]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
5ac17d57428bb7c74a53e0df4876a99db6161c22
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/\r
2 \lyxformat 474\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_math auto\r
155 \font_default_family default\r
156 \use_non_tex_fonts false\r
157 \font_sc false\r
158 \font_osf false\r
159 \font_sf_scale 100\r
160 \font_tt_scale 100\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_package amsmath 2\r
186 \use_package amssymb 2\r
187 \use_package cancel 0\r
188 \use_package esint 1\r
189 \use_package mathdots 1\r
190 \use_package mathtools 0\r
191 \use_package mhchem 1\r
192 \use_package stackrel 0\r
193 \use_package stmaryrd 0\r
194 \use_package undertilde 0\r
195 \cite_engine basic\r
196 \cite_engine_type default\r
197 \biblio_style plain\r
198 \use_bibtopic false\r
199 \use_indices false\r
200 \paperorientation portrait\r
201 \suppress_date false\r
202 \justification true\r
203 \use_refstyle 0\r
204 \notefontcolor #0000ff\r
205 \index Index\r
206 \shortcut idx\r
207 \color #008000\r
208 \end_index\r
209 \secnumdepth 4\r
210 \tocdepth 3\r
211 \paragraph_separation skip\r
212 \defskip medskip\r
213 \quotes_language english\r
214 \papercolumns 1\r
215 \papersides 2\r
216 \paperpagestyle plain\r
217 \bullet 1 0 6 -1\r
218 \bullet 2 2 35 -1\r
219 \bullet 3 2 7 -1\r
220 \tracking_changes false\r
221 \output_changes false\r
222 \html_math_output 0\r
223 \html_css_as_file 0\r
224 \html_be_strict false\r
225 \end_header\r
226 \r
227 \begin_body\r
228 \r
229 \begin_layout Title\r
230 LyX's detailed Math manual\r
231 \end_layout\r
232 \r
233 \begin_layout Author\r
234 by the LyX Team\r
235 \begin_inset Foot\r
236 status collapsed\r
237 \r
238 \begin_layout Plain Layout\r
239 \noindent\r
240 If you have comments or error corrections, please send them to the LyX Documenta\r
241 tion mailing list: \r
242 \family typewriter\r
243 \r
244 \begin_inset CommandInset href\r
245 LatexCommand href\r
246 name "lyx-docs@lists.lyx.org"\r
247 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"\r
248 type "mailto:"\r
249 \r
250 \end_inset\r
251 \r
252 \r
253 \end_layout\r
254 \r
255 \end_inset\r
256 \r
257 \r
258 \begin_inset Note Note\r
259 status collapsed\r
260 \r
261 \begin_layout Plain Layout\r
262 author: Uwe Stöhr\r
263 \end_layout\r
264 \r
265 \end_inset\r
266 \r
267 \r
268 \begin_inset Newline newline\r
269 \end_inset\r
270 \r
271 \r
272 \begin_inset Newline newline\r
273 \end_inset\r
274 \r
275 \r
276 \family sans\r
277 Version 2.0.x\r
278 \end_layout\r
279 \r
280 \begin_layout Standard\r
281 \begin_inset CommandInset toc\r
282 LatexCommand tableofcontents\r
283 \r
284 \end_inset\r
285 \r
286 \r
287 \end_layout\r
288 \r
289 \begin_layout Standard\r
290 \begin_inset Note Note\r
291 status open\r
292 \r
293 \begin_layout Plain Layout\r
294 To export this document to PDF, PS or DVI the LaTeX-packages \r
295 \series bold\r
296 braket, cancel, eurosym, mathdots, mhchem\r
297 \series default\r
298  and \r
299 \series bold\r
300 was\r
301 \series default\r
302  should be installed.\r
303  If they are not installed the document can be exported anyway but the sections\r
304  where the packages are required will not appear in the output.\r
305  An exception is \r
306 \series bold\r
307 mhchem\r
308 \series default\r
309 ; if it is not installed, this file cannot be exported.\r
310 \end_layout\r
311 \r
312 \begin_layout Plain Layout\r
313 The latest PDF-version of this document can be found here:\r
314 \begin_inset Newline newline\r
315 \end_inset\r
316 \r
317 \r
318 \series bold\r
319 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math\r
320 \end_layout\r
321 \r
322 \end_inset\r
323 \r
324 \r
325 \end_layout\r
326 \r
327 \begin_layout Standard\r
328 \begin_inset Newpage newpage\r
329 \end_inset\r
330 \r
331 \r
332 \end_layout\r
333 \r
334 \begin_layout Section\r
335 Introduction\r
336 \end_layout\r
337 \r
338 \begin_layout Standard\r
339 This document explains LyX's math features and is furthermore a collection\r
340  of LaTeX-commands used for mathematical characters and constructs.\r
341  The explanations are designed for the usage of commands.\r
342  It is therefore required that you have read the section \r
343 \family typewriter\r
344 Mathematical\r
345 \begin_inset space ~\r
346 \end_inset\r
347 \r
348 Formulas\r
349 \family default\r
350  of the User's Guide.\r
351 \end_layout\r
352 \r
353 \begin_layout Standard\r
354 Most of the characters and many constructs explained in this manual are\r
355  also accessible via the menu \r
356 \family sans\r
357 Insert\r
358 \series bold\r
359 \SpecialChar \menuseparator\r
360 \r
361 \series default\r
362 Math\r
363 \family default\r
364  or the \r
365 \family sans\r
366 math\r
367 \family default\r
368 \series bold\r
369  \r
370 \family sans\r
371 \series default\r
372 toolbar\r
373 \family default\r
374 .\r
375  But everybody who has to write lots of formulas will notice that it is\r
376  much faster to use commands instead of the math toolbar.\r
377  Therefore this manual is focused on commands but also mentions the correspondin\r
378 g toolbar buttons when available.\r
379 \end_layout\r
380 \r
381 \begin_layout Standard\r
382 If not specially mentioned the commands are only available within formulas.\r
383  To be able to use all commands explained in this document, the option \r
384 \family sans\r
385 Use AMS math package\r
386 \family default\r
387  must be checked in the document settings (menu \r
388 \family sans\r
389 Document\SpecialChar \menuseparator\r
390 Settings\SpecialChar \menuseparator\r
391 Math\r
392 \begin_inset space ~\r
393 \end_inset\r
394 \r
395 Options\r
396 \family default\r
397 ).\r
398 \begin_inset Foot\r
399 status collapsed\r
400 \r
401 \begin_layout Plain Layout\r
402 The option \r
403 \family sans\r
404 Use AMS math package automatically\r
405 \family default\r
406  only uses \r
407 \begin_inset ERT\r
408 status collapsed\r
409 \r
410 \begin_layout Plain Layout\r
411 \r
412 \r
413 \backslash\r
414 AmS \r
415 \end_layout\r
416 \r
417 \end_inset\r
418 \r
419 -math when math constructs are found that are supported by LyX.\r
420 \end_layout\r
421 \r
422 \end_inset\r
423 \r
424 \r
425 \end_layout\r
426 \r
427 \begin_layout Standard\r
428 This document doesn't list all \r
429 \begin_inset ERT\r
430 status collapsed\r
431 \r
432 \begin_layout Plain Layout\r
433 \r
434 \r
435 \backslash\r
436 AmS \r
437 \end_layout\r
438 \r
439 \end_inset\r
440 \r
441 -math commands\r
442 \begin_inset Foot\r
443 status collapsed\r
444 \r
445 \begin_layout Plain Layout\r
446 A list with all \r
447 \begin_inset ERT\r
448 status collapsed\r
449 \r
450 \begin_layout Plain Layout\r
451 \r
452 \r
453 \backslash\r
454 AmS\r
455 \end_layout\r
456 \r
457 \end_inset\r
458 \r
459 -math commands is in the file \r
460 \family sans\r
461 \r
462 \begin_inset CommandInset href\r
463 LatexCommand href\r
464 name "amsguide.ps"\r
465 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"\r
466 \r
467 \end_inset\r
468 \r
469 \r
470 \family default\r
471 , which is part of every LaTeX standard installation.\r
472 \end_layout\r
473 \r
474 \end_inset\r
475 \r
476  for lucidity reasons.\r
477 \end_layout\r
478 \r
479 \begin_layout Section\r
480 General Instructions\r
481 \end_layout\r
482 \r
483 \begin_layout Standard\r
484 To create an inline formula\r
485 \begin_inset Index idx\r
486 status collapsed\r
487 \r
488 \begin_layout Plain Layout\r
489 Formula ! inline\r
490 \end_layout\r
491 \r
492 \end_inset\r
493 \r
494  that is embedded into a text line, use one of the shortcuts \r
495 \begin_inset Info\r
496 type  "shortcuts"\r
497 arg   "math-mode"\r
498 \end_inset\r
499 \r
500  or the toolbar button \r
501 \begin_inset Graphics\r
502         filename ../images/math-mode.png\r
503         scale 85\r
504 \r
505 \end_inset\r
506 \r
507 .\r
508 \begin_inset Newline newline\r
509 \end_inset\r
510 \r
511 To create a display style formula\r
512 \begin_inset Index idx\r
513 status collapsed\r
514 \r
515 \begin_layout Plain Layout\r
516 Formula ! display style\r
517 \end_layout\r
518 \r
519 \end_inset\r
520 \r
521  which will appear bigger, has a different format, and will be in a separate\r
522  paragraph, use one of these shortcuts: \r
523 \begin_inset Info\r
524 type  "shortcuts"\r
525 arg   "math-display"\r
526 \end_inset\r
527 \r
528 .\r
529 \end_layout\r
530 \r
531 \begin_layout Standard\r
532 To change a display style formula to an inline formula, set the cursor into\r
533  the formula and use one of the shortcuts \r
534 \begin_inset Info\r
535 type  "shortcuts"\r
536 arg   "math-mode"\r
537 \end_inset\r
538 \r
539  or the menu \r
540 \family sans\r
541 Edit\SpecialChar \menuseparator\r
542 Math\SpecialChar \menuseparator\r
543 Change formula type\r
544 \family default\r
545 .\r
546  The same way is used to change an inline formula to a display style formula.\r
547 \end_layout\r
548 \r
549 \begin_layout Standard\r
550 To display parts of an inline formula in the size of a display style formula,\r
551  enter the command \r
552 \series bold\r
553 \r
554 \backslash\r
555 displaystyle\r
556 \series default\r
557 \r
558 \begin_inset Index idx\r
559 status collapsed\r
560 \r
561 \begin_layout Plain Layout\r
562 Commands ! D ! \r
563 \backslash\r
564 displaystyle\r
565 \end_layout\r
566 \r
567 \end_inset\r
568 \r
569  to a formula.\r
570  Then a new blue box appears in which the desired formula part is inserted.\r
571 \end_layout\r
572 \r
573 \begin_layout Standard\r
574 Only inline formulas are allowed inside tables.\r
575 \end_layout\r
576 \r
577 \begin_layout Standard\r
578 The \r
579 \family sans\r
580 math toolbar\r
581 \family default\r
582  can be turned on in the menu \r
583 \family sans\r
584 View\SpecialChar \menuseparator\r
585 Toolbars\r
586 \family default\r
587 .\r
588  When you click there on \r
589 \begin_inset Quotes eld\r
590 \end_inset\r
591 \r
592 Math\r
593 \begin_inset Quotes erd\r
594 \end_inset\r
595 \r
596  the toolbar will be shown permanently at the bottom; this state is visualized\r
597  in the \r
598 \family sans\r
599 Toolbars\r
600 \family default\r
601  menu with a checkmark.\r
602  When you click in this state again on \r
603 \begin_inset Quotes eld\r
604 \end_inset\r
605 \r
606 Math\r
607 \begin_inset Quotes erd\r
608 \end_inset\r
609 \r
610  in the \r
611 \family sans\r
612 Toolbars\r
613 \family default\r
614  menu, the \r
615 \family sans\r
616 math toolbar\r
617 \family default\r
618  is only shown when the cursor is within a formula; this state is visualized\r
619  by the renaming of the menu entry from \r
620 \begin_inset Quotes eld\r
621 \end_inset\r
622 \r
623 Math\r
624 \begin_inset Quotes erd\r
625 \end_inset\r
626 \r
627  to \r
628 \begin_inset Quotes eld\r
629 \end_inset\r
630 \r
631 Math\r
632 \begin_inset space ~\r
633 \end_inset\r
634 \r
635 (auto)\r
636 \begin_inset Quotes erd\r
637 \end_inset\r
638 \r
639 .\r
640 \end_layout\r
641 \r
642 \begin_layout Standard\r
643 The TeX-mode\r
644 \begin_inset Index idx\r
645 status collapsed\r
646 \r
647 \begin_layout Plain Layout\r
648 T@TeX-mode\r
649 \end_layout\r
650 \r
651 \end_inset\r
652 \r
653  is invoked by pressing the toolbar button \r
654 \begin_inset Graphics\r
655         filename ../images/ert-insert.png\r
656         scale 85\r
657 \r
658 \end_inset\r
659 \r
660  or by using the menu \r
661 \family sans\r
662 Insert\SpecialChar \menuseparator\r
663 Te\r
664 \begin_inset ERT\r
665 status collapsed\r
666 \r
667 \begin_layout Plain Layout\r
668 \r
669 {}\r
670 \end_layout\r
671 \r
672 \end_inset\r
673 \r
674 X Code\r
675 \family default\r
676  (shortcut \r
677 \begin_inset Info\r
678 type  "shortcut"\r
679 arg   "ert-insert"\r
680 \end_inset\r
681 \r
682 ).\r
683 \begin_inset Note Note\r
684 status collapsed\r
685 \r
686 \begin_layout Plain Layout\r
687 In LyX there are three \r
688 \begin_inset Quotes eld\r
689 \end_inset\r
690 \r
691 proper names\r
692 \begin_inset Quotes erd\r
693 \end_inset\r
694 \r
695  that appear in the output with sub- and superscript letters: TeX, LaTeX\r
696  and LyX\r
697 \end_layout\r
698 \r
699 \begin_layout Plain Layout\r
700 To avoid that these names are recognized as proper names, a TeX-brace pair\r
701  is inserted.\r
702 \end_layout\r
703 \r
704 \end_inset\r
705 \r
706 \r
707 \end_layout\r
708 \r
709 \begin_layout Standard\r
710 To change the LaTeX-preamble\r
711 \begin_inset Index idx\r
712 status collapsed\r
713 \r
714 \begin_layout Plain Layout\r
715 L@LaTeX-preamble\r
716 \end_layout\r
717 \r
718 \end_inset\r
719 \r
720 , use the menu \r
721 \family sans\r
722 Document\SpecialChar \menuseparator\r
723 Settings\SpecialChar \menuseparator\r
724 LaT\r
725 \begin_inset ERT\r
726 status collapsed\r
727 \r
728 \begin_layout Plain Layout\r
729 \r
730 {}\r
731 \end_layout\r
732 \r
733 \end_inset\r
734 \r
735 eX\r
736 \family default\r
737  \r
738 \family sans\r
739 Preamble\r
740 \family default\r
741 .\r
742 \end_layout\r
743 \r
744 \begin_layout Standard\r
745 To edit matrices, case differentiations and multiline formulas subsequently,\r
746  use the menus \r
747 \family sans\r
748 Edit\SpecialChar \menuseparator\r
749 Math\r
750 \family default\r
751  and \r
752 \family sans\r
753 Edit\SpecialChar \menuseparator\r
754 Rows\r
755 \begin_inset space \thinspace{}\r
756 \end_inset\r
757 \r
758 &\r
759 \begin_inset space \thinspace{}\r
760 \end_inset\r
761 \r
762 Columns,\r
763 \family default\r
764  or the \r
765 \family sans\r
766 table toolbar\r
767 \family default\r
768 .\r
769  When lines and columns are swapped via the menu, the column or line where\r
770  the cursor is in is exchanged with the column to the right or the line\r
771  below, respectively.\r
772  Is the cursor in the last column or row, the exchange is done with the\r
773  column to the left or the line above.\r
774 \end_layout\r
775 \r
776 \begin_layout Standard\r
777 To write text in formulas\r
778 \begin_inset Foot\r
779 status collapsed\r
780 \r
781 \begin_layout Plain Layout\r
782 For multiline formulas the command \r
783 \series bold\r
784 \r
785 \backslash\r
786 intertext\r
787 \series default\r
788  is used, see \r
789 \begin_inset CommandInset ref\r
790 LatexCommand ref\r
791 reference "sub:Text-in-multiline"\r
792 \r
793 \end_inset\r
794 \r
795 .\r
796 \end_layout\r
797 \r
798 \end_inset\r
799 \r
800  \r
801 \emph on\r
802 mathematical text\r
803 \emph default\r
804 \r
805 \begin_inset Index idx\r
806 status collapsed\r
807 \r
808 \begin_layout Plain Layout\r
809 Text ! in formulas\r
810 \end_layout\r
811 \r
812 \end_inset\r
813 \r
814 \r
815 \begin_inset Index idx\r
816 status collapsed\r
817 \r
818 \begin_layout Plain Layout\r
819 Mathematical text\r
820 \end_layout\r
821 \r
822 \end_inset\r
823 \r
824  is used.\r
825  This mode is invoked with the shortcut \r
826 \begin_inset Info\r
827 type  "shortcut"\r
828 arg   "font-default"\r
829 \end_inset\r
830 \r
831  or by the insertion of the command \r
832 \series bold\r
833 \r
834 \backslash\r
835 text\r
836 \series default\r
837 \r
838 \begin_inset Index idx\r
839 status collapsed\r
840 \r
841 \begin_layout Plain Layout\r
842 Commands ! T ! \r
843 \backslash\r
844 text\r
845 \end_layout\r
846 \r
847 \end_inset\r
848 \r
849 .\r
850  The text appears black in LyX and can therefore be distinguished from the\r
851  other formula parts which appear blue.\r
852  In the output mathematical text is set upright, in contrary to other formula\r
853  parts.\r
854 \end_layout\r
855 \r
856 \begin_layout Subsection*\r
857 Command Scheme\r
858 \end_layout\r
859 \r
860 \begin_layout Standard\r
861 Most of the LaTeX-commands for math constructs have the following scheme:\r
862 \end_layout\r
863 \r
864 \begin_layout Standard\r
865 \r
866 \series bold\r
867 \r
868 \backslash\r
869 commandname[optional\r
870 \series default\r
871  \r
872 \series bold\r
873 argument]{required\r
874 \series default\r
875  \r
876 \series bold\r
877 argument}\r
878 \end_layout\r
879 \r
880 \begin_layout Standard\r
881 A command always starts with a backslash \r
882 \begin_inset Quotes gld\r
883 \end_inset\r
884 \r
885 \r
886 \series bold\r
887 \r
888 \backslash\r
889 \r
890 \series default\r
891 \r
892 \begin_inset Quotes grd\r
893 \end_inset\r
894 \r
895 .\r
896  To omit optional arguments, also omit the associated brackets.\r
897  The braces around the required arguments are named in this document as\r
898  TeX-braces\r
899 \begin_inset Index idx\r
900 status collapsed\r
901 \r
902 \begin_layout Plain Layout\r
903 T@TeX-braces\r
904 \end_layout\r
905 \r
906 \end_inset\r
907 \r
908 .\r
909  If you add in a formula a left brace to a command name, LyX automatically\r
910  creates a TeX-brace.\r
911  In all other cases TeX-braces are created in formulas with the command\r
912  \r
913 \series bold\r
914 \r
915 \backslash\r
916 {\r
917 \series default\r
918 .\r
919  TeX-braces appear red in LyX, in contrary to normal braces which appear\r
920  blue.\r
921  In TeX-mode no command is needed to get TeX-braces.\r
922  TeX-braces don't appear in the output.\r
923 \end_layout\r
924 \r
925 \begin_layout Standard\r
926 When commands without arguments, like commands for symbols are entered in\r
927  TeX-mode, a space character must \r
928 \emph on\r
929 always\r
930 \emph default\r
931  be behind the command to end it.\r
932  This space doesn't appear in the output.\r
933  When the space should appear in the output, the space must be followed\r
934  by a protected space in normal text.\r
935 \end_layout\r
936 \r
937 \begin_layout Standard\r
938 A protected space is inserted with \r
939 \begin_inset Info\r
940 type  "shortcuts"\r
941 arg   "command-alternatives space-insert protected ; math-space"\r
942 \end_inset\r
943 \r
944 .\r
945 \end_layout\r
946 \r
947 \begin_layout Subsection*\r
948 \begin_inset Newpage newpage\r
949 \end_inset\r
950 \r
951 Syntax Explanation\r
952 \end_layout\r
953 \r
954 \begin_layout Itemize\r
955 The symbol\r
956 \begin_inset Foot\r
957 status collapsed\r
958 \r
959 \begin_layout Plain Layout\r
960 This visible space character can be created with the command \r
961 \series bold\r
962 \r
963 \backslash\r
964 textvisiblespace\r
965 \series default\r
966 \r
967 \begin_inset Index idx\r
968 status collapsed\r
969 \r
970 \begin_layout Plain Layout\r
971 Commands ! T ! \r
972 \backslash\r
973 textvisiblespace\r
974 \end_layout\r
975 \r
976 \end_inset\r
977 \r
978 , inserted in TeX-mode.\r
979 \end_layout\r
980 \r
981 \end_inset\r
982 \r
983  \r
984 \begin_inset ERT\r
985 status collapsed\r
986 \r
987 \begin_layout Plain Layout\r
988 \r
989 \r
990 \backslash\r
991 spce \r
992 \end_layout\r
993 \r
994 \end_inset\r
995 \r
996 \r
997 \begin_inset space ~\r
998 \end_inset\r
999 \r
1000 denotes a space character to be input.\r
1001 \end_layout\r
1002 \r
1003 \begin_layout Itemize\r
1004 An arrow like \r
1005 \begin_inset Formula $\to$\r
1006 \end_inset\r
1007 \r
1008  denotes the usage of the corresponding arrow key on the keyboard.\r
1009  The \r
1010 \family sans\r
1011 Tab\r
1012 \family default\r
1013  key can often be used instead of \r
1014 \begin_inset Formula $\to$\r
1015 \end_inset\r
1016 \r
1017  and \r
1018 \begin_inset Formula $\downarrow$\r
1019 \end_inset\r
1020 \r
1021 , and \r
1022 \family sans\r
1023 Shift+Tab\r
1024 \family default\r
1025  instead of \r
1026 \begin_inset Formula $\leftarrow$\r
1027 \end_inset\r
1028 \r
1029  and \r
1030 \begin_inset Formula $\uparrow$\r
1031 \end_inset\r
1032 \r
1033 .\r
1034 \end_layout\r
1035 \r
1036 \begin_layout Subsection*\r
1037 Available units\r
1038 \end_layout\r
1039 \r
1040 \begin_layout Standard\r
1041 \align center\r
1042 \begin_inset Float table\r
1043 placement H\r
1044 wide false\r
1045 sideways false\r
1046 status open\r
1047 \r
1048 \begin_layout Plain Layout\r
1049 \align center\r
1050 \begin_inset Caption Standard\r
1051 \r
1052 \begin_layout Plain Layout\r
1053 \begin_inset CommandInset label\r
1054 LatexCommand label\r
1055 name "tab:Available-units"\r
1056 \r
1057 \end_inset\r
1058 \r
1059 Available units\r
1060 \end_layout\r
1061 \r
1062 \end_inset\r
1063 \r
1064 \r
1065 \end_layout\r
1066 \r
1067 \begin_layout Plain Layout\r
1068 \align center\r
1069 \begin_inset Tabular\r
1070 <lyxtabular version="3" rows="13" columns="2">\r
1071 <features rotate="0" tabularvalignment="middle">\r
1072 <column alignment="center" valignment="top">\r
1073 <column alignment="center" valignment="top">\r
1074 <row>\r
1075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
1076 \begin_inset Text\r
1077 \r
1078 \begin_layout Plain Layout\r
1079 Unit\r
1080 \end_layout\r
1081 \r
1082 \end_inset\r
1083 </cell>\r
1084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
1085 \begin_inset Text\r
1086 \r
1087 \begin_layout Plain Layout\r
1088 Name / Description\r
1089 \end_layout\r
1090 \r
1091 \end_inset\r
1092 </cell>\r
1093 </row>\r
1094 <row>\r
1095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1096 \begin_inset Text\r
1097 \r
1098 \begin_layout Plain Layout\r
1099 mm\r
1100 \end_layout\r
1101 \r
1102 \end_inset\r
1103 </cell>\r
1104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1105 \begin_inset Text\r
1106 \r
1107 \begin_layout Plain Layout\r
1108 Millimeter\r
1109 \end_layout\r
1110 \r
1111 \end_inset\r
1112 </cell>\r
1113 </row>\r
1114 <row>\r
1115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1116 \begin_inset Text\r
1117 \r
1118 \begin_layout Plain Layout\r
1119 cm\r
1120 \end_layout\r
1121 \r
1122 \end_inset\r
1123 </cell>\r
1124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1125 \begin_inset Text\r
1126 \r
1127 \begin_layout Plain Layout\r
1128 Centimeter\r
1129 \end_layout\r
1130 \r
1131 \end_inset\r
1132 </cell>\r
1133 </row>\r
1134 <row>\r
1135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1136 \begin_inset Text\r
1137 \r
1138 \begin_layout Plain Layout\r
1139 in\r
1140 \end_layout\r
1141 \r
1142 \end_inset\r
1143 </cell>\r
1144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1145 \begin_inset Text\r
1146 \r
1147 \begin_layout Plain Layout\r
1148 Inch (1\r
1149 \begin_inset space \thinspace{}\r
1150 \end_inset\r
1151 \r
1152 in = 2,54\r
1153 \begin_inset space \thinspace{}\r
1154 \end_inset\r
1155 \r
1156 cm)\r
1157 \end_layout\r
1158 \r
1159 \end_inset\r
1160 </cell>\r
1161 </row>\r
1162 <row>\r
1163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1164 \begin_inset Text\r
1165 \r
1166 \begin_layout Plain Layout\r
1167 pt\r
1168 \end_layout\r
1169 \r
1170 \end_inset\r
1171 </cell>\r
1172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1173 \begin_inset Text\r
1174 \r
1175 \begin_layout Plain Layout\r
1176 Point (72.27\r
1177 \begin_inset space \thinspace{}\r
1178 \end_inset\r
1179 \r
1180 pt = 1\r
1181 \begin_inset space \thinspace{}\r
1182 \end_inset\r
1183 \r
1184 in)\r
1185 \end_layout\r
1186 \r
1187 \end_inset\r
1188 </cell>\r
1189 </row>\r
1190 <row>\r
1191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1192 \begin_inset Text\r
1193 \r
1194 \begin_layout Plain Layout\r
1195 pc\r
1196 \end_layout\r
1197 \r
1198 \end_inset\r
1199 </cell>\r
1200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1201 \begin_inset Text\r
1202 \r
1203 \begin_layout Plain Layout\r
1204 Pica (1\r
1205 \begin_inset space \thinspace{}\r
1206 \end_inset\r
1207 \r
1208 pc = 12\r
1209 \begin_inset space \thinspace{}\r
1210 \end_inset\r
1211 \r
1212 pt)\r
1213 \end_layout\r
1214 \r
1215 \end_inset\r
1216 </cell>\r
1217 </row>\r
1218 <row>\r
1219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1220 \begin_inset Text\r
1221 \r
1222 \begin_layout Plain Layout\r
1223 sp\r
1224 \end_layout\r
1225 \r
1226 \end_inset\r
1227 </cell>\r
1228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1229 \begin_inset Text\r
1230 \r
1231 \begin_layout Plain Layout\r
1232 scaled point (65536\r
1233 \begin_inset space \thinspace{}\r
1234 \end_inset\r
1235 \r
1236 sp = 1\r
1237 \begin_inset space \thinspace{}\r
1238 \end_inset\r
1239 \r
1240 pt)\r
1241 \end_layout\r
1242 \r
1243 \end_inset\r
1244 </cell>\r
1245 </row>\r
1246 <row>\r
1247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1248 \begin_inset Text\r
1249 \r
1250 \begin_layout Plain Layout\r
1251 bp\r
1252 \end_layout\r
1253 \r
1254 \end_inset\r
1255 </cell>\r
1256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1257 \begin_inset Text\r
1258 \r
1259 \begin_layout Plain Layout\r
1260 big point (72\r
1261 \begin_inset space \thinspace{}\r
1262 \end_inset\r
1263 \r
1264 bp = 1\r
1265 \begin_inset space \thinspace{}\r
1266 \end_inset\r
1267 \r
1268 in)\r
1269 \end_layout\r
1270 \r
1271 \end_inset\r
1272 </cell>\r
1273 </row>\r
1274 <row>\r
1275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1276 \begin_inset Text\r
1277 \r
1278 \begin_layout Plain Layout\r
1279 dd\r
1280 \end_layout\r
1281 \r
1282 \end_inset\r
1283 </cell>\r
1284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1285 \begin_inset Text\r
1286 \r
1287 \begin_layout Plain Layout\r
1288 Didot (1\r
1289 \begin_inset space \thinspace{}\r
1290 \end_inset\r
1291 \r
1292 dd \r
1293 \begin_inset Formula $\approx$\r
1294 \end_inset\r
1295 \r
1296  0.376\r
1297 \begin_inset space \thinspace{}\r
1298 \end_inset\r
1299 \r
1300 mm)\r
1301 \end_layout\r
1302 \r
1303 \end_inset\r
1304 </cell>\r
1305 </row>\r
1306 <row>\r
1307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1308 \begin_inset Text\r
1309 \r
1310 \begin_layout Plain Layout\r
1311 cc\r
1312 \end_layout\r
1313 \r
1314 \end_inset\r
1315 </cell>\r
1316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1317 \begin_inset Text\r
1318 \r
1319 \begin_layout Plain Layout\r
1320 Cicero (1\r
1321 \begin_inset space \thinspace{}\r
1322 \end_inset\r
1323 \r
1324 cc = 12\r
1325 \begin_inset space \thinspace{}\r
1326 \end_inset\r
1327 \r
1328 dd)\r
1329 \end_layout\r
1330 \r
1331 \end_inset\r
1332 </cell>\r
1333 </row>\r
1334 <row>\r
1335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1336 \begin_inset Text\r
1337 \r
1338 \begin_layout Plain Layout\r
1339 ex\r
1340 \end_layout\r
1341 \r
1342 \end_inset\r
1343 </cell>\r
1344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1345 \begin_inset Text\r
1346 \r
1347 \begin_layout Plain Layout\r
1348 Height of letter \r
1349 \emph on\r
1350 \r
1351 \begin_inset Quotes eld\r
1352 \end_inset\r
1353 \r
1354 x\r
1355 \emph default\r
1356 \r
1357 \begin_inset Quotes erd\r
1358 \end_inset\r
1359 \r
1360  in the current font\r
1361 \end_layout\r
1362 \r
1363 \end_inset\r
1364 </cell>\r
1365 </row>\r
1366 <row>\r
1367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1368 \begin_inset Text\r
1369 \r
1370 \begin_layout Plain Layout\r
1371 em\r
1372 \end_layout\r
1373 \r
1374 \end_inset\r
1375 </cell>\r
1376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1377 \begin_inset Text\r
1378 \r
1379 \begin_layout Plain Layout\r
1380 width of letter \r
1381 \begin_inset Quotes eld\r
1382 \end_inset\r
1383 \r
1384 \r
1385 \emph on\r
1386 M\r
1387 \emph default\r
1388 \r
1389 \begin_inset Quotes erd\r
1390 \end_inset\r
1391 \r
1392  in the current font\r
1393 \end_layout\r
1394 \r
1395 \end_inset\r
1396 </cell>\r
1397 </row>\r
1398 <row>\r
1399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
1400 \begin_inset Text\r
1401 \r
1402 \begin_layout Plain Layout\r
1403 mu\r
1404 \end_layout\r
1405 \r
1406 \end_inset\r
1407 </cell>\r
1408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
1409 \begin_inset Text\r
1410 \r
1411 \begin_layout Plain Layout\r
1412 math unit (1\r
1413 \begin_inset space \thinspace{}\r
1414 \end_inset\r
1415 \r
1416 mu = \r
1417 \begin_inset Formula $\nicefrac{1}{18}$\r
1418 \end_inset\r
1419 \r
1420 \r
1421 \begin_inset space \thinspace{}\r
1422 \end_inset\r
1423 \r
1424 em)\r
1425 \end_layout\r
1426 \r
1427 \end_inset\r
1428 </cell>\r
1429 </row>\r
1430 </lyxtabular>\r
1431 \r
1432 \end_inset\r
1433 \r
1434 \r
1435 \end_layout\r
1436 \r
1437 \end_inset\r
1438 \r
1439 \r
1440 \end_layout\r
1441 \r
1442 \begin_layout Standard\r
1443 \begin_inset Newpage newpage\r
1444 \end_inset\r
1445 \r
1446 \r
1447 \end_layout\r
1448 \r
1449 \begin_layout Section\r
1450 Basic Functions\r
1451 \end_layout\r
1452 \r
1453 \begin_layout Subsection\r
1454 Exponents\r
1455 \begin_inset Index idx\r
1456 status collapsed\r
1457 \r
1458 \begin_layout Plain Layout\r
1459 Exponents\r
1460 \end_layout\r
1461 \r
1462 \end_inset\r
1463 \r
1464  and Indices\r
1465 \begin_inset Index idx\r
1466 status collapsed\r
1467 \r
1468 \begin_layout Plain Layout\r
1469 Indices\r
1470 \end_layout\r
1471 \r
1472 \end_inset\r
1473 \r
1474 \r
1475 \begin_inset Index idx\r
1476 status collapsed\r
1477 \r
1478 \begin_layout Plain Layout\r
1479 Superscripts|see\r
1480 \begin_inset ERT\r
1481 status collapsed\r
1482 \r
1483 \begin_layout Plain Layout\r
1484 \r
1485 {\r
1486 \end_layout\r
1487 \r
1488 \end_inset\r
1489 \r
1490 Exponents\r
1491 \begin_inset ERT\r
1492 status collapsed\r
1493 \r
1494 \begin_layout Plain Layout\r
1495 \r
1496 }\r
1497 \end_layout\r
1498 \r
1499 \end_inset\r
1500 \r
1501 \r
1502 \end_layout\r
1503 \r
1504 \end_inset\r
1505 \r
1506 \r
1507 \begin_inset Index idx\r
1508 status collapsed\r
1509 \r
1510 \begin_layout Plain Layout\r
1511 Subscripts|see\r
1512 \begin_inset ERT\r
1513 status collapsed\r
1514 \r
1515 \begin_layout Plain Layout\r
1516 \r
1517 {\r
1518 \end_layout\r
1519 \r
1520 \end_inset\r
1521 \r
1522 Indices\r
1523 \begin_inset ERT\r
1524 status collapsed\r
1525 \r
1526 \begin_layout Plain Layout\r
1527 \r
1528 }\r
1529 \end_layout\r
1530 \r
1531 \end_inset\r
1532 \r
1533 \r
1534 \end_layout\r
1535 \r
1536 \end_inset\r
1537 \r
1538 \r
1539 \end_layout\r
1540 \r
1541 \begin_layout Standard\r
1542 Indices are created with an underscore \r
1543 \begin_inset Quotes eld\r
1544 \end_inset\r
1545 \r
1546 _\r
1547 \begin_inset Quotes erd\r
1548 \end_inset\r
1549 \r
1550  or via the math toolbar button \r
1551 \begin_inset Graphics\r
1552         filename ../images/math-subscript.png\r
1553         scale 85\r
1554 \r
1555 \end_inset\r
1556 \r
1557 , exponents with a caret \r
1558 \begin_inset Quotes eld\r
1559 \end_inset\r
1560 \r
1561 ^\r
1562 \begin_inset Quotes erd\r
1563 \end_inset\r
1564 \r
1565  or via the math toolbar button \r
1566 \begin_inset Graphics\r
1567         filename ../images/math-superscript.png\r
1568         scale 85\r
1569 \r
1570 \end_inset\r
1571 \r
1572 .\r
1573 \end_layout\r
1574 \r
1575 \begin_layout Standard\r
1576 \align center\r
1577 \begin_inset Tabular\r
1578 <lyxtabular version="3" rows="4" columns="2">\r
1579 <features rotate="0" tabularvalignment="middle">\r
1580 <column alignment="center" valignment="top" width="0pt">\r
1581 <column alignment="center" valignment="top" width="0pt">\r
1582 <row>\r
1583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
1584 \begin_inset Text\r
1585 \r
1586 \begin_layout Plain Layout\r
1587 command\r
1588 \end_layout\r
1589 \r
1590 \end_inset\r
1591 </cell>\r
1592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
1593 \begin_inset Text\r
1594 \r
1595 \begin_layout Plain Layout\r
1596 Result\r
1597 \begin_inset Note Note\r
1598 status collapsed\r
1599 \r
1600 \begin_layout Plain Layout\r
1601 \r
1602 \series bold\r
1603 \r
1604 \backslash\r
1605 raisebox\r
1606 \series default\r
1607  is only used as spacer.\r
1608 \end_layout\r
1609 \r
1610 \end_inset\r
1611 \r
1612 \r
1613 \end_layout\r
1614 \r
1615 \end_inset\r
1616 </cell>\r
1617 </row>\r
1618 <row>\r
1619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1620 \begin_inset Text\r
1621 \r
1622 \begin_layout Plain Layout\r
1623 B_V\r
1624 \end_layout\r
1625 \r
1626 \end_inset\r
1627 </cell>\r
1628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1629 \begin_inset Text\r
1630 \r
1631 \begin_layout Plain Layout\r
1632 \begin_inset Formula $B_{V}$\r
1633 \end_inset\r
1634 \r
1635 \r
1636 \end_layout\r
1637 \r
1638 \end_inset\r
1639 </cell>\r
1640 </row>\r
1641 <row>\r
1642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
1643 \begin_inset Text\r
1644 \r
1645 \begin_layout Plain Layout\r
1646 B^V\r
1647 \end_layout\r
1648 \r
1649 \end_inset\r
1650 </cell>\r
1651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
1652 \begin_inset Text\r
1653 \r
1654 \begin_layout Plain Layout\r
1655 \begin_inset Formula $\raisebox{5mm}{}B^{V}$\r
1656 \end_inset\r
1657 \r
1658 \r
1659 \end_layout\r
1660 \r
1661 \end_inset\r
1662 </cell>\r
1663 </row>\r
1664 <row>\r
1665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
1666 \begin_inset Text\r
1667 \r
1668 \begin_layout Plain Layout\r
1669 B^\r
1670 \begin_inset ERT\r
1671 status collapsed\r
1672 \r
1673 \begin_layout Plain Layout\r
1674 \r
1675 \r
1676 \backslash\r
1677 spce \r
1678 \end_layout\r
1679 \r
1680 \end_inset\r
1681 \r
1682 A\r
1683 \end_layout\r
1684 \r
1685 \end_inset\r
1686 </cell>\r
1687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
1688 \begin_inset Text\r
1689 \r
1690 \begin_layout Plain Layout\r
1691 \begin_inset Formula $\raisebox{5mm}{}B^{A}$\r
1692 \end_inset\r
1693 \r
1694 \r
1695 \end_layout\r
1696 \r
1697 \end_inset\r
1698 </cell>\r
1699 </row>\r
1700 </lyxtabular>\r
1701 \r
1702 \end_inset\r
1703 \r
1704 \r
1705 \end_layout\r
1706 \r
1707 \begin_layout Standard\r
1708 As the caret is in some languages an accent, vowels will be accentuated\r
1709  in this case and not set as exponents\r
1710 \begin_inset Foot\r
1711 status collapsed\r
1712 \r
1713 \begin_layout Plain Layout\r
1714 Depending on the used keyboard settings this can also happen for characters\r
1715  other than vowels.\r
1716 \end_layout\r
1717 \r
1718 \end_inset\r
1719 \r
1720 .\r
1721  To get exponents in this case, press \r
1722 \family sans\r
1723 Space\r
1724 \family default\r
1725  after the caret as in the last example.\r
1726 \end_layout\r
1727 \r
1728 \begin_layout Subsection\r
1729 Fractions\r
1730 \begin_inset CommandInset label\r
1731 LatexCommand label\r
1732 name "sub:Fractions"\r
1733 \r
1734 \end_inset\r
1735 \r
1736 \r
1737 \begin_inset Index idx\r
1738 status collapsed\r
1739 \r
1740 \begin_layout Plain Layout\r
1741 Fractions\r
1742 \end_layout\r
1743 \r
1744 \end_inset\r
1745 \r
1746 \r
1747 \end_layout\r
1748 \r
1749 \begin_layout Standard\r
1750 Fractions are generated with the command \r
1751 \series bold\r
1752 \r
1753 \backslash\r
1754 frac\r
1755 \series default\r
1756 \r
1757 \begin_inset Index idx\r
1758 status collapsed\r
1759 \r
1760 \begin_layout Plain Layout\r
1761 Commands ! F ! \r
1762 \backslash\r
1763 frac\r
1764 \end_layout\r
1765 \r
1766 \end_inset\r
1767 \r
1768  or via the math toolbar button \r
1769 \begin_inset Graphics\r
1770         filename ../images/math/frac.png\r
1771         scale 50\r
1772 \r
1773 \end_inset\r
1774 \r
1775 .\r
1776  The font size is adjusted automatically, depending on whether the fraction\r
1777  is in an inline or display style formula.\r
1778  With the math toolbar button \r
1779 \begin_inset Graphics\r
1780         filename ../images/math/frac-square.png\r
1781         scale 85\r
1782 \r
1783 \end_inset\r
1784 \r
1785  you can select different fraction types.\r
1786 \end_layout\r
1787 \r
1788 \begin_layout Standard\r
1789 With the command \r
1790 \series bold\r
1791 \r
1792 \backslash\r
1793 dfrac\r
1794 \series default\r
1795 \r
1796 \begin_inset Index idx\r
1797 status collapsed\r
1798 \r
1799 \begin_layout Plain Layout\r
1800 Commands ! D ! \r
1801 \backslash\r
1802 dfrac\r
1803 \end_layout\r
1804 \r
1805 \end_inset\r
1806 \r
1807  a fraction can be created that always has the size of a display style formula.\r
1808  With \r
1809 \series bold\r
1810 \r
1811 \backslash\r
1812 tfrac\r
1813 \series default\r
1814 \r
1815 \begin_inset Index idx\r
1816 status collapsed\r
1817 \r
1818 \begin_layout Plain Layout\r
1819 Commands ! T ! \r
1820 \backslash\r
1821 tfrac\r
1822 \end_layout\r
1823 \r
1824 \end_inset\r
1825 \r
1826  the fraction appears always with the size of an inline formula.\r
1827  An example:\r
1828 \end_layout\r
1829 \r
1830 \begin_layout Standard\r
1831 A line with the fraction \r
1832 \begin_inset Formula $\frac{1}{2}$\r
1833 \end_inset\r
1834 \r
1835  that was created with the command \r
1836 \series bold\r
1837 \r
1838 \backslash\r
1839 frac\r
1840 \series default\r
1841 .\r
1842 \end_layout\r
1843 \r
1844 \begin_layout Standard\r
1845 A line with the fraction \r
1846 \begin_inset Formula $\dfrac{1}{2}$\r
1847 \end_inset\r
1848 \r
1849  that was created with the command \r
1850 \series bold\r
1851 \r
1852 \backslash\r
1853 dfrac\r
1854 \series default\r
1855 .\r
1856 \end_layout\r
1857 \r
1858 \begin_layout Standard\r
1859 \align center\r
1860 \begin_inset Tabular\r
1861 <lyxtabular version="3" rows="4" columns="2">\r
1862 <features rotate="0" tabularvalignment="middle">\r
1863 <column alignment="center" valignment="top" width="0pt">\r
1864 <column alignment="center" valignment="top" width="0pt">\r
1865 <row>\r
1866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
1867 \begin_inset Text\r
1868 \r
1869 \begin_layout Plain Layout\r
1870 Command\r
1871 \end_layout\r
1872 \r
1873 \end_inset\r
1874 </cell>\r
1875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
1876 \begin_inset Text\r
1877 \r
1878 \begin_layout Plain Layout\r
1879 Result\r
1880 \begin_inset Note Note\r
1881 status collapsed\r
1882 \r
1883 \begin_layout Plain Layout\r
1884 \r
1885 \series bold\r
1886 \r
1887 \backslash\r
1888 raisebox\r
1889 \series default\r
1890  is only used as spacer.\r
1891 \end_layout\r
1892 \r
1893 \end_inset\r
1894 \r
1895 \r
1896 \end_layout\r
1897 \r
1898 \end_inset\r
1899 </cell>\r
1900 </row>\r
1901 <row>\r
1902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1903 \begin_inset Text\r
1904 \r
1905 \begin_layout Plain Layout\r
1906 \r
1907 \backslash\r
1908 frac\r
1909 \begin_inset ERT\r
1910 status collapsed\r
1911 \r
1912 \begin_layout Plain Layout\r
1913 \r
1914 \r
1915 \backslash\r
1916 spce \r
1917 \end_layout\r
1918 \r
1919 \end_inset\r
1920 \r
1921 A\r
1922 \begin_inset Formula $\downarrow$\r
1923 \end_inset\r
1924 \r
1925 B\r
1926 \end_layout\r
1927 \r
1928 \end_inset\r
1929 </cell>\r
1930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1931 \begin_inset Text\r
1932 \r
1933 \begin_layout Plain Layout\r
1934 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$\r
1935 \end_inset\r
1936 \r
1937 \r
1938 \end_layout\r
1939 \r
1940 \end_inset\r
1941 </cell>\r
1942 </row>\r
1943 <row>\r
1944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
1945 \begin_inset Text\r
1946 \r
1947 \begin_layout Plain Layout\r
1948 \r
1949 \backslash\r
1950 dfrac\r
1951 \begin_inset ERT\r
1952 status collapsed\r
1953 \r
1954 \begin_layout Plain Layout\r
1955 \r
1956 \r
1957 \backslash\r
1958 spce \r
1959 \end_layout\r
1960 \r
1961 \end_inset\r
1962 \r
1963 A\r
1964 \begin_inset Formula $\downarrow$\r
1965 \end_inset\r
1966 \r
1967 B\r
1968 \end_layout\r
1969 \r
1970 \end_inset\r
1971 </cell>\r
1972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
1973 \begin_inset Text\r
1974 \r
1975 \begin_layout Plain Layout\r
1976 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$\r
1977 \end_inset\r
1978 \r
1979 \r
1980 \end_layout\r
1981 \r
1982 \end_inset\r
1983 </cell>\r
1984 </row>\r
1985 <row>\r
1986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
1987 \begin_inset Text\r
1988 \r
1989 \begin_layout Plain Layout\r
1990 \r
1991 \backslash\r
1992 dfrac\r
1993 \begin_inset ERT\r
1994 status collapsed\r
1995 \r
1996 \begin_layout Plain Layout\r
1997 \r
1998 \r
1999 \backslash\r
2000 spce \r
2001 \end_layout\r
2002 \r
2003 \end_inset\r
2004 \r
2005 e^\r
2006 \backslash\r
2007 frac\r
2008 \begin_inset ERT\r
2009 status collapsed\r
2010 \r
2011 \begin_layout Plain Layout\r
2012 \r
2013 \r
2014 \backslash\r
2015 spce \r
2016 \end_layout\r
2017 \r
2018 \end_inset\r
2019 \r
2020 1\r
2021 \begin_inset Formula $\downarrow$\r
2022 \end_inset\r
2023 \r
2024 2\r
2025 \begin_inset Formula $\downarrow\downarrow$\r
2026 \end_inset\r
2027 \r
2028 3\r
2029 \end_layout\r
2030 \r
2031 \end_inset\r
2032 </cell>\r
2033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
2034 \begin_inset Text\r
2035 \r
2036 \begin_layout Plain Layout\r
2037 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$\r
2038 \end_inset\r
2039 \r
2040 \r
2041 \end_layout\r
2042 \r
2043 \end_inset\r
2044 </cell>\r
2045 </row>\r
2046 </lyxtabular>\r
2047 \r
2048 \end_inset\r
2049 \r
2050 \r
2051 \end_layout\r
2052 \r
2053 \begin_layout Standard\r
2054 \begin_inset VSpace bigskip\r
2055 \end_inset\r
2056 \r
2057 \r
2058 \begin_inset Newpage newpage\r
2059 \end_inset\r
2060 \r
2061 For nested fractions the command \r
2062 \series bold\r
2063 \r
2064 \backslash\r
2065 cfrac\r
2066 \series default\r
2067 \r
2068 \begin_inset Index idx\r
2069 status collapsed\r
2070 \r
2071 \begin_layout Plain Layout\r
2072 Commands ! C ! \r
2073 \backslash\r
2074 cfrac\r
2075 \end_layout\r
2076 \r
2077 \end_inset\r
2078 \r
2079  can be used.\r
2080  Here is an example:\r
2081 \begin_inset VSpace -3mm\r
2082 \end_inset\r
2083 \r
2084 \r
2085 \end_layout\r
2086 \r
2087 \begin_layout Standard\r
2088 \begin_inset Formula \r
2089 \begin{align*}\r
2090 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\\r
2091 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\r
2092 \end{align*}\r
2093 \r
2094 \end_inset\r
2095 \r
2096 \r
2097 \end_layout\r
2098 \r
2099 \begin_layout Standard\r
2100 The command for the example above is:\r
2101 \end_layout\r
2102 \r
2103 \begin_layout Standard\r
2104 \r
2105 \series bold\r
2106 \r
2107 \backslash\r
2108 cfrac\r
2109 \begin_inset ERT\r
2110 status collapsed\r
2111 \r
2112 \begin_layout Plain Layout\r
2113 \r
2114 \r
2115 \backslash\r
2116 spce \r
2117 \end_layout\r
2118 \r
2119 \end_inset\r
2120 \r
2121 A\r
2122 \begin_inset Formula $\downarrow$\r
2123 \end_inset\r
2124 \r
2125 B+\r
2126 \backslash\r
2127 cfrac\r
2128 \begin_inset ERT\r
2129 status collapsed\r
2130 \r
2131 \begin_layout Plain Layout\r
2132 \r
2133 \r
2134 \backslash\r
2135 spce \r
2136 \end_layout\r
2137 \r
2138 \end_inset\r
2139 \r
2140 C+\r
2141 \backslash\r
2142 cfrac\r
2143 \begin_inset ERT\r
2144 status collapsed\r
2145 \r
2146 \begin_layout Plain Layout\r
2147 \r
2148 \r
2149 \backslash\r
2150 spce \r
2151 \end_layout\r
2152 \r
2153 \end_inset\r
2154 \r
2155 E\r
2156 \begin_inset Formula $\downarrow$\r
2157 \end_inset\r
2158 \r
2159 F\r
2160 \begin_inset Formula $\downarrow$\r
2161 \end_inset\r
2162 \r
2163 D\r
2164 \end_layout\r
2165 \r
2166 \begin_layout Standard\r
2167 \begin_inset VSpace medskip\r
2168 \end_inset\r
2169 \r
2170 \r
2171 \end_layout\r
2172 \r
2173 \begin_layout Standard\r
2174 \r
2175 \series bold\r
2176 \r
2177 \backslash\r
2178 cfrac\r
2179 \series default\r
2180  sets the fraction always in the size of a displayed formula, also when\r
2181  it is part of another fraction.\r
2182 \end_layout\r
2183 \r
2184 \begin_layout Standard\r
2185 It is possible to specify the alignment of the numerator.\r
2186  The command \r
2187 \series bold\r
2188 \r
2189 \backslash\r
2190 cfracleft\r
2191 \series default\r
2192  is used to left align it, the command \r
2193 \series bold\r
2194 \r
2195 \backslash\r
2196 cfracright\r
2197 \series default\r
2198  to right-align it.\r
2199  \r
2200 \series bold\r
2201 \r
2202 \backslash\r
2203 cfrac\r
2204 \series default\r
2205  centers the numerator.\r
2206  These fractions demonstrate the different alignments:\r
2207 \end_layout\r
2208 \r
2209 \begin_layout Standard\r
2210 \r
2211 \series bold\r
2212 \begin_inset Formula \r
2213 \[\r
2214 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}\r
2215 \]\r
2216 \r
2217 \end_inset\r
2218 \r
2219 \r
2220 \end_layout\r
2221 \r
2222 \begin_layout Standard\r
2223 \begin_inset Note Greyedout\r
2224 status open\r
2225 \r
2226 \begin_layout Plain Layout\r
2227 \r
2228 \series bold\r
2229 Note:\r
2230 \series default\r
2231  \r
2232 \series bold\r
2233 \r
2234 \backslash\r
2235 cfracleft\r
2236 \series default\r
2237  and \r
2238 \series bold\r
2239 \r
2240 \backslash\r
2241 cfracright\r
2242 \series default\r
2243  are no real LaTeX commands but represent the command \r
2244 \series bold\r
2245 \r
2246 \backslash\r
2247 cfrac[alignment]{numerator}{denominator}\r
2248 \series default\r
2249  .\r
2250  Therefore you cannot use them in TeX code.\r
2251 \end_layout\r
2252 \r
2253 \end_inset\r
2254 \r
2255 \r
2256 \end_layout\r
2257 \r
2258 \begin_layout Standard\r
2259 \begin_inset VSpace medskip\r
2260 \end_inset\r
2261 \r
2262 It is often advantageous to combine \r
2263 \series bold\r
2264 \r
2265 \backslash\r
2266 cfrac\r
2267 \series default\r
2268  and \r
2269 \series bold\r
2270 \r
2271 \backslash\r
2272 frac\r
2273 \series default\r
2274 :\r
2275 \begin_inset Formula \r
2276 \[\r
2277 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\r
2278 \]\r
2279 \r
2280 \end_inset\r
2281 \r
2282 \r
2283 \end_layout\r
2284 \r
2285 \begin_layout Standard\r
2286 For inline fractions with a sloped fraction stroke you can use the command\r
2287  \r
2288 \series bold\r
2289 \r
2290 \backslash\r
2291 nicefrac\r
2292 \series default\r
2293 \r
2294 \begin_inset Index idx\r
2295 status collapsed\r
2296 \r
2297 \begin_layout Plain Layout\r
2298 Commands ! N ! \r
2299 \backslash\r
2300 nicefrac\r
2301 \end_layout\r
2302 \r
2303 \end_inset\r
2304 \r
2305\r
2306 \begin_inset Formula $\nicefrac{5}{31}$\r
2307 \end_inset\r
2308 \r
2309  or \r
2310 \series bold\r
2311 \r
2312 \backslash\r
2313 unitfrac\r
2314 \series default\r
2315 \r
2316 \begin_inset Index idx\r
2317 status collapsed\r
2318 \r
2319 \begin_layout Plain Layout\r
2320 Commands ! U ! \r
2321 \backslash\r
2322 unitfrac\r
2323 \end_layout\r
2324 \r
2325 \end_inset\r
2326 \r
2327\r
2328 \begin_inset Formula $\unitfrac{5}{31}$\r
2329 \end_inset\r
2330 \r
2331  There is furthermore the command \r
2332 \series bold\r
2333 \r
2334 \backslash\r
2335 unitfracthree\r
2336 \series default\r
2337  that offers to write a fraction in combination with a number: \r
2338 \begin_inset Formula $\unitfrac[2]{1}{3}$\r
2339 \end_inset\r
2340 \r
2341 \r
2342 \end_layout\r
2343 \r
2344 \begin_layout Standard\r
2345 \begin_inset Note Greyedout\r
2346 status open\r
2347 \r
2348 \begin_layout Plain Layout\r
2349 \r
2350 \series bold\r
2351 Note:\r
2352 \series default\r
2353  \r
2354 \series bold\r
2355 \r
2356 \backslash\r
2357 unitfracthree\r
2358 \series default\r
2359  is not a real LaTeX command but the command\r
2360 \begin_inset Newline newline\r
2361 \end_inset\r
2362 \r
2363 \r
2364 \series bold\r
2365 \r
2366 \backslash\r
2367 unitfrac[number]{numerator}{denominator}\r
2368 \series default\r
2369  .\r
2370  Therefore you cannot use it in TeX code.\r
2371 \end_layout\r
2372 \r
2373 \end_inset\r
2374 \r
2375 \r
2376 \end_layout\r
2377 \r
2378 \begin_layout Standard\r
2379 How to define own fractions where the fraction stroke can be changed, is\r
2380  explained in \r
2381 \begin_inset CommandInset ref\r
2382 LatexCommand ref\r
2383 reference "sub:Self-defined-Fractions"\r
2384 \r
2385 \end_inset\r
2386 \r
2387 .\r
2388 \end_layout\r
2389 \r
2390 \begin_layout Standard\r
2391 \begin_inset Newpage newpage\r
2392 \end_inset\r
2393 \r
2394 \r
2395 \end_layout\r
2396 \r
2397 \begin_layout Subsection\r
2398 Roots\r
2399 \begin_inset Index idx\r
2400 status collapsed\r
2401 \r
2402 \begin_layout Plain Layout\r
2403 Roots\r
2404 \end_layout\r
2405 \r
2406 \end_inset\r
2407 \r
2408 \r
2409 \end_layout\r
2410 \r
2411 \begin_layout Standard\r
2412 Square roots are created with \r
2413 \series bold\r
2414 \r
2415 \backslash\r
2416 sqrt\r
2417 \series default\r
2418 \r
2419 \begin_inset Index idx\r
2420 status collapsed\r
2421 \r
2422 \begin_layout Plain Layout\r
2423 Commands ! S ! \r
2424 \backslash\r
2425 sqrt\r
2426 \end_layout\r
2427 \r
2428 \end_inset\r
2429 \r
2430  or the math toolbar button \r
2431 \begin_inset Graphics\r
2432         filename ../images/math/sqrt.png\r
2433         scale 85\r
2434 \r
2435 \end_inset\r
2436 \r
2437 , all other roots with the command \r
2438 \series bold\r
2439 \r
2440 \backslash\r
2441 root\r
2442 \series default\r
2443 \r
2444 \begin_inset Index idx\r
2445 status collapsed\r
2446 \r
2447 \begin_layout Plain Layout\r
2448 Commands ! R ! \r
2449 \backslash\r
2450 root\r
2451 \end_layout\r
2452 \r
2453 \end_inset\r
2454 \r
2455  or with the math toolbar button \r
2456 \begin_inset Graphics\r
2457         filename ../images/math/root.png\r
2458         scale 85\r
2459 \r
2460 \end_inset\r
2461 \r
2462 .\r
2463 \end_layout\r
2464 \r
2465 \begin_layout Standard\r
2466 \align center\r
2467 \begin_inset Tabular\r
2468 <lyxtabular version="3" rows="3" columns="2">\r
2469 <features rotate="0" tabularvalignment="middle">\r
2470 <column alignment="center" valignment="top" width="0pt">\r
2471 <column alignment="center" valignment="top" width="0pt">\r
2472 <row>\r
2473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
2474 \begin_inset Text\r
2475 \r
2476 \begin_layout Plain Layout\r
2477 Command\r
2478 \end_layout\r
2479 \r
2480 \end_inset\r
2481 </cell>\r
2482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
2483 \begin_inset Text\r
2484 \r
2485 \begin_layout Plain Layout\r
2486 Result\r
2487 \begin_inset Note Note\r
2488 status collapsed\r
2489 \r
2490 \begin_layout Plain Layout\r
2491 \r
2492 \series bold\r
2493 \r
2494 \backslash\r
2495 raisebox\r
2496 \series default\r
2497  is only used as spacer.\r
2498 \end_layout\r
2499 \r
2500 \end_inset\r
2501 \r
2502 \r
2503 \end_layout\r
2504 \r
2505 \end_inset\r
2506 </cell>\r
2507 </row>\r
2508 <row>\r
2509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
2510 \begin_inset Text\r
2511 \r
2512 \begin_layout Plain Layout\r
2513 \r
2514 \backslash\r
2515 sqrt\r
2516 \begin_inset ERT\r
2517 status collapsed\r
2518 \r
2519 \begin_layout Plain Layout\r
2520 \r
2521 \r
2522 \backslash\r
2523 spce \r
2524 \end_layout\r
2525 \r
2526 \end_inset\r
2527 \r
2528 A-B\r
2529 \end_layout\r
2530 \r
2531 \end_inset\r
2532 </cell>\r
2533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
2534 \begin_inset Text\r
2535 \r
2536 \begin_layout Plain Layout\r
2537 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$\r
2538 \end_inset\r
2539 \r
2540 \r
2541 \end_layout\r
2542 \r
2543 \end_inset\r
2544 </cell>\r
2545 </row>\r
2546 <row>\r
2547 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
2548 \begin_inset Text\r
2549 \r
2550 \begin_layout Plain Layout\r
2551 \r
2552 \backslash\r
2553 root\r
2554 \begin_inset ERT\r
2555 status collapsed\r
2556 \r
2557 \begin_layout Plain Layout\r
2558 \r
2559 \r
2560 \backslash\r
2561 spce \r
2562 \end_layout\r
2563 \r
2564 \end_inset\r
2565 \r
2566 3\r
2567 \begin_inset Formula $\downarrow$\r
2568 \end_inset\r
2569 \r
2570 A-B\r
2571 \end_layout\r
2572 \r
2573 \end_inset\r
2574 </cell>\r
2575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
2576 \begin_inset Text\r
2577 \r
2578 \begin_layout Plain Layout\r
2579 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$\r
2580 \end_inset\r
2581 \r
2582 \r
2583 \end_layout\r
2584 \r
2585 \end_inset\r
2586 </cell>\r
2587 </row>\r
2588 </lyxtabular>\r
2589 \r
2590 \end_inset\r
2591 \r
2592 \r
2593 \end_layout\r
2594 \r
2595 \begin_layout Standard\r
2596 A square root can also be created with \r
2597 \series bold\r
2598 \r
2599 \backslash\r
2600 root\r
2601 \series default\r
2602  when the root index field is left empty.\r
2603 \end_layout\r
2604 \r
2605 \begin_layout Standard\r
2606 With certain indices the distance to the root is too small, like in this\r
2607  formula: \r
2608 \begin_inset Formula $\sqrt[\beta]{B}$\r
2609 \end_inset\r
2610 \r
2611 \r
2612 \begin_inset Newline newline\r
2613 \end_inset\r
2614 \r
2615 The \r
2616 \begin_inset Formula $\beta$\r
2617 \end_inset\r
2618 \r
2619  touches the root.\r
2620  To avoid this, the commands \r
2621 \series bold\r
2622 \r
2623 \backslash\r
2624 leftroot\r
2625 \series default\r
2626 \r
2627 \begin_inset Index idx\r
2628 status collapsed\r
2629 \r
2630 \begin_layout Plain Layout\r
2631 Commands ! L ! \r
2632 \backslash\r
2633 leftroot\r
2634 \end_layout\r
2635 \r
2636 \end_inset\r
2637 \r
2638  and \r
2639 \series bold\r
2640 \r
2641 \backslash\r
2642 uproot\r
2643 \series default\r
2644 \r
2645 \begin_inset Index idx\r
2646 status collapsed\r
2647 \r
2648 \begin_layout Plain Layout\r
2649 Commands ! U ! \r
2650 \backslash\r
2651 uproot\r
2652 \end_layout\r
2653 \r
2654 \end_inset\r
2655 \r
2656  are used with the following scheme:\r
2657 \end_layout\r
2658 \r
2659 \begin_layout Standard\r
2660 \r
2661 \series bold\r
2662 \r
2663 \backslash\r
2664 leftroot{distance}\r
2665 \series default\r
2666  and \r
2667 \series bold\r
2668 \r
2669 \backslash\r
2670 uproot{distance}\r
2671 \end_layout\r
2672 \r
2673 \begin_layout Standard\r
2674 Distance is the number of Big Points (unit bp; \r
2675 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$\r
2676 \end_inset\r
2677 \r
2678 ), that the index should be moved to the left or top, resp..\r
2679  The commands are written to the index.\r
2680  This way the command\r
2681 \begin_inset Newline newline\r
2682 \end_inset\r
2683 \r
2684 \r
2685 \series bold\r
2686 \r
2687 \backslash\r
2688 root\r
2689 \backslash\r
2690 leftroot{-1\r
2691 \begin_inset Formula $\to$\r
2692 \end_inset\r
2693 \r
2694 \r
2695 \backslash\r
2696 uproot{2\r
2697 \begin_inset Formula $\to$\r
2698 \end_inset\r
2699 \r
2700 \r
2701 \backslash\r
2702 beta\r
2703 \begin_inset ERT\r
2704 status collapsed\r
2705 \r
2706 \begin_layout Plain Layout\r
2707 \r
2708 \r
2709 \backslash\r
2710 spce \r
2711 \end_layout\r
2712 \r
2713 \end_inset\r
2714 \r
2715 \r
2716 \begin_inset Formula $\to$\r
2717 \end_inset\r
2718 \r
2719 B\r
2720 \begin_inset Newline newline\r
2721 \end_inset\r
2722 \r
2723 \r
2724 \series default\r
2725 produces a correct typeset formula: \r
2726 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$\r
2727 \end_inset\r
2728 \r
2729 \r
2730 \end_layout\r
2731 \r
2732 \begin_layout Subsection\r
2733 Binomial Coefficients\r
2734 \begin_inset Index idx\r
2735 status collapsed\r
2736 \r
2737 \begin_layout Plain Layout\r
2738 Binomial coefficients\r
2739 \end_layout\r
2740 \r
2741 \end_inset\r
2742 \r
2743 \r
2744 \end_layout\r
2745 \r
2746 \begin_layout Standard\r
2747 Binomial coefficients are inserted with the command \r
2748 \series bold\r
2749 \r
2750 \backslash\r
2751 binom\r
2752 \series default\r
2753 \r
2754 \begin_inset Index idx\r
2755 status collapsed\r
2756 \r
2757 \begin_layout Plain Layout\r
2758 Commands ! B ! \r
2759 \backslash\r
2760 binom\r
2761 \end_layout\r
2762 \r
2763 \end_inset\r
2764 \r
2765  or with the submenu of the math toolbar button \r
2766 \begin_inset Graphics\r
2767         filename ../images/math/frac-square.png\r
2768         scale 85\r
2769 \r
2770 \end_inset\r
2771 \r
2772 .\r
2773  As with fractions (\r
2774 \series bold\r
2775 \r
2776 \backslash\r
2777 frac\r
2778 \series default\r
2779 ) in addition to \r
2780 \series bold\r
2781 \r
2782 \backslash\r
2783 binom\r
2784 \series default\r
2785  there are the commands \r
2786 \series bold\r
2787 \r
2788 \backslash\r
2789 dbinom\r
2790 \series default\r
2791 \r
2792 \begin_inset Index idx\r
2793 status collapsed\r
2794 \r
2795 \begin_layout Plain Layout\r
2796 Commands ! D ! \r
2797 \backslash\r
2798 dbinom\r
2799 \end_layout\r
2800 \r
2801 \end_inset\r
2802 \r
2803  and \r
2804 \series bold\r
2805 \r
2806 \backslash\r
2807 tbinom\r
2808 \series default\r
2809 \r
2810 \begin_inset Index idx\r
2811 status collapsed\r
2812 \r
2813 \begin_layout Plain Layout\r
2814 Commands ! T ! \r
2815 \backslash\r
2816 tbinom\r
2817 \end_layout\r
2818 \r
2819 \end_inset\r
2820 \r
2821 .\r
2822  For other brackets around binomial coeficients there are the commands \r
2823 \series bold\r
2824 \r
2825 \backslash\r
2826 brace\r
2827 \series default\r
2828 \r
2829 \begin_inset Index idx\r
2830 status collapsed\r
2831 \r
2832 \begin_layout Plain Layout\r
2833 Commands ! B ! \r
2834 \backslash\r
2835 brace\r
2836 \end_layout\r
2837 \r
2838 \end_inset\r
2839 \r
2840  and \r
2841 \series bold\r
2842 \r
2843 \backslash\r
2844 brack\r
2845 \series default\r
2846 \r
2847 \begin_inset Index idx\r
2848 status collapsed\r
2849 \r
2850 \begin_layout Plain Layout\r
2851 Commands ! B ! \r
2852 \backslash\r
2853 brack\r
2854 \end_layout\r
2855 \r
2856 \end_inset\r
2857 \r
2858 .\r
2859 \end_layout\r
2860 \r
2861 \begin_layout Standard\r
2862 \align center\r
2863 \begin_inset Tabular\r
2864 <lyxtabular version="3" rows="6" columns="2">\r
2865 <features rotate="0" tabularvalignment="middle">\r
2866 <column alignment="center" valignment="top" width="0pt">\r
2867 <column alignment="center" valignment="top" width="0pt">\r
2868 <row>\r
2869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
2870 \begin_inset Text\r
2871 \r
2872 \begin_layout Plain Layout\r
2873 Command\r
2874 \end_layout\r
2875 \r
2876 \end_inset\r
2877 </cell>\r
2878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
2879 \begin_inset Text\r
2880 \r
2881 \begin_layout Plain Layout\r
2882 Result\r
2883 \begin_inset Note Note\r
2884 status collapsed\r
2885 \r
2886 \begin_layout Plain Layout\r
2887 \r
2888 \series bold\r
2889 \r
2890 \backslash\r
2891 raisebox\r
2892 \series default\r
2893  is only used as spacer.\r
2894 \end_layout\r
2895 \r
2896 \end_inset\r
2897 \r
2898 \r
2899 \end_layout\r
2900 \r
2901 \end_inset\r
2902 </cell>\r
2903 </row>\r
2904 <row>\r
2905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
2906 \begin_inset Text\r
2907 \r
2908 \begin_layout Plain Layout\r
2909 \r
2910 \backslash\r
2911 binom\r
2912 \begin_inset ERT\r
2913 status collapsed\r
2914 \r
2915 \begin_layout Plain Layout\r
2916 \r
2917 \r
2918 \backslash\r
2919 spce \r
2920 \end_layout\r
2921 \r
2922 \end_inset\r
2923 \r
2924 A\r
2925 \begin_inset Formula $\downarrow$\r
2926 \end_inset\r
2927 \r
2928 B\r
2929 \end_layout\r
2930 \r
2931 \end_inset\r
2932 </cell>\r
2933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
2934 \begin_inset Text\r
2935 \r
2936 \begin_layout Plain Layout\r
2937 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$\r
2938 \end_inset\r
2939 \r
2940 \r
2941 \end_layout\r
2942 \r
2943 \end_inset\r
2944 </cell>\r
2945 </row>\r
2946 <row>\r
2947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
2948 \begin_inset Text\r
2949 \r
2950 \begin_layout Plain Layout\r
2951 \r
2952 \backslash\r
2953 dbinom\r
2954 \begin_inset ERT\r
2955 status collapsed\r
2956 \r
2957 \begin_layout Plain Layout\r
2958 \r
2959 \r
2960 \backslash\r
2961 spce \r
2962 \end_layout\r
2963 \r
2964 \end_inset\r
2965 \r
2966 A\r
2967 \begin_inset Formula $\downarrow$\r
2968 \end_inset\r
2969 \r
2970 B\r
2971 \end_layout\r
2972 \r
2973 \end_inset\r
2974 </cell>\r
2975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
2976 \begin_inset Text\r
2977 \r
2978 \begin_layout Plain Layout\r
2979 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$\r
2980 \end_inset\r
2981 \r
2982 \r
2983 \end_layout\r
2984 \r
2985 \end_inset\r
2986 </cell>\r
2987 </row>\r
2988 <row>\r
2989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
2990 \begin_inset Text\r
2991 \r
2992 \begin_layout Plain Layout\r
2993 \r
2994 \backslash\r
2995 tbinom\r
2996 \begin_inset ERT\r
2997 status collapsed\r
2998 \r
2999 \begin_layout Plain Layout\r
3000 \r
3001 \r
3002 \backslash\r
3003 spce \r
3004 \end_layout\r
3005 \r
3006 \end_inset\r
3007 \r
3008 A\r
3009 \begin_inset Formula $\downarrow$\r
3010 \end_inset\r
3011 \r
3012 B\r
3013 \end_layout\r
3014 \r
3015 \end_inset\r
3016 </cell>\r
3017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
3018 \begin_inset Text\r
3019 \r
3020 \begin_layout Plain Layout\r
3021 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$\r
3022 \end_inset\r
3023 \r
3024 \r
3025 \end_layout\r
3026 \r
3027 \end_inset\r
3028 </cell>\r
3029 </row>\r
3030 <row>\r
3031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
3032 \begin_inset Text\r
3033 \r
3034 \begin_layout Plain Layout\r
3035 \r
3036 \backslash\r
3037 brack\r
3038 \begin_inset ERT\r
3039 status collapsed\r
3040 \r
3041 \begin_layout Plain Layout\r
3042 \r
3043 \r
3044 \backslash\r
3045 spce \r
3046 \end_layout\r
3047 \r
3048 \end_inset\r
3049 \r
3050 A\r
3051 \begin_inset Formula $\downarrow$\r
3052 \end_inset\r
3053 \r
3054 B\r
3055 \end_layout\r
3056 \r
3057 \end_inset\r
3058 </cell>\r
3059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
3060 \begin_inset Text\r
3061 \r
3062 \begin_layout Plain Layout\r
3063 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$\r
3064 \end_inset\r
3065 \r
3066 \r
3067 \end_layout\r
3068 \r
3069 \end_inset\r
3070 </cell>\r
3071 </row>\r
3072 <row>\r
3073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
3074 \begin_inset Text\r
3075 \r
3076 \begin_layout Plain Layout\r
3077 \r
3078 \backslash\r
3079 brace\r
3080 \begin_inset ERT\r
3081 status collapsed\r
3082 \r
3083 \begin_layout Plain Layout\r
3084 \r
3085 \r
3086 \backslash\r
3087 spce \r
3088 \end_layout\r
3089 \r
3090 \end_inset\r
3091 \r
3092 A\r
3093 \begin_inset Formula $\downarrow$\r
3094 \end_inset\r
3095 \r
3096 B\r
3097 \end_layout\r
3098 \r
3099 \end_inset\r
3100 </cell>\r
3101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
3102 \begin_inset Text\r
3103 \r
3104 \begin_layout Plain Layout\r
3105 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$\r
3106 \end_inset\r
3107 \r
3108 \r
3109 \end_layout\r
3110 \r
3111 \end_inset\r
3112 </cell>\r
3113 </row>\r
3114 </lyxtabular>\r
3115 \r
3116 \end_inset\r
3117 \r
3118 \r
3119 \end_layout\r
3120 \r
3121 \begin_layout Subsection\r
3122 Case Differentiations\r
3123 \begin_inset Index idx\r
3124 status collapsed\r
3125 \r
3126 \begin_layout Plain Layout\r
3127 Case differentiations \r
3128 \end_layout\r
3129 \r
3130 \end_inset\r
3131 \r
3132 \r
3133 \end_layout\r
3134 \r
3135 \begin_layout Standard\r
3136 \align center\r
3137 \begin_inset Tabular\r
3138 <lyxtabular version="3" rows="3" columns="2">\r
3139 <features rotate="0" tabularvalignment="middle">\r
3140 <column alignment="center" valignment="top" width="0pt">\r
3141 <column alignment="center" valignment="top" width="0pt">\r
3142 <row>\r
3143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
3144 \begin_inset Text\r
3145 \r
3146 \begin_layout Plain Layout\r
3147 Command\r
3148 \end_layout\r
3149 \r
3150 \end_inset\r
3151 </cell>\r
3152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
3153 \begin_inset Text\r
3154 \r
3155 \begin_layout Plain Layout\r
3156 Result\r
3157 \end_layout\r
3158 \r
3159 \end_inset\r
3160 </cell>\r
3161 </row>\r
3162 <row>\r
3163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
3164 \begin_inset Text\r
3165 \r
3166 \begin_layout Plain Layout\r
3167 \r
3168 \backslash\r
3169 cases\r
3170 \begin_inset ERT\r
3171 status collapsed\r
3172 \r
3173 \begin_layout Plain Layout\r
3174 \r
3175 \r
3176 \backslash\r
3177 spce \r
3178 \end_layout\r
3179 \r
3180 \end_inset\r
3181 \r
3182 A\r
3183 \begin_inset Formula $\to$\r
3184 \end_inset\r
3185 \r
3186 B>0\r
3187 \begin_inset Index idx\r
3188 status collapsed\r
3189 \r
3190 \begin_layout Plain Layout\r
3191 Commands ! C ! \r
3192 \backslash\r
3193 cases\r
3194 \end_layout\r
3195 \r
3196 \end_inset\r
3197 \r
3198 \r
3199 \end_layout\r
3200 \r
3201 \end_inset\r
3202 </cell>\r
3203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
3204 \begin_inset Text\r
3205 \r
3206 \begin_layout Plain Layout\r
3207 \begin_inset Formula $\begin{cases}\r
3208 A & B>0\end{cases}$\r
3209 \end_inset\r
3210 \r
3211 \r
3212 \end_layout\r
3213 \r
3214 \end_inset\r
3215 </cell>\r
3216 </row>\r
3217 <row>\r
3218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
3219 \begin_inset Text\r
3220 \r
3221 \begin_layout Plain Layout\r
3222 \r
3223 \backslash\r
3224 cases\r
3225 \begin_inset ERT\r
3226 status collapsed\r
3227 \r
3228 \begin_layout Plain Layout\r
3229 \r
3230 \r
3231 \backslash\r
3232 spce \r
3233 \end_layout\r
3234 \r
3235 \end_inset\r
3236 \r
3237 \r
3238 \begin_inset Info\r
3239 type  "shortcut"\r
3240 arg   "newline-insert newline"\r
3241 \end_inset\r
3242 \r
3243 \r
3244 \end_layout\r
3245 \r
3246 \end_inset\r
3247 </cell>\r
3248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
3249 \begin_inset Text\r
3250 \r
3251 \begin_layout Plain Layout\r
3252 \begin_inset Formula $\begin{cases}\r
3253 A & \textrm{for }x>0\\\r
3254 B & \textrm{for }x=0\r
3255 \end{cases}$\r
3256 \end_inset\r
3257 \r
3258 \r
3259 \end_layout\r
3260 \r
3261 \end_inset\r
3262 </cell>\r
3263 </row>\r
3264 </lyxtabular>\r
3265 \r
3266 \end_inset\r
3267 \r
3268 \r
3269 \end_layout\r
3270 \r
3271 \begin_layout Standard\r
3272 After inserting \r
3273 \series bold\r
3274 \r
3275 \backslash\r
3276 cases\r
3277 \series default\r
3278  or pressing the math toolbar button \r
3279 \begin_inset Graphics\r
3280         filename ../images/math/cases.png\r
3281         scale 85\r
3282 \r
3283 \end_inset\r
3284 \r
3285  you can create new lines with the shortcut \r
3286 \begin_inset Info\r
3287 type  "shortcut"\r
3288 arg   "newline-insert newline"\r
3289 \end_inset\r
3290 \r
3291  or the table toolbar button \r
3292 \begin_inset Graphics\r
3293         filename ../images/tabular-feature_append-row.png\r
3294         scale 85\r
3295 \r
3296 \end_inset\r
3297 \r
3298 .\r
3299 \end_layout\r
3300 \r
3301 \begin_layout Standard\r
3302 The command \r
3303 \series bold\r
3304 \r
3305 \backslash\r
3306 cases\r
3307 \series default\r
3308  is also available via the menu \r
3309 \family sans\r
3310 Insert\SpecialChar \menuseparator\r
3311 Math\SpecialChar \menuseparator\r
3312 Cases-Environment\r
3313 \family default\r
3314 .\r
3315 \end_layout\r
3316 \r
3317 \begin_layout Subsection\r
3318 Negations\r
3319 \begin_inset Index idx\r
3320 status collapsed\r
3321 \r
3322 \begin_layout Plain Layout\r
3323 Negations\r
3324 \end_layout\r
3325 \r
3326 \end_inset\r
3327 \r
3328 \r
3329 \end_layout\r
3330 \r
3331 \begin_layout Standard\r
3332 By inserting \r
3333 \series bold\r
3334 \r
3335 \backslash\r
3336 not\r
3337 \series default\r
3338 \r
3339 \begin_inset Index idx\r
3340 status collapsed\r
3341 \r
3342 \begin_layout Plain Layout\r
3343 Commands ! N ! \r
3344 \backslash\r
3345 not\r
3346 \end_layout\r
3347 \r
3348 \end_inset\r
3349 \r
3350  every character can be displayed canceled.\r
3351  The characters are quasi accentuated by a slash.\r
3352 \end_layout\r
3353 \r
3354 \begin_layout Standard\r
3355 \align center\r
3356 \begin_inset Tabular\r
3357 <lyxtabular version="3" rows="4" columns="2">\r
3358 <features rotate="0" tabularvalignment="middle">\r
3359 <column alignment="center" valignment="top" width="0pt">\r
3360 <column alignment="center" valignment="top" width="0pt">\r
3361 <row>\r
3362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
3363 \begin_inset Text\r
3364 \r
3365 \begin_layout Plain Layout\r
3366 Command\r
3367 \end_layout\r
3368 \r
3369 \end_inset\r
3370 </cell>\r
3371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
3372 \begin_inset Text\r
3373 \r
3374 \begin_layout Plain Layout\r
3375 Result\r
3376 \end_layout\r
3377 \r
3378 \end_inset\r
3379 </cell>\r
3380 </row>\r
3381 <row>\r
3382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
3383 \begin_inset Text\r
3384 \r
3385 \begin_layout Plain Layout\r
3386 \r
3387 \backslash\r
3388 not=\r
3389 \end_layout\r
3390 \r
3391 \end_inset\r
3392 </cell>\r
3393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
3394 \begin_inset Text\r
3395 \r
3396 \begin_layout Plain Layout\r
3397 \begin_inset Formula $\not=$\r
3398 \end_inset\r
3399 \r
3400 \r
3401 \end_layout\r
3402 \r
3403 \end_inset\r
3404 </cell>\r
3405 </row>\r
3406 <row>\r
3407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
3408 \begin_inset Text\r
3409 \r
3410 \begin_layout Plain Layout\r
3411 \r
3412 \backslash\r
3413 not \r
3414 \backslash\r
3415 le\r
3416 \end_layout\r
3417 \r
3418 \end_inset\r
3419 </cell>\r
3420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
3421 \begin_inset Text\r
3422 \r
3423 \begin_layout Plain Layout\r
3424 \begin_inset Formula $\not\le$\r
3425 \end_inset\r
3426 \r
3427 \r
3428 \end_layout\r
3429 \r
3430 \end_inset\r
3431 </cell>\r
3432 </row>\r
3433 <row>\r
3434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
3435 \begin_inset Text\r
3436 \r
3437 \begin_layout Plain Layout\r
3438 \r
3439 \backslash\r
3440 not \r
3441 \backslash\r
3442 parallel\r
3443 \end_layout\r
3444 \r
3445 \end_inset\r
3446 </cell>\r
3447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
3448 \begin_inset Text\r
3449 \r
3450 \begin_layout Plain Layout\r
3451 \begin_inset Formula $\not\parallel$\r
3452 \end_inset\r
3453 \r
3454 \r
3455 \end_layout\r
3456 \r
3457 \end_inset\r
3458 </cell>\r
3459 </row>\r
3460 </lyxtabular>\r
3461 \r
3462 \end_inset\r
3463 \r
3464 \r
3465 \end_layout\r
3466 \r
3467 \begin_layout Standard\r
3468 The last example shows that not all negations look good.\r
3469  Therefore there are special commands for some negations (see \r
3470 \begin_inset CommandInset ref\r
3471 LatexCommand ref\r
3472 reference "sub:Mathematical-Symbols"\r
3473 \r
3474 \end_inset\r
3475 \r
3476  and \r
3477 \begin_inset CommandInset ref\r
3478 LatexCommand ref\r
3479 reference "sec:Relations"\r
3480 \r
3481 \end_inset\r
3482 \r
3483 ).\r
3484 \end_layout\r
3485 \r
3486 \begin_layout Subsection\r
3487 Placeholders\r
3488 \begin_inset CommandInset label\r
3489 LatexCommand label\r
3490 name "sub:Placeholders"\r
3491 \r
3492 \end_inset\r
3493 \r
3494 \r
3495 \begin_inset Index idx\r
3496 status collapsed\r
3497 \r
3498 \begin_layout Plain Layout\r
3499 Placeholders\r
3500 \end_layout\r
3501 \r
3502 \end_inset\r
3503 \r
3504 \r
3505 \begin_inset Index idx\r
3506 status collapsed\r
3507 \r
3508 \begin_layout Plain Layout\r
3509 Chemical characters ! Isotopes\r
3510 \end_layout\r
3511 \r
3512 \end_inset\r
3513 \r
3514 \r
3515 \begin_inset Index idx\r
3516 status collapsed\r
3517 \r
3518 \begin_layout Plain Layout\r
3519 Isotopes|see\r
3520 \begin_inset ERT\r
3521 status collapsed\r
3522 \r
3523 \begin_layout Plain Layout\r
3524 \r
3525 {\r
3526 \end_layout\r
3527 \r
3528 \end_inset\r
3529 \r
3530 Chemical characters\r
3531 \begin_inset ERT\r
3532 status collapsed\r
3533 \r
3534 \begin_layout Plain Layout\r
3535 \r
3536 }\r
3537 \end_layout\r
3538 \r
3539 \end_inset\r
3540 \r
3541 \r
3542 \end_layout\r
3543 \r
3544 \end_inset\r
3545 \r
3546 \r
3547 \end_layout\r
3548 \r
3549 \begin_layout Standard\r
3550 When displaying e.\r
3551 \begin_inset space \thinspace{}\r
3552 \end_inset\r
3553 \r
3554 g.\r
3555 \begin_inset space \space{}\r
3556 \end_inset\r
3557 \r
3558 isotopes\r
3559 \begin_inset Foot\r
3560 status collapsed\r
3561 \r
3562 \begin_layout Plain Layout\r
3563 Typesetting isotopes and chemical symbols is described in \r
3564 \begin_inset CommandInset ref\r
3565 LatexCommand ref\r
3566 reference "sub:Chemical-Symbols-and"\r
3567 \r
3568 \end_inset\r
3569 \r
3570 .\r
3571 \end_layout\r
3572 \r
3573 \end_inset\r
3574 \r
3575  the following problem occurs:\r
3576 \end_layout\r
3577 \r
3578 \begin_layout Standard\r
3579 \align center\r
3580 \begin_inset Tabular\r
3581 <lyxtabular version="3" rows="2" columns="2">\r
3582 <features rotate="0" tabularvalignment="middle">\r
3583 <column alignment="center" valignment="top" width="0pt">\r
3584 <column alignment="center" valignment="top" width="0pt">\r
3585 <row>\r
3586 <cell alignment="center" valignment="top" usebox="none">\r
3587 \begin_inset Text\r
3588 \r
3589 \begin_layout Plain Layout\r
3590 Indices created with sub- and superscripts:\r
3591 \end_layout\r
3592 \r
3593 \end_inset\r
3594 </cell>\r
3595 <cell alignment="center" valignment="top" usebox="none">\r
3596 \begin_inset Text\r
3597 \r
3598 \begin_layout Plain Layout\r
3599 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$\r
3600 \end_inset\r
3601 \r
3602 \r
3603 \end_layout\r
3604 \r
3605 \end_inset\r
3606 </cell>\r
3607 </row>\r
3608 <row>\r
3609 <cell alignment="center" valignment="top" usebox="none">\r
3610 \begin_inset Text\r
3611 \r
3612 \begin_layout Plain Layout\r
3613 correct indices:\r
3614 \end_layout\r
3615 \r
3616 \end_inset\r
3617 </cell>\r
3618 <cell alignment="center" valignment="top" usebox="none">\r
3619 \begin_inset Text\r
3620 \r
3621 \begin_layout Plain Layout\r
3622 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$\r
3623 \end_inset\r
3624 \r
3625 \r
3626 \end_layout\r
3627 \r
3628 \end_inset\r
3629 </cell>\r
3630 </row>\r
3631 </lyxtabular>\r
3632 \r
3633 \end_inset\r
3634 \r
3635 \r
3636 \begin_inset Note Note\r
3637 status collapsed\r
3638 \r
3639 \begin_layout Plain Layout\r
3640 \r
3641 \series bold\r
3642 \r
3643 \backslash\r
3644 raisebox\r
3645 \series default\r
3646  is only used as spacer.\r
3647 \end_layout\r
3648 \r
3649 \end_inset\r
3650 \r
3651 \r
3652 \end_layout\r
3653 \r
3654 \begin_layout Standard\r
3655 The shorter index is by default placed below or above the first character\r
3656  of the longer index.\r
3657  To avoid this there is the command \r
3658 \series bold\r
3659 \r
3660 \backslash\r
3661 phantom\r
3662 \series default\r
3663 \r
3664 \begin_inset Index idx\r
3665 status collapsed\r
3666 \r
3667 \begin_layout Plain Layout\r
3668 Commands ! P ! \r
3669 \backslash\r
3670 phantom\r
3671 \end_layout\r
3672 \r
3673 \end_inset\r
3674 \r
3675  or the math toolbar button\r
3676 \begin_inset space \thinspace{}\r
3677 \end_inset\r
3678 \r
3679 \r
3680 \begin_inset Foot\r
3681 status collapsed\r
3682 \r
3683 \begin_layout Plain Layout\r
3684 can be found in the submenu of the toolbar button \r
3685 \begin_inset Graphics\r
3686         filename ../images/math/space.png\r
3687         scale 85\r
3688 \r
3689 \end_inset\r
3690 \r
3691 \r
3692 \end_layout\r
3693 \r
3694 \end_inset\r
3695 \r
3696  \r
3697 \begin_inset Graphics\r
3698         filename ../images/math/phantom.png\r
3699         scale 85\r
3700 \r
3701 \end_inset\r
3702 \r
3703  that creates one or more phantom characters.\r
3704  When inserting \r
3705 \series bold\r
3706 \r
3707 \backslash\r
3708 phantom\r
3709 \series default\r
3710  a small blue box appears that is superposed with two red arrows.\r
3711  The arrows indicate that the complete width and height of the box content\r
3712  will be created as placeholder.\r
3713  Phantom characters are accordingly placeholders with the size of the characters.\r
3714 \end_layout\r
3715 \r
3716 \begin_layout Standard\r
3717 \align center\r
3718 \begin_inset Tabular\r
3719 <lyxtabular version="3" rows="4" columns="2">\r
3720 <features rotate="0" tabularvalignment="middle">\r
3721 <column alignment="center" valignment="top">\r
3722 <column alignment="center" valignment="top">\r
3723 <row>\r
3724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
3725 \begin_inset Text\r
3726 \r
3727 \begin_layout Plain Layout\r
3728 Command\r
3729 \end_layout\r
3730 \r
3731 \end_inset\r
3732 </cell>\r
3733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
3734 \begin_inset Text\r
3735 \r
3736 \begin_layout Plain Layout\r
3737 Result\r
3738 \begin_inset Note Note\r
3739 status collapsed\r
3740 \r
3741 \begin_layout Plain Layout\r
3742 \r
3743 \series bold\r
3744 \r
3745 \backslash\r
3746 raisebox\r
3747 \series default\r
3748  is only used as spacer.\r
3749 \end_layout\r
3750 \r
3751 \end_inset\r
3752 \r
3753 \r
3754 \end_layout\r
3755 \r
3756 \end_inset\r
3757 </cell>\r
3758 </row>\r
3759 <row>\r
3760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
3761 \begin_inset Text\r
3762 \r
3763 \begin_layout Plain Layout\r
3764 ^19\r
3765 \begin_inset ERT\r
3766 status collapsed\r
3767 \r
3768 \begin_layout Plain Layout\r
3769 \r
3770 \r
3771 \backslash\r
3772 spce \r
3773 \end_layout\r
3774 \r
3775 \end_inset\r
3776 \r
3777 _\r
3778 \backslash\r
3779 phantom\r
3780 \begin_inset ERT\r
3781 status collapsed\r
3782 \r
3783 \begin_layout Plain Layout\r
3784 \r
3785 \r
3786 \backslash\r
3787 spce \r
3788 \end_layout\r
3789 \r
3790 \end_inset\r
3791 \r
3792 1\r
3793 \begin_inset Formula $\to$\r
3794 \end_inset\r
3795 \r
3796 9\r
3797 \begin_inset ERT\r
3798 status collapsed\r
3799 \r
3800 \begin_layout Plain Layout\r
3801 \r
3802 \r
3803 \backslash\r
3804 spce \r
3805 \end_layout\r
3806 \r
3807 \end_inset\r
3808 \r
3809 F\r
3810 \end_layout\r
3811 \r
3812 \end_inset\r
3813 </cell>\r
3814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
3815 \begin_inset Text\r
3816 \r
3817 \begin_layout Plain Layout\r
3818 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$\r
3819 \end_inset\r
3820 \r
3821 \r
3822 \end_layout\r
3823 \r
3824 \end_inset\r
3825 </cell>\r
3826 </row>\r
3827 <row>\r
3828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
3829 \begin_inset Text\r
3830 \r
3831 \begin_layout Plain Layout\r
3832 ^235\r
3833 \begin_inset ERT\r
3834 status collapsed\r
3835 \r
3836 \begin_layout Plain Layout\r
3837 \r
3838 \r
3839 \backslash\r
3840 spce \r
3841 \end_layout\r
3842 \r
3843 \end_inset\r
3844 \r
3845 _\r
3846 \backslash\r
3847 phantom\r
3848 \begin_inset ERT\r
3849 status collapsed\r
3850 \r
3851 \begin_layout Plain Layout\r
3852 \r
3853 \r
3854 \backslash\r
3855 spce \r
3856 \end_layout\r
3857 \r
3858 \end_inset\r
3859 \r
3860 23\r
3861 \begin_inset Formula $\to$\r
3862 \end_inset\r
3863 \r
3864 9\r
3865 \begin_inset ERT\r
3866 status collapsed\r
3867 \r
3868 \begin_layout Plain Layout\r
3869 \r
3870 \r
3871 \backslash\r
3872 spce \r
3873 \end_layout\r
3874 \r
3875 \end_inset\r
3876 \r
3877 F\r
3878 \end_layout\r
3879 \r
3880 \end_inset\r
3881 </cell>\r
3882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
3883 \begin_inset Text\r
3884 \r
3885 \begin_layout Plain Layout\r
3886 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$\r
3887 \end_inset\r
3888 \r
3889 \r
3890 \end_layout\r
3891 \r
3892 \end_inset\r
3893 </cell>\r
3894 </row>\r
3895 <row>\r
3896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
3897 \begin_inset Text\r
3898 \r
3899 \begin_layout Plain Layout\r
3900 \r
3901 \backslash\r
3902 Lambda^\r
3903 \begin_inset ERT\r
3904 status collapsed\r
3905 \r
3906 \begin_layout Plain Layout\r
3907 \r
3908 \r
3909 \backslash\r
3910 spce \r
3911 \end_layout\r
3912 \r
3913 \end_inset\r
3914 \r
3915 \r
3916 \backslash\r
3917 phantom\r
3918 \begin_inset ERT\r
3919 status collapsed\r
3920 \r
3921 \begin_layout Plain Layout\r
3922 \r
3923 \r
3924 \backslash\r
3925 spce \r
3926 \end_layout\r
3927 \r
3928 \end_inset\r
3929 \r
3930 ii\r
3931 \begin_inset Formula $\to$\r
3932 \end_inset\r
3933 \r
3934 t\r
3935 \begin_inset ERT\r
3936 status collapsed\r
3937 \r
3938 \begin_layout Plain Layout\r
3939 \r
3940 \r
3941 \backslash\r
3942 spce \r
3943 \end_layout\r
3944 \r
3945 \end_inset\r
3946 \r
3947 _MMt\r
3948 \end_layout\r
3949 \r
3950 \end_inset\r
3951 </cell>\r
3952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
3953 \begin_inset Text\r
3954 \r
3955 \begin_layout Plain Layout\r
3956 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$\r
3957 \end_inset\r
3958 \r
3959 \r
3960 \end_layout\r
3961 \r
3962 \end_inset\r
3963 </cell>\r
3964 </row>\r
3965 </lyxtabular>\r
3966 \r
3967 \end_inset\r
3968 \r
3969 \r
3970 \end_layout\r
3971 \r
3972 \begin_layout Standard\r
3973 Furthermore there are the commands \r
3974 \series bold\r
3975 \r
3976 \backslash\r
3977 vphantom\r
3978 \series default\r
3979 \r
3980 \begin_inset Index idx\r
3981 status collapsed\r
3982 \r
3983 \begin_layout Plain Layout\r
3984 Commands ! V ! \r
3985 \backslash\r
3986 vphantom\r
3987 \end_layout\r
3988 \r
3989 \end_inset\r
3990 \r
3991  (toolbar button \r
3992 \begin_inset space ~\r
3993 \end_inset\r
3994 \r
3995 \r
3996 \begin_inset Graphics\r
3997         filename ../images/math/vphantom.png\r
3998         scale 85\r
3999 \r
4000 \end_inset\r
4001 \r
4002 ) and \r
4003 \series bold\r
4004 \r
4005 \backslash\r
4006 hphantom\r
4007 \series default\r
4008 \r
4009 \begin_inset Index idx\r
4010 status collapsed\r
4011 \r
4012 \begin_layout Plain Layout\r
4013 Commands ! H ! \r
4014 \backslash\r
4015 hphantom\r
4016 \end_layout\r
4017 \r
4018 \end_inset\r
4019 \r
4020  (toolbar button \r
4021 \begin_inset space ~\r
4022 \end_inset\r
4023 \r
4024 \r
4025 \begin_inset Graphics\r
4026         filename ../images/math/hphantom.png\r
4027         scale 85\r
4028 \r
4029 \end_inset\r
4030 \r
4031 ).\r
4032  \r
4033 \series bold\r
4034 \r
4035 \backslash\r
4036 hphantom\r
4037 \series default\r
4038  creates only space for the maximal height of the characters in the box\r
4039  but not for its width.\r
4040  \r
4041 \series bold\r
4042 \r
4043 \backslash\r
4044 vphantom\r
4045 \series default\r
4046  creates only space for the width of the box content.\r
4047  Therefore  the boxes of both commands have only one red arrow.\r
4048 \end_layout\r
4049 \r
4050 \begin_layout Standard\r
4051 For example the command \r
4052 \series bold\r
4053 \r
4054 \backslash\r
4055 vphantom\r
4056 \series default\r
4057 \r
4058 \begin_inset ERT\r
4059 status collapsed\r
4060 \r
4061 \begin_layout Plain Layout\r
4062 \r
4063 \r
4064 \backslash\r
4065 spce \r
4066 \end_layout\r
4067 \r
4068 \end_inset\r
4069 \r
4070 \r
4071 \series bold\r
4072 a\r
4073 \backslash\r
4074 int\r
4075 \series default\r
4076  creates space for the height of the integral sign,\r
4077 \begin_inset Foot\r
4078 status collapsed\r
4079 \r
4080 \begin_layout Plain Layout\r
4081 The command \r
4082 \series bold\r
4083 \r
4084 \backslash\r
4085 int\r
4086 \series default\r
4087  creates an integral sign, see \r
4088 \begin_inset CommandInset ref\r
4089 LatexCommand ref\r
4090 reference "sub:Big-Operators"\r
4091 \r
4092 \end_inset\r
4093 \r
4094 .\r
4095 \end_layout\r
4096 \r
4097 \end_inset\r
4098 \r
4099  because this is the larger character.\r
4100  An example application is in \r
4101 \begin_inset CommandInset ref\r
4102 LatexCommand ref\r
4103 reference "sub:Multiline-Brackets"\r
4104 \r
4105 \end_inset\r
4106 \r
4107 .\r
4108 \end_layout\r
4109 \r
4110 \begin_layout Standard\r
4111 Placeholders can also be used for text when they are inserted via the menu\r
4112  \r
4113 \family sans\r
4114 Insert\SpecialChar \menuseparator\r
4115 Formatting\SpecialChar \menuseparator\r
4116 Phantom\r
4117 \family default\r
4118 :\r
4119 \end_layout\r
4120 \r
4121 \begin_layout Standard\r
4122 This is a sentence.\r
4123 \begin_inset Newline newline\r
4124 \end_inset\r
4125 \r
4126 \r
4127 \begin_inset Phantom Phantom\r
4128 status open\r
4129 \r
4130 \begin_layout Plain Layout\r
4131 This\r
4132 \end_layout\r
4133 \r
4134 \end_inset\r
4135 \r
4136  is a sentence.\r
4137 \end_layout\r
4138 \r
4139 \begin_layout Subsection\r
4140 Lines\r
4141 \begin_inset Index idx\r
4142 status collapsed\r
4143 \r
4144 \begin_layout Plain Layout\r
4145 Lines\r
4146 \end_layout\r
4147 \r
4148 \end_inset\r
4149 \r
4150 \r
4151 \begin_inset Index idx\r
4152 status collapsed\r
4153 \r
4154 \begin_layout Plain Layout\r
4155 Formula ! underlined\r
4156 \end_layout\r
4157 \r
4158 \end_inset\r
4159 \r
4160 \r
4161 \end_layout\r
4162 \r
4163 \begin_layout Standard\r
4164 \align center\r
4165 \begin_inset Tabular\r
4166 <lyxtabular version="3" rows="4" columns="2">\r
4167 <features rotate="0" tabularvalignment="middle">\r
4168 <column alignment="center" valignment="top" width="0pt">\r
4169 <column alignment="center" valignment="top" width="0pt">\r
4170 <row>\r
4171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
4172 \begin_inset Text\r
4173 \r
4174 \begin_layout Plain Layout\r
4175 Command\r
4176 \end_layout\r
4177 \r
4178 \end_inset\r
4179 </cell>\r
4180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
4181 \begin_inset Text\r
4182 \r
4183 \begin_layout Plain Layout\r
4184 Result\r
4185 \begin_inset Note Note\r
4186 status collapsed\r
4187 \r
4188 \begin_layout Plain Layout\r
4189 \r
4190 \series bold\r
4191 \r
4192 \backslash\r
4193 raisebox\r
4194 \series default\r
4195  is only used as spacer.\r
4196 \end_layout\r
4197 \r
4198 \end_inset\r
4199 \r
4200 \r
4201 \end_layout\r
4202 \r
4203 \end_inset\r
4204 </cell>\r
4205 </row>\r
4206 <row>\r
4207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
4208 \begin_inset Text\r
4209 \r
4210 \begin_layout Plain Layout\r
4211 \r
4212 \backslash\r
4213 overline\r
4214 \begin_inset ERT\r
4215 status collapsed\r
4216 \r
4217 \begin_layout Plain Layout\r
4218 \r
4219 \r
4220 \backslash\r
4221 spce \r
4222 \end_layout\r
4223 \r
4224 \end_inset\r
4225 \r
4226 A+B\r
4227 \begin_inset Index idx\r
4228 status collapsed\r
4229 \r
4230 \begin_layout Plain Layout\r
4231 Commands ! O ! \r
4232 \backslash\r
4233 overline\r
4234 \end_layout\r
4235 \r
4236 \end_inset\r
4237 \r
4238 \r
4239 \end_layout\r
4240 \r
4241 \end_inset\r
4242 </cell>\r
4243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
4244 \begin_inset Text\r
4245 \r
4246 \begin_layout Plain Layout\r
4247 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$\r
4248 \end_inset\r
4249 \r
4250 \r
4251 \end_layout\r
4252 \r
4253 \end_inset\r
4254 </cell>\r
4255 </row>\r
4256 <row>\r
4257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
4258 \begin_inset Text\r
4259 \r
4260 \begin_layout Plain Layout\r
4261 \r
4262 \backslash\r
4263 underline\r
4264 \begin_inset ERT\r
4265 status collapsed\r
4266 \r
4267 \begin_layout Plain Layout\r
4268 \r
4269 \r
4270 \backslash\r
4271 spce \r
4272 \end_layout\r
4273 \r
4274 \end_inset\r
4275 \r
4276 A+B\r
4277 \begin_inset Index idx\r
4278 status collapsed\r
4279 \r
4280 \begin_layout Plain Layout\r
4281 Commands ! U ! \r
4282 \backslash\r
4283 underline\r
4284 \end_layout\r
4285 \r
4286 \end_inset\r
4287 \r
4288 \r
4289 \end_layout\r
4290 \r
4291 \end_inset\r
4292 </cell>\r
4293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
4294 \begin_inset Text\r
4295 \r
4296 \begin_layout Plain Layout\r
4297 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$\r
4298 \end_inset\r
4299 \r
4300 \r
4301 \end_layout\r
4302 \r
4303 \end_inset\r
4304 </cell>\r
4305 </row>\r
4306 <row>\r
4307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
4308 \begin_inset Text\r
4309 \r
4310 \begin_layout Plain Layout\r
4311 \r
4312 \backslash\r
4313 overline\r
4314 \begin_inset ERT\r
4315 status collapsed\r
4316 \r
4317 \begin_layout Plain Layout\r
4318 \r
4319 \r
4320 \backslash\r
4321 spce \r
4322 \end_layout\r
4323 \r
4324 \end_inset\r
4325 \r
4326 \r
4327 \backslash\r
4328 underline\r
4329 \begin_inset ERT\r
4330 status collapsed\r
4331 \r
4332 \begin_layout Plain Layout\r
4333 \r
4334 \r
4335 \backslash\r
4336 spce \r
4337 \end_layout\r
4338 \r
4339 \end_inset\r
4340 \r
4341 A+B\r
4342 \end_layout\r
4343 \r
4344 \end_inset\r
4345 </cell>\r
4346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
4347 \begin_inset Text\r
4348 \r
4349 \begin_layout Plain Layout\r
4350 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$\r
4351 \end_inset\r
4352 \r
4353 \r
4354 \end_layout\r
4355 \r
4356 \end_inset\r
4357 </cell>\r
4358 </row>\r
4359 </lyxtabular>\r
4360 \r
4361 \end_inset\r
4362 \r
4363 \r
4364 \end_layout\r
4365 \r
4366 \begin_layout Standard\r
4367 In the last example it doesn't matter if first \r
4368 \series bold\r
4369 \r
4370 \backslash\r
4371 overline\r
4372 \series default\r
4373  or \r
4374 \series bold\r
4375 \r
4376 \backslash\r
4377 underline\r
4378 \series default\r
4379  is inserted.\r
4380 \end_layout\r
4381 \r
4382 \begin_layout Standard\r
4383 To double underline use \r
4384 \series bold\r
4385 \r
4386 \backslash\r
4387 underline\r
4388 \series default\r
4389  twice.\r
4390 \end_layout\r
4391 \r
4392 \begin_layout Standard\r
4393 It is possible to place up to 6 lines above or below characters.\r
4394 \end_layout\r
4395 \r
4396 \begin_layout Standard\r
4397 \begin_inset VSpace bigskip\r
4398 \end_inset\r
4399 \r
4400 Custom lines can be created using the command \r
4401 \series bold\r
4402 \r
4403 \backslash\r
4404 rule\r
4405 \series default\r
4406 \r
4407 \begin_inset Index idx\r
4408 status collapsed\r
4409 \r
4410 \begin_layout Plain Layout\r
4411 Commands ! R ! \r
4412 \backslash\r
4413 rule\r
4414 \end_layout\r
4415 \r
4416 \end_inset\r
4417 \r
4418  which has the following scheme:\r
4419 \end_layout\r
4420 \r
4421 \begin_layout Standard\r
4422 \r
4423 \series bold\r
4424 \r
4425 \backslash\r
4426 rule[vertical offset]{length}{thickness}\r
4427 \end_layout\r
4428 \r
4429 \begin_layout Standard\r
4430 The optional vertical offset shifts the line upwards (or downwards, when\r
4431  the value is negative).\r
4432  The units listed in \r
4433 \begin_inset CommandInset ref\r
4434 LatexCommand ref\r
4435 reference "tab:Available-units"\r
4436 \r
4437 \end_inset\r
4438 \r
4439  can be used for the values.\r
4440  Here are two example lines created with the commands\r
4441 \begin_inset Newline newline\r
4442 \end_inset\r
4443 \r
4444 \r
4445 \series bold\r
4446 \r
4447 \backslash\r
4448 rule[-2ex]{3cm}{2pt}\r
4449 \series default\r
4450  and \r
4451 \series bold\r
4452 \r
4453 \backslash\r
4454 rule{2cm}{1pt}\r
4455 \series default\r
4456 :\r
4457 \end_layout\r
4458 \r
4459 \begin_layout Standard\r
4460 This is a sentence \r
4461 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$\r
4462 \end_inset\r
4463 \r
4464  with two lines.\r
4465 \end_layout\r
4466 \r
4467 \begin_layout Standard\r
4468 \r
4469 \series bold\r
4470 \r
4471 \backslash\r
4472 rule\r
4473 \series default\r
4474  can also be used for text when a line is inserted via the menu \r
4475 \family sans\r
4476 Insert\SpecialChar \menuseparator\r
4477 Formatting\SpecialChar \menuseparator\r
4478 Horizontal\r
4479 \begin_inset space ~\r
4480 \end_inset\r
4481 \r
4482 Line\r
4483 \family default\r
4484 :\r
4485 \end_layout\r
4486 \r
4487 \begin_layout Standard\r
4488 This is a sentence \r
4489 \begin_inset CommandInset line\r
4490 LatexCommand rule\r
4491 offset "0.5ex"\r
4492 width "3cm"\r
4493 height "1pt"\r
4494 \r
4495 \end_inset\r
4496 \r
4497  with one line.\r
4498 \end_layout\r
4499 \r
4500 \begin_layout Subsection\r
4501 Ellipses\r
4502 \begin_inset CommandInset label\r
4503 LatexCommand label\r
4504 name "sub:Ellipses"\r
4505 \r
4506 \end_inset\r
4507 \r
4508 \r
4509 \begin_inset Index idx\r
4510 status collapsed\r
4511 \r
4512 \begin_layout Plain Layout\r
4513 Ellipses\r
4514 \end_layout\r
4515 \r
4516 \end_inset\r
4517 \r
4518 \r
4519 \end_layout\r
4520 \r
4521 \begin_layout Standard\r
4522 There are different types of ellipses available.\r
4523 \begin_inset Foot\r
4524 status collapsed\r
4525 \r
4526 \begin_layout Plain Layout\r
4527 In the math toolbar in the submenu of the button \r
4528 \begin_inset Graphics\r
4529         filename ../images/math/ldots.png\r
4530         scale 85\r
4531 \r
4532 \end_inset\r
4533 \r
4534 \r
4535 \end_layout\r
4536 \r
4537 \end_inset\r
4538 \r
4539  For listings dots at the baseline are used (\r
4540 \series bold\r
4541 \r
4542 \backslash\r
4543 ldots\r
4544 \series default\r
4545 \r
4546 \begin_inset Index idx\r
4547 status collapsed\r
4548 \r
4549 \begin_layout Plain Layout\r
4550 Commands ! L ! \r
4551 \backslash\r
4552 ldots\r
4553 \end_layout\r
4554 \r
4555 \end_inset\r
4556 \r
4557 ), while for operations dots are needed that are on the same height as the\r
4558  operators (\r
4559 \series bold\r
4560 \r
4561 \backslash\r
4562 cdots\r
4563 \series default\r
4564 \r
4565 \begin_inset Index idx\r
4566 status collapsed\r
4567 \r
4568 \begin_layout Plain Layout\r
4569 Commands ! C ! \r
4570 \backslash\r
4571 cdots\r
4572 \end_layout\r
4573 \r
4574 \end_inset\r
4575 \r
4576 ).\r
4577  When using the command \r
4578 \series bold\r
4579 \r
4580 \backslash\r
4581 dots\r
4582 \series default\r
4583 \r
4584 \begin_inset Index idx\r
4585 status collapsed\r
4586 \r
4587 \begin_layout Plain Layout\r
4588 Commands ! D ! \r
4589 \backslash\r
4590 dots\r
4591 \end_layout\r
4592 \r
4593 \end_inset\r
4594 \r
4595 , LaTeX decides on the basis of the next character what type is used.\r
4596 \end_layout\r
4597 \r
4598 \begin_layout Standard\r
4599 \align center\r
4600 \begin_inset Tabular\r
4601 <lyxtabular version="3" rows="9" columns="2">\r
4602 <features rotate="0" tabularvalignment="middle">\r
4603 <column alignment="center" valignment="top" width="0pt">\r
4604 <column alignment="center" valignment="top" width="0pt">\r
4605 <row>\r
4606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
4607 \begin_inset Text\r
4608 \r
4609 \begin_layout Plain Layout\r
4610 Command\r
4611 \end_layout\r
4612 \r
4613 \end_inset\r
4614 </cell>\r
4615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
4616 \begin_inset Text\r
4617 \r
4618 \begin_layout Plain Layout\r
4619 Result\r
4620 \end_layout\r
4621 \r
4622 \end_inset\r
4623 </cell>\r
4624 </row>\r
4625 <row>\r
4626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
4627 \begin_inset Text\r
4628 \r
4629 \begin_layout Plain Layout\r
4630 A_1\r
4631 \begin_inset ERT\r
4632 status collapsed\r
4633 \r
4634 \begin_layout Plain Layout\r
4635 \r
4636 \r
4637 \backslash\r
4638 spce \r
4639 \end_layout\r
4640 \r
4641 \end_inset\r
4642 \r
4643 ,\r
4644 \backslash\r
4645 dots\r
4646 \begin_inset ERT\r
4647 status collapsed\r
4648 \r
4649 \begin_layout Plain Layout\r
4650 \r
4651 \r
4652 \backslash\r
4653 spce \r
4654 \end_layout\r
4655 \r
4656 \end_inset\r
4657 \r
4658 ,A_n\r
4659 \end_layout\r
4660 \r
4661 \end_inset\r
4662 </cell>\r
4663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
4664 \begin_inset Text\r
4665 \r
4666 \begin_layout Plain Layout\r
4667 \begin_inset Formula $A_{1},\dots,A_{n}$\r
4668 \end_inset\r
4669 \r
4670 \r
4671 \end_layout\r
4672 \r
4673 \end_inset\r
4674 </cell>\r
4675 </row>\r
4676 <row>\r
4677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
4678 \begin_inset Text\r
4679 \r
4680 \begin_layout Plain Layout\r
4681 A_1\r
4682 \begin_inset ERT\r
4683 status collapsed\r
4684 \r
4685 \begin_layout Plain Layout\r
4686 \r
4687 \r
4688 \backslash\r
4689 spce \r
4690 \end_layout\r
4691 \r
4692 \end_inset\r
4693 \r
4694 +\r
4695 \backslash\r
4696 dots\r
4697 \begin_inset ERT\r
4698 status collapsed\r
4699 \r
4700 \begin_layout Plain Layout\r
4701 \r
4702 \r
4703 \backslash\r
4704 spce \r
4705 \end_layout\r
4706 \r
4707 \end_inset\r
4708 \r
4709 +A_n\r
4710 \end_layout\r
4711 \r
4712 \end_inset\r
4713 </cell>\r
4714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
4715 \begin_inset Text\r
4716 \r
4717 \begin_layout Plain Layout\r
4718 \begin_inset Formula $A_{1}+\dots+A_{n}$\r
4719 \end_inset\r
4720 \r
4721 \r
4722 \end_layout\r
4723 \r
4724 \end_inset\r
4725 </cell>\r
4726 </row>\r
4727 <row>\r
4728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
4729 \begin_inset Text\r
4730 \r
4731 \begin_layout Plain Layout\r
4732 A_1\r
4733 \begin_inset ERT\r
4734 status collapsed\r
4735 \r
4736 \begin_layout Plain Layout\r
4737 \r
4738 \r
4739 \backslash\r
4740 spce \r
4741 \end_layout\r
4742 \r
4743 \end_inset\r
4744 \r
4745 ,\r
4746 \backslash\r
4747 ldots\r
4748 \begin_inset ERT\r
4749 status collapsed\r
4750 \r
4751 \begin_layout Plain Layout\r
4752 \r
4753 \r
4754 \backslash\r
4755 spce \r
4756 \end_layout\r
4757 \r
4758 \end_inset\r
4759 \r
4760 ,A_n\r
4761 \end_layout\r
4762 \r
4763 \end_inset\r
4764 </cell>\r
4765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
4766 \begin_inset Text\r
4767 \r
4768 \begin_layout Plain Layout\r
4769 \begin_inset Formula $A_{1},\ldots,A_{n}$\r
4770 \end_inset\r
4771 \r
4772 \r
4773 \end_layout\r
4774 \r
4775 \end_inset\r
4776 </cell>\r
4777 </row>\r
4778 <row>\r
4779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
4780 \begin_inset Text\r
4781 \r
4782 \begin_layout Plain Layout\r
4783 A_1\r
4784 \begin_inset ERT\r
4785 status collapsed\r
4786 \r
4787 \begin_layout Plain Layout\r
4788 \r
4789 \r
4790 \backslash\r
4791 spce \r
4792 \end_layout\r
4793 \r
4794 \end_inset\r
4795 \r
4796 +\r
4797 \backslash\r
4798 cdots\r
4799 \begin_inset ERT\r
4800 status collapsed\r
4801 \r
4802 \begin_layout Plain Layout\r
4803 \r
4804 \r
4805 \backslash\r
4806 spce \r
4807 \end_layout\r
4808 \r
4809 \end_inset\r
4810 \r
4811 +A_n\r
4812 \end_layout\r
4813 \r
4814 \end_inset\r
4815 </cell>\r
4816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
4817 \begin_inset Text\r
4818 \r
4819 \begin_layout Plain Layout\r
4820 \begin_inset Formula $A_{1}+\cdots+A_{n}$\r
4821 \end_inset\r
4822 \r
4823 \r
4824 \end_layout\r
4825 \r
4826 \end_inset\r
4827 </cell>\r
4828 </row>\r
4829 <row>\r
4830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
4831 \begin_inset Text\r
4832 \r
4833 \begin_layout Plain Layout\r
4834 \r
4835 \backslash\r
4836 vdots\r
4837 \end_layout\r
4838 \r
4839 \end_inset\r
4840 </cell>\r
4841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
4842 \begin_inset Text\r
4843 \r
4844 \begin_layout Plain Layout\r
4845 \begin_inset Formula $\vdots$\r
4846 \end_inset\r
4847 \r
4848 \r
4849 \end_layout\r
4850 \r
4851 \end_inset\r
4852 </cell>\r
4853 </row>\r
4854 <row>\r
4855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
4856 \begin_inset Text\r
4857 \r
4858 \begin_layout Plain Layout\r
4859 \r
4860 \backslash\r
4861 ddots\r
4862 \end_layout\r
4863 \r
4864 \end_inset\r
4865 </cell>\r
4866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
4867 \begin_inset Text\r
4868 \r
4869 \begin_layout Plain Layout\r
4870 \begin_inset Formula $\ddots$\r
4871 \end_inset\r
4872 \r
4873 \r
4874 \end_layout\r
4875 \r
4876 \end_inset\r
4877 </cell>\r
4878 </row>\r
4879 <row>\r
4880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
4881 \begin_inset Text\r
4882 \r
4883 \begin_layout Plain Layout\r
4884 \r
4885 \backslash\r
4886 iddots\r
4887 \end_layout\r
4888 \r
4889 \end_inset\r
4890 </cell>\r
4891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
4892 \begin_inset Text\r
4893 \r
4894 \begin_layout Plain Layout\r
4895 \begin_inset Formula $\iddots$\r
4896 \end_inset\r
4897 \r
4898 \r
4899 \end_layout\r
4900 \r
4901 \end_inset\r
4902 </cell>\r
4903 </row>\r
4904 <row>\r
4905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
4906 \begin_inset Text\r
4907 \r
4908 \begin_layout Plain Layout\r
4909 3×3\r
4910 \begin_inset space \thinspace{}\r
4911 \end_inset\r
4912 \r
4913 matrix with the different dots\r
4914 \end_layout\r
4915 \r
4916 \end_inset\r
4917 </cell>\r
4918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
4919 \begin_inset Text\r
4920 \r
4921 \begin_layout Plain Layout\r
4922 \begin_inset Formula $\begin{array}{ccc}\r
4923 A_{11} & \cdots & A_{1m}\\\r
4924 \vdots & \ddots & \vdots\\\r
4925 A_{n1} & \cdots & A_{nm}\r
4926 \end{array}$\r
4927 \end_inset\r
4928 \r
4929 \r
4930 \end_layout\r
4931 \r
4932 \end_inset\r
4933 </cell>\r
4934 </row>\r
4935 </lyxtabular>\r
4936 \r
4937 \end_inset\r
4938 \r
4939 \r
4940 \end_layout\r
4941 \r
4942 \begin_layout Standard\r
4943 The ellipses available in menu \r
4944 \family sans\r
4945 Insert\SpecialChar \menuseparator\r
4946 Special\r
4947 \begin_inset space ~\r
4948 \end_inset\r
4949 \r
4950 Character\r
4951 \family default\r
4952  are \r
4953 \series bold\r
4954 \r
4955 \backslash\r
4956 ldots\r
4957 \series default\r
4958 .\r
4959 \end_layout\r
4960 \r
4961 \begin_layout Standard\r
4962 \begin_inset VSpace medskip\r
4963 \end_inset\r
4964 \r
4965 To use \r
4966 \series bold\r
4967 \r
4968 \backslash\r
4969 iddots\r
4970 \series default\r
4971 , one of the options \r
4972 \family sans\r
4973 Use mathdots package (automatically)\r
4974 \family default\r
4975  must be set in the document settings under \r
4976 \family sans\r
4977 Math\r
4978 \begin_inset space ~\r
4979 \end_inset\r
4980 \r
4981 Options\r
4982 \family default\r
4983 .\r
4984 \begin_inset Newline newline\r
4985 \end_inset\r
4986 \r
4987 Using the option \r
4988 \family sans\r
4989 Use mathdots package\r
4990 \family default\r
4991  will improve the appearance of all dots in the documents if their font\r
4992  style or size is not the default.\r
4993 \end_layout\r
4994 \r
4995 \begin_layout Standard\r
4996 \begin_inset VSpace medskip\r
4997 \end_inset\r
4998 \r
4999 Specially for matrices there are ellipses that span over several columns.\r
5000  They are created with the command \r
5001 \series bold\r
5002 \r
5003 \backslash\r
5004 hdotsfor\r
5005 \series default\r
5006 \r
5007 \begin_inset Index idx\r
5008 status collapsed\r
5009 \r
5010 \begin_layout Plain Layout\r
5011 Commands ! H ! \r
5012 \backslash\r
5013 hdotsfor\r
5014 \end_layout\r
5015 \r
5016 \end_inset\r
5017 \r
5018 , that has the following scheme:\r
5019 \end_layout\r
5020 \r
5021 \begin_layout Standard\r
5022 \r
5023 \series bold\r
5024 \r
5025 \backslash\r
5026 hdotsfor[distance]{number of columns}\r
5027 \end_layout\r
5028 \r
5029 \begin_layout Standard\r
5030 The number of columns specifies how many columns should be spanned.\r
5031  Distance is a factor for the distance between the dots.\r
5032 \end_layout\r
5033 \r
5034 \begin_layout Standard\r
5035 In the following matrix the command \r
5036 \series bold\r
5037 \r
5038 \backslash\r
5039 hdotsfor[2]{4}\r
5040 \series default\r
5041  was inserted in the first box of the second line, to get an ellipsis with\r
5042  a dot distance twice as long as with the command \r
5043 \series bold\r
5044 \r
5045 \backslash\r
5046 dots\r
5047 \series default\r
5048 :\r
5049 \begin_inset Formula \r
5050 \[\r
5051 \left(\begin{array}{cccc}\r
5052 A & B & C & D\\\r
5053 \hdotsfor[2]{4}\\\r
5054 q & w & e & r\r
5055 \end{array}\right)\r
5056 \]\r
5057 \r
5058 \end_inset\r
5059 \r
5060 Note that the matrix fields that should be spanned must be empty, otherwise\r
5061  you get LaTeX-errors.\r
5062 \end_layout\r
5063 \r
5064 \begin_layout Standard\r
5065 \begin_inset VSpace bigskip\r
5066 \end_inset\r
5067 \r
5068 Furthermore you can fill with the command \r
5069 \series bold\r
5070 \r
5071 \backslash\r
5072 dotfill\r
5073 \series default\r
5074 \r
5075 \begin_inset Index idx\r
5076 status collapsed\r
5077 \r
5078 \begin_layout Plain Layout\r
5079 Commands ! D ! \r
5080 \backslash\r
5081 dotfill\r
5082 \end_layout\r
5083 \r
5084 \end_inset\r
5085 \r
5086  the rest of a line with dots.\r
5087  The effect of these commands is the same as with \r
5088 \series bold\r
5089 \r
5090 \backslash\r
5091 hfill\r
5092 \series default\r
5093 , see \r
5094 \begin_inset CommandInset ref\r
5095 LatexCommand ref\r
5096 reference "sub:Variable-Space"\r
5097 \r
5098 \end_inset\r
5099 \r
5100 .\r
5101 \end_layout\r
5102 \r
5103 \begin_layout Standard\r
5104 For example the command \r
5105 \series bold\r
5106 A\r
5107 \backslash\r
5108 dotfill\r
5109 \begin_inset ERT\r
5110 status collapsed\r
5111 \r
5112 \begin_layout Plain Layout\r
5113 \r
5114 \r
5115 \backslash\r
5116 spce \r
5117 \end_layout\r
5118 \r
5119 \end_inset\r
5120 \r
5121 B\r
5122 \series default\r
5123  produces\r
5124 \end_layout\r
5125 \r
5126 \begin_layout Standard\r
5127 \begin_inset Formula $A\dotfill B$\r
5128 \end_inset\r
5129 \r
5130 \r
5131 \end_layout\r
5132 \r
5133 \begin_layout Standard\r
5134 Similar to\r
5135 \series bold\r
5136  \r
5137 \backslash\r
5138 dotfill\r
5139 \series default\r
5140  there is for a line the command \r
5141 \series bold\r
5142 \r
5143 \backslash\r
5144 hrulefill\r
5145 \series default\r
5146 \r
5147 \begin_inset Index idx\r
5148 status collapsed\r
5149 \r
5150 \begin_layout Plain Layout\r
5151 Commands ! H ! \r
5152 \backslash\r
5153 hrulefill\r
5154 \end_layout\r
5155 \r
5156 \end_inset\r
5157 \r
5158 :\r
5159 \end_layout\r
5160 \r
5161 \begin_layout Standard\r
5162 \begin_inset Formula $A\hrulefill B$\r
5163 \end_inset\r
5164 \r
5165 \r
5166 \end_layout\r
5167 \r
5168 \begin_layout Standard\r
5169 To use the commands for text, they have to be inserted in TeX-mode.\r
5170 \end_layout\r
5171 \r
5172 \begin_layout Section\r
5173 Matrices\r
5174 \begin_inset CommandInset label\r
5175 LatexCommand label\r
5176 name "sec:Matrices"\r
5177 \r
5178 \end_inset\r
5179 \r
5180 \r
5181 \begin_inset Index idx\r
5182 status collapsed\r
5183 \r
5184 \begin_layout Plain Layout\r
5185 Matrices\r
5186 \end_layout\r
5187 \r
5188 \end_inset\r
5189 \r
5190 \r
5191 \end_layout\r
5192 \r
5193 \begin_layout Standard\r
5194 Matrices can be inserted via the math toolbar button \r
5195 \begin_inset Graphics\r
5196         filename ../images/dialog-show_mathmatrix.png\r
5197         scale 85\r
5198 \r
5199 \end_inset\r
5200 \r
5201  or the menu \r
5202 \family sans\r
5203 Insert\SpecialChar \menuseparator\r
5204 Math\SpecialChar \menuseparator\r
5205 Matrix\r
5206 \family default\r
5207 .\r
5208  In the matrix dialog you can specify the number of columns and rows, the\r
5209  alignment and the decoration.\r
5210  The vertical alignment is only of importance for matrices in inline formulas:\r
5211 \end_layout\r
5212 \r
5213 \begin_layout Standard\r
5214 The first matrix is top \r
5215 \begin_inset Formula $\begin{array}[t]{cccc}\r
5216 A & D & G & J\\\r
5217 B & E & H & K\\\r
5218 C & F & I & L\r
5219 \end{array}$\r
5220 \end_inset\r
5221 \r
5222 , the second middle \r
5223 \begin_inset Formula $\begin{array}{cccc}\r
5224 A & D & G & J\\\r
5225 B & E & H & K\\\r
5226 C & F & I & L\r
5227 \end{array}$\r
5228 \end_inset\r
5229 \r
5230  and the third bottom \r
5231 \begin_inset Formula $\begin{array}[b]{cccc}\r
5232 A & D & G & J\\\r
5233 B & E & H & K\\\r
5234 C & F & I & L\r
5235 \end{array}$\r
5236 \end_inset\r
5237 \r
5238  aligned.\r
5239 \end_layout\r
5240 \r
5241 \begin_layout Standard\r
5242 The horizontal alignment specifies how the column entries should be aligned.\r
5243  It is set by entering a letter for every column.\r
5244  \r
5245 \emph on\r
5246 l\r
5247 \emph default\r
5248  denotes left aligned, \r
5249 \emph on\r
5250 c\r
5251 \emph default\r
5252  centered and \r
5253 \emph on\r
5254 r\r
5255 \emph default\r
5256  right aligned.\r
5257  To create for example a 4\r
5258 \series bold\r
5259 ×\r
5260 \series default\r
5261 4\r
5262 \begin_inset space ~\r
5263 \end_inset\r
5264 \r
5265 matrix where the first column is left aligned, the second and third are\r
5266  centered and the last one is right aligned, one enters for the horizontal\r
5267  alignment \r
5268 \series bold\r
5269 lccr\r
5270 \series default\r
5271 .\r
5272  Normally in a matrix all columns are centered, therefore the default for\r
5273  every column is a \r
5274 \series bold\r
5275 c\r
5276 \series default\r
5277 .\r
5278 \end_layout\r
5279 \r
5280 \begin_layout Standard\r
5281 Horizontal alignment:\r
5282 \end_layout\r
5283 \r
5284 \begin_layout Standard\r
5285 \r
5286 \series bold\r
5287 lll\r
5288 \series default\r
5289  : \r
5290 \begin_inset Formula $\begin{array}{lll}\r
5291 10000 & D & G\\\r
5292 B & 10000 & H\\\r
5293 C & F & 10000\r
5294 \end{array}$\r
5295 \end_inset\r
5296 \r
5297  , \r
5298 \series bold\r
5299 ccc\r
5300 \series default\r
5301  : \r
5302 \begin_inset Formula $\begin{array}{ccc}\r
5303 10000 & D & G\\\r
5304 B & 10000 & H\\\r
5305 C & F & 10000\r
5306 \end{array}$\r
5307 \end_inset\r
5308 \r
5309  , \r
5310 \series bold\r
5311 rrr\r
5312 \series default\r
5313  : \r
5314 \begin_inset Formula $\begin{array}{rrr}\r
5315 10000 & D & G\\\r
5316 B & 10000 & H\\\r
5317 C & F & 10000\r
5318 \end{array}$\r
5319 \end_inset\r
5320 \r
5321 \r
5322 \end_layout\r
5323 \r
5324 \begin_layout Standard\r
5325 To add or delete rows and columns subsequently, the math toolbar buttons\r
5326  \r
5327 \begin_inset Graphics\r
5328         filename ../images/tabular-feature_append-row.png\r
5329         scale 85\r
5330 \r
5331 \end_inset\r
5332 \r
5333\r
5334 \begin_inset Graphics\r
5335         filename ../images/tabular-feature_delete-row.png\r
5336         scale 85\r
5337 \r
5338 \end_inset\r
5339 \r
5340 , etc.\r
5341 \begin_inset space \thinspace{}\r
5342 \end_inset\r
5343 \r
5344 , or the menu \r
5345 \family sans\r
5346 Edit\SpecialChar \menuseparator\r
5347 Rows & Columns\r
5348 \family default\r
5349  can be used.\r
5350  New rows can also be created with \r
5351 \begin_inset Info\r
5352 type  "shortcut"\r
5353 arg   "newline-insert newline"\r
5354 \end_inset\r
5355 \r
5356 .\r
5357 \end_layout\r
5358 \r
5359 \begin_layout Standard\r
5360 \begin_inset VSpace bigskip\r
5361 \end_inset\r
5362 \r
5363 The \r
5364 \family sans\r
5365 Decoration\r
5366 \family default\r
5367  adds parentheses in the selected style around the matrix.\r
5368  Alternatively, parentheses can can either be created with the commands\r
5369  \r
5370 \series bold\r
5371 \r
5372 \backslash\r
5373 left\r
5374 \series default\r
5375 \r
5376 \begin_inset Index idx\r
5377 status collapsed\r
5378 \r
5379 \begin_layout Plain Layout\r
5380 Commands ! L ! \r
5381 \backslash\r
5382 left\r
5383 \end_layout\r
5384 \r
5385 \end_inset\r
5386 \r
5387  and \r
5388 \series bold\r
5389 \r
5390 \backslash\r
5391 right\r
5392 \series default\r
5393 \r
5394 \begin_inset Index idx\r
5395 status collapsed\r
5396 \r
5397 \begin_layout Plain Layout\r
5398 Commands ! R ! \r
5399 \backslash\r
5400 right\r
5401 \end_layout\r
5402 \r
5403 \end_inset\r
5404 \r
5405  (shortcut \r
5406 \family sans\r
5407 Alt+M\r
5408 \begin_inset space ~\r
5409 \end_inset\r
5410 \r
5411 Parenthesis\r
5412 \family default\r
5413 ), see \r
5414 \begin_inset CommandInset ref\r
5415 LatexCommand ref\r
5416 reference "sub:Automatic-Bracket-Size"\r
5417 \r
5418 \end_inset\r
5419 \r
5420 , or by using the following commands:\r
5421 \begin_inset VSpace medskip\r
5422 \end_inset\r
5423 \r
5424 \r
5425 \end_layout\r
5426 \r
5427 \begin_layout Standard\r
5428 \begin_inset space \hfill{}\r
5429 \end_inset\r
5430 \r
5431 \r
5432 \begin_inset Tabular\r
5433 <lyxtabular version="3" rows="4" columns="2">\r
5434 <features rotate="0" tabularvalignment="middle">\r
5435 <column alignment="center" valignment="top">\r
5436 <column alignment="center" valignment="top">\r
5437 <row>\r
5438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
5439 \begin_inset Text\r
5440 \r
5441 \begin_layout Plain Layout\r
5442 Command\r
5443 \end_layout\r
5444 \r
5445 \end_inset\r
5446 </cell>\r
5447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
5448 \begin_inset Text\r
5449 \r
5450 \begin_layout Plain Layout\r
5451 Result\r
5452 \begin_inset Note Note\r
5453 status collapsed\r
5454 \r
5455 \begin_layout Plain Layout\r
5456 \r
5457 \series bold\r
5458 \r
5459 \backslash\r
5460 raisebox\r
5461 \series default\r
5462  is only used as spacer.\r
5463 \end_layout\r
5464 \r
5465 \end_inset\r
5466 \r
5467 \r
5468 \end_layout\r
5469 \r
5470 \end_inset\r
5471 </cell>\r
5472 </row>\r
5473 <row>\r
5474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
5475 \begin_inset Text\r
5476 \r
5477 \begin_layout Plain Layout\r
5478 \r
5479 \backslash\r
5480 bmatrix\r
5481 \begin_inset ERT\r
5482 status collapsed\r
5483 \r
5484 \begin_layout Plain Layout\r
5485 \r
5486 \r
5487 \backslash\r
5488 spce \r
5489 \end_layout\r
5490 \r
5491 \end_inset\r
5492 \r
5493 2\r
5494 \series bold\r
5495 ×\r
5496 \series default\r
5497 2\r
5498 \begin_inset space \thinspace{}\r
5499 \end_inset\r
5500 \r
5501 matrix\r
5502 \end_layout\r
5503 \r
5504 \end_inset\r
5505 </cell>\r
5506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
5507 \begin_inset Text\r
5508 \r
5509 \begin_layout Plain Layout\r
5510 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}\r
5511 0 & \textrm{-}\mathrm{i}\\\r
5512 \mathrm{i} & 0\r
5513 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$\r
5514 \end_inset\r
5515 \r
5516 \r
5517 \end_layout\r
5518 \r
5519 \end_inset\r
5520 </cell>\r
5521 </row>\r
5522 <row>\r
5523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
5524 \begin_inset Text\r
5525 \r
5526 \begin_layout Plain Layout\r
5527 \r
5528 \backslash\r
5529 Bmatrix\r
5530 \begin_inset ERT\r
5531 status collapsed\r
5532 \r
5533 \begin_layout Plain Layout\r
5534 \r
5535 \r
5536 \backslash\r
5537 spce \r
5538 \end_layout\r
5539 \r
5540 \end_inset\r
5541 \r
5542 2\r
5543 \series bold\r
5544 ×\r
5545 \series default\r
5546 2\r
5547 \begin_inset space \thinspace{}\r
5548 \end_inset\r
5549 \r
5550 matrix\r
5551 \end_layout\r
5552 \r
5553 \end_inset\r
5554 </cell>\r
5555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
5556 \begin_inset Text\r
5557 \r
5558 \begin_layout Plain Layout\r
5559 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}\r
5560 0 & \textrm{-}\mathrm{i}\\\r
5561 \mathrm{i} & 0\r
5562 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$\r
5563 \end_inset\r
5564 \r
5565 \r
5566 \end_layout\r
5567 \r
5568 \end_inset\r
5569 </cell>\r
5570 </row>\r
5571 <row>\r
5572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
5573 \begin_inset Text\r
5574 \r
5575 \begin_layout Plain Layout\r
5576 \r
5577 \backslash\r
5578 pmatrix\r
5579 \begin_inset ERT\r
5580 status collapsed\r
5581 \r
5582 \begin_layout Plain Layout\r
5583 \r
5584 \r
5585 \backslash\r
5586 spce \r
5587 \end_layout\r
5588 \r
5589 \end_inset\r
5590 \r
5591 2\r
5592 \series bold\r
5593 ×\r
5594 \series default\r
5595 2\r
5596 \begin_inset space \thinspace{}\r
5597 \end_inset\r
5598 \r
5599 matrix\r
5600 \end_layout\r
5601 \r
5602 \end_inset\r
5603 </cell>\r
5604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
5605 \begin_inset Text\r
5606 \r
5607 \begin_layout Plain Layout\r
5608 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}\r
5609 0 & \textrm{-}\mathrm{i}\\\r
5610 \mathrm{i} & 0\r
5611 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$\r
5612 \end_inset\r
5613 \r
5614 \r
5615 \end_layout\r
5616 \r
5617 \end_inset\r
5618 </cell>\r
5619 </row>\r
5620 </lyxtabular>\r
5621 \r
5622 \end_inset\r
5623 \r
5624 \r
5625 \begin_inset space \hfill{}\r
5626 \end_inset\r
5627 \r
5628 \r
5629 \begin_inset Tabular\r
5630 <lyxtabular version="3" rows="4" columns="2">\r
5631 <features rotate="0" tabularvalignment="middle">\r
5632 <column alignment="center" valignment="top">\r
5633 <column alignment="center" valignment="top">\r
5634 <row>\r
5635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
5636 \begin_inset Text\r
5637 \r
5638 \begin_layout Plain Layout\r
5639 Command\r
5640 \end_layout\r
5641 \r
5642 \end_inset\r
5643 </cell>\r
5644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
5645 \begin_inset Text\r
5646 \r
5647 \begin_layout Plain Layout\r
5648 Result\r
5649 \end_layout\r
5650 \r
5651 \end_inset\r
5652 </cell>\r
5653 </row>\r
5654 <row>\r
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
5656 \begin_inset Text\r
5657 \r
5658 \begin_layout Plain Layout\r
5659 \r
5660 \backslash\r
5661 vmatrix\r
5662 \begin_inset ERT\r
5663 status collapsed\r
5664 \r
5665 \begin_layout Plain Layout\r
5666 \r
5667 \r
5668 \backslash\r
5669 spce \r
5670 \end_layout\r
5671 \r
5672 \end_inset\r
5673 \r
5674 2\r
5675 \series bold\r
5676 ×\r
5677 \series default\r
5678 2\r
5679 \begin_inset space \thinspace{}\r
5680 \end_inset\r
5681 \r
5682 matrix\r
5683 \end_layout\r
5684 \r
5685 \end_inset\r
5686 </cell>\r
5687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
5688 \begin_inset Text\r
5689 \r
5690 \begin_layout Plain Layout\r
5691 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}\r
5692 0 & \textrm{-}\mathrm{i}\\\r
5693 \mathrm{i} & 0\r
5694 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$\r
5695 \end_inset\r
5696 \r
5697 \r
5698 \end_layout\r
5699 \r
5700 \end_inset\r
5701 </cell>\r
5702 </row>\r
5703 <row>\r
5704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
5705 \begin_inset Text\r
5706 \r
5707 \begin_layout Plain Layout\r
5708 \r
5709 \backslash\r
5710 Vmatrix\r
5711 \begin_inset ERT\r
5712 status collapsed\r
5713 \r
5714 \begin_layout Plain Layout\r
5715 \r
5716 \r
5717 \backslash\r
5718 spce \r
5719 \end_layout\r
5720 \r
5721 \end_inset\r
5722 \r
5723 2\r
5724 \series bold\r
5725 ×\r
5726 \series default\r
5727 2\r
5728 \begin_inset space \thinspace{}\r
5729 \end_inset\r
5730 \r
5731 matrix\r
5732 \end_layout\r
5733 \r
5734 \end_inset\r
5735 </cell>\r
5736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
5737 \begin_inset Text\r
5738 \r
5739 \begin_layout Plain Layout\r
5740 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}\r
5741 0 & \textrm{-}\mathrm{i}\\\r
5742 \mathrm{i} & 0\r
5743 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$\r
5744 \end_inset\r
5745 \r
5746 \r
5747 \end_layout\r
5748 \r
5749 \end_inset\r
5750 </cell>\r
5751 </row>\r
5752 <row>\r
5753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
5754 \begin_inset Text\r
5755 \r
5756 \begin_layout Plain Layout\r
5757 \r
5758 \backslash\r
5759 matrix\r
5760 \begin_inset ERT\r
5761 status collapsed\r
5762 \r
5763 \begin_layout Plain Layout\r
5764 \r
5765 \r
5766 \backslash\r
5767 spce \r
5768 \end_layout\r
5769 \r
5770 \end_inset\r
5771 \r
5772 2\r
5773 \series bold\r
5774 ×\r
5775 \series default\r
5776 2\r
5777 \begin_inset space \thinspace{}\r
5778 \end_inset\r
5779 \r
5780 matrix\r
5781 \end_layout\r
5782 \r
5783 \end_inset\r
5784 </cell>\r
5785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
5786 \begin_inset Text\r
5787 \r
5788 \begin_layout Plain Layout\r
5789 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}\r
5790 0 & \textrm{-}\mathrm{i}\\\r
5791 \mathrm{i} & 0\r
5792 \end{array}\end{matrix}\raisebox{-5.3mm}{}$\r
5793 \end_inset\r
5794 \r
5795 \r
5796 \end_layout\r
5797 \r
5798 \end_inset\r
5799 </cell>\r
5800 </row>\r
5801 </lyxtabular>\r
5802 \r
5803 \end_inset\r
5804 \r
5805 \r
5806 \begin_inset space \hfill{}\r
5807 \end_inset\r
5808 \r
5809 \r
5810 \end_layout\r
5811 \r
5812 \begin_layout Standard\r
5813 \begin_inset VSpace medskip\r
5814 \end_inset\r
5815 \r
5816 When e.\r
5817 \begin_inset space \thinspace{}\r
5818 \end_inset\r
5819 \r
5820 g.\r
5821 \begin_inset space \space{}\r
5822 \end_inset\r
5823 \r
5824 \r
5825 \series bold\r
5826 \r
5827 \backslash\r
5828 vmatrix\r
5829 \series default\r
5830  is inserted, a blue box appears between two vertical lines where the matrix\r
5831  is inserted.\r
5832 \begin_inset Newline newline\r
5833 \end_inset\r
5834 \r
5835 Note that decorated matrices ignore the vertical alignment.\r
5836 \end_layout\r
5837 \r
5838 \begin_layout Standard\r
5839 \begin_inset VSpace bigskip\r
5840 \end_inset\r
5841 \r
5842 As all multiline formulas are matrices, the length \r
5843 \series bold\r
5844 \r
5845 \backslash\r
5846 arraycolsep\r
5847 \series default\r
5848 \r
5849 \begin_inset Index idx\r
5850 status collapsed\r
5851 \r
5852 \begin_layout Plain Layout\r
5853 Commands ! A ! \r
5854 \backslash\r
5855 arraycolsep\r
5856 \end_layout\r
5857 \r
5858 \end_inset\r
5859 \r
5860  that is described in \r
5861 \begin_inset CommandInset ref\r
5862 LatexCommand ref\r
5863 reference "sub:Column-Separation"\r
5864 \r
5865 \end_inset\r
5866 \r
5867  can also be used to change the column separation of matrices.\r
5868 \end_layout\r
5869 \r
5870 \begin_layout Standard\r
5871 To change the row separation, the command \r
5872 \series bold\r
5873 \r
5874 \backslash\r
5875 arraystretch\r
5876 \series default\r
5877 \r
5878 \begin_inset Index idx\r
5879 status collapsed\r
5880 \r
5881 \begin_layout Plain Layout\r
5882 Commands ! A ! \r
5883 \backslash\r
5884 arraystretch\r
5885 \end_layout\r
5886 \r
5887 \end_inset\r
5888 \r
5889  is used.\r
5890  It is used as follows:\r
5891 \end_layout\r
5892 \r
5893 \begin_layout Standard\r
5894 \r
5895 \series bold\r
5896 \r
5897 \backslash\r
5898 renewcommand{\r
5899 \backslash\r
5900 arraystretch}{stretch factor}\r
5901 \begin_inset Index idx\r
5902 status collapsed\r
5903 \r
5904 \begin_layout Plain Layout\r
5905 Commands ! R ! \r
5906 \backslash\r
5907 renewcommand\r
5908 \end_layout\r
5909 \r
5910 \end_inset\r
5911 \r
5912 \r
5913 \end_layout\r
5914 \r
5915 \begin_layout Standard\r
5916 The command \r
5917 \series bold\r
5918 \r
5919 \backslash\r
5920 renewcommand\r
5921 \series default\r
5922  assigns the stretch factor to the predefined command \r
5923 \series bold\r
5924 \r
5925 \backslash\r
5926 arraystretch\r
5927 \series default\r
5928 .\r
5929  To double e.\r
5930 \begin_inset space \thinspace{}\r
5931 \end_inset\r
5932 \r
5933 g.\r
5934 \begin_inset space \space{}\r
5935 \end_inset\r
5936 \r
5937 the row separation, use the factor 2.\r
5938  This is then used for all following matrices.\r
5939  To go back to the original separation, assign the factor 1 to \r
5940 \series bold\r
5941 \r
5942 \backslash\r
5943 arraystretch\r
5944 \series default\r
5945 .\r
5946 \end_layout\r
5947 \r
5948 \begin_layout Standard\r
5949 To set matrices into a text line, the command \r
5950 \series bold\r
5951 \r
5952 \backslash\r
5953 smallmatrix\r
5954 \series default\r
5955 \r
5956 \begin_inset Index idx\r
5957 status collapsed\r
5958 \r
5959 \begin_layout Plain Layout\r
5960 Commands ! S ! \r
5961 \backslash\r
5962 smallmatrix\r
5963 \end_layout\r
5964 \r
5965 \end_inset\r
5966 \r
5967  is used.\r
5968  When it is inserted a blue box with two dashed lines appears.\r
5969  In this box the matrix is inserted.\r
5970 \end_layout\r
5971 \r
5972 \begin_layout Standard\r
5973 This is a matrix \r
5974 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\\r
5975 C & D\r
5976 \end{smallmatrix}\right)$\r
5977 \end_inset\r
5978 \r
5979  in a text line.\r
5980 \end_layout\r
5981 \r
5982 \begin_layout Section\r
5983 Brackets and Delimiters\r
5984 \begin_inset Index idx\r
5985 status collapsed\r
5986 \r
5987 \begin_layout Plain Layout\r
5988 Brackets\r
5989 \end_layout\r
5990 \r
5991 \end_inset\r
5992 \r
5993 \r
5994 \begin_inset Index idx\r
5995 status collapsed\r
5996 \r
5997 \begin_layout Plain Layout\r
5998 Delimiters\r
5999 \end_layout\r
6000 \r
6001 \end_inset\r
6002 \r
6003 \r
6004 \end_layout\r
6005 \r
6006 \begin_layout Subsection\r
6007 Vertical Brackets and Delimiters\r
6008 \begin_inset Index idx\r
6009 status collapsed\r
6010 \r
6011 \begin_layout Plain Layout\r
6012 Brackets ! vertical\r
6013 \end_layout\r
6014 \r
6015 \end_inset\r
6016 \r
6017 \r
6018 \end_layout\r
6019 \r
6020 \begin_layout Standard\r
6021 \begin_inset space \hfill{}\r
6022 \end_inset\r
6023 \r
6024 \r
6025 \begin_inset Tabular\r
6026 <lyxtabular version="3" rows="9" columns="2">\r
6027 <features rotate="0" tabularvalignment="middle">\r
6028 <column alignment="center" valignment="top" width="0pt">\r
6029 <column alignment="center" valignment="top" width="0pt">\r
6030 <row>\r
6031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
6032 \begin_inset Text\r
6033 \r
6034 \begin_layout Plain Layout\r
6035 Command\r
6036 \end_layout\r
6037 \r
6038 \end_inset\r
6039 </cell>\r
6040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
6041 \begin_inset Text\r
6042 \r
6043 \begin_layout Plain Layout\r
6044 Result\r
6045 \end_layout\r
6046 \r
6047 \end_inset\r
6048 </cell>\r
6049 </row>\r
6050 <row>\r
6051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6052 \begin_inset Text\r
6053 \r
6054 \begin_layout Plain Layout\r
6055 (\r
6056 \end_layout\r
6057 \r
6058 \end_inset\r
6059 </cell>\r
6060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6061 \begin_inset Text\r
6062 \r
6063 \begin_layout Plain Layout\r
6064 \begin_inset Formula $($\r
6065 \end_inset\r
6066 \r
6067 \r
6068 \end_layout\r
6069 \r
6070 \end_inset\r
6071 </cell>\r
6072 </row>\r
6073 <row>\r
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6075 \begin_inset Text\r
6076 \r
6077 \begin_layout Plain Layout\r
6078 {\r
6079 \end_layout\r
6080 \r
6081 \end_inset\r
6082 </cell>\r
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6084 \begin_inset Text\r
6085 \r
6086 \begin_layout Plain Layout\r
6087 \begin_inset Formula $\{$\r
6088 \end_inset\r
6089 \r
6090 \r
6091 \end_layout\r
6092 \r
6093 \end_inset\r
6094 </cell>\r
6095 </row>\r
6096 <row>\r
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6098 \begin_inset Text\r
6099 \r
6100 \begin_layout Plain Layout\r
6101 [\r
6102 \end_layout\r
6103 \r
6104 \end_inset\r
6105 </cell>\r
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6107 \begin_inset Text\r
6108 \r
6109 \begin_layout Plain Layout\r
6110 \begin_inset Formula $[$\r
6111 \end_inset\r
6112 \r
6113 \r
6114 \end_layout\r
6115 \r
6116 \end_inset\r
6117 </cell>\r
6118 </row>\r
6119 <row>\r
6120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6121 \begin_inset Text\r
6122 \r
6123 \begin_layout Plain Layout\r
6124 \r
6125 \backslash\r
6126 langle\r
6127 \end_layout\r
6128 \r
6129 \end_inset\r
6130 </cell>\r
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6132 \begin_inset Text\r
6133 \r
6134 \begin_layout Plain Layout\r
6135 \begin_inset Formula $\langle$\r
6136 \end_inset\r
6137 \r
6138 \r
6139 \end_layout\r
6140 \r
6141 \end_inset\r
6142 </cell>\r
6143 </row>\r
6144 <row>\r
6145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6146 \begin_inset Text\r
6147 \r
6148 \begin_layout Plain Layout\r
6149 \r
6150 \backslash\r
6151 lceil\r
6152 \end_layout\r
6153 \r
6154 \end_inset\r
6155 </cell>\r
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6157 \begin_inset Text\r
6158 \r
6159 \begin_layout Plain Layout\r
6160 \begin_inset Formula $\lceil$\r
6161 \end_inset\r
6162 \r
6163 \r
6164 \end_layout\r
6165 \r
6166 \end_inset\r
6167 </cell>\r
6168 </row>\r
6169 <row>\r
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6171 \begin_inset Text\r
6172 \r
6173 \begin_layout Plain Layout\r
6174 \r
6175 \backslash\r
6176 lfloor\r
6177 \end_layout\r
6178 \r
6179 \end_inset\r
6180 </cell>\r
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6182 \begin_inset Text\r
6183 \r
6184 \begin_layout Plain Layout\r
6185 \begin_inset Formula $\lfloor$\r
6186 \end_inset\r
6187 \r
6188 \r
6189 \end_layout\r
6190 \r
6191 \end_inset\r
6192 </cell>\r
6193 </row>\r
6194 <row>\r
6195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6196 \begin_inset Text\r
6197 \r
6198 \begin_layout Plain Layout\r
6199 /\r
6200 \end_layout\r
6201 \r
6202 \end_inset\r
6203 </cell>\r
6204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6205 \begin_inset Text\r
6206 \r
6207 \begin_layout Plain Layout\r
6208 \begin_inset Formula $/$\r
6209 \end_inset\r
6210 \r
6211 \r
6212 \end_layout\r
6213 \r
6214 \end_inset\r
6215 </cell>\r
6216 </row>\r
6217 <row>\r
6218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
6219 \begin_inset Text\r
6220 \r
6221 \begin_layout Plain Layout\r
6222 |\r
6223 \end_layout\r
6224 \r
6225 \end_inset\r
6226 </cell>\r
6227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
6228 \begin_inset Text\r
6229 \r
6230 \begin_layout Plain Layout\r
6231 \begin_inset Formula $|$\r
6232 \end_inset\r
6233 \r
6234 \r
6235 \end_layout\r
6236 \r
6237 \end_inset\r
6238 </cell>\r
6239 </row>\r
6240 </lyxtabular>\r
6241 \r
6242 \end_inset\r
6243 \r
6244 \r
6245 \begin_inset space \hfill{}\r
6246 \end_inset\r
6247 \r
6248 \r
6249 \begin_inset Tabular\r
6250 <lyxtabular version="3" rows="9" columns="2">\r
6251 <features rotate="0" tabularvalignment="middle">\r
6252 <column alignment="center" valignment="top" width="0pt">\r
6253 <column alignment="center" valignment="top" width="0pt">\r
6254 <row>\r
6255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
6256 \begin_inset Text\r
6257 \r
6258 \begin_layout Plain Layout\r
6259 Command\r
6260 \end_layout\r
6261 \r
6262 \end_inset\r
6263 </cell>\r
6264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
6265 \begin_inset Text\r
6266 \r
6267 \begin_layout Plain Layout\r
6268 Result\r
6269 \end_layout\r
6270 \r
6271 \end_inset\r
6272 </cell>\r
6273 </row>\r
6274 <row>\r
6275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6276 \begin_inset Text\r
6277 \r
6278 \begin_layout Plain Layout\r
6279 )\r
6280 \end_layout\r
6281 \r
6282 \end_inset\r
6283 </cell>\r
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6285 \begin_inset Text\r
6286 \r
6287 \begin_layout Plain Layout\r
6288 \begin_inset Formula $)$\r
6289 \end_inset\r
6290 \r
6291 \r
6292 \end_layout\r
6293 \r
6294 \end_inset\r
6295 </cell>\r
6296 </row>\r
6297 <row>\r
6298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6299 \begin_inset Text\r
6300 \r
6301 \begin_layout Plain Layout\r
6302 }\r
6303 \end_layout\r
6304 \r
6305 \end_inset\r
6306 </cell>\r
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6308 \begin_inset Text\r
6309 \r
6310 \begin_layout Plain Layout\r
6311 \begin_inset Formula $\}$\r
6312 \end_inset\r
6313 \r
6314 \r
6315 \end_layout\r
6316 \r
6317 \end_inset\r
6318 </cell>\r
6319 </row>\r
6320 <row>\r
6321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6322 \begin_inset Text\r
6323 \r
6324 \begin_layout Plain Layout\r
6325 ]\r
6326 \end_layout\r
6327 \r
6328 \end_inset\r
6329 </cell>\r
6330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6331 \begin_inset Text\r
6332 \r
6333 \begin_layout Plain Layout\r
6334 \begin_inset Formula $]$\r
6335 \end_inset\r
6336 \r
6337 \r
6338 \end_layout\r
6339 \r
6340 \end_inset\r
6341 </cell>\r
6342 </row>\r
6343 <row>\r
6344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6345 \begin_inset Text\r
6346 \r
6347 \begin_layout Plain Layout\r
6348 \r
6349 \backslash\r
6350 rangle\r
6351 \end_layout\r
6352 \r
6353 \end_inset\r
6354 </cell>\r
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6356 \begin_inset Text\r
6357 \r
6358 \begin_layout Plain Layout\r
6359 \begin_inset Formula $\rangle$\r
6360 \end_inset\r
6361 \r
6362 \r
6363 \end_layout\r
6364 \r
6365 \end_inset\r
6366 </cell>\r
6367 </row>\r
6368 <row>\r
6369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6370 \begin_inset Text\r
6371 \r
6372 \begin_layout Plain Layout\r
6373 \r
6374 \backslash\r
6375 rceil\r
6376 \end_layout\r
6377 \r
6378 \end_inset\r
6379 </cell>\r
6380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6381 \begin_inset Text\r
6382 \r
6383 \begin_layout Plain Layout\r
6384 \begin_inset Formula $\rceil$\r
6385 \end_inset\r
6386 \r
6387 \r
6388 \end_layout\r
6389 \r
6390 \end_inset\r
6391 </cell>\r
6392 </row>\r
6393 <row>\r
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6395 \begin_inset Text\r
6396 \r
6397 \begin_layout Plain Layout\r
6398 \r
6399 \backslash\r
6400 rfloor\r
6401 \end_layout\r
6402 \r
6403 \end_inset\r
6404 </cell>\r
6405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6406 \begin_inset Text\r
6407 \r
6408 \begin_layout Plain Layout\r
6409 \begin_inset Formula $\rfloor$\r
6410 \end_inset\r
6411 \r
6412 \r
6413 \end_layout\r
6414 \r
6415 \end_inset\r
6416 </cell>\r
6417 </row>\r
6418 <row>\r
6419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6420 \begin_inset Text\r
6421 \r
6422 \begin_layout Plain Layout\r
6423 \r
6424 \backslash\r
6425 \r
6426 \backslash\r
6427 \r
6428 \end_layout\r
6429 \r
6430 \end_inset\r
6431 </cell>\r
6432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6433 \begin_inset Text\r
6434 \r
6435 \begin_layout Plain Layout\r
6436 \begin_inset Formula $\backslash$\r
6437 \end_inset\r
6438 \r
6439 \r
6440 \end_layout\r
6441 \r
6442 \end_inset\r
6443 </cell>\r
6444 </row>\r
6445 <row>\r
6446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
6447 \begin_inset Text\r
6448 \r
6449 \begin_layout Plain Layout\r
6450 \r
6451 \backslash\r
6452 |\r
6453 \end_layout\r
6454 \r
6455 \end_inset\r
6456 </cell>\r
6457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
6458 \begin_inset Text\r
6459 \r
6460 \begin_layout Plain Layout\r
6461 \begin_inset Formula $\|$\r
6462 \end_inset\r
6463 \r
6464 \r
6465 \end_layout\r
6466 \r
6467 \end_inset\r
6468 </cell>\r
6469 </row>\r
6470 </lyxtabular>\r
6471 \r
6472 \end_inset\r
6473 \r
6474 \r
6475 \begin_inset space \hfill{}\r
6476 \end_inset\r
6477 \r
6478 \r
6479 \end_layout\r
6480 \r
6481 \begin_layout Standard\r
6482 \r
6483 \series medium\r
6484 \begin_inset Note Greyedout\r
6485 status open\r
6486 \r
6487 \begin_layout Plain Layout\r
6488 \r
6489 \series bold\r
6490 Note:\r
6491 \series default\r
6492  In TeX-mode the command \r
6493 \series bold\r
6494 \r
6495 \backslash\r
6496 textbackslash\r
6497 \series default\r
6498 \r
6499 \begin_inset Index idx\r
6500 status collapsed\r
6501 \r
6502 \begin_layout Plain Layout\r
6503 Commands ! T ! \r
6504 \backslash\r
6505 textbackslash\r
6506 \end_layout\r
6507 \r
6508 \end_inset\r
6509 \r
6510  must be used for the backslash, because the command \r
6511 \series bold\r
6512 \r
6513 \backslash\r
6514 \r
6515 \backslash\r
6516 \r
6517 \series default\r
6518  produces a line break there.\r
6519 \end_layout\r
6520 \r
6521 \end_inset\r
6522 \r
6523 \r
6524 \end_layout\r
6525 \r
6526 \begin_layout Standard\r
6527 For all characters listed above the size can be adjusted with the commands\r
6528  described in the following two subsections.\r
6529  When using these commands, the characters < and > can directly be used\r
6530  instead of the commands \r
6531 \series bold\r
6532 \r
6533 \backslash\r
6534 langle\r
6535 \series default\r
6536  and \r
6537 \series bold\r
6538 \r
6539 \backslash\r
6540 rangle\r
6541 \series default\r
6542 .\r
6543 \end_layout\r
6544 \r
6545 \begin_layout Subsubsection\r
6546 Manual Bracket Size\r
6547 \begin_inset CommandInset label\r
6548 LatexCommand label\r
6549 name "sub:Manual-Bracket-Size"\r
6550 \r
6551 \end_inset\r
6552 \r
6553 \r
6554 \begin_inset Index idx\r
6555 status collapsed\r
6556 \r
6557 \begin_layout Plain Layout\r
6558 Bracket size ! manual\r
6559 \end_layout\r
6560 \r
6561 \end_inset\r
6562 \r
6563 \r
6564 \end_layout\r
6565 \r
6566 \begin_layout Standard\r
6567 The bracket size can be specified manually by the LaTeX-commands \r
6568 \series bold\r
6569 \r
6570 \backslash\r
6571 big\r
6572 \series default\r
6573 \r
6574 \begin_inset Index idx\r
6575 status collapsed\r
6576 \r
6577 \begin_layout Plain Layout\r
6578 Commands ! B ! \r
6579 \backslash\r
6580 big\r
6581 \end_layout\r
6582 \r
6583 \end_inset\r
6584 \r
6585\r
6586 \series bold\r
6587 \r
6588 \backslash\r
6589 Big\r
6590 \series default\r
6591\r
6592 \series bold\r
6593 \r
6594 \backslash\r
6595 bigg\r
6596 \series default\r
6597  and \r
6598 \series bold\r
6599 \r
6600 \backslash\r
6601 Bigg\r
6602 \series default\r
6603 .\r
6604  \r
6605 \series bold\r
6606 \r
6607 \backslash\r
6608 big\r
6609 \series default\r
6610  denotes the smallest and \r
6611 \series bold\r
6612 \r
6613 \backslash\r
6614 Bigg\r
6615 \series default\r
6616  the largest bracket size.\r
6617 \end_layout\r
6618 \r
6619 \begin_layout Standard\r
6620 These commands are used to emphasize levels of brackets:\r
6621 \end_layout\r
6622 \r
6623 \begin_layout Standard\r
6624 \align center\r
6625 \begin_inset Tabular\r
6626 <lyxtabular version="3" rows="2" columns="2">\r
6627 <features rotate="0" tabularvalignment="middle">\r
6628 <column alignment="center" valignment="top" width="0pt">\r
6629 <column alignment="center" valignment="top" width="0pt">\r
6630 <row>\r
6631 <cell alignment="center" valignment="top" usebox="none">\r
6632 \begin_inset Text\r
6633 \r
6634 \begin_layout Plain Layout\r
6635 all brackets in the same size:\r
6636 \end_layout\r
6637 \r
6638 \end_inset\r
6639 </cell>\r
6640 <cell alignment="center" valignment="top" usebox="none">\r
6641 \begin_inset Text\r
6642 \r
6643 \begin_layout Plain Layout\r
6644 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$\r
6645 \end_inset\r
6646 \r
6647 \r
6648 \end_layout\r
6649 \r
6650 \end_inset\r
6651 </cell>\r
6652 </row>\r
6653 <row>\r
6654 <cell alignment="center" valignment="top" usebox="none">\r
6655 \begin_inset Text\r
6656 \r
6657 \begin_layout Plain Layout\r
6658 this looks better:\r
6659 \end_layout\r
6660 \r
6661 \end_inset\r
6662 </cell>\r
6663 <cell alignment="center" valignment="top" usebox="none">\r
6664 \begin_inset Text\r
6665 \r
6666 \begin_layout Plain Layout\r
6667 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$\r
6668 \end_inset\r
6669 \r
6670 \r
6671 \end_layout\r
6672 \r
6673 \end_inset\r
6674 </cell>\r
6675 </row>\r
6676 </lyxtabular>\r
6677 \r
6678 \end_inset\r
6679 \r
6680 \r
6681 \begin_inset Note Note\r
6682 status collapsed\r
6683 \r
6684 \begin_layout Plain Layout\r
6685 \r
6686 \series bold\r
6687 \r
6688 \backslash\r
6689 raisebox\r
6690 \series default\r
6691  is only used as spacer.\r
6692 \end_layout\r
6693 \r
6694 \end_inset\r
6695 \r
6696 \r
6697 \end_layout\r
6698 \r
6699 \begin_layout Standard\r
6700 For the second formula the command \r
6701 \series bold\r
6702 \r
6703 \backslash\r
6704 Big((A+B)(A-B)\r
6705 \backslash\r
6706 Big)^\r
6707 \begin_inset ERT\r
6708 status collapsed\r
6709 \r
6710 \begin_layout Plain Layout\r
6711 \r
6712 \r
6713 \backslash\r
6714 spce \r
6715 \end_layout\r
6716 \r
6717 \end_inset\r
6718 \r
6719 C\r
6720 \series default\r
6721  has been used.\r
6722 \end_layout\r
6723 \r
6724 \begin_layout Standard\r
6725 Here is an overview about all bracket sizes:\r
6726 \end_layout\r
6727 \r
6728 \begin_layout Standard\r
6729 \align center\r
6730 \r
6731 \backslash\r
6732 Bigg(\r
6733 \backslash\r
6734 exp\r
6735 \backslash\r
6736 bigg<\r
6737 \backslash\r
6738 Big[\r
6739 \backslash\r
6740 big{\r
6741 \backslash\r
6742 ln(3x)\r
6743 \backslash\r
6744 big}^2\r
6745 \begin_inset ERT\r
6746 status collapsed\r
6747 \r
6748 \begin_layout Plain Layout\r
6749 \r
6750 \r
6751 \backslash\r
6752 spce \r
6753 \end_layout\r
6754 \r
6755 \end_inset\r
6756 \r
6757 \r
6758 \backslash\r
6759 sin(x)\r
6760 \backslash\r
6761 Big]^\r
6762 \begin_inset ERT\r
6763 status collapsed\r
6764 \r
6765 \begin_layout Plain Layout\r
6766 \r
6767 \r
6768 \backslash\r
6769 spce \r
6770 \end_layout\r
6771 \r
6772 \end_inset\r
6773 \r
6774 A\r
6775 \begin_inset ERT\r
6776 status collapsed\r
6777 \r
6778 \begin_layout Plain Layout\r
6779 \r
6780 \r
6781 \backslash\r
6782 spce \r
6783 \end_layout\r
6784 \r
6785 \end_inset\r
6786 \r
6787 \r
6788 \backslash\r
6789 bigg>\r
6790 \backslash\r
6791 Bigg)^0,5\r
6792 \end_layout\r
6793 \r
6794 \begin_layout Standard\r
6795 \align center\r
6796 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$\r
6797 \end_inset\r
6798 \r
6799 \r
6800 \end_layout\r
6801 \r
6802 \begin_layout Standard\r
6803 Besides the \r
6804 \series bold\r
6805 \r
6806 \backslash\r
6807 big\r
6808 \series default\r
6809 -commands there is the variant \r
6810 \series bold\r
6811 \r
6812 \backslash\r
6813 bigm\r
6814 \series default\r
6815 \r
6816 \begin_inset Index idx\r
6817 status collapsed\r
6818 \r
6819 \begin_layout Plain Layout\r
6820 Commands ! B ! \r
6821 \backslash\r
6822 bigm\r
6823 \end_layout\r
6824 \r
6825 \end_inset\r
6826 \r
6827  that adds a bit more space between the bracket and its content, and the\r
6828  variant \r
6829 \series bold\r
6830 \r
6831 \backslash\r
6832 bigl\r
6833 \series default\r
6834 -\r
6835 \series bold\r
6836 \r
6837 \backslash\r
6838 bigr\r
6839 \series default\r
6840 \r
6841 \begin_inset Index idx\r
6842 status collapsed\r
6843 \r
6844 \begin_layout Plain Layout\r
6845 Commands ! B ! \r
6846 \backslash\r
6847 bigl - \r
6848 \backslash\r
6849 bigr\r
6850 \end_layout\r
6851 \r
6852 \end_inset\r
6853 \r
6854 , that don't add additional space.\r
6855  The \r
6856 \emph on\r
6857 l\r
6858 \emph default\r
6859  at the end of the command \r
6860 \series bold\r
6861 \r
6862 \backslash\r
6863 bigl\r
6864 \series default\r
6865  is for a left bracket; for a right bracket this will be replaced by an\r
6866  \r
6867 \emph on\r
6868 r\r
6869 \emph default\r
6870 .\r
6871  A left or right bracket can each be an opening or closing bracket.\r
6872 \end_layout\r
6873 \r
6874 \begin_layout Standard\r
6875 In the following table is a comparison of the variants:\r
6876 \end_layout\r
6877 \r
6878 \begin_layout Standard\r
6879 \align center\r
6880 \begin_inset Tabular\r
6881 <lyxtabular version="3" rows="5" columns="2">\r
6882 <features rotate="0" tabularvalignment="middle">\r
6883 <column alignment="center" valignment="middle">\r
6884 <column alignment="center" valignment="middle">\r
6885 <row>\r
6886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
6887 \begin_inset Text\r
6888 \r
6889 \begin_layout Plain Layout\r
6890 Command\r
6891 \end_layout\r
6892 \r
6893 \end_inset\r
6894 </cell>\r
6895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
6896 \begin_inset Text\r
6897 \r
6898 \begin_layout Plain Layout\r
6899 Result\r
6900 \begin_inset Note Note\r
6901 status collapsed\r
6902 \r
6903 \begin_layout Plain Layout\r
6904 \r
6905 \series bold\r
6906 \r
6907 \backslash\r
6908 raisebox\r
6909 \series default\r
6910  is only used as spacer.\r
6911 \end_layout\r
6912 \r
6913 \end_inset\r
6914 \r
6915 \r
6916 \end_layout\r
6917 \r
6918 \end_inset\r
6919 </cell>\r
6920 </row>\r
6921 <row>\r
6922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6923 \begin_inset Text\r
6924 \r
6925 \begin_layout Plain Layout\r
6926 \r
6927 \backslash\r
6928 Bigm(\r
6929 \backslash\r
6930 bigm(\r
6931 \backslash\r
6932 ln(3x)\r
6933 \backslash\r
6934 bigm)^2\r
6935 \series bold\r
6936 \r
6937 \begin_inset ERT\r
6938 status collapsed\r
6939 \r
6940 \begin_layout Plain Layout\r
6941 \r
6942 \r
6943 \backslash\r
6944 spce \r
6945 \end_layout\r
6946 \r
6947 \end_inset\r
6948 \r
6949 \r
6950 \series default\r
6951 \r
6952 \backslash\r
6953 Bigm)\r
6954 \end_layout\r
6955 \r
6956 \end_inset\r
6957 </cell>\r
6958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
6959 \begin_inset Text\r
6960 \r
6961 \begin_layout Plain Layout\r
6962 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$\r
6963 \end_inset\r
6964 \r
6965 \r
6966 \end_layout\r
6967 \r
6968 \end_inset\r
6969 </cell>\r
6970 </row>\r
6971 <row>\r
6972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
6973 \begin_inset Text\r
6974 \r
6975 \begin_layout Plain Layout\r
6976 \r
6977 \backslash\r
6978 Big(\r
6979 \backslash\r
6980 big(\r
6981 \backslash\r
6982 ln(3x)\r
6983 \backslash\r
6984 big)^2\r
6985 \series bold\r
6986 \r
6987 \begin_inset ERT\r
6988 status collapsed\r
6989 \r
6990 \begin_layout Plain Layout\r
6991 \r
6992 \r
6993 \backslash\r
6994 spce \r
6995 \end_layout\r
6996 \r
6997 \end_inset\r
6998 \r
6999 \r
7000 \series default\r
7001 \r
7002 \backslash\r
7003 Big)\r
7004 \end_layout\r
7005 \r
7006 \end_inset\r
7007 </cell>\r
7008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
7009 \begin_inset Text\r
7010 \r
7011 \begin_layout Plain Layout\r
7012 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$\r
7013 \end_inset\r
7014 \r
7015 \r
7016 \end_layout\r
7017 \r
7018 \end_inset\r
7019 </cell>\r
7020 </row>\r
7021 <row>\r
7022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
7023 \begin_inset Text\r
7024 \r
7025 \begin_layout Plain Layout\r
7026 \r
7027 \backslash\r
7028 Bigl(\r
7029 \backslash\r
7030 bigl(\r
7031 \backslash\r
7032 ln(3x)\r
7033 \backslash\r
7034 bigr)^2\r
7035 \series bold\r
7036 \r
7037 \begin_inset ERT\r
7038 status collapsed\r
7039 \r
7040 \begin_layout Plain Layout\r
7041 \r
7042 \r
7043 \backslash\r
7044 spce \r
7045 \end_layout\r
7046 \r
7047 \end_inset\r
7048 \r
7049 \r
7050 \series default\r
7051 \r
7052 \backslash\r
7053 Bigr)\r
7054 \end_layout\r
7055 \r
7056 \end_inset\r
7057 </cell>\r
7058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
7059 \begin_inset Text\r
7060 \r
7061 \begin_layout Plain Layout\r
7062 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$\r
7063 \end_inset\r
7064 \r
7065 \r
7066 \end_layout\r
7067 \r
7068 \end_inset\r
7069 </cell>\r
7070 </row>\r
7071 <row>\r
7072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
7073 \begin_inset Text\r
7074 \r
7075 \begin_layout Plain Layout\r
7076 \r
7077 \backslash\r
7078 bigl)\r
7079 \backslash\r
7080 ln(3x)\r
7081 \backslash\r
7082 bigr(\r
7083 \end_layout\r
7084 \r
7085 \end_inset\r
7086 </cell>\r
7087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
7088 \begin_inset Text\r
7089 \r
7090 \begin_layout Plain Layout\r
7091 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$\r
7092 \end_inset\r
7093 \r
7094 \r
7095 \end_layout\r
7096 \r
7097 \end_inset\r
7098 </cell>\r
7099 </row>\r
7100 </lyxtabular>\r
7101 \r
7102 \end_inset\r
7103 \r
7104 \r
7105 \end_layout\r
7106 \r
7107 \begin_layout Subsubsection\r
7108 Automatic Bracket Size\r
7109 \begin_inset CommandInset label\r
7110 LatexCommand label\r
7111 name "sub:Automatic-Bracket-Size"\r
7112 \r
7113 \end_inset\r
7114 \r
7115 \r
7116 \begin_inset Index idx\r
7117 status collapsed\r
7118 \r
7119 \begin_layout Plain Layout\r
7120 Bracket size ! automatic\r
7121 \end_layout\r
7122 \r
7123 \end_inset\r
7124 \r
7125 \r
7126 \end_layout\r
7127 \r
7128 \begin_layout Standard\r
7129 Brackets with variable size can be inserted with the commands \r
7130 \series bold\r
7131 \r
7132 \backslash\r
7133 left\r
7134 \series default\r
7135 \r
7136 \begin_inset Index idx\r
7137 status collapsed\r
7138 \r
7139 \begin_layout Plain Layout\r
7140 Commands ! L ! \r
7141 \backslash\r
7142 left\r
7143 \end_layout\r
7144 \r
7145 \end_inset\r
7146 \r
7147  and \r
7148 \series bold\r
7149 \r
7150 \backslash\r
7151 right\r
7152 \series default\r
7153 \r
7154 \begin_inset Index idx\r
7155 status collapsed\r
7156 \r
7157 \begin_layout Plain Layout\r
7158 Commands ! R ! \r
7159 \backslash\r
7160 right\r
7161 \end_layout\r
7162 \r
7163 \end_inset\r
7164 \r
7165  or via the math toolbar button \r
7166 \begin_inset Graphics\r
7167         filename ../images/dialog-show_mathdelimiter.png\r
7168         scale 85\r
7169 \r
7170 \end_inset\r
7171 \r
7172 .\r
7173  Directly behind \r
7174 \series bold\r
7175 \r
7176 \backslash\r
7177 left\r
7178 \series default\r
7179  and \r
7180 \series bold\r
7181 \r
7182 \backslash\r
7183 right\r
7184 \series default\r
7185  the wanted bracket must be inserted.\r
7186  The bracket size will then automatically be calculated for the output.\r
7187 \end_layout\r
7188 \r
7189 \begin_layout Standard\r
7190 \align center\r
7191 normal bracket: The command \r
7192 \series bold\r
7193 \r
7194 \backslash\r
7195 ln(\r
7196 \backslash\r
7197 frac\r
7198 \begin_inset ERT\r
7199 status collapsed\r
7200 \r
7201 \begin_layout Plain Layout\r
7202 \r
7203 \r
7204 \backslash\r
7205 spce \r
7206 \end_layout\r
7207 \r
7208 \end_inset\r
7209 \r
7210 A\r
7211 \begin_inset Formula $\downarrow$\r
7212 \end_inset\r
7213 \r
7214 C\r
7215 \begin_inset ERT\r
7216 status collapsed\r
7217 \r
7218 \begin_layout Plain Layout\r
7219 \r
7220 \r
7221 \backslash\r
7222 spce \r
7223 \end_layout\r
7224 \r
7225 \end_inset\r
7226 \r
7227 )\r
7228 \series default\r
7229  creates\r
7230 \begin_inset Formula \r
7231 \[\r
7232 \ln(\frac{A}{C})\r
7233 \]\r
7234 \r
7235 \end_inset\r
7236 \r
7237 \r
7238 \end_layout\r
7239 \r
7240 \begin_layout Standard\r
7241 \align center\r
7242 multiline bracket: The command \r
7243 \series bold\r
7244 \r
7245 \backslash\r
7246 ln\r
7247 \backslash\r
7248 left(\r
7249 \backslash\r
7250 frac\r
7251 \begin_inset ERT\r
7252 status collapsed\r
7253 \r
7254 \begin_layout Plain Layout\r
7255 \r
7256 \r
7257 \backslash\r
7258 spce \r
7259 \end_layout\r
7260 \r
7261 \end_inset\r
7262 \r
7263 A\r
7264 \begin_inset Formula $\downarrow$\r
7265 \end_inset\r
7266 \r
7267 C\r
7268 \begin_inset ERT\r
7269 status collapsed\r
7270 \r
7271 \begin_layout Plain Layout\r
7272 \r
7273 \r
7274 \backslash\r
7275 spce \r
7276 \end_layout\r
7277 \r
7278 \end_inset\r
7279 \r
7280 \r
7281 \backslash\r
7282 right)\r
7283 \series default\r
7284  creates\r
7285 \begin_inset Formula \r
7286 \[\r
7287 \ln\left(\frac{A}{C}\right)\r
7288 \]\r
7289 \r
7290 \end_inset\r
7291 \r
7292 \r
7293 \end_layout\r
7294 \r
7295 \begin_layout Standard\r
7296 Instead of \r
7297 \series bold\r
7298 \r
7299 \backslash\r
7300 left\r
7301 \series default\r
7302  and \r
7303 \series bold\r
7304 \r
7305 \backslash\r
7306 right\r
7307 \series default\r
7308  the shortcut \r
7309 \family sans\r
7310 Alt+M\r
7311 \begin_inset space ~\r
7312 \end_inset\r
7313 \r
7314 Bracket\r
7315 \family default\r
7316  can be used.\r
7317  This has the advantage that you can see in LyX immediately the real bracket\r
7318  size and that the matching right bracket will be created too.\r
7319 \begin_inset Newline newline\r
7320 \end_inset\r
7321 \r
7322 The command for the last example would then be: \r
7323 \series bold\r
7324 \r
7325 \backslash\r
7326 ln Alt+M\r
7327 \series default\r
7328  \r
7329 \series bold\r
7330 (\r
7331 \backslash\r
7332 frac\r
7333 \begin_inset ERT\r
7334 status collapsed\r
7335 \r
7336 \begin_layout Plain Layout\r
7337 \r
7338 \r
7339 \backslash\r
7340 spce \r
7341 \end_layout\r
7342 \r
7343 \end_inset\r
7344 \r
7345 A\r
7346 \begin_inset Formula $\downarrow$\r
7347 \end_inset\r
7348 \r
7349 C\r
7350 \end_layout\r
7351 \r
7352 \begin_layout Standard\r
7353 To omit a left or right bracket, a dot is inserted for the omitted bracket.\r
7354  For example the command \r
7355 \series bold\r
7356 \r
7357 \backslash\r
7358 left.\r
7359 \backslash\r
7360 frac\r
7361 \begin_inset ERT\r
7362 status collapsed\r
7363 \r
7364 \begin_layout Plain Layout\r
7365 \r
7366 \r
7367 \backslash\r
7368 spce \r
7369 \end_layout\r
7370 \r
7371 \end_inset\r
7372 \r
7373 A\r
7374 \begin_inset Formula $\downarrow$\r
7375 \end_inset\r
7376 \r
7377 B\r
7378 \begin_inset ERT\r
7379 status collapsed\r
7380 \r
7381 \begin_layout Plain Layout\r
7382 \r
7383 \r
7384 \backslash\r
7385 spce \r
7386 \end_layout\r
7387 \r
7388 \end_inset\r
7389 \r
7390 \r
7391 \backslash\r
7392 right}\r
7393 \series default\r
7394  creates:\r
7395 \series bold\r
7396 \r
7397 \begin_inset Formula \r
7398 \[\r
7399 \left.\frac{A}{B}\right\} \r
7400 \]\r
7401 \r
7402 \end_inset\r
7403 \r
7404 \r
7405 \series default\r
7406 The commands \r
7407 \series bold\r
7408 \r
7409 \backslash\r
7410 left\r
7411 \series default\r
7412  and \r
7413 \series bold\r
7414 \r
7415 \backslash\r
7416 right\r
7417 \series default\r
7418  will be converted by LyX to brackets in the right size when the document\r
7419  is reloaded and an omitted bracket will appear as dashed line.\r
7420 \end_layout\r
7421 \r
7422 \begin_layout Standard\r
7423 \begin_inset VSpace bigskip\r
7424 \end_inset\r
7425 \r
7426 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,\r
7427  the command \r
7428 \series bold\r
7429 \r
7430 \backslash\r
7431 middle\r
7432 \series default\r
7433 \r
7434 \begin_inset Index idx\r
7435 status collapsed\r
7436 \r
7437 \begin_layout Plain Layout\r
7438 Commands ! M ! \r
7439 \backslash\r
7440 middle\r
7441 \end_layout\r
7442 \r
7443 \end_inset\r
7444 \r
7445  is additionally available for all brackets and limits.\r
7446  With this command the height of the following character is adapted to the\r
7447  one of the surrounding brackets, what is e.\r
7448 \begin_inset space \thinspace{}\r
7449 \end_inset\r
7450 \r
7451 g.\r
7452 \begin_inset space \space{}\r
7453 \end_inset\r
7454 \r
7455 needed for physical vectors:\r
7456 \begin_inset Formula \r
7457 \[\r
7458 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \r
7459 \]\r
7460 \r
7461 \end_inset\r
7462 \r
7463 For physical vectors there is a special LaTeX-package, described in \r
7464 \begin_inset CommandInset ref\r
7465 LatexCommand ref\r
7466 reference "sub:Physical-Vectors"\r
7467 \r
7468 \end_inset\r
7469 \r
7470 .\r
7471 \end_layout\r
7472 \r
7473 \begin_layout Subsection\r
7474 Horizontal Brackets\r
7475 \begin_inset Index idx\r
7476 status collapsed\r
7477 \r
7478 \begin_layout Plain Layout\r
7479 Brackets ! horizontal\r
7480 \end_layout\r
7481 \r
7482 \end_inset\r
7483 \r
7484 \r
7485 \end_layout\r
7486 \r
7487 \begin_layout Standard\r
7488 \align center\r
7489 \begin_inset Tabular\r
7490 <lyxtabular version="3" rows="4" columns="2">\r
7491 <features rotate="0" tabularvalignment="middle">\r
7492 <column alignment="center" valignment="top" width="0pt">\r
7493 <column alignment="center" valignment="top" width="0pt">\r
7494 <row>\r
7495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
7496 \begin_inset Text\r
7497 \r
7498 \begin_layout Plain Layout\r
7499 Command\r
7500 \begin_inset Note Note\r
7501 status collapsed\r
7502 \r
7503 \begin_layout Plain Layout\r
7504 \r
7505 \series bold\r
7506 \r
7507 \backslash\r
7508 raisebox\r
7509 \series default\r
7510  is only used as spacer.\r
7511 \end_layout\r
7512 \r
7513 \end_inset\r
7514 \r
7515 \r
7516 \end_layout\r
7517 \r
7518 \end_inset\r
7519 </cell>\r
7520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
7521 \begin_inset Text\r
7522 \r
7523 \begin_layout Plain Layout\r
7524 Result\r
7525 \end_layout\r
7526 \r
7527 \end_inset\r
7528 </cell>\r
7529 </row>\r
7530 <row>\r
7531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
7532 \begin_inset Text\r
7533 \r
7534 \begin_layout Plain Layout\r
7535 \begin_inset ERT\r
7536 status collapsed\r
7537 \r
7538 \begin_layout Plain Layout\r
7539 \r
7540 \r
7541 \backslash\r
7542 raisebox{2.3mm}{\r
7543 \end_layout\r
7544 \r
7545 \end_inset\r
7546 \r
7547 \r
7548 \backslash\r
7549 overbrace\r
7550 \begin_inset ERT\r
7551 status collapsed\r
7552 \r
7553 \begin_layout Plain Layout\r
7554 \r
7555 \r
7556 \backslash\r
7557 spce \r
7558 \end_layout\r
7559 \r
7560 \end_inset\r
7561 \r
7562 A+B\r
7563 \begin_inset ERT\r
7564 status collapsed\r
7565 \r
7566 \begin_layout Plain Layout\r
7567 \r
7568 \r
7569 \backslash\r
7570 spce \r
7571 \end_layout\r
7572 \r
7573 \end_inset\r
7574 \r
7575 ^\r
7576 \begin_inset ERT\r
7577 status collapsed\r
7578 \r
7579 \begin_layout Plain Layout\r
7580 \r
7581 \r
7582 \backslash\r
7583 spce \r
7584 \end_layout\r
7585 \r
7586 \end_inset\r
7587 \r
7588 3\r
7589 \begin_inset ERT\r
7590 status collapsed\r
7591 \r
7592 \begin_layout Plain Layout\r
7593 \r
7594 }\r
7595 \end_layout\r
7596 \r
7597 \end_inset\r
7598 \r
7599 \r
7600 \begin_inset Index idx\r
7601 status collapsed\r
7602 \r
7603 \begin_layout Plain Layout\r
7604 Commands ! O ! \r
7605 \backslash\r
7606 overbrace\r
7607 \end_layout\r
7608 \r
7609 \end_inset\r
7610 \r
7611 \r
7612 \end_layout\r
7613 \r
7614 \end_inset\r
7615 </cell>\r
7616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
7617 \begin_inset Text\r
7618 \r
7619 \begin_layout Plain Layout\r
7620 \begin_inset Formula $\overbrace{A+B}^{3}$\r
7621 \end_inset\r
7622 \r
7623 \r
7624 \end_layout\r
7625 \r
7626 \end_inset\r
7627 </cell>\r
7628 </row>\r
7629 <row>\r
7630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
7631 \begin_inset Text\r
7632 \r
7633 \begin_layout Plain Layout\r
7634 \begin_inset ERT\r
7635 status collapsed\r
7636 \r
7637 \begin_layout Plain Layout\r
7638 \r
7639 \r
7640 \backslash\r
7641 raisebox{-2.2mm}{\r
7642 \end_layout\r
7643 \r
7644 \end_inset\r
7645 \r
7646 \r
7647 \backslash\r
7648 underbrace\r
7649 \begin_inset ERT\r
7650 status collapsed\r
7651 \r
7652 \begin_layout Plain Layout\r
7653 \r
7654 \r
7655 \backslash\r
7656 spce \r
7657 \end_layout\r
7658 \r
7659 \end_inset\r
7660 \r
7661 A+B\r
7662 \begin_inset ERT\r
7663 status collapsed\r
7664 \r
7665 \begin_layout Plain Layout\r
7666 \r
7667 \r
7668 \backslash\r
7669 spce \r
7670 \end_layout\r
7671 \r
7672 \end_inset\r
7673 \r
7674 _5\r
7675 \begin_inset ERT\r
7676 status collapsed\r
7677 \r
7678 \begin_layout Plain Layout\r
7679 \r
7680 }\r
7681 \end_layout\r
7682 \r
7683 \end_inset\r
7684 \r
7685 \r
7686 \begin_inset Index idx\r
7687 status collapsed\r
7688 \r
7689 \begin_layout Plain Layout\r
7690 Commands ! U ! \r
7691 \backslash\r
7692 underbrace\r
7693 \end_layout\r
7694 \r
7695 \end_inset\r
7696 \r
7697 \r
7698 \end_layout\r
7699 \r
7700 \end_inset\r
7701 </cell>\r
7702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
7703 \begin_inset Text\r
7704 \r
7705 \begin_layout Plain Layout\r
7706 \begin_inset Formula $\underbrace{A+B}_{5}$\r
7707 \end_inset\r
7708 \r
7709 \r
7710 \end_layout\r
7711 \r
7712 \end_inset\r
7713 </cell>\r
7714 </row>\r
7715 <row>\r
7716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
7717 \begin_inset Text\r
7718 \r
7719 \begin_layout Plain Layout\r
7720 \r
7721 \backslash\r
7722 overbrace\r
7723 \begin_inset ERT\r
7724 status collapsed\r
7725 \r
7726 \begin_layout Plain Layout\r
7727 \r
7728 \r
7729 \backslash\r
7730 spce \r
7731 \end_layout\r
7732 \r
7733 \end_inset\r
7734 \r
7735 \r
7736 \backslash\r
7737 underbrace\r
7738 \begin_inset ERT\r
7739 status collapsed\r
7740 \r
7741 \begin_layout Plain Layout\r
7742 \r
7743 \r
7744 \backslash\r
7745 spce \r
7746 \end_layout\r
7747 \r
7748 \end_inset\r
7749 \r
7750 A+B_w\r
7751 \begin_inset ERT\r
7752 status collapsed\r
7753 \r
7754 \begin_layout Plain Layout\r
7755 \r
7756 \r
7757 \backslash\r
7758 spce \r
7759 \end_layout\r
7760 \r
7761 \end_inset\r
7762 \r
7763 \r
7764 \begin_inset ERT\r
7765 status collapsed\r
7766 \r
7767 \begin_layout Plain Layout\r
7768 \r
7769 \r
7770 \backslash\r
7771 spce \r
7772 \end_layout\r
7773 \r
7774 \end_inset\r
7775 \r
7776 _7\r
7777 \begin_inset ERT\r
7778 status collapsed\r
7779 \r
7780 \begin_layout Plain Layout\r
7781 \r
7782 \r
7783 \backslash\r
7784 spce \r
7785 \end_layout\r
7786 \r
7787 \end_inset\r
7788 \r
7789 \r
7790 \begin_inset ERT\r
7791 status collapsed\r
7792 \r
7793 \begin_layout Plain Layout\r
7794 \r
7795 \r
7796 \backslash\r
7797 spce \r
7798 \end_layout\r
7799 \r
7800 \end_inset\r
7801 \r
7802 ^\r
7803 \begin_inset ERT\r
7804 status collapsed\r
7805 \r
7806 \begin_layout Plain Layout\r
7807 \r
7808 \r
7809 \backslash\r
7810 spce \r
7811 \end_layout\r
7812 \r
7813 \end_inset\r
7814 \r
7815 C\r
7816 \end_layout\r
7817 \r
7818 \end_inset\r
7819 </cell>\r
7820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
7821 \begin_inset Text\r
7822 \r
7823 \begin_layout Plain Layout\r
7824 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$\r
7825 \end_inset\r
7826 \r
7827 \r
7828 \end_layout\r
7829 \r
7830 \end_inset\r
7831 </cell>\r
7832 </row>\r
7833 </lyxtabular>\r
7834 \r
7835 \end_inset\r
7836 \r
7837 \r
7838 \end_layout\r
7839 \r
7840 \begin_layout Standard\r
7841 In the last example it doesn't matter if \r
7842 \series bold\r
7843 \r
7844 \backslash\r
7845 overbrace\r
7846 \series default\r
7847  or \r
7848 \series bold\r
7849 \r
7850 \backslash\r
7851 underbrace\r
7852 \series default\r
7853  is inserted at first.\r
7854 \end_layout\r
7855 \r
7856 \begin_layout Standard\r
7857 \begin_inset VSpace bigskip\r
7858 \end_inset\r
7859 \r
7860 When brackets are needed that overlap each other, multiline formulas, as\r
7861  described in \r
7862 \begin_inset CommandInset ref\r
7863 LatexCommand ref\r
7864 reference "sec:Multiline-Formulas"\r
7865 \r
7866 \end_inset\r
7867 \r
7868 , must be used:\r
7869 \begin_inset Formula \r
7870 \begin{eqnarray*}\r
7871 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\\r
7872  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\r
7873 \end{eqnarray*}\r
7874 \r
7875 \end_inset\r
7876 \r
7877 In the first row the formula is inserted together with the first brace.\r
7878  It is hereby important that the space command\r
7879 \begin_inset Foot\r
7880 status collapsed\r
7881 \r
7882 \begin_layout Plain Layout\r
7883 Space commands are explained in \r
7884 \begin_inset CommandInset ref\r
7885 LatexCommand ref\r
7886 reference "sub:Predefined-Space"\r
7887 \r
7888 \end_inset\r
7889 \r
7890 .\r
7891 \end_layout\r
7892 \r
7893 \end_inset\r
7894 \r
7895  \r
7896 \series bold\r
7897 \r
7898 \backslash\r
7899 :\r
7900 \series default\r
7901  is inserted before the first \r
7902 \begin_inset Formula $d$\r
7903 \end_inset\r
7904 \r
7905 , because the brace that ends behind the \r
7906 \begin_inset Formula $q$\r
7907 \end_inset\r
7908 \r
7909  prevents that the following \r
7910 \begin_inset Quotes eld\r
7911 \end_inset\r
7912 \r
7913 +\r
7914 \begin_inset Quotes erd\r
7915 \end_inset\r
7916 \r
7917  is surrounded by space.\r
7918 \begin_inset Foot\r
7919 status collapsed\r
7920 \r
7921 \begin_layout Plain Layout\r
7922 because a bracket is not handled as a character, see \r
7923 \begin_inset CommandInset ref\r
7924 LatexCommand ref\r
7925 reference "sub:Binary-Operators"\r
7926 \r
7927 \end_inset\r
7928 \r
7929 \r
7930 \end_layout\r
7931 \r
7932 \end_inset\r
7933 \r
7934  In the second row the second brace is inserted.\r
7935  As it should begin before the \r
7936 \begin_inset Formula $b$\r
7937 \end_inset\r
7938 \r
7939 , first the command \r
7940 \series bold\r
7941 \r
7942 \backslash\r
7943 hphantom{gggg+\r
7944 \backslash\r
7945 :}\r
7946 \series default\r
7947  is inserted.\r
7948 \begin_inset Foot\r
7949 status collapsed\r
7950 \r
7951 \begin_layout Plain Layout\r
7952 more about \r
7953 \series bold\r
7954 \r
7955 \backslash\r
7956 hphantom\r
7957 \series default\r
7958  see \r
7959 \begin_inset CommandInset ref\r
7960 LatexCommand ref\r
7961 reference "sub:Placeholders"\r
7962 \r
7963 \end_inset\r
7964 \r
7965 \r
7966 \end_layout\r
7967 \r
7968 \end_inset\r
7969 \r
7970  This space is needed because the \r
7971 \begin_inset Quotes eld\r
7972 \end_inset\r
7973 \r
7974 +\r
7975 \begin_inset Quotes erd\r
7976 \end_inset\r
7977 \r
7978  is also surrounded by space in the formula.\r
7979  The brace is placed under the command \r
7980 \series bold\r
7981 \r
7982 \backslash\r
7983 hphantom{bbqq+dddd}\r
7984 \series default\r
7985 .\r
7986 \end_layout\r
7987 \r
7988 \begin_layout Standard\r
7989 It gets more complicated when brackets overlap each other, like in the following\r
7990  example:\r
7991 \begin_inset ERT\r
7992 status collapsed\r
7993 \r
7994 \begin_layout Plain Layout\r
7995 \r
7996 \r
7997 \backslash\r
7998 setlength{\r
7999 \backslash\r
8000 jot}{-6pt}\r
8001 \end_layout\r
8002 \r
8003 \end_inset\r
8004 \r
8005 \r
8006 \begin_inset Formula \r
8007 \begin{eqnarray*}\r
8008  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\\r
8009 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\r
8010 \end{eqnarray*}\r
8011 \r
8012 \end_inset\r
8013 \r
8014 \r
8015 \begin_inset ERT\r
8016 status collapsed\r
8017 \r
8018 \begin_layout Plain Layout\r
8019 \r
8020 \r
8021 \backslash\r
8022 setlength{\r
8023 \backslash\r
8024 jot}{3pt}\r
8025 \end_layout\r
8026 \r
8027 \end_inset\r
8028 \r
8029 The first formula row is the same as the second row of the previous example,\r
8030  with the difference that the brace is above.\r
8031  The second row contains the formula together with the second brace.\r
8032  To avoid that there is space between the upper brace in the first row and\r
8033  the formula, the row spacing needs to be reduced.\r
8034  This is not easily possible due to a bug in LyX\r
8035 \begin_inset Foot\r
8036 status collapsed\r
8037 \r
8038 \begin_layout Plain Layout\r
8039 \begin_inset CommandInset href\r
8040 LatexCommand href\r
8041 name "LyX-bug #1505"\r
8042 target "http://www.lyx.org/trac/ticket/1505"\r
8043 \r
8044 \end_inset\r
8045 \r
8046 \r
8047 \end_layout\r
8048 \r
8049 \end_inset\r
8050 \r
8051 .\r
8052  As a solution for the problem, the global formula row separation \r
8053 \series bold\r
8054 \r
8055 \backslash\r
8056 jot\r
8057 \series default\r
8058 \r
8059 \begin_inset Index idx\r
8060 status collapsed\r
8061 \r
8062 \begin_layout Plain Layout\r
8063 Commands ! J ! \r
8064 \backslash\r
8065 jot\r
8066 \end_layout\r
8067 \r
8068 \end_inset\r
8069 \r
8070  must be changed to -6\r
8071 \begin_inset space \thinspace{}\r
8072 \end_inset\r
8073 \r
8074 pt before the formula with the command \r
8075 \series bold\r
8076 \r
8077 \backslash\r
8078 setlength{\r
8079 \backslash\r
8080 jot}{-6pt}\r
8081 \series default\r
8082  in TeX-mode.\r
8083  \r
8084 \series bold\r
8085 \r
8086 \backslash\r
8087 jot\r
8088 \series default\r
8089  is set back after the formula to the standard value of 3\r
8090 \begin_inset space \thinspace{}\r
8091 \end_inset\r
8092 \r
8093 pt using the same command.\r
8094  More about the row separation in formulas is explained in \r
8095 \begin_inset CommandInset ref\r
8096 LatexCommand ref\r
8097 reference "sub:Line-Separation"\r
8098 \r
8099 \end_inset\r
8100 \r
8101 .\r
8102 \end_layout\r
8103 \r
8104 \begin_layout Section\r
8105 Arrows\r
8106 \begin_inset Index idx\r
8107 status collapsed\r
8108 \r
8109 \begin_layout Plain Layout\r
8110 Arrows\r
8111 \end_layout\r
8112 \r
8113 \end_inset\r
8114 \r
8115 \r
8116 \end_layout\r
8117 \r
8118 \begin_layout Standard\r
8119 Arrows can be inserted via the math toolbar button \r
8120 \begin_inset Graphics\r
8121         filename ../images/math/leftarrow.png\r
8122         scale 85\r
8123 \r
8124 \end_inset\r
8125 \r
8126  or the commands listed in the following subsections.\r
8127 \end_layout\r
8128 \r
8129 \begin_layout Subsection\r
8130 Horizontal Arrows\r
8131 \begin_inset Index idx\r
8132 status collapsed\r
8133 \r
8134 \begin_layout Plain Layout\r
8135 Arrows ! horizontal\r
8136 \end_layout\r
8137 \r
8138 \end_inset\r
8139 \r
8140 \r
8141 \end_layout\r
8142 \r
8143 \begin_layout Standard\r
8144 \begin_inset space \hfill{}\r
8145 \end_inset\r
8146 \r
8147 \r
8148 \begin_inset Tabular\r
8149 <lyxtabular version="3" rows="8" columns="2">\r
8150 <features rotate="0" tabularvalignment="middle">\r
8151 <column alignment="center" valignment="top" width="0pt">\r
8152 <column alignment="center" valignment="top" width="0pt">\r
8153 <row>\r
8154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
8155 \begin_inset Text\r
8156 \r
8157 \begin_layout Plain Layout\r
8158 Command\r
8159 \end_layout\r
8160 \r
8161 \end_inset\r
8162 </cell>\r
8163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8164 \begin_inset Text\r
8165 \r
8166 \begin_layout Plain Layout\r
8167 Result\r
8168 \end_layout\r
8169 \r
8170 \end_inset\r
8171 </cell>\r
8172 </row>\r
8173 <row>\r
8174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8175 \begin_inset Text\r
8176 \r
8177 \begin_layout Plain Layout\r
8178 \r
8179 \backslash\r
8180 gets\r
8181 \end_layout\r
8182 \r
8183 \end_inset\r
8184 </cell>\r
8185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8186 \begin_inset Text\r
8187 \r
8188 \begin_layout Plain Layout\r
8189 \begin_inset Formula $\gets$\r
8190 \end_inset\r
8191 \r
8192 \r
8193 \end_layout\r
8194 \r
8195 \end_inset\r
8196 </cell>\r
8197 </row>\r
8198 <row>\r
8199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8200 \begin_inset Text\r
8201 \r
8202 \begin_layout Plain Layout\r
8203 \r
8204 \backslash\r
8205 Leftarrow\r
8206 \end_layout\r
8207 \r
8208 \end_inset\r
8209 </cell>\r
8210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8211 \begin_inset Text\r
8212 \r
8213 \begin_layout Plain Layout\r
8214 \begin_inset Formula $\Leftarrow$\r
8215 \end_inset\r
8216 \r
8217 \r
8218 \end_layout\r
8219 \r
8220 \end_inset\r
8221 </cell>\r
8222 </row>\r
8223 <row>\r
8224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
8225 \begin_inset Text\r
8226 \r
8227 \begin_layout Plain Layout\r
8228 \r
8229 \backslash\r
8230 longleftarrow\r
8231 \end_layout\r
8232 \r
8233 \end_inset\r
8234 </cell>\r
8235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8236 \begin_inset Text\r
8237 \r
8238 \begin_layout Plain Layout\r
8239 \begin_inset Formula $\longleftarrow$\r
8240 \end_inset\r
8241 \r
8242 \r
8243 \end_layout\r
8244 \r
8245 \end_inset\r
8246 </cell>\r
8247 </row>\r
8248 <row>\r
8249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
8250 \begin_inset Text\r
8251 \r
8252 \begin_layout Plain Layout\r
8253 \r
8254 \backslash\r
8255 Longleftarrow\r
8256 \end_layout\r
8257 \r
8258 \end_inset\r
8259 </cell>\r
8260 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8261 \begin_inset Text\r
8262 \r
8263 \begin_layout Plain Layout\r
8264 \begin_inset Formula $\Longleftarrow$\r
8265 \end_inset\r
8266 \r
8267 \r
8268 \end_layout\r
8269 \r
8270 \end_inset\r
8271 </cell>\r
8272 </row>\r
8273 <row>\r
8274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
8275 \begin_inset Text\r
8276 \r
8277 \begin_layout Plain Layout\r
8278 \r
8279 \backslash\r
8280 leftharpoonup\r
8281 \end_layout\r
8282 \r
8283 \end_inset\r
8284 </cell>\r
8285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8286 \begin_inset Text\r
8287 \r
8288 \begin_layout Plain Layout\r
8289 \begin_inset Formula $\leftharpoonup$\r
8290 \end_inset\r
8291 \r
8292 \r
8293 \end_layout\r
8294 \r
8295 \end_inset\r
8296 </cell>\r
8297 </row>\r
8298 <row>\r
8299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
8300 \begin_inset Text\r
8301 \r
8302 \begin_layout Plain Layout\r
8303 \r
8304 \backslash\r
8305 leftharpoondown\r
8306 \end_layout\r
8307 \r
8308 \end_inset\r
8309 </cell>\r
8310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8311 \begin_inset Text\r
8312 \r
8313 \begin_layout Plain Layout\r
8314 \begin_inset Formula $\leftharpoondown$\r
8315 \end_inset\r
8316 \r
8317 \r
8318 \end_layout\r
8319 \r
8320 \end_inset\r
8321 </cell>\r
8322 </row>\r
8323 <row>\r
8324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
8325 \begin_inset Text\r
8326 \r
8327 \begin_layout Plain Layout\r
8328 \r
8329 \backslash\r
8330 hookleftarrow\r
8331 \end_layout\r
8332 \r
8333 \end_inset\r
8334 </cell>\r
8335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8336 \begin_inset Text\r
8337 \r
8338 \begin_layout Plain Layout\r
8339 \begin_inset Formula $\hookleftarrow$\r
8340 \end_inset\r
8341 \r
8342 \r
8343 \end_layout\r
8344 \r
8345 \end_inset\r
8346 </cell>\r
8347 </row>\r
8348 </lyxtabular>\r
8349 \r
8350 \end_inset\r
8351 \r
8352 \r
8353 \begin_inset space \hfill{}\r
8354 \end_inset\r
8355 \r
8356 \r
8357 \begin_inset Tabular\r
8358 <lyxtabular version="3" rows="8" columns="2">\r
8359 <features rotate="0" tabularvalignment="middle">\r
8360 <column alignment="center" valignment="top" width="0pt">\r
8361 <column alignment="center" valignment="top" width="0pt">\r
8362 <row>\r
8363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
8364 \begin_inset Text\r
8365 \r
8366 \begin_layout Plain Layout\r
8367 Command\r
8368 \end_layout\r
8369 \r
8370 \end_inset\r
8371 </cell>\r
8372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8373 \begin_inset Text\r
8374 \r
8375 \begin_layout Plain Layout\r
8376 Result\r
8377 \end_layout\r
8378 \r
8379 \end_inset\r
8380 </cell>\r
8381 </row>\r
8382 <row>\r
8383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8384 \begin_inset Text\r
8385 \r
8386 \begin_layout Plain Layout\r
8387 \r
8388 \backslash\r
8389 to\r
8390 \end_layout\r
8391 \r
8392 \end_inset\r
8393 </cell>\r
8394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8395 \begin_inset Text\r
8396 \r
8397 \begin_layout Plain Layout\r
8398 \begin_inset Formula $\to$\r
8399 \end_inset\r
8400 \r
8401 \r
8402 \end_layout\r
8403 \r
8404 \end_inset\r
8405 </cell>\r
8406 </row>\r
8407 <row>\r
8408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8409 \begin_inset Text\r
8410 \r
8411 \begin_layout Plain Layout\r
8412 \r
8413 \backslash\r
8414 Rightarrow\r
8415 \end_layout\r
8416 \r
8417 \end_inset\r
8418 </cell>\r
8419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8420 \begin_inset Text\r
8421 \r
8422 \begin_layout Plain Layout\r
8423 \begin_inset Formula $\Rightarrow$\r
8424 \end_inset\r
8425 \r
8426 \r
8427 \end_layout\r
8428 \r
8429 \end_inset\r
8430 </cell>\r
8431 </row>\r
8432 <row>\r
8433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8434 \begin_inset Text\r
8435 \r
8436 \begin_layout Plain Layout\r
8437 \r
8438 \backslash\r
8439 longrightarrow\r
8440 \end_layout\r
8441 \r
8442 \end_inset\r
8443 </cell>\r
8444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8445 \begin_inset Text\r
8446 \r
8447 \begin_layout Plain Layout\r
8448 \begin_inset Formula $\longrightarrow$\r
8449 \end_inset\r
8450 \r
8451 \r
8452 \end_layout\r
8453 \r
8454 \end_inset\r
8455 </cell>\r
8456 </row>\r
8457 <row>\r
8458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8459 \begin_inset Text\r
8460 \r
8461 \begin_layout Plain Layout\r
8462 \r
8463 \backslash\r
8464 Longrightarrow\r
8465 \end_layout\r
8466 \r
8467 \end_inset\r
8468 </cell>\r
8469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8470 \begin_inset Text\r
8471 \r
8472 \begin_layout Plain Layout\r
8473 \begin_inset Formula $\Longrightarrow$\r
8474 \end_inset\r
8475 \r
8476 \r
8477 \end_layout\r
8478 \r
8479 \end_inset\r
8480 </cell>\r
8481 </row>\r
8482 <row>\r
8483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8484 \begin_inset Text\r
8485 \r
8486 \begin_layout Plain Layout\r
8487 \r
8488 \backslash\r
8489 rightharpoonup\r
8490 \end_layout\r
8491 \r
8492 \end_inset\r
8493 </cell>\r
8494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8495 \begin_inset Text\r
8496 \r
8497 \begin_layout Plain Layout\r
8498 \begin_inset Formula $\rightharpoonup$\r
8499 \end_inset\r
8500 \r
8501 \r
8502 \end_layout\r
8503 \r
8504 \end_inset\r
8505 </cell>\r
8506 </row>\r
8507 <row>\r
8508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
8509 \begin_inset Text\r
8510 \r
8511 \begin_layout Plain Layout\r
8512 \r
8513 \backslash\r
8514 rightharpoondown\r
8515 \end_layout\r
8516 \r
8517 \end_inset\r
8518 </cell>\r
8519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8520 \begin_inset Text\r
8521 \r
8522 \begin_layout Plain Layout\r
8523 \begin_inset Formula $\rightharpoondown$\r
8524 \end_inset\r
8525 \r
8526 \r
8527 \end_layout\r
8528 \r
8529 \end_inset\r
8530 </cell>\r
8531 </row>\r
8532 <row>\r
8533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
8534 \begin_inset Text\r
8535 \r
8536 \begin_layout Plain Layout\r
8537 \r
8538 \backslash\r
8539 hookrightarrow\r
8540 \end_layout\r
8541 \r
8542 \end_inset\r
8543 </cell>\r
8544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8545 \begin_inset Text\r
8546 \r
8547 \begin_layout Plain Layout\r
8548 \begin_inset Formula $\hookrightarrow$\r
8549 \end_inset\r
8550 \r
8551 \r
8552 \end_layout\r
8553 \r
8554 \end_inset\r
8555 </cell>\r
8556 </row>\r
8557 </lyxtabular>\r
8558 \r
8559 \end_inset\r
8560 \r
8561 \r
8562 \begin_inset space \hfill{}\r
8563 \end_inset\r
8564 \r
8565 \r
8566 \end_layout\r
8567 \r
8568 \begin_layout Standard\r
8569 \begin_inset space \hfill{}\r
8570 \end_inset\r
8571 \r
8572 \r
8573 \begin_inset Tabular\r
8574 <lyxtabular version="3" rows="6" columns="2">\r
8575 <features rotate="0" tabularvalignment="middle">\r
8576 <column alignment="center" valignment="top" width="0pt">\r
8577 <column alignment="center" valignment="top" width="0pt">\r
8578 <row>\r
8579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
8580 \begin_inset Text\r
8581 \r
8582 \begin_layout Plain Layout\r
8583 Command\r
8584 \end_layout\r
8585 \r
8586 \end_inset\r
8587 </cell>\r
8588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8589 \begin_inset Text\r
8590 \r
8591 \begin_layout Plain Layout\r
8592 Result\r
8593 \end_layout\r
8594 \r
8595 \end_inset\r
8596 </cell>\r
8597 </row>\r
8598 <row>\r
8599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8600 \begin_inset Text\r
8601 \r
8602 \begin_layout Plain Layout\r
8603 \r
8604 \backslash\r
8605 leftrightarrow\r
8606 \end_layout\r
8607 \r
8608 \end_inset\r
8609 </cell>\r
8610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8611 \begin_inset Text\r
8612 \r
8613 \begin_layout Plain Layout\r
8614 \begin_inset Formula $\leftrightarrow$\r
8615 \end_inset\r
8616 \r
8617 \r
8618 \end_layout\r
8619 \r
8620 \end_inset\r
8621 </cell>\r
8622 </row>\r
8623 <row>\r
8624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8625 \begin_inset Text\r
8626 \r
8627 \begin_layout Plain Layout\r
8628 \r
8629 \backslash\r
8630 Leftrightarrow\r
8631 \end_layout\r
8632 \r
8633 \end_inset\r
8634 </cell>\r
8635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8636 \begin_inset Text\r
8637 \r
8638 \begin_layout Plain Layout\r
8639 \begin_inset Formula $\Leftrightarrow$\r
8640 \end_inset\r
8641 \r
8642 \r
8643 \end_layout\r
8644 \r
8645 \end_inset\r
8646 </cell>\r
8647 </row>\r
8648 <row>\r
8649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8650 \begin_inset Text\r
8651 \r
8652 \begin_layout Plain Layout\r
8653 \r
8654 \backslash\r
8655 longleftrightarrow\r
8656 \end_layout\r
8657 \r
8658 \end_inset\r
8659 </cell>\r
8660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8661 \begin_inset Text\r
8662 \r
8663 \begin_layout Plain Layout\r
8664 \begin_inset Formula $\longleftrightarrow$\r
8665 \end_inset\r
8666 \r
8667 \r
8668 \end_layout\r
8669 \r
8670 \end_inset\r
8671 </cell>\r
8672 </row>\r
8673 <row>\r
8674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8675 \begin_inset Text\r
8676 \r
8677 \begin_layout Plain Layout\r
8678 \r
8679 \backslash\r
8680 Longleftrightarrow\r
8681 \end_layout\r
8682 \r
8683 \end_inset\r
8684 </cell>\r
8685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8686 \begin_inset Text\r
8687 \r
8688 \begin_layout Plain Layout\r
8689 \begin_inset Formula $\Longleftrightarrow$\r
8690 \end_inset\r
8691 \r
8692 \r
8693 \end_layout\r
8694 \r
8695 \end_inset\r
8696 </cell>\r
8697 </row>\r
8698 <row>\r
8699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
8700 \begin_inset Text\r
8701 \r
8702 \begin_layout Plain Layout\r
8703 \r
8704 \backslash\r
8705 rightleftharpoons\r
8706 \end_layout\r
8707 \r
8708 \end_inset\r
8709 </cell>\r
8710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8711 \begin_inset Text\r
8712 \r
8713 \begin_layout Plain Layout\r
8714 \begin_inset Formula $\rightleftharpoons$\r
8715 \end_inset\r
8716 \r
8717 \r
8718 \end_layout\r
8719 \r
8720 \end_inset\r
8721 </cell>\r
8722 </row>\r
8723 </lyxtabular>\r
8724 \r
8725 \end_inset\r
8726 \r
8727 \r
8728 \begin_inset space \hspace{}\r
8729 \length 25pt\r
8730 \end_inset\r
8731 \r
8732 \r
8733 \begin_inset space \hfill{}\r
8734 \end_inset\r
8735 \r
8736 \r
8737 \begin_inset Tabular\r
8738 <lyxtabular version="3" rows="5" columns="2">\r
8739 <features rotate="0" tabularvalignment="middle">\r
8740 <column alignment="center" valignment="top" width="0pt">\r
8741 <column alignment="center" valignment="top" width="0pt">\r
8742 <row>\r
8743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
8744 \begin_inset Text\r
8745 \r
8746 \begin_layout Plain Layout\r
8747 Command\r
8748 \end_layout\r
8749 \r
8750 \end_inset\r
8751 </cell>\r
8752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8753 \begin_inset Text\r
8754 \r
8755 \begin_layout Plain Layout\r
8756 Result\r
8757 \end_layout\r
8758 \r
8759 \end_inset\r
8760 </cell>\r
8761 </row>\r
8762 <row>\r
8763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8764 \begin_inset Text\r
8765 \r
8766 \begin_layout Plain Layout\r
8767 \r
8768 \backslash\r
8769 mapsto\r
8770 \end_layout\r
8771 \r
8772 \end_inset\r
8773 </cell>\r
8774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8775 \begin_inset Text\r
8776 \r
8777 \begin_layout Plain Layout\r
8778 \begin_inset Formula $\mapsto$\r
8779 \end_inset\r
8780 \r
8781 \r
8782 \end_layout\r
8783 \r
8784 \end_inset\r
8785 </cell>\r
8786 </row>\r
8787 <row>\r
8788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8789 \begin_inset Text\r
8790 \r
8791 \begin_layout Plain Layout\r
8792 \r
8793 \backslash\r
8794 longmapsto\r
8795 \end_layout\r
8796 \r
8797 \end_inset\r
8798 </cell>\r
8799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8800 \begin_inset Text\r
8801 \r
8802 \begin_layout Plain Layout\r
8803 \begin_inset Formula $\longmapsto$\r
8804 \end_inset\r
8805 \r
8806 \r
8807 \end_layout\r
8808 \r
8809 \end_inset\r
8810 </cell>\r
8811 </row>\r
8812 <row>\r
8813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
8814 \begin_inset Text\r
8815 \r
8816 \begin_layout Plain Layout\r
8817 \r
8818 \backslash\r
8819 leadsto\r
8820 \end_layout\r
8821 \r
8822 \end_inset\r
8823 </cell>\r
8824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
8825 \begin_inset Text\r
8826 \r
8827 \begin_layout Plain Layout\r
8828 \begin_inset Formula $\leadsto$\r
8829 \end_inset\r
8830 \r
8831 \r
8832 \end_layout\r
8833 \r
8834 \end_inset\r
8835 </cell>\r
8836 </row>\r
8837 <row>\r
8838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
8839 \begin_inset Text\r
8840 \r
8841 \begin_layout Plain Layout\r
8842 \r
8843 \backslash\r
8844 dasharrow\r
8845 \end_layout\r
8846 \r
8847 \end_inset\r
8848 </cell>\r
8849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8850 \begin_inset Text\r
8851 \r
8852 \begin_layout Plain Layout\r
8853 \begin_inset Formula $\dasharrow$\r
8854 \end_inset\r
8855 \r
8856 \r
8857 \end_layout\r
8858 \r
8859 \end_inset\r
8860 </cell>\r
8861 </row>\r
8862 </lyxtabular>\r
8863 \r
8864 \end_inset\r
8865 \r
8866 \r
8867 \begin_inset space \hfill{}\r
8868 \end_inset\r
8869 \r
8870 \r
8871 \end_layout\r
8872 \r
8873 \begin_layout Standard\r
8874 \begin_inset VSpace medskip\r
8875 \end_inset\r
8876 \r
8877 Arrows used as accents like e.\r
8878 \begin_inset space \thinspace{}\r
8879 \end_inset\r
8880 \r
8881 g.\r
8882 \begin_inset space \space{}\r
8883 \end_inset\r
8884 \r
8885 vector arrows are listed in \r
8886 \begin_inset CommandInset ref\r
8887 LatexCommand ref\r
8888 reference "sec:Accents"\r
8889 \r
8890 \end_inset\r
8891 \r
8892 .\r
8893 \end_layout\r
8894 \r
8895 \begin_layout Standard\r
8896 \begin_inset VSpace bigskip\r
8897 \end_inset\r
8898 \r
8899 Furthermore there are the labeled arrows\r
8900 \begin_inset Index idx\r
8901 status collapsed\r
8902 \r
8903 \begin_layout Plain Layout\r
8904 Arrows ! labeled\r
8905 \end_layout\r
8906 \r
8907 \end_inset\r
8908 \r
8909  \r
8910 \series bold\r
8911 \r
8912 \backslash\r
8913 xleftarrow\r
8914 \series default\r
8915 \r
8916 \begin_inset Index idx\r
8917 status collapsed\r
8918 \r
8919 \begin_layout Plain Layout\r
8920 Commands ! X ! \r
8921 \backslash\r
8922 xleftarrow\r
8923 \end_layout\r
8924 \r
8925 \end_inset\r
8926 \r
8927  and \r
8928 \series bold\r
8929 \r
8930 \backslash\r
8931 xrightarrow\r
8932 \series default\r
8933 \r
8934 \begin_inset Index idx\r
8935 status collapsed\r
8936 \r
8937 \begin_layout Plain Layout\r
8938 Commands ! X ! \r
8939 \backslash\r
8940 xrightarrow\r
8941 \begin_inset ERT\r
8942 status collapsed\r
8943 \r
8944 \begin_layout Plain Layout\r
8945 \r
8946 \r
8947 \backslash\r
8948 vspace{4mm}\r
8949 \end_layout\r
8950 \r
8951 \end_inset\r
8952 \r
8953 \r
8954 \end_layout\r
8955 \r
8956 \end_inset\r
8957 \r
8958 .\r
8959  When inserting one of these commands in a formula, an arrow with two blue\r
8960  boxes appear where the label can be inserted.\r
8961  The length of the arrow adapts to the label width.\r
8962 \end_layout\r
8963 \r
8964 \begin_layout Standard\r
8965 \align center\r
8966 \begin_inset Tabular\r
8967 <lyxtabular version="3" rows="3" columns="2">\r
8968 <features rotate="0" tabularvalignment="middle">\r
8969 <column alignment="center" valignment="top" width="0pt">\r
8970 <column alignment="center" valignment="top" width="0pt">\r
8971 <row>\r
8972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
8973 \begin_inset Text\r
8974 \r
8975 \begin_layout Plain Layout\r
8976 Command\r
8977 \end_layout\r
8978 \r
8979 \end_inset\r
8980 </cell>\r
8981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
8982 \begin_inset Text\r
8983 \r
8984 \begin_layout Plain Layout\r
8985 Result\r
8986 \begin_inset Note Note\r
8987 status collapsed\r
8988 \r
8989 \begin_layout Plain Layout\r
8990 \r
8991 \series bold\r
8992 \r
8993 \backslash\r
8994 raisebox\r
8995 \series default\r
8996  is only used as spacer.\r
8997 \end_layout\r
8998 \r
8999 \end_inset\r
9000 \r
9001 \r
9002 \end_layout\r
9003 \r
9004 \end_inset\r
9005 </cell>\r
9006 </row>\r
9007 <row>\r
9008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
9009 \begin_inset Text\r
9010 \r
9011 \begin_layout Plain Layout\r
9012 F(a)\r
9013 \backslash\r
9014 xleftarrow\r
9015 \begin_inset ERT\r
9016 status collapsed\r
9017 \r
9018 \begin_layout Plain Layout\r
9019 \r
9020 \r
9021 \backslash\r
9022 spce \r
9023 \end_layout\r
9024 \r
9025 \end_inset\r
9026 \r
9027 x=a\r
9028 \begin_inset Formula $\downarrow$\r
9029 \end_inset\r
9030 \r
9031 x>0\r
9032 \begin_inset Formula $\to$\r
9033 \end_inset\r
9034 \r
9035 F(x)\r
9036 \end_layout\r
9037 \r
9038 \end_inset\r
9039 </cell>\r
9040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
9041 \begin_inset Text\r
9042 \r
9043 \begin_layout Plain Layout\r
9044 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$\r
9045 \end_inset\r
9046 \r
9047 \r
9048 \end_layout\r
9049 \r
9050 \end_inset\r
9051 </cell>\r
9052 </row>\r
9053 <row>\r
9054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
9055 \begin_inset Text\r
9056 \r
9057 \begin_layout Plain Layout\r
9058 F(x)\r
9059 \backslash\r
9060 xrightarrow\r
9061 \begin_inset ERT\r
9062 status collapsed\r
9063 \r
9064 \begin_layout Plain Layout\r
9065 \r
9066 \r
9067 \backslash\r
9068 spce \r
9069 \end_layout\r
9070 \r
9071 \end_inset\r
9072 \r
9073 x=a\r
9074 \begin_inset Formula $\downarrow$\r
9075 \end_inset\r
9076 \r
9077 x>0\r
9078 \begin_inset Formula $\to$\r
9079 \end_inset\r
9080 \r
9081 F(a)\r
9082 \end_layout\r
9083 \r
9084 \end_inset\r
9085 </cell>\r
9086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9087 \begin_inset Text\r
9088 \r
9089 \begin_layout Plain Layout\r
9090 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$\r
9091 \end_inset\r
9092 \r
9093 \r
9094 \end_layout\r
9095 \r
9096 \end_inset\r
9097 </cell>\r
9098 </row>\r
9099 </lyxtabular>\r
9100 \r
9101 \end_inset\r
9102 \r
9103 \r
9104 \end_layout\r
9105 \r
9106 \begin_layout Subsection\r
9107 Vertical and diagonal Arrows\r
9108 \begin_inset Index idx\r
9109 status collapsed\r
9110 \r
9111 \begin_layout Plain Layout\r
9112 Arrows ! diagonal\r
9113 \end_layout\r
9114 \r
9115 \end_inset\r
9116 \r
9117 \r
9118 \begin_inset Index idx\r
9119 status collapsed\r
9120 \r
9121 \begin_layout Plain Layout\r
9122 Arrows ! vertical\r
9123 \end_layout\r
9124 \r
9125 \end_inset\r
9126 \r
9127 \r
9128 \end_layout\r
9129 \r
9130 \begin_layout Standard\r
9131 \begin_inset space \hfill{}\r
9132 \end_inset\r
9133 \r
9134 \r
9135 \begin_inset Tabular\r
9136 <lyxtabular version="3" rows="7" columns="2">\r
9137 <features rotate="0" tabularvalignment="middle">\r
9138 <column alignment="center" valignment="top" width="0pt">\r
9139 <column alignment="center" valignment="top" width="0pt">\r
9140 <row>\r
9141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
9142 \begin_inset Text\r
9143 \r
9144 \begin_layout Plain Layout\r
9145 Command\r
9146 \end_layout\r
9147 \r
9148 \end_inset\r
9149 </cell>\r
9150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9151 \begin_inset Text\r
9152 \r
9153 \begin_layout Plain Layout\r
9154 Result\r
9155 \end_layout\r
9156 \r
9157 \end_inset\r
9158 </cell>\r
9159 </row>\r
9160 <row>\r
9161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
9162 \begin_inset Text\r
9163 \r
9164 \begin_layout Plain Layout\r
9165 \r
9166 \backslash\r
9167 uparrow\r
9168 \end_layout\r
9169 \r
9170 \end_inset\r
9171 </cell>\r
9172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
9173 \begin_inset Text\r
9174 \r
9175 \begin_layout Plain Layout\r
9176 \begin_inset Formula $\uparrow$\r
9177 \end_inset\r
9178 \r
9179 \r
9180 \end_layout\r
9181 \r
9182 \end_inset\r
9183 </cell>\r
9184 </row>\r
9185 <row>\r
9186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
9187 \begin_inset Text\r
9188 \r
9189 \begin_layout Plain Layout\r
9190 \r
9191 \backslash\r
9192 Uparrow\r
9193 \end_layout\r
9194 \r
9195 \end_inset\r
9196 </cell>\r
9197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
9198 \begin_inset Text\r
9199 \r
9200 \begin_layout Plain Layout\r
9201 \begin_inset Formula $\Uparrow$\r
9202 \end_inset\r
9203 \r
9204 \r
9205 \end_layout\r
9206 \r
9207 \end_inset\r
9208 </cell>\r
9209 </row>\r
9210 <row>\r
9211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
9212 \begin_inset Text\r
9213 \r
9214 \begin_layout Plain Layout\r
9215 \r
9216 \backslash\r
9217 updownarrow\r
9218 \end_layout\r
9219 \r
9220 \end_inset\r
9221 </cell>\r
9222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
9223 \begin_inset Text\r
9224 \r
9225 \begin_layout Plain Layout\r
9226 \begin_inset Formula $\updownarrow$\r
9227 \end_inset\r
9228 \r
9229 \r
9230 \end_layout\r
9231 \r
9232 \end_inset\r
9233 </cell>\r
9234 </row>\r
9235 <row>\r
9236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
9237 \begin_inset Text\r
9238 \r
9239 \begin_layout Plain Layout\r
9240 \r
9241 \backslash\r
9242 Updownarrow\r
9243 \end_layout\r
9244 \r
9245 \end_inset\r
9246 </cell>\r
9247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
9248 \begin_inset Text\r
9249 \r
9250 \begin_layout Plain Layout\r
9251 \begin_inset Formula $\Updownarrow$\r
9252 \end_inset\r
9253 \r
9254 \r
9255 \end_layout\r
9256 \r
9257 \end_inset\r
9258 </cell>\r
9259 </row>\r
9260 <row>\r
9261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
9262 \begin_inset Text\r
9263 \r
9264 \begin_layout Plain Layout\r
9265 \r
9266 \backslash\r
9267 Downarrow\r
9268 \end_layout\r
9269 \r
9270 \end_inset\r
9271 </cell>\r
9272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9273 \begin_inset Text\r
9274 \r
9275 \begin_layout Plain Layout\r
9276 \begin_inset Formula $\Downarrow$\r
9277 \end_inset\r
9278 \r
9279 \r
9280 \end_layout\r
9281 \r
9282 \end_inset\r
9283 </cell>\r
9284 </row>\r
9285 <row>\r
9286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
9287 \begin_inset Text\r
9288 \r
9289 \begin_layout Plain Layout\r
9290 \r
9291 \backslash\r
9292 downarrow\r
9293 \end_layout\r
9294 \r
9295 \end_inset\r
9296 </cell>\r
9297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9298 \begin_inset Text\r
9299 \r
9300 \begin_layout Plain Layout\r
9301 \begin_inset Formula $\downarrow$\r
9302 \end_inset\r
9303 \r
9304 \r
9305 \end_layout\r
9306 \r
9307 \end_inset\r
9308 </cell>\r
9309 </row>\r
9310 </lyxtabular>\r
9311 \r
9312 \end_inset\r
9313 \r
9314 \r
9315 \begin_inset space \hfill{}\r
9316 \end_inset\r
9317 \r
9318 \r
9319 \begin_inset Tabular\r
9320 <lyxtabular version="3" rows="5" columns="2">\r
9321 <features rotate="0" tabularvalignment="middle">\r
9322 <column alignment="center" valignment="top" width="0pt">\r
9323 <column alignment="center" valignment="top" width="0pt">\r
9324 <row>\r
9325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
9326 \begin_inset Text\r
9327 \r
9328 \begin_layout Plain Layout\r
9329 Command\r
9330 \end_layout\r
9331 \r
9332 \end_inset\r
9333 </cell>\r
9334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9335 \begin_inset Text\r
9336 \r
9337 \begin_layout Plain Layout\r
9338 Result\r
9339 \end_layout\r
9340 \r
9341 \end_inset\r
9342 </cell>\r
9343 </row>\r
9344 <row>\r
9345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
9346 \begin_inset Text\r
9347 \r
9348 \begin_layout Plain Layout\r
9349 \r
9350 \backslash\r
9351 nearrow\r
9352 \end_layout\r
9353 \r
9354 \end_inset\r
9355 </cell>\r
9356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
9357 \begin_inset Text\r
9358 \r
9359 \begin_layout Plain Layout\r
9360 \begin_inset Formula $\nearrow$\r
9361 \end_inset\r
9362 \r
9363 \r
9364 \end_layout\r
9365 \r
9366 \end_inset\r
9367 </cell>\r
9368 </row>\r
9369 <row>\r
9370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
9371 \begin_inset Text\r
9372 \r
9373 \begin_layout Plain Layout\r
9374 \r
9375 \backslash\r
9376 searrow\r
9377 \end_layout\r
9378 \r
9379 \end_inset\r
9380 </cell>\r
9381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
9382 \begin_inset Text\r
9383 \r
9384 \begin_layout Plain Layout\r
9385 \begin_inset Formula $\searrow$\r
9386 \end_inset\r
9387 \r
9388 \r
9389 \end_layout\r
9390 \r
9391 \end_inset\r
9392 </cell>\r
9393 </row>\r
9394 <row>\r
9395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
9396 \begin_inset Text\r
9397 \r
9398 \begin_layout Plain Layout\r
9399 \r
9400 \backslash\r
9401 swarrow\r
9402 \end_layout\r
9403 \r
9404 \end_inset\r
9405 </cell>\r
9406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9407 \begin_inset Text\r
9408 \r
9409 \begin_layout Plain Layout\r
9410 \begin_inset Formula $\swarrow$\r
9411 \end_inset\r
9412 \r
9413 \r
9414 \end_layout\r
9415 \r
9416 \end_inset\r
9417 </cell>\r
9418 </row>\r
9419 <row>\r
9420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
9421 \begin_inset Text\r
9422 \r
9423 \begin_layout Plain Layout\r
9424 \r
9425 \backslash\r
9426 nwarrow\r
9427 \end_layout\r
9428 \r
9429 \end_inset\r
9430 </cell>\r
9431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9432 \begin_inset Text\r
9433 \r
9434 \begin_layout Plain Layout\r
9435 \begin_inset Formula $\nwarrow$\r
9436 \end_inset\r
9437 \r
9438 \r
9439 \end_layout\r
9440 \r
9441 \end_inset\r
9442 </cell>\r
9443 </row>\r
9444 </lyxtabular>\r
9445 \r
9446 \end_inset\r
9447 \r
9448 \r
9449 \begin_inset space \hfill{}\r
9450 \end_inset\r
9451 \r
9452 \r
9453 \end_layout\r
9454 \r
9455 \begin_layout Standard\r
9456 \begin_inset VSpace medskip\r
9457 \end_inset\r
9458 \r
9459 Vertical arrows can be used also as delimiters together with the commands\r
9460  described in \r
9461 \begin_inset CommandInset ref\r
9462 LatexCommand ref\r
9463 reference "sub:Manual-Bracket-Size"\r
9464 \r
9465 \end_inset\r
9466 \r
9467  and \r
9468 \begin_inset CommandInset ref\r
9469 LatexCommand ref\r
9470 reference "sub:Automatic-Bracket-Size"\r
9471 \r
9472 \end_inset\r
9473 \r
9474 .\r
9475 \end_layout\r
9476 \r
9477 \begin_layout Section\r
9478 Accents\r
9479 \begin_inset CommandInset label\r
9480 LatexCommand label\r
9481 name "sec:Accents"\r
9482 \r
9483 \end_inset\r
9484 \r
9485 \r
9486 \begin_inset Index idx\r
9487 status collapsed\r
9488 \r
9489 \begin_layout Plain Layout\r
9490 Accents\r
9491 \end_layout\r
9492 \r
9493 \end_inset\r
9494 \r
9495 \r
9496 \end_layout\r
9497 \r
9498 \begin_layout Standard\r
9499 Accents can be inserted via the math toolbar button \r
9500 \begin_inset Graphics\r
9501         filename ../images/math/hat.png\r
9502         scale 85\r
9503 \r
9504 \end_inset\r
9505 \r
9506  or the commands listed in the following subsections.\r
9507 \end_layout\r
9508 \r
9509 \begin_layout Subsection\r
9510 Accents for one Character\r
9511 \begin_inset ERT\r
9512 status collapsed\r
9513 \r
9514 \begin_layout Plain Layout\r
9515 \r
9516 \r
9517 \backslash\r
9518 texorpdfstring{\r
9519 \end_layout\r
9520 \r
9521 \end_inset\r
9522 \r
9523 \r
9524 \begin_inset Foot\r
9525 status collapsed\r
9526 \r
9527 \begin_layout Plain Layout\r
9528 accents in text see \r
9529 \begin_inset CommandInset ref\r
9530 LatexCommand ref\r
9531 reference "sub:Accents-in-Text"\r
9532 \r
9533 \end_inset\r
9534 \r
9535 \r
9536 \end_layout\r
9537 \r
9538 \end_inset\r
9539 \r
9540 \r
9541 \begin_inset ERT\r
9542 status collapsed\r
9543 \r
9544 \begin_layout Plain Layout\r
9545 \r
9546 }{}\r
9547 \end_layout\r
9548 \r
9549 \end_inset\r
9550 \r
9551 \r
9552 \begin_inset Note Note\r
9553 status collapsed\r
9554 \r
9555 \begin_layout Plain Layout\r
9556 \r
9557 \series bold\r
9558 \r
9559 \backslash\r
9560 texorpdfstring\r
9561 \series default\r
9562  is used to avoid that the footnote appears in the PDF-bookmark.\r
9563 \end_layout\r
9564 \r
9565 \begin_layout Plain Layout\r
9566 More about \r
9567 \series bold\r
9568 \r
9569 \backslash\r
9570 texorpdfstring\r
9571 \series default\r
9572  is in section \r
9573 \begin_inset CommandInset ref\r
9574 LatexCommand ref\r
9575 reference "sub:Formulas-in-Section"\r
9576 \r
9577 \end_inset\r
9578 \r
9579 .\r
9580 \end_layout\r
9581 \r
9582 \end_inset\r
9583 \r
9584 \r
9585 \begin_inset CommandInset label\r
9586 LatexCommand label\r
9587 name "sub:Accents-for-one"\r
9588 \r
9589 \end_inset\r
9590 \r
9591 \r
9592 \begin_inset Index idx\r
9593 status collapsed\r
9594 \r
9595 \begin_layout Plain Layout\r
9596 Accents ! for one character\r
9597 \end_layout\r
9598 \r
9599 \end_inset\r
9600 \r
9601 \r
9602 \end_layout\r
9603 \r
9604 \begin_layout Standard\r
9605 \begin_inset space \hfill{}\r
9606 \end_inset\r
9607 \r
9608 \r
9609 \begin_inset Tabular\r
9610 <lyxtabular version="3" rows="8" columns="2">\r
9611 <features rotate="0" tabularvalignment="middle">\r
9612 <column alignment="center" valignment="top" width="0pt">\r
9613 <column alignment="center" valignment="top" width="0pt">\r
9614 <row>\r
9615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
9616 \begin_inset Text\r
9617 \r
9618 \begin_layout Plain Layout\r
9619 Command\r
9620 \end_layout\r
9621 \r
9622 \end_inset\r
9623 </cell>\r
9624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9625 \begin_inset Text\r
9626 \r
9627 \begin_layout Plain Layout\r
9628 Result\r
9629 \begin_inset Note Note\r
9630 status collapsed\r
9631 \r
9632 \begin_layout Plain Layout\r
9633 \r
9634 \series bold\r
9635 \r
9636 \backslash\r
9637 raisebox\r
9638 \series default\r
9639  is only used as spacer.\r
9640 \end_layout\r
9641 \r
9642 \end_inset\r
9643 \r
9644 \r
9645 \end_layout\r
9646 \r
9647 \end_inset\r
9648 </cell>\r
9649 </row>\r
9650 <row>\r
9651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
9652 \begin_inset Text\r
9653 \r
9654 \begin_layout Plain Layout\r
9655 \r
9656 \backslash\r
9657 dot\r
9658 \begin_inset ERT\r
9659 status collapsed\r
9660 \r
9661 \begin_layout Plain Layout\r
9662 \r
9663 \r
9664 \backslash\r
9665 spce \r
9666 \end_layout\r
9667 \r
9668 \end_inset\r
9669 \r
9670 A\r
9671 \end_layout\r
9672 \r
9673 \end_inset\r
9674 </cell>\r
9675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9676 \begin_inset Text\r
9677 \r
9678 \begin_layout Plain Layout\r
9679 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$\r
9680 \end_inset\r
9681 \r
9682 \r
9683 \end_layout\r
9684 \r
9685 \end_inset\r
9686 </cell>\r
9687 </row>\r
9688 <row>\r
9689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
9690 \begin_inset Text\r
9691 \r
9692 \begin_layout Plain Layout\r
9693 \r
9694 \backslash\r
9695 ddot\r
9696 \begin_inset ERT\r
9697 status collapsed\r
9698 \r
9699 \begin_layout Plain Layout\r
9700 \r
9701 \r
9702 \backslash\r
9703 spce \r
9704 \end_layout\r
9705 \r
9706 \end_inset\r
9707 \r
9708 A\r
9709 \end_layout\r
9710 \r
9711 \end_inset\r
9712 </cell>\r
9713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9714 \begin_inset Text\r
9715 \r
9716 \begin_layout Plain Layout\r
9717 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$\r
9718 \end_inset\r
9719 \r
9720 \r
9721 \end_layout\r
9722 \r
9723 \end_inset\r
9724 </cell>\r
9725 </row>\r
9726 <row>\r
9727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
9728 \begin_inset Text\r
9729 \r
9730 \begin_layout Plain Layout\r
9731 \r
9732 \backslash\r
9733 dddot\r
9734 \begin_inset ERT\r
9735 status collapsed\r
9736 \r
9737 \begin_layout Plain Layout\r
9738 \r
9739 \r
9740 \backslash\r
9741 spce \r
9742 \end_layout\r
9743 \r
9744 \end_inset\r
9745 \r
9746 A\r
9747 \end_layout\r
9748 \r
9749 \end_inset\r
9750 </cell>\r
9751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9752 \begin_inset Text\r
9753 \r
9754 \begin_layout Plain Layout\r
9755 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$\r
9756 \end_inset\r
9757 \r
9758 \r
9759 \end_layout\r
9760 \r
9761 \end_inset\r
9762 </cell>\r
9763 </row>\r
9764 <row>\r
9765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
9766 \begin_inset Text\r
9767 \r
9768 \begin_layout Plain Layout\r
9769 \r
9770 \backslash\r
9771 ddddot\r
9772 \begin_inset ERT\r
9773 status collapsed\r
9774 \r
9775 \begin_layout Plain Layout\r
9776 \r
9777 \r
9778 \backslash\r
9779 spce \r
9780 \end_layout\r
9781 \r
9782 \end_inset\r
9783 \r
9784 A\r
9785 \end_layout\r
9786 \r
9787 \end_inset\r
9788 </cell>\r
9789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9790 \begin_inset Text\r
9791 \r
9792 \begin_layout Plain Layout\r
9793 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$\r
9794 \end_inset\r
9795 \r
9796 \r
9797 \end_layout\r
9798 \r
9799 \end_inset\r
9800 </cell>\r
9801 </row>\r
9802 <row>\r
9803 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
9804 \begin_inset Text\r
9805 \r
9806 \begin_layout Plain Layout\r
9807 \r
9808 \backslash\r
9809 vec\r
9810 \begin_inset ERT\r
9811 status collapsed\r
9812 \r
9813 \begin_layout Plain Layout\r
9814 \r
9815 \r
9816 \backslash\r
9817 spce \r
9818 \end_layout\r
9819 \r
9820 \end_inset\r
9821 \r
9822 A\r
9823 \begin_inset Index idx\r
9824 status collapsed\r
9825 \r
9826 \begin_layout Plain Layout\r
9827 Vectors\r
9828 \end_layout\r
9829 \r
9830 \end_inset\r
9831 \r
9832 \r
9833 \end_layout\r
9834 \r
9835 \end_inset\r
9836 </cell>\r
9837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9838 \begin_inset Text\r
9839 \r
9840 \begin_layout Plain Layout\r
9841 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$\r
9842 \end_inset\r
9843 \r
9844 \r
9845 \end_layout\r
9846 \r
9847 \end_inset\r
9848 </cell>\r
9849 </row>\r
9850 <row>\r
9851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
9852 \begin_inset Text\r
9853 \r
9854 \begin_layout Plain Layout\r
9855 \r
9856 \backslash\r
9857 bar\r
9858 \begin_inset ERT\r
9859 status collapsed\r
9860 \r
9861 \begin_layout Plain Layout\r
9862 \r
9863 \r
9864 \backslash\r
9865 spce \r
9866 \end_layout\r
9867 \r
9868 \end_inset\r
9869 \r
9870 A\r
9871 \end_layout\r
9872 \r
9873 \end_inset\r
9874 </cell>\r
9875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9876 \begin_inset Text\r
9877 \r
9878 \begin_layout Plain Layout\r
9879 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$\r
9880 \end_inset\r
9881 \r
9882 \r
9883 \end_layout\r
9884 \r
9885 \end_inset\r
9886 </cell>\r
9887 </row>\r
9888 <row>\r
9889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
9890 \begin_inset Text\r
9891 \r
9892 \begin_layout Plain Layout\r
9893 \r
9894 \backslash\r
9895 mathring\r
9896 \begin_inset ERT\r
9897 status collapsed\r
9898 \r
9899 \begin_layout Plain Layout\r
9900 \r
9901 \r
9902 \backslash\r
9903 spce \r
9904 \end_layout\r
9905 \r
9906 \end_inset\r
9907 \r
9908 A\r
9909 \end_layout\r
9910 \r
9911 \end_inset\r
9912 </cell>\r
9913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9914 \begin_inset Text\r
9915 \r
9916 \begin_layout Plain Layout\r
9917 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$\r
9918 \end_inset\r
9919 \r
9920 \r
9921 \end_layout\r
9922 \r
9923 \end_inset\r
9924 </cell>\r
9925 </row>\r
9926 </lyxtabular>\r
9927 \r
9928 \end_inset\r
9929 \r
9930 \r
9931 \begin_inset space \hfill{}\r
9932 \end_inset\r
9933 \r
9934 \r
9935 \begin_inset Tabular\r
9936 <lyxtabular version="3" rows="7" columns="2">\r
9937 <features rotate="0" tabularvalignment="middle">\r
9938 <column alignment="center" valignment="top" width="0pt">\r
9939 <column alignment="center" valignment="top" width="0pt">\r
9940 <row>\r
9941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
9942 \begin_inset Text\r
9943 \r
9944 \begin_layout Plain Layout\r
9945 Command\r
9946 \end_layout\r
9947 \r
9948 \end_inset\r
9949 </cell>\r
9950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9951 \begin_inset Text\r
9952 \r
9953 \begin_layout Plain Layout\r
9954 Result\r
9955 \end_layout\r
9956 \r
9957 \end_inset\r
9958 </cell>\r
9959 </row>\r
9960 <row>\r
9961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
9962 \begin_inset Text\r
9963 \r
9964 \begin_layout Plain Layout\r
9965 \r
9966 \backslash\r
9967 tilde\r
9968 \begin_inset ERT\r
9969 status collapsed\r
9970 \r
9971 \begin_layout Plain Layout\r
9972 \r
9973 \r
9974 \backslash\r
9975 spce \r
9976 \end_layout\r
9977 \r
9978 \end_inset\r
9979 \r
9980 A\r
9981 \end_layout\r
9982 \r
9983 \end_inset\r
9984 </cell>\r
9985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
9986 \begin_inset Text\r
9987 \r
9988 \begin_layout Plain Layout\r
9989 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$\r
9990 \end_inset\r
9991 \r
9992 \r
9993 \end_layout\r
9994 \r
9995 \end_inset\r
9996 </cell>\r
9997 </row>\r
9998 <row>\r
9999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10000 \begin_inset Text\r
10001 \r
10002 \begin_layout Plain Layout\r
10003 \r
10004 \backslash\r
10005 hat\r
10006 \begin_inset ERT\r
10007 status collapsed\r
10008 \r
10009 \begin_layout Plain Layout\r
10010 \r
10011 \r
10012 \backslash\r
10013 spce \r
10014 \end_layout\r
10015 \r
10016 \end_inset\r
10017 \r
10018 A\r
10019 \end_layout\r
10020 \r
10021 \end_inset\r
10022 </cell>\r
10023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10024 \begin_inset Text\r
10025 \r
10026 \begin_layout Plain Layout\r
10027 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$\r
10028 \end_inset\r
10029 \r
10030 \r
10031 \end_layout\r
10032 \r
10033 \end_inset\r
10034 </cell>\r
10035 </row>\r
10036 <row>\r
10037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10038 \begin_inset Text\r
10039 \r
10040 \begin_layout Plain Layout\r
10041 \r
10042 \backslash\r
10043 check\r
10044 \begin_inset ERT\r
10045 status collapsed\r
10046 \r
10047 \begin_layout Plain Layout\r
10048 \r
10049 \r
10050 \backslash\r
10051 spce \r
10052 \end_layout\r
10053 \r
10054 \end_inset\r
10055 \r
10056 A\r
10057 \end_layout\r
10058 \r
10059 \end_inset\r
10060 </cell>\r
10061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10062 \begin_inset Text\r
10063 \r
10064 \begin_layout Plain Layout\r
10065 \begin_inset Formula $\raisebox{5mm}{}\check{A}$\r
10066 \end_inset\r
10067 \r
10068 \r
10069 \end_layout\r
10070 \r
10071 \end_inset\r
10072 </cell>\r
10073 </row>\r
10074 <row>\r
10075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10076 \begin_inset Text\r
10077 \r
10078 \begin_layout Plain Layout\r
10079 \r
10080 \backslash\r
10081 acute\r
10082 \begin_inset ERT\r
10083 status collapsed\r
10084 \r
10085 \begin_layout Plain Layout\r
10086 \r
10087 \r
10088 \backslash\r
10089 spce \r
10090 \end_layout\r
10091 \r
10092 \end_inset\r
10093 \r
10094 A\r
10095 \end_layout\r
10096 \r
10097 \end_inset\r
10098 </cell>\r
10099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10100 \begin_inset Text\r
10101 \r
10102 \begin_layout Plain Layout\r
10103 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$\r
10104 \end_inset\r
10105 \r
10106 \r
10107 \end_layout\r
10108 \r
10109 \end_inset\r
10110 </cell>\r
10111 </row>\r
10112 <row>\r
10113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10114 \begin_inset Text\r
10115 \r
10116 \begin_layout Plain Layout\r
10117 \r
10118 \backslash\r
10119 grave\r
10120 \begin_inset ERT\r
10121 status collapsed\r
10122 \r
10123 \begin_layout Plain Layout\r
10124 \r
10125 \r
10126 \backslash\r
10127 spce \r
10128 \end_layout\r
10129 \r
10130 \end_inset\r
10131 \r
10132 A\r
10133 \end_layout\r
10134 \r
10135 \end_inset\r
10136 </cell>\r
10137 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10138 \begin_inset Text\r
10139 \r
10140 \begin_layout Plain Layout\r
10141 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$\r
10142 \end_inset\r
10143 \r
10144 \r
10145 \end_layout\r
10146 \r
10147 \end_inset\r
10148 </cell>\r
10149 </row>\r
10150 <row>\r
10151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10152 \begin_inset Text\r
10153 \r
10154 \begin_layout Plain Layout\r
10155 \r
10156 \backslash\r
10157 breve\r
10158 \begin_inset ERT\r
10159 status collapsed\r
10160 \r
10161 \begin_layout Plain Layout\r
10162 \r
10163 \r
10164 \backslash\r
10165 spce \r
10166 \end_layout\r
10167 \r
10168 \end_inset\r
10169 \r
10170 A\r
10171 \end_layout\r
10172 \r
10173 \end_inset\r
10174 </cell>\r
10175 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10176 \begin_inset Text\r
10177 \r
10178 \begin_layout Plain Layout\r
10179 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$\r
10180 \end_inset\r
10181 \r
10182 \r
10183 \end_layout\r
10184 \r
10185 \end_inset\r
10186 </cell>\r
10187 </row>\r
10188 </lyxtabular>\r
10189 \r
10190 \end_inset\r
10191 \r
10192 \r
10193 \begin_inset space \hfill{}\r
10194 \end_inset\r
10195 \r
10196 \r
10197 \end_layout\r
10198 \r
10199 \begin_layout Standard\r
10200 \begin_inset VSpace bigskip\r
10201 \end_inset\r
10202 \r
10203 \r
10204 \end_layout\r
10205 \r
10206 \begin_layout Standard\r
10207 You can directly insert accents like é to formulas.\r
10208  LyX will transform them to the corresponding accent command.\r
10209  For umlauts\r
10210 \begin_inset Index idx\r
10211 status collapsed\r
10212 \r
10213 \begin_layout Plain Layout\r
10214 Umlauts\r
10215 \end_layout\r
10216 \r
10217 \end_inset\r
10218 \r
10219  it is better to insert a quotation mark before the vowel.\r
10220  These two characters are then treated by LaTeX as \r
10221 \emph on\r
10222 one\r
10223 \emph default\r
10224  character when the formula part with the umlaut is marked as German.\r
10225  In contrary to \r
10226 \series bold\r
10227 \r
10228 \backslash\r
10229 ddot\r
10230 \series default\r
10231 , with this method \r
10232 \begin_inset Quotes eld\r
10233 \end_inset\r
10234 \r
10235 real\r
10236 \begin_inset Quotes erd\r
10237 \end_inset\r
10238 \r
10239  umlauts are created as demonstrated in the following example:\r
10240 \end_layout\r
10241 \r
10242 \begin_layout Standard\r
10243 \begin_inset VSpace -2mm\r
10244 \end_inset\r
10245 \r
10246 \r
10247 \end_layout\r
10248 \r
10249 \begin_layout Standard\r
10250 \align center\r
10251 \begin_inset Tabular\r
10252 <lyxtabular version="3" rows="3" columns="2">\r
10253 <features rotate="0" tabularvalignment="middle">\r
10254 <column alignment="center" valignment="top">\r
10255 <column alignment="center" valignment="top">\r
10256 <row>\r
10257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
10258 \begin_inset Text\r
10259 \r
10260 \begin_layout Plain Layout\r
10261 Command\r
10262 \end_layout\r
10263 \r
10264 \end_inset\r
10265 </cell>\r
10266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10267 \begin_inset Text\r
10268 \r
10269 \begin_layout Plain Layout\r
10270 Result\r
10271 \begin_inset Note Note\r
10272 status collapsed\r
10273 \r
10274 \begin_layout Plain Layout\r
10275 \r
10276 \series bold\r
10277 \r
10278 \backslash\r
10279 raisebox\r
10280 \series default\r
10281  and the 0\r
10282 \begin_inset space \thinspace{}\r
10283 \end_inset\r
10284 \r
10285 pt space are only used as spacer.\r
10286 \end_layout\r
10287 \r
10288 \end_inset\r
10289 \r
10290 \r
10291 \end_layout\r
10292 \r
10293 \end_inset\r
10294 </cell>\r
10295 </row>\r
10296 <row>\r
10297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
10298 \begin_inset Text\r
10299 \r
10300 \begin_layout Plain Layout\r
10301 \r
10302 \lang ngerman\r
10303 \begin_inset Quotes grd\r
10304 \end_inset\r
10305 \r
10306 i\r
10307 \end_layout\r
10308 \r
10309 \end_inset\r
10310 </cell>\r
10311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
10312 \begin_inset Text\r
10313 \r
10314 \begin_layout Plain Layout\r
10315 \begin_inset space \hspace{}\r
10316 \length 0pt\r
10317 \end_inset\r
10318 \r
10319 \r
10320 \lang ngerman\r
10321 \r
10322 \begin_inset Formula $"i$\r
10323 \end_inset\r
10324 \r
10325 \r
10326 \end_layout\r
10327 \r
10328 \end_inset\r
10329 </cell>\r
10330 </row>\r
10331 <row>\r
10332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
10333 \begin_inset Text\r
10334 \r
10335 \begin_layout Plain Layout\r
10336 \r
10337 \backslash\r
10338 ddot\r
10339 \begin_inset ERT\r
10340 status collapsed\r
10341 \r
10342 \begin_layout Plain Layout\r
10343 \r
10344 \r
10345 \backslash\r
10346 spce \r
10347 \end_layout\r
10348 \r
10349 \end_inset\r
10350 \r
10351 i\r
10352 \end_layout\r
10353 \r
10354 \end_inset\r
10355 </cell>\r
10356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10357 \begin_inset Text\r
10358 \r
10359 \begin_layout Plain Layout\r
10360 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$\r
10361 \end_inset\r
10362 \r
10363 \r
10364 \end_layout\r
10365 \r
10366 \end_inset\r
10367 </cell>\r
10368 </row>\r
10369 </lyxtabular>\r
10370 \r
10371 \end_inset\r
10372 \r
10373 \r
10374 \end_layout\r
10375 \r
10376 \begin_layout Standard\r
10377 Another advantage to \r
10378 \series bold\r
10379 \r
10380 \backslash\r
10381 ddot\r
10382 \series default\r
10383  is that umlauts can directly be converted to mathematical text because\r
10384  the accent commands above are \r
10385 \emph on\r
10386 not allowed\r
10387 \emph default\r
10388  \r
10389 \emph on\r
10390 in mathematical text\r
10391 \emph default\r
10392 .\r
10393  To convert an accented character to mathematical text, only the character\r
10394  under the accent may be converted.\r
10395  This applies also for all other conversions, e.\r
10396 \begin_inset space \thinspace{}\r
10397 \end_inset\r
10398 \r
10399 g.\r
10400 \begin_inset space \space{}\r
10401 \end_inset\r
10402 \r
10403 to italic or bold.\r
10404 \end_layout\r
10405 \r
10406 \begin_layout Standard\r
10407 In mathematical text, umlauts and other accented characters can directly\r
10408  be inserted.\r
10409 \end_layout\r
10410 \r
10411 \begin_layout Subsection\r
10412 Accents for several Characters\r
10413 \begin_inset Index idx\r
10414 status collapsed\r
10415 \r
10416 \begin_layout Plain Layout\r
10417 Accents ! for several characters\r
10418 \end_layout\r
10419 \r
10420 \end_inset\r
10421 \r
10422 \r
10423 \end_layout\r
10424 \r
10425 \begin_layout Standard\r
10426 \begin_inset space \hfill{}\r
10427 \end_inset\r
10428 \r
10429 \r
10430 \begin_inset Tabular\r
10431 <lyxtabular version="3" rows="5" columns="2">\r
10432 <features rotate="0" tabularvalignment="middle">\r
10433 <column alignment="center" valignment="top" width="0pt">\r
10434 <column alignment="center" valignment="top" width="0pt">\r
10435 <row>\r
10436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
10437 \begin_inset Text\r
10438 \r
10439 \begin_layout Plain Layout\r
10440 Command\r
10441 \end_layout\r
10442 \r
10443 \end_inset\r
10444 </cell>\r
10445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10446 \begin_inset Text\r
10447 \r
10448 \begin_layout Plain Layout\r
10449 Result\r
10450 \begin_inset Note Note\r
10451 status collapsed\r
10452 \r
10453 \begin_layout Plain Layout\r
10454 \r
10455 \series bold\r
10456 \r
10457 \backslash\r
10458 raisebox\r
10459 \series default\r
10460  is only used as spacer.\r
10461 \end_layout\r
10462 \r
10463 \end_inset\r
10464 \r
10465 \r
10466 \end_layout\r
10467 \r
10468 \end_inset\r
10469 </cell>\r
10470 </row>\r
10471 <row>\r
10472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
10473 \begin_inset Text\r
10474 \r
10475 \begin_layout Plain Layout\r
10476 \r
10477 \backslash\r
10478 overleftarrow\r
10479 \begin_inset ERT\r
10480 status collapsed\r
10481 \r
10482 \begin_layout Plain Layout\r
10483 \r
10484 \r
10485 \backslash\r
10486 spce \r
10487 \end_layout\r
10488 \r
10489 \end_inset\r
10490 \r
10491 A=B\r
10492 \end_layout\r
10493 \r
10494 \end_inset\r
10495 </cell>\r
10496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10497 \begin_inset Text\r
10498 \r
10499 \begin_layout Plain Layout\r
10500 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$\r
10501 \end_inset\r
10502 \r
10503 \r
10504 \end_layout\r
10505 \r
10506 \end_inset\r
10507 </cell>\r
10508 </row>\r
10509 <row>\r
10510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10511 \begin_inset Text\r
10512 \r
10513 \begin_layout Plain Layout\r
10514 \r
10515 \backslash\r
10516 underleftarrow\r
10517 \begin_inset ERT\r
10518 status collapsed\r
10519 \r
10520 \begin_layout Plain Layout\r
10521 \r
10522 \r
10523 \backslash\r
10524 spce \r
10525 \end_layout\r
10526 \r
10527 \end_inset\r
10528 \r
10529 A=B\r
10530 \end_layout\r
10531 \r
10532 \end_inset\r
10533 </cell>\r
10534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10535 \begin_inset Text\r
10536 \r
10537 \begin_layout Plain Layout\r
10538 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$\r
10539 \end_inset\r
10540 \r
10541 \r
10542 \end_layout\r
10543 \r
10544 \end_inset\r
10545 </cell>\r
10546 </row>\r
10547 <row>\r
10548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10549 \begin_inset Text\r
10550 \r
10551 \begin_layout Plain Layout\r
10552 \r
10553 \backslash\r
10554 overleftrightarrow\r
10555 \begin_inset ERT\r
10556 status collapsed\r
10557 \r
10558 \begin_layout Plain Layout\r
10559 \r
10560 \r
10561 \backslash\r
10562 spce \r
10563 \end_layout\r
10564 \r
10565 \end_inset\r
10566 \r
10567 A=B\r
10568 \end_layout\r
10569 \r
10570 \end_inset\r
10571 </cell>\r
10572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10573 \begin_inset Text\r
10574 \r
10575 \begin_layout Plain Layout\r
10576 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$\r
10577 \end_inset\r
10578 \r
10579 \r
10580 \end_layout\r
10581 \r
10582 \end_inset\r
10583 </cell>\r
10584 </row>\r
10585 <row>\r
10586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10587 \begin_inset Text\r
10588 \r
10589 \begin_layout Plain Layout\r
10590 \r
10591 \backslash\r
10592 underleftrightarrow\r
10593 \begin_inset ERT\r
10594 status collapsed\r
10595 \r
10596 \begin_layout Plain Layout\r
10597 \r
10598 \r
10599 \backslash\r
10600 spce \r
10601 \end_layout\r
10602 \r
10603 \end_inset\r
10604 \r
10605 A=B\r
10606 \end_layout\r
10607 \r
10608 \end_inset\r
10609 </cell>\r
10610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10611 \begin_inset Text\r
10612 \r
10613 \begin_layout Plain Layout\r
10614 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$\r
10615 \end_inset\r
10616 \r
10617 \r
10618 \end_layout\r
10619 \r
10620 \end_inset\r
10621 </cell>\r
10622 </row>\r
10623 </lyxtabular>\r
10624 \r
10625 \end_inset\r
10626 \r
10627 \r
10628 \begin_inset space \hfill{}\r
10629 \end_inset\r
10630 \r
10631 \r
10632 \begin_inset Tabular\r
10633 <lyxtabular version="3" rows="5" columns="2">\r
10634 <features rotate="0" tabularvalignment="middle">\r
10635 <column alignment="center" valignment="top" width="0pt">\r
10636 <column alignment="center" valignment="top" width="0pt">\r
10637 <row>\r
10638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
10639 \begin_inset Text\r
10640 \r
10641 \begin_layout Plain Layout\r
10642 Command\r
10643 \end_layout\r
10644 \r
10645 \end_inset\r
10646 </cell>\r
10647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10648 \begin_inset Text\r
10649 \r
10650 \begin_layout Plain Layout\r
10651 Result\r
10652 \end_layout\r
10653 \r
10654 \end_inset\r
10655 </cell>\r
10656 </row>\r
10657 <row>\r
10658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
10659 \begin_inset Text\r
10660 \r
10661 \begin_layout Plain Layout\r
10662 \r
10663 \backslash\r
10664 overrightarrow\r
10665 \begin_inset ERT\r
10666 status collapsed\r
10667 \r
10668 \begin_layout Plain Layout\r
10669 \r
10670 \r
10671 \backslash\r
10672 spce \r
10673 \end_layout\r
10674 \r
10675 \end_inset\r
10676 \r
10677 A=B\r
10678 \end_layout\r
10679 \r
10680 \end_inset\r
10681 </cell>\r
10682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10683 \begin_inset Text\r
10684 \r
10685 \begin_layout Plain Layout\r
10686 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$\r
10687 \end_inset\r
10688 \r
10689 \r
10690 \end_layout\r
10691 \r
10692 \end_inset\r
10693 </cell>\r
10694 </row>\r
10695 <row>\r
10696 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10697 \begin_inset Text\r
10698 \r
10699 \begin_layout Plain Layout\r
10700 \r
10701 \backslash\r
10702 underrightarrow\r
10703 \begin_inset ERT\r
10704 status collapsed\r
10705 \r
10706 \begin_layout Plain Layout\r
10707 \r
10708 \r
10709 \backslash\r
10710 spce \r
10711 \end_layout\r
10712 \r
10713 \end_inset\r
10714 \r
10715 A=B\r
10716 \end_layout\r
10717 \r
10718 \end_inset\r
10719 </cell>\r
10720 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10721 \begin_inset Text\r
10722 \r
10723 \begin_layout Plain Layout\r
10724 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$\r
10725 \end_inset\r
10726 \r
10727 \r
10728 \end_layout\r
10729 \r
10730 \end_inset\r
10731 </cell>\r
10732 </row>\r
10733 <row>\r
10734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10735 \begin_inset Text\r
10736 \r
10737 \begin_layout Plain Layout\r
10738 \r
10739 \backslash\r
10740 widetilde\r
10741 \begin_inset ERT\r
10742 status collapsed\r
10743 \r
10744 \begin_layout Plain Layout\r
10745 \r
10746 \r
10747 \backslash\r
10748 spce \r
10749 \end_layout\r
10750 \r
10751 \end_inset\r
10752 \r
10753 A=B\r
10754 \end_layout\r
10755 \r
10756 \end_inset\r
10757 </cell>\r
10758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10759 \begin_inset Text\r
10760 \r
10761 \begin_layout Plain Layout\r
10762 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$\r
10763 \end_inset\r
10764 \r
10765 \r
10766 \end_layout\r
10767 \r
10768 \end_inset\r
10769 </cell>\r
10770 </row>\r
10771 <row>\r
10772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
10773 \begin_inset Text\r
10774 \r
10775 \begin_layout Plain Layout\r
10776 \r
10777 \backslash\r
10778 widehat\r
10779 \begin_inset ERT\r
10780 status collapsed\r
10781 \r
10782 \begin_layout Plain Layout\r
10783 \r
10784 \r
10785 \backslash\r
10786 spce \r
10787 \end_layout\r
10788 \r
10789 \end_inset\r
10790 \r
10791 A=B\r
10792 \end_layout\r
10793 \r
10794 \end_inset\r
10795 </cell>\r
10796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
10797 \begin_inset Text\r
10798 \r
10799 \begin_layout Plain Layout\r
10800 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$\r
10801 \end_inset\r
10802 \r
10803 \r
10804 \end_layout\r
10805 \r
10806 \end_inset\r
10807 </cell>\r
10808 </row>\r
10809 </lyxtabular>\r
10810 \r
10811 \end_inset\r
10812 \r
10813 \r
10814 \begin_inset space \hfill{}\r
10815 \end_inset\r
10816 \r
10817 \r
10818 \end_layout\r
10819 \r
10820 \begin_layout Standard\r
10821 \begin_inset VSpace medskip\r
10822 \end_inset\r
10823 \r
10824 With these commands as many characters as you like can be accented.\r
10825  But the accents \r
10826 \series bold\r
10827 \r
10828 \backslash\r
10829 widetilde\r
10830 \series default\r
10831  and \r
10832 \series bold\r
10833 \r
10834 \backslash\r
10835 widehat\r
10836 \series default\r
10837  will only be set in the output with a length of three characters, as shown\r
10838  in the following example:\r
10839 \begin_inset Formula \r
10840 \[\r
10841 \widetilde{A+B=C-D}\r
10842 \]\r
10843 \r
10844 \end_inset\r
10845 \r
10846 \r
10847 \end_layout\r
10848 \r
10849 \begin_layout Standard\r
10850 With the commands \r
10851 \series bold\r
10852 \r
10853 \backslash\r
10854 overset\r
10855 \series default\r
10856 \r
10857 \begin_inset Index idx\r
10858 status collapsed\r
10859 \r
10860 \begin_layout Plain Layout\r
10861 Commands ! O ! \r
10862 \backslash\r
10863 overset\r
10864 \end_layout\r
10865 \r
10866 \end_inset\r
10867 \r
10868  and \r
10869 \series bold\r
10870 \r
10871 \backslash\r
10872 underset\r
10873 \series default\r
10874 \r
10875 \begin_inset Index idx\r
10876 status collapsed\r
10877 \r
10878 \begin_layout Plain Layout\r
10879 Commands ! U ! \r
10880 \backslash\r
10881 underset\r
10882 \end_layout\r
10883 \r
10884 \end_inset\r
10885 \r
10886  described in the previous subsection it is also possible to accent several\r
10887  characters.\r
10888  The command \r
10889 \series bold\r
10890 \r
10891 \backslash\r
10892 underset\r
10893 \begin_inset ERT\r
10894 status collapsed\r
10895 \r
10896 \begin_layout Plain Layout\r
10897 \r
10898 \r
10899 \backslash\r
10900 spce \r
10901 \end_layout\r
10902 \r
10903 \end_inset\r
10904 \r
10905 A=B\r
10906 \begin_inset Formula $\downarrow$\r
10907 \end_inset\r
10908 \r
10909 ***\r
10910 \series default\r
10911  creates:\r
10912 \begin_inset Formula \r
10913 \[\r
10914 \underset{***}{A=B}\r
10915 \]\r
10916 \r
10917 \end_inset\r
10918 \r
10919 \r
10920 \end_layout\r
10921 \r
10922 \begin_layout Standard\r
10923 \begin_inset Newpage newpage\r
10924 \end_inset\r
10925 \r
10926 \r
10927 \end_layout\r
10928 \r
10929 \begin_layout Section\r
10930 Space\r
10931 \begin_inset CommandInset label\r
10932 LatexCommand label\r
10933 name "sub:Space"\r
10934 \r
10935 \end_inset\r
10936 \r
10937 \r
10938 \begin_inset Index idx\r
10939 status collapsed\r
10940 \r
10941 \begin_layout Plain Layout\r
10942 Space ! horizontal\r
10943 \end_layout\r
10944 \r
10945 \end_inset\r
10946 \r
10947 \r
10948 \end_layout\r
10949 \r
10950 \begin_layout Subsection\r
10951 Predefined Space\r
10952 \begin_inset CommandInset label\r
10953 LatexCommand label\r
10954 name "sub:Predefined-Space"\r
10955 \r
10956 \end_inset\r
10957 \r
10958 \r
10959 \begin_inset Index idx\r
10960 status collapsed\r
10961 \r
10962 \begin_layout Plain Layout\r
10963 Space ! horizontal ! predefined\r
10964 \end_layout\r
10965 \r
10966 \end_inset\r
10967 \r
10968 \r
10969 \end_layout\r
10970 \r
10971 \begin_layout Standard\r
10972 Sometimes it is necessary to insert horizontal space into a formula.\r
10973  This is done by inserting a protected space (shortcut \r
10974 \begin_inset Info\r
10975 type  "shortcut"\r
10976 arg   "command-alternatives space-insert protected ; math-space"\r
10977 \end_inset\r
10978 \r
10979 ).\r
10980  A \r
10981 \begin_inset Quotes eld\r
10982 \end_inset\r
10983 \r
10984 \r
10985 \color blue\r
10986 \r
10987 \begin_inset ERT\r
10988 status collapsed\r
10989 \r
10990 \begin_layout Plain Layout\r
10991 \r
10992 \r
10993 \backslash\r
10994 spce \r
10995 \end_layout\r
10996 \r
10997 \end_inset\r
10998 \r
10999 \r
11000 \color inherit\r
11001 \r
11002 \begin_inset Quotes erd\r
11003 \end_inset\r
11004 \r
11005  appears and by pressing \r
11006 \family sans\r
11007 Space\r
11008 \family default\r
11009  several times one can select one of eight different space sizes.\r
11010  The spaces can also be inserted using the math toolbar button \r
11011 \begin_inset Graphics\r
11012         filename ../images/math/space.png\r
11013         scale 85\r
11014 \r
11015 \end_inset\r
11016 \r
11017  or special commands.\r
11018  Independent from the inserted command, one can select the size again by\r
11019  pressing \r
11020 \family sans\r
11021 Space\r
11022 \family default\r
11023  afterwards.\r
11024 \end_layout\r
11025 \r
11026 \begin_layout Standard\r
11027 \noindent\r
11028 \align center\r
11029 \begin_inset VSpace -5mm\r
11030 \end_inset\r
11031 \r
11032 \r
11033 \begin_inset Tabular\r
11034 <lyxtabular version="3" rows="3" columns="7">\r
11035 <features rotate="0" tabularvalignment="middle">\r
11036 <column alignment="center" valignment="middle" width="6.8cm">\r
11037 <column alignment="center" valignment="top">\r
11038 <column alignment="center" valignment="top">\r
11039 <column alignment="center" valignment="top">\r
11040 <column alignment="center" valignment="top">\r
11041 <column alignment="center" valignment="top">\r
11042 <column alignment="center" valignment="top">\r
11043 <row>\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 Command\r
11049 \end_layout\r
11050 \r
11051 \end_inset\r
11052 </cell>\r
11053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11054 \begin_inset Text\r
11055 \r
11056 \begin_layout Plain Layout\r
11057 \r
11058 \backslash\r
11059 ,\r
11060 \end_layout\r
11061 \r
11062 \end_inset\r
11063 </cell>\r
11064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11065 \begin_inset Text\r
11066 \r
11067 \begin_layout Plain Layout\r
11068 \r
11069 \backslash\r
11070 :\r
11071 \end_layout\r
11072 \r
11073 \end_inset\r
11074 </cell>\r
11075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11076 \begin_inset Text\r
11077 \r
11078 \begin_layout Plain Layout\r
11079 \r
11080 \backslash\r
11081 ;\r
11082 \end_layout\r
11083 \r
11084 \end_inset\r
11085 </cell>\r
11086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11087 \begin_inset Text\r
11088 \r
11089 \begin_layout Plain Layout\r
11090 \r
11091 \backslash\r
11092 quad\r
11093 \end_layout\r
11094 \r
11095 \end_inset\r
11096 </cell>\r
11097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11098 \begin_inset Text\r
11099 \r
11100 \begin_layout Plain Layout\r
11101 \r
11102 \backslash\r
11103 qquad\r
11104 \end_layout\r
11105 \r
11106 \end_inset\r
11107 </cell>\r
11108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
11109 \begin_inset Text\r
11110 \r
11111 \begin_layout Plain Layout\r
11112 \r
11113 \backslash\r
11114 !\r
11115 \end_layout\r
11116 \r
11117 \end_inset\r
11118 </cell>\r
11119 </row>\r
11120 <row>\r
11121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11122 \begin_inset Text\r
11123 \r
11124 \begin_layout Plain Layout\r
11125 Number of \r
11126 \family sans\r
11127 Space\r
11128 \family default\r
11129  keystrokes after inserting the protected space\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 0\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 1\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 2\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 3\r
11166 \end_layout\r
11167 \r
11168 \end_inset\r
11169 </cell>\r
11170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11171 \begin_inset Text\r
11172 \r
11173 \begin_layout Plain Layout\r
11174 4\r
11175 \end_layout\r
11176 \r
11177 \end_inset\r
11178 </cell>\r
11179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
11180 \begin_inset Text\r
11181 \r
11182 \begin_layout Plain Layout\r
11183 5\r
11184 \end_layout\r
11185 \r
11186 \end_inset\r
11187 </cell>\r
11188 </row>\r
11189 <row>\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 Result\r
11195 \end_layout\r
11196 \r
11197 \end_inset\r
11198 </cell>\r
11199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11200 \begin_inset Text\r
11201 \r
11202 \begin_layout Plain Layout\r
11203 \begin_inset Formula $A\, B$\r
11204 \end_inset\r
11205 \r
11206 \r
11207 \end_layout\r
11208 \r
11209 \end_inset\r
11210 </cell>\r
11211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11212 \begin_inset Text\r
11213 \r
11214 \begin_layout Plain Layout\r
11215 \begin_inset Formula $A\: B$\r
11216 \end_inset\r
11217 \r
11218 \r
11219 \end_layout\r
11220 \r
11221 \end_inset\r
11222 </cell>\r
11223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11224 \begin_inset Text\r
11225 \r
11226 \begin_layout Plain Layout\r
11227 \begin_inset Formula $A\; B$\r
11228 \end_inset\r
11229 \r
11230 \r
11231 \end_layout\r
11232 \r
11233 \end_inset\r
11234 </cell>\r
11235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11236 \begin_inset Text\r
11237 \r
11238 \begin_layout Plain Layout\r
11239 \begin_inset Formula $A\quad B$\r
11240 \end_inset\r
11241 \r
11242 \r
11243 \end_layout\r
11244 \r
11245 \end_inset\r
11246 </cell>\r
11247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11248 \begin_inset Text\r
11249 \r
11250 \begin_layout Plain Layout\r
11251 \begin_inset Formula $A\qquad B$\r
11252 \end_inset\r
11253 \r
11254 \r
11255 \end_layout\r
11256 \r
11257 \end_inset\r
11258 </cell>\r
11259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
11260 \begin_inset Text\r
11261 \r
11262 \begin_layout Plain Layout\r
11263 \begin_inset Formula $A\! B$\r
11264 \end_inset\r
11265 \r
11266 \r
11267 \end_layout\r
11268 \r
11269 \end_inset\r
11270 </cell>\r
11271 </row>\r
11272 </lyxtabular>\r
11273 \r
11274 \end_inset\r
11275 \r
11276 \r
11277 \end_layout\r
11278 \r
11279 \begin_layout Standard\r
11280 The last size seem to produce no space.\r
11281  It is displayed red in LyX contrary to the other sizes, because it is a\r
11282  negative space.\r
11283  There are two more negative spaces:\r
11284 \end_layout\r
11285 \r
11286 \begin_layout Standard\r
11287 \align center\r
11288 \begin_inset Tabular\r
11289 <lyxtabular version="3" rows="3" columns="3">\r
11290 <features rotate="0" tabularvalignment="middle">\r
11291 <column alignment="center" valignment="middle" width="6.8cm">\r
11292 <column alignment="center" valignment="top" width="0pt">\r
11293 <column alignment="center" valignment="top" width="0pt">\r
11294 <row>\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 Command\r
11300 \end_layout\r
11301 \r
11302 \end_inset\r
11303 </cell>\r
11304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11305 \begin_inset Text\r
11306 \r
11307 \begin_layout Plain Layout\r
11308 \r
11309 \backslash\r
11310 negmedspace\r
11311 \end_layout\r
11312 \r
11313 \end_inset\r
11314 </cell>\r
11315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
11316 \begin_inset Text\r
11317 \r
11318 \begin_layout Plain Layout\r
11319 \r
11320 \backslash\r
11321 negthickspace\r
11322 \end_layout\r
11323 \r
11324 \end_inset\r
11325 </cell>\r
11326 </row>\r
11327 <row>\r
11328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
11329 \begin_inset Text\r
11330 \r
11331 \begin_layout Plain Layout\r
11332 Number of \r
11333 \family sans\r
11334 Space\r
11335 \family default\r
11336  keystrokes after inserting the protected space\r
11337 \end_layout\r
11338 \r
11339 \end_inset\r
11340 </cell>\r
11341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
11342 \begin_inset Text\r
11343 \r
11344 \begin_layout Plain Layout\r
11345 6\r
11346 \end_layout\r
11347 \r
11348 \end_inset\r
11349 </cell>\r
11350 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
11351 \begin_inset Text\r
11352 \r
11353 \begin_layout Plain Layout\r
11354 7\r
11355 \end_layout\r
11356 \r
11357 \end_inset\r
11358 </cell>\r
11359 </row>\r
11360 <row>\r
11361 <cell multicolumn="1" 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 Result\r
11366 \end_layout\r
11367 \r
11368 \end_inset\r
11369 </cell>\r
11370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
11371 \begin_inset Text\r
11372 \r
11373 \begin_layout Plain Layout\r
11374 \begin_inset Formula $A\negmedspace B$\r
11375 \end_inset\r
11376 \r
11377 \r
11378 \end_layout\r
11379 \r
11380 \end_inset\r
11381 </cell>\r
11382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
11383 \begin_inset Text\r
11384 \r
11385 \begin_layout Plain Layout\r
11386 \begin_inset Formula $A\negthickspace B$\r
11387 \end_inset\r
11388 \r
11389 \r
11390 \end_layout\r
11391 \r
11392 \end_inset\r
11393 </cell>\r
11394 </row>\r
11395 </lyxtabular>\r
11396 \r
11397 \end_inset\r
11398 \r
11399 \r
11400 \end_layout\r
11401 \r
11402 \begin_layout Standard\r
11403 Negative spaces can lead to characters overlapping each other.\r
11404  Thus they can be used to enforce ligatures, which are e.\r
11405 \begin_inset space \thinspace{}\r
11406 \end_inset\r
11407 \r
11408 g.\r
11409 \begin_inset space \space{}\r
11410 \end_inset\r
11411 \r
11412 useful for summation operators:\r
11413 \end_layout\r
11414 \r
11415 \begin_layout Standard\r
11416 \align center\r
11417 \begin_inset Tabular\r
11418 <lyxtabular version="3" rows="3" columns="2">\r
11419 <features rotate="0" tabularvalignment="middle">\r
11420 <column alignment="center" valignment="top">\r
11421 <column alignment="center" valignment="top">\r
11422 <row>\r
11423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11424 \begin_inset Text\r
11425 \r
11426 \begin_layout Plain Layout\r
11427 Command\r
11428 \end_layout\r
11429 \r
11430 \end_inset\r
11431 </cell>\r
11432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
11433 \begin_inset Text\r
11434 \r
11435 \begin_layout Plain Layout\r
11436 Result\r
11437 \begin_inset Note Note\r
11438 status collapsed\r
11439 \r
11440 \begin_layout Plain Layout\r
11441 \r
11442 \series bold\r
11443 \r
11444 \backslash\r
11445 raisebox\r
11446 \series default\r
11447  is only used as spacer.\r
11448 \end_layout\r
11449 \r
11450 \end_inset\r
11451 \r
11452 \r
11453 \end_layout\r
11454 \r
11455 \end_inset\r
11456 </cell>\r
11457 </row>\r
11458 <row>\r
11459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11460 \begin_inset Text\r
11461 \r
11462 \begin_layout Plain Layout\r
11463 \r
11464 \backslash\r
11465 sum\r
11466 \backslash\r
11467 sum\r
11468 \begin_inset ERT\r
11469 status collapsed\r
11470 \r
11471 \begin_layout Plain Layout\r
11472 \r
11473 \r
11474 \backslash\r
11475 spce \r
11476 \end_layout\r
11477 \r
11478 \end_inset\r
11479 \r
11480 f_kl\r
11481 \end_layout\r
11482 \r
11483 \end_inset\r
11484 </cell>\r
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
11486 \begin_inset Text\r
11487 \r
11488 \begin_layout Plain Layout\r
11489 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$\r
11490 \end_inset\r
11491 \r
11492 \r
11493 \end_layout\r
11494 \r
11495 \end_inset\r
11496 </cell>\r
11497 </row>\r
11498 <row>\r
11499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11500 \begin_inset Text\r
11501 \r
11502 \begin_layout Plain Layout\r
11503 \r
11504 \backslash\r
11505 sum\r
11506 \backslash\r
11507 negmedspace\r
11508 \backslash\r
11509 sum\r
11510 \begin_inset ERT\r
11511 status collapsed\r
11512 \r
11513 \begin_layout Plain Layout\r
11514 \r
11515 \r
11516 \backslash\r
11517 spce \r
11518 \end_layout\r
11519 \r
11520 \end_inset\r
11521 \r
11522 f_kl\r
11523 \end_layout\r
11524 \r
11525 \end_inset\r
11526 </cell>\r
11527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
11528 \begin_inset Text\r
11529 \r
11530 \begin_layout Plain Layout\r
11531 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$\r
11532 \end_inset\r
11533 \r
11534 \r
11535 \end_layout\r
11536 \r
11537 \end_inset\r
11538 </cell>\r
11539 </row>\r
11540 </lyxtabular>\r
11541 \r
11542 \end_inset\r
11543 \r
11544 \r
11545 \end_layout\r
11546 \r
11547 \begin_layout Standard\r
11548 Relations like for example equal signs, are always surrounded by space.\r
11549  To suppress this, the equal sign is placed into a TeX-brace.\r
11550  The following example demonstrates this:\r
11551 \end_layout\r
11552 \r
11553 \begin_layout Standard\r
11554 \align center\r
11555 \begin_inset Tabular\r
11556 <lyxtabular version="3" rows="2" columns="2">\r
11557 <features rotate="0" tabularvalignment="middle">\r
11558 <column alignment="center" valignment="top" width="0pt">\r
11559 <column alignment="center" valignment="top" width="0pt">\r
11560 <row>\r
11561 <cell alignment="center" valignment="top" usebox="none">\r
11562 \begin_inset Text\r
11563 \r
11564 \begin_layout Plain Layout\r
11565 normal equation\r
11566 \end_layout\r
11567 \r
11568 \end_inset\r
11569 </cell>\r
11570 <cell alignment="center" valignment="top" usebox="none">\r
11571 \begin_inset Text\r
11572 \r
11573 \begin_layout Plain Layout\r
11574 \begin_inset Formula $A=B$\r
11575 \end_inset\r
11576 \r
11577 \r
11578 \end_layout\r
11579 \r
11580 \end_inset\r
11581 </cell>\r
11582 </row>\r
11583 <row>\r
11584 <cell alignment="center" valignment="top" usebox="none">\r
11585 \begin_inset Text\r
11586 \r
11587 \begin_layout Plain Layout\r
11588 \begin_inset Note Note\r
11589 status collapsed\r
11590 \r
11591 \begin_layout Plain Layout\r
11592 \r
11593 \series bold\r
11594 \r
11595 \backslash\r
11596 raisebox\r
11597 \series default\r
11598  is only used as spacer.\r
11599 \end_layout\r
11600 \r
11601 \end_inset\r
11602 \r
11603 \r
11604 \begin_inset Formula $\raisebox{5mm}{}$\r
11605 \end_inset\r
11606 \r
11607 equation without space\r
11608 \end_layout\r
11609 \r
11610 \end_inset\r
11611 </cell>\r
11612 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">\r
11613 \begin_inset Text\r
11614 \r
11615 \begin_layout Plain Layout\r
11616 \begin_inset Formula $A{=}B$\r
11617 \end_inset\r
11618 \r
11619 \r
11620 \end_layout\r
11621 \r
11622 \end_inset\r
11623 </cell>\r
11624 </row>\r
11625 </lyxtabular>\r
11626 \r
11627 \end_inset\r
11628 \r
11629 \r
11630 \end_layout\r
11631 \r
11632 \begin_layout Standard\r
11633 \noindent\r
11634 The command for the last formula is: \r
11635 \series bold\r
11636 A\r
11637 \backslash\r
11638 {=\r
11639 \begin_inset Formula $\to$\r
11640 \end_inset\r
11641 \r
11642 B\r
11643 \end_layout\r
11644 \r
11645 \begin_layout Standard\r
11646 \begin_inset VSpace bigskip\r
11647 \end_inset\r
11648 \r
11649 Spaces are needed for physical units, because the space between the value\r
11650  and the unit is the smallest one and not a normal space.\r
11651  For units in text, the smallest space is inserted via the menu \r
11652 \family sans\r
11653 Insert\SpecialChar \menuseparator\r
11654 Formatting\SpecialChar \menuseparator\r
11655 Thin\r
11656 \begin_inset space ~\r
11657 \end_inset\r
11658 \r
11659 Space\r
11660 \family default\r
11661  (shortcut \r
11662 \begin_inset Info\r
11663 type  "shortcut"\r
11664 arg   "space-insert thin"\r
11665 \end_inset\r
11666 \r
11667 ).\r
11668 \end_layout\r
11669 \r
11670 \begin_layout Standard\r
11671 An example to visualize the difference:\r
11672 \end_layout\r
11673 \r
11674 \begin_layout Standard\r
11675 \begin_inset Tabular\r
11676 <lyxtabular version="3" rows="2" columns="2">\r
11677 <features rotate="0" tabularvalignment="middle">\r
11678 <column alignment="left" valignment="top">\r
11679 <column alignment="left" valignment="top">\r
11680 <row>\r
11681 <cell alignment="center" valignment="top" usebox="none">\r
11682 \begin_inset Text\r
11683 \r
11684 \begin_layout Plain Layout\r
11685 24 kW\r
11686 \begin_inset Formula $\cdot$\r
11687 \end_inset\r
11688 \r
11689 h\r
11690 \end_layout\r
11691 \r
11692 \end_inset\r
11693 </cell>\r
11694 <cell alignment="center" valignment="top" usebox="none">\r
11695 \begin_inset Text\r
11696 \r
11697 \begin_layout Plain Layout\r
11698 space between value and unit\r
11699 \end_layout\r
11700 \r
11701 \end_inset\r
11702 </cell>\r
11703 </row>\r
11704 <row>\r
11705 <cell alignment="center" valignment="top" usebox="none">\r
11706 \begin_inset Text\r
11707 \r
11708 \begin_layout Plain Layout\r
11709 24\r
11710 \begin_inset space \thinspace{}\r
11711 \end_inset\r
11712 \r
11713 kW\r
11714 \begin_inset Formula $\cdot$\r
11715 \end_inset\r
11716 \r
11717 h\r
11718 \end_layout\r
11719 \r
11720 \end_inset\r
11721 </cell>\r
11722 <cell alignment="center" valignment="top" usebox="none">\r
11723 \begin_inset Text\r
11724 \r
11725 \begin_layout Plain Layout\r
11726 smallest space between value and unit\r
11727 \end_layout\r
11728 \r
11729 \end_inset\r
11730 </cell>\r
11731 </row>\r
11732 </lyxtabular>\r
11733 \r
11734 \end_inset\r
11735 \r
11736 \r
11737 \end_layout\r
11738 \r
11739 \begin_layout Subsection\r
11740 Variable Space\r
11741 \begin_inset ERT\r
11742 status collapsed\r
11743 \r
11744 \begin_layout Plain Layout\r
11745 \r
11746 \r
11747 \backslash\r
11748 texorpdfstring{\r
11749 \end_layout\r
11750 \r
11751 \end_inset\r
11752 \r
11753 \r
11754 \begin_inset Foot\r
11755 status collapsed\r
11756 \r
11757 \begin_layout Plain Layout\r
11758 for vertical space in formulas see \r
11759 \begin_inset CommandInset ref\r
11760 LatexCommand ref\r
11761 reference "sub:Line-Separation"\r
11762 \r
11763 \end_inset\r
11764 \r
11765 \r
11766 \end_layout\r
11767 \r
11768 \end_inset\r
11769 \r
11770 \r
11771 \begin_inset ERT\r
11772 status collapsed\r
11773 \r
11774 \begin_layout Plain Layout\r
11775 \r
11776 }{}\r
11777 \end_layout\r
11778 \r
11779 \end_inset\r
11780 \r
11781 \r
11782 \begin_inset Note Note\r
11783 status collapsed\r
11784 \r
11785 \begin_layout Plain Layout\r
11786 \r
11787 \backslash\r
11788 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.\r
11789 \end_layout\r
11790 \r
11791 \begin_layout Plain Layout\r
11792 More about \r
11793 \backslash\r
11794 texorpdfstring is in section \r
11795 \begin_inset CommandInset ref\r
11796 LatexCommand ref\r
11797 reference "sub:Formulas-in-Section"\r
11798 \r
11799 \end_inset\r
11800 \r
11801 .\r
11802 \end_layout\r
11803 \r
11804 \end_inset\r
11805 \r
11806 \r
11807 \begin_inset CommandInset label\r
11808 LatexCommand label\r
11809 name "sub:Variable-Space"\r
11810 \r
11811 \end_inset\r
11812 \r
11813 \r
11814 \begin_inset Index idx\r
11815 status collapsed\r
11816 \r
11817 \begin_layout Plain Layout\r
11818 Space ! horizontal ! variable\r
11819 \end_layout\r
11820 \r
11821 \end_inset\r
11822 \r
11823 \r
11824 \end_layout\r
11825 \r
11826 \begin_layout Standard\r
11827 Space with a defined length can be inserted with the command \r
11828 \series bold\r
11829 \r
11830 \backslash\r
11831 hspace\r
11832 \series default\r
11833 \r
11834 \begin_inset Index idx\r
11835 status collapsed\r
11836 \r
11837 \begin_layout Plain Layout\r
11838 Commands ! H ! \r
11839 \backslash\r
11840 hspace\r
11841 \end_layout\r
11842 \r
11843 \end_inset\r
11844 \r
11845 .\r
11846  Then a long \r
11847 \begin_inset Quotes eld\r
11848 \end_inset\r
11849 \r
11850 \r
11851 \color blue\r
11852 \r
11853 \begin_inset ERT\r
11854 status collapsed\r
11855 \r
11856 \begin_layout Plain Layout\r
11857 \r
11858 \r
11859 \backslash\r
11860 spce \r
11861 \end_layout\r
11862 \r
11863 \end_inset\r
11864 \r
11865 \r
11866 \color inherit\r
11867 \r
11868 \begin_inset Quotes erd\r
11869 \end_inset\r
11870 \r
11871  appears.\r
11872  The length can be specified by left-clicking on the \r
11873 \begin_inset Quotes eld\r
11874 \end_inset\r
11875 \r
11876 \r
11877 \color blue\r
11878 \r
11879 \begin_inset ERT\r
11880 status collapsed\r
11881 \r
11882 \begin_layout Plain Layout\r
11883 \r
11884 \r
11885 \backslash\r
11886 spce \r
11887 \end_layout\r
11888 \r
11889 \end_inset\r
11890 \r
11891 \r
11892 \color inherit\r
11893 \r
11894 \begin_inset Quotes erd\r
11895 \end_inset\r
11896 \r
11897 .\r
11898  The length may also be negative.\r
11899  To insert as much space as is available, the command \r
11900 \series bold\r
11901 \r
11902 \backslash\r
11903 hfill\r
11904 \series default\r
11905 \r
11906 \begin_inset Index idx\r
11907 status collapsed\r
11908 \r
11909 \begin_layout Plain Layout\r
11910 Commands ! H ! \r
11911 \backslash\r
11912 hfill\r
11913 \end_layout\r
11914 \r
11915 \end_inset\r
11916 \r
11917  is used.\r
11918 \end_layout\r
11919 \r
11920 \begin_layout Standard\r
11921 \begin_inset VSpace -1mm\r
11922 \end_inset\r
11923 \r
11924 \r
11925 \end_layout\r
11926 \r
11927 \begin_layout Standard\r
11928 \align center\r
11929 \begin_inset Tabular\r
11930 <lyxtabular version="3" rows="4" columns="2">\r
11931 <features rotate="0" tabularvalignment="middle">\r
11932 <column alignment="center" valignment="top">\r
11933 <column alignment="center" valignment="top">\r
11934 <row>\r
11935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
11936 \begin_inset Text\r
11937 \r
11938 \begin_layout Plain Layout\r
11939 Command (\r
11940 \backslash\r
11941 hspace length)\r
11942 \end_layout\r
11943 \r
11944 \end_inset\r
11945 </cell>\r
11946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
11947 \begin_inset Text\r
11948 \r
11949 \begin_layout Plain Layout\r
11950 Result\r
11951 \end_layout\r
11952 \r
11953 \end_inset\r
11954 </cell>\r
11955 </row>\r
11956 <row>\r
11957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
11958 \begin_inset Text\r
11959 \r
11960 \begin_layout Plain Layout\r
11961 A=B\r
11962 \backslash\r
11963 hspace\r
11964 \begin_inset ERT\r
11965 status collapsed\r
11966 \r
11967 \begin_layout Plain Layout\r
11968 \r
11969 \r
11970 \backslash\r
11971 spce \r
11972 \end_layout\r
11973 \r
11974 \end_inset\r
11975 \r
11976 \r
11977 \begin_inset Formula $\to$\r
11978 \end_inset\r
11979 \r
11980 A\r
11981 \backslash\r
11982 not=C (3\r
11983 \begin_inset space \thinspace{}\r
11984 \end_inset\r
11985 \r
11986 cm)\r
11987 \end_layout\r
11988 \r
11989 \end_inset\r
11990 </cell>\r
11991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
11992 \begin_inset Text\r
11993 \r
11994 \begin_layout Plain Layout\r
11995 \begin_inset Formula $A=B\hspace{3cm}A\not=C$\r
11996 \end_inset\r
11997 \r
11998 \r
11999 \end_layout\r
12000 \r
12001 \end_inset\r
12002 </cell>\r
12003 </row>\r
12004 <row>\r
12005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
12006 \begin_inset Text\r
12007 \r
12008 \begin_layout Plain Layout\r
12009 A\r
12010 \backslash\r
12011 hspace\r
12012 \begin_inset ERT\r
12013 status collapsed\r
12014 \r
12015 \begin_layout Plain Layout\r
12016 \r
12017 \r
12018 \backslash\r
12019 spce \r
12020 \end_layout\r
12021 \r
12022 \end_inset\r
12023 \r
12024 \r
12025 \begin_inset Formula $\to$\r
12026 \end_inset\r
12027 \r
12028 A\r
12029 \backslash\r
12030 not=A (-1\r
12031 \begin_inset space \thinspace{}\r
12032 \end_inset\r
12033 \r
12034 mm)\r
12035 \end_layout\r
12036 \r
12037 \end_inset\r
12038 </cell>\r
12039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
12040 \begin_inset Text\r
12041 \r
12042 \begin_layout Plain Layout\r
12043 \begin_inset Formula $A\hspace{-1mm}A\not=A$\r
12044 \end_inset\r
12045 \r
12046 \r
12047 \end_layout\r
12048 \r
12049 \end_inset\r
12050 </cell>\r
12051 </row>\r
12052 <row>\r
12053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
12054 \begin_inset Text\r
12055 \r
12056 \begin_layout Plain Layout\r
12057 A=A\r
12058 \backslash\r
12059 hfill\r
12060 \begin_inset ERT\r
12061 status collapsed\r
12062 \r
12063 \begin_layout Plain Layout\r
12064 \r
12065 \r
12066 \backslash\r
12067 spce \r
12068 \end_layout\r
12069 \r
12070 \end_inset\r
12071 \r
12072 B=B\r
12073 \end_layout\r
12074 \r
12075 \end_inset\r
12076 </cell>\r
12077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
12078 \begin_inset Text\r
12079 \r
12080 \begin_layout Plain Layout\r
12081 \begin_inset Formula $A=A\hfill B=B$\r
12082 \end_inset\r
12083 \r
12084 \r
12085 \end_layout\r
12086 \r
12087 \end_inset\r
12088 </cell>\r
12089 </row>\r
12090 </lyxtabular>\r
12091 \r
12092 \end_inset\r
12093 \r
12094 \r
12095 \end_layout\r
12096 \r
12097 \begin_layout Standard\r
12098 In the last example the available space is given by the longest column entry\r
12099  of the table.\r
12100  In an inline formula the space depends on the length of the line in which\r
12101  \r
12102 \series bold\r
12103 \r
12104 \backslash\r
12105 hfill\r
12106 \series default\r
12107  is inserted.\r
12108  Thus, when the line uses the full width, no space will be created.\r
12109  \r
12110 \series bold\r
12111 \r
12112 \backslash\r
12113 hfill\r
12114 \series default\r
12115  only has an effect on displayed formulas when the formula style \r
12116 \series bold\r
12117 Indented\r
12118 \series default\r
12119  is used.\r
12120  (Formula styles are explained in \r
12121 \begin_inset CommandInset ref\r
12122 LatexCommand ref\r
12123 reference "sec:Formula-Styles"\r
12124 \r
12125 \end_inset\r
12126 \r
12127 .)\r
12128 \end_layout\r
12129 \r
12130 \begin_layout Standard\r
12131 Besides \r
12132 \series bold\r
12133 \r
12134 \backslash\r
12135 hfill\r
12136 \series default\r
12137 , there are the commands \r
12138 \series bold\r
12139 \r
12140 \backslash\r
12141 dotfill\r
12142 \series default\r
12143  and \r
12144 \series bold\r
12145 \r
12146 \backslash\r
12147 hrulefill\r
12148 \series default\r
12149  that fill the space with a pattern, see \r
12150 \begin_inset CommandInset ref\r
12151 LatexCommand ref\r
12152 reference "sub:Ellipses"\r
12153 \r
12154 \end_inset\r
12155 \r
12156  for an example.\r
12157 \end_layout\r
12158 \r
12159 \begin_layout Standard\r
12160 For text, variable space can be inserted via the menu \r
12161 \family sans\r
12162 Insert\SpecialChar \menuseparator\r
12163 Formatting\SpecialChar \menuseparator\r
12164 Horizontal\r
12165 \begin_inset space ~\r
12166 \end_inset\r
12167 \r
12168 Space\r
12169 \family default\r
12170 :\r
12171 \end_layout\r
12172 \r
12173 \begin_layout Standard\r
12174 This is a line with\r
12175 \begin_inset space \hspace{}\r
12176 \length 2cm\r
12177 \end_inset\r
12178 \r
12179 2\r
12180 \begin_inset space \thinspace{}\r
12181 \end_inset\r
12182 \r
12183 cm space.\r
12184 \end_layout\r
12185 \r
12186 \begin_layout Standard\r
12187 This is a line with\r
12188 \begin_inset space \hfill{}\r
12189 \end_inset\r
12190 \r
12191 maximum space.\r
12192 \end_layout\r
12193 \r
12194 \begin_layout Subsection\r
12195 Space besides inline Formulas\r
12196 \begin_inset Index idx\r
12197 status collapsed\r
12198 \r
12199 \begin_layout Plain Layout\r
12200 Space ! besides inline formulas\r
12201 \end_layout\r
12202 \r
12203 \end_inset\r
12204 \r
12205 \r
12206 \end_layout\r
12207 \r
12208 \begin_layout Standard\r
12209 The space that surrounds inline formulas can be adjusted with the length\r
12210  \r
12211 \series bold\r
12212 \r
12213 \backslash\r
12214 mathsurround\r
12215 \series default\r
12216 \r
12217 \begin_inset Index idx\r
12218 status collapsed\r
12219 \r
12220 \begin_layout Plain Layout\r
12221 Commands ! M ! \r
12222 \backslash\r
12223 mathsurround\r
12224 \end_layout\r
12225 \r
12226 \end_inset\r
12227 \r
12228 .\r
12229  The value of a length is set with the command \r
12230 \series bold\r
12231 \r
12232 \backslash\r
12233 setlength\r
12234 \series default\r
12235 \r
12236 \begin_inset Index idx\r
12237 status collapsed\r
12238 \r
12239 \begin_layout Plain Layout\r
12240 Commands ! S ! \r
12241 \backslash\r
12242 setlength\r
12243 \end_layout\r
12244 \r
12245 \end_inset\r
12246 \r
12247  which has the following scheme:\r
12248 \end_layout\r
12249 \r
12250 \begin_layout Standard\r
12251 \r
12252 \series bold\r
12253 \r
12254 \backslash\r
12255 setlength{length name}{value}\r
12256 \end_layout\r
12257 \r
12258 \begin_layout Standard\r
12259 To set \r
12260 \series bold\r
12261 \r
12262 \backslash\r
12263 mathsurround\r
12264 \series default\r
12265  to the value 5\r
12266 \begin_inset space \thinspace{}\r
12267 \end_inset\r
12268 \r
12269 mm, the command\r
12270 \end_layout\r
12271 \r
12272 \begin_layout Standard\r
12273 \r
12274 \series bold\r
12275 \r
12276 \backslash\r
12277 setlength{\r
12278 \backslash\r
12279 mathsurround}{5mm}\r
12280 \end_layout\r
12281 \r
12282 \begin_layout Standard\r
12283 is inserted in TeX-mode.\r
12284  5\r
12285 \begin_inset space \thinspace{}\r
12286 \end_inset\r
12287 \r
12288 mm space will now be set around all inline formulas:\r
12289 \begin_inset ERT\r
12290 status collapsed\r
12291 \r
12292 \begin_layout Plain Layout\r
12293 \r
12294 \r
12295 \backslash\r
12296 setlength{\r
12297 \backslash\r
12298 mathsurround}{5mm}\r
12299 \end_layout\r
12300 \r
12301 \end_inset\r
12302 \r
12303 \r
12304 \end_layout\r
12305 \r
12306 \begin_layout Standard\r
12307 This is a line with an inline formula \r
12308 \begin_inset Formula $A=B$\r
12309 \end_inset\r
12310 \r
12311  with 5\r
12312 \begin_inset space \thinspace{}\r
12313 \end_inset\r
12314 \r
12315 mm surrounding space.\r
12316 \begin_inset ERT\r
12317 status collapsed\r
12318 \r
12319 \begin_layout Plain Layout\r
12320 \r
12321 \r
12322 \backslash\r
12323 setlength{\r
12324 \backslash\r
12325 mathsurround}{0pt}\r
12326 \end_layout\r
12327 \r
12328 \end_inset\r
12329 \r
12330 \r
12331 \end_layout\r
12332 \r
12333 \begin_layout Standard\r
12334 To return to the predefined value, \r
12335 \series bold\r
12336 \r
12337 \backslash\r
12338 mathsurround\r
12339 \series default\r
12340  is set to the value 0\r
12341 \begin_inset space \thinspace{}\r
12342 \end_inset\r
12343 \r
12344 pt.\r
12345 \end_layout\r
12346 \r
12347 \begin_layout Section\r
12348 Boxes and Frames\r
12349 \begin_inset Index idx\r
12350 status collapsed\r
12351 \r
12352 \begin_layout Plain Layout\r
12353 Boxes\r
12354 \end_layout\r
12355 \r
12356 \end_inset\r
12357 \r
12358 \r
12359 \begin_inset Index idx\r
12360 status collapsed\r
12361 \r
12362 \begin_layout Plain Layout\r
12363 Frames | see\r
12364 \begin_inset ERT\r
12365 status collapsed\r
12366 \r
12367 \begin_layout Plain Layout\r
12368 \r
12369 {\r
12370 \end_layout\r
12371 \r
12372 \end_inset\r
12373 \r
12374 Boxes\r
12375 \begin_inset ERT\r
12376 status collapsed\r
12377 \r
12378 \begin_layout Plain Layout\r
12379 \r
12380 }\r
12381 \end_layout\r
12382 \r
12383 \end_inset\r
12384 \r
12385 \r
12386 \end_layout\r
12387 \r
12388 \end_inset\r
12389 \r
12390 \r
12391 \end_layout\r
12392 \r
12393 \begin_layout Standard\r
12394 Boxes for text are described in chapter \r
12395 \family typewriter\r
12396 Boxes\r
12397 \family default\r
12398  in the \r
12399 \family typewriter\r
12400 Embedded\r
12401 \begin_inset space ~\r
12402 \end_inset\r
12403 \r
12404 Objects\r
12405 \family default\r
12406  manual.\r
12407 \end_layout\r
12408 \r
12409 \begin_layout Subsection\r
12410 Boxes with Frame\r
12411 \begin_inset CommandInset label\r
12412 LatexCommand label\r
12413 name "sub:Boxes-with-Frame"\r
12414 \r
12415 \end_inset\r
12416 \r
12417 \r
12418 \begin_inset Index idx\r
12419 status collapsed\r
12420 \r
12421 \begin_layout Plain Layout\r
12422 Boxes ! with frame\r
12423 \end_layout\r
12424 \r
12425 \end_inset\r
12426 \r
12427 \r
12428 \end_layout\r
12429 \r
12430 \begin_layout Standard\r
12431 It is possible to frame a formula or part of one with the commands \r
12432 \series bold\r
12433 \r
12434 \backslash\r
12435 fbox\r
12436 \series default\r
12437 \r
12438 \begin_inset Index idx\r
12439 status collapsed\r
12440 \r
12441 \begin_layout Plain Layout\r
12442 Commands ! F ! \r
12443 \backslash\r
12444 fbox\r
12445 \end_layout\r
12446 \r
12447 \end_inset\r
12448 \r
12449  and \r
12450 \series bold\r
12451 \r
12452 \backslash\r
12453 boxed\r
12454 \series default\r
12455 \r
12456 \begin_inset Index idx\r
12457 status collapsed\r
12458 \r
12459 \begin_layout Plain Layout\r
12460 Commands ! B ! \r
12461 \backslash\r
12462 boxed\r
12463 \end_layout\r
12464 \r
12465 \end_inset\r
12466 \r
12467 .\r
12468 \end_layout\r
12469 \r
12470 \begin_layout Standard\r
12471 When one of these commands is inserted in a formula, a blue box appears\r
12472  within a frame to enter formula parts.\r
12473  For \r
12474 \series bold\r
12475 \r
12476 \backslash\r
12477 fbox\r
12478 \series default\r
12479  an additional formula has to be created by \r
12480 \family sans\r
12481 Ctrl+M\r
12482 \family default\r
12483  within this box, because the box content will otherwise be treated as mathemati\r
12484 cal text.\r
12485  When \r
12486 \series bold\r
12487 \r
12488 \backslash\r
12489 boxed\r
12490 \series default\r
12491  is used, a new formula is automatically created inside the frame.\r
12492 \end_layout\r
12493 \r
12494 \begin_layout Standard\r
12495 The command \r
12496 \series bold\r
12497 \r
12498 \backslash\r
12499 fbox\r
12500 \series default\r
12501  is not suitable to frame displayed formulas because the formula will always\r
12502  be set in the size of the text.\r
12503  \r
12504 \series bold\r
12505 \r
12506 \backslash\r
12507 boxed\r
12508 \series default\r
12509  is in contrary not suitable to frame inline formulas, because the formula\r
12510  will always be set in the size of a displayed formula.\r
12511 \end_layout\r
12512 \r
12513 \begin_layout Standard\r
12514 An extension to \r
12515 \series bold\r
12516 \r
12517 \backslash\r
12518 fbox\r
12519 \series default\r
12520  is the command \r
12521 \series bold\r
12522 \r
12523 \backslash\r
12524 framebox\r
12525 \series default\r
12526 \r
12527 \begin_inset Index idx\r
12528 status collapsed\r
12529 \r
12530 \begin_layout Plain Layout\r
12531 Commands ! F ! \r
12532 \backslash\r
12533 framebox\r
12534 \end_layout\r
12535 \r
12536 \end_inset\r
12537 \r
12538  where additionally the frame width and the alignment can be specified.\r
12539  \r
12540 \series bold\r
12541 \r
12542 \backslash\r
12543 framebox\r
12544 \series default\r
12545  is used in the following scheme:\r
12546 \end_layout\r
12547 \r
12548 \begin_layout Standard\r
12549 \r
12550 \series bold\r
12551 \r
12552 \backslash\r
12553 framebox[frame width][position]{box content}\r
12554 \end_layout\r
12555 \r
12556 \begin_layout Standard\r
12557 The position can either be \r
12558 \emph on\r
12559 l\r
12560 \emph default\r
12561  or \r
12562 \emph on\r
12563 r\r
12564 \emph default\r
12565 .\r
12566  \r
12567 \emph on\r
12568 l\r
12569 \emph default\r
12570  left aligns, \r
12571 \emph on\r
12572 r\r
12573 \emph default\r
12574  right aligns the formula in the box.\r
12575  When no position is given, the formula will be centered.\r
12576 \begin_inset Newline newline\r
12577 \end_inset\r
12578 \r
12579 If no width is given, also no position can be given.\r
12580  In this case the frame width is adjusted to the box content like for \r
12581 \series bold\r
12582 \r
12583 \backslash\r
12584 fbox\r
12585 \series default\r
12586 .\r
12587 \end_layout\r
12588 \r
12589 \begin_layout Standard\r
12590 When the command \r
12591 \series bold\r
12592 \r
12593 \backslash\r
12594 framebox\r
12595 \series default\r
12596  is inserted, a box appears containing three blue boxes.\r
12597  The first two boxes are surrounded by brackets and denote the two optional\r
12598  arguments.\r
12599  The third box is for formula parts like for \r
12600 \series bold\r
12601 \r
12602 \backslash\r
12603 fbox\r
12604 \series default\r
12605 .\r
12606 \end_layout\r
12607 \r
12608 \begin_layout Standard\r
12609 \begin_inset Newpage newpage\r
12610 \end_inset\r
12611 \r
12612 \r
12613 \end_layout\r
12614 \r
12615 \begin_layout Standard\r
12616 \align center\r
12617 \begin_inset Tabular\r
12618 <lyxtabular version="3" rows="5" columns="2">\r
12619 <features rotate="0" tabularvalignment="middle">\r
12620 <column alignment="center" valignment="top">\r
12621 <column alignment="center" valignment="top">\r
12622 <row>\r
12623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
12624 \begin_inset Text\r
12625 \r
12626 \begin_layout Plain Layout\r
12627 Command\r
12628 \end_layout\r
12629 \r
12630 \end_inset\r
12631 </cell>\r
12632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
12633 \begin_inset Text\r
12634 \r
12635 \begin_layout Plain Layout\r
12636 Result\r
12637 \begin_inset Note Note\r
12638 status collapsed\r
12639 \r
12640 \begin_layout Plain Layout\r
12641 \r
12642 \series bold\r
12643 \r
12644 \backslash\r
12645 raisebox\r
12646 \series default\r
12647  is only used as spacer.\r
12648 \end_layout\r
12649 \r
12650 \end_inset\r
12651 \r
12652 \r
12653 \end_layout\r
12654 \r
12655 \end_inset\r
12656 </cell>\r
12657 </row>\r
12658 <row>\r
12659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
12660 \begin_inset Text\r
12661 \r
12662 \begin_layout Plain Layout\r
12663 \r
12664 \backslash\r
12665 fbox\r
12666 \begin_inset ERT\r
12667 status collapsed\r
12668 \r
12669 \begin_layout Plain Layout\r
12670 \r
12671 \r
12672 \backslash\r
12673 spce \r
12674 \end_layout\r
12675 \r
12676 \end_inset\r
12677 \r
12678 \r
12679 \family sans\r
12680 Ctrl+M\r
12681 \family default\r
12682  \r
12683 \backslash\r
12684 int\r
12685 \begin_inset ERT\r
12686 status collapsed\r
12687 \r
12688 \begin_layout Plain Layout\r
12689 \r
12690 \r
12691 \backslash\r
12692 spce \r
12693 \end_layout\r
12694 \r
12695 \end_inset\r
12696 \r
12697 A=B\r
12698 \end_layout\r
12699 \r
12700 \end_inset\r
12701 </cell>\r
12702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
12703 \begin_inset Text\r
12704 \r
12705 \begin_layout Plain Layout\r
12706 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$\r
12707 \end_inset\r
12708 \r
12709 \r
12710 \end_layout\r
12711 \r
12712 \end_inset\r
12713 </cell>\r
12714 </row>\r
12715 <row>\r
12716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
12717 \begin_inset Text\r
12718 \r
12719 \begin_layout Plain Layout\r
12720 \r
12721 \backslash\r
12722 boxed\r
12723 \begin_inset ERT\r
12724 status collapsed\r
12725 \r
12726 \begin_layout Plain Layout\r
12727 \r
12728 \r
12729 \backslash\r
12730 spce \r
12731 \end_layout\r
12732 \r
12733 \end_inset\r
12734 \r
12735 \r
12736 \backslash\r
12737 int\r
12738 \begin_inset ERT\r
12739 status collapsed\r
12740 \r
12741 \begin_layout Plain Layout\r
12742 \r
12743 \r
12744 \backslash\r
12745 spce \r
12746 \end_layout\r
12747 \r
12748 \end_inset\r
12749 \r
12750 A=B\r
12751 \end_layout\r
12752 \r
12753 \end_inset\r
12754 </cell>\r
12755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
12756 \begin_inset Text\r
12757 \r
12758 \begin_layout Plain Layout\r
12759 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$\r
12760 \end_inset\r
12761 \r
12762 \r
12763 \end_layout\r
12764 \r
12765 \end_inset\r
12766 </cell>\r
12767 </row>\r
12768 <row>\r
12769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
12770 \begin_inset Text\r
12771 \r
12772 \begin_layout Plain Layout\r
12773 A+\r
12774 \backslash\r
12775 fbox\r
12776 \begin_inset ERT\r
12777 status collapsed\r
12778 \r
12779 \begin_layout Plain Layout\r
12780 \r
12781 \r
12782 \backslash\r
12783 spce \r
12784 \end_layout\r
12785 \r
12786 \end_inset\r
12787 \r
12788 B\r
12789 \end_layout\r
12790 \r
12791 \end_inset\r
12792 </cell>\r
12793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
12794 \begin_inset Text\r
12795 \r
12796 \begin_layout Plain Layout\r
12797 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$\r
12798 \end_inset\r
12799 \r
12800 \r
12801 \end_layout\r
12802 \r
12803 \end_inset\r
12804 </cell>\r
12805 </row>\r
12806 <row>\r
12807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
12808 \begin_inset Text\r
12809 \r
12810 \begin_layout Plain Layout\r
12811 \r
12812 \backslash\r
12813 framebox\r
12814 \begin_inset ERT\r
12815 status collapsed\r
12816 \r
12817 \begin_layout Plain Layout\r
12818 \r
12819 \r
12820 \backslash\r
12821 spce \r
12822 \end_layout\r
12823 \r
12824 \end_inset\r
12825 \r
12826 20mm\r
12827 \begin_inset Formula $\to$\r
12828 \end_inset\r
12829 \r
12830 \r
12831 \begin_inset Formula $\to$\r
12832 \end_inset\r
12833 \r
12834 \r
12835 \family sans\r
12836 Ctrl+M\r
12837 \family default\r
12838  \r
12839 \backslash\r
12840 frac\r
12841 \begin_inset ERT\r
12842 status collapsed\r
12843 \r
12844 \begin_layout Plain Layout\r
12845 \r
12846 \r
12847 \backslash\r
12848 spce \r
12849 \end_layout\r
12850 \r
12851 \end_inset\r
12852 \r
12853 A\r
12854 \begin_inset Formula $\downarrow$\r
12855 \end_inset\r
12856 \r
12857 B\r
12858 \end_layout\r
12859 \r
12860 \end_inset\r
12861 </cell>\r
12862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
12863 \begin_inset Text\r
12864 \r
12865 \begin_layout Plain Layout\r
12866 \begin_inset Formula $\raisebox{6mm}{}$\r
12867 \end_inset\r
12868 \r
12869 \r
12870 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$\r
12871 \end_inset\r
12872 \r
12873 \r
12874 \begin_inset Formula $\raisebox{-4mm}{}$\r
12875 \end_inset\r
12876 \r
12877 \r
12878 \end_layout\r
12879 \r
12880 \end_inset\r
12881 </cell>\r
12882 </row>\r
12883 </lyxtabular>\r
12884 \r
12885 \end_inset\r
12886 \r
12887 \r
12888 \end_layout\r
12889 \r
12890 \begin_layout Standard\r
12891 The frame thickness can also be adjusted.\r
12892  To do this the following commands have to be inserted in TeX-mode before\r
12893  the formula\r
12894 \end_layout\r
12895 \r
12896 \begin_layout Standard\r
12897 \r
12898 \series bold\r
12899 \r
12900 \backslash\r
12901 fboxrule\r
12902 \series default\r
12903  \r
12904 \series bold\r
12905 \r
12906 \begin_inset Quotes eld\r
12907 \end_inset\r
12908 \r
12909 thickness\r
12910 \begin_inset Quotes erd\r
12911 \end_inset\r
12912 \r
12913 \r
12914 \series default\r
12915  \r
12916 \series bold\r
12917 \r
12918 \backslash\r
12919 fboxsep\r
12920 \series default\r
12921  \r
12922 \series bold\r
12923 \r
12924 \begin_inset Quotes eld\r
12925 \end_inset\r
12926 \r
12927 distance\r
12928 \begin_inset Quotes erd\r
12929 \end_inset\r
12930 \r
12931 \r
12932 \end_layout\r
12933 \r
12934 \begin_layout Standard\r
12935 \begin_inset Quotes eld\r
12936 \end_inset\r
12937 \r
12938 distance\r
12939 \begin_inset Quotes erd\r
12940 \end_inset\r
12941 \r
12942  specifies the minimal distance between the frame and the first character\r
12943  in the box.\r
12944  An example for this is the following framed formula:\r
12945 \begin_inset ERT\r
12946 status collapsed\r
12947 \r
12948 \begin_layout Plain Layout\r
12949 \r
12950 \r
12951 \backslash\r
12952 fboxrule 2mm \r
12953 \backslash\r
12954 fboxsep 3mm\r
12955 \end_layout\r
12956 \r
12957 \end_inset\r
12958 \r
12959 \r
12960 \begin_inset Formula \r
12961 \[\r
12962 \boxed{A+B=C}\r
12963 \]\r
12964 \r
12965 \end_inset\r
12966 \r
12967 Before this formula the commands\r
12968 \end_layout\r
12969 \r
12970 \begin_layout Standard\r
12971 \r
12972 \series bold\r
12973 \r
12974 \backslash\r
12975 fboxrule\r
12976 \series default\r
12977  \r
12978 \series bold\r
12979 2mm\r
12980 \series default\r
12981  \r
12982 \series bold\r
12983 \r
12984 \backslash\r
12985 fboxsep\r
12986 \series default\r
12987  \r
12988 \series bold\r
12989 3mm\r
12990 \end_layout\r
12991 \r
12992 \begin_layout Standard\r
12993 were inserted in TeX-mode.\r
12994  The given values are used for all following boxes.\r
12995 \end_layout\r
12996 \r
12997 \begin_layout Standard\r
12998 To return to the standard frame size, the command\r
12999 \end_layout\r
13000 \r
13001 \begin_layout Standard\r
13002 \r
13003 \series bold\r
13004 \r
13005 \backslash\r
13006 fboxrule\r
13007 \series default\r
13008  \r
13009 \series bold\r
13010 0.4pt\r
13011 \series default\r
13012  \r
13013 \series bold\r
13014 \r
13015 \backslash\r
13016 fboxsep\r
13017 \series default\r
13018  \r
13019 \series bold\r
13020 3pt\r
13021 \series default\r
13022 \r
13023 \begin_inset ERT\r
13024 status collapsed\r
13025 \r
13026 \begin_layout Plain Layout\r
13027 \r
13028 \r
13029 \backslash\r
13030 fboxrule 0.4pt \r
13031 \backslash\r
13032 fboxsep 3pt\r
13033 \end_layout\r
13034 \r
13035 \end_inset\r
13036 \r
13037 \r
13038 \end_layout\r
13039 \r
13040 \begin_layout Standard\r
13041 is inserted in TeX-mode before the next formula.\r
13042 \end_layout\r
13043 \r
13044 \begin_layout Subsection\r
13045 Boxes without Frame\r
13046 \begin_inset CommandInset label\r
13047 LatexCommand label\r
13048 name "sub:Boxes-without-Frame"\r
13049 \r
13050 \end_inset\r
13051 \r
13052 \r
13053 \begin_inset Index idx\r
13054 status collapsed\r
13055 \r
13056 \begin_layout Plain Layout\r
13057 Boxes ! without frame\r
13058 \end_layout\r
13059 \r
13060 \end_inset\r
13061 \r
13062 \r
13063 \end_layout\r
13064 \r
13065 \begin_layout Standard\r
13066 For boxes without a frame there are the following box commands: \r
13067 \series bold\r
13068 \r
13069 \backslash\r
13070 mbox\r
13071 \series default\r
13072 \r
13073 \begin_inset Index idx\r
13074 status collapsed\r
13075 \r
13076 \begin_layout Plain Layout\r
13077 Commands ! M ! \r
13078 \backslash\r
13079 mbox\r
13080 \end_layout\r
13081 \r
13082 \end_inset\r
13083 \r
13084\r
13085 \series bold\r
13086 \r
13087 \backslash\r
13088 makebox\r
13089 \series default\r
13090 \r
13091 \begin_inset Index idx\r
13092 status collapsed\r
13093 \r
13094 \begin_layout Plain Layout\r
13095 Commands ! M ! \r
13096 \backslash\r
13097 makebox\r
13098 \end_layout\r
13099 \r
13100 \end_inset\r
13101 \r
13102  and \r
13103 \series bold\r
13104 \r
13105 \backslash\r
13106 raisebox\r
13107 \series default\r
13108 \r
13109 \begin_inset Index idx\r
13110 status collapsed\r
13111 \r
13112 \begin_layout Plain Layout\r
13113 Commands ! R ! \r
13114 \backslash\r
13115 raisebox\r
13116 \end_layout\r
13117 \r
13118 \end_inset\r
13119 \r
13120 \r
13121 \end_layout\r
13122 \r
13123 \begin_layout Standard\r
13124 With \r
13125 \series bold\r
13126 \r
13127 \backslash\r
13128 raisebox\r
13129 \series default\r
13130  a box can be super- or subscripted.\r
13131  But in contrary to normal super- and subscripting, the characters in the\r
13132  box keep their font size.\r
13133  \r
13134 \series bold\r
13135 \r
13136 \backslash\r
13137 raisebox\r
13138 \series default\r
13139  is used in the following scheme:\r
13140 \end_layout\r
13141 \r
13142 \begin_layout Standard\r
13143 \r
13144 \series bold\r
13145 \r
13146 \backslash\r
13147 raisebox{height}{box content}\r
13148 \end_layout\r
13149 \r
13150 \begin_layout Standard\r
13151 When the box should contain a formula, an extra formula is needed like for\r
13152  \r
13153 \series bold\r
13154 \r
13155 \backslash\r
13156 fbox\r
13157 \series default\r
13158 .\r
13159  \r
13160 \series medium\r
13161 \r
13162 \begin_inset Note Greyedout\r
13163 status open\r
13164 \r
13165 \begin_layout Plain Layout\r
13166 \r
13167 \series bold\r
13168 Note:\r
13169 \series default\r
13170  For \r
13171 \series bold\r
13172 \r
13173 \backslash\r
13174 raisebox\r
13175 \series default\r
13176  this extra formula is created by pressing \r
13177 \family sans\r
13178 Ctrl+M\r
13179 \family default\r
13180  twice instead of once because LyX doesn't yet support \r
13181 \series bold\r
13182 \r
13183 \backslash\r
13184 raisebox\r
13185 \series default\r
13186  directly.\r
13187 \end_layout\r
13188 \r
13189 \end_inset\r
13190 \r
13191 \r
13192 \end_layout\r
13193 \r
13194 \begin_layout Standard\r
13195 \align center\r
13196 \begin_inset Tabular\r
13197 <lyxtabular version="3" rows="4" columns="2">\r
13198 <features rotate="0" tabularvalignment="middle">\r
13199 <column alignment="center" valignment="top">\r
13200 <column alignment="center" valignment="top">\r
13201 <row>\r
13202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
13203 \begin_inset Text\r
13204 \r
13205 \begin_layout Plain Layout\r
13206 Command\r
13207 \end_layout\r
13208 \r
13209 \end_inset\r
13210 </cell>\r
13211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
13212 \begin_inset Text\r
13213 \r
13214 \begin_layout Plain Layout\r
13215 Result\r
13216 \end_layout\r
13217 \r
13218 \end_inset\r
13219 </cell>\r
13220 </row>\r
13221 <row>\r
13222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
13223 \begin_inset Text\r
13224 \r
13225 \begin_layout Plain Layout\r
13226 H\r
13227 \backslash\r
13228 raisebox{2mm\r
13229 \begin_inset Formula $\to$\r
13230 \end_inset\r
13231 \r
13232 \r
13233 \backslash\r
13234 {al\r
13235 \begin_inset Formula $\to$\r
13236 \end_inset\r
13237 \r
13238  lo\r
13239 \end_layout\r
13240 \r
13241 \end_inset\r
13242 </cell>\r
13243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
13244 \begin_inset Text\r
13245 \r
13246 \begin_layout Plain Layout\r
13247 \begin_inset Formula $H\raisebox{2mm}{al}lo$\r
13248 \end_inset\r
13249 \r
13250 \r
13251 \end_layout\r
13252 \r
13253 \end_inset\r
13254 </cell>\r
13255 </row>\r
13256 <row>\r
13257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
13258 \begin_inset Text\r
13259 \r
13260 \begin_layout Plain Layout\r
13261 H\r
13262 \backslash\r
13263 raisebox{-2mm\r
13264 \begin_inset Formula $\to$\r
13265 \end_inset\r
13266 \r
13267 \r
13268 \backslash\r
13269 {al\r
13270 \begin_inset Formula $\to$\r
13271 \end_inset\r
13272 \r
13273 lo\r
13274 \end_layout\r
13275 \r
13276 \end_inset\r
13277 </cell>\r
13278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
13279 \begin_inset Text\r
13280 \r
13281 \begin_layout Plain Layout\r
13282 \begin_inset Formula $H\raisebox{-2mm}{al}lo$\r
13283 \end_inset\r
13284 \r
13285 \r
13286 \end_layout\r
13287 \r
13288 \end_inset\r
13289 </cell>\r
13290 </row>\r
13291 <row>\r
13292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
13293 \begin_inset Text\r
13294 \r
13295 \begin_layout Plain Layout\r
13296 A=\r
13297 \backslash\r
13298 raisebox{-2mm\r
13299 \begin_inset Formula $\to$\r
13300 \end_inset\r
13301 \r
13302 \r
13303 \backslash\r
13304 {\r
13305 \family sans\r
13306 Ctrl+M\r
13307 \family default\r
13308  \r
13309 \family sans\r
13310 Ctrl+M\r
13311 \family default\r
13312  \r
13313 \backslash\r
13314 sqrt\r
13315 \begin_inset ERT\r
13316 status collapsed\r
13317 \r
13318 \begin_layout Plain Layout\r
13319 \r
13320 \r
13321 \backslash\r
13322 spce \r
13323 \end_layout\r
13324 \r
13325 \end_inset\r
13326 \r
13327\r
13328 \end_layout\r
13329 \r
13330 \end_inset\r
13331 </cell>\r
13332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
13333 \begin_inset Text\r
13334 \r
13335 \begin_layout Plain Layout\r
13336 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$\r
13337 \end_inset\r
13338 \r
13339 \r
13340 \end_layout\r
13341 \r
13342 \end_inset\r
13343 </cell>\r
13344 </row>\r
13345 </lyxtabular>\r
13346 \r
13347 \end_inset\r
13348 \r
13349 \r
13350 \end_layout\r
13351 \r
13352 \begin_layout Standard\r
13353 The command \r
13354 \series bold\r
13355 \r
13356 \backslash\r
13357 mbox\r
13358 \series default\r
13359  is equivalent to \r
13360 \series bold\r
13361 \r
13362 \backslash\r
13363 fbox\r
13364 \series default\r
13365  and \r
13366 \series bold\r
13367 \r
13368 \backslash\r
13369 makebox\r
13370 \series default\r
13371  is equivalent to \r
13372 \series bold\r
13373 \r
13374 \backslash\r
13375 framebox\r
13376 \series default\r
13377 , with the difference that there is no frame.\r
13378 \end_layout\r
13379 \r
13380 \begin_layout Subsection\r
13381 Colored Boxes\r
13382 \begin_inset CommandInset label\r
13383 LatexCommand label\r
13384 name "sub:Colored-Boxes"\r
13385 \r
13386 \end_inset\r
13387 \r
13388 \r
13389 \begin_inset Index idx\r
13390 status collapsed\r
13391 \r
13392 \begin_layout Plain Layout\r
13393 Boxes ! colored\r
13394 \end_layout\r
13395 \r
13396 \end_inset\r
13397 \r
13398 \r
13399 \end_layout\r
13400 \r
13401 \begin_layout Standard\r
13402 To be able to use all commands explained in this section, the LaTeX-package\r
13403  \r
13404 \series bold\r
13405 color\r
13406 \series default\r
13407 \r
13408 \begin_inset Foot\r
13409 status collapsed\r
13410 \r
13411 \begin_layout Plain Layout\r
13412 The LaTeX-package \r
13413 \series bold\r
13414 color\r
13415 \series default\r
13416  is part of every LaTeX standard installation.\r
13417 \end_layout\r
13418 \r
13419 \end_inset\r
13420 \r
13421 \r
13422 \begin_inset Index idx\r
13423 status collapsed\r
13424 \r
13425 \begin_layout Plain Layout\r
13426 Packages ! color\r
13427 \end_layout\r
13428 \r
13429 \end_inset\r
13430 \r
13431  has to be loaded in the LaTeX-preamble with the line\r
13432 \begin_inset Foot\r
13433 status collapsed\r
13434 \r
13435 \begin_layout Plain Layout\r
13436 When text is colored somewhere in the document with a predefined color,\r
13437  LyX loads the LaTeX-package \r
13438 \series bold\r
13439 color\r
13440 \series default\r
13441  automatically.\r
13442  Thus it is possible that the package is loaded twice, but this does not\r
13443  cause problems.\r
13444 \end_layout\r
13445 \r
13446 \end_inset\r
13447 \r
13448 \r
13449 \begin_inset Note Note\r
13450 status collapsed\r
13451 \r
13452 \begin_layout Plain Layout\r
13453 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre\r
13454 amble.\r
13455 \end_layout\r
13456 \r
13457 \end_inset\r
13458 \r
13459 \r
13460 \end_layout\r
13461 \r
13462 \begin_layout Standard\r
13463 \r
13464 \series bold\r
13465 \r
13466 \backslash\r
13467 usepackage{color}\r
13468 \end_layout\r
13469 \r
13470 \begin_layout Standard\r
13471 \begin_inset VSpace medskip\r
13472 \end_inset\r
13473 \r
13474 To color boxes, the command \r
13475 \series bold\r
13476 \r
13477 \backslash\r
13478 colorbox\r
13479 \series default\r
13480 \r
13481 \begin_inset Index idx\r
13482 status collapsed\r
13483 \r
13484 \begin_layout Plain Layout\r
13485 Commands ! C ! \r
13486 \backslash\r
13487 colorbox\r
13488 \end_layout\r
13489 \r
13490 \end_inset\r
13491 \r
13492  is used in the following scheme:\r
13493 \end_layout\r
13494 \r
13495 \begin_layout Standard\r
13496 \r
13497 \series bold\r
13498 \r
13499 \backslash\r
13500 colorbox{color}{box content}\r
13501 \end_layout\r
13502 \r
13503 \begin_layout Standard\r
13504 The box content can also be a box and a \r
13505 \series bold\r
13506 \r
13507 \backslash\r
13508 colorbox\r
13509 \series default\r
13510  can also be part of another box (see the 2nd and 3rd example).\r
13511  When the box should contain a formula, an extra formula has to be created,\r
13512  the same way as for \r
13513 \series bold\r
13514 \r
13515 \backslash\r
13516 raisebox\r
13517 \series default\r
13518 .\r
13519 \begin_inset Foot\r
13520 status collapsed\r
13521 \r
13522 \begin_layout Plain Layout\r
13523 This also applies for the command \r
13524 \series bold\r
13525 \r
13526 \backslash\r
13527 fcolorbox\r
13528 \series default\r
13529 .\r
13530 \end_layout\r
13531 \r
13532 \end_inset\r
13533 \r
13534 \r
13535 \end_layout\r
13536 \r
13537 \begin_layout Standard\r
13538 One of the following predefined colors can be chosen:\r
13539 \end_layout\r
13540 \r
13541 \begin_layout Standard\r
13542 \r
13543 \series bold\r
13544 black\r
13545 \series default\r
13546\r
13547 \series bold\r
13548 blue\r
13549 \series default\r
13550\r
13551 \series bold\r
13552 cyan\r
13553 \series default\r
13554\r
13555 \series bold\r
13556 green\r
13557 \series default\r
13558\r
13559 \series bold\r
13560 magenta\r
13561 \series default\r
13562\r
13563 \series bold\r
13564 red\r
13565 \series default\r
13566\r
13567 \series bold\r
13568 white\r
13569 \series default\r
13570  and \r
13571 \series bold\r
13572 yellow\r
13573 \end_layout\r
13574 \r
13575 \begin_layout Standard\r
13576 \align center\r
13577 \begin_inset Tabular\r
13578 <lyxtabular version="3" rows="4" columns="2">\r
13579 <features rotate="0" tabularvalignment="middle">\r
13580 <column alignment="center" valignment="top">\r
13581 <column alignment="center" valignment="top">\r
13582 <row>\r
13583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
13584 \begin_inset Text\r
13585 \r
13586 \begin_layout Plain Layout\r
13587 Command\r
13588 \end_layout\r
13589 \r
13590 \end_inset\r
13591 </cell>\r
13592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
13593 \begin_inset Text\r
13594 \r
13595 \begin_layout Plain Layout\r
13596 Result\r
13597 \begin_inset Note Note\r
13598 status collapsed\r
13599 \r
13600 \begin_layout Plain Layout\r
13601 \r
13602 \series bold\r
13603 \r
13604 \backslash\r
13605 raisebox\r
13606 \series default\r
13607  is only used as spacer.\r
13608 \end_layout\r
13609 \r
13610 \end_inset\r
13611 \r
13612 \r
13613 \end_layout\r
13614 \r
13615 \end_inset\r
13616 </cell>\r
13617 </row>\r
13618 <row>\r
13619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
13620 \begin_inset Text\r
13621 \r
13622 \begin_layout Plain Layout\r
13623 \r
13624 \backslash\r
13625 colorbox{yellow\r
13626 \begin_inset Formula $\to$\r
13627 \end_inset\r
13628 \r
13629 \r
13630 \backslash\r
13631 {A=B\r
13632 \end_layout\r
13633 \r
13634 \end_inset\r
13635 </cell>\r
13636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
13637 \begin_inset Text\r
13638 \r
13639 \begin_layout Plain Layout\r
13640 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$\r
13641 \end_inset\r
13642 \r
13643 \r
13644 \end_layout\r
13645 \r
13646 \end_inset\r
13647 </cell>\r
13648 </row>\r
13649 <row>\r
13650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
13651 \begin_inset Text\r
13652 \r
13653 \begin_layout Plain Layout\r
13654 \r
13655 \backslash\r
13656 colorbox{green\r
13657 \begin_inset Formula $\to$\r
13658 \end_inset\r
13659 \r
13660 \r
13661 \backslash\r
13662 {\r
13663 \backslash\r
13664 fbox\r
13665 \begin_inset ERT\r
13666 status collapsed\r
13667 \r
13668 \begin_layout Plain Layout\r
13669 \r
13670 \r
13671 \backslash\r
13672 spce \r
13673 \end_layout\r
13674 \r
13675 \end_inset\r
13676 \r
13677 A=B\r
13678 \end_layout\r
13679 \r
13680 \end_inset\r
13681 </cell>\r
13682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
13683 \begin_inset Text\r
13684 \r
13685 \begin_layout Plain Layout\r
13686 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$\r
13687 \end_inset\r
13688 \r
13689 \r
13690 \end_layout\r
13691 \r
13692 \end_inset\r
13693 </cell>\r
13694 </row>\r
13695 <row>\r
13696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
13697 \begin_inset Text\r
13698 \r
13699 \begin_layout Plain Layout\r
13700 \r
13701 \backslash\r
13702 fbox\r
13703 \begin_inset ERT\r
13704 status collapsed\r
13705 \r
13706 \begin_layout Plain Layout\r
13707 \r
13708 \r
13709 \backslash\r
13710 spce \r
13711 \end_layout\r
13712 \r
13713 \end_inset\r
13714 \r
13715 \r
13716 \backslash\r
13717 colorbox{green\r
13718 \begin_inset Formula $\to$\r
13719 \end_inset\r
13720 \r
13721 \r
13722 \backslash\r
13723 {\r
13724 \family sans\r
13725 Ctrl+M\r
13726 \family default\r
13727  \r
13728 \family sans\r
13729 Ctrl+M\r
13730 \family default\r
13731  \r
13732 \backslash\r
13733 int\r
13734 \begin_inset ERT\r
13735 status collapsed\r
13736 \r
13737 \begin_layout Plain Layout\r
13738 \r
13739 \r
13740 \backslash\r
13741 spce \r
13742 \end_layout\r
13743 \r
13744 \end_inset\r
13745 \r
13746 C=D\r
13747 \end_layout\r
13748 \r
13749 \end_inset\r
13750 </cell>\r
13751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
13752 \begin_inset Text\r
13753 \r
13754 \begin_layout Plain Layout\r
13755 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$\r
13756 \end_inset\r
13757 \r
13758 \r
13759 \end_layout\r
13760 \r
13761 \end_inset\r
13762 </cell>\r
13763 </row>\r
13764 </lyxtabular>\r
13765 \r
13766 \end_inset\r
13767 \r
13768 \r
13769 \end_layout\r
13770 \r
13771 \begin_layout Standard\r
13772 \r
13773 \series bold\r
13774 \r
13775 \backslash\r
13776 colorbox\r
13777 \series default\r
13778  only colors the box but not the characters in the box.\r
13779  To color all characters, the whole formula is highlighted and the desired\r
13780  color is chosen in the \r
13781 \family sans\r
13782 Text\r
13783 \begin_inset space ~\r
13784 \end_inset\r
13785 \r
13786 Style\r
13787 \family default\r
13788  dialog.\r
13789  The dialog can be called with the toolbar button \r
13790 \begin_inset Graphics\r
13791         filename ../images/dialog-show_character.png\r
13792         scale 85\r
13793 \r
13794 \end_inset\r
13795 \r
13796  or the menu \r
13797 \family sans\r
13798 Edit\SpecialChar \menuseparator\r
13799 Text\r
13800 \begin_inset space ~\r
13801 \end_inset\r
13802 \r
13803 Style\SpecialChar \menuseparator\r
13804 Customized\r
13805 \family default\r
13806 .\r
13807  The formula number then has the same color as the formula.\r
13808  When the formula number should get another color than the formula characters,\r
13809  the color must be changed within the formula.\r
13810 \end_layout\r
13811 \r
13812 \begin_layout Standard\r
13813 An example:\r
13814 \end_layout\r
13815 \r
13816 \begin_layout Standard\r
13817 \r
13818 \color red\r
13819 \begin_inset Formula \r
13820 \begin{equation}\r
13821 \int A=B\label{eq:red}\r
13822 \end{equation}\r
13823 \r
13824 \end_inset\r
13825 \r
13826 \r
13827 \color green\r
13828 \r
13829 \begin_inset Formula \r
13830 \begin{equation}\r
13831 \textcolor{red}{\int A=B}\label{eq:redgreen}\r
13832 \end{equation}\r
13833 \r
13834 \end_inset\r
13835 \r
13836 \r
13837 \end_layout\r
13838 \r
13839 \begin_layout Standard\r
13840 Formula \r
13841 \begin_inset CommandInset ref\r
13842 LatexCommand eqref\r
13843 reference "eq:red"\r
13844 \r
13845 \end_inset\r
13846 \r
13847  is completely colored red.\r
13848 \begin_inset Newline newline\r
13849 \end_inset\r
13850 \r
13851 Formula \r
13852 \begin_inset CommandInset ref\r
13853 LatexCommand eqref\r
13854 reference "eq:redgreen"\r
13855 \r
13856 \end_inset\r
13857 \r
13858  was first completely colored green to set the color for the formula number.\r
13859  Subsequently the formula characters were colored red.\r
13860 \end_layout\r
13861 \r
13862 \begin_layout Standard\r
13863 \begin_inset VSpace bigskip\r
13864 \end_inset\r
13865 \r
13866 To color the frame different than the rest of the box, the command \r
13867 \series bold\r
13868 \r
13869 \backslash\r
13870 fcolorbox\r
13871 \series default\r
13872 \r
13873 \begin_inset Index idx\r
13874 status collapsed\r
13875 \r
13876 \begin_layout Plain Layout\r
13877 Commands ! F ! \r
13878 \backslash\r
13879 fcolorbox\r
13880 \end_layout\r
13881 \r
13882 \end_inset\r
13883 \r
13884  is used in the following scheme:\r
13885 \end_layout\r
13886 \r
13887 \begin_layout Standard\r
13888 \r
13889 \series bold\r
13890 \r
13891 \backslash\r
13892 fcolorbox{frame color}{color}{box content}\r
13893 \end_layout\r
13894 \r
13895 \begin_layout Standard\r
13896 So \r
13897 \series bold\r
13898 \r
13899 \backslash\r
13900 fcolorbox\r
13901 \series default\r
13902  is an extension of the command \r
13903 \series bold\r
13904 \r
13905 \backslash\r
13906 colorbox\r
13907 \series default\r
13908 .\r
13909  The frame width is set, like for \r
13910 \series bold\r
13911 \r
13912 \backslash\r
13913 framebox\r
13914 \series default\r
13915 , with \r
13916 \series bold\r
13917 \r
13918 \backslash\r
13919 fboxrule\r
13920 \series default\r
13921  and \r
13922 \series bold\r
13923 \r
13924 \backslash\r
13925 fboxsep\r
13926 \series default\r
13927 .\r
13928  An example:\r
13929 \begin_inset ERT\r
13930 status collapsed\r
13931 \r
13932 \begin_layout Plain Layout\r
13933 \r
13934 \r
13935 \backslash\r
13936 fboxrule 1mm \r
13937 \backslash\r
13938 fboxsep 1mm\r
13939 \end_layout\r
13940 \r
13941 \end_inset\r
13942 \r
13943 \r
13944 \begin_inset Formula \r
13945 \[\r
13946 \fcolorbox{cyan}{magenta}{A=B}\r
13947 \]\r
13948 \r
13949 \end_inset\r
13950 \r
13951 \r
13952 \begin_inset ERT\r
13953 status collapsed\r
13954 \r
13955 \begin_layout Plain Layout\r
13956 \r
13957 \r
13958 \backslash\r
13959 fboxrule 0.4pt \r
13960 \backslash\r
13961 fboxsep 3pt\r
13962 \end_layout\r
13963 \r
13964 \end_inset\r
13965 \r
13966 \r
13967 \end_layout\r
13968 \r
13969 \begin_layout Standard\r
13970 This formula was created with the command\r
13971 \begin_inset Newline newline\r
13972 \end_inset\r
13973 \r
13974 \r
13975 \series bold\r
13976 \r
13977 \backslash\r
13978 fcolorbox{cyan\r
13979 \begin_inset Formula $\to$\r
13980 \end_inset\r
13981 \r
13982 \r
13983 \backslash\r
13984 {magenta\r
13985 \begin_inset Formula $\to$\r
13986 \end_inset\r
13987 \r
13988 \r
13989 \backslash\r
13990 {A=B\r
13991 \series default\r
13992 .\r
13993 \end_layout\r
13994 \r
13995 \begin_layout Standard\r
13996 \begin_inset VSpace bigskip\r
13997 \end_inset\r
13998 \r
13999 To use other colors than the predefined ones, they have to be defined first.\r
14000 \end_layout\r
14001 \r
14002 \begin_layout Standard\r
14003 One can for example define the color \r
14004 \begin_inset Quotes eld\r
14005 \end_inset\r
14006 \r
14007 \r
14008 \series bold\r
14009 darkgreen\r
14010 \series default\r
14011 \r
14012 \begin_inset Quotes erd\r
14013 \end_inset\r
14014 \r
14015  with the LaTeX-preamble line:\r
14016 \end_layout\r
14017 \r
14018 \begin_layout Standard\r
14019 \r
14020 \series bold\r
14021 \r
14022 \backslash\r
14023 definecolor{darkgreen}{cmyk}{0.5,\r
14024 \series default\r
14025  \r
14026 \series bold\r
14027 0,\r
14028 \series default\r
14029  \r
14030 \series bold\r
14031 1,\r
14032 \series default\r
14033  \r
14034 \series bold\r
14035 0.5}\r
14036 \series default\r
14037 \r
14038 \begin_inset Index idx\r
14039 status collapsed\r
14040 \r
14041 \begin_layout Plain Layout\r
14042 Commands ! D ! \r
14043 \backslash\r
14044 definecolor\r
14045 \end_layout\r
14046 \r
14047 \end_inset\r
14048 \r
14049 \r
14050 \end_layout\r
14051 \r
14052 \begin_layout Standard\r
14053 \r
14054 \series bold\r
14055 cmyk\r
14056 \series default\r
14057  is the color space that denotes the colors \r
14058 \series bold\r
14059 cyan\r
14060 \series default\r
14061\r
14062 \series bold\r
14063 magenta\r
14064 \series default\r
14065\r
14066 \series bold\r
14067 yellow\r
14068 \series default\r
14069  and \r
14070 \series bold\r
14071 black\r
14072 \series default\r
14073 .\r
14074  The four comma separated numbers are the portion factor for the corresponding\r
14075  colors of the color space.\r
14076  The factors can be in the range of 0\r
14077 \begin_inset space \thinspace{}\r
14078 \end_inset\r
14079 \r
14080 -\r
14081 \begin_inset space \thinspace{}\r
14082 \end_inset\r
14083 \r
14084 1.\r
14085  Instead of \r
14086 \series bold\r
14087 cmyk\r
14088 \series default\r
14089  also the color space \r
14090 \series bold\r
14091 rgb\r
14092 \series default\r
14093  can be used for definitions.\r
14094  \r
14095 \series bold\r
14096 rgb\r
14097 \series default\r
14098  denotes \r
14099 \series bold\r
14100 red\r
14101 \series default\r
14102\r
14103 \series bold\r
14104 green\r
14105 \series default\r
14106  and \r
14107 \series bold\r
14108 blue\r
14109 \series default\r
14110 , so that there are in this case three portion factors for the corresponding\r
14111  colors.\r
14112  Furthermore there is the color space \r
14113 \series bold\r
14114 gray\r
14115 \series default\r
14116  with one portion factor for the gray value.\r
14117 \end_layout\r
14118 \r
14119 \begin_layout Standard\r
14120 As example a framed box with the new defined color \r
14121 \series bold\r
14122 darkgreen\r
14123 \series default\r
14124  where the characters have been colored \r
14125 \series bold\r
14126 yellow\r
14127 \series default\r
14128 :\r
14129 \begin_inset Formula \r
14130 \begin{equation}\r
14131 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\r
14132 \end{equation}\r
14133 \r
14134 \end_inset\r
14135 \r
14136 \r
14137 \end_layout\r
14138 \r
14139 \begin_layout Standard\r
14140 Self-defined colors can also be used for text with the help of the command\r
14141  \r
14142 \series bold\r
14143 \r
14144 \backslash\r
14145 textcolor\r
14146 \series default\r
14147 :\r
14148 \begin_inset Index idx\r
14149 status collapsed\r
14150 \r
14151 \begin_layout Plain Layout\r
14152 Text ! colored\r
14153 \end_layout\r
14154 \r
14155 \end_inset\r
14156 \r
14157 \r
14158 \end_layout\r
14159 \r
14160 \begin_layout Standard\r
14161 \begin_inset ERT\r
14162 status collapsed\r
14163 \r
14164 \begin_layout Plain Layout\r
14165 \r
14166 \r
14167 \backslash\r
14168 textcolor{darkgreen}{\r
14169 \end_layout\r
14170 \r
14171 \end_inset\r
14172 \r
14173 This sentence is \r
14174 \begin_inset Quotes eld\r
14175 \end_inset\r
14176 \r
14177 darkgreen\r
14178 \begin_inset Quotes erd\r
14179 \end_inset\r
14180 \r
14181 .\r
14182 \begin_inset ERT\r
14183 status collapsed\r
14184 \r
14185 \begin_layout Plain Layout\r
14186 \r
14187 }\r
14188 \end_layout\r
14189 \r
14190 \end_inset\r
14191 \r
14192 \r
14193 \end_layout\r
14194 \r
14195 \begin_layout Standard\r
14196 \r
14197 \series bold\r
14198 \r
14199 \backslash\r
14200 textcolor\r
14201 \series default\r
14202 \r
14203 \begin_inset Index idx\r
14204 status collapsed\r
14205 \r
14206 \begin_layout Plain Layout\r
14207 Commands ! T ! \r
14208 \backslash\r
14209 textcolor\r
14210 \end_layout\r
14211 \r
14212 \end_inset\r
14213 \r
14214  is used in the scheme \r
14215 \series bold\r
14216 \r
14217 \backslash\r
14218 textcolor{color}{characters to color}\r
14219 \series default\r
14220 .\r
14221 \end_layout\r
14222 \r
14223 \begin_layout Subsection\r
14224 Paragraph Boxes\r
14225 \begin_inset CommandInset label\r
14226 LatexCommand label\r
14227 name "sub:Paragraph-Boxes"\r
14228 \r
14229 \end_inset\r
14230 \r
14231 \r
14232 \begin_inset Index idx\r
14233 status collapsed\r
14234 \r
14235 \begin_layout Plain Layout\r
14236 Boxes ! as paragraph\r
14237 \end_layout\r
14238 \r
14239 \end_inset\r
14240 \r
14241 \r
14242 \end_layout\r
14243 \r
14244 \begin_layout Standard\r
14245 A box that can contain several lines and paragraphs, a so-called paragraph\r
14246  box (parbox), can be created with the menu \r
14247 \family sans\r
14248 Insert\SpecialChar \menuseparator\r
14249 Box\r
14250 \family default\r
14251  or the toolbar button \r
14252 \begin_inset Graphics\r
14253         filename ../images/box-insert.png\r
14254         scale 85\r
14255 \r
14256 \end_inset\r
14257 \r
14258 .\r
14259 \end_layout\r
14260 \r
14261 \begin_layout Standard\r
14262 The following example shows a framed parbox in a line:\r
14263 \end_layout\r
14264 \r
14265 \begin_layout Standard\r
14266 \begin_inset VSpace medskip\r
14267 \end_inset\r
14268 \r
14269 This is a line \r
14270 \begin_inset Box Boxed\r
14271 position "c"\r
14272 hor_pos "c"\r
14273 has_inner_box 1\r
14274 inner_pos "t"\r
14275 use_parbox 1\r
14276 use_makebox 0\r
14277 width "5cm"\r
14278 special "none"\r
14279 height "1in"\r
14280 height_special "totalheight"\r
14281 status open\r
14282 \r
14283 \begin_layout Plain Layout\r
14284 This is a paragraph box.\r
14285  It is exactly 5\r
14286 \begin_inset space \thinspace{}\r
14287 \end_inset\r
14288 \r
14289 cm long and can also contain formulas: \r
14290 \begin_inset Formula $\int A\,\mathrm{d}s=C$\r
14291 \end_inset\r
14292 \r
14293 \r
14294 \end_layout\r
14295 \r
14296 \end_inset\r
14297 \r
14298  with a parbox.\r
14299 \end_layout\r
14300 \r
14301 \begin_layout Standard\r
14302 \begin_inset VSpace medskip\r
14303 \end_inset\r
14304 \r
14305 \r
14306 \end_layout\r
14307 \r
14308 \begin_layout Standard\r
14309 Such a box is created by right-clicking on the gray box inset.\r
14310  A dialog pops up showing the box properties.\r
14311  In our case set: \r
14312 \emph on\r
14313 Decoration\r
14314 \emph default\r
14315 : Rectangular box, \r
14316 \emph on\r
14317 Inner Box\r
14318 \emph default\r
14319 : Parbox, \r
14320 \emph on\r
14321 Width\r
14322 \emph default\r
14323 : 5\r
14324 \begin_inset space \thinspace{}\r
14325 \end_inset\r
14326 \r
14327 cm, \r
14328 \emph on\r
14329 Vertical Box Alignment\r
14330 \emph default\r
14331 : Middle\r
14332 \end_layout\r
14333 \r
14334 \begin_layout Standard\r
14335 \begin_inset VSpace medskip\r
14336 \end_inset\r
14337 \r
14338 In LaTeX a parbox is created with the command \r
14339 \series bold\r
14340 \r
14341 \backslash\r
14342 parbox\r
14343 \series default\r
14344 \r
14345 \begin_inset Index idx\r
14346 status collapsed\r
14347 \r
14348 \begin_layout Plain Layout\r
14349 Commands ! P ! \r
14350 \backslash\r
14351 parbox\r
14352 \end_layout\r
14353 \r
14354 \end_inset\r
14355 \r
14356  which has the following scheme:\r
14357 \end_layout\r
14358 \r
14359 \begin_layout Standard\r
14360 \r
14361 \series bold\r
14362 \r
14363 \backslash\r
14364 parbox[position]{width}{box content}\r
14365 \end_layout\r
14366 \r
14367 \begin_layout Standard\r
14368 The positions \r
14369 \emph on\r
14370 b\r
14371 \emph default\r
14372  and \r
14373 \emph on\r
14374 t\r
14375 \emph default\r
14376  are possible.\r
14377  \r
14378 \emph on\r
14379 b\r
14380 \emph default\r
14381  for \r
14382 \begin_inset Quotes eld\r
14383 \end_inset\r
14384 \r
14385 bottom\r
14386 \begin_inset Quotes erd\r
14387 \end_inset\r
14388 \r
14389  means that the box is aligned within the surrounding text with its last\r
14390  line.\r
14391  With \r
14392 \emph on\r
14393 t\r
14394 \emph default\r
14395  for \r
14396 \begin_inset Quotes eld\r
14397 \end_inset\r
14398 \r
14399 top\r
14400 \begin_inset Quotes erd\r
14401 \end_inset\r
14402 \r
14403  this is done with the first line.\r
14404  When no position is given, the box will be vertically centered, see section\r
14405  \r
14406 \emph on\r
14407 Boxes\r
14408 \emph default\r
14409  of the \r
14410 \emph on\r
14411 Embedded\r
14412 \begin_inset space ~\r
14413 \end_inset\r
14414 \r
14415 Objects\r
14416 \emph default\r
14417  manual for examples.\r
14418 \end_layout\r
14419 \r
14420 \begin_layout Standard\r
14421 \begin_inset VSpace bigskip\r
14422 \end_inset\r
14423 \r
14424 To frame formulas completely, including the formula number, the formula\r
14425  must be set into a parbox.\r
14426  To do this, the command \r
14427 \series bold\r
14428 \r
14429 \backslash\r
14430 fbox{\r
14431 \backslash\r
14432 parbox{\r
14433 \backslash\r
14434 linewidth-2\r
14435 \backslash\r
14436 fboxsep-2\r
14437 \backslash\r
14438 fboxrule}{\r
14439 \series default\r
14440  is inserted in TeX-mode before the formula.\r
14441  \r
14442 \series bold\r
14443 \r
14444 \backslash\r
14445 linewidth\r
14446 \series default\r
14447 \r
14448 \begin_inset Index idx\r
14449 status collapsed\r
14450 \r
14451 \begin_layout Plain Layout\r
14452 Commands ! L ! \r
14453 \backslash\r
14454 linewidth\r
14455 \end_layout\r
14456 \r
14457 \end_inset\r
14458 \r
14459  is hereby the line width set for the document.\r
14460  Because the frame is outside the parbox, 2\r
14461 \begin_inset space \thinspace{}\r
14462 \end_inset\r
14463 \r
14464 times the frame separation and the frame thickness must be subtracted from\r
14465  the line width.\r
14466  As this is not automatically done by LyX due to a bug\r
14467 \begin_inset Foot\r
14468 status collapsed\r
14469 \r
14470 \begin_layout Plain Layout\r
14471 \begin_inset CommandInset href\r
14472 LatexCommand href\r
14473 name "LyX-bug #4483"\r
14474 target "http://www.lyx.org/trac/ticket/4483"\r
14475 \r
14476 \end_inset\r
14477 \r
14478 \r
14479 \end_layout\r
14480 \r
14481 \end_inset\r
14482 \r
14483 , TeX-mode has to be used.\r
14484  To be able to multiply and subtract in arguments, the LaTeX-package \r
14485 \series bold\r
14486 calc\r
14487 \series default\r
14488 \r
14489 \begin_inset Foot\r
14490 status collapsed\r
14491 \r
14492 \begin_layout Plain Layout\r
14493 \r
14494 \series bold\r
14495 calc\r
14496 \series default\r
14497  is part of every LaTeX standard installation.\r
14498 \end_layout\r
14499 \r
14500 \end_inset\r
14501 \r
14502 \r
14503 \begin_inset Index idx\r
14504 status collapsed\r
14505 \r
14506 \begin_layout Plain Layout\r
14507 Packages ! calc\r
14508 \end_layout\r
14509 \r
14510 \end_inset\r
14511 \r
14512  must be loaded in the LaTeX-preamble with the line\r
14513 \end_layout\r
14514 \r
14515 \begin_layout Standard\r
14516 \r
14517 \series bold\r
14518 \r
14519 \backslash\r
14520 usepackage{calc}\r
14521 \end_layout\r
14522 \r
14523 \begin_layout Standard\r
14524 Behind the formula both boxes are closed by entering \r
14525 \series bold\r
14526 }}\r
14527 \series default\r
14528  in TeX-mode.\r
14529  Here is an example:\r
14530 \begin_inset ERT\r
14531 status collapsed\r
14532 \r
14533 \begin_layout Plain Layout\r
14534 \r
14535 \r
14536 \backslash\r
14537 fboxsep 5mm \r
14538 \backslash\r
14539 fboxrule 5mm\r
14540 \end_layout\r
14541 \r
14542 \end_inset\r
14543 \r
14544 \r
14545 \end_layout\r
14546 \r
14547 \begin_layout Standard\r
14548 \begin_inset ERT\r
14549 status collapsed\r
14550 \r
14551 \begin_layout Plain Layout\r
14552 \r
14553 \r
14554 \backslash\r
14555 fbox{\r
14556 \backslash\r
14557 parbox{\r
14558 \backslash\r
14559 linewidth-2\r
14560 \backslash\r
14561 fboxsep-2\r
14562 \backslash\r
14563 fboxrule}{\r
14564 \end_layout\r
14565 \r
14566 \end_inset\r
14567 \r
14568 \r
14569 \begin_inset Formula \r
14570 \begin{equation}\r
14571 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\r
14572 \end{equation}\r
14573 \r
14574 \end_inset\r
14575 \r
14576 \r
14577 \begin_inset ERT\r
14578 status collapsed\r
14579 \r
14580 \begin_layout Plain Layout\r
14581 \r
14582 }}\r
14583 \end_layout\r
14584 \r
14585 \end_inset\r
14586 \r
14587 \r
14588 \begin_inset ERT\r
14589 status collapsed\r
14590 \r
14591 \begin_layout Plain Layout\r
14592 \r
14593 \r
14594 \backslash\r
14595 fboxrule 0.4pt \r
14596 \backslash\r
14597 fboxsep 3pt\r
14598 \end_layout\r
14599 \r
14600 \end_inset\r
14601 \r
14602 \r
14603 \end_layout\r
14604 \r
14605 \begin_layout Standard\r
14606 \begin_inset VSpace medskip\r
14607 \end_inset\r
14608 \r
14609 As a parbox is used as the argument of \r
14610 \series bold\r
14611 \r
14612 \backslash\r
14613 fbox\r
14614 \series default\r
14615 , there is in this case no difference between \r
14616 \series bold\r
14617 \r
14618 \backslash\r
14619 fbox\r
14620 \series default\r
14621  and \r
14622 \series bold\r
14623 \r
14624 \backslash\r
14625 boxed\r
14626 \series default\r
14627 .\r
14628 \end_layout\r
14629 \r
14630 \begin_layout Standard\r
14631 \begin_inset VSpace bigskip\r
14632 \end_inset\r
14633 \r
14634 Paragraph boxes are very useful to comment formulas directly.\r
14635  To do this, \r
14636 \series bold\r
14637 \r
14638 \backslash\r
14639 parbox\r
14640 \series default\r
14641  is used in combination with the command \r
14642 \series bold\r
14643 \r
14644 \backslash\r
14645 tag\r
14646 \series default\r
14647 .\r
14648  (more about \r
14649 \series bold\r
14650 \r
14651 \backslash\r
14652 tag\r
14653 \series default\r
14654  see \r
14655 \begin_inset CommandInset ref\r
14656 LatexCommand ref\r
14657 reference "sub:User-defined-Numbering"\r
14658 \r
14659 \end_inset\r
14660 \r
14661 )\r
14662 \end_layout\r
14663 \r
14664 \begin_layout Standard\r
14665 An example of a formula commented with \r
14666 \series bold\r
14667 \r
14668 \backslash\r
14669 parbox\r
14670 \series default\r
14671 :\r
14672 \end_layout\r
14673 \r
14674 \begin_layout Standard\r
14675 \begin_inset ERT\r
14676 status collapsed\r
14677 \r
14678 \begin_layout Plain Layout\r
14679 \r
14680 \r
14681 \backslash\r
14682 [5x-7b=3b\r
14683 \backslash\r
14684 tag*{\r
14685 \backslash\r
14686 parbox{5cm}{\r
14687 \end_layout\r
14688 \r
14689 \end_inset\r
14690 \r
14691 This is a description.\r
14692  It is distinctly separated from the formula and multiline.\r
14693 \begin_inset ERT\r
14694 status collapsed\r
14695 \r
14696 \begin_layout Plain Layout\r
14697 \r
14698 }}\r
14699 \backslash\r
14700 ]\r
14701 \end_layout\r
14702 \r
14703 \end_inset\r
14704 \r
14705 \r
14706 \end_layout\r
14707 \r
14708 \begin_layout Standard\r
14709 Such a formula must be inserted completely in TeX-mode because LyX does\r
14710  not yet support the command \r
14711 \series bold\r
14712 \r
14713 \backslash\r
14714 parbox\r
14715 \series default\r
14716  in formulas.\r
14717  The formula is created with the following command sequence:\r
14718 \end_layout\r
14719 \r
14720 \begin_layout Standard\r
14721 The command \r
14722 \series bold\r
14723 \r
14724 \backslash\r
14725 [5x-7b=3b\r
14726 \backslash\r
14727 tag*\r
14728 \backslash\r
14729 {\r
14730 \backslash\r
14731 parbox{5cm}{\r
14732 \series default\r
14733  is inserted in TeX-mode.\r
14734 \begin_inset Foot\r
14735 status collapsed\r
14736 \r
14737 \begin_layout Plain Layout\r
14738 When the formula style \r
14739 \series bold\r
14740 Indented\r
14741 \series default\r
14742  is used, \r
14743 \series bold\r
14744 \r
14745 \backslash\r
14746 tag*\r
14747 \backslash\r
14748 {\r
14749 \series default\r
14750  can also be replaced by \r
14751 \series bold\r
14752 \r
14753 \backslash\r
14754 hfill\r
14755 \series default\r
14756 .\r
14757  (formula styles see \r
14758 \begin_inset CommandInset ref\r
14759 LatexCommand ref\r
14760 reference "sec:Formula-Styles"\r
14761 \r
14762 \end_inset\r
14763 \r
14764 )\r
14765 \end_layout\r
14766 \r
14767 \end_inset\r
14768 \r
14769  Then the description follows as normal text and finally \r
14770 \series bold\r
14771 }}\r
14772 \backslash\r
14773 ]\r
14774 \series default\r
14775  is inserted in TeX-mode.\r
14776  The commands \r
14777 \series bold\r
14778 \r
14779 \backslash\r
14780 [\r
14781 \series default\r
14782  and \r
14783 \series bold\r
14784 \r
14785 \backslash\r
14786 ]\r
14787 \series default\r
14788  hereby create a displayed formula.\r
14789 \end_layout\r
14790 \r
14791 \begin_layout Standard\r
14792 The advantages of \r
14793 \series bold\r
14794 \r
14795 \backslash\r
14796 parbox\r
14797 \series default\r
14798  can be seen in this example that was \r
14799 \begin_inset Quotes eld\r
14800 \end_inset\r
14801 \r
14802 commented\r
14803 \begin_inset Quotes erd\r
14804 \end_inset\r
14805 \r
14806  using the mathematical textmode:\r
14807 \begin_inset Formula \r
14808 \[\r
14809 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\r
14810 \]\r
14811 \r
14812 \end_inset\r
14813 \r
14814 \r
14815 \end_layout\r
14816 \r
14817 \begin_layout Section\r
14818 Operators\r
14819 \begin_inset Index idx\r
14820 status collapsed\r
14821 \r
14822 \begin_layout Plain Layout\r
14823 Operators\r
14824 \end_layout\r
14825 \r
14826 \end_inset\r
14827 \r
14828 \r
14829 \end_layout\r
14830 \r
14831 \begin_layout Subsection\r
14832 Big Operators\r
14833 \begin_inset CommandInset label\r
14834 LatexCommand label\r
14835 name "sub:Big-Operators"\r
14836 \r
14837 \end_inset\r
14838 \r
14839 \r
14840 \begin_inset Index idx\r
14841 status collapsed\r
14842 \r
14843 \begin_layout Plain Layout\r
14844 Operators ! big\r
14845 \end_layout\r
14846 \r
14847 \end_inset\r
14848 \r
14849 \r
14850 \begin_inset Index idx\r
14851 status collapsed\r
14852 \r
14853 \begin_layout Plain Layout\r
14854 Sums\r
14855 \end_layout\r
14856 \r
14857 \end_inset\r
14858 \r
14859 \r
14860 \begin_inset Index idx\r
14861 status collapsed\r
14862 \r
14863 \begin_layout Plain Layout\r
14864 Integrals\r
14865 \end_layout\r
14866 \r
14867 \end_inset\r
14868 \r
14869 \r
14870 \end_layout\r
14871 \r
14872 \begin_layout Standard\r
14873 To be able to use all integral operators listed here, the option \r
14874 \family sans\r
14875 Use esint package automatically\r
14876 \family default\r
14877  must be set in the document settings under \r
14878 \family sans\r
14879 Math\r
14880 \begin_inset space ~\r
14881 \end_inset\r
14882 \r
14883 Options\r
14884 \family default\r
14885 .\r
14886 \end_layout\r
14887 \r
14888 \begin_layout Standard\r
14889 \begin_inset space \hfill{}\r
14890 \end_inset\r
14891 \r
14892 \r
14893 \begin_inset Tabular\r
14894 <lyxtabular version="3" rows="11" columns="2">\r
14895 <features rotate="0" tabularvalignment="middle">\r
14896 <column alignment="center" valignment="top" width="0pt">\r
14897 <column alignment="center" valignment="top" width="0pt">\r
14898 <row>\r
14899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
14900 \begin_inset Text\r
14901 \r
14902 \begin_layout Plain Layout\r
14903 Command\r
14904 \end_layout\r
14905 \r
14906 \end_inset\r
14907 </cell>\r
14908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
14909 \begin_inset Text\r
14910 \r
14911 \begin_layout Plain Layout\r
14912 Result\r
14913 \end_layout\r
14914 \r
14915 \end_inset\r
14916 </cell>\r
14917 </row>\r
14918 <row>\r
14919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
14920 \begin_inset Text\r
14921 \r
14922 \begin_layout Plain Layout\r
14923 \r
14924 \backslash\r
14925 int\r
14926 \begin_inset Index idx\r
14927 status collapsed\r
14928 \r
14929 \begin_layout Plain Layout\r
14930 Commands ! I ! \r
14931 \backslash\r
14932 int\r
14933 \end_layout\r
14934 \r
14935 \end_inset\r
14936 \r
14937 \r
14938 \end_layout\r
14939 \r
14940 \end_inset\r
14941 </cell>\r
14942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
14943 \begin_inset Text\r
14944 \r
14945 \begin_layout Plain Layout\r
14946 \begin_inset Formula $\int$\r
14947 \end_inset\r
14948 \r
14949 \r
14950 \end_layout\r
14951 \r
14952 \end_inset\r
14953 </cell>\r
14954 </row>\r
14955 <row>\r
14956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
14957 \begin_inset Text\r
14958 \r
14959 \begin_layout Plain Layout\r
14960 \r
14961 \backslash\r
14962 oint\r
14963 \end_layout\r
14964 \r
14965 \end_inset\r
14966 </cell>\r
14967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
14968 \begin_inset Text\r
14969 \r
14970 \begin_layout Plain Layout\r
14971 \begin_inset Formula $\oint$\r
14972 \end_inset\r
14973 \r
14974 \r
14975 \end_layout\r
14976 \r
14977 \end_inset\r
14978 </cell>\r
14979 </row>\r
14980 <row>\r
14981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
14982 \begin_inset Text\r
14983 \r
14984 \begin_layout Plain Layout\r
14985 \r
14986 \backslash\r
14987 ointctrclockwise\r
14988 \end_layout\r
14989 \r
14990 \end_inset\r
14991 </cell>\r
14992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
14993 \begin_inset Text\r
14994 \r
14995 \begin_layout Plain Layout\r
14996 \begin_inset Formula $\ointctrclockwise$\r
14997 \end_inset\r
14998 \r
14999 \r
15000 \end_layout\r
15001 \r
15002 \end_inset\r
15003 </cell>\r
15004 </row>\r
15005 <row>\r
15006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15007 \begin_inset Text\r
15008 \r
15009 \begin_layout Plain Layout\r
15010 \r
15011 \backslash\r
15012 ointclockwise\r
15013 \end_layout\r
15014 \r
15015 \end_inset\r
15016 </cell>\r
15017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15018 \begin_inset Text\r
15019 \r
15020 \begin_layout Plain Layout\r
15021 \begin_inset Formula $\ointclockwise$\r
15022 \end_inset\r
15023 \r
15024 \r
15025 \end_layout\r
15026 \r
15027 \end_inset\r
15028 </cell>\r
15029 </row>\r
15030 <row>\r
15031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15032 \begin_inset Text\r
15033 \r
15034 \begin_layout Plain Layout\r
15035 \r
15036 \backslash\r
15037 sqint\r
15038 \end_layout\r
15039 \r
15040 \end_inset\r
15041 </cell>\r
15042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15043 \begin_inset Text\r
15044 \r
15045 \begin_layout Plain Layout\r
15046 \begin_inset Formula $\sqint$\r
15047 \end_inset\r
15048 \r
15049 \r
15050 \end_layout\r
15051 \r
15052 \end_inset\r
15053 </cell>\r
15054 </row>\r
15055 <row>\r
15056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15057 \begin_inset Text\r
15058 \r
15059 \begin_layout Plain Layout\r
15060 \r
15061 \backslash\r
15062 fint\r
15063 \end_layout\r
15064 \r
15065 \end_inset\r
15066 </cell>\r
15067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15068 \begin_inset Text\r
15069 \r
15070 \begin_layout Plain Layout\r
15071  \r
15072 \begin_inset Formula $\fint$\r
15073 \end_inset\r
15074 \r
15075 \r
15076 \end_layout\r
15077 \r
15078 \end_inset\r
15079 </cell>\r
15080 </row>\r
15081 <row>\r
15082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15083 \begin_inset Text\r
15084 \r
15085 \begin_layout Plain Layout\r
15086 \r
15087 \backslash\r
15088 landupint\r
15089 \end_layout\r
15090 \r
15091 \end_inset\r
15092 </cell>\r
15093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15094 \begin_inset Text\r
15095 \r
15096 \begin_layout Plain Layout\r
15097  \r
15098 \begin_inset Formula $\landupint$\r
15099 \end_inset\r
15100 \r
15101 \r
15102 \end_layout\r
15103 \r
15104 \end_inset\r
15105 </cell>\r
15106 </row>\r
15107 <row>\r
15108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15109 \begin_inset Text\r
15110 \r
15111 \begin_layout Plain Layout\r
15112 \r
15113 \backslash\r
15114 landdownint\r
15115 \end_layout\r
15116 \r
15117 \end_inset\r
15118 </cell>\r
15119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15120 \begin_inset Text\r
15121 \r
15122 \begin_layout Plain Layout\r
15123  \r
15124 \begin_inset Formula $\landdownint$\r
15125 \end_inset\r
15126 \r
15127 \r
15128 \end_layout\r
15129 \r
15130 \end_inset\r
15131 </cell>\r
15132 </row>\r
15133 <row>\r
15134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15135 \begin_inset Text\r
15136 \r
15137 \begin_layout Plain Layout\r
15138 \r
15139 \backslash\r
15140 bigcap\r
15141 \end_layout\r
15142 \r
15143 \end_inset\r
15144 </cell>\r
15145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15146 \begin_inset Text\r
15147 \r
15148 \begin_layout Plain Layout\r
15149 \begin_inset Formula $\bigcap$\r
15150 \end_inset\r
15151 \r
15152 \r
15153 \end_layout\r
15154 \r
15155 \end_inset\r
15156 </cell>\r
15157 </row>\r
15158 <row>\r
15159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
15160 \begin_inset Text\r
15161 \r
15162 \begin_layout Plain Layout\r
15163 \r
15164 \backslash\r
15165 bigcup\r
15166 \end_layout\r
15167 \r
15168 \end_inset\r
15169 </cell>\r
15170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
15171 \begin_inset Text\r
15172 \r
15173 \begin_layout Plain Layout\r
15174 \begin_inset Formula $\bigcup$\r
15175 \end_inset\r
15176 \r
15177 \r
15178 \end_layout\r
15179 \r
15180 \end_inset\r
15181 </cell>\r
15182 </row>\r
15183 </lyxtabular>\r
15184 \r
15185 \end_inset\r
15186 \r
15187 \r
15188 \begin_inset space \hfill{}\r
15189 \end_inset\r
15190 \r
15191 \r
15192 \begin_inset Tabular\r
15193 <lyxtabular version="3" rows="11" columns="2">\r
15194 <features rotate="0" tabularvalignment="middle">\r
15195 <column alignment="center" valignment="top" width="0pt">\r
15196 <column alignment="center" valignment="top" width="0pt">\r
15197 <row>\r
15198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
15199 \begin_inset Text\r
15200 \r
15201 \begin_layout Plain Layout\r
15202 Command\r
15203 \end_layout\r
15204 \r
15205 \end_inset\r
15206 </cell>\r
15207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
15208 \begin_inset Text\r
15209 \r
15210 \begin_layout Plain Layout\r
15211 Result\r
15212 \end_layout\r
15213 \r
15214 \end_inset\r
15215 </cell>\r
15216 </row>\r
15217 <row>\r
15218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15219 \begin_inset Text\r
15220 \r
15221 \begin_layout Plain Layout\r
15222 \r
15223 \backslash\r
15224 sum\r
15225 \begin_inset Index idx\r
15226 status collapsed\r
15227 \r
15228 \begin_layout Plain Layout\r
15229 Commands ! S ! \r
15230 \backslash\r
15231 sum\r
15232 \end_layout\r
15233 \r
15234 \end_inset\r
15235 \r
15236 \r
15237 \end_layout\r
15238 \r
15239 \end_inset\r
15240 </cell>\r
15241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
15242 \begin_inset Text\r
15243 \r
15244 \begin_layout Plain Layout\r
15245 \begin_inset Formula $\sum$\r
15246 \end_inset\r
15247 \r
15248 \r
15249 \end_layout\r
15250 \r
15251 \end_inset\r
15252 </cell>\r
15253 </row>\r
15254 <row>\r
15255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15256 \begin_inset Text\r
15257 \r
15258 \begin_layout Plain Layout\r
15259 \r
15260 \backslash\r
15261 prod\r
15262 \begin_inset Index idx\r
15263 status collapsed\r
15264 \r
15265 \begin_layout Plain Layout\r
15266 Commands ! P ! \r
15267 \backslash\r
15268 prod\r
15269 \begin_inset ERT\r
15270 status collapsed\r
15271 \r
15272 \begin_layout Plain Layout\r
15273 \r
15274 \r
15275 \backslash\r
15276 vspace{4mm}\r
15277 \end_layout\r
15278 \r
15279 \end_inset\r
15280 \r
15281 \r
15282 \end_layout\r
15283 \r
15284 \end_inset\r
15285 \r
15286 \r
15287 \end_layout\r
15288 \r
15289 \end_inset\r
15290 </cell>\r
15291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15292 \begin_inset Text\r
15293 \r
15294 \begin_layout Plain Layout\r
15295 \begin_inset Formula $\prod$\r
15296 \end_inset\r
15297 \r
15298 \r
15299 \end_layout\r
15300 \r
15301 \end_inset\r
15302 </cell>\r
15303 </row>\r
15304 <row>\r
15305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15306 \begin_inset Text\r
15307 \r
15308 \begin_layout Plain Layout\r
15309 \r
15310 \backslash\r
15311 coprod\r
15312 \end_layout\r
15313 \r
15314 \end_inset\r
15315 </cell>\r
15316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15317 \begin_inset Text\r
15318 \r
15319 \begin_layout Plain Layout\r
15320 \begin_inset Formula $\coprod$\r
15321 \end_inset\r
15322 \r
15323 \r
15324 \end_layout\r
15325 \r
15326 \end_inset\r
15327 </cell>\r
15328 </row>\r
15329 <row>\r
15330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15331 \begin_inset Text\r
15332 \r
15333 \begin_layout Plain Layout\r
15334 \r
15335 \backslash\r
15336 bigodot\r
15337 \end_layout\r
15338 \r
15339 \end_inset\r
15340 </cell>\r
15341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15342 \begin_inset Text\r
15343 \r
15344 \begin_layout Plain Layout\r
15345 \begin_inset Formula $\bigodot$\r
15346 \end_inset\r
15347 \r
15348 \r
15349 \end_layout\r
15350 \r
15351 \end_inset\r
15352 </cell>\r
15353 </row>\r
15354 <row>\r
15355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15356 \begin_inset Text\r
15357 \r
15358 \begin_layout Plain Layout\r
15359 \r
15360 \backslash\r
15361 bigotimes\r
15362 \end_layout\r
15363 \r
15364 \end_inset\r
15365 </cell>\r
15366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15367 \begin_inset Text\r
15368 \r
15369 \begin_layout Plain Layout\r
15370 \begin_inset Formula $\bigotimes$\r
15371 \end_inset\r
15372 \r
15373 \r
15374 \end_layout\r
15375 \r
15376 \end_inset\r
15377 </cell>\r
15378 </row>\r
15379 <row>\r
15380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15381 \begin_inset Text\r
15382 \r
15383 \begin_layout Plain Layout\r
15384 \r
15385 \backslash\r
15386 bigoplus\r
15387 \end_layout\r
15388 \r
15389 \end_inset\r
15390 </cell>\r
15391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15392 \begin_inset Text\r
15393 \r
15394 \begin_layout Plain Layout\r
15395 \begin_inset Formula $\bigoplus$\r
15396 \end_inset\r
15397 \r
15398 \r
15399 \end_layout\r
15400 \r
15401 \end_inset\r
15402 </cell>\r
15403 </row>\r
15404 <row>\r
15405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15406 \begin_inset Text\r
15407 \r
15408 \begin_layout Plain Layout\r
15409 \r
15410 \backslash\r
15411 bigwedge\r
15412 \end_layout\r
15413 \r
15414 \end_inset\r
15415 </cell>\r
15416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15417 \begin_inset Text\r
15418 \r
15419 \begin_layout Plain Layout\r
15420 \begin_inset Formula $\bigwedge$\r
15421 \end_inset\r
15422 \r
15423 \r
15424 \end_layout\r
15425 \r
15426 \end_inset\r
15427 </cell>\r
15428 </row>\r
15429 <row>\r
15430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15431 \begin_inset Text\r
15432 \r
15433 \begin_layout Plain Layout\r
15434 \r
15435 \backslash\r
15436 bigvee\r
15437 \end_layout\r
15438 \r
15439 \end_inset\r
15440 </cell>\r
15441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15442 \begin_inset Text\r
15443 \r
15444 \begin_layout Plain Layout\r
15445 \begin_inset Formula $\bigvee$\r
15446 \end_inset\r
15447 \r
15448 \r
15449 \end_layout\r
15450 \r
15451 \end_inset\r
15452 </cell>\r
15453 </row>\r
15454 <row>\r
15455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15456 \begin_inset Text\r
15457 \r
15458 \begin_layout Plain Layout\r
15459 \r
15460 \backslash\r
15461 bigsqcup\r
15462 \end_layout\r
15463 \r
15464 \end_inset\r
15465 </cell>\r
15466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15467 \begin_inset Text\r
15468 \r
15469 \begin_layout Plain Layout\r
15470 \begin_inset Formula $\bigsqcup$\r
15471 \end_inset\r
15472 \r
15473 \r
15474 \end_layout\r
15475 \r
15476 \end_inset\r
15477 </cell>\r
15478 </row>\r
15479 <row>\r
15480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
15481 \begin_inset Text\r
15482 \r
15483 \begin_layout Plain Layout\r
15484 \r
15485 \backslash\r
15486 biguplus\r
15487 \end_layout\r
15488 \r
15489 \end_inset\r
15490 </cell>\r
15491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
15492 \begin_inset Text\r
15493 \r
15494 \begin_layout Plain Layout\r
15495 \begin_inset Formula $\biguplus$\r
15496 \end_inset\r
15497 \r
15498 \r
15499 \end_layout\r
15500 \r
15501 \end_inset\r
15502 </cell>\r
15503 </row>\r
15504 </lyxtabular>\r
15505 \r
15506 \end_inset\r
15507 \r
15508 \r
15509 \begin_inset space \hfill{}\r
15510 \end_inset\r
15511 \r
15512 \r
15513 \end_layout\r
15514 \r
15515 \begin_layout Standard\r
15516 All big operators can also be inserted via the math toolbar button \r
15517 \begin_inset Graphics\r
15518         filename ../images/math/intop.png\r
15519         scale 85\r
15520 \r
15521 \end_inset\r
15522 \r
15523 .\r
15524 \end_layout\r
15525 \r
15526 \begin_layout Standard\r
15527 The operators are called big because they are bigger than the sometimes\r
15528  equal looking binary operators.\r
15529  All big operators can have limits as described in the next subsection.\r
15530 \end_layout\r
15531 \r
15532 \begin_layout Standard\r
15533 For all integral operators there is a second version available, ending in\r
15534  \r
15535 \series bold\r
15536 op\r
15537 \series default\r
15538\r
15539 \series bold\r
15540 \r
15541 \backslash\r
15542 intop\r
15543 \series default\r
15544\r
15545 \series bold\r
15546 \r
15547 \backslash\r
15548 ointop\r
15549 \series default\r
15550  etc..\r
15551  These operators are different from \r
15552 \series bold\r
15553 \r
15554 \backslash\r
15555 int\r
15556 \series default\r
15557  etc.\r
15558 \begin_inset space \space{}\r
15559 \end_inset\r
15560 \r
15561 in the style the operator limits are displayed, see \r
15562 \begin_inset CommandInset ref\r
15563 LatexCommand ref\r
15564 reference "sub:Operator-Limits"\r
15565 \r
15566 \end_inset\r
15567 \r
15568 .\r
15569  \r
15570 \end_layout\r
15571 \r
15572 \begin_layout Subsubsection*\r
15573 Advice for Integrals\r
15574 \end_layout\r
15575 \r
15576 \begin_layout Standard\r
15577 The letter \r
15578 \emph on\r
15579 d\r
15580 \emph default\r
15581  in an integral is an operator, that therefore has to be set upright.\r
15582  This is done by highlighting the \r
15583 \emph on\r
15584 d\r
15585 \emph default\r
15586  and using the keyboard shortcut \r
15587 \begin_inset Info\r
15588 type  "shortcut"\r
15589 arg   "font-roman"\r
15590 \end_inset\r
15591 \r
15592 \r
15593 \begin_inset Foot\r
15594 status collapsed\r
15595 \r
15596 \begin_layout Plain Layout\r
15597 Font styles\r
15598 \series bold\r
15599  \r
15600 \series default\r
15601 see \r
15602 \begin_inset CommandInset ref\r
15603 LatexCommand ref\r
15604 reference "sub:Font-Styles"\r
15605 \r
15606 \end_inset\r
15607 \r
15608 \r
15609 \end_layout\r
15610 \r
15611 \end_inset\r
15612 \r
15613 .\r
15614  Finally the smallest space is inserted before the \r
15615 \emph on\r
15616 d\r
15617 \emph default\r
15618 , as this is usual for operators.\r
15619  An example:\r
15620 \end_layout\r
15621 \r
15622 \begin_layout Standard\r
15623 incorrect: \r
15624 \begin_inset Formula $\int A(x)dx$\r
15625 \end_inset\r
15626 \r
15627 \r
15628 \begin_inset Newline newline\r
15629 \end_inset\r
15630 \r
15631 \r
15632 \begin_inset Phantom HPhantom\r
15633 status open\r
15634 \r
15635 \begin_layout Plain Layout\r
15636 in\r
15637 \end_layout\r
15638 \r
15639 \end_inset\r
15640 \r
15641 correct: \r
15642 \begin_inset Formula $\int A(x)\,\mathrm{d}x$\r
15643 \end_inset\r
15644 \r
15645 \r
15646 \end_layout\r
15647 \r
15648 \begin_layout Standard\r
15649 For multiple integrals there are the following commands:\r
15650 \begin_inset VSpace medskip\r
15651 \end_inset\r
15652 \r
15653 \r
15654 \end_layout\r
15655 \r
15656 \begin_layout Standard\r
15657 \begin_inset space \hfill{}\r
15658 \end_inset\r
15659 \r
15660 \r
15661 \begin_inset Tabular\r
15662 <lyxtabular version="3" rows="4" columns="2">\r
15663 <features rotate="0" tabularvalignment="middle">\r
15664 <column alignment="center" valignment="top">\r
15665 <column alignment="center" valignment="top">\r
15666 <row>\r
15667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
15668 \begin_inset Text\r
15669 \r
15670 \begin_layout Plain Layout\r
15671 Command\r
15672 \end_layout\r
15673 \r
15674 \end_inset\r
15675 </cell>\r
15676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
15677 \begin_inset Text\r
15678 \r
15679 \begin_layout Plain Layout\r
15680 Result\r
15681 \begin_inset Note Note\r
15682 status collapsed\r
15683 \r
15684 \begin_layout Plain Layout\r
15685 \r
15686 \series bold\r
15687 \r
15688 \backslash\r
15689 raisebox\r
15690 \series default\r
15691  is only used as spacer.\r
15692 \end_layout\r
15693 \r
15694 \end_inset\r
15695 \r
15696 \r
15697 \end_layout\r
15698 \r
15699 \end_inset\r
15700 </cell>\r
15701 </row>\r
15702 <row>\r
15703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15704 \begin_inset Text\r
15705 \r
15706 \begin_layout Plain Layout\r
15707 \r
15708 \backslash\r
15709 iint\r
15710 \end_layout\r
15711 \r
15712 \end_inset\r
15713 </cell>\r
15714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15715 \begin_inset Text\r
15716 \r
15717 \begin_layout Plain Layout\r
15718 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$\r
15719 \end_inset\r
15720 \r
15721 \r
15722 \end_layout\r
15723 \r
15724 \end_inset\r
15725 </cell>\r
15726 </row>\r
15727 <row>\r
15728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15729 \begin_inset Text\r
15730 \r
15731 \begin_layout Plain Layout\r
15732 \r
15733 \backslash\r
15734 oiint\r
15735 \end_layout\r
15736 \r
15737 \end_inset\r
15738 </cell>\r
15739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15740 \begin_inset Text\r
15741 \r
15742 \begin_layout Plain Layout\r
15743 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$\r
15744 \end_inset\r
15745 \r
15746 \r
15747 \end_layout\r
15748 \r
15749 \end_inset\r
15750 </cell>\r
15751 </row>\r
15752 <row>\r
15753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
15754 \begin_inset Text\r
15755 \r
15756 \begin_layout Plain Layout\r
15757 \r
15758 \backslash\r
15759 sqiint\r
15760 \end_layout\r
15761 \r
15762 \end_inset\r
15763 </cell>\r
15764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
15765 \begin_inset Text\r
15766 \r
15767 \begin_layout Plain Layout\r
15768 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$\r
15769 \end_inset\r
15770 \r
15771 \r
15772 \end_layout\r
15773 \r
15774 \end_inset\r
15775 </cell>\r
15776 </row>\r
15777 </lyxtabular>\r
15778 \r
15779 \end_inset\r
15780 \r
15781 \r
15782 \begin_inset space \hfill{}\r
15783 \end_inset\r
15784 \r
15785 \r
15786 \begin_inset Tabular\r
15787 <lyxtabular version="3" rows="4" columns="2">\r
15788 <features rotate="0" tabularvalignment="middle">\r
15789 <column alignment="center" valignment="top">\r
15790 <column alignment="center" valignment="top">\r
15791 <row>\r
15792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
15793 \begin_inset Text\r
15794 \r
15795 \begin_layout Plain Layout\r
15796 Command\r
15797 \end_layout\r
15798 \r
15799 \end_inset\r
15800 </cell>\r
15801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
15802 \begin_inset Text\r
15803 \r
15804 \begin_layout Plain Layout\r
15805 Result\r
15806 \end_layout\r
15807 \r
15808 \end_inset\r
15809 </cell>\r
15810 </row>\r
15811 <row>\r
15812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15813 \begin_inset Text\r
15814 \r
15815 \begin_layout Plain Layout\r
15816 \r
15817 \backslash\r
15818 iiint\r
15819 \end_layout\r
15820 \r
15821 \end_inset\r
15822 </cell>\r
15823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15824 \begin_inset Text\r
15825 \r
15826 \begin_layout Plain Layout\r
15827 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$\r
15828 \end_inset\r
15829 \r
15830 \r
15831 \end_layout\r
15832 \r
15833 \end_inset\r
15834 </cell>\r
15835 </row>\r
15836 <row>\r
15837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
15838 \begin_inset Text\r
15839 \r
15840 \begin_layout Plain Layout\r
15841 \r
15842 \backslash\r
15843 iiiint\r
15844 \end_layout\r
15845 \r
15846 \end_inset\r
15847 </cell>\r
15848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
15849 \begin_inset Text\r
15850 \r
15851 \begin_layout Plain Layout\r
15852 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$\r
15853 \end_inset\r
15854 \r
15855 \r
15856 \end_layout\r
15857 \r
15858 \end_inset\r
15859 </cell>\r
15860 </row>\r
15861 <row>\r
15862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
15863 \begin_inset Text\r
15864 \r
15865 \begin_layout Plain Layout\r
15866 \r
15867 \backslash\r
15868 dotsint\r
15869 \end_layout\r
15870 \r
15871 \end_inset\r
15872 </cell>\r
15873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
15874 \begin_inset Text\r
15875 \r
15876 \begin_layout Plain Layout\r
15877 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$\r
15878 \end_inset\r
15879 \r
15880 \r
15881 \end_layout\r
15882 \r
15883 \end_inset\r
15884 </cell>\r
15885 </row>\r
15886 </lyxtabular>\r
15887 \r
15888 \end_inset\r
15889 \r
15890 \r
15891 \begin_inset space \hfill{}\r
15892 \end_inset\r
15893 \r
15894 \r
15895 \end_layout\r
15896 \r
15897 \begin_layout Standard\r
15898 \begin_inset Newpage newpage\r
15899 \end_inset\r
15900 \r
15901 \r
15902 \end_layout\r
15903 \r
15904 \begin_layout Subsection\r
15905 Operator Limits\r
15906 \begin_inset CommandInset label\r
15907 LatexCommand label\r
15908 name "sub:Operator-Limits"\r
15909 \r
15910 \end_inset\r
15911 \r
15912 \r
15913 \begin_inset Index idx\r
15914 status collapsed\r
15915 \r
15916 \begin_layout Plain Layout\r
15917 Operators ! Limits\r
15918 \end_layout\r
15919 \r
15920 \end_inset\r
15921 \r
15922 \r
15923 \end_layout\r
15924 \r
15925 \begin_layout Standard\r
15926 Limits are created by super- and subscripts:\r
15927 \end_layout\r
15928 \r
15929 \begin_layout Standard\r
15930 \align center\r
15931 \begin_inset Tabular\r
15932 <lyxtabular version="3" rows="2" columns="2">\r
15933 <features rotate="0" tabularvalignment="middle">\r
15934 <column alignment="center" valignment="top" width="0pt">\r
15935 <column alignment="center" valignment="top" width="0pt">\r
15936 <row>\r
15937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
15938 \begin_inset Text\r
15939 \r
15940 \begin_layout Plain Layout\r
15941 Command\r
15942 \end_layout\r
15943 \r
15944 \end_inset\r
15945 </cell>\r
15946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
15947 \begin_inset Text\r
15948 \r
15949 \begin_layout Plain Layout\r
15950 Result\r
15951 \begin_inset Note Note\r
15952 status collapsed\r
15953 \r
15954 \begin_layout Plain Layout\r
15955 \r
15956 \series bold\r
15957 \r
15958 \backslash\r
15959 raisebox\r
15960 \series default\r
15961  is only used as spacer.\r
15962 \end_layout\r
15963 \r
15964 \end_inset\r
15965 \r
15966 \r
15967 \end_layout\r
15968 \r
15969 \end_inset\r
15970 </cell>\r
15971 </row>\r
15972 <row>\r
15973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
15974 \begin_inset Text\r
15975 \r
15976 \begin_layout Plain Layout\r
15977 \r
15978 \backslash\r
15979 prod^\r
15980 \backslash\r
15981 infty\r
15982 \begin_inset ERT\r
15983 status collapsed\r
15984 \r
15985 \begin_layout Plain Layout\r
15986 \r
15987 \r
15988 \backslash\r
15989 spce \r
15990 \end_layout\r
15991 \r
15992 \end_inset\r
15993 \r
15994 \r
15995 \begin_inset Formula $\to$\r
15996 \end_inset\r
15997 \r
15998 _0\r
15999 \begin_inset Formula $\to$\r
16000 \end_inset\r
16001 \r
16002 A(x)\r
16003 \end_layout\r
16004 \r
16005 \end_inset\r
16006 </cell>\r
16007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
16008 \begin_inset Text\r
16009 \r
16010 \begin_layout Plain Layout\r
16011 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$\r
16012 \end_inset\r
16013 \r
16014 \r
16015 \end_layout\r
16016 \r
16017 \end_inset\r
16018 </cell>\r
16019 </row>\r
16020 </lyxtabular>\r
16021 \r
16022 \end_inset\r
16023 \r
16024 \r
16025 \end_layout\r
16026 \r
16027 \begin_layout Standard\r
16028 Limits of inline formulas are set right beside the operator.\r
16029  Limits in displayed formulas are set above or below the operator, except\r
16030  for integral limits.\r
16031 \end_layout\r
16032 \r
16033 \begin_layout Standard\r
16034 To force that the limits are set beside the operator, the cursor is set\r
16035  directly behind the operator and the limits type is changed with the menu\r
16036  \r
16037 \family sans\r
16038 Edit\SpecialChar \menuseparator\r
16039 Math\SpecialChar \menuseparator\r
16040 Change Limits Type\r
16041 \family default\r
16042  to \r
16043 \family sans\r
16044 \series bold\r
16045 Inline\r
16046 \family default\r
16047 \series default\r
16048  (shortcut \r
16049 \begin_inset Info\r
16050 type  "shortcut"\r
16051 arg   "math-limits"\r
16052 \end_inset\r
16053 \r
16054 ).\r
16055  An example:\r
16056 \end_layout\r
16057 \r
16058 \begin_layout Standard\r
16059 The default limits type is this:\r
16060 \begin_inset Formula \r
16061 \[\r
16062 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\r
16063 \]\r
16064 \r
16065 \end_inset\r
16066 \r
16067 This is how it looks when the limits type was changed to \r
16068 \family sans\r
16069 \series bold\r
16070 Inline\r
16071 \family default\r
16072 \series default\r
16073 :\r
16074 \begin_inset Formula \r
16075 \[\r
16076 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\r
16077 \]\r
16078 \r
16079 \end_inset\r
16080 \r
16081 For integrals, except those ending with \r
16082 \series bold\r
16083 op\r
16084 \series default\r
16085  like \r
16086 \series bold\r
16087 \r
16088 \backslash\r
16089 intop\r
16090 \series default\r
16091\r
16092 \series bold\r
16093 \r
16094 \backslash\r
16095 ointop\r
16096 \series default\r
16097  etc., the limits are by default set beside the operator.\r
16098  But for multiple integrals the limits are often set below the operator.\r
16099  In the following example the limits type was therefore set to \r
16100 \series bold\r
16101 Display\r
16102 \series default\r
16103  and so set below the integrals:\r
16104 \begin_inset Formula \r
16105 \begin{equation}\r
16106 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\r
16107 \end{equation}\r
16108 \r
16109 \end_inset\r
16110 \r
16111 \r
16112 \end_layout\r
16113 \r
16114 \begin_layout Standard\r
16115 \begin_inset VSpace medskip\r
16116 \end_inset\r
16117 \r
16118 To specify conditions for limits, the commands \r
16119 \series bold\r
16120 \r
16121 \backslash\r
16122 subarray\r
16123 \series default\r
16124 \r
16125 \begin_inset Index idx\r
16126 status collapsed\r
16127 \r
16128 \begin_layout Plain Layout\r
16129 Commands ! S ! \r
16130 \backslash\r
16131 subarray\r
16132 \end_layout\r
16133 \r
16134 \end_inset\r
16135 \r
16136  and \r
16137 \series bold\r
16138 \r
16139 \backslash\r
16140 substack\r
16141 \series default\r
16142 \r
16143 \begin_inset Index idx\r
16144 status collapsed\r
16145 \r
16146 \begin_layout Plain Layout\r
16147 Commands ! S ! \r
16148 \backslash\r
16149 substack\r
16150 \end_layout\r
16151 \r
16152 \end_inset\r
16153 \r
16154  are used.\r
16155  To create for example this expression \r
16156 \begin_inset Formula \r
16157 \begin{equation}\r
16158 \sum_{\begin{subarray}{c}\r
16159 0<k<1000\\\r
16160 \\\r
16161 k\,\in\,\mathbb{N}\r
16162 \end{subarray}}^{n}k^{-2}\label{eq:substack}\r
16163 \end{equation}\r
16164 \r
16165 \end_inset\r
16166 \r
16167 \r
16168 \end_layout\r
16169 \r
16170 \begin_layout Standard\r
16171 the following has to be done:\r
16172 \begin_inset Newline newline\r
16173 \end_inset\r
16174 \r
16175 First the command \r
16176 \series bold\r
16177 \r
16178 \backslash\r
16179 sum\r
16180 \series default\r
16181 ^\r
16182 \series bold\r
16183 n\r
16184 \begin_inset ERT\r
16185 status collapsed\r
16186 \r
16187 \begin_layout Plain Layout\r
16188 \r
16189 \r
16190 \backslash\r
16191 spce \r
16192 \end_layout\r
16193 \r
16194 \end_inset\r
16195 \r
16196 _\r
16197 \series default\r
16198  is typed in.\r
16199  One is now in a blue box under the summation operator and insert there\r
16200  the command \r
16201 \series bold\r
16202 \r
16203 \backslash\r
16204 subarray\r
16205 \begin_inset ERT\r
16206 status collapsed\r
16207 \r
16208 \begin_layout Plain Layout\r
16209 \r
16210 \r
16211 \backslash\r
16212 spce \r
16213 \end_layout\r
16214 \r
16215 \end_inset\r
16216 \r
16217 \r
16218 \series default\r
16219 .\r
16220  The blue box is now within a purple box and now several lines can be written\r
16221  among each other.\r
16222  A new line is created by inserting a line break (\r
16223 \begin_inset Info\r
16224 type  "shortcut"\r
16225 arg   "newline-insert newline"\r
16226 \end_inset\r
16227 \r
16228 ).\r
16229  When now\r
16230 \begin_inset Newline newline\r
16231 \end_inset\r
16232 \r
16233 \r
16234 \series bold\r
16235 0<k<1000 Ctrl+Return\r
16236 \begin_inset Newline newline\r
16237 \end_inset\r
16238 \r
16239 \r
16240 \series default\r
16241 is typed in, a new box appears below for the new line.\r
16242 \end_layout\r
16243 \r
16244 \begin_layout Standard\r
16245 The alignment of the lines can be changed to left aligned with the \r
16246 \family sans\r
16247 table\r
16248 \family default\r
16249  \r
16250 \family sans\r
16251 toolbar\r
16252 \family default\r
16253  or the menu \r
16254 \family sans\r
16255 Edit\SpecialChar \menuseparator\r
16256 Rows &Columns\r
16257 \family default\r
16258 .\r
16259  To get right alignment, \r
16260 \series bold\r
16261 \r
16262 \backslash\r
16263 hfill\r
16264 \begin_inset ERT\r
16265 status collapsed\r
16266 \r
16267 \begin_layout Plain Layout\r
16268 \r
16269 \r
16270 \backslash\r
16271 spce \r
16272 \end_layout\r
16273 \r
16274 \end_inset\r
16275 \r
16276 \r
16277 \series default\r
16278  is inserted at the beginning of the line.\r
16279 \end_layout\r
16280 \r
16281 \begin_layout Standard\r
16282 The command \r
16283 \series bold\r
16284 \r
16285 \backslash\r
16286 substack\r
16287 \series default\r
16288  is equivalent to \r
16289 \series bold\r
16290 \r
16291 \backslash\r
16292 subarray\r
16293 \series default\r
16294  with the difference that the lines are always centered.\r
16295 \end_layout\r
16296 \r
16297 \begin_layout Standard\r
16298 \begin_inset VSpace bigskip\r
16299 \end_inset\r
16300 \r
16301 Like in formula \r
16302 \begin_inset CommandInset ref\r
16303 LatexCommand eqref\r
16304 reference "eq:substack"\r
16305 \r
16306 \end_inset\r
16307 \r
16308  there can be too much space beside an operator, because the characters\r
16309  following the operator are set beside the limits.\r
16310 \end_layout\r
16311 \r
16312 \begin_layout Standard\r
16313 To avoid this, the following macro can be used in the LaTeX-preamble:\r
16314 \end_layout\r
16315 \r
16316 \begin_layout Standard\r
16317 \r
16318 \series bold\r
16319 \r
16320 \backslash\r
16321 def\r
16322 \backslash\r
16323 clap#1{\r
16324 \backslash\r
16325 hbox to 0pt{\r
16326 \backslash\r
16327 hss #1\r
16328 \backslash\r
16329 hss}}\r
16330 \begin_inset Newline newline\r
16331 \end_inset\r
16332 \r
16333 \r
16334 \backslash\r
16335 def\r
16336 \backslash\r
16337 mathclap {\r
16338 \backslash\r
16339 mathpalette \r
16340 \backslash\r
16341 mathclapinternal}\r
16342 \begin_inset Newline newline\r
16343 \end_inset\r
16344 \r
16345 \r
16346 \backslash\r
16347 def\r
16348 \backslash\r
16349 mathclapinternal #1#2{\r
16350 \backslash\r
16351 clap{$\r
16352 \backslash\r
16353 mathsurround =0pt #1{#2}$}}\r
16354 \end_layout\r
16355 \r
16356 \begin_layout Standard\r
16357 This defines the command \r
16358 \series bold\r
16359 \r
16360 \backslash\r
16361 mathclap\r
16362 \series default\r
16363 \r
16364 \begin_inset Index idx\r
16365 status collapsed\r
16366 \r
16367 \begin_layout Plain Layout\r
16368 Commands ! M ! \r
16369 \backslash\r
16370 mathclap\r
16371 \end_layout\r
16372 \r
16373 \end_inset\r
16374 \r
16375  that sets the width of the limit to 0\r
16376 \begin_inset space \thinspace{}\r
16377 \end_inset\r
16378 \r
16379 pt.\r
16380  The command scheme is\r
16381 \end_layout\r
16382 \r
16383 \begin_layout Standard\r
16384 \r
16385 \series bold\r
16386 \r
16387 \backslash\r
16388 mathclap{limit}\r
16389 \end_layout\r
16390 \r
16391 \begin_layout Standard\r
16392 where the limit can consist of several conditions.\r
16393 \end_layout\r
16394 \r
16395 \begin_layout Standard\r
16396 Applied on formula \r
16397 \begin_inset CommandInset ref\r
16398 LatexCommand eqref\r
16399 reference "eq:substack"\r
16400 \r
16401 \end_inset\r
16402 \r
16403 , one uses the command\r
16404 \end_layout\r
16405 \r
16406 \begin_layout Standard\r
16407 \r
16408 \series bold\r
16409 \r
16410 \backslash\r
16411 sum_\r
16412 \backslash\r
16413 mathclap{\r
16414 \backslash\r
16415 substack\r
16416 \begin_inset ERT\r
16417 status collapsed\r
16418 \r
16419 \begin_layout Plain Layout\r
16420 \r
16421 \r
16422 \backslash\r
16423 spce \r
16424 \end_layout\r
16425 \r
16426 \end_inset\r
16427 \r
16428 0<k<1000 Ctrl+Return\r
16429 \end_layout\r
16430 \r
16431 \begin_layout Standard\r
16432 to create the lower limit.\r
16433  The summand is now directly behind the summation operator:\r
16434 \begin_inset Formula \r
16435 \[\r
16436 \sum_{\mathclap{\substack{0<k<1000\\\r
16437 \\\r
16438 k\,\in\,\mathbb{N}\r
16439 }\r
16440 }}^{n}k^{-2}\r
16441 \]\r
16442 \r
16443 \end_inset\r
16444 \r
16445 \r
16446 \end_layout\r
16447 \r
16448 \begin_layout Standard\r
16449 \begin_inset VSpace bigskip\r
16450 \end_inset\r
16451 \r
16452 How to use one limit for several operators is described in \r
16453 \begin_inset CommandInset ref\r
16454 LatexCommand ref\r
16455 reference "sub:Self-defined-Operators"\r
16456 \r
16457 \end_inset\r
16458 \r
16459 .\r
16460 \end_layout\r
16461 \r
16462 \begin_layout Subsection\r
16463 Decoration for Operators\r
16464 \begin_inset Index idx\r
16465 status collapsed\r
16466 \r
16467 \begin_layout Plain Layout\r
16468 Operators ! Decoration\r
16469 \end_layout\r
16470 \r
16471 \end_inset\r
16472 \r
16473 \r
16474 \end_layout\r
16475 \r
16476 \begin_layout Standard\r
16477 With the commands \r
16478 \series bold\r
16479 \r
16480 \backslash\r
16481 overset\r
16482 \series default\r
16483 \r
16484 \begin_inset Index idx\r
16485 status collapsed\r
16486 \r
16487 \begin_layout Plain Layout\r
16488 Commands ! O ! \r
16489 \backslash\r
16490 overset\r
16491 \end_layout\r
16492 \r
16493 \end_inset\r
16494 \r
16495  and \r
16496 \series bold\r
16497 \r
16498 \backslash\r
16499 underset\r
16500 \series default\r
16501 \r
16502 \begin_inset Index idx\r
16503 status collapsed\r
16504 \r
16505 \begin_layout Plain Layout\r
16506 Commands ! U ! \r
16507 \backslash\r
16508 underset\r
16509 \end_layout\r
16510 \r
16511 \end_inset\r
16512 \r
16513  characters can be placed above or below an operator, respectively.\r
16514  With the command \r
16515 \series bold\r
16516 \r
16517 \backslash\r
16518 sideset\r
16519 \series default\r
16520 \r
16521 \begin_inset Index idx\r
16522 status collapsed\r
16523 \r
16524 \begin_layout Plain Layout\r
16525 Commands ! S ! \r
16526 \backslash\r
16527 sideset\r
16528 \end_layout\r
16529 \r
16530 \end_inset\r
16531 \r
16532  characters can be set before and behind a big operator.\r
16533  The command scheme is:\r
16534 \end_layout\r
16535 \r
16536 \begin_layout Standard\r
16537 \r
16538 \series bold\r
16539 \r
16540 \backslash\r
16541 sideset{character\r
16542 \series default\r
16543  \r
16544 \series bold\r
16545 before}{character\r
16546 \series default\r
16547  \r
16548 \series bold\r
16549 behind}\r
16550 \end_layout\r
16551 \r
16552 \begin_layout Standard\r
16553 \r
16554 \series bold\r
16555 \r
16556 \backslash\r
16557 sideset\r
16558 \series default\r
16559  must always be before the operator.\r
16560  You can decorate with several characters and even with other operators\r
16561  and symbols.\r
16562  To place for example only characters behind a big operator, write nothing\r
16563  between the first braces but don't omit the braces.\r
16564 \end_layout\r
16565 \r
16566 \begin_layout Standard\r
16567 For example the command \r
16568 \series bold\r
16569 \r
16570 \backslash\r
16571 sideset{\r
16572 \begin_inset Formula $\to$\r
16573 \end_inset\r
16574 \r
16575 \r
16576 \backslash\r
16577 {\r
16578 \series default\r
16579 '\r
16580 \series bold\r
16581 \r
16582 \begin_inset Formula $\to$\r
16583 \end_inset\r
16584 \r
16585 \r
16586 \backslash\r
16587 sum_k=1\r
16588 \begin_inset ERT\r
16589 status collapsed\r
16590 \r
16591 \begin_layout Plain Layout\r
16592 \r
16593 \r
16594 \backslash\r
16595 spce \r
16596 \end_layout\r
16597 \r
16598 \end_inset\r
16599 \r
16600 \r
16601 \series default\r
16602 ^\r
16603 \series bold\r
16604 n\r
16605 \series default\r
16606  produces:\r
16607 \begin_inset Formula \r
16608 \[\r
16609 \sideset{}{'}\sum_{k=1}^{n}\r
16610 \]\r
16611 \r
16612 \end_inset\r
16613 \r
16614 \r
16615 \end_layout\r
16616 \r
16617 \begin_layout Standard\r
16618 \begin_inset Note Greyedout\r
16619 status open\r
16620 \r
16621 \begin_layout Plain Layout\r
16622 \r
16623 \series bold\r
16624 Note: \r
16625 \backslash\r
16626 sideset\r
16627 \series default\r
16628  can only be used to decorate big operators, binary operators are not allowed.\r
16629 \end_layout\r
16630 \r
16631 \end_inset\r
16632 \r
16633 \r
16634 \end_layout\r
16635 \r
16636 \begin_layout Standard\r
16637 \r
16638 \series bold\r
16639 \r
16640 \backslash\r
16641 overset\r
16642 \series default\r
16643  and \r
16644 \series bold\r
16645 \r
16646 \backslash\r
16647 underset\r
16648 \series default\r
16649  can also be used to decorate symbols and characters.\r
16650  For example, the command \r
16651 \series bold\r
16652 \r
16653 \backslash\r
16654 overset\r
16655 \begin_inset ERT\r
16656 status collapsed\r
16657 \r
16658 \begin_layout Plain Layout\r
16659 \r
16660 \r
16661 \backslash\r
16662 spce \r
16663 \end_layout\r
16664 \r
16665 \end_inset\r
16666 \r
16667 \r
16668 \backslash\r
16669 maltese\r
16670 \begin_inset ERT\r
16671 status collapsed\r
16672 \r
16673 \begin_layout Plain Layout\r
16674 \r
16675 \r
16676 \backslash\r
16677 spce \r
16678 \end_layout\r
16679 \r
16680 \end_inset\r
16681 \r
16682 \r
16683 \series default\r
16684 \r
16685 \begin_inset Formula $\uparrow$\r
16686 \end_inset\r
16687 \r
16688 \r
16689 \series bold\r
16690 a\r
16691 \series default\r
16692  produces:\r
16693 \begin_inset Formula \r
16694 \[\r
16695 \overset{a}{\maltese}\r
16696 \]\r
16697 \r
16698 \end_inset\r
16699 \r
16700 \r
16701 \end_layout\r
16702 \r
16703 \begin_layout Subsection\r
16704 Binary Operators\r
16705 \begin_inset CommandInset label\r
16706 LatexCommand label\r
16707 name "sub:Binary-Operators"\r
16708 \r
16709 \end_inset\r
16710 \r
16711 \r
16712 \begin_inset Index idx\r
16713 status collapsed\r
16714 \r
16715 \begin_layout Plain Layout\r
16716 Operators ! binary\r
16717 \end_layout\r
16718 \r
16719 \end_inset\r
16720 \r
16721 \r
16722 \end_layout\r
16723 \r
16724 \begin_layout Standard\r
16725 Binary operators are surrounded by space when there is a character before\r
16726  and after them.\r
16727 \begin_inset VSpace medskip\r
16728 \end_inset\r
16729 \r
16730 \r
16731 \end_layout\r
16732 \r
16733 \begin_layout Standard\r
16734 \begin_inset space \hfill{}\r
16735 \end_inset\r
16736 \r
16737 \r
16738 \begin_inset Tabular\r
16739 <lyxtabular version="3" rows="13" columns="2">\r
16740 <features rotate="0" tabularvalignment="middle">\r
16741 <column alignment="center" valignment="top" width="0pt">\r
16742 <column alignment="center" valignment="top" width="0pt">\r
16743 <row>\r
16744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
16745 \begin_inset Text\r
16746 \r
16747 \begin_layout Plain Layout\r
16748 Command\r
16749 \begin_inset Note Note\r
16750 status collapsed\r
16751 \r
16752 \begin_layout Plain Layout\r
16753 \r
16754 \series bold\r
16755 \r
16756 \backslash\r
16757 raisebox\r
16758 \series default\r
16759  is only used as spacer.\r
16760 \end_layout\r
16761 \r
16762 \end_inset\r
16763 \r
16764 \r
16765 \end_layout\r
16766 \r
16767 \end_inset\r
16768 </cell>\r
16769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
16770 \begin_inset Text\r
16771 \r
16772 \begin_layout Plain Layout\r
16773 Result\r
16774 \end_layout\r
16775 \r
16776 \end_inset\r
16777 </cell>\r
16778 </row>\r
16779 <row>\r
16780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
16781 \begin_inset Text\r
16782 \r
16783 \begin_layout Plain Layout\r
16784 +\r
16785 \end_layout\r
16786 \r
16787 \end_inset\r
16788 </cell>\r
16789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
16790 \begin_inset Text\r
16791 \r
16792 \begin_layout Plain Layout\r
16793 \begin_inset Formula $+$\r
16794 \end_inset\r
16795 \r
16796 \r
16797 \end_layout\r
16798 \r
16799 \end_inset\r
16800 </cell>\r
16801 </row>\r
16802 <row>\r
16803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
16804 \begin_inset Text\r
16805 \r
16806 \begin_layout Plain Layout\r
16807 -\r
16808 \end_layout\r
16809 \r
16810 \end_inset\r
16811 </cell>\r
16812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
16813 \begin_inset Text\r
16814 \r
16815 \begin_layout Plain Layout\r
16816 \begin_inset Formula $-$\r
16817 \end_inset\r
16818 \r
16819 \r
16820 \end_layout\r
16821 \r
16822 \end_inset\r
16823 </cell>\r
16824 </row>\r
16825 <row>\r
16826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
16827 \begin_inset Text\r
16828 \r
16829 \begin_layout Plain Layout\r
16830 \r
16831 \backslash\r
16832 pm\r
16833 \end_layout\r
16834 \r
16835 \end_inset\r
16836 </cell>\r
16837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
16838 \begin_inset Text\r
16839 \r
16840 \begin_layout Plain Layout\r
16841 \begin_inset Formula $\pm$\r
16842 \end_inset\r
16843 \r
16844 \r
16845 \end_layout\r
16846 \r
16847 \end_inset\r
16848 </cell>\r
16849 </row>\r
16850 <row>\r
16851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
16852 \begin_inset Text\r
16853 \r
16854 \begin_layout Plain Layout\r
16855 \r
16856 \backslash\r
16857 mp\r
16858 \end_layout\r
16859 \r
16860 \end_inset\r
16861 </cell>\r
16862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
16863 \begin_inset Text\r
16864 \r
16865 \begin_layout Plain Layout\r
16866 \begin_inset Formula $\mp$\r
16867 \end_inset\r
16868 \r
16869 \r
16870 \end_layout\r
16871 \r
16872 \end_inset\r
16873 </cell>\r
16874 </row>\r
16875 <row>\r
16876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
16877 \begin_inset Text\r
16878 \r
16879 \begin_layout Plain Layout\r
16880 \r
16881 \backslash\r
16882 cdot\r
16883 \end_layout\r
16884 \r
16885 \end_inset\r
16886 </cell>\r
16887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
16888 \begin_inset Text\r
16889 \r
16890 \begin_layout Plain Layout\r
16891 \begin_inset Formula $\cdot$\r
16892 \end_inset\r
16893 \r
16894 \r
16895 \end_layout\r
16896 \r
16897 \end_inset\r
16898 </cell>\r
16899 </row>\r
16900 <row>\r
16901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
16902 \begin_inset Text\r
16903 \r
16904 \begin_layout Plain Layout\r
16905 \r
16906 \backslash\r
16907 times\r
16908 \end_layout\r
16909 \r
16910 \end_inset\r
16911 </cell>\r
16912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
16913 \begin_inset Text\r
16914 \r
16915 \begin_layout Plain Layout\r
16916 \begin_inset Formula $\times$\r
16917 \end_inset\r
16918 \r
16919 \r
16920 \end_layout\r
16921 \r
16922 \end_inset\r
16923 </cell>\r
16924 </row>\r
16925 <row>\r
16926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
16927 \begin_inset Text\r
16928 \r
16929 \begin_layout Plain Layout\r
16930 \r
16931 \backslash\r
16932 div\r
16933 \end_layout\r
16934 \r
16935 \end_inset\r
16936 </cell>\r
16937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
16938 \begin_inset Text\r
16939 \r
16940 \begin_layout Plain Layout\r
16941 \begin_inset Formula $\div$\r
16942 \end_inset\r
16943 \r
16944 \r
16945 \end_layout\r
16946 \r
16947 \end_inset\r
16948 </cell>\r
16949 </row>\r
16950 <row>\r
16951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
16952 \begin_inset Text\r
16953 \r
16954 \begin_layout Plain Layout\r
16955 \begin_inset ERT\r
16956 status collapsed\r
16957 \r
16958 \begin_layout Plain Layout\r
16959 \r
16960 \r
16961 \backslash\r
16962 raisebox{-1.2mm}{\r
16963 \end_layout\r
16964 \r
16965 \end_inset\r
16966 \r
16967 *\r
16968 \begin_inset ERT\r
16969 status collapsed\r
16970 \r
16971 \begin_layout Plain Layout\r
16972 \r
16973 }\r
16974 \end_layout\r
16975 \r
16976 \end_inset\r
16977 \r
16978 \r
16979 \end_layout\r
16980 \r
16981 \end_inset\r
16982 </cell>\r
16983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
16984 \begin_inset Text\r
16985 \r
16986 \begin_layout Plain Layout\r
16987 \begin_inset Formula $*$\r
16988 \end_inset\r
16989 \r
16990 \r
16991 \end_layout\r
16992 \r
16993 \end_inset\r
16994 </cell>\r
16995 </row>\r
16996 <row>\r
16997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
16998 \begin_inset Text\r
16999 \r
17000 \begin_layout Plain Layout\r
17001 \r
17002 \backslash\r
17003 star\r
17004 \end_layout\r
17005 \r
17006 \end_inset\r
17007 </cell>\r
17008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17009 \begin_inset Text\r
17010 \r
17011 \begin_layout Plain Layout\r
17012 \begin_inset Formula $\star$\r
17013 \end_inset\r
17014 \r
17015 \r
17016 \end_layout\r
17017 \r
17018 \end_inset\r
17019 </cell>\r
17020 </row>\r
17021 <row>\r
17022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17023 \begin_inset Text\r
17024 \r
17025 \begin_layout Plain Layout\r
17026 \r
17027 \backslash\r
17028 circ\r
17029 \end_layout\r
17030 \r
17031 \end_inset\r
17032 </cell>\r
17033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17034 \begin_inset Text\r
17035 \r
17036 \begin_layout Plain Layout\r
17037 \begin_inset Formula $\circ$\r
17038 \end_inset\r
17039 \r
17040 \r
17041 \end_layout\r
17042 \r
17043 \end_inset\r
17044 </cell>\r
17045 </row>\r
17046 <row>\r
17047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17048 \begin_inset Text\r
17049 \r
17050 \begin_layout Plain Layout\r
17051 \r
17052 \backslash\r
17053 diamond\r
17054 \end_layout\r
17055 \r
17056 \end_inset\r
17057 </cell>\r
17058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17059 \begin_inset Text\r
17060 \r
17061 \begin_layout Plain Layout\r
17062 \begin_inset Formula $\diamond$\r
17063 \end_inset\r
17064 \r
17065 \r
17066 \end_layout\r
17067 \r
17068 \end_inset\r
17069 </cell>\r
17070 </row>\r
17071 <row>\r
17072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
17073 \begin_inset Text\r
17074 \r
17075 \begin_layout Plain Layout\r
17076 \r
17077 \backslash\r
17078 bullet\r
17079 \end_layout\r
17080 \r
17081 \end_inset\r
17082 </cell>\r
17083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
17084 \begin_inset Text\r
17085 \r
17086 \begin_layout Plain Layout\r
17087 \begin_inset Formula $\bullet$\r
17088 \end_inset\r
17089 \r
17090 \r
17091 \end_layout\r
17092 \r
17093 \end_inset\r
17094 </cell>\r
17095 </row>\r
17096 </lyxtabular>\r
17097 \r
17098 \end_inset\r
17099 \r
17100 \r
17101 \begin_inset space \hfill{}\r
17102 \end_inset\r
17103 \r
17104 \r
17105 \begin_inset Tabular\r
17106 <lyxtabular version="3" rows="13" columns="2">\r
17107 <features rotate="0" tabularvalignment="middle">\r
17108 <column alignment="center" valignment="top" width="0pt">\r
17109 <column alignment="center" valignment="top" width="0pt">\r
17110 <row>\r
17111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
17112 \begin_inset Text\r
17113 \r
17114 \begin_layout Plain Layout\r
17115 Command\r
17116 \end_layout\r
17117 \r
17118 \end_inset\r
17119 </cell>\r
17120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
17121 \begin_inset Text\r
17122 \r
17123 \begin_layout Plain Layout\r
17124 Result\r
17125 \end_layout\r
17126 \r
17127 \end_inset\r
17128 </cell>\r
17129 </row>\r
17130 <row>\r
17131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17132 \begin_inset Text\r
17133 \r
17134 \begin_layout Plain Layout\r
17135 \r
17136 \backslash\r
17137 nabla\r
17138 \end_layout\r
17139 \r
17140 \end_inset\r
17141 </cell>\r
17142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17143 \begin_inset Text\r
17144 \r
17145 \begin_layout Plain Layout\r
17146 \begin_inset Formula $\nabla$\r
17147 \end_inset\r
17148 \r
17149 \r
17150 \end_layout\r
17151 \r
17152 \end_inset\r
17153 </cell>\r
17154 </row>\r
17155 <row>\r
17156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17157 \begin_inset Text\r
17158 \r
17159 \begin_layout Plain Layout\r
17160 \r
17161 \backslash\r
17162 bigtriangledown\r
17163 \end_layout\r
17164 \r
17165 \end_inset\r
17166 </cell>\r
17167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17168 \begin_inset Text\r
17169 \r
17170 \begin_layout Plain Layout\r
17171 \begin_inset Formula $\bigtriangledown$\r
17172 \end_inset\r
17173 \r
17174 \r
17175 \end_layout\r
17176 \r
17177 \end_inset\r
17178 </cell>\r
17179 </row>\r
17180 <row>\r
17181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17182 \begin_inset Text\r
17183 \r
17184 \begin_layout Plain Layout\r
17185 \r
17186 \backslash\r
17187 bigtriangleup\r
17188 \end_layout\r
17189 \r
17190 \end_inset\r
17191 </cell>\r
17192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17193 \begin_inset Text\r
17194 \r
17195 \begin_layout Plain Layout\r
17196 \begin_inset Formula $\bigtriangleup$\r
17197 \end_inset\r
17198 \r
17199 \r
17200 \end_layout\r
17201 \r
17202 \end_inset\r
17203 </cell>\r
17204 </row>\r
17205 <row>\r
17206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17207 \begin_inset Text\r
17208 \r
17209 \begin_layout Plain Layout\r
17210 \r
17211 \backslash\r
17212 Box\r
17213 \end_layout\r
17214 \r
17215 \end_inset\r
17216 </cell>\r
17217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17218 \begin_inset Text\r
17219 \r
17220 \begin_layout Plain Layout\r
17221 \begin_inset Formula $\Box$\r
17222 \end_inset\r
17223 \r
17224 \r
17225 \end_layout\r
17226 \r
17227 \end_inset\r
17228 </cell>\r
17229 </row>\r
17230 <row>\r
17231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17232 \begin_inset Text\r
17233 \r
17234 \begin_layout Plain Layout\r
17235 \r
17236 \backslash\r
17237 cap \r
17238 \end_layout\r
17239 \r
17240 \end_inset\r
17241 </cell>\r
17242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17243 \begin_inset Text\r
17244 \r
17245 \begin_layout Plain Layout\r
17246 \begin_inset Formula $\cap$\r
17247 \end_inset\r
17248 \r
17249 \r
17250 \end_layout\r
17251 \r
17252 \end_inset\r
17253 </cell>\r
17254 </row>\r
17255 <row>\r
17256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17257 \begin_inset Text\r
17258 \r
17259 \begin_layout Plain Layout\r
17260 \r
17261 \backslash\r
17262 cup\r
17263 \end_layout\r
17264 \r
17265 \end_inset\r
17266 </cell>\r
17267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17268 \begin_inset Text\r
17269 \r
17270 \begin_layout Plain Layout\r
17271 \begin_inset Formula $\cup$\r
17272 \end_inset\r
17273 \r
17274 \r
17275 \end_layout\r
17276 \r
17277 \end_inset\r
17278 </cell>\r
17279 </row>\r
17280 <row>\r
17281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17282 \begin_inset Text\r
17283 \r
17284 \begin_layout Plain Layout\r
17285 \r
17286 \backslash\r
17287 dagger\r
17288 \end_layout\r
17289 \r
17290 \end_inset\r
17291 </cell>\r
17292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17293 \begin_inset Text\r
17294 \r
17295 \begin_layout Plain Layout\r
17296 \begin_inset Formula $\dagger$\r
17297 \end_inset\r
17298 \r
17299 \r
17300 \end_layout\r
17301 \r
17302 \end_inset\r
17303 </cell>\r
17304 </row>\r
17305 <row>\r
17306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17307 \begin_inset Text\r
17308 \r
17309 \begin_layout Plain Layout\r
17310 \r
17311 \backslash\r
17312 ddagger\r
17313 \end_layout\r
17314 \r
17315 \end_inset\r
17316 </cell>\r
17317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17318 \begin_inset Text\r
17319 \r
17320 \begin_layout Plain Layout\r
17321 \begin_inset Formula $\ddagger$\r
17322 \end_inset\r
17323 \r
17324 \r
17325 \end_layout\r
17326 \r
17327 \end_inset\r
17328 </cell>\r
17329 </row>\r
17330 <row>\r
17331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17332 \begin_inset Text\r
17333 \r
17334 \begin_layout Plain Layout\r
17335 \r
17336 \backslash\r
17337 wr\r
17338 \end_layout\r
17339 \r
17340 \end_inset\r
17341 </cell>\r
17342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17343 \begin_inset Text\r
17344 \r
17345 \begin_layout Plain Layout\r
17346 \begin_inset Formula $\wr$\r
17347 \end_inset\r
17348 \r
17349 \r
17350 \end_layout\r
17351 \r
17352 \end_inset\r
17353 </cell>\r
17354 </row>\r
17355 <row>\r
17356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17357 \begin_inset Text\r
17358 \r
17359 \begin_layout Plain Layout\r
17360 \r
17361 \backslash\r
17362 bigcirc\r
17363 \end_layout\r
17364 \r
17365 \end_inset\r
17366 </cell>\r
17367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17368 \begin_inset Text\r
17369 \r
17370 \begin_layout Plain Layout\r
17371 \begin_inset Formula $\bigcirc$\r
17372 \end_inset\r
17373 \r
17374 \r
17375 \end_layout\r
17376 \r
17377 \end_inset\r
17378 </cell>\r
17379 </row>\r
17380 <row>\r
17381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17382 \begin_inset Text\r
17383 \r
17384 \begin_layout Plain Layout\r
17385 \r
17386 \backslash\r
17387 wedge\r
17388 \end_layout\r
17389 \r
17390 \end_inset\r
17391 </cell>\r
17392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17393 \begin_inset Text\r
17394 \r
17395 \begin_layout Plain Layout\r
17396 \begin_inset Formula $\wedge$\r
17397 \end_inset\r
17398 \r
17399 \r
17400 \end_layout\r
17401 \r
17402 \end_inset\r
17403 </cell>\r
17404 </row>\r
17405 <row>\r
17406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
17407 \begin_inset Text\r
17408 \r
17409 \begin_layout Plain Layout\r
17410 \r
17411 \backslash\r
17412 vee\r
17413 \end_layout\r
17414 \r
17415 \end_inset\r
17416 </cell>\r
17417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
17418 \begin_inset Text\r
17419 \r
17420 \begin_layout Plain Layout\r
17421 \begin_inset Formula $\vee$\r
17422 \end_inset\r
17423 \r
17424 \r
17425 \end_layout\r
17426 \r
17427 \end_inset\r
17428 </cell>\r
17429 </row>\r
17430 </lyxtabular>\r
17431 \r
17432 \end_inset\r
17433 \r
17434 \r
17435 \begin_inset space \hfill{}\r
17436 \end_inset\r
17437 \r
17438 \r
17439 \begin_inset Tabular\r
17440 <lyxtabular version="3" rows="13" columns="2">\r
17441 <features rotate="0" tabularvalignment="middle">\r
17442 <column alignment="center" valignment="top" width="0pt">\r
17443 <column alignment="center" valignment="top" width="0pt">\r
17444 <row>\r
17445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
17446 \begin_inset Text\r
17447 \r
17448 \begin_layout Plain Layout\r
17449 Command\r
17450 \end_layout\r
17451 \r
17452 \end_inset\r
17453 </cell>\r
17454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
17455 \begin_inset Text\r
17456 \r
17457 \begin_layout Plain Layout\r
17458 Result\r
17459 \end_layout\r
17460 \r
17461 \end_inset\r
17462 </cell>\r
17463 </row>\r
17464 <row>\r
17465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17466 \begin_inset Text\r
17467 \r
17468 \begin_layout Plain Layout\r
17469 \r
17470 \backslash\r
17471 oplus\r
17472 \end_layout\r
17473 \r
17474 \end_inset\r
17475 </cell>\r
17476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17477 \begin_inset Text\r
17478 \r
17479 \begin_layout Plain Layout\r
17480 \begin_inset Formula $\oplus$\r
17481 \end_inset\r
17482 \r
17483 \r
17484 \end_layout\r
17485 \r
17486 \end_inset\r
17487 </cell>\r
17488 </row>\r
17489 <row>\r
17490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17491 \begin_inset Text\r
17492 \r
17493 \begin_layout Plain Layout\r
17494 \r
17495 \backslash\r
17496 ominus\r
17497 \end_layout\r
17498 \r
17499 \end_inset\r
17500 </cell>\r
17501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17502 \begin_inset Text\r
17503 \r
17504 \begin_layout Plain Layout\r
17505 \begin_inset Formula $\ominus$\r
17506 \end_inset\r
17507 \r
17508 \r
17509 \end_layout\r
17510 \r
17511 \end_inset\r
17512 </cell>\r
17513 </row>\r
17514 <row>\r
17515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17516 \begin_inset Text\r
17517 \r
17518 \begin_layout Plain Layout\r
17519 \r
17520 \backslash\r
17521 otimes\r
17522 \end_layout\r
17523 \r
17524 \end_inset\r
17525 </cell>\r
17526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17527 \begin_inset Text\r
17528 \r
17529 \begin_layout Plain Layout\r
17530 \begin_inset Formula $\otimes$\r
17531 \end_inset\r
17532 \r
17533 \r
17534 \end_layout\r
17535 \r
17536 \end_inset\r
17537 </cell>\r
17538 </row>\r
17539 <row>\r
17540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17541 \begin_inset Text\r
17542 \r
17543 \begin_layout Plain Layout\r
17544 \r
17545 \backslash\r
17546 oslash\r
17547 \end_layout\r
17548 \r
17549 \end_inset\r
17550 </cell>\r
17551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17552 \begin_inset Text\r
17553 \r
17554 \begin_layout Plain Layout\r
17555 \begin_inset Formula $\oslash$\r
17556 \end_inset\r
17557 \r
17558 \r
17559 \end_layout\r
17560 \r
17561 \end_inset\r
17562 </cell>\r
17563 </row>\r
17564 <row>\r
17565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17566 \begin_inset Text\r
17567 \r
17568 \begin_layout Plain Layout\r
17569 \r
17570 \backslash\r
17571 odot\r
17572 \end_layout\r
17573 \r
17574 \end_inset\r
17575 </cell>\r
17576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17577 \begin_inset Text\r
17578 \r
17579 \begin_layout Plain Layout\r
17580 \begin_inset Formula $\odot$\r
17581 \end_inset\r
17582 \r
17583 \r
17584 \end_layout\r
17585 \r
17586 \end_inset\r
17587 </cell>\r
17588 </row>\r
17589 <row>\r
17590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17591 \begin_inset Text\r
17592 \r
17593 \begin_layout Plain Layout\r
17594 \r
17595 \backslash\r
17596 amalg\r
17597 \end_layout\r
17598 \r
17599 \end_inset\r
17600 </cell>\r
17601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17602 \begin_inset Text\r
17603 \r
17604 \begin_layout Plain Layout\r
17605 \begin_inset Formula $\amalg$\r
17606 \end_inset\r
17607 \r
17608 \r
17609 \end_layout\r
17610 \r
17611 \end_inset\r
17612 </cell>\r
17613 </row>\r
17614 <row>\r
17615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17616 \begin_inset Text\r
17617 \r
17618 \begin_layout Plain Layout\r
17619 \r
17620 \backslash\r
17621 uplus\r
17622 \end_layout\r
17623 \r
17624 \end_inset\r
17625 </cell>\r
17626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17627 \begin_inset Text\r
17628 \r
17629 \begin_layout Plain Layout\r
17630 \begin_inset Formula $\uplus$\r
17631 \end_inset\r
17632 \r
17633 \r
17634 \end_layout\r
17635 \r
17636 \end_inset\r
17637 </cell>\r
17638 </row>\r
17639 <row>\r
17640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17641 \begin_inset Text\r
17642 \r
17643 \begin_layout Plain Layout\r
17644 \r
17645 \backslash\r
17646 setminus\r
17647 \end_layout\r
17648 \r
17649 \end_inset\r
17650 </cell>\r
17651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17652 \begin_inset Text\r
17653 \r
17654 \begin_layout Plain Layout\r
17655 \begin_inset Formula $\setminus$\r
17656 \end_inset\r
17657 \r
17658 \r
17659 \end_layout\r
17660 \r
17661 \end_inset\r
17662 </cell>\r
17663 </row>\r
17664 <row>\r
17665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17666 \begin_inset Text\r
17667 \r
17668 \begin_layout Plain Layout\r
17669 \r
17670 \backslash\r
17671 sqcap\r
17672 \end_layout\r
17673 \r
17674 \end_inset\r
17675 </cell>\r
17676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17677 \begin_inset Text\r
17678 \r
17679 \begin_layout Plain Layout\r
17680 \begin_inset Formula $\sqcap$\r
17681 \end_inset\r
17682 \r
17683 \r
17684 \end_layout\r
17685 \r
17686 \end_inset\r
17687 </cell>\r
17688 </row>\r
17689 <row>\r
17690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17691 \begin_inset Text\r
17692 \r
17693 \begin_layout Plain Layout\r
17694 \r
17695 \backslash\r
17696 sqcup\r
17697 \end_layout\r
17698 \r
17699 \end_inset\r
17700 </cell>\r
17701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17702 \begin_inset Text\r
17703 \r
17704 \begin_layout Plain Layout\r
17705 \begin_inset Formula $\sqcup$\r
17706 \end_inset\r
17707 \r
17708 \r
17709 \end_layout\r
17710 \r
17711 \end_inset\r
17712 </cell>\r
17713 </row>\r
17714 <row>\r
17715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
17716 \begin_inset Text\r
17717 \r
17718 \begin_layout Plain Layout\r
17719 \r
17720 \backslash\r
17721 triangleleft\r
17722 \end_layout\r
17723 \r
17724 \end_inset\r
17725 </cell>\r
17726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
17727 \begin_inset Text\r
17728 \r
17729 \begin_layout Plain Layout\r
17730 \begin_inset Formula $\triangleleft$\r
17731 \end_inset\r
17732 \r
17733 \r
17734 \end_layout\r
17735 \r
17736 \end_inset\r
17737 </cell>\r
17738 </row>\r
17739 <row>\r
17740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
17741 \begin_inset Text\r
17742 \r
17743 \begin_layout Plain Layout\r
17744 \r
17745 \backslash\r
17746 triangleright\r
17747 \end_layout\r
17748 \r
17749 \end_inset\r
17750 </cell>\r
17751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
17752 \begin_inset Text\r
17753 \r
17754 \begin_layout Plain Layout\r
17755 \begin_inset Formula $\triangleright$\r
17756 \end_inset\r
17757 \r
17758 \r
17759 \end_layout\r
17760 \r
17761 \end_inset\r
17762 </cell>\r
17763 </row>\r
17764 </lyxtabular>\r
17765 \r
17766 \end_inset\r
17767 \r
17768 \r
17769 \begin_inset space \hfill{}\r
17770 \end_inset\r
17771 \r
17772 \r
17773 \end_layout\r
17774 \r
17775 \begin_layout Standard\r
17776 All binary operators can also be inserted via the math toolbar button \r
17777 \begin_inset Graphics\r
17778         filename ../images/math/pm.png\r
17779         scale 85\r
17780 \r
17781 \end_inset\r
17782 \r
17783 .\r
17784 \end_layout\r
17785 \r
17786 \begin_layout Standard\r
17787 To typeset the Laplace operator also \r
17788 \series bold\r
17789 \r
17790 \backslash\r
17791 Delta\r
17792 \series default\r
17793  or \r
17794 \series bold\r
17795 \r
17796 \backslash\r
17797 nabla\r
17798 \series default\r
17799 ^\r
17800 \series bold\r
17801 2\r
17802 \series default\r
17803  (\r
17804 \begin_inset Formula $\nabla^{2}$\r
17805 \end_inset\r
17806 \r
17807 ) can be used instead of \r
17808 \series bold\r
17809 \r
17810 \backslash\r
17811 bigtriangleup\r
17812 \series default\r
17813  .\r
17814 \end_layout\r
17815 \r
17816 \begin_layout Standard\r
17817 The character \r
17818 \family sans\r
17819 Menu Separator\r
17820 \family default\r
17821  from the menu \r
17822 \family sans\r
17823 Insert\SpecialChar \menuseparator\r
17824 Special Character\r
17825 \family default\r
17826  is the operator \r
17827 \series bold\r
17828 \r
17829 \backslash\r
17830 triangleright\r
17831 \series default\r
17832 .\r
17833 \end_layout\r
17834 \r
17835 \begin_layout Subsection\r
17836 Self-defined Operators\r
17837 \begin_inset CommandInset label\r
17838 LatexCommand label\r
17839 name "sub:Self-defined-Operators"\r
17840 \r
17841 \end_inset\r
17842 \r
17843 \r
17844 \begin_inset Index idx\r
17845 status collapsed\r
17846 \r
17847 \begin_layout Plain Layout\r
17848 Operators ! self-defined\r
17849 \end_layout\r
17850 \r
17851 \end_inset\r
17852 \r
17853 \r
17854 \end_layout\r
17855 \r
17856 \begin_layout Standard\r
17857 With the help of the command \r
17858 \series bold\r
17859 \r
17860 \backslash\r
17861 DeclareMathOperator\r
17862 \series default\r
17863 \r
17864 \begin_inset Index idx\r
17865 status collapsed\r
17866 \r
17867 \begin_layout Plain Layout\r
17868 Commands ! D ! \r
17869 \backslash\r
17870 dbinom@\r
17871 \backslash\r
17872 DeclareMathOperator\r
17873 \end_layout\r
17874 \r
17875 \end_inset\r
17876 \r
17877  custom operators can be defined in the LaTeX-preamble.\r
17878  Its command scheme is:\r
17879 \end_layout\r
17880 \r
17881 \begin_layout Standard\r
17882 \r
17883 \series bold\r
17884 \r
17885 \backslash\r
17886 DeclareMathOperator{new command}{display}\r
17887 \end_layout\r
17888 \r
17889 \begin_layout Standard\r
17890 Display can be characters or symbols that define how the operator looks\r
17891  in the output.\r
17892  To define a big operator a * is set behind the command.\r
17893  All self-defined big operators can have limits as described in \r
17894 \begin_inset CommandInset ref\r
17895 LatexCommand ref\r
17896 reference "sub:Operator-Limits"\r
17897 \r
17898 \end_inset\r
17899 \r
17900 .\r
17901 \end_layout\r
17902 \r
17903 \begin_layout Standard\r
17904 For example the LaTeX-preamble line\r
17905 \end_layout\r
17906 \r
17907 \begin_layout Standard\r
17908 \r
17909 \series bold\r
17910 \r
17911 \backslash\r
17912 DeclareMathOperator*{\r
17913 \backslash\r
17914 Lozenge}{\r
17915 \backslash\r
17916 blacklozenge}\r
17917 \end_layout\r
17918 \r
17919 \begin_layout Standard\r
17920 defines the command \r
17921 \series bold\r
17922 \r
17923 \backslash\r
17924 Lozenge\r
17925 \series default\r
17926 , that inserts a big operator consisting of the lozenge symbol from \r
17927 \begin_inset CommandInset ref\r
17928 LatexCommand ref\r
17929 reference "sub:Miscellaneous-Symbols"\r
17930 \r
17931 \end_inset\r
17932 \r
17933 :\r
17934 \begin_inset Formula \r
17935 \[\r
17936 \Lozenge_{n=1}^{\infty}\r
17937 \]\r
17938 \r
17939 \end_inset\r
17940 \r
17941 The command for this formula is: \r
17942 \series bold\r
17943 \r
17944 \backslash\r
17945 Lozenge\r
17946 \series default\r
17947 ^\r
17948 \series bold\r
17949 \r
17950 \backslash\r
17951 infty\r
17952 \begin_inset Formula $\to$\r
17953 \end_inset\r
17954 \r
17955 _n=1\r
17956 \end_layout\r
17957 \r
17958 \begin_layout Standard\r
17959 \begin_inset VSpace bigskip\r
17960 \end_inset\r
17961 \r
17962 When self-defined operators are not used several times in the document,\r
17963  they can also be defined with the commands \r
17964 \series bold\r
17965 \r
17966 \backslash\r
17967 mathop\r
17968 \series default\r
17969 \r
17970 \begin_inset Index idx\r
17971 status collapsed\r
17972 \r
17973 \begin_layout Plain Layout\r
17974 Commands ! M ! \r
17975 \backslash\r
17976 mathop\r
17977 \end_layout\r
17978 \r
17979 \end_inset\r
17980 \r
17981  and \r
17982 \series bold\r
17983 \r
17984 \backslash\r
17985 mathbin\r
17986 \series default\r
17987 \r
17988 \begin_inset Index idx\r
17989 status collapsed\r
17990 \r
17991 \begin_layout Plain Layout\r
17992 Commands ! M ! \r
17993 \backslash\r
17994 mathbin\r
17995 \end_layout\r
17996 \r
17997 \end_inset\r
17998 \r
17999 , which have the following scheme:\r
18000 \end_layout\r
18001 \r
18002 \begin_layout Standard\r
18003 \r
18004 \series bold\r
18005 \r
18006 \backslash\r
18007 mathop{display}\r
18008 \series default\r
18009  and \r
18010 \series bold\r
18011 \r
18012 \backslash\r
18013 mathbin{display}\r
18014 \end_layout\r
18015 \r
18016 \begin_layout Standard\r
18017 \r
18018 \series bold\r
18019 \r
18020 \backslash\r
18021 mathop\r
18022 \series default\r
18023  defines big operators, \r
18024 \series bold\r
18025 \r
18026 \backslash\r
18027 mathbin\r
18028 \series default\r
18029  binary operators.\r
18030 \end_layout\r
18031 \r
18032 \begin_layout Standard\r
18033 \r
18034 \series bold\r
18035 \r
18036 \backslash\r
18037 mathop\r
18038 \series default\r
18039  can e.\r
18040 \begin_inset space \thinspace{}\r
18041 \end_inset\r
18042 \r
18043 g.\r
18044 \begin_inset space \space{}\r
18045 \end_inset\r
18046 \r
18047 be used to use one limit for several operators:\r
18048 \end_layout\r
18049 \r
18050 \begin_layout Standard\r
18051 \begin_inset Formula \r
18052 \[\r
18053 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\r
18054 \]\r
18055 \r
18056 \end_inset\r
18057 \r
18058 \r
18059 \end_layout\r
18060 \r
18061 \begin_layout Standard\r
18062 The command for the formula above is:\r
18063 \begin_inset Newline newline\r
18064 \end_inset\r
18065 \r
18066 \r
18067 \series bold\r
18068 \r
18069 \backslash\r
18070 mathop{\r
18071 \backslash\r
18072 sum\r
18073 \backslash\r
18074 negmedspace\r
18075 \backslash\r
18076 sum\r
18077 \series default\r
18078 \r
18079 \begin_inset ERT\r
18080 status collapsed\r
18081 \r
18082 \begin_layout Plain Layout\r
18083 \r
18084 \r
18085 \backslash\r
18086 spce \r
18087 \end_layout\r
18088 \r
18089 \end_inset\r
18090 \r
18091 \r
18092 \series bold\r
18093 \r
18094 \begin_inset Formula $\to$\r
18095 \end_inset\r
18096 \r
18097 ^N\r
18098 \series default\r
18099 \r
18100 \begin_inset ERT\r
18101 status collapsed\r
18102 \r
18103 \begin_layout Plain Layout\r
18104 \r
18105 \r
18106 \backslash\r
18107 spce \r
18108 \end_layout\r
18109 \r
18110 \end_inset\r
18111 \r
18112 \r
18113 \series bold\r
18114 _i,j=1\r
18115 \end_layout\r
18116 \r
18117 \begin_layout Section\r
18118 Fonts\r
18119 \begin_inset Index idx\r
18120 status collapsed\r
18121 \r
18122 \begin_layout Plain Layout\r
18123 Fonts\r
18124 \end_layout\r
18125 \r
18126 \end_inset\r
18127 \r
18128 \r
18129 \end_layout\r
18130 \r
18131 \begin_layout Subsection\r
18132 Font Styles\r
18133 \begin_inset CommandInset label\r
18134 LatexCommand label\r
18135 name "sub:Font-Styles"\r
18136 \r
18137 \end_inset\r
18138 \r
18139 \r
18140 \begin_inset Index idx\r
18141 status collapsed\r
18142 \r
18143 \begin_layout Plain Layout\r
18144 Font ! style\r
18145 \end_layout\r
18146 \r
18147 \end_inset\r
18148 \r
18149 \r
18150 \end_layout\r
18151 \r
18152 \begin_layout Standard\r
18153 Latin letters in formulas can be set in one of the following font styles:\r
18154 \begin_inset VSpace -2mm\r
18155 \end_inset\r
18156 \r
18157 \r
18158 \end_layout\r
18159 \r
18160 \begin_layout Standard\r
18161 \align center\r
18162 \begin_inset Tabular\r
18163 <lyxtabular version="3" rows="7" columns="3">\r
18164 <features rotate="0" tabularvalignment="middle">\r
18165 <column alignment="center" valignment="top">\r
18166 <column alignment="center" valignment="top">\r
18167 <column alignment="center" valignment="top">\r
18168 <row>\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 Command\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" usebox="none">\r
18179 \begin_inset Text\r
18180 \r
18181 \begin_layout Plain Layout\r
18182 Result\r
18183 \end_layout\r
18184 \r
18185 \end_inset\r
18186 </cell>\r
18187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
18188 \begin_inset Text\r
18189 \r
18190 \begin_layout Plain Layout\r
18191 shortcut\r
18192 \end_layout\r
18193 \r
18194 \end_inset\r
18195 </cell>\r
18196 </row>\r
18197 <row>\r
18198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18199 \begin_inset Text\r
18200 \r
18201 \begin_layout Plain Layout\r
18202 \r
18203 \backslash\r
18204 mathbb\r
18205 \series bold\r
18206 \r
18207 \begin_inset ERT\r
18208 status collapsed\r
18209 \r
18210 \begin_layout Plain Layout\r
18211 \r
18212 \r
18213 \backslash\r
18214 spce \r
18215 \end_layout\r
18216 \r
18217 \end_inset\r
18218 \r
18219 \r
18220 \series default\r
18221 ABC\r
18222 \end_layout\r
18223 \r
18224 \end_inset\r
18225 </cell>\r
18226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18227 \begin_inset Text\r
18228 \r
18229 \begin_layout Plain Layout\r
18230 \begin_inset Formula $\mathbb{ABC}$\r
18231 \end_inset\r
18232 \r
18233 \r
18234 \end_layout\r
18235 \r
18236 \end_inset\r
18237 </cell>\r
18238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
18239 \begin_inset Text\r
18240 \r
18241 \begin_layout Plain Layout\r
18242 \begin_inset Info\r
18243 type  "shortcuts"\r
18244 arg   "font-noun"\r
18245 \end_inset\r
18246 \r
18247 \r
18248 \end_layout\r
18249 \r
18250 \end_inset\r
18251 </cell>\r
18252 </row>\r
18253 <row>\r
18254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18255 \begin_inset Text\r
18256 \r
18257 \begin_layout Plain Layout\r
18258 \r
18259 \backslash\r
18260 mathbf\r
18261 \series bold\r
18262 \r
18263 \begin_inset ERT\r
18264 status collapsed\r
18265 \r
18266 \begin_layout Plain Layout\r
18267 \r
18268 \r
18269 \backslash\r
18270 spce \r
18271 \end_layout\r
18272 \r
18273 \end_inset\r
18274 \r
18275 \r
18276 \series default\r
18277 AbC\r
18278 \end_layout\r
18279 \r
18280 \end_inset\r
18281 </cell>\r
18282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18283 \begin_inset Text\r
18284 \r
18285 \begin_layout Plain Layout\r
18286 \begin_inset Formula $\mathbf{AbC}$\r
18287 \end_inset\r
18288 \r
18289 \r
18290 \end_layout\r
18291 \r
18292 \end_inset\r
18293 </cell>\r
18294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
18295 \begin_inset Text\r
18296 \r
18297 \begin_layout Plain Layout\r
18298 \begin_inset Info\r
18299 type  "shortcuts"\r
18300 arg   "font-bold"\r
18301 \end_inset\r
18302 \r
18303 \r
18304 \end_layout\r
18305 \r
18306 \end_inset\r
18307 </cell>\r
18308 </row>\r
18309 <row>\r
18310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18311 \begin_inset Text\r
18312 \r
18313 \begin_layout Plain Layout\r
18314 \r
18315 \backslash\r
18316 boldsymbol\r
18317 \series bold\r
18318 \r
18319 \begin_inset ERT\r
18320 status collapsed\r
18321 \r
18322 \begin_layout Plain Layout\r
18323 \r
18324 \r
18325 \backslash\r
18326 spce \r
18327 \end_layout\r
18328 \r
18329 \end_inset\r
18330 \r
18331 \r
18332 \series default\r
18333 AbC\r
18334 \end_layout\r
18335 \r
18336 \end_inset\r
18337 </cell>\r
18338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18339 \begin_inset Text\r
18340 \r
18341 \begin_layout Plain Layout\r
18342 \begin_inset Formula $\boldsymbol{AbC}$\r
18343 \end_inset\r
18344 \r
18345 \r
18346 \end_layout\r
18347 \r
18348 \end_inset\r
18349 </cell>\r
18350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
18351 \begin_inset Text\r
18352 \r
18353 \begin_layout Plain Layout\r
18354 \begin_inset Info\r
18355 type  "shortcuts"\r
18356 arg   "font-boldsymbol"\r
18357 \end_inset\r
18358 \r
18359 \r
18360 \end_layout\r
18361 \r
18362 \end_inset\r
18363 </cell>\r
18364 </row>\r
18365 <row>\r
18366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18367 \begin_inset Text\r
18368 \r
18369 \begin_layout Plain Layout\r
18370 \r
18371 \backslash\r
18372 mathcal\r
18373 \series bold\r
18374 \r
18375 \begin_inset ERT\r
18376 status collapsed\r
18377 \r
18378 \begin_layout Plain Layout\r
18379 \r
18380 \r
18381 \backslash\r
18382 spce \r
18383 \end_layout\r
18384 \r
18385 \end_inset\r
18386 \r
18387 \r
18388 \series default\r
18389 ABC\r
18390 \end_layout\r
18391 \r
18392 \end_inset\r
18393 </cell>\r
18394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18395 \begin_inset Text\r
18396 \r
18397 \begin_layout Plain Layout\r
18398 \begin_inset Formula $\mathcal{ABC}$\r
18399 \end_inset\r
18400 \r
18401 \r
18402 \end_layout\r
18403 \r
18404 \end_inset\r
18405 </cell>\r
18406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
18407 \begin_inset Text\r
18408 \r
18409 \begin_layout Plain Layout\r
18410 \begin_inset Info\r
18411 type  "shortcuts"\r
18412 arg   "font-emph"\r
18413 \end_inset\r
18414 \r
18415 \r
18416 \end_layout\r
18417 \r
18418 \end_inset\r
18419 </cell>\r
18420 </row>\r
18421 <row>\r
18422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18423 \begin_inset Text\r
18424 \r
18425 \begin_layout Plain Layout\r
18426 \r
18427 \backslash\r
18428 mathfrak\r
18429 \series bold\r
18430 \r
18431 \begin_inset ERT\r
18432 status collapsed\r
18433 \r
18434 \begin_layout Plain Layout\r
18435 \r
18436 \r
18437 \backslash\r
18438 spce \r
18439 \end_layout\r
18440 \r
18441 \end_inset\r
18442 \r
18443 \r
18444 \series default\r
18445 AbC\r
18446 \end_layout\r
18447 \r
18448 \end_inset\r
18449 </cell>\r
18450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18451 \begin_inset Text\r
18452 \r
18453 \begin_layout Plain Layout\r
18454 \begin_inset Formula $\mathfrak{AbC}$\r
18455 \end_inset\r
18456 \r
18457 \r
18458 \end_layout\r
18459 \r
18460 \end_inset\r
18461 </cell>\r
18462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
18463 \begin_inset Text\r
18464 \r
18465 \begin_layout Plain Layout\r
18466 -\r
18467 \end_layout\r
18468 \r
18469 \end_inset\r
18470 </cell>\r
18471 </row>\r
18472 <row>\r
18473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
18474 \begin_inset Text\r
18475 \r
18476 \begin_layout Plain Layout\r
18477 \r
18478 \backslash\r
18479 mathscr\r
18480 \series bold\r
18481 \r
18482 \begin_inset ERT\r
18483 status collapsed\r
18484 \r
18485 \begin_layout Plain Layout\r
18486 \r
18487 \r
18488 \backslash\r
18489 spce \r
18490 \end_layout\r
18491 \r
18492 \end_inset\r
18493 \r
18494 \r
18495 \series default\r
18496 AbC\r
18497 \end_layout\r
18498 \r
18499 \end_inset\r
18500 </cell>\r
18501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
18502 \begin_inset Text\r
18503 \r
18504 \begin_layout Plain Layout\r
18505 \begin_inset Formula $\mathscr{AbC}$\r
18506 \end_inset\r
18507 \r
18508 \r
18509 \end_layout\r
18510 \r
18511 \end_inset\r
18512 </cell>\r
18513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
18514 \begin_inset Text\r
18515 \r
18516 \begin_layout Plain Layout\r
18517 -\r
18518 \end_layout\r
18519 \r
18520 \end_inset\r
18521 </cell>\r
18522 </row>\r
18523 </lyxtabular>\r
18524 \r
18525 \end_inset\r
18526 \r
18527 \r
18528 \end_layout\r
18529 \r
18530 \begin_layout Standard\r
18531 \align center\r
18532 \begin_inset Tabular\r
18533 <lyxtabular version="3" rows="5" columns="3">\r
18534 <features rotate="0" tabularvalignment="middle">\r
18535 <column alignment="center" valignment="top">\r
18536 <column alignment="center" valignment="top">\r
18537 <column alignment="center" valignment="top">\r
18538 <row>\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 Command\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" usebox="none">\r
18549 \begin_inset Text\r
18550 \r
18551 \begin_layout Plain Layout\r
18552 Result\r
18553 \end_layout\r
18554 \r
18555 \end_inset\r
18556 </cell>\r
18557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
18558 \begin_inset Text\r
18559 \r
18560 \begin_layout Plain Layout\r
18561 shortcut\r
18562 \end_layout\r
18563 \r
18564 \end_inset\r
18565 </cell>\r
18566 </row>\r
18567 <row>\r
18568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18569 \begin_inset Text\r
18570 \r
18571 \begin_layout Plain Layout\r
18572 \r
18573 \backslash\r
18574 mathit\r
18575 \series bold\r
18576 \r
18577 \begin_inset ERT\r
18578 status collapsed\r
18579 \r
18580 \begin_layout Plain Layout\r
18581 \r
18582 \r
18583 \backslash\r
18584 spce \r
18585 \end_layout\r
18586 \r
18587 \end_inset\r
18588 \r
18589 \r
18590 \series default\r
18591 AbC\r
18592 \end_layout\r
18593 \r
18594 \end_inset\r
18595 </cell>\r
18596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18597 \begin_inset Text\r
18598 \r
18599 \begin_layout Plain Layout\r
18600 \begin_inset Formula $\mathit{AbC}$\r
18601 \end_inset\r
18602 \r
18603 \r
18604 \end_layout\r
18605 \r
18606 \end_inset\r
18607 </cell>\r
18608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
18609 \begin_inset Text\r
18610 \r
18611 \begin_layout Plain Layout\r
18612 -\r
18613 \end_layout\r
18614 \r
18615 \end_inset\r
18616 </cell>\r
18617 </row>\r
18618 <row>\r
18619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18620 \begin_inset Text\r
18621 \r
18622 \begin_layout Plain Layout\r
18623 \r
18624 \backslash\r
18625 mathrm\r
18626 \series bold\r
18627 \r
18628 \begin_inset ERT\r
18629 status collapsed\r
18630 \r
18631 \begin_layout Plain Layout\r
18632 \r
18633 \r
18634 \backslash\r
18635 spce \r
18636 \end_layout\r
18637 \r
18638 \end_inset\r
18639 \r
18640 \r
18641 \series default\r
18642 AbC\r
18643 \end_layout\r
18644 \r
18645 \end_inset\r
18646 </cell>\r
18647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18648 \begin_inset Text\r
18649 \r
18650 \begin_layout Plain Layout\r
18651 \begin_inset Formula $\mathrm{AbC}$\r
18652 \end_inset\r
18653 \r
18654 \r
18655 \end_layout\r
18656 \r
18657 \end_inset\r
18658 </cell>\r
18659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
18660 \begin_inset Text\r
18661 \r
18662 \begin_layout Plain Layout\r
18663 \begin_inset Info\r
18664 type  "shortcuts"\r
18665 arg   "font-roman"\r
18666 \end_inset\r
18667 \r
18668 \r
18669 \end_layout\r
18670 \r
18671 \end_inset\r
18672 </cell>\r
18673 </row>\r
18674 <row>\r
18675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18676 \begin_inset Text\r
18677 \r
18678 \begin_layout Plain Layout\r
18679 \r
18680 \backslash\r
18681 mathsf\r
18682 \series bold\r
18683 \r
18684 \begin_inset ERT\r
18685 status collapsed\r
18686 \r
18687 \begin_layout Plain Layout\r
18688 \r
18689 \r
18690 \backslash\r
18691 spce \r
18692 \end_layout\r
18693 \r
18694 \end_inset\r
18695 \r
18696 \r
18697 \series default\r
18698 AbC\r
18699 \end_layout\r
18700 \r
18701 \end_inset\r
18702 </cell>\r
18703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
18704 \begin_inset Text\r
18705 \r
18706 \begin_layout Plain Layout\r
18707 \begin_inset Formula $\mathsf{AbC}$\r
18708 \end_inset\r
18709 \r
18710 \r
18711 \end_layout\r
18712 \r
18713 \end_inset\r
18714 </cell>\r
18715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
18716 \begin_inset Text\r
18717 \r
18718 \begin_layout Plain Layout\r
18719 \begin_inset Info\r
18720 type  "shortcuts"\r
18721 arg   "font-sans"\r
18722 \end_inset\r
18723 \r
18724 \r
18725 \end_layout\r
18726 \r
18727 \end_inset\r
18728 </cell>\r
18729 </row>\r
18730 <row>\r
18731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
18732 \begin_inset Text\r
18733 \r
18734 \begin_layout Plain Layout\r
18735 \r
18736 \backslash\r
18737 mathtt\r
18738 \series bold\r
18739 \r
18740 \begin_inset ERT\r
18741 status collapsed\r
18742 \r
18743 \begin_layout Plain Layout\r
18744 \r
18745 \r
18746 \backslash\r
18747 spce \r
18748 \end_layout\r
18749 \r
18750 \end_inset\r
18751 \r
18752 \r
18753 \series default\r
18754 AbC\r
18755 \end_layout\r
18756 \r
18757 \end_inset\r
18758 </cell>\r
18759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
18760 \begin_inset Text\r
18761 \r
18762 \begin_layout Plain Layout\r
18763 \begin_inset Formula $\mathtt{AbC}$\r
18764 \end_inset\r
18765 \r
18766 \r
18767 \end_layout\r
18768 \r
18769 \end_inset\r
18770 </cell>\r
18771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
18772 \begin_inset Text\r
18773 \r
18774 \begin_layout Plain Layout\r
18775 \begin_inset Info\r
18776 type  "shortcuts"\r
18777 arg   "font-typewriter"\r
18778 \end_inset\r
18779 \r
18780 \r
18781 \end_layout\r
18782 \r
18783 \end_inset\r
18784 </cell>\r
18785 </row>\r
18786 </lyxtabular>\r
18787 \r
18788 \end_inset\r
18789 \r
18790 \r
18791 \end_layout\r
18792 \r
18793 \begin_layout Standard\r
18794 \begin_inset Note Greyedout\r
18795 status open\r
18796 \r
18797 \begin_layout Plain Layout\r
18798 \r
18799 \series bold\r
18800 Note:\r
18801 \series default\r
18802  The styles \r
18803 \series bold\r
18804 \r
18805 \backslash\r
18806 mathbb\r
18807 \series default\r
18808  and \r
18809 \series bold\r
18810 \r
18811 \backslash\r
18812 mathcal\r
18813 \series default\r
18814  can only be used for big letters.\r
18815 \end_layout\r
18816 \r
18817 \end_inset\r
18818 \r
18819 \r
18820 \end_layout\r
18821 \r
18822 \begin_layout Standard\r
18823 Predefined is the style \r
18824 \series bold\r
18825 \r
18826 \backslash\r
18827 mathnormal\r
18828 \series default\r
18829 .\r
18830 \end_layout\r
18831 \r
18832 \begin_layout Standard\r
18833 The style commands work also for letters in mathematical constructs:\r
18834 \begin_inset Formula \r
18835 \[\r
18836 \mathfrak{A=\frac{b}{C}}\r
18837 \]\r
18838 \r
18839 \end_inset\r
18840 \r
18841 \r
18842 \end_layout\r
18843 \r
18844 \begin_layout Standard\r
18845 Characters in mathematical text don't appear in a math font style but in\r
18846  the text font style \r
18847 \series bold\r
18848 \r
18849 \backslash\r
18850 textrm\r
18851 \series default\r
18852 .\r
18853  That their style can't be set correctly via the text style dialog is a\r
18854  bug in LyX.\r
18855 \begin_inset Foot\r
18856 status collapsed\r
18857 \r
18858 \begin_layout Plain Layout\r
18859 \begin_inset CommandInset href\r
18860 LatexCommand href\r
18861 name "LyX-bug #4629"\r
18862 target "http://www.lyx.org/trac/ticket/4629"\r
18863 \r
18864 \end_inset\r
18865 \r
18866 \r
18867 \end_layout\r
18868 \r
18869 \end_inset\r
18870 \r
18871 \r
18872 \end_layout\r
18873 \r
18874 \begin_layout Standard\r
18875 Instead of the style commands the dialog \r
18876 \family sans\r
18877 Edit\SpecialChar \menuseparator\r
18878 Math\SpecialChar \menuseparator\r
18879 Text Style\r
18880 \family default\r
18881  or the toolbar button \r
18882 \begin_inset Graphics\r
18883         filename ../images/math/font.png\r
18884         scale 85\r
18885 \r
18886 \end_inset\r
18887 \r
18888  can be used.\r
18889 \end_layout\r
18890 \r
18891 \begin_layout Subsection\r
18892 Bold Formulas\r
18893 \begin_inset CommandInset label\r
18894 LatexCommand label\r
18895 name "sub:Bold-Formulas"\r
18896 \r
18897 \end_inset\r
18898 \r
18899 \r
18900 \begin_inset Index idx\r
18901 status collapsed\r
18902 \r
18903 \begin_layout Plain Layout\r
18904 Formula ! bold\r
18905 \end_layout\r
18906 \r
18907 \end_inset\r
18908 \r
18909 \r
18910 \end_layout\r
18911 \r
18912 \begin_layout Standard\r
18913 To make a complete formula bold, the command \r
18914 \series bold\r
18915 \r
18916 \backslash\r
18917 mathbf\r
18918 \series default\r
18919  from the previous subsection cannot be used, because it doesn't work for\r
18920  small Greek letters.\r
18921  Furthermore it prints Latin letters always upright, like in the following\r
18922  equation:\r
18923 \end_layout\r
18924 \r
18925 \begin_layout Standard\r
18926 \begin_inset Formula \r
18927 \[\r
18928 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\r
18929 \]\r
18930 \r
18931 \end_inset\r
18932 \r
18933 \r
18934 \end_layout\r
18935 \r
18936 \begin_layout Standard\r
18937 To display the formula correctly, the command \r
18938 \series bold\r
18939 \r
18940 \backslash\r
18941 boldsymbol\r
18942 \series default\r
18943  is used:\r
18944 \begin_inset Formula \r
18945 \[\r
18946 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\r
18947 \]\r
18948 \r
18949 \end_inset\r
18950 \r
18951 It is also possible to set the formula in a \r
18952 \series bold\r
18953 boldmath environment\r
18954 \series default\r
18955 .\r
18956  This environment is created by inserting the command \r
18957 \series bold\r
18958 \r
18959 \backslash\r
18960 boldmath\r
18961 \series default\r
18962 \r
18963 \begin_inset Index idx\r
18964 status collapsed\r
18965 \r
18966 \begin_layout Plain Layout\r
18967 Commands ! B ! \r
18968 \backslash\r
18969 boldmath\r
18970 \end_layout\r
18971 \r
18972 \end_inset\r
18973 \r
18974  in TeX-mode.\r
18975  To end the environment, the command \r
18976 \series bold\r
18977 \r
18978 \backslash\r
18979 unboldmath\r
18980 \series default\r
18981 \r
18982 \begin_inset Index idx\r
18983 status collapsed\r
18984 \r
18985 \begin_layout Plain Layout\r
18986 Commands ! U ! \r
18987 \backslash\r
18988 unboldmath\r
18989 \end_layout\r
18990 \r
18991 \end_inset\r
18992 \r
18993  is inserted in TeX-mode.\r
18994 \begin_inset ERT\r
18995 status collapsed\r
18996 \r
18997 \begin_layout Plain Layout\r
18998 \r
18999 \r
19000 \backslash\r
19001 boldmath \r
19002 \end_layout\r
19003 \r
19004 \end_inset\r
19005 \r
19006 \r
19007 \begin_inset Formula \r
19008 \[\r
19009 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\r
19010 \]\r
19011 \r
19012 \end_inset\r
19013 \r
19014 \r
19015 \begin_inset ERT\r
19016 status collapsed\r
19017 \r
19018 \begin_layout Plain Layout\r
19019 \r
19020 \r
19021 \backslash\r
19022 unboldmath \r
19023 \end_layout\r
19024 \r
19025 \end_inset\r
19026 \r
19027 \r
19028 \end_layout\r
19029 \r
19030 \begin_layout Subsection\r
19031 Colored Formulas\r
19032 \begin_inset Index idx\r
19033 status collapsed\r
19034 \r
19035 \begin_layout Plain Layout\r
19036 Formula ! colored\r
19037 \end_layout\r
19038 \r
19039 \end_inset\r
19040 \r
19041 \r
19042 \end_layout\r
19043 \r
19044 \begin_layout Standard\r
19045 Formulas can be colored like normal text: Highlight a formula or a formula\r
19046  part and use the \r
19047 \family sans\r
19048 Text Style\r
19049 \family default\r
19050  dialog.\r
19051  Here is a formula in magenta:\r
19052 \begin_inset Formula \r
19053 \[\r
19054 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\r
19055 \]\r
19056 \r
19057 \end_inset\r
19058 \r
19059 \r
19060 \end_layout\r
19061 \r
19062 \begin_layout Standard\r
19063 You can also define your own colors as described in \r
19064 \begin_inset CommandInset ref\r
19065 LatexCommand ref\r
19066 reference "sub:Colored-Boxes"\r
19067 \r
19068 \end_inset\r
19069 \r
19070 .\r
19071  They can be used with the TeX code command \r
19072 \series bold\r
19073 \r
19074 \backslash\r
19075 textcolor\r
19076 \series default\r
19077 \r
19078 \begin_inset Index idx\r
19079 status collapsed\r
19080 \r
19081 \begin_layout Plain Layout\r
19082 Commands ! T ! \r
19083 \backslash\r
19084 textcolor\r
19085 \end_layout\r
19086 \r
19087 \end_inset\r
19088 \r
19089  in the scheme\r
19090 \end_layout\r
19091 \r
19092 \begin_layout Standard\r
19093 \r
19094 \series bold\r
19095 \r
19096 \backslash\r
19097 textcolor{color}{characters or formula}\r
19098 \end_layout\r
19099 \r
19100 \begin_layout Standard\r
19101 The following example was colored completely dark green and partly red:\r
19102 \end_layout\r
19103 \r
19104 \begin_layout Standard\r
19105 \begin_inset ERT\r
19106 status collapsed\r
19107 \r
19108 \begin_layout Plain Layout\r
19109 \r
19110 \r
19111 \backslash\r
19112 textcolor{darkgreen}{\r
19113 \end_layout\r
19114 \r
19115 \end_inset\r
19116 \r
19117 \r
19118 \begin_inset Formula \r
19119 \[\r
19120 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\r
19121 \]\r
19122 \r
19123 \end_inset\r
19124 \r
19125 \r
19126 \begin_inset ERT\r
19127 status collapsed\r
19128 \r
19129 \begin_layout Plain Layout\r
19130 \r
19131 }\r
19132 \end_layout\r
19133 \r
19134 \end_inset\r
19135 \r
19136 \r
19137 \end_layout\r
19138 \r
19139 \begin_layout Standard\r
19140 Due to a bug in LyX only complete formulas can be colored with self-defined\r
19141  colors.\r
19142 \begin_inset Foot\r
19143 status collapsed\r
19144 \r
19145 \begin_layout Plain Layout\r
19146 \begin_inset CommandInset href\r
19147 LatexCommand href\r
19148 name "LyX-bug #5269"\r
19149 target "http://www.lyx.org/trac/ticket/5269"\r
19150 \r
19151 \end_inset\r
19152 \r
19153 \r
19154 \end_layout\r
19155 \r
19156 \end_inset\r
19157 \r
19158 \r
19159 \end_layout\r
19160 \r
19161 \begin_layout Subsection\r
19162 Font Sizes\r
19163 \begin_inset CommandInset label\r
19164 LatexCommand label\r
19165 name "sub:Font-Sizes"\r
19166 \r
19167 \end_inset\r
19168 \r
19169 \r
19170 \begin_inset Index idx\r
19171 status collapsed\r
19172 \r
19173 \begin_layout Plain Layout\r
19174 Font ! size\r
19175 \end_layout\r
19176 \r
19177 \end_inset\r
19178 \r
19179 \r
19180 \end_layout\r
19181 \r
19182 \begin_layout Standard\r
19183 For characters in formulas there are, analog to characters in text, the\r
19184  following size commands:\r
19185 \end_layout\r
19186 \r
19187 \begin_layout Standard\r
19188 \r
19189 \series bold\r
19190 \r
19191 \backslash\r
19192 Huge\r
19193 \series default\r
19194\r
19195 \series bold\r
19196 \r
19197 \backslash\r
19198 huge\r
19199 \series default\r
19200\r
19201 \series bold\r
19202 \r
19203 \backslash\r
19204 LARGE\r
19205 \series default\r
19206\r
19207 \series bold\r
19208 \r
19209 \backslash\r
19210 Large\r
19211 \series default\r
19212\r
19213 \series bold\r
19214 \r
19215 \backslash\r
19216 large\r
19217 \series default\r
19218\r
19219 \series bold\r
19220 \r
19221 \backslash\r
19222 normalsize\r
19223 \series default\r
19224\r
19225 \series bold\r
19226 \r
19227 \backslash\r
19228 small\r
19229 \series default\r
19230 ,\r
19231 \begin_inset Newline newline\r
19232 \end_inset\r
19233 \r
19234 \r
19235 \series bold\r
19236 \r
19237 \backslash\r
19238 footnotesize\r
19239 \series default\r
19240\r
19241 \series bold\r
19242 \r
19243 \backslash\r
19244 scriptsize\r
19245 \series default\r
19246  and \r
19247 \series bold\r
19248 \r
19249 \backslash\r
19250 tiny\r
19251 \end_layout\r
19252 \r
19253 \begin_layout Standard\r
19254 The size produced by the commands depends on the document font size, which\r
19255  corresponds to the command \r
19256 \series bold\r
19257 \r
19258 \backslash\r
19259 normalsize\r
19260 \series default\r
19261 .\r
19262  The other commands produce smaller or larger sizes than \r
19263 \series bold\r
19264 \r
19265 \backslash\r
19266 normalsize\r
19267 \series default\r
19268 .\r
19269  The font size can however not exceed a certain value.\r
19270  Is for example the document font size 12\r
19271 \begin_inset space \thinspace{}\r
19272 \end_inset\r
19273 \r
19274 pt, the command \r
19275 \series bold\r
19276 \r
19277 \backslash\r
19278 Huge\r
19279 \series default\r
19280  switches to the same size as \r
19281 \series bold\r
19282 \r
19283 \backslash\r
19284 huge\r
19285 \series default\r
19286 .\r
19287  \r
19288 \end_layout\r
19289 \r
19290 \begin_layout Standard\r
19291 A size command is inserted in TeX-mode before the formula and sets the size\r
19292  for all following formula and text characters.\r
19293  To switch back to the initial size, the command \r
19294 \series bold\r
19295 \r
19296 \backslash\r
19297 normalsize\r
19298 \series default\r
19299  is inserted behind the formula in TeX-mode.\r
19300 \end_layout\r
19301 \r
19302 \begin_layout Standard\r
19303 Within a formula the size can be changed using the following size commands:\r
19304 \end_layout\r
19305 \r
19306 \begin_layout Standard\r
19307 \noindent\r
19308 \align center\r
19309 \begin_inset Tabular\r
19310 <lyxtabular version="3" rows="5" columns="2">\r
19311 <features rotate="0" tabularvalignment="middle">\r
19312 <column alignment="center" valignment="top">\r
19313 <column alignment="center" valignment="top">\r
19314 <row>\r
19315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
19316 \begin_inset Text\r
19317 \r
19318 \begin_layout Plain Layout\r
19319 Command\r
19320 \end_layout\r
19321 \r
19322 \end_inset\r
19323 </cell>\r
19324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
19325 \begin_inset Text\r
19326 \r
19327 \begin_layout Plain Layout\r
19328 Result\r
19329 \begin_inset Note Note\r
19330 status collapsed\r
19331 \r
19332 \begin_layout Plain Layout\r
19333 \r
19334 \series bold\r
19335 \r
19336 \backslash\r
19337 raisebox\r
19338 \series default\r
19339  is only used as spacer.\r
19340 \end_layout\r
19341 \r
19342 \end_inset\r
19343 \r
19344 \r
19345 \end_layout\r
19346 \r
19347 \end_inset\r
19348 </cell>\r
19349 </row>\r
19350 <row>\r
19351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19352 \begin_inset Text\r
19353 \r
19354 \begin_layout Plain Layout\r
19355 \r
19356 \backslash\r
19357 displaystyle\r
19358 \begin_inset Index idx\r
19359 status collapsed\r
19360 \r
19361 \begin_layout Plain Layout\r
19362 Commands ! D ! \r
19363 \backslash\r
19364 displaystyle\r
19365 \end_layout\r
19366 \r
19367 \end_inset\r
19368 \r
19369 \r
19370 \end_layout\r
19371 \r
19372 \end_inset\r
19373 </cell>\r
19374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19375 \begin_inset Text\r
19376 \r
19377 \begin_layout Plain Layout\r
19378 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$\r
19379 \end_inset\r
19380 \r
19381 \r
19382 \end_layout\r
19383 \r
19384 \end_inset\r
19385 </cell>\r
19386 </row>\r
19387 <row>\r
19388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19389 \begin_inset Text\r
19390 \r
19391 \begin_layout Plain Layout\r
19392 \r
19393 \backslash\r
19394 textstyle\r
19395 \end_layout\r
19396 \r
19397 \end_inset\r
19398 </cell>\r
19399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19400 \begin_inset Text\r
19401 \r
19402 \begin_layout Plain Layout\r
19403 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$\r
19404 \end_inset\r
19405 \r
19406 \r
19407 \end_layout\r
19408 \r
19409 \end_inset\r
19410 </cell>\r
19411 </row>\r
19412 <row>\r
19413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19414 \begin_inset Text\r
19415 \r
19416 \begin_layout Plain Layout\r
19417 \r
19418 \backslash\r
19419 scriptstyle\r
19420 \end_layout\r
19421 \r
19422 \end_inset\r
19423 </cell>\r
19424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19425 \begin_inset Text\r
19426 \r
19427 \begin_layout Plain Layout\r
19428 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$\r
19429 \end_inset\r
19430 \r
19431 \r
19432 \end_layout\r
19433 \r
19434 \end_inset\r
19435 </cell>\r
19436 </row>\r
19437 <row>\r
19438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
19439 \begin_inset Text\r
19440 \r
19441 \begin_layout Plain Layout\r
19442 \r
19443 \backslash\r
19444 scriptscriptstyle\r
19445 \end_layout\r
19446 \r
19447 \end_inset\r
19448 </cell>\r
19449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
19450 \begin_inset Text\r
19451 \r
19452 \begin_layout Plain Layout\r
19453 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$\r
19454 \end_inset\r
19455 \r
19456 \r
19457 \end_layout\r
19458 \r
19459 \end_inset\r
19460 </cell>\r
19461 </row>\r
19462 </lyxtabular>\r
19463 \r
19464 \end_inset\r
19465 \r
19466 \r
19467 \end_layout\r
19468 \r
19469 \begin_layout Standard\r
19470 After entering these commands, a blue box appears in which the formula parts\r
19471  are inserted.\r
19472 \end_layout\r
19473 \r
19474 \begin_layout Standard\r
19475 There is a further method to change the font size, that though only works\r
19476  for symbols or letters in mathematical text.\r
19477  To use it, one of the above text size commands is inserted in mathematical\r
19478  text.\r
19479  All following characters until the end of the mathematical text or until\r
19480  another size command will have the selected size.\r
19481  Two examples:\r
19482 \begin_inset VSpace -2mm\r
19483 \end_inset\r
19484 \r
19485 \r
19486 \end_layout\r
19487 \r
19488 \begin_layout Standard\r
19489 \begin_inset ERT\r
19490 status collapsed\r
19491 \r
19492 \begin_layout Plain Layout\r
19493 \r
19494 \r
19495 \backslash\r
19496 huge \r
19497 \end_layout\r
19498 \r
19499 \end_inset\r
19500 \r
19501 \r
19502 \begin_inset Formula \r
19503 \[\r
19504 A=\frac{B}{c}\cdot\maltese\r
19505 \]\r
19506 \r
19507 \end_inset\r
19508 \r
19509 \r
19510 \begin_inset Formula \r
19511 \[\r
19512 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\r
19513 \]\r
19514 \r
19515 \end_inset\r
19516 \r
19517 \r
19518 \begin_inset ERT\r
19519 status collapsed\r
19520 \r
19521 \begin_layout Plain Layout\r
19522 \r
19523 \r
19524 \backslash\r
19525 normalsize \r
19526 \end_layout\r
19527 \r
19528 \end_inset\r
19529 \r
19530 \r
19531 \end_layout\r
19532 \r
19533 \begin_layout Standard\r
19534 \begin_inset VSpace medskip\r
19535 \end_inset\r
19536 \r
19537 Before both formulas the command \r
19538 \series bold\r
19539 \r
19540 \backslash\r
19541 huge\r
19542 \series default\r
19543  was inserted.\r
19544  The command for the second formula is:\r
19545 \begin_inset Newline newline\r
19546 \end_inset\r
19547 \r
19548 \r
19549 \series bold\r
19550 \r
19551 \backslash\r
19552 maltese\r
19553 \begin_inset ERT\r
19554 status collapsed\r
19555 \r
19556 \begin_layout Plain Layout\r
19557 \r
19558 \r
19559 \backslash\r
19560 spce \r
19561 \end_layout\r
19562 \r
19563 \end_inset\r
19564 \r
19565 A Alt+M M \r
19566 \backslash\r
19567 Large\r
19568 \begin_inset ERT\r
19569 status collapsed\r
19570 \r
19571 \begin_layout Plain Layout\r
19572 \r
19573 \r
19574 \backslash\r
19575 spce \r
19576 \end_layout\r
19577 \r
19578 \end_inset\r
19579 \r
19580 \r
19581 \backslash\r
19582 maltese\r
19583 \begin_inset ERT\r
19584 status collapsed\r
19585 \r
19586 \begin_layout Plain Layout\r
19587 \r
19588 \r
19589 \backslash\r
19590 spce \r
19591 \end_layout\r
19592 \r
19593 \end_inset\r
19594 \r
19595 \r
19596 \backslash\r
19597 textit\r
19598 \begin_inset ERT\r
19599 status collapsed\r
19600 \r
19601 \begin_layout Plain Layout\r
19602 \r
19603 \r
19604 \backslash\r
19605 spce \r
19606 \end_layout\r
19607 \r
19608 \end_inset\r
19609 \r
19610 A\r
19611 \begin_inset Formula $\to$\r
19612 \end_inset\r
19613 \r
19614 \r
19615 \begin_inset Formula $\to$\r
19616 \end_inset\r
19617 \r
19618 \r
19619 \begin_inset Newline newline\r
19620 \end_inset\r
19621 \r
19622 \r
19623 \begin_inset space \hspace*{}\r
19624 \length 1cm\r
19625 \end_inset\r
19626 \r
19627 Alt+M\r
19628 \series default\r
19629  \r
19630 \series bold\r
19631\r
19632 \backslash\r
19633 tiny\r
19634 \begin_inset ERT\r
19635 status collapsed\r
19636 \r
19637 \begin_layout Plain Layout\r
19638 \r
19639 \r
19640 \backslash\r
19641 spce \r
19642 \end_layout\r
19643 \r
19644 \end_inset\r
19645 \r
19646 \r
19647 \backslash\r
19648 maltese\r
19649 \begin_inset ERT\r
19650 status collapsed\r
19651 \r
19652 \begin_layout Plain Layout\r
19653 \r
19654 \r
19655 \backslash\r
19656 spce \r
19657 \end_layout\r
19658 \r
19659 \end_inset\r
19660 \r
19661 \r
19662 \backslash\r
19663 textit\r
19664 \begin_inset ERT\r
19665 status collapsed\r
19666 \r
19667 \begin_layout Plain Layout\r
19668 \r
19669 \r
19670 \backslash\r
19671 spce \r
19672 \end_layout\r
19673 \r
19674 \end_inset\r
19675 \r
19676 A\r
19677 \end_layout\r
19678 \r
19679 \begin_layout Standard\r
19680 If a symbol cannot be displayed in different sizes, it will always be displayed\r
19681  in the default size.\r
19682 \end_layout\r
19683 \r
19684 \begin_layout Section\r
19685 Greek Letters\r
19686 \begin_inset Index idx\r
19687 status collapsed\r
19688 \r
19689 \begin_layout Plain Layout\r
19690 Greek letters\r
19691 \end_layout\r
19692 \r
19693 \end_inset\r
19694 \r
19695 \r
19696 \end_layout\r
19697 \r
19698 \begin_layout Standard\r
19699 Greek letters can also be inserted via the toolbar button \r
19700 \begin_inset Graphics\r
19701         filename ../images/math/alpha.png\r
19702         scale 85\r
19703 \r
19704 \end_inset\r
19705 \r
19706 .\r
19707  All international typesetting norms purport that Greek letters in math\r
19708  have to be typeset italic/slanted.\r
19709  In some languages, like French or Russian, they are nevertheless sometimes\r
19710  typeset upright.\r
19711 \end_layout\r
19712 \r
19713 \begin_layout Subsection\r
19714 Small Letters\r
19715 \begin_inset Index idx\r
19716 status collapsed\r
19717 \r
19718 \begin_layout Plain Layout\r
19719 Greek letters ! small\r
19720 \end_layout\r
19721 \r
19722 \end_inset\r
19723 \r
19724 \r
19725 \end_layout\r
19726 \r
19727 \begin_layout Standard\r
19728 \begin_inset space \hfill{}\r
19729 \end_inset\r
19730 \r
19731 \r
19732 \begin_inset Tabular\r
19733 <lyxtabular version="3" rows="11" columns="2">\r
19734 <features rotate="0" tabularvalignment="middle">\r
19735 <column alignment="center" valignment="top" width="0pt">\r
19736 <column alignment="center" valignment="top" width="0pt">\r
19737 <row>\r
19738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
19739 \begin_inset Text\r
19740 \r
19741 \begin_layout Plain Layout\r
19742 Command\r
19743 \end_layout\r
19744 \r
19745 \end_inset\r
19746 </cell>\r
19747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
19748 \begin_inset Text\r
19749 \r
19750 \begin_layout Plain Layout\r
19751 Result\r
19752 \end_layout\r
19753 \r
19754 \end_inset\r
19755 </cell>\r
19756 </row>\r
19757 <row>\r
19758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19759 \begin_inset Text\r
19760 \r
19761 \begin_layout Plain Layout\r
19762 \r
19763 \backslash\r
19764 alpha\r
19765 \end_layout\r
19766 \r
19767 \end_inset\r
19768 </cell>\r
19769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19770 \begin_inset Text\r
19771 \r
19772 \begin_layout Plain Layout\r
19773 \begin_inset Formula $\alpha$\r
19774 \end_inset\r
19775 \r
19776 \r
19777 \end_layout\r
19778 \r
19779 \end_inset\r
19780 </cell>\r
19781 </row>\r
19782 <row>\r
19783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19784 \begin_inset Text\r
19785 \r
19786 \begin_layout Plain Layout\r
19787 \r
19788 \backslash\r
19789 beta\r
19790 \end_layout\r
19791 \r
19792 \end_inset\r
19793 </cell>\r
19794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19795 \begin_inset Text\r
19796 \r
19797 \begin_layout Plain Layout\r
19798 \begin_inset Formula $\beta$\r
19799 \end_inset\r
19800 \r
19801 \r
19802 \end_layout\r
19803 \r
19804 \end_inset\r
19805 </cell>\r
19806 </row>\r
19807 <row>\r
19808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19809 \begin_inset Text\r
19810 \r
19811 \begin_layout Plain Layout\r
19812 \r
19813 \backslash\r
19814 gamma\r
19815 \end_layout\r
19816 \r
19817 \end_inset\r
19818 </cell>\r
19819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19820 \begin_inset Text\r
19821 \r
19822 \begin_layout Plain Layout\r
19823 \begin_inset Formula $\gamma$\r
19824 \end_inset\r
19825 \r
19826 \r
19827 \end_layout\r
19828 \r
19829 \end_inset\r
19830 </cell>\r
19831 </row>\r
19832 <row>\r
19833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19834 \begin_inset Text\r
19835 \r
19836 \begin_layout Plain Layout\r
19837 \r
19838 \backslash\r
19839 delta\r
19840 \end_layout\r
19841 \r
19842 \end_inset\r
19843 </cell>\r
19844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19845 \begin_inset Text\r
19846 \r
19847 \begin_layout Plain Layout\r
19848 \begin_inset Formula $\delta$\r
19849 \end_inset\r
19850 \r
19851 \r
19852 \end_layout\r
19853 \r
19854 \end_inset\r
19855 </cell>\r
19856 </row>\r
19857 <row>\r
19858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19859 \begin_inset Text\r
19860 \r
19861 \begin_layout Plain Layout\r
19862 \r
19863 \backslash\r
19864 epsilon\r
19865 \end_layout\r
19866 \r
19867 \end_inset\r
19868 </cell>\r
19869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19870 \begin_inset Text\r
19871 \r
19872 \begin_layout Plain Layout\r
19873 \begin_inset Formula $\epsilon$\r
19874 \end_inset\r
19875 \r
19876 \r
19877 \end_layout\r
19878 \r
19879 \end_inset\r
19880 </cell>\r
19881 </row>\r
19882 <row>\r
19883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19884 \begin_inset Text\r
19885 \r
19886 \begin_layout Plain Layout\r
19887 \r
19888 \backslash\r
19889 varepsilon\r
19890 \end_layout\r
19891 \r
19892 \end_inset\r
19893 </cell>\r
19894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19895 \begin_inset Text\r
19896 \r
19897 \begin_layout Plain Layout\r
19898 \begin_inset Formula $\varepsilon$\r
19899 \end_inset\r
19900 \r
19901 \r
19902 \end_layout\r
19903 \r
19904 \end_inset\r
19905 </cell>\r
19906 </row>\r
19907 <row>\r
19908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19909 \begin_inset Text\r
19910 \r
19911 \begin_layout Plain Layout\r
19912 \r
19913 \backslash\r
19914 zeta\r
19915 \end_layout\r
19916 \r
19917 \end_inset\r
19918 </cell>\r
19919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19920 \begin_inset Text\r
19921 \r
19922 \begin_layout Plain Layout\r
19923 \begin_inset Formula $\zeta$\r
19924 \end_inset\r
19925 \r
19926 \r
19927 \end_layout\r
19928 \r
19929 \end_inset\r
19930 </cell>\r
19931 </row>\r
19932 <row>\r
19933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19934 \begin_inset Text\r
19935 \r
19936 \begin_layout Plain Layout\r
19937 \r
19938 \backslash\r
19939 eta\r
19940 \end_layout\r
19941 \r
19942 \end_inset\r
19943 </cell>\r
19944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19945 \begin_inset Text\r
19946 \r
19947 \begin_layout Plain Layout\r
19948 \begin_inset Formula $\eta$\r
19949 \end_inset\r
19950 \r
19951 \r
19952 \end_layout\r
19953 \r
19954 \end_inset\r
19955 </cell>\r
19956 </row>\r
19957 <row>\r
19958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
19959 \begin_inset Text\r
19960 \r
19961 \begin_layout Plain Layout\r
19962 \r
19963 \backslash\r
19964 theta\r
19965 \end_layout\r
19966 \r
19967 \end_inset\r
19968 </cell>\r
19969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
19970 \begin_inset Text\r
19971 \r
19972 \begin_layout Plain Layout\r
19973 \begin_inset Formula $\theta$\r
19974 \end_inset\r
19975 \r
19976 \r
19977 \end_layout\r
19978 \r
19979 \end_inset\r
19980 </cell>\r
19981 </row>\r
19982 <row>\r
19983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
19984 \begin_inset Text\r
19985 \r
19986 \begin_layout Plain Layout\r
19987 \r
19988 \backslash\r
19989 vartheta\r
19990 \end_layout\r
19991 \r
19992 \end_inset\r
19993 </cell>\r
19994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
19995 \begin_inset Text\r
19996 \r
19997 \begin_layout Plain Layout\r
19998 \begin_inset Formula $\vartheta$\r
19999 \end_inset\r
20000 \r
20001 \r
20002 \end_layout\r
20003 \r
20004 \end_inset\r
20005 </cell>\r
20006 </row>\r
20007 </lyxtabular>\r
20008 \r
20009 \end_inset\r
20010 \r
20011 \r
20012 \begin_inset space \hfill{}\r
20013 \end_inset\r
20014 \r
20015 \r
20016 \begin_inset Tabular\r
20017 <lyxtabular version="3" rows="12" columns="2">\r
20018 <features rotate="0" tabularvalignment="middle">\r
20019 <column alignment="center" valignment="top" width="0pt">\r
20020 <column alignment="center" valignment="top" width="0pt">\r
20021 <row>\r
20022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
20023 \begin_inset Text\r
20024 \r
20025 \begin_layout Plain Layout\r
20026 Command\r
20027 \end_layout\r
20028 \r
20029 \end_inset\r
20030 </cell>\r
20031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
20032 \begin_inset Text\r
20033 \r
20034 \begin_layout Plain Layout\r
20035 Result\r
20036 \end_layout\r
20037 \r
20038 \end_inset\r
20039 </cell>\r
20040 </row>\r
20041 <row>\r
20042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20043 \begin_inset Text\r
20044 \r
20045 \begin_layout Plain Layout\r
20046 \r
20047 \backslash\r
20048 iota\r
20049 \end_layout\r
20050 \r
20051 \end_inset\r
20052 </cell>\r
20053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20054 \begin_inset Text\r
20055 \r
20056 \begin_layout Plain Layout\r
20057 \begin_inset Formula $\iota$\r
20058 \end_inset\r
20059 \r
20060 \r
20061 \end_layout\r
20062 \r
20063 \end_inset\r
20064 </cell>\r
20065 </row>\r
20066 <row>\r
20067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20068 \begin_inset Text\r
20069 \r
20070 \begin_layout Plain Layout\r
20071 \r
20072 \backslash\r
20073 kappa\r
20074 \end_layout\r
20075 \r
20076 \end_inset\r
20077 </cell>\r
20078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20079 \begin_inset Text\r
20080 \r
20081 \begin_layout Plain Layout\r
20082 \begin_inset Formula $\kappa$\r
20083 \end_inset\r
20084 \r
20085 \r
20086 \end_layout\r
20087 \r
20088 \end_inset\r
20089 </cell>\r
20090 </row>\r
20091 <row>\r
20092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20093 \begin_inset Text\r
20094 \r
20095 \begin_layout Plain Layout\r
20096 \r
20097 \backslash\r
20098 varkappa\r
20099 \end_layout\r
20100 \r
20101 \end_inset\r
20102 </cell>\r
20103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20104 \begin_inset Text\r
20105 \r
20106 \begin_layout Plain Layout\r
20107 \begin_inset Formula $\varkappa$\r
20108 \end_inset\r
20109 \r
20110 \r
20111 \end_layout\r
20112 \r
20113 \end_inset\r
20114 </cell>\r
20115 </row>\r
20116 <row>\r
20117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20118 \begin_inset Text\r
20119 \r
20120 \begin_layout Plain Layout\r
20121 \r
20122 \backslash\r
20123 lambda\r
20124 \end_layout\r
20125 \r
20126 \end_inset\r
20127 </cell>\r
20128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20129 \begin_inset Text\r
20130 \r
20131 \begin_layout Plain Layout\r
20132 \begin_inset Formula $\lambda$\r
20133 \end_inset\r
20134 \r
20135 \r
20136 \end_layout\r
20137 \r
20138 \end_inset\r
20139 </cell>\r
20140 </row>\r
20141 <row>\r
20142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20143 \begin_inset Text\r
20144 \r
20145 \begin_layout Plain Layout\r
20146 \r
20147 \backslash\r
20148 mu\r
20149 \end_layout\r
20150 \r
20151 \end_inset\r
20152 </cell>\r
20153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20154 \begin_inset Text\r
20155 \r
20156 \begin_layout Plain Layout\r
20157 \begin_inset Formula $\mu$\r
20158 \end_inset\r
20159 \r
20160 \r
20161 \end_layout\r
20162 \r
20163 \end_inset\r
20164 </cell>\r
20165 </row>\r
20166 <row>\r
20167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20168 \begin_inset Text\r
20169 \r
20170 \begin_layout Plain Layout\r
20171 \r
20172 \backslash\r
20173 nu\r
20174 \end_layout\r
20175 \r
20176 \end_inset\r
20177 </cell>\r
20178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20179 \begin_inset Text\r
20180 \r
20181 \begin_layout Plain Layout\r
20182 \begin_inset Formula $\nu$\r
20183 \end_inset\r
20184 \r
20185 \r
20186 \end_layout\r
20187 \r
20188 \end_inset\r
20189 </cell>\r
20190 </row>\r
20191 <row>\r
20192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20193 \begin_inset Text\r
20194 \r
20195 \begin_layout Plain Layout\r
20196 \r
20197 \backslash\r
20198 xi\r
20199 \end_layout\r
20200 \r
20201 \end_inset\r
20202 </cell>\r
20203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20204 \begin_inset Text\r
20205 \r
20206 \begin_layout Plain Layout\r
20207 \begin_inset Formula $\xi$\r
20208 \end_inset\r
20209 \r
20210 \r
20211 \end_layout\r
20212 \r
20213 \end_inset\r
20214 </cell>\r
20215 </row>\r
20216 <row>\r
20217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20218 \begin_inset Text\r
20219 \r
20220 \begin_layout Plain Layout\r
20221 o\r
20222 \end_layout\r
20223 \r
20224 \end_inset\r
20225 </cell>\r
20226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20227 \begin_inset Text\r
20228 \r
20229 \begin_layout Plain Layout\r
20230 \begin_inset Formula $o$\r
20231 \end_inset\r
20232 \r
20233 \r
20234 \end_layout\r
20235 \r
20236 \end_inset\r
20237 </cell>\r
20238 </row>\r
20239 <row>\r
20240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20241 \begin_inset Text\r
20242 \r
20243 \begin_layout Plain Layout\r
20244 \r
20245 \backslash\r
20246 pi\r
20247 \end_layout\r
20248 \r
20249 \end_inset\r
20250 </cell>\r
20251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20252 \begin_inset Text\r
20253 \r
20254 \begin_layout Plain Layout\r
20255 \begin_inset Formula $\pi$\r
20256 \end_inset\r
20257 \r
20258 \r
20259 \end_layout\r
20260 \r
20261 \end_inset\r
20262 </cell>\r
20263 </row>\r
20264 <row>\r
20265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20266 \begin_inset Text\r
20267 \r
20268 \begin_layout Plain Layout\r
20269 \r
20270 \backslash\r
20271 varpi\r
20272 \end_layout\r
20273 \r
20274 \end_inset\r
20275 </cell>\r
20276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20277 \begin_inset Text\r
20278 \r
20279 \begin_layout Plain Layout\r
20280 \begin_inset Formula $\varpi$\r
20281 \end_inset\r
20282 \r
20283 \r
20284 \end_layout\r
20285 \r
20286 \end_inset\r
20287 </cell>\r
20288 </row>\r
20289 <row>\r
20290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
20291 \begin_inset Text\r
20292 \r
20293 \begin_layout Plain Layout\r
20294 \r
20295 \backslash\r
20296 rho\r
20297 \end_layout\r
20298 \r
20299 \end_inset\r
20300 </cell>\r
20301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
20302 \begin_inset Text\r
20303 \r
20304 \begin_layout Plain Layout\r
20305 \begin_inset Formula $\rho$\r
20306 \end_inset\r
20307 \r
20308 \r
20309 \end_layout\r
20310 \r
20311 \end_inset\r
20312 </cell>\r
20313 </row>\r
20314 </lyxtabular>\r
20315 \r
20316 \end_inset\r
20317 \r
20318 \r
20319 \begin_inset space \hfill{}\r
20320 \end_inset\r
20321 \r
20322 \r
20323 \begin_inset Tabular\r
20324 <lyxtabular version="3" rows="11" columns="2">\r
20325 <features rotate="0" tabularvalignment="middle">\r
20326 <column alignment="center" valignment="top" width="0pt">\r
20327 <column alignment="center" valignment="top" width="0pt">\r
20328 <row>\r
20329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
20330 \begin_inset Text\r
20331 \r
20332 \begin_layout Plain Layout\r
20333 Command\r
20334 \end_layout\r
20335 \r
20336 \end_inset\r
20337 </cell>\r
20338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
20339 \begin_inset Text\r
20340 \r
20341 \begin_layout Plain Layout\r
20342 Result\r
20343 \end_layout\r
20344 \r
20345 \end_inset\r
20346 </cell>\r
20347 </row>\r
20348 <row>\r
20349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20350 \begin_inset Text\r
20351 \r
20352 \begin_layout Plain Layout\r
20353 \r
20354 \backslash\r
20355 varrho\r
20356 \end_layout\r
20357 \r
20358 \end_inset\r
20359 </cell>\r
20360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20361 \begin_inset Text\r
20362 \r
20363 \begin_layout Plain Layout\r
20364 \begin_inset Formula $\varrho$\r
20365 \end_inset\r
20366 \r
20367 \r
20368 \end_layout\r
20369 \r
20370 \end_inset\r
20371 </cell>\r
20372 </row>\r
20373 <row>\r
20374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20375 \begin_inset Text\r
20376 \r
20377 \begin_layout Plain Layout\r
20378 \r
20379 \backslash\r
20380 sigma\r
20381 \end_layout\r
20382 \r
20383 \end_inset\r
20384 </cell>\r
20385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20386 \begin_inset Text\r
20387 \r
20388 \begin_layout Plain Layout\r
20389 \begin_inset Formula $\sigma$\r
20390 \end_inset\r
20391 \r
20392 \r
20393 \end_layout\r
20394 \r
20395 \end_inset\r
20396 </cell>\r
20397 </row>\r
20398 <row>\r
20399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20400 \begin_inset Text\r
20401 \r
20402 \begin_layout Plain Layout\r
20403 \r
20404 \backslash\r
20405 varsigma\r
20406 \end_layout\r
20407 \r
20408 \end_inset\r
20409 </cell>\r
20410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20411 \begin_inset Text\r
20412 \r
20413 \begin_layout Plain Layout\r
20414 \begin_inset Formula $\varsigma$\r
20415 \end_inset\r
20416 \r
20417 \r
20418 \end_layout\r
20419 \r
20420 \end_inset\r
20421 </cell>\r
20422 </row>\r
20423 <row>\r
20424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20425 \begin_inset Text\r
20426 \r
20427 \begin_layout Plain Layout\r
20428 \r
20429 \backslash\r
20430 tau\r
20431 \end_layout\r
20432 \r
20433 \end_inset\r
20434 </cell>\r
20435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20436 \begin_inset Text\r
20437 \r
20438 \begin_layout Plain Layout\r
20439 \begin_inset Formula $\tau$\r
20440 \end_inset\r
20441 \r
20442 \r
20443 \end_layout\r
20444 \r
20445 \end_inset\r
20446 </cell>\r
20447 </row>\r
20448 <row>\r
20449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20450 \begin_inset Text\r
20451 \r
20452 \begin_layout Plain Layout\r
20453 \r
20454 \backslash\r
20455 upsilon\r
20456 \end_layout\r
20457 \r
20458 \end_inset\r
20459 </cell>\r
20460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20461 \begin_inset Text\r
20462 \r
20463 \begin_layout Plain Layout\r
20464 \begin_inset Formula $\upsilon$\r
20465 \end_inset\r
20466 \r
20467 \r
20468 \end_layout\r
20469 \r
20470 \end_inset\r
20471 </cell>\r
20472 </row>\r
20473 <row>\r
20474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20475 \begin_inset Text\r
20476 \r
20477 \begin_layout Plain Layout\r
20478 \r
20479 \backslash\r
20480 phi\r
20481 \end_layout\r
20482 \r
20483 \end_inset\r
20484 </cell>\r
20485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20486 \begin_inset Text\r
20487 \r
20488 \begin_layout Plain Layout\r
20489 \begin_inset Formula $\phi$\r
20490 \end_inset\r
20491 \r
20492 \r
20493 \end_layout\r
20494 \r
20495 \end_inset\r
20496 </cell>\r
20497 </row>\r
20498 <row>\r
20499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20500 \begin_inset Text\r
20501 \r
20502 \begin_layout Plain Layout\r
20503 \r
20504 \backslash\r
20505 varphi\r
20506 \end_layout\r
20507 \r
20508 \end_inset\r
20509 </cell>\r
20510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20511 \begin_inset Text\r
20512 \r
20513 \begin_layout Plain Layout\r
20514 \begin_inset Formula $\varphi$\r
20515 \end_inset\r
20516 \r
20517 \r
20518 \end_layout\r
20519 \r
20520 \end_inset\r
20521 </cell>\r
20522 </row>\r
20523 <row>\r
20524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20525 \begin_inset Text\r
20526 \r
20527 \begin_layout Plain Layout\r
20528 \r
20529 \backslash\r
20530 chi\r
20531 \end_layout\r
20532 \r
20533 \end_inset\r
20534 </cell>\r
20535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20536 \begin_inset Text\r
20537 \r
20538 \begin_layout Plain Layout\r
20539 \begin_inset Formula $\chi$\r
20540 \end_inset\r
20541 \r
20542 \r
20543 \end_layout\r
20544 \r
20545 \end_inset\r
20546 </cell>\r
20547 </row>\r
20548 <row>\r
20549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20550 \begin_inset Text\r
20551 \r
20552 \begin_layout Plain Layout\r
20553 \r
20554 \backslash\r
20555 psi\r
20556 \end_layout\r
20557 \r
20558 \end_inset\r
20559 </cell>\r
20560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20561 \begin_inset Text\r
20562 \r
20563 \begin_layout Plain Layout\r
20564 \begin_inset Formula $\psi$\r
20565 \end_inset\r
20566 \r
20567 \r
20568 \end_layout\r
20569 \r
20570 \end_inset\r
20571 </cell>\r
20572 </row>\r
20573 <row>\r
20574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
20575 \begin_inset Text\r
20576 \r
20577 \begin_layout Plain Layout\r
20578 \r
20579 \backslash\r
20580 omega\r
20581 \end_layout\r
20582 \r
20583 \end_inset\r
20584 </cell>\r
20585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
20586 \begin_inset Text\r
20587 \r
20588 \begin_layout Plain Layout\r
20589 \begin_inset Formula $\omega$\r
20590 \end_inset\r
20591 \r
20592 \r
20593 \end_layout\r
20594 \r
20595 \end_inset\r
20596 </cell>\r
20597 </row>\r
20598 </lyxtabular>\r
20599 \r
20600 \end_inset\r
20601 \r
20602 \r
20603 \begin_inset space \hfill{}\r
20604 \end_inset\r
20605 \r
20606 \r
20607 \end_layout\r
20608 \r
20609 \begin_layout Standard\r
20610 \begin_inset VSpace medskip\r
20611 \end_inset\r
20612 \r
20613 \r
20614 \end_layout\r
20615 \r
20616 \begin_layout Standard\r
20617 How to create special upright Greek letters is explained in \r
20618 \begin_inset CommandInset ref\r
20619 LatexCommand ref\r
20620 reference "sub:Upright-small-Greek"\r
20621 \r
20622 \end_inset\r
20623 \r
20624 .\r
20625 \end_layout\r
20626 \r
20627 \begin_layout Subsection\r
20628 Big Letters\r
20629 \begin_inset Index idx\r
20630 status collapsed\r
20631 \r
20632 \begin_layout Plain Layout\r
20633 Greek letters ! big\r
20634 \end_layout\r
20635 \r
20636 \end_inset\r
20637 \r
20638 \r
20639 \end_layout\r
20640 \r
20641 \begin_layout Standard\r
20642 \begin_inset space \hfill{}\r
20643 \end_inset\r
20644 \r
20645 \r
20646 \begin_inset Tabular\r
20647 <lyxtabular version="3" rows="7" columns="2">\r
20648 <features rotate="0" tabularvalignment="middle">\r
20649 <column alignment="center" valignment="top" width="0pt">\r
20650 <column alignment="center" valignment="top" width="0pt">\r
20651 <row>\r
20652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
20653 \begin_inset Text\r
20654 \r
20655 \begin_layout Plain Layout\r
20656 Command\r
20657 \end_layout\r
20658 \r
20659 \end_inset\r
20660 </cell>\r
20661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
20662 \begin_inset Text\r
20663 \r
20664 \begin_layout Plain Layout\r
20665 Result\r
20666 \end_layout\r
20667 \r
20668 \end_inset\r
20669 </cell>\r
20670 </row>\r
20671 <row>\r
20672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20673 \begin_inset Text\r
20674 \r
20675 \begin_layout Plain Layout\r
20676 \r
20677 \backslash\r
20678 Gamma\r
20679 \end_layout\r
20680 \r
20681 \end_inset\r
20682 </cell>\r
20683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20684 \begin_inset Text\r
20685 \r
20686 \begin_layout Plain Layout\r
20687 \begin_inset Formula $\Gamma$\r
20688 \end_inset\r
20689 \r
20690 \r
20691 \end_layout\r
20692 \r
20693 \end_inset\r
20694 </cell>\r
20695 </row>\r
20696 <row>\r
20697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20698 \begin_inset Text\r
20699 \r
20700 \begin_layout Plain Layout\r
20701 \r
20702 \backslash\r
20703 Delta\r
20704 \end_layout\r
20705 \r
20706 \end_inset\r
20707 </cell>\r
20708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20709 \begin_inset Text\r
20710 \r
20711 \begin_layout Plain Layout\r
20712 \begin_inset Formula $\Delta$\r
20713 \end_inset\r
20714 \r
20715 \r
20716 \end_layout\r
20717 \r
20718 \end_inset\r
20719 </cell>\r
20720 </row>\r
20721 <row>\r
20722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20723 \begin_inset Text\r
20724 \r
20725 \begin_layout Plain Layout\r
20726 \r
20727 \backslash\r
20728 Theta\r
20729 \end_layout\r
20730 \r
20731 \end_inset\r
20732 </cell>\r
20733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20734 \begin_inset Text\r
20735 \r
20736 \begin_layout Plain Layout\r
20737 \begin_inset Formula $\Theta$\r
20738 \end_inset\r
20739 \r
20740 \r
20741 \end_layout\r
20742 \r
20743 \end_inset\r
20744 </cell>\r
20745 </row>\r
20746 <row>\r
20747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20748 \begin_inset Text\r
20749 \r
20750 \begin_layout Plain Layout\r
20751 \r
20752 \backslash\r
20753 Lambda\r
20754 \end_layout\r
20755 \r
20756 \end_inset\r
20757 </cell>\r
20758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20759 \begin_inset Text\r
20760 \r
20761 \begin_layout Plain Layout\r
20762 \begin_inset Formula $\Lambda$\r
20763 \end_inset\r
20764 \r
20765 \r
20766 \end_layout\r
20767 \r
20768 \end_inset\r
20769 </cell>\r
20770 </row>\r
20771 <row>\r
20772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20773 \begin_inset Text\r
20774 \r
20775 \begin_layout Plain Layout\r
20776 \r
20777 \backslash\r
20778 Xi\r
20779 \end_layout\r
20780 \r
20781 \end_inset\r
20782 </cell>\r
20783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20784 \begin_inset Text\r
20785 \r
20786 \begin_layout Plain Layout\r
20787 \begin_inset Formula $\Xi$\r
20788 \end_inset\r
20789 \r
20790 \r
20791 \end_layout\r
20792 \r
20793 \end_inset\r
20794 </cell>\r
20795 </row>\r
20796 <row>\r
20797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
20798 \begin_inset Text\r
20799 \r
20800 \begin_layout Plain Layout\r
20801 \r
20802 \backslash\r
20803 Pi\r
20804 \end_layout\r
20805 \r
20806 \end_inset\r
20807 </cell>\r
20808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
20809 \begin_inset Text\r
20810 \r
20811 \begin_layout Plain Layout\r
20812 \begin_inset Formula $\Pi$\r
20813 \end_inset\r
20814 \r
20815 \r
20816 \end_layout\r
20817 \r
20818 \end_inset\r
20819 </cell>\r
20820 </row>\r
20821 </lyxtabular>\r
20822 \r
20823 \end_inset\r
20824 \r
20825 \r
20826 \begin_inset space \hfill{}\r
20827 \end_inset\r
20828 \r
20829 \r
20830 \begin_inset Tabular\r
20831 <lyxtabular version="3" rows="6" columns="2">\r
20832 <features rotate="0" tabularvalignment="middle">\r
20833 <column alignment="center" valignment="top" width="0pt">\r
20834 <column alignment="center" valignment="top" width="0pt">\r
20835 <row>\r
20836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
20837 \begin_inset Text\r
20838 \r
20839 \begin_layout Plain Layout\r
20840 Command\r
20841 \end_layout\r
20842 \r
20843 \end_inset\r
20844 </cell>\r
20845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
20846 \begin_inset Text\r
20847 \r
20848 \begin_layout Plain Layout\r
20849 Result\r
20850 \end_layout\r
20851 \r
20852 \end_inset\r
20853 </cell>\r
20854 </row>\r
20855 <row>\r
20856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20857 \begin_inset Text\r
20858 \r
20859 \begin_layout Plain Layout\r
20860 \r
20861 \backslash\r
20862 Sigma\r
20863 \end_layout\r
20864 \r
20865 \end_inset\r
20866 </cell>\r
20867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20868 \begin_inset Text\r
20869 \r
20870 \begin_layout Plain Layout\r
20871 \begin_inset Formula $\Sigma$\r
20872 \end_inset\r
20873 \r
20874 \r
20875 \end_layout\r
20876 \r
20877 \end_inset\r
20878 </cell>\r
20879 </row>\r
20880 <row>\r
20881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20882 \begin_inset Text\r
20883 \r
20884 \begin_layout Plain Layout\r
20885 \r
20886 \backslash\r
20887 Upsilon\r
20888 \end_layout\r
20889 \r
20890 \end_inset\r
20891 </cell>\r
20892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20893 \begin_inset Text\r
20894 \r
20895 \begin_layout Plain Layout\r
20896 \begin_inset Formula $\Upsilon$\r
20897 \end_inset\r
20898 \r
20899 \r
20900 \end_layout\r
20901 \r
20902 \end_inset\r
20903 </cell>\r
20904 </row>\r
20905 <row>\r
20906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20907 \begin_inset Text\r
20908 \r
20909 \begin_layout Plain Layout\r
20910 \r
20911 \backslash\r
20912 Phi\r
20913 \end_layout\r
20914 \r
20915 \end_inset\r
20916 </cell>\r
20917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20918 \begin_inset Text\r
20919 \r
20920 \begin_layout Plain Layout\r
20921 \begin_inset Formula $\Phi$\r
20922 \end_inset\r
20923 \r
20924 \r
20925 \end_layout\r
20926 \r
20927 \end_inset\r
20928 </cell>\r
20929 </row>\r
20930 <row>\r
20931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
20932 \begin_inset Text\r
20933 \r
20934 \begin_layout Plain Layout\r
20935 \r
20936 \backslash\r
20937 Psi\r
20938 \end_layout\r
20939 \r
20940 \end_inset\r
20941 </cell>\r
20942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
20943 \begin_inset Text\r
20944 \r
20945 \begin_layout Plain Layout\r
20946 \begin_inset Formula $\Psi$\r
20947 \end_inset\r
20948 \r
20949 \r
20950 \end_layout\r
20951 \r
20952 \end_inset\r
20953 </cell>\r
20954 </row>\r
20955 <row>\r
20956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
20957 \begin_inset Text\r
20958 \r
20959 \begin_layout Plain Layout\r
20960 \r
20961 \backslash\r
20962 Omega\r
20963 \end_layout\r
20964 \r
20965 \end_inset\r
20966 </cell>\r
20967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
20968 \begin_inset Text\r
20969 \r
20970 \begin_layout Plain Layout\r
20971 \begin_inset Formula $\Omega$\r
20972 \end_inset\r
20973 \r
20974 \r
20975 \end_layout\r
20976 \r
20977 \end_inset\r
20978 </cell>\r
20979 </row>\r
20980 </lyxtabular>\r
20981 \r
20982 \end_inset\r
20983 \r
20984 \r
20985 \begin_inset space \hfill{}\r
20986 \end_inset\r
20987 \r
20988 \r
20989 \end_layout\r
20990 \r
20991 \begin_layout Standard\r
20992 \begin_inset VSpace medskip\r
20993 \end_inset\r
20994 \r
20995 That the big Greek letters appear upright is caused by a design bug when\r
20996  TeX was developed.\r
20997  To get correct italic big letters, begin every command with \r
20998 \series bold\r
20999 var\r
21000 \series default\r
21001 .\r
21002  For example the command \r
21003 \series bold\r
21004 \r
21005 \backslash\r
21006 varGamma\r
21007 \series default\r
21008  produces \r
21009 \begin_inset Formula $\varGamma$\r
21010 \end_inset\r
21011 \r
21012 .\r
21013  Another way is to load the package \r
21014 \series bold\r
21015 fixmath\r
21016 \series default\r
21017 \r
21018 \begin_inset Foot\r
21019 status collapsed\r
21020 \r
21021 \begin_layout Plain Layout\r
21022 \r
21023 \series bold\r
21024 fixmath\r
21025 \series default\r
21026  is part of the LaTeX-package \r
21027 \series bold\r
21028 was\r
21029 \series default\r
21030 \r
21031 \begin_inset Index idx\r
21032 status collapsed\r
21033 \r
21034 \begin_layout Plain Layout\r
21035 Packages ! was\r
21036 \begin_inset ERT\r
21037 status collapsed\r
21038 \r
21039 \begin_layout Plain Layout\r
21040 \r
21041 \r
21042 \backslash\r
21043 vspace{4mm}\r
21044 \end_layout\r
21045 \r
21046 \end_inset\r
21047 \r
21048 \r
21049 \end_layout\r
21050 \r
21051 \end_inset\r
21052 \r
21053 .\r
21054 \end_layout\r
21055 \r
21056 \end_inset\r
21057 \r
21058 \r
21059 \begin_inset Index idx\r
21060 status collapsed\r
21061 \r
21062 \begin_layout Plain Layout\r
21063 Packages ! fixmath\r
21064 \end_layout\r
21065 \r
21066 \end_inset\r
21067 \r
21068  with the LaTeX-preamble line\r
21069 \end_layout\r
21070 \r
21071 \begin_layout Standard\r
21072 \r
21073 \series bold\r
21074 \r
21075 \backslash\r
21076 usepackage{fixmath}\r
21077 \end_layout\r
21078 \r
21079 \begin_layout Standard\r
21080 Then all big Greek letters in a document will automatically be typeset italic.\r
21081 \end_layout\r
21082 \r
21083 \begin_layout Subsection\r
21084 Bold Letters\r
21085 \begin_inset Index idx\r
21086 status collapsed\r
21087 \r
21088 \begin_layout Plain Layout\r
21089 Greek letters ! bold\r
21090 \end_layout\r
21091 \r
21092 \end_inset\r
21093 \r
21094 \r
21095 \end_layout\r
21096 \r
21097 \begin_layout Standard\r
21098 Greek letters cannot be set with different font styles like Latin letters.\r
21099  They can only be made bold with the command \r
21100 \series bold\r
21101 \r
21102 \backslash\r
21103 boldsymbol\r
21104 \series default\r
21105 \r
21106 \begin_inset Index idx\r
21107 status collapsed\r
21108 \r
21109 \begin_layout Plain Layout\r
21110 Commands ! B ! \r
21111 \backslash\r
21112 boldsymbol\r
21113 \end_layout\r
21114 \r
21115 \end_inset\r
21116 \r
21117 .\r
21118 \end_layout\r
21119 \r
21120 \begin_layout Standard\r
21121 \align center\r
21122 \begin_inset Tabular\r
21123 <lyxtabular version="3" rows="3" columns="2">\r
21124 <features rotate="0" tabularvalignment="middle">\r
21125 <column alignment="center" valignment="top">\r
21126 <column alignment="center" valignment="top">\r
21127 <row>\r
21128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
21129 \begin_inset Text\r
21130 \r
21131 \begin_layout Plain Layout\r
21132 Command\r
21133 \end_layout\r
21134 \r
21135 \end_inset\r
21136 </cell>\r
21137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21138 \begin_inset Text\r
21139 \r
21140 \begin_layout Plain Layout\r
21141 Result\r
21142 \end_layout\r
21143 \r
21144 \end_inset\r
21145 </cell>\r
21146 </row>\r
21147 <row>\r
21148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21149 \begin_inset Text\r
21150 \r
21151 \begin_layout Plain Layout\r
21152 \r
21153 \backslash\r
21154 Upsilon\r
21155 \backslash\r
21156 boldsymbol\r
21157 \backslash\r
21158 Upsilon\r
21159 \end_layout\r
21160 \r
21161 \end_inset\r
21162 </cell>\r
21163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21164 \begin_inset Text\r
21165 \r
21166 \begin_layout Plain Layout\r
21167 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$\r
21168 \end_inset\r
21169 \r
21170 \r
21171 \end_layout\r
21172 \r
21173 \end_inset\r
21174 </cell>\r
21175 </row>\r
21176 <row>\r
21177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
21178 \begin_inset Text\r
21179 \r
21180 \begin_layout Plain Layout\r
21181 \r
21182 \backslash\r
21183 theta\r
21184 \backslash\r
21185 boldsymbol\r
21186 \backslash\r
21187 theta\r
21188 \end_layout\r
21189 \r
21190 \end_inset\r
21191 </cell>\r
21192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21193 \begin_inset Text\r
21194 \r
21195 \begin_layout Plain Layout\r
21196 \begin_inset Formula $\theta\boldsymbol{\theta}$\r
21197 \end_inset\r
21198 \r
21199 \r
21200 \end_layout\r
21201 \r
21202 \end_inset\r
21203 </cell>\r
21204 </row>\r
21205 </lyxtabular>\r
21206 \r
21207 \end_inset\r
21208 \r
21209 \r
21210 \end_layout\r
21211 \r
21212 \begin_layout Section\r
21213 Symbols\r
21214 \begin_inset ERT\r
21215 status collapsed\r
21216 \r
21217 \begin_layout Plain Layout\r
21218 \r
21219 \r
21220 \backslash\r
21221 texorpdfstring{\r
21222 \end_layout\r
21223 \r
21224 \end_inset\r
21225 \r
21226 \r
21227 \begin_inset Foot\r
21228 status collapsed\r
21229 \r
21230 \begin_layout Plain Layout\r
21231 A list with all symbols of most of the LaTeX-packages can be found in \r
21232 \begin_inset CommandInset citation\r
21233 LatexCommand cite\r
21234 key "Symbols"\r
21235 \r
21236 \end_inset\r
21237 \r
21238 .\r
21239 \end_layout\r
21240 \r
21241 \end_inset\r
21242 \r
21243 \r
21244 \begin_inset ERT\r
21245 status collapsed\r
21246 \r
21247 \begin_layout Plain Layout\r
21248 \r
21249 }{}\r
21250 \end_layout\r
21251 \r
21252 \end_inset\r
21253 \r
21254 \r
21255 \begin_inset Note Note\r
21256 status collapsed\r
21257 \r
21258 \begin_layout Plain Layout\r
21259 \r
21260 \backslash\r
21261 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.\r
21262 \end_layout\r
21263 \r
21264 \begin_layout Plain Layout\r
21265 More about \r
21266 \backslash\r
21267 texorpdfstring is in section \r
21268 \begin_inset CommandInset ref\r
21269 LatexCommand ref\r
21270 reference "sub:Formulas-in-Section"\r
21271 \r
21272 \end_inset\r
21273 \r
21274 .\r
21275 \end_layout\r
21276 \r
21277 \end_inset\r
21278 \r
21279 \r
21280 \begin_inset Index idx\r
21281 status collapsed\r
21282 \r
21283 \begin_layout Plain Layout\r
21284 Symbols\r
21285 \end_layout\r
21286 \r
21287 \end_inset\r
21288 \r
21289 \r
21290 \end_layout\r
21291 \r
21292 \begin_layout Standard\r
21293 Many of the symbols listed in this section can also be inserted via the\r
21294  toolbar buttons \r
21295 \begin_inset Graphics\r
21296         filename ../images/math/nabla.png\r
21297         scale 85\r
21298 \r
21299 \end_inset\r
21300 \r
21301  and \r
21302 \begin_inset Graphics\r
21303         filename ../images/math/digamma.png\r
21304         scale 85\r
21305 \r
21306 \end_inset\r
21307 \r
21308 .\r
21309 \end_layout\r
21310 \r
21311 \begin_layout Subsection\r
21312 Mathematical Symbols\r
21313 \begin_inset CommandInset label\r
21314 LatexCommand label\r
21315 name "sub:Mathematical-Symbols"\r
21316 \r
21317 \end_inset\r
21318 \r
21319 \r
21320 \begin_inset Index idx\r
21321 status collapsed\r
21322 \r
21323 \begin_layout Plain Layout\r
21324 Symbols ! mathematical\r
21325 \end_layout\r
21326 \r
21327 \end_inset\r
21328 \r
21329 \r
21330 \end_layout\r
21331 \r
21332 \begin_layout Standard\r
21333 \begin_inset space \hfill{}\r
21334 \end_inset\r
21335 \r
21336 \r
21337 \begin_inset Tabular\r
21338 <lyxtabular version="3" rows="10" columns="2">\r
21339 <features rotate="0" tabularvalignment="middle">\r
21340 <column alignment="center" valignment="top" width="0pt">\r
21341 <column alignment="center" valignment="top" width="0pt">\r
21342 <row>\r
21343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
21344 \begin_inset Text\r
21345 \r
21346 \begin_layout Plain Layout\r
21347 Command\r
21348 \end_layout\r
21349 \r
21350 \end_inset\r
21351 </cell>\r
21352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21353 \begin_inset Text\r
21354 \r
21355 \begin_layout Plain Layout\r
21356 Result\r
21357 \end_layout\r
21358 \r
21359 \end_inset\r
21360 </cell>\r
21361 </row>\r
21362 <row>\r
21363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21364 \begin_inset Text\r
21365 \r
21366 \begin_layout Plain Layout\r
21367 \r
21368 \backslash\r
21369 neg\r
21370 \end_layout\r
21371 \r
21372 \end_inset\r
21373 </cell>\r
21374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21375 \begin_inset Text\r
21376 \r
21377 \begin_layout Plain Layout\r
21378 \begin_inset Formula $\neg$\r
21379 \end_inset\r
21380 \r
21381 \r
21382 \end_layout\r
21383 \r
21384 \end_inset\r
21385 </cell>\r
21386 </row>\r
21387 <row>\r
21388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21389 \begin_inset Text\r
21390 \r
21391 \begin_layout Plain Layout\r
21392 \r
21393 \backslash\r
21394 Im\r
21395 \end_layout\r
21396 \r
21397 \end_inset\r
21398 </cell>\r
21399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21400 \begin_inset Text\r
21401 \r
21402 \begin_layout Plain Layout\r
21403 \begin_inset Formula $\Im$\r
21404 \end_inset\r
21405 \r
21406 \r
21407 \end_layout\r
21408 \r
21409 \end_inset\r
21410 </cell>\r
21411 </row>\r
21412 <row>\r
21413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21414 \begin_inset Text\r
21415 \r
21416 \begin_layout Plain Layout\r
21417 \r
21418 \backslash\r
21419 Re\r
21420 \end_layout\r
21421 \r
21422 \end_inset\r
21423 </cell>\r
21424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21425 \begin_inset Text\r
21426 \r
21427 \begin_layout Plain Layout\r
21428 \begin_inset Formula $\Re$\r
21429 \end_inset\r
21430 \r
21431 \r
21432 \end_layout\r
21433 \r
21434 \end_inset\r
21435 </cell>\r
21436 </row>\r
21437 <row>\r
21438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21439 \begin_inset Text\r
21440 \r
21441 \begin_layout Plain Layout\r
21442 \r
21443 \backslash\r
21444 aleph\r
21445 \end_layout\r
21446 \r
21447 \end_inset\r
21448 </cell>\r
21449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21450 \begin_inset Text\r
21451 \r
21452 \begin_layout Plain Layout\r
21453 \begin_inset Formula $\aleph$\r
21454 \end_inset\r
21455 \r
21456 \r
21457 \end_layout\r
21458 \r
21459 \end_inset\r
21460 </cell>\r
21461 </row>\r
21462 <row>\r
21463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21464 \begin_inset Text\r
21465 \r
21466 \begin_layout Plain Layout\r
21467 \r
21468 \backslash\r
21469 partial\r
21470 \end_layout\r
21471 \r
21472 \end_inset\r
21473 </cell>\r
21474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21475 \begin_inset Text\r
21476 \r
21477 \begin_layout Plain Layout\r
21478 \begin_inset Formula $\partial$\r
21479 \end_inset\r
21480 \r
21481 \r
21482 \end_layout\r
21483 \r
21484 \end_inset\r
21485 </cell>\r
21486 </row>\r
21487 <row>\r
21488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21489 \begin_inset Text\r
21490 \r
21491 \begin_layout Plain Layout\r
21492 \r
21493 \backslash\r
21494 infty\r
21495 \end_layout\r
21496 \r
21497 \end_inset\r
21498 </cell>\r
21499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21500 \begin_inset Text\r
21501 \r
21502 \begin_layout Plain Layout\r
21503 \begin_inset Formula $\infty$\r
21504 \end_inset\r
21505 \r
21506 \r
21507 \end_layout\r
21508 \r
21509 \end_inset\r
21510 </cell>\r
21511 </row>\r
21512 <row>\r
21513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
21514 \begin_inset Text\r
21515 \r
21516 \begin_layout Plain Layout\r
21517 \r
21518 \backslash\r
21519 wp\r
21520 \end_layout\r
21521 \r
21522 \end_inset\r
21523 </cell>\r
21524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21525 \begin_inset Text\r
21526 \r
21527 \begin_layout Plain Layout\r
21528 \begin_inset Formula $\wp$\r
21529 \end_inset\r
21530 \r
21531 \r
21532 \end_layout\r
21533 \r
21534 \end_inset\r
21535 </cell>\r
21536 </row>\r
21537 <row>\r
21538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
21539 \begin_inset Text\r
21540 \r
21541 \begin_layout Plain Layout\r
21542 \r
21543 \backslash\r
21544 imath\r
21545 \end_layout\r
21546 \r
21547 \end_inset\r
21548 </cell>\r
21549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21550 \begin_inset Text\r
21551 \r
21552 \begin_layout Plain Layout\r
21553 \begin_inset Formula $\imath$\r
21554 \end_inset\r
21555 \r
21556 \r
21557 \end_layout\r
21558 \r
21559 \end_inset\r
21560 </cell>\r
21561 </row>\r
21562 <row>\r
21563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
21564 \begin_inset Text\r
21565 \r
21566 \begin_layout Plain Layout\r
21567 \r
21568 \backslash\r
21569 jmath\r
21570 \end_layout\r
21571 \r
21572 \end_inset\r
21573 </cell>\r
21574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21575 \begin_inset Text\r
21576 \r
21577 \begin_layout Plain Layout\r
21578 \begin_inset Formula $\jmath$\r
21579 \end_inset\r
21580 \r
21581 \r
21582 \end_layout\r
21583 \r
21584 \end_inset\r
21585 </cell>\r
21586 </row>\r
21587 </lyxtabular>\r
21588 \r
21589 \end_inset\r
21590 \r
21591 \r
21592 \begin_inset space \hfill{}\r
21593 \end_inset\r
21594 \r
21595 \r
21596 \begin_inset Tabular\r
21597 <lyxtabular version="3" rows="10" columns="2">\r
21598 <features rotate="0" tabularvalignment="middle">\r
21599 <column alignment="center" valignment="top" width="0pt">\r
21600 <column alignment="center" valignment="top" width="0pt">\r
21601 <row>\r
21602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
21603 \begin_inset Text\r
21604 \r
21605 \begin_layout Plain Layout\r
21606 Command\r
21607 \end_layout\r
21608 \r
21609 \end_inset\r
21610 </cell>\r
21611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21612 \begin_inset Text\r
21613 \r
21614 \begin_layout Plain Layout\r
21615 Result\r
21616 \begin_inset Note Note\r
21617 status collapsed\r
21618 \r
21619 \begin_layout Plain Layout\r
21620 \r
21621 \series bold\r
21622 \r
21623 \backslash\r
21624 raisebox\r
21625 \series default\r
21626  is only used as spacer.\r
21627 \end_layout\r
21628 \r
21629 \end_inset\r
21630 \r
21631 \r
21632 \end_layout\r
21633 \r
21634 \end_inset\r
21635 </cell>\r
21636 </row>\r
21637 <row>\r
21638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21639 \begin_inset Text\r
21640 \r
21641 \begin_layout Plain Layout\r
21642 \r
21643 \backslash\r
21644 forall\r
21645 \end_layout\r
21646 \r
21647 \end_inset\r
21648 </cell>\r
21649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21650 \begin_inset Text\r
21651 \r
21652 \begin_layout Plain Layout\r
21653 \begin_inset Formula $\forall$\r
21654 \end_inset\r
21655 \r
21656 \r
21657 \end_layout\r
21658 \r
21659 \end_inset\r
21660 </cell>\r
21661 </row>\r
21662 <row>\r
21663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21664 \begin_inset Text\r
21665 \r
21666 \begin_layout Plain Layout\r
21667 \r
21668 \backslash\r
21669 exists\r
21670 \end_layout\r
21671 \r
21672 \end_inset\r
21673 </cell>\r
21674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21675 \begin_inset Text\r
21676 \r
21677 \begin_layout Plain Layout\r
21678 \begin_inset Formula $\exists$\r
21679 \end_inset\r
21680 \r
21681 \r
21682 \end_layout\r
21683 \r
21684 \end_inset\r
21685 </cell>\r
21686 </row>\r
21687 <row>\r
21688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21689 \begin_inset Text\r
21690 \r
21691 \begin_layout Plain Layout\r
21692 \r
21693 \backslash\r
21694 nexists\r
21695 \end_layout\r
21696 \r
21697 \end_inset\r
21698 </cell>\r
21699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21700 \begin_inset Text\r
21701 \r
21702 \begin_layout Plain Layout\r
21703 \begin_inset Formula $\nexists$\r
21704 \end_inset\r
21705 \r
21706 \r
21707 \end_layout\r
21708 \r
21709 \end_inset\r
21710 </cell>\r
21711 </row>\r
21712 <row>\r
21713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21714 \begin_inset Text\r
21715 \r
21716 \begin_layout Plain Layout\r
21717 \r
21718 \backslash\r
21719 emptyset\r
21720 \end_layout\r
21721 \r
21722 \end_inset\r
21723 </cell>\r
21724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21725 \begin_inset Text\r
21726 \r
21727 \begin_layout Plain Layout\r
21728 \begin_inset Formula $\emptyset$\r
21729 \end_inset\r
21730 \r
21731 \r
21732 \end_layout\r
21733 \r
21734 \end_inset\r
21735 </cell>\r
21736 </row>\r
21737 <row>\r
21738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21739 \begin_inset Text\r
21740 \r
21741 \begin_layout Plain Layout\r
21742 \r
21743 \backslash\r
21744 varnothing\r
21745 \end_layout\r
21746 \r
21747 \end_inset\r
21748 </cell>\r
21749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21750 \begin_inset Text\r
21751 \r
21752 \begin_layout Plain Layout\r
21753 \begin_inset Formula $\varnothing$\r
21754 \end_inset\r
21755 \r
21756 \r
21757 \end_layout\r
21758 \r
21759 \end_inset\r
21760 </cell>\r
21761 </row>\r
21762 <row>\r
21763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21764 \begin_inset Text\r
21765 \r
21766 \begin_layout Plain Layout\r
21767 \r
21768 \backslash\r
21769 dag\r
21770 \end_layout\r
21771 \r
21772 \end_inset\r
21773 </cell>\r
21774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21775 \begin_inset Text\r
21776 \r
21777 \begin_layout Plain Layout\r
21778 \begin_inset Formula $\dag$\r
21779 \end_inset\r
21780 \r
21781 \r
21782 \end_layout\r
21783 \r
21784 \end_inset\r
21785 </cell>\r
21786 </row>\r
21787 <row>\r
21788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
21789 \begin_inset Text\r
21790 \r
21791 \begin_layout Plain Layout\r
21792 \r
21793 \backslash\r
21794 ddag\r
21795 \end_layout\r
21796 \r
21797 \end_inset\r
21798 </cell>\r
21799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21800 \begin_inset Text\r
21801 \r
21802 \begin_layout Plain Layout\r
21803 \begin_inset Formula $\ddag$\r
21804 \end_inset\r
21805 \r
21806 \r
21807 \end_layout\r
21808 \r
21809 \end_inset\r
21810 </cell>\r
21811 </row>\r
21812 <row>\r
21813 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
21814 \begin_inset Text\r
21815 \r
21816 \begin_layout Plain Layout\r
21817 \r
21818 \backslash\r
21819 complement\r
21820 \end_layout\r
21821 \r
21822 \end_inset\r
21823 </cell>\r
21824 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21825 \begin_inset Text\r
21826 \r
21827 \begin_layout Plain Layout\r
21828 \begin_inset ERT\r
21829 status collapsed\r
21830 \r
21831 \begin_layout Plain Layout\r
21832 \r
21833 \r
21834 \backslash\r
21835 raisebox{-0.8mm}{\r
21836 \end_layout\r
21837 \r
21838 \end_inset\r
21839 \r
21840 \r
21841 \begin_inset Formula $\complement$\r
21842 \end_inset\r
21843 \r
21844 \r
21845 \begin_inset ERT\r
21846 status collapsed\r
21847 \r
21848 \begin_layout Plain Layout\r
21849 \r
21850 }\r
21851 \end_layout\r
21852 \r
21853 \end_inset\r
21854 \r
21855 \r
21856 \end_layout\r
21857 \r
21858 \end_inset\r
21859 </cell>\r
21860 </row>\r
21861 <row>\r
21862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
21863 \begin_inset Text\r
21864 \r
21865 \begin_layout Plain Layout\r
21866 \r
21867 \backslash\r
21868 Bbbk\r
21869 \end_layout\r
21870 \r
21871 \end_inset\r
21872 </cell>\r
21873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21874 \begin_inset Text\r
21875 \r
21876 \begin_layout Plain Layout\r
21877 \begin_inset Formula $\Bbbk$\r
21878 \end_inset\r
21879 \r
21880 \r
21881 \end_layout\r
21882 \r
21883 \end_inset\r
21884 </cell>\r
21885 </row>\r
21886 </lyxtabular>\r
21887 \r
21888 \end_inset\r
21889 \r
21890 \r
21891 \begin_inset space \hfill{}\r
21892 \end_inset\r
21893 \r
21894 \r
21895 \begin_inset Tabular\r
21896 <lyxtabular version="3" rows="10" columns="2">\r
21897 <features rotate="0" tabularvalignment="middle">\r
21898 <column alignment="center" valignment="top" width="0pt">\r
21899 <column alignment="center" valignment="top" width="0pt">\r
21900 <row>\r
21901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
21902 \begin_inset Text\r
21903 \r
21904 \begin_layout Plain Layout\r
21905 Command\r
21906 \end_layout\r
21907 \r
21908 \end_inset\r
21909 </cell>\r
21910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
21911 \begin_inset Text\r
21912 \r
21913 \begin_layout Plain Layout\r
21914 Result\r
21915 \end_layout\r
21916 \r
21917 \end_inset\r
21918 </cell>\r
21919 </row>\r
21920 <row>\r
21921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21922 \begin_inset Text\r
21923 \r
21924 \begin_layout Plain Layout\r
21925 \r
21926 \backslash\r
21927 prime\r
21928 \end_layout\r
21929 \r
21930 \end_inset\r
21931 </cell>\r
21932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21933 \begin_inset Text\r
21934 \r
21935 \begin_layout Plain Layout\r
21936 \begin_inset Formula $\prime$\r
21937 \end_inset\r
21938 \r
21939 \r
21940 \end_layout\r
21941 \r
21942 \end_inset\r
21943 </cell>\r
21944 </row>\r
21945 <row>\r
21946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21947 \begin_inset Text\r
21948 \r
21949 \begin_layout Plain Layout\r
21950 \r
21951 \backslash\r
21952 backprime\r
21953 \end_layout\r
21954 \r
21955 \end_inset\r
21956 </cell>\r
21957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21958 \begin_inset Text\r
21959 \r
21960 \begin_layout Plain Layout\r
21961 \begin_inset Formula $\backprime$\r
21962 \end_inset\r
21963 \r
21964 \r
21965 \end_layout\r
21966 \r
21967 \end_inset\r
21968 </cell>\r
21969 </row>\r
21970 <row>\r
21971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21972 \begin_inset Text\r
21973 \r
21974 \begin_layout Plain Layout\r
21975 \r
21976 \backslash\r
21977 mho\r
21978 \end_layout\r
21979 \r
21980 \end_inset\r
21981 </cell>\r
21982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
21983 \begin_inset Text\r
21984 \r
21985 \begin_layout Plain Layout\r
21986 \begin_inset Formula $\mho$\r
21987 \end_inset\r
21988 \r
21989 \r
21990 \end_layout\r
21991 \r
21992 \end_inset\r
21993 </cell>\r
21994 </row>\r
21995 <row>\r
21996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
21997 \begin_inset Text\r
21998 \r
21999 \begin_layout Plain Layout\r
22000 \r
22001 \backslash\r
22002 triangle\r
22003 \end_layout\r
22004 \r
22005 \end_inset\r
22006 </cell>\r
22007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22008 \begin_inset Text\r
22009 \r
22010 \begin_layout Plain Layout\r
22011 \begin_inset Formula $\triangle$\r
22012 \end_inset\r
22013 \r
22014 \r
22015 \end_layout\r
22016 \r
22017 \end_inset\r
22018 </cell>\r
22019 </row>\r
22020 <row>\r
22021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22022 \begin_inset Text\r
22023 \r
22024 \begin_layout Plain Layout\r
22025 \r
22026 \backslash\r
22027 angle\r
22028 \end_layout\r
22029 \r
22030 \end_inset\r
22031 </cell>\r
22032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22033 \begin_inset Text\r
22034 \r
22035 \begin_layout Plain Layout\r
22036 \begin_inset Formula $\angle$\r
22037 \end_inset\r
22038 \r
22039 \r
22040 \end_layout\r
22041 \r
22042 \end_inset\r
22043 </cell>\r
22044 </row>\r
22045 <row>\r
22046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22047 \begin_inset Text\r
22048 \r
22049 \begin_layout Plain Layout\r
22050 \r
22051 \backslash\r
22052 measuredangle\r
22053 \end_layout\r
22054 \r
22055 \end_inset\r
22056 </cell>\r
22057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22058 \begin_inset Text\r
22059 \r
22060 \begin_layout Plain Layout\r
22061 \begin_inset Formula $\measuredangle$\r
22062 \end_inset\r
22063 \r
22064 \r
22065 \end_layout\r
22066 \r
22067 \end_inset\r
22068 </cell>\r
22069 </row>\r
22070 <row>\r
22071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
22072 \begin_inset Text\r
22073 \r
22074 \begin_layout Plain Layout\r
22075 \r
22076 \backslash\r
22077 sphericalangle\r
22078 \end_layout\r
22079 \r
22080 \end_inset\r
22081 </cell>\r
22082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22083 \begin_inset Text\r
22084 \r
22085 \begin_layout Plain Layout\r
22086 \begin_inset Formula $\sphericalangle$\r
22087 \end_inset\r
22088 \r
22089 \r
22090 \end_layout\r
22091 \r
22092 \end_inset\r
22093 </cell>\r
22094 </row>\r
22095 <row>\r
22096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22097 \begin_inset Text\r
22098 \r
22099 \begin_layout Plain Layout\r
22100 \r
22101 \backslash\r
22102 top\r
22103 \end_layout\r
22104 \r
22105 \end_inset\r
22106 </cell>\r
22107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22108 \begin_inset Text\r
22109 \r
22110 \begin_layout Plain Layout\r
22111 \begin_inset Formula $\top$\r
22112 \end_inset\r
22113 \r
22114 \r
22115 \end_layout\r
22116 \r
22117 \end_inset\r
22118 </cell>\r
22119 </row>\r
22120 <row>\r
22121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22122 \begin_inset Text\r
22123 \r
22124 \begin_layout Plain Layout\r
22125 \r
22126 \backslash\r
22127 bot\r
22128 \end_layout\r
22129 \r
22130 \end_inset\r
22131 </cell>\r
22132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22133 \begin_inset Text\r
22134 \r
22135 \begin_layout Plain Layout\r
22136 \begin_inset Formula $\bot$\r
22137 \end_inset\r
22138 \r
22139 \r
22140 \end_layout\r
22141 \r
22142 \end_inset\r
22143 </cell>\r
22144 </row>\r
22145 </lyxtabular>\r
22146 \r
22147 \end_inset\r
22148 \r
22149 \r
22150 \begin_inset space \hfill{}\r
22151 \end_inset\r
22152 \r
22153 \r
22154 \end_layout\r
22155 \r
22156 \begin_layout Subsection\r
22157 Miscellaneous Symbols\r
22158 \begin_inset CommandInset label\r
22159 LatexCommand label\r
22160 name "sub:Miscellaneous-Symbols"\r
22161 \r
22162 \end_inset\r
22163 \r
22164 \r
22165 \begin_inset Index idx\r
22166 status collapsed\r
22167 \r
22168 \begin_layout Plain Layout\r
22169 Symbols ! miscellaneous\r
22170 \end_layout\r
22171 \r
22172 \end_inset\r
22173 \r
22174 \r
22175 \end_layout\r
22176 \r
22177 \begin_layout Standard\r
22178 \noindent\r
22179 \align center\r
22180 \begin_inset Tabular\r
22181 <lyxtabular version="3" rows="10" columns="2">\r
22182 <features rotate="0" tabularvalignment="middle">\r
22183 <column alignment="center" valignment="top" width="0pt">\r
22184 <column alignment="center" valignment="top" width="0pt">\r
22185 <row>\r
22186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
22187 \begin_inset Text\r
22188 \r
22189 \begin_layout Plain Layout\r
22190 Command\r
22191 \end_layout\r
22192 \r
22193 \end_inset\r
22194 </cell>\r
22195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22196 \begin_inset Text\r
22197 \r
22198 \begin_layout Plain Layout\r
22199 Result\r
22200 \end_layout\r
22201 \r
22202 \end_inset\r
22203 </cell>\r
22204 </row>\r
22205 <row>\r
22206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22207 \begin_inset Text\r
22208 \r
22209 \begin_layout Plain Layout\r
22210 \r
22211 \backslash\r
22212 flat\r
22213 \end_layout\r
22214 \r
22215 \end_inset\r
22216 </cell>\r
22217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22218 \begin_inset Text\r
22219 \r
22220 \begin_layout Plain Layout\r
22221 \begin_inset Formula $\flat$\r
22222 \end_inset\r
22223 \r
22224 \r
22225 \end_layout\r
22226 \r
22227 \end_inset\r
22228 </cell>\r
22229 </row>\r
22230 <row>\r
22231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22232 \begin_inset Text\r
22233 \r
22234 \begin_layout Plain Layout\r
22235 \r
22236 \backslash\r
22237 natural\r
22238 \end_layout\r
22239 \r
22240 \end_inset\r
22241 </cell>\r
22242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22243 \begin_inset Text\r
22244 \r
22245 \begin_layout Plain Layout\r
22246 \begin_inset Formula $\natural$\r
22247 \end_inset\r
22248 \r
22249 \r
22250 \end_layout\r
22251 \r
22252 \end_inset\r
22253 </cell>\r
22254 </row>\r
22255 <row>\r
22256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22257 \begin_inset Text\r
22258 \r
22259 \begin_layout Plain Layout\r
22260 \r
22261 \backslash\r
22262 sharp\r
22263 \end_layout\r
22264 \r
22265 \end_inset\r
22266 </cell>\r
22267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22268 \begin_inset Text\r
22269 \r
22270 \begin_layout Plain Layout\r
22271 \begin_inset Formula $\sharp$\r
22272 \end_inset\r
22273 \r
22274 \r
22275 \end_layout\r
22276 \r
22277 \end_inset\r
22278 </cell>\r
22279 </row>\r
22280 <row>\r
22281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
22282 \begin_inset Text\r
22283 \r
22284 \begin_layout Plain Layout\r
22285 \r
22286 \backslash\r
22287 surd\r
22288 \end_layout\r
22289 \r
22290 \end_inset\r
22291 </cell>\r
22292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22293 \begin_inset Text\r
22294 \r
22295 \begin_layout Plain Layout\r
22296 \begin_inset Formula $\surd$\r
22297 \end_inset\r
22298 \r
22299 \r
22300 \end_layout\r
22301 \r
22302 \end_inset\r
22303 </cell>\r
22304 </row>\r
22305 <row>\r
22306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22307 \begin_inset Text\r
22308 \r
22309 \begin_layout Plain Layout\r
22310 \r
22311 \backslash\r
22312 checkmark\r
22313 \end_layout\r
22314 \r
22315 \end_inset\r
22316 </cell>\r
22317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22318 \begin_inset Text\r
22319 \r
22320 \begin_layout Plain Layout\r
22321 \begin_inset Formula $\checkmark$\r
22322 \end_inset\r
22323 \r
22324 \r
22325 \end_layout\r
22326 \r
22327 \end_inset\r
22328 </cell>\r
22329 </row>\r
22330 <row>\r
22331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22332 \begin_inset Text\r
22333 \r
22334 \begin_layout Plain Layout\r
22335 \r
22336 \backslash\r
22337 yen\r
22338 \end_layout\r
22339 \r
22340 \end_inset\r
22341 </cell>\r
22342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22343 \begin_inset Text\r
22344 \r
22345 \begin_layout Plain Layout\r
22346 \begin_inset Formula $\yen$\r
22347 \end_inset\r
22348 \r
22349 \r
22350 \end_layout\r
22351 \r
22352 \end_inset\r
22353 </cell>\r
22354 </row>\r
22355 <row>\r
22356 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22357 \begin_inset Text\r
22358 \r
22359 \begin_layout Plain Layout\r
22360 \r
22361 \backslash\r
22362 pounds\r
22363 \end_layout\r
22364 \r
22365 \end_inset\r
22366 </cell>\r
22367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22368 \begin_inset Text\r
22369 \r
22370 \begin_layout Plain Layout\r
22371 \begin_inset Formula $\pounds$\r
22372 \end_inset\r
22373 \r
22374 \r
22375 \end_layout\r
22376 \r
22377 \end_inset\r
22378 </cell>\r
22379 </row>\r
22380 <row>\r
22381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22382 \begin_inset Text\r
22383 \r
22384 \begin_layout Plain Layout\r
22385 $\r
22386 \end_layout\r
22387 \r
22388 \end_inset\r
22389 </cell>\r
22390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22391 \begin_inset Text\r
22392 \r
22393 \begin_layout Plain Layout\r
22394 \begin_inset Formula $\$$\r
22395 \end_inset\r
22396 \r
22397 \r
22398 \end_layout\r
22399 \r
22400 \end_inset\r
22401 </cell>\r
22402 </row>\r
22403 <row>\r
22404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22405 \begin_inset Text\r
22406 \r
22407 \begin_layout Plain Layout\r
22408 §\r
22409 \end_layout\r
22410 \r
22411 \end_inset\r
22412 </cell>\r
22413 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22414 \begin_inset Text\r
22415 \r
22416 \begin_layout Plain Layout\r
22417 \begin_inset Formula $§$\r
22418 \end_inset\r
22419 \r
22420 \r
22421 \end_layout\r
22422 \r
22423 \end_inset\r
22424 </cell>\r
22425 </row>\r
22426 </lyxtabular>\r
22427 \r
22428 \end_inset\r
22429 \r
22430 \r
22431 \begin_inset Tabular\r
22432 <lyxtabular version="3" rows="10" columns="2">\r
22433 <features rotate="0" tabularvalignment="middle">\r
22434 <column alignment="center" valignment="top">\r
22435 <column alignment="center" valignment="top">\r
22436 <row>\r
22437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
22438 \begin_inset Text\r
22439 \r
22440 \begin_layout Plain Layout\r
22441 Command\r
22442 \end_layout\r
22443 \r
22444 \end_inset\r
22445 </cell>\r
22446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22447 \begin_inset Text\r
22448 \r
22449 \begin_layout Plain Layout\r
22450 Result\r
22451 \end_layout\r
22452 \r
22453 \end_inset\r
22454 </cell>\r
22455 </row>\r
22456 <row>\r
22457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22458 \begin_inset Text\r
22459 \r
22460 \begin_layout Plain Layout\r
22461 \r
22462 \backslash\r
22463 hbar\r
22464 \end_layout\r
22465 \r
22466 \end_inset\r
22467 </cell>\r
22468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22469 \begin_inset Text\r
22470 \r
22471 \begin_layout Plain Layout\r
22472 \begin_inset Formula $\hbar$\r
22473 \end_inset\r
22474 \r
22475 \r
22476 \end_layout\r
22477 \r
22478 \end_inset\r
22479 </cell>\r
22480 </row>\r
22481 <row>\r
22482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22483 \begin_inset Text\r
22484 \r
22485 \begin_layout Plain Layout\r
22486 \r
22487 \backslash\r
22488 hslash\r
22489 \end_layout\r
22490 \r
22491 \end_inset\r
22492 </cell>\r
22493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22494 \begin_inset Text\r
22495 \r
22496 \begin_layout Plain Layout\r
22497 \begin_inset Formula $\hslash$\r
22498 \end_inset\r
22499 \r
22500 \r
22501 \end_layout\r
22502 \r
22503 \end_inset\r
22504 </cell>\r
22505 </row>\r
22506 <row>\r
22507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22508 \begin_inset Text\r
22509 \r
22510 \begin_layout Plain Layout\r
22511 \r
22512 \backslash\r
22513 clubsuit\r
22514 \end_layout\r
22515 \r
22516 \end_inset\r
22517 </cell>\r
22518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22519 \begin_inset Text\r
22520 \r
22521 \begin_layout Plain Layout\r
22522 \begin_inset Formula $\clubsuit$\r
22523 \end_inset\r
22524 \r
22525 \r
22526 \end_layout\r
22527 \r
22528 \end_inset\r
22529 </cell>\r
22530 </row>\r
22531 <row>\r
22532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22533 \begin_inset Text\r
22534 \r
22535 \begin_layout Plain Layout\r
22536 \r
22537 \backslash\r
22538 spadesuit\r
22539 \end_layout\r
22540 \r
22541 \end_inset\r
22542 </cell>\r
22543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22544 \begin_inset Text\r
22545 \r
22546 \begin_layout Plain Layout\r
22547 \begin_inset Formula $\spadesuit$\r
22548 \end_inset\r
22549 \r
22550 \r
22551 \end_layout\r
22552 \r
22553 \end_inset\r
22554 </cell>\r
22555 </row>\r
22556 <row>\r
22557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22558 \begin_inset Text\r
22559 \r
22560 \begin_layout Plain Layout\r
22561 \r
22562 \backslash\r
22563 bigstar\r
22564 \end_layout\r
22565 \r
22566 \end_inset\r
22567 </cell>\r
22568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22569 \begin_inset Text\r
22570 \r
22571 \begin_layout Plain Layout\r
22572 \begin_inset Formula $\bigstar$\r
22573 \end_inset\r
22574 \r
22575 \r
22576 \end_layout\r
22577 \r
22578 \end_inset\r
22579 </cell>\r
22580 </row>\r
22581 <row>\r
22582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22583 \begin_inset Text\r
22584 \r
22585 \begin_layout Plain Layout\r
22586 \r
22587 \backslash\r
22588 blacklozenge\r
22589 \end_layout\r
22590 \r
22591 \end_inset\r
22592 </cell>\r
22593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22594 \begin_inset Text\r
22595 \r
22596 \begin_layout Plain Layout\r
22597 \begin_inset Formula $\blacklozenge$\r
22598 \end_inset\r
22599 \r
22600 \r
22601 \end_layout\r
22602 \r
22603 \end_inset\r
22604 </cell>\r
22605 </row>\r
22606 <row>\r
22607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22608 \begin_inset Text\r
22609 \r
22610 \begin_layout Plain Layout\r
22611 \r
22612 \backslash\r
22613 blacktriangle\r
22614 \end_layout\r
22615 \r
22616 \end_inset\r
22617 </cell>\r
22618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22619 \begin_inset Text\r
22620 \r
22621 \begin_layout Plain Layout\r
22622 \begin_inset Formula $\blacktriangle$\r
22623 \end_inset\r
22624 \r
22625 \r
22626 \end_layout\r
22627 \r
22628 \end_inset\r
22629 </cell>\r
22630 </row>\r
22631 <row>\r
22632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22633 \begin_inset Text\r
22634 \r
22635 \begin_layout Plain Layout\r
22636 \r
22637 \backslash\r
22638 blacktiangledown\r
22639 \end_layout\r
22640 \r
22641 \end_inset\r
22642 </cell>\r
22643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22644 \begin_inset Text\r
22645 \r
22646 \begin_layout Plain Layout\r
22647 \begin_inset Formula $\blacktriangledown$\r
22648 \end_inset\r
22649 \r
22650 \r
22651 \end_layout\r
22652 \r
22653 \end_inset\r
22654 </cell>\r
22655 </row>\r
22656 <row>\r
22657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
22658 \begin_inset Text\r
22659 \r
22660 \begin_layout Plain Layout\r
22661 \r
22662 \backslash\r
22663 bullet\r
22664 \end_layout\r
22665 \r
22666 \end_inset\r
22667 </cell>\r
22668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22669 \begin_inset Text\r
22670 \r
22671 \begin_layout Plain Layout\r
22672 \begin_inset Formula $\bullet$\r
22673 \end_inset\r
22674 \r
22675 \r
22676 \end_layout\r
22677 \r
22678 \end_inset\r
22679 </cell>\r
22680 </row>\r
22681 </lyxtabular>\r
22682 \r
22683 \end_inset\r
22684 \r
22685 \r
22686 \begin_inset Tabular\r
22687 <lyxtabular version="3" rows="10" columns="2">\r
22688 <features rotate="0" tabularvalignment="middle">\r
22689 <column alignment="center" valignment="top" width="0pt">\r
22690 <column alignment="center" valignment="top" width="0pt">\r
22691 <row>\r
22692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
22693 \begin_inset Text\r
22694 \r
22695 \begin_layout Plain Layout\r
22696 Command\r
22697 \end_layout\r
22698 \r
22699 \end_inset\r
22700 </cell>\r
22701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22702 \begin_inset Text\r
22703 \r
22704 \begin_layout Plain Layout\r
22705 Result\r
22706 \end_layout\r
22707 \r
22708 \end_inset\r
22709 </cell>\r
22710 </row>\r
22711 <row>\r
22712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22713 \begin_inset Text\r
22714 \r
22715 \begin_layout Plain Layout\r
22716 \r
22717 \backslash\r
22718 diamondsuit\r
22719 \end_layout\r
22720 \r
22721 \end_inset\r
22722 </cell>\r
22723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22724 \begin_inset Text\r
22725 \r
22726 \begin_layout Plain Layout\r
22727 \begin_inset Formula $\diamondsuit$\r
22728 \end_inset\r
22729 \r
22730 \r
22731 \end_layout\r
22732 \r
22733 \end_inset\r
22734 </cell>\r
22735 </row>\r
22736 <row>\r
22737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22738 \begin_inset Text\r
22739 \r
22740 \begin_layout Plain Layout\r
22741 \r
22742 \backslash\r
22743 Diamond\r
22744 \end_layout\r
22745 \r
22746 \end_inset\r
22747 </cell>\r
22748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22749 \begin_inset Text\r
22750 \r
22751 \begin_layout Plain Layout\r
22752 \begin_inset Formula $\Diamond$\r
22753 \end_inset\r
22754 \r
22755 \r
22756 \end_layout\r
22757 \r
22758 \end_inset\r
22759 </cell>\r
22760 </row>\r
22761 <row>\r
22762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
22763 \begin_inset Text\r
22764 \r
22765 \begin_layout Plain Layout\r
22766 \r
22767 \backslash\r
22768 heartsuit\r
22769 \end_layout\r
22770 \r
22771 \end_inset\r
22772 </cell>\r
22773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
22774 \begin_inset Text\r
22775 \r
22776 \begin_layout Plain Layout\r
22777 \begin_inset Formula $\heartsuit$\r
22778 \end_inset\r
22779 \r
22780 \r
22781 \end_layout\r
22782 \r
22783 \end_inset\r
22784 </cell>\r
22785 </row>\r
22786 <row>\r
22787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
22788 \begin_inset Text\r
22789 \r
22790 \begin_layout Plain Layout\r
22791 \r
22792 \backslash\r
22793 P\r
22794 \end_layout\r
22795 \r
22796 \end_inset\r
22797 </cell>\r
22798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22799 \begin_inset Text\r
22800 \r
22801 \begin_layout Plain Layout\r
22802 \begin_inset Formula $\P$\r
22803 \end_inset\r
22804 \r
22805 \r
22806 \end_layout\r
22807 \r
22808 \end_inset\r
22809 </cell>\r
22810 </row>\r
22811 <row>\r
22812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22813 \begin_inset Text\r
22814 \r
22815 \begin_layout Plain Layout\r
22816 \r
22817 \backslash\r
22818 copyright\r
22819 \end_layout\r
22820 \r
22821 \end_inset\r
22822 </cell>\r
22823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22824 \begin_inset Text\r
22825 \r
22826 \begin_layout Plain Layout\r
22827 \begin_inset Formula $\copyright$\r
22828 \end_inset\r
22829 \r
22830 \r
22831 \end_layout\r
22832 \r
22833 \end_inset\r
22834 </cell>\r
22835 </row>\r
22836 <row>\r
22837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22838 \begin_inset Text\r
22839 \r
22840 \begin_layout Plain Layout\r
22841 \r
22842 \backslash\r
22843 circledR\r
22844 \end_layout\r
22845 \r
22846 \end_inset\r
22847 </cell>\r
22848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22849 \begin_inset Text\r
22850 \r
22851 \begin_layout Plain Layout\r
22852 \begin_inset Formula $\circledR$\r
22853 \end_inset\r
22854 \r
22855 \r
22856 \end_layout\r
22857 \r
22858 \end_inset\r
22859 </cell>\r
22860 </row>\r
22861 <row>\r
22862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22863 \begin_inset Text\r
22864 \r
22865 \begin_layout Plain Layout\r
22866 \r
22867 \backslash\r
22868 maltese\r
22869 \end_layout\r
22870 \r
22871 \end_inset\r
22872 </cell>\r
22873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22874 \begin_inset Text\r
22875 \r
22876 \begin_layout Plain Layout\r
22877 \begin_inset Formula $\maltese$\r
22878 \end_inset\r
22879 \r
22880 \r
22881 \end_layout\r
22882 \r
22883 \end_inset\r
22884 </cell>\r
22885 </row>\r
22886 <row>\r
22887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22888 \begin_inset Text\r
22889 \r
22890 \begin_layout Plain Layout\r
22891 \r
22892 \backslash\r
22893 diagup\r
22894 \end_layout\r
22895 \r
22896 \end_inset\r
22897 </cell>\r
22898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22899 \begin_inset Text\r
22900 \r
22901 \begin_layout Plain Layout\r
22902 \begin_inset Formula $\diagup$\r
22903 \end_inset\r
22904 \r
22905 \r
22906 \end_layout\r
22907 \r
22908 \end_inset\r
22909 </cell>\r
22910 </row>\r
22911 <row>\r
22912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
22913 \begin_inset Text\r
22914 \r
22915 \begin_layout Plain Layout\r
22916 \r
22917 \backslash\r
22918 diagdown\r
22919 \end_layout\r
22920 \r
22921 \end_inset\r
22922 </cell>\r
22923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
22924 \begin_inset Text\r
22925 \r
22926 \begin_layout Plain Layout\r
22927 \begin_inset Formula $\diagdown$\r
22928 \end_inset\r
22929 \r
22930 \r
22931 \end_layout\r
22932 \r
22933 \end_inset\r
22934 </cell>\r
22935 </row>\r
22936 </lyxtabular>\r
22937 \r
22938 \end_inset\r
22939 \r
22940 \r
22941 \end_layout\r
22942 \r
22943 \begin_layout Standard\r
22944 \begin_inset VSpace medskip\r
22945 \end_inset\r
22946 \r
22947 More symbols are listed in \r
22948 \begin_inset CommandInset ref\r
22949 LatexCommand ref\r
22950 reference "sub:Miscellaneous-special-Characters"\r
22951 \r
22952 \end_inset\r
22953 \r
22954 .\r
22955 \end_layout\r
22956 \r
22957 \begin_layout Standard\r
22958 Some symbols can be displayed in different sizes, see \r
22959 \begin_inset CommandInset ref\r
22960 LatexCommand ref\r
22961 reference "sub:Font-Sizes"\r
22962 \r
22963 \end_inset\r
22964 \r
22965 .\r
22966 \end_layout\r
22967 \r
22968 \begin_layout Subsection\r
22969 The Euro-Symbol €\r
22970 \begin_inset Index idx\r
22971 status collapsed\r
22972 \r
22973 \begin_layout Plain Layout\r
22974 Symbols ! Euro-symbol\r
22975 \end_layout\r
22976 \r
22977 \end_inset\r
22978 \r
22979 \r
22980 \begin_inset Index idx\r
22981 status collapsed\r
22982 \r
22983 \begin_layout Plain Layout\r
22984 \r
22985 \backslash\r
22986 @\r
22987 \begin_inset ERT\r
22988 status collapsed\r
22989 \r
22990 \begin_layout Plain Layout\r
22991 \r
22992 \r
22993 \backslash\r
22994 officialeuro\r
22995 \end_layout\r
22996 \r
22997 \end_inset\r
22998 \r
22999 \r
23000 \end_layout\r
23001 \r
23002 \end_inset\r
23003 \r
23004 \r
23005 \end_layout\r
23006 \r
23007 \begin_layout Standard\r
23008 To use the Euro symbol in formulas, the LaTeX-package \r
23009 \series bold\r
23010 eurosym\r
23011 \series default\r
23012 \r
23013 \begin_inset Index idx\r
23014 status collapsed\r
23015 \r
23016 \begin_layout Plain Layout\r
23017 Packages ! eurosym\r
23018 \end_layout\r
23019 \r
23020 \end_inset\r
23021 \r
23022  must be installed and loaded with the LaTeX-preamble line\r
23023 \end_layout\r
23024 \r
23025 \begin_layout Standard\r
23026 \r
23027 \series bold\r
23028 \r
23029 \backslash\r
23030 usepackage[gennarrow]{eurosym}\r
23031 \end_layout\r
23032 \r
23033 \begin_layout Standard\r
23034 The Euro symbol can now be inserted with the command \r
23035 \series bold\r
23036 \r
23037 \backslash\r
23038 euro\r
23039 \series default\r
23040 \r
23041 \begin_inset Index idx\r
23042 status collapsed\r
23043 \r
23044 \begin_layout Plain Layout\r
23045 Commands ! E ! \r
23046 \backslash\r
23047 euro\r
23048 \end_layout\r
23049 \r
23050 \end_inset\r
23051 \r
23052 .\r
23053 \end_layout\r
23054 \r
23055 \begin_layout Standard\r
23056 The Euro symbol can directly be inserted with the € key in mathematical\r
23057  text, without having \r
23058 \series bold\r
23059 eurosym\r
23060 \series default\r
23061  installed.\r
23062  When \r
23063 \series bold\r
23064 eurosym\r
23065 \series default\r
23066  is installed, \r
23067 \series bold\r
23068 \r
23069 \backslash\r
23070 euro\r
23071 \series default\r
23072  can also be inserted in TeX-mode.\r
23073  The official currency symbol can then be inserted with the command \r
23074 \series bold\r
23075 \r
23076 \backslash\r
23077 officialeuro\r
23078 \series default\r
23079 \r
23080 \begin_inset Index idx\r
23081 status collapsed\r
23082 \r
23083 \begin_layout Plain Layout\r
23084 Commands ! O ! \r
23085 \backslash\r
23086 officialeuro\r
23087 \end_layout\r
23088 \r
23089 \end_inset\r
23090 \r
23091 , that is only available in TeX-mode.\r
23092 \end_layout\r
23093 \r
23094 \begin_layout Standard\r
23095 \begin_inset ERT\r
23096 status collapsed\r
23097 \r
23098 \begin_layout Plain Layout\r
23099 \r
23100 \r
23101 \backslash\r
23102 ifeurosym \r
23103 \end_layout\r
23104 \r
23105 \end_inset\r
23106 \r
23107 \r
23108 \begin_inset Note Note\r
23109 status open\r
23110 \r
23111 \begin_layout Plain Layout\r
23112 The following table will only be displayed when the LaTeX-package \r
23113 \series bold\r
23114 eurosym\r
23115 \series default\r
23116  is installed.\r
23117 \end_layout\r
23118 \r
23119 \end_inset\r
23120 \r
23121 \r
23122 \end_layout\r
23123 \r
23124 \begin_layout Standard\r
23125 An overview about the different Euro symbols:\r
23126 \end_layout\r
23127 \r
23128 \begin_layout Standard\r
23129 \align center\r
23130 \begin_inset Tabular\r
23131 <lyxtabular version="3" rows="4" columns="3">\r
23132 <features rotate="0" tabularvalignment="middle">\r
23133 <column alignment="center" valignment="top" width="0pt">\r
23134 <column alignment="center" valignment="top" width="0pt">\r
23135 <column alignment="center" valignment="top" width="0pt">\r
23136 <row>\r
23137 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">\r
23138 \begin_inset Text\r
23139 \r
23140 \begin_layout Plain Layout\r
23141 \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" usebox="none">\r
23147 \begin_inset Text\r
23148 \r
23149 \begin_layout Plain Layout\r
23150 Command \r
23151 \end_layout\r
23152 \r
23153 \end_inset\r
23154 </cell>\r
23155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
23156 \begin_inset Text\r
23157 \r
23158 \begin_layout Plain Layout\r
23159 Result\r
23160 \end_layout\r
23161 \r
23162 \end_inset\r
23163 </cell>\r
23164 </row>\r
23165 <row>\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 formula\r
23171 \end_layout\r
23172 \r
23173 \end_inset\r
23174 </cell>\r
23175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23176 \begin_inset Text\r
23177 \r
23178 \begin_layout Plain Layout\r
23179 \r
23180 \backslash\r
23181 euro\r
23182 \end_layout\r
23183 \r
23184 \end_inset\r
23185 </cell>\r
23186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23187 \begin_inset Text\r
23188 \r
23189 \begin_layout Plain Layout\r
23190 \begin_inset Formula $\euro$\r
23191 \end_inset\r
23192 \r
23193 \r
23194 \end_layout\r
23195 \r
23196 \end_inset\r
23197 </cell>\r
23198 </row>\r
23199 <row>\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 mathematical text\r
23205 \end_layout\r
23206 \r
23207 \end_inset\r
23208 </cell>\r
23209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23210 \begin_inset Text\r
23211 \r
23212 \begin_layout Plain Layout\r
23213\r
23214 \end_layout\r
23215 \r
23216 \end_inset\r
23217 </cell>\r
23218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23219 \begin_inset Text\r
23220 \r
23221 \begin_layout Plain Layout\r
23222 \begin_inset Formula $\mbox{€}$\r
23223 \end_inset\r
23224 \r
23225 \r
23226 \end_layout\r
23227 \r
23228 \end_inset\r
23229 </cell>\r
23230 </row>\r
23231 <row>\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 TeX-mode\r
23237 \end_layout\r
23238 \r
23239 \end_inset\r
23240 </cell>\r
23241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
23242 \begin_inset Text\r
23243 \r
23244 \begin_layout Plain Layout\r
23245 \r
23246 \backslash\r
23247 officialeuro\r
23248 \end_layout\r
23249 \r
23250 \end_inset\r
23251 </cell>\r
23252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
23253 \begin_inset Text\r
23254 \r
23255 \begin_layout Plain Layout\r
23256 \begin_inset ERT\r
23257 status collapsed\r
23258 \r
23259 \begin_layout Plain Layout\r
23260 \r
23261 \r
23262 \backslash\r
23263 officialeuro\r
23264 \end_layout\r
23265 \r
23266 \end_inset\r
23267 \r
23268 \r
23269 \end_layout\r
23270 \r
23271 \end_inset\r
23272 </cell>\r
23273 </row>\r
23274 </lyxtabular>\r
23275 \r
23276 \end_inset\r
23277 \r
23278 \r
23279 \end_layout\r
23280 \r
23281 \begin_layout Standard\r
23282 \begin_inset ERT\r
23283 status collapsed\r
23284 \r
23285 \begin_layout Plain Layout\r
23286 \r
23287 \r
23288 \backslash\r
23289 else \r
23290 \end_layout\r
23291 \r
23292 \end_inset\r
23293 \r
23294 \r
23295 \begin_inset Note Note\r
23296 status open\r
23297 \r
23298 \begin_layout Plain Layout\r
23299 The following will be displayed when the LaTeX-package \r
23300 \series bold\r
23301 eurosym\r
23302 \series default\r
23303  is not installed:\r
23304 \end_layout\r
23305 \r
23306 \end_inset\r
23307 \r
23308 \r
23309 \end_layout\r
23310 \r
23311 \begin_layout Standard\r
23312 You need to install the LaTeX-package \r
23313 \series bold\r
23314 eurosym\r
23315 \series default\r
23316  to see the rest of this subsection in the output.\r
23317 \end_layout\r
23318 \r
23319 \begin_layout Standard\r
23320 \begin_inset ERT\r
23321 status collapsed\r
23322 \r
23323 \begin_layout Plain Layout\r
23324 \r
23325 \r
23326 \backslash\r
23327 fi \r
23328 \end_layout\r
23329 \r
23330 \end_inset\r
23331 \r
23332 \r
23333 \end_layout\r
23334 \r
23335 \begin_layout Section\r
23336 Relations\r
23337 \begin_inset CommandInset label\r
23338 LatexCommand label\r
23339 name "sec:Relations"\r
23340 \r
23341 \end_inset\r
23342 \r
23343 \r
23344 \begin_inset Index idx\r
23345 status collapsed\r
23346 \r
23347 \begin_layout Plain Layout\r
23348 Relations\r
23349 \end_layout\r
23350 \r
23351 \end_inset\r
23352 \r
23353 \r
23354 \begin_inset Index idx\r
23355 status collapsed\r
23356 \r
23357 \begin_layout Plain Layout\r
23358 Comparisons|see\r
23359 \begin_inset ERT\r
23360 status collapsed\r
23361 \r
23362 \begin_layout Plain Layout\r
23363 \r
23364 {\r
23365 \end_layout\r
23366 \r
23367 \end_inset\r
23368 \r
23369 Relations\r
23370 \begin_inset ERT\r
23371 status collapsed\r
23372 \r
23373 \begin_layout Plain Layout\r
23374 \r
23375 }\r
23376 \end_layout\r
23377 \r
23378 \end_inset\r
23379 \r
23380 \r
23381 \end_layout\r
23382 \r
23383 \end_inset\r
23384 \r
23385 \r
23386 \end_layout\r
23387 \r
23388 \begin_layout Standard\r
23389 All relations can also be inserted via the toolbar button \r
23390 \begin_inset Graphics\r
23391         filename ../images/math/leq.png\r
23392         scale 85\r
23393 \r
23394 \end_inset\r
23395 \r
23396 .\r
23397 \end_layout\r
23398 \r
23399 \begin_layout Standard\r
23400 \begin_inset space \hfill{}\r
23401 \end_inset\r
23402 \r
23403 \r
23404 \begin_inset Tabular\r
23405 <lyxtabular version="3" rows="17" columns="2">\r
23406 <features rotate="0" tabularvalignment="middle">\r
23407 <column alignment="center" valignment="top" width="0pt">\r
23408 <column alignment="center" valignment="top" width="0pt">\r
23409 <row>\r
23410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
23411 \begin_inset Text\r
23412 \r
23413 \begin_layout Plain Layout\r
23414 Command\r
23415 \end_layout\r
23416 \r
23417 \end_inset\r
23418 </cell>\r
23419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
23420 \begin_inset Text\r
23421 \r
23422 \begin_layout Plain Layout\r
23423 Result\r
23424 \end_layout\r
23425 \r
23426 \end_inset\r
23427 </cell>\r
23428 </row>\r
23429 <row>\r
23430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23431 \begin_inset Text\r
23432 \r
23433 \begin_layout Plain Layout\r
23434 <\r
23435 \end_layout\r
23436 \r
23437 \end_inset\r
23438 </cell>\r
23439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23440 \begin_inset Text\r
23441 \r
23442 \begin_layout Plain Layout\r
23443 \begin_inset Formula $<$\r
23444 \end_inset\r
23445 \r
23446 \r
23447 \end_layout\r
23448 \r
23449 \end_inset\r
23450 </cell>\r
23451 </row>\r
23452 <row>\r
23453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23454 \begin_inset Text\r
23455 \r
23456 \begin_layout Plain Layout\r
23457 \r
23458 \backslash\r
23459 le\r
23460 \end_layout\r
23461 \r
23462 \end_inset\r
23463 </cell>\r
23464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23465 \begin_inset Text\r
23466 \r
23467 \begin_layout Plain Layout\r
23468 \begin_inset Formula $\le$\r
23469 \end_inset\r
23470 \r
23471 \r
23472 \end_layout\r
23473 \r
23474 \end_inset\r
23475 </cell>\r
23476 </row>\r
23477 <row>\r
23478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23479 \begin_inset Text\r
23480 \r
23481 \begin_layout Plain Layout\r
23482 \r
23483 \backslash\r
23484 ll\r
23485 \end_layout\r
23486 \r
23487 \end_inset\r
23488 </cell>\r
23489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23490 \begin_inset Text\r
23491 \r
23492 \begin_layout Plain Layout\r
23493 \begin_inset Formula $\ll$\r
23494 \end_inset\r
23495 \r
23496 \r
23497 \end_layout\r
23498 \r
23499 \end_inset\r
23500 </cell>\r
23501 </row>\r
23502 <row>\r
23503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23504 \begin_inset Text\r
23505 \r
23506 \begin_layout Plain Layout\r
23507 \r
23508 \backslash\r
23509 prec\r
23510 \end_layout\r
23511 \r
23512 \end_inset\r
23513 </cell>\r
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23515 \begin_inset Text\r
23516 \r
23517 \begin_layout Plain Layout\r
23518 \begin_inset Formula $\prec$\r
23519 \end_inset\r
23520 \r
23521 \r
23522 \end_layout\r
23523 \r
23524 \end_inset\r
23525 </cell>\r
23526 </row>\r
23527 <row>\r
23528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23529 \begin_inset Text\r
23530 \r
23531 \begin_layout Plain Layout\r
23532 \r
23533 \backslash\r
23534 preceq\r
23535 \end_layout\r
23536 \r
23537 \end_inset\r
23538 </cell>\r
23539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23540 \begin_inset Text\r
23541 \r
23542 \begin_layout Plain Layout\r
23543 \begin_inset Formula $\preceq$\r
23544 \end_inset\r
23545 \r
23546 \r
23547 \end_layout\r
23548 \r
23549 \end_inset\r
23550 </cell>\r
23551 </row>\r
23552 <row>\r
23553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23554 \begin_inset Text\r
23555 \r
23556 \begin_layout Plain Layout\r
23557 \r
23558 \backslash\r
23559 subset\r
23560 \end_layout\r
23561 \r
23562 \end_inset\r
23563 </cell>\r
23564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23565 \begin_inset Text\r
23566 \r
23567 \begin_layout Plain Layout\r
23568 \begin_inset Formula $\subset$\r
23569 \end_inset\r
23570 \r
23571 \r
23572 \end_layout\r
23573 \r
23574 \end_inset\r
23575 </cell>\r
23576 </row>\r
23577 <row>\r
23578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23579 \begin_inset Text\r
23580 \r
23581 \begin_layout Plain Layout\r
23582 \r
23583 \backslash\r
23584 subseteq\r
23585 \end_layout\r
23586 \r
23587 \end_inset\r
23588 </cell>\r
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23590 \begin_inset Text\r
23591 \r
23592 \begin_layout Plain Layout\r
23593 \begin_inset Formula $\subseteq$\r
23594 \end_inset\r
23595 \r
23596 \r
23597 \end_layout\r
23598 \r
23599 \end_inset\r
23600 </cell>\r
23601 </row>\r
23602 <row>\r
23603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23604 \begin_inset Text\r
23605 \r
23606 \begin_layout Plain Layout\r
23607 \r
23608 \backslash\r
23609 sqsubseteq\r
23610 \end_layout\r
23611 \r
23612 \end_inset\r
23613 </cell>\r
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23615 \begin_inset Text\r
23616 \r
23617 \begin_layout Plain Layout\r
23618 \begin_inset Formula $\sqsubseteq$\r
23619 \end_inset\r
23620 \r
23621 \r
23622 \end_layout\r
23623 \r
23624 \end_inset\r
23625 </cell>\r
23626 </row>\r
23627 <row>\r
23628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23629 \begin_inset Text\r
23630 \r
23631 \begin_layout Plain Layout\r
23632 \r
23633 \backslash\r
23634 in\r
23635 \end_layout\r
23636 \r
23637 \end_inset\r
23638 </cell>\r
23639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23640 \begin_inset Text\r
23641 \r
23642 \begin_layout Plain Layout\r
23643 \begin_inset Formula $\in$\r
23644 \end_inset\r
23645 \r
23646 \r
23647 \end_layout\r
23648 \r
23649 \end_inset\r
23650 </cell>\r
23651 </row>\r
23652 <row>\r
23653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23654 \begin_inset Text\r
23655 \r
23656 \begin_layout Plain Layout\r
23657 \r
23658 \backslash\r
23659 vdash\r
23660 \end_layout\r
23661 \r
23662 \end_inset\r
23663 </cell>\r
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23665 \begin_inset Text\r
23666 \r
23667 \begin_layout Plain Layout\r
23668 \begin_inset Formula $\vdash$\r
23669 \end_inset\r
23670 \r
23671 \r
23672 \end_layout\r
23673 \r
23674 \end_inset\r
23675 </cell>\r
23676 </row>\r
23677 <row>\r
23678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23679 \begin_inset Text\r
23680 \r
23681 \begin_layout Plain Layout\r
23682 \r
23683 \backslash\r
23684 smile\r
23685 \end_layout\r
23686 \r
23687 \end_inset\r
23688 </cell>\r
23689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23690 \begin_inset Text\r
23691 \r
23692 \begin_layout Plain Layout\r
23693 \begin_inset Formula $\smile$\r
23694 \end_inset\r
23695 \r
23696 \r
23697 \end_layout\r
23698 \r
23699 \end_inset\r
23700 </cell>\r
23701 </row>\r
23702 <row>\r
23703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23704 \begin_inset Text\r
23705 \r
23706 \begin_layout Plain Layout\r
23707 \r
23708 \backslash\r
23709 lhd\r
23710 \end_layout\r
23711 \r
23712 \end_inset\r
23713 </cell>\r
23714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23715 \begin_inset Text\r
23716 \r
23717 \begin_layout Plain Layout\r
23718 \begin_inset Formula $\lhd$\r
23719 \end_inset\r
23720 \r
23721 \r
23722 \end_layout\r
23723 \r
23724 \end_inset\r
23725 </cell>\r
23726 </row>\r
23727 <row>\r
23728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23729 \begin_inset Text\r
23730 \r
23731 \begin_layout Plain Layout\r
23732 \r
23733 \backslash\r
23734 unlhd\r
23735 \end_layout\r
23736 \r
23737 \end_inset\r
23738 </cell>\r
23739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23740 \begin_inset Text\r
23741 \r
23742 \begin_layout Plain Layout\r
23743 \begin_inset Formula $\unlhd$\r
23744 \end_inset\r
23745 \r
23746 \r
23747 \end_layout\r
23748 \r
23749 \end_inset\r
23750 </cell>\r
23751 </row>\r
23752 <row>\r
23753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23754 \begin_inset Text\r
23755 \r
23756 \begin_layout Plain Layout\r
23757 \r
23758 \backslash\r
23759 gtrless\r
23760 \end_layout\r
23761 \r
23762 \end_inset\r
23763 </cell>\r
23764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23765 \begin_inset Text\r
23766 \r
23767 \begin_layout Plain Layout\r
23768 \begin_inset Formula $\gtrless$\r
23769 \end_inset\r
23770 \r
23771 \r
23772 \end_layout\r
23773 \r
23774 \end_inset\r
23775 </cell>\r
23776 </row>\r
23777 <row>\r
23778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23779 \begin_inset Text\r
23780 \r
23781 \begin_layout Plain Layout\r
23782 \r
23783 \backslash\r
23784 mid\r
23785 \end_layout\r
23786 \r
23787 \end_inset\r
23788 </cell>\r
23789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23790 \begin_inset Text\r
23791 \r
23792 \begin_layout Plain Layout\r
23793 \begin_inset Formula $\mid$\r
23794 \end_inset\r
23795 \r
23796 \r
23797 \end_layout\r
23798 \r
23799 \end_inset\r
23800 </cell>\r
23801 </row>\r
23802 <row>\r
23803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
23804 \begin_inset Text\r
23805 \r
23806 \begin_layout Plain Layout\r
23807 \r
23808 \backslash\r
23809 nmid\r
23810 \end_layout\r
23811 \r
23812 \end_inset\r
23813 </cell>\r
23814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
23815 \begin_inset Text\r
23816 \r
23817 \begin_layout Plain Layout\r
23818 \begin_inset Formula $\nmid$\r
23819 \end_inset\r
23820 \r
23821 \r
23822 \end_layout\r
23823 \r
23824 \end_inset\r
23825 </cell>\r
23826 </row>\r
23827 </lyxtabular>\r
23828 \r
23829 \end_inset\r
23830 \r
23831 \r
23832 \begin_inset space \hfill{}\r
23833 \end_inset\r
23834 \r
23835 \r
23836 \begin_inset Tabular\r
23837 <lyxtabular version="3" rows="17" columns="2">\r
23838 <features rotate="0" tabularvalignment="middle">\r
23839 <column alignment="center" valignment="top" width="0pt">\r
23840 <column alignment="center" valignment="top" width="0pt">\r
23841 <row>\r
23842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
23843 \begin_inset Text\r
23844 \r
23845 \begin_layout Plain Layout\r
23846 Command\r
23847 \end_layout\r
23848 \r
23849 \end_inset\r
23850 </cell>\r
23851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
23852 \begin_inset Text\r
23853 \r
23854 \begin_layout Plain Layout\r
23855 Result\r
23856 \end_layout\r
23857 \r
23858 \end_inset\r
23859 </cell>\r
23860 </row>\r
23861 <row>\r
23862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23863 \begin_inset Text\r
23864 \r
23865 \begin_layout Plain Layout\r
23866 =\r
23867 \end_layout\r
23868 \r
23869 \end_inset\r
23870 </cell>\r
23871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23872 \begin_inset Text\r
23873 \r
23874 \begin_layout Plain Layout\r
23875 \begin_inset Formula $=$\r
23876 \end_inset\r
23877 \r
23878 \r
23879 \end_layout\r
23880 \r
23881 \end_inset\r
23882 </cell>\r
23883 </row>\r
23884 <row>\r
23885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23886 \begin_inset Text\r
23887 \r
23888 \begin_layout Plain Layout\r
23889 \r
23890 \backslash\r
23891 not=\r
23892 \end_layout\r
23893 \r
23894 \end_inset\r
23895 </cell>\r
23896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23897 \begin_inset Text\r
23898 \r
23899 \begin_layout Plain Layout\r
23900 \begin_inset Formula $\not=$\r
23901 \end_inset\r
23902 \r
23903 \r
23904 \end_layout\r
23905 \r
23906 \end_inset\r
23907 </cell>\r
23908 </row>\r
23909 <row>\r
23910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23911 \begin_inset Text\r
23912 \r
23913 \begin_layout Plain Layout\r
23914 \r
23915 \backslash\r
23916 equiv\r
23917 \end_layout\r
23918 \r
23919 \end_inset\r
23920 </cell>\r
23921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23922 \begin_inset Text\r
23923 \r
23924 \begin_layout Plain Layout\r
23925 \begin_inset Formula $\equiv$\r
23926 \end_inset\r
23927 \r
23928 \r
23929 \end_layout\r
23930 \r
23931 \end_inset\r
23932 </cell>\r
23933 </row>\r
23934 <row>\r
23935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23936 \begin_inset Text\r
23937 \r
23938 \begin_layout Plain Layout\r
23939 \r
23940 \backslash\r
23941 sim\r
23942 \end_layout\r
23943 \r
23944 \end_inset\r
23945 </cell>\r
23946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23947 \begin_inset Text\r
23948 \r
23949 \begin_layout Plain Layout\r
23950 \begin_inset Formula $\sim$\r
23951 \end_inset\r
23952 \r
23953 \r
23954 \end_layout\r
23955 \r
23956 \end_inset\r
23957 </cell>\r
23958 </row>\r
23959 <row>\r
23960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23961 \begin_inset Text\r
23962 \r
23963 \begin_layout Plain Layout\r
23964 \r
23965 \backslash\r
23966 simeq\r
23967 \end_layout\r
23968 \r
23969 \end_inset\r
23970 </cell>\r
23971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23972 \begin_inset Text\r
23973 \r
23974 \begin_layout Plain Layout\r
23975 \begin_inset Formula $\simeq$\r
23976 \end_inset\r
23977 \r
23978 \r
23979 \end_layout\r
23980 \r
23981 \end_inset\r
23982 </cell>\r
23983 </row>\r
23984 <row>\r
23985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
23986 \begin_inset Text\r
23987 \r
23988 \begin_layout Plain Layout\r
23989 \r
23990 \backslash\r
23991 approx\r
23992 \end_layout\r
23993 \r
23994 \end_inset\r
23995 </cell>\r
23996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
23997 \begin_inset Text\r
23998 \r
23999 \begin_layout Plain Layout\r
24000 \begin_inset Formula $\approx$\r
24001 \end_inset\r
24002 \r
24003 \r
24004 \end_layout\r
24005 \r
24006 \end_inset\r
24007 </cell>\r
24008 </row>\r
24009 <row>\r
24010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24011 \begin_inset Text\r
24012 \r
24013 \begin_layout Plain Layout\r
24014 \r
24015 \backslash\r
24016 cong\r
24017 \end_layout\r
24018 \r
24019 \end_inset\r
24020 </cell>\r
24021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24022 \begin_inset Text\r
24023 \r
24024 \begin_layout Plain Layout\r
24025 \begin_inset Formula $\cong$\r
24026 \end_inset\r
24027 \r
24028 \r
24029 \end_layout\r
24030 \r
24031 \end_inset\r
24032 </cell>\r
24033 </row>\r
24034 <row>\r
24035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24036 \begin_inset Text\r
24037 \r
24038 \begin_layout Plain Layout\r
24039 \r
24040 \backslash\r
24041 bowtie\r
24042 \end_layout\r
24043 \r
24044 \end_inset\r
24045 </cell>\r
24046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24047 \begin_inset Text\r
24048 \r
24049 \begin_layout Plain Layout\r
24050 \begin_inset Formula $\bowtie$\r
24051 \end_inset\r
24052 \r
24053 \r
24054 \end_layout\r
24055 \r
24056 \end_inset\r
24057 </cell>\r
24058 </row>\r
24059 <row>\r
24060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24061 \begin_inset Text\r
24062 \r
24063 \begin_layout Plain Layout\r
24064 \r
24065 \backslash\r
24066 notin\r
24067 \end_layout\r
24068 \r
24069 \end_inset\r
24070 </cell>\r
24071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24072 \begin_inset Text\r
24073 \r
24074 \begin_layout Plain Layout\r
24075 \begin_inset Formula $\notin$\r
24076 \end_inset\r
24077 \r
24078 \r
24079 \end_layout\r
24080 \r
24081 \end_inset\r
24082 </cell>\r
24083 </row>\r
24084 <row>\r
24085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24086 \begin_inset Text\r
24087 \r
24088 \begin_layout Plain Layout\r
24089 \r
24090 \backslash\r
24091 perp\r
24092 \end_layout\r
24093 \r
24094 \end_inset\r
24095 </cell>\r
24096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24097 \begin_inset Text\r
24098 \r
24099 \begin_layout Plain Layout\r
24100 \begin_inset Formula $\perp$\r
24101 \end_inset\r
24102 \r
24103 \r
24104 \end_layout\r
24105 \r
24106 \end_inset\r
24107 </cell>\r
24108 </row>\r
24109 <row>\r
24110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24111 \begin_inset Text\r
24112 \r
24113 \begin_layout Plain Layout\r
24114 \r
24115 \backslash\r
24116 propto\r
24117 \end_layout\r
24118 \r
24119 \end_inset\r
24120 </cell>\r
24121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24122 \begin_inset Text\r
24123 \r
24124 \begin_layout Plain Layout\r
24125 \begin_inset Formula $\propto$\r
24126 \end_inset\r
24127 \r
24128 \r
24129 \end_layout\r
24130 \r
24131 \end_inset\r
24132 </cell>\r
24133 </row>\r
24134 <row>\r
24135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24136 \begin_inset Text\r
24137 \r
24138 \begin_layout Plain Layout\r
24139 \r
24140 \backslash\r
24141 asymp\r
24142 \end_layout\r
24143 \r
24144 \end_inset\r
24145 </cell>\r
24146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24147 \begin_inset Text\r
24148 \r
24149 \begin_layout Plain Layout\r
24150 \begin_inset Formula $\asymp$\r
24151 \end_inset\r
24152 \r
24153 \r
24154 \end_layout\r
24155 \r
24156 \end_inset\r
24157 </cell>\r
24158 </row>\r
24159 <row>\r
24160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24161 \begin_inset Text\r
24162 \r
24163 \begin_layout Plain Layout\r
24164 \r
24165 \backslash\r
24166 doteq\r
24167 \end_layout\r
24168 \r
24169 \end_inset\r
24170 </cell>\r
24171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24172 \begin_inset Text\r
24173 \r
24174 \begin_layout Plain Layout\r
24175 \begin_inset Formula $\doteq$\r
24176 \end_inset\r
24177 \r
24178 \r
24179 \end_layout\r
24180 \r
24181 \end_inset\r
24182 </cell>\r
24183 </row>\r
24184 <row>\r
24185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24186 \begin_inset Text\r
24187 \r
24188 \begin_layout Plain Layout\r
24189 \r
24190 \backslash\r
24191 circeq\r
24192 \end_layout\r
24193 \r
24194 \end_inset\r
24195 </cell>\r
24196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24197 \begin_inset Text\r
24198 \r
24199 \begin_layout Plain Layout\r
24200 \begin_inset Formula $\circeq$\r
24201 \end_inset\r
24202 \r
24203 \r
24204 \end_layout\r
24205 \r
24206 \end_inset\r
24207 </cell>\r
24208 </row>\r
24209 <row>\r
24210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24211 \begin_inset Text\r
24212 \r
24213 \begin_layout Plain Layout\r
24214 \r
24215 \backslash\r
24216 models\r
24217 \end_layout\r
24218 \r
24219 \end_inset\r
24220 </cell>\r
24221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24222 \begin_inset Text\r
24223 \r
24224 \begin_layout Plain Layout\r
24225 \begin_inset Formula $\models$\r
24226 \end_inset\r
24227 \r
24228 \r
24229 \end_layout\r
24230 \r
24231 \end_inset\r
24232 </cell>\r
24233 </row>\r
24234 <row>\r
24235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
24236 \begin_inset Text\r
24237 \r
24238 \begin_layout Plain Layout\r
24239 \r
24240 \backslash\r
24241 widehat=\r
24242 \end_layout\r
24243 \r
24244 \end_inset\r
24245 </cell>\r
24246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
24247 \begin_inset Text\r
24248 \r
24249 \begin_layout Plain Layout\r
24250 \begin_inset Formula $\widehat{=}$\r
24251 \end_inset\r
24252 \r
24253 \r
24254 \end_layout\r
24255 \r
24256 \end_inset\r
24257 </cell>\r
24258 </row>\r
24259 </lyxtabular>\r
24260 \r
24261 \end_inset\r
24262 \r
24263 \r
24264 \begin_inset space \hfill{}\r
24265 \end_inset\r
24266 \r
24267 \r
24268 \begin_inset Tabular\r
24269 <lyxtabular version="3" rows="17" columns="2">\r
24270 <features rotate="0" tabularvalignment="middle">\r
24271 <column alignment="center" valignment="top" width="0pt">\r
24272 <column alignment="center" valignment="top" width="0pt">\r
24273 <row>\r
24274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
24275 \begin_inset Text\r
24276 \r
24277 \begin_layout Plain Layout\r
24278 Command\r
24279 \end_layout\r
24280 \r
24281 \end_inset\r
24282 </cell>\r
24283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
24284 \begin_inset Text\r
24285 \r
24286 \begin_layout Plain Layout\r
24287 Result\r
24288 \end_layout\r
24289 \r
24290 \end_inset\r
24291 </cell>\r
24292 </row>\r
24293 <row>\r
24294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24295 \begin_inset Text\r
24296 \r
24297 \begin_layout Plain Layout\r
24298 >\r
24299 \end_layout\r
24300 \r
24301 \end_inset\r
24302 </cell>\r
24303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24304 \begin_inset Text\r
24305 \r
24306 \begin_layout Plain Layout\r
24307 \begin_inset Formula $>$\r
24308 \end_inset\r
24309 \r
24310 \r
24311 \end_layout\r
24312 \r
24313 \end_inset\r
24314 </cell>\r
24315 </row>\r
24316 <row>\r
24317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24318 \begin_inset Text\r
24319 \r
24320 \begin_layout Plain Layout\r
24321 \r
24322 \backslash\r
24323 ge\r
24324 \end_layout\r
24325 \r
24326 \end_inset\r
24327 </cell>\r
24328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24329 \begin_inset Text\r
24330 \r
24331 \begin_layout Plain Layout\r
24332 \begin_inset Formula $\ge$\r
24333 \end_inset\r
24334 \r
24335 \r
24336 \end_layout\r
24337 \r
24338 \end_inset\r
24339 </cell>\r
24340 </row>\r
24341 <row>\r
24342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24343 \begin_inset Text\r
24344 \r
24345 \begin_layout Plain Layout\r
24346 \r
24347 \backslash\r
24348 gg\r
24349 \end_layout\r
24350 \r
24351 \end_inset\r
24352 </cell>\r
24353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24354 \begin_inset Text\r
24355 \r
24356 \begin_layout Plain Layout\r
24357 \begin_inset Formula $\gg$\r
24358 \end_inset\r
24359 \r
24360 \r
24361 \end_layout\r
24362 \r
24363 \end_inset\r
24364 </cell>\r
24365 </row>\r
24366 <row>\r
24367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24368 \begin_inset Text\r
24369 \r
24370 \begin_layout Plain Layout\r
24371 \r
24372 \backslash\r
24373 succ\r
24374 \end_layout\r
24375 \r
24376 \end_inset\r
24377 </cell>\r
24378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24379 \begin_inset Text\r
24380 \r
24381 \begin_layout Plain Layout\r
24382 \begin_inset Formula $\succ$\r
24383 \end_inset\r
24384 \r
24385 \r
24386 \end_layout\r
24387 \r
24388 \end_inset\r
24389 </cell>\r
24390 </row>\r
24391 <row>\r
24392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24393 \begin_inset Text\r
24394 \r
24395 \begin_layout Plain Layout\r
24396 \r
24397 \backslash\r
24398 succeq\r
24399 \end_layout\r
24400 \r
24401 \end_inset\r
24402 </cell>\r
24403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24404 \begin_inset Text\r
24405 \r
24406 \begin_layout Plain Layout\r
24407 \begin_inset Formula $\succeq$\r
24408 \end_inset\r
24409 \r
24410 \r
24411 \end_layout\r
24412 \r
24413 \end_inset\r
24414 </cell>\r
24415 </row>\r
24416 <row>\r
24417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24418 \begin_inset Text\r
24419 \r
24420 \begin_layout Plain Layout\r
24421 \r
24422 \backslash\r
24423 supset\r
24424 \end_layout\r
24425 \r
24426 \end_inset\r
24427 </cell>\r
24428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24429 \begin_inset Text\r
24430 \r
24431 \begin_layout Plain Layout\r
24432 \begin_inset Formula $\supset$\r
24433 \end_inset\r
24434 \r
24435 \r
24436 \end_layout\r
24437 \r
24438 \end_inset\r
24439 </cell>\r
24440 </row>\r
24441 <row>\r
24442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24443 \begin_inset Text\r
24444 \r
24445 \begin_layout Plain Layout\r
24446 \r
24447 \backslash\r
24448 supseteq\r
24449 \end_layout\r
24450 \r
24451 \end_inset\r
24452 </cell>\r
24453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24454 \begin_inset Text\r
24455 \r
24456 \begin_layout Plain Layout\r
24457 \begin_inset Formula $\supseteq$\r
24458 \end_inset\r
24459 \r
24460 \r
24461 \end_layout\r
24462 \r
24463 \end_inset\r
24464 </cell>\r
24465 </row>\r
24466 <row>\r
24467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24468 \begin_inset Text\r
24469 \r
24470 \begin_layout Plain Layout\r
24471 \r
24472 \backslash\r
24473 sqsupseteq\r
24474 \end_layout\r
24475 \r
24476 \end_inset\r
24477 </cell>\r
24478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24479 \begin_inset Text\r
24480 \r
24481 \begin_layout Plain Layout\r
24482 \begin_inset Formula $\sqsupseteq$\r
24483 \end_inset\r
24484 \r
24485 \r
24486 \end_layout\r
24487 \r
24488 \end_inset\r
24489 </cell>\r
24490 </row>\r
24491 <row>\r
24492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24493 \begin_inset Text\r
24494 \r
24495 \begin_layout Plain Layout\r
24496 \r
24497 \backslash\r
24498 ni\r
24499 \end_layout\r
24500 \r
24501 \end_inset\r
24502 </cell>\r
24503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24504 \begin_inset Text\r
24505 \r
24506 \begin_layout Plain Layout\r
24507 \begin_inset Formula $\ni$\r
24508 \end_inset\r
24509 \r
24510 \r
24511 \end_layout\r
24512 \r
24513 \end_inset\r
24514 </cell>\r
24515 </row>\r
24516 <row>\r
24517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24518 \begin_inset Text\r
24519 \r
24520 \begin_layout Plain Layout\r
24521 \r
24522 \backslash\r
24523 dashv\r
24524 \end_layout\r
24525 \r
24526 \end_inset\r
24527 </cell>\r
24528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24529 \begin_inset Text\r
24530 \r
24531 \begin_layout Plain Layout\r
24532 \begin_inset Formula $\dashv$\r
24533 \end_inset\r
24534 \r
24535 \r
24536 \end_layout\r
24537 \r
24538 \end_inset\r
24539 </cell>\r
24540 </row>\r
24541 <row>\r
24542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24543 \begin_inset Text\r
24544 \r
24545 \begin_layout Plain Layout\r
24546 \r
24547 \backslash\r
24548 frown\r
24549 \end_layout\r
24550 \r
24551 \end_inset\r
24552 </cell>\r
24553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24554 \begin_inset Text\r
24555 \r
24556 \begin_layout Plain Layout\r
24557 \begin_inset Formula $\frown$\r
24558 \end_inset\r
24559 \r
24560 \r
24561 \end_layout\r
24562 \r
24563 \end_inset\r
24564 </cell>\r
24565 </row>\r
24566 <row>\r
24567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24568 \begin_inset Text\r
24569 \r
24570 \begin_layout Plain Layout\r
24571 \r
24572 \backslash\r
24573 rhd\r
24574 \end_layout\r
24575 \r
24576 \end_inset\r
24577 </cell>\r
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24579 \begin_inset Text\r
24580 \r
24581 \begin_layout Plain Layout\r
24582 \begin_inset Formula $\rhd$\r
24583 \end_inset\r
24584 \r
24585 \r
24586 \end_layout\r
24587 \r
24588 \end_inset\r
24589 </cell>\r
24590 </row>\r
24591 <row>\r
24592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24593 \begin_inset Text\r
24594 \r
24595 \begin_layout Plain Layout\r
24596 \r
24597 \backslash\r
24598 unrhd\r
24599 \end_layout\r
24600 \r
24601 \end_inset\r
24602 </cell>\r
24603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24604 \begin_inset Text\r
24605 \r
24606 \begin_layout Plain Layout\r
24607 \begin_inset Formula $\unrhd$\r
24608 \end_inset\r
24609 \r
24610 \r
24611 \end_layout\r
24612 \r
24613 \end_inset\r
24614 </cell>\r
24615 </row>\r
24616 <row>\r
24617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24618 \begin_inset Text\r
24619 \r
24620 \begin_layout Plain Layout\r
24621 \r
24622 \backslash\r
24623 lessgtr\r
24624 \end_layout\r
24625 \r
24626 \end_inset\r
24627 </cell>\r
24628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24629 \begin_inset Text\r
24630 \r
24631 \begin_layout Plain Layout\r
24632 \begin_inset Formula $\lessgtr$\r
24633 \end_inset\r
24634 \r
24635 \r
24636 \end_layout\r
24637 \r
24638 \end_inset\r
24639 </cell>\r
24640 </row>\r
24641 <row>\r
24642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
24643 \begin_inset Text\r
24644 \r
24645 \begin_layout Plain Layout\r
24646 \r
24647 \backslash\r
24648 parallel\r
24649 \end_layout\r
24650 \r
24651 \end_inset\r
24652 </cell>\r
24653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
24654 \begin_inset Text\r
24655 \r
24656 \begin_layout Plain Layout\r
24657 \begin_inset Formula $\parallel$\r
24658 \end_inset\r
24659 \r
24660 \r
24661 \end_layout\r
24662 \r
24663 \end_inset\r
24664 </cell>\r
24665 </row>\r
24666 <row>\r
24667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
24668 \begin_inset Text\r
24669 \r
24670 \begin_layout Plain Layout\r
24671 \r
24672 \backslash\r
24673 nparallel\r
24674 \end_layout\r
24675 \r
24676 \end_inset\r
24677 </cell>\r
24678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
24679 \begin_inset Text\r
24680 \r
24681 \begin_layout Plain Layout\r
24682 \begin_inset Formula $\nparallel$\r
24683 \end_inset\r
24684 \r
24685 \r
24686 \end_layout\r
24687 \r
24688 \end_inset\r
24689 </cell>\r
24690 </row>\r
24691 </lyxtabular>\r
24692 \r
24693 \end_inset\r
24694 \r
24695 \r
24696 \begin_inset space \hfill{}\r
24697 \end_inset\r
24698 \r
24699 \r
24700 \end_layout\r
24701 \r
24702 \begin_layout Standard\r
24703 \begin_inset VSpace medskip\r
24704 \end_inset\r
24705 \r
24706 The characters \r
24707 \series bold\r
24708 \r
24709 \backslash\r
24710 lhd\r
24711 \series default\r
24712  and \r
24713 \series bold\r
24714 \r
24715 \backslash\r
24716 rhd\r
24717 \series default\r
24718  are bigger than the equal looking operators \r
24719 \series bold\r
24720 \r
24721 \backslash\r
24722 triangleleft\r
24723 \series default\r
24724  and \r
24725 \series bold\r
24726 \r
24727 \backslash\r
24728 triangleright\r
24729 \series default\r
24730 , respectively.\r
24731 \end_layout\r
24732 \r
24733 \begin_layout Standard\r
24734 Relations are, in contrary to symbols, always surrounded by space.\r
24735 \end_layout\r
24736 \r
24737 \begin_layout Standard\r
24738 Relations with labels can be created with the command \r
24739 \series bold\r
24740 \r
24741 \backslash\r
24742 stackrel\r
24743 \series default\r
24744 \r
24745 \begin_inset Index idx\r
24746 status collapsed\r
24747 \r
24748 \begin_layout Plain Layout\r
24749 Commands ! S ! \r
24750 \backslash\r
24751 stackrel\r
24752 \end_layout\r
24753 \r
24754 \end_inset\r
24755 \r
24756 :\r
24757 \end_layout\r
24758 \r
24759 \begin_layout Standard\r
24760 \align center\r
24761 \begin_inset Tabular\r
24762 <lyxtabular version="3" rows="2" columns="2">\r
24763 <features rotate="0" tabularvalignment="middle">\r
24764 <column alignment="center" valignment="top">\r
24765 <column alignment="center" valignment="top">\r
24766 <row>\r
24767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
24768 \begin_inset Text\r
24769 \r
24770 \begin_layout Plain Layout\r
24771 Command\r
24772 \end_layout\r
24773 \r
24774 \end_inset\r
24775 </cell>\r
24776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
24777 \begin_inset Text\r
24778 \r
24779 \begin_layout Plain Layout\r
24780 Result\r
24781 \begin_inset Note Note\r
24782 status collapsed\r
24783 \r
24784 \begin_layout Plain Layout\r
24785 \r
24786 \series bold\r
24787 \r
24788 \backslash\r
24789 raisebox\r
24790 \series default\r
24791  is only used as spacer.\r
24792 \end_layout\r
24793 \r
24794 \end_inset\r
24795 \r
24796 \r
24797 \end_layout\r
24798 \r
24799 \end_inset\r
24800 </cell>\r
24801 </row>\r
24802 <row>\r
24803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
24804 \begin_inset Text\r
24805 \r
24806 \begin_layout Plain Layout\r
24807 A(r)\r
24808 \backslash\r
24809 stackrel\r
24810 \begin_inset ERT\r
24811 status collapsed\r
24812 \r
24813 \begin_layout Plain Layout\r
24814 \r
24815 \r
24816 \backslash\r
24817 spce \r
24818 \end_layout\r
24819 \r
24820 \end_inset\r
24821 \r
24822 r\r
24823 \backslash\r
24824 to\r
24825 \backslash\r
24826 infty\r
24827 \begin_inset ERT\r
24828 status collapsed\r
24829 \r
24830 \begin_layout Plain Layout\r
24831 \r
24832 \r
24833 \backslash\r
24834 spce \r
24835 \end_layout\r
24836 \r
24837 \end_inset\r
24838 \r
24839 \r
24840 \begin_inset Formula $\downarrow$\r
24841 \end_inset\r
24842 \r
24843 \r
24844 \backslash\r
24845 approx\r
24846 \begin_inset ERT\r
24847 status collapsed\r
24848 \r
24849 \begin_layout Plain Layout\r
24850 \r
24851 \r
24852 \backslash\r
24853 spce \r
24854 \end_layout\r
24855 \r
24856 \end_inset\r
24857 \r
24858 \r
24859 \begin_inset ERT\r
24860 status collapsed\r
24861 \r
24862 \begin_layout Plain Layout\r
24863 \r
24864 \r
24865 \backslash\r
24866 spce \r
24867 \end_layout\r
24868 \r
24869 \end_inset\r
24870 \r
24871 B\r
24872 \end_layout\r
24873 \r
24874 \end_inset\r
24875 </cell>\r
24876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
24877 \begin_inset Text\r
24878 \r
24879 \begin_layout Plain Layout\r
24880 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$\r
24881 \end_inset\r
24882 \r
24883 \r
24884 \end_layout\r
24885 \r
24886 \end_inset\r
24887 </cell>\r
24888 </row>\r
24889 </lyxtabular>\r
24890 \r
24891 \end_inset\r
24892 \r
24893 \r
24894 \end_layout\r
24895 \r
24896 \begin_layout Section\r
24897 Functions\r
24898 \end_layout\r
24899 \r
24900 \begin_layout Subsection\r
24901 Predefined Functions\r
24902 \begin_inset CommandInset label\r
24903 LatexCommand label\r
24904 name "sub:Predefined-Functions"\r
24905 \r
24906 \end_inset\r
24907 \r
24908 \r
24909 \begin_inset Index idx\r
24910 status collapsed\r
24911 \r
24912 \begin_layout Plain Layout\r
24913 Functions ! predefined\r
24914 \end_layout\r
24915 \r
24916 \end_inset\r
24917 \r
24918 \r
24919 \end_layout\r
24920 \r
24921 \begin_layout Standard\r
24922 In general, variables are set \r
24923 \emph on\r
24924 italic\r
24925 \emph default\r
24926  in mathematical expressions, but not function names, because \r
24927 \begin_inset Formula $sin$\r
24928 \end_inset\r
24929 \r
24930  could be misunderstood as \r
24931 \begin_inset Formula $s\cdot i\cdot n$\r
24932 \end_inset\r
24933 \r
24934 .\r
24935  Therefore there are predefined functionswhich are additionally a bit separated\r
24936  from prefactors.\r
24937  They are inserted as commands starting with a backslash before their name.\r
24938 \end_layout\r
24939 \r
24940 \begin_layout Standard\r
24941 \align center\r
24942 \begin_inset Tabular\r
24943 <lyxtabular version="3" rows="2" columns="4">\r
24944 <features rotate="0" tabularvalignment="middle">\r
24945 <column alignment="center" valignment="top" width="0pt">\r
24946 <column alignment="center" valignment="top" width="0pt">\r
24947 <column alignment="center" valignment="top" width="0pt">\r
24948 <column alignment="center" valignment="top" width="0pt">\r
24949 <row>\r
24950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
24951 \begin_inset Text\r
24952 \r
24953 \begin_layout Plain Layout\r
24954 Command\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" rightline="true" usebox="none">\r
24960 \begin_inset Text\r
24961 \r
24962 \begin_layout Plain Layout\r
24963 Result\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" usebox="none">\r
24969 \begin_inset Text\r
24970 \r
24971 \begin_layout Plain Layout\r
24972 Command\r
24973 \end_layout\r
24974 \r
24975 \end_inset\r
24976 </cell>\r
24977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
24978 \begin_inset Text\r
24979 \r
24980 \begin_layout Plain Layout\r
24981 Result\r
24982 \end_layout\r
24983 \r
24984 \end_inset\r
24985 </cell>\r
24986 </row>\r
24987 <row>\r
24988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
24989 \begin_inset Text\r
24990 \r
24991 \begin_layout Plain Layout\r
24992 Asin(x)+B\r
24993 \end_layout\r
24994 \r
24995 \end_inset\r
24996 </cell>\r
24997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
24998 \begin_inset Text\r
24999 \r
25000 \begin_layout Plain Layout\r
25001 \begin_inset Formula $Asin(x)+B$\r
25002 \end_inset\r
25003 \r
25004 \r
25005 \end_layout\r
25006 \r
25007 \end_inset\r
25008 </cell>\r
25009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
25010 \begin_inset Text\r
25011 \r
25012 \begin_layout Plain Layout\r
25013 A\r
25014 \backslash\r
25015 sin(x)+B\r
25016 \end_layout\r
25017 \r
25018 \end_inset\r
25019 </cell>\r
25020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
25021 \begin_inset Text\r
25022 \r
25023 \begin_layout Plain Layout\r
25024 \begin_inset Formula $A\sin(x)+B$\r
25025 \end_inset\r
25026 \r
25027 \r
25028 \end_layout\r
25029 \r
25030 \end_inset\r
25031 </cell>\r
25032 </row>\r
25033 </lyxtabular>\r
25034 \r
25035 \end_inset\r
25036 \r
25037 \r
25038 \end_layout\r
25039 \r
25040 \begin_layout Standard\r
25041 The following functions are predefined:\r
25042 \end_layout\r
25043 \r
25044 \begin_layout Standard\r
25045 \begin_inset VSpace -2mm\r
25046 \end_inset\r
25047 \r
25048 \r
25049 \end_layout\r
25050 \r
25051 \begin_layout Standard\r
25052 \align center\r
25053 \begin_inset Tabular\r
25054 <lyxtabular version="3" rows="9" columns="4">\r
25055 <features rotate="0" tabularvalignment="middle">\r
25056 <column alignment="center" valignment="top" width="0pt">\r
25057 <column alignment="center" valignment="top" width="0pt">\r
25058 <column alignment="center" valignment="top" width="0pt">\r
25059 <column alignment="center" valignment="top" width="0pt">\r
25060 <row>\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" 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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
25089 \begin_inset Text\r
25090 \r
25091 \begin_layout Plain Layout\r
25092 Command\r
25093 \end_layout\r
25094 \r
25095 \end_inset\r
25096 </cell>\r
25097 </row>\r
25098 <row>\r
25099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25100 \begin_inset Text\r
25101 \r
25102 \begin_layout Plain Layout\r
25103 \r
25104 \backslash\r
25105 sin\r
25106 \end_layout\r
25107 \r
25108 \end_inset\r
25109 </cell>\r
25110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25111 \begin_inset Text\r
25112 \r
25113 \begin_layout Plain Layout\r
25114 \r
25115 \backslash\r
25116 sinh\r
25117 \end_layout\r
25118 \r
25119 \end_inset\r
25120 </cell>\r
25121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25122 \begin_inset Text\r
25123 \r
25124 \begin_layout Plain Layout\r
25125 \r
25126 \backslash\r
25127 arcsin\r
25128 \end_layout\r
25129 \r
25130 \end_inset\r
25131 </cell>\r
25132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
25133 \begin_inset Text\r
25134 \r
25135 \begin_layout Plain Layout\r
25136 \r
25137 \backslash\r
25138 sup\r
25139 \end_layout\r
25140 \r
25141 \end_inset\r
25142 </cell>\r
25143 </row>\r
25144 <row>\r
25145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25146 \begin_inset Text\r
25147 \r
25148 \begin_layout Plain Layout\r
25149 \r
25150 \backslash\r
25151 cos\r
25152 \end_layout\r
25153 \r
25154 \end_inset\r
25155 </cell>\r
25156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25157 \begin_inset Text\r
25158 \r
25159 \begin_layout Plain Layout\r
25160 \r
25161 \backslash\r
25162 cosh\r
25163 \end_layout\r
25164 \r
25165 \end_inset\r
25166 </cell>\r
25167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25168 \begin_inset Text\r
25169 \r
25170 \begin_layout Plain Layout\r
25171 \r
25172 \backslash\r
25173 arccos\r
25174 \end_layout\r
25175 \r
25176 \end_inset\r
25177 </cell>\r
25178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
25179 \begin_inset Text\r
25180 \r
25181 \begin_layout Plain Layout\r
25182 \r
25183 \backslash\r
25184 inf\r
25185 \end_layout\r
25186 \r
25187 \end_inset\r
25188 </cell>\r
25189 </row>\r
25190 <row>\r
25191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25192 \begin_inset Text\r
25193 \r
25194 \begin_layout Plain Layout\r
25195 \r
25196 \backslash\r
25197 tan\r
25198 \end_layout\r
25199 \r
25200 \end_inset\r
25201 </cell>\r
25202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25203 \begin_inset Text\r
25204 \r
25205 \begin_layout Plain Layout\r
25206 \r
25207 \backslash\r
25208 tanh\r
25209 \end_layout\r
25210 \r
25211 \end_inset\r
25212 </cell>\r
25213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25214 \begin_inset Text\r
25215 \r
25216 \begin_layout Plain Layout\r
25217 \r
25218 \backslash\r
25219 arctan\r
25220 \end_layout\r
25221 \r
25222 \end_inset\r
25223 </cell>\r
25224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
25225 \begin_inset Text\r
25226 \r
25227 \begin_layout Plain Layout\r
25228 \r
25229 \backslash\r
25230 lim\r
25231 \end_layout\r
25232 \r
25233 \end_inset\r
25234 </cell>\r
25235 </row>\r
25236 <row>\r
25237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25238 \begin_inset Text\r
25239 \r
25240 \begin_layout Plain Layout\r
25241 \r
25242 \backslash\r
25243 cot\r
25244 \end_layout\r
25245 \r
25246 \end_inset\r
25247 </cell>\r
25248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25249 \begin_inset Text\r
25250 \r
25251 \begin_layout Plain Layout\r
25252 \r
25253 \backslash\r
25254 coth\r
25255 \end_layout\r
25256 \r
25257 \end_inset\r
25258 </cell>\r
25259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25260 \begin_inset Text\r
25261 \r
25262 \begin_layout Plain Layout\r
25263 \r
25264 \backslash\r
25265 arg\r
25266 \end_layout\r
25267 \r
25268 \end_inset\r
25269 </cell>\r
25270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
25271 \begin_inset Text\r
25272 \r
25273 \begin_layout Plain Layout\r
25274 \r
25275 \backslash\r
25276 liminf\r
25277 \end_layout\r
25278 \r
25279 \end_inset\r
25280 </cell>\r
25281 </row>\r
25282 <row>\r
25283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25284 \begin_inset Text\r
25285 \r
25286 \begin_layout Plain Layout\r
25287 \r
25288 \backslash\r
25289 sec\r
25290 \end_layout\r
25291 \r
25292 \end_inset\r
25293 </cell>\r
25294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25295 \begin_inset Text\r
25296 \r
25297 \begin_layout Plain Layout\r
25298 \r
25299 \backslash\r
25300 min\r
25301 \end_layout\r
25302 \r
25303 \end_inset\r
25304 </cell>\r
25305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25306 \begin_inset Text\r
25307 \r
25308 \begin_layout Plain Layout\r
25309 \r
25310 \backslash\r
25311 deg\r
25312 \end_layout\r
25313 \r
25314 \end_inset\r
25315 </cell>\r
25316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
25317 \begin_inset Text\r
25318 \r
25319 \begin_layout Plain Layout\r
25320 \r
25321 \backslash\r
25322 limsup\r
25323 \end_layout\r
25324 \r
25325 \end_inset\r
25326 </cell>\r
25327 </row>\r
25328 <row>\r
25329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25330 \begin_inset Text\r
25331 \r
25332 \begin_layout Plain Layout\r
25333 \r
25334 \backslash\r
25335 csc\r
25336 \end_layout\r
25337 \r
25338 \end_inset\r
25339 </cell>\r
25340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25341 \begin_inset Text\r
25342 \r
25343 \begin_layout Plain Layout\r
25344 \r
25345 \backslash\r
25346 max\r
25347 \end_layout\r
25348 \r
25349 \end_inset\r
25350 </cell>\r
25351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25352 \begin_inset Text\r
25353 \r
25354 \begin_layout Plain Layout\r
25355 \r
25356 \backslash\r
25357 det\r
25358 \end_layout\r
25359 \r
25360 \end_inset\r
25361 </cell>\r
25362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
25363 \begin_inset Text\r
25364 \r
25365 \begin_layout Plain Layout\r
25366 \r
25367 \backslash\r
25368 Pr\r
25369 \end_layout\r
25370 \r
25371 \end_inset\r
25372 </cell>\r
25373 </row>\r
25374 <row>\r
25375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25376 \begin_inset Text\r
25377 \r
25378 \begin_layout Plain Layout\r
25379 \r
25380 \backslash\r
25381 ln\r
25382 \end_layout\r
25383 \r
25384 \end_inset\r
25385 </cell>\r
25386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25387 \begin_inset Text\r
25388 \r
25389 \begin_layout Plain Layout\r
25390 \r
25391 \backslash\r
25392 exp\r
25393 \end_layout\r
25394 \r
25395 \end_inset\r
25396 </cell>\r
25397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25398 \begin_inset Text\r
25399 \r
25400 \begin_layout Plain Layout\r
25401 \r
25402 \backslash\r
25403 dim\r
25404 \end_layout\r
25405 \r
25406 \end_inset\r
25407 </cell>\r
25408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
25409 \begin_inset Text\r
25410 \r
25411 \begin_layout Plain Layout\r
25412 \r
25413 \backslash\r
25414 hom\r
25415 \end_layout\r
25416 \r
25417 \end_inset\r
25418 </cell>\r
25419 </row>\r
25420 <row>\r
25421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
25422 \begin_inset Text\r
25423 \r
25424 \begin_layout Plain Layout\r
25425 \r
25426 \backslash\r
25427 lg\r
25428 \end_layout\r
25429 \r
25430 \end_inset\r
25431 </cell>\r
25432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
25433 \begin_inset Text\r
25434 \r
25435 \begin_layout Plain Layout\r
25436 \r
25437 \backslash\r
25438 log\r
25439 \end_layout\r
25440 \r
25441 \end_inset\r
25442 </cell>\r
25443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
25444 \begin_inset Text\r
25445 \r
25446 \begin_layout Plain Layout\r
25447 \r
25448 \backslash\r
25449 ker\r
25450 \end_layout\r
25451 \r
25452 \end_inset\r
25453 </cell>\r
25454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
25455 \begin_inset Text\r
25456 \r
25457 \begin_layout Plain Layout\r
25458 \r
25459 \backslash\r
25460 gcd\r
25461 \end_layout\r
25462 \r
25463 \end_inset\r
25464 </cell>\r
25465 </row>\r
25466 </lyxtabular>\r
25467 \r
25468 \end_inset\r
25469 \r
25470 \r
25471 \end_layout\r
25472 \r
25473 \begin_layout Standard\r
25474 They can also be inserted with the math toolbar button \r
25475 \begin_inset Graphics\r
25476         filename ../images/math/functions.png\r
25477         scale 85\r
25478 \r
25479 \end_inset\r
25480 \r
25481 .\r
25482 \end_layout\r
25483 \r
25484 \begin_layout Subsection\r
25485 Self-defined Functions\r
25486 \begin_inset Index idx\r
25487 status collapsed\r
25488 \r
25489 \begin_layout Plain Layout\r
25490 Functions ! self-defined\r
25491 \end_layout\r
25492 \r
25493 \end_inset\r
25494 \r
25495 \r
25496 \end_layout\r
25497 \r
25498 \begin_layout Standard\r
25499 To use a function that is not predefined, like for example the sign function\r
25500  sgn(x), there are two possibilities:\r
25501 \end_layout\r
25502 \r
25503 \begin_layout Itemize\r
25504 Define the function by inserting the following line to the LaTeX-preamble\r
25505 \begin_inset Foot\r
25506 status collapsed\r
25507 \r
25508 \begin_layout Plain Layout\r
25509 For more about \r
25510 \series bold\r
25511 \r
25512 \backslash\r
25513 DeclareMathOperator\r
25514 \series default\r
25515  see \r
25516 \begin_inset CommandInset ref\r
25517 LatexCommand ref\r
25518 reference "sub:Self-defined-Operators"\r
25519 \r
25520 \end_inset\r
25521 \r
25522 .\r
25523 \end_layout\r
25524 \r
25525 \end_inset\r
25526 \r
25527 \r
25528 \begin_inset Newline newline\r
25529 \end_inset\r
25530 \r
25531 \r
25532 \begin_inset VSpace -3mm\r
25533 \end_inset\r
25534 \r
25535 \r
25536 \begin_inset Newline newline\r
25537 \end_inset\r
25538 \r
25539 \r
25540 \series bold\r
25541 \r
25542 \backslash\r
25543 DeclareMathOperator{\r
25544 \backslash\r
25545 sgn}{sgn}\r
25546 \series default\r
25547 \r
25548 \begin_inset Index idx\r
25549 status collapsed\r
25550 \r
25551 \begin_layout Plain Layout\r
25552 Commands ! D ! \r
25553 \backslash\r
25554 dbinom@\r
25555 \backslash\r
25556 DeclareMathOperator\r
25557 \end_layout\r
25558 \r
25559 \end_inset\r
25560 \r
25561 \r
25562 \begin_inset Newline newline\r
25563 \end_inset\r
25564 \r
25565 \r
25566 \begin_inset VSpace -2mm\r
25567 \end_inset\r
25568 \r
25569 \r
25570 \begin_inset Newline newline\r
25571 \end_inset\r
25572 \r
25573 Now the new defined function can be called with the command \r
25574 \series bold\r
25575 \r
25576 \backslash\r
25577 sgn\r
25578 \series default\r
25579 .\r
25580 \end_layout\r
25581 \r
25582 \begin_layout Itemize\r
25583 Write the formula as usual, mark the formula name, in our example the letters\r
25584  \r
25585 \emph on\r
25586 sgn\r
25587 \emph default\r
25588 , and change it to mathematical text.\r
25589  Finally, a space is inserted between prefactor and function.\r
25590 \end_layout\r
25591 \r
25592 \begin_layout Standard\r
25593 The result is the same with both methods as with a predefined function\r
25594 \begin_inset Foot\r
25595 status collapsed\r
25596 \r
25597 \begin_layout Plain Layout\r
25598 In LyX self-defined functions are displayed red, predefined ones black.\r
25599 \end_layout\r
25600 \r
25601 \end_inset\r
25602 \r
25603 :\r
25604 \end_layout\r
25605 \r
25606 \begin_layout Standard\r
25607 \align center\r
25608 \begin_inset Tabular\r
25609 <lyxtabular version="3" rows="3" columns="2">\r
25610 <features rotate="0" tabularvalignment="middle">\r
25611 <column alignment="center" valignment="top" width="0pt">\r
25612 <column alignment="center" valignment="top" width="0pt">\r
25613 <row>\r
25614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
25615 \begin_inset Text\r
25616 \r
25617 \begin_layout Plain Layout\r
25618 Command\r
25619 \end_layout\r
25620 \r
25621 \end_inset\r
25622 </cell>\r
25623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
25624 \begin_inset Text\r
25625 \r
25626 \begin_layout Plain Layout\r
25627 Result\r
25628 \end_layout\r
25629 \r
25630 \end_inset\r
25631 </cell>\r
25632 </row>\r
25633 <row>\r
25634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
25635 \begin_inset Text\r
25636 \r
25637 \begin_layout Plain Layout\r
25638 A\r
25639 \backslash\r
25640 sgn(x)+B\r
25641 \end_layout\r
25642 \r
25643 \end_inset\r
25644 </cell>\r
25645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
25646 \begin_inset Text\r
25647 \r
25648 \begin_layout Plain Layout\r
25649 \begin_inset Formula $A\sgn(x)+B$\r
25650 \end_inset\r
25651 \r
25652 \r
25653 \end_layout\r
25654 \r
25655 \end_inset\r
25656 </cell>\r
25657 </row>\r
25658 <row>\r
25659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
25660 \begin_inset Text\r
25661 \r
25662 \begin_layout Plain Layout\r
25663 A\r
25664 \backslash\r
25665 ,\r
25666 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$\r
25667 \end_inset\r
25668 \r
25669 (x)+B\r
25670 \end_layout\r
25671 \r
25672 \end_inset\r
25673 </cell>\r
25674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
25675 \begin_inset Text\r
25676 \r
25677 \begin_layout Plain Layout\r
25678 \begin_inset Formula $A\,\textrm{sgn}(x)+B$\r
25679 \end_inset\r
25680 \r
25681 \r
25682 \end_layout\r
25683 \r
25684 \end_inset\r
25685 </cell>\r
25686 </row>\r
25687 </lyxtabular>\r
25688 \r
25689 \end_inset\r
25690 \r
25691 \r
25692 \end_layout\r
25693 \r
25694 \begin_layout Standard\r
25695 The first method is more suitable when the self-defined function should\r
25696  be used several times.\r
25697 \end_layout\r
25698 \r
25699 \begin_layout Subsection\r
25700 Limits\r
25701 \begin_inset Index idx\r
25702 status collapsed\r
25703 \r
25704 \begin_layout Plain Layout\r
25705 Limits\r
25706 \end_layout\r
25707 \r
25708 \end_inset\r
25709 \r
25710 \r
25711 \end_layout\r
25712 \r
25713 \begin_layout Standard\r
25714 For limits, in addition to the commands \r
25715 \series bold\r
25716 \r
25717 \backslash\r
25718 lim\r
25719 \series default\r
25720 \r
25721 \begin_inset Index idx\r
25722 status collapsed\r
25723 \r
25724 \begin_layout Plain Layout\r
25725 Commands ! L ! \r
25726 \backslash\r
25727 lim\r
25728 \end_layout\r
25729 \r
25730 \end_inset\r
25731 \r
25732\r
25733 \series bold\r
25734 \r
25735 \backslash\r
25736 liminf\r
25737 \series default\r
25738  and \r
25739 \series bold\r
25740 \r
25741 \backslash\r
25742 limsup\r
25743 \series default\r
25744  the following functions are defined:\r
25745 \end_layout\r
25746 \r
25747 \begin_layout Standard\r
25748 \align center\r
25749 \begin_inset Tabular\r
25750 <lyxtabular version="3" rows="5" columns="2">\r
25751 <features rotate="0" tabularvalignment="middle">\r
25752 <column alignment="center" valignment="top">\r
25753 <column alignment="center" valignment="top">\r
25754 <row>\r
25755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
25756 \begin_inset Text\r
25757 \r
25758 \begin_layout Plain Layout\r
25759 Command\r
25760 \end_layout\r
25761 \r
25762 \end_inset\r
25763 </cell>\r
25764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
25765 \begin_inset Text\r
25766 \r
25767 \begin_layout Plain Layout\r
25768 Result\r
25769 \begin_inset Note Note\r
25770 status collapsed\r
25771 \r
25772 \begin_layout Plain Layout\r
25773 \r
25774 \series bold\r
25775 \r
25776 \backslash\r
25777 raisebox\r
25778 \series default\r
25779  is only used as spacer.\r
25780 \end_layout\r
25781 \r
25782 \end_inset\r
25783 \r
25784 \r
25785 \end_layout\r
25786 \r
25787 \end_inset\r
25788 </cell>\r
25789 </row>\r
25790 <row>\r
25791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
25792 \begin_inset Text\r
25793 \r
25794 \begin_layout Plain Layout\r
25795 \r
25796 \backslash\r
25797 varliminf\r
25798 \end_layout\r
25799 \r
25800 \end_inset\r
25801 </cell>\r
25802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
25803 \begin_inset Text\r
25804 \r
25805 \begin_layout Plain Layout\r
25806 \begin_inset Formula $\varliminf$\r
25807 \end_inset\r
25808 \r
25809 \r
25810 \end_layout\r
25811 \r
25812 \end_inset\r
25813 </cell>\r
25814 </row>\r
25815 <row>\r
25816 <cell alignment="center" valignment="top" leftline="true" usebox="none">\r
25817 \begin_inset Text\r
25818 \r
25819 \begin_layout Plain Layout\r
25820 \r
25821 \backslash\r
25822 varlimsup\r
25823 \end_layout\r
25824 \r
25825 \end_inset\r
25826 </cell>\r
25827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">\r
25828 \begin_inset Text\r
25829 \r
25830 \begin_layout Plain Layout\r
25831 \begin_inset Formula $\varlimsup$\r
25832 \end_inset\r
25833 \r
25834 \r
25835 \end_layout\r
25836 \r
25837 \end_inset\r
25838 </cell>\r
25839 </row>\r
25840 <row>\r
25841 <cell alignment="center" valignment="top" leftline="true" usebox="none">\r
25842 \begin_inset Text\r
25843 \r
25844 \begin_layout Plain Layout\r
25845 \r
25846 \backslash\r
25847 varprojlim\r
25848 \end_layout\r
25849 \r
25850 \end_inset\r
25851 </cell>\r
25852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">\r
25853 \begin_inset Text\r
25854 \r
25855 \begin_layout Plain Layout\r
25856 \begin_inset Formula $\varprojlim$\r
25857 \end_inset\r
25858 \r
25859 \r
25860 \end_layout\r
25861 \r
25862 \end_inset\r
25863 </cell>\r
25864 </row>\r
25865 <row>\r
25866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
25867 \begin_inset Text\r
25868 \r
25869 \begin_layout Plain Layout\r
25870 \r
25871 \backslash\r
25872 varinjlim\r
25873 \end_layout\r
25874 \r
25875 \end_inset\r
25876 </cell>\r
25877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
25878 \begin_inset Text\r
25879 \r
25880 \begin_layout Plain Layout\r
25881 \begin_inset Formula $\varinjlim$\r
25882 \end_inset\r
25883 \r
25884 \r
25885 \begin_inset Formula $\raisebox{-2.5mm}{}$\r
25886 \end_inset\r
25887 \r
25888 \r
25889 \end_layout\r
25890 \r
25891 \end_inset\r
25892 </cell>\r
25893 </row>\r
25894 </lyxtabular>\r
25895 \r
25896 \end_inset\r
25897 \r
25898 \r
25899 \end_layout\r
25900 \r
25901 \begin_layout Standard\r
25902 \begin_inset VSpace medskip\r
25903 \end_inset\r
25904 \r
25905 The limit is created by inserting a subscript.\r
25906  It is set right beside the function in an inline formula:\r
25907 \end_layout\r
25908 \r
25909 \begin_layout Standard\r
25910 \align center\r
25911 \begin_inset Tabular\r
25912 <lyxtabular version="3" rows="2" columns="2">\r
25913 <features rotate="0" tabularvalignment="middle">\r
25914 <column alignment="center" valignment="top" width="0pt">\r
25915 <column alignment="center" valignment="top" width="0pt">\r
25916 <row>\r
25917 <cell alignment="center" valignment="top" usebox="none">\r
25918 \begin_inset Text\r
25919 \r
25920 \begin_layout Plain Layout\r
25921 Command\r
25922 \end_layout\r
25923 \r
25924 \end_inset\r
25925 </cell>\r
25926 <cell alignment="center" valignment="top" usebox="none">\r
25927 \begin_inset Text\r
25928 \r
25929 \begin_layout Plain Layout\r
25930 \begin_inset space \hspace{}\r
25931 \length 1cm\r
25932 \end_inset\r
25933 \r
25934 Result\r
25935 \begin_inset Note Note\r
25936 status collapsed\r
25937 \r
25938 \begin_layout Plain Layout\r
25939 The space and\r
25940 \series bold\r
25941  \r
25942 \backslash\r
25943 raisebox\r
25944 \series default\r
25945  are used here as spacer.\r
25946 \end_layout\r
25947 \r
25948 \end_inset\r
25949 \r
25950 \r
25951 \end_layout\r
25952 \r
25953 \end_inset\r
25954 </cell>\r
25955 </row>\r
25956 <row>\r
25957 <cell alignment="center" valignment="top" usebox="none">\r
25958 \begin_inset Text\r
25959 \r
25960 \begin_layout Plain Layout\r
25961 \r
25962 \backslash\r
25963 lim_x\r
25964 \backslash\r
25965 to\r
25966 \begin_inset ERT\r
25967 status collapsed\r
25968 \r
25969 \begin_layout Plain Layout\r
25970 \r
25971 \r
25972 \backslash\r
25973 spce \r
25974 \end_layout\r
25975 \r
25976 \end_inset\r
25977 \r
25978 A\r
25979 \begin_inset ERT\r
25980 status collapsed\r
25981 \r
25982 \begin_layout Plain Layout\r
25983 \r
25984 \r
25985 \backslash\r
25986 spce \r
25987 \end_layout\r
25988 \r
25989 \end_inset\r
25990 \r
25991 x=B\r
25992 \end_layout\r
25993 \r
25994 \end_inset\r
25995 </cell>\r
25996 <cell alignment="center" valignment="top" usebox="none">\r
25997 \begin_inset Text\r
25998 \r
25999 \begin_layout Plain Layout\r
26000 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$\r
26001 \end_inset\r
26002 \r
26003 \r
26004 \end_layout\r
26005 \r
26006 \end_inset\r
26007 </cell>\r
26008 </row>\r
26009 </lyxtabular>\r
26010 \r
26011 \end_inset\r
26012 \r
26013 \r
26014 \end_layout\r
26015 \r
26016 \begin_layout Standard\r
26017 In a displayed formula the limit is set below the formula, as usual:\r
26018 \begin_inset Formula \r
26019 \[\r
26020 \lim_{x\to A}x=B\r
26021 \]\r
26022 \r
26023 \end_inset\r
26024 \r
26025 \r
26026 \end_layout\r
26027 \r
26028 \begin_layout Subsection\r
26029 Modulo-Functions\r
26030 \begin_inset Index idx\r
26031 status collapsed\r
26032 \r
26033 \begin_layout Plain Layout\r
26034 Functions ! modulo-\r
26035 \end_layout\r
26036 \r
26037 \end_inset\r
26038 \r
26039 \r
26040 \end_layout\r
26041 \r
26042 \begin_layout Standard\r
26043 The modulo-function is special, because it exists in four variants.\r
26044  The variants in a displayed formula are:\r
26045 \begin_inset Formula \r
26046 \begin{align*}\r
26047 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\\r
26048 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\\r
26049 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\\r
26050 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\\r
26051 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\r
26052 \end{align*}\r
26053 \r
26054 \end_inset\r
26055 \r
26056 \r
26057 \end_layout\r
26058 \r
26059 \begin_layout Standard\r
26060 In an inline formula less space is set before the function names for all\r
26061  variants.\r
26062  By default the modulo-functions take only the first following character\r
26063  into account.\r
26064  To use more than one character, one has to put them into TeX-braces:\r
26065 \begin_inset Formula \r
26066 \begin{align*}\r
26067 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\\r
26068 \mathrm{a\backslash pod\textrm{\spce}bcd} &  & a\pod bcd\\\r
26069 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d\r
26070 \end{align*}\r
26071 \r
26072 \end_inset\r
26073 \r
26074 \r
26075 \end_layout\r
26076 \r
26077 \begin_layout Section\r
26078 Special Characters\r
26079 \begin_inset Index idx\r
26080 status collapsed\r
26081 \r
26082 \begin_layout Plain Layout\r
26083 Special characters\r
26084 \end_layout\r
26085 \r
26086 \end_inset\r
26087 \r
26088 \r
26089 \end_layout\r
26090 \r
26091 \begin_layout Subsection\r
26092 Special Characters in Mathematical Text\r
26093 \end_layout\r
26094 \r
26095 \begin_layout Standard\r
26096 The following commands can only be used in mathematical text or in TeX-mode:\r
26097 \end_layout\r
26098 \r
26099 \begin_layout Standard\r
26100 \begin_inset space \hfill{}\r
26101 \end_inset\r
26102 \r
26103 \r
26104 \begin_inset Tabular\r
26105 <lyxtabular version="3" rows="8" columns="2">\r
26106 <features rotate="0" tabularvalignment="middle">\r
26107 <column alignment="block" valignment="top">\r
26108 <column alignment="block" valignment="top">\r
26109 <row>\r
26110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
26111 \begin_inset Text\r
26112 \r
26113 \begin_layout Plain Layout\r
26114 Command\r
26115 \end_layout\r
26116 \r
26117 \end_inset\r
26118 </cell>\r
26119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
26120 \begin_inset Text\r
26121 \r
26122 \begin_layout Plain Layout\r
26123 Result\r
26124 \end_layout\r
26125 \r
26126 \end_inset\r
26127 </cell>\r
26128 </row>\r
26129 <row>\r
26130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26131 \begin_inset Text\r
26132 \r
26133 \begin_layout Plain Layout\r
26134 \r
26135 \backslash\r
26136 oe\r
26137 \end_layout\r
26138 \r
26139 \end_inset\r
26140 </cell>\r
26141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26142 \begin_inset Text\r
26143 \r
26144 \begin_layout Plain Layout\r
26145 \begin_inset Formula $\textrm{œ}$\r
26146 \end_inset\r
26147 \r
26148 \r
26149 \end_layout\r
26150 \r
26151 \end_inset\r
26152 </cell>\r
26153 </row>\r
26154 <row>\r
26155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26156 \begin_inset Text\r
26157 \r
26158 \begin_layout Plain Layout\r
26159 \r
26160 \backslash\r
26161 OE\r
26162 \end_layout\r
26163 \r
26164 \end_inset\r
26165 </cell>\r
26166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26167 \begin_inset Text\r
26168 \r
26169 \begin_layout Plain Layout\r
26170 \begin_inset Formula $\textrm{Œ}$\r
26171 \end_inset\r
26172 \r
26173 \r
26174 \end_layout\r
26175 \r
26176 \end_inset\r
26177 </cell>\r
26178 </row>\r
26179 <row>\r
26180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26181 \begin_inset Text\r
26182 \r
26183 \begin_layout Plain Layout\r
26184 \r
26185 \backslash\r
26186 ae\r
26187 \end_layout\r
26188 \r
26189 \end_inset\r
26190 </cell>\r
26191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26192 \begin_inset Text\r
26193 \r
26194 \begin_layout Plain Layout\r
26195 \begin_inset Formula $\textrm{æ}$\r
26196 \end_inset\r
26197 \r
26198 \r
26199 \end_layout\r
26200 \r
26201 \end_inset\r
26202 </cell>\r
26203 </row>\r
26204 <row>\r
26205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26206 \begin_inset Text\r
26207 \r
26208 \begin_layout Plain Layout\r
26209 \r
26210 \backslash\r
26211 AE\r
26212 \end_layout\r
26213 \r
26214 \end_inset\r
26215 </cell>\r
26216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26217 \begin_inset Text\r
26218 \r
26219 \begin_layout Plain Layout\r
26220 \begin_inset Formula $\textrm{Æ}$\r
26221 \end_inset\r
26222 \r
26223 \r
26224 \end_layout\r
26225 \r
26226 \end_inset\r
26227 </cell>\r
26228 </row>\r
26229 <row>\r
26230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26231 \begin_inset Text\r
26232 \r
26233 \begin_layout Plain Layout\r
26234 \r
26235 \backslash\r
26236 aa\r
26237 \end_layout\r
26238 \r
26239 \end_inset\r
26240 </cell>\r
26241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26242 \begin_inset Text\r
26243 \r
26244 \begin_layout Plain Layout\r
26245 \begin_inset Formula $\textrm{\aa}$\r
26246 \end_inset\r
26247 \r
26248 \r
26249 \end_layout\r
26250 \r
26251 \end_inset\r
26252 </cell>\r
26253 </row>\r
26254 <row>\r
26255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
26256 \begin_inset Text\r
26257 \r
26258 \begin_layout Plain Layout\r
26259 \r
26260 \backslash\r
26261 AA\r
26262 \begin_inset Index idx\r
26263 status collapsed\r
26264 \r
26265 \begin_layout Plain Layout\r
26266 \r
26267 \backslash\r
26268 @\r
26269 \begin_inset ERT\r
26270 status collapsed\r
26271 \r
26272 \begin_layout Plain Layout\r
26273 \r
26274 \r
26275 \backslash\r
26276 textrm{\r
26277 \backslash\r
26278 AA}\r
26279 \end_layout\r
26280 \r
26281 \end_inset\r
26282 \r
26283 \r
26284 \end_layout\r
26285 \r
26286 \end_inset\r
26287 \r
26288 \r
26289 \end_layout\r
26290 \r
26291 \end_inset\r
26292 </cell>\r
26293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
26294 \begin_inset Text\r
26295 \r
26296 \begin_layout Plain Layout\r
26297 \begin_inset Formula $\textrm{Å}$\r
26298 \end_inset\r
26299 \r
26300 \r
26301 \end_layout\r
26302 \r
26303 \end_inset\r
26304 </cell>\r
26305 </row>\r
26306 <row>\r
26307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
26308 \begin_inset Text\r
26309 \r
26310 \begin_layout Plain Layout\r
26311 \r
26312 \backslash\r
26313 i\r
26314 \end_layout\r
26315 \r
26316 \end_inset\r
26317 </cell>\r
26318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
26319 \begin_inset Text\r
26320 \r
26321 \begin_layout Plain Layout\r
26322 \begin_inset Formula $\textrm{ı}$\r
26323 \end_inset\r
26324 \r
26325 \r
26326 \end_layout\r
26327 \r
26328 \end_inset\r
26329 </cell>\r
26330 </row>\r
26331 </lyxtabular>\r
26332 \r
26333 \end_inset\r
26334 \r
26335 \r
26336 \begin_inset space \hfill{}\r
26337 \end_inset\r
26338 \r
26339 \r
26340 \begin_inset Tabular\r
26341 <lyxtabular version="3" rows="8" columns="2">\r
26342 <features rotate="0" tabularvalignment="middle">\r
26343 <column alignment="block" valignment="top">\r
26344 <column alignment="center" valignment="top">\r
26345 <row>\r
26346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
26347 \begin_inset Text\r
26348 \r
26349 \begin_layout Plain Layout\r
26350 command\r
26351 \begin_inset Note Note\r
26352 status collapsed\r
26353 \r
26354 \begin_layout Plain Layout\r
26355 The space of 0\r
26356 \begin_inset space \thinspace{}\r
26357 \end_inset\r
26358 \r
26359 mm is used for separation, because otherwise the output will be ¡ and ¿\r
26360  respectively.\r
26361 \end_layout\r
26362 \r
26363 \end_inset\r
26364 \r
26365 \r
26366 \end_layout\r
26367 \r
26368 \end_inset\r
26369 </cell>\r
26370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
26371 \begin_inset Text\r
26372 \r
26373 \begin_layout Plain Layout\r
26374 Result\r
26375 \end_layout\r
26376 \r
26377 \end_inset\r
26378 </cell>\r
26379 </row>\r
26380 <row>\r
26381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26382 \begin_inset Text\r
26383 \r
26384 \begin_layout Plain Layout\r
26385 \r
26386 \backslash\r
26387 o\r
26388 \end_layout\r
26389 \r
26390 \end_inset\r
26391 </cell>\r
26392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26393 \begin_inset Text\r
26394 \r
26395 \begin_layout Plain Layout\r
26396 \begin_inset Formula $\textrm{ø}$\r
26397 \end_inset\r
26398 \r
26399 \r
26400 \end_layout\r
26401 \r
26402 \end_inset\r
26403 </cell>\r
26404 </row>\r
26405 <row>\r
26406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26407 \begin_inset Text\r
26408 \r
26409 \begin_layout Plain Layout\r
26410 \r
26411 \backslash\r
26412 O\r
26413 \end_layout\r
26414 \r
26415 \end_inset\r
26416 </cell>\r
26417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26418 \begin_inset Text\r
26419 \r
26420 \begin_layout Plain Layout\r
26421 \begin_inset Formula $\textrm{Ø}$\r
26422 \end_inset\r
26423 \r
26424 \r
26425 \end_layout\r
26426 \r
26427 \end_inset\r
26428 </cell>\r
26429 </row>\r
26430 <row>\r
26431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26432 \begin_inset Text\r
26433 \r
26434 \begin_layout Plain Layout\r
26435 \r
26436 \backslash\r
26437 l\r
26438 \end_layout\r
26439 \r
26440 \end_inset\r
26441 </cell>\r
26442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26443 \begin_inset Text\r
26444 \r
26445 \begin_layout Plain Layout\r
26446 \begin_inset Formula $\textrm{ł}$\r
26447 \end_inset\r
26448 \r
26449 \r
26450 \end_layout\r
26451 \r
26452 \end_inset\r
26453 </cell>\r
26454 </row>\r
26455 <row>\r
26456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26457 \begin_inset Text\r
26458 \r
26459 \begin_layout Plain Layout\r
26460 \r
26461 \backslash\r
26462 L\r
26463 \end_layout\r
26464 \r
26465 \end_inset\r
26466 </cell>\r
26467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26468 \begin_inset Text\r
26469 \r
26470 \begin_layout Plain Layout\r
26471 \begin_inset Formula $\textrm{Ł}$\r
26472 \end_inset\r
26473 \r
26474 \r
26475 \end_layout\r
26476 \r
26477 \end_inset\r
26478 </cell>\r
26479 </row>\r
26480 <row>\r
26481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
26482 \begin_inset Text\r
26483 \r
26484 \begin_layout Plain Layout\r
26485 !\r
26486 \begin_inset space \hspace{}\r
26487 \length 0mm\r
26488 \end_inset\r
26489 \r
26490 `\r
26491 \begin_inset ERT\r
26492 status collapsed\r
26493 \r
26494 \begin_layout Plain Layout\r
26495 \r
26496 \r
26497 \backslash\r
26498 spce \r
26499 \end_layout\r
26500 \r
26501 \end_inset\r
26502 \r
26503 \r
26504 \end_layout\r
26505 \r
26506 \end_inset\r
26507 </cell>\r
26508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
26509 \begin_inset Text\r
26510 \r
26511 \begin_layout Plain Layout\r
26512 \begin_inset Formula $\textrm{!`}$\r
26513 \end_inset\r
26514 \r
26515 \r
26516 \end_layout\r
26517 \r
26518 \end_inset\r
26519 </cell>\r
26520 </row>\r
26521 <row>\r
26522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
26523 \begin_inset Text\r
26524 \r
26525 \begin_layout Plain Layout\r
26526 ?\r
26527 \begin_inset space \hspace{}\r
26528 \length 0mm\r
26529 \end_inset\r
26530 \r
26531 `\r
26532 \begin_inset ERT\r
26533 status collapsed\r
26534 \r
26535 \begin_layout Plain Layout\r
26536 \r
26537 \r
26538 \backslash\r
26539 spce \r
26540 \end_layout\r
26541 \r
26542 \end_inset\r
26543 \r
26544 \r
26545 \end_layout\r
26546 \r
26547 \end_inset\r
26548 </cell>\r
26549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
26550 \begin_inset Text\r
26551 \r
26552 \begin_layout Plain Layout\r
26553 \begin_inset Formula $\textrm{?`}$\r
26554 \end_inset\r
26555 \r
26556 \r
26557 \end_layout\r
26558 \r
26559 \end_inset\r
26560 </cell>\r
26561 </row>\r
26562 <row>\r
26563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
26564 \begin_inset Text\r
26565 \r
26566 \begin_layout Plain Layout\r
26567 \r
26568 \backslash\r
26569 j\r
26570 \end_layout\r
26571 \r
26572 \end_inset\r
26573 </cell>\r
26574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
26575 \begin_inset Text\r
26576 \r
26577 \begin_layout Plain Layout\r
26578 \begin_inset Formula $\textrm{ȷ}$\r
26579 \end_inset\r
26580 \r
26581 \r
26582 \end_layout\r
26583 \r
26584 \end_inset\r
26585 </cell>\r
26586 </row>\r
26587 </lyxtabular>\r
26588 \r
26589 \end_inset\r
26590 \r
26591 \r
26592 \begin_inset space \hfill{}\r
26593 \end_inset\r
26594 \r
26595 \r
26596 \end_layout\r
26597 \r
26598 \begin_layout Standard\r
26599 The characters \r
26600 \begin_inset Formula $\textrm{\textrm{Å}}$\r
26601 \end_inset\r
26602 \r
26603  and \r
26604 \begin_inset Formula $\textrm{\textrm{Ø}}$\r
26605 \end_inset\r
26606 \r
26607  can also be inserted via the math toolbar button \r
26608 \begin_inset Graphics\r
26609         filename ../images/math/digamma.png\r
26610         scale 85\r
26611 \r
26612 \end_inset\r
26613 \r
26614 .\r
26615 \end_layout\r
26616 \r
26617 \begin_layout Standard\r
26618 An exception are the commands \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  and \r
26628 \series bold\r
26629 ?\r
26630 \begin_inset space \hspace{}\r
26631 \length 0mm\r
26632 \end_inset\r
26633 \r
26634 `\r
26635 \series default\r
26636 , because they can be inserted in LyX directly to text.\r
26637 \end_layout\r
26638 \r
26639 \begin_layout Subsection\r
26640 Accents in Text\r
26641 \begin_inset CommandInset label\r
26642 LatexCommand label\r
26643 name "sub:Accents-in-Text"\r
26644 \r
26645 \end_inset\r
26646 \r
26647 \r
26648 \begin_inset Index idx\r
26649 status collapsed\r
26650 \r
26651 \begin_layout Plain Layout\r
26652 Accents ! in text\r
26653 \end_layout\r
26654 \r
26655 \end_inset\r
26656 \r
26657 \r
26658 \end_layout\r
26659 \r
26660 \begin_layout Standard\r
26661 With the following commands all letters can be accented.\r
26662  The commands must be inserted in TeX-mode.\r
26663 \end_layout\r
26664 \r
26665 \begin_layout Standard\r
26666 \begin_inset space \hfill{}\r
26667 \end_inset\r
26668 \r
26669 \r
26670 \begin_inset Tabular\r
26671 <lyxtabular version="3" rows="8" columns="2">\r
26672 <features rotate="0" tabularvalignment="middle">\r
26673 <column alignment="block" valignment="top">\r
26674 <column alignment="block" valignment="top">\r
26675 <row>\r
26676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
26677 \begin_inset Text\r
26678 \r
26679 \begin_layout Plain Layout\r
26680 Command\r
26681 \end_layout\r
26682 \r
26683 \end_inset\r
26684 </cell>\r
26685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
26686 \begin_inset Text\r
26687 \r
26688 \begin_layout Plain Layout\r
26689 Result\r
26690 \end_layout\r
26691 \r
26692 \end_inset\r
26693 </cell>\r
26694 </row>\r
26695 <row>\r
26696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26697 \begin_inset Text\r
26698 \r
26699 \begin_layout Plain Layout\r
26700 \r
26701 \backslash\r
26702 \r
26703 \begin_inset Quotes grd\r
26704 \end_inset\r
26705 \r
26706 e\r
26707 \end_layout\r
26708 \r
26709 \end_inset\r
26710 </cell>\r
26711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26712 \begin_inset Text\r
26713 \r
26714 \begin_layout Plain Layout\r
26715 \begin_inset ERT\r
26716 status collapsed\r
26717 \r
26718 \begin_layout Plain Layout\r
26719 \r
26720 \r
26721 \backslash\r
26722 "e\r
26723 \end_layout\r
26724 \r
26725 \end_inset\r
26726 \r
26727 \r
26728 \end_layout\r
26729 \r
26730 \end_inset\r
26731 </cell>\r
26732 </row>\r
26733 <row>\r
26734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26735 \begin_inset Text\r
26736 \r
26737 \begin_layout Plain Layout\r
26738 \r
26739 \backslash\r
26740 `e\r
26741 \end_layout\r
26742 \r
26743 \end_inset\r
26744 </cell>\r
26745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26746 \begin_inset Text\r
26747 \r
26748 \begin_layout Plain Layout\r
26749 \begin_inset ERT\r
26750 status collapsed\r
26751 \r
26752 \begin_layout Plain Layout\r
26753 \r
26754 \r
26755 \backslash\r
26756 `e\r
26757 \end_layout\r
26758 \r
26759 \end_inset\r
26760 \r
26761 \r
26762 \end_layout\r
26763 \r
26764 \end_inset\r
26765 </cell>\r
26766 </row>\r
26767 <row>\r
26768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26769 \begin_inset Text\r
26770 \r
26771 \begin_layout Plain Layout\r
26772 \r
26773 \backslash\r
26774 ^\r
26775 \begin_inset ERT\r
26776 status collapsed\r
26777 \r
26778 \begin_layout Plain Layout\r
26779 \r
26780 \r
26781 \backslash\r
26782 spce \r
26783 \end_layout\r
26784 \r
26785 \end_inset\r
26786 \r
26787 e\r
26788 \end_layout\r
26789 \r
26790 \end_inset\r
26791 </cell>\r
26792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26793 \begin_inset Text\r
26794 \r
26795 \begin_layout Plain Layout\r
26796 \begin_inset ERT\r
26797 status collapsed\r
26798 \r
26799 \begin_layout Plain Layout\r
26800 \r
26801 \r
26802 \backslash\r
26803 ^e\r
26804 \end_layout\r
26805 \r
26806 \end_inset\r
26807 \r
26808 \r
26809 \end_layout\r
26810 \r
26811 \end_inset\r
26812 </cell>\r
26813 </row>\r
26814 <row>\r
26815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26816 \begin_inset Text\r
26817 \r
26818 \begin_layout Plain Layout\r
26819 \r
26820 \backslash\r
26821 =e\r
26822 \end_layout\r
26823 \r
26824 \end_inset\r
26825 </cell>\r
26826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26827 \begin_inset Text\r
26828 \r
26829 \begin_layout Plain Layout\r
26830 \begin_inset ERT\r
26831 status collapsed\r
26832 \r
26833 \begin_layout Plain Layout\r
26834 \r
26835 \r
26836 \backslash\r
26837 =e\r
26838 \end_layout\r
26839 \r
26840 \end_inset\r
26841 \r
26842 \r
26843 \end_layout\r
26844 \r
26845 \end_inset\r
26846 </cell>\r
26847 </row>\r
26848 <row>\r
26849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
26850 \begin_inset Text\r
26851 \r
26852 \begin_layout Plain Layout\r
26853 \r
26854 \backslash\r
26855 u\r
26856 \begin_inset ERT\r
26857 status collapsed\r
26858 \r
26859 \begin_layout Plain Layout\r
26860 \r
26861 \r
26862 \backslash\r
26863 spce \r
26864 \end_layout\r
26865 \r
26866 \end_inset\r
26867 \r
26868 e\r
26869 \end_layout\r
26870 \r
26871 \end_inset\r
26872 </cell>\r
26873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
26874 \begin_inset Text\r
26875 \r
26876 \begin_layout Plain Layout\r
26877 \begin_inset ERT\r
26878 status collapsed\r
26879 \r
26880 \begin_layout Plain Layout\r
26881 \r
26882 \r
26883 \backslash\r
26884 u e\r
26885 \end_layout\r
26886 \r
26887 \end_inset\r
26888 \r
26889 \r
26890 \end_layout\r
26891 \r
26892 \end_inset\r
26893 </cell>\r
26894 </row>\r
26895 <row>\r
26896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
26897 \begin_inset Text\r
26898 \r
26899 \begin_layout Plain Layout\r
26900 \r
26901 \backslash\r
26902 b\r
26903 \begin_inset ERT\r
26904 status collapsed\r
26905 \r
26906 \begin_layout Plain Layout\r
26907 \r
26908 \r
26909 \backslash\r
26910 spce \r
26911 \end_layout\r
26912 \r
26913 \end_inset\r
26914 \r
26915 e\r
26916 \end_layout\r
26917 \r
26918 \end_inset\r
26919 </cell>\r
26920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
26921 \begin_inset Text\r
26922 \r
26923 \begin_layout Plain Layout\r
26924 \begin_inset ERT\r
26925 status collapsed\r
26926 \r
26927 \begin_layout Plain Layout\r
26928 \r
26929 \r
26930 \backslash\r
26931 b e\r
26932 \end_layout\r
26933 \r
26934 \end_inset\r
26935 \r
26936 \r
26937 \end_layout\r
26938 \r
26939 \end_inset\r
26940 </cell>\r
26941 </row>\r
26942 <row>\r
26943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
26944 \begin_inset Text\r
26945 \r
26946 \begin_layout Plain Layout\r
26947 \r
26948 \backslash\r
26949 t\r
26950 \begin_inset ERT\r
26951 status collapsed\r
26952 \r
26953 \begin_layout Plain Layout\r
26954 \r
26955 \r
26956 \backslash\r
26957 spce \r
26958 \end_layout\r
26959 \r
26960 \end_inset\r
26961 \r
26962 ee\r
26963 \end_layout\r
26964 \r
26965 \end_inset\r
26966 </cell>\r
26967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
26968 \begin_inset Text\r
26969 \r
26970 \begin_layout Plain Layout\r
26971 \begin_inset ERT\r
26972 status collapsed\r
26973 \r
26974 \begin_layout Plain Layout\r
26975 \r
26976 \r
26977 \backslash\r
26978 t ee\r
26979 \end_layout\r
26980 \r
26981 \end_inset\r
26982 \r
26983 \r
26984 \end_layout\r
26985 \r
26986 \end_inset\r
26987 </cell>\r
26988 </row>\r
26989 </lyxtabular>\r
26990 \r
26991 \end_inset\r
26992 \r
26993 \r
26994 \begin_inset space \hfill{}\r
26995 \end_inset\r
26996 \r
26997 \r
26998 \begin_inset Tabular\r
26999 <lyxtabular version="3" rows="8" columns="2">\r
27000 <features rotate="0" tabularvalignment="middle">\r
27001 <column alignment="block" valignment="top">\r
27002 <column alignment="center" valignment="top">\r
27003 <row>\r
27004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
27005 \begin_inset Text\r
27006 \r
27007 \begin_layout Plain Layout\r
27008 Command\r
27009 \end_layout\r
27010 \r
27011 \end_inset\r
27012 </cell>\r
27013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
27014 \begin_inset Text\r
27015 \r
27016 \begin_layout Plain Layout\r
27017 Result\r
27018 \end_layout\r
27019 \r
27020 \end_inset\r
27021 </cell>\r
27022 </row>\r
27023 <row>\r
27024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
27025 \begin_inset Text\r
27026 \r
27027 \begin_layout Plain Layout\r
27028 \r
27029 \backslash\r
27030 H\r
27031 \begin_inset ERT\r
27032 status collapsed\r
27033 \r
27034 \begin_layout Plain Layout\r
27035 \r
27036 \r
27037 \backslash\r
27038 spce \r
27039 \end_layout\r
27040 \r
27041 \end_inset\r
27042 \r
27043 e\r
27044 \end_layout\r
27045 \r
27046 \end_inset\r
27047 </cell>\r
27048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
27049 \begin_inset Text\r
27050 \r
27051 \begin_layout Plain Layout\r
27052 \begin_inset ERT\r
27053 status collapsed\r
27054 \r
27055 \begin_layout Plain Layout\r
27056 \r
27057 \r
27058 \backslash\r
27059 H e\r
27060 \end_layout\r
27061 \r
27062 \end_inset\r
27063 \r
27064 \r
27065 \end_layout\r
27066 \r
27067 \end_inset\r
27068 </cell>\r
27069 </row>\r
27070 <row>\r
27071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
27072 \begin_inset Text\r
27073 \r
27074 \begin_layout Plain Layout\r
27075 \r
27076 \backslash\r
27077 'e\r
27078 \end_layout\r
27079 \r
27080 \end_inset\r
27081 </cell>\r
27082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
27083 \begin_inset Text\r
27084 \r
27085 \begin_layout Plain Layout\r
27086 \begin_inset ERT\r
27087 status collapsed\r
27088 \r
27089 \begin_layout Plain Layout\r
27090 \r
27091 \r
27092 \backslash\r
27093 'e\r
27094 \end_layout\r
27095 \r
27096 \end_inset\r
27097 \r
27098 \r
27099 \end_layout\r
27100 \r
27101 \end_inset\r
27102 </cell>\r
27103 </row>\r
27104 <row>\r
27105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
27106 \begin_inset Text\r
27107 \r
27108 \begin_layout Plain Layout\r
27109 \r
27110 \backslash\r
27111 ~e\r
27112 \begin_inset Index idx\r
27113 status collapsed\r
27114 \r
27115 \begin_layout Plain Layout\r
27116 Tilde\r
27117 \end_layout\r
27118 \r
27119 \end_inset\r
27120 \r
27121 \r
27122 \end_layout\r
27123 \r
27124 \end_inset\r
27125 </cell>\r
27126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
27127 \begin_inset Text\r
27128 \r
27129 \begin_layout Plain Layout\r
27130 \begin_inset ERT\r
27131 status collapsed\r
27132 \r
27133 \begin_layout Plain Layout\r
27134 \r
27135 \r
27136 \backslash\r
27137 ~e\r
27138 \end_layout\r
27139 \r
27140 \end_inset\r
27141 \r
27142 \r
27143 \end_layout\r
27144 \r
27145 \end_inset\r
27146 </cell>\r
27147 </row>\r
27148 <row>\r
27149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
27150 \begin_inset Text\r
27151 \r
27152 \begin_layout Plain Layout\r
27153 \r
27154 \backslash\r
27155 .e\r
27156 \end_layout\r
27157 \r
27158 \end_inset\r
27159 </cell>\r
27160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
27161 \begin_inset Text\r
27162 \r
27163 \begin_layout Plain Layout\r
27164 \begin_inset ERT\r
27165 status collapsed\r
27166 \r
27167 \begin_layout Plain Layout\r
27168 \r
27169 \r
27170 \backslash\r
27171 .e\r
27172 \end_layout\r
27173 \r
27174 \end_inset\r
27175 \r
27176 \r
27177 \end_layout\r
27178 \r
27179 \end_inset\r
27180 </cell>\r
27181 </row>\r
27182 <row>\r
27183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
27184 \begin_inset Text\r
27185 \r
27186 \begin_layout Plain Layout\r
27187 \r
27188 \backslash\r
27189 v\r
27190 \begin_inset ERT\r
27191 status collapsed\r
27192 \r
27193 \begin_layout Plain Layout\r
27194 \r
27195 \r
27196 \backslash\r
27197 spce \r
27198 \end_layout\r
27199 \r
27200 \end_inset\r
27201 \r
27202 e\r
27203 \end_layout\r
27204 \r
27205 \end_inset\r
27206 </cell>\r
27207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
27208 \begin_inset Text\r
27209 \r
27210 \begin_layout Plain Layout\r
27211 \begin_inset ERT\r
27212 status collapsed\r
27213 \r
27214 \begin_layout Plain Layout\r
27215 \r
27216 \r
27217 \backslash\r
27218 v e\r
27219 \end_layout\r
27220 \r
27221 \end_inset\r
27222 \r
27223 \r
27224 \end_layout\r
27225 \r
27226 \end_inset\r
27227 </cell>\r
27228 </row>\r
27229 <row>\r
27230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
27231 \begin_inset Text\r
27232 \r
27233 \begin_layout Plain Layout\r
27234 \r
27235 \backslash\r
27236 d\r
27237 \begin_inset ERT\r
27238 status collapsed\r
27239 \r
27240 \begin_layout Plain Layout\r
27241 \r
27242 \r
27243 \backslash\r
27244 spce \r
27245 \end_layout\r
27246 \r
27247 \end_inset\r
27248 \r
27249 e\r
27250 \end_layout\r
27251 \r
27252 \end_inset\r
27253 </cell>\r
27254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
27255 \begin_inset Text\r
27256 \r
27257 \begin_layout Plain Layout\r
27258 \begin_inset ERT\r
27259 status collapsed\r
27260 \r
27261 \begin_layout Plain Layout\r
27262 \r
27263 \r
27264 \backslash\r
27265 d e\r
27266 \end_layout\r
27267 \r
27268 \end_inset\r
27269 \r
27270 \r
27271 \end_layout\r
27272 \r
27273 \end_inset\r
27274 </cell>\r
27275 </row>\r
27276 <row>\r
27277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">\r
27278 \begin_inset Text\r
27279 \r
27280 \begin_layout Plain Layout\r
27281 \r
27282 \backslash\r
27283 c\r
27284 \begin_inset ERT\r
27285 status collapsed\r
27286 \r
27287 \begin_layout Plain Layout\r
27288 \r
27289 \r
27290 \backslash\r
27291 spce \r
27292 \end_layout\r
27293 \r
27294 \end_inset\r
27295 \r
27296 e\r
27297 \end_layout\r
27298 \r
27299 \end_inset\r
27300 </cell>\r
27301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">\r
27302 \begin_inset Text\r
27303 \r
27304 \begin_layout Plain Layout\r
27305 \begin_inset ERT\r
27306 status collapsed\r
27307 \r
27308 \begin_layout Plain Layout\r
27309 \r
27310 \r
27311 \backslash\r
27312 c e\r
27313 \end_layout\r
27314 \r
27315 \end_inset\r
27316 \r
27317 \r
27318 \end_layout\r
27319 \r
27320 \end_inset\r
27321 </cell>\r
27322 </row>\r
27323 </lyxtabular>\r
27324 \r
27325 \end_inset\r
27326 \r
27327 \r
27328 \begin_inset space \hfill{}\r
27329 \end_inset\r
27330 \r
27331 \r
27332 \end_layout\r
27333 \r
27334 \begin_layout Standard\r
27335 \begin_inset VSpace medskip\r
27336 \end_inset\r
27337 \r
27338 With the command \r
27339 \series bold\r
27340 \r
27341 \backslash\r
27342 t\r
27343 \series default\r
27344  also two different characters can be accented.\r
27345  The command \r
27346 \series bold\r
27347 \r
27348 \backslash\r
27349 t\r
27350 \begin_inset ERT\r
27351 status collapsed\r
27352 \r
27353 \begin_layout Plain Layout\r
27354 \r
27355 \r
27356 \backslash\r
27357 spce \r
27358 \end_layout\r
27359 \r
27360 \end_inset\r
27361 \r
27362 sz\r
27363 \series default\r
27364  creates: \r
27365 \begin_inset ERT\r
27366 status collapsed\r
27367 \r
27368 \begin_layout Plain Layout\r
27369 \r
27370 \r
27371 \backslash\r
27372 t sz\r
27373 \end_layout\r
27374 \r
27375 \end_inset\r
27376 \r
27377 \r
27378 \end_layout\r
27379 \r
27380 \begin_layout Standard\r
27381 The accents \r
27382 \series bold\r
27383 `\r
27384 \series default\r
27385  , \r
27386 \series bold\r
27387 '\r
27388 \series default\r
27389  and \r
27390 \series bold\r
27391 ^\r
27392 \series default\r
27393  can in combination with vowels directly be inserted with the keyboard without\r
27394  using TeX-mode.\r
27395  The same applies for the tilde\r
27396 \begin_inset Foot\r
27397 status collapsed\r
27398 \r
27399 \begin_layout Plain Layout\r
27400 This only applies for keyboards where the tilde is defined as accent.\r
27401 \end_layout\r
27402 \r
27403 \end_inset\r
27404 \r
27405  \r
27406 \series bold\r
27407 ~\r
27408 \series default\r
27409  in combination with \r
27410 \emph on\r
27411 a\r
27412 \emph default\r
27413  , \r
27414 \emph on\r
27415 n\r
27416 \emph default\r
27417  , or \r
27418 \emph on\r
27419 o\r
27420 \emph default\r
27421 .\r
27422 \end_layout\r
27423 \r
27424 \begin_layout Standard\r
27425 The commands \r
27426 \series bold\r
27427 \r
27428 \backslash\r
27429 b\r
27430 \series default\r
27431  , \r
27432 \series bold\r
27433 \r
27434 \backslash\r
27435 c\r
27436 \series default\r
27437  , \r
27438 \series bold\r
27439 \r
27440 \backslash\r
27441 d\r
27442 \series default\r
27443  , \r
27444 \series bold\r
27445 \r
27446 \backslash\r
27447 H\r
27448 \series default\r
27449  , \r
27450 \series bold\r
27451 \r
27452 \backslash\r
27453 t\r
27454 \series default\r
27455  , \r
27456 \series bold\r
27457 \r
27458 \backslash\r
27459 u\r
27460 \series default\r
27461  , \r
27462 \series bold\r
27463 \r
27464 \backslash\r
27465 v\r
27466 \series default\r
27467  and accents that are inserted directly with the keyboard are also available\r
27468  in mathematical text.\r
27469  For the other accents there are special math commands to be used in formulas,\r
27470  see \r
27471 \begin_inset CommandInset ref\r
27472 LatexCommand ref\r
27473 reference "sub:Accents-for-one"\r
27474 \r
27475 \end_inset\r
27476 \r
27477 .\r
27478 \end_layout\r
27479 \r
27480 \begin_layout Standard\r
27481 \begin_inset VSpace bigskip\r
27482 \end_inset\r
27483 \r
27484 Furthermore, with the command \r
27485 \series bold\r
27486 \r
27487 \backslash\r
27488 textcircled\r
27489 \series default\r
27490 \r
27491 \begin_inset Index idx\r
27492 status collapsed\r
27493 \r
27494 \begin_layout Plain Layout\r
27495 Commands ! T ! \r
27496 \backslash\r
27497 textcircled\r
27498 \end_layout\r
27499 \r
27500 \end_inset\r
27501 \r
27502  all numbers and letters can be set into a circle, quasi accented with a\r
27503  circle, similar to the copyright symbol.\r
27504 \end_layout\r
27505 \r
27506 \begin_layout Standard\r
27507 \align center\r
27508 \begin_inset Tabular\r
27509 <lyxtabular version="3" rows="3" columns="2">\r
27510 <features rotate="0" tabularvalignment="middle">\r
27511 <column alignment="center" valignment="top">\r
27512 <column alignment="center" valignment="top">\r
27513 <row>\r
27514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
27515 \begin_inset Text\r
27516 \r
27517 \begin_layout Plain Layout\r
27518 Command\r
27519 \end_layout\r
27520 \r
27521 \end_inset\r
27522 </cell>\r
27523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
27524 \begin_inset Text\r
27525 \r
27526 \begin_layout Plain Layout\r
27527 Result\r
27528 \begin_inset Note Note\r
27529 status collapsed\r
27530 \r
27531 \begin_layout Plain Layout\r
27532 \r
27533 \series bold\r
27534 \r
27535 \backslash\r
27536 raisebox\r
27537 \series default\r
27538  is only used as spacer.\r
27539 \end_layout\r
27540 \r
27541 \end_inset\r
27542 \r
27543 \r
27544 \end_layout\r
27545 \r
27546 \end_inset\r
27547 </cell>\r
27548 </row>\r
27549 <row>\r
27550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
27551 \begin_inset Text\r
27552 \r
27553 \begin_layout Plain Layout\r
27554 \r
27555 \backslash\r
27556 textcircled{w}\r
27557 \end_layout\r
27558 \r
27559 \end_inset\r
27560 </cell>\r
27561 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
27562 \begin_inset Text\r
27563 \r
27564 \begin_layout Plain Layout\r
27565 \begin_inset ERT\r
27566 status collapsed\r
27567 \r
27568 \begin_layout Plain Layout\r
27569 \r
27570 \r
27571 \backslash\r
27572 textcircled{w}\r
27573 \end_layout\r
27574 \r
27575 \end_inset\r
27576 \r
27577 \r
27578 \end_layout\r
27579 \r
27580 \end_inset\r
27581 </cell>\r
27582 </row>\r
27583 <row>\r
27584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
27585 \begin_inset Text\r
27586 \r
27587 \begin_layout Plain Layout\r
27588 \r
27589 \backslash\r
27590 Large \r
27591 \backslash\r
27592 textcircled{\r
27593 \backslash\r
27594 normalsize\r
27595 \backslash\r
27596 protect\r
27597 \backslash\r
27598 raisebox{-1.5pt}{W}}\r
27599 \end_layout\r
27600 \r
27601 \end_inset\r
27602 </cell>\r
27603 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
27604 \begin_inset Text\r
27605 \r
27606 \begin_layout Plain Layout\r
27607 \begin_inset Formula $\raisebox{4.5mm}{}$\r
27608 \end_inset\r
27609 \r
27610 \r
27611 \begin_inset ERT\r
27612 status collapsed\r
27613 \r
27614 \begin_layout Plain Layout\r
27615 \r
27616 \r
27617 \backslash\r
27618 Large \r
27619 \backslash\r
27620 textcircled{\r
27621 \backslash\r
27622 normalsize\r
27623 \backslash\r
27624 protect\r
27625 \backslash\r
27626 raisebox{-1.5pt}W}\r
27627 \end_layout\r
27628 \r
27629 \end_inset\r
27630 \r
27631 \r
27632 \begin_inset Formula $\raisebox{-2mm}{}$\r
27633 \end_inset\r
27634 \r
27635 \r
27636 \end_layout\r
27637 \r
27638 \end_inset\r
27639 </cell>\r
27640 </row>\r
27641 </lyxtabular>\r
27642 \r
27643 \end_inset\r
27644 \r
27645 \r
27646 \end_layout\r
27647 \r
27648 \begin_layout Standard\r
27649 One has to take care that the character fits in the circle.\r
27650  \r
27651 \series bold\r
27652 \r
27653 \backslash\r
27654 Large\r
27655 \series default\r
27656 \r
27657 \begin_inset Foot\r
27658 status collapsed\r
27659 \r
27660 \begin_layout Plain Layout\r
27661 see \r
27662 \begin_inset CommandInset ref\r
27663 LatexCommand ref\r
27664 reference "sub:Font-Sizes"\r
27665 \r
27666 \end_inset\r
27667 \r
27668 \r
27669 \end_layout\r
27670 \r
27671 \end_inset\r
27672 \r
27673  specifies thereby the size of the circle.\r
27674  With the help of \r
27675 \series bold\r
27676 \r
27677 \backslash\r
27678 raisebox\r
27679 \series default\r
27680 \r
27681 \begin_inset Foot\r
27682 status collapsed\r
27683 \r
27684 \begin_layout Plain Layout\r
27685 see \r
27686 \begin_inset CommandInset ref\r
27687 LatexCommand ref\r
27688 reference "sub:Boxes-without-Frame"\r
27689 \r
27690 \end_inset\r
27691 \r
27692 \r
27693 \end_layout\r
27694 \r
27695 \end_inset\r
27696 \r
27697  the character can be centered.\r
27698 \end_layout\r
27699 \r
27700 \begin_layout Subsection\r
27701 Old-style Figures\r
27702 \begin_inset Index idx\r
27703 status collapsed\r
27704 \r
27705 \begin_layout Plain Layout\r
27706 Old-style Figures\r
27707 \end_layout\r
27708 \r
27709 \end_inset\r
27710 \r
27711 \r
27712 \end_layout\r
27713 \r
27714 \begin_layout Standard\r
27715 Old-style figures (also known as old-style numerals) are created with the\r
27716  command \r
27717 \series bold\r
27718 \r
27719 \backslash\r
27720 oldstylenums\r
27721 \series default\r
27722 \r
27723 \begin_inset Index idx\r
27724 status collapsed\r
27725 \r
27726 \begin_layout Plain Layout\r
27727 Commands ! O ! \r
27728 \backslash\r
27729 oldstylenums\r
27730 \end_layout\r
27731 \r
27732 \end_inset\r
27733 \r
27734 .\r
27735  The command can be used in formulas and in TeX-mode.\r
27736  The command scheme is:\r
27737 \end_layout\r
27738 \r
27739 \begin_layout Standard\r
27740 \r
27741 \series bold\r
27742 \r
27743 \backslash\r
27744 oldstylenums{number}\r
27745 \end_layout\r
27746 \r
27747 \begin_layout Standard\r
27748 The command \r
27749 \series bold\r
27750 \r
27751 \backslash\r
27752 oldstylenums{0123456789\r
27753 \series default\r
27754  produces: \r
27755 \begin_inset Formula $\oldstylenums{0123456789}$\r
27756 \end_inset\r
27757 \r
27758 \r
27759 \end_layout\r
27760 \r
27761 \begin_layout Subsection\r
27762 Miscellaneous special Characters\r
27763 \begin_inset CommandInset label\r
27764 LatexCommand label\r
27765 name "sub:Miscellaneous-special-Characters"\r
27766 \r
27767 \end_inset\r
27768 \r
27769 \r
27770 \begin_inset Index idx\r
27771 status collapsed\r
27772 \r
27773 \begin_layout Plain Layout\r
27774 Special characters ! miscellaneous\r
27775 \end_layout\r
27776 \r
27777 \end_inset\r
27778 \r
27779 \r
27780 \end_layout\r
27781 \r
27782 \begin_layout Standard\r
27783 The following characters can only be inserted to formulas by using commands:\r
27784 \end_layout\r
27785 \r
27786 \begin_layout Standard\r
27787 \align center\r
27788 \begin_inset Tabular\r
27789 <lyxtabular version="3" rows="4" columns="2">\r
27790 <features rotate="0" tabularvalignment="middle">\r
27791 <column alignment="center" valignment="top">\r
27792 <column alignment="center" valignment="top">\r
27793 <row>\r
27794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
27795 \begin_inset Text\r
27796 \r
27797 \begin_layout Plain Layout\r
27798 Command\r
27799 \end_layout\r
27800 \r
27801 \end_inset\r
27802 </cell>\r
27803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
27804 \begin_inset Text\r
27805 \r
27806 \begin_layout Plain Layout\r
27807 Result\r
27808 \end_layout\r
27809 \r
27810 \end_inset\r
27811 </cell>\r
27812 </row>\r
27813 <row>\r
27814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
27815 \begin_inset Text\r
27816 \r
27817 \begin_layout Plain Layout\r
27818 \r
27819 \backslash\r
27820 ^\r
27821 \begin_inset ERT\r
27822 status collapsed\r
27823 \r
27824 \begin_layout Plain Layout\r
27825 \r
27826 \r
27827 \backslash\r
27828 spce \r
27829 \end_layout\r
27830 \r
27831 \end_inset\r
27832 \r
27833 \r
27834 \end_layout\r
27835 \r
27836 \end_inset\r
27837 </cell>\r
27838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
27839 \begin_inset Text\r
27840 \r
27841 \begin_layout Plain Layout\r
27842 \begin_inset Formula $\mathcircumflex$\r
27843 \end_inset\r
27844 \r
27845 \r
27846 \end_layout\r
27847 \r
27848 \end_inset\r
27849 </cell>\r
27850 </row>\r
27851 <row>\r
27852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
27853 \begin_inset Text\r
27854 \r
27855 \begin_layout Plain Layout\r
27856 \r
27857 \backslash\r
27858 _\r
27859 \end_layout\r
27860 \r
27861 \end_inset\r
27862 </cell>\r
27863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
27864 \begin_inset Text\r
27865 \r
27866 \begin_layout Plain Layout\r
27867 \begin_inset Formula $\_$\r
27868 \end_inset\r
27869 \r
27870 \r
27871 \end_layout\r
27872 \r
27873 \end_inset\r
27874 </cell>\r
27875 </row>\r
27876 <row>\r
27877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
27878 \begin_inset Text\r
27879 \r
27880 \begin_layout Plain Layout\r
27881 ^\r
27882 \begin_inset ERT\r
27883 status collapsed\r
27884 \r
27885 \begin_layout Plain Layout\r
27886 \r
27887 \r
27888 \backslash\r
27889 spce \r
27890 \end_layout\r
27891 \r
27892 \end_inset\r
27893 \r
27894 \r
27895 \backslash\r
27896 circ\r
27897 \begin_inset Index idx\r
27898 status collapsed\r
27899 \r
27900 \begin_layout Plain Layout\r
27901 \r
27902 \backslash\r
27903\r
27904 \end_layout\r
27905 \r
27906 \end_inset\r
27907 \r
27908 \r
27909 \end_layout\r
27910 \r
27911 \end_inset\r
27912 </cell>\r
27913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
27914 \begin_inset Text\r
27915 \r
27916 \begin_layout Plain Layout\r
27917 \begin_inset Formula $^{\circ}$\r
27918 \end_inset\r
27919 \r
27920 \r
27921 \end_layout\r
27922 \r
27923 \end_inset\r
27924 </cell>\r
27925 </row>\r
27926 </lyxtabular>\r
27927 \r
27928 \end_inset\r
27929 \r
27930 \r
27931 \end_layout\r
27932 \r
27933 \begin_layout Standard\r
27934 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble\r
27935  contains the following line\r
27936 \begin_inset Foot\r
27937 status collapsed\r
27938 \r
27939 \begin_layout Plain Layout\r
27940 More about this is described in \r
27941 \begin_inset CommandInset ref\r
27942 LatexCommand ref\r
27943 reference "sub:Text-Characters-in"\r
27944 \r
27945 \end_inset\r
27946 \r
27947 .\r
27948 \end_layout\r
27949 \r
27950 \end_inset\r
27951 \r
27952 :\r
27953 \end_layout\r
27954 \r
27955 \begin_layout Standard\r
27956 \r
27957 \series bold\r
27958 \r
27959 \backslash\r
27960 DeclareInputtext{176}{\r
27961 \backslash\r
27962 ifmmode^\r
27963 \backslash\r
27964 circ\r
27965 \backslash\r
27966 else\r
27967 \backslash\r
27968 textdegree\r
27969 \backslash\r
27970 fi}\r
27971 \end_layout\r
27972 \r
27973 \begin_layout Section\r
27974 Formula Styles\r
27975 \begin_inset CommandInset label\r
27976 LatexCommand label\r
27977 name "sec:Formula-Styles"\r
27978 \r
27979 \end_inset\r
27980 \r
27981 \r
27982 \begin_inset Index idx\r
27983 status collapsed\r
27984 \r
27985 \begin_layout Plain Layout\r
27986 Formula ! styles\r
27987 \end_layout\r
27988 \r
27989 \end_inset\r
27990 \r
27991 \r
27992 \end_layout\r
27993 \r
27994 \begin_layout Itemize\r
27995 There are two different alignment styles:\r
27996 \end_layout\r
27997 \r
27998 \begin_deeper\r
27999 \begin_layout Description\r
28000 Centered is the predefined standard\r
28001 \end_layout\r
28002 \r
28003 \begin_layout Description\r
28004 Indented for this the option \r
28005 \series bold\r
28006 fleqn\r
28007 \series default\r
28008  must be inserted in the menu \r
28009 \family sans\r
28010 Document\SpecialChar \menuseparator\r
28011 Settings\r
28012 \family default\r
28013  under \r
28014 \family sans\r
28015 Document\r
28016 \begin_inset space ~\r
28017 \end_inset\r
28018 \r
28019 Class\r
28020 \end_layout\r
28021 \r
28022 \begin_layout Standard\r
28023 When \r
28024 \series bold\r
28025 Indented\r
28026 \series default\r
28027  is used, the indentation can be adjusted with the length \r
28028 \series bold\r
28029 \r
28030 \backslash\r
28031 mathindent\r
28032 \series default\r
28033 \r
28034 \begin_inset Index idx\r
28035 status collapsed\r
28036 \r
28037 \begin_layout Plain Layout\r
28038 Commands ! M ! \r
28039 \backslash\r
28040 mathindent\r
28041 \end_layout\r
28042 \r
28043 \end_inset\r
28044 \r
28045 .\r
28046  Should the distance be 15\r
28047 \begin_inset space \thinspace{}\r
28048 \end_inset\r
28049 \r
28050 mm, the following command line is inserted in the LaTeX-preamble\r
28051 \end_layout\r
28052 \r
28053 \begin_layout Standard\r
28054 \r
28055 \series bold\r
28056 \r
28057 \backslash\r
28058 setlength{\r
28059 \backslash\r
28060 mathindent}{15mm}\r
28061 \end_layout\r
28062 \r
28063 \begin_layout Standard\r
28064 When no length is specified, the predefined value of 30\r
28065 \begin_inset space \thinspace{}\r
28066 \end_inset\r
28067 \r
28068 pt will be used.\r
28069 \end_layout\r
28070 \r
28071 \end_deeper\r
28072 \begin_layout Itemize\r
28073 And two different numbering styles:\r
28074 \end_layout\r
28075 \r
28076 \begin_deeper\r
28077 \begin_layout Description\r
28078 Right is the predefined standard\r
28079 \end_layout\r
28080 \r
28081 \begin_layout Description\r
28082 Left for this the option \r
28083 \series bold\r
28084 leqno\r
28085 \series default\r
28086  must be inserted in the menu \r
28087 \family sans\r
28088 Document\SpecialChar \menuseparator\r
28089 Settings\r
28090 \family default\r
28091  under \r
28092 \family sans\r
28093 Document\r
28094 \begin_inset space ~\r
28095 \end_inset\r
28096 \r
28097 Class\r
28098 \end_layout\r
28099 \r
28100 \end_deeper\r
28101 \begin_layout Standard\r
28102 \r
28103 \series bold\r
28104 fleqn\r
28105 \series default\r
28106  and \r
28107 \series bold\r
28108 leqno\r
28109 \series default\r
28110  can also be used together.\r
28111  In this case both options are inserted, separated by a comma.\r
28112 \end_layout\r
28113 \r
28114 \begin_layout Standard\r
28115 The chosen styles are used for all displayed formulas of the document.\r
28116  When both, centered and indented formulas should be created in a document,\r
28117  the style \r
28118 \series bold\r
28119 Centered\r
28120 \series default\r
28121  is used.\r
28122  The indented formulas are then set in a flalign environment, see \r
28123 \begin_inset CommandInset ref\r
28124 LatexCommand ref\r
28125 reference "sub:Flalign-Environment"\r
28126 \r
28127 \end_inset\r
28128 \r
28129 .\r
28130 \end_layout\r
28131 \r
28132 \begin_layout Section\r
28133 Multiline Formulas\r
28134 \begin_inset CommandInset label\r
28135 LatexCommand label\r
28136 name "sec:Multiline-Formulas"\r
28137 \r
28138 \end_inset\r
28139 \r
28140 \r
28141 \begin_inset Index idx\r
28142 status collapsed\r
28143 \r
28144 \begin_layout Plain Layout\r
28145 Formula ! multiline\r
28146 \end_layout\r
28147 \r
28148 \end_inset\r
28149 \r
28150 \r
28151 \end_layout\r
28152 \r
28153 \begin_layout Subsection\r
28154 General\r
28155 \end_layout\r
28156 \r
28157 \begin_layout Standard\r
28158 In LyX multiline formulas are created by pressing \r
28159 \series bold\r
28160 \r
28161 \begin_inset Info\r
28162 type  "shortcut"\r
28163 arg   "newline-insert newline"\r
28164 \end_inset\r
28165 \r
28166 \r
28167 \series default\r
28168  inside a formula.\r
28169  This creates either an \r
28170 \series bold\r
28171 eqnarray environment\r
28172 \series default\r
28173  that is described in \r
28174 \begin_inset CommandInset ref\r
28175 LatexCommand ref\r
28176 reference "sub:Eqnarray-Environment"\r
28177 \r
28178 \end_inset\r
28179 \r
28180  or, when the option \r
28181 \family sans\r
28182 Use AMS math package\r
28183 \family default\r
28184  in the document settings is selected, an \r
28185 \series bold\r
28186 align environment\r
28187 \series default\r
28188  that is described in \r
28189 \begin_inset CommandInset ref\r
28190 LatexCommand ref\r
28191 reference "sub:Standard-align-Environment"\r
28192 \r
28193 \end_inset\r
28194 \r
28195 .\r
28196  The align environment is recommended because it provides in any case a\r
28197  typographically correct output.\r
28198 \end_layout\r
28199 \r
28200 \begin_layout Standard\r
28201 There are other multiline formula environments that can be created via the\r
28202  menu \r
28203 \family sans\r
28204 Insert\SpecialChar \menuseparator\r
28205 Math\r
28206 \family default\r
28207 .\r
28208  These environments are described in the following sections.\r
28209 \end_layout\r
28210 \r
28211 \begin_layout Standard\r
28212 In all multiline formula environments a new line is created by pressing\r
28213  \r
28214 \begin_inset Info\r
28215 type  "shortcut"\r
28216 arg   "newline-insert newline"\r
28217 \end_inset\r
28218 \r
28219 .\r
28220  To add or delete lines, the math toolbar buttons \r
28221 \begin_inset Graphics\r
28222         filename ../images/tabular-feature_append-row.png\r
28223         scale 85\r
28224 \r
28225 \end_inset\r
28226 \r
28227  or \r
28228 \begin_inset Graphics\r
28229         filename ../images/tabular-feature_delete-row.png\r
28230         scale 85\r
28231 \r
28232 \end_inset\r
28233 \r
28234 , respectively, or the menu \r
28235 \family sans\r
28236 Edit\SpecialChar \menuseparator\r
28237 Rows & Columns\r
28238 \family default\r
28239  can be used.\r
28240 \end_layout\r
28241 \r
28242 \begin_layout Subsubsection\r
28243 Line Separation\r
28244 \begin_inset CommandInset label\r
28245 LatexCommand label\r
28246 name "sub:Line-Separation"\r
28247 \r
28248 \end_inset\r
28249 \r
28250 \r
28251 \begin_inset Index idx\r
28252 status collapsed\r
28253 \r
28254 \begin_layout Plain Layout\r
28255 Formula ! multiline ! Line separation\r
28256 \end_layout\r
28257 \r
28258 \end_inset\r
28259 \r
28260 \r
28261 \end_layout\r
28262 \r
28263 \begin_layout Standard\r
28264 There is sometimes not enough space in multiline formulas between the lines:\r
28265 \begin_inset Formula \r
28266 \begin{eqnarray*}\r
28267 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
28268 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
28269 \end{eqnarray*}\r
28270 \r
28271 \end_inset\r
28272 \r
28273 \r
28274 \end_layout\r
28275 \r
28276 \begin_layout Standard\r
28277 In LaTeX additional line space is specified as optional argument of the\r
28278  new line command.\r
28279  This is not yet possible in LyX\r
28280 \begin_inset Foot\r
28281 status collapsed\r
28282 \r
28283 \begin_layout Plain Layout\r
28284 see \r
28285 \begin_inset CommandInset href\r
28286 LatexCommand href\r
28287 name "LyX-bug #1505"\r
28288 target "http://www.lyx.org/trac/ticket/1505"\r
28289 \r
28290 \end_inset\r
28291 \r
28292 \r
28293 \end_layout\r
28294 \r
28295 \end_inset\r
28296 \r
28297 , therefore the whole formula must be inserted in TeX-mode.\r
28298  To add in our example space, the command \r
28299 \series bold\r
28300 \r
28301 \backslash\r
28302 \r
28303 \backslash\r
28304 [3mm]\r
28305 \series default\r
28306  is inserted at the end of the first line.\r
28307  One gets: \r
28308 \begin_inset ERT\r
28309 status collapsed\r
28310 \r
28311 \begin_layout Plain Layout\r
28312 \r
28313 \r
28314 \backslash\r
28315 begin{eqnarray*}\r
28316 \end_layout\r
28317 \r
28318 \begin_layout Plain Layout\r
28319 \r
28320 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &\r
28321  = & \r
28322 \backslash\r
28323 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}\r
28324 \backslash\r
28325 \r
28326 \backslash\r
28327 [3mm]\r
28328 \end_layout\r
28329 \r
28330 \begin_layout Plain Layout\r
28331 \r
28332 4x^{2}\r
28333 \backslash\r
28334 left(B^{2}+x_{0}^{2}\r
28335 \backslash\r
28336 right)+4x_{0}x\r
28337 \backslash\r
28338 left(D-B^{2}\r
28339 \backslash\r
28340 right)+B^{2}\r
28341 \backslash\r
28342 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\r
28343 \backslash\r
28344 right) & = & 0\r
28345 \end_layout\r
28346 \r
28347 \begin_layout Plain Layout\r
28348 \r
28349 \r
28350 \backslash\r
28351 end{eqnarray*}\r
28352 \end_layout\r
28353 \r
28354 \end_inset\r
28355 \r
28356 \r
28357 \end_layout\r
28358 \r
28359 \begin_layout Standard\r
28360 \begin_inset VSpace bigskip\r
28361 \end_inset\r
28362 \r
28363 To set the line separation for all lines in a formula, the length \r
28364 \series bold\r
28365 \r
28366 \backslash\r
28367 jot\r
28368 \series default\r
28369 \r
28370 \begin_inset Index idx\r
28371 status collapsed\r
28372 \r
28373 \begin_layout Plain Layout\r
28374 Commands ! J ! \r
28375 \backslash\r
28376 jot\r
28377 \end_layout\r
28378 \r
28379 \end_inset\r
28380 \r
28381  is changed.\r
28382  The definition is: \r
28383 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$\r
28384 \end_inset\r
28385 \r
28386 .\r
28387  Predefined for \r
28388 \series bold\r
28389 \r
28390 \backslash\r
28391 jot\r
28392 \series default\r
28393  is the value 3\r
28394 \begin_inset space \thinspace{}\r
28395 \end_inset\r
28396 \r
28397 pt.\r
28398  To create 3\r
28399 \begin_inset space \thinspace{}\r
28400 \end_inset\r
28401 \r
28402 mm additional line separation as in the previous example, the command\r
28403 \end_layout\r
28404 \r
28405 \begin_layout Standard\r
28406 \r
28407 \series bold\r
28408 \r
28409 \backslash\r
28410 setlength{\r
28411 \backslash\r
28412 jot}{3mm+3pt}\r
28413 \end_layout\r
28414 \r
28415 \begin_layout Standard\r
28416 is inserted in TeX-mode before the formula.\r
28417  This requires that the LaTeX-package \r
28418 \series bold\r
28419 calc\r
28420 \series default\r
28421 \r
28422 \begin_inset Foot\r
28423 status collapsed\r
28424 \r
28425 \begin_layout Plain Layout\r
28426 \r
28427 \series bold\r
28428 calc\r
28429 \series default\r
28430  is part of every LaTeX standard installation.\r
28431 \end_layout\r
28432 \r
28433 \end_inset\r
28434 \r
28435 \r
28436 \begin_inset Index idx\r
28437 status collapsed\r
28438 \r
28439 \begin_layout Plain Layout\r
28440 Packages ! calc\r
28441 \end_layout\r
28442 \r
28443 \end_inset\r
28444 \r
28445  was loaded in LaTeX-preamble with the line\r
28446 \end_layout\r
28447 \r
28448 \begin_layout Standard\r
28449 \r
28450 \series bold\r
28451 \r
28452 \backslash\r
28453 usepackage{calc}\r
28454 \end_layout\r
28455 \r
28456 \begin_layout Standard\r
28457 One gets: \r
28458 \begin_inset ERT\r
28459 status collapsed\r
28460 \r
28461 \begin_layout Plain Layout\r
28462 \r
28463 \r
28464 \backslash\r
28465 setlength{\r
28466 \backslash\r
28467 jot}{3mm+3pt}\r
28468 \end_layout\r
28469 \r
28470 \end_inset\r
28471 \r
28472 \r
28473 \begin_inset Formula \r
28474 \begin{eqnarray*}\r
28475 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
28476 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
28477 \end{eqnarray*}\r
28478 \r
28479 \end_inset\r
28480 \r
28481 \r
28482 \end_layout\r
28483 \r
28484 \begin_layout Standard\r
28485 \begin_inset ERT\r
28486 status collapsed\r
28487 \r
28488 \begin_layout Plain Layout\r
28489 \r
28490 \r
28491 \backslash\r
28492 setlength{\r
28493 \backslash\r
28494 jot}{3pt}\r
28495 \end_layout\r
28496 \r
28497 \end_inset\r
28498 \r
28499  To get back to the predefined distance, \r
28500 \series bold\r
28501 \r
28502 \backslash\r
28503 jot\r
28504 \series default\r
28505  is set to the value 3\r
28506 \begin_inset space \thinspace{}\r
28507 \end_inset\r
28508 \r
28509 pt.\r
28510 \end_layout\r
28511 \r
28512 \begin_layout Subsubsection\r
28513 Column Separation\r
28514 \begin_inset CommandInset label\r
28515 LatexCommand label\r
28516 name "sub:Column-Separation"\r
28517 \r
28518 \end_inset\r
28519 \r
28520 \r
28521 \begin_inset Index idx\r
28522 status collapsed\r
28523 \r
28524 \begin_layout Plain Layout\r
28525 Formula ! multiline ! Column separation\r
28526 \end_layout\r
28527 \r
28528 \end_inset\r
28529 \r
28530 \r
28531 \end_layout\r
28532 \r
28533 \begin_layout Standard\r
28534 Multiline formulas form a matrix.\r
28535  A formula in the eqnarray environment is for example a matrix with three\r
28536  columns.\r
28537  By changing the column separation in this environment, the space beside\r
28538  the relation sign can be changed.\r
28539 \end_layout\r
28540 \r
28541 \begin_layout Standard\r
28542 The column separation is specified with the length \r
28543 \series bold\r
28544 \r
28545 \backslash\r
28546 arraycolsep\r
28547 \series default\r
28548 \r
28549 \begin_inset Index idx\r
28550 status collapsed\r
28551 \r
28552 \begin_layout Plain Layout\r
28553 Commands ! A ! \r
28554 \backslash\r
28555 arraycolsep\r
28556 \end_layout\r
28557 \r
28558 \end_inset\r
28559 \r
28560  according to:\r
28561 \begin_inset Newline newline\r
28562 \end_inset\r
28563 \r
28564 column separation = 2\r
28565 \begin_inset space \thinspace{}\r
28566 \end_inset\r
28567 \r
28568 \r
28569 \series bold\r
28570 \r
28571 \backslash\r
28572 arraycolsep\r
28573 \series default\r
28574 \r
28575 \begin_inset Newline newline\r
28576 \end_inset\r
28577 \r
28578 Thus, the command\r
28579 \end_layout\r
28580 \r
28581 \begin_layout Standard\r
28582 \r
28583 \series bold\r
28584 \r
28585 \backslash\r
28586 setlength{\r
28587 \backslash\r
28588 arraycolsep}{1cm}\r
28589 \end_layout\r
28590 \r
28591 \begin_layout Standard\r
28592 inserted in TeX-mode, sets for all following formulas a column separation\r
28593  of 2\r
28594 \begin_inset space \thinspace{}\r
28595 \end_inset\r
28596 \r
28597 cm.\r
28598  To get back to the predefined distance, \r
28599 \series bold\r
28600 \r
28601 \backslash\r
28602 arraycolsep\r
28603 \series default\r
28604  is set to 5\r
28605 \begin_inset space \thinspace{}\r
28606 \end_inset\r
28607 \r
28608 pt.\r
28609 \end_layout\r
28610 \r
28611 \begin_layout Standard\r
28612 A formula with 2\r
28613 \begin_inset space \thinspace{}\r
28614 \end_inset\r
28615 \r
28616 cm column separation:\r
28617 \begin_inset ERT\r
28618 status collapsed\r
28619 \r
28620 \begin_layout Plain Layout\r
28621 \r
28622 \r
28623 \backslash\r
28624 setlength{\r
28625 \backslash\r
28626 arraycolsep}{1cm}\r
28627 \end_layout\r
28628 \r
28629 \end_inset\r
28630 \r
28631 \r
28632 \begin_inset Formula \r
28633 \begin{eqnarray*}\r
28634 A & = & B\\\r
28635 C & \ne & A\r
28636 \end{eqnarray*}\r
28637 \r
28638 \end_inset\r
28639 \r
28640 A formula with the predefined column separation for matrices of 10\r
28641 \begin_inset space \thinspace{}\r
28642 \end_inset\r
28643 \r
28644 pt:\r
28645 \begin_inset ERT\r
28646 status collapsed\r
28647 \r
28648 \begin_layout Plain Layout\r
28649 \r
28650 \r
28651 \backslash\r
28652 setlength{\r
28653 \backslash\r
28654 arraycolsep}{5pt}\r
28655 \end_layout\r
28656 \r
28657 \end_inset\r
28658 \r
28659 \r
28660 \begin_inset Formula \r
28661 \begin{eqnarray*}\r
28662 A & = & B\\\r
28663 C & \ne & A\r
28664 \end{eqnarray*}\r
28665 \r
28666 \end_inset\r
28667 \r
28668 \r
28669 \end_layout\r
28670 \r
28671 \begin_layout Subsubsection\r
28672 Long Formulas\r
28673 \begin_inset Index idx\r
28674 status collapsed\r
28675 \r
28676 \begin_layout Plain Layout\r
28677 Formula ! long\r
28678 \end_layout\r
28679 \r
28680 \end_inset\r
28681 \r
28682 \r
28683 \end_layout\r
28684 \r
28685 \begin_layout Standard\r
28686 Long formulas can be typeset using these methods:\r
28687 \end_layout\r
28688 \r
28689 \begin_layout Itemize\r
28690 When one side of the equation is much shorter than the line width, this\r
28691  one is chosen for the left side and the right side is typeset over two\r
28692  lines:\r
28693 \begin_inset Formula \r
28694 \begin{eqnarray}\r
28695 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
28696  &  & -\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
28697 \end{eqnarray}\r
28698 \r
28699 \end_inset\r
28700 \r
28701 The minus sign at the beginning of the second line does normally not appear\r
28702  as an operator because it is the first character of the line.\r
28703  Thus it would not be surrounded by space and could not be distinguished\r
28704  from the fraction bar.\r
28705  To avoid this, 3\r
28706 \begin_inset space \thinspace{}\r
28707 \end_inset\r
28708 \r
28709 pt space was inserted behind the minus sign with the command \r
28710 \series bold\r
28711 \r
28712 \backslash\r
28713 hspace\r
28714 \series default\r
28715 .\r
28716 \begin_inset Foot\r
28717 status collapsed\r
28718 \r
28719 \begin_layout Plain Layout\r
28720 for more about \r
28721 \series bold\r
28722 \r
28723 \backslash\r
28724 hspace\r
28725 \series default\r
28726  see \r
28727 \begin_inset CommandInset ref\r
28728 LatexCommand ref\r
28729 reference "sub:Variable-Space"\r
28730 \r
28731 \end_inset\r
28732 \r
28733 \r
28734 \end_layout\r
28735 \r
28736 \end_inset\r
28737 \r
28738 \r
28739 \begin_inset Index idx\r
28740 status collapsed\r
28741 \r
28742 \begin_layout Plain Layout\r
28743 Commands ! H ! \r
28744 \backslash\r
28745 hspace\r
28746 \end_layout\r
28747 \r
28748 \end_inset\r
28749 \r
28750 \r
28751 \end_layout\r
28752 \r
28753 \begin_layout Itemize\r
28754 When both sides of the equation are too long, the command \r
28755 \series bold\r
28756 \r
28757 \backslash\r
28758 lefteqn\r
28759 \series default\r
28760 \r
28761 \begin_inset Index idx\r
28762 status collapsed\r
28763 \r
28764 \begin_layout Plain Layout\r
28765 Commands ! L ! \r
28766 \backslash\r
28767 lefteqn\r
28768 \end_layout\r
28769 \r
28770 \end_inset\r
28771 \r
28772  is used.\r
28773  It is inserted in the first column of the first line and causes all further\r
28774  insertions to overwrite the following columns:\r
28775 \begin_inset Formula \r
28776 \begin{eqnarray}\r
28777 \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
28778  &  & -\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
28779  &  & =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
28780 \end{eqnarray}\r
28781 \r
28782 \end_inset\r
28783 \r
28784 After the insertion of \r
28785 \series bold\r
28786 \r
28787 \backslash\r
28788 lefteqn\r
28789 \series default\r
28790 , the cursor is in a purple box that is a bit shifted to the left from the\r
28791  blue one.\r
28792  In this the formula is inserted.\r
28793 \begin_inset Newline newline\r
28794 \end_inset\r
28795 \r
28796 The content of the further lines is inserted to the second or another formula\r
28797  column.\r
28798  The greater the column number where it was inserted, the larger the indentation.\r
28799 \begin_inset VSpace medskip\r
28800 \end_inset\r
28801 \r
28802 \r
28803 \begin_inset Newline newline\r
28804 \end_inset\r
28805 \r
28806 \r
28807 \begin_inset Note Greyedout\r
28808 status open\r
28809 \r
28810 \begin_layout Plain Layout\r
28811 Note the following when using \r
28812 \series bold\r
28813 \r
28814 \backslash\r
28815 lefteqn\r
28816 \series default\r
28817 :\r
28818 \end_layout\r
28819 \r
28820 \begin_layout Itemize\r
28821 The formula doesn't use the full page width.\r
28822  When e.\r
28823 \begin_inset space \thinspace{}\r
28824 \end_inset\r
28825 \r
28826 g.\r
28827 \begin_inset space \space{}\r
28828 \end_inset\r
28829 \r
28830 the term \r
28831 \begin_inset Formula $-B^{2}$\r
28832 \end_inset\r
28833 \r
28834  is added to the first line in the above example, it would have been outside\r
28835  the page margin.\r
28836  To better use the width, negative space can be inserted at the beginning\r
28837  of the first line.\r
28838 \end_layout\r
28839 \r
28840 \begin_layout Itemize\r
28841 Due to a bug in LyX the cursor cannot be set with the mouse into the first\r
28842  line.\r
28843 \begin_inset Foot\r
28844 status collapsed\r
28845 \r
28846 \begin_layout Plain Layout\r
28847 \begin_inset CommandInset href\r
28848 LatexCommand href\r
28849 name "LyX-bug #1429"\r
28850 target "http://www.lyx.org/trac/ticket/1429"\r
28851 \r
28852 \end_inset\r
28853 \r
28854 \r
28855 \end_layout\r
28856 \r
28857 \end_inset\r
28858 \r
28859  One can only set the cursor at the beginning of the line and move it with\r
28860  the arrow keys.\r
28861 \end_layout\r
28862 \r
28863 \end_inset\r
28864 \r
28865 \r
28866 \end_layout\r
28867 \r
28868 \begin_layout Itemize\r
28869 Other methods to set long formulas are offered by the environments described\r
28870  in \r
28871 \begin_inset CommandInset ref\r
28872 LatexCommand ref\r
28873 reference "sub:Multline-Environment"\r
28874 \r
28875 \end_inset\r
28876 \r
28877  and \r
28878 \begin_inset CommandInset ref\r
28879 LatexCommand ref\r
28880 reference "sub:Multiline-Formula-Parts"\r
28881 \r
28882 \end_inset\r
28883 \r
28884 .\r
28885 \end_layout\r
28886 \r
28887 \begin_layout Subsubsection\r
28888 Multiline Brackets\r
28889 \begin_inset CommandInset label\r
28890 LatexCommand label\r
28891 name "sub:Multiline-Brackets"\r
28892 \r
28893 \end_inset\r
28894 \r
28895 \r
28896 \begin_inset Index idx\r
28897 status collapsed\r
28898 \r
28899 \begin_layout Plain Layout\r
28900 Brackets ! for multiline expressions\r
28901 \end_layout\r
28902 \r
28903 \end_inset\r
28904 \r
28905 \r
28906 \end_layout\r
28907 \r
28908 \begin_layout Standard\r
28909 For brackets spanning multiple lines the following problem occurs:\r
28910 \begin_inset Formula \r
28911 \begin{eqnarray*}\r
28912 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\\r
28913  &  & \left.\cdots+B-D\right]\r
28914 \end{eqnarray*}\r
28915 \r
28916 \end_inset\r
28917 \r
28918 \r
28919 \end_layout\r
28920 \r
28921 \begin_layout Standard\r
28922 The closing bracket is smaller than the opening bracket because brackets\r
28923  with variable size may not span multiple lines.\r
28924 \end_layout\r
28925 \r
28926 \begin_layout Standard\r
28927 To set the bracket size for the second line correctly, the first line is\r
28928  ended with \r
28929 \series bold\r
28930 \r
28931 \backslash\r
28932 right.\r
28933 \series default\r
28934 \r
28935 \begin_inset Index idx\r
28936 status collapsed\r
28937 \r
28938 \begin_layout Plain Layout\r
28939 Commands ! R ! \r
28940 \backslash\r
28941 right\r
28942 \end_layout\r
28943 \r
28944 \end_inset\r
28945 \r
28946  and the second line with \r
28947 \series bold\r
28948 \r
28949 \backslash\r
28950 left.\r
28951 \begin_inset Foot\r
28952 status collapsed\r
28953 \r
28954 \begin_layout Plain Layout\r
28955 for more about \r
28956 \series bold\r
28957 \r
28958 \backslash\r
28959 left\r
28960 \series default\r
28961  and \r
28962 \series bold\r
28963 \r
28964 \backslash\r
28965 right\r
28966 \series default\r
28967  see \r
28968 \begin_inset CommandInset ref\r
28969 LatexCommand ref\r
28970 reference "sub:Automatic-Bracket-Size"\r
28971 \r
28972 \end_inset\r
28973 \r
28974 \r
28975 \end_layout\r
28976 \r
28977 \end_inset\r
28978 \r
28979 \r
28980 \series default\r
28981 \r
28982 \begin_inset Index idx\r
28983 status collapsed\r
28984 \r
28985 \begin_layout Plain Layout\r
28986 Commands ! L ! \r
28987 \backslash\r
28988 left\r
28989 \end_layout\r
28990 \r
28991 \end_inset\r
28992 \r
28993 .\r
28994  After \r
28995 \series bold\r
28996 \r
28997 \backslash\r
28998 left.\r
28999 \r
29000 \series default\r
29001  the command \r
29002 \series bold\r
29003 \r
29004 \backslash\r
29005 vphantom\r
29006 \series default\r
29007 \r
29008 \begin_inset ERT\r
29009 status collapsed\r
29010 \r
29011 \begin_layout Plain Layout\r
29012 \r
29013 \r
29014 \backslash\r
29015 spce \r
29016 \end_layout\r
29017 \r
29018 \end_inset\r
29019 \r
29020 \r
29021 \series bold\r
29022 \r
29023 \backslash\r
29024 prod\r
29025 \series default\r
29026 ^\r
29027 \begin_inset ERT\r
29028 status collapsed\r
29029 \r
29030 \begin_layout Plain Layout\r
29031 \r
29032 \r
29033 \backslash\r
29034 spce \r
29035 \end_layout\r
29036 \r
29037 \end_inset\r
29038 \r
29039 \r
29040 \series bold\r
29041 \r
29042 \backslash\r
29043 infty\r
29044 \series default\r
29045 \r
29046 \begin_inset ERT\r
29047 status collapsed\r
29048 \r
29049 \begin_layout Plain Layout\r
29050 \r
29051 \r
29052 \backslash\r
29053 spce \r
29054 \end_layout\r
29055 \r
29056 \end_inset\r
29057 \r
29058 \r
29059 \series bold\r
29060 \r
29061 \begin_inset Formula $\downarrow$\r
29062 \end_inset\r
29063 \r
29064 _R=1}\r
29065 \series default\r
29066 \r
29067 \begin_inset Index idx\r
29068 status collapsed\r
29069 \r
29070 \begin_layout Plain Layout\r
29071 Commands ! V ! \r
29072 \backslash\r
29073 vphantom\r
29074 \end_layout\r
29075 \r
29076 \end_inset\r
29077 \r
29078  is inserted, because the multiplication operator with its limits is the\r
29079  largest symbol in the first line and this should be the size for the bracket\r
29080  in the second line.\r
29081 \end_layout\r
29082 \r
29083 \begin_layout Standard\r
29084 The result is this:\r
29085 \begin_inset Formula \r
29086 \begin{eqnarray*}\r
29087 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\\r
29088  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\r
29089 \end{eqnarray*}\r
29090 \r
29091 \end_inset\r
29092 \r
29093 \r
29094 \end_layout\r
29095 \r
29096 \begin_layout Subsection\r
29097 Align Environments\r
29098 \end_layout\r
29099 \r
29100 \begin_layout Standard\r
29101 Align environments can be used for every kind of multiline formulas.\r
29102  They are especially useful to set several formulas side by side.\r
29103 \end_layout\r
29104 \r
29105 \begin_layout Standard\r
29106 Align environments consist of columns.\r
29107  The odd columns are right aligned, the even ones left aligned.\r
29108  Every line in an Align environment can be numbered.\r
29109 \end_layout\r
29110 \r
29111 \begin_layout Standard\r
29112 Align environments are created via the menu \r
29113 \family sans\r
29114 Insert\SpecialChar \menuseparator\r
29115 Math\r
29116 \family default\r
29117 .\r
29118  With the menu \r
29119 \family sans\r
29120 Edit\SpecialChar \menuseparator\r
29121 Math\SpecialChar \menuseparator\r
29122 Change Formula Type\r
29123 \family default\r
29124  already existing formulas can be converted to Align environments.\r
29125 \end_layout\r
29126 \r
29127 \begin_layout Standard\r
29128 To add or delete columns, the math toolbar buttons \r
29129 \begin_inset Graphics\r
29130         filename ../images/tabular-feature_append-column.png\r
29131         scale 85\r
29132 \r
29133 \end_inset\r
29134 \r
29135  or \r
29136 \begin_inset Graphics\r
29137         filename ../images/tabular-feature_delete-column.png\r
29138         scale 85\r
29139 \r
29140 \end_inset\r
29141 \r
29142 , respectively, or the menu \r
29143 \family sans\r
29144 Edit\SpecialChar \menuseparator\r
29145 Rows & Columns\r
29146 \family default\r
29147  can be used.\r
29148 \end_layout\r
29149 \r
29150 \begin_layout Subsubsection\r
29151 Standard align Environment\r
29152 \begin_inset CommandInset label\r
29153 LatexCommand label\r
29154 name "sub:Standard-align-Environment"\r
29155 \r
29156 \end_inset\r
29157 \r
29158 \r
29159 \begin_inset Index idx\r
29160 status collapsed\r
29161 \r
29162 \begin_layout Plain Layout\r
29163 Formula ! multiline ! align environment\r
29164 \end_layout\r
29165 \r
29166 \end_inset\r
29167 \r
29168 \r
29169 \end_layout\r
29170 \r
29171 \begin_layout Standard\r
29172 This Align environment is created by pressing \r
29173 \begin_inset Info\r
29174 type  "shortcut"\r
29175 arg   "newline-insert newline"\r
29176 \end_inset\r
29177 \r
29178  in a formula or by the menu \r
29179 \family sans\r
29180 Insert\SpecialChar \menuseparator\r
29181 Math\SpecialChar \menuseparator\r
29182 AMS align Environment\r
29183 \family default\r
29184 .\r
29185 \end_layout\r
29186 \r
29187 \begin_layout Standard\r
29188 An example for two formulas set side by side, that are created with a four\r
29189  column align environment:\r
29190 \begin_inset Formula \r
29191 \begin{align*}\r
29192 A & =\sin(B) & C & =D\\\r
29193 C & \ne A & B & \ne D\r
29194 \end{align*}\r
29195 \r
29196 \end_inset\r
29197 \r
29198 As it can be seen, the formulas in this environment are placed so as if\r
29199  there would be a \r
29200 \series bold\r
29201 \r
29202 \backslash\r
29203 hfill\r
29204 \begin_inset Foot\r
29205 status collapsed\r
29206 \r
29207 \begin_layout Plain Layout\r
29208 more about \r
29209 \series bold\r
29210 \r
29211 \backslash\r
29212 hfill\r
29213 \series default\r
29214  see \r
29215 \begin_inset CommandInset ref\r
29216 LatexCommand ref\r
29217 reference "sub:Variable-Space"\r
29218 \r
29219 \end_inset\r
29220 \r
29221 \r
29222 \end_layout\r
29223 \r
29224 \end_inset\r
29225 \r
29226 \r
29227 \series default\r
29228  before the first and after every even column.\r
29229  When the formula style \r
29230 \series bold\r
29231 Indented\r
29232 \begin_inset Foot\r
29233 status collapsed\r
29234 \r
29235 \begin_layout Plain Layout\r
29236 formula styles see \r
29237 \begin_inset CommandInset ref\r
29238 LatexCommand ref\r
29239 reference "sec:Formula-Styles"\r
29240 \r
29241 \end_inset\r
29242 \r
29243 \r
29244 \end_layout\r
29245 \r
29246 \end_inset\r
29247 \r
29248 \r
29249 \series default\r
29250  is used, the formula is set without the \r
29251 \series bold\r
29252 \r
29253 \backslash\r
29254 hfill\r
29255 \series default\r
29256  before the first column.\r
29257 \end_layout\r
29258 \r
29259 \begin_layout Subsubsection\r
29260 Alignat Environment\r
29261 \begin_inset Index idx\r
29262 status collapsed\r
29263 \r
29264 \begin_layout Plain Layout\r
29265 Formula ! multiline ! alignat environment\r
29266 \end_layout\r
29267 \r
29268 \end_inset\r
29269 \r
29270 \r
29271 \end_layout\r
29272 \r
29273 \begin_layout Standard\r
29274 The alignat environment has no predefined column separation.\r
29275  It can be inserted manually with the spaces that are described \r
29276 \begin_inset CommandInset ref\r
29277 LatexCommand ref\r
29278 reference "sub:Space"\r
29279 \r
29280 \end_inset\r
29281 \r
29282 .\r
29283 \end_layout\r
29284 \r
29285 \begin_layout Standard\r
29286 The above example in the alignat environment where 1\r
29287 \begin_inset space \thinspace{}\r
29288 \end_inset\r
29289 \r
29290 cm space was inserted at the beginning of the second formula:\r
29291 \begin_inset Formula \r
29292 \begin{alignat*}{2}\r
29293 A & =\sin(B) & \hspace{1cm}C & =D\\\r
29294 C & \ne A & B & \ne D\r
29295 \end{alignat*}\r
29296 \r
29297 \end_inset\r
29298 \r
29299 Because the column separation can be set separately for every column, this\r
29300  environment is especially suitable to set three and more formulas side\r
29301  by side.\r
29302 \end_layout\r
29303 \r
29304 \begin_layout Subsubsection\r
29305 Flalign Environment\r
29306 \begin_inset CommandInset label\r
29307 LatexCommand label\r
29308 name "sub:Flalign-Environment"\r
29309 \r
29310 \end_inset\r
29311 \r
29312 \r
29313 \begin_inset Index idx\r
29314 status collapsed\r
29315 \r
29316 \begin_layout Plain Layout\r
29317 Formula ! multiline ! flalign environment\r
29318 \end_layout\r
29319 \r
29320 \end_inset\r
29321 \r
29322 \r
29323 \end_layout\r
29324 \r
29325 \begin_layout Standard\r
29326 In this environment the first two columns are always set as much as possible\r
29327  to the left and the last two ones to the right.\r
29328  An example:\r
29329 \begin_inset Formula \r
29330 \begin{flalign*}\r
29331 A & =1 & B & =2 & C & =3\\\r
29332 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\r
29333 \end{flalign*}\r
29334 \r
29335 \end_inset\r
29336 \r
29337 \r
29338 \end_layout\r
29339 \r
29340 \begin_layout Standard\r
29341 By creating a flalign environment with an odd number of columns where an\r
29342  empty TeX-brace is inserted to the last column, several formulas in a document\r
29343  can be set to the left, although the formula style \r
29344 \series bold\r
29345 Centered\r
29346 \series default\r
29347  is used.\r
29348  As example the indented formula \r
29349 \begin_inset CommandInset ref\r
29350 LatexCommand eqref\r
29351 reference "eq:VolInt"\r
29352 \r
29353 \end_inset\r
29354 \r
29355 :\r
29356 \begin_inset Formula \r
29357 \begin{flalign}\r
29358 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\r
29359 \end{flalign}\r
29360 \r
29361 \end_inset\r
29362 \r
29363 The first two columns contain the formula.\r
29364  To indent it as with the formula style \r
29365 \series bold\r
29366 Indented\r
29367 \series default\r
29368 , 30\r
29369 \begin_inset space \thinspace{}\r
29370 \end_inset\r
29371 \r
29372 pt space was inserted at the beginning of the first column.\r
29373 \end_layout\r
29374 \r
29375 \begin_layout Subsection\r
29376 Eqnarray Environment\r
29377 \begin_inset CommandInset label\r
29378 LatexCommand label\r
29379 name "sub:Eqnarray-Environment"\r
29380 \r
29381 \end_inset\r
29382 \r
29383 \r
29384 \begin_inset Index idx\r
29385 status collapsed\r
29386 \r
29387 \begin_layout Plain Layout\r
29388 Formula ! multiline ! eqnarray environment\r
29389 \end_layout\r
29390 \r
29391 \end_inset\r
29392 \r
29393 \r
29394 \end_layout\r
29395 \r
29396 \begin_layout Standard\r
29397 When this environment has been created, three blue boxes appear.\r
29398  The content of the first box is right aligned, the content of the last\r
29399  one left aligned.\r
29400  The content of the middle box appears centered and a bit smaller, because\r
29401  it is designed to insert there only relation characters.\r
29402 \begin_inset Formula \r
29403 \begin{eqnarray*}\r
29404 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\\r
29405 AB & AB & AB\\\r
29406 A & = & A\r
29407 \end{eqnarray*}\r
29408 \r
29409 \end_inset\r
29410 \r
29411 \r
29412 \end_layout\r
29413 \r
29414 \begin_layout Subsection\r
29415 Gather Environment\r
29416 \begin_inset Index idx\r
29417 status collapsed\r
29418 \r
29419 \begin_layout Plain Layout\r
29420 Formula ! multiline ! gather environment\r
29421 \end_layout\r
29422 \r
29423 \end_inset\r
29424 \r
29425 \r
29426 \end_layout\r
29427 \r
29428 \begin_layout Standard\r
29429 This environment consists of only one centered column.\r
29430  Every line can be numbered.\r
29431 \begin_inset Formula \r
29432 \begin{gather}\r
29433 A=1\\\r
29434 X=\textrm{-}1\r
29435 \end{gather}\r
29436 \r
29437 \end_inset\r
29438 \r
29439 \r
29440 \end_layout\r
29441 \r
29442 \begin_layout Subsection\r
29443 Multline Environment\r
29444 \begin_inset CommandInset label\r
29445 LatexCommand label\r
29446 name "sub:Multline-Environment"\r
29447 \r
29448 \end_inset\r
29449 \r
29450 \r
29451 \begin_inset Index idx\r
29452 status collapsed\r
29453 \r
29454 \begin_layout Plain Layout\r
29455 Formula ! multiline ! multline environment\r
29456 \end_layout\r
29457 \r
29458 \end_inset\r
29459 \r
29460 \r
29461 \end_layout\r
29462 \r
29463 \begin_layout Standard\r
29464 The multline environment consists, like the gather environment, of only\r
29465  one column.\r
29466  But the first line is left aligned, the last one right aligned.\r
29467  All other lines are centered.\r
29468  Therefore this environment is suitable for long formulas.\r
29469  As example formula \r
29470 \begin_inset CommandInset ref\r
29471 LatexCommand eqref\r
29472 reference "eq:lefteqn"\r
29473 \r
29474 \end_inset\r
29475 \r
29476  in the multline environment:\r
29477 \begin_inset Formula \r
29478 \begin{multline}\r
29479 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
29480 -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
29481 =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
29482 \end{multline}\r
29483 \r
29484 \end_inset\r
29485 \r
29486 \r
29487 \end_layout\r
29488 \r
29489 \begin_layout Standard\r
29490 In the output only the last (first) line of a multline environment appears\r
29491  numbered when the document numbering is right (left).\r
29492 \begin_inset Foot\r
29493 status collapsed\r
29494 \r
29495 \begin_layout Plain Layout\r
29496 numbering styles see \r
29497 \begin_inset CommandInset ref\r
29498 LatexCommand ref\r
29499 reference "sec:Formula-Styles"\r
29500 \r
29501 \end_inset\r
29502 \r
29503 \r
29504 \end_layout\r
29505 \r
29506 \end_inset\r
29507 \r
29508 \r
29509 \end_layout\r
29510 \r
29511 \begin_layout Standard\r
29512 With the commands \r
29513 \series bold\r
29514 \r
29515 \backslash\r
29516 shoveright\r
29517 \series default\r
29518 \r
29519 \begin_inset Index idx\r
29520 status collapsed\r
29521 \r
29522 \begin_layout Plain Layout\r
29523 Commands ! S ! \r
29524 \backslash\r
29525 shoveright\r
29526 \end_layout\r
29527 \r
29528 \end_inset\r
29529 \r
29530  and \r
29531 \series bold\r
29532 \r
29533 \backslash\r
29534 shoveleft\r
29535 \series default\r
29536 \r
29537 \begin_inset Index idx\r
29538 status collapsed\r
29539 \r
29540 \begin_layout Plain Layout\r
29541 Commands ! S ! \r
29542 \backslash\r
29543 shoveleft\r
29544 \end_layout\r
29545 \r
29546 \end_inset\r
29547 \r
29548  a centered line can be right or left aligned, respectively.\r
29549  The commands are used as follows:\r
29550 \end_layout\r
29551 \r
29552 \begin_layout Standard\r
29553 \r
29554 \series bold\r
29555 \r
29556 \backslash\r
29557 shoveright{line content}\r
29558 \series default\r
29559  and \r
29560 \series bold\r
29561 \r
29562 \backslash\r
29563 shoveleft{line content}\r
29564 \end_layout\r
29565 \r
29566 \begin_layout Standard\r
29567 \begin_inset VSpace medskip\r
29568 \end_inset\r
29569 \r
29570 The length \r
29571 \series bold\r
29572 \r
29573 \backslash\r
29574 multlinegap\r
29575 \series default\r
29576 \r
29577 \begin_inset Index idx\r
29578 status collapsed\r
29579 \r
29580 \begin_layout Plain Layout\r
29581 Commands ! M ! \r
29582 \backslash\r
29583 multlinegap\r
29584 \end_layout\r
29585 \r
29586 \end_inset\r
29587 \r
29588  specifies the distance of the first line from the left page margin.\r
29589  Predefined is the length 0\r
29590 \begin_inset space \thinspace{}\r
29591 \end_inset\r
29592 \r
29593 pt.\r
29594 \end_layout\r
29595 \r
29596 \begin_layout Standard\r
29597 As example the above formula where the command\r
29598 \end_layout\r
29599 \r
29600 \begin_layout Standard\r
29601 \r
29602 \series bold\r
29603 \r
29604 \backslash\r
29605 setlength{\r
29606 \backslash\r
29607 multlinegap}{2cm}\r
29608 \end_layout\r
29609 \r
29610 \begin_layout Standard\r
29611 was inserted in TeX-mode before:\r
29612 \begin_inset ERT\r
29613 status collapsed\r
29614 \r
29615 \begin_layout Plain Layout\r
29616 \r
29617 \r
29618 \backslash\r
29619 setlength{\r
29620 \backslash\r
29621 multlinegap}{2cm}\r
29622 \end_layout\r
29623 \r
29624 \end_inset\r
29625 \r
29626 \r
29627 \begin_inset Formula \r
29628 \begin{multline}\r
29629 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
29630 \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
29631 =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
29632 \end{multline}\r
29633 \r
29634 \end_inset\r
29635 \r
29636 \r
29637 \begin_inset ERT\r
29638 status collapsed\r
29639 \r
29640 \begin_layout Plain Layout\r
29641 \r
29642 \r
29643 \backslash\r
29644 setlength{\r
29645 \backslash\r
29646 multlinegap}{0pt}\r
29647 \end_layout\r
29648 \r
29649 \end_inset\r
29650 \r
29651 The second line was left aligned using \r
29652 \series bold\r
29653 \r
29654 \backslash\r
29655 shoveleft\r
29656 \series default\r
29657 .\r
29658 \end_layout\r
29659 \r
29660 \begin_layout Subsection\r
29661 Multiline Formula Parts\r
29662 \begin_inset CommandInset label\r
29663 LatexCommand label\r
29664 name "sub:Multiline-Formula-Parts"\r
29665 \r
29666 \end_inset\r
29667 \r
29668 \r
29669 \begin_inset Index idx\r
29670 status collapsed\r
29671 \r
29672 \begin_layout Plain Layout\r
29673 Formula ! multiline ! formula parts\r
29674 \end_layout\r
29675 \r
29676 \end_inset\r
29677 \r
29678 \r
29679 \end_layout\r
29680 \r
29681 \begin_layout Standard\r
29682 To display only parts of a formula with multiple lines, one of the following\r
29683  environments is used: \r
29684 \series bold\r
29685 aligned\r
29686 \series default\r
29687\r
29688 \series bold\r
29689 alignedat\r
29690 \series default\r
29691\r
29692 \series bold\r
29693 gathered\r
29694 \series default\r
29695  or \r
29696 \series bold\r
29697 split\r
29698 \series default\r
29699 .\r
29700  They can be inserted via the menu \r
29701 \family sans\r
29702 Insert\SpecialChar \menuseparator\r
29703 Math\r
29704 \family default\r
29705  or by using the commands described in this section.\r
29706 \end_layout\r
29707 \r
29708 \begin_layout Standard\r
29709 The first three have the same properties as the corresponding multiline\r
29710  formula environments, but it is possible to set further formula parts beside\r
29711  them.\r
29712  An example:\r
29713 \begin_inset Formula \r
29714 \[\r
29715 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\\r
29716 \Delta E\Delta t & \ge\frac{\hbar}{2}\r
29717 \end{aligned}\r
29718 \right\} \textrm{Uncertainty relations}\r
29719 \]\r
29720 \r
29721 \end_inset\r
29722 \r
29723 \r
29724 \end_layout\r
29725 \r
29726 \begin_layout Standard\r
29727 To get this formula, a displayed formula is created where the command \r
29728 \series bold\r
29729 \r
29730 \backslash\r
29731 aligned\r
29732 \series default\r
29733 \r
29734 \begin_inset Index idx\r
29735 status collapsed\r
29736 \r
29737 \begin_layout Plain Layout\r
29738 Commands ! A ! \r
29739 \backslash\r
29740 aligned\r
29741 \end_layout\r
29742 \r
29743 \end_inset\r
29744 \r
29745  is inserted.\r
29746  A purple box appears around the blue formula box where now columns and\r
29747  lines can be added.\r
29748  Outside the multiline environment other formula parts can be set, like\r
29749  the brace.\r
29750 \end_layout\r
29751 \r
29752 \begin_layout Standard\r
29753 The aligned environment is also suitable for long formulas whose lines are\r
29754  horizontally aligned.\r
29755  Using aligned in a displayed formula has the advantage that the formula\r
29756  number is vertically centered behind the lines.\r
29757  As example formula \r
29758 \begin_inset CommandInset ref\r
29759 LatexCommand eqref\r
29760 reference "eq:shortlong"\r
29761 \r
29762 \end_inset\r
29763 \r
29764  in the aligned environment:\r
29765 \begin_inset Formula \r
29766 \begin{equation}\r
29767 \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
29768  & -\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
29769 \end{aligned}\r
29770 \end{equation}\r
29771 \r
29772 \end_inset\r
29773 \r
29774 \r
29775 \end_layout\r
29776 \r
29777 \begin_layout Standard\r
29778 To use the environments \r
29779 \series bold\r
29780 alignedat\r
29781 \series default\r
29782\r
29783 \series bold\r
29784 gathered\r
29785 \series default\r
29786 , or \r
29787 \series bold\r
29788 split\r
29789 \series default\r
29790 , the command \r
29791 \series bold\r
29792 \r
29793 \backslash\r
29794 alignedat\r
29795 \series default\r
29796 ,\r
29797 \begin_inset Index idx\r
29798 status collapsed\r
29799 \r
29800 \begin_layout Plain Layout\r
29801 Commands ! A ! \r
29802 \backslash\r
29803 alignedat\r
29804 \end_layout\r
29805 \r
29806 \end_inset\r
29807 \r
29808  \r
29809 \series bold\r
29810 \r
29811 \backslash\r
29812 gathered\r
29813 \series default\r
29814 \r
29815 \begin_inset Index idx\r
29816 status collapsed\r
29817 \r
29818 \begin_layout Plain Layout\r
29819 Commands ! G ! \r
29820 \backslash\r
29821 gathered\r
29822 \end_layout\r
29823 \r
29824 \end_inset\r
29825 \r
29826 , or \r
29827 \series bold\r
29828 \r
29829 \backslash\r
29830 split\r
29831 \series default\r
29832 \r
29833 \begin_inset Index idx\r
29834 status collapsed\r
29835 \r
29836 \begin_layout Plain Layout\r
29837 Commands ! S ! \r
29838 \backslash\r
29839 split\r
29840 \end_layout\r
29841 \r
29842 \end_inset\r
29843 \r
29844  are inserted, respectively.\r
29845  The split environment has the same properties as the aligned environment\r
29846  but it can only have two columns.\r
29847 \end_layout\r
29848 \r
29849 \begin_layout Subsection\r
29850 Text in multiline Formulas\r
29851 \begin_inset CommandInset label\r
29852 LatexCommand label\r
29853 name "sub:Text-in-multiline"\r
29854 \r
29855 \end_inset\r
29856 \r
29857 \r
29858 \begin_inset Index idx\r
29859 status collapsed\r
29860 \r
29861 \begin_layout Plain Layout\r
29862 Text ! in formulas\r
29863 \end_layout\r
29864 \r
29865 \end_inset\r
29866 \r
29867 \r
29868 \begin_inset Index idx\r
29869 status collapsed\r
29870 \r
29871 \begin_layout Plain Layout\r
29872 Formula ! multiline ! text\r
29873 \end_layout\r
29874 \r
29875 \end_inset\r
29876 \r
29877 \r
29878 \end_layout\r
29879 \r
29880 \begin_layout Standard\r
29881 In the Align environments, and the multline and gather environment, text\r
29882  can be inserted that will appear in a separate line and doesn't affect\r
29883  the column alignment.\r
29884  To do this, the command \r
29885 \series bold\r
29886 \r
29887 \backslash\r
29888 intertext\r
29889 \series default\r
29890 \r
29891 \begin_inset Index idx\r
29892 status collapsed\r
29893 \r
29894 \begin_layout Plain Layout\r
29895 Commands ! I ! \r
29896 \backslash\r
29897 intertext\r
29898 \end_layout\r
29899 \r
29900 \end_inset\r
29901 \r
29902  is used in the following scheme:\r
29903 \end_layout\r
29904 \r
29905 \begin_layout Standard\r
29906 \r
29907 \series bold\r
29908 \r
29909 \backslash\r
29910 intertext{text}\r
29911 \end_layout\r
29912 \r
29913 \begin_layout Standard\r
29914 The text should not be longer than a line because it cannot be hyphenated.\r
29915  As LyX doesn't yet support \r
29916 \series bold\r
29917 \r
29918 \backslash\r
29919 intertext\r
29920 \series default\r
29921  directly, the text is written as mathematical text.\r
29922  \r
29923 \series bold\r
29924 \r
29925 \backslash\r
29926 intertext\r
29927 \series default\r
29928  must hereby be at the beginning of a line and appears in the output above\r
29929  this line.\r
29930  An example where the text was inserted at the beginning of the second line:\r
29931 \begin_inset Formula \r
29932 \begin{align}\r
29933 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\\r
29934 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\r
29935 \end{align}\r
29936 \r
29937 \end_inset\r
29938 \r
29939 \r
29940 \end_layout\r
29941 \r
29942 \begin_layout Section\r
29943 Formula Numbering\r
29944 \begin_inset Index idx\r
29945 status collapsed\r
29946 \r
29947 \begin_layout Plain Layout\r
29948 Formula numbering\r
29949 \end_layout\r
29950 \r
29951 \end_inset\r
29952 \r
29953 \r
29954 \begin_inset Index idx\r
29955 status collapsed\r
29956 \r
29957 \begin_layout Plain Layout\r
29958 Formula ! numbering|see\r
29959 \begin_inset ERT\r
29960 status collapsed\r
29961 \r
29962 \begin_layout Plain Layout\r
29963 \r
29964 {\r
29965 \end_layout\r
29966 \r
29967 \end_inset\r
29968 \r
29969 Formula numbering\r
29970 \begin_inset ERT\r
29971 status collapsed\r
29972 \r
29973 \begin_layout Plain Layout\r
29974 \r
29975 }\r
29976 \end_layout\r
29977 \r
29978 \end_inset\r
29979 \r
29980 \r
29981 \end_layout\r
29982 \r
29983 \end_inset\r
29984 \r
29985 \r
29986 \end_layout\r
29987 \r
29988 \begin_layout Subsection\r
29989 General\r
29990 \end_layout\r
29991 \r
29992 \begin_layout Standard\r
29993 Numbered formulas can be created with the menu \r
29994 \family sans\r
29995 Insert\SpecialChar \menuseparator\r
29996 Math\SpecialChar \menuseparator\r
29997 Numbered\r
29998 \begin_inset space ~\r
29999 \end_inset\r
30000 \r
30001 Formula\r
30002 \family default\r
30003  (shortcut \r
30004 \family sans\r
30005 Ctrl+Alt\r
30006 \begin_inset space ~\r
30007 \end_inset\r
30008 \r
30009 N\r
30010 \family default\r
30011 ).\r
30012  Existing formulas can be numbered with the menu \r
30013 \family sans\r
30014 Edit\SpecialChar \menuseparator\r
30015 Math\SpecialChar \menuseparator\r
30016 Toggle\r
30017 \begin_inset space ~\r
30018 \end_inset\r
30019 \r
30020 Numbering\r
30021 \family default\r
30022  (shortcut \r
30023 \begin_inset Info\r
30024 type  "shortcut"\r
30025 arg   "math-number-toggle"\r
30026 \end_inset\r
30027 \r
30028 ).\r
30029  The formula number is displayed in LyX behind the formula as a number sign\r
30030  in parentheses.\r
30031  The number sign is replaced in the output by the formula number.\r
30032 \end_layout\r
30033 \r
30034 \begin_layout Standard\r
30035 When numbering is turned on in multiline formulas, all lines will be numbered.\r
30036  But the numbering can be controlled with the menu \r
30037 \family sans\r
30038 Edit\SpecialChar \menuseparator\r
30039 Math\SpecialChar \menuseparator\r
30040 Toggle\r
30041 \begin_inset space ~\r
30042 \end_inset\r
30043 \r
30044 Numbering\r
30045 \begin_inset space ~\r
30046 \end_inset\r
30047 \r
30048 of\r
30049 \begin_inset space ~\r
30050 \end_inset\r
30051 \r
30052 Line\r
30053 \family default\r
30054  (shortcut \r
30055 \begin_inset Info\r
30056 type  "shortcut"\r
30057 arg   "math-number-line-toggle"\r
30058 \end_inset\r
30059 \r
30060 ) for every line.\r
30061 \end_layout\r
30062 \r
30063 \begin_layout Standard\r
30064 Except for inline formulas, all formulas can be numbered with two different\r
30065  styles, see \r
30066 \begin_inset CommandInset ref\r
30067 LatexCommand ref\r
30068 reference "sec:Formula-Styles"\r
30069 \r
30070 \end_inset\r
30071 \r
30072 .\r
30073 \end_layout\r
30074 \r
30075 \begin_layout Subsection\r
30076 Cross-References\r
30077 \begin_inset Index idx\r
30078 status collapsed\r
30079 \r
30080 \begin_layout Plain Layout\r
30081 Cross-references ! to formulas\r
30082 \end_layout\r
30083 \r
30084 \end_inset\r
30085 \r
30086 \r
30087 \end_layout\r
30088 \r
30089 \begin_layout Standard\r
30090 All labeled formulas can be cross-referenced.\r
30091  A label is added by the menu \r
30092 \family sans\r
30093 Insert\SpecialChar \menuseparator\r
30094 Label\r
30095 \family default\r
30096  or the toolbar button \r
30097 \begin_inset Graphics\r
30098         filename ../images/label-insert.png\r
30099         scale 85\r
30100 \r
30101 \end_inset\r
30102 \r
30103 .\r
30104  The cursor must hereby be inside a displayed formula.\r
30105  Alternatively you can right-click on the formula and choose \r
30106 \family sans\r
30107 Equation Label\r
30108 \family default\r
30109 .\r
30110  A dialog pops up displaying the prefix \r
30111 \series bold\r
30112 eq:\r
30113 \series default\r
30114  in a text field.\r
30115  The label is inserted there behind the prefix.\r
30116  The predefined prefix means \r
30117 \begin_inset Quotes eld\r
30118 \end_inset\r
30119 \r
30120 equation\r
30121 \begin_inset Quotes erd\r
30122 \end_inset\r
30123 \r
30124  and makes it easier to find labels in large documents because it marks\r
30125  it as formula label to divide it from e.\r
30126 \begin_inset space \thinspace{}\r
30127 \end_inset\r
30128 \r
30129 g.\r
30130 \begin_inset space \space{}\r
30131 \end_inset\r
30132 \r
30133 section labels.\r
30134  To change a label, the menu \r
30135 \family sans\r
30136 Insert\SpecialChar \menuseparator\r
30137 Label\r
30138 \family default\r
30139  is used again or you right-click on a formula and then on \r
30140 \family sans\r
30141 Equation Label\r
30142 \family default\r
30143 .\r
30144 \end_layout\r
30145 \r
30146 \begin_layout Standard\r
30147 The name of the label is displayed in LyX within two parentheses behind\r
30148  formula.\r
30149  A formula with a label is always numbered.\r
30150 \end_layout\r
30151 \r
30152 \begin_layout Standard\r
30153 Cross-references are inserted via the menu \r
30154 \family sans\r
30155 Insert\SpecialChar \menuseparator\r
30156 Cross-Reference\r
30157 \family default\r
30158  or with the toolbar button \r
30159 \begin_inset Graphics\r
30160         filename ../images/dialog-show-new-inset_ref.png\r
30161         scale 85\r
30162 \r
30163 \end_inset\r
30164 \r
30165 .\r
30166  A formula cross-reference appears in the output as formula number.\r
30167  When in the cross-reference dialog window the format \r
30168 \series bold\r
30169 (<reference>)\r
30170 \series default\r
30171  is chosen, the cross-reference appears in the output as formula number\r
30172  in parentheses.\r
30173 \begin_inset Newline newline\r
30174 \end_inset\r
30175 \r
30176 By right-clicking on a cross-reference in LyX, one jumps to the formula\r
30177  that is referenced.\r
30178 \end_layout\r
30179 \r
30180 \begin_layout Standard\r
30181 Here are as examples cross-references to formulas of the following subsections:\r
30182 \begin_inset Note Note\r
30183 status open\r
30184 \r
30185 \begin_layout Plain Layout\r
30186 Note the different cross-reference types.\r
30187 \end_layout\r
30188 \r
30189 \end_inset\r
30190 \r
30191 \r
30192 \end_layout\r
30193 \r
30194 \begin_layout Standard\r
30195 The equations \r
30196 \begin_inset CommandInset ref\r
30197 LatexCommand eqref\r
30198 reference "eq:tag"\r
30199 \r
30200 \end_inset\r
30201 \r
30202  and \r
30203 \begin_inset CommandInset ref\r
30204 LatexCommand eqref\r
30205 reference "eq:c"\r
30206 \r
30207 \end_inset\r
30208 \r
30209  are equivalent.\r
30210  In (\r
30211 \begin_inset CommandInset ref\r
30212 LatexCommand ref\r
30213 reference "eq:Lat"\r
30214 \r
30215 \end_inset\r
30216 \r
30217 ) big Latin letters are used for the numbering in contrary to (\r
30218 \begin_inset CommandInset ref\r
30219 LatexCommand ref\r
30220 reference "eq:Rom"\r
30221 \r
30222 \end_inset\r
30223 \r
30224 ).\r
30225 \end_layout\r
30226 \r
30227 \begin_layout Standard\r
30228 \begin_inset VSpace medskip\r
30229 \end_inset\r
30230 \r
30231 When the argument of \r
30232 \series bold\r
30233 \r
30234 \backslash\r
30235 tag\r
30236 \begin_inset Foot\r
30237 status collapsed\r
30238 \r
30239 \begin_layout Plain Layout\r
30240 \r
30241 \series bold\r
30242 \r
30243 \backslash\r
30244 tag\r
30245 \series default\r
30246  is described in \r
30247 \begin_inset CommandInset ref\r
30248 LatexCommand ref\r
30249 reference "sub:User-defined-Numbering"\r
30250 \r
30251 \end_inset\r
30252 \r
30253 .\r
30254 \end_layout\r
30255 \r
30256 \end_inset\r
30257 \r
30258 \r
30259 \series default\r
30260  contains a box like in \r
30261 \begin_inset CommandInset ref\r
30262 LatexCommand ref\r
30263 reference "sub:Paragraph-Boxes"\r
30264 \r
30265 \end_inset\r
30266 \r
30267 , the formula cannot be referenced.\r
30268 \end_layout\r
30269 \r
30270 \begin_layout Subsection\r
30271 Subnumbering\r
30272 \begin_inset Index idx\r
30273 status collapsed\r
30274 \r
30275 \begin_layout Plain Layout\r
30276 Formula numbering ! subnumbering\r
30277 \end_layout\r
30278 \r
30279 \end_inset\r
30280 \r
30281 \r
30282 \end_layout\r
30283 \r
30284 \begin_layout Standard\r
30285 With the help of the commands \r
30286 \series bold\r
30287 \r
30288 \backslash\r
30289 begin{subequations}\r
30290 \series default\r
30291  and \r
30292 \series bold\r
30293 \r
30294 \backslash\r
30295 end{subequations}\r
30296 \series default\r
30297  formulas can be subnumbered.\r
30298  Both commands are inserted in TeX-mode.\r
30299 \end_layout\r
30300 \r
30301 \begin_layout Standard\r
30302 An example:\r
30303 \begin_inset Formula \r
30304 \begin{equation}\r
30305 A=C-B\label{eq:a}\r
30306 \end{equation}\r
30307 \r
30308 \end_inset\r
30309 \r
30310 \r
30311 \begin_inset ERT\r
30312 status collapsed\r
30313 \r
30314 \begin_layout Plain Layout\r
30315 \r
30316 \r
30317 \backslash\r
30318 addtocounter{equation}{-1}\r
30319 \end_layout\r
30320 \r
30321 \end_inset\r
30322 \r
30323 \r
30324 \begin_inset ERT\r
30325 status collapsed\r
30326 \r
30327 \begin_layout Plain Layout\r
30328 \r
30329 \r
30330 \backslash\r
30331 begin{subequations}\r
30332 \end_layout\r
30333 \r
30334 \end_inset\r
30335 \r
30336 \r
30337 \begin_inset VSpace -5mm\r
30338 \end_inset\r
30339 \r
30340 \r
30341 \begin_inset Formula \r
30342 \begin{equation}\r
30343 B=C-A\label{eq:b}\r
30344 \end{equation}\r
30345 \r
30346 \end_inset\r
30347 \r
30348 \r
30349 \begin_inset Formula \r
30350 \begin{equation}\r
30351 C=A+B\label{eq:c}\r
30352 \end{equation}\r
30353 \r
30354 \end_inset\r
30355 \r
30356 \r
30357 \end_layout\r
30358 \r
30359 \begin_layout Standard\r
30360 \begin_inset ERT\r
30361 status collapsed\r
30362 \r
30363 \begin_layout Plain Layout\r
30364 \r
30365 \r
30366 \backslash\r
30367 end{subequations}\r
30368 \end_layout\r
30369 \r
30370 \end_inset\r
30371 \r
30372 \r
30373 \end_layout\r
30374 \r
30375 \begin_layout Standard\r
30376 To create the example, the following is done:\r
30377 \end_layout\r
30378 \r
30379 \begin_layout Enumerate\r
30380 first formula is inserted\r
30381 \end_layout\r
30382 \r
30383 \begin_layout Enumerate\r
30384 \r
30385 \series bold\r
30386 \r
30387 \backslash\r
30388 addtocounter{equation}{-1} \r
30389 \backslash\r
30390 begin{subequations}\r
30391 \begin_inset Index idx\r
30392 status collapsed\r
30393 \r
30394 \begin_layout Plain Layout\r
30395 Commands ! A ! \r
30396 \backslash\r
30397 addtocounter\r
30398 \end_layout\r
30399 \r
30400 \end_inset\r
30401 \r
30402 \r
30403 \begin_inset Newline newline\r
30404 \end_inset\r
30405 \r
30406 \r
30407 \series default\r
30408 is inserted after the first formula\r
30409 \end_layout\r
30410 \r
30411 \begin_layout Enumerate\r
30412 second formula is inserted\r
30413 \end_layout\r
30414 \r
30415 \begin_layout Enumerate\r
30416 third formula is inserted\r
30417 \end_layout\r
30418 \r
30419 \begin_layout Enumerate\r
30420 \r
30421 \series bold\r
30422 \r
30423 \backslash\r
30424 end{subequations}\r
30425 \series default\r
30426  is inserted after the third formula\r
30427 \end_layout\r
30428 \r
30429 \begin_layout Standard\r
30430 Every formula between the commands \r
30431 \series bold\r
30432 \r
30433 \backslash\r
30434 begin\r
30435 \series default\r
30436  and \r
30437 \series bold\r
30438 \r
30439 \backslash\r
30440 end\r
30441 \series default\r
30442  is subnumbered as a, b, \r
30443 \begin_inset Newline linebreak\r
30444 \end_inset\r
30445 \r
30446 c, \SpecialChar \ldots{}\r
30447  For multiline formulas every line will be subnumbered.\r
30448  All subnumbered formulas are treated as \r
30449 \emph on\r
30450 one\r
30451 \emph default\r
30452  numbered formula.\r
30453  But as every numbered formula increases the counter \r
30454 \series bold\r
30455 equation\r
30456 \series default\r
30457  by one, the command \r
30458 \series bold\r
30459 \r
30460 \backslash\r
30461 addtocounter\r
30462 \series default\r
30463  is needed to decrease it.\r
30464  Otherwise the formulas \r
30465 \begin_inset CommandInset ref\r
30466 LatexCommand eqref\r
30467 reference "eq:a"\r
30468 \r
30469 \end_inset\r
30470 \r
30471\r
30472 \begin_inset CommandInset ref\r
30473 LatexCommand eqref\r
30474 reference "eq:b"\r
30475 \r
30476 \end_inset\r
30477 \r
30478\r
30479 \begin_inset CommandInset ref\r
30480 LatexCommand eqref\r
30481 reference "eq:c"\r
30482 \r
30483 \end_inset\r
30484 \r
30485  would be numbered as \r
30486 \begin_inset CommandInset ref\r
30487 LatexCommand eqref\r
30488 reference "eq:a"\r
30489 \r
30490 \end_inset\r
30491 \r
30492\r
30493 \begin_inset CommandInset ref\r
30494 LatexCommand eqref\r
30495 reference "eq:d"\r
30496 \r
30497 \end_inset\r
30498 \r
30499\r
30500 \begin_inset CommandInset ref\r
30501 LatexCommand eqref\r
30502 reference "eq:f"\r
30503 \r
30504 \end_inset\r
30505 \r
30506 .\r
30507 \end_layout\r
30508 \r
30509 \begin_layout Standard\r
30510 By inserting the commands in TeX-mode, a space is created between the first\r
30511  two formulas.\r
30512  To revert this -5\r
30513 \begin_inset space \thinspace{}\r
30514 \end_inset\r
30515 \r
30516 mm vertical space is inserted after the command \r
30517 \series bold\r
30518 \r
30519 \backslash\r
30520 begin{subequations}\r
30521 \series default\r
30522 .\r
30523  When the formula style \r
30524 \series bold\r
30525 Indented\r
30526 \begin_inset Foot\r
30527 status collapsed\r
30528 \r
30529 \begin_layout Plain Layout\r
30530 formula styles see \r
30531 \begin_inset CommandInset ref\r
30532 LatexCommand ref\r
30533 reference "sec:Formula-Styles"\r
30534 \r
30535 \end_inset\r
30536 \r
30537 \r
30538 \end_layout\r
30539 \r
30540 \end_inset\r
30541 \r
30542 \r
30543 \series default\r
30544  is used, -7\r
30545 \begin_inset space \thinspace{}\r
30546 \end_inset\r
30547 \r
30548 mm space is inserted instead.\r
30549 \end_layout\r
30550 \r
30551 \begin_layout Standard\r
30552 Here is an example for a multiline formula where the numbering was turned\r
30553  off for the second line:\r
30554 \begin_inset ERT\r
30555 status collapsed\r
30556 \r
30557 \begin_layout Plain Layout\r
30558 \r
30559 \r
30560 \backslash\r
30561 begin{subequations}\r
30562 \end_layout\r
30563 \r
30564 \end_inset\r
30565 \r
30566 \r
30567 \begin_inset Formula \r
30568 \begin{eqnarray}\r
30569 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\\r
30570  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\\r
30571  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\r
30572 \end{eqnarray}\r
30573 \r
30574 \end_inset\r
30575 \r
30576 \r
30577 \begin_inset ERT\r
30578 status collapsed\r
30579 \r
30580 \begin_layout Plain Layout\r
30581 \r
30582 \r
30583 \backslash\r
30584 end{subequations}\r
30585 \end_layout\r
30586 \r
30587 \end_inset\r
30588 \r
30589 \r
30590 \end_layout\r
30591 \r
30592 \begin_layout Subsection\r
30593 User-defined Numbering\r
30594 \begin_inset CommandInset label\r
30595 LatexCommand label\r
30596 name "sub:User-defined-Numbering"\r
30597 \r
30598 \end_inset\r
30599 \r
30600 \r
30601 \begin_inset Index idx\r
30602 status collapsed\r
30603 \r
30604 \begin_layout Plain Layout\r
30605 Formula numbering ! user-defined\r
30606 \end_layout\r
30607 \r
30608 \end_inset\r
30609 \r
30610 \r
30611 \end_layout\r
30612 \r
30613 \begin_layout Standard\r
30614 \begin_inset Index idx\r
30615 status collapsed\r
30616 \r
30617 \begin_layout Plain Layout\r
30618 Formula numbering ! self-defined delimiters\r
30619 \end_layout\r
30620 \r
30621 \end_inset\r
30622 \r
30623 With the standard numbering parentheses are set around the formula number.\r
30624  To replace the parentheses for example by vertical bars, the following\r
30625  line is added to the LaTeX-preamble:\r
30626 \end_layout\r
30627 \r
30628 \begin_layout Standard\r
30629 \r
30630 \series bold\r
30631 \r
30632 \backslash\r
30633 def\r
30634 \backslash\r
30635 tagform@#1{\r
30636 \backslash\r
30637 maketag@@@{|#1|}}\r
30638 \series default\r
30639 \r
30640 \begin_inset Note Note\r
30641 status collapsed\r
30642 \r
30643 \begin_layout Plain Layout\r
30644 This macro is already declared in the LaTeX-preamble for testing.\r
30645  To activate it, remove the percent sign at the beginning.\r
30646 \end_layout\r
30647 \r
30648 \end_inset\r
30649 \r
30650 \r
30651 \end_layout\r
30652 \r
30653 \begin_layout Standard\r
30654 To use other characters, the vertical bars besides the \r
30655 \series bold\r
30656 #1\r
30657 \series default\r
30658  are replaced by one ore more characters.\r
30659  To get only the formula number the vertical bars are omitted.\r
30660 \end_layout\r
30661 \r
30662 \begin_layout Standard\r
30663 \begin_inset VSpace bigskip\r
30664 \end_inset\r
30665 \r
30666 When there should be an expression of your choice instead of the consecutive\r
30667  formula number in parentheses behind the formula, the command \r
30668 \series bold\r
30669 \r
30670 \backslash\r
30671 tag\r
30672 \series default\r
30673 \r
30674 \begin_inset Index idx\r
30675 status collapsed\r
30676 \r
30677 \begin_layout Plain Layout\r
30678 Commands ! T ! \r
30679 \backslash\r
30680 tag\r
30681 \end_layout\r
30682 \r
30683 \end_inset\r
30684 \r
30685  is used:\r
30686 \begin_inset Formula \r
30687 \begin{equation}\r
30688 A+B=C\tag{something}\label{eq:tag}\r
30689 \end{equation}\r
30690 \r
30691 \end_inset\r
30692 \r
30693 In this example the command \r
30694 \series bold\r
30695 \r
30696 \backslash\r
30697 tag\r
30698 \begin_inset ERT\r
30699 status collapsed\r
30700 \r
30701 \begin_layout Plain Layout\r
30702 \r
30703 \r
30704 \backslash\r
30705 spce \r
30706 \end_layout\r
30707 \r
30708 \end_inset\r
30709 \r
30710 something\r
30711 \series default\r
30712  was inserted in the formula.\r
30713 \end_layout\r
30714 \r
30715 \begin_layout Standard\r
30716 When the command \r
30717 \series bold\r
30718 \r
30719 \backslash\r
30720 tag*\r
30721 \begin_inset ERT\r
30722 status collapsed\r
30723 \r
30724 \begin_layout Plain Layout\r
30725 \r
30726 \r
30727 \backslash\r
30728 spce \r
30729 \end_layout\r
30730 \r
30731 \end_inset\r
30732 \r
30733 something\r
30734 \series default\r
30735  is inserted instead, the star prevents the parentheses around the expression:\r
30736 \begin_inset Formula \r
30737 \[\r
30738 A+B=C\tag*{something}\r
30739 \]\r
30740 \r
30741 \end_inset\r
30742 \r
30743 \r
30744 \end_layout\r
30745 \r
30746 \begin_layout Standard\r
30747 \begin_inset VSpace bigskip\r
30748 \end_inset\r
30749 \r
30750 To restart the formula numbering with new document parts or sections, the\r
30751  following command is used:\r
30752 \end_layout\r
30753 \r
30754 \begin_layout Standard\r
30755 \r
30756 \series bold\r
30757 \r
30758 \backslash\r
30759 @addtoreset{equation}{part}\r
30760 \series default\r
30761 \r
30762 \begin_inset Index idx\r
30763 status collapsed\r
30764 \r
30765 \begin_layout Plain Layout\r
30766 Commands ! \r
30767 \begin_inset ERT\r
30768 status collapsed\r
30769 \r
30770 \begin_layout Plain Layout\r
30771 \r
30772 "\r
30773 \end_layout\r
30774 \r
30775 \end_inset\r
30776 \r
30777 @\r
30778 \begin_inset ERT\r
30779 status collapsed\r
30780 \r
30781 \begin_layout Plain Layout\r
30782 \r
30783 "\r
30784 \end_layout\r
30785 \r
30786 \end_inset\r
30787 \r
30788  ! \r
30789 \backslash\r
30790 \r
30791 \begin_inset ERT\r
30792 status collapsed\r
30793 \r
30794 \begin_layout Plain Layout\r
30795 \r
30796 "\r
30797 \end_layout\r
30798 \r
30799 \end_inset\r
30800 \r
30801 @\r
30802 \begin_inset ERT\r
30803 status collapsed\r
30804 \r
30805 \begin_layout Plain Layout\r
30806 \r
30807 "\r
30808 \end_layout\r
30809 \r
30810 \end_inset\r
30811 \r
30812 addtoreset\r
30813 \end_layout\r
30814 \r
30815 \end_inset\r
30816 \r
30817 \r
30818 \begin_inset Newline newline\r
30819 \end_inset\r
30820 \r
30821 resp.\r
30822 \begin_inset Newline newline\r
30823 \end_inset\r
30824 \r
30825 \r
30826 \series bold\r
30827 \r
30828 \backslash\r
30829 @addtoreset{equation}{section}\r
30830 \end_layout\r
30831 \r
30832 \begin_layout Standard\r
30833 To be able to use these commands in TeX-mode, the \r
30834 \begin_inset Quotes eld\r
30835 \end_inset\r
30836 \r
30837 @\r
30838 \begin_inset Quotes erd\r
30839 \end_inset\r
30840 \r
30841  character has to be made \r
30842 \begin_inset Quotes eld\r
30843 \end_inset\r
30844 \r
30845 active\r
30846 \begin_inset Quotes erd\r
30847 \end_inset\r
30848 \r
30849  for LaTeX using the command \r
30850 \series bold\r
30851 \r
30852 \backslash\r
30853 makeatletter.\r
30854 \r
30855 \series default\r
30856  The command \r
30857 \series bold\r
30858 \r
30859 \backslash\r
30860 makeatother\r
30861 \series default\r
30862  reverts this.\r
30863  So the command sequence in TeX-mode is:\r
30864 \end_layout\r
30865 \r
30866 \begin_layout Standard\r
30867 \r
30868 \series bold\r
30869 \r
30870 \backslash\r
30871 makeatletter\r
30872 \begin_inset Newline newline\r
30873 \end_inset\r
30874 \r
30875 \r
30876 \backslash\r
30877 @addtoreset{equation}{section}\r
30878 \begin_inset Newline newline\r
30879 \end_inset\r
30880 \r
30881 \r
30882 \backslash\r
30883 makeatother\r
30884 \end_layout\r
30885 \r
30886 \begin_layout Standard\r
30887 In the LaTeX-preamble \r
30888 \series bold\r
30889 \r
30890 \backslash\r
30891 makeatletter\r
30892 \series default\r
30893  and \r
30894 \series bold\r
30895 \r
30896 \backslash\r
30897 makeatother\r
30898 \series default\r
30899  can be omitted as they are automatically internally inserted by LyX.\r
30900 \end_layout\r
30901 \r
30902 \begin_layout Standard\r
30903 To revert \r
30904 \series bold\r
30905 \r
30906 \backslash\r
30907 @addtoreset\r
30908 \series default\r
30909 , the file \r
30910 \series bold\r
30911 remreset.sty\r
30912 \series default\r
30913 \r
30914 \begin_inset Foot\r
30915 status collapsed\r
30916 \r
30917 \begin_layout Plain Layout\r
30918 \r
30919 \series bold\r
30920 remreset\r
30921 \series default\r
30922  is part of the LaTeX-package \r
30923 \series bold\r
30924 carlisle\r
30925 \series default\r
30926 \r
30927 \begin_inset Index idx\r
30928 status collapsed\r
30929 \r
30930 \begin_layout Plain Layout\r
30931 Packages ! carlisle\r
30932 \end_layout\r
30933 \r
30934 \end_inset\r
30935 \r
30936  that is part of every LaTeX standard installation.\r
30937 \end_layout\r
30938 \r
30939 \end_inset\r
30940 \r
30941 \r
30942 \begin_inset Index idx\r
30943 status collapsed\r
30944 \r
30945 \begin_layout Plain Layout\r
30946 Packages ! remreset\r
30947 \end_layout\r
30948 \r
30949 \end_inset\r
30950 \r
30951  has to be loaded in the LaTeX-preamble with the line\r
30952 \end_layout\r
30953 \r
30954 \begin_layout Standard\r
30955 \r
30956 \series bold\r
30957 \r
30958 \backslash\r
30959 usepackage{remreset}\r
30960 \end_layout\r
30961 \r
30962 \begin_layout Standard\r
30963 Then the command \r
30964 \series bold\r
30965 \r
30966 \backslash\r
30967 @removefromreset\r
30968 \series default\r
30969 \r
30970 \begin_inset Index idx\r
30971 status collapsed\r
30972 \r
30973 \begin_layout Plain Layout\r
30974 Commands ! \r
30975 \begin_inset ERT\r
30976 status collapsed\r
30977 \r
30978 \begin_layout Plain Layout\r
30979 \r
30980 "\r
30981 \end_layout\r
30982 \r
30983 \end_inset\r
30984 \r
30985 @\r
30986 \begin_inset ERT\r
30987 status collapsed\r
30988 \r
30989 \begin_layout Plain Layout\r
30990 \r
30991 "\r
30992 \end_layout\r
30993 \r
30994 \end_inset\r
30995 \r
30996  ! \r
30997 \backslash\r
30998 \r
30999 \begin_inset ERT\r
31000 status collapsed\r
31001 \r
31002 \begin_layout Plain Layout\r
31003 \r
31004 "\r
31005 \end_layout\r
31006 \r
31007 \end_inset\r
31008 \r
31009 @\r
31010 \begin_inset ERT\r
31011 status collapsed\r
31012 \r
31013 \begin_layout Plain Layout\r
31014 \r
31015 "\r
31016 \end_layout\r
31017 \r
31018 \end_inset\r
31019 \r
31020 removefromreset\r
31021 \end_layout\r
31022 \r
31023 \end_inset\r
31024 \r
31025  can be used with the same scheme as \r
31026 \series bold\r
31027 \r
31028 \backslash\r
31029 @addtoreset\r
31030 \series default\r
31031 .\r
31032 \end_layout\r
31033 \r
31034 \begin_layout Standard\r
31035 \begin_inset VSpace bigskip\r
31036 \end_inset\r
31037 \r
31038 Sometimes formulas should be numbered in the following form:\r
31039 \end_layout\r
31040 \r
31041 \begin_layout Standard\r
31042 \r
31043 \family typewriter\r
31044 (section number.formula number)\r
31045 \end_layout\r
31046 \r
31047 \begin_layout Standard\r
31048 The formula number should start with every section with \r
31049 \begin_inset Quotes eld\r
31050 \end_inset\r
31051 \r
31052 1\r
31053 \begin_inset Quotes erd\r
31054 \end_inset\r
31055 \r
31056 .\r
31057 \end_layout\r
31058 \r
31059 \begin_layout Standard\r
31060 For this case there is the command \r
31061 \series bold\r
31062 \r
31063 \backslash\r
31064 numberwithin\r
31065 \series default\r
31066 \r
31067 \begin_inset Index idx\r
31068 status collapsed\r
31069 \r
31070 \begin_layout Plain Layout\r
31071 Commands ! N ! \r
31072 \backslash\r
31073 numberwithin\r
31074 \end_layout\r
31075 \r
31076 \end_inset\r
31077 \r
31078 , which is used with the following scheme:\r
31079 \end_layout\r
31080 \r
31081 \begin_layout Standard\r
31082 \r
31083 \series bold\r
31084 \r
31085 \backslash\r
31086 numberwithin{counter}{sectioning}\r
31087 \end_layout\r
31088 \r
31089 \begin_layout Standard\r
31090 Counter denotes what kind of numbering is affected, sectioning denotes what\r
31091  number is before the dot.\r
31092 \end_layout\r
31093 \r
31094 \begin_layout Standard\r
31095 Thus in our case the following LaTeX-preamble or TeX code line is used:\r
31096 \end_layout\r
31097 \r
31098 \begin_layout Standard\r
31099 \r
31100 \series bold\r
31101 \r
31102 \backslash\r
31103 numberwithin{equation}{section}\r
31104 \end_layout\r
31105 \r
31106 \begin_layout Standard\r
31107 This is the result:\r
31108 \begin_inset ERT\r
31109 status collapsed\r
31110 \r
31111 \begin_layout Plain Layout\r
31112 \r
31113 \r
31114 \backslash\r
31115 numberwithin{equation}{section}\r
31116 \end_layout\r
31117 \r
31118 \end_inset\r
31119 \r
31120 \r
31121 \begin_inset Formula \r
31122 \begin{equation}\r
31123 A+B=C\r
31124 \end{equation}\r
31125 \r
31126 \end_inset\r
31127 \r
31128 \r
31129 \end_layout\r
31130 \r
31131 \begin_layout Standard\r
31132 To number e.\r
31133 \begin_inset space \thinspace{}\r
31134 \end_inset\r
31135 \r
31136 g.\r
31137 \begin_inset space \space{}\r
31138 \end_inset\r
31139 \r
31140 tables so that the number of the part is the sectioning,\r
31141 \begin_inset Newline newline\r
31142 \end_inset\r
31143 \r
31144 \r
31145 \series bold\r
31146 \r
31147 \backslash\r
31148 numberwithin{table}{part}\r
31149 \series default\r
31150  is used.\r
31151 \end_layout\r
31152 \r
31153 \begin_layout Standard\r
31154 To go back to the standard numbering or to prevent this kind of numbering\r
31155  when it is defined by the document class, the following command is inserted\r
31156  as TeX code or to the LaTeX-preamble:\r
31157 \end_layout\r
31158 \r
31159 \begin_layout Standard\r
31160 \r
31161 \series bold\r
31162 \r
31163 \backslash\r
31164 renewcommand{\r
31165 \backslash\r
31166 theequation}{\r
31167 \backslash\r
31168 arabic{equation}}\r
31169 \begin_inset Index idx\r
31170 status collapsed\r
31171 \r
31172 \begin_layout Plain Layout\r
31173 Commands ! A ! \r
31174 \backslash\r
31175 arabic\r
31176 \end_layout\r
31177 \r
31178 \end_inset\r
31179 \r
31180 \r
31181 \series default\r
31182 \r
31183 \begin_inset ERT\r
31184 status collapsed\r
31185 \r
31186 \begin_layout Plain Layout\r
31187 \r
31188 \r
31189 \backslash\r
31190 renewcommand{\r
31191 \backslash\r
31192 theequation}{\r
31193 \backslash\r
31194 arabic{equation}}\r
31195 \end_layout\r
31196 \r
31197 \end_inset\r
31198 \r
31199 \r
31200 \series bold\r
31201 \r
31202 \begin_inset Newline newline\r
31203 \end_inset\r
31204 \r
31205 \r
31206 \series default\r
31207 or\r
31208 \series bold\r
31209 \r
31210 \begin_inset Newline newline\r
31211 \end_inset\r
31212 \r
31213 \r
31214 \backslash\r
31215 renewcommand{\r
31216 \backslash\r
31217 thetable}{\r
31218 \backslash\r
31219 arabic{table}}\r
31220 \end_layout\r
31221 \r
31222 \begin_layout Standard\r
31223 \r
31224 \series bold\r
31225 \r
31226 \backslash\r
31227 numberwithin\r
31228 \series default\r
31229  uses internally the command \r
31230 \series bold\r
31231 \r
31232 \backslash\r
31233 @addtoreset\r
31234 \series default\r
31235 , described above, that also needs to be reverted.\r
31236 \begin_inset ERT\r
31237 status collapsed\r
31238 \r
31239 \begin_layout Plain Layout\r
31240 \r
31241 \r
31242 \backslash\r
31243 makeatletter\r
31244 \end_layout\r
31245 \r
31246 \begin_layout Plain Layout\r
31247 \r
31248 \r
31249 \backslash\r
31250 @removefromreset{equation}{section}\r
31251 \end_layout\r
31252 \r
31253 \begin_layout Plain Layout\r
31254 \r
31255 \r
31256 \backslash\r
31257 makeatother\r
31258 \end_layout\r
31259 \r
31260 \end_inset\r
31261 \r
31262 \r
31263 \end_layout\r
31264 \r
31265 \begin_layout Subsection\r
31266 Numbering with Roman Numbers and Letters\r
31267 \begin_inset Index idx\r
31268 status collapsed\r
31269 \r
31270 \begin_layout Plain Layout\r
31271 Formula numbering ! with letters\r
31272 \end_layout\r
31273 \r
31274 \end_inset\r
31275 \r
31276 \r
31277 \begin_inset Index idx\r
31278 status collapsed\r
31279 \r
31280 \begin_layout Plain Layout\r
31281 Formula numbering ! with Roman numbers\r
31282 \end_layout\r
31283 \r
31284 \end_inset\r
31285 \r
31286 \r
31287 \end_layout\r
31288 \r
31289 \begin_layout Standard\r
31290 Formulas can also be numbered with Roman numbers and Latin letters.\r
31291  To number for example with small Roman numbers, the command\r
31292 \end_layout\r
31293 \r
31294 \begin_layout Standard\r
31295 \r
31296 \series bold\r
31297 \r
31298 \backslash\r
31299 renewcommand{\r
31300 \backslash\r
31301 theequation}{\r
31302 \backslash\r
31303 roman{equation}}\r
31304 \end_layout\r
31305 \r
31306 \begin_layout Standard\r
31307 is inserted before the formula in TeX-mode.\r
31308  \r
31309 \series bold\r
31310 \r
31311 \backslash\r
31312 renewcommand\r
31313 \series default\r
31314 \r
31315 \begin_inset Index idx\r
31316 status collapsed\r
31317 \r
31318 \begin_layout Plain Layout\r
31319 Commands ! R ! \r
31320 \backslash\r
31321 renewcommand\r
31322 \end_layout\r
31323 \r
31324 \end_inset\r
31325 \r
31326  redefines the predefined command \r
31327 \series bold\r
31328 \r
31329 \backslash\r
31330 theequation\r
31331 \series default\r
31332  to the command \r
31333 \series bold\r
31334 \r
31335 \backslash\r
31336 roman{equation}\r
31337 \series default\r
31338 .\r
31339 \begin_inset Foot\r
31340 status collapsed\r
31341 \r
31342 \begin_layout Plain Layout\r
31343 The command \r
31344 \series bold\r
31345 \r
31346 \backslash\r
31347 renewcommand\r
31348 \series default\r
31349  has the same scheme like the command \r
31350 \series bold\r
31351 \r
31352 \backslash\r
31353 newcommand\r
31354 \series default\r
31355  that is described in \r
31356 \begin_inset CommandInset ref\r
31357 LatexCommand ref\r
31358 reference "sub:The-Command-newcommand"\r
31359 \r
31360 \end_inset\r
31361 \r
31362 .\r
31363 \end_layout\r
31364 \r
31365 \end_inset\r
31366 \r
31367  \r
31368 \series bold\r
31369 equation\r
31370 \series default\r
31371  is the formula counter.\r
31372  When the command \r
31373 \series bold\r
31374 \r
31375 \backslash\r
31376 the\r
31377 \series default\r
31378  is used as prefix for a counter, the value of the counter is output as\r
31379  Arabic number.\r
31380  When a formula is numbered, LaTeX sets internally the command \r
31381 \series bold\r
31382 \r
31383 \backslash\r
31384 theequation\r
31385 \series default\r
31386  behind the formula.\r
31387  \r
31388 \series bold\r
31389 \r
31390 \backslash\r
31391 roman{equation}\r
31392 \begin_inset Index idx\r
31393 status collapsed\r
31394 \r
31395 \begin_layout Plain Layout\r
31396 Commands ! R ! \r
31397 \backslash\r
31398 roman\r
31399 \end_layout\r
31400 \r
31401 \end_inset\r
31402 \r
31403 \r
31404 \series default\r
31405  outputs the counter as small Roman number.\r
31406 \end_layout\r
31407 \r
31408 \begin_layout Standard\r
31409 All formulas behind the command \r
31410 \series bold\r
31411 \r
31412 \backslash\r
31413 renew\r
31414 \series default\r
31415 c\r
31416 \series bold\r
31417 ommand\r
31418 \series default\r
31419  are now numbered Roman.\r
31420  To switch to numbering with big Roman numbers, the command is inserted\r
31421  again, but \r
31422 \series bold\r
31423 \r
31424 \backslash\r
31425 roman\r
31426 \series default\r
31427  is replaced by \r
31428 \series bold\r
31429 \r
31430 \backslash\r
31431 Roman\r
31432 \series default\r
31433 \r
31434 \begin_inset Index idx\r
31435 status collapsed\r
31436 \r
31437 \begin_layout Plain Layout\r
31438 Commands ! R ! \r
31439 \backslash\r
31440 roman@\r
31441 \backslash\r
31442 Roman\r
31443 \end_layout\r
31444 \r
31445 \end_inset\r
31446 \r
31447 .\r
31448  To \r
31449 \begin_inset Quotes eld\r
31450 \end_inset\r
31451 \r
31452 number\r
31453 \begin_inset Quotes erd\r
31454 \end_inset\r
31455 \r
31456  with small Latin letters there is the command \r
31457 \series bold\r
31458 \r
31459 \backslash\r
31460 alph\r
31461 \series default\r
31462 \r
31463 \begin_inset Index idx\r
31464 status collapsed\r
31465 \r
31466 \begin_layout Plain Layout\r
31467 Commands ! A ! \r
31468 \backslash\r
31469 alph\r
31470 \end_layout\r
31471 \r
31472 \end_inset\r
31473 \r
31474 , for big ones there is the command \r
31475 \series bold\r
31476 \r
31477 \backslash\r
31478 Alph\r
31479 \series default\r
31480 \r
31481 \begin_inset Index idx\r
31482 status collapsed\r
31483 \r
31484 \begin_layout Plain Layout\r
31485 Commands ! A ! \r
31486 \backslash\r
31487 alph@\r
31488 \backslash\r
31489 Alph\r
31490 \end_layout\r
31491 \r
31492 \end_inset\r
31493 \r
31494 .\r
31495 \end_layout\r
31496 \r
31497 \begin_layout Standard\r
31498 \begin_inset Note Greyedout\r
31499 status open\r
31500 \r
31501 \begin_layout Plain Layout\r
31502 \r
31503 \series bold\r
31504 \color none\r
31505 Note:\r
31506 \series default\r
31507  Only maximal 26\r
31508 \begin_inset space ~\r
31509 \end_inset\r
31510 \r
31511 formulas can be numbered with Latin letters in one document.\r
31512 \end_layout\r
31513 \r
31514 \end_inset\r
31515 \r
31516 \r
31517 \end_layout\r
31518 \r
31519 \begin_layout Standard\r
31520 \begin_inset ERT\r
31521 status collapsed\r
31522 \r
31523 \begin_layout Plain Layout\r
31524 \r
31525 \r
31526 \backslash\r
31527 renewcommand{\r
31528 \backslash\r
31529 theequation}{\r
31530 \backslash\r
31531 roman{equation}}\r
31532 \end_layout\r
31533 \r
31534 \end_inset\r
31535 \r
31536 \r
31537 \end_layout\r
31538 \r
31539 \begin_layout Standard\r
31540 \begin_inset Formula \r
31541 \begin{equation}\r
31542 A=\textrm{small roman}\r
31543 \end{equation}\r
31544 \r
31545 \end_inset\r
31546 \r
31547 \r
31548 \begin_inset ERT\r
31549 status collapsed\r
31550 \r
31551 \begin_layout Plain Layout\r
31552 \r
31553 \r
31554 \backslash\r
31555 renewcommand{\r
31556 \backslash\r
31557 theequation}{\r
31558 \backslash\r
31559 Roman{equation}}\r
31560 \end_layout\r
31561 \r
31562 \end_inset\r
31563 \r
31564 \r
31565 \begin_inset Formula \r
31566 \begin{equation}\r
31567 B=\textrm{big Roman}\label{eq:Rom}\r
31568 \end{equation}\r
31569 \r
31570 \end_inset\r
31571 \r
31572 \r
31573 \begin_inset ERT\r
31574 status collapsed\r
31575 \r
31576 \begin_layout Plain Layout\r
31577 \r
31578 \r
31579 \backslash\r
31580 renewcommand{\r
31581 \backslash\r
31582 theequation}{\r
31583 \backslash\r
31584 alph{equation}}\r
31585 \end_layout\r
31586 \r
31587 \end_inset\r
31588 \r
31589 \r
31590 \begin_inset Formula \r
31591 \begin{equation}\r
31592 C=\textrm{small Latin}\r
31593 \end{equation}\r
31594 \r
31595 \end_inset\r
31596 \r
31597 \r
31598 \begin_inset ERT\r
31599 status collapsed\r
31600 \r
31601 \begin_layout Plain Layout\r
31602 \r
31603 \r
31604 \backslash\r
31605 renewcommand{\r
31606 \backslash\r
31607 theequation}{\r
31608 \backslash\r
31609 Alph{equation}}\r
31610 \end_layout\r
31611 \r
31612 \end_inset\r
31613 \r
31614 \r
31615 \begin_inset Formula \r
31616 \begin{equation}\r
31617 D=\textrm{big Latin}\label{eq:Lat}\r
31618 \end{equation}\r
31619 \r
31620 \end_inset\r
31621 \r
31622 \r
31623 \end_layout\r
31624 \r
31625 \begin_layout Standard\r
31626 To switch back to the default numbering, insert the command:\r
31627 \end_layout\r
31628 \r
31629 \begin_layout Standard\r
31630 \r
31631 \series bold\r
31632 \r
31633 \backslash\r
31634 renewcommand{\r
31635 \backslash\r
31636 theequation}{\r
31637 \backslash\r
31638 arabic{equation}}\r
31639 \begin_inset Index idx\r
31640 status collapsed\r
31641 \r
31642 \begin_layout Plain Layout\r
31643 Commands ! A ! \r
31644 \backslash\r
31645 arabic\r
31646 \end_layout\r
31647 \r
31648 \end_inset\r
31649 \r
31650 \r
31651 \end_layout\r
31652 \r
31653 \begin_layout Standard\r
31654 \begin_inset ERT\r
31655 status collapsed\r
31656 \r
31657 \begin_layout Plain Layout\r
31658 \r
31659 \r
31660 \backslash\r
31661 renewcommand{\r
31662 \backslash\r
31663 theequation}{\r
31664 \backslash\r
31665 arabic{equation}}\r
31666 \end_layout\r
31667 \r
31668 \end_inset\r
31669 \r
31670 \r
31671 \begin_inset Formula \r
31672 \begin{equation}\r
31673 E=\textrm{Arabic}\r
31674 \end{equation}\r
31675 \r
31676 \end_inset\r
31677 \r
31678 \r
31679 \end_layout\r
31680 \r
31681 \begin_layout Standard\r
31682 \begin_inset VSpace medskip\r
31683 \end_inset\r
31684 \r
31685 As you see, formulas are numbered serially independent from the numbering\r
31686  style.\r
31687  When then numbering should start with \r
31688 \begin_inset Quotes eld\r
31689 \end_inset\r
31690 \r
31691 1\r
31692 \begin_inset Quotes erd\r
31693 \end_inset\r
31694 \r
31695  when the style is changed, new equation counters have to be defined.\r
31696  A description about this can be found in the file \r
31697 \begin_inset CommandInset href\r
31698 LatexCommand href\r
31699 name "Formula-numbering.lyx"\r
31700 target "run:Formula-numbering.lyx"\r
31701 \r
31702 \end_inset\r
31703 \r
31704 .\r
31705 \end_layout\r
31706 \r
31707 \begin_layout Standard\r
31708 \begin_inset Newpage newpage\r
31709 \end_inset\r
31710 \r
31711 \r
31712 \end_layout\r
31713 \r
31714 \begin_layout Section\r
31715 Chemical Symbols and Equations\r
31716 \begin_inset CommandInset label\r
31717 LatexCommand label\r
31718 name "sub:Chemical-Symbols-and"\r
31719 \r
31720 \end_inset\r
31721 \r
31722 \r
31723 \begin_inset Index idx\r
31724 status collapsed\r
31725 \r
31726 \begin_layout Plain Layout\r
31727 Chemical characters ! Symbols\r
31728 \end_layout\r
31729 \r
31730 \end_inset\r
31731 \r
31732 \r
31733 \begin_inset Index idx\r
31734 status collapsed\r
31735 \r
31736 \begin_layout Plain Layout\r
31737 Chemical equations\r
31738 \end_layout\r
31739 \r
31740 \end_inset\r
31741 \r
31742 \r
31743 \begin_inset Index idx\r
31744 status collapsed\r
31745 \r
31746 \begin_layout Plain Layout\r
31747 Symbols ! chemical\r
31748 \end_layout\r
31749 \r
31750 \end_inset\r
31751 \r
31752 \r
31753 \end_layout\r
31754 \r
31755 \begin_layout Standard\r
31756 An example text from chemistry:\r
31757 \end_layout\r
31758 \r
31759 \begin_layout Quote\r
31760 The \r
31761 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$\r
31762 \end_inset\r
31763 \r
31764 -ion reacts with two \r
31765 \begin_inset Formula $\mathrm{Na^{+}}$\r
31766 \end_inset\r
31767 \r
31768 -ions to sodium sulfate \r
31769 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$\r
31770 \end_inset\r
31771 \r
31772 .\r
31773  The chemical equation for this is:\r
31774 \begin_inset Formula \r
31775 \begin{equation}\r
31776 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}\r
31777 \end{equation}\r
31778 \r
31779 \end_inset\r
31780 \r
31781 \r
31782 \end_layout\r
31783 \r
31784 \begin_layout Standard\r
31785 This chemical equation can directly be created as formula.\r
31786  To avoid that the symbols appear italic, everything is highlighted and\r
31787  changed by the shortcut \r
31788 \begin_inset Info\r
31789 type  "shortcut"\r
31790 arg   "font-roman"\r
31791 \end_inset\r
31792 \r
31793  to the upright font style.\r
31794 \begin_inset Foot\r
31795 status collapsed\r
31796 \r
31797 \begin_layout Plain Layout\r
31798 font styles\r
31799 \series bold\r
31800  \r
31801 \series default\r
31802 see \r
31803 \begin_inset CommandInset ref\r
31804 LatexCommand ref\r
31805 reference "sub:Font-Styles"\r
31806 \r
31807 \end_inset\r
31808 \r
31809 \r
31810 \end_layout\r
31811 \r
31812 \end_inset\r
31813 \r
31814 \r
31815 \end_layout\r
31816 \r
31817 \begin_layout Standard\r
31818 A more convenient way to typeset chemical formulas is to use the command\r
31819  \r
31820 \series bold\r
31821 \r
31822 \backslash\r
31823 ce\r
31824 \series default\r
31825 \r
31826 \begin_inset Index idx\r
31827 status collapsed\r
31828 \r
31829 \begin_layout Plain Layout\r
31830 Commands ! C ! \r
31831 \backslash\r
31832 ce\r
31833 \end_layout\r
31834 \r
31835 \end_inset\r
31836 \r
31837  that is available when the LaTeX-package \r
31838 \series bold\r
31839 mhchem\r
31840 \series default\r
31841 \r
31842 \begin_inset Index idx\r
31843 status collapsed\r
31844 \r
31845 \begin_layout Plain Layout\r
31846 Packages ! mhchem\r
31847 \end_layout\r
31848 \r
31849 \end_inset\r
31850 \r
31851  is installed.\r
31852  After inserting \r
31853 \series bold\r
31854 \r
31855 \backslash\r
31856 ce\r
31857 \series default\r
31858  to a formula a new blue box appears where chemical formulas can be inserted\r
31859  in an intuitive way.\r
31860 \end_layout\r
31861 \r
31862 \begin_layout Standard\r
31863 \align center\r
31864 \begin_inset Tabular\r
31865 <lyxtabular version="3" rows="9" columns="2">\r
31866 <features rotate="0" tabularvalignment="middle">\r
31867 <column alignment="center" valignment="top">\r
31868 <column alignment="center" valignment="top">\r
31869 <row>\r
31870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
31871 \begin_inset Text\r
31872 \r
31873 \begin_layout Plain Layout\r
31874 Command\r
31875 \end_layout\r
31876 \r
31877 \end_inset\r
31878 </cell>\r
31879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
31880 \begin_inset Text\r
31881 \r
31882 \begin_layout Plain Layout\r
31883 Result\r
31884 \begin_inset Note Note\r
31885 status collapsed\r
31886 \r
31887 \begin_layout Plain Layout\r
31888 \r
31889 \series bold\r
31890 \r
31891 \backslash\r
31892 raisebox\r
31893 \series default\r
31894  is only used as spacer.\r
31895 \end_layout\r
31896 \r
31897 \end_inset\r
31898 \r
31899 \r
31900 \end_layout\r
31901 \r
31902 \end_inset\r
31903 </cell>\r
31904 </row>\r
31905 <row>\r
31906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
31907 \begin_inset Text\r
31908 \r
31909 \begin_layout Plain Layout\r
31910 \r
31911 \backslash\r
31912 ce\r
31913 \begin_inset ERT\r
31914 status collapsed\r
31915 \r
31916 \begin_layout Plain Layout\r
31917 \r
31918 \r
31919 \backslash\r
31920 spce \r
31921 \end_layout\r
31922 \r
31923 \end_inset\r
31924 \r
31925 H2CO3\r
31926 \end_layout\r
31927 \r
31928 \end_inset\r
31929 </cell>\r
31930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
31931 \begin_inset Text\r
31932 \r
31933 \begin_layout Plain Layout\r
31934 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$\r
31935 \end_inset\r
31936 \r
31937 \r
31938 \end_layout\r
31939 \r
31940 \end_inset\r
31941 </cell>\r
31942 </row>\r
31943 <row>\r
31944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
31945 \begin_inset Text\r
31946 \r
31947 \begin_layout Plain Layout\r
31948 \r
31949 \backslash\r
31950 ce\r
31951 \begin_inset ERT\r
31952 status collapsed\r
31953 \r
31954 \begin_layout Plain Layout\r
31955 \r
31956 \r
31957 \backslash\r
31958 spce \r
31959 \end_layout\r
31960 \r
31961 \end_inset\r
31962 \r
31963 SO4^2-\r
31964 \end_layout\r
31965 \r
31966 \end_inset\r
31967 </cell>\r
31968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
31969 \begin_inset Text\r
31970 \r
31971 \begin_layout Plain Layout\r
31972 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$\r
31973 \end_inset\r
31974 \r
31975 \r
31976 \end_layout\r
31977 \r
31978 \end_inset\r
31979 </cell>\r
31980 </row>\r
31981 <row>\r
31982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
31983 \begin_inset Text\r
31984 \r
31985 \begin_layout Plain Layout\r
31986 \r
31987 \backslash\r
31988 ce\r
31989 \begin_inset ERT\r
31990 status collapsed\r
31991 \r
31992 \begin_layout Plain Layout\r
31993 \r
31994 \r
31995 \backslash\r
31996 spce \r
31997 \end_layout\r
31998 \r
31999 \end_inset\r
32000 \r
32001 (NH4)2S\r
32002 \end_layout\r
32003 \r
32004 \end_inset\r
32005 </cell>\r
32006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
32007 \begin_inset Text\r
32008 \r
32009 \begin_layout Plain Layout\r
32010 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$\r
32011 \end_inset\r
32012 \r
32013 \r
32014 \end_layout\r
32015 \r
32016 \end_inset\r
32017 </cell>\r
32018 </row>\r
32019 <row>\r
32020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
32021 \begin_inset Text\r
32022 \r
32023 \begin_layout Plain Layout\r
32024 \r
32025 \backslash\r
32026 ce\r
32027 \begin_inset ERT\r
32028 status collapsed\r
32029 \r
32030 \begin_layout Plain Layout\r
32031 \r
32032 \r
32033 \backslash\r
32034 spce \r
32035 \end_layout\r
32036 \r
32037 \end_inset\r
32038 \r
32039 KCr(SO4)2.12H2O\r
32040 \end_layout\r
32041 \r
32042 \end_inset\r
32043 </cell>\r
32044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
32045 \begin_inset Text\r
32046 \r
32047 \begin_layout Plain Layout\r
32048 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$\r
32049 \end_inset\r
32050 \r
32051 \r
32052 \end_layout\r
32053 \r
32054 \end_inset\r
32055 </cell>\r
32056 </row>\r
32057 <row>\r
32058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
32059 \begin_inset Text\r
32060 \r
32061 \begin_layout Plain Layout\r
32062 \r
32063 \backslash\r
32064 ce\r
32065 \begin_inset ERT\r
32066 status collapsed\r
32067 \r
32068 \begin_layout Plain Layout\r
32069 \r
32070 \r
32071 \backslash\r
32072 spce \r
32073 \end_layout\r
32074 \r
32075 \end_inset\r
32076 \r
32077 A-B\r
32078 \backslash\r
32079 dbond\r
32080 \begin_inset ERT\r
32081 status collapsed\r
32082 \r
32083 \begin_layout Plain Layout\r
32084 \r
32085 \r
32086 \backslash\r
32087 spce \r
32088 \end_layout\r
32089 \r
32090 \end_inset\r
32091 \r
32092 C\r
32093 \backslash\r
32094 tbond\r
32095 \begin_inset ERT\r
32096 status collapsed\r
32097 \r
32098 \begin_layout Plain Layout\r
32099 \r
32100 \r
32101 \backslash\r
32102 spce \r
32103 \end_layout\r
32104 \r
32105 \end_inset\r
32106 \r
32107 D\r
32108 \end_layout\r
32109 \r
32110 \end_inset\r
32111 </cell>\r
32112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
32113 \begin_inset Text\r
32114 \r
32115 \begin_layout Plain Layout\r
32116 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$\r
32117 \end_inset\r
32118 \r
32119 \r
32120 \end_layout\r
32121 \r
32122 \end_inset\r
32123 </cell>\r
32124 </row>\r
32125 <row>\r
32126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
32127 \begin_inset Text\r
32128 \r
32129 \begin_layout Plain Layout\r
32130 \r
32131 \backslash\r
32132 ce\r
32133 \begin_inset ERT\r
32134 status collapsed\r
32135 \r
32136 \begin_layout Plain Layout\r
32137 \r
32138 \r
32139 \backslash\r
32140 spce \r
32141 \end_layout\r
32142 \r
32143 \end_inset\r
32144 \r
32145 ^227\r
32146 \begin_inset Formula $\downarrow$\r
32147 \end_inset\r
32148 \r
32149 _90\r
32150 \begin_inset Formula $\to$\r
32151 \end_inset\r
32152 \r
32153 Th+\r
32154 \end_layout\r
32155 \r
32156 \end_inset\r
32157 </cell>\r
32158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
32159 \begin_inset Text\r
32160 \r
32161 \begin_layout Plain Layout\r
32162 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$\r
32163 \end_inset\r
32164 \r
32165 \r
32166 \end_layout\r
32167 \r
32168 \end_inset\r
32169 </cell>\r
32170 </row>\r
32171 <row>\r
32172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
32173 \begin_inset Text\r
32174 \r
32175 \begin_layout Plain Layout\r
32176 \r
32177 \backslash\r
32178 ce\r
32179 \begin_inset ERT\r
32180 status collapsed\r
32181 \r
32182 \begin_layout Plain Layout\r
32183 \r
32184 \r
32185 \backslash\r
32186 spce \r
32187 \end_layout\r
32188 \r
32189 \end_inset\r
32190 \r
32191 CO2\r
32192 \begin_inset ERT\r
32193 status collapsed\r
32194 \r
32195 \begin_layout Plain Layout\r
32196 \r
32197 \r
32198 \backslash\r
32199 spce \r
32200 \end_layout\r
32201 \r
32202 \end_inset\r
32203 \r
32204 +\r
32205 \begin_inset ERT\r
32206 status collapsed\r
32207 \r
32208 \begin_layout Plain Layout\r
32209 \r
32210 \r
32211 \backslash\r
32212 spce \r
32213 \end_layout\r
32214 \r
32215 \end_inset\r
32216 \r
32217 C\r
32218 \begin_inset ERT\r
32219 status collapsed\r
32220 \r
32221 \begin_layout Plain Layout\r
32222 \r
32223 \r
32224 \backslash\r
32225 spce \r
32226 \end_layout\r
32227 \r
32228 \end_inset\r
32229 \r
32230 <=>\r
32231 \begin_inset ERT\r
32232 status collapsed\r
32233 \r
32234 \begin_layout Plain Layout\r
32235 \r
32236 \r
32237 \backslash\r
32238 spce \r
32239 \end_layout\r
32240 \r
32241 \end_inset\r
32242 \r
32243 2CO\r
32244 \end_layout\r
32245 \r
32246 \end_inset\r
32247 </cell>\r
32248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
32249 \begin_inset Text\r
32250 \r
32251 \begin_layout Plain Layout\r
32252 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$\r
32253 \end_inset\r
32254 \r
32255 \r
32256 \end_layout\r
32257 \r
32258 \end_inset\r
32259 </cell>\r
32260 </row>\r
32261 <row>\r
32262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
32263 \begin_inset Text\r
32264 \r
32265 \begin_layout Plain Layout\r
32266 \r
32267 \backslash\r
32268 ce\r
32269 \begin_inset ERT\r
32270 status collapsed\r
32271 \r
32272 \begin_layout Plain Layout\r
32273 \r
32274 \r
32275 \backslash\r
32276 spce \r
32277 \end_layout\r
32278 \r
32279 \end_inset\r
32280 \r
32281 CO2\r
32282 \begin_inset ERT\r
32283 status collapsed\r
32284 \r
32285 \begin_layout Plain Layout\r
32286 \r
32287 \r
32288 \backslash\r
32289 spce \r
32290 \end_layout\r
32291 \r
32292 \end_inset\r
32293 \r
32294 +\r
32295 \begin_inset ERT\r
32296 status collapsed\r
32297 \r
32298 \begin_layout Plain Layout\r
32299 \r
32300 \r
32301 \backslash\r
32302 spce \r
32303 \end_layout\r
32304 \r
32305 \end_inset\r
32306 \r
32307 C\r
32308 \begin_inset ERT\r
32309 status collapsed\r
32310 \r
32311 \begin_layout Plain Layout\r
32312 \r
32313 \r
32314 \backslash\r
32315 spce \r
32316 \end_layout\r
32317 \r
32318 \end_inset\r
32319 \r
32320 ->[\r
32321 \backslash\r
32322 alpha][\r
32323 \backslash\r
32324 beta]\r
32325 \begin_inset ERT\r
32326 status collapsed\r
32327 \r
32328 \begin_layout Plain Layout\r
32329 \r
32330 \r
32331 \backslash\r
32332 spce \r
32333 \end_layout\r
32334 \r
32335 \end_inset\r
32336 \r
32337 2CO}\r
32338 \end_layout\r
32339 \r
32340 \end_inset\r
32341 </cell>\r
32342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
32343 \begin_inset Text\r
32344 \r
32345 \begin_layout Plain Layout\r
32346 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$\r
32347 \end_inset\r
32348 \r
32349 \r
32350 \end_layout\r
32351 \r
32352 \end_inset\r
32353 </cell>\r
32354 </row>\r
32355 </lyxtabular>\r
32356 \r
32357 \end_inset\r
32358 \r
32359 \r
32360 \end_layout\r
32361 \r
32362 \begin_layout Standard\r
32363 \begin_inset Note Greyedout\r
32364 status open\r
32365 \r
32366 \begin_layout Plain Layout\r
32367 \r
32368 \series bold\r
32369 \color none\r
32370 Note:\r
32371 \series default\r
32372  Inserting a formula to a \r
32373 \series bold\r
32374 \r
32375 \backslash\r
32376 ce\r
32377 \series default\r
32378  box will lead to LaTeX errors due to a LyX bug.\r
32379 \color inherit\r
32380 \r
32381 \begin_inset Foot\r
32382 status collapsed\r
32383 \r
32384 \begin_layout Plain Layout\r
32385 \begin_inset CommandInset href\r
32386 LatexCommand href\r
32387 name "LyX-bug #8566"\r
32388 target "http://www.lyx.org/trac/ticket/8566"\r
32389 \r
32390 \end_inset\r
32391 \r
32392 \r
32393 \end_layout\r
32394 \r
32395 \end_inset\r
32396 \r
32397 \r
32398 \color none\r
32399  In this case TeX code has to be used like for \r
32400 \series bold\r
32401 \r
32402 \backslash\r
32403 ce{$\r
32404 \backslash\r
32405 mu\r
32406 \backslash\r
32407 hyphen$Cl}\r
32408 \series default\r
32409\r
32410 \begin_inset ERT\r
32411 status collapsed\r
32412 \r
32413 \begin_layout Plain Layout\r
32414 \r
32415 \r
32416 \backslash\r
32417 ce{$\r
32418 \backslash\r
32419 mu\r
32420 \backslash\r
32421 hyphen$Cl}\r
32422 \end_layout\r
32423 \r
32424 \end_inset\r
32425 \r
32426  \r
32427 \end_layout\r
32428 \r
32429 \end_inset\r
32430 \r
32431 \r
32432 \end_layout\r
32433 \r
32434 \begin_layout Standard\r
32435 \begin_inset Note Greyedout\r
32436 status open\r
32437 \r
32438 \begin_layout Plain Layout\r
32439 \r
32440 \series bold\r
32441 \color none\r
32442 Note:\r
32443 \series default\r
32444  It is not possible in LyX to use the character ^ to get an up-arrow as\r
32445  described in the \r
32446 \series bold\r
32447 mhchem\r
32448 \series default\r
32449  manual.\r
32450  One instead uses a negative thin space followed by the command \r
32451 \series bold\r
32452 \r
32453 \backslash\r
32454 uparrow\r
32455 \series default\r
32456\r
32457 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$\r
32458 \end_inset\r
32459 \r
32460 \r
32461 \end_layout\r
32462 \r
32463 \end_inset\r
32464 \r
32465 \r
32466 \end_layout\r
32467 \r
32468 \begin_layout Standard\r
32469 Using \r
32470 \series bold\r
32471 \r
32472 \backslash\r
32473 ce\r
32474 \series default\r
32475  the command for equation\r
32476 \begin_inset space ~\r
32477 \end_inset\r
32478 \r
32479 \r
32480 \begin_inset CommandInset ref\r
32481 LatexCommand eqref\r
32482 reference "eq:chem-reaction"\r
32483 \r
32484 \end_inset\r
32485 \r
32486  is:\r
32487 \begin_inset Newline newline\r
32488 \end_inset\r
32489 \r
32490 \r
32491 \series bold\r
32492  \r
32493 \backslash\r
32494 ce\r
32495 \begin_inset ERT\r
32496 status collapsed\r
32497 \r
32498 \begin_layout Plain Layout\r
32499 \r
32500 \r
32501 \backslash\r
32502 spce \r
32503 \end_layout\r
32504 \r
32505 \end_inset\r
32506 \r
32507 2Na+\r
32508 \begin_inset ERT\r
32509 status collapsed\r
32510 \r
32511 \begin_layout Plain Layout\r
32512 \r
32513 \r
32514 \backslash\r
32515 spce \r
32516 \end_layout\r
32517 \r
32518 \end_inset\r
32519 \r
32520 +\r
32521 \begin_inset ERT\r
32522 status collapsed\r
32523 \r
32524 \begin_layout Plain Layout\r
32525 \r
32526 \r
32527 \backslash\r
32528 spce \r
32529 \end_layout\r
32530 \r
32531 \end_inset\r
32532 \r
32533 SO4^2-\r
32534 \begin_inset ERT\r
32535 status collapsed\r
32536 \r
32537 \begin_layout Plain Layout\r
32538 \r
32539 \r
32540 \backslash\r
32541 spce \r
32542 \end_layout\r
32543 \r
32544 \end_inset\r
32545 \r
32546 \r
32547 \begin_inset ERT\r
32548 status collapsed\r
32549 \r
32550 \begin_layout Plain Layout\r
32551 \r
32552 \r
32553 \backslash\r
32554 spce \r
32555 \end_layout\r
32556 \r
32557 \end_inset\r
32558 \r
32559 ->\r
32560 \begin_inset ERT\r
32561 status collapsed\r
32562 \r
32563 \begin_layout Plain Layout\r
32564 \r
32565 \r
32566 \backslash\r
32567 spce \r
32568 \end_layout\r
32569 \r
32570 \end_inset\r
32571 \r
32572 Na2SO4\r
32573 \end_layout\r
32574 \r
32575 \begin_layout Standard\r
32576 To create multiline chemical equations first a multiline formula is created\r
32577  as described in \r
32578 \begin_inset CommandInset ref\r
32579 LatexCommand ref\r
32580 reference "sec:Multiline-Formulas"\r
32581 \r
32582 \end_inset\r
32583 \r
32584 .\r
32585  Afterwards the command \r
32586 \series bold\r
32587 \r
32588 \backslash\r
32589 ce\r
32590 \series default\r
32591  is used in every small blue box of the formula.\r
32592  \r
32593 \begin_inset CommandInset ref\r
32594 LatexCommand eqref\r
32595 reference "eq:TEOS-reaction-1"\r
32596 \r
32597 \end_inset\r
32598 \r
32599  and \r
32600 \begin_inset CommandInset ref\r
32601 LatexCommand eqref\r
32602 reference "eq:TEOS-reaction-2"\r
32603 \r
32604 \end_inset\r
32605 \r
32606  are an example of a multi-stage chemical reaction where every equation\r
32607  has its own number.\r
32608 \begin_inset Formula \r
32609 \begin{eqnarray}\r
32610 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\\r
32611 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}\r
32612 \end{eqnarray}\r
32613 \r
32614 \end_inset\r
32615 \r
32616 \r
32617 \end_layout\r
32618 \r
32619 \begin_layout Standard\r
32620 Besides \r
32621 \series bold\r
32622 \r
32623 \backslash\r
32624 ce\r
32625 \series default\r
32626  the \r
32627 \series bold\r
32628 mhchem\r
32629 \series default\r
32630  package provides the command \r
32631 \series bold\r
32632 \r
32633 \backslash\r
32634 cf\r
32635 \series default\r
32636 \r
32637 \begin_inset Index idx\r
32638 status collapsed\r
32639 \r
32640 \begin_layout Plain Layout\r
32641 Commands ! C ! \r
32642 \backslash\r
32643 cf\r
32644 \end_layout\r
32645 \r
32646 \end_inset\r
32647 \r
32648  that has to be used for special cases.\r
32649  For more information about \r
32650 \series bold\r
32651 \r
32652 \backslash\r
32653 cf\r
32654 \series default\r
32655  and more examples have a look at the documentation of \r
32656 \series bold\r
32657 mhchem\r
32658 \series default\r
32659\r
32660 \begin_inset CommandInset citation\r
32661 LatexCommand cite\r
32662 key "mhchem"\r
32663 \r
32664 \end_inset\r
32665 \r
32666 .\r
32667 \end_layout\r
32668 \r
32669 \begin_layout Section\r
32670 Diagrams\r
32671 \end_layout\r
32672 \r
32673 \begin_layout Standard\r
32674 LyX supports two types of commutative diagrams: \r
32675 \series bold\r
32676 amscd\r
32677 \series default\r
32678  and \r
32679 \series bold\r
32680 xymatrix\r
32681 \series default\r
32682  that are explained in the following.\r
32683 \end_layout\r
32684 \r
32685 \begin_layout Subsection\r
32686 Amscd Diagrams\r
32687 \begin_inset Index idx\r
32688 status collapsed\r
32689 \r
32690 \begin_layout Plain Layout\r
32691 Diagrams ! amscd\r
32692 \end_layout\r
32693 \r
32694 \end_inset\r
32695 \r
32696 \r
32697 \end_layout\r
32698 \r
32699 \begin_layout Standard\r
32700 Diagrams of this type visualize relations by vertical and horizontal lines\r
32701  or arrows:\r
32702 \begin_inset Formula \r
32703 \[\r
32704 \begin{CD}A@>>>B@>>>C\\\r
32705 @AAA@.@VVV\\\r
32706 F@<<<E@<<<D\r
32707 \end{CD}\r
32708 \]\r
32709 \r
32710 \end_inset\r
32711 \r
32712 \r
32713 \end_layout\r
32714 \r
32715 \begin_layout Standard\r
32716 To get them, the command \r
32717 \series bold\r
32718 \r
32719 \backslash\r
32720 CD\r
32721 \begin_inset Index idx\r
32722 status collapsed\r
32723 \r
32724 \begin_layout Plain Layout\r
32725 Commands ! C ! \r
32726 \backslash\r
32727 CD\r
32728 \end_layout\r
32729 \r
32730 \end_inset\r
32731 \r
32732 \r
32733 \series default\r
32734  is inserted to a formula.\r
32735  A blue box appears with two dashed lines where further commands can be\r
32736  inserted.\r
32737  With \r
32738 \begin_inset Info\r
32739 type  "shortcut"\r
32740 arg   "newline-insert newline"\r
32741 \end_inset\r
32742 \r
32743  a new line is created.\r
32744  Horizontal relations are inserted in odd, vertical in even formula lines.\r
32745 \end_layout\r
32746 \r
32747 \begin_layout Standard\r
32748 To create the relations there are the following commands:\r
32749 \end_layout\r
32750 \r
32751 \begin_layout Itemize\r
32752 \r
32753 \series bold\r
32754 @<<<\r
32755 \series default\r
32756  creates a left arrow, \r
32757 \series bold\r
32758 @>>>\r
32759 \series default\r
32760  a right arrow and \r
32761 \series bold\r
32762 @=\r
32763 \series default\r
32764  a long equal sign\r
32765 \end_layout\r
32766 \r
32767 \begin_layout Itemize\r
32768 \r
32769 \series bold\r
32770 @AAA\r
32771 \series default\r
32772  creates an up arrow, \r
32773 \series bold\r
32774 @VVV\r
32775 \series default\r
32776  a down arrow and \r
32777 \series bold\r
32778 @|\r
32779 \series default\r
32780  a vertical equal sign\r
32781 \end_layout\r
32782 \r
32783 \begin_layout Itemize\r
32784 \r
32785 \series bold\r
32786 @.\r
32787 \r
32788 \series default\r
32789  is a placeholder for non-existent relations\r
32790 \end_layout\r
32791 \r
32792 \begin_layout Standard\r
32793 All arrows can be labeled as follows:\r
32794 \end_layout\r
32795 \r
32796 \begin_layout Itemize\r
32797 If text inserted between the first and second < or >, resp., it is placed\r
32798  above the arrow.\r
32799  When it is inserted between the second and third one, it appears under\r
32800  the arrow.\r
32801 \end_layout\r
32802 \r
32803 \begin_layout Itemize\r
32804 When text for vertical arrows is inserted between the first and second A\r
32805  or V, resp., it is placed left beside the arrow.\r
32806  When it is inserted between the second and third one, it appears right\r
32807  beside the arrow.\r
32808  If the text contains an A or V, these letters must be set into a TeX-brace.\r
32809 \end_layout\r
32810 \r
32811 \begin_layout Standard\r
32812 As example a diagram with all possible relations:\r
32813 \end_layout\r
32814 \r
32815 \begin_layout Standard\r
32816 \begin_inset Formula \r
32817 \[\r
32818 \begin{CD}A@>j>>B@>>k>C@=F\\\r
32819 @AmAA@.@VV{V}V@|\\\r
32820 D@<<j<E@>k>>F@=C\r
32821 \end{CD}\r
32822 \]\r
32823 \r
32824 \end_inset\r
32825 \r
32826 \r
32827 \end_layout\r
32828 \r
32829 \begin_layout Standard\r
32830 The command for this is:\r
32831 \begin_inset Newline newline\r
32832 \end_inset\r
32833 \r
32834 \r
32835 \series bold\r
32836 \r
32837 \backslash\r
32838 CD\r
32839 \begin_inset ERT\r
32840 status collapsed\r
32841 \r
32842 \begin_layout Plain Layout\r
32843 \r
32844 \r
32845 \backslash\r
32846 spce \r
32847 \end_layout\r
32848 \r
32849 \end_inset\r
32850 \r
32851 A@>j>>B@>>k>C@=F Ctrl+Return\r
32852 \begin_inset Newline newline\r
32853 \end_inset\r
32854 \r
32855 \r
32856 \begin_inset Phantom HPhantom\r
32857 status open\r
32858 \r
32859 \begin_layout Plain Layout\r
32860 \r
32861 \series bold\r
32862 \r
32863 \backslash\r
32864 CD\r
32865 \begin_inset ERT\r
32866 status collapsed\r
32867 \r
32868 \begin_layout Plain Layout\r
32869 \r
32870 \r
32871 \backslash\r
32872 spce \r
32873 \end_layout\r
32874 \r
32875 \end_inset\r
32876 \r
32877 \r
32878 \end_layout\r
32879 \r
32880 \end_inset\r
32881 \r
32882 @AmAA@.@VV\r
32883 \backslash\r
32884 {V\r
32885 \series default\r
32886 \r
32887 \begin_inset Formula $\to$\r
32888 \end_inset\r
32889 \r
32890 \r
32891 \series bold\r
32892 V@| Ctrl+Return\r
32893 \begin_inset Newline newline\r
32894 \end_inset\r
32895 \r
32896 \r
32897 \begin_inset Phantom HPhantom\r
32898 status open\r
32899 \r
32900 \begin_layout Plain Layout\r
32901 \r
32902 \series bold\r
32903 \r
32904 \backslash\r
32905 CD\r
32906 \begin_inset ERT\r
32907 status collapsed\r
32908 \r
32909 \begin_layout Plain Layout\r
32910 \r
32911 \r
32912 \backslash\r
32913 spce \r
32914 \end_layout\r
32915 \r
32916 \end_inset\r
32917 \r
32918 \r
32919 \end_layout\r
32920 \r
32921 \end_inset\r
32922 \r
32923 D@<<j<E@>k>>F@=C\r
32924 \end_layout\r
32925 \r
32926 \begin_layout Subsection\r
32927 Xymatrix Diagrams\r
32928 \begin_inset Index idx\r
32929 status collapsed\r
32930 \r
32931 \begin_layout Plain Layout\r
32932 Diagrams ! xymatrix\r
32933 \end_layout\r
32934 \r
32935 \end_inset\r
32936 \r
32937 \r
32938 \end_layout\r
32939 \r
32940 \begin_layout Standard\r
32941 To be able to use xymatrices, the LaTeX-package \r
32942 \series bold\r
32943 xypic\r
32944 \series default\r
32945  must be installed.\r
32946  A xymatrix is created by inserting the command \r
32947 \series bold\r
32948 \r
32949 \backslash\r
32950 xymatrix\r
32951 \series default\r
32952  in a formula.\r
32953  Then you are able to add new matrix columns and rows like for normal matrices,\r
32954  see \r
32955 \begin_inset CommandInset ref\r
32956 LatexCommand ref\r
32957 reference "sec:Matrices"\r
32958 \r
32959 \end_inset\r
32960 \r
32961 .\r
32962 \end_layout\r
32963 \r
32964 \begin_layout Standard\r
32965 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,\r
32966  and much more.\r
32967  All possibilities to create commutative diagrams and decorations are explained\r
32968  in detail in the \r
32969 \emph on\r
32970 XY-pic manual\r
32971 \emph default\r
32972  that you find in the menu \r
32973 \family sans\r
32974 Help\SpecialChar \menuseparator\r
32975 Specific\r
32976 \begin_inset space ~\r
32977 \end_inset\r
32978 \r
32979 Manuals\r
32980 \family default\r
32981 .\r
32982 \end_layout\r
32983 \r
32984 \begin_layout Subsection\r
32985 \r
32986 \noun on\r
32987 Feynman\r
32988 \noun default\r
32989  Diagrams\r
32990 \begin_inset Index idx\r
32991 status collapsed\r
32992 \r
32993 \begin_layout Plain Layout\r
32994 Diagrams ! Feynman\r
32995 \end_layout\r
32996 \r
32997 \end_inset\r
32998 \r
32999 \r
33000 \end_layout\r
33001 \r
33002 \begin_layout Standard\r
33003 To be able to use \r
33004 \noun on\r
33005 Feynman\r
33006 \noun default\r
33007 -diagrams, the LaTeX-package \r
33008 \series bold\r
33009 feyn\r
33010 \series default\r
33011  must be installed.\r
33012  A \r
33013 \noun on\r
33014 Feynman\r
33015 \noun default\r
33016 -diagram is created by inserting the command \r
33017 \series bold\r
33018 \r
33019 \backslash\r
33020 Diagram\r
33021 \series default\r
33022  in a formula.\r
33023  Then you are able to add new matrix columns and rows like for normal matrices,\r
33024  see \r
33025 \begin_inset CommandInset ref\r
33026 LatexCommand ref\r
33027 reference "sec:Matrices"\r
33028 \r
33029 \end_inset\r
33030 \r
33031 .\r
33032 \end_layout\r
33033 \r
33034 \begin_layout Standard\r
33035 Examples how to create \r
33036 \noun on\r
33037 Feynman-\r
33038 \noun default\r
33039 diagrams in LyX is given in the \r
33040 \emph on\r
33041 Feynman-diagram manual\r
33042 \emph default\r
33043  that you find in the menu \r
33044 \family sans\r
33045 Help\SpecialChar \menuseparator\r
33046 Specific\r
33047 \begin_inset space ~\r
33048 \end_inset\r
33049 \r
33050 Manuals\r
33051 \family default\r
33052 .\r
33053 \end_layout\r
33054 \r
33055 \begin_layout Standard\r
33056 \begin_inset Newpage newpage\r
33057 \end_inset\r
33058 \r
33059 \r
33060 \end_layout\r
33061 \r
33062 \begin_layout Section\r
33063 User-defined Commands\r
33064 \begin_inset Index idx\r
33065 status collapsed\r
33066 \r
33067 \begin_layout Plain Layout\r
33068 User-defined commands\r
33069 \end_layout\r
33070 \r
33071 \end_inset\r
33072 \r
33073 \r
33074 \end_layout\r
33075 \r
33076 \begin_layout Standard\r
33077 \begin_inset Note Greyedout\r
33078 status open\r
33079 \r
33080 \begin_layout Plain Layout\r
33081 \r
33082 \series bold\r
33083 Note:\r
33084 \series default\r
33085  The names of user-defined commands and macros may only consist of Latin\r
33086  letters.\r
33087 \end_layout\r
33088 \r
33089 \end_inset\r
33090 \r
33091 \r
33092 \end_layout\r
33093 \r
33094 \begin_layout Subsection\r
33095 The Command \r
33096 \backslash\r
33097 newcommand\r
33098 \begin_inset CommandInset label\r
33099 LatexCommand label\r
33100 name "sub:The-Command-newcommand"\r
33101 \r
33102 \end_inset\r
33103 \r
33104 \r
33105 \begin_inset Index idx\r
33106 status collapsed\r
33107 \r
33108 \begin_layout Plain Layout\r
33109 User-defined commands ! \r
33110 \backslash\r
33111 newcommand\r
33112 \end_layout\r
33113 \r
33114 \end_inset\r
33115 \r
33116 \r
33117 \begin_inset Index idx\r
33118 status collapsed\r
33119 \r
33120 \begin_layout Plain Layout\r
33121 Commands ! N ! \r
33122 \backslash\r
33123 newcommand\r
33124 \end_layout\r
33125 \r
33126 \end_inset\r
33127 \r
33128 \r
33129 \end_layout\r
33130 \r
33131 \begin_layout Standard\r
33132 Many LaTeX-commands are too long to be used frequently.\r
33133  But it is possible to define with the command \r
33134 \series bold\r
33135 \r
33136 \backslash\r
33137 newcommand\r
33138 \series default\r
33139  new shorter commands.\r
33140 \end_layout\r
33141 \r
33142 \begin_layout Standard\r
33143 The command scheme of \r
33144 \series bold\r
33145 \r
33146 \backslash\r
33147 newcommand\r
33148 \series default\r
33149  is:\r
33150 \end_layout\r
33151 \r
33152 \begin_layout Standard\r
33153 \r
33154 \series bold\r
33155 \r
33156 \backslash\r
33157 newcommand{new command name}[number of arguments][optional\r
33158 \series default\r
33159  \r
33160 \series bold\r
33161 value]\r
33162 \begin_inset Newline newline\r
33163 \end_inset\r
33164 \r
33165 \r
33166 \begin_inset Phantom HPhantom\r
33167 status open\r
33168 \r
33169 \begin_layout Plain Layout\r
33170 \r
33171 \series bold\r
33172 \r
33173 \backslash\r
33174 newcommand\r
33175 \end_layout\r
33176 \r
33177 \end_inset\r
33178 \r
33179 {command definition}\r
33180 \end_layout\r
33181 \r
33182 \begin_layout Standard\r
33183 \begin_inset Note Greyedout\r
33184 status open\r
33185 \r
33186 \begin_layout Plain Layout\r
33187 \r
33188 \series bold\r
33189 Note:\r
33190 \series default\r
33191  Assure that the name of the new command is not already used in your document\r
33192  or by LaTeX-packages that you use.\r
33193  When you for example define the command \r
33194 \series bold\r
33195 \r
33196 \backslash\r
33197 le\r
33198 \series default\r
33199  for \r
33200 \series bold\r
33201 \r
33202 \backslash\r
33203 Leftarrow\r
33204 \series default\r
33205 , you get an error message because \r
33206 \series bold\r
33207 \r
33208 \backslash\r
33209 le\r
33210 \series default\r
33211  is already defined as command for \r
33212 \begin_inset Quotes eld\r
33213 \end_inset\r
33214 \r
33215 \r
33216 \begin_inset Formula $\le$\r
33217 \end_inset\r
33218 \r
33219 \r
33220 \begin_inset Quotes erd\r
33221 \end_inset\r
33222 \r
33223 .\r
33224 \end_layout\r
33225 \r
33226 \end_inset\r
33227 \r
33228 \r
33229 \end_layout\r
33230 \r
33231 \begin_layout Standard\r
33232 The number of arguments is an integer in the range 0\r
33233 \begin_inset space \thinspace{}\r
33234 \end_inset\r
33235 \r
33236 -\r
33237 \begin_inset space \thinspace{}\r
33238 \end_inset\r
33239 \r
33240 9 and specifies how many arguments the new command should have.\r
33241  With the optional value a value for an optional argument can be predefined.\r
33242  When this is done, the \r
33243 \emph on\r
33244 first\r
33245 \emph default\r
33246  \r
33247 \emph on\r
33248 a\r
33249 \emph default\r
33250 rgument of the new command is automatically an optional one.\r
33251 \end_layout\r
33252 \r
33253 \begin_layout Standard\r
33254 Here are some examples:\r
33255 \end_layout\r
33256 \r
33257 \begin_layout Itemize\r
33258 To define the command \r
33259 \series bold\r
33260 \r
33261 \backslash\r
33262 gr\r
33263 \series default\r
33264  for \r
33265 \series bold\r
33266 \r
33267 \backslash\r
33268 Longrightarrow\r
33269 \series default\r
33270 , the LaTeX-preamble line is:\r
33271 \begin_inset VSpace medskip\r
33272 \end_inset\r
33273 \r
33274 \r
33275 \begin_inset Newline newline\r
33276 \end_inset\r
33277 \r
33278 \r
33279 \series bold\r
33280 \r
33281 \backslash\r
33282 newcommand{\r
33283 \backslash\r
33284 gr}{\r
33285 \backslash\r
33286 Longrightarrow}\r
33287 \end_layout\r
33288 \r
33289 \begin_layout Itemize\r
33290 To define the command \r
33291 \series bold\r
33292 \r
33293 \backslash\r
33294 us\r
33295 \series default\r
33296  for \r
33297 \series bold\r
33298 \r
33299 \backslash\r
33300 underline\r
33301 \series default\r
33302 , the argument (that should be underlined) must be taken into account.\r
33303  For this the preamble line is:\r
33304 \begin_inset VSpace medskip\r
33305 \end_inset\r
33306 \r
33307 \r
33308 \begin_inset Newline newline\r
33309 \end_inset\r
33310 \r
33311 \r
33312 \series bold\r
33313 \r
33314 \backslash\r
33315 newcommand{\r
33316 \backslash\r
33317 us}[1]{\r
33318 \backslash\r
33319 underline{#1}}\r
33320 \series default\r
33321 \r
33322 \begin_inset VSpace medskip\r
33323 \end_inset\r
33324 \r
33325 \r
33326 \begin_inset Newline newline\r
33327 \end_inset\r
33328 \r
33329 The character \r
33330 \series bold\r
33331 #\r
33332 \series default\r
33333  acts as argument placeholder, the \r
33334 \series bold\r
33335 1\r
33336 \series default\r
33337  behind it denotes that it is the placeholder for the first argument.\r
33338 \end_layout\r
33339 \r
33340 \begin_layout Itemize\r
33341 For \r
33342 \series bold\r
33343 \r
33344 \backslash\r
33345 framebox\r
33346 \series default\r
33347  one can e.\r
33348 \begin_inset space \thinspace{}\r
33349 \end_inset\r
33350 \r
33351 g.\r
33352 \begin_inset space \space{}\r
33353 \end_inset\r
33354 \r
33355 define the command \r
33356 \series bold\r
33357 \r
33358 \backslash\r
33359 fb\r
33360 \series default\r
33361 :\r
33362 \begin_inset VSpace medskip\r
33363 \end_inset\r
33364 \r
33365 \r
33366 \begin_inset Newline newline\r
33367 \end_inset\r
33368 \r
33369 \r
33370 \series bold\r
33371 \r
33372 \backslash\r
33373 newcommand{\r
33374 \backslash\r
33375 fb}[3]{\r
33376 \backslash\r
33377 framebox#1#2{$#3$}}\r
33378 \series default\r
33379 \r
33380 \begin_inset VSpace medskip\r
33381 \end_inset\r
33382 \r
33383 \r
33384 \begin_inset Newline newline\r
33385 \end_inset\r
33386 \r
33387 The two Dollar signs creates the extra formula needed for \r
33388 \series bold\r
33389 \r
33390 \backslash\r
33391 framebox\r
33392 \series default\r
33393 , see \r
33394 \begin_inset CommandInset ref\r
33395 LatexCommand ref\r
33396 reference "sub:Boxes-with-Frame"\r
33397 \r
33398 \end_inset\r
33399 \r
33400 .\r
33401 \end_layout\r
33402 \r
33403 \begin_layout Itemize\r
33404 To create a new command for \r
33405 \series bold\r
33406 \r
33407 \backslash\r
33408 fcolorbox\r
33409 \series default\r
33410  where the color for the box need not be specified, the argument for the\r
33411  color is defined optional:\r
33412 \begin_inset VSpace medskip\r
33413 \end_inset\r
33414 \r
33415 \r
33416 \begin_inset Newline newline\r
33417 \end_inset\r
33418 \r
33419 \r
33420 \series bold\r
33421 \r
33422 \backslash\r
33423 newcommand{\r
33424 \backslash\r
33425 cb}[3][white]{\r
33426 \backslash\r
33427 fcolorbox{#2}{#1}{$#3$}}\r
33428 \series default\r
33429 \r
33430 \begin_inset VSpace medskip\r
33431 \end_inset\r
33432 \r
33433 \r
33434 \begin_inset Newline newline\r
33435 \end_inset\r
33436 \r
33437 When the color is not specified when using \r
33438 \series bold\r
33439 \r
33440 \backslash\r
33441 cb\r
33442 \series default\r
33443 , the predefined color \r
33444 \series bold\r
33445 white\r
33446 \series default\r
33447  will be used.\r
33448 \end_layout\r
33449 \r
33450 \begin_layout Standard\r
33451 A test of the new defined commands:\r
33452 \end_layout\r
33453 \r
33454 \begin_layout Standard\r
33455 \align center\r
33456 \begin_inset Tabular\r
33457 <lyxtabular version="3" rows="6" columns="2">\r
33458 <features rotate="0" tabularvalignment="middle">\r
33459 <column alignment="center" valignment="top">\r
33460 <column alignment="center" valignment="top">\r
33461 <row>\r
33462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
33463 \begin_inset Text\r
33464 \r
33465 \begin_layout Plain Layout\r
33466 Command\r
33467 \end_layout\r
33468 \r
33469 \end_inset\r
33470 </cell>\r
33471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
33472 \begin_inset Text\r
33473 \r
33474 \begin_layout Plain Layout\r
33475 Result\r
33476 \begin_inset Note Note\r
33477 status collapsed\r
33478 \r
33479 \begin_layout Plain Layout\r
33480 \r
33481 \series bold\r
33482 \r
33483 \backslash\r
33484 raisebox\r
33485 \series default\r
33486  is only used as spacer.\r
33487 \end_layout\r
33488 \r
33489 \end_inset\r
33490 \r
33491 \r
33492 \end_layout\r
33493 \r
33494 \end_inset\r
33495 </cell>\r
33496 </row>\r
33497 <row>\r
33498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
33499 \begin_inset Text\r
33500 \r
33501 \begin_layout Plain Layout\r
33502 A\r
33503 \backslash\r
33504 gr\r
33505 \begin_inset ERT\r
33506 status collapsed\r
33507 \r
33508 \begin_layout Plain Layout\r
33509 \r
33510 \r
33511 \backslash\r
33512 spce \r
33513 \end_layout\r
33514 \r
33515 \end_inset\r
33516 \r
33517 B\r
33518 \end_layout\r
33519 \r
33520 \end_inset\r
33521 </cell>\r
33522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
33523 \begin_inset Text\r
33524 \r
33525 \begin_layout Plain Layout\r
33526 \begin_inset Formula $A\gr B$\r
33527 \end_inset\r
33528 \r
33529 \r
33530 \end_layout\r
33531 \r
33532 \end_inset\r
33533 </cell>\r
33534 </row>\r
33535 <row>\r
33536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
33537 \begin_inset Text\r
33538 \r
33539 \begin_layout Plain Layout\r
33540 \r
33541 \backslash\r
33542 us{ABcd\r
33543 \end_layout\r
33544 \r
33545 \end_inset\r
33546 </cell>\r
33547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
33548 \begin_inset Text\r
33549 \r
33550 \begin_layout Plain Layout\r
33551 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$\r
33552 \end_inset\r
33553 \r
33554 \r
33555 \end_layout\r
33556 \r
33557 \end_inset\r
33558 </cell>\r
33559 </row>\r
33560 <row>\r
33561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
33562 \begin_inset Text\r
33563 \r
33564 \begin_layout Plain Layout\r
33565 \r
33566 \backslash\r
33567 fb{[2cm]\r
33568 \begin_inset Formula $\to$\r
33569 \end_inset\r
33570 \r
33571 \r
33572 \backslash\r
33573 {\r
33574 \begin_inset Formula $\to$\r
33575 \end_inset\r
33576 \r
33577 \r
33578 \backslash\r
33579 {\r
33580 \backslash\r
33581 int\r
33582 \begin_inset ERT\r
33583 status collapsed\r
33584 \r
33585 \begin_layout Plain Layout\r
33586 \r
33587 \r
33588 \backslash\r
33589 spce \r
33590 \end_layout\r
33591 \r
33592 \end_inset\r
33593 \r
33594 A=B\r
33595 \end_layout\r
33596 \r
33597 \end_inset\r
33598 </cell>\r
33599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
33600 \begin_inset Text\r
33601 \r
33602 \begin_layout Plain Layout\r
33603 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$\r
33604 \end_inset\r
33605 \r
33606 \r
33607 \end_layout\r
33608 \r
33609 \end_inset\r
33610 </cell>\r
33611 </row>\r
33612 <row>\r
33613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
33614 \begin_inset Text\r
33615 \r
33616 \begin_layout Plain Layout\r
33617 \r
33618 \backslash\r
33619 cb{red\r
33620 \begin_inset Formula $\to$\r
33621 \end_inset\r
33622 \r
33623 \r
33624 \backslash\r
33625 {\r
33626 \backslash\r
33627 int\r
33628 \begin_inset ERT\r
33629 status collapsed\r
33630 \r
33631 \begin_layout Plain Layout\r
33632 \r
33633 \r
33634 \backslash\r
33635 spce \r
33636 \end_layout\r
33637 \r
33638 \end_inset\r
33639 \r
33640 A=B\r
33641 \end_layout\r
33642 \r
33643 \end_inset\r
33644 </cell>\r
33645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
33646 \begin_inset Text\r
33647 \r
33648 \begin_layout Plain Layout\r
33649 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$\r
33650 \end_inset\r
33651 \r
33652 \r
33653 \end_layout\r
33654 \r
33655 \end_inset\r
33656 </cell>\r
33657 </row>\r
33658 <row>\r
33659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
33660 \begin_inset Text\r
33661 \r
33662 \begin_layout Plain Layout\r
33663 \r
33664 \backslash\r
33665 cb[green]\r
33666 \backslash\r
33667 {red\r
33668 \begin_inset Formula $\to$\r
33669 \end_inset\r
33670 \r
33671 \r
33672 \backslash\r
33673 {\r
33674 \backslash\r
33675 int\r
33676 \begin_inset ERT\r
33677 status collapsed\r
33678 \r
33679 \begin_layout Plain Layout\r
33680 \r
33681 \r
33682 \backslash\r
33683 spce \r
33684 \end_layout\r
33685 \r
33686 \end_inset\r
33687 \r
33688 A=B\r
33689 \end_layout\r
33690 \r
33691 \end_inset\r
33692 </cell>\r
33693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
33694 \begin_inset Text\r
33695 \r
33696 \begin_layout Plain Layout\r
33697 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$\r
33698 \end_inset\r
33699 \r
33700 \r
33701 \end_layout\r
33702 \r
33703 \end_inset\r
33704 </cell>\r
33705 </row>\r
33706 </lyxtabular>\r
33707 \r
33708 \end_inset\r
33709 \r
33710 \r
33711 \end_layout\r
33712 \r
33713 \begin_layout Subsection\r
33714 Math Macros\r
33715 \begin_inset Index idx\r
33716 status collapsed\r
33717 \r
33718 \begin_layout Plain Layout\r
33719 User-defined commands! Math macros\r
33720 \end_layout\r
33721 \r
33722 \end_inset\r
33723 \r
33724 \r
33725 \begin_inset Index idx\r
33726 status collapsed\r
33727 \r
33728 \begin_layout Plain Layout\r
33729 Macros\r
33730 \end_layout\r
33731 \r
33732 \end_inset\r
33733 \r
33734 \r
33735 \end_layout\r
33736 \r
33737 \begin_layout Standard\r
33738 User-defined commands are especially convenient for complex expressions.\r
33739  When you are for example dealing with a document that has quadratic equations,\r
33740  the same solution type occurs several times.\r
33741  The general form of a quadratic equation is\r
33742 \begin_inset Formula \r
33743 \[\r
33744 0=\lambda^{2}+p\lambda+q\r
33745 \]\r
33746 \r
33747 \end_inset\r
33748 \r
33749 The general form of the solution is\r
33750 \begin_inset Formula \r
33751 \[\r
33752 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\r
33753 \]\r
33754 \r
33755 \end_inset\r
33756 \r
33757 \r
33758 \end_layout\r
33759 \r
33760 \begin_layout Standard\r
33761 To define a command for the solution formula where only the three parameters\r
33762  \r
33763 \begin_inset Formula $\lambda$\r
33764 \end_inset\r
33765 \r
33766\r
33767 \begin_inset Formula $p$\r
33768 \end_inset\r
33769 \r
33770  and \r
33771 \begin_inset Formula $q$\r
33772 \end_inset\r
33773 \r
33774  need to be specified and the index of \r
33775 \begin_inset Formula $\lambda$\r
33776 \end_inset\r
33777 \r
33778  can be given optionally, the LaTeX-preamble line is\r
33779 \begin_inset Newline newline\r
33780 \end_inset\r
33781 \r
33782 \r
33783 \series bold\r
33784 \r
33785 \backslash\r
33786 newcommand{\r
33787 \backslash\r
33788 qG}[4][1,\r
33789 \backslash\r
33790 ,2]{#2_{#1}=-\r
33791 \backslash\r
33792 frac{#3}{2}\r
33793 \backslash\r
33794 pm\r
33795 \begin_inset Newline newline\r
33796 \end_inset\r
33797 \r
33798 \r
33799 \begin_inset Phantom HPhantom\r
33800 status open\r
33801 \r
33802 \begin_layout Plain Layout\r
33803 \r
33804 \series bold\r
33805 \r
33806 \backslash\r
33807 newcommand\r
33808 \end_layout\r
33809 \r
33810 \end_inset\r
33811 \r
33812 \r
33813 \backslash\r
33814 sqrt{\r
33815 \backslash\r
33816 frac{#3^{2}}{4}-#4}}\r
33817 \end_layout\r
33818 \r
33819 \begin_layout Standard\r
33820 To create with this the solution formula, the command\r
33821 \begin_inset Newline newline\r
33822 \end_inset\r
33823 \r
33824 \r
33825 \series bold\r
33826 \r
33827 \backslash\r
33828 qG{\r
33829 \backslash\r
33830 lambda\r
33831 \begin_inset Formula $\to$\r
33832 \end_inset\r
33833 \r
33834 \r
33835 \backslash\r
33836 {p\r
33837 \begin_inset Formula $\to$\r
33838 \end_inset\r
33839 \r
33840 \r
33841 \backslash\r
33842 {q\r
33843 \series default\r
33844  is inserted to a formula\r
33845 \series bold\r
33846 .\r
33847 \end_layout\r
33848 \r
33849 \begin_layout Standard\r
33850 The definition of the new command is unintuitive because one has to know\r
33851  the schemes of all used LaTeX commands, e.\r
33852 \begin_inset space \thinspace{}\r
33853 \end_inset\r
33854 \r
33855 g.\r
33856 \begin_inset space \space{}\r
33857 \end_inset\r
33858 \r
33859 that a fraction is inserted in LaTeX as \r
33860 \series bold\r
33861 \r
33862 \backslash\r
33863 frac{numerator}{denominator}\r
33864 \series default\r
33865 .\r
33866  Furthermore one can easily forget a brace in the definition and cannot\r
33867  see in LyX what the new command is doing.\r
33868  To avoid these problems LyX offers the possibility to use math macros instead\r
33869  of the command \r
33870 \series bold\r
33871 \r
33872 \backslash\r
33873 newcommand\r
33874 \series default\r
33875 .\r
33876 \end_layout\r
33877 \r
33878 \begin_layout Standard\r
33879 A math macro is created by using the menu \r
33880 \family sans\r
33881 Insert\SpecialChar \menuseparator\r
33882 Math\SpecialChar \menuseparator\r
33883 Macro\r
33884 \family default\r
33885  or the toolbar button \r
33886 \begin_inset Graphics\r
33887         filename ../images/math-macro_newmacroname_newcommand.png\r
33888         scale 85\r
33889 \r
33890 \end_inset\r
33891 \r
33892 .\r
33893  The math macro toolbar appears together with the following box where the\r
33894  macro is defined:\r
33895 \begin_inset Newline newline\r
33896 \end_inset\r
33897 \r
33898 \r
33899 \begin_inset space \hspace*{\fill}\r
33900 \end_inset\r
33901 \r
33902 \r
33903 \begin_inset Graphics\r
33904         filename clipart/macrobox.png\r
33905 \r
33906 \end_inset\r
33907 \r
33908 \r
33909 \begin_inset space \hspace*{\fill}\r
33910 \end_inset\r
33911 \r
33912 \r
33913 \begin_inset Newline newline\r
33914 \end_inset\r
33915 \r
33916 \r
33917 \begin_inset FormulaMacro\r
33918 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}\r
33919 \end_inset\r
33920 \r
33921 \r
33922 \backslash\r
33923 newmacroname is the default name of the macro that should be changed to\r
33924  something sensible.\r
33925  The wanted formula is inserted in the first blue box.\r
33926  An argument placeholder is inserted with the command \r
33927 \series bold\r
33928 \r
33929 \backslash\r
33930 #argumentnumber\r
33931 \series default\r
33932 , e.\r
33933 \begin_inset space \thinspace{}\r
33934 \end_inset\r
33935 \r
33936 g\r
33937 \begin_inset space \space{}\r
33938 \end_inset\r
33939 \r
33940 \r
33941 \series bold\r
33942 \r
33943 \backslash\r
33944 #1\r
33945 \series default\r
33946  or by using the macro toolbar button \r
33947 \begin_inset Graphics\r
33948         filename ../images/math-macro-add-param.png\r
33949         scale 85\r
33950 \r
33951 \end_inset\r
33952 \r
33953 .\r
33954  Argument placeholders are displayed red.\r
33955  A maximum of 9\r
33956 \begin_inset space ~\r
33957 \end_inset\r
33958 \r
33959 arguments are possible.\r
33960  Optional arguments are created with the toolbar button \r
33961 \begin_inset Graphics\r
33962         filename ../images/math-macro-add-optional-param.png\r
33963         scale 85\r
33964 \r
33965 \end_inset\r
33966 \r
33967 .\r
33968  The first non-optional argument can be transformed to an optional one with\r
33969  the toolbar button \r
33970 \begin_inset Graphics\r
33971         filename ../images/math-macro-make-optional.png\r
33972         scale 85\r
33973 \r
33974 \end_inset\r
33975 \r
33976 .\r
33977  In the second blue box the appearance of the macro in LyX can be defined.\r
33978  Normally you want to see it as it is defined, so the box is kept empty.\r
33979  But when you have created a macro that needs lot of space on the screen,\r
33980  you can insert in the box for example\r
33981 \begin_inset Newline newline\r
33982 \end_inset\r
33983 \r
33984 \r
33985 \series bold\r
33986 qG: \r
33987 \backslash\r
33988 #1\r
33989 \series default\r
33990  \r
33991 \series bold\r
33992 ,\r
33993 \series default\r
33994  \r
33995 \series bold\r
33996 \r
33997 \backslash\r
33998 #2\r
33999 \series default\r
34000  \r
34001 \series bold\r
34002 ,\r
34003 \series default\r
34004  \r
34005 \series bold\r
34006 \r
34007 \backslash\r
34008 #3, \r
34009 \backslash\r
34010 #4\r
34011 \begin_inset Newline newline\r
34012 \end_inset\r
34013 \r
34014 \r
34015 \series default\r
34016 For the macro only the arguments with the macro name in front of them will\r
34017  then be displayed in LyX, leading to a better overview.\r
34018  The formula appears in the output as defined in the first box.\r
34019 \begin_inset Newline newline\r
34020 \end_inset\r
34021 \r
34022 The appearance of macros in formulas can furthermore be changed for single\r
34023  macros by setting the cursor in the macro and using the menu \r
34024 \family sans\r
34025 View\SpecialChar \menuseparator\r
34026 (Un)fold\r
34027 \begin_inset space ~\r
34028 \end_inset\r
34029 \r
34030 Math\r
34031 \begin_inset space ~\r
34032 \end_inset\r
34033 \r
34034 Macro\r
34035 \family default\r
34036 .\r
34037 \end_layout\r
34038 \r
34039 \begin_layout Standard\r
34040 To use a macro, the macro name is inserted as command to a formula, in our\r
34041  case \r
34042 \series bold\r
34043 \r
34044 \backslash\r
34045 qG\r
34046 \series default\r
34047 .\r
34048  Our macro looks in LyX like this:\r
34049 \begin_inset Newline newline\r
34050 \end_inset\r
34051 \r
34052 \r
34053 \begin_inset space \hspace*{\fill}\r
34054 \end_inset\r
34055 \r
34056 \r
34057 \begin_inset Graphics\r
34058         filename clipart/macrouse.png\r
34059 \r
34060 \end_inset\r
34061 \r
34062 \r
34063 \begin_inset space \hspace*{\fill}\r
34064 \end_inset\r
34065 \r
34066 \r
34067 \begin_inset Newline newline\r
34068 \end_inset\r
34069 \r
34070 Here is our macro example with the arguments \r
34071 \begin_inset Formula $x$\r
34072 \end_inset\r
34073 \r
34074\r
34075 \begin_inset Formula $\ln(x)$\r
34076 \end_inset\r
34077 \r
34078  and \r
34079 \begin_inset Formula $B$\r
34080 \end_inset\r
34081 \r
34082 :\r
34083 \end_layout\r
34084 \r
34085 \begin_layout Standard\r
34086 \begin_inset Formula \r
34087 \[\r
34088 \qG x{\ln(x)}B\r
34089 \]\r
34090 \r
34091 \end_inset\r
34092 \r
34093 \r
34094 \end_layout\r
34095 \r
34096 \begin_layout Standard\r
34097 LyX offers in the menu \r
34098 \family sans\r
34099 Tools\SpecialChar \menuseparator\r
34100 Preferences\SpecialChar \menuseparator\r
34101 Editing\SpecialChar \menuseparator\r
34102 Control\r
34103 \family default\r
34104  different styles to edit macros.\r
34105  To find the style that suits you the most, choose a style and set the cursor\r
34106  in a macro formula to see the difference.\r
34107 \end_layout\r
34108 \r
34109 \begin_layout Standard\r
34110 A math macro is transformed internally to a \r
34111 \series bold\r
34112 \r
34113 \backslash\r
34114 newcommand\r
34115 \series default\r
34116  command when exporting the document.\r
34117  The created \r
34118 \series bold\r
34119 \r
34120 \backslash\r
34121 newcommand\r
34122 \series default\r
34123  command is not placed in the LaTeX-preamble, therefore macros can only\r
34124  be used in formulas that are in the document below the macro definition\r
34125  box.\r
34126 \end_layout\r
34127 \r
34128 \begin_layout Standard\r
34129 Math macros can also be directly created from a \r
34130 \series bold\r
34131 \r
34132 \backslash\r
34133 newcommand\r
34134 \series default\r
34135  command.\r
34136  When writing for example the command\r
34137 \series bold\r
34138 \r
34139 \begin_inset Newline newline\r
34140 \end_inset\r
34141 \r
34142 \r
34143 \backslash\r
34144 newcommand{\r
34145 \backslash\r
34146 larrow}[2]{\r
34147 \backslash\r
34148 xleftarrow[#2]{#1}}\r
34149 \begin_inset Newline newline\r
34150 \end_inset\r
34151 \r
34152 \r
34153 \series default\r
34154 in LyX as normal text, highlighting it completely and using then the shortcut\r
34155  \r
34156 \family sans\r
34157 Ctrl+M\r
34158 \family default\r
34159 , the command will be transformed to a math macro.\r
34160  Using this method you need to be careful that the \r
34161 \series bold\r
34162 \r
34163 \backslash\r
34164 newcommand\r
34165 \series default\r
34166  command is typed correctly, otherwise you get a faulty macro leading to\r
34167  LaTeX errors.\r
34168 \end_layout\r
34169 \r
34170 \begin_layout Standard\r
34171 Math macros currently have the problem that further formulas in macro definition\r
34172 s are handled wrongly.\r
34173  Therefore the example \r
34174 \series bold\r
34175 \r
34176 \backslash\r
34177 fb\r
34178 \series default\r
34179  from \r
34180 \begin_inset CommandInset ref\r
34181 LatexCommand ref\r
34182 reference "sub:The-Command-newcommand"\r
34183 \r
34184 \end_inset\r
34185 \r
34186  cannot be created as macro.\r
34187 \end_layout\r
34188 \r
34189 \begin_layout Standard\r
34190 When the cursor is in a macro definition box, you will see the macro toolbar\r
34191  in LyX:\r
34192 \end_layout\r
34193 \r
34194 \begin_layout Standard\r
34195 \begin_inset VSpace defskip\r
34196 \end_inset\r
34197 \r
34198 \r
34199 \end_layout\r
34200 \r
34201 \begin_layout Standard\r
34202 \begin_inset Graphics\r
34203         filename clipart/MacroToolbar.png\r
34204 \r
34205 \end_inset\r
34206 \r
34207 \r
34208 \begin_inset Index idx\r
34209 status collapsed\r
34210 \r
34211 \begin_layout Plain Layout\r
34212 Macros ! Toolbar\r
34213 \end_layout\r
34214 \r
34215 \end_inset\r
34216 \r
34217 \r
34218 \end_layout\r
34219 \r
34220 \begin_layout Standard\r
34221 \begin_inset VSpace defskip\r
34222 \end_inset\r
34223 \r
34224 \r
34225 \end_layout\r
34226 \r
34227 \begin_layout Standard\r
34228 The macro toolbar contains from left to right the following buttons:\r
34229 \end_layout\r
34230 \r
34231 \begin_layout Standard\r
34232 \begin_inset VSpace defskip\r
34233 \end_inset\r
34234 \r
34235 \r
34236 \end_layout\r
34237 \r
34238 \begin_layout Standard\r
34239 \begin_inset Tabular\r
34240 <lyxtabular version="3" rows="9" columns="2">\r
34241 <features rotate="0" islongtable="true" longtabularalignment="center">\r
34242 <column alignment="left" valignment="top">\r
34243 <column alignment="left" valignment="top" width="85col%">\r
34244 <row interlinespace="2.5mm">\r
34245 <cell alignment="center" valignment="top" usebox="none">\r
34246 \begin_inset Text\r
34247 \r
34248 \begin_layout Plain Layout\r
34249 \begin_inset Graphics\r
34250         filename ../images/math-macro-remove-param.png\r
34251         rotateOrigin center\r
34252 \r
34253 \end_inset\r
34254 \r
34255 \r
34256 \end_layout\r
34257 \r
34258 \end_inset\r
34259 </cell>\r
34260 <cell alignment="center" valignment="top" usebox="none">\r
34261 \begin_inset Text\r
34262 \r
34263 \begin_layout Plain Layout\r
34264 \r
34265 \family sans\r
34266 Edit\SpecialChar \menuseparator\r
34267 Math\SpecialChar \menuseparator\r
34268 Macro\r
34269 \begin_inset space ~\r
34270 \end_inset\r
34271 \r
34272 Definition\SpecialChar \menuseparator\r
34273 Remove Last Argument\r
34274 \end_layout\r
34275 \r
34276 \end_inset\r
34277 </cell>\r
34278 </row>\r
34279 <row interlinespace="2.5mm">\r
34280 <cell alignment="center" valignment="top" usebox="none">\r
34281 \begin_inset Text\r
34282 \r
34283 \begin_layout Plain Layout\r
34284 \begin_inset Graphics\r
34285         filename ../images/math-macro-add-param.png\r
34286         rotateOrigin center\r
34287 \r
34288 \end_inset\r
34289 \r
34290 \r
34291 \end_layout\r
34292 \r
34293 \end_inset\r
34294 </cell>\r
34295 <cell alignment="center" valignment="top" usebox="none">\r
34296 \begin_inset Text\r
34297 \r
34298 \begin_layout Plain Layout\r
34299 \r
34300 \family sans\r
34301 Edit\SpecialChar \menuseparator\r
34302 Math\SpecialChar \menuseparator\r
34303 Macro\r
34304 \begin_inset space ~\r
34305 \end_inset\r
34306 \r
34307 Definition\SpecialChar \menuseparator\r
34308 Append Argument\r
34309 \end_layout\r
34310 \r
34311 \end_inset\r
34312 </cell>\r
34313 </row>\r
34314 <row interlinespace="2.5mm">\r
34315 <cell alignment="center" valignment="top" usebox="none">\r
34316 \begin_inset Text\r
34317 \r
34318 \begin_layout Plain Layout\r
34319 \begin_inset Graphics\r
34320         filename ../images/math-macro-make-optional.png\r
34321         rotateOrigin center\r
34322 \r
34323 \end_inset\r
34324 \r
34325 \r
34326 \end_layout\r
34327 \r
34328 \end_inset\r
34329 </cell>\r
34330 <cell alignment="center" valignment="top" usebox="none">\r
34331 \begin_inset Text\r
34332 \r
34333 \begin_layout Plain Layout\r
34334 \r
34335 \family sans\r
34336 Edit\SpecialChar \menuseparator\r
34337 Math\SpecialChar \menuseparator\r
34338 Macro\r
34339 \begin_inset space ~\r
34340 \end_inset\r
34341 \r
34342 Definition\SpecialChar \menuseparator\r
34343 Make First Non-Optional into\r
34344 \begin_inset Newline newline\r
34345 \end_inset\r
34346 \r
34347 \r
34348 \begin_inset Phantom HPhantom\r
34349 status open\r
34350 \r
34351 \begin_layout Plain Layout\r
34352 \r
34353 \family sans\r
34354 Edit\SpecialChar \menuseparator\r
34355 Math\SpecialChar \menuseparator\r
34356 Macro\r
34357 \begin_inset space ~\r
34358 \end_inset\r
34359 \r
34360 Definition\SpecialChar \menuseparator\r
34361 \r
34362 \end_layout\r
34363 \r
34364 \end_inset\r
34365 \r
34366 Optional Argument\r
34367 \end_layout\r
34368 \r
34369 \end_inset\r
34370 </cell>\r
34371 </row>\r
34372 <row interlinespace="2.5mm">\r
34373 <cell alignment="center" valignment="top" usebox="none">\r
34374 \begin_inset Text\r
34375 \r
34376 \begin_layout Plain Layout\r
34377 \begin_inset Graphics\r
34378         filename ../images/math-macro-make-nonoptional.png\r
34379         rotateOrigin center\r
34380 \r
34381 \end_inset\r
34382 \r
34383 \r
34384 \end_layout\r
34385 \r
34386 \end_inset\r
34387 </cell>\r
34388 <cell alignment="center" valignment="top" usebox="none">\r
34389 \begin_inset Text\r
34390 \r
34391 \begin_layout Plain Layout\r
34392 \r
34393 \family sans\r
34394 Edit\SpecialChar \menuseparator\r
34395 Math\SpecialChar \menuseparator\r
34396 Macro\r
34397 \begin_inset space ~\r
34398 \end_inset\r
34399 \r
34400 Definition\SpecialChar \menuseparator\r
34401 Make Last Optional into\r
34402 \begin_inset Newline newline\r
34403 \end_inset\r
34404 \r
34405 \r
34406 \begin_inset Phantom HPhantom\r
34407 status open\r
34408 \r
34409 \begin_layout Plain Layout\r
34410 \r
34411 \family sans\r
34412 Edit\SpecialChar \menuseparator\r
34413 Math\SpecialChar \menuseparator\r
34414 Macro\r
34415 \begin_inset space ~\r
34416 \end_inset\r
34417 \r
34418 Definition\SpecialChar \menuseparator\r
34419 \r
34420 \end_layout\r
34421 \r
34422 \end_inset\r
34423 \r
34424 Non-Optional Argument\r
34425 \end_layout\r
34426 \r
34427 \end_inset\r
34428 </cell>\r
34429 </row>\r
34430 <row interlinespace="2.5mm">\r
34431 <cell alignment="center" valignment="top" usebox="none">\r
34432 \begin_inset Text\r
34433 \r
34434 \begin_layout Plain Layout\r
34435 \begin_inset Graphics\r
34436         filename ../images/math-macro-remove-optional-param.png\r
34437         rotateOrigin center\r
34438 \r
34439 \end_inset\r
34440 \r
34441 \r
34442 \end_layout\r
34443 \r
34444 \end_inset\r
34445 </cell>\r
34446 <cell alignment="center" valignment="top" usebox="none">\r
34447 \begin_inset Text\r
34448 \r
34449 \begin_layout Plain Layout\r
34450 \r
34451 \family sans\r
34452 Edit\SpecialChar \menuseparator\r
34453 Math\SpecialChar \menuseparator\r
34454 Macro\r
34455 \begin_inset space ~\r
34456 \end_inset\r
34457 \r
34458 Definition\SpecialChar \menuseparator\r
34459 Remove Optional Argument\r
34460 \end_layout\r
34461 \r
34462 \end_inset\r
34463 </cell>\r
34464 </row>\r
34465 <row interlinespace="2.5mm">\r
34466 <cell alignment="center" valignment="top" usebox="none">\r
34467 \begin_inset Text\r
34468 \r
34469 \begin_layout Plain Layout\r
34470 \begin_inset Graphics\r
34471         filename ../images/math-macro-add-optional-param.png\r
34472         rotateOrigin center\r
34473 \r
34474 \end_inset\r
34475 \r
34476 \r
34477 \end_layout\r
34478 \r
34479 \end_inset\r
34480 </cell>\r
34481 <cell alignment="center" valignment="top" usebox="none">\r
34482 \begin_inset Text\r
34483 \r
34484 \begin_layout Plain Layout\r
34485 \r
34486 \family sans\r
34487 Edit\SpecialChar \menuseparator\r
34488 Math\SpecialChar \menuseparator\r
34489 Macro\r
34490 \begin_inset space ~\r
34491 \end_inset\r
34492 \r
34493 Definition\SpecialChar \menuseparator\r
34494 Insert Optional Argument\r
34495 \end_layout\r
34496 \r
34497 \end_inset\r
34498 </cell>\r
34499 </row>\r
34500 <row interlinespace="2.5mm">\r
34501 <cell alignment="center" valignment="top" usebox="none">\r
34502 \begin_inset Text\r
34503 \r
34504 \begin_layout Plain Layout\r
34505 \begin_inset Graphics\r
34506         filename ../images/math-macro-remove-greedy-param.png\r
34507         rotateOrigin center\r
34508 \r
34509 \end_inset\r
34510 \r
34511 \r
34512 \end_layout\r
34513 \r
34514 \end_inset\r
34515 </cell>\r
34516 <cell alignment="center" valignment="top" usebox="none">\r
34517 \begin_inset Text\r
34518 \r
34519 \begin_layout Plain Layout\r
34520 \r
34521 \family sans\r
34522 Edit\SpecialChar \menuseparator\r
34523 Math\SpecialChar \menuseparator\r
34524 Macro\r
34525 \begin_inset space ~\r
34526 \end_inset\r
34527 \r
34528 Definition\SpecialChar \menuseparator\r
34529 Remove Last Argument\r
34530 \begin_inset Newline newline\r
34531 \end_inset\r
34532 \r
34533 \r
34534 \begin_inset Phantom HPhantom\r
34535 status open\r
34536 \r
34537 \begin_layout Plain Layout\r
34538 \r
34539 \family sans\r
34540 Edit\SpecialChar \menuseparator\r
34541 Math\SpecialChar \menuseparator\r
34542 Macro\r
34543 \begin_inset space ~\r
34544 \end_inset\r
34545 \r
34546 Definition\SpecialChar \menuseparator\r
34547 \r
34548 \end_layout\r
34549 \r
34550 \end_inset\r
34551 \r
34552 Spitting Out To The Right\r
34553 \end_layout\r
34554 \r
34555 \end_inset\r
34556 </cell>\r
34557 </row>\r
34558 <row interlinespace="2.5mm">\r
34559 <cell alignment="center" valignment="top" usebox="none">\r
34560 \begin_inset Text\r
34561 \r
34562 \begin_layout Plain Layout\r
34563 \begin_inset Graphics\r
34564         filename ../images/math-macro-append-greedy-param.png\r
34565         rotateOrigin center\r
34566 \r
34567 \end_inset\r
34568 \r
34569 \r
34570 \end_layout\r
34571 \r
34572 \end_inset\r
34573 </cell>\r
34574 <cell alignment="center" valignment="top" usebox="none">\r
34575 \begin_inset Text\r
34576 \r
34577 \begin_layout Plain Layout\r
34578 \r
34579 \family sans\r
34580 Edit\SpecialChar \menuseparator\r
34581 Math\SpecialChar \menuseparator\r
34582 Macro\r
34583 \begin_inset space ~\r
34584 \end_inset\r
34585 \r
34586 Definition\SpecialChar \menuseparator\r
34587 Append Argument\r
34588 \begin_inset Newline newline\r
34589 \end_inset\r
34590 \r
34591 \r
34592 \begin_inset Phantom HPhantom\r
34593 status open\r
34594 \r
34595 \begin_layout Plain Layout\r
34596 \r
34597 \family sans\r
34598 Edit\SpecialChar \menuseparator\r
34599 Math\SpecialChar \menuseparator\r
34600 Macro\r
34601 \begin_inset space ~\r
34602 \end_inset\r
34603 \r
34604 Definition\SpecialChar \menuseparator\r
34605 \r
34606 \end_layout\r
34607 \r
34608 \end_inset\r
34609 \r
34610 Eating From The Right\r
34611 \end_layout\r
34612 \r
34613 \end_inset\r
34614 </cell>\r
34615 </row>\r
34616 <row interlinespace="2.5mm">\r
34617 <cell alignment="center" valignment="top" usebox="none">\r
34618 \begin_inset Text\r
34619 \r
34620 \begin_layout Plain Layout\r
34621 \begin_inset Graphics\r
34622         filename ../images/math-macro-add-greedy-optional-param.png\r
34623         rotateOrigin center\r
34624 \r
34625 \end_inset\r
34626 \r
34627 \r
34628 \end_layout\r
34629 \r
34630 \end_inset\r
34631 </cell>\r
34632 <cell alignment="center" valignment="top" usebox="none">\r
34633 \begin_inset Text\r
34634 \r
34635 \begin_layout Plain Layout\r
34636 \r
34637 \family sans\r
34638 Edit\SpecialChar \menuseparator\r
34639 Math\SpecialChar \menuseparator\r
34640 Macro\r
34641 \begin_inset space ~\r
34642 \end_inset\r
34643 \r
34644 Definition\SpecialChar \menuseparator\r
34645 Append Optional Argument\r
34646 \begin_inset Newline newline\r
34647 \end_inset\r
34648 \r
34649 \r
34650 \begin_inset Phantom HPhantom\r
34651 status open\r
34652 \r
34653 \begin_layout Plain Layout\r
34654 \r
34655 \family sans\r
34656 Edit\SpecialChar \menuseparator\r
34657 Math\SpecialChar \menuseparator\r
34658 Macro\r
34659 \begin_inset space ~\r
34660 \end_inset\r
34661 \r
34662 Definition\SpecialChar \menuseparator\r
34663 \r
34664 \end_layout\r
34665 \r
34666 \end_inset\r
34667 \r
34668 Eating From The Right\r
34669 \end_layout\r
34670 \r
34671 \end_inset\r
34672 </cell>\r
34673 </row>\r
34674 </lyxtabular>\r
34675 \r
34676 \end_inset\r
34677 \r
34678 \r
34679 \end_layout\r
34680 \r
34681 \begin_layout Section\r
34682 Computer Algebra Systems\r
34683 \end_layout\r
34684 \r
34685 \begin_layout Standard\r
34686 LyX offers the exchange between mathematical expressions written in LyX's\r
34687  math editor and external applications or user defined scripts.\r
34688  Currently supported applications are \r
34689 \family sans\r
34690 Maple\r
34691 \family default\r
34692\r
34693 \family sans\r
34694 Mathematica\r
34695 \family default\r
34696\r
34697 \family sans\r
34698 Maxima\r
34699 \family default\r
34700  and \r
34701 \family sans\r
34702 Octave\r
34703 \family default\r
34704 .\r
34705  Note that the set of supported mathematical constructs is limited only\r
34706  to very simple cases.\r
34707 \end_layout\r
34708 \r
34709 \begin_layout Subsection\r
34710 Usage\r
34711 \end_layout\r
34712 \r
34713 \begin_layout Standard\r
34714 Write some expression in a formula, go to the \r
34715 \family sans\r
34716 Edit\SpecialChar \menuseparator\r
34717 Math\SpecialChar \menuseparator\r
34718 Use Computer Algebra System\r
34719 \family default\r
34720  menu and choose the application you have installed on the computer.\r
34721  After that the result of computation should show on the right side of the\r
34722  expression together with the \r
34723 \begin_inset Quotes eld\r
34724 \end_inset\r
34725 \r
34726 =\r
34727 \begin_inset Quotes erd\r
34728 \end_inset\r
34729 \r
34730  operator.\r
34731 \end_layout\r
34732 \r
34733 \begin_layout Standard\r
34734 Here are few simple examples (with results from \r
34735 \family typewriter\r
34736 Maxima\r
34737 \family default\r
34738 ) to show what kind of computations can be performed:\r
34739 \end_layout\r
34740 \r
34741 \begin_layout Itemize\r
34742 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$\r
34743 \end_inset\r
34744 \r
34745 \r
34746 \end_layout\r
34747 \r
34748 \begin_layout Itemize\r
34749 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$\r
34750 \end_inset\r
34751 \r
34752 \r
34753 \end_layout\r
34754 \r
34755 \begin_layout Itemize\r
34756 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$\r
34757 \end_inset\r
34758 \r
34759 \r
34760 \end_layout\r
34761 \r
34762 \begin_layout Itemize\r
34763 \begin_inset Formula $\det\left[\begin{array}{ccc}\r
34764 1 & 6 & 7\\\r
34765 2 & 5 & 8\\\r
34766 3 & 4 & 17\r
34767 \end{array}\right]=-56$\r
34768 \end_inset\r
34769 \r
34770 \r
34771 \end_layout\r
34772 \r
34773 \begin_layout Itemize\r
34774 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$\r
34775 \end_inset\r
34776 \r
34777 \r
34778 \end_layout\r
34779 \r
34780 \begin_layout Subsection\r
34781 Keyboard shortcut\r
34782 \end_layout\r
34783 \r
34784 \begin_layout Standard\r
34785 Currently there is no keyboard shortcut for calling the algebra applications.\r
34786  One can easily bind a shortcut to the \r
34787 \family sans\r
34788 math-extern\r
34789 \family default\r
34790  LyX function (see the \r
34791 \family sans\r
34792 \emph on\r
34793 LyX Functions\r
34794 \family default\r
34795 \emph default\r
34796  manual).\r
34797  One could e.\r
34798 \begin_inset space \thinspace{}\r
34799 \end_inset\r
34800 \r
34801 g.\r
34802 \begin_inset space \space{}\r
34803 \end_inset\r
34804 \r
34805 bind the \r
34806 \family sans\r
34807 Return\r
34808 \family default\r
34809  key inside the math editor.\r
34810  To bind it to \r
34811 \family typewriter\r
34812 Maxima\r
34813 \family default\r
34814  one would use this shortcut definition command:\r
34815 \end_layout\r
34816 \r
34817 \begin_layout Standard\r
34818 \r
34819 \series bold\r
34820 command-alternatives break-paragraph;math-extern maxima\r
34821 \end_layout\r
34822 \r
34823 \begin_layout Section\r
34824 Miscellaneous\r
34825 \begin_inset Index idx\r
34826 status collapsed\r
34827 \r
34828 \begin_layout Plain Layout\r
34829 Miscellaneous\r
34830 \end_layout\r
34831 \r
34832 \end_inset\r
34833 \r
34834 \r
34835 \end_layout\r
34836 \r
34837 \begin_layout Subsection\r
34838 Negative Numbers\r
34839 \begin_inset Index idx\r
34840 status collapsed\r
34841 \r
34842 \begin_layout Plain Layout\r
34843 Numbers ! negative\r
34844 \end_layout\r
34845 \r
34846 \end_inset\r
34847 \r
34848 \r
34849 \end_layout\r
34850 \r
34851 \begin_layout Standard\r
34852 Negative numbers often look ugly in formulas because the minus sign before\r
34853  the number is set with the same length as the minus operator sign.\r
34854  When writing the negative number in normal text, the minus sign appears\r
34855  correctly.\r
34856 \end_layout\r
34857 \r
34858 \begin_layout Standard\r
34859 Thus, the problem disappears when converting the minus sign to mathematical\r
34860  text.\r
34861 \end_layout\r
34862 \r
34863 \begin_layout Standard\r
34864 An example to visualize the problem:\r
34865 \end_layout\r
34866 \r
34867 \begin_layout Standard\r
34868 \align center\r
34869 \begin_inset Tabular\r
34870 <lyxtabular version="3" rows="3" columns="2">\r
34871 <features rotate="0" tabularvalignment="middle">\r
34872 <column alignment="right" valignment="top">\r
34873 <column alignment="left" valignment="top">\r
34874 <row>\r
34875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
34876 \begin_inset Text\r
34877 \r
34878 \begin_layout Plain Layout\r
34879 normal text:\r
34880 \end_layout\r
34881 \r
34882 \end_inset\r
34883 </cell>\r
34884 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">\r
34885 \begin_inset Text\r
34886 \r
34887 \begin_layout Plain Layout\r
34888 x = -2\r
34889 \end_layout\r
34890 \r
34891 \end_inset\r
34892 </cell>\r
34893 </row>\r
34894 <row>\r
34895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
34896 \begin_inset Text\r
34897 \r
34898 \begin_layout Plain Layout\r
34899 formula:\r
34900 \end_layout\r
34901 \r
34902 \end_inset\r
34903 </cell>\r
34904 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">\r
34905 \begin_inset Text\r
34906 \r
34907 \begin_layout Plain Layout\r
34908 \begin_inset Formula $x=-2$\r
34909 \end_inset\r
34910 \r
34911 \r
34912 \end_layout\r
34913 \r
34914 \end_inset\r
34915 </cell>\r
34916 </row>\r
34917 <row>\r
34918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
34919 \begin_inset Text\r
34920 \r
34921 \begin_layout Plain Layout\r
34922 solution:\r
34923 \end_layout\r
34924 \r
34925 \end_inset\r
34926 </cell>\r
34927 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">\r
34928 \begin_inset Text\r
34929 \r
34930 \begin_layout Plain Layout\r
34931 \begin_inset Formula $x=\textrm{-}2$\r
34932 \end_inset\r
34933 \r
34934 \r
34935 \end_layout\r
34936 \r
34937 \end_inset\r
34938 </cell>\r
34939 </row>\r
34940 </lyxtabular>\r
34941 \r
34942 \end_inset\r
34943 \r
34944 \r
34945 \end_layout\r
34946 \r
34947 \begin_layout Subsection\r
34948 Comma as decimal Separator\r
34949 \begin_inset Index idx\r
34950 status collapsed\r
34951 \r
34952 \begin_layout Plain Layout\r
34953 Comma\r
34954 \end_layout\r
34955 \r
34956 \end_inset\r
34957 \r
34958 \r
34959 \end_layout\r
34960 \r
34961 \begin_layout Standard\r
34962 In LaTeX a comma inside a formula is used, according to the English convention,\r
34963  as number group separator.\r
34964  So there will be space added behind all commas in formulas.\r
34965 \end_layout\r
34966 \r
34967 \begin_layout Standard\r
34968 To avoid this, the comma is highlighted and changed to mathematical text\r
34969  (shortcut \r
34970 \begin_inset Info\r
34971 type  "shortcut"\r
34972 arg   "math-mode"\r
34973 \end_inset\r
34974 \r
34975 ).\r
34976 \end_layout\r
34977 \r
34978 \begin_layout Standard\r
34979 To use all formula commas in the document as decimal separator, the file\r
34980  \r
34981 \series bold\r
34982 icomma.sty\r
34983 \series default\r
34984 \r
34985 \begin_inset Foot\r
34986 status collapsed\r
34987 \r
34988 \begin_layout Plain Layout\r
34989 \r
34990 \series bold\r
34991 icomma\r
34992 \series default\r
34993  is part of the LaTeX-package \r
34994 \series bold\r
34995 was\r
34996 \series default\r
34997 \r
34998 \begin_inset Index idx\r
34999 status collapsed\r
35000 \r
35001 \begin_layout Plain Layout\r
35002 Packages ! was\r
35003 \begin_inset ERT\r
35004 status collapsed\r
35005 \r
35006 \begin_layout Plain Layout\r
35007 \r
35008 \r
35009 \backslash\r
35010 vspace{4mm}\r
35011 \end_layout\r
35012 \r
35013 \end_inset\r
35014 \r
35015 \r
35016 \end_layout\r
35017 \r
35018 \end_inset\r
35019 \r
35020 .\r
35021 \end_layout\r
35022 \r
35023 \end_inset\r
35024 \r
35025 \r
35026 \begin_inset Index idx\r
35027 status collapsed\r
35028 \r
35029 \begin_layout Plain Layout\r
35030 Packages ! icomma\r
35031 \end_layout\r
35032 \r
35033 \end_inset\r
35034 \r
35035  is loaded with the LaTeX-preamble line\r
35036 \end_layout\r
35037 \r
35038 \begin_layout Standard\r
35039 \r
35040 \series bold\r
35041 \r
35042 \backslash\r
35043 usepackage{icomma}\r
35044 \end_layout\r
35045 \r
35046 \begin_layout Subsection\r
35047 Physical Vectors\r
35048 \begin_inset CommandInset label\r
35049 LatexCommand label\r
35050 name "sub:Physical-Vectors"\r
35051 \r
35052 \end_inset\r
35053 \r
35054 \r
35055 \begin_inset Index idx\r
35056 status collapsed\r
35057 \r
35058 \begin_layout Plain Layout\r
35059 Vectors ! physical\r
35060 \end_layout\r
35061 \r
35062 \end_inset\r
35063 \r
35064 \r
35065 \end_layout\r
35066 \r
35067 \begin_layout Standard\r
35068 Predefined vectors are offered by the LaTeX-package \r
35069 \series bold\r
35070 braket\r
35071 \series default\r
35072 \r
35073 \begin_inset Index idx\r
35074 status collapsed\r
35075 \r
35076 \begin_layout Plain Layout\r
35077 Packages ! braket\r
35078 \end_layout\r
35079 \r
35080 \end_inset\r
35081 \r
35082  that is loaded with the LaTeX-preamble line\r
35083 \end_layout\r
35084 \r
35085 \begin_layout Standard\r
35086 \r
35087 \series bold\r
35088 \r
35089 \backslash\r
35090 usepackage{braket}\r
35091 \end_layout\r
35092 \r
35093 \begin_layout Standard\r
35094 \begin_inset ERT\r
35095 status collapsed\r
35096 \r
35097 \begin_layout Plain Layout\r
35098 \r
35099 \r
35100 \backslash\r
35101 ifbraket \r
35102 \end_layout\r
35103 \r
35104 \end_inset\r
35105 \r
35106 \r
35107 \begin_inset Note Note\r
35108 status open\r
35109 \r
35110 \begin_layout Plain Layout\r
35111 The following table will only be displayed when the LaTeX-package \r
35112 \series bold\r
35113 braket\r
35114 \series default\r
35115  is installed.\r
35116 \end_layout\r
35117 \r
35118 \end_inset\r
35119 \r
35120 \r
35121 \end_layout\r
35122 \r
35123 \begin_layout Standard\r
35124 The following commands are defined:\r
35125 \end_layout\r
35126 \r
35127 \begin_layout Standard\r
35128 \align center\r
35129 \begin_inset Tabular\r
35130 <lyxtabular version="3" rows="4" columns="2">\r
35131 <features rotate="0" tabularvalignment="middle">\r
35132 <column alignment="center" valignment="top">\r
35133 <column alignment="center" valignment="top">\r
35134 <row>\r
35135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
35136 \begin_inset Text\r
35137 \r
35138 \begin_layout Plain Layout\r
35139 Command\r
35140 \end_layout\r
35141 \r
35142 \end_inset\r
35143 </cell>\r
35144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
35145 \begin_inset Text\r
35146 \r
35147 \begin_layout Plain Layout\r
35148 Result\r
35149 \end_layout\r
35150 \r
35151 \end_inset\r
35152 </cell>\r
35153 </row>\r
35154 <row>\r
35155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
35156 \begin_inset Text\r
35157 \r
35158 \begin_layout Plain Layout\r
35159 \r
35160 \backslash\r
35161 Bra{\r
35162 \backslash\r
35163 psi\r
35164 \end_layout\r
35165 \r
35166 \end_inset\r
35167 </cell>\r
35168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
35169 \begin_inset Text\r
35170 \r
35171 \begin_layout Plain Layout\r
35172 \begin_inset Formula $\Bra{\psi}$\r
35173 \end_inset\r
35174 \r
35175 \r
35176 \end_layout\r
35177 \r
35178 \end_inset\r
35179 </cell>\r
35180 </row>\r
35181 <row>\r
35182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
35183 \begin_inset Text\r
35184 \r
35185 \begin_layout Plain Layout\r
35186 \r
35187 \backslash\r
35188 Ket{\r
35189 \backslash\r
35190 psi\r
35191 \end_layout\r
35192 \r
35193 \end_inset\r
35194 </cell>\r
35195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
35196 \begin_inset Text\r
35197 \r
35198 \begin_layout Plain Layout\r
35199 \begin_inset Formula $\Ket{\psi}$\r
35200 \end_inset\r
35201 \r
35202 \r
35203 \end_layout\r
35204 \r
35205 \end_inset\r
35206 </cell>\r
35207 </row>\r
35208 <row>\r
35209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
35210 \begin_inset Text\r
35211 \r
35212 \begin_layout Plain Layout\r
35213 \r
35214 \backslash\r
35215 Braket{\r
35216 \backslash\r
35217 psi|\r
35218 \backslash\r
35219 phi\r
35220 \end_layout\r
35221 \r
35222 \end_inset\r
35223 </cell>\r
35224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
35225 \begin_inset Text\r
35226 \r
35227 \begin_layout Plain Layout\r
35228 \begin_inset Formula $\Braket{\psi|\phi}$\r
35229 \end_inset\r
35230 \r
35231 \r
35232 \end_layout\r
35233 \r
35234 \end_inset\r
35235 </cell>\r
35236 </row>\r
35237 </lyxtabular>\r
35238 \r
35239 \end_inset\r
35240 \r
35241 \r
35242 \end_layout\r
35243 \r
35244 \begin_layout Standard\r
35245 The command \r
35246 \series bold\r
35247 \r
35248 \backslash\r
35249 Braket\r
35250 \series default\r
35251  assures that all vertical bars are set in the size of the surrounding brackets:\r
35252 \begin_inset Formula \r
35253 \[\r
35254 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\r
35255 \]\r
35256 \r
35257 \end_inset\r
35258 \r
35259 \r
35260 \begin_inset ERT\r
35261 status collapsed\r
35262 \r
35263 \begin_layout Plain Layout\r
35264 \r
35265 \r
35266 \backslash\r
35267 else \r
35268 \end_layout\r
35269 \r
35270 \end_inset\r
35271 \r
35272 \r
35273 \begin_inset Note Note\r
35274 status open\r
35275 \r
35276 \begin_layout Plain Layout\r
35277 The following will be displayed when the LaTeX-package \r
35278 \series bold\r
35279 braket\r
35280 \series default\r
35281  is not installed:\r
35282 \end_layout\r
35283 \r
35284 \end_inset\r
35285 \r
35286 \r
35287 \end_layout\r
35288 \r
35289 \begin_layout Standard\r
35290 You need to install the LaTeX-package \r
35291 \series bold\r
35292 braket\r
35293 \series default\r
35294  to see the rest of this subsection in the output.\r
35295 \end_layout\r
35296 \r
35297 \begin_layout Standard\r
35298 \begin_inset ERT\r
35299 status collapsed\r
35300 \r
35301 \begin_layout Plain Layout\r
35302 \r
35303 \r
35304 \backslash\r
35305 fi \r
35306 \end_layout\r
35307 \r
35308 \end_inset\r
35309 \r
35310 \r
35311 \end_layout\r
35312 \r
35313 \begin_layout Standard\r
35314 The effect of \r
35315 \series bold\r
35316 \r
35317 \backslash\r
35318 Braket\r
35319 \series default\r
35320  can also be achieved using the command \r
35321 \series bold\r
35322 \r
35323 \backslash\r
35324 middle\r
35325 \series default\r
35326 , that is described in \r
35327 \begin_inset CommandInset ref\r
35328 LatexCommand ref\r
35329 reference "sub:Automatic-Bracket-Size"\r
35330 \r
35331 \end_inset\r
35332 \r
35333 .\r
35334 \end_layout\r
35335 \r
35336 \begin_layout Subsection\r
35337 Self-defined Fractions\r
35338 \begin_inset CommandInset label\r
35339 LatexCommand label\r
35340 name "sub:Self-defined-Fractions"\r
35341 \r
35342 \end_inset\r
35343 \r
35344 \r
35345 \begin_inset Index idx\r
35346 status collapsed\r
35347 \r
35348 \begin_layout Plain Layout\r
35349 Fractions ! self-defined\r
35350 \end_layout\r
35351 \r
35352 \end_inset\r
35353 \r
35354 \r
35355 \end_layout\r
35356 \r
35357 \begin_layout Standard\r
35358 To define custom commands for fractions, the command \r
35359 \series bold\r
35360 \r
35361 \backslash\r
35362 genfrac\r
35363 \series default\r
35364 \r
35365 \begin_inset Index idx\r
35366 status collapsed\r
35367 \r
35368 \begin_layout Plain Layout\r
35369 Commands ! G ! \r
35370 \backslash\r
35371 genfrac\r
35372 \begin_inset ERT\r
35373 status collapsed\r
35374 \r
35375 \begin_layout Plain Layout\r
35376 \r
35377 \r
35378 \backslash\r
35379 vspace{4mm}\r
35380 \end_layout\r
35381 \r
35382 \end_inset\r
35383 \r
35384 \r
35385 \end_layout\r
35386 \r
35387 \end_inset\r
35388 \r
35389  is used in the following scheme:\r
35390 \end_layout\r
35391 \r
35392 \begin_layout Standard\r
35393 \r
35394 \series bold\r
35395 \r
35396 \backslash\r
35397 genfrac{left\r
35398 \series default\r
35399  \r
35400 \series bold\r
35401 bracket}{right\r
35402 \series default\r
35403  \r
35404 \series bold\r
35405 bracket}{fraction bar thickness}{style}\r
35406 \begin_inset Newline newline\r
35407 \end_inset\r
35408 \r
35409 \r
35410 \begin_inset Phantom HPhantom\r
35411 status open\r
35412 \r
35413 \begin_layout Plain Layout\r
35414 \r
35415 \series bold\r
35416 \r
35417 \backslash\r
35418 genfrac\r
35419 \end_layout\r
35420 \r
35421 \end_inset\r
35422 \r
35423 {numerator}{denominator}\r
35424 \end_layout\r
35425 \r
35426 \begin_layout Standard\r
35427 The style is a number in the range of 0\r
35428 \begin_inset space \thinspace{}\r
35429 \end_inset\r
35430 \r
35431 -\r
35432 \begin_inset space \thinspace{}\r
35433 \end_inset\r
35434 \r
35435 3.\r
35436 \end_layout\r
35437 \r
35438 \begin_layout Standard\r
35439 \align center\r
35440 \begin_inset Tabular\r
35441 <lyxtabular version="3" rows="5" columns="2">\r
35442 <features rotate="0" tabularvalignment="middle">\r
35443 <column alignment="center" valignment="top">\r
35444 <column alignment="center" valignment="top">\r
35445 <row>\r
35446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
35447 \begin_inset Text\r
35448 \r
35449 \begin_layout Plain Layout\r
35450 Number\r
35451 \end_layout\r
35452 \r
35453 \end_inset\r
35454 </cell>\r
35455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
35456 \begin_inset Text\r
35457 \r
35458 \begin_layout Plain Layout\r
35459 Style (Size)\r
35460 \end_layout\r
35461 \r
35462 \end_inset\r
35463 </cell>\r
35464 </row>\r
35465 <row>\r
35466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
35467 \begin_inset Text\r
35468 \r
35469 \begin_layout Plain Layout\r
35470 0\r
35471 \end_layout\r
35472 \r
35473 \end_inset\r
35474 </cell>\r
35475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
35476 \begin_inset Text\r
35477 \r
35478 \begin_layout Plain Layout\r
35479 display style formula\r
35480 \end_layout\r
35481 \r
35482 \end_inset\r
35483 </cell>\r
35484 </row>\r
35485 <row>\r
35486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
35487 \begin_inset Text\r
35488 \r
35489 \begin_layout Plain Layout\r
35490 1\r
35491 \end_layout\r
35492 \r
35493 \end_inset\r
35494 </cell>\r
35495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
35496 \begin_inset Text\r
35497 \r
35498 \begin_layout Plain Layout\r
35499 inline formula\r
35500 \end_layout\r
35501 \r
35502 \end_inset\r
35503 </cell>\r
35504 </row>\r
35505 <row>\r
35506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
35507 \begin_inset Text\r
35508 \r
35509 \begin_layout Plain Layout\r
35510 2\r
35511 \end_layout\r
35512 \r
35513 \end_inset\r
35514 </cell>\r
35515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
35516 \begin_inset Text\r
35517 \r
35518 \begin_layout Plain Layout\r
35519 small\r
35520 \end_layout\r
35521 \r
35522 \end_inset\r
35523 </cell>\r
35524 </row>\r
35525 <row>\r
35526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
35527 \begin_inset Text\r
35528 \r
35529 \begin_layout Plain Layout\r
35530 3\r
35531 \end_layout\r
35532 \r
35533 \end_inset\r
35534 </cell>\r
35535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
35536 \begin_inset Text\r
35537 \r
35538 \begin_layout Plain Layout\r
35539 tiny\r
35540 \end_layout\r
35541 \r
35542 \end_inset\r
35543 </cell>\r
35544 </row>\r
35545 </lyxtabular>\r
35546 \r
35547 \end_inset\r
35548 \r
35549 \r
35550 \end_layout\r
35551 \r
35552 \begin_layout Standard\r
35553 When no style is given, the size is adjusted to the surrounding environment\r
35554  like for the command \r
35555 \series bold\r
35556 \r
35557 \backslash\r
35558 frac\r
35559 \series default\r
35560 .\r
35561 \end_layout\r
35562 \r
35563 \begin_layout Standard\r
35564 When no fraction bar thickness is given, the predefined value of 0.4\r
35565 \begin_inset space \thinspace{}\r
35566 \end_inset\r
35567 \r
35568 pt will be used.\r
35569 \end_layout\r
35570 \r
35571 \begin_layout Standard\r
35572 \begin_inset VSpace medskip\r
35573 \end_inset\r
35574 \r
35575 For example, the commands \r
35576 \series bold\r
35577 \r
35578 \backslash\r
35579 dfrac\r
35580 \series default\r
35581  and \r
35582 \series bold\r
35583 \r
35584 \backslash\r
35585 tbinom\r
35586 \series default\r
35587  from \r
35588 \begin_inset CommandInset ref\r
35589 LatexCommand ref\r
35590 reference "sub:Fractions"\r
35591 \r
35592 \end_inset\r
35593 \r
35594  are defined with the commands\r
35595 \end_layout\r
35596 \r
35597 \begin_layout Standard\r
35598 \r
35599 \series bold\r
35600 \r
35601 \backslash\r
35602 newcommand{\r
35603 \backslash\r
35604 dfrac}[2]{\r
35605 \backslash\r
35606 genfrac{}{}{}{0}{#1}{#2}}\r
35607 \end_layout\r
35608 \r
35609 \begin_layout Standard\r
35610 and\r
35611 \end_layout\r
35612 \r
35613 \begin_layout Standard\r
35614 \r
35615 \series bold\r
35616 \r
35617 \backslash\r
35618 newcommand{\r
35619 \backslash\r
35620 tbinom}[2]{\r
35621 \backslash\r
35622 genfrac{(}{)}{0pt}{1}{#1}{#2}}\r
35623 \end_layout\r
35624 \r
35625 \begin_layout Standard\r
35626 \begin_inset VSpace medskip\r
35627 \end_inset\r
35628 \r
35629 To define a fraction where the fraction bar thickness can be given as optional\r
35630  argument, the following line is inserted to the LaTeX-preamble:\r
35631 \end_layout\r
35632 \r
35633 \begin_layout Standard\r
35634 \r
35635 \series bold\r
35636 \r
35637 \backslash\r
35638 newcommand{\r
35639 \backslash\r
35640 fracS}[3][]{\r
35641 \backslash\r
35642 genfrac{}{}{#1}{}{#2}{#3}}\r
35643 \end_layout\r
35644 \r
35645 \begin_layout Standard\r
35646 A test:\r
35647 \begin_inset Formula \r
35648 \begin{align*}\r
35649 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\\r
35650 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\r
35651 \end{align*}\r
35652 \r
35653 \end_inset\r
35654 \r
35655 As one can see, the distance of the numerator and the denominator to the\r
35656  fraction bar is round about three times the bar thickness.\r
35657 \end_layout\r
35658 \r
35659 \begin_layout Subsection\r
35660 Canceled Formulas\r
35661 \begin_inset Index idx\r
35662 status collapsed\r
35663 \r
35664 \begin_layout Plain Layout\r
35665 Formula ! canceled\r
35666 \end_layout\r
35667 \r
35668 \end_inset\r
35669 \r
35670 \r
35671 \end_layout\r
35672 \r
35673 \begin_layout Standard\r
35674 To cancel formulas or formula parts, the LaTeX-package \r
35675 \series bold\r
35676 cancel\r
35677 \series default\r
35678 \r
35679 \begin_inset Index idx\r
35680 status collapsed\r
35681 \r
35682 \begin_layout Plain Layout\r
35683 Packages ! cancel\r
35684 \end_layout\r
35685 \r
35686 \end_inset\r
35687 \r
35688  has to be loaded with the LaTeX-preamble line\r
35689 \end_layout\r
35690 \r
35691 \begin_layout Standard\r
35692 \r
35693 \series bold\r
35694 \r
35695 \backslash\r
35696 usepackage{cancel}\r
35697 \end_layout\r
35698 \r
35699 \begin_layout Standard\r
35700 \begin_inset ERT\r
35701 status collapsed\r
35702 \r
35703 \begin_layout Plain Layout\r
35704 \r
35705 \r
35706 \backslash\r
35707 ifcancel \r
35708 \end_layout\r
35709 \r
35710 \end_inset\r
35711 \r
35712 \r
35713 \begin_inset Note Note\r
35714 status open\r
35715 \r
35716 \begin_layout Plain Layout\r
35717 The following table will only be displayed when the LaTeX-package \r
35718 \series bold\r
35719 cancel\r
35720 \series default\r
35721  is installed.\r
35722 \end_layout\r
35723 \r
35724 \end_inset\r
35725 \r
35726 \r
35727 \end_layout\r
35728 \r
35729 \begin_layout Standard\r
35730 There are four ways to cancel formulas:\r
35731 \end_layout\r
35732 \r
35733 \begin_layout Standard\r
35734 \align center\r
35735 \begin_inset Tabular\r
35736 <lyxtabular version="3" rows="5" columns="2">\r
35737 <features rotate="0" tabularvalignment="middle">\r
35738 <column alignment="center" valignment="top">\r
35739 <column alignment="center" valignment="top">\r
35740 <row>\r
35741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
35742 \begin_inset Text\r
35743 \r
35744 \begin_layout Plain Layout\r
35745 Command\r
35746 \end_layout\r
35747 \r
35748 \end_inset\r
35749 </cell>\r
35750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
35751 \begin_inset Text\r
35752 \r
35753 \begin_layout Plain Layout\r
35754 Result\r
35755 \begin_inset Note Note\r
35756 status collapsed\r
35757 \r
35758 \begin_layout Plain Layout\r
35759 The space and\r
35760 \series bold\r
35761  \r
35762 \backslash\r
35763 raisebox\r
35764 \series default\r
35765  are used here as spacer.\r
35766 \end_layout\r
35767 \r
35768 \end_inset\r
35769 \r
35770 \r
35771 \end_layout\r
35772 \r
35773 \end_inset\r
35774 </cell>\r
35775 </row>\r
35776 <row>\r
35777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
35778 \begin_inset Text\r
35779 \r
35780 \begin_layout Plain Layout\r
35781 \r
35782 \backslash\r
35783 cancel{\r
35784 \backslash\r
35785 int\r
35786 \begin_inset ERT\r
35787 status collapsed\r
35788 \r
35789 \begin_layout Plain Layout\r
35790 \r
35791 \r
35792 \backslash\r
35793 spce \r
35794 \end_layout\r
35795 \r
35796 \end_inset\r
35797 \r
35798 A=B\r
35799 \end_layout\r
35800 \r
35801 \end_inset\r
35802 </cell>\r
35803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
35804 \begin_inset Text\r
35805 \r
35806 \begin_layout Plain Layout\r
35807 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$\r
35808 \end_inset\r
35809 \r
35810 \r
35811 \end_layout\r
35812 \r
35813 \end_inset\r
35814 </cell>\r
35815 </row>\r
35816 <row>\r
35817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
35818 \begin_inset Text\r
35819 \r
35820 \begin_layout Plain Layout\r
35821 \r
35822 \backslash\r
35823 bcancel{\r
35824 \backslash\r
35825 int\r
35826 \begin_inset ERT\r
35827 status collapsed\r
35828 \r
35829 \begin_layout Plain Layout\r
35830 \r
35831 \r
35832 \backslash\r
35833 spce \r
35834 \end_layout\r
35835 \r
35836 \end_inset\r
35837 \r
35838 A=B\r
35839 \end_layout\r
35840 \r
35841 \end_inset\r
35842 </cell>\r
35843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
35844 \begin_inset Text\r
35845 \r
35846 \begin_layout Plain Layout\r
35847 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$\r
35848 \end_inset\r
35849 \r
35850 \r
35851 \end_layout\r
35852 \r
35853 \end_inset\r
35854 </cell>\r
35855 </row>\r
35856 <row>\r
35857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
35858 \begin_inset Text\r
35859 \r
35860 \begin_layout Plain Layout\r
35861 \r
35862 \backslash\r
35863 xcancel{\r
35864 \backslash\r
35865 int\r
35866 \begin_inset ERT\r
35867 status collapsed\r
35868 \r
35869 \begin_layout Plain Layout\r
35870 \r
35871 \r
35872 \backslash\r
35873 spce \r
35874 \end_layout\r
35875 \r
35876 \end_inset\r
35877 \r
35878 A=B\r
35879 \end_layout\r
35880 \r
35881 \end_inset\r
35882 </cell>\r
35883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
35884 \begin_inset Text\r
35885 \r
35886 \begin_layout Plain Layout\r
35887 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$\r
35888 \end_inset\r
35889 \r
35890 \r
35891 \end_layout\r
35892 \r
35893 \end_inset\r
35894 </cell>\r
35895 </row>\r
35896 <row>\r
35897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
35898 \begin_inset Text\r
35899 \r
35900 \begin_layout Plain Layout\r
35901 \r
35902 \backslash\r
35903 cancelto{1\r
35904 \begin_inset Formula $\to$\r
35905 \end_inset\r
35906 \r
35907 \r
35908 \backslash\r
35909 {\r
35910 \backslash\r
35911 int\r
35912 \begin_inset ERT\r
35913 status collapsed\r
35914 \r
35915 \begin_layout Plain Layout\r
35916 \r
35917 \r
35918 \backslash\r
35919 spce \r
35920 \end_layout\r
35921 \r
35922 \end_inset\r
35923 \r
35924 A=B\r
35925 \end_layout\r
35926 \r
35927 \end_inset\r
35928 </cell>\r
35929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
35930 \begin_inset Text\r
35931 \r
35932 \begin_layout Plain Layout\r
35933 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$\r
35934 \end_inset\r
35935 \r
35936 \r
35937 \end_layout\r
35938 \r
35939 \end_inset\r
35940 </cell>\r
35941 </row>\r
35942 </lyxtabular>\r
35943 \r
35944 \end_inset\r
35945 \r
35946 \r
35947 \end_layout\r
35948 \r
35949 \begin_layout Standard\r
35950 \r
35951 \series bold\r
35952 \r
35953 \backslash\r
35954 cancelto\r
35955 \series default\r
35956  is especially suitable to visualize the reduction of fractions within formulas:\r
35957 \begin_inset Formula \r
35958 \[\r
35959 \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
35960 \]\r
35961 \r
35962 \end_inset\r
35963 \r
35964 \r
35965 \end_layout\r
35966 \r
35967 \begin_layout Standard\r
35968 To change the size of \r
35969 \series bold\r
35970 \r
35971 \backslash\r
35972 cancelto\r
35973 \series default\r
35974 's \r
35975 \begin_inset Quotes eld\r
35976 \end_inset\r
35977 \r
35978 subscript\r
35979 \begin_inset Quotes erd\r
35980 \end_inset\r
35981 \r
35982  value one can load the package \r
35983 \series bold\r
35984 cancel\r
35985 \series default\r
35986  with either the option \r
35987 \series bold\r
35988 samesize\r
35989 \series default\r
35990  which leads to the same size as for the canceled value or with the option\r
35991  \r
35992 \series bold\r
35993 Smaller\r
35994 \series default\r
35995  which makes is it a bit smaller than the size one gets without using a\r
35996  package option.\r
35997  In this document \r
35998 \series bold\r
35999 cancel\r
36000 \series default\r
36001  was loaded with this line:\r
36002 \end_layout\r
36003 \r
36004 \begin_layout Standard\r
36005 \r
36006 \series bold\r
36007 \r
36008 \backslash\r
36009 usepackage[samesize]{cancel}\r
36010 \end_layout\r
36011 \r
36012 \begin_layout Standard\r
36013 To color the cancellation bar one adds this command as TeX code:\r
36014 \end_layout\r
36015 \r
36016 \begin_layout Standard\r
36017 \r
36018 \series bold\r
36019 \r
36020 \backslash\r
36021 renewcommand{\r
36022 \backslash\r
36023 CancelColor}{\r
36024 \backslash\r
36025 color{red}}\r
36026 \end_layout\r
36027 \r
36028 \begin_layout Standard\r
36029 \r
36030 \series bold\r
36031 red\r
36032 \series default\r
36033  can be replaced by a color of your choice.\r
36034 \end_layout\r
36035 \r
36036 \begin_layout Standard\r
36037 \begin_inset ERT\r
36038 status collapsed\r
36039 \r
36040 \begin_layout Plain Layout\r
36041 \r
36042 \r
36043 \backslash\r
36044 renewcommand{\r
36045 \backslash\r
36046 CancelColor}{\r
36047 \backslash\r
36048 color{red}}\r
36049 \end_layout\r
36050 \r
36051 \end_inset\r
36052 \r
36053 \r
36054 \end_layout\r
36055 \r
36056 \begin_layout Standard\r
36057 \begin_inset Formula \r
36058 \[\r
36059 \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
36060 \]\r
36061 \r
36062 \end_inset\r
36063 \r
36064 \r
36065 \end_layout\r
36066 \r
36067 \begin_layout Standard\r
36068 \begin_inset ERT\r
36069 status collapsed\r
36070 \r
36071 \begin_layout Plain Layout\r
36072 \r
36073 \r
36074 \backslash\r
36075 renewcommand{\r
36076 \backslash\r
36077 CancelColor}{\r
36078 \backslash\r
36079 color{black}}\r
36080 \end_layout\r
36081 \r
36082 \end_inset\r
36083 \r
36084 \r
36085 \begin_inset Note Note\r
36086 status open\r
36087 \r
36088 \begin_layout Plain Layout\r
36089 reset the color\r
36090 \end_layout\r
36091 \r
36092 \end_inset\r
36093 \r
36094 \r
36095 \end_layout\r
36096 \r
36097 \begin_layout Standard\r
36098 For further customizations, see the documentation of the package \r
36099 \series bold\r
36100 cancel\r
36101 \series default\r
36102\r
36103 \begin_inset CommandInset citation\r
36104 LatexCommand cite\r
36105 key "cancel"\r
36106 \r
36107 \end_inset\r
36108 \r
36109 .\r
36110 \end_layout\r
36111 \r
36112 \begin_layout Standard\r
36113 \begin_inset ERT\r
36114 status collapsed\r
36115 \r
36116 \begin_layout Plain Layout\r
36117 \r
36118 \r
36119 \backslash\r
36120 else \r
36121 \end_layout\r
36122 \r
36123 \end_inset\r
36124 \r
36125 \r
36126 \begin_inset Note Note\r
36127 status open\r
36128 \r
36129 \begin_layout Plain Layout\r
36130 The following will be displayed when the LaTeX-package \r
36131 \series bold\r
36132 cancel\r
36133 \series default\r
36134  is not installed:\r
36135 \end_layout\r
36136 \r
36137 \end_inset\r
36138 \r
36139 \r
36140 \end_layout\r
36141 \r
36142 \begin_layout Standard\r
36143 You need to install the LaTeX-package \r
36144 \series bold\r
36145 cancel\r
36146 \series default\r
36147  to see the rest of this subsection in the output.\r
36148 \end_layout\r
36149 \r
36150 \begin_layout Standard\r
36151 \begin_inset ERT\r
36152 status collapsed\r
36153 \r
36154 \begin_layout Plain Layout\r
36155 \r
36156 \r
36157 \backslash\r
36158 fi \r
36159 \end_layout\r
36160 \r
36161 \end_inset\r
36162 \r
36163 \r
36164 \end_layout\r
36165 \r
36166 \begin_layout Standard\r
36167 \begin_inset Newpage newpage\r
36168 \end_inset\r
36169 \r
36170 \r
36171 \end_layout\r
36172 \r
36173 \begin_layout Subsection\r
36174 Formulas in Section Headings\r
36175 \begin_inset CommandInset label\r
36176 LatexCommand label\r
36177 name "sub:Formulas-in-Section"\r
36178 \r
36179 \end_inset\r
36180 \r
36181 \r
36182 \begin_inset Index idx\r
36183 status collapsed\r
36184 \r
36185 \begin_layout Plain Layout\r
36186 Formula ! in section headings\r
36187 \end_layout\r
36188 \r
36189 \end_inset\r
36190 \r
36191 \r
36192 \end_layout\r
36193 \r
36194 \begin_layout Standard\r
36195 When formulas are used in section headings, the following has to be taken\r
36196  into account:\r
36197 \end_layout\r
36198 \r
36199 \begin_layout Standard\r
36200 \begin_inset Note Greyedout\r
36201 status open\r
36202 \r
36203 \begin_layout Plain Layout\r
36204 When \r
36205 \series bold\r
36206 hyperref\r
36207 \series default\r
36208 \r
36209 \begin_inset Index idx\r
36210 status collapsed\r
36211 \r
36212 \begin_layout Plain Layout\r
36213 Packages ! hyperref\r
36214 \end_layout\r
36215 \r
36216 \end_inset\r
36217 \r
36218  support is enabled in the document settings dialog under \r
36219 \family sans\r
36220 PDF\r
36221 \begin_inset space ~\r
36222 \end_inset\r
36223 \r
36224 Properties\r
36225 \family default\r
36226 , PDF-bookmarks are created for every section heading in the table of contents.\r
36227  If a section heading contains formulas, they are incorrectly displayed\r
36228  in the bookmark text, because formulas in bookmarks infringe the PDF convention\r
36229 s.\r
36230 \end_layout\r
36231 \r
36232 \end_inset\r
36233 \r
36234 \r
36235 \end_layout\r
36236 \r
36237 \begin_layout Standard\r
36238 Both problems can be solved by inserting at the end of the section heading\r
36239  a short title with the menu \r
36240 \family sans\r
36241 Insert\SpecialChar \menuseparator\r
36242 Short\r
36243 \begin_inset space ~\r
36244 \end_inset\r
36245 \r
36246 Title\r
36247 \family default\r
36248 .\r
36249  Short titles are used as alternative for multiline section headings to\r
36250  keep the table of contents clearly arranged.\r
36251  Only the short title appears in the table of contents and therefore also\r
36252  in the PDF-bookmark.\r
36253 \end_layout\r
36254 \r
36255 \begin_layout Standard\r
36256 When formulas should be used in the table of contents but \r
36257 \series bold\r
36258 hyperref\r
36259 \series default\r
36260  is used, one can use the following command in TeX-mode:\r
36261 \end_layout\r
36262 \r
36263 \begin_layout Standard\r
36264 \r
36265 \series bold\r
36266 \r
36267 \backslash\r
36268 texorpdfstring{part}{alternative}\r
36269 \begin_inset Index idx\r
36270 status collapsed\r
36271 \r
36272 \begin_layout Plain Layout\r
36273 Commands ! T ! \r
36274 \backslash\r
36275 texorpdfstring\r
36276 \end_layout\r
36277 \r
36278 \end_inset\r
36279 \r
36280 \r
36281 \end_layout\r
36282 \r
36283 \begin_layout Standard\r
36284 Part is the part of the heading that shouldn't appear in the PDF-bookmark.\r
36285  This can be characters, formulas, footnotes, but also cross-references.\r
36286  The alternative is used instead of the part for the bookmark.\r
36287 \end_layout\r
36288 \r
36289 \begin_layout Standard\r
36290 Here are two example headings:\r
36291 \begin_inset VSpace -3mm\r
36292 \end_inset\r
36293 \r
36294 \r
36295 \begin_inset ERT\r
36296 status collapsed\r
36297 \r
36298 \begin_layout Plain Layout\r
36299 \r
36300 \r
36301 \backslash\r
36302 boldmath \r
36303 \end_layout\r
36304 \r
36305 \end_inset\r
36306 \r
36307 \r
36308 \end_layout\r
36309 \r
36310 \begin_layout Subsubsection\r
36311 Heading without formula in table of contents \r
36312 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$\r
36313 \end_inset\r
36314 \r
36315 \r
36316 \begin_inset Argument 1\r
36317 status collapsed\r
36318 \r
36319 \begin_layout Plain Layout\r
36320 Heading without formula in table of contents\r
36321 \end_layout\r
36322 \r
36323 \end_inset\r
36324 \r
36325 \r
36326 \end_layout\r
36327 \r
36328 \begin_layout Subsubsection\r
36329 Heading with formula in table of contents\r
36330 \begin_inset ERT\r
36331 status collapsed\r
36332 \r
36333 \begin_layout Plain Layout\r
36334 \r
36335 \r
36336 \backslash\r
36337 texorpdfstring{\r
36338 \end_layout\r
36339 \r
36340 \end_inset\r
36341 \r
36342  \r
36343 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$\r
36344 \end_inset\r
36345 \r
36346 \r
36347 \begin_inset ERT\r
36348 status collapsed\r
36349 \r
36350 \begin_layout Plain Layout\r
36351 \r
36352 }{}\r
36353 \end_layout\r
36354 \r
36355 \end_inset\r
36356 \r
36357 \r
36358 \end_layout\r
36359 \r
36360 \begin_layout Standard\r
36361 \begin_inset ERT\r
36362 status collapsed\r
36363 \r
36364 \begin_layout Plain Layout\r
36365 \r
36366 \r
36367 \backslash\r
36368 unboldmath \r
36369 \end_layout\r
36370 \r
36371 \end_inset\r
36372 \r
36373 In the first heading a short title was used, in the second one \r
36374 \series bold\r
36375 \r
36376 \backslash\r
36377 texorpdfstring\r
36378 \series default\r
36379 .\r
36380 \end_layout\r
36381 \r
36382 \begin_layout Standard\r
36383 To get the same formatting as for the other headings, the complete heading\r
36384  was set into a \r
36385 \series bold\r
36386 boldmath\r
36387 \series default\r
36388  environment\r
36389 \begin_inset Foot\r
36390 status collapsed\r
36391 \r
36392 \begin_layout Plain Layout\r
36393 see \r
36394 \begin_inset CommandInset ref\r
36395 LatexCommand ref\r
36396 reference "sub:Bold-Formulas"\r
36397 \r
36398 \end_inset\r
36399 \r
36400 \r
36401 \end_layout\r
36402 \r
36403 \end_inset\r
36404 \r
36405 .\r
36406 \end_layout\r
36407 \r
36408 \begin_layout Subsection\r
36409 Formulas in multi-column Text\r
36410 \begin_inset Index idx\r
36411 status collapsed\r
36412 \r
36413 \begin_layout Plain Layout\r
36414 Formula ! in multi-column text\r
36415 \end_layout\r
36416 \r
36417 \end_inset\r
36418 \r
36419 \r
36420 \end_layout\r
36421 \r
36422 \begin_layout Standard\r
36423 Formulas in multi-column text are often too wide to fit into a column and\r
36424  thus need to be set over the whole page width.\r
36425  This is done by using the LaTeX-package \r
36426 \series bold\r
36427 multicol\r
36428 \series default\r
36429 \r
36430 \begin_inset Foot\r
36431 status collapsed\r
36432 \r
36433 \begin_layout Plain Layout\r
36434 \r
36435 \series bold\r
36436 multicol\r
36437 \series default\r
36438  is part of every LaTeX standard installation.\r
36439 \end_layout\r
36440 \r
36441 \end_inset\r
36442 \r
36443 \r
36444 \begin_inset Index idx\r
36445 status collapsed\r
36446 \r
36447 \begin_layout Plain Layout\r
36448 Packages ! multicol\r
36449 \end_layout\r
36450 \r
36451 \end_inset\r
36452 \r
36453 , that is loaded with the LaTeX-preamble line\r
36454 \end_layout\r
36455 \r
36456 \begin_layout Standard\r
36457 \r
36458 \series bold\r
36459 \r
36460 \backslash\r
36461 usepackage{multicol}\r
36462 \end_layout\r
36463 \r
36464 \begin_layout Standard\r
36465 \begin_inset Note Greyedout\r
36466 status open\r
36467 \r
36468 \begin_layout Plain Layout\r
36469 Note that in this case the setting \r
36470 \family sans\r
36471 Two-column\r
36472 \begin_inset space ~\r
36473 \end_inset\r
36474 \r
36475 document\r
36476 \family default\r
36477  in the menu \r
36478 \family sans\r
36479 Document\SpecialChar \menuseparator\r
36480 Settings\r
36481 \family default\r
36482  under \r
36483 \family sans\r
36484 Text\r
36485 \begin_inset space ~\r
36486 \end_inset\r
36487 \r
36488 Layout\r
36489 \family default\r
36490 \emph on\r
36491  \r
36492 \emph default\r
36493 must \r
36494 \emph on\r
36495 not\r
36496 \emph default\r
36497  be selected.\r
36498 \end_layout\r
36499 \r
36500 \end_inset\r
36501 \r
36502 \r
36503 \end_layout\r
36504 \r
36505 \begin_layout Standard\r
36506 Before the multi-column text the command\r
36507 \end_layout\r
36508 \r
36509 \begin_layout Standard\r
36510 \r
36511 \series bold\r
36512 \r
36513 \backslash\r
36514 begin{multicols}{column number}\r
36515 \end_layout\r
36516 \r
36517 \begin_layout Standard\r
36518 is written in TeX-mode.\r
36519  The column number is a number in the range of 2\r
36520 \begin_inset space \thinspace{}\r
36521 \end_inset\r
36522 \r
36523 -\r
36524 \begin_inset space \thinspace{}\r
36525 \end_inset\r
36526 \r
36527 10.\r
36528  Before the formula the multi-column text is ended by inserting the command\r
36529 \end_layout\r
36530 \r
36531 \begin_layout Standard\r
36532 \r
36533 \series bold\r
36534 \r
36535 \backslash\r
36536 end{multicols}\r
36537 \end_layout\r
36538 \r
36539 \begin_layout Standard\r
36540 in TeX-mode.\r
36541 \end_layout\r
36542 \r
36543 \begin_layout Standard\r
36544 Due to the command some space is automatically added before the formula.\r
36545  To revert this, -6\r
36546 \begin_inset space \thinspace{}\r
36547 \end_inset\r
36548 \r
36549 mm vertical space is inserted before the formula.\r
36550  When the formula style \r
36551 \series bold\r
36552 Indented\r
36553 \begin_inset Foot\r
36554 status collapsed\r
36555 \r
36556 \begin_layout Plain Layout\r
36557 formula styles see \r
36558 \begin_inset CommandInset ref\r
36559 LatexCommand ref\r
36560 reference "sec:Formula-Styles"\r
36561 \r
36562 \end_inset\r
36563 \r
36564 \r
36565 \end_layout\r
36566 \r
36567 \end_inset\r
36568 \r
36569 \r
36570 \series default\r
36571  is used, -9\r
36572 \begin_inset space \thinspace{}\r
36573 \end_inset\r
36574 \r
36575 mm space is inserted instead.\r
36576 \end_layout\r
36577 \r
36578 \begin_layout Standard\r
36579 As example a multi-column text with a displayed formula:\r
36580 \end_layout\r
36581 \r
36582 \begin_layout Standard\r
36583 \r
36584 \lang german\r
36585 \begin_inset ERT\r
36586 status collapsed\r
36587 \r
36588 \begin_layout Plain Layout\r
36589 \r
36590 \r
36591 \backslash\r
36592 begin{multicols}{2}\r
36593 \end_layout\r
36594 \r
36595 \end_inset\r
36596 \r
36597 Das Spektrum wird fouriertransformiert.\r
36598  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk\r
36599 , Lösungsmittel) zu trennen.\r
36600  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns\r
36601  nun das Aussehen des Ausgangssignals.\r
36602  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man\r
36603  über alle Phasen integrieren muss.\r
36604  Sei nun \r
36605 \begin_inset Formula $S$\r
36606 \end_inset\r
36607 \r
36608  unser normiertes Ausgangssignal und \r
36609 \begin_inset Formula $P$\r
36610 \end_inset\r
36611 \r
36612  die Phasenverteilungsfunktion, so ergibt sich die Beziehung\r
36613 \begin_inset ERT\r
36614 status collapsed\r
36615 \r
36616 \begin_layout Plain Layout\r
36617 \r
36618 \r
36619 \backslash\r
36620 end{multicols}\r
36621 \end_layout\r
36622 \r
36623 \end_inset\r
36624 \r
36625 \r
36626 \begin_inset VSpace -6mm\r
36627 \end_inset\r
36628 \r
36629 \r
36630 \begin_inset Formula \r
36631 \begin{equation}\r
36632 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\r
36633 \end{equation}\r
36634 \r
36635 \end_inset\r
36636 \r
36637 \r
36638 \begin_inset ERT\r
36639 status collapsed\r
36640 \r
36641 \begin_layout Plain Layout\r
36642 \r
36643 \r
36644 \backslash\r
36645 begin{multicols}{2}\r
36646 \end_layout\r
36647 \r
36648 \end_inset\r
36649 \r
36650 wobei \r
36651 \begin_inset Formula $S_{0}$\r
36652 \end_inset\r
36653 \r
36654  das Signal ohne Gradient ist und die Normierungsbedingung \r
36655 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$\r
36656 \end_inset\r
36657 \r
36658  gilt.\r
36659  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.\r
36660  Direkt nach dem \r
36661 \begin_inset Formula $\nicefrac{\pi}{2}$\r
36662 \end_inset\r
36663 \r
36664 \r
36665 \begin_inset space \thinspace{}\r
36666 \end_inset\r
36667 \r
36668 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich\r
36669  das Signal zusätzlich abschwächt.\r
36670  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten\r
36671  \r
36672 \begin_inset Formula $T_{2}$\r
36673 \end_inset\r
36674 \r
36675 -Zeit.\r
36676 \end_layout\r
36677 \r
36678 \begin_layout Standard\r
36679 \r
36680 \lang german\r
36681 \begin_inset ERT\r
36682 status collapsed\r
36683 \r
36684 \begin_layout Plain Layout\r
36685 \r
36686 \r
36687 \backslash\r
36688 end{multicols}\r
36689 \end_layout\r
36690 \r
36691 \end_inset\r
36692 \r
36693 \r
36694 \end_layout\r
36695 \r
36696 \begin_layout Subsection\r
36697 Formulas with Description of Variables\r
36698 \begin_inset Index idx\r
36699 status collapsed\r
36700 \r
36701 \begin_layout Plain Layout\r
36702 Formula ! with description of variables\r
36703 \end_layout\r
36704 \r
36705 \end_inset\r
36706 \r
36707 \r
36708 \end_layout\r
36709 \r
36710 \begin_layout Standard\r
36711 To describe variables within a formula, like in formula \r
36712 \begin_inset CommandInset ref\r
36713 LatexCommand eqref\r
36714 reference "eq:within"\r
36715 \r
36716 \end_inset\r
36717 \r
36718 , a 2\r
36719 \series bold\r
36720 ×\r
36721 \series default\r
36722 \r
36723 \begin_inset Formula $n$\r
36724 \end_inset\r
36725 \r
36726 \r
36727 \begin_inset space ~\r
36728 \end_inset\r
36729 \r
36730 matrix is used with left aligned columns for the \r
36731 \begin_inset Formula $n$\r
36732 \end_inset\r
36733 \r
36734  used variables.\r
36735 \begin_inset Foot\r
36736 status collapsed\r
36737 \r
36738 \begin_layout Plain Layout\r
36739 matrices see \r
36740 \begin_inset CommandInset ref\r
36741 LatexCommand ref\r
36742 reference "sec:Matrices"\r
36743 \r
36744 \end_inset\r
36745 \r
36746 \r
36747 \end_layout\r
36748 \r
36749 \end_inset\r
36750 \r
36751  To set the description in a smaller size, before the matrix e.\r
36752 \begin_inset space \thinspace{}\r
36753 \end_inset\r
36754 \r
36755 g.\r
36756 \begin_inset space \space{}\r
36757 \end_inset\r
36758 \r
36759 the command \r
36760 \series bold\r
36761 \r
36762 \backslash\r
36763 footnotesize\r
36764 \series default\r
36765  is inserted.\r
36766 \begin_inset Foot\r
36767 status collapsed\r
36768 \r
36769 \begin_layout Plain Layout\r
36770 font sizes see \r
36771 \begin_inset CommandInset ref\r
36772 LatexCommand ref\r
36773 reference "sub:Font-Sizes"\r
36774 \r
36775 \end_inset\r
36776 \r
36777 \r
36778 \end_layout\r
36779 \r
36780 \end_inset\r
36781 \r
36782 \r
36783 \end_layout\r
36784 \r
36785 \begin_layout Standard\r
36786 When the formula style \r
36787 \series bold\r
36788 Indented\r
36789 \begin_inset Foot\r
36790 status collapsed\r
36791 \r
36792 \begin_layout Plain Layout\r
36793 formula styles see \r
36794 \begin_inset CommandInset ref\r
36795 LatexCommand ref\r
36796 reference "sec:Formula-Styles"\r
36797 \r
36798 \end_inset\r
36799 \r
36800 \r
36801 \end_layout\r
36802 \r
36803 \end_inset\r
36804 \r
36805 \r
36806 \series default\r
36807  is used, a \r
36808 \series bold\r
36809 \r
36810 \backslash\r
36811 hfill\r
36812 \series default\r
36813 \r
36814 \begin_inset Foot\r
36815 status collapsed\r
36816 \r
36817 \begin_layout Plain Layout\r
36818 \r
36819 \series bold\r
36820 \r
36821 \backslash\r
36822 hfill\r
36823 \series default\r
36824  only works in formulas with the style \r
36825 \series bold\r
36826 Indented\r
36827 \series default\r
36828 , see \r
36829 \begin_inset CommandInset ref\r
36830 LatexCommand ref\r
36831 reference "sub:Variable-Space"\r
36832 \r
36833 \end_inset\r
36834 \r
36835 .\r
36836 \end_layout\r
36837 \r
36838 \end_inset\r
36839 \r
36840  is inserted before and after the matrix to have the same separation of\r
36841  the matrix from the equation and the side margin.\r
36842 \end_layout\r
36843 \r
36844 \begin_layout Standard\r
36845 When the formula style \r
36846 \series bold\r
36847 Centered\r
36848 \series default\r
36849  is used, the method described in \r
36850 \begin_inset CommandInset ref\r
36851 LatexCommand ref\r
36852 reference "sub:Flalign-Environment"\r
36853 \r
36854 \end_inset\r
36855 \r
36856  is used to indent formulas.\r
36857  Formula \r
36858 \begin_inset CommandInset ref\r
36859 LatexCommand eqref\r
36860 reference "eq:within"\r
36861 \r
36862 \end_inset\r
36863 \r
36864  consists of five columns where in the first two columns contain the equation,\r
36865  the third the matrix and the last one an empty TeX-brace.\r
36866 \begin_inset Formula \r
36867 \begin{flalign}\r
36868 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}\r
36869 \rho & \textrm{density}\\\r
36870 V & \textrm{volume}\\\r
36871 g & \textrm{gravitational acceleration}\r
36872 \end{array} &  & {}\label{eq:within}\r
36873 \end{flalign}\r
36874 \r
36875 \end_inset\r
36876 \r
36877 \r
36878 \end_layout\r
36879 \r
36880 \begin_layout Subsection\r
36881 Upright small Greek Letters\r
36882 \begin_inset CommandInset label\r
36883 LatexCommand label\r
36884 name "sub:Upright-small-Greek"\r
36885 \r
36886 \end_inset\r
36887 \r
36888 \r
36889 \begin_inset Index idx\r
36890 status collapsed\r
36891 \r
36892 \begin_layout Plain Layout\r
36893 Greek letters ! upright\r
36894 \end_layout\r
36895 \r
36896 \end_inset\r
36897 \r
36898 \r
36899 \end_layout\r
36900 \r
36901 \begin_layout Standard\r
36902 Most of the math fonts only provide italic small Greek letters.\r
36903  But for symbols of elementary particles like pions and neutrinos, upright\r
36904  Greek letters are needed.\r
36905  The file \r
36906 \series bold\r
36907 upgreek.sty\r
36908 \series default\r
36909 \r
36910 \begin_inset Foot\r
36911 status collapsed\r
36912 \r
36913 \begin_layout Plain Layout\r
36914 \r
36915 \series bold\r
36916 upgreek\r
36917 \series default\r
36918  is part of the LaTeX-package \r
36919 \series bold\r
36920 was\r
36921 \series default\r
36922 \r
36923 \begin_inset Index idx\r
36924 status collapsed\r
36925 \r
36926 \begin_layout Plain Layout\r
36927 Packages ! was\r
36928 \begin_inset ERT\r
36929 status collapsed\r
36930 \r
36931 \begin_layout Plain Layout\r
36932 \r
36933 \r
36934 \backslash\r
36935 vspace{4mm}\r
36936 \end_layout\r
36937 \r
36938 \end_inset\r
36939 \r
36940 \r
36941 \end_layout\r
36942 \r
36943 \end_inset\r
36944 \r
36945 .\r
36946 \end_layout\r
36947 \r
36948 \end_inset\r
36949 \r
36950 \r
36951 \begin_inset Index idx\r
36952 status collapsed\r
36953 \r
36954 \begin_layout Plain Layout\r
36955 Packages ! upgreek\r
36956 \end_layout\r
36957 \r
36958 \end_inset\r
36959 \r
36960  that is loaded with the LaTeX-preamble line\r
36961 \end_layout\r
36962 \r
36963 \begin_layout Standard\r
36964 \r
36965 \series bold\r
36966 \r
36967 \backslash\r
36968 usepackage{upgreek}\r
36969 \end_layout\r
36970 \r
36971 \begin_layout Standard\r
36972 provides them.\r
36973  \r
36974 \begin_inset ERT\r
36975 status collapsed\r
36976 \r
36977 \begin_layout Plain Layout\r
36978 \r
36979 \r
36980 \backslash\r
36981 ifupgreek \r
36982 \end_layout\r
36983 \r
36984 \end_inset\r
36985 \r
36986 \r
36987 \begin_inset Note Note\r
36988 status open\r
36989 \r
36990 \begin_layout Plain Layout\r
36991 The following table will only be displayed when the LaTeX-package \r
36992 \series bold\r
36993 upgreek\r
36994 \series default\r
36995  is installed:\r
36996 \end_layout\r
36997 \r
36998 \end_inset\r
36999 \r
37000  They are created when the command for a small Greek letter is started with\r
37001  \r
37002 \series bold\r
37003 up\r
37004 \series default\r
37005 .\r
37006  For example the command \r
37007 \series bold\r
37008 \r
37009 \backslash\r
37010 uptau\r
37011 \series default\r
37012  creates this: \r
37013 \begin_inset Formula $\uptau$\r
37014 \end_inset\r
37015 \r
37016 \r
37017 \end_layout\r
37018 \r
37019 \begin_layout Standard\r
37020 With these commands reactions of elementary particles can be typeset:\r
37021 \begin_inset Formula \r
37022 \[\r
37023 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\r
37024 \]\r
37025 \r
37026 \end_inset\r
37027 \r
37028 \r
37029 \end_layout\r
37030 \r
37031 \begin_layout Standard\r
37032 The upright letters are more bold and wider than the italic ones.\r
37033  They should therefore not be used for units like \r
37034 \begin_inset Quotes eld\r
37035 \end_inset\r
37036 \r
37037 µm\r
37038 \begin_inset Quotes erd\r
37039 \end_inset\r
37040 \r
37041 .\r
37042 \end_layout\r
37043 \r
37044 \begin_layout Standard\r
37045 \begin_inset ERT\r
37046 status collapsed\r
37047 \r
37048 \begin_layout Plain Layout\r
37049 \r
37050 \r
37051 \backslash\r
37052 else \r
37053 \end_layout\r
37054 \r
37055 \end_inset\r
37056 \r
37057 \r
37058 \begin_inset Note Note\r
37059 status open\r
37060 \r
37061 \begin_layout Plain Layout\r
37062 The following will be displayed when the LaTeX-package \r
37063 \series bold\r
37064 upgreek\r
37065 \series default\r
37066  is not installed:\r
37067 \end_layout\r
37068 \r
37069 \end_inset\r
37070 \r
37071 \r
37072 \end_layout\r
37073 \r
37074 \begin_layout Standard\r
37075 You need to install the LaTeX-package \r
37076 \series bold\r
37077 upgreek\r
37078 \series default\r
37079  to see the rest of this subsection in the output.\r
37080 \end_layout\r
37081 \r
37082 \begin_layout Standard\r
37083 \begin_inset ERT\r
37084 status collapsed\r
37085 \r
37086 \begin_layout Plain Layout\r
37087 \r
37088 \r
37089 \backslash\r
37090 fi \r
37091 \end_layout\r
37092 \r
37093 \end_inset\r
37094 \r
37095 \r
37096 \end_layout\r
37097 \r
37098 \begin_layout Subsection\r
37099 Text Characters in Formulas\r
37100 \begin_inset CommandInset label\r
37101 LatexCommand label\r
37102 name "sub:Text-Characters-in"\r
37103 \r
37104 \end_inset\r
37105 \r
37106 \r
37107 \begin_inset Index idx\r
37108 status collapsed\r
37109 \r
37110 \begin_layout Plain Layout\r
37111 Text ! in formulas\r
37112 \end_layout\r
37113 \r
37114 \end_inset\r
37115 \r
37116 \r
37117 \end_layout\r
37118 \r
37119 \begin_layout Standard\r
37120 In some cases you might want to insert text characters directly into formulas.\r
37121  When for example the centered dot · is often used in formulas like \r
37122 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$\r
37123 \end_inset\r
37124 \r
37125 , one would have to insert the command \r
37126 \series bold\r
37127 \r
37128 \backslash\r
37129 cdot\r
37130 \series default\r
37131 \r
37132 \begin_inset Foot\r
37133 status collapsed\r
37134 \r
37135 \begin_layout Plain Layout\r
37136 see \r
37137 \begin_inset CommandInset ref\r
37138 LatexCommand ref\r
37139 reference "sub:Binary-Operators"\r
37140 \r
37141 \end_inset\r
37142 \r
37143 \r
37144 \end_layout\r
37145 \r
37146 \end_inset\r
37147 \r
37148  all the time, because this character is defined in all encodings as text\r
37149  character.\r
37150  But the encoding can be changed by this LaTeX-preamble line:\r
37151 \end_layout\r
37152 \r
37153 \begin_layout Standard\r
37154 \r
37155 \series bold\r
37156 \r
37157 \backslash\r
37158 Declare Inputtext{183}{\r
37159 \backslash\r
37160 ifmmode\r
37161 \backslash\r
37162 cdot\r
37163 \backslash\r
37164 else\r
37165 \backslash\r
37166 textperiodcentered\r
37167 \backslash\r
37168 f\SpecialChar \textcompwordmark{}\r
37169 i}\r
37170 \end_layout\r
37171 \r
37172 \begin_layout Standard\r
37173 The character encoding (menu \r
37174 \family sans\r
37175 Document\SpecialChar \menuseparator\r
37176 Settings\SpecialChar \menuseparator\r
37177 Language\r
37178 \family default\r
37179 ) specifies what character appears when a keyboard key is pressed.\r
37180  When the key for the character '·' is pressed, internally the command \r
37181 \series bold\r
37182 \r
37183 \backslash\r
37184 textperiodcentered\r
37185 \series default\r
37186  is used.\r
37187  But this command is not available in a formula so that you would get LaTeX-erro\r
37188 rs.\r
37189  With the changed encoding the right command is chosen automatically, depending\r
37190  on if the character was inserted into a formula or not.\r
37191 \end_layout\r
37192 \r
37193 \begin_layout Standard\r
37194 The encoding of several characters is saved in definition files.\r
37195  For example the encoding \r
37196 \series bold\r
37197 latin9\r
37198 \series default\r
37199  is defined in the file \r
37200 \series bold\r
37201 latin9.def\r
37202 \series default\r
37203  which is in the installation folder of LaTeX.\r
37204  Encodings should only be changed via the LaTeX-preamble and not in the\r
37205  definition files.\r
37206  Otherwise documents could not be edited by other LyX users working on other\r
37207  computers.\r
37208 \end_layout\r
37209 \r
37210 \begin_layout Standard\r
37211 \begin_inset VSpace medskip\r
37212 \end_inset\r
37213 \r
37214 Besides the centered dot, in this document the degree sign ° is defined\r
37215  with the following LaTeX-preamble line so that it can be directly inserted\r
37216  into a formula:\r
37217 \end_layout\r
37218 \r
37219 \begin_layout Standard\r
37220 \r
37221 \series bold\r
37222 \r
37223 \backslash\r
37224 DeclareInputtext{176}{\r
37225 \backslash\r
37226 ifmmode^\r
37227 \backslash\r
37228 circ\r
37229 \backslash\r
37230 else\r
37231 \backslash\r
37232 textdegree\r
37233 \backslash\r
37234 f\SpecialChar \textcompwordmark{}\r
37235 i}\r
37236 \end_layout\r
37237 \r
37238 \begin_layout Standard\r
37239 \begin_inset Newpage newpage\r
37240 \end_inset\r
37241 \r
37242 \r
37243 \end_layout\r
37244 \r
37245 \begin_layout Section\r
37246 \start_of_appendix\r
37247 Typographic Advice\r
37248 \begin_inset Index idx\r
37249 status collapsed\r
37250 \r
37251 \begin_layout Plain Layout\r
37252 Typographic advice\r
37253 \end_layout\r
37254 \r
37255 \end_inset\r
37256 \r
37257 \r
37258 \end_layout\r
37259 \r
37260 \begin_layout Standard\r
37261 This section is a summary of the most important typographic rules, listed\r
37262  in ISO norms.\r
37263 \begin_inset Foot\r
37264 status collapsed\r
37265 \r
37266 \begin_layout Plain Layout\r
37267 This collection was partly taken from the German semi-official dictionary\r
37268  called \r
37269 \begin_inset Quotes eld\r
37270 \end_inset\r
37271 \r
37272 Duden\r
37273 \begin_inset Quotes erd\r
37274 \end_inset\r
37275 \r
37276  \r
37277 \begin_inset CommandInset citation\r
37278 LatexCommand cite\r
37279 key "Duden"\r
37280 \r
37281 \end_inset\r
37282 \r
37283  that lists some of the ISO rules.\r
37284  More rules are listed in \r
37285 \begin_inset CommandInset citation\r
37286 LatexCommand cite\r
37287 key "Checklist"\r
37288 \r
37289 \end_inset\r
37290 \r
37291 .\r
37292 \end_layout\r
37293 \r
37294 \end_inset\r
37295 \r
37296 \r
37297 \end_layout\r
37298 \r
37299 \begin_layout Itemize\r
37300 Physical units are \r
37301 \emph on\r
37302 always\r
37303 \emph default\r
37304  set upright\r
37305 \begin_inset Foot\r
37306 status collapsed\r
37307 \r
37308 \begin_layout Plain Layout\r
37309 done with font styles, see \r
37310 \begin_inset CommandInset ref\r
37311 LatexCommand ref\r
37312 reference "sub:Font-Styles"\r
37313 \r
37314 \end_inset\r
37315 \r
37316 \r
37317 \end_layout\r
37318 \r
37319 \end_inset\r
37320 \r
37321 , no matter if they appear in italic text: 30\r
37322 \begin_inset space \thinspace{}\r
37323 \end_inset\r
37324 \r
37325 km/h\r
37326 \begin_inset Newline newline\r
37327 \end_inset\r
37328 \r
37329 Between the value and the unit is the smallest space, see \r
37330 \begin_inset CommandInset ref\r
37331 LatexCommand ref\r
37332 reference "sub:Predefined-Space"\r
37333 \r
37334 \end_inset\r
37335 \r
37336 .\r
37337 \begin_inset Newline newline\r
37338 \end_inset\r
37339 \r
37340 This convention is automatically fulfilled when the command \r
37341 \series bold\r
37342 \r
37343 \backslash\r
37344 unittwo\r
37345 \series default\r
37346  is used.\r
37347  When it is entered to a formula, two boxes appear.\r
37348  In the first one the value is inserted, in the second one the unit, and\r
37349  one gets as above: \r
37350 \begin_inset Formula $\unit[30]{km/h}$\r
37351 \end_inset\r
37352 \r
37353 \r
37354 \begin_inset space \thinspace{}\r
37355 \end_inset\r
37356 \r
37357 .\r
37358  Note that \r
37359 \series bold\r
37360 \r
37361 \backslash\r
37362 unittwo\r
37363 \series default\r
37364  is not a real LaTeX command but the command \r
37365 \series bold\r
37366 \r
37367 \backslash\r
37368 unit[value]{unit}\r
37369 \series default\r
37370 , therefore you cannot use it in TeX code.\r
37371 \end_layout\r
37372 \r
37373 \begin_layout Itemize\r
37374 Percent and perthousand signs are set like physical units:\r
37375 \begin_inset Newline newline\r
37376 \end_inset\r
37377 \r
37378 1.2\r
37379 \begin_inset space \thinspace{}\r
37380 \end_inset\r
37381 \r
37382 ‰ alcohol in blood\r
37383 \end_layout\r
37384 \r
37385 \begin_layout Itemize\r
37386 The degree sign follows directly on the value: 15°, but not when it is used\r
37387  in units: 15\r
37388 \begin_inset space \thinspace{}\r
37389 \end_inset\r
37390 \r
37391 °C\r
37392 \end_layout\r
37393 \r
37394 \begin_layout Itemize\r
37395 In numbers with more than four digits the smallest space is inserted before\r
37396  every third digit to group them: \r
37397 \family roman\r
37398 \series medium\r
37399 \shape up\r
37400 \size normal\r
37401 \emph off\r
37402 \bar no\r
37403 \noun off\r
37404 \color none\r
37405 18\r
37406 \begin_inset space \thinspace{}\r
37407 \end_inset\r
37408 \r
37409 473\r
37410 \begin_inset space \thinspace{}\r
37411 \end_inset\r
37412 \r
37413 588\r
37414 \end_layout\r
37415 \r
37416 \begin_layout Itemize\r
37417 For dimensions like 120×90×40\r
37418 \begin_inset space \thinspace{}\r
37419 \end_inset\r
37420 \r
37421 cm the multiplication sign \r
37422 \begin_inset Quotes eld\r
37423 \end_inset\r
37424 \r
37425 ×\r
37426 \begin_inset Quotes erd\r
37427 \end_inset\r
37428 \r
37429  is used.\r
37430  It is available either via the command \r
37431 \series bold\r
37432 \r
37433 \backslash\r
37434 times\r
37435 \series default\r
37436  or via the menu \r
37437 \family sans\r
37438 Insert\SpecialChar \menuseparator\r
37439 Special Character\SpecialChar \menuseparator\r
37440 Symbols\r
37441 \family default\r
37442 .\r
37443 \end_layout\r
37444 \r
37445 \begin_layout Itemize\r
37446 Functions with names consisting of several letters are set upright to avoid\r
37447  confusions, see \r
37448 \begin_inset CommandInset ref\r
37449 LatexCommand ref\r
37450 reference "sub:Predefined-Functions"\r
37451 \r
37452 \end_inset\r
37453 \r
37454 .\r
37455 \end_layout\r
37456 \r
37457 \begin_layout Itemize\r
37458 Indices consisting of several letters, are set upright: \r
37459 \begin_inset Formula $E_{\mathrm{kin}}$\r
37460 \end_inset\r
37461 \r
37462 \r
37463 \begin_inset Newline newline\r
37464 \end_inset\r
37465 \r
37466 Components of matrices are set italic: \r
37467 \begin_inset Formula $\hat{H}_{kl}$\r
37468 \end_inset\r
37469 \r
37470 \r
37471 \end_layout\r
37472 \r
37473 \begin_layout Itemize\r
37474 The differentiation/integration operator 'd', the Euler's number 'e' and\r
37475  the imaginary unit 'i' should be set upright, to avoid mixing them up with\r
37476  other variables.\r
37477 \end_layout\r
37478 \r
37479 \begin_layout Itemize\r
37480 The character that denotes a \r
37481 \noun on\r
37482 Fourier\r
37483 \noun default\r
37484  transformation is inserted either by the command \r
37485 \series bold\r
37486 \r
37487 \backslash\r
37488 mathscr\r
37489 \begin_inset ERT\r
37490 status collapsed\r
37491 \r
37492 \begin_layout Plain Layout\r
37493 \r
37494 \r
37495 \backslash\r
37496 spce \r
37497 \end_layout\r
37498 \r
37499 \end_inset\r
37500 \r
37501 F\r
37502 \series default\r
37503  or via the menu \r
37504 \family sans\r
37505 Insert\SpecialChar \menuseparator\r
37506 Special Character\SpecialChar \menuseparator\r
37507 Symbols\SpecialChar \menuseparator\r
37508 Letterlike\r
37509 \begin_inset space ~\r
37510 \end_inset\r
37511 \r
37512 Symbols\r
37513 \family default\r
37514\r
37515 \begin_inset Formula $\mathscr{F}$\r
37516 \end_inset\r
37517 \r
37518 \r
37519 \end_layout\r
37520 \r
37521 \begin_layout Standard\r
37522 \begin_inset Newpage newpage\r
37523 \end_inset\r
37524 \r
37525 \r
37526 \end_layout\r
37527 \r
37528 \begin_layout Section\r
37529 Synonyms\r
37530 \begin_inset Index idx\r
37531 status collapsed\r
37532 \r
37533 \begin_layout Plain Layout\r
37534 Synonyms\r
37535 \end_layout\r
37536 \r
37537 \end_inset\r
37538 \r
37539 \r
37540 \end_layout\r
37541 \r
37542 \begin_layout Standard\r
37543 Some characters and symbols can be created with several commands.\r
37544  Here is a list of the synonym commands:\r
37545 \end_layout\r
37546 \r
37547 \begin_layout Standard\r
37548 \begin_inset VSpace bigskip\r
37549 \end_inset\r
37550 \r
37551 \r
37552 \begin_inset space \hfill{}\r
37553 \end_inset\r
37554 \r
37555 \r
37556 \begin_inset Tabular\r
37557 <lyxtabular version="3" rows="12" columns="2">\r
37558 <features rotate="0" tabularvalignment="middle">\r
37559 <column alignment="center" valignment="top" width="0pt">\r
37560 <column alignment="center" valignment="top" width="0pt">\r
37561 <row>\r
37562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
37563 \begin_inset Text\r
37564 \r
37565 \begin_layout Plain Layout\r
37566 Command\r
37567 \end_layout\r
37568 \r
37569 \end_inset\r
37570 </cell>\r
37571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
37572 \begin_inset Text\r
37573 \r
37574 \begin_layout Plain Layout\r
37575 equivalent to\r
37576 \begin_inset Note Note\r
37577 status collapsed\r
37578 \r
37579 \begin_layout Plain Layout\r
37580 \r
37581 \series bold\r
37582 \r
37583 \backslash\r
37584 raisebox\r
37585 \series default\r
37586  is only used as spacer.\r
37587 \end_layout\r
37588 \r
37589 \end_inset\r
37590 \r
37591 \r
37592 \end_layout\r
37593 \r
37594 \end_inset\r
37595 </cell>\r
37596 </row>\r
37597 <row>\r
37598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37599 \begin_inset Text\r
37600 \r
37601 \begin_layout Plain Layout\r
37602 \r
37603 \backslash\r
37604 ast\r
37605 \end_layout\r
37606 \r
37607 \end_inset\r
37608 </cell>\r
37609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37610 \begin_inset Text\r
37611 \r
37612 \begin_layout Plain Layout\r
37613 \begin_inset ERT\r
37614 status collapsed\r
37615 \r
37616 \begin_layout Plain Layout\r
37617 \r
37618 \r
37619 \backslash\r
37620 raisebox{-1.2mm}{\r
37621 \end_layout\r
37622 \r
37623 \end_inset\r
37624 \r
37625 *\r
37626 \begin_inset ERT\r
37627 status collapsed\r
37628 \r
37629 \begin_layout Plain Layout\r
37630 \r
37631 }\r
37632 \end_layout\r
37633 \r
37634 \end_inset\r
37635 \r
37636 \r
37637 \end_layout\r
37638 \r
37639 \end_inset\r
37640 </cell>\r
37641 </row>\r
37642 <row>\r
37643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37644 \begin_inset Text\r
37645 \r
37646 \begin_layout Plain Layout\r
37647 \r
37648 \backslash\r
37649 choose\r
37650 \end_layout\r
37651 \r
37652 \end_inset\r
37653 </cell>\r
37654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37655 \begin_inset Text\r
37656 \r
37657 \begin_layout Plain Layout\r
37658 \r
37659 \backslash\r
37660 binom\r
37661 \end_layout\r
37662 \r
37663 \end_inset\r
37664 </cell>\r
37665 </row>\r
37666 <row>\r
37667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37668 \begin_inset Text\r
37669 \r
37670 \begin_layout Plain Layout\r
37671 \r
37672 \backslash\r
37673 geq\r
37674 \end_layout\r
37675 \r
37676 \end_inset\r
37677 </cell>\r
37678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37679 \begin_inset Text\r
37680 \r
37681 \begin_layout Plain Layout\r
37682 \r
37683 \backslash\r
37684 ge\r
37685 \end_layout\r
37686 \r
37687 \end_inset\r
37688 </cell>\r
37689 </row>\r
37690 <row>\r
37691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37692 \begin_inset Text\r
37693 \r
37694 \begin_layout Plain Layout\r
37695 \r
37696 \backslash\r
37697 lbrace\r
37698 \end_layout\r
37699 \r
37700 \end_inset\r
37701 </cell>\r
37702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37703 \begin_inset Text\r
37704 \r
37705 \begin_layout Plain Layout\r
37706 {\r
37707 \end_layout\r
37708 \r
37709 \end_inset\r
37710 </cell>\r
37711 </row>\r
37712 <row>\r
37713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37714 \begin_inset Text\r
37715 \r
37716 \begin_layout Plain Layout\r
37717 \r
37718 \backslash\r
37719 lbracket\r
37720 \end_layout\r
37721 \r
37722 \end_inset\r
37723 </cell>\r
37724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37725 \begin_inset Text\r
37726 \r
37727 \begin_layout Plain Layout\r
37728 [\r
37729 \end_layout\r
37730 \r
37731 \end_inset\r
37732 </cell>\r
37733 </row>\r
37734 <row>\r
37735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37736 \begin_inset Text\r
37737 \r
37738 \begin_layout Plain Layout\r
37739 \r
37740 \backslash\r
37741 leftarrow\r
37742 \end_layout\r
37743 \r
37744 \end_inset\r
37745 </cell>\r
37746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37747 \begin_inset Text\r
37748 \r
37749 \begin_layout Plain Layout\r
37750 \r
37751 \backslash\r
37752 gets\r
37753 \end_layout\r
37754 \r
37755 \end_inset\r
37756 </cell>\r
37757 </row>\r
37758 <row>\r
37759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37760 \begin_inset Text\r
37761 \r
37762 \begin_layout Plain Layout\r
37763 \r
37764 \backslash\r
37765 leq\r
37766 \end_layout\r
37767 \r
37768 \end_inset\r
37769 </cell>\r
37770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37771 \begin_inset Text\r
37772 \r
37773 \begin_layout Plain Layout\r
37774 \r
37775 \backslash\r
37776 le\r
37777 \end_layout\r
37778 \r
37779 \end_inset\r
37780 </cell>\r
37781 </row>\r
37782 <row>\r
37783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37784 \begin_inset Text\r
37785 \r
37786 \begin_layout Plain Layout\r
37787 \r
37788 \backslash\r
37789 lor\r
37790 \end_layout\r
37791 \r
37792 \end_inset\r
37793 </cell>\r
37794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37795 \begin_inset Text\r
37796 \r
37797 \begin_layout Plain Layout\r
37798 \r
37799 \backslash\r
37800 vee\r
37801 \end_layout\r
37802 \r
37803 \end_inset\r
37804 </cell>\r
37805 </row>\r
37806 <row>\r
37807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37808 \begin_inset Text\r
37809 \r
37810 \begin_layout Plain Layout\r
37811 \r
37812 \backslash\r
37813 neq\r
37814 \end_layout\r
37815 \r
37816 \end_inset\r
37817 </cell>\r
37818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37819 \begin_inset Text\r
37820 \r
37821 \begin_layout Plain Layout\r
37822 \r
37823 \backslash\r
37824 not=\r
37825 \end_layout\r
37826 \r
37827 \end_inset\r
37828 </cell>\r
37829 </row>\r
37830 <row>\r
37831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37832 \begin_inset Text\r
37833 \r
37834 \begin_layout Plain Layout\r
37835 \r
37836 \backslash\r
37837 slash\r
37838 \end_layout\r
37839 \r
37840 \end_inset\r
37841 </cell>\r
37842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37843 \begin_inset Text\r
37844 \r
37845 \begin_layout Plain Layout\r
37846 /\r
37847 \end_layout\r
37848 \r
37849 \end_inset\r
37850 </cell>\r
37851 </row>\r
37852 <row>\r
37853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
37854 \begin_inset Text\r
37855 \r
37856 \begin_layout Plain Layout\r
37857 \r
37858 \backslash\r
37859 vert\r
37860 \end_layout\r
37861 \r
37862 \end_inset\r
37863 </cell>\r
37864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
37865 \begin_inset Text\r
37866 \r
37867 \begin_layout Plain Layout\r
37868 |\r
37869 \end_layout\r
37870 \r
37871 \end_inset\r
37872 </cell>\r
37873 </row>\r
37874 </lyxtabular>\r
37875 \r
37876 \end_inset\r
37877 \r
37878 \r
37879 \begin_inset space \hfill{}\r
37880 \end_inset\r
37881 \r
37882 \r
37883 \begin_inset Tabular\r
37884 <lyxtabular version="3" rows="12" columns="2">\r
37885 <features rotate="0" tabularvalignment="middle">\r
37886 <column alignment="center" valignment="top" width="0pt">\r
37887 <column alignment="center" valignment="top" width="0pt">\r
37888 <row>\r
37889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
37890 \begin_inset Text\r
37891 \r
37892 \begin_layout Plain Layout\r
37893 Command\r
37894 \end_layout\r
37895 \r
37896 \end_inset\r
37897 </cell>\r
37898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
37899 \begin_inset Text\r
37900 \r
37901 \begin_layout Plain Layout\r
37902 equivalent to\r
37903 \end_layout\r
37904 \r
37905 \end_inset\r
37906 </cell>\r
37907 </row>\r
37908 <row>\r
37909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37910 \begin_inset Text\r
37911 \r
37912 \begin_layout Plain Layout\r
37913 \r
37914 \backslash\r
37915 backslash\r
37916 \end_layout\r
37917 \r
37918 \end_inset\r
37919 </cell>\r
37920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37921 \begin_inset Text\r
37922 \r
37923 \begin_layout Plain Layout\r
37924 \r
37925 \backslash\r
37926 \r
37927 \backslash\r
37928 \r
37929 \end_layout\r
37930 \r
37931 \end_inset\r
37932 </cell>\r
37933 </row>\r
37934 <row>\r
37935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37936 \begin_inset Text\r
37937 \r
37938 \begin_layout Plain Layout\r
37939 \r
37940 \backslash\r
37941 dasharrow\r
37942 \end_layout\r
37943 \r
37944 \end_inset\r
37945 </cell>\r
37946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37947 \begin_inset Text\r
37948 \r
37949 \begin_layout Plain Layout\r
37950 \r
37951 \backslash\r
37952 dashrightarrow\r
37953 \end_layout\r
37954 \r
37955 \end_inset\r
37956 </cell>\r
37957 </row>\r
37958 <row>\r
37959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37960 \begin_inset Text\r
37961 \r
37962 \begin_layout Plain Layout\r
37963 \r
37964 \backslash\r
37965 land\r
37966 \end_layout\r
37967 \r
37968 \end_inset\r
37969 </cell>\r
37970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37971 \begin_inset Text\r
37972 \r
37973 \begin_layout Plain Layout\r
37974 \r
37975 \backslash\r
37976 wedge\r
37977 \end_layout\r
37978 \r
37979 \end_inset\r
37980 </cell>\r
37981 </row>\r
37982 <row>\r
37983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
37984 \begin_inset Text\r
37985 \r
37986 \begin_layout Plain Layout\r
37987 \r
37988 \backslash\r
37989 rbrace\r
37990 \end_layout\r
37991 \r
37992 \end_inset\r
37993 </cell>\r
37994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
37995 \begin_inset Text\r
37996 \r
37997 \begin_layout Plain Layout\r
37998 }\r
37999 \end_layout\r
38000 \r
38001 \end_inset\r
38002 </cell>\r
38003 </row>\r
38004 <row>\r
38005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
38006 \begin_inset Text\r
38007 \r
38008 \begin_layout Plain Layout\r
38009 \r
38010 \backslash\r
38011 rbracket\r
38012 \end_layout\r
38013 \r
38014 \end_inset\r
38015 </cell>\r
38016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
38017 \begin_inset Text\r
38018 \r
38019 \begin_layout Plain Layout\r
38020 ]\r
38021 \end_layout\r
38022 \r
38023 \end_inset\r
38024 </cell>\r
38025 </row>\r
38026 <row>\r
38027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
38028 \begin_inset Text\r
38029 \r
38030 \begin_layout Plain Layout\r
38031 \r
38032 \backslash\r
38033 rightarrow\r
38034 \end_layout\r
38035 \r
38036 \end_inset\r
38037 </cell>\r
38038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
38039 \begin_inset Text\r
38040 \r
38041 \begin_layout Plain Layout\r
38042 \r
38043 \backslash\r
38044 to\r
38045 \end_layout\r
38046 \r
38047 \end_inset\r
38048 </cell>\r
38049 </row>\r
38050 <row>\r
38051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
38052 \begin_inset Text\r
38053 \r
38054 \begin_layout Plain Layout\r
38055 \r
38056 \backslash\r
38057 lnot\r
38058 \end_layout\r
38059 \r
38060 \end_inset\r
38061 </cell>\r
38062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
38063 \begin_inset Text\r
38064 \r
38065 \begin_layout Plain Layout\r
38066 \r
38067 \backslash\r
38068 neg\r
38069 \end_layout\r
38070 \r
38071 \end_inset\r
38072 </cell>\r
38073 </row>\r
38074 <row>\r
38075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
38076 \begin_inset Text\r
38077 \r
38078 \begin_layout Plain Layout\r
38079 \r
38080 \backslash\r
38081 ne\r
38082 \end_layout\r
38083 \r
38084 \end_inset\r
38085 </cell>\r
38086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
38087 \begin_inset Text\r
38088 \r
38089 \begin_layout Plain Layout\r
38090 \r
38091 \backslash\r
38092 not=\r
38093 \end_layout\r
38094 \r
38095 \end_inset\r
38096 </cell>\r
38097 </row>\r
38098 <row>\r
38099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
38100 \begin_inset Text\r
38101 \r
38102 \begin_layout Plain Layout\r
38103 \r
38104 \backslash\r
38105 owns\r
38106 \end_layout\r
38107 \r
38108 \end_inset\r
38109 </cell>\r
38110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
38111 \begin_inset Text\r
38112 \r
38113 \begin_layout Plain Layout\r
38114 \r
38115 \backslash\r
38116 ni\r
38117 \end_layout\r
38118 \r
38119 \end_inset\r
38120 </cell>\r
38121 </row>\r
38122 <row>\r
38123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">\r
38124 \begin_inset Text\r
38125 \r
38126 \begin_layout Plain Layout\r
38127 \r
38128 \backslash\r
38129 square\r
38130 \end_layout\r
38131 \r
38132 \end_inset\r
38133 </cell>\r
38134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">\r
38135 \begin_inset Text\r
38136 \r
38137 \begin_layout Plain Layout\r
38138 \r
38139 \backslash\r
38140 Box\r
38141 \end_layout\r
38142 \r
38143 \end_inset\r
38144 </cell>\r
38145 </row>\r
38146 <row>\r
38147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">\r
38148 \begin_inset Text\r
38149 \r
38150 \begin_layout Plain Layout\r
38151 \r
38152 \backslash\r
38153 Vert\r
38154 \end_layout\r
38155 \r
38156 \end_inset\r
38157 </cell>\r
38158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">\r
38159 \begin_inset Text\r
38160 \r
38161 \begin_layout Plain Layout\r
38162 \r
38163 \backslash\r
38164 |\r
38165 \end_layout\r
38166 \r
38167 \end_inset\r
38168 </cell>\r
38169 </row>\r
38170 </lyxtabular>\r
38171 \r
38172 \end_inset\r
38173 \r
38174 \r
38175 \begin_inset space \hfill{}\r
38176 \end_inset\r
38177 \r
38178 \r
38179 \end_layout\r
38180 \r
38181 \begin_layout Standard\r
38182 \begin_inset Newpage newpage\r
38183 \end_inset\r
38184 \r
38185 \r
38186 \end_layout\r
38187 \r
38188 \begin_layout Bibliography\r
38189 \begin_inset CommandInset bibitem\r
38190 LatexCommand bibitem\r
38191 key "TLC2"\r
38192 \r
38193 \end_inset\r
38194 \r
38195 \r
38196 \shape smallcaps\r
38197 Mittelbach, F.\r
38198  ; Goossens, M.\r
38199 \shape default\r
38200\r
38201 \shape italic\r
38202 The LaTeX Companion\r
38203 \shape default\r
38204 .\r
38205  Addison Wesley, 2004\r
38206 \end_layout\r
38207 \r
38208 \begin_layout Bibliography\r
38209 \begin_inset CommandInset bibitem\r
38210 LatexCommand bibitem\r
38211 key "Mathmode"\r
38212 \r
38213 \end_inset\r
38214 \r
38215 \r
38216 \begin_inset CommandInset href\r
38217 LatexCommand href\r
38218 name "Description"\r
38219 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"\r
38220 \r
38221 \end_inset\r
38222 \r
38223  of LaTeX's math abilities\r
38224 \end_layout\r
38225 \r
38226 \begin_layout Bibliography\r
38227 \begin_inset CommandInset bibitem\r
38228 LatexCommand bibitem\r
38229 key "AMS"\r
38230 \r
38231 \end_inset\r
38232 \r
38233 \r
38234 \begin_inset CommandInset href\r
38235 LatexCommand href\r
38236 name "Description"\r
38237 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"\r
38238 \r
38239 \end_inset\r
38240 \r
38241  of \r
38242 \begin_inset ERT\r
38243 status collapsed\r
38244 \r
38245 \begin_layout Plain Layout\r
38246 \r
38247 \r
38248 \backslash\r
38249 AmS\r
38250 \end_layout\r
38251 \r
38252 \end_inset\r
38253 \r
38254 -LaTeX\r
38255 \end_layout\r
38256 \r
38257 \begin_layout Bibliography\r
38258 \begin_inset CommandInset bibitem\r
38259 LatexCommand bibitem\r
38260 key "Symbols"\r
38261 \r
38262 \end_inset\r
38263 \r
38264 \r
38265 \begin_inset CommandInset href\r
38266 LatexCommand href\r
38267 name "List"\r
38268 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"\r
38269 \r
38270 \end_inset\r
38271 \r
38272  of all symbols available with LaTeX-packages\r
38273 \end_layout\r
38274 \r
38275 \begin_layout Bibliography\r
38276 \begin_inset CommandInset bibitem\r
38277 LatexCommand bibitem\r
38278 key "cancel"\r
38279 \r
38280 \end_inset\r
38281 \r
38282 \r
38283 \begin_inset CommandInset href\r
38284 LatexCommand href\r
38285 name "Documentation"\r
38286 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"\r
38287 \r
38288 \end_inset\r
38289 \r
38290  of the LaTeX-package \r
38291 \series bold\r
38292 cancel\r
38293 \series default\r
38294 \r
38295 \begin_inset Index idx\r
38296 status collapsed\r
38297 \r
38298 \begin_layout Plain Layout\r
38299 Packages ! cancel\r
38300 \end_layout\r
38301 \r
38302 \end_inset\r
38303 \r
38304 \r
38305 \end_layout\r
38306 \r
38307 \begin_layout Bibliography\r
38308 \begin_inset CommandInset bibitem\r
38309 LatexCommand bibitem\r
38310 key "hyperref"\r
38311 \r
38312 \end_inset\r
38313 \r
38314 \r
38315 \begin_inset CommandInset href\r
38316 LatexCommand href\r
38317 name "Documentation"\r
38318 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"\r
38319 \r
38320 \end_inset\r
38321 \r
38322  of the LaTeX-package \r
38323 \series bold\r
38324 hyperref\r
38325 \series default\r
38326 \r
38327 \begin_inset Index idx\r
38328 status collapsed\r
38329 \r
38330 \begin_layout Plain Layout\r
38331 Packages ! hyperref\r
38332 \end_layout\r
38333 \r
38334 \end_inset\r
38335 \r
38336 \r
38337 \end_layout\r
38338 \r
38339 \begin_layout Bibliography\r
38340 \begin_inset CommandInset bibitem\r
38341 LatexCommand bibitem\r
38342 key "mhchem"\r
38343 \r
38344 \end_inset\r
38345 \r
38346 \r
38347 \begin_inset CommandInset href\r
38348 LatexCommand href\r
38349 name "Documentation"\r
38350 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"\r
38351 \r
38352 \end_inset\r
38353 \r
38354  of the LaTeX-package \r
38355 \series bold\r
38356 mhchem\r
38357 \series default\r
38358 \r
38359 \begin_inset Index idx\r
38360 status collapsed\r
38361 \r
38362 \begin_layout Plain Layout\r
38363 Packages ! mhchem\r
38364 \end_layout\r
38365 \r
38366 \end_inset\r
38367 \r
38368 \r
38369 \end_layout\r
38370 \r
38371 \begin_layout Bibliography\r
38372 \begin_inset CommandInset bibitem\r
38373 LatexCommand bibitem\r
38374 key "Mathclap"\r
38375 \r
38376 \end_inset\r
38377 \r
38378 \r
38379 \begin_inset CommandInset href\r
38380 LatexCommand href\r
38381 name "Description"\r
38382 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"\r
38383 \r
38384 \end_inset\r
38385 \r
38386  of the command \r
38387 \series bold\r
38388 \r
38389 \backslash\r
38390 mathclap\r
38391 \series default\r
38392 , described in \r
38393 \begin_inset CommandInset ref\r
38394 LatexCommand ref\r
38395 reference "sub:Operator-Limits"\r
38396 \r
38397 \end_inset\r
38398 \r
38399 \r
38400 \begin_inset Index idx\r
38401 status collapsed\r
38402 \r
38403 \begin_layout Plain Layout\r
38404 Commands ! M ! \r
38405 \backslash\r
38406 mathclap\r
38407 \end_layout\r
38408 \r
38409 \end_inset\r
38410 \r
38411 \r
38412 \end_layout\r
38413 \r
38414 \begin_layout Bibliography\r
38415 \begin_inset CommandInset bibitem\r
38416 LatexCommand bibitem\r
38417 key "Duden"\r
38418 \r
38419 \end_inset\r
38420 \r
38421 \r
38422 \emph on\r
38423 Duden Band 1\r
38424 \emph default\r
38425 .\r
38426  22.\r
38427  Auflage, Duden 2001\r
38428 \end_layout\r
38429 \r
38430 \begin_layout Bibliography\r
38431 \begin_inset CommandInset bibitem\r
38432 LatexCommand bibitem\r
38433 key "Checklist"\r
38434 \r
38435 \end_inset\r
38436 \r
38437 \r
38438 \begin_inset CommandInset href\r
38439 LatexCommand href\r
38440 name "Check list"\r
38441 target "http://physics.nist.gov/Document/checklist.pdf"\r
38442 \r
38443 \end_inset\r
38444 \r
38445  for reviewing manuscripts\r
38446 \end_layout\r
38447 \r
38448 \begin_layout Standard\r
38449 \begin_inset CommandInset index_print\r
38450 LatexCommand printindex\r
38451 type "idx"\r
38452 \r
38453 \end_inset\r
38454 \r
38455 \r
38456 \end_layout\r
38457 \r
38458 \end_body\r
38459 \end_document\r