]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
Probably a typo
[features.git] / lib / doc / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 503
3 \begin_document
4 \begin_header
5 \origin /systemlyxdir/doc/
6 \textclass scrartcl
7 \begin_preamble
8 % DO NOT ALTER THIS PREAMBLE!!!
9 %
10 % This preamble is designed to ensure that the file prints
11 % out as advertised. If you mess with this preamble,
12 % parts of this document may not print out as expected.  If you
13 % have problems LaTeXing this file, please contact 
14 % the documentation team
15 % email: lyx-docs@lists.lyx.org
16
17 % solves the following problem:
18 % If the dection number consits of too many numerals the section heading
19 % will be printed in the TOC without a space between it and the section number.
20 % As solution more space between the number and the heading is inserted:
21 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
22 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
23
24 % increase link area for cross-references and autoname them,
25 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
26 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
27 \@ifpackageloaded{babel}{
28  \addto\extrasenglish{%
29   \renewcommand*{\equationautorefname}[1]{}%
30   \renewcommand{\sectionautorefname}{sec.\negthinspace}%
31   \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
32   \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
33  }
34 }{}
35
36 % don't load packages twice
37 % see first footnote in sec. 9.3
38 \@ifundefined{textcolor}{\usepackage{color}}{}
39
40 % the pages of the TOC are numbered roman
41 % and a PDF-bookmark for the TOC is added
42 \pagenumbering{roman}
43 \let\myTOC\tableofcontents
44 \renewcommand{\tableofcontents}{%
45  \vspace{1cm}
46  \pdfbookmark[1]{\contentsname}{}
47  \myTOC
48  \cleardoublepage
49  \pagenumbering{arabic}}
50
51 % add 0.5 mm vertical space for table rows
52 \@ifundefined{extrarowheight} {\usepackage{array}}{}
53 \setlength{\extrarowheight}{0.5mm}
54
55 % insert additional vertical space of 1.5 mm between footnotes,
56 \let\myFoot\footnote
57 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
58
59 % makes caption labels bold
60 \setkomafont{captionlabel}{\bfseries}
61
62 % enables calculation of values
63 \usepackage{calc}
64
65 % for multiple columns used in sec. 24.7
66 \usepackage{multicol}
67
68 % needed in sec. 19.4
69 \usepackage{remreset}
70
71 % for the Fourier transformation symbol
72 \usepackage{mathrsfs}
73
74 % define a color, used in sec.9.3
75 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
76
77 % declare operators (see sec. 10.4 and sec. 15.2)
78 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
79 \DeclareMathOperator{\sgn}{sgn}
80
81 % example definitions for sec. 20.1 
82 \newcommand{\gr}{\Longrightarrow}
83 \newcommand{\us}[1]{\underline{#1}}
84 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
85 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
86 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
87
88 % example macro from sec. 19.4
89 %\def\tagform@#1{\maketag@@@{|#1|}}
90
91
92 % ------------------------------------
93 % used to check for needed LaTeX packages
94 \usepackage{ifthen}
95
96 % check for package undertilde
97 % used for the command \utilde
98 \newboolean{undertilde}
99 \IfFileExists{undertilde.sty}
100  {\usepackage{undertilde}
101   \setboolean{undertilde}{true}}
102  {\setboolean{undertilde}{false}}
103
104 % check for package eurosym
105 % used for the Euro symbol
106 \newboolean{eurosym}
107 \IfFileExists{eurosym.sty}
108  {\usepackage[gennarrow]{eurosym}
109   \setboolean{eurosym}{true}}
110  {\setboolean{eurosym}{false}}
111
112 % check for package braket
113 % used for physical vectors
114 \newboolean{braket}
115 \IfFileExists{braket.sty}
116  {\usepackage{braket}
117   \setboolean{braket}{true}}
118  {\setboolean{braket}{false}}
119
120 % check for package cancel
121 \newboolean{cancel}
122 \IfFileExists{cancel.sty}
123  {\usepackage{cancel}
124   \setboolean{cancel}{true}}
125  {\setboolean{cancel}{false}}
126
127 % check for package upgreek
128 \newboolean{upgreek}
129 \IfFileExists{upgreek.sty}
130  {\usepackage{upgreek}
131   \setboolean{upgreek}{true}}
132  {\setboolean{upgreek}{false}}
133 \end_preamble
134 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
135 \use_default_options false
136 \maintain_unincluded_children false
137 \language english
138 \language_package default
139 \inputencoding auto
140 \fontencoding global
141 \font_roman "lmodern" "default"
142 \font_sans "lmss" "default"
143 \font_typewriter "lmtt" "default"
144 \font_math "auto" "auto"
145 \font_default_family default
146 \use_non_tex_fonts false
147 \font_sc false
148 \font_osf false
149 \font_sf_scale 100 100
150 \font_tt_scale 100 100
151 \graphics default
152 \default_output_format pdf2
153 \output_sync 0
154 \bibtex_command default
155 \index_command default
156 \paperfontsize 12
157 \spacing single
158 \use_hyperref true
159 \pdf_title "LyX's Math Manual"
160 \pdf_author "LyX Team, Uwe Stöhr"
161 \pdf_subject "LyX-documentation about math"
162 \pdf_keywords "LyX, Mathed"
163 \pdf_bookmarks true
164 \pdf_bookmarksnumbered true
165 \pdf_bookmarksopen true
166 \pdf_bookmarksopenlevel 1
167 \pdf_breaklinks false
168 \pdf_pdfborder false
169 \pdf_colorlinks true
170 \pdf_backref false
171 \pdf_pdfusetitle false
172 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
173 \papersize a4paper
174 \use_geometry false
175 \use_package amsmath 2
176 \use_package amssymb 2
177 \use_package cancel 0
178 \use_package esint 1
179 \use_package mathdots 1
180 \use_package mathtools 2
181 \use_package mhchem 1
182 \use_package stackrel 0
183 \use_package stmaryrd 0
184 \use_package undertilde 0
185 \cite_engine basic
186 \cite_engine_type default
187 \biblio_style plain
188 \use_bibtopic false
189 \use_indices false
190 \paperorientation portrait
191 \suppress_date false
192 \justification true
193 \use_refstyle 0
194 \notefontcolor #0000ff
195 \index Index
196 \shortcut idx
197 \color #008000
198 \end_index
199 \secnumdepth 4
200 \tocdepth 3
201 \paragraph_separation skip
202 \defskip medskip
203 \quotes_language english
204 \papercolumns 1
205 \papersides 2
206 \paperpagestyle plain
207 \bullet 1 0 6 -1
208 \bullet 2 2 35 -1
209 \bullet 3 2 7 -1
210 \tracking_changes true
211 \output_changes false
212 \html_math_output 0
213 \html_css_as_file 0
214 \html_be_strict false
215 \author -1174727462 "Kornel Benko" Kornel.Benko@berlin.de
216 \author 2047637253 "Guillaume Munch"
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 \SpecialChar LyX
223 's detailed Math manual
224 \end_layout
225
226 \begin_layout Author
227 by the \SpecialChar LyX
228  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 \SpecialChar LyX
235  Documentatio
236 n mailing list: 
237 \family typewriter
238
239 \begin_inset CommandInset href
240 LatexCommand href
241 name "lyx-docs@lists.lyx.org"
242 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
243 type "mailto:"
244
245 \end_inset
246
247
248 \end_layout
249
250 \end_inset
251
252
253 \begin_inset Note Note
254 status collapsed
255
256 \begin_layout Plain Layout
257 author: Uwe Stöhr
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Newline newline
264 \end_inset
265
266
267 \begin_inset Newline newline
268 \end_inset
269
270
271 \family sans
272 Version 2.2.x
273 \end_layout
274
275 \begin_layout Standard
276 \begin_inset CommandInset toc
277 LatexCommand tableofcontents
278
279 \end_inset
280
281
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset Note Note
286 status open
287
288 \begin_layout Plain Layout
289 To export this document to PDF, PS or DVI the \SpecialChar LaTeX
290 -packages 
291 \series bold
292 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
293 \series default
294  and 
295 \series bold
296 was
297 \series default
298  should be installed.
299  If they are not installed the document can be exported anyway but the sections
300  where the packages are required will not appear in the output.
301  An exception is 
302 \series bold
303 mhchem
304 \series default
305 ; if it is not installed, this file cannot be exported.
306 \end_layout
307
308 \begin_layout Plain Layout
309 The latest PDF-version of this document can be found here:
310 \begin_inset Newline newline
311 \end_inset
312
313
314 \series bold
315 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
316 \end_layout
317
318 \end_inset
319
320
321 \end_layout
322
323 \begin_layout Standard
324 \begin_inset Newpage newpage
325 \end_inset
326
327
328 \end_layout
329
330 \begin_layout Section
331 Introduction
332 \end_layout
333
334 \begin_layout Standard
335 This document explains \SpecialChar LyX
336 's math features and is furthermore a collection
337  of \SpecialChar LaTeX
338 -commands used for mathematical characters and constructs.
339  The explanations are designed for the usage of commands.
340  It is therefore required that you have read the section 
341 \family typewriter
342 Mathematical
343 \begin_inset space ~
344 \end_inset
345
346 Formulas
347 \family default
348  of the User's Guide.
349 \end_layout
350
351 \begin_layout Standard
352 Most of the characters and many constructs explained in this manual are
353  also accessible via the menu 
354 \family sans
355 Insert
356 \series bold
357 \SpecialChar menuseparator
358
359 \series default
360 Math
361 \family default
362  or the 
363 \family sans
364 math
365 \family default
366 \series bold
367  
368 \family sans
369 \series default
370 toolbar
371 \family default
372 .
373  But everybody who has to write lots of formulas will notice that it is
374  much faster to use commands instead of the math toolbar.
375  Therefore this manual is focused on commands but also mentions the correspondin
376 g toolbar buttons when available.
377 \end_layout
378
379 \begin_layout Standard
380 If not specially mentioned the commands are only available within formulas.
381  To be able to use all commands explained in this document, the option 
382 \family sans
383 Use AMS math package
384 \family default
385  must be checked in the document settings (menu 
386 \family sans
387 Document\SpecialChar menuseparator
388 Settings\SpecialChar menuseparator
389 Math
390 \begin_inset space ~
391 \end_inset
392
393 Options
394 \family default
395 ).
396 \begin_inset Foot
397 status collapsed
398
399 \begin_layout Plain Layout
400 The option 
401 \family sans
402 Use AMS math package automatically
403 \family default
404  only uses 
405 \begin_inset ERT
406 status collapsed
407
408 \begin_layout Plain Layout
409
410
411 \backslash
412 AmS 
413 \end_layout
414
415 \end_inset
416
417 -math when math constructs are found that are supported by \SpecialChar LyX
418 .
419 \end_layout
420
421 \end_inset
422
423
424 \end_layout
425
426 \begin_layout Standard
427 This document doesn't list all 
428 \begin_inset ERT
429 status collapsed
430
431 \begin_layout Plain Layout
432
433
434 \backslash
435 AmS 
436 \end_layout
437
438 \end_inset
439
440 -math commands
441 \begin_inset Foot
442 status collapsed
443
444 \begin_layout Plain Layout
445 A list with all 
446 \begin_inset ERT
447 status collapsed
448
449 \begin_layout Plain Layout
450
451
452 \backslash
453 AmS
454 \end_layout
455
456 \end_inset
457
458 -math commands is in the file 
459 \family sans
460
461 \begin_inset CommandInset href
462 LatexCommand href
463 name "amsguide.ps"
464 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
465
466 \end_inset
467
468
469 \family default
470 , which is part of every \SpecialChar LaTeX
471  standard installation.
472 \end_layout
473
474 \end_inset
475
476  for lucidity reasons.
477 \end_layout
478
479 \begin_layout Section
480 General Instructions
481 \end_layout
482
483 \begin_layout Standard
484 To create an inline formula
485 \begin_inset Index idx
486 status collapsed
487
488 \begin_layout Plain Layout
489 Formula ! inline
490 \end_layout
491
492 \end_inset
493
494  that is embedded into a text line, use one of the shortcuts 
495 \begin_inset Info
496 type  "shortcuts"
497 arg   "math-mode"
498 \end_inset
499
500  or the toolbar button 
501 \begin_inset Info
502 type  "icon"
503 arg   "math-mode"
504 \end_inset
505
506 .
507 \begin_inset Newline newline
508 \end_inset
509
510 To create a display style formula
511 \begin_inset Index idx
512 status collapsed
513
514 \begin_layout Plain Layout
515 Formula ! display style
516 \end_layout
517
518 \end_inset
519
520  which will appear bigger, has a different format, and will be in a separate
521  paragraph, use one of these shortcuts: 
522 \begin_inset Info
523 type  "shortcuts"
524 arg   "math-display"
525 \end_inset
526
527 .
528 \end_layout
529
530 \begin_layout Standard
531 To change a display style formula to an inline formula, set the cursor into
532  the formula and use one of the shortcuts 
533 \begin_inset Info
534 type  "shortcuts"
535 arg   "math-mode"
536 \end_inset
537
538  or the menu 
539 \family sans
540 Edit\SpecialChar menuseparator
541 Math\SpecialChar menuseparator
542 Change formula type
543 \family default
544 .
545  The same way is used to change an inline formula to a display style formula.
546 \end_layout
547
548 \begin_layout Standard
549 To display parts of an inline formula in the size of a display style formula,
550  enter the command 
551 \series bold
552
553 \backslash
554 displaystyle
555 \series default
556
557 \begin_inset Index idx
558 status collapsed
559
560 \begin_layout Plain Layout
561 Commands ! D ! 
562 \backslash
563 displaystyle
564 \end_layout
565
566 \end_inset
567
568  to a formula.
569  Then a new blue box appears in which the desired formula part is inserted.
570 \end_layout
571
572 \begin_layout Standard
573 Only inline formulas are allowed inside tables.
574 \end_layout
575
576 \begin_layout Standard
577 The 
578 \family sans
579 math toolbar
580 \family default
581  can be turned on in the menu 
582 \family sans
583 View\SpecialChar menuseparator
584 Toolbars
585 \family default
586 .
587  When you click there on 
588 \begin_inset Quotes eld
589 \end_inset
590
591 Math
592 \begin_inset Quotes erd
593 \end_inset
594
595  the toolbar will be shown permanently at the bottom; this state is visualized
596  in the 
597 \family sans
598 Toolbars
599 \family default
600  menu with a checkmark.
601  When you click in this state again on 
602 \begin_inset Quotes eld
603 \end_inset
604
605 Math
606 \begin_inset Quotes erd
607 \end_inset
608
609  in the 
610 \family sans
611 Toolbars
612 \family default
613  menu, the 
614 \family sans
615 math toolbar
616 \family default
617  is only shown when the cursor is within a formula; this state is visualized
618  by the renaming of the menu entry from 
619 \begin_inset Quotes eld
620 \end_inset
621
622 Math
623 \begin_inset Quotes erd
624 \end_inset
625
626  to 
627 \begin_inset Quotes eld
628 \end_inset
629
630 Math
631 \begin_inset space ~
632 \end_inset
633
634 (auto)
635 \begin_inset Quotes erd
636 \end_inset
637
638 .
639 \end_layout
640
641 \begin_layout Standard
642 The \SpecialChar TeX
643  mode
644 \begin_inset Index idx
645 status collapsed
646
647 \begin_layout Plain Layout
648 T@\SpecialChar TeX
649 -mode
650 \end_layout
651
652 \end_inset
653
654  is invoked by pressing the toolbar button 
655 \begin_inset Info
656 type  "icon"
657 arg   "ert-insert"
658 \end_inset
659
660  or by using the menu 
661 \family sans
662 Insert\SpecialChar menuseparator
663 TeX Code
664 \family default
665  (shortcut 
666 \begin_inset Info
667 type  "shortcut"
668 arg   "ert-insert"
669 \end_inset
670
671 ).
672 \end_layout
673
674 \begin_layout Standard
675 To change the \SpecialChar LaTeX
676 -preamble
677 \begin_inset Index idx
678 status collapsed
679
680 \begin_layout Plain Layout
681 L@\SpecialChar LaTeX
682 -preamble
683 \end_layout
684
685 \end_inset
686
687 , use the menu 
688 \family sans
689 Document\SpecialChar menuseparator
690 Settings\SpecialChar menuseparator
691 LaTeX
692 \family default
693  
694 \family sans
695 Preamble
696 \family default
697 .
698 \end_layout
699
700 \begin_layout Standard
701 To edit matrices, case differentiations and multiline formulas subsequently,
702  use the menus 
703 \family sans
704 Edit\SpecialChar menuseparator
705 Math
706 \family default
707  and 
708 \family sans
709 Edit\SpecialChar menuseparator
710 Rows
711 \begin_inset space \thinspace{}
712 \end_inset
713
714 &
715 \begin_inset space \thinspace{}
716 \end_inset
717
718 Columns,
719 \family default
720  or the 
721 \family sans
722 table toolbar
723 \family default
724 .
725  When lines and columns are swapped via the menu, the column or line where
726  the cursor is in is exchanged with the column to the right or the line
727  below, respectively.
728  Is the cursor in the last column or row, the exchange is done with the
729  column to the left or the line above.
730 \end_layout
731
732 \begin_layout Standard
733 To write text in formulas
734 \begin_inset Foot
735 status collapsed
736
737 \begin_layout Plain Layout
738 For multiline formulas the command 
739 \series bold
740
741 \backslash
742 intertext
743 \series default
744  is used, see 
745 \begin_inset CommandInset ref
746 LatexCommand ref
747 reference "subsec:Text-in-multiline"
748
749 \end_inset
750
751 .
752 \end_layout
753
754 \end_inset
755
756  
757 \emph on
758 mathematical text
759 \emph default
760
761 \begin_inset Index idx
762 status collapsed
763
764 \begin_layout Plain Layout
765 Text ! in formulas
766 \end_layout
767
768 \end_inset
769
770
771 \begin_inset Index idx
772 status collapsed
773
774 \begin_layout Plain Layout
775 Mathematical text
776 \end_layout
777
778 \end_inset
779
780  is used.
781  This mode is invoked with the shortcut 
782 \begin_inset Info
783 type  "shortcut"
784 arg   "font-default"
785 \end_inset
786
787  or by the insertion of the command 
788 \series bold
789
790 \backslash
791 text
792 \series default
793
794 \begin_inset Index idx
795 status collapsed
796
797 \begin_layout Plain Layout
798 Commands ! T ! 
799 \backslash
800 text
801 \end_layout
802
803 \end_inset
804
805 .
806  The text appears black in \SpecialChar LyX
807  and can therefore be distinguished from the
808  other formula parts which appear blue.
809  In the output mathematical text is set upright, in contrary to other formula
810  parts.
811 \end_layout
812
813 \begin_layout Subsection*
814 Command Scheme
815 \end_layout
816
817 \begin_layout Standard
818 Most of the \SpecialChar LaTeX
819 -commands for math constructs have the following scheme:
820 \end_layout
821
822 \begin_layout Standard
823
824 \series bold
825
826 \backslash
827 commandname[optional
828 \series default
829  
830 \series bold
831 argument]{required
832 \series default
833  
834 \series bold
835 argument}
836 \end_layout
837
838 \begin_layout Standard
839 A command always starts with a backslash 
840 \begin_inset Quotes gld
841 \end_inset
842
843
844 \series bold
845
846 \backslash
847
848 \series default
849
850 \begin_inset Quotes grd
851 \end_inset
852
853 .
854  To omit optional arguments, also omit the associated brackets.
855  The braces around the required arguments are named in this document as
856  \SpecialChar TeX
857  braces
858 \begin_inset Index idx
859 status collapsed
860
861 \begin_layout Plain Layout
862 T@\SpecialChar TeX
863 -braces
864 \end_layout
865
866 \end_inset
867
868 .
869  If you add in a formula a left brace to a command name, \SpecialChar LyX
870  automatically
871  creates a \SpecialChar TeX
872  brace.
873  In all other cases \SpecialChar TeX
874  braces are created in formulas with the command 
875 \series bold
876
877 \backslash
878 {
879 \series default
880 .
881  \SpecialChar TeX
882  braces appear red in \SpecialChar LyX
883 , in contrary to normal braces which appear blue.
884  In \SpecialChar TeX
885  mode no command is needed to get \SpecialChar TeX
886  braces.
887  \SpecialChar TeX
888  braces don't appear in the output.
889 \end_layout
890
891 \begin_layout Standard
892 When commands without arguments, like commands for symbols are entered in
893  \SpecialChar TeX
894  mode, a space character must 
895 \emph on
896 always
897 \emph default
898  be behind the command to end it.
899  This space doesn't appear in the output.
900  When the space should appear in the output, the space must be followed
901  by a protected space in normal text.
902 \end_layout
903
904 \begin_layout Standard
905 A protected space is inserted with 
906 \begin_inset Info
907 type  "shortcuts"
908 arg   "command-alternatives space-insert protected ; math-space"
909 \end_inset
910
911 .
912 \end_layout
913
914 \begin_layout Subsection*
915 \begin_inset Newpage newpage
916 \end_inset
917
918 Syntax Explanation
919 \end_layout
920
921 \begin_layout Itemize
922 The symbol 
923 \begin_inset space \textvisiblespace{}
924 \end_inset
925
926  denotes a space character to be input.
927 \end_layout
928
929 \begin_layout Itemize
930 An arrow like 
931 \begin_inset Formula $\to$
932 \end_inset
933
934  denotes the usage of the corresponding arrow key on the keyboard.
935  The 
936 \family sans
937 Tab
938 \family default
939  key can often be used instead of 
940 \begin_inset Formula $\to$
941 \end_inset
942
943  and 
944 \begin_inset Formula $\downarrow$
945 \end_inset
946
947 , and 
948 \family sans
949 Shift+Tab
950 \family default
951  instead of 
952 \begin_inset Formula $\leftarrow$
953 \end_inset
954
955  and 
956 \begin_inset Formula $\uparrow$
957 \end_inset
958
959 .
960 \end_layout
961
962 \begin_layout Subsection*
963 Available units
964 \end_layout
965
966 \begin_layout Standard
967 \align center
968 \begin_inset Float table
969 placement H
970 wide false
971 sideways false
972 status open
973
974 \begin_layout Plain Layout
975 \align center
976 \begin_inset Caption Standard
977
978 \begin_layout Plain Layout
979 \begin_inset CommandInset label
980 LatexCommand label
981 name "tab:Available-units"
982
983 \end_inset
984
985 Available units
986 \end_layout
987
988 \end_inset
989
990
991 \end_layout
992
993 \begin_layout Plain Layout
994 \align center
995 \begin_inset Tabular
996 <lyxtabular version="3" rows="13" columns="2">
997 <features booktabs="true" tabularvalignment="middle">
998 <column alignment="center" valignment="top">
999 <column alignment="center" valignment="top" width="0pt">
1000 <row>
1001 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1002 \begin_inset Text
1003
1004 \begin_layout Plain Layout
1005 Unit
1006 \end_layout
1007
1008 \end_inset
1009 </cell>
1010 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1011 \begin_inset Text
1012
1013 \begin_layout Plain Layout
1014 Name / Description
1015 \end_layout
1016
1017 \end_inset
1018 </cell>
1019 </row>
1020 <row>
1021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1022 \begin_inset Text
1023
1024 \begin_layout Plain Layout
1025 mm
1026 \end_layout
1027
1028 \end_inset
1029 </cell>
1030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1031 \begin_inset Text
1032
1033 \begin_layout Plain Layout
1034 Millimeter
1035 \end_layout
1036
1037 \end_inset
1038 </cell>
1039 </row>
1040 <row>
1041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1042 \begin_inset Text
1043
1044 \begin_layout Plain Layout
1045 cm
1046 \end_layout
1047
1048 \end_inset
1049 </cell>
1050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 Centimeter
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 </row>
1060 <row>
1061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1062 \begin_inset Text
1063
1064 \begin_layout Plain Layout
1065 in
1066 \end_layout
1067
1068 \end_inset
1069 </cell>
1070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 Inch (1
1075 \begin_inset space \thinspace{}
1076 \end_inset
1077
1078 in = 2,54
1079 \begin_inset space \thinspace{}
1080 \end_inset
1081
1082 cm)
1083 \end_layout
1084
1085 \end_inset
1086 </cell>
1087 </row>
1088 <row>
1089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1090 \begin_inset Text
1091
1092 \begin_layout Plain Layout
1093 pt
1094 \end_layout
1095
1096 \end_inset
1097 </cell>
1098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1099 \begin_inset Text
1100
1101 \begin_layout Plain Layout
1102 Point (72.27
1103 \begin_inset space \thinspace{}
1104 \end_inset
1105
1106 pt = 1
1107 \begin_inset space \thinspace{}
1108 \end_inset
1109
1110 in)
1111 \end_layout
1112
1113 \end_inset
1114 </cell>
1115 </row>
1116 <row>
1117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1118 \begin_inset Text
1119
1120 \begin_layout Plain Layout
1121 pc
1122 \end_layout
1123
1124 \end_inset
1125 </cell>
1126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1127 \begin_inset Text
1128
1129 \begin_layout Plain Layout
1130 Pica (1
1131 \begin_inset space \thinspace{}
1132 \end_inset
1133
1134 pc = 12
1135 \begin_inset space \thinspace{}
1136 \end_inset
1137
1138 pt)
1139 \end_layout
1140
1141 \end_inset
1142 </cell>
1143 </row>
1144 <row>
1145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1146 \begin_inset Text
1147
1148 \begin_layout Plain Layout
1149 sp
1150 \end_layout
1151
1152 \end_inset
1153 </cell>
1154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1155 \begin_inset Text
1156
1157 \begin_layout Plain Layout
1158 scaled point (65536
1159 \begin_inset space \thinspace{}
1160 \end_inset
1161
1162 sp = 1
1163 \begin_inset space \thinspace{}
1164 \end_inset
1165
1166 pt)
1167 \end_layout
1168
1169 \end_inset
1170 </cell>
1171 </row>
1172 <row>
1173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1174 \begin_inset Text
1175
1176 \begin_layout Plain Layout
1177 b
1178 \change_deleted -1174727462 1449863719
1179 ö
1180 \change_unchanged
1181 p
1182 \end_layout
1183
1184 \end_inset
1185 </cell>
1186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1187 \begin_inset Text
1188
1189 \begin_layout Plain Layout
1190 big point (72
1191 \begin_inset space \thinspace{}
1192 \end_inset
1193
1194 bp = 1
1195 \begin_inset space \thinspace{}
1196 \end_inset
1197
1198 in)
1199 \end_layout
1200
1201 \end_inset
1202 </cell>
1203 </row>
1204 <row>
1205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1206 \begin_inset Text
1207
1208 \begin_layout Plain Layout
1209 dd
1210 \end_layout
1211
1212 \end_inset
1213 </cell>
1214 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1215 \begin_inset Text
1216
1217 \begin_layout Plain Layout
1218 Didot (1
1219 \begin_inset space \thinspace{}
1220 \end_inset
1221
1222 dd 
1223 \begin_inset Formula $\approx$
1224 \end_inset
1225
1226  0.376
1227 \begin_inset space \thinspace{}
1228 \end_inset
1229
1230 mm)
1231 \end_layout
1232
1233 \end_inset
1234 </cell>
1235 </row>
1236 <row>
1237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1238 \begin_inset Text
1239
1240 \begin_layout Plain Layout
1241 cc
1242 \end_layout
1243
1244 \end_inset
1245 </cell>
1246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1247 \begin_inset Text
1248
1249 \begin_layout Plain Layout
1250 Cicero (1
1251 \begin_inset space \thinspace{}
1252 \end_inset
1253
1254 cc = 12
1255 \begin_inset space \thinspace{}
1256 \end_inset
1257
1258 dd)
1259 \end_layout
1260
1261 \end_inset
1262 </cell>
1263 </row>
1264 <row>
1265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1266 \begin_inset Text
1267
1268 \begin_layout Plain Layout
1269 ex
1270 \end_layout
1271
1272 \end_inset
1273 </cell>
1274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1275 \begin_inset Text
1276
1277 \begin_layout Plain Layout
1278 Height of letter 
1279 \emph on
1280
1281 \begin_inset Quotes eld
1282 \end_inset
1283
1284 x
1285 \emph default
1286
1287 \begin_inset Quotes erd
1288 \end_inset
1289
1290  in the current font
1291 \end_layout
1292
1293 \end_inset
1294 </cell>
1295 </row>
1296 <row>
1297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1298 \begin_inset Text
1299
1300 \begin_layout Plain Layout
1301 em
1302 \end_layout
1303
1304 \end_inset
1305 </cell>
1306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1307 \begin_inset Text
1308
1309 \begin_layout Plain Layout
1310 width of letter 
1311 \begin_inset Quotes eld
1312 \end_inset
1313
1314
1315 \emph on
1316 M
1317 \emph default
1318
1319 \begin_inset Quotes erd
1320 \end_inset
1321
1322  in the current font
1323 \end_layout
1324
1325 \end_inset
1326 </cell>
1327 </row>
1328 <row>
1329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
1330 \begin_inset Text
1331
1332 \begin_layout Plain Layout
1333 mu
1334 \end_layout
1335
1336 \end_inset
1337 </cell>
1338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1339 \begin_inset Text
1340
1341 \begin_layout Plain Layout
1342 math unit (1
1343 \begin_inset space \thinspace{}
1344 \end_inset
1345
1346 mu = 
1347 \begin_inset Formula $\nicefrac{1}{18}$
1348 \end_inset
1349
1350
1351 \begin_inset space \thinspace{}
1352 \end_inset
1353
1354 em)
1355 \end_layout
1356
1357 \end_inset
1358 </cell>
1359 </row>
1360 </lyxtabular>
1361
1362 \end_inset
1363
1364
1365 \end_layout
1366
1367 \end_inset
1368
1369
1370 \end_layout
1371
1372 \begin_layout Standard
1373 \begin_inset Newpage newpage
1374 \end_inset
1375
1376
1377 \end_layout
1378
1379 \begin_layout Section
1380 Basic Functions
1381 \end_layout
1382
1383 \begin_layout Subsection
1384 Exponents
1385 \begin_inset Index idx
1386 status collapsed
1387
1388 \begin_layout Plain Layout
1389 Exponents
1390 \end_layout
1391
1392 \end_inset
1393
1394  and Indices
1395 \begin_inset Index idx
1396 status collapsed
1397
1398 \begin_layout Plain Layout
1399 Indices
1400 \end_layout
1401
1402 \end_inset
1403
1404
1405 \begin_inset Index idx
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409 Superscripts|see
1410 \begin_inset ERT
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414
1415 {
1416 \end_layout
1417
1418 \end_inset
1419
1420 Exponents
1421 \begin_inset ERT
1422 status collapsed
1423
1424 \begin_layout Plain Layout
1425
1426 }
1427 \end_layout
1428
1429 \end_inset
1430
1431
1432 \end_layout
1433
1434 \end_inset
1435
1436
1437 \begin_inset Index idx
1438 status collapsed
1439
1440 \begin_layout Plain Layout
1441 Subscripts|see
1442 \begin_inset ERT
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446
1447 {
1448 \end_layout
1449
1450 \end_inset
1451
1452 Indices
1453 \begin_inset ERT
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457
1458 }
1459 \end_layout
1460
1461 \end_inset
1462
1463
1464 \end_layout
1465
1466 \end_inset
1467
1468
1469 \end_layout
1470
1471 \begin_layout Standard
1472 Indices are created with an underscore 
1473 \begin_inset Quotes eld
1474 \end_inset
1475
1476 _
1477 \begin_inset Quotes erd
1478 \end_inset
1479
1480  or via the math toolbar button 
1481 \begin_inset Info
1482 type  "icon"
1483 arg   "math-subscript"
1484 \end_inset
1485
1486 , exponents with a caret 
1487 \begin_inset Quotes eld
1488 \end_inset
1489
1490 ^
1491 \begin_inset Quotes erd
1492 \end_inset
1493
1494  or via the math toolbar button 
1495 \begin_inset Info
1496 type  "icon"
1497 arg   "math-superscript"
1498 \end_inset
1499
1500 .
1501 \begin_inset Separator parbreak
1502 \end_inset
1503
1504
1505 \end_layout
1506
1507 \begin_layout Standard
1508 \align center
1509 \begin_inset Tabular
1510 <lyxtabular version="3" rows="4" columns="2">
1511 <features booktabs="true" tabularvalignment="middle">
1512 <column alignment="center" valignment="top" width="0pt">
1513 <column alignment="center" valignment="top" width="0pt">
1514 <row>
1515 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1516 \begin_inset Text
1517
1518 \begin_layout Plain Layout
1519 Command
1520 \end_layout
1521
1522 \end_inset
1523 </cell>
1524 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1525 \begin_inset Text
1526
1527 \begin_layout Plain Layout
1528 Result
1529 \end_layout
1530
1531 \end_inset
1532 </cell>
1533 </row>
1534 <row>
1535 <cell alignment="center" valignment="top" usebox="none">
1536 \begin_inset Text
1537
1538 \begin_layout Plain Layout
1539 B_V
1540 \end_layout
1541
1542 \end_inset
1543 </cell>
1544 <cell alignment="center" valignment="top" usebox="none">
1545 \begin_inset Text
1546
1547 \begin_layout Plain Layout
1548 \begin_inset Formula $B_{V}$
1549 \end_inset
1550
1551
1552 \end_layout
1553
1554 \end_inset
1555 </cell>
1556 </row>
1557 <row topspace="1.5mm">
1558 <cell alignment="center" valignment="top" usebox="none">
1559 \begin_inset Text
1560
1561 \begin_layout Plain Layout
1562 B^V
1563 \end_layout
1564
1565 \end_inset
1566 </cell>
1567 <cell alignment="center" valignment="top" usebox="none">
1568 \begin_inset Text
1569
1570 \begin_layout Plain Layout
1571 \begin_inset Formula $B^{V}$
1572 \end_inset
1573
1574
1575 \end_layout
1576
1577 \end_inset
1578 </cell>
1579 </row>
1580 <row topspace="1.5mm">
1581 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1582 \begin_inset Text
1583
1584 \begin_layout Plain Layout
1585 B^
1586 \begin_inset space \textvisiblespace{}
1587 \end_inset
1588
1589 A
1590 \end_layout
1591
1592 \end_inset
1593 </cell>
1594 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1595 \begin_inset Text
1596
1597 \begin_layout Plain Layout
1598 \begin_inset Formula $B^{A}$
1599 \end_inset
1600
1601
1602 \end_layout
1603
1604 \end_inset
1605 </cell>
1606 </row>
1607 </lyxtabular>
1608
1609 \end_inset
1610
1611
1612 \end_layout
1613
1614 \begin_layout Standard
1615 As the caret is in some languages an accent, vowels will be accentuated
1616  in this case and not set as exponents
1617 \begin_inset Foot
1618 status collapsed
1619
1620 \begin_layout Plain Layout
1621 Depending on the used keyboard settings this can also happen for characters
1622  other than vowels.
1623 \end_layout
1624
1625 \end_inset
1626
1627 .
1628  To get exponents in this case, press 
1629 \family sans
1630 Space
1631 \family default
1632  after the caret as in the last example.
1633 \end_layout
1634
1635 \begin_layout Subsection
1636 Fractions
1637 \begin_inset CommandInset label
1638 LatexCommand label
1639 name "subsec:Fractions"
1640
1641 \end_inset
1642
1643
1644 \begin_inset Index idx
1645 status collapsed
1646
1647 \begin_layout Plain Layout
1648 Fractions
1649 \end_layout
1650
1651 \end_inset
1652
1653
1654 \end_layout
1655
1656 \begin_layout Standard
1657 Fractions are generated with the command 
1658 \series bold
1659
1660 \backslash
1661 frac
1662 \series default
1663
1664 \begin_inset Index idx
1665 status collapsed
1666
1667 \begin_layout Plain Layout
1668 Commands ! F ! 
1669 \backslash
1670 frac
1671 \end_layout
1672
1673 \end_inset
1674
1675  or via the math toolbar button 
1676 \begin_inset Info
1677 type  "icon"
1678 arg   "math-insert \\frac"
1679 \end_inset
1680
1681 .
1682  The font size is adjusted automatically, depending on whether the fraction
1683  is in an inline or display style formula.
1684  With the math toolbar button 
1685 \begin_inset Info
1686 type  "icon"
1687 arg   "math-insert \\frac-square"
1688 \end_inset
1689
1690  you can select different fraction types.
1691 \end_layout
1692
1693 \begin_layout Standard
1694 With the command 
1695 \series bold
1696
1697 \backslash
1698 dfrac
1699 \series default
1700
1701 \begin_inset Index idx
1702 status collapsed
1703
1704 \begin_layout Plain Layout
1705 Commands ! D ! 
1706 \backslash
1707 dfrac
1708 \end_layout
1709
1710 \end_inset
1711
1712  a fraction can be created that always has the size of a display style formula.
1713  With 
1714 \series bold
1715
1716 \backslash
1717 tfrac
1718 \series default
1719
1720 \begin_inset Index idx
1721 status collapsed
1722
1723 \begin_layout Plain Layout
1724 Commands ! T ! 
1725 \backslash
1726 tfrac
1727 \end_layout
1728
1729 \end_inset
1730
1731  the fraction appears always with the size of an inline formula.
1732  An example:
1733 \end_layout
1734
1735 \begin_layout Standard
1736 A line with the fraction 
1737 \begin_inset Formula $\frac{1}{2}$
1738 \end_inset
1739
1740  that was created with the command 
1741 \series bold
1742
1743 \backslash
1744 frac
1745 \series default
1746 .
1747 \end_layout
1748
1749 \begin_layout Standard
1750 A line with the fraction 
1751 \begin_inset Formula $\dfrac{1}{2}$
1752 \end_inset
1753
1754  that was created with the command 
1755 \series bold
1756
1757 \backslash
1758 dfrac
1759 \series default
1760 .
1761 \begin_inset Separator parbreak
1762 \end_inset
1763
1764
1765 \end_layout
1766
1767 \begin_layout Standard
1768 \align center
1769 \begin_inset Tabular
1770 <lyxtabular version="3" rows="4" columns="2">
1771 <features booktabs="true" tabularvalignment="middle">
1772 <column alignment="center" valignment="top" width="0pt">
1773 <column alignment="center" valignment="top" width="0pt">
1774 <row>
1775 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1776 \begin_inset Text
1777
1778 \begin_layout Plain Layout
1779 Command
1780 \end_layout
1781
1782 \end_inset
1783 </cell>
1784 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1785 \begin_inset Text
1786
1787 \begin_layout Plain Layout
1788 Result
1789 \end_layout
1790
1791 \end_inset
1792 </cell>
1793 </row>
1794 <row topspace="1.5mm">
1795 <cell alignment="center" valignment="top" usebox="none">
1796 \begin_inset Text
1797
1798 \begin_layout Plain Layout
1799
1800 \backslash
1801 frac
1802 \begin_inset space \textvisiblespace{}
1803 \end_inset
1804
1805 A
1806 \begin_inset Formula $\downarrow$
1807 \end_inset
1808
1809 B
1810 \end_layout
1811
1812 \end_inset
1813 </cell>
1814 <cell alignment="center" valignment="top" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818 \begin_inset Formula $\frac{A}{B}$
1819 \end_inset
1820
1821
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 </row>
1827 <row topspace="2mm">
1828 <cell alignment="center" valignment="top" usebox="none">
1829 \begin_inset Text
1830
1831 \begin_layout Plain Layout
1832
1833 \backslash
1834 dfrac
1835 \begin_inset space \textvisiblespace{}
1836 \end_inset
1837
1838 A
1839 \begin_inset Formula $\downarrow$
1840 \end_inset
1841
1842 B
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 <cell alignment="center" valignment="top" usebox="none">
1848 \begin_inset Text
1849
1850 \begin_layout Plain Layout
1851 \begin_inset Formula $\dfrac{A}{B}$
1852 \end_inset
1853
1854
1855 \end_layout
1856
1857 \end_inset
1858 </cell>
1859 </row>
1860 <row topspace="2mm" bottomspace="1mm">
1861 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865
1866 \backslash
1867 dfrac
1868 \begin_inset space \textvisiblespace{}
1869 \end_inset
1870
1871 e^
1872 \backslash
1873 frac
1874 \begin_inset space \textvisiblespace{}
1875 \end_inset
1876
1877 1
1878 \begin_inset Formula $\downarrow$
1879 \end_inset
1880
1881 2
1882 \begin_inset Formula $\downarrow\downarrow$
1883 \end_inset
1884
1885 3
1886 \end_layout
1887
1888 \end_inset
1889 </cell>
1890 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Plain Layout
1894 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1895 \end_inset
1896
1897
1898 \end_layout
1899
1900 \end_inset
1901 </cell>
1902 </row>
1903 </lyxtabular>
1904
1905 \end_inset
1906
1907
1908 \end_layout
1909
1910 \begin_layout Standard
1911 \begin_inset VSpace bigskip
1912 \end_inset
1913
1914
1915 \begin_inset Newpage newpage
1916 \end_inset
1917
1918 For nested fractions the command 
1919 \series bold
1920
1921 \backslash
1922 cfrac
1923 \series default
1924
1925 \begin_inset Index idx
1926 status collapsed
1927
1928 \begin_layout Plain Layout
1929 Commands ! C ! 
1930 \backslash
1931 cfrac
1932 \end_layout
1933
1934 \end_inset
1935
1936  can be used.
1937  Here is an example:
1938 \begin_inset VSpace -3mm
1939 \end_inset
1940
1941
1942 \end_layout
1943
1944 \begin_layout Standard
1945 \begin_inset Formula 
1946 \begin{align*}
1947 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1948 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1949 \end{align*}
1950
1951 \end_inset
1952
1953
1954 \end_layout
1955
1956 \begin_layout Standard
1957 The command for the example above is:
1958 \end_layout
1959
1960 \begin_layout Standard
1961
1962 \series bold
1963
1964 \backslash
1965 cfrac
1966 \begin_inset space \textvisiblespace{}
1967 \end_inset
1968
1969 A
1970 \begin_inset Formula $\downarrow$
1971 \end_inset
1972
1973 B+
1974 \backslash
1975 cfrac
1976 \begin_inset space \textvisiblespace{}
1977 \end_inset
1978
1979 C+
1980 \backslash
1981 cfrac
1982 \begin_inset space \textvisiblespace{}
1983 \end_inset
1984
1985 E
1986 \begin_inset Formula $\downarrow$
1987 \end_inset
1988
1989 F
1990 \begin_inset Formula $\downarrow$
1991 \end_inset
1992
1993 D
1994 \end_layout
1995
1996 \begin_layout Standard
1997 \begin_inset VSpace medskip
1998 \end_inset
1999
2000
2001 \end_layout
2002
2003 \begin_layout Standard
2004
2005 \series bold
2006
2007 \backslash
2008 cfrac
2009 \series default
2010  sets the fraction always in the size of a displayed formula, also when
2011  it is part of another fraction.
2012 \end_layout
2013
2014 \begin_layout Standard
2015 It is possible to specify the alignment of the numerator.
2016  The command 
2017 \series bold
2018
2019 \backslash
2020 cfracleft
2021 \series default
2022  is used to left align it, the command 
2023 \series bold
2024
2025 \backslash
2026 cfracright
2027 \series default
2028  to right-align it.
2029  
2030 \series bold
2031
2032 \backslash
2033 cfrac
2034 \series default
2035  centers the numerator.
2036  These fractions demonstrate the different alignments:
2037 \end_layout
2038
2039 \begin_layout Standard
2040
2041 \series bold
2042 \begin_inset Formula 
2043 \[
2044 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2045 \]
2046
2047 \end_inset
2048
2049
2050 \end_layout
2051
2052 \begin_layout Standard
2053 \begin_inset Note Greyedout
2054 status open
2055
2056 \begin_layout Plain Layout
2057
2058 \series bold
2059 Note:
2060 \series default
2061  
2062 \series bold
2063
2064 \backslash
2065 cfracleft
2066 \series default
2067  and 
2068 \series bold
2069
2070 \backslash
2071 cfracright
2072 \series default
2073  are no real \SpecialChar LaTeX
2074  commands but represent the command 
2075 \series bold
2076
2077 \backslash
2078 cfrac[alignment]{numerator}{denominator}
2079 \series default
2080  .
2081  Therefore you cannot use them in \SpecialChar TeX
2082  code.
2083 \end_layout
2084
2085 \end_inset
2086
2087
2088 \end_layout
2089
2090 \begin_layout Standard
2091 \begin_inset VSpace medskip
2092 \end_inset
2093
2094 It is often advantageous to combine 
2095 \series bold
2096
2097 \backslash
2098 cfrac
2099 \series default
2100  and 
2101 \series bold
2102
2103 \backslash
2104 frac
2105 \series default
2106 :
2107 \begin_inset Formula 
2108 \[
2109 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2110 \]
2111
2112 \end_inset
2113
2114
2115 \end_layout
2116
2117 \begin_layout Standard
2118 For inline fractions with a sloped fraction stroke you can use the command
2119  
2120 \series bold
2121
2122 \backslash
2123 nicefrac
2124 \series default
2125
2126 \begin_inset Index idx
2127 status collapsed
2128
2129 \begin_layout Plain Layout
2130 Commands ! N ! 
2131 \backslash
2132 nicefrac
2133 \end_layout
2134
2135 \end_inset
2136
2137
2138 \begin_inset Formula $\nicefrac{5}{31}$
2139 \end_inset
2140
2141  or 
2142 \series bold
2143
2144 \backslash
2145 unitfrac
2146 \series default
2147
2148 \begin_inset Index idx
2149 status collapsed
2150
2151 \begin_layout Plain Layout
2152 Commands ! U ! 
2153 \backslash
2154 unitfrac
2155 \end_layout
2156
2157 \end_inset
2158
2159
2160 \begin_inset Formula $\unitfrac{5}{31}$
2161 \end_inset
2162
2163  There is furthermore the command 
2164 \series bold
2165
2166 \backslash
2167 unitfracthree
2168 \series default
2169  that offers to write a fraction in combination with a number: 
2170 \begin_inset Formula $\unitfrac[2]{1}{3}$
2171 \end_inset
2172
2173
2174 \end_layout
2175
2176 \begin_layout Standard
2177 \begin_inset Note Greyedout
2178 status open
2179
2180 \begin_layout Plain Layout
2181
2182 \series bold
2183 Note:
2184 \series default
2185  
2186 \series bold
2187
2188 \backslash
2189 unitfracthree
2190 \series default
2191  is not a real \SpecialChar LaTeX
2192  command but the command
2193 \begin_inset Newline newline
2194 \end_inset
2195
2196
2197 \series bold
2198
2199 \backslash
2200 unitfrac[number]{numerator}{denominator}
2201 \series default
2202  .
2203  Therefore you cannot use it in \SpecialChar TeX
2204  code.
2205 \end_layout
2206
2207 \end_inset
2208
2209
2210 \end_layout
2211
2212 \begin_layout Standard
2213 How to define own fractions where the fraction stroke can be changed, is
2214  explained in 
2215 \begin_inset CommandInset ref
2216 LatexCommand ref
2217 reference "subsec:Self-defined-Fractions"
2218
2219 \end_inset
2220
2221 .
2222 \end_layout
2223
2224 \begin_layout Standard
2225 Multiline fractions are explained in 
2226 \begin_inset CommandInset ref
2227 LatexCommand ref
2228 reference "subsec:Multiline-Fractions"
2229
2230 \end_inset
2231
2232 .
2233 \end_layout
2234
2235 \begin_layout Subsection
2236 Roots
2237 \begin_inset Index idx
2238 status collapsed
2239
2240 \begin_layout Plain Layout
2241 Roots
2242 \end_layout
2243
2244 \end_inset
2245
2246
2247 \end_layout
2248
2249 \begin_layout Standard
2250 Square roots are created with 
2251 \series bold
2252
2253 \backslash
2254 sqrt
2255 \series default
2256
2257 \begin_inset Index idx
2258 status collapsed
2259
2260 \begin_layout Plain Layout
2261 Commands ! S ! 
2262 \backslash
2263 sqrt
2264 \end_layout
2265
2266 \end_inset
2267
2268  or the math toolbar button 
2269 \begin_inset Info
2270 type  "icon"
2271 arg   "math-insert \\sqrt"
2272 \end_inset
2273
2274 , all other roots with the command 
2275 \series bold
2276
2277 \backslash
2278 root
2279 \series default
2280
2281 \begin_inset Index idx
2282 status collapsed
2283
2284 \begin_layout Plain Layout
2285 Commands ! R ! 
2286 \backslash
2287 root
2288 \end_layout
2289
2290 \end_inset
2291
2292  or with the math toolbar button 
2293 \begin_inset Info
2294 type  "icon"
2295 arg   "math-insert \\root"
2296 \end_inset
2297
2298 .
2299 \begin_inset Separator parbreak
2300 \end_inset
2301
2302
2303 \end_layout
2304
2305 \begin_layout Standard
2306 \align center
2307 \begin_inset Tabular
2308 <lyxtabular version="3" rows="3" columns="2">
2309 <features booktabs="true" tabularvalignment="middle">
2310 <column alignment="center" valignment="top" width="0pt">
2311 <column alignment="center" valignment="top" width="0pt">
2312 <row>
2313 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2314 \begin_inset Text
2315
2316 \begin_layout Plain Layout
2317 Command
2318 \end_layout
2319
2320 \end_inset
2321 </cell>
2322 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2323 \begin_inset Text
2324
2325 \begin_layout Plain Layout
2326 Result
2327 \end_layout
2328
2329 \end_inset
2330 </cell>
2331 </row>
2332 <row topspace="1mm">
2333 <cell alignment="center" valignment="top" usebox="none">
2334 \begin_inset Text
2335
2336 \begin_layout Plain Layout
2337
2338 \backslash
2339 sqrt
2340 \begin_inset space \textvisiblespace{}
2341 \end_inset
2342
2343 A-B
2344 \end_layout
2345
2346 \end_inset
2347 </cell>
2348 <cell alignment="center" valignment="top" usebox="none">
2349 \begin_inset Text
2350
2351 \begin_layout Plain Layout
2352 \begin_inset Formula $\sqrt{A-B}$
2353 \end_inset
2354
2355
2356 \end_layout
2357
2358 \end_inset
2359 </cell>
2360 </row>
2361 <row topspace="1mm">
2362 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2363 \begin_inset Text
2364
2365 \begin_layout Plain Layout
2366
2367 \backslash
2368 root
2369 \begin_inset space \textvisiblespace{}
2370 \end_inset
2371
2372 3
2373 \begin_inset Formula $\downarrow$
2374 \end_inset
2375
2376 A-B
2377 \end_layout
2378
2379 \end_inset
2380 </cell>
2381 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2382 \begin_inset Text
2383
2384 \begin_layout Plain Layout
2385 \begin_inset Formula $\sqrt[3]{A-B}$
2386 \end_inset
2387
2388
2389 \end_layout
2390
2391 \end_inset
2392 </cell>
2393 </row>
2394 </lyxtabular>
2395
2396 \end_inset
2397
2398
2399 \end_layout
2400
2401 \begin_layout Standard
2402 A square root can also be created with 
2403 \series bold
2404
2405 \backslash
2406 root
2407 \series default
2408  when the root index field is left empty.
2409 \end_layout
2410
2411 \begin_layout Standard
2412 With certain indices the distance to the root is too small, like in this
2413  formula: 
2414 \begin_inset Formula $\sqrt[\beta]{B}$
2415 \end_inset
2416
2417
2418 \begin_inset Newline newline
2419 \end_inset
2420
2421 The 
2422 \begin_inset Formula $\beta$
2423 \end_inset
2424
2425  touches the root.
2426  To avoid this, the commands 
2427 \series bold
2428
2429 \backslash
2430 leftroot
2431 \series default
2432
2433 \begin_inset Index idx
2434 status collapsed
2435
2436 \begin_layout Plain Layout
2437 Commands ! L ! 
2438 \backslash
2439 leftroot
2440 \end_layout
2441
2442 \end_inset
2443
2444  and 
2445 \series bold
2446
2447 \backslash
2448 uproot
2449 \series default
2450
2451 \begin_inset Index idx
2452 status collapsed
2453
2454 \begin_layout Plain Layout
2455 Commands ! U ! 
2456 \backslash
2457 uproot
2458 \end_layout
2459
2460 \end_inset
2461
2462  are used with the following scheme:
2463 \end_layout
2464
2465 \begin_layout Standard
2466
2467 \series bold
2468
2469 \backslash
2470 leftroot{distance}
2471 \series default
2472  and 
2473 \series bold
2474
2475 \backslash
2476 uproot{distance}
2477 \end_layout
2478
2479 \begin_layout Standard
2480 Distance is the number of Big Points (unit bp; 
2481 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2482 \end_inset
2483
2484 ), that the index should be moved to the left or top, resp..
2485  The commands are written to the index.
2486  This way the command
2487 \begin_inset Newline newline
2488 \end_inset
2489
2490
2491 \series bold
2492
2493 \backslash
2494 root
2495 \backslash
2496 leftroot{-1
2497 \begin_inset Formula $\to$
2498 \end_inset
2499
2500
2501 \backslash
2502 uproot{2
2503 \begin_inset Formula $\to$
2504 \end_inset
2505
2506
2507 \backslash
2508 beta
2509 \begin_inset space \textvisiblespace{}
2510 \end_inset
2511
2512
2513 \begin_inset Formula $\to$
2514 \end_inset
2515
2516 B
2517 \begin_inset Newline newline
2518 \end_inset
2519
2520
2521 \series default
2522 produces a correct typeset formula: 
2523 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2524 \end_inset
2525
2526
2527 \end_layout
2528
2529 \begin_layout Subsection
2530 Binomial Coefficients
2531 \begin_inset Index idx
2532 status collapsed
2533
2534 \begin_layout Plain Layout
2535 Binomial coefficients
2536 \end_layout
2537
2538 \end_inset
2539
2540
2541 \end_layout
2542
2543 \begin_layout Standard
2544 Binomial coefficients are inserted with the command 
2545 \series bold
2546
2547 \backslash
2548 binom
2549 \series default
2550
2551 \begin_inset Index idx
2552 status collapsed
2553
2554 \begin_layout Plain Layout
2555 Commands ! B ! 
2556 \backslash
2557 binom
2558 \end_layout
2559
2560 \end_inset
2561
2562  or with the submenu of the math toolbar button 
2563 \begin_inset Info
2564 type  "icon"
2565 arg   "math-insert \\frac-square"
2566 \end_inset
2567
2568 .
2569  As with fractions (
2570 \series bold
2571
2572 \backslash
2573 frac
2574 \series default
2575 ) in addition to 
2576 \series bold
2577
2578 \backslash
2579 binom
2580 \series default
2581  there are the commands 
2582 \series bold
2583
2584 \backslash
2585 dbinom
2586 \series default
2587
2588 \begin_inset Index idx
2589 status collapsed
2590
2591 \begin_layout Plain Layout
2592 Commands ! D ! 
2593 \backslash
2594 dbinom
2595 \end_layout
2596
2597 \end_inset
2598
2599  and 
2600 \series bold
2601
2602 \backslash
2603 tbinom
2604 \series default
2605
2606 \begin_inset Index idx
2607 status collapsed
2608
2609 \begin_layout Plain Layout
2610 Commands ! T ! 
2611 \backslash
2612 tbinom
2613 \end_layout
2614
2615 \end_inset
2616
2617 .
2618  For other brackets around binomial coeficients there are the commands 
2619 \series bold
2620
2621 \backslash
2622 brace
2623 \series default
2624
2625 \begin_inset Index idx
2626 status collapsed
2627
2628 \begin_layout Plain Layout
2629 Commands ! B ! 
2630 \backslash
2631 brace
2632 \end_layout
2633
2634 \end_inset
2635
2636  and 
2637 \series bold
2638
2639 \backslash
2640 brack
2641 \series default
2642
2643 \begin_inset Index idx
2644 status collapsed
2645
2646 \begin_layout Plain Layout
2647 Commands ! B ! 
2648 \backslash
2649 brack
2650 \end_layout
2651
2652 \end_inset
2653
2654 .
2655 \begin_inset Separator parbreak
2656 \end_inset
2657
2658
2659 \end_layout
2660
2661 \begin_layout Standard
2662 \align center
2663 \begin_inset Tabular
2664 <lyxtabular version="3" rows="6" columns="2">
2665 <features booktabs="true" tabularvalignment="middle">
2666 <column alignment="center" valignment="top" width="0pt">
2667 <column alignment="center" valignment="top" width="0pt">
2668 <row>
2669 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2670 \begin_inset Text
2671
2672 \begin_layout Plain Layout
2673 Command
2674 \end_layout
2675
2676 \end_inset
2677 </cell>
2678 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2679 \begin_inset Text
2680
2681 \begin_layout Plain Layout
2682 Result
2683 \end_layout
2684
2685 \end_inset
2686 </cell>
2687 </row>
2688 <row topspace="1mm">
2689 <cell alignment="center" valignment="top" usebox="none">
2690 \begin_inset Text
2691
2692 \begin_layout Plain Layout
2693
2694 \backslash
2695 binom
2696 \begin_inset space \textvisiblespace{}
2697 \end_inset
2698
2699 A
2700 \begin_inset Formula $\downarrow$
2701 \end_inset
2702
2703 B
2704 \end_layout
2705
2706 \end_inset
2707 </cell>
2708 <cell alignment="center" valignment="top" usebox="none">
2709 \begin_inset Text
2710
2711 \begin_layout Plain Layout
2712 \begin_inset Formula $\binom{A}{B}$
2713 \end_inset
2714
2715
2716 \end_layout
2717
2718 \end_inset
2719 </cell>
2720 </row>
2721 <row topspace="2mm">
2722 <cell alignment="center" valignment="top" usebox="none">
2723 \begin_inset Text
2724
2725 \begin_layout Plain Layout
2726
2727 \backslash
2728 dbinom
2729 \begin_inset space \textvisiblespace{}
2730 \end_inset
2731
2732 A
2733 \begin_inset Formula $\downarrow$
2734 \end_inset
2735
2736 B
2737 \end_layout
2738
2739 \end_inset
2740 </cell>
2741 <cell alignment="center" valignment="top" usebox="none">
2742 \begin_inset Text
2743
2744 \begin_layout Plain Layout
2745 \begin_inset Formula $\dbinom{A}{B}$
2746 \end_inset
2747
2748
2749 \end_layout
2750
2751 \end_inset
2752 </cell>
2753 </row>
2754 <row topspace="2mm" bottomspace="0.5mm">
2755 <cell alignment="center" valignment="top" usebox="none">
2756 \begin_inset Text
2757
2758 \begin_layout Plain Layout
2759
2760 \backslash
2761 tbinom
2762 \begin_inset space \textvisiblespace{}
2763 \end_inset
2764
2765 A
2766 \begin_inset Formula $\downarrow$
2767 \end_inset
2768
2769 B
2770 \end_layout
2771
2772 \end_inset
2773 </cell>
2774 <cell alignment="center" valignment="top" usebox="none">
2775 \begin_inset Text
2776
2777 \begin_layout Plain Layout
2778 \begin_inset Formula $\tbinom{A}{B}$
2779 \end_inset
2780
2781
2782 \end_layout
2783
2784 \end_inset
2785 </cell>
2786 </row>
2787 <row topspace="1mm">
2788 <cell alignment="center" valignment="top" topline="true" usebox="none">
2789 \begin_inset Text
2790
2791 \begin_layout Plain Layout
2792
2793 \backslash
2794 brack
2795 \begin_inset space \textvisiblespace{}
2796 \end_inset
2797
2798 A
2799 \begin_inset Formula $\downarrow$
2800 \end_inset
2801
2802 B
2803 \end_layout
2804
2805 \end_inset
2806 </cell>
2807 <cell alignment="center" valignment="top" topline="true" usebox="none">
2808 \begin_inset Text
2809
2810 \begin_layout Plain Layout
2811 \begin_inset Formula ${A \brack B}$
2812 \end_inset
2813
2814
2815 \end_layout
2816
2817 \end_inset
2818 </cell>
2819 </row>
2820 <row topspace="2mm" bottomspace="0.5mm">
2821 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2822 \begin_inset Text
2823
2824 \begin_layout Plain Layout
2825
2826 \backslash
2827 brace
2828 \begin_inset space \textvisiblespace{}
2829 \end_inset
2830
2831 A
2832 \begin_inset Formula $\downarrow$
2833 \end_inset
2834
2835 B
2836 \end_layout
2837
2838 \end_inset
2839 </cell>
2840 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2841 \begin_inset Text
2842
2843 \begin_layout Plain Layout
2844 \begin_inset Formula ${A \brace B}$
2845 \end_inset
2846
2847
2848 \end_layout
2849
2850 \end_inset
2851 </cell>
2852 </row>
2853 </lyxtabular>
2854
2855 \end_inset
2856
2857
2858 \end_layout
2859
2860 \begin_layout Subsection
2861 Case Differentiations
2862 \begin_inset Index idx
2863 status collapsed
2864
2865 \begin_layout Plain Layout
2866 Case differentiations 
2867 \end_layout
2868
2869 \end_inset
2870
2871
2872 \end_layout
2873
2874 \begin_layout Standard
2875 \align center
2876 \begin_inset Tabular
2877 <lyxtabular version="3" rows="3" columns="2">
2878 <features booktabs="true" tabularvalignment="middle">
2879 <column alignment="center" valignment="top" width="0pt">
2880 <column alignment="center" valignment="top" width="0pt">
2881 <row>
2882 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2883 \begin_inset Text
2884
2885 \begin_layout Plain Layout
2886 Command
2887 \end_layout
2888
2889 \end_inset
2890 </cell>
2891 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2892 \begin_inset Text
2893
2894 \begin_layout Plain Layout
2895 Result
2896 \end_layout
2897
2898 \end_inset
2899 </cell>
2900 </row>
2901 <row>
2902 <cell alignment="center" valignment="top" usebox="none">
2903 \begin_inset Text
2904
2905 \begin_layout Plain Layout
2906
2907 \backslash
2908 cases
2909 \begin_inset space \textvisiblespace{}
2910 \end_inset
2911
2912 A
2913 \begin_inset Formula $\to$
2914 \end_inset
2915
2916 B>0
2917 \begin_inset Index idx
2918 status collapsed
2919
2920 \begin_layout Plain Layout
2921 Commands ! C ! 
2922 \backslash
2923 cases
2924 \end_layout
2925
2926 \end_inset
2927
2928
2929 \end_layout
2930
2931 \end_inset
2932 </cell>
2933 <cell alignment="center" valignment="top" usebox="none">
2934 \begin_inset Text
2935
2936 \begin_layout Plain Layout
2937 \begin_inset Formula $\begin{cases}
2938 A & B>0\end{cases}$
2939 \end_inset
2940
2941
2942 \end_layout
2943
2944 \end_inset
2945 </cell>
2946 </row>
2947 <row topspace="1.5mm">
2948 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2949 \begin_inset Text
2950
2951 \begin_layout Plain Layout
2952
2953 \backslash
2954 cases
2955 \begin_inset space \textvisiblespace{}
2956 \end_inset
2957
2958
2959 \begin_inset Info
2960 type  "shortcut"
2961 arg   "newline-insert newline"
2962 \end_inset
2963
2964
2965 \end_layout
2966
2967 \end_inset
2968 </cell>
2969 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2970 \begin_inset Text
2971
2972 \begin_layout Plain Layout
2973 \begin_inset Formula $\begin{cases}
2974 A & \textrm{for }x>0\\
2975 B & \textrm{for }x=0
2976 \end{cases}$
2977 \end_inset
2978
2979
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 </row>
2985 </lyxtabular>
2986
2987 \end_inset
2988
2989
2990 \end_layout
2991
2992 \begin_layout Standard
2993 After inserting 
2994 \series bold
2995
2996 \backslash
2997 cases
2998 \series default
2999  or pressing the math toolbar button 
3000 \begin_inset Info
3001 type  "icon"
3002 arg   "math-insert \\cases"
3003 \end_inset
3004
3005  you can create new lines with the shortcut 
3006 \begin_inset Info
3007 type  "shortcut"
3008 arg   "newline-insert newline"
3009 \end_inset
3010
3011  or the table toolbar button 
3012 \begin_inset Info
3013 type  "icon"
3014 arg   "inset-modify tabular append-row"
3015 \end_inset
3016
3017 .
3018 \end_layout
3019
3020 \begin_layout Standard
3021 The command 
3022 \series bold
3023
3024 \backslash
3025 cases
3026 \series default
3027  is also available via the menu 
3028 \family sans
3029 Insert\SpecialChar menuseparator
3030 Math\SpecialChar menuseparator
3031 Cases-Environment
3032 \family default
3033 .
3034 \end_layout
3035
3036 \begin_layout Subsection
3037 Negations
3038 \begin_inset Index idx
3039 status collapsed
3040
3041 \begin_layout Plain Layout
3042 Negations
3043 \end_layout
3044
3045 \end_inset
3046
3047
3048 \end_layout
3049
3050 \begin_layout Standard
3051 By inserting 
3052 \series bold
3053
3054 \backslash
3055 not
3056 \series default
3057
3058 \begin_inset Index idx
3059 status collapsed
3060
3061 \begin_layout Plain Layout
3062 Commands ! N ! 
3063 \backslash
3064 not
3065 \end_layout
3066
3067 \end_inset
3068
3069  every character can be displayed canceled.
3070  The characters are quasi accentuated by a slash.
3071 \begin_inset Separator parbreak
3072 \end_inset
3073
3074
3075 \end_layout
3076
3077 \begin_layout Standard
3078 \align center
3079 \begin_inset Tabular
3080 <lyxtabular version="3" rows="4" columns="2">
3081 <features booktabs="true" tabularvalignment="middle">
3082 <column alignment="center" valignment="top" width="0pt">
3083 <column alignment="center" valignment="top" width="0pt">
3084 <row>
3085 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089 Command
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098 Result
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 <row>
3105 <cell alignment="center" valignment="top" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \backslash
3111 not=
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 <cell alignment="center" valignment="top" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120 \begin_inset Formula $\not=$
3121 \end_inset
3122
3123
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 </row>
3129 <row>
3130 <cell alignment="center" valignment="top" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134
3135 \backslash
3136 not 
3137 \backslash
3138 le
3139 \end_layout
3140
3141 \end_inset
3142 </cell>
3143 <cell alignment="center" valignment="top" usebox="none">
3144 \begin_inset Text
3145
3146 \begin_layout Plain Layout
3147 \begin_inset Formula $\not\le$
3148 \end_inset
3149
3150
3151 \end_layout
3152
3153 \end_inset
3154 </cell>
3155 </row>
3156 <row>
3157 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3158 \begin_inset Text
3159
3160 \begin_layout Plain Layout
3161
3162 \backslash
3163 not 
3164 \backslash
3165 parallel
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3171 \begin_inset Text
3172
3173 \begin_layout Plain Layout
3174 \begin_inset Formula $\not\parallel$
3175 \end_inset
3176
3177
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 </row>
3183 </lyxtabular>
3184
3185 \end_inset
3186
3187
3188 \end_layout
3189
3190 \begin_layout Standard
3191 The last example shows that not all negations look good.
3192  Therefore there are special commands for some negations (see 
3193 \begin_inset CommandInset ref
3194 LatexCommand ref
3195 reference "subsec:Mathematical-Symbols"
3196
3197 \end_inset
3198
3199  and 
3200 \begin_inset CommandInset ref
3201 LatexCommand ref
3202 reference "sec:Relations"
3203
3204 \end_inset
3205
3206 ).
3207 \end_layout
3208
3209 \begin_layout Subsection
3210 Placeholders
3211 \begin_inset CommandInset label
3212 LatexCommand label
3213 name "subsec:Placeholders"
3214
3215 \end_inset
3216
3217
3218 \begin_inset Index idx
3219 status collapsed
3220
3221 \begin_layout Plain Layout
3222 Placeholders
3223 \end_layout
3224
3225 \end_inset
3226
3227
3228 \begin_inset Index idx
3229 status collapsed
3230
3231 \begin_layout Plain Layout
3232 Chemical characters ! Isotopes
3233 \end_layout
3234
3235 \end_inset
3236
3237
3238 \begin_inset Index idx
3239 status collapsed
3240
3241 \begin_layout Plain Layout
3242 Isotopes|see
3243 \begin_inset ERT
3244 status collapsed
3245
3246 \begin_layout Plain Layout
3247
3248 {
3249 \end_layout
3250
3251 \end_inset
3252
3253 Chemical characters
3254 \begin_inset ERT
3255 status collapsed
3256
3257 \begin_layout Plain Layout
3258
3259 }
3260 \end_layout
3261
3262 \end_inset
3263
3264
3265 \end_layout
3266
3267 \end_inset
3268
3269
3270 \end_layout
3271
3272 \begin_layout Standard
3273 When displaying e.
3274 \begin_inset space \thinspace{}
3275 \end_inset
3276
3277 g.
3278 \begin_inset space \space{}
3279 \end_inset
3280
3281 isotopes
3282 \begin_inset Foot
3283 status collapsed
3284
3285 \begin_layout Plain Layout
3286 Typesetting isotopes and chemical symbols is described in 
3287 \begin_inset CommandInset ref
3288 LatexCommand ref
3289 reference "subsec:Chemical-Symbols-and"
3290
3291 \end_inset
3292
3293 .
3294 \end_layout
3295
3296 \end_inset
3297
3298  the following problem occurs:
3299 \begin_inset Separator parbreak
3300 \end_inset
3301
3302
3303 \end_layout
3304
3305 \begin_layout Standard
3306 \align center
3307 \begin_inset Tabular
3308 <lyxtabular version="3" rows="2" columns="2">
3309 <features booktabs="true" tabularvalignment="middle">
3310 <column alignment="center" valignment="top" width="0pt">
3311 <column alignment="center" valignment="top" width="0pt">
3312 <row>
3313 <cell alignment="center" valignment="top" usebox="none">
3314 \begin_inset Text
3315
3316 \begin_layout Plain Layout
3317 Indices created with sub- and superscripts:
3318 \end_layout
3319
3320 \end_inset
3321 </cell>
3322 <cell alignment="center" valignment="top" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3327 \end_inset
3328
3329
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 </row>
3335 <row topspace="1.5mm">
3336 <cell alignment="center" valignment="top" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340 correct indices:
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 <cell alignment="center" valignment="top" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3350 \end_inset
3351
3352
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 </row>
3358 </lyxtabular>
3359
3360 \end_inset
3361
3362
3363 \end_layout
3364
3365 \begin_layout Standard
3366 The shorter index is by default placed below or above the first character
3367  of the longer index.
3368  To avoid this there is the command 
3369 \series bold
3370
3371 \backslash
3372 phantom
3373 \series default
3374
3375 \begin_inset Index idx
3376 status collapsed
3377
3378 \begin_layout Plain Layout
3379 Commands ! P ! 
3380 \backslash
3381 phantom
3382 \end_layout
3383
3384 \end_inset
3385
3386  or the math toolbar button
3387 \begin_inset space \thinspace{}
3388 \end_inset
3389
3390
3391 \begin_inset Foot
3392 status collapsed
3393
3394 \begin_layout Plain Layout
3395 can be found in the submenu of the toolbar button 
3396 \begin_inset Info
3397 type  "icon"
3398 arg   "math-insert \\space"
3399 \end_inset
3400
3401
3402 \end_layout
3403
3404 \end_inset
3405
3406  
3407 \begin_inset Info
3408 type  "icon"
3409 arg   "math/phantom"
3410 \end_inset
3411
3412  that creates one or more phantom characters.
3413  When inserting 
3414 \series bold
3415
3416 \backslash
3417 phantom
3418 \series default
3419  a small blue box appears that is superposed with two red arrows.
3420  The arrows indicate that the complete width and height of the box content
3421  will be created as placeholder.
3422  Phantom characters are accordingly placeholders with the size of the characters.
3423 \begin_inset Separator parbreak
3424 \end_inset
3425
3426
3427 \end_layout
3428
3429 \begin_layout Standard
3430 \align center
3431 \begin_inset Tabular
3432 <lyxtabular version="3" rows="4" columns="2">
3433 <features booktabs="true" tabularvalignment="middle">
3434 <column alignment="center" valignment="top" width="0pt">
3435 <column alignment="center" valignment="top" width="0pt">
3436 <row>
3437 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441 Command
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450 Result
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 </row>
3456 <row topspace="1.5mm">
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 ^19
3462 \begin_inset space \textvisiblespace{}
3463 \end_inset
3464
3465 _
3466 \backslash
3467 phantom
3468 \begin_inset space \textvisiblespace{}
3469 \end_inset
3470
3471 1
3472 \begin_inset Formula $\to$
3473 \end_inset
3474
3475 9
3476 \begin_inset space \textvisiblespace{}
3477 \end_inset
3478
3479 F
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell alignment="center" valignment="top" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3489 \end_inset
3490
3491
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 </row>
3497 <row topspace="1.5mm" bottomspace="0.5mm">
3498 <cell alignment="center" valignment="top" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502 ^235
3503 \begin_inset space \textvisiblespace{}
3504 \end_inset
3505
3506 _
3507 \backslash
3508 phantom
3509 \begin_inset space \textvisiblespace{}
3510 \end_inset
3511
3512 23
3513 \begin_inset Formula $\to$
3514 \end_inset
3515
3516 9
3517 \begin_inset space \textvisiblespace{}
3518 \end_inset
3519
3520 F
3521 \end_layout
3522
3523 \end_inset
3524 </cell>
3525 <cell alignment="center" valignment="top" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3530 \end_inset
3531
3532
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 </row>
3538 <row topspace="1.5mm" bottomspace="0.5mm">
3539 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \backslash
3545 Lambda^
3546 \begin_inset space \textvisiblespace{}
3547 \end_inset
3548
3549
3550 \backslash
3551 phantom
3552 \begin_inset space \textvisiblespace{}
3553 \end_inset
3554
3555 ii
3556 \begin_inset Formula $\to$
3557 \end_inset
3558
3559 t
3560 \begin_inset space \textvisiblespace{}
3561 \end_inset
3562
3563 _MMt
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3573 \end_inset
3574
3575
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 </row>
3581 </lyxtabular>
3582
3583 \end_inset
3584
3585
3586 \end_layout
3587
3588 \begin_layout Standard
3589 Furthermore there are the commands 
3590 \series bold
3591
3592 \backslash
3593 vphantom
3594 \series default
3595
3596 \begin_inset Index idx
3597 status collapsed
3598
3599 \begin_layout Plain Layout
3600 Commands ! V ! 
3601 \backslash
3602 vphantom
3603 \end_layout
3604
3605 \end_inset
3606
3607  (toolbar button 
3608 \begin_inset Info
3609 type  "icon"
3610 arg   "math/vphantom"
3611 \end_inset
3612
3613 ) and 
3614 \series bold
3615
3616 \backslash
3617 hphantom
3618 \series default
3619
3620 \begin_inset Index idx
3621 status collapsed
3622
3623 \begin_layout Plain Layout
3624 Commands ! H ! 
3625 \backslash
3626 hphantom
3627 \end_layout
3628
3629 \end_inset
3630
3631  (toolbar button 
3632 \begin_inset Info
3633 type  "icon"
3634 arg   "math/hphantom"
3635 \end_inset
3636
3637 ).
3638  
3639 \series bold
3640
3641 \backslash
3642 hphantom
3643 \series default
3644  creates only space for the maximal height of the characters in the box
3645  but not for its width.
3646  
3647 \series bold
3648
3649 \backslash
3650 vphantom
3651 \series default
3652  creates only space for the width of the box content.
3653  Therefore  the boxes of both commands have only one red arrow.
3654 \end_layout
3655
3656 \begin_layout Standard
3657 For example the command 
3658 \series bold
3659
3660 \backslash
3661 vphantom
3662 \begin_inset space \textvisiblespace{}
3663 \end_inset
3664
3665 a
3666 \backslash
3667 int
3668 \series default
3669  creates space for the height of the integral sign,
3670 \begin_inset Foot
3671 status collapsed
3672
3673 \begin_layout Plain Layout
3674 The command 
3675 \series bold
3676
3677 \backslash
3678 int
3679 \series default
3680  creates an integral sign, see 
3681 \begin_inset CommandInset ref
3682 LatexCommand ref
3683 reference "subsec:Big-Operators"
3684
3685 \end_inset
3686
3687 .
3688 \end_layout
3689
3690 \end_inset
3691
3692  because this is the larger character.
3693  An example application is in 
3694 \begin_inset CommandInset ref
3695 LatexCommand ref
3696 reference "subsec:Multiline-Brackets"
3697
3698 \end_inset
3699
3700 .
3701 \end_layout
3702
3703 \begin_layout Standard
3704 Placeholders can also be used for text when they are inserted via the menu
3705  
3706 \family sans
3707 Insert\SpecialChar menuseparator
3708 Formatting\SpecialChar menuseparator
3709 Phantom
3710 \family default
3711 :
3712 \end_layout
3713
3714 \begin_layout Standard
3715 This is a sentence.
3716 \begin_inset Newline newline
3717 \end_inset
3718
3719
3720 \begin_inset Phantom Phantom
3721 status open
3722
3723 \begin_layout Plain Layout
3724 This
3725 \end_layout
3726
3727 \end_inset
3728
3729  is a sentence.
3730 \end_layout
3731
3732 \begin_layout Subsection
3733 Lines
3734 \begin_inset Index idx
3735 status collapsed
3736
3737 \begin_layout Plain Layout
3738 Lines
3739 \end_layout
3740
3741 \end_inset
3742
3743
3744 \begin_inset Index idx
3745 status collapsed
3746
3747 \begin_layout Plain Layout
3748 Formula ! underlined
3749 \end_layout
3750
3751 \end_inset
3752
3753
3754 \end_layout
3755
3756 \begin_layout Standard
3757 \align center
3758 \begin_inset Tabular
3759 <lyxtabular version="3" rows="4" columns="2">
3760 <features booktabs="true" tabularvalignment="middle">
3761 <column alignment="center" valignment="top" width="0pt">
3762 <column alignment="center" valignment="top" width="0pt">
3763 <row>
3764 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3765 \begin_inset Text
3766
3767 \begin_layout Plain Layout
3768 Command
3769 \end_layout
3770
3771 \end_inset
3772 </cell>
3773 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Plain Layout
3777 Result
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 </row>
3783 <row topspace="2mm">
3784 <cell alignment="center" valignment="top" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788
3789 \backslash
3790 overline
3791 \begin_inset space \textvisiblespace{}
3792 \end_inset
3793
3794 A+B
3795 \begin_inset Index idx
3796 status collapsed
3797
3798 \begin_layout Plain Layout
3799 Commands ! O ! 
3800 \backslash
3801 overline
3802 \end_layout
3803
3804 \end_inset
3805
3806
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 <cell alignment="center" valignment="top" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815 \begin_inset Formula $\overline{A+B}$
3816 \end_inset
3817
3818
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 </row>
3824 <row bottomspace="1mm">
3825 <cell alignment="center" valignment="top" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829
3830 \backslash
3831 underline
3832 \begin_inset space \textvisiblespace{}
3833 \end_inset
3834
3835 A+B
3836 \begin_inset Index idx
3837 status collapsed
3838
3839 \begin_layout Plain Layout
3840 Commands ! U ! 
3841 \backslash
3842 underline
3843 \end_layout
3844
3845 \end_inset
3846
3847
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 \begin_inset Formula $\underline{A+B}$
3857 \end_inset
3858
3859
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 </row>
3865 <row topspace="2mm" bottomspace="1mm">
3866 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870
3871 \backslash
3872 overline
3873 \begin_inset space \textvisiblespace{}
3874 \end_inset
3875
3876
3877 \backslash
3878 underline
3879 \begin_inset space \textvisiblespace{}
3880 \end_inset
3881
3882 A+B
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891 \begin_inset Formula $\overline{\underline{A+B}}$
3892 \end_inset
3893
3894
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 </row>
3900 </lyxtabular>
3901
3902 \end_inset
3903
3904
3905 \end_layout
3906
3907 \begin_layout Standard
3908 In the last example it doesn't matter if first 
3909 \series bold
3910
3911 \backslash
3912 overline
3913 \series default
3914  or 
3915 \series bold
3916
3917 \backslash
3918 underline
3919 \series default
3920  is inserted.
3921 \end_layout
3922
3923 \begin_layout Standard
3924 To double underline use 
3925 \series bold
3926
3927 \backslash
3928 underline
3929 \series default
3930  twice.
3931 \end_layout
3932
3933 \begin_layout Standard
3934 It is possible to place up to 6 lines above or below characters.
3935 \end_layout
3936
3937 \begin_layout Standard
3938 \begin_inset VSpace bigskip
3939 \end_inset
3940
3941 Custom lines can be created using the command 
3942 \series bold
3943
3944 \backslash
3945 rule
3946 \series default
3947
3948 \begin_inset Index idx
3949 status collapsed
3950
3951 \begin_layout Plain Layout
3952 Commands ! R ! 
3953 \backslash
3954 rule
3955 \end_layout
3956
3957 \end_inset
3958
3959  which has the following scheme:
3960 \end_layout
3961
3962 \begin_layout Standard
3963
3964 \series bold
3965
3966 \backslash
3967 rule[vertical offset]{length}{thickness}
3968 \end_layout
3969
3970 \begin_layout Standard
3971 The optional vertical offset shifts the line upwards (or downwards, when
3972  the value is negative).
3973  The units listed in 
3974 \begin_inset CommandInset ref
3975 LatexCommand ref
3976 reference "tab:Available-units"
3977
3978 \end_inset
3979
3980  can be used for the values.
3981  Here are two example lines created with the commands
3982 \begin_inset Newline newline
3983 \end_inset
3984
3985
3986 \series bold
3987
3988 \backslash
3989 rule[-2ex]{3cm}{2pt}
3990 \series default
3991  and 
3992 \series bold
3993
3994 \backslash
3995 rule{2cm}{1pt}
3996 \series default
3997 :
3998 \end_layout
3999
4000 \begin_layout Standard
4001 This is a sentence 
4002 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4003 \end_inset
4004
4005  with two lines.
4006 \end_layout
4007
4008 \begin_layout Standard
4009
4010 \series bold
4011
4012 \backslash
4013 rule
4014 \series default
4015  can also be used for text when a line is inserted via the menu 
4016 \family sans
4017 Insert\SpecialChar menuseparator
4018 Formatting\SpecialChar menuseparator
4019 Horizontal
4020 \begin_inset space ~
4021 \end_inset
4022
4023 Line
4024 \family default
4025 :
4026 \end_layout
4027
4028 \begin_layout Standard
4029 This is a sentence 
4030 \begin_inset CommandInset line
4031 LatexCommand rule
4032 offset "0.5ex"
4033 width "3cm"
4034 height "1pt"
4035
4036 \end_inset
4037
4038  with one line.
4039 \end_layout
4040
4041 \begin_layout Subsection
4042 Ellipses
4043 \begin_inset CommandInset label
4044 LatexCommand label
4045 name "subsec:Ellipses"
4046
4047 \end_inset
4048
4049
4050 \begin_inset Index idx
4051 status collapsed
4052
4053 \begin_layout Plain Layout
4054 Ellipses
4055 \end_layout
4056
4057 \end_inset
4058
4059
4060 \end_layout
4061
4062 \begin_layout Standard
4063 There are different types of ellipses available.
4064 \begin_inset Foot
4065 status collapsed
4066
4067 \begin_layout Plain Layout
4068 In the math toolbar in the submenu of the button 
4069 \begin_inset Info
4070 type  "icon"
4071 arg   "math-insert \\ldots"
4072 \end_inset
4073
4074
4075 \end_layout
4076
4077 \end_inset
4078
4079  For listings dots at the baseline are used (
4080 \series bold
4081
4082 \backslash
4083 ldots
4084 \series default
4085
4086 \begin_inset Index idx
4087 status collapsed
4088
4089 \begin_layout Plain Layout
4090 Commands ! L ! 
4091 \backslash
4092 ldots
4093 \end_layout
4094
4095 \end_inset
4096
4097 ), while for operations dots are needed that are on the same height as the
4098  operators (
4099 \series bold
4100
4101 \backslash
4102 cdots
4103 \series default
4104
4105 \begin_inset Index idx
4106 status collapsed
4107
4108 \begin_layout Plain Layout
4109 Commands ! C ! 
4110 \backslash
4111 cdots
4112 \end_layout
4113
4114 \end_inset
4115
4116 ).
4117  When using the command 
4118 \series bold
4119
4120 \backslash
4121 dots
4122 \series default
4123
4124 \begin_inset Index idx
4125 status collapsed
4126
4127 \begin_layout Plain Layout
4128 Commands ! D ! 
4129 \backslash
4130 dots
4131 \end_layout
4132
4133 \end_inset
4134
4135 , \SpecialChar LaTeX
4136  decides on the basis of the next character what type is used.
4137 \begin_inset Separator parbreak
4138 \end_inset
4139
4140
4141 \end_layout
4142
4143 \begin_layout Standard
4144 \align center
4145 \begin_inset Tabular
4146 <lyxtabular version="3" rows="9" columns="2">
4147 <features booktabs="true" tabularvalignment="middle">
4148 <column alignment="center" valignment="top" width="0pt">
4149 <column alignment="center" valignment="top" width="0pt">
4150 <row>
4151 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 Command
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164 Result
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 </row>
4170 <row>
4171 <cell alignment="center" valignment="top" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175 A_1
4176 \begin_inset space \textvisiblespace{}
4177 \end_inset
4178
4179 ,
4180 \backslash
4181 dots
4182 \begin_inset space \textvisiblespace{}
4183 \end_inset
4184
4185 ,A_n
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 \begin_inset Formula $A_{1},\dots,A_{n}$
4195 \end_inset
4196
4197
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 </row>
4203 <row>
4204 <cell alignment="center" valignment="top" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 A_1
4209 \begin_inset space \textvisiblespace{}
4210 \end_inset
4211
4212 +
4213 \backslash
4214 dots
4215 \begin_inset space \textvisiblespace{}
4216 \end_inset
4217
4218 +A_n
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 \begin_inset Formula $A_{1}+\dots+A_{n}$
4228 \end_inset
4229
4230
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 </row>
4236 <row>
4237 <cell alignment="center" valignment="top" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 A_1
4242 \begin_inset space \textvisiblespace{}
4243 \end_inset
4244
4245 ,
4246 \backslash
4247 ldots
4248 \begin_inset space \textvisiblespace{}
4249 \end_inset
4250
4251 ,A_n
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 \begin_inset Formula $A_{1},\ldots,A_{n}$
4261 \end_inset
4262
4263
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 </row>
4269 <row>
4270 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 A_1
4275 \begin_inset space \textvisiblespace{}
4276 \end_inset
4277
4278 +
4279 \backslash
4280 cdots
4281 \begin_inset space \textvisiblespace{}
4282 \end_inset
4283
4284 +A_n
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4294 \end_inset
4295
4296
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 </row>
4302 <row>
4303 <cell alignment="center" valignment="top" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307
4308 \backslash
4309 vdots
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 \begin_inset Formula $\vdots$
4319 \end_inset
4320
4321
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 </row>
4327 <row>
4328 <cell alignment="center" valignment="top" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332
4333 \backslash
4334 ddots
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 <cell alignment="center" valignment="top" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 \begin_inset Formula $\ddots$
4344 \end_inset
4345
4346
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 </row>
4352 <row>
4353 <cell alignment="center" valignment="top" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357
4358 \backslash
4359 iddots
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 <cell alignment="center" valignment="top" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368 \begin_inset Formula $\iddots$
4369 \end_inset
4370
4371
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 </row>
4377 <row>
4378 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 3×3
4383 \begin_inset space \thinspace{}
4384 \end_inset
4385
4386 matrix with the different dots
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395 \begin_inset Formula $\begin{array}{ccc}
4396 A_{11} & \cdots & A_{1m}\\
4397 \vdots & \ddots & \vdots\\
4398 A_{n1} & \cdots & A_{nm}
4399 \end{array}$
4400 \end_inset
4401
4402
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 </row>
4408 </lyxtabular>
4409
4410 \end_inset
4411
4412
4413 \end_layout
4414
4415 \begin_layout Standard
4416 The ellipses available in menu 
4417 \family sans
4418 Insert\SpecialChar menuseparator
4419 Special
4420 \begin_inset space ~
4421 \end_inset
4422
4423 Character
4424 \family default
4425  are 
4426 \series bold
4427
4428 \backslash
4429 ldots
4430 \series default
4431 .
4432 \end_layout
4433
4434 \begin_layout Standard
4435 \begin_inset VSpace medskip
4436 \end_inset
4437
4438 To use 
4439 \series bold
4440
4441 \backslash
4442 iddots
4443 \series default
4444 , one of the options 
4445 \family sans
4446 Use mathdots package (automatically)
4447 \family default
4448  must be set in the document settings under 
4449 \family sans
4450 Math
4451 \begin_inset space ~
4452 \end_inset
4453
4454 Options
4455 \family default
4456 .
4457 \begin_inset Newline newline
4458 \end_inset
4459
4460 Using the option 
4461 \family sans
4462 Use mathdots package
4463 \family default
4464  will improve the appearance of all dots in the documents if their font
4465  style or size is not the default.
4466 \end_layout
4467
4468 \begin_layout Standard
4469 \begin_inset VSpace medskip
4470 \end_inset
4471
4472 Specially for matrices there are ellipses that span over several columns.
4473  They are created with the command 
4474 \series bold
4475
4476 \backslash
4477 hdotsfor
4478 \series default
4479
4480 \begin_inset Index idx
4481 status collapsed
4482
4483 \begin_layout Plain Layout
4484 Commands ! H ! 
4485 \backslash
4486 hdotsfor
4487 \end_layout
4488
4489 \end_inset
4490
4491 , that has the following scheme:
4492 \end_layout
4493
4494 \begin_layout Standard
4495
4496 \series bold
4497
4498 \backslash
4499 hdotsfor[distance]{number of columns}
4500 \end_layout
4501
4502 \begin_layout Standard
4503 The number of columns specifies how many columns should be spanned.
4504  Distance is a factor for the distance between the dots.
4505 \end_layout
4506
4507 \begin_layout Standard
4508 In the following matrix the command 
4509 \series bold
4510
4511 \backslash
4512 hdotsfor[2]{4}
4513 \series default
4514  was inserted in the first box of the second line, to get an ellipsis with
4515  a dot distance twice as long as with the command 
4516 \series bold
4517
4518 \backslash
4519 dots
4520 \series default
4521 :
4522 \begin_inset Formula 
4523 \[
4524 \left(\begin{array}{cccc}
4525 A & B & C & D\\
4526 \hdotsfor[2]{4}\\
4527 q & w & e & r
4528 \end{array}\right)
4529 \]
4530
4531 \end_inset
4532
4533 Note that the matrix fields that should be spanned must be empty, otherwise
4534  you get \SpecialChar LaTeX
4535 -errors.
4536 \end_layout
4537
4538 \begin_layout Standard
4539 \begin_inset VSpace bigskip
4540 \end_inset
4541
4542 Furthermore you can fill with the command 
4543 \series bold
4544
4545 \backslash
4546 dotfill
4547 \series default
4548
4549 \begin_inset Index idx
4550 status collapsed
4551
4552 \begin_layout Plain Layout
4553 Commands ! D ! 
4554 \backslash
4555 dotfill
4556 \end_layout
4557
4558 \end_inset
4559
4560  the rest of a line with dots.
4561  The effect of these commands is the same as with 
4562 \series bold
4563
4564 \backslash
4565 hfill
4566 \series default
4567 , see 
4568 \begin_inset CommandInset ref
4569 LatexCommand ref
4570 reference "subsec:Variable-Space"
4571
4572 \end_inset
4573
4574 .
4575 \end_layout
4576
4577 \begin_layout Standard
4578 For example the command 
4579 \series bold
4580 A
4581 \backslash
4582 dotfill
4583 \begin_inset space \textvisiblespace{}
4584 \end_inset
4585
4586 B
4587 \series default
4588  produces
4589 \end_layout
4590
4591 \begin_layout Standard
4592 \begin_inset Formula $A\dotfill B$
4593 \end_inset
4594
4595
4596 \end_layout
4597
4598 \begin_layout Standard
4599 Similar to
4600 \series bold
4601  
4602 \backslash
4603 dotfill
4604 \series default
4605  there is for a line the command 
4606 \series bold
4607
4608 \backslash
4609 hrulefill
4610 \series default
4611
4612 \begin_inset Index idx
4613 status collapsed
4614
4615 \begin_layout Plain Layout
4616 Commands ! H ! 
4617 \backslash
4618 hrulefill
4619 \end_layout
4620
4621 \end_inset
4622
4623 :
4624 \end_layout
4625
4626 \begin_layout Standard
4627 \begin_inset Formula $A\hrulefill B$
4628 \end_inset
4629
4630
4631 \end_layout
4632
4633 \begin_layout Standard
4634 To use the commands for text, they have to be inserted in \SpecialChar TeX
4635  mode.
4636 \end_layout
4637
4638 \begin_layout Section
4639 Matrices
4640 \begin_inset CommandInset label
4641 LatexCommand label
4642 name "sec:Matrices"
4643
4644 \end_inset
4645
4646
4647 \begin_inset Index idx
4648 status collapsed
4649
4650 \begin_layout Plain Layout
4651 Matrices
4652 \end_layout
4653
4654 \end_inset
4655
4656
4657 \end_layout
4658
4659 \begin_layout Standard
4660 Matrices can be inserted via the math toolbar button 
4661 \begin_inset Info
4662 type  "icon"
4663 arg   "dialog-show mathmatrix"
4664 \end_inset
4665
4666  or the menu 
4667 \family sans
4668 Insert\SpecialChar menuseparator
4669 Math\SpecialChar menuseparator
4670 Matrix
4671 \family default
4672 .
4673  In the matrix dialog you can specify the number of columns and rows, the
4674  alignment and the decoration.
4675  The vertical alignment is only of importance for matrices in inline formulas:
4676 \end_layout
4677
4678 \begin_layout Standard
4679 The first matrix is top 
4680 \begin_inset Formula $\begin{array}[t]{cccc}
4681 A & D & G & J\\
4682 B & E & H & K\\
4683 C & F & I & L
4684 \end{array}$
4685 \end_inset
4686
4687 , the second middle 
4688 \begin_inset Formula $\begin{array}{cccc}
4689 A & D & G & J\\
4690 B & E & H & K\\
4691 C & F & I & L
4692 \end{array}$
4693 \end_inset
4694
4695  and the third bottom 
4696 \begin_inset Formula $\begin{array}[b]{cccc}
4697 A & D & G & J\\
4698 B & E & H & K\\
4699 C & F & I & L
4700 \end{array}$
4701 \end_inset
4702
4703  aligned.
4704 \end_layout
4705
4706 \begin_layout Standard
4707 The horizontal alignment specifies how the column entries should be aligned.
4708  It is set by entering a letter for every column.
4709  
4710 \emph on
4711 l
4712 \emph default
4713  denotes left aligned, 
4714 \emph on
4715 c
4716 \emph default
4717  centered and 
4718 \emph on
4719 r
4720 \emph default
4721  right aligned.
4722  To create for example a 4
4723 \series bold
4724 ×
4725 \series default
4726 4
4727 \begin_inset space ~
4728 \end_inset
4729
4730 matrix where the first column is left aligned, the second and third are
4731  centered and the last one is right aligned, one enters for the horizontal
4732  alignment 
4733 \series bold
4734 lccr
4735 \series default
4736 .
4737  Normally in a matrix all columns are centered, therefore the default for
4738  every column is a 
4739 \series bold
4740 c
4741 \series default
4742 .
4743 \end_layout
4744
4745 \begin_layout Standard
4746 Horizontal alignment:
4747 \end_layout
4748
4749 \begin_layout Standard
4750
4751 \series bold
4752 lll
4753 \series default
4754  : 
4755 \begin_inset Formula $\begin{array}{lll}
4756 10000 & D & G\\
4757 B & 10000 & H\\
4758 C & F & 10000
4759 \end{array}$
4760 \end_inset
4761
4762  , 
4763 \series bold
4764 ccc
4765 \series default
4766  : 
4767 \begin_inset Formula $\begin{array}{ccc}
4768 10000 & D & G\\
4769 B & 10000 & H\\
4770 C & F & 10000
4771 \end{array}$
4772 \end_inset
4773
4774  , 
4775 \series bold
4776 rrr
4777 \series default
4778  : 
4779 \begin_inset Formula $\begin{array}{rrr}
4780 10000 & D & G\\
4781 B & 10000 & H\\
4782 C & F & 10000
4783 \end{array}$
4784 \end_inset
4785
4786
4787 \end_layout
4788
4789 \begin_layout Standard
4790 To add or delete rows and columns subsequently, the math toolbar buttons
4791  
4792 \begin_inset Info
4793 type  "icon"
4794 arg   "inset-modify tabular append-row"
4795 \end_inset
4796
4797
4798 \begin_inset Info
4799 type  "icon"
4800 arg   "inset-modify tabular delete-row"
4801 \end_inset
4802
4803 , etc.
4804 \begin_inset space \thinspace{}
4805 \end_inset
4806
4807 , or the menu 
4808 \family sans
4809 Edit\SpecialChar menuseparator
4810 Rows & Columns
4811 \family default
4812  can be used.
4813  New rows can also be created with 
4814 \begin_inset Info
4815 type  "shortcut"
4816 arg   "newline-insert newline"
4817 \end_inset
4818
4819 .
4820 \end_layout
4821
4822 \begin_layout Standard
4823 \begin_inset VSpace bigskip
4824 \end_inset
4825
4826 The 
4827 \family sans
4828 Decoration
4829 \family default
4830  adds parentheses in the selected style around the matrix.
4831  Alternatively, parentheses can can either be created with the commands
4832  
4833 \series bold
4834
4835 \backslash
4836 left
4837 \series default
4838
4839 \begin_inset Index idx
4840 status collapsed
4841
4842 \begin_layout Plain Layout
4843 Commands ! L ! 
4844 \backslash
4845 left
4846 \end_layout
4847
4848 \end_inset
4849
4850  and 
4851 \series bold
4852
4853 \backslash
4854 right
4855 \series default
4856
4857 \begin_inset Index idx
4858 status collapsed
4859
4860 \begin_layout Plain Layout
4861 Commands ! R ! 
4862 \backslash
4863 right
4864 \end_layout
4865
4866 \end_inset
4867
4868  (shortcut 
4869 \family sans
4870 Alt+M
4871 \begin_inset space ~
4872 \end_inset
4873
4874 Parenthesis
4875 \family default
4876 ), see 
4877 \begin_inset CommandInset ref
4878 LatexCommand ref
4879 reference "subsec:Automatic-Bracket-Size"
4880
4881 \end_inset
4882
4883 , or by using the following commands:
4884 \begin_inset VSpace medskip
4885 \end_inset
4886
4887
4888 \end_layout
4889
4890 \begin_layout Standard
4891 \begin_inset space \hfill{}
4892 \end_inset
4893
4894
4895 \begin_inset Tabular
4896 <lyxtabular version="3" rows="4" columns="2">
4897 <features booktabs="true" tabularvalignment="middle">
4898 <column alignment="center" valignment="top" width="0pt">
4899 <column alignment="center" valignment="top">
4900 <row>
4901 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 Command
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 Result
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 </row>
4920 <row topspace="1.5mm">
4921 <cell alignment="center" valignment="top" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925
4926 \backslash
4927 bmatrix
4928 \begin_inset space \textvisiblespace{}
4929 \end_inset
4930
4931 2
4932 \series bold
4933 ×
4934 \series default
4935 2
4936 \begin_inset space \thinspace{}
4937 \end_inset
4938
4939 matrix
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 <cell alignment="center" valignment="top" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
4949 0 & \textrm{-}\mathrm{i}\\
4950 \mathrm{i} & 0
4951 \end{array}\end{bmatrix}$
4952 \end_inset
4953
4954
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 </row>
4960 <row topspace="1.5mm" bottomspace="0.5mm">
4961 <cell alignment="center" valignment="top" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965
4966 \backslash
4967 Bmatrix
4968 \begin_inset space \textvisiblespace{}
4969 \end_inset
4970
4971 2
4972 \series bold
4973 ×
4974 \series default
4975 2
4976 \begin_inset space \thinspace{}
4977 \end_inset
4978
4979 matrix
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 <cell alignment="center" valignment="top" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
4989 0 & \textrm{-}\mathrm{i}\\
4990 \mathrm{i} & 0
4991 \end{array}\end{Bmatrix}$
4992 \end_inset
4993
4994
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 </row>
5000 <row>
5001 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005
5006 \backslash
5007 pmatrix
5008 \begin_inset space \textvisiblespace{}
5009 \end_inset
5010
5011 2
5012 \series bold
5013 ×
5014 \series default
5015 2
5016 \begin_inset space \thinspace{}
5017 \end_inset
5018
5019 matrix
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5029 0 & \textrm{-}\mathrm{i}\\
5030 \mathrm{i} & 0
5031 \end{array}\end{pmatrix}$
5032 \end_inset
5033
5034
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 </row>
5040 </lyxtabular>
5041
5042 \end_inset
5043
5044
5045 \begin_inset space \hfill{}
5046 \end_inset
5047
5048
5049 \begin_inset Tabular
5050 <lyxtabular version="3" rows="4" columns="2">
5051 <features booktabs="true" tabularvalignment="middle">
5052 <column alignment="center" valignment="top" width="0pt">
5053 <column alignment="center" valignment="top">
5054 <row>
5055 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Plain Layout
5059 Command
5060 \end_layout
5061
5062 \end_inset
5063 </cell>
5064 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5065 \begin_inset Text
5066
5067 \begin_layout Plain Layout
5068 Result
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 </row>
5074 <row topspace="1.5mm">
5075 <cell alignment="center" valignment="top" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079
5080 \backslash
5081 vmatrix
5082 \begin_inset space \textvisiblespace{}
5083 \end_inset
5084
5085 2
5086 \series bold
5087 ×
5088 \series default
5089 2
5090 \begin_inset space \thinspace{}
5091 \end_inset
5092
5093 matrix
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell alignment="center" valignment="top" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5103 0 & \textrm{-}\mathrm{i}\\
5104 \mathrm{i} & 0
5105 \end{array}\end{vmatrix}$
5106 \end_inset
5107
5108
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 </row>
5114 <row topspace="1.5mm" bottomspace="0.5mm">
5115 <cell alignment="center" valignment="top" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Plain Layout
5119
5120 \backslash
5121 Vmatrix
5122 \begin_inset space \textvisiblespace{}
5123 \end_inset
5124
5125 2
5126 \series bold
5127 ×
5128 \series default
5129 2
5130 \begin_inset space \thinspace{}
5131 \end_inset
5132
5133 matrix
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 <cell alignment="center" valignment="top" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5143 0 & \textrm{-}\mathrm{i}\\
5144 \mathrm{i} & 0
5145 \end{array}\end{Vmatrix}$
5146 \end_inset
5147
5148
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 </row>
5154 <row>
5155 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159
5160 \backslash
5161 matrix
5162 \begin_inset space \textvisiblespace{}
5163 \end_inset
5164
5165 2
5166 \series bold
5167 ×
5168 \series default
5169 2
5170 \begin_inset space \thinspace{}
5171 \end_inset
5172
5173 matrix
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Plain Layout
5182 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5183 0 & \textrm{-}\mathrm{i}\\
5184 \mathrm{i} & 0
5185 \end{array}\end{matrix}$
5186 \end_inset
5187
5188
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 </row>
5194 </lyxtabular>
5195
5196 \end_inset
5197
5198
5199 \begin_inset space \hfill{}
5200 \end_inset
5201
5202
5203 \end_layout
5204
5205 \begin_layout Standard
5206 \begin_inset VSpace medskip
5207 \end_inset
5208
5209 When e.
5210 \begin_inset space \thinspace{}
5211 \end_inset
5212
5213 g.
5214 \begin_inset space \space{}
5215 \end_inset
5216
5217
5218 \series bold
5219
5220 \backslash
5221 vmatrix
5222 \series default
5223  is inserted, a blue box appears between two vertical lines where the matrix
5224  is inserted.
5225 \begin_inset Newline newline
5226 \end_inset
5227
5228 Note that decorated matrices ignore the vertical alignment.
5229 \end_layout
5230
5231 \begin_layout Standard
5232 \begin_inset VSpace bigskip
5233 \end_inset
5234
5235 As all multiline formulas are matrices, the length 
5236 \series bold
5237
5238 \backslash
5239 arraycolsep
5240 \series default
5241
5242 \begin_inset Index idx
5243 status collapsed
5244
5245 \begin_layout Plain Layout
5246 Commands ! A ! 
5247 \backslash
5248 arraycolsep
5249 \end_layout
5250
5251 \end_inset
5252
5253  that is described in 
5254 \begin_inset CommandInset ref
5255 LatexCommand ref
5256 reference "subsec:Column-Separation"
5257
5258 \end_inset
5259
5260  can also be used to change the column separation of matrices.
5261 \end_layout
5262
5263 \begin_layout Standard
5264 To change the row separation, the command 
5265 \series bold
5266
5267 \backslash
5268 arraystretch
5269 \series default
5270
5271 \begin_inset Index idx
5272 status collapsed
5273
5274 \begin_layout Plain Layout
5275 Commands ! A ! 
5276 \backslash
5277 arraystretch
5278 \end_layout
5279
5280 \end_inset
5281
5282  is used.
5283  It is used as follows:
5284 \end_layout
5285
5286 \begin_layout Standard
5287
5288 \series bold
5289
5290 \backslash
5291 renewcommand{
5292 \backslash
5293 arraystretch}{stretch factor}
5294 \begin_inset Index idx
5295 status collapsed
5296
5297 \begin_layout Plain Layout
5298 Commands ! R ! 
5299 \backslash
5300 renewcommand
5301 \end_layout
5302
5303 \end_inset
5304
5305
5306 \end_layout
5307
5308 \begin_layout Standard
5309 The command 
5310 \series bold
5311
5312 \backslash
5313 renewcommand
5314 \series default
5315  assigns the stretch factor to the predefined command 
5316 \series bold
5317
5318 \backslash
5319 arraystretch
5320 \series default
5321 .
5322  To double e.
5323 \begin_inset space \thinspace{}
5324 \end_inset
5325
5326 g.
5327 \begin_inset space \space{}
5328 \end_inset
5329
5330 the row separation, use the factor 2.
5331  This is then used for all following matrices.
5332  To go back to the original separation, assign the factor 1 to 
5333 \series bold
5334
5335 \backslash
5336 arraystretch
5337 \series default
5338 .
5339 \end_layout
5340
5341 \begin_layout Standard
5342 To set matrices into a text line, the command 
5343 \series bold
5344
5345 \backslash
5346 smallmatrix
5347 \series default
5348
5349 \begin_inset Index idx
5350 status collapsed
5351
5352 \begin_layout Plain Layout
5353 Commands ! S ! 
5354 \backslash
5355 smallmatrix
5356 \end_layout
5357
5358 \end_inset
5359
5360  is used.
5361  When it is inserted a blue box with two dashed lines appears.
5362  In this box the matrix is inserted.
5363 \end_layout
5364
5365 \begin_layout Standard
5366 This is a matrix 
5367 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5368 C & D
5369 \end{smallmatrix}\right)$
5370 \end_inset
5371
5372  in a text line.
5373 \end_layout
5374
5375 \begin_layout Section
5376 Brackets and Delimiters
5377 \begin_inset Index idx
5378 status collapsed
5379
5380 \begin_layout Plain Layout
5381 Brackets
5382 \end_layout
5383
5384 \end_inset
5385
5386
5387 \begin_inset Index idx
5388 status collapsed
5389
5390 \begin_layout Plain Layout
5391 Delimiters
5392 \end_layout
5393
5394 \end_inset
5395
5396
5397 \end_layout
5398
5399 \begin_layout Subsection
5400 Vertical Brackets and Delimiters
5401 \begin_inset Index idx
5402 status collapsed
5403
5404 \begin_layout Plain Layout
5405 Brackets ! vertical
5406 \end_layout
5407
5408 \end_inset
5409
5410
5411 \end_layout
5412
5413 \begin_layout Standard
5414 \begin_inset space \hfill{}
5415 \end_inset
5416
5417
5418 \begin_inset Tabular
5419 <lyxtabular version="3" rows="9" columns="2">
5420 <features booktabs="true" tabularvalignment="middle">
5421 <column alignment="center" valignment="top" width="0pt">
5422 <column alignment="center" valignment="top" width="0pt">
5423 <row>
5424 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5425 \begin_inset Text
5426
5427 \begin_layout Plain Layout
5428 Command
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437 Result
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 </row>
5443 <row>
5444 <cell alignment="center" valignment="top" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 (
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 <cell alignment="center" valignment="top" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457 \begin_inset Formula $($
5458 \end_inset
5459
5460
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 </row>
5466 <row>
5467 <cell alignment="center" valignment="top" usebox="none">
5468 \begin_inset Text
5469
5470 \begin_layout Plain Layout
5471 {
5472 \end_layout
5473
5474 \end_inset
5475 </cell>
5476 <cell alignment="center" valignment="top" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480 \begin_inset Formula $\{$
5481 \end_inset
5482
5483
5484 \end_layout
5485
5486 \end_inset
5487 </cell>
5488 </row>
5489 <row>
5490 <cell alignment="center" valignment="top" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494 [
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 \begin_inset Formula $[$
5504 \end_inset
5505
5506
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 </row>
5512 <row>
5513 <cell alignment="center" valignment="top" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Plain Layout
5517
5518 \backslash
5519 langle
5520 \end_layout
5521
5522 \end_inset
5523 </cell>
5524 <cell alignment="center" valignment="top" usebox="none">
5525 \begin_inset Text
5526
5527 \begin_layout Plain Layout
5528 \begin_inset Formula $\langle$
5529 \end_inset
5530
5531
5532 \end_layout
5533
5534 \end_inset
5535 </cell>
5536 </row>
5537 <row>
5538 <cell alignment="center" valignment="top" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542
5543 \backslash
5544 lceil
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 \begin_inset Formula $\lceil$
5554 \end_inset
5555
5556
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 </row>
5562 <row>
5563 <cell alignment="center" valignment="top" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567
5568 \backslash
5569 lfloor
5570 \end_layout
5571
5572 \end_inset
5573 </cell>
5574 <cell alignment="center" valignment="top" usebox="none">
5575 \begin_inset Text
5576
5577 \begin_layout Plain Layout
5578 \begin_inset Formula $\lfloor$
5579 \end_inset
5580
5581
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 </row>
5587 <row>
5588 <cell alignment="center" valignment="top" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 /
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601 \begin_inset Formula $/$
5602 \end_inset
5603
5604
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 </row>
5610 <row>
5611 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615 |
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624 \begin_inset Formula $|$
5625 \end_inset
5626
5627
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 </row>
5633 </lyxtabular>
5634
5635 \end_inset
5636
5637
5638 \begin_inset space \hfill{}
5639 \end_inset
5640
5641
5642 \begin_inset Tabular
5643 <lyxtabular version="3" rows="9" columns="2">
5644 <features booktabs="true" tabularvalignment="middle">
5645 <column alignment="center" valignment="top" width="0pt">
5646 <column alignment="center" valignment="top" width="0pt">
5647 <row>
5648 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652 Command
5653 \end_layout
5654
5655 \end_inset
5656 </cell>
5657 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 Result
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 </row>
5667 <row>
5668 <cell alignment="center" valignment="top" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672 )
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 <cell alignment="center" valignment="top" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681 \begin_inset Formula $)$
5682 \end_inset
5683
5684
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 </row>
5690 <row>
5691 <cell alignment="center" valignment="top" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695 }
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell alignment="center" valignment="top" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 \begin_inset Formula $\}$
5705 \end_inset
5706
5707
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 </row>
5713 <row>
5714 <cell alignment="center" valignment="top" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 ]
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 \begin_inset Formula $]$
5728 \end_inset
5729
5730
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 </row>
5736 <row>
5737 <cell alignment="center" valignment="top" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741
5742 \backslash
5743 rangle
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell alignment="center" valignment="top" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 \begin_inset Formula $\rangle$
5753 \end_inset
5754
5755
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 </row>
5761 <row>
5762 <cell alignment="center" valignment="top" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766
5767 \backslash
5768 rceil
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 <cell alignment="center" valignment="top" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 \begin_inset Formula $\rceil$
5778 \end_inset
5779
5780
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 </row>
5786 <row>
5787 <cell alignment="center" valignment="top" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791
5792 \backslash
5793 rfloor
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 <cell alignment="center" valignment="top" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 \begin_inset Formula $\rfloor$
5803 \end_inset
5804
5805
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 </row>
5811 <row>
5812 <cell alignment="center" valignment="top" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816
5817 \backslash
5818
5819 \backslash
5820
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 \begin_inset Formula $\backslash$
5830 \end_inset
5831
5832
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 </row>
5838 <row>
5839 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843
5844 \backslash
5845 |
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 \begin_inset Formula $\|$
5855 \end_inset
5856
5857
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 </row>
5863 </lyxtabular>
5864
5865 \end_inset
5866
5867
5868 \begin_inset space \hfill{}
5869 \end_inset
5870
5871
5872 \end_layout
5873
5874 \begin_layout Standard
5875
5876 \series medium
5877 \begin_inset Note Greyedout
5878 status open
5879
5880 \begin_layout Plain Layout
5881
5882 \series bold
5883 Note:
5884 \series default
5885  In \SpecialChar TeX
5886  mode the command 
5887 \series bold
5888
5889 \backslash
5890 textbackslash
5891 \series default
5892
5893 \begin_inset Index idx
5894 status collapsed
5895
5896 \begin_layout Plain Layout
5897 Commands ! T ! 
5898 \backslash
5899 textbackslash
5900 \end_layout
5901
5902 \end_inset
5903
5904  must be used for the backslash, because the command 
5905 \series bold
5906
5907 \backslash
5908
5909 \backslash
5910
5911 \series default
5912  produces a line break there.
5913 \end_layout
5914
5915 \end_inset
5916
5917
5918 \end_layout
5919
5920 \begin_layout Standard
5921 For all characters listed above the size can be adjusted with the commands
5922  described in the following two subsections.
5923  When using these commands, the characters < and > can directly be used
5924  instead of the commands 
5925 \series bold
5926
5927 \backslash
5928 langle
5929 \series default
5930  and 
5931 \series bold
5932
5933 \backslash
5934 rangle
5935 \series default
5936 .
5937 \end_layout
5938
5939 \begin_layout Subsubsection
5940 Manual Bracket Size
5941 \begin_inset CommandInset label
5942 LatexCommand label
5943 name "subsec:Manual-Bracket-Size"
5944
5945 \end_inset
5946
5947
5948 \begin_inset Index idx
5949 status collapsed
5950
5951 \begin_layout Plain Layout
5952 Bracket size ! manual
5953 \end_layout
5954
5955 \end_inset
5956
5957
5958 \end_layout
5959
5960 \begin_layout Standard
5961 The bracket size can be specified manually by the \SpecialChar LaTeX
5962 -commands 
5963 \series bold
5964
5965 \backslash
5966 big
5967 \series default
5968
5969 \begin_inset Index idx
5970 status collapsed
5971
5972 \begin_layout Plain Layout
5973 Commands ! B ! 
5974 \backslash
5975 big
5976 \end_layout
5977
5978 \end_inset
5979
5980
5981 \series bold
5982
5983 \backslash
5984 Big
5985 \series default
5986
5987 \series bold
5988
5989 \backslash
5990 bigg
5991 \series default
5992  and 
5993 \series bold
5994
5995 \backslash
5996 Bigg
5997 \series default
5998 .
5999  
6000 \series bold
6001
6002 \backslash
6003 big
6004 \series default
6005  denotes the smallest and 
6006 \series bold
6007
6008 \backslash
6009 Bigg
6010 \series default
6011  the largest bracket size.
6012 \end_layout
6013
6014 \begin_layout Standard
6015 These commands are used to emphasize levels of brackets:
6016 \begin_inset Separator parbreak
6017 \end_inset
6018
6019
6020 \end_layout
6021
6022 \begin_layout Standard
6023 \align center
6024 \begin_inset Tabular
6025 <lyxtabular version="3" rows="2" columns="2">
6026 <features booktabs="true" tabularvalignment="middle">
6027 <column alignment="center" valignment="top" width="0pt">
6028 <column alignment="center" valignment="top" width="0pt">
6029 <row>
6030 <cell alignment="center" valignment="top" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034 all brackets in the same size:
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 <cell alignment="center" valignment="top" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 \begin_inset Formula $((A+B)(A-B))^{C}$
6044 \end_inset
6045
6046
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 </row>
6052 <row topspace="2mm">
6053 <cell alignment="center" valignment="top" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 this looks better:
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6067 \end_inset
6068
6069
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 </row>
6075 </lyxtabular>
6076
6077 \end_inset
6078
6079
6080 \end_layout
6081
6082 \begin_layout Standard
6083 For the second formula the command 
6084 \series bold
6085
6086 \backslash
6087 Big((A+B)(A-B)
6088 \backslash
6089 Big)^
6090 \begin_inset space \textvisiblespace{}
6091 \end_inset
6092
6093 C
6094 \series default
6095  has been used.
6096 \end_layout
6097
6098 \begin_layout Standard
6099 Here is an overview about all bracket sizes:
6100 \begin_inset Separator parbreak
6101 \end_inset
6102
6103
6104 \end_layout
6105
6106 \begin_layout Standard
6107 \align center
6108
6109 \backslash
6110 Bigg(
6111 \backslash
6112 exp
6113 \backslash
6114 bigg<
6115 \backslash
6116 Big[
6117 \backslash
6118 big{
6119 \backslash
6120 ln(3x)
6121 \backslash
6122 big}^2
6123 \begin_inset space \textvisiblespace{}
6124 \end_inset
6125
6126
6127 \backslash
6128 sin(x)
6129 \backslash
6130 Big]^
6131 \begin_inset space \textvisiblespace{}
6132 \end_inset
6133
6134 A
6135 \begin_inset space \textvisiblespace{}
6136 \end_inset
6137
6138
6139 \backslash
6140 bigg>
6141 \backslash
6142 Bigg)^0,5
6143 \end_layout
6144
6145 \begin_layout Standard
6146 \align center
6147 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6148 \end_inset
6149
6150
6151 \end_layout
6152
6153 \begin_layout Standard
6154 Besides the 
6155 \series bold
6156
6157 \backslash
6158 big
6159 \series default
6160 -commands there is the variant 
6161 \series bold
6162
6163 \backslash
6164 bigm
6165 \series default
6166
6167 \begin_inset Index idx
6168 status collapsed
6169
6170 \begin_layout Plain Layout
6171 Commands ! B ! 
6172 \backslash
6173 bigm
6174 \end_layout
6175
6176 \end_inset
6177
6178  that adds a bit more space between the bracket and its content, and the
6179  variant 
6180 \series bold
6181
6182 \backslash
6183 bigl
6184 \series default
6185 -
6186 \series bold
6187
6188 \backslash
6189 bigr
6190 \series default
6191
6192 \begin_inset Index idx
6193 status collapsed
6194
6195 \begin_layout Plain Layout
6196 Commands ! B ! 
6197 \backslash
6198 bigl - 
6199 \backslash
6200 bigr
6201 \end_layout
6202
6203 \end_inset
6204
6205 , that don't add additional space.
6206  The 
6207 \emph on
6208 l
6209 \emph default
6210  at the end of the command 
6211 \series bold
6212
6213 \backslash
6214 bigl
6215 \series default
6216  is for a left bracket; for a right bracket this will be replaced by an
6217  
6218 \emph on
6219 r
6220 \emph default
6221 .
6222  A left or right bracket can each be an opening or closing bracket.
6223 \end_layout
6224
6225 \begin_layout Standard
6226 In the following table is a comparison of the variants:
6227 \begin_inset Separator parbreak
6228 \end_inset
6229
6230
6231 \end_layout
6232
6233 \begin_layout Standard
6234 \align center
6235 \begin_inset Tabular
6236 <lyxtabular version="3" rows="5" columns="2">
6237 <features booktabs="true" tabularvalignment="middle">
6238 <column alignment="center" valignment="top" width="0pt">
6239 <column alignment="center" valignment="middle">
6240 <row>
6241 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 Command
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 Result
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 </row>
6260 <row topspace="2mm">
6261 <cell alignment="center" valignment="top" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265
6266 \backslash
6267 Bigm(
6268 \backslash
6269 bigm(
6270 \backslash
6271 ln(3x)
6272 \backslash
6273 bigm)^2
6274 \begin_inset space \textvisiblespace{}
6275 \end_inset
6276
6277
6278 \backslash
6279 Bigm)
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6289 \end_inset
6290
6291
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 </row>
6297 <row topspace="2mm">
6298 <cell alignment="center" valignment="top" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302
6303 \backslash
6304 Big(
6305 \backslash
6306 big(
6307 \backslash
6308 ln(3x)
6309 \backslash
6310 big)^2
6311 \begin_inset space \textvisiblespace{}
6312 \end_inset
6313
6314
6315 \backslash
6316 Big)
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 <cell alignment="center" valignment="top" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6326 \end_inset
6327
6328
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 </row>
6334 <row topspace="2mm" bottomspace="0.5mm">
6335 <cell alignment="center" valignment="top" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339
6340 \backslash
6341 Bigl(
6342 \backslash
6343 bigl(
6344 \backslash
6345 ln(3x)
6346 \backslash
6347 bigr)^2
6348 \begin_inset space \textvisiblespace{}
6349 \end_inset
6350
6351
6352 \backslash
6353 Bigr)
6354 \end_layout
6355
6356 \end_inset
6357 </cell>
6358 <cell alignment="center" valignment="top" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6363 \end_inset
6364
6365
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 </row>
6371 <row topspace="1.5mm" bottomspace="0.5mm">
6372 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376
6377 \backslash
6378 bigl)
6379 \backslash
6380 ln(3x)
6381 \backslash
6382 bigr(
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6392 \end_inset
6393
6394
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 </row>
6400 </lyxtabular>
6401
6402 \end_inset
6403
6404
6405 \end_layout
6406
6407 \begin_layout Subsubsection
6408 Automatic Bracket Size
6409 \begin_inset CommandInset label
6410 LatexCommand label
6411 name "subsec:Automatic-Bracket-Size"
6412
6413 \end_inset
6414
6415
6416 \begin_inset Index idx
6417 status collapsed
6418
6419 \begin_layout Plain Layout
6420 Bracket size ! automatic
6421 \end_layout
6422
6423 \end_inset
6424
6425
6426 \end_layout
6427
6428 \begin_layout Standard
6429 Brackets with variable size can be inserted with the commands 
6430 \series bold
6431
6432 \backslash
6433 left
6434 \series default
6435
6436 \begin_inset Index idx
6437 status collapsed
6438
6439 \begin_layout Plain Layout
6440 Commands ! L ! 
6441 \backslash
6442 left
6443 \end_layout
6444
6445 \end_inset
6446
6447  and 
6448 \series bold
6449
6450 \backslash
6451 right
6452 \series default
6453
6454 \begin_inset Index idx
6455 status collapsed
6456
6457 \begin_layout Plain Layout
6458 Commands ! R ! 
6459 \backslash
6460 right
6461 \end_layout
6462
6463 \end_inset
6464
6465  or via the math toolbar button 
6466 \begin_inset Info
6467 type  "icon"
6468 arg   "dialog-show mathdelimiter"
6469 \end_inset
6470
6471 .
6472  Directly behind 
6473 \series bold
6474
6475 \backslash
6476 left
6477 \series default
6478  and 
6479 \series bold
6480
6481 \backslash
6482 right
6483 \series default
6484  the wanted bracket must be inserted.
6485  The bracket size will then automatically be calculated for the output.
6486 \begin_inset Separator parbreak
6487 \end_inset
6488
6489
6490 \end_layout
6491
6492 \begin_layout Standard
6493 \align center
6494 normal bracket: The command 
6495 \series bold
6496
6497 \backslash
6498 ln(
6499 \backslash
6500 frac
6501 \begin_inset space \textvisiblespace{}
6502 \end_inset
6503
6504 A
6505 \begin_inset Formula $\downarrow$
6506 \end_inset
6507
6508 C
6509 \begin_inset space \textvisiblespace{}
6510 \end_inset
6511
6512 )
6513 \series default
6514  creates
6515 \begin_inset Formula 
6516 \[
6517 \ln(\frac{A}{C})
6518 \]
6519
6520 \end_inset
6521
6522
6523 \end_layout
6524
6525 \begin_layout Standard
6526 \align center
6527 multiline bracket: The command 
6528 \series bold
6529
6530 \backslash
6531 ln
6532 \backslash
6533 left(
6534 \backslash
6535 frac
6536 \begin_inset space \textvisiblespace{}
6537 \end_inset
6538
6539 A
6540 \begin_inset Formula $\downarrow$
6541 \end_inset
6542
6543 C
6544 \begin_inset space \textvisiblespace{}
6545 \end_inset
6546
6547
6548 \backslash
6549 right)
6550 \series default
6551  creates
6552 \begin_inset Formula 
6553 \[
6554 \ln\left(\frac{A}{C}\right)
6555 \]
6556
6557 \end_inset
6558
6559
6560 \end_layout
6561
6562 \begin_layout Standard
6563 Instead of 
6564 \series bold
6565
6566 \backslash
6567 left
6568 \series default
6569  and 
6570 \series bold
6571
6572 \backslash
6573 right
6574 \series default
6575  the shortcut 
6576 \family sans
6577 Alt+M
6578 \begin_inset space ~
6579 \end_inset
6580
6581 Bracket
6582 \family default
6583  can be used.
6584  This has the advantage that you can see in \SpecialChar LyX
6585  immediately the real bracket
6586  size and that the matching right bracket will be created too.
6587 \begin_inset Newline newline
6588 \end_inset
6589
6590 The command for the last example would then be: 
6591 \series bold
6592
6593 \backslash
6594 ln Alt+M
6595 \series default
6596  
6597 \series bold
6598 (
6599 \backslash
6600 frac
6601 \begin_inset space \textvisiblespace{}
6602 \end_inset
6603
6604 A
6605 \begin_inset Formula $\downarrow$
6606 \end_inset
6607
6608 C
6609 \end_layout
6610
6611 \begin_layout Standard
6612 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6613  For example the command 
6614 \series bold
6615
6616 \backslash
6617 left.
6618 \backslash
6619 frac
6620 \begin_inset space \textvisiblespace{}
6621 \end_inset
6622
6623 A
6624 \begin_inset Formula $\downarrow$
6625 \end_inset
6626
6627 B
6628 \begin_inset space \textvisiblespace{}
6629 \end_inset
6630
6631
6632 \backslash
6633 right}
6634 \series default
6635  creates:
6636 \series bold
6637
6638 \begin_inset Formula 
6639 \[
6640 \left.\frac{A}{B}\right\} 
6641 \]
6642
6643 \end_inset
6644
6645
6646 \series default
6647 The commands 
6648 \series bold
6649
6650 \backslash
6651 left
6652 \series default
6653  and 
6654 \series bold
6655
6656 \backslash
6657 right
6658 \series default
6659  will be converted by \SpecialChar LyX
6660  to brackets in the right size when the document is
6661  reloaded and an omitted bracket will appear as dashed line.
6662 \end_layout
6663
6664 \begin_layout Standard
6665 \begin_inset VSpace bigskip
6666 \end_inset
6667
6668 Because all popular \SpecialChar LaTeX
6669  distributions use e\SpecialChar TeX
6670 , an extension to \SpecialChar LaTeX
6671 , the command
6672  
6673 \series bold
6674
6675 \backslash
6676 middle
6677 \series default
6678
6679 \begin_inset Index idx
6680 status collapsed
6681
6682 \begin_layout Plain Layout
6683 Commands ! M ! 
6684 \backslash
6685 middle
6686 \end_layout
6687
6688 \end_inset
6689
6690  is additionally available for all brackets and limits.
6691  With this command the height of the following character is adapted to the
6692  one of the surrounding brackets, what is e.
6693 \begin_inset space \thinspace{}
6694 \end_inset
6695
6696 g.
6697 \begin_inset space \space{}
6698 \end_inset
6699
6700 needed for physical vectors:
6701 \begin_inset Formula 
6702 \[
6703 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6704 \]
6705
6706 \end_inset
6707
6708 For physical vectors there is a special \SpecialChar LaTeX
6709 -package, described in 
6710 \begin_inset CommandInset ref
6711 LatexCommand ref
6712 reference "subsec:Physical-Vectors"
6713
6714 \end_inset
6715
6716 .
6717 \end_layout
6718
6719 \begin_layout Subsection
6720 Horizontal Brackets
6721 \begin_inset Index idx
6722 status collapsed
6723
6724 \begin_layout Plain Layout
6725 Brackets ! horizontal
6726 \end_layout
6727
6728 \end_inset
6729
6730
6731 \end_layout
6732
6733 \begin_layout Standard
6734 \align center
6735 \begin_inset Tabular
6736 <lyxtabular version="3" rows="4" columns="2">
6737 <features booktabs="true" tabularvalignment="middle">
6738 <column alignment="center" valignment="top" width="0pt">
6739 <column alignment="center" valignment="top" width="0pt">
6740 <row>
6741 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Plain Layout
6745 Command
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Plain Layout
6754 Result
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 </row>
6760 <row>
6761 <cell alignment="center" valignment="top" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765
6766 \backslash
6767 overbrace
6768 \begin_inset space \textvisiblespace{}
6769 \end_inset
6770
6771 A+B
6772 \begin_inset space \textvisiblespace{}
6773 \end_inset
6774
6775 ^3
6776 \begin_inset Index idx
6777 status collapsed
6778
6779 \begin_layout Plain Layout
6780 Commands ! O ! 
6781 \backslash
6782 overbrace
6783 \end_layout
6784
6785 \end_inset
6786
6787
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell alignment="center" valignment="top" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796 \begin_inset Formula $\overbrace{A+B}^{3}$
6797 \end_inset
6798
6799
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 </row>
6805 <row topspace="2mm">
6806 <cell alignment="center" valignment="top" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810
6811 \backslash
6812 underbrace
6813 \begin_inset space \textvisiblespace{}
6814 \end_inset
6815
6816 A+B
6817 \begin_inset space \textvisiblespace{}
6818 \end_inset
6819
6820 _5
6821 \begin_inset Index idx
6822 status collapsed
6823
6824 \begin_layout Plain Layout
6825 Commands ! U ! 
6826 \backslash
6827 underbrace
6828 \end_layout
6829
6830 \end_inset
6831
6832
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 <cell alignment="center" valignment="top" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 \begin_inset Formula $\underbrace{A+B}_{5}$
6842 \end_inset
6843
6844
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 </row>
6850 <row>
6851 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855
6856 \backslash
6857 overbrace
6858 \begin_inset space \textvisiblespace{}
6859 \end_inset
6860
6861
6862 \backslash
6863 underbrace
6864 \begin_inset space \textvisiblespace{}
6865 \end_inset
6866
6867 A+B_w
6868 \begin_inset space \textvisiblespace{}
6869 \end_inset
6870
6871
6872 \begin_inset space \textvisiblespace{}
6873 \end_inset
6874
6875 _7
6876 \begin_inset space \textvisiblespace{}
6877 \end_inset
6878
6879
6880 \begin_inset space \textvisiblespace{}
6881 \end_inset
6882
6883 ^
6884 \begin_inset space \textvisiblespace{}
6885 \end_inset
6886
6887 C
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6897 \end_inset
6898
6899
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 </row>
6905 </lyxtabular>
6906
6907 \end_inset
6908
6909
6910 \end_layout
6911
6912 \begin_layout Standard
6913 In the last example it doesn't matter if 
6914 \series bold
6915
6916 \backslash
6917 overbrace
6918 \series default
6919  or 
6920 \series bold
6921
6922 \backslash
6923 underbrace
6924 \series default
6925  is inserted at first.
6926 \end_layout
6927
6928 \begin_layout Standard
6929 \begin_inset VSpace medskip
6930 \end_inset
6931
6932
6933 \end_layout
6934
6935 \begin_layout Standard
6936 If you set in the document settings under 
6937 \family sans
6938 Math
6939 \begin_inset space ~
6940 \end_inset
6941
6942 Options
6943 \family default
6944  for the package 
6945 \series bold
6946 mathtools
6947 \series default
6948
6949 \begin_inset Index idx
6950 status collapsed
6951
6952 \begin_layout Plain Layout
6953 Packages ! mathtools
6954 \end_layout
6955
6956 \end_inset
6957
6958  the option 
6959 \family sans
6960 Load
6961 \begin_inset space ~
6962 \end_inset
6963
6964 always
6965 \family default
6966 , you have access to square backets:
6967 \begin_inset Separator parbreak
6968 \end_inset
6969
6970
6971 \end_layout
6972
6973 \begin_layout Standard
6974 \align center
6975 \begin_inset Tabular
6976 <lyxtabular version="3" rows="4" columns="2">
6977 <features booktabs="true" tabularvalignment="middle">
6978 <column alignment="center" valignment="top" width="0pt">
6979 <column alignment="center" valignment="top" width="0pt">
6980 <row>
6981 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985 Command
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994 Result
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 </row>
7000 <row>
7001 <cell alignment="center" valignment="top" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005
7006 \backslash
7007
7008 \family roman
7009 \series medium
7010 \shape up
7011 \size normal
7012 \emph off
7013 \bar no
7014 \strikeout off
7015 \uuline off
7016 \uwave off
7017 \noun off
7018 \color none
7019 overbracket
7020 \family default
7021 \series default
7022 \shape default
7023 \size default
7024 \emph default
7025 \bar default
7026 \strikeout default
7027 \uuline default
7028 \uwave default
7029 \noun default
7030 \color inherit
7031 {A+B
7032 \begin_inset space \textvisiblespace{}
7033 \end_inset
7034
7035 ^3
7036 \begin_inset Index idx
7037 status collapsed
7038
7039 \begin_layout Plain Layout
7040 Commands ! O ! 
7041 \backslash
7042 overbracket
7043 \end_layout
7044
7045 \end_inset
7046
7047
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell alignment="center" valignment="top" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056 \begin_inset Formula $\overbracket{A+B}^{3}$
7057 \end_inset
7058
7059
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 </row>
7065 <row topspace="2mm">
7066 <cell alignment="center" valignment="top" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070
7071 \backslash
7072 under
7073 \family roman
7074 \series medium
7075 \shape up
7076 \size normal
7077 \emph off
7078 \bar no
7079 \strikeout off
7080 \uuline off
7081 \uwave off
7082 \noun off
7083 \color none
7084 bracket
7085 \family default
7086 \series default
7087 \shape default
7088 \size default
7089 \emph default
7090 \bar default
7091 \strikeout default
7092 \uuline default
7093 \uwave default
7094 \noun default
7095 \color inherit
7096 {A+B
7097 \begin_inset space \textvisiblespace{}
7098 \end_inset
7099
7100 _5
7101 \begin_inset Index idx
7102 status collapsed
7103
7104 \begin_layout Plain Layout
7105 Commands ! U ! 
7106 \backslash
7107 under
7108 \family roman
7109 \series medium
7110 \shape up
7111 \size normal
7112 \emph off
7113 \bar no
7114 \strikeout off
7115 \uuline off
7116 \uwave off
7117 \noun off
7118 \color none
7119 bracket
7120 \end_layout
7121
7122 \end_inset
7123
7124
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 \begin_inset Formula $\underbracket{A+B}_{5}$
7134 \end_inset
7135
7136
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 </row>
7142 <row>
7143 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147
7148 \backslash
7149 overbracket{
7150 \backslash
7151 underbracket{A+B_w
7152 \begin_inset space \textvisiblespace{}
7153 \end_inset
7154
7155
7156 \begin_inset space \textvisiblespace{}
7157 \end_inset
7158
7159 _7
7160 \begin_inset space \textvisiblespace{}
7161 \end_inset
7162
7163
7164 \begin_inset space \textvisiblespace{}
7165 \end_inset
7166
7167 ^
7168 \begin_inset space \textvisiblespace{}
7169 \end_inset
7170
7171 C
7172 \end_layout
7173
7174 \end_inset
7175 </cell>
7176 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Plain Layout
7180 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7181 \end_inset
7182
7183
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 </row>
7189 </lyxtabular>
7190
7191 \end_inset
7192
7193
7194 \end_layout
7195
7196 \begin_layout Standard
7197 For 
7198 \series bold
7199
7200 \backslash
7201 overbracket
7202 \series default
7203  and 
7204 \series bold
7205
7206 \backslash
7207 underbracket
7208 \series default
7209  you can change the thickness of the bracket's stroke by specifying the
7210  desired thickness in square brackets behind the command:
7211 \begin_inset Separator parbreak
7212 \end_inset
7213
7214
7215 \end_layout
7216
7217 \begin_layout Standard
7218 \align center
7219 \begin_inset Tabular
7220 <lyxtabular version="3" rows="3" columns="2">
7221 <features booktabs="true" tabularvalignment="middle">
7222 <column alignment="center" valignment="top" width="0pt">
7223 <column alignment="center" valignment="top" width="0pt">
7224 <row>
7225 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7226 \begin_inset Text
7227
7228 \begin_layout Plain Layout
7229 Command
7230 \end_layout
7231
7232 \end_inset
7233 </cell>
7234 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7235 \begin_inset Text
7236
7237 \begin_layout Plain Layout
7238 Result
7239 \end_layout
7240
7241 \end_inset
7242 </cell>
7243 </row>
7244 <row>
7245 <cell alignment="center" valignment="top" usebox="none">
7246 \begin_inset Text
7247
7248 \begin_layout Plain Layout
7249
7250 \backslash
7251
7252 \family roman
7253 \series medium
7254 \shape up
7255 \size normal
7256 \emph off
7257 \bar no
7258 \strikeout off
7259 \uuline off
7260 \uwave off
7261 \noun off
7262 \color none
7263 overbracket
7264 \family default
7265 \series default
7266 \shape default
7267 \size default
7268 \emph default
7269 \bar default
7270 \strikeout default
7271 \uuline default
7272 \uwave default
7273 \noun default
7274 \color inherit
7275 [3pt]
7276 \backslash
7277 {A+B
7278 \begin_inset space \textvisiblespace{}
7279 \end_inset
7280
7281 ^3
7282 \end_layout
7283
7284 \end_inset
7285 </cell>
7286 <cell alignment="center" valignment="top" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Plain Layout
7290 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7291 \end_inset
7292
7293
7294 \end_layout
7295
7296 \end_inset
7297 </cell>
7298 </row>
7299 <row topspace="2mm">
7300 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7301 \begin_inset Text
7302
7303 \begin_layout Plain Layout
7304
7305 \backslash
7306 under
7307 \family roman
7308 \series medium
7309 \shape up
7310 \size normal
7311 \emph off
7312 \bar no
7313 \strikeout off
7314 \uuline off
7315 \uwave off
7316 \noun off
7317 \color none
7318 bracket
7319 \family default
7320 \series default
7321 \shape default
7322 \size default
7323 \emph default
7324 \bar default
7325 \strikeout default
7326 \uuline default
7327 \uwave default
7328 \noun default
7329 \color inherit
7330 [1pt]
7331 \backslash
7332 {A+B
7333 \begin_inset space \textvisiblespace{}
7334 \end_inset
7335
7336 _5
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7346 \end_inset
7347
7348
7349 \end_layout
7350
7351 \end_inset
7352 </cell>
7353 </row>
7354 </lyxtabular>
7355
7356 \end_inset
7357
7358
7359 \end_layout
7360
7361 \begin_layout Standard
7362 \begin_inset VSpace bigskip
7363 \end_inset
7364
7365 When brackets should overlap each other, multiline formulas, as described
7366  in 
7367 \begin_inset CommandInset ref
7368 LatexCommand ref
7369 reference "sec:Multiline-Formulas"
7370
7371 \end_inset
7372
7373 , must be used:
7374 \begin_inset Formula 
7375 \begin{eqnarray*}
7376 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7377  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7378 \end{eqnarray*}
7379
7380 \end_inset
7381
7382 In the first row the formula is inserted together with the first brace.
7383  It is hereby important that the space command
7384 \begin_inset Foot
7385 status collapsed
7386
7387 \begin_layout Plain Layout
7388 Space commands are explained in 
7389 \begin_inset CommandInset ref
7390 LatexCommand ref
7391 reference "subsec:Predefined-Space"
7392
7393 \end_inset
7394
7395 .
7396 \end_layout
7397
7398 \end_inset
7399
7400  
7401 \series bold
7402
7403 \backslash
7404 :
7405 \series default
7406  is inserted before the first 
7407 \begin_inset Formula $d$
7408 \end_inset
7409
7410 , because the brace that ends behind the 
7411 \begin_inset Formula $q$
7412 \end_inset
7413
7414  prevents that the following 
7415 \begin_inset Quotes eld
7416 \end_inset
7417
7418 +
7419 \begin_inset Quotes erd
7420 \end_inset
7421
7422  is surrounded by space.
7423 \begin_inset Foot
7424 status collapsed
7425
7426 \begin_layout Plain Layout
7427 because a bracket is not handled as a character, see 
7428 \begin_inset CommandInset ref
7429 LatexCommand ref
7430 reference "subsec:Binary-Operators"
7431
7432 \end_inset
7433
7434
7435 \end_layout
7436
7437 \end_inset
7438
7439  In the second row the second brace is inserted.
7440  As it should begin before the 
7441 \begin_inset Formula $b$
7442 \end_inset
7443
7444 , first the command 
7445 \series bold
7446
7447 \backslash
7448 hphantom{gggg+
7449 \backslash
7450 :}
7451 \series default
7452  is inserted.
7453 \begin_inset Foot
7454 status collapsed
7455
7456 \begin_layout Plain Layout
7457 more about 
7458 \series bold
7459
7460 \backslash
7461 hphantom
7462 \series default
7463  see 
7464 \begin_inset CommandInset ref
7465 LatexCommand ref
7466 reference "subsec:Placeholders"
7467
7468 \end_inset
7469
7470
7471 \end_layout
7472
7473 \end_inset
7474
7475  This space is needed because the 
7476 \begin_inset Quotes eld
7477 \end_inset
7478
7479 +
7480 \begin_inset Quotes erd
7481 \end_inset
7482
7483  is also surrounded by space in the formula.
7484  The brace is placed under the command 
7485 \series bold
7486
7487 \backslash
7488 hphantom{bbqq+dddd}
7489 \series default
7490 .
7491 \end_layout
7492
7493 \begin_layout Standard
7494 It gets more complicated when brackets overlap each other above and under
7495  the formula, like in the following example:
7496 \begin_inset ERT
7497 status collapsed
7498
7499 \begin_layout Plain Layout
7500
7501
7502 \backslash
7503 setlength{
7504 \backslash
7505 jot}{-6pt}
7506 \end_layout
7507
7508 \end_inset
7509
7510
7511 \begin_inset Formula 
7512 \begin{eqnarray*}
7513  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7514 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7515 \end{eqnarray*}
7516
7517 \end_inset
7518
7519
7520 \begin_inset ERT
7521 status collapsed
7522
7523 \begin_layout Plain Layout
7524
7525
7526 \backslash
7527 setlength{
7528 \backslash
7529 jot}{3pt}
7530 \end_layout
7531
7532 \end_inset
7533
7534 The first formula row is the same as the second row of the previous example,
7535  with the difference that the brace is above.
7536  The second row contains the formula together with the second brace.
7537  To avoid that there is space between the upper brace in the first row and
7538  the formula, the row spacing needs to be reduced.
7539  This is not easily possible due to a bug in \SpecialChar LyX
7540 .
7541 \begin_inset Foot
7542 status collapsed
7543
7544 \begin_layout Plain Layout
7545 \begin_inset CommandInset href
7546 LatexCommand href
7547 name "LyX-bug #1505"
7548 target "http://www.lyx.org/trac/ticket/1505"
7549
7550 \end_inset
7551
7552
7553 \end_layout
7554
7555 \end_inset
7556
7557  As a solution for the problem, the global formula row separation 
7558 \series bold
7559
7560 \backslash
7561 jot
7562 \series default
7563
7564 \begin_inset Index idx
7565 status collapsed
7566
7567 \begin_layout Plain Layout
7568 Commands ! J ! 
7569 \backslash
7570 jot
7571 \end_layout
7572
7573 \end_inset
7574
7575  must be changed to -6
7576 \begin_inset space \thinspace{}
7577 \end_inset
7578
7579 pt before the formula with the command 
7580 \series bold
7581
7582 \backslash
7583 setlength{
7584 \backslash
7585 jot}{-6pt}
7586 \series default
7587  in \SpecialChar TeX
7588  mode.
7589  
7590 \series bold
7591
7592 \backslash
7593 jot
7594 \series default
7595  is set back after the formula to the standard value of 3
7596 \begin_inset space \thinspace{}
7597 \end_inset
7598
7599 pt using the same command.
7600  More about the row separation in formulas is explained in 
7601 \begin_inset CommandInset ref
7602 LatexCommand ref
7603 reference "subsec:Line-Separation"
7604
7605 \end_inset
7606
7607 .
7608 \end_layout
7609
7610 \begin_layout Section
7611 Arrows
7612 \begin_inset Index idx
7613 status collapsed
7614
7615 \begin_layout Plain Layout
7616 Arrows
7617 \end_layout
7618
7619 \end_inset
7620
7621
7622 \end_layout
7623
7624 \begin_layout Standard
7625 Arrows can be inserted via the math toolbar button 
7626 \begin_inset Info
7627 type  "icon"
7628 arg   "math-insert \\leftarrow"
7629 \end_inset
7630
7631  or the commands listed in the following subsections.
7632 \end_layout
7633
7634 \begin_layout Subsection
7635 Horizontal Arrows
7636 \begin_inset Index idx
7637 status collapsed
7638
7639 \begin_layout Plain Layout
7640 Arrows ! horizontal
7641 \end_layout
7642
7643 \end_inset
7644
7645
7646 \end_layout
7647
7648 \begin_layout Standard
7649 \begin_inset space \hfill{}
7650 \end_inset
7651
7652
7653 \begin_inset Tabular
7654 <lyxtabular version="3" rows="8" columns="2">
7655 <features booktabs="true" tabularvalignment="middle">
7656 <column alignment="center" valignment="top" width="0pt">
7657 <column alignment="center" valignment="top" width="0pt">
7658 <row>
7659 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663 Command
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672 Result
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 </row>
7678 <row>
7679 <cell alignment="center" valignment="top" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683
7684 \backslash
7685 gets
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell alignment="center" valignment="top" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694 \begin_inset Formula $\gets$
7695 \end_inset
7696
7697
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 </row>
7703 <row>
7704 <cell alignment="center" valignment="top" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708
7709 \backslash
7710 Leftarrow
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 <cell alignment="center" valignment="top" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719 \begin_inset Formula $\Leftarrow$
7720 \end_inset
7721
7722
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 </row>
7728 <row>
7729 <cell alignment="center" valignment="top" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733
7734 \backslash
7735 longleftarrow
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 <cell alignment="center" valignment="top" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744 \begin_inset Formula $\longleftarrow$
7745 \end_inset
7746
7747
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 </row>
7753 <row>
7754 <cell alignment="center" valignment="top" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758
7759 \backslash
7760 Longleftarrow
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 <cell alignment="center" valignment="top" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769 \begin_inset Formula $\Longleftarrow$
7770 \end_inset
7771
7772
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 </row>
7778 <row>
7779 <cell alignment="center" valignment="top" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783
7784 \backslash
7785 leftharpoonup
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 <cell alignment="center" valignment="top" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794 \begin_inset Formula $\leftharpoonup$
7795 \end_inset
7796
7797
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 </row>
7803 <row>
7804 <cell alignment="center" valignment="top" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808
7809 \backslash
7810 leftharpoondown
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819 \begin_inset Formula $\leftharpoondown$
7820 \end_inset
7821
7822
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 </row>
7828 <row>
7829 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833
7834 \backslash
7835 hookleftarrow
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844 \begin_inset Formula $\hookleftarrow$
7845 \end_inset
7846
7847
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 </row>
7853 </lyxtabular>
7854
7855 \end_inset
7856
7857
7858 \begin_inset space \hfill{}
7859 \end_inset
7860
7861
7862 \begin_inset Tabular
7863 <lyxtabular version="3" rows="8" columns="2">
7864 <features booktabs="true" tabularvalignment="middle">
7865 <column alignment="center" valignment="top" width="0pt">
7866 <column alignment="center" valignment="top" width="0pt">
7867 <row>
7868 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 Command
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881 Result
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 </row>
7887 <row>
7888 <cell alignment="center" valignment="top" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892
7893 \backslash
7894 to
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell alignment="center" valignment="top" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903 \begin_inset Formula $\to$
7904 \end_inset
7905
7906
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 </row>
7912 <row>
7913 <cell alignment="center" valignment="top" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917
7918 \backslash
7919 Rightarrow
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 <cell alignment="center" valignment="top" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928 \begin_inset Formula $\Rightarrow$
7929 \end_inset
7930
7931
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 </row>
7937 <row>
7938 <cell alignment="center" valignment="top" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942
7943 \backslash
7944 longrightarrow
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 <cell alignment="center" valignment="top" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953 \begin_inset Formula $\longrightarrow$
7954 \end_inset
7955
7956
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 </row>
7962 <row>
7963 <cell alignment="center" valignment="top" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967
7968 \backslash
7969 Longrightarrow
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978 \begin_inset Formula $\Longrightarrow$
7979 \end_inset
7980
7981
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 </row>
7987 <row>
7988 <cell alignment="center" valignment="top" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992
7993 \backslash
7994 rightharpoonup
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 \begin_inset Formula $\rightharpoonup$
8004 \end_inset
8005
8006
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 </row>
8012 <row>
8013 <cell alignment="center" valignment="top" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017
8018 \backslash
8019 rightharpoondown
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 <cell alignment="center" valignment="top" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028 \begin_inset Formula $\rightharpoondown$
8029 \end_inset
8030
8031
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 </row>
8037 <row>
8038 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042
8043 \backslash
8044 hookrightarrow
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053 \begin_inset Formula $\hookrightarrow$
8054 \end_inset
8055
8056
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 </row>
8062 </lyxtabular>
8063
8064 \end_inset
8065
8066
8067 \begin_inset space \hfill{}
8068 \end_inset
8069
8070
8071 \end_layout
8072
8073 \begin_layout Standard
8074 \begin_inset space \hfill{}
8075 \end_inset
8076
8077
8078 \begin_inset Tabular
8079 <lyxtabular version="3" rows="6" columns="2">
8080 <features booktabs="true" tabularvalignment="middle">
8081 <column alignment="center" valignment="top" width="0pt">
8082 <column alignment="center" valignment="top" width="0pt">
8083 <row>
8084 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 Command
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 Result
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 </row>
8103 <row>
8104 <cell alignment="center" valignment="top" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108
8109 \backslash
8110 leftrightarrow
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 \begin_inset Formula $\leftrightarrow$
8120 \end_inset
8121
8122
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 </row>
8128 <row>
8129 <cell alignment="center" valignment="top" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133
8134 \backslash
8135 Leftrightarrow
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 \begin_inset Formula $\Leftrightarrow$
8145 \end_inset
8146
8147
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 </row>
8153 <row>
8154 <cell alignment="center" valignment="top" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158
8159 \backslash
8160 longleftrightarrow
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 \begin_inset Formula $\longleftrightarrow$
8170 \end_inset
8171
8172
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 </row>
8178 <row>
8179 <cell alignment="center" valignment="top" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183
8184 \backslash
8185 Longleftrightarrow
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 \begin_inset Formula $\Longleftrightarrow$
8195 \end_inset
8196
8197
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 </row>
8203 <row>
8204 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208
8209 \backslash
8210 rightleftharpoons
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 \begin_inset Formula $\rightleftharpoons$
8220 \end_inset
8221
8222
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 </row>
8228 </lyxtabular>
8229
8230 \end_inset
8231
8232
8233 \begin_inset space \hspace{}
8234 \length 25pt
8235 \end_inset
8236
8237
8238 \begin_inset space \hfill{}
8239 \end_inset
8240
8241
8242 \begin_inset Tabular
8243 <lyxtabular version="3" rows="5" columns="2">
8244 <features booktabs="true" tabularvalignment="middle">
8245 <column alignment="center" valignment="top" width="0pt">
8246 <column alignment="center" valignment="top" width="0pt">
8247 <row>
8248 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 Command
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 Result
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 </row>
8267 <row>
8268 <cell alignment="center" valignment="top" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272
8273 \backslash
8274 mapsto
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 \begin_inset Formula $\mapsto$
8284 \end_inset
8285
8286
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 </row>
8292 <row>
8293 <cell alignment="center" valignment="top" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297
8298 \backslash
8299 longmapsto
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell alignment="center" valignment="top" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 \begin_inset Formula $\longmapsto$
8309 \end_inset
8310
8311
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 </row>
8317 <row>
8318 <cell alignment="center" valignment="top" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322
8323 \backslash
8324 leadsto
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 \begin_inset Formula $\leadsto$
8334 \end_inset
8335
8336
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 </row>
8342 <row>
8343 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347
8348 \backslash
8349 dasharrow
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 \begin_inset Formula $\dasharrow$
8359 \end_inset
8360
8361
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 </row>
8367 </lyxtabular>
8368
8369 \end_inset
8370
8371
8372 \begin_inset space \hfill{}
8373 \end_inset
8374
8375
8376 \end_layout
8377
8378 \begin_layout Standard
8379 \begin_inset VSpace medskip
8380 \end_inset
8381
8382 Arrows used as accents like e.
8383 \begin_inset space \thinspace{}
8384 \end_inset
8385
8386 g.
8387 \begin_inset space \space{}
8388 \end_inset
8389
8390 vector arrows are listed in 
8391 \begin_inset CommandInset ref
8392 LatexCommand ref
8393 reference "sec:Accents"
8394
8395 \end_inset
8396
8397 .
8398 \end_layout
8399
8400 \begin_layout Standard
8401 \begin_inset VSpace bigskip
8402 \end_inset
8403
8404 Furthermore there are the labeled arrows
8405 \begin_inset Index idx
8406 status collapsed
8407
8408 \begin_layout Plain Layout
8409 Arrows ! labeled
8410 \end_layout
8411
8412 \end_inset
8413
8414  
8415 \series bold
8416
8417 \backslash
8418 xleftarrow
8419 \series default
8420
8421 \begin_inset Index idx
8422 status collapsed
8423
8424 \begin_layout Plain Layout
8425 Commands ! X ! 
8426 \backslash
8427 xleftarrow
8428 \end_layout
8429
8430 \end_inset
8431
8432  and 
8433 \series bold
8434
8435 \backslash
8436 xrightarrow
8437 \series default
8438
8439 \begin_inset Index idx
8440 status collapsed
8441
8442 \begin_layout Plain Layout
8443 Commands ! X ! 
8444 \backslash
8445 xrightarrow
8446 \begin_inset ERT
8447 status collapsed
8448
8449 \begin_layout Plain Layout
8450
8451
8452 \backslash
8453 vspace{4mm}
8454 \end_layout
8455
8456 \end_inset
8457
8458
8459 \end_layout
8460
8461 \end_inset
8462
8463 .
8464  When inserting one of these commands in a formula, an arrow with two blue
8465  boxes appear where the label can be inserted.
8466  The length of the arrow adapts to the label width.
8467 \end_layout
8468
8469 \begin_layout Standard
8470 \align center
8471 \begin_inset Tabular
8472 <lyxtabular version="3" rows="3" columns="2">
8473 <features booktabs="true" tabularvalignment="middle">
8474 <column alignment="center" valignment="top" width="0pt">
8475 <column alignment="center" valignment="top" width="0pt">
8476 <row>
8477 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481 Command
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 Result
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 </row>
8496 <row>
8497 <cell alignment="center" valignment="top" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 F(a)
8502 \backslash
8503 xleftarrow
8504 \begin_inset space \textvisiblespace{}
8505 \end_inset
8506
8507 x=a
8508 \begin_inset Formula $\downarrow$
8509 \end_inset
8510
8511 x>0
8512 \begin_inset Formula $\to$
8513 \end_inset
8514
8515 F(x)
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8525 \end_inset
8526
8527
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 </row>
8533 <row topspace="2mm">
8534 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538 F(x)
8539 \backslash
8540 xrightarrow
8541 \begin_inset space \textvisiblespace{}
8542 \end_inset
8543
8544 x=a
8545 \begin_inset Formula $\downarrow$
8546 \end_inset
8547
8548 x>0
8549 \begin_inset Formula $\to$
8550 \end_inset
8551
8552 F(a)
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8562 \end_inset
8563
8564
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 </row>
8570 </lyxtabular>
8571
8572 \end_inset
8573
8574
8575 \end_layout
8576
8577 \begin_layout Standard
8578 \begin_inset VSpace medskip
8579 \end_inset
8580
8581
8582 \end_layout
8583
8584 \begin_layout Standard
8585 If you set in the document settings under 
8586 \family sans
8587 Math
8588 \begin_inset space ~
8589 \end_inset
8590
8591 Options
8592 \family default
8593  for the package 
8594 \series bold
8595 mathtools
8596 \series default
8597
8598 \begin_inset Index idx
8599 status collapsed
8600
8601 \begin_layout Plain Layout
8602 Packages ! mathtools
8603 \end_layout
8604
8605 \end_inset
8606
8607  the option 
8608 \family sans
8609 Load
8610 \begin_inset space ~
8611 \end_inset
8612
8613 always
8614 \family default
8615 , you have access to the following labeled arrows:
8616 \end_layout
8617
8618 \begin_layout Standard
8619 \begin_inset Newpage newpage
8620 \end_inset
8621
8622
8623 \begin_inset Separator parbreak
8624 \end_inset
8625
8626
8627 \end_layout
8628
8629 \begin_layout Standard
8630 \align center
8631 \begin_inset space \hspace*{\fill}
8632 \end_inset
8633
8634
8635 \begin_inset Tabular
8636 <lyxtabular version="3" rows="7" columns="2">
8637 <features booktabs="true" tabularvalignment="middle">
8638 <column alignment="center" valignment="top" width="0pt">
8639 <column alignment="center" valignment="top" width="0pt">
8640 <row>
8641 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 Command
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 Example
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 </row>
8660 <row>
8661 <cell alignment="center" valignment="top" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665
8666 \family roman
8667 \series medium
8668 \shape up
8669 \size normal
8670 \emph off
8671 \bar no
8672 \strikeout off
8673 \uuline off
8674 \uwave off
8675 \noun off
8676 \color none
8677
8678 \backslash
8679 xleftrightarrow
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8689 \end_inset
8690
8691
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 </row>
8697 <row topspace="2mm">
8698 <cell alignment="center" valignment="top" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702
8703 \family roman
8704 \series medium
8705 \shape up
8706 \size normal
8707 \emph off
8708 \bar no
8709 \strikeout off
8710 \uuline off
8711 \uwave off
8712 \noun off
8713 \color none
8714
8715 \backslash
8716 xLeftarrow
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8726 \end_inset
8727
8728
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 </row>
8734 <row topspace="2mm">
8735 <cell alignment="center" valignment="top" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739
8740 \backslash
8741
8742 \family roman
8743 \series medium
8744 \shape up
8745 \size normal
8746 \emph off
8747 \bar no
8748 \strikeout off
8749 \uuline off
8750 \uwave off
8751 \noun off
8752 \color none
8753 xRightarrow
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8763 \end_inset
8764
8765
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 </row>
8771 <row topspace="2mm">
8772 <cell alignment="center" valignment="top" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776
8777 \backslash
8778
8779 \family roman
8780 \series medium
8781 \shape up
8782 \size normal
8783 \emph off
8784 \bar no
8785 \strikeout off
8786 \uuline off
8787 \uwave off
8788 \noun off
8789 \color none
8790 xLeftrightarrow
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 <cell alignment="center" valignment="top" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8800 \end_inset
8801
8802
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 </row>
8808 <row topspace="2mm">
8809 <cell alignment="center" valignment="top" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813
8814 \family roman
8815 \series medium
8816 \shape up
8817 \size normal
8818 \emph off
8819 \bar no
8820 \strikeout off
8821 \uuline off
8822 \uwave off
8823 \noun off
8824 \color none
8825
8826 \backslash
8827 xhookleftarrow
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="center" valignment="top" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8837 \end_inset
8838
8839
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 </row>
8845 <row topspace="2mm">
8846 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850
8851 \family roman
8852 \series medium
8853 \shape up
8854 \size normal
8855 \emph off
8856 \bar no
8857 \strikeout off
8858 \uuline off
8859 \uwave off
8860 \noun off
8861 \color none
8862
8863 \backslash
8864 xhookrightarrow
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8874 \end_inset
8875
8876
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 </row>
8882 </lyxtabular>
8883
8884 \end_inset
8885
8886
8887 \begin_inset space \hspace*{\fill}
8888 \end_inset
8889
8890
8891 \begin_inset Tabular
8892 <lyxtabular version="3" rows="7" columns="2">
8893 <features booktabs="true" tabularvalignment="middle">
8894 <column alignment="center" valignment="top" width="0pt">
8895 <column alignment="center" valignment="top" width="0pt">
8896 <row>
8897 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901 Command
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 Example
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 </row>
8916 <row>
8917 <cell alignment="center" valignment="top" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921
8922 \backslash
8923
8924 \family roman
8925 \series medium
8926 \shape up
8927 \size normal
8928 \emph off
8929 \bar no
8930 \strikeout off
8931 \uuline off
8932 \uwave off
8933 \noun off
8934 \color none
8935 xleftharpoondown
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell alignment="center" valignment="top" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8945 \end_inset
8946
8947
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 </row>
8953 <row topspace="2mm">
8954 <cell alignment="center" valignment="top" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958
8959 \backslash
8960
8961 \family roman
8962 \series medium
8963 \shape up
8964 \size normal
8965 \emph off
8966 \bar no
8967 \strikeout off
8968 \uuline off
8969 \uwave off
8970 \noun off
8971 \color none
8972 xleftharpoonup
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
8982 \end_inset
8983
8984
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 </row>
8990 <row topspace="2mm">
8991 <cell alignment="center" valignment="top" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995
8996 \backslash
8997
8998 \family roman
8999 \series medium
9000 \shape up
9001 \size normal
9002 \emph off
9003 \bar no
9004 \strikeout off
9005 \uuline off
9006 \uwave off
9007 \noun off
9008 \color none
9009 xrightharpoondown
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 <cell alignment="center" valignment="top" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
9019 \end_inset
9020
9021
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 </row>
9027 <row topspace="2mm">
9028 <cell alignment="center" valignment="top" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032
9033 \backslash
9034
9035 \family roman
9036 \series medium
9037 \shape up
9038 \size normal
9039 \emph off
9040 \bar no
9041 \strikeout off
9042 \uuline off
9043 \uwave off
9044 \noun off
9045 \color none
9046 xrightharpoonup
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
9056 \end_inset
9057
9058
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 </row>
9064 <row topspace="2mm">
9065 <cell alignment="center" valignment="top" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069
9070 \backslash
9071
9072 \family roman
9073 \series medium
9074 \shape up
9075 \size normal
9076 \emph off
9077 \bar no
9078 \strikeout off
9079 \uuline off
9080 \uwave off
9081 \noun off
9082 \color none
9083 xleftrightharpoons
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
9093 \end_inset
9094
9095
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 </row>
9101 <row topspace="2mm">
9102 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106
9107 \backslash
9108
9109 \family roman
9110 \series medium
9111 \shape up
9112 \size normal
9113 \emph off
9114 \bar no
9115 \strikeout off
9116 \uuline off
9117 \uwave off
9118 \noun off
9119 \color none
9120 xrightleftharpoons
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
9130 \end_inset
9131
9132
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 </row>
9138 </lyxtabular>
9139
9140 \end_inset
9141
9142
9143 \begin_inset space \hspace*{\fill}
9144 \end_inset
9145
9146
9147 \end_layout
9148
9149 \begin_layout Standard
9150 The command scheme is for all these arrows:
9151 \begin_inset Separator parbreak
9152 \end_inset
9153
9154
9155 \end_layout
9156
9157 \begin_layout Standard
9158 \align center
9159 \begin_inset Tabular
9160 <lyxtabular version="3" rows="2" columns="2">
9161 <features booktabs="true" tabularvalignment="middle">
9162 <column alignment="center" valignment="top" width="0pt">
9163 <column alignment="center" valignment="top" width="0pt">
9164 <row>
9165 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 Command
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178 Result
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 </row>
9184 <row bottomspace="0.5mm">
9185 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 F(a)
9190 \backslash
9191 xleftrightarrow[x=a]
9192 \backslash
9193 {x>0
9194 \begin_inset Formula $\to$
9195 \end_inset
9196
9197 F(x)
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
9207 \end_inset
9208
9209
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 </row>
9215 </lyxtabular>
9216
9217 \end_inset
9218
9219
9220 \end_layout
9221
9222 \begin_layout Subsection
9223 Vertical and diagonal Arrows
9224 \begin_inset Index idx
9225 status collapsed
9226
9227 \begin_layout Plain Layout
9228 Arrows ! diagonal
9229 \end_layout
9230
9231 \end_inset
9232
9233
9234 \begin_inset Index idx
9235 status collapsed
9236
9237 \begin_layout Plain Layout
9238 Arrows ! vertical
9239 \end_layout
9240
9241 \end_inset
9242
9243
9244 \end_layout
9245
9246 \begin_layout Standard
9247 \begin_inset space \hfill{}
9248 \end_inset
9249
9250
9251 \begin_inset Tabular
9252 <lyxtabular version="3" rows="7" columns="2">
9253 <features booktabs="true" tabularvalignment="middle">
9254 <column alignment="center" valignment="top" width="0pt">
9255 <column alignment="center" valignment="top" width="0pt">
9256 <row>
9257 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 Command
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270 Result
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 </row>
9276 <row>
9277 <cell alignment="center" valignment="top" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281
9282 \backslash
9283 uparrow
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="center" valignment="top" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 \begin_inset Formula $\uparrow$
9293 \end_inset
9294
9295
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 </row>
9301 <row>
9302 <cell alignment="center" valignment="top" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306
9307 \backslash
9308 Uparrow
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 <cell alignment="center" valignment="top" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317 \begin_inset Formula $\Uparrow$
9318 \end_inset
9319
9320
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 </row>
9326 <row>
9327 <cell alignment="center" valignment="top" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331
9332 \backslash
9333 updownarrow
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 <cell alignment="center" valignment="top" usebox="none">
9339 \begin_inset Text
9340
9341 \begin_layout Plain Layout
9342 \begin_inset Formula $\updownarrow$
9343 \end_inset
9344
9345
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 </row>
9351 <row>
9352 <cell alignment="center" valignment="top" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356
9357 \backslash
9358 Updownarrow
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 <cell alignment="center" valignment="top" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367 \begin_inset Formula $\Updownarrow$
9368 \end_inset
9369
9370
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 </row>
9376 <row>
9377 <cell alignment="center" valignment="top" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381
9382 \backslash
9383 Downarrow
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell alignment="center" valignment="top" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392 \begin_inset Formula $\Downarrow$
9393 \end_inset
9394
9395
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 </row>
9401 <row>
9402 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406
9407 \backslash
9408 downarrow
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417 \begin_inset Formula $\downarrow$
9418 \end_inset
9419
9420
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 </row>
9426 </lyxtabular>
9427
9428 \end_inset
9429
9430
9431 \begin_inset space \hfill{}
9432 \end_inset
9433
9434
9435 \begin_inset Tabular
9436 <lyxtabular version="3" rows="5" columns="2">
9437 <features booktabs="true" tabularvalignment="middle">
9438 <column alignment="center" valignment="top" width="0pt">
9439 <column alignment="center" valignment="top" width="0pt">
9440 <row>
9441 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 Command
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 Result
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 </row>
9460 <row>
9461 <cell alignment="center" valignment="top" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Plain Layout
9465
9466 \backslash
9467 nearrow
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 <cell alignment="center" valignment="top" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476 \begin_inset Formula $\nearrow$
9477 \end_inset
9478
9479
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 </row>
9485 <row>
9486 <cell alignment="center" valignment="top" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490
9491 \backslash
9492 searrow
9493 \end_layout
9494
9495 \end_inset
9496 </cell>
9497 <cell alignment="center" valignment="top" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Plain Layout
9501 \begin_inset Formula $\searrow$
9502 \end_inset
9503
9504
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 </row>
9510 <row>
9511 <cell alignment="center" valignment="top" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515
9516 \backslash
9517 swarrow
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 <cell alignment="center" valignment="top" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526 \begin_inset Formula $\swarrow$
9527 \end_inset
9528
9529
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 </row>
9535 <row>
9536 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540
9541 \backslash
9542 nwarrow
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551 \begin_inset Formula $\nwarrow$
9552 \end_inset
9553
9554
9555 \end_layout
9556
9557 \end_inset
9558 </cell>
9559 </row>
9560 </lyxtabular>
9561
9562 \end_inset
9563
9564
9565 \begin_inset space \hfill{}
9566 \end_inset
9567
9568
9569 \end_layout
9570
9571 \begin_layout Standard
9572 \begin_inset VSpace medskip
9573 \end_inset
9574
9575 Vertical arrows can be used also as delimiters together with the commands
9576  described in 
9577 \begin_inset CommandInset ref
9578 LatexCommand ref
9579 reference "subsec:Manual-Bracket-Size"
9580
9581 \end_inset
9582
9583  and 
9584 \begin_inset CommandInset ref
9585 LatexCommand ref
9586 reference "subsec:Automatic-Bracket-Size"
9587
9588 \end_inset
9589
9590 .
9591 \end_layout
9592
9593 \begin_layout Section
9594 Accents
9595 \begin_inset CommandInset label
9596 LatexCommand label
9597 name "sec:Accents"
9598
9599 \end_inset
9600
9601
9602 \begin_inset Index idx
9603 status collapsed
9604
9605 \begin_layout Plain Layout
9606 Accents
9607 \end_layout
9608
9609 \end_inset
9610
9611
9612 \end_layout
9613
9614 \begin_layout Standard
9615 Accents can be inserted via the math toolbar button 
9616 \begin_inset Info
9617 type  "icon"
9618 arg   "math-insert \\hat"
9619 \end_inset
9620
9621  or the commands listed in the following subsections.
9622 \end_layout
9623
9624 \begin_layout Subsection
9625 Accents for one Character
9626 \begin_inset ERT
9627 status collapsed
9628
9629 \begin_layout Plain Layout
9630
9631
9632 \backslash
9633 texorpdfstring{
9634 \end_layout
9635
9636 \end_inset
9637
9638
9639 \begin_inset Foot
9640 status collapsed
9641
9642 \begin_layout Plain Layout
9643 accents in text see 
9644 \begin_inset CommandInset ref
9645 LatexCommand ref
9646 reference "subsec:Accents-in-Text"
9647
9648 \end_inset
9649
9650
9651 \end_layout
9652
9653 \end_inset
9654
9655
9656 \begin_inset ERT
9657 status collapsed
9658
9659 \begin_layout Plain Layout
9660
9661 }{}
9662 \end_layout
9663
9664 \end_inset
9665
9666
9667 \begin_inset Note Note
9668 status collapsed
9669
9670 \begin_layout Plain Layout
9671
9672 \series bold
9673
9674 \backslash
9675 texorpdfstring
9676 \series default
9677  is used to avoid that the footnote appears in the PDF-bookmark.
9678 \end_layout
9679
9680 \begin_layout Plain Layout
9681 More about 
9682 \series bold
9683
9684 \backslash
9685 texorpdfstring
9686 \series default
9687  is in section 
9688 \begin_inset CommandInset ref
9689 LatexCommand ref
9690 reference "subsec:Formulas-in-Section"
9691
9692 \end_inset
9693
9694 .
9695 \end_layout
9696
9697 \end_inset
9698
9699
9700 \begin_inset CommandInset label
9701 LatexCommand label
9702 name "subsec:Accents-for-one"
9703
9704 \end_inset
9705
9706
9707 \begin_inset Index idx
9708 status collapsed
9709
9710 \begin_layout Plain Layout
9711 Accents ! for one character
9712 \end_layout
9713
9714 \end_inset
9715
9716
9717 \end_layout
9718
9719 \begin_layout Standard
9720 \begin_inset space \hfill{}
9721 \end_inset
9722
9723
9724 \begin_inset Tabular
9725 <lyxtabular version="3" rows="8" columns="2">
9726 <features booktabs="true" tabularvalignment="middle">
9727 <column alignment="center" valignment="top" width="0pt">
9728 <column alignment="center" valignment="top" width="0pt">
9729 <row>
9730 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734 Command
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743 Result
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 </row>
9749 <row topspace="1.5mm">
9750 <cell alignment="center" valignment="top" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754
9755 \backslash
9756 dot
9757 \begin_inset space \textvisiblespace{}
9758 \end_inset
9759
9760 A
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 <cell alignment="center" valignment="top" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Plain Layout
9769 \begin_inset Formula $\dot{A}$
9770 \end_inset
9771
9772
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 </row>
9778 <row topspace="1.5mm">
9779 <cell alignment="center" valignment="top" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783
9784 \backslash
9785 ddot
9786 \begin_inset space \textvisiblespace{}
9787 \end_inset
9788
9789 A
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 <cell alignment="center" valignment="top" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798 \begin_inset Formula $\ddot{A}$
9799 \end_inset
9800
9801
9802 \end_layout
9803
9804 \end_inset
9805 </cell>
9806 </row>
9807 <row topspace="1.5mm">
9808 <cell alignment="center" valignment="top" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Plain Layout
9812
9813 \backslash
9814 dddot
9815 \begin_inset space \textvisiblespace{}
9816 \end_inset
9817
9818 A
9819 \end_layout
9820
9821 \end_inset
9822 </cell>
9823 <cell alignment="center" valignment="top" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827 \begin_inset Formula $\dddot{A}$
9828 \end_inset
9829
9830
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 </row>
9836 <row topspace="1.5mm">
9837 <cell alignment="center" valignment="top" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841
9842 \backslash
9843 ddddot
9844 \begin_inset space \textvisiblespace{}
9845 \end_inset
9846
9847 A
9848 \end_layout
9849
9850 \end_inset
9851 </cell>
9852 <cell alignment="center" valignment="top" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856 \begin_inset Formula $\ddddot{A}$
9857 \end_inset
9858
9859
9860 \end_layout
9861
9862 \end_inset
9863 </cell>
9864 </row>
9865 <row topspace="1.5mm">
9866 <cell alignment="center" valignment="top" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Plain Layout
9870
9871 \backslash
9872 vec
9873 \begin_inset space \textvisiblespace{}
9874 \end_inset
9875
9876 A
9877 \begin_inset Index idx
9878 status collapsed
9879
9880 \begin_layout Plain Layout
9881 Vectors
9882 \end_layout
9883
9884 \end_inset
9885
9886
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 <cell alignment="center" valignment="top" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895 \begin_inset Formula $\vec{A}$
9896 \end_inset
9897
9898
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 </row>
9904 <row topspace="1.5mm">
9905 <cell alignment="center" valignment="top" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909
9910 \backslash
9911 bar
9912 \begin_inset space \textvisiblespace{}
9913 \end_inset
9914
9915 A
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell alignment="center" valignment="top" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924 \begin_inset Formula $\bar{A}$
9925 \end_inset
9926
9927
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 </row>
9933 <row topspace="1.5mm">
9934 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938
9939 \backslash
9940 mathring
9941 \begin_inset space \textvisiblespace{}
9942 \end_inset
9943
9944 A
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953 \begin_inset Formula $\mathring{A}$
9954 \end_inset
9955
9956
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 </row>
9962 </lyxtabular>
9963
9964 \end_inset
9965
9966
9967 \begin_inset space \hfill{}
9968 \end_inset
9969
9970
9971 \begin_inset Tabular
9972 <lyxtabular version="3" rows="7" columns="2">
9973 <features booktabs="true" tabularvalignment="middle">
9974 <column alignment="center" valignment="top" width="0pt">
9975 <column alignment="center" valignment="top" width="0pt">
9976 <row>
9977 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981 Command
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990 Result
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 </row>
9996 <row topspace="1.5mm">
9997 <cell alignment="center" valignment="top" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001
10002 \backslash
10003 tilde
10004 \begin_inset space \textvisiblespace{}
10005 \end_inset
10006
10007 A
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell alignment="center" valignment="top" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016 \begin_inset Formula $\tilde{A}$
10017 \end_inset
10018
10019
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 </row>
10025 <row topspace="1.5mm">
10026 <cell alignment="center" valignment="top" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030
10031 \backslash
10032 hat
10033 \begin_inset space \textvisiblespace{}
10034 \end_inset
10035
10036 A
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 <cell alignment="center" valignment="top" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045 \begin_inset Formula $\hat{A}$
10046 \end_inset
10047
10048
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 </row>
10054 <row topspace="1.5mm">
10055 <cell alignment="center" valignment="top" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059
10060 \backslash
10061 check
10062 \begin_inset space \textvisiblespace{}
10063 \end_inset
10064
10065 A
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 <cell alignment="center" valignment="top" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074 \begin_inset Formula $\check{A}$
10075 \end_inset
10076
10077
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 </row>
10083 <row topspace="1.5mm">
10084 <cell alignment="center" valignment="top" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088
10089 \backslash
10090 acute
10091 \begin_inset space \textvisiblespace{}
10092 \end_inset
10093
10094 A
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="center" valignment="top" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103 \begin_inset Formula $\acute{A}$
10104 \end_inset
10105
10106
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 </row>
10112 <row topspace="1.5mm">
10113 <cell alignment="center" valignment="top" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117
10118 \backslash
10119 grave
10120 \begin_inset space \textvisiblespace{}
10121 \end_inset
10122
10123 A
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 <cell alignment="center" valignment="top" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132 \begin_inset Formula $\grave{A}$
10133 \end_inset
10134
10135
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 </row>
10141 <row topspace="1.5mm">
10142 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146
10147 \backslash
10148 breve
10149 \begin_inset space \textvisiblespace{}
10150 \end_inset
10151
10152 A
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161 \begin_inset Formula $\breve{A}$
10162 \end_inset
10163
10164
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 </row>
10170 </lyxtabular>
10171
10172 \end_inset
10173
10174
10175 \begin_inset space \hfill{}
10176 \end_inset
10177
10178
10179 \end_layout
10180
10181 \begin_layout Standard
10182 \begin_inset VSpace bigskip
10183 \end_inset
10184
10185
10186 \end_layout
10187
10188 \begin_layout Standard
10189 You can directly insert accents like é to formulas.
10190  \SpecialChar LyX
10191  will transform them to the corresponding accent command.
10192  For umlauts
10193 \begin_inset Index idx
10194 status collapsed
10195
10196 \begin_layout Plain Layout
10197 Umlauts
10198 \end_layout
10199
10200 \end_inset
10201
10202  it is better to insert a quotation mark before the vowel.
10203  These two characters are then treated by \SpecialChar LaTeX
10204  as 
10205 \emph on
10206 one
10207 \emph default
10208  character when the formula part with the umlaut is marked as German.
10209  In contrary to 
10210 \series bold
10211
10212 \backslash
10213 ddot
10214 \series default
10215 , with this method 
10216 \begin_inset Quotes eld
10217 \end_inset
10218
10219 real
10220 \begin_inset Quotes erd
10221 \end_inset
10222
10223  umlauts are created as demonstrated in the following example:
10224 \end_layout
10225
10226 \begin_layout Standard
10227 \begin_inset VSpace -2mm
10228 \end_inset
10229
10230
10231 \end_layout
10232
10233 \begin_layout Standard
10234 \align center
10235 \begin_inset Tabular
10236 <lyxtabular version="3" rows="3" columns="2">
10237 <features booktabs="true" tabularvalignment="middle">
10238 <column alignment="center" valignment="top" width="0pt">
10239 <column alignment="center" valignment="top">
10240 <row>
10241 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245 Command
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254 Result
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 </row>
10260 <row>
10261 <cell alignment="center" valignment="top" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 \begin_inset Quotes grd
10266 \end_inset
10267
10268 i
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 <cell alignment="center" valignment="top" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277 \begin_inset space \hspace{}
10278 \length 0pt
10279 \end_inset
10280
10281
10282 \lang ngerman
10283
10284 \begin_inset Formula $"i$
10285 \end_inset
10286
10287
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 </row>
10293 <row topspace="1.5mm">
10294 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298
10299 \backslash
10300 ddot
10301 \begin_inset space \textvisiblespace{}
10302 \end_inset
10303
10304 i
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313 \begin_inset Formula $\ddot{i}$
10314 \end_inset
10315
10316
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 </row>
10322 </lyxtabular>
10323
10324 \end_inset
10325
10326
10327 \end_layout
10328
10329 \begin_layout Standard
10330 Another advantage to 
10331 \series bold
10332
10333 \backslash
10334 ddot
10335 \series default
10336  is that umlauts can directly be converted to mathematical text because
10337  the accent commands above are 
10338 \emph on
10339 not allowed
10340 \emph default
10341  
10342 \emph on
10343 in mathematical text
10344 \emph default
10345 .
10346  To convert an accented character to mathematical text, only the character
10347  under the accent may be converted.
10348  This applies also for all other conversions, e.
10349 \begin_inset space \thinspace{}
10350 \end_inset
10351
10352 g.
10353 \begin_inset space \space{}
10354 \end_inset
10355
10356 to italic or bold.
10357 \end_layout
10358
10359 \begin_layout Standard
10360 In mathematical text, umlauts and other accented characters can directly
10361  be inserted.
10362 \end_layout
10363
10364 \begin_layout Standard
10365 \begin_inset VSpace bigskip
10366 \end_inset
10367
10368
10369 \end_layout
10370
10371 \begin_layout Standard
10372 \SpecialChar LyX
10373  also supports a tilde under the character if the \SpecialChar LaTeX
10374 -package 
10375 \series bold
10376 undertilde
10377 \series default
10378
10379 \begin_inset Index idx
10380 status collapsed
10381
10382 \begin_layout Plain Layout
10383 Packages ! undertilde
10384 \end_layout
10385
10386 \end_inset
10387
10388  is installed on your system:
10389 \end_layout
10390
10391 \begin_layout Standard
10392 \begin_inset ERT
10393 status collapsed
10394
10395 \begin_layout Plain Layout
10396
10397
10398 \backslash
10399 ifundertilde 
10400 \end_layout
10401
10402 \end_inset
10403
10404
10405 \begin_inset Note Note
10406 status open
10407
10408 \begin_layout Plain Layout
10409 The following table will only be displayed when the \SpecialChar LaTeX
10410 -package 
10411 \series bold
10412 undertilde
10413 \series default
10414  is installed.
10415 \end_layout
10416
10417 \end_inset
10418
10419
10420 \begin_inset Separator parbreak
10421 \end_inset
10422
10423
10424 \end_layout
10425
10426 \begin_layout Standard
10427 \noindent
10428 \align center
10429 \begin_inset Tabular
10430 <lyxtabular version="3" rows="2" columns="2">
10431 <features booktabs="true" tabularvalignment="middle">
10432 <column alignment="center" valignment="top" width="0pt">
10433 <column alignment="center" valignment="top" width="0pt">
10434 <row>
10435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 Command
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448 Result
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 </row>
10454 <row>
10455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459
10460 \backslash
10461 utilde
10462 \begin_inset space \textvisiblespace{}
10463 \end_inset
10464
10465 A
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 \begin_inset Formula $\utilde{A}$
10475 \end_inset
10476
10477
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 </row>
10483 </lyxtabular>
10484
10485 \end_inset
10486
10487
10488 \end_layout
10489
10490 \begin_layout Standard
10491 \begin_inset ERT
10492 status collapsed
10493
10494 \begin_layout Plain Layout
10495
10496
10497 \backslash
10498 else 
10499 \end_layout
10500
10501 \end_inset
10502
10503
10504 \begin_inset Note Note
10505 status open
10506
10507 \begin_layout Plain Layout
10508 The following will be displayed when the \SpecialChar LaTeX
10509 -package 
10510 \series bold
10511 undertilde
10512 \series default
10513  is not installed:
10514 \end_layout
10515
10516 \end_inset
10517
10518
10519 \end_layout
10520
10521 \begin_layout Standard
10522 You need to install the \SpecialChar LaTeX
10523 -package 
10524 \series bold
10525 undertilde
10526 \series default
10527  to see the rest of this subsection in the output.
10528 \end_layout
10529
10530 \begin_layout Standard
10531 \begin_inset ERT
10532 status collapsed
10533
10534 \begin_layout Plain Layout
10535
10536
10537 \backslash
10538 fi 
10539 \end_layout
10540
10541 \end_inset
10542
10543
10544 \end_layout
10545
10546 \begin_layout Standard
10547 \begin_inset Newpage newpage
10548 \end_inset
10549
10550
10551 \end_layout
10552
10553 \begin_layout Subsection
10554 Accents for several Characters
10555 \begin_inset Index idx
10556 status collapsed
10557
10558 \begin_layout Plain Layout
10559 Accents ! for several characters
10560 \end_layout
10561
10562 \end_inset
10563
10564
10565 \end_layout
10566
10567 \begin_layout Standard
10568 \begin_inset space \hfill{}
10569 \end_inset
10570
10571
10572 \begin_inset Tabular
10573 <lyxtabular version="3" rows="5" columns="2">
10574 <features booktabs="true" tabularvalignment="middle">
10575 <column alignment="center" valignment="top" width="0pt">
10576 <column alignment="center" valignment="top" width="0pt">
10577 <row>
10578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 Command
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 Result
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 </row>
10597 <row topspace="1.5mm">
10598 <cell alignment="center" valignment="top" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602
10603 \backslash
10604 overleftarrow
10605 \begin_inset space \textvisiblespace{}
10606 \end_inset
10607
10608 A=B
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617 \begin_inset Formula $\overleftarrow{A=B}$
10618 \end_inset
10619
10620
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 </row>
10626 <row topspace="1.5mm">
10627 <cell alignment="center" valignment="top" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631
10632 \backslash
10633 underleftarrow
10634 \begin_inset space \textvisiblespace{}
10635 \end_inset
10636
10637 A=B
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 \begin_inset Formula $\underleftarrow{A=B}$
10647 \end_inset
10648
10649
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 </row>
10655 <row topspace="1.5mm">
10656 <cell alignment="center" valignment="top" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660
10661 \backslash
10662 overleftrightarrow
10663 \begin_inset space \textvisiblespace{}
10664 \end_inset
10665
10666 A=B
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675 \begin_inset Formula $\overleftrightarrow{A=B}$
10676 \end_inset
10677
10678
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 </row>
10684 <row topspace="1.5mm" bottomspace="1mm">
10685 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689
10690 \backslash
10691 underleftrightarrow
10692 \begin_inset space \textvisiblespace{}
10693 \end_inset
10694
10695 A=B
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 \begin_inset Formula $\underleftrightarrow{A=B}$
10705 \end_inset
10706
10707
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 </row>
10713 </lyxtabular>
10714
10715 \end_inset
10716
10717
10718 \begin_inset space \hfill{}
10719 \end_inset
10720
10721
10722 \begin_inset Tabular
10723 <lyxtabular version="3" rows="5" columns="2">
10724 <features booktabs="true" tabularvalignment="middle">
10725 <column alignment="center" valignment="top" width="0pt">
10726 <column alignment="center" valignment="top" width="0pt">
10727 <row>
10728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 Command
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741 Result
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 </row>
10747 <row topspace="1.5mm">
10748 <cell alignment="center" valignment="top" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752
10753 \backslash
10754 overrightarrow
10755 \begin_inset space \textvisiblespace{}
10756 \end_inset
10757
10758 A=B
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767 \begin_inset Formula $\overrightarrow{A=B}$
10768 \end_inset
10769
10770
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 </row>
10776 <row topspace="1.5mm">
10777 <cell alignment="center" valignment="top" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781
10782 \backslash
10783 underrightarrow
10784 \begin_inset space \textvisiblespace{}
10785 \end_inset
10786
10787 A=B
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796 \begin_inset Formula $\underrightarrow{A=B}$
10797 \end_inset
10798
10799
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 </row>
10805 <row topspace="1.5mm">
10806 <cell alignment="center" valignment="top" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810
10811 \backslash
10812 widetilde
10813 \begin_inset space \textvisiblespace{}
10814 \end_inset
10815
10816 A=B
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825 \begin_inset Formula $\widetilde{A=B}$
10826 \end_inset
10827
10828
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 </row>
10834 <row topspace="1.5mm" bottomspace="1mm">
10835 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839
10840 \backslash
10841 widehat
10842 \begin_inset space \textvisiblespace{}
10843 \end_inset
10844
10845 A=B
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854 \begin_inset Formula $\widehat{A=B}$
10855 \end_inset
10856
10857
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 </row>
10863 </lyxtabular>
10864
10865 \end_inset
10866
10867
10868 \begin_inset space \hfill{}
10869 \end_inset
10870
10871
10872 \end_layout
10873
10874 \begin_layout Standard
10875 \begin_inset VSpace medskip
10876 \end_inset
10877
10878 With these commands as many characters as you like can be accented.
10879  But the accents 
10880 \series bold
10881
10882 \backslash
10883 widetilde
10884 \series default
10885  and 
10886 \series bold
10887
10888 \backslash
10889 widehat
10890 \series default
10891  will only be set in the output with a length of three characters, as shown
10892  in the following example:
10893 \begin_inset Formula 
10894 \[
10895 \widetilde{A+B=C-D}
10896 \]
10897
10898 \end_inset
10899
10900
10901 \end_layout
10902
10903 \begin_layout Standard
10904 With the commands 
10905 \series bold
10906
10907 \backslash
10908 overset
10909 \series default
10910
10911 \begin_inset Index idx
10912 status collapsed
10913
10914 \begin_layout Plain Layout
10915 Commands ! O ! 
10916 \backslash
10917 overset
10918 \end_layout
10919
10920 \end_inset
10921
10922  and 
10923 \series bold
10924
10925 \backslash
10926 underset
10927 \series default
10928
10929 \begin_inset Index idx
10930 status collapsed
10931
10932 \begin_layout Plain Layout
10933 Commands ! U ! 
10934 \backslash
10935 underset
10936 \end_layout
10937
10938 \end_inset
10939
10940  described in the previous subsection it is also possible to accent several
10941  characters.
10942  The command 
10943 \series bold
10944
10945 \backslash
10946 underset
10947 \begin_inset space \textvisiblespace{}
10948 \end_inset
10949
10950 A=B
10951 \begin_inset Formula $\downarrow$
10952 \end_inset
10953
10954 ***
10955 \series default
10956  creates:
10957 \begin_inset Formula 
10958 \[
10959 \underset{***}{A=B}
10960 \]
10961
10962 \end_inset
10963
10964
10965 \end_layout
10966
10967 \begin_layout Section
10968 Space
10969 \begin_inset CommandInset label
10970 LatexCommand label
10971 name "subsec:Space"
10972
10973 \end_inset
10974
10975
10976 \begin_inset Index idx
10977 status collapsed
10978
10979 \begin_layout Plain Layout
10980 Space ! horizontal
10981 \end_layout
10982
10983 \end_inset
10984
10985
10986 \end_layout
10987
10988 \begin_layout Subsection
10989 Predefined Space
10990 \begin_inset CommandInset label
10991 LatexCommand label
10992 name "subsec:Predefined-Space"
10993
10994 \end_inset
10995
10996
10997 \begin_inset Index idx
10998 status collapsed
10999
11000 \begin_layout Plain Layout
11001 Space ! horizontal ! predefined
11002 \end_layout
11003
11004 \end_inset
11005
11006
11007 \end_layout
11008
11009 \begin_layout Standard
11010 Sometimes it is necessary to insert horizontal space into a formula.
11011  This is done by inserting a protected space (shortcut 
11012 \begin_inset Info
11013 type  "shortcut"
11014 arg   "command-alternatives space-insert protected ; math-space"
11015 \end_inset
11016
11017 ).
11018  A 
11019 \begin_inset Quotes eld
11020 \end_inset
11021
11022
11023 \color blue
11024
11025 \begin_inset space \textvisiblespace{}
11026 \end_inset
11027
11028
11029 \color inherit
11030
11031 \begin_inset Quotes erd
11032 \end_inset
11033
11034  appears and by pressing 
11035 \family sans
11036 Space
11037 \family default
11038  several times one can select one of eight different space sizes.
11039  The spaces can also be inserted using the math toolbar button 
11040 \begin_inset Info
11041 type  "icon"
11042 arg   "math-insert \\space"
11043 \end_inset
11044
11045  or special commands.
11046  Independent from the inserted command, one can select the size again by
11047  pressing 
11048 \family sans
11049 Space
11050 \family default
11051  afterwards.
11052 \begin_inset Separator parbreak
11053 \end_inset
11054
11055
11056 \end_layout
11057
11058 \begin_layout Standard
11059 \noindent
11060 \align center
11061 \begin_inset Tabular
11062 <lyxtabular version="3" rows="6" columns="3">
11063 <features booktabs="true" tabularvalignment="middle">
11064 <column alignment="center" valignment="top">
11065 <column alignment="center" valignment="top" width="15col%">
11066 <column alignment="center" valignment="top">
11067 <row>
11068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 Command
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081 Number of 
11082 \family sans
11083 Space
11084 \family default
11085  keystrokes
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094 Result
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 </row>
11100 <row>
11101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105
11106 \backslash
11107 ,
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116 0
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 \begin_inset Formula $A\,B$
11126 \end_inset
11127
11128
11129 \end_layout
11130
11131 \end_inset
11132 </cell>
11133 </row>
11134 <row>
11135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11136 \begin_inset Text
11137
11138 \begin_layout Plain Layout
11139
11140 \backslash
11141 :
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150 1
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 \begin_inset Formula $A\:B$
11160 \end_inset
11161
11162
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 </row>
11168 <row>
11169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173
11174 \backslash
11175 ;
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184 2
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 \begin_inset Formula $A\;B$
11194 \end_inset
11195
11196
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 </row>
11202 <row>
11203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207
11208 \backslash
11209 quad
11210 \end_layout
11211
11212 \end_inset
11213 </cell>
11214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 3
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 \begin_inset Formula $A\quad B$
11228 \end_inset
11229
11230
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 </row>
11236 <row>
11237 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241
11242 \backslash
11243 qquad
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 4
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 \begin_inset Formula $A\qquad B$
11262 \end_inset
11263
11264
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 </row>
11270 </lyxtabular>
11271
11272 \end_inset
11273
11274
11275 \begin_inset space \hfill{}
11276 \end_inset
11277
11278
11279 \begin_inset Tabular
11280 <lyxtabular version="3" rows="6" columns="3">
11281 <features booktabs="true" tabularvalignment="middle">
11282 <column alignment="center" valignment="top">
11283 <column alignment="center" valignment="top" width="15col%">
11284 <column alignment="center" valignment="top">
11285 <row>
11286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 Command
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299 Number of 
11300 \family sans
11301 Space
11302 \family default
11303  keystrokes
11304 \end_layout
11305
11306 \end_inset
11307 </cell>
11308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11309 \begin_inset Text
11310
11311 \begin_layout Plain Layout
11312 Result
11313 \end_layout
11314
11315 \end_inset
11316 </cell>
11317 </row>
11318 <row>
11319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323
11324 \backslash
11325 hfill
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334 5
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343 \begin_inset Formula $A\hfill B$
11344 \end_inset
11345
11346
11347 \end_layout
11348
11349 \end_inset
11350 </cell>
11351 </row>
11352 <row>
11353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357
11358 \backslash
11359 hspace*{1em}
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368 6
11369 \end_layout
11370
11371 \end_inset
11372 </cell>
11373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11374 \begin_inset Text
11375
11376 \begin_layout Plain Layout
11377 \begin_inset Formula $A\hspace*{1em}B$
11378 \end_inset
11379
11380
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 </row>
11386 <row>
11387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391
11392 \backslash
11393 hspace{1em}
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 7
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 \begin_inset Formula $A\hspace{1em}B$
11412 \end_inset
11413
11414
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 <row>
11421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425
11426 \backslash
11427
11428 \begin_inset space \textvisiblespace{}
11429 \end_inset
11430
11431
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 8
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 \begin_inset Formula $A\ B$
11450 \end_inset
11451
11452
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 </row>
11458 <row>
11459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463
11464 \backslash
11465 !
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 9
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 \begin_inset Formula $A\!B$
11484 \end_inset
11485
11486
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 </row>
11492 </lyxtabular>
11493
11494 \end_inset
11495
11496
11497 \end_layout
11498
11499 \begin_layout Standard
11500 Space
11501 \begin_inset space ~
11502 \end_inset
11503
11504 5
11505 \begin_inset space \thinspace{}
11506 \end_inset
11507
11508
11509 \begin_inset space \thinspace{}
11510 \end_inset
11511
11512 7 are variable spaces which are explained in 
11513 \begin_inset CommandInset ref
11514 LatexCommand ref
11515 reference "subsec:Variable-Space"
11516
11517 \end_inset
11518
11519 .
11520  Space
11521 \begin_inset space ~
11522 \end_inset
11523
11524 9 seems to produce no space.
11525  It is displayed red in \SpecialChar LyX
11526  contrary to the other sizes, because it is a negative
11527  space.
11528  There are two more negative spaces:
11529 \begin_inset Separator parbreak
11530 \end_inset
11531
11532
11533 \end_layout
11534
11535 \begin_layout Standard
11536 \align center
11537 \begin_inset Tabular
11538 <lyxtabular version="3" rows="3" columns="3">
11539 <features booktabs="true" tabularvalignment="middle">
11540 <column alignment="center" valignment="middle" width="6.8cm">
11541 <column alignment="center" valignment="top" width="0pt">
11542 <column alignment="center" valignment="top" width="0pt">
11543 <row>
11544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548 Command
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557
11558 \backslash
11559 negmedspace
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568
11569 \backslash
11570 negthickspace
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 </row>
11576 <row>
11577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 Number of 
11582 \family sans
11583 Space
11584 \family default
11585  keystrokes after inserting the protected space
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Plain Layout
11594 10
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Plain Layout
11603 11
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 </row>
11609 <row>
11610 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 Result
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 \begin_inset Formula $A\negmedspace B$
11624 \end_inset
11625
11626
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Plain Layout
11635 \begin_inset Formula $A\negthickspace B$
11636 \end_inset
11637
11638
11639 \end_layout
11640
11641 \end_inset
11642 </cell>
11643 </row>
11644 </lyxtabular>
11645
11646 \end_inset
11647
11648
11649 \end_layout
11650
11651 \begin_layout Standard
11652 Negative spaces can lead to characters overlapping each other.
11653  Thus they can be used to enforce ligatures, which are e.
11654 \begin_inset space \thinspace{}
11655 \end_inset
11656
11657 g.
11658 \begin_inset space \space{}
11659 \end_inset
11660
11661 useful for summation operators:
11662 \begin_inset Separator parbreak
11663 \end_inset
11664
11665
11666 \end_layout
11667
11668 \begin_layout Standard
11669 \align center
11670 \begin_inset Tabular
11671 <lyxtabular version="3" rows="3" columns="2">
11672 <features booktabs="true" tabularvalignment="middle">
11673 <column alignment="center" valignment="top" width="0pt">
11674 <column alignment="center" valignment="top">
11675 <row>
11676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 Command
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 Result
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 </row>
11695 <row>
11696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700
11701 \backslash
11702 sum
11703 \backslash
11704 sum
11705 \begin_inset space \textvisiblespace{}
11706 \end_inset
11707
11708 f_kl
11709 \end_layout
11710
11711 \end_inset
11712 </cell>
11713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 \begin_inset Formula $\sum\sum f_{kl}$
11718 \end_inset
11719
11720
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 </row>
11726 <row>
11727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731
11732 \backslash
11733 sum
11734 \backslash
11735 negmedspace
11736 \backslash
11737 sum
11738 \begin_inset space \textvisiblespace{}
11739 \end_inset
11740
11741 f_kl
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Plain Layout
11750 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
11751 \end_inset
11752
11753
11754 \end_layout
11755
11756 \end_inset
11757 </cell>
11758 </row>
11759 </lyxtabular>
11760
11761 \end_inset
11762
11763
11764 \end_layout
11765
11766 \begin_layout Standard
11767 \noindent
11768 \begin_inset VSpace medskip
11769 \end_inset
11770
11771
11772 \end_layout
11773
11774 \begin_layout Standard
11775 \noindent
11776 Relations like for example equal signs, are always surrounded by space.
11777  To suppress this, the equal sign is placed into a \SpecialChar TeX
11778  brace.
11779  The following example demonstrates this:
11780 \begin_inset Separator parbreak
11781 \end_inset
11782
11783
11784 \end_layout
11785
11786 \begin_layout Standard
11787 \align center
11788 \begin_inset Tabular
11789 <lyxtabular version="3" rows="2" columns="2">
11790 <features tabularvalignment="middle">
11791 <column alignment="center" valignment="top" width="0pt">
11792 <column alignment="center" valignment="top" width="0pt">
11793 <row>
11794 <cell alignment="center" valignment="top" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Plain Layout
11798 normal equation
11799 \end_layout
11800
11801 \end_inset
11802 </cell>
11803 <cell alignment="center" valignment="top" usebox="none">
11804 \begin_inset Text
11805
11806 \begin_layout Plain Layout
11807 \begin_inset Formula $A=B$
11808 \end_inset
11809
11810
11811 \end_layout
11812
11813 \end_inset
11814 </cell>
11815 </row>
11816 <row>
11817 <cell alignment="center" valignment="top" usebox="none">
11818 \begin_inset Text
11819
11820 \begin_layout Plain Layout
11821 equation without space
11822 \end_layout
11823
11824 \end_inset
11825 </cell>
11826 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11827 \begin_inset Text
11828
11829 \begin_layout Plain Layout
11830 \begin_inset Formula $A{=}B$
11831 \end_inset
11832
11833
11834 \end_layout
11835
11836 \end_inset
11837 </cell>
11838 </row>
11839 </lyxtabular>
11840
11841 \end_inset
11842
11843
11844 \end_layout
11845
11846 \begin_layout Standard
11847 \noindent
11848 The command for the last formula is: 
11849 \series bold
11850 A
11851 \backslash
11852 {=
11853 \begin_inset Formula $\to$
11854 \end_inset
11855
11856 B
11857 \end_layout
11858
11859 \begin_layout Standard
11860 \begin_inset VSpace bigskip
11861 \end_inset
11862
11863
11864 \end_layout
11865
11866 \begin_layout Standard
11867 Spaces are needed for physical units, because the space between the value
11868  and the unit is the smallest one and not a normal space.
11869  For units in text, the smallest space is inserted via the menu 
11870 \family sans
11871 Insert\SpecialChar menuseparator
11872 Formatting\SpecialChar menuseparator
11873 Thin
11874 \begin_inset space ~
11875 \end_inset
11876
11877 Space
11878 \family default
11879  (shortcut 
11880 \begin_inset Info
11881 type  "shortcut"
11882 arg   "space-insert thin"
11883 \end_inset
11884
11885 ).
11886 \end_layout
11887
11888 \begin_layout Standard
11889 An example to visualize the difference:
11890 \end_layout
11891
11892 \begin_layout Standard
11893 \begin_inset Tabular
11894 <lyxtabular version="3" rows="2" columns="2">
11895 <features tabularvalignment="middle">
11896 <column alignment="left" valignment="top">
11897 <column alignment="left" valignment="top">
11898 <row>
11899 <cell alignment="center" valignment="top" usebox="none">
11900 \begin_inset Text
11901
11902 \begin_layout Plain Layout
11903 24 kW
11904 \begin_inset Formula $\cdot$
11905 \end_inset
11906
11907 h
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 <cell alignment="center" valignment="top" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 space between value and unit
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 </row>
11922 <row>
11923 <cell alignment="center" valignment="top" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927 24
11928 \begin_inset space \thinspace{}
11929 \end_inset
11930
11931 kW
11932 \begin_inset Formula $\cdot$
11933 \end_inset
11934
11935 h
11936 \end_layout
11937
11938 \end_inset
11939 </cell>
11940 <cell alignment="center" valignment="top" usebox="none">
11941 \begin_inset Text
11942
11943 \begin_layout Plain Layout
11944 smallest space between value and unit
11945 \end_layout
11946
11947 \end_inset
11948 </cell>
11949 </row>
11950 </lyxtabular>
11951
11952 \end_inset
11953
11954
11955 \end_layout
11956
11957 \begin_layout Subsection
11958 Variable Space
11959 \begin_inset ERT
11960 status collapsed
11961
11962 \begin_layout Plain Layout
11963
11964
11965 \backslash
11966 texorpdfstring{
11967 \end_layout
11968
11969 \end_inset
11970
11971
11972 \begin_inset Foot
11973 status collapsed
11974
11975 \begin_layout Plain Layout
11976 for vertical space in formulas see 
11977 \begin_inset CommandInset ref
11978 LatexCommand ref
11979 reference "subsec:Line-Separation"
11980
11981 \end_inset
11982
11983
11984 \end_layout
11985
11986 \end_inset
11987
11988
11989 \begin_inset ERT
11990 status collapsed
11991
11992 \begin_layout Plain Layout
11993
11994 }{}
11995 \end_layout
11996
11997 \end_inset
11998
11999
12000 \begin_inset Note Note
12001 status collapsed
12002
12003 \begin_layout Plain Layout
12004
12005 \backslash
12006 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12007 \end_layout
12008
12009 \begin_layout Plain Layout
12010 More about 
12011 \backslash
12012 texorpdfstring is in section 
12013 \begin_inset CommandInset ref
12014 LatexCommand ref
12015 reference "subsec:Formulas-in-Section"
12016
12017 \end_inset
12018
12019 .
12020 \end_layout
12021
12022 \end_inset
12023
12024
12025 \begin_inset CommandInset label
12026 LatexCommand label
12027 name "subsec:Variable-Space"
12028
12029 \end_inset
12030
12031
12032 \begin_inset Index idx
12033 status collapsed
12034
12035 \begin_layout Plain Layout
12036 Space ! horizontal ! variable
12037 \end_layout
12038
12039 \end_inset
12040
12041
12042 \end_layout
12043
12044 \begin_layout Standard
12045 Space with a defined length can be inserted with the command 
12046 \series bold
12047
12048 \backslash
12049 hspace
12050 \series default
12051
12052 \begin_inset Index idx
12053 status collapsed
12054
12055 \begin_layout Plain Layout
12056 Commands ! H ! 
12057 \backslash
12058 hspace
12059 \end_layout
12060
12061 \end_inset
12062
12063 .
12064  Then a long 
12065 \begin_inset Quotes eld
12066 \end_inset
12067
12068
12069 \color blue
12070
12071 \begin_inset space \textvisiblespace{}
12072 \end_inset
12073
12074
12075 \color inherit
12076
12077 \begin_inset Quotes erd
12078 \end_inset
12079
12080  appears.
12081  The length can be specified by left-clicking on the 
12082 \begin_inset Quotes eld
12083 \end_inset
12084
12085
12086 \color blue
12087
12088 \begin_inset space \textvisiblespace{}
12089 \end_inset
12090
12091
12092 \color inherit
12093
12094 \begin_inset Quotes erd
12095 \end_inset
12096
12097 .
12098  The length may also be negative.
12099  When a space would be the first character in a line it would be omitted.
12100  To force its output use the command 
12101 \series bold
12102
12103 \backslash
12104 hspace*
12105 \series default
12106  instead of 
12107 \series bold
12108
12109 \backslash
12110 hspace
12111 \series default
12112  or left-click on the 
12113 \begin_inset Quotes eld
12114 \end_inset
12115
12116
12117 \color blue
12118
12119 \begin_inset space \textvisiblespace{}
12120 \end_inset
12121
12122
12123 \color inherit
12124
12125 \begin_inset Quotes erd
12126 \end_inset
12127
12128  and check the option 
12129 \family sans
12130 Protect
12131 \family default
12132 .
12133 \begin_inset Newline newline
12134 \end_inset
12135
12136 To insert as much space as is available, the command 
12137 \series bold
12138
12139 \backslash
12140 hfill
12141 \series default
12142
12143 \begin_inset Index idx
12144 status collapsed
12145
12146 \begin_layout Plain Layout
12147 Commands ! H ! 
12148 \backslash
12149 hfill
12150 \end_layout
12151
12152 \end_inset
12153
12154  is used.
12155 \end_layout
12156
12157 \begin_layout Standard
12158 \align center
12159 \begin_inset Tabular
12160 <lyxtabular version="3" rows="4" columns="2">
12161 <features booktabs="true" tabularvalignment="middle">
12162 <column alignment="center" valignment="top" width="0pt">
12163 <column alignment="center" valignment="top">
12164 <row>
12165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12166 \begin_inset Text
12167
12168 \begin_layout Plain Layout
12169 Command (
12170 \backslash
12171 hspace length)
12172 \end_layout
12173
12174 \end_inset
12175 </cell>
12176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12177 \begin_inset Text
12178
12179 \begin_layout Plain Layout
12180 Result
12181 \end_layout
12182
12183 \end_inset
12184 </cell>
12185 </row>
12186 <row>
12187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12188 \begin_inset Text
12189
12190 \begin_layout Plain Layout
12191 A=B
12192 \backslash
12193 hspace
12194 \begin_inset space \textvisiblespace{}
12195 \end_inset
12196
12197 A
12198 \backslash
12199 not=C (3
12200 \begin_inset space \thinspace{}
12201 \end_inset
12202
12203 cm)
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12209 \begin_inset Text
12210
12211 \begin_layout Plain Layout
12212 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12213 \end_inset
12214
12215
12216 \end_layout
12217
12218 \end_inset
12219 </cell>
12220 </row>
12221 <row>
12222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12223 \begin_inset Text
12224
12225 \begin_layout Plain Layout
12226 A
12227 \backslash
12228 hspace
12229 \begin_inset space \textvisiblespace{}
12230 \end_inset
12231
12232 A
12233 \backslash
12234 not=A (-1
12235 \begin_inset space \thinspace{}
12236 \end_inset
12237
12238 mm)
12239 \end_layout
12240
12241 \end_inset
12242 </cell>
12243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12244 \begin_inset Text
12245
12246 \begin_layout Plain Layout
12247 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12248 \end_inset
12249
12250
12251 \end_layout
12252
12253 \end_inset
12254 </cell>
12255 </row>
12256 <row>
12257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12258 \begin_inset Text
12259
12260 \begin_layout Plain Layout
12261 A=A
12262 \backslash
12263 hfill
12264 \begin_inset space \textvisiblespace{}
12265 \end_inset
12266
12267 B=B
12268 \end_layout
12269
12270 \end_inset
12271 </cell>
12272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12273 \begin_inset Text
12274
12275 \begin_layout Plain Layout
12276 \begin_inset Formula $A=A\hfill B=B$
12277 \end_inset
12278
12279
12280 \end_layout
12281
12282 \end_inset
12283 </cell>
12284 </row>
12285 </lyxtabular>
12286
12287 \end_inset
12288
12289
12290 \end_layout
12291
12292 \begin_layout Standard
12293 In the last example the available space is given by the longest column entry
12294  of the table.
12295  In an inline formula the space depends on the length of the line in which
12296  
12297 \series bold
12298
12299 \backslash
12300 hfill
12301 \series default
12302  is inserted.
12303  Thus, when the line uses the full width, no space will be created.
12304  
12305 \series bold
12306
12307 \backslash
12308 hfill
12309 \series default
12310  only has an effect on displayed formulas when the formula style 
12311 \series bold
12312 Indented
12313 \series default
12314  is used.
12315  (Formula styles are explained in 
12316 \begin_inset CommandInset ref
12317 LatexCommand ref
12318 reference "sec:Formula-Styles"
12319
12320 \end_inset
12321
12322 .)
12323 \end_layout
12324
12325 \begin_layout Standard
12326 Besides 
12327 \series bold
12328
12329 \backslash
12330 hfill
12331 \series default
12332 , there are the commands 
12333 \series bold
12334
12335 \backslash
12336 dotfill
12337 \series default
12338  and 
12339 \series bold
12340
12341 \backslash
12342 hrulefill
12343 \series default
12344  that fill the space with a pattern, see 
12345 \begin_inset CommandInset ref
12346 LatexCommand ref
12347 reference "subsec:Ellipses"
12348
12349 \end_inset
12350
12351  for an example.
12352 \end_layout
12353
12354 \begin_layout Standard
12355 For text, variable space can be inserted via the menu 
12356 \family sans
12357 Insert\SpecialChar menuseparator
12358 Formatting\SpecialChar menuseparator
12359 Horizontal
12360 \begin_inset space ~
12361 \end_inset
12362
12363 Space
12364 \family default
12365 :
12366 \end_layout
12367
12368 \begin_layout Standard
12369 This is a line with
12370 \begin_inset space \hspace{}
12371 \length 2cm
12372 \end_inset
12373
12374 2
12375 \begin_inset space \thinspace{}
12376 \end_inset
12377
12378 cm space.
12379 \end_layout
12380
12381 \begin_layout Standard
12382 This is a line with
12383 \begin_inset space \hfill{}
12384 \end_inset
12385
12386 maximum space.
12387 \end_layout
12388
12389 \begin_layout Subsection
12390 Space besides inline Formulas
12391 \begin_inset Index idx
12392 status collapsed
12393
12394 \begin_layout Plain Layout
12395 Space ! besides inline formulas
12396 \end_layout
12397
12398 \end_inset
12399
12400
12401 \end_layout
12402
12403 \begin_layout Standard
12404 The space that surrounds inline formulas can be adjusted with the length
12405  
12406 \series bold
12407
12408 \backslash
12409 mathsurround
12410 \series default
12411
12412 \begin_inset Index idx
12413 status collapsed
12414
12415 \begin_layout Plain Layout
12416 Commands ! M ! 
12417 \backslash
12418 mathsurround
12419 \end_layout
12420
12421 \end_inset
12422
12423 .
12424  The value of a length is set with the command 
12425 \series bold
12426
12427 \backslash
12428 setlength
12429 \series default
12430
12431 \begin_inset Index idx
12432 status collapsed
12433
12434 \begin_layout Plain Layout
12435 Commands ! S ! 
12436 \backslash
12437 setlength
12438 \end_layout
12439
12440 \end_inset
12441
12442  which has the following scheme:
12443 \end_layout
12444
12445 \begin_layout Standard
12446
12447 \series bold
12448
12449 \backslash
12450 setlength{length name}{value}
12451 \end_layout
12452
12453 \begin_layout Standard
12454 To set 
12455 \series bold
12456
12457 \backslash
12458 mathsurround
12459 \series default
12460  to the value 5
12461 \begin_inset space \thinspace{}
12462 \end_inset
12463
12464 mm, the command
12465 \end_layout
12466
12467 \begin_layout Standard
12468
12469 \series bold
12470
12471 \backslash
12472 setlength{
12473 \backslash
12474 mathsurround}{5mm}
12475 \end_layout
12476
12477 \begin_layout Standard
12478 is inserted in \SpecialChar TeX
12479  mode.
12480  5
12481 \begin_inset space \thinspace{}
12482 \end_inset
12483
12484 mm space will now be set around all inline formulas:
12485 \begin_inset ERT
12486 status collapsed
12487
12488 \begin_layout Plain Layout
12489
12490
12491 \backslash
12492 setlength{
12493 \backslash
12494 mathsurround}{5mm}
12495 \end_layout
12496
12497 \end_inset
12498
12499
12500 \end_layout
12501
12502 \begin_layout Standard
12503 This is a line with an inline formula 
12504 \begin_inset Formula $A=B$
12505 \end_inset
12506
12507  with 5
12508 \begin_inset space \thinspace{}
12509 \end_inset
12510
12511 mm surrounding space.
12512 \begin_inset ERT
12513 status collapsed
12514
12515 \begin_layout Plain Layout
12516
12517
12518 \backslash
12519 setlength{
12520 \backslash
12521 mathsurround}{0pt}
12522 \end_layout
12523
12524 \end_inset
12525
12526
12527 \end_layout
12528
12529 \begin_layout Standard
12530 To return to the predefined value, 
12531 \series bold
12532
12533 \backslash
12534 mathsurround
12535 \series default
12536  is set to the value 0
12537 \begin_inset space \thinspace{}
12538 \end_inset
12539
12540 pt.
12541 \end_layout
12542
12543 \begin_layout Standard
12544 \begin_inset Newpage newpage
12545 \end_inset
12546
12547
12548 \end_layout
12549
12550 \begin_layout Section
12551 Boxes and Frames
12552 \begin_inset Index idx
12553 status collapsed
12554
12555 \begin_layout Plain Layout
12556 Boxes
12557 \end_layout
12558
12559 \end_inset
12560
12561
12562 \begin_inset Index idx
12563 status collapsed
12564
12565 \begin_layout Plain Layout
12566 Frames | see
12567 \begin_inset ERT
12568 status collapsed
12569
12570 \begin_layout Plain Layout
12571
12572 {
12573 \end_layout
12574
12575 \end_inset
12576
12577 Boxes
12578 \begin_inset ERT
12579 status collapsed
12580
12581 \begin_layout Plain Layout
12582
12583 }
12584 \end_layout
12585
12586 \end_inset
12587
12588
12589 \end_layout
12590
12591 \end_inset
12592
12593
12594 \end_layout
12595
12596 \begin_layout Standard
12597 Boxes for text are described in chapter 
12598 \family typewriter
12599 Boxes
12600 \family default
12601  in the 
12602 \family typewriter
12603 Embedded
12604 \begin_inset space ~
12605 \end_inset
12606
12607 Objects
12608 \family default
12609  manual.
12610 \end_layout
12611
12612 \begin_layout Subsection
12613 Boxes with Frame
12614 \begin_inset CommandInset label
12615 LatexCommand label
12616 name "subsec:Boxes-with-Frame"
12617
12618 \end_inset
12619
12620
12621 \begin_inset Index idx
12622 status collapsed
12623
12624 \begin_layout Plain Layout
12625 Boxes ! with frame
12626 \end_layout
12627
12628 \end_inset
12629
12630
12631 \end_layout
12632
12633 \begin_layout Standard
12634 It is possible to frame a formula or part of one with the commands 
12635 \series bold
12636
12637 \backslash
12638 fbox
12639 \series default
12640
12641 \begin_inset Index idx
12642 status collapsed
12643
12644 \begin_layout Plain Layout
12645 Commands ! F ! 
12646 \backslash
12647 fbox
12648 \end_layout
12649
12650 \end_inset
12651
12652  and 
12653 \series bold
12654
12655 \backslash
12656 boxed
12657 \series default
12658
12659 \begin_inset Index idx
12660 status collapsed
12661
12662 \begin_layout Plain Layout
12663 Commands ! B ! 
12664 \backslash
12665 boxed
12666 \end_layout
12667
12668 \end_inset
12669
12670 .
12671 \end_layout
12672
12673 \begin_layout Standard
12674 When one of these commands is inserted in a formula, a blue box appears
12675  within a frame to enter formula parts.
12676  For 
12677 \series bold
12678
12679 \backslash
12680 fbox
12681 \series default
12682  an additional formula has to be created by 
12683 \family sans
12684 Ctrl+M
12685 \family default
12686  within this box, because the box content will otherwise be treated as mathemati
12687 cal text.
12688  When 
12689 \series bold
12690
12691 \backslash
12692 boxed
12693 \series default
12694  is used, a new formula is automatically created inside the frame.
12695 \end_layout
12696
12697 \begin_layout Standard
12698 The command 
12699 \series bold
12700
12701 \backslash
12702 fbox
12703 \series default
12704  is not suitable to frame displayed formulas because the formula will always
12705  be set in the size of the text.
12706  
12707 \series bold
12708
12709 \backslash
12710 boxed
12711 \series default
12712  is in contrary not suitable to frame inline formulas, because the formula
12713  will always be set in the size of a displayed formula.
12714 \end_layout
12715
12716 \begin_layout Standard
12717 An extension to 
12718 \series bold
12719
12720 \backslash
12721 fbox
12722 \series default
12723  is the command 
12724 \series bold
12725
12726 \backslash
12727 framebox
12728 \series default
12729
12730 \begin_inset Index idx
12731 status collapsed
12732
12733 \begin_layout Plain Layout
12734 Commands ! F ! 
12735 \backslash
12736 framebox
12737 \end_layout
12738
12739 \end_inset
12740
12741  where additionally the frame width and the alignment can be specified.
12742  
12743 \series bold
12744
12745 \backslash
12746 framebox
12747 \series default
12748  is used in the following scheme:
12749 \end_layout
12750
12751 \begin_layout Standard
12752
12753 \series bold
12754
12755 \backslash
12756 framebox[frame width][position]{box content}
12757 \end_layout
12758
12759 \begin_layout Standard
12760 The position can either be 
12761 \emph on
12762 l
12763 \emph default
12764  or 
12765 \emph on
12766 r
12767 \emph default
12768 .
12769  
12770 \emph on
12771 l
12772 \emph default
12773  left aligns, 
12774 \emph on
12775 r
12776 \emph default
12777  right aligns the formula in the box.
12778  When no position is given, the formula will be centered.
12779 \begin_inset Newline newline
12780 \end_inset
12781
12782 If no width is given, also no position can be given.
12783  In this case the frame width is adjusted to the box content like for 
12784 \series bold
12785
12786 \backslash
12787 fbox
12788 \series default
12789 .
12790 \end_layout
12791
12792 \begin_layout Standard
12793 When the command 
12794 \series bold
12795
12796 \backslash
12797 framebox
12798 \series default
12799  is inserted, a box appears containing three blue boxes.
12800  The first two boxes are surrounded by brackets and denote the two optional
12801  arguments.
12802  The third box is for formula parts like for 
12803 \series bold
12804
12805 \backslash
12806 fbox
12807 \series default
12808 .
12809 \begin_inset Separator parbreak
12810 \end_inset
12811
12812
12813 \end_layout
12814
12815 \begin_layout Standard
12816 \align center
12817 \begin_inset Tabular
12818 <lyxtabular version="3" rows="5" columns="2">
12819 <features booktabs="true" tabularvalignment="middle">
12820 <column alignment="center" valignment="top" width="0pt">
12821 <column alignment="center" valignment="top">
12822 <row>
12823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827 Command
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836 Result
12837 \end_layout
12838
12839 \end_inset
12840 </cell>
12841 </row>
12842 <row topspace="1.5mm">
12843 <cell alignment="center" valignment="top" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847
12848 \backslash
12849 fbox
12850 \begin_inset space \textvisiblespace{}
12851 \end_inset
12852
12853
12854 \family sans
12855 Ctrl+M
12856 \family default
12857  
12858 \backslash
12859 int
12860 \begin_inset space \textvisiblespace{}
12861 \end_inset
12862
12863 A=B
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
12873 \end_inset
12874
12875
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 </row>
12881 <row topspace="1.5mm">
12882 <cell alignment="center" valignment="top" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886
12887 \backslash
12888 boxed
12889 \begin_inset space \textvisiblespace{}
12890 \end_inset
12891
12892
12893 \backslash
12894 int
12895 \begin_inset space \textvisiblespace{}
12896 \end_inset
12897
12898 A=B
12899 \end_layout
12900
12901 \end_inset
12902 </cell>
12903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12904 \begin_inset Text
12905
12906 \begin_layout Plain Layout
12907 \begin_inset Formula $\boxed{\int A=B}$
12908 \end_inset
12909
12910
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 </row>
12916 <row topspace="1.5mm">
12917 <cell alignment="center" valignment="top" usebox="none">
12918 \begin_inset Text
12919
12920 \begin_layout Plain Layout
12921 A+
12922 \backslash
12923 fbox
12924 \begin_inset space \textvisiblespace{}
12925 \end_inset
12926
12927 B
12928 \end_layout
12929
12930 \end_inset
12931 </cell>
12932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12933 \begin_inset Text
12934
12935 \begin_layout Plain Layout
12936 \begin_inset Formula $A+\fbox{B}$
12937 \end_inset
12938
12939
12940 \end_layout
12941
12942 \end_inset
12943 </cell>
12944 </row>
12945 <row topspace="1.5mm" bottomspace="1mm">
12946 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950
12951 \backslash
12952 framebox
12953 \begin_inset space \textvisiblespace{}
12954 \end_inset
12955
12956 20mm
12957 \begin_inset Formula $\to$
12958 \end_inset
12959
12960
12961 \begin_inset Formula $\to$
12962 \end_inset
12963
12964
12965 \family sans
12966 Ctrl+M
12967 \family default
12968  
12969 \backslash
12970 frac
12971 \begin_inset space \textvisiblespace{}
12972 \end_inset
12973
12974 A
12975 \begin_inset Formula $\downarrow$
12976 \end_inset
12977
12978 B
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12988 \end_inset
12989
12990
12991 \end_layout
12992
12993 \end_inset
12994 </cell>
12995 </row>
12996 </lyxtabular>
12997
12998 \end_inset
12999
13000
13001 \end_layout
13002
13003 \begin_layout Standard
13004 The frame thickness can also be adjusted.
13005  To do this the following commands have to be inserted in \SpecialChar TeX
13006  mode before the
13007  formula
13008 \end_layout
13009
13010 \begin_layout Standard
13011
13012 \series bold
13013
13014 \backslash
13015 fboxrule
13016 \series default
13017  
13018 \series bold
13019
13020 \begin_inset Quotes eld
13021 \end_inset
13022
13023 thickness
13024 \begin_inset Quotes erd
13025 \end_inset
13026
13027
13028 \series default
13029  
13030 \series bold
13031
13032 \backslash
13033 fboxsep
13034 \series default
13035  
13036 \series bold
13037
13038 \begin_inset Quotes eld
13039 \end_inset
13040
13041 distance
13042 \begin_inset Quotes erd
13043 \end_inset
13044
13045
13046 \end_layout
13047
13048 \begin_layout Standard
13049 \begin_inset Quotes eld
13050 \end_inset
13051
13052 distance
13053 \begin_inset Quotes erd
13054 \end_inset
13055
13056  specifies the minimal distance between the frame and the first character
13057  in the box.
13058  An example for this is the following framed formula:
13059 \begin_inset ERT
13060 status collapsed
13061
13062 \begin_layout Plain Layout
13063
13064
13065 \backslash
13066 fboxrule 2mm 
13067 \backslash
13068 fboxsep 3mm
13069 \end_layout
13070
13071 \end_inset
13072
13073
13074 \begin_inset Formula 
13075 \[
13076 \boxed{A+B=C}
13077 \]
13078
13079 \end_inset
13080
13081 Before this formula the commands
13082 \end_layout
13083
13084 \begin_layout Standard
13085
13086 \series bold
13087
13088 \backslash
13089 fboxrule
13090 \series default
13091  
13092 \series bold
13093 2mm
13094 \series default
13095  
13096 \series bold
13097
13098 \backslash
13099 fboxsep
13100 \series default
13101  
13102 \series bold
13103 3mm
13104 \end_layout
13105
13106 \begin_layout Standard
13107 were inserted in \SpecialChar TeX
13108  mode.
13109  The given values are used for all following boxes.
13110 \end_layout
13111
13112 \begin_layout Standard
13113 To return to the standard frame size, the command
13114 \end_layout
13115
13116 \begin_layout Standard
13117
13118 \series bold
13119
13120 \backslash
13121 fboxrule
13122 \series default
13123  
13124 \series bold
13125 0.4pt
13126 \series default
13127  
13128 \series bold
13129
13130 \backslash
13131 fboxsep
13132 \series default
13133  
13134 \series bold
13135 3pt
13136 \series default
13137
13138 \begin_inset ERT
13139 status collapsed
13140
13141 \begin_layout Plain Layout
13142
13143
13144 \backslash
13145 fboxrule 0.4pt 
13146 \backslash
13147 fboxsep 3pt
13148 \end_layout
13149
13150 \end_inset
13151
13152
13153 \end_layout
13154
13155 \begin_layout Standard
13156 is inserted in \SpecialChar TeX
13157  mode before the next formula.
13158 \end_layout
13159
13160 \begin_layout Subsection
13161 Boxes without Frame
13162 \begin_inset CommandInset label
13163 LatexCommand label
13164 name "subsec:Boxes-without-Frame"
13165
13166 \end_inset
13167
13168
13169 \begin_inset Index idx
13170 status collapsed
13171
13172 \begin_layout Plain Layout
13173 Boxes ! without frame
13174 \end_layout
13175
13176 \end_inset
13177
13178
13179 \end_layout
13180
13181 \begin_layout Standard
13182 For boxes without a frame there are the following box commands: 
13183 \series bold
13184
13185 \backslash
13186 mbox
13187 \series default
13188
13189 \begin_inset Index idx
13190 status collapsed
13191
13192 \begin_layout Plain Layout
13193 Commands ! M ! 
13194 \backslash
13195 mbox
13196 \end_layout
13197
13198 \end_inset
13199
13200
13201 \series bold
13202
13203 \backslash
13204 makebox
13205 \series default
13206
13207 \begin_inset Index idx
13208 status collapsed
13209
13210 \begin_layout Plain Layout
13211 Commands ! M ! 
13212 \backslash
13213 makebox
13214 \end_layout
13215
13216 \end_inset
13217
13218  and 
13219 \series bold
13220
13221 \backslash
13222 raisebox
13223 \series default
13224
13225 \begin_inset Index idx
13226 status collapsed
13227
13228 \begin_layout Plain Layout
13229 Commands ! R ! 
13230 \backslash
13231 raisebox
13232 \end_layout
13233
13234 \end_inset
13235
13236
13237 \end_layout
13238
13239 \begin_layout Standard
13240 With 
13241 \series bold
13242
13243 \backslash
13244 raisebox
13245 \series default
13246  a box can be super- or subscripted.
13247  But in contrary to normal super- and subscripting, the characters in the
13248  box keep their font size.
13249  
13250 \series bold
13251
13252 \backslash
13253 raisebox
13254 \series default
13255  is used in the following scheme:
13256 \end_layout
13257
13258 \begin_layout Standard
13259
13260 \series bold
13261
13262 \backslash
13263 raisebox{height}{box content}
13264 \end_layout
13265
13266 \begin_layout Standard
13267 When the box should contain a formula, an extra formula is needed like for
13268  
13269 \series bold
13270
13271 \backslash
13272 fbox
13273 \series default
13274 .
13275  
13276 \series medium
13277
13278 \begin_inset Note Greyedout
13279 status open
13280
13281 \begin_layout Plain Layout
13282
13283 \series bold
13284 Note:
13285 \series default
13286  For 
13287 \series bold
13288
13289 \backslash
13290 raisebox
13291 \series default
13292  this extra formula is created by pressing 
13293 \family sans
13294 Ctrl+M
13295 \family default
13296  twice instead of once because \SpecialChar LyX
13297  doesn't yet support 
13298 \series bold
13299
13300 \backslash
13301 raisebox
13302 \series default
13303  directly.
13304 \end_layout
13305
13306 \end_inset
13307
13308
13309 \series default
13310
13311 \begin_inset Separator parbreak
13312 \end_inset
13313
13314
13315 \end_layout
13316
13317 \begin_layout Standard
13318 \align center
13319 \begin_inset Tabular
13320 <lyxtabular version="3" rows="4" columns="2">
13321 <features booktabs="true" tabularvalignment="middle">
13322 <column alignment="center" valignment="top" width="0pt">
13323 <column alignment="center" valignment="top">
13324 <row>
13325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 Command
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 Result
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 </row>
13344 <row>
13345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349 H
13350 \backslash
13351 raisebox{2mm
13352 \begin_inset Formula $\to$
13353 \end_inset
13354
13355
13356 \backslash
13357 {al
13358 \begin_inset Formula $\to$
13359 \end_inset
13360
13361  lo
13362 \end_layout
13363
13364 \end_inset
13365 </cell>
13366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13367 \begin_inset Text
13368
13369 \begin_layout Plain Layout
13370 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13371 \end_inset
13372
13373
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 </row>
13379 <row>
13380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13381 \begin_inset Text
13382
13383 \begin_layout Plain Layout
13384 H
13385 \backslash
13386 raisebox{-2mm
13387 \begin_inset Formula $\to$
13388 \end_inset
13389
13390
13391 \backslash
13392 {al
13393 \begin_inset Formula $\to$
13394 \end_inset
13395
13396 lo
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13406 \end_inset
13407
13408
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 </row>
13414 <row>
13415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419 A=
13420 \backslash
13421 raisebox{-2mm
13422 \begin_inset Formula $\to$
13423 \end_inset
13424
13425
13426 \backslash
13427 {
13428 \family sans
13429 Ctrl+M
13430 \family default
13431  
13432 \family sans
13433 Ctrl+M
13434 \family default
13435  
13436 \backslash
13437 sqrt
13438 \begin_inset space \textvisiblespace{}
13439 \end_inset
13440
13441
13442 \end_layout
13443
13444 \end_inset
13445 </cell>
13446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13451 \end_inset
13452
13453
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 </row>
13459 </lyxtabular>
13460
13461 \end_inset
13462
13463
13464 \end_layout
13465
13466 \begin_layout Standard
13467 The command 
13468 \series bold
13469
13470 \backslash
13471 mbox
13472 \series default
13473  is equivalent to 
13474 \series bold
13475
13476 \backslash
13477 fbox
13478 \series default
13479  and 
13480 \series bold
13481
13482 \backslash
13483 makebox
13484 \series default
13485  is equivalent to 
13486 \series bold
13487
13488 \backslash
13489 framebox
13490 \series default
13491 , with the difference that there is no frame.
13492 \end_layout
13493
13494 \begin_layout Subsection
13495 Colored Boxes
13496 \begin_inset CommandInset label
13497 LatexCommand label
13498 name "subsec:Colored-Boxes"
13499
13500 \end_inset
13501
13502
13503 \begin_inset Index idx
13504 status collapsed
13505
13506 \begin_layout Plain Layout
13507 Boxes ! colored
13508 \end_layout
13509
13510 \end_inset
13511
13512
13513 \end_layout
13514
13515 \begin_layout Standard
13516 To be able to use all commands explained in this section, the \SpecialChar LaTeX
13517 -package 
13518 \series bold
13519 color
13520 \series default
13521
13522 \begin_inset Foot
13523 status collapsed
13524
13525 \begin_layout Plain Layout
13526 The \SpecialChar LaTeX
13527 -package 
13528 \series bold
13529 color
13530 \series default
13531  is part of every \SpecialChar LaTeX
13532  standard installation.
13533 \end_layout
13534
13535 \end_inset
13536
13537
13538 \begin_inset Index idx
13539 status collapsed
13540
13541 \begin_layout Plain Layout
13542 Packages ! color
13543 \end_layout
13544
13545 \end_inset
13546
13547  has to be loaded in the \SpecialChar LaTeX
13548 -preamble with the line
13549 \begin_inset Foot
13550 status collapsed
13551
13552 \begin_layout Plain Layout
13553 When text is colored somewhere in the document with a predefined color,
13554  \SpecialChar LyX
13555  loads the \SpecialChar LaTeX
13556  package 
13557 \series bold
13558 color
13559 \series default
13560  automatically.
13561  Thus it is possible that the package is loaded twice, but this does not
13562  cause problems.
13563 \end_layout
13564
13565 \end_inset
13566
13567
13568 \begin_inset Note Note
13569 status collapsed
13570
13571 \begin_layout Plain Layout
13572 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
13573 -preamble.
13574 \end_layout
13575
13576 \end_inset
13577
13578
13579 \end_layout
13580
13581 \begin_layout Standard
13582
13583 \series bold
13584
13585 \backslash
13586 usepackage{color}
13587 \end_layout
13588
13589 \begin_layout Standard
13590 \begin_inset VSpace medskip
13591 \end_inset
13592
13593 To color boxes, the command 
13594 \series bold
13595
13596 \backslash
13597 colorbox
13598 \series default
13599
13600 \begin_inset Index idx
13601 status collapsed
13602
13603 \begin_layout Plain Layout
13604 Commands ! C ! 
13605 \backslash
13606 colorbox
13607 \end_layout
13608
13609 \end_inset
13610
13611  is used in the following scheme:
13612 \end_layout
13613
13614 \begin_layout Standard
13615
13616 \series bold
13617
13618 \backslash
13619 colorbox{color}{box content}
13620 \end_layout
13621
13622 \begin_layout Standard
13623 The box content can also be a box and a 
13624 \series bold
13625
13626 \backslash
13627 colorbox
13628 \series default
13629  can also be part of another box (see the 2nd and 3rd example).
13630  When the box should contain a formula, an extra formula has to be created,
13631  the same way as for 
13632 \series bold
13633
13634 \backslash
13635 raisebox
13636 \series default
13637 .
13638 \begin_inset Foot
13639 status collapsed
13640
13641 \begin_layout Plain Layout
13642 This also applies for the command 
13643 \series bold
13644
13645 \backslash
13646 fcolorbox
13647 \series default
13648 .
13649 \end_layout
13650
13651 \end_inset
13652
13653
13654 \end_layout
13655
13656 \begin_layout Standard
13657 One of the following predefined colors can be chosen:
13658 \end_layout
13659
13660 \begin_layout Standard
13661
13662 \series bold
13663 black
13664 \series default
13665
13666 \series bold
13667 blue
13668 \series default
13669
13670 \series bold
13671 cyan
13672 \series default
13673
13674 \series bold
13675 green
13676 \series default
13677
13678 \series bold
13679 magenta
13680 \series default
13681
13682 \series bold
13683 red
13684 \series default
13685
13686 \series bold
13687 white
13688 \series default
13689  and 
13690 \series bold
13691 yellow
13692 \series default
13693
13694 \begin_inset Separator parbreak
13695 \end_inset
13696
13697
13698 \end_layout
13699
13700 \begin_layout Standard
13701 \align center
13702 \begin_inset Tabular
13703 <lyxtabular version="3" rows="4" columns="2">
13704 <features booktabs="true" tabularvalignment="middle">
13705 <column alignment="center" valignment="top" width="0pt">
13706 <column alignment="center" valignment="top">
13707 <row>
13708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Plain Layout
13712 Command
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721 Result
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 </row>
13727 <row>
13728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732
13733 \backslash
13734 colorbox{yellow
13735 \begin_inset Formula $\to$
13736 \end_inset
13737
13738
13739 \backslash
13740 {A=B
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749 \begin_inset Formula $\colorbox{yellow}{A=B}$
13750 \end_inset
13751
13752
13753 \end_layout
13754
13755 \end_inset
13756 </cell>
13757 </row>
13758 <row topspace="1.5mm">
13759 <cell alignment="center" valignment="top" usebox="none">
13760 \begin_inset Text
13761
13762 \begin_layout Plain Layout
13763
13764 \backslash
13765 colorbox{green
13766 \begin_inset Formula $\to$
13767 \end_inset
13768
13769
13770 \backslash
13771 {
13772 \backslash
13773 fbox
13774 \begin_inset space \textvisiblespace{}
13775 \end_inset
13776
13777 A=B
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
13787 \end_inset
13788
13789
13790 \end_layout
13791
13792 \end_inset
13793 </cell>
13794 </row>
13795 <row topspace="1.5mm" bottomspace="1mm">
13796 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Plain Layout
13800
13801 \backslash
13802 fbox
13803 \begin_inset space \textvisiblespace{}
13804 \end_inset
13805
13806
13807 \backslash
13808 colorbox{green
13809 \begin_inset Formula $\to$
13810 \end_inset
13811
13812
13813 \backslash
13814 {
13815 \family sans
13816 Ctrl+M
13817 \family default
13818  
13819 \family sans
13820 Ctrl+M
13821 \family default
13822  
13823 \backslash
13824 int
13825 \begin_inset space \textvisiblespace{}
13826 \end_inset
13827
13828 C=D
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13834 \begin_inset Text
13835
13836 \begin_layout Plain Layout
13837 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
13838 \end_inset
13839
13840
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 </row>
13846 </lyxtabular>
13847
13848 \end_inset
13849
13850
13851 \end_layout
13852
13853 \begin_layout Standard
13854
13855 \series bold
13856
13857 \backslash
13858 colorbox
13859 \series default
13860  only colors the box but not the characters in the box.
13861  To color all characters, the whole formula is highlighted and the desired
13862  color is chosen in the 
13863 \family sans
13864 Text
13865 \begin_inset space ~
13866 \end_inset
13867
13868 Style
13869 \family default
13870  dialog.
13871  The dialog can be called with the toolbar button 
13872 \begin_inset Info
13873 type  "icon"
13874 arg   "dialog-show character"
13875 \end_inset
13876
13877  or the menu 
13878 \family sans
13879 Edit\SpecialChar menuseparator
13880 Text
13881 \begin_inset space ~
13882 \end_inset
13883
13884 Style\SpecialChar menuseparator
13885 Customized
13886 \family default
13887 .
13888  The formula number then has the same color as the formula.
13889  When the formula number should get another color than the formula characters,
13890  the color must be changed within the formula.
13891 \end_layout
13892
13893 \begin_layout Standard
13894 An example:
13895 \end_layout
13896
13897 \begin_layout Standard
13898
13899 \color red
13900 \begin_inset Formula 
13901 \begin{equation}
13902 \int A=B\label{eq:red}
13903 \end{equation}
13904
13905 \end_inset
13906
13907
13908 \color green
13909
13910 \begin_inset Formula 
13911 \begin{equation}
13912 \textcolor{red}{\int A=B}\label{eq:redgreen}
13913 \end{equation}
13914
13915 \end_inset
13916
13917
13918 \end_layout
13919
13920 \begin_layout Standard
13921 Formula 
13922 \begin_inset CommandInset ref
13923 LatexCommand eqref
13924 reference "eq:red"
13925
13926 \end_inset
13927
13928  is completely colored red.
13929 \begin_inset Newline newline
13930 \end_inset
13931
13932 Formula 
13933 \begin_inset CommandInset ref
13934 LatexCommand eqref
13935 reference "eq:redgreen"
13936
13937 \end_inset
13938
13939  was first completely colored green to set the color for the formula number.
13940  Subsequently the formula characters were colored red.
13941 \end_layout
13942
13943 \begin_layout Standard
13944 \begin_inset VSpace bigskip
13945 \end_inset
13946
13947 To color the frame different than the rest of the box, the command 
13948 \series bold
13949
13950 \backslash
13951 fcolorbox
13952 \series default
13953
13954 \begin_inset Index idx
13955 status collapsed
13956
13957 \begin_layout Plain Layout
13958 Commands ! F ! 
13959 \backslash
13960 fcolorbox
13961 \end_layout
13962
13963 \end_inset
13964
13965  is used in the following scheme:
13966 \end_layout
13967
13968 \begin_layout Standard
13969
13970 \series bold
13971
13972 \backslash
13973 fcolorbox{frame color}{color}{box content}
13974 \end_layout
13975
13976 \begin_layout Standard
13977 So 
13978 \series bold
13979
13980 \backslash
13981 fcolorbox
13982 \series default
13983  is an extension of the command 
13984 \series bold
13985
13986 \backslash
13987 colorbox
13988 \series default
13989 .
13990  The frame width is set, like for 
13991 \series bold
13992
13993 \backslash
13994 framebox
13995 \series default
13996 , with 
13997 \series bold
13998
13999 \backslash
14000 fboxrule
14001 \series default
14002  and 
14003 \series bold
14004
14005 \backslash
14006 fboxsep
14007 \series default
14008 .
14009  An example:
14010 \begin_inset ERT
14011 status collapsed
14012
14013 \begin_layout Plain Layout
14014
14015
14016 \backslash
14017 fboxrule 1mm 
14018 \backslash
14019 fboxsep 1mm
14020 \end_layout
14021
14022 \end_inset
14023
14024
14025 \begin_inset Formula 
14026 \[
14027 \fcolorbox{cyan}{magenta}{A=B}
14028 \]
14029
14030 \end_inset
14031
14032
14033 \begin_inset ERT
14034 status collapsed
14035
14036 \begin_layout Plain Layout
14037
14038
14039 \backslash
14040 fboxrule 0.4pt 
14041 \backslash
14042 fboxsep 3pt
14043 \end_layout
14044
14045 \end_inset
14046
14047
14048 \end_layout
14049
14050 \begin_layout Standard
14051 This formula was created with the command
14052 \begin_inset Newline newline
14053 \end_inset
14054
14055
14056 \series bold
14057
14058 \backslash
14059 fcolorbox{cyan
14060 \begin_inset Formula $\to$
14061 \end_inset
14062
14063
14064 \backslash
14065 {magenta
14066 \begin_inset Formula $\to$
14067 \end_inset
14068
14069
14070 \backslash
14071 {A=B
14072 \series default
14073 .
14074 \end_layout
14075
14076 \begin_layout Standard
14077 \begin_inset VSpace bigskip
14078 \end_inset
14079
14080 To use other colors than the predefined ones, they have to be defined first.
14081 \end_layout
14082
14083 \begin_layout Standard
14084 One can for example define the color 
14085 \begin_inset Quotes eld
14086 \end_inset
14087
14088
14089 \series bold
14090 darkgreen
14091 \series default
14092
14093 \begin_inset Quotes erd
14094 \end_inset
14095
14096  with the \SpecialChar LaTeX
14097 -preamble line:
14098 \end_layout
14099
14100 \begin_layout Standard
14101
14102 \series bold
14103
14104 \backslash
14105 definecolor{darkgreen}{cmyk}{0.5,
14106 \series default
14107  
14108 \series bold
14109 0,
14110 \series default
14111  
14112 \series bold
14113 1,
14114 \series default
14115  
14116 \series bold
14117 0.5}
14118 \series default
14119
14120 \begin_inset Index idx
14121 status collapsed
14122
14123 \begin_layout Plain Layout
14124 Commands ! D ! 
14125 \backslash
14126 definecolor
14127 \end_layout
14128
14129 \end_inset
14130
14131
14132 \end_layout
14133
14134 \begin_layout Standard
14135
14136 \series bold
14137 cmyk
14138 \series default
14139  is the color space that denotes the colors 
14140 \series bold
14141 cyan
14142 \series default
14143
14144 \series bold
14145 magenta
14146 \series default
14147
14148 \series bold
14149 yellow
14150 \series default
14151  and 
14152 \series bold
14153 black
14154 \series default
14155 .
14156  The four comma separated numbers are the portion factor for the corresponding
14157  colors of the color space.
14158  The factors can be in the range of 0
14159 \begin_inset space \thinspace{}
14160 \end_inset
14161
14162 -
14163 \begin_inset space \thinspace{}
14164 \end_inset
14165
14166 1.
14167  Instead of 
14168 \series bold
14169 cmyk
14170 \series default
14171  also the color space 
14172 \series bold
14173 rgb
14174 \series default
14175  can be used for definitions.
14176  
14177 \series bold
14178 rgb
14179 \series default
14180  denotes 
14181 \series bold
14182 red
14183 \series default
14184
14185 \series bold
14186 green
14187 \series default
14188  and 
14189 \series bold
14190 blue
14191 \series default
14192 , so that there are in this case three portion factors for the corresponding
14193  colors.
14194  Furthermore there is the color space 
14195 \series bold
14196 gray
14197 \series default
14198  with one portion factor for the gray value.
14199 \end_layout
14200
14201 \begin_layout Standard
14202 As example a framed box with the new defined color 
14203 \series bold
14204 darkgreen
14205 \series default
14206  where the characters have been colored 
14207 \series bold
14208 yellow
14209 \series default
14210 :
14211 \begin_inset Formula 
14212 \begin{equation}
14213 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14214 \end{equation}
14215
14216 \end_inset
14217
14218
14219 \end_layout
14220
14221 \begin_layout Standard
14222 Self-defined colors can also be used for text with the help of the command
14223  
14224 \series bold
14225
14226 \backslash
14227 textcolor
14228 \series default
14229 :
14230 \begin_inset Index idx
14231 status collapsed
14232
14233 \begin_layout Plain Layout
14234 Text ! colored
14235 \end_layout
14236
14237 \end_inset
14238
14239
14240 \end_layout
14241
14242 \begin_layout Standard
14243 \begin_inset ERT
14244 status collapsed
14245
14246 \begin_layout Plain Layout
14247
14248
14249 \backslash
14250 textcolor{darkgreen}{
14251 \end_layout
14252
14253 \end_inset
14254
14255 This sentence is 
14256 \begin_inset Quotes eld
14257 \end_inset
14258
14259 darkgreen
14260 \begin_inset Quotes erd
14261 \end_inset
14262
14263 .
14264 \begin_inset ERT
14265 status collapsed
14266
14267 \begin_layout Plain Layout
14268
14269 }
14270 \end_layout
14271
14272 \end_inset
14273
14274
14275 \end_layout
14276
14277 \begin_layout Standard
14278
14279 \series bold
14280
14281 \backslash
14282 textcolor
14283 \series default
14284
14285 \begin_inset Index idx
14286 status collapsed
14287
14288 \begin_layout Plain Layout
14289 Commands ! T ! 
14290 \backslash
14291 textcolor
14292 \end_layout
14293
14294 \end_inset
14295
14296  is used in the scheme 
14297 \series bold
14298
14299 \backslash
14300 textcolor{color}{characters to color}
14301 \series default
14302 .
14303 \end_layout
14304
14305 \begin_layout Subsection
14306 Paragraph Boxes
14307 \begin_inset CommandInset label
14308 LatexCommand label
14309 name "subsec:Paragraph-Boxes"
14310
14311 \end_inset
14312
14313
14314 \begin_inset Index idx
14315 status collapsed
14316
14317 \begin_layout Plain Layout
14318 Boxes ! as paragraph
14319 \end_layout
14320
14321 \end_inset
14322
14323
14324 \end_layout
14325
14326 \begin_layout Standard
14327 A box that can contain several lines and paragraphs, a so-called paragraph
14328  box (parbox), can be created with the menu 
14329 \family sans
14330 Insert\SpecialChar menuseparator
14331 Box
14332 \family default
14333  or the toolbar button 
14334 \begin_inset Info
14335 type  "icon"
14336 arg   "box-insert"
14337 \end_inset
14338
14339 .
14340 \end_layout
14341
14342 \begin_layout Standard
14343 The following example shows a framed parbox in a line:
14344 \end_layout
14345
14346 \begin_layout Standard
14347 \begin_inset VSpace medskip
14348 \end_inset
14349
14350 This is a line 
14351 \begin_inset Box Boxed
14352 position "c"
14353 hor_pos "c"
14354 has_inner_box 1
14355 inner_pos "t"
14356 use_parbox 1
14357 use_makebox 0
14358 width "5cm"
14359 special "none"
14360 height "1in"
14361 height_special "totalheight"
14362 thickness "0.4pt"
14363 separation "3pt"
14364 shadowsize "4pt"
14365 framecolor "black"
14366 backgroundcolor "none"
14367 status open
14368
14369 \begin_layout Plain Layout
14370 This is a paragraph box.
14371  It is exactly 5
14372 \begin_inset space \thinspace{}
14373 \end_inset
14374
14375 cm long and can also contain formulas: 
14376 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14377 \end_inset
14378
14379
14380 \end_layout
14381
14382 \end_inset
14383
14384  with a parbox.
14385 \end_layout
14386
14387 \begin_layout Standard
14388 \begin_inset VSpace medskip
14389 \end_inset
14390
14391
14392 \end_layout
14393
14394 \begin_layout Standard
14395 Such a box is created by right-clicking on the gray box inset.
14396  A dialog pops up showing the box properties.
14397  In our case set: 
14398 \emph on
14399 Decoration
14400 \emph default
14401 : Rectangular box, 
14402 \emph on
14403 Inner Box
14404 \emph default
14405 : Parbox, 
14406 \emph on
14407 Width
14408 \emph default
14409 : 5
14410 \begin_inset space \thinspace{}
14411 \end_inset
14412
14413 cm, 
14414 \emph on
14415 Vertical Box Alignment
14416 \emph default
14417 : Middle
14418 \end_layout
14419
14420 \begin_layout Standard
14421 \begin_inset VSpace medskip
14422 \end_inset
14423
14424 In \SpecialChar LaTeX
14425  a parbox is created with the command 
14426 \series bold
14427
14428 \backslash
14429 parbox
14430 \series default
14431
14432 \begin_inset Index idx
14433 status collapsed
14434
14435 \begin_layout Plain Layout
14436 Commands ! P ! 
14437 \backslash
14438 parbox
14439 \end_layout
14440
14441 \end_inset
14442
14443  which has the following scheme:
14444 \end_layout
14445
14446 \begin_layout Standard
14447
14448 \series bold
14449
14450 \backslash
14451 parbox[position]{width}{box content}
14452 \end_layout
14453
14454 \begin_layout Standard
14455 The positions 
14456 \emph on
14457 b
14458 \emph default
14459  and 
14460 \emph on
14461 t
14462 \emph default
14463  are possible.
14464  
14465 \emph on
14466 b
14467 \emph default
14468  for 
14469 \begin_inset Quotes eld
14470 \end_inset
14471
14472 bottom
14473 \begin_inset Quotes erd
14474 \end_inset
14475
14476  means that the box is aligned within the surrounding text with its last
14477  line.
14478  With 
14479 \emph on
14480 t
14481 \emph default
14482  for 
14483 \begin_inset Quotes eld
14484 \end_inset
14485
14486 top
14487 \begin_inset Quotes erd
14488 \end_inset
14489
14490  this is done with the first line.
14491  When no position is given, the box will be vertically centered, see section
14492  
14493 \emph on
14494 Boxes
14495 \emph default
14496  of the 
14497 \emph on
14498 Embedded
14499 \begin_inset space ~
14500 \end_inset
14501
14502 Objects
14503 \emph default
14504  manual for examples.
14505 \end_layout
14506
14507 \begin_layout Standard
14508 \begin_inset VSpace bigskip
14509 \end_inset
14510
14511 To frame formulas completely, including the formula number, the formula
14512  must be set into a parbox.
14513  To do this, the command 
14514 \series bold
14515
14516 \backslash
14517 fbox{
14518 \backslash
14519 parbox{
14520 \backslash
14521 linewidth-2
14522 \backslash
14523 fboxsep-2
14524 \backslash
14525 fboxrule}{
14526 \series default
14527  is inserted in \SpecialChar TeX
14528  mode before the formula.
14529  
14530 \series bold
14531
14532 \backslash
14533 linewidth
14534 \series default
14535
14536 \begin_inset Index idx
14537 status collapsed
14538
14539 \begin_layout Plain Layout
14540 Commands ! L ! 
14541 \backslash
14542 linewidth
14543 \end_layout
14544
14545 \end_inset
14546
14547  is hereby the line width set for the document.
14548  Because the frame is outside the parbox, 2
14549 \begin_inset space \thinspace{}
14550 \end_inset
14551
14552 times the frame separation and the frame thickness must be subtracted from
14553  the line width.
14554  As this is not automatically done by \SpecialChar LyX
14555  due to a bug
14556 \begin_inset Foot
14557 status collapsed
14558
14559 \begin_layout Plain Layout
14560 \begin_inset CommandInset href
14561 LatexCommand href
14562 name "LyX-bug #4483"
14563 target "http://www.lyx.org/trac/ticket/4483"
14564
14565 \end_inset
14566
14567
14568 \end_layout
14569
14570 \end_inset
14571
14572 , \SpecialChar TeX
14573  mode has to be used.
14574  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
14575 -package 
14576 \series bold
14577 calc
14578 \series default
14579
14580 \begin_inset Foot
14581 status collapsed
14582
14583 \begin_layout Plain Layout
14584
14585 \series bold
14586 calc
14587 \series default
14588  is part of every \SpecialChar LaTeX
14589  standard installation.
14590 \end_layout
14591
14592 \end_inset
14593
14594
14595 \begin_inset Index idx
14596 status collapsed
14597
14598 \begin_layout Plain Layout
14599 Packages ! calc
14600 \end_layout
14601
14602 \end_inset
14603
14604  must be loaded in the \SpecialChar LaTeX
14605 -preamble with the line
14606 \end_layout
14607
14608 \begin_layout Standard
14609
14610 \series bold
14611
14612 \backslash
14613 usepackage{calc}
14614 \end_layout
14615
14616 \begin_layout Standard
14617 Behind the formula both boxes are closed by entering 
14618 \series bold
14619 }}
14620 \series default
14621  in \SpecialChar TeX
14622  mode.
14623  Here is an example:
14624 \begin_inset ERT
14625 status collapsed
14626
14627 \begin_layout Plain Layout
14628
14629
14630 \backslash
14631 fboxsep 5mm 
14632 \backslash
14633 fboxrule 5mm
14634 \end_layout
14635
14636 \end_inset
14637
14638
14639 \end_layout
14640
14641 \begin_layout Standard
14642 \begin_inset ERT
14643 status collapsed
14644
14645 \begin_layout Plain Layout
14646
14647
14648 \backslash
14649 fbox{
14650 \backslash
14651 parbox{
14652 \backslash
14653 linewidth-2
14654 \backslash
14655 fboxsep-2
14656 \backslash
14657 fboxrule}{
14658 \end_layout
14659
14660 \end_inset
14661
14662
14663 \begin_inset Formula 
14664 \begin{equation}
14665 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14666 \end{equation}
14667
14668 \end_inset
14669
14670
14671 \begin_inset ERT
14672 status collapsed
14673
14674 \begin_layout Plain Layout
14675
14676 }}
14677 \end_layout
14678
14679 \end_inset
14680
14681
14682 \begin_inset ERT
14683 status collapsed
14684
14685 \begin_layout Plain Layout
14686
14687
14688 \backslash
14689 fboxrule 0.4pt 
14690 \backslash
14691 fboxsep 3pt
14692 \end_layout
14693
14694 \end_inset
14695
14696
14697 \end_layout
14698
14699 \begin_layout Standard
14700 \begin_inset VSpace medskip
14701 \end_inset
14702
14703 As a parbox is used as the argument of 
14704 \series bold
14705
14706 \backslash
14707 fbox
14708 \series default
14709 , there is in this case no difference between 
14710 \series bold
14711
14712 \backslash
14713 fbox
14714 \series default
14715  and 
14716 \series bold
14717
14718 \backslash
14719 boxed
14720 \series default
14721 .
14722 \end_layout
14723
14724 \begin_layout Standard
14725 \begin_inset VSpace bigskip
14726 \end_inset
14727
14728 Paragraph boxes are very useful to comment formulas directly.
14729  To do this, 
14730 \series bold
14731
14732 \backslash
14733 parbox
14734 \series default
14735  is used in combination with the command 
14736 \series bold
14737
14738 \backslash
14739 tag
14740 \series default
14741 .
14742  (more about 
14743 \series bold
14744
14745 \backslash
14746 tag
14747 \series default
14748  see 
14749 \begin_inset CommandInset ref
14750 LatexCommand ref
14751 reference "subsec:User-defined-Numbering"
14752
14753 \end_inset
14754
14755 )
14756 \end_layout
14757
14758 \begin_layout Standard
14759 An example of a formula commented with 
14760 \series bold
14761
14762 \backslash
14763 parbox
14764 \series default
14765 :
14766 \end_layout
14767
14768 \begin_layout Standard
14769 \begin_inset ERT
14770 status collapsed
14771
14772 \begin_layout Plain Layout
14773
14774
14775 \backslash
14776 [5x-7b=3b
14777 \backslash
14778 tag*{
14779 \backslash
14780 parbox{5cm}{
14781 \end_layout
14782
14783 \end_inset
14784
14785 This is a description.
14786  It is distinctly separated from the formula and multiline.
14787 \begin_inset ERT
14788 status collapsed
14789
14790 \begin_layout Plain Layout
14791
14792 }}
14793 \backslash
14794 ]
14795 \end_layout
14796
14797 \end_inset
14798
14799
14800 \end_layout
14801
14802 \begin_layout Standard
14803 Such a formula must be inserted completely in \SpecialChar TeX
14804  mode because \SpecialChar LyX
14805  does not yet
14806  support the command 
14807 \series bold
14808
14809 \backslash
14810 parbox
14811 \series default
14812  in formulas.
14813  The formula is created with the following command sequence:
14814 \end_layout
14815
14816 \begin_layout Standard
14817 The command 
14818 \series bold
14819
14820 \backslash
14821 [5x-7b=3b
14822 \backslash
14823 tag*
14824 \backslash
14825 {
14826 \backslash
14827 parbox{5cm}{
14828 \series default
14829  is inserted in \SpecialChar TeX
14830  mode.
14831 \begin_inset Foot
14832 status collapsed
14833
14834 \begin_layout Plain Layout
14835 When the formula style 
14836 \series bold
14837 Indented
14838 \series default
14839  is used, 
14840 \series bold
14841
14842 \backslash
14843 tag*
14844 \backslash
14845 {
14846 \series default
14847  can also be replaced by 
14848 \series bold
14849
14850 \backslash
14851 hfill
14852 \series default
14853 .
14854  (formula styles see 
14855 \begin_inset CommandInset ref
14856 LatexCommand ref
14857 reference "sec:Formula-Styles"
14858
14859 \end_inset
14860
14861 )
14862 \end_layout
14863
14864 \end_inset
14865
14866  Then the description follows as normal text and finally 
14867 \series bold
14868 }}
14869 \backslash
14870 ]
14871 \series default
14872  is inserted in \SpecialChar TeX
14873  mode.
14874  The commands 
14875 \series bold
14876
14877 \backslash
14878 [
14879 \series default
14880  and 
14881 \series bold
14882
14883 \backslash
14884 ]
14885 \series default
14886  hereby create a displayed formula.
14887 \end_layout
14888
14889 \begin_layout Standard
14890 The advantages of 
14891 \series bold
14892
14893 \backslash
14894 parbox
14895 \series default
14896  can be seen in this example that was 
14897 \begin_inset Quotes eld
14898 \end_inset
14899
14900 commented
14901 \begin_inset Quotes erd
14902 \end_inset
14903
14904  using the mathematical textmode:
14905 \begin_inset Formula 
14906 \[
14907 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14908 \]
14909
14910 \end_inset
14911
14912
14913 \end_layout
14914
14915 \begin_layout Section
14916 Operators
14917 \begin_inset Index idx
14918 status collapsed
14919
14920 \begin_layout Plain Layout
14921 Operators
14922 \end_layout
14923
14924 \end_inset
14925
14926
14927 \end_layout
14928
14929 \begin_layout Subsection
14930 Big Operators
14931 \begin_inset CommandInset label
14932 LatexCommand label
14933 name "subsec:Big-Operators"
14934
14935 \end_inset
14936
14937
14938 \begin_inset Index idx
14939 status collapsed
14940
14941 \begin_layout Plain Layout
14942 Operators ! big
14943 \end_layout
14944
14945 \end_inset
14946
14947
14948 \begin_inset Index idx
14949 status collapsed
14950
14951 \begin_layout Plain Layout
14952 Sums
14953 \end_layout
14954
14955 \end_inset
14956
14957
14958 \begin_inset Index idx
14959 status collapsed
14960
14961 \begin_layout Plain Layout
14962 Integrals
14963 \end_layout
14964
14965 \end_inset
14966
14967
14968 \end_layout
14969
14970 \begin_layout Standard
14971 To be able to use all integral operators listed here, the option 
14972 \family sans
14973 Use esint package automatically
14974 \family default
14975  must be set in the document settings under 
14976 \family sans
14977 Math
14978 \begin_inset space ~
14979 \end_inset
14980
14981 Options
14982 \family default
14983 .
14984 \end_layout
14985
14986 \begin_layout Standard
14987 \begin_inset space \hfill{}
14988 \end_inset
14989
14990
14991 \begin_inset Tabular
14992 <lyxtabular version="3" rows="11" columns="2">
14993 <features booktabs="true" tabularvalignment="middle">
14994 <column alignment="center" valignment="top" width="0pt">
14995 <column alignment="center" valignment="top" width="0pt">
14996 <row>
14997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001 Command
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010 Result
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 </row>
15016 <row>
15017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Plain Layout
15021
15022 \backslash
15023 int
15024 \begin_inset Index idx
15025 status collapsed
15026
15027 \begin_layout Plain Layout
15028 Commands ! I ! 
15029 \backslash
15030 int
15031 \end_layout
15032
15033 \end_inset
15034
15035
15036 \end_layout
15037
15038 \end_inset
15039 </cell>
15040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044 \begin_inset Formula $\int$
15045 \end_inset
15046
15047
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 </row>
15053 <row>
15054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058
15059 \backslash
15060 oint
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069 \begin_inset Formula $\oint$
15070 \end_inset
15071
15072
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 </row>
15078 <row>
15079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083
15084 \backslash
15085 ointctrclockwise
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094 \begin_inset Formula $\ointctrclockwise$
15095 \end_inset
15096
15097
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 </row>
15103 <row>
15104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108
15109 \backslash
15110 ointclockwise
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 \begin_inset Formula $\ointclockwise$
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row>
15129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133
15134 \backslash
15135 sqint
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144 \begin_inset Formula $\sqint$
15145 \end_inset
15146
15147
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 </row>
15153 <row>
15154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158
15159 \backslash
15160 fint
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169  
15170 \begin_inset Formula $\fint$
15171 \end_inset
15172
15173
15174 \end_layout
15175
15176 \end_inset
15177 </cell>
15178 </row>
15179 <row>
15180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184
15185 \backslash
15186 landupint
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195  
15196 \begin_inset Formula $\landupint$
15197 \end_inset
15198
15199
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 </row>
15205 <row>
15206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210
15211 \backslash
15212 landdownint
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221  
15222 \begin_inset Formula $\landdownint$
15223 \end_inset
15224
15225
15226 \end_layout
15227
15228 \end_inset
15229 </cell>
15230 </row>
15231 <row>
15232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15233 \begin_inset Text
15234
15235 \begin_layout Plain Layout
15236
15237 \backslash
15238 bigcap
15239 \end_layout
15240
15241 \end_inset
15242 </cell>
15243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Plain Layout
15247 \begin_inset Formula $\bigcap$
15248 \end_inset
15249
15250
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 </row>
15256 <row>
15257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15258 \begin_inset Text
15259
15260 \begin_layout Plain Layout
15261
15262 \backslash
15263 bigcup
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272 \begin_inset Formula $\bigcup$
15273 \end_inset
15274
15275
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 </row>
15281 </lyxtabular>
15282
15283 \end_inset
15284
15285
15286 \begin_inset space \hfill{}
15287 \end_inset
15288
15289
15290 \begin_inset Tabular
15291 <lyxtabular version="3" rows="11" columns="2">
15292 <features booktabs="true" tabularvalignment="middle">
15293 <column alignment="center" valignment="top" width="0pt">
15294 <column alignment="center" valignment="top" width="0pt">
15295 <row>
15296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300 Command
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309 Result
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 </row>
15315 <row>
15316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15317 \begin_inset Text
15318
15319 \begin_layout Plain Layout
15320
15321 \backslash
15322 sum
15323 \begin_inset Index idx
15324 status collapsed
15325
15326 \begin_layout Plain Layout
15327 Commands ! S ! 
15328 \backslash
15329 sum
15330 \end_layout
15331
15332 \end_inset
15333
15334
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343 \begin_inset Formula $\sum$
15344 \end_inset
15345
15346
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 </row>
15352 <row>
15353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15354 \begin_inset Text
15355
15356 \begin_layout Plain Layout
15357
15358 \backslash
15359 prod
15360 \begin_inset Index idx
15361 status collapsed
15362
15363 \begin_layout Plain Layout
15364 Commands ! P ! 
15365 \backslash
15366 prod
15367 \begin_inset ERT
15368 status collapsed
15369
15370 \begin_layout Plain Layout
15371
15372
15373 \backslash
15374 vspace{4mm}
15375 \end_layout
15376
15377 \end_inset
15378
15379
15380 \end_layout
15381
15382 \end_inset
15383
15384
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Plain Layout
15393 \begin_inset Formula $\prod$
15394 \end_inset
15395
15396
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 </row>
15402 <row>
15403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15404 \begin_inset Text
15405
15406 \begin_layout Plain Layout
15407
15408 \backslash
15409 coprod
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Plain Layout
15418 \begin_inset Formula $\coprod$
15419 \end_inset
15420
15421
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 </row>
15427 <row>
15428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432
15433 \backslash
15434 bigodot
15435 \end_layout
15436
15437 \end_inset
15438 </cell>
15439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15440 \begin_inset Text
15441
15442 \begin_layout Plain Layout
15443 \begin_inset Formula $\bigodot$
15444 \end_inset
15445
15446
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 </row>
15452 <row>
15453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15454 \begin_inset Text
15455
15456 \begin_layout Plain Layout
15457
15458 \backslash
15459 bigotimes
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Plain Layout
15468 \begin_inset Formula $\bigotimes$
15469 \end_inset
15470
15471
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 </row>
15477 <row>
15478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15479 \begin_inset Text
15480
15481 \begin_layout Plain Layout
15482
15483 \backslash
15484 bigoplus
15485 \end_layout
15486
15487 \end_inset
15488 </cell>
15489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15490 \begin_inset Text
15491
15492 \begin_layout Plain Layout
15493 \begin_inset Formula $\bigoplus$
15494 \end_inset
15495
15496
15497 \end_layout
15498
15499 \end_inset
15500 </cell>
15501 </row>
15502 <row>
15503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15504 \begin_inset Text
15505
15506 \begin_layout Plain Layout
15507
15508 \backslash
15509 bigwedge
15510 \end_layout
15511
15512 \end_inset
15513 </cell>
15514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15515 \begin_inset Text
15516
15517 \begin_layout Plain Layout
15518 \begin_inset Formula $\bigwedge$
15519 \end_inset
15520
15521
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 </row>
15527 <row>
15528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15529 \begin_inset Text
15530
15531 \begin_layout Plain Layout
15532
15533 \backslash
15534 bigvee
15535 \end_layout
15536
15537 \end_inset
15538 </cell>
15539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15540 \begin_inset Text
15541
15542 \begin_layout Plain Layout
15543 \begin_inset Formula $\bigvee$
15544 \end_inset
15545
15546
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 </row>
15552 <row>
15553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15554 \begin_inset Text
15555
15556 \begin_layout Plain Layout
15557
15558 \backslash
15559 bigsqcup
15560 \end_layout
15561
15562 \end_inset
15563 </cell>
15564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15565 \begin_inset Text
15566
15567 \begin_layout Plain Layout
15568 \begin_inset Formula $\bigsqcup$
15569 \end_inset
15570
15571
15572 \end_layout
15573
15574 \end_inset
15575 </cell>
15576 </row>
15577 <row>
15578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Plain Layout
15582
15583 \backslash
15584 biguplus
15585 \end_layout
15586
15587 \end_inset
15588 </cell>
15589 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15590 \begin_inset Text
15591
15592 \begin_layout Plain Layout
15593 \begin_inset Formula $\biguplus$
15594 \end_inset
15595
15596
15597 \end_layout
15598
15599 \end_inset
15600 </cell>
15601 </row>
15602 </lyxtabular>
15603
15604 \end_inset
15605
15606
15607 \begin_inset space \hfill{}
15608 \end_inset
15609
15610
15611 \end_layout
15612
15613 \begin_layout Standard
15614 All big operators can also be inserted via the math toolbar button 
15615 \begin_inset Info
15616 type  "icon"
15617 arg   "math-insert \\intop"
15618 \end_inset
15619
15620 .
15621 \end_layout
15622
15623 \begin_layout Standard
15624 The operators are called big because they are bigger than the sometimes
15625  equal looking binary operators.
15626  All big operators can have limits as described in the next subsection.
15627 \end_layout
15628
15629 \begin_layout Standard
15630 For all integral operators there is a second version available, ending in
15631  
15632 \series bold
15633 op
15634 \series default
15635
15636 \series bold
15637
15638 \backslash
15639 intop
15640 \series default
15641
15642 \series bold
15643
15644 \backslash
15645 ointop
15646 \series default
15647  etc..
15648  These operators are different from 
15649 \series bold
15650
15651 \backslash
15652 int
15653 \series default
15654  etc.
15655 \begin_inset space \space{}
15656 \end_inset
15657
15658 in the style the operator limits are displayed, see 
15659 \begin_inset CommandInset ref
15660 LatexCommand ref
15661 reference "subsec:Operator-Limits"
15662
15663 \end_inset
15664
15665 .
15666  
15667 \end_layout
15668
15669 \begin_layout Subsubsection*
15670 Advice for Integrals
15671 \end_layout
15672
15673 \begin_layout Standard
15674 The letter 
15675 \emph on
15676 d
15677 \emph default
15678  in an integral is an operator, that therefore has to be set upright.
15679  This is done by highlighting the 
15680 \emph on
15681 d
15682 \emph default
15683  and using the keyboard shortcut 
15684 \begin_inset Info
15685 type  "shortcut"
15686 arg   "font-roman"
15687 \end_inset
15688
15689
15690 \begin_inset Foot
15691 status collapsed
15692
15693 \begin_layout Plain Layout
15694 Font styles
15695 \series bold
15696  
15697 \series default
15698 see 
15699 \begin_inset CommandInset ref
15700 LatexCommand ref
15701 reference "subsec:Font-Styles"
15702
15703 \end_inset
15704
15705
15706 \end_layout
15707
15708 \end_inset
15709
15710 .
15711  Finally the smallest space is inserted before the 
15712 \emph on
15713 d
15714 \emph default
15715 , as this is usual for operators.
15716  An example:
15717 \end_layout
15718
15719 \begin_layout Standard
15720 incorrect: 
15721 \begin_inset Formula $\int A(x)dx$
15722 \end_inset
15723
15724
15725 \begin_inset Newline newline
15726 \end_inset
15727
15728
15729 \begin_inset Phantom HPhantom
15730 status open
15731
15732 \begin_layout Plain Layout
15733 in
15734 \end_layout
15735
15736 \end_inset
15737
15738 correct: 
15739 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15740 \end_inset
15741
15742
15743 \end_layout
15744
15745 \begin_layout Standard
15746 For multiple integrals there are the following commands:
15747 \begin_inset VSpace medskip
15748 \end_inset
15749
15750
15751 \end_layout
15752
15753 \begin_layout Standard
15754 \begin_inset space \hfill{}
15755 \end_inset
15756
15757
15758 \begin_inset Tabular
15759 <lyxtabular version="3" rows="4" columns="2">
15760 <features booktabs="true" tabularvalignment="middle">
15761 <column alignment="center" valignment="top" width="0pt">
15762 <column alignment="center" valignment="top" width="0pt">
15763 <row>
15764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Plain Layout
15768 Command
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout Plain Layout
15777 Result
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 </row>
15783 <row bottomspace="1mm">
15784 <cell alignment="center" valignment="top" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788
15789 \backslash
15790 iint
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 <cell alignment="center" valignment="top" usebox="none">
15796 \begin_inset Text
15797
15798 \begin_layout Plain Layout
15799 \begin_inset Formula $\iint$
15800 \end_inset
15801
15802
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 </row>
15808 <row bottomspace="1mm">
15809 <cell alignment="center" valignment="top" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813
15814 \backslash
15815 oiint
15816 \end_layout
15817
15818 \end_inset
15819 </cell>
15820 <cell alignment="center" valignment="top" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824 \begin_inset Formula $\oiint$
15825 \end_inset
15826
15827
15828 \end_layout
15829
15830 \end_inset
15831 </cell>
15832 </row>
15833 <row bottomspace="1mm">
15834 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15835 \begin_inset Text
15836
15837 \begin_layout Plain Layout
15838
15839 \backslash
15840 sqiint
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Plain Layout
15849 \begin_inset Formula $\sqiint$
15850 \end_inset
15851
15852
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 </row>
15858 </lyxtabular>
15859
15860 \end_inset
15861
15862
15863 \begin_inset space \hfill{}
15864 \end_inset
15865
15866
15867 \begin_inset Tabular
15868 <lyxtabular version="3" rows="4" columns="2">
15869 <features booktabs="true" tabularvalignment="middle">
15870 <column alignment="center" valignment="top" width="0pt">
15871 <column alignment="center" valignment="top" width="0pt">
15872 <row>
15873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877 Command
15878 \end_layout
15879
15880 \end_inset
15881 </cell>
15882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886 Result
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 </row>
15892 <row bottomspace="1mm">
15893 <cell alignment="center" valignment="top" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897
15898 \backslash
15899 iiint
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 <cell alignment="center" valignment="top" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908 \begin_inset Formula $\iiint$
15909 \end_inset
15910
15911
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 </row>
15917 <row bottomspace="1mm">
15918 <cell alignment="center" valignment="top" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922
15923 \backslash
15924 iiiint
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933 \begin_inset Formula $\iiiint$
15934 \end_inset
15935
15936
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 </row>
15942 <row bottomspace="1mm">
15943 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947
15948 \backslash
15949 dotsint
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958 \begin_inset Formula $\dotsint$
15959 \end_inset
15960
15961
15962 \end_layout
15963
15964 \end_inset
15965 </cell>
15966 </row>
15967 </lyxtabular>
15968
15969 \end_inset
15970
15971
15972 \begin_inset space \hfill{}
15973 \end_inset
15974
15975
15976 \end_layout
15977
15978 \begin_layout Subsection
15979 Operator Limits
15980 \begin_inset CommandInset label
15981 LatexCommand label
15982 name "subsec:Operator-Limits"
15983
15984 \end_inset
15985
15986
15987 \begin_inset Index idx
15988 status collapsed
15989
15990 \begin_layout Plain Layout
15991 Operators ! Limits
15992 \end_layout
15993
15994 \end_inset
15995
15996
15997 \end_layout
15998
15999 \begin_layout Standard
16000 Limits are created by super- and subscripts:
16001 \begin_inset Separator parbreak
16002 \end_inset
16003
16004
16005 \end_layout
16006
16007 \begin_layout Standard
16008 \align center
16009 \begin_inset Tabular
16010 <lyxtabular version="3" rows="2" columns="2">
16011 <features booktabs="true" tabularvalignment="middle">
16012 <column alignment="center" valignment="top" width="0pt">
16013 <column alignment="center" valignment="top" width="0pt">
16014 <row>
16015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 Command
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 Result
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 </row>
16034 <row>
16035 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Plain Layout
16039
16040 \backslash
16041 prod^
16042 \backslash
16043 infty
16044 \begin_inset space \textvisiblespace{}
16045 \end_inset
16046
16047
16048 \begin_inset Formula $\to$
16049 \end_inset
16050
16051 _0
16052 \begin_inset Formula $\to$
16053 \end_inset
16054
16055 A(x)
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
16065 \end_inset
16066
16067
16068 \end_layout
16069
16070 \end_inset
16071 </cell>
16072 </row>
16073 </lyxtabular>
16074
16075 \end_inset
16076
16077
16078 \end_layout
16079
16080 \begin_layout Standard
16081 Limits of inline formulas are set right beside the operator.
16082  Limits in displayed formulas are set above or below the operator, except
16083  for integral limits.
16084 \end_layout
16085
16086 \begin_layout Standard
16087 To force that the limits are set beside the operator, the cursor is set
16088  directly behind the operator and the limits type is changed with the menu
16089  
16090 \family sans
16091 Edit\SpecialChar menuseparator
16092 Math\SpecialChar menuseparator
16093 Change Limits Type
16094 \family default
16095  to 
16096 \family sans
16097 \series bold
16098 Inline
16099 \family default
16100 \series default
16101  (shortcut 
16102 \begin_inset Info
16103 type  "shortcut"
16104 arg   "math-limits"
16105 \end_inset
16106
16107 ).
16108  An example:
16109 \end_layout
16110
16111 \begin_layout Standard
16112 The default limits type is this:
16113 \begin_inset Formula 
16114 \[
16115 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16116 \]
16117
16118 \end_inset
16119
16120 This is how it looks when the limits type was changed to 
16121 \family sans
16122 \series bold
16123 Inline
16124 \family default
16125 \series default
16126 :
16127 \begin_inset Formula 
16128 \[
16129 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16130 \]
16131
16132 \end_inset
16133
16134 For integrals, except those ending with 
16135 \series bold
16136 op
16137 \series default
16138  like 
16139 \series bold
16140
16141 \backslash
16142 intop
16143 \series default
16144
16145 \series bold
16146
16147 \backslash
16148 ointop
16149 \series default
16150  etc., the limits are by default set beside the operator.
16151  But for multiple integrals the limits are often set below the operator.
16152  In the following example the limits type was therefore set to 
16153 \series bold
16154 Display
16155 \series default
16156  and so set below the integrals:
16157 \begin_inset Formula 
16158 \begin{equation}
16159 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16160 \end{equation}
16161
16162 \end_inset
16163
16164
16165 \end_layout
16166
16167 \begin_layout Standard
16168 \begin_inset VSpace medskip
16169 \end_inset
16170
16171 To specify conditions for limits, the commands 
16172 \series bold
16173
16174 \backslash
16175 subarray
16176 \series default
16177
16178 \begin_inset Index idx
16179 status collapsed
16180
16181 \begin_layout Plain Layout
16182 Commands ! S ! 
16183 \backslash
16184 subarray
16185 \end_layout
16186
16187 \end_inset
16188
16189  and 
16190 \series bold
16191
16192 \backslash
16193 substack
16194 \series default
16195
16196 \begin_inset Index idx
16197 status collapsed
16198
16199 \begin_layout Plain Layout
16200 Commands ! S ! 
16201 \backslash
16202 substack
16203 \end_layout
16204
16205 \end_inset
16206
16207  are used.
16208  To create for example this expression 
16209 \begin_inset Formula 
16210 \begin{equation}
16211 \sum_{\begin{subarray}{c}
16212 0<k<1000\\
16213 \\
16214 k\,\in\,\mathbb{N}
16215 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16216 \end{equation}
16217
16218 \end_inset
16219
16220
16221 \end_layout
16222
16223 \begin_layout Standard
16224 the following has to be done:
16225 \begin_inset Newline newline
16226 \end_inset
16227
16228 First the command 
16229 \series bold
16230
16231 \backslash
16232 sum
16233 \series default
16234 ^
16235 \series bold
16236 n
16237 \begin_inset space \textvisiblespace{}
16238 \end_inset
16239
16240 _
16241 \series default
16242  is typed in.
16243  One is now in a blue box under the summation operator and insert there
16244  the command 
16245 \series bold
16246
16247 \backslash
16248 subarray
16249 \begin_inset space \textvisiblespace{}
16250 \end_inset
16251
16252
16253 \series default
16254 .
16255  The blue box is now within a purple box and now several lines can be written
16256  among each other.
16257  A new line is created by inserting a line break (
16258 \begin_inset Info
16259 type  "shortcut"
16260 arg   "newline-insert newline"
16261 \end_inset
16262
16263 ).
16264  When now
16265 \begin_inset Newline newline
16266 \end_inset
16267
16268
16269 \series bold
16270 0<k<1000 Ctrl+Return
16271 \begin_inset Newline newline
16272 \end_inset
16273
16274
16275 \series default
16276 is typed in, a new box appears below for the new line.
16277 \end_layout
16278
16279 \begin_layout Standard
16280 The alignment of the lines can be changed to left aligned with the 
16281 \family sans
16282 table
16283 \family default
16284  
16285 \family sans
16286 toolbar
16287 \family default
16288  or the menu 
16289 \family sans
16290 Edit\SpecialChar menuseparator
16291 Rows &Columns
16292 \family default
16293 .
16294  To get right alignment, 
16295 \series bold
16296
16297 \backslash
16298 hfill
16299 \begin_inset space \textvisiblespace{}
16300 \end_inset
16301
16302
16303 \series default
16304  is inserted at the beginning of the line.
16305 \end_layout
16306
16307 \begin_layout Standard
16308 The command 
16309 \series bold
16310
16311 \backslash
16312 substack
16313 \series default
16314  is equivalent to 
16315 \series bold
16316
16317 \backslash
16318 subarray
16319 \series default
16320  with the difference that the lines are always centered.
16321 \end_layout
16322
16323 \begin_layout Standard
16324 \begin_inset VSpace bigskip
16325 \end_inset
16326
16327 Like in formula 
16328 \begin_inset CommandInset ref
16329 LatexCommand eqref
16330 reference "eq:substack"
16331
16332 \end_inset
16333
16334  there can be too much space beside an operator, because the characters
16335  following the operator are set beside the limits.
16336  To avoid this the command 
16337 \series bold
16338
16339 \backslash
16340 smashoperator
16341 \series default
16342
16343 \begin_inset Index idx
16344 status collapsed
16345
16346 \begin_layout Plain Layout
16347 Commands ! S ! 
16348 \backslash
16349 smashoperator
16350 \end_layout
16351
16352 \end_inset
16353
16354  can be used.
16355  To activate it, set in the document settings under 
16356 \family sans
16357 Math
16358 \begin_inset space ~
16359 \end_inset
16360
16361 Options
16362 \family default
16363  for the package 
16364 \series bold
16365 mathtools
16366 \series default
16367
16368 \begin_inset Index idx
16369 status collapsed
16370
16371 \begin_layout Plain Layout
16372 Packages ! mathtools
16373 \end_layout
16374
16375 \end_inset
16376
16377  the option 
16378 \family sans
16379 Load
16380 \begin_inset space ~
16381 \end_inset
16382
16383 always
16384 \family default
16385 .
16386  
16387 \series bold
16388
16389 \backslash
16390 smashoperator
16391 \series default
16392  sets the space besides the operator to 0
16393 \begin_inset space \thinspace{}
16394 \end_inset
16395
16396 pt.
16397 \begin_inset Newline newline
16398 \end_inset
16399
16400 Applied on formula 
16401 \begin_inset CommandInset ref
16402 LatexCommand eqref
16403 reference "eq:substack"
16404
16405 \end_inset
16406
16407 , one uses the command
16408 \end_layout
16409
16410 \begin_layout Standard
16411
16412 \series bold
16413
16414 \backslash
16415 smashoperator{
16416 \end_layout
16417
16418 \begin_layout Standard
16419 and inserts the operator with its limits into the braces.
16420  Behind the brace one continues the formula:
16421 \begin_inset Formula 
16422 \[
16423 \smashoperator{\sum_{\begin{subarray}{c}
16424 0<k<1000\\
16425 \\
16426 k\,\in\,\mathbb{N}
16427 \end{subarray}}^{n}}k^{-2}
16428 \]
16429
16430 \end_inset
16431
16432
16433 \end_layout
16434
16435 \begin_layout Standard
16436 It is possible to set the space of only one side of the operator to 0
16437 \begin_inset space \thinspace{}
16438 \end_inset
16439
16440 pt.
16441  To do this write either 
16442 \series bold
16443 [l]
16444 \series default
16445  or 
16446 \series bold
16447 [r]
16448 \series default
16449  between 
16450 \series bold
16451
16452 \backslash
16453 smashoperator
16454 \series default
16455  and its brace.
16456  
16457 \series bold
16458 l
16459 \series default
16460  stands for the left and 
16461 \series bold
16462 r
16463 \series default
16464  for the right side of the operator.
16465  Here is an example of the possible 
16466 \series bold
16467
16468 \backslash
16469 smashoperator
16470 \series default
16471  forms:
16472 \end_layout
16473
16474 \begin_layout Standard
16475 \begin_inset Formula 
16476 \[
16477 Y\smashoperator{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[l]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[r]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}
16478 \]
16479
16480 \end_inset
16481
16482
16483 \end_layout
16484
16485 \begin_layout Standard
16486 \begin_inset VSpace bigskip
16487 \end_inset
16488
16489
16490 \end_layout
16491
16492 \begin_layout Standard
16493 When several consecutive operators have limits the typesetting of the limits
16494  looks often imperfect in the output, see this example:
16495 \begin_inset Formula 
16496 \[
16497 \text{a)}\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\limsup_{n\to\infty}\max_{p\ge n}
16498 \]
16499
16500 \end_inset
16501
16502 To improve the typesetting set in the document settings under 
16503 \family sans
16504 Math
16505 \begin_inset space ~
16506 \end_inset
16507
16508 Options
16509 \family default
16510  for the package 
16511 \series bold
16512 mathtools
16513 \series default
16514
16515 \begin_inset Index idx
16516 status collapsed
16517
16518 \begin_layout Plain Layout
16519 Packages ! mathtools
16520 \end_layout
16521
16522 \end_inset
16523
16524  the option 
16525 \family sans
16526 Load
16527 \begin_inset space ~
16528 \end_inset
16529
16530 always
16531 \family default
16532 .
16533  Then insert into your formula the command 
16534 \series bold
16535
16536 \backslash
16537 adjustlimits
16538 \series default
16539
16540 \begin_inset Index idx
16541 status collapsed
16542
16543 \begin_layout Plain Layout
16544 Commands ! A ! 
16545 \backslash
16546 adjustlimits
16547 \end_layout
16548
16549 \end_inset
16550
16551  directly before the first operator.
16552  The example will then look like this:
16553 \begin_inset Formula 
16554 \[
16555 \text{a)}\adjustlimits\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\adjustlimits\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\adjustlimits\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\adjustlimits\limsup_{n\to\infty}\max_{p\ge n}
16556 \]
16557
16558 \end_inset
16559
16560
16561 \end_layout
16562
16563 \begin_layout Standard
16564 \begin_inset VSpace bigskip
16565 \end_inset
16566
16567 How to use one limit for several operators is described in 
16568 \begin_inset CommandInset ref
16569 LatexCommand ref
16570 reference "subsec:Self-defined-Operators"
16571
16572 \end_inset
16573
16574 .
16575 \end_layout
16576
16577 \begin_layout Subsection
16578 Decoration for Operators
16579 \begin_inset Index idx
16580 status collapsed
16581
16582 \begin_layout Plain Layout
16583 Operators ! Decoration
16584 \end_layout
16585
16586 \end_inset
16587
16588
16589 \end_layout
16590
16591 \begin_layout Standard
16592 With the commands 
16593 \series bold
16594
16595 \backslash
16596 overset
16597 \series default
16598
16599 \begin_inset Index idx
16600 status collapsed
16601
16602 \begin_layout Plain Layout
16603 Commands ! O ! 
16604 \backslash
16605 overset
16606 \end_layout
16607
16608 \end_inset
16609
16610  and 
16611 \series bold
16612
16613 \backslash
16614 underset
16615 \series default
16616
16617 \begin_inset Index idx
16618 status collapsed
16619
16620 \begin_layout Plain Layout
16621 Commands ! U ! 
16622 \backslash
16623 underset
16624 \end_layout
16625
16626 \end_inset
16627
16628  characters can be placed above or below an operator, respectively.
16629  With the command 
16630 \series bold
16631
16632 \backslash
16633 sideset
16634 \series default
16635
16636 \begin_inset Index idx
16637 status collapsed
16638
16639 \begin_layout Plain Layout
16640 Commands ! S ! 
16641 \backslash
16642 sideset
16643 \end_layout
16644
16645 \end_inset
16646
16647  characters can be set before and behind a big operator.
16648 \end_layout
16649
16650 \begin_layout Standard
16651 There are 4
16652 \begin_inset space ~
16653 \end_inset
16654
16655 variants of 
16656 \series bold
16657
16658 \backslash
16659 sideset
16660 \series default
16661 :
16662 \end_layout
16663
16664 \begin_layout Itemize
16665
16666 \series bold
16667
16668 \backslash
16669 sideset
16670 \series default
16671  is used to set characters at the corners of the operator
16672 \end_layout
16673
16674 \begin_layout Itemize
16675
16676 \series bold
16677
16678 \backslash
16679 sidesetn
16680 \series default
16681  is used to set characters before and/or behind the operator (this variant
16682  represents \SpecialChar LaTeX
16683 's original 
16684 \series bold
16685
16686 \backslash
16687 sideset
16688 \series default
16689  command)
16690 \end_layout
16691
16692 \begin_layout Itemize
16693
16694 \series bold
16695
16696 \backslash
16697 sidesetl
16698 \series default
16699  is used to set characters at the left corners and/or behind the operator
16700 \end_layout
16701
16702 \begin_layout Itemize
16703
16704 \series bold
16705
16706 \backslash
16707 sidesetr
16708 \series default
16709  is used to set characters at the right corners and/or before the operator
16710 \end_layout
16711
16712 \begin_layout Standard
16713 For example the command 
16714 \series bold
16715
16716 \backslash
16717 sidesetn
16718 \begin_inset space \textvisiblespace{}
16719 \end_inset
16720
16721
16722 \backslash
16723 sum
16724 \begin_inset space \textvisiblespace{}
16725 \end_inset
16726
16727
16728 \begin_inset Formula $\to$
16729 \end_inset
16730
16731 '
16732 \begin_inset Formula $\to$
16733 \end_inset
16734
16735 _k=1
16736 \begin_inset space \textvisiblespace{}
16737 \end_inset
16738
16739
16740 \series default
16741 ^
16742 \series bold
16743 n
16744 \series default
16745  produces:
16746 \begin_inset Formula 
16747 \[
16748 \sideset{}{'}\sum_{k=1}^{n}
16749 \]
16750
16751 \end_inset
16752
16753
16754 \end_layout
16755
16756 \begin_layout Standard
16757 \begin_inset Note Greyedout
16758 status open
16759
16760 \begin_layout Plain Layout
16761
16762 \series bold
16763 Note: 
16764 \backslash
16765 sideset
16766 \series default
16767  can only be used to decorate big operators, binary operators are not allowed.
16768 \end_layout
16769
16770 \end_inset
16771
16772
16773 \end_layout
16774
16775 \begin_layout Standard
16776
16777 \series bold
16778
16779 \backslash
16780 overset
16781 \series default
16782  and 
16783 \series bold
16784
16785 \backslash
16786 underset
16787 \series default
16788  can also be used to decorate symbols and characters.
16789  For example, the command 
16790 \series bold
16791
16792 \backslash
16793 overset
16794 \begin_inset space \textvisiblespace{}
16795 \end_inset
16796
16797
16798 \backslash
16799 maltese
16800 \begin_inset space \textvisiblespace{}
16801 \end_inset
16802
16803
16804 \series default
16805
16806 \begin_inset Formula $\uparrow$
16807 \end_inset
16808
16809
16810 \series bold
16811 a
16812 \series default
16813  produces:
16814 \begin_inset Formula 
16815 \[
16816 \overset{a}{\maltese}
16817 \]
16818
16819 \end_inset
16820
16821
16822 \end_layout
16823
16824 \begin_layout Subsection
16825 Binary Operators
16826 \begin_inset CommandInset label
16827 LatexCommand label
16828 name "subsec:Binary-Operators"
16829
16830 \end_inset
16831
16832
16833 \begin_inset Index idx
16834 status collapsed
16835
16836 \begin_layout Plain Layout
16837 Operators ! binary
16838 \end_layout
16839
16840 \end_inset
16841
16842
16843 \end_layout
16844
16845 \begin_layout Standard
16846 Binary operators are surrounded by space when there is a character before
16847  and after them.
16848 \begin_inset VSpace medskip
16849 \end_inset
16850
16851
16852 \end_layout
16853
16854 \begin_layout Standard
16855 \begin_inset Tabular
16856 <lyxtabular version="3" rows="13" columns="2">
16857 <features booktabs="true" tabularvalignment="middle">
16858 <column alignment="center" valignment="top" width="0pt">
16859 <column alignment="center" valignment="top" width="0pt">
16860 <row>
16861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865 Command
16866 \begin_inset Note Note
16867 status collapsed
16868
16869 \begin_layout Plain Layout
16870
16871 \series bold
16872
16873 \backslash
16874 raisebox
16875 \series default
16876  is only used as spacer.
16877 \end_layout
16878
16879 \end_inset
16880
16881
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890 Result
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 </row>
16896 <row>
16897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901 +
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910 \begin_inset Formula $+$
16911 \end_inset
16912
16913
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 </row>
16919 <row>
16920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924 -
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933 \begin_inset Formula $-$
16934 \end_inset
16935
16936
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 </row>
16942 <row>
16943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947
16948 \backslash
16949 pm
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958 \begin_inset Formula $\pm$
16959 \end_inset
16960
16961
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 </row>
16967 <row>
16968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972
16973 \backslash
16974 mp
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983 \begin_inset Formula $\mp$
16984 \end_inset
16985
16986
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 </row>
16992 <row>
16993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997
16998 \backslash
16999 cdot
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 \begin_inset Formula $\cdot$
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 </row>
17017 <row>
17018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022
17023 \backslash
17024 times
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033 \begin_inset Formula $\times$
17034 \end_inset
17035
17036
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 </row>
17042 <row>
17043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047
17048 \backslash
17049 div
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058 \begin_inset Formula $\div$
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 </row>
17067 <row>
17068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072 \begin_inset ERT
17073 status collapsed
17074
17075 \begin_layout Plain Layout
17076
17077
17078 \backslash
17079 raisebox{-1.2mm}{
17080 \end_layout
17081
17082 \end_inset
17083
17084 *
17085 \begin_inset ERT
17086 status collapsed
17087
17088 \begin_layout Plain Layout
17089
17090 }
17091 \end_layout
17092
17093 \end_inset
17094
17095
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104 \begin_inset Formula $*$
17105 \end_inset
17106
17107
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 </row>
17113 <row>
17114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Plain Layout
17118
17119 \backslash
17120 star
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129 \begin_inset Formula $\star$
17130 \end_inset
17131
17132
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 </row>
17138 <row>
17139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17140 \begin_inset Text
17141
17142 \begin_layout Plain Layout
17143
17144 \backslash
17145 circ
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17151 \begin_inset Text
17152
17153 \begin_layout Plain Layout
17154 \begin_inset Formula $\circ$
17155 \end_inset
17156
17157
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 </row>
17163 <row>
17164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17165 \begin_inset Text
17166
17167 \begin_layout Plain Layout
17168
17169 \backslash
17170 diamond
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179 \begin_inset Formula $\diamond$
17180 \end_inset
17181
17182
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 </row>
17188 <row>
17189 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193
17194 \backslash
17195 bullet
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204 \begin_inset Formula $\bullet$
17205 \end_inset
17206
17207
17208 \end_layout
17209
17210 \end_inset
17211 </cell>
17212 </row>
17213 </lyxtabular>
17214
17215 \end_inset
17216
17217
17218 \begin_inset space \hfill{}
17219 \end_inset
17220
17221
17222 \begin_inset Tabular
17223 <lyxtabular version="3" rows="13" columns="2">
17224 <features booktabs="true" tabularvalignment="middle">
17225 <column alignment="center" valignment="top" width="0pt">
17226 <column alignment="center" valignment="top" width="0pt">
17227 <row>
17228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17229 \begin_inset Text
17230
17231 \begin_layout Plain Layout
17232 Command
17233 \end_layout
17234
17235 \end_inset
17236 </cell>
17237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Plain Layout
17241 Result
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 </row>
17247 <row>
17248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252
17253 \backslash
17254 nabla
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263 \begin_inset Formula $\nabla$
17264 \end_inset
17265
17266
17267 \end_layout
17268
17269 \end_inset
17270 </cell>
17271 </row>
17272 <row>
17273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277
17278 \backslash
17279 bigtriangledown
17280 \end_layout
17281
17282 \end_inset
17283 </cell>
17284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288 \begin_inset Formula $\bigtriangledown$
17289 \end_inset
17290
17291
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 </row>
17297 <row>
17298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17299 \begin_inset Text
17300
17301 \begin_layout Plain Layout
17302
17303 \backslash
17304 bigtriangleup
17305 \end_layout
17306
17307 \end_inset
17308 </cell>
17309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17310 \begin_inset Text
17311
17312 \begin_layout Plain Layout
17313 \begin_inset Formula $\bigtriangleup$
17314 \end_inset
17315
17316
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 </row>
17322 <row>
17323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Plain Layout
17327
17328 \backslash
17329 Box
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 \begin_inset Formula $\Box$
17339 \end_inset
17340
17341
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 </row>
17347 <row>
17348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352
17353 \backslash
17354 cap 
17355 \end_layout
17356
17357 \end_inset
17358 </cell>
17359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363 \begin_inset Formula $\cap$
17364 \end_inset
17365
17366
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 </row>
17372 <row>
17373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17374 \begin_inset Text
17375
17376 \begin_layout Plain Layout
17377
17378 \backslash
17379 cup
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388 \begin_inset Formula $\cup$
17389 \end_inset
17390
17391
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 </row>
17397 <row>
17398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402
17403 \backslash
17404 dagger
17405 \end_layout
17406
17407 \end_inset
17408 </cell>
17409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17410 \begin_inset Text
17411
17412 \begin_layout Plain Layout
17413 \begin_inset Formula $\dagger$
17414 \end_inset
17415
17416
17417 \end_layout
17418
17419 \end_inset
17420 </cell>
17421 </row>
17422 <row>
17423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17424 \begin_inset Text
17425
17426 \begin_layout Plain Layout
17427
17428 \backslash
17429 ddagger
17430 \end_layout
17431
17432 \end_inset
17433 </cell>
17434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17435 \begin_inset Text
17436
17437 \begin_layout Plain Layout
17438 \begin_inset Formula $\ddagger$
17439 \end_inset
17440
17441
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 </row>
17447 <row>
17448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17449 \begin_inset Text
17450
17451 \begin_layout Plain Layout
17452
17453 \backslash
17454 wr
17455 \end_layout
17456
17457 \end_inset
17458 </cell>
17459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17460 \begin_inset Text
17461
17462 \begin_layout Plain Layout
17463 \begin_inset Formula $\wr$
17464 \end_inset
17465
17466
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 </row>
17472 <row>
17473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17474 \begin_inset Text
17475
17476 \begin_layout Plain Layout
17477
17478 \backslash
17479 bigcirc
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488 \begin_inset Formula $\bigcirc$
17489 \end_inset
17490
17491
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 </row>
17497 <row>
17498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17499 \begin_inset Text
17500
17501 \begin_layout Plain Layout
17502
17503 \backslash
17504 wedge
17505 \end_layout
17506
17507 \end_inset
17508 </cell>
17509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17510 \begin_inset Text
17511
17512 \begin_layout Plain Layout
17513 \begin_inset Formula $\wedge$
17514 \end_inset
17515
17516
17517 \end_layout
17518
17519 \end_inset
17520 </cell>
17521 </row>
17522 <row>
17523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17524 \begin_inset Text
17525
17526 \begin_layout Plain Layout
17527
17528 \backslash
17529 vee
17530 \end_layout
17531
17532 \end_inset
17533 </cell>
17534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17535 \begin_inset Text
17536
17537 \begin_layout Plain Layout
17538 \begin_inset Formula $\vee$
17539 \end_inset
17540
17541
17542 \end_layout
17543
17544 \end_inset
17545 </cell>
17546 </row>
17547 </lyxtabular>
17548
17549 \end_inset
17550
17551
17552 \begin_inset space \hfill{}
17553 \end_inset
17554
17555
17556 \begin_inset Tabular
17557 <lyxtabular version="3" rows="13" columns="2">
17558 <features booktabs="true" tabularvalignment="middle">
17559 <column alignment="center" valignment="top" width="0pt">
17560 <column alignment="center" valignment="top" width="0pt">
17561 <row>
17562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566 Command
17567 \end_layout
17568
17569 \end_inset
17570 </cell>
17571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575 Result
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 </row>
17581 <row>
17582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586
17587 \backslash
17588 oplus
17589 \end_layout
17590
17591 \end_inset
17592 </cell>
17593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17594 \begin_inset Text
17595
17596 \begin_layout Plain Layout
17597 \begin_inset Formula $\oplus$
17598 \end_inset
17599
17600
17601 \end_layout
17602
17603 \end_inset
17604 </cell>
17605 </row>
17606 <row>
17607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17608 \begin_inset Text
17609
17610 \begin_layout Plain Layout
17611
17612 \backslash
17613 ominus
17614 \end_layout
17615
17616 \end_inset
17617 </cell>
17618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622 \begin_inset Formula $\ominus$
17623 \end_inset
17624
17625
17626 \end_layout
17627
17628 \end_inset
17629 </cell>
17630 </row>
17631 <row>
17632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17633 \begin_inset Text
17634
17635 \begin_layout Plain Layout
17636
17637 \backslash
17638 otimes
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17644 \begin_inset Text
17645
17646 \begin_layout Plain Layout
17647 \begin_inset Formula $\otimes$
17648 \end_inset
17649
17650
17651 \end_layout
17652
17653 \end_inset
17654 </cell>
17655 </row>
17656 <row>
17657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17658 \begin_inset Text
17659
17660 \begin_layout Plain Layout
17661
17662 \backslash
17663 oslash
17664 \end_layout
17665
17666 \end_inset
17667 </cell>
17668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17669 \begin_inset Text
17670
17671 \begin_layout Plain Layout
17672 \begin_inset Formula $\oslash$
17673 \end_inset
17674
17675
17676 \end_layout
17677
17678 \end_inset
17679 </cell>
17680 </row>
17681 <row>
17682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17683 \begin_inset Text
17684
17685 \begin_layout Plain Layout
17686
17687 \backslash
17688 odot
17689 \end_layout
17690
17691 \end_inset
17692 </cell>
17693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17694 \begin_inset Text
17695
17696 \begin_layout Plain Layout
17697 \begin_inset Formula $\odot$
17698 \end_inset
17699
17700
17701 \end_layout
17702
17703 \end_inset
17704 </cell>
17705 </row>
17706 <row>
17707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17708 \begin_inset Text
17709
17710 \begin_layout Plain Layout
17711
17712 \backslash
17713 amalg
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17719 \begin_inset Text
17720
17721 \begin_layout Plain Layout
17722 \begin_inset Formula $\amalg$
17723 \end_inset
17724
17725
17726 \end_layout
17727
17728 \end_inset
17729 </cell>
17730 </row>
17731 <row>
17732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17733 \begin_inset Text
17734
17735 \begin_layout Plain Layout
17736
17737 \backslash
17738 uplus
17739 \end_layout
17740
17741 \end_inset
17742 </cell>
17743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17744 \begin_inset Text
17745
17746 \begin_layout Plain Layout
17747 \begin_inset Formula $\uplus$
17748 \end_inset
17749
17750
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 </row>
17756 <row>
17757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17758 \begin_inset Text
17759
17760 \begin_layout Plain Layout
17761
17762 \backslash
17763 setminus
17764 \end_layout
17765
17766 \end_inset
17767 </cell>
17768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17769 \begin_inset Text
17770
17771 \begin_layout Plain Layout
17772 \begin_inset Formula $\setminus$
17773 \end_inset
17774
17775
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 </row>
17781 <row>
17782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786
17787 \backslash
17788 sqcap
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17794 \begin_inset Text
17795
17796 \begin_layout Plain Layout
17797 \begin_inset Formula $\sqcap$
17798 \end_inset
17799
17800
17801 \end_layout
17802
17803 \end_inset
17804 </cell>
17805 </row>
17806 <row>
17807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17808 \begin_inset Text
17809
17810 \begin_layout Plain Layout
17811
17812 \backslash
17813 sqcup
17814 \end_layout
17815
17816 \end_inset
17817 </cell>
17818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17819 \begin_inset Text
17820
17821 \begin_layout Plain Layout
17822 \begin_inset Formula $\sqcup$
17823 \end_inset
17824
17825
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 </row>
17831 <row>
17832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17833 \begin_inset Text
17834
17835 \begin_layout Plain Layout
17836
17837 \backslash
17838 triangleleft
17839 \end_layout
17840
17841 \end_inset
17842 </cell>
17843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17844 \begin_inset Text
17845
17846 \begin_layout Plain Layout
17847 \begin_inset Formula $\triangleleft$
17848 \end_inset
17849
17850
17851 \end_layout
17852
17853 \end_inset
17854 </cell>
17855 </row>
17856 <row>
17857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17858 \begin_inset Text
17859
17860 \begin_layout Plain Layout
17861
17862 \backslash
17863 triangleright
17864 \end_layout
17865
17866 \end_inset
17867 </cell>
17868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17869 \begin_inset Text
17870
17871 \begin_layout Plain Layout
17872 \begin_inset Formula $\triangleright$
17873 \end_inset
17874
17875
17876 \end_layout
17877
17878 \end_inset
17879 </cell>
17880 </row>
17881 </lyxtabular>
17882
17883 \end_inset
17884
17885
17886 \end_layout
17887
17888 \begin_layout Standard
17889 All binary operators can also be inserted via the math toolbar button 
17890 \begin_inset Info
17891 type  "icon"
17892 arg   "math-insert \\pm"
17893 \end_inset
17894
17895 .
17896 \end_layout
17897
17898 \begin_layout Standard
17899 To typeset the Laplace operator also 
17900 \series bold
17901
17902 \backslash
17903 Delta
17904 \series default
17905  or 
17906 \series bold
17907
17908 \backslash
17909 nabla
17910 \series default
17911 ^
17912 \series bold
17913 2
17914 \series default
17915  (
17916 \begin_inset Formula $\nabla^{2}$
17917 \end_inset
17918
17919 ) can be used instead of 
17920 \series bold
17921
17922 \backslash
17923 bigtriangleup
17924 \series default
17925  .
17926 \end_layout
17927
17928 \begin_layout Standard
17929 The character 
17930 \family sans
17931 Menu Separator
17932 \family default
17933  from the menu 
17934 \family sans
17935 Insert\SpecialChar menuseparator
17936 Special Character
17937 \family default
17938  is the operator 
17939 \series bold
17940
17941 \backslash
17942 triangleright
17943 \series default
17944 .
17945 \end_layout
17946
17947 \begin_layout Subsection
17948 Self-defined Operators
17949 \begin_inset CommandInset label
17950 LatexCommand label
17951 name "subsec:Self-defined-Operators"
17952
17953 \end_inset
17954
17955
17956 \begin_inset Index idx
17957 status collapsed
17958
17959 \begin_layout Plain Layout
17960 Operators ! self-defined
17961 \end_layout
17962
17963 \end_inset
17964
17965
17966 \end_layout
17967
17968 \begin_layout Standard
17969 With the help of the command 
17970 \series bold
17971
17972 \backslash
17973 DeclareMathOperator
17974 \series default
17975
17976 \begin_inset Index idx
17977 status collapsed
17978
17979 \begin_layout Plain Layout
17980 Commands ! D ! 
17981 \backslash
17982 dbinom@
17983 \backslash
17984 DeclareMathOperator
17985 \end_layout
17986
17987 \end_inset
17988
17989  custom operators can be defined in the \SpecialChar LaTeX
17990 -preamble.
17991  Its command scheme is:
17992 \end_layout
17993
17994 \begin_layout Standard
17995
17996 \series bold
17997
17998 \backslash
17999 DeclareMathOperator{new command}{display}
18000 \end_layout
18001
18002 \begin_layout Standard
18003 Display can be characters or symbols that define how the operator looks
18004  in the output.
18005  To define a big operator a * is set behind the command.
18006  All self-defined big operators can have limits as described in 
18007 \begin_inset CommandInset ref
18008 LatexCommand ref
18009 reference "subsec:Operator-Limits"
18010
18011 \end_inset
18012
18013 .
18014 \end_layout
18015
18016 \begin_layout Standard
18017 For example the \SpecialChar LaTeX
18018 -preamble line
18019 \end_layout
18020
18021 \begin_layout Standard
18022
18023 \series bold
18024
18025 \backslash
18026 DeclareMathOperator*{
18027 \backslash
18028 Lozenge}{
18029 \backslash
18030 blacklozenge}
18031 \end_layout
18032
18033 \begin_layout Standard
18034 defines the command 
18035 \series bold
18036
18037 \backslash
18038 Lozenge
18039 \series default
18040 , that inserts a big operator consisting of the lozenge symbol from 
18041 \begin_inset CommandInset ref
18042 LatexCommand ref
18043 reference "subsec:Miscellaneous-Symbols"
18044
18045 \end_inset
18046
18047 :
18048 \begin_inset Formula 
18049 \[
18050 \Lozenge_{n=1}^{\infty}
18051 \]
18052
18053 \end_inset
18054
18055 The command for this formula is: 
18056 \series bold
18057
18058 \backslash
18059 Lozenge
18060 \series default
18061 ^
18062 \series bold
18063
18064 \backslash
18065 infty
18066 \begin_inset Formula $\to$
18067 \end_inset
18068
18069 _n=1
18070 \end_layout
18071
18072 \begin_layout Standard
18073 \begin_inset VSpace bigskip
18074 \end_inset
18075
18076 When self-defined operators are not used several times in the document,
18077  they can also be defined with the commands 
18078 \series bold
18079
18080 \backslash
18081 mathop
18082 \series default
18083
18084 \begin_inset Index idx
18085 status collapsed
18086
18087 \begin_layout Plain Layout
18088 Commands ! M ! 
18089 \backslash
18090 mathop
18091 \end_layout
18092
18093 \end_inset
18094
18095  and 
18096 \series bold
18097
18098 \backslash
18099 mathbin
18100 \series default
18101
18102 \begin_inset Index idx
18103 status collapsed
18104
18105 \begin_layout Plain Layout
18106 Commands ! M ! 
18107 \backslash
18108 mathbin
18109 \end_layout
18110
18111 \end_inset
18112
18113 , which have the following scheme:
18114 \end_layout
18115
18116 \begin_layout Standard
18117
18118 \series bold
18119
18120 \backslash
18121 mathop{display}
18122 \series default
18123  and 
18124 \series bold
18125
18126 \backslash
18127 mathbin{display}
18128 \end_layout
18129
18130 \begin_layout Standard
18131
18132 \series bold
18133
18134 \backslash
18135 mathop
18136 \series default
18137  defines big operators, 
18138 \series bold
18139
18140 \backslash
18141 mathbin
18142 \series default
18143  binary operators.
18144 \end_layout
18145
18146 \begin_layout Standard
18147
18148 \series bold
18149
18150 \backslash
18151 mathop
18152 \series default
18153  can e.
18154 \begin_inset space \thinspace{}
18155 \end_inset
18156
18157 g.
18158 \begin_inset space \space{}
18159 \end_inset
18160
18161 be used to use one limit for several operators:
18162 \end_layout
18163
18164 \begin_layout Standard
18165 \begin_inset Formula 
18166 \[
18167 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18168 \]
18169
18170 \end_inset
18171
18172
18173 \end_layout
18174
18175 \begin_layout Standard
18176 The command for the formula above is:
18177 \begin_inset Newline newline
18178 \end_inset
18179
18180
18181 \series bold
18182
18183 \backslash
18184 mathop{
18185 \backslash
18186 sum
18187 \backslash
18188 negmedspace
18189 \backslash
18190 sum
18191 \series default
18192
18193 \begin_inset space \textvisiblespace{}
18194 \end_inset
18195
18196
18197 \series bold
18198
18199 \begin_inset Formula $\to$
18200 \end_inset
18201
18202 ^N
18203 \series default
18204
18205 \begin_inset space \textvisiblespace{}
18206 \end_inset
18207
18208
18209 \series bold
18210 _i,j=1
18211 \end_layout
18212
18213 \begin_layout Section
18214 Fonts
18215 \begin_inset Index idx
18216 status collapsed
18217
18218 \begin_layout Plain Layout
18219 Fonts
18220 \end_layout
18221
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \begin_layout Subsection
18228 Font Styles
18229 \begin_inset CommandInset label
18230 LatexCommand label
18231 name "subsec:Font-Styles"
18232
18233 \end_inset
18234
18235
18236 \begin_inset Index idx
18237 status collapsed
18238
18239 \begin_layout Plain Layout
18240 Font ! style
18241 \end_layout
18242
18243 \end_inset
18244
18245
18246 \end_layout
18247
18248 \begin_layout Standard
18249 Latin letters in formulas can be set in one of the following font styles:
18250 \end_layout
18251
18252 \begin_layout Standard
18253 \align center
18254 \begin_inset space \hfill{}
18255 \end_inset
18256
18257
18258 \begin_inset Tabular
18259 <lyxtabular version="3" rows="6" columns="2">
18260 <features booktabs="true" tabularvalignment="middle">
18261 <column alignment="center" valignment="top" width="0pt">
18262 <column alignment="center" valignment="top">
18263 <row>
18264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18265 \begin_inset Text
18266
18267 \begin_layout Plain Layout
18268 Command
18269 \end_layout
18270
18271 \end_inset
18272 </cell>
18273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18274 \begin_inset Text
18275
18276 \begin_layout Plain Layout
18277 Result
18278 \end_layout
18279
18280 \end_inset
18281 </cell>
18282 </row>
18283 <row>
18284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18285 \begin_inset Text
18286
18287 \begin_layout Plain Layout
18288
18289 \backslash
18290 mathbb
18291 \series bold
18292
18293 \begin_inset space \textvisiblespace{}
18294 \end_inset
18295
18296
18297 \series default
18298 ABC
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18304 \begin_inset Text
18305
18306 \begin_layout Plain Layout
18307 \begin_inset Formula $\mathbb{ABC}$
18308 \end_inset
18309
18310
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 </row>
18316 <row>
18317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18318 \begin_inset Text
18319
18320 \begin_layout Plain Layout
18321
18322 \backslash
18323 mathbf
18324 \series bold
18325
18326 \begin_inset space \textvisiblespace{}
18327 \end_inset
18328
18329
18330 \series default
18331 AbC
18332 \end_layout
18333
18334 \end_inset
18335 </cell>
18336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18337 \begin_inset Text
18338
18339 \begin_layout Plain Layout
18340 \begin_inset Formula $\mathbf{AbC}$
18341 \end_inset
18342
18343
18344 \end_layout
18345
18346 \end_inset
18347 </cell>
18348 </row>
18349 <row>
18350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354
18355 \backslash
18356 boldsymbol
18357 \series bold
18358
18359 \begin_inset space \textvisiblespace{}
18360 \end_inset
18361
18362
18363 \series default
18364 AbC
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18370 \begin_inset Text
18371
18372 \begin_layout Plain Layout
18373 \begin_inset Formula $\boldsymbol{AbC}$
18374 \end_inset
18375
18376
18377 \end_layout
18378
18379 \end_inset
18380 </cell>
18381 </row>
18382 <row>
18383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387
18388 \backslash
18389 mathcal
18390 \series bold
18391
18392 \begin_inset space \textvisiblespace{}
18393 \end_inset
18394
18395
18396 \series default
18397 ABC
18398 \end_layout
18399
18400 \end_inset
18401 </cell>
18402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Plain Layout
18406 \begin_inset Formula $\mathcal{ABC}$
18407 \end_inset
18408
18409
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 </row>
18415 <row>
18416 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420
18421 \backslash
18422 mathfrak
18423 \series bold
18424
18425 \begin_inset space \textvisiblespace{}
18426 \end_inset
18427
18428
18429 \series default
18430 AbC
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18436 \begin_inset Text
18437
18438 \begin_layout Plain Layout
18439 \begin_inset Formula $\mathfrak{AbC}$
18440 \end_inset
18441
18442
18443 \end_layout
18444
18445 \end_inset
18446 </cell>
18447 </row>
18448 </lyxtabular>
18449
18450 \end_inset
18451
18452
18453 \begin_inset space \hfill{}
18454 \end_inset
18455
18456
18457 \begin_inset Tabular
18458 <lyxtabular version="3" rows="6" columns="2">
18459 <features booktabs="true" tabularvalignment="middle">
18460 <column alignment="center" valignment="top" width="0pt">
18461 <column alignment="center" valignment="top">
18462 <row>
18463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467 Command
18468 \end_layout
18469
18470 \end_inset
18471 </cell>
18472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18473 \begin_inset Text
18474
18475 \begin_layout Plain Layout
18476 Result
18477 \end_layout
18478
18479 \end_inset
18480 </cell>
18481 </row>
18482 <row>
18483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18484 \begin_inset Text
18485
18486 \begin_layout Plain Layout
18487
18488 \backslash
18489 mathit
18490 \series bold
18491
18492 \begin_inset space \textvisiblespace{}
18493 \end_inset
18494
18495
18496 \series default
18497 AbC
18498 \end_layout
18499
18500 \end_inset
18501 </cell>
18502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18503 \begin_inset Text
18504
18505 \begin_layout Plain Layout
18506 \begin_inset Formula $\mathit{AbC}$
18507 \end_inset
18508
18509
18510 \end_layout
18511
18512 \end_inset
18513 </cell>
18514 </row>
18515 <row>
18516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18517 \begin_inset Text
18518
18519 \begin_layout Plain Layout
18520
18521 \backslash
18522 mathrm
18523 \series bold
18524
18525 \begin_inset space \textvisiblespace{}
18526 \end_inset
18527
18528
18529 \series default
18530 AbC
18531 \end_layout
18532
18533 \end_inset
18534 </cell>
18535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18536 \begin_inset Text
18537
18538 \begin_layout Plain Layout
18539 \begin_inset Formula $\mathrm{AbC}$
18540 \end_inset
18541
18542
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 </row>
18548 <row>
18549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Plain Layout
18553
18554 \backslash
18555 mathsf
18556 \series bold
18557
18558 \begin_inset space \textvisiblespace{}
18559 \end_inset
18560
18561
18562 \series default
18563 AbC
18564 \end_layout
18565
18566 \end_inset
18567 </cell>
18568 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18569 \begin_inset Text
18570
18571 \begin_layout Plain Layout
18572 \begin_inset Formula $\mathsf{AbC}$
18573 \end_inset
18574
18575
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 </row>
18581 <row>
18582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18583 \begin_inset Text
18584
18585 \begin_layout Plain Layout
18586
18587 \backslash
18588 mathtt
18589 \series bold
18590
18591 \begin_inset space \textvisiblespace{}
18592 \end_inset
18593
18594
18595 \series default
18596 AbC
18597 \end_layout
18598
18599 \end_inset
18600 </cell>
18601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18602 \begin_inset Text
18603
18604 \begin_layout Plain Layout
18605 \begin_inset Formula $\mathtt{AbC}$
18606 \end_inset
18607
18608
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 </row>
18614 <row>
18615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18616 \begin_inset Text
18617
18618 \begin_layout Plain Layout
18619
18620 \backslash
18621 mathscr
18622 \series bold
18623
18624 \begin_inset space \textvisiblespace{}
18625 \end_inset
18626
18627
18628 \series default
18629 ABC
18630 \end_layout
18631
18632 \end_inset
18633 </cell>
18634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18635 \begin_inset Text
18636
18637 \begin_layout Plain Layout
18638 \begin_inset Formula $\mathscr{ABC}$
18639 \end_inset
18640
18641
18642 \end_layout
18643
18644 \end_inset
18645 </cell>
18646 </row>
18647 </lyxtabular>
18648
18649 \end_inset
18650
18651
18652 \begin_inset space \hfill{}
18653 \end_inset
18654
18655
18656 \end_layout
18657
18658 \begin_layout Standard
18659 \begin_inset Note Greyedout
18660 status open
18661
18662 \begin_layout Plain Layout
18663
18664 \series bold
18665 Note:
18666 \series default
18667  The styles 
18668 \series bold
18669
18670 \backslash
18671 mathbb
18672 \series default
18673
18674 \series bold
18675
18676 \backslash
18677 mathcal
18678 \series default
18679  and 
18680 \series bold
18681
18682 \backslash
18683 mathscr
18684 \series default
18685  can only be used for big letters.
18686 \end_layout
18687
18688 \end_inset
18689
18690
18691 \end_layout
18692
18693 \begin_layout Standard
18694 Predefined is the style 
18695 \series bold
18696
18697 \backslash
18698 mathnormal
18699 \series default
18700 .
18701 \end_layout
18702
18703 \begin_layout Standard
18704 The style commands work also for letters in mathematical constructs:
18705 \begin_inset Formula 
18706 \[
18707 \mathfrak{A=\frac{b}{C}}
18708 \]
18709
18710 \end_inset
18711
18712
18713 \end_layout
18714
18715 \begin_layout Standard
18716 Characters in mathematical text don't appear in a math font style but in
18717  the text font style 
18718 \series bold
18719
18720 \backslash
18721 textrm
18722 \series default
18723 .
18724  That their style can't be set correctly via the text style dialog is a
18725  bug in \SpecialChar LyX
18726 .
18727 \begin_inset Foot
18728 status collapsed
18729
18730 \begin_layout Plain Layout
18731 \begin_inset CommandInset href
18732 LatexCommand href
18733 name "LyX-bug #4629"
18734 target "http://www.lyx.org/trac/ticket/4629"
18735
18736 \end_inset
18737
18738
18739 \end_layout
18740
18741 \end_inset
18742
18743
18744 \end_layout
18745
18746 \begin_layout Standard
18747 Instead of the style commands the dialog 
18748 \family sans
18749 Edit\SpecialChar menuseparator
18750 Math\SpecialChar menuseparator
18751 Text Style
18752 \family default
18753  or the toolbar button 
18754 \begin_inset Info
18755 type  "icon"
18756 arg   "math-insert \\font"
18757 \end_inset
18758
18759  can be used.
18760 \end_layout
18761
18762 \begin_layout Subsection
18763 Bold Formulas
18764 \begin_inset CommandInset label
18765 LatexCommand label
18766 name "subsec:Bold-Formulas"
18767
18768 \end_inset
18769
18770
18771 \begin_inset Index idx
18772 status collapsed
18773
18774 \begin_layout Plain Layout
18775 Formula ! bold
18776 \end_layout
18777
18778 \end_inset
18779
18780
18781 \end_layout
18782
18783 \begin_layout Standard
18784 To make a complete formula bold, the command 
18785 \series bold
18786
18787 \backslash
18788 mathbf
18789 \series default
18790  from the previous subsection cannot be used, because it doesn't work for
18791  small Greek letters.
18792  Furthermore it prints Latin letters always upright, like in the following
18793  equation:
18794 \end_layout
18795
18796 \begin_layout Standard
18797 \begin_inset Formula 
18798 \[
18799 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18800 \]
18801
18802 \end_inset
18803
18804
18805 \end_layout
18806
18807 \begin_layout Standard
18808 To display the formula correctly, the command 
18809 \series bold
18810
18811 \backslash
18812 boldsymbol
18813 \series default
18814  is used:
18815 \begin_inset Formula 
18816 \[
18817 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18818 \]
18819
18820 \end_inset
18821
18822 It is also possible to set the formula in a 
18823 \series bold
18824 boldmath environment
18825 \series default
18826 .
18827  This environment is created by inserting the command 
18828 \series bold
18829
18830 \backslash
18831 boldmath
18832 \series default
18833
18834 \begin_inset Index idx
18835 status collapsed
18836
18837 \begin_layout Plain Layout
18838 Commands ! B ! 
18839 \backslash
18840 boldmath
18841 \end_layout
18842
18843 \end_inset
18844
18845  in \SpecialChar TeX
18846  mode.
18847  To end the environment, the command 
18848 \series bold
18849
18850 \backslash
18851 unboldmath
18852 \series default
18853
18854 \begin_inset Index idx
18855 status collapsed
18856
18857 \begin_layout Plain Layout
18858 Commands ! U ! 
18859 \backslash
18860 unboldmath
18861 \end_layout
18862
18863 \end_inset
18864
18865  is inserted in \SpecialChar TeX
18866  mode.
18867 \begin_inset ERT
18868 status collapsed
18869
18870 \begin_layout Plain Layout
18871
18872
18873 \backslash
18874 boldmath 
18875 \end_layout
18876
18877 \end_inset
18878
18879
18880 \begin_inset Formula 
18881 \[
18882 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18883 \]
18884
18885 \end_inset
18886
18887
18888 \begin_inset ERT
18889 status collapsed
18890
18891 \begin_layout Plain Layout
18892
18893
18894 \backslash
18895 unboldmath 
18896 \end_layout
18897
18898 \end_inset
18899
18900
18901 \end_layout
18902
18903 \begin_layout Subsection
18904 Colored Formulas
18905 \begin_inset Index idx
18906 status collapsed
18907
18908 \begin_layout Plain Layout
18909 Formula ! colored
18910 \end_layout
18911
18912 \end_inset
18913
18914
18915 \end_layout
18916
18917 \begin_layout Standard
18918 Formulas can be colored like normal text: Highlight a formula or a formula
18919  part and use the 
18920 \family sans
18921 Text Style
18922 \family default
18923  dialog.
18924  Here is a formula in magenta:
18925 \begin_inset Formula 
18926 \[
18927 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18928 \]
18929
18930 \end_inset
18931
18932
18933 \end_layout
18934
18935 \begin_layout Standard
18936 You can also define your own colors as described in 
18937 \begin_inset CommandInset ref
18938 LatexCommand ref
18939 reference "subsec:Colored-Boxes"
18940
18941 \end_inset
18942
18943 .
18944  They can be used with the \SpecialChar TeX
18945  code command 
18946 \series bold
18947
18948 \backslash
18949 textcolor
18950 \series default
18951
18952 \begin_inset Index idx
18953 status collapsed
18954
18955 \begin_layout Plain Layout
18956 Commands ! T ! 
18957 \backslash
18958 textcolor
18959 \end_layout
18960
18961 \end_inset
18962
18963  in the scheme
18964 \end_layout
18965
18966 \begin_layout Standard
18967
18968 \series bold
18969
18970 \backslash
18971 textcolor{color}{characters or formula}
18972 \end_layout
18973
18974 \begin_layout Standard
18975 The following example was colored completely dark green and partly red:
18976 \end_layout
18977
18978 \begin_layout Standard
18979 \begin_inset ERT
18980 status collapsed
18981
18982 \begin_layout Plain Layout
18983
18984
18985 \backslash
18986 textcolor{darkgreen}{
18987 \end_layout
18988
18989 \end_inset
18990
18991
18992 \begin_inset Formula 
18993 \[
18994 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18995 \]
18996
18997 \end_inset
18998
18999
19000 \begin_inset ERT
19001 status collapsed
19002
19003 \begin_layout Plain Layout
19004
19005 }
19006 \end_layout
19007
19008 \end_inset
19009
19010
19011 \end_layout
19012
19013 \begin_layout Standard
19014 Due to a bug in \SpecialChar LyX
19015  only complete formulas can be colored with self-defined
19016  colors.
19017 \begin_inset Foot
19018 status collapsed
19019
19020 \begin_layout Plain Layout
19021 \begin_inset CommandInset href
19022 LatexCommand href
19023 name "LyX-bug #5269"
19024 target "http://www.lyx.org/trac/ticket/5269"
19025
19026 \end_inset
19027
19028
19029 \end_layout
19030
19031 \end_inset
19032
19033
19034 \end_layout
19035
19036 \begin_layout Subsection
19037 Font Sizes
19038 \begin_inset CommandInset label
19039 LatexCommand label
19040 name "subsec:Font-Sizes"
19041
19042 \end_inset
19043
19044
19045 \begin_inset Index idx
19046 status collapsed
19047
19048 \begin_layout Plain Layout
19049 Font ! size
19050 \end_layout
19051
19052 \end_inset
19053
19054
19055 \end_layout
19056
19057 \begin_layout Standard
19058 For characters in formulas there are, analog to characters in text, the
19059  following size commands:
19060 \end_layout
19061
19062 \begin_layout Standard
19063
19064 \series bold
19065
19066 \backslash
19067 Huge
19068 \series default
19069
19070 \series bold
19071
19072 \backslash
19073 huge
19074 \series default
19075
19076 \series bold
19077
19078 \backslash
19079 LARGE
19080 \series default
19081
19082 \series bold
19083
19084 \backslash
19085 Large
19086 \series default
19087
19088 \series bold
19089
19090 \backslash
19091 large
19092 \series default
19093
19094 \series bold
19095
19096 \backslash
19097 normalsize
19098 \series default
19099
19100 \series bold
19101
19102 \backslash
19103 small
19104 \series default
19105 ,
19106 \begin_inset Newline newline
19107 \end_inset
19108
19109
19110 \series bold
19111
19112 \backslash
19113 footnotesize
19114 \series default
19115
19116 \series bold
19117
19118 \backslash
19119 scriptsize
19120 \series default
19121  and 
19122 \series bold
19123
19124 \backslash
19125 tiny
19126 \end_layout
19127
19128 \begin_layout Standard
19129 The size produced by the commands depends on the document font size, which
19130  corresponds to the command 
19131 \series bold
19132
19133 \backslash
19134 normalsize
19135 \series default
19136 .
19137  The other commands produce smaller or larger sizes than 
19138 \series bold
19139
19140 \backslash
19141 normalsize
19142 \series default
19143 .
19144  The font size can however not exceed a certain value.
19145  Is for example the document font size 12
19146 \begin_inset space \thinspace{}
19147 \end_inset
19148
19149 pt, the command 
19150 \series bold
19151
19152 \backslash
19153 Huge
19154 \series default
19155  switches to the same size as 
19156 \series bold
19157
19158 \backslash
19159 huge
19160 \series default
19161 .
19162  
19163 \end_layout
19164
19165 \begin_layout Standard
19166 A size command is inserted in \SpecialChar TeX
19167  mode before the formula and sets the size
19168  for all following formula and text characters.
19169  To switch back to the initial size, the command 
19170 \series bold
19171
19172 \backslash
19173 normalsize
19174 \series default
19175  is inserted behind the formula in \SpecialChar TeX
19176  mode.
19177 \end_layout
19178
19179 \begin_layout Standard
19180 Within a formula the size can be changed using the following size commands
19181  or the toolbar button 
19182 \begin_inset Info
19183 type  "icon"
19184 arg   "math-insert \\style"
19185 \end_inset
19186
19187 :
19188 \begin_inset Separator parbreak
19189 \end_inset
19190
19191
19192 \end_layout
19193
19194 \begin_layout Standard
19195 \noindent
19196 \align center
19197 \begin_inset Tabular
19198 <lyxtabular version="3" rows="5" columns="2">
19199 <features booktabs="true" tabularvalignment="middle">
19200 <column alignment="center" valignment="top" width="0pt">
19201 <column alignment="center" valignment="top">
19202 <row>
19203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19204 \begin_inset Text
19205
19206 \begin_layout Plain Layout
19207 Command
19208 \end_layout
19209
19210 \end_inset
19211 </cell>
19212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216 Result
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 </row>
19222 <row>
19223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19224 \begin_inset Text
19225
19226 \begin_layout Plain Layout
19227
19228 \backslash
19229 displaystyle
19230 \begin_inset Index idx
19231 status collapsed
19232
19233 \begin_layout Plain Layout
19234 Commands ! D ! 
19235 \backslash
19236 displaystyle
19237 \end_layout
19238
19239 \end_inset
19240
19241
19242 \end_layout
19243
19244 \end_inset
19245 </cell>
19246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19251 \end_inset
19252
19253
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 </row>
19259 <row topspace="1mm">
19260 <cell alignment="center" valignment="top" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264
19265 \backslash
19266 textstyle
19267 \end_layout
19268
19269 \end_inset
19270 </cell>
19271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19272 \begin_inset Text
19273
19274 \begin_layout Plain Layout
19275 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19276 \end_inset
19277
19278
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 </row>
19284 <row>
19285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289
19290 \backslash
19291 scriptstyle
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 </row>
19309 <row>
19310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314
19315 \backslash
19316 scriptscriptstyle
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19326 \end_inset
19327
19328
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 </row>
19334 </lyxtabular>
19335
19336 \end_inset
19337
19338
19339 \end_layout
19340
19341 \begin_layout Standard
19342 After entering these commands, a blue box appears in which the formula parts
19343  are inserted.
19344 \end_layout
19345
19346 \begin_layout Standard
19347 There is a further method to change the font size, that though only works
19348  for symbols or letters in mathematical text.
19349  To use it, one of the above text size commands is inserted in mathematical
19350  text.
19351  All following characters until the end of the mathematical text or until
19352  another size command will have the selected size.
19353  Two examples:
19354 \begin_inset VSpace -2mm
19355 \end_inset
19356
19357
19358 \end_layout
19359
19360 \begin_layout Standard
19361 \begin_inset ERT
19362 status collapsed
19363
19364 \begin_layout Plain Layout
19365
19366
19367 \backslash
19368 huge 
19369 \end_layout
19370
19371 \end_inset
19372
19373
19374 \begin_inset Formula 
19375 \[
19376 A=\frac{B}{c}\cdot\maltese
19377 \]
19378
19379 \end_inset
19380
19381
19382 \begin_inset Formula 
19383 \[
19384 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19385 \]
19386
19387 \end_inset
19388
19389
19390 \begin_inset ERT
19391 status collapsed
19392
19393 \begin_layout Plain Layout
19394
19395
19396 \backslash
19397 normalsize 
19398 \end_layout
19399
19400 \end_inset
19401
19402
19403 \end_layout
19404
19405 \begin_layout Standard
19406 \begin_inset VSpace medskip
19407 \end_inset
19408
19409 Before both formulas the command 
19410 \series bold
19411
19412 \backslash
19413 huge
19414 \series default
19415  was inserted.
19416  The command for the second formula is:
19417 \begin_inset Newline newline
19418 \end_inset
19419
19420
19421 \series bold
19422
19423 \backslash
19424 maltese
19425 \begin_inset space \textvisiblespace{}
19426 \end_inset
19427
19428 A Alt+M M 
19429 \backslash
19430 Large
19431 \begin_inset space \textvisiblespace{}
19432 \end_inset
19433
19434
19435 \backslash
19436 maltese
19437 \begin_inset space \textvisiblespace{}
19438 \end_inset
19439
19440
19441 \backslash
19442 textit
19443 \begin_inset space \textvisiblespace{}
19444 \end_inset
19445
19446 A
19447 \begin_inset Formula $\to$
19448 \end_inset
19449
19450
19451 \begin_inset Formula $\to$
19452 \end_inset
19453
19454
19455 \begin_inset Newline newline
19456 \end_inset
19457
19458
19459 \begin_inset space \hspace*{}
19460 \length 1cm
19461 \end_inset
19462
19463 Alt+M
19464 \series default
19465  
19466 \series bold
19467
19468 \backslash
19469 tiny
19470 \begin_inset space \textvisiblespace{}
19471 \end_inset
19472
19473
19474 \backslash
19475 maltese
19476 \begin_inset space \textvisiblespace{}
19477 \end_inset
19478
19479
19480 \backslash
19481 textit
19482 \begin_inset space \textvisiblespace{}
19483 \end_inset
19484
19485 A
19486 \end_layout
19487
19488 \begin_layout Standard
19489 If a symbol cannot be displayed in different sizes, it will always be displayed
19490  in the default size.
19491 \end_layout
19492
19493 \begin_layout Section
19494 Greek Letters
19495 \begin_inset Index idx
19496 status collapsed
19497
19498 \begin_layout Plain Layout
19499 Greek letters
19500 \end_layout
19501
19502 \end_inset
19503
19504
19505 \end_layout
19506
19507 \begin_layout Standard
19508 Greek letters can also be inserted via the toolbar button 
19509 \begin_inset Info
19510 type  "icon"
19511 arg   "math-insert \\alpha"
19512 \end_inset
19513
19514 .
19515  All international typesetting norms purport that Greek letters in math
19516  have to be typeset italic/slanted.
19517  In some languages, like French or Russian, they are nevertheless sometimes
19518  typeset upright.
19519 \end_layout
19520
19521 \begin_layout Subsection
19522 Small Letters
19523 \begin_inset Index idx
19524 status collapsed
19525
19526 \begin_layout Plain Layout
19527 Greek letters ! small
19528 \end_layout
19529
19530 \end_inset
19531
19532
19533 \end_layout
19534
19535 \begin_layout Standard
19536 \begin_inset space \hfill{}
19537 \end_inset
19538
19539
19540 \begin_inset Tabular
19541 <lyxtabular version="3" rows="11" columns="2">
19542 <features booktabs="true" tabularvalignment="middle">
19543 <column alignment="center" valignment="top" width="0pt">
19544 <column alignment="center" valignment="top" width="0pt">
19545 <row>
19546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19547 \begin_inset Text
19548
19549 \begin_layout Plain Layout
19550 Command
19551 \end_layout
19552
19553 \end_inset
19554 </cell>
19555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19556 \begin_inset Text
19557
19558 \begin_layout Plain Layout
19559 Result
19560 \end_layout
19561
19562 \end_inset
19563 </cell>
19564 </row>
19565 <row>
19566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19567 \begin_inset Text
19568
19569 \begin_layout Plain Layout
19570
19571 \backslash
19572 alpha
19573 \end_layout
19574
19575 \end_inset
19576 </cell>
19577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581 \begin_inset Formula $\alpha$
19582 \end_inset
19583
19584
19585 \end_layout
19586
19587 \end_inset
19588 </cell>
19589 </row>
19590 <row>
19591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19592 \begin_inset Text
19593
19594 \begin_layout Plain Layout
19595
19596 \backslash
19597 beta
19598 \end_layout
19599
19600 \end_inset
19601 </cell>
19602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606 \begin_inset Formula $\beta$
19607 \end_inset
19608
19609
19610 \end_layout
19611
19612 \end_inset
19613 </cell>
19614 </row>
19615 <row>
19616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19617 \begin_inset Text
19618
19619 \begin_layout Plain Layout
19620
19621 \backslash
19622 gamma
19623 \end_layout
19624
19625 \end_inset
19626 </cell>
19627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631 \begin_inset Formula $\gamma$
19632 \end_inset
19633
19634
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 </row>
19640 <row>
19641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19642 \begin_inset Text
19643
19644 \begin_layout Plain Layout
19645
19646 \backslash
19647 delta
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656 \begin_inset Formula $\delta$
19657 \end_inset
19658
19659
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 </row>
19665 <row>
19666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19667 \begin_inset Text
19668
19669 \begin_layout Plain Layout
19670
19671 \backslash
19672 epsilon
19673 \end_layout
19674
19675 \end_inset
19676 </cell>
19677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19678 \begin_inset Text
19679
19680 \begin_layout Plain Layout
19681 \begin_inset Formula $\epsilon$
19682 \end_inset
19683
19684
19685 \end_layout
19686
19687 \end_inset
19688 </cell>
19689 </row>
19690 <row>
19691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19692 \begin_inset Text
19693
19694 \begin_layout Plain Layout
19695
19696 \backslash
19697 varepsilon
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706 \begin_inset Formula $\varepsilon$
19707 \end_inset
19708
19709
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 </row>
19715 <row>
19716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Plain Layout
19720
19721 \backslash
19722 zeta
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731 \begin_inset Formula $\zeta$
19732 \end_inset
19733
19734
19735 \end_layout
19736
19737 \end_inset
19738 </cell>
19739 </row>
19740 <row>
19741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19742 \begin_inset Text
19743
19744 \begin_layout Plain Layout
19745
19746 \backslash
19747 eta
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756 \begin_inset Formula $\eta$
19757 \end_inset
19758
19759
19760 \end_layout
19761
19762 \end_inset
19763 </cell>
19764 </row>
19765 <row>
19766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770
19771 \backslash
19772 theta
19773 \end_layout
19774
19775 \end_inset
19776 </cell>
19777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19778 \begin_inset Text
19779
19780 \begin_layout Plain Layout
19781 \begin_inset Formula $\theta$
19782 \end_inset
19783
19784
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 </row>
19790 <row>
19791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19792 \begin_inset Text
19793
19794 \begin_layout Plain Layout
19795
19796 \backslash
19797 vartheta
19798 \end_layout
19799
19800 \end_inset
19801 </cell>
19802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19803 \begin_inset Text
19804
19805 \begin_layout Plain Layout
19806 \begin_inset Formula $\vartheta$
19807 \end_inset
19808
19809
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 </row>
19815 </lyxtabular>
19816
19817 \end_inset
19818
19819
19820 \begin_inset space \hfill{}
19821 \end_inset
19822
19823
19824 \begin_inset Tabular
19825 <lyxtabular version="3" rows="12" columns="2">
19826 <features booktabs="true" tabularvalignment="middle">
19827 <column alignment="center" valignment="top" width="0pt">
19828 <column alignment="center" valignment="top" width="0pt">
19829 <row>
19830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19831 \begin_inset Text
19832
19833 \begin_layout Plain Layout
19834 Command
19835 \end_layout
19836
19837 \end_inset
19838 </cell>
19839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19840 \begin_inset Text
19841
19842 \begin_layout Plain Layout
19843 Result
19844 \end_layout
19845
19846 \end_inset
19847 </cell>
19848 </row>
19849 <row>
19850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19851 \begin_inset Text
19852
19853 \begin_layout Plain Layout
19854
19855 \backslash
19856 iota
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19862 \begin_inset Text
19863
19864 \begin_layout Plain Layout
19865 \begin_inset Formula $\iota$
19866 \end_inset
19867
19868
19869 \end_layout
19870
19871 \end_inset
19872 </cell>
19873 </row>
19874 <row>
19875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19876 \begin_inset Text
19877
19878 \begin_layout Plain Layout
19879
19880 \backslash
19881 kappa
19882 \end_layout
19883
19884 \end_inset
19885 </cell>
19886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19887 \begin_inset Text
19888
19889 \begin_layout Plain Layout
19890 \begin_inset Formula $\kappa$
19891 \end_inset
19892
19893
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 </row>
19899 <row>
19900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19901 \begin_inset Text
19902
19903 \begin_layout Plain Layout
19904
19905 \backslash
19906 varkappa
19907 \end_layout
19908
19909 \end_inset
19910 </cell>
19911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19912 \begin_inset Text
19913
19914 \begin_layout Plain Layout
19915 \begin_inset Formula $\varkappa$
19916 \end_inset
19917
19918
19919 \end_layout
19920
19921 \end_inset
19922 </cell>
19923 </row>
19924 <row>
19925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19926 \begin_inset Text
19927
19928 \begin_layout Plain Layout
19929
19930 \backslash
19931 lambda
19932 \end_layout
19933
19934 \end_inset
19935 </cell>
19936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19937 \begin_inset Text
19938
19939 \begin_layout Plain Layout
19940 \begin_inset Formula $\lambda$
19941 \end_inset
19942
19943
19944 \end_layout
19945
19946 \end_inset
19947 </cell>
19948 </row>
19949 <row>
19950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19951 \begin_inset Text
19952
19953 \begin_layout Plain Layout
19954
19955 \backslash
19956 mu
19957 \end_layout
19958
19959 \end_inset
19960 </cell>
19961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19962 \begin_inset Text
19963
19964 \begin_layout Plain Layout
19965 \begin_inset Formula $\mu$
19966 \end_inset
19967
19968
19969 \end_layout
19970
19971 \end_inset
19972 </cell>
19973 </row>
19974 <row>
19975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19976 \begin_inset Text
19977
19978 \begin_layout Plain Layout
19979
19980 \backslash
19981 nu
19982 \end_layout
19983
19984 \end_inset
19985 </cell>
19986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19987 \begin_inset Text
19988
19989 \begin_layout Plain Layout
19990 \begin_inset Formula $\nu$
19991 \end_inset
19992
19993
19994 \end_layout
19995
19996 \end_inset
19997 </cell>
19998 </row>
19999 <row>
20000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20001 \begin_inset Text
20002
20003 \begin_layout Plain Layout
20004
20005 \backslash
20006 xi
20007 \end_layout
20008
20009 \end_inset
20010 </cell>
20011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20012 \begin_inset Text
20013
20014 \begin_layout Plain Layout
20015 \begin_inset Formula $\xi$
20016 \end_inset
20017
20018
20019 \end_layout
20020
20021 \end_inset
20022 </cell>
20023 </row>
20024 <row>
20025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20026 \begin_inset Text
20027
20028 \begin_layout Plain Layout
20029 o
20030 \end_layout
20031
20032 \end_inset
20033 </cell>
20034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Plain Layout
20038 \begin_inset Formula $o$
20039 \end_inset
20040
20041
20042 \end_layout
20043
20044 \end_inset
20045 </cell>
20046 </row>
20047 <row>
20048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052
20053 \backslash
20054 pi
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset Formula $\pi$
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 </row>
20072 <row>
20073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077
20078 \backslash
20079 varpi
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088 \begin_inset Formula $\varpi$
20089 \end_inset
20090
20091
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 </row>
20097 <row>
20098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102
20103 \backslash
20104 rho
20105 \end_layout
20106
20107 \end_inset
20108 </cell>
20109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20110 \begin_inset Text
20111
20112 \begin_layout Plain Layout
20113 \begin_inset Formula $\rho$
20114 \end_inset
20115
20116
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 </row>
20122 </lyxtabular>
20123
20124 \end_inset
20125
20126
20127 \begin_inset space \hfill{}
20128 \end_inset
20129
20130
20131 \begin_inset Tabular
20132 <lyxtabular version="3" rows="11" columns="2">
20133 <features booktabs="true" tabularvalignment="middle">
20134 <column alignment="center" valignment="top" width="0pt">
20135 <column alignment="center" valignment="top" width="0pt">
20136 <row>
20137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Plain Layout
20141 Command
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20147 \begin_inset Text
20148
20149 \begin_layout Plain Layout
20150 Result
20151 \end_layout
20152
20153 \end_inset
20154 </cell>
20155 </row>
20156 <row>
20157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20158 \begin_inset Text
20159
20160 \begin_layout Plain Layout
20161
20162 \backslash
20163 varrho
20164 \end_layout
20165
20166 \end_inset
20167 </cell>
20168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Plain Layout
20172 \begin_inset Formula $\varrho$
20173 \end_inset
20174
20175
20176 \end_layout
20177
20178 \end_inset
20179 </cell>
20180 </row>
20181 <row>
20182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20183 \begin_inset Text
20184
20185 \begin_layout Plain Layout
20186
20187 \backslash
20188 sigma
20189 \end_layout
20190
20191 \end_inset
20192 </cell>
20193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20194 \begin_inset Text
20195
20196 \begin_layout Plain Layout
20197 \begin_inset Formula $\sigma$
20198 \end_inset
20199
20200
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 </row>
20206 <row>
20207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211
20212 \backslash
20213 varsigma
20214 \end_layout
20215
20216 \end_inset
20217 </cell>
20218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20219 \begin_inset Text
20220
20221 \begin_layout Plain Layout
20222 \begin_inset Formula $\varsigma$
20223 \end_inset
20224
20225
20226 \end_layout
20227
20228 \end_inset
20229 </cell>
20230 </row>
20231 <row>
20232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236
20237 \backslash
20238 tau
20239 \end_layout
20240
20241 \end_inset
20242 </cell>
20243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247 \begin_inset Formula $\tau$
20248 \end_inset
20249
20250
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 </row>
20256 <row>
20257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261
20262 \backslash
20263 upsilon
20264 \end_layout
20265
20266 \end_inset
20267 </cell>
20268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20269 \begin_inset Text
20270
20271 \begin_layout Plain Layout
20272 \begin_inset Formula $\upsilon$
20273 \end_inset
20274
20275
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 </row>
20281 <row>
20282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Plain Layout
20286
20287 \backslash
20288 phi
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297 \begin_inset Formula $\phi$
20298 \end_inset
20299
20300
20301 \end_layout
20302
20303 \end_inset
20304 </cell>
20305 </row>
20306 <row>
20307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Plain Layout
20311
20312 \backslash
20313 varphi
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Plain Layout
20322 \begin_inset Formula $\varphi$
20323 \end_inset
20324
20325
20326 \end_layout
20327
20328 \end_inset
20329 </cell>
20330 </row>
20331 <row>
20332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20333 \begin_inset Text
20334
20335 \begin_layout Plain Layout
20336
20337 \backslash
20338 chi
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347 \begin_inset Formula $\chi$
20348 \end_inset
20349
20350
20351 \end_layout
20352
20353 \end_inset
20354 </cell>
20355 </row>
20356 <row>
20357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20358 \begin_inset Text
20359
20360 \begin_layout Plain Layout
20361
20362 \backslash
20363 psi
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20369 \begin_inset Text
20370
20371 \begin_layout Plain Layout
20372 \begin_inset Formula $\psi$
20373 \end_inset
20374
20375
20376 \end_layout
20377
20378 \end_inset
20379 </cell>
20380 </row>
20381 <row>
20382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20383 \begin_inset Text
20384
20385 \begin_layout Plain Layout
20386
20387 \backslash
20388 omega
20389 \end_layout
20390
20391 \end_inset
20392 </cell>
20393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20394 \begin_inset Text
20395
20396 \begin_layout Plain Layout
20397 \begin_inset Formula $\omega$
20398 \end_inset
20399
20400
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 </row>
20406 </lyxtabular>
20407
20408 \end_inset
20409
20410
20411 \begin_inset space \hfill{}
20412 \end_inset
20413
20414
20415 \end_layout
20416
20417 \begin_layout Standard
20418 \begin_inset VSpace medskip
20419 \end_inset
20420
20421
20422 \end_layout
20423
20424 \begin_layout Standard
20425 How to create special upright Greek letters is explained in 
20426 \begin_inset CommandInset ref
20427 LatexCommand ref
20428 reference "subsec:Upright-small-Greek"
20429
20430 \end_inset
20431
20432 .
20433 \end_layout
20434
20435 \begin_layout Subsection
20436 Big Letters
20437 \begin_inset Index idx
20438 status collapsed
20439
20440 \begin_layout Plain Layout
20441 Greek letters ! big
20442 \end_layout
20443
20444 \end_inset
20445
20446
20447 \end_layout
20448
20449 \begin_layout Standard
20450 \begin_inset space \hfill{}
20451 \end_inset
20452
20453
20454 \begin_inset Tabular
20455 <lyxtabular version="3" rows="7" columns="2">
20456 <features booktabs="true" tabularvalignment="middle">
20457 <column alignment="center" valignment="top" width="0pt">
20458 <column alignment="center" valignment="top" width="0pt">
20459 <row>
20460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20461 \begin_inset Text
20462
20463 \begin_layout Plain Layout
20464 Command
20465 \end_layout
20466
20467 \end_inset
20468 </cell>
20469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473 Result
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 </row>
20479 <row>
20480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \backslash
20486 Gamma
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495 \begin_inset Formula $\Gamma$
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 </row>
20504 <row>
20505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509
20510 \backslash
20511 Delta
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 \begin_inset Formula $\Delta$
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 <row>
20530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534
20535 \backslash
20536 Theta
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20542 \begin_inset Text
20543
20544 \begin_layout Plain Layout
20545 \begin_inset Formula $\Theta$
20546 \end_inset
20547
20548
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 </row>
20554 <row>
20555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559
20560 \backslash
20561 Lambda
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20567 \begin_inset Text
20568
20569 \begin_layout Plain Layout
20570 \begin_inset Formula $\Lambda$
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 </row>
20579 <row>
20580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20581 \begin_inset Text
20582
20583 \begin_layout Plain Layout
20584
20585 \backslash
20586 Xi
20587 \end_layout
20588
20589 \end_inset
20590 </cell>
20591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20592 \begin_inset Text
20593
20594 \begin_layout Plain Layout
20595 \begin_inset Formula $\Xi$
20596 \end_inset
20597
20598
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 </row>
20604 <row>
20605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609
20610 \backslash
20611 Pi
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620 \begin_inset Formula $\Pi$
20621 \end_inset
20622
20623
20624 \end_layout
20625
20626 \end_inset
20627 </cell>
20628 </row>
20629 </lyxtabular>
20630
20631 \end_inset
20632
20633
20634 \begin_inset space \hfill{}
20635 \end_inset
20636
20637
20638 \begin_inset Tabular
20639 <lyxtabular version="3" rows="6" columns="2">
20640 <features booktabs="true" tabularvalignment="middle">
20641 <column alignment="center" valignment="top" width="0pt">
20642 <column alignment="center" valignment="top" width="0pt">
20643 <row>
20644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648 Command
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657 Result
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 </row>
20663 <row>
20664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668
20669 \backslash
20670 Sigma
20671 \end_layout
20672
20673 \end_inset
20674 </cell>
20675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679 \begin_inset Formula $\Sigma$
20680 \end_inset
20681
20682
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 </row>
20688 <row>
20689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20690 \begin_inset Text
20691
20692 \begin_layout Plain Layout
20693
20694 \backslash
20695 Upsilon
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704 \begin_inset Formula $\Upsilon$
20705 \end_inset
20706
20707
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 </row>
20713 <row>
20714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20715 \begin_inset Text
20716
20717 \begin_layout Plain Layout
20718
20719 \backslash
20720 Phi
20721 \end_layout
20722
20723 \end_inset
20724 </cell>
20725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Plain Layout
20729 \begin_inset Formula $\Phi$
20730 \end_inset
20731
20732
20733 \end_layout
20734
20735 \end_inset
20736 </cell>
20737 </row>
20738 <row>
20739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743
20744 \backslash
20745 Psi
20746 \end_layout
20747
20748 \end_inset
20749 </cell>
20750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20751 \begin_inset Text
20752
20753 \begin_layout Plain Layout
20754 \begin_inset Formula $\Psi$
20755 \end_inset
20756
20757
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 </row>
20763 <row>
20764 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20765 \begin_inset Text
20766
20767 \begin_layout Plain Layout
20768
20769 \backslash
20770 Omega
20771 \end_layout
20772
20773 \end_inset
20774 </cell>
20775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20776 \begin_inset Text
20777
20778 \begin_layout Plain Layout
20779 \begin_inset Formula $\Omega$
20780 \end_inset
20781
20782
20783 \end_layout
20784
20785 \end_inset
20786 </cell>
20787 </row>
20788 </lyxtabular>
20789
20790 \end_inset
20791
20792
20793 \begin_inset space \hfill{}
20794 \end_inset
20795
20796
20797 \end_layout
20798
20799 \begin_layout Standard
20800 \begin_inset VSpace medskip
20801 \end_inset
20802
20803 That the big Greek letters appear upright is caused by a design bug when
20804  \SpecialChar TeX
20805  was developed.
20806  To get correct italic big letters, begin every command with 
20807 \series bold
20808 var
20809 \series default
20810 .
20811  For example the command 
20812 \series bold
20813
20814 \backslash
20815 varGamma
20816 \series default
20817  produces 
20818 \begin_inset Formula $\varGamma$
20819 \end_inset
20820
20821 .
20822  Another way is to load the package 
20823 \series bold
20824 fixmath
20825 \series default
20826
20827 \begin_inset Foot
20828 status collapsed
20829
20830 \begin_layout Plain Layout
20831
20832 \series bold
20833 fixmath
20834 \series default
20835  is part of the \SpecialChar LaTeX
20836 -package 
20837 \series bold
20838 was
20839 \series default
20840
20841 \begin_inset Index idx
20842 status collapsed
20843
20844 \begin_layout Plain Layout
20845 Packages ! was
20846 \begin_inset ERT
20847 status collapsed
20848
20849 \begin_layout Plain Layout
20850
20851
20852 \backslash
20853 vspace{4mm}
20854 \end_layout
20855
20856 \end_inset
20857
20858
20859 \end_layout
20860
20861 \end_inset
20862
20863 .
20864 \end_layout
20865
20866 \end_inset
20867
20868
20869 \begin_inset Index idx
20870 status collapsed
20871
20872 \begin_layout Plain Layout
20873 Packages ! fixmath
20874 \end_layout
20875
20876 \end_inset
20877
20878  with the \SpecialChar LaTeX
20879 -preamble line
20880 \end_layout
20881
20882 \begin_layout Standard
20883
20884 \series bold
20885
20886 \backslash
20887 usepackage{fixmath}
20888 \end_layout
20889
20890 \begin_layout Standard
20891 Then all big Greek letters in a document will automatically be typeset italic.
20892 \end_layout
20893
20894 \begin_layout Subsection
20895 Bold Letters
20896 \begin_inset Index idx
20897 status collapsed
20898
20899 \begin_layout Plain Layout
20900 Greek letters ! bold
20901 \end_layout
20902
20903 \end_inset
20904
20905
20906 \end_layout
20907
20908 \begin_layout Standard
20909 Greek letters cannot be set with different font styles like Latin letters.
20910  They can only be made bold with the command 
20911 \series bold
20912
20913 \backslash
20914 boldsymbol
20915 \series default
20916
20917 \begin_inset Index idx
20918 status collapsed
20919
20920 \begin_layout Plain Layout
20921 Commands ! B ! 
20922 \backslash
20923 boldsymbol
20924 \end_layout
20925
20926 \end_inset
20927
20928 .
20929 \begin_inset Separator parbreak
20930 \end_inset
20931
20932
20933 \end_layout
20934
20935 \begin_layout Standard
20936 \align center
20937 \begin_inset Tabular
20938 <lyxtabular version="3" rows="3" columns="2">
20939 <features booktabs="true" tabularvalignment="middle">
20940 <column alignment="center" valignment="top" width="0pt">
20941 <column alignment="center" valignment="top">
20942 <row>
20943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20944 \begin_inset Text
20945
20946 \begin_layout Plain Layout
20947 Command
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20953 \begin_inset Text
20954
20955 \begin_layout Plain Layout
20956 Result
20957 \end_layout
20958
20959 \end_inset
20960 </cell>
20961 </row>
20962 <row>
20963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20964 \begin_inset Text
20965
20966 \begin_layout Plain Layout
20967
20968 \backslash
20969 Upsilon
20970 \backslash
20971 boldsymbol
20972 \backslash
20973 Upsilon
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20983 \end_inset
20984
20985
20986 \end_layout
20987
20988 \end_inset
20989 </cell>
20990 </row>
20991 <row>
20992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996
20997 \backslash
20998 theta
20999 \backslash
21000 boldsymbol
21001 \backslash
21002 theta
21003 \end_layout
21004
21005 \end_inset
21006 </cell>
21007 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21008 \begin_inset Text
21009
21010 \begin_layout Plain Layout
21011 \begin_inset Formula $\theta\boldsymbol{\theta}$
21012 \end_inset
21013
21014
21015 \end_layout
21016
21017 \end_inset
21018 </cell>
21019 </row>
21020 </lyxtabular>
21021
21022 \end_inset
21023
21024
21025 \end_layout
21026
21027 \begin_layout Section
21028 Symbols
21029 \begin_inset ERT
21030 status collapsed
21031
21032 \begin_layout Plain Layout
21033
21034
21035 \backslash
21036 texorpdfstring{
21037 \end_layout
21038
21039 \end_inset
21040
21041
21042 \begin_inset Foot
21043 status collapsed
21044
21045 \begin_layout Plain Layout
21046 A list with all symbols of most of the \SpecialChar LaTeX
21047 -packages can be found in 
21048 \begin_inset CommandInset citation
21049 LatexCommand cite
21050 key "Symbols"
21051
21052 \end_inset
21053
21054 .
21055 \end_layout
21056
21057 \end_inset
21058
21059
21060 \begin_inset ERT
21061 status collapsed
21062
21063 \begin_layout Plain Layout
21064
21065 }{}
21066 \end_layout
21067
21068 \end_inset
21069
21070
21071 \begin_inset Note Note
21072 status collapsed
21073
21074 \begin_layout Plain Layout
21075
21076 \backslash
21077 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21078 \end_layout
21079
21080 \begin_layout Plain Layout
21081 More about 
21082 \backslash
21083 texorpdfstring is in section 
21084 \begin_inset CommandInset ref
21085 LatexCommand ref
21086 reference "subsec:Formulas-in-Section"
21087
21088 \end_inset
21089
21090 .
21091 \end_layout
21092
21093 \end_inset
21094
21095
21096 \begin_inset Index idx
21097 status collapsed
21098
21099 \begin_layout Plain Layout
21100 Symbols
21101 \end_layout
21102
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \begin_layout Standard
21109 Many of the symbols listed in this section can also be inserted via the
21110  toolbar buttons 
21111 \begin_inset Info
21112 type  "icon"
21113 arg   "math-insert \\nabla"
21114 \end_inset
21115
21116  and 
21117 \begin_inset Info
21118 type  "icon"
21119 arg   "math-insert \\digamma"
21120 \end_inset
21121
21122 .
21123 \end_layout
21124
21125 \begin_layout Subsection
21126 Mathematical Symbols
21127 \begin_inset CommandInset label
21128 LatexCommand label
21129 name "subsec:Mathematical-Symbols"
21130
21131 \end_inset
21132
21133
21134 \begin_inset Index idx
21135 status collapsed
21136
21137 \begin_layout Plain Layout
21138 Symbols ! mathematical
21139 \end_layout
21140
21141 \end_inset
21142
21143
21144 \end_layout
21145
21146 \begin_layout Standard
21147 \begin_inset Tabular
21148 <lyxtabular version="3" rows="10" columns="2">
21149 <features booktabs="true" tabularvalignment="middle">
21150 <column alignment="center" valignment="top" width="0pt">
21151 <column alignment="center" valignment="top" width="0pt">
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 Command
21158 \end_layout
21159
21160 \end_inset
21161 </cell>
21162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21163 \begin_inset Text
21164
21165 \begin_layout Plain Layout
21166 Symbol
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 </row>
21172 <row>
21173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Plain Layout
21177
21178 \backslash
21179 neg
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188 \begin_inset Formula $\neg$
21189 \end_inset
21190
21191
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 </row>
21197 <row>
21198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21199 \begin_inset Text
21200
21201 \begin_layout Plain Layout
21202
21203 \backslash
21204 Im
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213 \begin_inset Formula $\Im$
21214 \end_inset
21215
21216
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 </row>
21222 <row>
21223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227
21228 \backslash
21229 Re
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 \begin_inset Formula $\Re$
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 </row>
21247 <row>
21248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21249 \begin_inset Text
21250
21251 \begin_layout Plain Layout
21252
21253 \backslash
21254 aleph
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263 \begin_inset Formula $\aleph$
21264 \end_inset
21265
21266
21267 \end_layout
21268
21269 \end_inset
21270 </cell>
21271 </row>
21272 <row>
21273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21274 \begin_inset Text
21275
21276 \begin_layout Plain Layout
21277
21278 \backslash
21279 partial
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288 \begin_inset Formula $\partial$
21289 \end_inset
21290
21291
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 </row>
21297 <row>
21298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21299 \begin_inset Text
21300
21301 \begin_layout Plain Layout
21302
21303 \backslash
21304 infty
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313 \begin_inset Formula $\infty$
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 </row>
21322 <row>
21323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327
21328 \backslash
21329 wp
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21335 \begin_inset Text
21336
21337 \begin_layout Plain Layout
21338 \begin_inset Formula $\wp$
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 </row>
21347 <row>
21348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352
21353 \backslash
21354 imath
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363 \begin_inset Formula $\imath$
21364 \end_inset
21365
21366
21367 \end_layout
21368
21369 \end_inset
21370 </cell>
21371 </row>
21372 <row>
21373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21374 \begin_inset Text
21375
21376 \begin_layout Plain Layout
21377
21378 \backslash
21379 jmath
21380 \end_layout
21381
21382 \end_inset
21383 </cell>
21384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21385 \begin_inset Text
21386
21387 \begin_layout Plain Layout
21388 \begin_inset Formula $\jmath$
21389 \end_inset
21390
21391
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 </row>
21397 </lyxtabular>
21398
21399 \end_inset
21400
21401
21402 \begin_inset space \hfill{}
21403 \end_inset
21404
21405
21406 \begin_inset Tabular
21407 <lyxtabular version="3" rows="10" columns="2">
21408 <features booktabs="true" tabularvalignment="middle">
21409 <column alignment="center" valignment="top" width="0pt">
21410 <column alignment="center" valignment="top" width="0pt">
21411 <row>
21412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21413 \begin_inset Text
21414
21415 \begin_layout Plain Layout
21416 Command
21417 \end_layout
21418
21419 \end_inset
21420 </cell>
21421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425 Symbol
21426 \begin_inset Note Note
21427 status collapsed
21428
21429 \begin_layout Plain Layout
21430
21431 \series bold
21432
21433 \backslash
21434 raisebox
21435 \series default
21436  is only used as spacer.
21437 \end_layout
21438
21439 \end_inset
21440
21441
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 </row>
21447 <row>
21448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21449 \begin_inset Text
21450
21451 \begin_layout Plain Layout
21452
21453 \backslash
21454 forall
21455 \end_layout
21456
21457 \end_inset
21458 </cell>
21459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21460 \begin_inset Text
21461
21462 \begin_layout Plain Layout
21463 \begin_inset Formula $\forall$
21464 \end_inset
21465
21466
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 </row>
21472 <row>
21473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21474 \begin_inset Text
21475
21476 \begin_layout Plain Layout
21477
21478 \backslash
21479 exists
21480 \end_layout
21481
21482 \end_inset
21483 </cell>
21484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21485 \begin_inset Text
21486
21487 \begin_layout Plain Layout
21488 \begin_inset Formula $\exists$
21489 \end_inset
21490
21491
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 </row>
21497 <row>
21498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21499 \begin_inset Text
21500
21501 \begin_layout Plain Layout
21502
21503 \backslash
21504 nexists
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21510 \begin_inset Text
21511
21512 \begin_layout Plain Layout
21513 \begin_inset Formula $\nexists$
21514 \end_inset
21515
21516
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 </row>
21522 <row>
21523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21524 \begin_inset Text
21525
21526 \begin_layout Plain Layout
21527
21528 \backslash
21529 emptyset
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538 \begin_inset Formula $\emptyset$
21539 \end_inset
21540
21541
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 </row>
21547 <row>
21548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21549 \begin_inset Text
21550
21551 \begin_layout Plain Layout
21552
21553 \backslash
21554 varnothing
21555 \end_layout
21556
21557 \end_inset
21558 </cell>
21559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21560 \begin_inset Text
21561
21562 \begin_layout Plain Layout
21563 \begin_inset Formula $\varnothing$
21564 \end_inset
21565
21566
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 </row>
21572 <row>
21573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21574 \begin_inset Text
21575
21576 \begin_layout Plain Layout
21577
21578 \backslash
21579 dag
21580 \end_layout
21581
21582 \end_inset
21583 </cell>
21584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21585 \begin_inset Text
21586
21587 \begin_layout Plain Layout
21588 \begin_inset Formula $\dag$
21589 \end_inset
21590
21591
21592 \end_layout
21593
21594 \end_inset
21595 </cell>
21596 </row>
21597 <row>
21598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21599 \begin_inset Text
21600
21601 \begin_layout Plain Layout
21602
21603 \backslash
21604 ddag
21605 \end_layout
21606
21607 \end_inset
21608 </cell>
21609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21610 \begin_inset Text
21611
21612 \begin_layout Plain Layout
21613 \begin_inset Formula $\ddag$
21614 \end_inset
21615
21616
21617 \end_layout
21618
21619 \end_inset
21620 </cell>
21621 </row>
21622 <row>
21623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21624 \begin_inset Text
21625
21626 \begin_layout Plain Layout
21627
21628 \backslash
21629 complement
21630 \end_layout
21631
21632 \end_inset
21633 </cell>
21634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21635 \begin_inset Text
21636
21637 \begin_layout Plain Layout
21638 \begin_inset ERT
21639 status collapsed
21640
21641 \begin_layout Plain Layout
21642
21643
21644 \backslash
21645 raisebox{-0.8mm}{
21646 \end_layout
21647
21648 \end_inset
21649
21650
21651 \begin_inset Formula $\complement$
21652 \end_inset
21653
21654
21655 \begin_inset ERT
21656 status collapsed
21657
21658 \begin_layout Plain Layout
21659
21660 }
21661 \end_layout
21662
21663 \end_inset
21664
21665
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 </row>
21671 <row>
21672 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676
21677 \backslash
21678 Bbbk
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687 \begin_inset Formula $\Bbbk$
21688 \end_inset
21689
21690
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 </row>
21696 </lyxtabular>
21697
21698 \end_inset
21699
21700
21701 \begin_inset space \hfill{}
21702 \end_inset
21703
21704
21705 \begin_inset Tabular
21706 <lyxtabular version="3" rows="10" columns="2">
21707 <features booktabs="true" tabularvalignment="middle">
21708 <column alignment="center" valignment="top" width="0pt">
21709 <column alignment="center" valignment="top" width="0pt">
21710 <row>
21711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715 Command
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724 Symbol
21725 \end_layout
21726
21727 \end_inset
21728 </cell>
21729 </row>
21730 <row>
21731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21732 \begin_inset Text
21733
21734 \begin_layout Plain Layout
21735
21736 \backslash
21737 prime
21738 \end_layout
21739
21740 \end_inset
21741 </cell>
21742 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21743 \begin_inset Text
21744
21745 \begin_layout Plain Layout
21746 \begin_inset Formula $\prime$
21747 \end_inset
21748
21749
21750 \end_layout
21751
21752 \end_inset
21753 </cell>
21754 </row>
21755 <row>
21756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21757 \begin_inset Text
21758
21759 \begin_layout Plain Layout
21760
21761 \backslash
21762 backprime
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21768 \begin_inset Text
21769
21770 \begin_layout Plain Layout
21771 \begin_inset Formula $\backprime$
21772 \end_inset
21773
21774
21775 \end_layout
21776
21777 \end_inset
21778 </cell>
21779 </row>
21780 <row>
21781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21782 \begin_inset Text
21783
21784 \begin_layout Plain Layout
21785
21786 \backslash
21787 mho
21788 \end_layout
21789
21790 \end_inset
21791 </cell>
21792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21793 \begin_inset Text
21794
21795 \begin_layout Plain Layout
21796 \begin_inset Formula $\mho$
21797 \end_inset
21798
21799
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 </row>
21805 <row>
21806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810
21811 \backslash
21812 triangle
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21818 \begin_inset Text
21819
21820 \begin_layout Plain Layout
21821 \begin_inset Formula $\triangle$
21822 \end_inset
21823
21824
21825 \end_layout
21826
21827 \end_inset
21828 </cell>
21829 </row>
21830 <row>
21831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21832 \begin_inset Text
21833
21834 \begin_layout Plain Layout
21835
21836 \backslash
21837 angle
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21843 \begin_inset Text
21844
21845 \begin_layout Plain Layout
21846 \begin_inset Formula $\angle$
21847 \end_inset
21848
21849
21850 \end_layout
21851
21852 \end_inset
21853 </cell>
21854 </row>
21855 <row>
21856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860
21861 \backslash
21862 measuredangle
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871 \begin_inset Formula $\measuredangle$
21872 \end_inset
21873
21874
21875 \end_layout
21876
21877 \end_inset
21878 </cell>
21879 </row>
21880 <row>
21881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885
21886 \backslash
21887 sphericalangle
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21893 \begin_inset Text
21894
21895 \begin_layout Plain Layout
21896 \begin_inset Formula $\sphericalangle$
21897 \end_inset
21898
21899
21900 \end_layout
21901
21902 \end_inset
21903 </cell>
21904 </row>
21905 <row>
21906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910
21911 \backslash
21912 top
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921 \begin_inset Formula $\top$
21922 \end_inset
21923
21924
21925 \end_layout
21926
21927 \end_inset
21928 </cell>
21929 </row>
21930 <row>
21931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21932 \begin_inset Text
21933
21934 \begin_layout Plain Layout
21935
21936 \backslash
21937 bot
21938 \end_layout
21939
21940 \end_inset
21941 </cell>
21942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Plain Layout
21946 \begin_inset Formula $\bot$
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 </row>
21955 </lyxtabular>
21956
21957 \end_inset
21958
21959
21960 \end_layout
21961
21962 \begin_layout Standard
21963 \begin_inset Newpage newpage
21964 \end_inset
21965
21966
21967 \end_layout
21968
21969 \begin_layout Subsection
21970 Miscellaneous Symbols
21971 \begin_inset CommandInset label
21972 LatexCommand label
21973 name "subsec:Miscellaneous-Symbols"
21974
21975 \end_inset
21976
21977
21978 \begin_inset Index idx
21979 status collapsed
21980
21981 \begin_layout Plain Layout
21982 Symbols ! miscellaneous
21983 \end_layout
21984
21985 \end_inset
21986
21987
21988 \end_layout
21989
21990 \begin_layout Standard
21991 \noindent
21992 \align center
21993 \begin_inset Tabular
21994 <lyxtabular version="3" rows="10" columns="2">
21995 <features booktabs="true" tabularvalignment="middle">
21996 <column alignment="center" valignment="top" width="0pt">
21997 <column alignment="center" valignment="top" width="0pt">
21998 <row>
21999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout Plain Layout
22003 Command
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22009 \begin_inset Text
22010
22011 \begin_layout Plain Layout
22012 Symbol
22013 \end_layout
22014
22015 \end_inset
22016 </cell>
22017 </row>
22018 <row>
22019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22020 \begin_inset Text
22021
22022 \begin_layout Plain Layout
22023
22024 \backslash
22025 flat
22026 \end_layout
22027
22028 \end_inset
22029 </cell>
22030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22031 \begin_inset Text
22032
22033 \begin_layout Plain Layout
22034 \begin_inset Formula $\flat$
22035 \end_inset
22036
22037
22038 \end_layout
22039
22040 \end_inset
22041 </cell>
22042 </row>
22043 <row>
22044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22045 \begin_inset Text
22046
22047 \begin_layout Plain Layout
22048
22049 \backslash
22050 natural
22051 \end_layout
22052
22053 \end_inset
22054 </cell>
22055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22056 \begin_inset Text
22057
22058 \begin_layout Plain Layout
22059 \begin_inset Formula $\natural$
22060 \end_inset
22061
22062
22063 \end_layout
22064
22065 \end_inset
22066 </cell>
22067 </row>
22068 <row>
22069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22070 \begin_inset Text
22071
22072 \begin_layout Plain Layout
22073
22074 \backslash
22075 sharp
22076 \end_layout
22077
22078 \end_inset
22079 </cell>
22080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22081 \begin_inset Text
22082
22083 \begin_layout Plain Layout
22084 \begin_inset Formula $\sharp$
22085 \end_inset
22086
22087
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 </row>
22093 <row>
22094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098
22099 \backslash
22100 surd
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109 \begin_inset Formula $\surd$
22110 \end_inset
22111
22112
22113 \end_layout
22114
22115 \end_inset
22116 </cell>
22117 </row>
22118 <row>
22119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22120 \begin_inset Text
22121
22122 \begin_layout Plain Layout
22123
22124 \backslash
22125 checkmark
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22131 \begin_inset Text
22132
22133 \begin_layout Plain Layout
22134 \begin_inset Formula $\checkmark$
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 </row>
22143 <row>
22144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148
22149 \backslash
22150 yen
22151 \end_layout
22152
22153 \end_inset
22154 </cell>
22155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159 \begin_inset Formula $\yen$
22160 \end_inset
22161
22162
22163 \end_layout
22164
22165 \end_inset
22166 </cell>
22167 </row>
22168 <row>
22169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173
22174 \backslash
22175 pounds
22176 \end_layout
22177
22178 \end_inset
22179 </cell>
22180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22181 \begin_inset Text
22182
22183 \begin_layout Plain Layout
22184 \begin_inset Formula $\pounds$
22185 \end_inset
22186
22187
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 </row>
22193 <row>
22194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22195 \begin_inset Text
22196
22197 \begin_layout Plain Layout
22198 $
22199 \end_layout
22200
22201 \end_inset
22202 </cell>
22203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22204 \begin_inset Text
22205
22206 \begin_layout Plain Layout
22207 \begin_inset Formula $\$$
22208 \end_inset
22209
22210
22211 \end_layout
22212
22213 \end_inset
22214 </cell>
22215 </row>
22216 <row>
22217 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22218 \begin_inset Text
22219
22220 \begin_layout Plain Layout
22221 §
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230 \begin_inset Formula $§$
22231 \end_inset
22232
22233
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 </row>
22239 </lyxtabular>
22240
22241 \end_inset
22242
22243
22244 \begin_inset space \hfill{}
22245 \end_inset
22246
22247
22248 \begin_inset Tabular
22249 <lyxtabular version="3" rows="10" columns="2">
22250 <features booktabs="true" tabularvalignment="middle">
22251 <column alignment="center" valignment="top" width="0pt">
22252 <column alignment="center" valignment="top">
22253 <row>
22254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22255 \begin_inset Text
22256
22257 \begin_layout Plain Layout
22258 Command
22259 \end_layout
22260
22261 \end_inset
22262 </cell>
22263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22264 \begin_inset Text
22265
22266 \begin_layout Plain Layout
22267 Symbol
22268 \end_layout
22269
22270 \end_inset
22271 </cell>
22272 </row>
22273 <row>
22274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22275 \begin_inset Text
22276
22277 \begin_layout Plain Layout
22278
22279 \backslash
22280 hbar
22281 \end_layout
22282
22283 \end_inset
22284 </cell>
22285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22286 \begin_inset Text
22287
22288 \begin_layout Plain Layout
22289 \begin_inset Formula $\hbar$
22290 \end_inset
22291
22292
22293 \end_layout
22294
22295 \end_inset
22296 </cell>
22297 </row>
22298 <row>
22299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22300 \begin_inset Text
22301
22302 \begin_layout Plain Layout
22303
22304 \backslash
22305 hslash
22306 \end_layout
22307
22308 \end_inset
22309 </cell>
22310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22311 \begin_inset Text
22312
22313 \begin_layout Plain Layout
22314 \begin_inset Formula $\hslash$
22315 \end_inset
22316
22317
22318 \end_layout
22319
22320 \end_inset
22321 </cell>
22322 </row>
22323 <row>
22324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22325 \begin_inset Text
22326
22327 \begin_layout Plain Layout
22328
22329 \backslash
22330 clubsuit
22331 \end_layout
22332
22333 \end_inset
22334 </cell>
22335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22336 \begin_inset Text
22337
22338 \begin_layout Plain Layout
22339 \begin_inset Formula $\clubsuit$
22340 \end_inset
22341
22342
22343 \end_layout
22344
22345 \end_inset
22346 </cell>
22347 </row>
22348 <row>
22349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22350 \begin_inset Text
22351
22352 \begin_layout Plain Layout
22353
22354 \backslash
22355 spadesuit
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364 \begin_inset Formula $\spadesuit$
22365 \end_inset
22366
22367
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 </row>
22373 <row>
22374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378
22379 \backslash
22380 bigstar
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389 \begin_inset Formula $\bigstar$
22390 \end_inset
22391
22392
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 </row>
22398 <row>
22399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22400 \begin_inset Text
22401
22402 \begin_layout Plain Layout
22403
22404 \backslash
22405 blacklozenge
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Plain Layout
22414 \begin_inset Formula $\blacklozenge$
22415 \end_inset
22416
22417
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 </row>
22423 <row>
22424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22425 \begin_inset Text
22426
22427 \begin_layout Plain Layout
22428
22429 \backslash
22430 blacktriangle
22431 \end_layout
22432
22433 \end_inset
22434 </cell>
22435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439 \begin_inset Formula $\blacktriangle$
22440 \end_inset
22441
22442
22443 \end_layout
22444
22445 \end_inset
22446 </cell>
22447 </row>
22448 <row>
22449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22450 \begin_inset Text
22451
22452 \begin_layout Plain Layout
22453
22454 \backslash
22455 blacktiangledown
22456 \end_layout
22457
22458 \end_inset
22459 </cell>
22460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464 \begin_inset Formula $\blacktriangledown$
22465 \end_inset
22466
22467
22468 \end_layout
22469
22470 \end_inset
22471 </cell>
22472 </row>
22473 <row>
22474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22475 \begin_inset Text
22476
22477 \begin_layout Plain Layout
22478
22479 \backslash
22480 bullet
22481 \end_layout
22482
22483 \end_inset
22484 </cell>
22485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489 \begin_inset Formula $\bullet$
22490 \end_inset
22491
22492
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 </row>
22498 </lyxtabular>
22499
22500 \end_inset
22501
22502
22503 \begin_inset space \hfill{}
22504 \end_inset
22505
22506
22507 \begin_inset Tabular
22508 <lyxtabular version="3" rows="10" columns="2">
22509 <features booktabs="true" tabularvalignment="middle">
22510 <column alignment="center" valignment="top" width="0pt">
22511 <column alignment="center" valignment="top" width="0pt">
22512 <row>
22513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517 Command
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22523 \begin_inset Text
22524
22525 \begin_layout Plain Layout
22526 Symbol
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 </row>
22532 <row>
22533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22534 \begin_inset Text
22535
22536 \begin_layout Plain Layout
22537
22538 \backslash
22539 diamondsuit
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548 \begin_inset Formula $\diamondsuit$
22549 \end_inset
22550
22551
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 </row>
22557 <row>
22558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22559 \begin_inset Text
22560
22561 \begin_layout Plain Layout
22562
22563 \backslash
22564 Diamond
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22570 \begin_inset Text
22571
22572 \begin_layout Plain Layout
22573 \begin_inset Formula $\Diamond$
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 </row>
22582 <row>
22583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587
22588 \backslash
22589 heartsuit
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 \begin_inset Formula $\heartsuit$
22599 \end_inset
22600
22601
22602 \end_layout
22603
22604 \end_inset
22605 </cell>
22606 </row>
22607 <row>
22608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612
22613 \backslash
22614 P
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 \begin_inset Formula $\P$
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 </row>
22632 <row>
22633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637
22638 \backslash
22639 copyright
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648 \begin_inset Formula $\copyright$
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 </row>
22657 <row>
22658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662
22663 \backslash
22664 circledR
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673 \begin_inset Formula $\circledR$
22674 \end_inset
22675
22676
22677 \end_layout
22678
22679 \end_inset
22680 </cell>
22681 </row>
22682 <row>
22683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687
22688 \backslash
22689 maltese
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698 \begin_inset Formula $\maltese$
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 </row>
22707 <row>
22708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712
22713 \backslash
22714 diagup
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723 \begin_inset Formula $\diagup$
22724 \end_inset
22725
22726
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 </row>
22732 <row>
22733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737
22738 \backslash
22739 diagdown
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748 \begin_inset Formula $\diagdown$
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 </row>
22757 </lyxtabular>
22758
22759 \end_inset
22760
22761
22762 \end_layout
22763
22764 \begin_layout Standard
22765 \begin_inset VSpace medskip
22766 \end_inset
22767
22768
22769 \end_layout
22770
22771 \begin_layout Standard
22772 Some symbols can be displayed in different sizes, see 
22773 \begin_inset CommandInset ref
22774 LatexCommand ref
22775 reference "subsec:Font-Sizes"
22776
22777 \end_inset
22778
22779 .
22780 \end_layout
22781
22782 \begin_layout Subsection
22783 The Euro-Symbol €
22784 \begin_inset Index idx
22785 status collapsed
22786
22787 \begin_layout Plain Layout
22788 Symbols ! Euro-symbol
22789 \end_layout
22790
22791 \end_inset
22792
22793
22794 \begin_inset Index idx
22795 status collapsed
22796
22797 \begin_layout Plain Layout
22798
22799 \backslash
22800 @
22801 \begin_inset ERT
22802 status collapsed
22803
22804 \begin_layout Plain Layout
22805
22806
22807 \backslash
22808 officialeuro
22809 \end_layout
22810
22811 \end_inset
22812
22813
22814 \end_layout
22815
22816 \end_inset
22817
22818
22819 \end_layout
22820
22821 \begin_layout Standard
22822 To use the Euro symbol in formulas, the \SpecialChar LaTeX
22823 -package 
22824 \series bold
22825 eurosym
22826 \series default
22827
22828 \begin_inset Index idx
22829 status collapsed
22830
22831 \begin_layout Plain Layout
22832 Packages ! eurosym
22833 \end_layout
22834
22835 \end_inset
22836
22837  must be installed and loaded with the \SpecialChar LaTeX
22838 -preamble line
22839 \end_layout
22840
22841 \begin_layout Standard
22842
22843 \series bold
22844
22845 \backslash
22846 usepackage[gennarrow]{eurosym}
22847 \end_layout
22848
22849 \begin_layout Standard
22850 The Euro symbol can now be inserted with the command 
22851 \series bold
22852
22853 \backslash
22854 euro
22855 \series default
22856
22857 \begin_inset Index idx
22858 status collapsed
22859
22860 \begin_layout Plain Layout
22861 Commands ! E ! 
22862 \backslash
22863 euro
22864 \end_layout
22865
22866 \end_inset
22867
22868 .
22869 \end_layout
22870
22871 \begin_layout Standard
22872 The Euro symbol can directly be inserted with the € key in mathematical
22873  text, without having 
22874 \series bold
22875 eurosym
22876 \series default
22877  installed.
22878  When 
22879 \series bold
22880 eurosym
22881 \series default
22882  is installed, 
22883 \series bold
22884
22885 \backslash
22886 euro
22887 \series default
22888  can also be inserted in \SpecialChar TeX
22889  mode.
22890  The official currency symbol can then be inserted with the command 
22891 \series bold
22892
22893 \backslash
22894 officialeuro
22895 \series default
22896
22897 \begin_inset Index idx
22898 status collapsed
22899
22900 \begin_layout Plain Layout
22901 Commands ! O ! 
22902 \backslash
22903 officialeuro
22904 \end_layout
22905
22906 \end_inset
22907
22908 , that is only available in \SpecialChar TeX
22909  mode.
22910 \end_layout
22911
22912 \begin_layout Standard
22913 \begin_inset ERT
22914 status collapsed
22915
22916 \begin_layout Plain Layout
22917
22918
22919 \backslash
22920 ifeurosym 
22921 \end_layout
22922
22923 \end_inset
22924
22925
22926 \begin_inset Note Note
22927 status open
22928
22929 \begin_layout Plain Layout
22930 The following table will only be displayed when the \SpecialChar LaTeX
22931 -package 
22932 \series bold
22933 eurosym
22934 \series default
22935  is installed.
22936 \end_layout
22937
22938 \end_inset
22939
22940
22941 \end_layout
22942
22943 \begin_layout Standard
22944 An overview about the different Euro symbols:
22945 \begin_inset Separator parbreak
22946 \end_inset
22947
22948
22949 \end_layout
22950
22951 \begin_layout Standard
22952 \align center
22953 \begin_inset Tabular
22954 <lyxtabular version="3" rows="4" columns="3">
22955 <features booktabs="true" tabularvalignment="middle">
22956 <column alignment="center" valignment="top" width="0pt">
22957 <column alignment="center" valignment="top" width="0pt">
22958 <column alignment="center" valignment="top" width="0pt">
22959 <row>
22960 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964 \begin_inset ERT
22965 status collapsed
22966
22967 \begin_layout Plain Layout
22968
22969
22970 \backslash
22971 cmidrule[0.08em]{2-3}
22972 \end_layout
22973
22974 \end_inset
22975
22976
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985 Command 
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994 Symbol
22995 \end_layout
22996
22997 \end_inset
22998 </cell>
22999 </row>
23000 <row>
23001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23002 \begin_inset Text
23003
23004 \begin_layout Plain Layout
23005 formula
23006 \end_layout
23007
23008 \end_inset
23009 </cell>
23010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014
23015 \backslash
23016 euro
23017 \end_layout
23018
23019 \end_inset
23020 </cell>
23021 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23022 \begin_inset Text
23023
23024 \begin_layout Plain Layout
23025 \begin_inset Formula $\euro$
23026 \end_inset
23027
23028
23029 \end_layout
23030
23031 \end_inset
23032 </cell>
23033 </row>
23034 <row>
23035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23036 \begin_inset Text
23037
23038 \begin_layout Plain Layout
23039 mathematical text
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23045 \begin_inset Text
23046
23047 \begin_layout Plain Layout
23048
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057 \begin_inset Formula $\mbox{€}$
23058 \end_inset
23059
23060
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 </row>
23066 <row>
23067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071 \SpecialChar TeX
23072  mode
23073 \end_layout
23074
23075 \end_inset
23076 </cell>
23077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23078 \begin_inset Text
23079
23080 \begin_layout Plain Layout
23081
23082 \backslash
23083 officialeuro
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23089 \begin_inset Text
23090
23091 \begin_layout Plain Layout
23092 \begin_inset ERT
23093 status collapsed
23094
23095 \begin_layout Plain Layout
23096
23097
23098 \backslash
23099 officialeuro
23100 \end_layout
23101
23102 \end_inset
23103
23104
23105 \end_layout
23106
23107 \end_inset
23108 </cell>
23109 </row>
23110 </lyxtabular>
23111
23112 \end_inset
23113
23114
23115 \begin_inset Note Note
23116 status collapsed
23117
23118 \begin_layout Plain Layout
23119
23120 \series bold
23121
23122 \backslash
23123 cmidrule
23124 \series default
23125  is used here only for table borders.
23126  See sec.
23127  
23128 \family sans
23129 Formal Tables
23130 \family default
23131  of the 
23132 \emph on
23133 EmbeddedObjects
23134 \emph default
23135  manual for details.
23136 \end_layout
23137
23138 \end_inset
23139
23140
23141 \end_layout
23142
23143 \begin_layout Standard
23144 \begin_inset ERT
23145 status collapsed
23146
23147 \begin_layout Plain Layout
23148
23149
23150 \backslash
23151 else 
23152 \end_layout
23153
23154 \end_inset
23155
23156
23157 \begin_inset Note Note
23158 status open
23159
23160 \begin_layout Plain Layout
23161 The following will be displayed when the \SpecialChar LaTeX
23162 -package 
23163 \series bold
23164 eurosym
23165 \series default
23166  is not installed:
23167 \end_layout
23168
23169 \end_inset
23170
23171
23172 \end_layout
23173
23174 \begin_layout Standard
23175 You need to install the \SpecialChar LaTeX
23176 -package 
23177 \series bold
23178 eurosym
23179 \series default
23180  to see the rest of this subsection in the output.
23181 \end_layout
23182
23183 \begin_layout Standard
23184 \begin_inset ERT
23185 status collapsed
23186
23187 \begin_layout Plain Layout
23188
23189
23190 \backslash
23191 fi 
23192 \end_layout
23193
23194 \end_inset
23195
23196
23197 \end_layout
23198
23199 \begin_layout Standard
23200 \begin_inset Newpage newpage
23201 \end_inset
23202
23203
23204 \end_layout
23205
23206 \begin_layout Section
23207 Relations
23208 \begin_inset CommandInset label
23209 LatexCommand label
23210 name "sec:Relations"
23211
23212 \end_inset
23213
23214
23215 \begin_inset Index idx
23216 status collapsed
23217
23218 \begin_layout Plain Layout
23219 Relations
23220 \end_layout
23221
23222 \end_inset
23223
23224
23225 \begin_inset Index idx
23226 status collapsed
23227
23228 \begin_layout Plain Layout
23229 Comparisons|see
23230 \begin_inset ERT
23231 status collapsed
23232
23233 \begin_layout Plain Layout
23234
23235 {
23236 \end_layout
23237
23238 \end_inset
23239
23240 Relations
23241 \begin_inset ERT
23242 status collapsed
23243
23244 \begin_layout Plain Layout
23245
23246 }
23247 \end_layout
23248
23249 \end_inset
23250
23251
23252 \end_layout
23253
23254 \end_inset
23255
23256
23257 \end_layout
23258
23259 \begin_layout Standard
23260 All following relations can also be inserted via the toolbar button 
23261 \begin_inset Info
23262 type  "icon"
23263 arg   "math-insert \\leq"
23264 \end_inset
23265
23266 .
23267 \end_layout
23268
23269 \begin_layout Standard
23270 \begin_inset Tabular
23271 <lyxtabular version="3" rows="17" columns="2">
23272 <features booktabs="true" tabularvalignment="middle">
23273 <column alignment="center" valignment="top" width="0pt">
23274 <column alignment="center" valignment="top" width="0pt">
23275 <row>
23276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280 Command
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23286 \begin_inset Text
23287
23288 \begin_layout Plain Layout
23289 Relation
23290 \end_layout
23291
23292 \end_inset
23293 </cell>
23294 </row>
23295 <row>
23296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300 <
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309 \begin_inset Formula $<$
23310 \end_inset
23311
23312
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 </row>
23318 <row>
23319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23320 \begin_inset Text
23321
23322 \begin_layout Plain Layout
23323
23324 \backslash
23325 le
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23331 \begin_inset Text
23332
23333 \begin_layout Plain Layout
23334 \begin_inset Formula $\le$
23335 \end_inset
23336
23337
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 </row>
23343 <row>
23344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23345 \begin_inset Text
23346
23347 \begin_layout Plain Layout
23348
23349 \backslash
23350 ll
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359 \begin_inset Formula $\ll$
23360 \end_inset
23361
23362
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 </row>
23368 <row>
23369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373
23374 \backslash
23375 prec
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384 \begin_inset Formula $\prec$
23385 \end_inset
23386
23387
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 </row>
23393 <row>
23394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398
23399 \backslash
23400 preceq
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409 \begin_inset Formula $\preceq$
23410 \end_inset
23411
23412
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 </row>
23418 <row>
23419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423
23424 \backslash
23425 subset
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434 \begin_inset Formula $\subset$
23435 \end_inset
23436
23437
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 </row>
23443 <row>
23444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23445 \begin_inset Text
23446
23447 \begin_layout Plain Layout
23448
23449 \backslash
23450 subseteq
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23456 \begin_inset Text
23457
23458 \begin_layout Plain Layout
23459 \begin_inset Formula $\subseteq$
23460 \end_inset
23461
23462
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 </row>
23468 <row>
23469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473
23474 \backslash
23475 sqsubseteq
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484 \begin_inset Formula $\sqsubseteq$
23485 \end_inset
23486
23487
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 </row>
23493 <row>
23494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498
23499 \backslash
23500 in
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509 \begin_inset Formula $\in$
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 </row>
23518 <row>
23519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Plain Layout
23523
23524 \backslash
23525 vdash
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534 \begin_inset Formula $\vdash$
23535 \end_inset
23536
23537
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 </row>
23543 <row>
23544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548
23549 \backslash
23550 smile
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 \begin_inset Formula $\smile$
23560 \end_inset
23561
23562
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 </row>
23568 <row>
23569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573
23574 \backslash
23575 lhd
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584 \begin_inset Formula $\lhd$
23585 \end_inset
23586
23587
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 </row>
23593 <row>
23594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598
23599 \backslash
23600 unlhd
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 \begin_inset Formula $\unlhd$
23610 \end_inset
23611
23612
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 </row>
23618 <row>
23619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623
23624 \backslash
23625 gtrless
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23631 \begin_inset Text
23632
23633 \begin_layout Plain Layout
23634 \begin_inset Formula $\gtrless$
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 </row>
23643 <row>
23644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23645 \begin_inset Text
23646
23647 \begin_layout Plain Layout
23648
23649 \backslash
23650 mid
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659 \begin_inset Formula $\mid$
23660 \end_inset
23661
23662
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 </row>
23668 <row>
23669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23670 \begin_inset Text
23671
23672 \begin_layout Plain Layout
23673
23674 \backslash
23675 nmid
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684 \begin_inset Formula $\nmid$
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 </row>
23693 </lyxtabular>
23694
23695 \end_inset
23696
23697
23698 \begin_inset space \hfill{}
23699 \end_inset
23700
23701
23702 \begin_inset Tabular
23703 <lyxtabular version="3" rows="17" columns="2">
23704 <features booktabs="true" tabularvalignment="middle">
23705 <column alignment="center" valignment="top" width="0pt">
23706 <column alignment="center" valignment="top" width="0pt">
23707 <row>
23708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712 Command
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23718 \begin_inset Text
23719
23720 \begin_layout Plain Layout
23721 Relation
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 </row>
23727 <row>
23728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Plain Layout
23732 =
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23738 \begin_inset Text
23739
23740 \begin_layout Plain Layout
23741 \begin_inset Formula $=$
23742 \end_inset
23743
23744
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 </row>
23750 <row>
23751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755
23756 \backslash
23757 not=
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23763 \begin_inset Text
23764
23765 \begin_layout Plain Layout
23766 \begin_inset Formula $\not=$
23767 \end_inset
23768
23769
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 </row>
23775 <row>
23776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780
23781 \backslash
23782 equiv
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791 \begin_inset Formula $\equiv$
23792 \end_inset
23793
23794
23795 \end_layout
23796
23797 \end_inset
23798 </cell>
23799 </row>
23800 <row>
23801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23802 \begin_inset Text
23803
23804 \begin_layout Plain Layout
23805
23806 \backslash
23807 sim
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23813 \begin_inset Text
23814
23815 \begin_layout Plain Layout
23816 \begin_inset Formula $\sim$
23817 \end_inset
23818
23819
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 </row>
23825 <row>
23826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830
23831 \backslash
23832 simeq
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23838 \begin_inset Text
23839
23840 \begin_layout Plain Layout
23841 \begin_inset Formula $\simeq$
23842 \end_inset
23843
23844
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 </row>
23850 <row>
23851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855
23856 \backslash
23857 approx
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866 \begin_inset Formula $\approx$
23867 \end_inset
23868
23869
23870 \end_layout
23871
23872 \end_inset
23873 </cell>
23874 </row>
23875 <row>
23876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880
23881 \backslash
23882 cong
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891 \begin_inset Formula $\cong$
23892 \end_inset
23893
23894
23895 \end_layout
23896
23897 \end_inset
23898 </cell>
23899 </row>
23900 <row>
23901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905
23906 \backslash
23907 bowtie
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916 \begin_inset Formula $\bowtie$
23917 \end_inset
23918
23919
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 </row>
23925 <row>
23926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930
23931 \backslash
23932 notin
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941 \begin_inset Formula $\notin$
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 </row>
23950 <row>
23951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955
23956 \backslash
23957 perp
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23963 \begin_inset Text
23964
23965 \begin_layout Plain Layout
23966 \begin_inset Formula $\perp$
23967 \end_inset
23968
23969
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 </row>
23975 <row>
23976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980
23981 \backslash
23982 propto
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23988 \begin_inset Text
23989
23990 \begin_layout Plain Layout
23991 \begin_inset Formula $\propto$
23992 \end_inset
23993
23994
23995 \end_layout
23996
23997 \end_inset
23998 </cell>
23999 </row>
24000 <row>
24001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005
24006 \backslash
24007 asymp
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016 \begin_inset Formula $\asymp$
24017 \end_inset
24018
24019
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 </row>
24025 <row>
24026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030
24031 \backslash
24032 doteq
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041 \begin_inset Formula $\doteq$
24042 \end_inset
24043
24044
24045 \end_layout
24046
24047 \end_inset
24048 </cell>
24049 </row>
24050 <row>
24051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055
24056 \backslash
24057 circeq
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066 \begin_inset Formula $\circeq$
24067 \end_inset
24068
24069
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 </row>
24075 <row>
24076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24077 \begin_inset Text
24078
24079 \begin_layout Plain Layout
24080
24081 \backslash
24082 models
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24088 \begin_inset Text
24089
24090 \begin_layout Plain Layout
24091 \begin_inset Formula $\models$
24092 \end_inset
24093
24094
24095 \end_layout
24096
24097 \end_inset
24098 </cell>
24099 </row>
24100 <row>
24101 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105
24106 \backslash
24107 widehat=
24108 \end_layout
24109
24110 \end_inset
24111 </cell>
24112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24113 \begin_inset Text
24114
24115 \begin_layout Plain Layout
24116 \begin_inset Formula $\widehat{=}$
24117 \end_inset
24118
24119
24120 \end_layout
24121
24122 \end_inset
24123 </cell>
24124 </row>
24125 </lyxtabular>
24126
24127 \end_inset
24128
24129
24130 \begin_inset space \hfill{}
24131 \end_inset
24132
24133
24134 \begin_inset Tabular
24135 <lyxtabular version="3" rows="17" columns="2">
24136 <features booktabs="true" tabularvalignment="middle">
24137 <column alignment="center" valignment="top" width="0pt">
24138 <column alignment="center" valignment="top" width="0pt">
24139 <row>
24140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144 Command
24145 \end_layout
24146
24147 \end_inset
24148 </cell>
24149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24150 \begin_inset Text
24151
24152 \begin_layout Plain Layout
24153 Relation
24154 \end_layout
24155
24156 \end_inset
24157 </cell>
24158 </row>
24159 <row>
24160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164 >
24165 \end_layout
24166
24167 \end_inset
24168 </cell>
24169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24170 \begin_inset Text
24171
24172 \begin_layout Plain Layout
24173 \begin_inset Formula $>$
24174 \end_inset
24175
24176
24177 \end_layout
24178
24179 \end_inset
24180 </cell>
24181 </row>
24182 <row>
24183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Plain Layout
24187
24188 \backslash
24189 ge
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24195 \begin_inset Text
24196
24197 \begin_layout Plain Layout
24198 \begin_inset Formula $\ge$
24199 \end_inset
24200
24201
24202 \end_layout
24203
24204 \end_inset
24205 </cell>
24206 </row>
24207 <row>
24208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24209 \begin_inset Text
24210
24211 \begin_layout Plain Layout
24212
24213 \backslash
24214 gg
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24220 \begin_inset Text
24221
24222 \begin_layout Plain Layout
24223 \begin_inset Formula $\gg$
24224 \end_inset
24225
24226
24227 \end_layout
24228
24229 \end_inset
24230 </cell>
24231 </row>
24232 <row>
24233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24234 \begin_inset Text
24235
24236 \begin_layout Plain Layout
24237
24238 \backslash
24239 succ
24240 \end_layout
24241
24242 \end_inset
24243 </cell>
24244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24245 \begin_inset Text
24246
24247 \begin_layout Plain Layout
24248 \begin_inset Formula $\succ$
24249 \end_inset
24250
24251
24252 \end_layout
24253
24254 \end_inset
24255 </cell>
24256 </row>
24257 <row>
24258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262
24263 \backslash
24264 succeq
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24270 \begin_inset Text
24271
24272 \begin_layout Plain Layout
24273 \begin_inset Formula $\succeq$
24274 \end_inset
24275
24276
24277 \end_layout
24278
24279 \end_inset
24280 </cell>
24281 </row>
24282 <row>
24283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24284 \begin_inset Text
24285
24286 \begin_layout Plain Layout
24287
24288 \backslash
24289 supset
24290 \end_layout
24291
24292 \end_inset
24293 </cell>
24294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24295 \begin_inset Text
24296
24297 \begin_layout Plain Layout
24298 \begin_inset Formula $\supset$
24299 \end_inset
24300
24301
24302 \end_layout
24303
24304 \end_inset
24305 </cell>
24306 </row>
24307 <row>
24308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24309 \begin_inset Text
24310
24311 \begin_layout Plain Layout
24312
24313 \backslash
24314 supseteq
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323 \begin_inset Formula $\supseteq$
24324 \end_inset
24325
24326
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 </row>
24332 <row>
24333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337
24338 \backslash
24339 sqsupseteq
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Plain Layout
24348 \begin_inset Formula $\sqsupseteq$
24349 \end_inset
24350
24351
24352 \end_layout
24353
24354 \end_inset
24355 </cell>
24356 </row>
24357 <row>
24358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362
24363 \backslash
24364 ni
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373 \begin_inset Formula $\ni$
24374 \end_inset
24375
24376
24377 \end_layout
24378
24379 \end_inset
24380 </cell>
24381 </row>
24382 <row>
24383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24384 \begin_inset Text
24385
24386 \begin_layout Plain Layout
24387
24388 \backslash
24389 dashv
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24395 \begin_inset Text
24396
24397 \begin_layout Plain Layout
24398 \begin_inset Formula $\dashv$
24399 \end_inset
24400
24401
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 </row>
24407 <row>
24408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412
24413 \backslash
24414 frown
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24420 \begin_inset Text
24421
24422 \begin_layout Plain Layout
24423 \begin_inset Formula $\frown$
24424 \end_inset
24425
24426
24427 \end_layout
24428
24429 \end_inset
24430 </cell>
24431 </row>
24432 <row>
24433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24434 \begin_inset Text
24435
24436 \begin_layout Plain Layout
24437
24438 \backslash
24439 rhd
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24445 \begin_inset Text
24446
24447 \begin_layout Plain Layout
24448 \begin_inset Formula $\rhd$
24449 \end_inset
24450
24451
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 </row>
24457 <row>
24458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24459 \begin_inset Text
24460
24461 \begin_layout Plain Layout
24462
24463 \backslash
24464 unrhd
24465 \end_layout
24466
24467 \end_inset
24468 </cell>
24469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24470 \begin_inset Text
24471
24472 \begin_layout Plain Layout
24473 \begin_inset Formula $\unrhd$
24474 \end_inset
24475
24476
24477 \end_layout
24478
24479 \end_inset
24480 </cell>
24481 </row>
24482 <row>
24483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24484 \begin_inset Text
24485
24486 \begin_layout Plain Layout
24487
24488 \backslash
24489 lessgtr
24490 \end_layout
24491
24492 \end_inset
24493 </cell>
24494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24495 \begin_inset Text
24496
24497 \begin_layout Plain Layout
24498 \begin_inset Formula $\lessgtr$
24499 \end_inset
24500
24501
24502 \end_layout
24503
24504 \end_inset
24505 </cell>
24506 </row>
24507 <row>
24508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24509 \begin_inset Text
24510
24511 \begin_layout Plain Layout
24512
24513 \backslash
24514 parallel
24515 \end_layout
24516
24517 \end_inset
24518 </cell>
24519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24520 \begin_inset Text
24521
24522 \begin_layout Plain Layout
24523 \begin_inset Formula $\parallel$
24524 \end_inset
24525
24526
24527 \end_layout
24528
24529 \end_inset
24530 </cell>
24531 </row>
24532 <row>
24533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24534 \begin_inset Text
24535
24536 \begin_layout Plain Layout
24537
24538 \backslash
24539 nparallel
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24545 \begin_inset Text
24546
24547 \begin_layout Plain Layout
24548 \begin_inset Formula $\nparallel$
24549 \end_inset
24550
24551
24552 \end_layout
24553
24554 \end_inset
24555 </cell>
24556 </row>
24557 </lyxtabular>
24558
24559 \end_inset
24560
24561
24562 \end_layout
24563
24564 \begin_layout Standard
24565 \begin_inset VSpace medskip
24566 \end_inset
24567
24568 The characters 
24569 \series bold
24570
24571 \backslash
24572 lhd
24573 \series default
24574  and 
24575 \series bold
24576
24577 \backslash
24578 rhd
24579 \series default
24580  are bigger than the equal looking operators 
24581 \series bold
24582
24583 \backslash
24584 triangleleft
24585 \series default
24586  and 
24587 \series bold
24588
24589 \backslash
24590 triangleright
24591 \series default
24592 , respectively.
24593 \end_layout
24594
24595 \begin_layout Standard
24596 \SpecialChar LyX
24597  supports also many special relations.
24598  Use the toolbar button 
24599 \begin_inset Info
24600 type  "icon"
24601 arg   "math-insert \\leqq"
24602 \end_inset
24603
24604  to see a list of these relations.
24605 \end_layout
24606
24607 \begin_layout Standard
24608 Relations are, in contrary to symbols, always surrounded by space.
24609 \end_layout
24610
24611 \begin_layout Standard
24612 Relations with labels can be created with the command 
24613 \series bold
24614
24615 \backslash
24616 stackrel
24617 \series default
24618
24619 \begin_inset Index idx
24620 status collapsed
24621
24622 \begin_layout Plain Layout
24623 Commands ! S ! 
24624 \backslash
24625 stackrel
24626 \end_layout
24627
24628 \end_inset
24629
24630 :
24631 \begin_inset Separator parbreak
24632 \end_inset
24633
24634
24635 \end_layout
24636
24637 \begin_layout Standard
24638 \align center
24639 \begin_inset Tabular
24640 <lyxtabular version="3" rows="2" columns="2">
24641 <features booktabs="true" tabularvalignment="middle">
24642 <column alignment="center" valignment="top" width="0pt">
24643 <column alignment="center" valignment="top">
24644 <row>
24645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24646 \begin_inset Text
24647
24648 \begin_layout Plain Layout
24649 Command
24650 \end_layout
24651
24652 \end_inset
24653 </cell>
24654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24655 \begin_inset Text
24656
24657 \begin_layout Plain Layout
24658 Result
24659 \end_layout
24660
24661 \end_inset
24662 </cell>
24663 </row>
24664 <row topspace="1.5mm">
24665 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24666 \begin_inset Text
24667
24668 \begin_layout Plain Layout
24669 A(r)
24670 \backslash
24671 stackrel
24672 \begin_inset space \textvisiblespace{}
24673 \end_inset
24674
24675 r
24676 \backslash
24677 to
24678 \backslash
24679 infty
24680 \begin_inset space \textvisiblespace{}
24681 \end_inset
24682
24683
24684 \begin_inset Formula $\downarrow$
24685 \end_inset
24686
24687
24688 \backslash
24689 approx
24690 \begin_inset space \textvisiblespace{}
24691 \end_inset
24692
24693
24694 \begin_inset space \textvisiblespace{}
24695 \end_inset
24696
24697 B
24698 \end_layout
24699
24700 \end_inset
24701 </cell>
24702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24703 \begin_inset Text
24704
24705 \begin_layout Plain Layout
24706 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24707 \end_inset
24708
24709
24710 \end_layout
24711
24712 \end_inset
24713 </cell>
24714 </row>
24715 </lyxtabular>
24716
24717 \end_inset
24718
24719
24720 \end_layout
24721
24722 \begin_layout Section
24723 Functions
24724 \end_layout
24725
24726 \begin_layout Subsection
24727 Predefined Functions
24728 \begin_inset CommandInset label
24729 LatexCommand label
24730 name "subsec:Predefined-Functions"
24731
24732 \end_inset
24733
24734
24735 \begin_inset Index idx
24736 status collapsed
24737
24738 \begin_layout Plain Layout
24739 Functions ! predefined
24740 \end_layout
24741
24742 \end_inset
24743
24744
24745 \end_layout
24746
24747 \begin_layout Standard
24748 In general, variables are set 
24749 \emph on
24750 italic
24751 \emph default
24752  in mathematical expressions, but not function names, because 
24753 \begin_inset Formula $sin$
24754 \end_inset
24755
24756  could be misunderstood as 
24757 \begin_inset Formula $s\cdot i\cdot n$
24758 \end_inset
24759
24760 .
24761  Therefore there are predefined functionswhich are additionally a bit separated
24762  from prefactors.
24763  They are inserted as commands starting with a backslash before their name.
24764 \begin_inset Separator parbreak
24765 \end_inset
24766
24767
24768 \end_layout
24769
24770 \begin_layout Standard
24771 \align center
24772 \begin_inset Tabular
24773 <lyxtabular version="3" rows="2" columns="2">
24774 <features booktabs="true" tabularvalignment="middle">
24775 <column alignment="center" valignment="top" width="0pt">
24776 <column alignment="center" valignment="top" width="0pt">
24777 <row>
24778 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24779 \begin_inset Text
24780
24781 \begin_layout Plain Layout
24782 Command
24783 \end_layout
24784
24785 \end_inset
24786 </cell>
24787 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24788 \begin_inset Text
24789
24790 \begin_layout Plain Layout
24791 Result
24792 \end_layout
24793
24794 \end_inset
24795 </cell>
24796 </row>
24797 <row>
24798 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24799 \begin_inset Text
24800
24801 \begin_layout Plain Layout
24802 Asin(x)+B
24803 \end_layout
24804
24805 \end_inset
24806 </cell>
24807 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24808 \begin_inset Text
24809
24810 \begin_layout Plain Layout
24811 \begin_inset Formula $Asin(x)+B$
24812 \end_inset
24813
24814
24815 \end_layout
24816
24817 \end_inset
24818 </cell>
24819 </row>
24820 </lyxtabular>
24821
24822 \end_inset
24823
24824
24825 \begin_inset space \quad{}
24826 \end_inset
24827
24828
24829 \begin_inset Tabular
24830 <lyxtabular version="3" rows="2" columns="2">
24831 <features booktabs="true" tabularvalignment="middle">
24832 <column alignment="center" valignment="top" width="0pt">
24833 <column alignment="center" valignment="top" width="0pt">
24834 <row>
24835 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24836 \begin_inset Text
24837
24838 \begin_layout Plain Layout
24839 Command
24840 \end_layout
24841
24842 \end_inset
24843 </cell>
24844 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24845 \begin_inset Text
24846
24847 \begin_layout Plain Layout
24848 Result
24849 \end_layout
24850
24851 \end_inset
24852 </cell>
24853 </row>
24854 <row>
24855 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24856 \begin_inset Text
24857
24858 \begin_layout Plain Layout
24859 A
24860 \backslash
24861 sin(x)+B
24862 \end_layout
24863
24864 \end_inset
24865 </cell>
24866 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24867 \begin_inset Text
24868
24869 \begin_layout Plain Layout
24870 \begin_inset Formula $A\sin(x)+B$
24871 \end_inset
24872
24873
24874 \end_layout
24875
24876 \end_inset
24877 </cell>
24878 </row>
24879 </lyxtabular>
24880
24881 \end_inset
24882
24883
24884 \end_layout
24885
24886 \begin_layout Standard
24887 The following functions are predefined:
24888 \end_layout
24889
24890 \begin_layout Standard
24891 \begin_inset VSpace -2mm
24892 \end_inset
24893
24894
24895 \end_layout
24896
24897 \begin_layout Standard
24898 \align center
24899 \begin_inset Tabular
24900 <lyxtabular version="3" rows="9" columns="4">
24901 <features booktabs="true" tabularvalignment="middle">
24902 <column alignment="center" valignment="top" width="0pt">
24903 <column alignment="center" valignment="top" width="0pt">
24904 <column alignment="center" valignment="top" width="0pt">
24905 <column alignment="center" valignment="top" width="0pt">
24906 <row>
24907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24908 \begin_inset Text
24909
24910 \begin_layout Plain Layout
24911 Command
24912 \end_layout
24913
24914 \end_inset
24915 </cell>
24916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24917 \begin_inset Text
24918
24919 \begin_layout Plain Layout
24920 Command
24921 \end_layout
24922
24923 \end_inset
24924 </cell>
24925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929 Command
24930 \end_layout
24931
24932 \end_inset
24933 </cell>
24934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938 Command
24939 \end_layout
24940
24941 \end_inset
24942 </cell>
24943 </row>
24944 <row>
24945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949
24950 \backslash
24951 sin
24952 \end_layout
24953
24954 \end_inset
24955 </cell>
24956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Plain Layout
24960
24961 \backslash
24962 sinh
24963 \end_layout
24964
24965 \end_inset
24966 </cell>
24967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24968 \begin_inset Text
24969
24970 \begin_layout Plain Layout
24971
24972 \backslash
24973 arcsin
24974 \end_layout
24975
24976 \end_inset
24977 </cell>
24978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24979 \begin_inset Text
24980
24981 \begin_layout Plain Layout
24982
24983 \backslash
24984 sup
24985 \end_layout
24986
24987 \end_inset
24988 </cell>
24989 </row>
24990 <row>
24991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24992 \begin_inset Text
24993
24994 \begin_layout Plain Layout
24995
24996 \backslash
24997 cos
24998 \end_layout
24999
25000 \end_inset
25001 </cell>
25002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25003 \begin_inset Text
25004
25005 \begin_layout Plain Layout
25006
25007 \backslash
25008 cosh
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25014 \begin_inset Text
25015
25016 \begin_layout Plain Layout
25017
25018 \backslash
25019 arccos
25020 \end_layout
25021
25022 \end_inset
25023 </cell>
25024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25025 \begin_inset Text
25026
25027 \begin_layout Plain Layout
25028
25029 \backslash
25030 inf
25031 \end_layout
25032
25033 \end_inset
25034 </cell>
25035 </row>
25036 <row>
25037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25038 \begin_inset Text
25039
25040 \begin_layout Plain Layout
25041
25042 \backslash
25043 tan
25044 \end_layout
25045
25046 \end_inset
25047 </cell>
25048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25049 \begin_inset Text
25050
25051 \begin_layout Plain Layout
25052
25053 \backslash
25054 tanh
25055 \end_layout
25056
25057 \end_inset
25058 </cell>
25059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25060 \begin_inset Text
25061
25062 \begin_layout Plain Layout
25063
25064 \backslash
25065 arctan
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25071 \begin_inset Text
25072
25073 \begin_layout Plain Layout
25074
25075 \backslash
25076 lim
25077 \end_layout
25078
25079 \end_inset
25080 </cell>
25081 </row>
25082 <row>
25083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25084 \begin_inset Text
25085
25086 \begin_layout Plain Layout
25087
25088 \backslash
25089 cot
25090 \end_layout
25091
25092 \end_inset
25093 </cell>
25094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098
25099 \backslash
25100 coth
25101 \end_layout
25102
25103 \end_inset
25104 </cell>
25105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25106 \begin_inset Text
25107
25108 \begin_layout Plain Layout
25109
25110 \backslash
25111 arg
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25117 \begin_inset Text
25118
25119 \begin_layout Plain Layout
25120
25121 \backslash
25122 liminf
25123 \end_layout
25124
25125 \end_inset
25126 </cell>
25127 </row>
25128 <row>
25129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25130 \begin_inset Text
25131
25132 \begin_layout Plain Layout
25133
25134 \backslash
25135 sec
25136 \end_layout
25137
25138 \end_inset
25139 </cell>
25140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Plain Layout
25144
25145 \backslash
25146 min
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155
25156 \backslash
25157 deg
25158 \end_layout
25159
25160 \end_inset
25161 </cell>
25162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25163 \begin_inset Text
25164
25165 \begin_layout Plain Layout
25166
25167 \backslash
25168 limsup
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 </row>
25174 <row>
25175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179
25180 \backslash
25181 csc
25182 \end_layout
25183
25184 \end_inset
25185 </cell>
25186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Plain Layout
25190
25191 \backslash
25192 max
25193 \end_layout
25194
25195 \end_inset
25196 </cell>
25197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201
25202 \backslash
25203 det
25204 \end_layout
25205
25206 \end_inset
25207 </cell>
25208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25209 \begin_inset Text
25210
25211 \begin_layout Plain Layout
25212
25213 \backslash
25214 Pr
25215 \end_layout
25216
25217 \end_inset
25218 </cell>
25219 </row>
25220 <row>
25221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25222 \begin_inset Text
25223
25224 \begin_layout Plain Layout
25225
25226 \backslash
25227 ln
25228 \end_layout
25229
25230 \end_inset
25231 </cell>
25232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25233 \begin_inset Text
25234
25235 \begin_layout Plain Layout
25236
25237 \backslash
25238 exp
25239 \end_layout
25240
25241 \end_inset
25242 </cell>
25243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25244 \begin_inset Text
25245
25246 \begin_layout Plain Layout
25247
25248 \backslash
25249 dim
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25255 \begin_inset Text
25256
25257 \begin_layout Plain Layout
25258
25259 \backslash
25260 hom
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 </row>
25266 <row>
25267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Plain Layout
25271
25272 \backslash
25273 lg
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Plain Layout
25282
25283 \backslash
25284 log
25285 \end_layout
25286
25287 \end_inset
25288 </cell>
25289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25290 \begin_inset Text
25291
25292 \begin_layout Plain Layout
25293
25294 \backslash
25295 ker
25296 \end_layout
25297
25298 \end_inset
25299 </cell>
25300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25301 \begin_inset Text
25302
25303 \begin_layout Plain Layout
25304
25305 \backslash
25306 gcd
25307 \end_layout
25308
25309 \end_inset
25310 </cell>
25311 </row>
25312 </lyxtabular>
25313
25314 \end_inset
25315
25316
25317 \end_layout
25318
25319 \begin_layout Standard
25320 They can also be inserted with the math toolbar button 
25321 \begin_inset Info
25322 type  "icon"
25323 arg   "math-insert \\functions"
25324 \end_inset
25325
25326 .
25327 \end_layout
25328
25329 \begin_layout Subsection
25330 Self-defined Functions
25331 \begin_inset Index idx
25332 status collapsed
25333
25334 \begin_layout Plain Layout
25335 Functions ! self-defined
25336 \end_layout
25337
25338 \end_inset
25339
25340
25341 \end_layout
25342
25343 \begin_layout Standard
25344 To use a function that is not predefined, like for example the sign function
25345  sgn(x), there are two possibilities:
25346 \end_layout
25347
25348 \begin_layout Itemize
25349 Define the function by inserting the following line to the \SpecialChar LaTeX
25350 -preamble
25351 \begin_inset Foot
25352 status collapsed
25353
25354 \begin_layout Plain Layout
25355 For more about 
25356 \series bold
25357
25358 \backslash
25359 DeclareMathOperator
25360 \series default
25361  see 
25362 \begin_inset CommandInset ref
25363 LatexCommand ref
25364 reference "subsec:Self-defined-Operators"
25365
25366 \end_inset
25367
25368 .
25369 \end_layout
25370
25371 \end_inset
25372
25373
25374 \begin_inset Newline newline
25375 \end_inset
25376
25377
25378 \begin_inset VSpace -3mm
25379 \end_inset
25380
25381
25382 \begin_inset Newline newline
25383 \end_inset
25384
25385
25386 \series bold
25387
25388 \backslash
25389 DeclareMathOperator{
25390 \backslash
25391 sgn}{sgn}
25392 \series default
25393
25394 \begin_inset Index idx
25395 status collapsed
25396
25397 \begin_layout Plain Layout
25398 Commands ! D ! 
25399 \backslash
25400 dbinom@
25401 \backslash
25402 DeclareMathOperator
25403 \end_layout
25404
25405 \end_inset
25406
25407
25408 \begin_inset Newline newline
25409 \end_inset
25410
25411
25412 \begin_inset VSpace -2mm
25413 \end_inset
25414
25415
25416 \begin_inset Newline newline
25417 \end_inset
25418
25419 Now the new defined function can be called with the command 
25420 \series bold
25421
25422 \backslash
25423 sgn
25424 \series default
25425 .
25426 \end_layout
25427
25428 \begin_layout Itemize
25429 Write the formula as usual, mark the formula name, in our example the letters
25430  
25431 \emph on
25432 sgn
25433 \emph default
25434 , and change it to mathematical text.
25435  Finally, a space is inserted between prefactor and function.
25436 \end_layout
25437
25438 \begin_layout Standard
25439 The result is the same with both methods as with a predefined function
25440 \begin_inset Foot
25441 status collapsed
25442
25443 \begin_layout Plain Layout
25444 In \SpecialChar LyX
25445  self-defined functions are displayed red, predefined ones black.
25446 \end_layout
25447
25448 \end_inset
25449
25450 :
25451 \begin_inset Separator parbreak
25452 \end_inset
25453
25454
25455 \end_layout
25456
25457 \begin_layout Standard
25458 \align center
25459 \begin_inset Tabular
25460 <lyxtabular version="3" rows="3" columns="2">
25461 <features booktabs="true" tabularvalignment="middle">
25462 <column alignment="center" valignment="top" width="0pt">
25463 <column alignment="center" valignment="top" width="0pt">
25464 <row>
25465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25466 \begin_inset Text
25467
25468 \begin_layout Plain Layout
25469 Command
25470 \end_layout
25471
25472 \end_inset
25473 </cell>
25474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25475 \begin_inset Text
25476
25477 \begin_layout Plain Layout
25478 Result
25479 \end_layout
25480
25481 \end_inset
25482 </cell>
25483 </row>
25484 <row>
25485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25486 \begin_inset Text
25487
25488 \begin_layout Plain Layout
25489 A
25490 \backslash
25491 sgn(x)+B
25492 \end_layout
25493
25494 \end_inset
25495 </cell>
25496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25497 \begin_inset Text
25498
25499 \begin_layout Plain Layout
25500 \begin_inset Formula $A\sgn(x)+B$
25501 \end_inset
25502
25503
25504 \end_layout
25505
25506 \end_inset
25507 </cell>
25508 </row>
25509 <row>
25510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25511 \begin_inset Text
25512
25513 \begin_layout Plain Layout
25514 A
25515 \backslash
25516 ,
25517 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25518 \end_inset
25519
25520 (x)+B
25521 \end_layout
25522
25523 \end_inset
25524 </cell>
25525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25526 \begin_inset Text
25527
25528 \begin_layout Plain Layout
25529 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25530 \end_inset
25531
25532
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 </row>
25538 </lyxtabular>
25539
25540 \end_inset
25541
25542
25543 \end_layout
25544
25545 \begin_layout Standard
25546 The first method is more suitable when the self-defined function should
25547  be used several times.
25548 \end_layout
25549
25550 \begin_layout Subsection
25551 Limits
25552 \begin_inset Index idx
25553 status collapsed
25554
25555 \begin_layout Plain Layout
25556 Limits
25557 \end_layout
25558
25559 \end_inset
25560
25561
25562 \end_layout
25563
25564 \begin_layout Standard
25565 For limits, in addition to the commands 
25566 \series bold
25567
25568 \backslash
25569 lim
25570 \series default
25571
25572 \begin_inset Index idx
25573 status collapsed
25574
25575 \begin_layout Plain Layout
25576 Commands ! L ! 
25577 \backslash
25578 lim
25579 \end_layout
25580
25581 \end_inset
25582
25583
25584 \series bold
25585
25586 \backslash
25587 liminf
25588 \series default
25589  and 
25590 \series bold
25591
25592 \backslash
25593 limsup
25594 \series default
25595  the following functions are defined:
25596 \begin_inset Separator parbreak
25597 \end_inset
25598
25599
25600 \end_layout
25601
25602 \begin_layout Standard
25603 \align center
25604 \begin_inset Tabular
25605 <lyxtabular version="3" rows="5" columns="2">
25606 <features booktabs="true" tabularvalignment="middle">
25607 <column alignment="center" valignment="top" width="0pt">
25608 <column alignment="center" valignment="top" width="0pt">
25609 <row>
25610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25611 \begin_inset Text
25612
25613 \begin_layout Plain Layout
25614 Command
25615 \end_layout
25616
25617 \end_inset
25618 </cell>
25619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25620 \begin_inset Text
25621
25622 \begin_layout Plain Layout
25623 Result
25624 \end_layout
25625
25626 \end_inset
25627 </cell>
25628 </row>
25629 <row>
25630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25631 \begin_inset Text
25632
25633 \begin_layout Plain Layout
25634
25635 \backslash
25636 varliminf
25637 \end_layout
25638
25639 \end_inset
25640 </cell>
25641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25642 \begin_inset Text
25643
25644 \begin_layout Plain Layout
25645 \begin_inset Formula $\varliminf$
25646 \end_inset
25647
25648
25649 \end_layout
25650
25651 \end_inset
25652 </cell>
25653 </row>
25654 <row topspace="1.5mm">
25655 <cell alignment="center" valignment="top" usebox="none">
25656 \begin_inset Text
25657
25658 \begin_layout Plain Layout
25659
25660 \backslash
25661 varlimsup
25662 \end_layout
25663
25664 \end_inset
25665 </cell>
25666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25667 \begin_inset Text
25668
25669 \begin_layout Plain Layout
25670 \begin_inset Formula $\varlimsup$
25671 \end_inset
25672
25673
25674 \end_layout
25675
25676 \end_inset
25677 </cell>
25678 </row>
25679 <row topspace="1.5mm">
25680 <cell alignment="center" valignment="top" usebox="none">
25681 \begin_inset Text
25682
25683 \begin_layout Plain Layout
25684
25685 \backslash
25686 varprojlim
25687 \end_layout
25688
25689 \end_inset
25690 </cell>
25691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25692 \begin_inset Text
25693
25694 \begin_layout Plain Layout
25695 \begin_inset Formula $\varprojlim$
25696 \end_inset
25697
25698
25699 \end_layout
25700
25701 \end_inset
25702 </cell>
25703 </row>
25704 <row topspace="1.5mm" bottomspace="1mm">
25705 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25706 \begin_inset Text
25707
25708 \begin_layout Plain Layout
25709
25710 \backslash
25711 varinjlim
25712 \end_layout
25713
25714 \end_inset
25715 </cell>
25716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25717 \begin_inset Text
25718
25719 \begin_layout Plain Layout
25720 \begin_inset Formula $\varinjlim$
25721 \end_inset
25722
25723
25724 \end_layout
25725
25726 \end_inset
25727 </cell>
25728 </row>
25729 </lyxtabular>
25730
25731 \end_inset
25732
25733
25734 \end_layout
25735
25736 \begin_layout Standard
25737 \begin_inset VSpace medskip
25738 \end_inset
25739
25740 The limit is created by inserting a subscript.
25741  It is set right beside the function in an inline formula:
25742 \end_layout
25743
25744 \begin_layout Standard
25745 \align center
25746 \begin_inset Tabular
25747 <lyxtabular version="3" rows="2" columns="2">
25748 <features booktabs="true" tabularvalignment="middle">
25749 <column alignment="center" valignment="top" width="0pt">
25750 <column alignment="center" valignment="top" width="0pt">
25751 <row>
25752 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25753 \begin_inset Text
25754
25755 \begin_layout Plain Layout
25756 Command
25757 \end_layout
25758
25759 \end_inset
25760 </cell>
25761 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25762 \begin_inset Text
25763
25764 \begin_layout Plain Layout
25765 Result
25766 \end_layout
25767
25768 \end_inset
25769 </cell>
25770 </row>
25771 <row>
25772 <cell alignment="center" valignment="top" usebox="none">
25773 \begin_inset Text
25774
25775 \begin_layout Plain Layout
25776
25777 \backslash
25778 lim_x
25779 \backslash
25780 to
25781 \begin_inset space \textvisiblespace{}
25782 \end_inset
25783
25784 A
25785 \begin_inset space \textvisiblespace{}
25786 \end_inset
25787
25788 x=B
25789 \end_layout
25790
25791 \end_inset
25792 </cell>
25793 <cell alignment="center" valignment="top" usebox="none">
25794 \begin_inset Text
25795
25796 \begin_layout Plain Layout
25797 \begin_inset Formula $\lim_{x\to A}x=B$
25798 \end_inset
25799
25800
25801 \end_layout
25802
25803 \end_inset
25804 </cell>
25805 </row>
25806 </lyxtabular>
25807
25808 \end_inset
25809
25810
25811 \end_layout
25812
25813 \begin_layout Standard
25814 In a displayed formula the limit is set below the formula, as usual:
25815 \begin_inset Formula 
25816 \[
25817 \lim_{x\to A}x=B
25818 \]
25819
25820 \end_inset
25821
25822
25823 \end_layout
25824
25825 \begin_layout Standard
25826 \begin_inset VSpace medskip
25827 \end_inset
25828
25829
25830 \end_layout
25831
25832 \begin_layout Standard
25833 How to adjust the typesetting of the limits see 
25834 \begin_inset CommandInset ref
25835 LatexCommand ref
25836 reference "subsec:Operator-Limits"
25837
25838 \end_inset
25839
25840 .
25841 \end_layout
25842
25843 \begin_layout Subsection
25844 Modulo-Functions
25845 \begin_inset Index idx
25846 status collapsed
25847
25848 \begin_layout Plain Layout
25849 Functions ! modulo-
25850 \end_layout
25851
25852 \end_inset
25853
25854
25855 \end_layout
25856
25857 \begin_layout Standard
25858 The modulo-function is special, because it exists in four variants.
25859  The variants in a displayed formula are:
25860 \begin_inset Formula 
25861 \begin{align*}
25862 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25863 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25864 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25865 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25866 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25867 \end{align*}
25868
25869 \end_inset
25870
25871
25872 \end_layout
25873
25874 \begin_layout Standard
25875 In an inline formula less space is set before the function names for all
25876  variants.
25877  By default the modulo-functions take only the first following character
25878  into account.
25879  To use more than one character, one has to put them into \SpecialChar TeX
25880  braces:
25881 \begin_inset Formula 
25882 \begin{align*}
25883 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25884 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25885 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25886 \end{align*}
25887
25888 \end_inset
25889
25890
25891 \end_layout
25892
25893 \begin_layout Section
25894 Special Characters
25895 \begin_inset Index idx
25896 status collapsed
25897
25898 \begin_layout Plain Layout
25899 Special characters
25900 \end_layout
25901
25902 \end_inset
25903
25904
25905 \end_layout
25906
25907 \begin_layout Standard
25908 The characters ^ and _ would normally create a superscript and subscript,
25909  respectively.
25910  To get these characters you have to insert them with a leading 
25911 \backslash
25912 :
25913 \begin_inset Separator parbreak
25914 \end_inset
25915
25916
25917 \end_layout
25918
25919 \begin_layout Standard
25920 \noindent
25921 \align center
25922 \begin_inset Tabular
25923 <lyxtabular version="3" rows="3" columns="2">
25924 <features booktabs="true" tabularvalignment="middle">
25925 <column alignment="left" valignment="top" width="0pt">
25926 <column alignment="block" valignment="top">
25927 <row>
25928 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25929 \begin_inset Text
25930
25931 \begin_layout Plain Layout
25932 Command
25933 \end_layout
25934
25935 \end_inset
25936 </cell>
25937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25938 \begin_inset Text
25939
25940 \begin_layout Plain Layout
25941 Result
25942 \end_layout
25943
25944 \end_inset
25945 </cell>
25946 </row>
25947 <row>
25948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25949 \begin_inset Text
25950
25951 \begin_layout Plain Layout
25952
25953 \backslash
25954 ^
25955 \begin_inset space \textvisiblespace{}
25956 \end_inset
25957
25958
25959 \end_layout
25960
25961 \end_inset
25962 </cell>
25963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25964 \begin_inset Text
25965
25966 \begin_layout Plain Layout
25967 \begin_inset Formula $\mathcircumflex$
25968 \end_inset
25969
25970
25971 \end_layout
25972
25973 \end_inset
25974 </cell>
25975 </row>
25976 <row>
25977 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25978 \begin_inset Text
25979
25980 \begin_layout Plain Layout
25981
25982 \backslash
25983 _
25984 \end_layout
25985
25986 \end_inset
25987 </cell>
25988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25989 \begin_inset Text
25990
25991 \begin_layout Plain Layout
25992 \begin_inset Formula $\_$
25993 \end_inset
25994
25995
25996 \end_layout
25997
25998 \end_inset
25999 </cell>
26000 </row>
26001 </lyxtabular>
26002
26003 \end_inset
26004
26005
26006 \end_layout
26007
26008 \begin_layout Subsection
26009 Special Characters in Mathematical Text
26010 \end_layout
26011
26012 \begin_layout Standard
26013 The following commands can only be used in mathematical text or in \SpecialChar TeX
26014  mode:
26015 \end_layout
26016
26017 \begin_layout Standard
26018 \begin_inset space \hfill{}
26019 \end_inset
26020
26021
26022 \begin_inset Tabular
26023 <lyxtabular version="3" rows="8" columns="2">
26024 <features booktabs="true" tabularvalignment="middle">
26025 <column alignment="left" valignment="top" width="0pt">
26026 <column alignment="block" valignment="top">
26027 <row>
26028 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26029 \begin_inset Text
26030
26031 \begin_layout Plain Layout
26032 Command
26033 \end_layout
26034
26035 \end_inset
26036 </cell>
26037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26038 \begin_inset Text
26039
26040 \begin_layout Plain Layout
26041 Result
26042 \end_layout
26043
26044 \end_inset
26045 </cell>
26046 </row>
26047 <row>
26048 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26049 \begin_inset Text
26050
26051 \begin_layout Plain Layout
26052
26053 \backslash
26054 oe
26055 \end_layout
26056
26057 \end_inset
26058 </cell>
26059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26060 \begin_inset Text
26061
26062 \begin_layout Plain Layout
26063 \begin_inset Formula $\textrm{œ}$
26064 \end_inset
26065
26066
26067 \end_layout
26068
26069 \end_inset
26070 </cell>
26071 </row>
26072 <row>
26073 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26074 \begin_inset Text
26075
26076 \begin_layout Plain Layout
26077
26078 \backslash
26079 OE
26080 \end_layout
26081
26082 \end_inset
26083 </cell>
26084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088 \begin_inset Formula $\textrm{Œ}$
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \end_inset
26095 </cell>
26096 </row>
26097 <row>
26098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26099 \begin_inset Text
26100
26101 \begin_layout Plain Layout
26102
26103 \backslash
26104 ae
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26110 \begin_inset Text
26111
26112 \begin_layout Plain Layout
26113 \begin_inset Formula $\textrm{æ}$
26114 \end_inset
26115
26116
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 </row>
26122 <row>
26123 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26124 \begin_inset Text
26125
26126 \begin_layout Plain Layout
26127
26128 \backslash
26129 AE
26130 \end_layout
26131
26132 \end_inset
26133 </cell>
26134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26135 \begin_inset Text
26136
26137 \begin_layout Plain Layout
26138 \begin_inset Formula $\textrm{Æ}$
26139 \end_inset
26140
26141
26142 \end_layout
26143
26144 \end_inset
26145 </cell>
26146 </row>
26147 <row>
26148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26149 \begin_inset Text
26150
26151 \begin_layout Plain Layout
26152
26153 \backslash
26154 aa
26155 \end_layout
26156
26157 \end_inset
26158 </cell>
26159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26160 \begin_inset Text
26161
26162 \begin_layout Plain Layout
26163 \begin_inset Formula $\textrm{\aa}$
26164 \end_inset
26165
26166
26167 \end_layout
26168
26169 \end_inset
26170 </cell>
26171 </row>
26172 <row>
26173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26174 \begin_inset Text
26175
26176 \begin_layout Plain Layout
26177
26178 \backslash
26179 AA
26180 \begin_inset Index idx
26181 status collapsed
26182
26183 \begin_layout Plain Layout
26184
26185 \backslash
26186 @
26187 \begin_inset ERT
26188 status collapsed
26189
26190 \begin_layout Plain Layout
26191
26192
26193 \backslash
26194 textrm{
26195 \backslash
26196 AA}
26197 \end_layout
26198
26199 \end_inset
26200
26201
26202 \end_layout
26203
26204 \end_inset
26205
26206
26207 \end_layout
26208
26209 \end_inset
26210 </cell>
26211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26212 \begin_inset Text
26213
26214 \begin_layout Plain Layout
26215 \begin_inset Formula $\textrm{Å}$
26216 \end_inset
26217
26218
26219 \end_layout
26220
26221 \end_inset
26222 </cell>
26223 </row>
26224 <row>
26225 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26226 \begin_inset Text
26227
26228 \begin_layout Plain Layout
26229
26230 \backslash
26231 i
26232 \end_layout
26233
26234 \end_inset
26235 </cell>
26236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240 \begin_inset Formula $\textrm{ı}$
26241 \end_inset
26242
26243
26244 \end_layout
26245
26246 \end_inset
26247 </cell>
26248 </row>
26249 </lyxtabular>
26250
26251 \end_inset
26252
26253
26254 \begin_inset space \hfill{}
26255 \end_inset
26256
26257
26258 \begin_inset Tabular
26259 <lyxtabular version="3" rows="8" columns="2">
26260 <features booktabs="true" tabularvalignment="middle">
26261 <column alignment="left" valignment="top" width="0pt">
26262 <column alignment="center" valignment="top">
26263 <row>
26264 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Plain Layout
26268 Command
26269 \begin_inset Note Note
26270 status collapsed
26271
26272 \begin_layout Plain Layout
26273 The space of 0
26274 \begin_inset space \thinspace{}
26275 \end_inset
26276
26277 mm is used for separation, because otherwise the output will be ¡ and ¿
26278  respectively.
26279 \end_layout
26280
26281 \end_inset
26282
26283
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26289 \begin_inset Text
26290
26291 \begin_layout Plain Layout
26292 Result
26293 \end_layout
26294
26295 \end_inset
26296 </cell>
26297 </row>
26298 <row>
26299 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26300 \begin_inset Text
26301
26302 \begin_layout Plain Layout
26303
26304 \backslash
26305 o
26306 \end_layout
26307
26308 \end_inset
26309 </cell>
26310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26311 \begin_inset Text
26312
26313 \begin_layout Plain Layout
26314 \begin_inset Formula $\textrm{ø}$
26315 \end_inset
26316
26317
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 </row>
26323 <row>
26324 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26325 \begin_inset Text
26326
26327 \begin_layout Plain Layout
26328
26329 \backslash
26330 O
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26336 \begin_inset Text
26337
26338 \begin_layout Plain Layout
26339 \begin_inset Formula $\textrm{Ø}$
26340 \end_inset
26341
26342
26343 \end_layout
26344
26345 \end_inset
26346 </cell>
26347 </row>
26348 <row>
26349 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353
26354 \backslash
26355 l
26356 \end_layout
26357
26358 \end_inset
26359 </cell>
26360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26361 \begin_inset Text
26362
26363 \begin_layout Plain Layout
26364 \begin_inset Formula $\textrm{ł}$
26365 \end_inset
26366
26367
26368 \end_layout
26369
26370 \end_inset
26371 </cell>
26372 </row>
26373 <row>
26374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26375 \begin_inset Text
26376
26377 \begin_layout Plain Layout
26378
26379 \backslash
26380 L
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Plain Layout
26389 \begin_inset Formula $\textrm{Ł}$
26390 \end_inset
26391
26392
26393 \end_layout
26394
26395 \end_inset
26396 </cell>
26397 </row>
26398 <row>
26399 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26400 \begin_inset Text
26401
26402 \begin_layout Plain Layout
26403 !
26404 \begin_inset space \hspace{}
26405 \length 0mm
26406 \end_inset
26407
26408 `
26409 \begin_inset space \textvisiblespace{}
26410 \end_inset
26411
26412
26413 \end_layout
26414
26415 \end_inset
26416 </cell>
26417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26418 \begin_inset Text
26419
26420 \begin_layout Plain Layout
26421 \begin_inset Formula $\textrm{!`}$
26422 \end_inset
26423
26424
26425 \end_layout
26426
26427 \end_inset
26428 </cell>
26429 </row>
26430 <row>
26431 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26432 \begin_inset Text
26433
26434 \begin_layout Plain Layout
26435 ?
26436 \begin_inset space \hspace{}
26437 \length 0mm
26438 \end_inset
26439
26440 `
26441 \begin_inset space \textvisiblespace{}
26442 \end_inset
26443
26444
26445 \end_layout
26446
26447 \end_inset
26448 </cell>
26449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26450 \begin_inset Text
26451
26452 \begin_layout Plain Layout
26453 \begin_inset Formula $\textrm{?`}$
26454 \end_inset
26455
26456
26457 \end_layout
26458
26459 \end_inset
26460 </cell>
26461 </row>
26462 <row>
26463 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26464 \begin_inset Text
26465
26466 \begin_layout Plain Layout
26467
26468 \backslash
26469 j
26470 \end_layout
26471
26472 \end_inset
26473 </cell>
26474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26475 \begin_inset Text
26476
26477 \begin_layout Plain Layout
26478 \begin_inset Formula $\textrm{ȷ}$
26479 \end_inset
26480
26481
26482 \end_layout
26483
26484 \end_inset
26485 </cell>
26486 </row>
26487 </lyxtabular>
26488
26489 \end_inset
26490
26491
26492 \begin_inset space \hfill{}
26493 \end_inset
26494
26495
26496 \end_layout
26497
26498 \begin_layout Standard
26499 The characters 
26500 \begin_inset Formula $\textrm{\textrm{Å}}$
26501 \end_inset
26502
26503  and 
26504 \begin_inset Formula $\textrm{\textrm{Ø}}$
26505 \end_inset
26506
26507  can also be inserted via the math toolbar button 
26508 \begin_inset Info
26509 type  "icon"
26510 arg   "math-insert \\digamma"
26511 \end_inset
26512
26513 .
26514 \end_layout
26515
26516 \begin_layout Standard
26517 An exception are the commands 
26518 \series bold
26519 !
26520 \begin_inset space \hspace{}
26521 \length 0mm
26522 \end_inset
26523
26524 `
26525 \series default
26526  and 
26527 \series bold
26528 ?
26529 \begin_inset space \hspace{}
26530 \length 0mm
26531 \end_inset
26532
26533 `
26534 \series default
26535 , because they can be inserted in \SpecialChar LyX
26536  directly to text.
26537 \end_layout
26538
26539 \begin_layout Subsection
26540 Accents in Text
26541 \begin_inset CommandInset label
26542 LatexCommand label
26543 name "subsec:Accents-in-Text"
26544
26545 \end_inset
26546
26547
26548 \begin_inset Index idx
26549 status collapsed
26550
26551 \begin_layout Plain Layout
26552 Accents ! in text
26553 \end_layout
26554
26555 \end_inset
26556
26557
26558 \end_layout
26559
26560 \begin_layout Standard
26561 With the following commands all letters can be accented.
26562  The commands must be inserted in \SpecialChar TeX
26563  mode.
26564 \end_layout
26565
26566 \begin_layout Standard
26567 \begin_inset space \hfill{}
26568 \end_inset
26569
26570
26571 \begin_inset Tabular
26572 <lyxtabular version="3" rows="8" columns="2">
26573 <features booktabs="true" tabularvalignment="middle">
26574 <column alignment="left" valignment="top" width="0pt">
26575 <column alignment="block" valignment="top">
26576 <row>
26577 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26578 \begin_inset Text
26579
26580 \begin_layout Plain Layout
26581 Command
26582 \end_layout
26583
26584 \end_inset
26585 </cell>
26586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26587 \begin_inset Text
26588
26589 \begin_layout Plain Layout
26590 Result
26591 \end_layout
26592
26593 \end_inset
26594 </cell>
26595 </row>
26596 <row>
26597 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26598 \begin_inset Text
26599
26600 \begin_layout Plain Layout
26601
26602 \backslash
26603
26604 \begin_inset Quotes grd
26605 \end_inset
26606
26607 e
26608 \end_layout
26609
26610 \end_inset
26611 </cell>
26612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26613 \begin_inset Text
26614
26615 \begin_layout Plain Layout
26616 \begin_inset ERT
26617 status collapsed
26618
26619 \begin_layout Plain Layout
26620
26621
26622 \backslash
26623 "e
26624 \end_layout
26625
26626 \end_inset
26627
26628
26629 \end_layout
26630
26631 \end_inset
26632 </cell>
26633 </row>
26634 <row>
26635 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26636 \begin_inset Text
26637
26638 \begin_layout Plain Layout
26639
26640 \backslash
26641 `e
26642 \end_layout
26643
26644 \end_inset
26645 </cell>
26646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26647 \begin_inset Text
26648
26649 \begin_layout Plain Layout
26650 \begin_inset ERT
26651 status collapsed
26652
26653 \begin_layout Plain Layout
26654
26655
26656 \backslash
26657 `e
26658 \end_layout
26659
26660 \end_inset
26661
26662
26663 \end_layout
26664
26665 \end_inset
26666 </cell>
26667 </row>
26668 <row>
26669 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26670 \begin_inset Text
26671
26672 \begin_layout Plain Layout
26673
26674 \backslash
26675 ^
26676 \begin_inset space \textvisiblespace{}
26677 \end_inset
26678
26679 e
26680 \end_layout
26681
26682 \end_inset
26683 </cell>
26684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26685 \begin_inset Text
26686
26687 \begin_layout Plain Layout
26688 \begin_inset ERT
26689 status collapsed
26690
26691 \begin_layout Plain Layout
26692
26693
26694 \backslash
26695 ^e
26696 \end_layout
26697
26698 \end_inset
26699
26700
26701 \end_layout
26702
26703 \end_inset
26704 </cell>
26705 </row>
26706 <row>
26707 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26708 \begin_inset Text
26709
26710 \begin_layout Plain Layout
26711
26712 \backslash
26713 =e
26714 \end_layout
26715
26716 \end_inset
26717 </cell>
26718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26719 \begin_inset Text
26720
26721 \begin_layout Plain Layout
26722 \begin_inset ERT
26723 status collapsed
26724
26725 \begin_layout Plain Layout
26726
26727
26728 \backslash
26729 =e
26730 \end_layout
26731
26732 \end_inset
26733
26734
26735 \end_layout
26736
26737 \end_inset
26738 </cell>
26739 </row>
26740 <row>
26741 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26742 \begin_inset Text
26743
26744 \begin_layout Plain Layout
26745
26746 \backslash
26747 u
26748 \begin_inset space \textvisiblespace{}
26749 \end_inset
26750
26751 e
26752 \end_layout
26753
26754 \end_inset
26755 </cell>
26756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26757 \begin_inset Text
26758
26759 \begin_layout Plain Layout
26760 \begin_inset ERT
26761 status collapsed
26762
26763 \begin_layout Plain Layout
26764
26765
26766 \backslash
26767 u e
26768 \end_layout
26769
26770 \end_inset
26771
26772
26773 \end_layout
26774
26775 \end_inset
26776 </cell>
26777 </row>
26778 <row>
26779 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26780 \begin_inset Text
26781
26782 \begin_layout Plain Layout
26783
26784 \backslash
26785 b
26786 \begin_inset space \textvisiblespace{}
26787 \end_inset
26788
26789 e
26790 \end_layout
26791
26792 \end_inset
26793 </cell>
26794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26795 \begin_inset Text
26796
26797 \begin_layout Plain Layout
26798 \begin_inset ERT
26799 status collapsed
26800
26801 \begin_layout Plain Layout
26802
26803
26804 \backslash
26805 b e
26806 \end_layout
26807
26808 \end_inset
26809
26810
26811 \end_layout
26812
26813 \end_inset
26814 </cell>
26815 </row>
26816 <row>
26817 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26818 \begin_inset Text
26819
26820 \begin_layout Plain Layout
26821
26822 \backslash
26823 t
26824 \begin_inset space \textvisiblespace{}
26825 \end_inset
26826
26827 ee
26828 \end_layout
26829
26830 \end_inset
26831 </cell>
26832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26833 \begin_inset Text
26834
26835 \begin_layout Plain Layout
26836 \begin_inset ERT
26837 status collapsed
26838
26839 \begin_layout Plain Layout
26840
26841
26842 \backslash
26843 t ee
26844 \end_layout
26845
26846 \end_inset
26847
26848
26849 \end_layout
26850
26851 \end_inset
26852 </cell>
26853 </row>
26854 </lyxtabular>
26855
26856 \end_inset
26857
26858
26859 \begin_inset space \hfill{}
26860 \end_inset
26861
26862
26863 \begin_inset Tabular
26864 <lyxtabular version="3" rows="8" columns="2">
26865 <features booktabs="true" tabularvalignment="middle">
26866 <column alignment="left" valignment="top" width="0pt">
26867 <column alignment="center" valignment="top">
26868 <row>
26869 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26870 \begin_inset Text
26871
26872 \begin_layout Plain Layout
26873 Command
26874 \end_layout
26875
26876 \end_inset
26877 </cell>
26878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26879 \begin_inset Text
26880
26881 \begin_layout Plain Layout
26882 Result
26883 \end_layout
26884
26885 \end_inset
26886 </cell>
26887 </row>
26888 <row>
26889 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26890 \begin_inset Text
26891
26892 \begin_layout Plain Layout
26893
26894 \backslash
26895 H
26896 \begin_inset space \textvisiblespace{}
26897 \end_inset
26898
26899 e
26900 \end_layout
26901
26902 \end_inset
26903 </cell>
26904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26905 \begin_inset Text
26906
26907 \begin_layout Plain Layout
26908 \begin_inset ERT
26909 status collapsed
26910
26911 \begin_layout Plain Layout
26912
26913
26914 \backslash
26915 H e
26916 \end_layout
26917
26918 \end_inset
26919
26920
26921 \end_layout
26922
26923 \end_inset
26924 </cell>
26925 </row>
26926 <row>
26927 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26928 \begin_inset Text
26929
26930 \begin_layout Plain Layout
26931
26932 \backslash
26933 'e
26934 \end_layout
26935
26936 \end_inset
26937 </cell>
26938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26939 \begin_inset Text
26940
26941 \begin_layout Plain Layout
26942 \begin_inset ERT
26943 status collapsed
26944
26945 \begin_layout Plain Layout
26946
26947
26948 \backslash
26949 'e
26950 \end_layout
26951
26952 \end_inset
26953
26954
26955 \end_layout
26956
26957 \end_inset
26958 </cell>
26959 </row>
26960 <row>
26961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26962 \begin_inset Text
26963
26964 \begin_layout Plain Layout
26965
26966 \backslash
26967 ~e
26968 \begin_inset Index idx
26969 status collapsed
26970
26971 \begin_layout Plain Layout
26972 Tilde
26973 \end_layout
26974
26975 \end_inset
26976
26977
26978 \end_layout
26979
26980 \end_inset
26981 </cell>
26982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26983 \begin_inset Text
26984
26985 \begin_layout Plain Layout
26986 \begin_inset ERT
26987 status collapsed
26988
26989 \begin_layout Plain Layout
26990
26991
26992 \backslash
26993 ~e
26994 \end_layout
26995
26996 \end_inset
26997
26998
26999 \end_layout
27000
27001 \end_inset
27002 </cell>
27003 </row>
27004 <row>
27005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27006 \begin_inset Text
27007
27008 \begin_layout Plain Layout
27009
27010 \backslash
27011 .e
27012 \end_layout
27013
27014 \end_inset
27015 </cell>
27016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27017 \begin_inset Text
27018
27019 \begin_layout Plain Layout
27020 \begin_inset ERT
27021 status collapsed
27022
27023 \begin_layout Plain Layout
27024
27025
27026 \backslash
27027 .e
27028 \end_layout
27029
27030 \end_inset
27031
27032
27033 \end_layout
27034
27035 \end_inset
27036 </cell>
27037 </row>
27038 <row>
27039 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27040 \begin_inset Text
27041
27042 \begin_layout Plain Layout
27043
27044 \backslash
27045 v
27046 \begin_inset space \textvisiblespace{}
27047 \end_inset
27048
27049 e
27050 \end_layout
27051
27052 \end_inset
27053 </cell>
27054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27055 \begin_inset Text
27056
27057 \begin_layout Plain Layout
27058 \begin_inset ERT
27059 status collapsed
27060
27061 \begin_layout Plain Layout
27062
27063
27064 \backslash
27065 v e
27066 \end_layout
27067
27068 \end_inset
27069
27070
27071 \end_layout
27072
27073 \end_inset
27074 </cell>
27075 </row>
27076 <row>
27077 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27078 \begin_inset Text
27079
27080 \begin_layout Plain Layout
27081
27082 \backslash
27083 d
27084 \begin_inset space \textvisiblespace{}
27085 \end_inset
27086
27087 e
27088 \end_layout
27089
27090 \end_inset
27091 </cell>
27092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27093 \begin_inset Text
27094
27095 \begin_layout Plain Layout
27096 \begin_inset ERT
27097 status collapsed
27098
27099 \begin_layout Plain Layout
27100
27101
27102 \backslash
27103 d e
27104 \end_layout
27105
27106 \end_inset
27107
27108
27109 \end_layout
27110
27111 \end_inset
27112 </cell>
27113 </row>
27114 <row>
27115 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27116 \begin_inset Text
27117
27118 \begin_layout Plain Layout
27119
27120 \backslash
27121 c
27122 \begin_inset space \textvisiblespace{}
27123 \end_inset
27124
27125 e
27126 \end_layout
27127
27128 \end_inset
27129 </cell>
27130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27131 \begin_inset Text
27132
27133 \begin_layout Plain Layout
27134 \begin_inset ERT
27135 status collapsed
27136
27137 \begin_layout Plain Layout
27138
27139
27140 \backslash
27141 c e
27142 \end_layout
27143
27144 \end_inset
27145
27146
27147 \end_layout
27148
27149 \end_inset
27150 </cell>
27151 </row>
27152 </lyxtabular>
27153
27154 \end_inset
27155
27156
27157 \begin_inset space \hfill{}
27158 \end_inset
27159
27160
27161 \end_layout
27162
27163 \begin_layout Standard
27164 \begin_inset VSpace medskip
27165 \end_inset
27166
27167 With the command 
27168 \series bold
27169
27170 \backslash
27171 t
27172 \series default
27173  also two different characters can be accented.
27174  The command 
27175 \series bold
27176
27177 \backslash
27178 t
27179 \begin_inset space \textvisiblespace{}
27180 \end_inset
27181
27182 sz
27183 \series default
27184  creates: 
27185 \begin_inset ERT
27186 status collapsed
27187
27188 \begin_layout Plain Layout
27189
27190
27191 \backslash
27192 t sz
27193 \end_layout
27194
27195 \end_inset
27196
27197
27198 \end_layout
27199
27200 \begin_layout Standard
27201 The accents 
27202 \series bold
27203 `
27204 \series default
27205  , 
27206 \series bold
27207 '
27208 \series default
27209  and 
27210 \series bold
27211 ^
27212 \series default
27213  can in combination with vowels directly be inserted with the keyboard without
27214  using \SpecialChar TeX
27215  mode.
27216  The same applies for the tilde
27217 \begin_inset Foot
27218 status collapsed
27219
27220 \begin_layout Plain Layout
27221 This only applies for keyboards where the tilde is defined as accent.
27222 \end_layout
27223
27224 \end_inset
27225
27226  
27227 \series bold
27228 ~
27229 \series default
27230  in combination with 
27231 \emph on
27232 a
27233 \emph default
27234  , 
27235 \emph on
27236 n
27237 \emph default
27238  , or 
27239 \emph on
27240 o
27241 \emph default
27242 .
27243 \end_layout
27244
27245 \begin_layout Standard
27246 The commands 
27247 \series bold
27248
27249 \backslash
27250 b
27251 \series default
27252  , 
27253 \series bold
27254
27255 \backslash
27256 c
27257 \series default
27258  , 
27259 \series bold
27260
27261 \backslash
27262 d
27263 \series default
27264  , 
27265 \series bold
27266
27267 \backslash
27268 H
27269 \series default
27270  , 
27271 \series bold
27272
27273 \backslash
27274 t
27275 \series default
27276  , 
27277 \series bold
27278
27279 \backslash
27280 u
27281 \series default
27282  , 
27283 \series bold
27284
27285 \backslash
27286 v
27287 \series default
27288  and accents that are inserted directly with the keyboard are also available
27289  in mathematical text.
27290  For the other accents there are special math commands to be used in formulas,
27291  see 
27292 \begin_inset CommandInset ref
27293 LatexCommand ref
27294 reference "subsec:Accents-for-one"
27295
27296 \end_inset
27297
27298 .
27299 \end_layout
27300
27301 \begin_layout Standard
27302 \begin_inset VSpace bigskip
27303 \end_inset
27304
27305 Furthermore, with the command 
27306 \series bold
27307
27308 \backslash
27309 textcircled
27310 \series default
27311
27312 \begin_inset Index idx
27313 status collapsed
27314
27315 \begin_layout Plain Layout
27316 Commands ! T ! 
27317 \backslash
27318 textcircled
27319 \end_layout
27320
27321 \end_inset
27322
27323  all numbers and letters can be set into a circle, quasi accented with a
27324  circle, similar to the copyright symbol.
27325 \end_layout
27326
27327 \begin_layout Standard
27328 \align center
27329 \begin_inset Tabular
27330 <lyxtabular version="3" rows="3" columns="2">
27331 <features booktabs="true" tabularvalignment="middle">
27332 <column alignment="center" valignment="top" width="0pt">
27333 <column alignment="center" valignment="top">
27334 <row>
27335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27336 \begin_inset Text
27337
27338 \begin_layout Plain Layout
27339 Command
27340 \end_layout
27341
27342 \end_inset
27343 </cell>
27344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27345 \begin_inset Text
27346
27347 \begin_layout Plain Layout
27348 Result
27349 \end_layout
27350
27351 \end_inset
27352 </cell>
27353 </row>
27354 <row>
27355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27356 \begin_inset Text
27357
27358 \begin_layout Plain Layout
27359
27360 \backslash
27361 textcircled{w}
27362 \end_layout
27363
27364 \end_inset
27365 </cell>
27366 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27367 \begin_inset Text
27368
27369 \begin_layout Plain Layout
27370 \begin_inset ERT
27371 status collapsed
27372
27373 \begin_layout Plain Layout
27374
27375
27376 \backslash
27377 textcircled{w}
27378 \end_layout
27379
27380 \end_inset
27381
27382
27383 \end_layout
27384
27385 \end_inset
27386 </cell>
27387 </row>
27388 <row topspace="1mm">
27389 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27390 \begin_inset Text
27391
27392 \begin_layout Plain Layout
27393
27394 \backslash
27395 Large 
27396 \backslash
27397 textcircled{
27398 \backslash
27399 normalsize
27400 \backslash
27401 protect
27402 \backslash
27403 raisebox{-1.5pt}{W}}
27404 \end_layout
27405
27406 \end_inset
27407 </cell>
27408 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27409 \begin_inset Text
27410
27411 \begin_layout Plain Layout
27412 \begin_inset ERT
27413 status collapsed
27414
27415 \begin_layout Plain Layout
27416
27417
27418 \backslash
27419 Large 
27420 \backslash
27421 textcircled{
27422 \backslash
27423 normalsize
27424 \backslash
27425 protect
27426 \backslash
27427 raisebox{-1.5pt}W}
27428 \end_layout
27429
27430 \end_inset
27431
27432
27433 \end_layout
27434
27435 \end_inset
27436 </cell>
27437 </row>
27438 </lyxtabular>
27439
27440 \end_inset
27441
27442
27443 \end_layout
27444
27445 \begin_layout Standard
27446 One has to take care that the character fits in the circle.
27447  
27448 \series bold
27449
27450 \backslash
27451 Large
27452 \series default
27453
27454 \begin_inset Foot
27455 status collapsed
27456
27457 \begin_layout Plain Layout
27458 see 
27459 \begin_inset CommandInset ref
27460 LatexCommand ref
27461 reference "subsec:Font-Sizes"
27462
27463 \end_inset
27464
27465
27466 \end_layout
27467
27468 \end_inset
27469
27470  specifies thereby the size of the circle.
27471  With the help of 
27472 \series bold
27473
27474 \backslash
27475 raisebox
27476 \series default
27477
27478 \begin_inset Foot
27479 status collapsed
27480
27481 \begin_layout Plain Layout
27482 see 
27483 \begin_inset CommandInset ref
27484 LatexCommand ref
27485 reference "subsec:Boxes-without-Frame"
27486
27487 \end_inset
27488
27489
27490 \end_layout
27491
27492 \end_inset
27493
27494  the character can be centered.
27495 \end_layout
27496
27497 \begin_layout Subsection
27498 Old-style Figures
27499 \begin_inset Index idx
27500 status collapsed
27501
27502 \begin_layout Plain Layout
27503 Old-style Figures
27504 \end_layout
27505
27506 \end_inset
27507
27508
27509 \end_layout
27510
27511 \begin_layout Standard
27512 Old-style figures (also known as old-style numerals) are created with the
27513  command 
27514 \series bold
27515
27516 \backslash
27517 oldstylenums
27518 \series default
27519
27520 \begin_inset Index idx
27521 status collapsed
27522
27523 \begin_layout Plain Layout
27524 Commands ! O ! 
27525 \backslash
27526 oldstylenums
27527 \end_layout
27528
27529 \end_inset
27530
27531 .
27532  The command can be used in formulas and in \SpecialChar TeX
27533  mode.
27534  The command scheme is:
27535 \end_layout
27536
27537 \begin_layout Standard
27538
27539 \series bold
27540
27541 \backslash
27542 oldstylenums{number}
27543 \end_layout
27544
27545 \begin_layout Standard
27546 The command 
27547 \series bold
27548
27549 \backslash
27550 oldstylenums{0123456789
27551 \series default
27552  produces: 
27553 \begin_inset Formula $\oldstylenums{0123456789}$
27554 \end_inset
27555
27556
27557 \end_layout
27558
27559 \begin_layout Section
27560 Formula Styles
27561 \begin_inset CommandInset label
27562 LatexCommand label
27563 name "sec:Formula-Styles"
27564
27565 \end_inset
27566
27567
27568 \begin_inset Index idx
27569 status collapsed
27570
27571 \begin_layout Plain Layout
27572 Formula ! styles
27573 \end_layout
27574
27575 \end_inset
27576
27577
27578 \end_layout
27579
27580 \begin_layout Itemize
27581 There are two different alignment styles:
27582 \begin_inset Separator parbreak
27583 \end_inset
27584
27585
27586 \end_layout
27587
27588 \begin_deeper
27589 \begin_layout Description
27590 Centered is the predefined standard
27591 \end_layout
27592
27593 \begin_layout Description
27594 Indented for this the option 
27595 \series bold
27596 fleqn
27597 \series default
27598  must be inserted in the menu 
27599 \family sans
27600 Document\SpecialChar menuseparator
27601 Settings
27602 \family default
27603  under 
27604 \family sans
27605 Document
27606 \begin_inset space ~
27607 \end_inset
27608
27609 Class
27610 \end_layout
27611
27612 \begin_layout Standard
27613 When 
27614 \series bold
27615 Indented
27616 \series default
27617  is used, the indentation can be adjusted with the length 
27618 \series bold
27619
27620 \backslash
27621 mathindent
27622 \series default
27623
27624 \begin_inset Index idx
27625 status collapsed
27626
27627 \begin_layout Plain Layout
27628 Commands ! M ! 
27629 \backslash
27630 mathindent
27631 \end_layout
27632
27633 \end_inset
27634
27635 .
27636  Should the distance be 15
27637 \begin_inset space \thinspace{}
27638 \end_inset
27639
27640 mm, the following command line is inserted in the \SpecialChar LaTeX
27641 -preamble
27642 \end_layout
27643
27644 \begin_layout Standard
27645
27646 \series bold
27647
27648 \backslash
27649 setlength{
27650 \backslash
27651 mathindent}{15mm}
27652 \end_layout
27653
27654 \begin_layout Standard
27655 When no length is specified, the predefined value of 30
27656 \begin_inset space \thinspace{}
27657 \end_inset
27658
27659 pt will be used.
27660 \end_layout
27661
27662 \end_deeper
27663 \begin_layout Itemize
27664 And two different numbering styles:
27665 \begin_inset Separator parbreak
27666 \end_inset
27667
27668
27669 \end_layout
27670
27671 \begin_deeper
27672 \begin_layout Description
27673 Right is the predefined standard
27674 \end_layout
27675
27676 \begin_layout Description
27677 Left for this the option 
27678 \series bold
27679 leqno
27680 \series default
27681  must be inserted in the menu 
27682 \family sans
27683 Document\SpecialChar menuseparator
27684 Settings
27685 \family default
27686  under 
27687 \family sans
27688 Document
27689 \begin_inset space ~
27690 \end_inset
27691
27692 Class
27693 \end_layout
27694
27695 \end_deeper
27696 \begin_layout Standard
27697
27698 \series bold
27699 fleqn
27700 \series default
27701  and 
27702 \series bold
27703 leqno
27704 \series default
27705  can also be used together.
27706  In this case both options are inserted, separated by a comma.
27707 \end_layout
27708
27709 \begin_layout Standard
27710 The chosen styles are used for all displayed formulas of the document.
27711  When both, centered and indented formulas should be created in a document,
27712  the style 
27713 \series bold
27714 Centered
27715 \series default
27716  is used.
27717  The indented formulas are then set in a flalign environment, see 
27718 \begin_inset CommandInset ref
27719 LatexCommand ref
27720 reference "subsec:Flalign-Environment"
27721
27722 \end_inset
27723
27724 .
27725 \end_layout
27726
27727 \begin_layout Section
27728 Multiline Formulas
27729 \begin_inset CommandInset label
27730 LatexCommand label
27731 name "sec:Multiline-Formulas"
27732
27733 \end_inset
27734
27735
27736 \begin_inset Index idx
27737 status collapsed
27738
27739 \begin_layout Plain Layout
27740 Formula ! multiline
27741 \end_layout
27742
27743 \end_inset
27744
27745
27746 \end_layout
27747
27748 \begin_layout Subsection
27749 General
27750 \end_layout
27751
27752 \begin_layout Standard
27753 In \SpecialChar LyX
27754  multiline formulas are created by pressing 
27755 \begin_inset Info
27756 type  "shortcut"
27757 arg   "newline-insert newline"
27758 \end_inset
27759
27760  inside a formula.
27761  
27762 \change_deleted 2047637253 1449850740
27763 This creates either an 
27764 \series bold
27765 eqnarray environment
27766 \series default
27767  that is described in 
27768 \begin_inset CommandInset ref
27769 LatexCommand ref
27770 reference "subsec:Eqnarray-Environment"
27771
27772 \end_inset
27773
27774  or, when the option 
27775 \family sans
27776 Use AMS math package
27777 \family default
27778  in the document settings is selected, an 
27779 \series bold
27780 align environment
27781 \series default
27782  that is described in 
27783 \begin_inset CommandInset ref
27784 LatexCommand ref
27785 reference "subsec:Standard-align-Environment"
27786
27787 \end_inset
27788
27789 .
27790  
27791 \change_inserted 2047637253 1449851860
27792 This creates either an 
27793 \series bold
27794 align environment
27795 \series default
27796  that is described in 
27797 \begin_inset CommandInset ref
27798 LatexCommand ref
27799 reference "subsec:Standard-align-Environment"
27800
27801 \end_inset
27802
27803  or, when automatically loading the package
27804 \family sans
27805  AMS math
27806 \family default
27807  is disabled in the document settings, an 
27808 \series bold
27809 eqnarray environment
27810 \series default
27811  that is described in 
27812 \begin_inset CommandInset ref
27813 LatexCommand ref
27814 reference "subsec:Eqnarray-Environment"
27815
27816 \end_inset
27817
27818 .
27819  
27820 \change_unchanged
27821 The align environment is recommended because it provides in any case a typograph
27822 ically correct output.
27823 \end_layout
27824
27825 \begin_layout Standard
27826 There are other multiline formula environments that can be created via the
27827  menu 
27828 \family sans
27829 Insert\SpecialChar menuseparator
27830 Math
27831 \family default
27832 .
27833  These environments are described in the following sections.
27834 \end_layout
27835
27836 \begin_layout Standard
27837 In all multiline formula environments a new line is created by pressing
27838  
27839 \begin_inset Info
27840 type  "shortcut"
27841 arg   "newline-insert newline"
27842 \end_inset
27843
27844 .
27845  To add or delete lines, the math toolbar buttons 
27846 \begin_inset Info
27847 type  "icon"
27848 arg   "inset-modify tabular append-row"
27849 \end_inset
27850
27851  or 
27852 \begin_inset Info
27853 type  "icon"
27854 arg   "inset-modify tabular delete-row"
27855 \end_inset
27856
27857 , respectively, or the menu 
27858 \family sans
27859 Edit\SpecialChar menuseparator
27860 Rows & Columns
27861 \family default
27862  can be used.
27863 \end_layout
27864
27865 \begin_layout Subsubsection
27866 Line Separation
27867 \begin_inset CommandInset label
27868 LatexCommand label
27869 name "subsec:Line-Separation"
27870
27871 \end_inset
27872
27873
27874 \begin_inset Index idx
27875 status collapsed
27876
27877 \begin_layout Plain Layout
27878 Formula ! multiline ! Line separation
27879 \end_layout
27880
27881 \end_inset
27882
27883
27884 \end_layout
27885
27886 \begin_layout Standard
27887 There is sometimes not enough space in multiline formulas between the lines:
27888 \begin_inset Formula 
27889 \begin{eqnarray*}
27890 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}\\
27891 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
27892 \end{eqnarray*}
27893
27894 \end_inset
27895
27896
27897 \end_layout
27898
27899 \begin_layout Standard
27900 In \SpecialChar LaTeX
27901  additional line space is specified as optional argument of the new line
27902  command.
27903  This is not yet possible in \SpecialChar LyX
27904
27905 \begin_inset Foot
27906 status collapsed
27907
27908 \begin_layout Plain Layout
27909 see 
27910 \begin_inset CommandInset href
27911 LatexCommand href
27912 name "LyX-bug #1505"
27913 target "http://www.lyx.org/trac/ticket/1505"
27914
27915 \end_inset
27916
27917
27918 \end_layout
27919
27920 \end_inset
27921
27922 , therefore the whole formula must be inserted in \SpecialChar TeX
27923  mode.
27924  To add in our example space, the command 
27925 \series bold
27926
27927 \backslash
27928
27929 \backslash
27930 [3mm]
27931 \series default
27932  is inserted at the end of the first line.
27933  One gets: 
27934 \begin_inset ERT
27935 status collapsed
27936
27937 \begin_layout Plain Layout
27938
27939
27940 \backslash
27941 begin{eqnarray*}
27942 \end_layout
27943
27944 \begin_layout Plain Layout
27945
27946 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27947  = & 
27948 \backslash
27949 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27950 \backslash
27951
27952 \backslash
27953 [3mm]
27954 \end_layout
27955
27956 \begin_layout Plain Layout
27957
27958 4x^{2}
27959 \backslash
27960 left(B^{2}+x_{0}^{2}
27961 \backslash
27962 right)+4x_{0}x
27963 \backslash
27964 left(D-B^{2}
27965 \backslash
27966 right)+B^{2}
27967 \backslash
27968 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27969 \backslash
27970 right) & = & 0
27971 \end_layout
27972
27973 \begin_layout Plain Layout
27974
27975
27976 \backslash
27977 end{eqnarray*}
27978 \end_layout
27979
27980 \end_inset
27981
27982
27983 \end_layout
27984
27985 \begin_layout Standard
27986 \begin_inset VSpace bigskip
27987 \end_inset
27988
27989 To set the line separation for all lines in a formula, the length 
27990 \series bold
27991
27992 \backslash
27993 jot
27994 \series default
27995
27996 \begin_inset Index idx
27997 status collapsed
27998
27999 \begin_layout Plain Layout
28000 Commands ! J ! 
28001 \backslash
28002 jot
28003 \end_layout
28004
28005 \end_inset
28006
28007  is changed.
28008  The definition is: 
28009 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
28010 \end_inset
28011
28012 .
28013  Predefined for 
28014 \series bold
28015
28016 \backslash
28017 jot
28018 \series default
28019  is the value 3
28020 \begin_inset space \thinspace{}
28021 \end_inset
28022
28023 pt.
28024  To create 3
28025 \begin_inset space \thinspace{}
28026 \end_inset
28027
28028 mm additional line separation as in the previous example, the command
28029 \end_layout
28030
28031 \begin_layout Standard
28032
28033 \series bold
28034
28035 \backslash
28036 setlength{
28037 \backslash
28038 jot}{3mm+3pt}
28039 \end_layout
28040
28041 \begin_layout Standard
28042 is inserted in \SpecialChar TeX
28043  mode before the formula.
28044  This requires that the \SpecialChar LaTeX
28045 -package 
28046 \series bold
28047 calc
28048 \series default
28049
28050 \begin_inset Foot
28051 status collapsed
28052
28053 \begin_layout Plain Layout
28054
28055 \series bold
28056 calc
28057 \series default
28058  is part of every \SpecialChar LaTeX
28059  standard installation.
28060 \end_layout
28061
28062 \end_inset
28063
28064
28065 \begin_inset Index idx
28066 status collapsed
28067
28068 \begin_layout Plain Layout
28069 Packages ! calc
28070 \end_layout
28071
28072 \end_inset
28073
28074  was loaded in \SpecialChar LaTeX
28075 -preamble with the line
28076 \end_layout
28077
28078 \begin_layout Standard
28079
28080 \series bold
28081
28082 \backslash
28083 usepackage{calc}
28084 \end_layout
28085
28086 \begin_layout Standard
28087 One gets: 
28088 \begin_inset ERT
28089 status collapsed
28090
28091 \begin_layout Plain Layout
28092
28093
28094 \backslash
28095 setlength{
28096 \backslash
28097 jot}{3mm+3pt}
28098 \end_layout
28099
28100 \end_inset
28101
28102
28103 \begin_inset Formula 
28104 \begin{eqnarray*}
28105 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}\\
28106 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
28107 \end{eqnarray*}
28108
28109 \end_inset
28110
28111
28112 \end_layout
28113
28114 \begin_layout Standard
28115 \begin_inset ERT
28116 status collapsed
28117
28118 \begin_layout Plain Layout
28119
28120
28121 \backslash
28122 setlength{
28123 \backslash
28124 jot}{3pt}
28125 \end_layout
28126
28127 \end_inset
28128
28129  To get back to the predefined distance, 
28130 \series bold
28131
28132 \backslash
28133 jot
28134 \series default
28135  is set to the value 3
28136 \begin_inset space \thinspace{}
28137 \end_inset
28138
28139 pt.
28140 \end_layout
28141
28142 \begin_layout Subsubsection
28143 Column Separation
28144 \begin_inset CommandInset label
28145 LatexCommand label
28146 name "subsec:Column-Separation"
28147
28148 \end_inset
28149
28150
28151 \begin_inset Index idx
28152 status collapsed
28153
28154 \begin_layout Plain Layout
28155 Formula ! multiline ! Column separation
28156 \end_layout
28157
28158 \end_inset
28159
28160
28161 \end_layout
28162
28163 \begin_layout Standard
28164 Multiline formulas form a matrix.
28165  A formula in the eqnarray environment is for example a matrix with three
28166  columns.
28167  By changing the column separation in this environment, the space beside
28168  the relation sign can be changed.
28169 \end_layout
28170
28171 \begin_layout Standard
28172 The column separation is specified with the length 
28173 \series bold
28174
28175 \backslash
28176 arraycolsep
28177 \series default
28178
28179 \begin_inset Index idx
28180 status collapsed
28181
28182 \begin_layout Plain Layout
28183 Commands ! A ! 
28184 \backslash
28185 arraycolsep
28186 \end_layout
28187
28188 \end_inset
28189
28190  according to:
28191 \begin_inset Newline newline
28192 \end_inset
28193
28194 column separation = 2
28195 \begin_inset space \thinspace{}
28196 \end_inset
28197
28198
28199 \series bold
28200
28201 \backslash
28202 arraycolsep
28203 \series default
28204
28205 \begin_inset Newline newline
28206 \end_inset
28207
28208 Thus, the command
28209 \end_layout
28210
28211 \begin_layout Standard
28212
28213 \series bold
28214
28215 \backslash
28216 setlength{
28217 \backslash
28218 arraycolsep}{1cm}
28219 \end_layout
28220
28221 \begin_layout Standard
28222 inserted in \SpecialChar TeX
28223  mode, sets for all following formulas a column separation of
28224  2
28225 \begin_inset space \thinspace{}
28226 \end_inset
28227
28228 cm.
28229  To get back to the predefined distance, 
28230 \series bold
28231
28232 \backslash
28233 arraycolsep
28234 \series default
28235  is set to 5
28236 \begin_inset space \thinspace{}
28237 \end_inset
28238
28239 pt.
28240 \end_layout
28241
28242 \begin_layout Standard
28243 A formula with 2
28244 \begin_inset space \thinspace{}
28245 \end_inset
28246
28247 cm column separation:
28248 \begin_inset ERT
28249 status collapsed
28250
28251 \begin_layout Plain Layout
28252
28253
28254 \backslash
28255 setlength{
28256 \backslash
28257 arraycolsep}{1cm}
28258 \end_layout
28259
28260 \end_inset
28261
28262
28263 \begin_inset Formula 
28264 \begin{eqnarray*}
28265 A & = & B\\
28266 C & \ne & A
28267 \end{eqnarray*}
28268
28269 \end_inset
28270
28271 A formula with the predefined column separation for matrices of 10
28272 \begin_inset space \thinspace{}
28273 \end_inset
28274
28275 pt:
28276 \begin_inset ERT
28277 status collapsed
28278
28279 \begin_layout Plain Layout
28280
28281
28282 \backslash
28283 setlength{
28284 \backslash
28285 arraycolsep}{5pt}
28286 \end_layout
28287
28288 \end_inset
28289
28290
28291 \begin_inset Formula 
28292 \begin{eqnarray*}
28293 A & = & B\\
28294 C & \ne & A
28295 \end{eqnarray*}
28296
28297 \end_inset
28298
28299
28300 \end_layout
28301
28302 \begin_layout Subsubsection
28303 Long Formulas
28304 \begin_inset Index idx
28305 status collapsed
28306
28307 \begin_layout Plain Layout
28308 Formula ! long
28309 \end_layout
28310
28311 \end_inset
28312
28313
28314 \end_layout
28315
28316 \begin_layout Standard
28317 Long formulas can be typeset using these methods:
28318 \end_layout
28319
28320 \begin_layout Itemize
28321 When one side of the equation is much shorter than the line width, this
28322  one is chosen for the left side and the right side is typeset over two
28323  lines:
28324 \begin_inset Formula 
28325 \begin{eqnarray}
28326 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 \\
28327  &  & -\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}
28328 \end{eqnarray}
28329
28330 \end_inset
28331
28332 The minus sign at the beginning of the second line does normally not appear
28333  as an operator because it is the first character of the line.
28334  Thus it would not be surrounded by space and could not be distinguished
28335  from the fraction bar.
28336  To avoid this, 3
28337 \begin_inset space \thinspace{}
28338 \end_inset
28339
28340 pt space was inserted behind the minus sign with the command 
28341 \series bold
28342
28343 \backslash
28344 hspace
28345 \series default
28346 .
28347 \begin_inset Foot
28348 status collapsed
28349
28350 \begin_layout Plain Layout
28351 for more about 
28352 \series bold
28353
28354 \backslash
28355 hspace
28356 \series default
28357  see 
28358 \begin_inset CommandInset ref
28359 LatexCommand ref
28360 reference "subsec:Variable-Space"
28361
28362 \end_inset
28363
28364
28365 \end_layout
28366
28367 \end_inset
28368
28369
28370 \begin_inset Index idx
28371 status collapsed
28372
28373 \begin_layout Plain Layout
28374 Commands ! H ! 
28375 \backslash
28376 hspace
28377 \end_layout
28378
28379 \end_inset
28380
28381
28382 \end_layout
28383
28384 \begin_layout Itemize
28385 When both sides of the equation are too long, the command 
28386 \series bold
28387
28388 \backslash
28389 lefteqn
28390 \series default
28391
28392 \begin_inset Index idx
28393 status collapsed
28394
28395 \begin_layout Plain Layout
28396 Commands ! L ! 
28397 \backslash
28398 lefteqn
28399 \end_layout
28400
28401 \end_inset
28402
28403  is used.
28404  It is inserted in the first column of the first line and causes all further
28405  insertions to overwrite the following columns:
28406 \begin_inset Formula 
28407 \begin{eqnarray}
28408 \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 \\
28409  &  & -\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 \\
28410  &  & =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}
28411 \end{eqnarray}
28412
28413 \end_inset
28414
28415 After the insertion of 
28416 \series bold
28417
28418 \backslash
28419 lefteqn
28420 \series default
28421 , the cursor is in a purple box that is a bit shifted to the left from the
28422  blue one.
28423  In this the formula is inserted.
28424 \begin_inset Newline newline
28425 \end_inset
28426
28427 The content of the further lines is inserted to the second or another formula
28428  column.
28429  The greater the column number where it was inserted, the larger the indentation.
28430 \begin_inset VSpace medskip
28431 \end_inset
28432
28433
28434 \begin_inset Newline newline
28435 \end_inset
28436
28437
28438 \begin_inset Note Greyedout
28439 status open
28440
28441 \begin_layout Plain Layout
28442 Note the following when using 
28443 \series bold
28444
28445 \backslash
28446 lefteqn
28447 \series default
28448 :
28449 \end_layout
28450
28451 \begin_layout Itemize
28452 The formula doesn't use the full page width.
28453  When e.
28454 \begin_inset space \thinspace{}
28455 \end_inset
28456
28457 g.
28458 \begin_inset space \space{}
28459 \end_inset
28460
28461 the term 
28462 \begin_inset Formula $-B^{2}$
28463 \end_inset
28464
28465  is added to the first line in the above example, it would have been outside
28466  the page margin.
28467  To better use the width, negative space can be inserted at the beginning
28468  of the first line.
28469 \end_layout
28470
28471 \begin_layout Itemize
28472 Due to a bug in \SpecialChar LyX
28473  the cursor cannot be set with the mouse into the first
28474  line.
28475 \begin_inset Foot
28476 status collapsed
28477
28478 \begin_layout Plain Layout
28479 \begin_inset CommandInset href
28480 LatexCommand href
28481 name "LyX-bug #1429"
28482 target "http://www.lyx.org/trac/ticket/1429"
28483
28484 \end_inset
28485
28486
28487 \end_layout
28488
28489 \end_inset
28490
28491  One can only set the cursor at the beginning of the line and move it with
28492  the arrow keys.
28493 \end_layout
28494
28495 \end_inset
28496
28497
28498 \end_layout
28499
28500 \begin_layout Itemize
28501 Other methods to set long formulas are offered by the environments described
28502  in 
28503 \begin_inset CommandInset ref
28504 LatexCommand ref
28505 reference "subsec:Multline-Environment"
28506
28507 \end_inset
28508
28509  and 
28510 \begin_inset CommandInset ref
28511 LatexCommand ref
28512 reference "subsec:Multiline-Formula-Parts"
28513
28514 \end_inset
28515
28516 .
28517 \end_layout
28518
28519 \begin_layout Subsubsection
28520 Multiline Fractions
28521 \begin_inset CommandInset label
28522 LatexCommand label
28523 name "subsec:Multiline-Fractions"
28524
28525 \end_inset
28526
28527
28528 \begin_inset Index idx
28529 status collapsed
28530
28531 \begin_layout Plain Layout
28532 Fractions ! multiline
28533 \end_layout
28534
28535 \end_inset
28536
28537
28538 \end_layout
28539
28540 \begin_layout Standard
28541 There are cases where the denominator and/or the numerator of a fraction
28542  is so long that the fraction does not fit into one line.
28543  It is then necessary to add a line break within the fraction.
28544  This can be done using the command 
28545 \series bold
28546
28547 \backslash
28548 splitfrac
28549 \series default
28550
28551 \begin_inset Index idx
28552 status collapsed
28553
28554 \begin_layout Plain Layout
28555 Commands ! S ! 
28556 \backslash
28557 splitfrac
28558 \end_layout
28559
28560 \end_inset
28561
28562 .
28563  To activate it, set in the document settings under 
28564 \family sans
28565 Math
28566 \begin_inset space ~
28567 \end_inset
28568
28569 Options
28570 \family default
28571  for the package 
28572 \series bold
28573 mathtools
28574 \series default
28575
28576 \begin_inset Index idx
28577 status collapsed
28578
28579 \begin_layout Plain Layout
28580 Packages ! mathtools
28581 \end_layout
28582
28583 \end_inset
28584
28585  the option 
28586 \family sans
28587 Load
28588 \begin_inset space ~
28589 \end_inset
28590
28591 always
28592 \family default
28593 .
28594  
28595 \series bold
28596
28597 \backslash
28598 splitfrac
28599 \series default
28600  has the scheme
28601 \end_layout
28602
28603 \begin_layout Standard
28604
28605 \series bold
28606
28607 \backslash
28608 splitfrac{first line}{second line}
28609 \end_layout
28610
28611 \begin_layout Standard
28612 and is used as denominator and/or numerator:
28613 \end_layout
28614
28615 \begin_layout Standard
28616 \begin_inset Formula 
28617 \[
28618 a=\frac{\splitfrac{xy+xy+xy+xy+xy}{+wy+wy+wy+wy}}{z}\ne\frac{\splitdfrac{xy+\frac{xy}{z}+xy+xy+xy}{+xy+xy+xy+xy}}{z}
28619 \]
28620
28621 \end_inset
28622
28623 The command for the first numerator above is:
28624 \end_layout
28625
28626 \begin_layout Standard
28627
28628 \series bold
28629
28630 \backslash
28631 splitfrac{xy+xy+xy+xy+xy
28632 \begin_inset space \textvisiblespace{}
28633 \end_inset
28634
28635
28636 \backslash
28637 {+wy+wy+wy+wy
28638 \end_layout
28639
28640 \begin_layout Subsubsection
28641 Multiline Brackets
28642 \begin_inset CommandInset label
28643 LatexCommand label
28644 name "subsec:Multiline-Brackets"
28645
28646 \end_inset
28647
28648
28649 \begin_inset Index idx
28650 status collapsed
28651
28652 \begin_layout Plain Layout
28653 Brackets ! for multiline expressions
28654 \end_layout
28655
28656 \end_inset
28657
28658
28659 \end_layout
28660
28661 \begin_layout Standard
28662 For brackets spanning multiple lines the following problem occurs:
28663 \begin_inset Formula 
28664 \begin{eqnarray*}
28665 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28666  &  & \left.\cdots+B-D\right]
28667 \end{eqnarray*}
28668
28669 \end_inset
28670
28671
28672 \end_layout
28673
28674 \begin_layout Standard
28675 The closing bracket is smaller than the opening bracket because brackets
28676  with variable size may not span multiple lines.
28677 \end_layout
28678
28679 \begin_layout Standard
28680 To set the bracket size for the second line correctly, the first line is
28681  ended with 
28682 \series bold
28683
28684 \backslash
28685 right.
28686 \series default
28687
28688 \begin_inset Index idx
28689 status collapsed
28690
28691 \begin_layout Plain Layout
28692 Commands ! R ! 
28693 \backslash
28694 right
28695 \end_layout
28696
28697 \end_inset
28698
28699  and the second line with 
28700 \series bold
28701
28702 \backslash
28703 left.
28704 \begin_inset Foot
28705 status collapsed
28706
28707 \begin_layout Plain Layout
28708 for more about 
28709 \series bold
28710
28711 \backslash
28712 left
28713 \series default
28714  and 
28715 \series bold
28716
28717 \backslash
28718 right
28719 \series default
28720  see 
28721 \begin_inset CommandInset ref
28722 LatexCommand ref
28723 reference "subsec:Automatic-Bracket-Size"
28724
28725 \end_inset
28726
28727
28728 \end_layout
28729
28730 \end_inset
28731
28732
28733 \series default
28734
28735 \begin_inset Index idx
28736 status collapsed
28737
28738 \begin_layout Plain Layout
28739 Commands ! L ! 
28740 \backslash
28741 left
28742 \end_layout
28743
28744 \end_inset
28745
28746 .
28747  After 
28748 \series bold
28749
28750 \backslash
28751 left.
28752
28753 \series default
28754  the command 
28755 \series bold
28756
28757 \backslash
28758 vphantom
28759 \series default
28760
28761 \begin_inset space \textvisiblespace{}
28762 \end_inset
28763
28764
28765 \series bold
28766
28767 \backslash
28768 prod
28769 \series default
28770 ^
28771 \begin_inset space \textvisiblespace{}
28772 \end_inset
28773
28774
28775 \series bold
28776
28777 \backslash
28778 infty
28779 \series default
28780
28781 \begin_inset space \textvisiblespace{}
28782 \end_inset
28783
28784
28785 \series bold
28786
28787 \begin_inset Formula $\downarrow$
28788 \end_inset
28789
28790 _R=1}
28791 \series default
28792
28793 \begin_inset Index idx
28794 status collapsed
28795
28796 \begin_layout Plain Layout
28797 Commands ! V ! 
28798 \backslash
28799 vphantom
28800 \end_layout
28801
28802 \end_inset
28803
28804  is inserted, because the multiplication operator with its limits is the
28805  largest symbol in the first line and this should be the size for the bracket
28806  in the second line.
28807 \end_layout
28808
28809 \begin_layout Standard
28810 The result is this:
28811 \begin_inset Formula 
28812 \begin{eqnarray*}
28813 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28814  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28815 \end{eqnarray*}
28816
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \begin_layout Subsection
28823 Align Environments
28824 \end_layout
28825
28826 \begin_layout Standard
28827 Align environments can be used for every kind of multiline formulas.
28828  They are especially useful to set several formulas side by side.
28829 \end_layout
28830
28831 \begin_layout Standard
28832 Align environments consist of columns.
28833  The odd columns are right aligned, the even ones left aligned.
28834  Every line in an Align environment can be numbered.
28835 \end_layout
28836
28837 \begin_layout Standard
28838 Align environments are created via the menu 
28839 \family sans
28840 Insert\SpecialChar menuseparator
28841 Math
28842 \family default
28843 .
28844  With the menu 
28845 \family sans
28846 Edit\SpecialChar menuseparator
28847 Math\SpecialChar menuseparator
28848 Change Formula Type
28849 \family default
28850  already existing formulas can be converted to Align environments.
28851 \end_layout
28852
28853 \begin_layout Standard
28854 To add or delete columns, the math toolbar buttons 
28855 \begin_inset Info
28856 type  "icon"
28857 arg   "inset-modify tabular append-column"
28858 \end_inset
28859
28860  or 
28861 \begin_inset Info
28862 type  "icon"
28863 arg   "inset-modify tabular delete-column"
28864 \end_inset
28865
28866 , respectively, or the menu 
28867 \family sans
28868 Edit\SpecialChar menuseparator
28869 Rows & Columns
28870 \family default
28871  can be used.
28872 \end_layout
28873
28874 \begin_layout Subsubsection
28875 Standard align Environment
28876 \begin_inset CommandInset label
28877 LatexCommand label
28878 name "subsec:Standard-align-Environment"
28879
28880 \end_inset
28881
28882
28883 \begin_inset Index idx
28884 status collapsed
28885
28886 \begin_layout Plain Layout
28887 Formula ! multiline ! align environment
28888 \end_layout
28889
28890 \end_inset
28891
28892
28893 \end_layout
28894
28895 \begin_layout Standard
28896 This Align environment is created by pressing 
28897 \begin_inset Info
28898 type  "shortcut"
28899 arg   "newline-insert newline"
28900 \end_inset
28901
28902  in a formula or by the menu 
28903 \family sans
28904 Insert\SpecialChar menuseparator
28905 Math\SpecialChar menuseparator
28906 AMS align Environment
28907 \family default
28908 .
28909 \end_layout
28910
28911 \begin_layout Standard
28912 An example for two formulas set side by side, that are created with a four
28913  column align environment:
28914 \begin_inset Formula 
28915 \begin{align*}
28916 A & =\sin(B) & C & =D\\
28917 C & \ne A & B & \ne D
28918 \end{align*}
28919
28920 \end_inset
28921
28922 As it can be seen, the formulas in this environment are placed so as if
28923  there would be a 
28924 \series bold
28925
28926 \backslash
28927 hfill
28928 \begin_inset Foot
28929 status collapsed
28930
28931 \begin_layout Plain Layout
28932 more about 
28933 \series bold
28934
28935 \backslash
28936 hfill
28937 \series default
28938  see 
28939 \begin_inset CommandInset ref
28940 LatexCommand ref
28941 reference "subsec:Variable-Space"
28942
28943 \end_inset
28944
28945
28946 \end_layout
28947
28948 \end_inset
28949
28950
28951 \series default
28952  before the first and after every even column.
28953  When the formula style 
28954 \series bold
28955 Indented
28956 \begin_inset Foot
28957 status collapsed
28958
28959 \begin_layout Plain Layout
28960 formula styles see 
28961 \begin_inset CommandInset ref
28962 LatexCommand ref
28963 reference "sec:Formula-Styles"
28964
28965 \end_inset
28966
28967
28968 \end_layout
28969
28970 \end_inset
28971
28972
28973 \series default
28974  is used, the formula is set without the 
28975 \series bold
28976
28977 \backslash
28978 hfill
28979 \series default
28980  before the first column.
28981 \end_layout
28982
28983 \begin_layout Subsubsection
28984 Alignat Environment
28985 \begin_inset Index idx
28986 status collapsed
28987
28988 \begin_layout Plain Layout
28989 Formula ! multiline ! alignat environment
28990 \end_layout
28991
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \begin_layout Standard
28998 The alignat environment has no predefined column separation.
28999  It can be inserted manually with the spaces that are described 
29000 \begin_inset CommandInset ref
29001 LatexCommand ref
29002 reference "subsec:Space"
29003
29004 \end_inset
29005
29006 .
29007 \end_layout
29008
29009 \begin_layout Standard
29010 The above example in the alignat environment where 1
29011 \begin_inset space \thinspace{}
29012 \end_inset
29013
29014 cm space was inserted at the beginning of the second formula:
29015 \begin_inset Formula 
29016 \begin{alignat*}{2}
29017 A & =\sin(B) & \hspace{1cm}C & =D\\
29018 C & \ne A & B & \ne D
29019 \end{alignat*}
29020
29021 \end_inset
29022
29023 Because the column separation can be set separately for every column, this
29024  environment is especially suitable to set three and more formulas side
29025  by side.
29026 \end_layout
29027
29028 \begin_layout Subsubsection
29029 Flalign Environment
29030 \begin_inset CommandInset label
29031 LatexCommand label
29032 name "subsec:Flalign-Environment"
29033
29034 \end_inset
29035
29036
29037 \begin_inset Index idx
29038 status collapsed
29039
29040 \begin_layout Plain Layout
29041 Formula ! multiline ! flalign environment
29042 \end_layout
29043
29044 \end_inset
29045
29046
29047 \end_layout
29048
29049 \begin_layout Standard
29050 In this environment the first two columns are always set as much as possible
29051  to the left and the last two ones to the right.
29052  An example:
29053 \begin_inset Formula 
29054 \begin{flalign*}
29055 A & =1 & B & =2 & C & =3\\
29056 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29057 \end{flalign*}
29058
29059 \end_inset
29060
29061
29062 \end_layout
29063
29064 \begin_layout Standard
29065 By creating a flalign environment with an odd number of columns where an
29066  empty \SpecialChar TeX
29067  brace is inserted to the last column, several formulas in a document
29068  can be set to the left, although the formula style 
29069 \series bold
29070 Centered
29071 \series default
29072  is used.
29073  As example the indented formula 
29074 \begin_inset CommandInset ref
29075 LatexCommand eqref
29076 reference "eq:VolInt"
29077
29078 \end_inset
29079
29080 :
29081 \begin_inset Formula 
29082 \begin{flalign}
29083 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29084 \end{flalign}
29085
29086 \end_inset
29087
29088 The first two columns contain the formula.
29089  To indent it as with the formula style 
29090 \series bold
29091 Indented
29092 \series default
29093 , 30
29094 \begin_inset space \thinspace{}
29095 \end_inset
29096
29097 pt space was inserted at the beginning of the first column.
29098 \end_layout
29099
29100 \begin_layout Subsection
29101 Eqnarray Environment
29102 \begin_inset CommandInset label
29103 LatexCommand label
29104 name "subsec:Eqnarray-Environment"
29105
29106 \end_inset
29107
29108
29109 \begin_inset Index idx
29110 status collapsed
29111
29112 \begin_layout Plain Layout
29113 Formula ! multiline ! eqnarray environment
29114 \end_layout
29115
29116 \end_inset
29117
29118
29119 \end_layout
29120
29121 \begin_layout Standard
29122 When this environment has been created, three blue boxes appear.
29123  The content of the first box is right aligned, the content of the last
29124  one left aligned.
29125  The content of the middle box appears centered and a bit smaller, because
29126  it is designed to insert there only relation characters.
29127 \begin_inset Formula 
29128 \begin{eqnarray*}
29129 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29130 AB & AB & AB\\
29131 A & = & A
29132 \end{eqnarray*}
29133
29134 \end_inset
29135
29136
29137 \end_layout
29138
29139 \begin_layout Subsection
29140 Gather Environment
29141 \begin_inset Index idx
29142 status collapsed
29143
29144 \begin_layout Plain Layout
29145 Formula ! multiline ! gather environment
29146 \end_layout
29147
29148 \end_inset
29149
29150
29151 \end_layout
29152
29153 \begin_layout Standard
29154 This environment consists of only one centered column.
29155  Every line can be numbered.
29156 \begin_inset Formula 
29157 \begin{gather}
29158 A=1\\
29159 X=\textrm{-}1
29160 \end{gather}
29161
29162 \end_inset
29163
29164
29165 \end_layout
29166
29167 \begin_layout Subsection
29168 Multline Environment
29169 \begin_inset CommandInset label
29170 LatexCommand label
29171 name "subsec:Multline-Environment"
29172
29173 \end_inset
29174
29175
29176 \begin_inset Index idx
29177 status collapsed
29178
29179 \begin_layout Plain Layout
29180 Formula ! multiline ! multline environment
29181 \end_layout
29182
29183 \end_inset
29184
29185
29186 \end_layout
29187
29188 \begin_layout Standard
29189 The multline environment consists, like the gather environment, of only
29190  one column.
29191  But the first line is left aligned, the last one right aligned.
29192  All other lines are centered.
29193  Therefore this environment is suitable for long formulas.
29194  As example formula 
29195 \begin_inset CommandInset ref
29196 LatexCommand eqref
29197 reference "eq:lefteqn"
29198
29199 \end_inset
29200
29201  in the multline environment:
29202 \begin_inset Formula 
29203 \begin{multline}
29204 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}\\
29205 -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}\\
29206 =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}}
29207 \end{multline}
29208
29209 \end_inset
29210
29211
29212 \end_layout
29213
29214 \begin_layout Standard
29215 In the output only the last (first) line of a multline environment appears
29216  numbered when the document numbering is right (left).
29217 \begin_inset Foot
29218 status collapsed
29219
29220 \begin_layout Plain Layout
29221 numbering styles see 
29222 \begin_inset CommandInset ref
29223 LatexCommand ref
29224 reference "sec:Formula-Styles"
29225
29226 \end_inset
29227
29228
29229 \end_layout
29230
29231 \end_inset
29232
29233
29234 \end_layout
29235
29236 \begin_layout Standard
29237 With the commands 
29238 \series bold
29239
29240 \backslash
29241 shoveright
29242 \series default
29243
29244 \begin_inset Index idx
29245 status collapsed
29246
29247 \begin_layout Plain Layout
29248 Commands ! S ! 
29249 \backslash
29250 shoveright
29251 \end_layout
29252
29253 \end_inset
29254
29255  and 
29256 \series bold
29257
29258 \backslash
29259 shoveleft
29260 \series default
29261
29262 \begin_inset Index idx
29263 status collapsed
29264
29265 \begin_layout Plain Layout
29266 Commands ! S ! 
29267 \backslash
29268 shoveleft
29269 \end_layout
29270
29271 \end_inset
29272
29273  a centered line can be right or left aligned, respectively.
29274  The commands are used as follows:
29275 \end_layout
29276
29277 \begin_layout Standard
29278
29279 \series bold
29280
29281 \backslash
29282 shoveright{line content}
29283 \series default
29284  and 
29285 \series bold
29286
29287 \backslash
29288 shoveleft{line content}
29289 \end_layout
29290
29291 \begin_layout Standard
29292 \begin_inset VSpace medskip
29293 \end_inset
29294
29295 The length 
29296 \series bold
29297
29298 \backslash
29299 multlinegap
29300 \series default
29301
29302 \begin_inset Index idx
29303 status collapsed
29304
29305 \begin_layout Plain Layout
29306 Commands ! M ! 
29307 \backslash
29308 multlinegap
29309 \end_layout
29310
29311 \end_inset
29312
29313  specifies the distance of the first line from the left page margin.
29314  Predefined is the length 0
29315 \begin_inset space \thinspace{}
29316 \end_inset
29317
29318 pt.
29319 \end_layout
29320
29321 \begin_layout Standard
29322 As example the above formula where the command
29323 \end_layout
29324
29325 \begin_layout Standard
29326
29327 \series bold
29328
29329 \backslash
29330 setlength{
29331 \backslash
29332 multlinegap}{2cm}
29333 \end_layout
29334
29335 \begin_layout Standard
29336 was inserted in \SpecialChar TeX
29337  mode before:
29338 \begin_inset ERT
29339 status collapsed
29340
29341 \begin_layout Plain Layout
29342
29343
29344 \backslash
29345 setlength{
29346 \backslash
29347 multlinegap}{2cm}
29348 \end_layout
29349
29350 \end_inset
29351
29352
29353 \begin_inset Formula 
29354 \begin{multline}
29355 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right)+D^{2}\\
29356 \shoveleft{-B^{2}-2B\sqrt{r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}+r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}\\
29357 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}
29358 \end{multline}
29359
29360 \end_inset
29361
29362
29363 \begin_inset ERT
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367
29368
29369 \backslash
29370 setlength{
29371 \backslash
29372 multlinegap}{0pt}
29373 \end_layout
29374
29375 \end_inset
29376
29377 The second line was left aligned using 
29378 \series bold
29379
29380 \backslash
29381 shoveleft
29382 \series default
29383 .
29384 \end_layout
29385
29386 \begin_layout Subsection
29387 Multiline Formula Parts
29388 \begin_inset CommandInset label
29389 LatexCommand label
29390 name "subsec:Multiline-Formula-Parts"
29391
29392 \end_inset
29393
29394
29395 \begin_inset Index idx
29396 status collapsed
29397
29398 \begin_layout Plain Layout
29399 Formula ! multiline ! formula parts
29400 \end_layout
29401
29402 \end_inset
29403
29404
29405 \end_layout
29406
29407 \begin_layout Standard
29408 To display only parts of a formula with multiple lines, one of the following
29409  environments is used: 
29410 \series bold
29411 aligned
29412 \series default
29413
29414 \series bold
29415 alignedat
29416 \series default
29417
29418 \series bold
29419 gathered
29420 \series default
29421  or 
29422 \series bold
29423 split
29424 \series default
29425 .
29426  They can be inserted via the menu 
29427 \family sans
29428 Insert\SpecialChar menuseparator
29429 Math
29430 \family default
29431  or by using the commands described in this section.
29432 \end_layout
29433
29434 \begin_layout Standard
29435 The first three have the same properties as the corresponding multiline
29436  formula environments, but it is possible to set further formula parts beside
29437  them.
29438  An example:
29439 \begin_inset Formula 
29440 \[
29441 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29442 \Delta E\Delta t & \ge\frac{\hbar}{2}
29443 \end{aligned}
29444 \right\} \textrm{Uncertainty relations}
29445 \]
29446
29447 \end_inset
29448
29449
29450 \end_layout
29451
29452 \begin_layout Standard
29453 To get this formula, a displayed formula is created where the command 
29454 \series bold
29455
29456 \backslash
29457 aligned
29458 \series default
29459
29460 \begin_inset Index idx
29461 status collapsed
29462
29463 \begin_layout Plain Layout
29464 Commands ! A ! 
29465 \backslash
29466 aligned
29467 \end_layout
29468
29469 \end_inset
29470
29471  is inserted.
29472  A purple box appears around the blue formula box where now columns and
29473  lines can be added.
29474  Outside the multiline environment other formula parts can be set, like
29475  the brace.
29476 \end_layout
29477
29478 \begin_layout Standard
29479 The aligned environment is also suitable for long formulas whose lines are
29480  horizontally aligned.
29481  Using aligned in a displayed formula has the advantage that the formula
29482  number is vertically centered behind the lines.
29483  As example formula 
29484 \begin_inset CommandInset ref
29485 LatexCommand eqref
29486 reference "eq:shortlong"
29487
29488 \end_inset
29489
29490  in the aligned environment:
29491 \begin_inset Formula 
29492 \begin{equation}
29493 \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}|}\\
29494  & -\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}|}
29495 \end{aligned}
29496 \end{equation}
29497
29498 \end_inset
29499
29500
29501 \end_layout
29502
29503 \begin_layout Standard
29504 To use the environments 
29505 \series bold
29506 alignedat
29507 \series default
29508
29509 \series bold
29510 gathered
29511 \series default
29512 , or 
29513 \series bold
29514 split
29515 \series default
29516 , the command 
29517 \series bold
29518
29519 \backslash
29520 alignedat
29521 \series default
29522 ,
29523 \begin_inset Index idx
29524 status collapsed
29525
29526 \begin_layout Plain Layout
29527 Commands ! A ! 
29528 \backslash
29529 alignedat
29530 \end_layout
29531
29532 \end_inset
29533
29534  
29535 \series bold
29536
29537 \backslash
29538 gathered
29539 \series default
29540
29541 \begin_inset Index idx
29542 status collapsed
29543
29544 \begin_layout Plain Layout
29545 Commands ! G ! 
29546 \backslash
29547 gathered
29548 \end_layout
29549
29550 \end_inset
29551
29552 , or 
29553 \series bold
29554
29555 \backslash
29556 split
29557 \series default
29558
29559 \begin_inset Index idx
29560 status collapsed
29561
29562 \begin_layout Plain Layout
29563 Commands ! S ! 
29564 \backslash
29565 split
29566 \end_layout
29567
29568 \end_inset
29569
29570  are inserted, respectively.
29571  The split environment has the same properties as the aligned environment
29572  but it can only have two columns.
29573 \end_layout
29574
29575 \begin_layout Subsection
29576 Text in multiline Formulas
29577 \begin_inset CommandInset label
29578 LatexCommand label
29579 name "subsec:Text-in-multiline"
29580
29581 \end_inset
29582
29583
29584 \begin_inset Index idx
29585 status collapsed
29586
29587 \begin_layout Plain Layout
29588 Text ! in formulas
29589 \end_layout
29590
29591 \end_inset
29592
29593
29594 \begin_inset Index idx
29595 status collapsed
29596
29597 \begin_layout Plain Layout
29598 Formula ! multiline ! text
29599 \end_layout
29600
29601 \end_inset
29602
29603
29604 \end_layout
29605
29606 \begin_layout Standard
29607 In the Align environments, and the multline and gather environment, text
29608  can be inserted that will appear in a separate line and doesn't affect
29609  the column alignment.
29610  To do this, the command 
29611 \series bold
29612
29613 \backslash
29614 intertext
29615 \series default
29616
29617 \begin_inset Index idx
29618 status collapsed
29619
29620 \begin_layout Plain Layout
29621 Commands ! I ! 
29622 \backslash
29623 intertext
29624 \end_layout
29625
29626 \end_inset
29627
29628  is used in the following scheme:
29629 \end_layout
29630
29631 \begin_layout Standard
29632
29633 \series bold
29634
29635 \backslash
29636 intertext{text}
29637 \end_layout
29638
29639 \begin_layout Standard
29640 The text should not be longer than a line because it cannot be hyphenated.
29641  As \SpecialChar LyX
29642  doesn't yet support 
29643 \series bold
29644
29645 \backslash
29646 intertext
29647 \series default
29648  directly, the text is written as mathematical text.
29649  
29650 \series bold
29651
29652 \backslash
29653 intertext
29654 \series default
29655  must hereby be at the beginning of a line and appears in the output above
29656  this line.
29657  An example where the text was inserted at the beginning of the second line:
29658 \begin_inset Formula 
29659 \begin{align}
29660 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29661 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29662 \end{align}
29663
29664 \end_inset
29665
29666
29667 \end_layout
29668
29669 \begin_layout Standard
29670
29671 \series bold
29672
29673 \backslash
29674 intertext
29675 \series default
29676  always creates some vertical space between the text and the formula lines.
29677  To avoid this space, set in the document settings under 
29678 \family sans
29679 Math
29680 \begin_inset space ~
29681 \end_inset
29682
29683 Options
29684 \family default
29685  for the package 
29686 \series bold
29687 mathtools
29688 \series default
29689
29690 \begin_inset Index idx
29691 status collapsed
29692
29693 \begin_layout Plain Layout
29694 Packages ! mathtools
29695 \end_layout
29696
29697 \end_inset
29698
29699  the option 
29700 \family sans
29701 Load
29702 \begin_inset space ~
29703 \end_inset
29704
29705 always
29706 \family default
29707 .
29708  Then you can use the command 
29709 \series bold
29710
29711 \backslash
29712 shortintertext
29713 \series default
29714
29715 \begin_inset Index idx
29716 status collapsed
29717
29718 \begin_layout Plain Layout
29719 Commands ! S ! 
29720 \backslash
29721 shortintertext
29722 \end_layout
29723
29724 \end_inset
29725
29726  instead of 
29727 \series bold
29728
29729 \backslash
29730 intertext
29731 \series default
29732 :
29733 \end_layout
29734
29735 \begin_layout Standard
29736 \begin_inset Formula 
29737 \begin{align}
29738 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29739 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29740 \end{align}
29741
29742 \end_inset
29743
29744
29745 \end_layout
29746
29747 \begin_layout Section
29748 Formula Numbering
29749 \begin_inset Index idx
29750 status collapsed
29751
29752 \begin_layout Plain Layout
29753 Formula numbering
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \begin_inset Index idx
29760 status collapsed
29761
29762 \begin_layout Plain Layout
29763 Formula ! numbering|see
29764 \begin_inset ERT
29765 status collapsed
29766
29767 \begin_layout Plain Layout
29768
29769 {
29770 \end_layout
29771
29772 \end_inset
29773
29774 Formula numbering
29775 \begin_inset ERT
29776 status collapsed
29777
29778 \begin_layout Plain Layout
29779
29780 }
29781 \end_layout
29782
29783 \end_inset
29784
29785
29786 \end_layout
29787
29788 \end_inset
29789
29790
29791 \end_layout
29792
29793 \begin_layout Subsection
29794 General
29795 \end_layout
29796
29797 \begin_layout Standard
29798 Numbered formulas can be created with the menu 
29799 \family sans
29800 Insert\SpecialChar menuseparator
29801 Math\SpecialChar menuseparator
29802 Numbered
29803 \begin_inset space ~
29804 \end_inset
29805
29806 Formula
29807 \family default
29808  (shortcut 
29809 \family sans
29810 Ctrl+Alt
29811 \begin_inset space ~
29812 \end_inset
29813
29814 N
29815 \family default
29816 ).
29817  Existing formulas can be numbered with the menu 
29818 \family sans
29819 Edit\SpecialChar menuseparator
29820 Math\SpecialChar menuseparator
29821 Toggle
29822 \begin_inset space ~
29823 \end_inset
29824
29825 Numbering
29826 \family default
29827  (shortcut 
29828 \begin_inset Info
29829 type  "shortcut"
29830 arg   "math-number-toggle"
29831 \end_inset
29832
29833 ).
29834  The formula number is displayed in \SpecialChar LyX
29835  behind the formula as a number sign
29836  in parentheses.
29837  The number sign is replaced in the output by the formula number.
29838 \end_layout
29839
29840 \begin_layout Standard
29841 When numbering is turned on in multiline formulas, all lines will be numbered.
29842  But the numbering can be controlled with the menu 
29843 \family sans
29844 Edit\SpecialChar menuseparator
29845 Math\SpecialChar menuseparator
29846 Toggle
29847 \begin_inset space ~
29848 \end_inset
29849
29850 Numbering
29851 \begin_inset space ~
29852 \end_inset
29853
29854 of
29855 \begin_inset space ~
29856 \end_inset
29857
29858 Line
29859 \family default
29860  (shortcut 
29861 \begin_inset Info
29862 type  "shortcut"
29863 arg   "math-number-line-toggle"
29864 \end_inset
29865
29866 ) for every line.
29867 \end_layout
29868
29869 \begin_layout Standard
29870 Except for inline formulas, all formulas can be numbered with two different
29871  styles, see 
29872 \begin_inset CommandInset ref
29873 LatexCommand ref
29874 reference "sec:Formula-Styles"
29875
29876 \end_inset
29877
29878 .
29879 \end_layout
29880
29881 \begin_layout Subsection
29882 Cross-References
29883 \begin_inset Index idx
29884 status collapsed
29885
29886 \begin_layout Plain Layout
29887 Cross-references ! to formulas
29888 \end_layout
29889
29890 \end_inset
29891
29892
29893 \end_layout
29894
29895 \begin_layout Standard
29896 All labeled formulas can be cross-referenced.
29897  A label is added by the menu 
29898 \family sans
29899 Insert\SpecialChar menuseparator
29900 Label
29901 \family default
29902  or the toolbar button 
29903 \begin_inset Info
29904 type  "icon"
29905 arg   "label-insert"
29906 \end_inset
29907
29908 .
29909  The cursor must hereby be inside a displayed formula.
29910  Alternatively you can right-click on the formula and choose 
29911 \family sans
29912 Equation Label
29913 \family default
29914 .
29915  A dialog pops up displaying the prefix 
29916 \series bold
29917 eq:
29918 \series default
29919  in a text field.
29920  The label is inserted there behind the prefix.
29921  The predefined prefix means 
29922 \begin_inset Quotes eld
29923 \end_inset
29924
29925 equation
29926 \begin_inset Quotes erd
29927 \end_inset
29928
29929  and makes it easier to find labels in large documents because it marks
29930  it as formula label to divide it from e.
29931 \begin_inset space \thinspace{}
29932 \end_inset
29933
29934 g.
29935 \begin_inset space \space{}
29936 \end_inset
29937
29938 section labels.
29939  To change a label, the menu 
29940 \family sans
29941 Insert\SpecialChar menuseparator
29942 Label
29943 \family default
29944  is used again or you right-click on a formula and then on 
29945 \family sans
29946 Equation Label
29947 \family default
29948 .
29949 \end_layout
29950
29951 \begin_layout Standard
29952 The name of the label is displayed in \SpecialChar LyX
29953  within two parentheses behind formula.
29954  A formula with a label is always numbered.
29955 \end_layout
29956
29957 \begin_layout Standard
29958 Cross-references are inserted via the menu 
29959 \family sans
29960 Insert\SpecialChar menuseparator
29961 Cross-Reference
29962 \family default
29963  or with the toolbar button 
29964 \begin_inset Info
29965 type  "icon"
29966 arg   "dialog-show-new-inset ref"
29967 \end_inset
29968
29969 .
29970  A formula cross-reference appears in the output as formula number.
29971  When in the cross-reference dialog window the format 
29972 \series bold
29973 (<reference>)
29974 \series default
29975  is chosen, the cross-reference appears in the output as formula number
29976  in parentheses.
29977 \begin_inset Newline newline
29978 \end_inset
29979
29980 By right-clicking on a cross-reference in \SpecialChar LyX
29981 , one jumps to the formula that
29982  is referenced.
29983 \end_layout
29984
29985 \begin_layout Standard
29986 Here are as examples cross-references to formulas of the following subsections:
29987 \begin_inset Note Note
29988 status open
29989
29990 \begin_layout Plain Layout
29991 Note the different cross-reference types.
29992 \end_layout
29993
29994 \end_inset
29995
29996
29997 \end_layout
29998
29999 \begin_layout Standard
30000 The equations 
30001 \begin_inset CommandInset ref
30002 LatexCommand eqref
30003 reference "eq:tag"
30004
30005 \end_inset
30006
30007  and 
30008 \begin_inset CommandInset ref
30009 LatexCommand eqref
30010 reference "eq:c"
30011
30012 \end_inset
30013
30014  are equivalent.
30015  In (
30016 \begin_inset CommandInset ref
30017 LatexCommand ref
30018 reference "eq:Lat"
30019
30020 \end_inset
30021
30022 ) big Latin letters are used for the numbering in contrary to (
30023 \begin_inset CommandInset ref
30024 LatexCommand ref
30025 reference "eq:Rom"
30026
30027 \end_inset
30028
30029 ).
30030 \end_layout
30031
30032 \begin_layout Standard
30033 \begin_inset VSpace medskip
30034 \end_inset
30035
30036 When the argument of 
30037 \series bold
30038
30039 \backslash
30040 tag
30041 \begin_inset Foot
30042 status collapsed
30043
30044 \begin_layout Plain Layout
30045
30046 \series bold
30047
30048 \backslash
30049 tag
30050 \series default
30051  is described in 
30052 \begin_inset CommandInset ref
30053 LatexCommand ref
30054 reference "subsec:User-defined-Numbering"
30055
30056 \end_inset
30057
30058 .
30059 \end_layout
30060
30061 \end_inset
30062
30063
30064 \series default
30065  contains a box like in 
30066 \begin_inset CommandInset ref
30067 LatexCommand ref
30068 reference "subsec:Paragraph-Boxes"
30069
30070 \end_inset
30071
30072 , the formula cannot be referenced.
30073 \end_layout
30074
30075 \begin_layout Subsection
30076 Subnumbering
30077 \begin_inset Index idx
30078 status collapsed
30079
30080 \begin_layout Plain Layout
30081 Formula numbering ! subnumbering
30082 \end_layout
30083
30084 \end_inset
30085
30086
30087 \end_layout
30088
30089 \begin_layout Standard
30090 With the help of the commands 
30091 \series bold
30092
30093 \backslash
30094 begin{subequations}
30095 \series default
30096  and 
30097 \series bold
30098
30099 \backslash
30100 end{subequations}
30101 \series default
30102  formulas can be subnumbered.
30103  Both commands are inserted in \SpecialChar TeX
30104  mode.
30105 \end_layout
30106
30107 \begin_layout Standard
30108 An example:
30109 \begin_inset Formula 
30110 \begin{equation}
30111 A=C-B\label{eq:a}
30112 \end{equation}
30113
30114 \end_inset
30115
30116
30117 \begin_inset ERT
30118 status collapsed
30119
30120 \begin_layout Plain Layout
30121
30122
30123 \backslash
30124 addtocounter{equation}{-1}
30125 \end_layout
30126
30127 \end_inset
30128
30129
30130 \begin_inset ERT
30131 status collapsed
30132
30133 \begin_layout Plain Layout
30134
30135
30136 \backslash
30137 begin{subequations}
30138 \end_layout
30139
30140 \end_inset
30141
30142
30143 \begin_inset VSpace -5mm
30144 \end_inset
30145
30146
30147 \begin_inset Formula 
30148 \begin{equation}
30149 B=C-A\label{eq:b}
30150 \end{equation}
30151
30152 \end_inset
30153
30154
30155 \begin_inset Formula 
30156 \begin{equation}
30157 C=A+B\label{eq:c}
30158 \end{equation}
30159
30160 \end_inset
30161
30162
30163 \end_layout
30164
30165 \begin_layout Standard
30166 \begin_inset ERT
30167 status collapsed
30168
30169 \begin_layout Plain Layout
30170
30171
30172 \backslash
30173 end{subequations}
30174 \end_layout
30175
30176 \end_inset
30177
30178
30179 \end_layout
30180
30181 \begin_layout Standard
30182 To create the example, the following is done:
30183 \end_layout
30184
30185 \begin_layout Enumerate
30186 first formula is inserted
30187 \end_layout
30188
30189 \begin_layout Enumerate
30190
30191 \series bold
30192
30193 \backslash
30194 addtocounter{equation}{-1} 
30195 \backslash
30196 begin{subequations}
30197 \begin_inset Index idx
30198 status collapsed
30199
30200 \begin_layout Plain Layout
30201 Commands ! A ! 
30202 \backslash
30203 addtocounter
30204 \end_layout
30205
30206 \end_inset
30207
30208
30209 \begin_inset Newline newline
30210 \end_inset
30211
30212
30213 \series default
30214 is inserted after the first formula
30215 \end_layout
30216
30217 \begin_layout Enumerate
30218 second formula is inserted
30219 \end_layout
30220
30221 \begin_layout Enumerate
30222 third formula is inserted
30223 \end_layout
30224
30225 \begin_layout Enumerate
30226
30227 \series bold
30228
30229 \backslash
30230 end{subequations}
30231 \series default
30232  is inserted after the third formula
30233 \end_layout
30234
30235 \begin_layout Standard
30236 Every formula between the commands 
30237 \series bold
30238
30239 \backslash
30240 begin
30241 \series default
30242  and 
30243 \series bold
30244
30245 \backslash
30246 end
30247 \series default
30248  is subnumbered as a, b, 
30249 \begin_inset Newline linebreak
30250 \end_inset
30251
30252 c, \SpecialChar ldots
30253  For multiline formulas every line will be subnumbered.
30254  All subnumbered formulas are treated as 
30255 \emph on
30256 one
30257 \emph default
30258  numbered formula.
30259  But as every numbered formula increases the counter 
30260 \series bold
30261 equation
30262 \series default
30263  by one, the command 
30264 \series bold
30265
30266 \backslash
30267 addtocounter
30268 \series default
30269  is needed to decrease it.
30270  Otherwise the formulas 
30271 \begin_inset CommandInset ref
30272 LatexCommand eqref
30273 reference "eq:a"
30274
30275 \end_inset
30276
30277
30278 \begin_inset CommandInset ref
30279 LatexCommand eqref
30280 reference "eq:b"
30281
30282 \end_inset
30283
30284
30285 \begin_inset CommandInset ref
30286 LatexCommand eqref
30287 reference "eq:c"
30288
30289 \end_inset
30290
30291  would be numbered as 
30292 \begin_inset CommandInset ref
30293 LatexCommand eqref
30294 reference "eq:a"
30295
30296 \end_inset
30297
30298
30299 \begin_inset CommandInset ref
30300 LatexCommand eqref
30301 reference "eq:d"
30302
30303 \end_inset
30304
30305
30306 \begin_inset CommandInset ref
30307 LatexCommand eqref
30308 reference "eq:f"
30309
30310 \end_inset
30311
30312 .
30313 \end_layout
30314
30315 \begin_layout Standard
30316 By inserting the commands in \SpecialChar TeX
30317  mode, a space is created between the first
30318  two formulas.
30319  To revert this -5
30320 \begin_inset space \thinspace{}
30321 \end_inset
30322
30323 mm vertical space is inserted after the command 
30324 \series bold
30325
30326 \backslash
30327 begin{subequations}
30328 \series default
30329 .
30330  When the formula style 
30331 \series bold
30332 Indented
30333 \begin_inset Foot
30334 status collapsed
30335
30336 \begin_layout Plain Layout
30337 formula styles see 
30338 \begin_inset CommandInset ref
30339 LatexCommand ref
30340 reference "sec:Formula-Styles"
30341
30342 \end_inset
30343
30344
30345 \end_layout
30346
30347 \end_inset
30348
30349
30350 \series default
30351  is used, -7
30352 \begin_inset space \thinspace{}
30353 \end_inset
30354
30355 mm space is inserted instead.
30356 \end_layout
30357
30358 \begin_layout Standard
30359 Here is an example for a multiline formula where the numbering was turned
30360  off for the second line:
30361 \begin_inset ERT
30362 status collapsed
30363
30364 \begin_layout Plain Layout
30365
30366
30367 \backslash
30368 begin{subequations}
30369 \end_layout
30370
30371 \end_inset
30372
30373
30374 \begin_inset Formula 
30375 \begin{eqnarray}
30376 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30377  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30378  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30379 \end{eqnarray}
30380
30381 \end_inset
30382
30383
30384 \begin_inset ERT
30385 status collapsed
30386
30387 \begin_layout Plain Layout
30388
30389
30390 \backslash
30391 end{subequations}
30392 \end_layout
30393
30394 \end_inset
30395
30396
30397 \end_layout
30398
30399 \begin_layout Subsection
30400 User-defined Numbering
30401 \begin_inset CommandInset label
30402 LatexCommand label
30403 name "subsec:User-defined-Numbering"
30404
30405 \end_inset
30406
30407
30408 \begin_inset Index idx
30409 status collapsed
30410
30411 \begin_layout Plain Layout
30412 Formula numbering ! user-defined
30413 \end_layout
30414
30415 \end_inset
30416
30417
30418 \end_layout
30419
30420 \begin_layout Standard
30421 \begin_inset Index idx
30422 status collapsed
30423
30424 \begin_layout Plain Layout
30425 Formula numbering ! self-defined delimiters
30426 \end_layout
30427
30428 \end_inset
30429
30430 With the standard numbering parentheses are set around the formula number.
30431  To replace the parentheses for example by vertical bars, the following
30432  line is added to the \SpecialChar LaTeX
30433 -preamble:
30434 \end_layout
30435
30436 \begin_layout Standard
30437
30438 \series bold
30439
30440 \backslash
30441 def
30442 \backslash
30443 tagform@#1{
30444 \backslash
30445 maketag@@@{|#1|}}
30446 \series default
30447
30448 \begin_inset Note Note
30449 status collapsed
30450
30451 \begin_layout Plain Layout
30452 This macro is already declared in the \SpecialChar LaTeX
30453 -preamble for testing.
30454  To activate it, remove the percent sign at the beginning.
30455 \end_layout
30456
30457 \end_inset
30458
30459
30460 \end_layout
30461
30462 \begin_layout Standard
30463 To use other characters, the vertical bars besides the 
30464 \series bold
30465 #1
30466 \series default
30467  are replaced by one ore more characters.
30468  To get only the formula number the vertical bars are omitted.
30469 \end_layout
30470
30471 \begin_layout Standard
30472 \begin_inset VSpace bigskip
30473 \end_inset
30474
30475 When there should be an expression of your choice instead of the consecutive
30476  formula number in parentheses behind the formula, the command 
30477 \series bold
30478
30479 \backslash
30480 tag
30481 \series default
30482
30483 \begin_inset Index idx
30484 status collapsed
30485
30486 \begin_layout Plain Layout
30487 Commands ! T ! 
30488 \backslash
30489 tag
30490 \end_layout
30491
30492 \end_inset
30493
30494  is used:
30495 \begin_inset Formula 
30496 \begin{equation}
30497 A+B=C\tag{something}\label{eq:tag}
30498 \end{equation}
30499
30500 \end_inset
30501
30502 In this example the command 
30503 \series bold
30504
30505 \backslash
30506 tag
30507 \begin_inset space \textvisiblespace{}
30508 \end_inset
30509
30510 something
30511 \series default
30512  was inserted in the formula.
30513 \end_layout
30514
30515 \begin_layout Standard
30516 When the command 
30517 \series bold
30518
30519 \backslash
30520 tag*
30521 \begin_inset space \textvisiblespace{}
30522 \end_inset
30523
30524 something
30525 \series default
30526  is inserted instead, the star prevents the parentheses around the expression:
30527 \begin_inset Formula 
30528 \[
30529 A+B=C\tag*{something}
30530 \]
30531
30532 \end_inset
30533
30534
30535 \end_layout
30536
30537 \begin_layout Standard
30538 \begin_inset VSpace bigskip
30539 \end_inset
30540
30541 To restart the formula numbering with new document parts or sections, the
30542  following command is used:
30543 \end_layout
30544
30545 \begin_layout Standard
30546
30547 \series bold
30548
30549 \backslash
30550 @addtoreset{equation}{part}
30551 \series default
30552
30553 \begin_inset Index idx
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557 Commands ! 
30558 \begin_inset ERT
30559 status collapsed
30560
30561 \begin_layout Plain Layout
30562
30563 "
30564 \end_layout
30565
30566 \end_inset
30567
30568 @
30569 \begin_inset ERT
30570 status collapsed
30571
30572 \begin_layout Plain Layout
30573
30574 "
30575 \end_layout
30576
30577 \end_inset
30578
30579  ! 
30580 \backslash
30581
30582 \begin_inset ERT
30583 status collapsed
30584
30585 \begin_layout Plain Layout
30586
30587 "
30588 \end_layout
30589
30590 \end_inset
30591
30592 @
30593 \begin_inset ERT
30594 status collapsed
30595
30596 \begin_layout Plain Layout
30597
30598 "
30599 \end_layout
30600
30601 \end_inset
30602
30603 addtoreset
30604 \end_layout
30605
30606 \end_inset
30607
30608
30609 \begin_inset Newline newline
30610 \end_inset
30611
30612 resp.
30613 \begin_inset Newline newline
30614 \end_inset
30615
30616
30617 \series bold
30618
30619 \backslash
30620 @addtoreset{equation}{section}
30621 \end_layout
30622
30623 \begin_layout Standard
30624 To be able to use these commands in \SpecialChar TeX
30625  mode, the 
30626 \begin_inset Quotes eld
30627 \end_inset
30628
30629 @
30630 \begin_inset Quotes erd
30631 \end_inset
30632
30633  character has to be made 
30634 \begin_inset Quotes eld
30635 \end_inset
30636
30637 active
30638 \begin_inset Quotes erd
30639 \end_inset
30640
30641  for \SpecialChar LaTeX
30642  using the command 
30643 \series bold
30644
30645 \backslash
30646 makeatletter.
30647
30648 \series default
30649  The command 
30650 \series bold
30651
30652 \backslash
30653 makeatother
30654 \series default
30655  reverts this.
30656  So the command sequence in \SpecialChar TeX
30657  mode is:
30658 \end_layout
30659
30660 \begin_layout Standard
30661
30662 \series bold
30663
30664 \backslash
30665 makeatletter
30666 \begin_inset Newline newline
30667 \end_inset
30668
30669
30670 \backslash
30671 @addtoreset{equation}{section}
30672 \begin_inset Newline newline
30673 \end_inset
30674
30675
30676 \backslash
30677 makeatother
30678 \end_layout
30679
30680 \begin_layout Standard
30681 In the \SpecialChar LaTeX
30682 -preamble 
30683 \series bold
30684
30685 \backslash
30686 makeatletter
30687 \series default
30688  and 
30689 \series bold
30690
30691 \backslash
30692 makeatother
30693 \series default
30694  can be omitted as they are automatically internally inserted by \SpecialChar LyX
30695 .
30696 \end_layout
30697
30698 \begin_layout Standard
30699 To revert 
30700 \series bold
30701
30702 \backslash
30703 @addtoreset
30704 \series default
30705 , the file 
30706 \series bold
30707 remreset.sty
30708 \series default
30709
30710 \begin_inset Foot
30711 status collapsed
30712
30713 \begin_layout Plain Layout
30714
30715 \series bold
30716 remreset
30717 \series default
30718  is part of the \SpecialChar LaTeX
30719 -package 
30720 \series bold
30721 carlisle
30722 \series default
30723
30724 \begin_inset Index idx
30725 status collapsed
30726
30727 \begin_layout Plain Layout
30728 Packages ! carlisle
30729 \end_layout
30730
30731 \end_inset
30732
30733  that is part of every \SpecialChar LaTeX
30734  standard installation.
30735 \end_layout
30736
30737 \end_inset
30738
30739
30740 \begin_inset Index idx
30741 status collapsed
30742
30743 \begin_layout Plain Layout
30744 Packages ! remreset
30745 \end_layout
30746
30747 \end_inset
30748
30749  has to be loaded in the \SpecialChar LaTeX
30750 -preamble with the line
30751 \end_layout
30752
30753 \begin_layout Standard
30754
30755 \series bold
30756
30757 \backslash
30758 usepackage{remreset}
30759 \end_layout
30760
30761 \begin_layout Standard
30762 Then the command 
30763 \series bold
30764
30765 \backslash
30766 @removefromreset
30767 \series default
30768
30769 \begin_inset Index idx
30770 status collapsed
30771
30772 \begin_layout Plain Layout
30773 Commands ! 
30774 \begin_inset ERT
30775 status collapsed
30776
30777 \begin_layout Plain Layout
30778
30779 "
30780 \end_layout
30781
30782 \end_inset
30783
30784 @
30785 \begin_inset ERT
30786 status collapsed
30787
30788 \begin_layout Plain Layout
30789
30790 "
30791 \end_layout
30792
30793 \end_inset
30794
30795  ! 
30796 \backslash
30797
30798 \begin_inset ERT
30799 status collapsed
30800
30801 \begin_layout Plain Layout
30802
30803 "
30804 \end_layout
30805
30806 \end_inset
30807
30808 @
30809 \begin_inset ERT
30810 status collapsed
30811
30812 \begin_layout Plain Layout
30813
30814 "
30815 \end_layout
30816
30817 \end_inset
30818
30819 removefromreset
30820 \end_layout
30821
30822 \end_inset
30823
30824  can be used with the same scheme as 
30825 \series bold
30826
30827 \backslash
30828 @addtoreset
30829 \series default
30830 .
30831 \end_layout
30832
30833 \begin_layout Standard
30834 \begin_inset VSpace bigskip
30835 \end_inset
30836
30837 Sometimes formulas should be numbered in the following form:
30838 \end_layout
30839
30840 \begin_layout Standard
30841
30842 \family typewriter
30843 (section number.formula number)
30844 \end_layout
30845
30846 \begin_layout Standard
30847 The formula number should start with every section with 
30848 \begin_inset Quotes eld
30849 \end_inset
30850
30851 1
30852 \begin_inset Quotes erd
30853 \end_inset
30854
30855 .
30856 \end_layout
30857
30858 \begin_layout Standard
30859 For this case there is the command 
30860 \series bold
30861
30862 \backslash
30863 numberwithin
30864 \series default
30865
30866 \begin_inset Index idx
30867 status collapsed
30868
30869 \begin_layout Plain Layout
30870 Commands ! N ! 
30871 \backslash
30872 numberwithin
30873 \end_layout
30874
30875 \end_inset
30876
30877 , which is used with the following scheme:
30878 \end_layout
30879
30880 \begin_layout Standard
30881
30882 \series bold
30883
30884 \backslash
30885 numberwithin{counter}{sectioning}
30886 \end_layout
30887
30888 \begin_layout Standard
30889 Counter denotes what kind of numbering is affected, sectioning denotes what
30890  number is before the dot.
30891 \end_layout
30892
30893 \begin_layout Standard
30894 Thus in our case the following \SpecialChar LaTeX
30895  preamble or \SpecialChar TeX
30896  code line is used:
30897 \end_layout
30898
30899 \begin_layout Standard
30900
30901 \series bold
30902
30903 \backslash
30904 numberwithin{equation}{section}
30905 \end_layout
30906
30907 \begin_layout Standard
30908 This is the result:
30909 \begin_inset ERT
30910 status collapsed
30911
30912 \begin_layout Plain Layout
30913
30914
30915 \backslash
30916 numberwithin{equation}{section}
30917 \end_layout
30918
30919 \end_inset
30920
30921
30922 \begin_inset Formula 
30923 \begin{equation}
30924 A+B=C
30925 \end{equation}
30926
30927 \end_inset
30928
30929
30930 \end_layout
30931
30932 \begin_layout Standard
30933 To number e.
30934 \begin_inset space \thinspace{}
30935 \end_inset
30936
30937 g.
30938 \begin_inset space \space{}
30939 \end_inset
30940
30941 tables so that the number of the part is the sectioning,
30942 \begin_inset Newline newline
30943 \end_inset
30944
30945
30946 \series bold
30947
30948 \backslash
30949 numberwithin{table}{part}
30950 \series default
30951  is used.
30952 \end_layout
30953
30954 \begin_layout Standard
30955 To go back to the standard numbering or to prevent this kind of numbering
30956  when it is defined by the document class, the following command is inserted
30957  as \SpecialChar TeX
30958  code or to the \SpecialChar LaTeX
30959  preamble:
30960 \end_layout
30961
30962 \begin_layout Standard
30963
30964 \series bold
30965
30966 \backslash
30967 renewcommand{
30968 \backslash
30969 theequation}{
30970 \backslash
30971 arabic{equation}}
30972 \begin_inset Index idx
30973 status collapsed
30974
30975 \begin_layout Plain Layout
30976 Commands ! A ! 
30977 \backslash
30978 arabic
30979 \end_layout
30980
30981 \end_inset
30982
30983
30984 \series default
30985
30986 \begin_inset ERT
30987 status collapsed
30988
30989 \begin_layout Plain Layout
30990
30991
30992 \backslash
30993 renewcommand{
30994 \backslash
30995 theequation}{
30996 \backslash
30997 arabic{equation}}
30998 \end_layout
30999
31000 \end_inset
31001
31002
31003 \series bold
31004
31005 \begin_inset Newline newline
31006 \end_inset
31007
31008
31009 \series default
31010 or
31011 \series bold
31012
31013 \begin_inset Newline newline
31014 \end_inset
31015
31016
31017 \backslash
31018 renewcommand{
31019 \backslash
31020 thetable}{
31021 \backslash
31022 arabic{table}}
31023 \end_layout
31024
31025 \begin_layout Standard
31026
31027 \series bold
31028
31029 \backslash
31030 numberwithin
31031 \series default
31032  uses internally the command 
31033 \series bold
31034
31035 \backslash
31036 @addtoreset
31037 \series default
31038 , described above, that also needs to be reverted.
31039 \begin_inset ERT
31040 status collapsed
31041
31042 \begin_layout Plain Layout
31043
31044
31045 \backslash
31046 makeatletter
31047 \end_layout
31048
31049 \begin_layout Plain Layout
31050
31051
31052 \backslash
31053 @removefromreset{equation}{section}
31054 \end_layout
31055
31056 \begin_layout Plain Layout
31057
31058
31059 \backslash
31060 makeatother
31061 \end_layout
31062
31063 \end_inset
31064
31065
31066 \end_layout
31067
31068 \begin_layout Subsection
31069 Numbering with Roman Numbers and Letters
31070 \begin_inset Index idx
31071 status collapsed
31072
31073 \begin_layout Plain Layout
31074 Formula numbering ! with letters
31075 \end_layout
31076
31077 \end_inset
31078
31079
31080 \begin_inset Index idx
31081 status collapsed
31082
31083 \begin_layout Plain Layout
31084 Formula numbering ! with Roman numbers
31085 \end_layout
31086
31087 \end_inset
31088
31089
31090 \end_layout
31091
31092 \begin_layout Standard
31093 Formulas can also be numbered with Roman numbers and Latin letters.
31094  To number for example with small Roman numbers, the command
31095 \end_layout
31096
31097 \begin_layout Standard
31098
31099 \series bold
31100
31101 \backslash
31102 renewcommand{
31103 \backslash
31104 theequation}{
31105 \backslash
31106 roman{equation}}
31107 \end_layout
31108
31109 \begin_layout Standard
31110 is inserted before the formula in \SpecialChar TeX
31111  mode.
31112  
31113 \series bold
31114
31115 \backslash
31116 renewcommand
31117 \series default
31118
31119 \begin_inset Index idx
31120 status collapsed
31121
31122 \begin_layout Plain Layout
31123 Commands ! R ! 
31124 \backslash
31125 renewcommand
31126 \end_layout
31127
31128 \end_inset
31129
31130  redefines the predefined command 
31131 \series bold
31132
31133 \backslash
31134 theequation
31135 \series default
31136  to the command 
31137 \series bold
31138
31139 \backslash
31140 roman{equation}
31141 \series default
31142 .
31143 \begin_inset Foot
31144 status collapsed
31145
31146 \begin_layout Plain Layout
31147 The command 
31148 \series bold
31149
31150 \backslash
31151 renewcommand
31152 \series default
31153  has the same scheme like the command 
31154 \series bold
31155
31156 \backslash
31157 newcommand
31158 \series default
31159  that is described in 
31160 \begin_inset CommandInset ref
31161 LatexCommand ref
31162 reference "subsec:The-Command-newcommand"
31163
31164 \end_inset
31165
31166 .
31167 \end_layout
31168
31169 \end_inset
31170
31171  
31172 \series bold
31173 equation
31174 \series default
31175  is the formula counter.
31176  When the command 
31177 \series bold
31178
31179 \backslash
31180 the
31181 \series default
31182  is used as prefix for a counter, the value of the counter is output as
31183  Arabic number.
31184  When a formula is numbered, \SpecialChar LaTeX
31185  sets internally the command 
31186 \series bold
31187
31188 \backslash
31189 theequation
31190 \series default
31191  behind the formula.
31192  
31193 \series bold
31194
31195 \backslash
31196 roman{equation}
31197 \begin_inset Index idx
31198 status collapsed
31199
31200 \begin_layout Plain Layout
31201 Commands ! R ! 
31202 \backslash
31203 roman
31204 \end_layout
31205
31206 \end_inset
31207
31208
31209 \series default
31210  outputs the counter as small Roman number.
31211 \end_layout
31212
31213 \begin_layout Standard
31214 All formulas behind the command 
31215 \series bold
31216
31217 \backslash
31218 renew
31219 \series default
31220 c
31221 \series bold
31222 ommand
31223 \series default
31224  are now numbered Roman.
31225  To switch to numbering with big Roman numbers, the command is inserted
31226  again, but 
31227 \series bold
31228
31229 \backslash
31230 roman
31231 \series default
31232  is replaced by 
31233 \series bold
31234
31235 \backslash
31236 Roman
31237 \series default
31238
31239 \begin_inset Index idx
31240 status collapsed
31241
31242 \begin_layout Plain Layout
31243 Commands ! R ! 
31244 \backslash
31245 roman@
31246 \backslash
31247 Roman
31248 \end_layout
31249
31250 \end_inset
31251
31252 .
31253  To 
31254 \begin_inset Quotes eld
31255 \end_inset
31256
31257 number
31258 \begin_inset Quotes erd
31259 \end_inset
31260
31261  with small Latin letters there is the command 
31262 \series bold
31263
31264 \backslash
31265 alph
31266 \series default
31267
31268 \begin_inset Index idx
31269 status collapsed
31270
31271 \begin_layout Plain Layout
31272 Commands ! A ! 
31273 \backslash
31274 alph
31275 \end_layout
31276
31277 \end_inset
31278
31279 , for big ones there is the command 
31280 \series bold
31281
31282 \backslash
31283 Alph
31284 \series default
31285
31286 \begin_inset Index idx
31287 status collapsed
31288
31289 \begin_layout Plain Layout
31290 Commands ! A ! 
31291 \backslash
31292 alph@
31293 \backslash
31294 Alph
31295 \end_layout
31296
31297 \end_inset
31298
31299 .
31300 \end_layout
31301
31302 \begin_layout Standard
31303 \begin_inset Note Greyedout
31304 status open
31305
31306 \begin_layout Plain Layout
31307
31308 \series bold
31309 \color none
31310 Note:
31311 \series default
31312  Only maximal 26
31313 \begin_inset space ~
31314 \end_inset
31315
31316 formulas can be numbered with Latin letters in one document.
31317 \end_layout
31318
31319 \end_inset
31320
31321
31322 \end_layout
31323
31324 \begin_layout Standard
31325 \begin_inset ERT
31326 status collapsed
31327
31328 \begin_layout Plain Layout
31329
31330
31331 \backslash
31332 renewcommand{
31333 \backslash
31334 theequation}{
31335 \backslash
31336 roman{equation}}
31337 \end_layout
31338
31339 \end_inset
31340
31341
31342 \end_layout
31343
31344 \begin_layout Standard
31345 \begin_inset Formula 
31346 \begin{equation}
31347 A=\textrm{small roman}
31348 \end{equation}
31349
31350 \end_inset
31351
31352
31353 \begin_inset ERT
31354 status collapsed
31355
31356 \begin_layout Plain Layout
31357
31358
31359 \backslash
31360 renewcommand{
31361 \backslash
31362 theequation}{
31363 \backslash
31364 Roman{equation}}
31365 \end_layout
31366
31367 \end_inset
31368
31369
31370 \begin_inset Formula 
31371 \begin{equation}
31372 B=\textrm{big Roman}\label{eq:Rom}
31373 \end{equation}
31374
31375 \end_inset
31376
31377
31378 \begin_inset ERT
31379 status collapsed
31380
31381 \begin_layout Plain Layout
31382
31383
31384 \backslash
31385 renewcommand{
31386 \backslash
31387 theequation}{
31388 \backslash
31389 alph{equation}}
31390 \end_layout
31391
31392 \end_inset
31393
31394
31395 \begin_inset Formula 
31396 \begin{equation}
31397 C=\textrm{small Latin}
31398 \end{equation}
31399
31400 \end_inset
31401
31402
31403 \begin_inset ERT
31404 status collapsed
31405
31406 \begin_layout Plain Layout
31407
31408
31409 \backslash
31410 renewcommand{
31411 \backslash
31412 theequation}{
31413 \backslash
31414 Alph{equation}}
31415 \end_layout
31416
31417 \end_inset
31418
31419
31420 \begin_inset Formula 
31421 \begin{equation}
31422 D=\textrm{big Latin}\label{eq:Lat}
31423 \end{equation}
31424
31425 \end_inset
31426
31427
31428 \end_layout
31429
31430 \begin_layout Standard
31431 To switch back to the default numbering, insert the command:
31432 \end_layout
31433
31434 \begin_layout Standard
31435
31436 \series bold
31437
31438 \backslash
31439 renewcommand{
31440 \backslash
31441 theequation}{
31442 \backslash
31443 arabic{equation}}
31444 \begin_inset Index idx
31445 status collapsed
31446
31447 \begin_layout Plain Layout
31448 Commands ! A ! 
31449 \backslash
31450 arabic
31451 \end_layout
31452
31453 \end_inset
31454
31455
31456 \end_layout
31457
31458 \begin_layout Standard
31459 \begin_inset ERT
31460 status collapsed
31461
31462 \begin_layout Plain Layout
31463
31464
31465 \backslash
31466 renewcommand{
31467 \backslash
31468 theequation}{
31469 \backslash
31470 arabic{equation}}
31471 \end_layout
31472
31473 \end_inset
31474
31475
31476 \begin_inset Formula 
31477 \begin{equation}
31478 E=\textrm{Arabic}
31479 \end{equation}
31480
31481 \end_inset
31482
31483
31484 \end_layout
31485
31486 \begin_layout Standard
31487 \begin_inset VSpace medskip
31488 \end_inset
31489
31490 As you see, formulas are numbered serially independent from the numbering
31491  style.
31492  When then numbering should start with 
31493 \begin_inset Quotes eld
31494 \end_inset
31495
31496 1
31497 \begin_inset Quotes erd
31498 \end_inset
31499
31500  when the style is changed, new equation counters have to be defined.
31501  A description about this can be found in the file 
31502 \begin_inset CommandInset href
31503 LatexCommand href
31504 name "Formula-numbering.lyx"
31505 target "run:Formula-numbering.lyx"
31506
31507 \end_inset
31508
31509 .
31510 \end_layout
31511
31512 \begin_layout Section
31513 Chemical Symbols and Equations
31514 \begin_inset CommandInset label
31515 LatexCommand label
31516 name "subsec:Chemical-Symbols-and"
31517
31518 \end_inset
31519
31520
31521 \begin_inset Index idx
31522 status collapsed
31523
31524 \begin_layout Plain Layout
31525 Chemical characters ! Symbols
31526 \end_layout
31527
31528 \end_inset
31529
31530
31531 \begin_inset Index idx
31532 status collapsed
31533
31534 \begin_layout Plain Layout
31535 Chemical equations
31536 \end_layout
31537
31538 \end_inset
31539
31540
31541 \begin_inset Index idx
31542 status collapsed
31543
31544 \begin_layout Plain Layout
31545 Symbols ! chemical
31546 \end_layout
31547
31548 \end_inset
31549
31550
31551 \end_layout
31552
31553 \begin_layout Standard
31554 An example text from chemistry:
31555 \end_layout
31556
31557 \begin_layout Quote
31558 The 
31559 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31560 \end_inset
31561
31562 -ion reacts with two 
31563 \begin_inset Formula $\mathrm{Na^{+}}$
31564 \end_inset
31565
31566 -ions to sodium sulfate 
31567 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31568 \end_inset
31569
31570 .
31571  The chemical equation for this is:
31572 \begin_inset Formula 
31573 \begin{equation}
31574 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31575 \end{equation}
31576
31577 \end_inset
31578
31579
31580 \end_layout
31581
31582 \begin_layout Standard
31583 This chemical equation can directly be created as formula.
31584  To avoid that the symbols appear italic, everything is highlighted and
31585  changed by the shortcut 
31586 \begin_inset Info
31587 type  "shortcut"
31588 arg   "font-roman"
31589 \end_inset
31590
31591  to the upright font style.
31592 \begin_inset Foot
31593 status collapsed
31594
31595 \begin_layout Plain Layout
31596 font styles
31597 \series bold
31598  
31599 \series default
31600 see 
31601 \begin_inset CommandInset ref
31602 LatexCommand ref
31603 reference "subsec:Font-Styles"
31604
31605 \end_inset
31606
31607
31608 \end_layout
31609
31610 \end_inset
31611
31612
31613 \end_layout
31614
31615 \begin_layout Standard
31616 A more convenient way to typeset chemical formulas is to use the command
31617  
31618 \series bold
31619
31620 \backslash
31621 ce
31622 \series default
31623
31624 \begin_inset Index idx
31625 status collapsed
31626
31627 \begin_layout Plain Layout
31628 Commands ! C ! 
31629 \backslash
31630 ce
31631 \end_layout
31632
31633 \end_inset
31634
31635  that is available when the \SpecialChar LaTeX
31636 -package 
31637 \series bold
31638 mhchem
31639 \series default
31640
31641 \begin_inset Index idx
31642 status collapsed
31643
31644 \begin_layout Plain Layout
31645 Packages ! mhchem
31646 \end_layout
31647
31648 \end_inset
31649
31650  is installed.
31651  After inserting 
31652 \series bold
31653
31654 \backslash
31655 ce
31656 \series default
31657  to a formula a new blue box appears where chemical formulas can be inserted
31658  in an intuitive way.
31659 \begin_inset Separator parbreak
31660 \end_inset
31661
31662
31663 \end_layout
31664
31665 \begin_layout Standard
31666 \align center
31667 \begin_inset Tabular
31668 <lyxtabular version="3" rows="10" columns="2">
31669 <features booktabs="true" tabularvalignment="middle">
31670 <column alignment="center" valignment="top" width="0pt">
31671 <column alignment="center" valignment="top">
31672 <row>
31673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31674 \begin_inset Text
31675
31676 \begin_layout Plain Layout
31677 Command
31678 \end_layout
31679
31680 \end_inset
31681 </cell>
31682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31683 \begin_inset Text
31684
31685 \begin_layout Plain Layout
31686 Result
31687 \end_layout
31688
31689 \end_inset
31690 </cell>
31691 </row>
31692 <row>
31693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31694 \begin_inset Text
31695
31696 \begin_layout Plain Layout
31697
31698 \backslash
31699 ce
31700 \begin_inset space \textvisiblespace{}
31701 \end_inset
31702
31703 H2CO3
31704 \end_layout
31705
31706 \end_inset
31707 </cell>
31708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31709 \begin_inset Text
31710
31711 \begin_layout Plain Layout
31712 \begin_inset Formula $\ce{H2CO3}$
31713 \end_inset
31714
31715
31716 \end_layout
31717
31718 \end_inset
31719 </cell>
31720 </row>
31721 <row topspace="1.5mm">
31722 <cell alignment="center" valignment="top" usebox="none">
31723 \begin_inset Text
31724
31725 \begin_layout Plain Layout
31726
31727 \backslash
31728 ce
31729 \begin_inset space \textvisiblespace{}
31730 \end_inset
31731
31732 SO4^2-
31733 \end_layout
31734
31735 \end_inset
31736 </cell>
31737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31738 \begin_inset Text
31739
31740 \begin_layout Plain Layout
31741 \begin_inset Formula $\ce{SO4^{2-}}$
31742 \end_inset
31743
31744
31745 \end_layout
31746
31747 \end_inset
31748 </cell>
31749 </row>
31750 <row topspace="1.5mm">
31751 <cell alignment="center" valignment="top" usebox="none">
31752 \begin_inset Text
31753
31754 \begin_layout Plain Layout
31755
31756 \backslash
31757 ce
31758 \begin_inset space \textvisiblespace{}
31759 \end_inset
31760
31761 (NH4)2S
31762 \end_layout
31763
31764 \end_inset
31765 </cell>
31766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31767 \begin_inset Text
31768
31769 \begin_layout Plain Layout
31770 \begin_inset Formula $\ce{(NH4)2S}$
31771 \end_inset
31772
31773
31774 \end_layout
31775
31776 \end_inset
31777 </cell>
31778 </row>
31779 <row topspace="1.5mm">
31780 <cell alignment="center" valignment="top" usebox="none">
31781 \begin_inset Text
31782
31783 \begin_layout Plain Layout
31784
31785 \backslash
31786 ce
31787 \begin_inset space \textvisiblespace{}
31788 \end_inset
31789
31790 KCr(SO4)2.12H2O
31791 \end_layout
31792
31793 \end_inset
31794 </cell>
31795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31796 \begin_inset Text
31797
31798 \begin_layout Plain Layout
31799 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31800 \end_inset
31801
31802
31803 \end_layout
31804
31805 \end_inset
31806 </cell>
31807 </row>
31808 <row topspace="1.5mm">
31809 <cell alignment="center" valignment="top" usebox="none">
31810 \begin_inset Text
31811
31812 \begin_layout Plain Layout
31813
31814 \backslash
31815 ce
31816 \begin_inset space \textvisiblespace{}
31817 \end_inset
31818
31819 A-B
31820 \backslash
31821 dbond
31822 \begin_inset space \textvisiblespace{}
31823 \end_inset
31824
31825 C
31826 \backslash
31827 tbond
31828 \begin_inset space \textvisiblespace{}
31829 \end_inset
31830
31831 D
31832 \end_layout
31833
31834 \end_inset
31835 </cell>
31836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31837 \begin_inset Text
31838
31839 \begin_layout Plain Layout
31840 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31841 \end_inset
31842
31843
31844 \end_layout
31845
31846 \end_inset
31847 </cell>
31848 </row>
31849 <row topspace="1.5mm">
31850 <cell alignment="center" valignment="top" usebox="none">
31851 \begin_inset Text
31852
31853 \begin_layout Plain Layout
31854
31855 \backslash
31856 ce
31857 \begin_inset space \textvisiblespace{}
31858 \end_inset
31859
31860 ^227
31861 \begin_inset Formula $\downarrow$
31862 \end_inset
31863
31864 _90
31865 \begin_inset Formula $\to$
31866 \end_inset
31867
31868 Th+
31869 \end_layout
31870
31871 \end_inset
31872 </cell>
31873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31874 \begin_inset Text
31875
31876 \begin_layout Plain Layout
31877 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31878 \end_inset
31879
31880
31881 \end_layout
31882
31883 \end_inset
31884 </cell>
31885 </row>
31886 <row>
31887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31888 \begin_inset Text
31889
31890 \begin_layout Plain Layout
31891
31892 \backslash
31893 ce
31894 \begin_inset space \textvisiblespace{}
31895 \end_inset
31896
31897
31898 \backslash
31899 mu
31900 \begin_inset space \textvisiblespace{}
31901 \end_inset
31902
31903
31904 \backslash
31905 hyphen
31906 \begin_inset space \textvisiblespace{}
31907 \end_inset
31908
31909 Cl
31910 \end_layout
31911
31912 \end_inset
31913 </cell>
31914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31915 \begin_inset Text
31916
31917 \begin_layout Plain Layout
31918 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31919 \end_inset
31920
31921
31922 \end_layout
31923
31924 \end_inset
31925 </cell>
31926 </row>
31927 <row>
31928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31929 \begin_inset Text
31930
31931 \begin_layout Plain Layout
31932
31933 \backslash
31934 ce
31935 \begin_inset space \textvisiblespace{}
31936 \end_inset
31937
31938 CO2
31939 \begin_inset space \textvisiblespace{}
31940 \end_inset
31941
31942 +
31943 \begin_inset space \textvisiblespace{}
31944 \end_inset
31945
31946 C
31947 \begin_inset space \textvisiblespace{}
31948 \end_inset
31949
31950 <=>
31951 \begin_inset space \textvisiblespace{}
31952 \end_inset
31953
31954 2CO
31955 \end_layout
31956
31957 \end_inset
31958 </cell>
31959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31960 \begin_inset Text
31961
31962 \begin_layout Plain Layout
31963 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31964 \end_inset
31965
31966
31967 \end_layout
31968
31969 \end_inset
31970 </cell>
31971 </row>
31972 <row topspace="1.5mm">
31973 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31974 \begin_inset Text
31975
31976 \begin_layout Plain Layout
31977
31978 \backslash
31979 ce
31980 \begin_inset space \textvisiblespace{}
31981 \end_inset
31982
31983 CO2
31984 \begin_inset space \textvisiblespace{}
31985 \end_inset
31986
31987 +
31988 \begin_inset space \textvisiblespace{}
31989 \end_inset
31990
31991 C
31992 \begin_inset space \textvisiblespace{}
31993 \end_inset
31994
31995 ->[
31996 \backslash
31997 alpha][
31998 \backslash
31999 beta]
32000 \begin_inset space \textvisiblespace{}
32001 \end_inset
32002
32003 2CO}
32004 \end_layout
32005
32006 \end_inset
32007 </cell>
32008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
32009 \begin_inset Text
32010
32011 \begin_layout Plain Layout
32012 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
32013 \end_inset
32014
32015
32016 \end_layout
32017
32018 \end_inset
32019 </cell>
32020 </row>
32021 </lyxtabular>
32022
32023 \end_inset
32024
32025
32026 \end_layout
32027
32028 \begin_layout Standard
32029 \begin_inset Note Greyedout
32030 status open
32031
32032 \begin_layout Plain Layout
32033
32034 \series bold
32035 \color none
32036 Note:
32037 \series default
32038  It is not possible in \SpecialChar LyX
32039  to use the character ^ to get an up-arrow as described
32040  in the 
32041 \series bold
32042 mhchem
32043 \series default
32044  manual.
32045  One instead uses a negative thin space followed by the command 
32046 \series bold
32047
32048 \backslash
32049 uparrow
32050 \series default
32051
32052 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32053 \end_inset
32054
32055
32056 \end_layout
32057
32058 \end_inset
32059
32060
32061 \end_layout
32062
32063 \begin_layout Standard
32064 Using 
32065 \series bold
32066
32067 \backslash
32068 ce
32069 \series default
32070  the command for equation
32071 \begin_inset space ~
32072 \end_inset
32073
32074
32075 \begin_inset CommandInset ref
32076 LatexCommand eqref
32077 reference "eq:chem-reaction"
32078
32079 \end_inset
32080
32081  is:
32082 \begin_inset Newline newline
32083 \end_inset
32084
32085
32086 \series bold
32087  
32088 \backslash
32089 ce
32090 \begin_inset space \textvisiblespace{}
32091 \end_inset
32092
32093 2Na+
32094 \begin_inset space \textvisiblespace{}
32095 \end_inset
32096
32097 +
32098 \begin_inset space \textvisiblespace{}
32099 \end_inset
32100
32101 SO4^2-
32102 \begin_inset space \textvisiblespace{}
32103 \end_inset
32104
32105
32106 \begin_inset space \textvisiblespace{}
32107 \end_inset
32108
32109 ->
32110 \begin_inset space \textvisiblespace{}
32111 \end_inset
32112
32113 Na2SO4
32114 \end_layout
32115
32116 \begin_layout Standard
32117 To create multiline chemical equations first a multiline formula is created
32118  as described in 
32119 \begin_inset CommandInset ref
32120 LatexCommand ref
32121 reference "sec:Multiline-Formulas"
32122
32123 \end_inset
32124
32125 .
32126  Afterwards the command 
32127 \series bold
32128
32129 \backslash
32130 ce
32131 \series default
32132  is used in every small blue box of the formula.
32133  
32134 \begin_inset CommandInset ref
32135 LatexCommand eqref
32136 reference "eq:TEOS-reaction-1"
32137
32138 \end_inset
32139
32140  and 
32141 \begin_inset CommandInset ref
32142 LatexCommand eqref
32143 reference "eq:TEOS-reaction-2"
32144
32145 \end_inset
32146
32147  are an example of a multi-stage chemical reaction where every equation
32148  has its own number.
32149 \begin_inset Formula 
32150 \begin{eqnarray}
32151 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32152 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32153 \end{eqnarray}
32154
32155 \end_inset
32156
32157
32158 \end_layout
32159
32160 \begin_layout Standard
32161 Besides 
32162 \series bold
32163
32164 \backslash
32165 ce
32166 \series default
32167  the 
32168 \series bold
32169 mhchem
32170 \series default
32171  package provides the command 
32172 \series bold
32173
32174 \backslash
32175 cf
32176 \series default
32177
32178 \begin_inset Index idx
32179 status collapsed
32180
32181 \begin_layout Plain Layout
32182 Commands ! C ! 
32183 \backslash
32184 cf
32185 \end_layout
32186
32187 \end_inset
32188
32189  that has to be used for special cases.
32190  For more information about 
32191 \series bold
32192
32193 \backslash
32194 cf
32195 \series default
32196  and more examples have a look at the documentation of 
32197 \series bold
32198 mhchem
32199 \series default
32200
32201 \begin_inset CommandInset citation
32202 LatexCommand cite
32203 key "mhchem"
32204
32205 \end_inset
32206
32207 .
32208 \end_layout
32209
32210 \begin_layout Section
32211 Diagrams
32212 \end_layout
32213
32214 \begin_layout Standard
32215 \SpecialChar LyX
32216  supports two types of commutative diagrams: 
32217 \series bold
32218 amscd
32219 \series default
32220  and 
32221 \series bold
32222 xymatrix
32223 \series default
32224  that are explained in the following.
32225 \end_layout
32226
32227 \begin_layout Subsection
32228 Amscd Diagrams
32229 \begin_inset Index idx
32230 status collapsed
32231
32232 \begin_layout Plain Layout
32233 Diagrams ! amscd
32234 \end_layout
32235
32236 \end_inset
32237
32238
32239 \end_layout
32240
32241 \begin_layout Standard
32242 Diagrams of this type visualize relations by vertical and horizontal lines
32243  or arrows:
32244 \begin_inset Formula 
32245 \[
32246 \begin{CD}A@>>>B@>>>C\\
32247 @AAA@.@VVV\\
32248 F@<<<E@<<<D
32249 \end{CD}
32250 \]
32251
32252 \end_inset
32253
32254
32255 \end_layout
32256
32257 \begin_layout Standard
32258 To get them, the command 
32259 \series bold
32260
32261 \backslash
32262 CD
32263 \begin_inset Index idx
32264 status collapsed
32265
32266 \begin_layout Plain Layout
32267 Commands ! C ! 
32268 \backslash
32269 CD
32270 \end_layout
32271
32272 \end_inset
32273
32274
32275 \series default
32276  is inserted to a formula.
32277  A blue box appears with two dashed lines where further commands can be
32278  inserted.
32279  With 
32280 \begin_inset Info
32281 type  "shortcut"
32282 arg   "newline-insert newline"
32283 \end_inset
32284
32285  a new line is created.
32286  Horizontal relations are inserted in odd, vertical in even formula lines.
32287 \end_layout
32288
32289 \begin_layout Standard
32290 To create the relations there are the following commands:
32291 \end_layout
32292
32293 \begin_layout Itemize
32294
32295 \series bold
32296 @<<<
32297 \series default
32298  creates a left arrow, 
32299 \series bold
32300 @>>>
32301 \series default
32302  a right arrow and 
32303 \series bold
32304 @=
32305 \series default
32306  a long equal sign
32307 \end_layout
32308
32309 \begin_layout Itemize
32310
32311 \series bold
32312 @AAA
32313 \series default
32314  creates an up arrow, 
32315 \series bold
32316 @VVV
32317 \series default
32318  a down arrow and 
32319 \series bold
32320 @|
32321 \series default
32322  a vertical equal sign
32323 \end_layout
32324
32325 \begin_layout Itemize
32326
32327 \series bold
32328 @.
32329
32330 \series default
32331  is a placeholder for non-existent relations
32332 \end_layout
32333
32334 \begin_layout Standard
32335 All arrows can be labeled as follows:
32336 \end_layout
32337
32338 \begin_layout Itemize
32339 If text inserted between the first and second < or >, resp., it is placed
32340  above the arrow.
32341  When it is inserted between the second and third one, it appears under
32342  the arrow.
32343 \end_layout
32344
32345 \begin_layout Itemize
32346 When text for vertical arrows is inserted between the first and second A
32347  or V, resp., it is placed left beside the arrow.
32348  When it is inserted between the second and third one, it appears right
32349  beside the arrow.
32350  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32351  brace.
32352 \end_layout
32353
32354 \begin_layout Standard
32355 As example a diagram with all possible relations:
32356 \end_layout
32357
32358 \begin_layout Standard
32359 \begin_inset Formula 
32360 \[
32361 \begin{CD}A@>j>>B@>>k>C@=F\\
32362 @AmAA@.@VV{V}V@|\\
32363 D@<<j<E@>k>>F@=C
32364 \end{CD}
32365 \]
32366
32367 \end_inset
32368
32369
32370 \end_layout
32371
32372 \begin_layout Standard
32373 The command for this is:
32374 \begin_inset Newline newline
32375 \end_inset
32376
32377
32378 \series bold
32379
32380 \backslash
32381 CD
32382 \begin_inset space \textvisiblespace{}
32383 \end_inset
32384
32385 A@>j>>B@>>k>C@=F Ctrl+Return
32386 \begin_inset Newline newline
32387 \end_inset
32388
32389
32390 \begin_inset Phantom HPhantom
32391 status open
32392
32393 \begin_layout Plain Layout
32394
32395 \series bold
32396
32397 \backslash
32398 CD
32399 \begin_inset space \textvisiblespace{}
32400 \end_inset
32401
32402
32403 \end_layout
32404
32405 \end_inset
32406
32407 @AmAA@.@VV
32408 \backslash
32409 {V
32410 \series default
32411
32412 \begin_inset Formula $\to$
32413 \end_inset
32414
32415
32416 \series bold
32417 V@| Ctrl+Return
32418 \begin_inset Newline newline
32419 \end_inset
32420
32421
32422 \begin_inset Phantom HPhantom
32423 status open
32424
32425 \begin_layout Plain Layout
32426
32427 \series bold
32428
32429 \backslash
32430 CD
32431 \begin_inset space \textvisiblespace{}
32432 \end_inset
32433
32434
32435 \end_layout
32436
32437 \end_inset
32438
32439 D@<<j<E@>k>>F@=C
32440 \end_layout
32441
32442 \begin_layout Subsection
32443 Xymatrix Diagrams
32444 \begin_inset Index idx
32445 status collapsed
32446
32447 \begin_layout Plain Layout
32448 Diagrams ! xymatrix
32449 \end_layout
32450
32451 \end_inset
32452
32453
32454 \end_layout
32455
32456 \begin_layout Standard
32457 To be able to use xymatrices, the \SpecialChar LaTeX
32458 -package 
32459 \series bold
32460 xypic
32461 \series default
32462  must be installed.
32463  A xymatrix is created by inserting the command 
32464 \series bold
32465
32466 \backslash
32467 xymatrix
32468 \series default
32469  in a formula.
32470  Then you are able to add new matrix columns and rows like for normal matrices,
32471  see 
32472 \begin_inset CommandInset ref
32473 LatexCommand ref
32474 reference "sec:Matrices"
32475
32476 \end_inset
32477
32478 .
32479 \end_layout
32480
32481 \begin_layout Standard
32482 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32483  and much more.
32484  All possibilities to create commutative diagrams and decorations are explained
32485  in detail in the 
32486 \emph on
32487 XY-pic manual
32488 \emph default
32489  that you find in the menu 
32490 \family sans
32491 Help\SpecialChar menuseparator
32492 Specific
32493 \begin_inset space ~
32494 \end_inset
32495
32496 Manuals
32497 \family default
32498 .
32499 \end_layout
32500
32501 \begin_layout Subsection
32502
32503 \noun on
32504 Feynman
32505 \noun default
32506  Diagrams
32507 \begin_inset Index idx
32508 status collapsed
32509
32510 \begin_layout Plain Layout
32511 Diagrams ! Feynman
32512 \end_layout
32513
32514 \end_inset
32515
32516
32517 \end_layout
32518
32519 \begin_layout Standard
32520 To be able to use 
32521 \noun on
32522 Feynman
32523 \noun default
32524 -diagrams, the \SpecialChar LaTeX
32525 -package 
32526 \series bold
32527 feyn
32528 \series default
32529  must be installed.
32530  A 
32531 \noun on
32532 Feynman
32533 \noun default
32534 -diagram is created by inserting the command 
32535 \series bold
32536
32537 \backslash
32538 Diagram
32539 \series default
32540  in a formula.
32541  Then you are able to add new matrix columns and rows like for normal matrices,
32542  see 
32543 \begin_inset CommandInset ref
32544 LatexCommand ref
32545 reference "sec:Matrices"
32546
32547 \end_inset
32548
32549 .
32550 \end_layout
32551
32552 \begin_layout Standard
32553 Examples how to create 
32554 \noun on
32555 Feynman-
32556 \noun default
32557 diagrams in \SpecialChar LyX
32558  is given in the 
32559 \emph on
32560 Feynman-diagram manual
32561 \emph default
32562  that you find in the menu 
32563 \family sans
32564 Help\SpecialChar menuseparator
32565 Specific
32566 \begin_inset space ~
32567 \end_inset
32568
32569 Manuals
32570 \family default
32571 .
32572 \end_layout
32573
32574 \begin_layout Standard
32575 \begin_inset Newpage newpage
32576 \end_inset
32577
32578
32579 \end_layout
32580
32581 \begin_layout Section
32582 User-defined Commands
32583 \begin_inset Index idx
32584 status collapsed
32585
32586 \begin_layout Plain Layout
32587 User-defined commands
32588 \end_layout
32589
32590 \end_inset
32591
32592
32593 \end_layout
32594
32595 \begin_layout Standard
32596 \begin_inset Note Greyedout
32597 status open
32598
32599 \begin_layout Plain Layout
32600
32601 \series bold
32602 Note:
32603 \series default
32604  The names of user-defined commands and macros may only consist of Latin
32605  letters.
32606 \end_layout
32607
32608 \end_inset
32609
32610
32611 \end_layout
32612
32613 \begin_layout Subsection
32614 The Command 
32615 \backslash
32616 newcommand
32617 \begin_inset CommandInset label
32618 LatexCommand label
32619 name "subsec:The-Command-newcommand"
32620
32621 \end_inset
32622
32623
32624 \begin_inset Index idx
32625 status collapsed
32626
32627 \begin_layout Plain Layout
32628 User-defined commands ! 
32629 \backslash
32630 newcommand
32631 \end_layout
32632
32633 \end_inset
32634
32635
32636 \begin_inset Index idx
32637 status collapsed
32638
32639 \begin_layout Plain Layout
32640 Commands ! N ! 
32641 \backslash
32642 newcommand
32643 \end_layout
32644
32645 \end_inset
32646
32647
32648 \end_layout
32649
32650 \begin_layout Standard
32651 Many \SpecialChar LaTeX
32652 -commands are too long to be used frequently.
32653  But it is possible to define with the command 
32654 \series bold
32655
32656 \backslash
32657 newcommand
32658 \series default
32659  new shorter commands.
32660 \end_layout
32661
32662 \begin_layout Standard
32663 The command scheme of 
32664 \series bold
32665
32666 \backslash
32667 newcommand
32668 \series default
32669  is:
32670 \end_layout
32671
32672 \begin_layout Standard
32673
32674 \series bold
32675
32676 \backslash
32677 newcommand{new command name}[number of arguments][optional
32678 \series default
32679  
32680 \series bold
32681 value]
32682 \begin_inset Newline newline
32683 \end_inset
32684
32685
32686 \begin_inset Phantom HPhantom
32687 status open
32688
32689 \begin_layout Plain Layout
32690
32691 \series bold
32692
32693 \backslash
32694 newcommand
32695 \end_layout
32696
32697 \end_inset
32698
32699 {command definition}
32700 \end_layout
32701
32702 \begin_layout Standard
32703 \begin_inset Note Greyedout
32704 status open
32705
32706 \begin_layout Plain Layout
32707
32708 \series bold
32709 Note:
32710 \series default
32711  Assure that the name of the new command is not already used in your document
32712  or by \SpecialChar LaTeX
32713 -packages that you use.
32714  When you for example define the command 
32715 \series bold
32716
32717 \backslash
32718 le
32719 \series default
32720  for 
32721 \series bold
32722
32723 \backslash
32724 Leftarrow
32725 \series default
32726 , you get an error message because 
32727 \series bold
32728
32729 \backslash
32730 le
32731 \series default
32732  is already defined as command for 
32733 \begin_inset Quotes eld
32734 \end_inset
32735
32736
32737 \begin_inset Formula $\le$
32738 \end_inset
32739
32740
32741 \begin_inset Quotes erd
32742 \end_inset
32743
32744 .
32745 \end_layout
32746
32747 \end_inset
32748
32749
32750 \end_layout
32751
32752 \begin_layout Standard
32753 The number of arguments is an integer in the range 0
32754 \begin_inset space \thinspace{}
32755 \end_inset
32756
32757 -
32758 \begin_inset space \thinspace{}
32759 \end_inset
32760
32761 9 and specifies how many arguments the new command should have.
32762  With the optional value a value for an optional argument can be predefined.
32763  When this is done, the 
32764 \emph on
32765 first
32766 \emph default
32767  
32768 \emph on
32769 a
32770 \emph default
32771 rgument of the new command is automatically an optional one.
32772 \end_layout
32773
32774 \begin_layout Standard
32775 Here are some examples:
32776 \end_layout
32777
32778 \begin_layout Itemize
32779 To define the command 
32780 \series bold
32781
32782 \backslash
32783 gr
32784 \series default
32785  for 
32786 \series bold
32787
32788 \backslash
32789 Longrightarrow
32790 \series default
32791 , the \SpecialChar LaTeX
32792 -preamble line is:
32793 \begin_inset VSpace medskip
32794 \end_inset
32795
32796
32797 \begin_inset Newline newline
32798 \end_inset
32799
32800
32801 \series bold
32802
32803 \backslash
32804 newcommand{
32805 \backslash
32806 gr}{
32807 \backslash
32808 Longrightarrow}
32809 \end_layout
32810
32811 \begin_layout Itemize
32812 To define the command 
32813 \series bold
32814
32815 \backslash
32816 us
32817 \series default
32818  for 
32819 \series bold
32820
32821 \backslash
32822 underline
32823 \series default
32824 , the argument (that should be underlined) must be taken into account.
32825  For this the preamble line is:
32826 \begin_inset VSpace medskip
32827 \end_inset
32828
32829
32830 \begin_inset Newline newline
32831 \end_inset
32832
32833
32834 \series bold
32835
32836 \backslash
32837 newcommand{
32838 \backslash
32839 us}[1]{
32840 \backslash
32841 underline{#1}}
32842 \series default
32843
32844 \begin_inset VSpace medskip
32845 \end_inset
32846
32847
32848 \begin_inset Newline newline
32849 \end_inset
32850
32851 The character 
32852 \series bold
32853 #
32854 \series default
32855  acts as argument placeholder, the 
32856 \series bold
32857 1
32858 \series default
32859  behind it denotes that it is the placeholder for the first argument.
32860 \end_layout
32861
32862 \begin_layout Itemize
32863 For 
32864 \series bold
32865
32866 \backslash
32867 framebox
32868 \series default
32869  one can e.
32870 \begin_inset space \thinspace{}
32871 \end_inset
32872
32873 g.
32874 \begin_inset space \space{}
32875 \end_inset
32876
32877 define the command 
32878 \series bold
32879
32880 \backslash
32881 fb
32882 \series default
32883 :
32884 \begin_inset VSpace medskip
32885 \end_inset
32886
32887
32888 \begin_inset Newline newline
32889 \end_inset
32890
32891
32892 \series bold
32893
32894 \backslash
32895 newcommand{
32896 \backslash
32897 fb}[3]{
32898 \backslash
32899 framebox#1#2{$#3$}}
32900 \series default
32901
32902 \begin_inset VSpace medskip
32903 \end_inset
32904
32905
32906 \begin_inset Newline newline
32907 \end_inset
32908
32909 The two Dollar signs creates the extra formula needed for 
32910 \series bold
32911
32912 \backslash
32913 framebox
32914 \series default
32915 , see 
32916 \begin_inset CommandInset ref
32917 LatexCommand ref
32918 reference "subsec:Boxes-with-Frame"
32919
32920 \end_inset
32921
32922 .
32923 \end_layout
32924
32925 \begin_layout Itemize
32926 To create a new command for 
32927 \series bold
32928
32929 \backslash
32930 fcolorbox
32931 \series default
32932  where the color for the box need not be specified, the argument for the
32933  color is defined optional:
32934 \begin_inset VSpace medskip
32935 \end_inset
32936
32937
32938 \begin_inset Newline newline
32939 \end_inset
32940
32941
32942 \series bold
32943
32944 \backslash
32945 newcommand{
32946 \backslash
32947 cb}[3][white]{
32948 \backslash
32949 fcolorbox{#2}{#1}{$#3$}}
32950 \series default
32951
32952 \begin_inset VSpace medskip
32953 \end_inset
32954
32955
32956 \begin_inset Newline newline
32957 \end_inset
32958
32959 When the color is not specified when using 
32960 \series bold
32961
32962 \backslash
32963 cb
32964 \series default
32965 , the predefined color 
32966 \series bold
32967 white
32968 \series default
32969  will be used.
32970 \end_layout
32971
32972 \begin_layout Standard
32973 A test of the new defined commands:
32974 \begin_inset Separator parbreak
32975 \end_inset
32976
32977
32978 \end_layout
32979
32980 \begin_layout Standard
32981 \align center
32982 \begin_inset Tabular
32983 <lyxtabular version="3" rows="6" columns="2">
32984 <features booktabs="true" tabularvalignment="middle">
32985 <column alignment="center" valignment="top" width="0pt">
32986 <column alignment="center" valignment="top">
32987 <row>
32988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32989 \begin_inset Text
32990
32991 \begin_layout Plain Layout
32992 Command
32993 \end_layout
32994
32995 \end_inset
32996 </cell>
32997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32998 \begin_inset Text
32999
33000 \begin_layout Plain Layout
33001 Result
33002 \end_layout
33003
33004 \end_inset
33005 </cell>
33006 </row>
33007 <row>
33008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33009 \begin_inset Text
33010
33011 \begin_layout Plain Layout
33012 A
33013 \backslash
33014 gr
33015 \begin_inset space \textvisiblespace{}
33016 \end_inset
33017
33018 B
33019 \end_layout
33020
33021 \end_inset
33022 </cell>
33023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33024 \begin_inset Text
33025
33026 \begin_layout Plain Layout
33027 \begin_inset Formula $A\gr B$
33028 \end_inset
33029
33030
33031 \end_layout
33032
33033 \end_inset
33034 </cell>
33035 </row>
33036 <row>
33037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33038 \begin_inset Text
33039
33040 \begin_layout Plain Layout
33041
33042 \backslash
33043 us{ABcd
33044 \end_layout
33045
33046 \end_inset
33047 </cell>
33048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33049 \begin_inset Text
33050
33051 \begin_layout Plain Layout
33052 \begin_inset Formula $\us{ABcd}$
33053 \end_inset
33054
33055
33056 \end_layout
33057
33058 \end_inset
33059 </cell>
33060 </row>
33061 <row topspace="1mm">
33062 <cell alignment="center" valignment="top" usebox="none">
33063 \begin_inset Text
33064
33065 \begin_layout Plain Layout
33066
33067 \backslash
33068 fb{[2cm]
33069 \begin_inset Formula $\to$
33070 \end_inset
33071
33072
33073 \backslash
33074 {
33075 \begin_inset Formula $\to$
33076 \end_inset
33077
33078
33079 \backslash
33080 {
33081 \backslash
33082 int
33083 \begin_inset space \textvisiblespace{}
33084 \end_inset
33085
33086 A=B
33087 \end_layout
33088
33089 \end_inset
33090 </cell>
33091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33092 \begin_inset Text
33093
33094 \begin_layout Plain Layout
33095 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
33096 \end_inset
33097
33098
33099 \end_layout
33100
33101 \end_inset
33102 </cell>
33103 </row>
33104 <row topspace="1.5mm">
33105 <cell alignment="center" valignment="top" usebox="none">
33106 \begin_inset Text
33107
33108 \begin_layout Plain Layout
33109
33110 \backslash
33111 cb{red
33112 \begin_inset Formula $\to$
33113 \end_inset
33114
33115
33116 \backslash
33117 {
33118 \backslash
33119 int
33120 \begin_inset space \textvisiblespace{}
33121 \end_inset
33122
33123 A=B
33124 \end_layout
33125
33126 \end_inset
33127 </cell>
33128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33129 \begin_inset Text
33130
33131 \begin_layout Plain Layout
33132 \begin_inset Formula $\cb{red}{\int A=B}$
33133 \end_inset
33134
33135
33136 \end_layout
33137
33138 \end_inset
33139 </cell>
33140 </row>
33141 <row topspace="1.5mm" bottomspace="1mm">
33142 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33143 \begin_inset Text
33144
33145 \begin_layout Plain Layout
33146
33147 \backslash
33148 cb[green]
33149 \backslash
33150 {red
33151 \begin_inset Formula $\to$
33152 \end_inset
33153
33154
33155 \backslash
33156 {
33157 \backslash
33158 int
33159 \begin_inset space \textvisiblespace{}
33160 \end_inset
33161
33162 A=B
33163 \end_layout
33164
33165 \end_inset
33166 </cell>
33167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
33168 \begin_inset Text
33169
33170 \begin_layout Plain Layout
33171 \begin_inset Formula $\cb[green]{red}{\int A=B}$
33172 \end_inset
33173
33174
33175 \end_layout
33176
33177 \end_inset
33178 </cell>
33179 </row>
33180 </lyxtabular>
33181
33182 \end_inset
33183
33184
33185 \end_layout
33186
33187 \begin_layout Subsection
33188 Math Macros
33189 \begin_inset Index idx
33190 status collapsed
33191
33192 \begin_layout Plain Layout
33193 User-defined commands! Math macros
33194 \end_layout
33195
33196 \end_inset
33197
33198
33199 \begin_inset Index idx
33200 status collapsed
33201
33202 \begin_layout Plain Layout
33203 Macros
33204 \end_layout
33205
33206 \end_inset
33207
33208
33209 \end_layout
33210
33211 \begin_layout Standard
33212 User-defined commands are especially convenient for complex expressions.
33213  When you are for example dealing with a document that has quadratic equations,
33214  the same solution type occurs several times.
33215  The general form of a quadratic equation is
33216 \begin_inset Formula 
33217 \[
33218 0=\lambda^{2}+p\lambda+q
33219 \]
33220
33221 \end_inset
33222
33223 The general form of the solution is
33224 \begin_inset Formula 
33225 \[
33226 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33227 \]
33228
33229 \end_inset
33230
33231
33232 \end_layout
33233
33234 \begin_layout Standard
33235 To define a command for the solution formula where only the three parameters
33236  
33237 \begin_inset Formula $\lambda$
33238 \end_inset
33239
33240
33241 \begin_inset Formula $p$
33242 \end_inset
33243
33244  and 
33245 \begin_inset Formula $q$
33246 \end_inset
33247
33248  need to be specified and the index of 
33249 \begin_inset Formula $\lambda$
33250 \end_inset
33251
33252  can be given optionally, the \SpecialChar LaTeX
33253 -preamble line is
33254 \begin_inset Newline newline
33255 \end_inset
33256
33257
33258 \series bold
33259
33260 \backslash
33261 newcommand{
33262 \backslash
33263 qG}[4][1,
33264 \backslash
33265 ,2]{#2_{#1}=-
33266 \backslash
33267 frac{#3}{2}
33268 \backslash
33269 pm
33270 \begin_inset Newline newline
33271 \end_inset
33272
33273
33274 \begin_inset Phantom HPhantom
33275 status open
33276
33277 \begin_layout Plain Layout
33278
33279 \series bold
33280
33281 \backslash
33282 newcommand
33283 \end_layout
33284
33285 \end_inset
33286
33287
33288 \backslash
33289 sqrt{
33290 \backslash
33291 frac{#3^{2}}{4}-#4}}
33292 \end_layout
33293
33294 \begin_layout Standard
33295 To create with this the solution formula, the command
33296 \begin_inset Newline newline
33297 \end_inset
33298
33299
33300 \series bold
33301
33302 \backslash
33303 qG{
33304 \backslash
33305 lambda
33306 \begin_inset Formula $\to$
33307 \end_inset
33308
33309
33310 \backslash
33311 {p
33312 \begin_inset Formula $\to$
33313 \end_inset
33314
33315
33316 \backslash
33317 {q
33318 \series default
33319  is inserted to a formula
33320 \series bold
33321 .
33322 \end_layout
33323
33324 \begin_layout Standard
33325 The definition of the new command is unintuitive because one has to know
33326  the schemes of all used \SpecialChar LaTeX
33327  commands, e.
33328 \begin_inset space \thinspace{}
33329 \end_inset
33330
33331 g.
33332 \begin_inset space \space{}
33333 \end_inset
33334
33335 that a fraction is inserted in \SpecialChar LaTeX
33336  as 
33337 \series bold
33338
33339 \backslash
33340 frac{numerator}{denominator}
33341 \series default
33342 .
33343  Furthermore one can easily forget a brace in the definition and cannot
33344  see in \SpecialChar LyX
33345  what the new command is doing.
33346  To avoid these problems \SpecialChar LyX
33347  offers the possibility to use math macros instead
33348  of the command 
33349 \series bold
33350
33351 \backslash
33352 newcommand
33353 \series default
33354 .
33355 \end_layout
33356
33357 \begin_layout Standard
33358 A math macro is created by using the menu 
33359 \family sans
33360 Insert\SpecialChar menuseparator
33361 Math\SpecialChar menuseparator
33362 Macro
33363 \family default
33364  or the toolbar button 
33365 \begin_inset Info
33366 type  "icon"
33367 arg   "math-macro newmacroname_newcommand"
33368 \end_inset
33369
33370 .
33371  The math macro toolbar appears together with the following box where the
33372  macro is defined:
33373 \begin_inset Newline newline
33374 \end_inset
33375
33376
33377 \begin_inset space \hspace*{\fill}
33378 \end_inset
33379
33380
33381 \begin_inset Graphics
33382         filename clipart/macrobox.png
33383         scale 75
33384
33385 \end_inset
33386
33387
33388 \begin_inset space \hspace*{\fill}
33389 \end_inset
33390
33391
33392 \begin_inset Newline newline
33393 \end_inset
33394
33395
33396 \begin_inset FormulaMacro
33397 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33398 \end_inset
33399
33400
33401 \backslash
33402 newmacroname is the default name of the macro that should be changed to
33403  something sensible.
33404  The wanted formula is inserted in the first blue box.
33405  An argument placeholder is inserted with the command 
33406 \series bold
33407
33408 \backslash
33409 #argumentnumber
33410 \series default
33411 , e.
33412 \begin_inset space \thinspace{}
33413 \end_inset
33414
33415 g
33416 \begin_inset space \space{}
33417 \end_inset
33418
33419
33420 \series bold
33421
33422 \backslash
33423 #1
33424 \series default
33425  or by using the macro toolbar button 
33426 \begin_inset Info
33427 type  "icon"
33428 arg   "math-macro-add-param"
33429 \end_inset
33430
33431 .
33432  Argument placeholders are displayed red.
33433  A maximum of 9
33434 \begin_inset space ~
33435 \end_inset
33436
33437 arguments are possible.
33438  Optional arguments are created with the toolbar button 
33439 \begin_inset Info
33440 type  "icon"
33441 arg   "math-macro-add-optional-param"
33442 \end_inset
33443
33444 .
33445  The first non-optional argument can be transformed to an optional one with
33446  the toolbar button 
33447 \begin_inset Info
33448 type  "icon"
33449 arg   "math-macro-make-optional"
33450 \end_inset
33451
33452 .
33453  In the second blue box the appearance of the macro in \SpecialChar LyX
33454  can be defined.
33455  Normally you want to see it as it is defined, so the box is kept empty.
33456  But when you have created a macro that needs lot of space on the screen,
33457  you can insert in the box for example
33458 \begin_inset Newline newline
33459 \end_inset
33460
33461
33462 \series bold
33463 qG: 
33464 \backslash
33465 #1
33466 \series default
33467  
33468 \series bold
33469 ,
33470 \series default
33471  
33472 \series bold
33473
33474 \backslash
33475 #2
33476 \series default
33477  
33478 \series bold
33479 ,
33480 \series default
33481  
33482 \series bold
33483
33484 \backslash
33485 #3, 
33486 \backslash
33487 #4
33488 \begin_inset Newline newline
33489 \end_inset
33490
33491
33492 \series default
33493 For the macro only the arguments with the macro name in front of them will
33494  then be displayed in \SpecialChar LyX
33495 , leading to a better overview.
33496  The formula appears in the output as defined in the first box.
33497 \begin_inset Newline newline
33498 \end_inset
33499
33500 The appearance of macros in formulas can furthermore be changed for single
33501  macros by setting the cursor in the macro and using the menu 
33502 \family sans
33503 View\SpecialChar menuseparator
33504 (Un)fold
33505 \begin_inset space ~
33506 \end_inset
33507
33508 Math
33509 \begin_inset space ~
33510 \end_inset
33511
33512 Macro
33513 \family default
33514 .
33515 \end_layout
33516
33517 \begin_layout Standard
33518 To use a macro, the macro name is inserted as command to a formula, in our
33519  case 
33520 \series bold
33521
33522 \backslash
33523 qG
33524 \series default
33525 .
33526  Our macro looks in \SpecialChar LyX
33527  like this:
33528 \begin_inset Newline newline
33529 \end_inset
33530
33531
33532 \begin_inset space \hspace*{\fill}
33533 \end_inset
33534
33535
33536 \begin_inset Graphics
33537         filename clipart/macrouse.png
33538         scale 75
33539
33540 \end_inset
33541
33542
33543 \begin_inset space \hspace*{\fill}
33544 \end_inset
33545
33546
33547 \begin_inset Newline newline
33548 \end_inset
33549
33550 Here is our macro example with the arguments 
33551 \begin_inset Formula $x$
33552 \end_inset
33553
33554
33555 \begin_inset Formula $\ln(x)$
33556 \end_inset
33557
33558  and 
33559 \begin_inset Formula $B$
33560 \end_inset
33561
33562 :
33563 \end_layout
33564
33565 \begin_layout Standard
33566 \begin_inset Formula 
33567 \[
33568 \qG x{\ln(x)}B
33569 \]
33570
33571 \end_inset
33572
33573
33574 \end_layout
33575
33576 \begin_layout Standard
33577 \SpecialChar LyX
33578  offers in the menu 
33579 \family sans
33580 Tools\SpecialChar menuseparator
33581 Preferences\SpecialChar menuseparator
33582 Editing\SpecialChar menuseparator
33583 Control
33584 \family default
33585  different styles to edit macros.
33586  To find the style that suits you the most, choose a style and set the cursor
33587  in a macro formula to see the difference.
33588 \end_layout
33589
33590 \begin_layout Standard
33591 A math macro is transformed internally to a 
33592 \series bold
33593
33594 \backslash
33595 newcommand
33596 \series default
33597  command when exporting the document.
33598  The created 
33599 \series bold
33600
33601 \backslash
33602 newcommand
33603 \series default
33604  command is not placed in the \SpecialChar LaTeX
33605 -preamble, therefore macros can only be used
33606  in formulas that are in the document below the macro definition box.
33607 \end_layout
33608
33609 \begin_layout Standard
33610 Math macros can also be directly created from a 
33611 \series bold
33612
33613 \backslash
33614 newcommand
33615 \series default
33616  command.
33617  When writing for example the command
33618 \series bold
33619
33620 \begin_inset Newline newline
33621 \end_inset
33622
33623
33624 \backslash
33625 newcommand{
33626 \backslash
33627 larrow}[2]{
33628 \backslash
33629 xleftarrow[#2]{#1}}
33630 \begin_inset Newline newline
33631 \end_inset
33632
33633
33634 \series default
33635 in \SpecialChar LyX
33636  as normal text, highlighting it completely and using then the shortcut
33637  
33638 \family sans
33639 Ctrl+M
33640 \family default
33641 , the command will be transformed to a math macro.
33642  Using this method you need to be careful that the 
33643 \series bold
33644
33645 \backslash
33646 newcommand
33647 \series default
33648  command is typed correctly, otherwise you get a faulty macro leading to
33649  \SpecialChar LaTeX
33650  errors.
33651 \end_layout
33652
33653 \begin_layout Standard
33654 Math macros currently have the problem that further formulas in macro definition
33655 s are handled wrongly.
33656  Therefore the example 
33657 \series bold
33658
33659 \backslash
33660 fb
33661 \series default
33662  from 
33663 \begin_inset CommandInset ref
33664 LatexCommand ref
33665 reference "subsec:The-Command-newcommand"
33666
33667 \end_inset
33668
33669  cannot be created as macro.
33670 \end_layout
33671
33672 \begin_layout Standard
33673 When the cursor is in a macro definition box, you will see the macro toolbar
33674  in \SpecialChar LyX
33675 :
33676 \end_layout
33677
33678 \begin_layout Standard
33679 \begin_inset VSpace defskip
33680 \end_inset
33681
33682
33683 \end_layout
33684
33685 \begin_layout Standard
33686 \begin_inset Graphics
33687         filename clipart/MacroToolbar.png
33688
33689 \end_inset
33690
33691
33692 \begin_inset Index idx
33693 status collapsed
33694
33695 \begin_layout Plain Layout
33696 Macros ! Toolbar
33697 \end_layout
33698
33699 \end_inset
33700
33701
33702 \end_layout
33703
33704 \begin_layout Standard
33705 \begin_inset VSpace defskip
33706 \end_inset
33707
33708
33709 \end_layout
33710
33711 \begin_layout Standard
33712 The macro toolbar contains from left to right the following buttons:
33713 \end_layout
33714
33715 \begin_layout Standard
33716 \begin_inset VSpace defskip
33717 \end_inset
33718
33719
33720 \end_layout
33721
33722 \begin_layout Standard
33723 \begin_inset Tabular
33724 <lyxtabular version="3" rows="9" columns="2">
33725 <features islongtable="true" longtabularalignment="center">
33726 <column alignment="left" valignment="top">
33727 <column alignment="left" valignment="top" width="85col%">
33728 <row interlinespace="2.5mm">
33729 <cell alignment="center" valignment="top" usebox="none">
33730 \begin_inset Text
33731
33732 \begin_layout Plain Layout
33733 \begin_inset Info
33734 type  "icon"
33735 arg   "math-macro-remove-param"
33736 \end_inset
33737
33738
33739 \end_layout
33740
33741 \end_inset
33742 </cell>
33743 <cell alignment="center" valignment="top" usebox="none">
33744 \begin_inset Text
33745
33746 \begin_layout Plain Layout
33747
33748 \family sans
33749 Edit\SpecialChar menuseparator
33750 Math\SpecialChar menuseparator
33751 Macro
33752 \begin_inset space ~
33753 \end_inset
33754
33755 Definition\SpecialChar menuseparator
33756 Remove Last Argument
33757 \end_layout
33758
33759 \end_inset
33760 </cell>
33761 </row>
33762 <row interlinespace="2.5mm">
33763 <cell alignment="center" valignment="top" usebox="none">
33764 \begin_inset Text
33765
33766 \begin_layout Plain Layout
33767 \begin_inset Info
33768 type  "icon"
33769 arg   "math-macro-add-param"
33770 \end_inset
33771
33772
33773 \end_layout
33774
33775 \end_inset
33776 </cell>
33777 <cell alignment="center" valignment="top" usebox="none">
33778 \begin_inset Text
33779
33780 \begin_layout Plain Layout
33781
33782 \family sans
33783 Edit\SpecialChar menuseparator
33784 Math\SpecialChar menuseparator
33785 Macro
33786 \begin_inset space ~
33787 \end_inset
33788
33789 Definition\SpecialChar menuseparator
33790 Append Argument
33791 \end_layout
33792
33793 \end_inset
33794 </cell>
33795 </row>
33796 <row interlinespace="2.5mm">
33797 <cell alignment="center" valignment="top" usebox="none">
33798 \begin_inset Text
33799
33800 \begin_layout Plain Layout
33801 \begin_inset Info
33802 type  "icon"
33803 arg   "math-macro-make-optional"
33804 \end_inset
33805
33806
33807 \end_layout
33808
33809 \end_inset
33810 </cell>
33811 <cell alignment="center" valignment="top" usebox="none">
33812 \begin_inset Text
33813
33814 \begin_layout Plain Layout
33815
33816 \family sans
33817 Edit\SpecialChar menuseparator
33818 Math\SpecialChar menuseparator
33819 Macro
33820 \begin_inset space ~
33821 \end_inset
33822
33823 Definition\SpecialChar menuseparator
33824 Transform First Non-Optional to
33825 \begin_inset Newline newline
33826 \end_inset
33827
33828
33829 \begin_inset Phantom HPhantom
33830 status open
33831
33832 \begin_layout Plain Layout
33833
33834 \family sans
33835 Edit\SpecialChar menuseparator
33836 Math\SpecialChar menuseparator
33837 Macro
33838 \begin_inset space ~
33839 \end_inset
33840
33841 Definition\SpecialChar menuseparator
33842
33843 \end_layout
33844
33845 \end_inset
33846
33847 Optional Argument
33848 \end_layout
33849
33850 \end_inset
33851 </cell>
33852 </row>
33853 <row interlinespace="2.5mm">
33854 <cell alignment="center" valignment="top" usebox="none">
33855 \begin_inset Text
33856
33857 \begin_layout Plain Layout
33858 \begin_inset Info
33859 type  "icon"
33860 arg   "math-macro-make-nonoptional"
33861 \end_inset
33862
33863
33864 \end_layout
33865
33866 \end_inset
33867 </cell>
33868 <cell alignment="center" valignment="top" usebox="none">
33869 \begin_inset Text
33870
33871 \begin_layout Plain Layout
33872
33873 \family sans
33874 Edit\SpecialChar menuseparator
33875 Math\SpecialChar menuseparator
33876 Macro
33877 \begin_inset space ~
33878 \end_inset
33879
33880 Definition\SpecialChar menuseparator
33881 Transform Last Optional to
33882 \begin_inset Newline newline
33883 \end_inset
33884
33885
33886 \begin_inset Phantom HPhantom
33887 status open
33888
33889 \begin_layout Plain Layout
33890
33891 \family sans
33892 Edit\SpecialChar menuseparator
33893 Math\SpecialChar menuseparator
33894 Macro
33895 \begin_inset space ~
33896 \end_inset
33897
33898 Definition\SpecialChar menuseparator
33899
33900 \end_layout
33901
33902 \end_inset
33903
33904 Non-Optional Argument
33905 \end_layout
33906
33907 \end_inset
33908 </cell>
33909 </row>
33910 <row interlinespace="2.5mm">
33911 <cell alignment="center" valignment="top" usebox="none">
33912 \begin_inset Text
33913
33914 \begin_layout Plain Layout
33915 \begin_inset Info
33916 type  "icon"
33917 arg   "math-macro-remove-optional-param"
33918 \end_inset
33919
33920
33921 \end_layout
33922
33923 \end_inset
33924 </cell>
33925 <cell alignment="center" valignment="top" usebox="none">
33926 \begin_inset Text
33927
33928 \begin_layout Plain Layout
33929
33930 \family sans
33931 Edit\SpecialChar menuseparator
33932 Math\SpecialChar menuseparator
33933 Macro
33934 \begin_inset space ~
33935 \end_inset
33936
33937 Definition\SpecialChar menuseparator
33938 Remove Optional Argument
33939 \end_layout
33940
33941 \end_inset
33942 </cell>
33943 </row>
33944 <row interlinespace="2.5mm">
33945 <cell alignment="center" valignment="top" usebox="none">
33946 \begin_inset Text
33947
33948 \begin_layout Plain Layout
33949 \begin_inset Info
33950 type  "icon"
33951 arg   "math-macro-add-optional-param"
33952 \end_inset
33953
33954
33955 \end_layout
33956
33957 \end_inset
33958 </cell>
33959 <cell alignment="center" valignment="top" usebox="none">
33960 \begin_inset Text
33961
33962 \begin_layout Plain Layout
33963
33964 \family sans
33965 Edit\SpecialChar menuseparator
33966 Math\SpecialChar menuseparator
33967 Macro
33968 \begin_inset space ~
33969 \end_inset
33970
33971 Definition\SpecialChar menuseparator
33972 Insert Optional Argument
33973 \end_layout
33974
33975 \end_inset
33976 </cell>
33977 </row>
33978 <row interlinespace="2.5mm">
33979 <cell alignment="center" valignment="top" usebox="none">
33980 \begin_inset Text
33981
33982 \begin_layout Plain Layout
33983 \begin_inset Info
33984 type  "icon"
33985 arg   "math-macro-remove-greedy-param"
33986 \end_inset
33987
33988
33989 \end_layout
33990
33991 \end_inset
33992 </cell>
33993 <cell alignment="center" valignment="top" usebox="none">
33994 \begin_inset Text
33995
33996 \begin_layout Plain Layout
33997
33998 \family sans
33999 Edit\SpecialChar menuseparator
34000 Math\SpecialChar menuseparator
34001 Macro
34002 \begin_inset space ~
34003 \end_inset
34004
34005 Definition\SpecialChar menuseparator
34006 Remove Last Argument
34007 \begin_inset Newline newline
34008 \end_inset
34009
34010
34011 \begin_inset Phantom HPhantom
34012 status open
34013
34014 \begin_layout Plain Layout
34015
34016 \family sans
34017 Edit\SpecialChar menuseparator
34018 Math\SpecialChar menuseparator
34019 Macro
34020 \begin_inset space ~
34021 \end_inset
34022
34023 Definition\SpecialChar menuseparator
34024
34025 \end_layout
34026
34027 \end_inset
34028
34029 Spitting Out To The Right
34030 \end_layout
34031
34032 \end_inset
34033 </cell>
34034 </row>
34035 <row interlinespace="2.5mm">
34036 <cell alignment="center" valignment="top" usebox="none">
34037 \begin_inset Text
34038
34039 \begin_layout Plain Layout
34040 \begin_inset Info
34041 type  "icon"
34042 arg   "math-macro-append-greedy-param"
34043 \end_inset
34044
34045
34046 \end_layout
34047
34048 \end_inset
34049 </cell>
34050 <cell alignment="center" valignment="top" usebox="none">
34051 \begin_inset Text
34052
34053 \begin_layout Plain Layout
34054
34055 \family sans
34056 Edit\SpecialChar menuseparator
34057 Math\SpecialChar menuseparator
34058 Macro
34059 \begin_inset space ~
34060 \end_inset
34061
34062 Definition\SpecialChar menuseparator
34063 Append Argument
34064 \begin_inset Newline newline
34065 \end_inset
34066
34067
34068 \begin_inset Phantom HPhantom
34069 status open
34070
34071 \begin_layout Plain Layout
34072
34073 \family sans
34074 Edit\SpecialChar menuseparator
34075 Math\SpecialChar menuseparator
34076 Macro
34077 \begin_inset space ~
34078 \end_inset
34079
34080 Definition\SpecialChar menuseparator
34081
34082 \end_layout
34083
34084 \end_inset
34085
34086 Eating From The Right
34087 \end_layout
34088
34089 \end_inset
34090 </cell>
34091 </row>
34092 <row interlinespace="2.5mm">
34093 <cell alignment="center" valignment="top" usebox="none">
34094 \begin_inset Text
34095
34096 \begin_layout Plain Layout
34097 \begin_inset Info
34098 type  "icon"
34099 arg   "math-macro-add-greedy-optional-param"
34100 \end_inset
34101
34102
34103 \end_layout
34104
34105 \end_inset
34106 </cell>
34107 <cell alignment="center" valignment="top" usebox="none">
34108 \begin_inset Text
34109
34110 \begin_layout Plain Layout
34111
34112 \family sans
34113 Edit\SpecialChar menuseparator
34114 Math\SpecialChar menuseparator
34115 Macro
34116 \begin_inset space ~
34117 \end_inset
34118
34119 Definition\SpecialChar menuseparator
34120 Append Optional Argument
34121 \begin_inset Newline newline
34122 \end_inset
34123
34124
34125 \begin_inset Phantom HPhantom
34126 status open
34127
34128 \begin_layout Plain Layout
34129
34130 \family sans
34131 Edit\SpecialChar menuseparator
34132 Math\SpecialChar menuseparator
34133 Macro
34134 \begin_inset space ~
34135 \end_inset
34136
34137 Definition\SpecialChar menuseparator
34138
34139 \end_layout
34140
34141 \end_inset
34142
34143 Eating From The Right
34144 \end_layout
34145
34146 \end_inset
34147 </cell>
34148 </row>
34149 </lyxtabular>
34150
34151 \end_inset
34152
34153
34154 \end_layout
34155
34156 \begin_layout Section
34157 Computer Algebra Systems
34158 \end_layout
34159
34160 \begin_layout Standard
34161 \SpecialChar LyX
34162  offers the exchange between mathematical expressions written in \SpecialChar LyX
34163 's math
34164  editor and external applications or user defined scripts.
34165  Currently supported applications are 
34166 \family sans
34167 Maple
34168 \family default
34169
34170 \family sans
34171 Mathematica
34172 \family default
34173
34174 \family sans
34175 Maxima
34176 \family default
34177  and 
34178 \family sans
34179 Octave
34180 \family default
34181 .
34182  Note that the set of supported mathematical constructs is limited only
34183  to very simple cases.
34184 \end_layout
34185
34186 \begin_layout Subsection
34187 Usage
34188 \end_layout
34189
34190 \begin_layout Standard
34191 Write some expression in a formula, go to the 
34192 \family sans
34193 Edit\SpecialChar menuseparator
34194 Math\SpecialChar menuseparator
34195 Use Computer Algebra System
34196 \family default
34197  menu and choose the application you have installed on the computer.
34198  After that the result of computation should show on the right side of the
34199  expression together with the 
34200 \begin_inset Quotes eld
34201 \end_inset
34202
34203 =
34204 \begin_inset Quotes erd
34205 \end_inset
34206
34207  operator.
34208 \end_layout
34209
34210 \begin_layout Standard
34211 Here are few simple examples (with results from 
34212 \family typewriter
34213 Maxima
34214 \family default
34215 ) to show what kind of computations can be performed:
34216 \end_layout
34217
34218 \begin_layout Itemize
34219 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34220 \end_inset
34221
34222
34223 \end_layout
34224
34225 \begin_layout Itemize
34226 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34227 \end_inset
34228
34229
34230 \end_layout
34231
34232 \begin_layout Itemize
34233 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34234 \end_inset
34235
34236
34237 \end_layout
34238
34239 \begin_layout Itemize
34240 \begin_inset Formula $\det\left[\begin{array}{ccc}
34241 1 & 6 & 7\\
34242 2 & 5 & 8\\
34243 3 & 4 & 17
34244 \end{array}\right]=-56$
34245 \end_inset
34246
34247
34248 \end_layout
34249
34250 \begin_layout Itemize
34251 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34252 \end_inset
34253
34254
34255 \end_layout
34256
34257 \begin_layout Subsection
34258 Keyboard shortcut
34259 \end_layout
34260
34261 \begin_layout Standard
34262 Currently there is no keyboard shortcut for calling the algebra applications.
34263  One can easily bind a shortcut to the 
34264 \family sans
34265 math-extern
34266 \family default
34267  \SpecialChar LyX
34268  function (see the 
34269 \family sans
34270 \emph on
34271 \SpecialChar LyX
34272  Functions
34273 \family default
34274 \emph default
34275  manual).
34276  One could e.
34277 \begin_inset space \thinspace{}
34278 \end_inset
34279
34280 g.
34281 \begin_inset space \space{}
34282 \end_inset
34283
34284 bind the 
34285 \family sans
34286 Return
34287 \family default
34288  key inside the math editor.
34289  To bind it to 
34290 \family typewriter
34291 Maxima
34292 \family default
34293  one would use this shortcut definition command:
34294 \end_layout
34295
34296 \begin_layout Standard
34297
34298 \series bold
34299 command-alternatives paragraph-break;math-extern maxima
34300 \end_layout
34301
34302 \begin_layout Section
34303 Miscellaneous
34304 \begin_inset Index idx
34305 status collapsed
34306
34307 \begin_layout Plain Layout
34308 Miscellaneous
34309 \end_layout
34310
34311 \end_inset
34312
34313
34314 \end_layout
34315
34316 \begin_layout Subsection
34317 Negative Numbers
34318 \begin_inset Index idx
34319 status collapsed
34320
34321 \begin_layout Plain Layout
34322 Numbers ! negative
34323 \end_layout
34324
34325 \end_inset
34326
34327
34328 \end_layout
34329
34330 \begin_layout Standard
34331 Negative numbers often look ugly in formulas because the minus sign before
34332  the number is set with the same length as the minus operator sign.
34333  When writing the negative number in normal text, the minus sign appears
34334  correctly.
34335 \end_layout
34336
34337 \begin_layout Standard
34338 Thus, the problem disappears when converting the minus sign to mathematical
34339  text.
34340 \end_layout
34341
34342 \begin_layout Standard
34343 An example to visualize the problem:
34344 \begin_inset Separator parbreak
34345 \end_inset
34346
34347
34348 \end_layout
34349
34350 \begin_layout Standard
34351 \align center
34352 \begin_inset Tabular
34353 <lyxtabular version="3" rows="3" columns="2">
34354 <features booktabs="true" tabularvalignment="middle">
34355 <column alignment="right" valignment="top" width="0pt">
34356 <column alignment="left" valignment="top">
34357 <row>
34358 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
34359 \begin_inset Text
34360
34361 \begin_layout Plain Layout
34362 normal text:
34363 \end_layout
34364
34365 \end_inset
34366 </cell>
34367 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34368 \begin_inset Text
34369
34370 \begin_layout Plain Layout
34371 x = -2
34372 \end_layout
34373
34374 \end_inset
34375 </cell>
34376 </row>
34377 <row>
34378 <cell alignment="right" valignment="top" leftline="true" usebox="none">
34379 \begin_inset Text
34380
34381 \begin_layout Plain Layout
34382 formula:
34383 \end_layout
34384
34385 \end_inset
34386 </cell>
34387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34388 \begin_inset Text
34389
34390 \begin_layout Plain Layout
34391 \begin_inset Formula $x=-2$
34392 \end_inset
34393
34394
34395 \end_layout
34396
34397 \end_inset
34398 </cell>
34399 </row>
34400 <row>
34401 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34402 \begin_inset Text
34403
34404 \begin_layout Plain Layout
34405 solution:
34406 \end_layout
34407
34408 \end_inset
34409 </cell>
34410 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34411 \begin_inset Text
34412
34413 \begin_layout Plain Layout
34414 \begin_inset Formula $x=\textrm{-}2$
34415 \end_inset
34416
34417
34418 \end_layout
34419
34420 \end_inset
34421 </cell>
34422 </row>
34423 </lyxtabular>
34424
34425 \end_inset
34426
34427
34428 \end_layout
34429
34430 \begin_layout Subsection
34431 Comma as decimal Separator
34432 \begin_inset Index idx
34433 status collapsed
34434
34435 \begin_layout Plain Layout
34436 Comma
34437 \end_layout
34438
34439 \end_inset
34440
34441
34442 \end_layout
34443
34444 \begin_layout Standard
34445 In \SpecialChar LaTeX
34446  a comma inside a formula is used, according to the English convention,
34447  as number group separator.
34448  So there will be space added behind all commas in formulas.
34449 \end_layout
34450
34451 \begin_layout Standard
34452 To avoid this, the comma is highlighted and changed to mathematical text
34453  (shortcut 
34454 \begin_inset Info
34455 type  "shortcut"
34456 arg   "math-mode"
34457 \end_inset
34458
34459 ).
34460 \end_layout
34461
34462 \begin_layout Standard
34463 To use all formula commas in the document as decimal separator, the file
34464  
34465 \series bold
34466 icomma.sty
34467 \series default
34468
34469 \begin_inset Foot
34470 status collapsed
34471
34472 \begin_layout Plain Layout
34473
34474 \series bold
34475 icomma
34476 \series default
34477  is part of the \SpecialChar LaTeX
34478 -package 
34479 \series bold
34480 was
34481 \series default
34482
34483 \begin_inset Index idx
34484 status collapsed
34485
34486 \begin_layout Plain Layout
34487 Packages ! was
34488 \begin_inset ERT
34489 status collapsed
34490
34491 \begin_layout Plain Layout
34492
34493
34494 \backslash
34495 vspace{4mm}
34496 \end_layout
34497
34498 \end_inset
34499
34500
34501 \end_layout
34502
34503 \end_inset
34504
34505 .
34506 \end_layout
34507
34508 \end_inset
34509
34510
34511 \begin_inset Index idx
34512 status collapsed
34513
34514 \begin_layout Plain Layout
34515 Packages ! icomma
34516 \end_layout
34517
34518 \end_inset
34519
34520  is loaded with the \SpecialChar LaTeX
34521 -preamble line
34522 \end_layout
34523
34524 \begin_layout Standard
34525
34526 \series bold
34527
34528 \backslash
34529 usepackage{icomma}
34530 \end_layout
34531
34532 \begin_layout Subsection
34533 Physical Vectors
34534 \begin_inset CommandInset label
34535 LatexCommand label
34536 name "subsec:Physical-Vectors"
34537
34538 \end_inset
34539
34540
34541 \begin_inset Index idx
34542 status collapsed
34543
34544 \begin_layout Plain Layout
34545 Vectors ! physical
34546 \end_layout
34547
34548 \end_inset
34549
34550
34551 \end_layout
34552
34553 \begin_layout Standard
34554 Predefined vectors are offered by the \SpecialChar LaTeX
34555 -package 
34556 \series bold
34557 braket
34558 \series default
34559
34560 \begin_inset Index idx
34561 status collapsed
34562
34563 \begin_layout Plain Layout
34564 Packages ! braket
34565 \end_layout
34566
34567 \end_inset
34568
34569  that is loaded with the \SpecialChar LaTeX
34570 -preamble line
34571 \end_layout
34572
34573 \begin_layout Standard
34574
34575 \series bold
34576
34577 \backslash
34578 usepackage{braket}
34579 \end_layout
34580
34581 \begin_layout Standard
34582 \begin_inset ERT
34583 status collapsed
34584
34585 \begin_layout Plain Layout
34586
34587
34588 \backslash
34589 ifbraket 
34590 \end_layout
34591
34592 \end_inset
34593
34594
34595 \begin_inset Note Note
34596 status open
34597
34598 \begin_layout Plain Layout
34599 The following table will only be displayed when the \SpecialChar LaTeX
34600 -package 
34601 \series bold
34602 braket
34603 \series default
34604  is installed.
34605 \end_layout
34606
34607 \end_inset
34608
34609
34610 \end_layout
34611
34612 \begin_layout Standard
34613 The following commands are defined:
34614 \begin_inset Separator parbreak
34615 \end_inset
34616
34617
34618 \end_layout
34619
34620 \begin_layout Standard
34621 \align center
34622 \begin_inset Tabular
34623 <lyxtabular version="3" rows="4" columns="2">
34624 <features booktabs="true" tabularvalignment="middle">
34625 <column alignment="center" valignment="top" width="0pt">
34626 <column alignment="center" valignment="top">
34627 <row>
34628 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34629 \begin_inset Text
34630
34631 \begin_layout Plain Layout
34632 Command
34633 \end_layout
34634
34635 \end_inset
34636 </cell>
34637 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34638 \begin_inset Text
34639
34640 \begin_layout Plain Layout
34641 Result
34642 \end_layout
34643
34644 \end_inset
34645 </cell>
34646 </row>
34647 <row>
34648 <cell alignment="center" valignment="top" usebox="none">
34649 \begin_inset Text
34650
34651 \begin_layout Plain Layout
34652
34653 \backslash
34654 Bra{
34655 \backslash
34656 psi
34657 \end_layout
34658
34659 \end_inset
34660 </cell>
34661 <cell alignment="center" valignment="top" usebox="none">
34662 \begin_inset Text
34663
34664 \begin_layout Plain Layout
34665 \begin_inset Formula $\Bra{\psi}$
34666 \end_inset
34667
34668
34669 \end_layout
34670
34671 \end_inset
34672 </cell>
34673 </row>
34674 <row>
34675 <cell alignment="center" valignment="top" usebox="none">
34676 \begin_inset Text
34677
34678 \begin_layout Plain Layout
34679
34680 \backslash
34681 Ket{
34682 \backslash
34683 psi
34684 \end_layout
34685
34686 \end_inset
34687 </cell>
34688 <cell alignment="center" valignment="top" usebox="none">
34689 \begin_inset Text
34690
34691 \begin_layout Plain Layout
34692 \begin_inset Formula $\Ket{\psi}$
34693 \end_inset
34694
34695
34696 \end_layout
34697
34698 \end_inset
34699 </cell>
34700 </row>
34701 <row>
34702 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34703 \begin_inset Text
34704
34705 \begin_layout Plain Layout
34706
34707 \backslash
34708 Braket{
34709 \backslash
34710 psi|
34711 \backslash
34712 phi
34713 \end_layout
34714
34715 \end_inset
34716 </cell>
34717 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34718 \begin_inset Text
34719
34720 \begin_layout Plain Layout
34721 \begin_inset Formula $\Braket{\psi|\phi}$
34722 \end_inset
34723
34724
34725 \end_layout
34726
34727 \end_inset
34728 </cell>
34729 </row>
34730 </lyxtabular>
34731
34732 \end_inset
34733
34734
34735 \end_layout
34736
34737 \begin_layout Standard
34738 The command 
34739 \series bold
34740
34741 \backslash
34742 Braket
34743 \series default
34744  assures that all vertical bars are set in the size of the surrounding brackets:
34745 \begin_inset Formula 
34746 \[
34747 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34748 \]
34749
34750 \end_inset
34751
34752
34753 \begin_inset ERT
34754 status collapsed
34755
34756 \begin_layout Plain Layout
34757
34758
34759 \backslash
34760 else 
34761 \end_layout
34762
34763 \end_inset
34764
34765
34766 \begin_inset Note Note
34767 status open
34768
34769 \begin_layout Plain Layout
34770 The following will be displayed when the \SpecialChar LaTeX
34771 -package 
34772 \series bold
34773 braket
34774 \series default
34775  is not installed:
34776 \end_layout
34777
34778 \end_inset
34779
34780
34781 \end_layout
34782
34783 \begin_layout Standard
34784 You need to install the \SpecialChar LaTeX
34785 -package 
34786 \series bold
34787 braket
34788 \series default
34789  to see the rest of this subsection in the output.
34790 \end_layout
34791
34792 \begin_layout Standard
34793 \begin_inset ERT
34794 status collapsed
34795
34796 \begin_layout Plain Layout
34797
34798
34799 \backslash
34800 fi 
34801 \end_layout
34802
34803 \end_inset
34804
34805
34806 \end_layout
34807
34808 \begin_layout Standard
34809 The effect of 
34810 \series bold
34811
34812 \backslash
34813 Braket
34814 \series default
34815  can also be achieved using the command 
34816 \series bold
34817
34818 \backslash
34819 middle
34820 \series default
34821 , that is described in 
34822 \begin_inset CommandInset ref
34823 LatexCommand ref
34824 reference "subsec:Automatic-Bracket-Size"
34825
34826 \end_inset
34827
34828 .
34829 \end_layout
34830
34831 \begin_layout Subsection
34832 Self-defined Fractions
34833 \begin_inset CommandInset label
34834 LatexCommand label
34835 name "subsec:Self-defined-Fractions"
34836
34837 \end_inset
34838
34839
34840 \begin_inset Index idx
34841 status collapsed
34842
34843 \begin_layout Plain Layout
34844 Fractions ! self-defined
34845 \end_layout
34846
34847 \end_inset
34848
34849
34850 \end_layout
34851
34852 \begin_layout Standard
34853 To define custom commands for fractions, the command 
34854 \series bold
34855
34856 \backslash
34857 genfrac
34858 \series default
34859
34860 \begin_inset Index idx
34861 status collapsed
34862
34863 \begin_layout Plain Layout
34864 Commands ! G ! 
34865 \backslash
34866 genfrac
34867 \begin_inset ERT
34868 status collapsed
34869
34870 \begin_layout Plain Layout
34871
34872
34873 \backslash
34874 vspace{4mm}
34875 \end_layout
34876
34877 \end_inset
34878
34879
34880 \end_layout
34881
34882 \end_inset
34883
34884  is used in the following scheme:
34885 \end_layout
34886
34887 \begin_layout Standard
34888
34889 \series bold
34890
34891 \backslash
34892 genfrac{left
34893 \series default
34894  
34895 \series bold
34896 bracket}{right
34897 \series default
34898  
34899 \series bold
34900 bracket}{fraction bar thickness}{style}
34901 \begin_inset Newline newline
34902 \end_inset
34903
34904
34905 \begin_inset Phantom HPhantom
34906 status open
34907
34908 \begin_layout Plain Layout
34909
34910 \series bold
34911
34912 \backslash
34913 genfrac
34914 \end_layout
34915
34916 \end_inset
34917
34918 {numerator}{denominator}
34919 \end_layout
34920
34921 \begin_layout Standard
34922 The style is a number in the range of 0
34923 \begin_inset space \thinspace{}
34924 \end_inset
34925
34926 -
34927 \begin_inset space \thinspace{}
34928 \end_inset
34929
34930 3.
34931 \begin_inset Separator parbreak
34932 \end_inset
34933
34934
34935 \end_layout
34936
34937 \begin_layout Standard
34938 \align center
34939 \begin_inset Tabular
34940 <lyxtabular version="3" rows="5" columns="2">
34941 <features booktabs="true" tabularvalignment="middle">
34942 <column alignment="center" valignment="top" width="0pt">
34943 <column alignment="center" valignment="top">
34944 <row>
34945 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34946 \begin_inset Text
34947
34948 \begin_layout Plain Layout
34949 Number
34950 \end_layout
34951
34952 \end_inset
34953 </cell>
34954 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34955 \begin_inset Text
34956
34957 \begin_layout Plain Layout
34958 Style (Size)
34959 \end_layout
34960
34961 \end_inset
34962 </cell>
34963 </row>
34964 <row>
34965 <cell alignment="center" valignment="top" usebox="none">
34966 \begin_inset Text
34967
34968 \begin_layout Plain Layout
34969 0
34970 \end_layout
34971
34972 \end_inset
34973 </cell>
34974 <cell alignment="center" valignment="top" usebox="none">
34975 \begin_inset Text
34976
34977 \begin_layout Plain Layout
34978 display style formula
34979 \end_layout
34980
34981 \end_inset
34982 </cell>
34983 </row>
34984 <row>
34985 <cell alignment="center" valignment="top" usebox="none">
34986 \begin_inset Text
34987
34988 \begin_layout Plain Layout
34989 1
34990 \end_layout
34991
34992 \end_inset
34993 </cell>
34994 <cell alignment="center" valignment="top" usebox="none">
34995 \begin_inset Text
34996
34997 \begin_layout Plain Layout
34998 inline formula
34999 \end_layout
35000
35001 \end_inset
35002 </cell>
35003 </row>
35004 <row>
35005 <cell alignment="center" valignment="top" usebox="none">
35006 \begin_inset Text
35007
35008 \begin_layout Plain Layout
35009 2
35010 \end_layout
35011
35012 \end_inset
35013 </cell>
35014 <cell alignment="center" valignment="top" usebox="none">
35015 \begin_inset Text
35016
35017 \begin_layout Plain Layout
35018 small
35019 \end_layout
35020
35021 \end_inset
35022 </cell>
35023 </row>
35024 <row>
35025 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35026 \begin_inset Text
35027
35028 \begin_layout Plain Layout
35029 3
35030 \end_layout
35031
35032 \end_inset
35033 </cell>
35034 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35035 \begin_inset Text
35036
35037 \begin_layout Plain Layout
35038 tiny
35039 \end_layout
35040
35041 \end_inset
35042 </cell>
35043 </row>
35044 </lyxtabular>
35045
35046 \end_inset
35047
35048
35049 \end_layout
35050
35051 \begin_layout Standard
35052 When no style is given, the size is adjusted to the surrounding environment
35053  like for the command 
35054 \series bold
35055
35056 \backslash
35057 frac
35058 \series default
35059 .
35060 \end_layout
35061
35062 \begin_layout Standard
35063 When no fraction bar thickness is given, the predefined value of 0.4
35064 \begin_inset space \thinspace{}
35065 \end_inset
35066
35067 pt will be used.
35068 \end_layout
35069
35070 \begin_layout Standard
35071 \begin_inset VSpace medskip
35072 \end_inset
35073
35074 For example, the commands 
35075 \series bold
35076
35077 \backslash
35078 dfrac
35079 \series default
35080  and 
35081 \series bold
35082
35083 \backslash
35084 tbinom
35085 \series default
35086  from 
35087 \begin_inset CommandInset ref
35088 LatexCommand ref
35089 reference "subsec:Fractions"
35090
35091 \end_inset
35092
35093  are defined with the commands
35094 \end_layout
35095
35096 \begin_layout Standard
35097
35098 \series bold
35099
35100 \backslash
35101 newcommand{
35102 \backslash
35103 dfrac}[2]{
35104 \backslash
35105 genfrac{}{}{}{0}{#1}{#2}}
35106 \end_layout
35107
35108 \begin_layout Standard
35109 and
35110 \end_layout
35111
35112 \begin_layout Standard
35113
35114 \series bold
35115
35116 \backslash
35117 newcommand{
35118 \backslash
35119 tbinom}[2]{
35120 \backslash
35121 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35122 \end_layout
35123
35124 \begin_layout Standard
35125 \begin_inset VSpace medskip
35126 \end_inset
35127
35128 To define a fraction where the fraction bar thickness can be given as optional
35129  argument, the following line is inserted to the \SpecialChar LaTeX
35130 -preamble:
35131 \end_layout
35132
35133 \begin_layout Standard
35134
35135 \series bold
35136
35137 \backslash
35138 newcommand{
35139 \backslash
35140 fracS}[3][]{
35141 \backslash
35142 genfrac{}{}{#1}{}{#2}{#3}}
35143 \end_layout
35144
35145 \begin_layout Standard
35146 A test:
35147 \begin_inset Formula 
35148 \begin{align*}
35149 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35150 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35151 \end{align*}
35152
35153 \end_inset
35154
35155 As one can see, the distance of the numerator and the denominator to the
35156  fraction bar is round about three times the bar thickness.
35157 \end_layout
35158
35159 \begin_layout Subsection
35160 Canceled Formulas
35161 \begin_inset Index idx
35162 status collapsed
35163
35164 \begin_layout Plain Layout
35165 Formula ! canceled
35166 \end_layout
35167
35168 \end_inset
35169
35170
35171 \end_layout
35172
35173 \begin_layout Standard
35174 There are four ways to cancel formulas or parts of formulas:
35175 \end_layout
35176
35177 \begin_layout Standard
35178 \begin_inset ERT
35179 status collapsed
35180
35181 \begin_layout Plain Layout
35182
35183
35184 \backslash
35185 ifcancel 
35186 \end_layout
35187
35188 \end_inset
35189
35190
35191 \begin_inset Note Note
35192 status open
35193
35194 \begin_layout Plain Layout
35195 The following table will only be displayed when the \SpecialChar LaTeX
35196 -package 
35197 \series bold
35198 cancel
35199 \series default
35200  is installed.
35201 \end_layout
35202
35203 \end_inset
35204
35205
35206 \begin_inset Separator parbreak
35207 \end_inset
35208
35209
35210 \end_layout
35211
35212 \begin_layout Standard
35213 \align center
35214 \begin_inset Tabular
35215 <lyxtabular version="3" rows="5" columns="2">
35216 <features booktabs="true" tabularvalignment="middle">
35217 <column alignment="center" valignment="top" width="0pt">
35218 <column alignment="center" valignment="top">
35219 <row>
35220 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35221 \begin_inset Text
35222
35223 \begin_layout Plain Layout
35224 Command
35225 \end_layout
35226
35227 \end_inset
35228 </cell>
35229 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35230 \begin_inset Text
35231
35232 \begin_layout Plain Layout
35233 Result
35234 \end_layout
35235
35236 \end_inset
35237 </cell>
35238 </row>
35239 <row>
35240 <cell alignment="center" valignment="top" usebox="none">
35241 \begin_inset Text
35242
35243 \begin_layout Plain Layout
35244
35245 \backslash
35246 cancel
35247 \begin_inset space \textvisiblespace{}
35248 \end_inset
35249
35250
35251 \backslash
35252 int
35253 \begin_inset space \textvisiblespace{}
35254 \end_inset
35255
35256 A=B
35257 \end_layout
35258
35259 \end_inset
35260 </cell>
35261 <cell alignment="center" valignment="top" usebox="none">
35262 \begin_inset Text
35263
35264 \begin_layout Plain Layout
35265 \begin_inset Formula $\cancel{\int A=B}$
35266 \end_inset
35267
35268
35269 \end_layout
35270
35271 \end_inset
35272 </cell>
35273 </row>
35274 <row topspace="1.5mm">
35275 <cell alignment="center" valignment="top" usebox="none">
35276 \begin_inset Text
35277
35278 \begin_layout Plain Layout
35279
35280 \backslash
35281 bcancel
35282 \begin_inset space \textvisiblespace{}
35283 \end_inset
35284
35285
35286 \backslash
35287 int
35288 \begin_inset space \textvisiblespace{}
35289 \end_inset
35290
35291 A=B
35292 \end_layout
35293
35294 \end_inset
35295 </cell>
35296 <cell alignment="center" valignment="top" usebox="none">
35297 \begin_inset Text
35298
35299 \begin_layout Plain Layout
35300 \begin_inset Formula $\bcancel{\int A=B}$
35301 \end_inset
35302
35303
35304 \end_layout
35305
35306 \end_inset
35307 </cell>
35308 </row>
35309 <row topspace="1.5mm">
35310 <cell alignment="center" valignment="top" usebox="none">
35311 \begin_inset Text
35312
35313 \begin_layout Plain Layout
35314
35315 \backslash
35316 xcancel
35317 \begin_inset space \textvisiblespace{}
35318 \end_inset
35319
35320
35321 \backslash
35322 int
35323 \begin_inset space \textvisiblespace{}
35324 \end_inset
35325
35326 A=B
35327 \end_layout
35328
35329 \end_inset
35330 </cell>
35331 <cell alignment="center" valignment="top" usebox="none">
35332 \begin_inset Text
35333
35334 \begin_layout Plain Layout
35335 \begin_inset Formula $\xcancel{\int A=B}$
35336 \end_inset
35337
35338
35339 \end_layout
35340
35341 \end_inset
35342 </cell>
35343 </row>
35344 <row>
35345 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35346 \begin_inset Text
35347
35348 \begin_layout Plain Layout
35349
35350 \backslash
35351 cancelto
35352 \begin_inset space \textvisiblespace{}
35353 \end_inset
35354
35355
35356 \backslash
35357 int
35358 \begin_inset space \textvisiblespace{}
35359 \end_inset
35360
35361 A=B
35362 \begin_inset Formula $\to$
35363 \end_inset
35364
35365 1
35366 \end_layout
35367
35368 \end_inset
35369 </cell>
35370 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35371 \begin_inset Text
35372
35373 \begin_layout Plain Layout
35374 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
35375 \end_inset
35376
35377
35378 \end_layout
35379
35380 \end_inset
35381 </cell>
35382 </row>
35383 </lyxtabular>
35384
35385 \end_inset
35386
35387
35388 \end_layout
35389
35390 \begin_layout Standard
35391
35392 \series bold
35393
35394 \backslash
35395 cancelto
35396 \series default
35397  is especially suitable to visualize the reduction of fractions within formulas:
35398 \begin_inset Formula 
35399 \[
35400 \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}}}
35401 \]
35402
35403 \end_inset
35404
35405
35406 \end_layout
35407
35408 \begin_layout Standard
35409 To change the size of 
35410 \series bold
35411
35412 \backslash
35413 cancelto
35414 \series default
35415 's 
35416 \begin_inset Quotes eld
35417 \end_inset
35418
35419 subscript
35420 \begin_inset Quotes erd
35421 \end_inset
35422
35423  value one can add the \SpecialChar LaTeX
35424 -preamble line
35425 \end_layout
35426
35427 \begin_layout Standard
35428
35429 \series bold
35430
35431 \backslash
35432 PassOptionsToPackage{option}{cancel}
35433 \end_layout
35434
35435 \begin_layout Standard
35436 where 
35437 \series bold
35438 option
35439 \series default
35440  is either 
35441 \series bold
35442 samesize
35443 \series default
35444  which leads to the same size as for the canceled value, or 
35445 \series bold
35446 Smaller
35447 \series default
35448  which makes is it a bit smaller than normal.
35449 \end_layout
35450
35451 \begin_layout Standard
35452 To color the cancellation bar one adds this command as \SpecialChar TeX
35453  code:
35454 \end_layout
35455
35456 \begin_layout Standard
35457
35458 \series bold
35459
35460 \backslash
35461 renewcommand{
35462 \backslash
35463 CancelColor}{
35464 \backslash
35465 color{red}}
35466 \end_layout
35467
35468 \begin_layout Standard
35469
35470 \series bold
35471 red
35472 \series default
35473  can be replaced by a color of your choice.
35474 \end_layout
35475
35476 \begin_layout Standard
35477 \begin_inset ERT
35478 status collapsed
35479
35480 \begin_layout Plain Layout
35481
35482
35483 \backslash
35484 renewcommand{
35485 \backslash
35486 CancelColor}{
35487 \backslash
35488 color{red}}
35489 \end_layout
35490
35491 \end_inset
35492
35493
35494 \end_layout
35495
35496 \begin_layout Standard
35497 \begin_inset Formula 
35498 \[
35499 \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}}}
35500 \]
35501
35502 \end_inset
35503
35504
35505 \end_layout
35506
35507 \begin_layout Standard
35508 \begin_inset ERT
35509 status collapsed
35510
35511 \begin_layout Plain Layout
35512
35513
35514 \backslash
35515 renewcommand{
35516 \backslash
35517 CancelColor}{
35518 \backslash
35519 color{black}}
35520 \end_layout
35521
35522 \end_inset
35523
35524
35525 \begin_inset Note Note
35526 status open
35527
35528 \begin_layout Plain Layout
35529 reset the color
35530 \end_layout
35531
35532 \end_inset
35533
35534
35535 \end_layout
35536
35537 \begin_layout Standard
35538 For further customizations, see the documentation of the package 
35539 \series bold
35540 cancel
35541 \series default
35542
35543 \begin_inset CommandInset citation
35544 LatexCommand cite
35545 key "cancel"
35546
35547 \end_inset
35548
35549 .
35550 \begin_inset Index idx
35551 status collapsed
35552
35553 \begin_layout Plain Layout
35554 Packages ! cancel
35555 \end_layout
35556
35557 \end_inset
35558
35559
35560 \end_layout
35561
35562 \begin_layout Standard
35563 \begin_inset ERT
35564 status collapsed
35565
35566 \begin_layout Plain Layout
35567
35568
35569 \backslash
35570 else 
35571 \end_layout
35572
35573 \end_inset
35574
35575
35576 \begin_inset Note Note
35577 status open
35578
35579 \begin_layout Plain Layout
35580 The following will be displayed when the \SpecialChar LaTeX
35581 -package 
35582 \series bold
35583 cancel
35584 \series default
35585  is not installed:
35586 \end_layout
35587
35588 \end_inset
35589
35590
35591 \end_layout
35592
35593 \begin_layout Standard
35594 You need to install the \SpecialChar LaTeX
35595 -package 
35596 \series bold
35597 cancel
35598 \series default
35599  to see the rest of this subsection in the output.
35600 \end_layout
35601
35602 \begin_layout Standard
35603 \begin_inset ERT
35604 status collapsed
35605
35606 \begin_layout Plain Layout
35607
35608
35609 \backslash
35610 fi 
35611 \end_layout
35612
35613 \end_inset
35614
35615
35616 \end_layout
35617
35618 \begin_layout Subsection
35619 Formulas in Section Headings
35620 \begin_inset CommandInset label
35621 LatexCommand label
35622 name "subsec:Formulas-in-Section"
35623
35624 \end_inset
35625
35626
35627 \begin_inset Index idx
35628 status collapsed
35629
35630 \begin_layout Plain Layout
35631 Formula ! in section headings
35632 \end_layout
35633
35634 \end_inset
35635
35636
35637 \end_layout
35638
35639 \begin_layout Standard
35640 When formulas are used in section headings, the following has to be taken
35641  into account:
35642 \end_layout
35643
35644 \begin_layout Standard
35645 \begin_inset Note Greyedout
35646 status open
35647
35648 \begin_layout Plain Layout
35649 When 
35650 \series bold
35651 hyperref
35652 \series default
35653
35654 \begin_inset Index idx
35655 status collapsed
35656
35657 \begin_layout Plain Layout
35658 Packages ! hyperref
35659 \end_layout
35660
35661 \end_inset
35662
35663  support is enabled in the document settings dialog under 
35664 \family sans
35665 PDF
35666 \begin_inset space ~
35667 \end_inset
35668
35669 Properties
35670 \family default
35671 , PDF-bookmarks are created for every section heading in the table of contents.
35672  If a section heading contains formulas, they are incorrectly displayed
35673  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35674 s.
35675 \end_layout
35676
35677 \end_inset
35678
35679
35680 \end_layout
35681
35682 \begin_layout Standard
35683 Both problems can be solved by inserting at the end of the section heading
35684  a short title with the menu 
35685 \family sans
35686 Insert\SpecialChar menuseparator
35687 Short
35688 \begin_inset space ~
35689 \end_inset
35690
35691 Title
35692 \family default
35693 .
35694  Short titles are used as alternative for multiline section headings to
35695  keep the table of contents clearly arranged.
35696  Only the short title appears in the table of contents and therefore also
35697  in the PDF-bookmark.
35698 \end_layout
35699
35700 \begin_layout Standard
35701 When formulas should be used in the table of contents but 
35702 \series bold
35703 hyperref
35704 \series default
35705  is used, one can use the following command in \SpecialChar TeX
35706  mode:
35707 \end_layout
35708
35709 \begin_layout Standard
35710
35711 \series bold
35712
35713 \backslash
35714 texorpdfstring{part}{alternative}
35715 \begin_inset Index idx
35716 status collapsed
35717
35718 \begin_layout Plain Layout
35719 Commands ! T ! 
35720 \backslash
35721 texorpdfstring
35722 \end_layout
35723
35724 \end_inset
35725
35726
35727 \end_layout
35728
35729 \begin_layout Standard
35730 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35731  This can be characters, formulas, footnotes, but also cross-references.
35732  The alternative is used instead of the part for the bookmark.
35733 \end_layout
35734
35735 \begin_layout Standard
35736 Here are two example headings:
35737 \begin_inset VSpace -3mm
35738 \end_inset
35739
35740
35741 \begin_inset ERT
35742 status collapsed
35743
35744 \begin_layout Plain Layout
35745
35746
35747 \backslash
35748 boldmath 
35749 \end_layout
35750
35751 \end_inset
35752
35753
35754 \end_layout
35755
35756 \begin_layout Subsubsection
35757 Heading without formula in table of contents 
35758 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35759 \end_inset
35760
35761
35762 \begin_inset Argument 1
35763 status collapsed
35764
35765 \begin_layout Plain Layout
35766 Heading without formula in table of contents
35767 \end_layout
35768
35769 \end_inset
35770
35771
35772 \end_layout
35773
35774 \begin_layout Subsubsection
35775 Heading with formula in table of contents
35776 \begin_inset ERT
35777 status collapsed
35778
35779 \begin_layout Plain Layout
35780
35781
35782 \backslash
35783 texorpdfstring{
35784 \end_layout
35785
35786 \end_inset
35787
35788  
35789 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35790 \end_inset
35791
35792
35793 \begin_inset ERT
35794 status collapsed
35795
35796 \begin_layout Plain Layout
35797
35798 }{}
35799 \end_layout
35800
35801 \end_inset
35802
35803
35804 \end_layout
35805
35806 \begin_layout Standard
35807 \begin_inset ERT
35808 status collapsed
35809
35810 \begin_layout Plain Layout
35811
35812
35813 \backslash
35814 unboldmath 
35815 \end_layout
35816
35817 \end_inset
35818
35819 In the first heading a short title was used, in the second one 
35820 \series bold
35821
35822 \backslash
35823 texorpdfstring
35824 \series default
35825 .
35826 \end_layout
35827
35828 \begin_layout Standard
35829 To get the same formatting as for the other headings, the complete heading
35830  was set into a 
35831 \series bold
35832 boldmath
35833 \series default
35834  environment
35835 \begin_inset Foot
35836 status collapsed
35837
35838 \begin_layout Plain Layout
35839 see 
35840 \begin_inset CommandInset ref
35841 LatexCommand ref
35842 reference "subsec:Bold-Formulas"
35843
35844 \end_inset
35845
35846
35847 \end_layout
35848
35849 \end_inset
35850
35851 .
35852 \end_layout
35853
35854 \begin_layout Subsection
35855 Formulas in multi-column Text
35856 \begin_inset Index idx
35857 status collapsed
35858
35859 \begin_layout Plain Layout
35860 Formula ! in multi-column text
35861 \end_layout
35862
35863 \end_inset
35864
35865
35866 \end_layout
35867
35868 \begin_layout Standard
35869 Formulas in multi-column text are often too wide to fit into a column and
35870  thus need to be set over the whole page width.
35871  This is done by using the \SpecialChar LaTeX
35872 -package 
35873 \series bold
35874 multicol
35875 \series default
35876
35877 \begin_inset Foot
35878 status collapsed
35879
35880 \begin_layout Plain Layout
35881
35882 \series bold
35883 multicol
35884 \series default
35885  is part of every \SpecialChar LaTeX
35886  standard installation.
35887 \end_layout
35888
35889 \end_inset
35890
35891
35892 \begin_inset Index idx
35893 status collapsed
35894
35895 \begin_layout Plain Layout
35896 Packages ! multicol
35897 \end_layout
35898
35899 \end_inset
35900
35901 , that is loaded with the \SpecialChar LaTeX
35902 -preamble line
35903 \end_layout
35904
35905 \begin_layout Standard
35906
35907 \series bold
35908
35909 \backslash
35910 usepackage{multicol}
35911 \end_layout
35912
35913 \begin_layout Standard
35914 \begin_inset Note Greyedout
35915 status open
35916
35917 \begin_layout Plain Layout
35918 Note that in this case the setting 
35919 \family sans
35920 Two-column
35921 \begin_inset space ~
35922 \end_inset
35923
35924 document
35925 \family default
35926  in the menu 
35927 \family sans
35928 Document\SpecialChar menuseparator
35929 Settings
35930 \family default
35931  under 
35932 \family sans
35933 Text
35934 \begin_inset space ~
35935 \end_inset
35936
35937 Layout
35938 \family default
35939 \emph on
35940  
35941 \emph default
35942 must 
35943 \emph on
35944 not
35945 \emph default
35946  be selected.
35947 \end_layout
35948
35949 \end_inset
35950
35951
35952 \end_layout
35953
35954 \begin_layout Standard
35955 Before the multi-column text the command
35956 \end_layout
35957
35958 \begin_layout Standard
35959
35960 \series bold
35961
35962 \backslash
35963 begin{multicols}{column number}
35964 \end_layout
35965
35966 \begin_layout Standard
35967 is written in \SpecialChar TeX
35968  mode.
35969  The column number is a number in the range of 2
35970 \begin_inset space \thinspace{}
35971 \end_inset
35972
35973 -
35974 \begin_inset space \thinspace{}
35975 \end_inset
35976
35977 10.
35978  Before the formula the multi-column text is ended by inserting the command
35979 \end_layout
35980
35981 \begin_layout Standard
35982
35983 \series bold
35984
35985 \backslash
35986 end{multicols}
35987 \end_layout
35988
35989 \begin_layout Standard
35990 in \SpecialChar TeX
35991  mode.
35992 \end_layout
35993
35994 \begin_layout Standard
35995 Due to the command some space is automatically added before the formula.
35996  To revert this, -6
35997 \begin_inset space \thinspace{}
35998 \end_inset
35999
36000 mm vertical space is inserted before the formula.
36001  When the formula style 
36002 \series bold
36003 Indented
36004 \begin_inset Foot
36005 status collapsed
36006
36007 \begin_layout Plain Layout
36008 formula styles see 
36009 \begin_inset CommandInset ref
36010 LatexCommand ref
36011 reference "sec:Formula-Styles"
36012
36013 \end_inset
36014
36015
36016 \end_layout
36017
36018 \end_inset
36019
36020
36021 \series default
36022  is used, -9
36023 \begin_inset space \thinspace{}
36024 \end_inset
36025
36026 mm space is inserted instead.
36027 \end_layout
36028
36029 \begin_layout Standard
36030 As example a multi-column text with a displayed formula:
36031 \end_layout
36032
36033 \begin_layout Standard
36034
36035 \lang ngerman
36036 \begin_inset ERT
36037 status collapsed
36038
36039 \begin_layout Plain Layout
36040
36041
36042 \backslash
36043 begin{multicols}{2}
36044 \end_layout
36045
36046 \end_inset
36047
36048 Das Spektrum wird fouriertransformiert.
36049  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36050 , Lösungsmittel) zu trennen.
36051  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36052  nun das Aussehen des Ausgangssignals.
36053  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36054  über alle Phasen integrieren muss.
36055  Sei nun 
36056 \begin_inset Formula $S$
36057 \end_inset
36058
36059  unser normiertes Ausgangssignal und 
36060 \begin_inset Formula $P$
36061 \end_inset
36062
36063  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36064 \begin_inset ERT
36065 status collapsed
36066
36067 \begin_layout Plain Layout
36068
36069
36070 \backslash
36071 end{multicols}
36072 \end_layout
36073
36074 \end_inset
36075
36076
36077 \begin_inset VSpace -6mm
36078 \end_inset
36079
36080
36081 \begin_inset Formula 
36082 \begin{equation}
36083 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36084 \end{equation}
36085
36086 \end_inset
36087
36088
36089 \begin_inset ERT
36090 status collapsed
36091
36092 \begin_layout Plain Layout
36093
36094
36095 \backslash
36096 begin{multicols}{2}
36097 \end_layout
36098
36099 \end_inset
36100
36101 wobei 
36102 \begin_inset Formula $S_{0}$
36103 \end_inset
36104
36105  das Signal ohne Gradient ist und die Normierungsbedingung 
36106 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36107 \end_inset
36108
36109  gilt.
36110  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36111  Direkt nach dem 
36112 \begin_inset Formula $\nicefrac{\pi}{2}$
36113 \end_inset
36114
36115
36116 \begin_inset space \thinspace{}
36117 \end_inset
36118
36119 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36120  das Signal zusätzlich abschwächt.
36121  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36122  
36123 \begin_inset Formula $T_{2}$
36124 \end_inset
36125
36126 -Zeit.
36127 \end_layout
36128
36129 \begin_layout Standard
36130
36131 \lang ngerman
36132 \begin_inset ERT
36133 status collapsed
36134
36135 \begin_layout Plain Layout
36136
36137
36138 \backslash
36139 end{multicols}
36140 \end_layout
36141
36142 \end_inset
36143
36144
36145 \end_layout
36146
36147 \begin_layout Subsection
36148 Formulas with Description of Variables
36149 \begin_inset Index idx
36150 status collapsed
36151
36152 \begin_layout Plain Layout
36153 Formula ! with description of variables
36154 \end_layout
36155
36156 \end_inset
36157
36158
36159 \end_layout
36160
36161 \begin_layout Standard
36162 To describe variables within a formula, like in formula 
36163 \begin_inset CommandInset ref
36164 LatexCommand eqref
36165 reference "eq:within"
36166
36167 \end_inset
36168
36169 , a 2
36170 \series bold
36171 ×
36172 \series default
36173
36174 \begin_inset Formula $n$
36175 \end_inset
36176
36177
36178 \begin_inset space ~
36179 \end_inset
36180
36181 matrix is used with left aligned columns for the 
36182 \begin_inset Formula $n$
36183 \end_inset
36184
36185  used variables.
36186 \begin_inset Foot
36187 status collapsed
36188
36189 \begin_layout Plain Layout
36190 matrices see 
36191 \begin_inset CommandInset ref
36192 LatexCommand ref
36193 reference "sec:Matrices"
36194
36195 \end_inset
36196
36197
36198 \end_layout
36199
36200 \end_inset
36201
36202  To set the description in a smaller size, before the matrix e.
36203 \begin_inset space \thinspace{}
36204 \end_inset
36205
36206 g.
36207 \begin_inset space \space{}
36208 \end_inset
36209
36210 the command 
36211 \series bold
36212
36213 \backslash
36214 footnotesize
36215 \series default
36216  is inserted.
36217 \begin_inset Foot
36218 status collapsed
36219
36220 \begin_layout Plain Layout
36221 font sizes see 
36222 \begin_inset CommandInset ref
36223 LatexCommand ref
36224 reference "subsec:Font-Sizes"
36225
36226 \end_inset
36227
36228
36229 \end_layout
36230
36231 \end_inset
36232
36233
36234 \end_layout
36235
36236 \begin_layout Standard
36237 When the formula style 
36238 \series bold
36239 Indented
36240 \begin_inset Foot
36241 status collapsed
36242
36243 \begin_layout Plain Layout
36244 formula styles see 
36245 \begin_inset CommandInset ref
36246 LatexCommand ref
36247 reference "sec:Formula-Styles"
36248
36249 \end_inset
36250
36251
36252 \end_layout
36253
36254 \end_inset
36255
36256
36257 \series default
36258  is used, a 
36259 \series bold
36260
36261 \backslash
36262 hfill
36263 \series default
36264
36265 \begin_inset Foot
36266 status collapsed
36267
36268 \begin_layout Plain Layout
36269
36270 \series bold
36271
36272 \backslash
36273 hfill
36274 \series default
36275  only works in formulas with the style 
36276 \series bold
36277 Indented
36278 \series default
36279 , see 
36280 \begin_inset CommandInset ref
36281 LatexCommand ref
36282 reference "subsec:Variable-Space"
36283
36284 \end_inset
36285
36286 .
36287 \end_layout
36288
36289 \end_inset
36290
36291  is inserted before and after the matrix to have the same separation of
36292  the matrix from the equation and the side margin.
36293 \end_layout
36294
36295 \begin_layout Standard
36296 When the formula style 
36297 \series bold
36298 Centered
36299 \series default
36300  is used, the method described in 
36301 \begin_inset CommandInset ref
36302 LatexCommand ref
36303 reference "subsec:Flalign-Environment"
36304
36305 \end_inset
36306
36307  is used to indent formulas.
36308  Formula 
36309 \begin_inset CommandInset ref
36310 LatexCommand eqref
36311 reference "eq:within"
36312
36313 \end_inset
36314
36315  consists of five columns where in the first two columns contain the equation,
36316  the third the matrix and the last one an empty \SpecialChar TeX
36317  brace.
36318 \begin_inset Formula 
36319 \begin{flalign}
36320 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36321 \rho & \textrm{density}\\
36322 V & \textrm{volume}\\
36323 g & \textrm{gravitational acceleration}
36324 \end{array} &  & {}\label{eq:within}
36325 \end{flalign}
36326
36327 \end_inset
36328
36329
36330 \end_layout
36331
36332 \begin_layout Subsection
36333 Upright small Greek Letters
36334 \begin_inset CommandInset label
36335 LatexCommand label
36336 name "subsec:Upright-small-Greek"
36337
36338 \end_inset
36339
36340
36341 \begin_inset Index idx
36342 status collapsed
36343
36344 \begin_layout Plain Layout
36345 Greek letters ! upright
36346 \end_layout
36347
36348 \end_inset
36349
36350
36351 \end_layout
36352
36353 \begin_layout Standard
36354 Most of the math fonts only provide italic small Greek letters.
36355  But for symbols of elementary particles like pions and neutrinos, upright
36356  Greek letters are needed.
36357  The file 
36358 \series bold
36359 upgreek.sty
36360 \series default
36361
36362 \begin_inset Foot
36363 status collapsed
36364
36365 \begin_layout Plain Layout
36366
36367 \series bold
36368 upgreek
36369 \series default
36370  is part of the \SpecialChar LaTeX
36371 -package 
36372 \series bold
36373 was
36374 \series default
36375
36376 \begin_inset Index idx
36377 status collapsed
36378
36379 \begin_layout Plain Layout
36380 Packages ! was
36381 \begin_inset ERT
36382 status collapsed
36383
36384 \begin_layout Plain Layout
36385
36386
36387 \backslash
36388 vspace{4mm}
36389 \end_layout
36390
36391 \end_inset
36392
36393
36394 \end_layout
36395
36396 \end_inset
36397
36398 .
36399 \end_layout
36400
36401 \end_inset
36402
36403
36404 \begin_inset Index idx
36405 status collapsed
36406
36407 \begin_layout Plain Layout
36408 Packages ! upgreek
36409 \end_layout
36410
36411 \end_inset
36412
36413  that is loaded with the \SpecialChar LaTeX
36414 -preamble line
36415 \end_layout
36416
36417 \begin_layout Standard
36418
36419 \series bold
36420
36421 \backslash
36422 usepackage{upgreek}
36423 \end_layout
36424
36425 \begin_layout Standard
36426 provides them.
36427  
36428 \begin_inset ERT
36429 status collapsed
36430
36431 \begin_layout Plain Layout
36432
36433
36434 \backslash
36435 ifupgreek 
36436 \end_layout
36437
36438 \end_inset
36439
36440
36441 \begin_inset Note Note
36442 status open
36443
36444 \begin_layout Plain Layout
36445 The following table will only be displayed when the \SpecialChar LaTeX
36446 -package 
36447 \series bold
36448 upgreek
36449 \series default
36450  is installed:
36451 \end_layout
36452
36453 \end_inset
36454
36455  They are created when the command for a small Greek letter is started with
36456  
36457 \series bold
36458 up
36459 \series default
36460 .
36461  For example the command 
36462 \series bold
36463
36464 \backslash
36465 uptau
36466 \series default
36467  creates this: 
36468 \begin_inset Formula $\uptau$
36469 \end_inset
36470
36471
36472 \end_layout
36473
36474 \begin_layout Standard
36475 With these commands reactions of elementary particles can be typeset:
36476 \begin_inset Formula 
36477 \[
36478 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36479 \]
36480
36481 \end_inset
36482
36483
36484 \end_layout
36485
36486 \begin_layout Standard
36487 The upright letters are more bold and wider than the italic ones.
36488  They should therefore not be used for units like 
36489 \begin_inset Quotes eld
36490 \end_inset
36491
36492 µm
36493 \begin_inset Quotes erd
36494 \end_inset
36495
36496 .
36497 \end_layout
36498
36499 \begin_layout Standard
36500 \begin_inset ERT
36501 status collapsed
36502
36503 \begin_layout Plain Layout
36504
36505
36506 \backslash
36507 else 
36508 \end_layout
36509
36510 \end_inset
36511
36512
36513 \begin_inset Note Note
36514 status open
36515
36516 \begin_layout Plain Layout
36517 The following will be displayed when the \SpecialChar LaTeX
36518 -package 
36519 \series bold
36520 upgreek
36521 \series default
36522  is not installed:
36523 \end_layout
36524
36525 \end_inset
36526
36527
36528 \end_layout
36529
36530 \begin_layout Standard
36531 You need to install the \SpecialChar LaTeX
36532 -package 
36533 \series bold
36534 upgreek
36535 \series default
36536  to see the rest of this subsection in the output.
36537 \end_layout
36538
36539 \begin_layout Standard
36540 \begin_inset ERT
36541 status collapsed
36542
36543 \begin_layout Plain Layout
36544
36545
36546 \backslash
36547 fi 
36548 \end_layout
36549
36550 \end_inset
36551
36552
36553 \end_layout
36554
36555 \begin_layout Subsection
36556 Text Characters in Formulas
36557 \begin_inset Index idx
36558 status collapsed
36559
36560 \begin_layout Plain Layout
36561 Text ! in formulas
36562 \end_layout
36563
36564 \end_inset
36565
36566
36567 \end_layout
36568
36569 \begin_layout Standard
36570 In some cases you might want to insert text characters directly into formulas.
36571  When for example the centered dot · is often used in formulas like 
36572 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36573 \end_inset
36574
36575 , one would have to insert the command 
36576 \series bold
36577
36578 \backslash
36579 cdot
36580 \series default
36581
36582 \begin_inset Foot
36583 status collapsed
36584
36585 \begin_layout Plain Layout
36586 see 
36587 \begin_inset CommandInset ref
36588 LatexCommand ref
36589 reference "subsec:Binary-Operators"
36590
36591 \end_inset
36592
36593
36594 \end_layout
36595
36596 \end_inset
36597
36598  all the time, because this character is defined in all encodings as text
36599  character.
36600  But the encoding can be changed by this \SpecialChar LaTeX
36601 -preamble line:
36602 \end_layout
36603
36604 \begin_layout Standard
36605
36606 \series bold
36607
36608 \backslash
36609 Declare Inputtext{183}{
36610 \backslash
36611 ifmmode
36612 \backslash
36613 cdot
36614 \backslash
36615 else
36616 \backslash
36617 textperiodcentered
36618 \backslash
36619 f\SpecialChar ligaturebreak
36620 i}
36621 \end_layout
36622
36623 \begin_layout Standard
36624 The character encoding (menu 
36625 \family sans
36626 Document\SpecialChar menuseparator
36627 Settings\SpecialChar menuseparator
36628 Language
36629 \family default
36630 ) specifies what character appears when a keyboard key is pressed.
36631  When the key for the character '·' is pressed, internally the command 
36632 \series bold
36633
36634 \backslash
36635 textperiodcentered
36636 \series default
36637  is used.
36638  But this command is not available in a formula so that you would get \SpecialChar LaTeX
36639 -errors.
36640  With the changed encoding the right command is chosen automatically, depending
36641  on if the character was inserted into a formula or not.
36642 \end_layout
36643
36644 \begin_layout Standard
36645 The encoding of several characters is saved in definition files.
36646  For example the encoding 
36647 \series bold
36648 latin9
36649 \series default
36650  is defined in the file 
36651 \series bold
36652 latin9.def
36653 \series default
36654  which is in the installation folder of \SpecialChar LaTeX
36655 .
36656  Encodings should only be changed via the \SpecialChar LaTeX
36657 -preamble and not in the definition
36658  files.
36659  Otherwise documents could not be edited by other \SpecialChar LyX
36660  users working on other
36661  computers.
36662 \end_layout
36663
36664 \begin_layout Standard
36665 \begin_inset VSpace medskip
36666 \end_inset
36667
36668 Besides the centered dot, in this document the degree sign ° is defined
36669  with the following \SpecialChar LaTeX
36670 -preamble line so that it can be directly inserted into
36671  a formula:
36672 \end_layout
36673
36674 \begin_layout Standard
36675
36676 \series bold
36677
36678 \backslash
36679 DeclareInputtext{176}{
36680 \backslash
36681 ifmmode^
36682 \backslash
36683 circ
36684 \backslash
36685 else
36686 \backslash
36687 textdegree
36688 \backslash
36689 f\SpecialChar ligaturebreak
36690 i}
36691 \end_layout
36692
36693 \begin_layout Subsection
36694 \SpecialChar LaTeX
36695 -comments in formulas
36696 \begin_inset Index idx
36697 status collapsed
36698
36699 \begin_layout Plain Layout
36700 \SpecialChar LaTeX
36701 -comments
36702 \end_layout
36703
36704 \end_inset
36705
36706
36707 \end_layout
36708
36709 \begin_layout Standard
36710 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
36711  source
36712  code of your file with the menu 
36713 \family sans
36714 Insert\SpecialChar menuseparator
36715 Note\SpecialChar menuseparator
36716 Comment
36717 \family default
36718 .
36719  This is not possible in a formula but you can insert \SpecialChar LaTeX
36720 -comments with the
36721  command
36722 \end_layout
36723
36724 \begin_layout Standard
36725
36726 \series bold
36727
36728 \backslash
36729 %
36730 \end_layout
36731
36732 \begin_layout Standard
36733 This creates a box in which you can write your comment.
36734  Due to a bug in \SpecialChar LyX
36735
36736 \begin_inset Foot
36737 status collapsed
36738
36739 \begin_layout Plain Layout
36740 \begin_inset CommandInset href
36741 LatexCommand href
36742 name "LyX-bug #9002"
36743 target "http://www.lyx.org/trac/ticket/9002"
36744
36745 \end_inset
36746
36747
36748 \end_layout
36749
36750 \end_inset
36751
36752  you cannot write normal text inside the comment, even when you use mathematical
36753  text, you will see its \SpecialChar LaTeX
36754 -commands in the \SpecialChar LaTeX
36755 -output.
36756 \begin_inset Newline newline
36757 \end_inset
36758
36759 This a formula with a \SpecialChar LaTeX
36760 -comment:
36761 \begin_inset Formula 
36762 \[
36763 A=B%\text{This is the comment}
36764 \]
36765
36766 \end_inset
36767
36768
36769 \end_layout
36770
36771 \begin_layout Standard
36772 \begin_inset Newpage newpage
36773 \end_inset
36774
36775
36776 \end_layout
36777
36778 \begin_layout Section
36779 \start_of_appendix
36780 Typographic Advice
36781 \begin_inset Index idx
36782 status collapsed
36783
36784 \begin_layout Plain Layout
36785 Typographic advice
36786 \end_layout
36787
36788 \end_inset
36789
36790
36791 \end_layout
36792
36793 \begin_layout Standard
36794 This section is a summary of the most important typographic rules, listed
36795  in ISO norms.
36796 \begin_inset Foot
36797 status collapsed
36798
36799 \begin_layout Plain Layout
36800 This collection was partly taken from the German semi-official dictionary
36801  called 
36802 \begin_inset Quotes eld
36803 \end_inset
36804
36805 Duden
36806 \begin_inset Quotes erd
36807 \end_inset
36808
36809  
36810 \begin_inset CommandInset citation
36811 LatexCommand cite
36812 key "Duden"
36813
36814 \end_inset
36815
36816  that lists some of the ISO rules.
36817  More rules are listed in 
36818 \begin_inset CommandInset citation
36819 LatexCommand cite
36820 key "Checklist"
36821
36822 \end_inset
36823
36824 .
36825 \end_layout
36826
36827 \end_inset
36828
36829
36830 \end_layout
36831
36832 \begin_layout Itemize
36833 Physical units are 
36834 \emph on
36835 always
36836 \emph default
36837  set upright
36838 \begin_inset Foot
36839 status collapsed
36840
36841 \begin_layout Plain Layout
36842 done with font styles, see 
36843 \begin_inset CommandInset ref
36844 LatexCommand ref
36845 reference "subsec:Font-Styles"
36846
36847 \end_inset
36848
36849
36850 \end_layout
36851
36852 \end_inset
36853
36854 , no matter if they appear in italic text: 30
36855 \begin_inset space \thinspace{}
36856 \end_inset
36857
36858 km/h
36859 \begin_inset Newline newline
36860 \end_inset
36861
36862 Between the value and the unit is the smallest space, see 
36863 \begin_inset CommandInset ref
36864 LatexCommand ref
36865 reference "subsec:Predefined-Space"
36866
36867 \end_inset
36868
36869 .
36870 \begin_inset Newline newline
36871 \end_inset
36872
36873 This convention is automatically fulfilled when the command 
36874 \series bold
36875
36876 \backslash
36877 unittwo
36878 \series default
36879  is used.
36880  When it is entered to a formula, two boxes appear.
36881  In the first one the value is inserted, in the second one the unit, and
36882  one gets as above: 
36883 \begin_inset Formula $\unit[30]{km/h}$
36884 \end_inset
36885
36886
36887 \begin_inset space \thinspace{}
36888 \end_inset
36889
36890 .
36891  Note that 
36892 \series bold
36893
36894 \backslash
36895 unittwo
36896 \series default
36897  is not a real \SpecialChar LaTeX
36898  command but the command 
36899 \series bold
36900
36901 \backslash
36902 unit[value]{unit}
36903 \series default
36904 , therefore you cannot use it in \SpecialChar TeX
36905  code.
36906 \end_layout
36907
36908 \begin_layout Itemize
36909 Percent and perthousand signs are set like physical units:
36910 \begin_inset Newline newline
36911 \end_inset
36912
36913 1.2
36914 \begin_inset space \thinspace{}
36915 \end_inset
36916
36917 ‰ alcohol in blood
36918 \end_layout
36919
36920 \begin_layout Itemize
36921 The degree sign follows directly on the value: 15°, but not when it is used
36922  in units: 15
36923 \begin_inset space \thinspace{}
36924 \end_inset
36925
36926 °C
36927 \end_layout
36928
36929 \begin_layout Itemize
36930 In numbers with more than four digits the smallest space is inserted before
36931  every third digit to group them: 
36932 \family roman
36933 \series medium
36934 \shape up
36935 \size normal
36936 \emph off
36937 \bar no
36938 \noun off
36939 \color none
36940 18
36941 \begin_inset space \thinspace{}
36942 \end_inset
36943
36944 473
36945 \begin_inset space \thinspace{}
36946 \end_inset
36947
36948 588
36949 \end_layout
36950
36951 \begin_layout Itemize
36952 For dimensions like 120×90×40
36953 \begin_inset space \thinspace{}
36954 \end_inset
36955
36956 cm the multiplication sign 
36957 \begin_inset Quotes eld
36958 \end_inset
36959
36960 ×
36961 \begin_inset Quotes erd
36962 \end_inset
36963
36964  is used.
36965  It is available either via the command 
36966 \series bold
36967
36968 \backslash
36969 times
36970 \series default
36971  or via the menu 
36972 \family sans
36973 Insert\SpecialChar menuseparator
36974 Special Character\SpecialChar menuseparator
36975 Symbols
36976 \family default
36977 .
36978 \end_layout
36979
36980 \begin_layout Itemize
36981 Functions with names consisting of several letters are set upright to avoid
36982  confusions, see 
36983 \begin_inset CommandInset ref
36984 LatexCommand ref
36985 reference "subsec:Predefined-Functions"
36986
36987 \end_inset
36988
36989 .
36990 \end_layout
36991
36992 \begin_layout Itemize
36993 Indices consisting of several letters, are set upright: 
36994 \begin_inset Formula $E_{\mathrm{kin}}$
36995 \end_inset
36996
36997
36998 \begin_inset Newline newline
36999 \end_inset
37000
37001 Components of matrices are set italic: 
37002 \begin_inset Formula $\hat{H}_{kl}$
37003 \end_inset
37004
37005
37006 \end_layout
37007
37008 \begin_layout Itemize
37009 The differentiation/integration operator 'd', the Euler's number 'e' and
37010  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37011  other variables.
37012 \end_layout
37013
37014 \begin_layout Itemize
37015 The character that denotes a 
37016 \noun on
37017 Fourier
37018 \noun default
37019  transformation is inserted either by the command 
37020 \series bold
37021
37022 \backslash
37023 mathscr
37024 \begin_inset space \textvisiblespace{}
37025 \end_inset
37026
37027 F
37028 \series default
37029  or via the menu 
37030 \family sans
37031 Insert\SpecialChar menuseparator
37032 Special Character\SpecialChar menuseparator
37033 Symbols\SpecialChar menuseparator
37034 Letterlike
37035 \begin_inset space ~
37036 \end_inset
37037
37038 Symbols
37039 \family default
37040
37041 \begin_inset Formula $\mathscr{F}$
37042 \end_inset
37043
37044
37045 \end_layout
37046
37047 \begin_layout Standard
37048 \begin_inset Newpage newpage
37049 \end_inset
37050
37051
37052 \end_layout
37053
37054 \begin_layout Section
37055 Synonyms
37056 \begin_inset Index idx
37057 status collapsed
37058
37059 \begin_layout Plain Layout
37060 Synonyms
37061 \end_layout
37062
37063 \end_inset
37064
37065
37066 \end_layout
37067
37068 \begin_layout Standard
37069 Some characters and symbols can be created with several commands.
37070  Here is a list of the synonym commands:
37071 \end_layout
37072
37073 \begin_layout Standard
37074 \begin_inset VSpace bigskip
37075 \end_inset
37076
37077
37078 \begin_inset space \hfill{}
37079 \end_inset
37080
37081
37082 \begin_inset Tabular
37083 <lyxtabular version="3" rows="12" columns="2">
37084 <features booktabs="true" tabularvalignment="middle">
37085 <column alignment="center" valignment="top" width="0pt">
37086 <column alignment="center" valignment="top" width="0pt">
37087 <row>
37088 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37089 \begin_inset Text
37090
37091 \begin_layout Plain Layout
37092 Command
37093 \end_layout
37094
37095 \end_inset
37096 </cell>
37097 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37098 \begin_inset Text
37099
37100 \begin_layout Plain Layout
37101 equivalent to
37102 \end_layout
37103
37104 \end_inset
37105 </cell>
37106 </row>
37107 <row>
37108 <cell alignment="center" valignment="top" usebox="none">
37109 \begin_inset Text
37110
37111 \begin_layout Plain Layout
37112
37113 \backslash
37114 ast
37115 \end_layout
37116
37117 \end_inset
37118 </cell>
37119 <cell alignment="center" valignment="top" usebox="none">
37120 \begin_inset Text
37121
37122 \begin_layout Plain Layout
37123 *
37124 \end_layout
37125
37126 \end_inset
37127 </cell>
37128 </row>
37129 <row>
37130 <cell alignment="center" valignment="top" usebox="none">
37131 \begin_inset Text
37132
37133 \begin_layout Plain Layout
37134
37135 \backslash
37136 choose
37137 \end_layout
37138
37139 \end_inset
37140 </cell>
37141 <cell alignment="center" valignment="top" usebox="none">
37142 \begin_inset Text
37143
37144 \begin_layout Plain Layout
37145
37146 \backslash
37147 binom
37148 \end_layout
37149
37150 \end_inset
37151 </cell>
37152 </row>
37153 <row>
37154 <cell alignment="center" valignment="top" usebox="none">
37155 \begin_inset Text
37156
37157 \begin_layout Plain Layout
37158
37159 \backslash
37160 geq
37161 \end_layout
37162
37163 \end_inset
37164 </cell>
37165 <cell alignment="center" valignment="top" usebox="none">
37166 \begin_inset Text
37167
37168 \begin_layout Plain Layout
37169
37170 \backslash
37171 ge
37172 \end_layout
37173
37174 \end_inset
37175 </cell>
37176 </row>
37177 <row>
37178 <cell alignment="center" valignment="top" usebox="none">
37179 \begin_inset Text
37180
37181 \begin_layout Plain Layout
37182
37183 \backslash
37184 lbrace
37185 \end_layout
37186
37187 \end_inset
37188 </cell>
37189 <cell alignment="center" valignment="top" usebox="none">
37190 \begin_inset Text
37191
37192 \begin_layout Plain Layout
37193 {
37194 \end_layout
37195
37196 \end_inset
37197 </cell>
37198 </row>
37199 <row>
37200 <cell alignment="center" valignment="top" usebox="none">
37201 \begin_inset Text
37202
37203 \begin_layout Plain Layout
37204
37205 \backslash
37206 lbracket
37207 \end_layout
37208
37209 \end_inset
37210 </cell>
37211 <cell alignment="center" valignment="top" usebox="none">
37212 \begin_inset Text
37213
37214 \begin_layout Plain Layout
37215 [
37216 \end_layout
37217
37218 \end_inset
37219 </cell>
37220 </row>
37221 <row>
37222 <cell alignment="center" valignment="top" usebox="none">
37223 \begin_inset Text
37224
37225 \begin_layout Plain Layout
37226
37227 \backslash
37228 leftarrow
37229 \end_layout
37230
37231 \end_inset
37232 </cell>
37233 <cell alignment="center" valignment="top" usebox="none">
37234 \begin_inset Text
37235
37236 \begin_layout Plain Layout
37237
37238 \backslash
37239 gets
37240 \end_layout
37241
37242 \end_inset
37243 </cell>
37244 </row>
37245 <row>
37246 <cell alignment="center" valignment="top" usebox="none">
37247 \begin_inset Text
37248
37249 \begin_layout Plain Layout
37250
37251 \backslash
37252 leq
37253 \end_layout
37254
37255 \end_inset
37256 </cell>
37257 <cell alignment="center" valignment="top" usebox="none">
37258 \begin_inset Text
37259
37260 \begin_layout Plain Layout
37261
37262 \backslash
37263 le
37264 \end_layout
37265
37266 \end_inset
37267 </cell>
37268 </row>
37269 <row>
37270 <cell alignment="center" valignment="top" usebox="none">
37271 \begin_inset Text
37272
37273 \begin_layout Plain Layout
37274
37275 \backslash
37276 lor
37277 \end_layout
37278
37279 \end_inset
37280 </cell>
37281 <cell alignment="center" valignment="top" usebox="none">
37282 \begin_inset Text
37283
37284 \begin_layout Plain Layout
37285
37286 \backslash
37287 vee
37288 \end_layout
37289
37290 \end_inset
37291 </cell>
37292 </row>
37293 <row>
37294 <cell alignment="center" valignment="top" usebox="none">
37295 \begin_inset Text
37296
37297 \begin_layout Plain Layout
37298
37299 \backslash
37300 neq
37301 \end_layout
37302
37303 \end_inset
37304 </cell>
37305 <cell alignment="center" valignment="top" usebox="none">
37306 \begin_inset Text
37307
37308 \begin_layout Plain Layout
37309
37310 \backslash
37311 not=
37312 \end_layout
37313
37314 \end_inset
37315 </cell>
37316 </row>
37317 <row>
37318 <cell alignment="center" valignment="top" usebox="none">
37319 \begin_inset Text
37320
37321 \begin_layout Plain Layout
37322
37323 \backslash
37324 slash
37325 \end_layout
37326
37327 \end_inset
37328 </cell>
37329 <cell alignment="center" valignment="top" usebox="none">
37330 \begin_inset Text
37331
37332 \begin_layout Plain Layout
37333 /
37334 \end_layout
37335
37336 \end_inset
37337 </cell>
37338 </row>
37339 <row>
37340 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37341 \begin_inset Text
37342
37343 \begin_layout Plain Layout
37344
37345 \backslash
37346 vert
37347 \end_layout
37348
37349 \end_inset
37350 </cell>
37351 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37352 \begin_inset Text
37353
37354 \begin_layout Plain Layout
37355 |
37356 \end_layout
37357
37358 \end_inset
37359 </cell>
37360 </row>
37361 </lyxtabular>
37362
37363 \end_inset
37364
37365
37366 \begin_inset space \hfill{}
37367 \end_inset
37368
37369
37370 \begin_inset Tabular
37371 <lyxtabular version="3" rows="12" columns="2">
37372 <features booktabs="true" tabularvalignment="middle">
37373 <column alignment="center" valignment="top" width="0pt">
37374 <column alignment="center" valignment="top" width="0pt">
37375 <row>
37376 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37377 \begin_inset Text
37378
37379 \begin_layout Plain Layout
37380 Command
37381 \end_layout
37382
37383 \end_inset
37384 </cell>
37385 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37386 \begin_inset Text
37387
37388 \begin_layout Plain Layout
37389 equivalent to
37390 \end_layout
37391
37392 \end_inset
37393 </cell>
37394 </row>
37395 <row>
37396 <cell alignment="center" valignment="top" usebox="none">
37397 \begin_inset Text
37398
37399 \begin_layout Plain Layout
37400
37401 \backslash
37402 backslash
37403 \end_layout
37404
37405 \end_inset
37406 </cell>
37407 <cell alignment="center" valignment="top" usebox="none">
37408 \begin_inset Text
37409
37410 \begin_layout Plain Layout
37411
37412 \backslash
37413
37414 \backslash
37415
37416 \end_layout
37417
37418 \end_inset
37419 </cell>
37420 </row>
37421 <row>
37422 <cell alignment="center" valignment="top" usebox="none">
37423 \begin_inset Text
37424
37425 \begin_layout Plain Layout
37426
37427 \backslash
37428 dasharrow
37429 \end_layout
37430
37431 \end_inset
37432 </cell>
37433 <cell alignment="center" valignment="top" usebox="none">
37434 \begin_inset Text
37435
37436 \begin_layout Plain Layout
37437
37438 \backslash
37439 dashrightarrow
37440 \end_layout
37441
37442 \end_inset
37443 </cell>
37444 </row>
37445 <row>
37446 <cell alignment="center" valignment="top" usebox="none">
37447 \begin_inset Text
37448
37449 \begin_layout Plain Layout
37450
37451 \backslash
37452 land
37453 \end_layout
37454
37455 \end_inset
37456 </cell>
37457 <cell alignment="center" valignment="top" usebox="none">
37458 \begin_inset Text
37459
37460 \begin_layout Plain Layout
37461
37462 \backslash
37463 wedge
37464 \end_layout
37465
37466 \end_inset
37467 </cell>
37468 </row>
37469 <row>
37470 <cell alignment="center" valignment="top" usebox="none">
37471 \begin_inset Text
37472
37473 \begin_layout Plain Layout
37474
37475 \backslash
37476 rbrace
37477 \end_layout
37478
37479 \end_inset
37480 </cell>
37481 <cell alignment="center" valignment="top" usebox="none">
37482 \begin_inset Text
37483
37484 \begin_layout Plain Layout
37485 }
37486 \end_layout
37487
37488 \end_inset
37489 </cell>
37490 </row>
37491 <row>
37492 <cell alignment="center" valignment="top" usebox="none">
37493 \begin_inset Text
37494
37495 \begin_layout Plain Layout
37496
37497 \backslash
37498 rbracket
37499 \end_layout
37500
37501 \end_inset
37502 </cell>
37503 <cell alignment="center" valignment="top" usebox="none">
37504 \begin_inset Text
37505
37506 \begin_layout Plain Layout
37507 ]
37508 \end_layout
37509
37510 \end_inset
37511 </cell>
37512 </row>
37513 <row>
37514 <cell alignment="center" valignment="top" usebox="none">
37515 \begin_inset Text
37516
37517 \begin_layout Plain Layout
37518
37519 \backslash
37520 rightarrow
37521 \end_layout
37522
37523 \end_inset
37524 </cell>
37525 <cell alignment="center" valignment="top" usebox="none">
37526 \begin_inset Text
37527
37528 \begin_layout Plain Layout
37529
37530 \backslash
37531 to
37532 \end_layout
37533
37534 \end_inset
37535 </cell>
37536 </row>
37537 <row>
37538 <cell alignment="center" valignment="top" usebox="none">
37539 \begin_inset Text
37540
37541 \begin_layout Plain Layout
37542
37543 \backslash
37544 lnot
37545 \end_layout
37546
37547 \end_inset
37548 </cell>
37549 <cell alignment="center" valignment="top" usebox="none">
37550 \begin_inset Text
37551
37552 \begin_layout Plain Layout
37553
37554 \backslash
37555 neg
37556 \end_layout
37557
37558 \end_inset
37559 </cell>
37560 </row>
37561 <row>
37562 <cell alignment="center" valignment="top" usebox="none">
37563 \begin_inset Text
37564
37565 \begin_layout Plain Layout
37566
37567 \backslash
37568 ne
37569 \end_layout
37570
37571 \end_inset
37572 </cell>
37573 <cell alignment="center" valignment="top" usebox="none">
37574 \begin_inset Text
37575
37576 \begin_layout Plain Layout
37577
37578 \backslash
37579 not=
37580 \end_layout
37581
37582 \end_inset
37583 </cell>
37584 </row>
37585 <row>
37586 <cell alignment="center" valignment="top" usebox="none">
37587 \begin_inset Text
37588
37589 \begin_layout Plain Layout
37590
37591 \backslash
37592 owns
37593 \end_layout
37594
37595 \end_inset
37596 </cell>
37597 <cell alignment="center" valignment="top" usebox="none">
37598 \begin_inset Text
37599
37600 \begin_layout Plain Layout
37601
37602 \backslash
37603 ni
37604 \end_layout
37605
37606 \end_inset
37607 </cell>
37608 </row>
37609 <row>
37610 <cell alignment="center" valignment="top" usebox="none">
37611 \begin_inset Text
37612
37613 \begin_layout Plain Layout
37614
37615 \backslash
37616 square
37617 \end_layout
37618
37619 \end_inset
37620 </cell>
37621 <cell alignment="center" valignment="top" usebox="none">
37622 \begin_inset Text
37623
37624 \begin_layout Plain Layout
37625
37626 \backslash
37627 Box
37628 \end_layout
37629
37630 \end_inset
37631 </cell>
37632 </row>
37633 <row>
37634 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37635 \begin_inset Text
37636
37637 \begin_layout Plain Layout
37638
37639 \backslash
37640 Vert
37641 \end_layout
37642
37643 \end_inset
37644 </cell>
37645 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37646 \begin_inset Text
37647
37648 \begin_layout Plain Layout
37649
37650 \backslash
37651 |
37652 \end_layout
37653
37654 \end_inset
37655 </cell>
37656 </row>
37657 </lyxtabular>
37658
37659 \end_inset
37660
37661
37662 \begin_inset space \hfill{}
37663 \end_inset
37664
37665
37666 \end_layout
37667
37668 \begin_layout Standard
37669 \begin_inset Newpage newpage
37670 \end_inset
37671
37672
37673 \end_layout
37674
37675 \begin_layout Bibliography
37676 \begin_inset CommandInset bibitem
37677 LatexCommand bibitem
37678 key "TLC2"
37679
37680 \end_inset
37681
37682
37683 \shape smallcaps
37684 Mittelbach, F.
37685  ; Goossens, M.
37686 \shape default
37687
37688 \shape italic
37689 The \SpecialChar LaTeX
37690  Companion
37691 \shape default
37692 .
37693  Addison Wesley, 2004
37694 \end_layout
37695
37696 \begin_layout Bibliography
37697 \begin_inset CommandInset bibitem
37698 LatexCommand bibitem
37699 key "Mathmode"
37700
37701 \end_inset
37702
37703
37704 \begin_inset CommandInset href
37705 LatexCommand href
37706 name "Description"
37707 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37708
37709 \end_inset
37710
37711  of \SpecialChar LaTeX
37712 's math abilities
37713 \end_layout
37714
37715 \begin_layout Bibliography
37716 \begin_inset CommandInset bibitem
37717 LatexCommand bibitem
37718 key "AMS"
37719
37720 \end_inset
37721
37722
37723 \begin_inset CommandInset href
37724 LatexCommand href
37725 name "Description"
37726 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37727
37728 \end_inset
37729
37730  of 
37731 \begin_inset ERT
37732 status collapsed
37733
37734 \begin_layout Plain Layout
37735
37736
37737 \backslash
37738 AmS
37739 \end_layout
37740
37741 \end_inset
37742
37743 -\SpecialChar LaTeX
37744
37745 \end_layout
37746
37747 \begin_layout Bibliography
37748 \begin_inset CommandInset bibitem
37749 LatexCommand bibitem
37750 key "Symbols"
37751
37752 \end_inset
37753
37754
37755 \begin_inset CommandInset href
37756 LatexCommand href
37757 name "List"
37758 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37759
37760 \end_inset
37761
37762  of all symbols available with \SpecialChar LaTeX
37763 -packages
37764 \end_layout
37765
37766 \begin_layout Bibliography
37767 \begin_inset CommandInset bibitem
37768 LatexCommand bibitem
37769 key "cancel"
37770
37771 \end_inset
37772
37773
37774 \begin_inset CommandInset href
37775 LatexCommand href
37776 name "Documentation"
37777 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37778
37779 \end_inset
37780
37781  of the \SpecialChar LaTeX
37782 -package 
37783 \series bold
37784 cancel
37785 \series default
37786
37787 \begin_inset Index idx
37788 status collapsed
37789
37790 \begin_layout Plain Layout
37791 Packages ! cancel
37792 \end_layout
37793
37794 \end_inset
37795
37796
37797 \end_layout
37798
37799 \begin_layout Bibliography
37800 \begin_inset CommandInset bibitem
37801 LatexCommand bibitem
37802 key "hyperref"
37803
37804 \end_inset
37805
37806
37807 \begin_inset CommandInset href
37808 LatexCommand href
37809 name "Documentation"
37810 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37811
37812 \end_inset
37813
37814  of the \SpecialChar LaTeX
37815 -package 
37816 \series bold
37817 hyperref
37818 \series default
37819
37820 \begin_inset Index idx
37821 status collapsed
37822
37823 \begin_layout Plain Layout
37824 Packages ! hyperref
37825 \end_layout
37826
37827 \end_inset
37828
37829
37830 \end_layout
37831
37832 \begin_layout Bibliography
37833 \begin_inset CommandInset bibitem
37834 LatexCommand bibitem
37835 key "mhchem"
37836
37837 \end_inset
37838
37839
37840 \begin_inset CommandInset href
37841 LatexCommand href
37842 name "Documentation"
37843 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37844
37845 \end_inset
37846
37847  of the \SpecialChar LaTeX
37848 -package 
37849 \series bold
37850 mhchem
37851 \series default
37852
37853 \begin_inset Index idx
37854 status collapsed
37855
37856 \begin_layout Plain Layout
37857 Packages ! mhchem
37858 \end_layout
37859
37860 \end_inset
37861
37862
37863 \end_layout
37864
37865 \begin_layout Bibliography
37866 \begin_inset CommandInset bibitem
37867 LatexCommand bibitem
37868 key "Duden"
37869
37870 \end_inset
37871
37872
37873 \emph on
37874 Duden Band 1
37875 \emph default
37876 .
37877  22.
37878  Auflage, Duden 2001
37879 \end_layout
37880
37881 \begin_layout Bibliography
37882 \begin_inset CommandInset bibitem
37883 LatexCommand bibitem
37884 key "Checklist"
37885
37886 \end_inset
37887
37888
37889 \begin_inset CommandInset href
37890 LatexCommand href
37891 name "Check list"
37892 target "http://physics.nist.gov/Document/checklist.pdf"
37893
37894 \end_inset
37895
37896  for reviewing manuscripts
37897 \end_layout
37898
37899 \begin_layout Standard
37900 \begin_inset CommandInset index_print
37901 LatexCommand printindex
37902 type "idx"
37903
37904 \end_inset
37905
37906
37907 \end_layout
37908
37909 \end_body
37910 \end_document