]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Allow footnotes in floating tables via tablefootnote package
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 544
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/
7 \textclass scrartcl
8 \begin_preamble
9 % DO NOT ALTER THIS PREAMBLE!!!
10 %
11 % This preamble is designed to ensure that the file prints
12 % out as advertised. If you mess with this preamble,
13 % parts of this document may not print out as expected.  If you
14 % have problems LaTeXing this file, please contact 
15 % the documentation team
16 % email: lyx-docs@lists.lyx.org
17
18 % solves the following problem:
19 % If the dection number consits of too many numerals the section heading
20 % will be printed in the TOC without a space between it and the section number.
21 % As solution more space between the number and the heading is inserted:
22 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
23 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
24
25 % increase link area for cross-references and autoname them,
26 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
27 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
28 \@ifpackageloaded{babel}{
29  \addto\extrasenglish{%
30   \renewcommand*{\equationautorefname}[1]{}%
31   \renewcommand{\sectionautorefname}{sec.\negthinspace}%
32   \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
33   \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
34  }
35 }{}
36
37 % don't load packages twice
38 % see first footnote in sec. 9.3
39 \@ifundefined{textcolor}{\usepackage{color}}{}
40
41 % the pages of the TOC are numbered roman
42 % and a PDF-bookmark for the TOC is added
43 \pagenumbering{roman}
44 \let\myTOC\tableofcontents
45 \renewcommand{\tableofcontents}{%
46  \vspace{1cm}
47  \pdfbookmark[1]{\contentsname}{}
48  \myTOC
49  \cleardoublepage
50  \pagenumbering{arabic}}
51
52 % add 0.5 mm vertical space for table rows
53 \@ifundefined{extrarowheight} {\usepackage{array}}{}
54 \setlength{\extrarowheight}{0.5mm}
55
56 % insert additional vertical space of 1.5 mm between footnotes,
57 \let\myFoot\footnote
58 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
59
60 % makes caption labels bold
61 \setkomafont{captionlabel}{\bfseries}
62
63 % enables calculation of values
64 \usepackage{calc}
65
66 % for multiple columns used in sec. 24.7
67 \usepackage{multicol}
68
69 % needed in sec. 19.4
70 \usepackage{remreset}
71
72 % for the Fourier transformation symbol
73 \usepackage{mathrsfs}
74
75 % define a color, used in sec.9.3
76 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
77
78 % declare operators (see sec. 10.4 and sec. 15.2)
79 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
80 \DeclareMathOperator{\sgn}{sgn}
81
82 % example definitions for sec. 20.1 
83 \newcommand{\gr}{\Longrightarrow}
84 \newcommand{\us}[1]{\underline{#1}}
85 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
86 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
87 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
88
89 % example macro from sec. 19.4
90 %\def\tagform@#1{\maketag@@@{|#1|}}
91
92
93 % ------------------------------------
94 % used to check for needed LaTeX packages
95 \usepackage{ifthen}
96
97 % check for package undertilde
98 % used for the command \utilde
99 \newboolean{undertilde}
100 \IfFileExists{undertilde.sty}
101  {\usepackage{undertilde}
102   \setboolean{undertilde}{true}}
103  {\setboolean{undertilde}{false}}
104
105 % check for package eurosym
106 % used for the Euro symbol
107 \newboolean{eurosym}
108 \IfFileExists{eurosym.sty}
109  {\usepackage[gennarrow]{eurosym}
110   \setboolean{eurosym}{true}}
111  {\setboolean{eurosym}{false}}
112
113 % check for package braket
114 % used for physical vectors
115 \newboolean{braket}
116 \IfFileExists{braket.sty}
117  {\usepackage{braket}
118   \setboolean{braket}{true}}
119  {\setboolean{braket}{false}}
120
121 % check for package cancel
122 \newboolean{cancel}
123 \IfFileExists{cancel.sty}
124  {\usepackage{cancel}
125   \setboolean{cancel}{true}}
126  {\setboolean{cancel}{false}}
127
128 % check for package upgreek
129 \newboolean{upgreek}
130 \IfFileExists{upgreek.sty}
131  {\usepackage{upgreek}
132   \setboolean{upgreek}{true}}
133  {\setboolean{upgreek}{false}}
134 \end_preamble
135 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
136 \use_default_options false
137 \begin_modules
138 subequations
139 \end_modules
140 \maintain_unincluded_children false
141 \language english
142 \language_package default
143 \inputencoding auto
144 \fontencoding global
145 \font_roman "lmodern" "default"
146 \font_sans "lmss" "default"
147 \font_typewriter "lmtt" "default"
148 \font_math "auto" "auto"
149 \font_default_family default
150 \use_non_tex_fonts false
151 \font_sc false
152 \font_osf false
153 \font_sf_scale 100 100
154 \font_tt_scale 100 100
155 \use_microtype false
156 \use_dash_ligatures false
157 \graphics default
158 \default_output_format pdf2
159 \output_sync 0
160 \bibtex_command default
161 \index_command default
162 \paperfontsize 12
163 \spacing single
164 \use_hyperref true
165 \pdf_title "LyX's Math Manual"
166 \pdf_author "LyX Team, Uwe Stöhr"
167 \pdf_subject "LyX-documentation about math"
168 \pdf_keywords "LyX, Mathed"
169 \pdf_bookmarks true
170 \pdf_bookmarksnumbered true
171 \pdf_bookmarksopen true
172 \pdf_bookmarksopenlevel 1
173 \pdf_breaklinks false
174 \pdf_pdfborder false
175 \pdf_colorlinks true
176 \pdf_backref false
177 \pdf_pdfusetitle false
178 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
179 \papersize a4paper
180 \use_geometry false
181 \use_package amsmath 2
182 \use_package amssymb 2
183 \use_package cancel 1
184 \use_package esint 1
185 \use_package mathdots 1
186 \use_package mathtools 2
187 \use_package mhchem 1
188 \use_package stackrel 1
189 \use_package stmaryrd 1
190 \use_package undertilde 0
191 \cite_engine basic
192 \cite_engine_type default
193 \biblio_style plain
194 \use_bibtopic false
195 \use_indices false
196 \paperorientation portrait
197 \suppress_date false
198 \justification true
199 \use_refstyle 0
200 \use_minted 0
201 \notefontcolor #0000ff
202 \index Index
203 \shortcut idx
204 \color #008000
205 \end_index
206 \secnumdepth 4
207 \tocdepth 3
208 \paragraph_separation skip
209 \defskip medskip
210 \is_math_indent 0
211 \math_numbering_side default
212 \quotes_style english
213 \dynamic_quotes 0
214 \papercolumns 1
215 \papersides 2
216 \paperpagestyle plain
217 \bullet 1 0 6 -1
218 \bullet 2 2 35 -1
219 \bullet 3 2 7 -1
220 \tracking_changes false
221 \output_changes false
222 \html_math_output 0
223 \html_css_as_file 0
224 \html_be_strict false
225 \end_header
226
227 \begin_body
228
229 \begin_layout Title
230 \SpecialChar LyX
231 's detailed Math manual
232 \end_layout
233
234 \begin_layout Author
235 by the \SpecialChar LyX
236  Team
237 \begin_inset Foot
238 status collapsed
239
240 \begin_layout Plain Layout
241 \noindent
242 If you have comments or error corrections, please send them to the \SpecialChar LyX
243  Documentatio
244 n mailing list: 
245 \family typewriter
246
247 \begin_inset CommandInset href
248 LatexCommand href
249 name "lyx-docs@lists.lyx.org"
250 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
251 type "mailto:"
252 literal "false"
253
254 \end_inset
255
256
257 \end_layout
258
259 \end_inset
260
261
262 \begin_inset Note Note
263 status collapsed
264
265 \begin_layout Plain Layout
266 author: Uwe Stöhr
267 \end_layout
268
269 \end_inset
270
271
272 \begin_inset Newline newline
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \family sans
281 Version 2.3.x
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset CommandInset toc
286 LatexCommand tableofcontents
287
288 \end_inset
289
290
291 \end_layout
292
293 \begin_layout Standard
294 \begin_inset Note Note
295 status open
296
297 \begin_layout Plain Layout
298 To export this document to PDF, PS or DVI the \SpecialChar LaTeX
299 -packages 
300 \series bold
301 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
302 \series default
303  and 
304 \series bold
305 was
306 \series default
307  should be installed.
308  If they are not installed the document can be exported anyway but the sections
309  where the packages are required will not appear in the output.
310  An exception is 
311 \series bold
312 mhchem
313 \series default
314 ; if it is not installed, this file cannot be exported.
315 \end_layout
316
317 \begin_layout Plain Layout
318 The latest PDF-version of this document can be found here:
319 \begin_inset Newline newline
320 \end_inset
321
322
323 \series bold
324 http://wiki.lyx.org/LyX/Manuals#Math
325 \end_layout
326
327 \end_inset
328
329
330 \end_layout
331
332 \begin_layout Standard
333 \begin_inset Newpage newpage
334 \end_inset
335
336
337 \end_layout
338
339 \begin_layout Section
340 Introduction
341 \end_layout
342
343 \begin_layout Standard
344 This document explains \SpecialChar LyX
345 's math features and is furthermore a collection
346  of \SpecialChar LaTeX
347 -commands used for mathematical characters and constructs.
348  The explanations are designed for the usage of commands.
349  It is therefore required that you have read the section 
350 \family typewriter
351 Mathematical
352 \begin_inset space ~
353 \end_inset
354
355 Formulas
356 \family default
357  of the User's Guide.
358 \end_layout
359
360 \begin_layout Standard
361 Most of the characters and many constructs explained in this manual are
362  also accessible via the menu 
363 \family sans
364 Insert
365 \series bold
366 \SpecialChar menuseparator
367
368 \series default
369 Math
370 \family default
371  or the 
372 \family sans
373 math
374 \family default
375 \series bold
376  
377 \family sans
378 \series default
379 toolbar
380 \family default
381 .
382  But everybody who has to write lots of formulas will notice that it is
383  much faster to use commands instead of the math toolbar.
384  Therefore this manual is focused on commands but also mentions the correspondin
385 g toolbar buttons when available.
386 \end_layout
387
388 \begin_layout Standard
389 If not specially mentioned the commands are only available within formulas.
390  To be able to use all commands explained in this document, the option 
391 \family sans
392 Use AMS math package
393 \family default
394  must be checked in the document settings (menu 
395 \family sans
396 Document\SpecialChar menuseparator
397 Settings\SpecialChar menuseparator
398 Math
399 \begin_inset space ~
400 \end_inset
401
402 Options
403 \family default
404 ).
405 \begin_inset Foot
406 status collapsed
407
408 \begin_layout Plain Layout
409 The option 
410 \family sans
411 Use AMS math package automatically
412 \family default
413  only uses 
414 \begin_inset ERT
415 status collapsed
416
417 \begin_layout Plain Layout
418
419
420 \backslash
421 AmS 
422 \end_layout
423
424 \end_inset
425
426 -math when math constructs are found that are supported by \SpecialChar LyX
427 .
428 \end_layout
429
430 \end_inset
431
432
433 \end_layout
434
435 \begin_layout Standard
436 This document doesn't list all 
437 \begin_inset ERT
438 status collapsed
439
440 \begin_layout Plain Layout
441
442
443 \backslash
444 AmS 
445 \end_layout
446
447 \end_inset
448
449 -math commands
450 \begin_inset Foot
451 status collapsed
452
453 \begin_layout Plain Layout
454 A list with all 
455 \begin_inset ERT
456 status collapsed
457
458 \begin_layout Plain Layout
459
460
461 \backslash
462 AmS
463 \end_layout
464
465 \end_inset
466
467 -math commands is in the file 
468 \family sans
469
470 \begin_inset CommandInset href
471 LatexCommand href
472 name "amsguide.pdf"
473 target "http://mirrors.ctan.org/macros/amstex/doc/amsguide.pdf"
474 literal "false"
475
476 \end_inset
477
478
479 \family default
480 , which is part of every \SpecialChar LaTeX
481  standard installation.
482 \end_layout
483
484 \end_inset
485
486  for lucidity reasons.
487 \end_layout
488
489 \begin_layout Section
490 General Instructions
491 \end_layout
492
493 \begin_layout Standard
494 To create an inline formula
495 \begin_inset Index idx
496 status collapsed
497
498 \begin_layout Plain Layout
499 Formula ! inline
500 \end_layout
501
502 \end_inset
503
504  that is embedded into a text line, use one of the shortcuts 
505 \begin_inset Info
506 type  "shortcuts"
507 arg   "math-mode"
508 \end_inset
509
510  or the toolbar button 
511 \begin_inset Info
512 type  "icon"
513 arg   "math-mode"
514 \end_inset
515
516 .
517 \begin_inset Newline newline
518 \end_inset
519
520 To create a display style formula
521 \begin_inset Index idx
522 status collapsed
523
524 \begin_layout Plain Layout
525 Formula ! display style
526 \end_layout
527
528 \end_inset
529
530  which will appear bigger, has a different format, and will be in a separate
531  paragraph, use one of these shortcuts: 
532 \begin_inset Info
533 type  "shortcuts"
534 arg   "math-display"
535 \end_inset
536
537 .
538 \end_layout
539
540 \begin_layout Standard
541 To change a display style formula to an inline formula, set the cursor into
542  the formula and use one of the shortcuts 
543 \begin_inset Info
544 type  "shortcuts"
545 arg   "math-mode"
546 \end_inset
547
548  or the menu 
549 \family sans
550 Edit\SpecialChar menuseparator
551 Math\SpecialChar menuseparator
552 Change formula type
553 \family default
554 .
555  The same way is used to change an inline formula to a display style formula.
556 \end_layout
557
558 \begin_layout Standard
559 To display parts of an inline formula in the size of a display style formula,
560  enter the command 
561 \series bold
562
563 \backslash
564 displaystyle
565 \series default
566
567 \begin_inset Index idx
568 status collapsed
569
570 \begin_layout Plain Layout
571 Commands ! D ! 
572 \backslash
573 displaystyle
574 \end_layout
575
576 \end_inset
577
578  to a formula.
579  Then a new blue box appears in which the desired formula part is inserted.
580 \end_layout
581
582 \begin_layout Standard
583 Only inline formulas are allowed inside tables.
584 \end_layout
585
586 \begin_layout Standard
587 The 
588 \family sans
589 math toolbar
590 \family default
591  can be turned on in the menu 
592 \family sans
593 View\SpecialChar menuseparator
594 Toolbars
595 \family default
596 .
597  When you click there on 
598 \begin_inset Quotes eld
599 \end_inset
600
601 Math
602 \begin_inset Quotes erd
603 \end_inset
604
605  the toolbar will be shown permanently at the bottom; this state is visualized
606  in the 
607 \family sans
608 Toolbars
609 \family default
610  menu with a checkmark.
611  When you click in this state again on 
612 \begin_inset Quotes eld
613 \end_inset
614
615 Math
616 \begin_inset Quotes erd
617 \end_inset
618
619  in the 
620 \family sans
621 Toolbars
622 \family default
623  menu, the 
624 \family sans
625 math toolbar
626 \family default
627  is only shown when the cursor is within a formula; this state is visualized
628  by the renaming of the menu entry from 
629 \begin_inset Quotes eld
630 \end_inset
631
632 Math
633 \begin_inset Quotes erd
634 \end_inset
635
636  to 
637 \begin_inset Quotes eld
638 \end_inset
639
640 Math
641 \begin_inset space ~
642 \end_inset
643
644 (auto)
645 \begin_inset Quotes erd
646 \end_inset
647
648 .
649 \end_layout
650
651 \begin_layout Standard
652 The \SpecialChar TeX
653  mode
654 \begin_inset Index idx
655 status collapsed
656
657 \begin_layout Plain Layout
658 T@\SpecialChar TeX
659 -mode
660 \end_layout
661
662 \end_inset
663
664  is invoked by pressing the toolbar button 
665 \begin_inset Info
666 type  "icon"
667 arg   "ert-insert"
668 \end_inset
669
670  or by using the menu 
671 \family sans
672 Insert\SpecialChar menuseparator
673 TeX Code
674 \family default
675  (shortcut 
676 \begin_inset Info
677 type  "shortcut"
678 arg   "ert-insert"
679 \end_inset
680
681 ).
682 \end_layout
683
684 \begin_layout Standard
685 To change the \SpecialChar LaTeX
686 -preamble
687 \begin_inset Index idx
688 status collapsed
689
690 \begin_layout Plain Layout
691 L@\SpecialChar LaTeX
692 -preamble
693 \end_layout
694
695 \end_inset
696
697 , use the menu 
698 \family sans
699 Document\SpecialChar menuseparator
700 Settings\SpecialChar menuseparator
701 LaTeX
702 \family default
703  
704 \family sans
705 Preamble
706 \family default
707 .
708 \end_layout
709
710 \begin_layout Standard
711 To edit matrices, case differentiations and multiline formulas subsequently,
712  use the menus 
713 \family sans
714 Edit\SpecialChar menuseparator
715 Math
716 \family default
717  and 
718 \family sans
719 Edit\SpecialChar menuseparator
720 Rows
721 \begin_inset space \thinspace{}
722 \end_inset
723
724 &
725 \begin_inset space \thinspace{}
726 \end_inset
727
728 Columns,
729 \family default
730  or the 
731 \family sans
732 table toolbar
733 \family default
734 .
735  When lines and columns are swapped via the menu, the column or line where
736  the cursor is in is exchanged with the column to the right or the line
737  below, respectively.
738  Is the cursor in the last column or row, the exchange is done with the
739  column to the left or the line above.
740 \end_layout
741
742 \begin_layout Standard
743 To write text in formulas
744 \begin_inset Foot
745 status collapsed
746
747 \begin_layout Plain Layout
748 For multiline formulas the command 
749 \series bold
750
751 \backslash
752 intertext
753 \series default
754  is used, see 
755 \begin_inset CommandInset ref
756 LatexCommand ref
757 reference "subsec:Text-in-multiline"
758
759 \end_inset
760
761 .
762 \end_layout
763
764 \end_inset
765
766  
767 \emph on
768 mathematical text
769 \emph default
770
771 \begin_inset Index idx
772 status collapsed
773
774 \begin_layout Plain Layout
775 Text ! in formulas
776 \end_layout
777
778 \end_inset
779
780
781 \begin_inset Index idx
782 status collapsed
783
784 \begin_layout Plain Layout
785 Mathematical text
786 \end_layout
787
788 \end_inset
789
790  is used.
791  This mode is invoked with the shortcut 
792 \begin_inset Info
793 type  "shortcut"
794 arg   "font-default"
795 \end_inset
796
797  or by the insertion of the command 
798 \series bold
799
800 \backslash
801 text
802 \series default
803
804 \begin_inset Index idx
805 status collapsed
806
807 \begin_layout Plain Layout
808 Commands ! T ! 
809 \backslash
810 text
811 \end_layout
812
813 \end_inset
814
815 .
816  The text appears black in \SpecialChar LyX
817  and can therefore be distinguished from the
818  other formula parts which appear blue.
819  In the output mathematical text is set upright, in contrary to other formula
820  parts.
821 \end_layout
822
823 \begin_layout Subsection*
824 Command Scheme
825 \end_layout
826
827 \begin_layout Standard
828 Most of the \SpecialChar LaTeX
829 -commands for math constructs have the following scheme:
830 \end_layout
831
832 \begin_layout Standard
833
834 \series bold
835
836 \backslash
837 commandname[optional
838 \series default
839  
840 \series bold
841 argument]{required
842 \series default
843  
844 \series bold
845 argument}
846 \end_layout
847
848 \begin_layout Standard
849 A command always starts with a backslash 
850 \begin_inset Quotes gld
851 \end_inset
852
853
854 \series bold
855
856 \backslash
857
858 \series default
859
860 \begin_inset Quotes grd
861 \end_inset
862
863 .
864  To omit optional arguments, also omit the associated brackets.
865  The braces around the required arguments are named in this document as
866  \SpecialChar TeX
867  braces
868 \begin_inset Index idx
869 status collapsed
870
871 \begin_layout Plain Layout
872 T@\SpecialChar TeX
873 -braces
874 \end_layout
875
876 \end_inset
877
878 .
879  If you add in a formula a left brace to a command name, \SpecialChar LyX
880  automatically
881  creates a \SpecialChar TeX
882  brace.
883  In all other cases \SpecialChar TeX
884  braces are created in formulas with the command 
885 \series bold
886
887 \backslash
888 {
889 \series default
890 .
891  \SpecialChar TeX
892  braces appear red in \SpecialChar LyX
893 , in contrary to normal braces which appear blue.
894  In \SpecialChar TeX
895  mode no command is needed to get \SpecialChar TeX
896  braces.
897  \SpecialChar TeX
898  braces don't appear in the output.
899 \end_layout
900
901 \begin_layout Standard
902 When commands without arguments, like commands for symbols are entered in
903  \SpecialChar TeX
904  mode, a space character must 
905 \emph on
906 always
907 \emph default
908  be behind the command to end it.
909  This space doesn't appear in the output.
910  When the space should appear in the output, the space must be followed
911  by a protected space in normal text.
912 \end_layout
913
914 \begin_layout Standard
915 A protected space is inserted with 
916 \begin_inset Info
917 type  "shortcuts"
918 arg   "command-alternatives space-insert protected ; math-space"
919 \end_inset
920
921 .
922 \end_layout
923
924 \begin_layout Subsection*
925 \begin_inset Newpage newpage
926 \end_inset
927
928 Syntax Explanation
929 \end_layout
930
931 \begin_layout Itemize
932 The symbol 
933 \begin_inset space \textvisiblespace{}
934 \end_inset
935
936  denotes a space character to be input.
937 \end_layout
938
939 \begin_layout Itemize
940 An arrow like 
941 \begin_inset Formula $\to$
942 \end_inset
943
944  denotes the usage of the corresponding arrow key on the keyboard.
945  The 
946 \family sans
947 Tab
948 \family default
949  key can often be used instead of 
950 \begin_inset Formula $\to$
951 \end_inset
952
953  and 
954 \begin_inset Formula $\downarrow$
955 \end_inset
956
957 , and 
958 \family sans
959 Shift+Tab
960 \family default
961  instead of 
962 \begin_inset Formula $\leftarrow$
963 \end_inset
964
965  and 
966 \begin_inset Formula $\uparrow$
967 \end_inset
968
969 .
970 \end_layout
971
972 \begin_layout Subsection*
973 Available units
974 \end_layout
975
976 \begin_layout Standard
977 \align center
978 \begin_inset Float table
979 placement H
980 wide false
981 sideways false
982 status open
983
984 \begin_layout Plain Layout
985 \align center
986 \begin_inset Caption Standard
987
988 \begin_layout Plain Layout
989 \begin_inset CommandInset label
990 LatexCommand label
991 name "tab:Available-units"
992
993 \end_inset
994
995 Available units
996 \end_layout
997
998 \end_inset
999
1000
1001 \end_layout
1002
1003 \begin_layout Plain Layout
1004 \align center
1005 \begin_inset Tabular
1006 <lyxtabular version="3" rows="13" columns="2">
1007 <features booktabs="true" tabularvalignment="middle">
1008 <column alignment="center" valignment="top">
1009 <column alignment="center" valignment="top" width="0pt">
1010 <row>
1011 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1012 \begin_inset Text
1013
1014 \begin_layout Plain Layout
1015 Unit
1016 \end_layout
1017
1018 \end_inset
1019 </cell>
1020 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1021 \begin_inset Text
1022
1023 \begin_layout Plain Layout
1024 Name / Description
1025 \end_layout
1026
1027 \end_inset
1028 </cell>
1029 </row>
1030 <row>
1031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1032 \begin_inset Text
1033
1034 \begin_layout Plain Layout
1035 mm
1036 \end_layout
1037
1038 \end_inset
1039 </cell>
1040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1041 \begin_inset Text
1042
1043 \begin_layout Plain Layout
1044 Millimeter
1045 \end_layout
1046
1047 \end_inset
1048 </cell>
1049 </row>
1050 <row>
1051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1052 \begin_inset Text
1053
1054 \begin_layout Plain Layout
1055 cm
1056 \end_layout
1057
1058 \end_inset
1059 </cell>
1060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1061 \begin_inset Text
1062
1063 \begin_layout Plain Layout
1064 Centimeter
1065 \end_layout
1066
1067 \end_inset
1068 </cell>
1069 </row>
1070 <row>
1071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1072 \begin_inset Text
1073
1074 \begin_layout Plain Layout
1075 in
1076 \end_layout
1077
1078 \end_inset
1079 </cell>
1080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1081 \begin_inset Text
1082
1083 \begin_layout Plain Layout
1084 Inch (1
1085 \begin_inset space \thinspace{}
1086 \end_inset
1087
1088 in = 2,54
1089 \begin_inset space \thinspace{}
1090 \end_inset
1091
1092 cm)
1093 \end_layout
1094
1095 \end_inset
1096 </cell>
1097 </row>
1098 <row>
1099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1100 \begin_inset Text
1101
1102 \begin_layout Plain Layout
1103 pt
1104 \end_layout
1105
1106 \end_inset
1107 </cell>
1108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1109 \begin_inset Text
1110
1111 \begin_layout Plain Layout
1112 Point (72.27
1113 \begin_inset space \thinspace{}
1114 \end_inset
1115
1116 pt = 1
1117 \begin_inset space \thinspace{}
1118 \end_inset
1119
1120 in)
1121 \end_layout
1122
1123 \end_inset
1124 </cell>
1125 </row>
1126 <row>
1127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1128 \begin_inset Text
1129
1130 \begin_layout Plain Layout
1131 pc
1132 \end_layout
1133
1134 \end_inset
1135 </cell>
1136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1137 \begin_inset Text
1138
1139 \begin_layout Plain Layout
1140 Pica (1
1141 \begin_inset space \thinspace{}
1142 \end_inset
1143
1144 pc = 12
1145 \begin_inset space \thinspace{}
1146 \end_inset
1147
1148 pt)
1149 \end_layout
1150
1151 \end_inset
1152 </cell>
1153 </row>
1154 <row>
1155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1156 \begin_inset Text
1157
1158 \begin_layout Plain Layout
1159 sp
1160 \end_layout
1161
1162 \end_inset
1163 </cell>
1164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1165 \begin_inset Text
1166
1167 \begin_layout Plain Layout
1168 scaled point (65536
1169 \begin_inset space \thinspace{}
1170 \end_inset
1171
1172 sp = 1
1173 \begin_inset space \thinspace{}
1174 \end_inset
1175
1176 pt)
1177 \end_layout
1178
1179 \end_inset
1180 </cell>
1181 </row>
1182 <row>
1183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1184 \begin_inset Text
1185
1186 \begin_layout Plain Layout
1187 bp
1188 \end_layout
1189
1190 \end_inset
1191 </cell>
1192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1193 \begin_inset Text
1194
1195 \begin_layout Plain Layout
1196 big point (72
1197 \begin_inset space \thinspace{}
1198 \end_inset
1199
1200 bp = 1
1201 \begin_inset space \thinspace{}
1202 \end_inset
1203
1204 in)
1205 \end_layout
1206
1207 \end_inset
1208 </cell>
1209 </row>
1210 <row>
1211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1212 \begin_inset Text
1213
1214 \begin_layout Plain Layout
1215 dd
1216 \end_layout
1217
1218 \end_inset
1219 </cell>
1220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1221 \begin_inset Text
1222
1223 \begin_layout Plain Layout
1224 Didot (1
1225 \begin_inset space \thinspace{}
1226 \end_inset
1227
1228 dd 
1229 \begin_inset Formula $\approx$
1230 \end_inset
1231
1232  0.376
1233 \begin_inset space \thinspace{}
1234 \end_inset
1235
1236 mm)
1237 \end_layout
1238
1239 \end_inset
1240 </cell>
1241 </row>
1242 <row>
1243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1244 \begin_inset Text
1245
1246 \begin_layout Plain Layout
1247 cc
1248 \end_layout
1249
1250 \end_inset
1251 </cell>
1252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1253 \begin_inset Text
1254
1255 \begin_layout Plain Layout
1256 Cicero (1
1257 \begin_inset space \thinspace{}
1258 \end_inset
1259
1260 cc = 12
1261 \begin_inset space \thinspace{}
1262 \end_inset
1263
1264 dd)
1265 \end_layout
1266
1267 \end_inset
1268 </cell>
1269 </row>
1270 <row>
1271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1272 \begin_inset Text
1273
1274 \begin_layout Plain Layout
1275 ex
1276 \end_layout
1277
1278 \end_inset
1279 </cell>
1280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1281 \begin_inset Text
1282
1283 \begin_layout Plain Layout
1284 Height of letter 
1285 \emph on
1286
1287 \begin_inset Quotes eld
1288 \end_inset
1289
1290 x
1291 \emph default
1292
1293 \begin_inset Quotes erd
1294 \end_inset
1295
1296  in the current font
1297 \end_layout
1298
1299 \end_inset
1300 </cell>
1301 </row>
1302 <row>
1303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1304 \begin_inset Text
1305
1306 \begin_layout Plain Layout
1307 em
1308 \end_layout
1309
1310 \end_inset
1311 </cell>
1312 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1313 \begin_inset Text
1314
1315 \begin_layout Plain Layout
1316 width of letter 
1317 \begin_inset Quotes eld
1318 \end_inset
1319
1320
1321 \emph on
1322 M
1323 \emph default
1324
1325 \begin_inset Quotes erd
1326 \end_inset
1327
1328  in the current font
1329 \end_layout
1330
1331 \end_inset
1332 </cell>
1333 </row>
1334 <row>
1335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
1336 \begin_inset Text
1337
1338 \begin_layout Plain Layout
1339 mu
1340 \end_layout
1341
1342 \end_inset
1343 </cell>
1344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1345 \begin_inset Text
1346
1347 \begin_layout Plain Layout
1348 math unit (1
1349 \begin_inset space \thinspace{}
1350 \end_inset
1351
1352 mu = 
1353 \begin_inset Formula $\nicefrac{1}{18}$
1354 \end_inset
1355
1356
1357 \begin_inset space \thinspace{}
1358 \end_inset
1359
1360 em)
1361 \end_layout
1362
1363 \end_inset
1364 </cell>
1365 </row>
1366 </lyxtabular>
1367
1368 \end_inset
1369
1370
1371 \end_layout
1372
1373 \end_inset
1374
1375
1376 \end_layout
1377
1378 \begin_layout Standard
1379 \begin_inset Newpage newpage
1380 \end_inset
1381
1382
1383 \end_layout
1384
1385 \begin_layout Section
1386 Basic Functions
1387 \end_layout
1388
1389 \begin_layout Subsection
1390 Exponents
1391 \begin_inset Index idx
1392 status collapsed
1393
1394 \begin_layout Plain Layout
1395 Exponents
1396 \end_layout
1397
1398 \end_inset
1399
1400  and Indices
1401 \begin_inset Index idx
1402 status collapsed
1403
1404 \begin_layout Plain Layout
1405 Indices
1406 \end_layout
1407
1408 \end_inset
1409
1410
1411 \begin_inset Index idx
1412 status collapsed
1413
1414 \begin_layout Plain Layout
1415 Superscripts|see
1416 \begin_inset ERT
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420
1421 {
1422 \end_layout
1423
1424 \end_inset
1425
1426 Exponents
1427 \begin_inset ERT
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431
1432 }
1433 \end_layout
1434
1435 \end_inset
1436
1437
1438 \end_layout
1439
1440 \end_inset
1441
1442
1443 \begin_inset Index idx
1444 status collapsed
1445
1446 \begin_layout Plain Layout
1447 Subscripts|see
1448 \begin_inset ERT
1449 status collapsed
1450
1451 \begin_layout Plain Layout
1452
1453 {
1454 \end_layout
1455
1456 \end_inset
1457
1458 Indices
1459 \begin_inset ERT
1460 status collapsed
1461
1462 \begin_layout Plain Layout
1463
1464 }
1465 \end_layout
1466
1467 \end_inset
1468
1469
1470 \end_layout
1471
1472 \end_inset
1473
1474
1475 \end_layout
1476
1477 \begin_layout Standard
1478 Indices are created with an underscore 
1479 \begin_inset Quotes eld
1480 \end_inset
1481
1482 _
1483 \begin_inset Quotes erd
1484 \end_inset
1485
1486  or via the math toolbar button 
1487 \begin_inset Info
1488 type  "icon"
1489 arg   "math-subscript"
1490 \end_inset
1491
1492 , exponents with a caret 
1493 \begin_inset Quotes eld
1494 \end_inset
1495
1496 ^
1497 \begin_inset Quotes erd
1498 \end_inset
1499
1500  or via the math toolbar button 
1501 \begin_inset Info
1502 type  "icon"
1503 arg   "math-superscript"
1504 \end_inset
1505
1506 .
1507 \end_layout
1508
1509 \begin_layout Standard
1510 \align center
1511 \begin_inset Tabular
1512 <lyxtabular version="3" rows="4" columns="2">
1513 <features booktabs="true" tabularvalignment="middle">
1514 <column alignment="center" valignment="top" width="0pt">
1515 <column alignment="center" valignment="top" width="0pt">
1516 <row>
1517 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1518 \begin_inset Text
1519
1520 \begin_layout Plain Layout
1521 Command
1522 \end_layout
1523
1524 \end_inset
1525 </cell>
1526 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1527 \begin_inset Text
1528
1529 \begin_layout Plain Layout
1530 Result
1531 \end_layout
1532
1533 \end_inset
1534 </cell>
1535 </row>
1536 <row>
1537 <cell alignment="center" valignment="top" usebox="none">
1538 \begin_inset Text
1539
1540 \begin_layout Plain Layout
1541 B_V
1542 \end_layout
1543
1544 \end_inset
1545 </cell>
1546 <cell alignment="center" valignment="top" usebox="none">
1547 \begin_inset Text
1548
1549 \begin_layout Plain Layout
1550 \begin_inset Formula $B_{V}$
1551 \end_inset
1552
1553
1554 \end_layout
1555
1556 \end_inset
1557 </cell>
1558 </row>
1559 <row topspace="1.5mm">
1560 <cell alignment="center" valignment="top" usebox="none">
1561 \begin_inset Text
1562
1563 \begin_layout Plain Layout
1564 B^V
1565 \end_layout
1566
1567 \end_inset
1568 </cell>
1569 <cell alignment="center" valignment="top" usebox="none">
1570 \begin_inset Text
1571
1572 \begin_layout Plain Layout
1573 \begin_inset Formula $B^{V}$
1574 \end_inset
1575
1576
1577 \end_layout
1578
1579 \end_inset
1580 </cell>
1581 </row>
1582 <row topspace="1.5mm">
1583 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1584 \begin_inset Text
1585
1586 \begin_layout Plain Layout
1587 B^
1588 \begin_inset space \textvisiblespace{}
1589 \end_inset
1590
1591 A
1592 \end_layout
1593
1594 \end_inset
1595 </cell>
1596 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1597 \begin_inset Text
1598
1599 \begin_layout Plain Layout
1600 \begin_inset Formula $B^{A}$
1601 \end_inset
1602
1603
1604 \end_layout
1605
1606 \end_inset
1607 </cell>
1608 </row>
1609 </lyxtabular>
1610
1611 \end_inset
1612
1613
1614 \end_layout
1615
1616 \begin_layout Standard
1617 As the caret is in some languages an accent, vowels will be accentuated
1618  in this case and not set as exponents
1619 \begin_inset Foot
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623 Depending on the used keyboard settings this can also happen for characters
1624  other than vowels.
1625 \end_layout
1626
1627 \end_inset
1628
1629 .
1630  To get exponents in this case, press 
1631 \family sans
1632 Space
1633 \family default
1634  after the caret as in the last example.
1635 \end_layout
1636
1637 \begin_layout Subsection
1638 Fractions
1639 \begin_inset CommandInset label
1640 LatexCommand label
1641 name "subsec:Fractions"
1642
1643 \end_inset
1644
1645
1646 \begin_inset Index idx
1647 status collapsed
1648
1649 \begin_layout Plain Layout
1650 Fractions
1651 \end_layout
1652
1653 \end_inset
1654
1655
1656 \end_layout
1657
1658 \begin_layout Standard
1659 Fractions are generated with the command 
1660 \series bold
1661
1662 \backslash
1663 frac
1664 \series default
1665
1666 \begin_inset Index idx
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670 Commands ! F ! 
1671 \backslash
1672 frac
1673 \end_layout
1674
1675 \end_inset
1676
1677  or via the math toolbar button 
1678 \begin_inset Info
1679 type  "icon"
1680 arg   "math-insert \\frac"
1681 \end_inset
1682
1683 .
1684  The font size is adjusted automatically, depending on whether the fraction
1685  is in an inline or display style formula.
1686  With the math toolbar button 
1687 \begin_inset Info
1688 type  "icon"
1689 arg   "math-insert \\frac-square"
1690 \end_inset
1691
1692  you can select different fraction types.
1693 \end_layout
1694
1695 \begin_layout Standard
1696 With the command 
1697 \series bold
1698
1699 \backslash
1700 dfrac
1701 \series default
1702
1703 \begin_inset Index idx
1704 status collapsed
1705
1706 \begin_layout Plain Layout
1707 Commands ! D ! 
1708 \backslash
1709 dfrac
1710 \end_layout
1711
1712 \end_inset
1713
1714  a fraction can be created that always has the size of a display style formula.
1715  With 
1716 \series bold
1717
1718 \backslash
1719 tfrac
1720 \series default
1721
1722 \begin_inset Index idx
1723 status collapsed
1724
1725 \begin_layout Plain Layout
1726 Commands ! T ! 
1727 \backslash
1728 tfrac
1729 \end_layout
1730
1731 \end_inset
1732
1733  the fraction appears always with the size of an inline formula.
1734  An example:
1735 \end_layout
1736
1737 \begin_layout Standard
1738 A line with the fraction 
1739 \begin_inset Formula $\frac{1}{2}$
1740 \end_inset
1741
1742  that was created with the command 
1743 \series bold
1744
1745 \backslash
1746 frac
1747 \series default
1748 .
1749 \end_layout
1750
1751 \begin_layout Standard
1752 A line with the fraction 
1753 \begin_inset Formula $\dfrac{1}{2}$
1754 \end_inset
1755
1756  that was created with the command 
1757 \series bold
1758
1759 \backslash
1760 dfrac
1761 \series default
1762 .
1763 \end_layout
1764
1765 \begin_layout Standard
1766 \align center
1767 \begin_inset Tabular
1768 <lyxtabular version="3" rows="4" columns="2">
1769 <features booktabs="true" tabularvalignment="middle">
1770 <column alignment="center" valignment="top" width="0pt">
1771 <column alignment="center" valignment="top" width="0pt">
1772 <row>
1773 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1774 \begin_inset Text
1775
1776 \begin_layout Plain Layout
1777 Command
1778 \end_layout
1779
1780 \end_inset
1781 </cell>
1782 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1783 \begin_inset Text
1784
1785 \begin_layout Plain Layout
1786 Result
1787 \end_layout
1788
1789 \end_inset
1790 </cell>
1791 </row>
1792 <row topspace="1.5mm">
1793 <cell alignment="center" valignment="top" usebox="none">
1794 \begin_inset Text
1795
1796 \begin_layout Plain Layout
1797
1798 \backslash
1799 frac
1800 \begin_inset space \textvisiblespace{}
1801 \end_inset
1802
1803 A
1804 \begin_inset Formula $\downarrow$
1805 \end_inset
1806
1807 B
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 <cell alignment="center" valignment="top" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816 \begin_inset Formula $\frac{A}{B}$
1817 \end_inset
1818
1819
1820 \end_layout
1821
1822 \end_inset
1823 </cell>
1824 </row>
1825 <row topspace="2mm">
1826 <cell alignment="center" valignment="top" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Plain Layout
1830
1831 \backslash
1832 dfrac
1833 \begin_inset space \textvisiblespace{}
1834 \end_inset
1835
1836 A
1837 \begin_inset Formula $\downarrow$
1838 \end_inset
1839
1840 B
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 <cell alignment="center" valignment="top" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849 \begin_inset Formula $\dfrac{A}{B}$
1850 \end_inset
1851
1852
1853 \end_layout
1854
1855 \end_inset
1856 </cell>
1857 </row>
1858 <row topspace="2mm" bottomspace="1mm">
1859 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1860 \begin_inset Text
1861
1862 \begin_layout Plain Layout
1863
1864 \backslash
1865 dfrac
1866 \begin_inset space \textvisiblespace{}
1867 \end_inset
1868
1869 e^
1870 \backslash
1871 frac
1872 \begin_inset space \textvisiblespace{}
1873 \end_inset
1874
1875 1
1876 \begin_inset Formula $\downarrow$
1877 \end_inset
1878
1879 2
1880 \begin_inset Formula $\downarrow\downarrow$
1881 \end_inset
1882
1883 3
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1893 \end_inset
1894
1895
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 </row>
1901 </lyxtabular>
1902
1903 \end_inset
1904
1905
1906 \end_layout
1907
1908 \begin_layout Standard
1909 \begin_inset VSpace bigskip
1910 \end_inset
1911
1912
1913 \begin_inset Newpage newpage
1914 \end_inset
1915
1916 For nested fractions the command 
1917 \series bold
1918
1919 \backslash
1920 cfrac
1921 \series default
1922
1923 \begin_inset Index idx
1924 status collapsed
1925
1926 \begin_layout Plain Layout
1927 Commands ! C ! 
1928 \backslash
1929 cfrac
1930 \end_layout
1931
1932 \end_inset
1933
1934  can be used.
1935  Here is an example:
1936 \begin_inset VSpace -3mm
1937 \end_inset
1938
1939
1940 \end_layout
1941
1942 \begin_layout Standard
1943 \begin_inset Formula 
1944 \begin{align*}
1945 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1946 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1947 \end{align*}
1948
1949 \end_inset
1950
1951
1952 \end_layout
1953
1954 \begin_layout Standard
1955 The command for the example above is:
1956 \end_layout
1957
1958 \begin_layout Standard
1959
1960 \series bold
1961
1962 \backslash
1963 cfrac
1964 \begin_inset space \textvisiblespace{}
1965 \end_inset
1966
1967 A
1968 \begin_inset Formula $\downarrow$
1969 \end_inset
1970
1971 B+
1972 \backslash
1973 cfrac
1974 \begin_inset space \textvisiblespace{}
1975 \end_inset
1976
1977 C+
1978 \backslash
1979 cfrac
1980 \begin_inset space \textvisiblespace{}
1981 \end_inset
1982
1983 E
1984 \begin_inset Formula $\downarrow$
1985 \end_inset
1986
1987 F
1988 \begin_inset Formula $\downarrow$
1989 \end_inset
1990
1991 D
1992 \end_layout
1993
1994 \begin_layout Standard
1995 \begin_inset VSpace medskip
1996 \end_inset
1997
1998
1999 \end_layout
2000
2001 \begin_layout Standard
2002
2003 \series bold
2004
2005 \backslash
2006 cfrac
2007 \series default
2008  sets the fraction always in the size of a displayed formula, also when
2009  it is part of another fraction.
2010 \end_layout
2011
2012 \begin_layout Standard
2013 It is possible to specify the alignment of the numerator.
2014  The command 
2015 \series bold
2016
2017 \backslash
2018 cfracleft
2019 \series default
2020  is used to left align it, the command 
2021 \series bold
2022
2023 \backslash
2024 cfracright
2025 \series default
2026  to right-align it.
2027  
2028 \series bold
2029
2030 \backslash
2031 cfrac
2032 \series default
2033  centers the numerator.
2034  These fractions demonstrate the different alignments:
2035 \end_layout
2036
2037 \begin_layout Standard
2038
2039 \series bold
2040 \begin_inset Formula 
2041 \[
2042 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2043 \]
2044
2045 \end_inset
2046
2047
2048 \end_layout
2049
2050 \begin_layout Standard
2051 \begin_inset Note Greyedout
2052 status open
2053
2054 \begin_layout Plain Layout
2055
2056 \series bold
2057 Note:
2058 \series default
2059  
2060 \series bold
2061
2062 \backslash
2063 cfracleft
2064 \series default
2065  and 
2066 \series bold
2067
2068 \backslash
2069 cfracright
2070 \series default
2071  are no real \SpecialChar LaTeX
2072  commands but represent the command 
2073 \series bold
2074
2075 \backslash
2076 cfrac[alignment]{numerator}{denominator}
2077 \series default
2078  .
2079  Therefore you cannot use them in \SpecialChar TeX
2080  code.
2081 \end_layout
2082
2083 \end_inset
2084
2085
2086 \end_layout
2087
2088 \begin_layout Standard
2089 \begin_inset VSpace medskip
2090 \end_inset
2091
2092 It is often advantageous to combine 
2093 \series bold
2094
2095 \backslash
2096 cfrac
2097 \series default
2098  and 
2099 \series bold
2100
2101 \backslash
2102 frac
2103 \series default
2104 :
2105 \begin_inset Formula 
2106 \[
2107 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2108 \]
2109
2110 \end_inset
2111
2112
2113 \end_layout
2114
2115 \begin_layout Standard
2116 For inline fractions with a sloped fraction stroke you can use the command
2117  
2118 \series bold
2119
2120 \backslash
2121 nicefrac
2122 \series default
2123
2124 \begin_inset Index idx
2125 status collapsed
2126
2127 \begin_layout Plain Layout
2128 Commands ! N ! 
2129 \backslash
2130 nicefrac
2131 \end_layout
2132
2133 \end_inset
2134
2135
2136 \begin_inset Formula $\nicefrac{5}{31}$
2137 \end_inset
2138
2139  or 
2140 \series bold
2141
2142 \backslash
2143 unitfrac
2144 \series default
2145
2146 \begin_inset Index idx
2147 status collapsed
2148
2149 \begin_layout Plain Layout
2150 Commands ! U ! 
2151 \backslash
2152 unitfrac
2153 \end_layout
2154
2155 \end_inset
2156
2157
2158 \begin_inset Formula $\unitfrac{5}{31}$
2159 \end_inset
2160
2161  There is furthermore the command 
2162 \series bold
2163
2164 \backslash
2165 unitfracthree
2166 \series default
2167  that offers to write a fraction in combination with a number: 
2168 \begin_inset Formula $\unitfrac[2]{1}{3}$
2169 \end_inset
2170
2171
2172 \end_layout
2173
2174 \begin_layout Standard
2175 \begin_inset Note Greyedout
2176 status open
2177
2178 \begin_layout Plain Layout
2179
2180 \series bold
2181 Note:
2182 \series default
2183  
2184 \series bold
2185
2186 \backslash
2187 unitfracthree
2188 \series default
2189  is not a real \SpecialChar LaTeX
2190  command but the command
2191 \begin_inset Newline newline
2192 \end_inset
2193
2194
2195 \series bold
2196
2197 \backslash
2198 unitfrac[number]{numerator}{denominator}
2199 \series default
2200  .
2201  Therefore you cannot use it in \SpecialChar TeX
2202  code.
2203 \end_layout
2204
2205 \end_inset
2206
2207
2208 \end_layout
2209
2210 \begin_layout Standard
2211 How to define own fractions where the fraction stroke can be changed, is
2212  explained in 
2213 \begin_inset CommandInset ref
2214 LatexCommand ref
2215 reference "subsec:Self-defined-Fractions"
2216
2217 \end_inset
2218
2219 .
2220 \end_layout
2221
2222 \begin_layout Standard
2223 Multiline fractions are explained in 
2224 \begin_inset CommandInset ref
2225 LatexCommand ref
2226 reference "subsec:Multiline-Fractions"
2227
2228 \end_inset
2229
2230 .
2231 \end_layout
2232
2233 \begin_layout Subsection
2234 Roots
2235 \begin_inset Index idx
2236 status collapsed
2237
2238 \begin_layout Plain Layout
2239 Roots
2240 \end_layout
2241
2242 \end_inset
2243
2244
2245 \end_layout
2246
2247 \begin_layout Standard
2248 Square roots are created with 
2249 \series bold
2250
2251 \backslash
2252 sqrt
2253 \series default
2254
2255 \begin_inset Index idx
2256 status collapsed
2257
2258 \begin_layout Plain Layout
2259 Commands ! S ! 
2260 \backslash
2261 sqrt
2262 \end_layout
2263
2264 \end_inset
2265
2266  or the math toolbar button 
2267 \begin_inset Info
2268 type  "icon"
2269 arg   "math-insert \\sqrt"
2270 \end_inset
2271
2272 , all other roots with the command 
2273 \series bold
2274
2275 \backslash
2276 root
2277 \series default
2278
2279 \begin_inset Index idx
2280 status collapsed
2281
2282 \begin_layout Plain Layout
2283 Commands ! R ! 
2284 \backslash
2285 root
2286 \end_layout
2287
2288 \end_inset
2289
2290  or with the math toolbar button 
2291 \begin_inset Info
2292 type  "icon"
2293 arg   "math-insert \\root"
2294 \end_inset
2295
2296 .
2297 \end_layout
2298
2299 \begin_layout Standard
2300 \align center
2301 \begin_inset Tabular
2302 <lyxtabular version="3" rows="3" columns="2">
2303 <features booktabs="true" tabularvalignment="middle">
2304 <column alignment="center" valignment="top" width="0pt">
2305 <column alignment="center" valignment="top" width="0pt">
2306 <row>
2307 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2308 \begin_inset Text
2309
2310 \begin_layout Plain Layout
2311 Command
2312 \end_layout
2313
2314 \end_inset
2315 </cell>
2316 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2317 \begin_inset Text
2318
2319 \begin_layout Plain Layout
2320 Result
2321 \end_layout
2322
2323 \end_inset
2324 </cell>
2325 </row>
2326 <row topspace="1mm">
2327 <cell alignment="center" valignment="top" usebox="none">
2328 \begin_inset Text
2329
2330 \begin_layout Plain Layout
2331
2332 \backslash
2333 sqrt
2334 \begin_inset space \textvisiblespace{}
2335 \end_inset
2336
2337 A-B
2338 \end_layout
2339
2340 \end_inset
2341 </cell>
2342 <cell alignment="center" valignment="top" usebox="none">
2343 \begin_inset Text
2344
2345 \begin_layout Plain Layout
2346 \begin_inset Formula $\sqrt{A-B}$
2347 \end_inset
2348
2349
2350 \end_layout
2351
2352 \end_inset
2353 </cell>
2354 </row>
2355 <row topspace="1mm">
2356 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2357 \begin_inset Text
2358
2359 \begin_layout Plain Layout
2360
2361 \backslash
2362 root
2363 \begin_inset space \textvisiblespace{}
2364 \end_inset
2365
2366 3
2367 \begin_inset Formula $\downarrow$
2368 \end_inset
2369
2370 A-B
2371 \end_layout
2372
2373 \end_inset
2374 </cell>
2375 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2376 \begin_inset Text
2377
2378 \begin_layout Plain Layout
2379 \begin_inset Formula $\sqrt[3]{A-B}$
2380 \end_inset
2381
2382
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 </row>
2388 </lyxtabular>
2389
2390 \end_inset
2391
2392
2393 \end_layout
2394
2395 \begin_layout Standard
2396 A square root can also be created with 
2397 \series bold
2398
2399 \backslash
2400 root
2401 \series default
2402  when the root index field is left empty.
2403 \end_layout
2404
2405 \begin_layout Standard
2406 With certain indices the distance to the root is too small, like in this
2407  formula: 
2408 \begin_inset Formula $\sqrt[\beta]{B}$
2409 \end_inset
2410
2411
2412 \begin_inset Newline newline
2413 \end_inset
2414
2415 The 
2416 \begin_inset Formula $\beta$
2417 \end_inset
2418
2419  touches the root.
2420  To avoid this, the commands 
2421 \series bold
2422
2423 \backslash
2424 leftroot
2425 \series default
2426
2427 \begin_inset Index idx
2428 status collapsed
2429
2430 \begin_layout Plain Layout
2431 Commands ! L ! 
2432 \backslash
2433 leftroot
2434 \end_layout
2435
2436 \end_inset
2437
2438  and 
2439 \series bold
2440
2441 \backslash
2442 uproot
2443 \series default
2444
2445 \begin_inset Index idx
2446 status collapsed
2447
2448 \begin_layout Plain Layout
2449 Commands ! U ! 
2450 \backslash
2451 uproot
2452 \end_layout
2453
2454 \end_inset
2455
2456  are used with the following scheme:
2457 \end_layout
2458
2459 \begin_layout Standard
2460
2461 \series bold
2462
2463 \backslash
2464 leftroot{distance}
2465 \series default
2466  and 
2467 \series bold
2468
2469 \backslash
2470 uproot{distance}
2471 \end_layout
2472
2473 \begin_layout Standard
2474 Distance is the number of Big Points (unit bp; 
2475 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2476 \end_inset
2477
2478 ), that the index should be moved to the left or top, resp..
2479  The commands are written to the index.
2480  This way the command
2481 \begin_inset Newline newline
2482 \end_inset
2483
2484
2485 \series bold
2486
2487 \backslash
2488 root
2489 \backslash
2490 leftroot{-1
2491 \begin_inset Formula $\to$
2492 \end_inset
2493
2494
2495 \backslash
2496 uproot{2
2497 \begin_inset Formula $\to$
2498 \end_inset
2499
2500
2501 \backslash
2502 beta
2503 \begin_inset space \textvisiblespace{}
2504 \end_inset
2505
2506
2507 \begin_inset Formula $\to$
2508 \end_inset
2509
2510 B
2511 \begin_inset Newline newline
2512 \end_inset
2513
2514
2515 \series default
2516 produces a correct typeset formula: 
2517 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2518 \end_inset
2519
2520
2521 \end_layout
2522
2523 \begin_layout Subsection
2524 Binomial Coefficients
2525 \begin_inset Index idx
2526 status collapsed
2527
2528 \begin_layout Plain Layout
2529 Binomial coefficients
2530 \end_layout
2531
2532 \end_inset
2533
2534
2535 \end_layout
2536
2537 \begin_layout Standard
2538 Binomial coefficients are inserted with the command 
2539 \series bold
2540
2541 \backslash
2542 binom
2543 \series default
2544
2545 \begin_inset Index idx
2546 status collapsed
2547
2548 \begin_layout Plain Layout
2549 Commands ! B ! 
2550 \backslash
2551 binom
2552 \end_layout
2553
2554 \end_inset
2555
2556  or with the submenu of the math toolbar button 
2557 \begin_inset Info
2558 type  "icon"
2559 arg   "math-insert \\frac-square"
2560 \end_inset
2561
2562 .
2563  As with fractions (
2564 \series bold
2565
2566 \backslash
2567 frac
2568 \series default
2569 ) in addition to 
2570 \series bold
2571
2572 \backslash
2573 binom
2574 \series default
2575  there are the commands 
2576 \series bold
2577
2578 \backslash
2579 dbinom
2580 \series default
2581
2582 \begin_inset Index idx
2583 status collapsed
2584
2585 \begin_layout Plain Layout
2586 Commands ! D ! 
2587 \backslash
2588 dbinom
2589 \end_layout
2590
2591 \end_inset
2592
2593  and 
2594 \series bold
2595
2596 \backslash
2597 tbinom
2598 \series default
2599
2600 \begin_inset Index idx
2601 status collapsed
2602
2603 \begin_layout Plain Layout
2604 Commands ! T ! 
2605 \backslash
2606 tbinom
2607 \end_layout
2608
2609 \end_inset
2610
2611 .
2612  For other brackets around binomial coeficients there are the commands 
2613 \series bold
2614
2615 \backslash
2616 brace
2617 \series default
2618
2619 \begin_inset Index idx
2620 status collapsed
2621
2622 \begin_layout Plain Layout
2623 Commands ! B ! 
2624 \backslash
2625 brace
2626 \end_layout
2627
2628 \end_inset
2629
2630  and 
2631 \series bold
2632
2633 \backslash
2634 brack
2635 \series default
2636
2637 \begin_inset Index idx
2638 status collapsed
2639
2640 \begin_layout Plain Layout
2641 Commands ! B ! 
2642 \backslash
2643 brack
2644 \end_layout
2645
2646 \end_inset
2647
2648 .
2649 \end_layout
2650
2651 \begin_layout Standard
2652 \align center
2653 \begin_inset Tabular
2654 <lyxtabular version="3" rows="6" columns="2">
2655 <features booktabs="true" tabularvalignment="middle">
2656 <column alignment="center" valignment="top" width="0pt">
2657 <column alignment="center" valignment="top" width="0pt">
2658 <row>
2659 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2660 \begin_inset Text
2661
2662 \begin_layout Plain Layout
2663 Command
2664 \end_layout
2665
2666 \end_inset
2667 </cell>
2668 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2669 \begin_inset Text
2670
2671 \begin_layout Plain Layout
2672 Result
2673 \end_layout
2674
2675 \end_inset
2676 </cell>
2677 </row>
2678 <row topspace="1mm">
2679 <cell alignment="center" valignment="top" usebox="none">
2680 \begin_inset Text
2681
2682 \begin_layout Plain Layout
2683
2684 \backslash
2685 binom
2686 \begin_inset space \textvisiblespace{}
2687 \end_inset
2688
2689 A
2690 \begin_inset Formula $\downarrow$
2691 \end_inset
2692
2693 B
2694 \end_layout
2695
2696 \end_inset
2697 </cell>
2698 <cell alignment="center" valignment="top" usebox="none">
2699 \begin_inset Text
2700
2701 \begin_layout Plain Layout
2702 \begin_inset Formula $\binom{A}{B}$
2703 \end_inset
2704
2705
2706 \end_layout
2707
2708 \end_inset
2709 </cell>
2710 </row>
2711 <row topspace="2mm">
2712 <cell alignment="center" valignment="top" usebox="none">
2713 \begin_inset Text
2714
2715 \begin_layout Plain Layout
2716
2717 \backslash
2718 dbinom
2719 \begin_inset space \textvisiblespace{}
2720 \end_inset
2721
2722 A
2723 \begin_inset Formula $\downarrow$
2724 \end_inset
2725
2726 B
2727 \end_layout
2728
2729 \end_inset
2730 </cell>
2731 <cell alignment="center" valignment="top" usebox="none">
2732 \begin_inset Text
2733
2734 \begin_layout Plain Layout
2735 \begin_inset Formula $\dbinom{A}{B}$
2736 \end_inset
2737
2738
2739 \end_layout
2740
2741 \end_inset
2742 </cell>
2743 </row>
2744 <row topspace="2mm" bottomspace="0.5mm">
2745 <cell alignment="center" valignment="top" usebox="none">
2746 \begin_inset Text
2747
2748 \begin_layout Plain Layout
2749
2750 \backslash
2751 tbinom
2752 \begin_inset space \textvisiblespace{}
2753 \end_inset
2754
2755 A
2756 \begin_inset Formula $\downarrow$
2757 \end_inset
2758
2759 B
2760 \end_layout
2761
2762 \end_inset
2763 </cell>
2764 <cell alignment="center" valignment="top" usebox="none">
2765 \begin_inset Text
2766
2767 \begin_layout Plain Layout
2768 \begin_inset Formula $\tbinom{A}{B}$
2769 \end_inset
2770
2771
2772 \end_layout
2773
2774 \end_inset
2775 </cell>
2776 </row>
2777 <row topspace="1mm">
2778 <cell alignment="center" valignment="top" topline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782
2783 \backslash
2784 brack
2785 \begin_inset space \textvisiblespace{}
2786 \end_inset
2787
2788 A
2789 \begin_inset Formula $\downarrow$
2790 \end_inset
2791
2792 B
2793 \end_layout
2794
2795 \end_inset
2796 </cell>
2797 <cell alignment="center" valignment="top" topline="true" usebox="none">
2798 \begin_inset Text
2799
2800 \begin_layout Plain Layout
2801 \begin_inset Formula ${A \brack B}$
2802 \end_inset
2803
2804
2805 \end_layout
2806
2807 \end_inset
2808 </cell>
2809 </row>
2810 <row topspace="2mm" bottomspace="0.5mm">
2811 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Plain Layout
2815
2816 \backslash
2817 brace
2818 \begin_inset space \textvisiblespace{}
2819 \end_inset
2820
2821 A
2822 \begin_inset Formula $\downarrow$
2823 \end_inset
2824
2825 B
2826 \end_layout
2827
2828 \end_inset
2829 </cell>
2830 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2831 \begin_inset Text
2832
2833 \begin_layout Plain Layout
2834 \begin_inset Formula ${A \brace B}$
2835 \end_inset
2836
2837
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 </row>
2843 </lyxtabular>
2844
2845 \end_inset
2846
2847
2848 \end_layout
2849
2850 \begin_layout Subsection
2851 Case Differentiations
2852 \begin_inset Index idx
2853 status collapsed
2854
2855 \begin_layout Plain Layout
2856 Case differentiations 
2857 \end_layout
2858
2859 \end_inset
2860
2861
2862 \end_layout
2863
2864 \begin_layout Standard
2865 \align center
2866 \begin_inset Tabular
2867 <lyxtabular version="3" rows="3" columns="2">
2868 <features booktabs="true" tabularvalignment="middle">
2869 <column alignment="center" valignment="top" width="0pt">
2870 <column alignment="center" valignment="top" width="0pt">
2871 <row>
2872 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Plain Layout
2876 Command
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2882 \begin_inset Text
2883
2884 \begin_layout Plain Layout
2885 Result
2886 \end_layout
2887
2888 \end_inset
2889 </cell>
2890 </row>
2891 <row>
2892 <cell alignment="center" valignment="top" usebox="none">
2893 \begin_inset Text
2894
2895 \begin_layout Plain Layout
2896
2897 \backslash
2898 cases
2899 \begin_inset space \textvisiblespace{}
2900 \end_inset
2901
2902 A
2903 \begin_inset Formula $\to$
2904 \end_inset
2905
2906 B>0
2907 \begin_inset Index idx
2908 status collapsed
2909
2910 \begin_layout Plain Layout
2911 Commands ! C ! 
2912 \backslash
2913 cases
2914 \end_layout
2915
2916 \end_inset
2917
2918
2919 \end_layout
2920
2921 \end_inset
2922 </cell>
2923 <cell alignment="center" valignment="top" usebox="none">
2924 \begin_inset Text
2925
2926 \begin_layout Plain Layout
2927 \begin_inset Formula $\begin{cases}
2928 A & B>0\end{cases}$
2929 \end_inset
2930
2931
2932 \end_layout
2933
2934 \end_inset
2935 </cell>
2936 </row>
2937 <row topspace="1.5mm">
2938 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2939 \begin_inset Text
2940
2941 \begin_layout Plain Layout
2942
2943 \backslash
2944 cases
2945 \begin_inset space \textvisiblespace{}
2946 \end_inset
2947
2948
2949 \begin_inset Info
2950 type  "shortcut"
2951 arg   "newline-insert newline"
2952 \end_inset
2953
2954
2955 \end_layout
2956
2957 \end_inset
2958 </cell>
2959 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2960 \begin_inset Text
2961
2962 \begin_layout Plain Layout
2963 \begin_inset Formula $\begin{cases}
2964 A & \textrm{for }x>0\\
2965 B & \textrm{for }x=0
2966 \end{cases}$
2967 \end_inset
2968
2969
2970 \end_layout
2971
2972 \end_inset
2973 </cell>
2974 </row>
2975 </lyxtabular>
2976
2977 \end_inset
2978
2979
2980 \end_layout
2981
2982 \begin_layout Standard
2983 After inserting 
2984 \series bold
2985
2986 \backslash
2987 cases
2988 \series default
2989  or pressing the math toolbar button 
2990 \begin_inset Info
2991 type  "icon"
2992 arg   "math-insert \\cases"
2993 \end_inset
2994
2995  you can create new lines with the shortcut 
2996 \begin_inset Info
2997 type  "shortcut"
2998 arg   "newline-insert newline"
2999 \end_inset
3000
3001  or the table toolbar button 
3002 \begin_inset Info
3003 type  "icon"
3004 arg   "tabular-feature append-row"
3005 \end_inset
3006
3007 .
3008 \end_layout
3009
3010 \begin_layout Standard
3011 The command 
3012 \series bold
3013
3014 \backslash
3015 cases
3016 \series default
3017  is also available via the menu 
3018 \family sans
3019 Insert\SpecialChar menuseparator
3020 Math\SpecialChar menuseparator
3021 Cases-Environment
3022 \family default
3023 .
3024 \end_layout
3025
3026 \begin_layout Subsection
3027 Negations
3028 \begin_inset Index idx
3029 status collapsed
3030
3031 \begin_layout Plain Layout
3032 Negations
3033 \end_layout
3034
3035 \end_inset
3036
3037
3038 \end_layout
3039
3040 \begin_layout Standard
3041 By inserting 
3042 \series bold
3043
3044 \backslash
3045 not
3046 \series default
3047
3048 \begin_inset Index idx
3049 status collapsed
3050
3051 \begin_layout Plain Layout
3052 Commands ! N ! 
3053 \backslash
3054 not
3055 \end_layout
3056
3057 \end_inset
3058
3059  every character can be displayed canceled.
3060  The characters are quasi accentuated by a slash.
3061 \end_layout
3062
3063 \begin_layout Standard
3064 \align center
3065 \begin_inset Tabular
3066 <lyxtabular version="3" rows="4" columns="2">
3067 <features booktabs="true" tabularvalignment="middle">
3068 <column alignment="center" valignment="top" width="0pt">
3069 <column alignment="center" valignment="top" width="0pt">
3070 <row>
3071 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3072 \begin_inset Text
3073
3074 \begin_layout Plain Layout
3075 Command
3076 \end_layout
3077
3078 \end_inset
3079 </cell>
3080 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3081 \begin_inset Text
3082
3083 \begin_layout Plain Layout
3084 Result
3085 \end_layout
3086
3087 \end_inset
3088 </cell>
3089 </row>
3090 <row>
3091 <cell alignment="center" valignment="top" usebox="none">
3092 \begin_inset Text
3093
3094 \begin_layout Plain Layout
3095
3096 \backslash
3097 not=
3098 \end_layout
3099
3100 \end_inset
3101 </cell>
3102 <cell alignment="center" valignment="top" usebox="none">
3103 \begin_inset Text
3104
3105 \begin_layout Plain Layout
3106 \begin_inset Formula $\not=$
3107 \end_inset
3108
3109
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 </row>
3115 <row>
3116 <cell alignment="center" valignment="top" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120
3121 \backslash
3122 not 
3123 \backslash
3124 le
3125 \end_layout
3126
3127 \end_inset
3128 </cell>
3129 <cell alignment="center" valignment="top" usebox="none">
3130 \begin_inset Text
3131
3132 \begin_layout Plain Layout
3133 \begin_inset Formula $\not\le$
3134 \end_inset
3135
3136
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 </row>
3142 <row>
3143 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3144 \begin_inset Text
3145
3146 \begin_layout Plain Layout
3147
3148 \backslash
3149 not 
3150 \backslash
3151 parallel
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160 \begin_inset Formula $\not\parallel$
3161 \end_inset
3162
3163
3164 \end_layout
3165
3166 \end_inset
3167 </cell>
3168 </row>
3169 </lyxtabular>
3170
3171 \end_inset
3172
3173
3174 \end_layout
3175
3176 \begin_layout Standard
3177 The last example shows that not all negations look good.
3178  Therefore there are special commands for some negations (see 
3179 \begin_inset CommandInset ref
3180 LatexCommand ref
3181 reference "subsec:Mathematical-Symbols"
3182
3183 \end_inset
3184
3185  and 
3186 \begin_inset CommandInset ref
3187 LatexCommand ref
3188 reference "sec:Relations"
3189
3190 \end_inset
3191
3192 ).
3193 \end_layout
3194
3195 \begin_layout Subsection
3196 Placeholders
3197 \begin_inset CommandInset label
3198 LatexCommand label
3199 name "subsec:Placeholders"
3200
3201 \end_inset
3202
3203
3204 \begin_inset Index idx
3205 status collapsed
3206
3207 \begin_layout Plain Layout
3208 Placeholders
3209 \end_layout
3210
3211 \end_inset
3212
3213
3214 \begin_inset Index idx
3215 status collapsed
3216
3217 \begin_layout Plain Layout
3218 Chemical characters ! Isotopes
3219 \end_layout
3220
3221 \end_inset
3222
3223
3224 \begin_inset Index idx
3225 status collapsed
3226
3227 \begin_layout Plain Layout
3228 Isotopes|see
3229 \begin_inset ERT
3230 status collapsed
3231
3232 \begin_layout Plain Layout
3233
3234 {
3235 \end_layout
3236
3237 \end_inset
3238
3239 Chemical characters
3240 \begin_inset ERT
3241 status collapsed
3242
3243 \begin_layout Plain Layout
3244
3245 }
3246 \end_layout
3247
3248 \end_inset
3249
3250
3251 \end_layout
3252
3253 \end_inset
3254
3255
3256 \end_layout
3257
3258 \begin_layout Standard
3259 When displaying e.
3260 \begin_inset space \thinspace{}
3261 \end_inset
3262
3263 g.
3264 \begin_inset space \space{}
3265 \end_inset
3266
3267 isotopes
3268 \begin_inset Foot
3269 status collapsed
3270
3271 \begin_layout Plain Layout
3272 Typesetting isotopes and chemical symbols is described in 
3273 \begin_inset CommandInset ref
3274 LatexCommand ref
3275 reference "subsec:Chemical-Symbols-and"
3276
3277 \end_inset
3278
3279 .
3280 \end_layout
3281
3282 \end_inset
3283
3284  the following problem occurs:
3285 \end_layout
3286
3287 \begin_layout Standard
3288 \align center
3289 \begin_inset Tabular
3290 <lyxtabular version="3" rows="2" columns="2">
3291 <features booktabs="true" tabularvalignment="middle">
3292 <column alignment="center" valignment="top" width="0pt">
3293 <column alignment="center" valignment="top" width="0pt">
3294 <row>
3295 <cell alignment="center" valignment="top" usebox="none">
3296 \begin_inset Text
3297
3298 \begin_layout Plain Layout
3299 Indices created with sub- and superscripts:
3300 \end_layout
3301
3302 \end_inset
3303 </cell>
3304 <cell alignment="center" valignment="top" usebox="none">
3305 \begin_inset Text
3306
3307 \begin_layout Plain Layout
3308 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3309 \end_inset
3310
3311
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 </row>
3317 <row topspace="1.5mm">
3318 <cell alignment="center" valignment="top" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322 correct indices:
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell alignment="center" valignment="top" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3332 \end_inset
3333
3334
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 </row>
3340 </lyxtabular>
3341
3342 \end_inset
3343
3344
3345 \end_layout
3346
3347 \begin_layout Standard
3348 The shorter index is by default placed below or above the first character
3349  of the longer index.
3350  To avoid this there is the command 
3351 \series bold
3352
3353 \backslash
3354 phantom
3355 \series default
3356
3357 \begin_inset Index idx
3358 status collapsed
3359
3360 \begin_layout Plain Layout
3361 Commands ! P ! 
3362 \backslash
3363 phantom
3364 \end_layout
3365
3366 \end_inset
3367
3368  or the math toolbar button
3369 \begin_inset space \thinspace{}
3370 \end_inset
3371
3372
3373 \begin_inset Foot
3374 status collapsed
3375
3376 \begin_layout Plain Layout
3377 can be found in the submenu of the toolbar button 
3378 \begin_inset Info
3379 type  "icon"
3380 arg   "math-insert \\space"
3381 \end_inset
3382
3383
3384 \end_layout
3385
3386 \end_inset
3387
3388  
3389 \begin_inset Info
3390 type  "icon"
3391 arg   "math/phantom"
3392 \end_inset
3393
3394  that creates one or more phantom characters.
3395  When inserting 
3396 \series bold
3397
3398 \backslash
3399 phantom
3400 \series default
3401  a small blue box appears that is superposed with two red arrows.
3402  The arrows indicate that the complete width and height of the box content
3403  will be created as placeholder.
3404  Phantom characters are accordingly placeholders with the size of the characters.
3405 \end_layout
3406
3407 \begin_layout Standard
3408 \align center
3409 \begin_inset Tabular
3410 <lyxtabular version="3" rows="4" columns="2">
3411 <features booktabs="true" tabularvalignment="middle">
3412 <column alignment="center" valignment="top" width="0pt">
3413 <column alignment="center" valignment="top" width="0pt">
3414 <row>
3415 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419 Command
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428 Result
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 </row>
3434 <row topspace="1.5mm">
3435 <cell alignment="center" valignment="top" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 ^19
3440 \begin_inset space \textvisiblespace{}
3441 \end_inset
3442
3443 _
3444 \backslash
3445 phantom
3446 \begin_inset space \textvisiblespace{}
3447 \end_inset
3448
3449 1
3450 \begin_inset Formula $\to$
3451 \end_inset
3452
3453 9
3454 \begin_inset space \textvisiblespace{}
3455 \end_inset
3456
3457 F
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 <cell alignment="center" valignment="top" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3467 \end_inset
3468
3469
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 </row>
3475 <row topspace="1.5mm" bottomspace="0.5mm">
3476 <cell alignment="center" valignment="top" usebox="none">
3477 \begin_inset Text
3478
3479 \begin_layout Plain Layout
3480 ^235
3481 \begin_inset space \textvisiblespace{}
3482 \end_inset
3483
3484 _
3485 \backslash
3486 phantom
3487 \begin_inset space \textvisiblespace{}
3488 \end_inset
3489
3490 23
3491 \begin_inset Formula $\to$
3492 \end_inset
3493
3494 9
3495 \begin_inset space \textvisiblespace{}
3496 \end_inset
3497
3498 F
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 <cell alignment="center" valignment="top" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3508 \end_inset
3509
3510
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 </row>
3516 <row topspace="1.5mm" bottomspace="0.5mm">
3517 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521
3522 \backslash
3523 Lambda^
3524 \begin_inset space \textvisiblespace{}
3525 \end_inset
3526
3527
3528 \backslash
3529 phantom
3530 \begin_inset space \textvisiblespace{}
3531 \end_inset
3532
3533 ii
3534 \begin_inset Formula $\to$
3535 \end_inset
3536
3537 t
3538 \begin_inset space \textvisiblespace{}
3539 \end_inset
3540
3541 _MMt
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3551 \end_inset
3552
3553
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 </row>
3559 </lyxtabular>
3560
3561 \end_inset
3562
3563
3564 \end_layout
3565
3566 \begin_layout Standard
3567 Furthermore there are the commands 
3568 \series bold
3569
3570 \backslash
3571 vphantom
3572 \series default
3573
3574 \begin_inset Index idx
3575 status collapsed
3576
3577 \begin_layout Plain Layout
3578 Commands ! V ! 
3579 \backslash
3580 vphantom
3581 \end_layout
3582
3583 \end_inset
3584
3585  (toolbar button 
3586 \begin_inset Info
3587 type  "icon"
3588 arg   "math/vphantom"
3589 \end_inset
3590
3591 ) and 
3592 \series bold
3593
3594 \backslash
3595 hphantom
3596 \series default
3597
3598 \begin_inset Index idx
3599 status collapsed
3600
3601 \begin_layout Plain Layout
3602 Commands ! H ! 
3603 \backslash
3604 hphantom
3605 \end_layout
3606
3607 \end_inset
3608
3609  (toolbar button 
3610 \begin_inset Info
3611 type  "icon"
3612 arg   "math/hphantom"
3613 \end_inset
3614
3615 ).
3616  
3617 \series bold
3618
3619 \backslash
3620 hphantom
3621 \series default
3622  creates only space for the maximal height of the characters in the box
3623  but not for its width.
3624  
3625 \series bold
3626
3627 \backslash
3628 vphantom
3629 \series default
3630  creates only space for the width of the box content.
3631  Therefore  the boxes of both commands have only one red arrow.
3632 \end_layout
3633
3634 \begin_layout Standard
3635 For example the command 
3636 \series bold
3637
3638 \backslash
3639 vphantom
3640 \begin_inset space \textvisiblespace{}
3641 \end_inset
3642
3643 a
3644 \backslash
3645 int
3646 \series default
3647  creates space for the height of the integral sign,
3648 \begin_inset Foot
3649 status collapsed
3650
3651 \begin_layout Plain Layout
3652 The command 
3653 \series bold
3654
3655 \backslash
3656 int
3657 \series default
3658  creates an integral sign, see 
3659 \begin_inset CommandInset ref
3660 LatexCommand ref
3661 reference "subsec:Big-Operators"
3662
3663 \end_inset
3664
3665 .
3666 \end_layout
3667
3668 \end_inset
3669
3670  because this is the larger character.
3671  An example application is in 
3672 \begin_inset CommandInset ref
3673 LatexCommand ref
3674 reference "subsec:Multiline-Brackets"
3675
3676 \end_inset
3677
3678 .
3679 \end_layout
3680
3681 \begin_layout Standard
3682 Placeholders can also be used for text when they are inserted via the menu
3683  
3684 \family sans
3685 Insert\SpecialChar menuseparator
3686 Formatting\SpecialChar menuseparator
3687 Phantom
3688 \family default
3689 :
3690 \end_layout
3691
3692 \begin_layout Standard
3693 This is a sentence.
3694 \begin_inset Newline newline
3695 \end_inset
3696
3697
3698 \begin_inset Phantom Phantom
3699 status open
3700
3701 \begin_layout Plain Layout
3702 This
3703 \end_layout
3704
3705 \end_inset
3706
3707  is a sentence.
3708 \end_layout
3709
3710 \begin_layout Subsection
3711 Lines
3712 \begin_inset Index idx
3713 status collapsed
3714
3715 \begin_layout Plain Layout
3716 Lines
3717 \end_layout
3718
3719 \end_inset
3720
3721
3722 \begin_inset Index idx
3723 status collapsed
3724
3725 \begin_layout Plain Layout
3726 Formula ! underlined
3727 \end_layout
3728
3729 \end_inset
3730
3731
3732 \end_layout
3733
3734 \begin_layout Standard
3735 \align center
3736 \begin_inset Tabular
3737 <lyxtabular version="3" rows="4" columns="2">
3738 <features booktabs="true" tabularvalignment="middle">
3739 <column alignment="center" valignment="top" width="0pt">
3740 <column alignment="center" valignment="top" width="0pt">
3741 <row>
3742 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Plain Layout
3746 Command
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 Result
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 </row>
3761 <row topspace="2mm">
3762 <cell alignment="center" valignment="top" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766
3767 \backslash
3768 overline
3769 \begin_inset space \textvisiblespace{}
3770 \end_inset
3771
3772 A+B
3773 \begin_inset Index idx
3774 status collapsed
3775
3776 \begin_layout Plain Layout
3777 Commands ! O ! 
3778 \backslash
3779 overline
3780 \end_layout
3781
3782 \end_inset
3783
3784
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 \begin_inset Formula $\overline{A+B}$
3794 \end_inset
3795
3796
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 </row>
3802 <row bottomspace="1mm">
3803 <cell alignment="center" valignment="top" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807
3808 \backslash
3809 underline
3810 \begin_inset space \textvisiblespace{}
3811 \end_inset
3812
3813 A+B
3814 \begin_inset Index idx
3815 status collapsed
3816
3817 \begin_layout Plain Layout
3818 Commands ! U ! 
3819 \backslash
3820 underline
3821 \end_layout
3822
3823 \end_inset
3824
3825
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834 \begin_inset Formula $\underline{A+B}$
3835 \end_inset
3836
3837
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 </row>
3843 <row topspace="2mm" bottomspace="1mm">
3844 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848
3849 \backslash
3850 overline
3851 \begin_inset space \textvisiblespace{}
3852 \end_inset
3853
3854
3855 \backslash
3856 underline
3857 \begin_inset space \textvisiblespace{}
3858 \end_inset
3859
3860 A+B
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 \begin_inset Formula $\overline{\underline{A+B}}$
3870 \end_inset
3871
3872
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 </row>
3878 </lyxtabular>
3879
3880 \end_inset
3881
3882
3883 \end_layout
3884
3885 \begin_layout Standard
3886 In the last example it doesn't matter if first 
3887 \series bold
3888
3889 \backslash
3890 overline
3891 \series default
3892  or 
3893 \series bold
3894
3895 \backslash
3896 underline
3897 \series default
3898  is inserted.
3899 \end_layout
3900
3901 \begin_layout Standard
3902 To double underline use 
3903 \series bold
3904
3905 \backslash
3906 underline
3907 \series default
3908  twice.
3909 \end_layout
3910
3911 \begin_layout Standard
3912 It is possible to place up to 6 lines above or below characters.
3913 \end_layout
3914
3915 \begin_layout Standard
3916 \begin_inset VSpace bigskip
3917 \end_inset
3918
3919 Custom lines can be created using the command 
3920 \series bold
3921
3922 \backslash
3923 rule
3924 \series default
3925
3926 \begin_inset Index idx
3927 status collapsed
3928
3929 \begin_layout Plain Layout
3930 Commands ! R ! 
3931 \backslash
3932 rule
3933 \end_layout
3934
3935 \end_inset
3936
3937  which has the following scheme:
3938 \end_layout
3939
3940 \begin_layout Standard
3941
3942 \series bold
3943
3944 \backslash
3945 rule[vertical offset]{length}{thickness}
3946 \end_layout
3947
3948 \begin_layout Standard
3949 The optional vertical offset shifts the line upwards (or downwards, when
3950  the value is negative).
3951  The units listed in 
3952 \begin_inset CommandInset ref
3953 LatexCommand ref
3954 reference "tab:Available-units"
3955
3956 \end_inset
3957
3958  can be used for the values.
3959  Here are two example lines created with the commands
3960 \begin_inset Newline newline
3961 \end_inset
3962
3963
3964 \series bold
3965
3966 \backslash
3967 rule[-2ex]{3cm}{2pt}
3968 \series default
3969  and 
3970 \series bold
3971
3972 \backslash
3973 rule{2cm}{1pt}
3974 \series default
3975 :
3976 \end_layout
3977
3978 \begin_layout Standard
3979 This is a sentence 
3980 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
3981 \end_inset
3982
3983  with two lines.
3984 \end_layout
3985
3986 \begin_layout Standard
3987
3988 \series bold
3989
3990 \backslash
3991 rule
3992 \series default
3993  can also be used for text when a line is inserted via the menu 
3994 \family sans
3995 Insert\SpecialChar menuseparator
3996 Formatting\SpecialChar menuseparator
3997 Horizontal
3998 \begin_inset space ~
3999 \end_inset
4000
4001 Line
4002 \family default
4003 :
4004 \end_layout
4005
4006 \begin_layout Standard
4007 This is a sentence 
4008 \begin_inset CommandInset line
4009 LatexCommand rule
4010 offset "0.5ex"
4011 width "3cm"
4012 height "1pt"
4013
4014 \end_inset
4015
4016  with one line.
4017 \end_layout
4018
4019 \begin_layout Subsection
4020 Ellipses
4021 \begin_inset CommandInset label
4022 LatexCommand label
4023 name "subsec:Ellipses"
4024
4025 \end_inset
4026
4027
4028 \begin_inset Index idx
4029 status collapsed
4030
4031 \begin_layout Plain Layout
4032 Ellipses
4033 \end_layout
4034
4035 \end_inset
4036
4037
4038 \end_layout
4039
4040 \begin_layout Standard
4041 There are different types of ellipses available.
4042 \begin_inset Foot
4043 status collapsed
4044
4045 \begin_layout Plain Layout
4046 In the math toolbar in the submenu of the button 
4047 \begin_inset Info
4048 type  "icon"
4049 arg   "math-insert \\ldots"
4050 \end_inset
4051
4052
4053 \end_layout
4054
4055 \end_inset
4056
4057  For listings dots at the baseline are used (
4058 \series bold
4059
4060 \backslash
4061 ldots
4062 \series default
4063
4064 \begin_inset Index idx
4065 status collapsed
4066
4067 \begin_layout Plain Layout
4068 Commands ! L ! 
4069 \backslash
4070 ldots
4071 \end_layout
4072
4073 \end_inset
4074
4075 ), while for operations dots are needed that are on the same height as the
4076  operators (
4077 \series bold
4078
4079 \backslash
4080 cdots
4081 \series default
4082
4083 \begin_inset Index idx
4084 status collapsed
4085
4086 \begin_layout Plain Layout
4087 Commands ! C ! 
4088 \backslash
4089 cdots
4090 \end_layout
4091
4092 \end_inset
4093
4094 ).
4095  When using the command 
4096 \series bold
4097
4098 \backslash
4099 dots
4100 \series default
4101
4102 \begin_inset Index idx
4103 status collapsed
4104
4105 \begin_layout Plain Layout
4106 Commands ! D ! 
4107 \backslash
4108 dots
4109 \end_layout
4110
4111 \end_inset
4112
4113 , \SpecialChar LaTeX
4114  decides on the basis of the next character what type is used.
4115 \end_layout
4116
4117 \begin_layout Standard
4118 \align center
4119 \begin_inset Tabular
4120 <lyxtabular version="3" rows="9" columns="2">
4121 <features booktabs="true" tabularvalignment="middle">
4122 <column alignment="center" valignment="top" width="0pt">
4123 <column alignment="center" valignment="top" width="0pt">
4124 <row>
4125 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Plain Layout
4129 Command
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138 Result
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 </row>
4144 <row>
4145 <cell alignment="center" valignment="top" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 A_1
4150 \begin_inset space \textvisiblespace{}
4151 \end_inset
4152
4153 ,
4154 \backslash
4155 dots
4156 \begin_inset space \textvisiblespace{}
4157 \end_inset
4158
4159 ,A_n
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 <cell alignment="center" valignment="top" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168 \begin_inset Formula $A_{1},\dots,A_{n}$
4169 \end_inset
4170
4171
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 </row>
4177 <row>
4178 <cell alignment="center" valignment="top" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182 A_1
4183 \begin_inset space \textvisiblespace{}
4184 \end_inset
4185
4186 +
4187 \backslash
4188 dots
4189 \begin_inset space \textvisiblespace{}
4190 \end_inset
4191
4192 +A_n
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 \begin_inset Formula $A_{1}+\dots+A_{n}$
4202 \end_inset
4203
4204
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 </row>
4210 <row>
4211 <cell alignment="center" valignment="top" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 A_1
4216 \begin_inset space \textvisiblespace{}
4217 \end_inset
4218
4219 ,
4220 \backslash
4221 ldots
4222 \begin_inset space \textvisiblespace{}
4223 \end_inset
4224
4225 ,A_n
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 \begin_inset Formula $A_{1},\ldots,A_{n}$
4235 \end_inset
4236
4237
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 </row>
4243 <row>
4244 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 A_1
4249 \begin_inset space \textvisiblespace{}
4250 \end_inset
4251
4252 +
4253 \backslash
4254 cdots
4255 \begin_inset space \textvisiblespace{}
4256 \end_inset
4257
4258 +A_n
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4268 \end_inset
4269
4270
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 </row>
4276 <row>
4277 <cell alignment="center" valignment="top" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281
4282 \backslash
4283 vdots
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 <cell alignment="center" valignment="top" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 \begin_inset Formula $\vdots$
4293 \end_inset
4294
4295
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 </row>
4301 <row>
4302 <cell alignment="center" valignment="top" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306
4307 \backslash
4308 ddots
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 <cell alignment="center" valignment="top" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317 \begin_inset Formula $\ddots$
4318 \end_inset
4319
4320
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 </row>
4326 <row>
4327 <cell alignment="center" valignment="top" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331
4332 \backslash
4333 iddots
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 <cell alignment="center" valignment="top" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342 \begin_inset Formula $\iddots$
4343 \end_inset
4344
4345
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 </row>
4351 <row>
4352 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 3×3
4357 \begin_inset space \thinspace{}
4358 \end_inset
4359
4360 matrix with the different dots
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 \begin_inset Formula $\begin{array}{ccc}
4370 A_{11} & \cdots & A_{1m}\\
4371 \vdots & \ddots & \vdots\\
4372 A_{n1} & \cdots & A_{nm}
4373 \end{array}$
4374 \end_inset
4375
4376
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 </row>
4382 </lyxtabular>
4383
4384 \end_inset
4385
4386
4387 \end_layout
4388
4389 \begin_layout Standard
4390 The ellipses available in menu 
4391 \family sans
4392 Insert\SpecialChar menuseparator
4393 Special
4394 \begin_inset space ~
4395 \end_inset
4396
4397 Character
4398 \family default
4399  are 
4400 \series bold
4401
4402 \backslash
4403 ldots
4404 \series default
4405 .
4406 \end_layout
4407
4408 \begin_layout Standard
4409 \begin_inset VSpace medskip
4410 \end_inset
4411
4412 To use 
4413 \series bold
4414
4415 \backslash
4416 iddots
4417 \series default
4418 , one of the options 
4419 \family sans
4420 Use mathdots package (automatically)
4421 \family default
4422  must be set in the document settings under 
4423 \family sans
4424 Math
4425 \begin_inset space ~
4426 \end_inset
4427
4428 Options
4429 \family default
4430 .
4431 \begin_inset Newline newline
4432 \end_inset
4433
4434 Using the option 
4435 \family sans
4436 Use mathdots package
4437 \family default
4438  will improve the appearance of all dots in the documents if their font
4439  style or size is not the default.
4440 \end_layout
4441
4442 \begin_layout Standard
4443 \begin_inset VSpace medskip
4444 \end_inset
4445
4446 Specially for matrices there are ellipses that span over several columns.
4447  They are created with the command 
4448 \series bold
4449
4450 \backslash
4451 hdotsfor
4452 \series default
4453
4454 \begin_inset Index idx
4455 status collapsed
4456
4457 \begin_layout Plain Layout
4458 Commands ! H ! 
4459 \backslash
4460 hdotsfor
4461 \end_layout
4462
4463 \end_inset
4464
4465 , that has the following scheme:
4466 \end_layout
4467
4468 \begin_layout Standard
4469
4470 \series bold
4471
4472 \backslash
4473 hdotsfor[distance]{number of columns}
4474 \end_layout
4475
4476 \begin_layout Standard
4477 The number of columns specifies how many columns should be spanned.
4478  Distance is a factor for the distance between the dots.
4479 \end_layout
4480
4481 \begin_layout Standard
4482 In the following matrix the command 
4483 \series bold
4484
4485 \backslash
4486 hdotsfor[2]{4}
4487 \series default
4488  was inserted in the first box of the second line, to get an ellipsis with
4489  a dot distance twice as long as with the command 
4490 \series bold
4491
4492 \backslash
4493 dots
4494 \series default
4495 :
4496 \begin_inset Formula 
4497 \[
4498 \left(\begin{array}{cccc}
4499 A & B & C & D\\
4500 \hdotsfor[2]{4}\\
4501 q & w & e & r
4502 \end{array}\right)
4503 \]
4504
4505 \end_inset
4506
4507 Note that the matrix fields that should be spanned must be empty, otherwise
4508  you get \SpecialChar LaTeX
4509 -errors.
4510 \end_layout
4511
4512 \begin_layout Standard
4513 \begin_inset VSpace bigskip
4514 \end_inset
4515
4516 Furthermore you can fill with the command 
4517 \series bold
4518
4519 \backslash
4520 dotfill
4521 \series default
4522
4523 \begin_inset Index idx
4524 status collapsed
4525
4526 \begin_layout Plain Layout
4527 Commands ! D ! 
4528 \backslash
4529 dotfill
4530 \end_layout
4531
4532 \end_inset
4533
4534  the rest of a line with dots.
4535  The effect of these commands is the same as with 
4536 \series bold
4537
4538 \backslash
4539 hfill
4540 \series default
4541 , see 
4542 \begin_inset CommandInset ref
4543 LatexCommand ref
4544 reference "subsec:Variable-Space"
4545
4546 \end_inset
4547
4548 .
4549 \end_layout
4550
4551 \begin_layout Standard
4552 For example the command 
4553 \series bold
4554 A
4555 \backslash
4556 dotfill
4557 \begin_inset space \textvisiblespace{}
4558 \end_inset
4559
4560 B
4561 \series default
4562  produces
4563 \end_layout
4564
4565 \begin_layout Standard
4566 \begin_inset Formula $A\dotfill B$
4567 \end_inset
4568
4569
4570 \end_layout
4571
4572 \begin_layout Standard
4573 Similar to
4574 \series bold
4575  
4576 \backslash
4577 dotfill
4578 \series default
4579  there is for a line the command 
4580 \series bold
4581
4582 \backslash
4583 hrulefill
4584 \series default
4585
4586 \begin_inset Index idx
4587 status collapsed
4588
4589 \begin_layout Plain Layout
4590 Commands ! H ! 
4591 \backslash
4592 hrulefill
4593 \end_layout
4594
4595 \end_inset
4596
4597 :
4598 \end_layout
4599
4600 \begin_layout Standard
4601 \begin_inset Formula $A\hrulefill B$
4602 \end_inset
4603
4604
4605 \end_layout
4606
4607 \begin_layout Standard
4608 To use the commands for text, they have to be inserted in \SpecialChar TeX
4609  mode.
4610 \end_layout
4611
4612 \begin_layout Section
4613 Matrices
4614 \begin_inset CommandInset label
4615 LatexCommand label
4616 name "sec:Matrices"
4617
4618 \end_inset
4619
4620
4621 \begin_inset Index idx
4622 status collapsed
4623
4624 \begin_layout Plain Layout
4625 Matrices
4626 \end_layout
4627
4628 \end_inset
4629
4630
4631 \end_layout
4632
4633 \begin_layout Standard
4634 Matrices can be inserted via the math toolbar button 
4635 \begin_inset Info
4636 type  "icon"
4637 arg   "dialog-show mathmatrix"
4638 \end_inset
4639
4640  or the menu 
4641 \family sans
4642 Insert\SpecialChar menuseparator
4643 Math\SpecialChar menuseparator
4644 Matrix
4645 \family default
4646 .
4647  In the matrix dialog you can specify the number of columns and rows, the
4648  alignment and the decoration.
4649  The vertical alignment is only of importance for matrices in inline formulas:
4650 \end_layout
4651
4652 \begin_layout Standard
4653 The first matrix is top 
4654 \begin_inset Formula $\begin{array}[t]{cccc}
4655 A & D & G & J\\
4656 B & E & H & K\\
4657 C & F & I & L
4658 \end{array}$
4659 \end_inset
4660
4661 , the second middle 
4662 \begin_inset Formula $\begin{array}{cccc}
4663 A & D & G & J\\
4664 B & E & H & K\\
4665 C & F & I & L
4666 \end{array}$
4667 \end_inset
4668
4669  and the third bottom 
4670 \begin_inset Formula $\begin{array}[b]{cccc}
4671 A & D & G & J\\
4672 B & E & H & K\\
4673 C & F & I & L
4674 \end{array}$
4675 \end_inset
4676
4677  aligned.
4678 \end_layout
4679
4680 \begin_layout Standard
4681 The horizontal alignment specifies how the column entries should be aligned.
4682  It is set by entering a letter for every column.
4683  
4684 \emph on
4685 l
4686 \emph default
4687  denotes left aligned, 
4688 \emph on
4689 c
4690 \emph default
4691  centered and 
4692 \emph on
4693 r
4694 \emph default
4695  right aligned.
4696  To create for example a 4
4697 \series bold
4698 ×
4699 \series default
4700 4
4701 \begin_inset space ~
4702 \end_inset
4703
4704 matrix where the first column is left aligned, the second and third are
4705  centered and the last one is right aligned, one enters for the horizontal
4706  alignment 
4707 \series bold
4708 lccr
4709 \series default
4710 .
4711  Normally in a matrix all columns are centered, therefore the default for
4712  every column is a 
4713 \series bold
4714 c
4715 \series default
4716 .
4717 \end_layout
4718
4719 \begin_layout Standard
4720 Horizontal alignment:
4721 \end_layout
4722
4723 \begin_layout Standard
4724
4725 \series bold
4726 lll
4727 \series default
4728  : 
4729 \begin_inset Formula $\begin{array}{lll}
4730 10000 & D & G\\
4731 B & 10000 & H\\
4732 C & F & 10000
4733 \end{array}$
4734 \end_inset
4735
4736  , 
4737 \series bold
4738 ccc
4739 \series default
4740  : 
4741 \begin_inset Formula $\begin{array}{ccc}
4742 10000 & D & G\\
4743 B & 10000 & H\\
4744 C & F & 10000
4745 \end{array}$
4746 \end_inset
4747
4748  , 
4749 \series bold
4750 rrr
4751 \series default
4752  : 
4753 \begin_inset Formula $\begin{array}{rrr}
4754 10000 & D & G\\
4755 B & 10000 & H\\
4756 C & F & 10000
4757 \end{array}$
4758 \end_inset
4759
4760
4761 \end_layout
4762
4763 \begin_layout Standard
4764 To add or delete rows and columns subsequently, the math toolbar buttons
4765  
4766 \begin_inset Info
4767 type  "icon"
4768 arg   "tabular-feature append-row"
4769 \end_inset
4770
4771
4772 \begin_inset Info
4773 type  "icon"
4774 arg   "tabular-feature delete-row"
4775 \end_inset
4776
4777 , etc.
4778 \begin_inset space \thinspace{}
4779 \end_inset
4780
4781 , or the menu 
4782 \family sans
4783 Edit\SpecialChar menuseparator
4784 Rows & Columns
4785 \family default
4786  can be used.
4787  New rows can also be created with 
4788 \begin_inset Info
4789 type  "shortcut"
4790 arg   "newline-insert newline"
4791 \end_inset
4792
4793 .
4794 \end_layout
4795
4796 \begin_layout Standard
4797 \begin_inset VSpace bigskip
4798 \end_inset
4799
4800 The 
4801 \family sans
4802 Decoration
4803 \family default
4804  adds parentheses in the selected style around the matrix.
4805  Alternatively, parentheses can can either be created with the commands
4806  
4807 \series bold
4808
4809 \backslash
4810 left
4811 \series default
4812
4813 \begin_inset Index idx
4814 status collapsed
4815
4816 \begin_layout Plain Layout
4817 Commands ! L ! 
4818 \backslash
4819 left
4820 \end_layout
4821
4822 \end_inset
4823
4824  and 
4825 \series bold
4826
4827 \backslash
4828 right
4829 \series default
4830
4831 \begin_inset Index idx
4832 status collapsed
4833
4834 \begin_layout Plain Layout
4835 Commands ! R ! 
4836 \backslash
4837 right
4838 \end_layout
4839
4840 \end_inset
4841
4842  (shortcut 
4843 \family sans
4844 Alt+M
4845 \begin_inset space ~
4846 \end_inset
4847
4848 Parenthesis
4849 \family default
4850 ), see 
4851 \begin_inset CommandInset ref
4852 LatexCommand ref
4853 reference "subsec:Automatic-Bracket-Size"
4854
4855 \end_inset
4856
4857 , or by using the following commands:
4858 \begin_inset VSpace medskip
4859 \end_inset
4860
4861
4862 \end_layout
4863
4864 \begin_layout Standard
4865 \begin_inset space \hfill{}
4866 \end_inset
4867
4868
4869 \begin_inset Tabular
4870 <lyxtabular version="3" rows="4" columns="2">
4871 <features booktabs="true" tabularvalignment="middle">
4872 <column alignment="center" valignment="top" width="0pt">
4873 <column alignment="center" valignment="top">
4874 <row>
4875 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 Command
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 Result
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 </row>
4894 <row topspace="1.5mm">
4895 <cell alignment="center" valignment="top" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899
4900 \backslash
4901 bmatrix
4902 \begin_inset space \textvisiblespace{}
4903 \end_inset
4904
4905 2
4906 \series bold
4907 ×
4908 \series default
4909 2
4910 \begin_inset space \thinspace{}
4911 \end_inset
4912
4913 matrix
4914 \end_layout
4915
4916 \end_inset
4917 </cell>
4918 <cell alignment="center" valignment="top" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
4923 0 & \textrm{-}\mathrm{i}\\
4924 \mathrm{i} & 0
4925 \end{array}\end{bmatrix}$
4926 \end_inset
4927
4928
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 </row>
4934 <row topspace="1.5mm" bottomspace="0.5mm">
4935 <cell alignment="center" valignment="top" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939
4940 \backslash
4941 Bmatrix
4942 \begin_inset space \textvisiblespace{}
4943 \end_inset
4944
4945 2
4946 \series bold
4947 ×
4948 \series default
4949 2
4950 \begin_inset space \thinspace{}
4951 \end_inset
4952
4953 matrix
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 <cell alignment="center" valignment="top" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
4963 0 & \textrm{-}\mathrm{i}\\
4964 \mathrm{i} & 0
4965 \end{array}\end{Bmatrix}$
4966 \end_inset
4967
4968
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 </row>
4974 <row>
4975 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979
4980 \backslash
4981 pmatrix
4982 \begin_inset space \textvisiblespace{}
4983 \end_inset
4984
4985 2
4986 \series bold
4987 ×
4988 \series default
4989 2
4990 \begin_inset space \thinspace{}
4991 \end_inset
4992
4993 matrix
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5003 0 & \textrm{-}\mathrm{i}\\
5004 \mathrm{i} & 0
5005 \end{array}\end{pmatrix}$
5006 \end_inset
5007
5008
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 </row>
5014 </lyxtabular>
5015
5016 \end_inset
5017
5018
5019 \begin_inset space \hfill{}
5020 \end_inset
5021
5022
5023 \begin_inset Tabular
5024 <lyxtabular version="3" rows="4" columns="2">
5025 <features booktabs="true" tabularvalignment="middle">
5026 <column alignment="center" valignment="top" width="0pt">
5027 <column alignment="center" valignment="top">
5028 <row>
5029 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 Command
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 Result
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 </row>
5048 <row topspace="1.5mm">
5049 <cell alignment="center" valignment="top" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053
5054 \backslash
5055 vmatrix
5056 \begin_inset space \textvisiblespace{}
5057 \end_inset
5058
5059 2
5060 \series bold
5061 ×
5062 \series default
5063 2
5064 \begin_inset space \thinspace{}
5065 \end_inset
5066
5067 matrix
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5077 0 & \textrm{-}\mathrm{i}\\
5078 \mathrm{i} & 0
5079 \end{array}\end{vmatrix}$
5080 \end_inset
5081
5082
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 </row>
5088 <row topspace="1.5mm" bottomspace="0.5mm">
5089 <cell alignment="center" valignment="top" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093
5094 \backslash
5095 Vmatrix
5096 \begin_inset space \textvisiblespace{}
5097 \end_inset
5098
5099 2
5100 \series bold
5101 ×
5102 \series default
5103 2
5104 \begin_inset space \thinspace{}
5105 \end_inset
5106
5107 matrix
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 <cell alignment="center" valignment="top" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5117 0 & \textrm{-}\mathrm{i}\\
5118 \mathrm{i} & 0
5119 \end{array}\end{Vmatrix}$
5120 \end_inset
5121
5122
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 </row>
5128 <row>
5129 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133
5134 \backslash
5135 matrix
5136 \begin_inset space \textvisiblespace{}
5137 \end_inset
5138
5139 2
5140 \series bold
5141 ×
5142 \series default
5143 2
5144 \begin_inset space \thinspace{}
5145 \end_inset
5146
5147 matrix
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5157 0 & \textrm{-}\mathrm{i}\\
5158 \mathrm{i} & 0
5159 \end{array}\end{matrix}$
5160 \end_inset
5161
5162
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 </row>
5168 </lyxtabular>
5169
5170 \end_inset
5171
5172
5173 \begin_inset space \hfill{}
5174 \end_inset
5175
5176
5177 \end_layout
5178
5179 \begin_layout Standard
5180 \begin_inset VSpace medskip
5181 \end_inset
5182
5183 When e.
5184 \begin_inset space \thinspace{}
5185 \end_inset
5186
5187 g.
5188 \begin_inset space \space{}
5189 \end_inset
5190
5191
5192 \series bold
5193
5194 \backslash
5195 vmatrix
5196 \series default
5197  is inserted, a blue box appears between two vertical lines where the matrix
5198  is inserted.
5199 \begin_inset Newline newline
5200 \end_inset
5201
5202 Note that decorated matrices ignore the vertical alignment.
5203 \end_layout
5204
5205 \begin_layout Standard
5206 \begin_inset VSpace bigskip
5207 \end_inset
5208
5209 As all multiline formulas are matrices, the length 
5210 \series bold
5211
5212 \backslash
5213 arraycolsep
5214 \series default
5215
5216 \begin_inset Index idx
5217 status collapsed
5218
5219 \begin_layout Plain Layout
5220 Commands ! A ! 
5221 \backslash
5222 arraycolsep
5223 \end_layout
5224
5225 \end_inset
5226
5227  that is described in 
5228 \begin_inset CommandInset ref
5229 LatexCommand ref
5230 reference "subsec:Column-Separation"
5231
5232 \end_inset
5233
5234  can also be used to change the column separation of matrices.
5235 \end_layout
5236
5237 \begin_layout Standard
5238 To change the row separation, the command 
5239 \series bold
5240
5241 \backslash
5242 arraystretch
5243 \series default
5244
5245 \begin_inset Index idx
5246 status collapsed
5247
5248 \begin_layout Plain Layout
5249 Commands ! A ! 
5250 \backslash
5251 arraystretch
5252 \end_layout
5253
5254 \end_inset
5255
5256  is used.
5257  It is used as follows:
5258 \end_layout
5259
5260 \begin_layout Standard
5261
5262 \series bold
5263
5264 \backslash
5265 renewcommand{
5266 \backslash
5267 arraystretch}{stretch factor}
5268 \begin_inset Index idx
5269 status collapsed
5270
5271 \begin_layout Plain Layout
5272 Commands ! R ! 
5273 \backslash
5274 renewcommand
5275 \end_layout
5276
5277 \end_inset
5278
5279
5280 \end_layout
5281
5282 \begin_layout Standard
5283 The command 
5284 \series bold
5285
5286 \backslash
5287 renewcommand
5288 \series default
5289  assigns the stretch factor to the predefined command 
5290 \series bold
5291
5292 \backslash
5293 arraystretch
5294 \series default
5295 .
5296  To double e.
5297 \begin_inset space \thinspace{}
5298 \end_inset
5299
5300 g.
5301 \begin_inset space \space{}
5302 \end_inset
5303
5304 the row separation, use the factor 2.
5305  This is then used for all following matrices.
5306  To go back to the original separation, assign the factor 1 to 
5307 \series bold
5308
5309 \backslash
5310 arraystretch
5311 \series default
5312 .
5313 \end_layout
5314
5315 \begin_layout Standard
5316 To set matrices into a text line, the command 
5317 \series bold
5318
5319 \backslash
5320 smallmatrix
5321 \series default
5322
5323 \begin_inset Index idx
5324 status collapsed
5325
5326 \begin_layout Plain Layout
5327 Commands ! S ! 
5328 \backslash
5329 smallmatrix
5330 \end_layout
5331
5332 \end_inset
5333
5334  is used.
5335  When it is inserted a blue box with two dashed lines appears.
5336  In this box the matrix is inserted.
5337 \end_layout
5338
5339 \begin_layout Standard
5340 This is a matrix 
5341 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5342 C & D
5343 \end{smallmatrix}\right)$
5344 \end_inset
5345
5346  in a text line.
5347 \end_layout
5348
5349 \begin_layout Section
5350 Brackets and Delimiters
5351 \begin_inset Index idx
5352 status collapsed
5353
5354 \begin_layout Plain Layout
5355 Brackets
5356 \end_layout
5357
5358 \end_inset
5359
5360
5361 \begin_inset Index idx
5362 status collapsed
5363
5364 \begin_layout Plain Layout
5365 Delimiters
5366 \end_layout
5367
5368 \end_inset
5369
5370
5371 \end_layout
5372
5373 \begin_layout Subsection
5374 Vertical Brackets and Delimiters
5375 \begin_inset Index idx
5376 status collapsed
5377
5378 \begin_layout Plain Layout
5379 Brackets ! vertical
5380 \end_layout
5381
5382 \end_inset
5383
5384
5385 \end_layout
5386
5387 \begin_layout Standard
5388 \begin_inset space \hfill{}
5389 \end_inset
5390
5391
5392 \begin_inset Tabular
5393 <lyxtabular version="3" rows="9" columns="2">
5394 <features booktabs="true" tabularvalignment="middle">
5395 <column alignment="center" valignment="top" width="0pt">
5396 <column alignment="center" valignment="top" width="0pt">
5397 <row>
5398 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5399 \begin_inset Text
5400
5401 \begin_layout Plain Layout
5402 Command
5403 \end_layout
5404
5405 \end_inset
5406 </cell>
5407 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411 Result
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 </row>
5417 <row>
5418 <cell alignment="center" valignment="top" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422 (
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431 \begin_inset Formula $($
5432 \end_inset
5433
5434
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 </row>
5440 <row>
5441 <cell alignment="center" valignment="top" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445 {
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell alignment="center" valignment="top" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454 \begin_inset Formula $\{$
5455 \end_inset
5456
5457
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 </row>
5463 <row>
5464 <cell alignment="center" valignment="top" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 [
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 \begin_inset Formula $[$
5478 \end_inset
5479
5480
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 </row>
5486 <row>
5487 <cell alignment="center" valignment="top" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491
5492 \backslash
5493 langle
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 <cell alignment="center" valignment="top" usebox="none">
5499 \begin_inset Text
5500
5501 \begin_layout Plain Layout
5502 \begin_inset Formula $\langle$
5503 \end_inset
5504
5505
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 </row>
5511 <row>
5512 <cell alignment="center" valignment="top" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516
5517 \backslash
5518 lceil
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 <cell alignment="center" valignment="top" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527 \begin_inset Formula $\lceil$
5528 \end_inset
5529
5530
5531 \end_layout
5532
5533 \end_inset
5534 </cell>
5535 </row>
5536 <row>
5537 <cell alignment="center" valignment="top" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541
5542 \backslash
5543 lfloor
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 <cell alignment="center" valignment="top" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 \begin_inset Formula $\lfloor$
5553 \end_inset
5554
5555
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 </row>
5561 <row>
5562 <cell alignment="center" valignment="top" usebox="none">
5563 \begin_inset Text
5564
5565 \begin_layout Plain Layout
5566 /
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 <cell alignment="center" valignment="top" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Plain Layout
5575 \begin_inset Formula $/$
5576 \end_inset
5577
5578
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 </row>
5584 <row>
5585 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 |
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 \begin_inset Formula $|$
5599 \end_inset
5600
5601
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 </row>
5607 </lyxtabular>
5608
5609 \end_inset
5610
5611
5612 \begin_inset space \hfill{}
5613 \end_inset
5614
5615
5616 \begin_inset Tabular
5617 <lyxtabular version="3" rows="9" columns="2">
5618 <features booktabs="true" tabularvalignment="middle">
5619 <column alignment="center" valignment="top" width="0pt">
5620 <column alignment="center" valignment="top" width="0pt">
5621 <row>
5622 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 Command
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 Result
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 </row>
5641 <row>
5642 <cell alignment="center" valignment="top" usebox="none">
5643 \begin_inset Text
5644
5645 \begin_layout Plain Layout
5646 )
5647 \end_layout
5648
5649 \end_inset
5650 </cell>
5651 <cell alignment="center" valignment="top" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Plain Layout
5655 \begin_inset Formula $)$
5656 \end_inset
5657
5658
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 </row>
5664 <row>
5665 <cell alignment="center" valignment="top" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669 }
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 <cell alignment="center" valignment="top" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678 \begin_inset Formula $\}$
5679 \end_inset
5680
5681
5682 \end_layout
5683
5684 \end_inset
5685 </cell>
5686 </row>
5687 <row>
5688 <cell alignment="center" valignment="top" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692 ]
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 <cell alignment="center" valignment="top" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 \begin_inset Formula $]$
5702 \end_inset
5703
5704
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 </row>
5710 <row>
5711 <cell alignment="center" valignment="top" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715
5716 \backslash
5717 rangle
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 <cell alignment="center" valignment="top" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 \begin_inset Formula $\rangle$
5727 \end_inset
5728
5729
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 </row>
5735 <row>
5736 <cell alignment="center" valignment="top" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740
5741 \backslash
5742 rceil
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell alignment="center" valignment="top" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 \begin_inset Formula $\rceil$
5752 \end_inset
5753
5754
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 </row>
5760 <row>
5761 <cell alignment="center" valignment="top" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765
5766 \backslash
5767 rfloor
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell alignment="center" valignment="top" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 \begin_inset Formula $\rfloor$
5777 \end_inset
5778
5779
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 </row>
5785 <row>
5786 <cell alignment="center" valignment="top" usebox="none">
5787 \begin_inset Text
5788
5789 \begin_layout Plain Layout
5790
5791 \backslash
5792
5793 \backslash
5794
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 \begin_inset Formula $\backslash$
5804 \end_inset
5805
5806
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 </row>
5812 <row>
5813 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817
5818 \backslash
5819 |
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828 \begin_inset Formula $\|$
5829 \end_inset
5830
5831
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 </row>
5837 </lyxtabular>
5838
5839 \end_inset
5840
5841
5842 \begin_inset space \hfill{}
5843 \end_inset
5844
5845
5846 \end_layout
5847
5848 \begin_layout Standard
5849
5850 \series medium
5851 \begin_inset Note Greyedout
5852 status open
5853
5854 \begin_layout Plain Layout
5855
5856 \series bold
5857 Note:
5858 \series default
5859  In \SpecialChar TeX
5860  mode the command 
5861 \series bold
5862
5863 \backslash
5864 textbackslash
5865 \series default
5866
5867 \begin_inset Index idx
5868 status collapsed
5869
5870 \begin_layout Plain Layout
5871 Commands ! T ! 
5872 \backslash
5873 textbackslash
5874 \end_layout
5875
5876 \end_inset
5877
5878  must be used for the backslash, because the command 
5879 \series bold
5880
5881 \backslash
5882
5883 \backslash
5884
5885 \series default
5886  produces a line break there.
5887 \end_layout
5888
5889 \end_inset
5890
5891
5892 \end_layout
5893
5894 \begin_layout Standard
5895 For all characters listed above the size can be adjusted with the commands
5896  described in the following two subsections.
5897  When using these commands, the characters < and > can directly be used
5898  instead of the commands 
5899 \series bold
5900
5901 \backslash
5902 langle
5903 \series default
5904  and 
5905 \series bold
5906
5907 \backslash
5908 rangle
5909 \series default
5910 .
5911 \end_layout
5912
5913 \begin_layout Subsubsection
5914 Manual Bracket Size
5915 \begin_inset CommandInset label
5916 LatexCommand label
5917 name "subsec:Manual-Bracket-Size"
5918
5919 \end_inset
5920
5921
5922 \begin_inset Index idx
5923 status collapsed
5924
5925 \begin_layout Plain Layout
5926 Bracket size ! manual
5927 \end_layout
5928
5929 \end_inset
5930
5931
5932 \end_layout
5933
5934 \begin_layout Standard
5935 The bracket size can be specified manually by the \SpecialChar LaTeX
5936 -commands 
5937 \series bold
5938
5939 \backslash
5940 big
5941 \series default
5942
5943 \begin_inset Index idx
5944 status collapsed
5945
5946 \begin_layout Plain Layout
5947 Commands ! B ! 
5948 \backslash
5949 big
5950 \end_layout
5951
5952 \end_inset
5953
5954
5955 \series bold
5956
5957 \backslash
5958 Big
5959 \series default
5960
5961 \series bold
5962
5963 \backslash
5964 bigg
5965 \series default
5966  and 
5967 \series bold
5968
5969 \backslash
5970 Bigg
5971 \series default
5972 .
5973  
5974 \series bold
5975
5976 \backslash
5977 big
5978 \series default
5979  denotes the smallest and 
5980 \series bold
5981
5982 \backslash
5983 Bigg
5984 \series default
5985  the largest bracket size.
5986 \end_layout
5987
5988 \begin_layout Standard
5989 These commands are used to emphasize levels of brackets:
5990 \end_layout
5991
5992 \begin_layout Standard
5993 \align center
5994 \begin_inset Tabular
5995 <lyxtabular version="3" rows="2" columns="2">
5996 <features booktabs="true" tabularvalignment="middle">
5997 <column alignment="center" valignment="top" width="0pt">
5998 <column alignment="center" valignment="top" width="0pt">
5999 <row>
6000 <cell alignment="center" valignment="top" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004 all brackets in the same size:
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 <cell alignment="center" valignment="top" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013 \begin_inset Formula $((A+B)(A-B))^{C}$
6014 \end_inset
6015
6016
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 </row>
6022 <row topspace="2mm">
6023 <cell alignment="center" valignment="top" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 this looks better:
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell alignment="center" valignment="top" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6037 \end_inset
6038
6039
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 </row>
6045 </lyxtabular>
6046
6047 \end_inset
6048
6049
6050 \end_layout
6051
6052 \begin_layout Standard
6053 For the second formula the command 
6054 \series bold
6055
6056 \backslash
6057 Big((A+B)(A-B)
6058 \backslash
6059 Big)^
6060 \begin_inset space \textvisiblespace{}
6061 \end_inset
6062
6063 C
6064 \series default
6065  has been used.
6066 \end_layout
6067
6068 \begin_layout Standard
6069 Here is an overview about all bracket sizes:
6070 \end_layout
6071
6072 \begin_layout Standard
6073 \align center
6074
6075 \backslash
6076 Bigg(
6077 \backslash
6078 exp
6079 \backslash
6080 bigg<
6081 \backslash
6082 Big[
6083 \backslash
6084 big{
6085 \backslash
6086 ln(3x)
6087 \backslash
6088 big}^2
6089 \begin_inset space \textvisiblespace{}
6090 \end_inset
6091
6092
6093 \backslash
6094 sin(x)
6095 \backslash
6096 Big]^
6097 \begin_inset space \textvisiblespace{}
6098 \end_inset
6099
6100 A
6101 \begin_inset space \textvisiblespace{}
6102 \end_inset
6103
6104
6105 \backslash
6106 bigg>
6107 \backslash
6108 Bigg)^0,5
6109 \end_layout
6110
6111 \begin_layout Standard
6112 \align center
6113 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6114 \end_inset
6115
6116
6117 \end_layout
6118
6119 \begin_layout Standard
6120 Besides the 
6121 \series bold
6122
6123 \backslash
6124 big
6125 \series default
6126 -commands there is the variant 
6127 \series bold
6128
6129 \backslash
6130 bigm
6131 \series default
6132
6133 \begin_inset Index idx
6134 status collapsed
6135
6136 \begin_layout Plain Layout
6137 Commands ! B ! 
6138 \backslash
6139 bigm
6140 \end_layout
6141
6142 \end_inset
6143
6144  that adds a bit more space between the bracket and its content, and the
6145  variant 
6146 \series bold
6147
6148 \backslash
6149 bigl
6150 \series default
6151 -
6152 \series bold
6153
6154 \backslash
6155 bigr
6156 \series default
6157
6158 \begin_inset Index idx
6159 status collapsed
6160
6161 \begin_layout Plain Layout
6162 Commands ! B ! 
6163 \backslash
6164 bigl - 
6165 \backslash
6166 bigr
6167 \end_layout
6168
6169 \end_inset
6170
6171 , that don't add additional space.
6172  The 
6173 \emph on
6174 l
6175 \emph default
6176  at the end of the command 
6177 \series bold
6178
6179 \backslash
6180 bigl
6181 \series default
6182  is for a left bracket; for a right bracket this will be replaced by an
6183  
6184 \emph on
6185 r
6186 \emph default
6187 .
6188  A left or right bracket can each be an opening or closing bracket.
6189 \end_layout
6190
6191 \begin_layout Standard
6192 In the following table is a comparison of the variants:
6193 \end_layout
6194
6195 \begin_layout Standard
6196 \align center
6197 \begin_inset Tabular
6198 <lyxtabular version="3" rows="5" columns="2">
6199 <features booktabs="true" tabularvalignment="middle">
6200 <column alignment="center" valignment="top" width="0pt">
6201 <column alignment="center" valignment="middle">
6202 <row>
6203 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 Command
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 Result
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 </row>
6222 <row topspace="2mm">
6223 <cell alignment="center" valignment="top" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227
6228 \backslash
6229 Bigm(
6230 \backslash
6231 bigm(
6232 \backslash
6233 ln(3x)
6234 \backslash
6235 bigm)^2
6236 \begin_inset space \textvisiblespace{}
6237 \end_inset
6238
6239
6240 \backslash
6241 Bigm)
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 <cell alignment="center" valignment="top" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6251 \end_inset
6252
6253
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 </row>
6259 <row topspace="2mm">
6260 <cell alignment="center" valignment="top" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264
6265 \backslash
6266 Big(
6267 \backslash
6268 big(
6269 \backslash
6270 ln(3x)
6271 \backslash
6272 big)^2
6273 \begin_inset space \textvisiblespace{}
6274 \end_inset
6275
6276
6277 \backslash
6278 Big)
6279 \end_layout
6280
6281 \end_inset
6282 </cell>
6283 <cell alignment="center" valignment="top" usebox="none">
6284 \begin_inset Text
6285
6286 \begin_layout Plain Layout
6287 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6288 \end_inset
6289
6290
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 </row>
6296 <row topspace="2mm" bottomspace="0.5mm">
6297 <cell alignment="center" valignment="top" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301
6302 \backslash
6303 Bigl(
6304 \backslash
6305 bigl(
6306 \backslash
6307 ln(3x)
6308 \backslash
6309 bigr)^2
6310 \begin_inset space \textvisiblespace{}
6311 \end_inset
6312
6313
6314 \backslash
6315 Bigr)
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 <cell alignment="center" valignment="top" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6325 \end_inset
6326
6327
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 </row>
6333 <row topspace="1.5mm" bottomspace="0.5mm">
6334 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338
6339 \backslash
6340 bigl)
6341 \backslash
6342 ln(3x)
6343 \backslash
6344 bigr(
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Plain Layout
6353 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6354 \end_inset
6355
6356
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 </row>
6362 </lyxtabular>
6363
6364 \end_inset
6365
6366
6367 \end_layout
6368
6369 \begin_layout Subsubsection
6370 Automatic Bracket Size
6371 \begin_inset CommandInset label
6372 LatexCommand label
6373 name "subsec:Automatic-Bracket-Size"
6374
6375 \end_inset
6376
6377
6378 \begin_inset Index idx
6379 status collapsed
6380
6381 \begin_layout Plain Layout
6382 Bracket size ! automatic
6383 \end_layout
6384
6385 \end_inset
6386
6387
6388 \end_layout
6389
6390 \begin_layout Standard
6391 Brackets with variable size can be inserted with the commands 
6392 \series bold
6393
6394 \backslash
6395 left
6396 \series default
6397
6398 \begin_inset Index idx
6399 status collapsed
6400
6401 \begin_layout Plain Layout
6402 Commands ! L ! 
6403 \backslash
6404 left
6405 \end_layout
6406
6407 \end_inset
6408
6409  and 
6410 \series bold
6411
6412 \backslash
6413 right
6414 \series default
6415
6416 \begin_inset Index idx
6417 status collapsed
6418
6419 \begin_layout Plain Layout
6420 Commands ! R ! 
6421 \backslash
6422 right
6423 \end_layout
6424
6425 \end_inset
6426
6427  or via the math toolbar button 
6428 \begin_inset Info
6429 type  "icon"
6430 arg   "dialog-show mathdelimiter"
6431 \end_inset
6432
6433 .
6434  Directly behind 
6435 \series bold
6436
6437 \backslash
6438 left
6439 \series default
6440  and 
6441 \series bold
6442
6443 \backslash
6444 right
6445 \series default
6446  the wanted bracket must be inserted.
6447  The bracket size will then automatically be calculated for the output.
6448 \end_layout
6449
6450 \begin_layout Standard
6451 \align center
6452 normal bracket: The command 
6453 \series bold
6454
6455 \backslash
6456 ln(
6457 \backslash
6458 frac
6459 \begin_inset space \textvisiblespace{}
6460 \end_inset
6461
6462 A
6463 \begin_inset Formula $\downarrow$
6464 \end_inset
6465
6466 C
6467 \begin_inset space \textvisiblespace{}
6468 \end_inset
6469
6470 )
6471 \series default
6472  creates
6473 \begin_inset Formula 
6474 \[
6475 \ln(\frac{A}{C})
6476 \]
6477
6478 \end_inset
6479
6480
6481 \end_layout
6482
6483 \begin_layout Standard
6484 \align center
6485 multiline bracket: The command 
6486 \series bold
6487
6488 \backslash
6489 ln
6490 \backslash
6491 left(
6492 \backslash
6493 frac
6494 \begin_inset space \textvisiblespace{}
6495 \end_inset
6496
6497 A
6498 \begin_inset Formula $\downarrow$
6499 \end_inset
6500
6501 C
6502 \begin_inset space \textvisiblespace{}
6503 \end_inset
6504
6505
6506 \backslash
6507 right)
6508 \series default
6509  creates
6510 \begin_inset Formula 
6511 \[
6512 \ln\left(\frac{A}{C}\right)
6513 \]
6514
6515 \end_inset
6516
6517
6518 \end_layout
6519
6520 \begin_layout Standard
6521 Instead of 
6522 \series bold
6523
6524 \backslash
6525 left
6526 \series default
6527  and 
6528 \series bold
6529
6530 \backslash
6531 right
6532 \series default
6533  the shortcut 
6534 \family sans
6535 Alt+M
6536 \begin_inset space ~
6537 \end_inset
6538
6539 Bracket
6540 \family default
6541  can be used.
6542  This has the advantage that you can see in \SpecialChar LyX
6543  immediately the real bracket
6544  size and that the matching right bracket will be created too.
6545 \begin_inset Newline newline
6546 \end_inset
6547
6548 The command for the last example would then be: 
6549 \series bold
6550
6551 \backslash
6552 ln Alt+M
6553 \series default
6554  
6555 \series bold
6556 (
6557 \backslash
6558 frac
6559 \begin_inset space \textvisiblespace{}
6560 \end_inset
6561
6562 A
6563 \begin_inset Formula $\downarrow$
6564 \end_inset
6565
6566 C
6567 \end_layout
6568
6569 \begin_layout Standard
6570 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6571  For example the command 
6572 \series bold
6573
6574 \backslash
6575 left.
6576 \backslash
6577 frac
6578 \begin_inset space \textvisiblespace{}
6579 \end_inset
6580
6581 A
6582 \begin_inset Formula $\downarrow$
6583 \end_inset
6584
6585 B
6586 \begin_inset space \textvisiblespace{}
6587 \end_inset
6588
6589
6590 \backslash
6591 right}
6592 \series default
6593  creates:
6594 \series bold
6595
6596 \begin_inset Formula 
6597 \[
6598 \left.\frac{A}{B}\right\} 
6599 \]
6600
6601 \end_inset
6602
6603
6604 \series default
6605 The commands 
6606 \series bold
6607
6608 \backslash
6609 left
6610 \series default
6611  and 
6612 \series bold
6613
6614 \backslash
6615 right
6616 \series default
6617  will be converted by \SpecialChar LyX
6618  to brackets in the right size when the document is
6619  reloaded and an omitted bracket will appear as dashed line.
6620 \end_layout
6621
6622 \begin_layout Standard
6623 \begin_inset VSpace bigskip
6624 \end_inset
6625
6626 Because all popular \SpecialChar LaTeX
6627  distributions use e\SpecialChar TeX
6628 , an extension to \SpecialChar LaTeX
6629 , the command
6630  
6631 \series bold
6632
6633 \backslash
6634 middle
6635 \series default
6636
6637 \begin_inset Index idx
6638 status collapsed
6639
6640 \begin_layout Plain Layout
6641 Commands ! M ! 
6642 \backslash
6643 middle
6644 \end_layout
6645
6646 \end_inset
6647
6648  is additionally available for all brackets and limits.
6649  With this command the height of the following character is adapted to the
6650  one of the surrounding brackets, what is e.
6651 \begin_inset space \thinspace{}
6652 \end_inset
6653
6654 g.
6655 \begin_inset space \space{}
6656 \end_inset
6657
6658 needed for physical vectors:
6659 \begin_inset Formula 
6660 \[
6661 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6662 \]
6663
6664 \end_inset
6665
6666 For physical vectors there is a special \SpecialChar LaTeX
6667 -package, described in 
6668 \begin_inset CommandInset ref
6669 LatexCommand ref
6670 reference "subsec:Physical-Vectors"
6671
6672 \end_inset
6673
6674 .
6675 \end_layout
6676
6677 \begin_layout Subsection
6678 Horizontal Brackets
6679 \begin_inset Index idx
6680 status collapsed
6681
6682 \begin_layout Plain Layout
6683 Brackets ! horizontal
6684 \end_layout
6685
6686 \end_inset
6687
6688
6689 \end_layout
6690
6691 \begin_layout Standard
6692 \align center
6693 \begin_inset Tabular
6694 <lyxtabular version="3" rows="4" columns="2">
6695 <features booktabs="true" tabularvalignment="middle">
6696 <column alignment="center" valignment="top" width="0pt">
6697 <column alignment="center" valignment="top" width="0pt">
6698 <row>
6699 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 Command
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 Result
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 </row>
6718 <row>
6719 <cell alignment="center" valignment="top" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723
6724 \backslash
6725 overbrace
6726 \begin_inset space \textvisiblespace{}
6727 \end_inset
6728
6729 A+B
6730 \begin_inset space \textvisiblespace{}
6731 \end_inset
6732
6733 ^3
6734 \begin_inset Index idx
6735 status collapsed
6736
6737 \begin_layout Plain Layout
6738 Commands ! O ! 
6739 \backslash
6740 overbrace
6741 \end_layout
6742
6743 \end_inset
6744
6745
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 <cell alignment="center" valignment="top" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Plain Layout
6754 \begin_inset Formula $\overbrace{A+B}^{3}$
6755 \end_inset
6756
6757
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 </row>
6763 <row topspace="2mm">
6764 <cell alignment="center" valignment="top" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768
6769 \backslash
6770 underbrace
6771 \begin_inset space \textvisiblespace{}
6772 \end_inset
6773
6774 A+B
6775 \begin_inset space \textvisiblespace{}
6776 \end_inset
6777
6778 _5
6779 \begin_inset Index idx
6780 status collapsed
6781
6782 \begin_layout Plain Layout
6783 Commands ! U ! 
6784 \backslash
6785 underbrace
6786 \end_layout
6787
6788 \end_inset
6789
6790
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 <cell alignment="center" valignment="top" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 \begin_inset Formula $\underbrace{A+B}_{5}$
6800 \end_inset
6801
6802
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 </row>
6808 <row>
6809 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813
6814 \backslash
6815 overbrace
6816 \begin_inset space \textvisiblespace{}
6817 \end_inset
6818
6819
6820 \backslash
6821 underbrace
6822 \begin_inset space \textvisiblespace{}
6823 \end_inset
6824
6825 A+B_w
6826 \begin_inset space \textvisiblespace{}
6827 \end_inset
6828
6829
6830 \begin_inset space \textvisiblespace{}
6831 \end_inset
6832
6833 _7
6834 \begin_inset space \textvisiblespace{}
6835 \end_inset
6836
6837
6838 \begin_inset space \textvisiblespace{}
6839 \end_inset
6840
6841 ^
6842 \begin_inset space \textvisiblespace{}
6843 \end_inset
6844
6845 C
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6855 \end_inset
6856
6857
6858 \end_layout
6859
6860 \end_inset
6861 </cell>
6862 </row>
6863 </lyxtabular>
6864
6865 \end_inset
6866
6867
6868 \end_layout
6869
6870 \begin_layout Standard
6871 In the last example it doesn't matter if 
6872 \series bold
6873
6874 \backslash
6875 overbrace
6876 \series default
6877  or 
6878 \series bold
6879
6880 \backslash
6881 underbrace
6882 \series default
6883  is inserted at first.
6884 \end_layout
6885
6886 \begin_layout Standard
6887 \begin_inset VSpace medskip
6888 \end_inset
6889
6890
6891 \end_layout
6892
6893 \begin_layout Standard
6894 If you set in the document settings under 
6895 \family sans
6896 Math
6897 \begin_inset space ~
6898 \end_inset
6899
6900 Options
6901 \family default
6902  for the package 
6903 \series bold
6904 mathtools
6905 \series default
6906
6907 \begin_inset Index idx
6908 status collapsed
6909
6910 \begin_layout Plain Layout
6911 Packages ! mathtools
6912 \end_layout
6913
6914 \end_inset
6915
6916  the option 
6917 \family sans
6918 Load
6919 \begin_inset space ~
6920 \end_inset
6921
6922 always
6923 \family default
6924 , you have access to square backets:
6925 \end_layout
6926
6927 \begin_layout Standard
6928 \align center
6929 \begin_inset Tabular
6930 <lyxtabular version="3" rows="4" columns="2">
6931 <features booktabs="true" tabularvalignment="middle">
6932 <column alignment="center" valignment="top" width="0pt">
6933 <column alignment="center" valignment="top" width="0pt">
6934 <row>
6935 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 Command
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 Result
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 </row>
6954 <row>
6955 <cell alignment="center" valignment="top" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959
6960 \backslash
6961
6962 \family roman
6963 \series medium
6964 \shape up
6965 \size normal
6966 \emph off
6967 \bar no
6968 \strikeout off
6969 \uuline off
6970 \uwave off
6971 \noun off
6972 \color none
6973 overbracket
6974 \family default
6975 \series default
6976 \shape default
6977 \size default
6978 \emph default
6979 \bar default
6980 \strikeout default
6981 \uuline default
6982 \uwave default
6983 \noun default
6984 \color inherit
6985 {A+B
6986 \begin_inset space \textvisiblespace{}
6987 \end_inset
6988
6989 ^3
6990 \begin_inset Index idx
6991 status collapsed
6992
6993 \begin_layout Plain Layout
6994 Commands ! O ! 
6995 \backslash
6996 overbracket
6997 \end_layout
6998
6999 \end_inset
7000
7001
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 <cell alignment="center" valignment="top" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010 \begin_inset Formula $\overbracket{A+B}^{3}$
7011 \end_inset
7012
7013
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 </row>
7019 <row topspace="2mm">
7020 <cell alignment="center" valignment="top" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024
7025 \backslash
7026 under
7027 \family roman
7028 \series medium
7029 \shape up
7030 \size normal
7031 \emph off
7032 \bar no
7033 \strikeout off
7034 \uuline off
7035 \uwave off
7036 \noun off
7037 \color none
7038 bracket
7039 \family default
7040 \series default
7041 \shape default
7042 \size default
7043 \emph default
7044 \bar default
7045 \strikeout default
7046 \uuline default
7047 \uwave default
7048 \noun default
7049 \color inherit
7050 {A+B
7051 \begin_inset space \textvisiblespace{}
7052 \end_inset
7053
7054 _5
7055 \begin_inset Index idx
7056 status collapsed
7057
7058 \begin_layout Plain Layout
7059 Commands ! U ! 
7060 \backslash
7061 under
7062 \family roman
7063 \series medium
7064 \shape up
7065 \size normal
7066 \emph off
7067 \bar no
7068 \strikeout off
7069 \uuline off
7070 \uwave off
7071 \noun off
7072 \color none
7073 bracket
7074 \end_layout
7075
7076 \end_inset
7077
7078
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 <cell alignment="center" valignment="top" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 \begin_inset Formula $\underbracket{A+B}_{5}$
7088 \end_inset
7089
7090
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 </row>
7096 <row>
7097 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7098 \begin_inset Text
7099
7100 \begin_layout Plain Layout
7101
7102 \backslash
7103 overbracket{
7104 \backslash
7105 underbracket{A+B_w
7106 \begin_inset space \textvisiblespace{}
7107 \end_inset
7108
7109
7110 \begin_inset space \textvisiblespace{}
7111 \end_inset
7112
7113 _7
7114 \begin_inset space \textvisiblespace{}
7115 \end_inset
7116
7117
7118 \begin_inset space \textvisiblespace{}
7119 \end_inset
7120
7121 ^
7122 \begin_inset space \textvisiblespace{}
7123 \end_inset
7124
7125 C
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7135 \end_inset
7136
7137
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 </row>
7143 </lyxtabular>
7144
7145 \end_inset
7146
7147
7148 \end_layout
7149
7150 \begin_layout Standard
7151 For 
7152 \series bold
7153
7154 \backslash
7155 overbracket
7156 \series default
7157  and 
7158 \series bold
7159
7160 \backslash
7161 underbracket
7162 \series default
7163  you can change the thickness of the bracket's stroke by specifying the
7164  desired thickness in square brackets behind the command:
7165 \end_layout
7166
7167 \begin_layout Standard
7168 \align center
7169 \begin_inset Tabular
7170 <lyxtabular version="3" rows="3" columns="2">
7171 <features booktabs="true" tabularvalignment="middle">
7172 <column alignment="center" valignment="top" width="0pt">
7173 <column alignment="center" valignment="top" width="0pt">
7174 <row>
7175 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179 Command
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 Result
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 </row>
7194 <row>
7195 <cell alignment="center" valignment="top" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Plain Layout
7199
7200 \backslash
7201
7202 \family roman
7203 \series medium
7204 \shape up
7205 \size normal
7206 \emph off
7207 \bar no
7208 \strikeout off
7209 \uuline off
7210 \uwave off
7211 \noun off
7212 \color none
7213 overbracket
7214 \family default
7215 \series default
7216 \shape default
7217 \size default
7218 \emph default
7219 \bar default
7220 \strikeout default
7221 \uuline default
7222 \uwave default
7223 \noun default
7224 \color inherit
7225 [3pt]
7226 \backslash
7227 {A+B
7228 \begin_inset space \textvisiblespace{}
7229 \end_inset
7230
7231 ^3
7232 \end_layout
7233
7234 \end_inset
7235 </cell>
7236 <cell alignment="center" valignment="top" usebox="none">
7237 \begin_inset Text
7238
7239 \begin_layout Plain Layout
7240 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7241 \end_inset
7242
7243
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 </row>
7249 <row topspace="2mm">
7250 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Plain Layout
7254
7255 \backslash
7256 under
7257 \family roman
7258 \series medium
7259 \shape up
7260 \size normal
7261 \emph off
7262 \bar no
7263 \strikeout off
7264 \uuline off
7265 \uwave off
7266 \noun off
7267 \color none
7268 bracket
7269 \family default
7270 \series default
7271 \shape default
7272 \size default
7273 \emph default
7274 \bar default
7275 \strikeout default
7276 \uuline default
7277 \uwave default
7278 \noun default
7279 \color inherit
7280 [1pt]
7281 \backslash
7282 {A+B
7283 \begin_inset space \textvisiblespace{}
7284 \end_inset
7285
7286 _5
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7296 \end_inset
7297
7298
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 </row>
7304 </lyxtabular>
7305
7306 \end_inset
7307
7308
7309 \end_layout
7310
7311 \begin_layout Standard
7312 \begin_inset VSpace bigskip
7313 \end_inset
7314
7315 When brackets should overlap each other, multiline formulas, as described
7316  in 
7317 \begin_inset CommandInset ref
7318 LatexCommand ref
7319 reference "sec:Multiline-Formulas"
7320
7321 \end_inset
7322
7323 , must be used:
7324 \begin_inset Formula 
7325 \begin{eqnarray*}
7326 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7327  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7328 \end{eqnarray*}
7329
7330 \end_inset
7331
7332 In the first row the formula is inserted together with the first brace.
7333  It is hereby important that the space command
7334 \begin_inset Foot
7335 status collapsed
7336
7337 \begin_layout Plain Layout
7338 Space commands are explained in 
7339 \begin_inset CommandInset ref
7340 LatexCommand ref
7341 reference "subsec:Predefined-Space"
7342
7343 \end_inset
7344
7345 .
7346 \end_layout
7347
7348 \end_inset
7349
7350  
7351 \series bold
7352
7353 \backslash
7354 :
7355 \series default
7356  is inserted before the first 
7357 \begin_inset Formula $d$
7358 \end_inset
7359
7360 , because the brace that ends behind the 
7361 \begin_inset Formula $q$
7362 \end_inset
7363
7364  prevents that the following 
7365 \begin_inset Quotes eld
7366 \end_inset
7367
7368 +
7369 \begin_inset Quotes erd
7370 \end_inset
7371
7372  is surrounded by space.
7373 \begin_inset Foot
7374 status collapsed
7375
7376 \begin_layout Plain Layout
7377 because a bracket is not handled as a character, see 
7378 \begin_inset CommandInset ref
7379 LatexCommand ref
7380 reference "subsec:Binary-Operators"
7381
7382 \end_inset
7383
7384
7385 \end_layout
7386
7387 \end_inset
7388
7389  In the second row the second brace is inserted.
7390  As it should begin before the 
7391 \begin_inset Formula $b$
7392 \end_inset
7393
7394 , first the command 
7395 \series bold
7396
7397 \backslash
7398 hphantom{gggg+
7399 \backslash
7400 :}
7401 \series default
7402  is inserted.
7403 \begin_inset Foot
7404 status collapsed
7405
7406 \begin_layout Plain Layout
7407 more about 
7408 \series bold
7409
7410 \backslash
7411 hphantom
7412 \series default
7413  see 
7414 \begin_inset CommandInset ref
7415 LatexCommand ref
7416 reference "subsec:Placeholders"
7417
7418 \end_inset
7419
7420
7421 \end_layout
7422
7423 \end_inset
7424
7425  This space is needed because the 
7426 \begin_inset Quotes eld
7427 \end_inset
7428
7429 +
7430 \begin_inset Quotes erd
7431 \end_inset
7432
7433  is also surrounded by space in the formula.
7434  The brace is placed under the command 
7435 \series bold
7436
7437 \backslash
7438 hphantom{bbqq+dddd}
7439 \series default
7440 .
7441 \end_layout
7442
7443 \begin_layout Standard
7444 It gets more complicated when brackets overlap each other above and under
7445  the formula, like in the following example:
7446 \begin_inset ERT
7447 status collapsed
7448
7449 \begin_layout Plain Layout
7450
7451
7452 \backslash
7453 setlength{
7454 \backslash
7455 jot}{-6pt}
7456 \end_layout
7457
7458 \end_inset
7459
7460
7461 \begin_inset Formula 
7462 \begin{eqnarray*}
7463  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7464 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7465 \end{eqnarray*}
7466
7467 \end_inset
7468
7469
7470 \begin_inset ERT
7471 status collapsed
7472
7473 \begin_layout Plain Layout
7474
7475
7476 \backslash
7477 setlength{
7478 \backslash
7479 jot}{3pt}
7480 \end_layout
7481
7482 \end_inset
7483
7484 The first formula row is the same as the second row of the previous example,
7485  with the difference that the brace is above.
7486  The second row contains the formula together with the second brace.
7487  To avoid that there is space between the upper brace in the first row and
7488  the formula, the row spacing needs to be reduced.
7489  This is not easily possible due to a bug in \SpecialChar LyX
7490 .
7491 \begin_inset Foot
7492 status collapsed
7493
7494 \begin_layout Plain Layout
7495 \begin_inset CommandInset href
7496 LatexCommand href
7497 name "LyX-bug #1505"
7498 target "http://www.lyx.org/trac/ticket/1505"
7499 literal "false"
7500
7501 \end_inset
7502
7503
7504 \end_layout
7505
7506 \end_inset
7507
7508  As a solution for the problem, the global formula row separation 
7509 \series bold
7510
7511 \backslash
7512 jot
7513 \series default
7514
7515 \begin_inset Index idx
7516 status collapsed
7517
7518 \begin_layout Plain Layout
7519 Commands ! J ! 
7520 \backslash
7521 jot
7522 \end_layout
7523
7524 \end_inset
7525
7526  must be changed to -6
7527 \begin_inset space \thinspace{}
7528 \end_inset
7529
7530 pt before the formula with the command 
7531 \series bold
7532
7533 \backslash
7534 setlength{
7535 \backslash
7536 jot}{-6pt}
7537 \series default
7538  in \SpecialChar TeX
7539  mode.
7540  
7541 \series bold
7542
7543 \backslash
7544 jot
7545 \series default
7546  is set back after the formula to the standard value of 3
7547 \begin_inset space \thinspace{}
7548 \end_inset
7549
7550 pt using the same command.
7551  More about the row separation in formulas is explained in 
7552 \begin_inset CommandInset ref
7553 LatexCommand ref
7554 reference "subsec:Line-Separation"
7555
7556 \end_inset
7557
7558 .
7559 \end_layout
7560
7561 \begin_layout Section
7562 Arrows
7563 \begin_inset Index idx
7564 status collapsed
7565
7566 \begin_layout Plain Layout
7567 Arrows
7568 \end_layout
7569
7570 \end_inset
7571
7572
7573 \end_layout
7574
7575 \begin_layout Standard
7576 Arrows can be inserted via the math toolbar button 
7577 \begin_inset Info
7578 type  "icon"
7579 arg   "math-insert \\leftarrow"
7580 \end_inset
7581
7582  or the commands listed in the following subsections.
7583 \end_layout
7584
7585 \begin_layout Subsection
7586 Horizontal Arrows
7587 \begin_inset Index idx
7588 status collapsed
7589
7590 \begin_layout Plain Layout
7591 Arrows ! horizontal
7592 \end_layout
7593
7594 \end_inset
7595
7596
7597 \end_layout
7598
7599 \begin_layout Standard
7600 \begin_inset space \hfill{}
7601 \end_inset
7602
7603
7604 \begin_inset Tabular
7605 <lyxtabular version="3" rows="8" columns="2">
7606 <features booktabs="true" tabularvalignment="middle">
7607 <column alignment="center" valignment="top" width="0pt">
7608 <column alignment="center" valignment="top" width="0pt">
7609 <row>
7610 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614 Command
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 Result
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 </row>
7629 <row>
7630 <cell alignment="center" valignment="top" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Plain Layout
7634
7635 \backslash
7636 gets
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell alignment="center" valignment="top" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645 \begin_inset Formula $\gets$
7646 \end_inset
7647
7648
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 </row>
7654 <row>
7655 <cell alignment="center" valignment="top" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659
7660 \backslash
7661 Leftarrow
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 <cell alignment="center" valignment="top" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670 \begin_inset Formula $\Leftarrow$
7671 \end_inset
7672
7673
7674 \end_layout
7675
7676 \end_inset
7677 </cell>
7678 </row>
7679 <row>
7680 <cell alignment="center" valignment="top" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684
7685 \backslash
7686 longleftarrow
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 <cell alignment="center" valignment="top" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695 \begin_inset Formula $\longleftarrow$
7696 \end_inset
7697
7698
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 </row>
7704 <row>
7705 <cell alignment="center" valignment="top" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709
7710 \backslash
7711 Longleftarrow
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell alignment="center" valignment="top" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720 \begin_inset Formula $\Longleftarrow$
7721 \end_inset
7722
7723
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 </row>
7729 <row>
7730 <cell alignment="center" valignment="top" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734
7735 \backslash
7736 leftharpoonup
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 <cell alignment="center" valignment="top" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745 \begin_inset Formula $\leftharpoonup$
7746 \end_inset
7747
7748
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 </row>
7754 <row>
7755 <cell alignment="center" valignment="top" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759
7760 \backslash
7761 leftharpoondown
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell alignment="center" valignment="top" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770 \begin_inset Formula $\leftharpoondown$
7771 \end_inset
7772
7773
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 </row>
7779 <row>
7780 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \backslash
7786 hookleftarrow
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795 \begin_inset Formula $\hookleftarrow$
7796 \end_inset
7797
7798
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 </row>
7804 </lyxtabular>
7805
7806 \end_inset
7807
7808
7809 \begin_inset space \hfill{}
7810 \end_inset
7811
7812
7813 \begin_inset Tabular
7814 <lyxtabular version="3" rows="8" columns="2">
7815 <features booktabs="true" tabularvalignment="middle">
7816 <column alignment="center" valignment="top" width="0pt">
7817 <column alignment="center" valignment="top" width="0pt">
7818 <row>
7819 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823 Command
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832 Result
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 </row>
7838 <row>
7839 <cell alignment="center" valignment="top" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843
7844 \backslash
7845 to
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell alignment="center" valignment="top" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854 \begin_inset Formula $\to$
7855 \end_inset
7856
7857
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 </row>
7863 <row>
7864 <cell alignment="center" valignment="top" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868
7869 \backslash
7870 Rightarrow
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell alignment="center" valignment="top" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879 \begin_inset Formula $\Rightarrow$
7880 \end_inset
7881
7882
7883 \end_layout
7884
7885 \end_inset
7886 </cell>
7887 </row>
7888 <row>
7889 <cell alignment="center" valignment="top" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893
7894 \backslash
7895 longrightarrow
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 <cell alignment="center" valignment="top" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904 \begin_inset Formula $\longrightarrow$
7905 \end_inset
7906
7907
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 </row>
7913 <row>
7914 <cell alignment="center" valignment="top" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918
7919 \backslash
7920 Longrightarrow
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell alignment="center" valignment="top" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929 \begin_inset Formula $\Longrightarrow$
7930 \end_inset
7931
7932
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 </row>
7938 <row>
7939 <cell alignment="center" valignment="top" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943
7944 \backslash
7945 rightharpoonup
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell alignment="center" valignment="top" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954 \begin_inset Formula $\rightharpoonup$
7955 \end_inset
7956
7957
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 </row>
7963 <row>
7964 <cell alignment="center" valignment="top" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968
7969 \backslash
7970 rightharpoondown
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 <cell alignment="center" valignment="top" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979 \begin_inset Formula $\rightharpoondown$
7980 \end_inset
7981
7982
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 </row>
7988 <row>
7989 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993
7994 \backslash
7995 hookrightarrow
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 \begin_inset Formula $\hookrightarrow$
8005 \end_inset
8006
8007
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 </row>
8013 </lyxtabular>
8014
8015 \end_inset
8016
8017
8018 \begin_inset space \hfill{}
8019 \end_inset
8020
8021
8022 \end_layout
8023
8024 \begin_layout Standard
8025 \begin_inset space \hfill{}
8026 \end_inset
8027
8028
8029 \begin_inset Tabular
8030 <lyxtabular version="3" rows="6" columns="2">
8031 <features booktabs="true" tabularvalignment="middle">
8032 <column alignment="center" valignment="top" width="0pt">
8033 <column alignment="center" valignment="top" width="0pt">
8034 <row>
8035 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039 Command
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 Result
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 </row>
8054 <row>
8055 <cell alignment="center" valignment="top" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059
8060 \backslash
8061 leftrightarrow
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 \begin_inset Formula $\leftrightarrow$
8071 \end_inset
8072
8073
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 </row>
8079 <row>
8080 <cell alignment="center" valignment="top" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084
8085 \backslash
8086 Leftrightarrow
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 \begin_inset Formula $\Leftrightarrow$
8096 \end_inset
8097
8098
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 </row>
8104 <row>
8105 <cell alignment="center" valignment="top" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109
8110 \backslash
8111 longleftrightarrow
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 \begin_inset Formula $\longleftrightarrow$
8121 \end_inset
8122
8123
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 </row>
8129 <row>
8130 <cell alignment="center" valignment="top" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134
8135 \backslash
8136 Longleftrightarrow
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 \begin_inset Formula $\Longleftrightarrow$
8146 \end_inset
8147
8148
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 </row>
8154 <row>
8155 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159
8160 \backslash
8161 rightleftharpoons
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 \begin_inset Formula $\rightleftharpoons$
8171 \end_inset
8172
8173
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 </row>
8179 </lyxtabular>
8180
8181 \end_inset
8182
8183
8184 \begin_inset space \hspace{}
8185 \length 25pt
8186 \end_inset
8187
8188
8189 \begin_inset space \hfill{}
8190 \end_inset
8191
8192
8193 \begin_inset Tabular
8194 <lyxtabular version="3" rows="5" columns="2">
8195 <features booktabs="true" tabularvalignment="middle">
8196 <column alignment="center" valignment="top" width="0pt">
8197 <column alignment="center" valignment="top" width="0pt">
8198 <row>
8199 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 Command
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 Result
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \backslash
8225 mapsto
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 \begin_inset Formula $\mapsto$
8235 \end_inset
8236
8237
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 <row>
8244 <cell alignment="center" valignment="top" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248
8249 \backslash
8250 longmapsto
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 \begin_inset Formula $\longmapsto$
8260 \end_inset
8261
8262
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 </row>
8268 <row>
8269 <cell alignment="center" valignment="top" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273
8274 \backslash
8275 leadsto
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 \begin_inset Formula $\leadsto$
8285 \end_inset
8286
8287
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \backslash
8300 dasharrow
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 \begin_inset Formula $\dasharrow$
8310 \end_inset
8311
8312
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 </row>
8318 </lyxtabular>
8319
8320 \end_inset
8321
8322
8323 \begin_inset space \hfill{}
8324 \end_inset
8325
8326
8327 \end_layout
8328
8329 \begin_layout Standard
8330 \begin_inset VSpace medskip
8331 \end_inset
8332
8333 Arrows used as accents like e.
8334 \begin_inset space \thinspace{}
8335 \end_inset
8336
8337 g.
8338 \begin_inset space \space{}
8339 \end_inset
8340
8341 vector arrows are listed in 
8342 \begin_inset CommandInset ref
8343 LatexCommand ref
8344 reference "sec:Accents"
8345
8346 \end_inset
8347
8348 .
8349 \end_layout
8350
8351 \begin_layout Standard
8352 \begin_inset VSpace bigskip
8353 \end_inset
8354
8355 Furthermore there are the labeled arrows
8356 \begin_inset Index idx
8357 status collapsed
8358
8359 \begin_layout Plain Layout
8360 Arrows ! labeled
8361 \end_layout
8362
8363 \end_inset
8364
8365  
8366 \series bold
8367
8368 \backslash
8369 xleftarrow
8370 \series default
8371
8372 \begin_inset Index idx
8373 status collapsed
8374
8375 \begin_layout Plain Layout
8376 Commands ! X ! 
8377 \backslash
8378 xleftarrow
8379 \end_layout
8380
8381 \end_inset
8382
8383  and 
8384 \series bold
8385
8386 \backslash
8387 xrightarrow
8388 \series default
8389
8390 \begin_inset Index idx
8391 status collapsed
8392
8393 \begin_layout Plain Layout
8394 Commands ! X ! 
8395 \backslash
8396 xrightarrow
8397 \begin_inset ERT
8398 status collapsed
8399
8400 \begin_layout Plain Layout
8401
8402
8403 \backslash
8404 vspace{4mm}
8405 \end_layout
8406
8407 \end_inset
8408
8409
8410 \end_layout
8411
8412 \end_inset
8413
8414 .
8415  When inserting one of these commands in a formula, an arrow with two blue
8416  boxes appear where the label can be inserted.
8417  The length of the arrow adapts to the label width.
8418 \end_layout
8419
8420 \begin_layout Standard
8421 \align center
8422 \begin_inset Tabular
8423 <lyxtabular version="3" rows="3" columns="2">
8424 <features booktabs="true" tabularvalignment="middle">
8425 <column alignment="center" valignment="top" width="0pt">
8426 <column alignment="center" valignment="top" width="0pt">
8427 <row>
8428 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 Command
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 Result
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 </row>
8447 <row>
8448 <cell alignment="center" valignment="top" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452 F(a)
8453 \backslash
8454 xleftarrow
8455 \begin_inset space \textvisiblespace{}
8456 \end_inset
8457
8458 x=a
8459 \begin_inset Formula $\downarrow$
8460 \end_inset
8461
8462 x>0
8463 \begin_inset Formula $\to$
8464 \end_inset
8465
8466 F(x)
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell alignment="center" valignment="top" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8476 \end_inset
8477
8478
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 </row>
8484 <row topspace="2mm">
8485 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 F(x)
8490 \backslash
8491 xrightarrow
8492 \begin_inset space \textvisiblespace{}
8493 \end_inset
8494
8495 x=a
8496 \begin_inset Formula $\downarrow$
8497 \end_inset
8498
8499 x>0
8500 \begin_inset Formula $\to$
8501 \end_inset
8502
8503 F(a)
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8513 \end_inset
8514
8515
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 </row>
8521 </lyxtabular>
8522
8523 \end_inset
8524
8525
8526 \end_layout
8527
8528 \begin_layout Standard
8529 \begin_inset VSpace medskip
8530 \end_inset
8531
8532
8533 \end_layout
8534
8535 \begin_layout Standard
8536 If you set in the document settings under 
8537 \family sans
8538 Math
8539 \begin_inset space ~
8540 \end_inset
8541
8542 Options
8543 \family default
8544  for the package 
8545 \series bold
8546 mathtools
8547 \series default
8548
8549 \begin_inset Index idx
8550 status collapsed
8551
8552 \begin_layout Plain Layout
8553 Packages ! mathtools
8554 \end_layout
8555
8556 \end_inset
8557
8558  the option 
8559 \family sans
8560 Load
8561 \begin_inset space ~
8562 \end_inset
8563
8564 always
8565 \family default
8566 , you have access to the following labeled arrows:
8567 \end_layout
8568
8569 \begin_layout Standard
8570 \begin_inset Newpage newpage
8571 \end_inset
8572
8573
8574 \end_layout
8575
8576 \begin_layout Standard
8577 \align center
8578 \begin_inset space \hspace*{\fill}
8579 \end_inset
8580
8581
8582 \begin_inset Tabular
8583 <lyxtabular version="3" rows="7" columns="2">
8584 <features booktabs="true" tabularvalignment="middle">
8585 <column alignment="center" valignment="top" width="0pt">
8586 <column alignment="center" valignment="top" width="0pt">
8587 <row>
8588 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 Command
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 Example
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 </row>
8607 <row>
8608 <cell alignment="center" valignment="top" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612
8613 \family roman
8614 \series medium
8615 \shape up
8616 \size normal
8617 \emph off
8618 \bar no
8619 \strikeout off
8620 \uuline off
8621 \uwave off
8622 \noun off
8623 \color none
8624
8625 \backslash
8626 xleftrightarrow
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="center" valignment="top" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8636 \end_inset
8637
8638
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 </row>
8644 <row topspace="2mm">
8645 <cell alignment="center" valignment="top" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649
8650 \family roman
8651 \series medium
8652 \shape up
8653 \size normal
8654 \emph off
8655 \bar no
8656 \strikeout off
8657 \uuline off
8658 \uwave off
8659 \noun off
8660 \color none
8661
8662 \backslash
8663 xLeftarrow
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8673 \end_inset
8674
8675
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 </row>
8681 <row topspace="2mm">
8682 <cell alignment="center" valignment="top" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686
8687 \backslash
8688
8689 \family roman
8690 \series medium
8691 \shape up
8692 \size normal
8693 \emph off
8694 \bar no
8695 \strikeout off
8696 \uuline off
8697 \uwave off
8698 \noun off
8699 \color none
8700 xRightarrow
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8710 \end_inset
8711
8712
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 </row>
8718 <row topspace="2mm">
8719 <cell alignment="center" valignment="top" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723
8724 \backslash
8725
8726 \family roman
8727 \series medium
8728 \shape up
8729 \size normal
8730 \emph off
8731 \bar no
8732 \strikeout off
8733 \uuline off
8734 \uwave off
8735 \noun off
8736 \color none
8737 xLeftrightarrow
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 <cell alignment="center" valignment="top" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8747 \end_inset
8748
8749
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 </row>
8755 <row topspace="2mm">
8756 <cell alignment="center" valignment="top" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760
8761 \family roman
8762 \series medium
8763 \shape up
8764 \size normal
8765 \emph off
8766 \bar no
8767 \strikeout off
8768 \uuline off
8769 \uwave off
8770 \noun off
8771 \color none
8772
8773 \backslash
8774 xhookleftarrow
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="center" valignment="top" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8784 \end_inset
8785
8786
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 </row>
8792 <row topspace="2mm">
8793 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797
8798 \family roman
8799 \series medium
8800 \shape up
8801 \size normal
8802 \emph off
8803 \bar no
8804 \strikeout off
8805 \uuline off
8806 \uwave off
8807 \noun off
8808 \color none
8809
8810 \backslash
8811 xhookrightarrow
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8821 \end_inset
8822
8823
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 </row>
8829 </lyxtabular>
8830
8831 \end_inset
8832
8833
8834 \begin_inset space \hspace*{\fill}
8835 \end_inset
8836
8837
8838 \begin_inset Tabular
8839 <lyxtabular version="3" rows="7" columns="2">
8840 <features booktabs="true" tabularvalignment="middle">
8841 <column alignment="center" valignment="top" width="0pt">
8842 <column alignment="center" valignment="top" width="0pt">
8843 <row>
8844 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 Command
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857 Example
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 </row>
8863 <row>
8864 <cell alignment="center" valignment="top" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868
8869 \backslash
8870
8871 \family roman
8872 \series medium
8873 \shape up
8874 \size normal
8875 \emph off
8876 \bar no
8877 \strikeout off
8878 \uuline off
8879 \uwave off
8880 \noun off
8881 \color none
8882 xleftharpoondown
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="center" valignment="top" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8892 \end_inset
8893
8894
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 </row>
8900 <row topspace="2mm">
8901 <cell alignment="center" valignment="top" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905
8906 \backslash
8907
8908 \family roman
8909 \series medium
8910 \shape up
8911 \size normal
8912 \emph off
8913 \bar no
8914 \strikeout off
8915 \uuline off
8916 \uwave off
8917 \noun off
8918 \color none
8919 xleftharpoonup
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 <cell alignment="center" valignment="top" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
8929 \end_inset
8930
8931
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 </row>
8937 <row topspace="2mm">
8938 <cell alignment="center" valignment="top" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942
8943 \backslash
8944
8945 \family roman
8946 \series medium
8947 \shape up
8948 \size normal
8949 \emph off
8950 \bar no
8951 \strikeout off
8952 \uuline off
8953 \uwave off
8954 \noun off
8955 \color none
8956 xrightharpoondown
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
8966 \end_inset
8967
8968
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 </row>
8974 <row topspace="2mm">
8975 <cell alignment="center" valignment="top" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979
8980 \backslash
8981
8982 \family roman
8983 \series medium
8984 \shape up
8985 \size normal
8986 \emph off
8987 \bar no
8988 \strikeout off
8989 \uuline off
8990 \uwave off
8991 \noun off
8992 \color none
8993 xrightharpoonup
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell alignment="center" valignment="top" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
9003 \end_inset
9004
9005
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 </row>
9011 <row topspace="2mm">
9012 <cell alignment="center" valignment="top" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016
9017 \backslash
9018
9019 \family roman
9020 \series medium
9021 \shape up
9022 \size normal
9023 \emph off
9024 \bar no
9025 \strikeout off
9026 \uuline off
9027 \uwave off
9028 \noun off
9029 \color none
9030 xleftrightharpoons
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 <cell alignment="center" valignment="top" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
9040 \end_inset
9041
9042
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 </row>
9048 <row topspace="2mm">
9049 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053
9054 \backslash
9055
9056 \family roman
9057 \series medium
9058 \shape up
9059 \size normal
9060 \emph off
9061 \bar no
9062 \strikeout off
9063 \uuline off
9064 \uwave off
9065 \noun off
9066 \color none
9067 xrightleftharpoons
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
9077 \end_inset
9078
9079
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 </row>
9085 </lyxtabular>
9086
9087 \end_inset
9088
9089
9090 \begin_inset space \hspace*{\fill}
9091 \end_inset
9092
9093
9094 \end_layout
9095
9096 \begin_layout Standard
9097 The command scheme is for all these arrows:
9098 \end_layout
9099
9100 \begin_layout Standard
9101 \align center
9102 \begin_inset Tabular
9103 <lyxtabular version="3" rows="2" columns="2">
9104 <features booktabs="true" tabularvalignment="middle">
9105 <column alignment="center" valignment="top" width="0pt">
9106 <column alignment="center" valignment="top" width="0pt">
9107 <row>
9108 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 Command
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 Result
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 </row>
9127 <row bottomspace="0.5mm">
9128 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 F(a)
9133 \backslash
9134 xleftrightarrow[x=a]
9135 \backslash
9136 {x>0
9137 \begin_inset Formula $\to$
9138 \end_inset
9139
9140 F(x)
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
9150 \end_inset
9151
9152
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 </lyxtabular>
9159
9160 \end_inset
9161
9162
9163 \end_layout
9164
9165 \begin_layout Subsection
9166 Vertical and diagonal Arrows
9167 \begin_inset Index idx
9168 status collapsed
9169
9170 \begin_layout Plain Layout
9171 Arrows ! diagonal
9172 \end_layout
9173
9174 \end_inset
9175
9176
9177 \begin_inset Index idx
9178 status collapsed
9179
9180 \begin_layout Plain Layout
9181 Arrows ! vertical
9182 \end_layout
9183
9184 \end_inset
9185
9186
9187 \end_layout
9188
9189 \begin_layout Standard
9190 \begin_inset space \hfill{}
9191 \end_inset
9192
9193
9194 \begin_inset Tabular
9195 <lyxtabular version="3" rows="7" columns="2">
9196 <features booktabs="true" tabularvalignment="middle">
9197 <column alignment="center" valignment="top" width="0pt">
9198 <column alignment="center" valignment="top" width="0pt">
9199 <row>
9200 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204 Command
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 Result
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 </row>
9219 <row>
9220 <cell alignment="center" valignment="top" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224
9225 \backslash
9226 uparrow
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell alignment="center" valignment="top" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235 \begin_inset Formula $\uparrow$
9236 \end_inset
9237
9238
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 </row>
9244 <row>
9245 <cell alignment="center" valignment="top" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249
9250 \backslash
9251 Uparrow
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260 \begin_inset Formula $\Uparrow$
9261 \end_inset
9262
9263
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 </row>
9269 <row>
9270 <cell alignment="center" valignment="top" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274
9275 \backslash
9276 updownarrow
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 \begin_inset Formula $\updownarrow$
9286 \end_inset
9287
9288
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 </row>
9294 <row>
9295 <cell alignment="center" valignment="top" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299
9300 \backslash
9301 Updownarrow
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 <cell alignment="center" valignment="top" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310 \begin_inset Formula $\Updownarrow$
9311 \end_inset
9312
9313
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 </row>
9319 <row>
9320 <cell alignment="center" valignment="top" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324
9325 \backslash
9326 Downarrow
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 \begin_inset Formula $\Downarrow$
9336 \end_inset
9337
9338
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 </row>
9344 <row>
9345 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349
9350 \backslash
9351 downarrow
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 \begin_inset Formula $\downarrow$
9361 \end_inset
9362
9363
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 </row>
9369 </lyxtabular>
9370
9371 \end_inset
9372
9373
9374 \begin_inset space \hfill{}
9375 \end_inset
9376
9377
9378 \begin_inset Tabular
9379 <lyxtabular version="3" rows="5" columns="2">
9380 <features booktabs="true" tabularvalignment="middle">
9381 <column alignment="center" valignment="top" width="0pt">
9382 <column alignment="center" valignment="top" width="0pt">
9383 <row>
9384 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388 Command
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397 Result
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row>
9404 <cell alignment="center" valignment="top" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408
9409 \backslash
9410 nearrow
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 <cell alignment="center" valignment="top" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 \begin_inset Formula $\nearrow$
9420 \end_inset
9421
9422
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 </row>
9428 <row>
9429 <cell alignment="center" valignment="top" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433
9434 \backslash
9435 searrow
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell alignment="center" valignment="top" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444 \begin_inset Formula $\searrow$
9445 \end_inset
9446
9447
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 </row>
9453 <row>
9454 <cell alignment="center" valignment="top" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458
9459 \backslash
9460 swarrow
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 <cell alignment="center" valignment="top" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469 \begin_inset Formula $\swarrow$
9470 \end_inset
9471
9472
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 </row>
9478 <row>
9479 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483
9484 \backslash
9485 nwarrow
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494 \begin_inset Formula $\nwarrow$
9495 \end_inset
9496
9497
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 </row>
9503 </lyxtabular>
9504
9505 \end_inset
9506
9507
9508 \begin_inset space \hfill{}
9509 \end_inset
9510
9511
9512 \end_layout
9513
9514 \begin_layout Standard
9515 \begin_inset VSpace medskip
9516 \end_inset
9517
9518 Vertical arrows can be used also as delimiters together with the commands
9519  described in 
9520 \begin_inset CommandInset ref
9521 LatexCommand ref
9522 reference "subsec:Manual-Bracket-Size"
9523
9524 \end_inset
9525
9526  and 
9527 \begin_inset CommandInset ref
9528 LatexCommand ref
9529 reference "subsec:Automatic-Bracket-Size"
9530
9531 \end_inset
9532
9533 .
9534 \end_layout
9535
9536 \begin_layout Section
9537 Accents
9538 \begin_inset CommandInset label
9539 LatexCommand label
9540 name "sec:Accents"
9541
9542 \end_inset
9543
9544
9545 \begin_inset Index idx
9546 status collapsed
9547
9548 \begin_layout Plain Layout
9549 Accents
9550 \end_layout
9551
9552 \end_inset
9553
9554
9555 \end_layout
9556
9557 \begin_layout Standard
9558 Accents can be inserted via the math toolbar button 
9559 \begin_inset Info
9560 type  "icon"
9561 arg   "math-insert \\hat"
9562 \end_inset
9563
9564  or the commands listed in the following subsections.
9565 \end_layout
9566
9567 \begin_layout Subsection
9568 Accents for one Character
9569 \begin_inset ERT
9570 status collapsed
9571
9572 \begin_layout Plain Layout
9573
9574
9575 \backslash
9576 texorpdfstring{
9577 \end_layout
9578
9579 \end_inset
9580
9581
9582 \begin_inset Foot
9583 status collapsed
9584
9585 \begin_layout Plain Layout
9586 accents in text see 
9587 \begin_inset CommandInset ref
9588 LatexCommand ref
9589 reference "subsec:Accents-in-Text"
9590
9591 \end_inset
9592
9593
9594 \end_layout
9595
9596 \end_inset
9597
9598
9599 \begin_inset ERT
9600 status collapsed
9601
9602 \begin_layout Plain Layout
9603
9604 }{}
9605 \end_layout
9606
9607 \end_inset
9608
9609
9610 \begin_inset Note Note
9611 status collapsed
9612
9613 \begin_layout Plain Layout
9614
9615 \series bold
9616
9617 \backslash
9618 texorpdfstring
9619 \series default
9620  is used to avoid that the footnote appears in the PDF-bookmark.
9621 \end_layout
9622
9623 \begin_layout Plain Layout
9624 More about 
9625 \series bold
9626
9627 \backslash
9628 texorpdfstring
9629 \series default
9630  is in section 
9631 \begin_inset CommandInset ref
9632 LatexCommand ref
9633 reference "subsec:Formulas-in-Section"
9634
9635 \end_inset
9636
9637 .
9638 \end_layout
9639
9640 \end_inset
9641
9642
9643 \begin_inset CommandInset label
9644 LatexCommand label
9645 name "subsec:Accents-for-one"
9646
9647 \end_inset
9648
9649
9650 \begin_inset Index idx
9651 status collapsed
9652
9653 \begin_layout Plain Layout
9654 Accents ! for one character
9655 \end_layout
9656
9657 \end_inset
9658
9659
9660 \end_layout
9661
9662 \begin_layout Standard
9663 \begin_inset space \hfill{}
9664 \end_inset
9665
9666
9667 \begin_inset Tabular
9668 <lyxtabular version="3" rows="8" columns="2">
9669 <features booktabs="true" tabularvalignment="middle">
9670 <column alignment="center" valignment="top" width="0pt">
9671 <column alignment="center" valignment="top" width="0pt">
9672 <row>
9673 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677 Command
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Plain Layout
9686 Result
9687 \end_layout
9688
9689 \end_inset
9690 </cell>
9691 </row>
9692 <row topspace="1.5mm">
9693 <cell alignment="center" valignment="top" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Plain Layout
9697
9698 \backslash
9699 dot
9700 \begin_inset space \textvisiblespace{}
9701 \end_inset
9702
9703 A
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 <cell alignment="center" valignment="top" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712 \begin_inset Formula $\dot{A}$
9713 \end_inset
9714
9715
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 </row>
9721 <row topspace="1.5mm">
9722 <cell alignment="center" valignment="top" usebox="none">
9723 \begin_inset Text
9724
9725 \begin_layout Plain Layout
9726
9727 \backslash
9728 ddot
9729 \begin_inset space \textvisiblespace{}
9730 \end_inset
9731
9732 A
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell alignment="center" valignment="top" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741 \begin_inset Formula $\ddot{A}$
9742 \end_inset
9743
9744
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 </row>
9750 <row topspace="1.5mm">
9751 <cell alignment="center" valignment="top" usebox="none">
9752 \begin_inset Text
9753
9754 \begin_layout Plain Layout
9755
9756 \backslash
9757 dddot
9758 \begin_inset space \textvisiblespace{}
9759 \end_inset
9760
9761 A
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 <cell alignment="center" valignment="top" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Plain Layout
9770 \begin_inset Formula $\dddot{A}$
9771 \end_inset
9772
9773
9774 \end_layout
9775
9776 \end_inset
9777 </cell>
9778 </row>
9779 <row topspace="1.5mm">
9780 <cell alignment="center" valignment="top" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784
9785 \backslash
9786 ddddot
9787 \begin_inset space \textvisiblespace{}
9788 \end_inset
9789
9790 A
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 <cell alignment="center" valignment="top" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799 \begin_inset Formula $\ddddot{A}$
9800 \end_inset
9801
9802
9803 \end_layout
9804
9805 \end_inset
9806 </cell>
9807 </row>
9808 <row topspace="1.5mm">
9809 <cell alignment="center" valignment="top" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813
9814 \backslash
9815 vec
9816 \begin_inset space \textvisiblespace{}
9817 \end_inset
9818
9819 A
9820 \begin_inset Index idx
9821 status collapsed
9822
9823 \begin_layout Plain Layout
9824 Vectors
9825 \end_layout
9826
9827 \end_inset
9828
9829
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 <cell alignment="center" valignment="top" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838 \begin_inset Formula $\vec{A}$
9839 \end_inset
9840
9841
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 </row>
9847 <row topspace="1.5mm">
9848 <cell alignment="center" valignment="top" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852
9853 \backslash
9854 bar
9855 \begin_inset space \textvisiblespace{}
9856 \end_inset
9857
9858 A
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 <cell alignment="center" valignment="top" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867 \begin_inset Formula $\bar{A}$
9868 \end_inset
9869
9870
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 </row>
9876 <row topspace="1.5mm">
9877 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881
9882 \backslash
9883 mathring
9884 \begin_inset space \textvisiblespace{}
9885 \end_inset
9886
9887 A
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896 \begin_inset Formula $\mathring{A}$
9897 \end_inset
9898
9899
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 </row>
9905 </lyxtabular>
9906
9907 \end_inset
9908
9909
9910 \begin_inset space \hfill{}
9911 \end_inset
9912
9913
9914 \begin_inset Tabular
9915 <lyxtabular version="3" rows="7" columns="2">
9916 <features booktabs="true" tabularvalignment="middle">
9917 <column alignment="center" valignment="top" width="0pt">
9918 <column alignment="center" valignment="top" width="0pt">
9919 <row>
9920 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924 Command
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933 Result
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 </row>
9939 <row topspace="1.5mm">
9940 <cell alignment="center" valignment="top" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944
9945 \backslash
9946 tilde
9947 \begin_inset space \textvisiblespace{}
9948 \end_inset
9949
9950 A
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 <cell alignment="center" valignment="top" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959 \begin_inset Formula $\tilde{A}$
9960 \end_inset
9961
9962
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 </row>
9968 <row topspace="1.5mm">
9969 <cell alignment="center" valignment="top" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973
9974 \backslash
9975 hat
9976 \begin_inset space \textvisiblespace{}
9977 \end_inset
9978
9979 A
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 <cell alignment="center" valignment="top" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988 \begin_inset Formula $\hat{A}$
9989 \end_inset
9990
9991
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 </row>
9997 <row topspace="1.5mm">
9998 <cell alignment="center" valignment="top" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002
10003 \backslash
10004 check
10005 \begin_inset space \textvisiblespace{}
10006 \end_inset
10007
10008 A
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 <cell alignment="center" valignment="top" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017 \begin_inset Formula $\check{A}$
10018 \end_inset
10019
10020
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 </row>
10026 <row topspace="1.5mm">
10027 <cell alignment="center" valignment="top" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031
10032 \backslash
10033 acute
10034 \begin_inset space \textvisiblespace{}
10035 \end_inset
10036
10037 A
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell alignment="center" valignment="top" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046 \begin_inset Formula $\acute{A}$
10047 \end_inset
10048
10049
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 </row>
10055 <row topspace="1.5mm">
10056 <cell alignment="center" valignment="top" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060
10061 \backslash
10062 grave
10063 \begin_inset space \textvisiblespace{}
10064 \end_inset
10065
10066 A
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 <cell alignment="center" valignment="top" usebox="none">
10072 \begin_inset Text
10073
10074 \begin_layout Plain Layout
10075 \begin_inset Formula $\grave{A}$
10076 \end_inset
10077
10078
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 </row>
10084 <row topspace="1.5mm">
10085 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089
10090 \backslash
10091 breve
10092 \begin_inset space \textvisiblespace{}
10093 \end_inset
10094
10095 A
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104 \begin_inset Formula $\breve{A}$
10105 \end_inset
10106
10107
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 </row>
10113 </lyxtabular>
10114
10115 \end_inset
10116
10117
10118 \begin_inset space \hfill{}
10119 \end_inset
10120
10121
10122 \end_layout
10123
10124 \begin_layout Standard
10125 \begin_inset VSpace bigskip
10126 \end_inset
10127
10128
10129 \end_layout
10130
10131 \begin_layout Standard
10132 You can directly insert accents like é to formulas.
10133  \SpecialChar LyX
10134  will transform them to the corresponding accent command.
10135  For umlauts
10136 \begin_inset Index idx
10137 status collapsed
10138
10139 \begin_layout Plain Layout
10140 Umlauts
10141 \end_layout
10142
10143 \end_inset
10144
10145  it is better to insert a quotation mark before the vowel.
10146  These two characters are then treated by \SpecialChar LaTeX
10147  as 
10148 \emph on
10149 one
10150 \emph default
10151  character when the formula part with the umlaut is marked as German.
10152  In contrary to 
10153 \series bold
10154
10155 \backslash
10156 ddot
10157 \series default
10158 , with this method 
10159 \begin_inset Quotes eld
10160 \end_inset
10161
10162 real
10163 \begin_inset Quotes erd
10164 \end_inset
10165
10166  umlauts are created as demonstrated in the following example:
10167 \end_layout
10168
10169 \begin_layout Standard
10170 \begin_inset VSpace -2mm
10171 \end_inset
10172
10173
10174 \end_layout
10175
10176 \begin_layout Standard
10177 \align center
10178 \begin_inset Tabular
10179 <lyxtabular version="3" rows="3" columns="2">
10180 <features booktabs="true" tabularvalignment="middle">
10181 <column alignment="center" valignment="top" width="0pt">
10182 <column alignment="center" valignment="top">
10183 <row>
10184 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188 Command
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197 Result
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 </row>
10203 <row>
10204 <cell alignment="center" valignment="top" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208 \begin_inset Quotes grd
10209 \end_inset
10210
10211 i
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 <cell alignment="center" valignment="top" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220 \begin_inset space \hspace{}
10221 \length 0pt
10222 \end_inset
10223
10224
10225 \lang ngerman
10226
10227 \begin_inset Formula $"i$
10228 \end_inset
10229
10230
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 </row>
10236 <row topspace="1.5mm">
10237 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241
10242 \backslash
10243 ddot
10244 \begin_inset space \textvisiblespace{}
10245 \end_inset
10246
10247 i
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 \begin_inset Formula $\ddot{i}$
10257 \end_inset
10258
10259
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 </row>
10265 </lyxtabular>
10266
10267 \end_inset
10268
10269
10270 \end_layout
10271
10272 \begin_layout Standard
10273 Another advantage to 
10274 \series bold
10275
10276 \backslash
10277 ddot
10278 \series default
10279  is that umlauts can directly be converted to mathematical text because
10280  the accent commands above are 
10281 \emph on
10282 not allowed
10283 \emph default
10284  
10285 \emph on
10286 in mathematical text
10287 \emph default
10288 .
10289  To convert an accented character to mathematical text, only the character
10290  under the accent may be converted.
10291  This applies also for all other conversions, e.
10292 \begin_inset space \thinspace{}
10293 \end_inset
10294
10295 g.
10296 \begin_inset space \space{}
10297 \end_inset
10298
10299 to italic or bold.
10300 \end_layout
10301
10302 \begin_layout Standard
10303 In mathematical text, umlauts and other accented characters can directly
10304  be inserted.
10305 \end_layout
10306
10307 \begin_layout Standard
10308 \begin_inset VSpace bigskip
10309 \end_inset
10310
10311
10312 \end_layout
10313
10314 \begin_layout Standard
10315 \SpecialChar LyX
10316  also supports a tilde under the character if the \SpecialChar LaTeX
10317 -package 
10318 \series bold
10319 undertilde
10320 \series default
10321
10322 \begin_inset Index idx
10323 status collapsed
10324
10325 \begin_layout Plain Layout
10326 Packages ! undertilde
10327 \end_layout
10328
10329 \end_inset
10330
10331  is installed on your system:
10332 \end_layout
10333
10334 \begin_layout Standard
10335 \begin_inset ERT
10336 status collapsed
10337
10338 \begin_layout Plain Layout
10339
10340
10341 \backslash
10342 ifundertilde 
10343 \end_layout
10344
10345 \end_inset
10346
10347
10348 \begin_inset Note Note
10349 status open
10350
10351 \begin_layout Plain Layout
10352 The following table will only be displayed when the \SpecialChar LaTeX
10353 -package 
10354 \series bold
10355 undertilde
10356 \series default
10357  is installed.
10358 \end_layout
10359
10360 \end_inset
10361
10362
10363 \end_layout
10364
10365 \begin_layout Standard
10366 \noindent
10367 \align center
10368 \begin_inset Tabular
10369 <lyxtabular version="3" rows="2" columns="2">
10370 <features booktabs="true" tabularvalignment="middle">
10371 <column alignment="center" valignment="top" width="0pt">
10372 <column alignment="center" valignment="top" width="0pt">
10373 <row>
10374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 Command
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 Result
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 </row>
10393 <row>
10394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398
10399 \backslash
10400 utilde
10401 \begin_inset space \textvisiblespace{}
10402 \end_inset
10403
10404 A
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413 \begin_inset Formula $\utilde{A}$
10414 \end_inset
10415
10416
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 </row>
10422 </lyxtabular>
10423
10424 \end_inset
10425
10426
10427 \end_layout
10428
10429 \begin_layout Standard
10430 \begin_inset ERT
10431 status collapsed
10432
10433 \begin_layout Plain Layout
10434
10435
10436 \backslash
10437 else 
10438 \end_layout
10439
10440 \end_inset
10441
10442
10443 \begin_inset Note Note
10444 status open
10445
10446 \begin_layout Plain Layout
10447 The following will be displayed when the \SpecialChar LaTeX
10448 -package 
10449 \series bold
10450 undertilde
10451 \series default
10452  is not installed:
10453 \end_layout
10454
10455 \end_inset
10456
10457
10458 \end_layout
10459
10460 \begin_layout Standard
10461 You need to install the \SpecialChar LaTeX
10462 -package 
10463 \series bold
10464 undertilde
10465 \series default
10466  to see the rest of this subsection in the output.
10467 \end_layout
10468
10469 \begin_layout Standard
10470 \begin_inset ERT
10471 status collapsed
10472
10473 \begin_layout Plain Layout
10474
10475
10476 \backslash
10477 fi 
10478 \end_layout
10479
10480 \end_inset
10481
10482
10483 \end_layout
10484
10485 \begin_layout Standard
10486 \begin_inset Newpage newpage
10487 \end_inset
10488
10489
10490 \end_layout
10491
10492 \begin_layout Subsection
10493 Accents for several Characters
10494 \begin_inset Index idx
10495 status collapsed
10496
10497 \begin_layout Plain Layout
10498 Accents ! for several characters
10499 \end_layout
10500
10501 \end_inset
10502
10503
10504 \end_layout
10505
10506 \begin_layout Standard
10507 \begin_inset space \hfill{}
10508 \end_inset
10509
10510
10511 \begin_inset Tabular
10512 <lyxtabular version="3" rows="5" columns="2">
10513 <features booktabs="true" tabularvalignment="middle">
10514 <column alignment="center" valignment="top" width="0pt">
10515 <column alignment="center" valignment="top" width="0pt">
10516 <row>
10517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 Command
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530 Result
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 </row>
10536 <row topspace="1.5mm">
10537 <cell alignment="center" valignment="top" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541
10542 \backslash
10543 overleftarrow
10544 \begin_inset space \textvisiblespace{}
10545 \end_inset
10546
10547 A=B
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556 \begin_inset Formula $\overleftarrow{A=B}$
10557 \end_inset
10558
10559
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 </row>
10565 <row topspace="1.5mm">
10566 <cell alignment="center" valignment="top" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570
10571 \backslash
10572 underleftarrow
10573 \begin_inset space \textvisiblespace{}
10574 \end_inset
10575
10576 A=B
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 \begin_inset Formula $\underleftarrow{A=B}$
10586 \end_inset
10587
10588
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 </row>
10594 <row topspace="1.5mm">
10595 <cell alignment="center" valignment="top" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599
10600 \backslash
10601 overleftrightarrow
10602 \begin_inset space \textvisiblespace{}
10603 \end_inset
10604
10605 A=B
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 \begin_inset Formula $\overleftrightarrow{A=B}$
10615 \end_inset
10616
10617
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 </row>
10623 <row topspace="1.5mm" bottomspace="1mm">
10624 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628
10629 \backslash
10630 underleftrightarrow
10631 \begin_inset space \textvisiblespace{}
10632 \end_inset
10633
10634 A=B
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643 \begin_inset Formula $\underleftrightarrow{A=B}$
10644 \end_inset
10645
10646
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 </row>
10652 </lyxtabular>
10653
10654 \end_inset
10655
10656
10657 \begin_inset space \hfill{}
10658 \end_inset
10659
10660
10661 \begin_inset Tabular
10662 <lyxtabular version="3" rows="5" columns="2">
10663 <features booktabs="true" tabularvalignment="middle">
10664 <column alignment="center" valignment="top" width="0pt">
10665 <column alignment="center" valignment="top" width="0pt">
10666 <row>
10667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671 Command
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680 Result
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 </row>
10686 <row topspace="1.5mm">
10687 <cell alignment="center" valignment="top" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691
10692 \backslash
10693 overrightarrow
10694 \begin_inset space \textvisiblespace{}
10695 \end_inset
10696
10697 A=B
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706 \begin_inset Formula $\overrightarrow{A=B}$
10707 \end_inset
10708
10709
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 <row topspace="1.5mm">
10716 <cell alignment="center" valignment="top" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \backslash
10722 underrightarrow
10723 \begin_inset space \textvisiblespace{}
10724 \end_inset
10725
10726 A=B
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735 \begin_inset Formula $\underrightarrow{A=B}$
10736 \end_inset
10737
10738
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 </row>
10744 <row topspace="1.5mm">
10745 <cell alignment="center" valignment="top" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749
10750 \backslash
10751 widetilde
10752 \begin_inset space \textvisiblespace{}
10753 \end_inset
10754
10755 A=B
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 \begin_inset Formula $\widetilde{A=B}$
10765 \end_inset
10766
10767
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 </row>
10773 <row topspace="1.5mm" bottomspace="1mm">
10774 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778
10779 \backslash
10780 widehat
10781 \begin_inset space \textvisiblespace{}
10782 \end_inset
10783
10784 A=B
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 \begin_inset Formula $\widehat{A=B}$
10794 \end_inset
10795
10796
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 </row>
10802 </lyxtabular>
10803
10804 \end_inset
10805
10806
10807 \begin_inset space \hfill{}
10808 \end_inset
10809
10810
10811 \end_layout
10812
10813 \begin_layout Standard
10814 \begin_inset VSpace medskip
10815 \end_inset
10816
10817 With these commands as many characters as you like can be accented.
10818  But the accents 
10819 \series bold
10820
10821 \backslash
10822 widetilde
10823 \series default
10824  and 
10825 \series bold
10826
10827 \backslash
10828 widehat
10829 \series default
10830  will only be set in the output with a length of three characters, as shown
10831  in the following example:
10832 \begin_inset Formula 
10833 \[
10834 \widetilde{A+B=C-D}
10835 \]
10836
10837 \end_inset
10838
10839
10840 \end_layout
10841
10842 \begin_layout Standard
10843 With the commands 
10844 \series bold
10845
10846 \backslash
10847 overset
10848 \series default
10849
10850 \begin_inset Index idx
10851 status collapsed
10852
10853 \begin_layout Plain Layout
10854 Commands ! O ! 
10855 \backslash
10856 overset
10857 \end_layout
10858
10859 \end_inset
10860
10861  and 
10862 \series bold
10863
10864 \backslash
10865 underset
10866 \series default
10867
10868 \begin_inset Index idx
10869 status collapsed
10870
10871 \begin_layout Plain Layout
10872 Commands ! U ! 
10873 \backslash
10874 underset
10875 \end_layout
10876
10877 \end_inset
10878
10879  described in the previous subsection it is also possible to accent several
10880  characters.
10881  The command 
10882 \series bold
10883
10884 \backslash
10885 underset
10886 \begin_inset space \textvisiblespace{}
10887 \end_inset
10888
10889 A=B
10890 \begin_inset Formula $\downarrow$
10891 \end_inset
10892
10893 ***
10894 \series default
10895  creates:
10896 \begin_inset Formula 
10897 \[
10898 \underset{***}{A=B}
10899 \]
10900
10901 \end_inset
10902
10903
10904 \end_layout
10905
10906 \begin_layout Section
10907 Space
10908 \begin_inset CommandInset label
10909 LatexCommand label
10910 name "subsec:Space"
10911
10912 \end_inset
10913
10914
10915 \begin_inset Index idx
10916 status collapsed
10917
10918 \begin_layout Plain Layout
10919 Space ! horizontal
10920 \end_layout
10921
10922 \end_inset
10923
10924
10925 \end_layout
10926
10927 \begin_layout Subsection
10928 Predefined Space
10929 \begin_inset CommandInset label
10930 LatexCommand label
10931 name "subsec:Predefined-Space"
10932
10933 \end_inset
10934
10935
10936 \begin_inset Index idx
10937 status collapsed
10938
10939 \begin_layout Plain Layout
10940 Space ! horizontal ! predefined
10941 \end_layout
10942
10943 \end_inset
10944
10945
10946 \end_layout
10947
10948 \begin_layout Standard
10949 Sometimes it is necessary to insert horizontal space into a formula.
10950  This is done by inserting a protected space (shortcut 
10951 \begin_inset Info
10952 type  "shortcut"
10953 arg   "command-alternatives space-insert protected ; math-space"
10954 \end_inset
10955
10956 ).
10957  A 
10958 \begin_inset Quotes eld
10959 \end_inset
10960
10961
10962 \color blue
10963
10964 \begin_inset space \textvisiblespace{}
10965 \end_inset
10966
10967
10968 \color inherit
10969
10970 \begin_inset Quotes erd
10971 \end_inset
10972
10973  appears and by pressing 
10974 \family sans
10975 Space
10976 \family default
10977  several times one can select one of eight different space sizes.
10978  The spaces can also be inserted using the math toolbar button 
10979 \begin_inset Info
10980 type  "icon"
10981 arg   "math-insert \\space"
10982 \end_inset
10983
10984  or special commands.
10985  Independent from the inserted command, one can select the size again by
10986  pressing 
10987 \family sans
10988 Space
10989 \family default
10990  afterwards.
10991 \end_layout
10992
10993 \begin_layout Standard
10994 \noindent
10995 \align center
10996 \begin_inset Tabular
10997 <lyxtabular version="3" rows="6" columns="3">
10998 <features booktabs="true" tabularvalignment="middle">
10999 <column alignment="center" valignment="top">
11000 <column alignment="center" valignment="top" width="15col%">
11001 <column alignment="center" valignment="top">
11002 <row>
11003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007 Command
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016 Number of 
11017 \family sans
11018 Space
11019 \family default
11020  keystrokes
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Plain Layout
11029 Result
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 </row>
11035 <row>
11036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040
11041 \backslash
11042 ,
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051 0
11052 \end_layout
11053
11054 \end_inset
11055 </cell>
11056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11057 \begin_inset Text
11058
11059 \begin_layout Plain Layout
11060 \begin_inset Formula $A\,B$
11061 \end_inset
11062
11063
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 </row>
11069 <row>
11070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074
11075 \backslash
11076 :
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085 1
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094 \begin_inset Formula $A\:B$
11095 \end_inset
11096
11097
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 </row>
11103 <row>
11104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108
11109 \backslash
11110 ;
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119 2
11120 \end_layout
11121
11122 \end_inset
11123 </cell>
11124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11125 \begin_inset Text
11126
11127 \begin_layout Plain Layout
11128 \begin_inset Formula $A\;B$
11129 \end_inset
11130
11131
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 </row>
11137 <row>
11138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142
11143 \backslash
11144 quad
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153 3
11154 \end_layout
11155
11156 \end_inset
11157 </cell>
11158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162 \begin_inset Formula $A\quad B$
11163 \end_inset
11164
11165
11166 \end_layout
11167
11168 \end_inset
11169 </cell>
11170 </row>
11171 <row>
11172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176
11177 \backslash
11178 qquad
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 4
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 \begin_inset Formula $A\qquad B$
11197 \end_inset
11198
11199
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 </row>
11205 </lyxtabular>
11206
11207 \end_inset
11208
11209
11210 \begin_inset space \hfill{}
11211 \end_inset
11212
11213
11214 \begin_inset Tabular
11215 <lyxtabular version="3" rows="6" columns="3">
11216 <features booktabs="true" tabularvalignment="middle">
11217 <column alignment="center" valignment="top">
11218 <column alignment="center" valignment="top" width="15col%">
11219 <column alignment="center" valignment="top">
11220 <row>
11221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 Command
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 Number of 
11235 \family sans
11236 Space
11237 \family default
11238  keystrokes
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 Result
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 </row>
11253 <row>
11254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258
11259 \backslash
11260 hfill
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 5
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 \begin_inset Formula $A\hfill B$
11279 \end_inset
11280
11281
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 </row>
11287 <row>
11288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292
11293 \backslash
11294 hspace*{1em}
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303 6
11304 \end_layout
11305
11306 \end_inset
11307 </cell>
11308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11309 \begin_inset Text
11310
11311 \begin_layout Plain Layout
11312 \begin_inset Formula $A\hspace*{1em}B$
11313 \end_inset
11314
11315
11316 \end_layout
11317
11318 \end_inset
11319 </cell>
11320 </row>
11321 <row>
11322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326
11327 \backslash
11328 hspace{1em}
11329 \end_layout
11330
11331 \end_inset
11332 </cell>
11333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Plain Layout
11337 7
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11343 \begin_inset Text
11344
11345 \begin_layout Plain Layout
11346 \begin_inset Formula $A\hspace{1em}B$
11347 \end_inset
11348
11349
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 </row>
11355 <row>
11356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11357 \begin_inset Text
11358
11359 \begin_layout Plain Layout
11360
11361 \backslash
11362
11363 \begin_inset space \textvisiblespace{}
11364 \end_inset
11365
11366
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 8
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384 \begin_inset Formula $A\ B$
11385 \end_inset
11386
11387
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 </row>
11393 <row>
11394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398
11399 \backslash
11400 !
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 9
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 \begin_inset Formula $A\!B$
11419 \end_inset
11420
11421
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 </row>
11427 </lyxtabular>
11428
11429 \end_inset
11430
11431
11432 \end_layout
11433
11434 \begin_layout Standard
11435 Space
11436 \begin_inset space ~
11437 \end_inset
11438
11439 5
11440 \begin_inset space \thinspace{}
11441 \end_inset
11442
11443
11444 \begin_inset space \thinspace{}
11445 \end_inset
11446
11447 7 are variable spaces which are explained in 
11448 \begin_inset CommandInset ref
11449 LatexCommand ref
11450 reference "subsec:Variable-Space"
11451
11452 \end_inset
11453
11454 .
11455  Space
11456 \begin_inset space ~
11457 \end_inset
11458
11459 9 seems to produce no space.
11460  It is displayed red in \SpecialChar LyX
11461  contrary to the other sizes, because it is a negative
11462  space.
11463  There are two more negative spaces:
11464 \end_layout
11465
11466 \begin_layout Standard
11467 \align center
11468 \begin_inset Tabular
11469 <lyxtabular version="3" rows="3" columns="3">
11470 <features booktabs="true" tabularvalignment="middle">
11471 <column alignment="center" valignment="middle" width="6.8cm">
11472 <column alignment="center" valignment="top" width="0pt">
11473 <column alignment="center" valignment="top" width="0pt">
11474 <row>
11475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 Command
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488
11489 \backslash
11490 negmedspace
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499
11500 \backslash
11501 negthickspace
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 </row>
11507 <row>
11508 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11509 \begin_inset Text
11510
11511 \begin_layout Plain Layout
11512 Number of 
11513 \family sans
11514 Space
11515 \family default
11516  keystrokes after inserting the protected space
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525 10
11526 \end_layout
11527
11528 \end_inset
11529 </cell>
11530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11531 \begin_inset Text
11532
11533 \begin_layout Plain Layout
11534 11
11535 \end_layout
11536
11537 \end_inset
11538 </cell>
11539 </row>
11540 <row>
11541 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545 Result
11546 \end_layout
11547
11548 \end_inset
11549 </cell>
11550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11551 \begin_inset Text
11552
11553 \begin_layout Plain Layout
11554 \begin_inset Formula $A\negmedspace B$
11555 \end_inset
11556
11557
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 \begin_inset Formula $A\negthickspace B$
11567 \end_inset
11568
11569
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 </row>
11575 </lyxtabular>
11576
11577 \end_inset
11578
11579
11580 \end_layout
11581
11582 \begin_layout Standard
11583 Negative spaces can lead to characters overlapping each other.
11584  Thus they can be used to enforce ligatures, which are e.
11585 \begin_inset space \thinspace{}
11586 \end_inset
11587
11588 g.
11589 \begin_inset space \space{}
11590 \end_inset
11591
11592 useful for summation operators:
11593 \end_layout
11594
11595 \begin_layout Standard
11596 \align center
11597 \begin_inset Tabular
11598 <lyxtabular version="3" rows="3" columns="2">
11599 <features booktabs="true" tabularvalignment="middle">
11600 <column alignment="center" valignment="top" width="0pt">
11601 <column alignment="center" valignment="top">
11602 <row>
11603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 Command
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11613 \begin_inset Text
11614
11615 \begin_layout Plain Layout
11616 Result
11617 \end_layout
11618
11619 \end_inset
11620 </cell>
11621 </row>
11622 <row>
11623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627
11628 \backslash
11629 sum
11630 \backslash
11631 sum
11632 \begin_inset space \textvisiblespace{}
11633 \end_inset
11634
11635 f_kl
11636 \end_layout
11637
11638 \end_inset
11639 </cell>
11640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11641 \begin_inset Text
11642
11643 \begin_layout Plain Layout
11644 \begin_inset Formula $\sum\sum f_{kl}$
11645 \end_inset
11646
11647
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 </row>
11653 <row>
11654 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658
11659 \backslash
11660 sum
11661 \backslash
11662 negmedspace
11663 \backslash
11664 sum
11665 \begin_inset space \textvisiblespace{}
11666 \end_inset
11667
11668 f_kl
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
11678 \end_inset
11679
11680
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 </row>
11686 </lyxtabular>
11687
11688 \end_inset
11689
11690
11691 \end_layout
11692
11693 \begin_layout Standard
11694 \noindent
11695 \begin_inset VSpace medskip
11696 \end_inset
11697
11698
11699 \end_layout
11700
11701 \begin_layout Standard
11702 \noindent
11703 Relations like for example equal signs, are always surrounded by space.
11704  To suppress this, the equal sign is placed into a \SpecialChar TeX
11705  brace.
11706  The following example demonstrates this:
11707 \end_layout
11708
11709 \begin_layout Standard
11710 \align center
11711 \begin_inset Tabular
11712 <lyxtabular version="3" rows="2" columns="2">
11713 <features tabularvalignment="middle">
11714 <column alignment="center" valignment="top" width="0pt">
11715 <column alignment="center" valignment="top" width="0pt">
11716 <row>
11717 <cell alignment="center" valignment="top" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721 normal equation
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 <cell alignment="center" valignment="top" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730 \begin_inset Formula $A=B$
11731 \end_inset
11732
11733
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 </row>
11739 <row>
11740 <cell alignment="center" valignment="top" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 equation without space
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11750 \begin_inset Text
11751
11752 \begin_layout Plain Layout
11753 \begin_inset Formula $A{=}B$
11754 \end_inset
11755
11756
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 </row>
11762 </lyxtabular>
11763
11764 \end_inset
11765
11766
11767 \end_layout
11768
11769 \begin_layout Standard
11770 \noindent
11771 The command for the last formula is: 
11772 \series bold
11773 A
11774 \backslash
11775 {=
11776 \begin_inset Formula $\to$
11777 \end_inset
11778
11779 B
11780 \end_layout
11781
11782 \begin_layout Standard
11783 \begin_inset VSpace bigskip
11784 \end_inset
11785
11786
11787 \end_layout
11788
11789 \begin_layout Standard
11790 Spaces are needed for physical units, because the space between the value
11791  and the unit is the smallest one and not a normal space.
11792  For units in text, the smallest space is inserted via the menu 
11793 \family sans
11794 Insert\SpecialChar menuseparator
11795 Formatting\SpecialChar menuseparator
11796 Thin
11797 \begin_inset space ~
11798 \end_inset
11799
11800 Space
11801 \family default
11802  (shortcut 
11803 \begin_inset Info
11804 type  "shortcut"
11805 arg   "space-insert thin"
11806 \end_inset
11807
11808 ).
11809 \end_layout
11810
11811 \begin_layout Standard
11812 An example to visualize the difference:
11813 \end_layout
11814
11815 \begin_layout Standard
11816 \begin_inset Tabular
11817 <lyxtabular version="3" rows="2" columns="2">
11818 <features tabularvalignment="middle">
11819 <column alignment="left" valignment="top">
11820 <column alignment="left" valignment="top">
11821 <row>
11822 <cell alignment="center" valignment="top" usebox="none">
11823 \begin_inset Text
11824
11825 \begin_layout Plain Layout
11826 24 kW
11827 \begin_inset Formula $\cdot$
11828 \end_inset
11829
11830 h
11831 \end_layout
11832
11833 \end_inset
11834 </cell>
11835 <cell alignment="center" valignment="top" usebox="none">
11836 \begin_inset Text
11837
11838 \begin_layout Plain Layout
11839 space between value and unit
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 </row>
11845 <row>
11846 <cell alignment="center" valignment="top" usebox="none">
11847 \begin_inset Text
11848
11849 \begin_layout Plain Layout
11850 24
11851 \begin_inset space \thinspace{}
11852 \end_inset
11853
11854 kW
11855 \begin_inset Formula $\cdot$
11856 \end_inset
11857
11858 h
11859 \end_layout
11860
11861 \end_inset
11862 </cell>
11863 <cell alignment="center" valignment="top" usebox="none">
11864 \begin_inset Text
11865
11866 \begin_layout Plain Layout
11867 smallest space between value and unit
11868 \end_layout
11869
11870 \end_inset
11871 </cell>
11872 </row>
11873 </lyxtabular>
11874
11875 \end_inset
11876
11877
11878 \end_layout
11879
11880 \begin_layout Subsection
11881 Variable Space
11882 \begin_inset ERT
11883 status collapsed
11884
11885 \begin_layout Plain Layout
11886
11887
11888 \backslash
11889 texorpdfstring{
11890 \end_layout
11891
11892 \end_inset
11893
11894
11895 \begin_inset Foot
11896 status collapsed
11897
11898 \begin_layout Plain Layout
11899 for vertical space in formulas see 
11900 \begin_inset CommandInset ref
11901 LatexCommand ref
11902 reference "subsec:Line-Separation"
11903
11904 \end_inset
11905
11906
11907 \end_layout
11908
11909 \end_inset
11910
11911
11912 \begin_inset ERT
11913 status collapsed
11914
11915 \begin_layout Plain Layout
11916
11917 }{}
11918 \end_layout
11919
11920 \end_inset
11921
11922
11923 \begin_inset Note Note
11924 status collapsed
11925
11926 \begin_layout Plain Layout
11927
11928 \backslash
11929 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11930 \end_layout
11931
11932 \begin_layout Plain Layout
11933 More about 
11934 \backslash
11935 texorpdfstring is in section 
11936 \begin_inset CommandInset ref
11937 LatexCommand ref
11938 reference "subsec:Formulas-in-Section"
11939
11940 \end_inset
11941
11942 .
11943 \end_layout
11944
11945 \end_inset
11946
11947
11948 \begin_inset CommandInset label
11949 LatexCommand label
11950 name "subsec:Variable-Space"
11951
11952 \end_inset
11953
11954
11955 \begin_inset Index idx
11956 status collapsed
11957
11958 \begin_layout Plain Layout
11959 Space ! horizontal ! variable
11960 \end_layout
11961
11962 \end_inset
11963
11964
11965 \end_layout
11966
11967 \begin_layout Standard
11968 Space with a defined length can be inserted with the command 
11969 \series bold
11970
11971 \backslash
11972 hspace
11973 \series default
11974
11975 \begin_inset Index idx
11976 status collapsed
11977
11978 \begin_layout Plain Layout
11979 Commands ! H ! 
11980 \backslash
11981 hspace
11982 \end_layout
11983
11984 \end_inset
11985
11986 .
11987  Then a long 
11988 \begin_inset Quotes eld
11989 \end_inset
11990
11991
11992 \color blue
11993
11994 \begin_inset space \textvisiblespace{}
11995 \end_inset
11996
11997
11998 \color inherit
11999
12000 \begin_inset Quotes erd
12001 \end_inset
12002
12003  appears.
12004  The length can be specified by left-clicking on the 
12005 \begin_inset Quotes eld
12006 \end_inset
12007
12008
12009 \color blue
12010
12011 \begin_inset space \textvisiblespace{}
12012 \end_inset
12013
12014
12015 \color inherit
12016
12017 \begin_inset Quotes erd
12018 \end_inset
12019
12020 .
12021  The length may also be negative.
12022  When a space would be the first character in a line it would be omitted.
12023  To force its output use the command 
12024 \series bold
12025
12026 \backslash
12027 hspace*
12028 \series default
12029  instead of 
12030 \series bold
12031
12032 \backslash
12033 hspace
12034 \series default
12035  or left-click on the 
12036 \begin_inset Quotes eld
12037 \end_inset
12038
12039
12040 \color blue
12041
12042 \begin_inset space \textvisiblespace{}
12043 \end_inset
12044
12045
12046 \color inherit
12047
12048 \begin_inset Quotes erd
12049 \end_inset
12050
12051  and check the option 
12052 \family sans
12053 Protect
12054 \family default
12055 .
12056 \begin_inset Newline newline
12057 \end_inset
12058
12059 To insert as much space as is available, the command 
12060 \series bold
12061
12062 \backslash
12063 hfill
12064 \series default
12065
12066 \begin_inset Index idx
12067 status collapsed
12068
12069 \begin_layout Plain Layout
12070 Commands ! H ! 
12071 \backslash
12072 hfill
12073 \end_layout
12074
12075 \end_inset
12076
12077  is used.
12078 \end_layout
12079
12080 \begin_layout Standard
12081 \align center
12082 \begin_inset Tabular
12083 <lyxtabular version="3" rows="4" columns="2">
12084 <features booktabs="true" tabularvalignment="middle">
12085 <column alignment="center" valignment="top" width="0pt">
12086 <column alignment="center" valignment="top">
12087 <row>
12088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12089 \begin_inset Text
12090
12091 \begin_layout Plain Layout
12092 Command (
12093 \backslash
12094 hspace length)
12095 \end_layout
12096
12097 \end_inset
12098 </cell>
12099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12100 \begin_inset Text
12101
12102 \begin_layout Plain Layout
12103 Result
12104 \end_layout
12105
12106 \end_inset
12107 </cell>
12108 </row>
12109 <row>
12110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12111 \begin_inset Text
12112
12113 \begin_layout Plain Layout
12114 A=B
12115 \backslash
12116 hspace
12117 \begin_inset space \textvisiblespace{}
12118 \end_inset
12119
12120 A
12121 \backslash
12122 not=C (3
12123 \begin_inset space \thinspace{}
12124 \end_inset
12125
12126 cm)
12127 \end_layout
12128
12129 \end_inset
12130 </cell>
12131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12132 \begin_inset Text
12133
12134 \begin_layout Plain Layout
12135 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12136 \end_inset
12137
12138
12139 \end_layout
12140
12141 \end_inset
12142 </cell>
12143 </row>
12144 <row>
12145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12146 \begin_inset Text
12147
12148 \begin_layout Plain Layout
12149 A
12150 \backslash
12151 hspace
12152 \begin_inset space \textvisiblespace{}
12153 \end_inset
12154
12155 A
12156 \backslash
12157 not=A (-1
12158 \begin_inset space \thinspace{}
12159 \end_inset
12160
12161 mm)
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12167 \begin_inset Text
12168
12169 \begin_layout Plain Layout
12170 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12171 \end_inset
12172
12173
12174 \end_layout
12175
12176 \end_inset
12177 </cell>
12178 </row>
12179 <row>
12180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12181 \begin_inset Text
12182
12183 \begin_layout Plain Layout
12184 A=A
12185 \backslash
12186 hfill
12187 \begin_inset space \textvisiblespace{}
12188 \end_inset
12189
12190 B=B
12191 \end_layout
12192
12193 \end_inset
12194 </cell>
12195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12196 \begin_inset Text
12197
12198 \begin_layout Plain Layout
12199 \begin_inset Formula $A=A\hfill B=B$
12200 \end_inset
12201
12202
12203 \end_layout
12204
12205 \end_inset
12206 </cell>
12207 </row>
12208 </lyxtabular>
12209
12210 \end_inset
12211
12212
12213 \end_layout
12214
12215 \begin_layout Standard
12216 In the last example the available space is given by the longest column entry
12217  of the table.
12218  In an inline formula the space depends on the length of the line in which
12219  
12220 \series bold
12221
12222 \backslash
12223 hfill
12224 \series default
12225  is inserted.
12226  Thus, when the line uses the full width, no space will be created.
12227  
12228 \series bold
12229
12230 \backslash
12231 hfill
12232 \series default
12233  only has an effect on displayed formulas when the formula style 
12234 \series bold
12235 Indented
12236 \series default
12237  is used.
12238  (Formula styles are explained in 
12239 \begin_inset CommandInset ref
12240 LatexCommand ref
12241 reference "sec:Formula-Styles"
12242
12243 \end_inset
12244
12245 .)
12246 \end_layout
12247
12248 \begin_layout Standard
12249 Besides 
12250 \series bold
12251
12252 \backslash
12253 hfill
12254 \series default
12255 , there are the commands 
12256 \series bold
12257
12258 \backslash
12259 dotfill
12260 \series default
12261  and 
12262 \series bold
12263
12264 \backslash
12265 hrulefill
12266 \series default
12267  that fill the space with a pattern, see 
12268 \begin_inset CommandInset ref
12269 LatexCommand ref
12270 reference "subsec:Ellipses"
12271
12272 \end_inset
12273
12274  for an example.
12275 \end_layout
12276
12277 \begin_layout Standard
12278 For text, variable space can be inserted via the menu 
12279 \family sans
12280 Insert\SpecialChar menuseparator
12281 Formatting\SpecialChar menuseparator
12282 Horizontal
12283 \begin_inset space ~
12284 \end_inset
12285
12286 Space
12287 \family default
12288 :
12289 \end_layout
12290
12291 \begin_layout Standard
12292 This is a line with
12293 \begin_inset space \hspace{}
12294 \length 2cm
12295 \end_inset
12296
12297 2
12298 \begin_inset space \thinspace{}
12299 \end_inset
12300
12301 cm space.
12302 \end_layout
12303
12304 \begin_layout Standard
12305 This is a line with
12306 \begin_inset space \hfill{}
12307 \end_inset
12308
12309 maximum space.
12310 \end_layout
12311
12312 \begin_layout Subsection
12313 Space besides inline Formulas
12314 \begin_inset Index idx
12315 status collapsed
12316
12317 \begin_layout Plain Layout
12318 Space ! besides inline formulas
12319 \end_layout
12320
12321 \end_inset
12322
12323
12324 \end_layout
12325
12326 \begin_layout Standard
12327 The space that surrounds inline formulas can be adjusted with the length
12328  
12329 \series bold
12330
12331 \backslash
12332 mathsurround
12333 \series default
12334
12335 \begin_inset Index idx
12336 status collapsed
12337
12338 \begin_layout Plain Layout
12339 Commands ! M ! 
12340 \backslash
12341 mathsurround
12342 \end_layout
12343
12344 \end_inset
12345
12346 .
12347  The value of a length is set with the command 
12348 \series bold
12349
12350 \backslash
12351 setlength
12352 \series default
12353
12354 \begin_inset Index idx
12355 status collapsed
12356
12357 \begin_layout Plain Layout
12358 Commands ! S ! 
12359 \backslash
12360 setlength
12361 \end_layout
12362
12363 \end_inset
12364
12365  which has the following scheme:
12366 \end_layout
12367
12368 \begin_layout Standard
12369
12370 \series bold
12371
12372 \backslash
12373 setlength{length name}{value}
12374 \end_layout
12375
12376 \begin_layout Standard
12377 To set 
12378 \series bold
12379
12380 \backslash
12381 mathsurround
12382 \series default
12383  to the value 5
12384 \begin_inset space \thinspace{}
12385 \end_inset
12386
12387 mm, the command
12388 \end_layout
12389
12390 \begin_layout Standard
12391
12392 \series bold
12393
12394 \backslash
12395 setlength{
12396 \backslash
12397 mathsurround}{5mm}
12398 \end_layout
12399
12400 \begin_layout Standard
12401 is inserted in \SpecialChar TeX
12402  mode.
12403  5
12404 \begin_inset space \thinspace{}
12405 \end_inset
12406
12407 mm space will now be set around all inline formulas:
12408 \begin_inset ERT
12409 status collapsed
12410
12411 \begin_layout Plain Layout
12412
12413
12414 \backslash
12415 setlength{
12416 \backslash
12417 mathsurround}{5mm}
12418 \end_layout
12419
12420 \end_inset
12421
12422
12423 \end_layout
12424
12425 \begin_layout Standard
12426 This is a line with an inline formula 
12427 \begin_inset Formula $A=B$
12428 \end_inset
12429
12430  with 5
12431 \begin_inset space \thinspace{}
12432 \end_inset
12433
12434 mm surrounding space.
12435 \begin_inset ERT
12436 status collapsed
12437
12438 \begin_layout Plain Layout
12439
12440
12441 \backslash
12442 setlength{
12443 \backslash
12444 mathsurround}{0pt}
12445 \end_layout
12446
12447 \end_inset
12448
12449
12450 \end_layout
12451
12452 \begin_layout Standard
12453 To return to the predefined value, 
12454 \series bold
12455
12456 \backslash
12457 mathsurround
12458 \series default
12459  is set to the value 0
12460 \begin_inset space \thinspace{}
12461 \end_inset
12462
12463 pt.
12464 \end_layout
12465
12466 \begin_layout Standard
12467 \begin_inset Newpage newpage
12468 \end_inset
12469
12470
12471 \end_layout
12472
12473 \begin_layout Section
12474 Boxes and Frames
12475 \begin_inset Index idx
12476 status collapsed
12477
12478 \begin_layout Plain Layout
12479 Boxes
12480 \end_layout
12481
12482 \end_inset
12483
12484
12485 \begin_inset Index idx
12486 status collapsed
12487
12488 \begin_layout Plain Layout
12489 Frames | see
12490 \begin_inset ERT
12491 status collapsed
12492
12493 \begin_layout Plain Layout
12494
12495 {
12496 \end_layout
12497
12498 \end_inset
12499
12500 Boxes
12501 \begin_inset ERT
12502 status collapsed
12503
12504 \begin_layout Plain Layout
12505
12506 }
12507 \end_layout
12508
12509 \end_inset
12510
12511
12512 \end_layout
12513
12514 \end_inset
12515
12516
12517 \end_layout
12518
12519 \begin_layout Standard
12520 Boxes for text are described in chapter 
12521 \family typewriter
12522 Boxes
12523 \family default
12524  in the 
12525 \family typewriter
12526 Embedded
12527 \begin_inset space ~
12528 \end_inset
12529
12530 Objects
12531 \family default
12532  manual.
12533 \end_layout
12534
12535 \begin_layout Subsection
12536 Boxes with Frame
12537 \begin_inset CommandInset label
12538 LatexCommand label
12539 name "subsec:Boxes-with-Frame"
12540
12541 \end_inset
12542
12543
12544 \begin_inset Index idx
12545 status collapsed
12546
12547 \begin_layout Plain Layout
12548 Boxes ! with frame
12549 \end_layout
12550
12551 \end_inset
12552
12553
12554 \end_layout
12555
12556 \begin_layout Standard
12557 It is possible to frame a formula or part of one with the commands 
12558 \series bold
12559
12560 \backslash
12561 fbox
12562 \series default
12563
12564 \begin_inset Index idx
12565 status collapsed
12566
12567 \begin_layout Plain Layout
12568 Commands ! F ! 
12569 \backslash
12570 fbox
12571 \end_layout
12572
12573 \end_inset
12574
12575  and 
12576 \series bold
12577
12578 \backslash
12579 boxed
12580 \series default
12581
12582 \begin_inset Index idx
12583 status collapsed
12584
12585 \begin_layout Plain Layout
12586 Commands ! B ! 
12587 \backslash
12588 boxed
12589 \end_layout
12590
12591 \end_inset
12592
12593 .
12594 \end_layout
12595
12596 \begin_layout Standard
12597 When one of these commands is inserted in a formula, a blue box appears
12598  within a frame to enter formula parts.
12599  For 
12600 \series bold
12601
12602 \backslash
12603 fbox
12604 \series default
12605  an additional formula has to be created by 
12606 \family sans
12607 Ctrl+M
12608 \family default
12609  within this box, because the box content will otherwise be treated as mathemati
12610 cal text.
12611  When 
12612 \series bold
12613
12614 \backslash
12615 boxed
12616 \series default
12617  is used, a new formula is automatically created inside the frame.
12618 \end_layout
12619
12620 \begin_layout Standard
12621 The command 
12622 \series bold
12623
12624 \backslash
12625 fbox
12626 \series default
12627  is not suitable to frame displayed formulas because the formula will always
12628  be set in the size of the text.
12629  
12630 \series bold
12631
12632 \backslash
12633 boxed
12634 \series default
12635  is in contrary not suitable to frame inline formulas, because the formula
12636  will always be set in the size of a displayed formula.
12637 \end_layout
12638
12639 \begin_layout Standard
12640 An extension to 
12641 \series bold
12642
12643 \backslash
12644 fbox
12645 \series default
12646  is the command 
12647 \series bold
12648
12649 \backslash
12650 framebox
12651 \series default
12652
12653 \begin_inset Index idx
12654 status collapsed
12655
12656 \begin_layout Plain Layout
12657 Commands ! F ! 
12658 \backslash
12659 framebox
12660 \end_layout
12661
12662 \end_inset
12663
12664  where additionally the frame width and the alignment can be specified.
12665  
12666 \series bold
12667
12668 \backslash
12669 framebox
12670 \series default
12671  is used in the following scheme:
12672 \end_layout
12673
12674 \begin_layout Standard
12675
12676 \series bold
12677
12678 \backslash
12679 framebox[frame width][position]{box content}
12680 \end_layout
12681
12682 \begin_layout Standard
12683 The position can either be 
12684 \emph on
12685 l
12686 \emph default
12687  or 
12688 \emph on
12689 r
12690 \emph default
12691 .
12692  
12693 \emph on
12694 l
12695 \emph default
12696  left aligns, 
12697 \emph on
12698 r
12699 \emph default
12700  right aligns the formula in the box.
12701  When no position is given, the formula will be centered.
12702 \begin_inset Newline newline
12703 \end_inset
12704
12705 If no width is given, also no position can be given.
12706  In this case the frame width is adjusted to the box content like for 
12707 \series bold
12708
12709 \backslash
12710 fbox
12711 \series default
12712 .
12713 \end_layout
12714
12715 \begin_layout Standard
12716 When the command 
12717 \series bold
12718
12719 \backslash
12720 framebox
12721 \series default
12722  is inserted, a box appears containing three blue boxes.
12723  The first two boxes are surrounded by brackets and denote the two optional
12724  arguments.
12725  The third box is for formula parts like for 
12726 \series bold
12727
12728 \backslash
12729 fbox
12730 \series default
12731 .
12732 \end_layout
12733
12734 \begin_layout Standard
12735 \align center
12736 \begin_inset Tabular
12737 <lyxtabular version="3" rows="5" columns="2">
12738 <features booktabs="true" tabularvalignment="middle">
12739 <column alignment="center" valignment="top" width="0pt">
12740 <column alignment="center" valignment="top">
12741 <row>
12742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12743 \begin_inset Text
12744
12745 \begin_layout Plain Layout
12746 Command
12747 \end_layout
12748
12749 \end_inset
12750 </cell>
12751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Plain Layout
12755 Result
12756 \end_layout
12757
12758 \end_inset
12759 </cell>
12760 </row>
12761 <row topspace="1.5mm">
12762 <cell alignment="center" valignment="top" usebox="none">
12763 \begin_inset Text
12764
12765 \begin_layout Plain Layout
12766
12767 \backslash
12768 fbox
12769 \begin_inset space \textvisiblespace{}
12770 \end_inset
12771
12772
12773 \family sans
12774 Ctrl+M
12775 \family default
12776  
12777 \backslash
12778 int
12779 \begin_inset space \textvisiblespace{}
12780 \end_inset
12781
12782 A=B
12783 \end_layout
12784
12785 \end_inset
12786 </cell>
12787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
12792 \end_inset
12793
12794
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 </row>
12800 <row topspace="1.5mm">
12801 <cell alignment="center" valignment="top" usebox="none">
12802 \begin_inset Text
12803
12804 \begin_layout Plain Layout
12805
12806 \backslash
12807 boxed
12808 \begin_inset space \textvisiblespace{}
12809 \end_inset
12810
12811
12812 \backslash
12813 int
12814 \begin_inset space \textvisiblespace{}
12815 \end_inset
12816
12817 A=B
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Plain Layout
12826 \begin_inset Formula $\boxed{\int A=B}$
12827 \end_inset
12828
12829
12830 \end_layout
12831
12832 \end_inset
12833 </cell>
12834 </row>
12835 <row topspace="1.5mm">
12836 <cell alignment="center" valignment="top" usebox="none">
12837 \begin_inset Text
12838
12839 \begin_layout Plain Layout
12840 A+
12841 \backslash
12842 fbox
12843 \begin_inset space \textvisiblespace{}
12844 \end_inset
12845
12846 B
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855 \begin_inset Formula $A+\fbox{B}$
12856 \end_inset
12857
12858
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 </row>
12864 <row topspace="1.5mm" bottomspace="1mm">
12865 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12866 \begin_inset Text
12867
12868 \begin_layout Plain Layout
12869
12870 \backslash
12871 framebox
12872 \begin_inset space \textvisiblespace{}
12873 \end_inset
12874
12875 20mm
12876 \begin_inset Formula $\to$
12877 \end_inset
12878
12879
12880 \begin_inset Formula $\to$
12881 \end_inset
12882
12883
12884 \family sans
12885 Ctrl+M
12886 \family default
12887  
12888 \backslash
12889 frac
12890 \begin_inset space \textvisiblespace{}
12891 \end_inset
12892
12893 A
12894 \begin_inset Formula $\downarrow$
12895 \end_inset
12896
12897 B
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12907 \end_inset
12908
12909
12910 \end_layout
12911
12912 \end_inset
12913 </cell>
12914 </row>
12915 </lyxtabular>
12916
12917 \end_inset
12918
12919
12920 \end_layout
12921
12922 \begin_layout Standard
12923 The frame thickness can also be adjusted.
12924  To do this the following commands have to be inserted in \SpecialChar TeX
12925  mode before the
12926  formula
12927 \end_layout
12928
12929 \begin_layout Standard
12930
12931 \series bold
12932
12933 \backslash
12934 fboxrule
12935 \series default
12936  
12937 \series bold
12938
12939 \begin_inset Quotes eld
12940 \end_inset
12941
12942 thickness
12943 \begin_inset Quotes erd
12944 \end_inset
12945
12946
12947 \series default
12948  
12949 \series bold
12950
12951 \backslash
12952 fboxsep
12953 \series default
12954  
12955 \series bold
12956
12957 \begin_inset Quotes eld
12958 \end_inset
12959
12960 distance
12961 \begin_inset Quotes erd
12962 \end_inset
12963
12964
12965 \end_layout
12966
12967 \begin_layout Standard
12968 \begin_inset Quotes eld
12969 \end_inset
12970
12971 distance
12972 \begin_inset Quotes erd
12973 \end_inset
12974
12975  specifies the minimal distance between the frame and the first character
12976  in the box.
12977  An example for this is the following framed formula:
12978 \begin_inset ERT
12979 status collapsed
12980
12981 \begin_layout Plain Layout
12982
12983
12984 \backslash
12985 fboxrule 2mm 
12986 \backslash
12987 fboxsep 3mm
12988 \end_layout
12989
12990 \end_inset
12991
12992
12993 \begin_inset Formula 
12994 \[
12995 \boxed{A+B=C}
12996 \]
12997
12998 \end_inset
12999
13000 Before this formula the commands
13001 \end_layout
13002
13003 \begin_layout Standard
13004
13005 \series bold
13006
13007 \backslash
13008 fboxrule
13009 \series default
13010  
13011 \series bold
13012 2mm
13013 \series default
13014  
13015 \series bold
13016
13017 \backslash
13018 fboxsep
13019 \series default
13020  
13021 \series bold
13022 3mm
13023 \end_layout
13024
13025 \begin_layout Standard
13026 were inserted in \SpecialChar TeX
13027  mode.
13028  The given values are used for all following boxes.
13029 \end_layout
13030
13031 \begin_layout Standard
13032 To return to the standard frame size, the command
13033 \end_layout
13034
13035 \begin_layout Standard
13036
13037 \series bold
13038
13039 \backslash
13040 fboxrule
13041 \series default
13042  
13043 \series bold
13044 0.4pt
13045 \series default
13046  
13047 \series bold
13048
13049 \backslash
13050 fboxsep
13051 \series default
13052  
13053 \series bold
13054 3pt
13055 \series default
13056
13057 \begin_inset ERT
13058 status collapsed
13059
13060 \begin_layout Plain Layout
13061
13062
13063 \backslash
13064 fboxrule 0.4pt 
13065 \backslash
13066 fboxsep 3pt
13067 \end_layout
13068
13069 \end_inset
13070
13071
13072 \end_layout
13073
13074 \begin_layout Standard
13075 is inserted in \SpecialChar TeX
13076  mode before the next formula.
13077 \end_layout
13078
13079 \begin_layout Subsection
13080 Boxes without Frame
13081 \begin_inset CommandInset label
13082 LatexCommand label
13083 name "subsec:Boxes-without-Frame"
13084
13085 \end_inset
13086
13087
13088 \begin_inset Index idx
13089 status collapsed
13090
13091 \begin_layout Plain Layout
13092 Boxes ! without frame
13093 \end_layout
13094
13095 \end_inset
13096
13097
13098 \end_layout
13099
13100 \begin_layout Standard
13101 For boxes without a frame there are the following box commands: 
13102 \series bold
13103
13104 \backslash
13105 mbox
13106 \series default
13107
13108 \begin_inset Index idx
13109 status collapsed
13110
13111 \begin_layout Plain Layout
13112 Commands ! M ! 
13113 \backslash
13114 mbox
13115 \end_layout
13116
13117 \end_inset
13118
13119
13120 \series bold
13121
13122 \backslash
13123 makebox
13124 \series default
13125
13126 \begin_inset Index idx
13127 status collapsed
13128
13129 \begin_layout Plain Layout
13130 Commands ! M ! 
13131 \backslash
13132 makebox
13133 \end_layout
13134
13135 \end_inset
13136
13137  and 
13138 \series bold
13139
13140 \backslash
13141 raisebox
13142 \series default
13143
13144 \begin_inset Index idx
13145 status collapsed
13146
13147 \begin_layout Plain Layout
13148 Commands ! R ! 
13149 \backslash
13150 raisebox
13151 \end_layout
13152
13153 \end_inset
13154
13155
13156 \end_layout
13157
13158 \begin_layout Standard
13159 With 
13160 \series bold
13161
13162 \backslash
13163 raisebox
13164 \series default
13165  a box can be super- or subscripted.
13166  But in contrary to normal super- and subscripting, the characters in the
13167  box keep their font size.
13168  
13169 \series bold
13170
13171 \backslash
13172 raisebox
13173 \series default
13174  is used in the following scheme:
13175 \end_layout
13176
13177 \begin_layout Standard
13178
13179 \series bold
13180
13181 \backslash
13182 raisebox{height}{box content}
13183 \end_layout
13184
13185 \begin_layout Standard
13186 When the box should contain a formula, an extra formula is needed like for
13187  
13188 \series bold
13189
13190 \backslash
13191 fbox
13192 \series default
13193 .
13194  
13195 \series medium
13196
13197 \begin_inset Note Greyedout
13198 status open
13199
13200 \begin_layout Plain Layout
13201
13202 \series bold
13203 Note:
13204 \series default
13205  For 
13206 \series bold
13207
13208 \backslash
13209 raisebox
13210 \series default
13211  this extra formula is created by pressing 
13212 \family sans
13213 Ctrl+M
13214 \family default
13215  twice instead of once because \SpecialChar LyX
13216  doesn't yet support 
13217 \series bold
13218
13219 \backslash
13220 raisebox
13221 \series default
13222  directly.
13223 \end_layout
13224
13225 \end_inset
13226
13227
13228 \end_layout
13229
13230 \begin_layout Standard
13231 \align center
13232 \begin_inset Tabular
13233 <lyxtabular version="3" rows="4" columns="2">
13234 <features booktabs="true" tabularvalignment="middle">
13235 <column alignment="center" valignment="top" width="0pt">
13236 <column alignment="center" valignment="top">
13237 <row>
13238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13239 \begin_inset Text
13240
13241 \begin_layout Plain Layout
13242 Command
13243 \end_layout
13244
13245 \end_inset
13246 </cell>
13247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13248 \begin_inset Text
13249
13250 \begin_layout Plain Layout
13251 Result
13252 \end_layout
13253
13254 \end_inset
13255 </cell>
13256 </row>
13257 <row>
13258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13259 \begin_inset Text
13260
13261 \begin_layout Plain Layout
13262 H
13263 \backslash
13264 raisebox{2mm
13265 \begin_inset Formula $\to$
13266 \end_inset
13267
13268
13269 \backslash
13270 {al
13271 \begin_inset Formula $\to$
13272 \end_inset
13273
13274  lo
13275 \end_layout
13276
13277 \end_inset
13278 </cell>
13279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13284 \end_inset
13285
13286
13287 \end_layout
13288
13289 \end_inset
13290 </cell>
13291 </row>
13292 <row>
13293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13294 \begin_inset Text
13295
13296 \begin_layout Plain Layout
13297 H
13298 \backslash
13299 raisebox{-2mm
13300 \begin_inset Formula $\to$
13301 \end_inset
13302
13303
13304 \backslash
13305 {al
13306 \begin_inset Formula $\to$
13307 \end_inset
13308
13309 lo
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13319 \end_inset
13320
13321
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 </row>
13327 <row>
13328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13329 \begin_inset Text
13330
13331 \begin_layout Plain Layout
13332 A=
13333 \backslash
13334 raisebox{-2mm
13335 \begin_inset Formula $\to$
13336 \end_inset
13337
13338
13339 \backslash
13340 {
13341 \family sans
13342 Ctrl+M
13343 \family default
13344  
13345 \family sans
13346 Ctrl+M
13347 \family default
13348  
13349 \backslash
13350 sqrt
13351 \begin_inset space \textvisiblespace{}
13352 \end_inset
13353
13354
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13360 \begin_inset Text
13361
13362 \begin_layout Plain Layout
13363 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13364 \end_inset
13365
13366
13367 \end_layout
13368
13369 \end_inset
13370 </cell>
13371 </row>
13372 </lyxtabular>
13373
13374 \end_inset
13375
13376
13377 \end_layout
13378
13379 \begin_layout Standard
13380 The command 
13381 \series bold
13382
13383 \backslash
13384 mbox
13385 \series default
13386  is equivalent to 
13387 \series bold
13388
13389 \backslash
13390 fbox
13391 \series default
13392  and 
13393 \series bold
13394
13395 \backslash
13396 makebox
13397 \series default
13398  is equivalent to 
13399 \series bold
13400
13401 \backslash
13402 framebox
13403 \series default
13404 , with the difference that there is no frame.
13405 \end_layout
13406
13407 \begin_layout Subsection
13408 Colored Boxes
13409 \begin_inset CommandInset label
13410 LatexCommand label
13411 name "subsec:Colored-Boxes"
13412
13413 \end_inset
13414
13415
13416 \begin_inset Index idx
13417 status collapsed
13418
13419 \begin_layout Plain Layout
13420 Boxes ! colored
13421 \end_layout
13422
13423 \end_inset
13424
13425
13426 \end_layout
13427
13428 \begin_layout Standard
13429 To be able to use all commands explained in this section, the \SpecialChar LaTeX
13430 -package 
13431 \series bold
13432 color
13433 \series default
13434
13435 \begin_inset Foot
13436 status collapsed
13437
13438 \begin_layout Plain Layout
13439 The \SpecialChar LaTeX
13440 -package 
13441 \series bold
13442 color
13443 \series default
13444  is part of every \SpecialChar LaTeX
13445  standard installation.
13446 \end_layout
13447
13448 \end_inset
13449
13450
13451 \begin_inset Index idx
13452 status collapsed
13453
13454 \begin_layout Plain Layout
13455 Packages ! color
13456 \end_layout
13457
13458 \end_inset
13459
13460  has to be loaded in the \SpecialChar LaTeX
13461 -preamble with the line
13462 \begin_inset Foot
13463 status collapsed
13464
13465 \begin_layout Plain Layout
13466 When text is colored somewhere in the document with a predefined color,
13467  \SpecialChar LyX
13468  loads the \SpecialChar LaTeX
13469  package 
13470 \series bold
13471 color
13472 \series default
13473  automatically.
13474  Thus it is possible that the package is loaded twice, but this does not
13475  cause problems.
13476 \end_layout
13477
13478 \end_inset
13479
13480
13481 \begin_inset Note Note
13482 status collapsed
13483
13484 \begin_layout Plain Layout
13485 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
13486 -preamble.
13487 \end_layout
13488
13489 \end_inset
13490
13491
13492 \end_layout
13493
13494 \begin_layout Standard
13495
13496 \series bold
13497
13498 \backslash
13499 usepackage{color}
13500 \end_layout
13501
13502 \begin_layout Standard
13503 \begin_inset VSpace medskip
13504 \end_inset
13505
13506 To color boxes, the command 
13507 \series bold
13508
13509 \backslash
13510 colorbox
13511 \series default
13512
13513 \begin_inset Index idx
13514 status collapsed
13515
13516 \begin_layout Plain Layout
13517 Commands ! C ! 
13518 \backslash
13519 colorbox
13520 \end_layout
13521
13522 \end_inset
13523
13524  is used in the following scheme:
13525 \end_layout
13526
13527 \begin_layout Standard
13528
13529 \series bold
13530
13531 \backslash
13532 colorbox{color}{box content}
13533 \end_layout
13534
13535 \begin_layout Standard
13536 The box content can also be a box and a 
13537 \series bold
13538
13539 \backslash
13540 colorbox
13541 \series default
13542  can also be part of another box (see the 2nd and 3rd example).
13543  When the box should contain a formula, an extra formula has to be created,
13544  the same way as for 
13545 \series bold
13546
13547 \backslash
13548 raisebox
13549 \series default
13550 .
13551 \begin_inset Foot
13552 status collapsed
13553
13554 \begin_layout Plain Layout
13555 This also applies for the command 
13556 \series bold
13557
13558 \backslash
13559 fcolorbox
13560 \series default
13561 .
13562 \end_layout
13563
13564 \end_inset
13565
13566
13567 \end_layout
13568
13569 \begin_layout Standard
13570 One of the following predefined colors can be chosen:
13571 \end_layout
13572
13573 \begin_layout Standard
13574
13575 \series bold
13576 black
13577 \series default
13578
13579 \series bold
13580 blue
13581 \series default
13582
13583 \series bold
13584 cyan
13585 \series default
13586
13587 \series bold
13588 green
13589 \series default
13590
13591 \series bold
13592 magenta
13593 \series default
13594
13595 \series bold
13596 red
13597 \series default
13598
13599 \series bold
13600 white
13601 \series default
13602  and 
13603 \series bold
13604 yellow
13605 \end_layout
13606
13607 \begin_layout Standard
13608 \align center
13609 \begin_inset Tabular
13610 <lyxtabular version="3" rows="4" columns="2">
13611 <features booktabs="true" tabularvalignment="middle">
13612 <column alignment="center" valignment="top" width="0pt">
13613 <column alignment="center" valignment="top">
13614 <row>
13615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Plain Layout
13619 Command
13620 \end_layout
13621
13622 \end_inset
13623 </cell>
13624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13625 \begin_inset Text
13626
13627 \begin_layout Plain Layout
13628 Result
13629 \end_layout
13630
13631 \end_inset
13632 </cell>
13633 </row>
13634 <row>
13635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13636 \begin_inset Text
13637
13638 \begin_layout Plain Layout
13639
13640 \backslash
13641 colorbox{yellow
13642 \begin_inset Formula $\to$
13643 \end_inset
13644
13645
13646 \backslash
13647 {A=B
13648 \end_layout
13649
13650 \end_inset
13651 </cell>
13652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13653 \begin_inset Text
13654
13655 \begin_layout Plain Layout
13656 \begin_inset Formula $\colorbox{yellow}{A=B}$
13657 \end_inset
13658
13659
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 </row>
13665 <row topspace="1.5mm">
13666 <cell alignment="center" valignment="top" usebox="none">
13667 \begin_inset Text
13668
13669 \begin_layout Plain Layout
13670
13671 \backslash
13672 colorbox{green
13673 \begin_inset Formula $\to$
13674 \end_inset
13675
13676
13677 \backslash
13678 {
13679 \backslash
13680 fbox
13681 \begin_inset space \textvisiblespace{}
13682 \end_inset
13683
13684 A=B
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13690 \begin_inset Text
13691
13692 \begin_layout Plain Layout
13693 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
13694 \end_inset
13695
13696
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 </row>
13702 <row topspace="1.5mm" bottomspace="1mm">
13703 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707
13708 \backslash
13709 fbox
13710 \begin_inset space \textvisiblespace{}
13711 \end_inset
13712
13713
13714 \backslash
13715 colorbox{green
13716 \begin_inset Formula $\to$
13717 \end_inset
13718
13719
13720 \backslash
13721 {
13722 \family sans
13723 Ctrl+M
13724 \family default
13725  
13726 \family sans
13727 Ctrl+M
13728 \family default
13729  
13730 \backslash
13731 int
13732 \begin_inset space \textvisiblespace{}
13733 \end_inset
13734
13735 C=D
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
13745 \end_inset
13746
13747
13748 \end_layout
13749
13750 \end_inset
13751 </cell>
13752 </row>
13753 </lyxtabular>
13754
13755 \end_inset
13756
13757
13758 \end_layout
13759
13760 \begin_layout Standard
13761
13762 \series bold
13763
13764 \backslash
13765 colorbox
13766 \series default
13767  only colors the box but not the characters in the box.
13768  To color all characters, the whole formula is highlighted and the desired
13769  color is chosen in the 
13770 \family sans
13771 Text
13772 \begin_inset space ~
13773 \end_inset
13774
13775 Style
13776 \family default
13777  dialog.
13778  The dialog can be called with the toolbar button 
13779 \begin_inset Info
13780 type  "icon"
13781 arg   "dialog-show character"
13782 \end_inset
13783
13784  or the menu 
13785 \family sans
13786 Edit\SpecialChar menuseparator
13787 Text
13788 \begin_inset space ~
13789 \end_inset
13790
13791 Style\SpecialChar menuseparator
13792 Customized
13793 \family default
13794 .
13795  The formula number then has the same color as the formula.
13796  When the formula number should get another color than the formula characters,
13797  the color must be changed within the formula.
13798 \end_layout
13799
13800 \begin_layout Standard
13801 An example:
13802 \end_layout
13803
13804 \begin_layout Standard
13805
13806 \color red
13807 \begin_inset Formula 
13808 \begin{equation}
13809 \int A=B\label{eq:red}
13810 \end{equation}
13811
13812 \end_inset
13813
13814
13815 \color green
13816
13817 \begin_inset Formula 
13818 \begin{equation}
13819 \textcolor{red}{\int A=B}\label{eq:redgreen}
13820 \end{equation}
13821
13822 \end_inset
13823
13824
13825 \end_layout
13826
13827 \begin_layout Standard
13828 Formula 
13829 \begin_inset CommandInset ref
13830 LatexCommand eqref
13831 reference "eq:red"
13832
13833 \end_inset
13834
13835  is completely colored red.
13836 \begin_inset Newline newline
13837 \end_inset
13838
13839 Formula 
13840 \begin_inset CommandInset ref
13841 LatexCommand eqref
13842 reference "eq:redgreen"
13843
13844 \end_inset
13845
13846  was first completely colored green to set the color for the formula number.
13847  Subsequently the formula characters were colored red.
13848 \end_layout
13849
13850 \begin_layout Standard
13851 \begin_inset VSpace bigskip
13852 \end_inset
13853
13854 To color the frame different than the rest of the box, the command 
13855 \series bold
13856
13857 \backslash
13858 fcolorbox
13859 \series default
13860
13861 \begin_inset Index idx
13862 status collapsed
13863
13864 \begin_layout Plain Layout
13865 Commands ! F ! 
13866 \backslash
13867 fcolorbox
13868 \end_layout
13869
13870 \end_inset
13871
13872  is used in the following scheme:
13873 \end_layout
13874
13875 \begin_layout Standard
13876
13877 \series bold
13878
13879 \backslash
13880 fcolorbox{frame color}{color}{box content}
13881 \end_layout
13882
13883 \begin_layout Standard
13884 So 
13885 \series bold
13886
13887 \backslash
13888 fcolorbox
13889 \series default
13890  is an extension of the command 
13891 \series bold
13892
13893 \backslash
13894 colorbox
13895 \series default
13896 .
13897  The frame width is set, like for 
13898 \series bold
13899
13900 \backslash
13901 framebox
13902 \series default
13903 , with 
13904 \series bold
13905
13906 \backslash
13907 fboxrule
13908 \series default
13909  and 
13910 \series bold
13911
13912 \backslash
13913 fboxsep
13914 \series default
13915 .
13916  An example:
13917 \begin_inset ERT
13918 status collapsed
13919
13920 \begin_layout Plain Layout
13921
13922
13923 \backslash
13924 fboxrule 1mm 
13925 \backslash
13926 fboxsep 1mm
13927 \end_layout
13928
13929 \end_inset
13930
13931
13932 \begin_inset Formula 
13933 \[
13934 \fcolorbox{cyan}{magenta}{A=B}
13935 \]
13936
13937 \end_inset
13938
13939
13940 \begin_inset ERT
13941 status collapsed
13942
13943 \begin_layout Plain Layout
13944
13945
13946 \backslash
13947 fboxrule 0.4pt 
13948 \backslash
13949 fboxsep 3pt
13950 \end_layout
13951
13952 \end_inset
13953
13954
13955 \end_layout
13956
13957 \begin_layout Standard
13958 This formula was created with the command
13959 \begin_inset Newline newline
13960 \end_inset
13961
13962
13963 \series bold
13964
13965 \backslash
13966 fcolorbox{cyan
13967 \begin_inset Formula $\to$
13968 \end_inset
13969
13970
13971 \backslash
13972 {magenta
13973 \begin_inset Formula $\to$
13974 \end_inset
13975
13976
13977 \backslash
13978 {A=B
13979 \series default
13980 .
13981 \end_layout
13982
13983 \begin_layout Standard
13984 \begin_inset VSpace bigskip
13985 \end_inset
13986
13987 To use other colors than the predefined ones, they have to be defined first.
13988 \end_layout
13989
13990 \begin_layout Standard
13991 One can for example define the color 
13992 \begin_inset Quotes eld
13993 \end_inset
13994
13995
13996 \series bold
13997 darkgreen
13998 \series default
13999
14000 \begin_inset Quotes erd
14001 \end_inset
14002
14003  with the \SpecialChar LaTeX
14004 -preamble line:
14005 \end_layout
14006
14007 \begin_layout Standard
14008
14009 \series bold
14010
14011 \backslash
14012 definecolor{darkgreen}{cmyk}{0.5,
14013 \series default
14014  
14015 \series bold
14016 0,
14017 \series default
14018  
14019 \series bold
14020 1,
14021 \series default
14022  
14023 \series bold
14024 0.5}
14025 \series default
14026
14027 \begin_inset Index idx
14028 status collapsed
14029
14030 \begin_layout Plain Layout
14031 Commands ! D ! 
14032 \backslash
14033 definecolor
14034 \end_layout
14035
14036 \end_inset
14037
14038
14039 \end_layout
14040
14041 \begin_layout Standard
14042
14043 \series bold
14044 cmyk
14045 \series default
14046  is the color space that denotes the colors 
14047 \series bold
14048 cyan
14049 \series default
14050
14051 \series bold
14052 magenta
14053 \series default
14054
14055 \series bold
14056 yellow
14057 \series default
14058  and 
14059 \series bold
14060 black
14061 \series default
14062 .
14063  The four comma separated numbers are the portion factor for the corresponding
14064  colors of the color space.
14065  The factors can be in the range of 0
14066 \begin_inset space \thinspace{}
14067 \end_inset
14068
14069 -
14070 \begin_inset space \thinspace{}
14071 \end_inset
14072
14073 1.
14074  Instead of 
14075 \series bold
14076 cmyk
14077 \series default
14078  also the color space 
14079 \series bold
14080 rgb
14081 \series default
14082  can be used for definitions.
14083  
14084 \series bold
14085 rgb
14086 \series default
14087  denotes 
14088 \series bold
14089 red
14090 \series default
14091
14092 \series bold
14093 green
14094 \series default
14095  and 
14096 \series bold
14097 blue
14098 \series default
14099 , so that there are in this case three portion factors for the corresponding
14100  colors.
14101  Furthermore there is the color space 
14102 \series bold
14103 gray
14104 \series default
14105  with one portion factor for the gray value.
14106 \end_layout
14107
14108 \begin_layout Standard
14109 As example a framed box with the new defined color 
14110 \series bold
14111 darkgreen
14112 \series default
14113  where the characters have been colored 
14114 \series bold
14115 yellow
14116 \series default
14117 :
14118 \begin_inset Formula 
14119 \begin{equation}
14120 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14121 \end{equation}
14122
14123 \end_inset
14124
14125
14126 \end_layout
14127
14128 \begin_layout Standard
14129 Self-defined colors can also be used for text with the help of the command
14130  
14131 \series bold
14132
14133 \backslash
14134 textcolor
14135 \series default
14136 :
14137 \begin_inset Index idx
14138 status collapsed
14139
14140 \begin_layout Plain Layout
14141 Text ! colored
14142 \end_layout
14143
14144 \end_inset
14145
14146
14147 \end_layout
14148
14149 \begin_layout Standard
14150 \begin_inset ERT
14151 status collapsed
14152
14153 \begin_layout Plain Layout
14154
14155
14156 \backslash
14157 textcolor{darkgreen}{
14158 \end_layout
14159
14160 \end_inset
14161
14162 This sentence is 
14163 \begin_inset Quotes eld
14164 \end_inset
14165
14166 darkgreen
14167 \begin_inset Quotes erd
14168 \end_inset
14169
14170 .
14171 \begin_inset ERT
14172 status collapsed
14173
14174 \begin_layout Plain Layout
14175
14176 }
14177 \end_layout
14178
14179 \end_inset
14180
14181
14182 \end_layout
14183
14184 \begin_layout Standard
14185
14186 \series bold
14187
14188 \backslash
14189 textcolor
14190 \series default
14191
14192 \begin_inset Index idx
14193 status collapsed
14194
14195 \begin_layout Plain Layout
14196 Commands ! T ! 
14197 \backslash
14198 textcolor
14199 \end_layout
14200
14201 \end_inset
14202
14203  is used in the scheme 
14204 \series bold
14205
14206 \backslash
14207 textcolor{color}{characters to color}
14208 \series default
14209 .
14210 \end_layout
14211
14212 \begin_layout Subsection
14213 Paragraph Boxes
14214 \begin_inset CommandInset label
14215 LatexCommand label
14216 name "subsec:Paragraph-Boxes"
14217
14218 \end_inset
14219
14220
14221 \begin_inset Index idx
14222 status collapsed
14223
14224 \begin_layout Plain Layout
14225 Boxes ! as paragraph
14226 \end_layout
14227
14228 \end_inset
14229
14230
14231 \end_layout
14232
14233 \begin_layout Standard
14234 A box that can contain several lines and paragraphs, a so-called paragraph
14235  box (parbox), can be created with the menu 
14236 \family sans
14237 Insert\SpecialChar menuseparator
14238 Box
14239 \family default
14240  or the toolbar button 
14241 \begin_inset Info
14242 type  "icon"
14243 arg   "box-insert"
14244 \end_inset
14245
14246 .
14247 \end_layout
14248
14249 \begin_layout Standard
14250 The following example shows a framed parbox in a line:
14251 \end_layout
14252
14253 \begin_layout Standard
14254 \begin_inset VSpace medskip
14255 \end_inset
14256
14257 This is a line 
14258 \begin_inset Box Boxed
14259 position "c"
14260 hor_pos "c"
14261 has_inner_box 1
14262 inner_pos "t"
14263 use_parbox 1
14264 use_makebox 0
14265 width "5cm"
14266 special "none"
14267 height "1in"
14268 height_special "totalheight"
14269 thickness "0.4pt"
14270 separation "3pt"
14271 shadowsize "4pt"
14272 framecolor "black"
14273 backgroundcolor "none"
14274 status open
14275
14276 \begin_layout Plain Layout
14277 This is a paragraph box.
14278  It is exactly 5
14279 \begin_inset space \thinspace{}
14280 \end_inset
14281
14282 cm long and can also contain formulas: 
14283 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14284 \end_inset
14285
14286
14287 \end_layout
14288
14289 \end_inset
14290
14291  with a parbox.
14292 \end_layout
14293
14294 \begin_layout Standard
14295 \begin_inset VSpace medskip
14296 \end_inset
14297
14298
14299 \end_layout
14300
14301 \begin_layout Standard
14302 Such a box is created by right-clicking on the gray box inset.
14303  A dialog pops up showing the box properties.
14304  In our case set: 
14305 \emph on
14306 Decoration
14307 \emph default
14308 : Rectangular box, 
14309 \emph on
14310 Inner Box
14311 \emph default
14312 : Parbox, 
14313 \emph on
14314 Width
14315 \emph default
14316 : 5
14317 \begin_inset space \thinspace{}
14318 \end_inset
14319
14320 cm, 
14321 \emph on
14322 Vertical Box Alignment
14323 \emph default
14324 : Middle
14325 \end_layout
14326
14327 \begin_layout Standard
14328 \begin_inset VSpace medskip
14329 \end_inset
14330
14331 In \SpecialChar LaTeX
14332  a parbox is created with the command 
14333 \series bold
14334
14335 \backslash
14336 parbox
14337 \series default
14338
14339 \begin_inset Index idx
14340 status collapsed
14341
14342 \begin_layout Plain Layout
14343 Commands ! P ! 
14344 \backslash
14345 parbox
14346 \end_layout
14347
14348 \end_inset
14349
14350  which has the following scheme:
14351 \end_layout
14352
14353 \begin_layout Standard
14354
14355 \series bold
14356
14357 \backslash
14358 parbox[position]{width}{box content}
14359 \end_layout
14360
14361 \begin_layout Standard
14362 The positions 
14363 \emph on
14364 b
14365 \emph default
14366  and 
14367 \emph on
14368 t
14369 \emph default
14370  are possible.
14371  
14372 \emph on
14373 b
14374 \emph default
14375  for 
14376 \begin_inset Quotes eld
14377 \end_inset
14378
14379 bottom
14380 \begin_inset Quotes erd
14381 \end_inset
14382
14383  means that the box is aligned within the surrounding text with its last
14384  line.
14385  With 
14386 \emph on
14387 t
14388 \emph default
14389  for 
14390 \begin_inset Quotes eld
14391 \end_inset
14392
14393 top
14394 \begin_inset Quotes erd
14395 \end_inset
14396
14397  this is done with the first line.
14398  When no position is given, the box will be vertically centered, see section
14399  
14400 \emph on
14401 Boxes
14402 \emph default
14403  of the 
14404 \emph on
14405 Embedded
14406 \begin_inset space ~
14407 \end_inset
14408
14409 Objects
14410 \emph default
14411  manual for examples.
14412 \end_layout
14413
14414 \begin_layout Standard
14415 \begin_inset VSpace bigskip
14416 \end_inset
14417
14418 To frame formulas completely, including the formula number, the formula
14419  must be set into a parbox.
14420  To do this, the command 
14421 \series bold
14422
14423 \backslash
14424 fbox{
14425 \backslash
14426 parbox{
14427 \backslash
14428 linewidth-2
14429 \backslash
14430 fboxsep-2
14431 \backslash
14432 fboxrule}{
14433 \series default
14434  is inserted in \SpecialChar TeX
14435  mode before the formula.
14436  
14437 \series bold
14438
14439 \backslash
14440 linewidth
14441 \series default
14442
14443 \begin_inset Index idx
14444 status collapsed
14445
14446 \begin_layout Plain Layout
14447 Commands ! L ! 
14448 \backslash
14449 linewidth
14450 \end_layout
14451
14452 \end_inset
14453
14454  is hereby the line width set for the document.
14455  Because the frame is outside the parbox, 2
14456 \begin_inset space \thinspace{}
14457 \end_inset
14458
14459 times the frame separation and the frame thickness must be subtracted from
14460  the line width.
14461  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
14462 -package 
14463 \series bold
14464 calc
14465 \series default
14466
14467 \begin_inset Foot
14468 status collapsed
14469
14470 \begin_layout Plain Layout
14471
14472 \series bold
14473 calc
14474 \series default
14475  is part of every \SpecialChar LaTeX
14476  standard installation.
14477 \end_layout
14478
14479 \end_inset
14480
14481
14482 \begin_inset Index idx
14483 status collapsed
14484
14485 \begin_layout Plain Layout
14486 Packages ! calc
14487 \end_layout
14488
14489 \end_inset
14490
14491  must be loaded in the \SpecialChar LaTeX
14492 -preamble with the line
14493 \end_layout
14494
14495 \begin_layout Standard
14496
14497 \series bold
14498
14499 \backslash
14500 usepackage{calc}
14501 \end_layout
14502
14503 \begin_layout Standard
14504 Behind the formula both boxes are closed by entering 
14505 \series bold
14506 }}
14507 \series default
14508  in \SpecialChar TeX
14509  mode.
14510  Here is an example:
14511 \begin_inset ERT
14512 status collapsed
14513
14514 \begin_layout Plain Layout
14515
14516
14517 \backslash
14518 fboxsep 5mm 
14519 \backslash
14520 fboxrule 5mm
14521 \end_layout
14522
14523 \end_inset
14524
14525
14526 \end_layout
14527
14528 \begin_layout Standard
14529 \begin_inset ERT
14530 status collapsed
14531
14532 \begin_layout Plain Layout
14533
14534
14535 \backslash
14536 fbox{
14537 \backslash
14538 parbox{
14539 \backslash
14540 linewidth-2
14541 \backslash
14542 fboxsep-2
14543 \backslash
14544 fboxrule}{
14545 \end_layout
14546
14547 \end_inset
14548
14549
14550 \begin_inset Formula 
14551 \begin{equation}
14552 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14553 \end{equation}
14554
14555 \end_inset
14556
14557
14558 \begin_inset ERT
14559 status collapsed
14560
14561 \begin_layout Plain Layout
14562
14563 }}
14564 \end_layout
14565
14566 \end_inset
14567
14568
14569 \begin_inset ERT
14570 status collapsed
14571
14572 \begin_layout Plain Layout
14573
14574
14575 \backslash
14576 fboxrule 0.4pt 
14577 \backslash
14578 fboxsep 3pt
14579 \end_layout
14580
14581 \end_inset
14582
14583
14584 \end_layout
14585
14586 \begin_layout Standard
14587 \begin_inset VSpace medskip
14588 \end_inset
14589
14590 As a parbox is used as the argument of 
14591 \series bold
14592
14593 \backslash
14594 fbox
14595 \series default
14596 , there is in this case no difference between 
14597 \series bold
14598
14599 \backslash
14600 fbox
14601 \series default
14602  and 
14603 \series bold
14604
14605 \backslash
14606 boxed
14607 \series default
14608 .
14609 \end_layout
14610
14611 \begin_layout Standard
14612 \begin_inset VSpace bigskip
14613 \end_inset
14614
14615 Paragraph boxes are very useful to comment formulas directly.
14616  To do this, 
14617 \series bold
14618
14619 \backslash
14620 parbox
14621 \series default
14622  is used in combination with the command 
14623 \series bold
14624
14625 \backslash
14626 tag
14627 \series default
14628 .
14629  (more about 
14630 \series bold
14631
14632 \backslash
14633 tag
14634 \series default
14635  see 
14636 \begin_inset CommandInset ref
14637 LatexCommand ref
14638 reference "subsec:User-defined-Numbering"
14639
14640 \end_inset
14641
14642 )
14643 \end_layout
14644
14645 \begin_layout Standard
14646 An example of a formula commented with 
14647 \series bold
14648
14649 \backslash
14650 parbox
14651 \series default
14652 :
14653 \end_layout
14654
14655 \begin_layout Standard
14656 \begin_inset ERT
14657 status collapsed
14658
14659 \begin_layout Plain Layout
14660
14661
14662 \backslash
14663 [5x-7b=3b
14664 \backslash
14665 tag*{
14666 \backslash
14667 parbox{5cm}{
14668 \end_layout
14669
14670 \end_inset
14671
14672 This is a description.
14673  It is distinctly separated from the formula and multiline.
14674 \begin_inset ERT
14675 status collapsed
14676
14677 \begin_layout Plain Layout
14678
14679 }}
14680 \backslash
14681 ]
14682 \end_layout
14683
14684 \end_inset
14685
14686
14687 \end_layout
14688
14689 \begin_layout Standard
14690 Such a formula must be inserted completely in \SpecialChar TeX
14691  mode because \SpecialChar LyX
14692  does not yet
14693  support the command 
14694 \series bold
14695
14696 \backslash
14697 parbox
14698 \series default
14699  in formulas.
14700  The formula is created with the following command sequence:
14701 \end_layout
14702
14703 \begin_layout Standard
14704 The command 
14705 \series bold
14706
14707 \backslash
14708 [5x-7b=3b
14709 \backslash
14710 tag*
14711 \backslash
14712 {
14713 \backslash
14714 parbox{5cm}{
14715 \series default
14716  is inserted in \SpecialChar TeX
14717  mode.
14718 \begin_inset Foot
14719 status collapsed
14720
14721 \begin_layout Plain Layout
14722 When the formula style 
14723 \series bold
14724 Indented
14725 \series default
14726  is used, 
14727 \series bold
14728
14729 \backslash
14730 tag*
14731 \backslash
14732 {
14733 \series default
14734  can also be replaced by 
14735 \series bold
14736
14737 \backslash
14738 hfill
14739 \series default
14740 .
14741  (formula styles see 
14742 \begin_inset CommandInset ref
14743 LatexCommand ref
14744 reference "sec:Formula-Styles"
14745
14746 \end_inset
14747
14748 )
14749 \end_layout
14750
14751 \end_inset
14752
14753  Then the description follows as normal text and finally 
14754 \series bold
14755 }}
14756 \backslash
14757 ]
14758 \series default
14759  is inserted in \SpecialChar TeX
14760  mode.
14761  The commands 
14762 \series bold
14763
14764 \backslash
14765 [
14766 \series default
14767  and 
14768 \series bold
14769
14770 \backslash
14771 ]
14772 \series default
14773  hereby create a displayed formula.
14774 \end_layout
14775
14776 \begin_layout Standard
14777 The advantages of 
14778 \series bold
14779
14780 \backslash
14781 parbox
14782 \series default
14783  can be seen in this example that was 
14784 \begin_inset Quotes eld
14785 \end_inset
14786
14787 commented
14788 \begin_inset Quotes erd
14789 \end_inset
14790
14791  using the mathematical textmode:
14792 \begin_inset Formula 
14793 \[
14794 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14795 \]
14796
14797 \end_inset
14798
14799
14800 \end_layout
14801
14802 \begin_layout Section
14803 Operators
14804 \begin_inset Index idx
14805 status collapsed
14806
14807 \begin_layout Plain Layout
14808 Operators
14809 \end_layout
14810
14811 \end_inset
14812
14813
14814 \end_layout
14815
14816 \begin_layout Subsection
14817 Big Operators
14818 \begin_inset CommandInset label
14819 LatexCommand label
14820 name "subsec:Big-Operators"
14821
14822 \end_inset
14823
14824
14825 \begin_inset Index idx
14826 status collapsed
14827
14828 \begin_layout Plain Layout
14829 Operators ! big
14830 \end_layout
14831
14832 \end_inset
14833
14834
14835 \begin_inset Index idx
14836 status collapsed
14837
14838 \begin_layout Plain Layout
14839 Sums
14840 \end_layout
14841
14842 \end_inset
14843
14844
14845 \begin_inset Index idx
14846 status collapsed
14847
14848 \begin_layout Plain Layout
14849 Integrals
14850 \end_layout
14851
14852 \end_inset
14853
14854
14855 \end_layout
14856
14857 \begin_layout Standard
14858 To be able to use all integral operators listed here, the option 
14859 \family sans
14860 Use esint package automatically
14861 \family default
14862  must be set in the document settings under 
14863 \family sans
14864 Math
14865 \begin_inset space ~
14866 \end_inset
14867
14868 Options
14869 \family default
14870 .
14871 \end_layout
14872
14873 \begin_layout Standard
14874 \begin_inset space \hfill{}
14875 \end_inset
14876
14877
14878 \begin_inset Tabular
14879 <lyxtabular version="3" rows="11" columns="2">
14880 <features booktabs="true" tabularvalignment="middle">
14881 <column alignment="center" valignment="top" width="0pt">
14882 <column alignment="center" valignment="top" width="0pt">
14883 <row>
14884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14885 \begin_inset Text
14886
14887 \begin_layout Plain Layout
14888 Command
14889 \end_layout
14890
14891 \end_inset
14892 </cell>
14893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14894 \begin_inset Text
14895
14896 \begin_layout Plain Layout
14897 Result
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 </row>
14903 <row>
14904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14905 \begin_inset Text
14906
14907 \begin_layout Plain Layout
14908
14909 \backslash
14910 int
14911 \begin_inset Index idx
14912 status collapsed
14913
14914 \begin_layout Plain Layout
14915 Commands ! I ! 
14916 \backslash
14917 int
14918 \end_layout
14919
14920 \end_inset
14921
14922
14923 \end_layout
14924
14925 \end_inset
14926 </cell>
14927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931 \begin_inset Formula $\int$
14932 \end_inset
14933
14934
14935 \end_layout
14936
14937 \end_inset
14938 </cell>
14939 </row>
14940 <row>
14941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945
14946 \backslash
14947 oint
14948 \end_layout
14949
14950 \end_inset
14951 </cell>
14952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956 \begin_inset Formula $\oint$
14957 \end_inset
14958
14959
14960 \end_layout
14961
14962 \end_inset
14963 </cell>
14964 </row>
14965 <row>
14966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14967 \begin_inset Text
14968
14969 \begin_layout Plain Layout
14970
14971 \backslash
14972 ointctrclockwise
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981 \begin_inset Formula $\ointctrclockwise$
14982 \end_inset
14983
14984
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 </row>
14990 <row>
14991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14992 \begin_inset Text
14993
14994 \begin_layout Plain Layout
14995
14996 \backslash
14997 ointclockwise
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15003 \begin_inset Text
15004
15005 \begin_layout Plain Layout
15006 \begin_inset Formula $\ointclockwise$
15007 \end_inset
15008
15009
15010 \end_layout
15011
15012 \end_inset
15013 </cell>
15014 </row>
15015 <row>
15016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15017 \begin_inset Text
15018
15019 \begin_layout Plain Layout
15020
15021 \backslash
15022 sqint
15023 \end_layout
15024
15025 \end_inset
15026 </cell>
15027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031 \begin_inset Formula $\sqint$
15032 \end_inset
15033
15034
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 </row>
15040 <row>
15041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Plain Layout
15045
15046 \backslash
15047 fint
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056  
15057 \begin_inset Formula $\fint$
15058 \end_inset
15059
15060
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 </row>
15066 <row>
15067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15068 \begin_inset Text
15069
15070 \begin_layout Plain Layout
15071
15072 \backslash
15073 landupint
15074 \end_layout
15075
15076 \end_inset
15077 </cell>
15078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15079 \begin_inset Text
15080
15081 \begin_layout Plain Layout
15082  
15083 \begin_inset Formula $\landupint$
15084 \end_inset
15085
15086
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 </row>
15092 <row>
15093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097
15098 \backslash
15099 landdownint
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108  
15109 \begin_inset Formula $\landdownint$
15110 \end_inset
15111
15112
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 </row>
15118 <row>
15119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123
15124 \backslash
15125 bigcap
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 \begin_inset Formula $\bigcap$
15135 \end_inset
15136
15137
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 </row>
15143 <row>
15144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15145 \begin_inset Text
15146
15147 \begin_layout Plain Layout
15148
15149 \backslash
15150 bigcup
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Plain Layout
15159 \begin_inset Formula $\bigcup$
15160 \end_inset
15161
15162
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 </row>
15168 </lyxtabular>
15169
15170 \end_inset
15171
15172
15173 \begin_inset space \hfill{}
15174 \end_inset
15175
15176
15177 \begin_inset Tabular
15178 <lyxtabular version="3" rows="11" columns="2">
15179 <features booktabs="true" tabularvalignment="middle">
15180 <column alignment="center" valignment="top" width="0pt">
15181 <column alignment="center" valignment="top" width="0pt">
15182 <row>
15183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187 Command
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196 Result
15197 \end_layout
15198
15199 \end_inset
15200 </cell>
15201 </row>
15202 <row>
15203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15204 \begin_inset Text
15205
15206 \begin_layout Plain Layout
15207
15208 \backslash
15209 sum
15210 \begin_inset Index idx
15211 status collapsed
15212
15213 \begin_layout Plain Layout
15214 Commands ! S ! 
15215 \backslash
15216 sum
15217 \end_layout
15218
15219 \end_inset
15220
15221
15222 \end_layout
15223
15224 \end_inset
15225 </cell>
15226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Plain Layout
15230 \begin_inset Formula $\sum$
15231 \end_inset
15232
15233
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 </row>
15239 <row>
15240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Plain Layout
15244
15245 \backslash
15246 prod
15247 \begin_inset Index idx
15248 status collapsed
15249
15250 \begin_layout Plain Layout
15251 Commands ! P ! 
15252 \backslash
15253 prod
15254 \begin_inset ERT
15255 status collapsed
15256
15257 \begin_layout Plain Layout
15258
15259
15260 \backslash
15261 vspace{4mm}
15262 \end_layout
15263
15264 \end_inset
15265
15266
15267 \end_layout
15268
15269 \end_inset
15270
15271
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280 \begin_inset Formula $\prod$
15281 \end_inset
15282
15283
15284 \end_layout
15285
15286 \end_inset
15287 </cell>
15288 </row>
15289 <row>
15290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15291 \begin_inset Text
15292
15293 \begin_layout Plain Layout
15294
15295 \backslash
15296 coprod
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15302 \begin_inset Text
15303
15304 \begin_layout Plain Layout
15305 \begin_inset Formula $\coprod$
15306 \end_inset
15307
15308
15309 \end_layout
15310
15311 \end_inset
15312 </cell>
15313 </row>
15314 <row>
15315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15316 \begin_inset Text
15317
15318 \begin_layout Plain Layout
15319
15320 \backslash
15321 bigodot
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15327 \begin_inset Text
15328
15329 \begin_layout Plain Layout
15330 \begin_inset Formula $\bigodot$
15331 \end_inset
15332
15333
15334 \end_layout
15335
15336 \end_inset
15337 </cell>
15338 </row>
15339 <row>
15340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15341 \begin_inset Text
15342
15343 \begin_layout Plain Layout
15344
15345 \backslash
15346 bigotimes
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355 \begin_inset Formula $\bigotimes$
15356 \end_inset
15357
15358
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 </row>
15364 <row>
15365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15366 \begin_inset Text
15367
15368 \begin_layout Plain Layout
15369
15370 \backslash
15371 bigoplus
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Plain Layout
15380 \begin_inset Formula $\bigoplus$
15381 \end_inset
15382
15383
15384 \end_layout
15385
15386 \end_inset
15387 </cell>
15388 </row>
15389 <row>
15390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15391 \begin_inset Text
15392
15393 \begin_layout Plain Layout
15394
15395 \backslash
15396 bigwedge
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15402 \begin_inset Text
15403
15404 \begin_layout Plain Layout
15405 \begin_inset Formula $\bigwedge$
15406 \end_inset
15407
15408
15409 \end_layout
15410
15411 \end_inset
15412 </cell>
15413 </row>
15414 <row>
15415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Plain Layout
15419
15420 \backslash
15421 bigvee
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Plain Layout
15430 \begin_inset Formula $\bigvee$
15431 \end_inset
15432
15433
15434 \end_layout
15435
15436 \end_inset
15437 </cell>
15438 </row>
15439 <row>
15440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15441 \begin_inset Text
15442
15443 \begin_layout Plain Layout
15444
15445 \backslash
15446 bigsqcup
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Plain Layout
15455 \begin_inset Formula $\bigsqcup$
15456 \end_inset
15457
15458
15459 \end_layout
15460
15461 \end_inset
15462 </cell>
15463 </row>
15464 <row>
15465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469
15470 \backslash
15471 biguplus
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Plain Layout
15480 \begin_inset Formula $\biguplus$
15481 \end_inset
15482
15483
15484 \end_layout
15485
15486 \end_inset
15487 </cell>
15488 </row>
15489 </lyxtabular>
15490
15491 \end_inset
15492
15493
15494 \begin_inset space \hfill{}
15495 \end_inset
15496
15497
15498 \end_layout
15499
15500 \begin_layout Standard
15501 All big operators can also be inserted via the math toolbar button 
15502 \begin_inset Info
15503 type  "icon"
15504 arg   "math-insert \\intop"
15505 \end_inset
15506
15507 .
15508 \end_layout
15509
15510 \begin_layout Standard
15511 The operators are called big because they are bigger than the sometimes
15512  equal looking binary operators.
15513  All big operators can have limits as described in the next subsection.
15514 \end_layout
15515
15516 \begin_layout Standard
15517 For all integral operators there is a second version available, ending in
15518  
15519 \series bold
15520 op
15521 \series default
15522
15523 \series bold
15524
15525 \backslash
15526 intop
15527 \series default
15528
15529 \series bold
15530
15531 \backslash
15532 ointop
15533 \series default
15534  etc..
15535  These operators are different from 
15536 \series bold
15537
15538 \backslash
15539 int
15540 \series default
15541  etc.
15542 \begin_inset space \space{}
15543 \end_inset
15544
15545 in the style the operator limits are displayed, see 
15546 \begin_inset CommandInset ref
15547 LatexCommand ref
15548 reference "subsec:Operator-Limits"
15549
15550 \end_inset
15551
15552 .
15553  
15554 \end_layout
15555
15556 \begin_layout Subsubsection*
15557 Advice for Integrals
15558 \end_layout
15559
15560 \begin_layout Standard
15561 The letter 
15562 \emph on
15563 d
15564 \emph default
15565  in an integral is an operator, that therefore has to be set upright.
15566  This is done by highlighting the 
15567 \emph on
15568 d
15569 \emph default
15570  and using the keyboard shortcut 
15571 \begin_inset Info
15572 type  "shortcut"
15573 arg   "font-roman"
15574 \end_inset
15575
15576
15577 \begin_inset Foot
15578 status collapsed
15579
15580 \begin_layout Plain Layout
15581 Font styles
15582 \series bold
15583  
15584 \series default
15585 see 
15586 \begin_inset CommandInset ref
15587 LatexCommand ref
15588 reference "subsec:Font-Styles"
15589
15590 \end_inset
15591
15592
15593 \end_layout
15594
15595 \end_inset
15596
15597 .
15598  Finally the smallest space is inserted before the 
15599 \emph on
15600 d
15601 \emph default
15602 , as this is usual for operators.
15603  An example:
15604 \end_layout
15605
15606 \begin_layout Standard
15607 incorrect: 
15608 \begin_inset Formula $\int A(x)dx$
15609 \end_inset
15610
15611
15612 \begin_inset Newline newline
15613 \end_inset
15614
15615
15616 \begin_inset Phantom HPhantom
15617 status open
15618
15619 \begin_layout Plain Layout
15620 in
15621 \end_layout
15622
15623 \end_inset
15624
15625 correct: 
15626 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15627 \end_inset
15628
15629
15630 \end_layout
15631
15632 \begin_layout Standard
15633 For multiple integrals there are the following commands:
15634 \begin_inset VSpace medskip
15635 \end_inset
15636
15637
15638 \end_layout
15639
15640 \begin_layout Standard
15641 \begin_inset space \hfill{}
15642 \end_inset
15643
15644
15645 \begin_inset Tabular
15646 <lyxtabular version="3" rows="4" columns="2">
15647 <features booktabs="true" tabularvalignment="middle">
15648 <column alignment="center" valignment="top" width="0pt">
15649 <column alignment="center" valignment="top" width="0pt">
15650 <row>
15651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15652 \begin_inset Text
15653
15654 \begin_layout Plain Layout
15655 Command
15656 \end_layout
15657
15658 \end_inset
15659 </cell>
15660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15661 \begin_inset Text
15662
15663 \begin_layout Plain Layout
15664 Result
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 </row>
15670 <row bottomspace="1mm">
15671 <cell alignment="center" valignment="top" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Plain Layout
15675
15676 \backslash
15677 iint
15678 \end_layout
15679
15680 \end_inset
15681 </cell>
15682 <cell alignment="center" valignment="top" usebox="none">
15683 \begin_inset Text
15684
15685 \begin_layout Plain Layout
15686 \begin_inset Formula $\iint$
15687 \end_inset
15688
15689
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 </row>
15695 <row bottomspace="1mm">
15696 <cell alignment="center" valignment="top" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700
15701 \backslash
15702 oiint
15703 \end_layout
15704
15705 \end_inset
15706 </cell>
15707 <cell alignment="center" valignment="top" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Plain Layout
15711 \begin_inset Formula $\oiint$
15712 \end_inset
15713
15714
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 </row>
15720 <row bottomspace="1mm">
15721 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15722 \begin_inset Text
15723
15724 \begin_layout Plain Layout
15725
15726 \backslash
15727 sqiint
15728 \end_layout
15729
15730 \end_inset
15731 </cell>
15732 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Plain Layout
15736 \begin_inset Formula $\sqiint$
15737 \end_inset
15738
15739
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 </row>
15745 </lyxtabular>
15746
15747 \end_inset
15748
15749
15750 \begin_inset space \hfill{}
15751 \end_inset
15752
15753
15754 \begin_inset Tabular
15755 <lyxtabular version="3" rows="4" columns="2">
15756 <features booktabs="true" tabularvalignment="middle">
15757 <column alignment="center" valignment="top" width="0pt">
15758 <column alignment="center" valignment="top" width="0pt">
15759 <row>
15760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15761 \begin_inset Text
15762
15763 \begin_layout Plain Layout
15764 Command
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773 Result
15774 \end_layout
15775
15776 \end_inset
15777 </cell>
15778 </row>
15779 <row bottomspace="1mm">
15780 <cell alignment="center" valignment="top" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784
15785 \backslash
15786 iiint
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 <cell alignment="center" valignment="top" usebox="none">
15792 \begin_inset Text
15793
15794 \begin_layout Plain Layout
15795 \begin_inset Formula $\iiint$
15796 \end_inset
15797
15798
15799 \end_layout
15800
15801 \end_inset
15802 </cell>
15803 </row>
15804 <row bottomspace="1mm">
15805 <cell alignment="center" valignment="top" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809
15810 \backslash
15811 iiiint
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 <cell alignment="center" valignment="top" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820 \begin_inset Formula $\iiiint$
15821 \end_inset
15822
15823
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 </row>
15829 <row bottomspace="1mm">
15830 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834
15835 \backslash
15836 dotsint
15837 \end_layout
15838
15839 \end_inset
15840 </cell>
15841 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15842 \begin_inset Text
15843
15844 \begin_layout Plain Layout
15845 \begin_inset Formula $\dotsint$
15846 \end_inset
15847
15848
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 </row>
15854 </lyxtabular>
15855
15856 \end_inset
15857
15858
15859 \begin_inset space \hfill{}
15860 \end_inset
15861
15862
15863 \end_layout
15864
15865 \begin_layout Subsection
15866 Operator Limits
15867 \begin_inset CommandInset label
15868 LatexCommand label
15869 name "subsec:Operator-Limits"
15870
15871 \end_inset
15872
15873
15874 \begin_inset Index idx
15875 status collapsed
15876
15877 \begin_layout Plain Layout
15878 Operators ! Limits
15879 \end_layout
15880
15881 \end_inset
15882
15883
15884 \end_layout
15885
15886 \begin_layout Standard
15887 Limits are created by super- and subscripts:
15888 \end_layout
15889
15890 \begin_layout Standard
15891 \align center
15892 \begin_inset Tabular
15893 <lyxtabular version="3" rows="2" columns="2">
15894 <features booktabs="true" tabularvalignment="middle">
15895 <column alignment="center" valignment="top" width="0pt">
15896 <column alignment="center" valignment="top" width="0pt">
15897 <row>
15898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902 Command
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Plain Layout
15911 Result
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 </row>
15917 <row>
15918 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922
15923 \backslash
15924 prod^
15925 \backslash
15926 infty
15927 \begin_inset space \textvisiblespace{}
15928 \end_inset
15929
15930
15931 \begin_inset Formula $\to$
15932 \end_inset
15933
15934 _0
15935 \begin_inset Formula $\to$
15936 \end_inset
15937
15938 A(x)
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
15948 \end_inset
15949
15950
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 </row>
15956 </lyxtabular>
15957
15958 \end_inset
15959
15960
15961 \end_layout
15962
15963 \begin_layout Standard
15964 Limits of inline formulas are set right beside the operator.
15965  Limits in displayed formulas are set above or below the operator, except
15966  for integral limits.
15967 \end_layout
15968
15969 \begin_layout Standard
15970 To force that the limits are set beside the operator, the cursor is set
15971  directly behind the operator and the limits type is changed with the menu
15972  
15973 \family sans
15974 Edit\SpecialChar menuseparator
15975 Math\SpecialChar menuseparator
15976 Change Limits Type
15977 \family default
15978  to 
15979 \family sans
15980 \series bold
15981 Inline
15982 \family default
15983 \series default
15984  (shortcut 
15985 \begin_inset Info
15986 type  "shortcut"
15987 arg   "math-limits"
15988 \end_inset
15989
15990 ).
15991  An example:
15992 \end_layout
15993
15994 \begin_layout Standard
15995 The default limits type is this:
15996 \begin_inset Formula 
15997 \[
15998 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15999 \]
16000
16001 \end_inset
16002
16003 This is how it looks when the limits type was changed to 
16004 \family sans
16005 \series bold
16006 Inline
16007 \family default
16008 \series default
16009 :
16010 \begin_inset Formula 
16011 \[
16012 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16013 \]
16014
16015 \end_inset
16016
16017 For integrals, except those ending with 
16018 \series bold
16019 op
16020 \series default
16021  like 
16022 \series bold
16023
16024 \backslash
16025 intop
16026 \series default
16027
16028 \series bold
16029
16030 \backslash
16031 ointop
16032 \series default
16033  etc., the limits are by default set beside the operator.
16034  But for multiple integrals the limits are often set below the operator.
16035  In the following example the limits type was therefore set to 
16036 \series bold
16037 Display
16038 \series default
16039  and so set below the integrals:
16040 \begin_inset Formula 
16041 \begin{equation}
16042 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16043 \end{equation}
16044
16045 \end_inset
16046
16047
16048 \end_layout
16049
16050 \begin_layout Standard
16051 \begin_inset VSpace medskip
16052 \end_inset
16053
16054 To specify conditions for limits, the commands 
16055 \series bold
16056
16057 \backslash
16058 subarray
16059 \series default
16060
16061 \begin_inset Index idx
16062 status collapsed
16063
16064 \begin_layout Plain Layout
16065 Commands ! S ! 
16066 \backslash
16067 subarray
16068 \end_layout
16069
16070 \end_inset
16071
16072  and 
16073 \series bold
16074
16075 \backslash
16076 substack
16077 \series default
16078
16079 \begin_inset Index idx
16080 status collapsed
16081
16082 \begin_layout Plain Layout
16083 Commands ! S ! 
16084 \backslash
16085 substack
16086 \end_layout
16087
16088 \end_inset
16089
16090  are used.
16091  To create for example this expression 
16092 \begin_inset Formula 
16093 \begin{equation}
16094 \sum_{\begin{subarray}{c}
16095 0<k<1000\\
16096 \\
16097 k\,\in\,\mathbb{N}
16098 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16099 \end{equation}
16100
16101 \end_inset
16102
16103
16104 \end_layout
16105
16106 \begin_layout Standard
16107 the following has to be done:
16108 \begin_inset Newline newline
16109 \end_inset
16110
16111 First the command 
16112 \series bold
16113
16114 \backslash
16115 sum
16116 \series default
16117 ^
16118 \series bold
16119 n
16120 \begin_inset space \textvisiblespace{}
16121 \end_inset
16122
16123 _
16124 \series default
16125  is typed in.
16126  One is now in a blue box under the summation operator and insert there
16127  the command 
16128 \series bold
16129
16130 \backslash
16131 subarray
16132 \begin_inset space \textvisiblespace{}
16133 \end_inset
16134
16135
16136 \series default
16137 .
16138  The blue box is now within a purple box and now several lines can be written
16139  among each other.
16140  A new line is created by inserting a line break (
16141 \begin_inset Info
16142 type  "shortcut"
16143 arg   "newline-insert newline"
16144 \end_inset
16145
16146 ).
16147  When now
16148 \begin_inset Newline newline
16149 \end_inset
16150
16151
16152 \series bold
16153 0<k<1000 Ctrl+Return
16154 \begin_inset Newline newline
16155 \end_inset
16156
16157
16158 \series default
16159 is typed in, a new box appears below for the new line.
16160 \end_layout
16161
16162 \begin_layout Standard
16163 The alignment of the lines can be changed to left aligned with the 
16164 \family sans
16165 table
16166 \family default
16167  
16168 \family sans
16169 toolbar
16170 \family default
16171  or the menu 
16172 \family sans
16173 Edit\SpecialChar menuseparator
16174 Rows &Columns
16175 \family default
16176 .
16177  To get right alignment, 
16178 \series bold
16179
16180 \backslash
16181 hfill
16182 \begin_inset space \textvisiblespace{}
16183 \end_inset
16184
16185
16186 \series default
16187  is inserted at the beginning of the line.
16188 \end_layout
16189
16190 \begin_layout Standard
16191 The command 
16192 \series bold
16193
16194 \backslash
16195 substack
16196 \series default
16197  is equivalent to 
16198 \series bold
16199
16200 \backslash
16201 subarray
16202 \series default
16203  with the difference that the lines are always centered.
16204 \end_layout
16205
16206 \begin_layout Standard
16207 \begin_inset VSpace bigskip
16208 \end_inset
16209
16210 Like in formula 
16211 \begin_inset CommandInset ref
16212 LatexCommand eqref
16213 reference "eq:substack"
16214
16215 \end_inset
16216
16217  there can be too much space beside an operator, because the characters
16218  following the operator are set beside the limits.
16219  To avoid this the command 
16220 \series bold
16221
16222 \backslash
16223 smashoperator
16224 \series default
16225
16226 \begin_inset Index idx
16227 status collapsed
16228
16229 \begin_layout Plain Layout
16230 Commands ! S ! 
16231 \backslash
16232 smashoperator
16233 \end_layout
16234
16235 \end_inset
16236
16237  can be used.
16238  To activate it, set in the document settings under 
16239 \family sans
16240 Math
16241 \begin_inset space ~
16242 \end_inset
16243
16244 Options
16245 \family default
16246  for the package 
16247 \series bold
16248 mathtools
16249 \series default
16250
16251 \begin_inset Index idx
16252 status collapsed
16253
16254 \begin_layout Plain Layout
16255 Packages ! mathtools
16256 \end_layout
16257
16258 \end_inset
16259
16260  the option 
16261 \family sans
16262 Load
16263 \begin_inset space ~
16264 \end_inset
16265
16266 always
16267 \family default
16268 .
16269  
16270 \series bold
16271
16272 \backslash
16273 smashoperator
16274 \series default
16275  sets the space besides the operator to 0
16276 \begin_inset space \thinspace{}
16277 \end_inset
16278
16279 pt.
16280 \begin_inset Newline newline
16281 \end_inset
16282
16283 Applied on formula 
16284 \begin_inset CommandInset ref
16285 LatexCommand eqref
16286 reference "eq:substack"
16287
16288 \end_inset
16289
16290 , one uses the command
16291 \end_layout
16292
16293 \begin_layout Standard
16294
16295 \series bold
16296
16297 \backslash
16298 smashoperator{
16299 \end_layout
16300
16301 \begin_layout Standard
16302 and inserts the operator with its limits into the braces.
16303  Behind the brace one continues the formula:
16304 \begin_inset Formula 
16305 \[
16306 \smashoperator{\sum_{\begin{subarray}{c}
16307 0<k<1000\\
16308 \\
16309 k\,\in\,\mathbb{N}
16310 \end{subarray}}^{n}}k^{-2}
16311 \]
16312
16313 \end_inset
16314
16315
16316 \end_layout
16317
16318 \begin_layout Standard
16319 It is possible to set the space of only one side of the operator to 0
16320 \begin_inset space \thinspace{}
16321 \end_inset
16322
16323 pt.
16324  To do this write either 
16325 \series bold
16326 [l]
16327 \series default
16328  or 
16329 \series bold
16330 [r]
16331 \series default
16332  between 
16333 \series bold
16334
16335 \backslash
16336 smashoperator
16337 \series default
16338  and its brace.
16339  
16340 \series bold
16341 l
16342 \series default
16343  stands for the left and 
16344 \series bold
16345 r
16346 \series default
16347  for the right side of the operator.
16348  Here is an example of the possible 
16349 \series bold
16350
16351 \backslash
16352 smashoperator
16353 \series default
16354  forms:
16355 \end_layout
16356
16357 \begin_layout Standard
16358 \begin_inset Formula 
16359 \[
16360 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}
16361 \]
16362
16363 \end_inset
16364
16365
16366 \end_layout
16367
16368 \begin_layout Standard
16369 \begin_inset VSpace bigskip
16370 \end_inset
16371
16372
16373 \end_layout
16374
16375 \begin_layout Standard
16376 When several consecutive operators have limits the typesetting of the limits
16377  looks often imperfect in the output, see this example:
16378 \begin_inset Formula 
16379 \[
16380 \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}
16381 \]
16382
16383 \end_inset
16384
16385 To improve the typesetting set in the document settings under 
16386 \family sans
16387 Math
16388 \begin_inset space ~
16389 \end_inset
16390
16391 Options
16392 \family default
16393  for the package 
16394 \series bold
16395 mathtools
16396 \series default
16397
16398 \begin_inset Index idx
16399 status collapsed
16400
16401 \begin_layout Plain Layout
16402 Packages ! mathtools
16403 \end_layout
16404
16405 \end_inset
16406
16407  the option 
16408 \family sans
16409 Load
16410 \begin_inset space ~
16411 \end_inset
16412
16413 always
16414 \family default
16415 .
16416  Then insert into your formula the command 
16417 \series bold
16418
16419 \backslash
16420 adjustlimits
16421 \series default
16422
16423 \begin_inset Index idx
16424 status collapsed
16425
16426 \begin_layout Plain Layout
16427 Commands ! A ! 
16428 \backslash
16429 adjustlimits
16430 \end_layout
16431
16432 \end_inset
16433
16434  directly before the first operator.
16435  The example will then look like this:
16436 \begin_inset Formula 
16437 \[
16438 \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}
16439 \]
16440
16441 \end_inset
16442
16443
16444 \end_layout
16445
16446 \begin_layout Standard
16447 \begin_inset VSpace bigskip
16448 \end_inset
16449
16450 How to use one limit for several operators is described in 
16451 \begin_inset CommandInset ref
16452 LatexCommand ref
16453 reference "subsec:Self-defined-Operators"
16454
16455 \end_inset
16456
16457 .
16458 \end_layout
16459
16460 \begin_layout Subsection
16461 Decoration for Operators
16462 \begin_inset Index idx
16463 status collapsed
16464
16465 \begin_layout Plain Layout
16466 Operators ! Decoration
16467 \end_layout
16468
16469 \end_inset
16470
16471
16472 \end_layout
16473
16474 \begin_layout Standard
16475 With the commands 
16476 \series bold
16477
16478 \backslash
16479 overset
16480 \series default
16481
16482 \begin_inset Index idx
16483 status collapsed
16484
16485 \begin_layout Plain Layout
16486 Commands ! O ! 
16487 \backslash
16488 overset
16489 \end_layout
16490
16491 \end_inset
16492
16493  and 
16494 \series bold
16495
16496 \backslash
16497 underset
16498 \series default
16499
16500 \begin_inset Index idx
16501 status collapsed
16502
16503 \begin_layout Plain Layout
16504 Commands ! U ! 
16505 \backslash
16506 underset
16507 \end_layout
16508
16509 \end_inset
16510
16511  characters can be placed above or below an operator, respectively.
16512  With the command 
16513 \series bold
16514
16515 \backslash
16516 sideset
16517 \series default
16518
16519 \begin_inset Index idx
16520 status collapsed
16521
16522 \begin_layout Plain Layout
16523 Commands ! S ! 
16524 \backslash
16525 sideset
16526 \end_layout
16527
16528 \end_inset
16529
16530  characters can be set before and behind a big operator.
16531 \end_layout
16532
16533 \begin_layout Standard
16534 There are 4
16535 \begin_inset space ~
16536 \end_inset
16537
16538 variants of 
16539 \series bold
16540
16541 \backslash
16542 sideset
16543 \series default
16544 :
16545 \end_layout
16546
16547 \begin_layout Itemize
16548
16549 \series bold
16550
16551 \backslash
16552 sideset
16553 \series default
16554  is used to set characters at the corners of the operator
16555 \end_layout
16556
16557 \begin_layout Itemize
16558
16559 \series bold
16560
16561 \backslash
16562 sidesetn
16563 \series default
16564  is used to set characters before and/or behind the operator (this variant
16565  represents \SpecialChar LaTeX
16566 's original 
16567 \series bold
16568
16569 \backslash
16570 sideset
16571 \series default
16572  command)
16573 \end_layout
16574
16575 \begin_layout Itemize
16576
16577 \series bold
16578
16579 \backslash
16580 sidesetl
16581 \series default
16582  is used to set characters at the left corners and/or behind the operator
16583 \end_layout
16584
16585 \begin_layout Itemize
16586
16587 \series bold
16588
16589 \backslash
16590 sidesetr
16591 \series default
16592  is used to set characters at the right corners and/or before the operator
16593 \end_layout
16594
16595 \begin_layout Standard
16596 For example the command 
16597 \series bold
16598
16599 \backslash
16600 sidesetn
16601 \begin_inset space \textvisiblespace{}
16602 \end_inset
16603
16604
16605 \backslash
16606 sum
16607 \begin_inset space \textvisiblespace{}
16608 \end_inset
16609
16610
16611 \begin_inset Formula $\to$
16612 \end_inset
16613
16614 '
16615 \begin_inset Formula $\to$
16616 \end_inset
16617
16618 _k=1
16619 \begin_inset space \textvisiblespace{}
16620 \end_inset
16621
16622
16623 \series default
16624 ^
16625 \series bold
16626 n
16627 \series default
16628  produces:
16629 \begin_inset Formula 
16630 \[
16631 \sideset{}{'}\sum_{k=1}^{n}
16632 \]
16633
16634 \end_inset
16635
16636
16637 \end_layout
16638
16639 \begin_layout Standard
16640 \begin_inset Note Greyedout
16641 status open
16642
16643 \begin_layout Plain Layout
16644
16645 \series bold
16646 Note: 
16647 \backslash
16648 sideset
16649 \series default
16650  can only be used to decorate big operators, binary operators are not allowed.
16651 \end_layout
16652
16653 \end_inset
16654
16655
16656 \end_layout
16657
16658 \begin_layout Standard
16659
16660 \series bold
16661
16662 \backslash
16663 overset
16664 \series default
16665  and 
16666 \series bold
16667
16668 \backslash
16669 underset
16670 \series default
16671  can also be used to decorate symbols and characters.
16672  For example, the command 
16673 \series bold
16674
16675 \backslash
16676 overset
16677 \begin_inset space \textvisiblespace{}
16678 \end_inset
16679
16680
16681 \backslash
16682 maltese
16683 \begin_inset space \textvisiblespace{}
16684 \end_inset
16685
16686
16687 \series default
16688
16689 \begin_inset Formula $\uparrow$
16690 \end_inset
16691
16692
16693 \series bold
16694 a
16695 \series default
16696  produces:
16697 \begin_inset Formula 
16698 \[
16699 \overset{a}{\maltese}
16700 \]
16701
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \begin_layout Subsection
16708 Binary Operators
16709 \begin_inset CommandInset label
16710 LatexCommand label
16711 name "subsec:Binary-Operators"
16712
16713 \end_inset
16714
16715
16716 \begin_inset Index idx
16717 status collapsed
16718
16719 \begin_layout Plain Layout
16720 Operators ! binary
16721 \end_layout
16722
16723 \end_inset
16724
16725
16726 \end_layout
16727
16728 \begin_layout Standard
16729 Binary operators are surrounded by space when there is a character before
16730  and after them.
16731 \begin_inset VSpace medskip
16732 \end_inset
16733
16734
16735 \end_layout
16736
16737 \begin_layout Standard
16738 \begin_inset Tabular
16739 <lyxtabular version="3" rows="13" columns="2">
16740 <features booktabs="true" tabularvalignment="middle">
16741 <column alignment="center" valignment="top" width="0pt">
16742 <column alignment="center" valignment="top" width="0pt">
16743 <row>
16744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 Command
16749 \begin_inset Note Note
16750 status collapsed
16751
16752 \begin_layout Plain Layout
16753
16754 \series bold
16755
16756 \backslash
16757 raisebox
16758 \series default
16759  is only used as spacer.
16760 \end_layout
16761
16762 \end_inset
16763
16764
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Plain Layout
16773 Result
16774 \end_layout
16775
16776 \end_inset
16777 </cell>
16778 </row>
16779 <row>
16780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784 +
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16790 \begin_inset Text
16791
16792 \begin_layout Plain Layout
16793 \begin_inset Formula $+$
16794 \end_inset
16795
16796
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 </row>
16802 <row>
16803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807 -
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 \begin_inset Formula $-$
16817 \end_inset
16818
16819
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 </row>
16825 <row>
16826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830
16831 \backslash
16832 pm
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Plain Layout
16841 \begin_inset Formula $\pm$
16842 \end_inset
16843
16844
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 </row>
16850 <row>
16851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16852 \begin_inset Text
16853
16854 \begin_layout Plain Layout
16855
16856 \backslash
16857 mp
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16863 \begin_inset Text
16864
16865 \begin_layout Plain Layout
16866 \begin_inset Formula $\mp$
16867 \end_inset
16868
16869
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 </row>
16875 <row>
16876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16877 \begin_inset Text
16878
16879 \begin_layout Plain Layout
16880
16881 \backslash
16882 cdot
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891 \begin_inset Formula $\cdot$
16892 \end_inset
16893
16894
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 </row>
16900 <row>
16901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905
16906 \backslash
16907 times
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916 \begin_inset Formula $\times$
16917 \end_inset
16918
16919
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 </row>
16925 <row>
16926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930
16931 \backslash
16932 div
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 \begin_inset Formula $\div$
16942 \end_inset
16943
16944
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 </row>
16950 <row>
16951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16952 \begin_inset Text
16953
16954 \begin_layout Plain Layout
16955 \begin_inset ERT
16956 status collapsed
16957
16958 \begin_layout Plain Layout
16959
16960
16961 \backslash
16962 raisebox{-1.2mm}{
16963 \end_layout
16964
16965 \end_inset
16966
16967 *
16968 \begin_inset ERT
16969 status collapsed
16970
16971 \begin_layout Plain Layout
16972
16973 }
16974 \end_layout
16975
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987 \begin_inset Formula $*$
16988 \end_inset
16989
16990
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 </row>
16996 <row>
16997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001
17002 \backslash
17003 star
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012 \begin_inset Formula $\star$
17013 \end_inset
17014
17015
17016 \end_layout
17017
17018 \end_inset
17019 </cell>
17020 </row>
17021 <row>
17022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17023 \begin_inset Text
17024
17025 \begin_layout Plain Layout
17026
17027 \backslash
17028 circ
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037 \begin_inset Formula $\circ$
17038 \end_inset
17039
17040
17041 \end_layout
17042
17043 \end_inset
17044 </cell>
17045 </row>
17046 <row>
17047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051
17052 \backslash
17053 diamond
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062 \begin_inset Formula $\diamond$
17063 \end_inset
17064
17065
17066 \end_layout
17067
17068 \end_inset
17069 </cell>
17070 </row>
17071 <row>
17072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17073 \begin_inset Text
17074
17075 \begin_layout Plain Layout
17076
17077 \backslash
17078 bullet
17079 \end_layout
17080
17081 \end_inset
17082 </cell>
17083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17084 \begin_inset Text
17085
17086 \begin_layout Plain Layout
17087 \begin_inset Formula $\bullet$
17088 \end_inset
17089
17090
17091 \end_layout
17092
17093 \end_inset
17094 </cell>
17095 </row>
17096 </lyxtabular>
17097
17098 \end_inset
17099
17100
17101 \begin_inset space \hfill{}
17102 \end_inset
17103
17104
17105 \begin_inset Tabular
17106 <lyxtabular version="3" rows="13" columns="2">
17107 <features booktabs="true" tabularvalignment="middle">
17108 <column alignment="center" valignment="top" width="0pt">
17109 <column alignment="center" valignment="top" width="0pt">
17110 <row>
17111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115 Command
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124 Result
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 </row>
17130 <row>
17131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135
17136 \backslash
17137 nabla
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Plain Layout
17146 \begin_inset Formula $\nabla$
17147 \end_inset
17148
17149
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 </row>
17155 <row>
17156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160
17161 \backslash
17162 bigtriangledown
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171 \begin_inset Formula $\bigtriangledown$
17172 \end_inset
17173
17174
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 </row>
17180 <row>
17181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185
17186 \backslash
17187 bigtriangleup
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17193 \begin_inset Text
17194
17195 \begin_layout Plain Layout
17196 \begin_inset Formula $\bigtriangleup$
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 </row>
17205 <row>
17206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210
17211 \backslash
17212 Box
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221 \begin_inset Formula $\Box$
17222 \end_inset
17223
17224
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 </row>
17230 <row>
17231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Plain Layout
17235
17236 \backslash
17237 cap 
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17243 \begin_inset Text
17244
17245 \begin_layout Plain Layout
17246 \begin_inset Formula $\cap$
17247 \end_inset
17248
17249
17250 \end_layout
17251
17252 \end_inset
17253 </cell>
17254 </row>
17255 <row>
17256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17257 \begin_inset Text
17258
17259 \begin_layout Plain Layout
17260
17261 \backslash
17262 cup
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17268 \begin_inset Text
17269
17270 \begin_layout Plain Layout
17271 \begin_inset Formula $\cup$
17272 \end_inset
17273
17274
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 </row>
17280 <row>
17281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285
17286 \backslash
17287 dagger
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296 \begin_inset Formula $\dagger$
17297 \end_inset
17298
17299
17300 \end_layout
17301
17302 \end_inset
17303 </cell>
17304 </row>
17305 <row>
17306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310
17311 \backslash
17312 ddagger
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321 \begin_inset Formula $\ddagger$
17322 \end_inset
17323
17324
17325 \end_layout
17326
17327 \end_inset
17328 </cell>
17329 </row>
17330 <row>
17331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17332 \begin_inset Text
17333
17334 \begin_layout Plain Layout
17335
17336 \backslash
17337 wr
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346 \begin_inset Formula $\wr$
17347 \end_inset
17348
17349
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 </row>
17355 <row>
17356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360
17361 \backslash
17362 bigcirc
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371 \begin_inset Formula $\bigcirc$
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 </row>
17380 <row>
17381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17382 \begin_inset Text
17383
17384 \begin_layout Plain Layout
17385
17386 \backslash
17387 wedge
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396 \begin_inset Formula $\wedge$
17397 \end_inset
17398
17399
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 </row>
17405 <row>
17406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410
17411 \backslash
17412 vee
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421 \begin_inset Formula $\vee$
17422 \end_inset
17423
17424
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 </row>
17430 </lyxtabular>
17431
17432 \end_inset
17433
17434
17435 \begin_inset space \hfill{}
17436 \end_inset
17437
17438
17439 \begin_inset Tabular
17440 <lyxtabular version="3" rows="13" columns="2">
17441 <features booktabs="true" tabularvalignment="middle">
17442 <column alignment="center" valignment="top" width="0pt">
17443 <column alignment="center" valignment="top" width="0pt">
17444 <row>
17445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17446 \begin_inset Text
17447
17448 \begin_layout Plain Layout
17449 Command
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458 Result
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 </row>
17464 <row>
17465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469
17470 \backslash
17471 oplus
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480 \begin_inset Formula $\oplus$
17481 \end_inset
17482
17483
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 </row>
17489 <row>
17490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494
17495 \backslash
17496 ominus
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 \begin_inset Formula $\ominus$
17506 \end_inset
17507
17508
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 </row>
17514 <row>
17515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519
17520 \backslash
17521 otimes
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530 \begin_inset Formula $\otimes$
17531 \end_inset
17532
17533
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 </row>
17539 <row>
17540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544
17545 \backslash
17546 oslash
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555 \begin_inset Formula $\oslash$
17556 \end_inset
17557
17558
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 </row>
17564 <row>
17565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569
17570 \backslash
17571 odot
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580 \begin_inset Formula $\odot$
17581 \end_inset
17582
17583
17584 \end_layout
17585
17586 \end_inset
17587 </cell>
17588 </row>
17589 <row>
17590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594
17595 \backslash
17596 amalg
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605 \begin_inset Formula $\amalg$
17606 \end_inset
17607
17608
17609 \end_layout
17610
17611 \end_inset
17612 </cell>
17613 </row>
17614 <row>
17615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17616 \begin_inset Text
17617
17618 \begin_layout Plain Layout
17619
17620 \backslash
17621 uplus
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630 \begin_inset Formula $\uplus$
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 </row>
17639 <row>
17640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Plain Layout
17644
17645 \backslash
17646 setminus
17647 \end_layout
17648
17649 \end_inset
17650 </cell>
17651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17652 \begin_inset Text
17653
17654 \begin_layout Plain Layout
17655 \begin_inset Formula $\setminus$
17656 \end_inset
17657
17658
17659 \end_layout
17660
17661 \end_inset
17662 </cell>
17663 </row>
17664 <row>
17665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17666 \begin_inset Text
17667
17668 \begin_layout Plain Layout
17669
17670 \backslash
17671 sqcap
17672 \end_layout
17673
17674 \end_inset
17675 </cell>
17676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Plain Layout
17680 \begin_inset Formula $\sqcap$
17681 \end_inset
17682
17683
17684 \end_layout
17685
17686 \end_inset
17687 </cell>
17688 </row>
17689 <row>
17690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17691 \begin_inset Text
17692
17693 \begin_layout Plain Layout
17694
17695 \backslash
17696 sqcup
17697 \end_layout
17698
17699 \end_inset
17700 </cell>
17701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17702 \begin_inset Text
17703
17704 \begin_layout Plain Layout
17705 \begin_inset Formula $\sqcup$
17706 \end_inset
17707
17708
17709 \end_layout
17710
17711 \end_inset
17712 </cell>
17713 </row>
17714 <row>
17715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17716 \begin_inset Text
17717
17718 \begin_layout Plain Layout
17719
17720 \backslash
17721 triangleleft
17722 \end_layout
17723
17724 \end_inset
17725 </cell>
17726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730 \begin_inset Formula $\triangleleft$
17731 \end_inset
17732
17733
17734 \end_layout
17735
17736 \end_inset
17737 </cell>
17738 </row>
17739 <row>
17740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Plain Layout
17744
17745 \backslash
17746 triangleright
17747 \end_layout
17748
17749 \end_inset
17750 </cell>
17751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17752 \begin_inset Text
17753
17754 \begin_layout Plain Layout
17755 \begin_inset Formula $\triangleright$
17756 \end_inset
17757
17758
17759 \end_layout
17760
17761 \end_inset
17762 </cell>
17763 </row>
17764 </lyxtabular>
17765
17766 \end_inset
17767
17768
17769 \end_layout
17770
17771 \begin_layout Standard
17772 All binary operators can also be inserted via the math toolbar button 
17773 \begin_inset Info
17774 type  "icon"
17775 arg   "math-insert \\pm"
17776 \end_inset
17777
17778 .
17779 \end_layout
17780
17781 \begin_layout Standard
17782 To typeset the Laplace operator also 
17783 \series bold
17784
17785 \backslash
17786 Delta
17787 \series default
17788  or 
17789 \series bold
17790
17791 \backslash
17792 nabla
17793 \series default
17794 ^
17795 \series bold
17796 2
17797 \series default
17798  (
17799 \begin_inset Formula $\nabla^{2}$
17800 \end_inset
17801
17802 ) can be used instead of 
17803 \series bold
17804
17805 \backslash
17806 bigtriangleup
17807 \series default
17808  .
17809 \end_layout
17810
17811 \begin_layout Standard
17812 The character 
17813 \family sans
17814 Menu Separator
17815 \family default
17816  from the menu 
17817 \family sans
17818 Insert\SpecialChar menuseparator
17819 Special Character
17820 \family default
17821  is the operator 
17822 \series bold
17823
17824 \backslash
17825 triangleright
17826 \series default
17827 .
17828 \end_layout
17829
17830 \begin_layout Subsection
17831 Self-defined Operators
17832 \begin_inset CommandInset label
17833 LatexCommand label
17834 name "subsec:Self-defined-Operators"
17835
17836 \end_inset
17837
17838
17839 \begin_inset Index idx
17840 status collapsed
17841
17842 \begin_layout Plain Layout
17843 Operators ! self-defined
17844 \end_layout
17845
17846 \end_inset
17847
17848
17849 \end_layout
17850
17851 \begin_layout Standard
17852 With the help of the command 
17853 \series bold
17854
17855 \backslash
17856 DeclareMathOperator
17857 \series default
17858
17859 \begin_inset Index idx
17860 status collapsed
17861
17862 \begin_layout Plain Layout
17863 Commands ! D ! 
17864 \backslash
17865 dbinom@
17866 \backslash
17867 DeclareMathOperator
17868 \end_layout
17869
17870 \end_inset
17871
17872  custom operators can be defined in the \SpecialChar LaTeX
17873 -preamble.
17874  Its command scheme is:
17875 \end_layout
17876
17877 \begin_layout Standard
17878
17879 \series bold
17880
17881 \backslash
17882 DeclareMathOperator{new command}{display}
17883 \end_layout
17884
17885 \begin_layout Standard
17886 Display can be characters or symbols that define how the operator looks
17887  in the output.
17888  To define a big operator a * is set behind the command.
17889  All self-defined big operators can have limits as described in 
17890 \begin_inset CommandInset ref
17891 LatexCommand ref
17892 reference "subsec:Operator-Limits"
17893
17894 \end_inset
17895
17896 .
17897 \end_layout
17898
17899 \begin_layout Standard
17900 For example the \SpecialChar LaTeX
17901 -preamble line
17902 \end_layout
17903
17904 \begin_layout Standard
17905
17906 \series bold
17907
17908 \backslash
17909 DeclareMathOperator*{
17910 \backslash
17911 Lozenge}{
17912 \backslash
17913 blacklozenge}
17914 \end_layout
17915
17916 \begin_layout Standard
17917 defines the command 
17918 \series bold
17919
17920 \backslash
17921 Lozenge
17922 \series default
17923 , that inserts a big operator consisting of the lozenge symbol from 
17924 \begin_inset CommandInset ref
17925 LatexCommand ref
17926 reference "subsec:Miscellaneous-Symbols"
17927
17928 \end_inset
17929
17930 :
17931 \begin_inset Formula 
17932 \[
17933 \Lozenge_{n=1}^{\infty}
17934 \]
17935
17936 \end_inset
17937
17938 The command for this formula is: 
17939 \series bold
17940
17941 \backslash
17942 Lozenge
17943 \series default
17944 ^
17945 \series bold
17946
17947 \backslash
17948 infty
17949 \begin_inset Formula $\to$
17950 \end_inset
17951
17952 _n=1
17953 \end_layout
17954
17955 \begin_layout Standard
17956 \begin_inset VSpace bigskip
17957 \end_inset
17958
17959 When self-defined operators are not used several times in the document,
17960  they can also be defined with the commands 
17961 \series bold
17962
17963 \backslash
17964 mathop
17965 \series default
17966
17967 \begin_inset Index idx
17968 status collapsed
17969
17970 \begin_layout Plain Layout
17971 Commands ! M ! 
17972 \backslash
17973 mathop
17974 \end_layout
17975
17976 \end_inset
17977
17978  and 
17979 \series bold
17980
17981 \backslash
17982 mathbin
17983 \series default
17984
17985 \begin_inset Index idx
17986 status collapsed
17987
17988 \begin_layout Plain Layout
17989 Commands ! M ! 
17990 \backslash
17991 mathbin
17992 \end_layout
17993
17994 \end_inset
17995
17996 , which have the following scheme:
17997 \end_layout
17998
17999 \begin_layout Standard
18000
18001 \series bold
18002
18003 \backslash
18004 mathop{display}
18005 \series default
18006  and 
18007 \series bold
18008
18009 \backslash
18010 mathbin{display}
18011 \end_layout
18012
18013 \begin_layout Standard
18014
18015 \series bold
18016
18017 \backslash
18018 mathop
18019 \series default
18020  defines big operators, 
18021 \series bold
18022
18023 \backslash
18024 mathbin
18025 \series default
18026  binary operators.
18027 \end_layout
18028
18029 \begin_layout Standard
18030
18031 \series bold
18032
18033 \backslash
18034 mathop
18035 \series default
18036  can e.
18037 \begin_inset space \thinspace{}
18038 \end_inset
18039
18040 g.
18041 \begin_inset space \space{}
18042 \end_inset
18043
18044 be used to use one limit for several operators:
18045 \end_layout
18046
18047 \begin_layout Standard
18048 \begin_inset Formula 
18049 \[
18050 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18051 \]
18052
18053 \end_inset
18054
18055
18056 \end_layout
18057
18058 \begin_layout Standard
18059 The command for the formula above is:
18060 \begin_inset Newline newline
18061 \end_inset
18062
18063
18064 \series bold
18065
18066 \backslash
18067 mathop{
18068 \backslash
18069 sum
18070 \backslash
18071 negmedspace
18072 \backslash
18073 sum
18074 \series default
18075
18076 \begin_inset space \textvisiblespace{}
18077 \end_inset
18078
18079
18080 \series bold
18081
18082 \begin_inset Formula $\to$
18083 \end_inset
18084
18085 ^N
18086 \series default
18087
18088 \begin_inset space \textvisiblespace{}
18089 \end_inset
18090
18091
18092 \series bold
18093 _i,j=1
18094 \end_layout
18095
18096 \begin_layout Section
18097 Fonts
18098 \begin_inset Index idx
18099 status collapsed
18100
18101 \begin_layout Plain Layout
18102 Fonts
18103 \end_layout
18104
18105 \end_inset
18106
18107
18108 \end_layout
18109
18110 \begin_layout Subsection
18111 Font Styles
18112 \begin_inset CommandInset label
18113 LatexCommand label
18114 name "subsec:Font-Styles"
18115
18116 \end_inset
18117
18118
18119 \begin_inset Index idx
18120 status collapsed
18121
18122 \begin_layout Plain Layout
18123 Font ! style
18124 \end_layout
18125
18126 \end_inset
18127
18128
18129 \end_layout
18130
18131 \begin_layout Standard
18132 Latin letters in formulas can be set in one of the following font styles:
18133 \end_layout
18134
18135 \begin_layout Standard
18136 \align center
18137 \begin_inset Tabular
18138 <lyxtabular version="3" rows="6" columns="3">
18139 <features booktabs="true" tabularvalignment="middle">
18140 <column alignment="center" valignment="top" width="0pt">
18141 <column alignment="center" valignment="top">
18142 <column alignment="center" valignment="top">
18143 <row>
18144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148 Command
18149 \end_layout
18150
18151 \end_inset
18152 </cell>
18153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18154 \begin_inset Text
18155
18156 \begin_layout Plain Layout
18157 Result
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166 Shortcut
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 </row>
18172 <row>
18173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177
18178 \backslash
18179 mathbb
18180 \series bold
18181
18182 \begin_inset space \textvisiblespace{}
18183 \end_inset
18184
18185
18186 \series default
18187 ABC
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196 \begin_inset Formula $\mathbb{ABC}$
18197 \end_inset
18198
18199
18200 \end_layout
18201
18202 \end_inset
18203 </cell>
18204 <cell alignment="center" valignment="top" usebox="none">
18205 \begin_inset Text
18206
18207 \begin_layout Plain Layout
18208 -
18209 \end_layout
18210
18211 \end_inset
18212 </cell>
18213 </row>
18214 <row>
18215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219
18220 \backslash
18221 mathbf
18222 \series bold
18223
18224 \begin_inset space \textvisiblespace{}
18225 \end_inset
18226
18227
18228 \series default
18229 AbC
18230 \end_layout
18231
18232 \end_inset
18233 </cell>
18234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18235 \begin_inset Text
18236
18237 \begin_layout Plain Layout
18238 \begin_inset Formula $\mathbf{AbC}$
18239 \end_inset
18240
18241
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 <cell alignment="center" valignment="top" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 \begin_inset Info
18251 type  "shortcut"
18252 arg   "font-bold"
18253 \end_inset
18254
18255
18256 \end_layout
18257
18258 \end_inset
18259 </cell>
18260 </row>
18261 <row>
18262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18263 \begin_inset Text
18264
18265 \begin_layout Plain Layout
18266
18267 \backslash
18268 boldsymbol
18269 \series bold
18270
18271 \begin_inset space \textvisiblespace{}
18272 \end_inset
18273
18274
18275 \series default
18276 AbC
18277 \end_layout
18278
18279 \end_inset
18280 </cell>
18281 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18282 \begin_inset Text
18283
18284 \begin_layout Plain Layout
18285 \begin_inset Formula $\boldsymbol{AbC}$
18286 \end_inset
18287
18288
18289 \end_layout
18290
18291 \end_inset
18292 </cell>
18293 <cell alignment="center" valignment="top" usebox="none">
18294 \begin_inset Text
18295
18296 \begin_layout Plain Layout
18297 \begin_inset Info
18298 type  "shortcut"
18299 arg   "font-boldsymbol"
18300 \end_inset
18301
18302
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 </row>
18308 <row>
18309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18310 \begin_inset Text
18311
18312 \begin_layout Plain Layout
18313
18314 \backslash
18315 mathcal
18316 \series bold
18317
18318 \begin_inset space \textvisiblespace{}
18319 \end_inset
18320
18321
18322 \series default
18323 ABC
18324 \end_layout
18325
18326 \end_inset
18327 </cell>
18328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18329 \begin_inset Text
18330
18331 \begin_layout Plain Layout
18332 \begin_inset Formula $\mathcal{ABC}$
18333 \end_inset
18334
18335
18336 \end_layout
18337
18338 \end_inset
18339 </cell>
18340 <cell alignment="center" valignment="top" usebox="none">
18341 \begin_inset Text
18342
18343 \begin_layout Plain Layout
18344 -
18345 \end_layout
18346
18347 \end_inset
18348 </cell>
18349 </row>
18350 <row>
18351 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18352 \begin_inset Text
18353
18354 \begin_layout Plain Layout
18355
18356 \backslash
18357 mathfrak
18358 \series bold
18359
18360 \begin_inset space \textvisiblespace{}
18361 \end_inset
18362
18363
18364 \series default
18365 AbC
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18371 \begin_inset Text
18372
18373 \begin_layout Plain Layout
18374 \begin_inset Formula $\mathfrak{AbC}$
18375 \end_inset
18376
18377
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386 -
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 </row>
18392 </lyxtabular>
18393
18394 \end_inset
18395
18396
18397 \end_layout
18398
18399 \begin_layout Standard
18400 \align center
18401 \begin_inset Tabular
18402 <lyxtabular version="3" rows="6" columns="3">
18403 <features booktabs="true" tabularvalignment="middle">
18404 <column alignment="center" valignment="top" width="0pt">
18405 <column alignment="center" valignment="top">
18406 <column alignment="center" valignment="top">
18407 <row>
18408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412 Command
18413 \end_layout
18414
18415 \end_inset
18416 </cell>
18417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18418 \begin_inset Text
18419
18420 \begin_layout Plain Layout
18421 Result
18422 \end_layout
18423
18424 \end_inset
18425 </cell>
18426 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430 Shortcut
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 </row>
18436 <row>
18437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18438 \begin_inset Text
18439
18440 \begin_layout Plain Layout
18441
18442 \backslash
18443 mathit
18444 \series bold
18445
18446 \begin_inset space \textvisiblespace{}
18447 \end_inset
18448
18449
18450 \series default
18451 AbC
18452 \end_layout
18453
18454 \end_inset
18455 </cell>
18456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18457 \begin_inset Text
18458
18459 \begin_layout Plain Layout
18460 \begin_inset Formula $\mathit{AbC}$
18461 \end_inset
18462
18463
18464 \end_layout
18465
18466 \end_inset
18467 </cell>
18468 <cell alignment="center" valignment="top" usebox="none">
18469 \begin_inset Text
18470
18471 \begin_layout Plain Layout
18472 -
18473 \end_layout
18474
18475 \end_inset
18476 </cell>
18477 </row>
18478 <row>
18479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18480 \begin_inset Text
18481
18482 \begin_layout Plain Layout
18483
18484 \backslash
18485 mathrm
18486 \series bold
18487
18488 \begin_inset space \textvisiblespace{}
18489 \end_inset
18490
18491
18492 \series default
18493 AbC
18494 \end_layout
18495
18496 \end_inset
18497 </cell>
18498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18499 \begin_inset Text
18500
18501 \begin_layout Plain Layout
18502 \begin_inset Formula $\mathrm{AbC}$
18503 \end_inset
18504
18505
18506 \end_layout
18507
18508 \end_inset
18509 </cell>
18510 <cell alignment="center" valignment="top" usebox="none">
18511 \begin_inset Text
18512
18513 \begin_layout Plain Layout
18514 \begin_inset Info
18515 type  "shortcut"
18516 arg   "font-roman"
18517 \end_inset
18518
18519
18520 \end_layout
18521
18522 \end_inset
18523 </cell>
18524 </row>
18525 <row>
18526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18527 \begin_inset Text
18528
18529 \begin_layout Plain Layout
18530
18531 \backslash
18532 mathsf
18533 \series bold
18534
18535 \begin_inset space \textvisiblespace{}
18536 \end_inset
18537
18538
18539 \series default
18540 AbC
18541 \end_layout
18542
18543 \end_inset
18544 </cell>
18545 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549 \begin_inset Formula $\mathsf{AbC}$
18550 \end_inset
18551
18552
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 <cell alignment="center" valignment="top" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561 \begin_inset Info
18562 type  "shortcut"
18563 arg   "font-sans"
18564 \end_inset
18565
18566
18567 \end_layout
18568
18569 \end_inset
18570 </cell>
18571 </row>
18572 <row>
18573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18574 \begin_inset Text
18575
18576 \begin_layout Plain Layout
18577
18578 \backslash
18579 mathtt
18580 \series bold
18581
18582 \begin_inset space \textvisiblespace{}
18583 \end_inset
18584
18585
18586 \series default
18587 AbC
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18593 \begin_inset Text
18594
18595 \begin_layout Plain Layout
18596 \begin_inset Formula $\mathtt{AbC}$
18597 \end_inset
18598
18599
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 <cell alignment="center" valignment="top" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608 \begin_inset Info
18609 type  "shortcut"
18610 arg   "font-typewriter"
18611 \end_inset
18612
18613
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 </row>
18619 <row>
18620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624
18625 \backslash
18626 mathscr
18627 \series bold
18628
18629 \begin_inset space \textvisiblespace{}
18630 \end_inset
18631
18632
18633 \series default
18634 ABC
18635 \end_layout
18636
18637 \end_inset
18638 </cell>
18639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18640 \begin_inset Text
18641
18642 \begin_layout Plain Layout
18643 \begin_inset Formula $\mathscr{ABC}$
18644 \end_inset
18645
18646
18647 \end_layout
18648
18649 \end_inset
18650 </cell>
18651 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18652 \begin_inset Text
18653
18654 \begin_layout Plain Layout
18655 -
18656 \end_layout
18657
18658 \end_inset
18659 </cell>
18660 </row>
18661 </lyxtabular>
18662
18663 \end_inset
18664
18665
18666 \end_layout
18667
18668 \begin_layout Standard
18669 \begin_inset Note Greyedout
18670 status open
18671
18672 \begin_layout Plain Layout
18673
18674 \series bold
18675 Note:
18676 \series default
18677  The styles 
18678 \series bold
18679
18680 \backslash
18681 mathbb
18682 \series default
18683
18684 \series bold
18685
18686 \backslash
18687 mathcal
18688 \series default
18689  and 
18690 \series bold
18691
18692 \backslash
18693 mathscr
18694 \series default
18695  can only be used for big letters.
18696 \end_layout
18697
18698 \end_inset
18699
18700
18701 \end_layout
18702
18703 \begin_layout Standard
18704 Predefined is the style 
18705 \series bold
18706
18707 \backslash
18708 mathnormal
18709 \series default
18710 .
18711 \end_layout
18712
18713 \begin_layout Standard
18714 The style commands work also for letters in mathematical constructs:
18715 \begin_inset Formula 
18716 \[
18717 \mathfrak{A=\frac{b}{C}}
18718 \]
18719
18720 \end_inset
18721
18722
18723 \end_layout
18724
18725 \begin_layout Standard
18726 Characters in mathematical text don't appear in a math font style but in
18727  the text font style 
18728 \series bold
18729
18730 \backslash
18731 textrm
18732 \series default
18733 .
18734  That their style can't be set correctly via the text style dialog is a
18735  bug in \SpecialChar LyX
18736 .
18737 \begin_inset Foot
18738 status collapsed
18739
18740 \begin_layout Plain Layout
18741 \begin_inset CommandInset href
18742 LatexCommand href
18743 name "LyX-bug #4629"
18744 target "http://www.lyx.org/trac/ticket/4629"
18745 literal "false"
18746
18747 \end_inset
18748
18749
18750 \end_layout
18751
18752 \end_inset
18753
18754
18755 \end_layout
18756
18757 \begin_layout Standard
18758 Instead of the style commands the dialog 
18759 \family sans
18760 Edit\SpecialChar menuseparator
18761 Math\SpecialChar menuseparator
18762 Text Style
18763 \family default
18764  or the toolbar button 
18765 \begin_inset Info
18766 type  "icon"
18767 arg   "math-insert \\font"
18768 \end_inset
18769
18770  can be used.
18771 \end_layout
18772
18773 \begin_layout Subsection
18774 Bold Formulas
18775 \begin_inset CommandInset label
18776 LatexCommand label
18777 name "subsec:Bold-Formulas"
18778
18779 \end_inset
18780
18781
18782 \begin_inset Index idx
18783 status collapsed
18784
18785 \begin_layout Plain Layout
18786 Formula ! bold
18787 \end_layout
18788
18789 \end_inset
18790
18791
18792 \end_layout
18793
18794 \begin_layout Standard
18795 To make a complete formula bold, the command 
18796 \series bold
18797
18798 \backslash
18799 mathbf
18800 \series default
18801  from the previous subsection cannot be used, because it doesn't work for
18802  small Greek letters.
18803  Furthermore it prints Latin letters always upright, like in the following
18804  equation:
18805 \end_layout
18806
18807 \begin_layout Standard
18808 \begin_inset Formula 
18809 \[
18810 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18811 \]
18812
18813 \end_inset
18814
18815
18816 \end_layout
18817
18818 \begin_layout Standard
18819 To display the formula correctly, the command 
18820 \series bold
18821
18822 \backslash
18823 boldsymbol
18824 \series default
18825  is used:
18826 \begin_inset Formula 
18827 \[
18828 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18829 \]
18830
18831 \end_inset
18832
18833 It is also possible to set the formula in a 
18834 \series bold
18835 boldmath environment
18836 \series default
18837 .
18838  This environment is created by inserting the command 
18839 \series bold
18840
18841 \backslash
18842 boldmath
18843 \series default
18844
18845 \begin_inset Index idx
18846 status collapsed
18847
18848 \begin_layout Plain Layout
18849 Commands ! B ! 
18850 \backslash
18851 boldmath
18852 \end_layout
18853
18854 \end_inset
18855
18856  in \SpecialChar TeX
18857  mode.
18858  To end the environment, the command 
18859 \series bold
18860
18861 \backslash
18862 unboldmath
18863 \series default
18864
18865 \begin_inset Index idx
18866 status collapsed
18867
18868 \begin_layout Plain Layout
18869 Commands ! U ! 
18870 \backslash
18871 unboldmath
18872 \end_layout
18873
18874 \end_inset
18875
18876  is inserted in \SpecialChar TeX
18877  mode.
18878 \begin_inset ERT
18879 status collapsed
18880
18881 \begin_layout Plain Layout
18882
18883
18884 \backslash
18885 boldmath 
18886 \end_layout
18887
18888 \end_inset
18889
18890
18891 \begin_inset Formula 
18892 \[
18893 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18894 \]
18895
18896 \end_inset
18897
18898
18899 \begin_inset ERT
18900 status collapsed
18901
18902 \begin_layout Plain Layout
18903
18904
18905 \backslash
18906 unboldmath 
18907 \end_layout
18908
18909 \end_inset
18910
18911
18912 \end_layout
18913
18914 \begin_layout Subsection
18915 Colored Formulas
18916 \begin_inset Index idx
18917 status collapsed
18918
18919 \begin_layout Plain Layout
18920 Formula ! colored
18921 \end_layout
18922
18923 \end_inset
18924
18925
18926 \end_layout
18927
18928 \begin_layout Standard
18929 Formulas can be colored like normal text: Highlight a formula or a formula
18930  part and use the 
18931 \family sans
18932 Text Style
18933 \family default
18934  dialog.
18935  Here is a formula in magenta:
18936 \begin_inset Formula 
18937 \[
18938 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18939 \]
18940
18941 \end_inset
18942
18943
18944 \end_layout
18945
18946 \begin_layout Standard
18947 You can also define your own colors as described in 
18948 \begin_inset CommandInset ref
18949 LatexCommand ref
18950 reference "subsec:Colored-Boxes"
18951
18952 \end_inset
18953
18954 .
18955  They can be used with the \SpecialChar TeX
18956  code command 
18957 \series bold
18958
18959 \backslash
18960 textcolor
18961 \series default
18962
18963 \begin_inset Index idx
18964 status collapsed
18965
18966 \begin_layout Plain Layout
18967 Commands ! T ! 
18968 \backslash
18969 textcolor
18970 \end_layout
18971
18972 \end_inset
18973
18974  in the scheme
18975 \end_layout
18976
18977 \begin_layout Standard
18978
18979 \series bold
18980
18981 \backslash
18982 textcolor{color}{characters or formula}
18983 \end_layout
18984
18985 \begin_layout Standard
18986 The following example was colored completely dark green and partly red:
18987 \end_layout
18988
18989 \begin_layout Standard
18990 \begin_inset ERT
18991 status collapsed
18992
18993 \begin_layout Plain Layout
18994
18995
18996 \backslash
18997 textcolor{darkgreen}{
18998 \end_layout
18999
19000 \end_inset
19001
19002
19003 \begin_inset Formula 
19004 \[
19005 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19006 \]
19007
19008 \end_inset
19009
19010
19011 \begin_inset ERT
19012 status collapsed
19013
19014 \begin_layout Plain Layout
19015
19016 }
19017 \end_layout
19018
19019 \end_inset
19020
19021
19022 \end_layout
19023
19024 \begin_layout Standard
19025 Due to a bug in \SpecialChar LyX
19026  only complete formulas can be colored with self-defined
19027  colors.
19028 \begin_inset Foot
19029 status collapsed
19030
19031 \begin_layout Plain Layout
19032 \begin_inset CommandInset href
19033 LatexCommand href
19034 name "LyX-bug #5269"
19035 target "http://www.lyx.org/trac/ticket/5269"
19036 literal "false"
19037
19038 \end_inset
19039
19040
19041 \end_layout
19042
19043 \end_inset
19044
19045
19046 \end_layout
19047
19048 \begin_layout Subsection
19049 Font Sizes
19050 \begin_inset CommandInset label
19051 LatexCommand label
19052 name "subsec:Font-Sizes"
19053
19054 \end_inset
19055
19056
19057 \begin_inset Index idx
19058 status collapsed
19059
19060 \begin_layout Plain Layout
19061 Font ! size
19062 \end_layout
19063
19064 \end_inset
19065
19066
19067 \end_layout
19068
19069 \begin_layout Standard
19070 For characters in formulas there are, analog to characters in text, the
19071  following size commands:
19072 \end_layout
19073
19074 \begin_layout Standard
19075
19076 \series bold
19077
19078 \backslash
19079 Huge
19080 \series default
19081
19082 \series bold
19083
19084 \backslash
19085 huge
19086 \series default
19087
19088 \series bold
19089
19090 \backslash
19091 LARGE
19092 \series default
19093
19094 \series bold
19095
19096 \backslash
19097 Large
19098 \series default
19099
19100 \series bold
19101
19102 \backslash
19103 large
19104 \series default
19105
19106 \series bold
19107
19108 \backslash
19109 normalsize
19110 \series default
19111
19112 \series bold
19113
19114 \backslash
19115 small
19116 \series default
19117 ,
19118 \begin_inset Newline newline
19119 \end_inset
19120
19121
19122 \series bold
19123
19124 \backslash
19125 footnotesize
19126 \series default
19127
19128 \series bold
19129
19130 \backslash
19131 scriptsize
19132 \series default
19133  and 
19134 \series bold
19135
19136 \backslash
19137 tiny
19138 \end_layout
19139
19140 \begin_layout Standard
19141 The size produced by the commands depends on the document font size, which
19142  corresponds to the command 
19143 \series bold
19144
19145 \backslash
19146 normalsize
19147 \series default
19148 .
19149  The other commands produce smaller or larger sizes than 
19150 \series bold
19151
19152 \backslash
19153 normalsize
19154 \series default
19155 .
19156  The font size can however not exceed a certain value.
19157  Is for example the document font size 12
19158 \begin_inset space \thinspace{}
19159 \end_inset
19160
19161 pt, the command 
19162 \series bold
19163
19164 \backslash
19165 Huge
19166 \series default
19167  switches to the same size as 
19168 \series bold
19169
19170 \backslash
19171 huge
19172 \series default
19173 .
19174  
19175 \end_layout
19176
19177 \begin_layout Standard
19178 A size command is inserted in \SpecialChar TeX
19179  mode before the formula and sets the size
19180  for all following formula and text characters.
19181  To switch back to the initial size, the command 
19182 \series bold
19183
19184 \backslash
19185 normalsize
19186 \series default
19187  is inserted behind the formula in \SpecialChar TeX
19188  mode.
19189 \end_layout
19190
19191 \begin_layout Standard
19192 Within a formula the size can be changed using the following size commands
19193  or the toolbar button 
19194 \begin_inset Info
19195 type  "icon"
19196 arg   "math-insert \\style"
19197 \end_inset
19198
19199 :
19200 \end_layout
19201
19202 \begin_layout Standard
19203 \noindent
19204 \align center
19205 \begin_inset Tabular
19206 <lyxtabular version="3" rows="5" columns="2">
19207 <features booktabs="true" tabularvalignment="middle">
19208 <column alignment="center" valignment="top" width="0pt">
19209 <column alignment="center" valignment="top">
19210 <row>
19211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19212 \begin_inset Text
19213
19214 \begin_layout Plain Layout
19215 Command
19216 \end_layout
19217
19218 \end_inset
19219 </cell>
19220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Plain Layout
19224 Result
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 </row>
19230 <row>
19231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235
19236 \backslash
19237 displaystyle
19238 \begin_inset Index idx
19239 status collapsed
19240
19241 \begin_layout Plain Layout
19242 Commands ! D ! 
19243 \backslash
19244 displaystyle
19245 \end_layout
19246
19247 \end_inset
19248
19249
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19259 \end_inset
19260
19261
19262 \end_layout
19263
19264 \end_inset
19265 </cell>
19266 </row>
19267 <row topspace="1mm">
19268 <cell alignment="center" valignment="top" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272
19273 \backslash
19274 textstyle
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19284 \end_inset
19285
19286
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 </row>
19292 <row>
19293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297
19298 \backslash
19299 scriptstyle
19300 \end_layout
19301
19302 \end_inset
19303 </cell>
19304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19309 \end_inset
19310
19311
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 </row>
19317 <row>
19318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322
19323 \backslash
19324 scriptscriptstyle
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19334 \end_inset
19335
19336
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 </row>
19342 </lyxtabular>
19343
19344 \end_inset
19345
19346
19347 \end_layout
19348
19349 \begin_layout Standard
19350 After entering these commands, a blue box appears in which the formula parts
19351  are inserted.
19352 \end_layout
19353
19354 \begin_layout Standard
19355 There is a further method to change the font size, that though only works
19356  for symbols or letters in mathematical text.
19357  To use it, one of the above text size commands is inserted in mathematical
19358  text.
19359  All following characters until the end of the mathematical text or until
19360  another size command will have the selected size.
19361  Two examples:
19362 \begin_inset VSpace -2mm
19363 \end_inset
19364
19365
19366 \end_layout
19367
19368 \begin_layout Standard
19369 \begin_inset ERT
19370 status collapsed
19371
19372 \begin_layout Plain Layout
19373
19374
19375 \backslash
19376 huge 
19377 \end_layout
19378
19379 \end_inset
19380
19381
19382 \begin_inset Formula 
19383 \[
19384 A=\frac{B}{c}\cdot\maltese
19385 \]
19386
19387 \end_inset
19388
19389
19390 \begin_inset Formula 
19391 \[
19392 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19393 \]
19394
19395 \end_inset
19396
19397
19398 \begin_inset ERT
19399 status collapsed
19400
19401 \begin_layout Plain Layout
19402
19403
19404 \backslash
19405 normalsize 
19406 \end_layout
19407
19408 \end_inset
19409
19410
19411 \end_layout
19412
19413 \begin_layout Standard
19414 \begin_inset VSpace medskip
19415 \end_inset
19416
19417 Before both formulas the command 
19418 \series bold
19419
19420 \backslash
19421 huge
19422 \series default
19423  was inserted.
19424  The command for the second formula is:
19425 \begin_inset Newline newline
19426 \end_inset
19427
19428
19429 \series bold
19430
19431 \backslash
19432 maltese
19433 \begin_inset space \textvisiblespace{}
19434 \end_inset
19435
19436 A Alt+M M 
19437 \backslash
19438 Large
19439 \begin_inset space \textvisiblespace{}
19440 \end_inset
19441
19442
19443 \backslash
19444 maltese
19445 \begin_inset space \textvisiblespace{}
19446 \end_inset
19447
19448
19449 \backslash
19450 textit
19451 \begin_inset space \textvisiblespace{}
19452 \end_inset
19453
19454 A
19455 \begin_inset Formula $\to$
19456 \end_inset
19457
19458
19459 \begin_inset Formula $\to$
19460 \end_inset
19461
19462
19463 \begin_inset Newline newline
19464 \end_inset
19465
19466
19467 \begin_inset space \hspace*{}
19468 \length 1cm
19469 \end_inset
19470
19471 Alt+M
19472 \series default
19473  
19474 \series bold
19475
19476 \backslash
19477 tiny
19478 \begin_inset space \textvisiblespace{}
19479 \end_inset
19480
19481
19482 \backslash
19483 maltese
19484 \begin_inset space \textvisiblespace{}
19485 \end_inset
19486
19487
19488 \backslash
19489 textit
19490 \begin_inset space \textvisiblespace{}
19491 \end_inset
19492
19493 A
19494 \end_layout
19495
19496 \begin_layout Standard
19497 If a symbol cannot be displayed in different sizes, it will always be displayed
19498  in the default size.
19499 \end_layout
19500
19501 \begin_layout Section
19502 Greek Letters
19503 \begin_inset Index idx
19504 status collapsed
19505
19506 \begin_layout Plain Layout
19507 Greek letters
19508 \end_layout
19509
19510 \end_inset
19511
19512
19513 \end_layout
19514
19515 \begin_layout Standard
19516 Greek letters can also be inserted via the toolbar button 
19517 \begin_inset Info
19518 type  "icon"
19519 arg   "math-insert \\alpha"
19520 \end_inset
19521
19522 .
19523  All international typesetting norms purport that Greek letters in math
19524  have to be typeset italic/slanted.
19525  In some languages, like French or Russian, they are nevertheless sometimes
19526  typeset upright.
19527 \end_layout
19528
19529 \begin_layout Subsection
19530 Small Letters
19531 \begin_inset Index idx
19532 status collapsed
19533
19534 \begin_layout Plain Layout
19535 Greek letters ! small
19536 \end_layout
19537
19538 \end_inset
19539
19540
19541 \end_layout
19542
19543 \begin_layout Standard
19544 \begin_inset space \hfill{}
19545 \end_inset
19546
19547
19548 \begin_inset Tabular
19549 <lyxtabular version="3" rows="11" columns="2">
19550 <features booktabs="true" tabularvalignment="middle">
19551 <column alignment="center" valignment="top" width="0pt">
19552 <column alignment="center" valignment="top" width="0pt">
19553 <row>
19554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19555 \begin_inset Text
19556
19557 \begin_layout Plain Layout
19558 Command
19559 \end_layout
19560
19561 \end_inset
19562 </cell>
19563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Plain Layout
19567 Result
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 </row>
19573 <row>
19574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578
19579 \backslash
19580 alpha
19581 \end_layout
19582
19583 \end_inset
19584 </cell>
19585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589 \begin_inset Formula $\alpha$
19590 \end_inset
19591
19592
19593 \end_layout
19594
19595 \end_inset
19596 </cell>
19597 </row>
19598 <row>
19599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19600 \begin_inset Text
19601
19602 \begin_layout Plain Layout
19603
19604 \backslash
19605 beta
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614 \begin_inset Formula $\beta$
19615 \end_inset
19616
19617
19618 \end_layout
19619
19620 \end_inset
19621 </cell>
19622 </row>
19623 <row>
19624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628
19629 \backslash
19630 gamma
19631 \end_layout
19632
19633 \end_inset
19634 </cell>
19635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639 \begin_inset Formula $\gamma$
19640 \end_inset
19641
19642
19643 \end_layout
19644
19645 \end_inset
19646 </cell>
19647 </row>
19648 <row>
19649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653
19654 \backslash
19655 delta
19656 \end_layout
19657
19658 \end_inset
19659 </cell>
19660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664 \begin_inset Formula $\delta$
19665 \end_inset
19666
19667
19668 \end_layout
19669
19670 \end_inset
19671 </cell>
19672 </row>
19673 <row>
19674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19675 \begin_inset Text
19676
19677 \begin_layout Plain Layout
19678
19679 \backslash
19680 epsilon
19681 \end_layout
19682
19683 \end_inset
19684 </cell>
19685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689 \begin_inset Formula $\epsilon$
19690 \end_inset
19691
19692
19693 \end_layout
19694
19695 \end_inset
19696 </cell>
19697 </row>
19698 <row>
19699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19700 \begin_inset Text
19701
19702 \begin_layout Plain Layout
19703
19704 \backslash
19705 varepsilon
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714 \begin_inset Formula $\varepsilon$
19715 \end_inset
19716
19717
19718 \end_layout
19719
19720 \end_inset
19721 </cell>
19722 </row>
19723 <row>
19724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19725 \begin_inset Text
19726
19727 \begin_layout Plain Layout
19728
19729 \backslash
19730 zeta
19731 \end_layout
19732
19733 \end_inset
19734 </cell>
19735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739 \begin_inset Formula $\zeta$
19740 \end_inset
19741
19742
19743 \end_layout
19744
19745 \end_inset
19746 </cell>
19747 </row>
19748 <row>
19749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19750 \begin_inset Text
19751
19752 \begin_layout Plain Layout
19753
19754 \backslash
19755 eta
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764 \begin_inset Formula $\eta$
19765 \end_inset
19766
19767
19768 \end_layout
19769
19770 \end_inset
19771 </cell>
19772 </row>
19773 <row>
19774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19775 \begin_inset Text
19776
19777 \begin_layout Plain Layout
19778
19779 \backslash
19780 theta
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789 \begin_inset Formula $\theta$
19790 \end_inset
19791
19792
19793 \end_layout
19794
19795 \end_inset
19796 </cell>
19797 </row>
19798 <row>
19799 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19800 \begin_inset Text
19801
19802 \begin_layout Plain Layout
19803
19804 \backslash
19805 vartheta
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19811 \begin_inset Text
19812
19813 \begin_layout Plain Layout
19814 \begin_inset Formula $\vartheta$
19815 \end_inset
19816
19817
19818 \end_layout
19819
19820 \end_inset
19821 </cell>
19822 </row>
19823 </lyxtabular>
19824
19825 \end_inset
19826
19827
19828 \begin_inset space \hfill{}
19829 \end_inset
19830
19831
19832 \begin_inset Tabular
19833 <lyxtabular version="3" rows="12" columns="2">
19834 <features booktabs="true" tabularvalignment="middle">
19835 <column alignment="center" valignment="top" width="0pt">
19836 <column alignment="center" valignment="top" width="0pt">
19837 <row>
19838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19839 \begin_inset Text
19840
19841 \begin_layout Plain Layout
19842 Command
19843 \end_layout
19844
19845 \end_inset
19846 </cell>
19847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19848 \begin_inset Text
19849
19850 \begin_layout Plain Layout
19851 Result
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 </row>
19857 <row>
19858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862
19863 \backslash
19864 iota
19865 \end_layout
19866
19867 \end_inset
19868 </cell>
19869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Plain Layout
19873 \begin_inset Formula $\iota$
19874 \end_inset
19875
19876
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 </row>
19882 <row>
19883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Plain Layout
19887
19888 \backslash
19889 kappa
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898 \begin_inset Formula $\kappa$
19899 \end_inset
19900
19901
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 </row>
19907 <row>
19908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912
19913 \backslash
19914 varkappa
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923 \begin_inset Formula $\varkappa$
19924 \end_inset
19925
19926
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 </row>
19932 <row>
19933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937
19938 \backslash
19939 lambda
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948 \begin_inset Formula $\lambda$
19949 \end_inset
19950
19951
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 </row>
19957 <row>
19958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19959 \begin_inset Text
19960
19961 \begin_layout Plain Layout
19962
19963 \backslash
19964 mu
19965 \end_layout
19966
19967 \end_inset
19968 </cell>
19969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973 \begin_inset Formula $\mu$
19974 \end_inset
19975
19976
19977 \end_layout
19978
19979 \end_inset
19980 </cell>
19981 </row>
19982 <row>
19983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19984 \begin_inset Text
19985
19986 \begin_layout Plain Layout
19987
19988 \backslash
19989 nu
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998 \begin_inset Formula $\nu$
19999 \end_inset
20000
20001
20002 \end_layout
20003
20004 \end_inset
20005 </cell>
20006 </row>
20007 <row>
20008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20009 \begin_inset Text
20010
20011 \begin_layout Plain Layout
20012
20013 \backslash
20014 xi
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023 \begin_inset Formula $\xi$
20024 \end_inset
20025
20026
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 </row>
20032 <row>
20033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Plain Layout
20037 o
20038 \end_layout
20039
20040 \end_inset
20041 </cell>
20042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046 \begin_inset Formula $o$
20047 \end_inset
20048
20049
20050 \end_layout
20051
20052 \end_inset
20053 </cell>
20054 </row>
20055 <row>
20056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20057 \begin_inset Text
20058
20059 \begin_layout Plain Layout
20060
20061 \backslash
20062 pi
20063 \end_layout
20064
20065 \end_inset
20066 </cell>
20067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071 \begin_inset Formula $\pi$
20072 \end_inset
20073
20074
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 </row>
20080 <row>
20081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20082 \begin_inset Text
20083
20084 \begin_layout Plain Layout
20085
20086 \backslash
20087 varpi
20088 \end_layout
20089
20090 \end_inset
20091 </cell>
20092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20093 \begin_inset Text
20094
20095 \begin_layout Plain Layout
20096 \begin_inset Formula $\varpi$
20097 \end_inset
20098
20099
20100 \end_layout
20101
20102 \end_inset
20103 </cell>
20104 </row>
20105 <row>
20106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20107 \begin_inset Text
20108
20109 \begin_layout Plain Layout
20110
20111 \backslash
20112 rho
20113 \end_layout
20114
20115 \end_inset
20116 </cell>
20117 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20118 \begin_inset Text
20119
20120 \begin_layout Plain Layout
20121 \begin_inset Formula $\rho$
20122 \end_inset
20123
20124
20125 \end_layout
20126
20127 \end_inset
20128 </cell>
20129 </row>
20130 </lyxtabular>
20131
20132 \end_inset
20133
20134
20135 \begin_inset space \hfill{}
20136 \end_inset
20137
20138
20139 \begin_inset Tabular
20140 <lyxtabular version="3" rows="11" columns="2">
20141 <features booktabs="true" tabularvalignment="middle">
20142 <column alignment="center" valignment="top" width="0pt">
20143 <column alignment="center" valignment="top" width="0pt">
20144 <row>
20145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20146 \begin_inset Text
20147
20148 \begin_layout Plain Layout
20149 Command
20150 \end_layout
20151
20152 \end_inset
20153 </cell>
20154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158 Result
20159 \end_layout
20160
20161 \end_inset
20162 </cell>
20163 </row>
20164 <row>
20165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169
20170 \backslash
20171 varrho
20172 \end_layout
20173
20174 \end_inset
20175 </cell>
20176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20177 \begin_inset Text
20178
20179 \begin_layout Plain Layout
20180 \begin_inset Formula $\varrho$
20181 \end_inset
20182
20183
20184 \end_layout
20185
20186 \end_inset
20187 </cell>
20188 </row>
20189 <row>
20190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194
20195 \backslash
20196 sigma
20197 \end_layout
20198
20199 \end_inset
20200 </cell>
20201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205 \begin_inset Formula $\sigma$
20206 \end_inset
20207
20208
20209 \end_layout
20210
20211 \end_inset
20212 </cell>
20213 </row>
20214 <row>
20215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20216 \begin_inset Text
20217
20218 \begin_layout Plain Layout
20219
20220 \backslash
20221 varsigma
20222 \end_layout
20223
20224 \end_inset
20225 </cell>
20226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20227 \begin_inset Text
20228
20229 \begin_layout Plain Layout
20230 \begin_inset Formula $\varsigma$
20231 \end_inset
20232
20233
20234 \end_layout
20235
20236 \end_inset
20237 </cell>
20238 </row>
20239 <row>
20240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244
20245 \backslash
20246 tau
20247 \end_layout
20248
20249 \end_inset
20250 </cell>
20251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20252 \begin_inset Text
20253
20254 \begin_layout Plain Layout
20255 \begin_inset Formula $\tau$
20256 \end_inset
20257
20258
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 </row>
20264 <row>
20265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20266 \begin_inset Text
20267
20268 \begin_layout Plain Layout
20269
20270 \backslash
20271 upsilon
20272 \end_layout
20273
20274 \end_inset
20275 </cell>
20276 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20277 \begin_inset Text
20278
20279 \begin_layout Plain Layout
20280 \begin_inset Formula $\upsilon$
20281 \end_inset
20282
20283
20284 \end_layout
20285
20286 \end_inset
20287 </cell>
20288 </row>
20289 <row>
20290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20291 \begin_inset Text
20292
20293 \begin_layout Plain Layout
20294
20295 \backslash
20296 phi
20297 \end_layout
20298
20299 \end_inset
20300 </cell>
20301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20302 \begin_inset Text
20303
20304 \begin_layout Plain Layout
20305 \begin_inset Formula $\phi$
20306 \end_inset
20307
20308
20309 \end_layout
20310
20311 \end_inset
20312 </cell>
20313 </row>
20314 <row>
20315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20316 \begin_inset Text
20317
20318 \begin_layout Plain Layout
20319
20320 \backslash
20321 varphi
20322 \end_layout
20323
20324 \end_inset
20325 </cell>
20326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Plain Layout
20330 \begin_inset Formula $\varphi$
20331 \end_inset
20332
20333
20334 \end_layout
20335
20336 \end_inset
20337 </cell>
20338 </row>
20339 <row>
20340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20341 \begin_inset Text
20342
20343 \begin_layout Plain Layout
20344
20345 \backslash
20346 chi
20347 \end_layout
20348
20349 \end_inset
20350 </cell>
20351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355 \begin_inset Formula $\chi$
20356 \end_inset
20357
20358
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 </row>
20364 <row>
20365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20366 \begin_inset Text
20367
20368 \begin_layout Plain Layout
20369
20370 \backslash
20371 psi
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380 \begin_inset Formula $\psi$
20381 \end_inset
20382
20383
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 </row>
20389 <row>
20390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20391 \begin_inset Text
20392
20393 \begin_layout Plain Layout
20394
20395 \backslash
20396 omega
20397 \end_layout
20398
20399 \end_inset
20400 </cell>
20401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20402 \begin_inset Text
20403
20404 \begin_layout Plain Layout
20405 \begin_inset Formula $\omega$
20406 \end_inset
20407
20408
20409 \end_layout
20410
20411 \end_inset
20412 </cell>
20413 </row>
20414 </lyxtabular>
20415
20416 \end_inset
20417
20418
20419 \begin_inset space \hfill{}
20420 \end_inset
20421
20422
20423 \end_layout
20424
20425 \begin_layout Standard
20426 \begin_inset VSpace medskip
20427 \end_inset
20428
20429
20430 \end_layout
20431
20432 \begin_layout Standard
20433 How to create special upright Greek letters is explained in 
20434 \begin_inset CommandInset ref
20435 LatexCommand ref
20436 reference "subsec:Upright-small-Greek"
20437
20438 \end_inset
20439
20440 .
20441 \end_layout
20442
20443 \begin_layout Subsection
20444 Big Letters
20445 \begin_inset Index idx
20446 status collapsed
20447
20448 \begin_layout Plain Layout
20449 Greek letters ! big
20450 \end_layout
20451
20452 \end_inset
20453
20454
20455 \end_layout
20456
20457 \begin_layout Standard
20458 \begin_inset space \hfill{}
20459 \end_inset
20460
20461
20462 \begin_inset Tabular
20463 <lyxtabular version="3" rows="7" columns="2">
20464 <features booktabs="true" tabularvalignment="middle">
20465 <column alignment="center" valignment="top" width="0pt">
20466 <column alignment="center" valignment="top" width="0pt">
20467 <row>
20468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20469 \begin_inset Text
20470
20471 \begin_layout Plain Layout
20472 Command
20473 \end_layout
20474
20475 \end_inset
20476 </cell>
20477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20478 \begin_inset Text
20479
20480 \begin_layout Plain Layout
20481 Result
20482 \end_layout
20483
20484 \end_inset
20485 </cell>
20486 </row>
20487 <row>
20488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20489 \begin_inset Text
20490
20491 \begin_layout Plain Layout
20492
20493 \backslash
20494 Gamma
20495 \end_layout
20496
20497 \end_inset
20498 </cell>
20499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503 \begin_inset Formula $\Gamma$
20504 \end_inset
20505
20506
20507 \end_layout
20508
20509 \end_inset
20510 </cell>
20511 </row>
20512 <row>
20513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20514 \begin_inset Text
20515
20516 \begin_layout Plain Layout
20517
20518 \backslash
20519 Delta
20520 \end_layout
20521
20522 \end_inset
20523 </cell>
20524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528 \begin_inset Formula $\Delta$
20529 \end_inset
20530
20531
20532 \end_layout
20533
20534 \end_inset
20535 </cell>
20536 </row>
20537 <row>
20538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20539 \begin_inset Text
20540
20541 \begin_layout Plain Layout
20542
20543 \backslash
20544 Theta
20545 \end_layout
20546
20547 \end_inset
20548 </cell>
20549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553 \begin_inset Formula $\Theta$
20554 \end_inset
20555
20556
20557 \end_layout
20558
20559 \end_inset
20560 </cell>
20561 </row>
20562 <row>
20563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20564 \begin_inset Text
20565
20566 \begin_layout Plain Layout
20567
20568 \backslash
20569 Lambda
20570 \end_layout
20571
20572 \end_inset
20573 </cell>
20574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20575 \begin_inset Text
20576
20577 \begin_layout Plain Layout
20578 \begin_inset Formula $\Lambda$
20579 \end_inset
20580
20581
20582 \end_layout
20583
20584 \end_inset
20585 </cell>
20586 </row>
20587 <row>
20588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20589 \begin_inset Text
20590
20591 \begin_layout Plain Layout
20592
20593 \backslash
20594 Xi
20595 \end_layout
20596
20597 \end_inset
20598 </cell>
20599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20600 \begin_inset Text
20601
20602 \begin_layout Plain Layout
20603 \begin_inset Formula $\Xi$
20604 \end_inset
20605
20606
20607 \end_layout
20608
20609 \end_inset
20610 </cell>
20611 </row>
20612 <row>
20613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20614 \begin_inset Text
20615
20616 \begin_layout Plain Layout
20617
20618 \backslash
20619 Pi
20620 \end_layout
20621
20622 \end_inset
20623 </cell>
20624 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628 \begin_inset Formula $\Pi$
20629 \end_inset
20630
20631
20632 \end_layout
20633
20634 \end_inset
20635 </cell>
20636 </row>
20637 </lyxtabular>
20638
20639 \end_inset
20640
20641
20642 \begin_inset space \hfill{}
20643 \end_inset
20644
20645
20646 \begin_inset Tabular
20647 <lyxtabular version="3" rows="6" columns="2">
20648 <features booktabs="true" tabularvalignment="middle">
20649 <column alignment="center" valignment="top" width="0pt">
20650 <column alignment="center" valignment="top" width="0pt">
20651 <row>
20652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20653 \begin_inset Text
20654
20655 \begin_layout Plain Layout
20656 Command
20657 \end_layout
20658
20659 \end_inset
20660 </cell>
20661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665 Result
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 </row>
20671 <row>
20672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676
20677 \backslash
20678 Sigma
20679 \end_layout
20680
20681 \end_inset
20682 </cell>
20683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687 \begin_inset Formula $\Sigma$
20688 \end_inset
20689
20690
20691 \end_layout
20692
20693 \end_inset
20694 </cell>
20695 </row>
20696 <row>
20697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701
20702 \backslash
20703 Upsilon
20704 \end_layout
20705
20706 \end_inset
20707 </cell>
20708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712 \begin_inset Formula $\Upsilon$
20713 \end_inset
20714
20715
20716 \end_layout
20717
20718 \end_inset
20719 </cell>
20720 </row>
20721 <row>
20722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726
20727 \backslash
20728 Phi
20729 \end_layout
20730
20731 \end_inset
20732 </cell>
20733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20734 \begin_inset Text
20735
20736 \begin_layout Plain Layout
20737 \begin_inset Formula $\Phi$
20738 \end_inset
20739
20740
20741 \end_layout
20742
20743 \end_inset
20744 </cell>
20745 </row>
20746 <row>
20747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751
20752 \backslash
20753 Psi
20754 \end_layout
20755
20756 \end_inset
20757 </cell>
20758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762 \begin_inset Formula $\Psi$
20763 \end_inset
20764
20765
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 </row>
20771 <row>
20772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776
20777 \backslash
20778 Omega
20779 \end_layout
20780
20781 \end_inset
20782 </cell>
20783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20784 \begin_inset Text
20785
20786 \begin_layout Plain Layout
20787 \begin_inset Formula $\Omega$
20788 \end_inset
20789
20790
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 </row>
20796 </lyxtabular>
20797
20798 \end_inset
20799
20800
20801 \begin_inset space \hfill{}
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \begin_layout Standard
20808 \begin_inset VSpace medskip
20809 \end_inset
20810
20811 That the big Greek letters appear upright is caused by a design bug when
20812  \SpecialChar TeX
20813  was developed.
20814  To get correct italic big letters, begin every command with 
20815 \series bold
20816 var
20817 \series default
20818 .
20819  For example the command 
20820 \series bold
20821
20822 \backslash
20823 varGamma
20824 \series default
20825  produces 
20826 \begin_inset Formula $\varGamma$
20827 \end_inset
20828
20829 .
20830  Another way is to load the package 
20831 \series bold
20832 fixmath
20833 \series default
20834
20835 \begin_inset Foot
20836 status collapsed
20837
20838 \begin_layout Plain Layout
20839
20840 \series bold
20841 fixmath
20842 \series default
20843  is part of the \SpecialChar LaTeX
20844 -package 
20845 \series bold
20846 was
20847 \series default
20848
20849 \begin_inset Index idx
20850 status collapsed
20851
20852 \begin_layout Plain Layout
20853 Packages ! was
20854 \begin_inset ERT
20855 status collapsed
20856
20857 \begin_layout Plain Layout
20858
20859
20860 \backslash
20861 vspace{4mm}
20862 \end_layout
20863
20864 \end_inset
20865
20866
20867 \end_layout
20868
20869 \end_inset
20870
20871 .
20872 \end_layout
20873
20874 \end_inset
20875
20876
20877 \begin_inset Index idx
20878 status collapsed
20879
20880 \begin_layout Plain Layout
20881 Packages ! fixmath
20882 \end_layout
20883
20884 \end_inset
20885
20886  with the \SpecialChar LaTeX
20887 -preamble line
20888 \end_layout
20889
20890 \begin_layout Standard
20891
20892 \series bold
20893
20894 \backslash
20895 usepackage{fixmath}
20896 \end_layout
20897
20898 \begin_layout Standard
20899 Then all big Greek letters in a document will automatically be typeset italic.
20900 \end_layout
20901
20902 \begin_layout Subsection
20903 Bold Letters
20904 \begin_inset Index idx
20905 status collapsed
20906
20907 \begin_layout Plain Layout
20908 Greek letters ! bold
20909 \end_layout
20910
20911 \end_inset
20912
20913
20914 \end_layout
20915
20916 \begin_layout Standard
20917 Greek letters cannot be set with different font styles like Latin letters.
20918  They can only be made bold with the command 
20919 \series bold
20920
20921 \backslash
20922 boldsymbol
20923 \series default
20924
20925 \begin_inset Index idx
20926 status collapsed
20927
20928 \begin_layout Plain Layout
20929 Commands ! B ! 
20930 \backslash
20931 boldsymbol
20932 \end_layout
20933
20934 \end_inset
20935
20936 .
20937 \end_layout
20938
20939 \begin_layout Standard
20940 \align center
20941 \begin_inset Tabular
20942 <lyxtabular version="3" rows="3" columns="2">
20943 <features booktabs="true" tabularvalignment="middle">
20944 <column alignment="center" valignment="top" width="0pt">
20945 <column alignment="center" valignment="top">
20946 <row>
20947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20948 \begin_inset Text
20949
20950 \begin_layout Plain Layout
20951 Command
20952 \end_layout
20953
20954 \end_inset
20955 </cell>
20956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20957 \begin_inset Text
20958
20959 \begin_layout Plain Layout
20960 Result
20961 \end_layout
20962
20963 \end_inset
20964 </cell>
20965 </row>
20966 <row>
20967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971
20972 \backslash
20973 Upsilon
20974 \backslash
20975 boldsymbol
20976 \backslash
20977 Upsilon
20978 \end_layout
20979
20980 \end_inset
20981 </cell>
20982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20983 \begin_inset Text
20984
20985 \begin_layout Plain Layout
20986 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20987 \end_inset
20988
20989
20990 \end_layout
20991
20992 \end_inset
20993 </cell>
20994 </row>
20995 <row>
20996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20997 \begin_inset Text
20998
20999 \begin_layout Plain Layout
21000
21001 \backslash
21002 theta
21003 \backslash
21004 boldsymbol
21005 \backslash
21006 theta
21007 \end_layout
21008
21009 \end_inset
21010 </cell>
21011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21012 \begin_inset Text
21013
21014 \begin_layout Plain Layout
21015 \begin_inset Formula $\theta\boldsymbol{\theta}$
21016 \end_inset
21017
21018
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 </row>
21024 </lyxtabular>
21025
21026 \end_inset
21027
21028
21029 \end_layout
21030
21031 \begin_layout Section
21032 Symbols
21033 \begin_inset ERT
21034 status collapsed
21035
21036 \begin_layout Plain Layout
21037
21038
21039 \backslash
21040 texorpdfstring{
21041 \end_layout
21042
21043 \end_inset
21044
21045
21046 \begin_inset Foot
21047 status collapsed
21048
21049 \begin_layout Plain Layout
21050 A list with all symbols of most of the \SpecialChar LaTeX
21051 -packages can be found in 
21052 \begin_inset CommandInset citation
21053 LatexCommand cite
21054 key "Symbols"
21055 literal "true"
21056
21057 \end_inset
21058
21059 .
21060 \end_layout
21061
21062 \end_inset
21063
21064
21065 \begin_inset ERT
21066 status collapsed
21067
21068 \begin_layout Plain Layout
21069
21070 }{}
21071 \end_layout
21072
21073 \end_inset
21074
21075
21076 \begin_inset Note Note
21077 status collapsed
21078
21079 \begin_layout Plain Layout
21080
21081 \backslash
21082 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21083 \end_layout
21084
21085 \begin_layout Plain Layout
21086 More about 
21087 \backslash
21088 texorpdfstring is in section 
21089 \begin_inset CommandInset ref
21090 LatexCommand ref
21091 reference "subsec:Formulas-in-Section"
21092
21093 \end_inset
21094
21095 .
21096 \end_layout
21097
21098 \end_inset
21099
21100
21101 \begin_inset Index idx
21102 status collapsed
21103
21104 \begin_layout Plain Layout
21105 Symbols
21106 \end_layout
21107
21108 \end_inset
21109
21110
21111 \end_layout
21112
21113 \begin_layout Standard
21114 Many of the symbols listed in this section can also be inserted via the
21115  toolbar buttons 
21116 \begin_inset Info
21117 type  "icon"
21118 arg   "math-insert \\nabla"
21119 \end_inset
21120
21121  and 
21122 \begin_inset Info
21123 type  "icon"
21124 arg   "math-insert \\digamma"
21125 \end_inset
21126
21127 .
21128 \end_layout
21129
21130 \begin_layout Subsection
21131 Mathematical Symbols
21132 \begin_inset CommandInset label
21133 LatexCommand label
21134 name "subsec:Mathematical-Symbols"
21135
21136 \end_inset
21137
21138
21139 \begin_inset Index idx
21140 status collapsed
21141
21142 \begin_layout Plain Layout
21143 Symbols ! mathematical
21144 \end_layout
21145
21146 \end_inset
21147
21148
21149 \end_layout
21150
21151 \begin_layout Standard
21152 \begin_inset Tabular
21153 <lyxtabular version="3" rows="10" columns="2">
21154 <features booktabs="true" tabularvalignment="middle">
21155 <column alignment="center" valignment="top" width="0pt">
21156 <column alignment="center" valignment="top" width="0pt">
21157 <row>
21158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 Command
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21168 \begin_inset Text
21169
21170 \begin_layout Plain Layout
21171 Symbol
21172 \end_layout
21173
21174 \end_inset
21175 </cell>
21176 </row>
21177 <row>
21178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21179 \begin_inset Text
21180
21181 \begin_layout Plain Layout
21182
21183 \backslash
21184 neg
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193 \begin_inset Formula $\neg$
21194 \end_inset
21195
21196
21197 \end_layout
21198
21199 \end_inset
21200 </cell>
21201 </row>
21202 <row>
21203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21204 \begin_inset Text
21205
21206 \begin_layout Plain Layout
21207
21208 \backslash
21209 Im
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21215 \begin_inset Text
21216
21217 \begin_layout Plain Layout
21218 \begin_inset Formula $\Im$
21219 \end_inset
21220
21221
21222 \end_layout
21223
21224 \end_inset
21225 </cell>
21226 </row>
21227 <row>
21228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21229 \begin_inset Text
21230
21231 \begin_layout Plain Layout
21232
21233 \backslash
21234 Re
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21240 \begin_inset Text
21241
21242 \begin_layout Plain Layout
21243 \begin_inset Formula $\Re$
21244 \end_inset
21245
21246
21247 \end_layout
21248
21249 \end_inset
21250 </cell>
21251 </row>
21252 <row>
21253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21254 \begin_inset Text
21255
21256 \begin_layout Plain Layout
21257
21258 \backslash
21259 aleph
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21265 \begin_inset Text
21266
21267 \begin_layout Plain Layout
21268 \begin_inset Formula $\aleph$
21269 \end_inset
21270
21271
21272 \end_layout
21273
21274 \end_inset
21275 </cell>
21276 </row>
21277 <row>
21278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21279 \begin_inset Text
21280
21281 \begin_layout Plain Layout
21282
21283 \backslash
21284 partial
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21290 \begin_inset Text
21291
21292 \begin_layout Plain Layout
21293 \begin_inset Formula $\partial$
21294 \end_inset
21295
21296
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 </row>
21302 <row>
21303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Plain Layout
21307
21308 \backslash
21309 infty
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21315 \begin_inset Text
21316
21317 \begin_layout Plain Layout
21318 \begin_inset Formula $\infty$
21319 \end_inset
21320
21321
21322 \end_layout
21323
21324 \end_inset
21325 </cell>
21326 </row>
21327 <row>
21328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332
21333 \backslash
21334 wp
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21340 \begin_inset Text
21341
21342 \begin_layout Plain Layout
21343 \begin_inset Formula $\wp$
21344 \end_inset
21345
21346
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 </row>
21352 <row>
21353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357
21358 \backslash
21359 imath
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368 \begin_inset Formula $\imath$
21369 \end_inset
21370
21371
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 </row>
21377 <row>
21378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382
21383 \backslash
21384 jmath
21385 \end_layout
21386
21387 \end_inset
21388 </cell>
21389 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21390 \begin_inset Text
21391
21392 \begin_layout Plain Layout
21393 \begin_inset Formula $\jmath$
21394 \end_inset
21395
21396
21397 \end_layout
21398
21399 \end_inset
21400 </cell>
21401 </row>
21402 </lyxtabular>
21403
21404 \end_inset
21405
21406
21407 \begin_inset space \hfill{}
21408 \end_inset
21409
21410
21411 \begin_inset Tabular
21412 <lyxtabular version="3" rows="10" columns="2">
21413 <features booktabs="true" tabularvalignment="middle">
21414 <column alignment="center" valignment="top" width="0pt">
21415 <column alignment="center" valignment="top" width="0pt">
21416 <row>
21417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421 Command
21422 \end_layout
21423
21424 \end_inset
21425 </cell>
21426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Plain Layout
21430 Symbol
21431 \begin_inset Note Note
21432 status collapsed
21433
21434 \begin_layout Plain Layout
21435
21436 \series bold
21437
21438 \backslash
21439 raisebox
21440 \series default
21441  is only used as spacer.
21442 \end_layout
21443
21444 \end_inset
21445
21446
21447 \end_layout
21448
21449 \end_inset
21450 </cell>
21451 </row>
21452 <row>
21453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457
21458 \backslash
21459 forall
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468 \begin_inset Formula $\forall$
21469 \end_inset
21470
21471
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 </row>
21477 <row>
21478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482
21483 \backslash
21484 exists
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21490 \begin_inset Text
21491
21492 \begin_layout Plain Layout
21493 \begin_inset Formula $\exists$
21494 \end_inset
21495
21496
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 </row>
21502 <row>
21503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507
21508 \backslash
21509 nexists
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518 \begin_inset Formula $\nexists$
21519 \end_inset
21520
21521
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 </row>
21527 <row>
21528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532
21533 \backslash
21534 emptyset
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543 \begin_inset Formula $\emptyset$
21544 \end_inset
21545
21546
21547 \end_layout
21548
21549 \end_inset
21550 </cell>
21551 </row>
21552 <row>
21553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557
21558 \backslash
21559 varnothing
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568 \begin_inset Formula $\varnothing$
21569 \end_inset
21570
21571
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 </row>
21577 <row>
21578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582
21583 \backslash
21584 dag
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593 \begin_inset Formula $\dag$
21594 \end_inset
21595
21596
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 </row>
21602 <row>
21603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607
21608 \backslash
21609 ddag
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618 \begin_inset Formula $\ddag$
21619 \end_inset
21620
21621
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 </row>
21627 <row>
21628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21629 \begin_inset Text
21630
21631 \begin_layout Plain Layout
21632
21633 \backslash
21634 complement
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643 \begin_inset ERT
21644 status collapsed
21645
21646 \begin_layout Plain Layout
21647
21648
21649 \backslash
21650 raisebox{-0.8mm}{
21651 \end_layout
21652
21653 \end_inset
21654
21655
21656 \begin_inset Formula $\complement$
21657 \end_inset
21658
21659
21660 \begin_inset ERT
21661 status collapsed
21662
21663 \begin_layout Plain Layout
21664
21665 }
21666 \end_layout
21667
21668 \end_inset
21669
21670
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 </row>
21676 <row>
21677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681
21682 \backslash
21683 Bbbk
21684 \end_layout
21685
21686 \end_inset
21687 </cell>
21688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21689 \begin_inset Text
21690
21691 \begin_layout Plain Layout
21692 \begin_inset Formula $\Bbbk$
21693 \end_inset
21694
21695
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 </row>
21701 </lyxtabular>
21702
21703 \end_inset
21704
21705
21706 \begin_inset space \hfill{}
21707 \end_inset
21708
21709
21710 \begin_inset Tabular
21711 <lyxtabular version="3" rows="10" columns="2">
21712 <features booktabs="true" tabularvalignment="middle">
21713 <column alignment="center" valignment="top" width="0pt">
21714 <column alignment="center" valignment="top" width="0pt">
21715 <row>
21716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720 Command
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 Symbol
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 </row>
21735 <row>
21736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740
21741 \backslash
21742 prime
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751 \begin_inset Formula $\prime$
21752 \end_inset
21753
21754
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 </row>
21760 <row>
21761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765
21766 \backslash
21767 backprime
21768 \end_layout
21769
21770 \end_inset
21771 </cell>
21772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776 \begin_inset Formula $\backprime$
21777 \end_inset
21778
21779
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 </row>
21785 <row>
21786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790
21791 \backslash
21792 mho
21793 \end_layout
21794
21795 \end_inset
21796 </cell>
21797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801 \begin_inset Formula $\mho$
21802 \end_inset
21803
21804
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 </row>
21810 <row>
21811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815
21816 \backslash
21817 triangle
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826 \begin_inset Formula $\triangle$
21827 \end_inset
21828
21829
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 </row>
21835 <row>
21836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840
21841 \backslash
21842 angle
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851 \begin_inset Formula $\angle$
21852 \end_inset
21853
21854
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 </row>
21860 <row>
21861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21862 \begin_inset Text
21863
21864 \begin_layout Plain Layout
21865
21866 \backslash
21867 measuredangle
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 \begin_inset Formula $\measuredangle$
21877 \end_inset
21878
21879
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 </row>
21885 <row>
21886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21887 \begin_inset Text
21888
21889 \begin_layout Plain Layout
21890
21891 \backslash
21892 sphericalangle
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901 \begin_inset Formula $\sphericalangle$
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 </row>
21910 <row>
21911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21912 \begin_inset Text
21913
21914 \begin_layout Plain Layout
21915
21916 \backslash
21917 top
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21923 \begin_inset Text
21924
21925 \begin_layout Plain Layout
21926 \begin_inset Formula $\top$
21927 \end_inset
21928
21929
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 </row>
21935 <row>
21936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940
21941 \backslash
21942 bot
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951 \begin_inset Formula $\bot$
21952 \end_inset
21953
21954
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 </row>
21960 </lyxtabular>
21961
21962 \end_inset
21963
21964
21965 \end_layout
21966
21967 \begin_layout Subsection
21968 Miscellaneous Symbols
21969 \begin_inset CommandInset label
21970 LatexCommand label
21971 name "subsec:Miscellaneous-Symbols"
21972
21973 \end_inset
21974
21975
21976 \begin_inset Index idx
21977 status collapsed
21978
21979 \begin_layout Plain Layout
21980 Symbols ! miscellaneous
21981 \end_layout
21982
21983 \end_inset
21984
21985
21986 \end_layout
21987
21988 \begin_layout Standard
21989 \noindent
21990 \align center
21991 \begin_inset Tabular
21992 <lyxtabular version="3" rows="10" columns="2">
21993 <features booktabs="true" tabularvalignment="middle">
21994 <column alignment="center" valignment="top" width="0pt">
21995 <column alignment="center" valignment="top" width="0pt">
21996 <row>
21997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21998 \begin_inset Text
21999
22000 \begin_layout Plain Layout
22001 Command
22002 \end_layout
22003
22004 \end_inset
22005 </cell>
22006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22007 \begin_inset Text
22008
22009 \begin_layout Plain Layout
22010 Symbol
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 </row>
22016 <row>
22017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22018 \begin_inset Text
22019
22020 \begin_layout Plain Layout
22021
22022 \backslash
22023 flat
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032 \begin_inset Formula $\flat$
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 </row>
22041 <row>
22042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046
22047 \backslash
22048 natural
22049 \end_layout
22050
22051 \end_inset
22052 </cell>
22053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057 \begin_inset Formula $\natural$
22058 \end_inset
22059
22060
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 </row>
22066 <row>
22067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22068 \begin_inset Text
22069
22070 \begin_layout Plain Layout
22071
22072 \backslash
22073 sharp
22074 \end_layout
22075
22076 \end_inset
22077 </cell>
22078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22079 \begin_inset Text
22080
22081 \begin_layout Plain Layout
22082 \begin_inset Formula $\sharp$
22083 \end_inset
22084
22085
22086 \end_layout
22087
22088 \end_inset
22089 </cell>
22090 </row>
22091 <row>
22092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22093 \begin_inset Text
22094
22095 \begin_layout Plain Layout
22096
22097 \backslash
22098 surd
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107 \begin_inset Formula $\surd$
22108 \end_inset
22109
22110
22111 \end_layout
22112
22113 \end_inset
22114 </cell>
22115 </row>
22116 <row>
22117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22118 \begin_inset Text
22119
22120 \begin_layout Plain Layout
22121
22122 \backslash
22123 checkmark
22124 \end_layout
22125
22126 \end_inset
22127 </cell>
22128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22129 \begin_inset Text
22130
22131 \begin_layout Plain Layout
22132 \begin_inset Formula $\checkmark$
22133 \end_inset
22134
22135
22136 \end_layout
22137
22138 \end_inset
22139 </cell>
22140 </row>
22141 <row>
22142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22143 \begin_inset Text
22144
22145 \begin_layout Plain Layout
22146
22147 \backslash
22148 yen
22149 \end_layout
22150
22151 \end_inset
22152 </cell>
22153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22154 \begin_inset Text
22155
22156 \begin_layout Plain Layout
22157 \begin_inset Formula $\yen$
22158 \end_inset
22159
22160
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 </row>
22166 <row>
22167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22168 \begin_inset Text
22169
22170 \begin_layout Plain Layout
22171
22172 \backslash
22173 pounds
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182 \begin_inset Formula $\pounds$
22183 \end_inset
22184
22185
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 </row>
22191 <row>
22192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196 $
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 \begin_inset Formula $\$$
22206 \end_inset
22207
22208
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 </row>
22214 <row>
22215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22216 \begin_inset Text
22217
22218 \begin_layout Plain Layout
22219 §
22220 \end_layout
22221
22222 \end_inset
22223 </cell>
22224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22225 \begin_inset Text
22226
22227 \begin_layout Plain Layout
22228 \begin_inset Formula $§$
22229 \end_inset
22230
22231
22232 \end_layout
22233
22234 \end_inset
22235 </cell>
22236 </row>
22237 </lyxtabular>
22238
22239 \end_inset
22240
22241
22242 \begin_inset space \hfill{}
22243 \end_inset
22244
22245
22246 \begin_inset Tabular
22247 <lyxtabular version="3" rows="10" columns="2">
22248 <features booktabs="true" tabularvalignment="middle">
22249 <column alignment="center" valignment="top" width="0pt">
22250 <column alignment="center" valignment="top">
22251 <row>
22252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22253 \begin_inset Text
22254
22255 \begin_layout Plain Layout
22256 Command
22257 \end_layout
22258
22259 \end_inset
22260 </cell>
22261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22262 \begin_inset Text
22263
22264 \begin_layout Plain Layout
22265 Symbol
22266 \end_layout
22267
22268 \end_inset
22269 </cell>
22270 </row>
22271 <row>
22272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276
22277 \backslash
22278 hbar
22279 \end_layout
22280
22281 \end_inset
22282 </cell>
22283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287 \begin_inset Formula $\hbar$
22288 \end_inset
22289
22290
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 </row>
22296 <row>
22297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301
22302 \backslash
22303 hslash
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312 \begin_inset Formula $\hslash$
22313 \end_inset
22314
22315
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 </row>
22321 <row>
22322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326
22327 \backslash
22328 clubsuit
22329 \end_layout
22330
22331 \end_inset
22332 </cell>
22333 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22334 \begin_inset Text
22335
22336 \begin_layout Plain Layout
22337 \begin_inset Formula $\clubsuit$
22338 \end_inset
22339
22340
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 </row>
22346 <row>
22347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351
22352 \backslash
22353 spadesuit
22354 \end_layout
22355
22356 \end_inset
22357 </cell>
22358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22359 \begin_inset Text
22360
22361 \begin_layout Plain Layout
22362 \begin_inset Formula $\spadesuit$
22363 \end_inset
22364
22365
22366 \end_layout
22367
22368 \end_inset
22369 </cell>
22370 </row>
22371 <row>
22372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376
22377 \backslash
22378 bigstar
22379 \end_layout
22380
22381 \end_inset
22382 </cell>
22383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22384 \begin_inset Text
22385
22386 \begin_layout Plain Layout
22387 \begin_inset Formula $\bigstar$
22388 \end_inset
22389
22390
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 </row>
22396 <row>
22397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401
22402 \backslash
22403 blacklozenge
22404 \end_layout
22405
22406 \end_inset
22407 </cell>
22408 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22409 \begin_inset Text
22410
22411 \begin_layout Plain Layout
22412 \begin_inset Formula $\blacklozenge$
22413 \end_inset
22414
22415
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 </row>
22421 <row>
22422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426
22427 \backslash
22428 blacktriangle
22429 \end_layout
22430
22431 \end_inset
22432 </cell>
22433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22434 \begin_inset Text
22435
22436 \begin_layout Plain Layout
22437 \begin_inset Formula $\blacktriangle$
22438 \end_inset
22439
22440
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 </row>
22446 <row>
22447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22448 \begin_inset Text
22449
22450 \begin_layout Plain Layout
22451
22452 \backslash
22453 blacktiangledown
22454 \end_layout
22455
22456 \end_inset
22457 </cell>
22458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22459 \begin_inset Text
22460
22461 \begin_layout Plain Layout
22462 \begin_inset Formula $\blacktriangledown$
22463 \end_inset
22464
22465
22466 \end_layout
22467
22468 \end_inset
22469 </cell>
22470 </row>
22471 <row>
22472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22473 \begin_inset Text
22474
22475 \begin_layout Plain Layout
22476
22477 \backslash
22478 bullet
22479 \end_layout
22480
22481 \end_inset
22482 </cell>
22483 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22484 \begin_inset Text
22485
22486 \begin_layout Plain Layout
22487 \begin_inset Formula $\bullet$
22488 \end_inset
22489
22490
22491 \end_layout
22492
22493 \end_inset
22494 </cell>
22495 </row>
22496 </lyxtabular>
22497
22498 \end_inset
22499
22500
22501 \begin_inset space \hfill{}
22502 \end_inset
22503
22504
22505 \begin_inset Tabular
22506 <lyxtabular version="3" rows="10" columns="2">
22507 <features booktabs="true" tabularvalignment="middle">
22508 <column alignment="center" valignment="top" width="0pt">
22509 <column alignment="center" valignment="top" width="0pt">
22510 <row>
22511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22512 \begin_inset Text
22513
22514 \begin_layout Plain Layout
22515 Command
22516 \end_layout
22517
22518 \end_inset
22519 </cell>
22520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22521 \begin_inset Text
22522
22523 \begin_layout Plain Layout
22524 Symbol
22525 \end_layout
22526
22527 \end_inset
22528 </cell>
22529 </row>
22530 <row>
22531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535
22536 \backslash
22537 diamondsuit
22538 \end_layout
22539
22540 \end_inset
22541 </cell>
22542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546 \begin_inset Formula $\diamondsuit$
22547 \end_inset
22548
22549
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 </row>
22555 <row>
22556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560
22561 \backslash
22562 Diamond
22563 \end_layout
22564
22565 \end_inset
22566 </cell>
22567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571 \begin_inset Formula $\Diamond$
22572 \end_inset
22573
22574
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 </row>
22580 <row>
22581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585
22586 \backslash
22587 heartsuit
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596 \begin_inset Formula $\heartsuit$
22597 \end_inset
22598
22599
22600 \end_layout
22601
22602 \end_inset
22603 </cell>
22604 </row>
22605 <row>
22606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22607 \begin_inset Text
22608
22609 \begin_layout Plain Layout
22610
22611 \backslash
22612 P
22613 \end_layout
22614
22615 \end_inset
22616 </cell>
22617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22618 \begin_inset Text
22619
22620 \begin_layout Plain Layout
22621 \begin_inset Formula $\P$
22622 \end_inset
22623
22624
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 </row>
22630 <row>
22631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22632 \begin_inset Text
22633
22634 \begin_layout Plain Layout
22635
22636 \backslash
22637 copyright
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22643 \begin_inset Text
22644
22645 \begin_layout Plain Layout
22646 \begin_inset Formula $\copyright$
22647 \end_inset
22648
22649
22650 \end_layout
22651
22652 \end_inset
22653 </cell>
22654 </row>
22655 <row>
22656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22657 \begin_inset Text
22658
22659 \begin_layout Plain Layout
22660
22661 \backslash
22662 circledR
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22668 \begin_inset Text
22669
22670 \begin_layout Plain Layout
22671 \begin_inset Formula $\circledR$
22672 \end_inset
22673
22674
22675 \end_layout
22676
22677 \end_inset
22678 </cell>
22679 </row>
22680 <row>
22681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22682 \begin_inset Text
22683
22684 \begin_layout Plain Layout
22685
22686 \backslash
22687 maltese
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696 \begin_inset Formula $\maltese$
22697 \end_inset
22698
22699
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 </row>
22705 <row>
22706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22707 \begin_inset Text
22708
22709 \begin_layout Plain Layout
22710
22711 \backslash
22712 diagup
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22718 \begin_inset Text
22719
22720 \begin_layout Plain Layout
22721 \begin_inset Formula $\diagup$
22722 \end_inset
22723
22724
22725 \end_layout
22726
22727 \end_inset
22728 </cell>
22729 </row>
22730 <row>
22731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22732 \begin_inset Text
22733
22734 \begin_layout Plain Layout
22735
22736 \backslash
22737 diagdown
22738 \end_layout
22739
22740 \end_inset
22741 </cell>
22742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22743 \begin_inset Text
22744
22745 \begin_layout Plain Layout
22746 \begin_inset Formula $\diagdown$
22747 \end_inset
22748
22749
22750 \end_layout
22751
22752 \end_inset
22753 </cell>
22754 </row>
22755 </lyxtabular>
22756
22757 \end_inset
22758
22759
22760 \end_layout
22761
22762 \begin_layout Standard
22763 \begin_inset VSpace medskip
22764 \end_inset
22765
22766
22767 \end_layout
22768
22769 \begin_layout Standard
22770 Some symbols can be displayed in different sizes, see 
22771 \begin_inset CommandInset ref
22772 LatexCommand ref
22773 reference "subsec:Font-Sizes"
22774
22775 \end_inset
22776
22777 .
22778 \end_layout
22779
22780 \begin_layout Subsection
22781 The Euro-Symbol €
22782 \begin_inset Index idx
22783 status collapsed
22784
22785 \begin_layout Plain Layout
22786 Symbols ! Euro-symbol
22787 \end_layout
22788
22789 \end_inset
22790
22791
22792 \begin_inset Index idx
22793 status collapsed
22794
22795 \begin_layout Plain Layout
22796
22797 \backslash
22798 @
22799 \begin_inset ERT
22800 status collapsed
22801
22802 \begin_layout Plain Layout
22803
22804
22805 \backslash
22806 officialeuro
22807 \end_layout
22808
22809 \end_inset
22810
22811
22812 \end_layout
22813
22814 \end_inset
22815
22816
22817 \end_layout
22818
22819 \begin_layout Standard
22820 To use the Euro symbol in formulas, the \SpecialChar LaTeX
22821 -package 
22822 \series bold
22823 eurosym
22824 \series default
22825
22826 \begin_inset Index idx
22827 status collapsed
22828
22829 \begin_layout Plain Layout
22830 Packages ! eurosym
22831 \end_layout
22832
22833 \end_inset
22834
22835  must be installed and loaded with the \SpecialChar LaTeX
22836 -preamble line
22837 \end_layout
22838
22839 \begin_layout Standard
22840
22841 \series bold
22842
22843 \backslash
22844 usepackage[gennarrow]{eurosym}
22845 \end_layout
22846
22847 \begin_layout Standard
22848 The Euro symbol can now be inserted with the command 
22849 \series bold
22850
22851 \backslash
22852 euro
22853 \series default
22854
22855 \begin_inset Index idx
22856 status collapsed
22857
22858 \begin_layout Plain Layout
22859 Commands ! E ! 
22860 \backslash
22861 euro
22862 \end_layout
22863
22864 \end_inset
22865
22866 .
22867 \end_layout
22868
22869 \begin_layout Standard
22870 The Euro symbol can directly be inserted with the € key in mathematical
22871  text, without having 
22872 \series bold
22873 eurosym
22874 \series default
22875  installed.
22876  When 
22877 \series bold
22878 eurosym
22879 \series default
22880  is installed, 
22881 \series bold
22882
22883 \backslash
22884 euro
22885 \series default
22886  can also be inserted in \SpecialChar TeX
22887  mode.
22888  The official currency symbol can then be inserted with the command 
22889 \series bold
22890
22891 \backslash
22892 officialeuro
22893 \series default
22894
22895 \begin_inset Index idx
22896 status collapsed
22897
22898 \begin_layout Plain Layout
22899 Commands ! O ! 
22900 \backslash
22901 officialeuro
22902 \end_layout
22903
22904 \end_inset
22905
22906 , that is only available in \SpecialChar TeX
22907  mode.
22908 \end_layout
22909
22910 \begin_layout Standard
22911 \begin_inset ERT
22912 status collapsed
22913
22914 \begin_layout Plain Layout
22915
22916
22917 \backslash
22918 ifeurosym 
22919 \end_layout
22920
22921 \end_inset
22922
22923
22924 \begin_inset Note Note
22925 status open
22926
22927 \begin_layout Plain Layout
22928 The following table will only be displayed when the \SpecialChar LaTeX
22929 -package 
22930 \series bold
22931 eurosym
22932 \series default
22933  is installed.
22934 \end_layout
22935
22936 \end_inset
22937
22938
22939 \end_layout
22940
22941 \begin_layout Standard
22942 An overview about the different Euro symbols:
22943 \end_layout
22944
22945 \begin_layout Standard
22946 \align center
22947 \begin_inset Tabular
22948 <lyxtabular version="3" rows="4" columns="3">
22949 <features booktabs="true" tabularvalignment="middle">
22950 <column alignment="center" valignment="top" width="0pt">
22951 <column alignment="center" valignment="top" width="0pt">
22952 <column alignment="center" valignment="top" width="0pt">
22953 <row>
22954 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22955 \begin_inset Text
22956
22957 \begin_layout Plain Layout
22958 \begin_inset ERT
22959 status collapsed
22960
22961 \begin_layout Plain Layout
22962
22963
22964 \backslash
22965 cmidrule[0.08em]{2-3}
22966 \end_layout
22967
22968 \end_inset
22969
22970
22971 \end_layout
22972
22973 \end_inset
22974 </cell>
22975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22976 \begin_inset Text
22977
22978 \begin_layout Plain Layout
22979 Command 
22980 \end_layout
22981
22982 \end_inset
22983 </cell>
22984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22985 \begin_inset Text
22986
22987 \begin_layout Plain Layout
22988 Symbol
22989 \end_layout
22990
22991 \end_inset
22992 </cell>
22993 </row>
22994 <row>
22995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999 formula
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23005 \begin_inset Text
23006
23007 \begin_layout Plain Layout
23008
23009 \backslash
23010 euro
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019 \begin_inset Formula $\euro$
23020 \end_inset
23021
23022
23023 \end_layout
23024
23025 \end_inset
23026 </cell>
23027 </row>
23028 <row>
23029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23030 \begin_inset Text
23031
23032 \begin_layout Plain Layout
23033 mathematical text
23034 \end_layout
23035
23036 \end_inset
23037 </cell>
23038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23039 \begin_inset Text
23040
23041 \begin_layout Plain Layout
23042
23043 \end_layout
23044
23045 \end_inset
23046 </cell>
23047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23048 \begin_inset Text
23049
23050 \begin_layout Plain Layout
23051 \begin_inset Formula $\mbox{€}$
23052 \end_inset
23053
23054
23055 \end_layout
23056
23057 \end_inset
23058 </cell>
23059 </row>
23060 <row>
23061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23062 \begin_inset Text
23063
23064 \begin_layout Plain Layout
23065 \SpecialChar TeX
23066  mode
23067 \end_layout
23068
23069 \end_inset
23070 </cell>
23071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23072 \begin_inset Text
23073
23074 \begin_layout Plain Layout
23075
23076 \backslash
23077 officialeuro
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086 \begin_inset ERT
23087 status collapsed
23088
23089 \begin_layout Plain Layout
23090
23091
23092 \backslash
23093 officialeuro
23094 \end_layout
23095
23096 \end_inset
23097
23098
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 </row>
23104 </lyxtabular>
23105
23106 \end_inset
23107
23108
23109 \begin_inset Note Note
23110 status collapsed
23111
23112 \begin_layout Plain Layout
23113
23114 \series bold
23115
23116 \backslash
23117 cmidrule
23118 \series default
23119  is used here only for table borders.
23120  See sec.
23121  
23122 \family sans
23123 Formal Tables
23124 \family default
23125  of the 
23126 \emph on
23127 EmbeddedObjects
23128 \emph default
23129  manual for details.
23130 \end_layout
23131
23132 \end_inset
23133
23134
23135 \end_layout
23136
23137 \begin_layout Standard
23138 \begin_inset ERT
23139 status collapsed
23140
23141 \begin_layout Plain Layout
23142
23143
23144 \backslash
23145 else 
23146 \end_layout
23147
23148 \end_inset
23149
23150
23151 \begin_inset Note Note
23152 status open
23153
23154 \begin_layout Plain Layout
23155 The following will be displayed when the \SpecialChar LaTeX
23156 -package 
23157 \series bold
23158 eurosym
23159 \series default
23160  is not installed:
23161 \end_layout
23162
23163 \end_inset
23164
23165
23166 \end_layout
23167
23168 \begin_layout Standard
23169 You need to install the \SpecialChar LaTeX
23170 -package 
23171 \series bold
23172 eurosym
23173 \series default
23174  to see the rest of this subsection in the output.
23175 \end_layout
23176
23177 \begin_layout Standard
23178 \begin_inset ERT
23179 status collapsed
23180
23181 \begin_layout Plain Layout
23182
23183
23184 \backslash
23185 fi 
23186 \end_layout
23187
23188 \end_inset
23189
23190
23191 \end_layout
23192
23193 \begin_layout Section
23194 Relations
23195 \begin_inset CommandInset label
23196 LatexCommand label
23197 name "sec:Relations"
23198
23199 \end_inset
23200
23201
23202 \begin_inset Index idx
23203 status collapsed
23204
23205 \begin_layout Plain Layout
23206 Relations
23207 \end_layout
23208
23209 \end_inset
23210
23211
23212 \begin_inset Index idx
23213 status collapsed
23214
23215 \begin_layout Plain Layout
23216 Comparisons|see
23217 \begin_inset ERT
23218 status collapsed
23219
23220 \begin_layout Plain Layout
23221
23222 {
23223 \end_layout
23224
23225 \end_inset
23226
23227 Relations
23228 \begin_inset ERT
23229 status collapsed
23230
23231 \begin_layout Plain Layout
23232
23233 }
23234 \end_layout
23235
23236 \end_inset
23237
23238
23239 \end_layout
23240
23241 \end_inset
23242
23243
23244 \end_layout
23245
23246 \begin_layout Standard
23247 All following relations can also be inserted via the toolbar button 
23248 \begin_inset Info
23249 type  "icon"
23250 arg   "math-insert \\leq"
23251 \end_inset
23252
23253 .
23254 \end_layout
23255
23256 \begin_layout Standard
23257 \begin_inset Tabular
23258 <lyxtabular version="3" rows="17" columns="2">
23259 <features booktabs="true" tabularvalignment="middle">
23260 <column alignment="center" valignment="top" width="0pt">
23261 <column alignment="center" valignment="top" width="0pt">
23262 <row>
23263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23264 \begin_inset Text
23265
23266 \begin_layout Plain Layout
23267 Command
23268 \end_layout
23269
23270 \end_inset
23271 </cell>
23272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23273 \begin_inset Text
23274
23275 \begin_layout Plain Layout
23276 Relation
23277 \end_layout
23278
23279 \end_inset
23280 </cell>
23281 </row>
23282 <row>
23283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23284 \begin_inset Text
23285
23286 \begin_layout Plain Layout
23287 <
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296 \begin_inset Formula $<$
23297 \end_inset
23298
23299
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 </row>
23305 <row>
23306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23307 \begin_inset Text
23308
23309 \begin_layout Plain Layout
23310
23311 \backslash
23312 le
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23318 \begin_inset Text
23319
23320 \begin_layout Plain Layout
23321 \begin_inset Formula $\le$
23322 \end_inset
23323
23324
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 </row>
23330 <row>
23331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335
23336 \backslash
23337 ll
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346 \begin_inset Formula $\ll$
23347 \end_inset
23348
23349
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 </row>
23355 <row>
23356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360
23361 \backslash
23362 prec
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23368 \begin_inset Text
23369
23370 \begin_layout Plain Layout
23371 \begin_inset Formula $\prec$
23372 \end_inset
23373
23374
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 </row>
23380 <row>
23381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385
23386 \backslash
23387 preceq
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396 \begin_inset Formula $\preceq$
23397 \end_inset
23398
23399
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 </row>
23405 <row>
23406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410
23411 \backslash
23412 subset
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23418 \begin_inset Text
23419
23420 \begin_layout Plain Layout
23421 \begin_inset Formula $\subset$
23422 \end_inset
23423
23424
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 </row>
23430 <row>
23431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435
23436 \backslash
23437 subseteq
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23443 \begin_inset Text
23444
23445 \begin_layout Plain Layout
23446 \begin_inset Formula $\subseteq$
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \end_inset
23453 </cell>
23454 </row>
23455 <row>
23456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23457 \begin_inset Text
23458
23459 \begin_layout Plain Layout
23460
23461 \backslash
23462 sqsubseteq
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471 \begin_inset Formula $\sqsubseteq$
23472 \end_inset
23473
23474
23475 \end_layout
23476
23477 \end_inset
23478 </cell>
23479 </row>
23480 <row>
23481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485
23486 \backslash
23487 in
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23493 \begin_inset Text
23494
23495 \begin_layout Plain Layout
23496 \begin_inset Formula $\in$
23497 \end_inset
23498
23499
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 </row>
23505 <row>
23506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510
23511 \backslash
23512 vdash
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23518 \begin_inset Text
23519
23520 \begin_layout Plain Layout
23521 \begin_inset Formula $\vdash$
23522 \end_inset
23523
23524
23525 \end_layout
23526
23527 \end_inset
23528 </cell>
23529 </row>
23530 <row>
23531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535
23536 \backslash
23537 smile
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23543 \begin_inset Text
23544
23545 \begin_layout Plain Layout
23546 \begin_inset Formula $\smile$
23547 \end_inset
23548
23549
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 </row>
23555 <row>
23556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560
23561 \backslash
23562 lhd
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23568 \begin_inset Text
23569
23570 \begin_layout Plain Layout
23571 \begin_inset Formula $\lhd$
23572 \end_inset
23573
23574
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 </row>
23580 <row>
23581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585
23586 \backslash
23587 unlhd
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23593 \begin_inset Text
23594
23595 \begin_layout Plain Layout
23596 \begin_inset Formula $\unlhd$
23597 \end_inset
23598
23599
23600 \end_layout
23601
23602 \end_inset
23603 </cell>
23604 </row>
23605 <row>
23606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23607 \begin_inset Text
23608
23609 \begin_layout Plain Layout
23610
23611 \backslash
23612 gtrless
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621 \begin_inset Formula $\gtrless$
23622 \end_inset
23623
23624
23625 \end_layout
23626
23627 \end_inset
23628 </cell>
23629 </row>
23630 <row>
23631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23632 \begin_inset Text
23633
23634 \begin_layout Plain Layout
23635
23636 \backslash
23637 mid
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23643 \begin_inset Text
23644
23645 \begin_layout Plain Layout
23646 \begin_inset Formula $\mid$
23647 \end_inset
23648
23649
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 </row>
23655 <row>
23656 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23657 \begin_inset Text
23658
23659 \begin_layout Plain Layout
23660
23661 \backslash
23662 nmid
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23668 \begin_inset Text
23669
23670 \begin_layout Plain Layout
23671 \begin_inset Formula $\nmid$
23672 \end_inset
23673
23674
23675 \end_layout
23676
23677 \end_inset
23678 </cell>
23679 </row>
23680 </lyxtabular>
23681
23682 \end_inset
23683
23684
23685 \begin_inset space \hfill{}
23686 \end_inset
23687
23688
23689 \begin_inset Tabular
23690 <lyxtabular version="3" rows="17" columns="2">
23691 <features booktabs="true" tabularvalignment="middle">
23692 <column alignment="center" valignment="top" width="0pt">
23693 <column alignment="center" valignment="top" width="0pt">
23694 <row>
23695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23696 \begin_inset Text
23697
23698 \begin_layout Plain Layout
23699 Command
23700 \end_layout
23701
23702 \end_inset
23703 </cell>
23704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23705 \begin_inset Text
23706
23707 \begin_layout Plain Layout
23708 Relation
23709 \end_layout
23710
23711 \end_inset
23712 </cell>
23713 </row>
23714 <row>
23715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23716 \begin_inset Text
23717
23718 \begin_layout Plain Layout
23719 =
23720 \end_layout
23721
23722 \end_inset
23723 </cell>
23724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728 \begin_inset Formula $=$
23729 \end_inset
23730
23731
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 </row>
23737 <row>
23738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742
23743 \backslash
23744 not=
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23750 \begin_inset Text
23751
23752 \begin_layout Plain Layout
23753 \begin_inset Formula $\not=$
23754 \end_inset
23755
23756
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 </row>
23762 <row>
23763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23764 \begin_inset Text
23765
23766 \begin_layout Plain Layout
23767
23768 \backslash
23769 equiv
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23775 \begin_inset Text
23776
23777 \begin_layout Plain Layout
23778 \begin_inset Formula $\equiv$
23779 \end_inset
23780
23781
23782 \end_layout
23783
23784 \end_inset
23785 </cell>
23786 </row>
23787 <row>
23788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23789 \begin_inset Text
23790
23791 \begin_layout Plain Layout
23792
23793 \backslash
23794 sim
23795 \end_layout
23796
23797 \end_inset
23798 </cell>
23799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23800 \begin_inset Text
23801
23802 \begin_layout Plain Layout
23803 \begin_inset Formula $\sim$
23804 \end_inset
23805
23806
23807 \end_layout
23808
23809 \end_inset
23810 </cell>
23811 </row>
23812 <row>
23813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23814 \begin_inset Text
23815
23816 \begin_layout Plain Layout
23817
23818 \backslash
23819 simeq
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23825 \begin_inset Text
23826
23827 \begin_layout Plain Layout
23828 \begin_inset Formula $\simeq$
23829 \end_inset
23830
23831
23832 \end_layout
23833
23834 \end_inset
23835 </cell>
23836 </row>
23837 <row>
23838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23839 \begin_inset Text
23840
23841 \begin_layout Plain Layout
23842
23843 \backslash
23844 approx
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23850 \begin_inset Text
23851
23852 \begin_layout Plain Layout
23853 \begin_inset Formula $\approx$
23854 \end_inset
23855
23856
23857 \end_layout
23858
23859 \end_inset
23860 </cell>
23861 </row>
23862 <row>
23863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23864 \begin_inset Text
23865
23866 \begin_layout Plain Layout
23867
23868 \backslash
23869 cong
23870 \end_layout
23871
23872 \end_inset
23873 </cell>
23874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23875 \begin_inset Text
23876
23877 \begin_layout Plain Layout
23878 \begin_inset Formula $\cong$
23879 \end_inset
23880
23881
23882 \end_layout
23883
23884 \end_inset
23885 </cell>
23886 </row>
23887 <row>
23888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23889 \begin_inset Text
23890
23891 \begin_layout Plain Layout
23892
23893 \backslash
23894 bowtie
23895 \end_layout
23896
23897 \end_inset
23898 </cell>
23899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23900 \begin_inset Text
23901
23902 \begin_layout Plain Layout
23903 \begin_inset Formula $\bowtie$
23904 \end_inset
23905
23906
23907 \end_layout
23908
23909 \end_inset
23910 </cell>
23911 </row>
23912 <row>
23913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23914 \begin_inset Text
23915
23916 \begin_layout Plain Layout
23917
23918 \backslash
23919 notin
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23925 \begin_inset Text
23926
23927 \begin_layout Plain Layout
23928 \begin_inset Formula $\notin$
23929 \end_inset
23930
23931
23932 \end_layout
23933
23934 \end_inset
23935 </cell>
23936 </row>
23937 <row>
23938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23939 \begin_inset Text
23940
23941 \begin_layout Plain Layout
23942
23943 \backslash
23944 perp
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23950 \begin_inset Text
23951
23952 \begin_layout Plain Layout
23953 \begin_inset Formula $\perp$
23954 \end_inset
23955
23956
23957 \end_layout
23958
23959 \end_inset
23960 </cell>
23961 </row>
23962 <row>
23963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23964 \begin_inset Text
23965
23966 \begin_layout Plain Layout
23967
23968 \backslash
23969 propto
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23975 \begin_inset Text
23976
23977 \begin_layout Plain Layout
23978 \begin_inset Formula $\propto$
23979 \end_inset
23980
23981
23982 \end_layout
23983
23984 \end_inset
23985 </cell>
23986 </row>
23987 <row>
23988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23989 \begin_inset Text
23990
23991 \begin_layout Plain Layout
23992
23993 \backslash
23994 asymp
23995 \end_layout
23996
23997 \end_inset
23998 </cell>
23999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24000 \begin_inset Text
24001
24002 \begin_layout Plain Layout
24003 \begin_inset Formula $\asymp$
24004 \end_inset
24005
24006
24007 \end_layout
24008
24009 \end_inset
24010 </cell>
24011 </row>
24012 <row>
24013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24014 \begin_inset Text
24015
24016 \begin_layout Plain Layout
24017
24018 \backslash
24019 doteq
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028 \begin_inset Formula $\doteq$
24029 \end_inset
24030
24031
24032 \end_layout
24033
24034 \end_inset
24035 </cell>
24036 </row>
24037 <row>
24038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24039 \begin_inset Text
24040
24041 \begin_layout Plain Layout
24042
24043 \backslash
24044 circeq
24045 \end_layout
24046
24047 \end_inset
24048 </cell>
24049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24050 \begin_inset Text
24051
24052 \begin_layout Plain Layout
24053 \begin_inset Formula $\circeq$
24054 \end_inset
24055
24056
24057 \end_layout
24058
24059 \end_inset
24060 </cell>
24061 </row>
24062 <row>
24063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24064 \begin_inset Text
24065
24066 \begin_layout Plain Layout
24067
24068 \backslash
24069 models
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24075 \begin_inset Text
24076
24077 \begin_layout Plain Layout
24078 \begin_inset Formula $\models$
24079 \end_inset
24080
24081
24082 \end_layout
24083
24084 \end_inset
24085 </cell>
24086 </row>
24087 <row>
24088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24089 \begin_inset Text
24090
24091 \begin_layout Plain Layout
24092
24093 \backslash
24094 widehat=
24095 \end_layout
24096
24097 \end_inset
24098 </cell>
24099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24100 \begin_inset Text
24101
24102 \begin_layout Plain Layout
24103 \begin_inset Formula $\widehat{=}$
24104 \end_inset
24105
24106
24107 \end_layout
24108
24109 \end_inset
24110 </cell>
24111 </row>
24112 </lyxtabular>
24113
24114 \end_inset
24115
24116
24117 \begin_inset space \hfill{}
24118 \end_inset
24119
24120
24121 \begin_inset Tabular
24122 <lyxtabular version="3" rows="17" columns="2">
24123 <features booktabs="true" tabularvalignment="middle">
24124 <column alignment="center" valignment="top" width="0pt">
24125 <column alignment="center" valignment="top" width="0pt">
24126 <row>
24127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24128 \begin_inset Text
24129
24130 \begin_layout Plain Layout
24131 Command
24132 \end_layout
24133
24134 \end_inset
24135 </cell>
24136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24137 \begin_inset Text
24138
24139 \begin_layout Plain Layout
24140 Relation
24141 \end_layout
24142
24143 \end_inset
24144 </cell>
24145 </row>
24146 <row>
24147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24148 \begin_inset Text
24149
24150 \begin_layout Plain Layout
24151 >
24152 \end_layout
24153
24154 \end_inset
24155 </cell>
24156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24157 \begin_inset Text
24158
24159 \begin_layout Plain Layout
24160 \begin_inset Formula $>$
24161 \end_inset
24162
24163
24164 \end_layout
24165
24166 \end_inset
24167 </cell>
24168 </row>
24169 <row>
24170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24171 \begin_inset Text
24172
24173 \begin_layout Plain Layout
24174
24175 \backslash
24176 ge
24177 \end_layout
24178
24179 \end_inset
24180 </cell>
24181 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24182 \begin_inset Text
24183
24184 \begin_layout Plain Layout
24185 \begin_inset Formula $\ge$
24186 \end_inset
24187
24188
24189 \end_layout
24190
24191 \end_inset
24192 </cell>
24193 </row>
24194 <row>
24195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24196 \begin_inset Text
24197
24198 \begin_layout Plain Layout
24199
24200 \backslash
24201 gg
24202 \end_layout
24203
24204 \end_inset
24205 </cell>
24206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24207 \begin_inset Text
24208
24209 \begin_layout Plain Layout
24210 \begin_inset Formula $\gg$
24211 \end_inset
24212
24213
24214 \end_layout
24215
24216 \end_inset
24217 </cell>
24218 </row>
24219 <row>
24220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24221 \begin_inset Text
24222
24223 \begin_layout Plain Layout
24224
24225 \backslash
24226 succ
24227 \end_layout
24228
24229 \end_inset
24230 </cell>
24231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24232 \begin_inset Text
24233
24234 \begin_layout Plain Layout
24235 \begin_inset Formula $\succ$
24236 \end_inset
24237
24238
24239 \end_layout
24240
24241 \end_inset
24242 </cell>
24243 </row>
24244 <row>
24245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24246 \begin_inset Text
24247
24248 \begin_layout Plain Layout
24249
24250 \backslash
24251 succeq
24252 \end_layout
24253
24254 \end_inset
24255 </cell>
24256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24257 \begin_inset Text
24258
24259 \begin_layout Plain Layout
24260 \begin_inset Formula $\succeq$
24261 \end_inset
24262
24263
24264 \end_layout
24265
24266 \end_inset
24267 </cell>
24268 </row>
24269 <row>
24270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24271 \begin_inset Text
24272
24273 \begin_layout Plain Layout
24274
24275 \backslash
24276 supset
24277 \end_layout
24278
24279 \end_inset
24280 </cell>
24281 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24282 \begin_inset Text
24283
24284 \begin_layout Plain Layout
24285 \begin_inset Formula $\supset$
24286 \end_inset
24287
24288
24289 \end_layout
24290
24291 \end_inset
24292 </cell>
24293 </row>
24294 <row>
24295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24296 \begin_inset Text
24297
24298 \begin_layout Plain Layout
24299
24300 \backslash
24301 supseteq
24302 \end_layout
24303
24304 \end_inset
24305 </cell>
24306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24307 \begin_inset Text
24308
24309 \begin_layout Plain Layout
24310 \begin_inset Formula $\supseteq$
24311 \end_inset
24312
24313
24314 \end_layout
24315
24316 \end_inset
24317 </cell>
24318 </row>
24319 <row>
24320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24321 \begin_inset Text
24322
24323 \begin_layout Plain Layout
24324
24325 \backslash
24326 sqsupseteq
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24332 \begin_inset Text
24333
24334 \begin_layout Plain Layout
24335 \begin_inset Formula $\sqsupseteq$
24336 \end_inset
24337
24338
24339 \end_layout
24340
24341 \end_inset
24342 </cell>
24343 </row>
24344 <row>
24345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24346 \begin_inset Text
24347
24348 \begin_layout Plain Layout
24349
24350 \backslash
24351 ni
24352 \end_layout
24353
24354 \end_inset
24355 </cell>
24356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24357 \begin_inset Text
24358
24359 \begin_layout Plain Layout
24360 \begin_inset Formula $\ni$
24361 \end_inset
24362
24363
24364 \end_layout
24365
24366 \end_inset
24367 </cell>
24368 </row>
24369 <row>
24370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24371 \begin_inset Text
24372
24373 \begin_layout Plain Layout
24374
24375 \backslash
24376 dashv
24377 \end_layout
24378
24379 \end_inset
24380 </cell>
24381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24382 \begin_inset Text
24383
24384 \begin_layout Plain Layout
24385 \begin_inset Formula $\dashv$
24386 \end_inset
24387
24388
24389 \end_layout
24390
24391 \end_inset
24392 </cell>
24393 </row>
24394 <row>
24395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24396 \begin_inset Text
24397
24398 \begin_layout Plain Layout
24399
24400 \backslash
24401 frown
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24407 \begin_inset Text
24408
24409 \begin_layout Plain Layout
24410 \begin_inset Formula $\frown$
24411 \end_inset
24412
24413
24414 \end_layout
24415
24416 \end_inset
24417 </cell>
24418 </row>
24419 <row>
24420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24421 \begin_inset Text
24422
24423 \begin_layout Plain Layout
24424
24425 \backslash
24426 rhd
24427 \end_layout
24428
24429 \end_inset
24430 </cell>
24431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24432 \begin_inset Text
24433
24434 \begin_layout Plain Layout
24435 \begin_inset Formula $\rhd$
24436 \end_inset
24437
24438
24439 \end_layout
24440
24441 \end_inset
24442 </cell>
24443 </row>
24444 <row>
24445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24446 \begin_inset Text
24447
24448 \begin_layout Plain Layout
24449
24450 \backslash
24451 unrhd
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460 \begin_inset Formula $\unrhd$
24461 \end_inset
24462
24463
24464 \end_layout
24465
24466 \end_inset
24467 </cell>
24468 </row>
24469 <row>
24470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24471 \begin_inset Text
24472
24473 \begin_layout Plain Layout
24474
24475 \backslash
24476 lessgtr
24477 \end_layout
24478
24479 \end_inset
24480 </cell>
24481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24482 \begin_inset Text
24483
24484 \begin_layout Plain Layout
24485 \begin_inset Formula $\lessgtr$
24486 \end_inset
24487
24488
24489 \end_layout
24490
24491 \end_inset
24492 </cell>
24493 </row>
24494 <row>
24495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24496 \begin_inset Text
24497
24498 \begin_layout Plain Layout
24499
24500 \backslash
24501 parallel
24502 \end_layout
24503
24504 \end_inset
24505 </cell>
24506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24507 \begin_inset Text
24508
24509 \begin_layout Plain Layout
24510 \begin_inset Formula $\parallel$
24511 \end_inset
24512
24513
24514 \end_layout
24515
24516 \end_inset
24517 </cell>
24518 </row>
24519 <row>
24520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24521 \begin_inset Text
24522
24523 \begin_layout Plain Layout
24524
24525 \backslash
24526 nparallel
24527 \end_layout
24528
24529 \end_inset
24530 </cell>
24531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24532 \begin_inset Text
24533
24534 \begin_layout Plain Layout
24535 \begin_inset Formula $\nparallel$
24536 \end_inset
24537
24538
24539 \end_layout
24540
24541 \end_inset
24542 </cell>
24543 </row>
24544 </lyxtabular>
24545
24546 \end_inset
24547
24548
24549 \end_layout
24550
24551 \begin_layout Standard
24552 \begin_inset VSpace medskip
24553 \end_inset
24554
24555 The characters 
24556 \series bold
24557
24558 \backslash
24559 lhd
24560 \series default
24561  and 
24562 \series bold
24563
24564 \backslash
24565 rhd
24566 \series default
24567  are bigger than the equal looking operators 
24568 \series bold
24569
24570 \backslash
24571 triangleleft
24572 \series default
24573  and 
24574 \series bold
24575
24576 \backslash
24577 triangleright
24578 \series default
24579 , respectively.
24580 \end_layout
24581
24582 \begin_layout Standard
24583 \SpecialChar LyX
24584  supports also many special relations.
24585  Use the toolbar button 
24586 \begin_inset Info
24587 type  "icon"
24588 arg   "math-insert \\leqq"
24589 \end_inset
24590
24591  to see a list of these relations.
24592 \end_layout
24593
24594 \begin_layout Standard
24595 Relations are, in contrary to symbols, always surrounded by space.
24596 \end_layout
24597
24598 \begin_layout Standard
24599 Relations with labels can be created with the command 
24600 \series bold
24601
24602 \backslash
24603 stackrel
24604 \series default
24605
24606 \begin_inset Index idx
24607 status collapsed
24608
24609 \begin_layout Plain Layout
24610 Commands ! S ! 
24611 \backslash
24612 stackrel
24613 \end_layout
24614
24615 \end_inset
24616
24617 :
24618 \end_layout
24619
24620 \begin_layout Standard
24621 \align center
24622 \begin_inset Tabular
24623 <lyxtabular version="3" rows="2" columns="2">
24624 <features booktabs="true" tabularvalignment="middle">
24625 <column alignment="center" valignment="top" width="0pt">
24626 <column alignment="center" valignment="top">
24627 <row>
24628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24629 \begin_inset Text
24630
24631 \begin_layout Plain Layout
24632 Command
24633 \end_layout
24634
24635 \end_inset
24636 </cell>
24637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24638 \begin_inset Text
24639
24640 \begin_layout Plain Layout
24641 Result
24642 \end_layout
24643
24644 \end_inset
24645 </cell>
24646 </row>
24647 <row topspace="1.5mm">
24648 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24649 \begin_inset Text
24650
24651 \begin_layout Plain Layout
24652 A(r)
24653 \backslash
24654 stackrel
24655 \begin_inset space \textvisiblespace{}
24656 \end_inset
24657
24658 r
24659 \backslash
24660 to
24661 \backslash
24662 infty
24663 \begin_inset space \textvisiblespace{}
24664 \end_inset
24665
24666
24667 \begin_inset Formula $\downarrow$
24668 \end_inset
24669
24670
24671 \backslash
24672 approx
24673 \begin_inset space \textvisiblespace{}
24674 \end_inset
24675
24676
24677 \begin_inset space \textvisiblespace{}
24678 \end_inset
24679
24680 B
24681 \end_layout
24682
24683 \end_inset
24684 </cell>
24685 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24686 \begin_inset Text
24687
24688 \begin_layout Plain Layout
24689 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24690 \end_inset
24691
24692
24693 \end_layout
24694
24695 \end_inset
24696 </cell>
24697 </row>
24698 </lyxtabular>
24699
24700 \end_inset
24701
24702
24703 \end_layout
24704
24705 \begin_layout Section
24706 Functions
24707 \end_layout
24708
24709 \begin_layout Subsection
24710 Predefined Functions
24711 \begin_inset CommandInset label
24712 LatexCommand label
24713 name "subsec:Predefined-Functions"
24714
24715 \end_inset
24716
24717
24718 \begin_inset Index idx
24719 status collapsed
24720
24721 \begin_layout Plain Layout
24722 Functions ! predefined
24723 \end_layout
24724
24725 \end_inset
24726
24727
24728 \end_layout
24729
24730 \begin_layout Standard
24731 In general, variables are set 
24732 \emph on
24733 italic
24734 \emph default
24735  in mathematical expressions, but not function names, because 
24736 \begin_inset Formula $sin$
24737 \end_inset
24738
24739  could be misunderstood as 
24740 \begin_inset Formula $s\cdot i\cdot n$
24741 \end_inset
24742
24743 .
24744  Therefore there are predefined functions which are additionally a bit separated
24745  from prefactors.
24746  They are inserted as commands starting with a backslash before their name.
24747 \end_layout
24748
24749 \begin_layout Standard
24750 \align center
24751 \begin_inset Tabular
24752 <lyxtabular version="3" rows="2" columns="2">
24753 <features booktabs="true" tabularvalignment="middle">
24754 <column alignment="center" valignment="top" width="0pt">
24755 <column alignment="center" valignment="top" width="0pt">
24756 <row>
24757 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24758 \begin_inset Text
24759
24760 \begin_layout Plain Layout
24761 Command
24762 \end_layout
24763
24764 \end_inset
24765 </cell>
24766 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24767 \begin_inset Text
24768
24769 \begin_layout Plain Layout
24770 Result
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 </row>
24776 <row>
24777 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24778 \begin_inset Text
24779
24780 \begin_layout Plain Layout
24781 Asin(x)+B
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790 \begin_inset Formula $Asin(x)+B$
24791 \end_inset
24792
24793
24794 \end_layout
24795
24796 \end_inset
24797 </cell>
24798 </row>
24799 </lyxtabular>
24800
24801 \end_inset
24802
24803
24804 \begin_inset space \quad{}
24805 \end_inset
24806
24807
24808 \begin_inset Tabular
24809 <lyxtabular version="3" rows="2" columns="2">
24810 <features booktabs="true" tabularvalignment="middle">
24811 <column alignment="center" valignment="top" width="0pt">
24812 <column alignment="center" valignment="top" width="0pt">
24813 <row>
24814 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24815 \begin_inset Text
24816
24817 \begin_layout Plain Layout
24818 Command
24819 \end_layout
24820
24821 \end_inset
24822 </cell>
24823 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24824 \begin_inset Text
24825
24826 \begin_layout Plain Layout
24827 Result
24828 \end_layout
24829
24830 \end_inset
24831 </cell>
24832 </row>
24833 <row>
24834 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24835 \begin_inset Text
24836
24837 \begin_layout Plain Layout
24838 A
24839 \backslash
24840 sin(x)+B
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Plain Layout
24849 \begin_inset Formula $A\sin(x)+B$
24850 \end_inset
24851
24852
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 </row>
24858 </lyxtabular>
24859
24860 \end_inset
24861
24862
24863 \end_layout
24864
24865 \begin_layout Standard
24866 The following functions are predefined:
24867 \end_layout
24868
24869 \begin_layout Standard
24870 \begin_inset VSpace -2mm
24871 \end_inset
24872
24873
24874 \end_layout
24875
24876 \begin_layout Standard
24877 \align center
24878 \begin_inset Tabular
24879 <lyxtabular version="3" rows="9" columns="4">
24880 <features booktabs="true" tabularvalignment="middle">
24881 <column alignment="center" valignment="top" width="0pt">
24882 <column alignment="center" valignment="top" width="0pt">
24883 <column alignment="center" valignment="top" width="0pt">
24884 <column alignment="center" valignment="top" width="0pt">
24885 <row>
24886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24887 \begin_inset Text
24888
24889 \begin_layout Plain Layout
24890 Command
24891 \end_layout
24892
24893 \end_inset
24894 </cell>
24895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24896 \begin_inset Text
24897
24898 \begin_layout Plain Layout
24899 Command
24900 \end_layout
24901
24902 \end_inset
24903 </cell>
24904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24905 \begin_inset Text
24906
24907 \begin_layout Plain Layout
24908 Command
24909 \end_layout
24910
24911 \end_inset
24912 </cell>
24913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24914 \begin_inset Text
24915
24916 \begin_layout Plain Layout
24917 Command
24918 \end_layout
24919
24920 \end_inset
24921 </cell>
24922 </row>
24923 <row>
24924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24925 \begin_inset Text
24926
24927 \begin_layout Plain Layout
24928
24929 \backslash
24930 sin
24931 \end_layout
24932
24933 \end_inset
24934 </cell>
24935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24936 \begin_inset Text
24937
24938 \begin_layout Plain Layout
24939
24940 \backslash
24941 sinh
24942 \end_layout
24943
24944 \end_inset
24945 </cell>
24946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24947 \begin_inset Text
24948
24949 \begin_layout Plain Layout
24950
24951 \backslash
24952 arcsin
24953 \end_layout
24954
24955 \end_inset
24956 </cell>
24957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24958 \begin_inset Text
24959
24960 \begin_layout Plain Layout
24961
24962 \backslash
24963 sup
24964 \end_layout
24965
24966 \end_inset
24967 </cell>
24968 </row>
24969 <row>
24970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24971 \begin_inset Text
24972
24973 \begin_layout Plain Layout
24974
24975 \backslash
24976 cos
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985
24986 \backslash
24987 cosh
24988 \end_layout
24989
24990 \end_inset
24991 </cell>
24992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24993 \begin_inset Text
24994
24995 \begin_layout Plain Layout
24996
24997 \backslash
24998 arccos
24999 \end_layout
25000
25001 \end_inset
25002 </cell>
25003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25004 \begin_inset Text
25005
25006 \begin_layout Plain Layout
25007
25008 \backslash
25009 inf
25010 \end_layout
25011
25012 \end_inset
25013 </cell>
25014 </row>
25015 <row>
25016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25017 \begin_inset Text
25018
25019 \begin_layout Plain Layout
25020
25021 \backslash
25022 tan
25023 \end_layout
25024
25025 \end_inset
25026 </cell>
25027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25028 \begin_inset Text
25029
25030 \begin_layout Plain Layout
25031
25032 \backslash
25033 tanh
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25039 \begin_inset Text
25040
25041 \begin_layout Plain Layout
25042
25043 \backslash
25044 arctan
25045 \end_layout
25046
25047 \end_inset
25048 </cell>
25049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25050 \begin_inset Text
25051
25052 \begin_layout Plain Layout
25053
25054 \backslash
25055 lim
25056 \end_layout
25057
25058 \end_inset
25059 </cell>
25060 </row>
25061 <row>
25062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25063 \begin_inset Text
25064
25065 \begin_layout Plain Layout
25066
25067 \backslash
25068 cot
25069 \end_layout
25070
25071 \end_inset
25072 </cell>
25073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25074 \begin_inset Text
25075
25076 \begin_layout Plain Layout
25077
25078 \backslash
25079 coth
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25085 \begin_inset Text
25086
25087 \begin_layout Plain Layout
25088
25089 \backslash
25090 arg
25091 \end_layout
25092
25093 \end_inset
25094 </cell>
25095 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25096 \begin_inset Text
25097
25098 \begin_layout Plain Layout
25099
25100 \backslash
25101 liminf
25102 \end_layout
25103
25104 \end_inset
25105 </cell>
25106 </row>
25107 <row>
25108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25109 \begin_inset Text
25110
25111 \begin_layout Plain Layout
25112
25113 \backslash
25114 sec
25115 \end_layout
25116
25117 \end_inset
25118 </cell>
25119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25120 \begin_inset Text
25121
25122 \begin_layout Plain Layout
25123
25124 \backslash
25125 min
25126 \end_layout
25127
25128 \end_inset
25129 </cell>
25130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25131 \begin_inset Text
25132
25133 \begin_layout Plain Layout
25134
25135 \backslash
25136 deg
25137 \end_layout
25138
25139 \end_inset
25140 </cell>
25141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25142 \begin_inset Text
25143
25144 \begin_layout Plain Layout
25145
25146 \backslash
25147 limsup
25148 \end_layout
25149
25150 \end_inset
25151 </cell>
25152 </row>
25153 <row>
25154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25155 \begin_inset Text
25156
25157 \begin_layout Plain Layout
25158
25159 \backslash
25160 csc
25161 \end_layout
25162
25163 \end_inset
25164 </cell>
25165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25166 \begin_inset Text
25167
25168 \begin_layout Plain Layout
25169
25170 \backslash
25171 max
25172 \end_layout
25173
25174 \end_inset
25175 </cell>
25176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25177 \begin_inset Text
25178
25179 \begin_layout Plain Layout
25180
25181 \backslash
25182 det
25183 \end_layout
25184
25185 \end_inset
25186 </cell>
25187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25188 \begin_inset Text
25189
25190 \begin_layout Plain Layout
25191
25192 \backslash
25193 Pr
25194 \end_layout
25195
25196 \end_inset
25197 </cell>
25198 </row>
25199 <row>
25200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25201 \begin_inset Text
25202
25203 \begin_layout Plain Layout
25204
25205 \backslash
25206 ln
25207 \end_layout
25208
25209 \end_inset
25210 </cell>
25211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25212 \begin_inset Text
25213
25214 \begin_layout Plain Layout
25215
25216 \backslash
25217 exp
25218 \end_layout
25219
25220 \end_inset
25221 </cell>
25222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25223 \begin_inset Text
25224
25225 \begin_layout Plain Layout
25226
25227 \backslash
25228 dim
25229 \end_layout
25230
25231 \end_inset
25232 </cell>
25233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25234 \begin_inset Text
25235
25236 \begin_layout Plain Layout
25237
25238 \backslash
25239 hom
25240 \end_layout
25241
25242 \end_inset
25243 </cell>
25244 </row>
25245 <row>
25246 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25247 \begin_inset Text
25248
25249 \begin_layout Plain Layout
25250
25251 \backslash
25252 lg
25253 \end_layout
25254
25255 \end_inset
25256 </cell>
25257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25258 \begin_inset Text
25259
25260 \begin_layout Plain Layout
25261
25262 \backslash
25263 log
25264 \end_layout
25265
25266 \end_inset
25267 </cell>
25268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25269 \begin_inset Text
25270
25271 \begin_layout Plain Layout
25272
25273 \backslash
25274 ker
25275 \end_layout
25276
25277 \end_inset
25278 </cell>
25279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25280 \begin_inset Text
25281
25282 \begin_layout Plain Layout
25283
25284 \backslash
25285 gcd
25286 \end_layout
25287
25288 \end_inset
25289 </cell>
25290 </row>
25291 </lyxtabular>
25292
25293 \end_inset
25294
25295
25296 \end_layout
25297
25298 \begin_layout Standard
25299 They can also be inserted with the math toolbar button 
25300 \begin_inset Info
25301 type  "icon"
25302 arg   "math-insert \\functions"
25303 \end_inset
25304
25305 .
25306 \end_layout
25307
25308 \begin_layout Subsection
25309 Self-defined Functions
25310 \begin_inset Index idx
25311 status collapsed
25312
25313 \begin_layout Plain Layout
25314 Functions ! self-defined
25315 \end_layout
25316
25317 \end_inset
25318
25319
25320 \end_layout
25321
25322 \begin_layout Standard
25323 To use a function that is not predefined, like for example the sign function
25324  sgn(x), there are two possibilities:
25325 \end_layout
25326
25327 \begin_layout Itemize
25328 Define the function by inserting the following line to the \SpecialChar LaTeX
25329 -preamble
25330 \begin_inset Foot
25331 status collapsed
25332
25333 \begin_layout Plain Layout
25334 For more about 
25335 \series bold
25336
25337 \backslash
25338 DeclareMathOperator
25339 \series default
25340  see 
25341 \begin_inset CommandInset ref
25342 LatexCommand ref
25343 reference "subsec:Self-defined-Operators"
25344
25345 \end_inset
25346
25347 .
25348 \end_layout
25349
25350 \end_inset
25351
25352
25353 \begin_inset Newline newline
25354 \end_inset
25355
25356
25357 \begin_inset VSpace -3mm
25358 \end_inset
25359
25360
25361 \begin_inset Newline newline
25362 \end_inset
25363
25364
25365 \series bold
25366
25367 \backslash
25368 DeclareMathOperator{
25369 \backslash
25370 sgn}{sgn}
25371 \series default
25372
25373 \begin_inset Index idx
25374 status collapsed
25375
25376 \begin_layout Plain Layout
25377 Commands ! D ! 
25378 \backslash
25379 dbinom@
25380 \backslash
25381 DeclareMathOperator
25382 \end_layout
25383
25384 \end_inset
25385
25386
25387 \begin_inset Newline newline
25388 \end_inset
25389
25390
25391 \begin_inset VSpace -2mm
25392 \end_inset
25393
25394
25395 \begin_inset Newline newline
25396 \end_inset
25397
25398 Now the new defined function can be called with the command 
25399 \series bold
25400
25401 \backslash
25402 sgn
25403 \series default
25404 .
25405 \end_layout
25406
25407 \begin_layout Itemize
25408 Write the formula as usual, mark the formula name, in our example the letters
25409  
25410 \emph on
25411 sgn
25412 \emph default
25413 , and change it to mathematical text.
25414  Finally, a space is inserted between prefactor and function.
25415 \end_layout
25416
25417 \begin_layout Standard
25418 The result is the same with both methods as with a predefined function
25419 \begin_inset Foot
25420 status collapsed
25421
25422 \begin_layout Plain Layout
25423 In \SpecialChar LyX
25424  self-defined functions are displayed red, predefined ones black.
25425 \end_layout
25426
25427 \end_inset
25428
25429 :
25430 \end_layout
25431
25432 \begin_layout Standard
25433 \align center
25434 \begin_inset Tabular
25435 <lyxtabular version="3" rows="3" columns="2">
25436 <features booktabs="true" tabularvalignment="middle">
25437 <column alignment="center" valignment="top" width="0pt">
25438 <column alignment="center" valignment="top" width="0pt">
25439 <row>
25440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25441 \begin_inset Text
25442
25443 \begin_layout Plain Layout
25444 Command
25445 \end_layout
25446
25447 \end_inset
25448 </cell>
25449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25450 \begin_inset Text
25451
25452 \begin_layout Plain Layout
25453 Result
25454 \end_layout
25455
25456 \end_inset
25457 </cell>
25458 </row>
25459 <row>
25460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25461 \begin_inset Text
25462
25463 \begin_layout Plain Layout
25464 A
25465 \backslash
25466 sgn(x)+B
25467 \end_layout
25468
25469 \end_inset
25470 </cell>
25471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25472 \begin_inset Text
25473
25474 \begin_layout Plain Layout
25475 \begin_inset Formula $A\sgn(x)+B$
25476 \end_inset
25477
25478
25479 \end_layout
25480
25481 \end_inset
25482 </cell>
25483 </row>
25484 <row>
25485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25486 \begin_inset Text
25487
25488 \begin_layout Plain Layout
25489 A
25490 \backslash
25491 ,
25492 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25493 \end_inset
25494
25495 (x)+B
25496 \end_layout
25497
25498 \end_inset
25499 </cell>
25500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25501 \begin_inset Text
25502
25503 \begin_layout Plain Layout
25504 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25505 \end_inset
25506
25507
25508 \end_layout
25509
25510 \end_inset
25511 </cell>
25512 </row>
25513 </lyxtabular>
25514
25515 \end_inset
25516
25517
25518 \end_layout
25519
25520 \begin_layout Standard
25521 The first method is more suitable when the self-defined function should
25522  be used several times.
25523 \end_layout
25524
25525 \begin_layout Subsection
25526 Limits
25527 \begin_inset Index idx
25528 status collapsed
25529
25530 \begin_layout Plain Layout
25531 Limits
25532 \end_layout
25533
25534 \end_inset
25535
25536
25537 \end_layout
25538
25539 \begin_layout Standard
25540 For limits, in addition to the commands 
25541 \series bold
25542
25543 \backslash
25544 lim
25545 \series default
25546
25547 \begin_inset Index idx
25548 status collapsed
25549
25550 \begin_layout Plain Layout
25551 Commands ! L ! 
25552 \backslash
25553 lim
25554 \end_layout
25555
25556 \end_inset
25557
25558
25559 \series bold
25560
25561 \backslash
25562 liminf
25563 \series default
25564  and 
25565 \series bold
25566
25567 \backslash
25568 limsup
25569 \series default
25570  the following functions are defined:
25571 \end_layout
25572
25573 \begin_layout Standard
25574 \align center
25575 \begin_inset Tabular
25576 <lyxtabular version="3" rows="5" columns="2">
25577 <features booktabs="true" tabularvalignment="middle">
25578 <column alignment="center" valignment="top" width="0pt">
25579 <column alignment="center" valignment="top" width="0pt">
25580 <row>
25581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25582 \begin_inset Text
25583
25584 \begin_layout Plain Layout
25585 Command
25586 \end_layout
25587
25588 \end_inset
25589 </cell>
25590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25591 \begin_inset Text
25592
25593 \begin_layout Plain Layout
25594 Result
25595 \end_layout
25596
25597 \end_inset
25598 </cell>
25599 </row>
25600 <row>
25601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25602 \begin_inset Text
25603
25604 \begin_layout Plain Layout
25605
25606 \backslash
25607 varliminf
25608 \end_layout
25609
25610 \end_inset
25611 </cell>
25612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25613 \begin_inset Text
25614
25615 \begin_layout Plain Layout
25616 \begin_inset Formula $\varliminf$
25617 \end_inset
25618
25619
25620 \end_layout
25621
25622 \end_inset
25623 </cell>
25624 </row>
25625 <row topspace="1.5mm">
25626 <cell alignment="center" valignment="top" usebox="none">
25627 \begin_inset Text
25628
25629 \begin_layout Plain Layout
25630
25631 \backslash
25632 varlimsup
25633 \end_layout
25634
25635 \end_inset
25636 </cell>
25637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25638 \begin_inset Text
25639
25640 \begin_layout Plain Layout
25641 \begin_inset Formula $\varlimsup$
25642 \end_inset
25643
25644
25645 \end_layout
25646
25647 \end_inset
25648 </cell>
25649 </row>
25650 <row topspace="1.5mm">
25651 <cell alignment="center" valignment="top" usebox="none">
25652 \begin_inset Text
25653
25654 \begin_layout Plain Layout
25655
25656 \backslash
25657 varprojlim
25658 \end_layout
25659
25660 \end_inset
25661 </cell>
25662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25663 \begin_inset Text
25664
25665 \begin_layout Plain Layout
25666 \begin_inset Formula $\varprojlim$
25667 \end_inset
25668
25669
25670 \end_layout
25671
25672 \end_inset
25673 </cell>
25674 </row>
25675 <row topspace="1.5mm" bottomspace="1mm">
25676 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25677 \begin_inset Text
25678
25679 \begin_layout Plain Layout
25680
25681 \backslash
25682 varinjlim
25683 \end_layout
25684
25685 \end_inset
25686 </cell>
25687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25688 \begin_inset Text
25689
25690 \begin_layout Plain Layout
25691 \begin_inset Formula $\varinjlim$
25692 \end_inset
25693
25694
25695 \end_layout
25696
25697 \end_inset
25698 </cell>
25699 </row>
25700 </lyxtabular>
25701
25702 \end_inset
25703
25704
25705 \end_layout
25706
25707 \begin_layout Standard
25708 \begin_inset VSpace medskip
25709 \end_inset
25710
25711 The limit is created by inserting a subscript.
25712  It is set right beside the function in an inline formula:
25713 \end_layout
25714
25715 \begin_layout Standard
25716 \align center
25717 \begin_inset Tabular
25718 <lyxtabular version="3" rows="2" columns="2">
25719 <features booktabs="true" tabularvalignment="middle">
25720 <column alignment="center" valignment="top" width="0pt">
25721 <column alignment="center" valignment="top" width="0pt">
25722 <row>
25723 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25724 \begin_inset Text
25725
25726 \begin_layout Plain Layout
25727 Command
25728 \end_layout
25729
25730 \end_inset
25731 </cell>
25732 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25733 \begin_inset Text
25734
25735 \begin_layout Plain Layout
25736 Result
25737 \end_layout
25738
25739 \end_inset
25740 </cell>
25741 </row>
25742 <row>
25743 <cell alignment="center" valignment="top" usebox="none">
25744 \begin_inset Text
25745
25746 \begin_layout Plain Layout
25747
25748 \backslash
25749 lim_x
25750 \backslash
25751 to
25752 \begin_inset space \textvisiblespace{}
25753 \end_inset
25754
25755 A
25756 \begin_inset space \textvisiblespace{}
25757 \end_inset
25758
25759 x=B
25760 \end_layout
25761
25762 \end_inset
25763 </cell>
25764 <cell alignment="center" valignment="top" usebox="none">
25765 \begin_inset Text
25766
25767 \begin_layout Plain Layout
25768 \begin_inset Formula $\lim_{x\to A}x=B$
25769 \end_inset
25770
25771
25772 \end_layout
25773
25774 \end_inset
25775 </cell>
25776 </row>
25777 </lyxtabular>
25778
25779 \end_inset
25780
25781
25782 \end_layout
25783
25784 \begin_layout Standard
25785 In a displayed formula the limit is set below the formula, as usual:
25786 \begin_inset Formula 
25787 \[
25788 \lim_{x\to A}x=B
25789 \]
25790
25791 \end_inset
25792
25793
25794 \end_layout
25795
25796 \begin_layout Standard
25797 \begin_inset VSpace medskip
25798 \end_inset
25799
25800
25801 \end_layout
25802
25803 \begin_layout Standard
25804 How to adjust the typesetting of the limits see 
25805 \begin_inset CommandInset ref
25806 LatexCommand ref
25807 reference "subsec:Operator-Limits"
25808
25809 \end_inset
25810
25811 .
25812 \end_layout
25813
25814 \begin_layout Subsection
25815 Modulo-Functions
25816 \begin_inset Index idx
25817 status collapsed
25818
25819 \begin_layout Plain Layout
25820 Functions ! modulo-
25821 \end_layout
25822
25823 \end_inset
25824
25825
25826 \end_layout
25827
25828 \begin_layout Standard
25829 The modulo-function is special, because it exists in four variants.
25830  The variants in a displayed formula are:
25831 \begin_inset Formula 
25832 \begin{align*}
25833 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25834 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25835 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25836 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25837 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25838 \end{align*}
25839
25840 \end_inset
25841
25842
25843 \end_layout
25844
25845 \begin_layout Standard
25846 In an inline formula less space is set before the function names for all
25847  variants.
25848  By default the modulo-functions take only the first following character
25849  into account.
25850  To use more than one character, one has to put them into \SpecialChar TeX
25851  braces:
25852 \begin_inset Formula 
25853 \begin{align*}
25854 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25855 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25856 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25857 \end{align*}
25858
25859 \end_inset
25860
25861
25862 \end_layout
25863
25864 \begin_layout Section
25865 Special Characters
25866 \begin_inset Index idx
25867 status collapsed
25868
25869 \begin_layout Plain Layout
25870 Special characters
25871 \end_layout
25872
25873 \end_inset
25874
25875
25876 \end_layout
25877
25878 \begin_layout Standard
25879 The characters ^ and _ would normally create a superscript and subscript,
25880  respectively.
25881  To get these characters you have to insert them with a leading 
25882 \backslash
25883 :
25884 \end_layout
25885
25886 \begin_layout Standard
25887 \noindent
25888 \align center
25889 \begin_inset Tabular
25890 <lyxtabular version="3" rows="3" columns="2">
25891 <features booktabs="true" tabularvalignment="middle">
25892 <column alignment="left" valignment="top" width="0pt">
25893 <column alignment="block" valignment="top">
25894 <row>
25895 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25896 \begin_inset Text
25897
25898 \begin_layout Plain Layout
25899 Command
25900 \end_layout
25901
25902 \end_inset
25903 </cell>
25904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25905 \begin_inset Text
25906
25907 \begin_layout Plain Layout
25908 Result
25909 \end_layout
25910
25911 \end_inset
25912 </cell>
25913 </row>
25914 <row>
25915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25916 \begin_inset Text
25917
25918 \begin_layout Plain Layout
25919
25920 \backslash
25921 ^
25922 \begin_inset space \textvisiblespace{}
25923 \end_inset
25924
25925
25926 \end_layout
25927
25928 \end_inset
25929 </cell>
25930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25931 \begin_inset Text
25932
25933 \begin_layout Plain Layout
25934 \begin_inset Formula $\mathcircumflex$
25935 \end_inset
25936
25937
25938 \end_layout
25939
25940 \end_inset
25941 </cell>
25942 </row>
25943 <row>
25944 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25945 \begin_inset Text
25946
25947 \begin_layout Plain Layout
25948
25949 \backslash
25950 _
25951 \end_layout
25952
25953 \end_inset
25954 </cell>
25955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25956 \begin_inset Text
25957
25958 \begin_layout Plain Layout
25959 \begin_inset Formula $\_$
25960 \end_inset
25961
25962
25963 \end_layout
25964
25965 \end_inset
25966 </cell>
25967 </row>
25968 </lyxtabular>
25969
25970 \end_inset
25971
25972
25973 \end_layout
25974
25975 \begin_layout Subsection
25976 Special Characters in Mathematical Text
25977 \end_layout
25978
25979 \begin_layout Standard
25980 The following commands can only be used in mathematical text or in \SpecialChar TeX
25981  mode:
25982 \end_layout
25983
25984 \begin_layout Standard
25985 \begin_inset space \hfill{}
25986 \end_inset
25987
25988
25989 \begin_inset Tabular
25990 <lyxtabular version="3" rows="8" columns="2">
25991 <features booktabs="true" tabularvalignment="middle">
25992 <column alignment="left" valignment="top" width="0pt">
25993 <column alignment="block" valignment="top">
25994 <row>
25995 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25996 \begin_inset Text
25997
25998 \begin_layout Plain Layout
25999 Command
26000 \end_layout
26001
26002 \end_inset
26003 </cell>
26004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26005 \begin_inset Text
26006
26007 \begin_layout Plain Layout
26008 Result
26009 \end_layout
26010
26011 \end_inset
26012 </cell>
26013 </row>
26014 <row>
26015 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26016 \begin_inset Text
26017
26018 \begin_layout Plain Layout
26019
26020 \backslash
26021 oe
26022 \end_layout
26023
26024 \end_inset
26025 </cell>
26026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26027 \begin_inset Text
26028
26029 \begin_layout Plain Layout
26030 \begin_inset Formula $\textrm{œ}$
26031 \end_inset
26032
26033
26034 \end_layout
26035
26036 \end_inset
26037 </cell>
26038 </row>
26039 <row>
26040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26041 \begin_inset Text
26042
26043 \begin_layout Plain Layout
26044
26045 \backslash
26046 OE
26047 \end_layout
26048
26049 \end_inset
26050 </cell>
26051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26052 \begin_inset Text
26053
26054 \begin_layout Plain Layout
26055 \begin_inset Formula $\textrm{Œ}$
26056 \end_inset
26057
26058
26059 \end_layout
26060
26061 \end_inset
26062 </cell>
26063 </row>
26064 <row>
26065 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26066 \begin_inset Text
26067
26068 \begin_layout Plain Layout
26069
26070 \backslash
26071 ae
26072 \end_layout
26073
26074 \end_inset
26075 </cell>
26076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26077 \begin_inset Text
26078
26079 \begin_layout Plain Layout
26080 \begin_inset Formula $\textrm{æ}$
26081 \end_inset
26082
26083
26084 \end_layout
26085
26086 \end_inset
26087 </cell>
26088 </row>
26089 <row>
26090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26091 \begin_inset Text
26092
26093 \begin_layout Plain Layout
26094
26095 \backslash
26096 AE
26097 \end_layout
26098
26099 \end_inset
26100 </cell>
26101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26102 \begin_inset Text
26103
26104 \begin_layout Plain Layout
26105 \begin_inset Formula $\textrm{Æ}$
26106 \end_inset
26107
26108
26109 \end_layout
26110
26111 \end_inset
26112 </cell>
26113 </row>
26114 <row>
26115 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26116 \begin_inset Text
26117
26118 \begin_layout Plain Layout
26119
26120 \backslash
26121 aa
26122 \end_layout
26123
26124 \end_inset
26125 </cell>
26126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26127 \begin_inset Text
26128
26129 \begin_layout Plain Layout
26130 \begin_inset Formula $\textrm{å}$
26131 \end_inset
26132
26133
26134 \end_layout
26135
26136 \end_inset
26137 </cell>
26138 </row>
26139 <row>
26140 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26141 \begin_inset Text
26142
26143 \begin_layout Plain Layout
26144
26145 \backslash
26146 AA
26147 \end_layout
26148
26149 \end_inset
26150 </cell>
26151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26152 \begin_inset Text
26153
26154 \begin_layout Plain Layout
26155 \begin_inset Formula $\textrm{Å}$
26156 \end_inset
26157
26158
26159 \end_layout
26160
26161 \end_inset
26162 </cell>
26163 </row>
26164 <row>
26165 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26166 \begin_inset Text
26167
26168 \begin_layout Plain Layout
26169
26170 \backslash
26171 i
26172 \end_layout
26173
26174 \end_inset
26175 </cell>
26176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26177 \begin_inset Text
26178
26179 \begin_layout Plain Layout
26180 \begin_inset Formula $\textrm{ı}$
26181 \end_inset
26182
26183
26184 \end_layout
26185
26186 \end_inset
26187 </cell>
26188 </row>
26189 </lyxtabular>
26190
26191 \end_inset
26192
26193
26194 \begin_inset space \hfill{}
26195 \end_inset
26196
26197
26198 \begin_inset Tabular
26199 <lyxtabular version="3" rows="8" columns="2">
26200 <features booktabs="true" tabularvalignment="middle">
26201 <column alignment="left" valignment="top" width="0pt">
26202 <column alignment="center" valignment="top">
26203 <row>
26204 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26205 \begin_inset Text
26206
26207 \begin_layout Plain Layout
26208 Command
26209 \begin_inset Note Note
26210 status collapsed
26211
26212 \begin_layout Plain Layout
26213 The space of 0
26214 \begin_inset space \thinspace{}
26215 \end_inset
26216
26217 mm is used for separation, because otherwise the output will be ¡ and ¿
26218  respectively.
26219 \end_layout
26220
26221 \end_inset
26222
26223
26224 \end_layout
26225
26226 \end_inset
26227 </cell>
26228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26229 \begin_inset Text
26230
26231 \begin_layout Plain Layout
26232 Result
26233 \end_layout
26234
26235 \end_inset
26236 </cell>
26237 </row>
26238 <row>
26239 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26240 \begin_inset Text
26241
26242 \begin_layout Plain Layout
26243
26244 \backslash
26245 o
26246 \end_layout
26247
26248 \end_inset
26249 </cell>
26250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26251 \begin_inset Text
26252
26253 \begin_layout Plain Layout
26254 \begin_inset Formula $\textrm{ø}$
26255 \end_inset
26256
26257
26258 \end_layout
26259
26260 \end_inset
26261 </cell>
26262 </row>
26263 <row>
26264 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Plain Layout
26268
26269 \backslash
26270 O
26271 \end_layout
26272
26273 \end_inset
26274 </cell>
26275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26276 \begin_inset Text
26277
26278 \begin_layout Plain Layout
26279 \begin_inset Formula $\textrm{Ø}$
26280 \end_inset
26281
26282
26283 \end_layout
26284
26285 \end_inset
26286 </cell>
26287 </row>
26288 <row>
26289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26290 \begin_inset Text
26291
26292 \begin_layout Plain Layout
26293
26294 \backslash
26295 l
26296 \end_layout
26297
26298 \end_inset
26299 </cell>
26300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26301 \begin_inset Text
26302
26303 \begin_layout Plain Layout
26304 \begin_inset Formula $\textrm{ł}$
26305 \end_inset
26306
26307
26308 \end_layout
26309
26310 \end_inset
26311 </cell>
26312 </row>
26313 <row>
26314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26315 \begin_inset Text
26316
26317 \begin_layout Plain Layout
26318
26319 \backslash
26320 L
26321 \end_layout
26322
26323 \end_inset
26324 </cell>
26325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26326 \begin_inset Text
26327
26328 \begin_layout Plain Layout
26329 \begin_inset Formula $\textrm{Ł}$
26330 \end_inset
26331
26332
26333 \end_layout
26334
26335 \end_inset
26336 </cell>
26337 </row>
26338 <row>
26339 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26340 \begin_inset Text
26341
26342 \begin_layout Plain Layout
26343 !
26344 \begin_inset space \hspace{}
26345 \length 0mm
26346 \end_inset
26347
26348 `
26349 \begin_inset space \textvisiblespace{}
26350 \end_inset
26351
26352
26353 \end_layout
26354
26355 \end_inset
26356 </cell>
26357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26358 \begin_inset Text
26359
26360 \begin_layout Plain Layout
26361 \begin_inset Formula $\textrm{!`}$
26362 \end_inset
26363
26364
26365 \end_layout
26366
26367 \end_inset
26368 </cell>
26369 </row>
26370 <row>
26371 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26372 \begin_inset Text
26373
26374 \begin_layout Plain Layout
26375 ?
26376 \begin_inset space \hspace{}
26377 \length 0mm
26378 \end_inset
26379
26380 `
26381 \begin_inset space \textvisiblespace{}
26382 \end_inset
26383
26384
26385 \end_layout
26386
26387 \end_inset
26388 </cell>
26389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26390 \begin_inset Text
26391
26392 \begin_layout Plain Layout
26393 \begin_inset Formula $\textrm{?`}$
26394 \end_inset
26395
26396
26397 \end_layout
26398
26399 \end_inset
26400 </cell>
26401 </row>
26402 <row>
26403 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26404 \begin_inset Text
26405
26406 \begin_layout Plain Layout
26407
26408 \backslash
26409 j
26410 \end_layout
26411
26412 \end_inset
26413 </cell>
26414 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26415 \begin_inset Text
26416
26417 \begin_layout Plain Layout
26418 \begin_inset Formula $\textrm{ȷ}$
26419 \end_inset
26420
26421
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 </row>
26427 </lyxtabular>
26428
26429 \end_inset
26430
26431
26432 \begin_inset space \hfill{}
26433 \end_inset
26434
26435
26436 \end_layout
26437
26438 \begin_layout Standard
26439 The characters 
26440 \begin_inset Formula $\textrm{\textrm{Å}}$
26441 \end_inset
26442
26443  and 
26444 \begin_inset Formula $\textrm{\textrm{Ø}}$
26445 \end_inset
26446
26447  can also be inserted via the math toolbar button 
26448 \begin_inset Info
26449 type  "icon"
26450 arg   "math-insert \\digamma"
26451 \end_inset
26452
26453 .
26454 \end_layout
26455
26456 \begin_layout Standard
26457 An exception are the commands 
26458 \series bold
26459 !
26460 \begin_inset space \hspace{}
26461 \length 0mm
26462 \end_inset
26463
26464 `
26465 \series default
26466  and 
26467 \series bold
26468 ?
26469 \begin_inset space \hspace{}
26470 \length 0mm
26471 \end_inset
26472
26473 `
26474 \series default
26475 , because they can be inserted in \SpecialChar LyX
26476  directly to text.
26477 \end_layout
26478
26479 \begin_layout Subsection
26480 Accents in Text
26481 \begin_inset CommandInset label
26482 LatexCommand label
26483 name "subsec:Accents-in-Text"
26484
26485 \end_inset
26486
26487
26488 \begin_inset Index idx
26489 status collapsed
26490
26491 \begin_layout Plain Layout
26492 Accents ! in text
26493 \end_layout
26494
26495 \end_inset
26496
26497
26498 \end_layout
26499
26500 \begin_layout Standard
26501 With the following commands all letters can be accented.
26502  The commands must be inserted in \SpecialChar TeX
26503  mode.
26504 \end_layout
26505
26506 \begin_layout Standard
26507 \begin_inset space \hfill{}
26508 \end_inset
26509
26510
26511 \begin_inset Tabular
26512 <lyxtabular version="3" rows="8" columns="2">
26513 <features booktabs="true" tabularvalignment="middle">
26514 <column alignment="left" valignment="top" width="0pt">
26515 <column alignment="block" valignment="top">
26516 <row>
26517 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26518 \begin_inset Text
26519
26520 \begin_layout Plain Layout
26521 Command
26522 \end_layout
26523
26524 \end_inset
26525 </cell>
26526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26527 \begin_inset Text
26528
26529 \begin_layout Plain Layout
26530 Result
26531 \end_layout
26532
26533 \end_inset
26534 </cell>
26535 </row>
26536 <row>
26537 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26538 \begin_inset Text
26539
26540 \begin_layout Plain Layout
26541
26542 \backslash
26543
26544 \begin_inset Quotes grd
26545 \end_inset
26546
26547 e
26548 \end_layout
26549
26550 \end_inset
26551 </cell>
26552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26553 \begin_inset Text
26554
26555 \begin_layout Plain Layout
26556 \begin_inset ERT
26557 status collapsed
26558
26559 \begin_layout Plain Layout
26560
26561
26562 \backslash
26563 "e
26564 \end_layout
26565
26566 \end_inset
26567
26568
26569 \end_layout
26570
26571 \end_inset
26572 </cell>
26573 </row>
26574 <row>
26575 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26576 \begin_inset Text
26577
26578 \begin_layout Plain Layout
26579
26580 \backslash
26581 `e
26582 \end_layout
26583
26584 \end_inset
26585 </cell>
26586 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26587 \begin_inset Text
26588
26589 \begin_layout Plain Layout
26590 \begin_inset ERT
26591 status collapsed
26592
26593 \begin_layout Plain Layout
26594
26595
26596 \backslash
26597 `e
26598 \end_layout
26599
26600 \end_inset
26601
26602
26603 \end_layout
26604
26605 \end_inset
26606 </cell>
26607 </row>
26608 <row>
26609 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26610 \begin_inset Text
26611
26612 \begin_layout Plain Layout
26613
26614 \backslash
26615 ^
26616 \begin_inset space \textvisiblespace{}
26617 \end_inset
26618
26619 e
26620 \end_layout
26621
26622 \end_inset
26623 </cell>
26624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26625 \begin_inset Text
26626
26627 \begin_layout Plain Layout
26628 \begin_inset ERT
26629 status collapsed
26630
26631 \begin_layout Plain Layout
26632
26633
26634 \backslash
26635 ^e
26636 \end_layout
26637
26638 \end_inset
26639
26640
26641 \end_layout
26642
26643 \end_inset
26644 </cell>
26645 </row>
26646 <row>
26647 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26648 \begin_inset Text
26649
26650 \begin_layout Plain Layout
26651
26652 \backslash
26653 =e
26654 \end_layout
26655
26656 \end_inset
26657 </cell>
26658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26659 \begin_inset Text
26660
26661 \begin_layout Plain Layout
26662 \begin_inset ERT
26663 status collapsed
26664
26665 \begin_layout Plain Layout
26666
26667
26668 \backslash
26669 =e
26670 \end_layout
26671
26672 \end_inset
26673
26674
26675 \end_layout
26676
26677 \end_inset
26678 </cell>
26679 </row>
26680 <row>
26681 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Plain Layout
26685
26686 \backslash
26687 u
26688 \begin_inset space \textvisiblespace{}
26689 \end_inset
26690
26691 e
26692 \end_layout
26693
26694 \end_inset
26695 </cell>
26696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26697 \begin_inset Text
26698
26699 \begin_layout Plain Layout
26700 \begin_inset ERT
26701 status collapsed
26702
26703 \begin_layout Plain Layout
26704
26705
26706 \backslash
26707 u e
26708 \end_layout
26709
26710 \end_inset
26711
26712
26713 \end_layout
26714
26715 \end_inset
26716 </cell>
26717 </row>
26718 <row>
26719 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26720 \begin_inset Text
26721
26722 \begin_layout Plain Layout
26723
26724 \backslash
26725 b
26726 \begin_inset space \textvisiblespace{}
26727 \end_inset
26728
26729 e
26730 \end_layout
26731
26732 \end_inset
26733 </cell>
26734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26735 \begin_inset Text
26736
26737 \begin_layout Plain Layout
26738 \begin_inset ERT
26739 status collapsed
26740
26741 \begin_layout Plain Layout
26742
26743
26744 \backslash
26745 b e
26746 \end_layout
26747
26748 \end_inset
26749
26750
26751 \end_layout
26752
26753 \end_inset
26754 </cell>
26755 </row>
26756 <row>
26757 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26758 \begin_inset Text
26759
26760 \begin_layout Plain Layout
26761
26762 \backslash
26763 t
26764 \begin_inset space \textvisiblespace{}
26765 \end_inset
26766
26767 ee
26768 \end_layout
26769
26770 \end_inset
26771 </cell>
26772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26773 \begin_inset Text
26774
26775 \begin_layout Plain Layout
26776 \begin_inset ERT
26777 status collapsed
26778
26779 \begin_layout Plain Layout
26780
26781
26782 \backslash
26783 t ee
26784 \end_layout
26785
26786 \end_inset
26787
26788
26789 \end_layout
26790
26791 \end_inset
26792 </cell>
26793 </row>
26794 </lyxtabular>
26795
26796 \end_inset
26797
26798
26799 \begin_inset space \hfill{}
26800 \end_inset
26801
26802
26803 \begin_inset Tabular
26804 <lyxtabular version="3" rows="8" columns="2">
26805 <features booktabs="true" tabularvalignment="middle">
26806 <column alignment="left" valignment="top" width="0pt">
26807 <column alignment="center" valignment="top">
26808 <row>
26809 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26810 \begin_inset Text
26811
26812 \begin_layout Plain Layout
26813 Command
26814 \end_layout
26815
26816 \end_inset
26817 </cell>
26818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26819 \begin_inset Text
26820
26821 \begin_layout Plain Layout
26822 Result
26823 \end_layout
26824
26825 \end_inset
26826 </cell>
26827 </row>
26828 <row>
26829 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26830 \begin_inset Text
26831
26832 \begin_layout Plain Layout
26833
26834 \backslash
26835 H
26836 \begin_inset space \textvisiblespace{}
26837 \end_inset
26838
26839 e
26840 \end_layout
26841
26842 \end_inset
26843 </cell>
26844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26845 \begin_inset Text
26846
26847 \begin_layout Plain Layout
26848 \begin_inset ERT
26849 status collapsed
26850
26851 \begin_layout Plain Layout
26852
26853
26854 \backslash
26855 H e
26856 \end_layout
26857
26858 \end_inset
26859
26860
26861 \end_layout
26862
26863 \end_inset
26864 </cell>
26865 </row>
26866 <row>
26867 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26868 \begin_inset Text
26869
26870 \begin_layout Plain Layout
26871
26872 \backslash
26873 'e
26874 \end_layout
26875
26876 \end_inset
26877 </cell>
26878 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26879 \begin_inset Text
26880
26881 \begin_layout Plain Layout
26882 \begin_inset ERT
26883 status collapsed
26884
26885 \begin_layout Plain Layout
26886
26887
26888 \backslash
26889 'e
26890 \end_layout
26891
26892 \end_inset
26893
26894
26895 \end_layout
26896
26897 \end_inset
26898 </cell>
26899 </row>
26900 <row>
26901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26902 \begin_inset Text
26903
26904 \begin_layout Plain Layout
26905
26906 \backslash
26907 ~e
26908 \begin_inset Index idx
26909 status collapsed
26910
26911 \begin_layout Plain Layout
26912 Tilde
26913 \end_layout
26914
26915 \end_inset
26916
26917
26918 \end_layout
26919
26920 \end_inset
26921 </cell>
26922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26923 \begin_inset Text
26924
26925 \begin_layout Plain Layout
26926 \begin_inset ERT
26927 status collapsed
26928
26929 \begin_layout Plain Layout
26930
26931
26932 \backslash
26933 ~e
26934 \end_layout
26935
26936 \end_inset
26937
26938
26939 \end_layout
26940
26941 \end_inset
26942 </cell>
26943 </row>
26944 <row>
26945 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26946 \begin_inset Text
26947
26948 \begin_layout Plain Layout
26949
26950 \backslash
26951 .e
26952 \end_layout
26953
26954 \end_inset
26955 </cell>
26956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26957 \begin_inset Text
26958
26959 \begin_layout Plain Layout
26960 \begin_inset ERT
26961 status collapsed
26962
26963 \begin_layout Plain Layout
26964
26965
26966 \backslash
26967 .e
26968 \end_layout
26969
26970 \end_inset
26971
26972
26973 \end_layout
26974
26975 \end_inset
26976 </cell>
26977 </row>
26978 <row>
26979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26980 \begin_inset Text
26981
26982 \begin_layout Plain Layout
26983
26984 \backslash
26985 v
26986 \begin_inset space \textvisiblespace{}
26987 \end_inset
26988
26989 e
26990 \end_layout
26991
26992 \end_inset
26993 </cell>
26994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26995 \begin_inset Text
26996
26997 \begin_layout Plain Layout
26998 \begin_inset ERT
26999 status collapsed
27000
27001 \begin_layout Plain Layout
27002
27003
27004 \backslash
27005 v e
27006 \end_layout
27007
27008 \end_inset
27009
27010
27011 \end_layout
27012
27013 \end_inset
27014 </cell>
27015 </row>
27016 <row>
27017 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27018 \begin_inset Text
27019
27020 \begin_layout Plain Layout
27021
27022 \backslash
27023 d
27024 \begin_inset space \textvisiblespace{}
27025 \end_inset
27026
27027 e
27028 \end_layout
27029
27030 \end_inset
27031 </cell>
27032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27033 \begin_inset Text
27034
27035 \begin_layout Plain Layout
27036 \begin_inset ERT
27037 status collapsed
27038
27039 \begin_layout Plain Layout
27040
27041
27042 \backslash
27043 d e
27044 \end_layout
27045
27046 \end_inset
27047
27048
27049 \end_layout
27050
27051 \end_inset
27052 </cell>
27053 </row>
27054 <row>
27055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27056 \begin_inset Text
27057
27058 \begin_layout Plain Layout
27059
27060 \backslash
27061 c
27062 \begin_inset space \textvisiblespace{}
27063 \end_inset
27064
27065 e
27066 \end_layout
27067
27068 \end_inset
27069 </cell>
27070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27071 \begin_inset Text
27072
27073 \begin_layout Plain Layout
27074 \begin_inset ERT
27075 status collapsed
27076
27077 \begin_layout Plain Layout
27078
27079
27080 \backslash
27081 c e
27082 \end_layout
27083
27084 \end_inset
27085
27086
27087 \end_layout
27088
27089 \end_inset
27090 </cell>
27091 </row>
27092 </lyxtabular>
27093
27094 \end_inset
27095
27096
27097 \begin_inset space \hfill{}
27098 \end_inset
27099
27100
27101 \end_layout
27102
27103 \begin_layout Standard
27104 \begin_inset VSpace medskip
27105 \end_inset
27106
27107 With the command 
27108 \series bold
27109
27110 \backslash
27111 t
27112 \series default
27113  also two different characters can be accented.
27114  The command 
27115 \series bold
27116
27117 \backslash
27118 t
27119 \begin_inset space \textvisiblespace{}
27120 \end_inset
27121
27122 sz
27123 \series default
27124  creates: 
27125 \begin_inset ERT
27126 status collapsed
27127
27128 \begin_layout Plain Layout
27129
27130
27131 \backslash
27132 t sz
27133 \end_layout
27134
27135 \end_inset
27136
27137
27138 \end_layout
27139
27140 \begin_layout Standard
27141 The accents 
27142 \series bold
27143 `
27144 \series default
27145  , 
27146 \series bold
27147 '
27148 \series default
27149  and 
27150 \series bold
27151 ^
27152 \series default
27153  can in combination with vowels directly be inserted with the keyboard without
27154  using \SpecialChar TeX
27155  mode.
27156  The same applies for the tilde
27157 \begin_inset Foot
27158 status collapsed
27159
27160 \begin_layout Plain Layout
27161 This only applies for keyboards where the tilde is defined as accent.
27162 \end_layout
27163
27164 \end_inset
27165
27166  
27167 \series bold
27168 ~
27169 \series default
27170  in combination with 
27171 \emph on
27172 a
27173 \emph default
27174  , 
27175 \emph on
27176 n
27177 \emph default
27178  , or 
27179 \emph on
27180 o
27181 \emph default
27182 .
27183 \end_layout
27184
27185 \begin_layout Standard
27186 The commands 
27187 \series bold
27188
27189 \backslash
27190 b
27191 \series default
27192  , 
27193 \series bold
27194
27195 \backslash
27196 c
27197 \series default
27198  , 
27199 \series bold
27200
27201 \backslash
27202 d
27203 \series default
27204  , 
27205 \series bold
27206
27207 \backslash
27208 H
27209 \series default
27210  , 
27211 \series bold
27212
27213 \backslash
27214 t
27215 \series default
27216  , 
27217 \series bold
27218
27219 \backslash
27220 u
27221 \series default
27222  , 
27223 \series bold
27224
27225 \backslash
27226 v
27227 \series default
27228  and accents that are inserted directly with the keyboard are also available
27229  in mathematical text.
27230  For the other accents there are special math commands to be used in formulas,
27231  see 
27232 \begin_inset CommandInset ref
27233 LatexCommand ref
27234 reference "subsec:Accents-for-one"
27235
27236 \end_inset
27237
27238 .
27239 \end_layout
27240
27241 \begin_layout Standard
27242 \begin_inset VSpace bigskip
27243 \end_inset
27244
27245 Furthermore, with the command 
27246 \series bold
27247
27248 \backslash
27249 textcircled
27250 \series default
27251
27252 \begin_inset Index idx
27253 status collapsed
27254
27255 \begin_layout Plain Layout
27256 Commands ! T ! 
27257 \backslash
27258 textcircled
27259 \end_layout
27260
27261 \end_inset
27262
27263  all numbers and letters can be set into a circle, quasi accented with a
27264  circle, similar to the copyright symbol.
27265 \end_layout
27266
27267 \begin_layout Standard
27268 \align center
27269 \begin_inset Tabular
27270 <lyxtabular version="3" rows="3" columns="2">
27271 <features booktabs="true" tabularvalignment="middle">
27272 <column alignment="center" valignment="top" width="0pt">
27273 <column alignment="center" valignment="top">
27274 <row>
27275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27276 \begin_inset Text
27277
27278 \begin_layout Plain Layout
27279 Command
27280 \end_layout
27281
27282 \end_inset
27283 </cell>
27284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27285 \begin_inset Text
27286
27287 \begin_layout Plain Layout
27288 Result
27289 \end_layout
27290
27291 \end_inset
27292 </cell>
27293 </row>
27294 <row>
27295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27296 \begin_inset Text
27297
27298 \begin_layout Plain Layout
27299
27300 \backslash
27301 textcircled{w}
27302 \end_layout
27303
27304 \end_inset
27305 </cell>
27306 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27307 \begin_inset Text
27308
27309 \begin_layout Plain Layout
27310 \begin_inset ERT
27311 status collapsed
27312
27313 \begin_layout Plain Layout
27314
27315
27316 \backslash
27317 textcircled{w}
27318 \end_layout
27319
27320 \end_inset
27321
27322
27323 \end_layout
27324
27325 \end_inset
27326 </cell>
27327 </row>
27328 <row topspace="1mm">
27329 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27330 \begin_inset Text
27331
27332 \begin_layout Plain Layout
27333
27334 \backslash
27335 Large 
27336 \backslash
27337 textcircled{
27338 \backslash
27339 normalsize
27340 \backslash
27341 protect
27342 \backslash
27343 raisebox{-1.5pt}{W}}
27344 \end_layout
27345
27346 \end_inset
27347 </cell>
27348 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27349 \begin_inset Text
27350
27351 \begin_layout Plain Layout
27352 \begin_inset ERT
27353 status collapsed
27354
27355 \begin_layout Plain Layout
27356
27357
27358 \backslash
27359 Large 
27360 \backslash
27361 textcircled{
27362 \backslash
27363 normalsize
27364 \backslash
27365 protect
27366 \backslash
27367 raisebox{-1.5pt}W}
27368 \end_layout
27369
27370 \end_inset
27371
27372
27373 \end_layout
27374
27375 \end_inset
27376 </cell>
27377 </row>
27378 </lyxtabular>
27379
27380 \end_inset
27381
27382
27383 \end_layout
27384
27385 \begin_layout Standard
27386 One has to take care that the character fits in the circle.
27387  
27388 \series bold
27389
27390 \backslash
27391 Large
27392 \series default
27393
27394 \begin_inset Foot
27395 status collapsed
27396
27397 \begin_layout Plain Layout
27398 see 
27399 \begin_inset CommandInset ref
27400 LatexCommand ref
27401 reference "subsec:Font-Sizes"
27402
27403 \end_inset
27404
27405
27406 \end_layout
27407
27408 \end_inset
27409
27410  specifies thereby the size of the circle.
27411  With the help of 
27412 \series bold
27413
27414 \backslash
27415 raisebox
27416 \series default
27417
27418 \begin_inset Foot
27419 status collapsed
27420
27421 \begin_layout Plain Layout
27422 see 
27423 \begin_inset CommandInset ref
27424 LatexCommand ref
27425 reference "subsec:Boxes-without-Frame"
27426
27427 \end_inset
27428
27429
27430 \end_layout
27431
27432 \end_inset
27433
27434  the character can be centered.
27435 \end_layout
27436
27437 \begin_layout Subsection
27438 Old-style Figures
27439 \begin_inset Index idx
27440 status collapsed
27441
27442 \begin_layout Plain Layout
27443 Old-style Figures
27444 \end_layout
27445
27446 \end_inset
27447
27448
27449 \end_layout
27450
27451 \begin_layout Standard
27452 Old-style figures (also known as old-style numerals) are created with the
27453  command 
27454 \series bold
27455
27456 \backslash
27457 oldstylenums
27458 \series default
27459
27460 \begin_inset Index idx
27461 status collapsed
27462
27463 \begin_layout Plain Layout
27464 Commands ! O ! 
27465 \backslash
27466 oldstylenums
27467 \end_layout
27468
27469 \end_inset
27470
27471 .
27472  The command can be used in formulas and in \SpecialChar TeX
27473  mode.
27474  The command scheme is:
27475 \end_layout
27476
27477 \begin_layout Standard
27478
27479 \series bold
27480
27481 \backslash
27482 oldstylenums{number}
27483 \end_layout
27484
27485 \begin_layout Standard
27486 The command 
27487 \series bold
27488
27489 \backslash
27490 oldstylenums{0123456789
27491 \series default
27492  produces: 
27493 \begin_inset Formula $\oldstylenums{0123456789}$
27494 \end_inset
27495
27496
27497 \end_layout
27498
27499 \begin_layout Section
27500 Formula Styles
27501 \begin_inset CommandInset label
27502 LatexCommand label
27503 name "sec:Formula-Styles"
27504
27505 \end_inset
27506
27507
27508 \begin_inset Index idx
27509 status collapsed
27510
27511 \begin_layout Plain Layout
27512 Formula ! styles
27513 \end_layout
27514
27515 \end_inset
27516
27517
27518 \end_layout
27519
27520 \begin_layout Itemize
27521 There are two different alignment styles:
27522 \end_layout
27523
27524 \begin_deeper
27525 \begin_layout Description
27526 Centered is the predefined standard.
27527 \end_layout
27528
27529 \begin_layout Description
27530 Indented this can be set using the menu 
27531 \family sans
27532 Document\SpecialChar menuseparator
27533 Settings
27534 \family default
27535  under 
27536 \family sans
27537 Math
27538 \begin_inset space ~
27539 \end_inset
27540
27541 Options.
27542 \end_layout
27543
27544 \begin_layout Standard
27545 When 
27546 \series bold
27547 Indented
27548 \series default
27549  is used, the indentation can be adjusted.
27550  The default value depends on the used document class.
27551 \end_layout
27552
27553 \end_deeper
27554 \begin_layout Itemize
27555 And two different numbering styles that can be set in the menu 
27556 \family sans
27557 Document\SpecialChar menuseparator
27558 Settings
27559 \family default
27560  under 
27561 \family sans
27562 Math
27563 \begin_inset space ~
27564 \end_inset
27565
27566 Options
27567 \family default
27568 :
27569 \end_layout
27570
27571 \begin_deeper
27572 \begin_layout Description
27573 Right is in most cases the default.
27574 \end_layout
27575
27576 \begin_layout Description
27577 Left
27578 \end_layout
27579
27580 \end_deeper
27581 \begin_layout Standard
27582 The chosen styles are used for all displayed formulas of the document.
27583  When both, centered and indented formulas should be created in a document,
27584  the style 
27585 \series bold
27586 Centered
27587 \series default
27588  is used.
27589  The indented formulas are then set in a flalign environment, see 
27590 \begin_inset CommandInset ref
27591 LatexCommand ref
27592 reference "subsec:Flalign-Environment"
27593
27594 \end_inset
27595
27596 .
27597 \end_layout
27598
27599 \begin_layout Section
27600 Multiline Formulas
27601 \begin_inset CommandInset label
27602 LatexCommand label
27603 name "sec:Multiline-Formulas"
27604
27605 \end_inset
27606
27607
27608 \begin_inset Index idx
27609 status collapsed
27610
27611 \begin_layout Plain Layout
27612 Formula ! multiline
27613 \end_layout
27614
27615 \end_inset
27616
27617
27618 \end_layout
27619
27620 \begin_layout Subsection
27621 General
27622 \end_layout
27623
27624 \begin_layout Standard
27625 In \SpecialChar LyX
27626  multiline formulas are created by pressing 
27627 \begin_inset Info
27628 type  "shortcut"
27629 arg   "newline-insert newline"
27630 \end_inset
27631
27632  inside a formula.
27633  This creates either an 
27634 \series bold
27635 align environment
27636 \series default
27637  that is described in 
27638 \begin_inset CommandInset ref
27639 LatexCommand ref
27640 reference "subsec:Standard-align-Environment"
27641
27642 \end_inset
27643
27644  or, when automatically loading the package
27645 \family sans
27646  AMS math
27647 \family default
27648  is disabled in the document settings, an 
27649 \series bold
27650 eqnarray environment
27651 \series default
27652  that is described in 
27653 \begin_inset CommandInset ref
27654 LatexCommand ref
27655 reference "subsec:Eqnarray-Environment"
27656
27657 \end_inset
27658
27659 .
27660  The align environment is recommended because it provides in any case a
27661  typographically correct output.
27662 \end_layout
27663
27664 \begin_layout Standard
27665 There are other multiline formula environments that can be created via the
27666  menu 
27667 \family sans
27668 Insert\SpecialChar menuseparator
27669 Math
27670 \family default
27671 .
27672  These environments are described in the following sections.
27673 \end_layout
27674
27675 \begin_layout Standard
27676 In all multiline formula environments a new line is created by pressing
27677  
27678 \begin_inset Info
27679 type  "shortcut"
27680 arg   "newline-insert newline"
27681 \end_inset
27682
27683 .
27684  To add or delete lines, the math toolbar buttons 
27685 \begin_inset Info
27686 type  "icon"
27687 arg   "tabular-feature append-row"
27688 \end_inset
27689
27690  or 
27691 \begin_inset Info
27692 type  "icon"
27693 arg   "tabular-feature delete-row"
27694 \end_inset
27695
27696 , respectively, or the menu 
27697 \family sans
27698 Edit\SpecialChar menuseparator
27699 Rows & Columns
27700 \family default
27701  can be used.
27702 \end_layout
27703
27704 \begin_layout Subsubsection
27705 Line Separation
27706 \begin_inset CommandInset label
27707 LatexCommand label
27708 name "subsec:Line-Separation"
27709
27710 \end_inset
27711
27712
27713 \begin_inset Index idx
27714 status collapsed
27715
27716 \begin_layout Plain Layout
27717 Formula ! multiline ! Line separation
27718 \end_layout
27719
27720 \end_inset
27721
27722
27723 \end_layout
27724
27725 \begin_layout Standard
27726 There is sometimes not enough space in multiline formulas between the lines:
27727 \begin_inset Formula 
27728 \begin{eqnarray*}
27729 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}\\
27730 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
27731 \end{eqnarray*}
27732
27733 \end_inset
27734
27735
27736 \end_layout
27737
27738 \begin_layout Standard
27739 In \SpecialChar LaTeX
27740  additional line space is specified as optional argument of the new line
27741  command.
27742  This is not yet possible in \SpecialChar LyX
27743
27744 \begin_inset Foot
27745 status collapsed
27746
27747 \begin_layout Plain Layout
27748 see 
27749 \begin_inset CommandInset href
27750 LatexCommand href
27751 name "LyX-bug #1505"
27752 target "http://www.lyx.org/trac/ticket/1505"
27753 literal "false"
27754
27755 \end_inset
27756
27757
27758 \end_layout
27759
27760 \end_inset
27761
27762 , therefore the whole formula must be inserted in \SpecialChar TeX
27763  mode.
27764  To add in our example space, the command 
27765 \series bold
27766
27767 \backslash
27768
27769 \backslash
27770 [3mm]
27771 \series default
27772  is inserted at the end of the first line.
27773  One gets: 
27774 \begin_inset ERT
27775 status collapsed
27776
27777 \begin_layout Plain Layout
27778
27779
27780 \backslash
27781 begin{eqnarray*}
27782 \end_layout
27783
27784 \begin_layout Plain Layout
27785
27786 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27787  = & 
27788 \backslash
27789 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27790 \backslash
27791
27792 \backslash
27793 [3mm]
27794 \end_layout
27795
27796 \begin_layout Plain Layout
27797
27798 4x^{2}
27799 \backslash
27800 left(B^{2}+x_{0}^{2}
27801 \backslash
27802 right)+4x_{0}x
27803 \backslash
27804 left(D-B^{2}
27805 \backslash
27806 right)+B^{2}
27807 \backslash
27808 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27809 \backslash
27810 right) & = & 0
27811 \end_layout
27812
27813 \begin_layout Plain Layout
27814
27815
27816 \backslash
27817 end{eqnarray*}
27818 \end_layout
27819
27820 \end_inset
27821
27822
27823 \end_layout
27824
27825 \begin_layout Standard
27826 \begin_inset VSpace bigskip
27827 \end_inset
27828
27829 To set the line separation for all lines in a formula, the length 
27830 \series bold
27831
27832 \backslash
27833 jot
27834 \series default
27835
27836 \begin_inset Index idx
27837 status collapsed
27838
27839 \begin_layout Plain Layout
27840 Commands ! J ! 
27841 \backslash
27842 jot
27843 \end_layout
27844
27845 \end_inset
27846
27847  is changed.
27848  The definition is: 
27849 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
27850 \end_inset
27851
27852 .
27853  Predefined for 
27854 \series bold
27855
27856 \backslash
27857 jot
27858 \series default
27859  is the value 3
27860 \begin_inset space \thinspace{}
27861 \end_inset
27862
27863 pt.
27864  To create 3
27865 \begin_inset space \thinspace{}
27866 \end_inset
27867
27868 mm additional line separation as in the previous example, the command
27869 \end_layout
27870
27871 \begin_layout Standard
27872
27873 \series bold
27874
27875 \backslash
27876 setlength{
27877 \backslash
27878 jot}{3mm+3pt}
27879 \end_layout
27880
27881 \begin_layout Standard
27882 is inserted in \SpecialChar TeX
27883  mode before the formula.
27884  This requires that the \SpecialChar LaTeX
27885 -package 
27886 \series bold
27887 calc
27888 \series default
27889
27890 \begin_inset Foot
27891 status collapsed
27892
27893 \begin_layout Plain Layout
27894
27895 \series bold
27896 calc
27897 \series default
27898  is part of every \SpecialChar LaTeX
27899  standard installation.
27900 \end_layout
27901
27902 \end_inset
27903
27904
27905 \begin_inset Index idx
27906 status collapsed
27907
27908 \begin_layout Plain Layout
27909 Packages ! calc
27910 \end_layout
27911
27912 \end_inset
27913
27914  was loaded in \SpecialChar LaTeX
27915 -preamble with the line
27916 \end_layout
27917
27918 \begin_layout Standard
27919
27920 \series bold
27921
27922 \backslash
27923 usepackage{calc}
27924 \end_layout
27925
27926 \begin_layout Standard
27927 One gets: 
27928 \begin_inset ERT
27929 status collapsed
27930
27931 \begin_layout Plain Layout
27932
27933
27934 \backslash
27935 setlength{
27936 \backslash
27937 jot}{3mm+3pt}
27938 \end_layout
27939
27940 \end_inset
27941
27942
27943 \begin_inset Formula 
27944 \begin{eqnarray*}
27945 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}\\
27946 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
27947 \end{eqnarray*}
27948
27949 \end_inset
27950
27951
27952 \end_layout
27953
27954 \begin_layout Standard
27955 \begin_inset ERT
27956 status collapsed
27957
27958 \begin_layout Plain Layout
27959
27960
27961 \backslash
27962 setlength{
27963 \backslash
27964 jot}{3pt}
27965 \end_layout
27966
27967 \end_inset
27968
27969  To get back to the predefined distance, 
27970 \series bold
27971
27972 \backslash
27973 jot
27974 \series default
27975  is set to the value 3
27976 \begin_inset space \thinspace{}
27977 \end_inset
27978
27979 pt.
27980 \end_layout
27981
27982 \begin_layout Subsubsection
27983 Column Separation
27984 \begin_inset CommandInset label
27985 LatexCommand label
27986 name "subsec:Column-Separation"
27987
27988 \end_inset
27989
27990
27991 \begin_inset Index idx
27992 status collapsed
27993
27994 \begin_layout Plain Layout
27995 Formula ! multiline ! Column separation
27996 \end_layout
27997
27998 \end_inset
27999
28000
28001 \end_layout
28002
28003 \begin_layout Standard
28004 Multiline formulas form a matrix.
28005  A formula in the eqnarray environment is for example a matrix with three
28006  columns.
28007  By changing the column separation in this environment, the space beside
28008  the relation sign can be changed.
28009 \end_layout
28010
28011 \begin_layout Standard
28012 The column separation is specified with the length 
28013 \series bold
28014
28015 \backslash
28016 arraycolsep
28017 \series default
28018
28019 \begin_inset Index idx
28020 status collapsed
28021
28022 \begin_layout Plain Layout
28023 Commands ! A ! 
28024 \backslash
28025 arraycolsep
28026 \end_layout
28027
28028 \end_inset
28029
28030  according to:
28031 \begin_inset Newline newline
28032 \end_inset
28033
28034 column separation = 2
28035 \begin_inset space \thinspace{}
28036 \end_inset
28037
28038
28039 \series bold
28040
28041 \backslash
28042 arraycolsep
28043 \series default
28044
28045 \begin_inset Newline newline
28046 \end_inset
28047
28048 Thus, the command
28049 \end_layout
28050
28051 \begin_layout Standard
28052
28053 \series bold
28054
28055 \backslash
28056 setlength{
28057 \backslash
28058 arraycolsep}{1cm}
28059 \end_layout
28060
28061 \begin_layout Standard
28062 inserted in \SpecialChar TeX
28063  mode, sets for all following formulas a column separation of
28064  2
28065 \begin_inset space \thinspace{}
28066 \end_inset
28067
28068 cm.
28069  To get back to the predefined distance, 
28070 \series bold
28071
28072 \backslash
28073 arraycolsep
28074 \series default
28075  is set to 5
28076 \begin_inset space \thinspace{}
28077 \end_inset
28078
28079 pt.
28080 \end_layout
28081
28082 \begin_layout Standard
28083 A formula with 2
28084 \begin_inset space \thinspace{}
28085 \end_inset
28086
28087 cm column separation:
28088 \begin_inset ERT
28089 status collapsed
28090
28091 \begin_layout Plain Layout
28092
28093
28094 \backslash
28095 setlength{
28096 \backslash
28097 arraycolsep}{1cm}
28098 \end_layout
28099
28100 \end_inset
28101
28102
28103 \begin_inset Formula 
28104 \begin{eqnarray*}
28105 A & = & B\\
28106 C & \ne & A
28107 \end{eqnarray*}
28108
28109 \end_inset
28110
28111 A formula with the predefined column separation for matrices of 10
28112 \begin_inset space \thinspace{}
28113 \end_inset
28114
28115 pt:
28116 \begin_inset ERT
28117 status collapsed
28118
28119 \begin_layout Plain Layout
28120
28121
28122 \backslash
28123 setlength{
28124 \backslash
28125 arraycolsep}{5pt}
28126 \end_layout
28127
28128 \end_inset
28129
28130
28131 \begin_inset Formula 
28132 \begin{eqnarray*}
28133 A & = & B\\
28134 C & \ne & A
28135 \end{eqnarray*}
28136
28137 \end_inset
28138
28139
28140 \end_layout
28141
28142 \begin_layout Standard
28143 \begin_inset Newpage newpage
28144 \end_inset
28145
28146
28147 \end_layout
28148
28149 \begin_layout Subsubsection
28150 Long Formulas
28151 \begin_inset Index idx
28152 status collapsed
28153
28154 \begin_layout Plain Layout
28155 Formula ! long
28156 \end_layout
28157
28158 \end_inset
28159
28160
28161 \end_layout
28162
28163 \begin_layout Standard
28164 Long formulas can be typeset using these methods:
28165 \end_layout
28166
28167 \begin_layout Itemize
28168 When one side of the equation is much shorter than the line width, this
28169  one is chosen for the left side and the right side is typeset over two
28170  lines:
28171 \begin_inset Formula 
28172 \begin{eqnarray}
28173 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 \\
28174  &  & -\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}
28175 \end{eqnarray}
28176
28177 \end_inset
28178
28179 The minus sign at the beginning of the second line does normally not appear
28180  as an operator because it is the first character of the line.
28181  Thus it would not be surrounded by space and could not be distinguished
28182  from the fraction bar.
28183  To avoid this, 3
28184 \begin_inset space \thinspace{}
28185 \end_inset
28186
28187 pt space was inserted behind the minus sign with the command 
28188 \series bold
28189
28190 \backslash
28191 hspace
28192 \series default
28193 .
28194 \begin_inset Foot
28195 status collapsed
28196
28197 \begin_layout Plain Layout
28198 for more about 
28199 \series bold
28200
28201 \backslash
28202 hspace
28203 \series default
28204  see 
28205 \begin_inset CommandInset ref
28206 LatexCommand ref
28207 reference "subsec:Variable-Space"
28208
28209 \end_inset
28210
28211
28212 \end_layout
28213
28214 \end_inset
28215
28216
28217 \begin_inset Index idx
28218 status collapsed
28219
28220 \begin_layout Plain Layout
28221 Commands ! H ! 
28222 \backslash
28223 hspace
28224 \end_layout
28225
28226 \end_inset
28227
28228
28229 \end_layout
28230
28231 \begin_layout Itemize
28232 When both sides of the equation are too long, the command 
28233 \series bold
28234
28235 \backslash
28236 lefteqn
28237 \series default
28238
28239 \begin_inset Index idx
28240 status collapsed
28241
28242 \begin_layout Plain Layout
28243 Commands ! L ! 
28244 \backslash
28245 lefteqn
28246 \end_layout
28247
28248 \end_inset
28249
28250  is used.
28251  It is inserted in the first column of the first line and causes all further
28252  insertions to overwrite the following columns:
28253 \begin_inset Formula 
28254 \begin{eqnarray}
28255 \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 \\
28256  &  & -\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 \\
28257  &  & =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}
28258 \end{eqnarray}
28259
28260 \end_inset
28261
28262 After the insertion of 
28263 \series bold
28264
28265 \backslash
28266 lefteqn
28267 \series default
28268 , the cursor is in a purple box that is a bit shifted to the left from the
28269  blue one.
28270  In this the formula is inserted.
28271 \begin_inset Newline newline
28272 \end_inset
28273
28274 The content of the further lines is inserted to the second or another formula
28275  column.
28276  The greater the column number where it was inserted, the larger the indentation.
28277 \begin_inset VSpace medskip
28278 \end_inset
28279
28280
28281 \begin_inset Newline newline
28282 \end_inset
28283
28284
28285 \begin_inset Note Greyedout
28286 status open
28287
28288 \begin_layout Plain Layout
28289 Note the following when using 
28290 \series bold
28291
28292 \backslash
28293 lefteqn
28294 \series default
28295 :
28296 \end_layout
28297
28298 \begin_layout Itemize
28299 The formula doesn't use the full page width.
28300  When e.
28301 \begin_inset space \thinspace{}
28302 \end_inset
28303
28304 g.
28305 \begin_inset space \space{}
28306 \end_inset
28307
28308 the term 
28309 \begin_inset Formula $-B^{2}$
28310 \end_inset
28311
28312  is added to the first line in the above example, it would have been outside
28313  the page margin.
28314  To better use the width, negative space can be inserted at the beginning
28315  of the first line.
28316 \end_layout
28317
28318 \begin_layout Itemize
28319 Due to a bug in \SpecialChar LyX
28320  the cursor cannot be set with the mouse into the first
28321  line.
28322 \begin_inset Foot
28323 status collapsed
28324
28325 \begin_layout Plain Layout
28326 \begin_inset CommandInset href
28327 LatexCommand href
28328 name "LyX-bug #1429"
28329 target "http://www.lyx.org/trac/ticket/1429"
28330 literal "false"
28331
28332 \end_inset
28333
28334
28335 \end_layout
28336
28337 \end_inset
28338
28339  One can only set the cursor at the beginning of the line and move it with
28340  the arrow keys.
28341 \end_layout
28342
28343 \end_inset
28344
28345
28346 \end_layout
28347
28348 \begin_layout Itemize
28349 Other methods to set long formulas are offered by the environments described
28350  in 
28351 \begin_inset CommandInset ref
28352 LatexCommand ref
28353 reference "subsec:Multline-Environment"
28354
28355 \end_inset
28356
28357  and 
28358 \begin_inset CommandInset ref
28359 LatexCommand ref
28360 reference "subsec:Multiline-Formula-Parts"
28361
28362 \end_inset
28363
28364 .
28365 \end_layout
28366
28367 \begin_layout Subsubsection
28368 Multiline Fractions
28369 \begin_inset CommandInset label
28370 LatexCommand label
28371 name "subsec:Multiline-Fractions"
28372
28373 \end_inset
28374
28375
28376 \begin_inset Index idx
28377 status collapsed
28378
28379 \begin_layout Plain Layout
28380 Fractions ! multiline
28381 \end_layout
28382
28383 \end_inset
28384
28385
28386 \end_layout
28387
28388 \begin_layout Standard
28389 There are cases where the denominator and/or the numerator of a fraction
28390  is so long that the fraction does not fit into one line.
28391  It is then necessary to add a line break within the fraction.
28392  This can be done using the command 
28393 \series bold
28394
28395 \backslash
28396 splitfrac
28397 \series default
28398
28399 \begin_inset Index idx
28400 status collapsed
28401
28402 \begin_layout Plain Layout
28403 Commands ! S ! 
28404 \backslash
28405 splitfrac
28406 \end_layout
28407
28408 \end_inset
28409
28410 .
28411  To activate it, set in the document settings under 
28412 \family sans
28413 Math
28414 \begin_inset space ~
28415 \end_inset
28416
28417 Options
28418 \family default
28419  for the package 
28420 \series bold
28421 mathtools
28422 \series default
28423
28424 \begin_inset Index idx
28425 status collapsed
28426
28427 \begin_layout Plain Layout
28428 Packages ! mathtools
28429 \end_layout
28430
28431 \end_inset
28432
28433  the option 
28434 \family sans
28435 Load
28436 \begin_inset space ~
28437 \end_inset
28438
28439 always
28440 \family default
28441 .
28442  
28443 \series bold
28444
28445 \backslash
28446 splitfrac
28447 \series default
28448  has the scheme
28449 \end_layout
28450
28451 \begin_layout Standard
28452
28453 \series bold
28454
28455 \backslash
28456 splitfrac{first line}{second line}
28457 \end_layout
28458
28459 \begin_layout Standard
28460 and is used as denominator and/or numerator:
28461 \end_layout
28462
28463 \begin_layout Standard
28464 \begin_inset Formula 
28465 \[
28466 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}
28467 \]
28468
28469 \end_inset
28470
28471 The command for the first numerator above is:
28472 \end_layout
28473
28474 \begin_layout Standard
28475
28476 \series bold
28477
28478 \backslash
28479 splitfrac{xy+xy+xy+xy+xy
28480 \begin_inset space \textvisiblespace{}
28481 \end_inset
28482
28483
28484 \backslash
28485 {+wy+wy+wy+wy
28486 \end_layout
28487
28488 \begin_layout Subsubsection
28489 Multiline Brackets
28490 \begin_inset CommandInset label
28491 LatexCommand label
28492 name "subsec:Multiline-Brackets"
28493
28494 \end_inset
28495
28496
28497 \begin_inset Index idx
28498 status collapsed
28499
28500 \begin_layout Plain Layout
28501 Brackets ! for multiline expressions
28502 \end_layout
28503
28504 \end_inset
28505
28506
28507 \end_layout
28508
28509 \begin_layout Standard
28510 For brackets spanning multiple lines the following problem occurs:
28511 \begin_inset Formula 
28512 \begin{eqnarray*}
28513 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28514  &  & \left.\cdots+B-D\right]
28515 \end{eqnarray*}
28516
28517 \end_inset
28518
28519
28520 \end_layout
28521
28522 \begin_layout Standard
28523 The closing bracket is smaller than the opening bracket because brackets
28524  with variable size may not span multiple lines.
28525 \end_layout
28526
28527 \begin_layout Standard
28528 To set the bracket size for the second line correctly, the first line is
28529  ended with 
28530 \series bold
28531
28532 \backslash
28533 right.
28534 \series default
28535
28536 \begin_inset Index idx
28537 status collapsed
28538
28539 \begin_layout Plain Layout
28540 Commands ! R ! 
28541 \backslash
28542 right
28543 \end_layout
28544
28545 \end_inset
28546
28547  and the second line with 
28548 \series bold
28549
28550 \backslash
28551 left.
28552 \begin_inset Foot
28553 status collapsed
28554
28555 \begin_layout Plain Layout
28556 for more about 
28557 \series bold
28558
28559 \backslash
28560 left
28561 \series default
28562  and 
28563 \series bold
28564
28565 \backslash
28566 right
28567 \series default
28568  see 
28569 \begin_inset CommandInset ref
28570 LatexCommand ref
28571 reference "subsec:Automatic-Bracket-Size"
28572
28573 \end_inset
28574
28575
28576 \end_layout
28577
28578 \end_inset
28579
28580
28581 \series default
28582
28583 \begin_inset Index idx
28584 status collapsed
28585
28586 \begin_layout Plain Layout
28587 Commands ! L ! 
28588 \backslash
28589 left
28590 \end_layout
28591
28592 \end_inset
28593
28594 .
28595  After 
28596 \series bold
28597
28598 \backslash
28599 left.
28600
28601 \series default
28602  the command 
28603 \series bold
28604
28605 \backslash
28606 vphantom
28607 \series default
28608
28609 \begin_inset space \textvisiblespace{}
28610 \end_inset
28611
28612
28613 \series bold
28614
28615 \backslash
28616 prod
28617 \series default
28618 ^
28619 \begin_inset space \textvisiblespace{}
28620 \end_inset
28621
28622
28623 \series bold
28624
28625 \backslash
28626 infty
28627 \series default
28628
28629 \begin_inset space \textvisiblespace{}
28630 \end_inset
28631
28632
28633 \series bold
28634
28635 \begin_inset Formula $\downarrow$
28636 \end_inset
28637
28638 _R=1}
28639 \series default
28640
28641 \begin_inset Index idx
28642 status collapsed
28643
28644 \begin_layout Plain Layout
28645 Commands ! V ! 
28646 \backslash
28647 vphantom
28648 \end_layout
28649
28650 \end_inset
28651
28652  is inserted, because the multiplication operator with its limits is the
28653  largest symbol in the first line and this should be the size for the bracket
28654  in the second line.
28655 \end_layout
28656
28657 \begin_layout Standard
28658 The result is this:
28659 \begin_inset Formula 
28660 \begin{eqnarray*}
28661 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28662  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28663 \end{eqnarray*}
28664
28665 \end_inset
28666
28667
28668 \end_layout
28669
28670 \begin_layout Subsection
28671 Align Environments
28672 \end_layout
28673
28674 \begin_layout Standard
28675 Align environments can be used for every kind of multiline formulas.
28676  They are especially useful to set several formulas side by side.
28677 \end_layout
28678
28679 \begin_layout Standard
28680 Align environments consist of columns.
28681  The odd columns are right aligned, the even ones left aligned.
28682  Every line in an Align environment can be numbered.
28683 \end_layout
28684
28685 \begin_layout Standard
28686 Align environments are created via the menu 
28687 \family sans
28688 Insert\SpecialChar menuseparator
28689 Math
28690 \family default
28691 .
28692  With the menu 
28693 \family sans
28694 Edit\SpecialChar menuseparator
28695 Math\SpecialChar menuseparator
28696 Change Formula Type
28697 \family default
28698  already existing formulas can be converted to Align environments.
28699 \end_layout
28700
28701 \begin_layout Standard
28702 To add or delete columns, the math toolbar buttons 
28703 \begin_inset Info
28704 type  "icon"
28705 arg   "tabular-feature append-column"
28706 \end_inset
28707
28708  or 
28709 \begin_inset Info
28710 type  "icon"
28711 arg   "tabular-feature delete-column"
28712 \end_inset
28713
28714 , respectively, or the menu 
28715 \family sans
28716 Edit\SpecialChar menuseparator
28717 Rows & Columns
28718 \family default
28719  can be used.
28720 \end_layout
28721
28722 \begin_layout Subsubsection
28723 Standard align Environment
28724 \begin_inset CommandInset label
28725 LatexCommand label
28726 name "subsec:Standard-align-Environment"
28727
28728 \end_inset
28729
28730
28731 \begin_inset Index idx
28732 status collapsed
28733
28734 \begin_layout Plain Layout
28735 Formula ! multiline ! align environment
28736 \end_layout
28737
28738 \end_inset
28739
28740
28741 \end_layout
28742
28743 \begin_layout Standard
28744 This Align environment is created by pressing 
28745 \begin_inset Info
28746 type  "shortcut"
28747 arg   "newline-insert newline"
28748 \end_inset
28749
28750  in a formula or by the menu 
28751 \family sans
28752 Insert\SpecialChar menuseparator
28753 Math\SpecialChar menuseparator
28754 AMS align Environment
28755 \family default
28756 .
28757 \end_layout
28758
28759 \begin_layout Standard
28760 An example for two formulas set side by side, that are created with a four
28761  column align environment:
28762 \begin_inset Formula 
28763 \begin{align*}
28764 A & =\sin(B) & C & =D\\
28765 C & \ne A & B & \ne D
28766 \end{align*}
28767
28768 \end_inset
28769
28770 As it can be seen, the formulas in this environment are placed so as if
28771  there would be a 
28772 \series bold
28773
28774 \backslash
28775 hfill
28776 \begin_inset Foot
28777 status collapsed
28778
28779 \begin_layout Plain Layout
28780 more about 
28781 \series bold
28782
28783 \backslash
28784 hfill
28785 \series default
28786  see 
28787 \begin_inset CommandInset ref
28788 LatexCommand ref
28789 reference "subsec:Variable-Space"
28790
28791 \end_inset
28792
28793
28794 \end_layout
28795
28796 \end_inset
28797
28798
28799 \series default
28800  before the first and after every even column.
28801  When the formula style 
28802 \series bold
28803 Indented
28804 \begin_inset Foot
28805 status collapsed
28806
28807 \begin_layout Plain Layout
28808 formula styles see 
28809 \begin_inset CommandInset ref
28810 LatexCommand ref
28811 reference "sec:Formula-Styles"
28812
28813 \end_inset
28814
28815
28816 \end_layout
28817
28818 \end_inset
28819
28820
28821 \series default
28822  is used, the formula is set without the 
28823 \series bold
28824
28825 \backslash
28826 hfill
28827 \series default
28828  before the first column.
28829 \end_layout
28830
28831 \begin_layout Subsubsection
28832 Alignat Environment
28833 \begin_inset Index idx
28834 status collapsed
28835
28836 \begin_layout Plain Layout
28837 Formula ! multiline ! alignat environment
28838 \end_layout
28839
28840 \end_inset
28841
28842
28843 \end_layout
28844
28845 \begin_layout Standard
28846 The alignat environment has no predefined column separation.
28847  It can be inserted manually with the spaces that are described 
28848 \begin_inset CommandInset ref
28849 LatexCommand ref
28850 reference "subsec:Space"
28851
28852 \end_inset
28853
28854 .
28855 \end_layout
28856
28857 \begin_layout Standard
28858 The above example in the alignat environment where 1
28859 \begin_inset space \thinspace{}
28860 \end_inset
28861
28862 cm space was inserted at the beginning of the second formula:
28863 \begin_inset Formula 
28864 \begin{alignat*}{2}
28865 A & =\sin(B) & \hspace{1cm}C & =D\\
28866 C & \ne A & B & \ne D
28867 \end{alignat*}
28868
28869 \end_inset
28870
28871 Because the column separation can be set separately for every column, this
28872  environment is especially suitable to set three and more formulas side
28873  by side.
28874 \end_layout
28875
28876 \begin_layout Subsubsection
28877 Flalign Environment
28878 \begin_inset CommandInset label
28879 LatexCommand label
28880 name "subsec:Flalign-Environment"
28881
28882 \end_inset
28883
28884
28885 \begin_inset Index idx
28886 status collapsed
28887
28888 \begin_layout Plain Layout
28889 Formula ! multiline ! flalign environment
28890 \end_layout
28891
28892 \end_inset
28893
28894
28895 \end_layout
28896
28897 \begin_layout Standard
28898 In this environment the first two columns are always set as much as possible
28899  to the left and the last two ones to the right.
28900  An example:
28901 \begin_inset Formula 
28902 \begin{flalign*}
28903 A & =1 & B & =2 & C & =3\\
28904 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28905 \end{flalign*}
28906
28907 \end_inset
28908
28909
28910 \end_layout
28911
28912 \begin_layout Standard
28913 By creating a flalign environment with an odd number of columns where an
28914  empty \SpecialChar TeX
28915  brace is inserted to the last column, several formulas in a document
28916  can be set to the left, although the formula style 
28917 \series bold
28918 Centered
28919 \series default
28920  is used.
28921  As example the indented formula 
28922 \begin_inset CommandInset ref
28923 LatexCommand eqref
28924 reference "eq:VolInt"
28925
28926 \end_inset
28927
28928 :
28929 \begin_inset Formula 
28930 \begin{flalign}
28931 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28932 \end{flalign}
28933
28934 \end_inset
28935
28936 The first two columns contain the formula.
28937  To indent it as with the formula style 
28938 \series bold
28939 Indented
28940 \series default
28941 , 30
28942 \begin_inset space \thinspace{}
28943 \end_inset
28944
28945 pt space was inserted at the beginning of the first column.
28946 \end_layout
28947
28948 \begin_layout Subsection
28949 Eqnarray Environment
28950 \begin_inset CommandInset label
28951 LatexCommand label
28952 name "subsec:Eqnarray-Environment"
28953
28954 \end_inset
28955
28956
28957 \begin_inset Index idx
28958 status collapsed
28959
28960 \begin_layout Plain Layout
28961 Formula ! multiline ! eqnarray environment
28962 \end_layout
28963
28964 \end_inset
28965
28966
28967 \end_layout
28968
28969 \begin_layout Standard
28970 When this environment has been created, three blue boxes appear.
28971  The content of the first box is right aligned, the content of the last
28972  one left aligned.
28973  The content of the middle box appears centered and a bit smaller, because
28974  it is designed to insert there only relation characters.
28975 \begin_inset Formula 
28976 \begin{eqnarray*}
28977 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28978 AB & AB & AB\\
28979 A & = & A
28980 \end{eqnarray*}
28981
28982 \end_inset
28983
28984
28985 \end_layout
28986
28987 \begin_layout Subsection
28988 Gather Environment
28989 \begin_inset Index idx
28990 status collapsed
28991
28992 \begin_layout Plain Layout
28993 Formula ! multiline ! gather environment
28994 \end_layout
28995
28996 \end_inset
28997
28998
28999 \end_layout
29000
29001 \begin_layout Standard
29002 This environment consists of only one centered column.
29003  Every line can be numbered.
29004 \begin_inset Formula 
29005 \begin{gather}
29006 A=1\\
29007 X=\textrm{-}1
29008 \end{gather}
29009
29010 \end_inset
29011
29012
29013 \end_layout
29014
29015 \begin_layout Subsection
29016 Multline Environment
29017 \begin_inset CommandInset label
29018 LatexCommand label
29019 name "subsec:Multline-Environment"
29020
29021 \end_inset
29022
29023
29024 \begin_inset Index idx
29025 status collapsed
29026
29027 \begin_layout Plain Layout
29028 Formula ! multiline ! multline environment
29029 \end_layout
29030
29031 \end_inset
29032
29033
29034 \end_layout
29035
29036 \begin_layout Standard
29037 The multline environment consists, like the gather environment, of only
29038  one column.
29039  But the first line is left aligned, the last one right aligned.
29040  All other lines are centered.
29041  Therefore this environment is suitable for long formulas.
29042  As example formula 
29043 \begin_inset CommandInset ref
29044 LatexCommand eqref
29045 reference "eq:lefteqn"
29046
29047 \end_inset
29048
29049  in the multline environment:
29050 \begin_inset Formula 
29051 \begin{multline}
29052 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}\\
29053 -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}\\
29054 =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}}
29055 \end{multline}
29056
29057 \end_inset
29058
29059
29060 \end_layout
29061
29062 \begin_layout Standard
29063 In the output only the last (first) line of a multline environment appears
29064  numbered when the document numbering is right (left).
29065 \begin_inset Foot
29066 status collapsed
29067
29068 \begin_layout Plain Layout
29069 numbering styles see 
29070 \begin_inset CommandInset ref
29071 LatexCommand ref
29072 reference "sec:Formula-Styles"
29073
29074 \end_inset
29075
29076
29077 \end_layout
29078
29079 \end_inset
29080
29081
29082 \end_layout
29083
29084 \begin_layout Standard
29085 With the commands 
29086 \series bold
29087
29088 \backslash
29089 shoveright
29090 \series default
29091
29092 \begin_inset Index idx
29093 status collapsed
29094
29095 \begin_layout Plain Layout
29096 Commands ! S ! 
29097 \backslash
29098 shoveright
29099 \end_layout
29100
29101 \end_inset
29102
29103  and 
29104 \series bold
29105
29106 \backslash
29107 shoveleft
29108 \series default
29109
29110 \begin_inset Index idx
29111 status collapsed
29112
29113 \begin_layout Plain Layout
29114 Commands ! S ! 
29115 \backslash
29116 shoveleft
29117 \end_layout
29118
29119 \end_inset
29120
29121  a centered line can be right or left aligned, respectively.
29122  The commands are used as follows:
29123 \end_layout
29124
29125 \begin_layout Standard
29126
29127 \series bold
29128
29129 \backslash
29130 shoveright{line content}
29131 \series default
29132  and 
29133 \series bold
29134
29135 \backslash
29136 shoveleft{line content}
29137 \end_layout
29138
29139 \begin_layout Standard
29140 \begin_inset VSpace medskip
29141 \end_inset
29142
29143 The length 
29144 \series bold
29145
29146 \backslash
29147 multlinegap
29148 \series default
29149
29150 \begin_inset Index idx
29151 status collapsed
29152
29153 \begin_layout Plain Layout
29154 Commands ! M ! 
29155 \backslash
29156 multlinegap
29157 \end_layout
29158
29159 \end_inset
29160
29161  specifies the distance of the first line from the left page margin.
29162  Predefined is the length 0
29163 \begin_inset space \thinspace{}
29164 \end_inset
29165
29166 pt.
29167 \end_layout
29168
29169 \begin_layout Standard
29170 As example the above formula where the command
29171 \end_layout
29172
29173 \begin_layout Standard
29174
29175 \series bold
29176
29177 \backslash
29178 setlength{
29179 \backslash
29180 multlinegap}{2cm}
29181 \end_layout
29182
29183 \begin_layout Standard
29184 was inserted in \SpecialChar TeX
29185  mode before:
29186 \begin_inset ERT
29187 status collapsed
29188
29189 \begin_layout Plain Layout
29190
29191
29192 \backslash
29193 setlength{
29194 \backslash
29195 multlinegap}{2cm}
29196 \end_layout
29197
29198 \end_inset
29199
29200
29201 \begin_inset Formula 
29202 \begin{multline}
29203 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}\\
29204 \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}}\\
29205 =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}}
29206 \end{multline}
29207
29208 \end_inset
29209
29210
29211 \begin_inset ERT
29212 status collapsed
29213
29214 \begin_layout Plain Layout
29215
29216
29217 \backslash
29218 setlength{
29219 \backslash
29220 multlinegap}{0pt}
29221 \end_layout
29222
29223 \end_inset
29224
29225 The second line was left aligned using 
29226 \series bold
29227
29228 \backslash
29229 shoveleft
29230 \series default
29231 .
29232 \end_layout
29233
29234 \begin_layout Subsection
29235 Multiline Formula Parts
29236 \begin_inset CommandInset label
29237 LatexCommand label
29238 name "subsec:Multiline-Formula-Parts"
29239
29240 \end_inset
29241
29242
29243 \begin_inset Index idx
29244 status collapsed
29245
29246 \begin_layout Plain Layout
29247 Formula ! multiline ! formula parts
29248 \end_layout
29249
29250 \end_inset
29251
29252
29253 \end_layout
29254
29255 \begin_layout Standard
29256 To display only parts of a formula with multiple lines, one of the following
29257  environments is used: 
29258 \series bold
29259 aligned
29260 \series default
29261
29262 \series bold
29263 alignedat
29264 \series default
29265
29266 \series bold
29267 gathered
29268 \series default
29269  or 
29270 \series bold
29271 split
29272 \series default
29273 .
29274  They can be inserted via the menu 
29275 \family sans
29276 Insert\SpecialChar menuseparator
29277 Math
29278 \family default
29279  or by using the commands described in this section.
29280 \end_layout
29281
29282 \begin_layout Standard
29283 The first three have the same properties as the corresponding multiline
29284  formula environments, but it is possible to set further formula parts beside
29285  them.
29286  An example:
29287 \begin_inset Formula 
29288 \[
29289 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29290 \Delta E\Delta t & \ge\frac{\hbar}{2}
29291 \end{aligned}
29292 \right\} \textrm{Uncertainty relations}
29293 \]
29294
29295 \end_inset
29296
29297
29298 \end_layout
29299
29300 \begin_layout Standard
29301 To get this formula, a displayed formula is created where the command 
29302 \series bold
29303
29304 \backslash
29305 aligned
29306 \series default
29307
29308 \begin_inset Index idx
29309 status collapsed
29310
29311 \begin_layout Plain Layout
29312 Commands ! A ! 
29313 \backslash
29314 aligned
29315 \end_layout
29316
29317 \end_inset
29318
29319  is inserted.
29320  A purple box appears around the blue formula box where now columns and
29321  lines can be added.
29322  Outside the multiline environment other formula parts can be set, like
29323  the brace.
29324 \end_layout
29325
29326 \begin_layout Standard
29327 The aligned environment is also suitable for long formulas whose lines are
29328  horizontally aligned.
29329  Using aligned in a displayed formula has the advantage that the formula
29330  number is vertically centered behind the lines.
29331  As example formula 
29332 \begin_inset CommandInset ref
29333 LatexCommand eqref
29334 reference "eq:shortlong"
29335
29336 \end_inset
29337
29338  in the aligned environment:
29339 \begin_inset Formula 
29340 \begin{equation}
29341 \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}|}\\
29342  & -\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}|}
29343 \end{aligned}
29344 \end{equation}
29345
29346 \end_inset
29347
29348
29349 \end_layout
29350
29351 \begin_layout Standard
29352 To use the environments 
29353 \series bold
29354 alignedat
29355 \series default
29356
29357 \series bold
29358 gathered
29359 \series default
29360 , or 
29361 \series bold
29362 split
29363 \series default
29364 , the command 
29365 \series bold
29366
29367 \backslash
29368 alignedat
29369 \series default
29370 ,
29371 \begin_inset Index idx
29372 status collapsed
29373
29374 \begin_layout Plain Layout
29375 Commands ! A ! 
29376 \backslash
29377 alignedat
29378 \end_layout
29379
29380 \end_inset
29381
29382  
29383 \series bold
29384
29385 \backslash
29386 gathered
29387 \series default
29388
29389 \begin_inset Index idx
29390 status collapsed
29391
29392 \begin_layout Plain Layout
29393 Commands ! G ! 
29394 \backslash
29395 gathered
29396 \end_layout
29397
29398 \end_inset
29399
29400 , or 
29401 \series bold
29402
29403 \backslash
29404 split
29405 \series default
29406
29407 \begin_inset Index idx
29408 status collapsed
29409
29410 \begin_layout Plain Layout
29411 Commands ! S ! 
29412 \backslash
29413 split
29414 \end_layout
29415
29416 \end_inset
29417
29418  are inserted, respectively.
29419  The split environment has the same properties as the aligned environment
29420  but it can only have two columns.
29421 \end_layout
29422
29423 \begin_layout Subsection
29424 Text in multiline Formulas
29425 \begin_inset CommandInset label
29426 LatexCommand label
29427 name "subsec:Text-in-multiline"
29428
29429 \end_inset
29430
29431
29432 \begin_inset Index idx
29433 status collapsed
29434
29435 \begin_layout Plain Layout
29436 Text ! in formulas
29437 \end_layout
29438
29439 \end_inset
29440
29441
29442 \begin_inset Index idx
29443 status collapsed
29444
29445 \begin_layout Plain Layout
29446 Formula ! multiline ! text
29447 \end_layout
29448
29449 \end_inset
29450
29451
29452 \end_layout
29453
29454 \begin_layout Standard
29455 In the Align environments, and the multline and gather environment, text
29456  can be inserted that will appear in a separate line and doesn't affect
29457  the column alignment.
29458  To do this, the command 
29459 \series bold
29460
29461 \backslash
29462 intertext
29463 \series default
29464
29465 \begin_inset Index idx
29466 status collapsed
29467
29468 \begin_layout Plain Layout
29469 Commands ! I ! 
29470 \backslash
29471 intertext
29472 \end_layout
29473
29474 \end_inset
29475
29476  is used in the following scheme:
29477 \end_layout
29478
29479 \begin_layout Standard
29480
29481 \series bold
29482
29483 \backslash
29484 intertext{text}
29485 \end_layout
29486
29487 \begin_layout Standard
29488 The text should not be longer than a line because it cannot be hyphenated.
29489  As \SpecialChar LyX
29490  doesn't yet support 
29491 \series bold
29492
29493 \backslash
29494 intertext
29495 \series default
29496  directly, the text is written as mathematical text.
29497  
29498 \series bold
29499
29500 \backslash
29501 intertext
29502 \series default
29503  must hereby be at the beginning of a line and appears in the output above
29504  this line.
29505  An example where the text was inserted at the beginning of the second line:
29506 \begin_inset Formula 
29507 \begin{align}
29508 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29509 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29510 \end{align}
29511
29512 \end_inset
29513
29514
29515 \end_layout
29516
29517 \begin_layout Standard
29518
29519 \series bold
29520
29521 \backslash
29522 intertext
29523 \series default
29524  always creates some vertical space between the text and the formula lines.
29525  To avoid this space, set in the document settings under 
29526 \family sans
29527 Math
29528 \begin_inset space ~
29529 \end_inset
29530
29531 Options
29532 \family default
29533  for the package 
29534 \series bold
29535 mathtools
29536 \series default
29537
29538 \begin_inset Index idx
29539 status collapsed
29540
29541 \begin_layout Plain Layout
29542 Packages ! mathtools
29543 \end_layout
29544
29545 \end_inset
29546
29547  the option 
29548 \family sans
29549 Load
29550 \begin_inset space ~
29551 \end_inset
29552
29553 always
29554 \family default
29555 .
29556  Then you can use the command 
29557 \series bold
29558
29559 \backslash
29560 shortintertext
29561 \series default
29562
29563 \begin_inset Index idx
29564 status collapsed
29565
29566 \begin_layout Plain Layout
29567 Commands ! S ! 
29568 \backslash
29569 shortintertext
29570 \end_layout
29571
29572 \end_inset
29573
29574  instead of 
29575 \series bold
29576
29577 \backslash
29578 intertext
29579 \series default
29580 :
29581 \end_layout
29582
29583 \begin_layout Standard
29584 \begin_inset Formula 
29585 \begin{align}
29586 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29587 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29588 \end{align}
29589
29590 \end_inset
29591
29592
29593 \end_layout
29594
29595 \begin_layout Section
29596 Formula Numbering
29597 \begin_inset Index idx
29598 status collapsed
29599
29600 \begin_layout Plain Layout
29601 Formula numbering
29602 \end_layout
29603
29604 \end_inset
29605
29606
29607 \begin_inset Index idx
29608 status collapsed
29609
29610 \begin_layout Plain Layout
29611 Formula ! numbering|see
29612 \begin_inset ERT
29613 status collapsed
29614
29615 \begin_layout Plain Layout
29616
29617 {
29618 \end_layout
29619
29620 \end_inset
29621
29622 Formula numbering
29623 \begin_inset ERT
29624 status collapsed
29625
29626 \begin_layout Plain Layout
29627
29628 }
29629 \end_layout
29630
29631 \end_inset
29632
29633
29634 \end_layout
29635
29636 \end_inset
29637
29638
29639 \end_layout
29640
29641 \begin_layout Subsection
29642 General
29643 \end_layout
29644
29645 \begin_layout Standard
29646 Numbered formulas can be created with the menu 
29647 \family sans
29648 Insert\SpecialChar menuseparator
29649 Math\SpecialChar menuseparator
29650 Numbered
29651 \begin_inset space ~
29652 \end_inset
29653
29654 Formula
29655 \family default
29656  (shortcut 
29657 \family sans
29658 Ctrl+Alt
29659 \begin_inset space ~
29660 \end_inset
29661
29662 N
29663 \family default
29664 ).
29665  Existing formulas can be numbered with the menu 
29666 \family sans
29667 Edit\SpecialChar menuseparator
29668 Math\SpecialChar menuseparator
29669 Toggle
29670 \begin_inset space ~
29671 \end_inset
29672
29673 Numbering
29674 \family default
29675  (shortcut 
29676 \begin_inset Info
29677 type  "shortcut"
29678 arg   "math-number-toggle"
29679 \end_inset
29680
29681 ).
29682  The formula number is displayed in \SpecialChar LyX
29683  behind the formula as a number sign
29684  in parentheses.
29685  The number sign is replaced in the output by the formula number.
29686 \end_layout
29687
29688 \begin_layout Standard
29689 When numbering is turned on in multiline formulas, all lines will be numbered.
29690  But the numbering can be controlled with the menu 
29691 \family sans
29692 Edit\SpecialChar menuseparator
29693 Math\SpecialChar menuseparator
29694 Toggle
29695 \begin_inset space ~
29696 \end_inset
29697
29698 Numbering
29699 \begin_inset space ~
29700 \end_inset
29701
29702 of
29703 \begin_inset space ~
29704 \end_inset
29705
29706 Line
29707 \family default
29708  (shortcut 
29709 \begin_inset Info
29710 type  "shortcut"
29711 arg   "math-number-line-toggle"
29712 \end_inset
29713
29714 ) for every line.
29715 \end_layout
29716
29717 \begin_layout Standard
29718 Except for inline formulas, all formulas can be numbered with two different
29719  styles, see 
29720 \begin_inset CommandInset ref
29721 LatexCommand ref
29722 reference "sec:Formula-Styles"
29723
29724 \end_inset
29725
29726 .
29727 \end_layout
29728
29729 \begin_layout Subsection
29730 Cross-References
29731 \begin_inset Index idx
29732 status collapsed
29733
29734 \begin_layout Plain Layout
29735 Cross-references ! to formulas
29736 \end_layout
29737
29738 \end_inset
29739
29740
29741 \end_layout
29742
29743 \begin_layout Standard
29744 All labeled formulas can be cross-referenced.
29745  A label is added by the menu 
29746 \family sans
29747 Insert\SpecialChar menuseparator
29748 Label
29749 \family default
29750  or the toolbar button 
29751 \begin_inset Info
29752 type  "icon"
29753 arg   "label-insert"
29754 \end_inset
29755
29756 .
29757  The cursor must hereby be inside a displayed formula.
29758  Alternatively you can right-click on the formula and choose 
29759 \family sans
29760 Equation Label
29761 \family default
29762 .
29763  A dialog pops up displaying the prefix 
29764 \series bold
29765 eq:
29766 \series default
29767  in a text field.
29768  The label is inserted there behind the prefix.
29769  The predefined prefix means 
29770 \begin_inset Quotes eld
29771 \end_inset
29772
29773 equation
29774 \begin_inset Quotes erd
29775 \end_inset
29776
29777  and makes it easier to find labels in large documents because it marks
29778  it as formula label to divide it from e.
29779 \begin_inset space \thinspace{}
29780 \end_inset
29781
29782 g.
29783 \begin_inset space \space{}
29784 \end_inset
29785
29786 section labels.
29787  To change a label, the menu 
29788 \family sans
29789 Insert\SpecialChar menuseparator
29790 Label
29791 \family default
29792  is used again or you right-click on a formula and then on 
29793 \family sans
29794 Equation Label
29795 \family default
29796 .
29797 \end_layout
29798
29799 \begin_layout Standard
29800 The name of the label is displayed in \SpecialChar LyX
29801  within two parentheses behind formula.
29802  A formula with a label is always numbered.
29803 \end_layout
29804
29805 \begin_layout Standard
29806 Cross-references are inserted via the menu 
29807 \family sans
29808 Insert\SpecialChar menuseparator
29809 Cross-Reference
29810 \family default
29811  or with the toolbar button 
29812 \begin_inset Info
29813 type  "icon"
29814 arg   "dialog-show-new-inset ref"
29815 \end_inset
29816
29817 .
29818  A formula cross-reference appears in the output as formula number.
29819  When in the cross-reference dialog window the format 
29820 \series bold
29821 (<reference>)
29822 \series default
29823  is chosen, the cross-reference appears in the output as formula number
29824  in parentheses.
29825 \begin_inset Newline newline
29826 \end_inset
29827
29828 By right-clicking on a cross-reference in \SpecialChar LyX
29829 , one jumps to the formula that
29830  is referenced.
29831 \end_layout
29832
29833 \begin_layout Standard
29834 Here are as examples cross-references to formulas of the following subsections:
29835 \begin_inset Note Note
29836 status open
29837
29838 \begin_layout Plain Layout
29839 Note the different cross-reference types.
29840 \end_layout
29841
29842 \end_inset
29843
29844
29845 \end_layout
29846
29847 \begin_layout Standard
29848 The equations 
29849 \begin_inset CommandInset ref
29850 LatexCommand eqref
29851 reference "eq:tag"
29852
29853 \end_inset
29854
29855  and 
29856 \begin_inset CommandInset ref
29857 LatexCommand eqref
29858 reference "eq:c"
29859
29860 \end_inset
29861
29862  are equivalent.
29863  In (
29864 \begin_inset CommandInset ref
29865 LatexCommand ref
29866 reference "eq:Lat"
29867
29868 \end_inset
29869
29870 ) big Latin letters are used for the numbering in contrary to (
29871 \begin_inset CommandInset ref
29872 LatexCommand ref
29873 reference "eq:Rom"
29874
29875 \end_inset
29876
29877 ).
29878 \end_layout
29879
29880 \begin_layout Standard
29881 \begin_inset VSpace medskip
29882 \end_inset
29883
29884 When the argument of 
29885 \series bold
29886
29887 \backslash
29888 tag
29889 \begin_inset Foot
29890 status collapsed
29891
29892 \begin_layout Plain Layout
29893
29894 \series bold
29895
29896 \backslash
29897 tag
29898 \series default
29899  is described in 
29900 \begin_inset CommandInset ref
29901 LatexCommand ref
29902 reference "subsec:User-defined-Numbering"
29903
29904 \end_inset
29905
29906 .
29907 \end_layout
29908
29909 \end_inset
29910
29911
29912 \series default
29913  contains a box like in 
29914 \begin_inset CommandInset ref
29915 LatexCommand ref
29916 reference "subsec:Paragraph-Boxes"
29917
29918 \end_inset
29919
29920 , the formula cannot be referenced.
29921 \end_layout
29922
29923 \begin_layout Subsection
29924 Subnumbering
29925 \begin_inset Index idx
29926 status collapsed
29927
29928 \begin_layout Plain Layout
29929 Formula numbering ! subnumbering
29930 \end_layout
29931
29932 \end_inset
29933
29934
29935 \end_layout
29936
29937 \begin_layout Standard
29938 Formulas can be numbered as subequations.
29939  To activate this feature, add the module 
29940 \family sans
29941 Subequations
29942 \family default
29943  to the document in the menu 
29944 \family sans
29945 Document\SpecialChar menuseparator
29946 Settings\SpecialChar menuseparator
29947 Modules
29948 \family default
29949 .
29950  To insert subequations use the menu 
29951 \family sans
29952 Insert\SpecialChar menuseparator
29953 Custom Insets\SpecialChar menuseparator
29954 Subequations
29955 \family default
29956 .
29957 \end_layout
29958
29959 \begin_layout Standard
29960 The equations to be subnumbered are put into the 
29961 \family sans
29962 Subequations
29963 \family default
29964  inset.
29965  An example:
29966 \begin_inset Formula 
29967 \begin{equation}
29968 A=C-B
29969 \end{equation}
29970
29971 \end_inset
29972
29973
29974 \begin_inset VSpace -5mm
29975 \end_inset
29976
29977
29978 \begin_inset Flex Subequations
29979 status open
29980
29981 \begin_layout Plain Layout
29982 \begin_inset Formula 
29983 \begin{equation}
29984 B=C-A\label{eq:b}
29985 \end{equation}
29986
29987 \end_inset
29988
29989
29990 \begin_inset Formula 
29991 \begin{equation}
29992 C=A+B\label{eq:c}
29993 \end{equation}
29994
29995 \end_inset
29996
29997
29998 \end_layout
29999
30000 \end_inset
30001
30002
30003 \end_layout
30004
30005 \begin_layout Standard
30006 Every formula in the 
30007 \family sans
30008 Subequations
30009 \family default
30010  inset will be subnumbered with a, b, c, \SpecialChar ldots
30011  in the output.
30012  For multiline formulas every line will be subnumbered.
30013 \end_layout
30014
30015 \begin_layout Standard
30016 Referencing subequations work like for normal equations: 
30017 \begin_inset CommandInset ref
30018 LatexCommand eqref
30019 reference "eq:b"
30020
30021 \end_inset
30022
30023
30024 \begin_inset CommandInset ref
30025 LatexCommand eqref
30026 reference "eq:c"
30027
30028 \end_inset
30029
30030 .
30031  If you want to reference the subequations collectively, insert a label
30032  as first thing in the 
30033 \family sans
30034 Subequations
30035 \family default
30036  inset.
30037  Formula 
30038 \begin_inset CommandInset ref
30039 LatexCommand eqref
30040 reference "eq:Here-is-an"
30041 plural "false"
30042 caps "false"
30043 noprefix "false"
30044
30045 \end_inset
30046
30047  is an example.
30048 \end_layout
30049
30050 \begin_layout Standard
30051 By inserting subequations vertical space is added before it.
30052  To remove this, insert -5
30053 \begin_inset space \thinspace{}
30054 \end_inset
30055
30056 mm vertical space right before the 
30057 \family sans
30058 Subequations
30059 \family default
30060  inset.
30061  If the formula style 
30062 \series bold
30063 Indented
30064 \begin_inset Foot
30065 status collapsed
30066
30067 \begin_layout Plain Layout
30068 formula styles see 
30069 \begin_inset CommandInset ref
30070 LatexCommand ref
30071 reference "sec:Formula-Styles"
30072
30073 \end_inset
30074
30075
30076 \end_layout
30077
30078 \end_inset
30079
30080
30081 \series default
30082  is used, insert -7
30083 \begin_inset space \thinspace{}
30084 \end_inset
30085
30086 mm space instead.
30087 \end_layout
30088
30089 \begin_layout Standard
30090 To get another subnumber instead of small Latin letters, insert this command
30091  as \SpecialChar TeX
30092  code before the equations in the 
30093 \family sans
30094 Subequations
30095 \family default
30096  inset:
30097 \end_layout
30098
30099 \begin_layout Standard
30100
30101 \series bold
30102
30103 \backslash
30104 renewcommand{
30105 \backslash
30106 theequation}{
30107 \backslash
30108 theparentequation -
30109 \backslash
30110 roman{equation}}
30111 \end_layout
30112
30113 \begin_layout Standard
30114
30115 \series bold
30116
30117 \backslash
30118 theparentequation
30119 \series default
30120  creates hereby the parent number and 
30121 \series bold
30122
30123 \backslash
30124 roman{equation}
30125 \series default
30126  adds a small Roman number as subnumber.
30127  For more information about the customization of the numbering, see 
30128 \begin_inset CommandInset ref
30129 LatexCommand ref
30130 reference "subsec:Numbering-with-Roman"
30131
30132 \end_inset
30133
30134 .
30135 \end_layout
30136
30137 \begin_layout Standard
30138 Here is an example for a multiline formula where the numbering is customized
30139  and turned off for the second line:
30140 \begin_inset Flex Subequations
30141 status open
30142
30143 \begin_layout Plain Layout
30144 \begin_inset CommandInset label
30145 LatexCommand label
30146 name "eq:Here-is-an"
30147
30148 \end_inset
30149
30150
30151 \begin_inset ERT
30152 status open
30153
30154 \begin_layout Plain Layout
30155
30156
30157 \backslash
30158 renewcommand{
30159 \backslash
30160 theequation}{
30161 \backslash
30162 theparentequation -
30163 \backslash
30164 roman{equation}}
30165 \end_layout
30166
30167 \end_inset
30168
30169
30170 \begin_inset Formula 
30171 \begin{eqnarray}
30172 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
30173  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30174  & = & B^{2}-2BZ+Z^{2}
30175 \end{eqnarray}
30176
30177 \end_inset
30178
30179
30180 \end_layout
30181
30182 \end_inset
30183
30184
30185 \end_layout
30186
30187 \begin_layout Subsection
30188 Numbering with Roman Numbers and Letters
30189 \begin_inset CommandInset label
30190 LatexCommand label
30191 name "subsec:Numbering-with-Roman"
30192
30193 \end_inset
30194
30195
30196 \begin_inset Index idx
30197 status collapsed
30198
30199 \begin_layout Plain Layout
30200 Formula numbering ! with letters
30201 \end_layout
30202
30203 \end_inset
30204
30205
30206 \begin_inset Index idx
30207 status collapsed
30208
30209 \begin_layout Plain Layout
30210 Formula numbering ! with Roman numbers
30211 \end_layout
30212
30213 \end_inset
30214
30215
30216 \end_layout
30217
30218 \begin_layout Standard
30219 Formulas can also be numbered with Roman numbers and Latin letters.
30220  To number for example with small Roman numbers, the command
30221 \end_layout
30222
30223 \begin_layout Standard
30224
30225 \series bold
30226
30227 \backslash
30228 renewcommand{
30229 \backslash
30230 theequation}{
30231 \backslash
30232 roman{equation}}
30233 \end_layout
30234
30235 \begin_layout Standard
30236 is inserted before the formula in \SpecialChar TeX
30237  mode.
30238  
30239 \series bold
30240
30241 \backslash
30242 renewcommand
30243 \series default
30244
30245 \begin_inset Index idx
30246 status collapsed
30247
30248 \begin_layout Plain Layout
30249 Commands ! R ! 
30250 \backslash
30251 renewcommand
30252 \end_layout
30253
30254 \end_inset
30255
30256  redefines the predefined command 
30257 \series bold
30258
30259 \backslash
30260 theequation
30261 \series default
30262  to the command 
30263 \series bold
30264
30265 \backslash
30266 roman{equation}
30267 \series default
30268 .
30269 \begin_inset Foot
30270 status collapsed
30271
30272 \begin_layout Plain Layout
30273 The command 
30274 \series bold
30275
30276 \backslash
30277 renewcommand
30278 \series default
30279  has the same scheme like the command 
30280 \series bold
30281
30282 \backslash
30283 newcommand
30284 \series default
30285  that is described in 
30286 \begin_inset CommandInset ref
30287 LatexCommand ref
30288 reference "subsec:The-Command-newcommand"
30289
30290 \end_inset
30291
30292 .
30293 \end_layout
30294
30295 \end_inset
30296
30297  
30298 \series bold
30299 equation
30300 \series default
30301  is the formula counter.
30302  When the command 
30303 \series bold
30304
30305 \backslash
30306 the
30307 \series default
30308  is used as prefix for a counter, the value of the counter is output as
30309  Arabic number.
30310  When a formula is numbered, \SpecialChar LaTeX
30311  sets internally the command 
30312 \series bold
30313
30314 \backslash
30315 theequation
30316 \series default
30317  behind the formula.
30318  
30319 \series bold
30320
30321 \backslash
30322 roman{equation}
30323 \begin_inset Index idx
30324 status collapsed
30325
30326 \begin_layout Plain Layout
30327 Commands ! R ! 
30328 \backslash
30329 roman
30330 \end_layout
30331
30332 \end_inset
30333
30334
30335 \series default
30336  outputs the counter as small Roman number.
30337 \end_layout
30338
30339 \begin_layout Standard
30340 All formulas behind the command 
30341 \series bold
30342
30343 \backslash
30344 renew
30345 \series default
30346 c
30347 \series bold
30348 ommand
30349 \series default
30350  are now numbered Roman.
30351  To switch to numbering with big Roman numbers, the command is inserted
30352  again, but 
30353 \series bold
30354
30355 \backslash
30356 roman
30357 \series default
30358  is replaced by 
30359 \series bold
30360
30361 \backslash
30362 Roman
30363 \series default
30364
30365 \begin_inset Index idx
30366 status collapsed
30367
30368 \begin_layout Plain Layout
30369 Commands ! R ! 
30370 \backslash
30371 roman@
30372 \backslash
30373 Roman
30374 \end_layout
30375
30376 \end_inset
30377
30378 .
30379  To 
30380 \begin_inset Quotes eld
30381 \end_inset
30382
30383 number
30384 \begin_inset Quotes erd
30385 \end_inset
30386
30387  with small Latin letters there is the command 
30388 \series bold
30389
30390 \backslash
30391 alph
30392 \series default
30393
30394 \begin_inset Index idx
30395 status collapsed
30396
30397 \begin_layout Plain Layout
30398 Commands ! A ! 
30399 \backslash
30400 alph
30401 \end_layout
30402
30403 \end_inset
30404
30405 , for big ones there is the command 
30406 \series bold
30407
30408 \backslash
30409 Alph
30410 \series default
30411
30412 \begin_inset Index idx
30413 status collapsed
30414
30415 \begin_layout Plain Layout
30416 Commands ! A ! 
30417 \backslash
30418 alph@
30419 \backslash
30420 Alph
30421 \end_layout
30422
30423 \end_inset
30424
30425 .
30426 \end_layout
30427
30428 \begin_layout Standard
30429 \begin_inset Note Greyedout
30430 status open
30431
30432 \begin_layout Plain Layout
30433
30434 \series bold
30435 \color none
30436 Note:
30437 \series default
30438  Only maximal 26
30439 \begin_inset space ~
30440 \end_inset
30441
30442 formulas can be numbered with Latin letters in one document.
30443 \end_layout
30444
30445 \end_inset
30446
30447
30448 \end_layout
30449
30450 \begin_layout Standard
30451 \begin_inset ERT
30452 status collapsed
30453
30454 \begin_layout Plain Layout
30455
30456
30457 \backslash
30458 renewcommand{
30459 \backslash
30460 theequation}{
30461 \backslash
30462 roman{equation}}
30463 \end_layout
30464
30465 \end_inset
30466
30467
30468 \end_layout
30469
30470 \begin_layout Standard
30471 \begin_inset Formula 
30472 \begin{equation}
30473 A=\textrm{small roman}
30474 \end{equation}
30475
30476 \end_inset
30477
30478
30479 \begin_inset ERT
30480 status collapsed
30481
30482 \begin_layout Plain Layout
30483
30484
30485 \backslash
30486 renewcommand{
30487 \backslash
30488 theequation}{
30489 \backslash
30490 Roman{equation}}
30491 \end_layout
30492
30493 \end_inset
30494
30495
30496 \begin_inset Formula 
30497 \begin{equation}
30498 B=\textrm{big Roman}\label{eq:Rom}
30499 \end{equation}
30500
30501 \end_inset
30502
30503
30504 \begin_inset ERT
30505 status collapsed
30506
30507 \begin_layout Plain Layout
30508
30509
30510 \backslash
30511 renewcommand{
30512 \backslash
30513 theequation}{
30514 \backslash
30515 alph{equation}}
30516 \end_layout
30517
30518 \end_inset
30519
30520
30521 \begin_inset Formula 
30522 \begin{equation}
30523 C=\textrm{small Latin}
30524 \end{equation}
30525
30526 \end_inset
30527
30528
30529 \begin_inset ERT
30530 status collapsed
30531
30532 \begin_layout Plain Layout
30533
30534
30535 \backslash
30536 renewcommand{
30537 \backslash
30538 theequation}{
30539 \backslash
30540 Alph{equation}}
30541 \end_layout
30542
30543 \end_inset
30544
30545
30546 \begin_inset Formula 
30547 \begin{equation}
30548 D=\textrm{big Latin}\label{eq:Lat}
30549 \end{equation}
30550
30551 \end_inset
30552
30553
30554 \end_layout
30555
30556 \begin_layout Standard
30557 To switch back to the default numbering, insert the command:
30558 \end_layout
30559
30560 \begin_layout Standard
30561
30562 \series bold
30563
30564 \backslash
30565 renewcommand{
30566 \backslash
30567 theequation}{
30568 \backslash
30569 arabic{equation}}
30570 \begin_inset Index idx
30571 status collapsed
30572
30573 \begin_layout Plain Layout
30574 Commands ! A ! 
30575 \backslash
30576 arabic
30577 \end_layout
30578
30579 \end_inset
30580
30581
30582 \end_layout
30583
30584 \begin_layout Standard
30585 \begin_inset ERT
30586 status collapsed
30587
30588 \begin_layout Plain Layout
30589
30590
30591 \backslash
30592 renewcommand{
30593 \backslash
30594 theequation}{
30595 \backslash
30596 arabic{equation}}
30597 \end_layout
30598
30599 \end_inset
30600
30601
30602 \begin_inset Formula 
30603 \begin{equation}
30604 E=\textrm{Arabic}
30605 \end{equation}
30606
30607 \end_inset
30608
30609
30610 \end_layout
30611
30612 \begin_layout Standard
30613 \begin_inset VSpace medskip
30614 \end_inset
30615
30616 As you see, formulas are numbered serially independent from the numbering
30617  style.
30618  When then numbering should start with 
30619 \begin_inset Quotes eld
30620 \end_inset
30621
30622 1
30623 \begin_inset Quotes erd
30624 \end_inset
30625
30626  when the style is changed, new equation counters have to be defined.
30627  A description about this can be found in the file 
30628 \begin_inset CommandInset href
30629 LatexCommand href
30630 name "Formula-numbering.lyx"
30631 target "run:Formula-numbering.lyx"
30632 literal "false"
30633
30634 \end_inset
30635
30636 .
30637 \end_layout
30638
30639 \begin_layout Subsection
30640 User-defined Numbering
30641 \begin_inset CommandInset label
30642 LatexCommand label
30643 name "subsec:User-defined-Numbering"
30644
30645 \end_inset
30646
30647
30648 \begin_inset Index idx
30649 status collapsed
30650
30651 \begin_layout Plain Layout
30652 Formula numbering ! user-defined
30653 \end_layout
30654
30655 \end_inset
30656
30657
30658 \end_layout
30659
30660 \begin_layout Standard
30661 \begin_inset Index idx
30662 status collapsed
30663
30664 \begin_layout Plain Layout
30665 Formula numbering ! self-defined delimiters
30666 \end_layout
30667
30668 \end_inset
30669
30670 With the standard numbering parentheses are set around the formula number.
30671  To replace the parentheses for example by vertical bars, the following
30672  line is added to the \SpecialChar LaTeX
30673 -preamble:
30674 \end_layout
30675
30676 \begin_layout Standard
30677
30678 \series bold
30679
30680 \backslash
30681 def
30682 \backslash
30683 tagform@#1{
30684 \backslash
30685 maketag@@@{|#1|}}
30686 \series default
30687
30688 \begin_inset Note Note
30689 status collapsed
30690
30691 \begin_layout Plain Layout
30692 This macro is already declared in the \SpecialChar LaTeX
30693 -preamble for testing.
30694  To activate it, remove the percent sign at the beginning.
30695 \end_layout
30696
30697 \end_inset
30698
30699
30700 \end_layout
30701
30702 \begin_layout Standard
30703 To use other characters, the vertical bars besides the 
30704 \series bold
30705 #1
30706 \series default
30707  are replaced by one ore more characters.
30708  To get only the formula number the vertical bars are omitted.
30709 \end_layout
30710
30711 \begin_layout Standard
30712 \begin_inset VSpace bigskip
30713 \end_inset
30714
30715 When there should be an expression of your choice instead of the consecutive
30716  formula number in parentheses behind the formula, the command 
30717 \series bold
30718
30719 \backslash
30720 tag
30721 \series default
30722
30723 \begin_inset Index idx
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727 Commands ! T ! 
30728 \backslash
30729 tag
30730 \end_layout
30731
30732 \end_inset
30733
30734  is used:
30735 \begin_inset Formula 
30736 \begin{equation}
30737 A+B=C\tag{something}\label{eq:tag}
30738 \end{equation}
30739
30740 \end_inset
30741
30742 In this example the command 
30743 \series bold
30744
30745 \backslash
30746 tag
30747 \begin_inset space \textvisiblespace{}
30748 \end_inset
30749
30750 something
30751 \series default
30752  was inserted in the formula.
30753 \end_layout
30754
30755 \begin_layout Standard
30756 When the command 
30757 \series bold
30758
30759 \backslash
30760 tag*
30761 \begin_inset space \textvisiblespace{}
30762 \end_inset
30763
30764 something
30765 \series default
30766  is inserted instead, the star prevents the parentheses around the expression:
30767 \begin_inset Formula 
30768 \[
30769 A+B=C\tag*{something}
30770 \]
30771
30772 \end_inset
30773
30774
30775 \end_layout
30776
30777 \begin_layout Standard
30778 \begin_inset VSpace bigskip
30779 \end_inset
30780
30781 To restart the formula numbering with new document parts or sections, the
30782  following command is used:
30783 \end_layout
30784
30785 \begin_layout Standard
30786
30787 \series bold
30788
30789 \backslash
30790 @addtoreset{equation}{part}
30791 \series default
30792
30793 \begin_inset Index idx
30794 status collapsed
30795
30796 \begin_layout Plain Layout
30797 Commands ! 
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  ! 
30820 \backslash
30821
30822 \begin_inset ERT
30823 status collapsed
30824
30825 \begin_layout Plain Layout
30826
30827 "
30828 \end_layout
30829
30830 \end_inset
30831
30832 @
30833 \begin_inset ERT
30834 status collapsed
30835
30836 \begin_layout Plain Layout
30837
30838 "
30839 \end_layout
30840
30841 \end_inset
30842
30843 addtoreset
30844 \end_layout
30845
30846 \end_inset
30847
30848
30849 \begin_inset Newline newline
30850 \end_inset
30851
30852 resp.
30853 \begin_inset Newline newline
30854 \end_inset
30855
30856
30857 \series bold
30858
30859 \backslash
30860 @addtoreset{equation}{section}
30861 \end_layout
30862
30863 \begin_layout Standard
30864 To be able to use these commands in \SpecialChar TeX
30865  mode, the 
30866 \begin_inset Quotes eld
30867 \end_inset
30868
30869 @
30870 \begin_inset Quotes erd
30871 \end_inset
30872
30873  character has to be made 
30874 \begin_inset Quotes eld
30875 \end_inset
30876
30877 active
30878 \begin_inset Quotes erd
30879 \end_inset
30880
30881  for \SpecialChar LaTeX
30882  using the command 
30883 \series bold
30884
30885 \backslash
30886 makeatletter.
30887
30888 \series default
30889  The command 
30890 \series bold
30891
30892 \backslash
30893 makeatother
30894 \series default
30895  reverts this.
30896  So the command sequence in \SpecialChar TeX
30897  mode is:
30898 \end_layout
30899
30900 \begin_layout Standard
30901
30902 \series bold
30903
30904 \backslash
30905 makeatletter
30906 \begin_inset Newline newline
30907 \end_inset
30908
30909
30910 \backslash
30911 @addtoreset{equation}{section}
30912 \begin_inset Newline newline
30913 \end_inset
30914
30915
30916 \backslash
30917 makeatother
30918 \end_layout
30919
30920 \begin_layout Standard
30921 In the \SpecialChar LaTeX
30922 -preamble 
30923 \series bold
30924
30925 \backslash
30926 makeatletter
30927 \series default
30928  and 
30929 \series bold
30930
30931 \backslash
30932 makeatother
30933 \series default
30934  can be omitted as they are automatically internally inserted by \SpecialChar LyX
30935 .
30936 \end_layout
30937
30938 \begin_layout Standard
30939 To revert 
30940 \series bold
30941
30942 \backslash
30943 @addtoreset
30944 \series default
30945 , the file 
30946 \series bold
30947 remreset.sty
30948 \series default
30949
30950 \begin_inset Foot
30951 status collapsed
30952
30953 \begin_layout Plain Layout
30954
30955 \series bold
30956 remreset
30957 \series default
30958  is part of the \SpecialChar LaTeX
30959 -package 
30960 \series bold
30961 carlisle
30962 \series default
30963
30964 \begin_inset Index idx
30965 status collapsed
30966
30967 \begin_layout Plain Layout
30968 Packages ! carlisle
30969 \end_layout
30970
30971 \end_inset
30972
30973  that is part of every \SpecialChar LaTeX
30974  standard installation.
30975 \end_layout
30976
30977 \end_inset
30978
30979
30980 \begin_inset Index idx
30981 status collapsed
30982
30983 \begin_layout Plain Layout
30984 Packages ! remreset
30985 \end_layout
30986
30987 \end_inset
30988
30989  has to be loaded in the \SpecialChar LaTeX
30990 -preamble with the line
30991 \end_layout
30992
30993 \begin_layout Standard
30994
30995 \series bold
30996
30997 \backslash
30998 usepackage{remreset}
30999 \end_layout
31000
31001 \begin_layout Standard
31002 Then the command 
31003 \series bold
31004
31005 \backslash
31006 @removefromreset
31007 \series default
31008
31009 \begin_inset Index idx
31010 status collapsed
31011
31012 \begin_layout Plain Layout
31013 Commands ! 
31014 \begin_inset ERT
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018
31019 "
31020 \end_layout
31021
31022 \end_inset
31023
31024 @
31025 \begin_inset ERT
31026 status collapsed
31027
31028 \begin_layout Plain Layout
31029
31030 "
31031 \end_layout
31032
31033 \end_inset
31034
31035  ! 
31036 \backslash
31037
31038 \begin_inset ERT
31039 status collapsed
31040
31041 \begin_layout Plain Layout
31042
31043 "
31044 \end_layout
31045
31046 \end_inset
31047
31048 @
31049 \begin_inset ERT
31050 status collapsed
31051
31052 \begin_layout Plain Layout
31053
31054 "
31055 \end_layout
31056
31057 \end_inset
31058
31059 removefromreset
31060 \end_layout
31061
31062 \end_inset
31063
31064  can be used with the same scheme as 
31065 \series bold
31066
31067 \backslash
31068 @addtoreset
31069 \series default
31070 .
31071 \end_layout
31072
31073 \begin_layout Standard
31074 \begin_inset VSpace bigskip
31075 \end_inset
31076
31077 Sometimes formulas should be numbered in the following form:
31078 \end_layout
31079
31080 \begin_layout Standard
31081
31082 \family typewriter
31083 (section number.formula number)
31084 \end_layout
31085
31086 \begin_layout Standard
31087 The formula number should start with every section with 
31088 \begin_inset Quotes eld
31089 \end_inset
31090
31091 1
31092 \begin_inset Quotes erd
31093 \end_inset
31094
31095 .
31096 \end_layout
31097
31098 \begin_layout Standard
31099 For this case there is the command 
31100 \series bold
31101
31102 \backslash
31103 numberwithin
31104 \series default
31105
31106 \begin_inset Index idx
31107 status collapsed
31108
31109 \begin_layout Plain Layout
31110 Commands ! N ! 
31111 \backslash
31112 numberwithin
31113 \end_layout
31114
31115 \end_inset
31116
31117 , which is used with the following scheme:
31118 \end_layout
31119
31120 \begin_layout Standard
31121
31122 \series bold
31123
31124 \backslash
31125 numberwithin{counter}{sectioning}
31126 \end_layout
31127
31128 \begin_layout Standard
31129 Counter denotes what kind of numbering is affected, sectioning denotes what
31130  number is before the dot.
31131 \end_layout
31132
31133 \begin_layout Standard
31134 Thus in our case the following \SpecialChar LaTeX
31135  preamble or \SpecialChar TeX
31136  code line is used:
31137 \end_layout
31138
31139 \begin_layout Standard
31140
31141 \series bold
31142
31143 \backslash
31144 numberwithin{equation}{section}
31145 \end_layout
31146
31147 \begin_layout Standard
31148 This is the result:
31149 \begin_inset ERT
31150 status collapsed
31151
31152 \begin_layout Plain Layout
31153
31154
31155 \backslash
31156 numberwithin{equation}{section}
31157 \end_layout
31158
31159 \end_inset
31160
31161
31162 \begin_inset Formula 
31163 \begin{equation}
31164 A+B=C
31165 \end{equation}
31166
31167 \end_inset
31168
31169
31170 \end_layout
31171
31172 \begin_layout Standard
31173 To number e.
31174 \begin_inset space \thinspace{}
31175 \end_inset
31176
31177 g.
31178 \begin_inset space \space{}
31179 \end_inset
31180
31181 tables so that the number of the part is the sectioning,
31182 \begin_inset Newline newline
31183 \end_inset
31184
31185
31186 \series bold
31187
31188 \backslash
31189 numberwithin{table}{part}
31190 \series default
31191  is used.
31192 \end_layout
31193
31194 \begin_layout Standard
31195 To go back to the standard numbering or to prevent this kind of numbering
31196  when it is defined by the document class, the following command is inserted
31197  as \SpecialChar TeX
31198  code or to the \SpecialChar LaTeX
31199  preamble:
31200 \end_layout
31201
31202 \begin_layout Standard
31203
31204 \series bold
31205
31206 \backslash
31207 renewcommand{
31208 \backslash
31209 theequation}{
31210 \backslash
31211 arabic{equation}}
31212 \begin_inset Index idx
31213 status collapsed
31214
31215 \begin_layout Plain Layout
31216 Commands ! A ! 
31217 \backslash
31218 arabic
31219 \end_layout
31220
31221 \end_inset
31222
31223
31224 \series default
31225
31226 \begin_inset ERT
31227 status collapsed
31228
31229 \begin_layout Plain Layout
31230
31231
31232 \backslash
31233 renewcommand{
31234 \backslash
31235 theequation}{
31236 \backslash
31237 arabic{equation}}
31238 \end_layout
31239
31240 \end_inset
31241
31242
31243 \series bold
31244
31245 \begin_inset Newline newline
31246 \end_inset
31247
31248
31249 \series default
31250 or
31251 \series bold
31252
31253 \begin_inset Newline newline
31254 \end_inset
31255
31256
31257 \backslash
31258 renewcommand{
31259 \backslash
31260 thetable}{
31261 \backslash
31262 arabic{table}}
31263 \end_layout
31264
31265 \begin_layout Standard
31266
31267 \series bold
31268
31269 \backslash
31270 numberwithin
31271 \series default
31272  uses internally the command 
31273 \series bold
31274
31275 \backslash
31276 @addtoreset
31277 \series default
31278 , described above, that also needs to be reverted.
31279 \begin_inset ERT
31280 status collapsed
31281
31282 \begin_layout Plain Layout
31283
31284
31285 \backslash
31286 makeatletter
31287 \end_layout
31288
31289 \begin_layout Plain Layout
31290
31291
31292 \backslash
31293 @removefromreset{equation}{section}
31294 \end_layout
31295
31296 \begin_layout Plain Layout
31297
31298
31299 \backslash
31300 makeatother
31301 \end_layout
31302
31303 \end_inset
31304
31305
31306 \end_layout
31307
31308 \begin_layout Section
31309 Chemical Symbols and Equations
31310 \begin_inset CommandInset label
31311 LatexCommand label
31312 name "subsec:Chemical-Symbols-and"
31313
31314 \end_inset
31315
31316
31317 \begin_inset Index idx
31318 status collapsed
31319
31320 \begin_layout Plain Layout
31321 Chemical characters ! Symbols
31322 \end_layout
31323
31324 \end_inset
31325
31326
31327 \begin_inset Index idx
31328 status collapsed
31329
31330 \begin_layout Plain Layout
31331 Chemical equations
31332 \end_layout
31333
31334 \end_inset
31335
31336
31337 \begin_inset Index idx
31338 status collapsed
31339
31340 \begin_layout Plain Layout
31341 Symbols ! chemical
31342 \end_layout
31343
31344 \end_inset
31345
31346
31347 \end_layout
31348
31349 \begin_layout Standard
31350 An example text from chemistry:
31351 \end_layout
31352
31353 \begin_layout Quote
31354 The 
31355 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31356 \end_inset
31357
31358 -ion reacts with two 
31359 \begin_inset Formula $\mathrm{Na^{+}}$
31360 \end_inset
31361
31362 -ions to sodium sulfate 
31363 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31364 \end_inset
31365
31366 .
31367  The chemical equation for this is:
31368 \begin_inset Formula 
31369 \begin{equation}
31370 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31371 \end{equation}
31372
31373 \end_inset
31374
31375
31376 \end_layout
31377
31378 \begin_layout Standard
31379 This chemical equation can directly be created as formula.
31380  To avoid that the symbols appear italic, everything is highlighted and
31381  changed by the shortcut 
31382 \begin_inset Info
31383 type  "shortcut"
31384 arg   "font-roman"
31385 \end_inset
31386
31387  to the upright font style.
31388 \begin_inset Foot
31389 status collapsed
31390
31391 \begin_layout Plain Layout
31392 font styles
31393 \series bold
31394  
31395 \series default
31396 see 
31397 \begin_inset CommandInset ref
31398 LatexCommand ref
31399 reference "subsec:Font-Styles"
31400
31401 \end_inset
31402
31403
31404 \end_layout
31405
31406 \end_inset
31407
31408
31409 \end_layout
31410
31411 \begin_layout Standard
31412 A more convenient way to typeset chemical formulas is to use the command
31413  
31414 \series bold
31415
31416 \backslash
31417 ce
31418 \series default
31419
31420 \begin_inset Index idx
31421 status collapsed
31422
31423 \begin_layout Plain Layout
31424 Commands ! C ! 
31425 \backslash
31426 ce
31427 \end_layout
31428
31429 \end_inset
31430
31431  that is available when the \SpecialChar LaTeX
31432 -package 
31433 \series bold
31434 mhchem
31435 \series default
31436
31437 \begin_inset Index idx
31438 status collapsed
31439
31440 \begin_layout Plain Layout
31441 Packages ! mhchem
31442 \end_layout
31443
31444 \end_inset
31445
31446  is installed.
31447  After inserting 
31448 \series bold
31449
31450 \backslash
31451 ce
31452 \series default
31453  to a formula a new blue box appears where chemical formulas can be inserted
31454  in an intuitive way.
31455 \end_layout
31456
31457 \begin_layout Standard
31458 \align center
31459 \begin_inset Tabular
31460 <lyxtabular version="3" rows="10" columns="2">
31461 <features booktabs="true" tabularvalignment="middle">
31462 <column alignment="center" valignment="top" width="0pt">
31463 <column alignment="center" valignment="top">
31464 <row>
31465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31466 \begin_inset Text
31467
31468 \begin_layout Plain Layout
31469 Command
31470 \end_layout
31471
31472 \end_inset
31473 </cell>
31474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31475 \begin_inset Text
31476
31477 \begin_layout Plain Layout
31478 Result
31479 \end_layout
31480
31481 \end_inset
31482 </cell>
31483 </row>
31484 <row>
31485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31486 \begin_inset Text
31487
31488 \begin_layout Plain Layout
31489
31490 \backslash
31491 ce
31492 \begin_inset space \textvisiblespace{}
31493 \end_inset
31494
31495 H2CO3
31496 \end_layout
31497
31498 \end_inset
31499 </cell>
31500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31501 \begin_inset Text
31502
31503 \begin_layout Plain Layout
31504 \begin_inset Formula $\ce{H2CO3}$
31505 \end_inset
31506
31507
31508 \end_layout
31509
31510 \end_inset
31511 </cell>
31512 </row>
31513 <row topspace="1.5mm">
31514 <cell alignment="center" valignment="top" usebox="none">
31515 \begin_inset Text
31516
31517 \begin_layout Plain Layout
31518
31519 \backslash
31520 ce
31521 \begin_inset space \textvisiblespace{}
31522 \end_inset
31523
31524 SO4^2-
31525 \end_layout
31526
31527 \end_inset
31528 </cell>
31529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31530 \begin_inset Text
31531
31532 \begin_layout Plain Layout
31533 \begin_inset Formula $\ce{SO4^{2-}}$
31534 \end_inset
31535
31536
31537 \end_layout
31538
31539 \end_inset
31540 </cell>
31541 </row>
31542 <row topspace="1.5mm">
31543 <cell alignment="center" valignment="top" usebox="none">
31544 \begin_inset Text
31545
31546 \begin_layout Plain Layout
31547
31548 \backslash
31549 ce
31550 \begin_inset space \textvisiblespace{}
31551 \end_inset
31552
31553 (NH4)2S
31554 \end_layout
31555
31556 \end_inset
31557 </cell>
31558 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31559 \begin_inset Text
31560
31561 \begin_layout Plain Layout
31562 \begin_inset Formula $\ce{(NH4)2S}$
31563 \end_inset
31564
31565
31566 \end_layout
31567
31568 \end_inset
31569 </cell>
31570 </row>
31571 <row topspace="1.5mm">
31572 <cell alignment="center" valignment="top" usebox="none">
31573 \begin_inset Text
31574
31575 \begin_layout Plain Layout
31576
31577 \backslash
31578 ce
31579 \begin_inset space \textvisiblespace{}
31580 \end_inset
31581
31582 KCr(SO4)2.12H2O
31583 \end_layout
31584
31585 \end_inset
31586 </cell>
31587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31588 \begin_inset Text
31589
31590 \begin_layout Plain Layout
31591 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31592 \end_inset
31593
31594
31595 \end_layout
31596
31597 \end_inset
31598 </cell>
31599 </row>
31600 <row topspace="1.5mm">
31601 <cell alignment="center" valignment="top" usebox="none">
31602 \begin_inset Text
31603
31604 \begin_layout Plain Layout
31605
31606 \backslash
31607 ce
31608 \begin_inset space \textvisiblespace{}
31609 \end_inset
31610
31611 A-B
31612 \backslash
31613 dbond
31614 \begin_inset space \textvisiblespace{}
31615 \end_inset
31616
31617 C
31618 \backslash
31619 tbond
31620 \begin_inset space \textvisiblespace{}
31621 \end_inset
31622
31623 D
31624 \end_layout
31625
31626 \end_inset
31627 </cell>
31628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31629 \begin_inset Text
31630
31631 \begin_layout Plain Layout
31632 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31633 \end_inset
31634
31635
31636 \end_layout
31637
31638 \end_inset
31639 </cell>
31640 </row>
31641 <row topspace="1.5mm">
31642 <cell alignment="center" valignment="top" usebox="none">
31643 \begin_inset Text
31644
31645 \begin_layout Plain Layout
31646
31647 \backslash
31648 ce
31649 \begin_inset space \textvisiblespace{}
31650 \end_inset
31651
31652 ^227
31653 \begin_inset Formula $\downarrow$
31654 \end_inset
31655
31656 _90
31657 \begin_inset Formula $\to$
31658 \end_inset
31659
31660 Th+
31661 \end_layout
31662
31663 \end_inset
31664 </cell>
31665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31666 \begin_inset Text
31667
31668 \begin_layout Plain Layout
31669 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31670 \end_inset
31671
31672
31673 \end_layout
31674
31675 \end_inset
31676 </cell>
31677 </row>
31678 <row>
31679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31680 \begin_inset Text
31681
31682 \begin_layout Plain Layout
31683
31684 \backslash
31685 ce
31686 \begin_inset space \textvisiblespace{}
31687 \end_inset
31688
31689
31690 \backslash
31691 mu
31692 \begin_inset space \textvisiblespace{}
31693 \end_inset
31694
31695
31696 \backslash
31697 hyphen
31698 \begin_inset space \textvisiblespace{}
31699 \end_inset
31700
31701 Cl
31702 \end_layout
31703
31704 \end_inset
31705 </cell>
31706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31707 \begin_inset Text
31708
31709 \begin_layout Plain Layout
31710 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31711 \end_inset
31712
31713
31714 \end_layout
31715
31716 \end_inset
31717 </cell>
31718 </row>
31719 <row>
31720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31721 \begin_inset Text
31722
31723 \begin_layout Plain Layout
31724
31725 \backslash
31726 ce
31727 \begin_inset space \textvisiblespace{}
31728 \end_inset
31729
31730 CO2
31731 \begin_inset space \textvisiblespace{}
31732 \end_inset
31733
31734 +
31735 \begin_inset space \textvisiblespace{}
31736 \end_inset
31737
31738 C
31739 \begin_inset space \textvisiblespace{}
31740 \end_inset
31741
31742 <=>
31743 \begin_inset space \textvisiblespace{}
31744 \end_inset
31745
31746 2CO
31747 \end_layout
31748
31749 \end_inset
31750 </cell>
31751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31752 \begin_inset Text
31753
31754 \begin_layout Plain Layout
31755 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31756 \end_inset
31757
31758
31759 \end_layout
31760
31761 \end_inset
31762 </cell>
31763 </row>
31764 <row topspace="1.5mm">
31765 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31766 \begin_inset Text
31767
31768 \begin_layout Plain Layout
31769
31770 \backslash
31771 ce
31772 \begin_inset space \textvisiblespace{}
31773 \end_inset
31774
31775 CO2
31776 \begin_inset space \textvisiblespace{}
31777 \end_inset
31778
31779 +
31780 \begin_inset space \textvisiblespace{}
31781 \end_inset
31782
31783 C
31784 \begin_inset space \textvisiblespace{}
31785 \end_inset
31786
31787 ->[
31788 \backslash
31789 alpha][
31790 \backslash
31791 beta]
31792 \begin_inset space \textvisiblespace{}
31793 \end_inset
31794
31795 2CO}
31796 \end_layout
31797
31798 \end_inset
31799 </cell>
31800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31801 \begin_inset Text
31802
31803 \begin_layout Plain Layout
31804 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31805 \end_inset
31806
31807
31808 \end_layout
31809
31810 \end_inset
31811 </cell>
31812 </row>
31813 </lyxtabular>
31814
31815 \end_inset
31816
31817
31818 \end_layout
31819
31820 \begin_layout Standard
31821 \begin_inset Note Greyedout
31822 status open
31823
31824 \begin_layout Plain Layout
31825
31826 \series bold
31827 \color none
31828 Note:
31829 \series default
31830  It is not possible in \SpecialChar LyX
31831  to use the character ^ to get an up-arrow as described
31832  in the 
31833 \series bold
31834 mhchem
31835 \series default
31836  manual.
31837  One instead uses a negative thin space followed by the command 
31838 \series bold
31839
31840 \backslash
31841 uparrow
31842 \series default
31843
31844 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31845 \end_inset
31846
31847
31848 \end_layout
31849
31850 \end_inset
31851
31852
31853 \end_layout
31854
31855 \begin_layout Standard
31856 Using 
31857 \series bold
31858
31859 \backslash
31860 ce
31861 \series default
31862  the command for equation
31863 \begin_inset space ~
31864 \end_inset
31865
31866
31867 \begin_inset CommandInset ref
31868 LatexCommand eqref
31869 reference "eq:chem-reaction"
31870
31871 \end_inset
31872
31873  is:
31874 \begin_inset Newline newline
31875 \end_inset
31876
31877
31878 \series bold
31879  
31880 \backslash
31881 ce
31882 \begin_inset space \textvisiblespace{}
31883 \end_inset
31884
31885 2Na+
31886 \begin_inset space \textvisiblespace{}
31887 \end_inset
31888
31889 +
31890 \begin_inset space \textvisiblespace{}
31891 \end_inset
31892
31893 SO4^2-
31894 \begin_inset space \textvisiblespace{}
31895 \end_inset
31896
31897
31898 \begin_inset space \textvisiblespace{}
31899 \end_inset
31900
31901 ->
31902 \begin_inset space \textvisiblespace{}
31903 \end_inset
31904
31905 Na2SO4
31906 \end_layout
31907
31908 \begin_layout Standard
31909 To create multiline chemical equations first a multiline formula is created
31910  as described in 
31911 \begin_inset CommandInset ref
31912 LatexCommand ref
31913 reference "sec:Multiline-Formulas"
31914
31915 \end_inset
31916
31917 .
31918  Afterwards the command 
31919 \series bold
31920
31921 \backslash
31922 ce
31923 \series default
31924  is used in every small blue box of the formula.
31925  
31926 \begin_inset CommandInset ref
31927 LatexCommand eqref
31928 reference "eq:TEOS-reaction-1"
31929
31930 \end_inset
31931
31932  and 
31933 \begin_inset CommandInset ref
31934 LatexCommand eqref
31935 reference "eq:TEOS-reaction-2"
31936
31937 \end_inset
31938
31939  are an example of a multi-stage chemical reaction where every equation
31940  has its own number.
31941 \begin_inset Formula 
31942 \begin{eqnarray}
31943 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31944 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31945 \end{eqnarray}
31946
31947 \end_inset
31948
31949
31950 \end_layout
31951
31952 \begin_layout Standard
31953 Besides 
31954 \series bold
31955
31956 \backslash
31957 ce
31958 \series default
31959  the 
31960 \series bold
31961 mhchem
31962 \series default
31963  package provides the command 
31964 \series bold
31965
31966 \backslash
31967 cf
31968 \series default
31969
31970 \begin_inset Index idx
31971 status collapsed
31972
31973 \begin_layout Plain Layout
31974 Commands ! C ! 
31975 \backslash
31976 cf
31977 \end_layout
31978
31979 \end_inset
31980
31981  that has to be used for special cases.
31982  For more information about 
31983 \series bold
31984
31985 \backslash
31986 cf
31987 \series default
31988  and more examples have a look at the documentation of 
31989 \series bold
31990 mhchem
31991 \series default
31992
31993 \begin_inset CommandInset citation
31994 LatexCommand cite
31995 key "mhchem"
31996 literal "true"
31997
31998 \end_inset
31999
32000 .
32001 \end_layout
32002
32003 \begin_layout Section
32004 Diagrams
32005 \end_layout
32006
32007 \begin_layout Standard
32008 \SpecialChar LyX
32009  supports two types of commutative diagrams: 
32010 \series bold
32011 amscd
32012 \series default
32013  and 
32014 \series bold
32015 xymatrix
32016 \series default
32017  that are explained in the following.
32018 \end_layout
32019
32020 \begin_layout Subsection
32021 Amscd Diagrams
32022 \begin_inset Index idx
32023 status collapsed
32024
32025 \begin_layout Plain Layout
32026 Diagrams ! amscd
32027 \end_layout
32028
32029 \end_inset
32030
32031
32032 \end_layout
32033
32034 \begin_layout Standard
32035 Diagrams of this type visualize relations by vertical and horizontal lines
32036  or arrows:
32037 \begin_inset Formula 
32038 \[
32039 \begin{CD}A@>>>B@>>>C\\
32040 @AAA@.@VVV\\
32041 F@<<<E@<<<D
32042 \end{CD}
32043 \]
32044
32045 \end_inset
32046
32047
32048 \end_layout
32049
32050 \begin_layout Standard
32051 To get them, the command 
32052 \series bold
32053
32054 \backslash
32055 CD
32056 \begin_inset Index idx
32057 status collapsed
32058
32059 \begin_layout Plain Layout
32060 Commands ! C ! 
32061 \backslash
32062 CD
32063 \end_layout
32064
32065 \end_inset
32066
32067
32068 \series default
32069  is inserted to a formula.
32070  A blue box appears with two dashed lines where further commands can be
32071  inserted.
32072  With 
32073 \begin_inset Info
32074 type  "shortcut"
32075 arg   "newline-insert newline"
32076 \end_inset
32077
32078  a new line is created.
32079  Horizontal relations are inserted in odd, vertical in even formula lines.
32080 \end_layout
32081
32082 \begin_layout Standard
32083 To create the relations there are the following commands:
32084 \end_layout
32085
32086 \begin_layout Itemize
32087
32088 \series bold
32089 @<<<
32090 \series default
32091  creates a left arrow, 
32092 \series bold
32093 @>>>
32094 \series default
32095  a right arrow and 
32096 \series bold
32097 @=
32098 \series default
32099  a long equal sign
32100 \end_layout
32101
32102 \begin_layout Itemize
32103
32104 \series bold
32105 @AAA
32106 \series default
32107  creates an up arrow, 
32108 \series bold
32109 @VVV
32110 \series default
32111  a down arrow and 
32112 \series bold
32113 @|
32114 \series default
32115  a vertical equal sign
32116 \end_layout
32117
32118 \begin_layout Itemize
32119
32120 \series bold
32121 @.
32122
32123 \series default
32124  is a placeholder for non-existent relations
32125 \end_layout
32126
32127 \begin_layout Standard
32128 All arrows can be labeled as follows:
32129 \end_layout
32130
32131 \begin_layout Itemize
32132 If text inserted between the first and second < or >, resp., it is placed
32133  above the arrow.
32134  When it is inserted between the second and third one, it appears under
32135  the arrow.
32136 \end_layout
32137
32138 \begin_layout Itemize
32139 When text for vertical arrows is inserted between the first and second A
32140  or V, resp., it is placed left beside the arrow.
32141  When it is inserted between the second and third one, it appears right
32142  beside the arrow.
32143  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32144  brace.
32145 \end_layout
32146
32147 \begin_layout Standard
32148 As example a diagram with all possible relations:
32149 \end_layout
32150
32151 \begin_layout Standard
32152 \begin_inset Formula 
32153 \[
32154 \begin{CD}A@>j>>B@>>k>C@=F\\
32155 @AmAA@.@VV{V}V@|\\
32156 D@<<j<E@>k>>F@=C
32157 \end{CD}
32158 \]
32159
32160 \end_inset
32161
32162
32163 \end_layout
32164
32165 \begin_layout Standard
32166 The command for this is:
32167 \begin_inset Newline newline
32168 \end_inset
32169
32170
32171 \series bold
32172
32173 \backslash
32174 CD
32175 \begin_inset space \textvisiblespace{}
32176 \end_inset
32177
32178 A@>j>>B@>>k>C@=F Ctrl+Return
32179 \begin_inset Newline newline
32180 \end_inset
32181
32182
32183 \begin_inset Phantom HPhantom
32184 status open
32185
32186 \begin_layout Plain Layout
32187
32188 \series bold
32189
32190 \backslash
32191 CD
32192 \begin_inset space \textvisiblespace{}
32193 \end_inset
32194
32195
32196 \end_layout
32197
32198 \end_inset
32199
32200 @AmAA@.@VV
32201 \backslash
32202 {V
32203 \series default
32204
32205 \begin_inset Formula $\to$
32206 \end_inset
32207
32208
32209 \series bold
32210 V@| Ctrl+Return
32211 \begin_inset Newline newline
32212 \end_inset
32213
32214
32215 \begin_inset Phantom HPhantom
32216 status open
32217
32218 \begin_layout Plain Layout
32219
32220 \series bold
32221
32222 \backslash
32223 CD
32224 \begin_inset space \textvisiblespace{}
32225 \end_inset
32226
32227
32228 \end_layout
32229
32230 \end_inset
32231
32232 D@<<j<E@>k>>F@=C
32233 \end_layout
32234
32235 \begin_layout Subsection
32236 Xymatrix Diagrams
32237 \begin_inset Index idx
32238 status collapsed
32239
32240 \begin_layout Plain Layout
32241 Diagrams ! xymatrix
32242 \end_layout
32243
32244 \end_inset
32245
32246
32247 \end_layout
32248
32249 \begin_layout Standard
32250 To be able to use xymatrices, the \SpecialChar LaTeX
32251 -package 
32252 \series bold
32253 xypic
32254 \series default
32255  must be installed.
32256  A xymatrix is created by inserting the command 
32257 \series bold
32258
32259 \backslash
32260 xymatrix
32261 \series default
32262  in a formula.
32263  Then you are able to add new matrix columns and rows like for normal matrices,
32264  see 
32265 \begin_inset CommandInset ref
32266 LatexCommand ref
32267 reference "sec:Matrices"
32268
32269 \end_inset
32270
32271 .
32272 \end_layout
32273
32274 \begin_layout Standard
32275 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32276  and much more.
32277  All possibilities to create commutative diagrams and decorations are explained
32278  in detail in the 
32279 \emph on
32280 XY-pic manual
32281 \emph default
32282  that you find in the menu 
32283 \family sans
32284 Help\SpecialChar menuseparator
32285 Specific
32286 \begin_inset space ~
32287 \end_inset
32288
32289 Manuals
32290 \family default
32291 .
32292 \end_layout
32293
32294 \begin_layout Subsection
32295
32296 \noun on
32297 Feynman
32298 \noun default
32299  Diagrams
32300 \begin_inset Index idx
32301 status collapsed
32302
32303 \begin_layout Plain Layout
32304 Diagrams ! Feynman
32305 \end_layout
32306
32307 \end_inset
32308
32309
32310 \end_layout
32311
32312 \begin_layout Standard
32313 To be able to use 
32314 \noun on
32315 Feynman
32316 \noun default
32317 -diagrams, the \SpecialChar LaTeX
32318 -package 
32319 \series bold
32320 feyn
32321 \series default
32322  must be installed.
32323  A 
32324 \noun on
32325 Feynman
32326 \noun default
32327 -diagram is created by inserting the command 
32328 \series bold
32329
32330 \backslash
32331 Diagram
32332 \series default
32333  in a formula.
32334  Then you are able to add new matrix columns and rows like for normal matrices,
32335  see 
32336 \begin_inset CommandInset ref
32337 LatexCommand ref
32338 reference "sec:Matrices"
32339
32340 \end_inset
32341
32342 .
32343 \end_layout
32344
32345 \begin_layout Standard
32346 Examples how to create 
32347 \noun on
32348 Feynman-
32349 \noun default
32350 diagrams in \SpecialChar LyX
32351  is given in the 
32352 \emph on
32353 Feynman-diagram manual
32354 \emph default
32355  that you find in the menu 
32356 \family sans
32357 Help\SpecialChar menuseparator
32358 Specific
32359 \begin_inset space ~
32360 \end_inset
32361
32362 Manuals
32363 \family default
32364 .
32365 \end_layout
32366
32367 \begin_layout Section
32368 User-defined Commands
32369 \begin_inset Index idx
32370 status collapsed
32371
32372 \begin_layout Plain Layout
32373 User-defined commands
32374 \end_layout
32375
32376 \end_inset
32377
32378
32379 \end_layout
32380
32381 \begin_layout Standard
32382 \begin_inset Note Greyedout
32383 status open
32384
32385 \begin_layout Plain Layout
32386
32387 \series bold
32388 Note:
32389 \series default
32390  The names of user-defined commands and macros may only consist of Latin
32391  letters.
32392 \end_layout
32393
32394 \end_inset
32395
32396
32397 \end_layout
32398
32399 \begin_layout Subsection
32400 The Command 
32401 \backslash
32402 newcommand
32403 \begin_inset CommandInset label
32404 LatexCommand label
32405 name "subsec:The-Command-newcommand"
32406
32407 \end_inset
32408
32409
32410 \begin_inset Index idx
32411 status collapsed
32412
32413 \begin_layout Plain Layout
32414 User-defined commands ! 
32415 \backslash
32416 newcommand
32417 \end_layout
32418
32419 \end_inset
32420
32421
32422 \begin_inset Index idx
32423 status collapsed
32424
32425 \begin_layout Plain Layout
32426 Commands ! N ! 
32427 \backslash
32428 newcommand
32429 \end_layout
32430
32431 \end_inset
32432
32433
32434 \end_layout
32435
32436 \begin_layout Standard
32437 Many \SpecialChar LaTeX
32438 -commands are too long to be used frequently.
32439  But it is possible to define with the command 
32440 \series bold
32441
32442 \backslash
32443 newcommand
32444 \series default
32445  new shorter commands.
32446 \end_layout
32447
32448 \begin_layout Standard
32449 The command scheme of 
32450 \series bold
32451
32452 \backslash
32453 newcommand
32454 \series default
32455  is:
32456 \end_layout
32457
32458 \begin_layout Standard
32459
32460 \series bold
32461
32462 \backslash
32463 newcommand{new command name}[number of arguments][optional
32464 \series default
32465  
32466 \series bold
32467 value]
32468 \begin_inset Newline newline
32469 \end_inset
32470
32471
32472 \begin_inset Phantom HPhantom
32473 status open
32474
32475 \begin_layout Plain Layout
32476
32477 \series bold
32478
32479 \backslash
32480 newcommand
32481 \end_layout
32482
32483 \end_inset
32484
32485 {command definition}
32486 \end_layout
32487
32488 \begin_layout Standard
32489 \begin_inset Note Greyedout
32490 status open
32491
32492 \begin_layout Plain Layout
32493
32494 \series bold
32495 Note:
32496 \series default
32497  Assure that the name of the new command is not already used in your document
32498  or by \SpecialChar LaTeX
32499 -packages that you use.
32500  When you for example define the command 
32501 \series bold
32502
32503 \backslash
32504 le
32505 \series default
32506  for 
32507 \series bold
32508
32509 \backslash
32510 Leftarrow
32511 \series default
32512 , you get an error message because 
32513 \series bold
32514
32515 \backslash
32516 le
32517 \series default
32518  is already defined as command for 
32519 \begin_inset Quotes eld
32520 \end_inset
32521
32522
32523 \begin_inset Formula $\le$
32524 \end_inset
32525
32526
32527 \begin_inset Quotes erd
32528 \end_inset
32529
32530 .
32531 \end_layout
32532
32533 \end_inset
32534
32535
32536 \end_layout
32537
32538 \begin_layout Standard
32539 The number of arguments is an integer in the range 0
32540 \begin_inset space \thinspace{}
32541 \end_inset
32542
32543 -
32544 \begin_inset space \thinspace{}
32545 \end_inset
32546
32547 9 and specifies how many arguments the new command should have.
32548  With the optional value a value for an optional argument can be predefined.
32549  When this is done, the 
32550 \emph on
32551 first
32552 \emph default
32553  
32554 \emph on
32555 a
32556 \emph default
32557 rgument of the new command is automatically an optional one.
32558 \end_layout
32559
32560 \begin_layout Standard
32561 Here are some examples:
32562 \end_layout
32563
32564 \begin_layout Itemize
32565 To define the command 
32566 \series bold
32567
32568 \backslash
32569 gr
32570 \series default
32571  for 
32572 \series bold
32573
32574 \backslash
32575 Longrightarrow
32576 \series default
32577 , the \SpecialChar LaTeX
32578 -preamble line is:
32579 \begin_inset VSpace medskip
32580 \end_inset
32581
32582
32583 \begin_inset Newline newline
32584 \end_inset
32585
32586
32587 \series bold
32588
32589 \backslash
32590 newcommand{
32591 \backslash
32592 gr}{
32593 \backslash
32594 Longrightarrow}
32595 \end_layout
32596
32597 \begin_layout Itemize
32598 To define the command 
32599 \series bold
32600
32601 \backslash
32602 us
32603 \series default
32604  for 
32605 \series bold
32606
32607 \backslash
32608 underline
32609 \series default
32610 , the argument (that should be underlined) must be taken into account.
32611  For this the preamble line is:
32612 \begin_inset VSpace medskip
32613 \end_inset
32614
32615
32616 \begin_inset Newline newline
32617 \end_inset
32618
32619
32620 \series bold
32621
32622 \backslash
32623 newcommand{
32624 \backslash
32625 us}[1]{
32626 \backslash
32627 underline{#1}}
32628 \series default
32629
32630 \begin_inset VSpace medskip
32631 \end_inset
32632
32633
32634 \begin_inset Newline newline
32635 \end_inset
32636
32637 The character 
32638 \series bold
32639 #
32640 \series default
32641  acts as argument placeholder, the 
32642 \series bold
32643 1
32644 \series default
32645  behind it denotes that it is the placeholder for the first argument.
32646 \end_layout
32647
32648 \begin_layout Itemize
32649 For 
32650 \series bold
32651
32652 \backslash
32653 framebox
32654 \series default
32655  one can e.
32656 \begin_inset space \thinspace{}
32657 \end_inset
32658
32659 g.
32660 \begin_inset space \space{}
32661 \end_inset
32662
32663 define the command 
32664 \series bold
32665
32666 \backslash
32667 fb
32668 \series default
32669 :
32670 \begin_inset VSpace medskip
32671 \end_inset
32672
32673
32674 \begin_inset Newline newline
32675 \end_inset
32676
32677
32678 \series bold
32679
32680 \backslash
32681 newcommand{
32682 \backslash
32683 fb}[3]{
32684 \backslash
32685 framebox#1#2{$#3$}}
32686 \series default
32687
32688 \begin_inset VSpace medskip
32689 \end_inset
32690
32691
32692 \begin_inset Newline newline
32693 \end_inset
32694
32695 The two Dollar signs creates the extra formula needed for 
32696 \series bold
32697
32698 \backslash
32699 framebox
32700 \series default
32701 , see 
32702 \begin_inset CommandInset ref
32703 LatexCommand ref
32704 reference "subsec:Boxes-with-Frame"
32705
32706 \end_inset
32707
32708 .
32709 \end_layout
32710
32711 \begin_layout Itemize
32712 To create a new command for 
32713 \series bold
32714
32715 \backslash
32716 fcolorbox
32717 \series default
32718  where the color for the box need not be specified, the argument for the
32719  color is defined optional:
32720 \begin_inset VSpace medskip
32721 \end_inset
32722
32723
32724 \begin_inset Newline newline
32725 \end_inset
32726
32727
32728 \series bold
32729
32730 \backslash
32731 newcommand{
32732 \backslash
32733 cb}[3][white]{
32734 \backslash
32735 fcolorbox{#2}{#1}{$#3$}}
32736 \series default
32737
32738 \begin_inset VSpace medskip
32739 \end_inset
32740
32741
32742 \begin_inset Newline newline
32743 \end_inset
32744
32745 When the color is not specified when using 
32746 \series bold
32747
32748 \backslash
32749 cb
32750 \series default
32751 , the predefined color 
32752 \series bold
32753 white
32754 \series default
32755  will be used.
32756 \end_layout
32757
32758 \begin_layout Standard
32759 A test of the new defined commands:
32760 \end_layout
32761
32762 \begin_layout Standard
32763 \align center
32764 \begin_inset Tabular
32765 <lyxtabular version="3" rows="6" columns="2">
32766 <features booktabs="true" tabularvalignment="middle">
32767 <column alignment="center" valignment="top" width="0pt">
32768 <column alignment="center" valignment="top">
32769 <row>
32770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32771 \begin_inset Text
32772
32773 \begin_layout Plain Layout
32774 Command
32775 \end_layout
32776
32777 \end_inset
32778 </cell>
32779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32780 \begin_inset Text
32781
32782 \begin_layout Plain Layout
32783 Result
32784 \end_layout
32785
32786 \end_inset
32787 </cell>
32788 </row>
32789 <row>
32790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32791 \begin_inset Text
32792
32793 \begin_layout Plain Layout
32794 A
32795 \backslash
32796 gr
32797 \begin_inset space \textvisiblespace{}
32798 \end_inset
32799
32800 B
32801 \end_layout
32802
32803 \end_inset
32804 </cell>
32805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32806 \begin_inset Text
32807
32808 \begin_layout Plain Layout
32809 \begin_inset Formula $A\gr B$
32810 \end_inset
32811
32812
32813 \end_layout
32814
32815 \end_inset
32816 </cell>
32817 </row>
32818 <row>
32819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32820 \begin_inset Text
32821
32822 \begin_layout Plain Layout
32823
32824 \backslash
32825 us{ABcd
32826 \end_layout
32827
32828 \end_inset
32829 </cell>
32830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32831 \begin_inset Text
32832
32833 \begin_layout Plain Layout
32834 \begin_inset Formula $\us{ABcd}$
32835 \end_inset
32836
32837
32838 \end_layout
32839
32840 \end_inset
32841 </cell>
32842 </row>
32843 <row topspace="1mm">
32844 <cell alignment="center" valignment="top" usebox="none">
32845 \begin_inset Text
32846
32847 \begin_layout Plain Layout
32848
32849 \backslash
32850 fb{[2cm]
32851 \begin_inset Formula $\to$
32852 \end_inset
32853
32854
32855 \backslash
32856 {
32857 \begin_inset Formula $\to$
32858 \end_inset
32859
32860
32861 \backslash
32862 {
32863 \backslash
32864 int
32865 \begin_inset space \textvisiblespace{}
32866 \end_inset
32867
32868 A=B
32869 \end_layout
32870
32871 \end_inset
32872 </cell>
32873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32874 \begin_inset Text
32875
32876 \begin_layout Plain Layout
32877 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
32878 \end_inset
32879
32880
32881 \end_layout
32882
32883 \end_inset
32884 </cell>
32885 </row>
32886 <row topspace="1.5mm">
32887 <cell alignment="center" valignment="top" usebox="none">
32888 \begin_inset Text
32889
32890 \begin_layout Plain Layout
32891
32892 \backslash
32893 cb{red
32894 \begin_inset Formula $\to$
32895 \end_inset
32896
32897
32898 \backslash
32899 {
32900 \backslash
32901 int
32902 \begin_inset space \textvisiblespace{}
32903 \end_inset
32904
32905 A=B
32906 \end_layout
32907
32908 \end_inset
32909 </cell>
32910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32911 \begin_inset Text
32912
32913 \begin_layout Plain Layout
32914 \begin_inset Formula $\cb{red}{\int A=B}$
32915 \end_inset
32916
32917
32918 \end_layout
32919
32920 \end_inset
32921 </cell>
32922 </row>
32923 <row topspace="1.5mm" bottomspace="1mm">
32924 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32925 \begin_inset Text
32926
32927 \begin_layout Plain Layout
32928
32929 \backslash
32930 cb[green]
32931 \backslash
32932 {red
32933 \begin_inset Formula $\to$
32934 \end_inset
32935
32936
32937 \backslash
32938 {
32939 \backslash
32940 int
32941 \begin_inset space \textvisiblespace{}
32942 \end_inset
32943
32944 A=B
32945 \end_layout
32946
32947 \end_inset
32948 </cell>
32949 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
32950 \begin_inset Text
32951
32952 \begin_layout Plain Layout
32953 \begin_inset Formula $\cb[green]{red}{\int A=B}$
32954 \end_inset
32955
32956
32957 \end_layout
32958
32959 \end_inset
32960 </cell>
32961 </row>
32962 </lyxtabular>
32963
32964 \end_inset
32965
32966
32967 \end_layout
32968
32969 \begin_layout Subsection
32970 Math Macros
32971 \begin_inset Index idx
32972 status collapsed
32973
32974 \begin_layout Plain Layout
32975 User-defined commands! Math macros
32976 \end_layout
32977
32978 \end_inset
32979
32980
32981 \begin_inset Index idx
32982 status collapsed
32983
32984 \begin_layout Plain Layout
32985 Macros
32986 \end_layout
32987
32988 \end_inset
32989
32990
32991 \end_layout
32992
32993 \begin_layout Standard
32994 User-defined commands are especially convenient for complex expressions.
32995  When you are for example dealing with a document that has quadratic equations,
32996  the same solution type occurs several times.
32997  The general form of a quadratic equation is
32998 \begin_inset Formula 
32999 \[
33000 0=\lambda^{2}+p\lambda+q
33001 \]
33002
33003 \end_inset
33004
33005 The general form of the solution is
33006 \begin_inset Formula 
33007 \[
33008 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33009 \]
33010
33011 \end_inset
33012
33013
33014 \end_layout
33015
33016 \begin_layout Standard
33017 To define a command for the solution formula where only the three parameters
33018  
33019 \begin_inset Formula $\lambda$
33020 \end_inset
33021
33022
33023 \begin_inset Formula $p$
33024 \end_inset
33025
33026  and 
33027 \begin_inset Formula $q$
33028 \end_inset
33029
33030  need to be specified and the index of 
33031 \begin_inset Formula $\lambda$
33032 \end_inset
33033
33034  can be given optionally, the \SpecialChar LaTeX
33035 -preamble line is
33036 \begin_inset Newline newline
33037 \end_inset
33038
33039
33040 \series bold
33041
33042 \backslash
33043 newcommand{
33044 \backslash
33045 qG}[4][1,
33046 \backslash
33047 ,2]{#2_{#1}=-
33048 \backslash
33049 frac{#3}{2}
33050 \backslash
33051 pm
33052 \begin_inset Newline newline
33053 \end_inset
33054
33055
33056 \begin_inset Phantom HPhantom
33057 status open
33058
33059 \begin_layout Plain Layout
33060
33061 \series bold
33062
33063 \backslash
33064 newcommand
33065 \end_layout
33066
33067 \end_inset
33068
33069
33070 \backslash
33071 sqrt{
33072 \backslash
33073 frac{#3^{2}}{4}-#4}}
33074 \end_layout
33075
33076 \begin_layout Standard
33077 To create with this the solution formula, the command
33078 \begin_inset Newline newline
33079 \end_inset
33080
33081
33082 \series bold
33083
33084 \backslash
33085 qG{
33086 \backslash
33087 lambda
33088 \begin_inset Formula $\to$
33089 \end_inset
33090
33091
33092 \backslash
33093 {p
33094 \begin_inset Formula $\to$
33095 \end_inset
33096
33097
33098 \backslash
33099 {q
33100 \series default
33101  is inserted to a formula
33102 \series bold
33103 .
33104 \end_layout
33105
33106 \begin_layout Standard
33107 The definition of the new command is unintuitive because one has to know
33108  the schemes of all used \SpecialChar LaTeX
33109  commands, e.
33110 \begin_inset space \thinspace{}
33111 \end_inset
33112
33113 g.
33114 \begin_inset space \space{}
33115 \end_inset
33116
33117 that a fraction is inserted in \SpecialChar LaTeX
33118  as 
33119 \series bold
33120
33121 \backslash
33122 frac{numerator}{denominator}
33123 \series default
33124 .
33125  Furthermore one can easily forget a brace in the definition and cannot
33126  see in \SpecialChar LyX
33127  what the new command is doing.
33128  To avoid these problems \SpecialChar LyX
33129  offers the possibility to use math macros instead
33130  of the command 
33131 \series bold
33132
33133 \backslash
33134 newcommand
33135 \series default
33136 .
33137 \end_layout
33138
33139 \begin_layout Standard
33140 A math macro is created by using the menu 
33141 \family sans
33142 Insert\SpecialChar menuseparator
33143 Math\SpecialChar menuseparator
33144 Macro
33145 \family default
33146  or the toolbar button 
33147 \begin_inset Info
33148 type  "icon"
33149 arg   "math-macro newmacroname_newcommand"
33150 \end_inset
33151
33152 .
33153  The math macro toolbar appears together with the following box where the
33154  macro is defined:
33155 \begin_inset Newline newline
33156 \end_inset
33157
33158
33159 \begin_inset space \hspace*{\fill}
33160 \end_inset
33161
33162
33163 \begin_inset Graphics
33164         filename clipart/macrobox.png
33165         scale 95
33166
33167 \end_inset
33168
33169
33170 \begin_inset space \hspace*{\fill}
33171 \end_inset
33172
33173
33174 \begin_inset Newline newline
33175 \end_inset
33176
33177
33178 \begin_inset FormulaMacro
33179 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33180 \end_inset
33181
33182
33183 \backslash
33184 newmacroname is the default name of the macro that should be changed to
33185  something sensible.
33186  The wanted formula is inserted in the first blue box.
33187  An argument placeholder is inserted with the command 
33188 \series bold
33189
33190 \backslash
33191 #argumentnumber
33192 \series default
33193 , e.
33194 \begin_inset space \thinspace{}
33195 \end_inset
33196
33197 g
33198 \begin_inset space \space{}
33199 \end_inset
33200
33201
33202 \series bold
33203
33204 \backslash
33205 #1
33206 \series default
33207  or by using the macro toolbar button 
33208 \begin_inset Info
33209 type  "icon"
33210 arg   "math-macro-add-param"
33211 \end_inset
33212
33213 .
33214  Argument placeholders are displayed red.
33215  A maximum of 9
33216 \begin_inset space ~
33217 \end_inset
33218
33219 arguments are possible.
33220  Optional arguments are created with the toolbar button 
33221 \begin_inset Info
33222 type  "icon"
33223 arg   "math-macro-add-optional-param"
33224 \end_inset
33225
33226 .
33227  The first non-optional argument can be transformed to an optional one with
33228  the toolbar button 
33229 \begin_inset Info
33230 type  "icon"
33231 arg   "math-macro-make-optional"
33232 \end_inset
33233
33234 .
33235  In the second blue box the appearance of the macro in \SpecialChar LyX
33236  can be defined.
33237  Normally you want to see it as it is defined, so the box is kept empty.
33238  But when you have created a macro that needs lot of space on the screen,
33239  you can insert in the box for example
33240 \begin_inset Newline newline
33241 \end_inset
33242
33243
33244 \series bold
33245 qG: 
33246 \backslash
33247 #1
33248 \series default
33249  
33250 \series bold
33251 ,
33252 \series default
33253  
33254 \series bold
33255
33256 \backslash
33257 #2
33258 \series default
33259  
33260 \series bold
33261 ,
33262 \series default
33263  
33264 \series bold
33265
33266 \backslash
33267 #3, 
33268 \backslash
33269 #4
33270 \begin_inset Newline newline
33271 \end_inset
33272
33273
33274 \series default
33275 For the macro only the arguments with the macro name in front of them will
33276  then be displayed in \SpecialChar LyX
33277 , leading to a better overview.
33278  The formula appears in the output as defined in the first box.
33279 \begin_inset Newline newline
33280 \end_inset
33281
33282 The appearance of macros in formulas can furthermore be changed for single
33283  macros by setting the cursor in the macro and using the menu 
33284 \family sans
33285 View\SpecialChar menuseparator
33286 (Un)fold
33287 \begin_inset space ~
33288 \end_inset
33289
33290 Math
33291 \begin_inset space ~
33292 \end_inset
33293
33294 Macro
33295 \family default
33296 .
33297 \end_layout
33298
33299 \begin_layout Standard
33300 To use a macro, the macro name is inserted as command to a formula, in our
33301  case 
33302 \series bold
33303
33304 \backslash
33305 qG
33306 \series default
33307 .
33308  Our macro looks in \SpecialChar LyX
33309  like this:
33310 \begin_inset Newline newline
33311 \end_inset
33312
33313
33314 \begin_inset space \hspace*{\fill}
33315 \end_inset
33316
33317
33318 \begin_inset Graphics
33319         filename clipart/macrouse.png
33320         scale 95
33321
33322 \end_inset
33323
33324
33325 \begin_inset space \hspace*{\fill}
33326 \end_inset
33327
33328
33329 \begin_inset Newline newline
33330 \end_inset
33331
33332 Here is our macro example with the arguments 
33333 \begin_inset Formula $x$
33334 \end_inset
33335
33336
33337 \begin_inset Formula $\ln(x)$
33338 \end_inset
33339
33340  and 
33341 \begin_inset Formula $B$
33342 \end_inset
33343
33344 :
33345 \end_layout
33346
33347 \begin_layout Standard
33348 \begin_inset Formula 
33349 \[
33350 \qG x{\ln(x)}B
33351 \]
33352
33353 \end_inset
33354
33355
33356 \end_layout
33357
33358 \begin_layout Standard
33359 \SpecialChar LyX
33360  offers in the menu 
33361 \family sans
33362 Tools\SpecialChar menuseparator
33363 Preferences\SpecialChar menuseparator
33364 Editing\SpecialChar menuseparator
33365 Control
33366 \family default
33367  different styles to edit macros.
33368  To find the style that suits you the most, choose a style and set the cursor
33369  in a macro formula to see the difference.
33370 \end_layout
33371
33372 \begin_layout Standard
33373 A math macro is transformed internally to a 
33374 \series bold
33375
33376 \backslash
33377 newcommand
33378 \series default
33379  command when exporting the document.
33380  The created 
33381 \series bold
33382
33383 \backslash
33384 newcommand
33385 \series default
33386  command is not placed in the \SpecialChar LaTeX
33387 -preamble, therefore macros can only be used
33388  in formulas that are in the document below the macro definition box.
33389 \end_layout
33390
33391 \begin_layout Standard
33392 Math macros can also be directly created from a 
33393 \series bold
33394
33395 \backslash
33396 newcommand
33397 \series default
33398  command.
33399  When writing for example the command
33400 \series bold
33401
33402 \begin_inset Newline newline
33403 \end_inset
33404
33405
33406 \backslash
33407 newcommand{
33408 \backslash
33409 larrow}[2]{
33410 \backslash
33411 xleftarrow[#2]{#1}}
33412 \begin_inset Newline newline
33413 \end_inset
33414
33415
33416 \series default
33417 in \SpecialChar LyX
33418  as normal text, highlighting it completely and using then the shortcut
33419  
33420 \family sans
33421 Ctrl+M
33422 \family default
33423 , the command will be transformed to a math macro.
33424  Using this method you need to be careful that the 
33425 \series bold
33426
33427 \backslash
33428 newcommand
33429 \series default
33430  command is typed correctly, otherwise you get a faulty macro leading to
33431  \SpecialChar LaTeX
33432  errors.
33433 \end_layout
33434
33435 \begin_layout Standard
33436 Math macros currently have the problem that further formulas in macro definition
33437 s are handled wrongly.
33438  Therefore the example 
33439 \series bold
33440
33441 \backslash
33442 fb
33443 \series default
33444  from 
33445 \begin_inset CommandInset ref
33446 LatexCommand ref
33447 reference "subsec:The-Command-newcommand"
33448
33449 \end_inset
33450
33451  cannot be created as macro.
33452 \end_layout
33453
33454 \begin_layout Standard
33455 When the cursor is in a macro definition box, you will see the macro toolbar
33456  in \SpecialChar LyX
33457 :
33458 \end_layout
33459
33460 \begin_layout Standard
33461 \begin_inset VSpace defskip
33462 \end_inset
33463
33464
33465 \end_layout
33466
33467 \begin_layout Standard
33468 \begin_inset Graphics
33469         filename clipart/MacroToolbar.png
33470
33471 \end_inset
33472
33473
33474 \begin_inset Index idx
33475 status collapsed
33476
33477 \begin_layout Plain Layout
33478 Macros ! Toolbar
33479 \end_layout
33480
33481 \end_inset
33482
33483
33484 \end_layout
33485
33486 \begin_layout Standard
33487 \begin_inset VSpace defskip
33488 \end_inset
33489
33490
33491 \end_layout
33492
33493 \begin_layout Standard
33494 The macro toolbar contains from left to right the following buttons:
33495 \end_layout
33496
33497 \begin_layout Standard
33498 \begin_inset VSpace defskip
33499 \end_inset
33500
33501
33502 \end_layout
33503
33504 \begin_layout Standard
33505 \begin_inset Tabular
33506 <lyxtabular version="3" rows="9" columns="2">
33507 <features islongtable="true" longtabularalignment="center">
33508 <column alignment="left" valignment="top">
33509 <column alignment="left" valignment="top" width="85col%">
33510 <row interlinespace="2.5mm">
33511 <cell alignment="center" valignment="top" usebox="none">
33512 \begin_inset Text
33513
33514 \begin_layout Plain Layout
33515 \begin_inset Info
33516 type  "icon"
33517 arg   "math-macro-remove-param"
33518 \end_inset
33519
33520
33521 \end_layout
33522
33523 \end_inset
33524 </cell>
33525 <cell alignment="center" valignment="top" usebox="none">
33526 \begin_inset Text
33527
33528 \begin_layout Plain Layout
33529
33530 \family sans
33531 Edit\SpecialChar menuseparator
33532 Math\SpecialChar menuseparator
33533 Macro
33534 \begin_inset space ~
33535 \end_inset
33536
33537 Definition\SpecialChar menuseparator
33538 Remove Last Argument
33539 \end_layout
33540
33541 \end_inset
33542 </cell>
33543 </row>
33544 <row interlinespace="2.5mm">
33545 <cell alignment="center" valignment="top" usebox="none">
33546 \begin_inset Text
33547
33548 \begin_layout Plain Layout
33549 \begin_inset Info
33550 type  "icon"
33551 arg   "math-macro-add-param"
33552 \end_inset
33553
33554
33555 \end_layout
33556
33557 \end_inset
33558 </cell>
33559 <cell alignment="center" valignment="top" usebox="none">
33560 \begin_inset Text
33561
33562 \begin_layout Plain Layout
33563
33564 \family sans
33565 Edit\SpecialChar menuseparator
33566 Math\SpecialChar menuseparator
33567 Macro
33568 \begin_inset space ~
33569 \end_inset
33570
33571 Definition\SpecialChar menuseparator
33572 Append Argument
33573 \end_layout
33574
33575 \end_inset
33576 </cell>
33577 </row>
33578 <row interlinespace="2.5mm">
33579 <cell alignment="center" valignment="top" usebox="none">
33580 \begin_inset Text
33581
33582 \begin_layout Plain Layout
33583 \begin_inset Info
33584 type  "icon"
33585 arg   "math-macro-make-optional"
33586 \end_inset
33587
33588
33589 \end_layout
33590
33591 \end_inset
33592 </cell>
33593 <cell alignment="center" valignment="top" usebox="none">
33594 \begin_inset Text
33595
33596 \begin_layout Plain Layout
33597
33598 \family sans
33599 Edit\SpecialChar menuseparator
33600 Math\SpecialChar menuseparator
33601 Macro
33602 \begin_inset space ~
33603 \end_inset
33604
33605 Definition\SpecialChar menuseparator
33606 Transform First Non-Optional to
33607 \begin_inset Newline newline
33608 \end_inset
33609
33610
33611 \begin_inset Phantom HPhantom
33612 status open
33613
33614 \begin_layout Plain Layout
33615
33616 \family sans
33617 Edit\SpecialChar menuseparator
33618 Math\SpecialChar menuseparator
33619 Macro
33620 \begin_inset space ~
33621 \end_inset
33622
33623 Definition\SpecialChar menuseparator
33624
33625 \end_layout
33626
33627 \end_inset
33628
33629 Optional Argument
33630 \end_layout
33631
33632 \end_inset
33633 </cell>
33634 </row>
33635 <row interlinespace="2.5mm">
33636 <cell alignment="center" valignment="top" usebox="none">
33637 \begin_inset Text
33638
33639 \begin_layout Plain Layout
33640 \begin_inset Info
33641 type  "icon"
33642 arg   "math-macro-make-nonoptional"
33643 \end_inset
33644
33645
33646 \end_layout
33647
33648 \end_inset
33649 </cell>
33650 <cell alignment="center" valignment="top" usebox="none">
33651 \begin_inset Text
33652
33653 \begin_layout Plain Layout
33654
33655 \family sans
33656 Edit\SpecialChar menuseparator
33657 Math\SpecialChar menuseparator
33658 Macro
33659 \begin_inset space ~
33660 \end_inset
33661
33662 Definition\SpecialChar menuseparator
33663 Transform Last Optional to
33664 \begin_inset Newline newline
33665 \end_inset
33666
33667
33668 \begin_inset Phantom HPhantom
33669 status open
33670
33671 \begin_layout Plain Layout
33672
33673 \family sans
33674 Edit\SpecialChar menuseparator
33675 Math\SpecialChar menuseparator
33676 Macro
33677 \begin_inset space ~
33678 \end_inset
33679
33680 Definition\SpecialChar menuseparator
33681
33682 \end_layout
33683
33684 \end_inset
33685
33686 Non-Optional Argument
33687 \end_layout
33688
33689 \end_inset
33690 </cell>
33691 </row>
33692 <row interlinespace="2.5mm">
33693 <cell alignment="center" valignment="top" usebox="none">
33694 \begin_inset Text
33695
33696 \begin_layout Plain Layout
33697 \begin_inset Info
33698 type  "icon"
33699 arg   "math-macro-remove-optional-param"
33700 \end_inset
33701
33702
33703 \end_layout
33704
33705 \end_inset
33706 </cell>
33707 <cell alignment="center" valignment="top" usebox="none">
33708 \begin_inset Text
33709
33710 \begin_layout Plain Layout
33711
33712 \family sans
33713 Edit\SpecialChar menuseparator
33714 Math\SpecialChar menuseparator
33715 Macro
33716 \begin_inset space ~
33717 \end_inset
33718
33719 Definition\SpecialChar menuseparator
33720 Remove Optional Argument
33721 \end_layout
33722
33723 \end_inset
33724 </cell>
33725 </row>
33726 <row interlinespace="2.5mm">
33727 <cell alignment="center" valignment="top" usebox="none">
33728 \begin_inset Text
33729
33730 \begin_layout Plain Layout
33731 \begin_inset Info
33732 type  "icon"
33733 arg   "math-macro-add-optional-param"
33734 \end_inset
33735
33736
33737 \end_layout
33738
33739 \end_inset
33740 </cell>
33741 <cell alignment="center" valignment="top" usebox="none">
33742 \begin_inset Text
33743
33744 \begin_layout Plain Layout
33745
33746 \family sans
33747 Edit\SpecialChar menuseparator
33748 Math\SpecialChar menuseparator
33749 Macro
33750 \begin_inset space ~
33751 \end_inset
33752
33753 Definition\SpecialChar menuseparator
33754 Insert Optional Argument
33755 \end_layout
33756
33757 \end_inset
33758 </cell>
33759 </row>
33760 <row interlinespace="2.5mm">
33761 <cell alignment="center" valignment="top" usebox="none">
33762 \begin_inset Text
33763
33764 \begin_layout Plain Layout
33765 \begin_inset Info
33766 type  "icon"
33767 arg   "math-macro-remove-greedy-param"
33768 \end_inset
33769
33770
33771 \end_layout
33772
33773 \end_inset
33774 </cell>
33775 <cell alignment="center" valignment="top" usebox="none">
33776 \begin_inset Text
33777
33778 \begin_layout Plain Layout
33779
33780 \family sans
33781 Edit\SpecialChar menuseparator
33782 Math\SpecialChar menuseparator
33783 Macro
33784 \begin_inset space ~
33785 \end_inset
33786
33787 Definition\SpecialChar menuseparator
33788 Remove Last Argument
33789 \begin_inset Newline newline
33790 \end_inset
33791
33792
33793 \begin_inset Phantom HPhantom
33794 status open
33795
33796 \begin_layout Plain Layout
33797
33798 \family sans
33799 Edit\SpecialChar menuseparator
33800 Math\SpecialChar menuseparator
33801 Macro
33802 \begin_inset space ~
33803 \end_inset
33804
33805 Definition\SpecialChar menuseparator
33806
33807 \end_layout
33808
33809 \end_inset
33810
33811 Spitting Out To The Right
33812 \end_layout
33813
33814 \end_inset
33815 </cell>
33816 </row>
33817 <row interlinespace="2.5mm">
33818 <cell alignment="center" valignment="top" usebox="none">
33819 \begin_inset Text
33820
33821 \begin_layout Plain Layout
33822 \begin_inset Info
33823 type  "icon"
33824 arg   "math-macro-append-greedy-param"
33825 \end_inset
33826
33827
33828 \end_layout
33829
33830 \end_inset
33831 </cell>
33832 <cell alignment="center" valignment="top" usebox="none">
33833 \begin_inset Text
33834
33835 \begin_layout Plain Layout
33836
33837 \family sans
33838 Edit\SpecialChar menuseparator
33839 Math\SpecialChar menuseparator
33840 Macro
33841 \begin_inset space ~
33842 \end_inset
33843
33844 Definition\SpecialChar menuseparator
33845 Append Argument
33846 \begin_inset Newline newline
33847 \end_inset
33848
33849
33850 \begin_inset Phantom HPhantom
33851 status open
33852
33853 \begin_layout Plain Layout
33854
33855 \family sans
33856 Edit\SpecialChar menuseparator
33857 Math\SpecialChar menuseparator
33858 Macro
33859 \begin_inset space ~
33860 \end_inset
33861
33862 Definition\SpecialChar menuseparator
33863
33864 \end_layout
33865
33866 \end_inset
33867
33868 Eating From The Right
33869 \end_layout
33870
33871 \end_inset
33872 </cell>
33873 </row>
33874 <row interlinespace="2.5mm">
33875 <cell alignment="center" valignment="top" usebox="none">
33876 \begin_inset Text
33877
33878 \begin_layout Plain Layout
33879 \begin_inset Info
33880 type  "icon"
33881 arg   "math-macro-add-greedy-optional-param"
33882 \end_inset
33883
33884
33885 \end_layout
33886
33887 \end_inset
33888 </cell>
33889 <cell alignment="center" valignment="top" usebox="none">
33890 \begin_inset Text
33891
33892 \begin_layout Plain Layout
33893
33894 \family sans
33895 Edit\SpecialChar menuseparator
33896 Math\SpecialChar menuseparator
33897 Macro
33898 \begin_inset space ~
33899 \end_inset
33900
33901 Definition\SpecialChar menuseparator
33902 Append Optional Argument
33903 \begin_inset Newline newline
33904 \end_inset
33905
33906
33907 \begin_inset Phantom HPhantom
33908 status open
33909
33910 \begin_layout Plain Layout
33911
33912 \family sans
33913 Edit\SpecialChar menuseparator
33914 Math\SpecialChar menuseparator
33915 Macro
33916 \begin_inset space ~
33917 \end_inset
33918
33919 Definition\SpecialChar menuseparator
33920
33921 \end_layout
33922
33923 \end_inset
33924
33925 Eating From The Right
33926 \end_layout
33927
33928 \end_inset
33929 </cell>
33930 </row>
33931 </lyxtabular>
33932
33933 \end_inset
33934
33935
33936 \end_layout
33937
33938 \begin_layout Section
33939 Computer Algebra Systems
33940 \end_layout
33941
33942 \begin_layout Standard
33943 \SpecialChar LyX
33944  offers the exchange between mathematical expressions written in \SpecialChar LyX
33945 's math
33946  editor and external applications or user defined scripts.
33947  Currently supported applications are 
33948 \family sans
33949 Maple
33950 \family default
33951
33952 \family sans
33953 Mathematica
33954 \family default
33955
33956 \family sans
33957 Maxima
33958 \family default
33959  and 
33960 \family sans
33961 Octave
33962 \family default
33963 .
33964  Note that the set of supported mathematical constructs is limited only
33965  to very simple cases.
33966 \end_layout
33967
33968 \begin_layout Subsection
33969 Usage
33970 \end_layout
33971
33972 \begin_layout Standard
33973 Write some expression in a formula, go to the 
33974 \family sans
33975 Edit\SpecialChar menuseparator
33976 Math\SpecialChar menuseparator
33977 Use Computer Algebra System
33978 \family default
33979  menu and choose the application you have installed on the computer.
33980  After that the result of computation should show on the right side of the
33981  expression together with the 
33982 \begin_inset Quotes eld
33983 \end_inset
33984
33985 =
33986 \begin_inset Quotes erd
33987 \end_inset
33988
33989  operator.
33990 \end_layout
33991
33992 \begin_layout Standard
33993 Here are few simple examples (with results from 
33994 \family typewriter
33995 Maxima
33996 \family default
33997 ) to show what kind of computations can be performed:
33998 \end_layout
33999
34000 \begin_layout Itemize
34001 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34002 \end_inset
34003
34004
34005 \end_layout
34006
34007 \begin_layout Itemize
34008 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34009 \end_inset
34010
34011
34012 \end_layout
34013
34014 \begin_layout Itemize
34015 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34016 \end_inset
34017
34018
34019 \end_layout
34020
34021 \begin_layout Itemize
34022 \begin_inset Formula $\int\left(\frac{1}{1+x^{3}}\right)dx=-\frac{\log\left(x^{2}-x+1\right)}{6}+\frac{\arctan\left(\frac{2\,x-1}{\sqrt{3}}\right)}{\sqrt{3}}+\frac{\log\left(x+1\right)}{3}$
34023 \end_inset
34024
34025
34026 \begin_inset Newline newline
34027 \end_inset
34028
34029
34030 \begin_inset Note Greyedout
34031 status open
34032
34033 \begin_layout Plain Layout
34034
34035 \series bold
34036 Note:
34037 \series default
34038  One needs to use proper delimiter insets 
34039 \begin_inset Formula $\left(\right)$
34040 \end_inset
34041
34042  instead of simple '(' ')' characters.
34043 \end_layout
34044
34045 \end_inset
34046
34047  
34048 \end_layout
34049
34050 \begin_layout Itemize
34051 \begin_inset Formula $\det\left[\begin{array}{ccc}
34052 1 & 6 & 7\\
34053 2 & 5 & 8\\
34054 3 & 4 & 17
34055 \end{array}\right]=-56$
34056 \end_inset
34057
34058
34059 \end_layout
34060
34061 \begin_layout Itemize
34062 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34063 \end_inset
34064
34065
34066 \end_layout
34067
34068 \begin_layout Itemize
34069 \begin_inset Formula $powerseries\left(-\log\left(5-x\right),x,1\right)=\sum_{{\mathit{i}_{2}}=0}^{\infty}{\frac{4^{-{\mathit{i}_{2}}-1}\,\left(x-1\right)^{{\mathit{i}_{2}}+1}}{{\mathit{i}_{2}}+1}}-\log4$
34070 \end_inset
34071
34072
34073 \end_layout
34074
34075 \begin_layout Itemize
34076 \begin_inset Formula $solve\left(x_{1}+y_{1}^{3}=y_{1}+x_{1}^{2},x_{1}\right)=\left[x_{1}=-\frac{\sqrt{4\,y_{1}^{3}-4\,y_{1}+1}-1}{2},x_{1}=\frac{\sqrt{4\,y_{1}^{3}-4\,y_{1}+1}+1}{2}\right]$
34077 \end_inset
34078
34079
34080 \end_layout
34081
34082 \begin_layout Subsection
34083 Keyboard shortcut
34084 \end_layout
34085
34086 \begin_layout Standard
34087 Currently there is no keyboard shortcut for calling the algebra applications.
34088  One can easily bind a shortcut to the 
34089 \family sans
34090 math-extern
34091 \family default
34092  \SpecialChar LyX
34093  function (see the 
34094 \family sans
34095 \emph on
34096 \SpecialChar LyX
34097  Functions
34098 \family default
34099 \emph default
34100  manual).
34101  One could e.
34102 \begin_inset space \thinspace{}
34103 \end_inset
34104
34105 g.
34106 \begin_inset space \space{}
34107 \end_inset
34108
34109 bind the 
34110 \family sans
34111 Return
34112 \family default
34113  key inside the math editor.
34114  To bind it to 
34115 \family typewriter
34116 Maxima
34117 \family default
34118  one would use this shortcut definition command:
34119 \end_layout
34120
34121 \begin_layout Standard
34122
34123 \series bold
34124 command-alternatives paragraph-break;math-extern maxima
34125 \end_layout
34126
34127 \begin_layout Section
34128 Miscellaneous
34129 \begin_inset Index idx
34130 status collapsed
34131
34132 \begin_layout Plain Layout
34133 Miscellaneous
34134 \end_layout
34135
34136 \end_inset
34137
34138
34139 \end_layout
34140
34141 \begin_layout Subsection
34142 Negative Numbers
34143 \begin_inset Index idx
34144 status collapsed
34145
34146 \begin_layout Plain Layout
34147 Numbers ! negative
34148 \end_layout
34149
34150 \end_inset
34151
34152
34153 \end_layout
34154
34155 \begin_layout Standard
34156 Negative numbers often look ugly in formulas because the minus sign before
34157  the number is set with the same length as the minus operator sign.
34158  When writing the negative number in normal text, the minus sign appears
34159  correctly.
34160 \end_layout
34161
34162 \begin_layout Standard
34163 Thus, the problem disappears when converting the minus sign to mathematical
34164  text.
34165 \end_layout
34166
34167 \begin_layout Standard
34168 An example to visualize the problem:
34169 \end_layout
34170
34171 \begin_layout Standard
34172 \align center
34173 \begin_inset Tabular
34174 <lyxtabular version="3" rows="3" columns="2">
34175 <features booktabs="true" tabularvalignment="middle">
34176 <column alignment="right" valignment="top" width="0pt">
34177 <column alignment="left" valignment="top">
34178 <row>
34179 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
34180 \begin_inset Text
34181
34182 \begin_layout Plain Layout
34183 normal text:
34184 \end_layout
34185
34186 \end_inset
34187 </cell>
34188 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34189 \begin_inset Text
34190
34191 \begin_layout Plain Layout
34192 x = -2
34193 \end_layout
34194
34195 \end_inset
34196 </cell>
34197 </row>
34198 <row>
34199 <cell alignment="right" valignment="top" leftline="true" usebox="none">
34200 \begin_inset Text
34201
34202 \begin_layout Plain Layout
34203 formula:
34204 \end_layout
34205
34206 \end_inset
34207 </cell>
34208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34209 \begin_inset Text
34210
34211 \begin_layout Plain Layout
34212 \begin_inset Formula $x=-2$
34213 \end_inset
34214
34215
34216 \end_layout
34217
34218 \end_inset
34219 </cell>
34220 </row>
34221 <row>
34222 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34223 \begin_inset Text
34224
34225 \begin_layout Plain Layout
34226 solution:
34227 \end_layout
34228
34229 \end_inset
34230 </cell>
34231 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34232 \begin_inset Text
34233
34234 \begin_layout Plain Layout
34235 \begin_inset Formula $x=\textrm{-}2$
34236 \end_inset
34237
34238
34239 \end_layout
34240
34241 \end_inset
34242 </cell>
34243 </row>
34244 </lyxtabular>
34245
34246 \end_inset
34247
34248
34249 \end_layout
34250
34251 \begin_layout Subsection
34252 Comma as decimal Separator
34253 \begin_inset Index idx
34254 status collapsed
34255
34256 \begin_layout Plain Layout
34257 Comma
34258 \end_layout
34259
34260 \end_inset
34261
34262
34263 \end_layout
34264
34265 \begin_layout Standard
34266 In \SpecialChar LaTeX
34267  a comma inside a formula is used, according to the English convention,
34268  as number group separator.
34269  So there will be space added behind all commas in formulas.
34270 \end_layout
34271
34272 \begin_layout Standard
34273 To avoid this, the comma is highlighted and changed to mathematical text
34274  (shortcut 
34275 \begin_inset Info
34276 type  "shortcut"
34277 arg   "math-mode"
34278 \end_inset
34279
34280 ).
34281 \end_layout
34282
34283 \begin_layout Standard
34284 To use all formula commas in the document as decimal separator, the file
34285  
34286 \series bold
34287 icomma.sty
34288 \series default
34289
34290 \begin_inset Foot
34291 status collapsed
34292
34293 \begin_layout Plain Layout
34294
34295 \series bold
34296 icomma
34297 \series default
34298  is part of the \SpecialChar LaTeX
34299 -package 
34300 \series bold
34301 was
34302 \series default
34303
34304 \begin_inset Index idx
34305 status collapsed
34306
34307 \begin_layout Plain Layout
34308 Packages ! was
34309 \begin_inset ERT
34310 status collapsed
34311
34312 \begin_layout Plain Layout
34313
34314
34315 \backslash
34316 vspace{4mm}
34317 \end_layout
34318
34319 \end_inset
34320
34321
34322 \end_layout
34323
34324 \end_inset
34325
34326 .
34327 \end_layout
34328
34329 \end_inset
34330
34331
34332 \begin_inset Index idx
34333 status collapsed
34334
34335 \begin_layout Plain Layout
34336 Packages ! icomma
34337 \end_layout
34338
34339 \end_inset
34340
34341  is loaded with the \SpecialChar LaTeX
34342 -preamble line
34343 \end_layout
34344
34345 \begin_layout Standard
34346
34347 \series bold
34348
34349 \backslash
34350 usepackage{icomma}
34351 \end_layout
34352
34353 \begin_layout Subsection
34354 Physical Vectors
34355 \begin_inset CommandInset label
34356 LatexCommand label
34357 name "subsec:Physical-Vectors"
34358
34359 \end_inset
34360
34361
34362 \begin_inset Index idx
34363 status collapsed
34364
34365 \begin_layout Plain Layout
34366 Vectors ! physical
34367 \end_layout
34368
34369 \end_inset
34370
34371
34372 \end_layout
34373
34374 \begin_layout Standard
34375 Predefined vectors are offered by the \SpecialChar LaTeX
34376 -package 
34377 \series bold
34378 braket
34379 \series default
34380
34381 \begin_inset Index idx
34382 status collapsed
34383
34384 \begin_layout Plain Layout
34385 Packages ! braket
34386 \end_layout
34387
34388 \end_inset
34389
34390  that is loaded with the \SpecialChar LaTeX
34391 -preamble line
34392 \end_layout
34393
34394 \begin_layout Standard
34395
34396 \series bold
34397
34398 \backslash
34399 usepackage{braket}
34400 \end_layout
34401
34402 \begin_layout Standard
34403 \begin_inset ERT
34404 status collapsed
34405
34406 \begin_layout Plain Layout
34407
34408
34409 \backslash
34410 ifbraket 
34411 \end_layout
34412
34413 \end_inset
34414
34415
34416 \begin_inset Note Note
34417 status open
34418
34419 \begin_layout Plain Layout
34420 The following table will only be displayed when the \SpecialChar LaTeX
34421 -package 
34422 \series bold
34423 braket
34424 \series default
34425  is installed.
34426 \end_layout
34427
34428 \end_inset
34429
34430
34431 \end_layout
34432
34433 \begin_layout Standard
34434 The following commands are defined:
34435 \end_layout
34436
34437 \begin_layout Standard
34438 \align center
34439 \begin_inset Tabular
34440 <lyxtabular version="3" rows="4" columns="2">
34441 <features booktabs="true" tabularvalignment="middle">
34442 <column alignment="center" valignment="top" width="0pt">
34443 <column alignment="center" valignment="top">
34444 <row>
34445 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34446 \begin_inset Text
34447
34448 \begin_layout Plain Layout
34449 Command
34450 \end_layout
34451
34452 \end_inset
34453 </cell>
34454 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34455 \begin_inset Text
34456
34457 \begin_layout Plain Layout
34458 Result
34459 \end_layout
34460
34461 \end_inset
34462 </cell>
34463 </row>
34464 <row>
34465 <cell alignment="center" valignment="top" usebox="none">
34466 \begin_inset Text
34467
34468 \begin_layout Plain Layout
34469
34470 \backslash
34471 Bra{
34472 \backslash
34473 psi
34474 \end_layout
34475
34476 \end_inset
34477 </cell>
34478 <cell alignment="center" valignment="top" usebox="none">
34479 \begin_inset Text
34480
34481 \begin_layout Plain Layout
34482 \begin_inset Formula $\Bra{\psi}$
34483 \end_inset
34484
34485
34486 \end_layout
34487
34488 \end_inset
34489 </cell>
34490 </row>
34491 <row>
34492 <cell alignment="center" valignment="top" usebox="none">
34493 \begin_inset Text
34494
34495 \begin_layout Plain Layout
34496
34497 \backslash
34498 Ket{
34499 \backslash
34500 psi
34501 \end_layout
34502
34503 \end_inset
34504 </cell>
34505 <cell alignment="center" valignment="top" usebox="none">
34506 \begin_inset Text
34507
34508 \begin_layout Plain Layout
34509 \begin_inset Formula $\Ket{\psi}$
34510 \end_inset
34511
34512
34513 \end_layout
34514
34515 \end_inset
34516 </cell>
34517 </row>
34518 <row>
34519 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34520 \begin_inset Text
34521
34522 \begin_layout Plain Layout
34523
34524 \backslash
34525 Braket{
34526 \backslash
34527 psi|
34528 \backslash
34529 phi
34530 \end_layout
34531
34532 \end_inset
34533 </cell>
34534 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34535 \begin_inset Text
34536
34537 \begin_layout Plain Layout
34538 \begin_inset Formula $\Braket{\psi|\phi}$
34539 \end_inset
34540
34541
34542 \end_layout
34543
34544 \end_inset
34545 </cell>
34546 </row>
34547 </lyxtabular>
34548
34549 \end_inset
34550
34551
34552 \end_layout
34553
34554 \begin_layout Standard
34555 The command 
34556 \series bold
34557
34558 \backslash
34559 Braket
34560 \series default
34561  assures that all vertical bars are set in the size of the surrounding brackets:
34562 \begin_inset Formula 
34563 \[
34564 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34565 \]
34566
34567 \end_inset
34568
34569
34570 \begin_inset ERT
34571 status collapsed
34572
34573 \begin_layout Plain Layout
34574
34575
34576 \backslash
34577 else 
34578 \end_layout
34579
34580 \end_inset
34581
34582
34583 \begin_inset Note Note
34584 status open
34585
34586 \begin_layout Plain Layout
34587 The following will be displayed when the \SpecialChar LaTeX
34588 -package 
34589 \series bold
34590 braket
34591 \series default
34592  is not installed:
34593 \end_layout
34594
34595 \end_inset
34596
34597
34598 \end_layout
34599
34600 \begin_layout Standard
34601 You need to install the \SpecialChar LaTeX
34602 -package 
34603 \series bold
34604 braket
34605 \series default
34606  to see the rest of this subsection in the output.
34607 \end_layout
34608
34609 \begin_layout Standard
34610 \begin_inset ERT
34611 status collapsed
34612
34613 \begin_layout Plain Layout
34614
34615
34616 \backslash
34617 fi 
34618 \end_layout
34619
34620 \end_inset
34621
34622
34623 \end_layout
34624
34625 \begin_layout Standard
34626 The effect of 
34627 \series bold
34628
34629 \backslash
34630 Braket
34631 \series default
34632  can also be achieved using the command 
34633 \series bold
34634
34635 \backslash
34636 middle
34637 \series default
34638 , that is described in 
34639 \begin_inset CommandInset ref
34640 LatexCommand ref
34641 reference "subsec:Automatic-Bracket-Size"
34642
34643 \end_inset
34644
34645 .
34646 \end_layout
34647
34648 \begin_layout Subsection
34649 Self-defined Fractions
34650 \begin_inset CommandInset label
34651 LatexCommand label
34652 name "subsec:Self-defined-Fractions"
34653
34654 \end_inset
34655
34656
34657 \begin_inset Index idx
34658 status collapsed
34659
34660 \begin_layout Plain Layout
34661 Fractions ! self-defined
34662 \end_layout
34663
34664 \end_inset
34665
34666
34667 \end_layout
34668
34669 \begin_layout Standard
34670 To define custom commands for fractions, the command 
34671 \series bold
34672
34673 \backslash
34674 genfrac
34675 \series default
34676
34677 \begin_inset Index idx
34678 status collapsed
34679
34680 \begin_layout Plain Layout
34681 Commands ! G ! 
34682 \backslash
34683 genfrac
34684 \begin_inset ERT
34685 status collapsed
34686
34687 \begin_layout Plain Layout
34688
34689
34690 \backslash
34691 vspace{4mm}
34692 \end_layout
34693
34694 \end_inset
34695
34696
34697 \end_layout
34698
34699 \end_inset
34700
34701  is used in the following scheme:
34702 \end_layout
34703
34704 \begin_layout Standard
34705
34706 \series bold
34707
34708 \backslash
34709 genfrac{left
34710 \series default
34711  
34712 \series bold
34713 bracket}{right
34714 \series default
34715  
34716 \series bold
34717 bracket}{fraction bar thickness}{style}
34718 \begin_inset Newline newline
34719 \end_inset
34720
34721
34722 \begin_inset Phantom HPhantom
34723 status open
34724
34725 \begin_layout Plain Layout
34726
34727 \series bold
34728
34729 \backslash
34730 genfrac
34731 \end_layout
34732
34733 \end_inset
34734
34735 {numerator}{denominator}
34736 \end_layout
34737
34738 \begin_layout Standard
34739 The style is a number in the range of 0
34740 \begin_inset space \thinspace{}
34741 \end_inset
34742
34743 -
34744 \begin_inset space \thinspace{}
34745 \end_inset
34746
34747 3.
34748 \end_layout
34749
34750 \begin_layout Standard
34751 \align center
34752 \begin_inset Tabular
34753 <lyxtabular version="3" rows="5" columns="2">
34754 <features booktabs="true" tabularvalignment="middle">
34755 <column alignment="center" valignment="top" width="0pt">
34756 <column alignment="center" valignment="top">
34757 <row>
34758 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34759 \begin_inset Text
34760
34761 \begin_layout Plain Layout
34762 Number
34763 \end_layout
34764
34765 \end_inset
34766 </cell>
34767 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34768 \begin_inset Text
34769
34770 \begin_layout Plain Layout
34771 Style (Size)
34772 \end_layout
34773
34774 \end_inset
34775 </cell>
34776 </row>
34777 <row>
34778 <cell alignment="center" valignment="top" usebox="none">
34779 \begin_inset Text
34780
34781 \begin_layout Plain Layout
34782 0
34783 \end_layout
34784
34785 \end_inset
34786 </cell>
34787 <cell alignment="center" valignment="top" usebox="none">
34788 \begin_inset Text
34789
34790 \begin_layout Plain Layout
34791 display style formula
34792 \end_layout
34793
34794 \end_inset
34795 </cell>
34796 </row>
34797 <row>
34798 <cell alignment="center" valignment="top" usebox="none">
34799 \begin_inset Text
34800
34801 \begin_layout Plain Layout
34802 1
34803 \end_layout
34804
34805 \end_inset
34806 </cell>
34807 <cell alignment="center" valignment="top" usebox="none">
34808 \begin_inset Text
34809
34810 \begin_layout Plain Layout
34811 inline formula
34812 \end_layout
34813
34814 \end_inset
34815 </cell>
34816 </row>
34817 <row>
34818 <cell alignment="center" valignment="top" usebox="none">
34819 \begin_inset Text
34820
34821 \begin_layout Plain Layout
34822 2
34823 \end_layout
34824
34825 \end_inset
34826 </cell>
34827 <cell alignment="center" valignment="top" usebox="none">
34828 \begin_inset Text
34829
34830 \begin_layout Plain Layout
34831 small
34832 \end_layout
34833
34834 \end_inset
34835 </cell>
34836 </row>
34837 <row>
34838 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34839 \begin_inset Text
34840
34841 \begin_layout Plain Layout
34842 3
34843 \end_layout
34844
34845 \end_inset
34846 </cell>
34847 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34848 \begin_inset Text
34849
34850 \begin_layout Plain Layout
34851 tiny
34852 \end_layout
34853
34854 \end_inset
34855 </cell>
34856 </row>
34857 </lyxtabular>
34858
34859 \end_inset
34860
34861
34862 \end_layout
34863
34864 \begin_layout Standard
34865 When no style is given, the size is adjusted to the surrounding environment
34866  like for the command 
34867 \series bold
34868
34869 \backslash
34870 frac
34871 \series default
34872 .
34873 \end_layout
34874
34875 \begin_layout Standard
34876 When no fraction bar thickness is given, the predefined value of 0.4
34877 \begin_inset space \thinspace{}
34878 \end_inset
34879
34880 pt will be used.
34881 \end_layout
34882
34883 \begin_layout Standard
34884 \begin_inset VSpace medskip
34885 \end_inset
34886
34887 For example, the commands 
34888 \series bold
34889
34890 \backslash
34891 dfrac
34892 \series default
34893  and 
34894 \series bold
34895
34896 \backslash
34897 tbinom
34898 \series default
34899  from 
34900 \begin_inset CommandInset ref
34901 LatexCommand ref
34902 reference "subsec:Fractions"
34903
34904 \end_inset
34905
34906  are defined with the commands
34907 \end_layout
34908
34909 \begin_layout Standard
34910
34911 \series bold
34912
34913 \backslash
34914 newcommand{
34915 \backslash
34916 dfrac}[2]{
34917 \backslash
34918 genfrac{}{}{}{0}{#1}{#2}}
34919 \end_layout
34920
34921 \begin_layout Standard
34922 and
34923 \end_layout
34924
34925 \begin_layout Standard
34926
34927 \series bold
34928
34929 \backslash
34930 newcommand{
34931 \backslash
34932 tbinom}[2]{
34933 \backslash
34934 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34935 \end_layout
34936
34937 \begin_layout Standard
34938 \begin_inset VSpace medskip
34939 \end_inset
34940
34941 To define a fraction where the fraction bar thickness can be given as optional
34942  argument, the following line is inserted to the \SpecialChar LaTeX
34943 -preamble:
34944 \end_layout
34945
34946 \begin_layout Standard
34947
34948 \series bold
34949
34950 \backslash
34951 newcommand{
34952 \backslash
34953 fracS}[3][]{
34954 \backslash
34955 genfrac{}{}{#1}{}{#2}{#3}}
34956 \end_layout
34957
34958 \begin_layout Standard
34959 A test:
34960 \begin_inset Formula 
34961 \begin{align*}
34962 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34963 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34964 \end{align*}
34965
34966 \end_inset
34967
34968 As one can see, the distance of the numerator and the denominator to the
34969  fraction bar is round about three times the bar thickness.
34970 \end_layout
34971
34972 \begin_layout Subsection
34973 Canceled Formulas
34974 \begin_inset Index idx
34975 status collapsed
34976
34977 \begin_layout Plain Layout
34978 Formula ! canceled
34979 \end_layout
34980
34981 \end_inset
34982
34983
34984 \end_layout
34985
34986 \begin_layout Standard
34987 There are four ways to cancel formulas or parts of formulas:
34988 \end_layout
34989
34990 \begin_layout Standard
34991 \begin_inset ERT
34992 status collapsed
34993
34994 \begin_layout Plain Layout
34995
34996
34997 \backslash
34998 ifcancel 
34999 \end_layout
35000
35001 \end_inset
35002
35003
35004 \begin_inset Note Note
35005 status open
35006
35007 \begin_layout Plain Layout
35008 The following table will only be displayed when the \SpecialChar LaTeX
35009 -package 
35010 \series bold
35011 cancel
35012 \series default
35013  is installed.
35014 \end_layout
35015
35016 \end_inset
35017
35018
35019 \end_layout
35020
35021 \begin_layout Standard
35022 \align center
35023 \begin_inset Tabular
35024 <lyxtabular version="3" rows="5" columns="2">
35025 <features booktabs="true" tabularvalignment="middle">
35026 <column alignment="center" valignment="top" width="0pt">
35027 <column alignment="center" valignment="top">
35028 <row>
35029 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35030 \begin_inset Text
35031
35032 \begin_layout Plain Layout
35033 Command
35034 \end_layout
35035
35036 \end_inset
35037 </cell>
35038 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35039 \begin_inset Text
35040
35041 \begin_layout Plain Layout
35042 Result
35043 \end_layout
35044
35045 \end_inset
35046 </cell>
35047 </row>
35048 <row>
35049 <cell alignment="center" valignment="top" usebox="none">
35050 \begin_inset Text
35051
35052 \begin_layout Plain Layout
35053
35054 \backslash
35055 cancel
35056 \begin_inset space \textvisiblespace{}
35057 \end_inset
35058
35059
35060 \backslash
35061 int
35062 \begin_inset space \textvisiblespace{}
35063 \end_inset
35064
35065 A=B
35066 \end_layout
35067
35068 \end_inset
35069 </cell>
35070 <cell alignment="center" valignment="top" usebox="none">
35071 \begin_inset Text
35072
35073 \begin_layout Plain Layout
35074 \begin_inset Formula $\cancel{\int A=B}$
35075 \end_inset
35076
35077
35078 \end_layout
35079
35080 \end_inset
35081 </cell>
35082 </row>
35083 <row topspace="1.5mm">
35084 <cell alignment="center" valignment="top" usebox="none">
35085 \begin_inset Text
35086
35087 \begin_layout Plain Layout
35088
35089 \backslash
35090 bcancel
35091 \begin_inset space \textvisiblespace{}
35092 \end_inset
35093
35094
35095 \backslash
35096 int
35097 \begin_inset space \textvisiblespace{}
35098 \end_inset
35099
35100 A=B
35101 \end_layout
35102
35103 \end_inset
35104 </cell>
35105 <cell alignment="center" valignment="top" usebox="none">
35106 \begin_inset Text
35107
35108 \begin_layout Plain Layout
35109 \begin_inset Formula $\bcancel{\int A=B}$
35110 \end_inset
35111
35112
35113 \end_layout
35114
35115 \end_inset
35116 </cell>
35117 </row>
35118 <row topspace="1.5mm">
35119 <cell alignment="center" valignment="top" usebox="none">
35120 \begin_inset Text
35121
35122 \begin_layout Plain Layout
35123
35124 \backslash
35125 xcancel
35126 \begin_inset space \textvisiblespace{}
35127 \end_inset
35128
35129
35130 \backslash
35131 int
35132 \begin_inset space \textvisiblespace{}
35133 \end_inset
35134
35135 A=B
35136 \end_layout
35137
35138 \end_inset
35139 </cell>
35140 <cell alignment="center" valignment="top" usebox="none">
35141 \begin_inset Text
35142
35143 \begin_layout Plain Layout
35144 \begin_inset Formula $\xcancel{\int A=B}$
35145 \end_inset
35146
35147
35148 \end_layout
35149
35150 \end_inset
35151 </cell>
35152 </row>
35153 <row>
35154 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35155 \begin_inset Text
35156
35157 \begin_layout Plain Layout
35158
35159 \backslash
35160 cancelto
35161 \begin_inset space \textvisiblespace{}
35162 \end_inset
35163
35164
35165 \backslash
35166 int
35167 \begin_inset space \textvisiblespace{}
35168 \end_inset
35169
35170 A=B
35171 \begin_inset Formula $\to$
35172 \end_inset
35173
35174 1
35175 \end_layout
35176
35177 \end_inset
35178 </cell>
35179 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35180 \begin_inset Text
35181
35182 \begin_layout Plain Layout
35183 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
35184 \end_inset
35185
35186
35187 \end_layout
35188
35189 \end_inset
35190 </cell>
35191 </row>
35192 </lyxtabular>
35193
35194 \end_inset
35195
35196
35197 \end_layout
35198
35199 \begin_layout Standard
35200
35201 \series bold
35202
35203 \backslash
35204 cancelto
35205 \series default
35206  is especially suitable to visualize the reduction of fractions within formulas:
35207 \begin_inset Formula 
35208 \[
35209 \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}}}
35210 \]
35211
35212 \end_inset
35213
35214
35215 \end_layout
35216
35217 \begin_layout Standard
35218 To change the size of 
35219 \series bold
35220
35221 \backslash
35222 cancelto
35223 \series default
35224 's 
35225 \begin_inset Quotes eld
35226 \end_inset
35227
35228 subscript
35229 \begin_inset Quotes erd
35230 \end_inset
35231
35232  value one can add the \SpecialChar LaTeX
35233 -preamble line
35234 \end_layout
35235
35236 \begin_layout Standard
35237
35238 \series bold
35239
35240 \backslash
35241 PassOptionsToPackage{option}{cancel}
35242 \end_layout
35243
35244 \begin_layout Standard
35245 where 
35246 \series bold
35247 option
35248 \series default
35249  is either 
35250 \series bold
35251 samesize
35252 \series default
35253  which leads to the same size as for the canceled value, or 
35254 \series bold
35255 Smaller
35256 \series default
35257  which makes is it a bit smaller than normal.
35258 \end_layout
35259
35260 \begin_layout Standard
35261 To color the cancellation bar one adds this command as \SpecialChar TeX
35262  code:
35263 \end_layout
35264
35265 \begin_layout Standard
35266
35267 \series bold
35268
35269 \backslash
35270 renewcommand{
35271 \backslash
35272 CancelColor}{
35273 \backslash
35274 color{red}}
35275 \end_layout
35276
35277 \begin_layout Standard
35278
35279 \series bold
35280 red
35281 \series default
35282  can be replaced by a color of your choice.
35283 \end_layout
35284
35285 \begin_layout Standard
35286 \begin_inset ERT
35287 status collapsed
35288
35289 \begin_layout Plain Layout
35290
35291
35292 \backslash
35293 renewcommand{
35294 \backslash
35295 CancelColor}{
35296 \backslash
35297 color{red}}
35298 \end_layout
35299
35300 \end_inset
35301
35302
35303 \end_layout
35304
35305 \begin_layout Standard
35306 \begin_inset Formula 
35307 \[
35308 \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}}}
35309 \]
35310
35311 \end_inset
35312
35313
35314 \end_layout
35315
35316 \begin_layout Standard
35317 \begin_inset ERT
35318 status collapsed
35319
35320 \begin_layout Plain Layout
35321
35322
35323 \backslash
35324 renewcommand{
35325 \backslash
35326 CancelColor}{
35327 \backslash
35328 color{black}}
35329 \end_layout
35330
35331 \end_inset
35332
35333
35334 \begin_inset Note Note
35335 status open
35336
35337 \begin_layout Plain Layout
35338 reset the color
35339 \end_layout
35340
35341 \end_inset
35342
35343
35344 \end_layout
35345
35346 \begin_layout Standard
35347 For further customizations, see the documentation of the package 
35348 \series bold
35349 cancel
35350 \series default
35351
35352 \begin_inset CommandInset citation
35353 LatexCommand cite
35354 key "cancel"
35355 literal "true"
35356
35357 \end_inset
35358
35359 .
35360 \begin_inset Index idx
35361 status collapsed
35362
35363 \begin_layout Plain Layout
35364 Packages ! cancel
35365 \end_layout
35366
35367 \end_inset
35368
35369
35370 \end_layout
35371
35372 \begin_layout Standard
35373 \begin_inset ERT
35374 status collapsed
35375
35376 \begin_layout Plain Layout
35377
35378
35379 \backslash
35380 else 
35381 \end_layout
35382
35383 \end_inset
35384
35385
35386 \begin_inset Note Note
35387 status open
35388
35389 \begin_layout Plain Layout
35390 The following will be displayed when the \SpecialChar LaTeX
35391 -package 
35392 \series bold
35393 cancel
35394 \series default
35395  is not installed:
35396 \end_layout
35397
35398 \end_inset
35399
35400
35401 \end_layout
35402
35403 \begin_layout Standard
35404 You need to install the \SpecialChar LaTeX
35405 -package 
35406 \series bold
35407 cancel
35408 \series default
35409  to see the rest of this subsection in the output.
35410 \end_layout
35411
35412 \begin_layout Standard
35413 \begin_inset ERT
35414 status collapsed
35415
35416 \begin_layout Plain Layout
35417
35418
35419 \backslash
35420 fi 
35421 \end_layout
35422
35423 \end_inset
35424
35425
35426 \end_layout
35427
35428 \begin_layout Subsection
35429 Formulas in Section Headings
35430 \begin_inset CommandInset label
35431 LatexCommand label
35432 name "subsec:Formulas-in-Section"
35433
35434 \end_inset
35435
35436
35437 \begin_inset Index idx
35438 status collapsed
35439
35440 \begin_layout Plain Layout
35441 Formula ! in section headings
35442 \end_layout
35443
35444 \end_inset
35445
35446
35447 \end_layout
35448
35449 \begin_layout Standard
35450 When formulas are used in section headings, the following has to be taken
35451  into account:
35452 \end_layout
35453
35454 \begin_layout Standard
35455 \begin_inset Note Greyedout
35456 status open
35457
35458 \begin_layout Plain Layout
35459 When 
35460 \series bold
35461 hyperref
35462 \series default
35463
35464 \begin_inset Index idx
35465 status collapsed
35466
35467 \begin_layout Plain Layout
35468 Packages ! hyperref
35469 \end_layout
35470
35471 \end_inset
35472
35473  support is enabled in the document settings dialog under 
35474 \family sans
35475 PDF
35476 \begin_inset space ~
35477 \end_inset
35478
35479 Properties
35480 \family default
35481 , PDF-bookmarks are created for every section heading in the table of contents.
35482  If a section heading contains formulas, they are incorrectly displayed
35483  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35484 s.
35485 \end_layout
35486
35487 \end_inset
35488
35489
35490 \end_layout
35491
35492 \begin_layout Standard
35493 Both problems can be solved by inserting at the end of the section heading
35494  a short title with the menu 
35495 \family sans
35496 Insert\SpecialChar menuseparator
35497 Short
35498 \begin_inset space ~
35499 \end_inset
35500
35501 Title
35502 \family default
35503 .
35504  Short titles are used as alternative for multiline section headings to
35505  keep the table of contents clearly arranged.
35506  Only the short title appears in the table of contents and therefore also
35507  in the PDF-bookmark.
35508 \end_layout
35509
35510 \begin_layout Standard
35511 When formulas should be used in the table of contents but 
35512 \series bold
35513 hyperref
35514 \series default
35515  is used, one can use the following command in \SpecialChar TeX
35516  mode:
35517 \end_layout
35518
35519 \begin_layout Standard
35520
35521 \series bold
35522
35523 \backslash
35524 texorpdfstring{part}{alternative}
35525 \begin_inset Index idx
35526 status collapsed
35527
35528 \begin_layout Plain Layout
35529 Commands ! T ! 
35530 \backslash
35531 texorpdfstring
35532 \end_layout
35533
35534 \end_inset
35535
35536
35537 \end_layout
35538
35539 \begin_layout Standard
35540 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35541  This can be characters, formulas, footnotes, but also cross-references.
35542  The alternative is used instead of the part for the bookmark.
35543 \end_layout
35544
35545 \begin_layout Standard
35546 Here are two example headings:
35547 \begin_inset VSpace -3mm
35548 \end_inset
35549
35550
35551 \begin_inset ERT
35552 status collapsed
35553
35554 \begin_layout Plain Layout
35555
35556
35557 \backslash
35558 boldmath 
35559 \end_layout
35560
35561 \end_inset
35562
35563
35564 \end_layout
35565
35566 \begin_layout Subsubsection
35567 Heading without formula in table of contents 
35568 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35569 \end_inset
35570
35571
35572 \begin_inset Argument 1
35573 status collapsed
35574
35575 \begin_layout Plain Layout
35576 Heading without formula in table of contents
35577 \end_layout
35578
35579 \end_inset
35580
35581
35582 \end_layout
35583
35584 \begin_layout Subsubsection
35585 Heading with formula in table of contents
35586 \begin_inset ERT
35587 status collapsed
35588
35589 \begin_layout Plain Layout
35590
35591
35592 \backslash
35593 texorpdfstring{
35594 \end_layout
35595
35596 \end_inset
35597
35598  
35599 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35600 \end_inset
35601
35602
35603 \begin_inset ERT
35604 status collapsed
35605
35606 \begin_layout Plain Layout
35607
35608 }{}
35609 \end_layout
35610
35611 \end_inset
35612
35613
35614 \end_layout
35615
35616 \begin_layout Standard
35617 \begin_inset ERT
35618 status collapsed
35619
35620 \begin_layout Plain Layout
35621
35622
35623 \backslash
35624 unboldmath 
35625 \end_layout
35626
35627 \end_inset
35628
35629 In the first heading a short title was used, in the second one 
35630 \series bold
35631
35632 \backslash
35633 texorpdfstring
35634 \series default
35635 .
35636 \end_layout
35637
35638 \begin_layout Standard
35639 To get the same formatting as for the other headings, the complete heading
35640  was set into a 
35641 \series bold
35642 boldmath
35643 \series default
35644  environment
35645 \begin_inset Foot
35646 status collapsed
35647
35648 \begin_layout Plain Layout
35649 see 
35650 \begin_inset CommandInset ref
35651 LatexCommand ref
35652 reference "subsec:Bold-Formulas"
35653
35654 \end_inset
35655
35656
35657 \end_layout
35658
35659 \end_inset
35660
35661 .
35662 \end_layout
35663
35664 \begin_layout Subsection
35665 Formulas in multi-column Text
35666 \begin_inset Index idx
35667 status collapsed
35668
35669 \begin_layout Plain Layout
35670 Formula ! in multi-column text
35671 \end_layout
35672
35673 \end_inset
35674
35675
35676 \end_layout
35677
35678 \begin_layout Standard
35679 Formulas in multi-column text are often too wide to fit into a column and
35680  thus need to be set over the whole page width.
35681  This is done by using the \SpecialChar LaTeX
35682 -package 
35683 \series bold
35684 multicol
35685 \series default
35686
35687 \begin_inset Foot
35688 status collapsed
35689
35690 \begin_layout Plain Layout
35691
35692 \series bold
35693 multicol
35694 \series default
35695  is part of every \SpecialChar LaTeX
35696  standard installation.
35697 \end_layout
35698
35699 \end_inset
35700
35701
35702 \begin_inset Index idx
35703 status collapsed
35704
35705 \begin_layout Plain Layout
35706 Packages ! multicol
35707 \end_layout
35708
35709 \end_inset
35710
35711 , that is loaded with the \SpecialChar LaTeX
35712 -preamble line
35713 \end_layout
35714
35715 \begin_layout Standard
35716
35717 \series bold
35718
35719 \backslash
35720 usepackage{multicol}
35721 \end_layout
35722
35723 \begin_layout Standard
35724 \begin_inset Note Greyedout
35725 status open
35726
35727 \begin_layout Plain Layout
35728 Note that in this case the setting 
35729 \family sans
35730 Two-column
35731 \begin_inset space ~
35732 \end_inset
35733
35734 document
35735 \family default
35736  in the menu 
35737 \family sans
35738 Document\SpecialChar menuseparator
35739 Settings
35740 \family default
35741  under 
35742 \family sans
35743 Text
35744 \begin_inset space ~
35745 \end_inset
35746
35747 Layout
35748 \family default
35749 \emph on
35750  
35751 \emph default
35752 must 
35753 \emph on
35754 not
35755 \emph default
35756  be selected.
35757 \end_layout
35758
35759 \end_inset
35760
35761
35762 \end_layout
35763
35764 \begin_layout Standard
35765 Before the multi-column text the command
35766 \end_layout
35767
35768 \begin_layout Standard
35769
35770 \series bold
35771
35772 \backslash
35773 begin{multicols}{column number}
35774 \end_layout
35775
35776 \begin_layout Standard
35777 is written in \SpecialChar TeX
35778  mode.
35779  The column number is a number in the range of 2
35780 \begin_inset space \thinspace{}
35781 \end_inset
35782
35783 -
35784 \begin_inset space \thinspace{}
35785 \end_inset
35786
35787 10.
35788  Before the formula the multi-column text is ended by inserting the command
35789 \end_layout
35790
35791 \begin_layout Standard
35792
35793 \series bold
35794
35795 \backslash
35796 end{multicols}
35797 \end_layout
35798
35799 \begin_layout Standard
35800 in \SpecialChar TeX
35801  mode.
35802 \end_layout
35803
35804 \begin_layout Standard
35805 Due to the command some space is automatically added before the formula.
35806  To revert this, -6
35807 \begin_inset space \thinspace{}
35808 \end_inset
35809
35810 mm vertical space is inserted before the formula.
35811  When the formula style 
35812 \series bold
35813 Indented
35814 \begin_inset Foot
35815 status collapsed
35816
35817 \begin_layout Plain Layout
35818 formula styles see 
35819 \begin_inset CommandInset ref
35820 LatexCommand ref
35821 reference "sec:Formula-Styles"
35822
35823 \end_inset
35824
35825
35826 \end_layout
35827
35828 \end_inset
35829
35830
35831 \series default
35832  is used, -9
35833 \begin_inset space \thinspace{}
35834 \end_inset
35835
35836 mm space is inserted instead.
35837 \end_layout
35838
35839 \begin_layout Standard
35840 As example a multi-column text with a displayed formula:
35841 \end_layout
35842
35843 \begin_layout Standard
35844
35845 \lang ngerman
35846 \begin_inset ERT
35847 status collapsed
35848
35849 \begin_layout Plain Layout
35850
35851
35852 \backslash
35853 begin{multicols}{2}
35854 \end_layout
35855
35856 \end_inset
35857
35858 Das Spektrum wird fouriertransformiert.
35859  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35860 , Lösungsmittel) zu trennen.
35861  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35862  nun das Aussehen des Ausgangssignals.
35863  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35864  über alle Phasen integrieren muss.
35865  Sei nun 
35866 \begin_inset Formula $S$
35867 \end_inset
35868
35869  unser normiertes Ausgangssignal und 
35870 \begin_inset Formula $P$
35871 \end_inset
35872
35873  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35874 \begin_inset ERT
35875 status collapsed
35876
35877 \begin_layout Plain Layout
35878
35879
35880 \backslash
35881 end{multicols}
35882 \end_layout
35883
35884 \end_inset
35885
35886
35887 \begin_inset VSpace -6mm
35888 \end_inset
35889
35890
35891 \begin_inset Formula 
35892 \begin{equation}
35893 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35894 \end{equation}
35895
35896 \end_inset
35897
35898
35899 \begin_inset ERT
35900 status collapsed
35901
35902 \begin_layout Plain Layout
35903
35904
35905 \backslash
35906 begin{multicols}{2}
35907 \end_layout
35908
35909 \end_inset
35910
35911 wobei 
35912 \begin_inset Formula $S_{0}$
35913 \end_inset
35914
35915  das Signal ohne Gradient ist und die Normierungsbedingung 
35916 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35917 \end_inset
35918
35919  gilt.
35920  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35921  Direkt nach dem 
35922 \begin_inset Formula $\nicefrac{\pi}{2}$
35923 \end_inset
35924
35925
35926 \begin_inset space \thinspace{}
35927 \end_inset
35928
35929 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35930  das Signal zusätzlich abschwächt.
35931  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35932  
35933 \begin_inset Formula $T_{2}$
35934 \end_inset
35935
35936 -Zeit.
35937 \end_layout
35938
35939 \begin_layout Standard
35940
35941 \lang ngerman
35942 \begin_inset ERT
35943 status collapsed
35944
35945 \begin_layout Plain Layout
35946
35947
35948 \backslash
35949 end{multicols}
35950 \end_layout
35951
35952 \end_inset
35953
35954
35955 \end_layout
35956
35957 \begin_layout Subsection
35958 Formulas with Description of Variables
35959 \begin_inset Index idx
35960 status collapsed
35961
35962 \begin_layout Plain Layout
35963 Formula ! with description of variables
35964 \end_layout
35965
35966 \end_inset
35967
35968
35969 \end_layout
35970
35971 \begin_layout Standard
35972 To describe variables within a formula, like in formula 
35973 \begin_inset CommandInset ref
35974 LatexCommand eqref
35975 reference "eq:within"
35976
35977 \end_inset
35978
35979 , a 2
35980 \series bold
35981 ×
35982 \series default
35983
35984 \begin_inset Formula $n$
35985 \end_inset
35986
35987
35988 \begin_inset space ~
35989 \end_inset
35990
35991 matrix is used with left aligned columns for the 
35992 \begin_inset Formula $n$
35993 \end_inset
35994
35995  used variables.
35996 \begin_inset Foot
35997 status collapsed
35998
35999 \begin_layout Plain Layout
36000 matrices see 
36001 \begin_inset CommandInset ref
36002 LatexCommand ref
36003 reference "sec:Matrices"
36004
36005 \end_inset
36006
36007
36008 \end_layout
36009
36010 \end_inset
36011
36012  To set the description in a smaller size, before the matrix e.
36013 \begin_inset space \thinspace{}
36014 \end_inset
36015
36016 g.
36017 \begin_inset space \space{}
36018 \end_inset
36019
36020 the command 
36021 \series bold
36022
36023 \backslash
36024 footnotesize
36025 \series default
36026  is inserted.
36027 \begin_inset Foot
36028 status collapsed
36029
36030 \begin_layout Plain Layout
36031 font sizes see 
36032 \begin_inset CommandInset ref
36033 LatexCommand ref
36034 reference "subsec:Font-Sizes"
36035
36036 \end_inset
36037
36038
36039 \end_layout
36040
36041 \end_inset
36042
36043
36044 \end_layout
36045
36046 \begin_layout Standard
36047 When the formula style 
36048 \series bold
36049 Indented
36050 \begin_inset Foot
36051 status collapsed
36052
36053 \begin_layout Plain Layout
36054 formula styles see 
36055 \begin_inset CommandInset ref
36056 LatexCommand ref
36057 reference "sec:Formula-Styles"
36058
36059 \end_inset
36060
36061
36062 \end_layout
36063
36064 \end_inset
36065
36066
36067 \series default
36068  is used, a 
36069 \series bold
36070
36071 \backslash
36072 hfill
36073 \series default
36074
36075 \begin_inset Foot
36076 status collapsed
36077
36078 \begin_layout Plain Layout
36079
36080 \series bold
36081
36082 \backslash
36083 hfill
36084 \series default
36085  only works in formulas with the style 
36086 \series bold
36087 Indented
36088 \series default
36089 , see 
36090 \begin_inset CommandInset ref
36091 LatexCommand ref
36092 reference "subsec:Variable-Space"
36093
36094 \end_inset
36095
36096 .
36097 \end_layout
36098
36099 \end_inset
36100
36101  is inserted before and after the matrix to have the same separation of
36102  the matrix from the equation and the side margin.
36103 \end_layout
36104
36105 \begin_layout Standard
36106 When the formula style 
36107 \series bold
36108 Centered
36109 \series default
36110  is used, the method described in 
36111 \begin_inset CommandInset ref
36112 LatexCommand ref
36113 reference "subsec:Flalign-Environment"
36114
36115 \end_inset
36116
36117  is used to indent formulas.
36118  Formula 
36119 \begin_inset CommandInset ref
36120 LatexCommand eqref
36121 reference "eq:within"
36122
36123 \end_inset
36124
36125  consists of five columns where in the first two columns contain the equation,
36126  the third the matrix and the last one an empty \SpecialChar TeX
36127  brace.
36128 \begin_inset Formula 
36129 \begin{flalign}
36130 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36131 \rho & \textrm{density}\\
36132 V & \textrm{volume}\\
36133 g & \textrm{gravitational acceleration}
36134 \end{array} &  & {}\label{eq:within}
36135 \end{flalign}
36136
36137 \end_inset
36138
36139
36140 \end_layout
36141
36142 \begin_layout Subsection
36143 Upright small Greek Letters
36144 \begin_inset CommandInset label
36145 LatexCommand label
36146 name "subsec:Upright-small-Greek"
36147
36148 \end_inset
36149
36150
36151 \begin_inset Index idx
36152 status collapsed
36153
36154 \begin_layout Plain Layout
36155 Greek letters ! upright
36156 \end_layout
36157
36158 \end_inset
36159
36160
36161 \end_layout
36162
36163 \begin_layout Standard
36164 Most of the math fonts only provide italic small Greek letters.
36165  But for symbols of elementary particles like pions and neutrinos, upright
36166  Greek letters are needed.
36167  The file 
36168 \series bold
36169 upgreek.sty
36170 \series default
36171
36172 \begin_inset Foot
36173 status collapsed
36174
36175 \begin_layout Plain Layout
36176
36177 \series bold
36178 upgreek
36179 \series default
36180  is part of the \SpecialChar LaTeX
36181 -package 
36182 \series bold
36183 was
36184 \series default
36185
36186 \begin_inset Index idx
36187 status collapsed
36188
36189 \begin_layout Plain Layout
36190 Packages ! was
36191 \begin_inset ERT
36192 status collapsed
36193
36194 \begin_layout Plain Layout
36195
36196
36197 \backslash
36198 vspace{4mm}
36199 \end_layout
36200
36201 \end_inset
36202
36203
36204 \end_layout
36205
36206 \end_inset
36207
36208 .
36209 \end_layout
36210
36211 \end_inset
36212
36213
36214 \begin_inset Index idx
36215 status collapsed
36216
36217 \begin_layout Plain Layout
36218 Packages ! upgreek
36219 \end_layout
36220
36221 \end_inset
36222
36223  that is loaded with the \SpecialChar LaTeX
36224 -preamble line
36225 \end_layout
36226
36227 \begin_layout Standard
36228
36229 \series bold
36230
36231 \backslash
36232 usepackage{upgreek}
36233 \end_layout
36234
36235 \begin_layout Standard
36236 provides them.
36237  
36238 \begin_inset ERT
36239 status collapsed
36240
36241 \begin_layout Plain Layout
36242
36243
36244 \backslash
36245 ifupgreek 
36246 \end_layout
36247
36248 \end_inset
36249
36250
36251 \begin_inset Note Note
36252 status open
36253
36254 \begin_layout Plain Layout
36255 The following table will only be displayed when the \SpecialChar LaTeX
36256 -package 
36257 \series bold
36258 upgreek
36259 \series default
36260  is installed:
36261 \end_layout
36262
36263 \end_inset
36264
36265  They are created when the command for a small Greek letter is started with
36266  
36267 \series bold
36268 up
36269 \series default
36270 .
36271  For example the command 
36272 \series bold
36273
36274 \backslash
36275 uptau
36276 \series default
36277  creates this: 
36278 \begin_inset Formula $\uptau$
36279 \end_inset
36280
36281
36282 \end_layout
36283
36284 \begin_layout Standard
36285 With these commands reactions of elementary particles can be typeset:
36286 \begin_inset Formula 
36287 \[
36288 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36289 \]
36290
36291 \end_inset
36292
36293
36294 \end_layout
36295
36296 \begin_layout Standard
36297 The upright letters are more bold and wider than the italic ones.
36298  They should therefore not be used for units like 
36299 \begin_inset Quotes eld
36300 \end_inset
36301
36302 µm
36303 \begin_inset Quotes erd
36304 \end_inset
36305
36306 .
36307 \end_layout
36308
36309 \begin_layout Standard
36310 \begin_inset ERT
36311 status collapsed
36312
36313 \begin_layout Plain Layout
36314
36315
36316 \backslash
36317 else 
36318 \end_layout
36319
36320 \end_inset
36321
36322
36323 \begin_inset Note Note
36324 status open
36325
36326 \begin_layout Plain Layout
36327 The following will be displayed when the \SpecialChar LaTeX
36328 -package 
36329 \series bold
36330 upgreek
36331 \series default
36332  is not installed:
36333 \end_layout
36334
36335 \end_inset
36336
36337
36338 \end_layout
36339
36340 \begin_layout Standard
36341 You need to install the \SpecialChar LaTeX
36342 -package 
36343 \series bold
36344 upgreek
36345 \series default
36346  to see the rest of this subsection in the output.
36347 \end_layout
36348
36349 \begin_layout Standard
36350 \begin_inset ERT
36351 status collapsed
36352
36353 \begin_layout Plain Layout
36354
36355
36356 \backslash
36357 fi 
36358 \end_layout
36359
36360 \end_inset
36361
36362
36363 \end_layout
36364
36365 \begin_layout Subsection
36366 Text Characters in Formulas
36367 \begin_inset Index idx
36368 status collapsed
36369
36370 \begin_layout Plain Layout
36371 Text ! in formulas
36372 \end_layout
36373
36374 \end_inset
36375
36376
36377 \end_layout
36378
36379 \begin_layout Standard
36380 In some cases you might want to insert text characters directly into formulas.
36381  When for example the centered dot · is often used in formulas like 
36382 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36383 \end_inset
36384
36385 , one would have to insert the command 
36386 \series bold
36387
36388 \backslash
36389 cdot
36390 \series default
36391
36392 \begin_inset Foot
36393 status collapsed
36394
36395 \begin_layout Plain Layout
36396 see 
36397 \begin_inset CommandInset ref
36398 LatexCommand ref
36399 reference "subsec:Binary-Operators"
36400
36401 \end_inset
36402
36403
36404 \end_layout
36405
36406 \end_inset
36407
36408  all the time, because this character is defined in all encodings as text
36409  character.
36410  But the encoding can be changed by this \SpecialChar LaTeX
36411 -preamble line:
36412 \end_layout
36413
36414 \begin_layout Standard
36415
36416 \series bold
36417
36418 \backslash
36419 Declare Inputtext{183}{
36420 \backslash
36421 ifmmode
36422 \backslash
36423 cdot
36424 \backslash
36425 else
36426 \backslash
36427 textperiodcentered
36428 \backslash
36429 f\SpecialChar ligaturebreak
36430 i}
36431 \end_layout
36432
36433 \begin_layout Standard
36434 The character encoding (menu 
36435 \family sans
36436 Document\SpecialChar menuseparator
36437 Settings\SpecialChar menuseparator
36438 Language
36439 \family default
36440 ) specifies what character appears when a keyboard key is pressed.
36441  When the key for the character '·' is pressed, internally the command 
36442 \series bold
36443
36444 \backslash
36445 textperiodcentered
36446 \series default
36447  is used.
36448  But this command is not available in a formula so that you would get \SpecialChar LaTeX
36449 -errors.
36450  With the changed encoding the right command is chosen automatically, depending
36451  on if the character was inserted into a formula or not.
36452 \end_layout
36453
36454 \begin_layout Standard
36455 The encoding of several characters is saved in definition files.
36456  For example the encoding 
36457 \series bold
36458 latin9
36459 \series default
36460  is defined in the file 
36461 \series bold
36462 latin9.def
36463 \series default
36464  which is in the installation folder of \SpecialChar LaTeX
36465 .
36466  Encodings should only be changed via the \SpecialChar LaTeX
36467 -preamble and not in the definition
36468  files.
36469  Otherwise documents could not be edited by other \SpecialChar LyX
36470  users working on other
36471  computers.
36472 \end_layout
36473
36474 \begin_layout Standard
36475 \begin_inset VSpace medskip
36476 \end_inset
36477
36478 Besides the centered dot, in this document the degree sign ° is defined
36479  with the following \SpecialChar LaTeX
36480 -preamble line so that it can be directly inserted into
36481  a formula:
36482 \end_layout
36483
36484 \begin_layout Standard
36485
36486 \series bold
36487
36488 \backslash
36489 DeclareInputtext{176}{
36490 \backslash
36491 ifmmode^
36492 \backslash
36493 circ
36494 \backslash
36495 else
36496 \backslash
36497 textdegree
36498 \backslash
36499 f\SpecialChar ligaturebreak
36500 i}
36501 \end_layout
36502
36503 \begin_layout Subsection
36504 \SpecialChar LaTeX
36505 -comments in formulas
36506 \begin_inset Index idx
36507 status collapsed
36508
36509 \begin_layout Plain Layout
36510 \SpecialChar LaTeX
36511 -comments
36512 \end_layout
36513
36514 \end_inset
36515
36516
36517 \end_layout
36518
36519 \begin_layout Standard
36520 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
36521  source
36522  code of your file with the menu 
36523 \family sans
36524 Insert\SpecialChar menuseparator
36525 Note\SpecialChar menuseparator
36526 Comment
36527 \family default
36528 .
36529  This is not possible in a formula but you can insert \SpecialChar LaTeX
36530 -comments with the
36531  command
36532 \end_layout
36533
36534 \begin_layout Standard
36535
36536 \series bold
36537
36538 \backslash
36539 %
36540 \end_layout
36541
36542 \begin_layout Standard
36543 This creates a box in which you can write your comment.
36544  Due to a bug in \SpecialChar LyX
36545
36546 \begin_inset Foot
36547 status collapsed
36548
36549 \begin_layout Plain Layout
36550 \begin_inset CommandInset href
36551 LatexCommand href
36552 name "LyX-bug #9002"
36553 target "http://www.lyx.org/trac/ticket/9002"
36554 literal "false"
36555
36556 \end_inset
36557
36558
36559 \end_layout
36560
36561 \end_inset
36562
36563  you cannot write normal text inside the comment, even when you use mathematical
36564  text, you will see its \SpecialChar LaTeX
36565 -commands in the \SpecialChar LaTeX
36566 -output.
36567 \begin_inset Newline newline
36568 \end_inset
36569
36570 This a formula with a \SpecialChar LaTeX
36571 -comment:
36572 \begin_inset Formula 
36573 \[
36574 A=B%\text{This is the comment}
36575 \]
36576
36577 \end_inset
36578
36579
36580 \end_layout
36581
36582 \begin_layout Standard
36583 \begin_inset Newpage newpage
36584 \end_inset
36585
36586
36587 \end_layout
36588
36589 \begin_layout Section
36590 \start_of_appendix
36591 Typographic Advice
36592 \begin_inset Index idx
36593 status collapsed
36594
36595 \begin_layout Plain Layout
36596 Typographic advice
36597 \end_layout
36598
36599 \end_inset
36600
36601
36602 \end_layout
36603
36604 \begin_layout Standard
36605 This section is a summary of the most important typographic rules, listed
36606  in ISO norms.
36607 \begin_inset Foot
36608 status collapsed
36609
36610 \begin_layout Plain Layout
36611 This collection was partly taken from the German semi-official dictionary
36612  called 
36613 \begin_inset Quotes eld
36614 \end_inset
36615
36616 Duden
36617 \begin_inset Quotes erd
36618 \end_inset
36619
36620  
36621 \begin_inset CommandInset citation
36622 LatexCommand cite
36623 key "Duden"
36624 literal "true"
36625
36626 \end_inset
36627
36628  that lists some of the ISO rules.
36629  More rules are listed in 
36630 \begin_inset CommandInset citation
36631 LatexCommand cite
36632 key "Checklist"
36633 literal "true"
36634
36635 \end_inset
36636
36637 .
36638 \end_layout
36639
36640 \end_inset
36641
36642
36643 \end_layout
36644
36645 \begin_layout Itemize
36646 Physical units are 
36647 \emph on
36648 always
36649 \emph default
36650  set upright
36651 \begin_inset Foot
36652 status collapsed
36653
36654 \begin_layout Plain Layout
36655 done with font styles, see 
36656 \begin_inset CommandInset ref
36657 LatexCommand ref
36658 reference "subsec:Font-Styles"
36659
36660 \end_inset
36661
36662
36663 \end_layout
36664
36665 \end_inset
36666
36667 , no matter if they appear in italic text: 30
36668 \begin_inset space \thinspace{}
36669 \end_inset
36670
36671 km/h
36672 \begin_inset Newline newline
36673 \end_inset
36674
36675 Between the value and the unit is the smallest space, see 
36676 \begin_inset CommandInset ref
36677 LatexCommand ref
36678 reference "subsec:Predefined-Space"
36679
36680 \end_inset
36681
36682 .
36683 \begin_inset Newline newline
36684 \end_inset
36685
36686 This convention is automatically fulfilled when the command 
36687 \series bold
36688
36689 \backslash
36690 unittwo
36691 \series default
36692  is used.
36693  When it is entered to a formula, two boxes appear.
36694  In the first one the value is inserted, in the second one the unit, and
36695  one gets as above: 
36696 \begin_inset Formula $\unit[30]{km/h}$
36697 \end_inset
36698
36699
36700 \begin_inset space \thinspace{}
36701 \end_inset
36702
36703 .
36704  Note that 
36705 \series bold
36706
36707 \backslash
36708 unittwo
36709 \series default
36710  is not a real \SpecialChar LaTeX
36711  command but the command 
36712 \series bold
36713
36714 \backslash
36715 unit[value]{unit}
36716 \series default
36717 , therefore you cannot use it in \SpecialChar TeX
36718  code.
36719 \end_layout
36720
36721 \begin_layout Itemize
36722 Percent and perthousand signs are set like physical units:
36723 \begin_inset Newline newline
36724 \end_inset
36725
36726 1.2
36727 \begin_inset space \thinspace{}
36728 \end_inset
36729
36730 ‰ alcohol in blood
36731 \end_layout
36732
36733 \begin_layout Itemize
36734 The degree sign follows directly on the value: 15°, but not when it is used
36735  in units: 15
36736 \begin_inset space \thinspace{}
36737 \end_inset
36738
36739 °C
36740 \end_layout
36741
36742 \begin_layout Itemize
36743 In numbers with more than four digits the smallest space is inserted before
36744  every third digit to group them: 
36745 \family roman
36746 \series medium
36747 \shape up
36748 \size normal
36749 \emph off
36750 \bar no
36751 \noun off
36752 \color none
36753 18
36754 \begin_inset space \thinspace{}
36755 \end_inset
36756
36757 473
36758 \begin_inset space \thinspace{}
36759 \end_inset
36760
36761 588
36762 \end_layout
36763
36764 \begin_layout Itemize
36765 For dimensions like 120×90×40
36766 \begin_inset space \thinspace{}
36767 \end_inset
36768
36769 cm the multiplication sign 
36770 \begin_inset Quotes eld
36771 \end_inset
36772
36773 ×
36774 \begin_inset Quotes erd
36775 \end_inset
36776
36777  is used.
36778  It is available either via the command 
36779 \series bold
36780
36781 \backslash
36782 times
36783 \series default
36784  or via the menu 
36785 \family sans
36786 Insert\SpecialChar menuseparator
36787 Special Character\SpecialChar menuseparator
36788 Symbols
36789 \family default
36790 .
36791 \end_layout
36792
36793 \begin_layout Itemize
36794 Functions with names consisting of several letters are set upright to avoid
36795  confusions, see 
36796 \begin_inset CommandInset ref
36797 LatexCommand ref
36798 reference "subsec:Predefined-Functions"
36799
36800 \end_inset
36801
36802 .
36803 \end_layout
36804
36805 \begin_layout Itemize
36806 Indices consisting of several letters, are set upright: 
36807 \begin_inset Formula $E_{\mathrm{kin}}$
36808 \end_inset
36809
36810
36811 \begin_inset Newline newline
36812 \end_inset
36813
36814 Components of matrices are set italic: 
36815 \begin_inset Formula $\hat{H}_{kl}$
36816 \end_inset
36817
36818
36819 \end_layout
36820
36821 \begin_layout Itemize
36822 The differentiation/integration operator 'd', the Euler's number 'e' and
36823  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36824  other variables.
36825 \end_layout
36826
36827 \begin_layout Itemize
36828 The character that denotes a 
36829 \noun on
36830 Fourier
36831 \noun default
36832  transformation is inserted either by the command 
36833 \series bold
36834
36835 \backslash
36836 mathscr
36837 \begin_inset space \textvisiblespace{}
36838 \end_inset
36839
36840 F
36841 \series default
36842  or via the menu 
36843 \family sans
36844 Insert\SpecialChar menuseparator
36845 Special Character\SpecialChar menuseparator
36846 Symbols\SpecialChar menuseparator
36847 Letterlike
36848 \begin_inset space ~
36849 \end_inset
36850
36851 Symbols
36852 \family default
36853
36854 \begin_inset Formula $\mathscr{F}$
36855 \end_inset
36856
36857
36858 \end_layout
36859
36860 \begin_layout Standard
36861 \begin_inset Newpage newpage
36862 \end_inset
36863
36864
36865 \end_layout
36866
36867 \begin_layout Section
36868 Synonyms
36869 \begin_inset Index idx
36870 status collapsed
36871
36872 \begin_layout Plain Layout
36873 Synonyms
36874 \end_layout
36875
36876 \end_inset
36877
36878
36879 \end_layout
36880
36881 \begin_layout Standard
36882 Some characters and symbols can be created with several commands.
36883  Here is a list of the synonym commands:
36884 \end_layout
36885
36886 \begin_layout Standard
36887 \begin_inset VSpace bigskip
36888 \end_inset
36889
36890
36891 \begin_inset space \hfill{}
36892 \end_inset
36893
36894
36895 \begin_inset Tabular
36896 <lyxtabular version="3" rows="12" columns="2">
36897 <features booktabs="true" tabularvalignment="middle">
36898 <column alignment="center" valignment="top" width="0pt">
36899 <column alignment="center" valignment="top" width="0pt">
36900 <row>
36901 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36902 \begin_inset Text
36903
36904 \begin_layout Plain Layout
36905 Command
36906 \end_layout
36907
36908 \end_inset
36909 </cell>
36910 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36911 \begin_inset Text
36912
36913 \begin_layout Plain Layout
36914 equivalent to
36915 \end_layout
36916
36917 \end_inset
36918 </cell>
36919 </row>
36920 <row>
36921 <cell alignment="center" valignment="top" usebox="none">
36922 \begin_inset Text
36923
36924 \begin_layout Plain Layout
36925
36926 \backslash
36927 ast
36928 \end_layout
36929
36930 \end_inset
36931 </cell>
36932 <cell alignment="center" valignment="top" usebox="none">
36933 \begin_inset Text
36934
36935 \begin_layout Plain Layout
36936 *
36937 \end_layout
36938
36939 \end_inset
36940 </cell>
36941 </row>
36942 <row>
36943 <cell alignment="center" valignment="top" usebox="none">
36944 \begin_inset Text
36945
36946 \begin_layout Plain Layout
36947
36948 \backslash
36949 choose
36950 \end_layout
36951
36952 \end_inset
36953 </cell>
36954 <cell alignment="center" valignment="top" usebox="none">
36955 \begin_inset Text
36956
36957 \begin_layout Plain Layout
36958
36959 \backslash
36960 binom
36961 \end_layout
36962
36963 \end_inset
36964 </cell>
36965 </row>
36966 <row>
36967 <cell alignment="center" valignment="top" usebox="none">
36968 \begin_inset Text
36969
36970 \begin_layout Plain Layout
36971
36972 \backslash
36973 geq
36974 \end_layout
36975
36976 \end_inset
36977 </cell>
36978 <cell alignment="center" valignment="top" usebox="none">
36979 \begin_inset Text
36980
36981 \begin_layout Plain Layout
36982
36983 \backslash
36984 ge
36985 \end_layout
36986
36987 \end_inset
36988 </cell>
36989 </row>
36990 <row>
36991 <cell alignment="center" valignment="top" usebox="none">
36992 \begin_inset Text
36993
36994 \begin_layout Plain Layout
36995
36996 \backslash
36997 lbrace
36998 \end_layout
36999
37000 \end_inset
37001 </cell>
37002 <cell alignment="center" valignment="top" usebox="none">
37003 \begin_inset Text
37004
37005 \begin_layout Plain Layout
37006 {
37007 \end_layout
37008
37009 \end_inset
37010 </cell>
37011 </row>
37012 <row>
37013 <cell alignment="center" valignment="top" usebox="none">
37014 \begin_inset Text
37015
37016 \begin_layout Plain Layout
37017
37018 \backslash
37019 lbracket
37020 \end_layout
37021
37022 \end_inset
37023 </cell>
37024 <cell alignment="center" valignment="top" usebox="none">
37025 \begin_inset Text
37026
37027 \begin_layout Plain Layout
37028 [
37029 \end_layout
37030
37031 \end_inset
37032 </cell>
37033 </row>
37034 <row>
37035 <cell alignment="center" valignment="top" usebox="none">
37036 \begin_inset Text
37037
37038 \begin_layout Plain Layout
37039
37040 \backslash
37041 leftarrow
37042 \end_layout
37043
37044 \end_inset
37045 </cell>
37046 <cell alignment="center" valignment="top" usebox="none">
37047 \begin_inset Text
37048
37049 \begin_layout Plain Layout
37050
37051 \backslash
37052 gets
37053 \end_layout
37054
37055 \end_inset
37056 </cell>
37057 </row>
37058 <row>
37059 <cell alignment="center" valignment="top" usebox="none">
37060 \begin_inset Text
37061
37062 \begin_layout Plain Layout
37063
37064 \backslash
37065 leq
37066 \end_layout
37067
37068 \end_inset
37069 </cell>
37070 <cell alignment="center" valignment="top" usebox="none">
37071 \begin_inset Text
37072
37073 \begin_layout Plain Layout
37074
37075 \backslash
37076 le
37077 \end_layout
37078
37079 \end_inset
37080 </cell>
37081 </row>
37082 <row>
37083 <cell alignment="center" valignment="top" usebox="none">
37084 \begin_inset Text
37085
37086 \begin_layout Plain Layout
37087
37088 \backslash
37089 lor
37090 \end_layout
37091
37092 \end_inset
37093 </cell>
37094 <cell alignment="center" valignment="top" usebox="none">
37095 \begin_inset Text
37096
37097 \begin_layout Plain Layout
37098
37099 \backslash
37100 vee
37101 \end_layout
37102
37103 \end_inset
37104 </cell>
37105 </row>
37106 <row>
37107 <cell alignment="center" valignment="top" usebox="none">
37108 \begin_inset Text
37109
37110 \begin_layout Plain Layout
37111
37112 \backslash
37113 neq
37114 \end_layout
37115
37116 \end_inset
37117 </cell>
37118 <cell alignment="center" valignment="top" usebox="none">
37119 \begin_inset Text
37120
37121 \begin_layout Plain Layout
37122
37123 \backslash
37124 not=
37125 \end_layout
37126
37127 \end_inset
37128 </cell>
37129 </row>
37130 <row>
37131 <cell alignment="center" valignment="top" usebox="none">
37132 \begin_inset Text
37133
37134 \begin_layout Plain Layout
37135
37136 \backslash
37137 slash
37138 \end_layout
37139
37140 \end_inset
37141 </cell>
37142 <cell alignment="center" valignment="top" usebox="none">
37143 \begin_inset Text
37144
37145 \begin_layout Plain Layout
37146 /
37147 \end_layout
37148
37149 \end_inset
37150 </cell>
37151 </row>
37152 <row>
37153 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37154 \begin_inset Text
37155
37156 \begin_layout Plain Layout
37157
37158 \backslash
37159 vert
37160 \end_layout
37161
37162 \end_inset
37163 </cell>
37164 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37165 \begin_inset Text
37166
37167 \begin_layout Plain Layout
37168 |
37169 \end_layout
37170
37171 \end_inset
37172 </cell>
37173 </row>
37174 </lyxtabular>
37175
37176 \end_inset
37177
37178
37179 \begin_inset space \hfill{}
37180 \end_inset
37181
37182
37183 \begin_inset Tabular
37184 <lyxtabular version="3" rows="12" columns="2">
37185 <features booktabs="true" tabularvalignment="middle">
37186 <column alignment="center" valignment="top" width="0pt">
37187 <column alignment="center" valignment="top" width="0pt">
37188 <row>
37189 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37190 \begin_inset Text
37191
37192 \begin_layout Plain Layout
37193 Command
37194 \end_layout
37195
37196 \end_inset
37197 </cell>
37198 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37199 \begin_inset Text
37200
37201 \begin_layout Plain Layout
37202 equivalent to
37203 \end_layout
37204
37205 \end_inset
37206 </cell>
37207 </row>
37208 <row>
37209 <cell alignment="center" valignment="top" usebox="none">
37210 \begin_inset Text
37211
37212 \begin_layout Plain Layout
37213
37214 \backslash
37215 backslash
37216 \end_layout
37217
37218 \end_inset
37219 </cell>
37220 <cell alignment="center" valignment="top" usebox="none">
37221 \begin_inset Text
37222
37223 \begin_layout Plain Layout
37224
37225 \backslash
37226
37227 \backslash
37228
37229 \end_layout
37230
37231 \end_inset
37232 </cell>
37233 </row>
37234 <row>
37235 <cell alignment="center" valignment="top" usebox="none">
37236 \begin_inset Text
37237
37238 \begin_layout Plain Layout
37239
37240 \backslash
37241 dasharrow
37242 \end_layout
37243
37244 \end_inset
37245 </cell>
37246 <cell alignment="center" valignment="top" usebox="none">
37247 \begin_inset Text
37248
37249 \begin_layout Plain Layout
37250
37251 \backslash
37252 dashrightarrow
37253 \end_layout
37254
37255 \end_inset
37256 </cell>
37257 </row>
37258 <row>
37259 <cell alignment="center" valignment="top" usebox="none">
37260 \begin_inset Text
37261
37262 \begin_layout Plain Layout
37263
37264 \backslash
37265 land
37266 \end_layout
37267
37268 \end_inset
37269 </cell>
37270 <cell alignment="center" valignment="top" usebox="none">
37271 \begin_inset Text
37272
37273 \begin_layout Plain Layout
37274
37275 \backslash
37276 wedge
37277 \end_layout
37278
37279 \end_inset
37280 </cell>
37281 </row>
37282 <row>
37283 <cell alignment="center" valignment="top" usebox="none">
37284 \begin_inset Text
37285
37286 \begin_layout Plain Layout
37287
37288 \backslash
37289 rbrace
37290 \end_layout
37291
37292 \end_inset
37293 </cell>
37294 <cell alignment="center" valignment="top" usebox="none">
37295 \begin_inset Text
37296
37297 \begin_layout Plain Layout
37298 }
37299 \end_layout
37300
37301 \end_inset
37302 </cell>
37303 </row>
37304 <row>
37305 <cell alignment="center" valignment="top" usebox="none">
37306 \begin_inset Text
37307
37308 \begin_layout Plain Layout
37309
37310 \backslash
37311 rbracket
37312 \end_layout
37313
37314 \end_inset
37315 </cell>
37316 <cell alignment="center" valignment="top" usebox="none">
37317 \begin_inset Text
37318
37319 \begin_layout Plain Layout
37320 ]
37321 \end_layout
37322
37323 \end_inset
37324 </cell>
37325 </row>
37326 <row>
37327 <cell alignment="center" valignment="top" usebox="none">
37328 \begin_inset Text
37329
37330 \begin_layout Plain Layout
37331
37332 \backslash
37333 rightarrow
37334 \end_layout
37335
37336 \end_inset
37337 </cell>
37338 <cell alignment="center" valignment="top" usebox="none">
37339 \begin_inset Text
37340
37341 \begin_layout Plain Layout
37342
37343 \backslash
37344 to
37345 \end_layout
37346
37347 \end_inset
37348 </cell>
37349 </row>
37350 <row>
37351 <cell alignment="center" valignment="top" usebox="none">
37352 \begin_inset Text
37353
37354 \begin_layout Plain Layout
37355
37356 \backslash
37357 lnot
37358 \end_layout
37359
37360 \end_inset
37361 </cell>
37362 <cell alignment="center" valignment="top" usebox="none">
37363 \begin_inset Text
37364
37365 \begin_layout Plain Layout
37366
37367 \backslash
37368 neg
37369 \end_layout
37370
37371 \end_inset
37372 </cell>
37373 </row>
37374 <row>
37375 <cell alignment="center" valignment="top" usebox="none">
37376 \begin_inset Text
37377
37378 \begin_layout Plain Layout
37379
37380 \backslash
37381 ne
37382 \end_layout
37383
37384 \end_inset
37385 </cell>
37386 <cell alignment="center" valignment="top" usebox="none">
37387 \begin_inset Text
37388
37389 \begin_layout Plain Layout
37390
37391 \backslash
37392 not=
37393 \end_layout
37394
37395 \end_inset
37396 </cell>
37397 </row>
37398 <row>
37399 <cell alignment="center" valignment="top" usebox="none">
37400 \begin_inset Text
37401
37402 \begin_layout Plain Layout
37403
37404 \backslash
37405 owns
37406 \end_layout
37407
37408 \end_inset
37409 </cell>
37410 <cell alignment="center" valignment="top" usebox="none">
37411 \begin_inset Text
37412
37413 \begin_layout Plain Layout
37414
37415 \backslash
37416 ni
37417 \end_layout
37418
37419 \end_inset
37420 </cell>
37421 </row>
37422 <row>
37423 <cell alignment="center" valignment="top" usebox="none">
37424 \begin_inset Text
37425
37426 \begin_layout Plain Layout
37427
37428 \backslash
37429 square
37430 \end_layout
37431
37432 \end_inset
37433 </cell>
37434 <cell alignment="center" valignment="top" usebox="none">
37435 \begin_inset Text
37436
37437 \begin_layout Plain Layout
37438
37439 \backslash
37440 Box
37441 \end_layout
37442
37443 \end_inset
37444 </cell>
37445 </row>
37446 <row>
37447 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37448 \begin_inset Text
37449
37450 \begin_layout Plain Layout
37451
37452 \backslash
37453 Vert
37454 \end_layout
37455
37456 \end_inset
37457 </cell>
37458 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37459 \begin_inset Text
37460
37461 \begin_layout Plain Layout
37462
37463 \backslash
37464 |
37465 \end_layout
37466
37467 \end_inset
37468 </cell>
37469 </row>
37470 </lyxtabular>
37471
37472 \end_inset
37473
37474
37475 \begin_inset space \hfill{}
37476 \end_inset
37477
37478
37479 \end_layout
37480
37481 \begin_layout Standard
37482 \begin_inset Newpage newpage
37483 \end_inset
37484
37485
37486 \end_layout
37487
37488 \begin_layout Bibliography
37489 \begin_inset CommandInset bibitem
37490 LatexCommand bibitem
37491 key "TLC2"
37492 literal "true"
37493
37494 \end_inset
37495
37496
37497 \shape smallcaps
37498 F.
37499  Mittelbach; M.
37500  Goossens
37501 \shape default
37502
37503 \shape italic
37504 The \SpecialChar LaTeX
37505  Companion
37506 \shape default
37507 .
37508  Addison Wesley, 2004
37509 \end_layout
37510
37511 \begin_layout Bibliography
37512 \begin_inset CommandInset bibitem
37513 LatexCommand bibitem
37514 key "Mathmode"
37515 literal "true"
37516
37517 \end_inset
37518
37519
37520 \begin_inset CommandInset href
37521 LatexCommand href
37522 name "Description"
37523 target "https://www.tug.org/~hvoss/PDF/mathmode.pdf"
37524 literal "false"
37525
37526 \end_inset
37527
37528  of \SpecialChar LaTeX
37529 's math abilities
37530 \end_layout
37531
37532 \begin_layout Bibliography
37533 \begin_inset CommandInset bibitem
37534 LatexCommand bibitem
37535 key "AMS"
37536 literal "true"
37537
37538 \end_inset
37539
37540
37541 \begin_inset CommandInset href
37542 LatexCommand href
37543 name "Description"
37544 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37545 literal "false"
37546
37547 \end_inset
37548
37549  of 
37550 \begin_inset ERT
37551 status collapsed
37552
37553 \begin_layout Plain Layout
37554
37555
37556 \backslash
37557 AmS
37558 \end_layout
37559
37560 \end_inset
37561
37562 -\SpecialChar LaTeX
37563
37564 \end_layout
37565
37566 \begin_layout Bibliography
37567 \begin_inset CommandInset bibitem
37568 LatexCommand bibitem
37569 key "Symbols"
37570 literal "true"
37571
37572 \end_inset
37573
37574
37575 \begin_inset CommandInset href
37576 LatexCommand href
37577 name "List"
37578 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37579 literal "false"
37580
37581 \end_inset
37582
37583  of all symbols available with \SpecialChar LaTeX
37584 -packages
37585 \end_layout
37586
37587 \begin_layout Bibliography
37588 \begin_inset CommandInset bibitem
37589 LatexCommand bibitem
37590 key "cancel"
37591 literal "true"
37592
37593 \end_inset
37594
37595
37596 \begin_inset CommandInset href
37597 LatexCommand href
37598 name "Documentation"
37599 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37600 literal "false"
37601
37602 \end_inset
37603
37604  of the \SpecialChar LaTeX
37605 -package 
37606 \series bold
37607 cancel
37608 \series default
37609
37610 \begin_inset Index idx
37611 status collapsed
37612
37613 \begin_layout Plain Layout
37614 Packages ! cancel
37615 \end_layout
37616
37617 \end_inset
37618
37619
37620 \end_layout
37621
37622 \begin_layout Bibliography
37623 \begin_inset CommandInset bibitem
37624 LatexCommand bibitem
37625 key "hyperref"
37626 literal "true"
37627
37628 \end_inset
37629
37630
37631 \begin_inset CommandInset href
37632 LatexCommand href
37633 name "Documentation"
37634 target "http://mirrors.ctan.org/macros/latex/contrib/hyperref/doc/manual.pdf"
37635 literal "false"
37636
37637 \end_inset
37638
37639  of the \SpecialChar LaTeX
37640 -package 
37641 \series bold
37642 hyperref
37643 \series default
37644
37645 \begin_inset Index idx
37646 status collapsed
37647
37648 \begin_layout Plain Layout
37649 Packages ! hyperref
37650 \end_layout
37651
37652 \end_inset
37653
37654
37655 \end_layout
37656
37657 \begin_layout Bibliography
37658 \begin_inset CommandInset bibitem
37659 LatexCommand bibitem
37660 key "mhchem"
37661 literal "true"
37662
37663 \end_inset
37664
37665
37666 \begin_inset CommandInset href
37667 LatexCommand href
37668 name "Documentation"
37669 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37670 literal "false"
37671
37672 \end_inset
37673
37674  of the \SpecialChar LaTeX
37675 -package 
37676 \series bold
37677 mhchem
37678 \series default
37679
37680 \begin_inset Index idx
37681 status collapsed
37682
37683 \begin_layout Plain Layout
37684 Packages ! mhchem
37685 \end_layout
37686
37687 \end_inset
37688
37689
37690 \end_layout
37691
37692 \begin_layout Bibliography
37693 \begin_inset CommandInset bibitem
37694 LatexCommand bibitem
37695 key "Duden"
37696 literal "true"
37697
37698 \end_inset
37699
37700
37701 \emph on
37702 Duden Band 1
37703 \emph default
37704 .
37705  22.
37706  Auflage, Duden 2001
37707 \end_layout
37708
37709 \begin_layout Bibliography
37710 \begin_inset CommandInset bibitem
37711 LatexCommand bibitem
37712 key "Checklist"
37713 literal "true"
37714
37715 \end_inset
37716
37717
37718 \begin_inset CommandInset href
37719 LatexCommand href
37720 name "Check list"
37721 target "http://physics.nist.gov/Pubs/SP811/sec11.html"
37722 literal "false"
37723
37724 \end_inset
37725
37726  for reviewing manuscripts
37727 \end_layout
37728
37729 \begin_layout Standard
37730 \begin_inset CommandInset index_print
37731 LatexCommand printindex
37732 type "idx"
37733 name "Index"
37734 literal "false"
37735
37736 \end_inset
37737
37738
37739 \end_layout
37740
37741 \end_body
37742 \end_document