]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Math.lyx: fix a typo
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/\r
2 \lyxformat 413\r
3 \begin_document\r
4 \begin_header\r
5 \textclass scrartcl\r
6 \begin_preamble\r
7 % DO NOT ALTER THIS PREAMBLE!!!\r
8 %\r
9 % This preamble is designed to ensure that the file prints\r
10 % out as advertised. If you mess with this preamble,\r
11 % parts of this document may not print out as expected.  If you\r
12 % have problems LaTeXing this file, please contact \r
13 % the documentation team\r
14 % email: lyx-docs@lists.lyx.org\r
15 \r
16 % if pdflatex is used\r
17 \usepackage{ifpdf}\r
18 \ifpdf\r
19 \r
20 % set fonts for nicer pdf view\r
21 \IfFileExists{lmodern.sty}\r
22  {\usepackage{lmodern}}{}\r
23 \r
24 \fi % end if pdflatex is used\r
25 \r
26 % solves the following problem:\r
27 % If the dection number consits of too many numerals the section heading\r
28 % will be printed in the TOC without a space between it and the section number.\r
29 % As solution more space between the number and the heading is inserted:\r
30 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}\r
31 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}\r
32 \r
33 % To be able to enter the character ° and · directly in LyX,\r
34 % see sec. 22.11\r
35 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}\r
36 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}\r
37 \r
38 % increase link area for cross-references and autoname them,\r
39 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}\r
40 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}\r
41 \addto\extrasenglish{%\r
42  \renewcommand*{\equationautorefname}[1]{}\r
43  \renewcommand{\sectionautorefname}{sec.\negthinspace}\r
44  \renewcommand{\subsectionautorefname}{sec.\negthinspace}\r
45  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}\r
46 }\r
47 \r
48 % don't load packages twice\r
49 % see first footnote in sec. 9.3\r
50 \@ifundefined{textcolor}{\usepackage{color}}{}\r
51 \r
52 % the pages of the TOC are numbered roman\r
53 % and a PDF-bookmark for the TOC is added\r
54 \pagenumbering{roman}\r
55 \let\myTOC\tableofcontents\r
56 \renewcommand{\tableofcontents}{%\r
57  \vspace{1cm}\r
58  \pdfbookmark[1]{\contentsname}{}\r
59  \myTOC\r
60  \cleardoublepage\r
61  \pagenumbering{arabic}}\r
62 \r
63 % insert additional vertical space of 1.5 mm between footnotes,\r
64 \let\myFoot\footnote\r
65 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}\r
66 \r
67 % provides caption formatting\r
68 \setkomafont{captionlabel}{\bfseries}\r
69 \r
70 % used in sec. 24.5\r
71 \usepackage[samesize]{cancel}\r
72 \r
73 % enables calculation of values\r
74 \usepackage{calc}\r
75 \r
76 % for multiple columns used in sec. 24.7\r
77 \usepackage{multicol}\r
78 \r
79 % needed in sec. 19.4\r
80 \usepackage{remreset}\r
81 \r
82 % for the Fourier transformation symbol\r
83 \usepackage{mathrsfs}\r
84 \r
85 % define a color, used in sec.9.3\r
86 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}\r
87 \r
88 % declare operators (see sec. 10.4 and sec. 15.2)\r
89 \DeclareMathOperator*{\Lozenge}{\blacklozenge}\r
90 \DeclareMathOperator{\sgn}{sgn}\r
91 \r
92 \newcommand{\spce}{\textvisiblespace}\r
93 \r
94 % example definitions for sec. 20.1 \r
95 \newcommand{\gr}{\Longrightarrow}\r
96 \newcommand{\us}[1]{\underline{#1}}\r
97 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}\r
98 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}\r
99 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}\r
100 \r
101 % example macro from sec. 19.4\r
102 %\def\tagform@#1{\maketag@@@{|#1|}}\r
103 \r
104 % macro from sec. 10.2\r
105 \def\clap#1{\hbox to 0pt{\hss #1\hss}}\r
106 \def\mathclap {\mathpalette \mathclapinternal}\r
107 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}\r
108 \r
109 \r
110 % ------------------------------------\r
111 % used to check for needed LaTeX packages\r
112 \usepackage{ifthen}\r
113 \r
114 % check for package eurosym\r
115 % used for the Euro symbol\r
116 \newboolean{eurosym}\r
117 \IfFileExists{eurosym.sty}\r
118  {\usepackage[gennarrow]{eurosym}\r
119   \setboolean{eurosym}{true}}\r
120  {\setboolean{eurosym}{false}}\r
121 \r
122 % check for package braket\r
123 % used for physical vectors\r
124 \newboolean{braket}\r
125 \IfFileExists{braket.sty}\r
126  {\usepackage{braket}\r
127   \setboolean{braket}{true}}\r
128  {\setboolean{braket}{false}}\r
129 \r
130 % check for package cancel\r
131 \newboolean{cancel}\r
132 \IfFileExists{cancel.sty}\r
133  {\usepackage{cancel}\r
134   \setboolean{cancel}{true}}\r
135  {\setboolean{cancel}{false}}\r
136 \r
137 % check for package upgreek\r
138 \newboolean{upgreek}\r
139 \IfFileExists{upgreek.sty}\r
140  {\usepackage{upgreek}\r
141   \setboolean{upgreek}{true}}\r
142  {\setboolean{upgreek}{false}}\r
143 \end_preamble\r
144 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading\r
145 \use_default_options false\r
146 \maintain_unincluded_children false\r
147 \language english\r
148 \language_package default\r
149 \inputencoding auto\r
150 \fontencoding global\r
151 \font_roman default\r
152 \font_sans default\r
153 \font_typewriter default\r
154 \font_default_family default\r
155 \use_non_tex_fonts false\r
156 \font_sc false\r
157 \font_osf false\r
158 \font_sf_scale 100\r
159 \font_tt_scale 100\r
160 \r
161 \graphics default\r
162 \default_output_format default\r
163 \output_sync 0\r
164 \bibtex_command default\r
165 \index_command default\r
166 \paperfontsize 12\r
167 \spacing single\r
168 \use_hyperref true\r
169 \pdf_title "LyX's Math Manual"\r
170 \pdf_author "LyX Team, Uwe Stöhr"\r
171 \pdf_subject "LyX-documentation about math"\r
172 \pdf_keywords "LyX, Mathed"\r
173 \pdf_bookmarks true\r
174 \pdf_bookmarksnumbered true\r
175 \pdf_bookmarksopen true\r
176 \pdf_bookmarksopenlevel 1\r
177 \pdf_breaklinks false\r
178 \pdf_pdfborder false\r
179 \pdf_colorlinks true\r
180 \pdf_backref false\r
181 \pdf_pdfusetitle false\r
182 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"\r
183 \papersize a4paper\r
184 \use_geometry false\r
185 \use_amsmath 2\r
186 \use_esint 1\r
187 \use_mhchem 1\r
188 \use_mathdots 1\r
189 \cite_engine basic\r
190 \use_bibtopic false\r
191 \use_indices false\r
192 \paperorientation portrait\r
193 \suppress_date false\r
194 \use_refstyle 0\r
195 \notefontcolor #0000ff\r
196 \index Index\r
197 \shortcut idx\r
198 \color #008000\r
199 \end_index\r
200 \secnumdepth 4\r
201 \tocdepth 3\r
202 \paragraph_separation skip\r
203 \defskip medskip\r
204 \quotes_language english\r
205 \papercolumns 1\r
206 \papersides 2\r
207 \paperpagestyle plain\r
208 \bullet 1 0 6 -1\r
209 \bullet 2 2 35 -1\r
210 \bullet 3 2 7 -1\r
211 \tracking_changes false\r
212 \output_changes false\r
213 \html_math_output 0\r
214 \html_css_as_file 0\r
215 \html_be_strict false\r
216 \end_header\r
217 \r
218 \begin_body\r
219 \r
220 \begin_layout Title\r
221 LyX's detailed Math manual\r
222 \end_layout\r
223 \r
224 \begin_layout Author\r
225 by the LyX Team\r
226 \begin_inset Foot\r
227 status collapsed\r
228 \r
229 \begin_layout Plain Layout\r
230 \noindent\r
231 If you have comments or error corrections, please send them to the LyX Documenta\r
232 tion mailing list: \r
233 \family typewriter\r
234 \r
235 \begin_inset CommandInset href\r
236 LatexCommand href\r
237 name "lyx-docs@lists.lyx.org"\r
238 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"\r
239 type "mailto:"\r
240 \r
241 \end_inset\r
242 \r
243 \r
244 \end_layout\r
245 \r
246 \end_inset\r
247 \r
248 \r
249 \begin_inset Note Note\r
250 status collapsed\r
251 \r
252 \begin_layout Plain Layout\r
253 author: Uwe Stöhr\r
254 \end_layout\r
255 \r
256 \end_inset\r
257 \r
258 \r
259 \begin_inset Newline newline\r
260 \end_inset\r
261 \r
262 \r
263 \begin_inset Newline newline\r
264 \end_inset\r
265 \r
266 \r
267 \family sans\r
268 Version 2.0.x\r
269 \end_layout\r
270 \r
271 \begin_layout Standard\r
272 \begin_inset CommandInset toc\r
273 LatexCommand tableofcontents\r
274 \r
275 \end_inset\r
276 \r
277 \r
278 \end_layout\r
279 \r
280 \begin_layout Standard\r
281 \begin_inset Note Note\r
282 status open\r
283 \r
284 \begin_layout Plain Layout\r
285 To export this document to PDF, PS or DVI the LaTeX-packages \r
286 \series bold\r
287 braket, cancel, eurosym, mathdots, mhchem\r
288 \series default\r
289  and \r
290 \series bold\r
291 was\r
292 \series default\r
293  should be installed.\r
294  If they are not installed the document can be exported anyway but the sections\r
295  where the packages are required will not appear in the output.\r
296  An exception is \r
297 \series bold\r
298 mhchem\r
299 \series default\r
300 ; if it is not installed, this file cannot be exported.\r
301 \end_layout\r
302 \r
303 \begin_layout Plain Layout\r
304 The latest PDF-version of this document can be found here:\r
305 \begin_inset Newline newline\r
306 \end_inset\r
307 \r
308 \r
309 \series bold\r
310 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math\r
311 \end_layout\r
312 \r
313 \end_inset\r
314 \r
315 \r
316 \end_layout\r
317 \r
318 \begin_layout Standard\r
319 \begin_inset Newpage newpage\r
320 \end_inset\r
321 \r
322 \r
323 \end_layout\r
324 \r
325 \begin_layout Section\r
326 Introduction\r
327 \end_layout\r
328 \r
329 \begin_layout Standard\r
330 This document explains LyX's math features and is furthermore a collection\r
331  of LaTeX-commands used for mathematical characters and constructs.\r
332  The explanations are designed for the usage of commands.\r
333  It is therefore required that you have read the section \r
334 \family typewriter\r
335 Mathematical\r
336 \begin_inset space ~\r
337 \end_inset\r
338 \r
339 Formulas\r
340 \family default\r
341  of the User's Guide.\r
342 \end_layout\r
343 \r
344 \begin_layout Standard\r
345 Most of the characters and many constructs explained in this manual are\r
346  also accessible via the menu \r
347 \family sans\r
348 Insert\r
349 \series bold\r
350 \SpecialChar \menuseparator\r
351 \r
352 \series default\r
353 Math\r
354 \family default\r
355  or the \r
356 \family sans\r
357 math\r
358 \family default\r
359 \series bold\r
360  \r
361 \family sans\r
362 \series default\r
363 toolbar\r
364 \family default\r
365 .\r
366  But everybody who has to write lots of formulas will notice that it is\r
367  much faster to use commands instead of the math toolbar.\r
368  Therefore this manual is focused on commands but also mentions the correspondin\r
369 g toolbar buttons when available.\r
370 \end_layout\r
371 \r
372 \begin_layout Standard\r
373 If not specially mentioned the commands are only available within formulas.\r
374  To be able to use all commands explained in this document, the option \r
375 \family sans\r
376 Use AMS math package\r
377 \family default\r
378  must be checked in the document settings (menu \r
379 \family sans\r
380 Document\SpecialChar \menuseparator\r
381 Settings\SpecialChar \menuseparator\r
382 Math\r
383 \begin_inset space ~\r
384 \end_inset\r
385 \r
386 Options\r
387 \family default\r
388 ).\r
389 \begin_inset Foot\r
390 status collapsed\r
391 \r
392 \begin_layout Plain Layout\r
393 The option \r
394 \family sans\r
395 Use AMS math package automatically\r
396 \family default\r
397  only uses \r
398 \begin_inset ERT\r
399 status collapsed\r
400 \r
401 \begin_layout Plain Layout\r
402 \r
403 \r
404 \backslash\r
405 AmS \r
406 \end_layout\r
407 \r
408 \end_inset\r
409 \r
410 -math when math constructs are found that are supported by LyX.\r
411 \end_layout\r
412 \r
413 \end_inset\r
414 \r
415 \r
416 \end_layout\r
417 \r
418 \begin_layout Standard\r
419 This document doesn't list all \r
420 \begin_inset ERT\r
421 status collapsed\r
422 \r
423 \begin_layout Plain Layout\r
424 \r
425 \r
426 \backslash\r
427 AmS \r
428 \end_layout\r
429 \r
430 \end_inset\r
431 \r
432 -math commands\r
433 \begin_inset Foot\r
434 status collapsed\r
435 \r
436 \begin_layout Plain Layout\r
437 A list with all \r
438 \begin_inset ERT\r
439 status collapsed\r
440 \r
441 \begin_layout Plain Layout\r
442 \r
443 \r
444 \backslash\r
445 AmS\r
446 \end_layout\r
447 \r
448 \end_inset\r
449 \r
450 -math commands is in the file \r
451 \family sans\r
452 \r
453 \begin_inset CommandInset href\r
454 LatexCommand href\r
455 name "amsguide.ps"\r
456 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"\r
457 \r
458 \end_inset\r
459 \r
460 \r
461 \family default\r
462 , which is part of every LaTeX standard installation.\r
463 \end_layout\r
464 \r
465 \end_inset\r
466 \r
467  for lucidity reasons.\r
468 \end_layout\r
469 \r
470 \begin_layout Section\r
471 General Instructions\r
472 \end_layout\r
473 \r
474 \begin_layout Standard\r
475 To create an inline formula\r
476 \begin_inset Index idx\r
477 status collapsed\r
478 \r
479 \begin_layout Plain Layout\r
480 Formula ! inline\r
481 \end_layout\r
482 \r
483 \end_inset\r
484 \r
485  that is embedded into a text line, use one of the shortcuts \r
486 \begin_inset Info\r
487 type  "shortcuts"\r
488 arg   "math-mode"\r
489 \end_inset\r
490 \r
491  or the toolbar button \r
492 \begin_inset Graphics\r
493         filename ../images/math-mode.png\r
494         scale 85\r
495 \r
496 \end_inset\r
497 \r
498 .\r
499 \begin_inset Newline newline\r
500 \end_inset\r
501 \r
502 To create a display style formula\r
503 \begin_inset Index idx\r
504 status collapsed\r
505 \r
506 \begin_layout Plain Layout\r
507 Formula ! display style\r
508 \end_layout\r
509 \r
510 \end_inset\r
511 \r
512  which will appear bigger, has a different format, and will be in a separate\r
513  paragraph, use one of these shortcuts: \r
514 \begin_inset Info\r
515 type  "shortcuts"\r
516 arg   "math-display"\r
517 \end_inset\r
518 \r
519 .\r
520 \end_layout\r
521 \r
522 \begin_layout Standard\r
523 To change a display style formula to an inline formula, set the cursor into\r
524  the formula and use one of the shortcuts \r
525 \begin_inset Info\r
526 type  "shortcuts"\r
527 arg   "math-mode"\r
528 \end_inset\r
529 \r
530  or the menu \r
531 \family sans\r
532 Edit\SpecialChar \menuseparator\r
533 Math\SpecialChar \menuseparator\r
534 Change formula type\r
535 \family default\r
536 .\r
537  The same way is used to change an inline formula to a display style formula.\r
538 \end_layout\r
539 \r
540 \begin_layout Standard\r
541 To display parts of an inline formula in the size of a display style formula,\r
542  enter the command \r
543 \series bold\r
544 \r
545 \backslash\r
546 displaystyle\r
547 \series default\r
548 \r
549 \begin_inset Index idx\r
550 status collapsed\r
551 \r
552 \begin_layout Plain Layout\r
553 Commands ! D ! \r
554 \backslash\r
555 displaystyle\r
556 \end_layout\r
557 \r
558 \end_inset\r
559 \r
560  to a formula.\r
561  Then a new blue box appears in which the desired formula part is inserted.\r
562 \end_layout\r
563 \r
564 \begin_layout Standard\r
565 Only inline formulas are allowed inside tables.\r
566 \end_layout\r
567 \r
568 \begin_layout Standard\r
569 The \r
570 \family sans\r
571 math toolbar\r
572 \family default\r
573  can be turned on in the menu \r
574 \family sans\r
575 View\SpecialChar \menuseparator\r
576 Toolbars\r
577 \family default\r
578 .\r
579  When you click there on \r
580 \begin_inset Quotes eld\r
581 \end_inset\r
582 \r
583 Math\r
584 \begin_inset Quotes erd\r
585 \end_inset\r
586 \r
587  the toolbar will be shown permanently at the bottom; this state is visualized\r
588  in the \r
589 \family sans\r
590 Toolbars\r
591 \family default\r
592  menu with a checkmark.\r
593  When you click in this state again on \r
594 \begin_inset Quotes eld\r
595 \end_inset\r
596 \r
597 Math\r
598 \begin_inset Quotes erd\r
599 \end_inset\r
600 \r
601  in the \r
602 \family sans\r
603 Toolbars\r
604 \family default\r
605  menu, the \r
606 \family sans\r
607 math toolbar\r
608 \family default\r
609  is only shown when the cursor is within a formula; this state is visualized\r
610  by the renaming of the menu entry from \r
611 \begin_inset Quotes eld\r
612 \end_inset\r
613 \r
614 Math\r
615 \begin_inset Quotes erd\r
616 \end_inset\r
617 \r
618  to \r
619 \begin_inset Quotes eld\r
620 \end_inset\r
621 \r
622 Math\r
623 \begin_inset space ~\r
624 \end_inset\r
625 \r
626 (auto)\r
627 \begin_inset Quotes erd\r
628 \end_inset\r
629 \r
630 .\r
631 \end_layout\r
632 \r
633 \begin_layout Standard\r
634 The TeX-mode\r
635 \begin_inset Index idx\r
636 status collapsed\r
637 \r
638 \begin_layout Plain Layout\r
639 T@TeX-mode\r
640 \end_layout\r
641 \r
642 \end_inset\r
643 \r
644  is invoked by pressing the toolbar button \r
645 \begin_inset Graphics\r
646         filename ../images/ert-insert.png\r
647         scale 85\r
648 \r
649 \end_inset\r
650 \r
651  or by using the menu \r
652 \family sans\r
653 Insert\SpecialChar \menuseparator\r
654 Te\r
655 \begin_inset ERT\r
656 status collapsed\r
657 \r
658 \begin_layout Plain Layout\r
659 \r
660 {}\r
661 \end_layout\r
662 \r
663 \end_inset\r
664 \r
665 X Code\r
666 \family default\r
667  (shortcut \r
668 \begin_inset Info\r
669 type  "shortcut"\r
670 arg   "ert-insert"\r
671 \end_inset\r
672 \r
673 ).\r
674 \begin_inset Note Note\r
675 status collapsed\r
676 \r
677 \begin_layout Plain Layout\r
678 In LyX there are three \r
679 \begin_inset Quotes eld\r
680 \end_inset\r
681 \r
682 proper names\r
683 \begin_inset Quotes erd\r
684 \end_inset\r
685 \r
686  that appear in the output with sub- and superscript letters: TeX, LaTeX\r
687  and LyX\r
688 \end_layout\r
689 \r
690 \begin_layout Plain Layout\r
691 To avoid that these names are recognized as proper names, a TeX-brace pair\r
692  is inserted.\r
693 \end_layout\r
694 \r
695 \end_inset\r
696 \r
697 \r
698 \end_layout\r
699 \r
700 \begin_layout Standard\r
701 To change the LaTeX-preamble\r
702 \begin_inset Index idx\r
703 status collapsed\r
704 \r
705 \begin_layout Plain Layout\r
706 L@LaTeX-preamble\r
707 \end_layout\r
708 \r
709 \end_inset\r
710 \r
711 , use the menu \r
712 \family sans\r
713 Document\SpecialChar \menuseparator\r
714 Settings\SpecialChar \menuseparator\r
715 LaT\r
716 \begin_inset ERT\r
717 status collapsed\r
718 \r
719 \begin_layout Plain Layout\r
720 \r
721 {}\r
722 \end_layout\r
723 \r
724 \end_inset\r
725 \r
726 eX\r
727 \family default\r
728  \r
729 \family sans\r
730 Preamble\r
731 \family default\r
732 .\r
733 \end_layout\r
734 \r
735 \begin_layout Standard\r
736 To edit matrices, case differentiations and multiline formulas subsequently,\r
737  use the menus \r
738 \family sans\r
739 Edit\SpecialChar \menuseparator\r
740 Math\r
741 \family default\r
742  and \r
743 \family sans\r
744 Edit\SpecialChar \menuseparator\r
745 Rows\r
746 \begin_inset space \thinspace{}\r
747 \end_inset\r
748 \r
749 &\r
750 \begin_inset space \thinspace{}\r
751 \end_inset\r
752 \r
753 Columns,\r
754 \family default\r
755  or the \r
756 \family sans\r
757 table toolbar\r
758 \family default\r
759 .\r
760  When lines and columns are swapped via the menu, the column or line where\r
761  the cursor is in is exchanged with the column to the right or the line\r
762  below, respectively.\r
763  Is the cursor in the last column or row, the exchange is done with the\r
764  column to the left or the line above.\r
765 \end_layout\r
766 \r
767 \begin_layout Standard\r
768 To write text in formulas\r
769 \begin_inset Foot\r
770 status collapsed\r
771 \r
772 \begin_layout Plain Layout\r
773 For multiline formulas the command \r
774 \series bold\r
775 \r
776 \backslash\r
777 intertext\r
778 \series default\r
779  is used, see \r
780 \begin_inset CommandInset ref\r
781 LatexCommand ref\r
782 reference "sub:Text-in-multiline"\r
783 \r
784 \end_inset\r
785 \r
786 .\r
787 \end_layout\r
788 \r
789 \end_inset\r
790 \r
791  \r
792 \emph on\r
793 mathematical text\r
794 \emph default\r
795 \r
796 \begin_inset Index idx\r
797 status collapsed\r
798 \r
799 \begin_layout Plain Layout\r
800 Text ! in formulas\r
801 \end_layout\r
802 \r
803 \end_inset\r
804 \r
805 \r
806 \begin_inset Index idx\r
807 status collapsed\r
808 \r
809 \begin_layout Plain Layout\r
810 Mathematical text\r
811 \end_layout\r
812 \r
813 \end_inset\r
814 \r
815  is used.\r
816  This mode is invoked with the shortcut \r
817 \begin_inset Info\r
818 type  "shortcut"\r
819 arg   "font-default"\r
820 \end_inset\r
821 \r
822  or by the insertion of the command \r
823 \series bold\r
824 \r
825 \backslash\r
826 text\r
827 \series default\r
828 \r
829 \begin_inset Index idx\r
830 status collapsed\r
831 \r
832 \begin_layout Plain Layout\r
833 Commands ! T ! \r
834 \backslash\r
835 text\r
836 \end_layout\r
837 \r
838 \end_inset\r
839 \r
840 .\r
841  The text appears black in LyX and can therefore be distinguished from the\r
842  other formula parts which appear blue.\r
843  In the output mathematical text is set upright, in contrary to other formula\r
844  parts.\r
845 \end_layout\r
846 \r
847 \begin_layout Subsection*\r
848 Command Scheme\r
849 \end_layout\r
850 \r
851 \begin_layout Standard\r
852 Most of the LaTeX-commands for math constructs have the following scheme:\r
853 \end_layout\r
854 \r
855 \begin_layout Standard\r
856 \r
857 \series bold\r
858 \r
859 \backslash\r
860 commandname[optional\r
861 \series default\r
862  \r
863 \series bold\r
864 argument]{required\r
865 \series default\r
866  \r
867 \series bold\r
868 argument}\r
869 \end_layout\r
870 \r
871 \begin_layout Standard\r
872 A command always starts with a backslash \r
873 \begin_inset Quotes gld\r
874 \end_inset\r
875 \r
876 \r
877 \series bold\r
878 \r
879 \backslash\r
880 \r
881 \series default\r
882 \r
883 \begin_inset Quotes grd\r
884 \end_inset\r
885 \r
886 .\r
887  To omit optional arguments, also omit the associated brackets.\r
888  The braces around the required arguments are named in this document as\r
889  TeX-braces\r
890 \begin_inset Index idx\r
891 status collapsed\r
892 \r
893 \begin_layout Plain Layout\r
894 T@TeX-braces\r
895 \end_layout\r
896 \r
897 \end_inset\r
898 \r
899 .\r
900  If you add in a formula a left brace to a command name, LyX automatically\r
901  creates a TeX-brace.\r
902  In all other cases TeX-braces are created in formulas with the command\r
903  \r
904 \series bold\r
905 \r
906 \backslash\r
907 {\r
908 \series default\r
909 .\r
910  TeX-braces appear red in LyX, in contrary to normal braces which appear\r
911  blue.\r
912  In TeX-mode no command is needed to get TeX-braces.\r
913  TeX-braces don't appear in the output.\r
914 \end_layout\r
915 \r
916 \begin_layout Standard\r
917 When commands without arguments, like commands for symbols are entered in\r
918  TeX-mode, a space character must \r
919 \emph on\r
920 always\r
921 \emph default\r
922  be behind the command to end it.\r
923  This space doesn't appear in the output.\r
924  When the space should appear in the output, the space must be followed\r
925  by a protected space in normal text.\r
926 \end_layout\r
927 \r
928 \begin_layout Standard\r
929 A protected space is inserted with \r
930 \begin_inset Info\r
931 type  "shortcuts"\r
932 arg   "command-alternatives space-insert protected ; math-space"\r
933 \end_inset\r
934 \r
935 .\r
936 \end_layout\r
937 \r
938 \begin_layout Subsection*\r
939 \begin_inset Newpage newpage\r
940 \end_inset\r
941 \r
942 Syntax Explanation\r
943 \end_layout\r
944 \r
945 \begin_layout Itemize\r
946 The symbol\r
947 \begin_inset Foot\r
948 status collapsed\r
949 \r
950 \begin_layout Plain Layout\r
951 This visible space character can be created with the command \r
952 \series bold\r
953 \r
954 \backslash\r
955 textvisiblespace\r
956 \series default\r
957 \r
958 \begin_inset Index idx\r
959 status collapsed\r
960 \r
961 \begin_layout Plain Layout\r
962 Commands ! T ! \r
963 \backslash\r
964 textvisiblespace\r
965 \end_layout\r
966 \r
967 \end_inset\r
968 \r
969 , inserted in TeX-mode.\r
970 \end_layout\r
971 \r
972 \end_inset\r
973 \r
974  \r
975 \begin_inset ERT\r
976 status collapsed\r
977 \r
978 \begin_layout Plain Layout\r
979 \r
980 \r
981 \backslash\r
982 spce \r
983 \end_layout\r
984 \r
985 \end_inset\r
986 \r
987 \r
988 \begin_inset space ~\r
989 \end_inset\r
990 \r
991 denotes a space character to be input.\r
992 \end_layout\r
993 \r
994 \begin_layout Itemize\r
995 An arrow like \r
996 \begin_inset Formula $\to$\r
997 \end_inset\r
998 \r
999  denotes the usage of the corresponding arrow key on the keyboard.\r
1000  The \r
1001 \family sans\r
1002 Tab\r
1003 \family default\r
1004  key can often be used instead of \r
1005 \begin_inset Formula $\to$\r
1006 \end_inset\r
1007 \r
1008  and \r
1009 \begin_inset Formula $\downarrow$\r
1010 \end_inset\r
1011 \r
1012 , and \r
1013 \family sans\r
1014 Shift+Tab\r
1015 \family default\r
1016  instead of \r
1017 \begin_inset Formula $\leftarrow$\r
1018 \end_inset\r
1019 \r
1020  and \r
1021 \begin_inset Formula $\uparrow$\r
1022 \end_inset\r
1023 \r
1024 .\r
1025 \end_layout\r
1026 \r
1027 \begin_layout Subsection*\r
1028 Available units\r
1029 \end_layout\r
1030 \r
1031 \begin_layout Standard\r
1032 \align center\r
1033 \begin_inset Float table\r
1034 placement H\r
1035 wide false\r
1036 sideways false\r
1037 status open\r
1038 \r
1039 \begin_layout Plain Layout\r
1040 \align center\r
1041 \begin_inset Caption\r
1042 \r
1043 \begin_layout Plain Layout\r
1044 \begin_inset CommandInset label\r
1045 LatexCommand label\r
1046 name "tab:Available-units"\r
1047 \r
1048 \end_inset\r
1049 \r
1050 Available units\r
1051 \end_layout\r
1052 \r
1053 \end_inset\r
1054 \r
1055 \r
1056 \end_layout\r
1057 \r
1058 \begin_layout Plain Layout\r
1059 \align center\r
1060 \begin_inset Tabular\r
1061 <lyxtabular version="3" rows="13" columns="2">\r
1062 <features tabularvalignment="middle">\r
1063 <column alignment="center" valignment="top" width="0">\r
1064 <column alignment="center" valignment="top" width="0">\r
1065 <row>\r
1066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
1067 \begin_inset Text\r
1068 \r
1069 \begin_layout Plain Layout\r
1070 Unit\r
1071 \end_layout\r
1072 \r
1073 \end_inset\r
1074 </cell>\r
1075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
1076 \begin_inset Text\r
1077 \r
1078 \begin_layout Plain Layout\r
1079 Name / Description\r
1080 \end_layout\r
1081 \r
1082 \end_inset\r
1083 </cell>\r
1084 </row>\r
1085 <row>\r
1086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1087 \begin_inset Text\r
1088 \r
1089 \begin_layout Plain Layout\r
1090 mm\r
1091 \end_layout\r
1092 \r
1093 \end_inset\r
1094 </cell>\r
1095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1096 \begin_inset Text\r
1097 \r
1098 \begin_layout Plain Layout\r
1099 Millimeter\r
1100 \end_layout\r
1101 \r
1102 \end_inset\r
1103 </cell>\r
1104 </row>\r
1105 <row>\r
1106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1107 \begin_inset Text\r
1108 \r
1109 \begin_layout Plain Layout\r
1110 cm\r
1111 \end_layout\r
1112 \r
1113 \end_inset\r
1114 </cell>\r
1115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1116 \begin_inset Text\r
1117 \r
1118 \begin_layout Plain Layout\r
1119 Centimeter\r
1120 \end_layout\r
1121 \r
1122 \end_inset\r
1123 </cell>\r
1124 </row>\r
1125 <row>\r
1126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1127 \begin_inset Text\r
1128 \r
1129 \begin_layout Plain Layout\r
1130 in\r
1131 \end_layout\r
1132 \r
1133 \end_inset\r
1134 </cell>\r
1135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1136 \begin_inset Text\r
1137 \r
1138 \begin_layout Plain Layout\r
1139 Inch (1\r
1140 \begin_inset space \thinspace{}\r
1141 \end_inset\r
1142 \r
1143 in = 2,54\r
1144 \begin_inset space \thinspace{}\r
1145 \end_inset\r
1146 \r
1147 cm)\r
1148 \end_layout\r
1149 \r
1150 \end_inset\r
1151 </cell>\r
1152 </row>\r
1153 <row>\r
1154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1155 \begin_inset Text\r
1156 \r
1157 \begin_layout Plain Layout\r
1158 pt\r
1159 \end_layout\r
1160 \r
1161 \end_inset\r
1162 </cell>\r
1163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1164 \begin_inset Text\r
1165 \r
1166 \begin_layout Plain Layout\r
1167 Point (72.27\r
1168 \begin_inset space \thinspace{}\r
1169 \end_inset\r
1170 \r
1171 pt = 1\r
1172 \begin_inset space \thinspace{}\r
1173 \end_inset\r
1174 \r
1175 in)\r
1176 \end_layout\r
1177 \r
1178 \end_inset\r
1179 </cell>\r
1180 </row>\r
1181 <row>\r
1182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1183 \begin_inset Text\r
1184 \r
1185 \begin_layout Plain Layout\r
1186 pc\r
1187 \end_layout\r
1188 \r
1189 \end_inset\r
1190 </cell>\r
1191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1192 \begin_inset Text\r
1193 \r
1194 \begin_layout Plain Layout\r
1195 Pica (1\r
1196 \begin_inset space \thinspace{}\r
1197 \end_inset\r
1198 \r
1199 pc = 12\r
1200 \begin_inset space \thinspace{}\r
1201 \end_inset\r
1202 \r
1203 pt)\r
1204 \end_layout\r
1205 \r
1206 \end_inset\r
1207 </cell>\r
1208 </row>\r
1209 <row>\r
1210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1211 \begin_inset Text\r
1212 \r
1213 \begin_layout Plain Layout\r
1214 sp\r
1215 \end_layout\r
1216 \r
1217 \end_inset\r
1218 </cell>\r
1219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1220 \begin_inset Text\r
1221 \r
1222 \begin_layout Plain Layout\r
1223 scaled point (65536\r
1224 \begin_inset space \thinspace{}\r
1225 \end_inset\r
1226 \r
1227 sp = 1\r
1228 \begin_inset space \thinspace{}\r
1229 \end_inset\r
1230 \r
1231 pt)\r
1232 \end_layout\r
1233 \r
1234 \end_inset\r
1235 </cell>\r
1236 </row>\r
1237 <row>\r
1238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1239 \begin_inset Text\r
1240 \r
1241 \begin_layout Plain Layout\r
1242 bp\r
1243 \end_layout\r
1244 \r
1245 \end_inset\r
1246 </cell>\r
1247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1248 \begin_inset Text\r
1249 \r
1250 \begin_layout Plain Layout\r
1251 big point (72\r
1252 \begin_inset space \thinspace{}\r
1253 \end_inset\r
1254 \r
1255 bp = 1\r
1256 \begin_inset space \thinspace{}\r
1257 \end_inset\r
1258 \r
1259 in)\r
1260 \end_layout\r
1261 \r
1262 \end_inset\r
1263 </cell>\r
1264 </row>\r
1265 <row>\r
1266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1267 \begin_inset Text\r
1268 \r
1269 \begin_layout Plain Layout\r
1270 dd\r
1271 \end_layout\r
1272 \r
1273 \end_inset\r
1274 </cell>\r
1275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1276 \begin_inset Text\r
1277 \r
1278 \begin_layout Plain Layout\r
1279 Didot (1\r
1280 \begin_inset space \thinspace{}\r
1281 \end_inset\r
1282 \r
1283 dd \r
1284 \begin_inset Formula $\approx$\r
1285 \end_inset\r
1286 \r
1287  0.376\r
1288 \begin_inset space \thinspace{}\r
1289 \end_inset\r
1290 \r
1291 mm)\r
1292 \end_layout\r
1293 \r
1294 \end_inset\r
1295 </cell>\r
1296 </row>\r
1297 <row>\r
1298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1299 \begin_inset Text\r
1300 \r
1301 \begin_layout Plain Layout\r
1302 cc\r
1303 \end_layout\r
1304 \r
1305 \end_inset\r
1306 </cell>\r
1307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1308 \begin_inset Text\r
1309 \r
1310 \begin_layout Plain Layout\r
1311 Cicero (1\r
1312 \begin_inset space \thinspace{}\r
1313 \end_inset\r
1314 \r
1315 cc = 12\r
1316 \begin_inset space \thinspace{}\r
1317 \end_inset\r
1318 \r
1319 dd)\r
1320 \end_layout\r
1321 \r
1322 \end_inset\r
1323 </cell>\r
1324 </row>\r
1325 <row>\r
1326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1327 \begin_inset Text\r
1328 \r
1329 \begin_layout Plain Layout\r
1330 ex\r
1331 \end_layout\r
1332 \r
1333 \end_inset\r
1334 </cell>\r
1335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1336 \begin_inset Text\r
1337 \r
1338 \begin_layout Plain Layout\r
1339 Height of letter \r
1340 \emph on\r
1341 \r
1342 \begin_inset Quotes eld\r
1343 \end_inset\r
1344 \r
1345 x\r
1346 \emph default\r
1347 \r
1348 \begin_inset Quotes erd\r
1349 \end_inset\r
1350 \r
1351  in the current font\r
1352 \end_layout\r
1353 \r
1354 \end_inset\r
1355 </cell>\r
1356 </row>\r
1357 <row>\r
1358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1359 \begin_inset Text\r
1360 \r
1361 \begin_layout Plain Layout\r
1362 em\r
1363 \end_layout\r
1364 \r
1365 \end_inset\r
1366 </cell>\r
1367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1368 \begin_inset Text\r
1369 \r
1370 \begin_layout Plain Layout\r
1371 width of letter \r
1372 \begin_inset Quotes eld\r
1373 \end_inset\r
1374 \r
1375 \r
1376 \emph on\r
1377 M\r
1378 \emph default\r
1379 \r
1380 \begin_inset Quotes erd\r
1381 \end_inset\r
1382 \r
1383  in the current font\r
1384 \end_layout\r
1385 \r
1386 \end_inset\r
1387 </cell>\r
1388 </row>\r
1389 <row>\r
1390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
1391 \begin_inset Text\r
1392 \r
1393 \begin_layout Plain Layout\r
1394 mu\r
1395 \end_layout\r
1396 \r
1397 \end_inset\r
1398 </cell>\r
1399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
1400 \begin_inset Text\r
1401 \r
1402 \begin_layout Plain Layout\r
1403 math unit (1\r
1404 \begin_inset space \thinspace{}\r
1405 \end_inset\r
1406 \r
1407 mu = \r
1408 \begin_inset Formula $\nicefrac{1}{18}$\r
1409 \end_inset\r
1410 \r
1411 \r
1412 \begin_inset space \thinspace{}\r
1413 \end_inset\r
1414 \r
1415 em)\r
1416 \end_layout\r
1417 \r
1418 \end_inset\r
1419 </cell>\r
1420 </row>\r
1421 </lyxtabular>\r
1422 \r
1423 \end_inset\r
1424 \r
1425 \r
1426 \end_layout\r
1427 \r
1428 \end_inset\r
1429 \r
1430 \r
1431 \end_layout\r
1432 \r
1433 \begin_layout Standard\r
1434 \begin_inset Newpage newpage\r
1435 \end_inset\r
1436 \r
1437 \r
1438 \end_layout\r
1439 \r
1440 \begin_layout Section\r
1441 Basic Functions\r
1442 \end_layout\r
1443 \r
1444 \begin_layout Subsection\r
1445 Exponents\r
1446 \begin_inset Index idx\r
1447 status collapsed\r
1448 \r
1449 \begin_layout Plain Layout\r
1450 Exponents\r
1451 \end_layout\r
1452 \r
1453 \end_inset\r
1454 \r
1455  and Indices\r
1456 \begin_inset Index idx\r
1457 status collapsed\r
1458 \r
1459 \begin_layout Plain Layout\r
1460 Indices\r
1461 \end_layout\r
1462 \r
1463 \end_inset\r
1464 \r
1465 \r
1466 \begin_inset Index idx\r
1467 status collapsed\r
1468 \r
1469 \begin_layout Plain Layout\r
1470 Superscripts|see\r
1471 \begin_inset ERT\r
1472 status collapsed\r
1473 \r
1474 \begin_layout Plain Layout\r
1475 \r
1476 {\r
1477 \end_layout\r
1478 \r
1479 \end_inset\r
1480 \r
1481 Exponents\r
1482 \begin_inset ERT\r
1483 status collapsed\r
1484 \r
1485 \begin_layout Plain Layout\r
1486 \r
1487 }\r
1488 \end_layout\r
1489 \r
1490 \end_inset\r
1491 \r
1492 \r
1493 \end_layout\r
1494 \r
1495 \end_inset\r
1496 \r
1497 \r
1498 \begin_inset Index idx\r
1499 status collapsed\r
1500 \r
1501 \begin_layout Plain Layout\r
1502 Subscripts|see\r
1503 \begin_inset ERT\r
1504 status collapsed\r
1505 \r
1506 \begin_layout Plain Layout\r
1507 \r
1508 {\r
1509 \end_layout\r
1510 \r
1511 \end_inset\r
1512 \r
1513 Indices\r
1514 \begin_inset ERT\r
1515 status collapsed\r
1516 \r
1517 \begin_layout Plain Layout\r
1518 \r
1519 }\r
1520 \end_layout\r
1521 \r
1522 \end_inset\r
1523 \r
1524 \r
1525 \end_layout\r
1526 \r
1527 \end_inset\r
1528 \r
1529 \r
1530 \end_layout\r
1531 \r
1532 \begin_layout Standard\r
1533 Indices are created with an underscore \r
1534 \begin_inset Quotes eld\r
1535 \end_inset\r
1536 \r
1537 _\r
1538 \begin_inset Quotes erd\r
1539 \end_inset\r
1540 \r
1541  or via the math toolbar button \r
1542 \begin_inset Graphics\r
1543         filename ../images/math-subscript.png\r
1544         scale 85\r
1545 \r
1546 \end_inset\r
1547 \r
1548 , exponents with a caret \r
1549 \begin_inset Quotes eld\r
1550 \end_inset\r
1551 \r
1552 ^\r
1553 \begin_inset Quotes erd\r
1554 \end_inset\r
1555 \r
1556  or via the math toolbar button \r
1557 \begin_inset Graphics\r
1558         filename ../images/math-superscript.png\r
1559         scale 85\r
1560 \r
1561 \end_inset\r
1562 \r
1563 .\r
1564 \end_layout\r
1565 \r
1566 \begin_layout Standard\r
1567 \align center\r
1568 \begin_inset Tabular\r
1569 <lyxtabular version="3" rows="4" columns="2">\r
1570 <features tabularvalignment="middle">\r
1571 <column alignment="center" valignment="top" width="0pt">\r
1572 <column alignment="center" valignment="top" width="0pt">\r
1573 <row>\r
1574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
1575 \begin_inset Text\r
1576 \r
1577 \begin_layout Plain Layout\r
1578 command\r
1579 \end_layout\r
1580 \r
1581 \end_inset\r
1582 </cell>\r
1583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
1584 \begin_inset Text\r
1585 \r
1586 \begin_layout Plain Layout\r
1587 Result\r
1588 \begin_inset Note Note\r
1589 status collapsed\r
1590 \r
1591 \begin_layout Plain Layout\r
1592 \r
1593 \series bold\r
1594 \r
1595 \backslash\r
1596 raisebox\r
1597 \series default\r
1598  is only used as spacer.\r
1599 \end_layout\r
1600 \r
1601 \end_inset\r
1602 \r
1603 \r
1604 \end_layout\r
1605 \r
1606 \end_inset\r
1607 </cell>\r
1608 </row>\r
1609 <row>\r
1610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1611 \begin_inset Text\r
1612 \r
1613 \begin_layout Plain Layout\r
1614 B_V\r
1615 \end_layout\r
1616 \r
1617 \end_inset\r
1618 </cell>\r
1619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1620 \begin_inset Text\r
1621 \r
1622 \begin_layout Plain Layout\r
1623 \begin_inset Formula $B_{V}$\r
1624 \end_inset\r
1625 \r
1626 \r
1627 \end_layout\r
1628 \r
1629 \end_inset\r
1630 </cell>\r
1631 </row>\r
1632 <row>\r
1633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
1634 \begin_inset Text\r
1635 \r
1636 \begin_layout Plain Layout\r
1637 B^V\r
1638 \end_layout\r
1639 \r
1640 \end_inset\r
1641 </cell>\r
1642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
1643 \begin_inset Text\r
1644 \r
1645 \begin_layout Plain Layout\r
1646 \begin_inset Formula $\raisebox{5mm}{}B^{V}$\r
1647 \end_inset\r
1648 \r
1649 \r
1650 \end_layout\r
1651 \r
1652 \end_inset\r
1653 </cell>\r
1654 </row>\r
1655 <row>\r
1656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
1657 \begin_inset Text\r
1658 \r
1659 \begin_layout Plain Layout\r
1660 B^\r
1661 \begin_inset ERT\r
1662 status collapsed\r
1663 \r
1664 \begin_layout Plain Layout\r
1665 \r
1666 \r
1667 \backslash\r
1668 spce \r
1669 \end_layout\r
1670 \r
1671 \end_inset\r
1672 \r
1673 A\r
1674 \end_layout\r
1675 \r
1676 \end_inset\r
1677 </cell>\r
1678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
1679 \begin_inset Text\r
1680 \r
1681 \begin_layout Plain Layout\r
1682 \begin_inset Formula $\raisebox{5mm}{}B^{A}$\r
1683 \end_inset\r
1684 \r
1685 \r
1686 \end_layout\r
1687 \r
1688 \end_inset\r
1689 </cell>\r
1690 </row>\r
1691 </lyxtabular>\r
1692 \r
1693 \end_inset\r
1694 \r
1695 \r
1696 \end_layout\r
1697 \r
1698 \begin_layout Standard\r
1699 As the caret is in some languages an accent, vowels will be accentuated\r
1700  in this case and not set as exponents\r
1701 \begin_inset Foot\r
1702 status collapsed\r
1703 \r
1704 \begin_layout Plain Layout\r
1705 Depending on the used keyboard settings this can also happen for characters\r
1706  other than vowels.\r
1707 \end_layout\r
1708 \r
1709 \end_inset\r
1710 \r
1711 .\r
1712  To get exponents in this case, press \r
1713 \family sans\r
1714 Space\r
1715 \family default\r
1716  after the caret as in the last example.\r
1717 \end_layout\r
1718 \r
1719 \begin_layout Subsection\r
1720 Fractions\r
1721 \begin_inset CommandInset label\r
1722 LatexCommand label\r
1723 name "sub:Fractions"\r
1724 \r
1725 \end_inset\r
1726 \r
1727 \r
1728 \begin_inset Index idx\r
1729 status collapsed\r
1730 \r
1731 \begin_layout Plain Layout\r
1732 Fractions\r
1733 \end_layout\r
1734 \r
1735 \end_inset\r
1736 \r
1737 \r
1738 \end_layout\r
1739 \r
1740 \begin_layout Standard\r
1741 Fractions are generated with the command \r
1742 \series bold\r
1743 \r
1744 \backslash\r
1745 frac\r
1746 \series default\r
1747 \r
1748 \begin_inset Index idx\r
1749 status collapsed\r
1750 \r
1751 \begin_layout Plain Layout\r
1752 Commands ! F ! \r
1753 \backslash\r
1754 frac\r
1755 \end_layout\r
1756 \r
1757 \end_inset\r
1758 \r
1759  or via the math toolbar button \r
1760 \begin_inset Graphics\r
1761         filename ../images/math/frac.png\r
1762         scale 50\r
1763 \r
1764 \end_inset\r
1765 \r
1766 .\r
1767  The font size is adjusted automatically, depending on whether the fraction\r
1768  is in an inline or display style formula.\r
1769  With the math toolbar button \r
1770 \begin_inset Graphics\r
1771         filename ../images/math/frac-square.png\r
1772         scale 85\r
1773 \r
1774 \end_inset\r
1775 \r
1776  you can select different fraction types.\r
1777 \end_layout\r
1778 \r
1779 \begin_layout Standard\r
1780 With the command \r
1781 \series bold\r
1782 \r
1783 \backslash\r
1784 dfrac\r
1785 \series default\r
1786 \r
1787 \begin_inset Index idx\r
1788 status collapsed\r
1789 \r
1790 \begin_layout Plain Layout\r
1791 Commands ! D ! \r
1792 \backslash\r
1793 dfrac\r
1794 \end_layout\r
1795 \r
1796 \end_inset\r
1797 \r
1798  a fraction can be created that always has the size of a display style formula.\r
1799  With \r
1800 \series bold\r
1801 \r
1802 \backslash\r
1803 tfrac\r
1804 \series default\r
1805 \r
1806 \begin_inset Index idx\r
1807 status collapsed\r
1808 \r
1809 \begin_layout Plain Layout\r
1810 Commands ! T ! \r
1811 \backslash\r
1812 tfrac\r
1813 \end_layout\r
1814 \r
1815 \end_inset\r
1816 \r
1817  the fraction appears always with the size of an inline formula.\r
1818  An example:\r
1819 \end_layout\r
1820 \r
1821 \begin_layout Standard\r
1822 A line with the fraction \r
1823 \begin_inset Formula $\frac{1}{2}$\r
1824 \end_inset\r
1825 \r
1826  that was created with the command \r
1827 \series bold\r
1828 \r
1829 \backslash\r
1830 frac\r
1831 \series default\r
1832 .\r
1833 \end_layout\r
1834 \r
1835 \begin_layout Standard\r
1836 A line with the fraction \r
1837 \begin_inset Formula $\dfrac{1}{2}$\r
1838 \end_inset\r
1839 \r
1840  that was created with the command \r
1841 \series bold\r
1842 \r
1843 \backslash\r
1844 dfrac\r
1845 \series default\r
1846 .\r
1847 \end_layout\r
1848 \r
1849 \begin_layout Standard\r
1850 \align center\r
1851 \begin_inset Tabular\r
1852 <lyxtabular version="3" rows="4" columns="2">\r
1853 <features tabularvalignment="middle">\r
1854 <column alignment="center" valignment="top" width="0pt">\r
1855 <column alignment="center" valignment="top" width="0pt">\r
1856 <row>\r
1857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
1858 \begin_inset Text\r
1859 \r
1860 \begin_layout Plain Layout\r
1861 Command\r
1862 \end_layout\r
1863 \r
1864 \end_inset\r
1865 </cell>\r
1866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
1867 \begin_inset Text\r
1868 \r
1869 \begin_layout Plain Layout\r
1870 Result\r
1871 \begin_inset Note Note\r
1872 status collapsed\r
1873 \r
1874 \begin_layout Plain Layout\r
1875 \r
1876 \series bold\r
1877 \r
1878 \backslash\r
1879 raisebox\r
1880 \series default\r
1881  is only used as spacer.\r
1882 \end_layout\r
1883 \r
1884 \end_inset\r
1885 \r
1886 \r
1887 \end_layout\r
1888 \r
1889 \end_inset\r
1890 </cell>\r
1891 </row>\r
1892 <row>\r
1893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1894 \begin_inset Text\r
1895 \r
1896 \begin_layout Plain Layout\r
1897 \r
1898 \backslash\r
1899 frac\r
1900 \begin_inset ERT\r
1901 status collapsed\r
1902 \r
1903 \begin_layout Plain Layout\r
1904 \r
1905 \r
1906 \backslash\r
1907 spce \r
1908 \end_layout\r
1909 \r
1910 \end_inset\r
1911 \r
1912 A\r
1913 \begin_inset Formula $\downarrow$\r
1914 \end_inset\r
1915 \r
1916 B\r
1917 \end_layout\r
1918 \r
1919 \end_inset\r
1920 </cell>\r
1921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1922 \begin_inset Text\r
1923 \r
1924 \begin_layout Plain Layout\r
1925 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$\r
1926 \end_inset\r
1927 \r
1928 \r
1929 \end_layout\r
1930 \r
1931 \end_inset\r
1932 </cell>\r
1933 </row>\r
1934 <row>\r
1935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1936 \begin_inset Text\r
1937 \r
1938 \begin_layout Plain Layout\r
1939 \r
1940 \backslash\r
1941 dfrac\r
1942 \begin_inset ERT\r
1943 status collapsed\r
1944 \r
1945 \begin_layout Plain Layout\r
1946 \r
1947 \r
1948 \backslash\r
1949 spce \r
1950 \end_layout\r
1951 \r
1952 \end_inset\r
1953 \r
1954 A\r
1955 \begin_inset Formula $\downarrow$\r
1956 \end_inset\r
1957 \r
1958 B\r
1959 \end_layout\r
1960 \r
1961 \end_inset\r
1962 </cell>\r
1963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1964 \begin_inset Text\r
1965 \r
1966 \begin_layout Plain Layout\r
1967 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$\r
1968 \end_inset\r
1969 \r
1970 \r
1971 \end_layout\r
1972 \r
1973 \end_inset\r
1974 </cell>\r
1975 </row>\r
1976 <row>\r
1977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
1978 \begin_inset Text\r
1979 \r
1980 \begin_layout Plain Layout\r
1981 \r
1982 \backslash\r
1983 dfrac\r
1984 \begin_inset ERT\r
1985 status collapsed\r
1986 \r
1987 \begin_layout Plain Layout\r
1988 \r
1989 \r
1990 \backslash\r
1991 spce \r
1992 \end_layout\r
1993 \r
1994 \end_inset\r
1995 \r
1996 e^\r
1997 \backslash\r
1998 frac\r
1999 \begin_inset ERT\r
2000 status collapsed\r
2001 \r
2002 \begin_layout Plain Layout\r
2003 \r
2004 \r
2005 \backslash\r
2006 spce \r
2007 \end_layout\r
2008 \r
2009 \end_inset\r
2010 \r
2011 1\r
2012 \begin_inset Formula $\downarrow$\r
2013 \end_inset\r
2014 \r
2015 2\r
2016 \begin_inset Formula $\downarrow\downarrow$\r
2017 \end_inset\r
2018 \r
2019 3\r
2020 \end_layout\r
2021 \r
2022 \end_inset\r
2023 </cell>\r
2024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
2025 \begin_inset Text\r
2026 \r
2027 \begin_layout Plain Layout\r
2028 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$\r
2029 \end_inset\r
2030 \r
2031 \r
2032 \end_layout\r
2033 \r
2034 \end_inset\r
2035 </cell>\r
2036 </row>\r
2037 </lyxtabular>\r
2038 \r
2039 \end_inset\r
2040 \r
2041 \r
2042 \end_layout\r
2043 \r
2044 \begin_layout Standard\r
2045 \begin_inset VSpace bigskip\r
2046 \end_inset\r
2047 \r
2048 \r
2049 \begin_inset Newpage newpage\r
2050 \end_inset\r
2051 \r
2052 For nested fractions the command \r
2053 \series bold\r
2054 \r
2055 \backslash\r
2056 cfrac\r
2057 \series default\r
2058 \r
2059 \begin_inset Index idx\r
2060 status collapsed\r
2061 \r
2062 \begin_layout Plain Layout\r
2063 Commands ! C ! \r
2064 \backslash\r
2065 cfrac\r
2066 \end_layout\r
2067 \r
2068 \end_inset\r
2069 \r
2070  can be used.\r
2071  Here is an example:\r
2072 \begin_inset VSpace -3mm\r
2073 \end_inset\r
2074 \r
2075 \r
2076 \end_layout\r
2077 \r
2078 \begin_layout Standard\r
2079 \begin_inset Formula \r
2080 \begin{align*}\r
2081 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\\r
2082 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\r
2083 \end{align*}\r
2084 \r
2085 \end_inset\r
2086 \r
2087 \r
2088 \end_layout\r
2089 \r
2090 \begin_layout Standard\r
2091 The command for the example above is:\r
2092 \end_layout\r
2093 \r
2094 \begin_layout Standard\r
2095 \r
2096 \series bold\r
2097 \r
2098 \backslash\r
2099 cfrac\r
2100 \begin_inset ERT\r
2101 status collapsed\r
2102 \r
2103 \begin_layout Plain Layout\r
2104 \r
2105 \r
2106 \backslash\r
2107 spce \r
2108 \end_layout\r
2109 \r
2110 \end_inset\r
2111 \r
2112 A\r
2113 \begin_inset Formula $\downarrow$\r
2114 \end_inset\r
2115 \r
2116 B+\r
2117 \backslash\r
2118 cfrac\r
2119 \begin_inset ERT\r
2120 status collapsed\r
2121 \r
2122 \begin_layout Plain Layout\r
2123 \r
2124 \r
2125 \backslash\r
2126 spce \r
2127 \end_layout\r
2128 \r
2129 \end_inset\r
2130 \r
2131 C+\r
2132 \backslash\r
2133 cfrac\r
2134 \begin_inset ERT\r
2135 status collapsed\r
2136 \r
2137 \begin_layout Plain Layout\r
2138 \r
2139 \r
2140 \backslash\r
2141 spce \r
2142 \end_layout\r
2143 \r
2144 \end_inset\r
2145 \r
2146 E\r
2147 \begin_inset Formula $\downarrow$\r
2148 \end_inset\r
2149 \r
2150 F\r
2151 \begin_inset Formula $\downarrow$\r
2152 \end_inset\r
2153 \r
2154 D\r
2155 \end_layout\r
2156 \r
2157 \begin_layout Standard\r
2158 \begin_inset VSpace medskip\r
2159 \end_inset\r
2160 \r
2161 \r
2162 \end_layout\r
2163 \r
2164 \begin_layout Standard\r
2165 \r
2166 \series bold\r
2167 \r
2168 \backslash\r
2169 cfrac\r
2170 \series default\r
2171  sets the fraction always in the size of a displayed formula, also when\r
2172  it is part of another fraction.\r
2173 \end_layout\r
2174 \r
2175 \begin_layout Standard\r
2176 It is possible to specify the alignment of the numerator.\r
2177  The command \r
2178 \series bold\r
2179 \r
2180 \backslash\r
2181 cfracleft\r
2182 \series default\r
2183  is used to left align it, the command \r
2184 \series bold\r
2185 \r
2186 \backslash\r
2187 cfracright\r
2188 \series default\r
2189  to right-align it.\r
2190  \r
2191 \series bold\r
2192 \r
2193 \backslash\r
2194 cfrac\r
2195 \series default\r
2196  centers the numerator.\r
2197  These fractions demonstrate the different alignments:\r
2198 \end_layout\r
2199 \r
2200 \begin_layout Standard\r
2201 \r
2202 \series bold\r
2203 \begin_inset Formula \r
2204 \[\r
2205 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}\r
2206 \]\r
2207 \r
2208 \end_inset\r
2209 \r
2210 \r
2211 \end_layout\r
2212 \r
2213 \begin_layout Standard\r
2214 \begin_inset Note Greyedout\r
2215 status open\r
2216 \r
2217 \begin_layout Plain Layout\r
2218 \r
2219 \series bold\r
2220 Note:\r
2221 \series default\r
2222  \r
2223 \series bold\r
2224 \r
2225 \backslash\r
2226 cfracleft\r
2227 \series default\r
2228  and \r
2229 \series bold\r
2230 \r
2231 \backslash\r
2232 cfracright\r
2233 \series default\r
2234  are no real LaTeX commands but represent the command \r
2235 \series bold\r
2236 \r
2237 \backslash\r
2238 cfrac[alignment]{numerator}{denominator}\r
2239 \series default\r
2240  .\r
2241  Therefore you cannot use them in TeX code.\r
2242 \end_layout\r
2243 \r
2244 \end_inset\r
2245 \r
2246 \r
2247 \end_layout\r
2248 \r
2249 \begin_layout Standard\r
2250 \begin_inset VSpace medskip\r
2251 \end_inset\r
2252 \r
2253 It is often advantageous to combine \r
2254 \series bold\r
2255 \r
2256 \backslash\r
2257 cfrac\r
2258 \series default\r
2259  and \r
2260 \series bold\r
2261 \r
2262 \backslash\r
2263 frac\r
2264 \series default\r
2265 :\r
2266 \begin_inset Formula \r
2267 \[\r
2268 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\r
2269 \]\r
2270 \r
2271 \end_inset\r
2272 \r
2273 \r
2274 \end_layout\r
2275 \r
2276 \begin_layout Standard\r
2277 For inline fractions with a sloped fraction stroke you can use the command\r
2278  \r
2279 \series bold\r
2280 \r
2281 \backslash\r
2282 nicefrac\r
2283 \series default\r
2284 \r
2285 \begin_inset Index idx\r
2286 status collapsed\r
2287 \r
2288 \begin_layout Plain Layout\r
2289 Commands ! N ! \r
2290 \backslash\r
2291 nicefrac\r
2292 \end_layout\r
2293 \r
2294 \end_inset\r
2295 \r
2296\r
2297 \begin_inset Formula $\nicefrac{5}{31}$\r
2298 \end_inset\r
2299 \r
2300  or \r
2301 \series bold\r
2302 \r
2303 \backslash\r
2304 unitfrac\r
2305 \series default\r
2306 \r
2307 \begin_inset Index idx\r
2308 status collapsed\r
2309 \r
2310 \begin_layout Plain Layout\r
2311 Commands ! U ! \r
2312 \backslash\r
2313 unitfrac\r
2314 \end_layout\r
2315 \r
2316 \end_inset\r
2317 \r
2318\r
2319 \begin_inset Formula $\unitfrac{5}{31}$\r
2320 \end_inset\r
2321 \r
2322  There is furthermore the command \r
2323 \series bold\r
2324 \r
2325 \backslash\r
2326 unitfracthree\r
2327 \series default\r
2328  that offers to write a fraction in combination with a number: \r
2329 \begin_inset Formula $\unitfrac[2]{1}{3}$\r
2330 \end_inset\r
2331 \r
2332 \r
2333 \end_layout\r
2334 \r
2335 \begin_layout Standard\r
2336 \begin_inset Note Greyedout\r
2337 status open\r
2338 \r
2339 \begin_layout Plain Layout\r
2340 \r
2341 \series bold\r
2342 Note:\r
2343 \series default\r
2344  \r
2345 \series bold\r
2346 \r
2347 \backslash\r
2348 unitfracthree\r
2349 \series default\r
2350  is not a real LaTeX command but the command\r
2351 \begin_inset Newline newline\r
2352 \end_inset\r
2353 \r
2354 \r
2355 \series bold\r
2356 \r
2357 \backslash\r
2358 unitfrac[number]{numerator}{denominator}\r
2359 \series default\r
2360  .\r
2361  Therefore you cannot use it in TeX code.\r
2362 \end_layout\r
2363 \r
2364 \end_inset\r
2365 \r
2366 \r
2367 \end_layout\r
2368 \r
2369 \begin_layout Standard\r
2370 How to define own fractions where the fraction stroke can be changed, is\r
2371  explained in \r
2372 \begin_inset CommandInset ref\r
2373 LatexCommand ref\r
2374 reference "sub:Self-defined-Fractions"\r
2375 \r
2376 \end_inset\r
2377 \r
2378 .\r
2379 \end_layout\r
2380 \r
2381 \begin_layout Standard\r
2382 \begin_inset Newpage newpage\r
2383 \end_inset\r
2384 \r
2385 \r
2386 \end_layout\r
2387 \r
2388 \begin_layout Subsection\r
2389 Roots\r
2390 \begin_inset Index idx\r
2391 status collapsed\r
2392 \r
2393 \begin_layout Plain Layout\r
2394 Roots\r
2395 \end_layout\r
2396 \r
2397 \end_inset\r
2398 \r
2399 \r
2400 \end_layout\r
2401 \r
2402 \begin_layout Standard\r
2403 Square roots are created with \r
2404 \series bold\r
2405 \r
2406 \backslash\r
2407 sqrt\r
2408 \series default\r
2409 \r
2410 \begin_inset Index idx\r
2411 status collapsed\r
2412 \r
2413 \begin_layout Plain Layout\r
2414 Commands ! S ! \r
2415 \backslash\r
2416 sqrt\r
2417 \end_layout\r
2418 \r
2419 \end_inset\r
2420 \r
2421  or the math toolbar button \r
2422 \begin_inset Graphics\r
2423         filename ../images/math/sqrt.png\r
2424         scale 85\r
2425 \r
2426 \end_inset\r
2427 \r
2428 , all other roots with the command \r
2429 \series bold\r
2430 \r
2431 \backslash\r
2432 root\r
2433 \series default\r
2434 \r
2435 \begin_inset Index idx\r
2436 status collapsed\r
2437 \r
2438 \begin_layout Plain Layout\r
2439 Commands ! R ! \r
2440 \backslash\r
2441 root\r
2442 \end_layout\r
2443 \r
2444 \end_inset\r
2445 \r
2446  or with the math toolbar button \r
2447 \begin_inset Graphics\r
2448         filename ../images/math/root.png\r
2449         scale 85\r
2450 \r
2451 \end_inset\r
2452 \r
2453 .\r
2454 \end_layout\r
2455 \r
2456 \begin_layout Standard\r
2457 \align center\r
2458 \begin_inset Tabular\r
2459 <lyxtabular version="3" rows="3" columns="2">\r
2460 <features tabularvalignment="middle">\r
2461 <column alignment="center" valignment="top" width="0pt">\r
2462 <column alignment="center" valignment="top" width="0pt">\r
2463 <row>\r
2464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
2465 \begin_inset Text\r
2466 \r
2467 \begin_layout Plain Layout\r
2468 Command\r
2469 \end_layout\r
2470 \r
2471 \end_inset\r
2472 </cell>\r
2473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
2474 \begin_inset Text\r
2475 \r
2476 \begin_layout Plain Layout\r
2477 Result\r
2478 \begin_inset Note Note\r
2479 status collapsed\r
2480 \r
2481 \begin_layout Plain Layout\r
2482 \r
2483 \series bold\r
2484 \r
2485 \backslash\r
2486 raisebox\r
2487 \series default\r
2488  is only used as spacer.\r
2489 \end_layout\r
2490 \r
2491 \end_inset\r
2492 \r
2493 \r
2494 \end_layout\r
2495 \r
2496 \end_inset\r
2497 </cell>\r
2498 </row>\r
2499 <row>\r
2500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
2501 \begin_inset Text\r
2502 \r
2503 \begin_layout Plain Layout\r
2504 \r
2505 \backslash\r
2506 sqrt\r
2507 \begin_inset ERT\r
2508 status collapsed\r
2509 \r
2510 \begin_layout Plain Layout\r
2511 \r
2512 \r
2513 \backslash\r
2514 spce \r
2515 \end_layout\r
2516 \r
2517 \end_inset\r
2518 \r
2519 A-B\r
2520 \end_layout\r
2521 \r
2522 \end_inset\r
2523 </cell>\r
2524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
2525 \begin_inset Text\r
2526 \r
2527 \begin_layout Plain Layout\r
2528 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$\r
2529 \end_inset\r
2530 \r
2531 \r
2532 \end_layout\r
2533 \r
2534 \end_inset\r
2535 </cell>\r
2536 </row>\r
2537 <row>\r
2538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
2539 \begin_inset Text\r
2540 \r
2541 \begin_layout Plain Layout\r
2542 \r
2543 \backslash\r
2544 root\r
2545 \begin_inset ERT\r
2546 status collapsed\r
2547 \r
2548 \begin_layout Plain Layout\r
2549 \r
2550 \r
2551 \backslash\r
2552 spce \r
2553 \end_layout\r
2554 \r
2555 \end_inset\r
2556 \r
2557 3\r
2558 \begin_inset Formula $\downarrow$\r
2559 \end_inset\r
2560 \r
2561 A-B\r
2562 \end_layout\r
2563 \r
2564 \end_inset\r
2565 </cell>\r
2566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
2567 \begin_inset Text\r
2568 \r
2569 \begin_layout Plain Layout\r
2570 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$\r
2571 \end_inset\r
2572 \r
2573 \r
2574 \end_layout\r
2575 \r
2576 \end_inset\r
2577 </cell>\r
2578 </row>\r
2579 </lyxtabular>\r
2580 \r
2581 \end_inset\r
2582 \r
2583 \r
2584 \end_layout\r
2585 \r
2586 \begin_layout Standard\r
2587 A square root can also be created with \r
2588 \series bold\r
2589 \r
2590 \backslash\r
2591 root\r
2592 \series default\r
2593  when the root index field is left empty.\r
2594 \end_layout\r
2595 \r
2596 \begin_layout Standard\r
2597 With certain indices the distance to the root is too small, like in this\r
2598  formula: \r
2599 \begin_inset Formula $\sqrt[\beta]{B}$\r
2600 \end_inset\r
2601 \r
2602 \r
2603 \begin_inset Newline newline\r
2604 \end_inset\r
2605 \r
2606 The \r
2607 \begin_inset Formula $\beta$\r
2608 \end_inset\r
2609 \r
2610  touches the root.\r
2611  To avoid this, the commands \r
2612 \series bold\r
2613 \r
2614 \backslash\r
2615 leftroot\r
2616 \series default\r
2617 \r
2618 \begin_inset Index idx\r
2619 status collapsed\r
2620 \r
2621 \begin_layout Plain Layout\r
2622 Commands ! L ! \r
2623 \backslash\r
2624 leftroot\r
2625 \end_layout\r
2626 \r
2627 \end_inset\r
2628 \r
2629  and \r
2630 \series bold\r
2631 \r
2632 \backslash\r
2633 uproot\r
2634 \series default\r
2635 \r
2636 \begin_inset Index idx\r
2637 status collapsed\r
2638 \r
2639 \begin_layout Plain Layout\r
2640 Commands ! U ! \r
2641 \backslash\r
2642 uproot\r
2643 \end_layout\r
2644 \r
2645 \end_inset\r
2646 \r
2647  are used with the following scheme:\r
2648 \end_layout\r
2649 \r
2650 \begin_layout Standard\r
2651 \r
2652 \series bold\r
2653 \r
2654 \backslash\r
2655 leftroot{distance}\r
2656 \series default\r
2657  and \r
2658 \series bold\r
2659 \r
2660 \backslash\r
2661 uproot{distance}\r
2662 \end_layout\r
2663 \r
2664 \begin_layout Standard\r
2665 Distance is the number of Big Points (unit bp; \r
2666 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$\r
2667 \end_inset\r
2668 \r
2669 ), that the index should be moved to the left or top, resp..\r
2670  The commands are written to the index.\r
2671  This way the command\r
2672 \begin_inset Newline newline\r
2673 \end_inset\r
2674 \r
2675 \r
2676 \series bold\r
2677 \r
2678 \backslash\r
2679 root\r
2680 \backslash\r
2681 leftroot{-1\r
2682 \begin_inset Formula $\to$\r
2683 \end_inset\r
2684 \r
2685 \r
2686 \backslash\r
2687 uproot{2\r
2688 \begin_inset Formula $\to$\r
2689 \end_inset\r
2690 \r
2691 \r
2692 \backslash\r
2693 beta\r
2694 \begin_inset ERT\r
2695 status collapsed\r
2696 \r
2697 \begin_layout Plain Layout\r
2698 \r
2699 \r
2700 \backslash\r
2701 spce \r
2702 \end_layout\r
2703 \r
2704 \end_inset\r
2705 \r
2706 \r
2707 \begin_inset Formula $\to$\r
2708 \end_inset\r
2709 \r
2710 B\r
2711 \begin_inset Newline newline\r
2712 \end_inset\r
2713 \r
2714 \r
2715 \series default\r
2716 produces a correct typeset formula: \r
2717 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$\r
2718 \end_inset\r
2719 \r
2720 \r
2721 \end_layout\r
2722 \r
2723 \begin_layout Subsection\r
2724 Binomial Coefficients\r
2725 \begin_inset Index idx\r
2726 status collapsed\r
2727 \r
2728 \begin_layout Plain Layout\r
2729 Binomial coefficients\r
2730 \end_layout\r
2731 \r
2732 \end_inset\r
2733 \r
2734 \r
2735 \end_layout\r
2736 \r
2737 \begin_layout Standard\r
2738 Binomial coefficients are inserted with the command \r
2739 \series bold\r
2740 \r
2741 \backslash\r
2742 binom\r
2743 \series default\r
2744 \r
2745 \begin_inset Index idx\r
2746 status collapsed\r
2747 \r
2748 \begin_layout Plain Layout\r
2749 Commands ! B ! \r
2750 \backslash\r
2751 binom\r
2752 \end_layout\r
2753 \r
2754 \end_inset\r
2755 \r
2756  or with the submenu of the math toolbar button \r
2757 \begin_inset Graphics\r
2758         filename ../images/math/frac-square.png\r
2759         scale 85\r
2760 \r
2761 \end_inset\r
2762 \r
2763 .\r
2764  As with fractions (\r
2765 \series bold\r
2766 \r
2767 \backslash\r
2768 frac\r
2769 \series default\r
2770 ) in addition to \r
2771 \series bold\r
2772 \r
2773 \backslash\r
2774 binom\r
2775 \series default\r
2776  there are the commands \r
2777 \series bold\r
2778 \r
2779 \backslash\r
2780 dbinom\r
2781 \series default\r
2782 \r
2783 \begin_inset Index idx\r
2784 status collapsed\r
2785 \r
2786 \begin_layout Plain Layout\r
2787 Commands ! D ! \r
2788 \backslash\r
2789 dbinom\r
2790 \end_layout\r
2791 \r
2792 \end_inset\r
2793 \r
2794  and \r
2795 \series bold\r
2796 \r
2797 \backslash\r
2798 tbinom\r
2799 \series default\r
2800 \r
2801 \begin_inset Index idx\r
2802 status collapsed\r
2803 \r
2804 \begin_layout Plain Layout\r
2805 Commands ! T ! \r
2806 \backslash\r
2807 tbinom\r
2808 \end_layout\r
2809 \r
2810 \end_inset\r
2811 \r
2812 .\r
2813  For other brackets around binomial coeficients there are the commands \r
2814 \series bold\r
2815 \r
2816 \backslash\r
2817 brace\r
2818 \series default\r
2819 \r
2820 \begin_inset Index idx\r
2821 status collapsed\r
2822 \r
2823 \begin_layout Plain Layout\r
2824 Commands ! B ! \r
2825 \backslash\r
2826 brace\r
2827 \end_layout\r
2828 \r
2829 \end_inset\r
2830 \r
2831  and \r
2832 \series bold\r
2833 \r
2834 \backslash\r
2835 brack\r
2836 \series default\r
2837 \r
2838 \begin_inset Index idx\r
2839 status collapsed\r
2840 \r
2841 \begin_layout Plain Layout\r
2842 Commands ! B ! \r
2843 \backslash\r
2844 brack\r
2845 \end_layout\r
2846 \r
2847 \end_inset\r
2848 \r
2849 .\r
2850 \end_layout\r
2851 \r
2852 \begin_layout Standard\r
2853 \align center\r
2854 \begin_inset Tabular\r
2855 <lyxtabular version="3" rows="6" columns="2">\r
2856 <features tabularvalignment="middle">\r
2857 <column alignment="center" valignment="top" width="0pt">\r
2858 <column alignment="center" valignment="top" width="0pt">\r
2859 <row>\r
2860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
2861 \begin_inset Text\r
2862 \r
2863 \begin_layout Plain Layout\r
2864 Command\r
2865 \end_layout\r
2866 \r
2867 \end_inset\r
2868 </cell>\r
2869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
2870 \begin_inset Text\r
2871 \r
2872 \begin_layout Plain Layout\r
2873 Result\r
2874 \begin_inset Note Note\r
2875 status collapsed\r
2876 \r
2877 \begin_layout Plain Layout\r
2878 \r
2879 \series bold\r
2880 \r
2881 \backslash\r
2882 raisebox\r
2883 \series default\r
2884  is only used as spacer.\r
2885 \end_layout\r
2886 \r
2887 \end_inset\r
2888 \r
2889 \r
2890 \end_layout\r
2891 \r
2892 \end_inset\r
2893 </cell>\r
2894 </row>\r
2895 <row>\r
2896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
2897 \begin_inset Text\r
2898 \r
2899 \begin_layout Plain Layout\r
2900 \r
2901 \backslash\r
2902 binom\r
2903 \begin_inset ERT\r
2904 status collapsed\r
2905 \r
2906 \begin_layout Plain Layout\r
2907 \r
2908 \r
2909 \backslash\r
2910 spce \r
2911 \end_layout\r
2912 \r
2913 \end_inset\r
2914 \r
2915 A\r
2916 \begin_inset Formula $\downarrow$\r
2917 \end_inset\r
2918 \r
2919 B\r
2920 \end_layout\r
2921 \r
2922 \end_inset\r
2923 </cell>\r
2924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
2925 \begin_inset Text\r
2926 \r
2927 \begin_layout Plain Layout\r
2928 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$\r
2929 \end_inset\r
2930 \r
2931 \r
2932 \end_layout\r
2933 \r
2934 \end_inset\r
2935 </cell>\r
2936 </row>\r
2937 <row>\r
2938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
2939 \begin_inset Text\r
2940 \r
2941 \begin_layout Plain Layout\r
2942 \r
2943 \backslash\r
2944 dbinom\r
2945 \begin_inset ERT\r
2946 status collapsed\r
2947 \r
2948 \begin_layout Plain Layout\r
2949 \r
2950 \r
2951 \backslash\r
2952 spce \r
2953 \end_layout\r
2954 \r
2955 \end_inset\r
2956 \r
2957 A\r
2958 \begin_inset Formula $\downarrow$\r
2959 \end_inset\r
2960 \r
2961 B\r
2962 \end_layout\r
2963 \r
2964 \end_inset\r
2965 </cell>\r
2966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
2967 \begin_inset Text\r
2968 \r
2969 \begin_layout Plain Layout\r
2970 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$\r
2971 \end_inset\r
2972 \r
2973 \r
2974 \end_layout\r
2975 \r
2976 \end_inset\r
2977 </cell>\r
2978 </row>\r
2979 <row>\r
2980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
2981 \begin_inset Text\r
2982 \r
2983 \begin_layout Plain Layout\r
2984 \r
2985 \backslash\r
2986 tbinom\r
2987 \begin_inset ERT\r
2988 status collapsed\r
2989 \r
2990 \begin_layout Plain Layout\r
2991 \r
2992 \r
2993 \backslash\r
2994 spce \r
2995 \end_layout\r
2996 \r
2997 \end_inset\r
2998 \r
2999 A\r
3000 \begin_inset Formula $\downarrow$\r
3001 \end_inset\r
3002 \r
3003 B\r
3004 \end_layout\r
3005 \r
3006 \end_inset\r
3007 </cell>\r
3008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
3009 \begin_inset Text\r
3010 \r
3011 \begin_layout Plain Layout\r
3012 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$\r
3013 \end_inset\r
3014 \r
3015 \r
3016 \end_layout\r
3017 \r
3018 \end_inset\r
3019 </cell>\r
3020 </row>\r
3021 <row>\r
3022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
3023 \begin_inset Text\r
3024 \r
3025 \begin_layout Plain Layout\r
3026 \r
3027 \backslash\r
3028 brack\r
3029 \begin_inset ERT\r
3030 status collapsed\r
3031 \r
3032 \begin_layout Plain Layout\r
3033 \r
3034 \r
3035 \backslash\r
3036 spce \r
3037 \end_layout\r
3038 \r
3039 \end_inset\r
3040 \r
3041 A\r
3042 \begin_inset Formula $\downarrow$\r
3043 \end_inset\r
3044 \r
3045 B\r
3046 \end_layout\r
3047 \r
3048 \end_inset\r
3049 </cell>\r
3050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
3051 \begin_inset Text\r
3052 \r
3053 \begin_layout Plain Layout\r
3054 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$\r
3055 \end_inset\r
3056 \r
3057 \r
3058 \end_layout\r
3059 \r
3060 \end_inset\r
3061 </cell>\r
3062 </row>\r
3063 <row>\r
3064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
3065 \begin_inset Text\r
3066 \r
3067 \begin_layout Plain Layout\r
3068 \r
3069 \backslash\r
3070 brace\r
3071 \begin_inset ERT\r
3072 status collapsed\r
3073 \r
3074 \begin_layout Plain Layout\r
3075 \r
3076 \r
3077 \backslash\r
3078 spce \r
3079 \end_layout\r
3080 \r
3081 \end_inset\r
3082 \r
3083 A\r
3084 \begin_inset Formula $\downarrow$\r
3085 \end_inset\r
3086 \r
3087 B\r
3088 \end_layout\r
3089 \r
3090 \end_inset\r
3091 </cell>\r
3092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
3093 \begin_inset Text\r
3094 \r
3095 \begin_layout Plain Layout\r
3096 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$\r
3097 \end_inset\r
3098 \r
3099 \r
3100 \end_layout\r
3101 \r
3102 \end_inset\r
3103 </cell>\r
3104 </row>\r
3105 </lyxtabular>\r
3106 \r
3107 \end_inset\r
3108 \r
3109 \r
3110 \end_layout\r
3111 \r
3112 \begin_layout Subsection\r
3113 Case Differentiations\r
3114 \begin_inset Index idx\r
3115 status collapsed\r
3116 \r
3117 \begin_layout Plain Layout\r
3118 Case differentiations \r
3119 \end_layout\r
3120 \r
3121 \end_inset\r
3122 \r
3123 \r
3124 \end_layout\r
3125 \r
3126 \begin_layout Standard\r
3127 \align center\r
3128 \begin_inset Tabular\r
3129 <lyxtabular version="3" rows="3" columns="2">\r
3130 <features tabularvalignment="middle">\r
3131 <column alignment="center" valignment="top" width="0pt">\r
3132 <column alignment="center" valignment="top" width="0pt">\r
3133 <row>\r
3134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
3135 \begin_inset Text\r
3136 \r
3137 \begin_layout Plain Layout\r
3138 Command\r
3139 \end_layout\r
3140 \r
3141 \end_inset\r
3142 </cell>\r
3143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
3144 \begin_inset Text\r
3145 \r
3146 \begin_layout Plain Layout\r
3147 Result\r
3148 \end_layout\r
3149 \r
3150 \end_inset\r
3151 </cell>\r
3152 </row>\r
3153 <row>\r
3154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
3155 \begin_inset Text\r
3156 \r
3157 \begin_layout Plain Layout\r
3158 \r
3159 \backslash\r
3160 cases\r
3161 \begin_inset ERT\r
3162 status collapsed\r
3163 \r
3164 \begin_layout Plain Layout\r
3165 \r
3166 \r
3167 \backslash\r
3168 spce \r
3169 \end_layout\r
3170 \r
3171 \end_inset\r
3172 \r
3173 A\r
3174 \begin_inset Formula $\to$\r
3175 \end_inset\r
3176 \r
3177 B>0\r
3178 \begin_inset Index idx\r
3179 status collapsed\r
3180 \r
3181 \begin_layout Plain Layout\r
3182 Commands ! C ! \r
3183 \backslash\r
3184 cases\r
3185 \end_layout\r
3186 \r
3187 \end_inset\r
3188 \r
3189 \r
3190 \end_layout\r
3191 \r
3192 \end_inset\r
3193 </cell>\r
3194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
3195 \begin_inset Text\r
3196 \r
3197 \begin_layout Plain Layout\r
3198 \begin_inset Formula $\begin{cases}\r
3199 A & B>0\end{cases}$\r
3200 \end_inset\r
3201 \r
3202 \r
3203 \end_layout\r
3204 \r
3205 \end_inset\r
3206 </cell>\r
3207 </row>\r
3208 <row>\r
3209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
3210 \begin_inset Text\r
3211 \r
3212 \begin_layout Plain Layout\r
3213 \r
3214 \backslash\r
3215 cases\r
3216 \begin_inset ERT\r
3217 status collapsed\r
3218 \r
3219 \begin_layout Plain Layout\r
3220 \r
3221 \r
3222 \backslash\r
3223 spce \r
3224 \end_layout\r
3225 \r
3226 \end_inset\r
3227 \r
3228 \r
3229 \begin_inset Info\r
3230 type  "shortcut"\r
3231 arg   "newline-insert newline"\r
3232 \end_inset\r
3233 \r
3234 \r
3235 \end_layout\r
3236 \r
3237 \end_inset\r
3238 </cell>\r
3239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
3240 \begin_inset Text\r
3241 \r
3242 \begin_layout Plain Layout\r
3243 \begin_inset Formula $\begin{cases}\r
3244 A & \textrm{for }x>0\\\r
3245 B & \textrm{for }x=0\r
3246 \end{cases}$\r
3247 \end_inset\r
3248 \r
3249 \r
3250 \end_layout\r
3251 \r
3252 \end_inset\r
3253 </cell>\r
3254 </row>\r
3255 </lyxtabular>\r
3256 \r
3257 \end_inset\r
3258 \r
3259 \r
3260 \end_layout\r
3261 \r
3262 \begin_layout Standard\r
3263 After inserting \r
3264 \series bold\r
3265 \r
3266 \backslash\r
3267 cases\r
3268 \series default\r
3269  or pressing the math toolbar button \r
3270 \begin_inset Graphics\r
3271         filename ../images/math/cases.png\r
3272         scale 85\r
3273 \r
3274 \end_inset\r
3275 \r
3276  you can create new lines with the shortcut \r
3277 \begin_inset Info\r
3278 type  "shortcut"\r
3279 arg   "newline-insert newline"\r
3280 \end_inset\r
3281 \r
3282  or the table toolbar button \r
3283 \begin_inset Graphics\r
3284         filename ../images/tabular-feature_append-row.png\r
3285         scale 85\r
3286 \r
3287 \end_inset\r
3288 \r
3289 .\r
3290 \end_layout\r
3291 \r
3292 \begin_layout Standard\r
3293 The command \r
3294 \series bold\r
3295 \r
3296 \backslash\r
3297 cases\r
3298 \series default\r
3299  is also available via the menu \r
3300 \family sans\r
3301 Insert\SpecialChar \menuseparator\r
3302 Math\SpecialChar \menuseparator\r
3303 Cases-Environment\r
3304 \family default\r
3305 .\r
3306 \end_layout\r
3307 \r
3308 \begin_layout Subsection\r
3309 Negations\r
3310 \begin_inset Index idx\r
3311 status collapsed\r
3312 \r
3313 \begin_layout Plain Layout\r
3314 Negations\r
3315 \end_layout\r
3316 \r
3317 \end_inset\r
3318 \r
3319 \r
3320 \end_layout\r
3321 \r
3322 \begin_layout Standard\r
3323 By inserting \r
3324 \series bold\r
3325 \r
3326 \backslash\r
3327 not\r
3328 \series default\r
3329 \r
3330 \begin_inset Index idx\r
3331 status collapsed\r
3332 \r
3333 \begin_layout Plain Layout\r
3334 Commands ! N ! \r
3335 \backslash\r
3336 not\r
3337 \end_layout\r
3338 \r
3339 \end_inset\r
3340 \r
3341  every character can be displayed canceled.\r
3342  The characters are quasi accentuated by a slash.\r
3343 \end_layout\r
3344 \r
3345 \begin_layout Standard\r
3346 \align center\r
3347 \begin_inset Tabular\r
3348 <lyxtabular version="3" rows="4" columns="2">\r
3349 <features tabularvalignment="middle">\r
3350 <column alignment="center" valignment="top" width="0pt">\r
3351 <column alignment="center" valignment="top" width="0pt">\r
3352 <row>\r
3353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
3354 \begin_inset Text\r
3355 \r
3356 \begin_layout Plain Layout\r
3357 Command\r
3358 \end_layout\r
3359 \r
3360 \end_inset\r
3361 </cell>\r
3362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
3363 \begin_inset Text\r
3364 \r
3365 \begin_layout Plain Layout\r
3366 Result\r
3367 \end_layout\r
3368 \r
3369 \end_inset\r
3370 </cell>\r
3371 </row>\r
3372 <row>\r
3373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
3374 \begin_inset Text\r
3375 \r
3376 \begin_layout Plain Layout\r
3377 \r
3378 \backslash\r
3379 not=\r
3380 \end_layout\r
3381 \r
3382 \end_inset\r
3383 </cell>\r
3384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
3385 \begin_inset Text\r
3386 \r
3387 \begin_layout Plain Layout\r
3388 \begin_inset Formula $\not=$\r
3389 \end_inset\r
3390 \r
3391 \r
3392 \end_layout\r
3393 \r
3394 \end_inset\r
3395 </cell>\r
3396 </row>\r
3397 <row>\r
3398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
3399 \begin_inset Text\r
3400 \r
3401 \begin_layout Plain Layout\r
3402 \r
3403 \backslash\r
3404 not \r
3405 \backslash\r
3406 le\r
3407 \end_layout\r
3408 \r
3409 \end_inset\r
3410 </cell>\r
3411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
3412 \begin_inset Text\r
3413 \r
3414 \begin_layout Plain Layout\r
3415 \begin_inset Formula $\not\le$\r
3416 \end_inset\r
3417 \r
3418 \r
3419 \end_layout\r
3420 \r
3421 \end_inset\r
3422 </cell>\r
3423 </row>\r
3424 <row>\r
3425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
3426 \begin_inset Text\r
3427 \r
3428 \begin_layout Plain Layout\r
3429 \r
3430 \backslash\r
3431 not \r
3432 \backslash\r
3433 parallel\r
3434 \end_layout\r
3435 \r
3436 \end_inset\r
3437 </cell>\r
3438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
3439 \begin_inset Text\r
3440 \r
3441 \begin_layout Plain Layout\r
3442 \begin_inset Formula $\not\parallel$\r
3443 \end_inset\r
3444 \r
3445 \r
3446 \end_layout\r
3447 \r
3448 \end_inset\r
3449 </cell>\r
3450 </row>\r
3451 </lyxtabular>\r
3452 \r
3453 \end_inset\r
3454 \r
3455 \r
3456 \end_layout\r
3457 \r
3458 \begin_layout Standard\r
3459 The last example shows that not all negations look good.\r
3460  Therefore there are special commands for some negations (see \r
3461 \begin_inset CommandInset ref\r
3462 LatexCommand ref\r
3463 reference "sub:Mathematical-Symbols"\r
3464 \r
3465 \end_inset\r
3466 \r
3467  and \r
3468 \begin_inset CommandInset ref\r
3469 LatexCommand ref\r
3470 reference "sec:Relations"\r
3471 \r
3472 \end_inset\r
3473 \r
3474 ).\r
3475 \end_layout\r
3476 \r
3477 \begin_layout Subsection\r
3478 Placeholders\r
3479 \begin_inset CommandInset label\r
3480 LatexCommand label\r
3481 name "sub:Placeholders"\r
3482 \r
3483 \end_inset\r
3484 \r
3485 \r
3486 \begin_inset Index idx\r
3487 status collapsed\r
3488 \r
3489 \begin_layout Plain Layout\r
3490 Placeholders\r
3491 \end_layout\r
3492 \r
3493 \end_inset\r
3494 \r
3495 \r
3496 \begin_inset Index idx\r
3497 status collapsed\r
3498 \r
3499 \begin_layout Plain Layout\r
3500 Chemical characters ! Isotopes\r
3501 \end_layout\r
3502 \r
3503 \end_inset\r
3504 \r
3505 \r
3506 \begin_inset Index idx\r
3507 status collapsed\r
3508 \r
3509 \begin_layout Plain Layout\r
3510 Isotopes|see\r
3511 \begin_inset ERT\r
3512 status collapsed\r
3513 \r
3514 \begin_layout Plain Layout\r
3515 \r
3516 {\r
3517 \end_layout\r
3518 \r
3519 \end_inset\r
3520 \r
3521 Chemical characters\r
3522 \begin_inset ERT\r
3523 status collapsed\r
3524 \r
3525 \begin_layout Plain Layout\r
3526 \r
3527 }\r
3528 \end_layout\r
3529 \r
3530 \end_inset\r
3531 \r
3532 \r
3533 \end_layout\r
3534 \r
3535 \end_inset\r
3536 \r
3537 \r
3538 \end_layout\r
3539 \r
3540 \begin_layout Standard\r
3541 When displaying e.\r
3542 \begin_inset space \thinspace{}\r
3543 \end_inset\r
3544 \r
3545 g.\r
3546 \begin_inset space \space{}\r
3547 \end_inset\r
3548 \r
3549 isotopes\r
3550 \begin_inset Foot\r
3551 status collapsed\r
3552 \r
3553 \begin_layout Plain Layout\r
3554 Typesetting isotopes and chemical symbols is described in \r
3555 \begin_inset CommandInset ref\r
3556 LatexCommand ref\r
3557 reference "sub:Chemical-Symbols-and"\r
3558 \r
3559 \end_inset\r
3560 \r
3561 .\r
3562 \end_layout\r
3563 \r
3564 \end_inset\r
3565 \r
3566  the following problem occurs:\r
3567 \end_layout\r
3568 \r
3569 \begin_layout Standard\r
3570 \align center\r
3571 \begin_inset Tabular\r
3572 <lyxtabular version="3" rows="2" columns="2">\r
3573 <features tabularvalignment="middle">\r
3574 <column alignment="center" valignment="top" width="0pt">\r
3575 <column alignment="center" valignment="top" width="0pt">\r
3576 <row>\r
3577 <cell alignment="center" valignment="top" usebox="none">\r
3578 \begin_inset Text\r
3579 \r
3580 \begin_layout Plain Layout\r
3581 Indices created with sub- and superscripts:\r
3582 \end_layout\r
3583 \r
3584 \end_inset\r
3585 </cell>\r
3586 <cell alignment="center" valignment="top" usebox="none">\r
3587 \begin_inset Text\r
3588 \r
3589 \begin_layout Plain Layout\r
3590 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$\r
3591 \end_inset\r
3592 \r
3593 \r
3594 \end_layout\r
3595 \r
3596 \end_inset\r
3597 </cell>\r
3598 </row>\r
3599 <row>\r
3600 <cell alignment="center" valignment="top" usebox="none">\r
3601 \begin_inset Text\r
3602 \r
3603 \begin_layout Plain Layout\r
3604 correct indices:\r
3605 \end_layout\r
3606 \r
3607 \end_inset\r
3608 </cell>\r
3609 <cell alignment="center" valignment="top" usebox="none">\r
3610 \begin_inset Text\r
3611 \r
3612 \begin_layout Plain Layout\r
3613 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$\r
3614 \end_inset\r
3615 \r
3616 \r
3617 \end_layout\r
3618 \r
3619 \end_inset\r
3620 </cell>\r
3621 </row>\r
3622 </lyxtabular>\r
3623 \r
3624 \end_inset\r
3625 \r
3626 \r
3627 \begin_inset Note Note\r
3628 status collapsed\r
3629 \r
3630 \begin_layout Plain Layout\r
3631 \r
3632 \series bold\r
3633 \r
3634 \backslash\r
3635 raisebox\r
3636 \series default\r
3637  is only used as spacer.\r
3638 \end_layout\r
3639 \r
3640 \end_inset\r
3641 \r
3642 \r
3643 \end_layout\r
3644 \r
3645 \begin_layout Standard\r
3646 The shorter index is by default placed below or above the first character\r
3647  of the longer index.\r
3648  To avoid this there is the command \r
3649 \series bold\r
3650 \r
3651 \backslash\r
3652 phantom\r
3653 \series default\r
3654 \r
3655 \begin_inset Index idx\r
3656 status collapsed\r
3657 \r
3658 \begin_layout Plain Layout\r
3659 Commands ! P ! \r
3660 \backslash\r
3661 phantom\r
3662 \end_layout\r
3663 \r
3664 \end_inset\r
3665 \r
3666  or the math toolbar button\r
3667 \begin_inset space \thinspace{}\r
3668 \end_inset\r
3669 \r
3670 \r
3671 \begin_inset Foot\r
3672 status collapsed\r
3673 \r
3674 \begin_layout Plain Layout\r
3675 can be found in the submenu of the toolbar button \r
3676 \begin_inset Graphics\r
3677         filename ../images/math/space.png\r
3678         scale 85\r
3679 \r
3680 \end_inset\r
3681 \r
3682 \r
3683 \end_layout\r
3684 \r
3685 \end_inset\r
3686 \r
3687  \r
3688 \begin_inset Graphics\r
3689         filename ../images/math/phantom.png\r
3690         scale 85\r
3691 \r
3692 \end_inset\r
3693 \r
3694  that creates one or more phantom characters.\r
3695  When inserting \r
3696 \series bold\r
3697 \r
3698 \backslash\r
3699 phantom\r
3700 \series default\r
3701  a small blue box appears that is superposed with two red arrows.\r
3702  The arrows indicate that the complete width and height of the box content\r
3703  will be created as placeholder.\r
3704  Phantom characters are accordingly placeholders with the size of the characters.\r
3705 \end_layout\r
3706 \r
3707 \begin_layout Standard\r
3708 \align center\r
3709 \begin_inset Tabular\r
3710 <lyxtabular version="3" rows="4" columns="2">\r
3711 <features tabularvalignment="middle">\r
3712 <column alignment="center" valignment="top" width="0">\r
3713 <column alignment="center" valignment="top" width="0">\r
3714 <row>\r
3715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
3716 \begin_inset Text\r
3717 \r
3718 \begin_layout Plain Layout\r
3719 Command\r
3720 \end_layout\r
3721 \r
3722 \end_inset\r
3723 </cell>\r
3724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
3725 \begin_inset Text\r
3726 \r
3727 \begin_layout Plain Layout\r
3728 Result\r
3729 \begin_inset Note Note\r
3730 status collapsed\r
3731 \r
3732 \begin_layout Plain Layout\r
3733 \r
3734 \series bold\r
3735 \r
3736 \backslash\r
3737 raisebox\r
3738 \series default\r
3739  is only used as spacer.\r
3740 \end_layout\r
3741 \r
3742 \end_inset\r
3743 \r
3744 \r
3745 \end_layout\r
3746 \r
3747 \end_inset\r
3748 </cell>\r
3749 </row>\r
3750 <row>\r
3751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
3752 \begin_inset Text\r
3753 \r
3754 \begin_layout Plain Layout\r
3755 ^19\r
3756 \begin_inset ERT\r
3757 status collapsed\r
3758 \r
3759 \begin_layout Plain Layout\r
3760 \r
3761 \r
3762 \backslash\r
3763 spce \r
3764 \end_layout\r
3765 \r
3766 \end_inset\r
3767 \r
3768 _\r
3769 \backslash\r
3770 phantom\r
3771 \begin_inset ERT\r
3772 status collapsed\r
3773 \r
3774 \begin_layout Plain Layout\r
3775 \r
3776 \r
3777 \backslash\r
3778 spce \r
3779 \end_layout\r
3780 \r
3781 \end_inset\r
3782 \r
3783 1\r
3784 \begin_inset Formula $\to$\r
3785 \end_inset\r
3786 \r
3787 9\r
3788 \begin_inset ERT\r
3789 status collapsed\r
3790 \r
3791 \begin_layout Plain Layout\r
3792 \r
3793 \r
3794 \backslash\r
3795 spce \r
3796 \end_layout\r
3797 \r
3798 \end_inset\r
3799 \r
3800 F\r
3801 \end_layout\r
3802 \r
3803 \end_inset\r
3804 </cell>\r
3805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
3806 \begin_inset Text\r
3807 \r
3808 \begin_layout Plain Layout\r
3809 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$\r
3810 \end_inset\r
3811 \r
3812 \r
3813 \end_layout\r
3814 \r
3815 \end_inset\r
3816 </cell>\r
3817 </row>\r
3818 <row>\r
3819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
3820 \begin_inset Text\r
3821 \r
3822 \begin_layout Plain Layout\r
3823 ^235\r
3824 \begin_inset ERT\r
3825 status collapsed\r
3826 \r
3827 \begin_layout Plain Layout\r
3828 \r
3829 \r
3830 \backslash\r
3831 spce \r
3832 \end_layout\r
3833 \r
3834 \end_inset\r
3835 \r
3836 _\r
3837 \backslash\r
3838 phantom\r
3839 \begin_inset ERT\r
3840 status collapsed\r
3841 \r
3842 \begin_layout Plain Layout\r
3843 \r
3844 \r
3845 \backslash\r
3846 spce \r
3847 \end_layout\r
3848 \r
3849 \end_inset\r
3850 \r
3851 23\r
3852 \begin_inset Formula $\to$\r
3853 \end_inset\r
3854 \r
3855 9\r
3856 \begin_inset ERT\r
3857 status collapsed\r
3858 \r
3859 \begin_layout Plain Layout\r
3860 \r
3861 \r
3862 \backslash\r
3863 spce \r
3864 \end_layout\r
3865 \r
3866 \end_inset\r
3867 \r
3868 F\r
3869 \end_layout\r
3870 \r
3871 \end_inset\r
3872 </cell>\r
3873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
3874 \begin_inset Text\r
3875 \r
3876 \begin_layout Plain Layout\r
3877 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$\r
3878 \end_inset\r
3879 \r
3880 \r
3881 \end_layout\r
3882 \r
3883 \end_inset\r
3884 </cell>\r
3885 </row>\r
3886 <row>\r
3887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
3888 \begin_inset Text\r
3889 \r
3890 \begin_layout Plain Layout\r
3891 \r
3892 \backslash\r
3893 Lambda^\r
3894 \begin_inset ERT\r
3895 status collapsed\r
3896 \r
3897 \begin_layout Plain Layout\r
3898 \r
3899 \r
3900 \backslash\r
3901 spce \r
3902 \end_layout\r
3903 \r
3904 \end_inset\r
3905 \r
3906 \r
3907 \backslash\r
3908 phantom\r
3909 \begin_inset ERT\r
3910 status collapsed\r
3911 \r
3912 \begin_layout Plain Layout\r
3913 \r
3914 \r
3915 \backslash\r
3916 spce \r
3917 \end_layout\r
3918 \r
3919 \end_inset\r
3920 \r
3921 ii\r
3922 \begin_inset Formula $\to$\r
3923 \end_inset\r
3924 \r
3925 t\r
3926 \begin_inset ERT\r
3927 status collapsed\r
3928 \r
3929 \begin_layout Plain Layout\r
3930 \r
3931 \r
3932 \backslash\r
3933 spce \r
3934 \end_layout\r
3935 \r
3936 \end_inset\r
3937 \r
3938 _MMt\r
3939 \end_layout\r
3940 \r
3941 \end_inset\r
3942 </cell>\r
3943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
3944 \begin_inset Text\r
3945 \r
3946 \begin_layout Plain Layout\r
3947 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$\r
3948 \end_inset\r
3949 \r
3950 \r
3951 \end_layout\r
3952 \r
3953 \end_inset\r
3954 </cell>\r
3955 </row>\r
3956 </lyxtabular>\r
3957 \r
3958 \end_inset\r
3959 \r
3960 \r
3961 \end_layout\r
3962 \r
3963 \begin_layout Standard\r
3964 Furthermore there are the commands \r
3965 \series bold\r
3966 \r
3967 \backslash\r
3968 vphantom\r
3969 \series default\r
3970 \r
3971 \begin_inset Index idx\r
3972 status collapsed\r
3973 \r
3974 \begin_layout Plain Layout\r
3975 Commands ! V ! \r
3976 \backslash\r
3977 vphantom\r
3978 \end_layout\r
3979 \r
3980 \end_inset\r
3981 \r
3982  (toolbar button \r
3983 \begin_inset space ~\r
3984 \end_inset\r
3985 \r
3986 \r
3987 \begin_inset Graphics\r
3988         filename ../images/math/vphantom.png\r
3989         scale 85\r
3990 \r
3991 \end_inset\r
3992 \r
3993 ) and \r
3994 \series bold\r
3995 \r
3996 \backslash\r
3997 hphantom\r
3998 \series default\r
3999 \r
4000 \begin_inset Index idx\r
4001 status collapsed\r
4002 \r
4003 \begin_layout Plain Layout\r
4004 Commands ! H ! \r
4005 \backslash\r
4006 hphantom\r
4007 \end_layout\r
4008 \r
4009 \end_inset\r
4010 \r
4011  (toolbar button \r
4012 \begin_inset space ~\r
4013 \end_inset\r
4014 \r
4015 \r
4016 \begin_inset Graphics\r
4017         filename ../images/math/hphantom.png\r
4018         scale 85\r
4019 \r
4020 \end_inset\r
4021 \r
4022 ).\r
4023  \r
4024 \series bold\r
4025 \r
4026 \backslash\r
4027 hphantom\r
4028 \series default\r
4029  creates only space for the maximal height of the characters in the box\r
4030  but not for its width.\r
4031  \r
4032 \series bold\r
4033 \r
4034 \backslash\r
4035 vphantom\r
4036 \series default\r
4037  creates only space for the width of the box content.\r
4038  Therefore  the boxes of both commands have only one red arrow.\r
4039 \end_layout\r
4040 \r
4041 \begin_layout Standard\r
4042 For example the command \r
4043 \series bold\r
4044 \r
4045 \backslash\r
4046 vphantom\r
4047 \series default\r
4048 \r
4049 \begin_inset ERT\r
4050 status collapsed\r
4051 \r
4052 \begin_layout Plain Layout\r
4053 \r
4054 \r
4055 \backslash\r
4056 spce \r
4057 \end_layout\r
4058 \r
4059 \end_inset\r
4060 \r
4061 \r
4062 \series bold\r
4063 a\r
4064 \backslash\r
4065 int\r
4066 \series default\r
4067  creates space for the height of the integral sign,\r
4068 \begin_inset Foot\r
4069 status collapsed\r
4070 \r
4071 \begin_layout Plain Layout\r
4072 The command \r
4073 \series bold\r
4074 \r
4075 \backslash\r
4076 int\r
4077 \series default\r
4078  creates an integral sign, see \r
4079 \begin_inset CommandInset ref\r
4080 LatexCommand ref\r
4081 reference "sub:Big-Operators"\r
4082 \r
4083 \end_inset\r
4084 \r
4085 .\r
4086 \end_layout\r
4087 \r
4088 \end_inset\r
4089 \r
4090  because this is the larger character.\r
4091  An example application is in \r
4092 \begin_inset CommandInset ref\r
4093 LatexCommand ref\r
4094 reference "sub:Multiline-Brackets"\r
4095 \r
4096 \end_inset\r
4097 \r
4098 .\r
4099 \end_layout\r
4100 \r
4101 \begin_layout Standard\r
4102 Placeholders can also be used for text when they are inserted via the menu\r
4103  \r
4104 \family sans\r
4105 Insert\SpecialChar \menuseparator\r
4106 Formatting\SpecialChar \menuseparator\r
4107 Phantom\r
4108 \family default\r
4109 :\r
4110 \end_layout\r
4111 \r
4112 \begin_layout Standard\r
4113 This is a sentence.\r
4114 \begin_inset Newline newline\r
4115 \end_inset\r
4116 \r
4117 \r
4118 \begin_inset Phantom Phantom\r
4119 status open\r
4120 \r
4121 \begin_layout Plain Layout\r
4122 This\r
4123 \end_layout\r
4124 \r
4125 \end_inset\r
4126 \r
4127  is a sentence.\r
4128 \end_layout\r
4129 \r
4130 \begin_layout Subsection\r
4131 Lines\r
4132 \begin_inset Index idx\r
4133 status collapsed\r
4134 \r
4135 \begin_layout Plain Layout\r
4136 Lines\r
4137 \end_layout\r
4138 \r
4139 \end_inset\r
4140 \r
4141 \r
4142 \begin_inset Index idx\r
4143 status collapsed\r
4144 \r
4145 \begin_layout Plain Layout\r
4146 Formula ! underlined\r
4147 \end_layout\r
4148 \r
4149 \end_inset\r
4150 \r
4151 \r
4152 \end_layout\r
4153 \r
4154 \begin_layout Standard\r
4155 \align center\r
4156 \begin_inset Tabular\r
4157 <lyxtabular version="3" rows="4" columns="2">\r
4158 <features tabularvalignment="middle">\r
4159 <column alignment="center" valignment="top" width="0pt">\r
4160 <column alignment="center" valignment="top" width="0pt">\r
4161 <row>\r
4162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
4163 \begin_inset Text\r
4164 \r
4165 \begin_layout Plain Layout\r
4166 Command\r
4167 \end_layout\r
4168 \r
4169 \end_inset\r
4170 </cell>\r
4171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
4172 \begin_inset Text\r
4173 \r
4174 \begin_layout Plain Layout\r
4175 Result\r
4176 \begin_inset Note Note\r
4177 status collapsed\r
4178 \r
4179 \begin_layout Plain Layout\r
4180 \r
4181 \series bold\r
4182 \r
4183 \backslash\r
4184 raisebox\r
4185 \series default\r
4186  is only used as spacer.\r
4187 \end_layout\r
4188 \r
4189 \end_inset\r
4190 \r
4191 \r
4192 \end_layout\r
4193 \r
4194 \end_inset\r
4195 </cell>\r
4196 </row>\r
4197 <row>\r
4198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
4199 \begin_inset Text\r
4200 \r
4201 \begin_layout Plain Layout\r
4202 \r
4203 \backslash\r
4204 overline\r
4205 \begin_inset ERT\r
4206 status collapsed\r
4207 \r
4208 \begin_layout Plain Layout\r
4209 \r
4210 \r
4211 \backslash\r
4212 spce \r
4213 \end_layout\r
4214 \r
4215 \end_inset\r
4216 \r
4217 A+B\r
4218 \begin_inset Index idx\r
4219 status collapsed\r
4220 \r
4221 \begin_layout Plain Layout\r
4222 Commands ! O ! \r
4223 \backslash\r
4224 overline\r
4225 \end_layout\r
4226 \r
4227 \end_inset\r
4228 \r
4229 \r
4230 \end_layout\r
4231 \r
4232 \end_inset\r
4233 </cell>\r
4234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
4235 \begin_inset Text\r
4236 \r
4237 \begin_layout Plain Layout\r
4238 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$\r
4239 \end_inset\r
4240 \r
4241 \r
4242 \end_layout\r
4243 \r
4244 \end_inset\r
4245 </cell>\r
4246 </row>\r
4247 <row>\r
4248 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
4249 \begin_inset Text\r
4250 \r
4251 \begin_layout Plain Layout\r
4252 \r
4253 \backslash\r
4254 underline\r
4255 \begin_inset ERT\r
4256 status collapsed\r
4257 \r
4258 \begin_layout Plain Layout\r
4259 \r
4260 \r
4261 \backslash\r
4262 spce \r
4263 \end_layout\r
4264 \r
4265 \end_inset\r
4266 \r
4267 A+B\r
4268 \begin_inset Index idx\r
4269 status collapsed\r
4270 \r
4271 \begin_layout Plain Layout\r
4272 Commands ! U ! \r
4273 \backslash\r
4274 underline\r
4275 \end_layout\r
4276 \r
4277 \end_inset\r
4278 \r
4279 \r
4280 \end_layout\r
4281 \r
4282 \end_inset\r
4283 </cell>\r
4284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
4285 \begin_inset Text\r
4286 \r
4287 \begin_layout Plain Layout\r
4288 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$\r
4289 \end_inset\r
4290 \r
4291 \r
4292 \end_layout\r
4293 \r
4294 \end_inset\r
4295 </cell>\r
4296 </row>\r
4297 <row>\r
4298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
4299 \begin_inset Text\r
4300 \r
4301 \begin_layout Plain Layout\r
4302 \r
4303 \backslash\r
4304 overline\r
4305 \begin_inset ERT\r
4306 status collapsed\r
4307 \r
4308 \begin_layout Plain Layout\r
4309 \r
4310 \r
4311 \backslash\r
4312 spce \r
4313 \end_layout\r
4314 \r
4315 \end_inset\r
4316 \r
4317 \r
4318 \backslash\r
4319 underline\r
4320 \begin_inset ERT\r
4321 status collapsed\r
4322 \r
4323 \begin_layout Plain Layout\r
4324 \r
4325 \r
4326 \backslash\r
4327 spce \r
4328 \end_layout\r
4329 \r
4330 \end_inset\r
4331 \r
4332 A+B\r
4333 \end_layout\r
4334 \r
4335 \end_inset\r
4336 </cell>\r
4337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
4338 \begin_inset Text\r
4339 \r
4340 \begin_layout Plain Layout\r
4341 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$\r
4342 \end_inset\r
4343 \r
4344 \r
4345 \end_layout\r
4346 \r
4347 \end_inset\r
4348 </cell>\r
4349 </row>\r
4350 </lyxtabular>\r
4351 \r
4352 \end_inset\r
4353 \r
4354 \r
4355 \end_layout\r
4356 \r
4357 \begin_layout Standard\r
4358 In the last example it doesn't matter if first \r
4359 \series bold\r
4360 \r
4361 \backslash\r
4362 overline\r
4363 \series default\r
4364  or \r
4365 \series bold\r
4366 \r
4367 \backslash\r
4368 underline\r
4369 \series default\r
4370  is inserted.\r
4371 \end_layout\r
4372 \r
4373 \begin_layout Standard\r
4374 To double underline use \r
4375 \series bold\r
4376 \r
4377 \backslash\r
4378 underline\r
4379 \series default\r
4380  twice.\r
4381 \end_layout\r
4382 \r
4383 \begin_layout Standard\r
4384 It is possible to place up to 6 lines above or below characters.\r
4385 \end_layout\r
4386 \r
4387 \begin_layout Standard\r
4388 \begin_inset VSpace bigskip\r
4389 \end_inset\r
4390 \r
4391 Custom lines can be created using the command \r
4392 \series bold\r
4393 \r
4394 \backslash\r
4395 rule\r
4396 \series default\r
4397 \r
4398 \begin_inset Index idx\r
4399 status collapsed\r
4400 \r
4401 \begin_layout Plain Layout\r
4402 Commands ! R ! \r
4403 \backslash\r
4404 rule\r
4405 \end_layout\r
4406 \r
4407 \end_inset\r
4408 \r
4409  which has the following scheme:\r
4410 \end_layout\r
4411 \r
4412 \begin_layout Standard\r
4413 \r
4414 \series bold\r
4415 \r
4416 \backslash\r
4417 rule[vertical offset]{length}{thickness}\r
4418 \end_layout\r
4419 \r
4420 \begin_layout Standard\r
4421 The optional vertical offset shifts the line upwards (or downwards, when\r
4422  the value is negative).\r
4423  The units listed in \r
4424 \begin_inset CommandInset ref\r
4425 LatexCommand ref\r
4426 reference "tab:Available-units"\r
4427 \r
4428 \end_inset\r
4429 \r
4430  can be used for the values.\r
4431  Here are two example lines created with the commands\r
4432 \begin_inset Newline newline\r
4433 \end_inset\r
4434 \r
4435 \r
4436 \series bold\r
4437 \r
4438 \backslash\r
4439 rule[-2ex]{3cm}{2pt}\r
4440 \series default\r
4441  and \r
4442 \series bold\r
4443 \r
4444 \backslash\r
4445 rule{2cm}{1pt}\r
4446 \series default\r
4447 :\r
4448 \end_layout\r
4449 \r
4450 \begin_layout Standard\r
4451 This is a sentence \r
4452 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$\r
4453 \end_inset\r
4454 \r
4455  with two lines.\r
4456 \end_layout\r
4457 \r
4458 \begin_layout Standard\r
4459 \r
4460 \series bold\r
4461 \r
4462 \backslash\r
4463 rule\r
4464 \series default\r
4465  can also be used for text when a line is inserted via the menu \r
4466 \family sans\r
4467 Insert\SpecialChar \menuseparator\r
4468 Formatting\SpecialChar \menuseparator\r
4469 Horizontal\r
4470 \begin_inset space ~\r
4471 \end_inset\r
4472 \r
4473 Line\r
4474 \family default\r
4475 :\r
4476 \end_layout\r
4477 \r
4478 \begin_layout Standard\r
4479 This is a sentence \r
4480 \begin_inset CommandInset line\r
4481 LatexCommand rule\r
4482 offset "0.5ex"\r
4483 width "3cm"\r
4484 height "1pt"\r
4485 \r
4486 \end_inset\r
4487 \r
4488  with one line.\r
4489 \end_layout\r
4490 \r
4491 \begin_layout Subsection\r
4492 Ellipses\r
4493 \begin_inset CommandInset label\r
4494 LatexCommand label\r
4495 name "sub:Ellipses"\r
4496 \r
4497 \end_inset\r
4498 \r
4499 \r
4500 \begin_inset Index idx\r
4501 status collapsed\r
4502 \r
4503 \begin_layout Plain Layout\r
4504 Ellipses\r
4505 \end_layout\r
4506 \r
4507 \end_inset\r
4508 \r
4509 \r
4510 \end_layout\r
4511 \r
4512 \begin_layout Standard\r
4513 There are different types of ellipses available.\r
4514 \begin_inset Foot\r
4515 status collapsed\r
4516 \r
4517 \begin_layout Plain Layout\r
4518 In the math toolbar in the submenu of the button \r
4519 \begin_inset Graphics\r
4520         filename ../images/math/ldots.png\r
4521         scale 85\r
4522 \r
4523 \end_inset\r
4524 \r
4525 \r
4526 \end_layout\r
4527 \r
4528 \end_inset\r
4529 \r
4530  For listings dots at the baseline are used (\r
4531 \series bold\r
4532 \r
4533 \backslash\r
4534 ldots\r
4535 \series default\r
4536 \r
4537 \begin_inset Index idx\r
4538 status collapsed\r
4539 \r
4540 \begin_layout Plain Layout\r
4541 Commands ! L ! \r
4542 \backslash\r
4543 ldots\r
4544 \end_layout\r
4545 \r
4546 \end_inset\r
4547 \r
4548 ), while for operations dots are needed that are on the same height as the\r
4549  operators (\r
4550 \series bold\r
4551 \r
4552 \backslash\r
4553 cdots\r
4554 \series default\r
4555 \r
4556 \begin_inset Index idx\r
4557 status collapsed\r
4558 \r
4559 \begin_layout Plain Layout\r
4560 Commands ! C ! \r
4561 \backslash\r
4562 cdots\r
4563 \end_layout\r
4564 \r
4565 \end_inset\r
4566 \r
4567 ).\r
4568  When using the command \r
4569 \series bold\r
4570 \r
4571 \backslash\r
4572 dots\r
4573 \series default\r
4574 \r
4575 \begin_inset Index idx\r
4576 status collapsed\r
4577 \r
4578 \begin_layout Plain Layout\r
4579 Commands ! D ! \r
4580 \backslash\r
4581 dots\r
4582 \end_layout\r
4583 \r
4584 \end_inset\r
4585 \r
4586 , LaTeX decides on the basis of the next character what type is used.\r
4587 \end_layout\r
4588 \r
4589 \begin_layout Standard\r
4590 \align center\r
4591 \begin_inset Tabular\r
4592 <lyxtabular version="3" rows="9" columns="2">\r
4593 <features tabularvalignment="middle">\r
4594 <column alignment="center" valignment="top" width="0pt">\r
4595 <column alignment="center" valignment="top" width="0pt">\r
4596 <row>\r
4597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
4598 \begin_inset Text\r
4599 \r
4600 \begin_layout Plain Layout\r
4601 Command\r
4602 \end_layout\r
4603 \r
4604 \end_inset\r
4605 </cell>\r
4606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
4607 \begin_inset Text\r
4608 \r
4609 \begin_layout Plain Layout\r
4610 Result\r
4611 \end_layout\r
4612 \r
4613 \end_inset\r
4614 </cell>\r
4615 </row>\r
4616 <row>\r
4617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
4618 \begin_inset Text\r
4619 \r
4620 \begin_layout Plain Layout\r
4621 A_1\r
4622 \begin_inset ERT\r
4623 status collapsed\r
4624 \r
4625 \begin_layout Plain Layout\r
4626 \r
4627 \r
4628 \backslash\r
4629 spce \r
4630 \end_layout\r
4631 \r
4632 \end_inset\r
4633 \r
4634 ,\r
4635 \backslash\r
4636 dots\r
4637 \begin_inset ERT\r
4638 status collapsed\r
4639 \r
4640 \begin_layout Plain Layout\r
4641 \r
4642 \r
4643 \backslash\r
4644 spce \r
4645 \end_layout\r
4646 \r
4647 \end_inset\r
4648 \r
4649 ,A_n\r
4650 \end_layout\r
4651 \r
4652 \end_inset\r
4653 </cell>\r
4654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
4655 \begin_inset Text\r
4656 \r
4657 \begin_layout Plain Layout\r
4658 \begin_inset Formula $A_{1},\dots,A_{n}$\r
4659 \end_inset\r
4660 \r
4661 \r
4662 \end_layout\r
4663 \r
4664 \end_inset\r
4665 </cell>\r
4666 </row>\r
4667 <row>\r
4668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
4669 \begin_inset Text\r
4670 \r
4671 \begin_layout Plain Layout\r
4672 A_1\r
4673 \begin_inset ERT\r
4674 status collapsed\r
4675 \r
4676 \begin_layout Plain Layout\r
4677 \r
4678 \r
4679 \backslash\r
4680 spce \r
4681 \end_layout\r
4682 \r
4683 \end_inset\r
4684 \r
4685 +\r
4686 \backslash\r
4687 dots\r
4688 \begin_inset ERT\r
4689 status collapsed\r
4690 \r
4691 \begin_layout Plain Layout\r
4692 \r
4693 \r
4694 \backslash\r
4695 spce \r
4696 \end_layout\r
4697 \r
4698 \end_inset\r
4699 \r
4700 +A_n\r
4701 \end_layout\r
4702 \r
4703 \end_inset\r
4704 </cell>\r
4705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
4706 \begin_inset Text\r
4707 \r
4708 \begin_layout Plain Layout\r
4709 \begin_inset Formula $A_{1}+\dots+A_{n}$\r
4710 \end_inset\r
4711 \r
4712 \r
4713 \end_layout\r
4714 \r
4715 \end_inset\r
4716 </cell>\r
4717 </row>\r
4718 <row>\r
4719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
4720 \begin_inset Text\r
4721 \r
4722 \begin_layout Plain Layout\r
4723 A_1\r
4724 \begin_inset ERT\r
4725 status collapsed\r
4726 \r
4727 \begin_layout Plain Layout\r
4728 \r
4729 \r
4730 \backslash\r
4731 spce \r
4732 \end_layout\r
4733 \r
4734 \end_inset\r
4735 \r
4736 ,\r
4737 \backslash\r
4738 ldots\r
4739 \begin_inset ERT\r
4740 status collapsed\r
4741 \r
4742 \begin_layout Plain Layout\r
4743 \r
4744 \r
4745 \backslash\r
4746 spce \r
4747 \end_layout\r
4748 \r
4749 \end_inset\r
4750 \r
4751 ,A_n\r
4752 \end_layout\r
4753 \r
4754 \end_inset\r
4755 </cell>\r
4756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
4757 \begin_inset Text\r
4758 \r
4759 \begin_layout Plain Layout\r
4760 \begin_inset Formula $A_{1},\ldots,A_{n}$\r
4761 \end_inset\r
4762 \r
4763 \r
4764 \end_layout\r
4765 \r
4766 \end_inset\r
4767 </cell>\r
4768 </row>\r
4769 <row>\r
4770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
4771 \begin_inset Text\r
4772 \r
4773 \begin_layout Plain Layout\r
4774 A_1\r
4775 \begin_inset ERT\r
4776 status collapsed\r
4777 \r
4778 \begin_layout Plain Layout\r
4779 \r
4780 \r
4781 \backslash\r
4782 spce \r
4783 \end_layout\r
4784 \r
4785 \end_inset\r
4786 \r
4787 +\r
4788 \backslash\r
4789 cdots\r
4790 \begin_inset ERT\r
4791 status collapsed\r
4792 \r
4793 \begin_layout Plain Layout\r
4794 \r
4795 \r
4796 \backslash\r
4797 spce \r
4798 \end_layout\r
4799 \r
4800 \end_inset\r
4801 \r
4802 +A_n\r
4803 \end_layout\r
4804 \r
4805 \end_inset\r
4806 </cell>\r
4807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
4808 \begin_inset Text\r
4809 \r
4810 \begin_layout Plain Layout\r
4811 \begin_inset Formula $A_{1}+\cdots+A_{n}$\r
4812 \end_inset\r
4813 \r
4814 \r
4815 \end_layout\r
4816 \r
4817 \end_inset\r
4818 </cell>\r
4819 </row>\r
4820 <row>\r
4821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
4822 \begin_inset Text\r
4823 \r
4824 \begin_layout Plain Layout\r
4825 \r
4826 \backslash\r
4827 vdots\r
4828 \end_layout\r
4829 \r
4830 \end_inset\r
4831 </cell>\r
4832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
4833 \begin_inset Text\r
4834 \r
4835 \begin_layout Plain Layout\r
4836 \begin_inset Formula $\vdots$\r
4837 \end_inset\r
4838 \r
4839 \r
4840 \end_layout\r
4841 \r
4842 \end_inset\r
4843 </cell>\r
4844 </row>\r
4845 <row>\r
4846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
4847 \begin_inset Text\r
4848 \r
4849 \begin_layout Plain Layout\r
4850 \r
4851 \backslash\r
4852 ddots\r
4853 \end_layout\r
4854 \r
4855 \end_inset\r
4856 </cell>\r
4857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
4858 \begin_inset Text\r
4859 \r
4860 \begin_layout Plain Layout\r
4861 \begin_inset Formula $\ddots$\r
4862 \end_inset\r
4863 \r
4864 \r
4865 \end_layout\r
4866 \r
4867 \end_inset\r
4868 </cell>\r
4869 </row>\r
4870 <row>\r
4871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
4872 \begin_inset Text\r
4873 \r
4874 \begin_layout Plain Layout\r
4875 \r
4876 \backslash\r
4877 iddots\r
4878 \end_layout\r
4879 \r
4880 \end_inset\r
4881 </cell>\r
4882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
4883 \begin_inset Text\r
4884 \r
4885 \begin_layout Plain Layout\r
4886 \begin_inset Formula $\iddots$\r
4887 \end_inset\r
4888 \r
4889 \r
4890 \end_layout\r
4891 \r
4892 \end_inset\r
4893 </cell>\r
4894 </row>\r
4895 <row>\r
4896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
4897 \begin_inset Text\r
4898 \r
4899 \begin_layout Plain Layout\r
4900 3×3\r
4901 \begin_inset space \thinspace{}\r
4902 \end_inset\r
4903 \r
4904 matrix with the different dots\r
4905 \end_layout\r
4906 \r
4907 \end_inset\r
4908 </cell>\r
4909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
4910 \begin_inset Text\r
4911 \r
4912 \begin_layout Plain Layout\r
4913 \begin_inset Formula $\begin{array}{ccc}\r
4914 A_{11} & \cdots & A_{1m}\\\r
4915 \vdots & \ddots & \vdots\\\r
4916 A_{n1} & \cdots & A_{nm}\r
4917 \end{array}$\r
4918 \end_inset\r
4919 \r
4920 \r
4921 \end_layout\r
4922 \r
4923 \end_inset\r
4924 </cell>\r
4925 </row>\r
4926 </lyxtabular>\r
4927 \r
4928 \end_inset\r
4929 \r
4930 \r
4931 \end_layout\r
4932 \r
4933 \begin_layout Standard\r
4934 The ellipses available in menu \r
4935 \family sans\r
4936 Insert\SpecialChar \menuseparator\r
4937 Special\r
4938 \begin_inset space ~\r
4939 \end_inset\r
4940 \r
4941 Character\r
4942 \family default\r
4943  are \r
4944 \series bold\r
4945 \r
4946 \backslash\r
4947 ldots\r
4948 \series default\r
4949 .\r
4950 \end_layout\r
4951 \r
4952 \begin_layout Standard\r
4953 \begin_inset VSpace medskip\r
4954 \end_inset\r
4955 \r
4956 To use \r
4957 \series bold\r
4958 \r
4959 \backslash\r
4960 iddots\r
4961 \series default\r
4962 , one of the options \r
4963 \family sans\r
4964 Use mathdots package (automatically)\r
4965 \family default\r
4966  must be set in the document settings under \r
4967 \family sans\r
4968 Math\r
4969 \begin_inset space ~\r
4970 \end_inset\r
4971 \r
4972 Options\r
4973 \family default\r
4974 .\r
4975 \begin_inset Newline newline\r
4976 \end_inset\r
4977 \r
4978 Using the option \r
4979 \family sans\r
4980 Use mathdots package\r
4981 \family default\r
4982  will improve the appearance of all dots in the documents if their font\r
4983  style or size is not the default.\r
4984 \end_layout\r
4985 \r
4986 \begin_layout Standard\r
4987 \begin_inset VSpace medskip\r
4988 \end_inset\r
4989 \r
4990 Specially for matrices there are ellipses that span over several columns.\r
4991  They are created with the command \r
4992 \series bold\r
4993 \r
4994 \backslash\r
4995 hdotsfor\r
4996 \series default\r
4997 \r
4998 \begin_inset Index idx\r
4999 status collapsed\r
5000 \r
5001 \begin_layout Plain Layout\r
5002 Commands ! H ! \r
5003 \backslash\r
5004 hdotsfor\r
5005 \end_layout\r
5006 \r
5007 \end_inset\r
5008 \r
5009 , that has the following scheme:\r
5010 \end_layout\r
5011 \r
5012 \begin_layout Standard\r
5013 \r
5014 \series bold\r
5015 \r
5016 \backslash\r
5017 hdotsfor[distance]{number of columns}\r
5018 \end_layout\r
5019 \r
5020 \begin_layout Standard\r
5021 The number of columns specifies how many columns should be spanned.\r
5022  Distance is a factor for the distance between the dots.\r
5023 \end_layout\r
5024 \r
5025 \begin_layout Standard\r
5026 In the following matrix the command \r
5027 \series bold\r
5028 \r
5029 \backslash\r
5030 hdotsfor[2]{4}\r
5031 \series default\r
5032  was inserted in the first box of the second line, to get an ellipsis with\r
5033  a dot distance twice as long as with the command \r
5034 \series bold\r
5035 \r
5036 \backslash\r
5037 dots\r
5038 \series default\r
5039 :\r
5040 \begin_inset Formula \r
5041 \[\r
5042 \left(\begin{array}{cccc}\r
5043 A & B & C & D\\\r
5044 \hdotsfor[2]{4}\\\r
5045 q & w & e & r\r
5046 \end{array}\right)\r
5047 \]\r
5048 \r
5049 \end_inset\r
5050 \r
5051 Note that the matrix fields that should be spanned must be empty, otherwise\r
5052  you get LaTeX-errors.\r
5053 \end_layout\r
5054 \r
5055 \begin_layout Standard\r
5056 \begin_inset VSpace bigskip\r
5057 \end_inset\r
5058 \r
5059 Furthermore you can fill with the command \r
5060 \series bold\r
5061 \r
5062 \backslash\r
5063 dotfill\r
5064 \series default\r
5065 \r
5066 \begin_inset Index idx\r
5067 status collapsed\r
5068 \r
5069 \begin_layout Plain Layout\r
5070 Commands ! D ! \r
5071 \backslash\r
5072 dotfill\r
5073 \end_layout\r
5074 \r
5075 \end_inset\r
5076 \r
5077  the rest of a line with dots.\r
5078  The effect of these commands is the same as with \r
5079 \series bold\r
5080 \r
5081 \backslash\r
5082 hfill\r
5083 \series default\r
5084 , see \r
5085 \begin_inset CommandInset ref\r
5086 LatexCommand ref\r
5087 reference "sub:Variable-Space"\r
5088 \r
5089 \end_inset\r
5090 \r
5091 .\r
5092 \end_layout\r
5093 \r
5094 \begin_layout Standard\r
5095 For example the command \r
5096 \series bold\r
5097 A\r
5098 \backslash\r
5099 dotfill\r
5100 \begin_inset ERT\r
5101 status collapsed\r
5102 \r
5103 \begin_layout Plain Layout\r
5104 \r
5105 \r
5106 \backslash\r
5107 spce \r
5108 \end_layout\r
5109 \r
5110 \end_inset\r
5111 \r
5112 B\r
5113 \series default\r
5114  produces\r
5115 \end_layout\r
5116 \r
5117 \begin_layout Standard\r
5118 \begin_inset Formula $A\dotfill B$\r
5119 \end_inset\r
5120 \r
5121 \r
5122 \end_layout\r
5123 \r
5124 \begin_layout Standard\r
5125 Similar to\r
5126 \series bold\r
5127  \r
5128 \backslash\r
5129 dotfill\r
5130 \series default\r
5131  there is for a line the command \r
5132 \series bold\r
5133 \r
5134 \backslash\r
5135 hrulefill\r
5136 \series default\r
5137 \r
5138 \begin_inset Index idx\r
5139 status collapsed\r
5140 \r
5141 \begin_layout Plain Layout\r
5142 Commands ! H ! \r
5143 \backslash\r
5144 hrulefill\r
5145 \end_layout\r
5146 \r
5147 \end_inset\r
5148 \r
5149 :\r
5150 \end_layout\r
5151 \r
5152 \begin_layout Standard\r
5153 \begin_inset Formula $A\hrulefill B$\r
5154 \end_inset\r
5155 \r
5156 \r
5157 \end_layout\r
5158 \r
5159 \begin_layout Standard\r
5160 To use the commands for text, they have to be inserted in TeX-mode.\r
5161 \end_layout\r
5162 \r
5163 \begin_layout Section\r
5164 Matrices\r
5165 \begin_inset CommandInset label\r
5166 LatexCommand label\r
5167 name "sec:Matrices"\r
5168 \r
5169 \end_inset\r
5170 \r
5171 \r
5172 \begin_inset Index idx\r
5173 status collapsed\r
5174 \r
5175 \begin_layout Plain Layout\r
5176 Matrices\r
5177 \end_layout\r
5178 \r
5179 \end_inset\r
5180 \r
5181 \r
5182 \end_layout\r
5183 \r
5184 \begin_layout Standard\r
5185 Matrices can be inserted via the math toolbar button \r
5186 \begin_inset Graphics\r
5187         filename ../images/dialog-show_mathmatrix.png\r
5188         scale 85\r
5189 \r
5190 \end_inset\r
5191 \r
5192  or the menu \r
5193 \family sans\r
5194 Insert\SpecialChar \menuseparator\r
5195 Math\SpecialChar \menuseparator\r
5196 Matrix\r
5197 \family default\r
5198 .\r
5199  In the matrix dialog you can specify the number of columns and rows, the\r
5200  alignment and the decoration.\r
5201  The vertical alignment is only of importance for matrices in inline formulas:\r
5202 \end_layout\r
5203 \r
5204 \begin_layout Standard\r
5205 The first matrix is top \r
5206 \begin_inset Formula $\begin{array}[t]{cccc}\r
5207 A & D & G & J\\\r
5208 B & E & H & K\\\r
5209 C & F & I & L\r
5210 \end{array}$\r
5211 \end_inset\r
5212 \r
5213 , the second middle \r
5214 \begin_inset Formula $\begin{array}{cccc}\r
5215 A & D & G & J\\\r
5216 B & E & H & K\\\r
5217 C & F & I & L\r
5218 \end{array}$\r
5219 \end_inset\r
5220 \r
5221  and the third bottom \r
5222 \begin_inset Formula $\begin{array}[b]{cccc}\r
5223 A & D & G & J\\\r
5224 B & E & H & K\\\r
5225 C & F & I & L\r
5226 \end{array}$\r
5227 \end_inset\r
5228 \r
5229  aligned.\r
5230 \end_layout\r
5231 \r
5232 \begin_layout Standard\r
5233 The horizontal alignment specifies how the column entries should be aligned.\r
5234  It is set by entering a letter for every column.\r
5235  \r
5236 \emph on\r
5237 l\r
5238 \emph default\r
5239  denotes left aligned, \r
5240 \emph on\r
5241 c\r
5242 \emph default\r
5243  centered and \r
5244 \emph on\r
5245 r\r
5246 \emph default\r
5247  right aligned.\r
5248  To create for example a 4\r
5249 \series bold\r
5250 ×\r
5251 \series default\r
5252 4\r
5253 \begin_inset space ~\r
5254 \end_inset\r
5255 \r
5256 matrix where the first column is left aligned, the second and third are\r
5257  centered and the last one is right aligned, one enters for the horizontal\r
5258  alignment \r
5259 \series bold\r
5260 lccr\r
5261 \series default\r
5262 .\r
5263  Normally in a matrix all columns are centered, therefore the default for\r
5264  every column is a \r
5265 \series bold\r
5266 c\r
5267 \series default\r
5268 .\r
5269 \end_layout\r
5270 \r
5271 \begin_layout Standard\r
5272 Horizontal alignment:\r
5273 \end_layout\r
5274 \r
5275 \begin_layout Standard\r
5276 \r
5277 \series bold\r
5278 lll\r
5279 \series default\r
5280  : \r
5281 \begin_inset Formula $\begin{array}{lll}\r
5282 10000 & D & G\\\r
5283 B & 10000 & H\\\r
5284 C & F & 10000\r
5285 \end{array}$\r
5286 \end_inset\r
5287 \r
5288  , \r
5289 \series bold\r
5290 ccc\r
5291 \series default\r
5292  : \r
5293 \begin_inset Formula $\begin{array}{ccc}\r
5294 10000 & D & G\\\r
5295 B & 10000 & H\\\r
5296 C & F & 10000\r
5297 \end{array}$\r
5298 \end_inset\r
5299 \r
5300  , \r
5301 \series bold\r
5302 rrr\r
5303 \series default\r
5304  : \r
5305 \begin_inset Formula $\begin{array}{rrr}\r
5306 10000 & D & G\\\r
5307 B & 10000 & H\\\r
5308 C & F & 10000\r
5309 \end{array}$\r
5310 \end_inset\r
5311 \r
5312 \r
5313 \end_layout\r
5314 \r
5315 \begin_layout Standard\r
5316 To add or delete rows and columns subsequently, the math toolbar buttons\r
5317  \r
5318 \begin_inset Graphics\r
5319         filename ../images/tabular-feature_append-row.png\r
5320         scale 85\r
5321 \r
5322 \end_inset\r
5323 \r
5324\r
5325 \begin_inset Graphics\r
5326         filename ../images/tabular-feature_delete-row.png\r
5327         scale 85\r
5328 \r
5329 \end_inset\r
5330 \r
5331 , etc.\r
5332 \begin_inset space \thinspace{}\r
5333 \end_inset\r
5334 \r
5335 , or the menu \r
5336 \family sans\r
5337 Edit\SpecialChar \menuseparator\r
5338 Rows & Columns\r
5339 \family default\r
5340  can be used.\r
5341  New rows can also be created with \r
5342 \begin_inset Info\r
5343 type  "shortcut"\r
5344 arg   "newline-insert newline"\r
5345 \end_inset\r
5346 \r
5347 .\r
5348 \end_layout\r
5349 \r
5350 \begin_layout Standard\r
5351 \begin_inset VSpace bigskip\r
5352 \end_inset\r
5353 \r
5354 The \r
5355 \family sans\r
5356 Decoration\r
5357 \family default\r
5358  adds parentheses in the selected style around the matrix.\r
5359  Alternatively, parentheses can can either be created with the commands\r
5360  \r
5361 \series bold\r
5362 \r
5363 \backslash\r
5364 left\r
5365 \series default\r
5366 \r
5367 \begin_inset Index idx\r
5368 status collapsed\r
5369 \r
5370 \begin_layout Plain Layout\r
5371 Commands ! L ! \r
5372 \backslash\r
5373 left\r
5374 \end_layout\r
5375 \r
5376 \end_inset\r
5377 \r
5378  and \r
5379 \series bold\r
5380 \r
5381 \backslash\r
5382 right\r
5383 \series default\r
5384 \r
5385 \begin_inset Index idx\r
5386 status collapsed\r
5387 \r
5388 \begin_layout Plain Layout\r
5389 Commands ! R ! \r
5390 \backslash\r
5391 right\r
5392 \end_layout\r
5393 \r
5394 \end_inset\r
5395 \r
5396  (shortcut \r
5397 \family sans\r
5398 Alt+M\r
5399 \begin_inset space ~\r
5400 \end_inset\r
5401 \r
5402 Parenthesis\r
5403 \family default\r
5404 ), see \r
5405 \begin_inset CommandInset ref\r
5406 LatexCommand ref\r
5407 reference "sub:Automatic-Bracket-Size"\r
5408 \r
5409 \end_inset\r
5410 \r
5411 , or by using the following commands:\r
5412 \begin_inset VSpace medskip\r
5413 \end_inset\r
5414 \r
5415 \r
5416 \end_layout\r
5417 \r
5418 \begin_layout Standard\r
5419 \begin_inset space \hfill{}\r
5420 \end_inset\r
5421 \r
5422 \r
5423 \begin_inset Tabular\r
5424 <lyxtabular version="3" rows="4" columns="2">\r
5425 <features tabularvalignment="middle">\r
5426 <column alignment="center" valignment="top" width="0">\r
5427 <column alignment="center" valignment="top" width="0">\r
5428 <row>\r
5429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
5430 \begin_inset Text\r
5431 \r
5432 \begin_layout Plain Layout\r
5433 Command\r
5434 \end_layout\r
5435 \r
5436 \end_inset\r
5437 </cell>\r
5438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
5439 \begin_inset Text\r
5440 \r
5441 \begin_layout Plain Layout\r
5442 Result\r
5443 \begin_inset Note Note\r
5444 status collapsed\r
5445 \r
5446 \begin_layout Plain Layout\r
5447 \r
5448 \series bold\r
5449 \r
5450 \backslash\r
5451 raisebox\r
5452 \series default\r
5453  is only used as spacer.\r
5454 \end_layout\r
5455 \r
5456 \end_inset\r
5457 \r
5458 \r
5459 \end_layout\r
5460 \r
5461 \end_inset\r
5462 </cell>\r
5463 </row>\r
5464 <row>\r
5465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
5466 \begin_inset Text\r
5467 \r
5468 \begin_layout Plain Layout\r
5469 \r
5470 \backslash\r
5471 bmatrix\r
5472 \begin_inset ERT\r
5473 status collapsed\r
5474 \r
5475 \begin_layout Plain Layout\r
5476 \r
5477 \r
5478 \backslash\r
5479 spce \r
5480 \end_layout\r
5481 \r
5482 \end_inset\r
5483 \r
5484 2\r
5485 \series bold\r
5486 ×\r
5487 \series default\r
5488 2\r
5489 \begin_inset space \thinspace{}\r
5490 \end_inset\r
5491 \r
5492 matrix\r
5493 \end_layout\r
5494 \r
5495 \end_inset\r
5496 </cell>\r
5497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
5498 \begin_inset Text\r
5499 \r
5500 \begin_layout Plain Layout\r
5501 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}\r
5502 0 & \textrm{-}\mathrm{i}\\\r
5503 \mathrm{i} & 0\r
5504 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$\r
5505 \end_inset\r
5506 \r
5507 \r
5508 \end_layout\r
5509 \r
5510 \end_inset\r
5511 </cell>\r
5512 </row>\r
5513 <row>\r
5514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
5515 \begin_inset Text\r
5516 \r
5517 \begin_layout Plain Layout\r
5518 \r
5519 \backslash\r
5520 Bmatrix\r
5521 \begin_inset ERT\r
5522 status collapsed\r
5523 \r
5524 \begin_layout Plain Layout\r
5525 \r
5526 \r
5527 \backslash\r
5528 spce \r
5529 \end_layout\r
5530 \r
5531 \end_inset\r
5532 \r
5533 2\r
5534 \series bold\r
5535 ×\r
5536 \series default\r
5537 2\r
5538 \begin_inset space \thinspace{}\r
5539 \end_inset\r
5540 \r
5541 matrix\r
5542 \end_layout\r
5543 \r
5544 \end_inset\r
5545 </cell>\r
5546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
5547 \begin_inset Text\r
5548 \r
5549 \begin_layout Plain Layout\r
5550 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}\r
5551 0 & \textrm{-}\mathrm{i}\\\r
5552 \mathrm{i} & 0\r
5553 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$\r
5554 \end_inset\r
5555 \r
5556 \r
5557 \end_layout\r
5558 \r
5559 \end_inset\r
5560 </cell>\r
5561 </row>\r
5562 <row>\r
5563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
5564 \begin_inset Text\r
5565 \r
5566 \begin_layout Plain Layout\r
5567 \r
5568 \backslash\r
5569 pmatrix\r
5570 \begin_inset ERT\r
5571 status collapsed\r
5572 \r
5573 \begin_layout Plain Layout\r
5574 \r
5575 \r
5576 \backslash\r
5577 spce \r
5578 \end_layout\r
5579 \r
5580 \end_inset\r
5581 \r
5582 2\r
5583 \series bold\r
5584 ×\r
5585 \series default\r
5586 2\r
5587 \begin_inset space \thinspace{}\r
5588 \end_inset\r
5589 \r
5590 matrix\r
5591 \end_layout\r
5592 \r
5593 \end_inset\r
5594 </cell>\r
5595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
5596 \begin_inset Text\r
5597 \r
5598 \begin_layout Plain Layout\r
5599 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}\r
5600 0 & \textrm{-}\mathrm{i}\\\r
5601 \mathrm{i} & 0\r
5602 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$\r
5603 \end_inset\r
5604 \r
5605 \r
5606 \end_layout\r
5607 \r
5608 \end_inset\r
5609 </cell>\r
5610 </row>\r
5611 </lyxtabular>\r
5612 \r
5613 \end_inset\r
5614 \r
5615 \r
5616 \begin_inset space \hfill{}\r
5617 \end_inset\r
5618 \r
5619 \r
5620 \begin_inset Tabular\r
5621 <lyxtabular version="3" rows="4" columns="2">\r
5622 <features tabularvalignment="middle">\r
5623 <column alignment="center" valignment="top" width="0">\r
5624 <column alignment="center" valignment="top" width="0">\r
5625 <row>\r
5626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
5627 \begin_inset Text\r
5628 \r
5629 \begin_layout Plain Layout\r
5630 Command\r
5631 \end_layout\r
5632 \r
5633 \end_inset\r
5634 </cell>\r
5635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
5636 \begin_inset Text\r
5637 \r
5638 \begin_layout Plain Layout\r
5639 Result\r
5640 \end_layout\r
5641 \r
5642 \end_inset\r
5643 </cell>\r
5644 </row>\r
5645 <row>\r
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
5647 \begin_inset Text\r
5648 \r
5649 \begin_layout Plain Layout\r
5650 \r
5651 \backslash\r
5652 vmatrix\r
5653 \begin_inset ERT\r
5654 status collapsed\r
5655 \r
5656 \begin_layout Plain Layout\r
5657 \r
5658 \r
5659 \backslash\r
5660 spce \r
5661 \end_layout\r
5662 \r
5663 \end_inset\r
5664 \r
5665 2\r
5666 \series bold\r
5667 ×\r
5668 \series default\r
5669 2\r
5670 \begin_inset space \thinspace{}\r
5671 \end_inset\r
5672 \r
5673 matrix\r
5674 \end_layout\r
5675 \r
5676 \end_inset\r
5677 </cell>\r
5678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
5679 \begin_inset Text\r
5680 \r
5681 \begin_layout Plain Layout\r
5682 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}\r
5683 0 & \textrm{-}\mathrm{i}\\\r
5684 \mathrm{i} & 0\r
5685 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$\r
5686 \end_inset\r
5687 \r
5688 \r
5689 \end_layout\r
5690 \r
5691 \end_inset\r
5692 </cell>\r
5693 </row>\r
5694 <row>\r
5695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
5696 \begin_inset Text\r
5697 \r
5698 \begin_layout Plain Layout\r
5699 \r
5700 \backslash\r
5701 Vmatrix\r
5702 \begin_inset ERT\r
5703 status collapsed\r
5704 \r
5705 \begin_layout Plain Layout\r
5706 \r
5707 \r
5708 \backslash\r
5709 spce \r
5710 \end_layout\r
5711 \r
5712 \end_inset\r
5713 \r
5714 2\r
5715 \series bold\r
5716 ×\r
5717 \series default\r
5718 2\r
5719 \begin_inset space \thinspace{}\r
5720 \end_inset\r
5721 \r
5722 matrix\r
5723 \end_layout\r
5724 \r
5725 \end_inset\r
5726 </cell>\r
5727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
5728 \begin_inset Text\r
5729 \r
5730 \begin_layout Plain Layout\r
5731 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}\r
5732 0 & \textrm{-}\mathrm{i}\\\r
5733 \mathrm{i} & 0\r
5734 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$\r
5735 \end_inset\r
5736 \r
5737 \r
5738 \end_layout\r
5739 \r
5740 \end_inset\r
5741 </cell>\r
5742 </row>\r
5743 <row>\r
5744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
5745 \begin_inset Text\r
5746 \r
5747 \begin_layout Plain Layout\r
5748 \r
5749 \backslash\r
5750 matrix\r
5751 \begin_inset ERT\r
5752 status collapsed\r
5753 \r
5754 \begin_layout Plain Layout\r
5755 \r
5756 \r
5757 \backslash\r
5758 spce \r
5759 \end_layout\r
5760 \r
5761 \end_inset\r
5762 \r
5763 2\r
5764 \series bold\r
5765 ×\r
5766 \series default\r
5767 2\r
5768 \begin_inset space \thinspace{}\r
5769 \end_inset\r
5770 \r
5771 matrix\r
5772 \end_layout\r
5773 \r
5774 \end_inset\r
5775 </cell>\r
5776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
5777 \begin_inset Text\r
5778 \r
5779 \begin_layout Plain Layout\r
5780 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}\r
5781 0 & \textrm{-}\mathrm{i}\\\r
5782 \mathrm{i} & 0\r
5783 \end{array}\end{matrix}\raisebox{-5.3mm}{}$\r
5784 \end_inset\r
5785 \r
5786 \r
5787 \end_layout\r
5788 \r
5789 \end_inset\r
5790 </cell>\r
5791 </row>\r
5792 </lyxtabular>\r
5793 \r
5794 \end_inset\r
5795 \r
5796 \r
5797 \begin_inset space \hfill{}\r
5798 \end_inset\r
5799 \r
5800 \r
5801 \end_layout\r
5802 \r
5803 \begin_layout Standard\r
5804 \begin_inset VSpace medskip\r
5805 \end_inset\r
5806 \r
5807 When e.\r
5808 \begin_inset space \thinspace{}\r
5809 \end_inset\r
5810 \r
5811 g.\r
5812 \begin_inset space \space{}\r
5813 \end_inset\r
5814 \r
5815 \r
5816 \series bold\r
5817 \r
5818 \backslash\r
5819 vmatrix\r
5820 \series default\r
5821  is inserted, a blue box appears between two vertical lines where the matrix\r
5822  is inserted.\r
5823 \begin_inset Newline newline\r
5824 \end_inset\r
5825 \r
5826 Note that decorated matrices ignore the vertical alignment.\r
5827 \end_layout\r
5828 \r
5829 \begin_layout Standard\r
5830 \begin_inset VSpace bigskip\r
5831 \end_inset\r
5832 \r
5833 As all multiline formulas are matrices, the length \r
5834 \series bold\r
5835 \r
5836 \backslash\r
5837 arraycolsep\r
5838 \series default\r
5839 \r
5840 \begin_inset Index idx\r
5841 status collapsed\r
5842 \r
5843 \begin_layout Plain Layout\r
5844 Commands ! A ! \r
5845 \backslash\r
5846 arraycolsep\r
5847 \end_layout\r
5848 \r
5849 \end_inset\r
5850 \r
5851  that is described in \r
5852 \begin_inset CommandInset ref\r
5853 LatexCommand ref\r
5854 reference "sub:Column-Separation"\r
5855 \r
5856 \end_inset\r
5857 \r
5858  can also be used to change the column separation of matrices.\r
5859 \end_layout\r
5860 \r
5861 \begin_layout Standard\r
5862 To change the row separation, the command \r
5863 \series bold\r
5864 \r
5865 \backslash\r
5866 arraystretch\r
5867 \series default\r
5868 \r
5869 \begin_inset Index idx\r
5870 status collapsed\r
5871 \r
5872 \begin_layout Plain Layout\r
5873 Commands ! A ! \r
5874 \backslash\r
5875 arraystretch\r
5876 \end_layout\r
5877 \r
5878 \end_inset\r
5879 \r
5880  is used.\r
5881  It is used as follows:\r
5882 \end_layout\r
5883 \r
5884 \begin_layout Standard\r
5885 \r
5886 \series bold\r
5887 \r
5888 \backslash\r
5889 renewcommand{\r
5890 \backslash\r
5891 arraystretch}{stretch factor}\r
5892 \begin_inset Index idx\r
5893 status collapsed\r
5894 \r
5895 \begin_layout Plain Layout\r
5896 Commands ! R ! \r
5897 \backslash\r
5898 renewcommand\r
5899 \end_layout\r
5900 \r
5901 \end_inset\r
5902 \r
5903 \r
5904 \end_layout\r
5905 \r
5906 \begin_layout Standard\r
5907 The command \r
5908 \series bold\r
5909 \r
5910 \backslash\r
5911 renewcommand\r
5912 \series default\r
5913  assigns the stretch factor to the predefined command \r
5914 \series bold\r
5915 \r
5916 \backslash\r
5917 arraystretch\r
5918 \series default\r
5919 .\r
5920  To double e.\r
5921 \begin_inset space \thinspace{}\r
5922 \end_inset\r
5923 \r
5924 g.\r
5925 \begin_inset space \space{}\r
5926 \end_inset\r
5927 \r
5928 the row separation, use the factor 2.\r
5929  This is then used for all following matrices.\r
5930  To go back to the original separation, assign the factor 1 to \r
5931 \series bold\r
5932 \r
5933 \backslash\r
5934 arraystretch\r
5935 \series default\r
5936 .\r
5937 \end_layout\r
5938 \r
5939 \begin_layout Standard\r
5940 To set matrices into a text line, the command \r
5941 \series bold\r
5942 \r
5943 \backslash\r
5944 smallmatrix\r
5945 \series default\r
5946 \r
5947 \begin_inset Index idx\r
5948 status collapsed\r
5949 \r
5950 \begin_layout Plain Layout\r
5951 Commands ! S ! \r
5952 \backslash\r
5953 smallmatrix\r
5954 \end_layout\r
5955 \r
5956 \end_inset\r
5957 \r
5958  is used.\r
5959  When it is inserted a blue box with two dashed lines appears.\r
5960  In this box the matrix is inserted.\r
5961 \end_layout\r
5962 \r
5963 \begin_layout Standard\r
5964 This is a matrix \r
5965 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\\r
5966 C & D\r
5967 \end{smallmatrix}\right)$\r
5968 \end_inset\r
5969 \r
5970  in a text line.\r
5971 \end_layout\r
5972 \r
5973 \begin_layout Section\r
5974 Brackets and Delimiters\r
5975 \begin_inset Index idx\r
5976 status collapsed\r
5977 \r
5978 \begin_layout Plain Layout\r
5979 Brackets\r
5980 \end_layout\r
5981 \r
5982 \end_inset\r
5983 \r
5984 \r
5985 \begin_inset Index idx\r
5986 status collapsed\r
5987 \r
5988 \begin_layout Plain Layout\r
5989 Delimiters\r
5990 \end_layout\r
5991 \r
5992 \end_inset\r
5993 \r
5994 \r
5995 \end_layout\r
5996 \r
5997 \begin_layout Subsection\r
5998 Vertical Brackets and Delimiters\r
5999 \begin_inset Index idx\r
6000 status collapsed\r
6001 \r
6002 \begin_layout Plain Layout\r
6003 Brackets ! vertical\r
6004 \end_layout\r
6005 \r
6006 \end_inset\r
6007 \r
6008 \r
6009 \end_layout\r
6010 \r
6011 \begin_layout Standard\r
6012 \begin_inset space \hfill{}\r
6013 \end_inset\r
6014 \r
6015 \r
6016 \begin_inset Tabular\r
6017 <lyxtabular version="3" rows="9" columns="2">\r
6018 <features tabularvalignment="middle">\r
6019 <column alignment="center" valignment="top" width="0pt">\r
6020 <column alignment="center" valignment="top" width="0pt">\r
6021 <row>\r
6022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
6023 \begin_inset Text\r
6024 \r
6025 \begin_layout Plain Layout\r
6026 Command\r
6027 \end_layout\r
6028 \r
6029 \end_inset\r
6030 </cell>\r
6031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
6032 \begin_inset Text\r
6033 \r
6034 \begin_layout Plain Layout\r
6035 Result\r
6036 \end_layout\r
6037 \r
6038 \end_inset\r
6039 </cell>\r
6040 </row>\r
6041 <row>\r
6042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6043 \begin_inset Text\r
6044 \r
6045 \begin_layout Plain Layout\r
6046 (\r
6047 \end_layout\r
6048 \r
6049 \end_inset\r
6050 </cell>\r
6051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6052 \begin_inset Text\r
6053 \r
6054 \begin_layout Plain Layout\r
6055 \begin_inset Formula $($\r
6056 \end_inset\r
6057 \r
6058 \r
6059 \end_layout\r
6060 \r
6061 \end_inset\r
6062 </cell>\r
6063 </row>\r
6064 <row>\r
6065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6066 \begin_inset Text\r
6067 \r
6068 \begin_layout Plain Layout\r
6069 {\r
6070 \end_layout\r
6071 \r
6072 \end_inset\r
6073 </cell>\r
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6075 \begin_inset Text\r
6076 \r
6077 \begin_layout Plain Layout\r
6078 \begin_inset Formula $\{$\r
6079 \end_inset\r
6080 \r
6081 \r
6082 \end_layout\r
6083 \r
6084 \end_inset\r
6085 </cell>\r
6086 </row>\r
6087 <row>\r
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6089 \begin_inset Text\r
6090 \r
6091 \begin_layout Plain Layout\r
6092 [\r
6093 \end_layout\r
6094 \r
6095 \end_inset\r
6096 </cell>\r
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6098 \begin_inset Text\r
6099 \r
6100 \begin_layout Plain Layout\r
6101 \begin_inset Formula $[$\r
6102 \end_inset\r
6103 \r
6104 \r
6105 \end_layout\r
6106 \r
6107 \end_inset\r
6108 </cell>\r
6109 </row>\r
6110 <row>\r
6111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6112 \begin_inset Text\r
6113 \r
6114 \begin_layout Plain Layout\r
6115 \r
6116 \backslash\r
6117 langle\r
6118 \end_layout\r
6119 \r
6120 \end_inset\r
6121 </cell>\r
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6123 \begin_inset Text\r
6124 \r
6125 \begin_layout Plain Layout\r
6126 \begin_inset Formula $\langle$\r
6127 \end_inset\r
6128 \r
6129 \r
6130 \end_layout\r
6131 \r
6132 \end_inset\r
6133 </cell>\r
6134 </row>\r
6135 <row>\r
6136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6137 \begin_inset Text\r
6138 \r
6139 \begin_layout Plain Layout\r
6140 \r
6141 \backslash\r
6142 lceil\r
6143 \end_layout\r
6144 \r
6145 \end_inset\r
6146 </cell>\r
6147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6148 \begin_inset Text\r
6149 \r
6150 \begin_layout Plain Layout\r
6151 \begin_inset Formula $\lceil$\r
6152 \end_inset\r
6153 \r
6154 \r
6155 \end_layout\r
6156 \r
6157 \end_inset\r
6158 </cell>\r
6159 </row>\r
6160 <row>\r
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6162 \begin_inset Text\r
6163 \r
6164 \begin_layout Plain Layout\r
6165 \r
6166 \backslash\r
6167 lfloor\r
6168 \end_layout\r
6169 \r
6170 \end_inset\r
6171 </cell>\r
6172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6173 \begin_inset Text\r
6174 \r
6175 \begin_layout Plain Layout\r
6176 \begin_inset Formula $\lfloor$\r
6177 \end_inset\r
6178 \r
6179 \r
6180 \end_layout\r
6181 \r
6182 \end_inset\r
6183 </cell>\r
6184 </row>\r
6185 <row>\r
6186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6187 \begin_inset Text\r
6188 \r
6189 \begin_layout Plain Layout\r
6190 /\r
6191 \end_layout\r
6192 \r
6193 \end_inset\r
6194 </cell>\r
6195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6196 \begin_inset Text\r
6197 \r
6198 \begin_layout Plain Layout\r
6199 \begin_inset Formula $/$\r
6200 \end_inset\r
6201 \r
6202 \r
6203 \end_layout\r
6204 \r
6205 \end_inset\r
6206 </cell>\r
6207 </row>\r
6208 <row>\r
6209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
6210 \begin_inset Text\r
6211 \r
6212 \begin_layout Plain Layout\r
6213 |\r
6214 \end_layout\r
6215 \r
6216 \end_inset\r
6217 </cell>\r
6218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
6219 \begin_inset Text\r
6220 \r
6221 \begin_layout Plain Layout\r
6222 \begin_inset Formula $|$\r
6223 \end_inset\r
6224 \r
6225 \r
6226 \end_layout\r
6227 \r
6228 \end_inset\r
6229 </cell>\r
6230 </row>\r
6231 </lyxtabular>\r
6232 \r
6233 \end_inset\r
6234 \r
6235 \r
6236 \begin_inset space \hfill{}\r
6237 \end_inset\r
6238 \r
6239 \r
6240 \begin_inset Tabular\r
6241 <lyxtabular version="3" rows="9" columns="2">\r
6242 <features tabularvalignment="middle">\r
6243 <column alignment="center" valignment="top" width="0pt">\r
6244 <column alignment="center" valignment="top" width="0pt">\r
6245 <row>\r
6246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
6247 \begin_inset Text\r
6248 \r
6249 \begin_layout Plain Layout\r
6250 Command\r
6251 \end_layout\r
6252 \r
6253 \end_inset\r
6254 </cell>\r
6255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
6256 \begin_inset Text\r
6257 \r
6258 \begin_layout Plain Layout\r
6259 Result\r
6260 \end_layout\r
6261 \r
6262 \end_inset\r
6263 </cell>\r
6264 </row>\r
6265 <row>\r
6266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6267 \begin_inset Text\r
6268 \r
6269 \begin_layout Plain Layout\r
6270 )\r
6271 \end_layout\r
6272 \r
6273 \end_inset\r
6274 </cell>\r
6275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6276 \begin_inset Text\r
6277 \r
6278 \begin_layout Plain Layout\r
6279 \begin_inset Formula $)$\r
6280 \end_inset\r
6281 \r
6282 \r
6283 \end_layout\r
6284 \r
6285 \end_inset\r
6286 </cell>\r
6287 </row>\r
6288 <row>\r
6289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6290 \begin_inset Text\r
6291 \r
6292 \begin_layout Plain Layout\r
6293 }\r
6294 \end_layout\r
6295 \r
6296 \end_inset\r
6297 </cell>\r
6298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6299 \begin_inset Text\r
6300 \r
6301 \begin_layout Plain Layout\r
6302 \begin_inset Formula $\}$\r
6303 \end_inset\r
6304 \r
6305 \r
6306 \end_layout\r
6307 \r
6308 \end_inset\r
6309 </cell>\r
6310 </row>\r
6311 <row>\r
6312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6313 \begin_inset Text\r
6314 \r
6315 \begin_layout Plain Layout\r
6316 ]\r
6317 \end_layout\r
6318 \r
6319 \end_inset\r
6320 </cell>\r
6321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6322 \begin_inset Text\r
6323 \r
6324 \begin_layout Plain Layout\r
6325 \begin_inset Formula $]$\r
6326 \end_inset\r
6327 \r
6328 \r
6329 \end_layout\r
6330 \r
6331 \end_inset\r
6332 </cell>\r
6333 </row>\r
6334 <row>\r
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6336 \begin_inset Text\r
6337 \r
6338 \begin_layout Plain Layout\r
6339 \r
6340 \backslash\r
6341 rangle\r
6342 \end_layout\r
6343 \r
6344 \end_inset\r
6345 </cell>\r
6346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6347 \begin_inset Text\r
6348 \r
6349 \begin_layout Plain Layout\r
6350 \begin_inset Formula $\rangle$\r
6351 \end_inset\r
6352 \r
6353 \r
6354 \end_layout\r
6355 \r
6356 \end_inset\r
6357 </cell>\r
6358 </row>\r
6359 <row>\r
6360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6361 \begin_inset Text\r
6362 \r
6363 \begin_layout Plain Layout\r
6364 \r
6365 \backslash\r
6366 rceil\r
6367 \end_layout\r
6368 \r
6369 \end_inset\r
6370 </cell>\r
6371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6372 \begin_inset Text\r
6373 \r
6374 \begin_layout Plain Layout\r
6375 \begin_inset Formula $\rceil$\r
6376 \end_inset\r
6377 \r
6378 \r
6379 \end_layout\r
6380 \r
6381 \end_inset\r
6382 </cell>\r
6383 </row>\r
6384 <row>\r
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6386 \begin_inset Text\r
6387 \r
6388 \begin_layout Plain Layout\r
6389 \r
6390 \backslash\r
6391 rfloor\r
6392 \end_layout\r
6393 \r
6394 \end_inset\r
6395 </cell>\r
6396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6397 \begin_inset Text\r
6398 \r
6399 \begin_layout Plain Layout\r
6400 \begin_inset Formula $\rfloor$\r
6401 \end_inset\r
6402 \r
6403 \r
6404 \end_layout\r
6405 \r
6406 \end_inset\r
6407 </cell>\r
6408 </row>\r
6409 <row>\r
6410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6411 \begin_inset Text\r
6412 \r
6413 \begin_layout Plain Layout\r
6414 \r
6415 \backslash\r
6416 \r
6417 \backslash\r
6418 \r
6419 \end_layout\r
6420 \r
6421 \end_inset\r
6422 </cell>\r
6423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6424 \begin_inset Text\r
6425 \r
6426 \begin_layout Plain Layout\r
6427 \begin_inset Formula $\backslash$\r
6428 \end_inset\r
6429 \r
6430 \r
6431 \end_layout\r
6432 \r
6433 \end_inset\r
6434 </cell>\r
6435 </row>\r
6436 <row>\r
6437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
6438 \begin_inset Text\r
6439 \r
6440 \begin_layout Plain Layout\r
6441 \r
6442 \backslash\r
6443 |\r
6444 \end_layout\r
6445 \r
6446 \end_inset\r
6447 </cell>\r
6448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
6449 \begin_inset Text\r
6450 \r
6451 \begin_layout Plain Layout\r
6452 \begin_inset Formula $\|$\r
6453 \end_inset\r
6454 \r
6455 \r
6456 \end_layout\r
6457 \r
6458 \end_inset\r
6459 </cell>\r
6460 </row>\r
6461 </lyxtabular>\r
6462 \r
6463 \end_inset\r
6464 \r
6465 \r
6466 \begin_inset space \hfill{}\r
6467 \end_inset\r
6468 \r
6469 \r
6470 \end_layout\r
6471 \r
6472 \begin_layout Standard\r
6473 \r
6474 \series medium\r
6475 \begin_inset Note Greyedout\r
6476 status open\r
6477 \r
6478 \begin_layout Plain Layout\r
6479 \r
6480 \series bold\r
6481 Note:\r
6482 \series default\r
6483  In TeX-mode the command \r
6484 \series bold\r
6485 \r
6486 \backslash\r
6487 textbackslash\r
6488 \series default\r
6489 \r
6490 \begin_inset Index idx\r
6491 status collapsed\r
6492 \r
6493 \begin_layout Plain Layout\r
6494 Commands ! T ! \r
6495 \backslash\r
6496 textbackslash\r
6497 \end_layout\r
6498 \r
6499 \end_inset\r
6500 \r
6501  must be used for the backslash, because the command \r
6502 \series bold\r
6503 \r
6504 \backslash\r
6505 \r
6506 \backslash\r
6507 \r
6508 \series default\r
6509  produces a line break there.\r
6510 \end_layout\r
6511 \r
6512 \end_inset\r
6513 \r
6514 \r
6515 \end_layout\r
6516 \r
6517 \begin_layout Standard\r
6518 For all characters listed above the size can be adjusted with the commands\r
6519  described in the following two subsections.\r
6520  When using these commands, the characters < and > can directly be used\r
6521  instead of the commands \r
6522 \series bold\r
6523 \r
6524 \backslash\r
6525 langle\r
6526 \series default\r
6527  and \r
6528 \series bold\r
6529 \r
6530 \backslash\r
6531 rangle\r
6532 \series default\r
6533 .\r
6534 \end_layout\r
6535 \r
6536 \begin_layout Subsubsection\r
6537 Manual Bracket Size\r
6538 \begin_inset CommandInset label\r
6539 LatexCommand label\r
6540 name "sub:Manual-Bracket-Size"\r
6541 \r
6542 \end_inset\r
6543 \r
6544 \r
6545 \begin_inset Index idx\r
6546 status collapsed\r
6547 \r
6548 \begin_layout Plain Layout\r
6549 Bracket size ! manual\r
6550 \end_layout\r
6551 \r
6552 \end_inset\r
6553 \r
6554 \r
6555 \end_layout\r
6556 \r
6557 \begin_layout Standard\r
6558 The bracket size can be specified manually by the LaTeX-commands \r
6559 \series bold\r
6560 \r
6561 \backslash\r
6562 big\r
6563 \series default\r
6564 \r
6565 \begin_inset Index idx\r
6566 status collapsed\r
6567 \r
6568 \begin_layout Plain Layout\r
6569 Commands ! B ! \r
6570 \backslash\r
6571 big\r
6572 \end_layout\r
6573 \r
6574 \end_inset\r
6575 \r
6576\r
6577 \series bold\r
6578 \r
6579 \backslash\r
6580 Big\r
6581 \series default\r
6582\r
6583 \series bold\r
6584 \r
6585 \backslash\r
6586 bigg\r
6587 \series default\r
6588  and \r
6589 \series bold\r
6590 \r
6591 \backslash\r
6592 Bigg\r
6593 \series default\r
6594 .\r
6595  \r
6596 \series bold\r
6597 \r
6598 \backslash\r
6599 big\r
6600 \series default\r
6601  denotes the smallest and \r
6602 \series bold\r
6603 \r
6604 \backslash\r
6605 Bigg\r
6606 \series default\r
6607  the largest bracket size.\r
6608 \end_layout\r
6609 \r
6610 \begin_layout Standard\r
6611 These commands are used to emphasize levels of brackets:\r
6612 \end_layout\r
6613 \r
6614 \begin_layout Standard\r
6615 \align center\r
6616 \begin_inset Tabular\r
6617 <lyxtabular version="3" rows="2" columns="2">\r
6618 <features tabularvalignment="middle">\r
6619 <column alignment="center" valignment="top" width="0pt">\r
6620 <column alignment="center" valignment="top" width="0pt">\r
6621 <row>\r
6622 <cell alignment="center" valignment="top" usebox="none">\r
6623 \begin_inset Text\r
6624 \r
6625 \begin_layout Plain Layout\r
6626 all brackets in the same size:\r
6627 \end_layout\r
6628 \r
6629 \end_inset\r
6630 </cell>\r
6631 <cell alignment="center" valignment="top" usebox="none">\r
6632 \begin_inset Text\r
6633 \r
6634 \begin_layout Plain Layout\r
6635 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$\r
6636 \end_inset\r
6637 \r
6638 \r
6639 \end_layout\r
6640 \r
6641 \end_inset\r
6642 </cell>\r
6643 </row>\r
6644 <row>\r
6645 <cell alignment="center" valignment="top" usebox="none">\r
6646 \begin_inset Text\r
6647 \r
6648 \begin_layout Plain Layout\r
6649 this looks better:\r
6650 \end_layout\r
6651 \r
6652 \end_inset\r
6653 </cell>\r
6654 <cell alignment="center" valignment="top" usebox="none">\r
6655 \begin_inset Text\r
6656 \r
6657 \begin_layout Plain Layout\r
6658 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$\r
6659 \end_inset\r
6660 \r
6661 \r
6662 \end_layout\r
6663 \r
6664 \end_inset\r
6665 </cell>\r
6666 </row>\r
6667 </lyxtabular>\r
6668 \r
6669 \end_inset\r
6670 \r
6671 \r
6672 \begin_inset Note Note\r
6673 status collapsed\r
6674 \r
6675 \begin_layout Plain Layout\r
6676 \r
6677 \series bold\r
6678 \r
6679 \backslash\r
6680 raisebox\r
6681 \series default\r
6682  is only used as spacer.\r
6683 \end_layout\r
6684 \r
6685 \end_inset\r
6686 \r
6687 \r
6688 \end_layout\r
6689 \r
6690 \begin_layout Standard\r
6691 For the second formula the command \r
6692 \series bold\r
6693 \r
6694 \backslash\r
6695 Big((A+B)(A-B)\r
6696 \backslash\r
6697 Big)^\r
6698 \begin_inset ERT\r
6699 status collapsed\r
6700 \r
6701 \begin_layout Plain Layout\r
6702 \r
6703 \r
6704 \backslash\r
6705 spce \r
6706 \end_layout\r
6707 \r
6708 \end_inset\r
6709 \r
6710 C\r
6711 \series default\r
6712  has been used.\r
6713 \end_layout\r
6714 \r
6715 \begin_layout Standard\r
6716 Here is an overview about all bracket sizes:\r
6717 \end_layout\r
6718 \r
6719 \begin_layout Standard\r
6720 \align center\r
6721 \r
6722 \backslash\r
6723 Bigg(\r
6724 \backslash\r
6725 exp\r
6726 \backslash\r
6727 bigg<\r
6728 \backslash\r
6729 Big[\r
6730 \backslash\r
6731 big{\r
6732 \backslash\r
6733 ln(3x)\r
6734 \backslash\r
6735 big}^2\r
6736 \begin_inset ERT\r
6737 status collapsed\r
6738 \r
6739 \begin_layout Plain Layout\r
6740 \r
6741 \r
6742 \backslash\r
6743 spce \r
6744 \end_layout\r
6745 \r
6746 \end_inset\r
6747 \r
6748 \r
6749 \backslash\r
6750 sin(x)\r
6751 \backslash\r
6752 Big]^\r
6753 \begin_inset ERT\r
6754 status collapsed\r
6755 \r
6756 \begin_layout Plain Layout\r
6757 \r
6758 \r
6759 \backslash\r
6760 spce \r
6761 \end_layout\r
6762 \r
6763 \end_inset\r
6764 \r
6765 A\r
6766 \begin_inset ERT\r
6767 status collapsed\r
6768 \r
6769 \begin_layout Plain Layout\r
6770 \r
6771 \r
6772 \backslash\r
6773 spce \r
6774 \end_layout\r
6775 \r
6776 \end_inset\r
6777 \r
6778 \r
6779 \backslash\r
6780 bigg>\r
6781 \backslash\r
6782 Bigg)^0,5\r
6783 \end_layout\r
6784 \r
6785 \begin_layout Standard\r
6786 \align center\r
6787 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$\r
6788 \end_inset\r
6789 \r
6790 \r
6791 \end_layout\r
6792 \r
6793 \begin_layout Standard\r
6794 Besides the \r
6795 \series bold\r
6796 \r
6797 \backslash\r
6798 big\r
6799 \series default\r
6800 -commands there is the variant \r
6801 \series bold\r
6802 \r
6803 \backslash\r
6804 bigm\r
6805 \series default\r
6806 \r
6807 \begin_inset Index idx\r
6808 status collapsed\r
6809 \r
6810 \begin_layout Plain Layout\r
6811 Commands ! B ! \r
6812 \backslash\r
6813 bigm\r
6814 \end_layout\r
6815 \r
6816 \end_inset\r
6817 \r
6818  that adds a bit more space between the bracket and its content, and the\r
6819  variant \r
6820 \series bold\r
6821 \r
6822 \backslash\r
6823 bigl\r
6824 \series default\r
6825 -\r
6826 \series bold\r
6827 \r
6828 \backslash\r
6829 bigr\r
6830 \series default\r
6831 \r
6832 \begin_inset Index idx\r
6833 status collapsed\r
6834 \r
6835 \begin_layout Plain Layout\r
6836 Commands ! B ! \r
6837 \backslash\r
6838 bigl - \r
6839 \backslash\r
6840 bigr\r
6841 \end_layout\r
6842 \r
6843 \end_inset\r
6844 \r
6845 , that don't add additional space.\r
6846  The \r
6847 \emph on\r
6848 l\r
6849 \emph default\r
6850  at the end of the command \r
6851 \series bold\r
6852 \r
6853 \backslash\r
6854 bigl\r
6855 \series default\r
6856  is for a left bracket; for a right bracket this will be replaced by an\r
6857  \r
6858 \emph on\r
6859 r\r
6860 \emph default\r
6861 .\r
6862  A left or right bracket can each be an opening or closing bracket.\r
6863 \end_layout\r
6864 \r
6865 \begin_layout Standard\r
6866 In the following table is a comparison of the variants:\r
6867 \end_layout\r
6868 \r
6869 \begin_layout Standard\r
6870 \align center\r
6871 \begin_inset Tabular\r
6872 <lyxtabular version="3" rows="5" columns="2">\r
6873 <features tabularvalignment="middle">\r
6874 <column alignment="center" valignment="middle" width="0">\r
6875 <column alignment="center" valignment="middle" width="0">\r
6876 <row>\r
6877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
6878 \begin_inset Text\r
6879 \r
6880 \begin_layout Plain Layout\r
6881 Command\r
6882 \end_layout\r
6883 \r
6884 \end_inset\r
6885 </cell>\r
6886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
6887 \begin_inset Text\r
6888 \r
6889 \begin_layout Plain Layout\r
6890 Result\r
6891 \begin_inset Note Note\r
6892 status collapsed\r
6893 \r
6894 \begin_layout Plain Layout\r
6895 \r
6896 \series bold\r
6897 \r
6898 \backslash\r
6899 raisebox\r
6900 \series default\r
6901  is only used as spacer.\r
6902 \end_layout\r
6903 \r
6904 \end_inset\r
6905 \r
6906 \r
6907 \end_layout\r
6908 \r
6909 \end_inset\r
6910 </cell>\r
6911 </row>\r
6912 <row>\r
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6914 \begin_inset Text\r
6915 \r
6916 \begin_layout Plain Layout\r
6917 \r
6918 \backslash\r
6919 Bigm(\r
6920 \backslash\r
6921 bigm(\r
6922 \backslash\r
6923 ln(3x)\r
6924 \backslash\r
6925 bigm)^2\r
6926 \series bold\r
6927 \r
6928 \begin_inset ERT\r
6929 status collapsed\r
6930 \r
6931 \begin_layout Plain Layout\r
6932 \r
6933 \r
6934 \backslash\r
6935 spce \r
6936 \end_layout\r
6937 \r
6938 \end_inset\r
6939 \r
6940 \r
6941 \series default\r
6942 \r
6943 \backslash\r
6944 Bigm)\r
6945 \end_layout\r
6946 \r
6947 \end_inset\r
6948 </cell>\r
6949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6950 \begin_inset Text\r
6951 \r
6952 \begin_layout Plain Layout\r
6953 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$\r
6954 \end_inset\r
6955 \r
6956 \r
6957 \end_layout\r
6958 \r
6959 \end_inset\r
6960 </cell>\r
6961 </row>\r
6962 <row>\r
6963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6964 \begin_inset Text\r
6965 \r
6966 \begin_layout Plain Layout\r
6967 \r
6968 \backslash\r
6969 Big(\r
6970 \backslash\r
6971 big(\r
6972 \backslash\r
6973 ln(3x)\r
6974 \backslash\r
6975 big)^2\r
6976 \series bold\r
6977 \r
6978 \begin_inset ERT\r
6979 status collapsed\r
6980 \r
6981 \begin_layout Plain Layout\r
6982 \r
6983 \r
6984 \backslash\r
6985 spce \r
6986 \end_layout\r
6987 \r
6988 \end_inset\r
6989 \r
6990 \r
6991 \series default\r
6992 \r
6993 \backslash\r
6994 Big)\r
6995 \end_layout\r
6996 \r
6997 \end_inset\r
6998 </cell>\r
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
7000 \begin_inset Text\r
7001 \r
7002 \begin_layout Plain Layout\r
7003 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$\r
7004 \end_inset\r
7005 \r
7006 \r
7007 \end_layout\r
7008 \r
7009 \end_inset\r
7010 </cell>\r
7011 </row>\r
7012 <row>\r
7013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
7014 \begin_inset Text\r
7015 \r
7016 \begin_layout Plain Layout\r
7017 \r
7018 \backslash\r
7019 Bigl(\r
7020 \backslash\r
7021 bigl(\r
7022 \backslash\r
7023 ln(3x)\r
7024 \backslash\r
7025 bigr)^2\r
7026 \series bold\r
7027 \r
7028 \begin_inset ERT\r
7029 status collapsed\r
7030 \r
7031 \begin_layout Plain Layout\r
7032 \r
7033 \r
7034 \backslash\r
7035 spce \r
7036 \end_layout\r
7037 \r
7038 \end_inset\r
7039 \r
7040 \r
7041 \series default\r
7042 \r
7043 \backslash\r
7044 Bigr)\r
7045 \end_layout\r
7046 \r
7047 \end_inset\r
7048 </cell>\r
7049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
7050 \begin_inset Text\r
7051 \r
7052 \begin_layout Plain Layout\r
7053 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$\r
7054 \end_inset\r
7055 \r
7056 \r
7057 \end_layout\r
7058 \r
7059 \end_inset\r
7060 </cell>\r
7061 </row>\r
7062 <row>\r
7063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
7064 \begin_inset Text\r
7065 \r
7066 \begin_layout Plain Layout\r
7067 \r
7068 \backslash\r
7069 bigl)\r
7070 \backslash\r
7071 ln(3x)\r
7072 \backslash\r
7073 bigr(\r
7074 \end_layout\r
7075 \r
7076 \end_inset\r
7077 </cell>\r
7078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
7079 \begin_inset Text\r
7080 \r
7081 \begin_layout Plain Layout\r
7082 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$\r
7083 \end_inset\r
7084 \r
7085 \r
7086 \end_layout\r
7087 \r
7088 \end_inset\r
7089 </cell>\r
7090 </row>\r
7091 </lyxtabular>\r
7092 \r
7093 \end_inset\r
7094 \r
7095 \r
7096 \end_layout\r
7097 \r
7098 \begin_layout Subsubsection\r
7099 Automatic Bracket Size\r
7100 \begin_inset CommandInset label\r
7101 LatexCommand label\r
7102 name "sub:Automatic-Bracket-Size"\r
7103 \r
7104 \end_inset\r
7105 \r
7106 \r
7107 \begin_inset Index idx\r
7108 status collapsed\r
7109 \r
7110 \begin_layout Plain Layout\r
7111 Bracket size ! automatic\r
7112 \end_layout\r
7113 \r
7114 \end_inset\r
7115 \r
7116 \r
7117 \end_layout\r
7118 \r
7119 \begin_layout Standard\r
7120 Brackets with variable size can be inserted with the commands \r
7121 \series bold\r
7122 \r
7123 \backslash\r
7124 left\r
7125 \series default\r
7126 \r
7127 \begin_inset Index idx\r
7128 status collapsed\r
7129 \r
7130 \begin_layout Plain Layout\r
7131 Commands ! L ! \r
7132 \backslash\r
7133 left\r
7134 \end_layout\r
7135 \r
7136 \end_inset\r
7137 \r
7138  and \r
7139 \series bold\r
7140 \r
7141 \backslash\r
7142 right\r
7143 \series default\r
7144 \r
7145 \begin_inset Index idx\r
7146 status collapsed\r
7147 \r
7148 \begin_layout Plain Layout\r
7149 Commands ! R ! \r
7150 \backslash\r
7151 right\r
7152 \end_layout\r
7153 \r
7154 \end_inset\r
7155 \r
7156  or via the math toolbar button \r
7157 \begin_inset Graphics\r
7158         filename ../images/dialog-show_mathdelimiter.png\r
7159         scale 85\r
7160 \r
7161 \end_inset\r
7162 \r
7163 .\r
7164  Directly behind \r
7165 \series bold\r
7166 \r
7167 \backslash\r
7168 left\r
7169 \series default\r
7170  and \r
7171 \series bold\r
7172 \r
7173 \backslash\r
7174 right\r
7175 \series default\r
7176  the wanted bracket must be inserted.\r
7177  The bracket size will then automatically be calculated for the output.\r
7178 \end_layout\r
7179 \r
7180 \begin_layout Standard\r
7181 \align center\r
7182 normal bracket: The command \r
7183 \series bold\r
7184 \r
7185 \backslash\r
7186 ln(\r
7187 \backslash\r
7188 frac\r
7189 \begin_inset ERT\r
7190 status collapsed\r
7191 \r
7192 \begin_layout Plain Layout\r
7193 \r
7194 \r
7195 \backslash\r
7196 spce \r
7197 \end_layout\r
7198 \r
7199 \end_inset\r
7200 \r
7201 A\r
7202 \begin_inset Formula $\downarrow$\r
7203 \end_inset\r
7204 \r
7205 C\r
7206 \begin_inset ERT\r
7207 status collapsed\r
7208 \r
7209 \begin_layout Plain Layout\r
7210 \r
7211 \r
7212 \backslash\r
7213 spce \r
7214 \end_layout\r
7215 \r
7216 \end_inset\r
7217 \r
7218 )\r
7219 \series default\r
7220  creates\r
7221 \begin_inset Formula \r
7222 \[\r
7223 \ln(\frac{A}{C})\r
7224 \]\r
7225 \r
7226 \end_inset\r
7227 \r
7228 \r
7229 \end_layout\r
7230 \r
7231 \begin_layout Standard\r
7232 \align center\r
7233 multiline bracket: The command \r
7234 \series bold\r
7235 \r
7236 \backslash\r
7237 ln\r
7238 \backslash\r
7239 left(\r
7240 \backslash\r
7241 frac\r
7242 \begin_inset ERT\r
7243 status collapsed\r
7244 \r
7245 \begin_layout Plain Layout\r
7246 \r
7247 \r
7248 \backslash\r
7249 spce \r
7250 \end_layout\r
7251 \r
7252 \end_inset\r
7253 \r
7254 A\r
7255 \begin_inset Formula $\downarrow$\r
7256 \end_inset\r
7257 \r
7258 C\r
7259 \begin_inset ERT\r
7260 status collapsed\r
7261 \r
7262 \begin_layout Plain Layout\r
7263 \r
7264 \r
7265 \backslash\r
7266 spce \r
7267 \end_layout\r
7268 \r
7269 \end_inset\r
7270 \r
7271 \r
7272 \backslash\r
7273 right)\r
7274 \series default\r
7275  creates\r
7276 \begin_inset Formula \r
7277 \[\r
7278 \ln\left(\frac{A}{C}\right)\r
7279 \]\r
7280 \r
7281 \end_inset\r
7282 \r
7283 \r
7284 \end_layout\r
7285 \r
7286 \begin_layout Standard\r
7287 Instead of \r
7288 \series bold\r
7289 \r
7290 \backslash\r
7291 left\r
7292 \series default\r
7293  and \r
7294 \series bold\r
7295 \r
7296 \backslash\r
7297 right\r
7298 \series default\r
7299  the shortcut \r
7300 \family sans\r
7301 Alt+M\r
7302 \begin_inset space ~\r
7303 \end_inset\r
7304 \r
7305 Bracket\r
7306 \family default\r
7307  can be used.\r
7308  This has the advantage that you can see in LyX immediately the real bracket\r
7309  size and that the matching right bracket will be created too.\r
7310 \begin_inset Newline newline\r
7311 \end_inset\r
7312 \r
7313 The command for the last example would then be: \r
7314 \series bold\r
7315 \r
7316 \backslash\r
7317 ln Alt+M\r
7318 \series default\r
7319  \r
7320 \series bold\r
7321 (\r
7322 \backslash\r
7323 frac\r
7324 \begin_inset ERT\r
7325 status collapsed\r
7326 \r
7327 \begin_layout Plain Layout\r
7328 \r
7329 \r
7330 \backslash\r
7331 spce \r
7332 \end_layout\r
7333 \r
7334 \end_inset\r
7335 \r
7336 A\r
7337 \begin_inset Formula $\downarrow$\r
7338 \end_inset\r
7339 \r
7340 C\r
7341 \end_layout\r
7342 \r
7343 \begin_layout Standard\r
7344 To omit a left or right bracket, a dot is inserted for the omitted bracket.\r
7345  For example the command \r
7346 \series bold\r
7347 \r
7348 \backslash\r
7349 left.\r
7350 \backslash\r
7351 frac\r
7352 \begin_inset ERT\r
7353 status collapsed\r
7354 \r
7355 \begin_layout Plain Layout\r
7356 \r
7357 \r
7358 \backslash\r
7359 spce \r
7360 \end_layout\r
7361 \r
7362 \end_inset\r
7363 \r
7364 A\r
7365 \begin_inset Formula $\downarrow$\r
7366 \end_inset\r
7367 \r
7368 B\r
7369 \begin_inset ERT\r
7370 status collapsed\r
7371 \r
7372 \begin_layout Plain Layout\r
7373 \r
7374 \r
7375 \backslash\r
7376 spce \r
7377 \end_layout\r
7378 \r
7379 \end_inset\r
7380 \r
7381 \r
7382 \backslash\r
7383 right}\r
7384 \series default\r
7385  creates:\r
7386 \series bold\r
7387 \r
7388 \begin_inset Formula \r
7389 \[\r
7390 \left.\frac{A}{B}\right\} \r
7391 \]\r
7392 \r
7393 \end_inset\r
7394 \r
7395 \r
7396 \series default\r
7397 The commands \r
7398 \series bold\r
7399 \r
7400 \backslash\r
7401 left\r
7402 \series default\r
7403  and \r
7404 \series bold\r
7405 \r
7406 \backslash\r
7407 right\r
7408 \series default\r
7409  will be converted by LyX to brackets in the right size when the document\r
7410  is reloaded and an omitted bracket will appear as dashed line.\r
7411 \end_layout\r
7412 \r
7413 \begin_layout Standard\r
7414 \begin_inset VSpace bigskip\r
7415 \end_inset\r
7416 \r
7417 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,\r
7418  the command \r
7419 \series bold\r
7420 \r
7421 \backslash\r
7422 middle\r
7423 \series default\r
7424 \r
7425 \begin_inset Index idx\r
7426 status collapsed\r
7427 \r
7428 \begin_layout Plain Layout\r
7429 Commands ! M ! \r
7430 \backslash\r
7431 middle\r
7432 \end_layout\r
7433 \r
7434 \end_inset\r
7435 \r
7436  is additionally available for all brackets and limits.\r
7437  With this command the height of the following character is adapted to the\r
7438  one of the surrounding brackets, what is e.\r
7439 \begin_inset space \thinspace{}\r
7440 \end_inset\r
7441 \r
7442 g.\r
7443 \begin_inset space \space{}\r
7444 \end_inset\r
7445 \r
7446 needed for physical vectors:\r
7447 \begin_inset Formula \r
7448 \[\r
7449 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \r
7450 \]\r
7451 \r
7452 \end_inset\r
7453 \r
7454 For physical vectors there is a special LaTeX-package, described in \r
7455 \begin_inset CommandInset ref\r
7456 LatexCommand ref\r
7457 reference "sub:Physical-Vectors"\r
7458 \r
7459 \end_inset\r
7460 \r
7461 .\r
7462 \end_layout\r
7463 \r
7464 \begin_layout Subsection\r
7465 Horizontal Brackets\r
7466 \begin_inset Index idx\r
7467 status collapsed\r
7468 \r
7469 \begin_layout Plain Layout\r
7470 Brackets ! horizontal\r
7471 \end_layout\r
7472 \r
7473 \end_inset\r
7474 \r
7475 \r
7476 \end_layout\r
7477 \r
7478 \begin_layout Standard\r
7479 \align center\r
7480 \begin_inset Tabular\r
7481 <lyxtabular version="3" rows="4" columns="2">\r
7482 <features tabularvalignment="middle">\r
7483 <column alignment="center" valignment="top" width="0pt">\r
7484 <column alignment="center" valignment="top" width="0pt">\r
7485 <row>\r
7486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
7487 \begin_inset Text\r
7488 \r
7489 \begin_layout Plain Layout\r
7490 Command\r
7491 \begin_inset Note Note\r
7492 status collapsed\r
7493 \r
7494 \begin_layout Plain Layout\r
7495 \r
7496 \series bold\r
7497 \r
7498 \backslash\r
7499 raisebox\r
7500 \series default\r
7501  is only used as spacer.\r
7502 \end_layout\r
7503 \r
7504 \end_inset\r
7505 \r
7506 \r
7507 \end_layout\r
7508 \r
7509 \end_inset\r
7510 </cell>\r
7511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
7512 \begin_inset Text\r
7513 \r
7514 \begin_layout Plain Layout\r
7515 Result\r
7516 \end_layout\r
7517 \r
7518 \end_inset\r
7519 </cell>\r
7520 </row>\r
7521 <row>\r
7522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
7523 \begin_inset Text\r
7524 \r
7525 \begin_layout Plain Layout\r
7526 \begin_inset ERT\r
7527 status collapsed\r
7528 \r
7529 \begin_layout Plain Layout\r
7530 \r
7531 \r
7532 \backslash\r
7533 raisebox{2.3mm}{\r
7534 \end_layout\r
7535 \r
7536 \end_inset\r
7537 \r
7538 \r
7539 \backslash\r
7540 overbrace\r
7541 \begin_inset ERT\r
7542 status collapsed\r
7543 \r
7544 \begin_layout Plain Layout\r
7545 \r
7546 \r
7547 \backslash\r
7548 spce \r
7549 \end_layout\r
7550 \r
7551 \end_inset\r
7552 \r
7553 A+B\r
7554 \begin_inset ERT\r
7555 status collapsed\r
7556 \r
7557 \begin_layout Plain Layout\r
7558 \r
7559 \r
7560 \backslash\r
7561 spce \r
7562 \end_layout\r
7563 \r
7564 \end_inset\r
7565 \r
7566 ^\r
7567 \begin_inset ERT\r
7568 status collapsed\r
7569 \r
7570 \begin_layout Plain Layout\r
7571 \r
7572 \r
7573 \backslash\r
7574 spce \r
7575 \end_layout\r
7576 \r
7577 \end_inset\r
7578 \r
7579 3\r
7580 \begin_inset ERT\r
7581 status collapsed\r
7582 \r
7583 \begin_layout Plain Layout\r
7584 \r
7585 }\r
7586 \end_layout\r
7587 \r
7588 \end_inset\r
7589 \r
7590 \r
7591 \begin_inset Index idx\r
7592 status collapsed\r
7593 \r
7594 \begin_layout Plain Layout\r
7595 Commands ! O ! \r
7596 \backslash\r
7597 overbrace\r
7598 \end_layout\r
7599 \r
7600 \end_inset\r
7601 \r
7602 \r
7603 \end_layout\r
7604 \r
7605 \end_inset\r
7606 </cell>\r
7607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
7608 \begin_inset Text\r
7609 \r
7610 \begin_layout Plain Layout\r
7611 \begin_inset Formula $\overbrace{A+B}^{3}$\r
7612 \end_inset\r
7613 \r
7614 \r
7615 \end_layout\r
7616 \r
7617 \end_inset\r
7618 </cell>\r
7619 </row>\r
7620 <row>\r
7621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
7622 \begin_inset Text\r
7623 \r
7624 \begin_layout Plain Layout\r
7625 \begin_inset ERT\r
7626 status collapsed\r
7627 \r
7628 \begin_layout Plain Layout\r
7629 \r
7630 \r
7631 \backslash\r
7632 raisebox{-2.2mm}{\r
7633 \end_layout\r
7634 \r
7635 \end_inset\r
7636 \r
7637 \r
7638 \backslash\r
7639 underbrace\r
7640 \begin_inset ERT\r
7641 status collapsed\r
7642 \r
7643 \begin_layout Plain Layout\r
7644 \r
7645 \r
7646 \backslash\r
7647 spce \r
7648 \end_layout\r
7649 \r
7650 \end_inset\r
7651 \r
7652 A+B\r
7653 \begin_inset ERT\r
7654 status collapsed\r
7655 \r
7656 \begin_layout Plain Layout\r
7657 \r
7658 \r
7659 \backslash\r
7660 spce \r
7661 \end_layout\r
7662 \r
7663 \end_inset\r
7664 \r
7665 _5\r
7666 \begin_inset ERT\r
7667 status collapsed\r
7668 \r
7669 \begin_layout Plain Layout\r
7670 \r
7671 }\r
7672 \end_layout\r
7673 \r
7674 \end_inset\r
7675 \r
7676 \r
7677 \begin_inset Index idx\r
7678 status collapsed\r
7679 \r
7680 \begin_layout Plain Layout\r
7681 Commands ! U ! \r
7682 \backslash\r
7683 underbrace\r
7684 \end_layout\r
7685 \r
7686 \end_inset\r
7687 \r
7688 \r
7689 \end_layout\r
7690 \r
7691 \end_inset\r
7692 </cell>\r
7693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
7694 \begin_inset Text\r
7695 \r
7696 \begin_layout Plain Layout\r
7697 \begin_inset Formula $\underbrace{A+B}_{5}$\r
7698 \end_inset\r
7699 \r
7700 \r
7701 \end_layout\r
7702 \r
7703 \end_inset\r
7704 </cell>\r
7705 </row>\r
7706 <row>\r
7707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
7708 \begin_inset Text\r
7709 \r
7710 \begin_layout Plain Layout\r
7711 \r
7712 \backslash\r
7713 overbrace\r
7714 \begin_inset ERT\r
7715 status collapsed\r
7716 \r
7717 \begin_layout Plain Layout\r
7718 \r
7719 \r
7720 \backslash\r
7721 spce \r
7722 \end_layout\r
7723 \r
7724 \end_inset\r
7725 \r
7726 \r
7727 \backslash\r
7728 underbrace\r
7729 \begin_inset ERT\r
7730 status collapsed\r
7731 \r
7732 \begin_layout Plain Layout\r
7733 \r
7734 \r
7735 \backslash\r
7736 spce \r
7737 \end_layout\r
7738 \r
7739 \end_inset\r
7740 \r
7741 A+B_w\r
7742 \begin_inset ERT\r
7743 status collapsed\r
7744 \r
7745 \begin_layout Plain Layout\r
7746 \r
7747 \r
7748 \backslash\r
7749 spce \r
7750 \end_layout\r
7751 \r
7752 \end_inset\r
7753 \r
7754 \r
7755 \begin_inset ERT\r
7756 status collapsed\r
7757 \r
7758 \begin_layout Plain Layout\r
7759 \r
7760 \r
7761 \backslash\r
7762 spce \r
7763 \end_layout\r
7764 \r
7765 \end_inset\r
7766 \r
7767 _7\r
7768 \begin_inset ERT\r
7769 status collapsed\r
7770 \r
7771 \begin_layout Plain Layout\r
7772 \r
7773 \r
7774 \backslash\r
7775 spce \r
7776 \end_layout\r
7777 \r
7778 \end_inset\r
7779 \r
7780 \r
7781 \begin_inset ERT\r
7782 status collapsed\r
7783 \r
7784 \begin_layout Plain Layout\r
7785 \r
7786 \r
7787 \backslash\r
7788 spce \r
7789 \end_layout\r
7790 \r
7791 \end_inset\r
7792 \r
7793 ^\r
7794 \begin_inset ERT\r
7795 status collapsed\r
7796 \r
7797 \begin_layout Plain Layout\r
7798 \r
7799 \r
7800 \backslash\r
7801 spce \r
7802 \end_layout\r
7803 \r
7804 \end_inset\r
7805 \r
7806 C\r
7807 \end_layout\r
7808 \r
7809 \end_inset\r
7810 </cell>\r
7811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
7812 \begin_inset Text\r
7813 \r
7814 \begin_layout Plain Layout\r
7815 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$\r
7816 \end_inset\r
7817 \r
7818 \r
7819 \end_layout\r
7820 \r
7821 \end_inset\r
7822 </cell>\r
7823 </row>\r
7824 </lyxtabular>\r
7825 \r
7826 \end_inset\r
7827 \r
7828 \r
7829 \end_layout\r
7830 \r
7831 \begin_layout Standard\r
7832 In the last example it doesn't matter if \r
7833 \series bold\r
7834 \r
7835 \backslash\r
7836 overbrace\r
7837 \series default\r
7838  or \r
7839 \series bold\r
7840 \r
7841 \backslash\r
7842 underbrace\r
7843 \series default\r
7844  is inserted at first.\r
7845 \end_layout\r
7846 \r
7847 \begin_layout Standard\r
7848 \begin_inset VSpace bigskip\r
7849 \end_inset\r
7850 \r
7851 When brackets are needed that overlap each other, multiline formulas, as\r
7852  described in \r
7853 \begin_inset CommandInset ref\r
7854 LatexCommand ref\r
7855 reference "sec:Multiline-Formulas"\r
7856 \r
7857 \end_inset\r
7858 \r
7859 , must be used:\r
7860 \begin_inset Formula \r
7861 \begin{eqnarray*}\r
7862 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\\r
7863  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\r
7864 \end{eqnarray*}\r
7865 \r
7866 \end_inset\r
7867 \r
7868 In the first row the formula is inserted together with the first brace.\r
7869  It is hereby important that the space command\r
7870 \begin_inset Foot\r
7871 status collapsed\r
7872 \r
7873 \begin_layout Plain Layout\r
7874 Space commands are explained in \r
7875 \begin_inset CommandInset ref\r
7876 LatexCommand ref\r
7877 reference "sub:Predefined-Space"\r
7878 \r
7879 \end_inset\r
7880 \r
7881 .\r
7882 \end_layout\r
7883 \r
7884 \end_inset\r
7885 \r
7886  \r
7887 \series bold\r
7888 \r
7889 \backslash\r
7890 :\r
7891 \series default\r
7892  is inserted before the first \r
7893 \begin_inset Formula $d$\r
7894 \end_inset\r
7895 \r
7896 , because the brace that ends behind the \r
7897 \begin_inset Formula $q$\r
7898 \end_inset\r
7899 \r
7900  prevents that the following \r
7901 \begin_inset Quotes eld\r
7902 \end_inset\r
7903 \r
7904 +\r
7905 \begin_inset Quotes erd\r
7906 \end_inset\r
7907 \r
7908  is surrounded by space.\r
7909 \begin_inset Foot\r
7910 status collapsed\r
7911 \r
7912 \begin_layout Plain Layout\r
7913 because a bracket is not handled as a character, see \r
7914 \begin_inset CommandInset ref\r
7915 LatexCommand ref\r
7916 reference "sub:Binary-Operators"\r
7917 \r
7918 \end_inset\r
7919 \r
7920 \r
7921 \end_layout\r
7922 \r
7923 \end_inset\r
7924 \r
7925  In the second row the second brace is inserted.\r
7926  As it should begin before the \r
7927 \begin_inset Formula $b$\r
7928 \end_inset\r
7929 \r
7930 , first the command \r
7931 \series bold\r
7932 \r
7933 \backslash\r
7934 hphantom{gggg+\r
7935 \backslash\r
7936 :}\r
7937 \series default\r
7938  is inserted.\r
7939 \begin_inset Foot\r
7940 status collapsed\r
7941 \r
7942 \begin_layout Plain Layout\r
7943 more about \r
7944 \series bold\r
7945 \r
7946 \backslash\r
7947 hphantom\r
7948 \series default\r
7949  see \r
7950 \begin_inset CommandInset ref\r
7951 LatexCommand ref\r
7952 reference "sub:Placeholders"\r
7953 \r
7954 \end_inset\r
7955 \r
7956 \r
7957 \end_layout\r
7958 \r
7959 \end_inset\r
7960 \r
7961  This space is needed because the \r
7962 \begin_inset Quotes eld\r
7963 \end_inset\r
7964 \r
7965 +\r
7966 \begin_inset Quotes erd\r
7967 \end_inset\r
7968 \r
7969  is also surrounded by space in the formula.\r
7970  The brace is placed under the command \r
7971 \series bold\r
7972 \r
7973 \backslash\r
7974 hphantom{bbqq+dddd}\r
7975 \series default\r
7976 .\r
7977 \end_layout\r
7978 \r
7979 \begin_layout Standard\r
7980 It gets more complicated when brackets overlap each other, like in the following\r
7981  example:\r
7982 \begin_inset ERT\r
7983 status collapsed\r
7984 \r
7985 \begin_layout Plain Layout\r
7986 \r
7987 \r
7988 \backslash\r
7989 setlength{\r
7990 \backslash\r
7991 jot}{-6pt}\r
7992 \end_layout\r
7993 \r
7994 \end_inset\r
7995 \r
7996 \r
7997 \begin_inset Formula \r
7998 \begin{eqnarray*}\r
7999  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\\r
8000 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\r
8001 \end{eqnarray*}\r
8002 \r
8003 \end_inset\r
8004 \r
8005 \r
8006 \begin_inset ERT\r
8007 status collapsed\r
8008 \r
8009 \begin_layout Plain Layout\r
8010 \r
8011 \r
8012 \backslash\r
8013 setlength{\r
8014 \backslash\r
8015 jot}{3pt}\r
8016 \end_layout\r
8017 \r
8018 \end_inset\r
8019 \r
8020 The first formula row is the same as the second row of the previous example,\r
8021  with the difference that the brace is above.\r
8022  The second row contains the formula together with the second brace.\r
8023  To avoid that there is space between the upper brace in the first row and\r
8024  the formula, the row spacing needs to be reduced.\r
8025  This is not easily possible due to a bug in LyX\r
8026 \begin_inset Foot\r
8027 status collapsed\r
8028 \r
8029 \begin_layout Plain Layout\r
8030 \begin_inset CommandInset href\r
8031 LatexCommand href\r
8032 name "LyX-bug #1505"\r
8033 target "http://www.lyx.org/trac/ticket/1505"\r
8034 \r
8035 \end_inset\r
8036 \r
8037 \r
8038 \end_layout\r
8039 \r
8040 \end_inset\r
8041 \r
8042 .\r
8043  As a solution for the problem, the global formula row separation \r
8044 \series bold\r
8045 \r
8046 \backslash\r
8047 jot\r
8048 \series default\r
8049 \r
8050 \begin_inset Index idx\r
8051 status collapsed\r
8052 \r
8053 \begin_layout Plain Layout\r
8054 Commands ! J ! \r
8055 \backslash\r
8056 jot\r
8057 \end_layout\r
8058 \r
8059 \end_inset\r
8060 \r
8061  must be changed to -6\r
8062 \begin_inset space \thinspace{}\r
8063 \end_inset\r
8064 \r
8065 pt before the formula with the command \r
8066 \series bold\r
8067 \r
8068 \backslash\r
8069 setlength{\r
8070 \backslash\r
8071 jot}{-6pt}\r
8072 \series default\r
8073  in TeX-mode.\r
8074  \r
8075 \series bold\r
8076 \r
8077 \backslash\r
8078 jot\r
8079 \series default\r
8080  is set back after the formula to the standard value of 3\r
8081 \begin_inset space \thinspace{}\r
8082 \end_inset\r
8083 \r
8084 pt using the same command.\r
8085  More about the row separation in formulas is explained in \r
8086 \begin_inset CommandInset ref\r
8087 LatexCommand ref\r
8088 reference "sub:Line-Separation"\r
8089 \r
8090 \end_inset\r
8091 \r
8092 .\r
8093 \end_layout\r
8094 \r
8095 \begin_layout Section\r
8096 Arrows\r
8097 \begin_inset Index idx\r
8098 status collapsed\r
8099 \r
8100 \begin_layout Plain Layout\r
8101 Arrows\r
8102 \end_layout\r
8103 \r
8104 \end_inset\r
8105 \r
8106 \r
8107 \end_layout\r
8108 \r
8109 \begin_layout Standard\r
8110 Arrows can be inserted via the math toolbar button \r
8111 \begin_inset Graphics\r
8112         filename ../images/math/leftarrow.png\r
8113         scale 85\r
8114 \r
8115 \end_inset\r
8116 \r
8117  or the commands listed in the following subsections.\r
8118 \end_layout\r
8119 \r
8120 \begin_layout Subsection\r
8121 Horizontal Arrows\r
8122 \begin_inset Index idx\r
8123 status collapsed\r
8124 \r
8125 \begin_layout Plain Layout\r
8126 Arrows ! horizontal\r
8127 \end_layout\r
8128 \r
8129 \end_inset\r
8130 \r
8131 \r
8132 \end_layout\r
8133 \r
8134 \begin_layout Standard\r
8135 \begin_inset space \hfill{}\r
8136 \end_inset\r
8137 \r
8138 \r
8139 \begin_inset Tabular\r
8140 <lyxtabular version="3" rows="8" columns="2">\r
8141 <features tabularvalignment="middle">\r
8142 <column alignment="center" valignment="top" width="0pt">\r
8143 <column alignment="center" valignment="top" width="0pt">\r
8144 <row>\r
8145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
8146 \begin_inset Text\r
8147 \r
8148 \begin_layout Plain Layout\r
8149 Command\r
8150 \end_layout\r
8151 \r
8152 \end_inset\r
8153 </cell>\r
8154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8155 \begin_inset Text\r
8156 \r
8157 \begin_layout Plain Layout\r
8158 Result\r
8159 \end_layout\r
8160 \r
8161 \end_inset\r
8162 </cell>\r
8163 </row>\r
8164 <row>\r
8165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8166 \begin_inset Text\r
8167 \r
8168 \begin_layout Plain Layout\r
8169 \r
8170 \backslash\r
8171 gets\r
8172 \end_layout\r
8173 \r
8174 \end_inset\r
8175 </cell>\r
8176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8177 \begin_inset Text\r
8178 \r
8179 \begin_layout Plain Layout\r
8180 \begin_inset Formula $\gets$\r
8181 \end_inset\r
8182 \r
8183 \r
8184 \end_layout\r
8185 \r
8186 \end_inset\r
8187 </cell>\r
8188 </row>\r
8189 <row>\r
8190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8191 \begin_inset Text\r
8192 \r
8193 \begin_layout Plain Layout\r
8194 \r
8195 \backslash\r
8196 Leftarrow\r
8197 \end_layout\r
8198 \r
8199 \end_inset\r
8200 </cell>\r
8201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8202 \begin_inset Text\r
8203 \r
8204 \begin_layout Plain Layout\r
8205 \begin_inset Formula $\Leftarrow$\r
8206 \end_inset\r
8207 \r
8208 \r
8209 \end_layout\r
8210 \r
8211 \end_inset\r
8212 </cell>\r
8213 </row>\r
8214 <row>\r
8215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
8216 \begin_inset Text\r
8217 \r
8218 \begin_layout Plain Layout\r
8219 \r
8220 \backslash\r
8221 longleftarrow\r
8222 \end_layout\r
8223 \r
8224 \end_inset\r
8225 </cell>\r
8226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8227 \begin_inset Text\r
8228 \r
8229 \begin_layout Plain Layout\r
8230 \begin_inset Formula $\longleftarrow$\r
8231 \end_inset\r
8232 \r
8233 \r
8234 \end_layout\r
8235 \r
8236 \end_inset\r
8237 </cell>\r
8238 </row>\r
8239 <row>\r
8240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
8241 \begin_inset Text\r
8242 \r
8243 \begin_layout Plain Layout\r
8244 \r
8245 \backslash\r
8246 Longleftarrow\r
8247 \end_layout\r
8248 \r
8249 \end_inset\r
8250 </cell>\r
8251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8252 \begin_inset Text\r
8253 \r
8254 \begin_layout Plain Layout\r
8255 \begin_inset Formula $\Longleftarrow$\r
8256 \end_inset\r
8257 \r
8258 \r
8259 \end_layout\r
8260 \r
8261 \end_inset\r
8262 </cell>\r
8263 </row>\r
8264 <row>\r
8265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
8266 \begin_inset Text\r
8267 \r
8268 \begin_layout Plain Layout\r
8269 \r
8270 \backslash\r
8271 leftharpoonup\r
8272 \end_layout\r
8273 \r
8274 \end_inset\r
8275 </cell>\r
8276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8277 \begin_inset Text\r
8278 \r
8279 \begin_layout Plain Layout\r
8280 \begin_inset Formula $\leftharpoonup$\r
8281 \end_inset\r
8282 \r
8283 \r
8284 \end_layout\r
8285 \r
8286 \end_inset\r
8287 </cell>\r
8288 </row>\r
8289 <row>\r
8290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
8291 \begin_inset Text\r
8292 \r
8293 \begin_layout Plain Layout\r
8294 \r
8295 \backslash\r
8296 leftharpoondown\r
8297 \end_layout\r
8298 \r
8299 \end_inset\r
8300 </cell>\r
8301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8302 \begin_inset Text\r
8303 \r
8304 \begin_layout Plain Layout\r
8305 \begin_inset Formula $\leftharpoondown$\r
8306 \end_inset\r
8307 \r
8308 \r
8309 \end_layout\r
8310 \r
8311 \end_inset\r
8312 </cell>\r
8313 </row>\r
8314 <row>\r
8315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
8316 \begin_inset Text\r
8317 \r
8318 \begin_layout Plain Layout\r
8319 \r
8320 \backslash\r
8321 hookleftarrow\r
8322 \end_layout\r
8323 \r
8324 \end_inset\r
8325 </cell>\r
8326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8327 \begin_inset Text\r
8328 \r
8329 \begin_layout Plain Layout\r
8330 \begin_inset Formula $\hookleftarrow$\r
8331 \end_inset\r
8332 \r
8333 \r
8334 \end_layout\r
8335 \r
8336 \end_inset\r
8337 </cell>\r
8338 </row>\r
8339 </lyxtabular>\r
8340 \r
8341 \end_inset\r
8342 \r
8343 \r
8344 \begin_inset space \hfill{}\r
8345 \end_inset\r
8346 \r
8347 \r
8348 \begin_inset Tabular\r
8349 <lyxtabular version="3" rows="8" columns="2">\r
8350 <features tabularvalignment="middle">\r
8351 <column alignment="center" valignment="top" width="0pt">\r
8352 <column alignment="center" valignment="top" width="0pt">\r
8353 <row>\r
8354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
8355 \begin_inset Text\r
8356 \r
8357 \begin_layout Plain Layout\r
8358 Command\r
8359 \end_layout\r
8360 \r
8361 \end_inset\r
8362 </cell>\r
8363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8364 \begin_inset Text\r
8365 \r
8366 \begin_layout Plain Layout\r
8367 Result\r
8368 \end_layout\r
8369 \r
8370 \end_inset\r
8371 </cell>\r
8372 </row>\r
8373 <row>\r
8374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8375 \begin_inset Text\r
8376 \r
8377 \begin_layout Plain Layout\r
8378 \r
8379 \backslash\r
8380 to\r
8381 \end_layout\r
8382 \r
8383 \end_inset\r
8384 </cell>\r
8385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8386 \begin_inset Text\r
8387 \r
8388 \begin_layout Plain Layout\r
8389 \begin_inset Formula $\to$\r
8390 \end_inset\r
8391 \r
8392 \r
8393 \end_layout\r
8394 \r
8395 \end_inset\r
8396 </cell>\r
8397 </row>\r
8398 <row>\r
8399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8400 \begin_inset Text\r
8401 \r
8402 \begin_layout Plain Layout\r
8403 \r
8404 \backslash\r
8405 Rightarrow\r
8406 \end_layout\r
8407 \r
8408 \end_inset\r
8409 </cell>\r
8410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8411 \begin_inset Text\r
8412 \r
8413 \begin_layout Plain Layout\r
8414 \begin_inset Formula $\Rightarrow$\r
8415 \end_inset\r
8416 \r
8417 \r
8418 \end_layout\r
8419 \r
8420 \end_inset\r
8421 </cell>\r
8422 </row>\r
8423 <row>\r
8424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8425 \begin_inset Text\r
8426 \r
8427 \begin_layout Plain Layout\r
8428 \r
8429 \backslash\r
8430 longrightarrow\r
8431 \end_layout\r
8432 \r
8433 \end_inset\r
8434 </cell>\r
8435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8436 \begin_inset Text\r
8437 \r
8438 \begin_layout Plain Layout\r
8439 \begin_inset Formula $\longrightarrow$\r
8440 \end_inset\r
8441 \r
8442 \r
8443 \end_layout\r
8444 \r
8445 \end_inset\r
8446 </cell>\r
8447 </row>\r
8448 <row>\r
8449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8450 \begin_inset Text\r
8451 \r
8452 \begin_layout Plain Layout\r
8453 \r
8454 \backslash\r
8455 Longrightarrow\r
8456 \end_layout\r
8457 \r
8458 \end_inset\r
8459 </cell>\r
8460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8461 \begin_inset Text\r
8462 \r
8463 \begin_layout Plain Layout\r
8464 \begin_inset Formula $\Longrightarrow$\r
8465 \end_inset\r
8466 \r
8467 \r
8468 \end_layout\r
8469 \r
8470 \end_inset\r
8471 </cell>\r
8472 </row>\r
8473 <row>\r
8474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8475 \begin_inset Text\r
8476 \r
8477 \begin_layout Plain Layout\r
8478 \r
8479 \backslash\r
8480 rightharpoonup\r
8481 \end_layout\r
8482 \r
8483 \end_inset\r
8484 </cell>\r
8485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8486 \begin_inset Text\r
8487 \r
8488 \begin_layout Plain Layout\r
8489 \begin_inset Formula $\rightharpoonup$\r
8490 \end_inset\r
8491 \r
8492 \r
8493 \end_layout\r
8494 \r
8495 \end_inset\r
8496 </cell>\r
8497 </row>\r
8498 <row>\r
8499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
8500 \begin_inset Text\r
8501 \r
8502 \begin_layout Plain Layout\r
8503 \r
8504 \backslash\r
8505 rightharpoondown\r
8506 \end_layout\r
8507 \r
8508 \end_inset\r
8509 </cell>\r
8510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8511 \begin_inset Text\r
8512 \r
8513 \begin_layout Plain Layout\r
8514 \begin_inset Formula $\rightharpoondown$\r
8515 \end_inset\r
8516 \r
8517 \r
8518 \end_layout\r
8519 \r
8520 \end_inset\r
8521 </cell>\r
8522 </row>\r
8523 <row>\r
8524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
8525 \begin_inset Text\r
8526 \r
8527 \begin_layout Plain Layout\r
8528 \r
8529 \backslash\r
8530 hookrightarrow\r
8531 \end_layout\r
8532 \r
8533 \end_inset\r
8534 </cell>\r
8535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8536 \begin_inset Text\r
8537 \r
8538 \begin_layout Plain Layout\r
8539 \begin_inset Formula $\hookrightarrow$\r
8540 \end_inset\r
8541 \r
8542 \r
8543 \end_layout\r
8544 \r
8545 \end_inset\r
8546 </cell>\r
8547 </row>\r
8548 </lyxtabular>\r
8549 \r
8550 \end_inset\r
8551 \r
8552 \r
8553 \begin_inset space \hfill{}\r
8554 \end_inset\r
8555 \r
8556 \r
8557 \end_layout\r
8558 \r
8559 \begin_layout Standard\r
8560 \begin_inset space \hfill{}\r
8561 \end_inset\r
8562 \r
8563 \r
8564 \begin_inset Tabular\r
8565 <lyxtabular version="3" rows="6" columns="2">\r
8566 <features tabularvalignment="middle">\r
8567 <column alignment="center" valignment="top" width="0pt">\r
8568 <column alignment="center" valignment="top" width="0pt">\r
8569 <row>\r
8570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
8571 \begin_inset Text\r
8572 \r
8573 \begin_layout Plain Layout\r
8574 Command\r
8575 \end_layout\r
8576 \r
8577 \end_inset\r
8578 </cell>\r
8579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8580 \begin_inset Text\r
8581 \r
8582 \begin_layout Plain Layout\r
8583 Result\r
8584 \end_layout\r
8585 \r
8586 \end_inset\r
8587 </cell>\r
8588 </row>\r
8589 <row>\r
8590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8591 \begin_inset Text\r
8592 \r
8593 \begin_layout Plain Layout\r
8594 \r
8595 \backslash\r
8596 leftrightarrow\r
8597 \end_layout\r
8598 \r
8599 \end_inset\r
8600 </cell>\r
8601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8602 \begin_inset Text\r
8603 \r
8604 \begin_layout Plain Layout\r
8605 \begin_inset Formula $\leftrightarrow$\r
8606 \end_inset\r
8607 \r
8608 \r
8609 \end_layout\r
8610 \r
8611 \end_inset\r
8612 </cell>\r
8613 </row>\r
8614 <row>\r
8615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8616 \begin_inset Text\r
8617 \r
8618 \begin_layout Plain Layout\r
8619 \r
8620 \backslash\r
8621 Leftrightarrow\r
8622 \end_layout\r
8623 \r
8624 \end_inset\r
8625 </cell>\r
8626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8627 \begin_inset Text\r
8628 \r
8629 \begin_layout Plain Layout\r
8630 \begin_inset Formula $\Leftrightarrow$\r
8631 \end_inset\r
8632 \r
8633 \r
8634 \end_layout\r
8635 \r
8636 \end_inset\r
8637 </cell>\r
8638 </row>\r
8639 <row>\r
8640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8641 \begin_inset Text\r
8642 \r
8643 \begin_layout Plain Layout\r
8644 \r
8645 \backslash\r
8646 longleftrightarrow\r
8647 \end_layout\r
8648 \r
8649 \end_inset\r
8650 </cell>\r
8651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8652 \begin_inset Text\r
8653 \r
8654 \begin_layout Plain Layout\r
8655 \begin_inset Formula $\longleftrightarrow$\r
8656 \end_inset\r
8657 \r
8658 \r
8659 \end_layout\r
8660 \r
8661 \end_inset\r
8662 </cell>\r
8663 </row>\r
8664 <row>\r
8665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8666 \begin_inset Text\r
8667 \r
8668 \begin_layout Plain Layout\r
8669 \r
8670 \backslash\r
8671 Longleftrightarrow\r
8672 \end_layout\r
8673 \r
8674 \end_inset\r
8675 </cell>\r
8676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8677 \begin_inset Text\r
8678 \r
8679 \begin_layout Plain Layout\r
8680 \begin_inset Formula $\Longleftrightarrow$\r
8681 \end_inset\r
8682 \r
8683 \r
8684 \end_layout\r
8685 \r
8686 \end_inset\r
8687 </cell>\r
8688 </row>\r
8689 <row>\r
8690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
8691 \begin_inset Text\r
8692 \r
8693 \begin_layout Plain Layout\r
8694 \r
8695 \backslash\r
8696 rightleftharpoons\r
8697 \end_layout\r
8698 \r
8699 \end_inset\r
8700 </cell>\r
8701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8702 \begin_inset Text\r
8703 \r
8704 \begin_layout Plain Layout\r
8705 \begin_inset Formula $\rightleftharpoons$\r
8706 \end_inset\r
8707 \r
8708 \r
8709 \end_layout\r
8710 \r
8711 \end_inset\r
8712 </cell>\r
8713 </row>\r
8714 </lyxtabular>\r
8715 \r
8716 \end_inset\r
8717 \r
8718 \r
8719 \begin_inset space \hspace{}\r
8720 \length 25pt\r
8721 \end_inset\r
8722 \r
8723 \r
8724 \begin_inset space \hfill{}\r
8725 \end_inset\r
8726 \r
8727 \r
8728 \begin_inset Tabular\r
8729 <lyxtabular version="3" rows="5" columns="2">\r
8730 <features tabularvalignment="middle">\r
8731 <column alignment="center" valignment="top" width="0pt">\r
8732 <column alignment="center" valignment="top" width="0pt">\r
8733 <row>\r
8734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
8735 \begin_inset Text\r
8736 \r
8737 \begin_layout Plain Layout\r
8738 Command\r
8739 \end_layout\r
8740 \r
8741 \end_inset\r
8742 </cell>\r
8743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8744 \begin_inset Text\r
8745 \r
8746 \begin_layout Plain Layout\r
8747 Result\r
8748 \end_layout\r
8749 \r
8750 \end_inset\r
8751 </cell>\r
8752 </row>\r
8753 <row>\r
8754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8755 \begin_inset Text\r
8756 \r
8757 \begin_layout Plain Layout\r
8758 \r
8759 \backslash\r
8760 mapsto\r
8761 \end_layout\r
8762 \r
8763 \end_inset\r
8764 </cell>\r
8765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8766 \begin_inset Text\r
8767 \r
8768 \begin_layout Plain Layout\r
8769 \begin_inset Formula $\mapsto$\r
8770 \end_inset\r
8771 \r
8772 \r
8773 \end_layout\r
8774 \r
8775 \end_inset\r
8776 </cell>\r
8777 </row>\r
8778 <row>\r
8779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8780 \begin_inset Text\r
8781 \r
8782 \begin_layout Plain Layout\r
8783 \r
8784 \backslash\r
8785 longmapsto\r
8786 \end_layout\r
8787 \r
8788 \end_inset\r
8789 </cell>\r
8790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8791 \begin_inset Text\r
8792 \r
8793 \begin_layout Plain Layout\r
8794 \begin_inset Formula $\longmapsto$\r
8795 \end_inset\r
8796 \r
8797 \r
8798 \end_layout\r
8799 \r
8800 \end_inset\r
8801 </cell>\r
8802 </row>\r
8803 <row>\r
8804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8805 \begin_inset Text\r
8806 \r
8807 \begin_layout Plain Layout\r
8808 \r
8809 \backslash\r
8810 leadsto\r
8811 \end_layout\r
8812 \r
8813 \end_inset\r
8814 </cell>\r
8815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8816 \begin_inset Text\r
8817 \r
8818 \begin_layout Plain Layout\r
8819 \begin_inset Formula $\leadsto$\r
8820 \end_inset\r
8821 \r
8822 \r
8823 \end_layout\r
8824 \r
8825 \end_inset\r
8826 </cell>\r
8827 </row>\r
8828 <row>\r
8829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
8830 \begin_inset Text\r
8831 \r
8832 \begin_layout Plain Layout\r
8833 \r
8834 \backslash\r
8835 dasharrow\r
8836 \end_layout\r
8837 \r
8838 \end_inset\r
8839 </cell>\r
8840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8841 \begin_inset Text\r
8842 \r
8843 \begin_layout Plain Layout\r
8844 \begin_inset Formula $\dasharrow$\r
8845 \end_inset\r
8846 \r
8847 \r
8848 \end_layout\r
8849 \r
8850 \end_inset\r
8851 </cell>\r
8852 </row>\r
8853 </lyxtabular>\r
8854 \r
8855 \end_inset\r
8856 \r
8857 \r
8858 \begin_inset space \hfill{}\r
8859 \end_inset\r
8860 \r
8861 \r
8862 \end_layout\r
8863 \r
8864 \begin_layout Standard\r
8865 \begin_inset VSpace medskip\r
8866 \end_inset\r
8867 \r
8868 Arrows used as accents like e.\r
8869 \begin_inset space \thinspace{}\r
8870 \end_inset\r
8871 \r
8872 g.\r
8873 \begin_inset space \space{}\r
8874 \end_inset\r
8875 \r
8876 vector arrows are listed in \r
8877 \begin_inset CommandInset ref\r
8878 LatexCommand ref\r
8879 reference "sec:Accents"\r
8880 \r
8881 \end_inset\r
8882 \r
8883 .\r
8884 \end_layout\r
8885 \r
8886 \begin_layout Standard\r
8887 \begin_inset VSpace bigskip\r
8888 \end_inset\r
8889 \r
8890 Furthermore there are the labeled arrows\r
8891 \begin_inset Index idx\r
8892 status collapsed\r
8893 \r
8894 \begin_layout Plain Layout\r
8895 Arrows ! labeled\r
8896 \end_layout\r
8897 \r
8898 \end_inset\r
8899 \r
8900  \r
8901 \series bold\r
8902 \r
8903 \backslash\r
8904 xleftarrow\r
8905 \series default\r
8906 \r
8907 \begin_inset Index idx\r
8908 status collapsed\r
8909 \r
8910 \begin_layout Plain Layout\r
8911 Commands ! X ! \r
8912 \backslash\r
8913 xleftarrow\r
8914 \end_layout\r
8915 \r
8916 \end_inset\r
8917 \r
8918  and \r
8919 \series bold\r
8920 \r
8921 \backslash\r
8922 xrightarrow\r
8923 \series default\r
8924 \r
8925 \begin_inset Index idx\r
8926 status collapsed\r
8927 \r
8928 \begin_layout Plain Layout\r
8929 Commands ! X ! \r
8930 \backslash\r
8931 xrightarrow\r
8932 \begin_inset ERT\r
8933 status collapsed\r
8934 \r
8935 \begin_layout Plain Layout\r
8936 \r
8937 \r
8938 \backslash\r
8939 vspace{4mm}\r
8940 \end_layout\r
8941 \r
8942 \end_inset\r
8943 \r
8944 \r
8945 \end_layout\r
8946 \r
8947 \end_inset\r
8948 \r
8949 .\r
8950  When inserting one of these commands in a formula, an arrow with two blue\r
8951  boxes appear where the label can be inserted.\r
8952  The length of the arrow adapts to the label width.\r
8953 \end_layout\r
8954 \r
8955 \begin_layout Standard\r
8956 \align center\r
8957 \begin_inset Tabular\r
8958 <lyxtabular version="3" rows="3" columns="2">\r
8959 <features tabularvalignment="middle">\r
8960 <column alignment="center" valignment="top" width="0pt">\r
8961 <column alignment="center" valignment="top" width="0pt">\r
8962 <row>\r
8963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
8964 \begin_inset Text\r
8965 \r
8966 \begin_layout Plain Layout\r
8967 Command\r
8968 \end_layout\r
8969 \r
8970 \end_inset\r
8971 </cell>\r
8972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8973 \begin_inset Text\r
8974 \r
8975 \begin_layout Plain Layout\r
8976 Result\r
8977 \begin_inset Note Note\r
8978 status collapsed\r
8979 \r
8980 \begin_layout Plain Layout\r
8981 \r
8982 \series bold\r
8983 \r
8984 \backslash\r
8985 raisebox\r
8986 \series default\r
8987  is only used as spacer.\r
8988 \end_layout\r
8989 \r
8990 \end_inset\r
8991 \r
8992 \r
8993 \end_layout\r
8994 \r
8995 \end_inset\r
8996 </cell>\r
8997 </row>\r
8998 <row>\r
8999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
9000 \begin_inset Text\r
9001 \r
9002 \begin_layout Plain Layout\r
9003 F(a)\r
9004 \backslash\r
9005 xleftarrow\r
9006 \begin_inset ERT\r
9007 status collapsed\r
9008 \r
9009 \begin_layout Plain Layout\r
9010 \r
9011 \r
9012 \backslash\r
9013 spce \r
9014 \end_layout\r
9015 \r
9016 \end_inset\r
9017 \r
9018 x=a\r
9019 \begin_inset Formula $\downarrow$\r
9020 \end_inset\r
9021 \r
9022 x>0\r
9023 \begin_inset Formula $\to$\r
9024 \end_inset\r
9025 \r
9026 F(x)\r
9027 \end_layout\r
9028 \r
9029 \end_inset\r
9030 </cell>\r
9031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
9032 \begin_inset Text\r
9033 \r
9034 \begin_layout Plain Layout\r
9035 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$\r
9036 \end_inset\r
9037 \r
9038 \r
9039 \end_layout\r
9040 \r
9041 \end_inset\r
9042 </cell>\r
9043 </row>\r
9044 <row>\r
9045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
9046 \begin_inset Text\r
9047 \r
9048 \begin_layout Plain Layout\r
9049 F(x)\r
9050 \backslash\r
9051 xrightarrow\r
9052 \begin_inset ERT\r
9053 status collapsed\r
9054 \r
9055 \begin_layout Plain Layout\r
9056 \r
9057 \r
9058 \backslash\r
9059 spce \r
9060 \end_layout\r
9061 \r
9062 \end_inset\r
9063 \r
9064 x=a\r
9065 \begin_inset Formula $\downarrow$\r
9066 \end_inset\r
9067 \r
9068 x>0\r
9069 \begin_inset Formula $\to$\r
9070 \end_inset\r
9071 \r
9072 F(a)\r
9073 \end_layout\r
9074 \r
9075 \end_inset\r
9076 </cell>\r
9077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9078 \begin_inset Text\r
9079 \r
9080 \begin_layout Plain Layout\r
9081 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$\r
9082 \end_inset\r
9083 \r
9084 \r
9085 \end_layout\r
9086 \r
9087 \end_inset\r
9088 </cell>\r
9089 </row>\r
9090 </lyxtabular>\r
9091 \r
9092 \end_inset\r
9093 \r
9094 \r
9095 \end_layout\r
9096 \r
9097 \begin_layout Subsection\r
9098 Vertical and diagonal Arrows\r
9099 \begin_inset Index idx\r
9100 status collapsed\r
9101 \r
9102 \begin_layout Plain Layout\r
9103 Arrows ! diagonal\r
9104 \end_layout\r
9105 \r
9106 \end_inset\r
9107 \r
9108 \r
9109 \begin_inset Index idx\r
9110 status collapsed\r
9111 \r
9112 \begin_layout Plain Layout\r
9113 Arrows ! vertical\r
9114 \end_layout\r
9115 \r
9116 \end_inset\r
9117 \r
9118 \r
9119 \end_layout\r
9120 \r
9121 \begin_layout Standard\r
9122 \begin_inset space \hfill{}\r
9123 \end_inset\r
9124 \r
9125 \r
9126 \begin_inset Tabular\r
9127 <lyxtabular version="3" rows="7" columns="2">\r
9128 <features tabularvalignment="middle">\r
9129 <column alignment="center" valignment="top" width="0pt">\r
9130 <column alignment="center" valignment="top" width="0pt">\r
9131 <row>\r
9132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
9133 \begin_inset Text\r
9134 \r
9135 \begin_layout Plain Layout\r
9136 Command\r
9137 \end_layout\r
9138 \r
9139 \end_inset\r
9140 </cell>\r
9141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9142 \begin_inset Text\r
9143 \r
9144 \begin_layout Plain Layout\r
9145 Result\r
9146 \end_layout\r
9147 \r
9148 \end_inset\r
9149 </cell>\r
9150 </row>\r
9151 <row>\r
9152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
9153 \begin_inset Text\r
9154 \r
9155 \begin_layout Plain Layout\r
9156 \r
9157 \backslash\r
9158 uparrow\r
9159 \end_layout\r
9160 \r
9161 \end_inset\r
9162 </cell>\r
9163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
9164 \begin_inset Text\r
9165 \r
9166 \begin_layout Plain Layout\r
9167 \begin_inset Formula $\uparrow$\r
9168 \end_inset\r
9169 \r
9170 \r
9171 \end_layout\r
9172 \r
9173 \end_inset\r
9174 </cell>\r
9175 </row>\r
9176 <row>\r
9177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
9178 \begin_inset Text\r
9179 \r
9180 \begin_layout Plain Layout\r
9181 \r
9182 \backslash\r
9183 Uparrow\r
9184 \end_layout\r
9185 \r
9186 \end_inset\r
9187 </cell>\r
9188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
9189 \begin_inset Text\r
9190 \r
9191 \begin_layout Plain Layout\r
9192 \begin_inset Formula $\Uparrow$\r
9193 \end_inset\r
9194 \r
9195 \r
9196 \end_layout\r
9197 \r
9198 \end_inset\r
9199 </cell>\r
9200 </row>\r
9201 <row>\r
9202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
9203 \begin_inset Text\r
9204 \r
9205 \begin_layout Plain Layout\r
9206 \r
9207 \backslash\r
9208 updownarrow\r
9209 \end_layout\r
9210 \r
9211 \end_inset\r
9212 </cell>\r
9213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
9214 \begin_inset Text\r
9215 \r
9216 \begin_layout Plain Layout\r
9217 \begin_inset Formula $\updownarrow$\r
9218 \end_inset\r
9219 \r
9220 \r
9221 \end_layout\r
9222 \r
9223 \end_inset\r
9224 </cell>\r
9225 </row>\r
9226 <row>\r
9227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
9228 \begin_inset Text\r
9229 \r
9230 \begin_layout Plain Layout\r
9231 \r
9232 \backslash\r
9233 Updownarrow\r
9234 \end_layout\r
9235 \r
9236 \end_inset\r
9237 </cell>\r
9238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
9239 \begin_inset Text\r
9240 \r
9241 \begin_layout Plain Layout\r
9242 \begin_inset Formula $\Updownarrow$\r
9243 \end_inset\r
9244 \r
9245 \r
9246 \end_layout\r
9247 \r
9248 \end_inset\r
9249 </cell>\r
9250 </row>\r
9251 <row>\r
9252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
9253 \begin_inset Text\r
9254 \r
9255 \begin_layout Plain Layout\r
9256 \r
9257 \backslash\r
9258 Downarrow\r
9259 \end_layout\r
9260 \r
9261 \end_inset\r
9262 </cell>\r
9263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9264 \begin_inset Text\r
9265 \r
9266 \begin_layout Plain Layout\r
9267 \begin_inset Formula $\Downarrow$\r
9268 \end_inset\r
9269 \r
9270 \r
9271 \end_layout\r
9272 \r
9273 \end_inset\r
9274 </cell>\r
9275 </row>\r
9276 <row>\r
9277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
9278 \begin_inset Text\r
9279 \r
9280 \begin_layout Plain Layout\r
9281 \r
9282 \backslash\r
9283 downarrow\r
9284 \end_layout\r
9285 \r
9286 \end_inset\r
9287 </cell>\r
9288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9289 \begin_inset Text\r
9290 \r
9291 \begin_layout Plain Layout\r
9292 \begin_inset Formula $\downarrow$\r
9293 \end_inset\r
9294 \r
9295 \r
9296 \end_layout\r
9297 \r
9298 \end_inset\r
9299 </cell>\r
9300 </row>\r
9301 </lyxtabular>\r
9302 \r
9303 \end_inset\r
9304 \r
9305 \r
9306 \begin_inset space \hfill{}\r
9307 \end_inset\r
9308 \r
9309 \r
9310 \begin_inset Tabular\r
9311 <lyxtabular version="3" rows="5" columns="2">\r
9312 <features tabularvalignment="middle">\r
9313 <column alignment="center" valignment="top" width="0pt">\r
9314 <column alignment="center" valignment="top" width="0pt">\r
9315 <row>\r
9316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
9317 \begin_inset Text\r
9318 \r
9319 \begin_layout Plain Layout\r
9320 Command\r
9321 \end_layout\r
9322 \r
9323 \end_inset\r
9324 </cell>\r
9325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9326 \begin_inset Text\r
9327 \r
9328 \begin_layout Plain Layout\r
9329 Result\r
9330 \end_layout\r
9331 \r
9332 \end_inset\r
9333 </cell>\r
9334 </row>\r
9335 <row>\r
9336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
9337 \begin_inset Text\r
9338 \r
9339 \begin_layout Plain Layout\r
9340 \r
9341 \backslash\r
9342 nearrow\r
9343 \end_layout\r
9344 \r
9345 \end_inset\r
9346 </cell>\r
9347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
9348 \begin_inset Text\r
9349 \r
9350 \begin_layout Plain Layout\r
9351 \begin_inset Formula $\nearrow$\r
9352 \end_inset\r
9353 \r
9354 \r
9355 \end_layout\r
9356 \r
9357 \end_inset\r
9358 </cell>\r
9359 </row>\r
9360 <row>\r
9361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
9362 \begin_inset Text\r
9363 \r
9364 \begin_layout Plain Layout\r
9365 \r
9366 \backslash\r
9367 searrow\r
9368 \end_layout\r
9369 \r
9370 \end_inset\r
9371 </cell>\r
9372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
9373 \begin_inset Text\r
9374 \r
9375 \begin_layout Plain Layout\r
9376 \begin_inset Formula $\searrow$\r
9377 \end_inset\r
9378 \r
9379 \r
9380 \end_layout\r
9381 \r
9382 \end_inset\r
9383 </cell>\r
9384 </row>\r
9385 <row>\r
9386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
9387 \begin_inset Text\r
9388 \r
9389 \begin_layout Plain Layout\r
9390 \r
9391 \backslash\r
9392 swarrow\r
9393 \end_layout\r
9394 \r
9395 \end_inset\r
9396 </cell>\r
9397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9398 \begin_inset Text\r
9399 \r
9400 \begin_layout Plain Layout\r
9401 \begin_inset Formula $\swarrow$\r
9402 \end_inset\r
9403 \r
9404 \r
9405 \end_layout\r
9406 \r
9407 \end_inset\r
9408 </cell>\r
9409 </row>\r
9410 <row>\r
9411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
9412 \begin_inset Text\r
9413 \r
9414 \begin_layout Plain Layout\r
9415 \r
9416 \backslash\r
9417 nwarrow\r
9418 \end_layout\r
9419 \r
9420 \end_inset\r
9421 </cell>\r
9422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9423 \begin_inset Text\r
9424 \r
9425 \begin_layout Plain Layout\r
9426 \begin_inset Formula $\nwarrow$\r
9427 \end_inset\r
9428 \r
9429 \r
9430 \end_layout\r
9431 \r
9432 \end_inset\r
9433 </cell>\r
9434 </row>\r
9435 </lyxtabular>\r
9436 \r
9437 \end_inset\r
9438 \r
9439 \r
9440 \begin_inset space \hfill{}\r
9441 \end_inset\r
9442 \r
9443 \r
9444 \end_layout\r
9445 \r
9446 \begin_layout Standard\r
9447 \begin_inset VSpace medskip\r
9448 \end_inset\r
9449 \r
9450 Vertical arrows can be used also as delimiters together with the commands\r
9451  described in \r
9452 \begin_inset CommandInset ref\r
9453 LatexCommand ref\r
9454 reference "sub:Manual-Bracket-Size"\r
9455 \r
9456 \end_inset\r
9457 \r
9458  and \r
9459 \begin_inset CommandInset ref\r
9460 LatexCommand ref\r
9461 reference "sub:Automatic-Bracket-Size"\r
9462 \r
9463 \end_inset\r
9464 \r
9465 .\r
9466 \end_layout\r
9467 \r
9468 \begin_layout Section\r
9469 Accents\r
9470 \begin_inset CommandInset label\r
9471 LatexCommand label\r
9472 name "sec:Accents"\r
9473 \r
9474 \end_inset\r
9475 \r
9476 \r
9477 \begin_inset Index idx\r
9478 status collapsed\r
9479 \r
9480 \begin_layout Plain Layout\r
9481 Accents\r
9482 \end_layout\r
9483 \r
9484 \end_inset\r
9485 \r
9486 \r
9487 \end_layout\r
9488 \r
9489 \begin_layout Standard\r
9490 Accents can be inserted via the math toolbar button \r
9491 \begin_inset Graphics\r
9492         filename ../images/math/hat.png\r
9493         scale 85\r
9494 \r
9495 \end_inset\r
9496 \r
9497  or the commands listed in the following subsections.\r
9498 \end_layout\r
9499 \r
9500 \begin_layout Subsection\r
9501 Accents for one Character\r
9502 \begin_inset ERT\r
9503 status collapsed\r
9504 \r
9505 \begin_layout Plain Layout\r
9506 \r
9507 \r
9508 \backslash\r
9509 texorpdfstring{\r
9510 \end_layout\r
9511 \r
9512 \end_inset\r
9513 \r
9514 \r
9515 \begin_inset Foot\r
9516 status collapsed\r
9517 \r
9518 \begin_layout Plain Layout\r
9519 accents in text see \r
9520 \begin_inset CommandInset ref\r
9521 LatexCommand ref\r
9522 reference "sub:Accents-in-Text"\r
9523 \r
9524 \end_inset\r
9525 \r
9526 \r
9527 \end_layout\r
9528 \r
9529 \end_inset\r
9530 \r
9531 \r
9532 \begin_inset ERT\r
9533 status collapsed\r
9534 \r
9535 \begin_layout Plain Layout\r
9536 \r
9537 }{}\r
9538 \end_layout\r
9539 \r
9540 \end_inset\r
9541 \r
9542 \r
9543 \begin_inset Note Note\r
9544 status collapsed\r
9545 \r
9546 \begin_layout Plain Layout\r
9547 \r
9548 \series bold\r
9549 \r
9550 \backslash\r
9551 texorpdfstring\r
9552 \series default\r
9553  is used to avoid that the footnote appears in the PDF-bookmark.\r
9554 \end_layout\r
9555 \r
9556 \begin_layout Plain Layout\r
9557 More about \r
9558 \series bold\r
9559 \r
9560 \backslash\r
9561 texorpdfstring\r
9562 \series default\r
9563  is in section \r
9564 \begin_inset CommandInset ref\r
9565 LatexCommand ref\r
9566 reference "sub:Formulas-in-Section"\r
9567 \r
9568 \end_inset\r
9569 \r
9570 .\r
9571 \end_layout\r
9572 \r
9573 \end_inset\r
9574 \r
9575 \r
9576 \begin_inset CommandInset label\r
9577 LatexCommand label\r
9578 name "sub:Accents-for-one"\r
9579 \r
9580 \end_inset\r
9581 \r
9582 \r
9583 \begin_inset Index idx\r
9584 status collapsed\r
9585 \r
9586 \begin_layout Plain Layout\r
9587 Accents ! for one character\r
9588 \end_layout\r
9589 \r
9590 \end_inset\r
9591 \r
9592 \r
9593 \end_layout\r
9594 \r
9595 \begin_layout Standard\r
9596 \begin_inset space \hfill{}\r
9597 \end_inset\r
9598 \r
9599 \r
9600 \begin_inset Tabular\r
9601 <lyxtabular version="3" rows="8" columns="2">\r
9602 <features tabularvalignment="middle">\r
9603 <column alignment="center" valignment="top" width="0pt">\r
9604 <column alignment="center" valignment="top" width="0pt">\r
9605 <row>\r
9606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
9607 \begin_inset Text\r
9608 \r
9609 \begin_layout Plain Layout\r
9610 Command\r
9611 \end_layout\r
9612 \r
9613 \end_inset\r
9614 </cell>\r
9615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9616 \begin_inset Text\r
9617 \r
9618 \begin_layout Plain Layout\r
9619 Result\r
9620 \begin_inset Note Note\r
9621 status collapsed\r
9622 \r
9623 \begin_layout Plain Layout\r
9624 \r
9625 \series bold\r
9626 \r
9627 \backslash\r
9628 raisebox\r
9629 \series default\r
9630  is only used as spacer.\r
9631 \end_layout\r
9632 \r
9633 \end_inset\r
9634 \r
9635 \r
9636 \end_layout\r
9637 \r
9638 \end_inset\r
9639 </cell>\r
9640 </row>\r
9641 <row>\r
9642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
9643 \begin_inset Text\r
9644 \r
9645 \begin_layout Plain Layout\r
9646 \r
9647 \backslash\r
9648 dot\r
9649 \begin_inset ERT\r
9650 status collapsed\r
9651 \r
9652 \begin_layout Plain Layout\r
9653 \r
9654 \r
9655 \backslash\r
9656 spce \r
9657 \end_layout\r
9658 \r
9659 \end_inset\r
9660 \r
9661 A\r
9662 \end_layout\r
9663 \r
9664 \end_inset\r
9665 </cell>\r
9666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9667 \begin_inset Text\r
9668 \r
9669 \begin_layout Plain Layout\r
9670 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$\r
9671 \end_inset\r
9672 \r
9673 \r
9674 \end_layout\r
9675 \r
9676 \end_inset\r
9677 </cell>\r
9678 </row>\r
9679 <row>\r
9680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
9681 \begin_inset Text\r
9682 \r
9683 \begin_layout Plain Layout\r
9684 \r
9685 \backslash\r
9686 ddot\r
9687 \begin_inset ERT\r
9688 status collapsed\r
9689 \r
9690 \begin_layout Plain Layout\r
9691 \r
9692 \r
9693 \backslash\r
9694 spce \r
9695 \end_layout\r
9696 \r
9697 \end_inset\r
9698 \r
9699 A\r
9700 \end_layout\r
9701 \r
9702 \end_inset\r
9703 </cell>\r
9704 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9705 \begin_inset Text\r
9706 \r
9707 \begin_layout Plain Layout\r
9708 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$\r
9709 \end_inset\r
9710 \r
9711 \r
9712 \end_layout\r
9713 \r
9714 \end_inset\r
9715 </cell>\r
9716 </row>\r
9717 <row>\r
9718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
9719 \begin_inset Text\r
9720 \r
9721 \begin_layout Plain Layout\r
9722 \r
9723 \backslash\r
9724 dddot\r
9725 \begin_inset ERT\r
9726 status collapsed\r
9727 \r
9728 \begin_layout Plain Layout\r
9729 \r
9730 \r
9731 \backslash\r
9732 spce \r
9733 \end_layout\r
9734 \r
9735 \end_inset\r
9736 \r
9737 A\r
9738 \end_layout\r
9739 \r
9740 \end_inset\r
9741 </cell>\r
9742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9743 \begin_inset Text\r
9744 \r
9745 \begin_layout Plain Layout\r
9746 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$\r
9747 \end_inset\r
9748 \r
9749 \r
9750 \end_layout\r
9751 \r
9752 \end_inset\r
9753 </cell>\r
9754 </row>\r
9755 <row>\r
9756 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
9757 \begin_inset Text\r
9758 \r
9759 \begin_layout Plain Layout\r
9760 \r
9761 \backslash\r
9762 ddddot\r
9763 \begin_inset ERT\r
9764 status collapsed\r
9765 \r
9766 \begin_layout Plain Layout\r
9767 \r
9768 \r
9769 \backslash\r
9770 spce \r
9771 \end_layout\r
9772 \r
9773 \end_inset\r
9774 \r
9775 A\r
9776 \end_layout\r
9777 \r
9778 \end_inset\r
9779 </cell>\r
9780 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9781 \begin_inset Text\r
9782 \r
9783 \begin_layout Plain Layout\r
9784 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$\r
9785 \end_inset\r
9786 \r
9787 \r
9788 \end_layout\r
9789 \r
9790 \end_inset\r
9791 </cell>\r
9792 </row>\r
9793 <row>\r
9794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
9795 \begin_inset Text\r
9796 \r
9797 \begin_layout Plain Layout\r
9798 \r
9799 \backslash\r
9800 vec\r
9801 \begin_inset ERT\r
9802 status collapsed\r
9803 \r
9804 \begin_layout Plain Layout\r
9805 \r
9806 \r
9807 \backslash\r
9808 spce \r
9809 \end_layout\r
9810 \r
9811 \end_inset\r
9812 \r
9813 A\r
9814 \begin_inset Index idx\r
9815 status collapsed\r
9816 \r
9817 \begin_layout Plain Layout\r
9818 Vectors\r
9819 \end_layout\r
9820 \r
9821 \end_inset\r
9822 \r
9823 \r
9824 \end_layout\r
9825 \r
9826 \end_inset\r
9827 </cell>\r
9828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9829 \begin_inset Text\r
9830 \r
9831 \begin_layout Plain Layout\r
9832 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$\r
9833 \end_inset\r
9834 \r
9835 \r
9836 \end_layout\r
9837 \r
9838 \end_inset\r
9839 </cell>\r
9840 </row>\r
9841 <row>\r
9842 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
9843 \begin_inset Text\r
9844 \r
9845 \begin_layout Plain Layout\r
9846 \r
9847 \backslash\r
9848 bar\r
9849 \begin_inset ERT\r
9850 status collapsed\r
9851 \r
9852 \begin_layout Plain Layout\r
9853 \r
9854 \r
9855 \backslash\r
9856 spce \r
9857 \end_layout\r
9858 \r
9859 \end_inset\r
9860 \r
9861 A\r
9862 \end_layout\r
9863 \r
9864 \end_inset\r
9865 </cell>\r
9866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9867 \begin_inset Text\r
9868 \r
9869 \begin_layout Plain Layout\r
9870 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$\r
9871 \end_inset\r
9872 \r
9873 \r
9874 \end_layout\r
9875 \r
9876 \end_inset\r
9877 </cell>\r
9878 </row>\r
9879 <row>\r
9880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
9881 \begin_inset Text\r
9882 \r
9883 \begin_layout Plain Layout\r
9884 \r
9885 \backslash\r
9886 mathring\r
9887 \begin_inset ERT\r
9888 status collapsed\r
9889 \r
9890 \begin_layout Plain Layout\r
9891 \r
9892 \r
9893 \backslash\r
9894 spce \r
9895 \end_layout\r
9896 \r
9897 \end_inset\r
9898 \r
9899 A\r
9900 \end_layout\r
9901 \r
9902 \end_inset\r
9903 </cell>\r
9904 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9905 \begin_inset Text\r
9906 \r
9907 \begin_layout Plain Layout\r
9908 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$\r
9909 \end_inset\r
9910 \r
9911 \r
9912 \end_layout\r
9913 \r
9914 \end_inset\r
9915 </cell>\r
9916 </row>\r
9917 </lyxtabular>\r
9918 \r
9919 \end_inset\r
9920 \r
9921 \r
9922 \begin_inset space \hfill{}\r
9923 \end_inset\r
9924 \r
9925 \r
9926 \begin_inset Tabular\r
9927 <lyxtabular version="3" rows="7" columns="2">\r
9928 <features tabularvalignment="middle">\r
9929 <column alignment="center" valignment="top" width="0pt">\r
9930 <column alignment="center" valignment="top" width="0pt">\r
9931 <row>\r
9932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
9933 \begin_inset Text\r
9934 \r
9935 \begin_layout Plain Layout\r
9936 Command\r
9937 \end_layout\r
9938 \r
9939 \end_inset\r
9940 </cell>\r
9941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9942 \begin_inset Text\r
9943 \r
9944 \begin_layout Plain Layout\r
9945 Result\r
9946 \end_layout\r
9947 \r
9948 \end_inset\r
9949 </cell>\r
9950 </row>\r
9951 <row>\r
9952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
9953 \begin_inset Text\r
9954 \r
9955 \begin_layout Plain Layout\r
9956 \r
9957 \backslash\r
9958 tilde\r
9959 \begin_inset ERT\r
9960 status collapsed\r
9961 \r
9962 \begin_layout Plain Layout\r
9963 \r
9964 \r
9965 \backslash\r
9966 spce \r
9967 \end_layout\r
9968 \r
9969 \end_inset\r
9970 \r
9971 A\r
9972 \end_layout\r
9973 \r
9974 \end_inset\r
9975 </cell>\r
9976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9977 \begin_inset Text\r
9978 \r
9979 \begin_layout Plain Layout\r
9980 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$\r
9981 \end_inset\r
9982 \r
9983 \r
9984 \end_layout\r
9985 \r
9986 \end_inset\r
9987 </cell>\r
9988 </row>\r
9989 <row>\r
9990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
9991 \begin_inset Text\r
9992 \r
9993 \begin_layout Plain Layout\r
9994 \r
9995 \backslash\r
9996 hat\r
9997 \begin_inset ERT\r
9998 status collapsed\r
9999 \r
10000 \begin_layout Plain Layout\r
10001 \r
10002 \r
10003 \backslash\r
10004 spce \r
10005 \end_layout\r
10006 \r
10007 \end_inset\r
10008 \r
10009 A\r
10010 \end_layout\r
10011 \r
10012 \end_inset\r
10013 </cell>\r
10014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10015 \begin_inset Text\r
10016 \r
10017 \begin_layout Plain Layout\r
10018 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$\r
10019 \end_inset\r
10020 \r
10021 \r
10022 \end_layout\r
10023 \r
10024 \end_inset\r
10025 </cell>\r
10026 </row>\r
10027 <row>\r
10028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10029 \begin_inset Text\r
10030 \r
10031 \begin_layout Plain Layout\r
10032 \r
10033 \backslash\r
10034 check\r
10035 \begin_inset ERT\r
10036 status collapsed\r
10037 \r
10038 \begin_layout Plain Layout\r
10039 \r
10040 \r
10041 \backslash\r
10042 spce \r
10043 \end_layout\r
10044 \r
10045 \end_inset\r
10046 \r
10047 A\r
10048 \end_layout\r
10049 \r
10050 \end_inset\r
10051 </cell>\r
10052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10053 \begin_inset Text\r
10054 \r
10055 \begin_layout Plain Layout\r
10056 \begin_inset Formula $\raisebox{5mm}{}\check{A}$\r
10057 \end_inset\r
10058 \r
10059 \r
10060 \end_layout\r
10061 \r
10062 \end_inset\r
10063 </cell>\r
10064 </row>\r
10065 <row>\r
10066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10067 \begin_inset Text\r
10068 \r
10069 \begin_layout Plain Layout\r
10070 \r
10071 \backslash\r
10072 acute\r
10073 \begin_inset ERT\r
10074 status collapsed\r
10075 \r
10076 \begin_layout Plain Layout\r
10077 \r
10078 \r
10079 \backslash\r
10080 spce \r
10081 \end_layout\r
10082 \r
10083 \end_inset\r
10084 \r
10085 A\r
10086 \end_layout\r
10087 \r
10088 \end_inset\r
10089 </cell>\r
10090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10091 \begin_inset Text\r
10092 \r
10093 \begin_layout Plain Layout\r
10094 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$\r
10095 \end_inset\r
10096 \r
10097 \r
10098 \end_layout\r
10099 \r
10100 \end_inset\r
10101 </cell>\r
10102 </row>\r
10103 <row>\r
10104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10105 \begin_inset Text\r
10106 \r
10107 \begin_layout Plain Layout\r
10108 \r
10109 \backslash\r
10110 grave\r
10111 \begin_inset ERT\r
10112 status collapsed\r
10113 \r
10114 \begin_layout Plain Layout\r
10115 \r
10116 \r
10117 \backslash\r
10118 spce \r
10119 \end_layout\r
10120 \r
10121 \end_inset\r
10122 \r
10123 A\r
10124 \end_layout\r
10125 \r
10126 \end_inset\r
10127 </cell>\r
10128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10129 \begin_inset Text\r
10130 \r
10131 \begin_layout Plain Layout\r
10132 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$\r
10133 \end_inset\r
10134 \r
10135 \r
10136 \end_layout\r
10137 \r
10138 \end_inset\r
10139 </cell>\r
10140 </row>\r
10141 <row>\r
10142 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10143 \begin_inset Text\r
10144 \r
10145 \begin_layout Plain Layout\r
10146 \r
10147 \backslash\r
10148 breve\r
10149 \begin_inset ERT\r
10150 status collapsed\r
10151 \r
10152 \begin_layout Plain Layout\r
10153 \r
10154 \r
10155 \backslash\r
10156 spce \r
10157 \end_layout\r
10158 \r
10159 \end_inset\r
10160 \r
10161 A\r
10162 \end_layout\r
10163 \r
10164 \end_inset\r
10165 </cell>\r
10166 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10167 \begin_inset Text\r
10168 \r
10169 \begin_layout Plain Layout\r
10170 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$\r
10171 \end_inset\r
10172 \r
10173 \r
10174 \end_layout\r
10175 \r
10176 \end_inset\r
10177 </cell>\r
10178 </row>\r
10179 </lyxtabular>\r
10180 \r
10181 \end_inset\r
10182 \r
10183 \r
10184 \begin_inset space \hfill{}\r
10185 \end_inset\r
10186 \r
10187 \r
10188 \end_layout\r
10189 \r
10190 \begin_layout Standard\r
10191 \begin_inset VSpace bigskip\r
10192 \end_inset\r
10193 \r
10194 \r
10195 \end_layout\r
10196 \r
10197 \begin_layout Standard\r
10198 You can directly insert accents like é to formulas.\r
10199  LyX will transform them to the corresponding accent command.\r
10200  For umlauts\r
10201 \begin_inset Index idx\r
10202 status collapsed\r
10203 \r
10204 \begin_layout Plain Layout\r
10205 Umlauts\r
10206 \end_layout\r
10207 \r
10208 \end_inset\r
10209 \r
10210  it is better to insert a quotation mark before the vowel.\r
10211  These two characters are then treated by LaTeX as \r
10212 \emph on\r
10213 one\r
10214 \emph default\r
10215  character when the formula part with the umlaut is marked as German.\r
10216  In contrary to \r
10217 \series bold\r
10218 \r
10219 \backslash\r
10220 ddot\r
10221 \series default\r
10222 , with this method \r
10223 \begin_inset Quotes eld\r
10224 \end_inset\r
10225 \r
10226 real\r
10227 \begin_inset Quotes erd\r
10228 \end_inset\r
10229 \r
10230  umlauts are created as demonstrated in the following example:\r
10231 \end_layout\r
10232 \r
10233 \begin_layout Standard\r
10234 \begin_inset VSpace -2mm\r
10235 \end_inset\r
10236 \r
10237 \r
10238 \end_layout\r
10239 \r
10240 \begin_layout Standard\r
10241 \align center\r
10242 \begin_inset Tabular\r
10243 <lyxtabular version="3" rows="3" columns="2">\r
10244 <features tabularvalignment="middle">\r
10245 <column alignment="center" valignment="top" width="0">\r
10246 <column alignment="center" valignment="top" width="0">\r
10247 <row>\r
10248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
10249 \begin_inset Text\r
10250 \r
10251 \begin_layout Plain Layout\r
10252 Command\r
10253 \end_layout\r
10254 \r
10255 \end_inset\r
10256 </cell>\r
10257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10258 \begin_inset Text\r
10259 \r
10260 \begin_layout Plain Layout\r
10261 Result\r
10262 \begin_inset Note Note\r
10263 status collapsed\r
10264 \r
10265 \begin_layout Plain Layout\r
10266 \r
10267 \series bold\r
10268 \r
10269 \backslash\r
10270 raisebox\r
10271 \series default\r
10272  and the 0\r
10273 \begin_inset space \thinspace{}\r
10274 \end_inset\r
10275 \r
10276 pt space are only used as spacer.\r
10277 \end_layout\r
10278 \r
10279 \end_inset\r
10280 \r
10281 \r
10282 \end_layout\r
10283 \r
10284 \end_inset\r
10285 </cell>\r
10286 </row>\r
10287 <row>\r
10288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
10289 \begin_inset Text\r
10290 \r
10291 \begin_layout Plain Layout\r
10292 \r
10293 \lang ngerman\r
10294 \begin_inset Quotes grd\r
10295 \end_inset\r
10296 \r
10297 i\r
10298 \end_layout\r
10299 \r
10300 \end_inset\r
10301 </cell>\r
10302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
10303 \begin_inset Text\r
10304 \r
10305 \begin_layout Plain Layout\r
10306 \begin_inset space \hspace{}\r
10307 \length 0pt\r
10308 \end_inset\r
10309 \r
10310 \r
10311 \lang ngerman\r
10312 \r
10313 \begin_inset Formula $"i$\r
10314 \end_inset\r
10315 \r
10316 \r
10317 \end_layout\r
10318 \r
10319 \end_inset\r
10320 </cell>\r
10321 </row>\r
10322 <row>\r
10323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
10324 \begin_inset Text\r
10325 \r
10326 \begin_layout Plain Layout\r
10327 \r
10328 \backslash\r
10329 ddot\r
10330 \begin_inset ERT\r
10331 status collapsed\r
10332 \r
10333 \begin_layout Plain Layout\r
10334 \r
10335 \r
10336 \backslash\r
10337 spce \r
10338 \end_layout\r
10339 \r
10340 \end_inset\r
10341 \r
10342 i\r
10343 \end_layout\r
10344 \r
10345 \end_inset\r
10346 </cell>\r
10347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10348 \begin_inset Text\r
10349 \r
10350 \begin_layout Plain Layout\r
10351 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$\r
10352 \end_inset\r
10353 \r
10354 \r
10355 \end_layout\r
10356 \r
10357 \end_inset\r
10358 </cell>\r
10359 </row>\r
10360 </lyxtabular>\r
10361 \r
10362 \end_inset\r
10363 \r
10364 \r
10365 \end_layout\r
10366 \r
10367 \begin_layout Standard\r
10368 Another advantage to \r
10369 \series bold\r
10370 \r
10371 \backslash\r
10372 ddot\r
10373 \series default\r
10374  is that umlauts can directly be converted to mathematical text because\r
10375  the accent commands above are \r
10376 \emph on\r
10377 not allowed\r
10378 \emph default\r
10379  \r
10380 \emph on\r
10381 in mathematical text\r
10382 \emph default\r
10383 .\r
10384  To convert an accented character to mathematical text, only the character\r
10385  under the accent may be converted.\r
10386  This applies also for all other conversions, e.\r
10387 \begin_inset space \thinspace{}\r
10388 \end_inset\r
10389 \r
10390 g.\r
10391 \begin_inset space \space{}\r
10392 \end_inset\r
10393 \r
10394 to italic or bold.\r
10395 \end_layout\r
10396 \r
10397 \begin_layout Standard\r
10398 In mathematical text, umlauts and other accented characters can directly\r
10399  be inserted.\r
10400 \end_layout\r
10401 \r
10402 \begin_layout Subsection\r
10403 Accents for several Characters\r
10404 \begin_inset Index idx\r
10405 status collapsed\r
10406 \r
10407 \begin_layout Plain Layout\r
10408 Accents ! for several characters\r
10409 \end_layout\r
10410 \r
10411 \end_inset\r
10412 \r
10413 \r
10414 \end_layout\r
10415 \r
10416 \begin_layout Standard\r
10417 \begin_inset space \hfill{}\r
10418 \end_inset\r
10419 \r
10420 \r
10421 \begin_inset Tabular\r
10422 <lyxtabular version="3" rows="5" columns="2">\r
10423 <features tabularvalignment="middle">\r
10424 <column alignment="center" valignment="top" width="0pt">\r
10425 <column alignment="center" valignment="top" width="0pt">\r
10426 <row>\r
10427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
10428 \begin_inset Text\r
10429 \r
10430 \begin_layout Plain Layout\r
10431 Command\r
10432 \end_layout\r
10433 \r
10434 \end_inset\r
10435 </cell>\r
10436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10437 \begin_inset Text\r
10438 \r
10439 \begin_layout Plain Layout\r
10440 Result\r
10441 \begin_inset Note Note\r
10442 status collapsed\r
10443 \r
10444 \begin_layout Plain Layout\r
10445 \r
10446 \series bold\r
10447 \r
10448 \backslash\r
10449 raisebox\r
10450 \series default\r
10451  is only used as spacer.\r
10452 \end_layout\r
10453 \r
10454 \end_inset\r
10455 \r
10456 \r
10457 \end_layout\r
10458 \r
10459 \end_inset\r
10460 </cell>\r
10461 </row>\r
10462 <row>\r
10463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
10464 \begin_inset Text\r
10465 \r
10466 \begin_layout Plain Layout\r
10467 \r
10468 \backslash\r
10469 overleftarrow\r
10470 \begin_inset ERT\r
10471 status collapsed\r
10472 \r
10473 \begin_layout Plain Layout\r
10474 \r
10475 \r
10476 \backslash\r
10477 spce \r
10478 \end_layout\r
10479 \r
10480 \end_inset\r
10481 \r
10482 A=B\r
10483 \end_layout\r
10484 \r
10485 \end_inset\r
10486 </cell>\r
10487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10488 \begin_inset Text\r
10489 \r
10490 \begin_layout Plain Layout\r
10491 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$\r
10492 \end_inset\r
10493 \r
10494 \r
10495 \end_layout\r
10496 \r
10497 \end_inset\r
10498 </cell>\r
10499 </row>\r
10500 <row>\r
10501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10502 \begin_inset Text\r
10503 \r
10504 \begin_layout Plain Layout\r
10505 \r
10506 \backslash\r
10507 underleftarrow\r
10508 \begin_inset ERT\r
10509 status collapsed\r
10510 \r
10511 \begin_layout Plain Layout\r
10512 \r
10513 \r
10514 \backslash\r
10515 spce \r
10516 \end_layout\r
10517 \r
10518 \end_inset\r
10519 \r
10520 A=B\r
10521 \end_layout\r
10522 \r
10523 \end_inset\r
10524 </cell>\r
10525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10526 \begin_inset Text\r
10527 \r
10528 \begin_layout Plain Layout\r
10529 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$\r
10530 \end_inset\r
10531 \r
10532 \r
10533 \end_layout\r
10534 \r
10535 \end_inset\r
10536 </cell>\r
10537 </row>\r
10538 <row>\r
10539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10540 \begin_inset Text\r
10541 \r
10542 \begin_layout Plain Layout\r
10543 \r
10544 \backslash\r
10545 overleftrightarrow\r
10546 \begin_inset ERT\r
10547 status collapsed\r
10548 \r
10549 \begin_layout Plain Layout\r
10550 \r
10551 \r
10552 \backslash\r
10553 spce \r
10554 \end_layout\r
10555 \r
10556 \end_inset\r
10557 \r
10558 A=B\r
10559 \end_layout\r
10560 \r
10561 \end_inset\r
10562 </cell>\r
10563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10564 \begin_inset Text\r
10565 \r
10566 \begin_layout Plain Layout\r
10567 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$\r
10568 \end_inset\r
10569 \r
10570 \r
10571 \end_layout\r
10572 \r
10573 \end_inset\r
10574 </cell>\r
10575 </row>\r
10576 <row>\r
10577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10578 \begin_inset Text\r
10579 \r
10580 \begin_layout Plain Layout\r
10581 \r
10582 \backslash\r
10583 underleftrightarrow\r
10584 \begin_inset ERT\r
10585 status collapsed\r
10586 \r
10587 \begin_layout Plain Layout\r
10588 \r
10589 \r
10590 \backslash\r
10591 spce \r
10592 \end_layout\r
10593 \r
10594 \end_inset\r
10595 \r
10596 A=B\r
10597 \end_layout\r
10598 \r
10599 \end_inset\r
10600 </cell>\r
10601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10602 \begin_inset Text\r
10603 \r
10604 \begin_layout Plain Layout\r
10605 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$\r
10606 \end_inset\r
10607 \r
10608 \r
10609 \end_layout\r
10610 \r
10611 \end_inset\r
10612 </cell>\r
10613 </row>\r
10614 </lyxtabular>\r
10615 \r
10616 \end_inset\r
10617 \r
10618 \r
10619 \begin_inset space \hfill{}\r
10620 \end_inset\r
10621 \r
10622 \r
10623 \begin_inset Tabular\r
10624 <lyxtabular version="3" rows="5" columns="2">\r
10625 <features tabularvalignment="middle">\r
10626 <column alignment="center" valignment="top" width="0pt">\r
10627 <column alignment="center" valignment="top" width="0pt">\r
10628 <row>\r
10629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
10630 \begin_inset Text\r
10631 \r
10632 \begin_layout Plain Layout\r
10633 Command\r
10634 \end_layout\r
10635 \r
10636 \end_inset\r
10637 </cell>\r
10638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10639 \begin_inset Text\r
10640 \r
10641 \begin_layout Plain Layout\r
10642 Result\r
10643 \end_layout\r
10644 \r
10645 \end_inset\r
10646 </cell>\r
10647 </row>\r
10648 <row>\r
10649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
10650 \begin_inset Text\r
10651 \r
10652 \begin_layout Plain Layout\r
10653 \r
10654 \backslash\r
10655 overrightarrow\r
10656 \begin_inset ERT\r
10657 status collapsed\r
10658 \r
10659 \begin_layout Plain Layout\r
10660 \r
10661 \r
10662 \backslash\r
10663 spce \r
10664 \end_layout\r
10665 \r
10666 \end_inset\r
10667 \r
10668 A=B\r
10669 \end_layout\r
10670 \r
10671 \end_inset\r
10672 </cell>\r
10673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10674 \begin_inset Text\r
10675 \r
10676 \begin_layout Plain Layout\r
10677 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$\r
10678 \end_inset\r
10679 \r
10680 \r
10681 \end_layout\r
10682 \r
10683 \end_inset\r
10684 </cell>\r
10685 </row>\r
10686 <row>\r
10687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10688 \begin_inset Text\r
10689 \r
10690 \begin_layout Plain Layout\r
10691 \r
10692 \backslash\r
10693 underrightarrow\r
10694 \begin_inset ERT\r
10695 status collapsed\r
10696 \r
10697 \begin_layout Plain Layout\r
10698 \r
10699 \r
10700 \backslash\r
10701 spce \r
10702 \end_layout\r
10703 \r
10704 \end_inset\r
10705 \r
10706 A=B\r
10707 \end_layout\r
10708 \r
10709 \end_inset\r
10710 </cell>\r
10711 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10712 \begin_inset Text\r
10713 \r
10714 \begin_layout Plain Layout\r
10715 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$\r
10716 \end_inset\r
10717 \r
10718 \r
10719 \end_layout\r
10720 \r
10721 \end_inset\r
10722 </cell>\r
10723 </row>\r
10724 <row>\r
10725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10726 \begin_inset Text\r
10727 \r
10728 \begin_layout Plain Layout\r
10729 \r
10730 \backslash\r
10731 widetilde\r
10732 \begin_inset ERT\r
10733 status collapsed\r
10734 \r
10735 \begin_layout Plain Layout\r
10736 \r
10737 \r
10738 \backslash\r
10739 spce \r
10740 \end_layout\r
10741 \r
10742 \end_inset\r
10743 \r
10744 A=B\r
10745 \end_layout\r
10746 \r
10747 \end_inset\r
10748 </cell>\r
10749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10750 \begin_inset Text\r
10751 \r
10752 \begin_layout Plain Layout\r
10753 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$\r
10754 \end_inset\r
10755 \r
10756 \r
10757 \end_layout\r
10758 \r
10759 \end_inset\r
10760 </cell>\r
10761 </row>\r
10762 <row>\r
10763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10764 \begin_inset Text\r
10765 \r
10766 \begin_layout Plain Layout\r
10767 \r
10768 \backslash\r
10769 widehat\r
10770 \begin_inset ERT\r
10771 status collapsed\r
10772 \r
10773 \begin_layout Plain Layout\r
10774 \r
10775 \r
10776 \backslash\r
10777 spce \r
10778 \end_layout\r
10779 \r
10780 \end_inset\r
10781 \r
10782 A=B\r
10783 \end_layout\r
10784 \r
10785 \end_inset\r
10786 </cell>\r
10787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10788 \begin_inset Text\r
10789 \r
10790 \begin_layout Plain Layout\r
10791 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$\r
10792 \end_inset\r
10793 \r
10794 \r
10795 \end_layout\r
10796 \r
10797 \end_inset\r
10798 </cell>\r
10799 </row>\r
10800 </lyxtabular>\r
10801 \r
10802 \end_inset\r
10803 \r
10804 \r
10805 \begin_inset space \hfill{}\r
10806 \end_inset\r
10807 \r
10808 \r
10809 \end_layout\r
10810 \r
10811 \begin_layout Standard\r
10812 \begin_inset VSpace medskip\r
10813 \end_inset\r
10814 \r
10815 With these commands as many characters as you like can be accented.\r
10816  But the accents \r
10817 \series bold\r
10818 \r
10819 \backslash\r
10820 widetilde\r
10821 \series default\r
10822  and \r
10823 \series bold\r
10824 \r
10825 \backslash\r
10826 widehat\r
10827 \series default\r
10828  will only be set in the output with a length of three characters, as shown\r
10829  in the following example:\r
10830 \begin_inset Formula \r
10831 \[\r
10832 \widetilde{A+B=C-D}\r
10833 \]\r
10834 \r
10835 \end_inset\r
10836 \r
10837 \r
10838 \end_layout\r
10839 \r
10840 \begin_layout Standard\r
10841 With the commands \r
10842 \series bold\r
10843 \r
10844 \backslash\r
10845 overset\r
10846 \series default\r
10847 \r
10848 \begin_inset Index idx\r
10849 status collapsed\r
10850 \r
10851 \begin_layout Plain Layout\r
10852 Commands ! O ! \r
10853 \backslash\r
10854 overset\r
10855 \end_layout\r
10856 \r
10857 \end_inset\r
10858 \r
10859  and \r
10860 \series bold\r
10861 \r
10862 \backslash\r
10863 underset\r
10864 \series default\r
10865 \r
10866 \begin_inset Index idx\r
10867 status collapsed\r
10868 \r
10869 \begin_layout Plain Layout\r
10870 Commands ! U ! \r
10871 \backslash\r
10872 underset\r
10873 \end_layout\r
10874 \r
10875 \end_inset\r
10876 \r
10877  described in the previous subsection it is also possible to accent several\r
10878  characters.\r
10879  The command \r
10880 \series bold\r
10881 \r
10882 \backslash\r
10883 underset\r
10884 \begin_inset ERT\r
10885 status collapsed\r
10886 \r
10887 \begin_layout Plain Layout\r
10888 \r
10889 \r
10890 \backslash\r
10891 spce \r
10892 \end_layout\r
10893 \r
10894 \end_inset\r
10895 \r
10896 A=B\r
10897 \begin_inset Formula $\downarrow$\r
10898 \end_inset\r
10899 \r
10900 ***\r
10901 \series default\r
10902  creates:\r
10903 \begin_inset Formula \r
10904 \[\r
10905 \underset{***}{A=B}\r
10906 \]\r
10907 \r
10908 \end_inset\r
10909 \r
10910 \r
10911 \end_layout\r
10912 \r
10913 \begin_layout Standard\r
10914 \begin_inset Newpage newpage\r
10915 \end_inset\r
10916 \r
10917 \r
10918 \end_layout\r
10919 \r
10920 \begin_layout Section\r
10921 Space\r
10922 \begin_inset CommandInset label\r
10923 LatexCommand label\r
10924 name "sub:Space"\r
10925 \r
10926 \end_inset\r
10927 \r
10928 \r
10929 \begin_inset Index idx\r
10930 status collapsed\r
10931 \r
10932 \begin_layout Plain Layout\r
10933 Space ! horizontal\r
10934 \end_layout\r
10935 \r
10936 \end_inset\r
10937 \r
10938 \r
10939 \end_layout\r
10940 \r
10941 \begin_layout Subsection\r
10942 Predefined Space\r
10943 \begin_inset CommandInset label\r
10944 LatexCommand label\r
10945 name "sub:Predefined-Space"\r
10946 \r
10947 \end_inset\r
10948 \r
10949 \r
10950 \begin_inset Index idx\r
10951 status collapsed\r
10952 \r
10953 \begin_layout Plain Layout\r
10954 Space ! horizontal ! predefined\r
10955 \end_layout\r
10956 \r
10957 \end_inset\r
10958 \r
10959 \r
10960 \end_layout\r
10961 \r
10962 \begin_layout Standard\r
10963 Sometimes it is necessary to insert horizontal space into a formula.\r
10964  This is done by inserting a protected space (shortcut \r
10965 \begin_inset Info\r
10966 type  "shortcut"\r
10967 arg   "command-alternatives space-insert protected ; math-space"\r
10968 \end_inset\r
10969 \r
10970 ).\r
10971  A \r
10972 \begin_inset Quotes eld\r
10973 \end_inset\r
10974 \r
10975 \r
10976 \color blue\r
10977 \r
10978 \begin_inset ERT\r
10979 status collapsed\r
10980 \r
10981 \begin_layout Plain Layout\r
10982 \r
10983 \r
10984 \backslash\r
10985 spce \r
10986 \end_layout\r
10987 \r
10988 \end_inset\r
10989 \r
10990 \r
10991 \color inherit\r
10992 \r
10993 \begin_inset Quotes erd\r
10994 \end_inset\r
10995 \r
10996  appears and by pressing \r
10997 \family sans\r
10998 Space\r
10999 \family default\r
11000  several times one can select one of eight different space sizes.\r
11001  The spaces can also be inserted using the math toolbar button \r
11002 \begin_inset Graphics\r
11003         filename ../images/math/space.png\r
11004         scale 85\r
11005 \r
11006 \end_inset\r
11007 \r
11008  or special commands.\r
11009  Independent from the inserted command, one can select the size again by\r
11010  pressing \r
11011 \family sans\r
11012 Space\r
11013 \family default\r
11014  afterwards.\r
11015 \end_layout\r
11016 \r
11017 \begin_layout Standard\r
11018 \noindent\r
11019 \align center\r
11020 \begin_inset VSpace -5mm\r
11021 \end_inset\r
11022 \r
11023 \r
11024 \begin_inset Tabular\r
11025 <lyxtabular version="3" rows="3" columns="7">\r
11026 <features tabularvalignment="middle">\r
11027 <column alignment="center" valignment="middle" width="6.8cm">\r
11028 <column alignment="center" valignment="top" width="0">\r
11029 <column alignment="center" valignment="top" width="0">\r
11030 <column alignment="center" valignment="top" width="0">\r
11031 <column alignment="center" valignment="top" width="0">\r
11032 <column alignment="center" valignment="top" width="0">\r
11033 <column alignment="center" valignment="top" width="0">\r
11034 <row>\r
11035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11036 \begin_inset Text\r
11037 \r
11038 \begin_layout Plain Layout\r
11039 Command\r
11040 \end_layout\r
11041 \r
11042 \end_inset\r
11043 </cell>\r
11044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11045 \begin_inset Text\r
11046 \r
11047 \begin_layout Plain Layout\r
11048 \r
11049 \backslash\r
11050 ,\r
11051 \end_layout\r
11052 \r
11053 \end_inset\r
11054 </cell>\r
11055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11056 \begin_inset Text\r
11057 \r
11058 \begin_layout Plain Layout\r
11059 \r
11060 \backslash\r
11061 :\r
11062 \end_layout\r
11063 \r
11064 \end_inset\r
11065 </cell>\r
11066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11067 \begin_inset Text\r
11068 \r
11069 \begin_layout Plain Layout\r
11070 \r
11071 \backslash\r
11072 ;\r
11073 \end_layout\r
11074 \r
11075 \end_inset\r
11076 </cell>\r
11077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11078 \begin_inset Text\r
11079 \r
11080 \begin_layout Plain Layout\r
11081 \r
11082 \backslash\r
11083 quad\r
11084 \end_layout\r
11085 \r
11086 \end_inset\r
11087 </cell>\r
11088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11089 \begin_inset Text\r
11090 \r
11091 \begin_layout Plain Layout\r
11092 \r
11093 \backslash\r
11094 qquad\r
11095 \end_layout\r
11096 \r
11097 \end_inset\r
11098 </cell>\r
11099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
11100 \begin_inset Text\r
11101 \r
11102 \begin_layout Plain Layout\r
11103 \r
11104 \backslash\r
11105 !\r
11106 \end_layout\r
11107 \r
11108 \end_inset\r
11109 </cell>\r
11110 </row>\r
11111 <row>\r
11112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11113 \begin_inset Text\r
11114 \r
11115 \begin_layout Plain Layout\r
11116 Number of \r
11117 \family sans\r
11118 Space\r
11119 \family default\r
11120  keystrokes after inserting the protected space\r
11121 \end_layout\r
11122 \r
11123 \end_inset\r
11124 </cell>\r
11125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11126 \begin_inset Text\r
11127 \r
11128 \begin_layout Plain Layout\r
11129 0\r
11130 \end_layout\r
11131 \r
11132 \end_inset\r
11133 </cell>\r
11134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11135 \begin_inset Text\r
11136 \r
11137 \begin_layout Plain Layout\r
11138 1\r
11139 \end_layout\r
11140 \r
11141 \end_inset\r
11142 </cell>\r
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11144 \begin_inset Text\r
11145 \r
11146 \begin_layout Plain Layout\r
11147 2\r
11148 \end_layout\r
11149 \r
11150 \end_inset\r
11151 </cell>\r
11152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11153 \begin_inset Text\r
11154 \r
11155 \begin_layout Plain Layout\r
11156 3\r
11157 \end_layout\r
11158 \r
11159 \end_inset\r
11160 </cell>\r
11161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11162 \begin_inset Text\r
11163 \r
11164 \begin_layout Plain Layout\r
11165 4\r
11166 \end_layout\r
11167 \r
11168 \end_inset\r
11169 </cell>\r
11170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
11171 \begin_inset Text\r
11172 \r
11173 \begin_layout Plain Layout\r
11174 5\r
11175 \end_layout\r
11176 \r
11177 \end_inset\r
11178 </cell>\r
11179 </row>\r
11180 <row>\r
11181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11182 \begin_inset Text\r
11183 \r
11184 \begin_layout Plain Layout\r
11185 Result\r
11186 \end_layout\r
11187 \r
11188 \end_inset\r
11189 </cell>\r
11190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11191 \begin_inset Text\r
11192 \r
11193 \begin_layout Plain Layout\r
11194 \begin_inset Formula $A\, B$\r
11195 \end_inset\r
11196 \r
11197 \r
11198 \end_layout\r
11199 \r
11200 \end_inset\r
11201 </cell>\r
11202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11203 \begin_inset Text\r
11204 \r
11205 \begin_layout Plain Layout\r
11206 \begin_inset Formula $A\: B$\r
11207 \end_inset\r
11208 \r
11209 \r
11210 \end_layout\r
11211 \r
11212 \end_inset\r
11213 </cell>\r
11214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11215 \begin_inset Text\r
11216 \r
11217 \begin_layout Plain Layout\r
11218 \begin_inset Formula $A\; B$\r
11219 \end_inset\r
11220 \r
11221 \r
11222 \end_layout\r
11223 \r
11224 \end_inset\r
11225 </cell>\r
11226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11227 \begin_inset Text\r
11228 \r
11229 \begin_layout Plain Layout\r
11230 \begin_inset Formula $A\quad B$\r
11231 \end_inset\r
11232 \r
11233 \r
11234 \end_layout\r
11235 \r
11236 \end_inset\r
11237 </cell>\r
11238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11239 \begin_inset Text\r
11240 \r
11241 \begin_layout Plain Layout\r
11242 \begin_inset Formula $A\qquad B$\r
11243 \end_inset\r
11244 \r
11245 \r
11246 \end_layout\r
11247 \r
11248 \end_inset\r
11249 </cell>\r
11250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
11251 \begin_inset Text\r
11252 \r
11253 \begin_layout Plain Layout\r
11254 \begin_inset Formula $A\! B$\r
11255 \end_inset\r
11256 \r
11257 \r
11258 \end_layout\r
11259 \r
11260 \end_inset\r
11261 </cell>\r
11262 </row>\r
11263 </lyxtabular>\r
11264 \r
11265 \end_inset\r
11266 \r
11267 \r
11268 \end_layout\r
11269 \r
11270 \begin_layout Standard\r
11271 The last size seem to produce no space.\r
11272  It is displayed red in LyX contrary to the other sizes, because it is a\r
11273  negative space.\r
11274  There are two more negative spaces:\r
11275 \end_layout\r
11276 \r
11277 \begin_layout Standard\r
11278 \align center\r
11279 \begin_inset Tabular\r
11280 <lyxtabular version="3" rows="3" columns="3">\r
11281 <features tabularvalignment="middle">\r
11282 <column alignment="center" valignment="middle" width="6.8cm">\r
11283 <column alignment="center" valignment="top" width="0pt">\r
11284 <column alignment="center" valignment="top" width="0pt">\r
11285 <row>\r
11286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11287 \begin_inset Text\r
11288 \r
11289 \begin_layout Plain Layout\r
11290 Command\r
11291 \end_layout\r
11292 \r
11293 \end_inset\r
11294 </cell>\r
11295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11296 \begin_inset Text\r
11297 \r
11298 \begin_layout Plain Layout\r
11299 \r
11300 \backslash\r
11301 negmedspace\r
11302 \end_layout\r
11303 \r
11304 \end_inset\r
11305 </cell>\r
11306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
11307 \begin_inset Text\r
11308 \r
11309 \begin_layout Plain Layout\r
11310 \r
11311 \backslash\r
11312 negthickspace\r
11313 \end_layout\r
11314 \r
11315 \end_inset\r
11316 </cell>\r
11317 </row>\r
11318 <row>\r
11319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
11320 \begin_inset Text\r
11321 \r
11322 \begin_layout Plain Layout\r
11323 Number of \r
11324 \family sans\r
11325 Space\r
11326 \family default\r
11327  keystrokes after inserting the protected space\r
11328 \end_layout\r
11329 \r
11330 \end_inset\r
11331 </cell>\r
11332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
11333 \begin_inset Text\r
11334 \r
11335 \begin_layout Plain Layout\r
11336 6\r
11337 \end_layout\r
11338 \r
11339 \end_inset\r
11340 </cell>\r
11341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
11342 \begin_inset Text\r
11343 \r
11344 \begin_layout Plain Layout\r
11345 7\r
11346 \end_layout\r
11347 \r
11348 \end_inset\r
11349 </cell>\r
11350 </row>\r
11351 <row>\r
11352 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
11353 \begin_inset Text\r
11354 \r
11355 \begin_layout Plain Layout\r
11356 Result\r
11357 \end_layout\r
11358 \r
11359 \end_inset\r
11360 </cell>\r
11361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
11362 \begin_inset Text\r
11363 \r
11364 \begin_layout Plain Layout\r
11365 \begin_inset Formula $A\negmedspace B$\r
11366 \end_inset\r
11367 \r
11368 \r
11369 \end_layout\r
11370 \r
11371 \end_inset\r
11372 </cell>\r
11373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
11374 \begin_inset Text\r
11375 \r
11376 \begin_layout Plain Layout\r
11377 \begin_inset Formula $A\negthickspace B$\r
11378 \end_inset\r
11379 \r
11380 \r
11381 \end_layout\r
11382 \r
11383 \end_inset\r
11384 </cell>\r
11385 </row>\r
11386 </lyxtabular>\r
11387 \r
11388 \end_inset\r
11389 \r
11390 \r
11391 \end_layout\r
11392 \r
11393 \begin_layout Standard\r
11394 Negative spaces can lead to characters overlapping each other.\r
11395  Thus they can be used to enforce ligatures, which are e.\r
11396 \begin_inset space \thinspace{}\r
11397 \end_inset\r
11398 \r
11399 g.\r
11400 \begin_inset space \space{}\r
11401 \end_inset\r
11402 \r
11403 useful for summation operators:\r
11404 \end_layout\r
11405 \r
11406 \begin_layout Standard\r
11407 \align center\r
11408 \begin_inset Tabular\r
11409 <lyxtabular version="3" rows="3" columns="2">\r
11410 <features tabularvalignment="middle">\r
11411 <column alignment="center" valignment="top" width="0">\r
11412 <column alignment="center" valignment="top" width="0">\r
11413 <row>\r
11414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11415 \begin_inset Text\r
11416 \r
11417 \begin_layout Plain Layout\r
11418 Command\r
11419 \end_layout\r
11420 \r
11421 \end_inset\r
11422 </cell>\r
11423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
11424 \begin_inset Text\r
11425 \r
11426 \begin_layout Plain Layout\r
11427 Result\r
11428 \begin_inset Note Note\r
11429 status collapsed\r
11430 \r
11431 \begin_layout Plain Layout\r
11432 \r
11433 \series bold\r
11434 \r
11435 \backslash\r
11436 raisebox\r
11437 \series default\r
11438  is only used as spacer.\r
11439 \end_layout\r
11440 \r
11441 \end_inset\r
11442 \r
11443 \r
11444 \end_layout\r
11445 \r
11446 \end_inset\r
11447 </cell>\r
11448 </row>\r
11449 <row>\r
11450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11451 \begin_inset Text\r
11452 \r
11453 \begin_layout Plain Layout\r
11454 \r
11455 \backslash\r
11456 sum\r
11457 \backslash\r
11458 sum\r
11459 \begin_inset ERT\r
11460 status collapsed\r
11461 \r
11462 \begin_layout Plain Layout\r
11463 \r
11464 \r
11465 \backslash\r
11466 spce \r
11467 \end_layout\r
11468 \r
11469 \end_inset\r
11470 \r
11471 f_kl\r
11472 \end_layout\r
11473 \r
11474 \end_inset\r
11475 </cell>\r
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
11477 \begin_inset Text\r
11478 \r
11479 \begin_layout Plain Layout\r
11480 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$\r
11481 \end_inset\r
11482 \r
11483 \r
11484 \end_layout\r
11485 \r
11486 \end_inset\r
11487 </cell>\r
11488 </row>\r
11489 <row>\r
11490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11491 \begin_inset Text\r
11492 \r
11493 \begin_layout Plain Layout\r
11494 \r
11495 \backslash\r
11496 sum\r
11497 \backslash\r
11498 negmedspace\r
11499 \backslash\r
11500 sum\r
11501 \begin_inset ERT\r
11502 status collapsed\r
11503 \r
11504 \begin_layout Plain Layout\r
11505 \r
11506 \r
11507 \backslash\r
11508 spce \r
11509 \end_layout\r
11510 \r
11511 \end_inset\r
11512 \r
11513 f_kl\r
11514 \end_layout\r
11515 \r
11516 \end_inset\r
11517 </cell>\r
11518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
11519 \begin_inset Text\r
11520 \r
11521 \begin_layout Plain Layout\r
11522 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$\r
11523 \end_inset\r
11524 \r
11525 \r
11526 \end_layout\r
11527 \r
11528 \end_inset\r
11529 </cell>\r
11530 </row>\r
11531 </lyxtabular>\r
11532 \r
11533 \end_inset\r
11534 \r
11535 \r
11536 \end_layout\r
11537 \r
11538 \begin_layout Standard\r
11539 Relations like for example equal signs, are always surrounded by space.\r
11540  To suppress this, the equal sign is placed into a TeX-brace.\r
11541  The following example demonstrates this:\r
11542 \end_layout\r
11543 \r
11544 \begin_layout Standard\r
11545 \align center\r
11546 \begin_inset Tabular\r
11547 <lyxtabular version="3" rows="2" columns="2">\r
11548 <features tabularvalignment="middle">\r
11549 <column alignment="center" valignment="top" width="0pt">\r
11550 <column alignment="center" valignment="top" width="0pt">\r
11551 <row>\r
11552 <cell alignment="center" valignment="top" usebox="none">\r
11553 \begin_inset Text\r
11554 \r
11555 \begin_layout Plain Layout\r
11556 normal equation\r
11557 \end_layout\r
11558 \r
11559 \end_inset\r
11560 </cell>\r
11561 <cell alignment="center" valignment="top" usebox="none">\r
11562 \begin_inset Text\r
11563 \r
11564 \begin_layout Plain Layout\r
11565 \begin_inset Formula $A=B$\r
11566 \end_inset\r
11567 \r
11568 \r
11569 \end_layout\r
11570 \r
11571 \end_inset\r
11572 </cell>\r
11573 </row>\r
11574 <row>\r
11575 <cell alignment="center" valignment="top" usebox="none">\r
11576 \begin_inset Text\r
11577 \r
11578 \begin_layout Plain Layout\r
11579 \begin_inset Note Note\r
11580 status collapsed\r
11581 \r
11582 \begin_layout Plain Layout\r
11583 \r
11584 \series bold\r
11585 \r
11586 \backslash\r
11587 raisebox\r
11588 \series default\r
11589  is only used as spacer.\r
11590 \end_layout\r
11591 \r
11592 \end_inset\r
11593 \r
11594 \r
11595 \begin_inset Formula $\raisebox{5mm}{}$\r
11596 \end_inset\r
11597 \r
11598 equation without space\r
11599 \end_layout\r
11600 \r
11601 \end_inset\r
11602 </cell>\r
11603 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">\r
11604 \begin_inset Text\r
11605 \r
11606 \begin_layout Plain Layout\r
11607 \begin_inset Formula $A{=}B$\r
11608 \end_inset\r
11609 \r
11610 \r
11611 \end_layout\r
11612 \r
11613 \end_inset\r
11614 </cell>\r
11615 </row>\r
11616 </lyxtabular>\r
11617 \r
11618 \end_inset\r
11619 \r
11620 \r
11621 \end_layout\r
11622 \r
11623 \begin_layout Standard\r
11624 \noindent\r
11625 The command for the last formula is: \r
11626 \series bold\r
11627 A\r
11628 \backslash\r
11629 {=\r
11630 \begin_inset Formula $\to$\r
11631 \end_inset\r
11632 \r
11633 B\r
11634 \end_layout\r
11635 \r
11636 \begin_layout Standard\r
11637 \begin_inset VSpace bigskip\r
11638 \end_inset\r
11639 \r
11640 Spaces are needed for physical units, because the space between the value\r
11641  and the unit is the smallest one and not a normal space.\r
11642  For units in text, the smallest space is inserted via the menu \r
11643 \family sans\r
11644 Insert\SpecialChar \menuseparator\r
11645 Formatting\SpecialChar \menuseparator\r
11646 Thin\r
11647 \begin_inset space ~\r
11648 \end_inset\r
11649 \r
11650 Space\r
11651 \family default\r
11652  (shortcut \r
11653 \begin_inset Info\r
11654 type  "shortcut"\r
11655 arg   "space-insert thin"\r
11656 \end_inset\r
11657 \r
11658 ).\r
11659 \end_layout\r
11660 \r
11661 \begin_layout Standard\r
11662 An example to visualize the difference:\r
11663 \end_layout\r
11664 \r
11665 \begin_layout Standard\r
11666 \begin_inset Tabular\r
11667 <lyxtabular version="3" rows="2" columns="2">\r
11668 <features tabularvalignment="middle">\r
11669 <column alignment="left" valignment="top" width="0">\r
11670 <column alignment="left" valignment="top" width="0">\r
11671 <row>\r
11672 <cell alignment="center" valignment="top" usebox="none">\r
11673 \begin_inset Text\r
11674 \r
11675 \begin_layout Plain Layout\r
11676 24 kW\r
11677 \begin_inset Formula $\cdot$\r
11678 \end_inset\r
11679 \r
11680 h\r
11681 \end_layout\r
11682 \r
11683 \end_inset\r
11684 </cell>\r
11685 <cell alignment="center" valignment="top" usebox="none">\r
11686 \begin_inset Text\r
11687 \r
11688 \begin_layout Plain Layout\r
11689 space between value and unit\r
11690 \end_layout\r
11691 \r
11692 \end_inset\r
11693 </cell>\r
11694 </row>\r
11695 <row>\r
11696 <cell alignment="center" valignment="top" usebox="none">\r
11697 \begin_inset Text\r
11698 \r
11699 \begin_layout Plain Layout\r
11700 24\r
11701 \begin_inset space \thinspace{}\r
11702 \end_inset\r
11703 \r
11704 kW\r
11705 \begin_inset Formula $\cdot$\r
11706 \end_inset\r
11707 \r
11708 h\r
11709 \end_layout\r
11710 \r
11711 \end_inset\r
11712 </cell>\r
11713 <cell alignment="center" valignment="top" usebox="none">\r
11714 \begin_inset Text\r
11715 \r
11716 \begin_layout Plain Layout\r
11717 smallest space between value and unit\r
11718 \end_layout\r
11719 \r
11720 \end_inset\r
11721 </cell>\r
11722 </row>\r
11723 </lyxtabular>\r
11724 \r
11725 \end_inset\r
11726 \r
11727 \r
11728 \end_layout\r
11729 \r
11730 \begin_layout Subsection\r
11731 Variable Space\r
11732 \begin_inset ERT\r
11733 status collapsed\r
11734 \r
11735 \begin_layout Plain Layout\r
11736 \r
11737 \r
11738 \backslash\r
11739 texorpdfstring{\r
11740 \end_layout\r
11741 \r
11742 \end_inset\r
11743 \r
11744 \r
11745 \begin_inset Foot\r
11746 status collapsed\r
11747 \r
11748 \begin_layout Plain Layout\r
11749 for vertical space in formulas see \r
11750 \begin_inset CommandInset ref\r
11751 LatexCommand ref\r
11752 reference "sub:Line-Separation"\r
11753 \r
11754 \end_inset\r
11755 \r
11756 \r
11757 \end_layout\r
11758 \r
11759 \end_inset\r
11760 \r
11761 \r
11762 \begin_inset ERT\r
11763 status collapsed\r
11764 \r
11765 \begin_layout Plain Layout\r
11766 \r
11767 }{}\r
11768 \end_layout\r
11769 \r
11770 \end_inset\r
11771 \r
11772 \r
11773 \begin_inset Note Note\r
11774 status collapsed\r
11775 \r
11776 \begin_layout Plain Layout\r
11777 \r
11778 \backslash\r
11779 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.\r
11780 \end_layout\r
11781 \r
11782 \begin_layout Plain Layout\r
11783 More about \r
11784 \backslash\r
11785 texorpdfstring is in section \r
11786 \begin_inset CommandInset ref\r
11787 LatexCommand ref\r
11788 reference "sub:Formulas-in-Section"\r
11789 \r
11790 \end_inset\r
11791 \r
11792 .\r
11793 \end_layout\r
11794 \r
11795 \end_inset\r
11796 \r
11797 \r
11798 \begin_inset CommandInset label\r
11799 LatexCommand label\r
11800 name "sub:Variable-Space"\r
11801 \r
11802 \end_inset\r
11803 \r
11804 \r
11805 \begin_inset Index idx\r
11806 status collapsed\r
11807 \r
11808 \begin_layout Plain Layout\r
11809 Space ! horizontal ! variable\r
11810 \end_layout\r
11811 \r
11812 \end_inset\r
11813 \r
11814 \r
11815 \end_layout\r
11816 \r
11817 \begin_layout Standard\r
11818 Space with a defined length can be inserted with the command \r
11819 \series bold\r
11820 \r
11821 \backslash\r
11822 hspace\r
11823 \series default\r
11824 \r
11825 \begin_inset Index idx\r
11826 status collapsed\r
11827 \r
11828 \begin_layout Plain Layout\r
11829 Commands ! H ! \r
11830 \backslash\r
11831 hspace\r
11832 \end_layout\r
11833 \r
11834 \end_inset\r
11835 \r
11836 .\r
11837  Then a long \r
11838 \begin_inset Quotes eld\r
11839 \end_inset\r
11840 \r
11841 \r
11842 \color blue\r
11843 \r
11844 \begin_inset ERT\r
11845 status collapsed\r
11846 \r
11847 \begin_layout Plain Layout\r
11848 \r
11849 \r
11850 \backslash\r
11851 spce \r
11852 \end_layout\r
11853 \r
11854 \end_inset\r
11855 \r
11856 \r
11857 \color inherit\r
11858 \r
11859 \begin_inset Quotes erd\r
11860 \end_inset\r
11861 \r
11862  appears.\r
11863  The length can be specified by left-clicking on the \r
11864 \begin_inset Quotes eld\r
11865 \end_inset\r
11866 \r
11867 \r
11868 \color blue\r
11869 \r
11870 \begin_inset ERT\r
11871 status collapsed\r
11872 \r
11873 \begin_layout Plain Layout\r
11874 \r
11875 \r
11876 \backslash\r
11877 spce \r
11878 \end_layout\r
11879 \r
11880 \end_inset\r
11881 \r
11882 \r
11883 \color inherit\r
11884 \r
11885 \begin_inset Quotes erd\r
11886 \end_inset\r
11887 \r
11888 .\r
11889  The length may also be negative.\r
11890  To insert as much space as is available, the command \r
11891 \series bold\r
11892 \r
11893 \backslash\r
11894 hfill\r
11895 \series default\r
11896 \r
11897 \begin_inset Index idx\r
11898 status collapsed\r
11899 \r
11900 \begin_layout Plain Layout\r
11901 Commands ! H ! \r
11902 \backslash\r
11903 hfill\r
11904 \end_layout\r
11905 \r
11906 \end_inset\r
11907 \r
11908  is used.\r
11909 \end_layout\r
11910 \r
11911 \begin_layout Standard\r
11912 \begin_inset VSpace -1mm\r
11913 \end_inset\r
11914 \r
11915 \r
11916 \end_layout\r
11917 \r
11918 \begin_layout Standard\r
11919 \align center\r
11920 \begin_inset Tabular\r
11921 <lyxtabular version="3" rows="4" columns="2">\r
11922 <features tabularvalignment="middle">\r
11923 <column alignment="center" valignment="top" width="0">\r
11924 <column alignment="center" valignment="top" width="0">\r
11925 <row>\r
11926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11927 \begin_inset Text\r
11928 \r
11929 \begin_layout Plain Layout\r
11930 Command (\r
11931 \backslash\r
11932 hspace length)\r
11933 \end_layout\r
11934 \r
11935 \end_inset\r
11936 </cell>\r
11937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
11938 \begin_inset Text\r
11939 \r
11940 \begin_layout Plain Layout\r
11941 Result\r
11942 \end_layout\r
11943 \r
11944 \end_inset\r
11945 </cell>\r
11946 </row>\r
11947 <row>\r
11948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11949 \begin_inset Text\r
11950 \r
11951 \begin_layout Plain Layout\r
11952 A=B\r
11953 \backslash\r
11954 hspace\r
11955 \begin_inset ERT\r
11956 status collapsed\r
11957 \r
11958 \begin_layout Plain Layout\r
11959 \r
11960 \r
11961 \backslash\r
11962 spce \r
11963 \end_layout\r
11964 \r
11965 \end_inset\r
11966 \r
11967 \r
11968 \begin_inset Formula $\to$\r
11969 \end_inset\r
11970 \r
11971 A\r
11972 \backslash\r
11973 not=C (3\r
11974 \begin_inset space \thinspace{}\r
11975 \end_inset\r
11976 \r
11977 cm)\r
11978 \end_layout\r
11979 \r
11980 \end_inset\r
11981 </cell>\r
11982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
11983 \begin_inset Text\r
11984 \r
11985 \begin_layout Plain Layout\r
11986 \begin_inset Formula $A=B\hspace{3cm}A\not=C$\r
11987 \end_inset\r
11988 \r
11989 \r
11990 \end_layout\r
11991 \r
11992 \end_inset\r
11993 </cell>\r
11994 </row>\r
11995 <row>\r
11996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11997 \begin_inset Text\r
11998 \r
11999 \begin_layout Plain Layout\r
12000 A\r
12001 \backslash\r
12002 hspace\r
12003 \begin_inset ERT\r
12004 status collapsed\r
12005 \r
12006 \begin_layout Plain Layout\r
12007 \r
12008 \r
12009 \backslash\r
12010 spce \r
12011 \end_layout\r
12012 \r
12013 \end_inset\r
12014 \r
12015 \r
12016 \begin_inset Formula $\to$\r
12017 \end_inset\r
12018 \r
12019 A\r
12020 \backslash\r
12021 not=A (-1\r
12022 \begin_inset space \thinspace{}\r
12023 \end_inset\r
12024 \r
12025 mm)\r
12026 \end_layout\r
12027 \r
12028 \end_inset\r
12029 </cell>\r
12030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
12031 \begin_inset Text\r
12032 \r
12033 \begin_layout Plain Layout\r
12034 \begin_inset Formula $A\hspace{-1mm}A\not=A$\r
12035 \end_inset\r
12036 \r
12037 \r
12038 \end_layout\r
12039 \r
12040 \end_inset\r
12041 </cell>\r
12042 </row>\r
12043 <row>\r
12044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
12045 \begin_inset Text\r
12046 \r
12047 \begin_layout Plain Layout\r
12048 A=A\r
12049 \backslash\r
12050 hfill\r
12051 \begin_inset ERT\r
12052 status collapsed\r
12053 \r
12054 \begin_layout Plain Layout\r
12055 \r
12056 \r
12057 \backslash\r
12058 spce \r
12059 \end_layout\r
12060 \r
12061 \end_inset\r
12062 \r
12063 B=B\r
12064 \end_layout\r
12065 \r
12066 \end_inset\r
12067 </cell>\r
12068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
12069 \begin_inset Text\r
12070 \r
12071 \begin_layout Plain Layout\r
12072 \begin_inset Formula $A=A\hfill B=B$\r
12073 \end_inset\r
12074 \r
12075 \r
12076 \end_layout\r
12077 \r
12078 \end_inset\r
12079 </cell>\r
12080 </row>\r
12081 </lyxtabular>\r
12082 \r
12083 \end_inset\r
12084 \r
12085 \r
12086 \end_layout\r
12087 \r
12088 \begin_layout Standard\r
12089 In the last example the available space is given by the longest column entry\r
12090  of the table.\r
12091  In an inline formula the space depends on the length of the line in which\r
12092  \r
12093 \series bold\r
12094 \r
12095 \backslash\r
12096 hfill\r
12097 \series default\r
12098  is inserted.\r
12099  Thus, when the line uses the full width, no space will be created.\r
12100  \r
12101 \series bold\r
12102 \r
12103 \backslash\r
12104 hfill\r
12105 \series default\r
12106  only has an effect on displayed formulas when the formula style \r
12107 \series bold\r
12108 Indented\r
12109 \series default\r
12110  is used.\r
12111  (Formula styles are explained in \r
12112 \begin_inset CommandInset ref\r
12113 LatexCommand ref\r
12114 reference "sec:Formula-Styles"\r
12115 \r
12116 \end_inset\r
12117 \r
12118 .)\r
12119 \end_layout\r
12120 \r
12121 \begin_layout Standard\r
12122 Besides \r
12123 \series bold\r
12124 \r
12125 \backslash\r
12126 hfill\r
12127 \series default\r
12128 , there are the commands \r
12129 \series bold\r
12130 \r
12131 \backslash\r
12132 dotfill\r
12133 \series default\r
12134  and \r
12135 \series bold\r
12136 \r
12137 \backslash\r
12138 hrulefill\r
12139 \series default\r
12140  that fill the space with a pattern, see \r
12141 \begin_inset CommandInset ref\r
12142 LatexCommand ref\r
12143 reference "sub:Ellipses"\r
12144 \r
12145 \end_inset\r
12146 \r
12147  for an example.\r
12148 \end_layout\r
12149 \r
12150 \begin_layout Standard\r
12151 For text, variable space can be inserted via the menu \r
12152 \family sans\r
12153 Insert\SpecialChar \menuseparator\r
12154 Formatting\SpecialChar \menuseparator\r
12155 Horizontal\r
12156 \begin_inset space ~\r
12157 \end_inset\r
12158 \r
12159 Space\r
12160 \family default\r
12161 :\r
12162 \end_layout\r
12163 \r
12164 \begin_layout Standard\r
12165 This is a line with\r
12166 \begin_inset space \hspace{}\r
12167 \length 2cm\r
12168 \end_inset\r
12169 \r
12170 2\r
12171 \begin_inset space \thinspace{}\r
12172 \end_inset\r
12173 \r
12174 cm space.\r
12175 \end_layout\r
12176 \r
12177 \begin_layout Standard\r
12178 This is a line with\r
12179 \begin_inset space \hfill{}\r
12180 \end_inset\r
12181 \r
12182 maximum space.\r
12183 \end_layout\r
12184 \r
12185 \begin_layout Subsection\r
12186 Space besides inline Formulas\r
12187 \begin_inset Index idx\r
12188 status collapsed\r
12189 \r
12190 \begin_layout Plain Layout\r
12191 Space ! besides inline formulas\r
12192 \end_layout\r
12193 \r
12194 \end_inset\r
12195 \r
12196 \r
12197 \end_layout\r
12198 \r
12199 \begin_layout Standard\r
12200 The space that surrounds inline formulas can be adjusted with the length\r
12201  \r
12202 \series bold\r
12203 \r
12204 \backslash\r
12205 mathsurround\r
12206 \series default\r
12207 \r
12208 \begin_inset Index idx\r
12209 status collapsed\r
12210 \r
12211 \begin_layout Plain Layout\r
12212 Commands ! M ! \r
12213 \backslash\r
12214 mathsurround\r
12215 \end_layout\r
12216 \r
12217 \end_inset\r
12218 \r
12219 .\r
12220  The value of a length is set with the command \r
12221 \series bold\r
12222 \r
12223 \backslash\r
12224 setlength\r
12225 \series default\r
12226 \r
12227 \begin_inset Index idx\r
12228 status collapsed\r
12229 \r
12230 \begin_layout Plain Layout\r
12231 Commands ! S ! \r
12232 \backslash\r
12233 setlength\r
12234 \end_layout\r
12235 \r
12236 \end_inset\r
12237 \r
12238  which has the following scheme:\r
12239 \end_layout\r
12240 \r
12241 \begin_layout Standard\r
12242 \r
12243 \series bold\r
12244 \r
12245 \backslash\r
12246 setlength{length name}{value}\r
12247 \end_layout\r
12248 \r
12249 \begin_layout Standard\r
12250 To set \r
12251 \series bold\r
12252 \r
12253 \backslash\r
12254 mathsurround\r
12255 \series default\r
12256  to the value 5\r
12257 \begin_inset space \thinspace{}\r
12258 \end_inset\r
12259 \r
12260 mm, the command\r
12261 \end_layout\r
12262 \r
12263 \begin_layout Standard\r
12264 \r
12265 \series bold\r
12266 \r
12267 \backslash\r
12268 setlength{\r
12269 \backslash\r
12270 mathsurround}{5mm}\r
12271 \end_layout\r
12272 \r
12273 \begin_layout Standard\r
12274 is inserted in TeX-mode.\r
12275  5\r
12276 \begin_inset space \thinspace{}\r
12277 \end_inset\r
12278 \r
12279 mm space will now be set around all inline formulas:\r
12280 \begin_inset ERT\r
12281 status collapsed\r
12282 \r
12283 \begin_layout Plain Layout\r
12284 \r
12285 \r
12286 \backslash\r
12287 setlength{\r
12288 \backslash\r
12289 mathsurround}{5mm}\r
12290 \end_layout\r
12291 \r
12292 \end_inset\r
12293 \r
12294 \r
12295 \end_layout\r
12296 \r
12297 \begin_layout Standard\r
12298 This is a line with an inline formula \r
12299 \begin_inset Formula $A=B$\r
12300 \end_inset\r
12301 \r
12302  with 5\r
12303 \begin_inset space \thinspace{}\r
12304 \end_inset\r
12305 \r
12306 mm surrounding space.\r
12307 \begin_inset ERT\r
12308 status collapsed\r
12309 \r
12310 \begin_layout Plain Layout\r
12311 \r
12312 \r
12313 \backslash\r
12314 setlength{\r
12315 \backslash\r
12316 mathsurround}{0pt}\r
12317 \end_layout\r
12318 \r
12319 \end_inset\r
12320 \r
12321 \r
12322 \end_layout\r
12323 \r
12324 \begin_layout Standard\r
12325 To return to the predefined value, \r
12326 \series bold\r
12327 \r
12328 \backslash\r
12329 mathsurround\r
12330 \series default\r
12331  is set to the value 0\r
12332 \begin_inset space \thinspace{}\r
12333 \end_inset\r
12334 \r
12335 pt.\r
12336 \end_layout\r
12337 \r
12338 \begin_layout Section\r
12339 Boxes and Frames\r
12340 \begin_inset Index idx\r
12341 status collapsed\r
12342 \r
12343 \begin_layout Plain Layout\r
12344 Boxes\r
12345 \end_layout\r
12346 \r
12347 \end_inset\r
12348 \r
12349 \r
12350 \begin_inset Index idx\r
12351 status collapsed\r
12352 \r
12353 \begin_layout Plain Layout\r
12354 Frames | see\r
12355 \begin_inset ERT\r
12356 status collapsed\r
12357 \r
12358 \begin_layout Plain Layout\r
12359 \r
12360 {\r
12361 \end_layout\r
12362 \r
12363 \end_inset\r
12364 \r
12365 Boxes\r
12366 \begin_inset ERT\r
12367 status collapsed\r
12368 \r
12369 \begin_layout Plain Layout\r
12370 \r
12371 }\r
12372 \end_layout\r
12373 \r
12374 \end_inset\r
12375 \r
12376 \r
12377 \end_layout\r
12378 \r
12379 \end_inset\r
12380 \r
12381 \r
12382 \end_layout\r
12383 \r
12384 \begin_layout Standard\r
12385 Boxes for text are described in chapter \r
12386 \family typewriter\r
12387 Boxes\r
12388 \family default\r
12389  in the \r
12390 \family typewriter\r
12391 Embedded\r
12392 \begin_inset space ~\r
12393 \end_inset\r
12394 \r
12395 Objects\r
12396 \family default\r
12397  manual.\r
12398 \end_layout\r
12399 \r
12400 \begin_layout Subsection\r
12401 Boxes with Frame\r
12402 \begin_inset CommandInset label\r
12403 LatexCommand label\r
12404 name "sub:Boxes-with-Frame"\r
12405 \r
12406 \end_inset\r
12407 \r
12408 \r
12409 \begin_inset Index idx\r
12410 status collapsed\r
12411 \r
12412 \begin_layout Plain Layout\r
12413 Boxes ! with frame\r
12414 \end_layout\r
12415 \r
12416 \end_inset\r
12417 \r
12418 \r
12419 \end_layout\r
12420 \r
12421 \begin_layout Standard\r
12422 It is possible to frame a formula or part of one with the commands \r
12423 \series bold\r
12424 \r
12425 \backslash\r
12426 fbox\r
12427 \series default\r
12428 \r
12429 \begin_inset Index idx\r
12430 status collapsed\r
12431 \r
12432 \begin_layout Plain Layout\r
12433 Commands ! F ! \r
12434 \backslash\r
12435 fbox\r
12436 \end_layout\r
12437 \r
12438 \end_inset\r
12439 \r
12440  and \r
12441 \series bold\r
12442 \r
12443 \backslash\r
12444 boxed\r
12445 \series default\r
12446 \r
12447 \begin_inset Index idx\r
12448 status collapsed\r
12449 \r
12450 \begin_layout Plain Layout\r
12451 Commands ! B ! \r
12452 \backslash\r
12453 boxed\r
12454 \end_layout\r
12455 \r
12456 \end_inset\r
12457 \r
12458 .\r
12459 \end_layout\r
12460 \r
12461 \begin_layout Standard\r
12462 When one of these commands is inserted in a formula, a blue box appears\r
12463  within a frame to enter formula parts.\r
12464  For \r
12465 \series bold\r
12466 \r
12467 \backslash\r
12468 fbox\r
12469 \series default\r
12470  an additional formula has to be created by \r
12471 \family sans\r
12472 Ctrl+M\r
12473 \family default\r
12474  within this box, because the box content will otherwise be treated as mathemati\r
12475 cal text.\r
12476  When \r
12477 \series bold\r
12478 \r
12479 \backslash\r
12480 boxed\r
12481 \series default\r
12482  is used, a new formula is automatically created inside the frame.\r
12483 \end_layout\r
12484 \r
12485 \begin_layout Standard\r
12486 The command \r
12487 \series bold\r
12488 \r
12489 \backslash\r
12490 fbox\r
12491 \series default\r
12492  is not suitable to frame displayed formulas because the formula will always\r
12493  be set in the size of the text.\r
12494  \r
12495 \series bold\r
12496 \r
12497 \backslash\r
12498 boxed\r
12499 \series default\r
12500  is in contrary not suitable to frame inline formulas, because the formula\r
12501  will always be set in the size of a displayed formula.\r
12502 \end_layout\r
12503 \r
12504 \begin_layout Standard\r
12505 An extension to \r
12506 \series bold\r
12507 \r
12508 \backslash\r
12509 fbox\r
12510 \series default\r
12511  is the command \r
12512 \series bold\r
12513 \r
12514 \backslash\r
12515 framebox\r
12516 \series default\r
12517 \r
12518 \begin_inset Index idx\r
12519 status collapsed\r
12520 \r
12521 \begin_layout Plain Layout\r
12522 Commands ! F ! \r
12523 \backslash\r
12524 framebox\r
12525 \end_layout\r
12526 \r
12527 \end_inset\r
12528 \r
12529  where additionally the frame width and the alignment can be specified.\r
12530  \r
12531 \series bold\r
12532 \r
12533 \backslash\r
12534 framebox\r
12535 \series default\r
12536  is used in the following scheme:\r
12537 \end_layout\r
12538 \r
12539 \begin_layout Standard\r
12540 \r
12541 \series bold\r
12542 \r
12543 \backslash\r
12544 framebox[frame width][position]{box content}\r
12545 \end_layout\r
12546 \r
12547 \begin_layout Standard\r
12548 The position can either be \r
12549 \emph on\r
12550 l\r
12551 \emph default\r
12552  or \r
12553 \emph on\r
12554 r\r
12555 \emph default\r
12556 .\r
12557  \r
12558 \emph on\r
12559 l\r
12560 \emph default\r
12561  left aligns, \r
12562 \emph on\r
12563 r\r
12564 \emph default\r
12565  right aligns the formula in the box.\r
12566  When no position is given, the formula will be centered.\r
12567 \begin_inset Newline newline\r
12568 \end_inset\r
12569 \r
12570 If no width is given, also no position can be given.\r
12571  In this case the frame width is adjusted to the box content like for \r
12572 \series bold\r
12573 \r
12574 \backslash\r
12575 fbox\r
12576 \series default\r
12577 .\r
12578 \end_layout\r
12579 \r
12580 \begin_layout Standard\r
12581 When the command \r
12582 \series bold\r
12583 \r
12584 \backslash\r
12585 framebox\r
12586 \series default\r
12587  is inserted, a box appears containing three blue boxes.\r
12588  The first two boxes are surrounded by brackets and denote the two optional\r
12589  arguments.\r
12590  The third box is for formula parts like for \r
12591 \series bold\r
12592 \r
12593 \backslash\r
12594 fbox\r
12595 \series default\r
12596 .\r
12597 \end_layout\r
12598 \r
12599 \begin_layout Standard\r
12600 \begin_inset Newpage newpage\r
12601 \end_inset\r
12602 \r
12603 \r
12604 \end_layout\r
12605 \r
12606 \begin_layout Standard\r
12607 \align center\r
12608 \begin_inset Tabular\r
12609 <lyxtabular version="3" rows="5" columns="2">\r
12610 <features tabularvalignment="middle">\r
12611 <column alignment="center" valignment="top" width="0">\r
12612 <column alignment="center" valignment="top" width="0">\r
12613 <row>\r
12614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
12615 \begin_inset Text\r
12616 \r
12617 \begin_layout Plain Layout\r
12618 Command\r
12619 \end_layout\r
12620 \r
12621 \end_inset\r
12622 </cell>\r
12623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
12624 \begin_inset Text\r
12625 \r
12626 \begin_layout Plain Layout\r
12627 Result\r
12628 \begin_inset Note Note\r
12629 status collapsed\r
12630 \r
12631 \begin_layout Plain Layout\r
12632 \r
12633 \series bold\r
12634 \r
12635 \backslash\r
12636 raisebox\r
12637 \series default\r
12638  is only used as spacer.\r
12639 \end_layout\r
12640 \r
12641 \end_inset\r
12642 \r
12643 \r
12644 \end_layout\r
12645 \r
12646 \end_inset\r
12647 </cell>\r
12648 </row>\r
12649 <row>\r
12650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
12651 \begin_inset Text\r
12652 \r
12653 \begin_layout Plain Layout\r
12654 \r
12655 \backslash\r
12656 fbox\r
12657 \begin_inset ERT\r
12658 status collapsed\r
12659 \r
12660 \begin_layout Plain Layout\r
12661 \r
12662 \r
12663 \backslash\r
12664 spce \r
12665 \end_layout\r
12666 \r
12667 \end_inset\r
12668 \r
12669 \r
12670 \family sans\r
12671 Ctrl+M\r
12672 \family default\r
12673  \r
12674 \backslash\r
12675 int\r
12676 \begin_inset ERT\r
12677 status collapsed\r
12678 \r
12679 \begin_layout Plain Layout\r
12680 \r
12681 \r
12682 \backslash\r
12683 spce \r
12684 \end_layout\r
12685 \r
12686 \end_inset\r
12687 \r
12688 A=B\r
12689 \end_layout\r
12690 \r
12691 \end_inset\r
12692 </cell>\r
12693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
12694 \begin_inset Text\r
12695 \r
12696 \begin_layout Plain Layout\r
12697 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$\r
12698 \end_inset\r
12699 \r
12700 \r
12701 \end_layout\r
12702 \r
12703 \end_inset\r
12704 </cell>\r
12705 </row>\r
12706 <row>\r
12707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
12708 \begin_inset Text\r
12709 \r
12710 \begin_layout Plain Layout\r
12711 \r
12712 \backslash\r
12713 boxed\r
12714 \begin_inset ERT\r
12715 status collapsed\r
12716 \r
12717 \begin_layout Plain Layout\r
12718 \r
12719 \r
12720 \backslash\r
12721 spce \r
12722 \end_layout\r
12723 \r
12724 \end_inset\r
12725 \r
12726 \r
12727 \backslash\r
12728 int\r
12729 \begin_inset ERT\r
12730 status collapsed\r
12731 \r
12732 \begin_layout Plain Layout\r
12733 \r
12734 \r
12735 \backslash\r
12736 spce \r
12737 \end_layout\r
12738 \r
12739 \end_inset\r
12740 \r
12741 A=B\r
12742 \end_layout\r
12743 \r
12744 \end_inset\r
12745 </cell>\r
12746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
12747 \begin_inset Text\r
12748 \r
12749 \begin_layout Plain Layout\r
12750 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$\r
12751 \end_inset\r
12752 \r
12753 \r
12754 \end_layout\r
12755 \r
12756 \end_inset\r
12757 </cell>\r
12758 </row>\r
12759 <row>\r
12760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
12761 \begin_inset Text\r
12762 \r
12763 \begin_layout Plain Layout\r
12764 A+\r
12765 \backslash\r
12766 fbox\r
12767 \begin_inset ERT\r
12768 status collapsed\r
12769 \r
12770 \begin_layout Plain Layout\r
12771 \r
12772 \r
12773 \backslash\r
12774 spce \r
12775 \end_layout\r
12776 \r
12777 \end_inset\r
12778 \r
12779 B\r
12780 \end_layout\r
12781 \r
12782 \end_inset\r
12783 </cell>\r
12784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
12785 \begin_inset Text\r
12786 \r
12787 \begin_layout Plain Layout\r
12788 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$\r
12789 \end_inset\r
12790 \r
12791 \r
12792 \end_layout\r
12793 \r
12794 \end_inset\r
12795 </cell>\r
12796 </row>\r
12797 <row>\r
12798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
12799 \begin_inset Text\r
12800 \r
12801 \begin_layout Plain Layout\r
12802 \r
12803 \backslash\r
12804 framebox\r
12805 \begin_inset ERT\r
12806 status collapsed\r
12807 \r
12808 \begin_layout Plain Layout\r
12809 \r
12810 \r
12811 \backslash\r
12812 spce \r
12813 \end_layout\r
12814 \r
12815 \end_inset\r
12816 \r
12817 20mm\r
12818 \begin_inset Formula $\to$\r
12819 \end_inset\r
12820 \r
12821 \r
12822 \begin_inset Formula $\to$\r
12823 \end_inset\r
12824 \r
12825 \r
12826 \family sans\r
12827 Ctrl+M\r
12828 \family default\r
12829  \r
12830 \backslash\r
12831 frac\r
12832 \begin_inset ERT\r
12833 status collapsed\r
12834 \r
12835 \begin_layout Plain Layout\r
12836 \r
12837 \r
12838 \backslash\r
12839 spce \r
12840 \end_layout\r
12841 \r
12842 \end_inset\r
12843 \r
12844 A\r
12845 \begin_inset Formula $\downarrow$\r
12846 \end_inset\r
12847 \r
12848 B\r
12849 \end_layout\r
12850 \r
12851 \end_inset\r
12852 </cell>\r
12853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
12854 \begin_inset Text\r
12855 \r
12856 \begin_layout Plain Layout\r
12857 \begin_inset Formula $\raisebox{6mm}{}$\r
12858 \end_inset\r
12859 \r
12860 \r
12861 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$\r
12862 \end_inset\r
12863 \r
12864 \r
12865 \begin_inset Formula $\raisebox{-4mm}{}$\r
12866 \end_inset\r
12867 \r
12868 \r
12869 \end_layout\r
12870 \r
12871 \end_inset\r
12872 </cell>\r
12873 </row>\r
12874 </lyxtabular>\r
12875 \r
12876 \end_inset\r
12877 \r
12878 \r
12879 \end_layout\r
12880 \r
12881 \begin_layout Standard\r
12882 The frame thickness can also be adjusted.\r
12883  To do this the following commands have to be inserted in TeX-mode before\r
12884  the formula\r
12885 \end_layout\r
12886 \r
12887 \begin_layout Standard\r
12888 \r
12889 \series bold\r
12890 \r
12891 \backslash\r
12892 fboxrule\r
12893 \series default\r
12894  \r
12895 \series bold\r
12896 \r
12897 \begin_inset Quotes eld\r
12898 \end_inset\r
12899 \r
12900 thickness\r
12901 \begin_inset Quotes erd\r
12902 \end_inset\r
12903 \r
12904 \r
12905 \series default\r
12906  \r
12907 \series bold\r
12908 \r
12909 \backslash\r
12910 fboxsep\r
12911 \series default\r
12912  \r
12913 \series bold\r
12914 \r
12915 \begin_inset Quotes eld\r
12916 \end_inset\r
12917 \r
12918 distance\r
12919 \begin_inset Quotes erd\r
12920 \end_inset\r
12921 \r
12922 \r
12923 \end_layout\r
12924 \r
12925 \begin_layout Standard\r
12926 \begin_inset Quotes eld\r
12927 \end_inset\r
12928 \r
12929 distance\r
12930 \begin_inset Quotes erd\r
12931 \end_inset\r
12932 \r
12933  specifies the minimal distance between the frame and the first character\r
12934  in the box.\r
12935  An example for this is the following framed formula:\r
12936 \begin_inset ERT\r
12937 status collapsed\r
12938 \r
12939 \begin_layout Plain Layout\r
12940 \r
12941 \r
12942 \backslash\r
12943 fboxrule 2mm \r
12944 \backslash\r
12945 fboxsep 3mm\r
12946 \end_layout\r
12947 \r
12948 \end_inset\r
12949 \r
12950 \r
12951 \begin_inset Formula \r
12952 \[\r
12953 \boxed{A+B=C}\r
12954 \]\r
12955 \r
12956 \end_inset\r
12957 \r
12958 Before this formula the commands\r
12959 \end_layout\r
12960 \r
12961 \begin_layout Standard\r
12962 \r
12963 \series bold\r
12964 \r
12965 \backslash\r
12966 fboxrule\r
12967 \series default\r
12968  \r
12969 \series bold\r
12970 2mm\r
12971 \series default\r
12972  \r
12973 \series bold\r
12974 \r
12975 \backslash\r
12976 fboxsep\r
12977 \series default\r
12978  \r
12979 \series bold\r
12980 3mm\r
12981 \end_layout\r
12982 \r
12983 \begin_layout Standard\r
12984 were inserted in TeX-mode.\r
12985  The given values are used for all following boxes.\r
12986 \end_layout\r
12987 \r
12988 \begin_layout Standard\r
12989 To return to the standard frame size, the command\r
12990 \end_layout\r
12991 \r
12992 \begin_layout Standard\r
12993 \r
12994 \series bold\r
12995 \r
12996 \backslash\r
12997 fboxrule\r
12998 \series default\r
12999  \r
13000 \series bold\r
13001 0.4pt\r
13002 \series default\r
13003  \r
13004 \series bold\r
13005 \r
13006 \backslash\r
13007 fboxsep\r
13008 \series default\r
13009  \r
13010 \series bold\r
13011 3pt\r
13012 \series default\r
13013 \r
13014 \begin_inset ERT\r
13015 status collapsed\r
13016 \r
13017 \begin_layout Plain Layout\r
13018 \r
13019 \r
13020 \backslash\r
13021 fboxrule 0.4pt \r
13022 \backslash\r
13023 fboxsep 3pt\r
13024 \end_layout\r
13025 \r
13026 \end_inset\r
13027 \r
13028 \r
13029 \end_layout\r
13030 \r
13031 \begin_layout Standard\r
13032 is inserted in TeX-mode before the next formula.\r
13033 \end_layout\r
13034 \r
13035 \begin_layout Subsection\r
13036 Boxes without Frame\r
13037 \begin_inset CommandInset label\r
13038 LatexCommand label\r
13039 name "sub:Boxes-without-Frame"\r
13040 \r
13041 \end_inset\r
13042 \r
13043 \r
13044 \begin_inset Index idx\r
13045 status collapsed\r
13046 \r
13047 \begin_layout Plain Layout\r
13048 Boxes ! without frame\r
13049 \end_layout\r
13050 \r
13051 \end_inset\r
13052 \r
13053 \r
13054 \end_layout\r
13055 \r
13056 \begin_layout Standard\r
13057 For boxes without a frame there are the following box commands: \r
13058 \series bold\r
13059 \r
13060 \backslash\r
13061 mbox\r
13062 \series default\r
13063 \r
13064 \begin_inset Index idx\r
13065 status collapsed\r
13066 \r
13067 \begin_layout Plain Layout\r
13068 Commands ! M ! \r
13069 \backslash\r
13070 mbox\r
13071 \end_layout\r
13072 \r
13073 \end_inset\r
13074 \r
13075\r
13076 \series bold\r
13077 \r
13078 \backslash\r
13079 makebox\r
13080 \series default\r
13081 \r
13082 \begin_inset Index idx\r
13083 status collapsed\r
13084 \r
13085 \begin_layout Plain Layout\r
13086 Commands ! M ! \r
13087 \backslash\r
13088 makebox\r
13089 \end_layout\r
13090 \r
13091 \end_inset\r
13092 \r
13093  and \r
13094 \series bold\r
13095 \r
13096 \backslash\r
13097 raisebox\r
13098 \series default\r
13099 \r
13100 \begin_inset Index idx\r
13101 status collapsed\r
13102 \r
13103 \begin_layout Plain Layout\r
13104 Commands ! R ! \r
13105 \backslash\r
13106 raisebox\r
13107 \end_layout\r
13108 \r
13109 \end_inset\r
13110 \r
13111 \r
13112 \end_layout\r
13113 \r
13114 \begin_layout Standard\r
13115 With \r
13116 \series bold\r
13117 \r
13118 \backslash\r
13119 raisebox\r
13120 \series default\r
13121  a box can be super- or subscripted.\r
13122  But in contrary to normal super- and subscripting, the characters in the\r
13123  box keep their font size.\r
13124  \r
13125 \series bold\r
13126 \r
13127 \backslash\r
13128 raisebox\r
13129 \series default\r
13130  is used in the following scheme:\r
13131 \end_layout\r
13132 \r
13133 \begin_layout Standard\r
13134 \r
13135 \series bold\r
13136 \r
13137 \backslash\r
13138 raisebox{height}{box content}\r
13139 \end_layout\r
13140 \r
13141 \begin_layout Standard\r
13142 When the box should contain a formula, an extra formula is needed like for\r
13143  \r
13144 \series bold\r
13145 \r
13146 \backslash\r
13147 fbox\r
13148 \series default\r
13149 .\r
13150  \r
13151 \series medium\r
13152 \r
13153 \begin_inset Note Greyedout\r
13154 status open\r
13155 \r
13156 \begin_layout Plain Layout\r
13157 \r
13158 \series bold\r
13159 Note:\r
13160 \series default\r
13161  For \r
13162 \series bold\r
13163 \r
13164 \backslash\r
13165 raisebox\r
13166 \series default\r
13167  this extra formula is created by pressing \r
13168 \family sans\r
13169 Ctrl+M\r
13170 \family default\r
13171  twice instead of once because LyX doesn't yet support \r
13172 \series bold\r
13173 \r
13174 \backslash\r
13175 raisebox\r
13176 \series default\r
13177  directly.\r
13178 \end_layout\r
13179 \r
13180 \end_inset\r
13181 \r
13182 \r
13183 \end_layout\r
13184 \r
13185 \begin_layout Standard\r
13186 \align center\r
13187 \begin_inset Tabular\r
13188 <lyxtabular version="3" rows="4" columns="2">\r
13189 <features tabularvalignment="middle">\r
13190 <column alignment="center" valignment="top" width="0">\r
13191 <column alignment="center" valignment="top" width="0">\r
13192 <row>\r
13193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
13194 \begin_inset Text\r
13195 \r
13196 \begin_layout Plain Layout\r
13197 Command\r
13198 \end_layout\r
13199 \r
13200 \end_inset\r
13201 </cell>\r
13202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
13203 \begin_inset Text\r
13204 \r
13205 \begin_layout Plain Layout\r
13206 Result\r
13207 \end_layout\r
13208 \r
13209 \end_inset\r
13210 </cell>\r
13211 </row>\r
13212 <row>\r
13213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
13214 \begin_inset Text\r
13215 \r
13216 \begin_layout Plain Layout\r
13217 H\r
13218 \backslash\r
13219 raisebox{2mm\r
13220 \begin_inset Formula $\to$\r
13221 \end_inset\r
13222 \r
13223 \r
13224 \backslash\r
13225 {al\r
13226 \begin_inset Formula $\to$\r
13227 \end_inset\r
13228 \r
13229  lo\r
13230 \end_layout\r
13231 \r
13232 \end_inset\r
13233 </cell>\r
13234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
13235 \begin_inset Text\r
13236 \r
13237 \begin_layout Plain Layout\r
13238 \begin_inset Formula $H\raisebox{2mm}{al}lo$\r
13239 \end_inset\r
13240 \r
13241 \r
13242 \end_layout\r
13243 \r
13244 \end_inset\r
13245 </cell>\r
13246 </row>\r
13247 <row>\r
13248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
13249 \begin_inset Text\r
13250 \r
13251 \begin_layout Plain Layout\r
13252 H\r
13253 \backslash\r
13254 raisebox{-2mm\r
13255 \begin_inset Formula $\to$\r
13256 \end_inset\r
13257 \r
13258 \r
13259 \backslash\r
13260 {al\r
13261 \begin_inset Formula $\to$\r
13262 \end_inset\r
13263 \r
13264 lo\r
13265 \end_layout\r
13266 \r
13267 \end_inset\r
13268 </cell>\r
13269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
13270 \begin_inset Text\r
13271 \r
13272 \begin_layout Plain Layout\r
13273 \begin_inset Formula $H\raisebox{-2mm}{al}lo$\r
13274 \end_inset\r
13275 \r
13276 \r
13277 \end_layout\r
13278 \r
13279 \end_inset\r
13280 </cell>\r
13281 </row>\r
13282 <row>\r
13283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
13284 \begin_inset Text\r
13285 \r
13286 \begin_layout Plain Layout\r
13287 A=\r
13288 \backslash\r
13289 raisebox{-2mm\r
13290 \begin_inset Formula $\to$\r
13291 \end_inset\r
13292 \r
13293 \r
13294 \backslash\r
13295 {\r
13296 \family sans\r
13297 Ctrl+M\r
13298 \family default\r
13299  \r
13300 \family sans\r
13301 Ctrl+M\r
13302 \family default\r
13303  \r
13304 \backslash\r
13305 sqrt\r
13306 \begin_inset ERT\r
13307 status collapsed\r
13308 \r
13309 \begin_layout Plain Layout\r
13310 \r
13311 \r
13312 \backslash\r
13313 spce \r
13314 \end_layout\r
13315 \r
13316 \end_inset\r
13317 \r
13318\r
13319 \end_layout\r
13320 \r
13321 \end_inset\r
13322 </cell>\r
13323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
13324 \begin_inset Text\r
13325 \r
13326 \begin_layout Plain Layout\r
13327 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$\r
13328 \end_inset\r
13329 \r
13330 \r
13331 \end_layout\r
13332 \r
13333 \end_inset\r
13334 </cell>\r
13335 </row>\r
13336 </lyxtabular>\r
13337 \r
13338 \end_inset\r
13339 \r
13340 \r
13341 \end_layout\r
13342 \r
13343 \begin_layout Standard\r
13344 The command \r
13345 \series bold\r
13346 \r
13347 \backslash\r
13348 mbox\r
13349 \series default\r
13350  is equivalent to \r
13351 \series bold\r
13352 \r
13353 \backslash\r
13354 fbox\r
13355 \series default\r
13356  and \r
13357 \series bold\r
13358 \r
13359 \backslash\r
13360 makebox\r
13361 \series default\r
13362  is equivalent to \r
13363 \series bold\r
13364 \r
13365 \backslash\r
13366 framebox\r
13367 \series default\r
13368 , with the difference that there is no frame.\r
13369 \end_layout\r
13370 \r
13371 \begin_layout Subsection\r
13372 Colored Boxes\r
13373 \begin_inset CommandInset label\r
13374 LatexCommand label\r
13375 name "sub:Colored-Boxes"\r
13376 \r
13377 \end_inset\r
13378 \r
13379 \r
13380 \begin_inset Index idx\r
13381 status collapsed\r
13382 \r
13383 \begin_layout Plain Layout\r
13384 Boxes ! colored\r
13385 \end_layout\r
13386 \r
13387 \end_inset\r
13388 \r
13389 \r
13390 \end_layout\r
13391 \r
13392 \begin_layout Standard\r
13393 To be able to use all commands explained in this section, the LaTeX-package\r
13394  \r
13395 \series bold\r
13396 color\r
13397 \series default\r
13398 \r
13399 \begin_inset Foot\r
13400 status collapsed\r
13401 \r
13402 \begin_layout Plain Layout\r
13403 The LaTeX-package \r
13404 \series bold\r
13405 color\r
13406 \series default\r
13407  is part of every LaTeX standard installation.\r
13408 \end_layout\r
13409 \r
13410 \end_inset\r
13411 \r
13412 \r
13413 \begin_inset Index idx\r
13414 status collapsed\r
13415 \r
13416 \begin_layout Plain Layout\r
13417 Packages ! color\r
13418 \end_layout\r
13419 \r
13420 \end_inset\r
13421 \r
13422  has to be loaded in the LaTeX-preamble with the line\r
13423 \begin_inset Foot\r
13424 status collapsed\r
13425 \r
13426 \begin_layout Plain Layout\r
13427 When text is colored somewhere in the document with a predefined color,\r
13428  LyX loads the LaTeX-package \r
13429 \series bold\r
13430 color\r
13431 \series default\r
13432  automatically.\r
13433  Thus it is possible that the package is loaded twice, but this does not\r
13434  cause problems.\r
13435 \end_layout\r
13436 \r
13437 \end_inset\r
13438 \r
13439 \r
13440 \begin_inset Note Note\r
13441 status collapsed\r
13442 \r
13443 \begin_layout Plain Layout\r
13444 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre\r
13445 amble.\r
13446 \end_layout\r
13447 \r
13448 \end_inset\r
13449 \r
13450 \r
13451 \end_layout\r
13452 \r
13453 \begin_layout Standard\r
13454 \r
13455 \series bold\r
13456 \r
13457 \backslash\r
13458 usepackage{color}\r
13459 \end_layout\r
13460 \r
13461 \begin_layout Standard\r
13462 \begin_inset VSpace medskip\r
13463 \end_inset\r
13464 \r
13465 To color boxes, the command \r
13466 \series bold\r
13467 \r
13468 \backslash\r
13469 colorbox\r
13470 \series default\r
13471 \r
13472 \begin_inset Index idx\r
13473 status collapsed\r
13474 \r
13475 \begin_layout Plain Layout\r
13476 Commands ! C ! \r
13477 \backslash\r
13478 colorbox\r
13479 \end_layout\r
13480 \r
13481 \end_inset\r
13482 \r
13483  is used in the following scheme:\r
13484 \end_layout\r
13485 \r
13486 \begin_layout Standard\r
13487 \r
13488 \series bold\r
13489 \r
13490 \backslash\r
13491 colorbox{color}{box content}\r
13492 \end_layout\r
13493 \r
13494 \begin_layout Standard\r
13495 The box content can also be a box and a \r
13496 \series bold\r
13497 \r
13498 \backslash\r
13499 colorbox\r
13500 \series default\r
13501  can also be part of another box (see the 2nd and 3rd example).\r
13502  When the box should contain a formula, an extra formula has to be created,\r
13503  the same way as for \r
13504 \series bold\r
13505 \r
13506 \backslash\r
13507 raisebox\r
13508 \series default\r
13509 .\r
13510 \begin_inset Foot\r
13511 status collapsed\r
13512 \r
13513 \begin_layout Plain Layout\r
13514 This also applies for the command \r
13515 \series bold\r
13516 \r
13517 \backslash\r
13518 fcolorbox\r
13519 \series default\r
13520 .\r
13521 \end_layout\r
13522 \r
13523 \end_inset\r
13524 \r
13525 \r
13526 \end_layout\r
13527 \r
13528 \begin_layout Standard\r
13529 One of the following predefined colors can be chosen:\r
13530 \end_layout\r
13531 \r
13532 \begin_layout Standard\r
13533 \r
13534 \series bold\r
13535 black\r
13536 \series default\r
13537\r
13538 \series bold\r
13539 blue\r
13540 \series default\r
13541\r
13542 \series bold\r
13543 cyan\r
13544 \series default\r
13545\r
13546 \series bold\r
13547 green\r
13548 \series default\r
13549\r
13550 \series bold\r
13551 magenta\r
13552 \series default\r
13553\r
13554 \series bold\r
13555 red\r
13556 \series default\r
13557\r
13558 \series bold\r
13559 white\r
13560 \series default\r
13561  and \r
13562 \series bold\r
13563 yellow\r
13564 \end_layout\r
13565 \r
13566 \begin_layout Standard\r
13567 \align center\r
13568 \begin_inset Tabular\r
13569 <lyxtabular version="3" rows="4" columns="2">\r
13570 <features tabularvalignment="middle">\r
13571 <column alignment="center" valignment="top" width="0">\r
13572 <column alignment="center" valignment="top" width="0">\r
13573 <row>\r
13574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
13575 \begin_inset Text\r
13576 \r
13577 \begin_layout Plain Layout\r
13578 Command\r
13579 \end_layout\r
13580 \r
13581 \end_inset\r
13582 </cell>\r
13583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
13584 \begin_inset Text\r
13585 \r
13586 \begin_layout Plain Layout\r
13587 Result\r
13588 \begin_inset Note Note\r
13589 status collapsed\r
13590 \r
13591 \begin_layout Plain Layout\r
13592 \r
13593 \series bold\r
13594 \r
13595 \backslash\r
13596 raisebox\r
13597 \series default\r
13598  is only used as spacer.\r
13599 \end_layout\r
13600 \r
13601 \end_inset\r
13602 \r
13603 \r
13604 \end_layout\r
13605 \r
13606 \end_inset\r
13607 </cell>\r
13608 </row>\r
13609 <row>\r
13610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
13611 \begin_inset Text\r
13612 \r
13613 \begin_layout Plain Layout\r
13614 \r
13615 \backslash\r
13616 colorbox{yellow\r
13617 \begin_inset Formula $\to$\r
13618 \end_inset\r
13619 \r
13620 \r
13621 \backslash\r
13622 {A=B\r
13623 \end_layout\r
13624 \r
13625 \end_inset\r
13626 </cell>\r
13627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
13628 \begin_inset Text\r
13629 \r
13630 \begin_layout Plain Layout\r
13631 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$\r
13632 \end_inset\r
13633 \r
13634 \r
13635 \end_layout\r
13636 \r
13637 \end_inset\r
13638 </cell>\r
13639 </row>\r
13640 <row>\r
13641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
13642 \begin_inset Text\r
13643 \r
13644 \begin_layout Plain Layout\r
13645 \r
13646 \backslash\r
13647 colorbox{green\r
13648 \begin_inset Formula $\to$\r
13649 \end_inset\r
13650 \r
13651 \r
13652 \backslash\r
13653 {\r
13654 \backslash\r
13655 fbox\r
13656 \begin_inset ERT\r
13657 status collapsed\r
13658 \r
13659 \begin_layout Plain Layout\r
13660 \r
13661 \r
13662 \backslash\r
13663 spce \r
13664 \end_layout\r
13665 \r
13666 \end_inset\r
13667 \r
13668 A=B\r
13669 \end_layout\r
13670 \r
13671 \end_inset\r
13672 </cell>\r
13673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
13674 \begin_inset Text\r
13675 \r
13676 \begin_layout Plain Layout\r
13677 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$\r
13678 \end_inset\r
13679 \r
13680 \r
13681 \end_layout\r
13682 \r
13683 \end_inset\r
13684 </cell>\r
13685 </row>\r
13686 <row>\r
13687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
13688 \begin_inset Text\r
13689 \r
13690 \begin_layout Plain Layout\r
13691 \r
13692 \backslash\r
13693 fbox\r
13694 \begin_inset ERT\r
13695 status collapsed\r
13696 \r
13697 \begin_layout Plain Layout\r
13698 \r
13699 \r
13700 \backslash\r
13701 spce \r
13702 \end_layout\r
13703 \r
13704 \end_inset\r
13705 \r
13706 \r
13707 \backslash\r
13708 colorbox{green\r
13709 \begin_inset Formula $\to$\r
13710 \end_inset\r
13711 \r
13712 \r
13713 \backslash\r
13714 {\r
13715 \family sans\r
13716 Ctrl+M\r
13717 \family default\r
13718  \r
13719 \family sans\r
13720 Ctrl+M\r
13721 \family default\r
13722  \r
13723 \backslash\r
13724 int\r
13725 \begin_inset ERT\r
13726 status collapsed\r
13727 \r
13728 \begin_layout Plain Layout\r
13729 \r
13730 \r
13731 \backslash\r
13732 spce \r
13733 \end_layout\r
13734 \r
13735 \end_inset\r
13736 \r
13737 C=D\r
13738 \end_layout\r
13739 \r
13740 \end_inset\r
13741 </cell>\r
13742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
13743 \begin_inset Text\r
13744 \r
13745 \begin_layout Plain Layout\r
13746 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$\r
13747 \end_inset\r
13748 \r
13749 \r
13750 \end_layout\r
13751 \r
13752 \end_inset\r
13753 </cell>\r
13754 </row>\r
13755 </lyxtabular>\r
13756 \r
13757 \end_inset\r
13758 \r
13759 \r
13760 \end_layout\r
13761 \r
13762 \begin_layout Standard\r
13763 \r
13764 \series bold\r
13765 \r
13766 \backslash\r
13767 colorbox\r
13768 \series default\r
13769  only colors the box but not the characters in the box.\r
13770  To color all characters, the whole formula is highlighted and the desired\r
13771  color is chosen in the \r
13772 \family sans\r
13773 Text\r
13774 \begin_inset space ~\r
13775 \end_inset\r
13776 \r
13777 Style\r
13778 \family default\r
13779  dialog.\r
13780  The dialog can be called with the toolbar button \r
13781 \begin_inset Graphics\r
13782         filename ../images/dialog-show_character.png\r
13783         scale 85\r
13784 \r
13785 \end_inset\r
13786 \r
13787  or the menu \r
13788 \family sans\r
13789 Edit\SpecialChar \menuseparator\r
13790 Text\r
13791 \begin_inset space ~\r
13792 \end_inset\r
13793 \r
13794 Style\SpecialChar \menuseparator\r
13795 Customized\r
13796 \family default\r
13797 .\r
13798  The formula number then has the same color as the formula.\r
13799  When the formula number should get another color than the formula characters,\r
13800  the color must be changed within the formula.\r
13801 \end_layout\r
13802 \r
13803 \begin_layout Standard\r
13804 An example:\r
13805 \end_layout\r
13806 \r
13807 \begin_layout Standard\r
13808 \r
13809 \color red\r
13810 \begin_inset Formula \r
13811 \begin{equation}\r
13812 \int A=B\label{eq:red}\r
13813 \end{equation}\r
13814 \r
13815 \end_inset\r
13816 \r
13817 \r
13818 \color green\r
13819 \r
13820 \begin_inset Formula \r
13821 \begin{equation}\r
13822 \textcolor{red}{\int A=B}\label{eq:redgreen}\r
13823 \end{equation}\r
13824 \r
13825 \end_inset\r
13826 \r
13827 \r
13828 \end_layout\r
13829 \r
13830 \begin_layout Standard\r
13831 Formula \r
13832 \begin_inset CommandInset ref\r
13833 LatexCommand eqref\r
13834 reference "eq:red"\r
13835 \r
13836 \end_inset\r
13837 \r
13838  is completely colored red.\r
13839 \begin_inset Newline newline\r
13840 \end_inset\r
13841 \r
13842 Formula \r
13843 \begin_inset CommandInset ref\r
13844 LatexCommand eqref\r
13845 reference "eq:redgreen"\r
13846 \r
13847 \end_inset\r
13848 \r
13849  was first completely colored green to set the color for the formula number.\r
13850  Subsequently the formula characters were colored red.\r
13851 \end_layout\r
13852 \r
13853 \begin_layout Standard\r
13854 \begin_inset VSpace bigskip\r
13855 \end_inset\r
13856 \r
13857 To color the frame different than the rest of the box, the command \r
13858 \series bold\r
13859 \r
13860 \backslash\r
13861 fcolorbox\r
13862 \series default\r
13863 \r
13864 \begin_inset Index idx\r
13865 status collapsed\r
13866 \r
13867 \begin_layout Plain Layout\r
13868 Commands ! F ! \r
13869 \backslash\r
13870 fcolorbox\r
13871 \end_layout\r
13872 \r
13873 \end_inset\r
13874 \r
13875  is used in the following scheme:\r
13876 \end_layout\r
13877 \r
13878 \begin_layout Standard\r
13879 \r
13880 \series bold\r
13881 \r
13882 \backslash\r
13883 fcolorbox{frame color}{color}{box content}\r
13884 \end_layout\r
13885 \r
13886 \begin_layout Standard\r
13887 So \r
13888 \series bold\r
13889 \r
13890 \backslash\r
13891 fcolorbox\r
13892 \series default\r
13893  is an extension of the command \r
13894 \series bold\r
13895 \r
13896 \backslash\r
13897 colorbox\r
13898 \series default\r
13899 .\r
13900  The frame width is set, like for \r
13901 \series bold\r
13902 \r
13903 \backslash\r
13904 framebox\r
13905 \series default\r
13906 , with \r
13907 \series bold\r
13908 \r
13909 \backslash\r
13910 fboxrule\r
13911 \series default\r
13912  and \r
13913 \series bold\r
13914 \r
13915 \backslash\r
13916 fboxsep\r
13917 \series default\r
13918 .\r
13919  An example:\r
13920 \begin_inset ERT\r
13921 status collapsed\r
13922 \r
13923 \begin_layout Plain Layout\r
13924 \r
13925 \r
13926 \backslash\r
13927 fboxrule 1mm \r
13928 \backslash\r
13929 fboxsep 1mm\r
13930 \end_layout\r
13931 \r
13932 \end_inset\r
13933 \r
13934 \r
13935 \begin_inset Formula \r
13936 \[\r
13937 \fcolorbox{cyan}{magenta}{A=B}\r
13938 \]\r
13939 \r
13940 \end_inset\r
13941 \r
13942 \r
13943 \begin_inset ERT\r
13944 status collapsed\r
13945 \r
13946 \begin_layout Plain Layout\r
13947 \r
13948 \r
13949 \backslash\r
13950 fboxrule 0.4pt \r
13951 \backslash\r
13952 fboxsep 3pt\r
13953 \end_layout\r
13954 \r
13955 \end_inset\r
13956 \r
13957 \r
13958 \end_layout\r
13959 \r
13960 \begin_layout Standard\r
13961 This formula was created with the command\r
13962 \begin_inset Newline newline\r
13963 \end_inset\r
13964 \r
13965 \r
13966 \series bold\r
13967 \r
13968 \backslash\r
13969 fcolorbox{cyan\r
13970 \begin_inset Formula $\to$\r
13971 \end_inset\r
13972 \r
13973 \r
13974 \backslash\r
13975 {magenta\r
13976 \begin_inset Formula $\to$\r
13977 \end_inset\r
13978 \r
13979 \r
13980 \backslash\r
13981 {A=B\r
13982 \series default\r
13983 .\r
13984 \end_layout\r
13985 \r
13986 \begin_layout Standard\r
13987 \begin_inset VSpace bigskip\r
13988 \end_inset\r
13989 \r
13990 To use other colors than the predefined ones, they have to be defined first.\r
13991 \end_layout\r
13992 \r
13993 \begin_layout Standard\r
13994 One can for example define the color \r
13995 \begin_inset Quotes eld\r
13996 \end_inset\r
13997 \r
13998 \r
13999 \series bold\r
14000 darkgreen\r
14001 \series default\r
14002 \r
14003 \begin_inset Quotes erd\r
14004 \end_inset\r
14005 \r
14006  with the LaTeX-preamble line:\r
14007 \end_layout\r
14008 \r
14009 \begin_layout Standard\r
14010 \r
14011 \series bold\r
14012 \r
14013 \backslash\r
14014 definecolor{darkgreen}{cmyk}{0.5,\r
14015 \series default\r
14016  \r
14017 \series bold\r
14018 0,\r
14019 \series default\r
14020  \r
14021 \series bold\r
14022 1,\r
14023 \series default\r
14024  \r
14025 \series bold\r
14026 0.5}\r
14027 \series default\r
14028 \r
14029 \begin_inset Index idx\r
14030 status collapsed\r
14031 \r
14032 \begin_layout Plain Layout\r
14033 Commands ! D ! \r
14034 \backslash\r
14035 definecolor\r
14036 \end_layout\r
14037 \r
14038 \end_inset\r
14039 \r
14040 \r
14041 \end_layout\r
14042 \r
14043 \begin_layout Standard\r
14044 \r
14045 \series bold\r
14046 cmyk\r
14047 \series default\r
14048  is the color space that denotes the colors \r
14049 \series bold\r
14050 cyan\r
14051 \series default\r
14052\r
14053 \series bold\r
14054 magenta\r
14055 \series default\r
14056\r
14057 \series bold\r
14058 yellow\r
14059 \series default\r
14060  and \r
14061 \series bold\r
14062 black\r
14063 \series default\r
14064 .\r
14065  The four comma separated numbers are the portion factor for the corresponding\r
14066  colors of the color space.\r
14067  The factors can be in the range of 0\r
14068 \begin_inset space \thinspace{}\r
14069 \end_inset\r
14070 \r
14071 -\r
14072 \begin_inset space \thinspace{}\r
14073 \end_inset\r
14074 \r
14075 1.\r
14076  Instead of \r
14077 \series bold\r
14078 cmyk\r
14079 \series default\r
14080  also the color space \r
14081 \series bold\r
14082 rgb\r
14083 \series default\r
14084  can be used for definitions.\r
14085  \r
14086 \series bold\r
14087 rgb\r
14088 \series default\r
14089  denotes \r
14090 \series bold\r
14091 red\r
14092 \series default\r
14093\r
14094 \series bold\r
14095 green\r
14096 \series default\r
14097  and \r
14098 \series bold\r
14099 blue\r
14100 \series default\r
14101 , so that there are in this case three portion factors for the corresponding\r
14102  colors.\r
14103  Furthermore there is the color space \r
14104 \series bold\r
14105 gray\r
14106 \series default\r
14107  with one portion factor for the gray value.\r
14108 \end_layout\r
14109 \r
14110 \begin_layout Standard\r
14111 As example a framed box with the new defined color \r
14112 \series bold\r
14113 darkgreen\r
14114 \series default\r
14115  where the characters have been colored \r
14116 \series bold\r
14117 yellow\r
14118 \series default\r
14119 :\r
14120 \begin_inset Formula \r
14121 \begin{equation}\r
14122 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\r
14123 \end{equation}\r
14124 \r
14125 \end_inset\r
14126 \r
14127 \r
14128 \end_layout\r
14129 \r
14130 \begin_layout Standard\r
14131 Self-defined colors can also be used for text with the help of the command\r
14132  \r
14133 \series bold\r
14134 \r
14135 \backslash\r
14136 textcolor\r
14137 \series default\r
14138 :\r
14139 \begin_inset Index idx\r
14140 status collapsed\r
14141 \r
14142 \begin_layout Plain Layout\r
14143 Text ! colored\r
14144 \end_layout\r
14145 \r
14146 \end_inset\r
14147 \r
14148 \r
14149 \end_layout\r
14150 \r
14151 \begin_layout Standard\r
14152 \begin_inset ERT\r
14153 status collapsed\r
14154 \r
14155 \begin_layout Plain Layout\r
14156 \r
14157 \r
14158 \backslash\r
14159 textcolor{darkgreen}{\r
14160 \end_layout\r
14161 \r
14162 \end_inset\r
14163 \r
14164 This sentence is \r
14165 \begin_inset Quotes eld\r
14166 \end_inset\r
14167 \r
14168 darkgreen\r
14169 \begin_inset Quotes erd\r
14170 \end_inset\r
14171 \r
14172 .\r
14173 \begin_inset ERT\r
14174 status collapsed\r
14175 \r
14176 \begin_layout Plain Layout\r
14177 \r
14178 }\r
14179 \end_layout\r
14180 \r
14181 \end_inset\r
14182 \r
14183 \r
14184 \end_layout\r
14185 \r
14186 \begin_layout Standard\r
14187 \r
14188 \series bold\r
14189 \r
14190 \backslash\r
14191 textcolor\r
14192 \series default\r
14193 \r
14194 \begin_inset Index idx\r
14195 status collapsed\r
14196 \r
14197 \begin_layout Plain Layout\r
14198 Commands ! T ! \r
14199 \backslash\r
14200 textcolor\r
14201 \end_layout\r
14202 \r
14203 \end_inset\r
14204 \r
14205  is used in the scheme \r
14206 \series bold\r
14207 \r
14208 \backslash\r
14209 textcolor{color}{characters to color}\r
14210 \series default\r
14211 .\r
14212 \end_layout\r
14213 \r
14214 \begin_layout Subsection\r
14215 Paragraph Boxes\r
14216 \begin_inset CommandInset label\r
14217 LatexCommand label\r
14218 name "sub:Paragraph-Boxes"\r
14219 \r
14220 \end_inset\r
14221 \r
14222 \r
14223 \begin_inset Index idx\r
14224 status collapsed\r
14225 \r
14226 \begin_layout Plain Layout\r
14227 Boxes ! as paragraph\r
14228 \end_layout\r
14229 \r
14230 \end_inset\r
14231 \r
14232 \r
14233 \end_layout\r
14234 \r
14235 \begin_layout Standard\r
14236 A box that can contain several lines and paragraphs, a so-called paragraph\r
14237  box (parbox), can be created with the menu \r
14238 \family sans\r
14239 Insert\SpecialChar \menuseparator\r
14240 Box\r
14241 \family default\r
14242  or the toolbar button \r
14243 \begin_inset Graphics\r
14244         filename ../images/box-insert.png\r
14245         scale 85\r
14246 \r
14247 \end_inset\r
14248 \r
14249 .\r
14250 \end_layout\r
14251 \r
14252 \begin_layout Standard\r
14253 The following example shows a framed parbox in a line:\r
14254 \end_layout\r
14255 \r
14256 \begin_layout Standard\r
14257 \begin_inset VSpace medskip\r
14258 \end_inset\r
14259 \r
14260 This is a line \r
14261 \begin_inset Box Boxed\r
14262 position "c"\r
14263 hor_pos "c"\r
14264 has_inner_box 1\r
14265 inner_pos "t"\r
14266 use_parbox 1\r
14267 use_makebox 0\r
14268 width "5cm"\r
14269 special "none"\r
14270 height "1in"\r
14271 height_special "totalheight"\r
14272 status open\r
14273 \r
14274 \begin_layout Plain Layout\r
14275 This is a paragraph box.\r
14276  It is exactly 5\r
14277 \begin_inset space \thinspace{}\r
14278 \end_inset\r
14279 \r
14280 cm long and can also contain formulas: \r
14281 \begin_inset Formula $\int A\,\mathrm{d}s=C$\r
14282 \end_inset\r
14283 \r
14284 \r
14285 \end_layout\r
14286 \r
14287 \end_inset\r
14288 \r
14289  with a parbox.\r
14290 \end_layout\r
14291 \r
14292 \begin_layout Standard\r
14293 \begin_inset VSpace medskip\r
14294 \end_inset\r
14295 \r
14296 \r
14297 \end_layout\r
14298 \r
14299 \begin_layout Standard\r
14300 Such a box is created by right-clicking on the gray box inset.\r
14301  A dialog pops up showing the box properties.\r
14302  In our case set: \r
14303 \emph on\r
14304 Decoration\r
14305 \emph default\r
14306 : Rectangular box, \r
14307 \emph on\r
14308 Inner Box\r
14309 \emph default\r
14310 : Parbox, \r
14311 \emph on\r
14312 Width\r
14313 \emph default\r
14314 : 5\r
14315 \begin_inset space \thinspace{}\r
14316 \end_inset\r
14317 \r
14318 cm, \r
14319 \emph on\r
14320 Vertical Box Alignment\r
14321 \emph default\r
14322 : Middle\r
14323 \end_layout\r
14324 \r
14325 \begin_layout Standard\r
14326 \begin_inset VSpace medskip\r
14327 \end_inset\r
14328 \r
14329 In LaTeX a parbox is created with the command \r
14330 \series bold\r
14331 \r
14332 \backslash\r
14333 parbox\r
14334 \series default\r
14335 \r
14336 \begin_inset Index idx\r
14337 status collapsed\r
14338 \r
14339 \begin_layout Plain Layout\r
14340 Commands ! P ! \r
14341 \backslash\r
14342 parbox\r
14343 \end_layout\r
14344 \r
14345 \end_inset\r
14346 \r
14347  which has the following scheme:\r
14348 \end_layout\r
14349 \r
14350 \begin_layout Standard\r
14351 \r
14352 \series bold\r
14353 \r
14354 \backslash\r
14355 parbox[position]{width}{box content}\r
14356 \end_layout\r
14357 \r
14358 \begin_layout Standard\r
14359 The positions \r
14360 \emph on\r
14361 b\r
14362 \emph default\r
14363  and \r
14364 \emph on\r
14365 t\r
14366 \emph default\r
14367  are possible.\r
14368  \r
14369 \emph on\r
14370 b\r
14371 \emph default\r
14372  for \r
14373 \begin_inset Quotes eld\r
14374 \end_inset\r
14375 \r
14376 bottom\r
14377 \begin_inset Quotes erd\r
14378 \end_inset\r
14379 \r
14380  means that the box is aligned within the surrounding text with its last\r
14381  line.\r
14382  With \r
14383 \emph on\r
14384 t\r
14385 \emph default\r
14386  for \r
14387 \begin_inset Quotes eld\r
14388 \end_inset\r
14389 \r
14390 top\r
14391 \begin_inset Quotes erd\r
14392 \end_inset\r
14393 \r
14394  this is done with the first line.\r
14395  When no position is given, the box will be vertically centered, see section\r
14396  \r
14397 \emph on\r
14398 Boxes\r
14399 \emph default\r
14400  of the \r
14401 \emph on\r
14402 Embedded\r
14403 \begin_inset space ~\r
14404 \end_inset\r
14405 \r
14406 Objects\r
14407 \emph default\r
14408  manual for examples.\r
14409 \end_layout\r
14410 \r
14411 \begin_layout Standard\r
14412 \begin_inset VSpace bigskip\r
14413 \end_inset\r
14414 \r
14415 To frame formulas completely, including the formula number, the formula\r
14416  must be set into a parbox.\r
14417  To do this, the command \r
14418 \series bold\r
14419 \r
14420 \backslash\r
14421 fbox{\r
14422 \backslash\r
14423 parbox{\r
14424 \backslash\r
14425 linewidth-2\r
14426 \backslash\r
14427 fboxsep-2\r
14428 \backslash\r
14429 fboxrule}{\r
14430 \series default\r
14431  is inserted in TeX-mode before the formula.\r
14432  \r
14433 \series bold\r
14434 \r
14435 \backslash\r
14436 linewidth\r
14437 \series default\r
14438 \r
14439 \begin_inset Index idx\r
14440 status collapsed\r
14441 \r
14442 \begin_layout Plain Layout\r
14443 Commands ! L ! \r
14444 \backslash\r
14445 linewidth\r
14446 \end_layout\r
14447 \r
14448 \end_inset\r
14449 \r
14450  is hereby the line width set for the document.\r
14451  Because the frame is outside the parbox, 2\r
14452 \begin_inset space \thinspace{}\r
14453 \end_inset\r
14454 \r
14455 times the frame separation and the frame thickness must be subtracted from\r
14456  the line width.\r
14457  As this is not automatically done by LyX due to a bug\r
14458 \begin_inset Foot\r
14459 status collapsed\r
14460 \r
14461 \begin_layout Plain Layout\r
14462 \begin_inset CommandInset href\r
14463 LatexCommand href\r
14464 name "LyX-bug #4483"\r
14465 target "http://www.lyx.org/trac/ticket/4483"\r
14466 \r
14467 \end_inset\r
14468 \r
14469 \r
14470 \end_layout\r
14471 \r
14472 \end_inset\r
14473 \r
14474 , TeX-mode has to be used.\r
14475  To be able to multiply and subtract in arguments, the LaTeX-package \r
14476 \series bold\r
14477 calc\r
14478 \series default\r
14479 \r
14480 \begin_inset Foot\r
14481 status collapsed\r
14482 \r
14483 \begin_layout Plain Layout\r
14484 \r
14485 \series bold\r
14486 calc\r
14487 \series default\r
14488  is part of every LaTeX standard installation.\r
14489 \end_layout\r
14490 \r
14491 \end_inset\r
14492 \r
14493 \r
14494 \begin_inset Index idx\r
14495 status collapsed\r
14496 \r
14497 \begin_layout Plain Layout\r
14498 Packages ! calc\r
14499 \end_layout\r
14500 \r
14501 \end_inset\r
14502 \r
14503  must be loaded in the LaTeX-preamble with the line\r
14504 \end_layout\r
14505 \r
14506 \begin_layout Standard\r
14507 \r
14508 \series bold\r
14509 \r
14510 \backslash\r
14511 usepackage{calc}\r
14512 \end_layout\r
14513 \r
14514 \begin_layout Standard\r
14515 Behind the formula both boxes are closed by entering \r
14516 \series bold\r
14517 }}\r
14518 \series default\r
14519  in TeX-mode.\r
14520  Here is an example:\r
14521 \begin_inset ERT\r
14522 status collapsed\r
14523 \r
14524 \begin_layout Plain Layout\r
14525 \r
14526 \r
14527 \backslash\r
14528 fboxsep 5mm \r
14529 \backslash\r
14530 fboxrule 5mm\r
14531 \end_layout\r
14532 \r
14533 \end_inset\r
14534 \r
14535 \r
14536 \end_layout\r
14537 \r
14538 \begin_layout Standard\r
14539 \begin_inset ERT\r
14540 status collapsed\r
14541 \r
14542 \begin_layout Plain Layout\r
14543 \r
14544 \r
14545 \backslash\r
14546 fbox{\r
14547 \backslash\r
14548 parbox{\r
14549 \backslash\r
14550 linewidth-2\r
14551 \backslash\r
14552 fboxsep-2\r
14553 \backslash\r
14554 fboxrule}{\r
14555 \end_layout\r
14556 \r
14557 \end_inset\r
14558 \r
14559 \r
14560 \begin_inset Formula \r
14561 \begin{equation}\r
14562 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\r
14563 \end{equation}\r
14564 \r
14565 \end_inset\r
14566 \r
14567 \r
14568 \begin_inset ERT\r
14569 status collapsed\r
14570 \r
14571 \begin_layout Plain Layout\r
14572 \r
14573 }}\r
14574 \end_layout\r
14575 \r
14576 \end_inset\r
14577 \r
14578 \r
14579 \begin_inset ERT\r
14580 status collapsed\r
14581 \r
14582 \begin_layout Plain Layout\r
14583 \r
14584 \r
14585 \backslash\r
14586 fboxrule 0.4pt \r
14587 \backslash\r
14588 fboxsep 3pt\r
14589 \end_layout\r
14590 \r
14591 \end_inset\r
14592 \r
14593 \r
14594 \end_layout\r
14595 \r
14596 \begin_layout Standard\r
14597 \begin_inset VSpace medskip\r
14598 \end_inset\r
14599 \r
14600 As a parbox is used as the argument of \r
14601 \series bold\r
14602 \r
14603 \backslash\r
14604 fbox\r
14605 \series default\r
14606 , there is in this case no difference between \r
14607 \series bold\r
14608 \r
14609 \backslash\r
14610 fbox\r
14611 \series default\r
14612  and \r
14613 \series bold\r
14614 \r
14615 \backslash\r
14616 boxed\r
14617 \series default\r
14618 .\r
14619 \end_layout\r
14620 \r
14621 \begin_layout Standard\r
14622 \begin_inset VSpace bigskip\r
14623 \end_inset\r
14624 \r
14625 Paragraph boxes are very useful to comment formulas directly.\r
14626  To do this, \r
14627 \series bold\r
14628 \r
14629 \backslash\r
14630 parbox\r
14631 \series default\r
14632  is used in combination with the command \r
14633 \series bold\r
14634 \r
14635 \backslash\r
14636 tag\r
14637 \series default\r
14638 .\r
14639  (more about \r
14640 \series bold\r
14641 \r
14642 \backslash\r
14643 tag\r
14644 \series default\r
14645  see \r
14646 \begin_inset CommandInset ref\r
14647 LatexCommand ref\r
14648 reference "sub:User-defined-Numbering"\r
14649 \r
14650 \end_inset\r
14651 \r
14652 )\r
14653 \end_layout\r
14654 \r
14655 \begin_layout Standard\r
14656 An example of a formula commented with \r
14657 \series bold\r
14658 \r
14659 \backslash\r
14660 parbox\r
14661 \series default\r
14662 :\r
14663 \end_layout\r
14664 \r
14665 \begin_layout Standard\r
14666 \begin_inset ERT\r
14667 status collapsed\r
14668 \r
14669 \begin_layout Plain Layout\r
14670 \r
14671 \r
14672 \backslash\r
14673 [5x-7b=3b\r
14674 \backslash\r
14675 tag*{\r
14676 \backslash\r
14677 parbox{5cm}{\r
14678 \end_layout\r
14679 \r
14680 \end_inset\r
14681 \r
14682 This is a description.\r
14683  It is distinctly separated from the formula and multiline.\r
14684 \begin_inset ERT\r
14685 status collapsed\r
14686 \r
14687 \begin_layout Plain Layout\r
14688 \r
14689 }}\r
14690 \backslash\r
14691 ]\r
14692 \end_layout\r
14693 \r
14694 \end_inset\r
14695 \r
14696 \r
14697 \end_layout\r
14698 \r
14699 \begin_layout Standard\r
14700 Such a formula must be inserted completely in TeX-mode because LyX does\r
14701  not yet support the command \r
14702 \series bold\r
14703 \r
14704 \backslash\r
14705 parbox\r
14706 \series default\r
14707  in formulas.\r
14708  The formula is created with the following command sequence:\r
14709 \end_layout\r
14710 \r
14711 \begin_layout Standard\r
14712 The command \r
14713 \series bold\r
14714 \r
14715 \backslash\r
14716 [5x-7b=3b\r
14717 \backslash\r
14718 tag*\r
14719 \backslash\r
14720 {\r
14721 \backslash\r
14722 parbox{5cm}{\r
14723 \series default\r
14724  is inserted in TeX-mode.\r
14725 \begin_inset Foot\r
14726 status collapsed\r
14727 \r
14728 \begin_layout Plain Layout\r
14729 When the formula style \r
14730 \series bold\r
14731 Indented\r
14732 \series default\r
14733  is used, \r
14734 \series bold\r
14735 \r
14736 \backslash\r
14737 tag*\r
14738 \backslash\r
14739 {\r
14740 \series default\r
14741  can also be replaced by \r
14742 \series bold\r
14743 \r
14744 \backslash\r
14745 hfill\r
14746 \series default\r
14747 .\r
14748  (formula styles see \r
14749 \begin_inset CommandInset ref\r
14750 LatexCommand ref\r
14751 reference "sec:Formula-Styles"\r
14752 \r
14753 \end_inset\r
14754 \r
14755 )\r
14756 \end_layout\r
14757 \r
14758 \end_inset\r
14759 \r
14760  Then the description follows as normal text and finally \r
14761 \series bold\r
14762 }}\r
14763 \backslash\r
14764 ]\r
14765 \series default\r
14766  is inserted in TeX-mode.\r
14767  The commands \r
14768 \series bold\r
14769 \r
14770 \backslash\r
14771 [\r
14772 \series default\r
14773  and \r
14774 \series bold\r
14775 \r
14776 \backslash\r
14777 ]\r
14778 \series default\r
14779  hereby create a displayed formula.\r
14780 \end_layout\r
14781 \r
14782 \begin_layout Standard\r
14783 The advantages of \r
14784 \series bold\r
14785 \r
14786 \backslash\r
14787 parbox\r
14788 \series default\r
14789  can be seen in this example that was \r
14790 \begin_inset Quotes eld\r
14791 \end_inset\r
14792 \r
14793 commented\r
14794 \begin_inset Quotes erd\r
14795 \end_inset\r
14796 \r
14797  using the mathematical textmode:\r
14798 \begin_inset Formula \r
14799 \[\r
14800 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\r
14801 \]\r
14802 \r
14803 \end_inset\r
14804 \r
14805 \r
14806 \end_layout\r
14807 \r
14808 \begin_layout Section\r
14809 Operators\r
14810 \begin_inset Index idx\r
14811 status collapsed\r
14812 \r
14813 \begin_layout Plain Layout\r
14814 Operators\r
14815 \end_layout\r
14816 \r
14817 \end_inset\r
14818 \r
14819 \r
14820 \end_layout\r
14821 \r
14822 \begin_layout Subsection\r
14823 Big Operators\r
14824 \begin_inset CommandInset label\r
14825 LatexCommand label\r
14826 name "sub:Big-Operators"\r
14827 \r
14828 \end_inset\r
14829 \r
14830 \r
14831 \begin_inset Index idx\r
14832 status collapsed\r
14833 \r
14834 \begin_layout Plain Layout\r
14835 Operators ! big\r
14836 \end_layout\r
14837 \r
14838 \end_inset\r
14839 \r
14840 \r
14841 \begin_inset Index idx\r
14842 status collapsed\r
14843 \r
14844 \begin_layout Plain Layout\r
14845 Sums\r
14846 \end_layout\r
14847 \r
14848 \end_inset\r
14849 \r
14850 \r
14851 \begin_inset Index idx\r
14852 status collapsed\r
14853 \r
14854 \begin_layout Plain Layout\r
14855 Integrals\r
14856 \end_layout\r
14857 \r
14858 \end_inset\r
14859 \r
14860 \r
14861 \end_layout\r
14862 \r
14863 \begin_layout Standard\r
14864 To be able to use all integral operators listed here, the option \r
14865 \family sans\r
14866 Use esint package automatically\r
14867 \family default\r
14868  must be set in the document settings under \r
14869 \family sans\r
14870 Math\r
14871 \begin_inset space ~\r
14872 \end_inset\r
14873 \r
14874 Options\r
14875 \family default\r
14876 .\r
14877 \end_layout\r
14878 \r
14879 \begin_layout Standard\r
14880 \begin_inset space \hfill{}\r
14881 \end_inset\r
14882 \r
14883 \r
14884 \begin_inset Tabular\r
14885 <lyxtabular version="3" rows="11" columns="2">\r
14886 <features tabularvalignment="middle">\r
14887 <column alignment="center" valignment="top" width="0pt">\r
14888 <column alignment="center" valignment="top" width="0pt">\r
14889 <row>\r
14890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
14891 \begin_inset Text\r
14892 \r
14893 \begin_layout Plain Layout\r
14894 Command\r
14895 \end_layout\r
14896 \r
14897 \end_inset\r
14898 </cell>\r
14899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
14900 \begin_inset Text\r
14901 \r
14902 \begin_layout Plain Layout\r
14903 Result\r
14904 \end_layout\r
14905 \r
14906 \end_inset\r
14907 </cell>\r
14908 </row>\r
14909 <row>\r
14910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
14911 \begin_inset Text\r
14912 \r
14913 \begin_layout Plain Layout\r
14914 \r
14915 \backslash\r
14916 int\r
14917 \begin_inset Index idx\r
14918 status collapsed\r
14919 \r
14920 \begin_layout Plain Layout\r
14921 Commands ! I ! \r
14922 \backslash\r
14923 int\r
14924 \end_layout\r
14925 \r
14926 \end_inset\r
14927 \r
14928 \r
14929 \end_layout\r
14930 \r
14931 \end_inset\r
14932 </cell>\r
14933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
14934 \begin_inset Text\r
14935 \r
14936 \begin_layout Plain Layout\r
14937 \begin_inset Formula $\int$\r
14938 \end_inset\r
14939 \r
14940 \r
14941 \end_layout\r
14942 \r
14943 \end_inset\r
14944 </cell>\r
14945 </row>\r
14946 <row>\r
14947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
14948 \begin_inset Text\r
14949 \r
14950 \begin_layout Plain Layout\r
14951 \r
14952 \backslash\r
14953 oint\r
14954 \end_layout\r
14955 \r
14956 \end_inset\r
14957 </cell>\r
14958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
14959 \begin_inset Text\r
14960 \r
14961 \begin_layout Plain Layout\r
14962 \begin_inset Formula $\oint$\r
14963 \end_inset\r
14964 \r
14965 \r
14966 \end_layout\r
14967 \r
14968 \end_inset\r
14969 </cell>\r
14970 </row>\r
14971 <row>\r
14972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
14973 \begin_inset Text\r
14974 \r
14975 \begin_layout Plain Layout\r
14976 \r
14977 \backslash\r
14978 ointctrclockwise\r
14979 \end_layout\r
14980 \r
14981 \end_inset\r
14982 </cell>\r
14983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
14984 \begin_inset Text\r
14985 \r
14986 \begin_layout Plain Layout\r
14987 \begin_inset Formula $\ointctrclockwise$\r
14988 \end_inset\r
14989 \r
14990 \r
14991 \end_layout\r
14992 \r
14993 \end_inset\r
14994 </cell>\r
14995 </row>\r
14996 <row>\r
14997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
14998 \begin_inset Text\r
14999 \r
15000 \begin_layout Plain Layout\r
15001 \r
15002 \backslash\r
15003 ointclockwise\r
15004 \end_layout\r
15005 \r
15006 \end_inset\r
15007 </cell>\r
15008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15009 \begin_inset Text\r
15010 \r
15011 \begin_layout Plain Layout\r
15012 \begin_inset Formula $\ointclockwise$\r
15013 \end_inset\r
15014 \r
15015 \r
15016 \end_layout\r
15017 \r
15018 \end_inset\r
15019 </cell>\r
15020 </row>\r
15021 <row>\r
15022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15023 \begin_inset Text\r
15024 \r
15025 \begin_layout Plain Layout\r
15026 \r
15027 \backslash\r
15028 sqint\r
15029 \end_layout\r
15030 \r
15031 \end_inset\r
15032 </cell>\r
15033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15034 \begin_inset Text\r
15035 \r
15036 \begin_layout Plain Layout\r
15037 \begin_inset Formula $\sqint$\r
15038 \end_inset\r
15039 \r
15040 \r
15041 \end_layout\r
15042 \r
15043 \end_inset\r
15044 </cell>\r
15045 </row>\r
15046 <row>\r
15047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15048 \begin_inset Text\r
15049 \r
15050 \begin_layout Plain Layout\r
15051 \r
15052 \backslash\r
15053 fint\r
15054 \end_layout\r
15055 \r
15056 \end_inset\r
15057 </cell>\r
15058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15059 \begin_inset Text\r
15060 \r
15061 \begin_layout Plain Layout\r
15062  \r
15063 \begin_inset Formula $\fint$\r
15064 \end_inset\r
15065 \r
15066 \r
15067 \end_layout\r
15068 \r
15069 \end_inset\r
15070 </cell>\r
15071 </row>\r
15072 <row>\r
15073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15074 \begin_inset Text\r
15075 \r
15076 \begin_layout Plain Layout\r
15077 \r
15078 \backslash\r
15079 landupint\r
15080 \end_layout\r
15081 \r
15082 \end_inset\r
15083 </cell>\r
15084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15085 \begin_inset Text\r
15086 \r
15087 \begin_layout Plain Layout\r
15088  \r
15089 \begin_inset Formula $\landupint$\r
15090 \end_inset\r
15091 \r
15092 \r
15093 \end_layout\r
15094 \r
15095 \end_inset\r
15096 </cell>\r
15097 </row>\r
15098 <row>\r
15099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15100 \begin_inset Text\r
15101 \r
15102 \begin_layout Plain Layout\r
15103 \r
15104 \backslash\r
15105 landdownint\r
15106 \end_layout\r
15107 \r
15108 \end_inset\r
15109 </cell>\r
15110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15111 \begin_inset Text\r
15112 \r
15113 \begin_layout Plain Layout\r
15114  \r
15115 \begin_inset Formula $\landdownint$\r
15116 \end_inset\r
15117 \r
15118 \r
15119 \end_layout\r
15120 \r
15121 \end_inset\r
15122 </cell>\r
15123 </row>\r
15124 <row>\r
15125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15126 \begin_inset Text\r
15127 \r
15128 \begin_layout Plain Layout\r
15129 \r
15130 \backslash\r
15131 bigcap\r
15132 \end_layout\r
15133 \r
15134 \end_inset\r
15135 </cell>\r
15136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15137 \begin_inset Text\r
15138 \r
15139 \begin_layout Plain Layout\r
15140 \begin_inset Formula $\bigcap$\r
15141 \end_inset\r
15142 \r
15143 \r
15144 \end_layout\r
15145 \r
15146 \end_inset\r
15147 </cell>\r
15148 </row>\r
15149 <row>\r
15150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
15151 \begin_inset Text\r
15152 \r
15153 \begin_layout Plain Layout\r
15154 \r
15155 \backslash\r
15156 bigcup\r
15157 \end_layout\r
15158 \r
15159 \end_inset\r
15160 </cell>\r
15161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
15162 \begin_inset Text\r
15163 \r
15164 \begin_layout Plain Layout\r
15165 \begin_inset Formula $\bigcup$\r
15166 \end_inset\r
15167 \r
15168 \r
15169 \end_layout\r
15170 \r
15171 \end_inset\r
15172 </cell>\r
15173 </row>\r
15174 </lyxtabular>\r
15175 \r
15176 \end_inset\r
15177 \r
15178 \r
15179 \begin_inset space \hfill{}\r
15180 \end_inset\r
15181 \r
15182 \r
15183 \begin_inset Tabular\r
15184 <lyxtabular version="3" rows="11" columns="2">\r
15185 <features tabularvalignment="middle">\r
15186 <column alignment="center" valignment="top" width="0pt">\r
15187 <column alignment="center" valignment="top" width="0pt">\r
15188 <row>\r
15189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
15190 \begin_inset Text\r
15191 \r
15192 \begin_layout Plain Layout\r
15193 Command\r
15194 \end_layout\r
15195 \r
15196 \end_inset\r
15197 </cell>\r
15198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
15199 \begin_inset Text\r
15200 \r
15201 \begin_layout Plain Layout\r
15202 Result\r
15203 \end_layout\r
15204 \r
15205 \end_inset\r
15206 </cell>\r
15207 </row>\r
15208 <row>\r
15209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15210 \begin_inset Text\r
15211 \r
15212 \begin_layout Plain Layout\r
15213 \r
15214 \backslash\r
15215 sum\r
15216 \begin_inset Index idx\r
15217 status collapsed\r
15218 \r
15219 \begin_layout Plain Layout\r
15220 Commands ! S ! \r
15221 \backslash\r
15222 sum\r
15223 \end_layout\r
15224 \r
15225 \end_inset\r
15226 \r
15227 \r
15228 \end_layout\r
15229 \r
15230 \end_inset\r
15231 </cell>\r
15232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
15233 \begin_inset Text\r
15234 \r
15235 \begin_layout Plain Layout\r
15236 \begin_inset Formula $\sum$\r
15237 \end_inset\r
15238 \r
15239 \r
15240 \end_layout\r
15241 \r
15242 \end_inset\r
15243 </cell>\r
15244 </row>\r
15245 <row>\r
15246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15247 \begin_inset Text\r
15248 \r
15249 \begin_layout Plain Layout\r
15250 \r
15251 \backslash\r
15252 prod\r
15253 \begin_inset Index idx\r
15254 status collapsed\r
15255 \r
15256 \begin_layout Plain Layout\r
15257 Commands ! P ! \r
15258 \backslash\r
15259 prod\r
15260 \begin_inset ERT\r
15261 status collapsed\r
15262 \r
15263 \begin_layout Plain Layout\r
15264 \r
15265 \r
15266 \backslash\r
15267 vspace{4mm}\r
15268 \end_layout\r
15269 \r
15270 \end_inset\r
15271 \r
15272 \r
15273 \end_layout\r
15274 \r
15275 \end_inset\r
15276 \r
15277 \r
15278 \end_layout\r
15279 \r
15280 \end_inset\r
15281 </cell>\r
15282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15283 \begin_inset Text\r
15284 \r
15285 \begin_layout Plain Layout\r
15286 \begin_inset Formula $\prod$\r
15287 \end_inset\r
15288 \r
15289 \r
15290 \end_layout\r
15291 \r
15292 \end_inset\r
15293 </cell>\r
15294 </row>\r
15295 <row>\r
15296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15297 \begin_inset Text\r
15298 \r
15299 \begin_layout Plain Layout\r
15300 \r
15301 \backslash\r
15302 coprod\r
15303 \end_layout\r
15304 \r
15305 \end_inset\r
15306 </cell>\r
15307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15308 \begin_inset Text\r
15309 \r
15310 \begin_layout Plain Layout\r
15311 \begin_inset Formula $\coprod$\r
15312 \end_inset\r
15313 \r
15314 \r
15315 \end_layout\r
15316 \r
15317 \end_inset\r
15318 </cell>\r
15319 </row>\r
15320 <row>\r
15321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15322 \begin_inset Text\r
15323 \r
15324 \begin_layout Plain Layout\r
15325 \r
15326 \backslash\r
15327 bigodot\r
15328 \end_layout\r
15329 \r
15330 \end_inset\r
15331 </cell>\r
15332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15333 \begin_inset Text\r
15334 \r
15335 \begin_layout Plain Layout\r
15336 \begin_inset Formula $\bigodot$\r
15337 \end_inset\r
15338 \r
15339 \r
15340 \end_layout\r
15341 \r
15342 \end_inset\r
15343 </cell>\r
15344 </row>\r
15345 <row>\r
15346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15347 \begin_inset Text\r
15348 \r
15349 \begin_layout Plain Layout\r
15350 \r
15351 \backslash\r
15352 bigotimes\r
15353 \end_layout\r
15354 \r
15355 \end_inset\r
15356 </cell>\r
15357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15358 \begin_inset Text\r
15359 \r
15360 \begin_layout Plain Layout\r
15361 \begin_inset Formula $\bigotimes$\r
15362 \end_inset\r
15363 \r
15364 \r
15365 \end_layout\r
15366 \r
15367 \end_inset\r
15368 </cell>\r
15369 </row>\r
15370 <row>\r
15371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15372 \begin_inset Text\r
15373 \r
15374 \begin_layout Plain Layout\r
15375 \r
15376 \backslash\r
15377 bigoplus\r
15378 \end_layout\r
15379 \r
15380 \end_inset\r
15381 </cell>\r
15382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15383 \begin_inset Text\r
15384 \r
15385 \begin_layout Plain Layout\r
15386 \begin_inset Formula $\bigoplus$\r
15387 \end_inset\r
15388 \r
15389 \r
15390 \end_layout\r
15391 \r
15392 \end_inset\r
15393 </cell>\r
15394 </row>\r
15395 <row>\r
15396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15397 \begin_inset Text\r
15398 \r
15399 \begin_layout Plain Layout\r
15400 \r
15401 \backslash\r
15402 bigwedge\r
15403 \end_layout\r
15404 \r
15405 \end_inset\r
15406 </cell>\r
15407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15408 \begin_inset Text\r
15409 \r
15410 \begin_layout Plain Layout\r
15411 \begin_inset Formula $\bigwedge$\r
15412 \end_inset\r
15413 \r
15414 \r
15415 \end_layout\r
15416 \r
15417 \end_inset\r
15418 </cell>\r
15419 </row>\r
15420 <row>\r
15421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15422 \begin_inset Text\r
15423 \r
15424 \begin_layout Plain Layout\r
15425 \r
15426 \backslash\r
15427 bigvee\r
15428 \end_layout\r
15429 \r
15430 \end_inset\r
15431 </cell>\r
15432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15433 \begin_inset Text\r
15434 \r
15435 \begin_layout Plain Layout\r
15436 \begin_inset Formula $\bigvee$\r
15437 \end_inset\r
15438 \r
15439 \r
15440 \end_layout\r
15441 \r
15442 \end_inset\r
15443 </cell>\r
15444 </row>\r
15445 <row>\r
15446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15447 \begin_inset Text\r
15448 \r
15449 \begin_layout Plain Layout\r
15450 \r
15451 \backslash\r
15452 bigsqcup\r
15453 \end_layout\r
15454 \r
15455 \end_inset\r
15456 </cell>\r
15457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15458 \begin_inset Text\r
15459 \r
15460 \begin_layout Plain Layout\r
15461 \begin_inset Formula $\bigsqcup$\r
15462 \end_inset\r
15463 \r
15464 \r
15465 \end_layout\r
15466 \r
15467 \end_inset\r
15468 </cell>\r
15469 </row>\r
15470 <row>\r
15471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
15472 \begin_inset Text\r
15473 \r
15474 \begin_layout Plain Layout\r
15475 \r
15476 \backslash\r
15477 biguplus\r
15478 \end_layout\r
15479 \r
15480 \end_inset\r
15481 </cell>\r
15482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
15483 \begin_inset Text\r
15484 \r
15485 \begin_layout Plain Layout\r
15486 \begin_inset Formula $\biguplus$\r
15487 \end_inset\r
15488 \r
15489 \r
15490 \end_layout\r
15491 \r
15492 \end_inset\r
15493 </cell>\r
15494 </row>\r
15495 </lyxtabular>\r
15496 \r
15497 \end_inset\r
15498 \r
15499 \r
15500 \begin_inset space \hfill{}\r
15501 \end_inset\r
15502 \r
15503 \r
15504 \end_layout\r
15505 \r
15506 \begin_layout Standard\r
15507 All big operators can also be inserted via the math toolbar button \r
15508 \begin_inset Graphics\r
15509         filename ../images/math/intop.png\r
15510         scale 85\r
15511 \r
15512 \end_inset\r
15513 \r
15514 .\r
15515 \end_layout\r
15516 \r
15517 \begin_layout Standard\r
15518 The operators are called big because they are bigger than the sometimes\r
15519  equal looking binary operators.\r
15520  All big operators can have limits as described in the next subsection.\r
15521 \end_layout\r
15522 \r
15523 \begin_layout Standard\r
15524 For all integral operators there is a second version available, ending in\r
15525  \r
15526 \series bold\r
15527 op\r
15528 \series default\r
15529\r
15530 \series bold\r
15531 \r
15532 \backslash\r
15533 intop\r
15534 \series default\r
15535\r
15536 \series bold\r
15537 \r
15538 \backslash\r
15539 ointop\r
15540 \series default\r
15541  etc..\r
15542  These operators are different from \r
15543 \series bold\r
15544 \r
15545 \backslash\r
15546 int\r
15547 \series default\r
15548  etc.\r
15549 \begin_inset space \space{}\r
15550 \end_inset\r
15551 \r
15552 in the style the operator limits are displayed, see \r
15553 \begin_inset CommandInset ref\r
15554 LatexCommand ref\r
15555 reference "sub:Operator-Limits"\r
15556 \r
15557 \end_inset\r
15558 \r
15559 .\r
15560  \r
15561 \end_layout\r
15562 \r
15563 \begin_layout Subsubsection*\r
15564 Advice for Integrals\r
15565 \end_layout\r
15566 \r
15567 \begin_layout Standard\r
15568 The letter \r
15569 \emph on\r
15570 d\r
15571 \emph default\r
15572  in an integral is an operator, that therefore has to be set upright.\r
15573  This is done by highlighting the \r
15574 \emph on\r
15575 d\r
15576 \emph default\r
15577  and using the keyboard shortcut \r
15578 \begin_inset Info\r
15579 type  "shortcut"\r
15580 arg   "font-roman"\r
15581 \end_inset\r
15582 \r
15583 \r
15584 \begin_inset Foot\r
15585 status collapsed\r
15586 \r
15587 \begin_layout Plain Layout\r
15588 Font styles\r
15589 \series bold\r
15590  \r
15591 \series default\r
15592 see \r
15593 \begin_inset CommandInset ref\r
15594 LatexCommand ref\r
15595 reference "sub:Font-Styles"\r
15596 \r
15597 \end_inset\r
15598 \r
15599 \r
15600 \end_layout\r
15601 \r
15602 \end_inset\r
15603 \r
15604 .\r
15605  Finally the smallest space is inserted before the \r
15606 \emph on\r
15607 d\r
15608 \emph default\r
15609 , as this is usual for operators.\r
15610  An example:\r
15611 \end_layout\r
15612 \r
15613 \begin_layout Standard\r
15614 incorrect: \r
15615 \begin_inset Formula $\int A(x)dx$\r
15616 \end_inset\r
15617 \r
15618 \r
15619 \begin_inset Newline newline\r
15620 \end_inset\r
15621 \r
15622 \r
15623 \begin_inset Phantom HPhantom\r
15624 status open\r
15625 \r
15626 \begin_layout Plain Layout\r
15627 in\r
15628 \end_layout\r
15629 \r
15630 \end_inset\r
15631 \r
15632 correct: \r
15633 \begin_inset Formula $\int A(x)\,\mathrm{d}x$\r
15634 \end_inset\r
15635 \r
15636 \r
15637 \end_layout\r
15638 \r
15639 \begin_layout Standard\r
15640 For multiple integrals there are the following commands:\r
15641 \begin_inset VSpace medskip\r
15642 \end_inset\r
15643 \r
15644 \r
15645 \end_layout\r
15646 \r
15647 \begin_layout Standard\r
15648 \begin_inset space \hfill{}\r
15649 \end_inset\r
15650 \r
15651 \r
15652 \begin_inset Tabular\r
15653 <lyxtabular version="3" rows="4" columns="2">\r
15654 <features tabularvalignment="middle">\r
15655 <column alignment="center" valignment="top" width="0">\r
15656 <column alignment="center" valignment="top" width="0">\r
15657 <row>\r
15658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
15659 \begin_inset Text\r
15660 \r
15661 \begin_layout Plain Layout\r
15662 Command\r
15663 \end_layout\r
15664 \r
15665 \end_inset\r
15666 </cell>\r
15667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
15668 \begin_inset Text\r
15669 \r
15670 \begin_layout Plain Layout\r
15671 Result\r
15672 \begin_inset Note Note\r
15673 status collapsed\r
15674 \r
15675 \begin_layout Plain Layout\r
15676 \r
15677 \series bold\r
15678 \r
15679 \backslash\r
15680 raisebox\r
15681 \series default\r
15682  is only used as spacer.\r
15683 \end_layout\r
15684 \r
15685 \end_inset\r
15686 \r
15687 \r
15688 \end_layout\r
15689 \r
15690 \end_inset\r
15691 </cell>\r
15692 </row>\r
15693 <row>\r
15694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15695 \begin_inset Text\r
15696 \r
15697 \begin_layout Plain Layout\r
15698 \r
15699 \backslash\r
15700 iint\r
15701 \end_layout\r
15702 \r
15703 \end_inset\r
15704 </cell>\r
15705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15706 \begin_inset Text\r
15707 \r
15708 \begin_layout Plain Layout\r
15709 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$\r
15710 \end_inset\r
15711 \r
15712 \r
15713 \end_layout\r
15714 \r
15715 \end_inset\r
15716 </cell>\r
15717 </row>\r
15718 <row>\r
15719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15720 \begin_inset Text\r
15721 \r
15722 \begin_layout Plain Layout\r
15723 \r
15724 \backslash\r
15725 oiint\r
15726 \end_layout\r
15727 \r
15728 \end_inset\r
15729 </cell>\r
15730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15731 \begin_inset Text\r
15732 \r
15733 \begin_layout Plain Layout\r
15734 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$\r
15735 \end_inset\r
15736 \r
15737 \r
15738 \end_layout\r
15739 \r
15740 \end_inset\r
15741 </cell>\r
15742 </row>\r
15743 <row>\r
15744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
15745 \begin_inset Text\r
15746 \r
15747 \begin_layout Plain Layout\r
15748 \r
15749 \backslash\r
15750 sqiint\r
15751 \end_layout\r
15752 \r
15753 \end_inset\r
15754 </cell>\r
15755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
15756 \begin_inset Text\r
15757 \r
15758 \begin_layout Plain Layout\r
15759 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$\r
15760 \end_inset\r
15761 \r
15762 \r
15763 \end_layout\r
15764 \r
15765 \end_inset\r
15766 </cell>\r
15767 </row>\r
15768 </lyxtabular>\r
15769 \r
15770 \end_inset\r
15771 \r
15772 \r
15773 \begin_inset space \hfill{}\r
15774 \end_inset\r
15775 \r
15776 \r
15777 \begin_inset Tabular\r
15778 <lyxtabular version="3" rows="4" columns="2">\r
15779 <features tabularvalignment="middle">\r
15780 <column alignment="center" valignment="top" width="0">\r
15781 <column alignment="center" valignment="top" width="0">\r
15782 <row>\r
15783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
15784 \begin_inset Text\r
15785 \r
15786 \begin_layout Plain Layout\r
15787 Command\r
15788 \end_layout\r
15789 \r
15790 \end_inset\r
15791 </cell>\r
15792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
15793 \begin_inset Text\r
15794 \r
15795 \begin_layout Plain Layout\r
15796 Result\r
15797 \end_layout\r
15798 \r
15799 \end_inset\r
15800 </cell>\r
15801 </row>\r
15802 <row>\r
15803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15804 \begin_inset Text\r
15805 \r
15806 \begin_layout Plain Layout\r
15807 \r
15808 \backslash\r
15809 iiint\r
15810 \end_layout\r
15811 \r
15812 \end_inset\r
15813 </cell>\r
15814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15815 \begin_inset Text\r
15816 \r
15817 \begin_layout Plain Layout\r
15818 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$\r
15819 \end_inset\r
15820 \r
15821 \r
15822 \end_layout\r
15823 \r
15824 \end_inset\r
15825 </cell>\r
15826 </row>\r
15827 <row>\r
15828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15829 \begin_inset Text\r
15830 \r
15831 \begin_layout Plain Layout\r
15832 \r
15833 \backslash\r
15834 iiiint\r
15835 \end_layout\r
15836 \r
15837 \end_inset\r
15838 </cell>\r
15839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15840 \begin_inset Text\r
15841 \r
15842 \begin_layout Plain Layout\r
15843 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$\r
15844 \end_inset\r
15845 \r
15846 \r
15847 \end_layout\r
15848 \r
15849 \end_inset\r
15850 </cell>\r
15851 </row>\r
15852 <row>\r
15853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
15854 \begin_inset Text\r
15855 \r
15856 \begin_layout Plain Layout\r
15857 \r
15858 \backslash\r
15859 dotsint\r
15860 \end_layout\r
15861 \r
15862 \end_inset\r
15863 </cell>\r
15864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
15865 \begin_inset Text\r
15866 \r
15867 \begin_layout Plain Layout\r
15868 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$\r
15869 \end_inset\r
15870 \r
15871 \r
15872 \end_layout\r
15873 \r
15874 \end_inset\r
15875 </cell>\r
15876 </row>\r
15877 </lyxtabular>\r
15878 \r
15879 \end_inset\r
15880 \r
15881 \r
15882 \begin_inset space \hfill{}\r
15883 \end_inset\r
15884 \r
15885 \r
15886 \end_layout\r
15887 \r
15888 \begin_layout Standard\r
15889 \begin_inset Newpage newpage\r
15890 \end_inset\r
15891 \r
15892 \r
15893 \end_layout\r
15894 \r
15895 \begin_layout Subsection\r
15896 Operator Limits\r
15897 \begin_inset CommandInset label\r
15898 LatexCommand label\r
15899 name "sub:Operator-Limits"\r
15900 \r
15901 \end_inset\r
15902 \r
15903 \r
15904 \begin_inset Index idx\r
15905 status collapsed\r
15906 \r
15907 \begin_layout Plain Layout\r
15908 Operators ! Limits\r
15909 \end_layout\r
15910 \r
15911 \end_inset\r
15912 \r
15913 \r
15914 \end_layout\r
15915 \r
15916 \begin_layout Standard\r
15917 Limits are created by super- and subscripts:\r
15918 \end_layout\r
15919 \r
15920 \begin_layout Standard\r
15921 \align center\r
15922 \begin_inset Tabular\r
15923 <lyxtabular version="3" rows="2" columns="2">\r
15924 <features tabularvalignment="middle">\r
15925 <column alignment="center" valignment="top" width="0pt">\r
15926 <column alignment="center" valignment="top" width="0pt">\r
15927 <row>\r
15928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
15929 \begin_inset Text\r
15930 \r
15931 \begin_layout Plain Layout\r
15932 Command\r
15933 \end_layout\r
15934 \r
15935 \end_inset\r
15936 </cell>\r
15937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
15938 \begin_inset Text\r
15939 \r
15940 \begin_layout Plain Layout\r
15941 Result\r
15942 \begin_inset Note Note\r
15943 status collapsed\r
15944 \r
15945 \begin_layout Plain Layout\r
15946 \r
15947 \series bold\r
15948 \r
15949 \backslash\r
15950 raisebox\r
15951 \series default\r
15952  is only used as spacer.\r
15953 \end_layout\r
15954 \r
15955 \end_inset\r
15956 \r
15957 \r
15958 \end_layout\r
15959 \r
15960 \end_inset\r
15961 </cell>\r
15962 </row>\r
15963 <row>\r
15964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
15965 \begin_inset Text\r
15966 \r
15967 \begin_layout Plain Layout\r
15968 \r
15969 \backslash\r
15970 prod^\r
15971 \backslash\r
15972 infty\r
15973 \begin_inset ERT\r
15974 status collapsed\r
15975 \r
15976 \begin_layout Plain Layout\r
15977 \r
15978 \r
15979 \backslash\r
15980 spce \r
15981 \end_layout\r
15982 \r
15983 \end_inset\r
15984 \r
15985 \r
15986 \begin_inset Formula $\to$\r
15987 \end_inset\r
15988 \r
15989 _0\r
15990 \begin_inset Formula $\to$\r
15991 \end_inset\r
15992 \r
15993 A(x)\r
15994 \end_layout\r
15995 \r
15996 \end_inset\r
15997 </cell>\r
15998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
15999 \begin_inset Text\r
16000 \r
16001 \begin_layout Plain Layout\r
16002 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$\r
16003 \end_inset\r
16004 \r
16005 \r
16006 \end_layout\r
16007 \r
16008 \end_inset\r
16009 </cell>\r
16010 </row>\r
16011 </lyxtabular>\r
16012 \r
16013 \end_inset\r
16014 \r
16015 \r
16016 \end_layout\r
16017 \r
16018 \begin_layout Standard\r
16019 Limits of inline formulas are set right beside the operator.\r
16020  Limits in displayed formulas are set above or below the operator, except\r
16021  for integral limits.\r
16022 \end_layout\r
16023 \r
16024 \begin_layout Standard\r
16025 To force that the limits are set beside the operator, the cursor is set\r
16026  directly behind the operator and the limits type is changed with the menu\r
16027  \r
16028 \family sans\r
16029 Edit\SpecialChar \menuseparator\r
16030 Math\SpecialChar \menuseparator\r
16031 Change Limits Type\r
16032 \family default\r
16033  to \r
16034 \family sans\r
16035 \series bold\r
16036 Inline\r
16037 \family default\r
16038 \series default\r
16039  (shortcut \r
16040 \begin_inset Info\r
16041 type  "shortcut"\r
16042 arg   "math-limits"\r
16043 \end_inset\r
16044 \r
16045 ).\r
16046  An example:\r
16047 \end_layout\r
16048 \r
16049 \begin_layout Standard\r
16050 The default limits type is this:\r
16051 \begin_inset Formula \r
16052 \[\r
16053 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\r
16054 \]\r
16055 \r
16056 \end_inset\r
16057 \r
16058 This is how it looks when the limits type was changed to \r
16059 \family sans\r
16060 \series bold\r
16061 Inline\r
16062 \family default\r
16063 \series default\r
16064 :\r
16065 \begin_inset Formula \r
16066 \[\r
16067 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\r
16068 \]\r
16069 \r
16070 \end_inset\r
16071 \r
16072 For integrals, except those ending with \r
16073 \series bold\r
16074 op\r
16075 \series default\r
16076  like \r
16077 \series bold\r
16078 \r
16079 \backslash\r
16080 intop\r
16081 \series default\r
16082\r
16083 \series bold\r
16084 \r
16085 \backslash\r
16086 ointop\r
16087 \series default\r
16088  etc., the limits are by default set beside the operator.\r
16089  But for multiple integrals the limits are often set below the operator.\r
16090  In the following example the limits type was therefore set to \r
16091 \series bold\r
16092 Display\r
16093 \series default\r
16094  and so set below the integrals:\r
16095 \begin_inset Formula \r
16096 \begin{equation}\r
16097 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\r
16098 \end{equation}\r
16099 \r
16100 \end_inset\r
16101 \r
16102 \r
16103 \end_layout\r
16104 \r
16105 \begin_layout Standard\r
16106 \begin_inset VSpace medskip\r
16107 \end_inset\r
16108 \r
16109 To specify conditions for limits, the commands \r
16110 \series bold\r
16111 \r
16112 \backslash\r
16113 subarray\r
16114 \series default\r
16115 \r
16116 \begin_inset Index idx\r
16117 status collapsed\r
16118 \r
16119 \begin_layout Plain Layout\r
16120 Commands ! S ! \r
16121 \backslash\r
16122 subarray\r
16123 \end_layout\r
16124 \r
16125 \end_inset\r
16126 \r
16127  and \r
16128 \series bold\r
16129 \r
16130 \backslash\r
16131 substack\r
16132 \series default\r
16133 \r
16134 \begin_inset Index idx\r
16135 status collapsed\r
16136 \r
16137 \begin_layout Plain Layout\r
16138 Commands ! S ! \r
16139 \backslash\r
16140 substack\r
16141 \end_layout\r
16142 \r
16143 \end_inset\r
16144 \r
16145  are used.\r
16146  To create for example this expression \r
16147 \begin_inset Formula \r
16148 \begin{equation}\r
16149 \sum_{\begin{subarray}{c}\r
16150 0<k<1000\\\r
16151 \\\r
16152 k\,\in\,\mathbb{N}\r
16153 \end{subarray}}^{n}k^{-2}\label{eq:substack}\r
16154 \end{equation}\r
16155 \r
16156 \end_inset\r
16157 \r
16158 \r
16159 \end_layout\r
16160 \r
16161 \begin_layout Standard\r
16162 the following has to be done:\r
16163 \begin_inset Newline newline\r
16164 \end_inset\r
16165 \r
16166 First the command \r
16167 \series bold\r
16168 \r
16169 \backslash\r
16170 sum\r
16171 \series default\r
16172 ^\r
16173 \series bold\r
16174 n\r
16175 \begin_inset ERT\r
16176 status collapsed\r
16177 \r
16178 \begin_layout Plain Layout\r
16179 \r
16180 \r
16181 \backslash\r
16182 spce \r
16183 \end_layout\r
16184 \r
16185 \end_inset\r
16186 \r
16187 _\r
16188 \series default\r
16189  is typed in.\r
16190  One is now in a blue box under the summation operator and insert there\r
16191  the command \r
16192 \series bold\r
16193 \r
16194 \backslash\r
16195 subarray\r
16196 \begin_inset ERT\r
16197 status collapsed\r
16198 \r
16199 \begin_layout Plain Layout\r
16200 \r
16201 \r
16202 \backslash\r
16203 spce \r
16204 \end_layout\r
16205 \r
16206 \end_inset\r
16207 \r
16208 \r
16209 \series default\r
16210 .\r
16211  The blue box is now within a purple box and now several lines can be written\r
16212  among each other.\r
16213  A new line is created by inserting a line break (\r
16214 \begin_inset Info\r
16215 type  "shortcut"\r
16216 arg   "newline-insert newline"\r
16217 \end_inset\r
16218 \r
16219 ).\r
16220  When now\r
16221 \begin_inset Newline newline\r
16222 \end_inset\r
16223 \r
16224 \r
16225 \series bold\r
16226 0<k<1000 Ctrl+Return\r
16227 \begin_inset Newline newline\r
16228 \end_inset\r
16229 \r
16230 \r
16231 \series default\r
16232 is typed in, a new box appears below for the new line.\r
16233 \end_layout\r
16234 \r
16235 \begin_layout Standard\r
16236 The alignment of the lines can be changed to left aligned with the \r
16237 \family sans\r
16238 table\r
16239 \family default\r
16240  \r
16241 \family sans\r
16242 toolbar\r
16243 \family default\r
16244  or the menu \r
16245 \family sans\r
16246 Edit\SpecialChar \menuseparator\r
16247 Rows &Columns\r
16248 \family default\r
16249 .\r
16250  To get right alignment, \r
16251 \series bold\r
16252 \r
16253 \backslash\r
16254 hfill\r
16255 \begin_inset ERT\r
16256 status collapsed\r
16257 \r
16258 \begin_layout Plain Layout\r
16259 \r
16260 \r
16261 \backslash\r
16262 spce \r
16263 \end_layout\r
16264 \r
16265 \end_inset\r
16266 \r
16267 \r
16268 \series default\r
16269  is inserted at the beginning of the line.\r
16270 \end_layout\r
16271 \r
16272 \begin_layout Standard\r
16273 The command \r
16274 \series bold\r
16275 \r
16276 \backslash\r
16277 substack\r
16278 \series default\r
16279  is equivalent to \r
16280 \series bold\r
16281 \r
16282 \backslash\r
16283 subarray\r
16284 \series default\r
16285  with the difference that the lines are always centered.\r
16286 \end_layout\r
16287 \r
16288 \begin_layout Standard\r
16289 \begin_inset VSpace bigskip\r
16290 \end_inset\r
16291 \r
16292 Like in formula \r
16293 \begin_inset CommandInset ref\r
16294 LatexCommand eqref\r
16295 reference "eq:substack"\r
16296 \r
16297 \end_inset\r
16298 \r
16299  there can be too much space beside an operator, because the characters\r
16300  following the operator are set beside the limits.\r
16301 \end_layout\r
16302 \r
16303 \begin_layout Standard\r
16304 To avoid this, the following macro can be used in the LaTeX-preamble:\r
16305 \end_layout\r
16306 \r
16307 \begin_layout Standard\r
16308 \r
16309 \series bold\r
16310 \r
16311 \backslash\r
16312 def\r
16313 \backslash\r
16314 clap#1{\r
16315 \backslash\r
16316 hbox to 0pt{\r
16317 \backslash\r
16318 hss #1\r
16319 \backslash\r
16320 hss}}\r
16321 \begin_inset Newline newline\r
16322 \end_inset\r
16323 \r
16324 \r
16325 \backslash\r
16326 def\r
16327 \backslash\r
16328 mathclap {\r
16329 \backslash\r
16330 mathpalette \r
16331 \backslash\r
16332 mathclapinternal}\r
16333 \begin_inset Newline newline\r
16334 \end_inset\r
16335 \r
16336 \r
16337 \backslash\r
16338 def\r
16339 \backslash\r
16340 mathclapinternal #1#2{\r
16341 \backslash\r
16342 clap{$\r
16343 \backslash\r
16344 mathsurround =0pt #1{#2}$}}\r
16345 \end_layout\r
16346 \r
16347 \begin_layout Standard\r
16348 This defines the command \r
16349 \series bold\r
16350 \r
16351 \backslash\r
16352 mathclap\r
16353 \series default\r
16354 \r
16355 \begin_inset Index idx\r
16356 status collapsed\r
16357 \r
16358 \begin_layout Plain Layout\r
16359 Commands ! M ! \r
16360 \backslash\r
16361 mathclap\r
16362 \end_layout\r
16363 \r
16364 \end_inset\r
16365 \r
16366  that sets the width of the limit to 0\r
16367 \begin_inset space \thinspace{}\r
16368 \end_inset\r
16369 \r
16370 pt.\r
16371  The command scheme is\r
16372 \end_layout\r
16373 \r
16374 \begin_layout Standard\r
16375 \r
16376 \series bold\r
16377 \r
16378 \backslash\r
16379 mathclap{limit}\r
16380 \end_layout\r
16381 \r
16382 \begin_layout Standard\r
16383 where the limit can consist of several conditions.\r
16384 \end_layout\r
16385 \r
16386 \begin_layout Standard\r
16387 Applied on formula \r
16388 \begin_inset CommandInset ref\r
16389 LatexCommand eqref\r
16390 reference "eq:substack"\r
16391 \r
16392 \end_inset\r
16393 \r
16394 , one uses the command\r
16395 \end_layout\r
16396 \r
16397 \begin_layout Standard\r
16398 \r
16399 \series bold\r
16400 \r
16401 \backslash\r
16402 sum_\r
16403 \backslash\r
16404 mathclap{\r
16405 \backslash\r
16406 substack\r
16407 \begin_inset ERT\r
16408 status collapsed\r
16409 \r
16410 \begin_layout Plain Layout\r
16411 \r
16412 \r
16413 \backslash\r
16414 spce \r
16415 \end_layout\r
16416 \r
16417 \end_inset\r
16418 \r
16419 0<k<1000 Ctrl+Return\r
16420 \end_layout\r
16421 \r
16422 \begin_layout Standard\r
16423 to create the lower limit.\r
16424  The summand is now directly behind the summation operator:\r
16425 \begin_inset Formula \r
16426 \[\r
16427 \sum_{\mathclap{\substack{0<k<1000\\\r
16428 \\\r
16429 k\,\in\,\mathbb{N}\r
16430 }\r
16431 }}^{n}k^{-2}\r
16432 \]\r
16433 \r
16434 \end_inset\r
16435 \r
16436 \r
16437 \end_layout\r
16438 \r
16439 \begin_layout Standard\r
16440 \begin_inset VSpace bigskip\r
16441 \end_inset\r
16442 \r
16443 How to use one limit for several operators is described in \r
16444 \begin_inset CommandInset ref\r
16445 LatexCommand ref\r
16446 reference "sub:Self-defined-Operators"\r
16447 \r
16448 \end_inset\r
16449 \r
16450 .\r
16451 \end_layout\r
16452 \r
16453 \begin_layout Subsection\r
16454 Decoration for Operators\r
16455 \begin_inset Index idx\r
16456 status collapsed\r
16457 \r
16458 \begin_layout Plain Layout\r
16459 Operators ! Decoration\r
16460 \end_layout\r
16461 \r
16462 \end_inset\r
16463 \r
16464 \r
16465 \end_layout\r
16466 \r
16467 \begin_layout Standard\r
16468 With the commands \r
16469 \series bold\r
16470 \r
16471 \backslash\r
16472 overset\r
16473 \series default\r
16474 \r
16475 \begin_inset Index idx\r
16476 status collapsed\r
16477 \r
16478 \begin_layout Plain Layout\r
16479 Commands ! O ! \r
16480 \backslash\r
16481 overset\r
16482 \end_layout\r
16483 \r
16484 \end_inset\r
16485 \r
16486  and \r
16487 \series bold\r
16488 \r
16489 \backslash\r
16490 underset\r
16491 \series default\r
16492 \r
16493 \begin_inset Index idx\r
16494 status collapsed\r
16495 \r
16496 \begin_layout Plain Layout\r
16497 Commands ! U ! \r
16498 \backslash\r
16499 underset\r
16500 \end_layout\r
16501 \r
16502 \end_inset\r
16503 \r
16504  characters can be placed above or below an operator, respectively.\r
16505  With the command \r
16506 \series bold\r
16507 \r
16508 \backslash\r
16509 sideset\r
16510 \series default\r
16511 \r
16512 \begin_inset Index idx\r
16513 status collapsed\r
16514 \r
16515 \begin_layout Plain Layout\r
16516 Commands ! S ! \r
16517 \backslash\r
16518 sideset\r
16519 \end_layout\r
16520 \r
16521 \end_inset\r
16522 \r
16523  characters can be set before and behind a big operator.\r
16524  The command scheme is:\r
16525 \end_layout\r
16526 \r
16527 \begin_layout Standard\r
16528 \r
16529 \series bold\r
16530 \r
16531 \backslash\r
16532 sideset{character\r
16533 \series default\r
16534  \r
16535 \series bold\r
16536 before}{character\r
16537 \series default\r
16538  \r
16539 \series bold\r
16540 behind}\r
16541 \end_layout\r
16542 \r
16543 \begin_layout Standard\r
16544 \r
16545 \series bold\r
16546 \r
16547 \backslash\r
16548 sideset\r
16549 \series default\r
16550  must always be before the operator.\r
16551  You can decorate with several characters and even with other operators\r
16552  and symbols.\r
16553  To place for example only characters behind a big operator, write nothing\r
16554  between the first braces but don't omit the braces.\r
16555 \end_layout\r
16556 \r
16557 \begin_layout Standard\r
16558 For example the command \r
16559 \series bold\r
16560 \r
16561 \backslash\r
16562 sideset{\r
16563 \begin_inset Formula $\to$\r
16564 \end_inset\r
16565 \r
16566 \r
16567 \backslash\r
16568 {\r
16569 \series default\r
16570 '\r
16571 \series bold\r
16572 \r
16573 \begin_inset Formula $\to$\r
16574 \end_inset\r
16575 \r
16576 \r
16577 \backslash\r
16578 sum_k=1\r
16579 \begin_inset ERT\r
16580 status collapsed\r
16581 \r
16582 \begin_layout Plain Layout\r
16583 \r
16584 \r
16585 \backslash\r
16586 spce \r
16587 \end_layout\r
16588 \r
16589 \end_inset\r
16590 \r
16591 \r
16592 \series default\r
16593 ^\r
16594 \series bold\r
16595 n\r
16596 \series default\r
16597  produces:\r
16598 \begin_inset Formula \r
16599 \[\r
16600 \sideset{}{'}\sum_{k=1}^{n}\r
16601 \]\r
16602 \r
16603 \end_inset\r
16604 \r
16605 \r
16606 \end_layout\r
16607 \r
16608 \begin_layout Standard\r
16609 \begin_inset Note Greyedout\r
16610 status open\r
16611 \r
16612 \begin_layout Plain Layout\r
16613 \r
16614 \series bold\r
16615 Note: \r
16616 \backslash\r
16617 sideset\r
16618 \series default\r
16619  can only be used to decorate big operators, binary operators are not allowed.\r
16620 \end_layout\r
16621 \r
16622 \end_inset\r
16623 \r
16624 \r
16625 \end_layout\r
16626 \r
16627 \begin_layout Standard\r
16628 \r
16629 \series bold\r
16630 \r
16631 \backslash\r
16632 overset\r
16633 \series default\r
16634  and \r
16635 \series bold\r
16636 \r
16637 \backslash\r
16638 underset\r
16639 \series default\r
16640  can also be used to decorate symbols and characters.\r
16641  For example, the command \r
16642 \series bold\r
16643 \r
16644 \backslash\r
16645 overset\r
16646 \begin_inset ERT\r
16647 status collapsed\r
16648 \r
16649 \begin_layout Plain Layout\r
16650 \r
16651 \r
16652 \backslash\r
16653 spce \r
16654 \end_layout\r
16655 \r
16656 \end_inset\r
16657 \r
16658 \r
16659 \backslash\r
16660 maltese\r
16661 \begin_inset ERT\r
16662 status collapsed\r
16663 \r
16664 \begin_layout Plain Layout\r
16665 \r
16666 \r
16667 \backslash\r
16668 spce \r
16669 \end_layout\r
16670 \r
16671 \end_inset\r
16672 \r
16673 \r
16674 \series default\r
16675 \r
16676 \begin_inset Formula $\uparrow$\r
16677 \end_inset\r
16678 \r
16679 \r
16680 \series bold\r
16681 a\r
16682 \series default\r
16683  produces:\r
16684 \begin_inset Formula \r
16685 \[\r
16686 \overset{a}{\maltese}\r
16687 \]\r
16688 \r
16689 \end_inset\r
16690 \r
16691 \r
16692 \end_layout\r
16693 \r
16694 \begin_layout Subsection\r
16695 Binary Operators\r
16696 \begin_inset CommandInset label\r
16697 LatexCommand label\r
16698 name "sub:Binary-Operators"\r
16699 \r
16700 \end_inset\r
16701 \r
16702 \r
16703 \begin_inset Index idx\r
16704 status collapsed\r
16705 \r
16706 \begin_layout Plain Layout\r
16707 Operators ! binary\r
16708 \end_layout\r
16709 \r
16710 \end_inset\r
16711 \r
16712 \r
16713 \end_layout\r
16714 \r
16715 \begin_layout Standard\r
16716 Binary operators are surrounded by space when there is a character before\r
16717  and after them.\r
16718 \begin_inset VSpace medskip\r
16719 \end_inset\r
16720 \r
16721 \r
16722 \end_layout\r
16723 \r
16724 \begin_layout Standard\r
16725 \begin_inset space \hfill{}\r
16726 \end_inset\r
16727 \r
16728 \r
16729 \begin_inset Tabular\r
16730 <lyxtabular version="3" rows="13" columns="2">\r
16731 <features tabularvalignment="middle">\r
16732 <column alignment="center" valignment="top" width="0pt">\r
16733 <column alignment="center" valignment="top" width="0pt">\r
16734 <row>\r
16735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
16736 \begin_inset Text\r
16737 \r
16738 \begin_layout Plain Layout\r
16739 Command\r
16740 \begin_inset Note Note\r
16741 status collapsed\r
16742 \r
16743 \begin_layout Plain Layout\r
16744 \r
16745 \series bold\r
16746 \r
16747 \backslash\r
16748 raisebox\r
16749 \series default\r
16750  is only used as spacer.\r
16751 \end_layout\r
16752 \r
16753 \end_inset\r
16754 \r
16755 \r
16756 \end_layout\r
16757 \r
16758 \end_inset\r
16759 </cell>\r
16760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
16761 \begin_inset Text\r
16762 \r
16763 \begin_layout Plain Layout\r
16764 Result\r
16765 \end_layout\r
16766 \r
16767 \end_inset\r
16768 </cell>\r
16769 </row>\r
16770 <row>\r
16771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
16772 \begin_inset Text\r
16773 \r
16774 \begin_layout Plain Layout\r
16775 +\r
16776 \end_layout\r
16777 \r
16778 \end_inset\r
16779 </cell>\r
16780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
16781 \begin_inset Text\r
16782 \r
16783 \begin_layout Plain Layout\r
16784 \begin_inset Formula $+$\r
16785 \end_inset\r
16786 \r
16787 \r
16788 \end_layout\r
16789 \r
16790 \end_inset\r
16791 </cell>\r
16792 </row>\r
16793 <row>\r
16794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
16795 \begin_inset Text\r
16796 \r
16797 \begin_layout Plain Layout\r
16798 -\r
16799 \end_layout\r
16800 \r
16801 \end_inset\r
16802 </cell>\r
16803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
16804 \begin_inset Text\r
16805 \r
16806 \begin_layout Plain Layout\r
16807 \begin_inset Formula $-$\r
16808 \end_inset\r
16809 \r
16810 \r
16811 \end_layout\r
16812 \r
16813 \end_inset\r
16814 </cell>\r
16815 </row>\r
16816 <row>\r
16817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
16818 \begin_inset Text\r
16819 \r
16820 \begin_layout Plain Layout\r
16821 \r
16822 \backslash\r
16823 pm\r
16824 \end_layout\r
16825 \r
16826 \end_inset\r
16827 </cell>\r
16828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
16829 \begin_inset Text\r
16830 \r
16831 \begin_layout Plain Layout\r
16832 \begin_inset Formula $\pm$\r
16833 \end_inset\r
16834 \r
16835 \r
16836 \end_layout\r
16837 \r
16838 \end_inset\r
16839 </cell>\r
16840 </row>\r
16841 <row>\r
16842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
16843 \begin_inset Text\r
16844 \r
16845 \begin_layout Plain Layout\r
16846 \r
16847 \backslash\r
16848 mp\r
16849 \end_layout\r
16850 \r
16851 \end_inset\r
16852 </cell>\r
16853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
16854 \begin_inset Text\r
16855 \r
16856 \begin_layout Plain Layout\r
16857 \begin_inset Formula $\mp$\r
16858 \end_inset\r
16859 \r
16860 \r
16861 \end_layout\r
16862 \r
16863 \end_inset\r
16864 </cell>\r
16865 </row>\r
16866 <row>\r
16867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
16868 \begin_inset Text\r
16869 \r
16870 \begin_layout Plain Layout\r
16871 \r
16872 \backslash\r
16873 cdot\r
16874 \end_layout\r
16875 \r
16876 \end_inset\r
16877 </cell>\r
16878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
16879 \begin_inset Text\r
16880 \r
16881 \begin_layout Plain Layout\r
16882 \begin_inset Formula $\cdot$\r
16883 \end_inset\r
16884 \r
16885 \r
16886 \end_layout\r
16887 \r
16888 \end_inset\r
16889 </cell>\r
16890 </row>\r
16891 <row>\r
16892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
16893 \begin_inset Text\r
16894 \r
16895 \begin_layout Plain Layout\r
16896 \r
16897 \backslash\r
16898 times\r
16899 \end_layout\r
16900 \r
16901 \end_inset\r
16902 </cell>\r
16903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
16904 \begin_inset Text\r
16905 \r
16906 \begin_layout Plain Layout\r
16907 \begin_inset Formula $\times$\r
16908 \end_inset\r
16909 \r
16910 \r
16911 \end_layout\r
16912 \r
16913 \end_inset\r
16914 </cell>\r
16915 </row>\r
16916 <row>\r
16917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
16918 \begin_inset Text\r
16919 \r
16920 \begin_layout Plain Layout\r
16921 \r
16922 \backslash\r
16923 div\r
16924 \end_layout\r
16925 \r
16926 \end_inset\r
16927 </cell>\r
16928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
16929 \begin_inset Text\r
16930 \r
16931 \begin_layout Plain Layout\r
16932 \begin_inset Formula $\div$\r
16933 \end_inset\r
16934 \r
16935 \r
16936 \end_layout\r
16937 \r
16938 \end_inset\r
16939 </cell>\r
16940 </row>\r
16941 <row>\r
16942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
16943 \begin_inset Text\r
16944 \r
16945 \begin_layout Plain Layout\r
16946 \begin_inset ERT\r
16947 status collapsed\r
16948 \r
16949 \begin_layout Plain Layout\r
16950 \r
16951 \r
16952 \backslash\r
16953 raisebox{-1.2mm}{\r
16954 \end_layout\r
16955 \r
16956 \end_inset\r
16957 \r
16958 *\r
16959 \begin_inset ERT\r
16960 status collapsed\r
16961 \r
16962 \begin_layout Plain Layout\r
16963 \r
16964 }\r
16965 \end_layout\r
16966 \r
16967 \end_inset\r
16968 \r
16969 \r
16970 \end_layout\r
16971 \r
16972 \end_inset\r
16973 </cell>\r
16974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
16975 \begin_inset Text\r
16976 \r
16977 \begin_layout Plain Layout\r
16978 \begin_inset Formula $*$\r
16979 \end_inset\r
16980 \r
16981 \r
16982 \end_layout\r
16983 \r
16984 \end_inset\r
16985 </cell>\r
16986 </row>\r
16987 <row>\r
16988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
16989 \begin_inset Text\r
16990 \r
16991 \begin_layout Plain Layout\r
16992 \r
16993 \backslash\r
16994 star\r
16995 \end_layout\r
16996 \r
16997 \end_inset\r
16998 </cell>\r
16999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17000 \begin_inset Text\r
17001 \r
17002 \begin_layout Plain Layout\r
17003 \begin_inset Formula $\star$\r
17004 \end_inset\r
17005 \r
17006 \r
17007 \end_layout\r
17008 \r
17009 \end_inset\r
17010 </cell>\r
17011 </row>\r
17012 <row>\r
17013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17014 \begin_inset Text\r
17015 \r
17016 \begin_layout Plain Layout\r
17017 \r
17018 \backslash\r
17019 circ\r
17020 \end_layout\r
17021 \r
17022 \end_inset\r
17023 </cell>\r
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17025 \begin_inset Text\r
17026 \r
17027 \begin_layout Plain Layout\r
17028 \begin_inset Formula $\circ$\r
17029 \end_inset\r
17030 \r
17031 \r
17032 \end_layout\r
17033 \r
17034 \end_inset\r
17035 </cell>\r
17036 </row>\r
17037 <row>\r
17038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17039 \begin_inset Text\r
17040 \r
17041 \begin_layout Plain Layout\r
17042 \r
17043 \backslash\r
17044 diamond\r
17045 \end_layout\r
17046 \r
17047 \end_inset\r
17048 </cell>\r
17049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17050 \begin_inset Text\r
17051 \r
17052 \begin_layout Plain Layout\r
17053 \begin_inset Formula $\diamond$\r
17054 \end_inset\r
17055 \r
17056 \r
17057 \end_layout\r
17058 \r
17059 \end_inset\r
17060 </cell>\r
17061 </row>\r
17062 <row>\r
17063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
17064 \begin_inset Text\r
17065 \r
17066 \begin_layout Plain Layout\r
17067 \r
17068 \backslash\r
17069 bullet\r
17070 \end_layout\r
17071 \r
17072 \end_inset\r
17073 </cell>\r
17074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
17075 \begin_inset Text\r
17076 \r
17077 \begin_layout Plain Layout\r
17078 \begin_inset Formula $\bullet$\r
17079 \end_inset\r
17080 \r
17081 \r
17082 \end_layout\r
17083 \r
17084 \end_inset\r
17085 </cell>\r
17086 </row>\r
17087 </lyxtabular>\r
17088 \r
17089 \end_inset\r
17090 \r
17091 \r
17092 \begin_inset space \hfill{}\r
17093 \end_inset\r
17094 \r
17095 \r
17096 \begin_inset Tabular\r
17097 <lyxtabular version="3" rows="13" columns="2">\r
17098 <features tabularvalignment="middle">\r
17099 <column alignment="center" valignment="top" width="0pt">\r
17100 <column alignment="center" valignment="top" width="0pt">\r
17101 <row>\r
17102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
17103 \begin_inset Text\r
17104 \r
17105 \begin_layout Plain Layout\r
17106 Command\r
17107 \end_layout\r
17108 \r
17109 \end_inset\r
17110 </cell>\r
17111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
17112 \begin_inset Text\r
17113 \r
17114 \begin_layout Plain Layout\r
17115 Result\r
17116 \end_layout\r
17117 \r
17118 \end_inset\r
17119 </cell>\r
17120 </row>\r
17121 <row>\r
17122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17123 \begin_inset Text\r
17124 \r
17125 \begin_layout Plain Layout\r
17126 \r
17127 \backslash\r
17128 nabla\r
17129 \end_layout\r
17130 \r
17131 \end_inset\r
17132 </cell>\r
17133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17134 \begin_inset Text\r
17135 \r
17136 \begin_layout Plain Layout\r
17137 \begin_inset Formula $\nabla$\r
17138 \end_inset\r
17139 \r
17140 \r
17141 \end_layout\r
17142 \r
17143 \end_inset\r
17144 </cell>\r
17145 </row>\r
17146 <row>\r
17147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17148 \begin_inset Text\r
17149 \r
17150 \begin_layout Plain Layout\r
17151 \r
17152 \backslash\r
17153 bigtriangledown\r
17154 \end_layout\r
17155 \r
17156 \end_inset\r
17157 </cell>\r
17158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17159 \begin_inset Text\r
17160 \r
17161 \begin_layout Plain Layout\r
17162 \begin_inset Formula $\bigtriangledown$\r
17163 \end_inset\r
17164 \r
17165 \r
17166 \end_layout\r
17167 \r
17168 \end_inset\r
17169 </cell>\r
17170 </row>\r
17171 <row>\r
17172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17173 \begin_inset Text\r
17174 \r
17175 \begin_layout Plain Layout\r
17176 \r
17177 \backslash\r
17178 bigtriangleup\r
17179 \end_layout\r
17180 \r
17181 \end_inset\r
17182 </cell>\r
17183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17184 \begin_inset Text\r
17185 \r
17186 \begin_layout Plain Layout\r
17187 \begin_inset Formula $\bigtriangleup$\r
17188 \end_inset\r
17189 \r
17190 \r
17191 \end_layout\r
17192 \r
17193 \end_inset\r
17194 </cell>\r
17195 </row>\r
17196 <row>\r
17197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17198 \begin_inset Text\r
17199 \r
17200 \begin_layout Plain Layout\r
17201 \r
17202 \backslash\r
17203 Box\r
17204 \end_layout\r
17205 \r
17206 \end_inset\r
17207 </cell>\r
17208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17209 \begin_inset Text\r
17210 \r
17211 \begin_layout Plain Layout\r
17212 \begin_inset Formula $\Box$\r
17213 \end_inset\r
17214 \r
17215 \r
17216 \end_layout\r
17217 \r
17218 \end_inset\r
17219 </cell>\r
17220 </row>\r
17221 <row>\r
17222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17223 \begin_inset Text\r
17224 \r
17225 \begin_layout Plain Layout\r
17226 \r
17227 \backslash\r
17228 cap \r
17229 \end_layout\r
17230 \r
17231 \end_inset\r
17232 </cell>\r
17233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17234 \begin_inset Text\r
17235 \r
17236 \begin_layout Plain Layout\r
17237 \begin_inset Formula $\cap$\r
17238 \end_inset\r
17239 \r
17240 \r
17241 \end_layout\r
17242 \r
17243 \end_inset\r
17244 </cell>\r
17245 </row>\r
17246 <row>\r
17247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17248 \begin_inset Text\r
17249 \r
17250 \begin_layout Plain Layout\r
17251 \r
17252 \backslash\r
17253 cup\r
17254 \end_layout\r
17255 \r
17256 \end_inset\r
17257 </cell>\r
17258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17259 \begin_inset Text\r
17260 \r
17261 \begin_layout Plain Layout\r
17262 \begin_inset Formula $\cup$\r
17263 \end_inset\r
17264 \r
17265 \r
17266 \end_layout\r
17267 \r
17268 \end_inset\r
17269 </cell>\r
17270 </row>\r
17271 <row>\r
17272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17273 \begin_inset Text\r
17274 \r
17275 \begin_layout Plain Layout\r
17276 \r
17277 \backslash\r
17278 dagger\r
17279 \end_layout\r
17280 \r
17281 \end_inset\r
17282 </cell>\r
17283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17284 \begin_inset Text\r
17285 \r
17286 \begin_layout Plain Layout\r
17287 \begin_inset Formula $\dagger$\r
17288 \end_inset\r
17289 \r
17290 \r
17291 \end_layout\r
17292 \r
17293 \end_inset\r
17294 </cell>\r
17295 </row>\r
17296 <row>\r
17297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17298 \begin_inset Text\r
17299 \r
17300 \begin_layout Plain Layout\r
17301 \r
17302 \backslash\r
17303 ddagger\r
17304 \end_layout\r
17305 \r
17306 \end_inset\r
17307 </cell>\r
17308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17309 \begin_inset Text\r
17310 \r
17311 \begin_layout Plain Layout\r
17312 \begin_inset Formula $\ddagger$\r
17313 \end_inset\r
17314 \r
17315 \r
17316 \end_layout\r
17317 \r
17318 \end_inset\r
17319 </cell>\r
17320 </row>\r
17321 <row>\r
17322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17323 \begin_inset Text\r
17324 \r
17325 \begin_layout Plain Layout\r
17326 \r
17327 \backslash\r
17328 wr\r
17329 \end_layout\r
17330 \r
17331 \end_inset\r
17332 </cell>\r
17333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17334 \begin_inset Text\r
17335 \r
17336 \begin_layout Plain Layout\r
17337 \begin_inset Formula $\wr$\r
17338 \end_inset\r
17339 \r
17340 \r
17341 \end_layout\r
17342 \r
17343 \end_inset\r
17344 </cell>\r
17345 </row>\r
17346 <row>\r
17347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17348 \begin_inset Text\r
17349 \r
17350 \begin_layout Plain Layout\r
17351 \r
17352 \backslash\r
17353 bigcirc\r
17354 \end_layout\r
17355 \r
17356 \end_inset\r
17357 </cell>\r
17358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17359 \begin_inset Text\r
17360 \r
17361 \begin_layout Plain Layout\r
17362 \begin_inset Formula $\bigcirc$\r
17363 \end_inset\r
17364 \r
17365 \r
17366 \end_layout\r
17367 \r
17368 \end_inset\r
17369 </cell>\r
17370 </row>\r
17371 <row>\r
17372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17373 \begin_inset Text\r
17374 \r
17375 \begin_layout Plain Layout\r
17376 \r
17377 \backslash\r
17378 wedge\r
17379 \end_layout\r
17380 \r
17381 \end_inset\r
17382 </cell>\r
17383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17384 \begin_inset Text\r
17385 \r
17386 \begin_layout Plain Layout\r
17387 \begin_inset Formula $\wedge$\r
17388 \end_inset\r
17389 \r
17390 \r
17391 \end_layout\r
17392 \r
17393 \end_inset\r
17394 </cell>\r
17395 </row>\r
17396 <row>\r
17397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
17398 \begin_inset Text\r
17399 \r
17400 \begin_layout Plain Layout\r
17401 \r
17402 \backslash\r
17403 vee\r
17404 \end_layout\r
17405 \r
17406 \end_inset\r
17407 </cell>\r
17408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
17409 \begin_inset Text\r
17410 \r
17411 \begin_layout Plain Layout\r
17412 \begin_inset Formula $\vee$\r
17413 \end_inset\r
17414 \r
17415 \r
17416 \end_layout\r
17417 \r
17418 \end_inset\r
17419 </cell>\r
17420 </row>\r
17421 </lyxtabular>\r
17422 \r
17423 \end_inset\r
17424 \r
17425 \r
17426 \begin_inset space \hfill{}\r
17427 \end_inset\r
17428 \r
17429 \r
17430 \begin_inset Tabular\r
17431 <lyxtabular version="3" rows="13" columns="2">\r
17432 <features tabularvalignment="middle">\r
17433 <column alignment="center" valignment="top" width="0pt">\r
17434 <column alignment="center" valignment="top" width="0pt">\r
17435 <row>\r
17436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
17437 \begin_inset Text\r
17438 \r
17439 \begin_layout Plain Layout\r
17440 Command\r
17441 \end_layout\r
17442 \r
17443 \end_inset\r
17444 </cell>\r
17445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
17446 \begin_inset Text\r
17447 \r
17448 \begin_layout Plain Layout\r
17449 Result\r
17450 \end_layout\r
17451 \r
17452 \end_inset\r
17453 </cell>\r
17454 </row>\r
17455 <row>\r
17456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17457 \begin_inset Text\r
17458 \r
17459 \begin_layout Plain Layout\r
17460 \r
17461 \backslash\r
17462 oplus\r
17463 \end_layout\r
17464 \r
17465 \end_inset\r
17466 </cell>\r
17467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17468 \begin_inset Text\r
17469 \r
17470 \begin_layout Plain Layout\r
17471 \begin_inset Formula $\oplus$\r
17472 \end_inset\r
17473 \r
17474 \r
17475 \end_layout\r
17476 \r
17477 \end_inset\r
17478 </cell>\r
17479 </row>\r
17480 <row>\r
17481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17482 \begin_inset Text\r
17483 \r
17484 \begin_layout Plain Layout\r
17485 \r
17486 \backslash\r
17487 ominus\r
17488 \end_layout\r
17489 \r
17490 \end_inset\r
17491 </cell>\r
17492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17493 \begin_inset Text\r
17494 \r
17495 \begin_layout Plain Layout\r
17496 \begin_inset Formula $\ominus$\r
17497 \end_inset\r
17498 \r
17499 \r
17500 \end_layout\r
17501 \r
17502 \end_inset\r
17503 </cell>\r
17504 </row>\r
17505 <row>\r
17506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17507 \begin_inset Text\r
17508 \r
17509 \begin_layout Plain Layout\r
17510 \r
17511 \backslash\r
17512 otimes\r
17513 \end_layout\r
17514 \r
17515 \end_inset\r
17516 </cell>\r
17517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17518 \begin_inset Text\r
17519 \r
17520 \begin_layout Plain Layout\r
17521 \begin_inset Formula $\otimes$\r
17522 \end_inset\r
17523 \r
17524 \r
17525 \end_layout\r
17526 \r
17527 \end_inset\r
17528 </cell>\r
17529 </row>\r
17530 <row>\r
17531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17532 \begin_inset Text\r
17533 \r
17534 \begin_layout Plain Layout\r
17535 \r
17536 \backslash\r
17537 oslash\r
17538 \end_layout\r
17539 \r
17540 \end_inset\r
17541 </cell>\r
17542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17543 \begin_inset Text\r
17544 \r
17545 \begin_layout Plain Layout\r
17546 \begin_inset Formula $\oslash$\r
17547 \end_inset\r
17548 \r
17549 \r
17550 \end_layout\r
17551 \r
17552 \end_inset\r
17553 </cell>\r
17554 </row>\r
17555 <row>\r
17556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17557 \begin_inset Text\r
17558 \r
17559 \begin_layout Plain Layout\r
17560 \r
17561 \backslash\r
17562 odot\r
17563 \end_layout\r
17564 \r
17565 \end_inset\r
17566 </cell>\r
17567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17568 \begin_inset Text\r
17569 \r
17570 \begin_layout Plain Layout\r
17571 \begin_inset Formula $\odot$\r
17572 \end_inset\r
17573 \r
17574 \r
17575 \end_layout\r
17576 \r
17577 \end_inset\r
17578 </cell>\r
17579 </row>\r
17580 <row>\r
17581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17582 \begin_inset Text\r
17583 \r
17584 \begin_layout Plain Layout\r
17585 \r
17586 \backslash\r
17587 amalg\r
17588 \end_layout\r
17589 \r
17590 \end_inset\r
17591 </cell>\r
17592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17593 \begin_inset Text\r
17594 \r
17595 \begin_layout Plain Layout\r
17596 \begin_inset Formula $\amalg$\r
17597 \end_inset\r
17598 \r
17599 \r
17600 \end_layout\r
17601 \r
17602 \end_inset\r
17603 </cell>\r
17604 </row>\r
17605 <row>\r
17606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17607 \begin_inset Text\r
17608 \r
17609 \begin_layout Plain Layout\r
17610 \r
17611 \backslash\r
17612 uplus\r
17613 \end_layout\r
17614 \r
17615 \end_inset\r
17616 </cell>\r
17617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17618 \begin_inset Text\r
17619 \r
17620 \begin_layout Plain Layout\r
17621 \begin_inset Formula $\uplus$\r
17622 \end_inset\r
17623 \r
17624 \r
17625 \end_layout\r
17626 \r
17627 \end_inset\r
17628 </cell>\r
17629 </row>\r
17630 <row>\r
17631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17632 \begin_inset Text\r
17633 \r
17634 \begin_layout Plain Layout\r
17635 \r
17636 \backslash\r
17637 setminus\r
17638 \end_layout\r
17639 \r
17640 \end_inset\r
17641 </cell>\r
17642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17643 \begin_inset Text\r
17644 \r
17645 \begin_layout Plain Layout\r
17646 \begin_inset Formula $\setminus$\r
17647 \end_inset\r
17648 \r
17649 \r
17650 \end_layout\r
17651 \r
17652 \end_inset\r
17653 </cell>\r
17654 </row>\r
17655 <row>\r
17656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17657 \begin_inset Text\r
17658 \r
17659 \begin_layout Plain Layout\r
17660 \r
17661 \backslash\r
17662 sqcap\r
17663 \end_layout\r
17664 \r
17665 \end_inset\r
17666 </cell>\r
17667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17668 \begin_inset Text\r
17669 \r
17670 \begin_layout Plain Layout\r
17671 \begin_inset Formula $\sqcap$\r
17672 \end_inset\r
17673 \r
17674 \r
17675 \end_layout\r
17676 \r
17677 \end_inset\r
17678 </cell>\r
17679 </row>\r
17680 <row>\r
17681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17682 \begin_inset Text\r
17683 \r
17684 \begin_layout Plain Layout\r
17685 \r
17686 \backslash\r
17687 sqcup\r
17688 \end_layout\r
17689 \r
17690 \end_inset\r
17691 </cell>\r
17692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17693 \begin_inset Text\r
17694 \r
17695 \begin_layout Plain Layout\r
17696 \begin_inset Formula $\sqcup$\r
17697 \end_inset\r
17698 \r
17699 \r
17700 \end_layout\r
17701 \r
17702 \end_inset\r
17703 </cell>\r
17704 </row>\r
17705 <row>\r
17706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17707 \begin_inset Text\r
17708 \r
17709 \begin_layout Plain Layout\r
17710 \r
17711 \backslash\r
17712 triangleleft\r
17713 \end_layout\r
17714 \r
17715 \end_inset\r
17716 </cell>\r
17717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17718 \begin_inset Text\r
17719 \r
17720 \begin_layout Plain Layout\r
17721 \begin_inset Formula $\triangleleft$\r
17722 \end_inset\r
17723 \r
17724 \r
17725 \end_layout\r
17726 \r
17727 \end_inset\r
17728 </cell>\r
17729 </row>\r
17730 <row>\r
17731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
17732 \begin_inset Text\r
17733 \r
17734 \begin_layout Plain Layout\r
17735 \r
17736 \backslash\r
17737 triangleright\r
17738 \end_layout\r
17739 \r
17740 \end_inset\r
17741 </cell>\r
17742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
17743 \begin_inset Text\r
17744 \r
17745 \begin_layout Plain Layout\r
17746 \begin_inset Formula $\triangleright$\r
17747 \end_inset\r
17748 \r
17749 \r
17750 \end_layout\r
17751 \r
17752 \end_inset\r
17753 </cell>\r
17754 </row>\r
17755 </lyxtabular>\r
17756 \r
17757 \end_inset\r
17758 \r
17759 \r
17760 \begin_inset space \hfill{}\r
17761 \end_inset\r
17762 \r
17763 \r
17764 \end_layout\r
17765 \r
17766 \begin_layout Standard\r
17767 All binary operators can also be inserted via the math toolbar button \r
17768 \begin_inset Graphics\r
17769         filename ../images/math/pm.png\r
17770         scale 85\r
17771 \r
17772 \end_inset\r
17773 \r
17774 .\r
17775 \end_layout\r
17776 \r
17777 \begin_layout Standard\r
17778 To typeset the Laplace operator also \r
17779 \series bold\r
17780 \r
17781 \backslash\r
17782 Delta\r
17783 \series default\r
17784  or \r
17785 \series bold\r
17786 \r
17787 \backslash\r
17788 nabla\r
17789 \series default\r
17790 ^\r
17791 \series bold\r
17792 2\r
17793 \series default\r
17794  (\r
17795 \begin_inset Formula $\nabla^{2}$\r
17796 \end_inset\r
17797 \r
17798 ) can be used instead of \r
17799 \series bold\r
17800 \r
17801 \backslash\r
17802 bigtriangleup\r
17803 \series default\r
17804  .\r
17805 \end_layout\r
17806 \r
17807 \begin_layout Standard\r
17808 The character \r
17809 \family sans\r
17810 Menu Separator\r
17811 \family default\r
17812  from the menu \r
17813 \family sans\r
17814 Insert\SpecialChar \menuseparator\r
17815 Special Character\r
17816 \family default\r
17817  is the operator \r
17818 \series bold\r
17819 \r
17820 \backslash\r
17821 triangleright\r
17822 \series default\r
17823 .\r
17824 \end_layout\r
17825 \r
17826 \begin_layout Subsection\r
17827 Self-defined Operators\r
17828 \begin_inset CommandInset label\r
17829 LatexCommand label\r
17830 name "sub:Self-defined-Operators"\r
17831 \r
17832 \end_inset\r
17833 \r
17834 \r
17835 \begin_inset Index idx\r
17836 status collapsed\r
17837 \r
17838 \begin_layout Plain Layout\r
17839 Operators ! self-defined\r
17840 \end_layout\r
17841 \r
17842 \end_inset\r
17843 \r
17844 \r
17845 \end_layout\r
17846 \r
17847 \begin_layout Standard\r
17848 With the help of the command \r
17849 \series bold\r
17850 \r
17851 \backslash\r
17852 DeclareMathOperator\r
17853 \series default\r
17854 \r
17855 \begin_inset Index idx\r
17856 status collapsed\r
17857 \r
17858 \begin_layout Plain Layout\r
17859 Commands ! D ! \r
17860 \backslash\r
17861 dbinom@\r
17862 \backslash\r
17863 DeclareMathOperator\r
17864 \end_layout\r
17865 \r
17866 \end_inset\r
17867 \r
17868  custom operators can be defined in the LaTeX-preamble.\r
17869  Its command scheme is:\r
17870 \end_layout\r
17871 \r
17872 \begin_layout Standard\r
17873 \r
17874 \series bold\r
17875 \r
17876 \backslash\r
17877 DeclareMathOperator{new command}{display}\r
17878 \end_layout\r
17879 \r
17880 \begin_layout Standard\r
17881 Display can be characters or symbols that define how the operator looks\r
17882  in the output.\r
17883  To define a big operator a * is set behind the command.\r
17884  All self-defined big operators can have limits as described in \r
17885 \begin_inset CommandInset ref\r
17886 LatexCommand ref\r
17887 reference "sub:Operator-Limits"\r
17888 \r
17889 \end_inset\r
17890 \r
17891 .\r
17892 \end_layout\r
17893 \r
17894 \begin_layout Standard\r
17895 For example the LaTeX-preamble line\r
17896 \end_layout\r
17897 \r
17898 \begin_layout Standard\r
17899 \r
17900 \series bold\r
17901 \r
17902 \backslash\r
17903 DeclareMathOperator*{\r
17904 \backslash\r
17905 Lozenge}{\r
17906 \backslash\r
17907 blacklozenge}\r
17908 \end_layout\r
17909 \r
17910 \begin_layout Standard\r
17911 defines the command \r
17912 \series bold\r
17913 \r
17914 \backslash\r
17915 Lozenge\r
17916 \series default\r
17917 , that inserts a big operator consisting of the lozenge symbol from \r
17918 \begin_inset CommandInset ref\r
17919 LatexCommand ref\r
17920 reference "sub:Miscellaneous-Symbols"\r
17921 \r
17922 \end_inset\r
17923 \r
17924 :\r
17925 \begin_inset Formula \r
17926 \[\r
17927 \Lozenge_{n=1}^{\infty}\r
17928 \]\r
17929 \r
17930 \end_inset\r
17931 \r
17932 The command for this formula is: \r
17933 \series bold\r
17934 \r
17935 \backslash\r
17936 Lozenge\r
17937 \series default\r
17938 ^\r
17939 \series bold\r
17940 \r
17941 \backslash\r
17942 infty\r
17943 \begin_inset Formula $\to$\r
17944 \end_inset\r
17945 \r
17946 _n=1\r
17947 \end_layout\r
17948 \r
17949 \begin_layout Standard\r
17950 \begin_inset VSpace bigskip\r
17951 \end_inset\r
17952 \r
17953 When self-defined operators are not used several times in the document,\r
17954  they can also be defined with the commands \r
17955 \series bold\r
17956 \r
17957 \backslash\r
17958 mathop\r
17959 \series default\r
17960 \r
17961 \begin_inset Index idx\r
17962 status collapsed\r
17963 \r
17964 \begin_layout Plain Layout\r
17965 Commands ! M ! \r
17966 \backslash\r
17967 mathop\r
17968 \end_layout\r
17969 \r
17970 \end_inset\r
17971 \r
17972  and \r
17973 \series bold\r
17974 \r
17975 \backslash\r
17976 mathbin\r
17977 \series default\r
17978 \r
17979 \begin_inset Index idx\r
17980 status collapsed\r
17981 \r
17982 \begin_layout Plain Layout\r
17983 Commands ! M ! \r
17984 \backslash\r
17985 mathbin\r
17986 \end_layout\r
17987 \r
17988 \end_inset\r
17989 \r
17990 , which have the following scheme:\r
17991 \end_layout\r
17992 \r
17993 \begin_layout Standard\r
17994 \r
17995 \series bold\r
17996 \r
17997 \backslash\r
17998 mathop{display}\r
17999 \series default\r
18000  and \r
18001 \series bold\r
18002 \r
18003 \backslash\r
18004 mathbin{display}\r
18005 \end_layout\r
18006 \r
18007 \begin_layout Standard\r
18008 \r
18009 \series bold\r
18010 \r
18011 \backslash\r
18012 mathop\r
18013 \series default\r
18014  defines big operators, \r
18015 \series bold\r
18016 \r
18017 \backslash\r
18018 mathbin\r
18019 \series default\r
18020  binary operators.\r
18021 \end_layout\r
18022 \r
18023 \begin_layout Standard\r
18024 \r
18025 \series bold\r
18026 \r
18027 \backslash\r
18028 mathop\r
18029 \series default\r
18030  can e.\r
18031 \begin_inset space \thinspace{}\r
18032 \end_inset\r
18033 \r
18034 g.\r
18035 \begin_inset space \space{}\r
18036 \end_inset\r
18037 \r
18038 be used to use one limit for several operators:\r
18039 \end_layout\r
18040 \r
18041 \begin_layout Standard\r
18042 \begin_inset Formula \r
18043 \[\r
18044 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\r
18045 \]\r
18046 \r
18047 \end_inset\r
18048 \r
18049 \r
18050 \end_layout\r
18051 \r
18052 \begin_layout Standard\r
18053 The command for the formula above is:\r
18054 \begin_inset Newline newline\r
18055 \end_inset\r
18056 \r
18057 \r
18058 \series bold\r
18059 \r
18060 \backslash\r
18061 mathop{\r
18062 \backslash\r
18063 sum\r
18064 \backslash\r
18065 negmedspace\r
18066 \backslash\r
18067 sum\r
18068 \series default\r
18069 \r
18070 \begin_inset ERT\r
18071 status collapsed\r
18072 \r
18073 \begin_layout Plain Layout\r
18074 \r
18075 \r
18076 \backslash\r
18077 spce \r
18078 \end_layout\r
18079 \r
18080 \end_inset\r
18081 \r
18082 \r
18083 \series bold\r
18084 \r
18085 \begin_inset Formula $\to$\r
18086 \end_inset\r
18087 \r
18088 ^N\r
18089 \series default\r
18090 \r
18091 \begin_inset ERT\r
18092 status collapsed\r
18093 \r
18094 \begin_layout Plain Layout\r
18095 \r
18096 \r
18097 \backslash\r
18098 spce \r
18099 \end_layout\r
18100 \r
18101 \end_inset\r
18102 \r
18103 \r
18104 \series bold\r
18105 _i,j=1\r
18106 \end_layout\r
18107 \r
18108 \begin_layout Section\r
18109 Fonts\r
18110 \begin_inset Index idx\r
18111 status collapsed\r
18112 \r
18113 \begin_layout Plain Layout\r
18114 Fonts\r
18115 \end_layout\r
18116 \r
18117 \end_inset\r
18118 \r
18119 \r
18120 \end_layout\r
18121 \r
18122 \begin_layout Subsection\r
18123 Font Styles\r
18124 \begin_inset CommandInset label\r
18125 LatexCommand label\r
18126 name "sub:Font-Styles"\r
18127 \r
18128 \end_inset\r
18129 \r
18130 \r
18131 \begin_inset Index idx\r
18132 status collapsed\r
18133 \r
18134 \begin_layout Plain Layout\r
18135 Font ! style\r
18136 \end_layout\r
18137 \r
18138 \end_inset\r
18139 \r
18140 \r
18141 \end_layout\r
18142 \r
18143 \begin_layout Standard\r
18144 Latin letters in formulas can be set in one of the following font styles:\r
18145 \begin_inset VSpace -2mm\r
18146 \end_inset\r
18147 \r
18148 \r
18149 \end_layout\r
18150 \r
18151 \begin_layout Standard\r
18152 \align center\r
18153 \begin_inset Tabular\r
18154 <lyxtabular version="3" rows="7" columns="3">\r
18155 <features tabularvalignment="middle">\r
18156 <column alignment="center" valignment="top" width="0">\r
18157 <column alignment="center" valignment="top" width="0">\r
18158 <column alignment="center" valignment="top" width="0">\r
18159 <row>\r
18160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
18161 \begin_inset Text\r
18162 \r
18163 \begin_layout Plain Layout\r
18164 Command\r
18165 \end_layout\r
18166 \r
18167 \end_inset\r
18168 </cell>\r
18169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
18170 \begin_inset Text\r
18171 \r
18172 \begin_layout Plain Layout\r
18173 Result\r
18174 \end_layout\r
18175 \r
18176 \end_inset\r
18177 </cell>\r
18178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
18179 \begin_inset Text\r
18180 \r
18181 \begin_layout Plain Layout\r
18182 shortcut\r
18183 \end_layout\r
18184 \r
18185 \end_inset\r
18186 </cell>\r
18187 </row>\r
18188 <row>\r
18189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18190 \begin_inset Text\r
18191 \r
18192 \begin_layout Plain Layout\r
18193 \r
18194 \backslash\r
18195 mathbb\r
18196 \series bold\r
18197 \r
18198 \begin_inset ERT\r
18199 status collapsed\r
18200 \r
18201 \begin_layout Plain Layout\r
18202 \r
18203 \r
18204 \backslash\r
18205 spce \r
18206 \end_layout\r
18207 \r
18208 \end_inset\r
18209 \r
18210 \r
18211 \series default\r
18212 ABC\r
18213 \end_layout\r
18214 \r
18215 \end_inset\r
18216 </cell>\r
18217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18218 \begin_inset Text\r
18219 \r
18220 \begin_layout Plain Layout\r
18221 \begin_inset Formula $\mathbb{ABC}$\r
18222 \end_inset\r
18223 \r
18224 \r
18225 \end_layout\r
18226 \r
18227 \end_inset\r
18228 </cell>\r
18229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
18230 \begin_inset Text\r
18231 \r
18232 \begin_layout Plain Layout\r
18233 \begin_inset Info\r
18234 type  "shortcuts"\r
18235 arg   "font-noun"\r
18236 \end_inset\r
18237 \r
18238 \r
18239 \end_layout\r
18240 \r
18241 \end_inset\r
18242 </cell>\r
18243 </row>\r
18244 <row>\r
18245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18246 \begin_inset Text\r
18247 \r
18248 \begin_layout Plain Layout\r
18249 \r
18250 \backslash\r
18251 mathbf\r
18252 \series bold\r
18253 \r
18254 \begin_inset ERT\r
18255 status collapsed\r
18256 \r
18257 \begin_layout Plain Layout\r
18258 \r
18259 \r
18260 \backslash\r
18261 spce \r
18262 \end_layout\r
18263 \r
18264 \end_inset\r
18265 \r
18266 \r
18267 \series default\r
18268 AbC\r
18269 \end_layout\r
18270 \r
18271 \end_inset\r
18272 </cell>\r
18273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18274 \begin_inset Text\r
18275 \r
18276 \begin_layout Plain Layout\r
18277 \begin_inset Formula $\mathbf{AbC}$\r
18278 \end_inset\r
18279 \r
18280 \r
18281 \end_layout\r
18282 \r
18283 \end_inset\r
18284 </cell>\r
18285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
18286 \begin_inset Text\r
18287 \r
18288 \begin_layout Plain Layout\r
18289 \begin_inset Info\r
18290 type  "shortcuts"\r
18291 arg   "font-bold"\r
18292 \end_inset\r
18293 \r
18294 \r
18295 \end_layout\r
18296 \r
18297 \end_inset\r
18298 </cell>\r
18299 </row>\r
18300 <row>\r
18301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18302 \begin_inset Text\r
18303 \r
18304 \begin_layout Plain Layout\r
18305 \r
18306 \backslash\r
18307 boldsymbol\r
18308 \series bold\r
18309 \r
18310 \begin_inset ERT\r
18311 status collapsed\r
18312 \r
18313 \begin_layout Plain Layout\r
18314 \r
18315 \r
18316 \backslash\r
18317 spce \r
18318 \end_layout\r
18319 \r
18320 \end_inset\r
18321 \r
18322 \r
18323 \series default\r
18324 AbC\r
18325 \end_layout\r
18326 \r
18327 \end_inset\r
18328 </cell>\r
18329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18330 \begin_inset Text\r
18331 \r
18332 \begin_layout Plain Layout\r
18333 \begin_inset Formula $\boldsymbol{AbC}$\r
18334 \end_inset\r
18335 \r
18336 \r
18337 \end_layout\r
18338 \r
18339 \end_inset\r
18340 </cell>\r
18341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
18342 \begin_inset Text\r
18343 \r
18344 \begin_layout Plain Layout\r
18345 \begin_inset Info\r
18346 type  "shortcuts"\r
18347 arg   "font-boldsymbol"\r
18348 \end_inset\r
18349 \r
18350 \r
18351 \end_layout\r
18352 \r
18353 \end_inset\r
18354 </cell>\r
18355 </row>\r
18356 <row>\r
18357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18358 \begin_inset Text\r
18359 \r
18360 \begin_layout Plain Layout\r
18361 \r
18362 \backslash\r
18363 mathcal\r
18364 \series bold\r
18365 \r
18366 \begin_inset ERT\r
18367 status collapsed\r
18368 \r
18369 \begin_layout Plain Layout\r
18370 \r
18371 \r
18372 \backslash\r
18373 spce \r
18374 \end_layout\r
18375 \r
18376 \end_inset\r
18377 \r
18378 \r
18379 \series default\r
18380 ABC\r
18381 \end_layout\r
18382 \r
18383 \end_inset\r
18384 </cell>\r
18385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18386 \begin_inset Text\r
18387 \r
18388 \begin_layout Plain Layout\r
18389 \begin_inset Formula $\mathcal{ABC}$\r
18390 \end_inset\r
18391 \r
18392 \r
18393 \end_layout\r
18394 \r
18395 \end_inset\r
18396 </cell>\r
18397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
18398 \begin_inset Text\r
18399 \r
18400 \begin_layout Plain Layout\r
18401 \begin_inset Info\r
18402 type  "shortcuts"\r
18403 arg   "font-emph"\r
18404 \end_inset\r
18405 \r
18406 \r
18407 \end_layout\r
18408 \r
18409 \end_inset\r
18410 </cell>\r
18411 </row>\r
18412 <row>\r
18413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18414 \begin_inset Text\r
18415 \r
18416 \begin_layout Plain Layout\r
18417 \r
18418 \backslash\r
18419 mathfrak\r
18420 \series bold\r
18421 \r
18422 \begin_inset ERT\r
18423 status collapsed\r
18424 \r
18425 \begin_layout Plain Layout\r
18426 \r
18427 \r
18428 \backslash\r
18429 spce \r
18430 \end_layout\r
18431 \r
18432 \end_inset\r
18433 \r
18434 \r
18435 \series default\r
18436 AbC\r
18437 \end_layout\r
18438 \r
18439 \end_inset\r
18440 </cell>\r
18441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18442 \begin_inset Text\r
18443 \r
18444 \begin_layout Plain Layout\r
18445 \begin_inset Formula $\mathfrak{AbC}$\r
18446 \end_inset\r
18447 \r
18448 \r
18449 \end_layout\r
18450 \r
18451 \end_inset\r
18452 </cell>\r
18453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
18454 \begin_inset Text\r
18455 \r
18456 \begin_layout Plain Layout\r
18457 -\r
18458 \end_layout\r
18459 \r
18460 \end_inset\r
18461 </cell>\r
18462 </row>\r
18463 <row>\r
18464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
18465 \begin_inset Text\r
18466 \r
18467 \begin_layout Plain Layout\r
18468 \r
18469 \backslash\r
18470 mathscr\r
18471 \series bold\r
18472 \r
18473 \begin_inset ERT\r
18474 status collapsed\r
18475 \r
18476 \begin_layout Plain Layout\r
18477 \r
18478 \r
18479 \backslash\r
18480 spce \r
18481 \end_layout\r
18482 \r
18483 \end_inset\r
18484 \r
18485 \r
18486 \series default\r
18487 AbC\r
18488 \end_layout\r
18489 \r
18490 \end_inset\r
18491 </cell>\r
18492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
18493 \begin_inset Text\r
18494 \r
18495 \begin_layout Plain Layout\r
18496 \begin_inset Formula $\mathscr{AbC}$\r
18497 \end_inset\r
18498 \r
18499 \r
18500 \end_layout\r
18501 \r
18502 \end_inset\r
18503 </cell>\r
18504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
18505 \begin_inset Text\r
18506 \r
18507 \begin_layout Plain Layout\r
18508 -\r
18509 \end_layout\r
18510 \r
18511 \end_inset\r
18512 </cell>\r
18513 </row>\r
18514 </lyxtabular>\r
18515 \r
18516 \end_inset\r
18517 \r
18518 \r
18519 \end_layout\r
18520 \r
18521 \begin_layout Standard\r
18522 \align center\r
18523 \begin_inset Tabular\r
18524 <lyxtabular version="3" rows="5" columns="3">\r
18525 <features tabularvalignment="middle">\r
18526 <column alignment="center" valignment="top" width="0">\r
18527 <column alignment="center" valignment="top" width="0">\r
18528 <column alignment="center" valignment="top" width="0">\r
18529 <row>\r
18530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
18531 \begin_inset Text\r
18532 \r
18533 \begin_layout Plain Layout\r
18534 Command\r
18535 \end_layout\r
18536 \r
18537 \end_inset\r
18538 </cell>\r
18539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
18540 \begin_inset Text\r
18541 \r
18542 \begin_layout Plain Layout\r
18543 Result\r
18544 \end_layout\r
18545 \r
18546 \end_inset\r
18547 </cell>\r
18548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
18549 \begin_inset Text\r
18550 \r
18551 \begin_layout Plain Layout\r
18552 shortcut\r
18553 \end_layout\r
18554 \r
18555 \end_inset\r
18556 </cell>\r
18557 </row>\r
18558 <row>\r
18559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18560 \begin_inset Text\r
18561 \r
18562 \begin_layout Plain Layout\r
18563 \r
18564 \backslash\r
18565 mathit\r
18566 \series bold\r
18567 \r
18568 \begin_inset ERT\r
18569 status collapsed\r
18570 \r
18571 \begin_layout Plain Layout\r
18572 \r
18573 \r
18574 \backslash\r
18575 spce \r
18576 \end_layout\r
18577 \r
18578 \end_inset\r
18579 \r
18580 \r
18581 \series default\r
18582 AbC\r
18583 \end_layout\r
18584 \r
18585 \end_inset\r
18586 </cell>\r
18587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18588 \begin_inset Text\r
18589 \r
18590 \begin_layout Plain Layout\r
18591 \begin_inset Formula $\mathit{AbC}$\r
18592 \end_inset\r
18593 \r
18594 \r
18595 \end_layout\r
18596 \r
18597 \end_inset\r
18598 </cell>\r
18599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
18600 \begin_inset Text\r
18601 \r
18602 \begin_layout Plain Layout\r
18603 -\r
18604 \end_layout\r
18605 \r
18606 \end_inset\r
18607 </cell>\r
18608 </row>\r
18609 <row>\r
18610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18611 \begin_inset Text\r
18612 \r
18613 \begin_layout Plain Layout\r
18614 \r
18615 \backslash\r
18616 mathrm\r
18617 \series bold\r
18618 \r
18619 \begin_inset ERT\r
18620 status collapsed\r
18621 \r
18622 \begin_layout Plain Layout\r
18623 \r
18624 \r
18625 \backslash\r
18626 spce \r
18627 \end_layout\r
18628 \r
18629 \end_inset\r
18630 \r
18631 \r
18632 \series default\r
18633 AbC\r
18634 \end_layout\r
18635 \r
18636 \end_inset\r
18637 </cell>\r
18638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18639 \begin_inset Text\r
18640 \r
18641 \begin_layout Plain Layout\r
18642 \begin_inset Formula $\mathrm{AbC}$\r
18643 \end_inset\r
18644 \r
18645 \r
18646 \end_layout\r
18647 \r
18648 \end_inset\r
18649 </cell>\r
18650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
18651 \begin_inset Text\r
18652 \r
18653 \begin_layout Plain Layout\r
18654 \begin_inset Info\r
18655 type  "shortcuts"\r
18656 arg   "font-roman"\r
18657 \end_inset\r
18658 \r
18659 \r
18660 \end_layout\r
18661 \r
18662 \end_inset\r
18663 </cell>\r
18664 </row>\r
18665 <row>\r
18666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18667 \begin_inset Text\r
18668 \r
18669 \begin_layout Plain Layout\r
18670 \r
18671 \backslash\r
18672 mathsf\r
18673 \series bold\r
18674 \r
18675 \begin_inset ERT\r
18676 status collapsed\r
18677 \r
18678 \begin_layout Plain Layout\r
18679 \r
18680 \r
18681 \backslash\r
18682 spce \r
18683 \end_layout\r
18684 \r
18685 \end_inset\r
18686 \r
18687 \r
18688 \series default\r
18689 AbC\r
18690 \end_layout\r
18691 \r
18692 \end_inset\r
18693 </cell>\r
18694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18695 \begin_inset Text\r
18696 \r
18697 \begin_layout Plain Layout\r
18698 \begin_inset Formula $\mathsf{AbC}$\r
18699 \end_inset\r
18700 \r
18701 \r
18702 \end_layout\r
18703 \r
18704 \end_inset\r
18705 </cell>\r
18706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
18707 \begin_inset Text\r
18708 \r
18709 \begin_layout Plain Layout\r
18710 \begin_inset Info\r
18711 type  "shortcuts"\r
18712 arg   "font-sans"\r
18713 \end_inset\r
18714 \r
18715 \r
18716 \end_layout\r
18717 \r
18718 \end_inset\r
18719 </cell>\r
18720 </row>\r
18721 <row>\r
18722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
18723 \begin_inset Text\r
18724 \r
18725 \begin_layout Plain Layout\r
18726 \r
18727 \backslash\r
18728 mathtt\r
18729 \series bold\r
18730 \r
18731 \begin_inset ERT\r
18732 status collapsed\r
18733 \r
18734 \begin_layout Plain Layout\r
18735 \r
18736 \r
18737 \backslash\r
18738 spce \r
18739 \end_layout\r
18740 \r
18741 \end_inset\r
18742 \r
18743 \r
18744 \series default\r
18745 AbC\r
18746 \end_layout\r
18747 \r
18748 \end_inset\r
18749 </cell>\r
18750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
18751 \begin_inset Text\r
18752 \r
18753 \begin_layout Plain Layout\r
18754 \begin_inset Formula $\mathtt{AbC}$\r
18755 \end_inset\r
18756 \r
18757 \r
18758 \end_layout\r
18759 \r
18760 \end_inset\r
18761 </cell>\r
18762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
18763 \begin_inset Text\r
18764 \r
18765 \begin_layout Plain Layout\r
18766 \begin_inset Info\r
18767 type  "shortcuts"\r
18768 arg   "font-typewriter"\r
18769 \end_inset\r
18770 \r
18771 \r
18772 \end_layout\r
18773 \r
18774 \end_inset\r
18775 </cell>\r
18776 </row>\r
18777 </lyxtabular>\r
18778 \r
18779 \end_inset\r
18780 \r
18781 \r
18782 \end_layout\r
18783 \r
18784 \begin_layout Standard\r
18785 \begin_inset Note Greyedout\r
18786 status open\r
18787 \r
18788 \begin_layout Plain Layout\r
18789 \r
18790 \series bold\r
18791 Note:\r
18792 \series default\r
18793  The styles \r
18794 \series bold\r
18795 \r
18796 \backslash\r
18797 mathbb\r
18798 \series default\r
18799  and \r
18800 \series bold\r
18801 \r
18802 \backslash\r
18803 mathcal\r
18804 \series default\r
18805  can only be used for big letters.\r
18806 \end_layout\r
18807 \r
18808 \end_inset\r
18809 \r
18810 \r
18811 \end_layout\r
18812 \r
18813 \begin_layout Standard\r
18814 Predefined is the style \r
18815 \series bold\r
18816 \r
18817 \backslash\r
18818 mathnormal\r
18819 \series default\r
18820 .\r
18821 \end_layout\r
18822 \r
18823 \begin_layout Standard\r
18824 The style commands work also for letters in mathematical constructs:\r
18825 \begin_inset Formula \r
18826 \[\r
18827 \mathfrak{A=\frac{b}{C}}\r
18828 \]\r
18829 \r
18830 \end_inset\r
18831 \r
18832 \r
18833 \end_layout\r
18834 \r
18835 \begin_layout Standard\r
18836 Characters in mathematical text don't appear in a math font style but in\r
18837  the text font style \r
18838 \series bold\r
18839 \r
18840 \backslash\r
18841 textrm\r
18842 \series default\r
18843 .\r
18844  That their style can't be set correctly via the text style dialog is a\r
18845  bug in LyX.\r
18846 \begin_inset Foot\r
18847 status collapsed\r
18848 \r
18849 \begin_layout Plain Layout\r
18850 \begin_inset CommandInset href\r
18851 LatexCommand href\r
18852 name "LyX-bug #4629"\r
18853 target "http://www.lyx.org/trac/ticket/4629"\r
18854 \r
18855 \end_inset\r
18856 \r
18857 \r
18858 \end_layout\r
18859 \r
18860 \end_inset\r
18861 \r
18862 \r
18863 \end_layout\r
18864 \r
18865 \begin_layout Standard\r
18866 Instead of the style commands the dialog \r
18867 \family sans\r
18868 Edit\SpecialChar \menuseparator\r
18869 Math\SpecialChar \menuseparator\r
18870 Text Style\r
18871 \family default\r
18872  or the toolbar button \r
18873 \begin_inset Graphics\r
18874         filename ../images/math/font.png\r
18875         scale 85\r
18876 \r
18877 \end_inset\r
18878 \r
18879  can be used.\r
18880 \end_layout\r
18881 \r
18882 \begin_layout Subsection\r
18883 Bold Formulas\r
18884 \begin_inset CommandInset label\r
18885 LatexCommand label\r
18886 name "sub:Bold-Formulas"\r
18887 \r
18888 \end_inset\r
18889 \r
18890 \r
18891 \begin_inset Index idx\r
18892 status collapsed\r
18893 \r
18894 \begin_layout Plain Layout\r
18895 Formula ! bold\r
18896 \end_layout\r
18897 \r
18898 \end_inset\r
18899 \r
18900 \r
18901 \end_layout\r
18902 \r
18903 \begin_layout Standard\r
18904 To make a complete formula bold, the command \r
18905 \series bold\r
18906 \r
18907 \backslash\r
18908 mathbf\r
18909 \series default\r
18910  from the previous subsection cannot be used, because it doesn't work for\r
18911  small Greek letters.\r
18912  Furthermore it prints Latin letters always upright, like in the following\r
18913  equation:\r
18914 \end_layout\r
18915 \r
18916 \begin_layout Standard\r
18917 \begin_inset Formula \r
18918 \[\r
18919 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\r
18920 \]\r
18921 \r
18922 \end_inset\r
18923 \r
18924 \r
18925 \end_layout\r
18926 \r
18927 \begin_layout Standard\r
18928 To display the formula correctly, the command \r
18929 \series bold\r
18930 \r
18931 \backslash\r
18932 boldsymbol\r
18933 \series default\r
18934  is used:\r
18935 \begin_inset Formula \r
18936 \[\r
18937 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\r
18938 \]\r
18939 \r
18940 \end_inset\r
18941 \r
18942 It is also possible to set the formula in a \r
18943 \series bold\r
18944 boldmath environment\r
18945 \series default\r
18946 .\r
18947  This environment is created by inserting the command \r
18948 \series bold\r
18949 \r
18950 \backslash\r
18951 boldmath\r
18952 \series default\r
18953 \r
18954 \begin_inset Index idx\r
18955 status collapsed\r
18956 \r
18957 \begin_layout Plain Layout\r
18958 Commands ! B ! \r
18959 \backslash\r
18960 boldmath\r
18961 \end_layout\r
18962 \r
18963 \end_inset\r
18964 \r
18965  in TeX-mode.\r
18966  To end the environment, the command \r
18967 \series bold\r
18968 \r
18969 \backslash\r
18970 unboldmath\r
18971 \series default\r
18972 \r
18973 \begin_inset Index idx\r
18974 status collapsed\r
18975 \r
18976 \begin_layout Plain Layout\r
18977 Commands ! U ! \r
18978 \backslash\r
18979 unboldmath\r
18980 \end_layout\r
18981 \r
18982 \end_inset\r
18983 \r
18984  is inserted in TeX-mode.\r
18985 \begin_inset ERT\r
18986 status collapsed\r
18987 \r
18988 \begin_layout Plain Layout\r
18989 \r
18990 \r
18991 \backslash\r
18992 boldmath \r
18993 \end_layout\r
18994 \r
18995 \end_inset\r
18996 \r
18997 \r
18998 \begin_inset Formula \r
18999 \[\r
19000 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\r
19001 \]\r
19002 \r
19003 \end_inset\r
19004 \r
19005 \r
19006 \begin_inset ERT\r
19007 status collapsed\r
19008 \r
19009 \begin_layout Plain Layout\r
19010 \r
19011 \r
19012 \backslash\r
19013 unboldmath \r
19014 \end_layout\r
19015 \r
19016 \end_inset\r
19017 \r
19018 \r
19019 \end_layout\r
19020 \r
19021 \begin_layout Subsection\r
19022 Colored Formulas\r
19023 \begin_inset Index idx\r
19024 status collapsed\r
19025 \r
19026 \begin_layout Plain Layout\r
19027 Formula ! colored\r
19028 \end_layout\r
19029 \r
19030 \end_inset\r
19031 \r
19032 \r
19033 \end_layout\r
19034 \r
19035 \begin_layout Standard\r
19036 Formulas can be colored like normal text: Highlight a formula or a formula\r
19037  part and use the \r
19038 \family sans\r
19039 Text Style\r
19040 \family default\r
19041  dialog.\r
19042  Here is a formula in magenta:\r
19043 \begin_inset Formula \r
19044 \[\r
19045 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\r
19046 \]\r
19047 \r
19048 \end_inset\r
19049 \r
19050 \r
19051 \end_layout\r
19052 \r
19053 \begin_layout Standard\r
19054 You can also define your own colors as described in \r
19055 \begin_inset CommandInset ref\r
19056 LatexCommand ref\r
19057 reference "sub:Colored-Boxes"\r
19058 \r
19059 \end_inset\r
19060 \r
19061 .\r
19062  They can be used with the TeX code command \r
19063 \series bold\r
19064 \r
19065 \backslash\r
19066 textcolor\r
19067 \series default\r
19068 \r
19069 \begin_inset Index idx\r
19070 status collapsed\r
19071 \r
19072 \begin_layout Plain Layout\r
19073 Commands ! T ! \r
19074 \backslash\r
19075 textcolor\r
19076 \end_layout\r
19077 \r
19078 \end_inset\r
19079 \r
19080  in the scheme\r
19081 \end_layout\r
19082 \r
19083 \begin_layout Standard\r
19084 \r
19085 \series bold\r
19086 \r
19087 \backslash\r
19088 textcolor{color}{characters or formula}\r
19089 \end_layout\r
19090 \r
19091 \begin_layout Standard\r
19092 The following example was colored completely dark green and partly red:\r
19093 \end_layout\r
19094 \r
19095 \begin_layout Standard\r
19096 \begin_inset ERT\r
19097 status collapsed\r
19098 \r
19099 \begin_layout Plain Layout\r
19100 \r
19101 \r
19102 \backslash\r
19103 textcolor{darkgreen}{\r
19104 \end_layout\r
19105 \r
19106 \end_inset\r
19107 \r
19108 \r
19109 \begin_inset Formula \r
19110 \[\r
19111 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\r
19112 \]\r
19113 \r
19114 \end_inset\r
19115 \r
19116 \r
19117 \begin_inset ERT\r
19118 status collapsed\r
19119 \r
19120 \begin_layout Plain Layout\r
19121 \r
19122 }\r
19123 \end_layout\r
19124 \r
19125 \end_inset\r
19126 \r
19127 \r
19128 \end_layout\r
19129 \r
19130 \begin_layout Standard\r
19131 Due to a bug in LyX only complete formulas can be colored with self-defined\r
19132  colors.\r
19133 \begin_inset Foot\r
19134 status collapsed\r
19135 \r
19136 \begin_layout Plain Layout\r
19137 \begin_inset CommandInset href\r
19138 LatexCommand href\r
19139 name "LyX-bug #5269"\r
19140 target "http://www.lyx.org/trac/ticket/5269"\r
19141 \r
19142 \end_inset\r
19143 \r
19144 \r
19145 \end_layout\r
19146 \r
19147 \end_inset\r
19148 \r
19149 \r
19150 \end_layout\r
19151 \r
19152 \begin_layout Subsection\r
19153 Font Sizes\r
19154 \begin_inset CommandInset label\r
19155 LatexCommand label\r
19156 name "sub:Font-Sizes"\r
19157 \r
19158 \end_inset\r
19159 \r
19160 \r
19161 \begin_inset Index idx\r
19162 status collapsed\r
19163 \r
19164 \begin_layout Plain Layout\r
19165 Font ! size\r
19166 \end_layout\r
19167 \r
19168 \end_inset\r
19169 \r
19170 \r
19171 \end_layout\r
19172 \r
19173 \begin_layout Standard\r
19174 For characters in formulas there are, analog to characters in text, the\r
19175  following size commands:\r
19176 \end_layout\r
19177 \r
19178 \begin_layout Standard\r
19179 \r
19180 \series bold\r
19181 \r
19182 \backslash\r
19183 Huge\r
19184 \series default\r
19185\r
19186 \series bold\r
19187 \r
19188 \backslash\r
19189 huge\r
19190 \series default\r
19191\r
19192 \series bold\r
19193 \r
19194 \backslash\r
19195 LARGE\r
19196 \series default\r
19197\r
19198 \series bold\r
19199 \r
19200 \backslash\r
19201 Large\r
19202 \series default\r
19203\r
19204 \series bold\r
19205 \r
19206 \backslash\r
19207 large\r
19208 \series default\r
19209\r
19210 \series bold\r
19211 \r
19212 \backslash\r
19213 normalsize\r
19214 \series default\r
19215\r
19216 \series bold\r
19217 \r
19218 \backslash\r
19219 small\r
19220 \series default\r
19221 ,\r
19222 \begin_inset Newline newline\r
19223 \end_inset\r
19224 \r
19225 \r
19226 \series bold\r
19227 \r
19228 \backslash\r
19229 footnotesize\r
19230 \series default\r
19231\r
19232 \series bold\r
19233 \r
19234 \backslash\r
19235 scriptsize\r
19236 \series default\r
19237  and \r
19238 \series bold\r
19239 \r
19240 \backslash\r
19241 tiny\r
19242 \end_layout\r
19243 \r
19244 \begin_layout Standard\r
19245 The size produced by the commands depends on the document font size, which\r
19246  corresponds to the command \r
19247 \series bold\r
19248 \r
19249 \backslash\r
19250 normalsize\r
19251 \series default\r
19252 .\r
19253  The other commands produce smaller or larger sizes than \r
19254 \series bold\r
19255 \r
19256 \backslash\r
19257 normalsize\r
19258 \series default\r
19259 .\r
19260  The font size can however not exceed a certain value.\r
19261  Is for example the document font size 12\r
19262 \begin_inset space \thinspace{}\r
19263 \end_inset\r
19264 \r
19265 pt, the command \r
19266 \series bold\r
19267 \r
19268 \backslash\r
19269 Huge\r
19270 \series default\r
19271  switches to the same size as \r
19272 \series bold\r
19273 \r
19274 \backslash\r
19275 huge\r
19276 \series default\r
19277 .\r
19278  \r
19279 \end_layout\r
19280 \r
19281 \begin_layout Standard\r
19282 A size command is inserted in TeX-mode before the formula and sets the size\r
19283  for all following formula and text characters.\r
19284  To switch back to the initial size, the command \r
19285 \series bold\r
19286 \r
19287 \backslash\r
19288 normalsize\r
19289 \series default\r
19290  is inserted behind the formula in TeX-mode.\r
19291 \end_layout\r
19292 \r
19293 \begin_layout Standard\r
19294 Within a formula the size can be changed using the following size commands:\r
19295 \end_layout\r
19296 \r
19297 \begin_layout Standard\r
19298 \noindent\r
19299 \align center\r
19300 \begin_inset Tabular\r
19301 <lyxtabular version="3" rows="5" columns="2">\r
19302 <features tabularvalignment="middle">\r
19303 <column alignment="center" valignment="top" width="0">\r
19304 <column alignment="center" valignment="top" width="0">\r
19305 <row>\r
19306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
19307 \begin_inset Text\r
19308 \r
19309 \begin_layout Plain Layout\r
19310 Command\r
19311 \end_layout\r
19312 \r
19313 \end_inset\r
19314 </cell>\r
19315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
19316 \begin_inset Text\r
19317 \r
19318 \begin_layout Plain Layout\r
19319 Result\r
19320 \begin_inset Note Note\r
19321 status collapsed\r
19322 \r
19323 \begin_layout Plain Layout\r
19324 \r
19325 \series bold\r
19326 \r
19327 \backslash\r
19328 raisebox\r
19329 \series default\r
19330  is only used as spacer.\r
19331 \end_layout\r
19332 \r
19333 \end_inset\r
19334 \r
19335 \r
19336 \end_layout\r
19337 \r
19338 \end_inset\r
19339 </cell>\r
19340 </row>\r
19341 <row>\r
19342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19343 \begin_inset Text\r
19344 \r
19345 \begin_layout Plain Layout\r
19346 \r
19347 \backslash\r
19348 displaystyle\r
19349 \begin_inset Index idx\r
19350 status collapsed\r
19351 \r
19352 \begin_layout Plain Layout\r
19353 Commands ! D ! \r
19354 \backslash\r
19355 displaystyle\r
19356 \end_layout\r
19357 \r
19358 \end_inset\r
19359 \r
19360 \r
19361 \end_layout\r
19362 \r
19363 \end_inset\r
19364 </cell>\r
19365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19366 \begin_inset Text\r
19367 \r
19368 \begin_layout Plain Layout\r
19369 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$\r
19370 \end_inset\r
19371 \r
19372 \r
19373 \end_layout\r
19374 \r
19375 \end_inset\r
19376 </cell>\r
19377 </row>\r
19378 <row>\r
19379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19380 \begin_inset Text\r
19381 \r
19382 \begin_layout Plain Layout\r
19383 \r
19384 \backslash\r
19385 textstyle\r
19386 \end_layout\r
19387 \r
19388 \end_inset\r
19389 </cell>\r
19390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19391 \begin_inset Text\r
19392 \r
19393 \begin_layout Plain Layout\r
19394 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$\r
19395 \end_inset\r
19396 \r
19397 \r
19398 \end_layout\r
19399 \r
19400 \end_inset\r
19401 </cell>\r
19402 </row>\r
19403 <row>\r
19404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19405 \begin_inset Text\r
19406 \r
19407 \begin_layout Plain Layout\r
19408 \r
19409 \backslash\r
19410 scriptstyle\r
19411 \end_layout\r
19412 \r
19413 \end_inset\r
19414 </cell>\r
19415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19416 \begin_inset Text\r
19417 \r
19418 \begin_layout Plain Layout\r
19419 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$\r
19420 \end_inset\r
19421 \r
19422 \r
19423 \end_layout\r
19424 \r
19425 \end_inset\r
19426 </cell>\r
19427 </row>\r
19428 <row>\r
19429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
19430 \begin_inset Text\r
19431 \r
19432 \begin_layout Plain Layout\r
19433 \r
19434 \backslash\r
19435 scriptscriptstyle\r
19436 \end_layout\r
19437 \r
19438 \end_inset\r
19439 </cell>\r
19440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
19441 \begin_inset Text\r
19442 \r
19443 \begin_layout Plain Layout\r
19444 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$\r
19445 \end_inset\r
19446 \r
19447 \r
19448 \end_layout\r
19449 \r
19450 \end_inset\r
19451 </cell>\r
19452 </row>\r
19453 </lyxtabular>\r
19454 \r
19455 \end_inset\r
19456 \r
19457 \r
19458 \end_layout\r
19459 \r
19460 \begin_layout Standard\r
19461 After entering these commands, a blue box appears in which the formula parts\r
19462  are inserted.\r
19463 \end_layout\r
19464 \r
19465 \begin_layout Standard\r
19466 There is a further method to change the font size, that though only works\r
19467  for symbols or letters in mathematical text.\r
19468  To use it, one of the above text size commands is inserted in mathematical\r
19469  text.\r
19470  All following characters until the end of the mathematical text or until\r
19471  another size command will have the selected size.\r
19472  Two examples:\r
19473 \begin_inset VSpace -2mm\r
19474 \end_inset\r
19475 \r
19476 \r
19477 \end_layout\r
19478 \r
19479 \begin_layout Standard\r
19480 \begin_inset ERT\r
19481 status collapsed\r
19482 \r
19483 \begin_layout Plain Layout\r
19484 \r
19485 \r
19486 \backslash\r
19487 huge \r
19488 \end_layout\r
19489 \r
19490 \end_inset\r
19491 \r
19492 \r
19493 \begin_inset Formula \r
19494 \[\r
19495 A=\frac{B}{c}\cdot\maltese\r
19496 \]\r
19497 \r
19498 \end_inset\r
19499 \r
19500 \r
19501 \begin_inset Formula \r
19502 \[\r
19503 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\r
19504 \]\r
19505 \r
19506 \end_inset\r
19507 \r
19508 \r
19509 \begin_inset ERT\r
19510 status collapsed\r
19511 \r
19512 \begin_layout Plain Layout\r
19513 \r
19514 \r
19515 \backslash\r
19516 normalsize \r
19517 \end_layout\r
19518 \r
19519 \end_inset\r
19520 \r
19521 \r
19522 \end_layout\r
19523 \r
19524 \begin_layout Standard\r
19525 \begin_inset VSpace medskip\r
19526 \end_inset\r
19527 \r
19528 Before both formulas the command \r
19529 \series bold\r
19530 \r
19531 \backslash\r
19532 huge\r
19533 \series default\r
19534  was inserted.\r
19535  The command for the second formula is:\r
19536 \begin_inset Newline newline\r
19537 \end_inset\r
19538 \r
19539 \r
19540 \series bold\r
19541 \r
19542 \backslash\r
19543 maltese\r
19544 \begin_inset ERT\r
19545 status collapsed\r
19546 \r
19547 \begin_layout Plain Layout\r
19548 \r
19549 \r
19550 \backslash\r
19551 spce \r
19552 \end_layout\r
19553 \r
19554 \end_inset\r
19555 \r
19556 A Alt+M M \r
19557 \backslash\r
19558 Large\r
19559 \begin_inset ERT\r
19560 status collapsed\r
19561 \r
19562 \begin_layout Plain Layout\r
19563 \r
19564 \r
19565 \backslash\r
19566 spce \r
19567 \end_layout\r
19568 \r
19569 \end_inset\r
19570 \r
19571 \r
19572 \backslash\r
19573 maltese\r
19574 \begin_inset ERT\r
19575 status collapsed\r
19576 \r
19577 \begin_layout Plain Layout\r
19578 \r
19579 \r
19580 \backslash\r
19581 spce \r
19582 \end_layout\r
19583 \r
19584 \end_inset\r
19585 \r
19586 \r
19587 \backslash\r
19588 textit\r
19589 \begin_inset ERT\r
19590 status collapsed\r
19591 \r
19592 \begin_layout Plain Layout\r
19593 \r
19594 \r
19595 \backslash\r
19596 spce \r
19597 \end_layout\r
19598 \r
19599 \end_inset\r
19600 \r
19601 A\r
19602 \begin_inset Formula $\to$\r
19603 \end_inset\r
19604 \r
19605 \r
19606 \begin_inset Formula $\to$\r
19607 \end_inset\r
19608 \r
19609 \r
19610 \begin_inset Newline newline\r
19611 \end_inset\r
19612 \r
19613 \r
19614 \begin_inset space \hspace*{}\r
19615 \length 1cm\r
19616 \end_inset\r
19617 \r
19618 Alt+M\r
19619 \series default\r
19620  \r
19621 \series bold\r
19622\r
19623 \backslash\r
19624 tiny\r
19625 \begin_inset ERT\r
19626 status collapsed\r
19627 \r
19628 \begin_layout Plain Layout\r
19629 \r
19630 \r
19631 \backslash\r
19632 spce \r
19633 \end_layout\r
19634 \r
19635 \end_inset\r
19636 \r
19637 \r
19638 \backslash\r
19639 maltese\r
19640 \begin_inset ERT\r
19641 status collapsed\r
19642 \r
19643 \begin_layout Plain Layout\r
19644 \r
19645 \r
19646 \backslash\r
19647 spce \r
19648 \end_layout\r
19649 \r
19650 \end_inset\r
19651 \r
19652 \r
19653 \backslash\r
19654 textit\r
19655 \begin_inset ERT\r
19656 status collapsed\r
19657 \r
19658 \begin_layout Plain Layout\r
19659 \r
19660 \r
19661 \backslash\r
19662 spce \r
19663 \end_layout\r
19664 \r
19665 \end_inset\r
19666 \r
19667 A\r
19668 \end_layout\r
19669 \r
19670 \begin_layout Standard\r
19671 If a symbol cannot be displayed in different sizes, it will always be displayed\r
19672  in the default size.\r
19673 \end_layout\r
19674 \r
19675 \begin_layout Section\r
19676 Greek Letters\r
19677 \begin_inset Index idx\r
19678 status collapsed\r
19679 \r
19680 \begin_layout Plain Layout\r
19681 Greek letters\r
19682 \end_layout\r
19683 \r
19684 \end_inset\r
19685 \r
19686 \r
19687 \end_layout\r
19688 \r
19689 \begin_layout Standard\r
19690 Greek letters can also be inserted via the toolbar button \r
19691 \begin_inset Graphics\r
19692         filename ../images/math/alpha.png\r
19693         scale 85\r
19694 \r
19695 \end_inset\r
19696 \r
19697 .\r
19698  All international typesetting norms purport that Greek letters in math\r
19699  have to be typeset italic/slanted.\r
19700  In some languages, like French or Russian, they are nevertheless sometimes\r
19701  typeset upright.\r
19702 \end_layout\r
19703 \r
19704 \begin_layout Subsection\r
19705 Small Letters\r
19706 \begin_inset Index idx\r
19707 status collapsed\r
19708 \r
19709 \begin_layout Plain Layout\r
19710 Greek letters ! small\r
19711 \end_layout\r
19712 \r
19713 \end_inset\r
19714 \r
19715 \r
19716 \end_layout\r
19717 \r
19718 \begin_layout Standard\r
19719 \begin_inset space \hfill{}\r
19720 \end_inset\r
19721 \r
19722 \r
19723 \begin_inset Tabular\r
19724 <lyxtabular version="3" rows="11" columns="2">\r
19725 <features tabularvalignment="middle">\r
19726 <column alignment="center" valignment="top" width="0pt">\r
19727 <column alignment="center" valignment="top" width="0pt">\r
19728 <row>\r
19729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
19730 \begin_inset Text\r
19731 \r
19732 \begin_layout Plain Layout\r
19733 Command\r
19734 \end_layout\r
19735 \r
19736 \end_inset\r
19737 </cell>\r
19738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
19739 \begin_inset Text\r
19740 \r
19741 \begin_layout Plain Layout\r
19742 Result\r
19743 \end_layout\r
19744 \r
19745 \end_inset\r
19746 </cell>\r
19747 </row>\r
19748 <row>\r
19749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19750 \begin_inset Text\r
19751 \r
19752 \begin_layout Plain Layout\r
19753 \r
19754 \backslash\r
19755 alpha\r
19756 \end_layout\r
19757 \r
19758 \end_inset\r
19759 </cell>\r
19760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19761 \begin_inset Text\r
19762 \r
19763 \begin_layout Plain Layout\r
19764 \begin_inset Formula $\alpha$\r
19765 \end_inset\r
19766 \r
19767 \r
19768 \end_layout\r
19769 \r
19770 \end_inset\r
19771 </cell>\r
19772 </row>\r
19773 <row>\r
19774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19775 \begin_inset Text\r
19776 \r
19777 \begin_layout Plain Layout\r
19778 \r
19779 \backslash\r
19780 beta\r
19781 \end_layout\r
19782 \r
19783 \end_inset\r
19784 </cell>\r
19785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19786 \begin_inset Text\r
19787 \r
19788 \begin_layout Plain Layout\r
19789 \begin_inset Formula $\beta$\r
19790 \end_inset\r
19791 \r
19792 \r
19793 \end_layout\r
19794 \r
19795 \end_inset\r
19796 </cell>\r
19797 </row>\r
19798 <row>\r
19799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19800 \begin_inset Text\r
19801 \r
19802 \begin_layout Plain Layout\r
19803 \r
19804 \backslash\r
19805 gamma\r
19806 \end_layout\r
19807 \r
19808 \end_inset\r
19809 </cell>\r
19810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19811 \begin_inset Text\r
19812 \r
19813 \begin_layout Plain Layout\r
19814 \begin_inset Formula $\gamma$\r
19815 \end_inset\r
19816 \r
19817 \r
19818 \end_layout\r
19819 \r
19820 \end_inset\r
19821 </cell>\r
19822 </row>\r
19823 <row>\r
19824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19825 \begin_inset Text\r
19826 \r
19827 \begin_layout Plain Layout\r
19828 \r
19829 \backslash\r
19830 delta\r
19831 \end_layout\r
19832 \r
19833 \end_inset\r
19834 </cell>\r
19835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19836 \begin_inset Text\r
19837 \r
19838 \begin_layout Plain Layout\r
19839 \begin_inset Formula $\delta$\r
19840 \end_inset\r
19841 \r
19842 \r
19843 \end_layout\r
19844 \r
19845 \end_inset\r
19846 </cell>\r
19847 </row>\r
19848 <row>\r
19849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19850 \begin_inset Text\r
19851 \r
19852 \begin_layout Plain Layout\r
19853 \r
19854 \backslash\r
19855 epsilon\r
19856 \end_layout\r
19857 \r
19858 \end_inset\r
19859 </cell>\r
19860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19861 \begin_inset Text\r
19862 \r
19863 \begin_layout Plain Layout\r
19864 \begin_inset Formula $\epsilon$\r
19865 \end_inset\r
19866 \r
19867 \r
19868 \end_layout\r
19869 \r
19870 \end_inset\r
19871 </cell>\r
19872 </row>\r
19873 <row>\r
19874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19875 \begin_inset Text\r
19876 \r
19877 \begin_layout Plain Layout\r
19878 \r
19879 \backslash\r
19880 varepsilon\r
19881 \end_layout\r
19882 \r
19883 \end_inset\r
19884 </cell>\r
19885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19886 \begin_inset Text\r
19887 \r
19888 \begin_layout Plain Layout\r
19889 \begin_inset Formula $\varepsilon$\r
19890 \end_inset\r
19891 \r
19892 \r
19893 \end_layout\r
19894 \r
19895 \end_inset\r
19896 </cell>\r
19897 </row>\r
19898 <row>\r
19899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19900 \begin_inset Text\r
19901 \r
19902 \begin_layout Plain Layout\r
19903 \r
19904 \backslash\r
19905 zeta\r
19906 \end_layout\r
19907 \r
19908 \end_inset\r
19909 </cell>\r
19910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19911 \begin_inset Text\r
19912 \r
19913 \begin_layout Plain Layout\r
19914 \begin_inset Formula $\zeta$\r
19915 \end_inset\r
19916 \r
19917 \r
19918 \end_layout\r
19919 \r
19920 \end_inset\r
19921 </cell>\r
19922 </row>\r
19923 <row>\r
19924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19925 \begin_inset Text\r
19926 \r
19927 \begin_layout Plain Layout\r
19928 \r
19929 \backslash\r
19930 eta\r
19931 \end_layout\r
19932 \r
19933 \end_inset\r
19934 </cell>\r
19935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19936 \begin_inset Text\r
19937 \r
19938 \begin_layout Plain Layout\r
19939 \begin_inset Formula $\eta$\r
19940 \end_inset\r
19941 \r
19942 \r
19943 \end_layout\r
19944 \r
19945 \end_inset\r
19946 </cell>\r
19947 </row>\r
19948 <row>\r
19949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19950 \begin_inset Text\r
19951 \r
19952 \begin_layout Plain Layout\r
19953 \r
19954 \backslash\r
19955 theta\r
19956 \end_layout\r
19957 \r
19958 \end_inset\r
19959 </cell>\r
19960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19961 \begin_inset Text\r
19962 \r
19963 \begin_layout Plain Layout\r
19964 \begin_inset Formula $\theta$\r
19965 \end_inset\r
19966 \r
19967 \r
19968 \end_layout\r
19969 \r
19970 \end_inset\r
19971 </cell>\r
19972 </row>\r
19973 <row>\r
19974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
19975 \begin_inset Text\r
19976 \r
19977 \begin_layout Plain Layout\r
19978 \r
19979 \backslash\r
19980 vartheta\r
19981 \end_layout\r
19982 \r
19983 \end_inset\r
19984 </cell>\r
19985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
19986 \begin_inset Text\r
19987 \r
19988 \begin_layout Plain Layout\r
19989 \begin_inset Formula $\vartheta$\r
19990 \end_inset\r
19991 \r
19992 \r
19993 \end_layout\r
19994 \r
19995 \end_inset\r
19996 </cell>\r
19997 </row>\r
19998 </lyxtabular>\r
19999 \r
20000 \end_inset\r
20001 \r
20002 \r
20003 \begin_inset space \hfill{}\r
20004 \end_inset\r
20005 \r
20006 \r
20007 \begin_inset Tabular\r
20008 <lyxtabular version="3" rows="12" columns="2">\r
20009 <features tabularvalignment="middle">\r
20010 <column alignment="center" valignment="top" width="0pt">\r
20011 <column alignment="center" valignment="top" width="0pt">\r
20012 <row>\r
20013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
20014 \begin_inset Text\r
20015 \r
20016 \begin_layout Plain Layout\r
20017 Command\r
20018 \end_layout\r
20019 \r
20020 \end_inset\r
20021 </cell>\r
20022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
20023 \begin_inset Text\r
20024 \r
20025 \begin_layout Plain Layout\r
20026 Result\r
20027 \end_layout\r
20028 \r
20029 \end_inset\r
20030 </cell>\r
20031 </row>\r
20032 <row>\r
20033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20034 \begin_inset Text\r
20035 \r
20036 \begin_layout Plain Layout\r
20037 \r
20038 \backslash\r
20039 iota\r
20040 \end_layout\r
20041 \r
20042 \end_inset\r
20043 </cell>\r
20044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20045 \begin_inset Text\r
20046 \r
20047 \begin_layout Plain Layout\r
20048 \begin_inset Formula $\iota$\r
20049 \end_inset\r
20050 \r
20051 \r
20052 \end_layout\r
20053 \r
20054 \end_inset\r
20055 </cell>\r
20056 </row>\r
20057 <row>\r
20058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20059 \begin_inset Text\r
20060 \r
20061 \begin_layout Plain Layout\r
20062 \r
20063 \backslash\r
20064 kappa\r
20065 \end_layout\r
20066 \r
20067 \end_inset\r
20068 </cell>\r
20069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20070 \begin_inset Text\r
20071 \r
20072 \begin_layout Plain Layout\r
20073 \begin_inset Formula $\kappa$\r
20074 \end_inset\r
20075 \r
20076 \r
20077 \end_layout\r
20078 \r
20079 \end_inset\r
20080 </cell>\r
20081 </row>\r
20082 <row>\r
20083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20084 \begin_inset Text\r
20085 \r
20086 \begin_layout Plain Layout\r
20087 \r
20088 \backslash\r
20089 varkappa\r
20090 \end_layout\r
20091 \r
20092 \end_inset\r
20093 </cell>\r
20094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20095 \begin_inset Text\r
20096 \r
20097 \begin_layout Plain Layout\r
20098 \begin_inset Formula $\varkappa$\r
20099 \end_inset\r
20100 \r
20101 \r
20102 \end_layout\r
20103 \r
20104 \end_inset\r
20105 </cell>\r
20106 </row>\r
20107 <row>\r
20108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20109 \begin_inset Text\r
20110 \r
20111 \begin_layout Plain Layout\r
20112 \r
20113 \backslash\r
20114 lambda\r
20115 \end_layout\r
20116 \r
20117 \end_inset\r
20118 </cell>\r
20119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20120 \begin_inset Text\r
20121 \r
20122 \begin_layout Plain Layout\r
20123 \begin_inset Formula $\lambda$\r
20124 \end_inset\r
20125 \r
20126 \r
20127 \end_layout\r
20128 \r
20129 \end_inset\r
20130 </cell>\r
20131 </row>\r
20132 <row>\r
20133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20134 \begin_inset Text\r
20135 \r
20136 \begin_layout Plain Layout\r
20137 \r
20138 \backslash\r
20139 mu\r
20140 \end_layout\r
20141 \r
20142 \end_inset\r
20143 </cell>\r
20144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20145 \begin_inset Text\r
20146 \r
20147 \begin_layout Plain Layout\r
20148 \begin_inset Formula $\mu$\r
20149 \end_inset\r
20150 \r
20151 \r
20152 \end_layout\r
20153 \r
20154 \end_inset\r
20155 </cell>\r
20156 </row>\r
20157 <row>\r
20158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20159 \begin_inset Text\r
20160 \r
20161 \begin_layout Plain Layout\r
20162 \r
20163 \backslash\r
20164 nu\r
20165 \end_layout\r
20166 \r
20167 \end_inset\r
20168 </cell>\r
20169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20170 \begin_inset Text\r
20171 \r
20172 \begin_layout Plain Layout\r
20173 \begin_inset Formula $\nu$\r
20174 \end_inset\r
20175 \r
20176 \r
20177 \end_layout\r
20178 \r
20179 \end_inset\r
20180 </cell>\r
20181 </row>\r
20182 <row>\r
20183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20184 \begin_inset Text\r
20185 \r
20186 \begin_layout Plain Layout\r
20187 \r
20188 \backslash\r
20189 xi\r
20190 \end_layout\r
20191 \r
20192 \end_inset\r
20193 </cell>\r
20194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20195 \begin_inset Text\r
20196 \r
20197 \begin_layout Plain Layout\r
20198 \begin_inset Formula $\xi$\r
20199 \end_inset\r
20200 \r
20201 \r
20202 \end_layout\r
20203 \r
20204 \end_inset\r
20205 </cell>\r
20206 </row>\r
20207 <row>\r
20208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20209 \begin_inset Text\r
20210 \r
20211 \begin_layout Plain Layout\r
20212 o\r
20213 \end_layout\r
20214 \r
20215 \end_inset\r
20216 </cell>\r
20217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20218 \begin_inset Text\r
20219 \r
20220 \begin_layout Plain Layout\r
20221 \begin_inset Formula $o$\r
20222 \end_inset\r
20223 \r
20224 \r
20225 \end_layout\r
20226 \r
20227 \end_inset\r
20228 </cell>\r
20229 </row>\r
20230 <row>\r
20231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20232 \begin_inset Text\r
20233 \r
20234 \begin_layout Plain Layout\r
20235 \r
20236 \backslash\r
20237 pi\r
20238 \end_layout\r
20239 \r
20240 \end_inset\r
20241 </cell>\r
20242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20243 \begin_inset Text\r
20244 \r
20245 \begin_layout Plain Layout\r
20246 \begin_inset Formula $\pi$\r
20247 \end_inset\r
20248 \r
20249 \r
20250 \end_layout\r
20251 \r
20252 \end_inset\r
20253 </cell>\r
20254 </row>\r
20255 <row>\r
20256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20257 \begin_inset Text\r
20258 \r
20259 \begin_layout Plain Layout\r
20260 \r
20261 \backslash\r
20262 varpi\r
20263 \end_layout\r
20264 \r
20265 \end_inset\r
20266 </cell>\r
20267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20268 \begin_inset Text\r
20269 \r
20270 \begin_layout Plain Layout\r
20271 \begin_inset Formula $\varpi$\r
20272 \end_inset\r
20273 \r
20274 \r
20275 \end_layout\r
20276 \r
20277 \end_inset\r
20278 </cell>\r
20279 </row>\r
20280 <row>\r
20281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
20282 \begin_inset Text\r
20283 \r
20284 \begin_layout Plain Layout\r
20285 \r
20286 \backslash\r
20287 rho\r
20288 \end_layout\r
20289 \r
20290 \end_inset\r
20291 </cell>\r
20292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
20293 \begin_inset Text\r
20294 \r
20295 \begin_layout Plain Layout\r
20296 \begin_inset Formula $\rho$\r
20297 \end_inset\r
20298 \r
20299 \r
20300 \end_layout\r
20301 \r
20302 \end_inset\r
20303 </cell>\r
20304 </row>\r
20305 </lyxtabular>\r
20306 \r
20307 \end_inset\r
20308 \r
20309 \r
20310 \begin_inset space \hfill{}\r
20311 \end_inset\r
20312 \r
20313 \r
20314 \begin_inset Tabular\r
20315 <lyxtabular version="3" rows="11" columns="2">\r
20316 <features tabularvalignment="middle">\r
20317 <column alignment="center" valignment="top" width="0pt">\r
20318 <column alignment="center" valignment="top" width="0pt">\r
20319 <row>\r
20320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
20321 \begin_inset Text\r
20322 \r
20323 \begin_layout Plain Layout\r
20324 Command\r
20325 \end_layout\r
20326 \r
20327 \end_inset\r
20328 </cell>\r
20329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
20330 \begin_inset Text\r
20331 \r
20332 \begin_layout Plain Layout\r
20333 Result\r
20334 \end_layout\r
20335 \r
20336 \end_inset\r
20337 </cell>\r
20338 </row>\r
20339 <row>\r
20340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20341 \begin_inset Text\r
20342 \r
20343 \begin_layout Plain Layout\r
20344 \r
20345 \backslash\r
20346 varrho\r
20347 \end_layout\r
20348 \r
20349 \end_inset\r
20350 </cell>\r
20351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20352 \begin_inset Text\r
20353 \r
20354 \begin_layout Plain Layout\r
20355 \begin_inset Formula $\varrho$\r
20356 \end_inset\r
20357 \r
20358 \r
20359 \end_layout\r
20360 \r
20361 \end_inset\r
20362 </cell>\r
20363 </row>\r
20364 <row>\r
20365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20366 \begin_inset Text\r
20367 \r
20368 \begin_layout Plain Layout\r
20369 \r
20370 \backslash\r
20371 sigma\r
20372 \end_layout\r
20373 \r
20374 \end_inset\r
20375 </cell>\r
20376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20377 \begin_inset Text\r
20378 \r
20379 \begin_layout Plain Layout\r
20380 \begin_inset Formula $\sigma$\r
20381 \end_inset\r
20382 \r
20383 \r
20384 \end_layout\r
20385 \r
20386 \end_inset\r
20387 </cell>\r
20388 </row>\r
20389 <row>\r
20390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20391 \begin_inset Text\r
20392 \r
20393 \begin_layout Plain Layout\r
20394 \r
20395 \backslash\r
20396 varsigma\r
20397 \end_layout\r
20398 \r
20399 \end_inset\r
20400 </cell>\r
20401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20402 \begin_inset Text\r
20403 \r
20404 \begin_layout Plain Layout\r
20405 \begin_inset Formula $\varsigma$\r
20406 \end_inset\r
20407 \r
20408 \r
20409 \end_layout\r
20410 \r
20411 \end_inset\r
20412 </cell>\r
20413 </row>\r
20414 <row>\r
20415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20416 \begin_inset Text\r
20417 \r
20418 \begin_layout Plain Layout\r
20419 \r
20420 \backslash\r
20421 tau\r
20422 \end_layout\r
20423 \r
20424 \end_inset\r
20425 </cell>\r
20426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20427 \begin_inset Text\r
20428 \r
20429 \begin_layout Plain Layout\r
20430 \begin_inset Formula $\tau$\r
20431 \end_inset\r
20432 \r
20433 \r
20434 \end_layout\r
20435 \r
20436 \end_inset\r
20437 </cell>\r
20438 </row>\r
20439 <row>\r
20440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20441 \begin_inset Text\r
20442 \r
20443 \begin_layout Plain Layout\r
20444 \r
20445 \backslash\r
20446 upsilon\r
20447 \end_layout\r
20448 \r
20449 \end_inset\r
20450 </cell>\r
20451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20452 \begin_inset Text\r
20453 \r
20454 \begin_layout Plain Layout\r
20455 \begin_inset Formula $\upsilon$\r
20456 \end_inset\r
20457 \r
20458 \r
20459 \end_layout\r
20460 \r
20461 \end_inset\r
20462 </cell>\r
20463 </row>\r
20464 <row>\r
20465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20466 \begin_inset Text\r
20467 \r
20468 \begin_layout Plain Layout\r
20469 \r
20470 \backslash\r
20471 phi\r
20472 \end_layout\r
20473 \r
20474 \end_inset\r
20475 </cell>\r
20476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20477 \begin_inset Text\r
20478 \r
20479 \begin_layout Plain Layout\r
20480 \begin_inset Formula $\phi$\r
20481 \end_inset\r
20482 \r
20483 \r
20484 \end_layout\r
20485 \r
20486 \end_inset\r
20487 </cell>\r
20488 </row>\r
20489 <row>\r
20490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20491 \begin_inset Text\r
20492 \r
20493 \begin_layout Plain Layout\r
20494 \r
20495 \backslash\r
20496 varphi\r
20497 \end_layout\r
20498 \r
20499 \end_inset\r
20500 </cell>\r
20501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20502 \begin_inset Text\r
20503 \r
20504 \begin_layout Plain Layout\r
20505 \begin_inset Formula $\varphi$\r
20506 \end_inset\r
20507 \r
20508 \r
20509 \end_layout\r
20510 \r
20511 \end_inset\r
20512 </cell>\r
20513 </row>\r
20514 <row>\r
20515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20516 \begin_inset Text\r
20517 \r
20518 \begin_layout Plain Layout\r
20519 \r
20520 \backslash\r
20521 chi\r
20522 \end_layout\r
20523 \r
20524 \end_inset\r
20525 </cell>\r
20526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20527 \begin_inset Text\r
20528 \r
20529 \begin_layout Plain Layout\r
20530 \begin_inset Formula $\chi$\r
20531 \end_inset\r
20532 \r
20533 \r
20534 \end_layout\r
20535 \r
20536 \end_inset\r
20537 </cell>\r
20538 </row>\r
20539 <row>\r
20540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20541 \begin_inset Text\r
20542 \r
20543 \begin_layout Plain Layout\r
20544 \r
20545 \backslash\r
20546 psi\r
20547 \end_layout\r
20548 \r
20549 \end_inset\r
20550 </cell>\r
20551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20552 \begin_inset Text\r
20553 \r
20554 \begin_layout Plain Layout\r
20555 \begin_inset Formula $\psi$\r
20556 \end_inset\r
20557 \r
20558 \r
20559 \end_layout\r
20560 \r
20561 \end_inset\r
20562 </cell>\r
20563 </row>\r
20564 <row>\r
20565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
20566 \begin_inset Text\r
20567 \r
20568 \begin_layout Plain Layout\r
20569 \r
20570 \backslash\r
20571 omega\r
20572 \end_layout\r
20573 \r
20574 \end_inset\r
20575 </cell>\r
20576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
20577 \begin_inset Text\r
20578 \r
20579 \begin_layout Plain Layout\r
20580 \begin_inset Formula $\omega$\r
20581 \end_inset\r
20582 \r
20583 \r
20584 \end_layout\r
20585 \r
20586 \end_inset\r
20587 </cell>\r
20588 </row>\r
20589 </lyxtabular>\r
20590 \r
20591 \end_inset\r
20592 \r
20593 \r
20594 \begin_inset space \hfill{}\r
20595 \end_inset\r
20596 \r
20597 \r
20598 \end_layout\r
20599 \r
20600 \begin_layout Standard\r
20601 \begin_inset VSpace medskip\r
20602 \end_inset\r
20603 \r
20604 \r
20605 \end_layout\r
20606 \r
20607 \begin_layout Standard\r
20608 How to create special upright Greek letters is explained in \r
20609 \begin_inset CommandInset ref\r
20610 LatexCommand ref\r
20611 reference "sub:Upright-small-Greek"\r
20612 \r
20613 \end_inset\r
20614 \r
20615 .\r
20616 \end_layout\r
20617 \r
20618 \begin_layout Subsection\r
20619 Big Letters\r
20620 \begin_inset Index idx\r
20621 status collapsed\r
20622 \r
20623 \begin_layout Plain Layout\r
20624 Greek letters ! big\r
20625 \end_layout\r
20626 \r
20627 \end_inset\r
20628 \r
20629 \r
20630 \end_layout\r
20631 \r
20632 \begin_layout Standard\r
20633 \begin_inset space \hfill{}\r
20634 \end_inset\r
20635 \r
20636 \r
20637 \begin_inset Tabular\r
20638 <lyxtabular version="3" rows="7" columns="2">\r
20639 <features tabularvalignment="middle">\r
20640 <column alignment="center" valignment="top" width="0pt">\r
20641 <column alignment="center" valignment="top" width="0pt">\r
20642 <row>\r
20643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
20644 \begin_inset Text\r
20645 \r
20646 \begin_layout Plain Layout\r
20647 Command\r
20648 \end_layout\r
20649 \r
20650 \end_inset\r
20651 </cell>\r
20652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
20653 \begin_inset Text\r
20654 \r
20655 \begin_layout Plain Layout\r
20656 Result\r
20657 \end_layout\r
20658 \r
20659 \end_inset\r
20660 </cell>\r
20661 </row>\r
20662 <row>\r
20663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20664 \begin_inset Text\r
20665 \r
20666 \begin_layout Plain Layout\r
20667 \r
20668 \backslash\r
20669 Gamma\r
20670 \end_layout\r
20671 \r
20672 \end_inset\r
20673 </cell>\r
20674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20675 \begin_inset Text\r
20676 \r
20677 \begin_layout Plain Layout\r
20678 \begin_inset Formula $\Gamma$\r
20679 \end_inset\r
20680 \r
20681 \r
20682 \end_layout\r
20683 \r
20684 \end_inset\r
20685 </cell>\r
20686 </row>\r
20687 <row>\r
20688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20689 \begin_inset Text\r
20690 \r
20691 \begin_layout Plain Layout\r
20692 \r
20693 \backslash\r
20694 Delta\r
20695 \end_layout\r
20696 \r
20697 \end_inset\r
20698 </cell>\r
20699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20700 \begin_inset Text\r
20701 \r
20702 \begin_layout Plain Layout\r
20703 \begin_inset Formula $\Delta$\r
20704 \end_inset\r
20705 \r
20706 \r
20707 \end_layout\r
20708 \r
20709 \end_inset\r
20710 </cell>\r
20711 </row>\r
20712 <row>\r
20713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20714 \begin_inset Text\r
20715 \r
20716 \begin_layout Plain Layout\r
20717 \r
20718 \backslash\r
20719 Theta\r
20720 \end_layout\r
20721 \r
20722 \end_inset\r
20723 </cell>\r
20724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20725 \begin_inset Text\r
20726 \r
20727 \begin_layout Plain Layout\r
20728 \begin_inset Formula $\Theta$\r
20729 \end_inset\r
20730 \r
20731 \r
20732 \end_layout\r
20733 \r
20734 \end_inset\r
20735 </cell>\r
20736 </row>\r
20737 <row>\r
20738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20739 \begin_inset Text\r
20740 \r
20741 \begin_layout Plain Layout\r
20742 \r
20743 \backslash\r
20744 Lambda\r
20745 \end_layout\r
20746 \r
20747 \end_inset\r
20748 </cell>\r
20749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20750 \begin_inset Text\r
20751 \r
20752 \begin_layout Plain Layout\r
20753 \begin_inset Formula $\Lambda$\r
20754 \end_inset\r
20755 \r
20756 \r
20757 \end_layout\r
20758 \r
20759 \end_inset\r
20760 </cell>\r
20761 </row>\r
20762 <row>\r
20763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20764 \begin_inset Text\r
20765 \r
20766 \begin_layout Plain Layout\r
20767 \r
20768 \backslash\r
20769 Xi\r
20770 \end_layout\r
20771 \r
20772 \end_inset\r
20773 </cell>\r
20774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20775 \begin_inset Text\r
20776 \r
20777 \begin_layout Plain Layout\r
20778 \begin_inset Formula $\Xi$\r
20779 \end_inset\r
20780 \r
20781 \r
20782 \end_layout\r
20783 \r
20784 \end_inset\r
20785 </cell>\r
20786 </row>\r
20787 <row>\r
20788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
20789 \begin_inset Text\r
20790 \r
20791 \begin_layout Plain Layout\r
20792 \r
20793 \backslash\r
20794 Pi\r
20795 \end_layout\r
20796 \r
20797 \end_inset\r
20798 </cell>\r
20799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
20800 \begin_inset Text\r
20801 \r
20802 \begin_layout Plain Layout\r
20803 \begin_inset Formula $\Pi$\r
20804 \end_inset\r
20805 \r
20806 \r
20807 \end_layout\r
20808 \r
20809 \end_inset\r
20810 </cell>\r
20811 </row>\r
20812 </lyxtabular>\r
20813 \r
20814 \end_inset\r
20815 \r
20816 \r
20817 \begin_inset space \hfill{}\r
20818 \end_inset\r
20819 \r
20820 \r
20821 \begin_inset Tabular\r
20822 <lyxtabular version="3" rows="6" columns="2">\r
20823 <features tabularvalignment="middle">\r
20824 <column alignment="center" valignment="top" width="0pt">\r
20825 <column alignment="center" valignment="top" width="0pt">\r
20826 <row>\r
20827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
20828 \begin_inset Text\r
20829 \r
20830 \begin_layout Plain Layout\r
20831 Command\r
20832 \end_layout\r
20833 \r
20834 \end_inset\r
20835 </cell>\r
20836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
20837 \begin_inset Text\r
20838 \r
20839 \begin_layout Plain Layout\r
20840 Result\r
20841 \end_layout\r
20842 \r
20843 \end_inset\r
20844 </cell>\r
20845 </row>\r
20846 <row>\r
20847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20848 \begin_inset Text\r
20849 \r
20850 \begin_layout Plain Layout\r
20851 \r
20852 \backslash\r
20853 Sigma\r
20854 \end_layout\r
20855 \r
20856 \end_inset\r
20857 </cell>\r
20858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20859 \begin_inset Text\r
20860 \r
20861 \begin_layout Plain Layout\r
20862 \begin_inset Formula $\Sigma$\r
20863 \end_inset\r
20864 \r
20865 \r
20866 \end_layout\r
20867 \r
20868 \end_inset\r
20869 </cell>\r
20870 </row>\r
20871 <row>\r
20872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20873 \begin_inset Text\r
20874 \r
20875 \begin_layout Plain Layout\r
20876 \r
20877 \backslash\r
20878 Upsilon\r
20879 \end_layout\r
20880 \r
20881 \end_inset\r
20882 </cell>\r
20883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20884 \begin_inset Text\r
20885 \r
20886 \begin_layout Plain Layout\r
20887 \begin_inset Formula $\Upsilon$\r
20888 \end_inset\r
20889 \r
20890 \r
20891 \end_layout\r
20892 \r
20893 \end_inset\r
20894 </cell>\r
20895 </row>\r
20896 <row>\r
20897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20898 \begin_inset Text\r
20899 \r
20900 \begin_layout Plain Layout\r
20901 \r
20902 \backslash\r
20903 Phi\r
20904 \end_layout\r
20905 \r
20906 \end_inset\r
20907 </cell>\r
20908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20909 \begin_inset Text\r
20910 \r
20911 \begin_layout Plain Layout\r
20912 \begin_inset Formula $\Phi$\r
20913 \end_inset\r
20914 \r
20915 \r
20916 \end_layout\r
20917 \r
20918 \end_inset\r
20919 </cell>\r
20920 </row>\r
20921 <row>\r
20922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20923 \begin_inset Text\r
20924 \r
20925 \begin_layout Plain Layout\r
20926 \r
20927 \backslash\r
20928 Psi\r
20929 \end_layout\r
20930 \r
20931 \end_inset\r
20932 </cell>\r
20933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20934 \begin_inset Text\r
20935 \r
20936 \begin_layout Plain Layout\r
20937 \begin_inset Formula $\Psi$\r
20938 \end_inset\r
20939 \r
20940 \r
20941 \end_layout\r
20942 \r
20943 \end_inset\r
20944 </cell>\r
20945 </row>\r
20946 <row>\r
20947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
20948 \begin_inset Text\r
20949 \r
20950 \begin_layout Plain Layout\r
20951 \r
20952 \backslash\r
20953 Omega\r
20954 \end_layout\r
20955 \r
20956 \end_inset\r
20957 </cell>\r
20958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
20959 \begin_inset Text\r
20960 \r
20961 \begin_layout Plain Layout\r
20962 \begin_inset Formula $\Omega$\r
20963 \end_inset\r
20964 \r
20965 \r
20966 \end_layout\r
20967 \r
20968 \end_inset\r
20969 </cell>\r
20970 </row>\r
20971 </lyxtabular>\r
20972 \r
20973 \end_inset\r
20974 \r
20975 \r
20976 \begin_inset space \hfill{}\r
20977 \end_inset\r
20978 \r
20979 \r
20980 \end_layout\r
20981 \r
20982 \begin_layout Standard\r
20983 \begin_inset VSpace medskip\r
20984 \end_inset\r
20985 \r
20986 That the big Greek letters appear upright is caused by a design bug when\r
20987  TeX was developed.\r
20988  To get correct italic big letters, begin every command with \r
20989 \series bold\r
20990 var\r
20991 \series default\r
20992 .\r
20993  For example the command \r
20994 \series bold\r
20995 \r
20996 \backslash\r
20997 varGamma\r
20998 \series default\r
20999  produces \r
21000 \begin_inset Formula $\varGamma$\r
21001 \end_inset\r
21002 \r
21003 .\r
21004  Another way is to load the package \r
21005 \series bold\r
21006 fixmath\r
21007 \series default\r
21008 \r
21009 \begin_inset Foot\r
21010 status collapsed\r
21011 \r
21012 \begin_layout Plain Layout\r
21013 \r
21014 \series bold\r
21015 fixmath\r
21016 \series default\r
21017  is part of the LaTeX-package \r
21018 \series bold\r
21019 was\r
21020 \series default\r
21021 \r
21022 \begin_inset Index idx\r
21023 status collapsed\r
21024 \r
21025 \begin_layout Plain Layout\r
21026 Packages ! was\r
21027 \begin_inset ERT\r
21028 status collapsed\r
21029 \r
21030 \begin_layout Plain Layout\r
21031 \r
21032 \r
21033 \backslash\r
21034 vspace{4mm}\r
21035 \end_layout\r
21036 \r
21037 \end_inset\r
21038 \r
21039 \r
21040 \end_layout\r
21041 \r
21042 \end_inset\r
21043 \r
21044 .\r
21045 \end_layout\r
21046 \r
21047 \end_inset\r
21048 \r
21049 \r
21050 \begin_inset Index idx\r
21051 status collapsed\r
21052 \r
21053 \begin_layout Plain Layout\r
21054 Packages ! fixmath\r
21055 \end_layout\r
21056 \r
21057 \end_inset\r
21058 \r
21059  with the LaTeX-preamble line\r
21060 \end_layout\r
21061 \r
21062 \begin_layout Standard\r
21063 \r
21064 \series bold\r
21065 \r
21066 \backslash\r
21067 usepackage{fixmath}\r
21068 \end_layout\r
21069 \r
21070 \begin_layout Standard\r
21071 Then all big Greek letters in a document will automatically be typeset italic.\r
21072 \end_layout\r
21073 \r
21074 \begin_layout Subsection\r
21075 Bold Letters\r
21076 \begin_inset Index idx\r
21077 status collapsed\r
21078 \r
21079 \begin_layout Plain Layout\r
21080 Greek letters ! bold\r
21081 \end_layout\r
21082 \r
21083 \end_inset\r
21084 \r
21085 \r
21086 \end_layout\r
21087 \r
21088 \begin_layout Standard\r
21089 Greek letters cannot be set with different font styles like Latin letters.\r
21090  They can only be made bold with the command \r
21091 \series bold\r
21092 \r
21093 \backslash\r
21094 boldsymbol\r
21095 \series default\r
21096 \r
21097 \begin_inset Index idx\r
21098 status collapsed\r
21099 \r
21100 \begin_layout Plain Layout\r
21101 Commands ! B ! \r
21102 \backslash\r
21103 boldsymbol\r
21104 \end_layout\r
21105 \r
21106 \end_inset\r
21107 \r
21108 .\r
21109 \end_layout\r
21110 \r
21111 \begin_layout Standard\r
21112 \align center\r
21113 \begin_inset Tabular\r
21114 <lyxtabular version="3" rows="3" columns="2">\r
21115 <features tabularvalignment="middle">\r
21116 <column alignment="center" valignment="top" width="0">\r
21117 <column alignment="center" valignment="top" width="0">\r
21118 <row>\r
21119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
21120 \begin_inset Text\r
21121 \r
21122 \begin_layout Plain Layout\r
21123 Command\r
21124 \end_layout\r
21125 \r
21126 \end_inset\r
21127 </cell>\r
21128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21129 \begin_inset Text\r
21130 \r
21131 \begin_layout Plain Layout\r
21132 Result\r
21133 \end_layout\r
21134 \r
21135 \end_inset\r
21136 </cell>\r
21137 </row>\r
21138 <row>\r
21139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21140 \begin_inset Text\r
21141 \r
21142 \begin_layout Plain Layout\r
21143 \r
21144 \backslash\r
21145 Upsilon\r
21146 \backslash\r
21147 boldsymbol\r
21148 \backslash\r
21149 Upsilon\r
21150 \end_layout\r
21151 \r
21152 \end_inset\r
21153 </cell>\r
21154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21155 \begin_inset Text\r
21156 \r
21157 \begin_layout Plain Layout\r
21158 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$\r
21159 \end_inset\r
21160 \r
21161 \r
21162 \end_layout\r
21163 \r
21164 \end_inset\r
21165 </cell>\r
21166 </row>\r
21167 <row>\r
21168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
21169 \begin_inset Text\r
21170 \r
21171 \begin_layout Plain Layout\r
21172 \r
21173 \backslash\r
21174 theta\r
21175 \backslash\r
21176 boldsymbol\r
21177 \backslash\r
21178 theta\r
21179 \end_layout\r
21180 \r
21181 \end_inset\r
21182 </cell>\r
21183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21184 \begin_inset Text\r
21185 \r
21186 \begin_layout Plain Layout\r
21187 \begin_inset Formula $\theta\boldsymbol{\theta}$\r
21188 \end_inset\r
21189 \r
21190 \r
21191 \end_layout\r
21192 \r
21193 \end_inset\r
21194 </cell>\r
21195 </row>\r
21196 </lyxtabular>\r
21197 \r
21198 \end_inset\r
21199 \r
21200 \r
21201 \end_layout\r
21202 \r
21203 \begin_layout Section\r
21204 Symbols\r
21205 \begin_inset ERT\r
21206 status collapsed\r
21207 \r
21208 \begin_layout Plain Layout\r
21209 \r
21210 \r
21211 \backslash\r
21212 texorpdfstring{\r
21213 \end_layout\r
21214 \r
21215 \end_inset\r
21216 \r
21217 \r
21218 \begin_inset Foot\r
21219 status collapsed\r
21220 \r
21221 \begin_layout Plain Layout\r
21222 A list with all symbols of most of the LaTeX-packages can be found in \r
21223 \begin_inset CommandInset citation\r
21224 LatexCommand cite\r
21225 key "Symbols"\r
21226 \r
21227 \end_inset\r
21228 \r
21229 .\r
21230 \end_layout\r
21231 \r
21232 \end_inset\r
21233 \r
21234 \r
21235 \begin_inset ERT\r
21236 status collapsed\r
21237 \r
21238 \begin_layout Plain Layout\r
21239 \r
21240 }{}\r
21241 \end_layout\r
21242 \r
21243 \end_inset\r
21244 \r
21245 \r
21246 \begin_inset Note Note\r
21247 status collapsed\r
21248 \r
21249 \begin_layout Plain Layout\r
21250 \r
21251 \backslash\r
21252 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.\r
21253 \end_layout\r
21254 \r
21255 \begin_layout Plain Layout\r
21256 More about \r
21257 \backslash\r
21258 texorpdfstring is in section \r
21259 \begin_inset CommandInset ref\r
21260 LatexCommand ref\r
21261 reference "sub:Formulas-in-Section"\r
21262 \r
21263 \end_inset\r
21264 \r
21265 .\r
21266 \end_layout\r
21267 \r
21268 \end_inset\r
21269 \r
21270 \r
21271 \begin_inset Index idx\r
21272 status collapsed\r
21273 \r
21274 \begin_layout Plain Layout\r
21275 Symbols\r
21276 \end_layout\r
21277 \r
21278 \end_inset\r
21279 \r
21280 \r
21281 \end_layout\r
21282 \r
21283 \begin_layout Standard\r
21284 Many of the symbols listed in this section can also be inserted via the\r
21285  toolbar buttons \r
21286 \begin_inset Graphics\r
21287         filename ../images/math/nabla.png\r
21288         scale 85\r
21289 \r
21290 \end_inset\r
21291 \r
21292  and \r
21293 \begin_inset Graphics\r
21294         filename ../images/math/digamma.png\r
21295         scale 85\r
21296 \r
21297 \end_inset\r
21298 \r
21299 .\r
21300 \end_layout\r
21301 \r
21302 \begin_layout Subsection\r
21303 Mathematical Symbols\r
21304 \begin_inset CommandInset label\r
21305 LatexCommand label\r
21306 name "sub:Mathematical-Symbols"\r
21307 \r
21308 \end_inset\r
21309 \r
21310 \r
21311 \begin_inset Index idx\r
21312 status collapsed\r
21313 \r
21314 \begin_layout Plain Layout\r
21315 Symbols ! mathematical\r
21316 \end_layout\r
21317 \r
21318 \end_inset\r
21319 \r
21320 \r
21321 \end_layout\r
21322 \r
21323 \begin_layout Standard\r
21324 \begin_inset space \hfill{}\r
21325 \end_inset\r
21326 \r
21327 \r
21328 \begin_inset Tabular\r
21329 <lyxtabular version="3" rows="10" columns="2">\r
21330 <features tabularvalignment="middle">\r
21331 <column alignment="center" valignment="top" width="0pt">\r
21332 <column alignment="center" valignment="top" width="0pt">\r
21333 <row>\r
21334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
21335 \begin_inset Text\r
21336 \r
21337 \begin_layout Plain Layout\r
21338 Command\r
21339 \end_layout\r
21340 \r
21341 \end_inset\r
21342 </cell>\r
21343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21344 \begin_inset Text\r
21345 \r
21346 \begin_layout Plain Layout\r
21347 Result\r
21348 \end_layout\r
21349 \r
21350 \end_inset\r
21351 </cell>\r
21352 </row>\r
21353 <row>\r
21354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21355 \begin_inset Text\r
21356 \r
21357 \begin_layout Plain Layout\r
21358 \r
21359 \backslash\r
21360 neg\r
21361 \end_layout\r
21362 \r
21363 \end_inset\r
21364 </cell>\r
21365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21366 \begin_inset Text\r
21367 \r
21368 \begin_layout Plain Layout\r
21369 \begin_inset Formula $\neg$\r
21370 \end_inset\r
21371 \r
21372 \r
21373 \end_layout\r
21374 \r
21375 \end_inset\r
21376 </cell>\r
21377 </row>\r
21378 <row>\r
21379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21380 \begin_inset Text\r
21381 \r
21382 \begin_layout Plain Layout\r
21383 \r
21384 \backslash\r
21385 Im\r
21386 \end_layout\r
21387 \r
21388 \end_inset\r
21389 </cell>\r
21390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21391 \begin_inset Text\r
21392 \r
21393 \begin_layout Plain Layout\r
21394 \begin_inset Formula $\Im$\r
21395 \end_inset\r
21396 \r
21397 \r
21398 \end_layout\r
21399 \r
21400 \end_inset\r
21401 </cell>\r
21402 </row>\r
21403 <row>\r
21404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21405 \begin_inset Text\r
21406 \r
21407 \begin_layout Plain Layout\r
21408 \r
21409 \backslash\r
21410 Re\r
21411 \end_layout\r
21412 \r
21413 \end_inset\r
21414 </cell>\r
21415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21416 \begin_inset Text\r
21417 \r
21418 \begin_layout Plain Layout\r
21419 \begin_inset Formula $\Re$\r
21420 \end_inset\r
21421 \r
21422 \r
21423 \end_layout\r
21424 \r
21425 \end_inset\r
21426 </cell>\r
21427 </row>\r
21428 <row>\r
21429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21430 \begin_inset Text\r
21431 \r
21432 \begin_layout Plain Layout\r
21433 \r
21434 \backslash\r
21435 aleph\r
21436 \end_layout\r
21437 \r
21438 \end_inset\r
21439 </cell>\r
21440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21441 \begin_inset Text\r
21442 \r
21443 \begin_layout Plain Layout\r
21444 \begin_inset Formula $\aleph$\r
21445 \end_inset\r
21446 \r
21447 \r
21448 \end_layout\r
21449 \r
21450 \end_inset\r
21451 </cell>\r
21452 </row>\r
21453 <row>\r
21454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21455 \begin_inset Text\r
21456 \r
21457 \begin_layout Plain Layout\r
21458 \r
21459 \backslash\r
21460 partial\r
21461 \end_layout\r
21462 \r
21463 \end_inset\r
21464 </cell>\r
21465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21466 \begin_inset Text\r
21467 \r
21468 \begin_layout Plain Layout\r
21469 \begin_inset Formula $\partial$\r
21470 \end_inset\r
21471 \r
21472 \r
21473 \end_layout\r
21474 \r
21475 \end_inset\r
21476 </cell>\r
21477 </row>\r
21478 <row>\r
21479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21480 \begin_inset Text\r
21481 \r
21482 \begin_layout Plain Layout\r
21483 \r
21484 \backslash\r
21485 infty\r
21486 \end_layout\r
21487 \r
21488 \end_inset\r
21489 </cell>\r
21490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21491 \begin_inset Text\r
21492 \r
21493 \begin_layout Plain Layout\r
21494 \begin_inset Formula $\infty$\r
21495 \end_inset\r
21496 \r
21497 \r
21498 \end_layout\r
21499 \r
21500 \end_inset\r
21501 </cell>\r
21502 </row>\r
21503 <row>\r
21504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
21505 \begin_inset Text\r
21506 \r
21507 \begin_layout Plain Layout\r
21508 \r
21509 \backslash\r
21510 wp\r
21511 \end_layout\r
21512 \r
21513 \end_inset\r
21514 </cell>\r
21515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21516 \begin_inset Text\r
21517 \r
21518 \begin_layout Plain Layout\r
21519 \begin_inset Formula $\wp$\r
21520 \end_inset\r
21521 \r
21522 \r
21523 \end_layout\r
21524 \r
21525 \end_inset\r
21526 </cell>\r
21527 </row>\r
21528 <row>\r
21529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
21530 \begin_inset Text\r
21531 \r
21532 \begin_layout Plain Layout\r
21533 \r
21534 \backslash\r
21535 imath\r
21536 \end_layout\r
21537 \r
21538 \end_inset\r
21539 </cell>\r
21540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21541 \begin_inset Text\r
21542 \r
21543 \begin_layout Plain Layout\r
21544 \begin_inset Formula $\imath$\r
21545 \end_inset\r
21546 \r
21547 \r
21548 \end_layout\r
21549 \r
21550 \end_inset\r
21551 </cell>\r
21552 </row>\r
21553 <row>\r
21554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
21555 \begin_inset Text\r
21556 \r
21557 \begin_layout Plain Layout\r
21558 \r
21559 \backslash\r
21560 jmath\r
21561 \end_layout\r
21562 \r
21563 \end_inset\r
21564 </cell>\r
21565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21566 \begin_inset Text\r
21567 \r
21568 \begin_layout Plain Layout\r
21569 \begin_inset Formula $\jmath$\r
21570 \end_inset\r
21571 \r
21572 \r
21573 \end_layout\r
21574 \r
21575 \end_inset\r
21576 </cell>\r
21577 </row>\r
21578 </lyxtabular>\r
21579 \r
21580 \end_inset\r
21581 \r
21582 \r
21583 \begin_inset space \hfill{}\r
21584 \end_inset\r
21585 \r
21586 \r
21587 \begin_inset Tabular\r
21588 <lyxtabular version="3" rows="10" columns="2">\r
21589 <features tabularvalignment="middle">\r
21590 <column alignment="center" valignment="top" width="0pt">\r
21591 <column alignment="center" valignment="top" width="0pt">\r
21592 <row>\r
21593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
21594 \begin_inset Text\r
21595 \r
21596 \begin_layout Plain Layout\r
21597 Command\r
21598 \end_layout\r
21599 \r
21600 \end_inset\r
21601 </cell>\r
21602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21603 \begin_inset Text\r
21604 \r
21605 \begin_layout Plain Layout\r
21606 Result\r
21607 \begin_inset Note Note\r
21608 status collapsed\r
21609 \r
21610 \begin_layout Plain Layout\r
21611 \r
21612 \series bold\r
21613 \r
21614 \backslash\r
21615 raisebox\r
21616 \series default\r
21617  is only used as spacer.\r
21618 \end_layout\r
21619 \r
21620 \end_inset\r
21621 \r
21622 \r
21623 \end_layout\r
21624 \r
21625 \end_inset\r
21626 </cell>\r
21627 </row>\r
21628 <row>\r
21629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21630 \begin_inset Text\r
21631 \r
21632 \begin_layout Plain Layout\r
21633 \r
21634 \backslash\r
21635 forall\r
21636 \end_layout\r
21637 \r
21638 \end_inset\r
21639 </cell>\r
21640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21641 \begin_inset Text\r
21642 \r
21643 \begin_layout Plain Layout\r
21644 \begin_inset Formula $\forall$\r
21645 \end_inset\r
21646 \r
21647 \r
21648 \end_layout\r
21649 \r
21650 \end_inset\r
21651 </cell>\r
21652 </row>\r
21653 <row>\r
21654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21655 \begin_inset Text\r
21656 \r
21657 \begin_layout Plain Layout\r
21658 \r
21659 \backslash\r
21660 exists\r
21661 \end_layout\r
21662 \r
21663 \end_inset\r
21664 </cell>\r
21665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21666 \begin_inset Text\r
21667 \r
21668 \begin_layout Plain Layout\r
21669 \begin_inset Formula $\exists$\r
21670 \end_inset\r
21671 \r
21672 \r
21673 \end_layout\r
21674 \r
21675 \end_inset\r
21676 </cell>\r
21677 </row>\r
21678 <row>\r
21679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21680 \begin_inset Text\r
21681 \r
21682 \begin_layout Plain Layout\r
21683 \r
21684 \backslash\r
21685 nexists\r
21686 \end_layout\r
21687 \r
21688 \end_inset\r
21689 </cell>\r
21690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21691 \begin_inset Text\r
21692 \r
21693 \begin_layout Plain Layout\r
21694 \begin_inset Formula $\nexists$\r
21695 \end_inset\r
21696 \r
21697 \r
21698 \end_layout\r
21699 \r
21700 \end_inset\r
21701 </cell>\r
21702 </row>\r
21703 <row>\r
21704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21705 \begin_inset Text\r
21706 \r
21707 \begin_layout Plain Layout\r
21708 \r
21709 \backslash\r
21710 emptyset\r
21711 \end_layout\r
21712 \r
21713 \end_inset\r
21714 </cell>\r
21715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21716 \begin_inset Text\r
21717 \r
21718 \begin_layout Plain Layout\r
21719 \begin_inset Formula $\emptyset$\r
21720 \end_inset\r
21721 \r
21722 \r
21723 \end_layout\r
21724 \r
21725 \end_inset\r
21726 </cell>\r
21727 </row>\r
21728 <row>\r
21729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21730 \begin_inset Text\r
21731 \r
21732 \begin_layout Plain Layout\r
21733 \r
21734 \backslash\r
21735 varnothing\r
21736 \end_layout\r
21737 \r
21738 \end_inset\r
21739 </cell>\r
21740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21741 \begin_inset Text\r
21742 \r
21743 \begin_layout Plain Layout\r
21744 \begin_inset Formula $\varnothing$\r
21745 \end_inset\r
21746 \r
21747 \r
21748 \end_layout\r
21749 \r
21750 \end_inset\r
21751 </cell>\r
21752 </row>\r
21753 <row>\r
21754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21755 \begin_inset Text\r
21756 \r
21757 \begin_layout Plain Layout\r
21758 \r
21759 \backslash\r
21760 dag\r
21761 \end_layout\r
21762 \r
21763 \end_inset\r
21764 </cell>\r
21765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21766 \begin_inset Text\r
21767 \r
21768 \begin_layout Plain Layout\r
21769 \begin_inset Formula $\dag$\r
21770 \end_inset\r
21771 \r
21772 \r
21773 \end_layout\r
21774 \r
21775 \end_inset\r
21776 </cell>\r
21777 </row>\r
21778 <row>\r
21779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
21780 \begin_inset Text\r
21781 \r
21782 \begin_layout Plain Layout\r
21783 \r
21784 \backslash\r
21785 ddag\r
21786 \end_layout\r
21787 \r
21788 \end_inset\r
21789 </cell>\r
21790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21791 \begin_inset Text\r
21792 \r
21793 \begin_layout Plain Layout\r
21794 \begin_inset Formula $\ddag$\r
21795 \end_inset\r
21796 \r
21797 \r
21798 \end_layout\r
21799 \r
21800 \end_inset\r
21801 </cell>\r
21802 </row>\r
21803 <row>\r
21804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
21805 \begin_inset Text\r
21806 \r
21807 \begin_layout Plain Layout\r
21808 \r
21809 \backslash\r
21810 complement\r
21811 \end_layout\r
21812 \r
21813 \end_inset\r
21814 </cell>\r
21815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21816 \begin_inset Text\r
21817 \r
21818 \begin_layout Plain Layout\r
21819 \begin_inset ERT\r
21820 status collapsed\r
21821 \r
21822 \begin_layout Plain Layout\r
21823 \r
21824 \r
21825 \backslash\r
21826 raisebox{-0.8mm}{\r
21827 \end_layout\r
21828 \r
21829 \end_inset\r
21830 \r
21831 \r
21832 \begin_inset Formula $\complement$\r
21833 \end_inset\r
21834 \r
21835 \r
21836 \begin_inset ERT\r
21837 status collapsed\r
21838 \r
21839 \begin_layout Plain Layout\r
21840 \r
21841 }\r
21842 \end_layout\r
21843 \r
21844 \end_inset\r
21845 \r
21846 \r
21847 \end_layout\r
21848 \r
21849 \end_inset\r
21850 </cell>\r
21851 </row>\r
21852 <row>\r
21853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
21854 \begin_inset Text\r
21855 \r
21856 \begin_layout Plain Layout\r
21857 \r
21858 \backslash\r
21859 Bbbk\r
21860 \end_layout\r
21861 \r
21862 \end_inset\r
21863 </cell>\r
21864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21865 \begin_inset Text\r
21866 \r
21867 \begin_layout Plain Layout\r
21868 \begin_inset Formula $\Bbbk$\r
21869 \end_inset\r
21870 \r
21871 \r
21872 \end_layout\r
21873 \r
21874 \end_inset\r
21875 </cell>\r
21876 </row>\r
21877 </lyxtabular>\r
21878 \r
21879 \end_inset\r
21880 \r
21881 \r
21882 \begin_inset space \hfill{}\r
21883 \end_inset\r
21884 \r
21885 \r
21886 \begin_inset Tabular\r
21887 <lyxtabular version="3" rows="10" columns="2">\r
21888 <features tabularvalignment="middle">\r
21889 <column alignment="center" valignment="top" width="0pt">\r
21890 <column alignment="center" valignment="top" width="0pt">\r
21891 <row>\r
21892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
21893 \begin_inset Text\r
21894 \r
21895 \begin_layout Plain Layout\r
21896 Command\r
21897 \end_layout\r
21898 \r
21899 \end_inset\r
21900 </cell>\r
21901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21902 \begin_inset Text\r
21903 \r
21904 \begin_layout Plain Layout\r
21905 Result\r
21906 \end_layout\r
21907 \r
21908 \end_inset\r
21909 </cell>\r
21910 </row>\r
21911 <row>\r
21912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21913 \begin_inset Text\r
21914 \r
21915 \begin_layout Plain Layout\r
21916 \r
21917 \backslash\r
21918 prime\r
21919 \end_layout\r
21920 \r
21921 \end_inset\r
21922 </cell>\r
21923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21924 \begin_inset Text\r
21925 \r
21926 \begin_layout Plain Layout\r
21927 \begin_inset Formula $\prime$\r
21928 \end_inset\r
21929 \r
21930 \r
21931 \end_layout\r
21932 \r
21933 \end_inset\r
21934 </cell>\r
21935 </row>\r
21936 <row>\r
21937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21938 \begin_inset Text\r
21939 \r
21940 \begin_layout Plain Layout\r
21941 \r
21942 \backslash\r
21943 backprime\r
21944 \end_layout\r
21945 \r
21946 \end_inset\r
21947 </cell>\r
21948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21949 \begin_inset Text\r
21950 \r
21951 \begin_layout Plain Layout\r
21952 \begin_inset Formula $\backprime$\r
21953 \end_inset\r
21954 \r
21955 \r
21956 \end_layout\r
21957 \r
21958 \end_inset\r
21959 </cell>\r
21960 </row>\r
21961 <row>\r
21962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21963 \begin_inset Text\r
21964 \r
21965 \begin_layout Plain Layout\r
21966 \r
21967 \backslash\r
21968 mho\r
21969 \end_layout\r
21970 \r
21971 \end_inset\r
21972 </cell>\r
21973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21974 \begin_inset Text\r
21975 \r
21976 \begin_layout Plain Layout\r
21977 \begin_inset Formula $\mho$\r
21978 \end_inset\r
21979 \r
21980 \r
21981 \end_layout\r
21982 \r
21983 \end_inset\r
21984 </cell>\r
21985 </row>\r
21986 <row>\r
21987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21988 \begin_inset Text\r
21989 \r
21990 \begin_layout Plain Layout\r
21991 \r
21992 \backslash\r
21993 triangle\r
21994 \end_layout\r
21995 \r
21996 \end_inset\r
21997 </cell>\r
21998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21999 \begin_inset Text\r
22000 \r
22001 \begin_layout Plain Layout\r
22002 \begin_inset Formula $\triangle$\r
22003 \end_inset\r
22004 \r
22005 \r
22006 \end_layout\r
22007 \r
22008 \end_inset\r
22009 </cell>\r
22010 </row>\r
22011 <row>\r
22012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22013 \begin_inset Text\r
22014 \r
22015 \begin_layout Plain Layout\r
22016 \r
22017 \backslash\r
22018 angle\r
22019 \end_layout\r
22020 \r
22021 \end_inset\r
22022 </cell>\r
22023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22024 \begin_inset Text\r
22025 \r
22026 \begin_layout Plain Layout\r
22027 \begin_inset Formula $\angle$\r
22028 \end_inset\r
22029 \r
22030 \r
22031 \end_layout\r
22032 \r
22033 \end_inset\r
22034 </cell>\r
22035 </row>\r
22036 <row>\r
22037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22038 \begin_inset Text\r
22039 \r
22040 \begin_layout Plain Layout\r
22041 \r
22042 \backslash\r
22043 measuredangle\r
22044 \end_layout\r
22045 \r
22046 \end_inset\r
22047 </cell>\r
22048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22049 \begin_inset Text\r
22050 \r
22051 \begin_layout Plain Layout\r
22052 \begin_inset Formula $\measuredangle$\r
22053 \end_inset\r
22054 \r
22055 \r
22056 \end_layout\r
22057 \r
22058 \end_inset\r
22059 </cell>\r
22060 </row>\r
22061 <row>\r
22062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
22063 \begin_inset Text\r
22064 \r
22065 \begin_layout Plain Layout\r
22066 \r
22067 \backslash\r
22068 sphericalangle\r
22069 \end_layout\r
22070 \r
22071 \end_inset\r
22072 </cell>\r
22073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22074 \begin_inset Text\r
22075 \r
22076 \begin_layout Plain Layout\r
22077 \begin_inset Formula $\sphericalangle$\r
22078 \end_inset\r
22079 \r
22080 \r
22081 \end_layout\r
22082 \r
22083 \end_inset\r
22084 </cell>\r
22085 </row>\r
22086 <row>\r
22087 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22088 \begin_inset Text\r
22089 \r
22090 \begin_layout Plain Layout\r
22091 \r
22092 \backslash\r
22093 top\r
22094 \end_layout\r
22095 \r
22096 \end_inset\r
22097 </cell>\r
22098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22099 \begin_inset Text\r
22100 \r
22101 \begin_layout Plain Layout\r
22102 \begin_inset Formula $\top$\r
22103 \end_inset\r
22104 \r
22105 \r
22106 \end_layout\r
22107 \r
22108 \end_inset\r
22109 </cell>\r
22110 </row>\r
22111 <row>\r
22112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22113 \begin_inset Text\r
22114 \r
22115 \begin_layout Plain Layout\r
22116 \r
22117 \backslash\r
22118 bot\r
22119 \end_layout\r
22120 \r
22121 \end_inset\r
22122 </cell>\r
22123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22124 \begin_inset Text\r
22125 \r
22126 \begin_layout Plain Layout\r
22127 \begin_inset Formula $\bot$\r
22128 \end_inset\r
22129 \r
22130 \r
22131 \end_layout\r
22132 \r
22133 \end_inset\r
22134 </cell>\r
22135 </row>\r
22136 </lyxtabular>\r
22137 \r
22138 \end_inset\r
22139 \r
22140 \r
22141 \begin_inset space \hfill{}\r
22142 \end_inset\r
22143 \r
22144 \r
22145 \end_layout\r
22146 \r
22147 \begin_layout Subsection\r
22148 Miscellaneous Symbols\r
22149 \begin_inset CommandInset label\r
22150 LatexCommand label\r
22151 name "sub:Miscellaneous-Symbols"\r
22152 \r
22153 \end_inset\r
22154 \r
22155 \r
22156 \begin_inset Index idx\r
22157 status collapsed\r
22158 \r
22159 \begin_layout Plain Layout\r
22160 Symbols ! miscellaneous\r
22161 \end_layout\r
22162 \r
22163 \end_inset\r
22164 \r
22165 \r
22166 \end_layout\r
22167 \r
22168 \begin_layout Standard\r
22169 \noindent\r
22170 \align center\r
22171 \begin_inset Tabular\r
22172 <lyxtabular version="3" rows="10" columns="2">\r
22173 <features tabularvalignment="middle">\r
22174 <column alignment="center" valignment="top" width="0pt">\r
22175 <column alignment="center" valignment="top" width="0pt">\r
22176 <row>\r
22177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
22178 \begin_inset Text\r
22179 \r
22180 \begin_layout Plain Layout\r
22181 Command\r
22182 \end_layout\r
22183 \r
22184 \end_inset\r
22185 </cell>\r
22186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22187 \begin_inset Text\r
22188 \r
22189 \begin_layout Plain Layout\r
22190 Result\r
22191 \end_layout\r
22192 \r
22193 \end_inset\r
22194 </cell>\r
22195 </row>\r
22196 <row>\r
22197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22198 \begin_inset Text\r
22199 \r
22200 \begin_layout Plain Layout\r
22201 \r
22202 \backslash\r
22203 flat\r
22204 \end_layout\r
22205 \r
22206 \end_inset\r
22207 </cell>\r
22208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22209 \begin_inset Text\r
22210 \r
22211 \begin_layout Plain Layout\r
22212 \begin_inset Formula $\flat$\r
22213 \end_inset\r
22214 \r
22215 \r
22216 \end_layout\r
22217 \r
22218 \end_inset\r
22219 </cell>\r
22220 </row>\r
22221 <row>\r
22222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22223 \begin_inset Text\r
22224 \r
22225 \begin_layout Plain Layout\r
22226 \r
22227 \backslash\r
22228 natural\r
22229 \end_layout\r
22230 \r
22231 \end_inset\r
22232 </cell>\r
22233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22234 \begin_inset Text\r
22235 \r
22236 \begin_layout Plain Layout\r
22237 \begin_inset Formula $\natural$\r
22238 \end_inset\r
22239 \r
22240 \r
22241 \end_layout\r
22242 \r
22243 \end_inset\r
22244 </cell>\r
22245 </row>\r
22246 <row>\r
22247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22248 \begin_inset Text\r
22249 \r
22250 \begin_layout Plain Layout\r
22251 \r
22252 \backslash\r
22253 sharp\r
22254 \end_layout\r
22255 \r
22256 \end_inset\r
22257 </cell>\r
22258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22259 \begin_inset Text\r
22260 \r
22261 \begin_layout Plain Layout\r
22262 \begin_inset Formula $\sharp$\r
22263 \end_inset\r
22264 \r
22265 \r
22266 \end_layout\r
22267 \r
22268 \end_inset\r
22269 </cell>\r
22270 </row>\r
22271 <row>\r
22272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
22273 \begin_inset Text\r
22274 \r
22275 \begin_layout Plain Layout\r
22276 \r
22277 \backslash\r
22278 surd\r
22279 \end_layout\r
22280 \r
22281 \end_inset\r
22282 </cell>\r
22283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22284 \begin_inset Text\r
22285 \r
22286 \begin_layout Plain Layout\r
22287 \begin_inset Formula $\surd$\r
22288 \end_inset\r
22289 \r
22290 \r
22291 \end_layout\r
22292 \r
22293 \end_inset\r
22294 </cell>\r
22295 </row>\r
22296 <row>\r
22297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22298 \begin_inset Text\r
22299 \r
22300 \begin_layout Plain Layout\r
22301 \r
22302 \backslash\r
22303 checkmark\r
22304 \end_layout\r
22305 \r
22306 \end_inset\r
22307 </cell>\r
22308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22309 \begin_inset Text\r
22310 \r
22311 \begin_layout Plain Layout\r
22312 \begin_inset Formula $\checkmark$\r
22313 \end_inset\r
22314 \r
22315 \r
22316 \end_layout\r
22317 \r
22318 \end_inset\r
22319 </cell>\r
22320 </row>\r
22321 <row>\r
22322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22323 \begin_inset Text\r
22324 \r
22325 \begin_layout Plain Layout\r
22326 \r
22327 \backslash\r
22328 yen\r
22329 \end_layout\r
22330 \r
22331 \end_inset\r
22332 </cell>\r
22333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22334 \begin_inset Text\r
22335 \r
22336 \begin_layout Plain Layout\r
22337 \begin_inset Formula $\yen$\r
22338 \end_inset\r
22339 \r
22340 \r
22341 \end_layout\r
22342 \r
22343 \end_inset\r
22344 </cell>\r
22345 </row>\r
22346 <row>\r
22347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22348 \begin_inset Text\r
22349 \r
22350 \begin_layout Plain Layout\r
22351 \r
22352 \backslash\r
22353 pounds\r
22354 \end_layout\r
22355 \r
22356 \end_inset\r
22357 </cell>\r
22358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22359 \begin_inset Text\r
22360 \r
22361 \begin_layout Plain Layout\r
22362 \begin_inset Formula $\pounds$\r
22363 \end_inset\r
22364 \r
22365 \r
22366 \end_layout\r
22367 \r
22368 \end_inset\r
22369 </cell>\r
22370 </row>\r
22371 <row>\r
22372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22373 \begin_inset Text\r
22374 \r
22375 \begin_layout Plain Layout\r
22376 $\r
22377 \end_layout\r
22378 \r
22379 \end_inset\r
22380 </cell>\r
22381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22382 \begin_inset Text\r
22383 \r
22384 \begin_layout Plain Layout\r
22385 \begin_inset Formula $\$$\r
22386 \end_inset\r
22387 \r
22388 \r
22389 \end_layout\r
22390 \r
22391 \end_inset\r
22392 </cell>\r
22393 </row>\r
22394 <row>\r
22395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22396 \begin_inset Text\r
22397 \r
22398 \begin_layout Plain Layout\r
22399 §\r
22400 \end_layout\r
22401 \r
22402 \end_inset\r
22403 </cell>\r
22404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22405 \begin_inset Text\r
22406 \r
22407 \begin_layout Plain Layout\r
22408 \begin_inset Formula $§$\r
22409 \end_inset\r
22410 \r
22411 \r
22412 \end_layout\r
22413 \r
22414 \end_inset\r
22415 </cell>\r
22416 </row>\r
22417 </lyxtabular>\r
22418 \r
22419 \end_inset\r
22420 \r
22421 \r
22422 \begin_inset Tabular\r
22423 <lyxtabular version="3" rows="10" columns="2">\r
22424 <features tabularvalignment="middle">\r
22425 <column alignment="center" valignment="top" width="0">\r
22426 <column alignment="center" valignment="top" width="0">\r
22427 <row>\r
22428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
22429 \begin_inset Text\r
22430 \r
22431 \begin_layout Plain Layout\r
22432 Command\r
22433 \end_layout\r
22434 \r
22435 \end_inset\r
22436 </cell>\r
22437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22438 \begin_inset Text\r
22439 \r
22440 \begin_layout Plain Layout\r
22441 Result\r
22442 \end_layout\r
22443 \r
22444 \end_inset\r
22445 </cell>\r
22446 </row>\r
22447 <row>\r
22448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22449 \begin_inset Text\r
22450 \r
22451 \begin_layout Plain Layout\r
22452 \r
22453 \backslash\r
22454 hbar\r
22455 \end_layout\r
22456 \r
22457 \end_inset\r
22458 </cell>\r
22459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22460 \begin_inset Text\r
22461 \r
22462 \begin_layout Plain Layout\r
22463 \begin_inset Formula $\hbar$\r
22464 \end_inset\r
22465 \r
22466 \r
22467 \end_layout\r
22468 \r
22469 \end_inset\r
22470 </cell>\r
22471 </row>\r
22472 <row>\r
22473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22474 \begin_inset Text\r
22475 \r
22476 \begin_layout Plain Layout\r
22477 \r
22478 \backslash\r
22479 hslash\r
22480 \end_layout\r
22481 \r
22482 \end_inset\r
22483 </cell>\r
22484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22485 \begin_inset Text\r
22486 \r
22487 \begin_layout Plain Layout\r
22488 \begin_inset Formula $\hslash$\r
22489 \end_inset\r
22490 \r
22491 \r
22492 \end_layout\r
22493 \r
22494 \end_inset\r
22495 </cell>\r
22496 </row>\r
22497 <row>\r
22498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22499 \begin_inset Text\r
22500 \r
22501 \begin_layout Plain Layout\r
22502 \r
22503 \backslash\r
22504 clubsuit\r
22505 \end_layout\r
22506 \r
22507 \end_inset\r
22508 </cell>\r
22509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22510 \begin_inset Text\r
22511 \r
22512 \begin_layout Plain Layout\r
22513 \begin_inset Formula $\clubsuit$\r
22514 \end_inset\r
22515 \r
22516 \r
22517 \end_layout\r
22518 \r
22519 \end_inset\r
22520 </cell>\r
22521 </row>\r
22522 <row>\r
22523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22524 \begin_inset Text\r
22525 \r
22526 \begin_layout Plain Layout\r
22527 \r
22528 \backslash\r
22529 spadesuit\r
22530 \end_layout\r
22531 \r
22532 \end_inset\r
22533 </cell>\r
22534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22535 \begin_inset Text\r
22536 \r
22537 \begin_layout Plain Layout\r
22538 \begin_inset Formula $\spadesuit$\r
22539 \end_inset\r
22540 \r
22541 \r
22542 \end_layout\r
22543 \r
22544 \end_inset\r
22545 </cell>\r
22546 </row>\r
22547 <row>\r
22548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22549 \begin_inset Text\r
22550 \r
22551 \begin_layout Plain Layout\r
22552 \r
22553 \backslash\r
22554 bigstar\r
22555 \end_layout\r
22556 \r
22557 \end_inset\r
22558 </cell>\r
22559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22560 \begin_inset Text\r
22561 \r
22562 \begin_layout Plain Layout\r
22563 \begin_inset Formula $\bigstar$\r
22564 \end_inset\r
22565 \r
22566 \r
22567 \end_layout\r
22568 \r
22569 \end_inset\r
22570 </cell>\r
22571 </row>\r
22572 <row>\r
22573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22574 \begin_inset Text\r
22575 \r
22576 \begin_layout Plain Layout\r
22577 \r
22578 \backslash\r
22579 blacklozenge\r
22580 \end_layout\r
22581 \r
22582 \end_inset\r
22583 </cell>\r
22584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22585 \begin_inset Text\r
22586 \r
22587 \begin_layout Plain Layout\r
22588 \begin_inset Formula $\blacklozenge$\r
22589 \end_inset\r
22590 \r
22591 \r
22592 \end_layout\r
22593 \r
22594 \end_inset\r
22595 </cell>\r
22596 </row>\r
22597 <row>\r
22598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22599 \begin_inset Text\r
22600 \r
22601 \begin_layout Plain Layout\r
22602 \r
22603 \backslash\r
22604 blacktriangle\r
22605 \end_layout\r
22606 \r
22607 \end_inset\r
22608 </cell>\r
22609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22610 \begin_inset Text\r
22611 \r
22612 \begin_layout Plain Layout\r
22613 \begin_inset Formula $\blacktriangle$\r
22614 \end_inset\r
22615 \r
22616 \r
22617 \end_layout\r
22618 \r
22619 \end_inset\r
22620 </cell>\r
22621 </row>\r
22622 <row>\r
22623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22624 \begin_inset Text\r
22625 \r
22626 \begin_layout Plain Layout\r
22627 \r
22628 \backslash\r
22629 blacktiangledown\r
22630 \end_layout\r
22631 \r
22632 \end_inset\r
22633 </cell>\r
22634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22635 \begin_inset Text\r
22636 \r
22637 \begin_layout Plain Layout\r
22638 \begin_inset Formula $\blacktriangledown$\r
22639 \end_inset\r
22640 \r
22641 \r
22642 \end_layout\r
22643 \r
22644 \end_inset\r
22645 </cell>\r
22646 </row>\r
22647 <row>\r
22648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
22649 \begin_inset Text\r
22650 \r
22651 \begin_layout Plain Layout\r
22652 \r
22653 \backslash\r
22654 bullet\r
22655 \end_layout\r
22656 \r
22657 \end_inset\r
22658 </cell>\r
22659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22660 \begin_inset Text\r
22661 \r
22662 \begin_layout Plain Layout\r
22663 \begin_inset Formula $\bullet$\r
22664 \end_inset\r
22665 \r
22666 \r
22667 \end_layout\r
22668 \r
22669 \end_inset\r
22670 </cell>\r
22671 </row>\r
22672 </lyxtabular>\r
22673 \r
22674 \end_inset\r
22675 \r
22676 \r
22677 \begin_inset Tabular\r
22678 <lyxtabular version="3" rows="10" columns="2">\r
22679 <features tabularvalignment="middle">\r
22680 <column alignment="center" valignment="top" width="0pt">\r
22681 <column alignment="center" valignment="top" width="0pt">\r
22682 <row>\r
22683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
22684 \begin_inset Text\r
22685 \r
22686 \begin_layout Plain Layout\r
22687 Command\r
22688 \end_layout\r
22689 \r
22690 \end_inset\r
22691 </cell>\r
22692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22693 \begin_inset Text\r
22694 \r
22695 \begin_layout Plain Layout\r
22696 Result\r
22697 \end_layout\r
22698 \r
22699 \end_inset\r
22700 </cell>\r
22701 </row>\r
22702 <row>\r
22703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22704 \begin_inset Text\r
22705 \r
22706 \begin_layout Plain Layout\r
22707 \r
22708 \backslash\r
22709 diamondsuit\r
22710 \end_layout\r
22711 \r
22712 \end_inset\r
22713 </cell>\r
22714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22715 \begin_inset Text\r
22716 \r
22717 \begin_layout Plain Layout\r
22718 \begin_inset Formula $\diamondsuit$\r
22719 \end_inset\r
22720 \r
22721 \r
22722 \end_layout\r
22723 \r
22724 \end_inset\r
22725 </cell>\r
22726 </row>\r
22727 <row>\r
22728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22729 \begin_inset Text\r
22730 \r
22731 \begin_layout Plain Layout\r
22732 \r
22733 \backslash\r
22734 Diamond\r
22735 \end_layout\r
22736 \r
22737 \end_inset\r
22738 </cell>\r
22739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22740 \begin_inset Text\r
22741 \r
22742 \begin_layout Plain Layout\r
22743 \begin_inset Formula $\Diamond$\r
22744 \end_inset\r
22745 \r
22746 \r
22747 \end_layout\r
22748 \r
22749 \end_inset\r
22750 </cell>\r
22751 </row>\r
22752 <row>\r
22753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22754 \begin_inset Text\r
22755 \r
22756 \begin_layout Plain Layout\r
22757 \r
22758 \backslash\r
22759 heartsuit\r
22760 \end_layout\r
22761 \r
22762 \end_inset\r
22763 </cell>\r
22764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22765 \begin_inset Text\r
22766 \r
22767 \begin_layout Plain Layout\r
22768 \begin_inset Formula $\heartsuit$\r
22769 \end_inset\r
22770 \r
22771 \r
22772 \end_layout\r
22773 \r
22774 \end_inset\r
22775 </cell>\r
22776 </row>\r
22777 <row>\r
22778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
22779 \begin_inset Text\r
22780 \r
22781 \begin_layout Plain Layout\r
22782 \r
22783 \backslash\r
22784 P\r
22785 \end_layout\r
22786 \r
22787 \end_inset\r
22788 </cell>\r
22789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22790 \begin_inset Text\r
22791 \r
22792 \begin_layout Plain Layout\r
22793 \begin_inset Formula $\P$\r
22794 \end_inset\r
22795 \r
22796 \r
22797 \end_layout\r
22798 \r
22799 \end_inset\r
22800 </cell>\r
22801 </row>\r
22802 <row>\r
22803 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22804 \begin_inset Text\r
22805 \r
22806 \begin_layout Plain Layout\r
22807 \r
22808 \backslash\r
22809 copyright\r
22810 \end_layout\r
22811 \r
22812 \end_inset\r
22813 </cell>\r
22814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22815 \begin_inset Text\r
22816 \r
22817 \begin_layout Plain Layout\r
22818 \begin_inset Formula $\copyright$\r
22819 \end_inset\r
22820 \r
22821 \r
22822 \end_layout\r
22823 \r
22824 \end_inset\r
22825 </cell>\r
22826 </row>\r
22827 <row>\r
22828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22829 \begin_inset Text\r
22830 \r
22831 \begin_layout Plain Layout\r
22832 \r
22833 \backslash\r
22834 circledR\r
22835 \end_layout\r
22836 \r
22837 \end_inset\r
22838 </cell>\r
22839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22840 \begin_inset Text\r
22841 \r
22842 \begin_layout Plain Layout\r
22843 \begin_inset Formula $\circledR$\r
22844 \end_inset\r
22845 \r
22846 \r
22847 \end_layout\r
22848 \r
22849 \end_inset\r
22850 </cell>\r
22851 </row>\r
22852 <row>\r
22853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22854 \begin_inset Text\r
22855 \r
22856 \begin_layout Plain Layout\r
22857 \r
22858 \backslash\r
22859 maltese\r
22860 \end_layout\r
22861 \r
22862 \end_inset\r
22863 </cell>\r
22864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22865 \begin_inset Text\r
22866 \r
22867 \begin_layout Plain Layout\r
22868 \begin_inset Formula $\maltese$\r
22869 \end_inset\r
22870 \r
22871 \r
22872 \end_layout\r
22873 \r
22874 \end_inset\r
22875 </cell>\r
22876 </row>\r
22877 <row>\r
22878 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22879 \begin_inset Text\r
22880 \r
22881 \begin_layout Plain Layout\r
22882 \r
22883 \backslash\r
22884 diagup\r
22885 \end_layout\r
22886 \r
22887 \end_inset\r
22888 </cell>\r
22889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22890 \begin_inset Text\r
22891 \r
22892 \begin_layout Plain Layout\r
22893 \begin_inset Formula $\diagup$\r
22894 \end_inset\r
22895 \r
22896 \r
22897 \end_layout\r
22898 \r
22899 \end_inset\r
22900 </cell>\r
22901 </row>\r
22902 <row>\r
22903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22904 \begin_inset Text\r
22905 \r
22906 \begin_layout Plain Layout\r
22907 \r
22908 \backslash\r
22909 diagdown\r
22910 \end_layout\r
22911 \r
22912 \end_inset\r
22913 </cell>\r
22914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22915 \begin_inset Text\r
22916 \r
22917 \begin_layout Plain Layout\r
22918 \begin_inset Formula $\diagdown$\r
22919 \end_inset\r
22920 \r
22921 \r
22922 \end_layout\r
22923 \r
22924 \end_inset\r
22925 </cell>\r
22926 </row>\r
22927 </lyxtabular>\r
22928 \r
22929 \end_inset\r
22930 \r
22931 \r
22932 \end_layout\r
22933 \r
22934 \begin_layout Standard\r
22935 \begin_inset VSpace medskip\r
22936 \end_inset\r
22937 \r
22938 More symbols are listed in \r
22939 \begin_inset CommandInset ref\r
22940 LatexCommand ref\r
22941 reference "sub:Miscellaneous-special-Characters"\r
22942 \r
22943 \end_inset\r
22944 \r
22945 .\r
22946 \end_layout\r
22947 \r
22948 \begin_layout Standard\r
22949 Some symbols can be displayed in different sizes, see \r
22950 \begin_inset CommandInset ref\r
22951 LatexCommand ref\r
22952 reference "sub:Font-Sizes"\r
22953 \r
22954 \end_inset\r
22955 \r
22956 .\r
22957 \end_layout\r
22958 \r
22959 \begin_layout Subsection\r
22960 The Euro-Symbol €\r
22961 \begin_inset Index idx\r
22962 status collapsed\r
22963 \r
22964 \begin_layout Plain Layout\r
22965 Symbols ! Euro-symbol\r
22966 \end_layout\r
22967 \r
22968 \end_inset\r
22969 \r
22970 \r
22971 \begin_inset Index idx\r
22972 status collapsed\r
22973 \r
22974 \begin_layout Plain Layout\r
22975 \r
22976 \backslash\r
22977 @\r
22978 \begin_inset ERT\r
22979 status collapsed\r
22980 \r
22981 \begin_layout Plain Layout\r
22982 \r
22983 \r
22984 \backslash\r
22985 officialeuro\r
22986 \end_layout\r
22987 \r
22988 \end_inset\r
22989 \r
22990 \r
22991 \end_layout\r
22992 \r
22993 \end_inset\r
22994 \r
22995 \r
22996 \end_layout\r
22997 \r
22998 \begin_layout Standard\r
22999 To use the Euro symbol in formulas, the LaTeX-package \r
23000 \series bold\r
23001 eurosym\r
23002 \series default\r
23003 \r
23004 \begin_inset Index idx\r
23005 status collapsed\r
23006 \r
23007 \begin_layout Plain Layout\r
23008 Packages ! eurosym\r
23009 \end_layout\r
23010 \r
23011 \end_inset\r
23012 \r
23013  must be installed and loaded with the LaTeX-preamble line\r
23014 \end_layout\r
23015 \r
23016 \begin_layout Standard\r
23017 \r
23018 \series bold\r
23019 \r
23020 \backslash\r
23021 usepackage[gennarrow]{eurosym}\r
23022 \end_layout\r
23023 \r
23024 \begin_layout Standard\r
23025 The Euro symbol can now be inserted with the command \r
23026 \series bold\r
23027 \r
23028 \backslash\r
23029 euro\r
23030 \series default\r
23031 \r
23032 \begin_inset Index idx\r
23033 status collapsed\r
23034 \r
23035 \begin_layout Plain Layout\r
23036 Commands ! E ! \r
23037 \backslash\r
23038 euro\r
23039 \end_layout\r
23040 \r
23041 \end_inset\r
23042 \r
23043 .\r
23044 \end_layout\r
23045 \r
23046 \begin_layout Standard\r
23047 The Euro symbol can directly be inserted with the € key in mathematical\r
23048  text, without having \r
23049 \series bold\r
23050 eurosym\r
23051 \series default\r
23052  installed.\r
23053  When \r
23054 \series bold\r
23055 eurosym\r
23056 \series default\r
23057  is installed, \r
23058 \series bold\r
23059 \r
23060 \backslash\r
23061 euro\r
23062 \series default\r
23063  can also be inserted in TeX-mode.\r
23064  The official currency symbol can then be inserted with the command \r
23065 \series bold\r
23066 \r
23067 \backslash\r
23068 officialeuro\r
23069 \series default\r
23070 \r
23071 \begin_inset Index idx\r
23072 status collapsed\r
23073 \r
23074 \begin_layout Plain Layout\r
23075 Commands ! O ! \r
23076 \backslash\r
23077 officialeuro\r
23078 \end_layout\r
23079 \r
23080 \end_inset\r
23081 \r
23082 , that is only available in TeX-mode.\r
23083 \end_layout\r
23084 \r
23085 \begin_layout Standard\r
23086 \begin_inset ERT\r
23087 status collapsed\r
23088 \r
23089 \begin_layout Plain Layout\r
23090 \r
23091 \r
23092 \backslash\r
23093 ifeurosym \r
23094 \end_layout\r
23095 \r
23096 \end_inset\r
23097 \r
23098 \r
23099 \begin_inset Note Note\r
23100 status open\r
23101 \r
23102 \begin_layout Plain Layout\r
23103 The following table will only be displayed when the LaTeX-package \r
23104 \series bold\r
23105 eurosym\r
23106 \series default\r
23107  is installed.\r
23108 \end_layout\r
23109 \r
23110 \end_inset\r
23111 \r
23112 \r
23113 \end_layout\r
23114 \r
23115 \begin_layout Standard\r
23116 An overview about the different Euro symbols:\r
23117 \end_layout\r
23118 \r
23119 \begin_layout Standard\r
23120 \align center\r
23121 \begin_inset Tabular\r
23122 <lyxtabular version="3" rows="4" columns="3">\r
23123 <features tabularvalignment="middle">\r
23124 <column alignment="center" valignment="top" width="0pt">\r
23125 <column alignment="center" valignment="top" width="0pt">\r
23126 <column alignment="center" valignment="top" width="0pt">\r
23127 <row>\r
23128 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">\r
23129 \begin_inset Text\r
23130 \r
23131 \begin_layout Plain Layout\r
23132 \r
23133 \end_layout\r
23134 \r
23135 \end_inset\r
23136 </cell>\r
23137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
23138 \begin_inset Text\r
23139 \r
23140 \begin_layout Plain Layout\r
23141 Command \r
23142 \end_layout\r
23143 \r
23144 \end_inset\r
23145 </cell>\r
23146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
23147 \begin_inset Text\r
23148 \r
23149 \begin_layout Plain Layout\r
23150 Result\r
23151 \end_layout\r
23152 \r
23153 \end_inset\r
23154 </cell>\r
23155 </row>\r
23156 <row>\r
23157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23158 \begin_inset Text\r
23159 \r
23160 \begin_layout Plain Layout\r
23161 formula\r
23162 \end_layout\r
23163 \r
23164 \end_inset\r
23165 </cell>\r
23166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23167 \begin_inset Text\r
23168 \r
23169 \begin_layout Plain Layout\r
23170 \r
23171 \backslash\r
23172 euro\r
23173 \end_layout\r
23174 \r
23175 \end_inset\r
23176 </cell>\r
23177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23178 \begin_inset Text\r
23179 \r
23180 \begin_layout Plain Layout\r
23181 \begin_inset Formula $\euro$\r
23182 \end_inset\r
23183 \r
23184 \r
23185 \end_layout\r
23186 \r
23187 \end_inset\r
23188 </cell>\r
23189 </row>\r
23190 <row>\r
23191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23192 \begin_inset Text\r
23193 \r
23194 \begin_layout Plain Layout\r
23195 mathematical text\r
23196 \end_layout\r
23197 \r
23198 \end_inset\r
23199 </cell>\r
23200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23201 \begin_inset Text\r
23202 \r
23203 \begin_layout Plain Layout\r
23204\r
23205 \end_layout\r
23206 \r
23207 \end_inset\r
23208 </cell>\r
23209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23210 \begin_inset Text\r
23211 \r
23212 \begin_layout Plain Layout\r
23213 \begin_inset Formula $\mbox{€}$\r
23214 \end_inset\r
23215 \r
23216 \r
23217 \end_layout\r
23218 \r
23219 \end_inset\r
23220 </cell>\r
23221 </row>\r
23222 <row>\r
23223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
23224 \begin_inset Text\r
23225 \r
23226 \begin_layout Plain Layout\r
23227 TeX-mode\r
23228 \end_layout\r
23229 \r
23230 \end_inset\r
23231 </cell>\r
23232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
23233 \begin_inset Text\r
23234 \r
23235 \begin_layout Plain Layout\r
23236 \r
23237 \backslash\r
23238 officialeuro\r
23239 \end_layout\r
23240 \r
23241 \end_inset\r
23242 </cell>\r
23243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
23244 \begin_inset Text\r
23245 \r
23246 \begin_layout Plain Layout\r
23247 \begin_inset ERT\r
23248 status collapsed\r
23249 \r
23250 \begin_layout Plain Layout\r
23251 \r
23252 \r
23253 \backslash\r
23254 officialeuro\r
23255 \end_layout\r
23256 \r
23257 \end_inset\r
23258 \r
23259 \r
23260 \end_layout\r
23261 \r
23262 \end_inset\r
23263 </cell>\r
23264 </row>\r
23265 </lyxtabular>\r
23266 \r
23267 \end_inset\r
23268 \r
23269 \r
23270 \end_layout\r
23271 \r
23272 \begin_layout Standard\r
23273 \begin_inset ERT\r
23274 status collapsed\r
23275 \r
23276 \begin_layout Plain Layout\r
23277 \r
23278 \r
23279 \backslash\r
23280 else \r
23281 \end_layout\r
23282 \r
23283 \end_inset\r
23284 \r
23285 \r
23286 \begin_inset Note Note\r
23287 status open\r
23288 \r
23289 \begin_layout Plain Layout\r
23290 The following will be displayed when the LaTeX-package \r
23291 \series bold\r
23292 eurosym\r
23293 \series default\r
23294  is not installed:\r
23295 \end_layout\r
23296 \r
23297 \end_inset\r
23298 \r
23299 \r
23300 \end_layout\r
23301 \r
23302 \begin_layout Standard\r
23303 You need to install the LaTeX-package \r
23304 \series bold\r
23305 eurosym\r
23306 \series default\r
23307  to see the rest of this subsection in the output.\r
23308 \end_layout\r
23309 \r
23310 \begin_layout Standard\r
23311 \begin_inset ERT\r
23312 status collapsed\r
23313 \r
23314 \begin_layout Plain Layout\r
23315 \r
23316 \r
23317 \backslash\r
23318 fi \r
23319 \end_layout\r
23320 \r
23321 \end_inset\r
23322 \r
23323 \r
23324 \end_layout\r
23325 \r
23326 \begin_layout Section\r
23327 Relations\r
23328 \begin_inset CommandInset label\r
23329 LatexCommand label\r
23330 name "sec:Relations"\r
23331 \r
23332 \end_inset\r
23333 \r
23334 \r
23335 \begin_inset Index idx\r
23336 status collapsed\r
23337 \r
23338 \begin_layout Plain Layout\r
23339 Relations\r
23340 \end_layout\r
23341 \r
23342 \end_inset\r
23343 \r
23344 \r
23345 \begin_inset Index idx\r
23346 status collapsed\r
23347 \r
23348 \begin_layout Plain Layout\r
23349 Comparisons|see\r
23350 \begin_inset ERT\r
23351 status collapsed\r
23352 \r
23353 \begin_layout Plain Layout\r
23354 \r
23355 {\r
23356 \end_layout\r
23357 \r
23358 \end_inset\r
23359 \r
23360 Relations\r
23361 \begin_inset ERT\r
23362 status collapsed\r
23363 \r
23364 \begin_layout Plain Layout\r
23365 \r
23366 }\r
23367 \end_layout\r
23368 \r
23369 \end_inset\r
23370 \r
23371 \r
23372 \end_layout\r
23373 \r
23374 \end_inset\r
23375 \r
23376 \r
23377 \end_layout\r
23378 \r
23379 \begin_layout Standard\r
23380 All relations can also be inserted via the toolbar button \r
23381 \begin_inset Graphics\r
23382         filename ../images/math/leq.png\r
23383         scale 85\r
23384 \r
23385 \end_inset\r
23386 \r
23387 .\r
23388 \end_layout\r
23389 \r
23390 \begin_layout Standard\r
23391 \begin_inset space \hfill{}\r
23392 \end_inset\r
23393 \r
23394 \r
23395 \begin_inset Tabular\r
23396 <lyxtabular version="3" rows="17" columns="2">\r
23397 <features tabularvalignment="middle">\r
23398 <column alignment="center" valignment="top" width="0pt">\r
23399 <column alignment="center" valignment="top" width="0pt">\r
23400 <row>\r
23401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
23402 \begin_inset Text\r
23403 \r
23404 \begin_layout Plain Layout\r
23405 Command\r
23406 \end_layout\r
23407 \r
23408 \end_inset\r
23409 </cell>\r
23410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
23411 \begin_inset Text\r
23412 \r
23413 \begin_layout Plain Layout\r
23414 Result\r
23415 \end_layout\r
23416 \r
23417 \end_inset\r
23418 </cell>\r
23419 </row>\r
23420 <row>\r
23421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23422 \begin_inset Text\r
23423 \r
23424 \begin_layout Plain Layout\r
23425 <\r
23426 \end_layout\r
23427 \r
23428 \end_inset\r
23429 </cell>\r
23430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23431 \begin_inset Text\r
23432 \r
23433 \begin_layout Plain Layout\r
23434 \begin_inset Formula $<$\r
23435 \end_inset\r
23436 \r
23437 \r
23438 \end_layout\r
23439 \r
23440 \end_inset\r
23441 </cell>\r
23442 </row>\r
23443 <row>\r
23444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23445 \begin_inset Text\r
23446 \r
23447 \begin_layout Plain Layout\r
23448 \r
23449 \backslash\r
23450 le\r
23451 \end_layout\r
23452 \r
23453 \end_inset\r
23454 </cell>\r
23455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23456 \begin_inset Text\r
23457 \r
23458 \begin_layout Plain Layout\r
23459 \begin_inset Formula $\le$\r
23460 \end_inset\r
23461 \r
23462 \r
23463 \end_layout\r
23464 \r
23465 \end_inset\r
23466 </cell>\r
23467 </row>\r
23468 <row>\r
23469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23470 \begin_inset Text\r
23471 \r
23472 \begin_layout Plain Layout\r
23473 \r
23474 \backslash\r
23475 ll\r
23476 \end_layout\r
23477 \r
23478 \end_inset\r
23479 </cell>\r
23480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23481 \begin_inset Text\r
23482 \r
23483 \begin_layout Plain Layout\r
23484 \begin_inset Formula $\ll$\r
23485 \end_inset\r
23486 \r
23487 \r
23488 \end_layout\r
23489 \r
23490 \end_inset\r
23491 </cell>\r
23492 </row>\r
23493 <row>\r
23494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23495 \begin_inset Text\r
23496 \r
23497 \begin_layout Plain Layout\r
23498 \r
23499 \backslash\r
23500 prec\r
23501 \end_layout\r
23502 \r
23503 \end_inset\r
23504 </cell>\r
23505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23506 \begin_inset Text\r
23507 \r
23508 \begin_layout Plain Layout\r
23509 \begin_inset Formula $\prec$\r
23510 \end_inset\r
23511 \r
23512 \r
23513 \end_layout\r
23514 \r
23515 \end_inset\r
23516 </cell>\r
23517 </row>\r
23518 <row>\r
23519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23520 \begin_inset Text\r
23521 \r
23522 \begin_layout Plain Layout\r
23523 \r
23524 \backslash\r
23525 preceq\r
23526 \end_layout\r
23527 \r
23528 \end_inset\r
23529 </cell>\r
23530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23531 \begin_inset Text\r
23532 \r
23533 \begin_layout Plain Layout\r
23534 \begin_inset Formula $\preceq$\r
23535 \end_inset\r
23536 \r
23537 \r
23538 \end_layout\r
23539 \r
23540 \end_inset\r
23541 </cell>\r
23542 </row>\r
23543 <row>\r
23544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23545 \begin_inset Text\r
23546 \r
23547 \begin_layout Plain Layout\r
23548 \r
23549 \backslash\r
23550 subset\r
23551 \end_layout\r
23552 \r
23553 \end_inset\r
23554 </cell>\r
23555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23556 \begin_inset Text\r
23557 \r
23558 \begin_layout Plain Layout\r
23559 \begin_inset Formula $\subset$\r
23560 \end_inset\r
23561 \r
23562 \r
23563 \end_layout\r
23564 \r
23565 \end_inset\r
23566 </cell>\r
23567 </row>\r
23568 <row>\r
23569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23570 \begin_inset Text\r
23571 \r
23572 \begin_layout Plain Layout\r
23573 \r
23574 \backslash\r
23575 subseteq\r
23576 \end_layout\r
23577 \r
23578 \end_inset\r
23579 </cell>\r
23580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23581 \begin_inset Text\r
23582 \r
23583 \begin_layout Plain Layout\r
23584 \begin_inset Formula $\subseteq$\r
23585 \end_inset\r
23586 \r
23587 \r
23588 \end_layout\r
23589 \r
23590 \end_inset\r
23591 </cell>\r
23592 </row>\r
23593 <row>\r
23594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23595 \begin_inset Text\r
23596 \r
23597 \begin_layout Plain Layout\r
23598 \r
23599 \backslash\r
23600 sqsubseteq\r
23601 \end_layout\r
23602 \r
23603 \end_inset\r
23604 </cell>\r
23605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23606 \begin_inset Text\r
23607 \r
23608 \begin_layout Plain Layout\r
23609 \begin_inset Formula $\sqsubseteq$\r
23610 \end_inset\r
23611 \r
23612 \r
23613 \end_layout\r
23614 \r
23615 \end_inset\r
23616 </cell>\r
23617 </row>\r
23618 <row>\r
23619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23620 \begin_inset Text\r
23621 \r
23622 \begin_layout Plain Layout\r
23623 \r
23624 \backslash\r
23625 in\r
23626 \end_layout\r
23627 \r
23628 \end_inset\r
23629 </cell>\r
23630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23631 \begin_inset Text\r
23632 \r
23633 \begin_layout Plain Layout\r
23634 \begin_inset Formula $\in$\r
23635 \end_inset\r
23636 \r
23637 \r
23638 \end_layout\r
23639 \r
23640 \end_inset\r
23641 </cell>\r
23642 </row>\r
23643 <row>\r
23644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23645 \begin_inset Text\r
23646 \r
23647 \begin_layout Plain Layout\r
23648 \r
23649 \backslash\r
23650 vdash\r
23651 \end_layout\r
23652 \r
23653 \end_inset\r
23654 </cell>\r
23655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23656 \begin_inset Text\r
23657 \r
23658 \begin_layout Plain Layout\r
23659 \begin_inset Formula $\vdash$\r
23660 \end_inset\r
23661 \r
23662 \r
23663 \end_layout\r
23664 \r
23665 \end_inset\r
23666 </cell>\r
23667 </row>\r
23668 <row>\r
23669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23670 \begin_inset Text\r
23671 \r
23672 \begin_layout Plain Layout\r
23673 \r
23674 \backslash\r
23675 smile\r
23676 \end_layout\r
23677 \r
23678 \end_inset\r
23679 </cell>\r
23680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23681 \begin_inset Text\r
23682 \r
23683 \begin_layout Plain Layout\r
23684 \begin_inset Formula $\smile$\r
23685 \end_inset\r
23686 \r
23687 \r
23688 \end_layout\r
23689 \r
23690 \end_inset\r
23691 </cell>\r
23692 </row>\r
23693 <row>\r
23694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23695 \begin_inset Text\r
23696 \r
23697 \begin_layout Plain Layout\r
23698 \r
23699 \backslash\r
23700 lhd\r
23701 \end_layout\r
23702 \r
23703 \end_inset\r
23704 </cell>\r
23705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23706 \begin_inset Text\r
23707 \r
23708 \begin_layout Plain Layout\r
23709 \begin_inset Formula $\lhd$\r
23710 \end_inset\r
23711 \r
23712 \r
23713 \end_layout\r
23714 \r
23715 \end_inset\r
23716 </cell>\r
23717 </row>\r
23718 <row>\r
23719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23720 \begin_inset Text\r
23721 \r
23722 \begin_layout Plain Layout\r
23723 \r
23724 \backslash\r
23725 unlhd\r
23726 \end_layout\r
23727 \r
23728 \end_inset\r
23729 </cell>\r
23730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23731 \begin_inset Text\r
23732 \r
23733 \begin_layout Plain Layout\r
23734 \begin_inset Formula $\unlhd$\r
23735 \end_inset\r
23736 \r
23737 \r
23738 \end_layout\r
23739 \r
23740 \end_inset\r
23741 </cell>\r
23742 </row>\r
23743 <row>\r
23744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23745 \begin_inset Text\r
23746 \r
23747 \begin_layout Plain Layout\r
23748 \r
23749 \backslash\r
23750 gtrless\r
23751 \end_layout\r
23752 \r
23753 \end_inset\r
23754 </cell>\r
23755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23756 \begin_inset Text\r
23757 \r
23758 \begin_layout Plain Layout\r
23759 \begin_inset Formula $\gtrless$\r
23760 \end_inset\r
23761 \r
23762 \r
23763 \end_layout\r
23764 \r
23765 \end_inset\r
23766 </cell>\r
23767 </row>\r
23768 <row>\r
23769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23770 \begin_inset Text\r
23771 \r
23772 \begin_layout Plain Layout\r
23773 \r
23774 \backslash\r
23775 mid\r
23776 \end_layout\r
23777 \r
23778 \end_inset\r
23779 </cell>\r
23780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23781 \begin_inset Text\r
23782 \r
23783 \begin_layout Plain Layout\r
23784 \begin_inset Formula $\mid$\r
23785 \end_inset\r
23786 \r
23787 \r
23788 \end_layout\r
23789 \r
23790 \end_inset\r
23791 </cell>\r
23792 </row>\r
23793 <row>\r
23794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
23795 \begin_inset Text\r
23796 \r
23797 \begin_layout Plain Layout\r
23798 \r
23799 \backslash\r
23800 nmid\r
23801 \end_layout\r
23802 \r
23803 \end_inset\r
23804 </cell>\r
23805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
23806 \begin_inset Text\r
23807 \r
23808 \begin_layout Plain Layout\r
23809 \begin_inset Formula $\nmid$\r
23810 \end_inset\r
23811 \r
23812 \r
23813 \end_layout\r
23814 \r
23815 \end_inset\r
23816 </cell>\r
23817 </row>\r
23818 </lyxtabular>\r
23819 \r
23820 \end_inset\r
23821 \r
23822 \r
23823 \begin_inset space \hfill{}\r
23824 \end_inset\r
23825 \r
23826 \r
23827 \begin_inset Tabular\r
23828 <lyxtabular version="3" rows="17" columns="2">\r
23829 <features tabularvalignment="middle">\r
23830 <column alignment="center" valignment="top" width="0pt">\r
23831 <column alignment="center" valignment="top" width="0pt">\r
23832 <row>\r
23833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
23834 \begin_inset Text\r
23835 \r
23836 \begin_layout Plain Layout\r
23837 Command\r
23838 \end_layout\r
23839 \r
23840 \end_inset\r
23841 </cell>\r
23842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
23843 \begin_inset Text\r
23844 \r
23845 \begin_layout Plain Layout\r
23846 Result\r
23847 \end_layout\r
23848 \r
23849 \end_inset\r
23850 </cell>\r
23851 </row>\r
23852 <row>\r
23853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23854 \begin_inset Text\r
23855 \r
23856 \begin_layout Plain Layout\r
23857 =\r
23858 \end_layout\r
23859 \r
23860 \end_inset\r
23861 </cell>\r
23862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23863 \begin_inset Text\r
23864 \r
23865 \begin_layout Plain Layout\r
23866 \begin_inset Formula $=$\r
23867 \end_inset\r
23868 \r
23869 \r
23870 \end_layout\r
23871 \r
23872 \end_inset\r
23873 </cell>\r
23874 </row>\r
23875 <row>\r
23876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23877 \begin_inset Text\r
23878 \r
23879 \begin_layout Plain Layout\r
23880 \r
23881 \backslash\r
23882 not=\r
23883 \end_layout\r
23884 \r
23885 \end_inset\r
23886 </cell>\r
23887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23888 \begin_inset Text\r
23889 \r
23890 \begin_layout Plain Layout\r
23891 \begin_inset Formula $\not=$\r
23892 \end_inset\r
23893 \r
23894 \r
23895 \end_layout\r
23896 \r
23897 \end_inset\r
23898 </cell>\r
23899 </row>\r
23900 <row>\r
23901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23902 \begin_inset Text\r
23903 \r
23904 \begin_layout Plain Layout\r
23905 \r
23906 \backslash\r
23907 equiv\r
23908 \end_layout\r
23909 \r
23910 \end_inset\r
23911 </cell>\r
23912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23913 \begin_inset Text\r
23914 \r
23915 \begin_layout Plain Layout\r
23916 \begin_inset Formula $\equiv$\r
23917 \end_inset\r
23918 \r
23919 \r
23920 \end_layout\r
23921 \r
23922 \end_inset\r
23923 </cell>\r
23924 </row>\r
23925 <row>\r
23926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23927 \begin_inset Text\r
23928 \r
23929 \begin_layout Plain Layout\r
23930 \r
23931 \backslash\r
23932 sim\r
23933 \end_layout\r
23934 \r
23935 \end_inset\r
23936 </cell>\r
23937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23938 \begin_inset Text\r
23939 \r
23940 \begin_layout Plain Layout\r
23941 \begin_inset Formula $\sim$\r
23942 \end_inset\r
23943 \r
23944 \r
23945 \end_layout\r
23946 \r
23947 \end_inset\r
23948 </cell>\r
23949 </row>\r
23950 <row>\r
23951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23952 \begin_inset Text\r
23953 \r
23954 \begin_layout Plain Layout\r
23955 \r
23956 \backslash\r
23957 simeq\r
23958 \end_layout\r
23959 \r
23960 \end_inset\r
23961 </cell>\r
23962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23963 \begin_inset Text\r
23964 \r
23965 \begin_layout Plain Layout\r
23966 \begin_inset Formula $\simeq$\r
23967 \end_inset\r
23968 \r
23969 \r
23970 \end_layout\r
23971 \r
23972 \end_inset\r
23973 </cell>\r
23974 </row>\r
23975 <row>\r
23976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23977 \begin_inset Text\r
23978 \r
23979 \begin_layout Plain Layout\r
23980 \r
23981 \backslash\r
23982 approx\r
23983 \end_layout\r
23984 \r
23985 \end_inset\r
23986 </cell>\r
23987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23988 \begin_inset Text\r
23989 \r
23990 \begin_layout Plain Layout\r
23991 \begin_inset Formula $\approx$\r
23992 \end_inset\r
23993 \r
23994 \r
23995 \end_layout\r
23996 \r
23997 \end_inset\r
23998 </cell>\r
23999 </row>\r
24000 <row>\r
24001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24002 \begin_inset Text\r
24003 \r
24004 \begin_layout Plain Layout\r
24005 \r
24006 \backslash\r
24007 cong\r
24008 \end_layout\r
24009 \r
24010 \end_inset\r
24011 </cell>\r
24012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24013 \begin_inset Text\r
24014 \r
24015 \begin_layout Plain Layout\r
24016 \begin_inset Formula $\cong$\r
24017 \end_inset\r
24018 \r
24019 \r
24020 \end_layout\r
24021 \r
24022 \end_inset\r
24023 </cell>\r
24024 </row>\r
24025 <row>\r
24026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24027 \begin_inset Text\r
24028 \r
24029 \begin_layout Plain Layout\r
24030 \r
24031 \backslash\r
24032 bowtie\r
24033 \end_layout\r
24034 \r
24035 \end_inset\r
24036 </cell>\r
24037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24038 \begin_inset Text\r
24039 \r
24040 \begin_layout Plain Layout\r
24041 \begin_inset Formula $\bowtie$\r
24042 \end_inset\r
24043 \r
24044 \r
24045 \end_layout\r
24046 \r
24047 \end_inset\r
24048 </cell>\r
24049 </row>\r
24050 <row>\r
24051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24052 \begin_inset Text\r
24053 \r
24054 \begin_layout Plain Layout\r
24055 \r
24056 \backslash\r
24057 notin\r
24058 \end_layout\r
24059 \r
24060 \end_inset\r
24061 </cell>\r
24062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24063 \begin_inset Text\r
24064 \r
24065 \begin_layout Plain Layout\r
24066 \begin_inset Formula $\notin$\r
24067 \end_inset\r
24068 \r
24069 \r
24070 \end_layout\r
24071 \r
24072 \end_inset\r
24073 </cell>\r
24074 </row>\r
24075 <row>\r
24076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24077 \begin_inset Text\r
24078 \r
24079 \begin_layout Plain Layout\r
24080 \r
24081 \backslash\r
24082 perp\r
24083 \end_layout\r
24084 \r
24085 \end_inset\r
24086 </cell>\r
24087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24088 \begin_inset Text\r
24089 \r
24090 \begin_layout Plain Layout\r
24091 \begin_inset Formula $\perp$\r
24092 \end_inset\r
24093 \r
24094 \r
24095 \end_layout\r
24096 \r
24097 \end_inset\r
24098 </cell>\r
24099 </row>\r
24100 <row>\r
24101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24102 \begin_inset Text\r
24103 \r
24104 \begin_layout Plain Layout\r
24105 \r
24106 \backslash\r
24107 propto\r
24108 \end_layout\r
24109 \r
24110 \end_inset\r
24111 </cell>\r
24112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24113 \begin_inset Text\r
24114 \r
24115 \begin_layout Plain Layout\r
24116 \begin_inset Formula $\propto$\r
24117 \end_inset\r
24118 \r
24119 \r
24120 \end_layout\r
24121 \r
24122 \end_inset\r
24123 </cell>\r
24124 </row>\r
24125 <row>\r
24126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24127 \begin_inset Text\r
24128 \r
24129 \begin_layout Plain Layout\r
24130 \r
24131 \backslash\r
24132 asymp\r
24133 \end_layout\r
24134 \r
24135 \end_inset\r
24136 </cell>\r
24137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24138 \begin_inset Text\r
24139 \r
24140 \begin_layout Plain Layout\r
24141 \begin_inset Formula $\asymp$\r
24142 \end_inset\r
24143 \r
24144 \r
24145 \end_layout\r
24146 \r
24147 \end_inset\r
24148 </cell>\r
24149 </row>\r
24150 <row>\r
24151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24152 \begin_inset Text\r
24153 \r
24154 \begin_layout Plain Layout\r
24155 \r
24156 \backslash\r
24157 doteq\r
24158 \end_layout\r
24159 \r
24160 \end_inset\r
24161 </cell>\r
24162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24163 \begin_inset Text\r
24164 \r
24165 \begin_layout Plain Layout\r
24166 \begin_inset Formula $\doteq$\r
24167 \end_inset\r
24168 \r
24169 \r
24170 \end_layout\r
24171 \r
24172 \end_inset\r
24173 </cell>\r
24174 </row>\r
24175 <row>\r
24176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24177 \begin_inset Text\r
24178 \r
24179 \begin_layout Plain Layout\r
24180 \r
24181 \backslash\r
24182 circeq\r
24183 \end_layout\r
24184 \r
24185 \end_inset\r
24186 </cell>\r
24187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24188 \begin_inset Text\r
24189 \r
24190 \begin_layout Plain Layout\r
24191 \begin_inset Formula $\circeq$\r
24192 \end_inset\r
24193 \r
24194 \r
24195 \end_layout\r
24196 \r
24197 \end_inset\r
24198 </cell>\r
24199 </row>\r
24200 <row>\r
24201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24202 \begin_inset Text\r
24203 \r
24204 \begin_layout Plain Layout\r
24205 \r
24206 \backslash\r
24207 models\r
24208 \end_layout\r
24209 \r
24210 \end_inset\r
24211 </cell>\r
24212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24213 \begin_inset Text\r
24214 \r
24215 \begin_layout Plain Layout\r
24216 \begin_inset Formula $\models$\r
24217 \end_inset\r
24218 \r
24219 \r
24220 \end_layout\r
24221 \r
24222 \end_inset\r
24223 </cell>\r
24224 </row>\r
24225 <row>\r
24226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
24227 \begin_inset Text\r
24228 \r
24229 \begin_layout Plain Layout\r
24230 \r
24231 \backslash\r
24232 widehat=\r
24233 \end_layout\r
24234 \r
24235 \end_inset\r
24236 </cell>\r
24237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
24238 \begin_inset Text\r
24239 \r
24240 \begin_layout Plain Layout\r
24241 \begin_inset Formula $\widehat{=}$\r
24242 \end_inset\r
24243 \r
24244 \r
24245 \end_layout\r
24246 \r
24247 \end_inset\r
24248 </cell>\r
24249 </row>\r
24250 </lyxtabular>\r
24251 \r
24252 \end_inset\r
24253 \r
24254 \r
24255 \begin_inset space \hfill{}\r
24256 \end_inset\r
24257 \r
24258 \r
24259 \begin_inset Tabular\r
24260 <lyxtabular version="3" rows="17" columns="2">\r
24261 <features tabularvalignment="middle">\r
24262 <column alignment="center" valignment="top" width="0pt">\r
24263 <column alignment="center" valignment="top" width="0pt">\r
24264 <row>\r
24265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
24266 \begin_inset Text\r
24267 \r
24268 \begin_layout Plain Layout\r
24269 Command\r
24270 \end_layout\r
24271 \r
24272 \end_inset\r
24273 </cell>\r
24274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
24275 \begin_inset Text\r
24276 \r
24277 \begin_layout Plain Layout\r
24278 Result\r
24279 \end_layout\r
24280 \r
24281 \end_inset\r
24282 </cell>\r
24283 </row>\r
24284 <row>\r
24285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24286 \begin_inset Text\r
24287 \r
24288 \begin_layout Plain Layout\r
24289 >\r
24290 \end_layout\r
24291 \r
24292 \end_inset\r
24293 </cell>\r
24294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24295 \begin_inset Text\r
24296 \r
24297 \begin_layout Plain Layout\r
24298 \begin_inset Formula $>$\r
24299 \end_inset\r
24300 \r
24301 \r
24302 \end_layout\r
24303 \r
24304 \end_inset\r
24305 </cell>\r
24306 </row>\r
24307 <row>\r
24308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24309 \begin_inset Text\r
24310 \r
24311 \begin_layout Plain Layout\r
24312 \r
24313 \backslash\r
24314 ge\r
24315 \end_layout\r
24316 \r
24317 \end_inset\r
24318 </cell>\r
24319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24320 \begin_inset Text\r
24321 \r
24322 \begin_layout Plain Layout\r
24323 \begin_inset Formula $\ge$\r
24324 \end_inset\r
24325 \r
24326 \r
24327 \end_layout\r
24328 \r
24329 \end_inset\r
24330 </cell>\r
24331 </row>\r
24332 <row>\r
24333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24334 \begin_inset Text\r
24335 \r
24336 \begin_layout Plain Layout\r
24337 \r
24338 \backslash\r
24339 gg\r
24340 \end_layout\r
24341 \r
24342 \end_inset\r
24343 </cell>\r
24344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24345 \begin_inset Text\r
24346 \r
24347 \begin_layout Plain Layout\r
24348 \begin_inset Formula $\gg$\r
24349 \end_inset\r
24350 \r
24351 \r
24352 \end_layout\r
24353 \r
24354 \end_inset\r
24355 </cell>\r
24356 </row>\r
24357 <row>\r
24358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24359 \begin_inset Text\r
24360 \r
24361 \begin_layout Plain Layout\r
24362 \r
24363 \backslash\r
24364 succ\r
24365 \end_layout\r
24366 \r
24367 \end_inset\r
24368 </cell>\r
24369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24370 \begin_inset Text\r
24371 \r
24372 \begin_layout Plain Layout\r
24373 \begin_inset Formula $\succ$\r
24374 \end_inset\r
24375 \r
24376 \r
24377 \end_layout\r
24378 \r
24379 \end_inset\r
24380 </cell>\r
24381 </row>\r
24382 <row>\r
24383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24384 \begin_inset Text\r
24385 \r
24386 \begin_layout Plain Layout\r
24387 \r
24388 \backslash\r
24389 succeq\r
24390 \end_layout\r
24391 \r
24392 \end_inset\r
24393 </cell>\r
24394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24395 \begin_inset Text\r
24396 \r
24397 \begin_layout Plain Layout\r
24398 \begin_inset Formula $\succeq$\r
24399 \end_inset\r
24400 \r
24401 \r
24402 \end_layout\r
24403 \r
24404 \end_inset\r
24405 </cell>\r
24406 </row>\r
24407 <row>\r
24408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24409 \begin_inset Text\r
24410 \r
24411 \begin_layout Plain Layout\r
24412 \r
24413 \backslash\r
24414 supset\r
24415 \end_layout\r
24416 \r
24417 \end_inset\r
24418 </cell>\r
24419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24420 \begin_inset Text\r
24421 \r
24422 \begin_layout Plain Layout\r
24423 \begin_inset Formula $\supset$\r
24424 \end_inset\r
24425 \r
24426 \r
24427 \end_layout\r
24428 \r
24429 \end_inset\r
24430 </cell>\r
24431 </row>\r
24432 <row>\r
24433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24434 \begin_inset Text\r
24435 \r
24436 \begin_layout Plain Layout\r
24437 \r
24438 \backslash\r
24439 supseteq\r
24440 \end_layout\r
24441 \r
24442 \end_inset\r
24443 </cell>\r
24444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24445 \begin_inset Text\r
24446 \r
24447 \begin_layout Plain Layout\r
24448 \begin_inset Formula $\supseteq$\r
24449 \end_inset\r
24450 \r
24451 \r
24452 \end_layout\r
24453 \r
24454 \end_inset\r
24455 </cell>\r
24456 </row>\r
24457 <row>\r
24458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24459 \begin_inset Text\r
24460 \r
24461 \begin_layout Plain Layout\r
24462 \r
24463 \backslash\r
24464 sqsupseteq\r
24465 \end_layout\r
24466 \r
24467 \end_inset\r
24468 </cell>\r
24469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24470 \begin_inset Text\r
24471 \r
24472 \begin_layout Plain Layout\r
24473 \begin_inset Formula $\sqsupseteq$\r
24474 \end_inset\r
24475 \r
24476 \r
24477 \end_layout\r
24478 \r
24479 \end_inset\r
24480 </cell>\r
24481 </row>\r
24482 <row>\r
24483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24484 \begin_inset Text\r
24485 \r
24486 \begin_layout Plain Layout\r
24487 \r
24488 \backslash\r
24489 ni\r
24490 \end_layout\r
24491 \r
24492 \end_inset\r
24493 </cell>\r
24494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24495 \begin_inset Text\r
24496 \r
24497 \begin_layout Plain Layout\r
24498 \begin_inset Formula $\ni$\r
24499 \end_inset\r
24500 \r
24501 \r
24502 \end_layout\r
24503 \r
24504 \end_inset\r
24505 </cell>\r
24506 </row>\r
24507 <row>\r
24508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24509 \begin_inset Text\r
24510 \r
24511 \begin_layout Plain Layout\r
24512 \r
24513 \backslash\r
24514 dashv\r
24515 \end_layout\r
24516 \r
24517 \end_inset\r
24518 </cell>\r
24519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24520 \begin_inset Text\r
24521 \r
24522 \begin_layout Plain Layout\r
24523 \begin_inset Formula $\dashv$\r
24524 \end_inset\r
24525 \r
24526 \r
24527 \end_layout\r
24528 \r
24529 \end_inset\r
24530 </cell>\r
24531 </row>\r
24532 <row>\r
24533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24534 \begin_inset Text\r
24535 \r
24536 \begin_layout Plain Layout\r
24537 \r
24538 \backslash\r
24539 frown\r
24540 \end_layout\r
24541 \r
24542 \end_inset\r
24543 </cell>\r
24544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24545 \begin_inset Text\r
24546 \r
24547 \begin_layout Plain Layout\r
24548 \begin_inset Formula $\frown$\r
24549 \end_inset\r
24550 \r
24551 \r
24552 \end_layout\r
24553 \r
24554 \end_inset\r
24555 </cell>\r
24556 </row>\r
24557 <row>\r
24558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24559 \begin_inset Text\r
24560 \r
24561 \begin_layout Plain Layout\r
24562 \r
24563 \backslash\r
24564 rhd\r
24565 \end_layout\r
24566 \r
24567 \end_inset\r
24568 </cell>\r
24569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24570 \begin_inset Text\r
24571 \r
24572 \begin_layout Plain Layout\r
24573 \begin_inset Formula $\rhd$\r
24574 \end_inset\r
24575 \r
24576 \r
24577 \end_layout\r
24578 \r
24579 \end_inset\r
24580 </cell>\r
24581 </row>\r
24582 <row>\r
24583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24584 \begin_inset Text\r
24585 \r
24586 \begin_layout Plain Layout\r
24587 \r
24588 \backslash\r
24589 unrhd\r
24590 \end_layout\r
24591 \r
24592 \end_inset\r
24593 </cell>\r
24594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24595 \begin_inset Text\r
24596 \r
24597 \begin_layout Plain Layout\r
24598 \begin_inset Formula $\unrhd$\r
24599 \end_inset\r
24600 \r
24601 \r
24602 \end_layout\r
24603 \r
24604 \end_inset\r
24605 </cell>\r
24606 </row>\r
24607 <row>\r
24608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24609 \begin_inset Text\r
24610 \r
24611 \begin_layout Plain Layout\r
24612 \r
24613 \backslash\r
24614 lessgtr\r
24615 \end_layout\r
24616 \r
24617 \end_inset\r
24618 </cell>\r
24619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24620 \begin_inset Text\r
24621 \r
24622 \begin_layout Plain Layout\r
24623 \begin_inset Formula $\lessgtr$\r
24624 \end_inset\r
24625 \r
24626 \r
24627 \end_layout\r
24628 \r
24629 \end_inset\r
24630 </cell>\r
24631 </row>\r
24632 <row>\r
24633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24634 \begin_inset Text\r
24635 \r
24636 \begin_layout Plain Layout\r
24637 \r
24638 \backslash\r
24639 parallel\r
24640 \end_layout\r
24641 \r
24642 \end_inset\r
24643 </cell>\r
24644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24645 \begin_inset Text\r
24646 \r
24647 \begin_layout Plain Layout\r
24648 \begin_inset Formula $\parallel$\r
24649 \end_inset\r
24650 \r
24651 \r
24652 \end_layout\r
24653 \r
24654 \end_inset\r
24655 </cell>\r
24656 </row>\r
24657 <row>\r
24658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
24659 \begin_inset Text\r
24660 \r
24661 \begin_layout Plain Layout\r
24662 \r
24663 \backslash\r
24664 nparallel\r
24665 \end_layout\r
24666 \r
24667 \end_inset\r
24668 </cell>\r
24669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
24670 \begin_inset Text\r
24671 \r
24672 \begin_layout Plain Layout\r
24673 \begin_inset Formula $\nparallel$\r
24674 \end_inset\r
24675 \r
24676 \r
24677 \end_layout\r
24678 \r
24679 \end_inset\r
24680 </cell>\r
24681 </row>\r
24682 </lyxtabular>\r
24683 \r
24684 \end_inset\r
24685 \r
24686 \r
24687 \begin_inset space \hfill{}\r
24688 \end_inset\r
24689 \r
24690 \r
24691 \end_layout\r
24692 \r
24693 \begin_layout Standard\r
24694 \begin_inset VSpace medskip\r
24695 \end_inset\r
24696 \r
24697 The characters \r
24698 \series bold\r
24699 \r
24700 \backslash\r
24701 lhd\r
24702 \series default\r
24703  and \r
24704 \series bold\r
24705 \r
24706 \backslash\r
24707 rhd\r
24708 \series default\r
24709  are bigger than the equal looking operators \r
24710 \series bold\r
24711 \r
24712 \backslash\r
24713 triangleleft\r
24714 \series default\r
24715  and \r
24716 \series bold\r
24717 \r
24718 \backslash\r
24719 triangleright\r
24720 \series default\r
24721 , respectively.\r
24722 \end_layout\r
24723 \r
24724 \begin_layout Standard\r
24725 Relations are, in contrary to symbols, always surrounded by space.\r
24726 \end_layout\r
24727 \r
24728 \begin_layout Standard\r
24729 Relations with labels can be created with the command \r
24730 \series bold\r
24731 \r
24732 \backslash\r
24733 stackrel\r
24734 \series default\r
24735 \r
24736 \begin_inset Index idx\r
24737 status collapsed\r
24738 \r
24739 \begin_layout Plain Layout\r
24740 Commands ! S ! \r
24741 \backslash\r
24742 stackrel\r
24743 \end_layout\r
24744 \r
24745 \end_inset\r
24746 \r
24747 :\r
24748 \end_layout\r
24749 \r
24750 \begin_layout Standard\r
24751 \align center\r
24752 \begin_inset Tabular\r
24753 <lyxtabular version="3" rows="2" columns="2">\r
24754 <features tabularvalignment="middle">\r
24755 <column alignment="center" valignment="top" width="0">\r
24756 <column alignment="center" valignment="top" width="0">\r
24757 <row>\r
24758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
24759 \begin_inset Text\r
24760 \r
24761 \begin_layout Plain Layout\r
24762 Command\r
24763 \end_layout\r
24764 \r
24765 \end_inset\r
24766 </cell>\r
24767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
24768 \begin_inset Text\r
24769 \r
24770 \begin_layout Plain Layout\r
24771 Result\r
24772 \begin_inset Note Note\r
24773 status collapsed\r
24774 \r
24775 \begin_layout Plain Layout\r
24776 \r
24777 \series bold\r
24778 \r
24779 \backslash\r
24780 raisebox\r
24781 \series default\r
24782  is only used as spacer.\r
24783 \end_layout\r
24784 \r
24785 \end_inset\r
24786 \r
24787 \r
24788 \end_layout\r
24789 \r
24790 \end_inset\r
24791 </cell>\r
24792 </row>\r
24793 <row>\r
24794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
24795 \begin_inset Text\r
24796 \r
24797 \begin_layout Plain Layout\r
24798 A(r)\r
24799 \backslash\r
24800 stackrel\r
24801 \begin_inset ERT\r
24802 status collapsed\r
24803 \r
24804 \begin_layout Plain Layout\r
24805 \r
24806 \r
24807 \backslash\r
24808 spce \r
24809 \end_layout\r
24810 \r
24811 \end_inset\r
24812 \r
24813 r\r
24814 \backslash\r
24815 to\r
24816 \backslash\r
24817 infty\r
24818 \begin_inset ERT\r
24819 status collapsed\r
24820 \r
24821 \begin_layout Plain Layout\r
24822 \r
24823 \r
24824 \backslash\r
24825 spce \r
24826 \end_layout\r
24827 \r
24828 \end_inset\r
24829 \r
24830 \r
24831 \begin_inset Formula $\downarrow$\r
24832 \end_inset\r
24833 \r
24834 \r
24835 \backslash\r
24836 approx\r
24837 \begin_inset ERT\r
24838 status collapsed\r
24839 \r
24840 \begin_layout Plain Layout\r
24841 \r
24842 \r
24843 \backslash\r
24844 spce \r
24845 \end_layout\r
24846 \r
24847 \end_inset\r
24848 \r
24849 \r
24850 \begin_inset ERT\r
24851 status collapsed\r
24852 \r
24853 \begin_layout Plain Layout\r
24854 \r
24855 \r
24856 \backslash\r
24857 spce \r
24858 \end_layout\r
24859 \r
24860 \end_inset\r
24861 \r
24862 B\r
24863 \end_layout\r
24864 \r
24865 \end_inset\r
24866 </cell>\r
24867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
24868 \begin_inset Text\r
24869 \r
24870 \begin_layout Plain Layout\r
24871 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$\r
24872 \end_inset\r
24873 \r
24874 \r
24875 \end_layout\r
24876 \r
24877 \end_inset\r
24878 </cell>\r
24879 </row>\r
24880 </lyxtabular>\r
24881 \r
24882 \end_inset\r
24883 \r
24884 \r
24885 \end_layout\r
24886 \r
24887 \begin_layout Section\r
24888 Functions\r
24889 \end_layout\r
24890 \r
24891 \begin_layout Subsection\r
24892 Predefined Functions\r
24893 \begin_inset CommandInset label\r
24894 LatexCommand label\r
24895 name "sub:Predefined-Functions"\r
24896 \r
24897 \end_inset\r
24898 \r
24899 \r
24900 \begin_inset Index idx\r
24901 status collapsed\r
24902 \r
24903 \begin_layout Plain Layout\r
24904 Functions ! predefined\r
24905 \end_layout\r
24906 \r
24907 \end_inset\r
24908 \r
24909 \r
24910 \end_layout\r
24911 \r
24912 \begin_layout Standard\r
24913 In general, variables are set \r
24914 \emph on\r
24915 italic\r
24916 \emph default\r
24917  in mathematical expressions, but not function names, because \r
24918 \begin_inset Formula $sin$\r
24919 \end_inset\r
24920 \r
24921  could be misunderstood as \r
24922 \begin_inset Formula $s\cdot i\cdot n$\r
24923 \end_inset\r
24924 \r
24925 .\r
24926  Therefore there are predefined functionswhich are additionally a bit separated\r
24927  from prefactors.\r
24928  They are inserted as commands starting with a backslash before their name.\r
24929 \end_layout\r
24930 \r
24931 \begin_layout Standard\r
24932 \align center\r
24933 \begin_inset Tabular\r
24934 <lyxtabular version="3" rows="2" columns="4">\r
24935 <features tabularvalignment="middle">\r
24936 <column alignment="center" valignment="top" width="0pt">\r
24937 <column alignment="center" valignment="top" width="0pt">\r
24938 <column alignment="center" valignment="top" width="0pt">\r
24939 <column alignment="center" valignment="top" width="0pt">\r
24940 <row>\r
24941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
24942 \begin_inset Text\r
24943 \r
24944 \begin_layout Plain Layout\r
24945 Command\r
24946 \end_layout\r
24947 \r
24948 \end_inset\r
24949 </cell>\r
24950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
24951 \begin_inset Text\r
24952 \r
24953 \begin_layout Plain Layout\r
24954 Result\r
24955 \end_layout\r
24956 \r
24957 \end_inset\r
24958 </cell>\r
24959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
24960 \begin_inset Text\r
24961 \r
24962 \begin_layout Plain Layout\r
24963 Command\r
24964 \end_layout\r
24965 \r
24966 \end_inset\r
24967 </cell>\r
24968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
24969 \begin_inset Text\r
24970 \r
24971 \begin_layout Plain Layout\r
24972 Result\r
24973 \end_layout\r
24974 \r
24975 \end_inset\r
24976 </cell>\r
24977 </row>\r
24978 <row>\r
24979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
24980 \begin_inset Text\r
24981 \r
24982 \begin_layout Plain Layout\r
24983 Asin(x)+B\r
24984 \end_layout\r
24985 \r
24986 \end_inset\r
24987 </cell>\r
24988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
24989 \begin_inset Text\r
24990 \r
24991 \begin_layout Plain Layout\r
24992 \begin_inset Formula $Asin(x)+B$\r
24993 \end_inset\r
24994 \r
24995 \r
24996 \end_layout\r
24997 \r
24998 \end_inset\r
24999 </cell>\r
25000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
25001 \begin_inset Text\r
25002 \r
25003 \begin_layout Plain Layout\r
25004 A\r
25005 \backslash\r
25006 sin(x)+B\r
25007 \end_layout\r
25008 \r
25009 \end_inset\r
25010 </cell>\r
25011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
25012 \begin_inset Text\r
25013 \r
25014 \begin_layout Plain Layout\r
25015 \begin_inset Formula $A\sin(x)+B$\r
25016 \end_inset\r
25017 \r
25018 \r
25019 \end_layout\r
25020 \r
25021 \end_inset\r
25022 </cell>\r
25023 </row>\r
25024 </lyxtabular>\r
25025 \r
25026 \end_inset\r
25027 \r
25028 \r
25029 \end_layout\r
25030 \r
25031 \begin_layout Standard\r
25032 The following functions are predefined:\r
25033 \end_layout\r
25034 \r
25035 \begin_layout Standard\r
25036 \begin_inset VSpace -2mm\r
25037 \end_inset\r
25038 \r
25039 \r
25040 \end_layout\r
25041 \r
25042 \begin_layout Standard\r
25043 \align center\r
25044 \begin_inset Tabular\r
25045 <lyxtabular version="3" rows="9" columns="4">\r
25046 <features tabularvalignment="middle">\r
25047 <column alignment="center" valignment="top" width="0pt">\r
25048 <column alignment="center" valignment="top" width="0pt">\r
25049 <column alignment="center" valignment="top" width="0pt">\r
25050 <column alignment="center" valignment="top" width="0pt">\r
25051 <row>\r
25052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
25053 \begin_inset Text\r
25054 \r
25055 \begin_layout Plain Layout\r
25056 Command\r
25057 \end_layout\r
25058 \r
25059 \end_inset\r
25060 </cell>\r
25061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
25062 \begin_inset Text\r
25063 \r
25064 \begin_layout Plain Layout\r
25065 Command\r
25066 \end_layout\r
25067 \r
25068 \end_inset\r
25069 </cell>\r
25070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
25071 \begin_inset Text\r
25072 \r
25073 \begin_layout Plain Layout\r
25074 Command\r
25075 \end_layout\r
25076 \r
25077 \end_inset\r
25078 </cell>\r
25079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
25080 \begin_inset Text\r
25081 \r
25082 \begin_layout Plain Layout\r
25083 Command\r
25084 \end_layout\r
25085 \r
25086 \end_inset\r
25087 </cell>\r
25088 </row>\r
25089 <row>\r
25090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25091 \begin_inset Text\r
25092 \r
25093 \begin_layout Plain Layout\r
25094 \r
25095 \backslash\r
25096 sin\r
25097 \end_layout\r
25098 \r
25099 \end_inset\r
25100 </cell>\r
25101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25102 \begin_inset Text\r
25103 \r
25104 \begin_layout Plain Layout\r
25105 \r
25106 \backslash\r
25107 sinh\r
25108 \end_layout\r
25109 \r
25110 \end_inset\r
25111 </cell>\r
25112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25113 \begin_inset Text\r
25114 \r
25115 \begin_layout Plain Layout\r
25116 \r
25117 \backslash\r
25118 arcsin\r
25119 \end_layout\r
25120 \r
25121 \end_inset\r
25122 </cell>\r
25123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
25124 \begin_inset Text\r
25125 \r
25126 \begin_layout Plain Layout\r
25127 \r
25128 \backslash\r
25129 sup\r
25130 \end_layout\r
25131 \r
25132 \end_inset\r
25133 </cell>\r
25134 </row>\r
25135 <row>\r
25136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25137 \begin_inset Text\r
25138 \r
25139 \begin_layout Plain Layout\r
25140 \r
25141 \backslash\r
25142 cos\r
25143 \end_layout\r
25144 \r
25145 \end_inset\r
25146 </cell>\r
25147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25148 \begin_inset Text\r
25149 \r
25150 \begin_layout Plain Layout\r
25151 \r
25152 \backslash\r
25153 cosh\r
25154 \end_layout\r
25155 \r
25156 \end_inset\r
25157 </cell>\r
25158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25159 \begin_inset Text\r
25160 \r
25161 \begin_layout Plain Layout\r
25162 \r
25163 \backslash\r
25164 arccos\r
25165 \end_layout\r
25166 \r
25167 \end_inset\r
25168 </cell>\r
25169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
25170 \begin_inset Text\r
25171 \r
25172 \begin_layout Plain Layout\r
25173 \r
25174 \backslash\r
25175 inf\r
25176 \end_layout\r
25177 \r
25178 \end_inset\r
25179 </cell>\r
25180 </row>\r
25181 <row>\r
25182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25183 \begin_inset Text\r
25184 \r
25185 \begin_layout Plain Layout\r
25186 \r
25187 \backslash\r
25188 tan\r
25189 \end_layout\r
25190 \r
25191 \end_inset\r
25192 </cell>\r
25193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25194 \begin_inset Text\r
25195 \r
25196 \begin_layout Plain Layout\r
25197 \r
25198 \backslash\r
25199 tanh\r
25200 \end_layout\r
25201 \r
25202 \end_inset\r
25203 </cell>\r
25204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25205 \begin_inset Text\r
25206 \r
25207 \begin_layout Plain Layout\r
25208 \r
25209 \backslash\r
25210 arctan\r
25211 \end_layout\r
25212 \r
25213 \end_inset\r
25214 </cell>\r
25215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
25216 \begin_inset Text\r
25217 \r
25218 \begin_layout Plain Layout\r
25219 \r
25220 \backslash\r
25221 lim\r
25222 \end_layout\r
25223 \r
25224 \end_inset\r
25225 </cell>\r
25226 </row>\r
25227 <row>\r
25228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25229 \begin_inset Text\r
25230 \r
25231 \begin_layout Plain Layout\r
25232 \r
25233 \backslash\r
25234 cot\r
25235 \end_layout\r
25236 \r
25237 \end_inset\r
25238 </cell>\r
25239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25240 \begin_inset Text\r
25241 \r
25242 \begin_layout Plain Layout\r
25243 \r
25244 \backslash\r
25245 coth\r
25246 \end_layout\r
25247 \r
25248 \end_inset\r
25249 </cell>\r
25250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25251 \begin_inset Text\r
25252 \r
25253 \begin_layout Plain Layout\r
25254 \r
25255 \backslash\r
25256 arg\r
25257 \end_layout\r
25258 \r
25259 \end_inset\r
25260 </cell>\r
25261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
25262 \begin_inset Text\r
25263 \r
25264 \begin_layout Plain Layout\r
25265 \r
25266 \backslash\r
25267 liminf\r
25268 \end_layout\r
25269 \r
25270 \end_inset\r
25271 </cell>\r
25272 </row>\r
25273 <row>\r
25274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25275 \begin_inset Text\r
25276 \r
25277 \begin_layout Plain Layout\r
25278 \r
25279 \backslash\r
25280 sec\r
25281 \end_layout\r
25282 \r
25283 \end_inset\r
25284 </cell>\r
25285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25286 \begin_inset Text\r
25287 \r
25288 \begin_layout Plain Layout\r
25289 \r
25290 \backslash\r
25291 min\r
25292 \end_layout\r
25293 \r
25294 \end_inset\r
25295 </cell>\r
25296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25297 \begin_inset Text\r
25298 \r
25299 \begin_layout Plain Layout\r
25300 \r
25301 \backslash\r
25302 deg\r
25303 \end_layout\r
25304 \r
25305 \end_inset\r
25306 </cell>\r
25307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
25308 \begin_inset Text\r
25309 \r
25310 \begin_layout Plain Layout\r
25311 \r
25312 \backslash\r
25313 limsup\r
25314 \end_layout\r
25315 \r
25316 \end_inset\r
25317 </cell>\r
25318 </row>\r
25319 <row>\r
25320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25321 \begin_inset Text\r
25322 \r
25323 \begin_layout Plain Layout\r
25324 \r
25325 \backslash\r
25326 csc\r
25327 \end_layout\r
25328 \r
25329 \end_inset\r
25330 </cell>\r
25331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25332 \begin_inset Text\r
25333 \r
25334 \begin_layout Plain Layout\r
25335 \r
25336 \backslash\r
25337 max\r
25338 \end_layout\r
25339 \r
25340 \end_inset\r
25341 </cell>\r
25342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25343 \begin_inset Text\r
25344 \r
25345 \begin_layout Plain Layout\r
25346 \r
25347 \backslash\r
25348 det\r
25349 \end_layout\r
25350 \r
25351 \end_inset\r
25352 </cell>\r
25353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
25354 \begin_inset Text\r
25355 \r
25356 \begin_layout Plain Layout\r
25357 \r
25358 \backslash\r
25359 Pr\r
25360 \end_layout\r
25361 \r
25362 \end_inset\r
25363 </cell>\r
25364 </row>\r
25365 <row>\r
25366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25367 \begin_inset Text\r
25368 \r
25369 \begin_layout Plain Layout\r
25370 \r
25371 \backslash\r
25372 ln\r
25373 \end_layout\r
25374 \r
25375 \end_inset\r
25376 </cell>\r
25377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25378 \begin_inset Text\r
25379 \r
25380 \begin_layout Plain Layout\r
25381 \r
25382 \backslash\r
25383 exp\r
25384 \end_layout\r
25385 \r
25386 \end_inset\r
25387 </cell>\r
25388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25389 \begin_inset Text\r
25390 \r
25391 \begin_layout Plain Layout\r
25392 \r
25393 \backslash\r
25394 dim\r
25395 \end_layout\r
25396 \r
25397 \end_inset\r
25398 </cell>\r
25399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
25400 \begin_inset Text\r
25401 \r
25402 \begin_layout Plain Layout\r
25403 \r
25404 \backslash\r
25405 hom\r
25406 \end_layout\r
25407 \r
25408 \end_inset\r
25409 </cell>\r
25410 </row>\r
25411 <row>\r
25412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
25413 \begin_inset Text\r
25414 \r
25415 \begin_layout Plain Layout\r
25416 \r
25417 \backslash\r
25418 lg\r
25419 \end_layout\r
25420 \r
25421 \end_inset\r
25422 </cell>\r
25423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
25424 \begin_inset Text\r
25425 \r
25426 \begin_layout Plain Layout\r
25427 \r
25428 \backslash\r
25429 log\r
25430 \end_layout\r
25431 \r
25432 \end_inset\r
25433 </cell>\r
25434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
25435 \begin_inset Text\r
25436 \r
25437 \begin_layout Plain Layout\r
25438 \r
25439 \backslash\r
25440 ker\r
25441 \end_layout\r
25442 \r
25443 \end_inset\r
25444 </cell>\r
25445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
25446 \begin_inset Text\r
25447 \r
25448 \begin_layout Plain Layout\r
25449 \r
25450 \backslash\r
25451 gcd\r
25452 \end_layout\r
25453 \r
25454 \end_inset\r
25455 </cell>\r
25456 </row>\r
25457 </lyxtabular>\r
25458 \r
25459 \end_inset\r
25460 \r
25461 \r
25462 \end_layout\r
25463 \r
25464 \begin_layout Standard\r
25465 They can also be inserted with the math toolbar button \r
25466 \begin_inset Graphics\r
25467         filename ../images/math/functions.png\r
25468         scale 85\r
25469 \r
25470 \end_inset\r
25471 \r
25472 .\r
25473 \end_layout\r
25474 \r
25475 \begin_layout Subsection\r
25476 Self-defined Functions\r
25477 \begin_inset Index idx\r
25478 status collapsed\r
25479 \r
25480 \begin_layout Plain Layout\r
25481 Functions ! self-defined\r
25482 \end_layout\r
25483 \r
25484 \end_inset\r
25485 \r
25486 \r
25487 \end_layout\r
25488 \r
25489 \begin_layout Standard\r
25490 To use a function that is not predefined, like for example the sign function\r
25491  sgn(x), there are two possibilities:\r
25492 \end_layout\r
25493 \r
25494 \begin_layout Itemize\r
25495 Define the function by inserting the following line to the LaTeX-preamble\r
25496 \begin_inset Foot\r
25497 status collapsed\r
25498 \r
25499 \begin_layout Plain Layout\r
25500 For more about \r
25501 \series bold\r
25502 \r
25503 \backslash\r
25504 DeclareMathOperator\r
25505 \series default\r
25506  see \r
25507 \begin_inset CommandInset ref\r
25508 LatexCommand ref\r
25509 reference "sub:Self-defined-Operators"\r
25510 \r
25511 \end_inset\r
25512 \r
25513 .\r
25514 \end_layout\r
25515 \r
25516 \end_inset\r
25517 \r
25518 \r
25519 \begin_inset Newline newline\r
25520 \end_inset\r
25521 \r
25522 \r
25523 \begin_inset VSpace -3mm\r
25524 \end_inset\r
25525 \r
25526 \r
25527 \begin_inset Newline newline\r
25528 \end_inset\r
25529 \r
25530 \r
25531 \series bold\r
25532 \r
25533 \backslash\r
25534 DeclareMathOperator{\r
25535 \backslash\r
25536 sgn}{sgn}\r
25537 \series default\r
25538 \r
25539 \begin_inset Index idx\r
25540 status collapsed\r
25541 \r
25542 \begin_layout Plain Layout\r
25543 Commands ! D ! \r
25544 \backslash\r
25545 dbinom@\r
25546 \backslash\r
25547 DeclareMathOperator\r
25548 \end_layout\r
25549 \r
25550 \end_inset\r
25551 \r
25552 \r
25553 \begin_inset Newline newline\r
25554 \end_inset\r
25555 \r
25556 \r
25557 \begin_inset VSpace -2mm\r
25558 \end_inset\r
25559 \r
25560 \r
25561 \begin_inset Newline newline\r
25562 \end_inset\r
25563 \r
25564 Now the new defined function can be called with the command \r
25565 \series bold\r
25566 \r
25567 \backslash\r
25568 sgn\r
25569 \series default\r
25570 .\r
25571 \end_layout\r
25572 \r
25573 \begin_layout Itemize\r
25574 Write the formula as usual, mark the formula name, in our example the letters\r
25575  \r
25576 \emph on\r
25577 sgn\r
25578 \emph default\r
25579 , and change it to mathematical text.\r
25580  Finally, a space is inserted between prefactor and function.\r
25581 \end_layout\r
25582 \r
25583 \begin_layout Standard\r
25584 The result is the same with both methods as with a predefined function\r
25585 \begin_inset Foot\r
25586 status collapsed\r
25587 \r
25588 \begin_layout Plain Layout\r
25589 In LyX self-defined functions are displayed red, predefined ones black.\r
25590 \end_layout\r
25591 \r
25592 \end_inset\r
25593 \r
25594 :\r
25595 \end_layout\r
25596 \r
25597 \begin_layout Standard\r
25598 \align center\r
25599 \begin_inset Tabular\r
25600 <lyxtabular version="3" rows="3" columns="2">\r
25601 <features tabularvalignment="middle">\r
25602 <column alignment="center" valignment="top" width="0pt">\r
25603 <column alignment="center" valignment="top" width="0pt">\r
25604 <row>\r
25605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
25606 \begin_inset Text\r
25607 \r
25608 \begin_layout Plain Layout\r
25609 Command\r
25610 \end_layout\r
25611 \r
25612 \end_inset\r
25613 </cell>\r
25614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
25615 \begin_inset Text\r
25616 \r
25617 \begin_layout Plain Layout\r
25618 Result\r
25619 \end_layout\r
25620 \r
25621 \end_inset\r
25622 </cell>\r
25623 </row>\r
25624 <row>\r
25625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
25626 \begin_inset Text\r
25627 \r
25628 \begin_layout Plain Layout\r
25629 A\r
25630 \backslash\r
25631 sgn(x)+B\r
25632 \end_layout\r
25633 \r
25634 \end_inset\r
25635 </cell>\r
25636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
25637 \begin_inset Text\r
25638 \r
25639 \begin_layout Plain Layout\r
25640 \begin_inset Formula $A\sgn(x)+B$\r
25641 \end_inset\r
25642 \r
25643 \r
25644 \end_layout\r
25645 \r
25646 \end_inset\r
25647 </cell>\r
25648 </row>\r
25649 <row>\r
25650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
25651 \begin_inset Text\r
25652 \r
25653 \begin_layout Plain Layout\r
25654 A\r
25655 \backslash\r
25656 ,\r
25657 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$\r
25658 \end_inset\r
25659 \r
25660 (x)+B\r
25661 \end_layout\r
25662 \r
25663 \end_inset\r
25664 </cell>\r
25665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
25666 \begin_inset Text\r
25667 \r
25668 \begin_layout Plain Layout\r
25669 \begin_inset Formula $A\,\textrm{sgn}(x)+B$\r
25670 \end_inset\r
25671 \r
25672 \r
25673 \end_layout\r
25674 \r
25675 \end_inset\r
25676 </cell>\r
25677 </row>\r
25678 </lyxtabular>\r
25679 \r
25680 \end_inset\r
25681 \r
25682 \r
25683 \end_layout\r
25684 \r
25685 \begin_layout Standard\r
25686 The first method is more suitable when the self-defined function should\r
25687  be used several times.\r
25688 \end_layout\r
25689 \r
25690 \begin_layout Subsection\r
25691 Limits\r
25692 \begin_inset Index idx\r
25693 status collapsed\r
25694 \r
25695 \begin_layout Plain Layout\r
25696 Limits\r
25697 \end_layout\r
25698 \r
25699 \end_inset\r
25700 \r
25701 \r
25702 \end_layout\r
25703 \r
25704 \begin_layout Standard\r
25705 For limits, in addition to the commands \r
25706 \series bold\r
25707 \r
25708 \backslash\r
25709 lim\r
25710 \series default\r
25711 \r
25712 \begin_inset Index idx\r
25713 status collapsed\r
25714 \r
25715 \begin_layout Plain Layout\r
25716 Commands ! L ! \r
25717 \backslash\r
25718 lim\r
25719 \end_layout\r
25720 \r
25721 \end_inset\r
25722 \r
25723\r
25724 \series bold\r
25725 \r
25726 \backslash\r
25727 liminf\r
25728 \series default\r
25729  and \r
25730 \series bold\r
25731 \r
25732 \backslash\r
25733 limsup\r
25734 \series default\r
25735  the following functions are defined:\r
25736 \end_layout\r
25737 \r
25738 \begin_layout Standard\r
25739 \align center\r
25740 \begin_inset Tabular\r
25741 <lyxtabular version="3" rows="5" columns="2">\r
25742 <features tabularvalignment="middle">\r
25743 <column alignment="center" valignment="top" width="0">\r
25744 <column alignment="center" valignment="top" width="0">\r
25745 <row>\r
25746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
25747 \begin_inset Text\r
25748 \r
25749 \begin_layout Plain Layout\r
25750 Command\r
25751 \end_layout\r
25752 \r
25753 \end_inset\r
25754 </cell>\r
25755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
25756 \begin_inset Text\r
25757 \r
25758 \begin_layout Plain Layout\r
25759 Result\r
25760 \begin_inset Note Note\r
25761 status collapsed\r
25762 \r
25763 \begin_layout Plain Layout\r
25764 \r
25765 \series bold\r
25766 \r
25767 \backslash\r
25768 raisebox\r
25769 \series default\r
25770  is only used as spacer.\r
25771 \end_layout\r
25772 \r
25773 \end_inset\r
25774 \r
25775 \r
25776 \end_layout\r
25777 \r
25778 \end_inset\r
25779 </cell>\r
25780 </row>\r
25781 <row>\r
25782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25783 \begin_inset Text\r
25784 \r
25785 \begin_layout Plain Layout\r
25786 \r
25787 \backslash\r
25788 varliminf\r
25789 \end_layout\r
25790 \r
25791 \end_inset\r
25792 </cell>\r
25793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
25794 \begin_inset Text\r
25795 \r
25796 \begin_layout Plain Layout\r
25797 \begin_inset Formula $\varliminf$\r
25798 \end_inset\r
25799 \r
25800 \r
25801 \end_layout\r
25802 \r
25803 \end_inset\r
25804 </cell>\r
25805 </row>\r
25806 <row>\r
25807 <cell alignment="center" valignment="top" leftline="true" usebox="none">\r
25808 \begin_inset Text\r
25809 \r
25810 \begin_layout Plain Layout\r
25811 \r
25812 \backslash\r
25813 varlimsup\r
25814 \end_layout\r
25815 \r
25816 \end_inset\r
25817 </cell>\r
25818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">\r
25819 \begin_inset Text\r
25820 \r
25821 \begin_layout Plain Layout\r
25822 \begin_inset Formula $\varlimsup$\r
25823 \end_inset\r
25824 \r
25825 \r
25826 \end_layout\r
25827 \r
25828 \end_inset\r
25829 </cell>\r
25830 </row>\r
25831 <row>\r
25832 <cell alignment="center" valignment="top" leftline="true" usebox="none">\r
25833 \begin_inset Text\r
25834 \r
25835 \begin_layout Plain Layout\r
25836 \r
25837 \backslash\r
25838 varprojlim\r
25839 \end_layout\r
25840 \r
25841 \end_inset\r
25842 </cell>\r
25843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">\r
25844 \begin_inset Text\r
25845 \r
25846 \begin_layout Plain Layout\r
25847 \begin_inset Formula $\varprojlim$\r
25848 \end_inset\r
25849 \r
25850 \r
25851 \end_layout\r
25852 \r
25853 \end_inset\r
25854 </cell>\r
25855 </row>\r
25856 <row>\r
25857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
25858 \begin_inset Text\r
25859 \r
25860 \begin_layout Plain Layout\r
25861 \r
25862 \backslash\r
25863 varinjlim\r
25864 \end_layout\r
25865 \r
25866 \end_inset\r
25867 </cell>\r
25868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
25869 \begin_inset Text\r
25870 \r
25871 \begin_layout Plain Layout\r
25872 \begin_inset Formula $\varinjlim$\r
25873 \end_inset\r
25874 \r
25875 \r
25876 \begin_inset Formula $\raisebox{-2.5mm}{}$\r
25877 \end_inset\r
25878 \r
25879 \r
25880 \end_layout\r
25881 \r
25882 \end_inset\r
25883 </cell>\r
25884 </row>\r
25885 </lyxtabular>\r
25886 \r
25887 \end_inset\r
25888 \r
25889 \r
25890 \end_layout\r
25891 \r
25892 \begin_layout Standard\r
25893 \begin_inset VSpace medskip\r
25894 \end_inset\r
25895 \r
25896 The limit is created by inserting a subscript.\r
25897  It is set right beside the function in an inline formula:\r
25898 \end_layout\r
25899 \r
25900 \begin_layout Standard\r
25901 \align center\r
25902 \begin_inset Tabular\r
25903 <lyxtabular version="3" rows="2" columns="2">\r
25904 <features tabularvalignment="middle">\r
25905 <column alignment="center" valignment="top" width="0pt">\r
25906 <column alignment="center" valignment="top" width="0pt">\r
25907 <row>\r
25908 <cell alignment="center" valignment="top" usebox="none">\r
25909 \begin_inset Text\r
25910 \r
25911 \begin_layout Plain Layout\r
25912 Command\r
25913 \end_layout\r
25914 \r
25915 \end_inset\r
25916 </cell>\r
25917 <cell alignment="center" valignment="top" usebox="none">\r
25918 \begin_inset Text\r
25919 \r
25920 \begin_layout Plain Layout\r
25921 \begin_inset space \hspace{}\r
25922 \length 1cm\r
25923 \end_inset\r
25924 \r
25925 Result\r
25926 \begin_inset Note Note\r
25927 status collapsed\r
25928 \r
25929 \begin_layout Plain Layout\r
25930 The space and\r
25931 \series bold\r
25932  \r
25933 \backslash\r
25934 raisebox\r
25935 \series default\r
25936  are used here as spacer.\r
25937 \end_layout\r
25938 \r
25939 \end_inset\r
25940 \r
25941 \r
25942 \end_layout\r
25943 \r
25944 \end_inset\r
25945 </cell>\r
25946 </row>\r
25947 <row>\r
25948 <cell alignment="center" valignment="top" usebox="none">\r
25949 \begin_inset Text\r
25950 \r
25951 \begin_layout Plain Layout\r
25952 \r
25953 \backslash\r
25954 lim_x\r
25955 \backslash\r
25956 to\r
25957 \begin_inset ERT\r
25958 status collapsed\r
25959 \r
25960 \begin_layout Plain Layout\r
25961 \r
25962 \r
25963 \backslash\r
25964 spce \r
25965 \end_layout\r
25966 \r
25967 \end_inset\r
25968 \r
25969 A\r
25970 \begin_inset ERT\r
25971 status collapsed\r
25972 \r
25973 \begin_layout Plain Layout\r
25974 \r
25975 \r
25976 \backslash\r
25977 spce \r
25978 \end_layout\r
25979 \r
25980 \end_inset\r
25981 \r
25982 x=B\r
25983 \end_layout\r
25984 \r
25985 \end_inset\r
25986 </cell>\r
25987 <cell alignment="center" valignment="top" usebox="none">\r
25988 \begin_inset Text\r
25989 \r
25990 \begin_layout Plain Layout\r
25991 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$\r
25992 \end_inset\r
25993 \r
25994 \r
25995 \end_layout\r
25996 \r
25997 \end_inset\r
25998 </cell>\r
25999 </row>\r
26000 </lyxtabular>\r
26001 \r
26002 \end_inset\r
26003 \r
26004 \r
26005 \end_layout\r
26006 \r
26007 \begin_layout Standard\r
26008 In a displayed formula the limit is set below the formula, as usual:\r
26009 \begin_inset Formula \r
26010 \[\r
26011 \lim_{x\to A}x=B\r
26012 \]\r
26013 \r
26014 \end_inset\r
26015 \r
26016 \r
26017 \end_layout\r
26018 \r
26019 \begin_layout Subsection\r
26020 Modulo-Functions\r
26021 \begin_inset Index idx\r
26022 status collapsed\r
26023 \r
26024 \begin_layout Plain Layout\r
26025 Functions ! modulo-\r
26026 \end_layout\r
26027 \r
26028 \end_inset\r
26029 \r
26030 \r
26031 \end_layout\r
26032 \r
26033 \begin_layout Standard\r
26034 The modulo-function is special, because it exists in four variants.\r
26035  The variants in a displayed formula are:\r
26036 \begin_inset Formula \r
26037 \begin{align*}\r
26038 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\\r
26039 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\\r
26040 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\\r
26041 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\\r
26042 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\r
26043 \end{align*}\r
26044 \r
26045 \end_inset\r
26046 \r
26047 \r
26048 \end_layout\r
26049 \r
26050 \begin_layout Standard\r
26051 In an inline formula less space is set before the function names for all\r
26052  variants.\r
26053  By default the modulo-functions take only the first following character\r
26054  into account.\r
26055  To use more than one character, one has to put them into TeX-braces:\r
26056 \begin_inset Formula \r
26057 \begin{align*}\r
26058 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\\r
26059 \mathrm{a\backslash pod\textrm{\spce}bcd} &  & a\pod bcd\\\r
26060 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d\r
26061 \end{align*}\r
26062 \r
26063 \end_inset\r
26064 \r
26065 \r
26066 \end_layout\r
26067 \r
26068 \begin_layout Section\r
26069 Special Characters\r
26070 \begin_inset Index idx\r
26071 status collapsed\r
26072 \r
26073 \begin_layout Plain Layout\r
26074 Special characters\r
26075 \end_layout\r
26076 \r
26077 \end_inset\r
26078 \r
26079 \r
26080 \end_layout\r
26081 \r
26082 \begin_layout Subsection\r
26083 Special Characters in Mathematical Text\r
26084 \end_layout\r
26085 \r
26086 \begin_layout Standard\r
26087 The following commands can only be used in mathematical text or in TeX-mode:\r
26088 \end_layout\r
26089 \r
26090 \begin_layout Standard\r
26091 \begin_inset space \hfill{}\r
26092 \end_inset\r
26093 \r
26094 \r
26095 \begin_inset Tabular\r
26096 <lyxtabular version="3" rows="8" columns="2">\r
26097 <features tabularvalignment="middle">\r
26098 <column alignment="block" valignment="top" width="0">\r
26099 <column alignment="block" valignment="top" width="0">\r
26100 <row>\r
26101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
26102 \begin_inset Text\r
26103 \r
26104 \begin_layout Plain Layout\r
26105 Command\r
26106 \end_layout\r
26107 \r
26108 \end_inset\r
26109 </cell>\r
26110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
26111 \begin_inset Text\r
26112 \r
26113 \begin_layout Plain Layout\r
26114 Result\r
26115 \end_layout\r
26116 \r
26117 \end_inset\r
26118 </cell>\r
26119 </row>\r
26120 <row>\r
26121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26122 \begin_inset Text\r
26123 \r
26124 \begin_layout Plain Layout\r
26125 \r
26126 \backslash\r
26127 oe\r
26128 \end_layout\r
26129 \r
26130 \end_inset\r
26131 </cell>\r
26132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26133 \begin_inset Text\r
26134 \r
26135 \begin_layout Plain Layout\r
26136 \begin_inset Formula $\textrm{œ}$\r
26137 \end_inset\r
26138 \r
26139 \r
26140 \end_layout\r
26141 \r
26142 \end_inset\r
26143 </cell>\r
26144 </row>\r
26145 <row>\r
26146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26147 \begin_inset Text\r
26148 \r
26149 \begin_layout Plain Layout\r
26150 \r
26151 \backslash\r
26152 OE\r
26153 \end_layout\r
26154 \r
26155 \end_inset\r
26156 </cell>\r
26157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26158 \begin_inset Text\r
26159 \r
26160 \begin_layout Plain Layout\r
26161 \begin_inset Formula $\textrm{Œ}$\r
26162 \end_inset\r
26163 \r
26164 \r
26165 \end_layout\r
26166 \r
26167 \end_inset\r
26168 </cell>\r
26169 </row>\r
26170 <row>\r
26171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26172 \begin_inset Text\r
26173 \r
26174 \begin_layout Plain Layout\r
26175 \r
26176 \backslash\r
26177 ae\r
26178 \end_layout\r
26179 \r
26180 \end_inset\r
26181 </cell>\r
26182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26183 \begin_inset Text\r
26184 \r
26185 \begin_layout Plain Layout\r
26186 \begin_inset Formula $\textrm{æ}$\r
26187 \end_inset\r
26188 \r
26189 \r
26190 \end_layout\r
26191 \r
26192 \end_inset\r
26193 </cell>\r
26194 </row>\r
26195 <row>\r
26196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26197 \begin_inset Text\r
26198 \r
26199 \begin_layout Plain Layout\r
26200 \r
26201 \backslash\r
26202 AE\r
26203 \end_layout\r
26204 \r
26205 \end_inset\r
26206 </cell>\r
26207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26208 \begin_inset Text\r
26209 \r
26210 \begin_layout Plain Layout\r
26211 \begin_inset Formula $\textrm{Æ}$\r
26212 \end_inset\r
26213 \r
26214 \r
26215 \end_layout\r
26216 \r
26217 \end_inset\r
26218 </cell>\r
26219 </row>\r
26220 <row>\r
26221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26222 \begin_inset Text\r
26223 \r
26224 \begin_layout Plain Layout\r
26225 \r
26226 \backslash\r
26227 aa\r
26228 \end_layout\r
26229 \r
26230 \end_inset\r
26231 </cell>\r
26232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26233 \begin_inset Text\r
26234 \r
26235 \begin_layout Plain Layout\r
26236 \begin_inset Formula $\textrm{\aa}$\r
26237 \end_inset\r
26238 \r
26239 \r
26240 \end_layout\r
26241 \r
26242 \end_inset\r
26243 </cell>\r
26244 </row>\r
26245 <row>\r
26246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
26247 \begin_inset Text\r
26248 \r
26249 \begin_layout Plain Layout\r
26250 \r
26251 \backslash\r
26252 AA\r
26253 \begin_inset Index idx\r
26254 status collapsed\r
26255 \r
26256 \begin_layout Plain Layout\r
26257 \r
26258 \backslash\r
26259 @\r
26260 \begin_inset ERT\r
26261 status collapsed\r
26262 \r
26263 \begin_layout Plain Layout\r
26264 \r
26265 \r
26266 \backslash\r
26267 textrm{\r
26268 \backslash\r
26269 AA}\r
26270 \end_layout\r
26271 \r
26272 \end_inset\r
26273 \r
26274 \r
26275 \end_layout\r
26276 \r
26277 \end_inset\r
26278 \r
26279 \r
26280 \end_layout\r
26281 \r
26282 \end_inset\r
26283 </cell>\r
26284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
26285 \begin_inset Text\r
26286 \r
26287 \begin_layout Plain Layout\r
26288 \begin_inset Formula $\textrm{Å}$\r
26289 \end_inset\r
26290 \r
26291 \r
26292 \end_layout\r
26293 \r
26294 \end_inset\r
26295 </cell>\r
26296 </row>\r
26297 <row>\r
26298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
26299 \begin_inset Text\r
26300 \r
26301 \begin_layout Plain Layout\r
26302 \r
26303 \backslash\r
26304 i\r
26305 \end_layout\r
26306 \r
26307 \end_inset\r
26308 </cell>\r
26309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
26310 \begin_inset Text\r
26311 \r
26312 \begin_layout Plain Layout\r
26313 \begin_inset Formula $\textrm{ı}$\r
26314 \end_inset\r
26315 \r
26316 \r
26317 \end_layout\r
26318 \r
26319 \end_inset\r
26320 </cell>\r
26321 </row>\r
26322 </lyxtabular>\r
26323 \r
26324 \end_inset\r
26325 \r
26326 \r
26327 \begin_inset space \hfill{}\r
26328 \end_inset\r
26329 \r
26330 \r
26331 \begin_inset Tabular\r
26332 <lyxtabular version="3" rows="8" columns="2">\r
26333 <features tabularvalignment="middle">\r
26334 <column alignment="block" valignment="top" width="0">\r
26335 <column alignment="center" valignment="top" width="0">\r
26336 <row>\r
26337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
26338 \begin_inset Text\r
26339 \r
26340 \begin_layout Plain Layout\r
26341 command\r
26342 \begin_inset Note Note\r
26343 status collapsed\r
26344 \r
26345 \begin_layout Plain Layout\r
26346 The space of 0\r
26347 \begin_inset space \thinspace{}\r
26348 \end_inset\r
26349 \r
26350 mm is used for separation, because otherwise the output will be ¡ and ¿\r
26351  respectively.\r
26352 \end_layout\r
26353 \r
26354 \end_inset\r
26355 \r
26356 \r
26357 \end_layout\r
26358 \r
26359 \end_inset\r
26360 </cell>\r
26361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
26362 \begin_inset Text\r
26363 \r
26364 \begin_layout Plain Layout\r
26365 Result\r
26366 \end_layout\r
26367 \r
26368 \end_inset\r
26369 </cell>\r
26370 </row>\r
26371 <row>\r
26372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26373 \begin_inset Text\r
26374 \r
26375 \begin_layout Plain Layout\r
26376 \r
26377 \backslash\r
26378 o\r
26379 \end_layout\r
26380 \r
26381 \end_inset\r
26382 </cell>\r
26383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26384 \begin_inset Text\r
26385 \r
26386 \begin_layout Plain Layout\r
26387 \begin_inset Formula $\textrm{ø}$\r
26388 \end_inset\r
26389 \r
26390 \r
26391 \end_layout\r
26392 \r
26393 \end_inset\r
26394 </cell>\r
26395 </row>\r
26396 <row>\r
26397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26398 \begin_inset Text\r
26399 \r
26400 \begin_layout Plain Layout\r
26401 \r
26402 \backslash\r
26403 O\r
26404 \end_layout\r
26405 \r
26406 \end_inset\r
26407 </cell>\r
26408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26409 \begin_inset Text\r
26410 \r
26411 \begin_layout Plain Layout\r
26412 \begin_inset Formula $\textrm{Ø}$\r
26413 \end_inset\r
26414 \r
26415 \r
26416 \end_layout\r
26417 \r
26418 \end_inset\r
26419 </cell>\r
26420 </row>\r
26421 <row>\r
26422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26423 \begin_inset Text\r
26424 \r
26425 \begin_layout Plain Layout\r
26426 \r
26427 \backslash\r
26428 l\r
26429 \end_layout\r
26430 \r
26431 \end_inset\r
26432 </cell>\r
26433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26434 \begin_inset Text\r
26435 \r
26436 \begin_layout Plain Layout\r
26437 \begin_inset Formula $\textrm{ł}$\r
26438 \end_inset\r
26439 \r
26440 \r
26441 \end_layout\r
26442 \r
26443 \end_inset\r
26444 </cell>\r
26445 </row>\r
26446 <row>\r
26447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26448 \begin_inset Text\r
26449 \r
26450 \begin_layout Plain Layout\r
26451 \r
26452 \backslash\r
26453 L\r
26454 \end_layout\r
26455 \r
26456 \end_inset\r
26457 </cell>\r
26458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26459 \begin_inset Text\r
26460 \r
26461 \begin_layout Plain Layout\r
26462 \begin_inset Formula $\textrm{Ł}$\r
26463 \end_inset\r
26464 \r
26465 \r
26466 \end_layout\r
26467 \r
26468 \end_inset\r
26469 </cell>\r
26470 </row>\r
26471 <row>\r
26472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
26473 \begin_inset Text\r
26474 \r
26475 \begin_layout Plain Layout\r
26476 !\r
26477 \begin_inset space \hspace{}\r
26478 \length 0mm\r
26479 \end_inset\r
26480 \r
26481 `\r
26482 \begin_inset ERT\r
26483 status collapsed\r
26484 \r
26485 \begin_layout Plain Layout\r
26486 \r
26487 \r
26488 \backslash\r
26489 spce \r
26490 \end_layout\r
26491 \r
26492 \end_inset\r
26493 \r
26494 \r
26495 \end_layout\r
26496 \r
26497 \end_inset\r
26498 </cell>\r
26499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
26500 \begin_inset Text\r
26501 \r
26502 \begin_layout Plain Layout\r
26503 \begin_inset Formula $\textrm{!`}$\r
26504 \end_inset\r
26505 \r
26506 \r
26507 \end_layout\r
26508 \r
26509 \end_inset\r
26510 </cell>\r
26511 </row>\r
26512 <row>\r
26513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
26514 \begin_inset Text\r
26515 \r
26516 \begin_layout Plain Layout\r
26517 ?\r
26518 \begin_inset space \hspace{}\r
26519 \length 0mm\r
26520 \end_inset\r
26521 \r
26522 `\r
26523 \begin_inset ERT\r
26524 status collapsed\r
26525 \r
26526 \begin_layout Plain Layout\r
26527 \r
26528 \r
26529 \backslash\r
26530 spce \r
26531 \end_layout\r
26532 \r
26533 \end_inset\r
26534 \r
26535 \r
26536 \end_layout\r
26537 \r
26538 \end_inset\r
26539 </cell>\r
26540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
26541 \begin_inset Text\r
26542 \r
26543 \begin_layout Plain Layout\r
26544 \begin_inset Formula $\textrm{?`}$\r
26545 \end_inset\r
26546 \r
26547 \r
26548 \end_layout\r
26549 \r
26550 \end_inset\r
26551 </cell>\r
26552 </row>\r
26553 <row>\r
26554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
26555 \begin_inset Text\r
26556 \r
26557 \begin_layout Plain Layout\r
26558 \r
26559 \backslash\r
26560 j\r
26561 \end_layout\r
26562 \r
26563 \end_inset\r
26564 </cell>\r
26565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
26566 \begin_inset Text\r
26567 \r
26568 \begin_layout Plain Layout\r
26569 \begin_inset Formula $\textrm{ȷ}$\r
26570 \end_inset\r
26571 \r
26572 \r
26573 \end_layout\r
26574 \r
26575 \end_inset\r
26576 </cell>\r
26577 </row>\r
26578 </lyxtabular>\r
26579 \r
26580 \end_inset\r
26581 \r
26582 \r
26583 \begin_inset space \hfill{}\r
26584 \end_inset\r
26585 \r
26586 \r
26587 \end_layout\r
26588 \r
26589 \begin_layout Standard\r
26590 The characters \r
26591 \begin_inset Formula $\textrm{\textrm{Å}}$\r
26592 \end_inset\r
26593 \r
26594  and \r
26595 \begin_inset Formula $\textrm{\textrm{Ø}}$\r
26596 \end_inset\r
26597 \r
26598  can also be inserted via the math toolbar button \r
26599 \begin_inset Graphics\r
26600         filename ../images/math/digamma.png\r
26601         scale 85\r
26602 \r
26603 \end_inset\r
26604 \r
26605 .\r
26606 \end_layout\r
26607 \r
26608 \begin_layout Standard\r
26609 An exception are the commands \r
26610 \series bold\r
26611 !\r
26612 \begin_inset space \hspace{}\r
26613 \length 0mm\r
26614 \end_inset\r
26615 \r
26616 `\r
26617 \series default\r
26618  and \r
26619 \series bold\r
26620 ?\r
26621 \begin_inset space \hspace{}\r
26622 \length 0mm\r
26623 \end_inset\r
26624 \r
26625 `\r
26626 \series default\r
26627 , because they can be inserted in LyX directly to text.\r
26628 \end_layout\r
26629 \r
26630 \begin_layout Subsection\r
26631 Accents in Text\r
26632 \begin_inset CommandInset label\r
26633 LatexCommand label\r
26634 name "sub:Accents-in-Text"\r
26635 \r
26636 \end_inset\r
26637 \r
26638 \r
26639 \begin_inset Index idx\r
26640 status collapsed\r
26641 \r
26642 \begin_layout Plain Layout\r
26643 Accents ! in text\r
26644 \end_layout\r
26645 \r
26646 \end_inset\r
26647 \r
26648 \r
26649 \end_layout\r
26650 \r
26651 \begin_layout Standard\r
26652 With the following commands all letters can be accented.\r
26653  The commands must be inserted in TeX-mode.\r
26654 \end_layout\r
26655 \r
26656 \begin_layout Standard\r
26657 \begin_inset space \hfill{}\r
26658 \end_inset\r
26659 \r
26660 \r
26661 \begin_inset Tabular\r
26662 <lyxtabular version="3" rows="8" columns="2">\r
26663 <features tabularvalignment="middle">\r
26664 <column alignment="block" valignment="top" width="0">\r
26665 <column alignment="block" valignment="top" width="0">\r
26666 <row>\r
26667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
26668 \begin_inset Text\r
26669 \r
26670 \begin_layout Plain Layout\r
26671 Command\r
26672 \end_layout\r
26673 \r
26674 \end_inset\r
26675 </cell>\r
26676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
26677 \begin_inset Text\r
26678 \r
26679 \begin_layout Plain Layout\r
26680 Result\r
26681 \end_layout\r
26682 \r
26683 \end_inset\r
26684 </cell>\r
26685 </row>\r
26686 <row>\r
26687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26688 \begin_inset Text\r
26689 \r
26690 \begin_layout Plain Layout\r
26691 \r
26692 \backslash\r
26693 \r
26694 \begin_inset Quotes grd\r
26695 \end_inset\r
26696 \r
26697 e\r
26698 \end_layout\r
26699 \r
26700 \end_inset\r
26701 </cell>\r
26702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26703 \begin_inset Text\r
26704 \r
26705 \begin_layout Plain Layout\r
26706 \begin_inset ERT\r
26707 status collapsed\r
26708 \r
26709 \begin_layout Plain Layout\r
26710 \r
26711 \r
26712 \backslash\r
26713 "e\r
26714 \end_layout\r
26715 \r
26716 \end_inset\r
26717 \r
26718 \r
26719 \end_layout\r
26720 \r
26721 \end_inset\r
26722 </cell>\r
26723 </row>\r
26724 <row>\r
26725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26726 \begin_inset Text\r
26727 \r
26728 \begin_layout Plain Layout\r
26729 \r
26730 \backslash\r
26731 `e\r
26732 \end_layout\r
26733 \r
26734 \end_inset\r
26735 </cell>\r
26736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26737 \begin_inset Text\r
26738 \r
26739 \begin_layout Plain Layout\r
26740 \begin_inset ERT\r
26741 status collapsed\r
26742 \r
26743 \begin_layout Plain Layout\r
26744 \r
26745 \r
26746 \backslash\r
26747 `e\r
26748 \end_layout\r
26749 \r
26750 \end_inset\r
26751 \r
26752 \r
26753 \end_layout\r
26754 \r
26755 \end_inset\r
26756 </cell>\r
26757 </row>\r
26758 <row>\r
26759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26760 \begin_inset Text\r
26761 \r
26762 \begin_layout Plain Layout\r
26763 \r
26764 \backslash\r
26765 ^\r
26766 \begin_inset ERT\r
26767 status collapsed\r
26768 \r
26769 \begin_layout Plain Layout\r
26770 \r
26771 \r
26772 \backslash\r
26773 spce \r
26774 \end_layout\r
26775 \r
26776 \end_inset\r
26777 \r
26778 e\r
26779 \end_layout\r
26780 \r
26781 \end_inset\r
26782 </cell>\r
26783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26784 \begin_inset Text\r
26785 \r
26786 \begin_layout Plain Layout\r
26787 \begin_inset ERT\r
26788 status collapsed\r
26789 \r
26790 \begin_layout Plain Layout\r
26791 \r
26792 \r
26793 \backslash\r
26794 ^e\r
26795 \end_layout\r
26796 \r
26797 \end_inset\r
26798 \r
26799 \r
26800 \end_layout\r
26801 \r
26802 \end_inset\r
26803 </cell>\r
26804 </row>\r
26805 <row>\r
26806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26807 \begin_inset Text\r
26808 \r
26809 \begin_layout Plain Layout\r
26810 \r
26811 \backslash\r
26812 =e\r
26813 \end_layout\r
26814 \r
26815 \end_inset\r
26816 </cell>\r
26817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26818 \begin_inset Text\r
26819 \r
26820 \begin_layout Plain Layout\r
26821 \begin_inset ERT\r
26822 status collapsed\r
26823 \r
26824 \begin_layout Plain Layout\r
26825 \r
26826 \r
26827 \backslash\r
26828 =e\r
26829 \end_layout\r
26830 \r
26831 \end_inset\r
26832 \r
26833 \r
26834 \end_layout\r
26835 \r
26836 \end_inset\r
26837 </cell>\r
26838 </row>\r
26839 <row>\r
26840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26841 \begin_inset Text\r
26842 \r
26843 \begin_layout Plain Layout\r
26844 \r
26845 \backslash\r
26846 u\r
26847 \begin_inset ERT\r
26848 status collapsed\r
26849 \r
26850 \begin_layout Plain Layout\r
26851 \r
26852 \r
26853 \backslash\r
26854 spce \r
26855 \end_layout\r
26856 \r
26857 \end_inset\r
26858 \r
26859 e\r
26860 \end_layout\r
26861 \r
26862 \end_inset\r
26863 </cell>\r
26864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26865 \begin_inset Text\r
26866 \r
26867 \begin_layout Plain Layout\r
26868 \begin_inset ERT\r
26869 status collapsed\r
26870 \r
26871 \begin_layout Plain Layout\r
26872 \r
26873 \r
26874 \backslash\r
26875 u e\r
26876 \end_layout\r
26877 \r
26878 \end_inset\r
26879 \r
26880 \r
26881 \end_layout\r
26882 \r
26883 \end_inset\r
26884 </cell>\r
26885 </row>\r
26886 <row>\r
26887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
26888 \begin_inset Text\r
26889 \r
26890 \begin_layout Plain Layout\r
26891 \r
26892 \backslash\r
26893 b\r
26894 \begin_inset ERT\r
26895 status collapsed\r
26896 \r
26897 \begin_layout Plain Layout\r
26898 \r
26899 \r
26900 \backslash\r
26901 spce \r
26902 \end_layout\r
26903 \r
26904 \end_inset\r
26905 \r
26906 e\r
26907 \end_layout\r
26908 \r
26909 \end_inset\r
26910 </cell>\r
26911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
26912 \begin_inset Text\r
26913 \r
26914 \begin_layout Plain Layout\r
26915 \begin_inset ERT\r
26916 status collapsed\r
26917 \r
26918 \begin_layout Plain Layout\r
26919 \r
26920 \r
26921 \backslash\r
26922 b e\r
26923 \end_layout\r
26924 \r
26925 \end_inset\r
26926 \r
26927 \r
26928 \end_layout\r
26929 \r
26930 \end_inset\r
26931 </cell>\r
26932 </row>\r
26933 <row>\r
26934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
26935 \begin_inset Text\r
26936 \r
26937 \begin_layout Plain Layout\r
26938 \r
26939 \backslash\r
26940 t\r
26941 \begin_inset ERT\r
26942 status collapsed\r
26943 \r
26944 \begin_layout Plain Layout\r
26945 \r
26946 \r
26947 \backslash\r
26948 spce \r
26949 \end_layout\r
26950 \r
26951 \end_inset\r
26952 \r
26953 ee\r
26954 \end_layout\r
26955 \r
26956 \end_inset\r
26957 </cell>\r
26958 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
26959 \begin_inset Text\r
26960 \r
26961 \begin_layout Plain Layout\r
26962 \begin_inset ERT\r
26963 status collapsed\r
26964 \r
26965 \begin_layout Plain Layout\r
26966 \r
26967 \r
26968 \backslash\r
26969 t ee\r
26970 \end_layout\r
26971 \r
26972 \end_inset\r
26973 \r
26974 \r
26975 \end_layout\r
26976 \r
26977 \end_inset\r
26978 </cell>\r
26979 </row>\r
26980 </lyxtabular>\r
26981 \r
26982 \end_inset\r
26983 \r
26984 \r
26985 \begin_inset space \hfill{}\r
26986 \end_inset\r
26987 \r
26988 \r
26989 \begin_inset Tabular\r
26990 <lyxtabular version="3" rows="8" columns="2">\r
26991 <features tabularvalignment="middle">\r
26992 <column alignment="block" valignment="top" width="0">\r
26993 <column alignment="center" valignment="top" width="0">\r
26994 <row>\r
26995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
26996 \begin_inset Text\r
26997 \r
26998 \begin_layout Plain Layout\r
26999 Command\r
27000 \end_layout\r
27001 \r
27002 \end_inset\r
27003 </cell>\r
27004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
27005 \begin_inset Text\r
27006 \r
27007 \begin_layout Plain Layout\r
27008 Result\r
27009 \end_layout\r
27010 \r
27011 \end_inset\r
27012 </cell>\r
27013 </row>\r
27014 <row>\r
27015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
27016 \begin_inset Text\r
27017 \r
27018 \begin_layout Plain Layout\r
27019 \r
27020 \backslash\r
27021 H\r
27022 \begin_inset ERT\r
27023 status collapsed\r
27024 \r
27025 \begin_layout Plain Layout\r
27026 \r
27027 \r
27028 \backslash\r
27029 spce \r
27030 \end_layout\r
27031 \r
27032 \end_inset\r
27033 \r
27034 e\r
27035 \end_layout\r
27036 \r
27037 \end_inset\r
27038 </cell>\r
27039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
27040 \begin_inset Text\r
27041 \r
27042 \begin_layout Plain Layout\r
27043 \begin_inset ERT\r
27044 status collapsed\r
27045 \r
27046 \begin_layout Plain Layout\r
27047 \r
27048 \r
27049 \backslash\r
27050 H e\r
27051 \end_layout\r
27052 \r
27053 \end_inset\r
27054 \r
27055 \r
27056 \end_layout\r
27057 \r
27058 \end_inset\r
27059 </cell>\r
27060 </row>\r
27061 <row>\r
27062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
27063 \begin_inset Text\r
27064 \r
27065 \begin_layout Plain Layout\r
27066 \r
27067 \backslash\r
27068 'e\r
27069 \end_layout\r
27070 \r
27071 \end_inset\r
27072 </cell>\r
27073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
27074 \begin_inset Text\r
27075 \r
27076 \begin_layout Plain Layout\r
27077 \begin_inset ERT\r
27078 status collapsed\r
27079 \r
27080 \begin_layout Plain Layout\r
27081 \r
27082 \r
27083 \backslash\r
27084 'e\r
27085 \end_layout\r
27086 \r
27087 \end_inset\r
27088 \r
27089 \r
27090 \end_layout\r
27091 \r
27092 \end_inset\r
27093 </cell>\r
27094 </row>\r
27095 <row>\r
27096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
27097 \begin_inset Text\r
27098 \r
27099 \begin_layout Plain Layout\r
27100 \r
27101 \backslash\r
27102 ~e\r
27103 \begin_inset Index idx\r
27104 status collapsed\r
27105 \r
27106 \begin_layout Plain Layout\r
27107 Tilde\r
27108 \end_layout\r
27109 \r
27110 \end_inset\r
27111 \r
27112 \r
27113 \end_layout\r
27114 \r
27115 \end_inset\r
27116 </cell>\r
27117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
27118 \begin_inset Text\r
27119 \r
27120 \begin_layout Plain Layout\r
27121 \begin_inset ERT\r
27122 status collapsed\r
27123 \r
27124 \begin_layout Plain Layout\r
27125 \r
27126 \r
27127 \backslash\r
27128 ~e\r
27129 \end_layout\r
27130 \r
27131 \end_inset\r
27132 \r
27133 \r
27134 \end_layout\r
27135 \r
27136 \end_inset\r
27137 </cell>\r
27138 </row>\r
27139 <row>\r
27140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
27141 \begin_inset Text\r
27142 \r
27143 \begin_layout Plain Layout\r
27144 \r
27145 \backslash\r
27146 .e\r
27147 \end_layout\r
27148 \r
27149 \end_inset\r
27150 </cell>\r
27151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
27152 \begin_inset Text\r
27153 \r
27154 \begin_layout Plain Layout\r
27155 \begin_inset ERT\r
27156 status collapsed\r
27157 \r
27158 \begin_layout Plain Layout\r
27159 \r
27160 \r
27161 \backslash\r
27162 .e\r
27163 \end_layout\r
27164 \r
27165 \end_inset\r
27166 \r
27167 \r
27168 \end_layout\r
27169 \r
27170 \end_inset\r
27171 </cell>\r
27172 </row>\r
27173 <row>\r
27174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
27175 \begin_inset Text\r
27176 \r
27177 \begin_layout Plain Layout\r
27178 \r
27179 \backslash\r
27180 v\r
27181 \begin_inset ERT\r
27182 status collapsed\r
27183 \r
27184 \begin_layout Plain Layout\r
27185 \r
27186 \r
27187 \backslash\r
27188 spce \r
27189 \end_layout\r
27190 \r
27191 \end_inset\r
27192 \r
27193 e\r
27194 \end_layout\r
27195 \r
27196 \end_inset\r
27197 </cell>\r
27198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
27199 \begin_inset Text\r
27200 \r
27201 \begin_layout Plain Layout\r
27202 \begin_inset ERT\r
27203 status collapsed\r
27204 \r
27205 \begin_layout Plain Layout\r
27206 \r
27207 \r
27208 \backslash\r
27209 v e\r
27210 \end_layout\r
27211 \r
27212 \end_inset\r
27213 \r
27214 \r
27215 \end_layout\r
27216 \r
27217 \end_inset\r
27218 </cell>\r
27219 </row>\r
27220 <row>\r
27221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
27222 \begin_inset Text\r
27223 \r
27224 \begin_layout Plain Layout\r
27225 \r
27226 \backslash\r
27227 d\r
27228 \begin_inset ERT\r
27229 status collapsed\r
27230 \r
27231 \begin_layout Plain Layout\r
27232 \r
27233 \r
27234 \backslash\r
27235 spce \r
27236 \end_layout\r
27237 \r
27238 \end_inset\r
27239 \r
27240 e\r
27241 \end_layout\r
27242 \r
27243 \end_inset\r
27244 </cell>\r
27245 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
27246 \begin_inset Text\r
27247 \r
27248 \begin_layout Plain Layout\r
27249 \begin_inset ERT\r
27250 status collapsed\r
27251 \r
27252 \begin_layout Plain Layout\r
27253 \r
27254 \r
27255 \backslash\r
27256 d e\r
27257 \end_layout\r
27258 \r
27259 \end_inset\r
27260 \r
27261 \r
27262 \end_layout\r
27263 \r
27264 \end_inset\r
27265 </cell>\r
27266 </row>\r
27267 <row>\r
27268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
27269 \begin_inset Text\r
27270 \r
27271 \begin_layout Plain Layout\r
27272 \r
27273 \backslash\r
27274 c\r
27275 \begin_inset ERT\r
27276 status collapsed\r
27277 \r
27278 \begin_layout Plain Layout\r
27279 \r
27280 \r
27281 \backslash\r
27282 spce \r
27283 \end_layout\r
27284 \r
27285 \end_inset\r
27286 \r
27287 e\r
27288 \end_layout\r
27289 \r
27290 \end_inset\r
27291 </cell>\r
27292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
27293 \begin_inset Text\r
27294 \r
27295 \begin_layout Plain Layout\r
27296 \begin_inset ERT\r
27297 status collapsed\r
27298 \r
27299 \begin_layout Plain Layout\r
27300 \r
27301 \r
27302 \backslash\r
27303 c e\r
27304 \end_layout\r
27305 \r
27306 \end_inset\r
27307 \r
27308 \r
27309 \end_layout\r
27310 \r
27311 \end_inset\r
27312 </cell>\r
27313 </row>\r
27314 </lyxtabular>\r
27315 \r
27316 \end_inset\r
27317 \r
27318 \r
27319 \begin_inset space \hfill{}\r
27320 \end_inset\r
27321 \r
27322 \r
27323 \end_layout\r
27324 \r
27325 \begin_layout Standard\r
27326 \begin_inset VSpace medskip\r
27327 \end_inset\r
27328 \r
27329 With the command \r
27330 \series bold\r
27331 \r
27332 \backslash\r
27333 t\r
27334 \series default\r
27335  also two different characters can be accented.\r
27336  The command \r
27337 \series bold\r
27338 \r
27339 \backslash\r
27340 t\r
27341 \begin_inset ERT\r
27342 status collapsed\r
27343 \r
27344 \begin_layout Plain Layout\r
27345 \r
27346 \r
27347 \backslash\r
27348 spce \r
27349 \end_layout\r
27350 \r
27351 \end_inset\r
27352 \r
27353 sz\r
27354 \series default\r
27355  creates: \r
27356 \begin_inset ERT\r
27357 status collapsed\r
27358 \r
27359 \begin_layout Plain Layout\r
27360 \r
27361 \r
27362 \backslash\r
27363 t sz\r
27364 \end_layout\r
27365 \r
27366 \end_inset\r
27367 \r
27368 \r
27369 \end_layout\r
27370 \r
27371 \begin_layout Standard\r
27372 The accents \r
27373 \series bold\r
27374 `\r
27375 \series default\r
27376  , \r
27377 \series bold\r
27378 '\r
27379 \series default\r
27380  and \r
27381 \series bold\r
27382 ^\r
27383 \series default\r
27384  can in combination with vowels directly be inserted with the keyboard without\r
27385  using TeX-mode.\r
27386  The same applies for the tilde\r
27387 \begin_inset Foot\r
27388 status collapsed\r
27389 \r
27390 \begin_layout Plain Layout\r
27391 This only applies for keyboards where the tilde is defined as accent.\r
27392 \end_layout\r
27393 \r
27394 \end_inset\r
27395 \r
27396  \r
27397 \series bold\r
27398 ~\r
27399 \series default\r
27400  in combination with \r
27401 \emph on\r
27402 a\r
27403 \emph default\r
27404  , \r
27405 \emph on\r
27406 n\r
27407 \emph default\r
27408  , or \r
27409 \emph on\r
27410 o\r
27411 \emph default\r
27412 .\r
27413 \end_layout\r
27414 \r
27415 \begin_layout Standard\r
27416 The commands \r
27417 \series bold\r
27418 \r
27419 \backslash\r
27420 b\r
27421 \series default\r
27422  , \r
27423 \series bold\r
27424 \r
27425 \backslash\r
27426 c\r
27427 \series default\r
27428  , \r
27429 \series bold\r
27430 \r
27431 \backslash\r
27432 d\r
27433 \series default\r
27434  , \r
27435 \series bold\r
27436 \r
27437 \backslash\r
27438 H\r
27439 \series default\r
27440  , \r
27441 \series bold\r
27442 \r
27443 \backslash\r
27444 t\r
27445 \series default\r
27446  , \r
27447 \series bold\r
27448 \r
27449 \backslash\r
27450 u\r
27451 \series default\r
27452  , \r
27453 \series bold\r
27454 \r
27455 \backslash\r
27456 v\r
27457 \series default\r
27458  and accents that are inserted directly with the keyboard are also available\r
27459  in mathematical text.\r
27460  For the other accents there are special math commands to be used in formulas,\r
27461  see \r
27462 \begin_inset CommandInset ref\r
27463 LatexCommand ref\r
27464 reference "sub:Accents-for-one"\r
27465 \r
27466 \end_inset\r
27467 \r
27468 .\r
27469 \end_layout\r
27470 \r
27471 \begin_layout Standard\r
27472 \begin_inset VSpace bigskip\r
27473 \end_inset\r
27474 \r
27475 Furthermore, with the command \r
27476 \series bold\r
27477 \r
27478 \backslash\r
27479 textcircled\r
27480 \series default\r
27481 \r
27482 \begin_inset Index idx\r
27483 status collapsed\r
27484 \r
27485 \begin_layout Plain Layout\r
27486 Commands ! T ! \r
27487 \backslash\r
27488 textcircled\r
27489 \end_layout\r
27490 \r
27491 \end_inset\r
27492 \r
27493  all numbers and letters can be set into a circle, quasi accented with a\r
27494  circle, similar to the copyright symbol.\r
27495 \end_layout\r
27496 \r
27497 \begin_layout Standard\r
27498 \align center\r
27499 \begin_inset Tabular\r
27500 <lyxtabular version="3" rows="3" columns="2">\r
27501 <features tabularvalignment="middle">\r
27502 <column alignment="center" valignment="top" width="0">\r
27503 <column alignment="center" valignment="top" width="0">\r
27504 <row>\r
27505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
27506 \begin_inset Text\r
27507 \r
27508 \begin_layout Plain Layout\r
27509 Command\r
27510 \end_layout\r
27511 \r
27512 \end_inset\r
27513 </cell>\r
27514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
27515 \begin_inset Text\r
27516 \r
27517 \begin_layout Plain Layout\r
27518 Result\r
27519 \begin_inset Note Note\r
27520 status collapsed\r
27521 \r
27522 \begin_layout Plain Layout\r
27523 \r
27524 \series bold\r
27525 \r
27526 \backslash\r
27527 raisebox\r
27528 \series default\r
27529  is only used as spacer.\r
27530 \end_layout\r
27531 \r
27532 \end_inset\r
27533 \r
27534 \r
27535 \end_layout\r
27536 \r
27537 \end_inset\r
27538 </cell>\r
27539 </row>\r
27540 <row>\r
27541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
27542 \begin_inset Text\r
27543 \r
27544 \begin_layout Plain Layout\r
27545 \r
27546 \backslash\r
27547 textcircled{w}\r
27548 \end_layout\r
27549 \r
27550 \end_inset\r
27551 </cell>\r
27552 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
27553 \begin_inset Text\r
27554 \r
27555 \begin_layout Plain Layout\r
27556 \begin_inset ERT\r
27557 status collapsed\r
27558 \r
27559 \begin_layout Plain Layout\r
27560 \r
27561 \r
27562 \backslash\r
27563 textcircled{w}\r
27564 \end_layout\r
27565 \r
27566 \end_inset\r
27567 \r
27568 \r
27569 \end_layout\r
27570 \r
27571 \end_inset\r
27572 </cell>\r
27573 </row>\r
27574 <row>\r
27575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
27576 \begin_inset Text\r
27577 \r
27578 \begin_layout Plain Layout\r
27579 \r
27580 \backslash\r
27581 Large \r
27582 \backslash\r
27583 textcircled{\r
27584 \backslash\r
27585 normalsize\r
27586 \backslash\r
27587 protect\r
27588 \backslash\r
27589 raisebox{-1.5pt}{W}}\r
27590 \end_layout\r
27591 \r
27592 \end_inset\r
27593 </cell>\r
27594 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
27595 \begin_inset Text\r
27596 \r
27597 \begin_layout Plain Layout\r
27598 \begin_inset Formula $\raisebox{4.5mm}{}$\r
27599 \end_inset\r
27600 \r
27601 \r
27602 \begin_inset ERT\r
27603 status collapsed\r
27604 \r
27605 \begin_layout Plain Layout\r
27606 \r
27607 \r
27608 \backslash\r
27609 Large \r
27610 \backslash\r
27611 textcircled{\r
27612 \backslash\r
27613 normalsize\r
27614 \backslash\r
27615 protect\r
27616 \backslash\r
27617 raisebox{-1.5pt}W}\r
27618 \end_layout\r
27619 \r
27620 \end_inset\r
27621 \r
27622 \r
27623 \begin_inset Formula $\raisebox{-2mm}{}$\r
27624 \end_inset\r
27625 \r
27626 \r
27627 \end_layout\r
27628 \r
27629 \end_inset\r
27630 </cell>\r
27631 </row>\r
27632 </lyxtabular>\r
27633 \r
27634 \end_inset\r
27635 \r
27636 \r
27637 \end_layout\r
27638 \r
27639 \begin_layout Standard\r
27640 One has to take care that the character fits in the circle.\r
27641  \r
27642 \series bold\r
27643 \r
27644 \backslash\r
27645 Large\r
27646 \series default\r
27647 \r
27648 \begin_inset Foot\r
27649 status collapsed\r
27650 \r
27651 \begin_layout Plain Layout\r
27652 see \r
27653 \begin_inset CommandInset ref\r
27654 LatexCommand ref\r
27655 reference "sub:Font-Sizes"\r
27656 \r
27657 \end_inset\r
27658 \r
27659 \r
27660 \end_layout\r
27661 \r
27662 \end_inset\r
27663 \r
27664  specifies thereby the size of the circle.\r
27665  With the help of \r
27666 \series bold\r
27667 \r
27668 \backslash\r
27669 raisebox\r
27670 \series default\r
27671 \r
27672 \begin_inset Foot\r
27673 status collapsed\r
27674 \r
27675 \begin_layout Plain Layout\r
27676 see \r
27677 \begin_inset CommandInset ref\r
27678 LatexCommand ref\r
27679 reference "sub:Boxes-without-Frame"\r
27680 \r
27681 \end_inset\r
27682 \r
27683 \r
27684 \end_layout\r
27685 \r
27686 \end_inset\r
27687 \r
27688  the character can be centered.\r
27689 \end_layout\r
27690 \r
27691 \begin_layout Subsection\r
27692 Old-style Figures\r
27693 \begin_inset Index idx\r
27694 status collapsed\r
27695 \r
27696 \begin_layout Plain Layout\r
27697 Old-style Figures\r
27698 \end_layout\r
27699 \r
27700 \end_inset\r
27701 \r
27702 \r
27703 \end_layout\r
27704 \r
27705 \begin_layout Standard\r
27706 Old-style figures (also known as old-style numerals) are created with the\r
27707  command \r
27708 \series bold\r
27709 \r
27710 \backslash\r
27711 oldstylenums\r
27712 \series default\r
27713 \r
27714 \begin_inset Index idx\r
27715 status collapsed\r
27716 \r
27717 \begin_layout Plain Layout\r
27718 Commands ! O ! \r
27719 \backslash\r
27720 oldstylenums\r
27721 \end_layout\r
27722 \r
27723 \end_inset\r
27724 \r
27725 .\r
27726  The command can be used in formulas and in TeX-mode.\r
27727  The command scheme is:\r
27728 \end_layout\r
27729 \r
27730 \begin_layout Standard\r
27731 \r
27732 \series bold\r
27733 \r
27734 \backslash\r
27735 oldstylenums{number}\r
27736 \end_layout\r
27737 \r
27738 \begin_layout Standard\r
27739 The command \r
27740 \series bold\r
27741 \r
27742 \backslash\r
27743 oldstylenums{0123456789\r
27744 \series default\r
27745  produces: \r
27746 \begin_inset Formula $\oldstylenums{0123456789}$\r
27747 \end_inset\r
27748 \r
27749 \r
27750 \end_layout\r
27751 \r
27752 \begin_layout Subsection\r
27753 Miscellaneous special Characters\r
27754 \begin_inset CommandInset label\r
27755 LatexCommand label\r
27756 name "sub:Miscellaneous-special-Characters"\r
27757 \r
27758 \end_inset\r
27759 \r
27760 \r
27761 \begin_inset Index idx\r
27762 status collapsed\r
27763 \r
27764 \begin_layout Plain Layout\r
27765 Special characters ! miscellaneous\r
27766 \end_layout\r
27767 \r
27768 \end_inset\r
27769 \r
27770 \r
27771 \end_layout\r
27772 \r
27773 \begin_layout Standard\r
27774 The following characters can only be inserted to formulas by using commands:\r
27775 \end_layout\r
27776 \r
27777 \begin_layout Standard\r
27778 \align center\r
27779 \begin_inset Tabular\r
27780 <lyxtabular version="3" rows="4" columns="2">\r
27781 <features tabularvalignment="middle">\r
27782 <column alignment="center" valignment="top" width="0">\r
27783 <column alignment="center" valignment="top" width="0">\r
27784 <row>\r
27785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
27786 \begin_inset Text\r
27787 \r
27788 \begin_layout Plain Layout\r
27789 Command\r
27790 \end_layout\r
27791 \r
27792 \end_inset\r
27793 </cell>\r
27794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
27795 \begin_inset Text\r
27796 \r
27797 \begin_layout Plain Layout\r
27798 Result\r
27799 \end_layout\r
27800 \r
27801 \end_inset\r
27802 </cell>\r
27803 </row>\r
27804 <row>\r
27805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
27806 \begin_inset Text\r
27807 \r
27808 \begin_layout Plain Layout\r
27809 \r
27810 \backslash\r
27811 ^\r
27812 \begin_inset ERT\r
27813 status collapsed\r
27814 \r
27815 \begin_layout Plain Layout\r
27816 \r
27817 \r
27818 \backslash\r
27819 spce \r
27820 \end_layout\r
27821 \r
27822 \end_inset\r
27823 \r
27824 \r
27825 \end_layout\r
27826 \r
27827 \end_inset\r
27828 </cell>\r
27829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
27830 \begin_inset Text\r
27831 \r
27832 \begin_layout Plain Layout\r
27833 \begin_inset Formula $\mathcircumflex$\r
27834 \end_inset\r
27835 \r
27836 \r
27837 \end_layout\r
27838 \r
27839 \end_inset\r
27840 </cell>\r
27841 </row>\r
27842 <row>\r
27843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
27844 \begin_inset Text\r
27845 \r
27846 \begin_layout Plain Layout\r
27847 \r
27848 \backslash\r
27849 _\r
27850 \end_layout\r
27851 \r
27852 \end_inset\r
27853 </cell>\r
27854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
27855 \begin_inset Text\r
27856 \r
27857 \begin_layout Plain Layout\r
27858 \begin_inset Formula $\_$\r
27859 \end_inset\r
27860 \r
27861 \r
27862 \end_layout\r
27863 \r
27864 \end_inset\r
27865 </cell>\r
27866 </row>\r
27867 <row>\r
27868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
27869 \begin_inset Text\r
27870 \r
27871 \begin_layout Plain Layout\r
27872 ^\r
27873 \begin_inset ERT\r
27874 status collapsed\r
27875 \r
27876 \begin_layout Plain Layout\r
27877 \r
27878 \r
27879 \backslash\r
27880 spce \r
27881 \end_layout\r
27882 \r
27883 \end_inset\r
27884 \r
27885 \r
27886 \backslash\r
27887 circ\r
27888 \begin_inset Index idx\r
27889 status collapsed\r
27890 \r
27891 \begin_layout Plain Layout\r
27892 \r
27893 \backslash\r
27894\r
27895 \end_layout\r
27896 \r
27897 \end_inset\r
27898 \r
27899 \r
27900 \end_layout\r
27901 \r
27902 \end_inset\r
27903 </cell>\r
27904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
27905 \begin_inset Text\r
27906 \r
27907 \begin_layout Plain Layout\r
27908 \begin_inset Formula $^{\circ}$\r
27909 \end_inset\r
27910 \r
27911 \r
27912 \end_layout\r
27913 \r
27914 \end_inset\r
27915 </cell>\r
27916 </row>\r
27917 </lyxtabular>\r
27918 \r
27919 \end_inset\r
27920 \r
27921 \r
27922 \end_layout\r
27923 \r
27924 \begin_layout Standard\r
27925 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble\r
27926  contains the following line\r
27927 \begin_inset Foot\r
27928 status collapsed\r
27929 \r
27930 \begin_layout Plain Layout\r
27931 More about this is described in \r
27932 \begin_inset CommandInset ref\r
27933 LatexCommand ref\r
27934 reference "sub:Text-Characters-in"\r
27935 \r
27936 \end_inset\r
27937 \r
27938 .\r
27939 \end_layout\r
27940 \r
27941 \end_inset\r
27942 \r
27943 :\r
27944 \end_layout\r
27945 \r
27946 \begin_layout Standard\r
27947 \r
27948 \series bold\r
27949 \r
27950 \backslash\r
27951 DeclareInputtext{176}{\r
27952 \backslash\r
27953 ifmmode^\r
27954 \backslash\r
27955 circ\r
27956 \backslash\r
27957 else\r
27958 \backslash\r
27959 textdegree\r
27960 \backslash\r
27961 fi}\r
27962 \end_layout\r
27963 \r
27964 \begin_layout Section\r
27965 Formula Styles\r
27966 \begin_inset CommandInset label\r
27967 LatexCommand label\r
27968 name "sec:Formula-Styles"\r
27969 \r
27970 \end_inset\r
27971 \r
27972 \r
27973 \begin_inset Index idx\r
27974 status collapsed\r
27975 \r
27976 \begin_layout Plain Layout\r
27977 Formula ! styles\r
27978 \end_layout\r
27979 \r
27980 \end_inset\r
27981 \r
27982 \r
27983 \end_layout\r
27984 \r
27985 \begin_layout Itemize\r
27986 There are two different alignment styles:\r
27987 \end_layout\r
27988 \r
27989 \begin_deeper\r
27990 \begin_layout Description\r
27991 Centered is the predefined standard\r
27992 \end_layout\r
27993 \r
27994 \begin_layout Description\r
27995 Indented for this the option \r
27996 \series bold\r
27997 fleqn\r
27998 \series default\r
27999  must be inserted in the menu \r
28000 \family sans\r
28001 Document\SpecialChar \menuseparator\r
28002 Settings\r
28003 \family default\r
28004  under \r
28005 \family sans\r
28006 Document\r
28007 \begin_inset space ~\r
28008 \end_inset\r
28009 \r
28010 Class\r
28011 \end_layout\r
28012 \r
28013 \begin_layout Standard\r
28014 When \r
28015 \series bold\r
28016 Indented\r
28017 \series default\r
28018  is used, the indentation can be adjusted with the length \r
28019 \series bold\r
28020 \r
28021 \backslash\r
28022 mathindent\r
28023 \series default\r
28024 \r
28025 \begin_inset Index idx\r
28026 status collapsed\r
28027 \r
28028 \begin_layout Plain Layout\r
28029 Commands ! M ! \r
28030 \backslash\r
28031 mathindent\r
28032 \end_layout\r
28033 \r
28034 \end_inset\r
28035 \r
28036 .\r
28037  Should the distance be 15\r
28038 \begin_inset space \thinspace{}\r
28039 \end_inset\r
28040 \r
28041 mm, the following command line is inserted in the LaTeX-preamble\r
28042 \end_layout\r
28043 \r
28044 \begin_layout Standard\r
28045 \r
28046 \series bold\r
28047 \r
28048 \backslash\r
28049 setlength{\r
28050 \backslash\r
28051 mathindent}{15mm}\r
28052 \end_layout\r
28053 \r
28054 \begin_layout Standard\r
28055 When no length is specified, the predefined value of 30\r
28056 \begin_inset space \thinspace{}\r
28057 \end_inset\r
28058 \r
28059 pt will be used.\r
28060 \end_layout\r
28061 \r
28062 \end_deeper\r
28063 \begin_layout Itemize\r
28064 And two different numbering styles:\r
28065 \end_layout\r
28066 \r
28067 \begin_deeper\r
28068 \begin_layout Description\r
28069 Right is the predefined standard\r
28070 \end_layout\r
28071 \r
28072 \begin_layout Description\r
28073 Left for this the option \r
28074 \series bold\r
28075 leqno\r
28076 \series default\r
28077  must be inserted in the menu \r
28078 \family sans\r
28079 Document\SpecialChar \menuseparator\r
28080 Settings\r
28081 \family default\r
28082  under \r
28083 \family sans\r
28084 Document\r
28085 \begin_inset space ~\r
28086 \end_inset\r
28087 \r
28088 Class\r
28089 \end_layout\r
28090 \r
28091 \end_deeper\r
28092 \begin_layout Standard\r
28093 \r
28094 \series bold\r
28095 fleqn\r
28096 \series default\r
28097  and \r
28098 \series bold\r
28099 leqno\r
28100 \series default\r
28101  can also be used together.\r
28102  In this case both options are inserted, separated by a comma.\r
28103 \end_layout\r
28104 \r
28105 \begin_layout Standard\r
28106 The chosen styles are used for all displayed formulas of the document.\r
28107  When both, centered and indented formulas should be created in a document,\r
28108  the style \r
28109 \series bold\r
28110 Centered\r
28111 \series default\r
28112  is used.\r
28113  The indented formulas are then set in a flalign environment, see \r
28114 \begin_inset CommandInset ref\r
28115 LatexCommand ref\r
28116 reference "sub:Flalign-Environment"\r
28117 \r
28118 \end_inset\r
28119 \r
28120 .\r
28121 \end_layout\r
28122 \r
28123 \begin_layout Section\r
28124 Multiline Formulas\r
28125 \begin_inset CommandInset label\r
28126 LatexCommand label\r
28127 name "sec:Multiline-Formulas"\r
28128 \r
28129 \end_inset\r
28130 \r
28131 \r
28132 \begin_inset Index idx\r
28133 status collapsed\r
28134 \r
28135 \begin_layout Plain Layout\r
28136 Formula ! multiline\r
28137 \end_layout\r
28138 \r
28139 \end_inset\r
28140 \r
28141 \r
28142 \end_layout\r
28143 \r
28144 \begin_layout Subsection\r
28145 General\r
28146 \end_layout\r
28147 \r
28148 \begin_layout Standard\r
28149 In LyX multiline formulas are created by pressing \r
28150 \series bold\r
28151 \r
28152 \begin_inset Info\r
28153 type  "shortcut"\r
28154 arg   "newline-insert newline"\r
28155 \end_inset\r
28156 \r
28157 \r
28158 \series default\r
28159  inside a formula.\r
28160  This creates either an \r
28161 \series bold\r
28162 eqnarray environment\r
28163 \series default\r
28164  that is described in \r
28165 \begin_inset CommandInset ref\r
28166 LatexCommand ref\r
28167 reference "sub:Eqnarray-Environment"\r
28168 \r
28169 \end_inset\r
28170 \r
28171  or, when the option \r
28172 \family sans\r
28173 Use AMS math package\r
28174 \family default\r
28175  in the document settings is selected, an \r
28176 \series bold\r
28177 align environment\r
28178 \series default\r
28179  that is described in \r
28180 \begin_inset CommandInset ref\r
28181 LatexCommand ref\r
28182 reference "sub:Standard-align-Environment"\r
28183 \r
28184 \end_inset\r
28185 \r
28186 .\r
28187  The align environment is recommended because it provides in any case a\r
28188  typographically correct output.\r
28189 \end_layout\r
28190 \r
28191 \begin_layout Standard\r
28192 There are other multiline formula environments that can be created via the\r
28193  menu \r
28194 \family sans\r
28195 Insert\SpecialChar \menuseparator\r
28196 Math\r
28197 \family default\r
28198 .\r
28199  These environments are described in the following sections.\r
28200 \end_layout\r
28201 \r
28202 \begin_layout Standard\r
28203 In all multiline formula environments a new line is created by pressing\r
28204  \r
28205 \begin_inset Info\r
28206 type  "shortcut"\r
28207 arg   "newline-insert newline"\r
28208 \end_inset\r
28209 \r
28210 .\r
28211  To add or delete lines, the math toolbar buttons \r
28212 \begin_inset Graphics\r
28213         filename ../images/tabular-feature_append-row.png\r
28214         scale 85\r
28215 \r
28216 \end_inset\r
28217 \r
28218  or \r
28219 \begin_inset Graphics\r
28220         filename ../images/tabular-feature_delete-row.png\r
28221         scale 85\r
28222 \r
28223 \end_inset\r
28224 \r
28225 , respectively, or the menu \r
28226 \family sans\r
28227 Edit\SpecialChar \menuseparator\r
28228 Rows & Columns\r
28229 \family default\r
28230  can be used.\r
28231 \end_layout\r
28232 \r
28233 \begin_layout Subsubsection\r
28234 Line Separation\r
28235 \begin_inset CommandInset label\r
28236 LatexCommand label\r
28237 name "sub:Line-Separation"\r
28238 \r
28239 \end_inset\r
28240 \r
28241 \r
28242 \begin_inset Index idx\r
28243 status collapsed\r
28244 \r
28245 \begin_layout Plain Layout\r
28246 Formula ! multiline ! Line separation\r
28247 \end_layout\r
28248 \r
28249 \end_inset\r
28250 \r
28251 \r
28252 \end_layout\r
28253 \r
28254 \begin_layout Standard\r
28255 There is sometimes not enough space in multiline formulas between the lines:\r
28256 \begin_inset Formula \r
28257 \begin{eqnarray*}\r
28258 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}\\\r
28259 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\r
28260 \end{eqnarray*}\r
28261 \r
28262 \end_inset\r
28263 \r
28264 \r
28265 \end_layout\r
28266 \r
28267 \begin_layout Standard\r
28268 In LaTeX additional line space is specified as optional argument of the\r
28269  new line command.\r
28270  This is not yet possible in LyX\r
28271 \begin_inset Foot\r
28272 status collapsed\r
28273 \r
28274 \begin_layout Plain Layout\r
28275 see \r
28276 \begin_inset CommandInset href\r
28277 LatexCommand href\r
28278 name "LyX-bug #1505"\r
28279 target "http://www.lyx.org/trac/ticket/1505"\r
28280 \r
28281 \end_inset\r
28282 \r
28283 \r
28284 \end_layout\r
28285 \r
28286 \end_inset\r
28287 \r
28288 , therefore the whole formula must be inserted in TeX-mode.\r
28289  To add in our example space, the command \r
28290 \series bold\r
28291 \r
28292 \backslash\r
28293 \r
28294 \backslash\r
28295 [3mm]\r
28296 \series default\r
28297  is inserted at the end of the first line.\r
28298  One gets: \r
28299 \begin_inset ERT\r
28300 status collapsed\r
28301 \r
28302 \begin_layout Plain Layout\r
28303 \r
28304 \r
28305 \backslash\r
28306 begin{eqnarray*}\r
28307 \end_layout\r
28308 \r
28309 \begin_layout Plain Layout\r
28310 \r
28311 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &\r
28312  = & \r
28313 \backslash\r
28314 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}\r
28315 \backslash\r
28316 \r
28317 \backslash\r
28318 [3mm]\r
28319 \end_layout\r
28320 \r
28321 \begin_layout Plain Layout\r
28322 \r
28323 4x^{2}\r
28324 \backslash\r
28325 left(B^{2}+x_{0}^{2}\r
28326 \backslash\r
28327 right)+4x_{0}x\r
28328 \backslash\r
28329 left(D-B^{2}\r
28330 \backslash\r
28331 right)+B^{2}\r
28332 \backslash\r
28333 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\r
28334 \backslash\r
28335 right) & = & 0\r
28336 \end_layout\r
28337 \r
28338 \begin_layout Plain Layout\r
28339 \r
28340 \r
28341 \backslash\r
28342 end{eqnarray*}\r
28343 \end_layout\r
28344 \r
28345 \end_inset\r
28346 \r
28347 \r
28348 \end_layout\r
28349 \r
28350 \begin_layout Standard\r
28351 \begin_inset VSpace bigskip\r
28352 \end_inset\r
28353 \r
28354 To set the line separation for all lines in a formula, the length \r
28355 \series bold\r
28356 \r
28357 \backslash\r
28358 jot\r
28359 \series default\r
28360 \r
28361 \begin_inset Index idx\r
28362 status collapsed\r
28363 \r
28364 \begin_layout Plain Layout\r
28365 Commands ! J ! \r
28366 \backslash\r
28367 jot\r
28368 \end_layout\r
28369 \r
28370 \end_inset\r
28371 \r
28372  is changed.\r
28373  The definition is: \r
28374 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$\r
28375 \end_inset\r
28376 \r
28377 .\r
28378  Predefined for \r
28379 \series bold\r
28380 \r
28381 \backslash\r
28382 jot\r
28383 \series default\r
28384  is the value 3\r
28385 \begin_inset space \thinspace{}\r
28386 \end_inset\r
28387 \r
28388 pt.\r
28389  To create 3\r
28390 \begin_inset space \thinspace{}\r
28391 \end_inset\r
28392 \r
28393 mm additional line separation as in the previous example, the command\r
28394 \end_layout\r
28395 \r
28396 \begin_layout Standard\r
28397 \r
28398 \series bold\r
28399 \r
28400 \backslash\r
28401 setlength{\r
28402 \backslash\r
28403 jot}{3mm+3pt}\r
28404 \end_layout\r
28405 \r
28406 \begin_layout Standard\r
28407 is inserted in TeX-mode before the formula.\r
28408  This requires that the LaTeX-package \r
28409 \series bold\r
28410 calc\r
28411 \series default\r
28412 \r
28413 \begin_inset Foot\r
28414 status collapsed\r
28415 \r
28416 \begin_layout Plain Layout\r
28417 \r
28418 \series bold\r
28419 calc\r
28420 \series default\r
28421  is part of every LaTeX standard installation.\r
28422 \end_layout\r
28423 \r
28424 \end_inset\r
28425 \r
28426 \r
28427 \begin_inset Index idx\r
28428 status collapsed\r
28429 \r
28430 \begin_layout Plain Layout\r
28431 Packages ! calc\r
28432 \end_layout\r
28433 \r
28434 \end_inset\r
28435 \r
28436  was loaded in LaTeX-preamble with the line\r
28437 \end_layout\r
28438 \r
28439 \begin_layout Standard\r
28440 \r
28441 \series bold\r
28442 \r
28443 \backslash\r
28444 usepackage{calc}\r
28445 \end_layout\r
28446 \r
28447 \begin_layout Standard\r
28448 One gets: \r
28449 \begin_inset ERT\r
28450 status collapsed\r
28451 \r
28452 \begin_layout Plain Layout\r
28453 \r
28454 \r
28455 \backslash\r
28456 setlength{\r
28457 \backslash\r
28458 jot}{3mm+3pt}\r
28459 \end_layout\r
28460 \r
28461 \end_inset\r
28462 \r
28463 \r
28464 \begin_inset Formula \r
28465 \begin{eqnarray*}\r
28466 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}\\\r
28467 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\r
28468 \end{eqnarray*}\r
28469 \r
28470 \end_inset\r
28471 \r
28472 \r
28473 \end_layout\r
28474 \r
28475 \begin_layout Standard\r
28476 \begin_inset ERT\r
28477 status collapsed\r
28478 \r
28479 \begin_layout Plain Layout\r
28480 \r
28481 \r
28482 \backslash\r
28483 setlength{\r
28484 \backslash\r
28485 jot}{3pt}\r
28486 \end_layout\r
28487 \r
28488 \end_inset\r
28489 \r
28490  To get back to the predefined distance, \r
28491 \series bold\r
28492 \r
28493 \backslash\r
28494 jot\r
28495 \series default\r
28496  is set to the value 3\r
28497 \begin_inset space \thinspace{}\r
28498 \end_inset\r
28499 \r
28500 pt.\r
28501 \end_layout\r
28502 \r
28503 \begin_layout Subsubsection\r
28504 Column Separation\r
28505 \begin_inset CommandInset label\r
28506 LatexCommand label\r
28507 name "sub:Column-Separation"\r
28508 \r
28509 \end_inset\r
28510 \r
28511 \r
28512 \begin_inset Index idx\r
28513 status collapsed\r
28514 \r
28515 \begin_layout Plain Layout\r
28516 Formula ! multiline ! Column separation\r
28517 \end_layout\r
28518 \r
28519 \end_inset\r
28520 \r
28521 \r
28522 \end_layout\r
28523 \r
28524 \begin_layout Standard\r
28525 Multiline formulas form a matrix.\r
28526  A formula in the eqnarray environment is for example a matrix with three\r
28527  columns.\r
28528  By changing the column separation in this environment, the space beside\r
28529  the relation sign can be changed.\r
28530 \end_layout\r
28531 \r
28532 \begin_layout Standard\r
28533 The column separation is specified with the length \r
28534 \series bold\r
28535 \r
28536 \backslash\r
28537 arraycolsep\r
28538 \series default\r
28539 \r
28540 \begin_inset Index idx\r
28541 status collapsed\r
28542 \r
28543 \begin_layout Plain Layout\r
28544 Commands ! A ! \r
28545 \backslash\r
28546 arraycolsep\r
28547 \end_layout\r
28548 \r
28549 \end_inset\r
28550 \r
28551  according to:\r
28552 \begin_inset Newline newline\r
28553 \end_inset\r
28554 \r
28555 column separation = 2\r
28556 \begin_inset space \thinspace{}\r
28557 \end_inset\r
28558 \r
28559 \r
28560 \series bold\r
28561 \r
28562 \backslash\r
28563 arraycolsep\r
28564 \series default\r
28565 \r
28566 \begin_inset Newline newline\r
28567 \end_inset\r
28568 \r
28569 Thus, the command\r
28570 \end_layout\r
28571 \r
28572 \begin_layout Standard\r
28573 \r
28574 \series bold\r
28575 \r
28576 \backslash\r
28577 setlength{\r
28578 \backslash\r
28579 arraycolsep}{1cm}\r
28580 \end_layout\r
28581 \r
28582 \begin_layout Standard\r
28583 inserted in TeX-mode, sets for all following formulas a column separation\r
28584  of 2\r
28585 \begin_inset space \thinspace{}\r
28586 \end_inset\r
28587 \r
28588 cm.\r
28589  To get back to the predefined distance, \r
28590 \series bold\r
28591 \r
28592 \backslash\r
28593 arraycolsep\r
28594 \series default\r
28595  is set to 5\r
28596 \begin_inset space \thinspace{}\r
28597 \end_inset\r
28598 \r
28599 pt.\r
28600 \end_layout\r
28601 \r
28602 \begin_layout Standard\r
28603 A formula with 2\r
28604 \begin_inset space \thinspace{}\r
28605 \end_inset\r
28606 \r
28607 cm column separation:\r
28608 \begin_inset ERT\r
28609 status collapsed\r
28610 \r
28611 \begin_layout Plain Layout\r
28612 \r
28613 \r
28614 \backslash\r
28615 setlength{\r
28616 \backslash\r
28617 arraycolsep}{1cm}\r
28618 \end_layout\r
28619 \r
28620 \end_inset\r
28621 \r
28622 \r
28623 \begin_inset Formula \r
28624 \begin{eqnarray*}\r
28625 A & = & B\\\r
28626 C & \ne & A\r
28627 \end{eqnarray*}\r
28628 \r
28629 \end_inset\r
28630 \r
28631 A formula with the predefined column separation for matrices of 10\r
28632 \begin_inset space \thinspace{}\r
28633 \end_inset\r
28634 \r
28635 pt:\r
28636 \begin_inset ERT\r
28637 status collapsed\r
28638 \r
28639 \begin_layout Plain Layout\r
28640 \r
28641 \r
28642 \backslash\r
28643 setlength{\r
28644 \backslash\r
28645 arraycolsep}{5pt}\r
28646 \end_layout\r
28647 \r
28648 \end_inset\r
28649 \r
28650 \r
28651 \begin_inset Formula \r
28652 \begin{eqnarray*}\r
28653 A & = & B\\\r
28654 C & \ne & A\r
28655 \end{eqnarray*}\r
28656 \r
28657 \end_inset\r
28658 \r
28659 \r
28660 \end_layout\r
28661 \r
28662 \begin_layout Subsubsection\r
28663 Long Formulas\r
28664 \begin_inset Index idx\r
28665 status collapsed\r
28666 \r
28667 \begin_layout Plain Layout\r
28668 Formula ! long\r
28669 \end_layout\r
28670 \r
28671 \end_inset\r
28672 \r
28673 \r
28674 \end_layout\r
28675 \r
28676 \begin_layout Standard\r
28677 Long formulas can be typeset using these methods:\r
28678 \end_layout\r
28679 \r
28680 \begin_layout Itemize\r
28681 When one side of the equation is much shorter than the line width, this\r
28682  one is chosen for the left side and the right side is typeset over two\r
28683  lines:\r
28684 \begin_inset Formula \r
28685 \begin{eqnarray}\r
28686 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 \\\r
28687  &  & -\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}\r
28688 \end{eqnarray}\r
28689 \r
28690 \end_inset\r
28691 \r
28692 The minus sign at the beginning of the second line does normally not appear\r
28693  as an operator because it is the first character of the line.\r
28694  Thus it would not be surrounded by space and could not be distinguished\r
28695  from the fraction bar.\r
28696  To avoid this, 3\r
28697 \begin_inset space \thinspace{}\r
28698 \end_inset\r
28699 \r
28700 pt space was inserted behind the minus sign with the command \r
28701 \series bold\r
28702 \r
28703 \backslash\r
28704 hspace\r
28705 \series default\r
28706 .\r
28707 \begin_inset Foot\r
28708 status collapsed\r
28709 \r
28710 \begin_layout Plain Layout\r
28711 for more about \r
28712 \series bold\r
28713 \r
28714 \backslash\r
28715 hspace\r
28716 \series default\r
28717  see \r
28718 \begin_inset CommandInset ref\r
28719 LatexCommand ref\r
28720 reference "sub:Variable-Space"\r
28721 \r
28722 \end_inset\r
28723 \r
28724 \r
28725 \end_layout\r
28726 \r
28727 \end_inset\r
28728 \r
28729 \r
28730 \begin_inset Index idx\r
28731 status collapsed\r
28732 \r
28733 \begin_layout Plain Layout\r
28734 Commands ! H ! \r
28735 \backslash\r
28736 hspace\r
28737 \end_layout\r
28738 \r
28739 \end_inset\r
28740 \r
28741 \r
28742 \end_layout\r
28743 \r
28744 \begin_layout Itemize\r
28745 When both sides of the equation are too long, the command \r
28746 \series bold\r
28747 \r
28748 \backslash\r
28749 lefteqn\r
28750 \series default\r
28751 \r
28752 \begin_inset Index idx\r
28753 status collapsed\r
28754 \r
28755 \begin_layout Plain Layout\r
28756 Commands ! L ! \r
28757 \backslash\r
28758 lefteqn\r
28759 \end_layout\r
28760 \r
28761 \end_inset\r
28762 \r
28763  is used.\r
28764  It is inserted in the first column of the first line and causes all further\r
28765  insertions to overwrite the following columns:\r
28766 \begin_inset Formula \r
28767 \begin{eqnarray}\r
28768 \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 \\\r
28769  &  & -\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 \\\r
28770  &  & =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}\r
28771 \end{eqnarray}\r
28772 \r
28773 \end_inset\r
28774 \r
28775 After the insertion of \r
28776 \series bold\r
28777 \r
28778 \backslash\r
28779 lefteqn\r
28780 \series default\r
28781 , the cursor is in a purple box that is a bit shifted to the left from the\r
28782  blue one.\r
28783  In this the formula is inserted.\r
28784 \begin_inset Newline newline\r
28785 \end_inset\r
28786 \r
28787 The content of the further lines is inserted to the second or another formula\r
28788  column.\r
28789  The greater the column number where it was inserted, the larger the indentation.\r
28790 \begin_inset VSpace medskip\r
28791 \end_inset\r
28792 \r
28793 \r
28794 \begin_inset Newline newline\r
28795 \end_inset\r
28796 \r
28797 \r
28798 \begin_inset Note Greyedout\r
28799 status open\r
28800 \r
28801 \begin_layout Plain Layout\r
28802 Note the following when using \r
28803 \series bold\r
28804 \r
28805 \backslash\r
28806 lefteqn\r
28807 \series default\r
28808 :\r
28809 \end_layout\r
28810 \r
28811 \begin_layout Itemize\r
28812 The formula doesn't use the full page width.\r
28813  When e.\r
28814 \begin_inset space \thinspace{}\r
28815 \end_inset\r
28816 \r
28817 g.\r
28818 \begin_inset space \space{}\r
28819 \end_inset\r
28820 \r
28821 the term \r
28822 \begin_inset Formula $-B^{2}$\r
28823 \end_inset\r
28824 \r
28825  is added to the first line in the above example, it would have been outside\r
28826  the page margin.\r
28827  To better use the width, negative space can be inserted at the beginning\r
28828  of the first line.\r
28829 \end_layout\r
28830 \r
28831 \begin_layout Itemize\r
28832 Due to a bug in LyX the cursor cannot be set with the mouse into the first\r
28833  line.\r
28834 \begin_inset Foot\r
28835 status collapsed\r
28836 \r
28837 \begin_layout Plain Layout\r
28838 \begin_inset CommandInset href\r
28839 LatexCommand href\r
28840 name "LyX-bug #1429"\r
28841 target "http://www.lyx.org/trac/ticket/1429"\r
28842 \r
28843 \end_inset\r
28844 \r
28845 \r
28846 \end_layout\r
28847 \r
28848 \end_inset\r
28849 \r
28850  One can only set the cursor at the beginning of the line and move it with\r
28851  the arrow keys.\r
28852 \end_layout\r
28853 \r
28854 \end_inset\r
28855 \r
28856 \r
28857 \end_layout\r
28858 \r
28859 \begin_layout Itemize\r
28860 Other methods to set long formulas are offered by the environments described\r
28861  in \r
28862 \begin_inset CommandInset ref\r
28863 LatexCommand ref\r
28864 reference "sub:Multline-Environment"\r
28865 \r
28866 \end_inset\r
28867 \r
28868  and \r
28869 \begin_inset CommandInset ref\r
28870 LatexCommand ref\r
28871 reference "sub:Multiline-Formula-Parts"\r
28872 \r
28873 \end_inset\r
28874 \r
28875 .\r
28876 \end_layout\r
28877 \r
28878 \begin_layout Subsubsection\r
28879 Multiline Brackets\r
28880 \begin_inset CommandInset label\r
28881 LatexCommand label\r
28882 name "sub:Multiline-Brackets"\r
28883 \r
28884 \end_inset\r
28885 \r
28886 \r
28887 \begin_inset Index idx\r
28888 status collapsed\r
28889 \r
28890 \begin_layout Plain Layout\r
28891 Brackets ! for multiline expressions\r
28892 \end_layout\r
28893 \r
28894 \end_inset\r
28895 \r
28896 \r
28897 \end_layout\r
28898 \r
28899 \begin_layout Standard\r
28900 For brackets spanning multiple lines the following problem occurs:\r
28901 \begin_inset Formula \r
28902 \begin{eqnarray*}\r
28903 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\\r
28904  &  & \left.\cdots+B-D\right]\r
28905 \end{eqnarray*}\r
28906 \r
28907 \end_inset\r
28908 \r
28909 \r
28910 \end_layout\r
28911 \r
28912 \begin_layout Standard\r
28913 The closing bracket is smaller than the opening bracket because brackets\r
28914  with variable size may not span multiple lines.\r
28915 \end_layout\r
28916 \r
28917 \begin_layout Standard\r
28918 To set the bracket size for the second line correctly, the first line is\r
28919  ended with \r
28920 \series bold\r
28921 \r
28922 \backslash\r
28923 right.\r
28924 \series default\r
28925 \r
28926 \begin_inset Index idx\r
28927 status collapsed\r
28928 \r
28929 \begin_layout Plain Layout\r
28930 Commands ! R ! \r
28931 \backslash\r
28932 right\r
28933 \end_layout\r
28934 \r
28935 \end_inset\r
28936 \r
28937  and the second line with \r
28938 \series bold\r
28939 \r
28940 \backslash\r
28941 left.\r
28942 \begin_inset Foot\r
28943 status collapsed\r
28944 \r
28945 \begin_layout Plain Layout\r
28946 for more about \r
28947 \series bold\r
28948 \r
28949 \backslash\r
28950 left\r
28951 \series default\r
28952  and \r
28953 \series bold\r
28954 \r
28955 \backslash\r
28956 right\r
28957 \series default\r
28958  see \r
28959 \begin_inset CommandInset ref\r
28960 LatexCommand ref\r
28961 reference "sub:Automatic-Bracket-Size"\r
28962 \r
28963 \end_inset\r
28964 \r
28965 \r
28966 \end_layout\r
28967 \r
28968 \end_inset\r
28969 \r
28970 \r
28971 \series default\r
28972 \r
28973 \begin_inset Index idx\r
28974 status collapsed\r
28975 \r
28976 \begin_layout Plain Layout\r
28977 Commands ! L ! \r
28978 \backslash\r
28979 left\r
28980 \end_layout\r
28981 \r
28982 \end_inset\r
28983 \r
28984 .\r
28985  After \r
28986 \series bold\r
28987 \r
28988 \backslash\r
28989 left.\r
28990 \r
28991 \series default\r
28992  the command \r
28993 \series bold\r
28994 \r
28995 \backslash\r
28996 vphantom\r
28997 \series default\r
28998 \r
28999 \begin_inset ERT\r
29000 status collapsed\r
29001 \r
29002 \begin_layout Plain Layout\r
29003 \r
29004 \r
29005 \backslash\r
29006 spce \r
29007 \end_layout\r
29008 \r
29009 \end_inset\r
29010 \r
29011 \r
29012 \series bold\r
29013 \r
29014 \backslash\r
29015 prod\r
29016 \series default\r
29017 ^\r
29018 \begin_inset ERT\r
29019 status collapsed\r
29020 \r
29021 \begin_layout Plain Layout\r
29022 \r
29023 \r
29024 \backslash\r
29025 spce \r
29026 \end_layout\r
29027 \r
29028 \end_inset\r
29029 \r
29030 \r
29031 \series bold\r
29032 \r
29033 \backslash\r
29034 infty\r
29035 \series default\r
29036 \r
29037 \begin_inset ERT\r
29038 status collapsed\r
29039 \r
29040 \begin_layout Plain Layout\r
29041 \r
29042 \r
29043 \backslash\r
29044 spce \r
29045 \end_layout\r
29046 \r
29047 \end_inset\r
29048 \r
29049 \r
29050 \series bold\r
29051 \r
29052 \begin_inset Formula $\downarrow$\r
29053 \end_inset\r
29054 \r
29055 _R=1}\r
29056 \series default\r
29057 \r
29058 \begin_inset Index idx\r
29059 status collapsed\r
29060 \r
29061 \begin_layout Plain Layout\r
29062 Commands ! V ! \r
29063 \backslash\r
29064 vphantom\r
29065 \end_layout\r
29066 \r
29067 \end_inset\r
29068 \r
29069  is inserted, because the multiplication operator with its limits is the\r
29070  largest symbol in the first line and this should be the size for the bracket\r
29071  in the second line.\r
29072 \end_layout\r
29073 \r
29074 \begin_layout Standard\r
29075 The result is this:\r
29076 \begin_inset Formula \r
29077 \begin{eqnarray*}\r
29078 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\\r
29079  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\r
29080 \end{eqnarray*}\r
29081 \r
29082 \end_inset\r
29083 \r
29084 \r
29085 \end_layout\r
29086 \r
29087 \begin_layout Subsection\r
29088 Align Environments\r
29089 \end_layout\r
29090 \r
29091 \begin_layout Standard\r
29092 Align environments can be used for every kind of multiline formulas.\r
29093  They are especially useful to set several formulas side by side.\r
29094 \end_layout\r
29095 \r
29096 \begin_layout Standard\r
29097 Align environments consist of columns.\r
29098  The odd columns are right aligned, the even ones left aligned.\r
29099  Every line in an Align environment can be numbered.\r
29100 \end_layout\r
29101 \r
29102 \begin_layout Standard\r
29103 Align environments are created via the menu \r
29104 \family sans\r
29105 Insert\SpecialChar \menuseparator\r
29106 Math\r
29107 \family default\r
29108 .\r
29109  With the menu \r
29110 \family sans\r
29111 Edit\SpecialChar \menuseparator\r
29112 Math\SpecialChar \menuseparator\r
29113 Change Formula Type\r
29114 \family default\r
29115  already existing formulas can be converted to Align environments.\r
29116 \end_layout\r
29117 \r
29118 \begin_layout Standard\r
29119 To add or delete columns, the math toolbar buttons \r
29120 \begin_inset Graphics\r
29121         filename ../images/tabular-feature_append-column.png\r
29122         scale 85\r
29123 \r
29124 \end_inset\r
29125 \r
29126  or \r
29127 \begin_inset Graphics\r
29128         filename ../images/tabular-feature_delete-column.png\r
29129         scale 85\r
29130 \r
29131 \end_inset\r
29132 \r
29133 , respectively, or the menu \r
29134 \family sans\r
29135 Edit\SpecialChar \menuseparator\r
29136 Rows & Columns\r
29137 \family default\r
29138  can be used.\r
29139 \end_layout\r
29140 \r
29141 \begin_layout Subsubsection\r
29142 Standard align Environment\r
29143 \begin_inset CommandInset label\r
29144 LatexCommand label\r
29145 name "sub:Standard-align-Environment"\r
29146 \r
29147 \end_inset\r
29148 \r
29149 \r
29150 \begin_inset Index idx\r
29151 status collapsed\r
29152 \r
29153 \begin_layout Plain Layout\r
29154 Formula ! multiline ! align environment\r
29155 \end_layout\r
29156 \r
29157 \end_inset\r
29158 \r
29159 \r
29160 \end_layout\r
29161 \r
29162 \begin_layout Standard\r
29163 This Align environment is created by pressing \r
29164 \begin_inset Info\r
29165 type  "shortcut"\r
29166 arg   "newline-insert newline"\r
29167 \end_inset\r
29168 \r
29169  in a formula or by the menu \r
29170 \family sans\r
29171 Insert\SpecialChar \menuseparator\r
29172 Math\SpecialChar \menuseparator\r
29173 AMS align Environment\r
29174 \family default\r
29175 .\r
29176 \end_layout\r
29177 \r
29178 \begin_layout Standard\r
29179 An example for two formulas set side by side, that are created with a four\r
29180  column align environment:\r
29181 \begin_inset Formula \r
29182 \begin{align*}\r
29183 A & =\sin(B) & C & =D\\\r
29184 C & \ne A & B & \ne D\r
29185 \end{align*}\r
29186 \r
29187 \end_inset\r
29188 \r
29189 As it can be seen, the formulas in this environment are placed so as if\r
29190  there would be a \r
29191 \series bold\r
29192 \r
29193 \backslash\r
29194 hfill\r
29195 \begin_inset Foot\r
29196 status collapsed\r
29197 \r
29198 \begin_layout Plain Layout\r
29199 more about \r
29200 \series bold\r
29201 \r
29202 \backslash\r
29203 hfill\r
29204 \series default\r
29205  see \r
29206 \begin_inset CommandInset ref\r
29207 LatexCommand ref\r
29208 reference "sub:Variable-Space"\r
29209 \r
29210 \end_inset\r
29211 \r
29212 \r
29213 \end_layout\r
29214 \r
29215 \end_inset\r
29216 \r
29217 \r
29218 \series default\r
29219  before the first and after every even column.\r
29220  When the formula style \r
29221 \series bold\r
29222 Indented\r
29223 \begin_inset Foot\r
29224 status collapsed\r
29225 \r
29226 \begin_layout Plain Layout\r
29227 formula styles see \r
29228 \begin_inset CommandInset ref\r
29229 LatexCommand ref\r
29230 reference "sec:Formula-Styles"\r
29231 \r
29232 \end_inset\r
29233 \r
29234 \r
29235 \end_layout\r
29236 \r
29237 \end_inset\r
29238 \r
29239 \r
29240 \series default\r
29241  is used, the formula is set without the \r
29242 \series bold\r
29243 \r
29244 \backslash\r
29245 hfill\r
29246 \series default\r
29247  before the first column.\r
29248 \end_layout\r
29249 \r
29250 \begin_layout Subsubsection\r
29251 Alignat Environment\r
29252 \begin_inset Index idx\r
29253 status collapsed\r
29254 \r
29255 \begin_layout Plain Layout\r
29256 Formula ! multiline ! alignat environment\r
29257 \end_layout\r
29258 \r
29259 \end_inset\r
29260 \r
29261 \r
29262 \end_layout\r
29263 \r
29264 \begin_layout Standard\r
29265 The alignat environment has no predefined column separation.\r
29266  It can be inserted manually with the spaces that are described \r
29267 \begin_inset CommandInset ref\r
29268 LatexCommand ref\r
29269 reference "sub:Space"\r
29270 \r
29271 \end_inset\r
29272 \r
29273 .\r
29274 \end_layout\r
29275 \r
29276 \begin_layout Standard\r
29277 The above example in the alignat environment where 1\r
29278 \begin_inset space \thinspace{}\r
29279 \end_inset\r
29280 \r
29281 cm space was inserted at the beginning of the second formula:\r
29282 \begin_inset Formula \r
29283 \begin{alignat*}{2}\r
29284 A & =\sin(B) & \hspace{1cm}C & =D\\\r
29285 C & \ne A & B & \ne D\r
29286 \end{alignat*}\r
29287 \r
29288 \end_inset\r
29289 \r
29290 Because the column separation can be set separately for every column, this\r
29291  environment is especially suitable to set three and more formulas side\r
29292  by side.\r
29293 \end_layout\r
29294 \r
29295 \begin_layout Subsubsection\r
29296 Flalign Environment\r
29297 \begin_inset CommandInset label\r
29298 LatexCommand label\r
29299 name "sub:Flalign-Environment"\r
29300 \r
29301 \end_inset\r
29302 \r
29303 \r
29304 \begin_inset Index idx\r
29305 status collapsed\r
29306 \r
29307 \begin_layout Plain Layout\r
29308 Formula ! multiline ! flalign environment\r
29309 \end_layout\r
29310 \r
29311 \end_inset\r
29312 \r
29313 \r
29314 \end_layout\r
29315 \r
29316 \begin_layout Standard\r
29317 In this environment the first two columns are always set as much as possible\r
29318  to the left and the last two ones to the right.\r
29319  An example:\r
29320 \begin_inset Formula \r
29321 \begin{flalign*}\r
29322 A & =1 & B & =2 & C & =3\\\r
29323 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\r
29324 \end{flalign*}\r
29325 \r
29326 \end_inset\r
29327 \r
29328 \r
29329 \end_layout\r
29330 \r
29331 \begin_layout Standard\r
29332 By creating a flalign environment with an odd number of columns where an\r
29333  empty TeX-brace is inserted to the last column, several formulas in a document\r
29334  can be set to the left, although the formula style \r
29335 \series bold\r
29336 Centered\r
29337 \series default\r
29338  is used.\r
29339  As example the indented formula \r
29340 \begin_inset CommandInset ref\r
29341 LatexCommand eqref\r
29342 reference "eq:VolInt"\r
29343 \r
29344 \end_inset\r
29345 \r
29346 :\r
29347 \begin_inset Formula \r
29348 \begin{flalign}\r
29349 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\r
29350 \end{flalign}\r
29351 \r
29352 \end_inset\r
29353 \r
29354 The first two columns contain the formula.\r
29355  To indent it as with the formula style \r
29356 \series bold\r
29357 Indented\r
29358 \series default\r
29359 , 30\r
29360 \begin_inset space \thinspace{}\r
29361 \end_inset\r
29362 \r
29363 pt space was inserted at the beginning of the first column.\r
29364 \end_layout\r
29365 \r
29366 \begin_layout Subsection\r
29367 Eqnarray Environment\r
29368 \begin_inset CommandInset label\r
29369 LatexCommand label\r
29370 name "sub:Eqnarray-Environment"\r
29371 \r
29372 \end_inset\r
29373 \r
29374 \r
29375 \begin_inset Index idx\r
29376 status collapsed\r
29377 \r
29378 \begin_layout Plain Layout\r
29379 Formula ! multiline ! eqnarray environment\r
29380 \end_layout\r
29381 \r
29382 \end_inset\r
29383 \r
29384 \r
29385 \end_layout\r
29386 \r
29387 \begin_layout Standard\r
29388 When this environment has been created, three blue boxes appear.\r
29389  The content of the first box is right aligned, the content of the last\r
29390  one left aligned.\r
29391  The content of the middle box appears centered and a bit smaller, because\r
29392  it is designed to insert there only relation characters.\r
29393 \begin_inset Formula \r
29394 \begin{eqnarray*}\r
29395 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\\r
29396 AB & AB & AB\\\r
29397 A & = & A\r
29398 \end{eqnarray*}\r
29399 \r
29400 \end_inset\r
29401 \r
29402 \r
29403 \end_layout\r
29404 \r
29405 \begin_layout Subsection\r
29406 Gather Environment\r
29407 \begin_inset Index idx\r
29408 status collapsed\r
29409 \r
29410 \begin_layout Plain Layout\r
29411 Formula ! multiline ! gather environment\r
29412 \end_layout\r
29413 \r
29414 \end_inset\r
29415 \r
29416 \r
29417 \end_layout\r
29418 \r
29419 \begin_layout Standard\r
29420 This environment consists of only one centered column.\r
29421  Every line can be numbered.\r
29422 \begin_inset Formula \r
29423 \begin{gather}\r
29424 A=1\\\r
29425 X=\textrm{-}1\r
29426 \end{gather}\r
29427 \r
29428 \end_inset\r
29429 \r
29430 \r
29431 \end_layout\r
29432 \r
29433 \begin_layout Subsection\r
29434 Multline Environment\r
29435 \begin_inset CommandInset label\r
29436 LatexCommand label\r
29437 name "sub:Multline-Environment"\r
29438 \r
29439 \end_inset\r
29440 \r
29441 \r
29442 \begin_inset Index idx\r
29443 status collapsed\r
29444 \r
29445 \begin_layout Plain Layout\r
29446 Formula ! multiline ! multline environment\r
29447 \end_layout\r
29448 \r
29449 \end_inset\r
29450 \r
29451 \r
29452 \end_layout\r
29453 \r
29454 \begin_layout Standard\r
29455 The multline environment consists, like the gather environment, of only\r
29456  one column.\r
29457  But the first line is left aligned, the last one right aligned.\r
29458  All other lines are centered.\r
29459  Therefore this environment is suitable for long formulas.\r
29460  As example formula \r
29461 \begin_inset CommandInset ref\r
29462 LatexCommand eqref\r
29463 reference "eq:lefteqn"\r
29464 \r
29465 \end_inset\r
29466 \r
29467  in the multline environment:\r
29468 \begin_inset Formula \r
29469 \begin{multline}\r
29470 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}\\\r
29471 -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}\\\r
29472 =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}}\r
29473 \end{multline}\r
29474 \r
29475 \end_inset\r
29476 \r
29477 \r
29478 \end_layout\r
29479 \r
29480 \begin_layout Standard\r
29481 In the output only the last (first) line of a multline environment appears\r
29482  numbered when the document numbering is right (left).\r
29483 \begin_inset Foot\r
29484 status collapsed\r
29485 \r
29486 \begin_layout Plain Layout\r
29487 numbering styles see \r
29488 \begin_inset CommandInset ref\r
29489 LatexCommand ref\r
29490 reference "sec:Formula-Styles"\r
29491 \r
29492 \end_inset\r
29493 \r
29494 \r
29495 \end_layout\r
29496 \r
29497 \end_inset\r
29498 \r
29499 \r
29500 \end_layout\r
29501 \r
29502 \begin_layout Standard\r
29503 With the commands \r
29504 \series bold\r
29505 \r
29506 \backslash\r
29507 shoveright\r
29508 \series default\r
29509 \r
29510 \begin_inset Index idx\r
29511 status collapsed\r
29512 \r
29513 \begin_layout Plain Layout\r
29514 Commands ! S ! \r
29515 \backslash\r
29516 shoveright\r
29517 \end_layout\r
29518 \r
29519 \end_inset\r
29520 \r
29521  and \r
29522 \series bold\r
29523 \r
29524 \backslash\r
29525 shoveleft\r
29526 \series default\r
29527 \r
29528 \begin_inset Index idx\r
29529 status collapsed\r
29530 \r
29531 \begin_layout Plain Layout\r
29532 Commands ! S ! \r
29533 \backslash\r
29534 shoveleft\r
29535 \end_layout\r
29536 \r
29537 \end_inset\r
29538 \r
29539  a centered line can be right or left aligned, respectively.\r
29540  The commands are used as follows:\r
29541 \end_layout\r
29542 \r
29543 \begin_layout Standard\r
29544 \r
29545 \series bold\r
29546 \r
29547 \backslash\r
29548 shoveright{line content}\r
29549 \series default\r
29550  and \r
29551 \series bold\r
29552 \r
29553 \backslash\r
29554 shoveleft{line content}\r
29555 \end_layout\r
29556 \r
29557 \begin_layout Standard\r
29558 \begin_inset VSpace medskip\r
29559 \end_inset\r
29560 \r
29561 The length \r
29562 \series bold\r
29563 \r
29564 \backslash\r
29565 multlinegap\r
29566 \series default\r
29567 \r
29568 \begin_inset Index idx\r
29569 status collapsed\r
29570 \r
29571 \begin_layout Plain Layout\r
29572 Commands ! M ! \r
29573 \backslash\r
29574 multlinegap\r
29575 \end_layout\r
29576 \r
29577 \end_inset\r
29578 \r
29579  specifies the distance of the first line from the left page margin.\r
29580  Predefined is the length 0\r
29581 \begin_inset space \thinspace{}\r
29582 \end_inset\r
29583 \r
29584 pt.\r
29585 \end_layout\r
29586 \r
29587 \begin_layout Standard\r
29588 As example the above formula where the command\r
29589 \end_layout\r
29590 \r
29591 \begin_layout Standard\r
29592 \r
29593 \series bold\r
29594 \r
29595 \backslash\r
29596 setlength{\r
29597 \backslash\r
29598 multlinegap}{2cm}\r
29599 \end_layout\r
29600 \r
29601 \begin_layout Standard\r
29602 was inserted in TeX-mode before:\r
29603 \begin_inset ERT\r
29604 status collapsed\r
29605 \r
29606 \begin_layout Plain Layout\r
29607 \r
29608 \r
29609 \backslash\r
29610 setlength{\r
29611 \backslash\r
29612 multlinegap}{2cm}\r
29613 \end_layout\r
29614 \r
29615 \end_inset\r
29616 \r
29617 \r
29618 \begin_inset Formula \r
29619 \begin{multline}\r
29620 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}\\\r
29621 \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}}\\\r
29622 =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}}\r
29623 \end{multline}\r
29624 \r
29625 \end_inset\r
29626 \r
29627 \r
29628 \begin_inset ERT\r
29629 status collapsed\r
29630 \r
29631 \begin_layout Plain Layout\r
29632 \r
29633 \r
29634 \backslash\r
29635 setlength{\r
29636 \backslash\r
29637 multlinegap}{0pt}\r
29638 \end_layout\r
29639 \r
29640 \end_inset\r
29641 \r
29642 The second line was left aligned using \r
29643 \series bold\r
29644 \r
29645 \backslash\r
29646 shoveleft\r
29647 \series default\r
29648 .\r
29649 \end_layout\r
29650 \r
29651 \begin_layout Subsection\r
29652 Multiline Formula Parts\r
29653 \begin_inset CommandInset label\r
29654 LatexCommand label\r
29655 name "sub:Multiline-Formula-Parts"\r
29656 \r
29657 \end_inset\r
29658 \r
29659 \r
29660 \begin_inset Index idx\r
29661 status collapsed\r
29662 \r
29663 \begin_layout Plain Layout\r
29664 Formula ! multiline ! formula parts\r
29665 \end_layout\r
29666 \r
29667 \end_inset\r
29668 \r
29669 \r
29670 \end_layout\r
29671 \r
29672 \begin_layout Standard\r
29673 To display only parts of a formula with multiple lines, one of the following\r
29674  environments is used: \r
29675 \series bold\r
29676 aligned\r
29677 \series default\r
29678\r
29679 \series bold\r
29680 alignedat\r
29681 \series default\r
29682\r
29683 \series bold\r
29684 gathered\r
29685 \series default\r
29686  or \r
29687 \series bold\r
29688 split\r
29689 \series default\r
29690 .\r
29691  They can be inserted via the menu \r
29692 \family sans\r
29693 Insert\SpecialChar \menuseparator\r
29694 Math\r
29695 \family default\r
29696  or by using the commands described in this section.\r
29697 \end_layout\r
29698 \r
29699 \begin_layout Standard\r
29700 The first three have the same properties as the corresponding multiline\r
29701  formula environments, but it is possible to set further formula parts beside\r
29702  them.\r
29703  An example:\r
29704 \begin_inset Formula \r
29705 \[\r
29706 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\\r
29707 \Delta E\Delta t & \ge\frac{\hbar}{2}\r
29708 \end{aligned}\r
29709 \right\} \textrm{Uncertainty relations}\r
29710 \]\r
29711 \r
29712 \end_inset\r
29713 \r
29714 \r
29715 \end_layout\r
29716 \r
29717 \begin_layout Standard\r
29718 To get this formula, a displayed formula is created where the command \r
29719 \series bold\r
29720 \r
29721 \backslash\r
29722 aligned\r
29723 \series default\r
29724 \r
29725 \begin_inset Index idx\r
29726 status collapsed\r
29727 \r
29728 \begin_layout Plain Layout\r
29729 Commands ! A ! \r
29730 \backslash\r
29731 aligned\r
29732 \end_layout\r
29733 \r
29734 \end_inset\r
29735 \r
29736  is inserted.\r
29737  A purple box appears around the blue formula box where now columns and\r
29738  lines can be added.\r
29739  Outside the multiline environment other formula parts can be set, like\r
29740  the brace.\r
29741 \end_layout\r
29742 \r
29743 \begin_layout Standard\r
29744 The aligned environment is also suitable for long formulas whose lines are\r
29745  horizontally aligned.\r
29746  Using aligned in a displayed formula has the advantage that the formula\r
29747  number is vertically centered behind the lines.\r
29748  As example formula \r
29749 \begin_inset CommandInset ref\r
29750 LatexCommand eqref\r
29751 reference "eq:shortlong"\r
29752 \r
29753 \end_inset\r
29754 \r
29755  in the aligned environment:\r
29756 \begin_inset Formula \r
29757 \begin{equation}\r
29758 \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}|}\\\r
29759  & -\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}|}\r
29760 \end{aligned}\r
29761 \end{equation}\r
29762 \r
29763 \end_inset\r
29764 \r
29765 \r
29766 \end_layout\r
29767 \r
29768 \begin_layout Standard\r
29769 To use the environments \r
29770 \series bold\r
29771 alignedat\r
29772 \series default\r
29773\r
29774 \series bold\r
29775 gathered\r
29776 \series default\r
29777 , or \r
29778 \series bold\r
29779 split\r
29780 \series default\r
29781 , the command \r
29782 \series bold\r
29783 \r
29784 \backslash\r
29785 alignedat\r
29786 \series default\r
29787 ,\r
29788 \begin_inset Index idx\r
29789 status collapsed\r
29790 \r
29791 \begin_layout Plain Layout\r
29792 Commands ! A ! \r
29793 \backslash\r
29794 alignedat\r
29795 \end_layout\r
29796 \r
29797 \end_inset\r
29798 \r
29799  \r
29800 \series bold\r
29801 \r
29802 \backslash\r
29803 gathered\r
29804 \series default\r
29805 \r
29806 \begin_inset Index idx\r
29807 status collapsed\r
29808 \r
29809 \begin_layout Plain Layout\r
29810 Commands ! G ! \r
29811 \backslash\r
29812 gathered\r
29813 \end_layout\r
29814 \r
29815 \end_inset\r
29816 \r
29817 , or \r
29818 \series bold\r
29819 \r
29820 \backslash\r
29821 split\r
29822 \series default\r
29823 \r
29824 \begin_inset Index idx\r
29825 status collapsed\r
29826 \r
29827 \begin_layout Plain Layout\r
29828 Commands ! S ! \r
29829 \backslash\r
29830 split\r
29831 \end_layout\r
29832 \r
29833 \end_inset\r
29834 \r
29835  are inserted, respectively.\r
29836  The split environment has the same properties as the aligned environment\r
29837  but it can only have two columns.\r
29838 \end_layout\r
29839 \r
29840 \begin_layout Subsection\r
29841 Text in multiline Formulas\r
29842 \begin_inset CommandInset label\r
29843 LatexCommand label\r
29844 name "sub:Text-in-multiline"\r
29845 \r
29846 \end_inset\r
29847 \r
29848 \r
29849 \begin_inset Index idx\r
29850 status collapsed\r
29851 \r
29852 \begin_layout Plain Layout\r
29853 Text ! in formulas\r
29854 \end_layout\r
29855 \r
29856 \end_inset\r
29857 \r
29858 \r
29859 \begin_inset Index idx\r
29860 status collapsed\r
29861 \r
29862 \begin_layout Plain Layout\r
29863 Formula ! multiline ! text\r
29864 \end_layout\r
29865 \r
29866 \end_inset\r
29867 \r
29868 \r
29869 \end_layout\r
29870 \r
29871 \begin_layout Standard\r
29872 In the Align environments, and the multline and gather environment, text\r
29873  can be inserted that will appear in a separate line and doesn't affect\r
29874  the column alignment.\r
29875  To do this, the command \r
29876 \series bold\r
29877 \r
29878 \backslash\r
29879 intertext\r
29880 \series default\r
29881 \r
29882 \begin_inset Index idx\r
29883 status collapsed\r
29884 \r
29885 \begin_layout Plain Layout\r
29886 Commands ! I ! \r
29887 \backslash\r
29888 intertext\r
29889 \end_layout\r
29890 \r
29891 \end_inset\r
29892 \r
29893  is used in the following scheme:\r
29894 \end_layout\r
29895 \r
29896 \begin_layout Standard\r
29897 \r
29898 \series bold\r
29899 \r
29900 \backslash\r
29901 intertext{text}\r
29902 \end_layout\r
29903 \r
29904 \begin_layout Standard\r
29905 The text should not be longer than a line because it cannot be hyphenated.\r
29906  As LyX doesn't yet support \r
29907 \series bold\r
29908 \r
29909 \backslash\r
29910 intertext\r
29911 \series default\r
29912  directly, the text is written as mathematical text.\r
29913  \r
29914 \series bold\r
29915 \r
29916 \backslash\r
29917 intertext\r
29918 \series default\r
29919  must hereby be at the beginning of a line and appears in the output above\r
29920  this line.\r
29921  An example where the text was inserted at the beginning of the second line:\r
29922 \begin_inset Formula \r
29923 \begin{align}\r
29924 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\\r
29925 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\r
29926 \end{align}\r
29927 \r
29928 \end_inset\r
29929 \r
29930 \r
29931 \end_layout\r
29932 \r
29933 \begin_layout Section\r
29934 Formula Numbering\r
29935 \begin_inset Index idx\r
29936 status collapsed\r
29937 \r
29938 \begin_layout Plain Layout\r
29939 Formula numbering\r
29940 \end_layout\r
29941 \r
29942 \end_inset\r
29943 \r
29944 \r
29945 \begin_inset Index idx\r
29946 status collapsed\r
29947 \r
29948 \begin_layout Plain Layout\r
29949 Formula ! numbering|see\r
29950 \begin_inset ERT\r
29951 status collapsed\r
29952 \r
29953 \begin_layout Plain Layout\r
29954 \r
29955 {\r
29956 \end_layout\r
29957 \r
29958 \end_inset\r
29959 \r
29960 Formula numbering\r
29961 \begin_inset ERT\r
29962 status collapsed\r
29963 \r
29964 \begin_layout Plain Layout\r
29965 \r
29966 }\r
29967 \end_layout\r
29968 \r
29969 \end_inset\r
29970 \r
29971 \r
29972 \end_layout\r
29973 \r
29974 \end_inset\r
29975 \r
29976 \r
29977 \end_layout\r
29978 \r
29979 \begin_layout Subsection\r
29980 General\r
29981 \end_layout\r
29982 \r
29983 \begin_layout Standard\r
29984 Numbered formulas can be created with the menu \r
29985 \family sans\r
29986 Insert\SpecialChar \menuseparator\r
29987 Math\SpecialChar \menuseparator\r
29988 Numbered\r
29989 \begin_inset space ~\r
29990 \end_inset\r
29991 \r
29992 Formula\r
29993 \family default\r
29994  (shortcut \r
29995 \family sans\r
29996 Ctrl+Alt\r
29997 \begin_inset space ~\r
29998 \end_inset\r
29999 \r
30000 N\r
30001 \family default\r
30002 ).\r
30003  Existing formulas can be numbered with the menu \r
30004 \family sans\r
30005 Edit\SpecialChar \menuseparator\r
30006 Math\SpecialChar \menuseparator\r
30007 Toggle\r
30008 \begin_inset space ~\r
30009 \end_inset\r
30010 \r
30011 Numbering\r
30012 \family default\r
30013  (shortcut \r
30014 \begin_inset Info\r
30015 type  "shortcut"\r
30016 arg   "math-number-toggle"\r
30017 \end_inset\r
30018 \r
30019 ).\r
30020  The formula number is displayed in LyX behind the formula as a number sign\r
30021  in parentheses.\r
30022  The number sign is replaced in the output by the formula number.\r
30023 \end_layout\r
30024 \r
30025 \begin_layout Standard\r
30026 When numbering is turned on in multiline formulas, all lines will be numbered.\r
30027  But the numbering can be controlled with the menu \r
30028 \family sans\r
30029 Edit\SpecialChar \menuseparator\r
30030 Math\SpecialChar \menuseparator\r
30031 Toggle\r
30032 \begin_inset space ~\r
30033 \end_inset\r
30034 \r
30035 Numbering\r
30036 \begin_inset space ~\r
30037 \end_inset\r
30038 \r
30039 of\r
30040 \begin_inset space ~\r
30041 \end_inset\r
30042 \r
30043 Line\r
30044 \family default\r
30045  (shortcut \r
30046 \begin_inset Info\r
30047 type  "shortcut"\r
30048 arg   "math-number-line-toggle"\r
30049 \end_inset\r
30050 \r
30051 ) for every line.\r
30052 \end_layout\r
30053 \r
30054 \begin_layout Standard\r
30055 Except for inline formulas, all formulas can be numbered with two different\r
30056  styles, see \r
30057 \begin_inset CommandInset ref\r
30058 LatexCommand ref\r
30059 reference "sec:Formula-Styles"\r
30060 \r
30061 \end_inset\r
30062 \r
30063 .\r
30064 \end_layout\r
30065 \r
30066 \begin_layout Subsection\r
30067 Cross-References\r
30068 \begin_inset Index idx\r
30069 status collapsed\r
30070 \r
30071 \begin_layout Plain Layout\r
30072 Cross-references ! to formulas\r
30073 \end_layout\r
30074 \r
30075 \end_inset\r
30076 \r
30077 \r
30078 \end_layout\r
30079 \r
30080 \begin_layout Standard\r
30081 All labeled formulas can be cross-referenced.\r
30082  A label is added by the menu \r
30083 \family sans\r
30084 Insert\SpecialChar \menuseparator\r
30085 Label\r
30086 \family default\r
30087  or the toolbar button \r
30088 \begin_inset Graphics\r
30089         filename ../images/label-insert.png\r
30090         scale 85\r
30091 \r
30092 \end_inset\r
30093 \r
30094 .\r
30095  The cursor must hereby be inside a displayed formula.\r
30096  Alternatively you can right-click on the formula and choose \r
30097 \family sans\r
30098 Equation Label\r
30099 \family default\r
30100 .\r
30101  A dialog pops up displaying the prefix \r
30102 \series bold\r
30103 eq:\r
30104 \series default\r
30105  in a text field.\r
30106  The label is inserted there behind the prefix.\r
30107  The predefined prefix means \r
30108 \begin_inset Quotes eld\r
30109 \end_inset\r
30110 \r
30111 equation\r
30112 \begin_inset Quotes erd\r
30113 \end_inset\r
30114 \r
30115  and makes it easier to find labels in large documents because it marks\r
30116  it as formula label to divide it from e.\r
30117 \begin_inset space \thinspace{}\r
30118 \end_inset\r
30119 \r
30120 g.\r
30121 \begin_inset space \space{}\r
30122 \end_inset\r
30123 \r
30124 section labels.\r
30125  To change a label, the menu \r
30126 \family sans\r
30127 Insert\SpecialChar \menuseparator\r
30128 Label\r
30129 \family default\r
30130  is used again or you right-click on a formula and then on \r
30131 \family sans\r
30132 Equation Label\r
30133 \family default\r
30134 .\r
30135 \end_layout\r
30136 \r
30137 \begin_layout Standard\r
30138 The name of the label is displayed in LyX within two parentheses behind\r
30139  formula.\r
30140  A formula with a label is always numbered.\r
30141 \end_layout\r
30142 \r
30143 \begin_layout Standard\r
30144 Cross-references are inserted via the menu \r
30145 \family sans\r
30146 Insert\SpecialChar \menuseparator\r
30147 Cross-Reference\r
30148 \family default\r
30149  or with the toolbar button \r
30150 \begin_inset Graphics\r
30151         filename ../images/dialog-show-new-inset_ref.png\r
30152         scale 85\r
30153 \r
30154 \end_inset\r
30155 \r
30156 .\r
30157  A formula cross-reference appears in the output as formula number.\r
30158  When in the cross-reference dialog window the format \r
30159 \series bold\r
30160 (<reference>)\r
30161 \series default\r
30162  is chosen, the cross-reference appears in the output as formula number\r
30163  in parentheses.\r
30164 \begin_inset Newline newline\r
30165 \end_inset\r
30166 \r
30167 By right-clicking on a cross-reference in LyX, one jumps to the formula\r
30168  that is referenced.\r
30169 \end_layout\r
30170 \r
30171 \begin_layout Standard\r
30172 Here are as examples cross-references to formulas of the following subsections:\r
30173 \begin_inset Note Note\r
30174 status open\r
30175 \r
30176 \begin_layout Plain Layout\r
30177 Note the different cross-reference types.\r
30178 \end_layout\r
30179 \r
30180 \end_inset\r
30181 \r
30182 \r
30183 \end_layout\r
30184 \r
30185 \begin_layout Standard\r
30186 The equations \r
30187 \begin_inset CommandInset ref\r
30188 LatexCommand eqref\r
30189 reference "eq:tag"\r
30190 \r
30191 \end_inset\r
30192 \r
30193  and \r
30194 \begin_inset CommandInset ref\r
30195 LatexCommand eqref\r
30196 reference "eq:c"\r
30197 \r
30198 \end_inset\r
30199 \r
30200  are equivalent.\r
30201  In (\r
30202 \begin_inset CommandInset ref\r
30203 LatexCommand ref\r
30204 reference "eq:Lat"\r
30205 \r
30206 \end_inset\r
30207 \r
30208 ) big Latin letters are used for the numbering in contrary to (\r
30209 \begin_inset CommandInset ref\r
30210 LatexCommand ref\r
30211 reference "eq:Rom"\r
30212 \r
30213 \end_inset\r
30214 \r
30215 ).\r
30216 \end_layout\r
30217 \r
30218 \begin_layout Standard\r
30219 \begin_inset VSpace medskip\r
30220 \end_inset\r
30221 \r
30222 When the argument of \r
30223 \series bold\r
30224 \r
30225 \backslash\r
30226 tag\r
30227 \begin_inset Foot\r
30228 status collapsed\r
30229 \r
30230 \begin_layout Plain Layout\r
30231 \r
30232 \series bold\r
30233 \r
30234 \backslash\r
30235 tag\r
30236 \series default\r
30237  is described in \r
30238 \begin_inset CommandInset ref\r
30239 LatexCommand ref\r
30240 reference "sub:User-defined-Numbering"\r
30241 \r
30242 \end_inset\r
30243 \r
30244 .\r
30245 \end_layout\r
30246 \r
30247 \end_inset\r
30248 \r
30249 \r
30250 \series default\r
30251  contains a box like in \r
30252 \begin_inset CommandInset ref\r
30253 LatexCommand ref\r
30254 reference "sub:Paragraph-Boxes"\r
30255 \r
30256 \end_inset\r
30257 \r
30258 , the formula cannot be referenced.\r
30259 \end_layout\r
30260 \r
30261 \begin_layout Subsection\r
30262 Subnumbering\r
30263 \begin_inset Index idx\r
30264 status collapsed\r
30265 \r
30266 \begin_layout Plain Layout\r
30267 Formula numbering ! subnumbering\r
30268 \end_layout\r
30269 \r
30270 \end_inset\r
30271 \r
30272 \r
30273 \end_layout\r
30274 \r
30275 \begin_layout Standard\r
30276 With the help of the commands \r
30277 \series bold\r
30278 \r
30279 \backslash\r
30280 begin{subequations}\r
30281 \series default\r
30282  and \r
30283 \series bold\r
30284 \r
30285 \backslash\r
30286 end{subequations}\r
30287 \series default\r
30288  formulas can be subnumbered.\r
30289  Both commands are inserted in TeX-mode.\r
30290 \end_layout\r
30291 \r
30292 \begin_layout Standard\r
30293 An example:\r
30294 \begin_inset Formula \r
30295 \begin{equation}\r
30296 A=C-B\label{eq:a}\r
30297 \end{equation}\r
30298 \r
30299 \end_inset\r
30300 \r
30301 \r
30302 \begin_inset ERT\r
30303 status collapsed\r
30304 \r
30305 \begin_layout Plain Layout\r
30306 \r
30307 \r
30308 \backslash\r
30309 addtocounter{equation}{-1}\r
30310 \end_layout\r
30311 \r
30312 \end_inset\r
30313 \r
30314 \r
30315 \begin_inset ERT\r
30316 status collapsed\r
30317 \r
30318 \begin_layout Plain Layout\r
30319 \r
30320 \r
30321 \backslash\r
30322 begin{subequations}\r
30323 \end_layout\r
30324 \r
30325 \end_inset\r
30326 \r
30327 \r
30328 \begin_inset VSpace -5mm\r
30329 \end_inset\r
30330 \r
30331 \r
30332 \begin_inset Formula \r
30333 \begin{equation}\r
30334 B=C-A\label{eq:b}\r
30335 \end{equation}\r
30336 \r
30337 \end_inset\r
30338 \r
30339 \r
30340 \begin_inset Formula \r
30341 \begin{equation}\r
30342 C=A+B\label{eq:c}\r
30343 \end{equation}\r
30344 \r
30345 \end_inset\r
30346 \r
30347 \r
30348 \end_layout\r
30349 \r
30350 \begin_layout Standard\r
30351 \begin_inset ERT\r
30352 status collapsed\r
30353 \r
30354 \begin_layout Plain Layout\r
30355 \r
30356 \r
30357 \backslash\r
30358 end{subequations}\r
30359 \end_layout\r
30360 \r
30361 \end_inset\r
30362 \r
30363 \r
30364 \end_layout\r
30365 \r
30366 \begin_layout Standard\r
30367 To create the example, the following is done:\r
30368 \end_layout\r
30369 \r
30370 \begin_layout Enumerate\r
30371 first formula is inserted\r
30372 \end_layout\r
30373 \r
30374 \begin_layout Enumerate\r
30375 \r
30376 \series bold\r
30377 \r
30378 \backslash\r
30379 addtocounter{equation}{-1} \r
30380 \backslash\r
30381 begin{subequations}\r
30382 \begin_inset Index idx\r
30383 status collapsed\r
30384 \r
30385 \begin_layout Plain Layout\r
30386 Commands ! A ! \r
30387 \backslash\r
30388 addtocounter\r
30389 \end_layout\r
30390 \r
30391 \end_inset\r
30392 \r
30393 \r
30394 \begin_inset Newline newline\r
30395 \end_inset\r
30396 \r
30397 \r
30398 \series default\r
30399 is inserted after the first formula\r
30400 \end_layout\r
30401 \r
30402 \begin_layout Enumerate\r
30403 second formula is inserted\r
30404 \end_layout\r
30405 \r
30406 \begin_layout Enumerate\r
30407 third formula is inserted\r
30408 \end_layout\r
30409 \r
30410 \begin_layout Enumerate\r
30411 \r
30412 \series bold\r
30413 \r
30414 \backslash\r
30415 end{subequations}\r
30416 \series default\r
30417  is inserted after the third formula\r
30418 \end_layout\r
30419 \r
30420 \begin_layout Standard\r
30421 Every formula between the commands \r
30422 \series bold\r
30423 \r
30424 \backslash\r
30425 begin\r
30426 \series default\r
30427  and \r
30428 \series bold\r
30429 \r
30430 \backslash\r
30431 end\r
30432 \series default\r
30433  is subnumbered as a, b, \r
30434 \begin_inset Newline linebreak\r
30435 \end_inset\r
30436 \r
30437 c, \SpecialChar \ldots{}\r
30438  For multiline formulas every line will be subnumbered.\r
30439  All subnumbered formulas are treated as \r
30440 \emph on\r
30441 one\r
30442 \emph default\r
30443  numbered formula.\r
30444  But as every numbered formula increases the counter \r
30445 \series bold\r
30446 equation\r
30447 \series default\r
30448  by one, the command \r
30449 \series bold\r
30450 \r
30451 \backslash\r
30452 addtocounter\r
30453 \series default\r
30454  is needed to decrease it.\r
30455  Otherwise the formulas \r
30456 \begin_inset CommandInset ref\r
30457 LatexCommand eqref\r
30458 reference "eq:a"\r
30459 \r
30460 \end_inset\r
30461 \r
30462\r
30463 \begin_inset CommandInset ref\r
30464 LatexCommand eqref\r
30465 reference "eq:b"\r
30466 \r
30467 \end_inset\r
30468 \r
30469\r
30470 \begin_inset CommandInset ref\r
30471 LatexCommand eqref\r
30472 reference "eq:c"\r
30473 \r
30474 \end_inset\r
30475 \r
30476  would be numbered as \r
30477 \begin_inset CommandInset ref\r
30478 LatexCommand eqref\r
30479 reference "eq:a"\r
30480 \r
30481 \end_inset\r
30482 \r
30483\r
30484 \begin_inset CommandInset ref\r
30485 LatexCommand eqref\r
30486 reference "eq:d"\r
30487 \r
30488 \end_inset\r
30489 \r
30490\r
30491 \begin_inset CommandInset ref\r
30492 LatexCommand eqref\r
30493 reference "eq:f"\r
30494 \r
30495 \end_inset\r
30496 \r
30497 .\r
30498 \end_layout\r
30499 \r
30500 \begin_layout Standard\r
30501 By inserting the commands in TeX-mode, a space is created between the first\r
30502  two formulas.\r
30503  To revert this -5\r
30504 \begin_inset space \thinspace{}\r
30505 \end_inset\r
30506 \r
30507 mm vertical space is inserted after the command \r
30508 \series bold\r
30509 \r
30510 \backslash\r
30511 begin{subequations}\r
30512 \series default\r
30513 .\r
30514  When the formula style \r
30515 \series bold\r
30516 Indented\r
30517 \begin_inset Foot\r
30518 status collapsed\r
30519 \r
30520 \begin_layout Plain Layout\r
30521 formula styles see \r
30522 \begin_inset CommandInset ref\r
30523 LatexCommand ref\r
30524 reference "sec:Formula-Styles"\r
30525 \r
30526 \end_inset\r
30527 \r
30528 \r
30529 \end_layout\r
30530 \r
30531 \end_inset\r
30532 \r
30533 \r
30534 \series default\r
30535  is used, -7\r
30536 \begin_inset space \thinspace{}\r
30537 \end_inset\r
30538 \r
30539 mm space is inserted instead.\r
30540 \end_layout\r
30541 \r
30542 \begin_layout Standard\r
30543 Here is an example for a multiline formula where the numbering was turned\r
30544  off for the second line:\r
30545 \begin_inset ERT\r
30546 status collapsed\r
30547 \r
30548 \begin_layout Plain Layout\r
30549 \r
30550 \r
30551 \backslash\r
30552 begin{subequations}\r
30553 \end_layout\r
30554 \r
30555 \end_inset\r
30556 \r
30557 \r
30558 \begin_inset Formula \r
30559 \begin{eqnarray}\r
30560 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\\r
30561  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\\r
30562  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\r
30563 \end{eqnarray}\r
30564 \r
30565 \end_inset\r
30566 \r
30567 \r
30568 \begin_inset ERT\r
30569 status collapsed\r
30570 \r
30571 \begin_layout Plain Layout\r
30572 \r
30573 \r
30574 \backslash\r
30575 end{subequations}\r
30576 \end_layout\r
30577 \r
30578 \end_inset\r
30579 \r
30580 \r
30581 \end_layout\r
30582 \r
30583 \begin_layout Subsection\r
30584 User-defined Numbering\r
30585 \begin_inset CommandInset label\r
30586 LatexCommand label\r
30587 name "sub:User-defined-Numbering"\r
30588 \r
30589 \end_inset\r
30590 \r
30591 \r
30592 \begin_inset Index idx\r
30593 status collapsed\r
30594 \r
30595 \begin_layout Plain Layout\r
30596 Formula numbering ! user-defined\r
30597 \end_layout\r
30598 \r
30599 \end_inset\r
30600 \r
30601 \r
30602 \end_layout\r
30603 \r
30604 \begin_layout Standard\r
30605 \begin_inset Index idx\r
30606 status collapsed\r
30607 \r
30608 \begin_layout Plain Layout\r
30609 Formula numbering ! self-defined delimiters\r
30610 \end_layout\r
30611 \r
30612 \end_inset\r
30613 \r
30614 With the standard numbering parentheses are set around the formula number.\r
30615  To replace the parentheses for example by vertical bars, the following\r
30616  line is added to the LaTeX-preamble:\r
30617 \end_layout\r
30618 \r
30619 \begin_layout Standard\r
30620 \r
30621 \series bold\r
30622 \r
30623 \backslash\r
30624 def\r
30625 \backslash\r
30626 tagform@#1{\r
30627 \backslash\r
30628 maketag@@@{|#1|}}\r
30629 \series default\r
30630 \r
30631 \begin_inset Note Note\r
30632 status collapsed\r
30633 \r
30634 \begin_layout Plain Layout\r
30635 This macro is already declared in the LaTeX-preamble for testing.\r
30636  To activate it, remove the percent sign at the beginning.\r
30637 \end_layout\r
30638 \r
30639 \end_inset\r
30640 \r
30641 \r
30642 \end_layout\r
30643 \r
30644 \begin_layout Standard\r
30645 To use other characters, the vertical bars besides the \r
30646 \series bold\r
30647 #1\r
30648 \series default\r
30649  are replaced by one ore more characters.\r
30650  To get only the formula number the vertical bars are omitted.\r
30651 \end_layout\r
30652 \r
30653 \begin_layout Standard\r
30654 \begin_inset VSpace bigskip\r
30655 \end_inset\r
30656 \r
30657 When there should be an expression of your choice instead of the consecutive\r
30658  formula number in parentheses behind the formula, the command \r
30659 \series bold\r
30660 \r
30661 \backslash\r
30662 tag\r
30663 \series default\r
30664 \r
30665 \begin_inset Index idx\r
30666 status collapsed\r
30667 \r
30668 \begin_layout Plain Layout\r
30669 Commands ! T ! \r
30670 \backslash\r
30671 tag\r
30672 \end_layout\r
30673 \r
30674 \end_inset\r
30675 \r
30676  is used:\r
30677 \begin_inset Formula \r
30678 \begin{equation}\r
30679 A+B=C\tag{something}\label{eq:tag}\r
30680 \end{equation}\r
30681 \r
30682 \end_inset\r
30683 \r
30684 In this example the command \r
30685 \series bold\r
30686 \r
30687 \backslash\r
30688 tag\r
30689 \begin_inset ERT\r
30690 status collapsed\r
30691 \r
30692 \begin_layout Plain Layout\r
30693 \r
30694 \r
30695 \backslash\r
30696 spce \r
30697 \end_layout\r
30698 \r
30699 \end_inset\r
30700 \r
30701 something\r
30702 \series default\r
30703  was inserted in the formula.\r
30704 \end_layout\r
30705 \r
30706 \begin_layout Standard\r
30707 When the command \r
30708 \series bold\r
30709 \r
30710 \backslash\r
30711 tag*\r
30712 \begin_inset ERT\r
30713 status collapsed\r
30714 \r
30715 \begin_layout Plain Layout\r
30716 \r
30717 \r
30718 \backslash\r
30719 spce \r
30720 \end_layout\r
30721 \r
30722 \end_inset\r
30723 \r
30724 something\r
30725 \series default\r
30726  is inserted instead, the star prevents the parentheses around the expression:\r
30727 \begin_inset Formula \r
30728 \[\r
30729 A+B=C\tag*{something}\r
30730 \]\r
30731 \r
30732 \end_inset\r
30733 \r
30734 \r
30735 \end_layout\r
30736 \r
30737 \begin_layout Standard\r
30738 \begin_inset VSpace bigskip\r
30739 \end_inset\r
30740 \r
30741 To restart the formula numbering with new document parts or sections, the\r
30742  following command is used:\r
30743 \end_layout\r
30744 \r
30745 \begin_layout Standard\r
30746 \r
30747 \series bold\r
30748 \r
30749 \backslash\r
30750 @addtoreset{equation}{part}\r
30751 \series default\r
30752 \r
30753 \begin_inset Index idx\r
30754 status collapsed\r
30755 \r
30756 \begin_layout Plain Layout\r
30757 Commands ! \r
30758 \begin_inset ERT\r
30759 status collapsed\r
30760 \r
30761 \begin_layout Plain Layout\r
30762 \r
30763 "\r
30764 \end_layout\r
30765 \r
30766 \end_inset\r
30767 \r
30768 @\r
30769 \begin_inset ERT\r
30770 status collapsed\r
30771 \r
30772 \begin_layout Plain Layout\r
30773 \r
30774 "\r
30775 \end_layout\r
30776 \r
30777 \end_inset\r
30778 \r
30779  ! \r
30780 \backslash\r
30781 \r
30782 \begin_inset ERT\r
30783 status collapsed\r
30784 \r
30785 \begin_layout Plain Layout\r
30786 \r
30787 "\r
30788 \end_layout\r
30789 \r
30790 \end_inset\r
30791 \r
30792 @\r
30793 \begin_inset ERT\r
30794 status collapsed\r
30795 \r
30796 \begin_layout Plain Layout\r
30797 \r
30798 "\r
30799 \end_layout\r
30800 \r
30801 \end_inset\r
30802 \r
30803 addtoreset\r
30804 \end_layout\r
30805 \r
30806 \end_inset\r
30807 \r
30808 \r
30809 \begin_inset Newline newline\r
30810 \end_inset\r
30811 \r
30812 resp.\r
30813 \begin_inset Newline newline\r
30814 \end_inset\r
30815 \r
30816 \r
30817 \series bold\r
30818 \r
30819 \backslash\r
30820 @addtoreset{equation}{section}\r
30821 \end_layout\r
30822 \r
30823 \begin_layout Standard\r
30824 To be able to use these commands in TeX-mode, the \r
30825 \begin_inset Quotes eld\r
30826 \end_inset\r
30827 \r
30828 @\r
30829 \begin_inset Quotes erd\r
30830 \end_inset\r
30831 \r
30832  character has to be made \r
30833 \begin_inset Quotes eld\r
30834 \end_inset\r
30835 \r
30836 active\r
30837 \begin_inset Quotes erd\r
30838 \end_inset\r
30839 \r
30840  for LaTeX using the command \r
30841 \series bold\r
30842 \r
30843 \backslash\r
30844 makeatletter.\r
30845 \r
30846 \series default\r
30847  The command \r
30848 \series bold\r
30849 \r
30850 \backslash\r
30851 makeatother\r
30852 \series default\r
30853  reverts this.\r
30854  So the command sequence in TeX-mode is:\r
30855 \end_layout\r
30856 \r
30857 \begin_layout Standard\r
30858 \r
30859 \series bold\r
30860 \r
30861 \backslash\r
30862 makeatletter\r
30863 \begin_inset Newline newline\r
30864 \end_inset\r
30865 \r
30866 \r
30867 \backslash\r
30868 @addtoreset{equation}{section}\r
30869 \begin_inset Newline newline\r
30870 \end_inset\r
30871 \r
30872 \r
30873 \backslash\r
30874 makeatother\r
30875 \end_layout\r
30876 \r
30877 \begin_layout Standard\r
30878 In the LaTeX-preamble \r
30879 \series bold\r
30880 \r
30881 \backslash\r
30882 makeatletter\r
30883 \series default\r
30884  and \r
30885 \series bold\r
30886 \r
30887 \backslash\r
30888 makeatother\r
30889 \series default\r
30890  can be omitted as they are automatically internally inserted by LyX.\r
30891 \end_layout\r
30892 \r
30893 \begin_layout Standard\r
30894 To revert \r
30895 \series bold\r
30896 \r
30897 \backslash\r
30898 @addtoreset\r
30899 \series default\r
30900 , the file \r
30901 \series bold\r
30902 remreset.sty\r
30903 \series default\r
30904 \r
30905 \begin_inset Foot\r
30906 status collapsed\r
30907 \r
30908 \begin_layout Plain Layout\r
30909 \r
30910 \series bold\r
30911 remreset\r
30912 \series default\r
30913  is part of the LaTeX-package \r
30914 \series bold\r
30915 carlisle\r
30916 \series default\r
30917 \r
30918 \begin_inset Index idx\r
30919 status collapsed\r
30920 \r
30921 \begin_layout Plain Layout\r
30922 Packages ! carlisle\r
30923 \end_layout\r
30924 \r
30925 \end_inset\r
30926 \r
30927  that is part of every LaTeX standard installation.\r
30928 \end_layout\r
30929 \r
30930 \end_inset\r
30931 \r
30932 \r
30933 \begin_inset Index idx\r
30934 status collapsed\r
30935 \r
30936 \begin_layout Plain Layout\r
30937 Packages ! remreset\r
30938 \end_layout\r
30939 \r
30940 \end_inset\r
30941 \r
30942  has to be loaded in the LaTeX-preamble with the line\r
30943 \end_layout\r
30944 \r
30945 \begin_layout Standard\r
30946 \r
30947 \series bold\r
30948 \r
30949 \backslash\r
30950 usepackage{remreset}\r
30951 \end_layout\r
30952 \r
30953 \begin_layout Standard\r
30954 Then the command \r
30955 \series bold\r
30956 \r
30957 \backslash\r
30958 @removefromreset\r
30959 \series default\r
30960 \r
30961 \begin_inset Index idx\r
30962 status collapsed\r
30963 \r
30964 \begin_layout Plain Layout\r
30965 Commands ! \r
30966 \begin_inset ERT\r
30967 status collapsed\r
30968 \r
30969 \begin_layout Plain Layout\r
30970 \r
30971 "\r
30972 \end_layout\r
30973 \r
30974 \end_inset\r
30975 \r
30976 @\r
30977 \begin_inset ERT\r
30978 status collapsed\r
30979 \r
30980 \begin_layout Plain Layout\r
30981 \r
30982 "\r
30983 \end_layout\r
30984 \r
30985 \end_inset\r
30986 \r
30987  ! \r
30988 \backslash\r
30989 \r
30990 \begin_inset ERT\r
30991 status collapsed\r
30992 \r
30993 \begin_layout Plain Layout\r
30994 \r
30995 "\r
30996 \end_layout\r
30997 \r
30998 \end_inset\r
30999 \r
31000 @\r
31001 \begin_inset ERT\r
31002 status collapsed\r
31003 \r
31004 \begin_layout Plain Layout\r
31005 \r
31006 "\r
31007 \end_layout\r
31008 \r
31009 \end_inset\r
31010 \r
31011 removefromreset\r
31012 \end_layout\r
31013 \r
31014 \end_inset\r
31015 \r
31016  can be used with the same scheme as \r
31017 \series bold\r
31018 \r
31019 \backslash\r
31020 @addtoreset\r
31021 \series default\r
31022 .\r
31023 \end_layout\r
31024 \r
31025 \begin_layout Standard\r
31026 \begin_inset VSpace bigskip\r
31027 \end_inset\r
31028 \r
31029 Sometimes formulas should be numbered in the following form:\r
31030 \end_layout\r
31031 \r
31032 \begin_layout Standard\r
31033 \r
31034 \family typewriter\r
31035 (section number.formula number)\r
31036 \end_layout\r
31037 \r
31038 \begin_layout Standard\r
31039 The formula number should start with every section with \r
31040 \begin_inset Quotes eld\r
31041 \end_inset\r
31042 \r
31043 1\r
31044 \begin_inset Quotes erd\r
31045 \end_inset\r
31046 \r
31047 .\r
31048 \end_layout\r
31049 \r
31050 \begin_layout Standard\r
31051 For this case there is the command \r
31052 \series bold\r
31053 \r
31054 \backslash\r
31055 numberwithin\r
31056 \series default\r
31057 \r
31058 \begin_inset Index idx\r
31059 status collapsed\r
31060 \r
31061 \begin_layout Plain Layout\r
31062 Commands ! N ! \r
31063 \backslash\r
31064 numberwithin\r
31065 \end_layout\r
31066 \r
31067 \end_inset\r
31068 \r
31069 , which is used with the following scheme:\r
31070 \end_layout\r
31071 \r
31072 \begin_layout Standard\r
31073 \r
31074 \series bold\r
31075 \r
31076 \backslash\r
31077 numberwithin{counter}{sectioning}\r
31078 \end_layout\r
31079 \r
31080 \begin_layout Standard\r
31081 Counter denotes what kind of numbering is affected, sectioning denotes what\r
31082  number is before the dot.\r
31083 \end_layout\r
31084 \r
31085 \begin_layout Standard\r
31086 Thus in our case the following LaTeX-preamble or TeX code line is used:\r
31087 \end_layout\r
31088 \r
31089 \begin_layout Standard\r
31090 \r
31091 \series bold\r
31092 \r
31093 \backslash\r
31094 numberwithin{equation}{section}\r
31095 \end_layout\r
31096 \r
31097 \begin_layout Standard\r
31098 This is the result:\r
31099 \begin_inset ERT\r
31100 status collapsed\r
31101 \r
31102 \begin_layout Plain Layout\r
31103 \r
31104 \r
31105 \backslash\r
31106 numberwithin{equation}{section}\r
31107 \end_layout\r
31108 \r
31109 \end_inset\r
31110 \r
31111 \r
31112 \begin_inset Formula \r
31113 \begin{equation}\r
31114 A+B=C\r
31115 \end{equation}\r
31116 \r
31117 \end_inset\r
31118 \r
31119 \r
31120 \end_layout\r
31121 \r
31122 \begin_layout Standard\r
31123 To number e.\r
31124 \begin_inset space \thinspace{}\r
31125 \end_inset\r
31126 \r
31127 g.\r
31128 \begin_inset space \space{}\r
31129 \end_inset\r
31130 \r
31131 tables so that the number of the part is the sectioning,\r
31132 \begin_inset Newline newline\r
31133 \end_inset\r
31134 \r
31135 \r
31136 \series bold\r
31137 \r
31138 \backslash\r
31139 numberwithin{table}{part}\r
31140 \series default\r
31141  is used.\r
31142 \end_layout\r
31143 \r
31144 \begin_layout Standard\r
31145 To go back to the standard numbering or to prevent this kind of numbering\r
31146  when it is defined by the document class, the following command is inserted\r
31147  as TeX code or to the LaTeX-preamble:\r
31148 \end_layout\r
31149 \r
31150 \begin_layout Standard\r
31151 \r
31152 \series bold\r
31153 \r
31154 \backslash\r
31155 renewcommand{\r
31156 \backslash\r
31157 theequation}{\r
31158 \backslash\r
31159 arabic{equation}}\r
31160 \begin_inset Index idx\r
31161 status collapsed\r
31162 \r
31163 \begin_layout Plain Layout\r
31164 Commands ! A ! \r
31165 \backslash\r
31166 arabic\r
31167 \end_layout\r
31168 \r
31169 \end_inset\r
31170 \r
31171 \r
31172 \series default\r
31173 \r
31174 \begin_inset ERT\r
31175 status collapsed\r
31176 \r
31177 \begin_layout Plain Layout\r
31178 \r
31179 \r
31180 \backslash\r
31181 renewcommand{\r
31182 \backslash\r
31183 theequation}{\r
31184 \backslash\r
31185 arabic{equation}}\r
31186 \end_layout\r
31187 \r
31188 \end_inset\r
31189 \r
31190 \r
31191 \series bold\r
31192 \r
31193 \begin_inset Newline newline\r
31194 \end_inset\r
31195 \r
31196 \r
31197 \series default\r
31198 or\r
31199 \series bold\r
31200 \r
31201 \begin_inset Newline newline\r
31202 \end_inset\r
31203 \r
31204 \r
31205 \backslash\r
31206 renewcommand{\r
31207 \backslash\r
31208 thetable}{\r
31209 \backslash\r
31210 arabic{table}}\r
31211 \end_layout\r
31212 \r
31213 \begin_layout Standard\r
31214 \r
31215 \series bold\r
31216 \r
31217 \backslash\r
31218 numberwithin\r
31219 \series default\r
31220  uses internally the command \r
31221 \series bold\r
31222 \r
31223 \backslash\r
31224 @addtoreset\r
31225 \series default\r
31226 , described above, that also needs to be reverted.\r
31227 \begin_inset ERT\r
31228 status collapsed\r
31229 \r
31230 \begin_layout Plain Layout\r
31231 \r
31232 \r
31233 \backslash\r
31234 makeatletter\r
31235 \end_layout\r
31236 \r
31237 \begin_layout Plain Layout\r
31238 \r
31239 \r
31240 \backslash\r
31241 @removefromreset{equation}{section}\r
31242 \end_layout\r
31243 \r
31244 \begin_layout Plain Layout\r
31245 \r
31246 \r
31247 \backslash\r
31248 makeatother\r
31249 \end_layout\r
31250 \r
31251 \end_inset\r
31252 \r
31253 \r
31254 \end_layout\r
31255 \r
31256 \begin_layout Subsection\r
31257 Numbering with Roman Numbers and Letters\r
31258 \begin_inset Index idx\r
31259 status collapsed\r
31260 \r
31261 \begin_layout Plain Layout\r
31262 Formula numbering ! with letters\r
31263 \end_layout\r
31264 \r
31265 \end_inset\r
31266 \r
31267 \r
31268 \begin_inset Index idx\r
31269 status collapsed\r
31270 \r
31271 \begin_layout Plain Layout\r
31272 Formula numbering ! with Roman numbers\r
31273 \end_layout\r
31274 \r
31275 \end_inset\r
31276 \r
31277 \r
31278 \end_layout\r
31279 \r
31280 \begin_layout Standard\r
31281 Formulas can also be numbered with Roman numbers and Latin letters.\r
31282  To number for example with small Roman numbers, the command\r
31283 \end_layout\r
31284 \r
31285 \begin_layout Standard\r
31286 \r
31287 \series bold\r
31288 \r
31289 \backslash\r
31290 renewcommand{\r
31291 \backslash\r
31292 theequation}{\r
31293 \backslash\r
31294 roman{equation}}\r
31295 \end_layout\r
31296 \r
31297 \begin_layout Standard\r
31298 is inserted before the formula in TeX-mode.\r
31299  \r
31300 \series bold\r
31301 \r
31302 \backslash\r
31303 renewcommand\r
31304 \series default\r
31305 \r
31306 \begin_inset Index idx\r
31307 status collapsed\r
31308 \r
31309 \begin_layout Plain Layout\r
31310 Commands ! R ! \r
31311 \backslash\r
31312 renewcommand\r
31313 \end_layout\r
31314 \r
31315 \end_inset\r
31316 \r
31317  redefines the predefined command \r
31318 \series bold\r
31319 \r
31320 \backslash\r
31321 theequation\r
31322 \series default\r
31323  to the command \r
31324 \series bold\r
31325 \r
31326 \backslash\r
31327 roman{equation}\r
31328 \series default\r
31329 .\r
31330 \begin_inset Foot\r
31331 status collapsed\r
31332 \r
31333 \begin_layout Plain Layout\r
31334 The command \r
31335 \series bold\r
31336 \r
31337 \backslash\r
31338 renewcommand\r
31339 \series default\r
31340  has the same scheme like the command \r
31341 \series bold\r
31342 \r
31343 \backslash\r
31344 newcommand\r
31345 \series default\r
31346  that is described in \r
31347 \begin_inset CommandInset ref\r
31348 LatexCommand ref\r
31349 reference "sub:The-Command-newcommand"\r
31350 \r
31351 \end_inset\r
31352 \r
31353 .\r
31354 \end_layout\r
31355 \r
31356 \end_inset\r
31357 \r
31358  \r
31359 \series bold\r
31360 equation\r
31361 \series default\r
31362  is the formula counter.\r
31363  When the command \r
31364 \series bold\r
31365 \r
31366 \backslash\r
31367 the\r
31368 \series default\r
31369  is used as prefix for a counter, the value of the counter is output as\r
31370  Arabic number.\r
31371  When a formula is numbered, LaTeX sets internally the command \r
31372 \series bold\r
31373 \r
31374 \backslash\r
31375 theequation\r
31376 \series default\r
31377  behind the formula.\r
31378  \r
31379 \series bold\r
31380 \r
31381 \backslash\r
31382 roman{equation}\r
31383 \begin_inset Index idx\r
31384 status collapsed\r
31385 \r
31386 \begin_layout Plain Layout\r
31387 Commands ! R ! \r
31388 \backslash\r
31389 roman\r
31390 \end_layout\r
31391 \r
31392 \end_inset\r
31393 \r
31394 \r
31395 \series default\r
31396  outputs the counter as small Roman number.\r
31397 \end_layout\r
31398 \r
31399 \begin_layout Standard\r
31400 All formulas behind the command \r
31401 \series bold\r
31402 \r
31403 \backslash\r
31404 renew\r
31405 \series default\r
31406 c\r
31407 \series bold\r
31408 ommand\r
31409 \series default\r
31410  are now numbered Roman.\r
31411  To switch to numbering with big Roman numbers, the command is inserted\r
31412  again, but \r
31413 \series bold\r
31414 \r
31415 \backslash\r
31416 roman\r
31417 \series default\r
31418  is replaced by \r
31419 \series bold\r
31420 \r
31421 \backslash\r
31422 Roman\r
31423 \series default\r
31424 \r
31425 \begin_inset Index idx\r
31426 status collapsed\r
31427 \r
31428 \begin_layout Plain Layout\r
31429 Commands ! R ! \r
31430 \backslash\r
31431 roman@\r
31432 \backslash\r
31433 Roman\r
31434 \end_layout\r
31435 \r
31436 \end_inset\r
31437 \r
31438 .\r
31439  To \r
31440 \begin_inset Quotes eld\r
31441 \end_inset\r
31442 \r
31443 number\r
31444 \begin_inset Quotes erd\r
31445 \end_inset\r
31446 \r
31447  with small Latin letters there is the command \r
31448 \series bold\r
31449 \r
31450 \backslash\r
31451 alph\r
31452 \series default\r
31453 \r
31454 \begin_inset Index idx\r
31455 status collapsed\r
31456 \r
31457 \begin_layout Plain Layout\r
31458 Commands ! A ! \r
31459 \backslash\r
31460 alph\r
31461 \end_layout\r
31462 \r
31463 \end_inset\r
31464 \r
31465 , for big ones there is the command \r
31466 \series bold\r
31467 \r
31468 \backslash\r
31469 Alph\r
31470 \series default\r
31471 \r
31472 \begin_inset Index idx\r
31473 status collapsed\r
31474 \r
31475 \begin_layout Plain Layout\r
31476 Commands ! A ! \r
31477 \backslash\r
31478 alph@\r
31479 \backslash\r
31480 Alph\r
31481 \end_layout\r
31482 \r
31483 \end_inset\r
31484 \r
31485 .\r
31486 \end_layout\r
31487 \r
31488 \begin_layout Standard\r
31489 \begin_inset Note Greyedout\r
31490 status open\r
31491 \r
31492 \begin_layout Plain Layout\r
31493 \r
31494 \series bold\r
31495 \color none\r
31496 Note:\r
31497 \series default\r
31498  Only maximal 26\r
31499 \begin_inset space ~\r
31500 \end_inset\r
31501 \r
31502 formulas can be numbered with Latin letters in one document.\r
31503 \end_layout\r
31504 \r
31505 \end_inset\r
31506 \r
31507 \r
31508 \end_layout\r
31509 \r
31510 \begin_layout Standard\r
31511 \begin_inset ERT\r
31512 status collapsed\r
31513 \r
31514 \begin_layout Plain Layout\r
31515 \r
31516 \r
31517 \backslash\r
31518 renewcommand{\r
31519 \backslash\r
31520 theequation}{\r
31521 \backslash\r
31522 roman{equation}}\r
31523 \end_layout\r
31524 \r
31525 \end_inset\r
31526 \r
31527 \r
31528 \end_layout\r
31529 \r
31530 \begin_layout Standard\r
31531 \begin_inset Formula \r
31532 \begin{equation}\r
31533 A=\textrm{small roman}\r
31534 \end{equation}\r
31535 \r
31536 \end_inset\r
31537 \r
31538 \r
31539 \begin_inset ERT\r
31540 status collapsed\r
31541 \r
31542 \begin_layout Plain Layout\r
31543 \r
31544 \r
31545 \backslash\r
31546 renewcommand{\r
31547 \backslash\r
31548 theequation}{\r
31549 \backslash\r
31550 Roman{equation}}\r
31551 \end_layout\r
31552 \r
31553 \end_inset\r
31554 \r
31555 \r
31556 \begin_inset Formula \r
31557 \begin{equation}\r
31558 B=\textrm{big Roman}\label{eq:Rom}\r
31559 \end{equation}\r
31560 \r
31561 \end_inset\r
31562 \r
31563 \r
31564 \begin_inset ERT\r
31565 status collapsed\r
31566 \r
31567 \begin_layout Plain Layout\r
31568 \r
31569 \r
31570 \backslash\r
31571 renewcommand{\r
31572 \backslash\r
31573 theequation}{\r
31574 \backslash\r
31575 alph{equation}}\r
31576 \end_layout\r
31577 \r
31578 \end_inset\r
31579 \r
31580 \r
31581 \begin_inset Formula \r
31582 \begin{equation}\r
31583 C=\textrm{small Latin}\r
31584 \end{equation}\r
31585 \r
31586 \end_inset\r
31587 \r
31588 \r
31589 \begin_inset ERT\r
31590 status collapsed\r
31591 \r
31592 \begin_layout Plain Layout\r
31593 \r
31594 \r
31595 \backslash\r
31596 renewcommand{\r
31597 \backslash\r
31598 theequation}{\r
31599 \backslash\r
31600 Alph{equation}}\r
31601 \end_layout\r
31602 \r
31603 \end_inset\r
31604 \r
31605 \r
31606 \begin_inset Formula \r
31607 \begin{equation}\r
31608 D=\textrm{big Latin}\label{eq:Lat}\r
31609 \end{equation}\r
31610 \r
31611 \end_inset\r
31612 \r
31613 \r
31614 \end_layout\r
31615 \r
31616 \begin_layout Standard\r
31617 To switch back to the default numbering, insert the command:\r
31618 \end_layout\r
31619 \r
31620 \begin_layout Standard\r
31621 \r
31622 \series bold\r
31623 \r
31624 \backslash\r
31625 renewcommand{\r
31626 \backslash\r
31627 theequation}{\r
31628 \backslash\r
31629 arabic{equation}}\r
31630 \begin_inset Index idx\r
31631 status collapsed\r
31632 \r
31633 \begin_layout Plain Layout\r
31634 Commands ! A ! \r
31635 \backslash\r
31636 arabic\r
31637 \end_layout\r
31638 \r
31639 \end_inset\r
31640 \r
31641 \r
31642 \end_layout\r
31643 \r
31644 \begin_layout Standard\r
31645 \begin_inset ERT\r
31646 status collapsed\r
31647 \r
31648 \begin_layout Plain Layout\r
31649 \r
31650 \r
31651 \backslash\r
31652 renewcommand{\r
31653 \backslash\r
31654 theequation}{\r
31655 \backslash\r
31656 arabic{equation}}\r
31657 \end_layout\r
31658 \r
31659 \end_inset\r
31660 \r
31661 \r
31662 \begin_inset Formula \r
31663 \begin{equation}\r
31664 E=\textrm{Arabic}\r
31665 \end{equation}\r
31666 \r
31667 \end_inset\r
31668 \r
31669 \r
31670 \end_layout\r
31671 \r
31672 \begin_layout Standard\r
31673 \begin_inset VSpace medskip\r
31674 \end_inset\r
31675 \r
31676 As you see, formulas are numbered serially independent from the numbering\r
31677  style.\r
31678  When then numbering should start with \r
31679 \begin_inset Quotes eld\r
31680 \end_inset\r
31681 \r
31682 1\r
31683 \begin_inset Quotes erd\r
31684 \end_inset\r
31685 \r
31686  when the style is changed, new equation counters have to be defined.\r
31687  A description about this can be found in the file \r
31688 \begin_inset CommandInset href\r
31689 LatexCommand href\r
31690 name "Formula-numbering.lyx"\r
31691 target "run:Formula-numbering.lyx"\r
31692 \r
31693 \end_inset\r
31694 \r
31695 .\r
31696 \end_layout\r
31697 \r
31698 \begin_layout Standard\r
31699 \begin_inset Newpage newpage\r
31700 \end_inset\r
31701 \r
31702 \r
31703 \end_layout\r
31704 \r
31705 \begin_layout Section\r
31706 Chemical Symbols and Equations\r
31707 \begin_inset CommandInset label\r
31708 LatexCommand label\r
31709 name "sub:Chemical-Symbols-and"\r
31710 \r
31711 \end_inset\r
31712 \r
31713 \r
31714 \begin_inset Index idx\r
31715 status collapsed\r
31716 \r
31717 \begin_layout Plain Layout\r
31718 Chemical characters ! Symbols\r
31719 \end_layout\r
31720 \r
31721 \end_inset\r
31722 \r
31723 \r
31724 \begin_inset Index idx\r
31725 status collapsed\r
31726 \r
31727 \begin_layout Plain Layout\r
31728 Chemical equations\r
31729 \end_layout\r
31730 \r
31731 \end_inset\r
31732 \r
31733 \r
31734 \begin_inset Index idx\r
31735 status collapsed\r
31736 \r
31737 \begin_layout Plain Layout\r
31738 Symbols ! chemical\r
31739 \end_layout\r
31740 \r
31741 \end_inset\r
31742 \r
31743 \r
31744 \end_layout\r
31745 \r
31746 \begin_layout Standard\r
31747 An example text from chemistry:\r
31748 \end_layout\r
31749 \r
31750 \begin_layout Quote\r
31751 The \r
31752 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$\r
31753 \end_inset\r
31754 \r
31755 -ion reacts with two \r
31756 \begin_inset Formula $\mathrm{Na^{+}}$\r
31757 \end_inset\r
31758 \r
31759 -ions to sodium sulfate \r
31760 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$\r
31761 \end_inset\r
31762 \r
31763 .\r
31764  The chemical equation for this is:\r
31765 \begin_inset Formula \r
31766 \begin{equation}\r
31767 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}\r
31768 \end{equation}\r
31769 \r
31770 \end_inset\r
31771 \r
31772 \r
31773 \end_layout\r
31774 \r
31775 \begin_layout Standard\r
31776 This chemical equation can directly be created as formula.\r
31777  To avoid that the symbols appear italic, everything is highlighted and\r
31778  changed by the shortcut \r
31779 \begin_inset Info\r
31780 type  "shortcut"\r
31781 arg   "font-roman"\r
31782 \end_inset\r
31783 \r
31784  to the upright font style.\r
31785 \begin_inset Foot\r
31786 status collapsed\r
31787 \r
31788 \begin_layout Plain Layout\r
31789 font styles\r
31790 \series bold\r
31791  \r
31792 \series default\r
31793 see \r
31794 \begin_inset CommandInset ref\r
31795 LatexCommand ref\r
31796 reference "sub:Font-Styles"\r
31797 \r
31798 \end_inset\r
31799 \r
31800 \r
31801 \end_layout\r
31802 \r
31803 \end_inset\r
31804 \r
31805 \r
31806 \end_layout\r
31807 \r
31808 \begin_layout Standard\r
31809 A more convenient way to typeset chemical formulas is to use the command\r
31810  \r
31811 \series bold\r
31812 \r
31813 \backslash\r
31814 ce\r
31815 \series default\r
31816 \r
31817 \begin_inset Index idx\r
31818 status collapsed\r
31819 \r
31820 \begin_layout Plain Layout\r
31821 Commands ! C ! \r
31822 \backslash\r
31823 ce\r
31824 \end_layout\r
31825 \r
31826 \end_inset\r
31827 \r
31828  that is available when the LaTeX-package \r
31829 \series bold\r
31830 mhchem\r
31831 \series default\r
31832 \r
31833 \begin_inset Index idx\r
31834 status collapsed\r
31835 \r
31836 \begin_layout Plain Layout\r
31837 Packages ! mhchem\r
31838 \end_layout\r
31839 \r
31840 \end_inset\r
31841 \r
31842  is installed.\r
31843  After inserting \r
31844 \series bold\r
31845 \r
31846 \backslash\r
31847 ce\r
31848 \series default\r
31849  to a formula a new blue box appears where chemical formulas can be inserted\r
31850  in an intuitive way.\r
31851 \end_layout\r
31852 \r
31853 \begin_layout Standard\r
31854 \align center\r
31855 \begin_inset Tabular\r
31856 <lyxtabular version="3" rows="9" columns="2">\r
31857 <features tabularvalignment="middle">\r
31858 <column alignment="center" valignment="top" width="0">\r
31859 <column alignment="center" valignment="top" width="0">\r
31860 <row>\r
31861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
31862 \begin_inset Text\r
31863 \r
31864 \begin_layout Plain Layout\r
31865 Command\r
31866 \end_layout\r
31867 \r
31868 \end_inset\r
31869 </cell>\r
31870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
31871 \begin_inset Text\r
31872 \r
31873 \begin_layout Plain Layout\r
31874 Result\r
31875 \begin_inset Note Note\r
31876 status collapsed\r
31877 \r
31878 \begin_layout Plain Layout\r
31879 \r
31880 \series bold\r
31881 \r
31882 \backslash\r
31883 raisebox\r
31884 \series default\r
31885  is only used as spacer.\r
31886 \end_layout\r
31887 \r
31888 \end_inset\r
31889 \r
31890 \r
31891 \end_layout\r
31892 \r
31893 \end_inset\r
31894 </cell>\r
31895 </row>\r
31896 <row>\r
31897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
31898 \begin_inset Text\r
31899 \r
31900 \begin_layout Plain Layout\r
31901 \r
31902 \backslash\r
31903 ce\r
31904 \begin_inset ERT\r
31905 status collapsed\r
31906 \r
31907 \begin_layout Plain Layout\r
31908 \r
31909 \r
31910 \backslash\r
31911 spce \r
31912 \end_layout\r
31913 \r
31914 \end_inset\r
31915 \r
31916 H2CO3\r
31917 \end_layout\r
31918 \r
31919 \end_inset\r
31920 </cell>\r
31921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
31922 \begin_inset Text\r
31923 \r
31924 \begin_layout Plain Layout\r
31925 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$\r
31926 \end_inset\r
31927 \r
31928 \r
31929 \end_layout\r
31930 \r
31931 \end_inset\r
31932 </cell>\r
31933 </row>\r
31934 <row>\r
31935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
31936 \begin_inset Text\r
31937 \r
31938 \begin_layout Plain Layout\r
31939 \r
31940 \backslash\r
31941 ce\r
31942 \begin_inset ERT\r
31943 status collapsed\r
31944 \r
31945 \begin_layout Plain Layout\r
31946 \r
31947 \r
31948 \backslash\r
31949 spce \r
31950 \end_layout\r
31951 \r
31952 \end_inset\r
31953 \r
31954 SO4^2-\r
31955 \end_layout\r
31956 \r
31957 \end_inset\r
31958 </cell>\r
31959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
31960 \begin_inset Text\r
31961 \r
31962 \begin_layout Plain Layout\r
31963 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$\r
31964 \end_inset\r
31965 \r
31966 \r
31967 \end_layout\r
31968 \r
31969 \end_inset\r
31970 </cell>\r
31971 </row>\r
31972 <row>\r
31973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
31974 \begin_inset Text\r
31975 \r
31976 \begin_layout Plain Layout\r
31977 \r
31978 \backslash\r
31979 ce\r
31980 \begin_inset ERT\r
31981 status collapsed\r
31982 \r
31983 \begin_layout Plain Layout\r
31984 \r
31985 \r
31986 \backslash\r
31987 spce \r
31988 \end_layout\r
31989 \r
31990 \end_inset\r
31991 \r
31992 (NH4)2S\r
31993 \end_layout\r
31994 \r
31995 \end_inset\r
31996 </cell>\r
31997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
31998 \begin_inset Text\r
31999 \r
32000 \begin_layout Plain Layout\r
32001 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$\r
32002 \end_inset\r
32003 \r
32004 \r
32005 \end_layout\r
32006 \r
32007 \end_inset\r
32008 </cell>\r
32009 </row>\r
32010 <row>\r
32011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
32012 \begin_inset Text\r
32013 \r
32014 \begin_layout Plain Layout\r
32015 \r
32016 \backslash\r
32017 ce\r
32018 \begin_inset ERT\r
32019 status collapsed\r
32020 \r
32021 \begin_layout Plain Layout\r
32022 \r
32023 \r
32024 \backslash\r
32025 spce \r
32026 \end_layout\r
32027 \r
32028 \end_inset\r
32029 \r
32030 KCr(SO4)2.12H2O\r
32031 \end_layout\r
32032 \r
32033 \end_inset\r
32034 </cell>\r
32035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
32036 \begin_inset Text\r
32037 \r
32038 \begin_layout Plain Layout\r
32039 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$\r
32040 \end_inset\r
32041 \r
32042 \r
32043 \end_layout\r
32044 \r
32045 \end_inset\r
32046 </cell>\r
32047 </row>\r
32048 <row>\r
32049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
32050 \begin_inset Text\r
32051 \r
32052 \begin_layout Plain Layout\r
32053 \r
32054 \backslash\r
32055 ce\r
32056 \begin_inset ERT\r
32057 status collapsed\r
32058 \r
32059 \begin_layout Plain Layout\r
32060 \r
32061 \r
32062 \backslash\r
32063 spce \r
32064 \end_layout\r
32065 \r
32066 \end_inset\r
32067 \r
32068 A-B\r
32069 \backslash\r
32070 dbond\r
32071 \begin_inset ERT\r
32072 status collapsed\r
32073 \r
32074 \begin_layout Plain Layout\r
32075 \r
32076 \r
32077 \backslash\r
32078 spce \r
32079 \end_layout\r
32080 \r
32081 \end_inset\r
32082 \r
32083 C\r
32084 \backslash\r
32085 tbond\r
32086 \begin_inset ERT\r
32087 status collapsed\r
32088 \r
32089 \begin_layout Plain Layout\r
32090 \r
32091 \r
32092 \backslash\r
32093 spce \r
32094 \end_layout\r
32095 \r
32096 \end_inset\r
32097 \r
32098 D\r
32099 \end_layout\r
32100 \r
32101 \end_inset\r
32102 </cell>\r
32103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
32104 \begin_inset Text\r
32105 \r
32106 \begin_layout Plain Layout\r
32107 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$\r
32108 \end_inset\r
32109 \r
32110 \r
32111 \end_layout\r
32112 \r
32113 \end_inset\r
32114 </cell>\r
32115 </row>\r
32116 <row>\r
32117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
32118 \begin_inset Text\r
32119 \r
32120 \begin_layout Plain Layout\r
32121 \r
32122 \backslash\r
32123 ce\r
32124 \begin_inset ERT\r
32125 status collapsed\r
32126 \r
32127 \begin_layout Plain Layout\r
32128 \r
32129 \r
32130 \backslash\r
32131 spce \r
32132 \end_layout\r
32133 \r
32134 \end_inset\r
32135 \r
32136 ^227\r
32137 \begin_inset Formula $\downarrow$\r
32138 \end_inset\r
32139 \r
32140 _90\r
32141 \begin_inset Formula $\to$\r
32142 \end_inset\r
32143 \r
32144 Th+\r
32145 \end_layout\r
32146 \r
32147 \end_inset\r
32148 </cell>\r
32149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
32150 \begin_inset Text\r
32151 \r
32152 \begin_layout Plain Layout\r
32153 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$\r
32154 \end_inset\r
32155 \r
32156 \r
32157 \end_layout\r
32158 \r
32159 \end_inset\r
32160 </cell>\r
32161 </row>\r
32162 <row>\r
32163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
32164 \begin_inset Text\r
32165 \r
32166 \begin_layout Plain Layout\r
32167 \r
32168 \backslash\r
32169 ce\r
32170 \begin_inset ERT\r
32171 status collapsed\r
32172 \r
32173 \begin_layout Plain Layout\r
32174 \r
32175 \r
32176 \backslash\r
32177 spce \r
32178 \end_layout\r
32179 \r
32180 \end_inset\r
32181 \r
32182 CO2\r
32183 \begin_inset ERT\r
32184 status collapsed\r
32185 \r
32186 \begin_layout Plain Layout\r
32187 \r
32188 \r
32189 \backslash\r
32190 spce \r
32191 \end_layout\r
32192 \r
32193 \end_inset\r
32194 \r
32195 +\r
32196 \begin_inset ERT\r
32197 status collapsed\r
32198 \r
32199 \begin_layout Plain Layout\r
32200 \r
32201 \r
32202 \backslash\r
32203 spce \r
32204 \end_layout\r
32205 \r
32206 \end_inset\r
32207 \r
32208 C\r
32209 \begin_inset ERT\r
32210 status collapsed\r
32211 \r
32212 \begin_layout Plain Layout\r
32213 \r
32214 \r
32215 \backslash\r
32216 spce \r
32217 \end_layout\r
32218 \r
32219 \end_inset\r
32220 \r
32221 <=>\r
32222 \begin_inset ERT\r
32223 status collapsed\r
32224 \r
32225 \begin_layout Plain Layout\r
32226 \r
32227 \r
32228 \backslash\r
32229 spce \r
32230 \end_layout\r
32231 \r
32232 \end_inset\r
32233 \r
32234 2CO\r
32235 \end_layout\r
32236 \r
32237 \end_inset\r
32238 </cell>\r
32239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
32240 \begin_inset Text\r
32241 \r
32242 \begin_layout Plain Layout\r
32243 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$\r
32244 \end_inset\r
32245 \r
32246 \r
32247 \end_layout\r
32248 \r
32249 \end_inset\r
32250 </cell>\r
32251 </row>\r
32252 <row>\r
32253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
32254 \begin_inset Text\r
32255 \r
32256 \begin_layout Plain Layout\r
32257 \r
32258 \backslash\r
32259 ce\r
32260 \begin_inset ERT\r
32261 status collapsed\r
32262 \r
32263 \begin_layout Plain Layout\r
32264 \r
32265 \r
32266 \backslash\r
32267 spce \r
32268 \end_layout\r
32269 \r
32270 \end_inset\r
32271 \r
32272 CO2\r
32273 \begin_inset ERT\r
32274 status collapsed\r
32275 \r
32276 \begin_layout Plain Layout\r
32277 \r
32278 \r
32279 \backslash\r
32280 spce \r
32281 \end_layout\r
32282 \r
32283 \end_inset\r
32284 \r
32285 +\r
32286 \begin_inset ERT\r
32287 status collapsed\r
32288 \r
32289 \begin_layout Plain Layout\r
32290 \r
32291 \r
32292 \backslash\r
32293 spce \r
32294 \end_layout\r
32295 \r
32296 \end_inset\r
32297 \r
32298 C\r
32299 \begin_inset ERT\r
32300 status collapsed\r
32301 \r
32302 \begin_layout Plain Layout\r
32303 \r
32304 \r
32305 \backslash\r
32306 spce \r
32307 \end_layout\r
32308 \r
32309 \end_inset\r
32310 \r
32311 ->[\r
32312 \backslash\r
32313 alpha][\r
32314 \backslash\r
32315 beta]\r
32316 \begin_inset ERT\r
32317 status collapsed\r
32318 \r
32319 \begin_layout Plain Layout\r
32320 \r
32321 \r
32322 \backslash\r
32323 spce \r
32324 \end_layout\r
32325 \r
32326 \end_inset\r
32327 \r
32328 2CO}\r
32329 \end_layout\r
32330 \r
32331 \end_inset\r
32332 </cell>\r
32333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
32334 \begin_inset Text\r
32335 \r
32336 \begin_layout Plain Layout\r
32337 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$\r
32338 \end_inset\r
32339 \r
32340 \r
32341 \end_layout\r
32342 \r
32343 \end_inset\r
32344 </cell>\r
32345 </row>\r
32346 </lyxtabular>\r
32347 \r
32348 \end_inset\r
32349 \r
32350 \r
32351 \end_layout\r
32352 \r
32353 \begin_layout Standard\r
32354 \begin_inset Note Greyedout\r
32355 status open\r
32356 \r
32357 \begin_layout Plain Layout\r
32358 \r
32359 \series bold\r
32360 \color none\r
32361 Note:\r
32362 \series default\r
32363  Inserting a formula to a \r
32364 \series bold\r
32365 \r
32366 \backslash\r
32367 ce\r
32368 \series default\r
32369  box will lead to LaTeX errors due to a LyX bug.\r
32370 \color inherit\r
32371 \r
32372 \begin_inset Foot\r
32373 status collapsed\r
32374 \r
32375 \begin_layout Plain Layout\r
32376 \begin_inset CommandInset href\r
32377 LatexCommand href\r
32378 name "LyX-bug #8566"\r
32379 target "http://www.lyx.org/trac/ticket/8566"\r
32380 \r
32381 \end_inset\r
32382 \r
32383 \r
32384 \end_layout\r
32385 \r
32386 \end_inset\r
32387 \r
32388 \r
32389 \color none\r
32390  In this case TeX code has to be used like for \r
32391 \series bold\r
32392 \r
32393 \backslash\r
32394 ce{$\r
32395 \backslash\r
32396 mu\r
32397 \backslash\r
32398 hyphen$Cl}\r
32399 \series default\r
32400\r
32401 \begin_inset ERT\r
32402 status collapsed\r
32403 \r
32404 \begin_layout Plain Layout\r
32405 \r
32406 \r
32407 \backslash\r
32408 ce{$\r
32409 \backslash\r
32410 mu\r
32411 \backslash\r
32412 hyphen$Cl}\r
32413 \end_layout\r
32414 \r
32415 \end_inset\r
32416 \r
32417  \r
32418 \end_layout\r
32419 \r
32420 \end_inset\r
32421 \r
32422 \r
32423 \end_layout\r
32424 \r
32425 \begin_layout Standard\r
32426 \begin_inset Note Greyedout\r
32427 status open\r
32428 \r
32429 \begin_layout Plain Layout\r
32430 \r
32431 \series bold\r
32432 \color none\r
32433 Note:\r
32434 \series default\r
32435  It is not possible in LyX to use the character ^ to get an up-arrow as\r
32436  described in the \r
32437 \series bold\r
32438 mhchem\r
32439 \series default\r
32440  manual.\r
32441  One instead uses a negative thin space followed by the command \r
32442 \series bold\r
32443 \r
32444 \backslash\r
32445 uparrow\r
32446 \series default\r
32447\r
32448 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$\r
32449 \end_inset\r
32450 \r
32451 \r
32452 \end_layout\r
32453 \r
32454 \end_inset\r
32455 \r
32456 \r
32457 \end_layout\r
32458 \r
32459 \begin_layout Standard\r
32460 Using \r
32461 \series bold\r
32462 \r
32463 \backslash\r
32464 ce\r
32465 \series default\r
32466  the command for equation\r
32467 \begin_inset space ~\r
32468 \end_inset\r
32469 \r
32470 \r
32471 \begin_inset CommandInset ref\r
32472 LatexCommand eqref\r
32473 reference "eq:chem-reaction"\r
32474 \r
32475 \end_inset\r
32476 \r
32477  is:\r
32478 \begin_inset Newline newline\r
32479 \end_inset\r
32480 \r
32481 \r
32482 \series bold\r
32483  \r
32484 \backslash\r
32485 ce\r
32486 \begin_inset ERT\r
32487 status collapsed\r
32488 \r
32489 \begin_layout Plain Layout\r
32490 \r
32491 \r
32492 \backslash\r
32493 spce \r
32494 \end_layout\r
32495 \r
32496 \end_inset\r
32497 \r
32498 2Na+\r
32499 \begin_inset ERT\r
32500 status collapsed\r
32501 \r
32502 \begin_layout Plain Layout\r
32503 \r
32504 \r
32505 \backslash\r
32506 spce \r
32507 \end_layout\r
32508 \r
32509 \end_inset\r
32510 \r
32511 +\r
32512 \begin_inset ERT\r
32513 status collapsed\r
32514 \r
32515 \begin_layout Plain Layout\r
32516 \r
32517 \r
32518 \backslash\r
32519 spce \r
32520 \end_layout\r
32521 \r
32522 \end_inset\r
32523 \r
32524 SO4^2-\r
32525 \begin_inset ERT\r
32526 status collapsed\r
32527 \r
32528 \begin_layout Plain Layout\r
32529 \r
32530 \r
32531 \backslash\r
32532 spce \r
32533 \end_layout\r
32534 \r
32535 \end_inset\r
32536 \r
32537 \r
32538 \begin_inset ERT\r
32539 status collapsed\r
32540 \r
32541 \begin_layout Plain Layout\r
32542 \r
32543 \r
32544 \backslash\r
32545 spce \r
32546 \end_layout\r
32547 \r
32548 \end_inset\r
32549 \r
32550 ->\r
32551 \begin_inset ERT\r
32552 status collapsed\r
32553 \r
32554 \begin_layout Plain Layout\r
32555 \r
32556 \r
32557 \backslash\r
32558 spce \r
32559 \end_layout\r
32560 \r
32561 \end_inset\r
32562 \r
32563 Na2SO4\r
32564 \end_layout\r
32565 \r
32566 \begin_layout Standard\r
32567 To create multiline chemical equations first a multiline formula is created\r
32568  as described in \r
32569 \begin_inset CommandInset ref\r
32570 LatexCommand ref\r
32571 reference "sec:Multiline-Formulas"\r
32572 \r
32573 \end_inset\r
32574 \r
32575 .\r
32576  Afterwards the command \r
32577 \series bold\r
32578 \r
32579 \backslash\r
32580 ce\r
32581 \series default\r
32582  is used in every small blue box of the formula.\r
32583  \r
32584 \begin_inset CommandInset ref\r
32585 LatexCommand eqref\r
32586 reference "eq:TEOS-reaction-1"\r
32587 \r
32588 \end_inset\r
32589 \r
32590  and \r
32591 \begin_inset CommandInset ref\r
32592 LatexCommand eqref\r
32593 reference "eq:TEOS-reaction-2"\r
32594 \r
32595 \end_inset\r
32596 \r
32597  are an example of a multi-stage chemical reaction where every equation\r
32598  has its own number.\r
32599 \begin_inset Formula \r
32600 \begin{eqnarray}\r
32601 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\\r
32602 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}\r
32603 \end{eqnarray}\r
32604 \r
32605 \end_inset\r
32606 \r
32607 \r
32608 \end_layout\r
32609 \r
32610 \begin_layout Standard\r
32611 Besides \r
32612 \series bold\r
32613 \r
32614 \backslash\r
32615 ce\r
32616 \series default\r
32617  the \r
32618 \series bold\r
32619 mhchem\r
32620 \series default\r
32621  package provides the command \r
32622 \series bold\r
32623 \r
32624 \backslash\r
32625 cf\r
32626 \series default\r
32627 \r
32628 \begin_inset Index idx\r
32629 status collapsed\r
32630 \r
32631 \begin_layout Plain Layout\r
32632 Commands ! C ! \r
32633 \backslash\r
32634 cf\r
32635 \end_layout\r
32636 \r
32637 \end_inset\r
32638 \r
32639  that has to be used for special cases.\r
32640  For more information about \r
32641 \series bold\r
32642 \r
32643 \backslash\r
32644 cf\r
32645 \series default\r
32646  and more examples have a look at the documentation of \r
32647 \series bold\r
32648 mhchem\r
32649 \series default\r
32650\r
32651 \begin_inset CommandInset citation\r
32652 LatexCommand cite\r
32653 key "mhchem"\r
32654 \r
32655 \end_inset\r
32656 \r
32657 .\r
32658 \end_layout\r
32659 \r
32660 \begin_layout Section\r
32661 Diagrams\r
32662 \end_layout\r
32663 \r
32664 \begin_layout Standard\r
32665 LyX supports two types of commutative diagrams: \r
32666 \series bold\r
32667 amscd\r
32668 \series default\r
32669  and \r
32670 \series bold\r
32671 xymatrix\r
32672 \series default\r
32673  that are explained in the following.\r
32674 \end_layout\r
32675 \r
32676 \begin_layout Subsection\r
32677 Amscd Diagrams\r
32678 \begin_inset Index idx\r
32679 status collapsed\r
32680 \r
32681 \begin_layout Plain Layout\r
32682 Diagrams ! amscd\r
32683 \end_layout\r
32684 \r
32685 \end_inset\r
32686 \r
32687 \r
32688 \end_layout\r
32689 \r
32690 \begin_layout Standard\r
32691 Diagrams of this type visualize relations by vertical and horizontal lines\r
32692  or arrows:\r
32693 \begin_inset Formula \r
32694 \[\r
32695 \begin{CD}A@>>>B@>>>C\\\r
32696 @AAA@.@VVV\\\r
32697 F@<<<E@<<<D\r
32698 \end{CD}\r
32699 \]\r
32700 \r
32701 \end_inset\r
32702 \r
32703 \r
32704 \end_layout\r
32705 \r
32706 \begin_layout Standard\r
32707 To get them, the command \r
32708 \series bold\r
32709 \r
32710 \backslash\r
32711 CD\r
32712 \begin_inset Index idx\r
32713 status collapsed\r
32714 \r
32715 \begin_layout Plain Layout\r
32716 Commands ! C ! \r
32717 \backslash\r
32718 CD\r
32719 \end_layout\r
32720 \r
32721 \end_inset\r
32722 \r
32723 \r
32724 \series default\r
32725  is inserted to a formula.\r
32726  A blue box appears with two dashed lines where further commands can be\r
32727  inserted.\r
32728  With \r
32729 \begin_inset Info\r
32730 type  "shortcut"\r
32731 arg   "newline-insert newline"\r
32732 \end_inset\r
32733 \r
32734  a new line is created.\r
32735  Horizontal relations are inserted in odd, vertical in even formula lines.\r
32736 \end_layout\r
32737 \r
32738 \begin_layout Standard\r
32739 To create the relations there are the following commands:\r
32740 \end_layout\r
32741 \r
32742 \begin_layout Itemize\r
32743 \r
32744 \series bold\r
32745 @<<<\r
32746 \series default\r
32747  creates a left arrow, \r
32748 \series bold\r
32749 @>>>\r
32750 \series default\r
32751  a right arrow and \r
32752 \series bold\r
32753 @=\r
32754 \series default\r
32755  a long equal sign\r
32756 \end_layout\r
32757 \r
32758 \begin_layout Itemize\r
32759 \r
32760 \series bold\r
32761 @AAA\r
32762 \series default\r
32763  creates an up arrow, \r
32764 \series bold\r
32765 @VVV\r
32766 \series default\r
32767  a down arrow and \r
32768 \series bold\r
32769 @|\r
32770 \series default\r
32771  a vertical equal sign\r
32772 \end_layout\r
32773 \r
32774 \begin_layout Itemize\r
32775 \r
32776 \series bold\r
32777 @.\r
32778 \r
32779 \series default\r
32780  is a placeholder for non-existent relations\r
32781 \end_layout\r
32782 \r
32783 \begin_layout Standard\r
32784 All arrows can be labeled as follows:\r
32785 \end_layout\r
32786 \r
32787 \begin_layout Itemize\r
32788 If text inserted between the first and second < or >, resp., it is placed\r
32789  above the arrow.\r
32790  When it is inserted between the second and third one, it appears under\r
32791  the arrow.\r
32792 \end_layout\r
32793 \r
32794 \begin_layout Itemize\r
32795 When text for vertical arrows is inserted between the first and second A\r
32796  or V, resp., it is placed left beside the arrow.\r
32797  When it is inserted between the second and third one, it appears right\r
32798  beside the arrow.\r
32799  If the text contains an A or V, these letters must be set into a TeX-brace.\r
32800 \end_layout\r
32801 \r
32802 \begin_layout Standard\r
32803 As example a diagram with all possible relations:\r
32804 \end_layout\r
32805 \r
32806 \begin_layout Standard\r
32807 \begin_inset Formula \r
32808 \[\r
32809 \begin{CD}A@>j>>B@>>k>C@=F\\\r
32810 @AmAA@.@VV{V}V@|\\\r
32811 D@<<j<E@>k>>F@=C\r
32812 \end{CD}\r
32813 \]\r
32814 \r
32815 \end_inset\r
32816 \r
32817 \r
32818 \end_layout\r
32819 \r
32820 \begin_layout Standard\r
32821 The command for this is:\r
32822 \begin_inset Newline newline\r
32823 \end_inset\r
32824 \r
32825 \r
32826 \series bold\r
32827 \r
32828 \backslash\r
32829 CD\r
32830 \begin_inset ERT\r
32831 status collapsed\r
32832 \r
32833 \begin_layout Plain Layout\r
32834 \r
32835 \r
32836 \backslash\r
32837 spce \r
32838 \end_layout\r
32839 \r
32840 \end_inset\r
32841 \r
32842 A@>j>>B@>>k>C@=F Ctrl+Return\r
32843 \begin_inset Newline newline\r
32844 \end_inset\r
32845 \r
32846 \r
32847 \begin_inset Phantom HPhantom\r
32848 status open\r
32849 \r
32850 \begin_layout Plain Layout\r
32851 \r
32852 \series bold\r
32853 \r
32854 \backslash\r
32855 CD\r
32856 \begin_inset ERT\r
32857 status collapsed\r
32858 \r
32859 \begin_layout Plain Layout\r
32860 \r
32861 \r
32862 \backslash\r
32863 spce \r
32864 \end_layout\r
32865 \r
32866 \end_inset\r
32867 \r
32868 \r
32869 \end_layout\r
32870 \r
32871 \end_inset\r
32872 \r
32873 @AmAA@.@VV\r
32874 \backslash\r
32875 {V\r
32876 \series default\r
32877 \r
32878 \begin_inset Formula $\to$\r
32879 \end_inset\r
32880 \r
32881 \r
32882 \series bold\r
32883 V@| Ctrl+Return\r
32884 \begin_inset Newline newline\r
32885 \end_inset\r
32886 \r
32887 \r
32888 \begin_inset Phantom HPhantom\r
32889 status open\r
32890 \r
32891 \begin_layout Plain Layout\r
32892 \r
32893 \series bold\r
32894 \r
32895 \backslash\r
32896 CD\r
32897 \begin_inset ERT\r
32898 status collapsed\r
32899 \r
32900 \begin_layout Plain Layout\r
32901 \r
32902 \r
32903 \backslash\r
32904 spce \r
32905 \end_layout\r
32906 \r
32907 \end_inset\r
32908 \r
32909 \r
32910 \end_layout\r
32911 \r
32912 \end_inset\r
32913 \r
32914 D@<<j<E@>k>>F@=C\r
32915 \end_layout\r
32916 \r
32917 \begin_layout Subsection\r
32918 Xymatrix Diagrams\r
32919 \begin_inset Index idx\r
32920 status collapsed\r
32921 \r
32922 \begin_layout Plain Layout\r
32923 Diagrams ! xymatrix\r
32924 \end_layout\r
32925 \r
32926 \end_inset\r
32927 \r
32928 \r
32929 \end_layout\r
32930 \r
32931 \begin_layout Standard\r
32932 To be able to use xymatrices, the LaTeX-package \r
32933 \series bold\r
32934 xypic\r
32935 \series default\r
32936  must be installed.\r
32937  A xymatrix is created by inserting the command \r
32938 \series bold\r
32939 \r
32940 \backslash\r
32941 xymatrix\r
32942 \series default\r
32943  in a formula.\r
32944  Then you are able to add new matrix columns and rows like for normal matrices,\r
32945  see \r
32946 \begin_inset CommandInset ref\r
32947 LatexCommand ref\r
32948 reference "sec:Matrices"\r
32949 \r
32950 \end_inset\r
32951 \r
32952 .\r
32953 \end_layout\r
32954 \r
32955 \begin_layout Standard\r
32956 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,\r
32957  and much more.\r
32958  All possibilities to create commutative diagrams and decorations are explained\r
32959  in detail in the \r
32960 \emph on\r
32961 XY-pic manual\r
32962 \emph default\r
32963  that you find in the menu \r
32964 \family sans\r
32965 Help\SpecialChar \menuseparator\r
32966 Specific\r
32967 \begin_inset space ~\r
32968 \end_inset\r
32969 \r
32970 Manuals\r
32971 \family default\r
32972 .\r
32973 \end_layout\r
32974 \r
32975 \begin_layout Subsection\r
32976 \r
32977 \noun on\r
32978 Feynman\r
32979 \noun default\r
32980  Diagrams\r
32981 \begin_inset Index idx\r
32982 status collapsed\r
32983 \r
32984 \begin_layout Plain Layout\r
32985 Diagrams ! Feynman\r
32986 \end_layout\r
32987 \r
32988 \end_inset\r
32989 \r
32990 \r
32991 \end_layout\r
32992 \r
32993 \begin_layout Standard\r
32994 To be able to use \r
32995 \noun on\r
32996 Feynman\r
32997 \noun default\r
32998 -diagrams, the LaTeX-package \r
32999 \series bold\r
33000 feyn\r
33001 \series default\r
33002  must be installed.\r
33003  A \r
33004 \noun on\r
33005 Feynman\r
33006 \noun default\r
33007 -diagram is created by inserting the command \r
33008 \series bold\r
33009 \r
33010 \backslash\r
33011 Diagram\r
33012 \series default\r
33013  in a formula.\r
33014  Then you are able to add new matrix columns and rows like for normal matrices,\r
33015  see \r
33016 \begin_inset CommandInset ref\r
33017 LatexCommand ref\r
33018 reference "sec:Matrices"\r
33019 \r
33020 \end_inset\r
33021 \r
33022 .\r
33023 \end_layout\r
33024 \r
33025 \begin_layout Standard\r
33026 Examples how to create \r
33027 \noun on\r
33028 Feynman-\r
33029 \noun default\r
33030 diagrams in LyX is given in the \r
33031 \emph on\r
33032 Feynman-diagram manual\r
33033 \emph default\r
33034  that you find in the menu \r
33035 \family sans\r
33036 Help\SpecialChar \menuseparator\r
33037 Specific\r
33038 \begin_inset space ~\r
33039 \end_inset\r
33040 \r
33041 Manuals\r
33042 \family default\r
33043 .\r
33044 \end_layout\r
33045 \r
33046 \begin_layout Standard\r
33047 \begin_inset Newpage newpage\r
33048 \end_inset\r
33049 \r
33050 \r
33051 \end_layout\r
33052 \r
33053 \begin_layout Section\r
33054 User-defined Commands\r
33055 \begin_inset Index idx\r
33056 status collapsed\r
33057 \r
33058 \begin_layout Plain Layout\r
33059 User-defined commands\r
33060 \end_layout\r
33061 \r
33062 \end_inset\r
33063 \r
33064 \r
33065 \end_layout\r
33066 \r
33067 \begin_layout Standard\r
33068 \begin_inset Note Greyedout\r
33069 status open\r
33070 \r
33071 \begin_layout Plain Layout\r
33072 \r
33073 \series bold\r
33074 Note:\r
33075 \series default\r
33076  The names of user-defined commands and macros may only consist of Latin\r
33077  letters.\r
33078 \end_layout\r
33079 \r
33080 \end_inset\r
33081 \r
33082 \r
33083 \end_layout\r
33084 \r
33085 \begin_layout Subsection\r
33086 The Command \r
33087 \backslash\r
33088 newcommand\r
33089 \begin_inset CommandInset label\r
33090 LatexCommand label\r
33091 name "sub:The-Command-newcommand"\r
33092 \r
33093 \end_inset\r
33094 \r
33095 \r
33096 \begin_inset Index idx\r
33097 status collapsed\r
33098 \r
33099 \begin_layout Plain Layout\r
33100 User-defined commands ! \r
33101 \backslash\r
33102 newcommand\r
33103 \end_layout\r
33104 \r
33105 \end_inset\r
33106 \r
33107 \r
33108 \begin_inset Index idx\r
33109 status collapsed\r
33110 \r
33111 \begin_layout Plain Layout\r
33112 Commands ! N ! \r
33113 \backslash\r
33114 newcommand\r
33115 \end_layout\r
33116 \r
33117 \end_inset\r
33118 \r
33119 \r
33120 \end_layout\r
33121 \r
33122 \begin_layout Standard\r
33123 Many LaTeX-commands are too long to be used frequently.\r
33124  But it is possible to define with the command \r
33125 \series bold\r
33126 \r
33127 \backslash\r
33128 newcommand\r
33129 \series default\r
33130  new shorter commands.\r
33131 \end_layout\r
33132 \r
33133 \begin_layout Standard\r
33134 The command scheme of \r
33135 \series bold\r
33136 \r
33137 \backslash\r
33138 newcommand\r
33139 \series default\r
33140  is:\r
33141 \end_layout\r
33142 \r
33143 \begin_layout Standard\r
33144 \r
33145 \series bold\r
33146 \r
33147 \backslash\r
33148 newcommand{new command name}[number of arguments][optional\r
33149 \series default\r
33150  \r
33151 \series bold\r
33152 value]\r
33153 \begin_inset Newline newline\r
33154 \end_inset\r
33155 \r
33156 \r
33157 \begin_inset Phantom HPhantom\r
33158 status open\r
33159 \r
33160 \begin_layout Plain Layout\r
33161 \r
33162 \series bold\r
33163 \r
33164 \backslash\r
33165 newcommand\r
33166 \end_layout\r
33167 \r
33168 \end_inset\r
33169 \r
33170 {command definition}\r
33171 \end_layout\r
33172 \r
33173 \begin_layout Standard\r
33174 \begin_inset Note Greyedout\r
33175 status open\r
33176 \r
33177 \begin_layout Plain Layout\r
33178 \r
33179 \series bold\r
33180 Note:\r
33181 \series default\r
33182  Assure that the name of the new command is not already used in your document\r
33183  or by LaTeX-packages that you use.\r
33184  When you for example define the command \r
33185 \series bold\r
33186 \r
33187 \backslash\r
33188 le\r
33189 \series default\r
33190  for \r
33191 \series bold\r
33192 \r
33193 \backslash\r
33194 Leftarrow\r
33195 \series default\r
33196 , you get an error message because \r
33197 \series bold\r
33198 \r
33199 \backslash\r
33200 le\r
33201 \series default\r
33202  is already defined as command for \r
33203 \begin_inset Quotes eld\r
33204 \end_inset\r
33205 \r
33206 \r
33207 \begin_inset Formula $\le$\r
33208 \end_inset\r
33209 \r
33210 \r
33211 \begin_inset Quotes erd\r
33212 \end_inset\r
33213 \r
33214 .\r
33215 \end_layout\r
33216 \r
33217 \end_inset\r
33218 \r
33219 \r
33220 \end_layout\r
33221 \r
33222 \begin_layout Standard\r
33223 The number of arguments is an integer in the range 0\r
33224 \begin_inset space \thinspace{}\r
33225 \end_inset\r
33226 \r
33227 -\r
33228 \begin_inset space \thinspace{}\r
33229 \end_inset\r
33230 \r
33231 9 and specifies how many arguments the new command should have.\r
33232  With the optional value a value for an optional argument can be predefined.\r
33233  When this is done, the \r
33234 \emph on\r
33235 first\r
33236 \emph default\r
33237  \r
33238 \emph on\r
33239 a\r
33240 \emph default\r
33241 rgument of the new command is automatically an optional one.\r
33242 \end_layout\r
33243 \r
33244 \begin_layout Standard\r
33245 Here are some examples:\r
33246 \end_layout\r
33247 \r
33248 \begin_layout Itemize\r
33249 To define the command \r
33250 \series bold\r
33251 \r
33252 \backslash\r
33253 gr\r
33254 \series default\r
33255  for \r
33256 \series bold\r
33257 \r
33258 \backslash\r
33259 Longrightarrow\r
33260 \series default\r
33261 , the LaTeX-preamble line is:\r
33262 \begin_inset VSpace medskip\r
33263 \end_inset\r
33264 \r
33265 \r
33266 \begin_inset Newline newline\r
33267 \end_inset\r
33268 \r
33269 \r
33270 \series bold\r
33271 \r
33272 \backslash\r
33273 newcommand{\r
33274 \backslash\r
33275 gr}{\r
33276 \backslash\r
33277 Longrightarrow}\r
33278 \end_layout\r
33279 \r
33280 \begin_layout Itemize\r
33281 To define the command \r
33282 \series bold\r
33283 \r
33284 \backslash\r
33285 us\r
33286 \series default\r
33287  for \r
33288 \series bold\r
33289 \r
33290 \backslash\r
33291 underline\r
33292 \series default\r
33293 , the argument (that should be underlined) must be taken into account.\r
33294  For this the preamble line is:\r
33295 \begin_inset VSpace medskip\r
33296 \end_inset\r
33297 \r
33298 \r
33299 \begin_inset Newline newline\r
33300 \end_inset\r
33301 \r
33302 \r
33303 \series bold\r
33304 \r
33305 \backslash\r
33306 newcommand{\r
33307 \backslash\r
33308 us}[1]{\r
33309 \backslash\r
33310 underline{#1}}\r
33311 \series default\r
33312 \r
33313 \begin_inset VSpace medskip\r
33314 \end_inset\r
33315 \r
33316 \r
33317 \begin_inset Newline newline\r
33318 \end_inset\r
33319 \r
33320 The character \r
33321 \series bold\r
33322 #\r
33323 \series default\r
33324  acts as argument placeholder, the \r
33325 \series bold\r
33326 1\r
33327 \series default\r
33328  behind it denotes that it is the placeholder for the first argument.\r
33329 \end_layout\r
33330 \r
33331 \begin_layout Itemize\r
33332 For \r
33333 \series bold\r
33334 \r
33335 \backslash\r
33336 framebox\r
33337 \series default\r
33338  one can e.\r
33339 \begin_inset space \thinspace{}\r
33340 \end_inset\r
33341 \r
33342 g.\r
33343 \begin_inset space \space{}\r
33344 \end_inset\r
33345 \r
33346 define the command \r
33347 \series bold\r
33348 \r
33349 \backslash\r
33350 fb\r
33351 \series default\r
33352 :\r
33353 \begin_inset VSpace medskip\r
33354 \end_inset\r
33355 \r
33356 \r
33357 \begin_inset Newline newline\r
33358 \end_inset\r
33359 \r
33360 \r
33361 \series bold\r
33362 \r
33363 \backslash\r
33364 newcommand{\r
33365 \backslash\r
33366 fb}[3]{\r
33367 \backslash\r
33368 framebox#1#2{$#3$}}\r
33369 \series default\r
33370 \r
33371 \begin_inset VSpace medskip\r
33372 \end_inset\r
33373 \r
33374 \r
33375 \begin_inset Newline newline\r
33376 \end_inset\r
33377 \r
33378 The two Dollar signs creates the extra formula needed for \r
33379 \series bold\r
33380 \r
33381 \backslash\r
33382 framebox\r
33383 \series default\r
33384 , see \r
33385 \begin_inset CommandInset ref\r
33386 LatexCommand ref\r
33387 reference "sub:Boxes-with-Frame"\r
33388 \r
33389 \end_inset\r
33390 \r
33391 .\r
33392 \end_layout\r
33393 \r
33394 \begin_layout Itemize\r
33395 To create a new command for \r
33396 \series bold\r
33397 \r
33398 \backslash\r
33399 fcolorbox\r
33400 \series default\r
33401  where the color for the box need not be specified, the argument for the\r
33402  color is defined optional:\r
33403 \begin_inset VSpace medskip\r
33404 \end_inset\r
33405 \r
33406 \r
33407 \begin_inset Newline newline\r
33408 \end_inset\r
33409 \r
33410 \r
33411 \series bold\r
33412 \r
33413 \backslash\r
33414 newcommand{\r
33415 \backslash\r
33416 cb}[3][white]{\r
33417 \backslash\r
33418 fcolorbox{#2}{#1}{$#3$}}\r
33419 \series default\r
33420 \r
33421 \begin_inset VSpace medskip\r
33422 \end_inset\r
33423 \r
33424 \r
33425 \begin_inset Newline newline\r
33426 \end_inset\r
33427 \r
33428 When the color is not specified when using \r
33429 \series bold\r
33430 \r
33431 \backslash\r
33432 cb\r
33433 \series default\r
33434 , the predefined color \r
33435 \series bold\r
33436 white\r
33437 \series default\r
33438  will be used.\r
33439 \end_layout\r
33440 \r
33441 \begin_layout Standard\r
33442 A test of the new defined commands:\r
33443 \end_layout\r
33444 \r
33445 \begin_layout Standard\r
33446 \align center\r
33447 \begin_inset Tabular\r
33448 <lyxtabular version="3" rows="6" columns="2">\r
33449 <features tabularvalignment="middle">\r
33450 <column alignment="center" valignment="top" width="0">\r
33451 <column alignment="center" valignment="top" width="0">\r
33452 <row>\r
33453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
33454 \begin_inset Text\r
33455 \r
33456 \begin_layout Plain Layout\r
33457 Command\r
33458 \end_layout\r
33459 \r
33460 \end_inset\r
33461 </cell>\r
33462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
33463 \begin_inset Text\r
33464 \r
33465 \begin_layout Plain Layout\r
33466 Result\r
33467 \begin_inset Note Note\r
33468 status collapsed\r
33469 \r
33470 \begin_layout Plain Layout\r
33471 \r
33472 \series bold\r
33473 \r
33474 \backslash\r
33475 raisebox\r
33476 \series default\r
33477  is only used as spacer.\r
33478 \end_layout\r
33479 \r
33480 \end_inset\r
33481 \r
33482 \r
33483 \end_layout\r
33484 \r
33485 \end_inset\r
33486 </cell>\r
33487 </row>\r
33488 <row>\r
33489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
33490 \begin_inset Text\r
33491 \r
33492 \begin_layout Plain Layout\r
33493 A\r
33494 \backslash\r
33495 gr\r
33496 \begin_inset ERT\r
33497 status collapsed\r
33498 \r
33499 \begin_layout Plain Layout\r
33500 \r
33501 \r
33502 \backslash\r
33503 spce \r
33504 \end_layout\r
33505 \r
33506 \end_inset\r
33507 \r
33508 B\r
33509 \end_layout\r
33510 \r
33511 \end_inset\r
33512 </cell>\r
33513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
33514 \begin_inset Text\r
33515 \r
33516 \begin_layout Plain Layout\r
33517 \begin_inset Formula $A\gr B$\r
33518 \end_inset\r
33519 \r
33520 \r
33521 \end_layout\r
33522 \r
33523 \end_inset\r
33524 </cell>\r
33525 </row>\r
33526 <row>\r
33527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
33528 \begin_inset Text\r
33529 \r
33530 \begin_layout Plain Layout\r
33531 \r
33532 \backslash\r
33533 us{ABcd\r
33534 \end_layout\r
33535 \r
33536 \end_inset\r
33537 </cell>\r
33538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
33539 \begin_inset Text\r
33540 \r
33541 \begin_layout Plain Layout\r
33542 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$\r
33543 \end_inset\r
33544 \r
33545 \r
33546 \end_layout\r
33547 \r
33548 \end_inset\r
33549 </cell>\r
33550 </row>\r
33551 <row>\r
33552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
33553 \begin_inset Text\r
33554 \r
33555 \begin_layout Plain Layout\r
33556 \r
33557 \backslash\r
33558 fb{[2cm]\r
33559 \begin_inset Formula $\to$\r
33560 \end_inset\r
33561 \r
33562 \r
33563 \backslash\r
33564 {\r
33565 \begin_inset Formula $\to$\r
33566 \end_inset\r
33567 \r
33568 \r
33569 \backslash\r
33570 {\r
33571 \backslash\r
33572 int\r
33573 \begin_inset ERT\r
33574 status collapsed\r
33575 \r
33576 \begin_layout Plain Layout\r
33577 \r
33578 \r
33579 \backslash\r
33580 spce \r
33581 \end_layout\r
33582 \r
33583 \end_inset\r
33584 \r
33585 A=B\r
33586 \end_layout\r
33587 \r
33588 \end_inset\r
33589 </cell>\r
33590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
33591 \begin_inset Text\r
33592 \r
33593 \begin_layout Plain Layout\r
33594 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$\r
33595 \end_inset\r
33596 \r
33597 \r
33598 \end_layout\r
33599 \r
33600 \end_inset\r
33601 </cell>\r
33602 </row>\r
33603 <row>\r
33604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
33605 \begin_inset Text\r
33606 \r
33607 \begin_layout Plain Layout\r
33608 \r
33609 \backslash\r
33610 cb{red\r
33611 \begin_inset Formula $\to$\r
33612 \end_inset\r
33613 \r
33614 \r
33615 \backslash\r
33616 {\r
33617 \backslash\r
33618 int\r
33619 \begin_inset ERT\r
33620 status collapsed\r
33621 \r
33622 \begin_layout Plain Layout\r
33623 \r
33624 \r
33625 \backslash\r
33626 spce \r
33627 \end_layout\r
33628 \r
33629 \end_inset\r
33630 \r
33631 A=B\r
33632 \end_layout\r
33633 \r
33634 \end_inset\r
33635 </cell>\r
33636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
33637 \begin_inset Text\r
33638 \r
33639 \begin_layout Plain Layout\r
33640 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$\r
33641 \end_inset\r
33642 \r
33643 \r
33644 \end_layout\r
33645 \r
33646 \end_inset\r
33647 </cell>\r
33648 </row>\r
33649 <row>\r
33650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
33651 \begin_inset Text\r
33652 \r
33653 \begin_layout Plain Layout\r
33654 \r
33655 \backslash\r
33656 cb[green]\r
33657 \backslash\r
33658 {red\r
33659 \begin_inset Formula $\to$\r
33660 \end_inset\r
33661 \r
33662 \r
33663 \backslash\r
33664 {\r
33665 \backslash\r
33666 int\r
33667 \begin_inset ERT\r
33668 status collapsed\r
33669 \r
33670 \begin_layout Plain Layout\r
33671 \r
33672 \r
33673 \backslash\r
33674 spce \r
33675 \end_layout\r
33676 \r
33677 \end_inset\r
33678 \r
33679 A=B\r
33680 \end_layout\r
33681 \r
33682 \end_inset\r
33683 </cell>\r
33684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
33685 \begin_inset Text\r
33686 \r
33687 \begin_layout Plain Layout\r
33688 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$\r
33689 \end_inset\r
33690 \r
33691 \r
33692 \end_layout\r
33693 \r
33694 \end_inset\r
33695 </cell>\r
33696 </row>\r
33697 </lyxtabular>\r
33698 \r
33699 \end_inset\r
33700 \r
33701 \r
33702 \end_layout\r
33703 \r
33704 \begin_layout Subsection\r
33705 Math Macros\r
33706 \begin_inset Index idx\r
33707 status collapsed\r
33708 \r
33709 \begin_layout Plain Layout\r
33710 User-defined commands! Math macros\r
33711 \end_layout\r
33712 \r
33713 \end_inset\r
33714 \r
33715 \r
33716 \begin_inset Index idx\r
33717 status collapsed\r
33718 \r
33719 \begin_layout Plain Layout\r
33720 Macros\r
33721 \end_layout\r
33722 \r
33723 \end_inset\r
33724 \r
33725 \r
33726 \end_layout\r
33727 \r
33728 \begin_layout Standard\r
33729 User-defined commands are especially convenient for complex expressions.\r
33730  When you are for example dealing with a document that has quadratic equations,\r
33731  the same solution type occurs several times.\r
33732  The general form of a quadratic equation is\r
33733 \begin_inset Formula \r
33734 \[\r
33735 0=\lambda^{2}+p\lambda+q\r
33736 \]\r
33737 \r
33738 \end_inset\r
33739 \r
33740 The general form of the solution is\r
33741 \begin_inset Formula \r
33742 \[\r
33743 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\r
33744 \]\r
33745 \r
33746 \end_inset\r
33747 \r
33748 \r
33749 \end_layout\r
33750 \r
33751 \begin_layout Standard\r
33752 To define a command for the solution formula where only the three parameters\r
33753  \r
33754 \begin_inset Formula $\lambda$\r
33755 \end_inset\r
33756 \r
33757\r
33758 \begin_inset Formula $p$\r
33759 \end_inset\r
33760 \r
33761  and \r
33762 \begin_inset Formula $q$\r
33763 \end_inset\r
33764 \r
33765  need to be specified and the index of \r
33766 \begin_inset Formula $\lambda$\r
33767 \end_inset\r
33768 \r
33769  can be given optionally, the LaTeX-preamble line is\r
33770 \begin_inset Newline newline\r
33771 \end_inset\r
33772 \r
33773 \r
33774 \series bold\r
33775 \r
33776 \backslash\r
33777 newcommand{\r
33778 \backslash\r
33779 qG}[4][1,\r
33780 \backslash\r
33781 ,2]{#2_{#1}=-\r
33782 \backslash\r
33783 frac{#3}{2}\r
33784 \backslash\r
33785 pm\r
33786 \begin_inset Newline newline\r
33787 \end_inset\r
33788 \r
33789 \r
33790 \begin_inset Phantom HPhantom\r
33791 status open\r
33792 \r
33793 \begin_layout Plain Layout\r
33794 \r
33795 \series bold\r
33796 \r
33797 \backslash\r
33798 newcommand\r
33799 \end_layout\r
33800 \r
33801 \end_inset\r
33802 \r
33803 \r
33804 \backslash\r
33805 sqrt{\r
33806 \backslash\r
33807 frac{#3^{2}}{4}-#4}}\r
33808 \end_layout\r
33809 \r
33810 \begin_layout Standard\r
33811 To create with this the solution formula, the command\r
33812 \begin_inset Newline newline\r
33813 \end_inset\r
33814 \r
33815 \r
33816 \series bold\r
33817 \r
33818 \backslash\r
33819 qG{\r
33820 \backslash\r
33821 lambda\r
33822 \begin_inset Formula $\to$\r
33823 \end_inset\r
33824 \r
33825 \r
33826 \backslash\r
33827 {p\r
33828 \begin_inset Formula $\to$\r
33829 \end_inset\r
33830 \r
33831 \r
33832 \backslash\r
33833 {q\r
33834 \series default\r
33835  is inserted to a formula\r
33836 \series bold\r
33837 .\r
33838 \end_layout\r
33839 \r
33840 \begin_layout Standard\r
33841 The definition of the new command is unintuitive because one has to know\r
33842  the schemes of all used LaTeX commands, e.\r
33843 \begin_inset space \thinspace{}\r
33844 \end_inset\r
33845 \r
33846 g.\r
33847 \begin_inset space \space{}\r
33848 \end_inset\r
33849 \r
33850 that a fraction is inserted in LaTeX as \r
33851 \series bold\r
33852 \r
33853 \backslash\r
33854 frac{numerator}{denominator}\r
33855 \series default\r
33856 .\r
33857  Furthermore one can easily forget a brace in the definition and cannot\r
33858  see in LyX what the new command is doing.\r
33859  To avoid these problems LyX offers the possibility to use math macros instead\r
33860  of the command \r
33861 \series bold\r
33862 \r
33863 \backslash\r
33864 newcommand\r
33865 \series default\r
33866 .\r
33867 \end_layout\r
33868 \r
33869 \begin_layout Standard\r
33870 A math macro is created by using the menu \r
33871 \family sans\r
33872 Insert\SpecialChar \menuseparator\r
33873 Math\SpecialChar \menuseparator\r
33874 Macro\r
33875 \family default\r
33876  or the toolbar button \r
33877 \begin_inset Graphics\r
33878         filename ../images/math-macro_newmacroname_newcommand.png\r
33879         scale 85\r
33880 \r
33881 \end_inset\r
33882 \r
33883 .\r
33884  The math macro toolbar appears together with the following box where the\r
33885  macro is defined:\r
33886 \begin_inset Newline newline\r
33887 \end_inset\r
33888 \r
33889 \r
33890 \begin_inset space \hspace*{\fill}\r
33891 \end_inset\r
33892 \r
33893 \r
33894 \begin_inset Graphics\r
33895         filename clipart/macrobox.png\r
33896 \r
33897 \end_inset\r
33898 \r
33899 \r
33900 \begin_inset space \hspace*{\fill}\r
33901 \end_inset\r
33902 \r
33903 \r
33904 \begin_inset Newline newline\r
33905 \end_inset\r
33906 \r
33907 \r
33908 \begin_inset FormulaMacro\r
33909 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}\r
33910 \end_inset\r
33911 \r
33912 \r
33913 \backslash\r
33914 newmacroname is the default name of the macro that should be changed to\r
33915  something sensible.\r
33916  The wanted formula is inserted in the first blue box.\r
33917  An argument placeholder is inserted with the command \r
33918 \series bold\r
33919 \r
33920 \backslash\r
33921 #argumentnumber\r
33922 \series default\r
33923 , e.\r
33924 \begin_inset space \thinspace{}\r
33925 \end_inset\r
33926 \r
33927 g\r
33928 \begin_inset space \space{}\r
33929 \end_inset\r
33930 \r
33931 \r
33932 \series bold\r
33933 \r
33934 \backslash\r
33935 #1\r
33936 \series default\r
33937  or by using the macro toolbar button \r
33938 \begin_inset Graphics\r
33939         filename ../images/math-macro-add-param.png\r
33940         scale 85\r
33941 \r
33942 \end_inset\r
33943 \r
33944 .\r
33945  Argument placeholders are displayed red.\r
33946  A maximum of 9\r
33947 \begin_inset space ~\r
33948 \end_inset\r
33949 \r
33950 arguments are possible.\r
33951  Optional arguments are created with the toolbar button \r
33952 \begin_inset Graphics\r
33953         filename ../images/math-macro-add-optional-param.png\r
33954         scale 85\r
33955 \r
33956 \end_inset\r
33957 \r
33958 .\r
33959  The first non-optional argument can be transformed to an optional one with\r
33960  the toolbar button \r
33961 \begin_inset Graphics\r
33962         filename ../images/math-macro-make-optional.png\r
33963         scale 85\r
33964 \r
33965 \end_inset\r
33966 \r
33967 .\r
33968  In the second blue box the appearance of the macro in LyX can be defined.\r
33969  Normally you want to see it as it is defined, so the box is kept empty.\r
33970  But when you have created a macro that needs lot of space on the screen,\r
33971  you can insert in the box for example\r
33972 \begin_inset Newline newline\r
33973 \end_inset\r
33974 \r
33975 \r
33976 \series bold\r
33977 qG: \r
33978 \backslash\r
33979 #1\r
33980 \series default\r
33981  \r
33982 \series bold\r
33983 ,\r
33984 \series default\r
33985  \r
33986 \series bold\r
33987 \r
33988 \backslash\r
33989 #2\r
33990 \series default\r
33991  \r
33992 \series bold\r
33993 ,\r
33994 \series default\r
33995  \r
33996 \series bold\r
33997 \r
33998 \backslash\r
33999 #3, \r
34000 \backslash\r
34001 #4\r
34002 \begin_inset Newline newline\r
34003 \end_inset\r
34004 \r
34005 \r
34006 \series default\r
34007 For the macro only the arguments with the macro name in front of them will\r
34008  then be displayed in LyX, leading to a better overview.\r
34009  The formula appears in the output as defined in the first box.\r
34010 \begin_inset Newline newline\r
34011 \end_inset\r
34012 \r
34013 The appearance of macros in formulas can furthermore be changed for single\r
34014  macros by setting the cursor in the macro and using the menu \r
34015 \family sans\r
34016 View\SpecialChar \menuseparator\r
34017 (Un)fold\r
34018 \begin_inset space ~\r
34019 \end_inset\r
34020 \r
34021 Math\r
34022 \begin_inset space ~\r
34023 \end_inset\r
34024 \r
34025 Macro\r
34026 \family default\r
34027 .\r
34028 \end_layout\r
34029 \r
34030 \begin_layout Standard\r
34031 To use a macro, the macro name is inserted as command to a formula, in our\r
34032  case \r
34033 \series bold\r
34034 \r
34035 \backslash\r
34036 qG\r
34037 \series default\r
34038 .\r
34039  Our macro looks in LyX like this:\r
34040 \begin_inset Newline newline\r
34041 \end_inset\r
34042 \r
34043 \r
34044 \begin_inset space \hspace*{\fill}\r
34045 \end_inset\r
34046 \r
34047 \r
34048 \begin_inset Graphics\r
34049         filename clipart/macrouse.png\r
34050 \r
34051 \end_inset\r
34052 \r
34053 \r
34054 \begin_inset space \hspace*{\fill}\r
34055 \end_inset\r
34056 \r
34057 \r
34058 \begin_inset Newline newline\r
34059 \end_inset\r
34060 \r
34061 Here is our macro example with the arguments \r
34062 \begin_inset Formula $x$\r
34063 \end_inset\r
34064 \r
34065\r
34066 \begin_inset Formula $\ln(x)$\r
34067 \end_inset\r
34068 \r
34069  and \r
34070 \begin_inset Formula $B$\r
34071 \end_inset\r
34072 \r
34073 :\r
34074 \end_layout\r
34075 \r
34076 \begin_layout Standard\r
34077 \begin_inset Formula \r
34078 \[\r
34079 \qG x{\ln(x)}B\r
34080 \]\r
34081 \r
34082 \end_inset\r
34083 \r
34084 \r
34085 \end_layout\r
34086 \r
34087 \begin_layout Standard\r
34088 LyX offers in the menu \r
34089 \family sans\r
34090 Tools\SpecialChar \menuseparator\r
34091 Preferences\SpecialChar \menuseparator\r
34092 Editing\SpecialChar \menuseparator\r
34093 Control\r
34094 \family default\r
34095  different styles to edit macros.\r
34096  To find the style that suits you the most, choose a style and set the cursor\r
34097  in a macro formula to see the difference.\r
34098 \end_layout\r
34099 \r
34100 \begin_layout Standard\r
34101 A math macro is transformed internally to a \r
34102 \series bold\r
34103 \r
34104 \backslash\r
34105 newcommand\r
34106 \series default\r
34107  command when exporting the document.\r
34108  The created \r
34109 \series bold\r
34110 \r
34111 \backslash\r
34112 newcommand\r
34113 \series default\r
34114  command is not placed in the LaTeX-preamble, therefore macros can only\r
34115  be used in formulas that are in the document below the macro definition\r
34116  box.\r
34117 \end_layout\r
34118 \r
34119 \begin_layout Standard\r
34120 Math macros can also be directly created from a \r
34121 \series bold\r
34122 \r
34123 \backslash\r
34124 newcommand\r
34125 \series default\r
34126  command.\r
34127  When writing for example the command\r
34128 \series bold\r
34129 \r
34130 \begin_inset Newline newline\r
34131 \end_inset\r
34132 \r
34133 \r
34134 \backslash\r
34135 newcommand{\r
34136 \backslash\r
34137 larrow}[2]{\r
34138 \backslash\r
34139 xleftarrow[#2]{#1}}\r
34140 \begin_inset Newline newline\r
34141 \end_inset\r
34142 \r
34143 \r
34144 \series default\r
34145 in LyX as normal text, highlighting it completely and using then the shortcut\r
34146  \r
34147 \family sans\r
34148 Ctrl+M\r
34149 \family default\r
34150 , the command will be transformed to a math macro.\r
34151  Using this method you need to be careful that the \r
34152 \series bold\r
34153 \r
34154 \backslash\r
34155 newcommand\r
34156 \series default\r
34157  command is typed correctly, otherwise you get a faulty macro leading to\r
34158  LaTeX errors.\r
34159 \end_layout\r
34160 \r
34161 \begin_layout Standard\r
34162 Math macros currently have the problem that further formulas in macro definition\r
34163 s are handled wrongly.\r
34164  Therefore the example \r
34165 \series bold\r
34166 \r
34167 \backslash\r
34168 fb\r
34169 \series default\r
34170  from \r
34171 \begin_inset CommandInset ref\r
34172 LatexCommand ref\r
34173 reference "sub:The-Command-newcommand"\r
34174 \r
34175 \end_inset\r
34176 \r
34177  cannot be created as macro.\r
34178 \end_layout\r
34179 \r
34180 \begin_layout Standard\r
34181 When the cursor is in a macro definition box, you will see the macro toolbar\r
34182  in LyX:\r
34183 \end_layout\r
34184 \r
34185 \begin_layout Standard\r
34186 \begin_inset VSpace defskip\r
34187 \end_inset\r
34188 \r
34189 \r
34190 \end_layout\r
34191 \r
34192 \begin_layout Standard\r
34193 \begin_inset Graphics\r
34194         filename clipart/MacroToolbar.png\r
34195 \r
34196 \end_inset\r
34197 \r
34198 \r
34199 \begin_inset Index idx\r
34200 status collapsed\r
34201 \r
34202 \begin_layout Plain Layout\r
34203 Macros ! Toolbar\r
34204 \end_layout\r
34205 \r
34206 \end_inset\r
34207 \r
34208 \r
34209 \end_layout\r
34210 \r
34211 \begin_layout Standard\r
34212 \begin_inset VSpace defskip\r
34213 \end_inset\r
34214 \r
34215 \r
34216 \end_layout\r
34217 \r
34218 \begin_layout Standard\r
34219 The macro toolbar contains from left to right the following buttons:\r
34220 \end_layout\r
34221 \r
34222 \begin_layout Standard\r
34223 \begin_inset VSpace defskip\r
34224 \end_inset\r
34225 \r
34226 \r
34227 \end_layout\r
34228 \r
34229 \begin_layout Standard\r
34230 \begin_inset Tabular\r
34231 <lyxtabular version="3" rows="9" columns="2">\r
34232 <features islongtable="true" longtabularalignment="center">\r
34233 <column alignment="left" valignment="top" width="0">\r
34234 <column alignment="left" valignment="top" width="85col%">\r
34235 <row interlinespace="2.5mm">\r
34236 <cell alignment="center" valignment="top" usebox="none">\r
34237 \begin_inset Text\r
34238 \r
34239 \begin_layout Plain Layout\r
34240 \begin_inset Graphics\r
34241         filename ../images/math-macro-remove-param.png\r
34242         rotateOrigin center\r
34243 \r
34244 \end_inset\r
34245 \r
34246 \r
34247 \end_layout\r
34248 \r
34249 \end_inset\r
34250 </cell>\r
34251 <cell alignment="center" valignment="top" usebox="none">\r
34252 \begin_inset Text\r
34253 \r
34254 \begin_layout Plain Layout\r
34255 \r
34256 \family sans\r
34257 Edit\SpecialChar \menuseparator\r
34258 Math\SpecialChar \menuseparator\r
34259 Macro\r
34260 \begin_inset space ~\r
34261 \end_inset\r
34262 \r
34263 Definition\SpecialChar \menuseparator\r
34264 Remove Last Argument\r
34265 \end_layout\r
34266 \r
34267 \end_inset\r
34268 </cell>\r
34269 </row>\r
34270 <row interlinespace="2.5mm">\r
34271 <cell alignment="center" valignment="top" usebox="none">\r
34272 \begin_inset Text\r
34273 \r
34274 \begin_layout Plain Layout\r
34275 \begin_inset Graphics\r
34276         filename ../images/math-macro-add-param.png\r
34277         rotateOrigin center\r
34278 \r
34279 \end_inset\r
34280 \r
34281 \r
34282 \end_layout\r
34283 \r
34284 \end_inset\r
34285 </cell>\r
34286 <cell alignment="center" valignment="top" usebox="none">\r
34287 \begin_inset Text\r
34288 \r
34289 \begin_layout Plain Layout\r
34290 \r
34291 \family sans\r
34292 Edit\SpecialChar \menuseparator\r
34293 Math\SpecialChar \menuseparator\r
34294 Macro\r
34295 \begin_inset space ~\r
34296 \end_inset\r
34297 \r
34298 Definition\SpecialChar \menuseparator\r
34299 Append Argument\r
34300 \end_layout\r
34301 \r
34302 \end_inset\r
34303 </cell>\r
34304 </row>\r
34305 <row interlinespace="2.5mm">\r
34306 <cell alignment="center" valignment="top" usebox="none">\r
34307 \begin_inset Text\r
34308 \r
34309 \begin_layout Plain Layout\r
34310 \begin_inset Graphics\r
34311         filename ../images/math-macro-make-optional.png\r
34312         rotateOrigin center\r
34313 \r
34314 \end_inset\r
34315 \r
34316 \r
34317 \end_layout\r
34318 \r
34319 \end_inset\r
34320 </cell>\r
34321 <cell alignment="center" valignment="top" usebox="none">\r
34322 \begin_inset Text\r
34323 \r
34324 \begin_layout Plain Layout\r
34325 \r
34326 \family sans\r
34327 Edit\SpecialChar \menuseparator\r
34328 Math\SpecialChar \menuseparator\r
34329 Macro\r
34330 \begin_inset space ~\r
34331 \end_inset\r
34332 \r
34333 Definition\SpecialChar \menuseparator\r
34334 Make First Non-Optional into\r
34335 \begin_inset Newline newline\r
34336 \end_inset\r
34337 \r
34338 \r
34339 \begin_inset Phantom HPhantom\r
34340 status open\r
34341 \r
34342 \begin_layout Plain Layout\r
34343 \r
34344 \family sans\r
34345 Edit\SpecialChar \menuseparator\r
34346 Math\SpecialChar \menuseparator\r
34347 Macro\r
34348 \begin_inset space ~\r
34349 \end_inset\r
34350 \r
34351 Definition\SpecialChar \menuseparator\r
34352 \r
34353 \end_layout\r
34354 \r
34355 \end_inset\r
34356 \r
34357 Optional Argument\r
34358 \end_layout\r
34359 \r
34360 \end_inset\r
34361 </cell>\r
34362 </row>\r
34363 <row interlinespace="2.5mm">\r
34364 <cell alignment="center" valignment="top" usebox="none">\r
34365 \begin_inset Text\r
34366 \r
34367 \begin_layout Plain Layout\r
34368 \begin_inset Graphics\r
34369         filename ../images/math-macro-make-nonoptional.png\r
34370         rotateOrigin center\r
34371 \r
34372 \end_inset\r
34373 \r
34374 \r
34375 \end_layout\r
34376 \r
34377 \end_inset\r
34378 </cell>\r
34379 <cell alignment="center" valignment="top" usebox="none">\r
34380 \begin_inset Text\r
34381 \r
34382 \begin_layout Plain Layout\r
34383 \r
34384 \family sans\r
34385 Edit\SpecialChar \menuseparator\r
34386 Math\SpecialChar \menuseparator\r
34387 Macro\r
34388 \begin_inset space ~\r
34389 \end_inset\r
34390 \r
34391 Definition\SpecialChar \menuseparator\r
34392 Make Last Optional into\r
34393 \begin_inset Newline newline\r
34394 \end_inset\r
34395 \r
34396 \r
34397 \begin_inset Phantom HPhantom\r
34398 status open\r
34399 \r
34400 \begin_layout Plain Layout\r
34401 \r
34402 \family sans\r
34403 Edit\SpecialChar \menuseparator\r
34404 Math\SpecialChar \menuseparator\r
34405 Macro\r
34406 \begin_inset space ~\r
34407 \end_inset\r
34408 \r
34409 Definition\SpecialChar \menuseparator\r
34410 \r
34411 \end_layout\r
34412 \r
34413 \end_inset\r
34414 \r
34415 Non-Optional Argument\r
34416 \end_layout\r
34417 \r
34418 \end_inset\r
34419 </cell>\r
34420 </row>\r
34421 <row interlinespace="2.5mm">\r
34422 <cell alignment="center" valignment="top" usebox="none">\r
34423 \begin_inset Text\r
34424 \r
34425 \begin_layout Plain Layout\r
34426 \begin_inset Graphics\r
34427         filename ../images/math-macro-remove-optional-param.png\r
34428         rotateOrigin center\r
34429 \r
34430 \end_inset\r
34431 \r
34432 \r
34433 \end_layout\r
34434 \r
34435 \end_inset\r
34436 </cell>\r
34437 <cell alignment="center" valignment="top" usebox="none">\r
34438 \begin_inset Text\r
34439 \r
34440 \begin_layout Plain Layout\r
34441 \r
34442 \family sans\r
34443 Edit\SpecialChar \menuseparator\r
34444 Math\SpecialChar \menuseparator\r
34445 Macro\r
34446 \begin_inset space ~\r
34447 \end_inset\r
34448 \r
34449 Definition\SpecialChar \menuseparator\r
34450 Remove Optional Argument\r
34451 \end_layout\r
34452 \r
34453 \end_inset\r
34454 </cell>\r
34455 </row>\r
34456 <row interlinespace="2.5mm">\r
34457 <cell alignment="center" valignment="top" usebox="none">\r
34458 \begin_inset Text\r
34459 \r
34460 \begin_layout Plain Layout\r
34461 \begin_inset Graphics\r
34462         filename ../images/math-macro-add-optional-param.png\r
34463         rotateOrigin center\r
34464 \r
34465 \end_inset\r
34466 \r
34467 \r
34468 \end_layout\r
34469 \r
34470 \end_inset\r
34471 </cell>\r
34472 <cell alignment="center" valignment="top" usebox="none">\r
34473 \begin_inset Text\r
34474 \r
34475 \begin_layout Plain Layout\r
34476 \r
34477 \family sans\r
34478 Edit\SpecialChar \menuseparator\r
34479 Math\SpecialChar \menuseparator\r
34480 Macro\r
34481 \begin_inset space ~\r
34482 \end_inset\r
34483 \r
34484 Definition\SpecialChar \menuseparator\r
34485 Insert Optional Argument\r
34486 \end_layout\r
34487 \r
34488 \end_inset\r
34489 </cell>\r
34490 </row>\r
34491 <row interlinespace="2.5mm">\r
34492 <cell alignment="center" valignment="top" usebox="none">\r
34493 \begin_inset Text\r
34494 \r
34495 \begin_layout Plain Layout\r
34496 \begin_inset Graphics\r
34497         filename ../images/math-macro-remove-greedy-param.png\r
34498         rotateOrigin center\r
34499 \r
34500 \end_inset\r
34501 \r
34502 \r
34503 \end_layout\r
34504 \r
34505 \end_inset\r
34506 </cell>\r
34507 <cell alignment="center" valignment="top" usebox="none">\r
34508 \begin_inset Text\r
34509 \r
34510 \begin_layout Plain Layout\r
34511 \r
34512 \family sans\r
34513 Edit\SpecialChar \menuseparator\r
34514 Math\SpecialChar \menuseparator\r
34515 Macro\r
34516 \begin_inset space ~\r
34517 \end_inset\r
34518 \r
34519 Definition\SpecialChar \menuseparator\r
34520 Remove Last Argument\r
34521 \begin_inset Newline newline\r
34522 \end_inset\r
34523 \r
34524 \r
34525 \begin_inset Phantom HPhantom\r
34526 status open\r
34527 \r
34528 \begin_layout Plain Layout\r
34529 \r
34530 \family sans\r
34531 Edit\SpecialChar \menuseparator\r
34532 Math\SpecialChar \menuseparator\r
34533 Macro\r
34534 \begin_inset space ~\r
34535 \end_inset\r
34536 \r
34537 Definition\SpecialChar \menuseparator\r
34538 \r
34539 \end_layout\r
34540 \r
34541 \end_inset\r
34542 \r
34543 Spitting Out To The Right\r
34544 \end_layout\r
34545 \r
34546 \end_inset\r
34547 </cell>\r
34548 </row>\r
34549 <row interlinespace="2.5mm">\r
34550 <cell alignment="center" valignment="top" usebox="none">\r
34551 \begin_inset Text\r
34552 \r
34553 \begin_layout Plain Layout\r
34554 \begin_inset Graphics\r
34555         filename ../images/math-macro-append-greedy-param.png\r
34556         rotateOrigin center\r
34557 \r
34558 \end_inset\r
34559 \r
34560 \r
34561 \end_layout\r
34562 \r
34563 \end_inset\r
34564 </cell>\r
34565 <cell alignment="center" valignment="top" usebox="none">\r
34566 \begin_inset Text\r
34567 \r
34568 \begin_layout Plain Layout\r
34569 \r
34570 \family sans\r
34571 Edit\SpecialChar \menuseparator\r
34572 Math\SpecialChar \menuseparator\r
34573 Macro\r
34574 \begin_inset space ~\r
34575 \end_inset\r
34576 \r
34577 Definition\SpecialChar \menuseparator\r
34578 Append Argument\r
34579 \begin_inset Newline newline\r
34580 \end_inset\r
34581 \r
34582 \r
34583 \begin_inset Phantom HPhantom\r
34584 status open\r
34585 \r
34586 \begin_layout Plain Layout\r
34587 \r
34588 \family sans\r
34589 Edit\SpecialChar \menuseparator\r
34590 Math\SpecialChar \menuseparator\r
34591 Macro\r
34592 \begin_inset space ~\r
34593 \end_inset\r
34594 \r
34595 Definition\SpecialChar \menuseparator\r
34596 \r
34597 \end_layout\r
34598 \r
34599 \end_inset\r
34600 \r
34601 Eating From The Right\r
34602 \end_layout\r
34603 \r
34604 \end_inset\r
34605 </cell>\r
34606 </row>\r
34607 <row interlinespace="2.5mm">\r
34608 <cell alignment="center" valignment="top" usebox="none">\r
34609 \begin_inset Text\r
34610 \r
34611 \begin_layout Plain Layout\r
34612 \begin_inset Graphics\r
34613         filename ../images/math-macro-add-greedy-optional-param.png\r
34614         rotateOrigin center\r
34615 \r
34616 \end_inset\r
34617 \r
34618 \r
34619 \end_layout\r
34620 \r
34621 \end_inset\r
34622 </cell>\r
34623 <cell alignment="center" valignment="top" usebox="none">\r
34624 \begin_inset Text\r
34625 \r
34626 \begin_layout Plain Layout\r
34627 \r
34628 \family sans\r
34629 Edit\SpecialChar \menuseparator\r
34630 Math\SpecialChar \menuseparator\r
34631 Macro\r
34632 \begin_inset space ~\r
34633 \end_inset\r
34634 \r
34635 Definition\SpecialChar \menuseparator\r
34636 Append Optional Argument\r
34637 \begin_inset Newline newline\r
34638 \end_inset\r
34639 \r
34640 \r
34641 \begin_inset Phantom HPhantom\r
34642 status open\r
34643 \r
34644 \begin_layout Plain Layout\r
34645 \r
34646 \family sans\r
34647 Edit\SpecialChar \menuseparator\r
34648 Math\SpecialChar \menuseparator\r
34649 Macro\r
34650 \begin_inset space ~\r
34651 \end_inset\r
34652 \r
34653 Definition\SpecialChar \menuseparator\r
34654 \r
34655 \end_layout\r
34656 \r
34657 \end_inset\r
34658 \r
34659 Eating From The Right\r
34660 \end_layout\r
34661 \r
34662 \end_inset\r
34663 </cell>\r
34664 </row>\r
34665 </lyxtabular>\r
34666 \r
34667 \end_inset\r
34668 \r
34669 \r
34670 \end_layout\r
34671 \r
34672 \begin_layout Section\r
34673 Computer Algebra Systems\r
34674 \end_layout\r
34675 \r
34676 \begin_layout Standard\r
34677 LyX offers the exchange between mathematical expressions written in LyX's\r
34678  math editor and external applications or user defined scripts.\r
34679  Currently supported applications are \r
34680 \family sans\r
34681 Maple\r
34682 \family default\r
34683\r
34684 \family sans\r
34685 Mathematica\r
34686 \family default\r
34687\r
34688 \family sans\r
34689 Maxima\r
34690 \family default\r
34691  and \r
34692 \family sans\r
34693 Octave\r
34694 \family default\r
34695 .\r
34696  Note that the set of supported mathematical constructs is limited only\r
34697  to very simple cases.\r
34698 \end_layout\r
34699 \r
34700 \begin_layout Subsection\r
34701 Usage\r
34702 \end_layout\r
34703 \r
34704 \begin_layout Standard\r
34705 Write some expression in a formula, go to the \r
34706 \family sans\r
34707 Edit\SpecialChar \menuseparator\r
34708 Math\SpecialChar \menuseparator\r
34709 Use Computer Algebra System\r
34710 \family default\r
34711  menu and choose the application you have installed on the computer.\r
34712  After that the result of computation should show on the right side of the\r
34713  expression together with the \r
34714 \begin_inset Quotes eld\r
34715 \end_inset\r
34716 \r
34717 =\r
34718 \begin_inset Quotes erd\r
34719 \end_inset\r
34720 \r
34721  operator.\r
34722 \end_layout\r
34723 \r
34724 \begin_layout Standard\r
34725 Here are few simple examples (with results from \r
34726 \family typewriter\r
34727 Maxima\r
34728 \family default\r
34729 ) to show what kind of computations can be performed:\r
34730 \end_layout\r
34731 \r
34732 \begin_layout Itemize\r
34733 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$\r
34734 \end_inset\r
34735 \r
34736 \r
34737 \end_layout\r
34738 \r
34739 \begin_layout Itemize\r
34740 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$\r
34741 \end_inset\r
34742 \r
34743 \r
34744 \end_layout\r
34745 \r
34746 \begin_layout Itemize\r
34747 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$\r
34748 \end_inset\r
34749 \r
34750 \r
34751 \end_layout\r
34752 \r
34753 \begin_layout Itemize\r
34754 \begin_inset Formula $\det\left[\begin{array}{ccc}\r
34755 1 & 6 & 7\\\r
34756 2 & 5 & 8\\\r
34757 3 & 4 & 17\r
34758 \end{array}\right]=-56$\r
34759 \end_inset\r
34760 \r
34761 \r
34762 \end_layout\r
34763 \r
34764 \begin_layout Itemize\r
34765 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$\r
34766 \end_inset\r
34767 \r
34768 \r
34769 \end_layout\r
34770 \r
34771 \begin_layout Subsection\r
34772 Keyboard shortcut\r
34773 \end_layout\r
34774 \r
34775 \begin_layout Standard\r
34776 Currently there is no keyboard shortcut for calling the algebra applications.\r
34777  One can easily bind a shortcut to the \r
34778 \family sans\r
34779 math-extern\r
34780 \family default\r
34781  LyX function (see the \r
34782 \family sans\r
34783 \emph on\r
34784 LyX Functions\r
34785 \family default\r
34786 \emph default\r
34787  manual).\r
34788  One could e.\r
34789 \begin_inset space \thinspace{}\r
34790 \end_inset\r
34791 \r
34792 g.\r
34793 \begin_inset space \space{}\r
34794 \end_inset\r
34795 \r
34796 bind the \r
34797 \family sans\r
34798 Return\r
34799 \family default\r
34800  key inside the math editor.\r
34801  To bind it to \r
34802 \family typewriter\r
34803 Maxima\r
34804 \family default\r
34805  one would use this shortcut definition command:\r
34806 \end_layout\r
34807 \r
34808 \begin_layout Standard\r
34809 \r
34810 \series bold\r
34811 command-alternatives break-paragraph;math-extern maxima\r
34812 \end_layout\r
34813 \r
34814 \begin_layout Section\r
34815 Miscellaneous\r
34816 \begin_inset Index idx\r
34817 status collapsed\r
34818 \r
34819 \begin_layout Plain Layout\r
34820 Miscellaneous\r
34821 \end_layout\r
34822 \r
34823 \end_inset\r
34824 \r
34825 \r
34826 \end_layout\r
34827 \r
34828 \begin_layout Subsection\r
34829 Negative Numbers\r
34830 \begin_inset Index idx\r
34831 status collapsed\r
34832 \r
34833 \begin_layout Plain Layout\r
34834 Numbers ! negative\r
34835 \end_layout\r
34836 \r
34837 \end_inset\r
34838 \r
34839 \r
34840 \end_layout\r
34841 \r
34842 \begin_layout Standard\r
34843 Negative numbers often look ugly in formulas because the minus sign before\r
34844  the number is set with the same length as the minus operator sign.\r
34845  When writing the negative number in normal text, the minus sign appears\r
34846  correctly.\r
34847 \end_layout\r
34848 \r
34849 \begin_layout Standard\r
34850 Thus, the problem disappears when converting the minus sign to mathematical\r
34851  text.\r
34852 \end_layout\r
34853 \r
34854 \begin_layout Standard\r
34855 An example to visualize the problem:\r
34856 \end_layout\r
34857 \r
34858 \begin_layout Standard\r
34859 \align center\r
34860 \begin_inset Tabular\r
34861 <lyxtabular version="3" rows="3" columns="2">\r
34862 <features tabularvalignment="middle">\r
34863 <column alignment="right" valignment="top" width="0">\r
34864 <column alignment="left" valignment="top" width="0">\r
34865 <row>\r
34866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
34867 \begin_inset Text\r
34868 \r
34869 \begin_layout Plain Layout\r
34870 normal text:\r
34871 \end_layout\r
34872 \r
34873 \end_inset\r
34874 </cell>\r
34875 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">\r
34876 \begin_inset Text\r
34877 \r
34878 \begin_layout Plain Layout\r
34879 x = -2\r
34880 \end_layout\r
34881 \r
34882 \end_inset\r
34883 </cell>\r
34884 </row>\r
34885 <row>\r
34886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
34887 \begin_inset Text\r
34888 \r
34889 \begin_layout Plain Layout\r
34890 formula:\r
34891 \end_layout\r
34892 \r
34893 \end_inset\r
34894 </cell>\r
34895 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">\r
34896 \begin_inset Text\r
34897 \r
34898 \begin_layout Plain Layout\r
34899 \begin_inset Formula $x=-2$\r
34900 \end_inset\r
34901 \r
34902 \r
34903 \end_layout\r
34904 \r
34905 \end_inset\r
34906 </cell>\r
34907 </row>\r
34908 <row>\r
34909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
34910 \begin_inset Text\r
34911 \r
34912 \begin_layout Plain Layout\r
34913 solution:\r
34914 \end_layout\r
34915 \r
34916 \end_inset\r
34917 </cell>\r
34918 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">\r
34919 \begin_inset Text\r
34920 \r
34921 \begin_layout Plain Layout\r
34922 \begin_inset Formula $x=\textrm{-}2$\r
34923 \end_inset\r
34924 \r
34925 \r
34926 \end_layout\r
34927 \r
34928 \end_inset\r
34929 </cell>\r
34930 </row>\r
34931 </lyxtabular>\r
34932 \r
34933 \end_inset\r
34934 \r
34935 \r
34936 \end_layout\r
34937 \r
34938 \begin_layout Subsection\r
34939 Comma as decimal Separator\r
34940 \begin_inset Index idx\r
34941 status collapsed\r
34942 \r
34943 \begin_layout Plain Layout\r
34944 Comma\r
34945 \end_layout\r
34946 \r
34947 \end_inset\r
34948 \r
34949 \r
34950 \end_layout\r
34951 \r
34952 \begin_layout Standard\r
34953 In LaTeX a comma inside a formula is used, according to the English convention,\r
34954  as number group separator.\r
34955  So there will be space added behind all commas in formulas.\r
34956 \end_layout\r
34957 \r
34958 \begin_layout Standard\r
34959 To avoid this, the comma is highlighted and changed to mathematical text\r
34960  (shortcut \r
34961 \begin_inset Info\r
34962 type  "shortcut"\r
34963 arg   "math-mode"\r
34964 \end_inset\r
34965 \r
34966 ).\r
34967 \end_layout\r
34968 \r
34969 \begin_layout Standard\r
34970 To use all formula commas in the document as decimal separator, the file\r
34971  \r
34972 \series bold\r
34973 icomma.sty\r
34974 \series default\r
34975 \r
34976 \begin_inset Foot\r
34977 status collapsed\r
34978 \r
34979 \begin_layout Plain Layout\r
34980 \r
34981 \series bold\r
34982 icomma\r
34983 \series default\r
34984  is part of the LaTeX-package \r
34985 \series bold\r
34986 was\r
34987 \series default\r
34988 \r
34989 \begin_inset Index idx\r
34990 status collapsed\r
34991 \r
34992 \begin_layout Plain Layout\r
34993 Packages ! was\r
34994 \begin_inset ERT\r
34995 status collapsed\r
34996 \r
34997 \begin_layout Plain Layout\r
34998 \r
34999 \r
35000 \backslash\r
35001 vspace{4mm}\r
35002 \end_layout\r
35003 \r
35004 \end_inset\r
35005 \r
35006 \r
35007 \end_layout\r
35008 \r
35009 \end_inset\r
35010 \r
35011 .\r
35012 \end_layout\r
35013 \r
35014 \end_inset\r
35015 \r
35016 \r
35017 \begin_inset Index idx\r
35018 status collapsed\r
35019 \r
35020 \begin_layout Plain Layout\r
35021 Packages ! icomma\r
35022 \end_layout\r
35023 \r
35024 \end_inset\r
35025 \r
35026  is loaded with the LaTeX-preamble line\r
35027 \end_layout\r
35028 \r
35029 \begin_layout Standard\r
35030 \r
35031 \series bold\r
35032 \r
35033 \backslash\r
35034 usepackage{icomma}\r
35035 \end_layout\r
35036 \r
35037 \begin_layout Subsection\r
35038 Physical Vectors\r
35039 \begin_inset CommandInset label\r
35040 LatexCommand label\r
35041 name "sub:Physical-Vectors"\r
35042 \r
35043 \end_inset\r
35044 \r
35045 \r
35046 \begin_inset Index idx\r
35047 status collapsed\r
35048 \r
35049 \begin_layout Plain Layout\r
35050 Vectors ! physical\r
35051 \end_layout\r
35052 \r
35053 \end_inset\r
35054 \r
35055 \r
35056 \end_layout\r
35057 \r
35058 \begin_layout Standard\r
35059 Predefined vectors are offered by the LaTeX-package \r
35060 \series bold\r
35061 braket\r
35062 \series default\r
35063 \r
35064 \begin_inset Index idx\r
35065 status collapsed\r
35066 \r
35067 \begin_layout Plain Layout\r
35068 Packages ! braket\r
35069 \end_layout\r
35070 \r
35071 \end_inset\r
35072 \r
35073  that is loaded with the LaTeX-preamble line\r
35074 \end_layout\r
35075 \r
35076 \begin_layout Standard\r
35077 \r
35078 \series bold\r
35079 \r
35080 \backslash\r
35081 usepackage{braket}\r
35082 \end_layout\r
35083 \r
35084 \begin_layout Standard\r
35085 \begin_inset ERT\r
35086 status collapsed\r
35087 \r
35088 \begin_layout Plain Layout\r
35089 \r
35090 \r
35091 \backslash\r
35092 ifbraket \r
35093 \end_layout\r
35094 \r
35095 \end_inset\r
35096 \r
35097 \r
35098 \begin_inset Note Note\r
35099 status open\r
35100 \r
35101 \begin_layout Plain Layout\r
35102 The following table will only be displayed when the LaTeX-package \r
35103 \series bold\r
35104 braket\r
35105 \series default\r
35106  is installed.\r
35107 \end_layout\r
35108 \r
35109 \end_inset\r
35110 \r
35111 \r
35112 \end_layout\r
35113 \r
35114 \begin_layout Standard\r
35115 The following commands are defined:\r
35116 \end_layout\r
35117 \r
35118 \begin_layout Standard\r
35119 \align center\r
35120 \begin_inset Tabular\r
35121 <lyxtabular version="3" rows="4" columns="2">\r
35122 <features tabularvalignment="middle">\r
35123 <column alignment="center" valignment="top" width="0">\r
35124 <column alignment="center" valignment="top" width="0">\r
35125 <row>\r
35126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
35127 \begin_inset Text\r
35128 \r
35129 \begin_layout Plain Layout\r
35130 Command\r
35131 \end_layout\r
35132 \r
35133 \end_inset\r
35134 </cell>\r
35135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
35136 \begin_inset Text\r
35137 \r
35138 \begin_layout Plain Layout\r
35139 Result\r
35140 \end_layout\r
35141 \r
35142 \end_inset\r
35143 </cell>\r
35144 </row>\r
35145 <row>\r
35146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
35147 \begin_inset Text\r
35148 \r
35149 \begin_layout Plain Layout\r
35150 \r
35151 \backslash\r
35152 Bra{\r
35153 \backslash\r
35154 psi\r
35155 \end_layout\r
35156 \r
35157 \end_inset\r
35158 </cell>\r
35159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
35160 \begin_inset Text\r
35161 \r
35162 \begin_layout Plain Layout\r
35163 \begin_inset Formula $\Bra{\psi}$\r
35164 \end_inset\r
35165 \r
35166 \r
35167 \end_layout\r
35168 \r
35169 \end_inset\r
35170 </cell>\r
35171 </row>\r
35172 <row>\r
35173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
35174 \begin_inset Text\r
35175 \r
35176 \begin_layout Plain Layout\r
35177 \r
35178 \backslash\r
35179 Ket{\r
35180 \backslash\r
35181 psi\r
35182 \end_layout\r
35183 \r
35184 \end_inset\r
35185 </cell>\r
35186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
35187 \begin_inset Text\r
35188 \r
35189 \begin_layout Plain Layout\r
35190 \begin_inset Formula $\Ket{\psi}$\r
35191 \end_inset\r
35192 \r
35193 \r
35194 \end_layout\r
35195 \r
35196 \end_inset\r
35197 </cell>\r
35198 </row>\r
35199 <row>\r
35200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
35201 \begin_inset Text\r
35202 \r
35203 \begin_layout Plain Layout\r
35204 \r
35205 \backslash\r
35206 Braket{\r
35207 \backslash\r
35208 psi|\r
35209 \backslash\r
35210 phi\r
35211 \end_layout\r
35212 \r
35213 \end_inset\r
35214 </cell>\r
35215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
35216 \begin_inset Text\r
35217 \r
35218 \begin_layout Plain Layout\r
35219 \begin_inset Formula $\Braket{\psi|\phi}$\r
35220 \end_inset\r
35221 \r
35222 \r
35223 \end_layout\r
35224 \r
35225 \end_inset\r
35226 </cell>\r
35227 </row>\r
35228 </lyxtabular>\r
35229 \r
35230 \end_inset\r
35231 \r
35232 \r
35233 \end_layout\r
35234 \r
35235 \begin_layout Standard\r
35236 The command \r
35237 \series bold\r
35238 \r
35239 \backslash\r
35240 Braket\r
35241 \series default\r
35242  assures that all vertical bars are set in the size of the surrounding brackets:\r
35243 \begin_inset Formula \r
35244 \[\r
35245 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\r
35246 \]\r
35247 \r
35248 \end_inset\r
35249 \r
35250 \r
35251 \begin_inset ERT\r
35252 status collapsed\r
35253 \r
35254 \begin_layout Plain Layout\r
35255 \r
35256 \r
35257 \backslash\r
35258 else \r
35259 \end_layout\r
35260 \r
35261 \end_inset\r
35262 \r
35263 \r
35264 \begin_inset Note Note\r
35265 status open\r
35266 \r
35267 \begin_layout Plain Layout\r
35268 The following will be displayed when the LaTeX-package \r
35269 \series bold\r
35270 braket\r
35271 \series default\r
35272  is not installed:\r
35273 \end_layout\r
35274 \r
35275 \end_inset\r
35276 \r
35277 \r
35278 \end_layout\r
35279 \r
35280 \begin_layout Standard\r
35281 You need to install the LaTeX-package \r
35282 \series bold\r
35283 braket\r
35284 \series default\r
35285  to see the rest of this subsection in the output.\r
35286 \end_layout\r
35287 \r
35288 \begin_layout Standard\r
35289 \begin_inset ERT\r
35290 status collapsed\r
35291 \r
35292 \begin_layout Plain Layout\r
35293 \r
35294 \r
35295 \backslash\r
35296 fi \r
35297 \end_layout\r
35298 \r
35299 \end_inset\r
35300 \r
35301 \r
35302 \end_layout\r
35303 \r
35304 \begin_layout Standard\r
35305 The effect of \r
35306 \series bold\r
35307 \r
35308 \backslash\r
35309 Braket\r
35310 \series default\r
35311  can also be achieved using the command \r
35312 \series bold\r
35313 \r
35314 \backslash\r
35315 middle\r
35316 \series default\r
35317 , that is described in \r
35318 \begin_inset CommandInset ref\r
35319 LatexCommand ref\r
35320 reference "sub:Automatic-Bracket-Size"\r
35321 \r
35322 \end_inset\r
35323 \r
35324 .\r
35325 \end_layout\r
35326 \r
35327 \begin_layout Subsection\r
35328 Self-defined Fractions\r
35329 \begin_inset CommandInset label\r
35330 LatexCommand label\r
35331 name "sub:Self-defined-Fractions"\r
35332 \r
35333 \end_inset\r
35334 \r
35335 \r
35336 \begin_inset Index idx\r
35337 status collapsed\r
35338 \r
35339 \begin_layout Plain Layout\r
35340 Fractions ! self-defined\r
35341 \end_layout\r
35342 \r
35343 \end_inset\r
35344 \r
35345 \r
35346 \end_layout\r
35347 \r
35348 \begin_layout Standard\r
35349 To define custom commands for fractions, the command \r
35350 \series bold\r
35351 \r
35352 \backslash\r
35353 genfrac\r
35354 \series default\r
35355 \r
35356 \begin_inset Index idx\r
35357 status collapsed\r
35358 \r
35359 \begin_layout Plain Layout\r
35360 Commands ! G ! \r
35361 \backslash\r
35362 genfrac\r
35363 \begin_inset ERT\r
35364 status collapsed\r
35365 \r
35366 \begin_layout Plain Layout\r
35367 \r
35368 \r
35369 \backslash\r
35370 vspace{4mm}\r
35371 \end_layout\r
35372 \r
35373 \end_inset\r
35374 \r
35375 \r
35376 \end_layout\r
35377 \r
35378 \end_inset\r
35379 \r
35380  is used in the following scheme:\r
35381 \end_layout\r
35382 \r
35383 \begin_layout Standard\r
35384 \r
35385 \series bold\r
35386 \r
35387 \backslash\r
35388 genfrac{left\r
35389 \series default\r
35390  \r
35391 \series bold\r
35392 bracket}{right\r
35393 \series default\r
35394  \r
35395 \series bold\r
35396 bracket}{fraction bar thickness}{style}\r
35397 \begin_inset Newline newline\r
35398 \end_inset\r
35399 \r
35400 \r
35401 \begin_inset Phantom HPhantom\r
35402 status open\r
35403 \r
35404 \begin_layout Plain Layout\r
35405 \r
35406 \series bold\r
35407 \r
35408 \backslash\r
35409 genfrac\r
35410 \end_layout\r
35411 \r
35412 \end_inset\r
35413 \r
35414 {numerator}{denominator}\r
35415 \end_layout\r
35416 \r
35417 \begin_layout Standard\r
35418 The style is a number in the range of 0\r
35419 \begin_inset space \thinspace{}\r
35420 \end_inset\r
35421 \r
35422 -\r
35423 \begin_inset space \thinspace{}\r
35424 \end_inset\r
35425 \r
35426 3.\r
35427 \end_layout\r
35428 \r
35429 \begin_layout Standard\r
35430 \align center\r
35431 \begin_inset Tabular\r
35432 <lyxtabular version="3" rows="5" columns="2">\r
35433 <features tabularvalignment="middle">\r
35434 <column alignment="center" valignment="top" width="0">\r
35435 <column alignment="center" valignment="top" width="0">\r
35436 <row>\r
35437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
35438 \begin_inset Text\r
35439 \r
35440 \begin_layout Plain Layout\r
35441 Number\r
35442 \end_layout\r
35443 \r
35444 \end_inset\r
35445 </cell>\r
35446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
35447 \begin_inset Text\r
35448 \r
35449 \begin_layout Plain Layout\r
35450 Style (Size)\r
35451 \end_layout\r
35452 \r
35453 \end_inset\r
35454 </cell>\r
35455 </row>\r
35456 <row>\r
35457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
35458 \begin_inset Text\r
35459 \r
35460 \begin_layout Plain Layout\r
35461 0\r
35462 \end_layout\r
35463 \r
35464 \end_inset\r
35465 </cell>\r
35466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
35467 \begin_inset Text\r
35468 \r
35469 \begin_layout Plain Layout\r
35470 display style formula\r
35471 \end_layout\r
35472 \r
35473 \end_inset\r
35474 </cell>\r
35475 </row>\r
35476 <row>\r
35477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
35478 \begin_inset Text\r
35479 \r
35480 \begin_layout Plain Layout\r
35481 1\r
35482 \end_layout\r
35483 \r
35484 \end_inset\r
35485 </cell>\r
35486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
35487 \begin_inset Text\r
35488 \r
35489 \begin_layout Plain Layout\r
35490 inline formula\r
35491 \end_layout\r
35492 \r
35493 \end_inset\r
35494 </cell>\r
35495 </row>\r
35496 <row>\r
35497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
35498 \begin_inset Text\r
35499 \r
35500 \begin_layout Plain Layout\r
35501 2\r
35502 \end_layout\r
35503 \r
35504 \end_inset\r
35505 </cell>\r
35506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
35507 \begin_inset Text\r
35508 \r
35509 \begin_layout Plain Layout\r
35510 small\r
35511 \end_layout\r
35512 \r
35513 \end_inset\r
35514 </cell>\r
35515 </row>\r
35516 <row>\r
35517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
35518 \begin_inset Text\r
35519 \r
35520 \begin_layout Plain Layout\r
35521 3\r
35522 \end_layout\r
35523 \r
35524 \end_inset\r
35525 </cell>\r
35526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
35527 \begin_inset Text\r
35528 \r
35529 \begin_layout Plain Layout\r
35530 tiny\r
35531 \end_layout\r
35532 \r
35533 \end_inset\r
35534 </cell>\r
35535 </row>\r
35536 </lyxtabular>\r
35537 \r
35538 \end_inset\r
35539 \r
35540 \r
35541 \end_layout\r
35542 \r
35543 \begin_layout Standard\r
35544 When no style is given, the size is adjusted to the surrounding environment\r
35545  like for the command \r
35546 \series bold\r
35547 \r
35548 \backslash\r
35549 frac\r
35550 \series default\r
35551 .\r
35552 \end_layout\r
35553 \r
35554 \begin_layout Standard\r
35555 When no fraction bar thickness is given, the predefined value of 0.4\r
35556 \begin_inset space \thinspace{}\r
35557 \end_inset\r
35558 \r
35559 pt will be used.\r
35560 \end_layout\r
35561 \r
35562 \begin_layout Standard\r
35563 \begin_inset VSpace medskip\r
35564 \end_inset\r
35565 \r
35566 For example, the commands \r
35567 \series bold\r
35568 \r
35569 \backslash\r
35570 dfrac\r
35571 \series default\r
35572  and \r
35573 \series bold\r
35574 \r
35575 \backslash\r
35576 tbinom\r
35577 \series default\r
35578  from \r
35579 \begin_inset CommandInset ref\r
35580 LatexCommand ref\r
35581 reference "sub:Fractions"\r
35582 \r
35583 \end_inset\r
35584 \r
35585  are defined with the commands\r
35586 \end_layout\r
35587 \r
35588 \begin_layout Standard\r
35589 \r
35590 \series bold\r
35591 \r
35592 \backslash\r
35593 newcommand{\r
35594 \backslash\r
35595 dfrac}[2]{\r
35596 \backslash\r
35597 genfrac{}{}{}{0}{#1}{#2}}\r
35598 \end_layout\r
35599 \r
35600 \begin_layout Standard\r
35601 and\r
35602 \end_layout\r
35603 \r
35604 \begin_layout Standard\r
35605 \r
35606 \series bold\r
35607 \r
35608 \backslash\r
35609 newcommand{\r
35610 \backslash\r
35611 tbinom}[2]{\r
35612 \backslash\r
35613 genfrac{(}{)}{0pt}{1}{#1}{#2}}\r
35614 \end_layout\r
35615 \r
35616 \begin_layout Standard\r
35617 \begin_inset VSpace medskip\r
35618 \end_inset\r
35619 \r
35620 To define a fraction where the fraction bar thickness can be given as optional\r
35621  argument, the following line is inserted to the LaTeX-preamble:\r
35622 \end_layout\r
35623 \r
35624 \begin_layout Standard\r
35625 \r
35626 \series bold\r
35627 \r
35628 \backslash\r
35629 newcommand{\r
35630 \backslash\r
35631 fracS}[3][]{\r
35632 \backslash\r
35633 genfrac{}{}{#1}{}{#2}{#3}}\r
35634 \end_layout\r
35635 \r
35636 \begin_layout Standard\r
35637 A test:\r
35638 \begin_inset Formula \r
35639 \begin{align*}\r
35640 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\\r
35641 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\r
35642 \end{align*}\r
35643 \r
35644 \end_inset\r
35645 \r
35646 As one can see, the distance of the numerator and the denominator to the\r
35647  fraction bar is round about three times the bar thickness.\r
35648 \end_layout\r
35649 \r
35650 \begin_layout Subsection\r
35651 Canceled Formulas\r
35652 \begin_inset Index idx\r
35653 status collapsed\r
35654 \r
35655 \begin_layout Plain Layout\r
35656 Formula ! canceled\r
35657 \end_layout\r
35658 \r
35659 \end_inset\r
35660 \r
35661 \r
35662 \end_layout\r
35663 \r
35664 \begin_layout Standard\r
35665 To cancel formulas or formula parts, the LaTeX-package \r
35666 \series bold\r
35667 cancel\r
35668 \series default\r
35669 \r
35670 \begin_inset Index idx\r
35671 status collapsed\r
35672 \r
35673 \begin_layout Plain Layout\r
35674 Packages ! cancel\r
35675 \end_layout\r
35676 \r
35677 \end_inset\r
35678 \r
35679  has to be loaded with the LaTeX-preamble line\r
35680 \end_layout\r
35681 \r
35682 \begin_layout Standard\r
35683 \r
35684 \series bold\r
35685 \r
35686 \backslash\r
35687 usepackage{cancel}\r
35688 \end_layout\r
35689 \r
35690 \begin_layout Standard\r
35691 \begin_inset ERT\r
35692 status collapsed\r
35693 \r
35694 \begin_layout Plain Layout\r
35695 \r
35696 \r
35697 \backslash\r
35698 ifcancel \r
35699 \end_layout\r
35700 \r
35701 \end_inset\r
35702 \r
35703 \r
35704 \begin_inset Note Note\r
35705 status open\r
35706 \r
35707 \begin_layout Plain Layout\r
35708 The following table will only be displayed when the LaTeX-package \r
35709 \series bold\r
35710 cancel\r
35711 \series default\r
35712  is installed.\r
35713 \end_layout\r
35714 \r
35715 \end_inset\r
35716 \r
35717 \r
35718 \end_layout\r
35719 \r
35720 \begin_layout Standard\r
35721 There are four ways to cancel formulas:\r
35722 \end_layout\r
35723 \r
35724 \begin_layout Standard\r
35725 \align center\r
35726 \begin_inset Tabular\r
35727 <lyxtabular version="3" rows="5" columns="2">\r
35728 <features tabularvalignment="middle">\r
35729 <column alignment="center" valignment="top" width="0">\r
35730 <column alignment="center" valignment="top" width="0">\r
35731 <row>\r
35732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
35733 \begin_inset Text\r
35734 \r
35735 \begin_layout Plain Layout\r
35736 Command\r
35737 \end_layout\r
35738 \r
35739 \end_inset\r
35740 </cell>\r
35741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
35742 \begin_inset Text\r
35743 \r
35744 \begin_layout Plain Layout\r
35745 Result\r
35746 \begin_inset Note Note\r
35747 status collapsed\r
35748 \r
35749 \begin_layout Plain Layout\r
35750 The space and\r
35751 \series bold\r
35752  \r
35753 \backslash\r
35754 raisebox\r
35755 \series default\r
35756  are used here as spacer.\r
35757 \end_layout\r
35758 \r
35759 \end_inset\r
35760 \r
35761 \r
35762 \end_layout\r
35763 \r
35764 \end_inset\r
35765 </cell>\r
35766 </row>\r
35767 <row>\r
35768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
35769 \begin_inset Text\r
35770 \r
35771 \begin_layout Plain Layout\r
35772 \r
35773 \backslash\r
35774 cancel{\r
35775 \backslash\r
35776 int\r
35777 \begin_inset ERT\r
35778 status collapsed\r
35779 \r
35780 \begin_layout Plain Layout\r
35781 \r
35782 \r
35783 \backslash\r
35784 spce \r
35785 \end_layout\r
35786 \r
35787 \end_inset\r
35788 \r
35789 A=B\r
35790 \end_layout\r
35791 \r
35792 \end_inset\r
35793 </cell>\r
35794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
35795 \begin_inset Text\r
35796 \r
35797 \begin_layout Plain Layout\r
35798 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$\r
35799 \end_inset\r
35800 \r
35801 \r
35802 \end_layout\r
35803 \r
35804 \end_inset\r
35805 </cell>\r
35806 </row>\r
35807 <row>\r
35808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
35809 \begin_inset Text\r
35810 \r
35811 \begin_layout Plain Layout\r
35812 \r
35813 \backslash\r
35814 bcancel{\r
35815 \backslash\r
35816 int\r
35817 \begin_inset ERT\r
35818 status collapsed\r
35819 \r
35820 \begin_layout Plain Layout\r
35821 \r
35822 \r
35823 \backslash\r
35824 spce \r
35825 \end_layout\r
35826 \r
35827 \end_inset\r
35828 \r
35829 A=B\r
35830 \end_layout\r
35831 \r
35832 \end_inset\r
35833 </cell>\r
35834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
35835 \begin_inset Text\r
35836 \r
35837 \begin_layout Plain Layout\r
35838 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$\r
35839 \end_inset\r
35840 \r
35841 \r
35842 \end_layout\r
35843 \r
35844 \end_inset\r
35845 </cell>\r
35846 </row>\r
35847 <row>\r
35848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
35849 \begin_inset Text\r
35850 \r
35851 \begin_layout Plain Layout\r
35852 \r
35853 \backslash\r
35854 xcancel{\r
35855 \backslash\r
35856 int\r
35857 \begin_inset ERT\r
35858 status collapsed\r
35859 \r
35860 \begin_layout Plain Layout\r
35861 \r
35862 \r
35863 \backslash\r
35864 spce \r
35865 \end_layout\r
35866 \r
35867 \end_inset\r
35868 \r
35869 A=B\r
35870 \end_layout\r
35871 \r
35872 \end_inset\r
35873 </cell>\r
35874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
35875 \begin_inset Text\r
35876 \r
35877 \begin_layout Plain Layout\r
35878 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$\r
35879 \end_inset\r
35880 \r
35881 \r
35882 \end_layout\r
35883 \r
35884 \end_inset\r
35885 </cell>\r
35886 </row>\r
35887 <row>\r
35888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
35889 \begin_inset Text\r
35890 \r
35891 \begin_layout Plain Layout\r
35892 \r
35893 \backslash\r
35894 cancelto{1\r
35895 \begin_inset Formula $\to$\r
35896 \end_inset\r
35897 \r
35898 \r
35899 \backslash\r
35900 {\r
35901 \backslash\r
35902 int\r
35903 \begin_inset ERT\r
35904 status collapsed\r
35905 \r
35906 \begin_layout Plain Layout\r
35907 \r
35908 \r
35909 \backslash\r
35910 spce \r
35911 \end_layout\r
35912 \r
35913 \end_inset\r
35914 \r
35915 A=B\r
35916 \end_layout\r
35917 \r
35918 \end_inset\r
35919 </cell>\r
35920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
35921 \begin_inset Text\r
35922 \r
35923 \begin_layout Plain Layout\r
35924 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$\r
35925 \end_inset\r
35926 \r
35927 \r
35928 \end_layout\r
35929 \r
35930 \end_inset\r
35931 </cell>\r
35932 </row>\r
35933 </lyxtabular>\r
35934 \r
35935 \end_inset\r
35936 \r
35937 \r
35938 \end_layout\r
35939 \r
35940 \begin_layout Standard\r
35941 \r
35942 \series bold\r
35943 \r
35944 \backslash\r
35945 cancelto\r
35946 \series default\r
35947  is especially suitable to visualize the reduction of fractions within formulas:\r
35948 \begin_inset Formula \r
35949 \[\r
35950 \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}}}\r
35951 \]\r
35952 \r
35953 \end_inset\r
35954 \r
35955 \r
35956 \end_layout\r
35957 \r
35958 \begin_layout Standard\r
35959 To change the size of \r
35960 \series bold\r
35961 \r
35962 \backslash\r
35963 cancelto\r
35964 \series default\r
35965 's \r
35966 \begin_inset Quotes eld\r
35967 \end_inset\r
35968 \r
35969 subscript\r
35970 \begin_inset Quotes erd\r
35971 \end_inset\r
35972 \r
35973  value one can load the package \r
35974 \series bold\r
35975 cancel\r
35976 \series default\r
35977  with either the option \r
35978 \series bold\r
35979 samesize\r
35980 \series default\r
35981  which leads to the same size as for the canceled value or with the option\r
35982  \r
35983 \series bold\r
35984 Smaller\r
35985 \series default\r
35986  which makes is it a bit smaller than the size one gets without using a\r
35987  package option.\r
35988  In this document \r
35989 \series bold\r
35990 cancel\r
35991 \series default\r
35992  was loaded with this line:\r
35993 \end_layout\r
35994 \r
35995 \begin_layout Standard\r
35996 \r
35997 \series bold\r
35998 \r
35999 \backslash\r
36000 usepackage[samesize]{cancel}\r
36001 \end_layout\r
36002 \r
36003 \begin_layout Standard\r
36004 To color the cancellation bar one adds this command as TeX code:\r
36005 \end_layout\r
36006 \r
36007 \begin_layout Standard\r
36008 \r
36009 \series bold\r
36010 \r
36011 \backslash\r
36012 renewcommand{\r
36013 \backslash\r
36014 CancelColor}{\r
36015 \backslash\r
36016 color{red}}\r
36017 \end_layout\r
36018 \r
36019 \begin_layout Standard\r
36020 \r
36021 \series bold\r
36022 red\r
36023 \series default\r
36024  can be replaced by a color of your choice.\r
36025 \end_layout\r
36026 \r
36027 \begin_layout Standard\r
36028 \begin_inset ERT\r
36029 status collapsed\r
36030 \r
36031 \begin_layout Plain Layout\r
36032 \r
36033 \r
36034 \backslash\r
36035 renewcommand{\r
36036 \backslash\r
36037 CancelColor}{\r
36038 \backslash\r
36039 color{red}}\r
36040 \end_layout\r
36041 \r
36042 \end_inset\r
36043 \r
36044 \r
36045 \end_layout\r
36046 \r
36047 \begin_layout Standard\r
36048 \begin_inset Formula \r
36049 \[\r
36050 \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}}}\r
36051 \]\r
36052 \r
36053 \end_inset\r
36054 \r
36055 \r
36056 \end_layout\r
36057 \r
36058 \begin_layout Standard\r
36059 \begin_inset ERT\r
36060 status collapsed\r
36061 \r
36062 \begin_layout Plain Layout\r
36063 \r
36064 \r
36065 \backslash\r
36066 renewcommand{\r
36067 \backslash\r
36068 CancelColor}{\r
36069 \backslash\r
36070 color{black}}\r
36071 \end_layout\r
36072 \r
36073 \end_inset\r
36074 \r
36075 \r
36076 \begin_inset Note Note\r
36077 status open\r
36078 \r
36079 \begin_layout Plain Layout\r
36080 reset the color\r
36081 \end_layout\r
36082 \r
36083 \end_inset\r
36084 \r
36085 \r
36086 \end_layout\r
36087 \r
36088 \begin_layout Standard\r
36089 For further customizations, see the documentation of the package \r
36090 \series bold\r
36091 cancel\r
36092 \series default\r
36093\r
36094 \begin_inset CommandInset citation\r
36095 LatexCommand cite\r
36096 key "cancel"\r
36097 \r
36098 \end_inset\r
36099 \r
36100 .\r
36101 \end_layout\r
36102 \r
36103 \begin_layout Standard\r
36104 \begin_inset ERT\r
36105 status collapsed\r
36106 \r
36107 \begin_layout Plain Layout\r
36108 \r
36109 \r
36110 \backslash\r
36111 else \r
36112 \end_layout\r
36113 \r
36114 \end_inset\r
36115 \r
36116 \r
36117 \begin_inset Note Note\r
36118 status open\r
36119 \r
36120 \begin_layout Plain Layout\r
36121 The following will be displayed when the LaTeX-package \r
36122 \series bold\r
36123 cancel\r
36124 \series default\r
36125  is not installed:\r
36126 \end_layout\r
36127 \r
36128 \end_inset\r
36129 \r
36130 \r
36131 \end_layout\r
36132 \r
36133 \begin_layout Standard\r
36134 You need to install the LaTeX-package \r
36135 \series bold\r
36136 cancel\r
36137 \series default\r
36138  to see the rest of this subsection in the output.\r
36139 \end_layout\r
36140 \r
36141 \begin_layout Standard\r
36142 \begin_inset ERT\r
36143 status collapsed\r
36144 \r
36145 \begin_layout Plain Layout\r
36146 \r
36147 \r
36148 \backslash\r
36149 fi \r
36150 \end_layout\r
36151 \r
36152 \end_inset\r
36153 \r
36154 \r
36155 \end_layout\r
36156 \r
36157 \begin_layout Standard\r
36158 \begin_inset Newpage newpage\r
36159 \end_inset\r
36160 \r
36161 \r
36162 \end_layout\r
36163 \r
36164 \begin_layout Subsection\r
36165 Formulas in Section Headings\r
36166 \begin_inset CommandInset label\r
36167 LatexCommand label\r
36168 name "sub:Formulas-in-Section"\r
36169 \r
36170 \end_inset\r
36171 \r
36172 \r
36173 \begin_inset Index idx\r
36174 status collapsed\r
36175 \r
36176 \begin_layout Plain Layout\r
36177 Formula ! in section headings\r
36178 \end_layout\r
36179 \r
36180 \end_inset\r
36181 \r
36182 \r
36183 \end_layout\r
36184 \r
36185 \begin_layout Standard\r
36186 When formulas are used in section headings, the following has to be taken\r
36187  into account:\r
36188 \end_layout\r
36189 \r
36190 \begin_layout Standard\r
36191 \begin_inset Note Greyedout\r
36192 status open\r
36193 \r
36194 \begin_layout Plain Layout\r
36195 When \r
36196 \series bold\r
36197 hyperref\r
36198 \series default\r
36199 \r
36200 \begin_inset Index idx\r
36201 status collapsed\r
36202 \r
36203 \begin_layout Plain Layout\r
36204 Packages ! hyperref\r
36205 \end_layout\r
36206 \r
36207 \end_inset\r
36208 \r
36209  support is enabled in the document settings dialog under \r
36210 \family sans\r
36211 PDF\r
36212 \begin_inset space ~\r
36213 \end_inset\r
36214 \r
36215 Properties\r
36216 \family default\r
36217 , PDF-bookmarks are created for every section heading in the table of contents.\r
36218  If a section heading contains formulas, they are incorrectly displayed\r
36219  in the bookmark text, because formulas in bookmarks infringe the PDF convention\r
36220 s.\r
36221 \end_layout\r
36222 \r
36223 \end_inset\r
36224 \r
36225 \r
36226 \end_layout\r
36227 \r
36228 \begin_layout Standard\r
36229 Both problems can be solved by inserting at the end of the section heading\r
36230  a short title with the menu \r
36231 \family sans\r
36232 Insert\SpecialChar \menuseparator\r
36233 Short\r
36234 \begin_inset space ~\r
36235 \end_inset\r
36236 \r
36237 Title\r
36238 \family default\r
36239 .\r
36240  Short titles are used as alternative for multiline section headings to\r
36241  keep the table of contents clearly arranged.\r
36242  Only the short title appears in the table of contents and therefore also\r
36243  in the PDF-bookmark.\r
36244 \end_layout\r
36245 \r
36246 \begin_layout Standard\r
36247 When formulas should be used in the table of contents but \r
36248 \series bold\r
36249 hyperref\r
36250 \series default\r
36251  is used, one can use the following command in TeX-mode:\r
36252 \end_layout\r
36253 \r
36254 \begin_layout Standard\r
36255 \r
36256 \series bold\r
36257 \r
36258 \backslash\r
36259 texorpdfstring{part}{alternative}\r
36260 \begin_inset Index idx\r
36261 status collapsed\r
36262 \r
36263 \begin_layout Plain Layout\r
36264 Commands ! T ! \r
36265 \backslash\r
36266 texorpdfstring\r
36267 \end_layout\r
36268 \r
36269 \end_inset\r
36270 \r
36271 \r
36272 \end_layout\r
36273 \r
36274 \begin_layout Standard\r
36275 Part is the part of the heading that shouldn't appear in the PDF-bookmark.\r
36276  This can be characters, formulas, footnotes, but also cross-references.\r
36277  The alternative is used instead of the part for the bookmark.\r
36278 \end_layout\r
36279 \r
36280 \begin_layout Standard\r
36281 Here are two example headings:\r
36282 \begin_inset VSpace -3mm\r
36283 \end_inset\r
36284 \r
36285 \r
36286 \begin_inset ERT\r
36287 status collapsed\r
36288 \r
36289 \begin_layout Plain Layout\r
36290 \r
36291 \r
36292 \backslash\r
36293 boldmath \r
36294 \end_layout\r
36295 \r
36296 \end_inset\r
36297 \r
36298 \r
36299 \end_layout\r
36300 \r
36301 \begin_layout Subsubsection\r
36302 Heading without formula in table of contents \r
36303 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$\r
36304 \end_inset\r
36305 \r
36306 \r
36307 \begin_inset Argument\r
36308 status collapsed\r
36309 \r
36310 \begin_layout Plain Layout\r
36311 Heading without formula in table of contents\r
36312 \end_layout\r
36313 \r
36314 \end_inset\r
36315 \r
36316 \r
36317 \end_layout\r
36318 \r
36319 \begin_layout Subsubsection\r
36320 Heading with formula in table of contents\r
36321 \begin_inset ERT\r
36322 status collapsed\r
36323 \r
36324 \begin_layout Plain Layout\r
36325 \r
36326 \r
36327 \backslash\r
36328 texorpdfstring{\r
36329 \end_layout\r
36330 \r
36331 \end_inset\r
36332 \r
36333  \r
36334 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$\r
36335 \end_inset\r
36336 \r
36337 \r
36338 \begin_inset ERT\r
36339 status collapsed\r
36340 \r
36341 \begin_layout Plain Layout\r
36342 \r
36343 }{}\r
36344 \end_layout\r
36345 \r
36346 \end_inset\r
36347 \r
36348 \r
36349 \end_layout\r
36350 \r
36351 \begin_layout Standard\r
36352 \begin_inset ERT\r
36353 status collapsed\r
36354 \r
36355 \begin_layout Plain Layout\r
36356 \r
36357 \r
36358 \backslash\r
36359 unboldmath \r
36360 \end_layout\r
36361 \r
36362 \end_inset\r
36363 \r
36364 In the first heading a short title was used, in the second one \r
36365 \series bold\r
36366 \r
36367 \backslash\r
36368 texorpdfstring\r
36369 \series default\r
36370 .\r
36371 \end_layout\r
36372 \r
36373 \begin_layout Standard\r
36374 To get the same formatting as for the other headings, the complete heading\r
36375  was set into a \r
36376 \series bold\r
36377 boldmath\r
36378 \series default\r
36379  environment\r
36380 \begin_inset Foot\r
36381 status collapsed\r
36382 \r
36383 \begin_layout Plain Layout\r
36384 see \r
36385 \begin_inset CommandInset ref\r
36386 LatexCommand ref\r
36387 reference "sub:Bold-Formulas"\r
36388 \r
36389 \end_inset\r
36390 \r
36391 \r
36392 \end_layout\r
36393 \r
36394 \end_inset\r
36395 \r
36396 .\r
36397 \end_layout\r
36398 \r
36399 \begin_layout Subsection\r
36400 Formulas in multi-column Text\r
36401 \begin_inset Index idx\r
36402 status collapsed\r
36403 \r
36404 \begin_layout Plain Layout\r
36405 Formula ! in multi-column text\r
36406 \end_layout\r
36407 \r
36408 \end_inset\r
36409 \r
36410 \r
36411 \end_layout\r
36412 \r
36413 \begin_layout Standard\r
36414 Formulas in multi-column text are often too wide to fit into a column and\r
36415  thus need to be set over the whole page width.\r
36416  This is done by using the LaTeX-package \r
36417 \series bold\r
36418 multicol\r
36419 \series default\r
36420 \r
36421 \begin_inset Foot\r
36422 status collapsed\r
36423 \r
36424 \begin_layout Plain Layout\r
36425 \r
36426 \series bold\r
36427 multicol\r
36428 \series default\r
36429  is part of every LaTeX standard installation.\r
36430 \end_layout\r
36431 \r
36432 \end_inset\r
36433 \r
36434 \r
36435 \begin_inset Index idx\r
36436 status collapsed\r
36437 \r
36438 \begin_layout Plain Layout\r
36439 Packages ! multicol\r
36440 \end_layout\r
36441 \r
36442 \end_inset\r
36443 \r
36444 , that is loaded with the LaTeX-preamble line\r
36445 \end_layout\r
36446 \r
36447 \begin_layout Standard\r
36448 \r
36449 \series bold\r
36450 \r
36451 \backslash\r
36452 usepackage{multicol}\r
36453 \end_layout\r
36454 \r
36455 \begin_layout Standard\r
36456 \begin_inset Note Greyedout\r
36457 status open\r
36458 \r
36459 \begin_layout Plain Layout\r
36460 Note that in this case the setting \r
36461 \family sans\r
36462 Two-column\r
36463 \begin_inset space ~\r
36464 \end_inset\r
36465 \r
36466 document\r
36467 \family default\r
36468  in the menu \r
36469 \family sans\r
36470 Document\SpecialChar \menuseparator\r
36471 Settings\r
36472 \family default\r
36473  under \r
36474 \family sans\r
36475 Text\r
36476 \begin_inset space ~\r
36477 \end_inset\r
36478 \r
36479 Layout\r
36480 \family default\r
36481 \emph on\r
36482  \r
36483 \emph default\r
36484 must \r
36485 \emph on\r
36486 not\r
36487 \emph default\r
36488  be selected.\r
36489 \end_layout\r
36490 \r
36491 \end_inset\r
36492 \r
36493 \r
36494 \end_layout\r
36495 \r
36496 \begin_layout Standard\r
36497 Before the multi-column text the command\r
36498 \end_layout\r
36499 \r
36500 \begin_layout Standard\r
36501 \r
36502 \series bold\r
36503 \r
36504 \backslash\r
36505 begin{multicols}{column number}\r
36506 \end_layout\r
36507 \r
36508 \begin_layout Standard\r
36509 is written in TeX-mode.\r
36510  The column number is a number in the range of 2\r
36511 \begin_inset space \thinspace{}\r
36512 \end_inset\r
36513 \r
36514 -\r
36515 \begin_inset space \thinspace{}\r
36516 \end_inset\r
36517 \r
36518 10.\r
36519  Before the formula the multi-column text is ended by inserting the command\r
36520 \end_layout\r
36521 \r
36522 \begin_layout Standard\r
36523 \r
36524 \series bold\r
36525 \r
36526 \backslash\r
36527 end{multicols}\r
36528 \end_layout\r
36529 \r
36530 \begin_layout Standard\r
36531 in TeX-mode.\r
36532 \end_layout\r
36533 \r
36534 \begin_layout Standard\r
36535 Due to the command some space is automatically added before the formula.\r
36536  To revert this, -6\r
36537 \begin_inset space \thinspace{}\r
36538 \end_inset\r
36539 \r
36540 mm vertical space is inserted before the formula.\r
36541  When the formula style \r
36542 \series bold\r
36543 Indented\r
36544 \begin_inset Foot\r
36545 status collapsed\r
36546 \r
36547 \begin_layout Plain Layout\r
36548 formula styles see \r
36549 \begin_inset CommandInset ref\r
36550 LatexCommand ref\r
36551 reference "sec:Formula-Styles"\r
36552 \r
36553 \end_inset\r
36554 \r
36555 \r
36556 \end_layout\r
36557 \r
36558 \end_inset\r
36559 \r
36560 \r
36561 \series default\r
36562  is used, -9\r
36563 \begin_inset space \thinspace{}\r
36564 \end_inset\r
36565 \r
36566 mm space is inserted instead.\r
36567 \end_layout\r
36568 \r
36569 \begin_layout Standard\r
36570 As example a multi-column text with a displayed formula:\r
36571 \end_layout\r
36572 \r
36573 \begin_layout Standard\r
36574 \r
36575 \lang german\r
36576 \begin_inset ERT\r
36577 status collapsed\r
36578 \r
36579 \begin_layout Plain Layout\r
36580 \r
36581 \r
36582 \backslash\r
36583 begin{multicols}{2}\r
36584 \end_layout\r
36585 \r
36586 \end_inset\r
36587 \r
36588 Das Spektrum wird fouriertransformiert.\r
36589  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk\r
36590 , Lösungsmittel) zu trennen.\r
36591  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns\r
36592  nun das Aussehen des Ausgangssignals.\r
36593  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man\r
36594  über alle Phasen integrieren muss.\r
36595  Sei nun \r
36596 \begin_inset Formula $S$\r
36597 \end_inset\r
36598 \r
36599  unser normiertes Ausgangssignal und \r
36600 \begin_inset Formula $P$\r
36601 \end_inset\r
36602 \r
36603  die Phasenverteilungsfunktion, so ergibt sich die Beziehung\r
36604 \begin_inset ERT\r
36605 status collapsed\r
36606 \r
36607 \begin_layout Plain Layout\r
36608 \r
36609 \r
36610 \backslash\r
36611 end{multicols}\r
36612 \end_layout\r
36613 \r
36614 \end_inset\r
36615 \r
36616 \r
36617 \begin_inset VSpace -6mm\r
36618 \end_inset\r
36619 \r
36620 \r
36621 \begin_inset Formula \r
36622 \begin{equation}\r
36623 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\r
36624 \end{equation}\r
36625 \r
36626 \end_inset\r
36627 \r
36628 \r
36629 \begin_inset ERT\r
36630 status collapsed\r
36631 \r
36632 \begin_layout Plain Layout\r
36633 \r
36634 \r
36635 \backslash\r
36636 begin{multicols}{2}\r
36637 \end_layout\r
36638 \r
36639 \end_inset\r
36640 \r
36641 wobei \r
36642 \begin_inset Formula $S_{0}$\r
36643 \end_inset\r
36644 \r
36645  das Signal ohne Gradient ist und die Normierungsbedingung \r
36646 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$\r
36647 \end_inset\r
36648 \r
36649  gilt.\r
36650  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.\r
36651  Direkt nach dem \r
36652 \begin_inset Formula $\nicefrac{\pi}{2}$\r
36653 \end_inset\r
36654 \r
36655 \r
36656 \begin_inset space \thinspace{}\r
36657 \end_inset\r
36658 \r
36659 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich\r
36660  das Signal zusätzlich abschwächt.\r
36661  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten\r
36662  \r
36663 \begin_inset Formula $T_{2}$\r
36664 \end_inset\r
36665 \r
36666 -Zeit.\r
36667 \end_layout\r
36668 \r
36669 \begin_layout Standard\r
36670 \r
36671 \lang german\r
36672 \begin_inset ERT\r
36673 status collapsed\r
36674 \r
36675 \begin_layout Plain Layout\r
36676 \r
36677 \r
36678 \backslash\r
36679 end{multicols}\r
36680 \end_layout\r
36681 \r
36682 \end_inset\r
36683 \r
36684 \r
36685 \end_layout\r
36686 \r
36687 \begin_layout Subsection\r
36688 Formulas with Description of Variables\r
36689 \begin_inset Index idx\r
36690 status collapsed\r
36691 \r
36692 \begin_layout Plain Layout\r
36693 Formula ! with description of variables\r
36694 \end_layout\r
36695 \r
36696 \end_inset\r
36697 \r
36698 \r
36699 \end_layout\r
36700 \r
36701 \begin_layout Standard\r
36702 To describe variables within a formula, like in formula \r
36703 \begin_inset CommandInset ref\r
36704 LatexCommand eqref\r
36705 reference "eq:within"\r
36706 \r
36707 \end_inset\r
36708 \r
36709 , a 2\r
36710 \series bold\r
36711 ×\r
36712 \series default\r
36713 \r
36714 \begin_inset Formula $n$\r
36715 \end_inset\r
36716 \r
36717 \r
36718 \begin_inset space ~\r
36719 \end_inset\r
36720 \r
36721 matrix is used with left aligned columns for the \r
36722 \begin_inset Formula $n$\r
36723 \end_inset\r
36724 \r
36725  used variables.\r
36726 \begin_inset Foot\r
36727 status collapsed\r
36728 \r
36729 \begin_layout Plain Layout\r
36730 matrices see \r
36731 \begin_inset CommandInset ref\r
36732 LatexCommand ref\r
36733 reference "sec:Matrices"\r
36734 \r
36735 \end_inset\r
36736 \r
36737 \r
36738 \end_layout\r
36739 \r
36740 \end_inset\r
36741 \r
36742  To set the description in a smaller size, before the matrix e.\r
36743 \begin_inset space \thinspace{}\r
36744 \end_inset\r
36745 \r
36746 g.\r
36747 \begin_inset space \space{}\r
36748 \end_inset\r
36749 \r
36750 the command \r
36751 \series bold\r
36752 \r
36753 \backslash\r
36754 footnotesize\r
36755 \series default\r
36756  is inserted.\r
36757 \begin_inset Foot\r
36758 status collapsed\r
36759 \r
36760 \begin_layout Plain Layout\r
36761 font sizes see \r
36762 \begin_inset CommandInset ref\r
36763 LatexCommand ref\r
36764 reference "sub:Font-Sizes"\r
36765 \r
36766 \end_inset\r
36767 \r
36768 \r
36769 \end_layout\r
36770 \r
36771 \end_inset\r
36772 \r
36773 \r
36774 \end_layout\r
36775 \r
36776 \begin_layout Standard\r
36777 When the formula style \r
36778 \series bold\r
36779 Indented\r
36780 \begin_inset Foot\r
36781 status collapsed\r
36782 \r
36783 \begin_layout Plain Layout\r
36784 formula styles see \r
36785 \begin_inset CommandInset ref\r
36786 LatexCommand ref\r
36787 reference "sec:Formula-Styles"\r
36788 \r
36789 \end_inset\r
36790 \r
36791 \r
36792 \end_layout\r
36793 \r
36794 \end_inset\r
36795 \r
36796 \r
36797 \series default\r
36798  is used, a \r
36799 \series bold\r
36800 \r
36801 \backslash\r
36802 hfill\r
36803 \series default\r
36804 \r
36805 \begin_inset Foot\r
36806 status collapsed\r
36807 \r
36808 \begin_layout Plain Layout\r
36809 \r
36810 \series bold\r
36811 \r
36812 \backslash\r
36813 hfill\r
36814 \series default\r
36815  only works in formulas with the style \r
36816 \series bold\r
36817 Indented\r
36818 \series default\r
36819 , see \r
36820 \begin_inset CommandInset ref\r
36821 LatexCommand ref\r
36822 reference "sub:Variable-Space"\r
36823 \r
36824 \end_inset\r
36825 \r
36826 .\r
36827 \end_layout\r
36828 \r
36829 \end_inset\r
36830 \r
36831  is inserted before and after the matrix to have the same separation of\r
36832  the matrix from the equation and the side margin.\r
36833 \end_layout\r
36834 \r
36835 \begin_layout Standard\r
36836 When the formula style \r
36837 \series bold\r
36838 Centered\r
36839 \series default\r
36840  is used, the method described in \r
36841 \begin_inset CommandInset ref\r
36842 LatexCommand ref\r
36843 reference "sub:Flalign-Environment"\r
36844 \r
36845 \end_inset\r
36846 \r
36847  is used to indent formulas.\r
36848  Formula \r
36849 \begin_inset CommandInset ref\r
36850 LatexCommand eqref\r
36851 reference "eq:within"\r
36852 \r
36853 \end_inset\r
36854 \r
36855  consists of five columns where in the first two columns contain the equation,\r
36856  the third the matrix and the last one an empty TeX-brace.\r
36857 \begin_inset Formula \r
36858 \begin{flalign}\r
36859 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}\r
36860 \rho & \textrm{density}\\\r
36861 V & \textrm{volume}\\\r
36862 g & \textrm{gravitational acceleration}\r
36863 \end{array} &  & {}\label{eq:within}\r
36864 \end{flalign}\r
36865 \r
36866 \end_inset\r
36867 \r
36868 \r
36869 \end_layout\r
36870 \r
36871 \begin_layout Subsection\r
36872 Upright small Greek Letters\r
36873 \begin_inset CommandInset label\r
36874 LatexCommand label\r
36875 name "sub:Upright-small-Greek"\r
36876 \r
36877 \end_inset\r
36878 \r
36879 \r
36880 \begin_inset Index idx\r
36881 status collapsed\r
36882 \r
36883 \begin_layout Plain Layout\r
36884 Greek letters ! upright\r
36885 \end_layout\r
36886 \r
36887 \end_inset\r
36888 \r
36889 \r
36890 \end_layout\r
36891 \r
36892 \begin_layout Standard\r
36893 Most of the math fonts only provide italic small Greek letters.\r
36894  But for symbols of elementary particles like pions and neutrinos, upright\r
36895  Greek letters are needed.\r
36896  The file \r
36897 \series bold\r
36898 upgreek.sty\r
36899 \series default\r
36900 \r
36901 \begin_inset Foot\r
36902 status collapsed\r
36903 \r
36904 \begin_layout Plain Layout\r
36905 \r
36906 \series bold\r
36907 upgreek\r
36908 \series default\r
36909  is part of the LaTeX-package \r
36910 \series bold\r
36911 was\r
36912 \series default\r
36913 \r
36914 \begin_inset Index idx\r
36915 status collapsed\r
36916 \r
36917 \begin_layout Plain Layout\r
36918 Packages ! was\r
36919 \begin_inset ERT\r
36920 status collapsed\r
36921 \r
36922 \begin_layout Plain Layout\r
36923 \r
36924 \r
36925 \backslash\r
36926 vspace{4mm}\r
36927 \end_layout\r
36928 \r
36929 \end_inset\r
36930 \r
36931 \r
36932 \end_layout\r
36933 \r
36934 \end_inset\r
36935 \r
36936 .\r
36937 \end_layout\r
36938 \r
36939 \end_inset\r
36940 \r
36941 \r
36942 \begin_inset Index idx\r
36943 status collapsed\r
36944 \r
36945 \begin_layout Plain Layout\r
36946 Packages ! upgreek\r
36947 \end_layout\r
36948 \r
36949 \end_inset\r
36950 \r
36951  that is loaded with the LaTeX-preamble line\r
36952 \end_layout\r
36953 \r
36954 \begin_layout Standard\r
36955 \r
36956 \series bold\r
36957 \r
36958 \backslash\r
36959 usepackage{upgreek}\r
36960 \end_layout\r
36961 \r
36962 \begin_layout Standard\r
36963 provides them.\r
36964  \r
36965 \begin_inset ERT\r
36966 status collapsed\r
36967 \r
36968 \begin_layout Plain Layout\r
36969 \r
36970 \r
36971 \backslash\r
36972 ifupgreek \r
36973 \end_layout\r
36974 \r
36975 \end_inset\r
36976 \r
36977 \r
36978 \begin_inset Note Note\r
36979 status open\r
36980 \r
36981 \begin_layout Plain Layout\r
36982 The following table will only be displayed when the LaTeX-package \r
36983 \series bold\r
36984 upgreek\r
36985 \series default\r
36986  is installed:\r
36987 \end_layout\r
36988 \r
36989 \end_inset\r
36990 \r
36991  They are created when the command for a small Greek letter is started with\r
36992  \r
36993 \series bold\r
36994 up\r
36995 \series default\r
36996 .\r
36997  For example the command \r
36998 \series bold\r
36999 \r
37000 \backslash\r
37001 uptau\r
37002 \series default\r
37003  creates this: \r
37004 \begin_inset Formula $\uptau$\r
37005 \end_inset\r
37006 \r
37007 \r
37008 \end_layout\r
37009 \r
37010 \begin_layout Standard\r
37011 With these commands reactions of elementary particles can be typeset:\r
37012 \begin_inset Formula \r
37013 \[\r
37014 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\r
37015 \]\r
37016 \r
37017 \end_inset\r
37018 \r
37019 \r
37020 \end_layout\r
37021 \r
37022 \begin_layout Standard\r
37023 The upright letters are more bold and wider than the italic ones.\r
37024  They should therefore not be used for units like \r
37025 \begin_inset Quotes eld\r
37026 \end_inset\r
37027 \r
37028 µm\r
37029 \begin_inset Quotes erd\r
37030 \end_inset\r
37031 \r
37032 .\r
37033 \end_layout\r
37034 \r
37035 \begin_layout Standard\r
37036 \begin_inset ERT\r
37037 status collapsed\r
37038 \r
37039 \begin_layout Plain Layout\r
37040 \r
37041 \r
37042 \backslash\r
37043 else \r
37044 \end_layout\r
37045 \r
37046 \end_inset\r
37047 \r
37048 \r
37049 \begin_inset Note Note\r
37050 status open\r
37051 \r
37052 \begin_layout Plain Layout\r
37053 The following will be displayed when the LaTeX-package \r
37054 \series bold\r
37055 upgreek\r
37056 \series default\r
37057  is not installed:\r
37058 \end_layout\r
37059 \r
37060 \end_inset\r
37061 \r
37062 \r
37063 \end_layout\r
37064 \r
37065 \begin_layout Standard\r
37066 You need to install the LaTeX-package \r
37067 \series bold\r
37068 upgreek\r
37069 \series default\r
37070  to see the rest of this subsection in the output.\r
37071 \end_layout\r
37072 \r
37073 \begin_layout Standard\r
37074 \begin_inset ERT\r
37075 status collapsed\r
37076 \r
37077 \begin_layout Plain Layout\r
37078 \r
37079 \r
37080 \backslash\r
37081 fi \r
37082 \end_layout\r
37083 \r
37084 \end_inset\r
37085 \r
37086 \r
37087 \end_layout\r
37088 \r
37089 \begin_layout Subsection\r
37090 Text Characters in Formulas\r
37091 \begin_inset CommandInset label\r
37092 LatexCommand label\r
37093 name "sub:Text-Characters-in"\r
37094 \r
37095 \end_inset\r
37096 \r
37097 \r
37098 \begin_inset Index idx\r
37099 status collapsed\r
37100 \r
37101 \begin_layout Plain Layout\r
37102 Text ! in formulas\r
37103 \end_layout\r
37104 \r
37105 \end_inset\r
37106 \r
37107 \r
37108 \end_layout\r
37109 \r
37110 \begin_layout Standard\r
37111 In some cases you might want to insert text characters directly into formulas.\r
37112  When for example the centered dot · is often used in formulas like \r
37113 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$\r
37114 \end_inset\r
37115 \r
37116 , one would have to insert the command \r
37117 \series bold\r
37118 \r
37119 \backslash\r
37120 cdot\r
37121 \series default\r
37122 \r
37123 \begin_inset Foot\r
37124 status collapsed\r
37125 \r
37126 \begin_layout Plain Layout\r
37127 see \r
37128 \begin_inset CommandInset ref\r
37129 LatexCommand ref\r
37130 reference "sub:Binary-Operators"\r
37131 \r
37132 \end_inset\r
37133 \r
37134 \r
37135 \end_layout\r
37136 \r
37137 \end_inset\r
37138 \r
37139  all the time, because this character is defined in all encodings as text\r
37140  character.\r
37141  But the encoding can be changed by this LaTeX-preamble line:\r
37142 \end_layout\r
37143 \r
37144 \begin_layout Standard\r
37145 \r
37146 \series bold\r
37147 \r
37148 \backslash\r
37149 Declare Inputtext{183}{\r
37150 \backslash\r
37151 ifmmode\r
37152 \backslash\r
37153 cdot\r
37154 \backslash\r
37155 else\r
37156 \backslash\r
37157 textperiodcentered\r
37158 \backslash\r
37159 f\SpecialChar \textcompwordmark{}\r
37160 i}\r
37161 \end_layout\r
37162 \r
37163 \begin_layout Standard\r
37164 The character encoding (menu \r
37165 \family sans\r
37166 Document\SpecialChar \menuseparator\r
37167 Settings\SpecialChar \menuseparator\r
37168 Language\r
37169 \family default\r
37170 ) specifies what character appears when a keyboard key is pressed.\r
37171  When the key for the character '·' is pressed, internally the command \r
37172 \series bold\r
37173 \r
37174 \backslash\r
37175 textperiodcentered\r
37176 \series default\r
37177  is used.\r
37178  But this command is not available in a formula so that you would get LaTeX-erro\r
37179 rs.\r
37180  With the changed encoding the right command is chosen automatically, depending\r
37181  on if the character was inserted into a formula or not.\r
37182 \end_layout\r
37183 \r
37184 \begin_layout Standard\r
37185 The encoding of several characters is saved in definition files.\r
37186  For example the encoding \r
37187 \series bold\r
37188 latin9\r
37189 \series default\r
37190  is defined in the file \r
37191 \series bold\r
37192 latin9.def\r
37193 \series default\r
37194  which is in the installation folder of LaTeX.\r
37195  Encodings should only be changed via the LaTeX-preamble and not in the\r
37196  definition files.\r
37197  Otherwise documents could not be edited by other LyX users working on other\r
37198  computers.\r
37199 \end_layout\r
37200 \r
37201 \begin_layout Standard\r
37202 \begin_inset VSpace medskip\r
37203 \end_inset\r
37204 \r
37205 Besides the centered dot, in this document the degree sign ° is defined\r
37206  with the following LaTeX-preamble line so that it can be directly inserted\r
37207  into a formula:\r
37208 \end_layout\r
37209 \r
37210 \begin_layout Standard\r
37211 \r
37212 \series bold\r
37213 \r
37214 \backslash\r
37215 DeclareInputtext{176}{\r
37216 \backslash\r
37217 ifmmode^\r
37218 \backslash\r
37219 circ\r
37220 \backslash\r
37221 else\r
37222 \backslash\r
37223 textdegree\r
37224 \backslash\r
37225 f\SpecialChar \textcompwordmark{}\r
37226 i}\r
37227 \end_layout\r
37228 \r
37229 \begin_layout Standard\r
37230 \begin_inset Newpage newpage\r
37231 \end_inset\r
37232 \r
37233 \r
37234 \end_layout\r
37235 \r
37236 \begin_layout Section\r
37237 \start_of_appendix\r
37238 Typographic Advice\r
37239 \begin_inset Index idx\r
37240 status collapsed\r
37241 \r
37242 \begin_layout Plain Layout\r
37243 Typographic advice\r
37244 \end_layout\r
37245 \r
37246 \end_inset\r
37247 \r
37248 \r
37249 \end_layout\r
37250 \r
37251 \begin_layout Standard\r
37252 This section is a summary of the most important typographic rules, listed\r
37253  in ISO norms.\r
37254 \begin_inset Foot\r
37255 status collapsed\r
37256 \r
37257 \begin_layout Plain Layout\r
37258 This collection was partly taken from the German semi-official dictionary\r
37259  called \r
37260 \begin_inset Quotes eld\r
37261 \end_inset\r
37262 \r
37263 Duden\r
37264 \begin_inset Quotes erd\r
37265 \end_inset\r
37266 \r
37267  \r
37268 \begin_inset CommandInset citation\r
37269 LatexCommand cite\r
37270 key "Duden"\r
37271 \r
37272 \end_inset\r
37273 \r
37274  that lists some of the ISO rules.\r
37275  More rules are listed in \r
37276 \begin_inset CommandInset citation\r
37277 LatexCommand cite\r
37278 key "Checklist"\r
37279 \r
37280 \end_inset\r
37281 \r
37282 .\r
37283 \end_layout\r
37284 \r
37285 \end_inset\r
37286 \r
37287 \r
37288 \end_layout\r
37289 \r
37290 \begin_layout Itemize\r
37291 Physical units are \r
37292 \emph on\r
37293 always\r
37294 \emph default\r
37295  set upright\r
37296 \begin_inset Foot\r
37297 status collapsed\r
37298 \r
37299 \begin_layout Plain Layout\r
37300 done with font styles, see \r
37301 \begin_inset CommandInset ref\r
37302 LatexCommand ref\r
37303 reference "sub:Font-Styles"\r
37304 \r
37305 \end_inset\r
37306 \r
37307 \r
37308 \end_layout\r
37309 \r
37310 \end_inset\r
37311 \r
37312 , no matter if they appear in italic text: 30\r
37313 \begin_inset space \thinspace{}\r
37314 \end_inset\r
37315 \r
37316 km/h\r
37317 \begin_inset Newline newline\r
37318 \end_inset\r
37319 \r
37320 Between the value and the unit is the smallest space, see \r
37321 \begin_inset CommandInset ref\r
37322 LatexCommand ref\r
37323 reference "sub:Predefined-Space"\r
37324 \r
37325 \end_inset\r
37326 \r
37327 .\r
37328 \begin_inset Newline newline\r
37329 \end_inset\r
37330 \r
37331 This convention is automatically fulfilled when the command \r
37332 \series bold\r
37333 \r
37334 \backslash\r
37335 unittwo\r
37336 \series default\r
37337  is used.\r
37338  When it is entered to a formula, two boxes appear.\r
37339  In the first one the value is inserted, in the second one the unit, and\r
37340  one gets as above: \r
37341 \begin_inset Formula $\unit[30]{km/h}$\r
37342 \end_inset\r
37343 \r
37344 \r
37345 \begin_inset space \thinspace{}\r
37346 \end_inset\r
37347 \r
37348 .\r
37349  Note that \r
37350 \series bold\r
37351 \r
37352 \backslash\r
37353 unittwo\r
37354 \series default\r
37355  is not a real LaTeX command but the command \r
37356 \series bold\r
37357 \r
37358 \backslash\r
37359 unit[value]{unit}\r
37360 \series default\r
37361 , therefore you cannot use it in TeX code.\r
37362 \end_layout\r
37363 \r
37364 \begin_layout Itemize\r
37365 Percent and perthousand signs are set like physical units:\r
37366 \begin_inset Newline newline\r
37367 \end_inset\r
37368 \r
37369 1.2\r
37370 \begin_inset space \thinspace{}\r
37371 \end_inset\r
37372 \r
37373 ‰ alcohol in blood\r
37374 \end_layout\r
37375 \r
37376 \begin_layout Itemize\r
37377 The degree sign follows directly on the value: 15°, but not when it is used\r
37378  in units: 15\r
37379 \begin_inset space \thinspace{}\r
37380 \end_inset\r
37381 \r
37382 °C\r
37383 \end_layout\r
37384 \r
37385 \begin_layout Itemize\r
37386 In numbers with more than four digits the smallest space is inserted before\r
37387  every third digit to group them: \r
37388 \family roman\r
37389 \series medium\r
37390 \shape up\r
37391 \size normal\r
37392 \emph off\r
37393 \bar no\r
37394 \noun off\r
37395 \color none\r
37396 18\r
37397 \begin_inset space \thinspace{}\r
37398 \end_inset\r
37399 \r
37400 473\r
37401 \begin_inset space \thinspace{}\r
37402 \end_inset\r
37403 \r
37404 588\r
37405 \end_layout\r
37406 \r
37407 \begin_layout Itemize\r
37408 For dimensions like 120×90×40\r
37409 \begin_inset space \thinspace{}\r
37410 \end_inset\r
37411 \r
37412 cm the multiplication sign \r
37413 \begin_inset Quotes eld\r
37414 \end_inset\r
37415 \r
37416 ×\r
37417 \begin_inset Quotes erd\r
37418 \end_inset\r
37419 \r
37420  is used.\r
37421  It is available either via the command \r
37422 \series bold\r
37423 \r
37424 \backslash\r
37425 times\r
37426 \series default\r
37427  or via the menu \r
37428 \family sans\r
37429 Insert\SpecialChar \menuseparator\r
37430 Special Character\SpecialChar \menuseparator\r
37431 Symbols\r
37432 \family default\r
37433 .\r
37434 \end_layout\r
37435 \r
37436 \begin_layout Itemize\r
37437 Functions with names consisting of several letters are set upright to avoid\r
37438  confusions, see \r
37439 \begin_inset CommandInset ref\r
37440 LatexCommand ref\r
37441 reference "sub:Predefined-Functions"\r
37442 \r
37443 \end_inset\r
37444 \r
37445 .\r
37446 \end_layout\r
37447 \r
37448 \begin_layout Itemize\r
37449 Indices consisting of several letters, are set upright: \r
37450 \begin_inset Formula $E_{\mathrm{kin}}$\r
37451 \end_inset\r
37452 \r
37453 \r
37454 \begin_inset Newline newline\r
37455 \end_inset\r
37456 \r
37457 Components of matrices are set italic: \r
37458 \begin_inset Formula $\hat{H}_{kl}$\r
37459 \end_inset\r
37460 \r
37461 \r
37462 \end_layout\r
37463 \r
37464 \begin_layout Itemize\r
37465 The differentiation/integration operator 'd', the Euler's number 'e' and\r
37466  the imaginary unit 'i' should be set upright, to avoid mixing them up with\r
37467  other variables.\r
37468 \end_layout\r
37469 \r
37470 \begin_layout Itemize\r
37471 The character that denotes a \r
37472 \noun on\r
37473 Fourier\r
37474 \noun default\r
37475  transformation is inserted either by the command \r
37476 \series bold\r
37477 \r
37478 \backslash\r
37479 mathscr\r
37480 \begin_inset ERT\r
37481 status collapsed\r
37482 \r
37483 \begin_layout Plain Layout\r
37484 \r
37485 \r
37486 \backslash\r
37487 spce \r
37488 \end_layout\r
37489 \r
37490 \end_inset\r
37491 \r
37492 F\r
37493 \series default\r
37494  or via the menu \r
37495 \family sans\r
37496 Insert\SpecialChar \menuseparator\r
37497 Special Character\SpecialChar \menuseparator\r
37498 Symbols\SpecialChar \menuseparator\r
37499 Letterlike\r
37500 \begin_inset space ~\r
37501 \end_inset\r
37502 \r
37503 Symbols\r
37504 \family default\r
37505\r
37506 \begin_inset Formula $\mathscr{F}$\r
37507 \end_inset\r
37508 \r
37509 \r
37510 \end_layout\r
37511 \r
37512 \begin_layout Standard\r
37513 \begin_inset Newpage newpage\r
37514 \end_inset\r
37515 \r
37516 \r
37517 \end_layout\r
37518 \r
37519 \begin_layout Section\r
37520 Synonyms\r
37521 \begin_inset Index idx\r
37522 status collapsed\r
37523 \r
37524 \begin_layout Plain Layout\r
37525 Synonyms\r
37526 \end_layout\r
37527 \r
37528 \end_inset\r
37529 \r
37530 \r
37531 \end_layout\r
37532 \r
37533 \begin_layout Standard\r
37534 Some characters and symbols can be created with several commands.\r
37535  Here is a list of the synonym commands:\r
37536 \end_layout\r
37537 \r
37538 \begin_layout Standard\r
37539 \begin_inset VSpace bigskip\r
37540 \end_inset\r
37541 \r
37542 \r
37543 \begin_inset space \hfill{}\r
37544 \end_inset\r
37545 \r
37546 \r
37547 \begin_inset Tabular\r
37548 <lyxtabular version="3" rows="12" columns="2">\r
37549 <features tabularvalignment="middle">\r
37550 <column alignment="center" valignment="top" width="0pt">\r
37551 <column alignment="center" valignment="top" width="0pt">\r
37552 <row>\r
37553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
37554 \begin_inset Text\r
37555 \r
37556 \begin_layout Plain Layout\r
37557 Command\r
37558 \end_layout\r
37559 \r
37560 \end_inset\r
37561 </cell>\r
37562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
37563 \begin_inset Text\r
37564 \r
37565 \begin_layout Plain Layout\r
37566 equivalent to\r
37567 \begin_inset Note Note\r
37568 status collapsed\r
37569 \r
37570 \begin_layout Plain Layout\r
37571 \r
37572 \series bold\r
37573 \r
37574 \backslash\r
37575 raisebox\r
37576 \series default\r
37577  is only used as spacer.\r
37578 \end_layout\r
37579 \r
37580 \end_inset\r
37581 \r
37582 \r
37583 \end_layout\r
37584 \r
37585 \end_inset\r
37586 </cell>\r
37587 </row>\r
37588 <row>\r
37589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37590 \begin_inset Text\r
37591 \r
37592 \begin_layout Plain Layout\r
37593 \r
37594 \backslash\r
37595 ast\r
37596 \end_layout\r
37597 \r
37598 \end_inset\r
37599 </cell>\r
37600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37601 \begin_inset Text\r
37602 \r
37603 \begin_layout Plain Layout\r
37604 \begin_inset ERT\r
37605 status collapsed\r
37606 \r
37607 \begin_layout Plain Layout\r
37608 \r
37609 \r
37610 \backslash\r
37611 raisebox{-1.2mm}{\r
37612 \end_layout\r
37613 \r
37614 \end_inset\r
37615 \r
37616 *\r
37617 \begin_inset ERT\r
37618 status collapsed\r
37619 \r
37620 \begin_layout Plain Layout\r
37621 \r
37622 }\r
37623 \end_layout\r
37624 \r
37625 \end_inset\r
37626 \r
37627 \r
37628 \end_layout\r
37629 \r
37630 \end_inset\r
37631 </cell>\r
37632 </row>\r
37633 <row>\r
37634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37635 \begin_inset Text\r
37636 \r
37637 \begin_layout Plain Layout\r
37638 \r
37639 \backslash\r
37640 choose\r
37641 \end_layout\r
37642 \r
37643 \end_inset\r
37644 </cell>\r
37645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37646 \begin_inset Text\r
37647 \r
37648 \begin_layout Plain Layout\r
37649 \r
37650 \backslash\r
37651 binom\r
37652 \end_layout\r
37653 \r
37654 \end_inset\r
37655 </cell>\r
37656 </row>\r
37657 <row>\r
37658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37659 \begin_inset Text\r
37660 \r
37661 \begin_layout Plain Layout\r
37662 \r
37663 \backslash\r
37664 geq\r
37665 \end_layout\r
37666 \r
37667 \end_inset\r
37668 </cell>\r
37669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37670 \begin_inset Text\r
37671 \r
37672 \begin_layout Plain Layout\r
37673 \r
37674 \backslash\r
37675 ge\r
37676 \end_layout\r
37677 \r
37678 \end_inset\r
37679 </cell>\r
37680 </row>\r
37681 <row>\r
37682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37683 \begin_inset Text\r
37684 \r
37685 \begin_layout Plain Layout\r
37686 \r
37687 \backslash\r
37688 lbrace\r
37689 \end_layout\r
37690 \r
37691 \end_inset\r
37692 </cell>\r
37693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37694 \begin_inset Text\r
37695 \r
37696 \begin_layout Plain Layout\r
37697 {\r
37698 \end_layout\r
37699 \r
37700 \end_inset\r
37701 </cell>\r
37702 </row>\r
37703 <row>\r
37704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37705 \begin_inset Text\r
37706 \r
37707 \begin_layout Plain Layout\r
37708 \r
37709 \backslash\r
37710 lbracket\r
37711 \end_layout\r
37712 \r
37713 \end_inset\r
37714 </cell>\r
37715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37716 \begin_inset Text\r
37717 \r
37718 \begin_layout Plain Layout\r
37719 [\r
37720 \end_layout\r
37721 \r
37722 \end_inset\r
37723 </cell>\r
37724 </row>\r
37725 <row>\r
37726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37727 \begin_inset Text\r
37728 \r
37729 \begin_layout Plain Layout\r
37730 \r
37731 \backslash\r
37732 leftarrow\r
37733 \end_layout\r
37734 \r
37735 \end_inset\r
37736 </cell>\r
37737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37738 \begin_inset Text\r
37739 \r
37740 \begin_layout Plain Layout\r
37741 \r
37742 \backslash\r
37743 gets\r
37744 \end_layout\r
37745 \r
37746 \end_inset\r
37747 </cell>\r
37748 </row>\r
37749 <row>\r
37750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37751 \begin_inset Text\r
37752 \r
37753 \begin_layout Plain Layout\r
37754 \r
37755 \backslash\r
37756 leq\r
37757 \end_layout\r
37758 \r
37759 \end_inset\r
37760 </cell>\r
37761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37762 \begin_inset Text\r
37763 \r
37764 \begin_layout Plain Layout\r
37765 \r
37766 \backslash\r
37767 le\r
37768 \end_layout\r
37769 \r
37770 \end_inset\r
37771 </cell>\r
37772 </row>\r
37773 <row>\r
37774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37775 \begin_inset Text\r
37776 \r
37777 \begin_layout Plain Layout\r
37778 \r
37779 \backslash\r
37780 lor\r
37781 \end_layout\r
37782 \r
37783 \end_inset\r
37784 </cell>\r
37785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37786 \begin_inset Text\r
37787 \r
37788 \begin_layout Plain Layout\r
37789 \r
37790 \backslash\r
37791 vee\r
37792 \end_layout\r
37793 \r
37794 \end_inset\r
37795 </cell>\r
37796 </row>\r
37797 <row>\r
37798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37799 \begin_inset Text\r
37800 \r
37801 \begin_layout Plain Layout\r
37802 \r
37803 \backslash\r
37804 neq\r
37805 \end_layout\r
37806 \r
37807 \end_inset\r
37808 </cell>\r
37809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37810 \begin_inset Text\r
37811 \r
37812 \begin_layout Plain Layout\r
37813 \r
37814 \backslash\r
37815 not=\r
37816 \end_layout\r
37817 \r
37818 \end_inset\r
37819 </cell>\r
37820 </row>\r
37821 <row>\r
37822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37823 \begin_inset Text\r
37824 \r
37825 \begin_layout Plain Layout\r
37826 \r
37827 \backslash\r
37828 slash\r
37829 \end_layout\r
37830 \r
37831 \end_inset\r
37832 </cell>\r
37833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37834 \begin_inset Text\r
37835 \r
37836 \begin_layout Plain Layout\r
37837 /\r
37838 \end_layout\r
37839 \r
37840 \end_inset\r
37841 </cell>\r
37842 </row>\r
37843 <row>\r
37844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
37845 \begin_inset Text\r
37846 \r
37847 \begin_layout Plain Layout\r
37848 \r
37849 \backslash\r
37850 vert\r
37851 \end_layout\r
37852 \r
37853 \end_inset\r
37854 </cell>\r
37855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
37856 \begin_inset Text\r
37857 \r
37858 \begin_layout Plain Layout\r
37859 |\r
37860 \end_layout\r
37861 \r
37862 \end_inset\r
37863 </cell>\r
37864 </row>\r
37865 </lyxtabular>\r
37866 \r
37867 \end_inset\r
37868 \r
37869 \r
37870 \begin_inset space \hfill{}\r
37871 \end_inset\r
37872 \r
37873 \r
37874 \begin_inset Tabular\r
37875 <lyxtabular version="3" rows="12" columns="2">\r
37876 <features tabularvalignment="middle">\r
37877 <column alignment="center" valignment="top" width="0pt">\r
37878 <column alignment="center" valignment="top" width="0pt">\r
37879 <row>\r
37880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
37881 \begin_inset Text\r
37882 \r
37883 \begin_layout Plain Layout\r
37884 Command\r
37885 \end_layout\r
37886 \r
37887 \end_inset\r
37888 </cell>\r
37889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
37890 \begin_inset Text\r
37891 \r
37892 \begin_layout Plain Layout\r
37893 equivalent to\r
37894 \end_layout\r
37895 \r
37896 \end_inset\r
37897 </cell>\r
37898 </row>\r
37899 <row>\r
37900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37901 \begin_inset Text\r
37902 \r
37903 \begin_layout Plain Layout\r
37904 \r
37905 \backslash\r
37906 backslash\r
37907 \end_layout\r
37908 \r
37909 \end_inset\r
37910 </cell>\r
37911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37912 \begin_inset Text\r
37913 \r
37914 \begin_layout Plain Layout\r
37915 \r
37916 \backslash\r
37917 \r
37918 \backslash\r
37919 \r
37920 \end_layout\r
37921 \r
37922 \end_inset\r
37923 </cell>\r
37924 </row>\r
37925 <row>\r
37926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37927 \begin_inset Text\r
37928 \r
37929 \begin_layout Plain Layout\r
37930 \r
37931 \backslash\r
37932 dasharrow\r
37933 \end_layout\r
37934 \r
37935 \end_inset\r
37936 </cell>\r
37937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37938 \begin_inset Text\r
37939 \r
37940 \begin_layout Plain Layout\r
37941 \r
37942 \backslash\r
37943 dashrightarrow\r
37944 \end_layout\r
37945 \r
37946 \end_inset\r
37947 </cell>\r
37948 </row>\r
37949 <row>\r
37950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37951 \begin_inset Text\r
37952 \r
37953 \begin_layout Plain Layout\r
37954 \r
37955 \backslash\r
37956 land\r
37957 \end_layout\r
37958 \r
37959 \end_inset\r
37960 </cell>\r
37961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37962 \begin_inset Text\r
37963 \r
37964 \begin_layout Plain Layout\r
37965 \r
37966 \backslash\r
37967 wedge\r
37968 \end_layout\r
37969 \r
37970 \end_inset\r
37971 </cell>\r
37972 </row>\r
37973 <row>\r
37974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37975 \begin_inset Text\r
37976 \r
37977 \begin_layout Plain Layout\r
37978 \r
37979 \backslash\r
37980 rbrace\r
37981 \end_layout\r
37982 \r
37983 \end_inset\r
37984 </cell>\r
37985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37986 \begin_inset Text\r
37987 \r
37988 \begin_layout Plain Layout\r
37989 }\r
37990 \end_layout\r
37991 \r
37992 \end_inset\r
37993 </cell>\r
37994 </row>\r
37995 <row>\r
37996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37997 \begin_inset Text\r
37998 \r
37999 \begin_layout Plain Layout\r
38000 \r
38001 \backslash\r
38002 rbracket\r
38003 \end_layout\r
38004 \r
38005 \end_inset\r
38006 </cell>\r
38007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
38008 \begin_inset Text\r
38009 \r
38010 \begin_layout Plain Layout\r
38011 ]\r
38012 \end_layout\r
38013 \r
38014 \end_inset\r
38015 </cell>\r
38016 </row>\r
38017 <row>\r
38018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
38019 \begin_inset Text\r
38020 \r
38021 \begin_layout Plain Layout\r
38022 \r
38023 \backslash\r
38024 rightarrow\r
38025 \end_layout\r
38026 \r
38027 \end_inset\r
38028 </cell>\r
38029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
38030 \begin_inset Text\r
38031 \r
38032 \begin_layout Plain Layout\r
38033 \r
38034 \backslash\r
38035 to\r
38036 \end_layout\r
38037 \r
38038 \end_inset\r
38039 </cell>\r
38040 </row>\r
38041 <row>\r
38042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
38043 \begin_inset Text\r
38044 \r
38045 \begin_layout Plain Layout\r
38046 \r
38047 \backslash\r
38048 lnot\r
38049 \end_layout\r
38050 \r
38051 \end_inset\r
38052 </cell>\r
38053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
38054 \begin_inset Text\r
38055 \r
38056 \begin_layout Plain Layout\r
38057 \r
38058 \backslash\r
38059 neg\r
38060 \end_layout\r
38061 \r
38062 \end_inset\r
38063 </cell>\r
38064 </row>\r
38065 <row>\r
38066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
38067 \begin_inset Text\r
38068 \r
38069 \begin_layout Plain Layout\r
38070 \r
38071 \backslash\r
38072 ne\r
38073 \end_layout\r
38074 \r
38075 \end_inset\r
38076 </cell>\r
38077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
38078 \begin_inset Text\r
38079 \r
38080 \begin_layout Plain Layout\r
38081 \r
38082 \backslash\r
38083 not=\r
38084 \end_layout\r
38085 \r
38086 \end_inset\r
38087 </cell>\r
38088 </row>\r
38089 <row>\r
38090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
38091 \begin_inset Text\r
38092 \r
38093 \begin_layout Plain Layout\r
38094 \r
38095 \backslash\r
38096 owns\r
38097 \end_layout\r
38098 \r
38099 \end_inset\r
38100 </cell>\r
38101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
38102 \begin_inset Text\r
38103 \r
38104 \begin_layout Plain Layout\r
38105 \r
38106 \backslash\r
38107 ni\r
38108 \end_layout\r
38109 \r
38110 \end_inset\r
38111 </cell>\r
38112 </row>\r
38113 <row>\r
38114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
38115 \begin_inset Text\r
38116 \r
38117 \begin_layout Plain Layout\r
38118 \r
38119 \backslash\r
38120 square\r
38121 \end_layout\r
38122 \r
38123 \end_inset\r
38124 </cell>\r
38125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
38126 \begin_inset Text\r
38127 \r
38128 \begin_layout Plain Layout\r
38129 \r
38130 \backslash\r
38131 Box\r
38132 \end_layout\r
38133 \r
38134 \end_inset\r
38135 </cell>\r
38136 </row>\r
38137 <row>\r
38138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
38139 \begin_inset Text\r
38140 \r
38141 \begin_layout Plain Layout\r
38142 \r
38143 \backslash\r
38144 Vert\r
38145 \end_layout\r
38146 \r
38147 \end_inset\r
38148 </cell>\r
38149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
38150 \begin_inset Text\r
38151 \r
38152 \begin_layout Plain Layout\r
38153 \r
38154 \backslash\r
38155 |\r
38156 \end_layout\r
38157 \r
38158 \end_inset\r
38159 </cell>\r
38160 </row>\r
38161 </lyxtabular>\r
38162 \r
38163 \end_inset\r
38164 \r
38165 \r
38166 \begin_inset space \hfill{}\r
38167 \end_inset\r
38168 \r
38169 \r
38170 \end_layout\r
38171 \r
38172 \begin_layout Standard\r
38173 \begin_inset Newpage newpage\r
38174 \end_inset\r
38175 \r
38176 \r
38177 \end_layout\r
38178 \r
38179 \begin_layout Bibliography\r
38180 \begin_inset CommandInset bibitem\r
38181 LatexCommand bibitem\r
38182 key "TLC2"\r
38183 \r
38184 \end_inset\r
38185 \r
38186 \r
38187 \shape smallcaps\r
38188 Mittelbach, F.\r
38189  ; Goossens, M.\r
38190 \shape default\r
38191\r
38192 \shape italic\r
38193 The LaTeX Companion\r
38194 \shape default\r
38195 .\r
38196  Addison Wesley, 2004\r
38197 \end_layout\r
38198 \r
38199 \begin_layout Bibliography\r
38200 \begin_inset CommandInset bibitem\r
38201 LatexCommand bibitem\r
38202 key "Mathmode"\r
38203 \r
38204 \end_inset\r
38205 \r
38206 \r
38207 \begin_inset CommandInset href\r
38208 LatexCommand href\r
38209 name "Description"\r
38210 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"\r
38211 \r
38212 \end_inset\r
38213 \r
38214  of LaTeX's math abilities\r
38215 \end_layout\r
38216 \r
38217 \begin_layout Bibliography\r
38218 \begin_inset CommandInset bibitem\r
38219 LatexCommand bibitem\r
38220 key "AMS"\r
38221 \r
38222 \end_inset\r
38223 \r
38224 \r
38225 \begin_inset CommandInset href\r
38226 LatexCommand href\r
38227 name "Description"\r
38228 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"\r
38229 \r
38230 \end_inset\r
38231 \r
38232  of \r
38233 \begin_inset ERT\r
38234 status collapsed\r
38235 \r
38236 \begin_layout Plain Layout\r
38237 \r
38238 \r
38239 \backslash\r
38240 AmS\r
38241 \end_layout\r
38242 \r
38243 \end_inset\r
38244 \r
38245 -LaTeX\r
38246 \end_layout\r
38247 \r
38248 \begin_layout Bibliography\r
38249 \begin_inset CommandInset bibitem\r
38250 LatexCommand bibitem\r
38251 key "Symbols"\r
38252 \r
38253 \end_inset\r
38254 \r
38255 \r
38256 \begin_inset CommandInset href\r
38257 LatexCommand href\r
38258 name "List"\r
38259 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"\r
38260 \r
38261 \end_inset\r
38262 \r
38263  of all symbols available with LaTeX-packages\r
38264 \end_layout\r
38265 \r
38266 \begin_layout Bibliography\r
38267 \begin_inset CommandInset bibitem\r
38268 LatexCommand bibitem\r
38269 key "cancel"\r
38270 \r
38271 \end_inset\r
38272 \r
38273 \r
38274 \begin_inset CommandInset href\r
38275 LatexCommand href\r
38276 name "Documentation"\r
38277 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"\r
38278 \r
38279 \end_inset\r
38280 \r
38281  of the LaTeX-package \r
38282 \series bold\r
38283 cancel\r
38284 \series default\r
38285 \r
38286 \begin_inset Index idx\r
38287 status collapsed\r
38288 \r
38289 \begin_layout Plain Layout\r
38290 Packages ! cancel\r
38291 \end_layout\r
38292 \r
38293 \end_inset\r
38294 \r
38295 \r
38296 \end_layout\r
38297 \r
38298 \begin_layout Bibliography\r
38299 \begin_inset CommandInset bibitem\r
38300 LatexCommand bibitem\r
38301 key "hyperref"\r
38302 \r
38303 \end_inset\r
38304 \r
38305 \r
38306 \begin_inset CommandInset href\r
38307 LatexCommand href\r
38308 name "Documentation"\r
38309 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"\r
38310 \r
38311 \end_inset\r
38312 \r
38313  of the LaTeX-package \r
38314 \series bold\r
38315 hyperref\r
38316 \series default\r
38317 \r
38318 \begin_inset Index idx\r
38319 status collapsed\r
38320 \r
38321 \begin_layout Plain Layout\r
38322 Packages ! hyperref\r
38323 \end_layout\r
38324 \r
38325 \end_inset\r
38326 \r
38327 \r
38328 \end_layout\r
38329 \r
38330 \begin_layout Bibliography\r
38331 \begin_inset CommandInset bibitem\r
38332 LatexCommand bibitem\r
38333 key "mhchem"\r
38334 \r
38335 \end_inset\r
38336 \r
38337 \r
38338 \begin_inset CommandInset href\r
38339 LatexCommand href\r
38340 name "Documentation"\r
38341 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"\r
38342 \r
38343 \end_inset\r
38344 \r
38345  of the LaTeX-package \r
38346 \series bold\r
38347 mhchem\r
38348 \series default\r
38349 \r
38350 \begin_inset Index idx\r
38351 status collapsed\r
38352 \r
38353 \begin_layout Plain Layout\r
38354 Packages ! mhchem\r
38355 \end_layout\r
38356 \r
38357 \end_inset\r
38358 \r
38359 \r
38360 \end_layout\r
38361 \r
38362 \begin_layout Bibliography\r
38363 \begin_inset CommandInset bibitem\r
38364 LatexCommand bibitem\r
38365 key "Mathclap"\r
38366 \r
38367 \end_inset\r
38368 \r
38369 \r
38370 \begin_inset CommandInset href\r
38371 LatexCommand href\r
38372 name "Description"\r
38373 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"\r
38374 \r
38375 \end_inset\r
38376 \r
38377  of the command \r
38378 \series bold\r
38379 \r
38380 \backslash\r
38381 mathclap\r
38382 \series default\r
38383 , described in \r
38384 \begin_inset CommandInset ref\r
38385 LatexCommand ref\r
38386 reference "sub:Operator-Limits"\r
38387 \r
38388 \end_inset\r
38389 \r
38390 \r
38391 \begin_inset Index idx\r
38392 status collapsed\r
38393 \r
38394 \begin_layout Plain Layout\r
38395 Commands ! M ! \r
38396 \backslash\r
38397 mathclap\r
38398 \end_layout\r
38399 \r
38400 \end_inset\r
38401 \r
38402 \r
38403 \end_layout\r
38404 \r
38405 \begin_layout Bibliography\r
38406 \begin_inset CommandInset bibitem\r
38407 LatexCommand bibitem\r
38408 key "Duden"\r
38409 \r
38410 \end_inset\r
38411 \r
38412 \r
38413 \emph on\r
38414 Duden Band 1\r
38415 \emph default\r
38416 .\r
38417  22.\r
38418  Auflage, Duden 2001\r
38419 \end_layout\r
38420 \r
38421 \begin_layout Bibliography\r
38422 \begin_inset CommandInset bibitem\r
38423 LatexCommand bibitem\r
38424 key "Checklist"\r
38425 \r
38426 \end_inset\r
38427 \r
38428 \r
38429 \begin_inset CommandInset href\r
38430 LatexCommand href\r
38431 name "Check list"\r
38432 target "http://physics.nist.gov/Document/checklist.pdf"\r
38433 \r
38434 \end_inset\r
38435 \r
38436  for reviewing manuscripts\r
38437 \end_layout\r
38438 \r
38439 \begin_layout Standard\r
38440 \begin_inset CommandInset index_print\r
38441 LatexCommand printindex\r
38442 type "idx"\r
38443 \r
38444 \end_inset\r
38445 \r
38446 \r
38447 \end_layout\r
38448 \r
38449 \end_body\r
38450 \end_document\r