]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
Math.lyx: replace tables by formal ones - part 1
[lyx.git] / lib / doc / de / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 498
3 \begin_document
4 \begin_header
5 \origin unavailable
6 \textclass scrartcl
7 \begin_preamble
8 % DO NOT ALTER THIS PREAMBLE!!!
9 %
10 % This preamble is designed to ensure that the file prints
11 % out as advertised. If you mess with this preamble,
12 % parts of this document may not print out as expected.  If you
13 % have problems LaTeXing this file, please contact 
14 % the documentation team
15 % email: lyx-docs@lists.lyx.org
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem lösen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
30 % die Kapitelnummer geschrieben.
31 % Als Lösung wird mehr Platz zwischen Nummer und
32 % Überschrift eingefügt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % Linkfläche für Querverweise vergrößern und automatisch benennen,
37 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
38 \addto\extrasngerman{%
39  \renewcommand*{\equationautorefname}[1]{}%
40  \renewcommand{\sectionautorefname}{Kap.\negthinspace}%
41  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}%
42  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}%
43 }
44
45 % Makros damit Pakete nicht doppelt geladen werden.
46 % siehe erste Fußnote in Kap. 9.3
47 \@ifundefined{textcolor}{\usepackage{color}}{}
48
49 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
50 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
51 \pagenumbering{roman}
52 \let\myTOC\tableofcontents
53 \renewcommand{\tableofcontents}{%
54  \vspace{1cm}
55  \pdfbookmark[1]{\contentsname}{}
56  \myTOC
57  \cleardoublepage
58  \pagenumbering{arabic}}
59
60 % add 0.5 mm vertical space for table rows
61 \@ifundefined{extrarowheight} {\usepackage{array}}{}
62 \setlength{\extrarowheight}{0.5mm}
63
64 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
65 \let\myFoot\footnote
66 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
67
68 % macht Beschriftungen fett
69 \setkomafont{captionlabel}{\bfseries}
70
71 % enables calculation of values
72 \usepackage{calc}
73
74 % für Mehrfachzeilen, benutzt in Kap. 24.7
75 \usepackage{multicol}
76
77 % benutzt in Kap. 19.4
78 \usepackage{remreset}
79
80 % für das Fourier-Transformationssymbol
81 \usepackage{mathrsfs}
82
83 % Farbdefinition aus Kap. 9.3
84 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
85
86 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
87 \DeclareMathOperator*{\Raute}{\blacklozenge}
88 \DeclareMathOperator{\sgn}{sgn}
89
90 % Beispielbefehle aus Kap. 20.1 
91 \newcommand{\gr}{\Longrightarrow}
92 \newcommand{\us}[1]{\underline{#1}}
93 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
94 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
95 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
96
97 % Beispielmakro aus Kap. 19.4
98 %\def\tagform@#1{\maketag@@@{|#1|}}
99
100 % Damit der Index einen anderen Namen erhält.
101 \addto\captionsngerman
102 {\renewcommand{\indexname}
103 {Stichwort- und Befehlsverzeichnis}}
104
105
106 % ------------------------------------
107 % used to check for needed LaTeX packages
108 \usepackage{ifthen}
109
110 % testen ob das Paket undertilde installiert ist
111 % wird benutzt für den Befehl \utilde
112 \newboolean{undertilde}
113 \IfFileExists{undertilde.sty}
114  {\usepackage{undertilde}
115   \setboolean{undertilde}{true}}
116  {\setboolean{undertilde}{false}}
117
118 % testen ob das Paket eurosym installiert ist
119 % wird benutzt für das Euro-Symbol
120 \newboolean{eurosym}
121 \IfFileExists{eurosym.sty}
122  {\usepackage[gennarrow]{eurosym}
123   \setboolean{eurosym}{true}}
124  {\setboolean{eurosym}{false}}
125
126 % testen ob Paket braket installiert ist
127 % benötigt für physikalische Vektoren
128 \newboolean{braket}
129 \IfFileExists{braket.sty}
130  {\usepackage{braket}
131   \setboolean{braket}{true}}
132  {\setboolean{braket}{false}}
133
134 % testen ob Paket cancel installiert ist
135 \newboolean{cancel}
136 \IfFileExists{cancel.sty}
137  {\usepackage{cancel}
138   \setboolean{cancel}{true}}
139  {\setboolean{cancel}{false}}
140
141 % testen ob Paket upgreek installiert ist
142 \newboolean{upgreek}
143 \IfFileExists{upgreek.sty}
144  {\usepackage{upgreek}
145   \setboolean{upgreek}{true}}
146  {\setboolean{upgreek}{false}}
147
148 % benötigt für Kommas in Formeln, siehe Kap. 22.3
149 \IfFileExists{icomma.sty}
150  {\usepackage{icomma}}{}
151 \end_preamble
152 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
153 \use_default_options false
154 \maintain_unincluded_children false
155 \language ngerman
156 \language_package default
157 \inputencoding auto
158 \fontencoding global
159 \font_roman default
160 \font_sans default
161 \font_typewriter default
162 \font_math auto
163 \font_default_family default
164 \use_non_tex_fonts false
165 \font_sc false
166 \font_osf false
167 \font_sf_scale 100
168 \font_tt_scale 100
169 \graphics default
170 \default_output_format default
171 \output_sync 0
172 \bibtex_command default
173 \index_command default
174 \paperfontsize 12
175 \spacing single
176 \use_hyperref true
177 \pdf_title "LyXs Mathehandbuch"
178 \pdf_author "LyX Team, Uwe Stöhr"
179 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
180 \pdf_keywords "LyX, Mathed"
181 \pdf_bookmarks true
182 \pdf_bookmarksnumbered true
183 \pdf_bookmarksopen true
184 \pdf_bookmarksopenlevel 1
185 \pdf_breaklinks false
186 \pdf_pdfborder false
187 \pdf_colorlinks true
188 \pdf_backref false
189 \pdf_pdfusetitle false
190 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
191 \papersize a4paper
192 \use_geometry false
193 \use_package amsmath 2
194 \use_package amssymb 2
195 \use_package cancel 0
196 \use_package esint 1
197 \use_package mathdots 1
198 \use_package mathtools 2
199 \use_package mhchem 1
200 \use_package stackrel 0
201 \use_package stmaryrd 0
202 \use_package undertilde 0
203 \cite_engine basic
204 \cite_engine_type default
205 \biblio_style plain
206 \use_bibtopic false
207 \use_indices false
208 \paperorientation portrait
209 \suppress_date false
210 \justification true
211 \use_refstyle 0
212 \notefontcolor #0000ff
213 \index Stichwortverzeichnis
214 \shortcut idx
215 \color #008000
216 \end_index
217 \secnumdepth 4
218 \tocdepth 3
219 \paragraph_separation skip
220 \defskip medskip
221 \quotes_language german
222 \papercolumns 1
223 \papersides 2
224 \paperpagestyle plain
225 \bullet 1 0 6 -1
226 \bullet 2 2 35 -1
227 \bullet 3 2 7 -1
228 \tracking_changes false
229 \output_changes false
230 \html_math_output 0
231 \html_css_as_file 0
232 \html_be_strict false
233 \end_header
234
235 \begin_body
236
237 \begin_layout Title
238 \SpecialChar LyX
239 ' detailliertes Mathe Handbuch
240 \end_layout
241
242 \begin_layout Author
243 vom \SpecialChar LyX
244 -Team
245 \begin_inset Foot
246 status collapsed
247
248 \begin_layout Plain Layout
249 \noindent
250 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an \SpecialChar LyX
251 ' Dokumentations
252 -Liste: 
253 \family typewriter
254
255 \begin_inset CommandInset href
256 LatexCommand href
257 name "lyx-docs@lists.lyx.org"
258 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
259
260 \end_inset
261
262
263 \end_layout
264
265 \end_inset
266
267
268 \begin_inset Note Note
269 status collapsed
270
271 \begin_layout Plain Layout
272 Verfasser: Uwe Stöhr
273 \end_layout
274
275 \end_inset
276
277
278 \begin_inset Newline newline
279 \end_inset
280
281
282 \begin_inset Newline newline
283 \end_inset
284
285
286 \family sans
287 Version 2.1.x
288 \end_layout
289
290 \begin_layout Standard
291 \begin_inset CommandInset toc
292 LatexCommand tableofcontents
293
294 \end_inset
295
296
297 \end_layout
298
299 \begin_layout Standard
300 \begin_inset Note Note
301 status open
302
303 \begin_layout Plain Layout
304 Um diese Datei als PDF, PS oder DVI zu exportieren, sollten die \SpecialChar LaTeX
305 -Pakete
306  
307 \series bold
308 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
309 \series default
310  und 
311 \series bold
312 was
313 \series default
314  installiert sein.
315  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
316  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
317  nicht im Ausdruck.
318  Eine Ausnahme ist 
319 \series bold
320 mhchem
321 \series default
322 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
323 \end_layout
324
325 \begin_layout Plain Layout
326 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
327 \begin_inset Newline newline
328 \end_inset
329
330
331 \series bold
332 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
333 \end_layout
334
335 \end_inset
336
337
338 \end_layout
339
340 \begin_layout Standard
341 \begin_inset Newpage newpage
342 \end_inset
343
344
345 \end_layout
346
347 \begin_layout Section
348 Einleitung
349 \end_layout
350
351 \begin_layout Standard
352 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
353  \SpecialChar LaTeX
354 -Befehle für mathematische Zeichen und Konstruktionen.
355  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit \SpecialChar LyX
356  zugeschnitte
357 n.
358  Das setzt voraus, dass bereits das Kapitel 
359 \family typewriter
360 Mathematische
361 \family default
362  
363 \family typewriter
364 Formeln
365 \family default
366  des Benutzerhandbuchs gelesen worden ist.
367 \end_layout
368
369 \begin_layout Standard
370 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
371 \family sans
372 Einfügen
373 \series bold
374 \SpecialChar menuseparator
375
376 \series default
377 Mathe
378 \family default
379  oder die 
380 \family sans
381 Mathe-Werkzeugleiste
382 \family default
383  aufrufbar.
384  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
385  den \SpecialChar LaTeX
386 -Befehlen viel schneller eine Formel setzen kann.
387  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
388  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
389 \end_layout
390
391 \begin_layout Standard
392 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
393  \SpecialChar LyX
394  verfügbar.
395  Um alle Befehle nutzen zu können, muss die Option 
396 \family sans
397 AMS-Mathe-Paket verwenden
398 \family default
399  im Menü 
400 \family sans
401 Dokument\SpecialChar menuseparator
402 Einstellungen\SpecialChar menuseparator
403 Mathe Optionen
404 \family default
405  aktiviert sein.
406 \begin_inset Foot
407 status collapsed
408
409 \begin_layout Plain Layout
410 Die 
411 \family sans
412 Option
413 \family default
414  
415 \family sans
416 AMS-Mathe-Paket automatisch verwenden
417 \family default
418  verwendet 
419 \begin_inset ERT
420 status collapsed
421
422 \begin_layout Plain Layout
423
424
425 \backslash
426 AmS 
427 \end_layout
428
429 \end_inset
430
431 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
432  \SpecialChar LyX
433  unterstützt.
434 \end_layout
435
436 \end_inset
437
438
439 \end_layout
440
441 \begin_layout Standard
442 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar ligaturebreak
443 listung
444  aller 
445 \begin_inset ERT
446 status collapsed
447
448 \begin_layout Plain Layout
449
450
451 \backslash
452 AmS 
453 \end_layout
454
455 \end_inset
456
457 -Mathe Befehle
458 \begin_inset Foot
459 status collapsed
460
461 \begin_layout Plain Layout
462 Eine Liste mit allen 
463 \begin_inset ERT
464 status collapsed
465
466 \begin_layout Plain Layout
467
468
469 \backslash
470 AmS
471 \end_layout
472
473 \end_inset
474
475 -Mathe Befehlen findet sich in der Datei 
476 \family sans
477
478 \begin_inset CommandInset href
479 LatexCommand href
480 name "amsguide.ps"
481 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
482
483 \end_inset
484
485
486 \family default
487 , die Teil jeder \SpecialChar LaTeX
488 -Standardinstallation ist.
489 \end_layout
490
491 \end_inset
492
493  verzichtet.
494 \end_layout
495
496 \begin_layout Section
497 Allgemeine Hinweise
498 \end_layout
499
500 \begin_layout Standard
501 Um eine in einer Textzeile eingebettete Formel
502 \begin_inset Index idx
503 status collapsed
504
505 \begin_layout Plain Layout
506 Formel ! eingebettete
507 \end_layout
508
509 \end_inset
510
511  zu erstellen, drückt man 
512 \family sans
513 Strg+M
514 \family default
515  oder den Werkzeugleistenknopf 
516 \begin_inset Info
517 type  "icon"
518 arg   "math-mode"
519 \end_inset
520
521 .
522 \begin_inset Newline newline
523 \end_inset
524
525 Um eine abgesetzte Formel
526 \begin_inset Index idx
527 status collapsed
528
529 \begin_layout Plain Layout
530 Formel ! abgesetzte
531 \end_layout
532
533 \end_inset
534
535  zu erstellen, drückt man 
536 \family sans
537 Strg+Shift+M
538 \family default
539 .
540 \end_layout
541
542 \begin_layout Standard
543 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
544  Cursor in die Formel und drückt 
545 \family sans
546 Strg+Shift+M
547 \family default
548  oder benutzt das Menü 
549 \family sans
550 Bearbeiten\SpecialChar menuseparator
551 Mathe\SpecialChar menuseparator
552
553 \begin_inset Newline linebreak
554 \end_inset
555
556 Formelart ändern
557 \family default
558 .
559  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
560  umwandeln.
561 \end_layout
562
563 \begin_layout Standard
564 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
565  gibt man in die Formel den Befehl 
566 \series bold
567
568 \backslash
569 displaystyle
570 \series default
571
572 \begin_inset Index idx
573 status collapsed
574
575 \begin_layout Plain Layout
576 Befehle ! D ! 
577 \backslash
578 displaystyle
579 \end_layout
580
581 \end_inset
582
583  ein.
584  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
585  wird.
586 \end_layout
587
588 \begin_layout Standard
589 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
590 \end_layout
591
592 \begin_layout Standard
593 Die 
594 \family sans
595 Mathe-Werkzeugleiste
596 \family default
597  kann über das Menü 
598 \family sans
599 Ansicht\SpecialChar menuseparator
600 Werkzeugleisten
601 \family default
602  eingeblendet werden.
603  Wenn dort auf 
604 \begin_inset Quotes eld
605 \end_inset
606
607 Mathe
608 \begin_inset Quotes erd
609 \end_inset
610
611  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
612  diese Einstellung wird durch ein Häkchen im Menü 
613 \family sans
614 Werkzeugleisten
615 \family default
616  angezeigt.
617  Wenn nun im Menü 
618 \family sans
619 Werkzeugleisten
620 \family default
621  nochmal auf 
622 \begin_inset Quotes eld
623 \end_inset
624
625 Mathe
626 \begin_inset Quotes erd
627 \end_inset
628
629  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
630  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
631  des Menüeintrags von 
632 \begin_inset Quotes eld
633 \end_inset
634
635 Mathe
636 \begin_inset Quotes erd
637 \end_inset
638
639  zu 
640 \begin_inset Quotes eld
641 \end_inset
642
643 Mathe
644 \begin_inset space ~
645 \end_inset
646
647 (automatisch)
648 \begin_inset Quotes erd
649 \end_inset
650
651  angezeigt.
652 \end_layout
653
654 \begin_layout Standard
655 In den \SpecialChar TeX
656 -Modus
657 \begin_inset Index idx
658 status collapsed
659
660 \begin_layout Plain Layout
661 T@\SpecialChar TeX
662 -Modus
663 \end_layout
664
665 \end_inset
666
667  gelangt man über den Werkzeugleistenknopf 
668 \begin_inset Info
669 type  "icon"
670 arg   "ert-insert"
671 \end_inset
672
673  oder das Menü 
674 \family sans
675 Einfügen\SpecialChar menuseparator
676 TeX
677 \begin_inset space ~
678 \end_inset
679
680 Code
681 \family default
682  (Tastenkürzel 
683 \family sans
684 Strg+L
685 \family default
686 ).
687 \end_layout
688
689 \begin_layout Standard
690 In den \SpecialChar LaTeX
691 -Vorspann
692 \begin_inset Index idx
693 status collapsed
694
695 \begin_layout Plain Layout
696 L@\SpecialChar LaTeX
697 -Vorspann
698 \end_layout
699
700 \end_inset
701
702  gelangt man über das Menü 
703 \family sans
704 Dokument\SpecialChar menuseparator
705 Einstellungen\SpecialChar menuseparator
706 LaTeX-Vorspann
707 \family default
708 .
709 \end_layout
710
711 \begin_layout Standard
712 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
713 en Formeln kann man die Menüs 
714 \family sans
715 Bearbeiten\SpecialChar menuseparator
716 Mathe
717 \family default
718  und 
719 \family sans
720 Bearbeiten\SpecialChar menuseparator
721 Zeilen
722 \begin_inset space \thinspace{}
723 \end_inset
724
725 &
726 \begin_inset space \thinspace{}
727 \end_inset
728
729 Spalten
730 \family default
731  oder die 
732 \family sans
733 Tabellen-Werkzeugleiste
734 \family default
735  verwenden.
736  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
737  die Spalte bzw.
738 \begin_inset space \space{}
739 \end_inset
740
741 Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
742  bzw.
743 \begin_inset space \space{}
744 \end_inset
745
746 darunter liegenden Zeile vertauscht.
747  Befindet sich der Cursor in der letzten Spalte bzw.
748 \begin_inset space \space{}
749 \end_inset
750
751 Zeile, wird mit der links daneben stehenden Spalte bzw.
752 \begin_inset space \space{}
753 \end_inset
754
755 darüber liegenden Zeile vertauscht.
756 \end_layout
757
758 \begin_layout Standard
759 Zum Schreiben von Text in einer Formel
760 \begin_inset Foot
761 status collapsed
762
763 \begin_layout Plain Layout
764 Bei mehrzeiligen Formeln wird der Befehl 
765 \series bold
766
767 \backslash
768 intertext
769 \series default
770  verwendet, siehe 
771 \begin_inset CommandInset ref
772 LatexCommand ref
773 reference "subsec:Text-in-mehrzeiligen"
774
775 \end_inset
776
777 .
778 \end_layout
779
780 \end_inset
781
782  verwendet man den 
783 \emph on
784 mathematischen Textmodus
785 \emph default
786
787 \begin_inset Index idx
788 status collapsed
789
790 \begin_layout Plain Layout
791 Text ! in Formeln
792 \end_layout
793
794 \end_inset
795
796
797 \begin_inset Index idx
798 status collapsed
799
800 \begin_layout Plain Layout
801 Mathematischer Textmodus
802 \end_layout
803
804 \end_inset
805
806 , in den man mit dem Tastenkürzel 
807 \family sans
808 Alt+M
809 \begin_inset space ~
810 \end_inset
811
812 M
813 \family default
814  oder durch Eingabe des Befehls 
815 \series bold
816
817 \backslash
818 text
819 \begin_inset Index idx
820 status collapsed
821
822 \begin_layout Plain Layout
823 Befehle ! T ! 
824 \backslash
825 text
826 \end_layout
827
828 \end_inset
829
830
831 \series default
832  gelangt.
833  Der Text erscheint in \SpecialChar LyX
834  schwarz und lässt sich dadurch gut vom Rest der
835  Formel unterscheiden.
836  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
837  anderen Zeichen einer Formel nicht kursiv.
838 \end_layout
839
840 \begin_layout Subsection*
841 Befehlsschema
842 \end_layout
843
844 \begin_layout Standard
845 Die meisten \SpecialChar LaTeX
846 -Befehle für mathematische Konstruktionen besitzen folgendes
847  Schema:
848 \end_layout
849
850 \begin_layout Standard
851
852 \series bold
853
854 \backslash
855 Befehlsname[optionales
856 \series default
857  
858 \series bold
859 Argument]{anzugebendes
860 \series default
861  
862 \series bold
863 Argument}
864 \end_layout
865
866 \begin_layout Standard
867 Ein Befehl muss immer mit einem Backslash 
868 \begin_inset Quotes gld
869 \end_inset
870
871
872 \series bold
873
874 \backslash
875
876 \series default
877
878 \begin_inset Quotes grd
879 \end_inset
880
881  beginnen.
882  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
883  eckigen Klammern weggelassen werden.
884  Die geschweiften Klammern werden in diesem Dokument als \SpecialChar TeX
885 -Klammern
886 \begin_inset Index idx
887 status collapsed
888
889 \begin_layout Plain Layout
890 T@\SpecialChar TeX
891 -Klammern
892 \end_layout
893
894 \end_inset
895
896  bezeichnet.
897  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
898  an, erzeugt \SpecialChar LyX
899  automatisch eine \SpecialChar TeX
900 -Klammer.
901  Ansonsten werden sie in Formeln mit dem Befehl 
902 \series bold
903
904 \backslash
905 {
906 \series default
907  erzeugt.
908  \SpecialChar TeX
909 -Klammern erscheinen in \SpecialChar LyX
910  rot, im Gegensatz zu normalen geschweiften Klammern,
911  die blau erscheinen.
912  Im \SpecialChar TeX
913 -Modus sind für \SpecialChar TeX
914 -Klammern keine Befehle notwendig.
915  \SpecialChar TeX
916 -Klammern erscheinen nicht im Ausdruck.
917 \end_layout
918
919 \begin_layout Standard
920 Werden Befehle ohne Argumente, wie z.
921 \begin_inset space \thinspace{}
922 \end_inset
923
924 B.
925  Symbolbefehle, im \SpecialChar TeX
926 -Modus eingegeben, muss auf den Befehl 
927 \emph on
928 immer
929 \emph default
930  ein Leerzeichen folgen um ihn zu beenden.
931  Dieses Leerzeichen erscheint nicht im Ausdruck.
932  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
933  normalen Text ein geschütztes Leerzeichen folgen.
934 \end_layout
935
936 \begin_layout Standard
937 Ein geschütztes Leerzeichen gibt man mit 
938 \family sans
939 Strg+Leertaste
940 \family default
941  ein.
942 \end_layout
943
944 \begin_layout Subsection*
945 Zeichenerklärung
946 \end_layout
947
948 \begin_layout Itemize
949 Das Symbol 
950 \begin_inset space \textvisiblespace{}
951 \end_inset
952
953  steht für ein einzugebendes Leerzeichen.
954 \end_layout
955
956 \begin_layout Itemize
957 Ein Pfeil wie z.
958 \begin_inset space \thinspace{}
959 \end_inset
960
961 B.
962  
963 \begin_inset Formula $\to$
964 \end_inset
965
966  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
967  Die 
968 \family sans
969 Tabulator
970 \family default
971 -Taste kann oft anstelle von 
972 \begin_inset Formula $\to$
973 \end_inset
974
975  und 
976 \begin_inset Formula $\downarrow$
977 \end_inset
978
979  benutzt werden und 
980 \family sans
981 Umschalt+Tabulator
982 \family default
983  anstelle von 
984 \begin_inset Formula $\leftarrow$
985 \end_inset
986
987  und 
988 \begin_inset Formula $\uparrow$
989 \end_inset
990
991 .
992 \end_layout
993
994 \begin_layout Subsection*
995 Verfügbare Einheiten
996 \end_layout
997
998 \begin_layout Standard
999 \align center
1000 \begin_inset Float table
1001 placement H
1002 wide false
1003 sideways false
1004 status open
1005
1006 \begin_layout Plain Layout
1007 \align center
1008 \begin_inset Caption Standard
1009
1010 \begin_layout Plain Layout
1011 \begin_inset CommandInset label
1012 LatexCommand label
1013 name "tab:Verfügbare-Einheiten"
1014
1015 \end_inset
1016
1017 Verfügbare Einheiten
1018 \end_layout
1019
1020 \end_inset
1021
1022
1023 \end_layout
1024
1025 \begin_layout Plain Layout
1026 \align center
1027 \begin_inset Tabular
1028 <lyxtabular version="3" rows="13" columns="2">
1029 <features booktabs="true" tabularvalignment="middle">
1030 <column alignment="center" valignment="top" width="0pt">
1031 <column alignment="center" valignment="top">
1032 <row>
1033 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1034 \begin_inset Text
1035
1036 \begin_layout Plain Layout
1037 Einheit
1038 \end_layout
1039
1040 \end_inset
1041 </cell>
1042 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1043 \begin_inset Text
1044
1045 \begin_layout Plain Layout
1046 Name / Beschreibung
1047 \end_layout
1048
1049 \end_inset
1050 </cell>
1051 </row>
1052 <row>
1053 <cell alignment="center" valignment="top" usebox="none">
1054 \begin_inset Text
1055
1056 \begin_layout Plain Layout
1057 mm
1058 \end_layout
1059
1060 \end_inset
1061 </cell>
1062 <cell alignment="center" valignment="top" usebox="none">
1063 \begin_inset Text
1064
1065 \begin_layout Plain Layout
1066 Millimeter
1067 \end_layout
1068
1069 \end_inset
1070 </cell>
1071 </row>
1072 <row>
1073 <cell alignment="center" valignment="top" usebox="none">
1074 \begin_inset Text
1075
1076 \begin_layout Plain Layout
1077 cm
1078 \end_layout
1079
1080 \end_inset
1081 </cell>
1082 <cell alignment="center" valignment="top" usebox="none">
1083 \begin_inset Text
1084
1085 \begin_layout Plain Layout
1086 Zentimeter
1087 \end_layout
1088
1089 \end_inset
1090 </cell>
1091 </row>
1092 <row>
1093 <cell alignment="center" valignment="top" usebox="none">
1094 \begin_inset Text
1095
1096 \begin_layout Plain Layout
1097 in
1098 \end_layout
1099
1100 \end_inset
1101 </cell>
1102 <cell alignment="center" valignment="top" usebox="none">
1103 \begin_inset Text
1104
1105 \begin_layout Plain Layout
1106 Inch / Zoll (1
1107 \begin_inset space \thinspace{}
1108 \end_inset
1109
1110 in = 2,54
1111 \begin_inset space \thinspace{}
1112 \end_inset
1113
1114 cm)
1115 \end_layout
1116
1117 \end_inset
1118 </cell>
1119 </row>
1120 <row>
1121 <cell alignment="center" valignment="top" usebox="none">
1122 \begin_inset Text
1123
1124 \begin_layout Plain Layout
1125 pt
1126 \end_layout
1127
1128 \end_inset
1129 </cell>
1130 <cell alignment="center" valignment="top" usebox="none">
1131 \begin_inset Text
1132
1133 \begin_layout Plain Layout
1134 Punkt (72,27
1135 \begin_inset space \thinspace{}
1136 \end_inset
1137
1138 pt = 1
1139 \begin_inset space \thinspace{}
1140 \end_inset
1141
1142 in)
1143 \end_layout
1144
1145 \end_inset
1146 </cell>
1147 </row>
1148 <row>
1149 <cell alignment="center" valignment="top" usebox="none">
1150 \begin_inset Text
1151
1152 \begin_layout Plain Layout
1153 pc
1154 \end_layout
1155
1156 \end_inset
1157 </cell>
1158 <cell alignment="center" valignment="top" usebox="none">
1159 \begin_inset Text
1160
1161 \begin_layout Plain Layout
1162 Pica (1
1163 \begin_inset space \thinspace{}
1164 \end_inset
1165
1166 pc = 12
1167 \begin_inset space \thinspace{}
1168 \end_inset
1169
1170 pt)
1171 \end_layout
1172
1173 \end_inset
1174 </cell>
1175 </row>
1176 <row>
1177 <cell alignment="center" valignment="top" usebox="none">
1178 \begin_inset Text
1179
1180 \begin_layout Plain Layout
1181 sp
1182 \end_layout
1183
1184 \end_inset
1185 </cell>
1186 <cell alignment="center" valignment="top" usebox="none">
1187 \begin_inset Text
1188
1189 \begin_layout Plain Layout
1190 skalierter Punkt(65536
1191 \begin_inset space \thinspace{}
1192 \end_inset
1193
1194 sp = 1
1195 \begin_inset space \thinspace{}
1196 \end_inset
1197
1198 pt)
1199 \end_layout
1200
1201 \end_inset
1202 </cell>
1203 </row>
1204 <row>
1205 <cell alignment="center" valignment="top" usebox="none">
1206 \begin_inset Text
1207
1208 \begin_layout Plain Layout
1209 bp
1210 \end_layout
1211
1212 \end_inset
1213 </cell>
1214 <cell alignment="center" valignment="top" usebox="none">
1215 \begin_inset Text
1216
1217 \begin_layout Plain Layout
1218 großer Punkt (72
1219 \begin_inset space \thinspace{}
1220 \end_inset
1221
1222 bp = 1
1223 \begin_inset space \thinspace{}
1224 \end_inset
1225
1226 in)
1227 \end_layout
1228
1229 \end_inset
1230 </cell>
1231 </row>
1232 <row>
1233 <cell alignment="center" valignment="top" usebox="none">
1234 \begin_inset Text
1235
1236 \begin_layout Plain Layout
1237 dd
1238 \end_layout
1239
1240 \end_inset
1241 </cell>
1242 <cell alignment="center" valignment="top" usebox="none">
1243 \begin_inset Text
1244
1245 \begin_layout Plain Layout
1246 Didot (1
1247 \begin_inset space \thinspace{}
1248 \end_inset
1249
1250 dd 
1251 \begin_inset Formula $\approx$
1252 \end_inset
1253
1254  0,376
1255 \begin_inset space \thinspace{}
1256 \end_inset
1257
1258 mm)
1259 \end_layout
1260
1261 \end_inset
1262 </cell>
1263 </row>
1264 <row>
1265 <cell alignment="center" valignment="top" usebox="none">
1266 \begin_inset Text
1267
1268 \begin_layout Plain Layout
1269 cc
1270 \end_layout
1271
1272 \end_inset
1273 </cell>
1274 <cell alignment="center" valignment="top" usebox="none">
1275 \begin_inset Text
1276
1277 \begin_layout Plain Layout
1278 Cicero (1
1279 \begin_inset space \thinspace{}
1280 \end_inset
1281
1282 cc = 12
1283 \begin_inset space \thinspace{}
1284 \end_inset
1285
1286 dd)
1287 \end_layout
1288
1289 \end_inset
1290 </cell>
1291 </row>
1292 <row>
1293 <cell alignment="center" valignment="top" usebox="none">
1294 \begin_inset Text
1295
1296 \begin_layout Plain Layout
1297 ex
1298 \end_layout
1299
1300 \end_inset
1301 </cell>
1302 <cell alignment="center" valignment="top" usebox="none">
1303 \begin_inset Text
1304
1305 \begin_layout Plain Layout
1306 Höhe des Buchstabens 
1307 \emph on
1308 x
1309 \emph default
1310  in der aktuellen Schrift
1311 \end_layout
1312
1313 \end_inset
1314 </cell>
1315 </row>
1316 <row>
1317 <cell alignment="center" valignment="top" usebox="none">
1318 \begin_inset Text
1319
1320 \begin_layout Plain Layout
1321 em
1322 \end_layout
1323
1324 \end_inset
1325 </cell>
1326 <cell alignment="center" valignment="top" usebox="none">
1327 \begin_inset Text
1328
1329 \begin_layout Plain Layout
1330 Breite des Buchstabens 
1331 \emph on
1332 M
1333 \emph default
1334  in der aktuellen Schrift
1335 \end_layout
1336
1337 \end_inset
1338 </cell>
1339 </row>
1340 <row>
1341 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1342 \begin_inset Text
1343
1344 \begin_layout Plain Layout
1345 mu
1346 \end_layout
1347
1348 \end_inset
1349 </cell>
1350 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1351 \begin_inset Text
1352
1353 \begin_layout Plain Layout
1354 Mathe-Einheit (1
1355 \begin_inset space \thinspace{}
1356 \end_inset
1357
1358 mu = 
1359 \begin_inset Formula $\nicefrac{1}{18}$
1360 \end_inset
1361
1362
1363 \begin_inset space \thinspace{}
1364 \end_inset
1365
1366 em)
1367 \end_layout
1368
1369 \end_inset
1370 </cell>
1371 </row>
1372 </lyxtabular>
1373
1374 \end_inset
1375
1376
1377 \end_layout
1378
1379 \end_inset
1380
1381
1382 \end_layout
1383
1384 \begin_layout Standard
1385 \begin_inset Newpage newpage
1386 \end_inset
1387
1388
1389 \end_layout
1390
1391 \begin_layout Section
1392 Grundlegende Funktionen
1393 \end_layout
1394
1395 \begin_layout Subsection
1396 Exponenten
1397 \begin_inset Index idx
1398 status collapsed
1399
1400 \begin_layout Plain Layout
1401 Exponenten
1402 \end_layout
1403
1404 \end_inset
1405
1406  und Indizes
1407 \begin_inset Index idx
1408 status collapsed
1409
1410 \begin_layout Plain Layout
1411 Indizes
1412 \end_layout
1413
1414 \end_inset
1415
1416
1417 \begin_inset Index idx
1418 status collapsed
1419
1420 \begin_layout Plain Layout
1421 Hochstellen|see
1422 \begin_inset ERT
1423 status collapsed
1424
1425 \begin_layout Plain Layout
1426
1427 {
1428 \end_layout
1429
1430 \end_inset
1431
1432 Exponenten
1433 \begin_inset ERT
1434 status collapsed
1435
1436 \begin_layout Plain Layout
1437
1438 }
1439 \end_layout
1440
1441 \end_inset
1442
1443
1444 \end_layout
1445
1446 \end_inset
1447
1448
1449 \begin_inset Index idx
1450 status collapsed
1451
1452 \begin_layout Plain Layout
1453 Tiefstellen|see
1454 \begin_inset ERT
1455 status collapsed
1456
1457 \begin_layout Plain Layout
1458
1459 {
1460 \end_layout
1461
1462 \end_inset
1463
1464 Indizes
1465 \begin_inset ERT
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469
1470 }
1471 \end_layout
1472
1473 \end_inset
1474
1475
1476 \end_layout
1477
1478 \end_inset
1479
1480
1481 \end_layout
1482
1483 \begin_layout Standard
1484 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1485  
1486 \begin_inset Info
1487 type  "icon"
1488 arg   "math-subscript"
1489 \end_inset
1490
1491 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1492  
1493 \begin_inset Info
1494 type  "icon"
1495 arg   "math-superscript"
1496 \end_inset
1497
1498  erzeugt.
1499 \begin_inset Separator parbreak
1500 \end_inset
1501
1502
1503 \end_layout
1504
1505 \begin_layout Standard
1506 \align center
1507 \begin_inset Tabular
1508 <lyxtabular version="3" rows="4" columns="2">
1509 <features booktabs="true" tabularvalignment="middle">
1510 <column alignment="center" valignment="top" width="0pt">
1511 <column alignment="center" valignment="top" width="0pt">
1512 <row>
1513 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1514 \begin_inset Text
1515
1516 \begin_layout Plain Layout
1517 Befehl
1518 \end_layout
1519
1520 \end_inset
1521 </cell>
1522 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1523 \begin_inset Text
1524
1525 \begin_layout Plain Layout
1526 Ergebnis
1527 \end_layout
1528
1529 \end_inset
1530 </cell>
1531 </row>
1532 <row>
1533 <cell alignment="center" valignment="top" usebox="none">
1534 \begin_inset Text
1535
1536 \begin_layout Plain Layout
1537 B_V
1538 \end_layout
1539
1540 \end_inset
1541 </cell>
1542 <cell alignment="center" valignment="top" usebox="none">
1543 \begin_inset Text
1544
1545 \begin_layout Plain Layout
1546 \begin_inset Formula $B_{V}$
1547 \end_inset
1548
1549
1550 \end_layout
1551
1552 \end_inset
1553 </cell>
1554 </row>
1555 <row topspace="1.5mm">
1556 <cell alignment="center" valignment="top" usebox="none">
1557 \begin_inset Text
1558
1559 \begin_layout Plain Layout
1560 B^V
1561 \end_layout
1562
1563 \end_inset
1564 </cell>
1565 <cell alignment="center" valignment="top" usebox="none">
1566 \begin_inset Text
1567
1568 \begin_layout Plain Layout
1569 \begin_inset Formula $B^{V}$
1570 \end_inset
1571
1572
1573 \end_layout
1574
1575 \end_inset
1576 </cell>
1577 </row>
1578 <row topspace="1.5mm">
1579 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1580 \begin_inset Text
1581
1582 \begin_layout Plain Layout
1583 B^
1584 \begin_inset space \textvisiblespace{}
1585 \end_inset
1586
1587 A
1588 \end_layout
1589
1590 \end_inset
1591 </cell>
1592 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1593 \begin_inset Text
1594
1595 \begin_layout Plain Layout
1596 \begin_inset Formula $B^{A}$
1597 \end_inset
1598
1599
1600 \end_layout
1601
1602 \end_inset
1603 </cell>
1604 </row>
1605 </lyxtabular>
1606
1607 \end_inset
1608
1609
1610 \end_layout
1611
1612 \begin_layout Standard
1613 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1614 llt
1615 \begin_inset Foot
1616 status collapsed
1617
1618 \begin_layout Plain Layout
1619 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1620 \end_layout
1621
1622 \end_inset
1623
1624 .
1625  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1626  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1627 \end_layout
1628
1629 \begin_layout Subsection
1630 Brüche
1631 \begin_inset CommandInset label
1632 LatexCommand label
1633 name "subsec:Brüche"
1634
1635 \end_inset
1636
1637
1638 \begin_inset Index idx
1639 status collapsed
1640
1641 \begin_layout Plain Layout
1642 Brüche
1643 \end_layout
1644
1645 \end_inset
1646
1647
1648 \end_layout
1649
1650 \begin_layout Standard
1651 Brüche werden mit dem Befehl 
1652 \series bold
1653
1654 \backslash
1655 frac
1656 \series default
1657
1658 \begin_inset Index idx
1659 status collapsed
1660
1661 \begin_layout Plain Layout
1662 Befehle ! F ! 
1663 \backslash
1664 frac
1665 \end_layout
1666
1667 \end_inset
1668
1669  oder mit dem Mathe-Werkzeugleistenknopf 
1670 \begin_inset Info
1671 type  "icon"
1672 arg   "math-insert \\frac"
1673 \end_inset
1674
1675  erstellt.
1676  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1677  in einer eingebetteten oder abgesetzten Formel befindet.
1678  Mit dem Mathe-Werkzeugleistenknopf 
1679 \begin_inset Info
1680 type  "icon"
1681 arg   "math-insert \\frac-square"
1682 \end_inset
1683
1684  können verschieden Bruchtypen gewählt werden.
1685 \end_layout
1686
1687 \begin_layout Standard
1688 Mit dem Befehl 
1689 \series bold
1690
1691 \backslash
1692 dfrac
1693 \series default
1694
1695 \begin_inset Index idx
1696 status collapsed
1697
1698 \begin_layout Plain Layout
1699 Befehle ! D ! 
1700 \backslash
1701 dfrac
1702 \end_layout
1703
1704 \end_inset
1705
1706  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1707  Formel erscheint.
1708  Mit 
1709 \series bold
1710
1711 \backslash
1712 tfrac
1713 \series default
1714
1715 \begin_inset Index idx
1716 status collapsed
1717
1718 \begin_layout Plain Layout
1719 Befehle ! T ! 
1720 \backslash
1721 tfrac
1722 \end_layout
1723
1724 \end_inset
1725
1726  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1727  Ein Beispiel:
1728 \end_layout
1729
1730 \begin_layout Standard
1731 Eine Zeile mit dem Bruch 
1732 \begin_inset Formula $\frac{1}{2}$
1733 \end_inset
1734
1735 , der mit dem Befehl 
1736 \series bold
1737
1738 \backslash
1739 frac
1740 \series default
1741  erstellt wurde.
1742 \end_layout
1743
1744 \begin_layout Standard
1745 Eine Zeile mit dem Bruch 
1746 \begin_inset Formula $\dfrac{1}{2}$
1747 \end_inset
1748
1749 , der mit dem Befehl 
1750 \series bold
1751
1752 \backslash
1753 dfrac
1754 \series default
1755  erstellt wurde.
1756 \begin_inset Separator parbreak
1757 \end_inset
1758
1759
1760 \end_layout
1761
1762 \begin_layout Standard
1763 \align center
1764 \begin_inset Tabular
1765 <lyxtabular version="3" rows="4" columns="2">
1766 <features booktabs="true" tabularvalignment="middle">
1767 <column alignment="center" valignment="top" width="0pt">
1768 <column alignment="center" valignment="top" width="0pt">
1769 <row>
1770 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Plain Layout
1774 Befehl
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783 Ergebnis
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 </row>
1789 <row topspace="1.5mm">
1790 <cell alignment="center" valignment="top" usebox="none">
1791 \begin_inset Text
1792
1793 \begin_layout Plain Layout
1794
1795 \backslash
1796 frac
1797 \begin_inset space \textvisiblespace{}
1798 \end_inset
1799
1800 A
1801 \begin_inset Formula $\downarrow$
1802 \end_inset
1803
1804 B
1805 \end_layout
1806
1807 \end_inset
1808 </cell>
1809 <cell alignment="center" valignment="top" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813 \begin_inset Formula $\frac{A}{B}$
1814 \end_inset
1815
1816
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 </row>
1822 <row topspace="2mm">
1823 <cell alignment="center" valignment="top" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827
1828 \backslash
1829 dfrac
1830 \begin_inset space \textvisiblespace{}
1831 \end_inset
1832
1833 A
1834 \begin_inset Formula $\downarrow$
1835 \end_inset
1836
1837 B
1838 \end_layout
1839
1840 \end_inset
1841 </cell>
1842 <cell alignment="center" valignment="top" usebox="none">
1843 \begin_inset Text
1844
1845 \begin_layout Plain Layout
1846 \begin_inset Formula $\dfrac{A}{B}$
1847 \end_inset
1848
1849
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 </row>
1855 <row topspace="2mm" bottomspace="1mm">
1856 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1857 \begin_inset Text
1858
1859 \begin_layout Plain Layout
1860
1861 \backslash
1862 dfrac
1863 \begin_inset space \textvisiblespace{}
1864 \end_inset
1865
1866 e^
1867 \backslash
1868 frac
1869 \begin_inset space \textvisiblespace{}
1870 \end_inset
1871
1872 1
1873 \begin_inset Formula $\downarrow$
1874 \end_inset
1875
1876 2
1877 \begin_inset Formula $\downarrow\downarrow$
1878 \end_inset
1879
1880 3
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1890 \end_inset
1891
1892
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 </row>
1898 </lyxtabular>
1899
1900 \end_inset
1901
1902
1903 \end_layout
1904
1905 \begin_layout Standard
1906 \begin_inset VSpace bigskip
1907 \end_inset
1908
1909
1910 \begin_inset Newpage newpage
1911 \end_inset
1912
1913 Für Mehrfachbrüche gibt es den Befehl 
1914 \series bold
1915
1916 \backslash
1917 cfrac
1918 \series default
1919
1920 \begin_inset Index idx
1921 status collapsed
1922
1923 \begin_layout Plain Layout
1924 Befehle ! C ! 
1925 \backslash
1926 cfrac
1927 \end_layout
1928
1929 \end_inset
1930
1931 .
1932  Dazu ein Beispiel:
1933 \begin_inset VSpace -3mm
1934 \end_inset
1935
1936
1937 \end_layout
1938
1939 \begin_layout Standard
1940 \begin_inset Formula 
1941 \begin{align*}
1942 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
1943 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1944 \end{align*}
1945
1946 \end_inset
1947
1948
1949 \end_layout
1950
1951 \begin_layout Standard
1952 Der Befehl für obiges Beispiel lautet:
1953 \end_layout
1954
1955 \begin_layout Standard
1956
1957 \series bold
1958
1959 \backslash
1960 cfrac
1961 \begin_inset space \textvisiblespace{}
1962 \end_inset
1963
1964 A
1965 \begin_inset Formula $\downarrow$
1966 \end_inset
1967
1968 B+
1969 \backslash
1970 cfrac
1971 \begin_inset space \textvisiblespace{}
1972 \end_inset
1973
1974 C+
1975 \backslash
1976 cfrac
1977 \begin_inset space \textvisiblespace{}
1978 \end_inset
1979
1980 E
1981 \begin_inset Formula $\downarrow$
1982 \end_inset
1983
1984 F
1985 \begin_inset Formula $\downarrow$
1986 \end_inset
1987
1988 D
1989 \end_layout
1990
1991 \begin_layout Standard
1992 \begin_inset VSpace medskip
1993 \end_inset
1994
1995
1996 \end_layout
1997
1998 \begin_layout Standard
1999
2000 \series bold
2001
2002 \backslash
2003 cfrac
2004 \series default
2005  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2006  auch wenn er selbst Teil eines Bruches ist.
2007 \end_layout
2008
2009 \begin_layout Standard
2010 Es ist möglich die Ausrichtung des Zählers einzustellen.
2011  Der Befehl 
2012 \series bold
2013
2014 \backslash
2015 cfracleft
2016 \series default
2017  richtet ihn links, der Befehl 
2018 \series bold
2019
2020 \backslash
2021 cfracright
2022 \series default
2023  rechts aus.
2024  
2025 \series bold
2026
2027 \backslash
2028 cfrac
2029 \series default
2030  zentriert den Zähler.
2031  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2032 \end_layout
2033
2034 \begin_layout Standard
2035
2036 \series bold
2037 \begin_inset Formula 
2038 \[
2039 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2040 \]
2041
2042 \end_inset
2043
2044
2045 \end_layout
2046
2047 \begin_layout Standard
2048 \begin_inset Note Greyedout
2049 status open
2050
2051 \begin_layout Plain Layout
2052
2053 \series bold
2054 Achtung:
2055 \series default
2056  
2057 \series bold
2058
2059 \backslash
2060 cfracleft
2061 \series default
2062  und
2063 \series bold
2064  
2065 \backslash
2066 cfracright
2067 \series default
2068  sind keine echten \SpecialChar LaTeX
2069 -Befehle, sondern stellen den Befehl 
2070 \series bold
2071
2072 \backslash
2073 cfrac[Ausrichtung]{Zähler}{Nenner}
2074 \series default
2075  dar.
2076  Daher kann man sie nicht im \SpecialChar TeX
2077 -Code benutzen.
2078 \end_layout
2079
2080 \end_inset
2081
2082
2083 \end_layout
2084
2085 \begin_layout Standard
2086 \begin_inset VSpace medskip
2087 \end_inset
2088
2089 Oftmals ist es am günstigsten 
2090 \series bold
2091
2092 \backslash
2093 cfrac
2094 \series default
2095  und 
2096 \series bold
2097
2098 \backslash
2099 frac
2100 \series default
2101  zu kombinieren:
2102 \begin_inset Formula 
2103 \[
2104 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2105 \]
2106
2107 \end_inset
2108
2109
2110 \end_layout
2111
2112 \begin_layout Standard
2113 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2114 \series bold
2115
2116 \backslash
2117 nicefrac
2118 \series default
2119
2120 \begin_inset Index idx
2121 status collapsed
2122
2123 \begin_layout Plain Layout
2124 Befehle ! N ! 
2125 \backslash
2126 nicefrac
2127 \end_layout
2128
2129 \end_inset
2130
2131
2132 \begin_inset Formula $\nicefrac{5}{31}$
2133 \end_inset
2134
2135  oder 
2136 \series bold
2137
2138 \backslash
2139 unitfrac
2140 \series default
2141
2142 \begin_inset Index idx
2143 status collapsed
2144
2145 \begin_layout Plain Layout
2146 Befehle! U ! 
2147 \backslash
2148 unitfrac
2149 \end_layout
2150
2151 \end_inset
2152
2153
2154 \begin_inset Formula $\unitfrac{5}{31}$
2155 \end_inset
2156
2157  benutzt werden.
2158  Des Weiteren gibt es den Befehl 
2159 \series bold
2160
2161 \backslash
2162 unitfracthree
2163 \series default
2164  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2165 \begin_inset Formula $\unitfrac[2]{1}{3}$
2166 \end_inset
2167
2168
2169 \end_layout
2170
2171 \begin_layout Standard
2172 \begin_inset Note Greyedout
2173 status open
2174
2175 \begin_layout Plain Layout
2176
2177 \series bold
2178 Achtung:
2179 \series default
2180  
2181 \series bold
2182
2183 \backslash
2184 unitfracthree
2185 \series default
2186  ist kein echter \SpecialChar LaTeX
2187 -Befehl, sondern der Befehl
2188 \begin_inset Newline newline
2189 \end_inset
2190
2191
2192 \series bold
2193
2194 \backslash
2195 unitfrac[Zahl]{Zähler}{Nenner}
2196 \series default
2197  .
2198  Daher kann man ihn nicht im \SpecialChar TeX
2199 -Code benutzen.
2200 \end_layout
2201
2202 \end_inset
2203
2204
2205 \end_layout
2206
2207 \begin_layout Standard
2208 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2209  in 
2210 \begin_inset CommandInset ref
2211 LatexCommand ref
2212 reference "subsec:Selbstdefinierte-Brüche"
2213
2214 \end_inset
2215
2216  erklärt.
2217 \end_layout
2218
2219 \begin_layout Standard
2220 Mehrzeilige Brüche sind in 
2221 \begin_inset CommandInset ref
2222 LatexCommand ref
2223 reference "subsec:Mehrzeilige-Brüche"
2224
2225 \end_inset
2226
2227  erklärt.
2228 \end_layout
2229
2230 \begin_layout Subsection
2231 Wurzeln
2232 \begin_inset Index idx
2233 status collapsed
2234
2235 \begin_layout Plain Layout
2236 Wurzeln
2237 \end_layout
2238
2239 \end_inset
2240
2241
2242 \end_layout
2243
2244 \begin_layout Standard
2245 Quadratwurzeln werden mit 
2246 \series bold
2247
2248 \backslash
2249 sqrt
2250 \series default
2251
2252 \begin_inset Index idx
2253 status collapsed
2254
2255 \begin_layout Plain Layout
2256 Befehle ! S ! 
2257 \backslash
2258 sqrt
2259 \end_layout
2260
2261 \end_inset
2262
2263  oder dem Mathe-Werkzeugleistenknopf 
2264 \begin_inset Info
2265 type  "icon"
2266 arg   "math-insert \\sqrt"
2267 \end_inset
2268
2269  gesetzt, alle anderen Wurzeln mit dem Befehl 
2270 \series bold
2271
2272 \backslash
2273 root
2274 \series default
2275
2276 \begin_inset Index idx
2277 status collapsed
2278
2279 \begin_layout Plain Layout
2280 Befehle ! R ! 
2281 \backslash
2282 root
2283 \end_layout
2284
2285 \end_inset
2286
2287  oder dem Mathe-Werkzeugleistenknopf 
2288 \begin_inset Info
2289 type  "icon"
2290 arg   "math-insert \\root"
2291 \end_inset
2292
2293 .
2294 \begin_inset Separator parbreak
2295 \end_inset
2296
2297
2298 \end_layout
2299
2300 \begin_layout Standard
2301 \align center
2302 \begin_inset Tabular
2303 <lyxtabular version="3" rows="3" columns="2">
2304 <features booktabs="true" tabularvalignment="middle">
2305 <column alignment="center" valignment="top" width="0pt">
2306 <column alignment="center" valignment="top" width="0pt">
2307 <row>
2308 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2309 \begin_inset Text
2310
2311 \begin_layout Plain Layout
2312 Befehl
2313 \end_layout
2314
2315 \end_inset
2316 </cell>
2317 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2318 \begin_inset Text
2319
2320 \begin_layout Plain Layout
2321 Ergebnis
2322 \end_layout
2323
2324 \end_inset
2325 </cell>
2326 </row>
2327 <row topspace="1mm">
2328 <cell alignment="center" valignment="top" usebox="none">
2329 \begin_inset Text
2330
2331 \begin_layout Plain Layout
2332
2333 \backslash
2334 sqrt
2335 \begin_inset space \textvisiblespace{}
2336 \end_inset
2337
2338 A-B
2339 \end_layout
2340
2341 \end_inset
2342 </cell>
2343 <cell alignment="center" valignment="top" usebox="none">
2344 \begin_inset Text
2345
2346 \begin_layout Plain Layout
2347 \begin_inset Formula $\sqrt{A-B}$
2348 \end_inset
2349
2350
2351 \end_layout
2352
2353 \end_inset
2354 </cell>
2355 </row>
2356 <row topspace="1mm">
2357 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2358 \begin_inset Text
2359
2360 \begin_layout Plain Layout
2361
2362 \backslash
2363 root
2364 \begin_inset space \textvisiblespace{}
2365 \end_inset
2366
2367 3
2368 \begin_inset Formula $\downarrow$
2369 \end_inset
2370
2371 A-B
2372 \end_layout
2373
2374 \end_inset
2375 </cell>
2376 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2377 \begin_inset Text
2378
2379 \begin_layout Plain Layout
2380 \begin_inset Formula $\sqrt[3]{A-B}$
2381 \end_inset
2382
2383
2384 \end_layout
2385
2386 \end_inset
2387 </cell>
2388 </row>
2389 </lyxtabular>
2390
2391 \end_inset
2392
2393
2394 \end_layout
2395
2396 \begin_layout Standard
2397 Eine Quadratwurzel kann man auch mit 
2398 \series bold
2399
2400 \backslash
2401 root
2402 \series default
2403  erstellen, indem man das Feld über der Wurzel frei lässt.
2404 \end_layout
2405
2406 \begin_layout Standard
2407 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2408  Formel: 
2409 \begin_inset Formula $\sqrt[\beta]{B}$
2410 \end_inset
2411
2412
2413 \begin_inset Newline newline
2414 \end_inset
2415
2416 Das 
2417 \begin_inset Formula $\beta$
2418 \end_inset
2419
2420  berührt die Wurzel.
2421  Um dies zu verhindern, verwendet man die Befehle 
2422 \series bold
2423
2424 \backslash
2425 leftroot
2426 \series default
2427
2428 \begin_inset Index idx
2429 status collapsed
2430
2431 \begin_layout Plain Layout
2432 Befehle ! L ! 
2433 \backslash
2434 leftroot
2435 \end_layout
2436
2437 \end_inset
2438
2439  und 
2440 \series bold
2441
2442 \backslash
2443 uproot
2444 \series default
2445
2446 \begin_inset Index idx
2447 status collapsed
2448
2449 \begin_layout Plain Layout
2450 Befehle ! U ! 
2451 \backslash
2452 uproot
2453 \end_layout
2454
2455 \end_inset
2456
2457 , die folgendes Schema besitzen:
2458 \end_layout
2459
2460 \begin_layout Standard
2461
2462 \series bold
2463
2464 \backslash
2465 leftroot{Abstand}
2466 \series default
2467  bzw.
2468 \begin_inset space \space{}
2469 \end_inset
2470
2471
2472 \series bold
2473
2474 \backslash
2475 uproot{Abstand}
2476 \end_layout
2477
2478 \begin_layout Standard
2479 Abstand ist die Anzahl der Big Points (Einheit bp; 
2480 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2481 \end_inset
2482
2483 ), um die der Index nach links bzw.
2484 \begin_inset space \space{}
2485 \end_inset
2486
2487 nach oben verschoben werden soll.
2488  Die Befehle werden in den Index geschrieben.
2489  So ergibt der Befehl
2490 \begin_inset Newline newline
2491 \end_inset
2492
2493
2494 \series bold
2495
2496 \backslash
2497 root
2498 \backslash
2499 leftroot{-1
2500 \begin_inset Formula $\to$
2501 \end_inset
2502
2503
2504 \backslash
2505 uproot{2
2506 \begin_inset Formula $\to$
2507 \end_inset
2508
2509
2510 \backslash
2511 beta
2512 \begin_inset space \textvisiblespace{}
2513 \end_inset
2514
2515
2516 \begin_inset Formula $\to$
2517 \end_inset
2518
2519 B
2520 \begin_inset Newline newline
2521 \end_inset
2522
2523
2524 \series default
2525 eine korrekt gesetzte Formel: 
2526 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2527 \end_inset
2528
2529
2530 \end_layout
2531
2532 \begin_layout Subsection
2533 Binomialkoeffizienten
2534 \begin_inset Index idx
2535 status collapsed
2536
2537 \begin_layout Plain Layout
2538 Binomialkoeffizienten
2539 \end_layout
2540
2541 \end_inset
2542
2543
2544 \end_layout
2545
2546 \begin_layout Standard
2547 Binomialkoeffizienten können mit dem Befehl 
2548 \series bold
2549
2550 \backslash
2551 binom
2552 \series default
2553
2554 \begin_inset Index idx
2555 status collapsed
2556
2557 \begin_layout Plain Layout
2558 Befehle ! B ! 
2559 \backslash
2560 binom
2561 \end_layout
2562
2563 \end_inset
2564
2565  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2566 \begin_inset Info
2567 type  "icon"
2568 arg   "math-insert \\frac-square"
2569 \end_inset
2570
2571  eingefügt werden.
2572  Analog zu Brüchen (
2573 \series bold
2574
2575 \backslash
2576 frac
2577 \series default
2578 ) gibt es außer 
2579 \series bold
2580
2581 \backslash
2582 binom
2583 \series default
2584  noch die Befehle 
2585 \series bold
2586
2587 \backslash
2588 dbinom
2589 \series default
2590
2591 \begin_inset Index idx
2592 status collapsed
2593
2594 \begin_layout Plain Layout
2595 Befehle ! D ! 
2596 \backslash
2597 dbinom
2598 \end_layout
2599
2600 \end_inset
2601
2602  und 
2603 \series bold
2604
2605 \backslash
2606 tbinom
2607 \series default
2608
2609 \begin_inset Index idx
2610 status collapsed
2611
2612 \begin_layout Plain Layout
2613 Befehle ! T ! 
2614 \backslash
2615 tbinom
2616 \end_layout
2617
2618 \end_inset
2619
2620 .
2621  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2622 \series bold
2623
2624 \backslash
2625 brace
2626 \series default
2627
2628 \begin_inset Index idx
2629 status collapsed
2630
2631 \begin_layout Plain Layout
2632 Befehle ! B ! 
2633 \backslash
2634 brace
2635 \end_layout
2636
2637 \end_inset
2638
2639  und 
2640 \series bold
2641
2642 \backslash
2643 brack
2644 \series default
2645
2646 \begin_inset Index idx
2647 status collapsed
2648
2649 \begin_layout Plain Layout
2650 Befehle ! B ! 
2651 \backslash
2652 brack
2653 \end_layout
2654
2655 \end_inset
2656
2657 .
2658 \begin_inset Separator parbreak
2659 \end_inset
2660
2661
2662 \end_layout
2663
2664 \begin_layout Standard
2665 \align center
2666 \begin_inset Tabular
2667 <lyxtabular version="3" rows="6" columns="2">
2668 <features booktabs="true" tabularvalignment="middle">
2669 <column alignment="center" valignment="top" width="0pt">
2670 <column alignment="center" valignment="top" width="0pt">
2671 <row>
2672 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2673 \begin_inset Text
2674
2675 \begin_layout Plain Layout
2676 Befehl
2677 \end_layout
2678
2679 \end_inset
2680 </cell>
2681 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2682 \begin_inset Text
2683
2684 \begin_layout Plain Layout
2685 Ergebnis
2686 \end_layout
2687
2688 \end_inset
2689 </cell>
2690 </row>
2691 <row topspace="1mm">
2692 <cell alignment="center" valignment="top" usebox="none">
2693 \begin_inset Text
2694
2695 \begin_layout Plain Layout
2696
2697 \backslash
2698 binom
2699 \begin_inset space \textvisiblespace{}
2700 \end_inset
2701
2702 A
2703 \begin_inset Formula $\downarrow$
2704 \end_inset
2705
2706 B
2707 \end_layout
2708
2709 \end_inset
2710 </cell>
2711 <cell alignment="center" valignment="top" usebox="none">
2712 \begin_inset Text
2713
2714 \begin_layout Plain Layout
2715 \begin_inset Formula $\binom{A}{B}$
2716 \end_inset
2717
2718
2719 \end_layout
2720
2721 \end_inset
2722 </cell>
2723 </row>
2724 <row topspace="2mm">
2725 <cell alignment="center" valignment="top" usebox="none">
2726 \begin_inset Text
2727
2728 \begin_layout Plain Layout
2729
2730 \backslash
2731 dbinom
2732 \begin_inset space \textvisiblespace{}
2733 \end_inset
2734
2735 A
2736 \begin_inset Formula $\downarrow$
2737 \end_inset
2738
2739 B
2740 \end_layout
2741
2742 \end_inset
2743 </cell>
2744 <cell alignment="center" valignment="top" usebox="none">
2745 \begin_inset Text
2746
2747 \begin_layout Plain Layout
2748 \begin_inset Formula $\dbinom{A}{B}$
2749 \end_inset
2750
2751
2752 \end_layout
2753
2754 \end_inset
2755 </cell>
2756 </row>
2757 <row topspace="2mm" bottomspace="0.5mm">
2758 <cell alignment="center" valignment="top" usebox="none">
2759 \begin_inset Text
2760
2761 \begin_layout Plain Layout
2762
2763 \backslash
2764 tbinom
2765 \begin_inset space \textvisiblespace{}
2766 \end_inset
2767
2768 A
2769 \begin_inset Formula $\downarrow$
2770 \end_inset
2771
2772 B
2773 \end_layout
2774
2775 \end_inset
2776 </cell>
2777 <cell alignment="center" valignment="top" usebox="none">
2778 \begin_inset Text
2779
2780 \begin_layout Plain Layout
2781 \begin_inset Formula $\tbinom{A}{B}$
2782 \end_inset
2783
2784
2785 \end_layout
2786
2787 \end_inset
2788 </cell>
2789 </row>
2790 <row topspace="1mm">
2791 <cell alignment="center" valignment="top" topline="true" usebox="none">
2792 \begin_inset Text
2793
2794 \begin_layout Plain Layout
2795
2796 \backslash
2797 brack
2798 \begin_inset space \textvisiblespace{}
2799 \end_inset
2800
2801 A
2802 \begin_inset Formula $\downarrow$
2803 \end_inset
2804
2805 B
2806 \end_layout
2807
2808 \end_inset
2809 </cell>
2810 <cell alignment="center" valignment="top" topline="true" usebox="none">
2811 \begin_inset Text
2812
2813 \begin_layout Plain Layout
2814 \begin_inset Formula ${A \brack B}$
2815 \end_inset
2816
2817
2818 \end_layout
2819
2820 \end_inset
2821 </cell>
2822 </row>
2823 <row topspace="2mm" bottomspace="0.5mm">
2824 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2825 \begin_inset Text
2826
2827 \begin_layout Plain Layout
2828
2829 \backslash
2830 brace
2831 \begin_inset space \textvisiblespace{}
2832 \end_inset
2833
2834 A
2835 \begin_inset Formula $\downarrow$
2836 \end_inset
2837
2838 B
2839 \end_layout
2840
2841 \end_inset
2842 </cell>
2843 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2844 \begin_inset Text
2845
2846 \begin_layout Plain Layout
2847 \begin_inset Formula ${A \brace B}$
2848 \end_inset
2849
2850
2851 \end_layout
2852
2853 \end_inset
2854 </cell>
2855 </row>
2856 </lyxtabular>
2857
2858 \end_inset
2859
2860
2861 \end_layout
2862
2863 \begin_layout Subsection
2864 Fallunterscheidungen
2865 \begin_inset Index idx
2866 status collapsed
2867
2868 \begin_layout Plain Layout
2869 Fallunterscheidungen
2870 \end_layout
2871
2872 \end_inset
2873
2874
2875 \end_layout
2876
2877 \begin_layout Standard
2878 \align center
2879 \begin_inset Tabular
2880 <lyxtabular version="3" rows="3" columns="2">
2881 <features booktabs="true" tabularvalignment="middle">
2882 <column alignment="center" valignment="top" width="0pt">
2883 <column alignment="center" valignment="top" width="0pt">
2884 <row>
2885 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2886 \begin_inset Text
2887
2888 \begin_layout Plain Layout
2889 Befehl
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2895 \begin_inset Text
2896
2897 \begin_layout Plain Layout
2898 Ergebnis
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 </row>
2904 <row>
2905 <cell alignment="center" valignment="top" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909
2910 \backslash
2911 cases
2912 \begin_inset space \textvisiblespace{}
2913 \end_inset
2914
2915 A
2916 \begin_inset Formula $\to$
2917 \end_inset
2918
2919 B>0
2920 \begin_inset Index idx
2921 status collapsed
2922
2923 \begin_layout Plain Layout
2924 Befehle ! C ! 
2925 \backslash
2926 cases
2927 \end_layout
2928
2929 \end_inset
2930
2931
2932 \end_layout
2933
2934 \end_inset
2935 </cell>
2936 <cell alignment="center" valignment="top" usebox="none">
2937 \begin_inset Text
2938
2939 \begin_layout Plain Layout
2940 \begin_inset Formula $\begin{cases}
2941 A & B>0\end{cases}$
2942 \end_inset
2943
2944
2945 \end_layout
2946
2947 \end_inset
2948 </cell>
2949 </row>
2950 <row topspace="1.5mm">
2951 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2952 \begin_inset Text
2953
2954 \begin_layout Plain Layout
2955
2956 \backslash
2957 cases
2958 \begin_inset space \textvisiblespace{}
2959 \end_inset
2960
2961 Strg+Enter
2962 \end_layout
2963
2964 \end_inset
2965 </cell>
2966 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970 \begin_inset Formula $\begin{cases}
2971 A & \textrm{für }x>0\\
2972 B & \textrm{für }x=0
2973 \end{cases}$
2974 \end_inset
2975
2976
2977 \end_layout
2978
2979 \end_inset
2980 </cell>
2981 </row>
2982 </lyxtabular>
2983
2984 \end_inset
2985
2986
2987 \end_layout
2988
2989 \begin_layout Standard
2990 Nach der Eingabe von 
2991 \series bold
2992
2993 \backslash
2994 cases
2995 \series default
2996  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
2997 \begin_inset Info
2998 type  "icon"
2999 arg   "math-insert \\cases"
3000 \end_inset
3001
3002  können mit 
3003 \family sans
3004 Strg+Enter
3005 \family default
3006  oder dem Tabellen-Werkzeugleistenknopf 
3007 \begin_inset Info
3008 type  "icon"
3009 arg   "inset-modify tabular append-row"
3010 \end_inset
3011
3012  neue Zeilen erstellt werden.
3013 \begin_inset Foot
3014 status collapsed
3015
3016 \begin_layout Plain Layout
3017 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3018 \begin_inset CommandInset ref
3019 LatexCommand ref
3020 reference "subsec:Akzente-für-ein"
3021
3022 \end_inset
3023
3024  beschrieben.
3025 \end_layout
3026
3027 \end_inset
3028
3029
3030 \end_layout
3031
3032 \begin_layout Standard
3033 Der Befehl 
3034 \series bold
3035
3036 \backslash
3037 cases
3038 \series default
3039  ist auch über das Menü 
3040 \family sans
3041 Einfügen\SpecialChar menuseparator
3042 Mathe\SpecialChar menuseparator
3043 Cases-Umgebung
3044 \family default
3045  verfügbar.
3046 \end_layout
3047
3048 \begin_layout Subsection
3049 Verneinungen
3050 \begin_inset Index idx
3051 status collapsed
3052
3053 \begin_layout Plain Layout
3054 Verneinungen
3055 \end_layout
3056
3057 \end_inset
3058
3059
3060 \end_layout
3061
3062 \begin_layout Standard
3063 Durch die Eingabe von 
3064 \series bold
3065
3066 \backslash
3067 not
3068 \series default
3069
3070 \begin_inset Index idx
3071 status collapsed
3072
3073 \begin_layout Plain Layout
3074 Befehle ! N ! 
3075 \backslash
3076 not
3077 \end_layout
3078
3079 \end_inset
3080
3081  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3082  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3083 \begin_inset Separator parbreak
3084 \end_inset
3085
3086
3087 \end_layout
3088
3089 \begin_layout Standard
3090 \align center
3091 \begin_inset Tabular
3092 <lyxtabular version="3" rows="4" columns="2">
3093 <features booktabs="true" tabularvalignment="middle">
3094 <column alignment="center" valignment="top" width="0pt">
3095 <column alignment="center" valignment="top" width="0pt">
3096 <row>
3097 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101 Befehl
3102 \end_layout
3103
3104 \end_inset
3105 </cell>
3106 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3107 \begin_inset Text
3108
3109 \begin_layout Plain Layout
3110 Ergebnis
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 </row>
3116 <row>
3117 <cell alignment="center" valignment="top" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Plain Layout
3121
3122 \backslash
3123 not=
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 <cell alignment="center" valignment="top" usebox="none">
3129 \begin_inset Text
3130
3131 \begin_layout Plain Layout
3132 \begin_inset Formula $\not=$
3133 \end_inset
3134
3135
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 </row>
3141 <row>
3142 <cell alignment="center" valignment="top" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146
3147 \backslash
3148 not 
3149 \backslash
3150 le
3151 \end_layout
3152
3153 \end_inset
3154 </cell>
3155 <cell alignment="center" valignment="top" usebox="none">
3156 \begin_inset Text
3157
3158 \begin_layout Plain Layout
3159 \begin_inset Formula $\not\le$
3160 \end_inset
3161
3162
3163 \end_layout
3164
3165 \end_inset
3166 </cell>
3167 </row>
3168 <row>
3169 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3170 \begin_inset Text
3171
3172 \begin_layout Plain Layout
3173
3174 \backslash
3175 not 
3176 \backslash
3177 parallel
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186 \begin_inset Formula $\not\parallel$
3187 \end_inset
3188
3189
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 </row>
3195 </lyxtabular>
3196
3197 \end_inset
3198
3199
3200 \end_layout
3201
3202 \begin_layout Standard
3203 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3204  Deswegen gibt es für Einige spezielle Befehle (siehe 
3205 \begin_inset CommandInset ref
3206 LatexCommand ref
3207 reference "subsec:Mathematische-Symbole"
3208
3209 \end_inset
3210
3211  und 
3212 \begin_inset CommandInset ref
3213 LatexCommand ref
3214 reference "sec:Relationen"
3215
3216 \end_inset
3217
3218 ).
3219 \end_layout
3220
3221 \begin_layout Subsection
3222 Platzhalter
3223 \begin_inset CommandInset label
3224 LatexCommand label
3225 name "subsec:Platzhalter"
3226
3227 \end_inset
3228
3229
3230 \begin_inset Index idx
3231 status collapsed
3232
3233 \begin_layout Plain Layout
3234 Platzhalter
3235 \end_layout
3236
3237 \end_inset
3238
3239
3240 \begin_inset Index idx
3241 status collapsed
3242
3243 \begin_layout Plain Layout
3244 chemische Zeichen ! Isotope
3245 \end_layout
3246
3247 \end_inset
3248
3249
3250 \begin_inset Index idx
3251 status collapsed
3252
3253 \begin_layout Plain Layout
3254 Isotope|see
3255 \begin_inset ERT
3256 status collapsed
3257
3258 \begin_layout Plain Layout
3259
3260 {
3261 \end_layout
3262
3263 \end_inset
3264
3265 chemische Zeichen
3266 \begin_inset ERT
3267 status collapsed
3268
3269 \begin_layout Plain Layout
3270
3271 }
3272 \end_layout
3273
3274 \end_inset
3275
3276
3277 \end_layout
3278
3279 \end_inset
3280
3281
3282 \end_layout
3283
3284 \begin_layout Standard
3285 Möchte man z.
3286 \begin_inset space \thinspace{}
3287 \end_inset
3288
3289 B.
3290  Isotope
3291 \begin_inset Foot
3292 status collapsed
3293
3294 \begin_layout Plain Layout
3295 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3296 \begin_inset CommandInset ref
3297 LatexCommand ref
3298 reference "subsec:Chemische-Symbole-und"
3299
3300 \end_inset
3301
3302  beschrieben.
3303 \end_layout
3304
3305 \end_inset
3306
3307  darstellen, tritt folgendes Problem auf:
3308 \begin_inset Separator parbreak
3309 \end_inset
3310
3311
3312 \end_layout
3313
3314 \begin_layout Standard
3315 \align center
3316 \begin_inset Tabular
3317 <lyxtabular version="3" rows="2" columns="2">
3318 <features booktabs="true" tabularvalignment="middle">
3319 <column alignment="center" valignment="top" width="0pt">
3320 <column alignment="center" valignment="top" width="0pt">
3321 <row>
3322 <cell alignment="center" valignment="top" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326 durch Hoch- und Tiefstellen erzeugte Indizes:
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell alignment="center" valignment="top" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3336 \end_inset
3337
3338
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 </row>
3344 <row topspace="1.5mm">
3345 <cell alignment="center" valignment="top" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349 korrekte Indizes:
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell alignment="center" valignment="top" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3359 \end_inset
3360
3361
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 </row>
3367 </lyxtabular>
3368
3369 \end_inset
3370
3371
3372 \end_layout
3373
3374 \begin_layout Standard
3375 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3376  längeren Index gesetzt.
3377  Um das zu verhindern gibt es den Befehl 
3378 \series bold
3379
3380 \backslash
3381 phantom
3382 \series default
3383
3384 \begin_inset Index idx
3385 status collapsed
3386
3387 \begin_layout Plain Layout
3388 Befehle ! P ! 
3389 \backslash
3390 phantom
3391 \end_layout
3392
3393 \end_inset
3394
3395  oder den Mathe-Werkzeugleistenknopf
3396 \begin_inset space \thinspace{}
3397 \end_inset
3398
3399
3400 \begin_inset Foot
3401 status collapsed
3402
3403 \begin_layout Plain Layout
3404 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3405 \begin_inset Info
3406 type  "icon"
3407 arg   "math-insert \\space"
3408 \end_inset
3409
3410
3411 \end_layout
3412
3413 \end_inset
3414
3415  
3416 \begin_inset Graphics
3417         filename ../../../../../LyX 2.2/Resources/images/math/phantom.png
3418         scale 85
3419
3420 \end_inset
3421
3422 , der ein oder mehrere Phantomzeichen erstellt.
3423  Wenn 
3424 \series bold
3425
3426 \backslash
3427 phantom
3428 \series default
3429  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3430  Pfeilen überlagert wird.
3431  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3432  als Leerraum erstellt wird.
3433  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3434  Zeichen.
3435 \begin_inset Separator parbreak
3436 \end_inset
3437
3438
3439 \end_layout
3440
3441 \begin_layout Standard
3442 \align center
3443 \begin_inset Tabular
3444 <lyxtabular version="3" rows="4" columns="2">
3445 <features booktabs="true" tabularvalignment="middle">
3446 <column alignment="center" valignment="top" width="0pt">
3447 <column alignment="center" valignment="top" width="0pt">
3448 <row>
3449 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453 Befehl
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462 Ergebnis
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 </row>
3468 <row topspace="1.5mm">
3469 <cell alignment="center" valignment="top" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473 ^19
3474 \begin_inset space \textvisiblespace{}
3475 \end_inset
3476
3477 _
3478 \backslash
3479 phantom
3480 \begin_inset space \textvisiblespace{}
3481 \end_inset
3482
3483 1
3484 \begin_inset Formula $\to$
3485 \end_inset
3486
3487 9
3488 \begin_inset space \textvisiblespace{}
3489 \end_inset
3490
3491 F
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 <cell alignment="center" valignment="top" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3501 \end_inset
3502
3503
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 </row>
3509 <row topspace="1.5mm" bottomspace="0.5mm">
3510 <cell alignment="center" valignment="top" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514 ^235
3515 \begin_inset space \textvisiblespace{}
3516 \end_inset
3517
3518 _
3519 \backslash
3520 phantom
3521 \begin_inset space \textvisiblespace{}
3522 \end_inset
3523
3524 23
3525 \begin_inset Formula $\to$
3526 \end_inset
3527
3528 9
3529 \begin_inset space \textvisiblespace{}
3530 \end_inset
3531
3532 F
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 <cell alignment="center" valignment="top" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3542 \end_inset
3543
3544
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 </row>
3550 <row topspace="1.5mm" bottomspace="0.5mm">
3551 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555
3556 \backslash
3557 Lambda^
3558 \begin_inset space \textvisiblespace{}
3559 \end_inset
3560
3561
3562 \backslash
3563 phantom
3564 \begin_inset space \textvisiblespace{}
3565 \end_inset
3566
3567 ii
3568 \begin_inset Formula $\to$
3569 \end_inset
3570
3571 t
3572 \begin_inset space \textvisiblespace{}
3573 \end_inset
3574
3575 _MMt
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3585 \end_inset
3586
3587
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 </row>
3593 </lyxtabular>
3594
3595 \end_inset
3596
3597
3598 \end_layout
3599
3600 \begin_layout Standard
3601 Des Weiteren gibt es noch die Befehle 
3602 \series bold
3603
3604 \backslash
3605 vphantom
3606 \series default
3607
3608 \begin_inset Index idx
3609 status collapsed
3610
3611 \begin_layout Plain Layout
3612 Befehle ! V ! 
3613 \backslash
3614 vphantom
3615 \end_layout
3616
3617 \end_inset
3618
3619  (Werkzeugleistenknopf 
3620 \begin_inset space ~
3621 \end_inset
3622
3623
3624 \begin_inset Graphics
3625         filename ../../../../../LyX 2.2/Resources/images/math/vphantom.png
3626         scale 85
3627
3628 \end_inset
3629
3630 ) und 
3631 \series bold
3632
3633 \backslash
3634 hphantom
3635 \series default
3636
3637 \begin_inset Index idx
3638 status collapsed
3639
3640 \begin_layout Plain Layout
3641 Befehle ! H ! 
3642 \backslash
3643 hphantom
3644 \end_layout
3645
3646 \end_inset
3647
3648  (Werkzeugleistenknopf 
3649 \begin_inset space ~
3650 \end_inset
3651
3652
3653 \begin_inset Graphics
3654         filename ../../../../../LyX 2.2/Resources/images/math/hphantom.png
3655         scale 85
3656
3657 \end_inset
3658
3659 ).
3660  
3661 \series bold
3662
3663 \backslash
3664 hphantom
3665 \series default
3666  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
3667  nicht jedoch für deren Breite.
3668  Bei 
3669 \series bold
3670
3671 \backslash
3672 vphantom
3673 \series default
3674  wird nur Platz mit der Breite des Kästchens erstellt.
3675  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
3676 \end_layout
3677
3678 \begin_layout Standard
3679 Zum Beispiel erzeugt 
3680 \series bold
3681
3682 \backslash
3683 vphantom
3684 \series default
3685
3686 \begin_inset space \textvisiblespace{}
3687 \end_inset
3688
3689
3690 \series bold
3691 a
3692 \backslash
3693 int
3694 \series default
3695  Platz der Höhe des Integralzeichens,
3696 \begin_inset Foot
3697 status collapsed
3698
3699 \begin_layout Plain Layout
3700 Der Befehl 
3701 \series bold
3702
3703 \backslash
3704 int
3705 \series default
3706  erzeugt ein Integralzeichen, siehe 
3707 \begin_inset CommandInset ref
3708 LatexCommand ref
3709 reference "subsec:Große-Operatoren"
3710
3711 \end_inset
3712
3713 .
3714 \end_layout
3715
3716 \end_inset
3717
3718  da dieses das größere Zeichen ist.
3719  Eine Beispielanwendung ist in 
3720 \begin_inset CommandInset ref
3721 LatexCommand ref
3722 reference "subsec:Mehrzeilige-Klammern"
3723
3724 \end_inset
3725
3726  zu finden.
3727 \end_layout
3728
3729 \begin_layout Standard
3730 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
3731  
3732 \family sans
3733 Einfügen\SpecialChar menuseparator
3734 Formatierung\SpecialChar menuseparator
3735 Phantom
3736 \family default
3737  eingefügt werden:
3738 \end_layout
3739
3740 \begin_layout Standard
3741 Dies ist ein Satz.
3742 \begin_inset Newline newline
3743 \end_inset
3744
3745
3746 \begin_inset Phantom Phantom
3747 status open
3748
3749 \begin_layout Plain Layout
3750 Dies
3751 \end_layout
3752
3753 \end_inset
3754
3755  ist ein Satz.
3756 \end_layout
3757
3758 \begin_layout Subsection
3759 Linien
3760 \begin_inset Index idx
3761 status collapsed
3762
3763 \begin_layout Plain Layout
3764 Linien
3765 \end_layout
3766
3767 \end_inset
3768
3769
3770 \begin_inset Index idx
3771 status collapsed
3772
3773 \begin_layout Plain Layout
3774 Formel ! unterstrichene
3775 \end_layout
3776
3777 \end_inset
3778
3779
3780 \end_layout
3781
3782 \begin_layout Standard
3783 \align center
3784 \begin_inset Tabular
3785 <lyxtabular version="3" rows="4" columns="2">
3786 <features booktabs="true" tabularvalignment="middle">
3787 <column alignment="center" valignment="top" width="0pt">
3788 <column alignment="center" valignment="top" width="0pt">
3789 <row>
3790 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 Befehl
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803 Ergebnis
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 </row>
3809 <row topspace="2mm">
3810 <cell alignment="center" valignment="top" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814
3815 \backslash
3816 overline
3817 \begin_inset space \textvisiblespace{}
3818 \end_inset
3819
3820 A+B
3821 \begin_inset Index idx
3822 status collapsed
3823
3824 \begin_layout Plain Layout
3825 Befehle ! O ! 
3826 \backslash
3827 overline
3828 \end_layout
3829
3830 \end_inset
3831
3832
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 \begin_inset Formula $\overline{A+B}$
3842 \end_inset
3843
3844
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 </row>
3850 <row bottomspace="1mm">
3851 <cell alignment="center" valignment="top" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855
3856 \backslash
3857 underline
3858 \begin_inset space \textvisiblespace{}
3859 \end_inset
3860
3861 A+B
3862 \begin_inset Index idx
3863 status collapsed
3864
3865 \begin_layout Plain Layout
3866 Befehle ! U ! 
3867 \backslash
3868 underline
3869 \end_layout
3870
3871 \end_inset
3872
3873
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 <cell alignment="center" valignment="top" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882 \begin_inset Formula $\underline{A+B}$
3883 \end_inset
3884
3885
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 </row>
3891 <row topspace="2mm" bottomspace="1mm">
3892 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896
3897 \backslash
3898 overline
3899 \begin_inset space \textvisiblespace{}
3900 \end_inset
3901
3902
3903 \backslash
3904 underline
3905 \begin_inset space \textvisiblespace{}
3906 \end_inset
3907
3908 A+B
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 \begin_inset Formula $\overline{\underline{A+B}}$
3918 \end_inset
3919
3920
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 </row>
3926 </lyxtabular>
3927
3928 \end_inset
3929
3930
3931 \end_layout
3932
3933 \begin_layout Standard
3934 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
3935 \series bold
3936
3937 \backslash
3938 overline
3939 \series default
3940  oder 
3941 \series bold
3942
3943 \backslash
3944 underline
3945 \series default
3946  eingibt.
3947 \end_layout
3948
3949 \begin_layout Standard
3950 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
3951 \begin_inset Newline linebreak
3952 \end_inset
3953
3954
3955 \series bold
3956
3957 \backslash
3958 underline
3959 \series default
3960 .
3961 \end_layout
3962
3963 \begin_layout Standard
3964 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
3965 \end_layout
3966
3967 \begin_layout Standard
3968 \begin_inset VSpace bigskip
3969 \end_inset
3970
3971 Benutzerdefinierte Linien können mit dem Befehl 
3972 \series bold
3973
3974 \backslash
3975 rule
3976 \series default
3977
3978 \begin_inset Index idx
3979 status collapsed
3980
3981 \begin_layout Plain Layout
3982 Befehle! R ! 
3983 \backslash
3984 rule
3985 \end_layout
3986
3987 \end_inset
3988
3989  erstellt werden, der folgendes Schema besitzt:
3990 \end_layout
3991
3992 \begin_layout Standard
3993
3994 \series bold
3995
3996 \backslash
3997 rule[vertikaler Versatz]{Länge}{Dicke}
3998 \end_layout
3999
4000 \begin_layout Standard
4001 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4002  unten, wenn der Wert negativ ist).
4003  Die Einheiten, die in 
4004 \begin_inset CommandInset ref
4005 LatexCommand ref
4006 reference "tab:Verfügbare-Einheiten"
4007
4008 \end_inset
4009
4010  aufgelistet sind, können für die Werte benutzt werden.
4011  Hier sind zwei Beispiele, die mit den Befehlen
4012 \begin_inset Newline newline
4013 \end_inset
4014
4015
4016 \series bold
4017
4018 \backslash
4019 rule[-2ex]{3cm}{2pt}
4020 \series default
4021  und 
4022 \series bold
4023
4024 \backslash
4025 rule{2cm}{1pt}
4026 \series default
4027  erzeugt wurden:
4028 \end_layout
4029
4030 \begin_layout Standard
4031 Dies ist ein Satz 
4032 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4033 \end_inset
4034
4035  mit zwei Linien.
4036 \end_layout
4037
4038 \begin_layout Standard
4039
4040 \series bold
4041
4042 \backslash
4043 rule
4044 \series default
4045  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4046 \family sans
4047 Einfügen\SpecialChar menuseparator
4048 Formatierung\SpecialChar menuseparator
4049 Horizontale
4050 \begin_inset space ~
4051 \end_inset
4052
4053 Line
4054 \family default
4055  eingefügt wird:
4056 \end_layout
4057
4058 \begin_layout Standard
4059 Dies ist ein Satz 
4060 \begin_inset CommandInset line
4061 LatexCommand rule
4062 offset "0.5ex"
4063 width "3cm"
4064 height "1pt"
4065
4066 \end_inset
4067
4068  mit einer Linie.
4069 \end_layout
4070
4071 \begin_layout Subsection
4072 Fortsetzungspunkte
4073 \begin_inset CommandInset label
4074 LatexCommand label
4075 name "subsec:Fortsetzungspunkte"
4076
4077 \end_inset
4078
4079
4080 \begin_inset Index idx
4081 status collapsed
4082
4083 \begin_layout Plain Layout
4084 Fortsetzungspunkte
4085 \end_layout
4086
4087 \end_inset
4088
4089
4090 \end_layout
4091
4092 \begin_layout Standard
4093 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4094 \begin_inset Foot
4095 status collapsed
4096
4097 \begin_layout Plain Layout
4098 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4099 \begin_inset Info
4100 type  "icon"
4101 arg   "math-insert \\ldots"
4102 \end_inset
4103
4104
4105 \end_layout
4106
4107 \end_inset
4108
4109  Für Aufzählungen verwendet man unten sitzende Punkte (
4110 \series bold
4111
4112 \backslash
4113 ldots
4114 \series default
4115
4116 \begin_inset Index idx
4117 status collapsed
4118
4119 \begin_layout Plain Layout
4120 Befehle ! L ! 
4121 \backslash
4122 ldots
4123 \end_layout
4124
4125 \end_inset
4126
4127 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4128  die Operatoren sind (
4129 \series bold
4130
4131 \backslash
4132 cdots
4133 \series default
4134
4135 \begin_inset Index idx
4136 status collapsed
4137
4138 \begin_layout Plain Layout
4139 Befehle ! C ! 
4140 \backslash
4141 cdots
4142 \end_layout
4143
4144 \end_inset
4145
4146 ).
4147  Verwendet man den Befehl 
4148 \series bold
4149
4150 \backslash
4151 dots
4152 \series default
4153
4154 \begin_inset Index idx
4155 status collapsed
4156
4157 \begin_layout Plain Layout
4158 Befehle ! D ! 
4159 \backslash
4160 dots
4161 \end_layout
4162
4163 \end_inset
4164
4165 , entscheidet \SpecialChar LaTeX
4166  anhand des nachfolgenden Zeichens, welche Punktart verwendet
4167  wird.
4168 \begin_inset Separator parbreak
4169 \end_inset
4170
4171
4172 \end_layout
4173
4174 \begin_layout Standard
4175 \align center
4176 \begin_inset Tabular
4177 <lyxtabular version="3" rows="9" columns="2">
4178 <features booktabs="true" tabularvalignment="middle">
4179 <column alignment="center" valignment="top" width="0pt">
4180 <column alignment="center" valignment="top" width="0pt">
4181 <row>
4182 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186 Befehl
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195 Ergebnis
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 </row>
4201 <row>
4202 <cell alignment="center" valignment="top" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206 A_1
4207 \begin_inset space \textvisiblespace{}
4208 \end_inset
4209
4210 ,
4211 \backslash
4212 dots
4213 \begin_inset space \textvisiblespace{}
4214 \end_inset
4215
4216 ,A_n
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 \begin_inset Formula $A_{1},\dots,A_{n}$
4226 \end_inset
4227
4228
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 </row>
4234 <row>
4235 <cell alignment="center" valignment="top" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 A_1
4240 \begin_inset space \textvisiblespace{}
4241 \end_inset
4242
4243 +
4244 \backslash
4245 dots
4246 \begin_inset space \textvisiblespace{}
4247 \end_inset
4248
4249 +A_n
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell alignment="center" valignment="top" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258 \begin_inset Formula $A_{1}+\dots+A_{n}$
4259 \end_inset
4260
4261
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 </row>
4267 <row>
4268 <cell alignment="center" valignment="top" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 A_1
4273 \begin_inset space \textvisiblespace{}
4274 \end_inset
4275
4276 ,
4277 \backslash
4278 ldots
4279 \begin_inset space \textvisiblespace{}
4280 \end_inset
4281
4282 ,A_n
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 \begin_inset Formula $A_{1},\ldots,A_{n}$
4292 \end_inset
4293
4294
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 </row>
4300 <row>
4301 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 A_1
4306 \begin_inset space \textvisiblespace{}
4307 \end_inset
4308
4309 +
4310 \backslash
4311 cdots
4312 \begin_inset space \textvisiblespace{}
4313 \end_inset
4314
4315 +A_n
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4325 \end_inset
4326
4327
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 </row>
4333 <row>
4334 <cell alignment="center" valignment="top" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338
4339 \backslash
4340 vdots
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 \begin_inset Formula $\vdots$
4350 \end_inset
4351
4352
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 </row>
4358 <row>
4359 <cell alignment="center" valignment="top" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363
4364 \backslash
4365 ddots
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 <cell alignment="center" valignment="top" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374 \begin_inset Formula $\ddots$
4375 \end_inset
4376
4377
4378 \end_layout
4379
4380 \end_inset
4381 </cell>
4382 </row>
4383 <row>
4384 <cell alignment="center" valignment="top" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388
4389 \backslash
4390 iddots
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 <cell alignment="center" valignment="top" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Plain Layout
4399 \begin_inset Formula $\iddots$
4400 \end_inset
4401
4402
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 </row>
4408 <row>
4409 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 3
4414 \series bold
4415 ×
4416 \series default
4417 3
4418 \begin_inset space \thinspace{}
4419 \end_inset
4420
4421 Matrix mit obigen Befehlen
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430 \begin_inset Formula $\begin{array}{ccc}
4431 A_{11} & \cdots & A_{1m}\\
4432 \vdots & \ddots & \vdots\\
4433 A_{n1} & \cdots & A_{nm}
4434 \end{array}$
4435 \end_inset
4436
4437
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 </row>
4443 </lyxtabular>
4444
4445 \end_inset
4446
4447
4448 \end_layout
4449
4450 \begin_layout Standard
4451 Die im Menü 
4452 \family sans
4453 Einfügen\SpecialChar menuseparator
4454 Sonderzeichen
4455 \family default
4456  verfügbaren Fortsetzungspunkte sind 
4457 \series bold
4458
4459 \backslash
4460 ldots
4461 \series default
4462 .
4463 \end_layout
4464
4465 \begin_layout Standard
4466 \begin_inset VSpace medskip
4467 \end_inset
4468
4469 Um 
4470 \series bold
4471
4472 \backslash
4473 iddots
4474 \series default
4475  nutzen zu können, muss eine der Optionen 
4476 \family sans
4477 Mathdots Paket (automatisch) verwenden 
4478 \family default
4479 in den Dokumenteinstellungen unter 
4480 \family sans
4481 Mathe-Optionen
4482 \family default
4483  gewählt sein.
4484 \begin_inset Newline newline
4485 \end_inset
4486
4487 Die Option 
4488 \family sans
4489 Mathdots Paket verwenden
4490 \family default
4491  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
4492  Schriftstil oder die Schriftgröße nicht Standard sind.
4493 \end_layout
4494
4495 \begin_layout Standard
4496 \begin_inset VSpace medskip
4497 \end_inset
4498
4499 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4500  Spalten erstrecken.
4501  Man erhält sie mit dem Befehl 
4502 \series bold
4503
4504 \backslash
4505 hdotsfor
4506 \series default
4507
4508 \begin_inset Index idx
4509 status collapsed
4510
4511 \begin_layout Plain Layout
4512 Befehle ! H ! 
4513 \backslash
4514 hdotsfor
4515 \end_layout
4516
4517 \end_inset
4518
4519 , der folgendes Schema besitzt:
4520 \end_layout
4521
4522 \begin_layout Standard
4523
4524 \series bold
4525
4526 \backslash
4527 hdotsfor[Abstand]{Anzahl der Spalten}
4528 \end_layout
4529
4530 \begin_layout Standard
4531 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4532  sollen.
4533  Abstand ist ein Faktor, der den Punktabstand festlegt.
4534 \end_layout
4535
4536 \begin_layout Standard
4537 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4538  
4539 \series bold
4540
4541 \backslash
4542 hdotsfor[2]{4}
4543 \series default
4544  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4545  beim Befehl 
4546 \series bold
4547
4548 \backslash
4549 dots
4550 \series default
4551  zu erhalten:
4552 \begin_inset Formula 
4553 \[
4554 \left(\begin{array}{cccc}
4555 A & B & C & D\\
4556 \hdotsfor[2]{4}\\
4557 q & w & e & r
4558 \end{array}\right)
4559 \]
4560
4561 \end_inset
4562
4563 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4564  sollen leer sein müssen, ansonsten kommt es zu \SpecialChar LaTeX
4565 -Fehlern.
4566 \end_layout
4567
4568 \begin_layout Standard
4569 \begin_inset VSpace bigskip
4570 \end_inset
4571
4572 Des Weiteren kann man mit dem Befehl 
4573 \series bold
4574
4575 \backslash
4576 dotfill
4577 \series default
4578
4579 \begin_inset Index idx
4580 status collapsed
4581
4582 \begin_layout Plain Layout
4583 Befehle ! D ! 
4584 \backslash
4585 dotfill
4586 \end_layout
4587
4588 \end_inset
4589
4590  den Rest einer Zeile mit Punkten füllen.
4591  Die Wirkungsweise des Befehls entspricht der von 
4592 \series bold
4593
4594 \backslash
4595 hfill
4596 \series default
4597 , siehe 
4598 \begin_inset CommandInset ref
4599 LatexCommand ref
4600 reference "subsec:Variabler-Leerraum"
4601
4602 \end_inset
4603
4604 .
4605 \end_layout
4606
4607 \begin_layout Standard
4608 Z.
4609 \begin_inset space \thinspace{}
4610 \end_inset
4611
4612 B.
4613  ergibt der Befehl 
4614 \series bold
4615 A
4616 \backslash
4617 dotfill
4618 \begin_inset space \textvisiblespace{}
4619 \end_inset
4620
4621 B
4622 \end_layout
4623
4624 \begin_layout Standard
4625 \begin_inset Formula $A\dotfill B$
4626 \end_inset
4627
4628
4629 \end_layout
4630
4631 \begin_layout Standard
4632 Analog dazu gibt es für eine Linie den Befehl 
4633 \series bold
4634
4635 \backslash
4636 hrulefill
4637 \series default
4638
4639 \begin_inset Index idx
4640 status collapsed
4641
4642 \begin_layout Plain Layout
4643 Befehle ! H ! 
4644 \backslash
4645 hrulefill
4646 \end_layout
4647
4648 \end_inset
4649
4650 :
4651 \end_layout
4652
4653 \begin_layout Standard
4654 \begin_inset Formula $A\hrulefill B$
4655 \end_inset
4656
4657
4658 \end_layout
4659
4660 \begin_layout Standard
4661 Um die Befehle für Text zu verwenden, müssen sie im \SpecialChar TeX
4662 -Modus eingegeben werden.
4663 \end_layout
4664
4665 \begin_layout Section
4666 Matrizen
4667 \begin_inset CommandInset label
4668 LatexCommand label
4669 name "sec:Matrizen"
4670
4671 \end_inset
4672
4673
4674 \begin_inset Index idx
4675 status collapsed
4676
4677 \begin_layout Plain Layout
4678 Matrizen
4679 \end_layout
4680
4681 \end_inset
4682
4683
4684 \end_layout
4685
4686 \begin_layout Standard
4687 Matrizen können über den Mathe-Werkzeugleistenknopf
4688 \family sans
4689  
4690 \family default
4691
4692 \begin_inset Info
4693 type  "icon"
4694 arg   "dialog-show mathmatrix"
4695 \end_inset
4696
4697  oder das Menü 
4698 \family sans
4699 Einfügen\SpecialChar menuseparator
4700 Mathe\SpecialChar menuseparator
4701 Matrix
4702 \family default
4703  eingefügt werden.
4704  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
4705  Verzierung gefragt.
4706  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4707  von Bedeutung:
4708 \end_layout
4709
4710 \begin_layout Standard
4711 Die erste Matrix ist oben 
4712 \begin_inset Formula $\begin{array}[t]{cccc}
4713 A & D & G & J\\
4714 B & E & H & K\\
4715 C & F & I & L
4716 \end{array}$
4717 \end_inset
4718
4719 , die zweite mittig 
4720 \begin_inset Formula $\begin{array}{cccc}
4721 A & D & G & J\\
4722 B & E & H & K\\
4723 C & F & I & L
4724 \end{array}$
4725 \end_inset
4726
4727  und die dritte unten 
4728 \begin_inset Formula $\begin{array}[b]{cccc}
4729 A & D & G & J\\
4730 B & E & H & K\\
4731 C & F & I & L
4732 \end{array}$
4733 \end_inset
4734
4735  ausgerichtet.
4736 \end_layout
4737
4738 \begin_layout Standard
4739 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
4740  werden sollen.
4741  Dazu wird für jede Spalte ein Buchstabe eingegeben.
4742  
4743 \emph on
4744 l
4745 \emph default
4746  steht für linksbündig, 
4747 \emph on
4748 c
4749 \emph default
4750  für mittig und 
4751 \emph on
4752 r
4753 \emph default
4754  für rechtsbündig.
4755  Möchte man z.
4756 \begin_inset space \thinspace{}
4757 \end_inset
4758
4759 B.
4760  eine 4
4761 \series bold
4762 ×
4763 \series default
4764 4
4765 \begin_inset space ~
4766 \end_inset
4767
4768 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
4769  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
4770  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
4771 \series bold
4772 lccr
4773 \series default
4774  an.
4775  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
4776  die Voreinstellung für jede Spalte ein 
4777 \series bold
4778 c
4779 \series default
4780  ist.
4781 \end_layout
4782
4783 \begin_layout Standard
4784 Horizontale Ausrichtung:
4785 \end_layout
4786
4787 \begin_layout Standard
4788
4789 \series bold
4790 lll
4791 \series default
4792  : 
4793 \begin_inset Formula $\begin{array}{lll}
4794 10000 & D & G\\
4795 B & 10000 & H\\
4796 C & F & 10000
4797 \end{array}$
4798 \end_inset
4799
4800  , 
4801 \series bold
4802 ccc
4803 \series default
4804  : 
4805 \begin_inset Formula $\begin{array}{ccc}
4806 10000 & D & G\\
4807 B & 10000 & H\\
4808 C & F & 10000
4809 \end{array}$
4810 \end_inset
4811
4812  , 
4813 \series bold
4814 rrr
4815 \series default
4816  : 
4817 \begin_inset Formula $\begin{array}{rrr}
4818 10000 & D & G\\
4819 B & 10000 & H\\
4820 C & F & 10000
4821 \end{array}$
4822 \end_inset
4823
4824
4825 \end_layout
4826
4827 \begin_layout Standard
4828 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
4829  man die Mathe-Werkzeugleistenknöpfe 
4830 \begin_inset Info
4831 type  "icon"
4832 arg   "inset-modify tabular append-row"
4833 \end_inset
4834
4835
4836 \begin_inset Info
4837 type  "icon"
4838 arg   "inset-modify tabular delete-row"
4839 \end_inset
4840
4841 , usw.
4842 \begin_inset space \space{}
4843 \end_inset
4844
4845 oder das Menü 
4846 \family sans
4847 Bearbeiten\SpecialChar menuseparator
4848 Zeilen & Spalten
4849 \family default
4850  verwenden.
4851  Neue Zeilen können auch mit 
4852 \family sans
4853 Strg+Enter
4854 \family default
4855  erstellt werden.
4856 \end_layout
4857
4858 \begin_layout Standard
4859 \begin_inset VSpace bigskip
4860 \end_inset
4861
4862 Die 
4863 \family sans
4864 Verzierung
4865 \family default
4866  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
4867  Alternativ können Klammern entweder mit den Befehlen 
4868 \series bold
4869
4870 \backslash
4871 left
4872 \series default
4873
4874 \begin_inset Index idx
4875 status collapsed
4876
4877 \begin_layout Plain Layout
4878 Befehle ! L ! 
4879 \backslash
4880 left
4881 \end_layout
4882
4883 \end_inset
4884
4885  und 
4886 \series bold
4887
4888 \backslash
4889 right
4890 \series default
4891
4892 \begin_inset Index idx
4893 status collapsed
4894
4895 \begin_layout Plain Layout
4896 Befehle ! R ! 
4897 \backslash
4898 right
4899 \end_layout
4900
4901 \end_inset
4902
4903  erstellt werden (Tastenkürzel 
4904 \family sans
4905 Alt+M
4906 \begin_inset space ~
4907 \end_inset
4908
4909 Klammer
4910 \family default
4911 ), siehe 
4912 \begin_inset CommandInset ref
4913 LatexCommand ref
4914 reference "subsec:Automatische-Klammergrößen"
4915
4916 \end_inset
4917
4918 , oder man verwendet folgende Befehle:
4919 \begin_inset VSpace bigskip
4920 \end_inset
4921
4922
4923 \end_layout
4924
4925 \begin_layout Standard
4926 \begin_inset space \hfill{}
4927 \end_inset
4928
4929
4930 \begin_inset Tabular
4931 <lyxtabular version="3" rows="4" columns="2">
4932 <features booktabs="true" tabularvalignment="middle">
4933 <column alignment="center" valignment="top" width="0pt">
4934 <column alignment="center" valignment="top">
4935 <row>
4936 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 Befehl
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 Ergebnis
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 </row>
4955 <row topspace="1.5mm">
4956 <cell alignment="center" valignment="top" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960
4961 \backslash
4962 bmatrix
4963 \begin_inset space \textvisiblespace{}
4964 \end_inset
4965
4966 2
4967 \series bold
4968 ×
4969 \series default
4970 2
4971 \begin_inset space \thinspace{}
4972 \end_inset
4973
4974 Matrix
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
4984 0 & \textrm{-}\mathrm{i}\\
4985 \mathrm{i} & 0
4986 \end{array}\end{bmatrix}$
4987 \end_inset
4988
4989
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 </row>
4995 <row topspace="1.5mm" bottomspace="0.5mm">
4996 <cell alignment="center" valignment="top" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000
5001 \backslash
5002 Bmatrix
5003 \begin_inset space \textvisiblespace{}
5004 \end_inset
5005
5006 2
5007 \series bold
5008 ×
5009 \series default
5010 2
5011 \begin_inset space \thinspace{}
5012 \end_inset
5013
5014 Matrix
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
5024 0 & \textrm{-}\mathrm{i}\\
5025 \mathrm{i} & 0
5026 \end{array}\end{Bmatrix}$
5027 \end_inset
5028
5029
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 </row>
5035 <row>
5036 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040
5041 \backslash
5042 pmatrix
5043 \begin_inset space \textvisiblespace{}
5044 \end_inset
5045
5046 2
5047 \series bold
5048 ×
5049 \series default
5050 2
5051 \begin_inset space \thinspace{}
5052 \end_inset
5053
5054 Matrix
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5064 0 & \textrm{-}\mathrm{i}\\
5065 \mathrm{i} & 0
5066 \end{array}\end{pmatrix}$
5067 \end_inset
5068
5069
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 </row>
5075 </lyxtabular>
5076
5077 \end_inset
5078
5079
5080 \begin_inset space \hfill{}
5081 \end_inset
5082
5083
5084 \begin_inset Tabular
5085 <lyxtabular version="3" rows="4" columns="2">
5086 <features booktabs="true" tabularvalignment="middle">
5087 <column alignment="center" valignment="top" width="0pt">
5088 <column alignment="center" valignment="top">
5089 <row>
5090 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 Befehl
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103 Ergebnis
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 </row>
5109 <row topspace="1.5mm">
5110 <cell alignment="center" valignment="top" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114
5115 \backslash
5116 vmatrix
5117 \begin_inset space \textvisiblespace{}
5118 \end_inset
5119
5120 2
5121 \series bold
5122 ×
5123 \series default
5124 2
5125 \begin_inset space \thinspace{}
5126 \end_inset
5127
5128 Matrix
5129 \end_layout
5130
5131 \end_inset
5132 </cell>
5133 <cell alignment="center" valignment="top" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5138 0 & \textrm{-}\mathrm{i}\\
5139 \mathrm{i} & 0
5140 \end{array}\end{vmatrix}$
5141 \end_inset
5142
5143
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 </row>
5149 <row topspace="1.5mm" bottomspace="0.5mm">
5150 <cell alignment="center" valignment="top" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154
5155 \backslash
5156 Vmatrix
5157 \begin_inset space \textvisiblespace{}
5158 \end_inset
5159
5160 2
5161 \series bold
5162 ×
5163 \series default
5164 2
5165 \begin_inset space \thinspace{}
5166 \end_inset
5167
5168 Matrix
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 <cell alignment="center" valignment="top" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5178 0 & \textrm{-}\mathrm{i}\\
5179 \mathrm{i} & 0
5180 \end{array}\end{Vmatrix}$
5181 \end_inset
5182
5183
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 </row>
5189 <row>
5190 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194
5195 \backslash
5196 matrix
5197 \begin_inset space \textvisiblespace{}
5198 \end_inset
5199
5200 2
5201 \series bold
5202 ×
5203 \series default
5204 2
5205 \begin_inset space \thinspace{}
5206 \end_inset
5207
5208 Matrix
5209 \end_layout
5210
5211 \end_inset
5212 </cell>
5213 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5218 0 & \textrm{-}\mathrm{i}\\
5219 \mathrm{i} & 0
5220 \end{array}\end{matrix}$
5221 \end_inset
5222
5223
5224 \end_layout
5225
5226 \end_inset
5227 </cell>
5228 </row>
5229 </lyxtabular>
5230
5231 \end_inset
5232
5233
5234 \begin_inset space \hfill{}
5235 \end_inset
5236
5237
5238 \end_layout
5239
5240 \begin_layout Standard
5241 \begin_inset VSpace medskip
5242 \end_inset
5243
5244 Wurde z.
5245 \begin_inset space \thinspace{}
5246 \end_inset
5247
5248 B.
5249  
5250 \series bold
5251
5252 \backslash
5253 vmatrix
5254 \series default
5255  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5256  in das die Matrix eingefügt wird.
5257 \begin_inset Newline newline
5258 \end_inset
5259
5260 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5261 \end_layout
5262
5263 \begin_layout Standard
5264 \begin_inset VSpace bigskip
5265 \end_inset
5266
5267 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5268 \begin_inset CommandInset ref
5269 LatexCommand ref
5270 reference "subsec:Spaltenabstand"
5271
5272 \end_inset
5273
5274  beschriebene Länge 
5275 \series bold
5276
5277 \backslash
5278 arraycolsep
5279 \series default
5280
5281 \begin_inset Index idx
5282 status collapsed
5283
5284 \begin_layout Plain Layout
5285 Befehle ! A ! 
5286 \backslash
5287 arraycolsep
5288 \end_layout
5289
5290 \end_inset
5291
5292  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5293 \end_layout
5294
5295 \begin_layout Standard
5296 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5297 \series bold
5298
5299 \backslash
5300 arraystretch
5301 \series default
5302
5303 \begin_inset Index idx
5304 status collapsed
5305
5306 \begin_layout Plain Layout
5307 Befehle ! A ! 
5308 \backslash
5309 arraystretch
5310 \end_layout
5311
5312 \end_inset
5313
5314 .
5315  Dieser wird folgendermaßen benutzt:
5316 \end_layout
5317
5318 \begin_layout Standard
5319
5320 \series bold
5321
5322 \backslash
5323 renewcommand{
5324 \backslash
5325 arraystretch}{Dehnungsfaktor}
5326 \begin_inset Index idx
5327 status collapsed
5328
5329 \begin_layout Plain Layout
5330 Befehle ! R ! 
5331 \backslash
5332 renewcommand
5333 \end_layout
5334
5335 \end_inset
5336
5337
5338 \end_layout
5339
5340 \begin_layout Standard
5341 Der Befehl 
5342 \series bold
5343
5344 \backslash
5345 renewcommand
5346 \series default
5347  weist dabei dem vordefinierten Befehl 
5348 \series bold
5349
5350 \backslash
5351 arraystretch
5352 \series default
5353  den Dehnungsfaktor zu.
5354  Möchte man z.
5355 \begin_inset space \thinspace{}
5356 \end_inset
5357
5358 B.
5359  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5360  Dieser wird dann für alle folgenden Matrizen verwendet.
5361  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5362 \series bold
5363
5364 \backslash
5365 arraystretch
5366 \series default
5367  den Faktor 1 zu.
5368 \end_layout
5369
5370 \begin_layout Standard
5371 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5372 \series bold
5373
5374 \backslash
5375 smallmatrix
5376 \series default
5377
5378 \begin_inset Index idx
5379 status collapsed
5380
5381 \begin_layout Plain Layout
5382 Befehle ! S ! 
5383 \backslash
5384 smallmatrix
5385 \end_layout
5386
5387 \end_inset
5388
5389 .
5390  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5391  gestrichelten Linien.
5392  In dieses Kästchen wird die Matrix eingegeben.
5393  Man verwendet stattdessen das Menü 
5394 \family sans
5395 Bearbeiten\SpecialChar menuseparator
5396 Zeilen
5397 \begin_inset space ~
5398 \end_inset
5399
5400 &
5401 \begin_inset space ~
5402 \end_inset
5403
5404 Spalten
5405 \family default
5406  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5407  Neue Zeilen können auch mit 
5408 \family sans
5409 Strg+Enter
5410 \family default
5411  erstellt werden.
5412 \end_layout
5413
5414 \begin_layout Standard
5415 Dies ist eine Matrix 
5416 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5417 C & D
5418 \end{smallmatrix}\right)$
5419 \end_inset
5420
5421  in einer Textzeile.
5422 \end_layout
5423
5424 \begin_layout Section
5425 Klammern und Begrenzungszeichen
5426 \begin_inset Index idx
5427 status collapsed
5428
5429 \begin_layout Plain Layout
5430 Klammern
5431 \end_layout
5432
5433 \end_inset
5434
5435
5436 \begin_inset Index idx
5437 status collapsed
5438
5439 \begin_layout Plain Layout
5440 Begrenzungszeichen
5441 \end_layout
5442
5443 \end_inset
5444
5445
5446 \end_layout
5447
5448 \begin_layout Subsection
5449 Vertikale Klammern und Begrenzungszeichen
5450 \begin_inset Index idx
5451 status collapsed
5452
5453 \begin_layout Plain Layout
5454 Klammern ! vertikale
5455 \end_layout
5456
5457 \end_inset
5458
5459
5460 \end_layout
5461
5462 \begin_layout Standard
5463 \begin_inset space \hfill{}
5464 \end_inset
5465
5466
5467 \begin_inset Tabular
5468 <lyxtabular version="3" rows="9" columns="2">
5469 <features booktabs="true" tabularvalignment="middle">
5470 <column alignment="center" valignment="top" width="0pt">
5471 <column alignment="center" valignment="top" width="0pt">
5472 <row>
5473 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 Befehl
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486 Ergebnis
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 </row>
5492 <row>
5493 <cell alignment="center" valignment="top" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497 (
5498 \end_layout
5499
5500 \end_inset
5501 </cell>
5502 <cell alignment="center" valignment="top" usebox="none">
5503 \begin_inset Text
5504
5505 \begin_layout Plain Layout
5506 \begin_inset Formula $($
5507 \end_inset
5508
5509
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 </row>
5515 <row>
5516 <cell alignment="center" valignment="top" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520 {
5521 \end_layout
5522
5523 \end_inset
5524 </cell>
5525 <cell alignment="center" valignment="top" usebox="none">
5526 \begin_inset Text
5527
5528 \begin_layout Plain Layout
5529 \begin_inset Formula $\{$
5530 \end_inset
5531
5532
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 </row>
5538 <row>
5539 <cell alignment="center" valignment="top" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 [
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 <cell alignment="center" valignment="top" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 \begin_inset Formula $[$
5553 \end_inset
5554
5555
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 </row>
5561 <row>
5562 <cell alignment="center" valignment="top" usebox="none">
5563 \begin_inset Text
5564
5565 \begin_layout Plain Layout
5566
5567 \backslash
5568 langle
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 <cell alignment="center" valignment="top" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577 \begin_inset Formula $\langle$
5578 \end_inset
5579
5580
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 </row>
5586 <row>
5587 <cell alignment="center" valignment="top" usebox="none">
5588 \begin_inset Text
5589
5590 \begin_layout Plain Layout
5591
5592 \backslash
5593 lceil
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 <cell alignment="center" valignment="top" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602 \begin_inset Formula $\lceil$
5603 \end_inset
5604
5605
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 </row>
5611 <row>
5612 <cell alignment="center" valignment="top" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616
5617 \backslash
5618 lfloor
5619 \end_layout
5620
5621 \end_inset
5622 </cell>
5623 <cell alignment="center" valignment="top" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627 \begin_inset Formula $\lfloor$
5628 \end_inset
5629
5630
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 </row>
5636 <row>
5637 <cell alignment="center" valignment="top" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 /
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 \begin_inset Formula $/$
5651 \end_inset
5652
5653
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 </row>
5659 <row>
5660 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664 |
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673 \begin_inset Formula $|$
5674 \end_inset
5675
5676
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 </row>
5682 </lyxtabular>
5683
5684 \end_inset
5685
5686
5687 \begin_inset space \hfill{}
5688 \end_inset
5689
5690
5691 \begin_inset Tabular
5692 <lyxtabular version="3" rows="9" columns="2">
5693 <features booktabs="true" tabularvalignment="middle">
5694 <column alignment="center" valignment="top" width="0pt">
5695 <column alignment="center" valignment="top" width="0pt">
5696 <row>
5697 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 Befehl
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 Ergebnis
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 </row>
5716 <row>
5717 <cell alignment="center" valignment="top" usebox="none">
5718 \begin_inset Text
5719
5720 \begin_layout Plain Layout
5721 )
5722 \end_layout
5723
5724 \end_inset
5725 </cell>
5726 <cell alignment="center" valignment="top" usebox="none">
5727 \begin_inset Text
5728
5729 \begin_layout Plain Layout
5730 \begin_inset Formula $)$
5731 \end_inset
5732
5733
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 </row>
5739 <row>
5740 <cell alignment="center" valignment="top" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 }
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 <cell alignment="center" valignment="top" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 \begin_inset Formula $\}$
5754 \end_inset
5755
5756
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 </row>
5762 <row>
5763 <cell alignment="center" valignment="top" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 ]
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell alignment="center" valignment="top" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 \begin_inset Formula $]$
5777 \end_inset
5778
5779
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 </row>
5785 <row>
5786 <cell alignment="center" valignment="top" usebox="none">
5787 \begin_inset Text
5788
5789 \begin_layout Plain Layout
5790
5791 \backslash
5792 rangle
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801 \begin_inset Formula $\rangle$
5802 \end_inset
5803
5804
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 </row>
5810 <row>
5811 <cell alignment="center" valignment="top" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815
5816 \backslash
5817 rceil
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 \begin_inset Formula $\rceil$
5827 \end_inset
5828
5829
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 </row>
5835 <row>
5836 <cell alignment="center" valignment="top" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840
5841 \backslash
5842 rfloor
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 \begin_inset Formula $\rfloor$
5852 \end_inset
5853
5854
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 </row>
5860 <row>
5861 <cell alignment="center" valignment="top" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865
5866 \backslash
5867
5868 \backslash
5869
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 \begin_inset Formula $\backslash$
5879 \end_inset
5880
5881
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 </row>
5887 <row>
5888 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892
5893 \backslash
5894 |
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 \begin_inset Formula $\|$
5904 \end_inset
5905
5906
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 </row>
5912 </lyxtabular>
5913
5914 \end_inset
5915
5916
5917 \begin_inset space \hfill{}
5918 \end_inset
5919
5920
5921 \end_layout
5922
5923 \begin_layout Standard
5924
5925 \series medium
5926 \begin_inset Note Greyedout
5927 status open
5928
5929 \begin_layout Plain Layout
5930
5931 \series bold
5932 Achtung:
5933 \series default
5934  Im \SpecialChar TeX
5935 -Modus muss für den Backslash der Befehl 
5936 \series bold
5937
5938 \backslash
5939 textbackslash
5940 \series default
5941
5942 \begin_inset Index idx
5943 status collapsed
5944
5945 \begin_layout Plain Layout
5946 Befehle ! T ! 
5947 \backslash
5948 textbackslash
5949 \end_layout
5950
5951 \end_inset
5952
5953  verwendet werden, denn der Befehl 
5954 \series bold
5955
5956 \backslash
5957
5958 \backslash
5959
5960 \series default
5961  steht dort für einen Zeilenumbruch.
5962 \end_layout
5963
5964 \end_inset
5965
5966
5967 \end_layout
5968
5969 \begin_layout Standard
5970 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
5971  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
5972  Dabei können dann statt den Befehlen 
5973 \series bold
5974
5975 \backslash
5976 langle
5977 \series default
5978  und 
5979 \series bold
5980
5981 \backslash
5982 rangle
5983 \series default
5984  direkt die Zeichen < und > verwendet werden.
5985 \end_layout
5986
5987 \begin_layout Subsubsection
5988 Manuelle Klammergrößen
5989 \begin_inset CommandInset label
5990 LatexCommand label
5991 name "subsec:Manuelle-Klammergrößen"
5992
5993 \end_inset
5994
5995
5996 \begin_inset Index idx
5997 status collapsed
5998
5999 \begin_layout Plain Layout
6000 Klammergrößen ! manuelle
6001 \end_layout
6002
6003 \end_inset
6004
6005
6006 \end_layout
6007
6008 \begin_layout Standard
6009 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6010  \SpecialChar LaTeX
6011 -Befehle 
6012 \series bold
6013
6014 \backslash
6015 big
6016 \series default
6017
6018 \begin_inset Index idx
6019 status collapsed
6020
6021 \begin_layout Plain Layout
6022 Befehle ! B ! 
6023 \backslash
6024 big
6025 \end_layout
6026
6027 \end_inset
6028
6029
6030 \series bold
6031
6032 \backslash
6033 Big
6034 \series default
6035
6036 \series bold
6037
6038 \backslash
6039 bigg
6040 \series default
6041  und 
6042 \series bold
6043
6044 \backslash
6045 Bigg
6046 \series default
6047  tun.
6048  
6049 \series bold
6050
6051 \backslash
6052 big
6053 \series default
6054  steht hierbei für die kleinste und 
6055 \series bold
6056
6057 \backslash
6058 Bigg
6059 \series default
6060  für die größte Klammergröße.
6061 \end_layout
6062
6063 \begin_layout Standard
6064 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6065 \begin_inset Separator parbreak
6066 \end_inset
6067
6068
6069 \end_layout
6070
6071 \begin_layout Standard
6072 \align center
6073 \begin_inset Tabular
6074 <lyxtabular version="3" rows="2" columns="2">
6075 <features tabularvalignment="middle">
6076 <column alignment="center" valignment="top" width="0pt">
6077 <column alignment="center" valignment="top" width="0pt">
6078 <row>
6079 <cell alignment="center" valignment="top" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083 einheitliche Klammergröße:
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell alignment="center" valignment="top" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6093 \end_inset
6094
6095
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 </row>
6101 <row>
6102 <cell alignment="center" valignment="top" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106 besser sieht das so aus:
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 <cell alignment="center" valignment="top" usebox="none">
6112 \begin_inset Text
6113
6114 \begin_layout Plain Layout
6115 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6116 \end_inset
6117
6118
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 </row>
6124 </lyxtabular>
6125
6126 \end_inset
6127
6128
6129 \begin_inset Note Note
6130 status collapsed
6131
6132 \begin_layout Plain Layout
6133
6134 \series bold
6135
6136 \backslash
6137 raisebox
6138 \series default
6139  dient nur
6140 \end_layout
6141
6142 \begin_layout Plain Layout
6143 als Abstandhalter.
6144 \end_layout
6145
6146 \end_inset
6147
6148
6149 \end_layout
6150
6151 \begin_layout Standard
6152 Für die zweite Formel wurde der Befehl 
6153 \series bold
6154
6155 \backslash
6156 Big((A+B)(A-B)
6157 \backslash
6158 Big)^
6159 \begin_inset space \textvisiblespace{}
6160 \end_inset
6161
6162 C
6163 \series default
6164  verwendet.
6165 \end_layout
6166
6167 \begin_layout Standard
6168 Hier alle Klammergrößen in der Übersicht:
6169 \begin_inset Separator parbreak
6170 \end_inset
6171
6172
6173 \end_layout
6174
6175 \begin_layout Standard
6176 \align center
6177
6178 \backslash
6179 Bigg(
6180 \backslash
6181 exp
6182 \backslash
6183 bigg<
6184 \backslash
6185 Big[
6186 \backslash
6187 big{
6188 \backslash
6189 ln(3x)
6190 \backslash
6191 big}^2
6192 \begin_inset space \textvisiblespace{}
6193 \end_inset
6194
6195
6196 \backslash
6197 sin(x)
6198 \backslash
6199 Big]^
6200 \begin_inset space \textvisiblespace{}
6201 \end_inset
6202
6203 A
6204 \begin_inset space \textvisiblespace{}
6205 \end_inset
6206
6207
6208 \backslash
6209 bigg>
6210 \backslash
6211 Bigg)^0,5
6212 \end_layout
6213
6214 \begin_layout Standard
6215 \align center
6216 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6217 \end_inset
6218
6219
6220 \end_layout
6221
6222 \begin_layout Standard
6223 Es gibt außer den 
6224 \series bold
6225
6226 \backslash
6227 big
6228 \series default
6229 -Befehlen noch die Variante 
6230 \series bold
6231
6232 \backslash
6233 bigm
6234 \series default
6235
6236 \begin_inset Index idx
6237 status collapsed
6238
6239 \begin_layout Plain Layout
6240 Befehle ! B ! 
6241 \backslash
6242 bigm
6243 \end_layout
6244
6245 \end_inset
6246
6247 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6248  die Variante 
6249 \series bold
6250
6251 \backslash
6252 bigl
6253 \series default
6254 -
6255 \series bold
6256
6257 \backslash
6258 bigr
6259 \series default
6260
6261 \begin_inset Index idx
6262 status collapsed
6263
6264 \begin_layout Plain Layout
6265 Befehle ! B ! 
6266 \backslash
6267 bigl - 
6268 \backslash
6269 bigr
6270 \end_layout
6271
6272 \end_inset
6273
6274 , die keinen zusätzlichen Leerraum erzeugt.
6275  Das 
6276 \emph on
6277 l
6278 \emph default
6279  am Ende des Befehls 
6280 \series bold
6281
6282 \backslash
6283 bigl
6284 \series default
6285  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6286  ein 
6287 \emph on
6288 r
6289 \emph default
6290  ersetzt.
6291  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6292  sein.
6293 \end_layout
6294
6295 \begin_layout Standard
6296 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6297 \begin_inset Separator parbreak
6298 \end_inset
6299
6300
6301 \end_layout
6302
6303 \begin_layout Standard
6304 \align center
6305 \begin_inset Tabular
6306 <lyxtabular version="3" rows="5" columns="2">
6307 <features tabularvalignment="middle">
6308 <column alignment="center" valignment="middle">
6309 <column alignment="center" valignment="middle">
6310 <row>
6311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315 Befehl
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 Ergebnis
6325 \begin_inset Note Note
6326 status collapsed
6327
6328 \begin_layout Plain Layout
6329
6330 \series bold
6331
6332 \backslash
6333 raisebox
6334 \series default
6335  dient nur als Abstandhalter.
6336 \end_layout
6337
6338 \end_inset
6339
6340
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 </row>
6346 <row>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351
6352 \backslash
6353 Bigm(
6354 \backslash
6355 bigm(
6356 \backslash
6357 ln(3x)
6358 \backslash
6359 bigm)^2
6360 \begin_inset space \textvisiblespace{}
6361 \end_inset
6362
6363
6364 \backslash
6365 Bigm)
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6375 \end_inset
6376
6377
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 </row>
6383 <row>
6384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388
6389 \backslash
6390 Big(
6391 \backslash
6392 big(
6393 \backslash
6394 ln(3x)
6395 \backslash
6396 big)^2
6397 \begin_inset space \textvisiblespace{}
6398 \end_inset
6399
6400
6401 \backslash
6402 Big)
6403 \end_layout
6404
6405 \end_inset
6406 </cell>
6407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6412 \end_inset
6413
6414
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 </row>
6420 <row>
6421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425
6426 \backslash
6427 Bigl(
6428 \backslash
6429 bigl(
6430 \backslash
6431 ln(3x)
6432 \backslash
6433 bigr)^2
6434 \begin_inset space \textvisiblespace{}
6435 \end_inset
6436
6437
6438 \backslash
6439 Bigr)
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Plain Layout
6448 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6449 \end_inset
6450
6451
6452 \end_layout
6453
6454 \end_inset
6455 </cell>
6456 </row>
6457 <row>
6458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6459 \begin_inset Text
6460
6461 \begin_layout Plain Layout
6462
6463 \backslash
6464 bigl)
6465 \backslash
6466 ln(3x)
6467 \backslash
6468 bigr(
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6478 \end_inset
6479
6480
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 </row>
6486 </lyxtabular>
6487
6488 \end_inset
6489
6490
6491 \end_layout
6492
6493 \begin_layout Subsubsection
6494 Automatische Klammergrößen
6495 \begin_inset CommandInset label
6496 LatexCommand label
6497 name "subsec:Automatische-Klammergrößen"
6498
6499 \end_inset
6500
6501
6502 \begin_inset Index idx
6503 status collapsed
6504
6505 \begin_layout Plain Layout
6506 Klammergrößen ! automatische
6507 \end_layout
6508
6509 \end_inset
6510
6511
6512 \end_layout
6513
6514 \begin_layout Standard
6515 Klammern variabler Größe können mit den Befehlen 
6516 \series bold
6517
6518 \backslash
6519 left
6520 \series default
6521
6522 \begin_inset Index idx
6523 status collapsed
6524
6525 \begin_layout Plain Layout
6526 Befehle ! L ! 
6527 \backslash
6528 left
6529 \end_layout
6530
6531 \end_inset
6532
6533  und 
6534 \series bold
6535
6536 \backslash
6537 right
6538 \series default
6539
6540 \begin_inset Index idx
6541 status collapsed
6542
6543 \begin_layout Plain Layout
6544 Befehle ! R ! 
6545 \backslash
6546 right
6547 \end_layout
6548
6549 \end_inset
6550
6551  oder über den Mathe-Werkzeugleistenknopf
6552 \family sans
6553  
6554 \family default
6555
6556 \begin_inset Info
6557 type  "icon"
6558 arg   "dialog-show mathdelimiter"
6559 \end_inset
6560
6561  eingefügt werden.
6562  Auf 
6563 \series bold
6564
6565 \backslash
6566 left
6567 \series default
6568  und 
6569 \series bold
6570
6571 \backslash
6572 right
6573 \series default
6574  muss unmittelbar die gewünschte Klammer folgen.
6575  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6576 \begin_inset Separator parbreak
6577 \end_inset
6578
6579
6580 \end_layout
6581
6582 \begin_layout Standard
6583 \align center
6584 normale Klammer: Der Befehl 
6585 \series bold
6586
6587 \backslash
6588 ln(
6589 \backslash
6590 frac
6591 \begin_inset space \textvisiblespace{}
6592 \end_inset
6593
6594 A
6595 \begin_inset Formula $\downarrow$
6596 \end_inset
6597
6598 C
6599 \begin_inset space \textvisiblespace{}
6600 \end_inset
6601
6602 )
6603 \series default
6604  ergibt
6605 \begin_inset Formula 
6606 \[
6607 \ln(\frac{A}{C})
6608 \]
6609
6610 \end_inset
6611
6612
6613 \end_layout
6614
6615 \begin_layout Standard
6616 \align center
6617 mehrzeilige Klammer: Der Befehl 
6618 \series bold
6619
6620 \backslash
6621 ln
6622 \backslash
6623 left(
6624 \backslash
6625 frac
6626 \begin_inset space \textvisiblespace{}
6627 \end_inset
6628
6629 A
6630 \begin_inset Formula $\downarrow$
6631 \end_inset
6632
6633 C
6634 \begin_inset space \textvisiblespace{}
6635 \end_inset
6636
6637
6638 \backslash
6639 right)
6640 \series default
6641  ergibt
6642 \begin_inset Formula 
6643 \[
6644 \ln\left(\frac{A}{C}\right)
6645 \]
6646
6647 \end_inset
6648
6649
6650 \end_layout
6651
6652 \begin_layout Standard
6653 An Stelle von 
6654 \series bold
6655
6656 \backslash
6657 left
6658 \series default
6659  und 
6660 \series bold
6661
6662 \backslash
6663 right
6664 \series default
6665  kann man die Tastenkürzel 
6666 \family sans
6667 Alt+M
6668 \begin_inset space ~
6669 \end_inset
6670
6671 Klammer
6672 \family default
6673  verwenden.
6674  Das hat den Vorteil, dass man in \SpecialChar LyX
6675  sofort die wahre Klammergröße sieht und
6676  dass die rechte Klammer gleich mit erstellt wird.
6677 \begin_inset Newline newline
6678 \end_inset
6679
6680 Der Befehl für das letzte Beispiel würde dann lauten: 
6681 \series bold
6682
6683 \backslash
6684 ln Alt+M
6685 \series default
6686  
6687 \series bold
6688 (
6689 \backslash
6690 frac
6691 \begin_inset space \textvisiblespace{}
6692 \end_inset
6693
6694 A
6695 \begin_inset Formula $\downarrow$
6696 \end_inset
6697
6698 C
6699 \end_layout
6700
6701 \begin_layout Standard
6702 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
6703  Klammer einen Punkt.
6704  So ergibt z.
6705 \begin_inset space \thinspace{}
6706 \end_inset
6707
6708 B.
6709  der Befehl 
6710 \series bold
6711
6712 \backslash
6713 left.
6714 \backslash
6715 frac
6716 \begin_inset space \textvisiblespace{}
6717 \end_inset
6718
6719 A
6720 \begin_inset Formula $\downarrow$
6721 \end_inset
6722
6723 B
6724 \begin_inset space \textvisiblespace{}
6725 \end_inset
6726
6727
6728 \backslash
6729 right}
6730 \series default
6731
6732 \begin_inset space \thinspace{}
6733 \end_inset
6734
6735 :
6736 \series bold
6737
6738 \begin_inset Formula 
6739 \[
6740 \left.\frac{A}{B}\right\} 
6741 \]
6742
6743 \end_inset
6744
6745
6746 \series default
6747 Die Befehle 
6748 \series bold
6749
6750 \backslash
6751 left
6752 \series default
6753  und 
6754 \series bold
6755
6756 \backslash
6757 right
6758 \series default
6759  werden beim Neu laden des Dokuments von \SpecialChar LyX
6760  in Klammern der richtigen Größe
6761  umgewandelt.
6762  Für eine weggelassene Klammer erscheint in \SpecialChar LyX
6763  eine gestrichelte Linie.
6764 \end_layout
6765
6766 \begin_layout Standard
6767 \begin_inset VSpace bigskip
6768 \end_inset
6769
6770 Da alle gängigen \SpecialChar LaTeX
6771 -Distributionen e\SpecialChar TeX
6772 , eine Erweiterung von \SpecialChar LaTeX
6773 , verwenden, steht
6774  für alle Klammern und Begrenzungszeichen zusätzlich der Befehl 
6775 \series bold
6776
6777 \backslash
6778 middle
6779 \series default
6780
6781 \begin_inset Index idx
6782 status collapsed
6783
6784 \begin_layout Plain Layout
6785 Befehle ! M ! 
6786 \backslash
6787 middle
6788 \end_layout
6789
6790 \end_inset
6791
6792  zur Verfügung.
6793  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
6794  angepasst, was z.
6795 \begin_inset space \thinspace{}
6796 \end_inset
6797
6798 B.
6799  für physikalische Vektoren von Nutzen ist:
6800 \begin_inset Formula 
6801 \[
6802 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6803 \]
6804
6805 \end_inset
6806
6807 Für physikalische Vektoren gibt es ein spezielles \SpecialChar LaTeX
6808 -Paket, das in 
6809 \begin_inset CommandInset ref
6810 LatexCommand ref
6811 reference "subsec:Physikalische-Vektoren"
6812
6813 \end_inset
6814
6815  beschrieben ist.
6816 \end_layout
6817
6818 \begin_layout Subsection
6819 Horizontale Klammern
6820 \begin_inset Index idx
6821 status collapsed
6822
6823 \begin_layout Plain Layout
6824 Klammern ! horizontale
6825 \end_layout
6826
6827 \end_inset
6828
6829
6830 \end_layout
6831
6832 \begin_layout Standard
6833 \align center
6834 \begin_inset Tabular
6835 <lyxtabular version="3" rows="4" columns="2">
6836 <features tabularvalignment="middle">
6837 <column alignment="center" valignment="top" width="0pt">
6838 <column alignment="center" valignment="top" width="0pt">
6839 <row>
6840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844 Befehl
6845 \begin_inset Note Note
6846 status collapsed
6847
6848 \begin_layout Plain Layout
6849
6850 \series bold
6851
6852 \backslash
6853 raisebox
6854 \series default
6855  dient nur als Abstandhalter.
6856 \end_layout
6857
6858 \end_inset
6859
6860
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 Ergebnis
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 </row>
6875 <row>
6876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 \begin_inset ERT
6881 status collapsed
6882
6883 \begin_layout Plain Layout
6884
6885
6886 \backslash
6887 raisebox{2.3mm}{
6888 \end_layout
6889
6890 \end_inset
6891
6892
6893 \backslash
6894 overbrace
6895 \begin_inset space \textvisiblespace{}
6896 \end_inset
6897
6898 A+B
6899 \begin_inset space \textvisiblespace{}
6900 \end_inset
6901
6902 ^
6903 \begin_inset space \textvisiblespace{}
6904 \end_inset
6905
6906 3
6907 \begin_inset ERT
6908 status collapsed
6909
6910 \begin_layout Plain Layout
6911
6912 }
6913 \end_layout
6914
6915 \end_inset
6916
6917
6918 \begin_inset Index idx
6919 status collapsed
6920
6921 \begin_layout Plain Layout
6922 Befehle ! O ! 
6923 \backslash
6924 overbrace
6925 \end_layout
6926
6927 \end_inset
6928
6929
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938 \begin_inset Formula $\overbrace{A+B}^{3}$
6939 \end_inset
6940
6941
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 </row>
6947 <row>
6948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952 \begin_inset ERT
6953 status collapsed
6954
6955 \begin_layout Plain Layout
6956
6957
6958 \backslash
6959 raisebox{-2.2mm}{
6960 \end_layout
6961
6962 \end_inset
6963
6964
6965 \backslash
6966 underbrace
6967 \begin_inset space \textvisiblespace{}
6968 \end_inset
6969
6970 A+B
6971 \begin_inset space \textvisiblespace{}
6972 \end_inset
6973
6974 _5
6975 \begin_inset ERT
6976 status collapsed
6977
6978 \begin_layout Plain Layout
6979
6980 }
6981 \end_layout
6982
6983 \end_inset
6984
6985
6986 \begin_inset Index idx
6987 status collapsed
6988
6989 \begin_layout Plain Layout
6990 Befehle ! U ! 
6991 \backslash
6992 underbrace
6993 \end_layout
6994
6995 \end_inset
6996
6997
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 \begin_inset Formula $\underbrace{A+B}_{5}$
7007 \end_inset
7008
7009
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 </row>
7015 <row>
7016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020
7021 \backslash
7022 overbrace
7023 \begin_inset space \textvisiblespace{}
7024 \end_inset
7025
7026
7027 \backslash
7028 underbrace
7029 \begin_inset space \textvisiblespace{}
7030 \end_inset
7031
7032 A+B_w
7033 \begin_inset space \textvisiblespace{}
7034 \end_inset
7035
7036
7037 \begin_inset space \textvisiblespace{}
7038 \end_inset
7039
7040 _7
7041 \begin_inset space \textvisiblespace{}
7042 \end_inset
7043
7044
7045 \begin_inset space \textvisiblespace{}
7046 \end_inset
7047
7048 ^
7049 \begin_inset space \textvisiblespace{}
7050 \end_inset
7051
7052 C
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7062 \end_inset
7063
7064
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 </row>
7070 </lyxtabular>
7071
7072 \end_inset
7073
7074
7075 \end_layout
7076
7077 \begin_layout Standard
7078 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7079 \series bold
7080
7081 \backslash
7082 overbrace
7083 \series default
7084  oder 
7085 \series bold
7086
7087 \backslash
7088 underbrace
7089 \series default
7090  eingibt.
7091 \end_layout
7092
7093 \begin_layout Standard
7094 \begin_inset VSpace medskip
7095 \end_inset
7096
7097
7098 \end_layout
7099
7100 \begin_layout Standard
7101 Wenn man in den Dokumenteinstellungen unter 
7102 \family sans
7103 Mathe-Optionen
7104 \family default
7105  für das Paket 
7106 \series bold
7107 mathtools
7108 \series default
7109
7110 \begin_inset Index idx
7111 status collapsed
7112
7113 \begin_layout Plain Layout
7114 Pakete ! mathtools
7115 \end_layout
7116
7117 \end_inset
7118
7119  die Option 
7120 \family sans
7121 Immer
7122 \begin_inset space ~
7123 \end_inset
7124
7125 laden
7126 \family default
7127  einstellt, hat man Zugriff auf eckige Klammern:
7128 \begin_inset Separator parbreak
7129 \end_inset
7130
7131
7132 \end_layout
7133
7134 \begin_layout Standard
7135 \align center
7136 \begin_inset Tabular
7137 <lyxtabular version="3" rows="4" columns="2">
7138 <features tabularvalignment="middle">
7139 <column alignment="center" valignment="top" width="0pt">
7140 <column alignment="center" valignment="top" width="0pt">
7141 <row>
7142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146 Befehl
7147 \begin_inset Note Note
7148 status collapsed
7149
7150 \begin_layout Plain Layout
7151
7152 \series bold
7153
7154 \backslash
7155 raisebox
7156 \series default
7157  dient nur als Abstandhalter.
7158 \end_layout
7159
7160 \end_inset
7161
7162
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Plain Layout
7171 Ergebnis
7172 \end_layout
7173
7174 \end_inset
7175 </cell>
7176 </row>
7177 <row>
7178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Plain Layout
7182 \begin_inset ERT
7183 status collapsed
7184
7185 \begin_layout Plain Layout
7186
7187
7188 \backslash
7189 raisebox{2.3mm}{
7190 \end_layout
7191
7192 \end_inset
7193
7194
7195 \backslash
7196 overbracket{A+B
7197 \begin_inset space \textvisiblespace{}
7198 \end_inset
7199
7200 ^3
7201 \begin_inset ERT
7202 status collapsed
7203
7204 \begin_layout Plain Layout
7205
7206 }
7207 \end_layout
7208
7209 \end_inset
7210
7211
7212 \begin_inset Index idx
7213 status collapsed
7214
7215 \begin_layout Plain Layout
7216 Befehle ! O ! 
7217 \backslash
7218 overbracket
7219 \end_layout
7220
7221 \end_inset
7222
7223
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232 \begin_inset Formula $\overbracket{A+B}^{3}$
7233 \end_inset
7234
7235
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 </row>
7241 <row>
7242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Plain Layout
7246 \begin_inset ERT
7247 status collapsed
7248
7249 \begin_layout Plain Layout
7250
7251
7252 \backslash
7253 raisebox{-2.2mm}{
7254 \end_layout
7255
7256 \end_inset
7257
7258
7259 \backslash
7260 underbracket{A+B
7261 \begin_inset space \textvisiblespace{}
7262 \end_inset
7263
7264 _5
7265 \begin_inset ERT
7266 status collapsed
7267
7268 \begin_layout Plain Layout
7269
7270 }
7271 \end_layout
7272
7273 \end_inset
7274
7275
7276 \begin_inset Index idx
7277 status collapsed
7278
7279 \begin_layout Plain Layout
7280 Befehle ! U ! 
7281 \backslash
7282 under
7283 \size normal
7284 bracket
7285 \end_layout
7286
7287 \end_inset
7288
7289
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298 \begin_inset Formula $\underbracket{A+B}_{5}$
7299 \end_inset
7300
7301
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 </row>
7307 <row>
7308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7309 \begin_inset Text
7310
7311 \begin_layout Plain Layout
7312
7313 \backslash
7314 overbracket{
7315 \backslash
7316 underbracket{A+B_w
7317 \begin_inset space \textvisiblespace{}
7318 \end_inset
7319
7320
7321 \begin_inset space \textvisiblespace{}
7322 \end_inset
7323
7324 _7
7325 \begin_inset space \textvisiblespace{}
7326 \end_inset
7327
7328
7329 \begin_inset space \textvisiblespace{}
7330 \end_inset
7331
7332 ^
7333 \begin_inset space \textvisiblespace{}
7334 \end_inset
7335
7336 C
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7346 \end_inset
7347
7348
7349 \end_layout
7350
7351 \end_inset
7352 </cell>
7353 </row>
7354 </lyxtabular>
7355
7356 \end_inset
7357
7358
7359 \end_layout
7360
7361 \begin_layout Standard
7362 Für 
7363 \series bold
7364
7365 \backslash
7366 overbracket
7367 \series default
7368  und 
7369 \series bold
7370
7371 \backslash
7372 underbracket
7373 \series default
7374  kann die Strichstärke der Klammer verändert werden, indem man die gewünschte
7375  Stärke in eckigen Klammern hinter dem Befehl angibt:
7376 \begin_inset Separator parbreak
7377 \end_inset
7378
7379
7380 \end_layout
7381
7382 \begin_layout Standard
7383 \align center
7384 \begin_inset Tabular
7385 <lyxtabular version="3" rows="3" columns="2">
7386 <features tabularvalignment="middle">
7387 <column alignment="center" valignment="top" width="0pt">
7388 <column alignment="center" valignment="top" width="0pt">
7389 <row>
7390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394 Befehl
7395 \begin_inset Note Note
7396 status collapsed
7397
7398 \begin_layout Plain Layout
7399
7400 \series bold
7401
7402 \backslash
7403 raisebox
7404 \series default
7405  dient nur als Abstandhalter.
7406 \end_layout
7407
7408 \end_inset
7409
7410
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Plain Layout
7419 Ergebnis
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 </row>
7425 <row>
7426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Plain Layout
7430 \begin_inset ERT
7431 status collapsed
7432
7433 \begin_layout Plain Layout
7434
7435
7436 \backslash
7437 raisebox{2.3mm}{
7438 \end_layout
7439
7440 \end_inset
7441
7442
7443 \backslash
7444 overbracket[3pt]
7445 \backslash
7446 {A+B
7447 \begin_inset space \textvisiblespace{}
7448 \end_inset
7449
7450 ^3
7451 \begin_inset ERT
7452 status collapsed
7453
7454 \begin_layout Plain Layout
7455
7456 }
7457 \end_layout
7458
7459 \end_inset
7460
7461
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7467 \begin_inset Text
7468
7469 \begin_layout Plain Layout
7470 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7471 \end_inset
7472
7473
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 </row>
7479 <row>
7480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Plain Layout
7484 \begin_inset ERT
7485 status collapsed
7486
7487 \begin_layout Plain Layout
7488
7489
7490 \backslash
7491 raisebox{-2.2mm}{
7492 \end_layout
7493
7494 \end_inset
7495
7496
7497 \backslash
7498 underbracket[1pt]
7499 \backslash
7500 {A+B
7501 \begin_inset space \textvisiblespace{}
7502 \end_inset
7503
7504 _5
7505 \begin_inset ERT
7506 status collapsed
7507
7508 \begin_layout Plain Layout
7509
7510 }
7511 \end_layout
7512
7513 \end_inset
7514
7515
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7525 \end_inset
7526
7527
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 </row>
7533 </lyxtabular>
7534
7535 \end_inset
7536
7537
7538 \end_layout
7539
7540 \begin_layout Standard
7541 \begin_inset VSpace bigskip
7542 \end_inset
7543
7544 Benötigt man Klammern, die sich überschneiden, muss man die in 
7545 \begin_inset CommandInset ref
7546 LatexCommand ref
7547 reference "sec:Mehrzeilige-Formeln"
7548
7549 \end_inset
7550
7551  beschriebenen mehrzeiligen Formeln verwenden:
7552 \begin_inset Formula 
7553 \begin{eqnarray*}
7554 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7555  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7556 \end{eqnarray*}
7557
7558 \end_inset
7559
7560 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7561  Dabei ist es wichtig, dass vor dem ersten 
7562 \begin_inset Formula $d$
7563 \end_inset
7564
7565  der Abstandsbefehl
7566 \begin_inset Foot
7567 status collapsed
7568
7569 \begin_layout Plain Layout
7570 Abstandsbefehle sind in 
7571 \begin_inset CommandInset ref
7572 LatexCommand ref
7573 reference "subsec:Vordefinierter-Leerraum"
7574
7575 \end_inset
7576
7577  erklärt.
7578 \end_layout
7579
7580 \end_inset
7581
7582  
7583 \series bold
7584
7585 \backslash
7586 :
7587 \series default
7588  eingegeben wird, denn die nach dem 
7589 \begin_inset Formula $q$
7590 \end_inset
7591
7592  endende Klammer verhindert, dass das nachfolgende 
7593 \begin_inset Quotes gld
7594 \end_inset
7595
7596 +
7597 \begin_inset Quotes grd
7598 \end_inset
7599
7600  von Leerraum umgeben ist.
7601 \begin_inset Foot
7602 status collapsed
7603
7604 \begin_layout Plain Layout
7605 weil eine Klammer nicht als Zeichen gilt, siehe 
7606 \begin_inset CommandInset ref
7607 LatexCommand ref
7608 reference "subsec:Binäre-Operatoren"
7609
7610 \end_inset
7611
7612
7613 \end_layout
7614
7615 \end_inset
7616
7617  In die zweite Zeile wird die zweite Klammer eingegeben.
7618  Da sie vor dem 
7619 \begin_inset Formula $b$
7620 \end_inset
7621
7622  beginnen soll, gibt man zuerst 
7623 \series bold
7624
7625 \backslash
7626 hphantom{gggg+
7627 \backslash
7628 :}
7629 \series default
7630  ein.
7631 \begin_inset Foot
7632 status collapsed
7633
7634 \begin_layout Plain Layout
7635 mehr zu 
7636 \series bold
7637
7638 \backslash
7639 hphantom
7640 \series default
7641  siehe 
7642 \begin_inset CommandInset ref
7643 LatexCommand ref
7644 reference "subsec:Platzhalter"
7645
7646 \end_inset
7647
7648 .
7649 \end_layout
7650
7651 \end_inset
7652
7653  Dieser Leerraum wird benötigt, weil das 
7654 \begin_inset Quotes gld
7655 \end_inset
7656
7657 +
7658 \begin_inset Quotes grd
7659 \end_inset
7660
7661  in der Formel auch von Leerraum umgeben ist.
7662  Die Klammer wird unter den Befehl 
7663 \series bold
7664
7665 \backslash
7666 hphantom{bbqq+dddd}
7667 \series default
7668  gesetzt.
7669 \end_layout
7670
7671 \begin_layout Standard
7672 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7673 n, wie in folgendem Beispiel:
7674 \begin_inset ERT
7675 status collapsed
7676
7677 \begin_layout Plain Layout
7678
7679
7680 \backslash
7681 setlength{
7682 \backslash
7683 jot}{-6pt}
7684 \end_layout
7685
7686 \end_inset
7687
7688
7689 \begin_inset Formula 
7690 \begin{eqnarray*}
7691  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7692 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7693 \end{eqnarray*}
7694
7695 \end_inset
7696
7697
7698 \begin_inset ERT
7699 status collapsed
7700
7701 \begin_layout Plain Layout
7702
7703
7704 \backslash
7705 setlength{
7706 \backslash
7707 jot}{3pt}
7708 \end_layout
7709
7710 \end_inset
7711
7712 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7713  mit dem Unterschied, dass sich die Klammer oben befindet.
7714  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7715  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7716  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7717  werden.
7718  Aufgrund eines Fehlers in \SpecialChar LyX
7719  ist dies nicht ohne Weiteres möglich.
7720 \begin_inset Foot
7721 status collapsed
7722
7723 \begin_layout Plain Layout
7724 \begin_inset CommandInset href
7725 LatexCommand href
7726 name "LyX-Fehler #1505"
7727 target "http://www.lyx.org/trac/ticket/1505"
7728
7729 \end_inset
7730
7731
7732 \end_layout
7733
7734 \end_inset
7735
7736  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7737 \series bold
7738
7739 \backslash
7740 jot
7741 \series default
7742
7743 \begin_inset Index idx
7744 status collapsed
7745
7746 \begin_layout Plain Layout
7747 Befehle ! J ! 
7748 \backslash
7749 jot
7750 \end_layout
7751
7752 \end_inset
7753
7754  vor der Formel mit dem Befehl 
7755 \series bold
7756
7757 \backslash
7758 setlength{
7759 \backslash
7760 jot}{-6pt}
7761 \series default
7762  im \SpecialChar TeX
7763 -Modus auf den Wert -6
7764 \begin_inset space \thinspace{}
7765 \end_inset
7766
7767 pt geändert.
7768  Nach der Formel wird 
7769 \series bold
7770
7771 \backslash
7772 jot
7773 \series default
7774  mit demselben Befehl wieder auf den Standardwert 3
7775 \begin_inset space \thinspace{}
7776 \end_inset
7777
7778 pt zurückgesetzt.
7779  Genaueres zum Zeilenabstand in Formeln ist in 
7780 \begin_inset CommandInset ref
7781 LatexCommand ref
7782 reference "subsec:Zeilenabstand"
7783
7784 \end_inset
7785
7786  erklärt.
7787 \end_layout
7788
7789 \begin_layout Section
7790 Pfeile
7791 \begin_inset Index idx
7792 status collapsed
7793
7794 \begin_layout Plain Layout
7795 Pfeile
7796 \end_layout
7797
7798 \end_inset
7799
7800
7801 \end_layout
7802
7803 \begin_layout Standard
7804 Pfeile können über den Mathe-Werkzeugleistenknopf 
7805 \begin_inset Info
7806 type  "icon"
7807 arg   "math-insert \\leftarrow"
7808 \end_inset
7809
7810  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7811  aufgelistet sind.
7812 \end_layout
7813
7814 \begin_layout Subsection
7815 Horizontale Pfeile
7816 \begin_inset Index idx
7817 status collapsed
7818
7819 \begin_layout Plain Layout
7820 Pfeile ! horizontale
7821 \end_layout
7822
7823 \end_inset
7824
7825
7826 \end_layout
7827
7828 \begin_layout Standard
7829 \begin_inset space \hfill{}
7830 \end_inset
7831
7832
7833 \begin_inset Tabular
7834 <lyxtabular version="3" rows="8" columns="2">
7835 <features tabularvalignment="middle">
7836 <column alignment="center" valignment="top" width="0pt">
7837 <column alignment="center" valignment="top" width="0pt">
7838 <row>
7839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843 Befehl
7844 \end_layout
7845
7846 \end_inset
7847 </cell>
7848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852 Ergebnis
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 </row>
7858 <row>
7859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863
7864 \backslash
7865 gets
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874 \begin_inset Formula $\gets$
7875 \end_inset
7876
7877
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 </row>
7883 <row>
7884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888
7889 \backslash
7890 Leftarrow
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899 \begin_inset Formula $\Leftarrow$
7900 \end_inset
7901
7902
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 </row>
7908 <row>
7909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913
7914 \backslash
7915 longleftarrow
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924 \begin_inset Formula $\longleftarrow$
7925 \end_inset
7926
7927
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 </row>
7933 <row>
7934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938
7939 \backslash
7940 Longleftarrow
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949 \begin_inset Formula $\Longleftarrow$
7950 \end_inset
7951
7952
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 </row>
7958 <row>
7959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963
7964 \backslash
7965 leftharpoonup
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974 \begin_inset Formula $\leftharpoonup$
7975 \end_inset
7976
7977
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 </row>
7983 <row>
7984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988
7989 \backslash
7990 leftharpoondown
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999 \begin_inset Formula $\leftharpoondown$
8000 \end_inset
8001
8002
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 </row>
8008 <row>
8009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013
8014 \backslash
8015 hookleftarrow
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 \begin_inset Formula $\hookleftarrow$
8025 \end_inset
8026
8027
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 </row>
8033 </lyxtabular>
8034
8035 \end_inset
8036
8037
8038 \begin_inset space \hfill{}
8039 \end_inset
8040
8041
8042 \begin_inset Tabular
8043 <lyxtabular version="3" rows="8" columns="2">
8044 <features tabularvalignment="middle">
8045 <column alignment="center" valignment="top" width="0pt">
8046 <column alignment="center" valignment="top" width="0pt">
8047 <row>
8048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052 Befehl
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 Ergebnis
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 </row>
8067 <row>
8068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072
8073 \backslash
8074 to
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 \begin_inset Formula $\to$
8084 \end_inset
8085
8086
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 </row>
8092 <row>
8093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097
8098 \backslash
8099 Rightarrow
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108 \begin_inset Formula $\Rightarrow$
8109 \end_inset
8110
8111
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 </row>
8117 <row>
8118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122
8123 \backslash
8124 longrightarrow
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 \begin_inset Formula $\longrightarrow$
8134 \end_inset
8135
8136
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 </row>
8142 <row>
8143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147
8148 \backslash
8149 Longrightarrow
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 \begin_inset Formula $\Longrightarrow$
8159 \end_inset
8160
8161
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 </row>
8167 <row>
8168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172
8173 \backslash
8174 rightharpoonup
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 \begin_inset Formula $\rightharpoonup$
8184 \end_inset
8185
8186
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 </row>
8192 <row>
8193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197
8198 \backslash
8199 rightharpoondown
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 \begin_inset Formula $\rightharpoondown$
8209 \end_inset
8210
8211
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 </row>
8217 <row>
8218 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222
8223 \backslash
8224 hookrightarrow
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 \begin_inset Formula $\hookrightarrow$
8234 \end_inset
8235
8236
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 </row>
8242 </lyxtabular>
8243
8244 \end_inset
8245
8246
8247 \begin_inset space \hfill{}
8248 \end_inset
8249
8250
8251 \end_layout
8252
8253 \begin_layout Standard
8254 \begin_inset space \hfill{}
8255 \end_inset
8256
8257
8258 \begin_inset Tabular
8259 <lyxtabular version="3" rows="6" columns="2">
8260 <features tabularvalignment="middle">
8261 <column alignment="center" valignment="top" width="0pt">
8262 <column alignment="center" valignment="top" width="0pt">
8263 <row>
8264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 Befehl
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277 Ergebnis
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 </row>
8283 <row>
8284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288
8289 \backslash
8290 leftrightarrow
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 \begin_inset Formula $\leftrightarrow$
8300 \end_inset
8301
8302
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 </row>
8308 <row>
8309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313
8314 \backslash
8315 Leftrightarrow
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 \begin_inset Formula $\Leftrightarrow$
8325 \end_inset
8326
8327
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 </row>
8333 <row>
8334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338
8339 \backslash
8340 longleftrightarrow
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 \begin_inset Formula $\longleftrightarrow$
8350 \end_inset
8351
8352
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 </row>
8358 <row>
8359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363
8364 \backslash
8365 Longleftrightarrow
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 \begin_inset Formula $\Longleftrightarrow$
8375 \end_inset
8376
8377
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 </row>
8383 <row>
8384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388
8389 \backslash
8390 rightleftharpoons
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 \begin_inset Formula $\rightleftharpoons$
8400 \end_inset
8401
8402
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 </row>
8408 </lyxtabular>
8409
8410 \end_inset
8411
8412
8413 \begin_inset space \hspace{}
8414 \length 25pt
8415 \end_inset
8416
8417
8418 \begin_inset space \hfill{}
8419 \end_inset
8420
8421
8422 \begin_inset Tabular
8423 <lyxtabular version="3" rows="5" columns="2">
8424 <features tabularvalignment="middle">
8425 <column alignment="center" valignment="top" width="0pt">
8426 <column alignment="center" valignment="top" width="0pt">
8427 <row>
8428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 Befehl
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 Ergebnis
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 </row>
8447 <row>
8448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452
8453 \backslash
8454 mapsto
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 \begin_inset Formula $\mapsto$
8464 \end_inset
8465
8466
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 </row>
8472 <row>
8473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477
8478 \backslash
8479 longmapsto
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 \begin_inset Formula $\longmapsto$
8489 \end_inset
8490
8491
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 </row>
8497 <row>
8498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502
8503 \backslash
8504 leadsto
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 \begin_inset Formula $\leadsto$
8514 \end_inset
8515
8516
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 </row>
8522 <row>
8523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527
8528 \backslash
8529 dasharrow
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538 \begin_inset Formula $\dasharrow$
8539 \end_inset
8540
8541
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 </row>
8547 </lyxtabular>
8548
8549 \end_inset
8550
8551
8552 \begin_inset space \hfill{}
8553 \end_inset
8554
8555
8556 \end_layout
8557
8558 \begin_layout Standard
8559 \begin_inset VSpace medskip
8560 \end_inset
8561
8562 Als Akzente verwendete Pfeile, wie z.
8563 \begin_inset space \thinspace{}
8564 \end_inset
8565
8566 B.
8567  Vektorpfeile, sind in 
8568 \begin_inset CommandInset ref
8569 LatexCommand ref
8570 reference "sec:Akzente"
8571
8572 \end_inset
8573
8574  aufgelistet.
8575 \end_layout
8576
8577 \begin_layout Standard
8578 \begin_inset VSpace bigskip
8579 \end_inset
8580
8581 Des Weiteren gibt es die beschriftbaren Pfeile
8582 \begin_inset Index idx
8583 status collapsed
8584
8585 \begin_layout Plain Layout
8586 Pfeile ! beschriftbare
8587 \end_layout
8588
8589 \end_inset
8590
8591  
8592 \series bold
8593
8594 \backslash
8595 xleftarrow
8596 \series default
8597
8598 \begin_inset Index idx
8599 status collapsed
8600
8601 \begin_layout Plain Layout
8602 Befehle ! X ! 
8603 \backslash
8604 xleftarrow
8605 \end_layout
8606
8607 \end_inset
8608
8609  und 
8610 \series bold
8611
8612 \backslash
8613 xrightarrow
8614 \series default
8615
8616 \begin_inset Index idx
8617 status collapsed
8618
8619 \begin_layout Plain Layout
8620 Befehle ! X ! 
8621 \backslash
8622 xrightarrow
8623 \begin_inset ERT
8624 status collapsed
8625
8626 \begin_layout Plain Layout
8627
8628
8629 \backslash
8630 vspace{4mm}
8631 \end_layout
8632
8633 \end_inset
8634
8635
8636 \end_layout
8637
8638 \end_inset
8639
8640 .
8641  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8642  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8643  Die Pfeillänge passt sich der Breite der Beschriftung an.
8644 \end_layout
8645
8646 \begin_layout Standard
8647 \align center
8648 \begin_inset Tabular
8649 <lyxtabular version="3" rows="3" columns="2">
8650 <features tabularvalignment="middle">
8651 <column alignment="center" valignment="top" width="0pt">
8652 <column alignment="center" valignment="top" width="0pt">
8653 <row>
8654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 Befehl
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667 Ergebnis
8668 \begin_inset Note Note
8669 status collapsed
8670
8671 \begin_layout Plain Layout
8672
8673 \series bold
8674
8675 \backslash
8676 raisebox
8677 \series default
8678  dient nur als Abstandhalter.
8679 \end_layout
8680
8681 \end_inset
8682
8683
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 </row>
8689 <row>
8690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 F(a)
8695 \backslash
8696 xleftarrow
8697 \begin_inset space \textvisiblespace{}
8698 \end_inset
8699
8700 x=a
8701 \begin_inset Formula $\downarrow$
8702 \end_inset
8703
8704 x>0
8705 \begin_inset Formula $\to$
8706 \end_inset
8707
8708 F(x)
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717 \begin_inset Formula $\raisebox{5.5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8718 \end_inset
8719
8720
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 </row>
8726 <row>
8727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 F(x)
8732 \backslash
8733 xrightarrow
8734 \begin_inset space \textvisiblespace{}
8735 \end_inset
8736
8737 x=a
8738 \begin_inset Formula $\downarrow$
8739 \end_inset
8740
8741 x>0
8742 \begin_inset Formula $\to$
8743 \end_inset
8744
8745 F(a)
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754 \begin_inset Formula $\raisebox{5.5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8755 \end_inset
8756
8757
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 </row>
8763 </lyxtabular>
8764
8765 \end_inset
8766
8767
8768 \end_layout
8769
8770 \begin_layout Standard
8771 \begin_inset VSpace medskip
8772 \end_inset
8773
8774
8775 \end_layout
8776
8777 \begin_layout Standard
8778 Wenn man in den Dokumenteinstellungen unter 
8779 \family sans
8780 Mathe-Optionen
8781 \family default
8782  für das Paket 
8783 \series bold
8784 mathtools
8785 \series default
8786
8787 \begin_inset Index idx
8788 status collapsed
8789
8790 \begin_layout Plain Layout
8791 Pakete ! mathtools
8792 \end_layout
8793
8794 \end_inset
8795
8796  die Option 
8797 \family sans
8798 Immer
8799 \begin_inset space ~
8800 \end_inset
8801
8802 laden
8803 \family default
8804  einstellt, hat man Zugriff auf die folgenden beschriftbaren Pfeile:
8805 \begin_inset Separator parbreak
8806 \end_inset
8807
8808
8809 \end_layout
8810
8811 \begin_layout Standard
8812 \align center
8813 \begin_inset space \hspace*{\fill}
8814 \end_inset
8815
8816
8817 \begin_inset Tabular
8818 <lyxtabular version="3" rows="7" columns="2">
8819 <features tabularvalignment="middle">
8820 <column alignment="center" valignment="top" width="0pt">
8821 <column alignment="center" valignment="top" width="0pt">
8822 <row>
8823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827 Befehl
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 Beispiel
8837 \begin_inset Note Note
8838 status collapsed
8839
8840 \begin_layout Plain Layout
8841
8842 \series bold
8843
8844 \backslash
8845 raisebox
8846 \series default
8847  dient nur als Abstandhalter.
8848 \end_layout
8849
8850 \end_inset
8851
8852
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 </row>
8858 <row>
8859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863
8864 \backslash
8865 xleftrightarrow
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 \begin_inset Formula $\raisebox{6mm}{}\xleftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8875 \end_inset
8876
8877
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 </row>
8883 <row>
8884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888
8889 \backslash
8890 xLeftarrow
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899 \begin_inset Formula $\raisebox{6mm}{}\xLeftarrow[x=a]{x>0}\raisebox{-4mm}{}$
8900 \end_inset
8901
8902
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 </row>
8908 <row>
8909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913
8914 \backslash
8915 xRightarrow
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924 \begin_inset Formula $\raisebox{6mm}{}\xRightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8925 \end_inset
8926
8927
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 </row>
8933 <row>
8934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938
8939 \backslash
8940 xLeftrightarrow
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 \begin_inset Formula $\raisebox{6mm}{}\xLeftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8950 \end_inset
8951
8952
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 </row>
8958 <row>
8959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963
8964 \backslash
8965 xhookleftarrow
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 \begin_inset Formula $\raisebox{6mm}{}\xhookleftarrow[x=a]{x>0}\raisebox{-4mm}{}$
8975 \end_inset
8976
8977
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 </row>
8983 <row>
8984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988
8989 \backslash
8990 xhookrightarrow
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999 \begin_inset Formula $\raisebox{6mm}{}\xhookrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9000 \end_inset
9001
9002
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 </row>
9008 </lyxtabular>
9009
9010 \end_inset
9011
9012
9013 \begin_inset space \hspace*{\fill}
9014 \end_inset
9015
9016
9017 \begin_inset Tabular
9018 <lyxtabular version="3" rows="7" columns="2">
9019 <features tabularvalignment="middle">
9020 <column alignment="center" valignment="top" width="0pt">
9021 <column alignment="center" valignment="top" width="0pt">
9022 <row>
9023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 Befehl
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 Beispiel
9037 \begin_inset Note Note
9038 status collapsed
9039
9040 \begin_layout Plain Layout
9041
9042 \series bold
9043
9044 \backslash
9045 raisebox
9046 \series default
9047  dient nur als Abstandhalter.
9048 \end_layout
9049
9050 \end_inset
9051
9052
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 </row>
9058 <row>
9059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063
9064 \backslash
9065 xleftharpoondown
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9075 \end_inset
9076
9077
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 </row>
9083 <row>
9084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088
9089 \backslash
9090 xleftharpoonup
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9100 \end_inset
9101
9102
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 </row>
9108 <row>
9109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113
9114 \backslash
9115 xrightharpoondown
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9125 \end_inset
9126
9127
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 </row>
9133 <row>
9134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138
9139 \backslash
9140 xrightharpoonup
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9150 \end_inset
9151
9152
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row>
9159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \backslash
9165 xleftrightharpoons
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 \begin_inset Formula $\raisebox{6mm}{}\xleftrightharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9175 \end_inset
9176
9177
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 </row>
9183 <row>
9184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188
9189 \backslash
9190 xrightleftharpoons
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 \begin_inset Formula $\raisebox{6mm}{}\xrightleftharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9200 \end_inset
9201
9202
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 </row>
9208 </lyxtabular>
9209
9210 \end_inset
9211
9212
9213 \begin_inset space \hspace*{\fill}
9214 \end_inset
9215
9216
9217 \end_layout
9218
9219 \begin_layout Standard
9220 Das Befehlsschema ist für all diese Pfeile dasselbe:
9221 \begin_inset Separator parbreak
9222 \end_inset
9223
9224
9225 \end_layout
9226
9227 \begin_layout Standard
9228 \align center
9229 \begin_inset Tabular
9230 <lyxtabular version="3" rows="2" columns="2">
9231 <features tabularvalignment="middle">
9232 <column alignment="center" valignment="top" width="0pt">
9233 <column alignment="center" valignment="top" width="0pt">
9234 <row>
9235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239 Befehl
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248 Ergebnis
9249 \begin_inset Note Note
9250 status collapsed
9251
9252 \begin_layout Plain Layout
9253
9254 \series bold
9255
9256 \backslash
9257 raisebox
9258 \series default
9259  dient nur als Abstandhalter.
9260 \end_layout
9261
9262 \end_inset
9263
9264
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 <row>
9271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 F(a)
9276 \backslash
9277 xleftrightarrow[x=a]
9278 \backslash
9279 {x>0
9280 \begin_inset Formula $\to$
9281 \end_inset
9282
9283 F(x)
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 \begin_inset Formula $\raisebox{6mm}{}F(a)\xleftrightarrow[x=a]{x>0}F(x)\raisebox{-4mm}{}$
9293 \end_inset
9294
9295
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 </row>
9301 </lyxtabular>
9302
9303 \end_inset
9304
9305
9306 \end_layout
9307
9308 \begin_layout Standard
9309 \begin_inset Newpage newpage
9310 \end_inset
9311
9312
9313 \end_layout
9314
9315 \begin_layout Subsection
9316 Vertikale und diagonale Pfeile
9317 \begin_inset Index idx
9318 status collapsed
9319
9320 \begin_layout Plain Layout
9321 Pfeile ! diagonale
9322 \end_layout
9323
9324 \end_inset
9325
9326
9327 \begin_inset Index idx
9328 status collapsed
9329
9330 \begin_layout Plain Layout
9331 Pfeile ! vertikale
9332 \end_layout
9333
9334 \end_inset
9335
9336
9337 \end_layout
9338
9339 \begin_layout Standard
9340 \begin_inset space \hfill{}
9341 \end_inset
9342
9343
9344 \begin_inset Tabular
9345 <lyxtabular version="3" rows="7" columns="2">
9346 <features tabularvalignment="middle">
9347 <column alignment="center" valignment="top" width="0pt">
9348 <column alignment="center" valignment="top" width="0pt">
9349 <row>
9350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354 Befehl
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363 Ergebnis
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 </row>
9369 <row>
9370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374
9375 \backslash
9376 uparrow
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 \begin_inset Formula $\uparrow$
9386 \end_inset
9387
9388
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 </row>
9394 <row>
9395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399
9400 \backslash
9401 Uparrow
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410 \begin_inset Formula $\Uparrow$
9411 \end_inset
9412
9413
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 </row>
9419 <row>
9420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9421 \begin_inset Text
9422
9423 \begin_layout Plain Layout
9424
9425 \backslash
9426 updownarrow
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435 \begin_inset Formula $\updownarrow$
9436 \end_inset
9437
9438
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 </row>
9444 <row>
9445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449
9450 \backslash
9451 Updownarrow
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460 \begin_inset Formula $\Updownarrow$
9461 \end_inset
9462
9463
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 </row>
9469 <row>
9470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474
9475 \backslash
9476 Downarrow
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Plain Layout
9485 \begin_inset Formula $\Downarrow$
9486 \end_inset
9487
9488
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 </row>
9494 <row>
9495 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499
9500 \backslash
9501 downarrow
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510 \begin_inset Formula $\downarrow$
9511 \end_inset
9512
9513
9514 \end_layout
9515
9516 \end_inset
9517 </cell>
9518 </row>
9519 </lyxtabular>
9520
9521 \end_inset
9522
9523
9524 \begin_inset space \hfill{}
9525 \end_inset
9526
9527
9528 \begin_inset Tabular
9529 <lyxtabular version="3" rows="5" columns="2">
9530 <features tabularvalignment="middle">
9531 <column alignment="center" valignment="top" width="0pt">
9532 <column alignment="center" valignment="top" width="0pt">
9533 <row>
9534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538 Befehl
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547 Ergebnis
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 </row>
9553 <row>
9554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9555 \begin_inset Text
9556
9557 \begin_layout Plain Layout
9558
9559 \backslash
9560 nearrow
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Plain Layout
9569 \begin_inset Formula $\nearrow$
9570 \end_inset
9571
9572
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 </row>
9578 <row>
9579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Plain Layout
9583
9584 \backslash
9585 searrow
9586 \end_layout
9587
9588 \end_inset
9589 </cell>
9590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9591 \begin_inset Text
9592
9593 \begin_layout Plain Layout
9594 \begin_inset Formula $\searrow$
9595 \end_inset
9596
9597
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 </row>
9603 <row>
9604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608
9609 \backslash
9610 swarrow
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619 \begin_inset Formula $\swarrow$
9620 \end_inset
9621
9622
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 </row>
9628 <row>
9629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9630 \begin_inset Text
9631
9632 \begin_layout Plain Layout
9633
9634 \backslash
9635 nwarrow
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Plain Layout
9644 \begin_inset Formula $\nwarrow$
9645 \end_inset
9646
9647
9648 \end_layout
9649
9650 \end_inset
9651 </cell>
9652 </row>
9653 </lyxtabular>
9654
9655 \end_inset
9656
9657
9658 \begin_inset space \hfill{}
9659 \end_inset
9660
9661
9662 \end_layout
9663
9664 \begin_layout Standard
9665 \begin_inset VSpace medskip
9666 \end_inset
9667
9668 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9669  
9670 \begin_inset CommandInset ref
9671 LatexCommand ref
9672 reference "subsec:Manuelle-Klammergrößen"
9673
9674 \end_inset
9675
9676  und 
9677 \begin_inset CommandInset ref
9678 LatexCommand ref
9679 reference "subsec:Automatische-Klammergrößen"
9680
9681 \end_inset
9682
9683  beschriebenen Befehlen verwendet werden.
9684 \end_layout
9685
9686 \begin_layout Section
9687 Akzente
9688 \begin_inset CommandInset label
9689 LatexCommand label
9690 name "sec:Akzente"
9691
9692 \end_inset
9693
9694
9695 \begin_inset Index idx
9696 status collapsed
9697
9698 \begin_layout Plain Layout
9699 Akzente
9700 \end_layout
9701
9702 \end_inset
9703
9704
9705 \end_layout
9706
9707 \begin_layout Standard
9708 Akzente können über den Mathe-Werkzeugleistenknopf 
9709 \begin_inset Info
9710 type  "icon"
9711 arg   "math-insert \\hat"
9712 \end_inset
9713
9714  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9715  aufgelistet sind.
9716 \end_layout
9717
9718 \begin_layout Subsection
9719 Akzente für ein Zeichen
9720 \begin_inset ERT
9721 status collapsed
9722
9723 \begin_layout Plain Layout
9724
9725
9726 \backslash
9727 texorpdfstring{
9728 \end_layout
9729
9730 \end_inset
9731
9732
9733 \begin_inset Foot
9734 status collapsed
9735
9736 \begin_layout Plain Layout
9737 Akzente im Text siehe 
9738 \begin_inset CommandInset ref
9739 LatexCommand ref
9740 reference "subsec:Sonderzeichen-Akzente"
9741
9742 \end_inset
9743
9744
9745 \end_layout
9746
9747 \end_inset
9748
9749
9750 \begin_inset ERT
9751 status collapsed
9752
9753 \begin_layout Plain Layout
9754
9755 }{}
9756 \end_layout
9757
9758 \end_inset
9759
9760
9761 \begin_inset Note Note
9762 status collapsed
9763
9764 \begin_layout Plain Layout
9765
9766 \series bold
9767
9768 \backslash
9769 texorpdfstring
9770 \series default
9771  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9772 \end_layout
9773
9774 \begin_layout Plain Layout
9775 Näheres zu 
9776 \series bold
9777
9778 \backslash
9779 texorpdfstring
9780 \series default
9781  steht in Kapitel 
9782 \begin_inset CommandInset ref
9783 LatexCommand ref
9784 reference "subsec:Formeln-in-Überschriften"
9785
9786 \end_inset
9787
9788 .
9789 \end_layout
9790
9791 \end_inset
9792
9793
9794 \begin_inset CommandInset label
9795 LatexCommand label
9796 name "subsec:Akzente-für-ein"
9797
9798 \end_inset
9799
9800
9801 \begin_inset Index idx
9802 status collapsed
9803
9804 \begin_layout Plain Layout
9805 Akzente ! für ein Zeichen
9806 \end_layout
9807
9808 \end_inset
9809
9810
9811 \end_layout
9812
9813 \begin_layout Standard
9814 \begin_inset space \hfill{}
9815 \end_inset
9816
9817
9818 \begin_inset Tabular
9819 <lyxtabular version="3" rows="8" columns="2">
9820 <features tabularvalignment="middle">
9821 <column alignment="center" valignment="top" width="0pt">
9822 <column alignment="center" valignment="top" width="0pt">
9823 <row>
9824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Plain Layout
9828 Befehl
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837 Ergebnis
9838 \begin_inset Note Note
9839 status collapsed
9840
9841 \begin_layout Plain Layout
9842
9843 \series bold
9844
9845 \backslash
9846 raisebox
9847 \series default
9848  dient nur als Abstandhalter.
9849 \end_layout
9850
9851 \end_inset
9852
9853
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 </row>
9859 <row>
9860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864
9865 \backslash
9866 dot
9867 \begin_inset space \textvisiblespace{}
9868 \end_inset
9869
9870 A
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9880 \end_inset
9881
9882
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 </row>
9888 <row>
9889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9890 \begin_inset Text
9891
9892 \begin_layout Plain Layout
9893
9894 \backslash
9895 ddot
9896 \begin_inset space \textvisiblespace{}
9897 \end_inset
9898
9899 A
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9905 \begin_inset Text
9906
9907 \begin_layout Plain Layout
9908 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9909 \end_inset
9910
9911
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 </row>
9917 <row>
9918 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922
9923 \backslash
9924 dddot
9925 \begin_inset space \textvisiblespace{}
9926 \end_inset
9927
9928 A
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9938 \end_inset
9939
9940
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 </row>
9946 <row>
9947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951
9952 \backslash
9953 ddddot
9954 \begin_inset space \textvisiblespace{}
9955 \end_inset
9956
9957 A
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9967 \end_inset
9968
9969
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 </row>
9975 <row>
9976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980
9981 \backslash
9982 vec
9983 \begin_inset space \textvisiblespace{}
9984 \end_inset
9985
9986 A
9987 \begin_inset Index idx
9988 status collapsed
9989
9990 \begin_layout Plain Layout
9991 Vektoren
9992 \end_layout
9993
9994 \end_inset
9995
9996
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
10006 \end_inset
10007
10008
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 </row>
10014 <row>
10015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019
10020 \backslash
10021 bar
10022 \begin_inset space \textvisiblespace{}
10023 \end_inset
10024
10025 A
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
10035 \end_inset
10036
10037
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 </row>
10043 <row>
10044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048
10049 \backslash
10050 mathring
10051 \begin_inset space \textvisiblespace{}
10052 \end_inset
10053
10054 A
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
10064 \end_inset
10065
10066
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 </row>
10072 </lyxtabular>
10073
10074 \end_inset
10075
10076
10077 \begin_inset space \hfill{}
10078 \end_inset
10079
10080
10081 \begin_inset Tabular
10082 <lyxtabular version="3" rows="7" columns="2">
10083 <features tabularvalignment="middle">
10084 <column alignment="center" valignment="top" width="0pt">
10085 <column alignment="center" valignment="top" width="0pt">
10086 <row>
10087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091 Befehl
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100 Ergebnis
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 </row>
10106 <row>
10107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111
10112 \backslash
10113 tilde
10114 \begin_inset space \textvisiblespace{}
10115 \end_inset
10116
10117 A
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10127 \end_inset
10128
10129
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 </row>
10135 <row>
10136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140
10141 \backslash
10142 hat
10143 \begin_inset space \textvisiblespace{}
10144 \end_inset
10145
10146 A
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10156 \end_inset
10157
10158
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 </row>
10164 <row>
10165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169
10170 \backslash
10171 check
10172 \begin_inset space \textvisiblespace{}
10173 \end_inset
10174
10175 A
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10185 \end_inset
10186
10187
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 </row>
10193 <row>
10194 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198
10199 \backslash
10200 acute
10201 \begin_inset space \textvisiblespace{}
10202 \end_inset
10203
10204 A
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10214 \end_inset
10215
10216
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 </row>
10222 <row>
10223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227
10228 \backslash
10229 grave
10230 \begin_inset space \textvisiblespace{}
10231 \end_inset
10232
10233 A
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10243 \end_inset
10244
10245
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 </row>
10251 <row>
10252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256
10257 \backslash
10258 breve
10259 \begin_inset space \textvisiblespace{}
10260 \end_inset
10261
10262 A
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10272 \end_inset
10273
10274
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 </row>
10280 </lyxtabular>
10281
10282 \end_inset
10283
10284
10285 \begin_inset space \hfill{}
10286 \end_inset
10287
10288
10289 \end_layout
10290
10291 \begin_layout Standard
10292 \begin_inset VSpace bigskip
10293 \end_inset
10294
10295 Akzente wie z.B.
10296  é können direkt in Formeln eingegeben werden.
10297  \SpecialChar LyX
10298  transformiert sie dann in den entsprechenden Akzentbefehl.
10299  Für Umlaute
10300 \begin_inset Index idx
10301 status collapsed
10302
10303 \begin_layout Plain Layout
10304 Umlaute
10305 \end_layout
10306
10307 \end_inset
10308
10309  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
10310  Diese beiden Zeichen bilden dann für \SpecialChar LaTeX
10311  
10312 \emph on
10313 ein
10314 \emph default
10315  Zeichen.
10316  Im Gegensatz zu 
10317 \series bold
10318
10319 \backslash
10320 ddot
10321 \series default
10322  entstehen damit 
10323 \begin_inset Quotes gld
10324 \end_inset
10325
10326 echte
10327 \begin_inset Quotes grd
10328 \end_inset
10329
10330  Umlaute, was folgendes Beispiel zeigt:
10331 \end_layout
10332
10333 \begin_layout Standard
10334 \begin_inset VSpace -2mm
10335 \end_inset
10336
10337
10338 \end_layout
10339
10340 \begin_layout Standard
10341 \align center
10342 \begin_inset Tabular
10343 <lyxtabular version="3" rows="3" columns="2">
10344 <features tabularvalignment="middle">
10345 <column alignment="center" valignment="top">
10346 <column alignment="center" valignment="top">
10347 <row>
10348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 Befehl
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 Ergebnis
10362 \begin_inset Note Note
10363 status collapsed
10364
10365 \begin_layout Plain Layout
10366
10367 \series bold
10368
10369 \backslash
10370 raisebox
10371 \series default
10372  dient nur als Abstandhalter.
10373 \end_layout
10374
10375 \end_inset
10376
10377
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 </row>
10383 <row>
10384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 \begin_inset Quotes grd
10389 \end_inset
10390
10391 i
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400 \begin_inset Formula $"i$
10401 \end_inset
10402
10403
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 </row>
10409 <row>
10410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414
10415 \backslash
10416 ddot
10417 \begin_inset space \textvisiblespace{}
10418 \end_inset
10419
10420 i
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10430 \end_inset
10431
10432
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 </row>
10438 </lyxtabular>
10439
10440 \end_inset
10441
10442
10443 \end_layout
10444
10445 \begin_layout Standard
10446 Ein weiterer Vorteil gegenüber 
10447 \series bold
10448
10449 \backslash
10450 ddot
10451 \series default
10452  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10453  denn die obigen Akzentbefehle sind 
10454 \emph on
10455 im mathematischen Text\SpecialChar softhyphen
10456 modus nicht erlaubt
10457 \emph default
10458 .
10459  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10460  nur das Zeichen unter dem Akzent umgewandelt werden.
10461  Das gilt auch für alle anderen Umwandlungen wie z.
10462 \begin_inset space \thinspace{}
10463 \end_inset
10464
10465 B.
10466  in kursiv oder fett.
10467 \end_layout
10468
10469 \begin_layout Standard
10470 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10471  direkt eingegeben werden.
10472 \end_layout
10473
10474 \begin_layout Standard
10475 \begin_inset VSpace bigskip
10476 \end_inset
10477
10478
10479 \end_layout
10480
10481 \begin_layout Standard
10482 \SpecialChar LyX
10483  unterstützt auch eine Tilde unter einem Zeichen, wenn das \SpecialChar LaTeX
10484 -Paket 
10485 \series bold
10486 undertilde
10487 \series default
10488
10489 \begin_inset Index idx
10490 status collapsed
10491
10492 \begin_layout Plain Layout
10493 Pakete ! undertilde
10494 \end_layout
10495
10496 \end_inset
10497
10498  auf Ihrem System installiert ist:
10499 \end_layout
10500
10501 \begin_layout Standard
10502 \begin_inset ERT
10503 status collapsed
10504
10505 \begin_layout Plain Layout
10506
10507
10508 \backslash
10509 ifundertilde 
10510 \end_layout
10511
10512 \end_inset
10513
10514
10515 \begin_inset Note Note
10516 status open
10517
10518 \begin_layout Plain Layout
10519 Die folgende Tabelle erscheint nur im Ausdruck wenn das \SpecialChar LaTeX
10520 -Paket 
10521 \series bold
10522 undertilde
10523 \series default
10524  installiert ist:
10525 \end_layout
10526
10527 \end_inset
10528
10529
10530 \begin_inset Separator parbreak
10531 \end_inset
10532
10533
10534 \end_layout
10535
10536 \begin_layout Standard
10537 \noindent
10538 \align center
10539 \begin_inset Tabular
10540 <lyxtabular version="3" rows="2" columns="2">
10541 <features tabularvalignment="middle">
10542 <column alignment="center" valignment="top" width="0pt">
10543 <column alignment="center" valignment="top" width="0pt">
10544 <row>
10545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549 Befehl
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 Ergebnis
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 </row>
10564 <row>
10565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569
10570 \backslash
10571 utilde
10572 \begin_inset space \textvisiblespace{}
10573 \end_inset
10574
10575 A
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
10585 \end_inset
10586
10587
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 </row>
10593 </lyxtabular>
10594
10595 \end_inset
10596
10597
10598 \end_layout
10599
10600 \begin_layout Standard
10601 \begin_inset ERT
10602 status collapsed
10603
10604 \begin_layout Plain Layout
10605
10606
10607 \backslash
10608 else 
10609 \end_layout
10610
10611 \end_inset
10612
10613
10614 \begin_inset Note Note
10615 status open
10616
10617 \begin_layout Plain Layout
10618 Folgendes erscheint im Ausdruck wenn das \SpecialChar LaTeX
10619 -Paket 
10620 \series bold
10621 undertilde
10622 \series default
10623  nicht installiert ist:
10624 \end_layout
10625
10626 \end_inset
10627
10628
10629 \end_layout
10630
10631 \begin_layout Standard
10632 Das \SpecialChar LaTeX
10633 -Paket 
10634 \series bold
10635 undertilde 
10636 \series default
10637 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
10638 \end_layout
10639
10640 \begin_layout Standard
10641 \begin_inset ERT
10642 status collapsed
10643
10644 \begin_layout Plain Layout
10645
10646
10647 \backslash
10648 fi 
10649 \end_layout
10650
10651 \end_inset
10652
10653
10654 \end_layout
10655
10656 \begin_layout Subsection
10657 Akzente für mehrere Zeichen
10658 \begin_inset Index idx
10659 status collapsed
10660
10661 \begin_layout Plain Layout
10662 Akzente ! für mehrere Zeichen
10663 \end_layout
10664
10665 \end_inset
10666
10667
10668 \end_layout
10669
10670 \begin_layout Standard
10671 \begin_inset space \hfill{}
10672 \end_inset
10673
10674
10675 \begin_inset Tabular
10676 <lyxtabular version="3" rows="5" columns="2">
10677 <features tabularvalignment="middle">
10678 <column alignment="center" valignment="top" width="0pt">
10679 <column alignment="center" valignment="top" width="0pt">
10680 <row>
10681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Plain Layout
10685 Befehl
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694 Ergebnis
10695 \begin_inset Note Note
10696 status collapsed
10697
10698 \begin_layout Plain Layout
10699
10700 \series bold
10701
10702 \backslash
10703 raisebox
10704 \series default
10705  dient nur als Abstandhalter.
10706 \end_layout
10707
10708 \end_inset
10709
10710
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 </row>
10716 <row>
10717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721
10722 \backslash
10723 overleftarrow
10724 \begin_inset space \textvisiblespace{}
10725 \end_inset
10726
10727 A=B
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10737 \end_inset
10738
10739
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 </row>
10745 <row>
10746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750
10751 \backslash
10752 underleftarrow
10753 \begin_inset space \textvisiblespace{}
10754 \end_inset
10755
10756 A=B
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10766 \end_inset
10767
10768
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 </row>
10774 <row>
10775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779
10780 \backslash
10781 overleftrightarrow
10782 \begin_inset space \textvisiblespace{}
10783 \end_inset
10784
10785 A=B
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10795 \end_inset
10796
10797
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 </row>
10803 <row>
10804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808
10809 \backslash
10810 underleftrightarrow
10811 \begin_inset space \textvisiblespace{}
10812 \end_inset
10813
10814 A=B
10815 \end_layout
10816
10817 \end_inset
10818 </cell>
10819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10820 \begin_inset Text
10821
10822 \begin_layout Plain Layout
10823 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10824 \end_inset
10825
10826
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 </row>
10832 </lyxtabular>
10833
10834 \end_inset
10835
10836
10837 \begin_inset space \hfill{}
10838 \end_inset
10839
10840
10841 \begin_inset Tabular
10842 <lyxtabular version="3" rows="5" columns="2">
10843 <features tabularvalignment="middle">
10844 <column alignment="center" valignment="top" width="0pt">
10845 <column alignment="center" valignment="top" width="0pt">
10846 <row>
10847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851 Befehl
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Plain Layout
10860 Ergebnis
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 </row>
10866 <row>
10867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871
10872 \backslash
10873 overrightarrow
10874 \begin_inset space \textvisiblespace{}
10875 \end_inset
10876
10877 A=B
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10887 \end_inset
10888
10889
10890 \end_layout
10891
10892 \end_inset
10893 </cell>
10894 </row>
10895 <row>
10896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900
10901 \backslash
10902 underrightarrow
10903 \begin_inset space \textvisiblespace{}
10904 \end_inset
10905
10906 A=B
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10916 \end_inset
10917
10918
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 </row>
10924 <row>
10925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929
10930 \backslash
10931 widetilde
10932 \begin_inset space \textvisiblespace{}
10933 \end_inset
10934
10935 A=B
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10945 \end_inset
10946
10947
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 </row>
10953 <row>
10954 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958
10959 \backslash
10960 widehat
10961 \begin_inset space \textvisiblespace{}
10962 \end_inset
10963
10964 A=B
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10974 \end_inset
10975
10976
10977 \end_layout
10978
10979 \end_inset
10980 </cell>
10981 </row>
10982 </lyxtabular>
10983
10984 \end_inset
10985
10986
10987 \begin_inset space \hfill{}
10988 \end_inset
10989
10990
10991 \end_layout
10992
10993 \begin_layout Standard
10994 \begin_inset VSpace medskip
10995 \end_inset
10996
10997 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10998  Die Akzente
10999 \begin_inset Newline linebreak
11000 \end_inset
11001
11002
11003 \series bold
11004
11005 \backslash
11006 widetilde
11007 \series default
11008  und 
11009 \series bold
11010
11011 \backslash
11012 widehat
11013 \series default
11014  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
11015  was folgendes Beispiel verdeutlicht:
11016 \begin_inset Formula 
11017 \[
11018 \widetilde{A+B=C-D}
11019 \]
11020
11021 \end_inset
11022
11023
11024 \end_layout
11025
11026 \begin_layout Standard
11027 Mit den im vorigen Kapitel beschriebenen Befehlen 
11028 \series bold
11029
11030 \backslash
11031 overset
11032 \series default
11033
11034 \begin_inset Index idx
11035 status collapsed
11036
11037 \begin_layout Plain Layout
11038 Befehle ! O ! 
11039 \backslash
11040 overset
11041 \end_layout
11042
11043 \end_inset
11044
11045  und 
11046 \series bold
11047
11048 \backslash
11049 underset
11050 \series default
11051
11052 \begin_inset Index idx
11053 status collapsed
11054
11055 \begin_layout Plain Layout
11056 Befehle ! U ! 
11057 \backslash
11058 underset
11059 \end_layout
11060
11061 \end_inset
11062
11063  ist es auch möglich mehrere Zeichen zu akzentuieren.
11064  Der Befehl 
11065 \series bold
11066
11067 \backslash
11068 underset
11069 \begin_inset space \textvisiblespace{}
11070 \end_inset
11071
11072 A=B
11073 \begin_inset Formula $\downarrow$
11074 \end_inset
11075
11076 ***
11077 \series default
11078  ergibt:
11079 \begin_inset Formula 
11080 \[
11081 \underset{***}{A=B}
11082 \]
11083
11084 \end_inset
11085
11086
11087 \end_layout
11088
11089 \begin_layout Section
11090 Leerraum
11091 \begin_inset CommandInset label
11092 LatexCommand label
11093 name "subsec:Leerraum"
11094
11095 \end_inset
11096
11097
11098 \begin_inset Index idx
11099 status collapsed
11100
11101 \begin_layout Plain Layout
11102 Leerraum ! horizontaler
11103 \end_layout
11104
11105 \end_inset
11106
11107
11108 \end_layout
11109
11110 \begin_layout Subsection
11111 Vordefinierter Leerraum
11112 \begin_inset CommandInset label
11113 LatexCommand label
11114 name "subsec:Vordefinierter-Leerraum"
11115
11116 \end_inset
11117
11118
11119 \begin_inset Index idx
11120 status collapsed
11121
11122 \begin_layout Plain Layout
11123 Leerraum ! horizontaler ! vordefiniert
11124 \end_layout
11125
11126 \end_inset
11127
11128
11129 \end_layout
11130
11131 \begin_layout Standard
11132 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
11133  Dazu gibt man ein geschütztes Leerzeichen ein.
11134  Es erscheint ein 
11135 \begin_inset Quotes gld
11136 \end_inset
11137
11138
11139 \color blue
11140
11141 \begin_inset space \textvisiblespace{}
11142 \end_inset
11143
11144
11145 \color inherit
11146
11147 \begin_inset Quotes grd
11148 \end_inset
11149
11150  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
11151  Leerraum-Größen wählen.
11152  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
11153 \begin_inset Info
11154 type  "icon"
11155 arg   "math-insert \\space"
11156 \end_inset
11157
11158  oder mit einzelnen Befehlen aufrufen.
11159  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
11160  danach wieder aus allen Größen wählen.
11161 \begin_inset Separator parbreak
11162 \end_inset
11163
11164
11165 \end_layout
11166
11167 \begin_layout Standard
11168 \align center
11169 \begin_inset Tabular
11170 <lyxtabular version="3" rows="6" columns="3">
11171 <features tabularvalignment="middle">
11172 <column alignment="center" valignment="top">
11173 <column alignment="center" valignment="top" width="15col%">
11174 <column alignment="center" valignment="top">
11175 <row>
11176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180 Befehl
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189 Anzahl der Leertastendrücke
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 Ergebnis
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 </row>
11204 <row>
11205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11206 \begin_inset Text
11207
11208 \begin_layout Plain Layout
11209
11210 \backslash
11211 ,
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Plain Layout
11220 0
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Plain Layout
11229 \begin_inset Formula $A\,B$
11230 \end_inset
11231
11232
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 </row>
11238 <row>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243
11244 \backslash
11245 :
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 1
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 \begin_inset Formula $A\:B$
11264 \end_inset
11265
11266
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 </row>
11272 <row>
11273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Plain Layout
11277
11278 \backslash
11279 ;
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288 2
11289 \end_layout
11290
11291 \end_inset
11292 </cell>
11293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Plain Layout
11297 \begin_inset Formula $A\;B$
11298 \end_inset
11299
11300
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 </row>
11306 <row>
11307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311
11312 \backslash
11313 quad
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 3
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331 \begin_inset Formula $A\quad B$
11332 \end_inset
11333
11334
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 </row>
11340 <row>
11341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345
11346 \backslash
11347 qquad
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 4
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 \begin_inset Formula $A\qquad B$
11366 \end_inset
11367
11368
11369 \end_layout
11370
11371 \end_inset
11372 </cell>
11373 </row>
11374 </lyxtabular>
11375
11376 \end_inset
11377
11378
11379 \begin_inset space \hfill{}
11380 \end_inset
11381
11382
11383 \begin_inset Tabular
11384 <lyxtabular version="3" rows="6" columns="3">
11385 <features tabularvalignment="middle">
11386 <column alignment="center" valignment="top">
11387 <column alignment="center" valignment="top" width="15col%">
11388 <column alignment="center" valignment="top">
11389 <row>
11390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 Befehl
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 Anzahl der Leertastendrücke
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 Ergebnis
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 </row>
11418 <row>
11419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423
11424 \backslash
11425 hfill
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 5
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 \begin_inset Formula $A\hfill B$
11444 \end_inset
11445
11446
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 </row>
11452 <row>
11453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457
11458 \backslash
11459 hspace*{1em}
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 6
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477 \begin_inset Formula $A\hspace*{1em}B$
11478 \end_inset
11479
11480
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 </row>
11486 <row>
11487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491
11492 \backslash
11493 hspace{1em}
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 7
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 \begin_inset Formula $A\hspace{1em}B$
11512 \end_inset
11513
11514
11515 \end_layout
11516
11517 \end_inset
11518 </cell>
11519 </row>
11520 <row>
11521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525
11526 \backslash
11527
11528 \begin_inset space \textvisiblespace{}
11529 \end_inset
11530
11531
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 8
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 \begin_inset Formula $A\ B$
11550 \end_inset
11551
11552
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 </row>
11558 <row>
11559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11560 \begin_inset Text
11561
11562 \begin_layout Plain Layout
11563
11564 \backslash
11565 !
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11571 \begin_inset Text
11572
11573 \begin_layout Plain Layout
11574 9
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583 \begin_inset Formula $A\!B$
11584 \end_inset
11585
11586
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 </row>
11592 </lyxtabular>
11593
11594 \end_inset
11595
11596
11597 \end_layout
11598
11599 \begin_layout Standard
11600 Leerraum
11601 \begin_inset space ~
11602 \end_inset
11603
11604 5
11605 \begin_inset space \thinspace{}
11606 \end_inset
11607
11608
11609 \begin_inset space \thinspace{}
11610 \end_inset
11611
11612 7 sind variable Leerräume, die in 
11613 \begin_inset CommandInset ref
11614 LatexCommand ref
11615 reference "subsec:Variabler-Leerraum"
11616
11617 \end_inset
11618
11619  erläutert sind.
11620  Leerraum
11621 \begin_inset space ~
11622 \end_inset
11623
11624 9 scheint überhaupt keinen Leerraum zu produzieren.
11625  Er ist in \SpecialChar LyX
11626  allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11627  denn er erstellt negativen Leerraum.
11628  Es gibt noch zwei weitere negative Leerräume:
11629 \begin_inset VSpace -4mm
11630 \end_inset
11631
11632
11633 \end_layout
11634
11635 \begin_layout Standard
11636 \align center
11637 \begin_inset Tabular
11638 <lyxtabular version="3" rows="3" columns="3">
11639 <features tabularvalignment="middle">
11640 <column alignment="center" valignment="middle" width="6.8cm">
11641 <column alignment="center" valignment="top" width="0pt">
11642 <column alignment="center" valignment="top" width="0pt">
11643 <row>
11644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11645 \begin_inset Text
11646
11647 \begin_layout Plain Layout
11648 Befehl
11649 \end_layout
11650
11651 \end_inset
11652 </cell>
11653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Plain Layout
11657
11658 \backslash
11659 negmedspace
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668
11669 \backslash
11670 negthickspace
11671 \end_layout
11672
11673 \end_inset
11674 </cell>
11675 </row>
11676 <row>
11677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11687 \begin_inset Text
11688
11689 \begin_layout Plain Layout
11690 10
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Plain Layout
11699 11
11700 \end_layout
11701
11702 \end_inset
11703 </cell>
11704 </row>
11705 <row>
11706 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11707 \begin_inset Text
11708
11709 \begin_layout Plain Layout
11710 Ergebnis
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11716 \begin_inset Text
11717
11718 \begin_layout Plain Layout
11719 \begin_inset Formula $A\negmedspace B$
11720 \end_inset
11721
11722
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731 \begin_inset Formula $A\negthickspace B$
11732 \end_inset
11733
11734
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 </row>
11740 </lyxtabular>
11741
11742 \end_inset
11743
11744
11745 \end_layout
11746
11747 \begin_layout Standard
11748 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11749  Man kann auf diese Weise Ligaturen erzwingen, was z.
11750 \begin_inset space \thinspace{}
11751 \end_inset
11752
11753 B.
11754  für Summenzeichen von Nutzen ist:
11755 \begin_inset VSpace -4mm
11756 \end_inset
11757
11758
11759 \end_layout
11760
11761 \begin_layout Standard
11762 \align center
11763 \begin_inset Tabular
11764 <lyxtabular version="3" rows="3" columns="2">
11765 <features tabularvalignment="middle">
11766 <column alignment="center" valignment="top">
11767 <column alignment="center" valignment="top">
11768 <row>
11769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 Befehl
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 Ergebnis
11783 \begin_inset Note Note
11784 status collapsed
11785
11786 \begin_layout Plain Layout
11787
11788 \series bold
11789
11790 \backslash
11791 raisebox
11792 \series default
11793  dient nur als Abstandhalter.
11794 \end_layout
11795
11796 \end_inset
11797
11798
11799 \end_layout
11800
11801 \end_inset
11802 </cell>
11803 </row>
11804 <row>
11805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11806 \begin_inset Text
11807
11808 \begin_layout Plain Layout
11809
11810 \backslash
11811 sum
11812 \backslash
11813 sum
11814 \begin_inset space \textvisiblespace{}
11815 \end_inset
11816
11817 f_kl
11818 \end_layout
11819
11820 \end_inset
11821 </cell>
11822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11823 \begin_inset Text
11824
11825 \begin_layout Plain Layout
11826 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11827 \end_inset
11828
11829
11830 \end_layout
11831
11832 \end_inset
11833 </cell>
11834 </row>
11835 <row>
11836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840
11841 \backslash
11842 sum
11843 \backslash
11844 negmedspace
11845 \backslash
11846 sum
11847 \begin_inset space \textvisiblespace{}
11848 \end_inset
11849
11850 f_kl
11851 \end_layout
11852
11853 \end_inset
11854 </cell>
11855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11856 \begin_inset Text
11857
11858 \begin_layout Plain Layout
11859 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11860 \end_inset
11861
11862
11863 \end_layout
11864
11865 \end_inset
11866 </cell>
11867 </row>
11868 </lyxtabular>
11869
11870 \end_inset
11871
11872
11873 \end_layout
11874
11875 \begin_layout Standard
11876 \noindent
11877 \begin_inset VSpace medskip
11878 \end_inset
11879
11880
11881 \end_layout
11882
11883 \begin_layout Standard
11884 \noindent
11885 Relationen, wie z.
11886 \begin_inset space \thinspace{}
11887 \end_inset
11888
11889 B.
11890  Gleichheitszeichen, sind immer von Leerraum umgeben.
11891  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11892  \SpecialChar TeX
11893 -Klammer.
11894  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11895 \begin_inset VSpace -4mm
11896 \end_inset
11897
11898
11899 \end_layout
11900
11901 \begin_layout Standard
11902 \align center
11903 \begin_inset Tabular
11904 <lyxtabular version="3" rows="2" columns="2">
11905 <features tabularvalignment="middle">
11906 <column alignment="center" valignment="top" width="0pt">
11907 <column alignment="center" valignment="top" width="0pt">
11908 <row>
11909 <cell alignment="center" valignment="top" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 normale Gleichung
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 <cell alignment="center" valignment="top" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922 \begin_inset Formula $A=B$
11923 \end_inset
11924
11925
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 </row>
11931 <row>
11932 <cell alignment="center" valignment="top" usebox="none">
11933 \begin_inset Text
11934
11935 \begin_layout Plain Layout
11936 \begin_inset Note Note
11937 status collapsed
11938
11939 \begin_layout Plain Layout
11940
11941 \series bold
11942
11943 \backslash
11944 raisebox
11945 \series default
11946  dient nur als Abstandhalter.
11947 \end_layout
11948
11949 \end_inset
11950
11951
11952 \begin_inset Formula $\raisebox{5mm}{}$
11953 \end_inset
11954
11955 Gleichung ohne Leerraum
11956 \end_layout
11957
11958 \end_inset
11959 </cell>
11960 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11961 \begin_inset Text
11962
11963 \begin_layout Plain Layout
11964 \begin_inset Formula $A{=}B$
11965 \end_inset
11966
11967
11968 \end_layout
11969
11970 \end_inset
11971 </cell>
11972 </row>
11973 </lyxtabular>
11974
11975 \end_inset
11976
11977
11978 \end_layout
11979
11980 \begin_layout Standard
11981 Der Befehl für die letzte Formel lautet: 
11982 \series bold
11983 A
11984 \backslash
11985 {=
11986 \begin_inset Formula $\to$
11987 \end_inset
11988
11989 B
11990 \end_layout
11991
11992 \begin_layout Standard
11993 \begin_inset VSpace bigskip
11994 \end_inset
11995
11996 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11997  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11998  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11999 \family sans
12000 Einfügen\SpecialChar menuseparator
12001 Formatierung\SpecialChar menuseparator
12002 Kleiner
12003 \begin_inset space ~
12004 \end_inset
12005
12006 Abstand
12007 \family default
12008  (Tastenkürzel 
12009 \family sans
12010 Strg+Shift+Leertaste
12011 \family default
12012 ) ein.
12013 \end_layout
12014
12015 \begin_layout Standard
12016 Ein Beispiel zur Veranschaulichung:
12017 \end_layout
12018
12019 \begin_layout Standard
12020 \begin_inset Tabular
12021 <lyxtabular version="3" rows="2" columns="2">
12022 <features tabularvalignment="middle">
12023 <column alignment="left" valignment="top">
12024 <column alignment="left" valignment="top">
12025 <row>
12026 <cell alignment="center" valignment="top" usebox="none">
12027 \begin_inset Text
12028
12029 \begin_layout Plain Layout
12030 24 kW
12031 \begin_inset Formula $\cdot$
12032 \end_inset
12033
12034 h
12035 \end_layout
12036
12037 \end_inset
12038 </cell>
12039 <cell alignment="center" valignment="top" usebox="none">
12040 \begin_inset Text
12041
12042 \begin_layout Plain Layout
12043 Leerzeichen zwischen Wert und Einheit
12044 \end_layout
12045
12046 \end_inset
12047 </cell>
12048 </row>
12049 <row>
12050 <cell alignment="center" valignment="top" usebox="none">
12051 \begin_inset Text
12052
12053 \begin_layout Plain Layout
12054 24
12055 \begin_inset space \thinspace{}
12056 \end_inset
12057
12058 kW
12059 \begin_inset Formula $\cdot$
12060 \end_inset
12061
12062 h
12063 \end_layout
12064
12065 \end_inset
12066 </cell>
12067 <cell alignment="center" valignment="top" usebox="none">
12068 \begin_inset Text
12069
12070 \begin_layout Plain Layout
12071 kleinster Leerraum zwischen Wert und Einheit
12072 \end_layout
12073
12074 \end_inset
12075 </cell>
12076 </row>
12077 </lyxtabular>
12078
12079 \end_inset
12080
12081
12082 \end_layout
12083
12084 \begin_layout Subsection
12085 Variabler Leerraum
12086 \begin_inset ERT
12087 status collapsed
12088
12089 \begin_layout Plain Layout
12090
12091
12092 \backslash
12093 texorpdfstring{
12094 \end_layout
12095
12096 \end_inset
12097
12098
12099 \begin_inset Foot
12100 status collapsed
12101
12102 \begin_layout Plain Layout
12103 für vertikalen Leerraum in Formeln siehe 
12104 \begin_inset CommandInset ref
12105 LatexCommand ref
12106 reference "subsec:Zeilenabstand"
12107
12108 \end_inset
12109
12110
12111 \end_layout
12112
12113 \end_inset
12114
12115
12116 \begin_inset ERT
12117 status collapsed
12118
12119 \begin_layout Plain Layout
12120
12121 }{}
12122 \end_layout
12123
12124 \end_inset
12125
12126
12127 \begin_inset Note Note
12128 status collapsed
12129
12130 \begin_layout Plain Layout
12131
12132 \series bold
12133
12134 \backslash
12135 texorpdfstring
12136 \series default
12137  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
12138 \end_layout
12139
12140 \begin_layout Plain Layout
12141 Näheres zu 
12142 \series bold
12143
12144 \backslash
12145 texorpdfstring
12146 \series default
12147  steht in Kapitel 
12148 \begin_inset CommandInset ref
12149 LatexCommand ref
12150 reference "subsec:Formeln-in-Überschriften"
12151
12152 \end_inset
12153
12154 .
12155 \end_layout
12156
12157 \end_inset
12158
12159
12160 \begin_inset CommandInset label
12161 LatexCommand label
12162 name "subsec:Variabler-Leerraum"
12163
12164 \end_inset
12165
12166
12167 \begin_inset Index idx
12168 status collapsed
12169
12170 \begin_layout Plain Layout
12171 Leerraum ! horizontaler ! variabel
12172 \end_layout
12173
12174 \end_inset
12175
12176
12177 \end_layout
12178
12179 \begin_layout Standard
12180 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
12181 \series bold
12182
12183 \backslash
12184 hspace
12185 \series default
12186
12187 \begin_inset Index idx
12188 status collapsed
12189
12190 \begin_layout Plain Layout
12191 Befehle ! H ! 
12192 \backslash
12193 hspace
12194 \end_layout
12195
12196 \end_inset
12197
12198  einfügen.
12199  Es erscheint ein langes 
12200 \begin_inset Quotes gld
12201 \end_inset
12202
12203
12204 \color blue
12205
12206 \begin_inset space \textvisiblespace{}
12207 \end_inset
12208
12209
12210 \color inherit
12211
12212 \begin_inset Quotes grd
12213 \end_inset
12214
12215 .
12216  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
12217  das 
12218 \begin_inset Quotes gld
12219 \end_inset
12220
12221
12222 \color blue
12223
12224 \begin_inset space \textvisiblespace{}
12225 \end_inset
12226
12227
12228 \color inherit
12229
12230 \begin_inset Quotes grd
12231 \end_inset
12232
12233  klickt.
12234  Die Länge darf auch negativ sein.
12235  Wenn ein Leerraum das erste Zeichen in einer Zeile ist, wird er automatisch
12236  weggelassen.
12237  Um seine Ausgabe zu erzwingen, verwendet man den Befehl 
12238 \series bold
12239
12240 \backslash
12241 hspace*
12242 \series default
12243  statt 
12244 \series bold
12245
12246 \backslash
12247 hspace
12248 \series default
12249  oder klickt mit der linken Maustaste auf das 
12250 \begin_inset Quotes gld
12251 \end_inset
12252
12253
12254 \color blue
12255
12256 \begin_inset space \textvisiblespace{}
12257 \end_inset
12258
12259
12260 \color inherit
12261
12262 \begin_inset Quotes grd
12263 \end_inset
12264
12265  und wählt die Option 
12266 \family sans
12267 Schützen
12268 \family default
12269  aus.
12270 \begin_inset Newline newline
12271 \end_inset
12272
12273 Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
12274  einnimmt, benutzt man den Befehl 
12275 \series bold
12276
12277 \backslash
12278 hfill
12279 \series default
12280
12281 \begin_inset Index idx
12282 status collapsed
12283
12284 \begin_layout Plain Layout
12285 Befehle ! H ! 
12286 \backslash
12287 hfill
12288 \end_layout
12289
12290 \end_inset
12291
12292 .
12293 \end_layout
12294
12295 \begin_layout Standard
12296 \begin_inset VSpace -1mm
12297 \end_inset
12298
12299
12300 \end_layout
12301
12302 \begin_layout Standard
12303 \align center
12304 \begin_inset Tabular
12305 <lyxtabular version="3" rows="4" columns="2">
12306 <features tabularvalignment="middle">
12307 <column alignment="center" valignment="top">
12308 <column alignment="center" valignment="top">
12309 <row>
12310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12311 \begin_inset Text
12312
12313 \begin_layout Plain Layout
12314 Befehl (
12315 \backslash
12316 hspace Länge)
12317 \end_layout
12318
12319 \end_inset
12320 </cell>
12321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12322 \begin_inset Text
12323
12324 \begin_layout Plain Layout
12325 Ergebnis
12326 \end_layout
12327
12328 \end_inset
12329 </cell>
12330 </row>
12331 <row>
12332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12333 \begin_inset Text
12334
12335 \begin_layout Plain Layout
12336 A=B
12337 \backslash
12338 hspace
12339 \begin_inset space \textvisiblespace{}
12340 \end_inset
12341
12342 A
12343 \backslash
12344 not=C (3
12345 \begin_inset space \thinspace{}
12346 \end_inset
12347
12348 cm)
12349 \end_layout
12350
12351 \end_inset
12352 </cell>
12353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12354 \begin_inset Text
12355
12356 \begin_layout Plain Layout
12357 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12358 \end_inset
12359
12360
12361 \end_layout
12362
12363 \end_inset
12364 </cell>
12365 </row>
12366 <row>
12367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12368 \begin_inset Text
12369
12370 \begin_layout Plain Layout
12371 A
12372 \backslash
12373 hspace
12374 \begin_inset space \textvisiblespace{}
12375 \end_inset
12376
12377 A
12378 \backslash
12379 not=A (-1
12380 \begin_inset space \thinspace{}
12381 \end_inset
12382
12383 mm)
12384 \end_layout
12385
12386 \end_inset
12387 </cell>
12388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12389 \begin_inset Text
12390
12391 \begin_layout Plain Layout
12392 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12393 \end_inset
12394
12395
12396 \end_layout
12397
12398 \end_inset
12399 </cell>
12400 </row>
12401 <row>
12402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12403 \begin_inset Text
12404
12405 \begin_layout Plain Layout
12406 A=A
12407 \backslash
12408 hfill
12409 \begin_inset space \textvisiblespace{}
12410 \end_inset
12411
12412 B=B
12413 \end_layout
12414
12415 \end_inset
12416 </cell>
12417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12418 \begin_inset Text
12419
12420 \begin_layout Plain Layout
12421 \begin_inset Formula $A=A\hfill B=B$
12422 \end_inset
12423
12424
12425 \end_layout
12426
12427 \end_inset
12428 </cell>
12429 </row>
12430 </lyxtabular>
12431
12432 \end_inset
12433
12434
12435 \end_layout
12436
12437 \begin_layout Standard
12438 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12439  Spalteneintrags der Tabelle vorgegeben.
12440  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12441  in die 
12442 \series bold
12443
12444 \backslash
12445 hfill
12446 \series default
12447  eingegeben wird.
12448  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12449  
12450 \series bold
12451
12452 \backslash
12453 hfill
12454 \series default
12455  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12456 \series bold
12457 Eingerückt
12458 \series default
12459  eingestellt ist.
12460  (Formelstile sind in 
12461 \begin_inset CommandInset ref
12462 LatexCommand ref
12463 reference "sec:Formelstile"
12464
12465 \end_inset
12466
12467  erklärt.)
12468 \end_layout
12469
12470 \begin_layout Standard
12471 Neben 
12472 \series bold
12473
12474 \backslash
12475 hfill
12476 \series default
12477  gibt es noch die Befehle 
12478 \series bold
12479
12480 \backslash
12481 dotfill
12482 \series default
12483  und 
12484 \series bold
12485
12486 \backslash
12487 hrulefill
12488 \series default
12489 , die den Leerraum mit einem Muster füllen, siehe 
12490 \begin_inset CommandInset ref
12491 LatexCommand ref
12492 reference "subsec:Fortsetzungspunkte"
12493
12494 \end_inset
12495
12496  für ein Beispiel.
12497 \end_layout
12498
12499 \begin_layout Standard
12500 Variabler Leerraum kann für Text über das Menü 
12501 \family sans
12502 Einfügen\SpecialChar menuseparator
12503 Formatierung\SpecialChar menuseparator
12504 Horizontaler
12505 \begin_inset space ~
12506 \end_inset
12507
12508 Abstand
12509 \family default
12510  eingefügt werden:
12511 \end_layout
12512
12513 \begin_layout Standard
12514 Dies ist eine Zeile mit
12515 \begin_inset space \hspace{}
12516 \length 2cm
12517 \end_inset
12518
12519 2
12520 \begin_inset space \thinspace{}
12521 \end_inset
12522
12523 cm Leerraum.
12524 \end_layout
12525
12526 \begin_layout Standard
12527 Dies ist eine Zeile mit
12528 \begin_inset space \hfill{}
12529 \end_inset
12530
12531 maximalem Leerraum.
12532 \end_layout
12533
12534 \begin_layout Subsection
12535 Leerraum neben eingebetteten Formeln
12536 \begin_inset Index idx
12537 status collapsed
12538
12539 \begin_layout Plain Layout
12540 Leerraum ! neben eingebetteten Formeln
12541 \end_layout
12542
12543 \end_inset
12544
12545
12546 \end_layout
12547
12548 \begin_layout Standard
12549 Über die Länge 
12550 \series bold
12551
12552 \backslash
12553 mathsurround
12554 \series default
12555
12556 \begin_inset Index idx
12557 status collapsed
12558
12559 \begin_layout Plain Layout
12560 Befehle ! M ! 
12561 \backslash
12562 mathsurround
12563 \end_layout
12564
12565 \end_inset
12566
12567  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12568  wird.
12569  Der Wert einer Länge wird mit dem Befehl 
12570 \series bold
12571
12572 \backslash
12573 setlength
12574 \series default
12575
12576 \begin_inset Index idx
12577 status collapsed
12578
12579 \begin_layout Plain Layout
12580 Befehle ! S ! 
12581 \backslash
12582 setlength
12583 \end_layout
12584
12585 \end_inset
12586
12587  gesetzt.
12588  Dieser besitzt folgendes Befehlsschema:
12589 \end_layout
12590
12591 \begin_layout Standard
12592
12593 \series bold
12594
12595 \backslash
12596 setlength{Längenname}{Wert}
12597 \end_layout
12598
12599 \begin_layout Standard
12600 Um 
12601 \series bold
12602
12603 \backslash
12604 mathsurround
12605 \series default
12606  den Wert 5
12607 \begin_inset space \thinspace{}
12608 \end_inset
12609
12610 mm zuzuweisen, gibt man im \SpecialChar TeX
12611 -Modus den Befehl
12612 \end_layout
12613
12614 \begin_layout Standard
12615
12616 \series bold
12617
12618 \backslash
12619 setlength{
12620 \backslash
12621 mathsurround}{5mm}
12622 \end_layout
12623
12624 \begin_layout Standard
12625 ein.
12626  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12627 \begin_inset space \thinspace{}
12628 \end_inset
12629
12630 mm Leerraum gesetzt:
12631 \begin_inset ERT
12632 status collapsed
12633
12634 \begin_layout Plain Layout
12635
12636
12637 \backslash
12638 setlength{
12639 \backslash
12640 mathsurround}{5mm}
12641 \end_layout
12642
12643 \end_inset
12644
12645
12646 \end_layout
12647
12648 \begin_layout Standard
12649 Dies ist eine Zeile in der sich 
12650 \begin_inset Formula $A=B$
12651 \end_inset
12652
12653  eine Formel mit 5
12654 \begin_inset space \thinspace{}
12655 \end_inset
12656
12657 mm umgebendem Leerraum befindet.
12658 \begin_inset ERT
12659 status collapsed
12660
12661 \begin_layout Plain Layout
12662
12663
12664 \backslash
12665 setlength{
12666 \backslash
12667 mathsurround}{0pt}
12668 \end_layout
12669
12670 \end_inset
12671
12672
12673 \end_layout
12674
12675 \begin_layout Standard
12676 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12677 \series bold
12678
12679 \backslash
12680 mathsurround
12681 \series default
12682  auf den Wert 0
12683 \begin_inset space \thinspace{}
12684 \end_inset
12685
12686 pt.
12687 \end_layout
12688
12689 \begin_layout Section
12690 Boxen und Rahmen
12691 \begin_inset Index idx
12692 status collapsed
12693
12694 \begin_layout Plain Layout
12695 Boxen
12696 \end_layout
12697
12698 \end_inset
12699
12700
12701 \begin_inset Index idx
12702 status collapsed
12703
12704 \begin_layout Plain Layout
12705 Rahmen | see
12706 \begin_inset ERT
12707 status collapsed
12708
12709 \begin_layout Plain Layout
12710
12711 {
12712 \end_layout
12713
12714 \end_inset
12715
12716 Boxen
12717 \begin_inset ERT
12718 status collapsed
12719
12720 \begin_layout Plain Layout
12721
12722 }
12723 \end_layout
12724
12725 \end_inset
12726
12727
12728 \end_layout
12729
12730 \end_inset
12731
12732
12733 \end_layout
12734
12735 \begin_layout Standard
12736 Boxen für Text sind im Kapitel 
12737 \family typewriter
12738 Boxen
12739 \family default
12740  im Handbuch 
12741 \family typewriter
12742 Eingebettete
12743 \begin_inset space ~
12744 \end_inset
12745
12746 Objekte
12747 \family default
12748  beschrieben.
12749 \end_layout
12750
12751 \begin_layout Subsection
12752 Boxen mit Rahmen
12753 \begin_inset CommandInset label
12754 LatexCommand label
12755 name "subsec:Boxen-mit-Rahmen"
12756
12757 \end_inset
12758
12759
12760 \begin_inset Index idx
12761 status collapsed
12762
12763 \begin_layout Plain Layout
12764 Boxen ! mit Rahmen
12765 \end_layout
12766
12767 \end_inset
12768
12769
12770 \end_layout
12771
12772 \begin_layout Standard
12773 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12774 \series bold
12775
12776 \backslash
12777 fbox
12778 \series default
12779
12780 \begin_inset Index idx
12781 status collapsed
12782
12783 \begin_layout Plain Layout
12784 Befehle ! F ! 
12785 \backslash
12786 fbox
12787 \end_layout
12788
12789 \end_inset
12790
12791  und 
12792 \series bold
12793
12794 \backslash
12795 boxed
12796 \series default
12797
12798 \begin_inset Index idx
12799 status collapsed
12800
12801 \begin_layout Plain Layout
12802 Befehle ! B ! 
12803 \backslash
12804 boxed
12805 \end_layout
12806
12807 \end_inset
12808
12809  zu umranden.
12810 \end_layout
12811
12812 \begin_layout Standard
12813 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12814  in einem Rahmen.
12815  Bei 
12816 \series bold
12817
12818 \backslash
12819 fbox
12820 \series default
12821  muss in diesem Eingabefeld mit 
12822 \family sans
12823 Strg+M
12824 \family default
12825  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
12826  als mathematischer Text behandelt.
12827  Verwendet man 
12828 \series bold
12829
12830 \backslash
12831 boxed
12832 \series default
12833 , wird automatisch im Rahmen eine neue Formel erzeugt.
12834 \end_layout
12835
12836 \begin_layout Standard
12837 Der Befehl 
12838 \series bold
12839
12840 \backslash
12841 fbox
12842 \series default
12843  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12844  wird dann immer in Textzeilengröße gesetzt.
12845  Im Gegensatz dazu ist 
12846 \series bold
12847
12848 \backslash
12849 boxed
12850 \series default
12851  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12852  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12853 \end_layout
12854
12855 \begin_layout Standard
12856 Als Erweiterung zu 
12857 \series bold
12858
12859 \backslash
12860 fbox
12861 \series default
12862  gibt es den Befehl 
12863 \series bold
12864
12865 \backslash
12866 framebox
12867 \series default
12868
12869 \begin_inset Index idx
12870 status collapsed
12871
12872 \begin_layout Plain Layout
12873 Befehle ! F ! 
12874 \backslash
12875 framebox
12876 \end_layout
12877
12878 \end_inset
12879
12880 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12881  kann.
12882  
12883 \series bold
12884
12885 \backslash
12886 framebox
12887 \series default
12888  wird nach folgendem Schema verwendet:
12889 \end_layout
12890
12891 \begin_layout Standard
12892
12893 \series bold
12894
12895 \backslash
12896 framebox[Rahmenbreite][Position]{Boxinhalt}
12897 \end_layout
12898
12899 \begin_layout Standard
12900 Die Position kann entweder 
12901 \emph on
12902 l
12903 \emph default
12904  oder 
12905 \emph on
12906 r
12907 \emph default
12908  sein.
12909  
12910 \emph on
12911 l
12912 \emph default
12913  bewirkt linksbündige, 
12914 \emph on
12915 r
12916 \emph default
12917  rechtsbündige Ausrichtung der Formel in der Box.
12918  Gibt man keine Position an, wird die Formel zentriert.
12919 \begin_inset Newline newline
12920 \end_inset
12921
12922 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12923  In diesem Falle wird die Rahmenbreite wie bei 
12924 \series bold
12925
12926 \backslash
12927 fbox
12928 \series default
12929  an den Boxinhalt angepasst.
12930 \end_layout
12931
12932 \begin_layout Standard
12933 Wenn man den Befehl 
12934 \series bold
12935
12936 \backslash
12937 framebox
12938 \series default
12939  eingibt, erscheint eine Box mit drei Eingabefeldern.
12940  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12941  beiden optionalen Argumente.
12942  In das dritte Feld wird wie bei 
12943 \series bold
12944
12945 \backslash
12946 fbox
12947 \series default
12948  die Formel eingegeben.
12949 \begin_inset Separator parbreak
12950 \end_inset
12951
12952
12953 \end_layout
12954
12955 \begin_layout Standard
12956 \align center
12957 \begin_inset Tabular
12958 <lyxtabular version="3" rows="5" columns="2">
12959 <features tabularvalignment="middle">
12960 <column alignment="center" valignment="top">
12961 <column alignment="center" valignment="top">
12962 <row>
12963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967 Befehl
12968 \end_layout
12969
12970 \end_inset
12971 </cell>
12972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12973 \begin_inset Text
12974
12975 \begin_layout Plain Layout
12976 Ergebnis
12977 \begin_inset Note Note
12978 status collapsed
12979
12980 \begin_layout Plain Layout
12981
12982 \series bold
12983
12984 \backslash
12985 raisebox
12986 \series default
12987  dient nur als Abstandhalter.
12988 \end_layout
12989
12990 \end_inset
12991
12992
12993 \end_layout
12994
12995 \end_inset
12996 </cell>
12997 </row>
12998 <row>
12999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13000 \begin_inset Text
13001
13002 \begin_layout Plain Layout
13003
13004 \backslash
13005 fbox
13006 \begin_inset space \textvisiblespace{}
13007 \end_inset
13008
13009
13010 \family sans
13011 Strg+M
13012 \family default
13013  
13014 \backslash
13015 int
13016 \begin_inset space \textvisiblespace{}
13017 \end_inset
13018
13019 A=B
13020 \end_layout
13021
13022 \end_inset
13023 </cell>
13024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13025 \begin_inset Text
13026
13027 \begin_layout Plain Layout
13028 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
13029 \end_inset
13030
13031
13032 \end_layout
13033
13034 \end_inset
13035 </cell>
13036 </row>
13037 <row>
13038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13039 \begin_inset Text
13040
13041 \begin_layout Plain Layout
13042
13043 \backslash
13044 boxed
13045 \begin_inset space \textvisiblespace{}
13046 \end_inset
13047
13048
13049 \backslash
13050 int
13051 \begin_inset space \textvisiblespace{}
13052 \end_inset
13053
13054 A=B
13055 \end_layout
13056
13057 \end_inset
13058 </cell>
13059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13060 \begin_inset Text
13061
13062 \begin_layout Plain Layout
13063 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13064 \end_inset
13065
13066
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 </row>
13072 <row>
13073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13074 \begin_inset Text
13075
13076 \begin_layout Plain Layout
13077 A+
13078 \backslash
13079 fbox
13080 \begin_inset space \textvisiblespace{}
13081 \end_inset
13082
13083 B
13084 \end_layout
13085
13086 \end_inset
13087 </cell>
13088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13089 \begin_inset Text
13090
13091 \begin_layout Plain Layout
13092 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13093 \end_inset
13094
13095
13096 \end_layout
13097
13098 \end_inset
13099 </cell>
13100 </row>
13101 <row>
13102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106
13107 \backslash
13108 framebox
13109 \begin_inset space \textvisiblespace{}
13110 \end_inset
13111
13112 20mm
13113 \begin_inset Formula $\to$
13114 \end_inset
13115
13116
13117 \begin_inset Formula $\to$
13118 \end_inset
13119
13120
13121 \family sans
13122 Strg+M
13123 \family default
13124  
13125 \backslash
13126 frac
13127 \begin_inset space \textvisiblespace{}
13128 \end_inset
13129
13130 A
13131 \begin_inset Formula $\downarrow$
13132 \end_inset
13133
13134 B
13135 \end_layout
13136
13137 \end_inset
13138 </cell>
13139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13140 \begin_inset Text
13141
13142 \begin_layout Plain Layout
13143 \begin_inset Formula $\raisebox{6mm}{}$
13144 \end_inset
13145
13146
13147 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13148 \end_inset
13149
13150
13151 \begin_inset Formula $\raisebox{-4mm}{}$
13152 \end_inset
13153
13154
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 </row>
13160 </lyxtabular>
13161
13162 \end_inset
13163
13164
13165 \end_layout
13166
13167 \begin_layout Standard
13168 Die Rahmendicke kann ebenfalls eingestellt werden.
13169  Dazu müssen vor der Formel im \SpecialChar TeX
13170 -Modus die Befehle
13171 \end_layout
13172
13173 \begin_layout Standard
13174
13175 \series bold
13176
13177 \backslash
13178 fboxrule
13179 \series default
13180  
13181 \series bold
13182
13183 \begin_inset Quotes gld
13184 \end_inset
13185
13186 Dicke
13187 \begin_inset Quotes grd
13188 \end_inset
13189
13190
13191 \series default
13192  
13193 \series bold
13194
13195 \backslash
13196 fboxsep
13197 \series default
13198  
13199 \series bold
13200
13201 \begin_inset Quotes gld
13202 \end_inset
13203
13204 Abstand
13205 \begin_inset Quotes grd
13206 \end_inset
13207
13208
13209 \end_layout
13210
13211 \begin_layout Standard
13212 eingegeben werden.
13213  
13214 \begin_inset Quotes gld
13215 \end_inset
13216
13217 Abstand
13218 \begin_inset Quotes grd
13219 \end_inset
13220
13221  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
13222  in der Box fest.
13223  Ein Beispiel dafür ist folgende umrandete Formel:
13224 \begin_inset ERT
13225 status collapsed
13226
13227 \begin_layout Plain Layout
13228
13229
13230 \backslash
13231 fboxrule 2mm 
13232 \backslash
13233 fboxsep 3mm
13234 \end_layout
13235
13236 \end_inset
13237
13238
13239 \begin_inset Formula 
13240 \[
13241 \boxed{A+B=C}
13242 \]
13243
13244 \end_inset
13245
13246 Vor dieser Formel wurde im \SpecialChar TeX
13247 -Modus
13248 \end_layout
13249
13250 \begin_layout Standard
13251
13252 \series bold
13253
13254 \backslash
13255 fboxrule
13256 \series default
13257  
13258 \series bold
13259 2mm
13260 \series default
13261  
13262 \series bold
13263
13264 \backslash
13265 fboxsep
13266 \series default
13267  
13268 \series bold
13269 3mm
13270 \end_layout
13271
13272 \begin_layout Standard
13273 eingegeben.
13274  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
13275 \end_layout
13276
13277 \begin_layout Standard
13278 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
13279  nächsten Formel im \SpecialChar TeX
13280 -Modus folgende Befehle ein:
13281 \end_layout
13282
13283 \begin_layout Standard
13284
13285 \series bold
13286
13287 \backslash
13288 fboxrule
13289 \series default
13290  
13291 \series bold
13292 0.4pt
13293 \series default
13294  
13295 \series bold
13296
13297 \backslash
13298 fboxsep
13299 \series default
13300  
13301 \series bold
13302 3pt
13303 \series default
13304
13305 \begin_inset ERT
13306 status collapsed
13307
13308 \begin_layout Plain Layout
13309
13310
13311 \backslash
13312 fboxrule 0.4pt 
13313 \backslash
13314 fboxsep 3pt
13315 \end_layout
13316
13317 \end_inset
13318
13319
13320 \end_layout
13321
13322 \begin_layout Subsection
13323 Boxen ohne Rahmen
13324 \begin_inset CommandInset label
13325 LatexCommand label
13326 name "subsec:Boxen-ohne-Rahmen"
13327
13328 \end_inset
13329
13330
13331 \begin_inset Index idx
13332 status collapsed
13333
13334 \begin_layout Plain Layout
13335 Boxen ! ohne Rahmen
13336 \end_layout
13337
13338 \end_inset
13339
13340
13341 \end_layout
13342
13343 \begin_layout Standard
13344 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13345 \series bold
13346
13347 \backslash
13348 mbox
13349 \series default
13350
13351 \begin_inset Index idx
13352 status collapsed
13353
13354 \begin_layout Plain Layout
13355 Befehle ! M ! 
13356 \backslash
13357 mbox
13358 \end_layout
13359
13360 \end_inset
13361
13362
13363 \series bold
13364
13365 \backslash
13366 makebox
13367 \series default
13368
13369 \begin_inset Index idx
13370 status collapsed
13371
13372 \begin_layout Plain Layout
13373 Befehle ! M ! 
13374 \backslash
13375 makebox
13376 \end_layout
13377
13378 \end_inset
13379
13380  und
13381 \begin_inset Newline linebreak
13382 \end_inset
13383
13384
13385 \series bold
13386
13387 \backslash
13388 raisebox
13389 \series default
13390
13391 \begin_inset Index idx
13392 status collapsed
13393
13394 \begin_layout Plain Layout
13395 Befehle ! R ! 
13396 \backslash
13397 raisebox
13398 \end_layout
13399
13400 \end_inset
13401
13402
13403 \end_layout
13404
13405 \begin_layout Standard
13406 Mit 
13407 \series bold
13408
13409 \backslash
13410 raisebox
13411 \series default
13412  kann man eine Box hoch- oder tiefstellen.
13413  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13414 n die Schriftgröße bei.
13415  
13416 \series bold
13417
13418 \backslash
13419 raisebox
13420 \series default
13421  wird dabei mit folgendem Schema benutzt:
13422 \end_layout
13423
13424 \begin_layout Standard
13425
13426 \series bold
13427
13428 \backslash
13429 raisebox{Höhe}{Boxinhalt}
13430 \end_layout
13431
13432 \begin_layout Standard
13433 Soll in der Box eine Formel stehen, muss man wie bei 
13434 \series bold
13435
13436 \backslash
13437 fbox
13438 \series default
13439  eine weitere Formel erstellen.
13440  
13441 \begin_inset Note Greyedout
13442 status open
13443
13444 \begin_layout Plain Layout
13445
13446 \series bold
13447 Achtung:
13448 \series default
13449  Für 
13450 \series bold
13451
13452 \backslash
13453 raisebox
13454 \series default
13455  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
13456  
13457 \family sans
13458 Strg+M
13459 \family default
13460  erstellt, denn \SpecialChar LyX
13461  unterstützt 
13462 \series bold
13463
13464 \backslash
13465 raisebox
13466 \series default
13467  noch nicht direkt.
13468 \end_layout
13469
13470 \end_inset
13471
13472
13473 \begin_inset Separator parbreak
13474 \end_inset
13475
13476
13477 \end_layout
13478
13479 \begin_layout Standard
13480 \align center
13481 \begin_inset Tabular
13482 <lyxtabular version="3" rows="4" columns="2">
13483 <features tabularvalignment="middle">
13484 <column alignment="center" valignment="top">
13485 <column alignment="center" valignment="top">
13486 <row>
13487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13488 \begin_inset Text
13489
13490 \begin_layout Plain Layout
13491 Befehl
13492 \end_layout
13493
13494 \end_inset
13495 </cell>
13496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13497 \begin_inset Text
13498
13499 \begin_layout Plain Layout
13500 Ergebnis
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 </row>
13506 <row>
13507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Plain Layout
13511 H
13512 \backslash
13513 raisebox{2mm
13514 \begin_inset Formula $\to$
13515 \end_inset
13516
13517
13518 \backslash
13519 {al
13520 \begin_inset Formula $\to$
13521 \end_inset
13522
13523  lo
13524 \end_layout
13525
13526 \end_inset
13527 </cell>
13528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13529 \begin_inset Text
13530
13531 \begin_layout Plain Layout
13532 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13533 \end_inset
13534
13535
13536 \end_layout
13537
13538 \end_inset
13539 </cell>
13540 </row>
13541 <row>
13542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Plain Layout
13546 H
13547 \backslash
13548 raisebox{-2mm
13549 \begin_inset Formula $\to$
13550 \end_inset
13551
13552
13553 \backslash
13554 {al
13555 \begin_inset Formula $\to$
13556 \end_inset
13557
13558 lo
13559 \end_layout
13560
13561 \end_inset
13562 </cell>
13563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13568 \end_inset
13569
13570
13571 \end_layout
13572
13573 \end_inset
13574 </cell>
13575 </row>
13576 <row>
13577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13578 \begin_inset Text
13579
13580 \begin_layout Plain Layout
13581 A=
13582 \backslash
13583 raisebox{-2mm
13584 \begin_inset Formula $\to$
13585 \end_inset
13586
13587
13588 \backslash
13589 {
13590 \family sans
13591 Strg+M Strg+M
13592 \family default
13593  
13594 \backslash
13595 sqrt
13596 \begin_inset space \textvisiblespace{}
13597 \end_inset
13598
13599
13600 \end_layout
13601
13602 \end_inset
13603 </cell>
13604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13605 \begin_inset Text
13606
13607 \begin_layout Plain Layout
13608 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13609 \end_inset
13610
13611
13612 \end_layout
13613
13614 \end_inset
13615 </cell>
13616 </row>
13617 </lyxtabular>
13618
13619 \end_inset
13620
13621
13622 \end_layout
13623
13624 \begin_layout Standard
13625 Der Befehl 
13626 \series bold
13627
13628 \backslash
13629 mbox
13630 \series default
13631  ist äquivalent zu 
13632 \series bold
13633
13634 \backslash
13635 fbox
13636 \series default
13637  und 
13638 \series bold
13639
13640 \backslash
13641 makebox
13642 \series default
13643  ist äquivalent zu 
13644 \series bold
13645
13646 \backslash
13647 framebox
13648 \series default
13649 , nur dass es keinen Rahmen gibt.
13650 \end_layout
13651
13652 \begin_layout Subsection
13653 Farbige Boxen
13654 \begin_inset CommandInset label
13655 LatexCommand label
13656 name "subsec:Farbige-Boxen"
13657
13658 \end_inset
13659
13660
13661 \begin_inset Index idx
13662 status collapsed
13663
13664 \begin_layout Plain Layout
13665 Boxen ! farbige
13666 \end_layout
13667
13668 \end_inset
13669
13670
13671 \end_layout
13672
13673 \begin_layout Standard
13674 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13675  im \SpecialChar LaTeX
13676 -Vorspann das \SpecialChar LaTeX
13677 -Paket 
13678 \series bold
13679 color
13680 \series default
13681
13682 \begin_inset Foot
13683 status collapsed
13684
13685 \begin_layout Plain Layout
13686 Das Paket 
13687 \series bold
13688 color
13689 \series default
13690  ist Teil jeder \SpecialChar LaTeX
13691 -Standardinstallation.
13692 \end_layout
13693
13694 \end_inset
13695
13696
13697 \begin_inset Index idx
13698 status collapsed
13699
13700 \begin_layout Plain Layout
13701 Pakete ! color
13702 \end_layout
13703
13704 \end_inset
13705
13706  mit der Zeile
13707 \end_layout
13708
13709 \begin_layout Standard
13710
13711 \series bold
13712
13713 \backslash
13714 usepackage{color}
13715 \end_layout
13716
13717 \begin_layout Standard
13718 geladen werden
13719 \begin_inset Foot
13720 status collapsed
13721
13722 \begin_layout Plain Layout
13723 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13724  \SpecialChar LyX
13725  das \SpecialChar LaTeX
13726 -Paket 
13727 \series bold
13728 color
13729 \series default
13730  automatisch.
13731  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13732  keine Probleme hervorruft.
13733 \end_layout
13734
13735 \end_inset
13736
13737
13738 \begin_inset Note Note
13739 status collapsed
13740
13741 \begin_layout Plain Layout
13742 Damit das Paket nicht doppelt geladen werden kann, wurde im \SpecialChar LaTeX
13743 -Vorspann ein
13744  Makro eingefügt.
13745 \end_layout
13746
13747 \end_inset
13748
13749 .
13750 \end_layout
13751
13752 \begin_layout Standard
13753 \begin_inset VSpace medskip
13754 \end_inset
13755
13756 Um Boxen einzufärben, verwendet man den Befehl 
13757 \series bold
13758
13759 \backslash
13760 colorbox
13761 \series default
13762
13763 \begin_inset Index idx
13764 status collapsed
13765
13766 \begin_layout Plain Layout
13767 Befehle ! C ! 
13768 \backslash
13769 colorbox
13770 \end_layout
13771
13772 \end_inset
13773
13774  nach folgendem Schema:
13775 \end_layout
13776
13777 \begin_layout Standard
13778
13779 \series bold
13780
13781 \backslash
13782 colorbox{Farbe}{Boxinhalt}
13783 \end_layout
13784
13785 \begin_layout Standard
13786 Der Boxinhalt kann auch wieder eine Box sein und eine 
13787 \series bold
13788
13789 \backslash
13790 colorbox
13791 \series default
13792  kann auch ein Teil einer anderen Box sein (siehe 2.
13793  und 3.
13794  Beispiel).
13795  Soll in der Box eine Formel stehen, muss wie bei 
13796 \series bold
13797
13798 \backslash
13799 raisebox
13800 \series default
13801  eine weitere Formel erstellt werden.
13802 \begin_inset Foot
13803 status collapsed
13804
13805 \begin_layout Plain Layout
13806 Das gilt auch für den Befehl 
13807 \series bold
13808
13809 \backslash
13810 fcolorbox
13811 \series default
13812 .
13813 \end_layout
13814
13815 \end_inset
13816
13817
13818 \end_layout
13819
13820 \begin_layout Standard
13821 Aus folgenden vordefinierten Farben kann gewählt werden:
13822 \end_layout
13823
13824 \begin_layout Standard
13825
13826 \series bold
13827 black
13828 \series default
13829
13830 \series bold
13831 blue
13832 \series default
13833
13834 \series bold
13835 cyan
13836 \series default
13837
13838 \series bold
13839 green
13840 \series default
13841
13842 \series bold
13843 magenta
13844 \series default
13845
13846 \series bold
13847 red
13848 \series default
13849
13850 \series bold
13851 white
13852 \series default
13853  und 
13854 \series bold
13855 yellow
13856 \series default
13857
13858 \begin_inset Separator parbreak
13859 \end_inset
13860
13861
13862 \end_layout
13863
13864 \begin_layout Standard
13865 \align center
13866 \begin_inset Tabular
13867 <lyxtabular version="3" rows="4" columns="2">
13868 <features tabularvalignment="middle">
13869 <column alignment="center" valignment="top">
13870 <column alignment="center" valignment="top">
13871 <row>
13872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13873 \begin_inset Text
13874
13875 \begin_layout Plain Layout
13876 Befehl
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885 Ergebnis
13886 \begin_inset Note Note
13887 status collapsed
13888
13889 \begin_layout Plain Layout
13890
13891 \series bold
13892
13893 \backslash
13894 raisebox
13895 \series default
13896  dient nur als Abstandhalter.
13897 \end_layout
13898
13899 \end_inset
13900
13901
13902 \end_layout
13903
13904 \end_inset
13905 </cell>
13906 </row>
13907 <row>
13908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13909 \begin_inset Text
13910
13911 \begin_layout Plain Layout
13912
13913 \backslash
13914 colorbox{yellow
13915 \begin_inset Formula $\to$
13916 \end_inset
13917
13918
13919 \backslash
13920 {A=B
13921 \end_layout
13922
13923 \end_inset
13924 </cell>
13925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13926 \begin_inset Text
13927
13928 \begin_layout Plain Layout
13929 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13930 \end_inset
13931
13932
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 </row>
13938 <row>
13939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943
13944 \backslash
13945 colorbox{green
13946 \begin_inset Formula $\to$
13947 \end_inset
13948
13949
13950 \backslash
13951 {
13952 \backslash
13953 fbox
13954 \begin_inset space \textvisiblespace{}
13955 \end_inset
13956
13957 A=B
13958 \end_layout
13959
13960 \end_inset
13961 </cell>
13962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13963 \begin_inset Text
13964
13965 \begin_layout Plain Layout
13966 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13967 \end_inset
13968
13969
13970 \end_layout
13971
13972 \end_inset
13973 </cell>
13974 </row>
13975 <row>
13976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13977 \begin_inset Text
13978
13979 \begin_layout Plain Layout
13980
13981 \backslash
13982 fbox
13983 \begin_inset space \textvisiblespace{}
13984 \end_inset
13985
13986
13987 \backslash
13988 colorbox{green
13989 \begin_inset Formula $\to$
13990 \end_inset
13991
13992
13993 \backslash
13994 {
13995 \family sans
13996 Strg+M Strg+M
13997 \family default
13998  
13999 \backslash
14000 int
14001 \begin_inset space \textvisiblespace{}
14002 \end_inset
14003
14004 C=D
14005 \end_layout
14006
14007 \end_inset
14008 </cell>
14009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14010 \begin_inset Text
14011
14012 \begin_layout Plain Layout
14013 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14014 \end_inset
14015
14016
14017 \end_layout
14018
14019 \end_inset
14020 </cell>
14021 </row>
14022 </lyxtabular>
14023
14024 \end_inset
14025
14026
14027 \end_layout
14028
14029 \begin_layout Standard
14030
14031 \series bold
14032
14033 \backslash
14034 colorbox
14035 \series default
14036  färbt nur die Box, nicht aber die Zeichen in der Box ein.
14037  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
14038  
14039 \family sans
14040 Textstil
14041 \family default
14042  die gewünschte Farbe aus.
14043  Der Dialog kann mit dem Werkzeugleistenknopf 
14044 \begin_inset Info
14045 type  "icon"
14046 arg   "dialog-show character"
14047 \end_inset
14048
14049  oder dem Menü 
14050 \family sans
14051 Bearbeiten\SpecialChar menuseparator
14052 Textstil\SpecialChar menuseparator
14053 Benutzerdefiniert
14054 \family default
14055  aufgerufen werden.
14056  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
14057  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
14058  innerhalb der Formel die Farbe geändert werden.
14059 \end_layout
14060
14061 \begin_layout Standard
14062 Ein Beispiel:
14063 \end_layout
14064
14065 \begin_layout Standard
14066
14067 \color red
14068 \begin_inset Formula 
14069 \begin{equation}
14070 \int A=B\label{eq:rot}
14071 \end{equation}
14072
14073 \end_inset
14074
14075
14076 \color green
14077
14078 \begin_inset Formula 
14079 \begin{equation}
14080 \textcolor{red}{\int A=B}\label{eq:rotgruen}
14081 \end{equation}
14082
14083 \end_inset
14084
14085
14086 \end_layout
14087
14088 \begin_layout Standard
14089 Formel 
14090 \begin_inset CommandInset ref
14091 LatexCommand eqref
14092 reference "eq:rot"
14093
14094 \end_inset
14095
14096  ist komplett rot gefärbt.
14097 \begin_inset Newline newline
14098 \end_inset
14099
14100 Formel 
14101 \begin_inset CommandInset ref
14102 LatexCommand eqref
14103 reference "eq:rotgruen"
14104
14105 \end_inset
14106
14107  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
14108  Anschließend wurden die Formelzeichen rot gefärbt.
14109 \end_layout
14110
14111 \begin_layout Standard
14112 \begin_inset VSpace bigskip
14113 \end_inset
14114
14115 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
14116  den Befehl 
14117 \series bold
14118
14119 \backslash
14120 fcolorbox
14121 \series default
14122
14123 \begin_inset Index idx
14124 status collapsed
14125
14126 \begin_layout Plain Layout
14127 Befehle ! F ! 
14128 \backslash
14129 fcolorbox
14130 \end_layout
14131
14132 \end_inset
14133
14134  nach folgendem Schema:
14135 \end_layout
14136
14137 \begin_layout Standard
14138
14139 \series bold
14140
14141 \backslash
14142 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
14143 \end_layout
14144
14145 \begin_layout Standard
14146
14147 \series bold
14148
14149 \backslash
14150 fcolorbox
14151 \series default
14152  stellt also eine Erweiterung des Befehls 
14153 \series bold
14154
14155 \backslash
14156 colorbox
14157 \series default
14158  dar.
14159  Die Rahmenbreite wird, wie bei 
14160 \series bold
14161
14162 \backslash
14163 framebox
14164 \series default
14165 , mit 
14166 \series bold
14167
14168 \backslash
14169 fboxrule
14170 \series default
14171  und 
14172 \series bold
14173
14174 \backslash
14175 fboxsep
14176 \series default
14177  festgelegt.
14178  Ein Beispiel:
14179 \begin_inset ERT
14180 status collapsed
14181
14182 \begin_layout Plain Layout
14183
14184
14185 \backslash
14186 fboxrule 1mm 
14187 \backslash
14188 fboxsep 1mm
14189 \end_layout
14190
14191 \end_inset
14192
14193
14194 \begin_inset Formula 
14195 \[
14196 \fcolorbox{cyan}{magenta}{A=B}
14197 \]
14198
14199 \end_inset
14200
14201
14202 \begin_inset ERT
14203 status collapsed
14204
14205 \begin_layout Plain Layout
14206
14207
14208 \backslash
14209 fboxrule 0.4pt 
14210 \backslash
14211 fboxsep 3pt
14212 \end_layout
14213
14214 \end_inset
14215
14216
14217 \end_layout
14218
14219 \begin_layout Standard
14220 Diese Formel wurde mit folgendem Befehl erstellt:
14221 \begin_inset Newline newline
14222 \end_inset
14223
14224
14225 \series bold
14226
14227 \backslash
14228 fcolorbox{cyan
14229 \begin_inset Formula $\to$
14230 \end_inset
14231
14232
14233 \backslash
14234 {magenta
14235 \begin_inset Formula $\to$
14236 \end_inset
14237
14238
14239 \backslash
14240 {A=B
14241 \end_layout
14242
14243 \begin_layout Standard
14244 \begin_inset VSpace bigskip
14245 \end_inset
14246
14247 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
14248  selbst definieren.
14249 \end_layout
14250
14251 \begin_layout Standard
14252 Man kann z.
14253 \begin_inset space \thinspace{}
14254 \end_inset
14255
14256 B.
14257  mit folgender \SpecialChar LaTeX
14258 -Vorspannzeile die Farbe 
14259 \begin_inset Quotes gld
14260 \end_inset
14261
14262
14263 \series bold
14264 dunkelgruen
14265 \series default
14266
14267 \begin_inset Quotes grd
14268 \end_inset
14269
14270
14271 \begin_inset Foot
14272 status collapsed
14273
14274 \begin_layout Plain Layout
14275 In Befehlen darf kein Umlaut stehen, siehe 
14276 \begin_inset CommandInset ref
14277 LatexCommand ref
14278 reference "sec:Benutzerdefinierte-Befehle"
14279
14280 \end_inset
14281
14282 .
14283 \end_layout
14284
14285 \end_inset
14286
14287  definieren:
14288 \end_layout
14289
14290 \begin_layout Standard
14291
14292 \series bold
14293
14294 \backslash
14295 definecolor{dunkelgruen}{cmyk}{0.5,
14296 \series default
14297  
14298 \series bold
14299 0,
14300 \series default
14301  
14302 \series bold
14303 1,
14304 \series default
14305  
14306 \series bold
14307 0.5}
14308 \series default
14309
14310 \begin_inset Index idx
14311 status collapsed
14312
14313 \begin_layout Plain Layout
14314 Befehle ! D ! 
14315 \backslash
14316 definecolor
14317 \end_layout
14318
14319 \end_inset
14320
14321
14322 \end_layout
14323
14324 \begin_layout Standard
14325
14326 \series bold
14327 cmyk
14328 \series default
14329  ist der Farbraum und steht für die Farben 
14330 \series bold
14331 cyan
14332 \series default
14333
14334 \series bold
14335 magenta
14336 \series default
14337
14338 \series bold
14339 yellow
14340 \series default
14341  und 
14342 \series bold
14343 black
14344 \series default
14345 .
14346  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14347  Für den Anteil kann man Werte im Bereich 0
14348 \begin_inset space \thinspace{}
14349 \end_inset
14350
14351 -
14352 \begin_inset space \thinspace{}
14353 \end_inset
14354
14355 1 angeben.
14356  Anstelle von 
14357 \series bold
14358 cmyk
14359 \series default
14360  kann man zur Definition auch den Farbraum 
14361 \series bold
14362 rgb
14363 \series default
14364  verwenden.
14365  
14366 \series bold
14367 rgb
14368 \series default
14369  steht für 
14370 \series bold
14371 red
14372 \series default
14373
14374 \series bold
14375 green
14376 \series default
14377  und 
14378 \series bold
14379 blue
14380 \series default
14381 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14382  Des Weiteren gibt es noch den Farbraum 
14383 \series bold
14384 gray
14385 \series default
14386 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14387 \end_layout
14388
14389 \begin_layout Standard
14390 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14391 \series bold
14392 darkgreen
14393 \series default
14394 , bei der die Zeichenfarbe 
14395 \series bold
14396 yellow
14397 \series default
14398  gewählt wurde:
14399 \begin_inset Formula 
14400 \begin{equation}
14401 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14402 \end{equation}
14403
14404 \end_inset
14405
14406
14407 \end_layout
14408
14409 \begin_layout Standard
14410 Selbst definierte Farben können mit dem Befehl 
14411 \series bold
14412
14413 \backslash
14414 textcolor
14415 \series default
14416  auch für Text
14417 \begin_inset Index idx
14418 status collapsed
14419
14420 \begin_layout Plain Layout
14421 Text ! farbiger
14422 \end_layout
14423
14424 \end_inset
14425
14426  verwendet werden:
14427 \end_layout
14428
14429 \begin_layout Standard
14430 \begin_inset ERT
14431 status collapsed
14432
14433 \begin_layout Plain Layout
14434
14435
14436 \backslash
14437 textcolor{dunkelgruen}{
14438 \end_layout
14439
14440 \end_inset
14441
14442 Dieser Satz ist 
14443 \begin_inset Quotes gld
14444 \end_inset
14445
14446 dunkelgruen
14447 \begin_inset Quotes grd
14448 \end_inset
14449
14450 .
14451 \begin_inset ERT
14452 status collapsed
14453
14454 \begin_layout Plain Layout
14455
14456 }
14457 \end_layout
14458
14459 \end_inset
14460
14461
14462 \end_layout
14463
14464 \begin_layout Standard
14465
14466 \series bold
14467
14468 \backslash
14469 textcolor
14470 \series default
14471
14472 \begin_inset Index idx
14473 status collapsed
14474
14475 \begin_layout Plain Layout
14476 Befehle ! T ! 
14477 \backslash
14478 textcolor
14479 \end_layout
14480
14481 \end_inset
14482
14483  wird nach dem Schema 
14484 \series bold
14485
14486 \backslash
14487 textcolor{Farbe}{zu
14488 \series default
14489  
14490 \series bold
14491 färbende
14492 \series default
14493  
14494 \series bold
14495 Zeichen}
14496 \series default
14497  verwendet.
14498 \end_layout
14499
14500 \begin_layout Subsection
14501 Absatzboxen
14502 \begin_inset CommandInset label
14503 LatexCommand label
14504 name "subsec:Absatzboxen"
14505
14506 \end_inset
14507
14508
14509 \begin_inset Index idx
14510 status collapsed
14511
14512 \begin_layout Plain Layout
14513 Boxen ! Absatz-
14514 \end_layout
14515
14516 \end_inset
14517
14518
14519 \end_layout
14520
14521 \begin_layout Standard
14522 Mit dem Menü 
14523 \family sans
14524 Einfügen\SpecialChar menuseparator
14525 Box
14526 \family default
14527  oder dem Werkzeugleistenknopf 
14528 \begin_inset Info
14529 type  "icon"
14530 arg   "box-insert"
14531 \end_inset
14532
14533  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14534  eine so genannte 
14535 \emph on
14536 Parbox
14537 \emph default
14538  (Absatzbox).
14539 \end_layout
14540
14541 \begin_layout Standard
14542 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14543 \end_layout
14544
14545 \begin_layout Standard
14546 \begin_inset VSpace medskip
14547 \end_inset
14548
14549 Dies ist eine Zeile 
14550 \begin_inset Box Boxed
14551 position "c"
14552 hor_pos "c"
14553 has_inner_box 1
14554 inner_pos "t"
14555 use_parbox 1
14556 use_makebox 0
14557 width "5cm"
14558 special "none"
14559 height "1in"
14560 height_special "totalheight"
14561 thickness "0.4pt"
14562 separation "3pt"
14563 shadowsize "4pt"
14564 framecolor "black"
14565 backgroundcolor "none"
14566 status open
14567
14568 \begin_layout Plain Layout
14569 Dies ist die Absatzbox.
14570  Sie ist genau 5
14571 \begin_inset space \thinspace{}
14572 \end_inset
14573
14574 cm lang und kann auch Formeln enthalten: 
14575 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14576 \end_inset
14577
14578
14579 \end_layout
14580
14581 \end_inset
14582
14583  mit einer Absatzbox.
14584 \begin_inset VSpace medskip
14585 \end_inset
14586
14587
14588 \end_layout
14589
14590 \begin_layout Standard
14591 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14592  graue Box mit dem Namen 
14593 \begin_inset Quotes gld
14594 \end_inset
14595
14596 Box(Gerahmt)
14597 \begin_inset Quotes grd
14598 \end_inset
14599
14600  klickt.
14601  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14602  In diesem Fall: 
14603 \emph on
14604 Verzierung
14605 \emph default
14606 : Rechteckige Box, 
14607 \emph on
14608 Innere Box
14609 \emph default
14610 : Parbox, 
14611 \emph on
14612 Breite
14613 \emph default
14614 : 5
14615 \begin_inset space \thinspace{}
14616 \end_inset
14617
14618 cm, 
14619 \emph on
14620 Vertikale Box Ausrichtung
14621 \emph default
14622 : Mitte
14623 \end_layout
14624
14625 \begin_layout Standard
14626 \begin_inset VSpace medskip
14627 \end_inset
14628
14629 In \SpecialChar LaTeX
14630  wird eine Absatzbox mit dem Befehl 
14631 \series bold
14632
14633 \backslash
14634 parbox
14635 \series default
14636
14637 \begin_inset Index idx
14638 status collapsed
14639
14640 \begin_layout Plain Layout
14641 Befehle ! P ! 
14642 \backslash
14643 parbox
14644 \end_layout
14645
14646 \end_inset
14647
14648  erstellt, welcher folgendes Schema besitzt:
14649 \end_layout
14650
14651 \begin_layout Standard
14652
14653 \series bold
14654
14655 \backslash
14656 parbox[Position]{Breite}{Boxinhalt}
14657 \end_layout
14658
14659 \begin_layout Standard
14660 Die Positionen 
14661 \emph on
14662 b
14663 \emph default
14664  und 
14665 \emph on
14666 t
14667 \emph default
14668  sind möglich.
14669  
14670 \emph on
14671 b
14672 \emph default
14673  steht für 
14674 \begin_inset Quotes gld
14675 \end_inset
14676
14677 bottom
14678 \begin_inset Quotes grd
14679 \end_inset
14680
14681  (unten) und bedeutet, dass die letzte Absatzzeile in den umstehenden Text
14682  eingepasst wird.
14683  Bei 
14684 \emph on
14685 t
14686 \emph default
14687  wie 
14688 \begin_inset Quotes gld
14689 \end_inset
14690
14691 top
14692 \begin_inset Quotes grd
14693 \end_inset
14694
14695  (oben) geschieht dies für die erste Zeile.
14696  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14697  siehe das Kapitel 
14698 \emph on
14699 Boxen
14700 \emph default
14701  des Handbuchs
14702 \emph on
14703  Eingebettete
14704 \begin_inset space ~
14705 \end_inset
14706
14707 Objekte
14708 \emph default
14709  für Beispiele.
14710 \end_layout
14711
14712 \begin_layout Standard
14713 \begin_inset VSpace bigskip
14714 \end_inset
14715
14716 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14717  in eine Absatzbox setzen.
14718  Dazu schreibt man im \SpecialChar TeX
14719 -Modus vor die Formel den Befehl 
14720 \series bold
14721
14722 \backslash
14723 fbox{
14724 \backslash
14725 parbox{
14726 \backslash
14727 linewidth-2
14728 \backslash
14729 fboxsep-2
14730 \backslash
14731 fboxrule}{
14732 \series default
14733 .
14734  Hierbei steht 
14735 \series bold
14736
14737 \backslash
14738 linewidth
14739 \series default
14740
14741 \begin_inset Index idx
14742 status collapsed
14743
14744 \begin_layout Plain Layout
14745 Befehle ! L ! 
14746 \backslash
14747 linewidth
14748 \end_layout
14749
14750 \end_inset
14751
14752  für die im Dokument eingestellte Zeilenbreite.
14753  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14754 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14755  Da dies \SpecialChar LyX
14756  aufgrund eines Fehlers
14757 \begin_inset Foot
14758 status collapsed
14759
14760 \begin_layout Plain Layout
14761 \begin_inset CommandInset href
14762 LatexCommand href
14763 name "LyX-Fehler #4483"
14764 target "http://www.lyx.org/trac/ticket/4483"
14765
14766 \end_inset
14767
14768
14769 \end_layout
14770
14771 \end_inset
14772
14773  nicht automatisch macht, muss der \SpecialChar TeX
14774 -Modus verwendet werden.
14775  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im \SpecialChar LaTeX
14776 -Vorspann
14777  das \SpecialChar LaTeX
14778 -Paket 
14779 \series bold
14780 calc
14781 \series default
14782
14783 \begin_inset Foot
14784 status collapsed
14785
14786 \begin_layout Plain Layout
14787
14788 \series bold
14789 calc
14790 \series default
14791  ist Teil jeder \SpecialChar LaTeX
14792 -Standardinstallation.
14793 \end_layout
14794
14795 \end_inset
14796
14797
14798 \begin_inset Index idx
14799 status collapsed
14800
14801 \begin_layout Plain Layout
14802 Pakete ! calc
14803 \end_layout
14804
14805 \end_inset
14806
14807  mit der Zeile
14808 \end_layout
14809
14810 \begin_layout Standard
14811
14812 \series bold
14813
14814 \backslash
14815 usepackage{calc}
14816 \end_layout
14817
14818 \begin_layout Standard
14819 geladen werden.
14820  Nach der Formel werden beide Boxen geschlossen, indem man 
14821 \series bold
14822 }}
14823 \series default
14824  im \SpecialChar TeX
14825 -Modus eingibt.
14826  Dazu ein Beispiel:
14827 \begin_inset ERT
14828 status collapsed
14829
14830 \begin_layout Plain Layout
14831
14832
14833 \backslash
14834 fboxsep 5mm 
14835 \backslash
14836 fboxrule 5mm
14837 \end_layout
14838
14839 \end_inset
14840
14841
14842 \end_layout
14843
14844 \begin_layout Standard
14845 \begin_inset ERT
14846 status collapsed
14847
14848 \begin_layout Plain Layout
14849
14850
14851 \backslash
14852 fbox{
14853 \backslash
14854 parbox{
14855 \backslash
14856 linewidth-2
14857 \backslash
14858 fboxsep-2
14859 \backslash
14860 fboxrule}{
14861 \end_layout
14862
14863 \end_inset
14864
14865
14866 \begin_inset Formula 
14867 \begin{equation}
14868 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14869 \end{equation}
14870
14871 \end_inset
14872
14873
14874 \begin_inset ERT
14875 status collapsed
14876
14877 \begin_layout Plain Layout
14878
14879 }}
14880 \end_layout
14881
14882 \end_inset
14883
14884
14885 \begin_inset ERT
14886 status collapsed
14887
14888 \begin_layout Plain Layout
14889
14890
14891 \backslash
14892 fboxrule 0.4pt 
14893 \backslash
14894 fboxsep 3pt
14895 \end_layout
14896
14897 \end_inset
14898
14899
14900 \end_layout
14901
14902 \begin_layout Standard
14903 \begin_inset VSpace medskip
14904 \end_inset
14905
14906 Da im Argument von 
14907 \series bold
14908
14909 \backslash
14910 fbox
14911 \series default
14912  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14913  keinen Unterschied zwischen 
14914 \series bold
14915
14916 \backslash
14917 fbox
14918 \series default
14919  und 
14920 \series bold
14921
14922 \backslash
14923 boxed
14924 \series default
14925 .
14926 \end_layout
14927
14928 \begin_layout Standard
14929 \begin_inset VSpace bigskip
14930 \end_inset
14931
14932 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14933  Dazu verwendet man 
14934 \series bold
14935
14936 \backslash
14937 parbox
14938 \series default
14939  in Verbindung mit dem Befehl 
14940 \series bold
14941
14942 \backslash
14943 tag
14944 \series default
14945 .
14946  (mehr zu 
14947 \series bold
14948
14949 \backslash
14950 tag
14951 \series default
14952  siehe 
14953 \begin_inset CommandInset ref
14954 LatexCommand ref
14955 reference "subsec:Benutzerdefinierte-Nummerierung"
14956
14957 \end_inset
14958
14959 )
14960 \end_layout
14961
14962 \begin_layout Standard
14963 Ein Beispiel einer mit Hilfe von 
14964 \series bold
14965
14966 \backslash
14967 parbox
14968 \series default
14969  kommentierten Formel:
14970 \end_layout
14971
14972 \begin_layout Standard
14973 \begin_inset ERT
14974 status collapsed
14975
14976 \begin_layout Plain Layout
14977
14978
14979 \backslash
14980 [5x-7b=3b
14981 \backslash
14982 tag*{
14983 \backslash
14984 parbox{5cm}{
14985 \end_layout
14986
14987 \end_inset
14988
14989 Dies ist eine Beschreibung.
14990  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14991 \begin_inset ERT
14992 status collapsed
14993
14994 \begin_layout Plain Layout
14995
14996 }}
14997 \backslash
14998 ]
14999 \end_layout
15000
15001 \end_inset
15002
15003
15004 \end_layout
15005
15006 \begin_layout Standard
15007 So eine Formel muss komplett im \SpecialChar TeX
15008 -Modus eingegeben werden, da \SpecialChar LyX
15009  den Befehl
15010  
15011 \series bold
15012
15013 \backslash
15014 parbox
15015 \series default
15016  in Formeln noch nicht unterstützt.
15017  Die Formel wird mit folgender Befehlssequenz erstellt:
15018 \end_layout
15019
15020 \begin_layout Standard
15021 Der Befehl 
15022 \series bold
15023
15024 \backslash
15025 [5x-7b=3b
15026 \backslash
15027 tag*
15028 \backslash
15029 {
15030 \backslash
15031 parbox{5cm}{
15032 \series default
15033  wird im \SpecialChar TeX
15034 -Modus eingegeben.
15035 \begin_inset Foot
15036 status collapsed
15037
15038 \begin_layout Plain Layout
15039 Ist der Formelstil 
15040 \series bold
15041 Eingerückt
15042 \series default
15043  aktiviert, kann 
15044 \series bold
15045
15046 \backslash
15047 tag*
15048 \backslash
15049 {
15050 \series default
15051  auch durch 
15052 \series bold
15053
15054 \backslash
15055 hfill
15056 \series default
15057  ersetzt werden.
15058  (Formelstile siehe 
15059 \begin_inset CommandInset ref
15060 LatexCommand ref
15061 reference "sec:Formelstile"
15062
15063 \end_inset
15064
15065 )
15066 \end_layout
15067
15068 \end_inset
15069
15070  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
15071 \series bold
15072 }}
15073 \backslash
15074 ]
15075 \series default
15076  im \SpecialChar TeX
15077 -Modus ein.
15078  Die Befehle 
15079 \series bold
15080
15081 \backslash
15082 [
15083 \series default
15084  und 
15085 \series bold
15086
15087 \backslash
15088 ]
15089 \series default
15090  erstellen hierbei eine abgesetzte Formel.
15091 \end_layout
15092
15093 \begin_layout Standard
15094 Die Vorteile von 
15095 \series bold
15096
15097 \backslash
15098 parbox
15099 \series default
15100  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
15101  Textmodus 
15102 \begin_inset Quotes gld
15103 \end_inset
15104
15105 kommentiert
15106 \begin_inset Quotes grd
15107 \end_inset
15108
15109  wurde:
15110 \begin_inset Formula 
15111 \[
15112 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}
15113 \]
15114
15115 \end_inset
15116
15117
15118 \end_layout
15119
15120 \begin_layout Section
15121 Operatoren
15122 \begin_inset Index idx
15123 status collapsed
15124
15125 \begin_layout Plain Layout
15126 Operatoren
15127 \end_layout
15128
15129 \end_inset
15130
15131
15132 \end_layout
15133
15134 \begin_layout Subsection
15135 Große Operatoren
15136 \begin_inset CommandInset label
15137 LatexCommand label
15138 name "subsec:Große-Operatoren"
15139
15140 \end_inset
15141
15142
15143 \begin_inset Index idx
15144 status collapsed
15145
15146 \begin_layout Plain Layout
15147 Operatoren ! große
15148 \end_layout
15149
15150 \end_inset
15151
15152
15153 \begin_inset Index idx
15154 status collapsed
15155
15156 \begin_layout Plain Layout
15157 Summen
15158 \end_layout
15159
15160 \end_inset
15161
15162
15163 \begin_inset Index idx
15164 status collapsed
15165
15166 \begin_layout Plain Layout
15167 Integrale
15168 \end_layout
15169
15170 \end_inset
15171
15172
15173 \end_layout
15174
15175 \begin_layout Standard
15176 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
15177  sind, muss die Option 
15178 \family sans
15179 esint-Paket automatisch verwenden
15180 \family default
15181  in den Dokumenteinstellungen unter 
15182 \family sans
15183 Mathe-Optionen
15184 \family default
15185  gewählt sein.
15186 \end_layout
15187
15188 \begin_layout Standard
15189 \begin_inset space \hfill{}
15190 \end_inset
15191
15192
15193 \begin_inset Tabular
15194 <lyxtabular version="3" rows="11" columns="2">
15195 <features tabularvalignment="middle">
15196 <column alignment="center" valignment="top" width="0pt">
15197 <column alignment="center" valignment="top" width="0pt">
15198 <row>
15199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15200 \begin_inset Text
15201
15202 \begin_layout Plain Layout
15203 Befehl
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212 Ergebnis
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 </row>
15218 <row>
15219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223
15224 \backslash
15225 int
15226 \begin_inset Index idx
15227 status collapsed
15228
15229 \begin_layout Plain Layout
15230 Befehle ! I ! 
15231 \backslash
15232 int
15233 \end_layout
15234
15235 \end_inset
15236
15237
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246 \begin_inset Formula $\int$
15247 \end_inset
15248
15249
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 </row>
15255 <row>
15256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260
15261 \backslash
15262 oint
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271 \begin_inset Formula $\oint$
15272 \end_inset
15273
15274
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 </row>
15280 <row>
15281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285
15286 \backslash
15287 ointctrclockwise
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296 \begin_inset Formula $\ointctrclockwise$
15297 \end_inset
15298
15299
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 </row>
15305 <row>
15306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15307 \begin_inset Text
15308
15309 \begin_layout Plain Layout
15310
15311 \backslash
15312 ointclockwise
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321 \begin_inset Formula $\ointclockwise$
15322 \end_inset
15323
15324
15325 \end_layout
15326
15327 \end_inset
15328 </cell>
15329 </row>
15330 <row>
15331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15332 \begin_inset Text
15333
15334 \begin_layout Plain Layout
15335
15336 \backslash
15337 sqint
15338 \end_layout
15339
15340 \end_inset
15341 </cell>
15342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Plain Layout
15346 \begin_inset Formula $\sqint$
15347 \end_inset
15348
15349
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 </row>
15355 <row>
15356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Plain Layout
15360
15361 \backslash
15362 fint
15363 \end_layout
15364
15365 \end_inset
15366 </cell>
15367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15368 \begin_inset Text
15369
15370 \begin_layout Plain Layout
15371  
15372 \begin_inset Formula $\fint$
15373 \end_inset
15374
15375
15376 \end_layout
15377
15378 \end_inset
15379 </cell>
15380 </row>
15381 <row>
15382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15383 \begin_inset Text
15384
15385 \begin_layout Plain Layout
15386
15387 \backslash
15388 landupint
15389 \end_layout
15390
15391 \end_inset
15392 </cell>
15393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15394 \begin_inset Text
15395
15396 \begin_layout Plain Layout
15397  
15398 \begin_inset Formula $\landupint$
15399 \end_inset
15400
15401
15402 \end_layout
15403
15404 \end_inset
15405 </cell>
15406 </row>
15407 <row>
15408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15409 \begin_inset Text
15410
15411 \begin_layout Plain Layout
15412
15413 \backslash
15414 landdownint
15415 \end_layout
15416
15417 \end_inset
15418 </cell>
15419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Plain Layout
15423  
15424 \begin_inset Formula $\landdownint$
15425 \end_inset
15426
15427
15428 \end_layout
15429
15430 \end_inset
15431 </cell>
15432 </row>
15433 <row>
15434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Plain Layout
15438
15439 \backslash
15440 bigcap
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Plain Layout
15449 \begin_inset Formula $\bigcap$
15450 \end_inset
15451
15452
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 </row>
15458 <row>
15459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15460 \begin_inset Text
15461
15462 \begin_layout Plain Layout
15463
15464 \backslash
15465 bigcup
15466 \end_layout
15467
15468 \end_inset
15469 </cell>
15470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15471 \begin_inset Text
15472
15473 \begin_layout Plain Layout
15474 \begin_inset Formula $\bigcup$
15475 \end_inset
15476
15477
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 </row>
15483 </lyxtabular>
15484
15485 \end_inset
15486
15487
15488 \begin_inset space \hfill{}
15489 \end_inset
15490
15491
15492 \begin_inset Tabular
15493 <lyxtabular version="3" rows="11" columns="2">
15494 <features tabularvalignment="middle">
15495 <column alignment="center" valignment="top" width="0pt">
15496 <column alignment="center" valignment="top" width="0pt">
15497 <row>
15498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15499 \begin_inset Text
15500
15501 \begin_layout Plain Layout
15502 Befehl
15503 \end_layout
15504
15505 \end_inset
15506 </cell>
15507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Plain Layout
15511 Ergebnis
15512 \end_layout
15513
15514 \end_inset
15515 </cell>
15516 </row>
15517 <row>
15518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Plain Layout
15522
15523 \backslash
15524 sum
15525 \begin_inset Index idx
15526 status collapsed
15527
15528 \begin_layout Plain Layout
15529 Befehle ! S ! 
15530 \backslash
15531 sum
15532 \end_layout
15533
15534 \end_inset
15535
15536
15537 \end_layout
15538
15539 \end_inset
15540 </cell>
15541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545 \begin_inset Formula $\sum$
15546 \end_inset
15547
15548
15549 \end_layout
15550
15551 \end_inset
15552 </cell>
15553 </row>
15554 <row>
15555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15556 \begin_inset Text
15557
15558 \begin_layout Plain Layout
15559
15560 \backslash
15561 prod
15562 \begin_inset Index idx
15563 status collapsed
15564
15565 \begin_layout Plain Layout
15566 Befehle ! P ! 
15567 \backslash
15568 prod
15569 \end_layout
15570
15571 \end_inset
15572
15573
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Plain Layout
15582 \begin_inset Formula $\prod$
15583 \end_inset
15584
15585
15586 \end_layout
15587
15588 \end_inset
15589 </cell>
15590 </row>
15591 <row>
15592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15593 \begin_inset Text
15594
15595 \begin_layout Plain Layout
15596
15597 \backslash
15598 coprod
15599 \end_layout
15600
15601 \end_inset
15602 </cell>
15603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15604 \begin_inset Text
15605
15606 \begin_layout Plain Layout
15607 \begin_inset Formula $\coprod$
15608 \end_inset
15609
15610
15611 \end_layout
15612
15613 \end_inset
15614 </cell>
15615 </row>
15616 <row>
15617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Plain Layout
15621
15622 \backslash
15623 bigodot
15624 \end_layout
15625
15626 \end_inset
15627 </cell>
15628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15629 \begin_inset Text
15630
15631 \begin_layout Plain Layout
15632 \begin_inset Formula $\bigodot$
15633 \end_inset
15634
15635
15636 \end_layout
15637
15638 \end_inset
15639 </cell>
15640 </row>
15641 <row>
15642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15643 \begin_inset Text
15644
15645 \begin_layout Plain Layout
15646
15647 \backslash
15648 bigotimes
15649 \end_layout
15650
15651 \end_inset
15652 </cell>
15653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15654 \begin_inset Text
15655
15656 \begin_layout Plain Layout
15657 \begin_inset Formula $\bigotimes$
15658 \end_inset
15659
15660
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 </row>
15666 <row>
15667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15668 \begin_inset Text
15669
15670 \begin_layout Plain Layout
15671
15672 \backslash
15673 bigoplus
15674 \end_layout
15675
15676 \end_inset
15677 </cell>
15678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15679 \begin_inset Text
15680
15681 \begin_layout Plain Layout
15682 \begin_inset Formula $\bigoplus$
15683 \end_inset
15684
15685
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 </row>
15691 <row>
15692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15693 \begin_inset Text
15694
15695 \begin_layout Plain Layout
15696
15697 \backslash
15698 bigwedge
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707 \begin_inset Formula $\bigwedge$
15708 \end_inset
15709
15710
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 </row>
15716 <row>
15717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15718 \begin_inset Text
15719
15720 \begin_layout Plain Layout
15721
15722 \backslash
15723 bigvee
15724 \end_layout
15725
15726 \end_inset
15727 </cell>
15728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15729 \begin_inset Text
15730
15731 \begin_layout Plain Layout
15732 \begin_inset Formula $\bigvee$
15733 \end_inset
15734
15735
15736 \end_layout
15737
15738 \end_inset
15739 </cell>
15740 </row>
15741 <row>
15742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15743 \begin_inset Text
15744
15745 \begin_layout Plain Layout
15746
15747 \backslash
15748 bigsqcup
15749 \end_layout
15750
15751 \end_inset
15752 </cell>
15753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15754 \begin_inset Text
15755
15756 \begin_layout Plain Layout
15757 \begin_inset Formula $\bigsqcup$
15758 \end_inset
15759
15760
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 </row>
15766 <row>
15767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15768 \begin_inset Text
15769
15770 \begin_layout Plain Layout
15771
15772 \backslash
15773 biguplus
15774 \end_layout
15775
15776 \end_inset
15777 </cell>
15778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15779 \begin_inset Text
15780
15781 \begin_layout Plain Layout
15782 \begin_inset Formula $\biguplus$
15783 \end_inset
15784
15785
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 </row>
15791 </lyxtabular>
15792
15793 \end_inset
15794
15795
15796 \begin_inset space \hfill{}
15797 \end_inset
15798
15799
15800 \end_layout
15801
15802 \begin_layout Standard
15803 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15804 \begin_inset Info
15805 type  "icon"
15806 arg   "math-insert \\intop"
15807 \end_inset
15808
15809  eingefügt werden.
15810 \end_layout
15811
15812 \begin_layout Standard
15813 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15814  Teil gleich aussehenden binären Operatoren.
15815  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15816  beschrieben.
15817 \end_layout
15818
15819 \begin_layout Standard
15820 Für alle Integrale gibt es Befehle, die auf 
15821 \series bold
15822 op
15823 \series default
15824  enden: 
15825 \series bold
15826
15827 \backslash
15828 intop
15829 \series default
15830
15831 \series bold
15832
15833 \backslash
15834 ointop
15835 \series default
15836  usw..
15837  Diese unterscheiden sich von 
15838 \series bold
15839
15840 \backslash
15841 int
15842 \series default
15843  usw.
15844 \begin_inset space \space{}
15845 \end_inset
15846
15847 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15848 \begin_inset CommandInset ref
15849 LatexCommand ref
15850 reference "subsec:Operatorgrenzen"
15851
15852 \end_inset
15853
15854 .
15855  
15856 \end_layout
15857
15858 \begin_layout Subsubsection*
15859 Hinweise zu Integralen
15860 \end_layout
15861
15862 \begin_layout Standard
15863 Der Buchstabe 
15864 \emph on
15865 d
15866 \emph default
15867  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15868  muss.
15869  Dazu markiert man das 
15870 \emph on
15871 d
15872 \emph default
15873  und wandelt es mit der Tastenkombination 
15874 \family sans
15875 Alt+Z
15876 \begin_inset space ~
15877 \end_inset
15878
15879 R
15880 \family default
15881
15882 \begin_inset Foot
15883 status collapsed
15884
15885 \begin_layout Plain Layout
15886 Schriftstile siehe 
15887 \begin_inset CommandInset ref
15888 LatexCommand ref
15889 reference "subsec:Schriftstile"
15890
15891 \end_inset
15892
15893
15894 \end_layout
15895
15896 \end_inset
15897
15898  um.
15899  Anschließend fügt man vor dem 
15900 \emph on
15901 d
15902 \emph default
15903 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15904  Dazu ein Beispiel:
15905 \end_layout
15906
15907 \begin_layout Standard
15908 inkorrekt: 
15909 \begin_inset Formula $\int A(x)dx$
15910 \end_inset
15911
15912
15913 \begin_inset Newline newline
15914 \end_inset
15915
15916
15917 \begin_inset Phantom HPhantom
15918 status open
15919
15920 \begin_layout Plain Layout
15921 in
15922 \end_layout
15923
15924 \end_inset
15925
15926 korrekt: 
15927 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15928 \end_inset
15929
15930
15931 \end_layout
15932
15933 \begin_layout Standard
15934 \begin_inset VSpace medskip
15935 \end_inset
15936
15937 Für Mehrfachintegrale gibt es folgende Befehle:
15938 \begin_inset VSpace medskip
15939 \end_inset
15940
15941
15942 \end_layout
15943
15944 \begin_layout Standard
15945 \begin_inset space \hfill{}
15946 \end_inset
15947
15948
15949 \begin_inset Tabular
15950 <lyxtabular version="3" rows="4" columns="2">
15951 <features tabularvalignment="middle">
15952 <column alignment="center" valignment="top">
15953 <column alignment="center" valignment="top">
15954 <row>
15955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959 Befehl
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968 Ergebnis
15969 \begin_inset Note Note
15970 status collapsed
15971
15972 \begin_layout Plain Layout
15973
15974 \series bold
15975
15976 \backslash
15977 raisebox
15978 \series default
15979  dient nur als Abstandhalter.
15980 \end_layout
15981
15982 \end_inset
15983
15984
15985 \end_layout
15986
15987 \end_inset
15988 </cell>
15989 </row>
15990 <row>
15991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15992 \begin_inset Text
15993
15994 \begin_layout Plain Layout
15995
15996 \backslash
15997 iint
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
16007 \end_inset
16008
16009
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 </row>
16015 <row>
16016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020
16021 \backslash
16022 oiint
16023 \end_layout
16024
16025 \end_inset
16026 </cell>
16027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16028 \begin_inset Text
16029
16030 \begin_layout Plain Layout
16031 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
16032 \end_inset
16033
16034
16035 \end_layout
16036
16037 \end_inset
16038 </cell>
16039 </row>
16040 <row>
16041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Plain Layout
16045
16046 \backslash
16047 sqiint
16048 \end_layout
16049
16050 \end_inset
16051 </cell>
16052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16053 \begin_inset Text
16054
16055 \begin_layout Plain Layout
16056 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16057 \end_inset
16058
16059
16060 \end_layout
16061
16062 \end_inset
16063 </cell>
16064 </row>
16065 </lyxtabular>
16066
16067 \end_inset
16068
16069
16070 \begin_inset space \hfill{}
16071 \end_inset
16072
16073
16074 \begin_inset Tabular
16075 <lyxtabular version="3" rows="4" columns="2">
16076 <features tabularvalignment="middle">
16077 <column alignment="center" valignment="top">
16078 <column alignment="center" valignment="top">
16079 <row>
16080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084 Befehl
16085 \end_layout
16086
16087 \end_inset
16088 </cell>
16089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093 Ergebnis
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 </row>
16099 <row>
16100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104
16105 \backslash
16106 iiint
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16112 \begin_inset Text
16113
16114 \begin_layout Plain Layout
16115 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16116 \end_inset
16117
16118
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 </row>
16124 <row>
16125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Plain Layout
16129
16130 \backslash
16131 iiiint
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16137 \begin_inset Text
16138
16139 \begin_layout Plain Layout
16140 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16141 \end_inset
16142
16143
16144 \end_layout
16145
16146 \end_inset
16147 </cell>
16148 </row>
16149 <row>
16150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16151 \begin_inset Text
16152
16153 \begin_layout Plain Layout
16154
16155 \backslash
16156 dotsint
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16166 \end_inset
16167
16168
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 </row>
16174 </lyxtabular>
16175
16176 \end_inset
16177
16178
16179 \begin_inset space \hfill{}
16180 \end_inset
16181
16182
16183 \end_layout
16184
16185 \begin_layout Subsection
16186 Operatorgrenzen
16187 \begin_inset CommandInset label
16188 LatexCommand label
16189 name "subsec:Operatorgrenzen"
16190
16191 \end_inset
16192
16193
16194 \begin_inset Index idx
16195 status collapsed
16196
16197 \begin_layout Plain Layout
16198 Operatoren ! Grenzen
16199 \end_layout
16200
16201 \end_inset
16202
16203
16204 \end_layout
16205
16206 \begin_layout Standard
16207 Grenzen werden durch Hoch- bzw.
16208 \begin_inset space \space{}
16209 \end_inset
16210
16211 Tiefstellen erzeugt:
16212 \begin_inset Separator parbreak
16213 \end_inset
16214
16215
16216 \end_layout
16217
16218 \begin_layout Standard
16219 \align center
16220 \begin_inset Tabular
16221 <lyxtabular version="3" rows="2" columns="2">
16222 <features tabularvalignment="middle">
16223 <column alignment="center" valignment="top" width="0pt">
16224 <column alignment="center" valignment="top" width="0pt">
16225 <row>
16226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16227 \begin_inset Text
16228
16229 \begin_layout Plain Layout
16230 Befehl
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239 Ergebnis
16240 \begin_inset Note Note
16241 status collapsed
16242
16243 \begin_layout Plain Layout
16244
16245 \series bold
16246
16247 \backslash
16248 raisebox
16249 \series default
16250  dient nur als Abstandhalter.
16251 \end_layout
16252
16253 \end_inset
16254
16255
16256 \end_layout
16257
16258 \end_inset
16259 </cell>
16260 </row>
16261 <row>
16262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16263 \begin_inset Text
16264
16265 \begin_layout Plain Layout
16266
16267 \backslash
16268 prod^
16269 \backslash
16270 infty
16271 \begin_inset space \textvisiblespace{}
16272 \end_inset
16273
16274
16275 \begin_inset Formula $\to$
16276 \end_inset
16277
16278 _0
16279 \begin_inset Formula $\to$
16280 \end_inset
16281
16282 A(x)
16283 \end_layout
16284
16285 \end_inset
16286 </cell>
16287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16288 \begin_inset Text
16289
16290 \begin_layout Plain Layout
16291 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16292 \end_inset
16293
16294
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 </row>
16300 </lyxtabular>
16301
16302 \end_inset
16303
16304
16305 \end_layout
16306
16307 \begin_layout Standard
16308 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
16309  Operator gesetzt.
16310  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
16311  bzw.
16312 \begin_inset space \space{}
16313 \end_inset
16314
16315 unter den Operator gesetzt.
16316 \end_layout
16317
16318 \begin_layout Standard
16319 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16320  man den Cursor direkt hinter den Operator und setzt über das Menü 
16321 \family sans
16322 Bearbeiten\SpecialChar menuseparator
16323 Mathe\SpecialChar menuseparator
16324 Art der Operatorgrenzen ändern
16325 \family default
16326  die Grenzen auf 
16327 \series bold
16328 Eingebettet
16329 \series default
16330  (Tastenkombination 
16331 \family sans
16332 Alt+M
16333 \begin_inset space ~
16334 \end_inset
16335
16336 L
16337 \family default
16338 ).
16339  Dazu folgendes Beispiel:
16340 \end_layout
16341
16342 \begin_layout Standard
16343 Die normalen Grenzen sehen so aus:
16344 \begin_inset Formula 
16345 \[
16346 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16347 \]
16348
16349 \end_inset
16350
16351 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16352 \begin_inset Formula 
16353 \[
16354 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16355 \]
16356
16357 \end_inset
16358
16359 Bei Integralen werden mit Ausnahme von denen, die auf 
16360 \series bold
16361 op
16362 \series default
16363  enden (
16364 \series bold
16365
16366 \backslash
16367 intop
16368 \series default
16369
16370 \series bold
16371
16372 \backslash
16373 ointop
16374 \series default
16375  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16376  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16377  gesetzt.
16378  Im folgenden Beispiel wurde die Grenze deswegen auf 
16379 \series bold
16380 Anzeige
16381 \series default
16382  gesetzt und damit unter die Integrale geschrieben:
16383 \begin_inset Formula 
16384 \begin{equation}
16385 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16386 \end{equation}
16387
16388 \end_inset
16389
16390
16391 \end_layout
16392
16393 \begin_layout Standard
16394 \begin_inset VSpace medskip
16395 \end_inset
16396
16397 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16398 \series bold
16399
16400 \backslash
16401 subarray
16402 \series default
16403
16404 \begin_inset Index idx
16405 status collapsed
16406
16407 \begin_layout Plain Layout
16408 Befehle ! S ! 
16409 \backslash
16410 subarray
16411 \end_layout
16412
16413 \end_inset
16414
16415  und 
16416 \series bold
16417
16418 \backslash
16419 substack
16420 \series default
16421
16422 \begin_inset Index idx
16423 status collapsed
16424
16425 \begin_layout Plain Layout
16426 Befehle ! S ! 
16427 \backslash
16428 substack
16429 \end_layout
16430
16431 \end_inset
16432
16433 .
16434  Um z.
16435 \begin_inset space \thinspace{}
16436 \end_inset
16437
16438 B.
16439  diesen Ausdruck 
16440 \begin_inset Formula 
16441 \begin{equation}
16442 \sum_{\begin{subarray}{c}
16443 0<k<1000\\
16444 \\
16445 k\,\in\,\mathbb{N}
16446 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16447 \end{equation}
16448
16449 \end_inset
16450
16451 zu erstellen, muss man Folgendes tun:
16452 \begin_inset Newline newline
16453 \end_inset
16454
16455 Zuerst gibt man den Befehl 
16456 \series bold
16457
16458 \backslash
16459 sum
16460 \series default
16461 ^
16462 \series bold
16463 n
16464 \begin_inset space \textvisiblespace{}
16465 \end_inset
16466
16467 _
16468 \series default
16469  ein.
16470  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16471  In dieses gibt man den Befehl 
16472 \series bold
16473
16474 \backslash
16475 subarray
16476 \begin_inset space \textvisiblespace{}
16477 \end_inset
16478
16479
16480 \series default
16481  ein.
16482  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
16483  Zeilen untereinander schreiben.
16484  Mit Eingabe des Zeilenumbruchs (
16485 \family sans
16486 Strg+Enter
16487 \family default
16488 ) wird eine neue Zeile erstellt.
16489  Gibt man
16490 \begin_inset Newline newline
16491 \end_inset
16492
16493
16494 \series bold
16495 0<k<1000 Strg+Enter
16496 \begin_inset Newline newline
16497 \end_inset
16498
16499
16500 \series default
16501 ein, erscheint darunter ein Kästchen für die neue Zeile.
16502 \end_layout
16503
16504 \begin_layout Standard
16505 Die Ausrichtung der Zeilen kann mit der 
16506 \family sans
16507 Tabellen-Werkzeugleiste
16508 \family default
16509  oder dem Menü 
16510 \family sans
16511 Bearbeiten\SpecialChar menuseparator
16512 Zeilen & Spalten
16513 \family default
16514  auf links geändert werden.
16515  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16516 \series bold
16517
16518 \backslash
16519 hfill
16520 \begin_inset space \textvisiblespace{}
16521 \end_inset
16522
16523
16524 \series default
16525  eingegeben.
16526 \end_layout
16527
16528 \begin_layout Standard
16529 Der Befehl 
16530 \series bold
16531
16532 \backslash
16533 substack
16534 \series default
16535  ist äquivalent zu 
16536 \series bold
16537
16538 \backslash
16539 subarray
16540 \series default
16541 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16542 \end_layout
16543
16544 \begin_layout Standard
16545 \begin_inset VSpace bigskip
16546 \end_inset
16547
16548 Wie bei Formel 
16549 \begin_inset CommandInset ref
16550 LatexCommand eqref
16551 reference "eq:substack"
16552
16553 \end_inset
16554
16555  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16556  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16557  Um das zu verhindern, kann man den Befehl 
16558 \series bold
16559
16560 \backslash
16561 smashoperator
16562 \series default
16563
16564 \begin_inset Index idx
16565 status collapsed
16566
16567 \begin_layout Plain Layout
16568 Befehle ! S ! 
16569 \backslash
16570 smashoperator
16571 \end_layout
16572
16573 \end_inset
16574
16575  verwenden.
16576  Um ihn zu aktivieren, stellt man in den Dokumenteinstellungen unter 
16577 \family sans
16578 Mathe-Optionen
16579 \family default
16580  für das Paket 
16581 \series bold
16582 mathtools
16583 \series default
16584
16585 \begin_inset Index idx
16586 status collapsed
16587
16588 \begin_layout Plain Layout
16589 Pakete ! mathtools
16590 \end_layout
16591
16592 \end_inset
16593
16594  die Option 
16595 \family sans
16596 Immer
16597 \begin_inset space ~
16598 \end_inset
16599
16600 laden
16601 \family default
16602  ein.
16603  
16604 \series bold
16605
16606 \backslash
16607 smashoperator
16608 \series default
16609  setzt den Leerraum um den Operator auf 0
16610 \begin_inset space \thinspace{}
16611 \end_inset
16612
16613 pt.
16614 \begin_inset Newline newline
16615 \end_inset
16616
16617 Auf Formel 
16618 \begin_inset CommandInset ref
16619 LatexCommand eqref
16620 reference "eq:substack"
16621
16622 \end_inset
16623
16624  angewandt, verwendet man den Befehl
16625 \end_layout
16626
16627 \begin_layout Standard
16628
16629 \series bold
16630
16631 \backslash
16632 smashoperator{
16633 \end_layout
16634
16635 \begin_layout Standard
16636 und fügt den Operator mit seinen Grenze in die geschweifte Klammer ein.
16637  Nach der geschweiften Klammer setzt man die Formel fort:
16638 \begin_inset Formula 
16639 \[
16640 \smashoperator{\sum_{\begin{subarray}{c}
16641 0<k<1000\\
16642 \\
16643 k\,\in\,\mathbb{N}
16644 \end{subarray}}^{n}}k^{-2}
16645 \]
16646
16647 \end_inset
16648
16649
16650 \end_layout
16651
16652 \begin_layout Standard
16653 Es ist möglich den Leerraum auf nur einer Seite des Operators auf 0
16654 \begin_inset space \thinspace{}
16655 \end_inset
16656
16657 pt zu setzen.
16658  Dazu schreibt man entweder 
16659 \series bold
16660 [l]
16661 \series default
16662  oder 
16663 \series bold
16664 [r]
16665 \series default
16666  zwischen 
16667 \series bold
16668
16669 \backslash
16670 smashoperator
16671 \series default
16672  und seine geschweifte Klammer.
16673  
16674 \series bold
16675 l
16676 \series default
16677  steht dabei für die linke und 
16678 \series bold
16679 r
16680 \series default
16681  für die rechten Seite des Operators.
16682  Hier ist ein Beispiel der möglichen Formen von 
16683 \series bold
16684
16685 \backslash
16686 smashoperator
16687 \series default
16688 :
16689 \end_layout
16690
16691 \begin_layout Standard
16692 \begin_inset Formula 
16693 \[
16694 Y\smashoperator{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[l]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[r]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}
16695 \]
16696
16697 \end_inset
16698
16699
16700 \end_layout
16701
16702 \begin_layout Standard
16703 \begin_inset VSpace bigskip
16704 \end_inset
16705
16706
16707 \end_layout
16708
16709 \begin_layout Standard
16710 Wenn mehrere aufeinanderfolgende Operatoren Grenzen haben, sieht der Schriftsatz
16711  der Grenzen oft nicht ansprechend aus, wie dieses Beispiel zeigt:
16712 \begin_inset Formula 
16713 \[
16714 \text{a)}\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\limsup_{n\to\infty}\max_{p\ge n}
16715 \]
16716
16717 \end_inset
16718
16719 Um den Schriftsatz zu verbessern, stellt man in den Dokumenteinstellungen
16720  unter 
16721 \family sans
16722 Mathe-Optionen
16723 \family default
16724  für das Paket 
16725 \series bold
16726 mathtools
16727 \series default
16728
16729 \begin_inset Index idx
16730 status collapsed
16731
16732 \begin_layout Plain Layout
16733 Pakete ! mathtools
16734 \end_layout
16735
16736 \end_inset
16737
16738  die Option 
16739 \family sans
16740 Immer
16741 \begin_inset space ~
16742 \end_inset
16743
16744 laden
16745 \family default
16746  ein.
16747  Nun fügt man direkt vor den ersten Operator denn Befehl 
16748 \series bold
16749
16750 \backslash
16751 adjustlimits
16752 \series default
16753
16754 \begin_inset Index idx
16755 status collapsed
16756
16757 \begin_layout Plain Layout
16758 Befehle ! A ! 
16759 \backslash
16760 adjustlimits
16761 \end_layout
16762
16763 \end_inset
16764
16765  ein.
16766  Das Beispiel schaut dann so aus:
16767 \begin_inset Formula 
16768 \[
16769 \text{a)}\adjustlimits\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\adjustlimits\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\adjustlimits\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\adjustlimits\limsup_{n\to\infty}\max_{p\ge n}
16770 \]
16771
16772 \end_inset
16773
16774
16775 \end_layout
16776
16777 \begin_layout Standard
16778 \begin_inset VSpace bigskip
16779 \end_inset
16780
16781 In 
16782 \begin_inset CommandInset ref
16783 LatexCommand ref
16784 reference "subsec:Selbstdefinierte-Operatoren"
16785
16786 \end_inset
16787
16788  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16789 \end_layout
16790
16791 \begin_layout Subsection
16792 Dekoration für Operatoren
16793 \begin_inset Index idx
16794 status collapsed
16795
16796 \begin_layout Plain Layout
16797 Operatoren ! Dekoration
16798 \end_layout
16799
16800 \end_inset
16801
16802
16803 \end_layout
16804
16805 \begin_layout Standard
16806 Zum Dekorieren von Operatoren gibt es die Befehle 
16807 \series bold
16808
16809 \backslash
16810 overset
16811 \series default
16812
16813 \begin_inset Index idx
16814 status collapsed
16815
16816 \begin_layout Plain Layout
16817 Befehle ! O ! 
16818 \backslash
16819 overset
16820 \end_layout
16821
16822 \end_inset
16823
16824  und 
16825 \series bold
16826
16827 \backslash
16828 underset
16829 \series default
16830
16831 \begin_inset Index idx
16832 status collapsed
16833
16834 \begin_layout Plain Layout
16835 Befehle ! U ! 
16836 \backslash
16837 underset
16838 \end_layout
16839
16840 \end_inset
16841
16842 , mit denen man Zeichen über bzw.
16843 \begin_inset space \space{}
16844 \end_inset
16845
16846 unter einen Operator setzen kann.
16847  Mit dem Befehl 
16848 \series bold
16849
16850 \backslash
16851 sideset
16852 \series default
16853
16854 \begin_inset Index idx
16855 status collapsed
16856
16857 \begin_layout Plain Layout
16858 Befehle ! S ! 
16859 \backslash
16860 sideset
16861 \end_layout
16862
16863 \end_inset
16864
16865  können Zeichen vor und nach einen großen Operator gesetzt werden.
16866 \end_layout
16867
16868 \begin_layout Standard
16869 Es gibt 4
16870 \begin_inset space ~
16871 \end_inset
16872
16873 Varianten von 
16874 \series bold
16875
16876 \backslash
16877 sideset
16878 \series default
16879 :
16880 \end_layout
16881
16882 \begin_layout Itemize
16883
16884 \series bold
16885
16886 \backslash
16887 sideset
16888 \series default
16889  zum Setzen von Zeichen an die Ecken des Operators
16890 \end_layout
16891
16892 \begin_layout Itemize
16893
16894 \series bold
16895
16896 \backslash
16897 sidesetn
16898 \series default
16899  zum Setzen von Zeichen vor und/oder nach den Operator (diese Variante entsprich
16900 t \SpecialChar LaTeX
16901 s originalem 
16902 \series bold
16903
16904 \backslash
16905 sideset
16906 \series default
16907  Befehl)
16908 \end_layout
16909
16910 \begin_layout Itemize
16911
16912 \series bold
16913
16914 \backslash
16915 sidesetl
16916 \series default
16917  zum Setzen von Zeichen an die linken Ecken und/oder nach den Operator
16918 \end_layout
16919
16920 \begin_layout Itemize
16921
16922 \series bold
16923
16924 \backslash
16925 sidesetr
16926 \series default
16927  zum Setzen von Zeichen an die rechten Ecken und/oder vor den Operator
16928 \end_layout
16929
16930 \begin_layout Standard
16931 Z.
16932 \begin_inset space \thinspace{}
16933 \end_inset
16934
16935 B.
16936  ergibt der Befehl 
16937 \series bold
16938
16939 \backslash
16940 sidesetn
16941 \begin_inset space \textvisiblespace{}
16942 \end_inset
16943
16944
16945 \backslash
16946 sum
16947 \begin_inset space \textvisiblespace{}
16948 \end_inset
16949
16950
16951 \begin_inset Formula $\to$
16952 \end_inset
16953
16954 '
16955 \begin_inset Formula $\to$
16956 \end_inset
16957
16958 _k=1
16959 \begin_inset space \textvisiblespace{}
16960 \end_inset
16961
16962
16963 \series default
16964 ^
16965 \series bold
16966 n
16967 \series default
16968  :
16969 \begin_inset Formula 
16970 \[
16971 \sideset{}{'}\sum_{k=1}^{n}
16972 \]
16973
16974 \end_inset
16975
16976
16977 \end_layout
16978
16979 \begin_layout Standard
16980 \begin_inset Note Greyedout
16981 status open
16982
16983 \begin_layout Plain Layout
16984
16985 \series bold
16986 Achtung: 
16987 \backslash
16988 sideset
16989 \series default
16990  kann nur für die Dekoration von großen Operatoren verwendet werden, binäre
16991  Operatoren sind nicht erlaubt.
16992 \end_layout
16993
16994 \end_inset
16995
16996
16997 \end_layout
16998
16999 \begin_layout Standard
17000 Mit 
17001 \series bold
17002
17003 \backslash
17004 overset
17005 \series default
17006  bzw.
17007 \begin_inset space \space{}
17008 \end_inset
17009
17010
17011 \series bold
17012
17013 \backslash
17014 underset
17015 \series default
17016  kann man auch Symbole und Zeichen dekorieren.
17017  Beispielsweise ergibt der Befehl 
17018 \series bold
17019
17020 \backslash
17021 overset
17022 \begin_inset space \textvisiblespace{}
17023 \end_inset
17024
17025
17026 \backslash
17027 maltese
17028 \begin_inset space \textvisiblespace{}
17029 \end_inset
17030
17031
17032 \series default
17033
17034 \begin_inset Formula $\uparrow$
17035 \end_inset
17036
17037
17038 \series bold
17039 a
17040 \series default
17041  :
17042 \begin_inset Formula 
17043 \[
17044 \overset{a}{\maltese}
17045 \]
17046
17047 \end_inset
17048
17049
17050 \end_layout
17051
17052 \begin_layout Subsection
17053 Binäre Operatoren
17054 \begin_inset CommandInset label
17055 LatexCommand label
17056 name "subsec:Binäre-Operatoren"
17057
17058 \end_inset
17059
17060
17061 \begin_inset Index idx
17062 status collapsed
17063
17064 \begin_layout Plain Layout
17065 Operatoren ! binäre
17066 \end_layout
17067
17068 \end_inset
17069
17070
17071 \end_layout
17072
17073 \begin_layout Standard
17074 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
17075  ein Zeichen befindet.
17076 \begin_inset VSpace medskip
17077 \end_inset
17078
17079
17080 \end_layout
17081
17082 \begin_layout Standard
17083 \begin_inset space \hfill{}
17084 \end_inset
17085
17086
17087 \begin_inset Tabular
17088 <lyxtabular version="3" rows="13" columns="2">
17089 <features tabularvalignment="middle">
17090 <column alignment="center" valignment="top" width="0pt">
17091 <column alignment="center" valignment="top" width="0pt">
17092 <row>
17093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097 Befehl
17098 \begin_inset Note Note
17099 status collapsed
17100
17101 \begin_layout Plain Layout
17102
17103 \series bold
17104
17105 \backslash
17106 raisebox
17107 \series default
17108  dient nur als Abstandhalter.
17109 \end_layout
17110
17111 \end_inset
17112
17113
17114 \end_layout
17115
17116 \end_inset
17117 </cell>
17118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17119 \begin_inset Text
17120
17121 \begin_layout Plain Layout
17122 Ergebnis
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 </row>
17128 <row>
17129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133 +
17134 \end_layout
17135
17136 \end_inset
17137 </cell>
17138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142 \begin_inset Formula $+$
17143 \end_inset
17144
17145
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 </row>
17151 <row>
17152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156 -
17157 \end_layout
17158
17159 \end_inset
17160 </cell>
17161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17162 \begin_inset Text
17163
17164 \begin_layout Plain Layout
17165 \begin_inset Formula $-$
17166 \end_inset
17167
17168
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 </row>
17174 <row>
17175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179
17180 \backslash
17181 pm
17182 \end_layout
17183
17184 \end_inset
17185 </cell>
17186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17187 \begin_inset Text
17188
17189 \begin_layout Plain Layout
17190 \begin_inset Formula $\pm$
17191 \end_inset
17192
17193
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 </row>
17199 <row>
17200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204
17205 \backslash
17206 mp
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215 \begin_inset Formula $\mp$
17216 \end_inset
17217
17218
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 </row>
17224 <row>
17225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229
17230 \backslash
17231 cdot
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240 \begin_inset Formula $\cdot$
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 </row>
17249 <row>
17250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17251 \begin_inset Text
17252
17253 \begin_layout Plain Layout
17254
17255 \backslash
17256 times
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265 \begin_inset Formula $\times$
17266 \end_inset
17267
17268
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 </row>
17274 <row>
17275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279
17280 \backslash
17281 div
17282 \end_layout
17283
17284 \end_inset
17285 </cell>
17286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17287 \begin_inset Text
17288
17289 \begin_layout Plain Layout
17290 \begin_inset Formula $\div$
17291 \end_inset
17292
17293
17294 \end_layout
17295
17296 \end_inset
17297 </cell>
17298 </row>
17299 <row>
17300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17301 \begin_inset Text
17302
17303 \begin_layout Plain Layout
17304 \begin_inset ERT
17305 status collapsed
17306
17307 \begin_layout Plain Layout
17308
17309
17310 \backslash
17311 raisebox{-1.2mm}{
17312 \end_layout
17313
17314 \end_inset
17315
17316 *
17317 \begin_inset ERT
17318 status collapsed
17319
17320 \begin_layout Plain Layout
17321
17322 }
17323 \end_layout
17324
17325 \end_inset
17326
17327
17328 \end_layout
17329
17330 \end_inset
17331 </cell>
17332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17333 \begin_inset Text
17334
17335 \begin_layout Plain Layout
17336 \begin_inset Formula $*$
17337 \end_inset
17338
17339
17340 \end_layout
17341
17342 \end_inset
17343 </cell>
17344 </row>
17345 <row>
17346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17347 \begin_inset Text
17348
17349 \begin_layout Plain Layout
17350
17351 \backslash
17352 star
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361 \begin_inset Formula $\star$
17362 \end_inset
17363
17364
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 </row>
17370 <row>
17371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375
17376 \backslash
17377 circ
17378 \end_layout
17379
17380 \end_inset
17381 </cell>
17382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17383 \begin_inset Text
17384
17385 \begin_layout Plain Layout
17386 \begin_inset Formula $\circ$
17387 \end_inset
17388
17389
17390 \end_layout
17391
17392 \end_inset
17393 </cell>
17394 </row>
17395 <row>
17396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17397 \begin_inset Text
17398
17399 \begin_layout Plain Layout
17400
17401 \backslash
17402 diamond
17403 \end_layout
17404
17405 \end_inset
17406 </cell>
17407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411 \begin_inset Formula $\diamond$
17412 \end_inset
17413
17414
17415 \end_layout
17416
17417 \end_inset
17418 </cell>
17419 </row>
17420 <row>
17421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17422 \begin_inset Text
17423
17424 \begin_layout Plain Layout
17425
17426 \backslash
17427 bullet
17428 \end_layout
17429
17430 \end_inset
17431 </cell>
17432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17433 \begin_inset Text
17434
17435 \begin_layout Plain Layout
17436 \begin_inset Formula $\bullet$
17437 \end_inset
17438
17439
17440 \end_layout
17441
17442 \end_inset
17443 </cell>
17444 </row>
17445 </lyxtabular>
17446
17447 \end_inset
17448
17449
17450 \begin_inset space \hfill{}
17451 \end_inset
17452
17453
17454 \begin_inset Tabular
17455 <lyxtabular version="3" rows="13" columns="2">
17456 <features tabularvalignment="middle">
17457 <column alignment="center" valignment="top" width="0pt">
17458 <column alignment="center" valignment="top" width="0pt">
17459 <row>
17460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17461 \begin_inset Text
17462
17463 \begin_layout Plain Layout
17464 Befehl
17465 \end_layout
17466
17467 \end_inset
17468 </cell>
17469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17470 \begin_inset Text
17471
17472 \begin_layout Plain Layout
17473 Ergebnis
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 </row>
17479 <row>
17480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17481 \begin_inset Text
17482
17483 \begin_layout Plain Layout
17484
17485 \backslash
17486 nabla
17487 \end_layout
17488
17489 \end_inset
17490 </cell>
17491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17492 \begin_inset Text
17493
17494 \begin_layout Plain Layout
17495 \begin_inset Formula $\nabla$
17496 \end_inset
17497
17498
17499 \end_layout
17500
17501 \end_inset
17502 </cell>
17503 </row>
17504 <row>
17505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17506 \begin_inset Text
17507
17508 \begin_layout Plain Layout
17509
17510 \backslash
17511 bigtriangledown
17512 \end_layout
17513
17514 \end_inset
17515 </cell>
17516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Plain Layout
17520 \begin_inset Formula $\bigtriangledown$
17521 \end_inset
17522
17523
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 </row>
17529 <row>
17530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Plain Layout
17534
17535 \backslash
17536 bigtriangleup
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17542 \begin_inset Text
17543
17544 \begin_layout Plain Layout
17545 \begin_inset Formula $\bigtriangleup$
17546 \end_inset
17547
17548
17549 \end_layout
17550
17551 \end_inset
17552 </cell>
17553 </row>
17554 <row>
17555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17556 \begin_inset Text
17557
17558 \begin_layout Plain Layout
17559
17560 \backslash
17561 Box
17562 \end_layout
17563
17564 \end_inset
17565 </cell>
17566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17567 \begin_inset Text
17568
17569 \begin_layout Plain Layout
17570 \begin_inset Formula $\Box$
17571 \end_inset
17572
17573
17574 \end_layout
17575
17576 \end_inset
17577 </cell>
17578 </row>
17579 <row>
17580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17581 \begin_inset Text
17582
17583 \begin_layout Plain Layout
17584
17585 \backslash
17586 cap 
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17592 \begin_inset Text
17593
17594 \begin_layout Plain Layout
17595 \begin_inset Formula $\cap$
17596 \end_inset
17597
17598
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 </row>
17604 <row>
17605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17606 \begin_inset Text
17607
17608 \begin_layout Plain Layout
17609
17610 \backslash
17611 cup
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17617 \begin_inset Text
17618
17619 \begin_layout Plain Layout
17620 \begin_inset Formula $\cup$
17621 \end_inset
17622
17623
17624 \end_layout
17625
17626 \end_inset
17627 </cell>
17628 </row>
17629 <row>
17630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17631 \begin_inset Text
17632
17633 \begin_layout Plain Layout
17634
17635 \backslash
17636 dagger
17637 \end_layout
17638
17639 \end_inset
17640 </cell>
17641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17642 \begin_inset Text
17643
17644 \begin_layout Plain Layout
17645 \begin_inset Formula $\dagger$
17646 \end_inset
17647
17648
17649 \end_layout
17650
17651 \end_inset
17652 </cell>
17653 </row>
17654 <row>
17655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17656 \begin_inset Text
17657
17658 \begin_layout Plain Layout
17659
17660 \backslash
17661 ddagger
17662 \end_layout
17663
17664 \end_inset
17665 </cell>
17666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17667 \begin_inset Text
17668
17669 \begin_layout Plain Layout
17670 \begin_inset Formula $\ddagger$
17671 \end_inset
17672
17673
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 </row>
17679 <row>
17680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17681 \begin_inset Text
17682
17683 \begin_layout Plain Layout
17684
17685 \backslash
17686 wr
17687 \end_layout
17688
17689 \end_inset
17690 </cell>
17691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17692 \begin_inset Text
17693
17694 \begin_layout Plain Layout
17695 \begin_inset Formula $\wr$
17696 \end_inset
17697
17698
17699 \end_layout
17700
17701 \end_inset
17702 </cell>
17703 </row>
17704 <row>
17705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17706 \begin_inset Text
17707
17708 \begin_layout Plain Layout
17709
17710 \backslash
17711 bigcirc
17712 \end_layout
17713
17714 \end_inset
17715 </cell>
17716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17717 \begin_inset Text
17718
17719 \begin_layout Plain Layout
17720 \begin_inset Formula $\bigcirc$
17721 \end_inset
17722
17723
17724 \end_layout
17725
17726 \end_inset
17727 </cell>
17728 </row>
17729 <row>
17730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17731 \begin_inset Text
17732
17733 \begin_layout Plain Layout
17734
17735 \backslash
17736 wedge
17737 \end_layout
17738
17739 \end_inset
17740 </cell>
17741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17742 \begin_inset Text
17743
17744 \begin_layout Plain Layout
17745 \begin_inset Formula $\wedge$
17746 \end_inset
17747
17748
17749 \end_layout
17750
17751 \end_inset
17752 </cell>
17753 </row>
17754 <row>
17755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17756 \begin_inset Text
17757
17758 \begin_layout Plain Layout
17759
17760 \backslash
17761 vee
17762 \end_layout
17763
17764 \end_inset
17765 </cell>
17766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17767 \begin_inset Text
17768
17769 \begin_layout Plain Layout
17770 \begin_inset Formula $\vee$
17771 \end_inset
17772
17773
17774 \end_layout
17775
17776 \end_inset
17777 </cell>
17778 </row>
17779 </lyxtabular>
17780
17781 \end_inset
17782
17783
17784 \begin_inset space \hfill{}
17785 \end_inset
17786
17787
17788 \begin_inset Tabular
17789 <lyxtabular version="3" rows="13" columns="2">
17790 <features tabularvalignment="middle">
17791 <column alignment="center" valignment="top" width="0pt">
17792 <column alignment="center" valignment="top" width="0pt">
17793 <row>
17794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17795 \begin_inset Text
17796
17797 \begin_layout Plain Layout
17798 Befehl
17799 \end_layout
17800
17801 \end_inset
17802 </cell>
17803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17804 \begin_inset Text
17805
17806 \begin_layout Plain Layout
17807 Ergebnis
17808 \end_layout
17809
17810 \end_inset
17811 </cell>
17812 </row>
17813 <row>
17814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17815 \begin_inset Text
17816
17817 \begin_layout Plain Layout
17818
17819 \backslash
17820 oplus
17821 \end_layout
17822
17823 \end_inset
17824 </cell>
17825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17826 \begin_inset Text
17827
17828 \begin_layout Plain Layout
17829 \begin_inset Formula $\oplus$
17830 \end_inset
17831
17832
17833 \end_layout
17834
17835 \end_inset
17836 </cell>
17837 </row>
17838 <row>
17839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17840 \begin_inset Text
17841
17842 \begin_layout Plain Layout
17843
17844 \backslash
17845 ominus
17846 \end_layout
17847
17848 \end_inset
17849 </cell>
17850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17851 \begin_inset Text
17852
17853 \begin_layout Plain Layout
17854 \begin_inset Formula $\ominus$
17855 \end_inset
17856
17857
17858 \end_layout
17859
17860 \end_inset
17861 </cell>
17862 </row>
17863 <row>
17864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17865 \begin_inset Text
17866
17867 \begin_layout Plain Layout
17868
17869 \backslash
17870 otimes
17871 \end_layout
17872
17873 \end_inset
17874 </cell>
17875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17876 \begin_inset Text
17877
17878 \begin_layout Plain Layout
17879 \begin_inset Formula $\otimes$
17880 \end_inset
17881
17882
17883 \end_layout
17884
17885 \end_inset
17886 </cell>
17887 </row>
17888 <row>
17889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17890 \begin_inset Text
17891
17892 \begin_layout Plain Layout
17893
17894 \backslash
17895 oslash
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17901 \begin_inset Text
17902
17903 \begin_layout Plain Layout
17904 \begin_inset Formula $\oslash$
17905 \end_inset
17906
17907
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 </row>
17913 <row>
17914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17915 \begin_inset Text
17916
17917 \begin_layout Plain Layout
17918
17919 \backslash
17920 odot
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17926 \begin_inset Text
17927
17928 \begin_layout Plain Layout
17929 \begin_inset Formula $\odot$
17930 \end_inset
17931
17932
17933 \end_layout
17934
17935 \end_inset
17936 </cell>
17937 </row>
17938 <row>
17939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17940 \begin_inset Text
17941
17942 \begin_layout Plain Layout
17943
17944 \backslash
17945 amalg
17946 \end_layout
17947
17948 \end_inset
17949 </cell>
17950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17951 \begin_inset Text
17952
17953 \begin_layout Plain Layout
17954 \begin_inset Formula $\amalg$
17955 \end_inset
17956
17957
17958 \end_layout
17959
17960 \end_inset
17961 </cell>
17962 </row>
17963 <row>
17964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17965 \begin_inset Text
17966
17967 \begin_layout Plain Layout
17968
17969 \backslash
17970 uplus
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Plain Layout
17979 \begin_inset Formula $\uplus$
17980 \end_inset
17981
17982
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 </row>
17988 <row>
17989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17990 \begin_inset Text
17991
17992 \begin_layout Plain Layout
17993
17994 \backslash
17995 setminus
17996 \end_layout
17997
17998 \end_inset
17999 </cell>
18000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18001 \begin_inset Text
18002
18003 \begin_layout Plain Layout
18004 \begin_inset Formula $\setminus$
18005 \end_inset
18006
18007
18008 \end_layout
18009
18010 \end_inset
18011 </cell>
18012 </row>
18013 <row>
18014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Plain Layout
18018
18019 \backslash
18020 sqcap
18021 \end_layout
18022
18023 \end_inset
18024 </cell>
18025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18026 \begin_inset Text
18027
18028 \begin_layout Plain Layout
18029 \begin_inset Formula $\sqcap$
18030 \end_inset
18031
18032
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 </row>
18038 <row>
18039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18040 \begin_inset Text
18041
18042 \begin_layout Plain Layout
18043
18044 \backslash
18045 sqcup
18046 \end_layout
18047
18048 \end_inset
18049 </cell>
18050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18051 \begin_inset Text
18052
18053 \begin_layout Plain Layout
18054 \begin_inset Formula $\sqcup$
18055 \end_inset
18056
18057
18058 \end_layout
18059
18060 \end_inset
18061 </cell>
18062 </row>
18063 <row>
18064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18065 \begin_inset Text
18066
18067 \begin_layout Plain Layout
18068
18069 \backslash
18070 triangleleft
18071 \end_layout
18072
18073 \end_inset
18074 </cell>
18075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18076 \begin_inset Text
18077
18078 \begin_layout Plain Layout
18079 \begin_inset Formula $\triangleleft$
18080 \end_inset
18081
18082
18083 \end_layout
18084
18085 \end_inset
18086 </cell>
18087 </row>
18088 <row>
18089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18090 \begin_inset Text
18091
18092 \begin_layout Plain Layout
18093
18094 \backslash
18095 triangleright
18096 \end_layout
18097
18098 \end_inset
18099 </cell>
18100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18101 \begin_inset Text
18102
18103 \begin_layout Plain Layout
18104 \begin_inset Formula $\triangleright$
18105 \end_inset
18106
18107
18108 \end_layout
18109
18110 \end_inset
18111 </cell>
18112 </row>
18113 </lyxtabular>
18114
18115 \end_inset
18116
18117
18118 \begin_inset space \hfill{}
18119 \end_inset
18120
18121
18122 \end_layout
18123
18124 \begin_layout Standard
18125 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
18126  
18127 \begin_inset Info
18128 type  "icon"
18129 arg   "math-insert \\pm"
18130 \end_inset
18131
18132  eingefügt werden.
18133 \end_layout
18134
18135 \begin_layout Standard
18136 Um den Laplace-Operator darzustellen, kann man statt 
18137 \series bold
18138
18139 \backslash
18140 bigtriangleup
18141 \series default
18142  auch 
18143 \series bold
18144
18145 \backslash
18146 Delta
18147 \series default
18148  verwenden oder man benutzt 
18149 \series bold
18150
18151 \backslash
18152 nabla
18153 \series default
18154 ^
18155 \series bold
18156 2
18157 \series default
18158  (
18159 \begin_inset Formula $\nabla^{2}$
18160 \end_inset
18161
18162 ).
18163 \end_layout
18164
18165 \begin_layout Standard
18166 Das Zeichen 
18167 \family sans
18168 Menütrenner
18169 \family default
18170  im Menü 
18171 \family sans
18172 Einfügen\SpecialChar menuseparator
18173 Sonderzeichen
18174 \family default
18175  ist der Operator 
18176 \series bold
18177
18178 \backslash
18179 triangleright
18180 \series default
18181 .
18182 \end_layout
18183
18184 \begin_layout Subsection
18185 Selbst definierte Operatoren
18186 \begin_inset CommandInset label
18187 LatexCommand label
18188 name "subsec:Selbstdefinierte-Operatoren"
18189
18190 \end_inset
18191
18192
18193 \begin_inset Index idx
18194 status collapsed
18195
18196 \begin_layout Plain Layout
18197 Operatoren ! selbstdefinierte
18198 \end_layout
18199
18200 \end_inset
18201
18202
18203 \end_layout
18204
18205 \begin_layout Standard
18206 Mit Hilfe des Befehls 
18207 \series bold
18208
18209 \backslash
18210 DeclareMathOperator
18211 \series default
18212
18213 \begin_inset Index idx
18214 status collapsed
18215
18216 \begin_layout Plain Layout
18217 Befehle ! D ! 
18218 \backslash
18219 dbinom@
18220 \backslash
18221 DeclareMathOperator
18222 \end_layout
18223
18224 \end_inset
18225
18226  kann man im \SpecialChar LaTeX
18227 -Vorspann eigene Operatoren definieren.
18228  Das Befehlsschema dazu lautet:
18229 \end_layout
18230
18231 \begin_layout Standard
18232
18233 \series bold
18234
18235 \backslash
18236 DeclareMathOperator{neuer Befehl}{Anzeige}
18237 \end_layout
18238
18239 \begin_layout Standard
18240 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
18241  im Ausdruck aussieht.
18242  Will man einen großen Operator definieren, setzt man hinter den Befehl
18243  ein 
18244 \series bold
18245 *
18246 \series default
18247 .
18248  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
18249  wie in 
18250 \begin_inset CommandInset ref
18251 LatexCommand ref
18252 reference "subsec:Operatorgrenzen"
18253
18254 \end_inset
18255
18256  beschrieben.
18257 \end_layout
18258
18259 \begin_layout Standard
18260 Beispielsweise definiert die \SpecialChar LaTeX
18261 -Vorspannzeile
18262 \end_layout
18263
18264 \begin_layout Standard
18265
18266 \series bold
18267
18268 \backslash
18269 DeclareMathOperator*{
18270 \backslash
18271 Raute}{
18272 \backslash
18273 blacklozenge}
18274 \end_layout
18275
18276 \begin_layout Standard
18277 den Befehl 
18278 \series bold
18279
18280 \backslash
18281 Raute
18282 \series default
18283 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
18284  aus 
18285 \begin_inset CommandInset ref
18286 LatexCommand ref
18287 reference "subsec:Sonstige-Symbole"
18288
18289 \end_inset
18290
18291  besteht:
18292 \begin_inset Formula 
18293 \[
18294 \Raute_{n=1}^{\infty}
18295 \]
18296
18297 \end_inset
18298
18299 Der Befehl für diese Formel lautet: 
18300 \series bold
18301
18302 \backslash
18303 Raute
18304 \series default
18305 ^
18306 \series bold
18307
18308 \backslash
18309 infty
18310 \begin_inset Formula $\to$
18311 \end_inset
18312
18313 _n=1
18314 \end_layout
18315
18316 \begin_layout Standard
18317 \begin_inset VSpace bigskip
18318 \end_inset
18319
18320 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
18321  auch mit den Befehlen 
18322 \series bold
18323
18324 \backslash
18325 mathop
18326 \series default
18327
18328 \begin_inset Index idx
18329 status collapsed
18330
18331 \begin_layout Plain Layout
18332 Befehle ! M ! 
18333 \backslash
18334 mathop
18335 \end_layout
18336
18337 \end_inset
18338
18339  und 
18340 \series bold
18341
18342 \backslash
18343 mathbin
18344 \series default
18345
18346 \begin_inset Index idx
18347 status collapsed
18348
18349 \begin_layout Plain Layout
18350 Befehle ! M ! 
18351 \backslash
18352 mathbin
18353 \end_layout
18354
18355 \end_inset
18356
18357  definieren, die folgendes Schema besitzen:
18358 \end_layout
18359
18360 \begin_layout Standard
18361
18362 \series bold
18363
18364 \backslash
18365 mathop{Anzeige}
18366 \series default
18367  bzw.
18368 \begin_inset space \space{}
18369 \end_inset
18370
18371
18372 \series bold
18373
18374 \backslash
18375 mathbin{Anzeige}
18376 \end_layout
18377
18378 \begin_layout Standard
18379
18380 \series bold
18381
18382 \backslash
18383 mathop
18384 \series default
18385  definiert große, 
18386 \series bold
18387
18388 \backslash
18389 mathbin
18390 \series default
18391  binäre Operatoren.
18392 \end_layout
18393
18394 \begin_layout Standard
18395
18396 \series bold
18397
18398 \backslash
18399 mathop
18400 \series default
18401  lässt sich z.
18402 \begin_inset space \thinspace{}
18403 \end_inset
18404
18405 B.
18406  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
18407 \begin_inset Formula 
18408 \[
18409 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18410 \]
18411
18412 \end_inset
18413
18414
18415 \end_layout
18416
18417 \begin_layout Standard
18418 Der Befehl für obige Formel lautet:
18419 \begin_inset Newline newline
18420 \end_inset
18421
18422  
18423 \series bold
18424
18425 \backslash
18426 mathop{
18427 \backslash
18428 sum
18429 \backslash
18430 negmedspace
18431 \backslash
18432 sum
18433 \series default
18434
18435 \begin_inset space \textvisiblespace{}
18436 \end_inset
18437
18438
18439 \series bold
18440
18441 \begin_inset Formula $\to$
18442 \end_inset
18443
18444 ^N
18445 \series default
18446
18447 \begin_inset space \textvisiblespace{}
18448 \end_inset
18449
18450
18451 \series bold
18452 _i,j=1
18453 \end_layout
18454
18455 \begin_layout Standard
18456 \begin_inset Newpage newpage
18457 \end_inset
18458
18459
18460 \end_layout
18461
18462 \begin_layout Section
18463 Schriften
18464 \begin_inset Index idx
18465 status collapsed
18466
18467 \begin_layout Plain Layout
18468 Schriften
18469 \end_layout
18470
18471 \end_inset
18472
18473
18474 \end_layout
18475
18476 \begin_layout Subsection
18477 Schriftstile
18478 \begin_inset CommandInset label
18479 LatexCommand label
18480 name "subsec:Schriftstile"
18481
18482 \end_inset
18483
18484
18485 \begin_inset Index idx
18486 status collapsed
18487
18488 \begin_layout Plain Layout
18489 Schriften ! Schriftstile
18490 \end_layout
18491
18492 \end_inset
18493
18494
18495 \end_layout
18496
18497 \begin_layout Standard
18498 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
18499  gesetzt werden:
18500 \end_layout
18501
18502 \begin_layout Standard
18503 \align center
18504 \begin_inset space \hfill{}
18505 \end_inset
18506
18507
18508 \begin_inset Tabular
18509 <lyxtabular version="3" rows="6" columns="2">
18510 <features tabularvalignment="middle">
18511 <column alignment="center" valignment="top">
18512 <column alignment="center" valignment="top">
18513 <row>
18514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18515 \begin_inset Text
18516
18517 \begin_layout Plain Layout
18518 Befehl
18519 \end_layout
18520
18521 \end_inset
18522 </cell>
18523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18524 \begin_inset Text
18525
18526 \begin_layout Plain Layout
18527 Ergebnis
18528 \end_layout
18529
18530 \end_inset
18531 </cell>
18532 </row>
18533 <row>
18534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18535 \begin_inset Text
18536
18537 \begin_layout Plain Layout
18538
18539 \backslash
18540 mathbb
18541 \series bold
18542
18543 \begin_inset space \textvisiblespace{}
18544 \end_inset
18545
18546
18547 \series default
18548 ABC
18549 \end_layout
18550
18551 \end_inset
18552 </cell>
18553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18554 \begin_inset Text
18555
18556 \begin_layout Plain Layout
18557 \begin_inset Formula $\mathbb{ABC}$
18558 \end_inset
18559
18560
18561 \end_layout
18562
18563 \end_inset
18564 </cell>
18565 </row>
18566 <row>
18567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18568 \begin_inset Text
18569
18570 \begin_layout Plain Layout
18571
18572 \backslash
18573 mathbf
18574 \series bold
18575
18576 \begin_inset space \textvisiblespace{}
18577 \end_inset
18578
18579
18580 \series default
18581 AbC
18582 \end_layout
18583
18584 \end_inset
18585 </cell>
18586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18587 \begin_inset Text
18588
18589 \begin_layout Plain Layout
18590 \begin_inset Formula $\mathbf{AbC}$
18591 \end_inset
18592
18593
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 </row>
18599 <row>
18600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604
18605 \backslash
18606 boldsymbol
18607 \series bold
18608
18609 \begin_inset space \textvisiblespace{}
18610 \end_inset
18611
18612
18613 \series default
18614 AbC
18615 \end_layout
18616
18617 \end_inset
18618 </cell>
18619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18620 \begin_inset Text
18621
18622 \begin_layout Plain Layout
18623 \begin_inset Formula $\boldsymbol{AbC}$
18624 \end_inset
18625
18626
18627 \end_layout
18628
18629 \end_inset
18630 </cell>
18631 </row>
18632 <row>
18633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18634 \begin_inset Text
18635
18636 \begin_layout Plain Layout
18637
18638 \backslash
18639 mathcal
18640 \series bold
18641
18642 \begin_inset space \textvisiblespace{}
18643 \end_inset
18644
18645
18646 \series default
18647 ABC
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656 \begin_inset Formula $\mathcal{ABC}$
18657 \end_inset
18658
18659
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 </row>
18665 <row>
18666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18667 \begin_inset Text
18668
18669 \begin_layout Plain Layout
18670
18671 \backslash
18672 mathfrak
18673 \series bold
18674
18675 \begin_inset space \textvisiblespace{}
18676 \end_inset
18677
18678
18679 \series default
18680 AbC
18681 \end_layout
18682
18683 \end_inset
18684 </cell>
18685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18686 \begin_inset Text
18687
18688 \begin_layout Plain Layout
18689 \begin_inset Formula $\mathfrak{AbC}$
18690 \end_inset
18691
18692
18693 \end_layout
18694
18695 \end_inset
18696 </cell>
18697 </row>
18698 </lyxtabular>
18699
18700 \end_inset
18701
18702
18703 \begin_inset space \hfill{}
18704 \end_inset
18705
18706
18707 \begin_inset Tabular
18708 <lyxtabular version="3" rows="6" columns="2">
18709 <features tabularvalignment="middle">
18710 <column alignment="center" valignment="top">
18711 <column alignment="center" valignment="top">
18712 <row>
18713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18714 \begin_inset Text
18715
18716 \begin_layout Plain Layout
18717 Befehl
18718 \end_layout
18719
18720 \end_inset
18721 </cell>
18722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18723 \begin_inset Text
18724
18725 \begin_layout Plain Layout
18726 Ergebnis
18727 \end_layout
18728
18729 \end_inset
18730 </cell>
18731 </row>
18732 <row>
18733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18734 \begin_inset Text
18735
18736 \begin_layout Plain Layout
18737
18738 \backslash
18739 mathit
18740 \series bold
18741
18742 \begin_inset space \textvisiblespace{}
18743 \end_inset
18744
18745
18746 \series default
18747 AbC
18748 \end_layout
18749
18750 \end_inset
18751 </cell>
18752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18753 \begin_inset Text
18754
18755 \begin_layout Plain Layout
18756 \begin_inset Formula $\mathit{AbC}$
18757 \end_inset
18758
18759
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 </row>
18765 <row>
18766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770
18771 \backslash
18772 mathrm
18773 \series bold
18774
18775 \begin_inset space \textvisiblespace{}
18776 \end_inset
18777
18778
18779 \series default
18780 AbC
18781 \end_layout
18782
18783 \end_inset
18784 </cell>
18785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18786 \begin_inset Text
18787
18788 \begin_layout Plain Layout
18789 \begin_inset Formula $\mathrm{AbC}$
18790 \end_inset
18791
18792
18793 \end_layout
18794
18795 \end_inset
18796 </cell>
18797 </row>
18798 <row>
18799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18800 \begin_inset Text
18801
18802 \begin_layout Plain Layout
18803
18804 \backslash
18805 mathsf
18806 \series bold
18807
18808 \begin_inset space \textvisiblespace{}
18809 \end_inset
18810
18811
18812 \series default
18813 AbC
18814 \end_layout
18815
18816 \end_inset
18817 </cell>
18818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18819 \begin_inset Text
18820
18821 \begin_layout Plain Layout
18822 \begin_inset Formula $\mathsf{AbC}$
18823 \end_inset
18824
18825
18826 \end_layout
18827
18828 \end_inset
18829 </cell>
18830 </row>
18831 <row>
18832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18833 \begin_inset Text
18834
18835 \begin_layout Plain Layout
18836
18837 \backslash
18838 mathtt
18839 \series bold
18840
18841 \begin_inset space \textvisiblespace{}
18842 \end_inset
18843
18844
18845 \series default
18846 AbC
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18852 \begin_inset Text
18853
18854 \begin_layout Plain Layout
18855 \begin_inset Formula $\mathtt{AbC}$
18856 \end_inset
18857
18858
18859 \end_layout
18860
18861 \end_inset
18862 </cell>
18863 </row>
18864 <row>
18865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869
18870 \backslash
18871 mathscr
18872 \series bold
18873
18874 \begin_inset space \textvisiblespace{}
18875 \end_inset
18876
18877
18878 \series default
18879 ABC
18880 \end_layout
18881
18882 \end_inset
18883 </cell>
18884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18885 \begin_inset Text
18886
18887 \begin_layout Plain Layout
18888 \begin_inset Formula $\mathscr{ABC}$
18889 \end_inset
18890
18891
18892 \end_layout
18893
18894 \end_inset
18895 </cell>
18896 </row>
18897 </lyxtabular>
18898
18899 \end_inset
18900
18901
18902 \begin_inset space \hfill{}
18903 \end_inset
18904
18905
18906 \end_layout
18907
18908 \begin_layout Standard
18909 \begin_inset Note Greyedout
18910 status open
18911
18912 \begin_layout Plain Layout
18913
18914 \series bold
18915 Achtung:
18916 \series default
18917  Die Stile 
18918 \series bold
18919
18920 \backslash
18921 mathbb
18922 \series default
18923
18924 \series bold
18925
18926 \backslash
18927 mathcal
18928 \series default
18929  und 
18930 \series bold
18931
18932 \backslash
18933 mathscr
18934 \series default
18935  können nur für Großbuchstaben verwendet werden.
18936 \end_layout
18937
18938 \end_inset
18939
18940
18941 \end_layout
18942
18943 \begin_layout Standard
18944 Voreingestellt ist der Stil 
18945 \series bold
18946
18947 \backslash
18948 mathnormal
18949 \series default
18950 .
18951 \end_layout
18952
18953 \begin_layout Standard
18954 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18955 \begin_inset Formula 
18956 \[
18957 \mathfrak{A=\frac{b}{C}}
18958 \]
18959
18960 \end_inset
18961
18962
18963 \end_layout
18964
18965 \begin_layout Standard
18966 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18967 ile, sondern in dem Textschriftstil 
18968 \series bold
18969
18970 \backslash
18971 textrm
18972 \series default
18973 .
18974  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18975  ein Fehler in \SpecialChar LyX
18976 .
18977 \begin_inset Foot
18978 status collapsed
18979
18980 \begin_layout Plain Layout
18981 \begin_inset CommandInset href
18982 LatexCommand href
18983 name "LyX-Fehler #4629"
18984 target "http://www.lyx.org/trac/ticket/4629"
18985
18986 \end_inset
18987
18988
18989 \end_layout
18990
18991 \end_inset
18992
18993
18994 \end_layout
18995
18996 \begin_layout Standard
18997 Anstelle der Stilbefehle kann man auch den Dialog 
18998 \family sans
18999 Bearbeiten\SpecialChar menuseparator
19000 Mathe\SpecialChar menuseparator
19001 Text-Stil
19002 \family default
19003  oder den Mathe-Werkzeugleistenknopf 
19004 \begin_inset Info
19005 type  "icon"
19006 arg   "math-insert \\font"
19007 \end_inset
19008
19009  verwenden.
19010 \end_layout
19011
19012 \begin_layout Subsection
19013 Fett gedruckte Formeln
19014 \begin_inset CommandInset label
19015 LatexCommand label
19016 name "subsec:Fett-gedruckte-Formeln"
19017
19018 \end_inset
19019
19020
19021 \begin_inset Index idx
19022 status collapsed
19023
19024 \begin_layout Plain Layout
19025 Formel ! fett gedruckte
19026 \end_layout
19027
19028 \end_inset
19029
19030
19031 \end_layout
19032
19033 \begin_layout Standard
19034 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
19035  Kapitel angegebenen Befehl 
19036 \series bold
19037
19038 \backslash
19039 mathbf
19040 \series default
19041  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
19042  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
19043  Formel gut erkennt:
19044 \end_layout
19045
19046 \begin_layout Standard
19047 \begin_inset Formula 
19048 \[
19049 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}
19050 \]
19051
19052 \end_inset
19053
19054
19055 \end_layout
19056
19057 \begin_layout Standard
19058 Um die Formel korrekt darzustellen, verwendet man den Befehl 
19059 \series bold
19060
19061 \backslash
19062 boldsymbol
19063 \series default
19064 :
19065 \begin_inset Formula 
19066 \[
19067 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}
19068 \]
19069
19070 \end_inset
19071
19072 Es gibt auch die Möglichkeit die Formel in eine 
19073 \series bold
19074 boldmath-Umgebung
19075 \series default
19076  zu setzen.
19077  Diese Umgebung wird erzeugt, indem man im \SpecialChar TeX
19078 -Modus den Befehl 
19079 \series bold
19080
19081 \backslash
19082 boldmath
19083 \series default
19084
19085 \begin_inset Index idx
19086 status collapsed
19087
19088 \begin_layout Plain Layout
19089 Befehle ! B ! 
19090 \backslash
19091 boldmath
19092 \end_layout
19093
19094 \end_inset
19095
19096  eingibt.
19097  Um die Umgebung wieder zu beenden, gibt man im \SpecialChar TeX
19098 -Modus den Befehl 
19099 \series bold
19100
19101 \backslash
19102 unboldmath
19103 \series default
19104
19105 \begin_inset Index idx
19106 status collapsed
19107
19108 \begin_layout Plain Layout
19109 Befehle ! U ! 
19110 \backslash
19111 unboldmath
19112 \end_layout
19113
19114 \end_inset
19115
19116  ein.
19117 \begin_inset ERT
19118 status collapsed
19119
19120 \begin_layout Plain Layout
19121
19122
19123 \backslash
19124 boldmath 
19125 \end_layout
19126
19127 \end_inset
19128
19129
19130 \begin_inset Formula 
19131 \[
19132 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}
19133 \]
19134
19135 \end_inset
19136
19137
19138 \begin_inset ERT
19139 status collapsed
19140
19141 \begin_layout Plain Layout
19142
19143
19144 \backslash
19145 unboldmath 
19146 \end_layout
19147
19148 \end_inset
19149
19150
19151 \end_layout
19152
19153 \begin_layout Subsection
19154 Farbige Formeln
19155 \begin_inset Index idx
19156 status collapsed
19157
19158 \begin_layout Plain Layout
19159 Formel ! farbige
19160 \end_layout
19161
19162 \end_inset
19163
19164
19165 \end_layout
19166
19167 \begin_layout Standard
19168 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
19169  oder Formelteile und verwenden dann den 
19170 \family sans
19171 Textstil
19172 \family default
19173  Dialog.
19174  Hier ist eine Formel in Magenta:
19175 \begin_inset Formula 
19176 \[
19177 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19178 \]
19179
19180 \end_inset
19181
19182
19183 \end_layout
19184
19185 \begin_layout Standard
19186 Man kann auch eigene Farben definieren, wie in 
19187 \begin_inset CommandInset ref
19188 LatexCommand ref
19189 reference "subsec:Farbige-Boxen"
19190
19191 \end_inset
19192
19193  erklärt ist.
19194  Diese können dann mit dem \SpecialChar TeX
19195 -Code Befehl 
19196 \series bold
19197
19198 \backslash
19199 textcolor
19200 \series default
19201
19202 \begin_inset Index idx
19203 status collapsed
19204
19205 \begin_layout Plain Layout
19206 Befehle! T ! 
19207 \backslash
19208 textcolor
19209 \end_layout
19210
19211 \end_inset
19212
19213  verwendet werden, dass folgendes Schema besitzt:
19214 \end_layout
19215
19216 \begin_layout Standard
19217
19218 \series bold
19219
19220 \backslash
19221 textcolor{Farbe}{Zeichen oder Formel}
19222 \end_layout
19223
19224 \begin_layout Standard
19225 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
19226 \end_layout
19227
19228 \begin_layout Standard
19229 \begin_inset ERT
19230 status collapsed
19231
19232 \begin_layout Plain Layout
19233
19234
19235 \backslash
19236 textcolor{dunkelgruen}{
19237 \end_layout
19238
19239 \end_inset
19240
19241
19242 \begin_inset Formula 
19243 \[
19244 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19245 \]
19246
19247 \end_inset
19248
19249
19250 \begin_inset ERT
19251 status collapsed
19252
19253 \begin_layout Plain Layout
19254
19255 }
19256 \end_layout
19257
19258 \end_inset
19259
19260
19261 \end_layout
19262
19263 \begin_layout Standard
19264 Aufgrund eines Fehlers in \SpecialChar LyX
19265  können nur komplette Formeln mit selbst definierten
19266  Farben gefärbt werden.
19267 \begin_inset Foot
19268 status collapsed
19269
19270 \begin_layout Plain Layout
19271 \begin_inset CommandInset href
19272 LatexCommand href
19273 name "LyX-bug #5269"
19274 target "http://www.lyx.org/trac/ticket/5269"
19275
19276 \end_inset
19277
19278
19279 \end_layout
19280
19281 \end_inset
19282
19283
19284 \end_layout
19285
19286 \begin_layout Subsection
19287 Schriftgrößen
19288 \begin_inset CommandInset label
19289 LatexCommand label
19290 name "subsec:Schriftgrößen"
19291
19292 \end_inset
19293
19294
19295 \begin_inset Index idx
19296 status collapsed
19297
19298 \begin_layout Plain Layout
19299 Schriften ! Schriftgrößen
19300 \end_layout
19301
19302 \end_inset
19303
19304
19305 \end_layout
19306
19307 \begin_layout Standard
19308 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
19309 le:
19310 \end_layout
19311
19312 \begin_layout Standard
19313
19314 \series bold
19315
19316 \backslash
19317 Huge
19318 \series default
19319
19320 \series bold
19321
19322 \backslash
19323 huge
19324 \series default
19325
19326 \series bold
19327
19328 \backslash
19329 LARGE
19330 \series default
19331
19332 \series bold
19333
19334 \backslash
19335 Large
19336 \series default
19337
19338 \series bold
19339
19340 \backslash
19341 large
19342 \series default
19343
19344 \series bold
19345
19346 \backslash
19347 normalsize
19348 \series default
19349
19350 \series bold
19351
19352 \backslash
19353 small
19354 \series default
19355
19356 \series bold
19357
19358 \backslash
19359 footnotesize
19360 \series default
19361 ,
19362 \begin_inset Newline linebreak
19363 \end_inset
19364
19365
19366 \series bold
19367
19368 \backslash
19369 scriptsize
19370 \series default
19371  und 
19372 \series bold
19373
19374 \backslash
19375 tiny
19376 \end_layout
19377
19378 \begin_layout Standard
19379 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
19380  ab, die dem Befehl 
19381 \series bold
19382
19383 \backslash
19384 normalsize
19385 \series default
19386  entspricht.
19387  Die anderen Befehle produzieren kleinere oder größere Schriften als 
19388 \series bold
19389
19390 \backslash
19391 normalsize
19392 \series default
19393 .
19394  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
19395  Beträgt z.
19396 \begin_inset space \thinspace{}
19397 \end_inset
19398
19399 B.
19400  die Dokumentschriftgröße 12
19401 \begin_inset space \thinspace{}
19402 \end_inset
19403
19404 pt, produziert der Befehl 
19405 \series bold
19406
19407 \backslash
19408 Huge
19409 \series default
19410  dasselbe wie 
19411 \series bold
19412
19413 \backslash
19414 huge
19415 \series default
19416 .
19417  
19418 \end_layout
19419
19420 \begin_layout Standard
19421 Ein Größenbefehl wird im \SpecialChar TeX
19422 -Modus vor der Formel eingegeben und legt die Größe
19423  aller nachfolgenden Formel- und Textzeichen fest.
19424  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
19425  \SpecialChar TeX
19426 -Modus den Befehl 
19427 \series bold
19428
19429 \backslash
19430 normalsize
19431 \series default
19432  ein.
19433 \end_layout
19434
19435 \begin_layout Standard
19436 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen oder
19437  dem Mathe-Werkzeugleistenknopf 
19438 \begin_inset Info
19439 type  "icon"
19440 arg   "math-insert \\style"
19441 \end_inset
19442
19443  geändert werden:
19444 \begin_inset Separator parbreak
19445 \end_inset
19446
19447
19448 \end_layout
19449
19450 \begin_layout Standard
19451 \noindent
19452 \align center
19453 \begin_inset Tabular
19454 <lyxtabular version="3" rows="5" columns="2">
19455 <features tabularvalignment="middle">
19456 <column alignment="center" valignment="top">
19457 <column alignment="center" valignment="top">
19458 <row>
19459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19460 \begin_inset Text
19461
19462 \begin_layout Plain Layout
19463 Befehl
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472 Ergebnis
19473 \begin_inset Note Note
19474 status collapsed
19475
19476 \begin_layout Plain Layout
19477
19478 \series bold
19479
19480 \backslash
19481 raisebox
19482 \series default
19483  dient nur als Abstandhalter.
19484 \end_layout
19485
19486 \end_inset
19487
19488
19489 \end_layout
19490
19491 \end_inset
19492 </cell>
19493 </row>
19494 <row>
19495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19496 \begin_inset Text
19497
19498 \begin_layout Plain Layout
19499
19500 \backslash
19501 displaystyle
19502 \begin_inset Index idx
19503 status collapsed
19504
19505 \begin_layout Plain Layout
19506 Befehle ! D ! 
19507 \backslash
19508 displaystyle
19509 \end_layout
19510
19511 \end_inset
19512
19513
19514 \end_layout
19515
19516 \end_inset
19517 </cell>
19518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19519 \begin_inset Text
19520
19521 \begin_layout Plain Layout
19522 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19523 \end_inset
19524
19525
19526 \end_layout
19527
19528 \end_inset
19529 </cell>
19530 </row>
19531 <row>
19532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19533 \begin_inset Text
19534
19535 \begin_layout Plain Layout
19536
19537 \backslash
19538 textstyle
19539 \end_layout
19540
19541 \end_inset
19542 </cell>
19543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19548 \end_inset
19549
19550
19551 \end_layout
19552
19553 \end_inset
19554 </cell>
19555 </row>
19556 <row>
19557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19558 \begin_inset Text
19559
19560 \begin_layout Plain Layout
19561
19562 \backslash
19563 scriptstyle
19564 \end_layout
19565
19566 \end_inset
19567 </cell>
19568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19569 \begin_inset Text
19570
19571 \begin_layout Plain Layout
19572 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19573 \end_inset
19574
19575
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 </row>
19581 <row>
19582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19583 \begin_inset Text
19584
19585 \begin_layout Plain Layout
19586
19587 \backslash
19588 scriptscriptstyle
19589 \end_layout
19590
19591 \end_inset
19592 </cell>
19593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Plain Layout
19597 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19598 \end_inset
19599
19600
19601 \end_layout
19602
19603 \end_inset
19604 </cell>
19605 </row>
19606 </lyxtabular>
19607
19608 \end_inset
19609
19610
19611 \end_layout
19612
19613 \begin_layout Standard
19614 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
19615  in das die Formelteile eingegeben werden.
19616 \end_layout
19617
19618 \begin_layout Standard
19619 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
19620  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
19621  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
19622  eingegeben.
19623  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
19624  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
19625  Dazu zwei Beispiele:
19626 \begin_inset VSpace -2mm
19627 \end_inset
19628
19629
19630 \end_layout
19631
19632 \begin_layout Standard
19633 \begin_inset ERT
19634 status collapsed
19635
19636 \begin_layout Plain Layout
19637
19638
19639 \backslash
19640 huge 
19641 \end_layout
19642
19643 \end_inset
19644
19645
19646 \begin_inset Formula 
19647 \[
19648 A=\frac{B}{c}\cdot\maltese
19649 \]
19650
19651 \end_inset
19652
19653
19654 \begin_inset Formula 
19655 \[
19656 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19657 \]
19658
19659 \end_inset
19660
19661
19662 \begin_inset ERT
19663 status collapsed
19664
19665 \begin_layout Plain Layout
19666
19667
19668 \backslash
19669 normalsize 
19670 \end_layout
19671
19672 \end_inset
19673
19674
19675 \end_layout
19676
19677 \begin_layout Standard
19678 \begin_inset VSpace medskip
19679 \end_inset
19680
19681 Vor beiden Formeln wurde der Befehl 
19682 \series bold
19683
19684 \backslash
19685 huge
19686 \series default
19687  eingegeben.
19688  Der Befehl für die zweite Formel lautet:
19689 \begin_inset Newline newline
19690 \end_inset
19691
19692
19693 \series bold
19694
19695 \backslash
19696 maltese
19697 \begin_inset space \textvisiblespace{}
19698 \end_inset
19699
19700 A M-m m 
19701 \backslash
19702 Large
19703 \begin_inset space \textvisiblespace{}
19704 \end_inset
19705
19706
19707 \backslash
19708 maltese
19709 \begin_inset space \textvisiblespace{}
19710 \end_inset
19711
19712
19713 \backslash
19714 textit
19715 \begin_inset space \textvisiblespace{}
19716 \end_inset
19717
19718 A
19719 \begin_inset Formula $\to$
19720 \end_inset
19721
19722
19723 \begin_inset Formula $\to$
19724 \end_inset
19725
19726
19727 \begin_inset Newline newline
19728 \end_inset
19729
19730
19731 \begin_inset space \hspace*{}
19732 \length 1cm
19733 \end_inset
19734
19735 M-m
19736 \series default
19737  
19738 \series bold
19739
19740 \backslash
19741 tiny
19742 \begin_inset space \textvisiblespace{}
19743 \end_inset
19744
19745
19746 \backslash
19747 maltese
19748 \begin_inset space \textvisiblespace{}
19749 \end_inset
19750
19751
19752 \backslash
19753 textit
19754 \begin_inset space \textvisiblespace{}
19755 \end_inset
19756
19757 A
19758 \end_layout
19759
19760 \begin_layout Standard
19761 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19762  immer in der Standardgröße dargestellt.
19763 \end_layout
19764
19765 \begin_layout Section
19766 Griechische Buchstaben
19767 \begin_inset Index idx
19768 status collapsed
19769
19770 \begin_layout Plain Layout
19771 griechische Buchstaben
19772 \end_layout
19773
19774 \end_inset
19775
19776
19777 \end_layout
19778
19779 \begin_layout Standard
19780 Griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19781  
19782 \begin_inset Info
19783 type  "icon"
19784 arg   "math-insert \\alpha"
19785 \end_inset
19786
19787  eingefügt werden.
19788  Alle internationalen Schriftsatz-Normen geben vor, dass griechische Buchstaben
19789  in Formeln aufrecht gesetzt werden.
19790  In einigen Sprachen, wie z.
19791 \begin_inset space \thinspace{}
19792 \end_inset
19793
19794 B: Französisch oder Russisch, werden sie dennoch manchmal aufrecht gesetzt.
19795 \end_layout
19796
19797 \begin_layout Subsection
19798 Kleine Buchstaben
19799 \begin_inset Index idx
19800 status collapsed
19801
19802 \begin_layout Plain Layout
19803 griechische Buchstaben ! kleine
19804 \end_layout
19805
19806 \end_inset
19807
19808
19809 \end_layout
19810
19811 \begin_layout Standard
19812 \begin_inset space \hfill{}
19813 \end_inset
19814
19815
19816 \begin_inset Tabular
19817 <lyxtabular version="3" rows="11" columns="2">
19818 <features tabularvalignment="middle">
19819 <column alignment="center" valignment="top" width="0pt">
19820 <column alignment="center" valignment="top" width="0pt">
19821 <row>
19822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19823 \begin_inset Text
19824
19825 \begin_layout Plain Layout
19826 Befehl
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19832 \begin_inset Text
19833
19834 \begin_layout Plain Layout
19835 Ergebnis
19836 \end_layout
19837
19838 \end_inset
19839 </cell>
19840 </row>
19841 <row>
19842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19843 \begin_inset Text
19844
19845 \begin_layout Plain Layout
19846
19847 \backslash
19848 alpha
19849 \end_layout
19850
19851 \end_inset
19852 </cell>
19853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857 \begin_inset Formula $\alpha$
19858 \end_inset
19859
19860
19861 \end_layout
19862
19863 \end_inset
19864 </cell>
19865 </row>
19866 <row>
19867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19868 \begin_inset Text
19869
19870 \begin_layout Plain Layout
19871
19872 \backslash
19873 beta
19874 \end_layout
19875
19876 \end_inset
19877 </cell>
19878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19879 \begin_inset Text
19880
19881 \begin_layout Plain Layout
19882 \begin_inset Formula $\beta$
19883 \end_inset
19884
19885
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 </row>
19891 <row>
19892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19893 \begin_inset Text
19894
19895 \begin_layout Plain Layout
19896
19897 \backslash
19898 gamma
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907 \begin_inset Formula $\gamma$
19908 \end_inset
19909
19910
19911 \end_layout
19912
19913 \end_inset
19914 </cell>
19915 </row>
19916 <row>
19917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19918 \begin_inset Text
19919
19920 \begin_layout Plain Layout
19921
19922 \backslash
19923 delta
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19929 \begin_inset Text
19930
19931 \begin_layout Plain Layout
19932 \begin_inset Formula $\delta$
19933 \end_inset
19934
19935
19936 \end_layout
19937
19938 \end_inset
19939 </cell>
19940 </row>
19941 <row>
19942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19943 \begin_inset Text
19944
19945 \begin_layout Plain Layout
19946
19947 \backslash
19948 epsilon
19949 \end_layout
19950
19951 \end_inset
19952 </cell>
19953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19954 \begin_inset Text
19955
19956 \begin_layout Plain Layout
19957 \begin_inset Formula $\epsilon$
19958 \end_inset
19959
19960
19961 \end_layout
19962
19963 \end_inset
19964 </cell>
19965 </row>
19966 <row>
19967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19968 \begin_inset Text
19969
19970 \begin_layout Plain Layout
19971
19972 \backslash
19973 varepsilon
19974 \end_layout
19975
19976 \end_inset
19977 </cell>
19978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19979 \begin_inset Text
19980
19981 \begin_layout Plain Layout
19982 \begin_inset Formula $\varepsilon$
19983 \end_inset
19984
19985
19986 \end_layout
19987
19988 \end_inset
19989 </cell>
19990 </row>
19991 <row>
19992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19993 \begin_inset Text
19994
19995 \begin_layout Plain Layout
19996
19997 \backslash
19998 zeta
19999 \end_layout
20000
20001 \end_inset
20002 </cell>
20003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20004 \begin_inset Text
20005
20006 \begin_layout Plain Layout
20007 \begin_inset Formula $\zeta$
20008 \end_inset
20009
20010
20011 \end_layout
20012
20013 \end_inset
20014 </cell>
20015 </row>
20016 <row>
20017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Plain Layout
20021
20022 \backslash
20023 eta
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20029 \begin_inset Text
20030
20031 \begin_layout Plain Layout
20032 \begin_inset Formula $\eta$
20033 \end_inset
20034
20035
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 </row>
20041 <row>
20042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046
20047 \backslash
20048 theta
20049 \end_layout
20050
20051 \end_inset
20052 </cell>
20053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Plain Layout
20057 \begin_inset Formula $\theta$
20058 \end_inset
20059
20060
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 </row>
20066 <row>
20067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071
20072 \backslash
20073 vartheta
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082 \begin_inset Formula $\vartheta$
20083 \end_inset
20084
20085
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 </row>
20091 </lyxtabular>
20092
20093 \end_inset
20094
20095
20096 \begin_inset space \hfill{}
20097 \end_inset
20098
20099
20100 \begin_inset Tabular
20101 <lyxtabular version="3" rows="12" columns="2">
20102 <features tabularvalignment="middle">
20103 <column alignment="center" valignment="top" width="0pt">
20104 <column alignment="center" valignment="top" width="0pt">
20105 <row>
20106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20107 \begin_inset Text
20108
20109 \begin_layout Plain Layout
20110 Befehl
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119 Ergebnis
20120 \end_layout
20121
20122 \end_inset
20123 </cell>
20124 </row>
20125 <row>
20126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20127 \begin_inset Text
20128
20129 \begin_layout Plain Layout
20130
20131 \backslash
20132 iota
20133 \end_layout
20134
20135 \end_inset
20136 </cell>
20137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Plain Layout
20141 \begin_inset Formula $\iota$
20142 \end_inset
20143
20144
20145 \end_layout
20146
20147 \end_inset
20148 </cell>
20149 </row>
20150 <row>
20151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20152 \begin_inset Text
20153
20154 \begin_layout Plain Layout
20155
20156 \backslash
20157 kappa
20158 \end_layout
20159
20160 \end_inset
20161 </cell>
20162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20163 \begin_inset Text
20164
20165 \begin_layout Plain Layout
20166 \begin_inset Formula $\kappa$
20167 \end_inset
20168
20169
20170 \end_layout
20171
20172 \end_inset
20173 </cell>
20174 </row>
20175 <row>
20176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20177 \begin_inset Text
20178
20179 \begin_layout Plain Layout
20180
20181 \backslash
20182 varkappa
20183 \end_layout
20184
20185 \end_inset
20186 </cell>
20187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20188 \begin_inset Text
20189
20190 \begin_layout Plain Layout
20191 \begin_inset Formula $\varkappa$
20192 \end_inset
20193
20194
20195 \end_layout
20196
20197 \end_inset
20198 </cell>
20199 </row>
20200 <row>
20201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205
20206 \backslash
20207 lambda
20208 \end_layout
20209
20210 \end_inset
20211 </cell>
20212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20213 \begin_inset Text
20214
20215 \begin_layout Plain Layout
20216 \begin_inset Formula $\lambda$
20217 \end_inset
20218
20219
20220 \end_layout
20221
20222 \end_inset
20223 </cell>
20224 </row>
20225 <row>
20226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20227 \begin_inset Text
20228
20229 \begin_layout Plain Layout
20230
20231 \backslash
20232 mu
20233 \end_layout
20234
20235 \end_inset
20236 </cell>
20237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Plain Layout
20241 \begin_inset Formula $\mu$
20242 \end_inset
20243
20244
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 </row>
20250 <row>
20251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20252 \begin_inset Text
20253
20254 \begin_layout Plain Layout
20255
20256 \backslash
20257 nu
20258 \end_layout
20259
20260 \end_inset
20261 </cell>
20262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Plain Layout
20266 \begin_inset Formula $\nu$
20267 \end_inset
20268
20269
20270 \end_layout
20271
20272 \end_inset
20273 </cell>
20274 </row>
20275 <row>
20276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20277 \begin_inset Text
20278
20279 \begin_layout Plain Layout
20280
20281 \backslash
20282 xi
20283 \end_layout
20284
20285 \end_inset
20286 </cell>
20287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20288 \begin_inset Text
20289
20290 \begin_layout Plain Layout
20291 \begin_inset Formula $\xi$
20292 \end_inset
20293
20294
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 </row>
20300 <row>
20301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20302 \begin_inset Text
20303
20304 \begin_layout Plain Layout
20305 o
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314 \begin_inset Formula $o$
20315 \end_inset
20316
20317
20318 \end_layout
20319
20320 \end_inset
20321 </cell>
20322 </row>
20323 <row>
20324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328
20329 \backslash
20330 pi
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339 \begin_inset Formula $\pi$
20340 \end_inset
20341
20342
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 </row>
20348 <row>
20349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353
20354 \backslash
20355 varpi
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20361 \begin_inset Text
20362
20363 \begin_layout Plain Layout
20364 \begin_inset Formula $\varpi$
20365 \end_inset
20366
20367
20368 \end_layout
20369
20370 \end_inset
20371 </cell>
20372 </row>
20373 <row>
20374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20375 \begin_inset Text
20376
20377 \begin_layout Plain Layout
20378
20379 \backslash
20380 rho
20381 \end_layout
20382
20383 \end_inset
20384 </cell>
20385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20386 \begin_inset Text
20387
20388 \begin_layout Plain Layout
20389 \begin_inset Formula $\rho$
20390 \end_inset
20391
20392
20393 \end_layout
20394
20395 \end_inset
20396 </cell>
20397 </row>
20398 </lyxtabular>
20399
20400 \end_inset
20401
20402
20403 \begin_inset space \hfill{}
20404 \end_inset
20405
20406
20407 \begin_inset Tabular
20408 <lyxtabular version="3" rows="11" columns="2">
20409 <features tabularvalignment="middle">
20410 <column alignment="center" valignment="top" width="0pt">
20411 <column alignment="center" valignment="top" width="0pt">
20412 <row>
20413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20414 \begin_inset Text
20415
20416 \begin_layout Plain Layout
20417 Befehl
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20423 \begin_inset Text
20424
20425 \begin_layout Plain Layout
20426 Ergebnis
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 </row>
20432 <row>
20433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20434 \begin_inset Text
20435
20436 \begin_layout Plain Layout
20437
20438 \backslash
20439 varrho
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20445 \begin_inset Text
20446
20447 \begin_layout Plain Layout
20448 \begin_inset Formula $\varrho$
20449 \end_inset
20450
20451
20452 \end_layout
20453
20454 \end_inset
20455 </cell>
20456 </row>
20457 <row>
20458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20459 \begin_inset Text
20460
20461 \begin_layout Plain Layout
20462
20463 \backslash
20464 sigma
20465 \end_layout
20466
20467 \end_inset
20468 </cell>
20469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473 \begin_inset Formula $\sigma$
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 </row>
20482 <row>
20483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20484 \begin_inset Text
20485
20486 \begin_layout Plain Layout
20487
20488 \backslash
20489 varsigma
20490 \end_layout
20491
20492 \end_inset
20493 </cell>
20494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20495 \begin_inset Text
20496
20497 \begin_layout Plain Layout
20498 \begin_inset Formula $\varsigma$
20499 \end_inset
20500
20501
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 </row>
20507 <row>
20508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20509 \begin_inset Text
20510
20511 \begin_layout Plain Layout
20512
20513 \backslash
20514 tau
20515 \end_layout
20516
20517 \end_inset
20518 </cell>
20519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20520 \begin_inset Text
20521
20522 \begin_layout Plain Layout
20523 \begin_inset Formula $\tau$
20524 \end_inset
20525
20526
20527 \end_layout
20528
20529 \end_inset
20530 </cell>
20531 </row>
20532 <row>
20533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20534 \begin_inset Text
20535
20536 \begin_layout Plain Layout
20537
20538 \backslash
20539 upsilon
20540 \end_layout
20541
20542 \end_inset
20543 </cell>
20544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548 \begin_inset Formula $\upsilon$
20549 \end_inset
20550
20551
20552 \end_layout
20553
20554 \end_inset
20555 </cell>
20556 </row>
20557 <row>
20558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20559 \begin_inset Text
20560
20561 \begin_layout Plain Layout
20562
20563 \backslash
20564 phi
20565 \end_layout
20566
20567 \end_inset
20568 </cell>
20569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573 \begin_inset Formula $\phi$
20574 \end_inset
20575
20576
20577 \end_layout
20578
20579 \end_inset
20580 </cell>
20581 </row>
20582 <row>
20583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20584 \begin_inset Text
20585
20586 \begin_layout Plain Layout
20587
20588 \backslash
20589 varphi
20590 \end_layout
20591
20592 \end_inset
20593 </cell>
20594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598 \begin_inset Formula $\varphi$
20599 \end_inset
20600
20601
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 </row>
20607 <row>
20608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20609 \begin_inset Text
20610
20611 \begin_layout Plain Layout
20612
20613 \backslash
20614 chi
20615 \end_layout
20616
20617 \end_inset
20618 </cell>
20619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20620 \begin_inset Text
20621
20622 \begin_layout Plain Layout
20623 \begin_inset Formula $\chi$
20624 \end_inset
20625
20626
20627 \end_layout
20628
20629 \end_inset
20630 </cell>
20631 </row>
20632 <row>
20633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637
20638 \backslash
20639 psi
20640 \end_layout
20641
20642 \end_inset
20643 </cell>
20644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648 \begin_inset Formula $\psi$
20649 \end_inset
20650
20651
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 </row>
20657 <row>
20658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662
20663 \backslash
20664 omega
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673 \begin_inset Formula $\omega$
20674 \end_inset
20675
20676
20677 \end_layout
20678
20679 \end_inset
20680 </cell>
20681 </row>
20682 </lyxtabular>
20683
20684 \end_inset
20685
20686
20687 \begin_inset space \hfill{}
20688 \end_inset
20689
20690
20691 \end_layout
20692
20693 \begin_layout Standard
20694 \begin_inset VSpace medskip
20695 \end_inset
20696
20697 Wie man spezielle, aufrechte griechische Buchstaben erstellt, ist in 
20698 \begin_inset CommandInset ref
20699 LatexCommand ref
20700 reference "subsec:Aufrechte-kleine-griechische"
20701
20702 \end_inset
20703
20704  beschrieben.
20705 \end_layout
20706
20707 \begin_layout Subsection
20708 Große Buchstaben
20709 \begin_inset Index idx
20710 status collapsed
20711
20712 \begin_layout Plain Layout
20713 griechische Buchstaben ! große
20714 \end_layout
20715
20716 \end_inset
20717
20718
20719 \end_layout
20720
20721 \begin_layout Standard
20722 \begin_inset space \hfill{}
20723 \end_inset
20724
20725
20726 \begin_inset Tabular
20727 <lyxtabular version="3" rows="7" columns="2">
20728 <features tabularvalignment="middle">
20729 <column alignment="center" valignment="top" width="0pt">
20730 <column alignment="center" valignment="top" width="0pt">
20731 <row>
20732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20733 \begin_inset Text
20734
20735 \begin_layout Plain Layout
20736 Befehl
20737 \end_layout
20738
20739 \end_inset
20740 </cell>
20741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20742 \begin_inset Text
20743
20744 \begin_layout Plain Layout
20745 Ergebnis
20746 \end_layout
20747
20748 \end_inset
20749 </cell>
20750 </row>
20751 <row>
20752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20753 \begin_inset Text
20754
20755 \begin_layout Plain Layout
20756
20757 \backslash
20758 Gamma
20759 \end_layout
20760
20761 \end_inset
20762 </cell>
20763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20764 \begin_inset Text
20765
20766 \begin_layout Plain Layout
20767 \begin_inset Formula $\Gamma$
20768 \end_inset
20769
20770
20771 \end_layout
20772
20773 \end_inset
20774 </cell>
20775 </row>
20776 <row>
20777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20778 \begin_inset Text
20779
20780 \begin_layout Plain Layout
20781
20782 \backslash
20783 Delta
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20789 \begin_inset Text
20790
20791 \begin_layout Plain Layout
20792 \begin_inset Formula $\Delta$
20793 \end_inset
20794
20795
20796 \end_layout
20797
20798 \end_inset
20799 </cell>
20800 </row>
20801 <row>
20802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20803 \begin_inset Text
20804
20805 \begin_layout Plain Layout
20806
20807 \backslash
20808 Theta
20809 \end_layout
20810
20811 \end_inset
20812 </cell>
20813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20814 \begin_inset Text
20815
20816 \begin_layout Plain Layout
20817 \begin_inset Formula $\Theta$
20818 \end_inset
20819
20820
20821 \end_layout
20822
20823 \end_inset
20824 </cell>
20825 </row>
20826 <row>
20827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20828 \begin_inset Text
20829
20830 \begin_layout Plain Layout
20831
20832 \backslash
20833 Lambda
20834 \end_layout
20835
20836 \end_inset
20837 </cell>
20838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20839 \begin_inset Text
20840
20841 \begin_layout Plain Layout
20842 \begin_inset Formula $\Lambda$
20843 \end_inset
20844
20845
20846 \end_layout
20847
20848 \end_inset
20849 </cell>
20850 </row>
20851 <row>
20852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20853 \begin_inset Text
20854
20855 \begin_layout Plain Layout
20856
20857 \backslash
20858 Xi
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867 \begin_inset Formula $\Xi$
20868 \end_inset
20869
20870
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 </row>
20876 <row>
20877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20878 \begin_inset Text
20879
20880 \begin_layout Plain Layout
20881
20882 \backslash
20883 Pi
20884 \end_layout
20885
20886 \end_inset
20887 </cell>
20888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20889 \begin_inset Text
20890
20891 \begin_layout Plain Layout
20892 \begin_inset Formula $\Pi$
20893 \end_inset
20894
20895
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 </row>
20901 </lyxtabular>
20902
20903 \end_inset
20904
20905
20906 \begin_inset space \hfill{}
20907 \end_inset
20908
20909
20910 \begin_inset Tabular
20911 <lyxtabular version="3" rows="6" columns="2">
20912 <features tabularvalignment="middle">
20913 <column alignment="center" valignment="top" width="0pt">
20914 <column alignment="center" valignment="top" width="0pt">
20915 <row>
20916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20917 \begin_inset Text
20918
20919 \begin_layout Plain Layout
20920 Befehl
20921 \end_layout
20922
20923 \end_inset
20924 </cell>
20925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929 Ergebnis
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 </row>
20935 <row>
20936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940
20941 \backslash
20942 Sigma
20943 \end_layout
20944
20945 \end_inset
20946 </cell>
20947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20948 \begin_inset Text
20949
20950 \begin_layout Plain Layout
20951 \begin_inset Formula $\Sigma$
20952 \end_inset
20953
20954
20955 \end_layout
20956
20957 \end_inset
20958 </cell>
20959 </row>
20960 <row>
20961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Plain Layout
20965
20966 \backslash
20967 Upsilon
20968 \end_layout
20969
20970 \end_inset
20971 </cell>
20972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20973 \begin_inset Text
20974
20975 \begin_layout Plain Layout
20976 \begin_inset Formula $\Upsilon$
20977 \end_inset
20978
20979
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 </row>
20985 <row>
20986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990
20991 \backslash
20992 Phi
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001 \begin_inset Formula $\Phi$
21002 \end_inset
21003
21004
21005 \end_layout
21006
21007 \end_inset
21008 </cell>
21009 </row>
21010 <row>
21011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21012 \begin_inset Text
21013
21014 \begin_layout Plain Layout
21015
21016 \backslash
21017 Psi
21018 \end_layout
21019
21020 \end_inset
21021 </cell>
21022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026 \begin_inset Formula $\Psi$
21027 \end_inset
21028
21029
21030 \end_layout
21031
21032 \end_inset
21033 </cell>
21034 </row>
21035 <row>
21036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Plain Layout
21040
21041 \backslash
21042 Omega
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21048 \begin_inset Text
21049
21050 \begin_layout Plain Layout
21051 \begin_inset Formula $\Omega$
21052 \end_inset
21053
21054
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 </row>
21060 </lyxtabular>
21061
21062 \end_inset
21063
21064
21065 \begin_inset space \hfill{}
21066 \end_inset
21067
21068
21069 \end_layout
21070
21071 \begin_layout Standard
21072 \begin_inset VSpace medskip
21073 \end_inset
21074
21075 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
21076  geschuldet, der während der Entwicklung von \SpecialChar TeX
21077  gemacht wurde.
21078  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
21079  mit 
21080 \series bold
21081 var
21082 \series default
21083 .
21084  So ergibt z.
21085 \begin_inset space \thinspace{}
21086 \end_inset
21087
21088 B.
21089  der Befehl 
21090 \series bold
21091
21092 \backslash
21093 varGamma
21094 \series default
21095  
21096 \begin_inset Formula $\varGamma$
21097 \end_inset
21098
21099 .
21100  Eine andere Methode ist das Laden des Pakets 
21101 \series bold
21102 fixmath
21103 \series default
21104
21105 \begin_inset Foot
21106 status collapsed
21107
21108 \begin_layout Plain Layout
21109
21110 \series bold
21111 fixmath
21112 \series default
21113  ist Teil des \SpecialChar LaTeX
21114 -Paketes 
21115 \series bold
21116 was
21117 \series default
21118
21119 \begin_inset Index idx
21120 status collapsed
21121
21122 \begin_layout Plain Layout
21123 Pakete ! was
21124 \begin_inset ERT
21125 status collapsed
21126
21127 \begin_layout Plain Layout
21128
21129
21130 \backslash
21131 vspace{4mm}
21132 \end_layout
21133
21134 \end_inset
21135
21136
21137 \end_layout
21138
21139 \end_inset
21140
21141 .
21142 \end_layout
21143
21144 \end_inset
21145
21146
21147 \begin_inset Index idx
21148 status collapsed
21149
21150 \begin_layout Plain Layout
21151 Pakete ! fixmath
21152 \end_layout
21153
21154 \end_inset
21155
21156  mit der \SpecialChar LaTeX
21157 -Vorspannzeile
21158 \end_layout
21159
21160 \begin_layout Standard
21161
21162 \series bold
21163
21164 \backslash
21165 usepackage{fixmath}
21166 \end_layout
21167
21168 \begin_layout Standard
21169 Dann werden alle großen griechischen Buchstaben im Dokument automatisch
21170  kursiv ausgegeben.
21171 \end_layout
21172
21173 \begin_layout Subsection
21174 Fett gedruckte Buchstaben
21175 \begin_inset Index idx
21176 status collapsed
21177
21178 \begin_layout Plain Layout
21179 griechische Buchstaben ! fett gedruckte
21180 \end_layout
21181
21182 \end_inset
21183
21184
21185 \end_layout
21186
21187 \begin_layout Standard
21188 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
21189  Schriftstilen darstellen.
21190  Es besteht nur die Möglichkeit, sie mit dem Befehl 
21191 \series bold
21192
21193 \backslash
21194 boldsymbol
21195 \series default
21196
21197 \begin_inset Index idx
21198 status collapsed
21199
21200 \begin_layout Plain Layout
21201 Befehle ! B ! 
21202 \backslash
21203 boldsymbol
21204 \end_layout
21205
21206 \end_inset
21207
21208  fett gedruckt auszugeben.
21209 \begin_inset Separator parbreak
21210 \end_inset
21211
21212
21213 \end_layout
21214
21215 \begin_layout Standard
21216 \align center
21217 \begin_inset Tabular
21218 <lyxtabular version="3" rows="3" columns="2">
21219 <features tabularvalignment="middle">
21220 <column alignment="center" valignment="top">
21221 <column alignment="center" valignment="top">
21222 <row>
21223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227 Befehl
21228 \end_layout
21229
21230 \end_inset
21231 </cell>
21232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21233 \begin_inset Text
21234
21235 \begin_layout Plain Layout
21236 Ergebnis
21237 \end_layout
21238
21239 \end_inset
21240 </cell>
21241 </row>
21242 <row>
21243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21244 \begin_inset Text
21245
21246 \begin_layout Plain Layout
21247
21248 \backslash
21249 Upsilon
21250 \backslash
21251 boldsymbol
21252 \backslash
21253 Upsilon
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21263 \end_inset
21264
21265
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 </row>
21271 <row>
21272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21273 \begin_inset Text
21274
21275 \begin_layout Plain Layout
21276
21277 \backslash
21278 theta
21279 \backslash
21280 boldsymbol
21281 \backslash
21282 theta
21283 \end_layout
21284
21285 \end_inset
21286 </cell>
21287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21288 \begin_inset Text
21289
21290 \begin_layout Plain Layout
21291 \begin_inset Formula $\theta\boldsymbol{\theta}$
21292 \end_inset
21293
21294
21295 \end_layout
21296
21297 \end_inset
21298 </cell>
21299 </row>
21300 </lyxtabular>
21301
21302 \end_inset
21303
21304
21305 \end_layout
21306
21307 \begin_layout Section
21308 Symbole
21309 \begin_inset ERT
21310 status collapsed
21311
21312 \begin_layout Plain Layout
21313
21314
21315 \backslash
21316 texorpdfstring{
21317 \end_layout
21318
21319 \end_inset
21320
21321
21322 \begin_inset Foot
21323 status collapsed
21324
21325 \begin_layout Plain Layout
21326 Eine Liste mit sämtlichen Symbolen der meisten \SpecialChar LaTeX
21327 -Pakete findet man in 
21328 \begin_inset CommandInset citation
21329 LatexCommand cite
21330 key "Symbole"
21331
21332 \end_inset
21333
21334 .
21335 \end_layout
21336
21337 \end_inset
21338
21339
21340 \begin_inset ERT
21341 status collapsed
21342
21343 \begin_layout Plain Layout
21344
21345 }{}
21346 \end_layout
21347
21348 \end_inset
21349
21350
21351 \begin_inset Note Note
21352 status collapsed
21353
21354 \begin_layout Plain Layout
21355
21356 \series bold
21357
21358 \backslash
21359 texorpdfstring
21360 \series default
21361  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
21362 \end_layout
21363
21364 \begin_layout Plain Layout
21365 Näheres zu 
21366 \series bold
21367
21368 \backslash
21369 texorpdfstring
21370 \series default
21371  steht in Kapitel 
21372 \begin_inset CommandInset ref
21373 LatexCommand ref
21374 reference "subsec:Formeln-in-Überschriften"
21375
21376 \end_inset
21377
21378 .
21379 \end_layout
21380
21381 \end_inset
21382
21383
21384 \begin_inset Index idx
21385 status collapsed
21386
21387 \begin_layout Plain Layout
21388 Symbole
21389 \end_layout
21390
21391 \end_inset
21392
21393
21394 \end_layout
21395
21396 \begin_layout Standard
21397 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar softhyphen
21398
21399 leistenknöpfe 
21400 \begin_inset Info
21401 type  "icon"
21402 arg   "math-insert \\nabla"
21403 \end_inset
21404
21405  und 
21406 \begin_inset Info
21407 type  "icon"
21408 arg   "math-insert \\digamma"
21409 \end_inset
21410
21411  eingefügt werden.
21412 \end_layout
21413
21414 \begin_layout Subsection
21415 Mathematische Symbole
21416 \begin_inset CommandInset label
21417 LatexCommand label
21418 name "subsec:Mathematische-Symbole"
21419
21420 \end_inset
21421
21422
21423 \begin_inset Index idx
21424 status collapsed
21425
21426 \begin_layout Plain Layout
21427 Symbole ! mathematische
21428 \end_layout
21429
21430 \end_inset
21431
21432
21433 \end_layout
21434
21435 \begin_layout Standard
21436 \begin_inset space \hfill{}
21437 \end_inset
21438
21439
21440 \begin_inset Tabular
21441 <lyxtabular version="3" rows="10" columns="2">
21442 <features tabularvalignment="middle">
21443 <column alignment="center" valignment="top" width="0pt">
21444 <column alignment="center" valignment="top" width="0pt">
21445 <row>
21446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21447 \begin_inset Text
21448
21449 \begin_layout Plain Layout
21450 Befehl
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459 Ergebnis
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 </row>
21465 <row>
21466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21467 \begin_inset Text
21468
21469 \begin_layout Plain Layout
21470
21471 \backslash
21472 neg
21473 \end_layout
21474
21475 \end_inset
21476 </cell>
21477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21478 \begin_inset Text
21479
21480 \begin_layout Plain Layout
21481 \begin_inset Formula $\neg$
21482 \end_inset
21483
21484
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 </row>
21490 <row>
21491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21492 \begin_inset Text
21493
21494 \begin_layout Plain Layout
21495
21496 \backslash
21497 Im
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21503 \begin_inset Text
21504
21505 \begin_layout Plain Layout
21506 \begin_inset Formula $\Im$
21507 \end_inset
21508
21509
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 </row>
21515 <row>
21516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21517 \begin_inset Text
21518
21519 \begin_layout Plain Layout
21520
21521 \backslash
21522 Re
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531 \begin_inset Formula $\Re$
21532 \end_inset
21533
21534
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 </row>
21540 <row>
21541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545
21546 \backslash
21547 aleph
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21553 \begin_inset Text
21554
21555 \begin_layout Plain Layout
21556 \begin_inset Formula $\aleph$
21557 \end_inset
21558
21559
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 </row>
21565 <row>
21566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570
21571 \backslash
21572 partial
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21578 \begin_inset Text
21579
21580 \begin_layout Plain Layout
21581 \begin_inset Formula $\partial$
21582 \end_inset
21583
21584
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 </row>
21590 <row>
21591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21592 \begin_inset Text
21593
21594 \begin_layout Plain Layout
21595
21596 \backslash
21597 infty
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606 \begin_inset Formula $\infty$
21607 \end_inset
21608
21609
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 </row>
21615 <row>
21616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21617 \begin_inset Text
21618
21619 \begin_layout Plain Layout
21620
21621 \backslash
21622 wp
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631 \begin_inset Formula $\wp$
21632 \end_inset
21633
21634
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 </row>
21640 <row>
21641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21642 \begin_inset Text
21643
21644 \begin_layout Plain Layout
21645
21646 \backslash
21647 imath
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656 \begin_inset Formula $\imath$
21657 \end_inset
21658
21659
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 </row>
21665 <row>
21666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21667 \begin_inset Text
21668
21669 \begin_layout Plain Layout
21670
21671 \backslash
21672 jmath
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681 \begin_inset Formula $\jmath$
21682 \end_inset
21683
21684
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 </row>
21690 </lyxtabular>
21691
21692 \end_inset
21693
21694
21695 \begin_inset space \hfill{}
21696 \end_inset
21697
21698
21699 \begin_inset Tabular
21700 <lyxtabular version="3" rows="10" columns="2">
21701 <features tabularvalignment="middle">
21702 <column alignment="center" valignment="top" width="0pt">
21703 <column alignment="center" valignment="top" width="0pt">
21704 <row>
21705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709 Befehl
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718 Ergebnis
21719 \begin_inset Note Note
21720 status collapsed
21721
21722 \begin_layout Plain Layout
21723
21724 \series bold
21725
21726 \backslash
21727 raisebox
21728 \series default
21729  dient nur als Abstandhalter.
21730 \end_layout
21731
21732 \end_inset
21733
21734
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 </row>
21740 <row>
21741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21742 \begin_inset Text
21743
21744 \begin_layout Plain Layout
21745
21746 \backslash
21747 forall
21748 \end_layout
21749
21750 \end_inset
21751 </cell>
21752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756 \begin_inset Formula $\forall$
21757 \end_inset
21758
21759
21760 \end_layout
21761
21762 \end_inset
21763 </cell>
21764 </row>
21765 <row>
21766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770
21771 \backslash
21772 exists
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781 \begin_inset Formula $\exists$
21782 \end_inset
21783
21784
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 </row>
21790 <row>
21791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795
21796 \backslash
21797 nexists
21798 \end_layout
21799
21800 \end_inset
21801 </cell>
21802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21803 \begin_inset Text
21804
21805 \begin_layout Plain Layout
21806 \begin_inset Formula $\nexists$
21807 \end_inset
21808
21809
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 </row>
21815 <row>
21816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820
21821 \backslash
21822 emptyset
21823 \end_layout
21824
21825 \end_inset
21826 </cell>
21827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21828 \begin_inset Text
21829
21830 \begin_layout Plain Layout
21831 \begin_inset Formula $\emptyset$
21832 \end_inset
21833
21834
21835 \end_layout
21836
21837 \end_inset
21838 </cell>
21839 </row>
21840 <row>
21841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845
21846 \backslash
21847 varnothing
21848 \end_layout
21849
21850 \end_inset
21851 </cell>
21852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21853 \begin_inset Text
21854
21855 \begin_layout Plain Layout
21856 \begin_inset Formula $\varnothing$
21857 \end_inset
21858
21859
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 </row>
21865 <row>
21866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870
21871 \backslash
21872 dag
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881 \begin_inset Formula $\dag$
21882 \end_inset
21883
21884
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 </row>
21890 <row>
21891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895
21896 \backslash
21897 ddag
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21903 \begin_inset Text
21904
21905 \begin_layout Plain Layout
21906 \begin_inset Formula $\ddag$
21907 \end_inset
21908
21909
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 </row>
21915 <row>
21916 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920
21921 \backslash
21922 complement
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931 \begin_inset ERT
21932 status collapsed
21933
21934 \begin_layout Plain Layout
21935
21936
21937 \backslash
21938 raisebox{-0.8mm}{
21939 \end_layout
21940
21941 \end_inset
21942
21943
21944 \begin_inset Formula $\complement$
21945 \end_inset
21946
21947
21948 \begin_inset ERT
21949 status collapsed
21950
21951 \begin_layout Plain Layout
21952
21953 }
21954 \end_layout
21955
21956 \end_inset
21957
21958
21959 \end_layout
21960
21961 \end_inset
21962 </cell>
21963 </row>
21964 <row>
21965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21966 \begin_inset Text
21967
21968 \begin_layout Plain Layout
21969
21970 \backslash
21971 Bbbk
21972 \end_layout
21973
21974 \end_inset
21975 </cell>
21976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21977 \begin_inset Text
21978
21979 \begin_layout Plain Layout
21980 \begin_inset Formula $\Bbbk$
21981 \end_inset
21982
21983
21984 \end_layout
21985
21986 \end_inset
21987 </cell>
21988 </row>
21989 </lyxtabular>
21990
21991 \end_inset
21992
21993
21994 \begin_inset space \hfill{}
21995 \end_inset
21996
21997
21998 \begin_inset Tabular
21999 <lyxtabular version="3" rows="10" columns="2">
22000 <features tabularvalignment="middle">
22001 <column alignment="center" valignment="top" width="0pt">
22002 <column alignment="center" valignment="top" width="0pt">
22003 <row>
22004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008 Befehl
22009 \end_layout
22010
22011 \end_inset
22012 </cell>
22013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22014 \begin_inset Text
22015
22016 \begin_layout Plain Layout
22017 Ergebnis
22018 \end_layout
22019
22020 \end_inset
22021 </cell>
22022 </row>
22023 <row>
22024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028
22029 \backslash
22030 prime
22031 \end_layout
22032
22033 \end_inset
22034 </cell>
22035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22036 \begin_inset Text
22037
22038 \begin_layout Plain Layout
22039 \begin_inset Formula $\prime$
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 </row>
22048 <row>
22049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053
22054 \backslash
22055 backprime
22056 \end_layout
22057
22058 \end_inset
22059 </cell>
22060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064 \begin_inset Formula $\backprime$
22065 \end_inset
22066
22067
22068 \end_layout
22069
22070 \end_inset
22071 </cell>
22072 </row>
22073 <row>
22074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078
22079 \backslash
22080 mho
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089 \begin_inset Formula $\mho$
22090 \end_inset
22091
22092
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 </row>
22098 <row>
22099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22100 \begin_inset Text
22101
22102 \begin_layout Plain Layout
22103
22104 \backslash
22105 triangle
22106 \end_layout
22107
22108 \end_inset
22109 </cell>
22110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22111 \begin_inset Text
22112
22113 \begin_layout Plain Layout
22114 \begin_inset Formula $\triangle$
22115 \end_inset
22116
22117
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 </row>
22123 <row>
22124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128
22129 \backslash
22130 angle
22131 \end_layout
22132
22133 \end_inset
22134 </cell>
22135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139 \begin_inset Formula $\angle$
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 </row>
22148 <row>
22149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22150 \begin_inset Text
22151
22152 \begin_layout Plain Layout
22153
22154 \backslash
22155 measuredangle
22156 \end_layout
22157
22158 \end_inset
22159 </cell>
22160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164 \begin_inset Formula $\measuredangle$
22165 \end_inset
22166
22167
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 </row>
22173 <row>
22174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22175 \begin_inset Text
22176
22177 \begin_layout Plain Layout
22178
22179 \backslash
22180 sphericalangle
22181 \end_layout
22182
22183 \end_inset
22184 </cell>
22185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22186 \begin_inset Text
22187
22188 \begin_layout Plain Layout
22189 \begin_inset Formula $\sphericalangle$
22190 \end_inset
22191
22192
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 </row>
22198 <row>
22199 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203
22204 \backslash
22205 top
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214 \begin_inset Formula $\top$
22215 \end_inset
22216
22217
22218 \end_layout
22219
22220 \end_inset
22221 </cell>
22222 </row>
22223 <row>
22224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22225 \begin_inset Text
22226
22227 \begin_layout Plain Layout
22228
22229 \backslash
22230 bot
22231 \end_layout
22232
22233 \end_inset
22234 </cell>
22235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22236 \begin_inset Text
22237
22238 \begin_layout Plain Layout
22239 \begin_inset Formula $\bot$
22240 \end_inset
22241
22242
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 </row>
22248 </lyxtabular>
22249
22250 \end_inset
22251
22252
22253 \begin_inset space \hfill{}
22254 \end_inset
22255
22256
22257 \end_layout
22258
22259 \begin_layout Standard
22260 \begin_inset Newpage newpage
22261 \end_inset
22262
22263
22264 \end_layout
22265
22266 \begin_layout Subsection
22267 Sonstige Symbole
22268 \begin_inset CommandInset label
22269 LatexCommand label
22270 name "subsec:Sonstige-Symbole"
22271
22272 \end_inset
22273
22274
22275 \begin_inset Index idx
22276 status collapsed
22277
22278 \begin_layout Plain Layout
22279 Symbole ! sonstige
22280 \end_layout
22281
22282 \end_inset
22283
22284
22285 \end_layout
22286
22287 \begin_layout Standard
22288 \begin_inset VSpace -7mm
22289 \end_inset
22290
22291
22292 \end_layout
22293
22294 \begin_layout Standard
22295 \noindent
22296 \align center
22297 \begin_inset Tabular
22298 <lyxtabular version="3" rows="10" columns="2">
22299 <features tabularvalignment="middle">
22300 <column alignment="center" valignment="top" width="0pt">
22301 <column alignment="center" valignment="top" width="0pt">
22302 <row>
22303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307 Befehl
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316 Ergebnis
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 </row>
22322 <row>
22323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22324 \begin_inset Text
22325
22326 \begin_layout Plain Layout
22327
22328 \backslash
22329 flat
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338 \begin_inset Formula $\flat$
22339 \end_inset
22340
22341
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 </row>
22347 <row>
22348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22349 \begin_inset Text
22350
22351 \begin_layout Plain Layout
22352
22353 \backslash
22354 natural
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363 \begin_inset Formula $\natural$
22364 \end_inset
22365
22366
22367 \end_layout
22368
22369 \end_inset
22370 </cell>
22371 </row>
22372 <row>
22373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22374 \begin_inset Text
22375
22376 \begin_layout Plain Layout
22377
22378 \backslash
22379 sharp
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22385 \begin_inset Text
22386
22387 \begin_layout Plain Layout
22388 \begin_inset Formula $\sharp$
22389 \end_inset
22390
22391
22392 \end_layout
22393
22394 \end_inset
22395 </cell>
22396 </row>
22397 <row>
22398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22399 \begin_inset Text
22400
22401 \begin_layout Plain Layout
22402
22403 \backslash
22404 surd
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413 \begin_inset Formula $\surd$
22414 \end_inset
22415
22416
22417 \end_layout
22418
22419 \end_inset
22420 </cell>
22421 </row>
22422 <row>
22423 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22424 \begin_inset Text
22425
22426 \begin_layout Plain Layout
22427
22428 \backslash
22429 checkmark
22430 \end_layout
22431
22432 \end_inset
22433 </cell>
22434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438 \begin_inset Formula $\checkmark$
22439 \end_inset
22440
22441
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 </row>
22447 <row>
22448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452
22453 \backslash
22454 yen
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463 \begin_inset Formula $\yen$
22464 \end_inset
22465
22466
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 </row>
22472 <row>
22473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477
22478 \backslash
22479 pounds
22480 \end_layout
22481
22482 \end_inset
22483 </cell>
22484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488 \begin_inset Formula $\pounds$
22489 \end_inset
22490
22491
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 </row>
22497 <row>
22498 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22499 \begin_inset Text
22500
22501 \begin_layout Plain Layout
22502 $
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511 \begin_inset Formula $\$$
22512 \end_inset
22513
22514
22515 \end_layout
22516
22517 \end_inset
22518 </cell>
22519 </row>
22520 <row>
22521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525 §
22526 \end_layout
22527
22528 \end_inset
22529 </cell>
22530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22531 \begin_inset Text
22532
22533 \begin_layout Plain Layout
22534 \begin_inset Formula $§$
22535 \end_inset
22536
22537
22538 \end_layout
22539
22540 \end_inset
22541 </cell>
22542 </row>
22543 </lyxtabular>
22544
22545 \end_inset
22546
22547
22548 \begin_inset Tabular
22549 <lyxtabular version="3" rows="10" columns="2">
22550 <features tabularvalignment="middle">
22551 <column alignment="center" valignment="top">
22552 <column alignment="center" valignment="top">
22553 <row>
22554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558 Befehl
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567 Ergebnis
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 </row>
22573 <row>
22574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578
22579 \backslash
22580 hbar
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589 \begin_inset Formula $\hbar$
22590 \end_inset
22591
22592
22593 \end_layout
22594
22595 \end_inset
22596 </cell>
22597 </row>
22598 <row>
22599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603
22604 \backslash
22605 hslash
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 \begin_inset Formula $\hslash$
22615 \end_inset
22616
22617
22618 \end_layout
22619
22620 \end_inset
22621 </cell>
22622 </row>
22623 <row>
22624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628
22629 \backslash
22630 clubsuit
22631 \end_layout
22632
22633 \end_inset
22634 </cell>
22635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639 \begin_inset Formula $\clubsuit$
22640 \end_inset
22641
22642
22643 \end_layout
22644
22645 \end_inset
22646 </cell>
22647 </row>
22648 <row>
22649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653
22654 \backslash
22655 spadesuit
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664 \begin_inset Formula $\spadesuit$
22665 \end_inset
22666
22667
22668 \end_layout
22669
22670 \end_inset
22671 </cell>
22672 </row>
22673 <row>
22674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678
22679 \backslash
22680 bigstar
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689 \begin_inset Formula $\bigstar$
22690 \end_inset
22691
22692
22693 \end_layout
22694
22695 \end_inset
22696 </cell>
22697 </row>
22698 <row>
22699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703
22704 \backslash
22705 blacklozenge
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22711 \begin_inset Text
22712
22713 \begin_layout Plain Layout
22714 \begin_inset Formula $\blacklozenge$
22715 \end_inset
22716
22717
22718 \end_layout
22719
22720 \end_inset
22721 </cell>
22722 </row>
22723 <row>
22724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728
22729 \backslash
22730 blacktriangle
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739 \begin_inset Formula $\blacktriangle$
22740 \end_inset
22741
22742
22743 \end_layout
22744
22745 \end_inset
22746 </cell>
22747 </row>
22748 <row>
22749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753
22754 \backslash
22755 blacktiangledown
22756 \end_layout
22757
22758 \end_inset
22759 </cell>
22760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22761 \begin_inset Text
22762
22763 \begin_layout Plain Layout
22764 \begin_inset Formula $\blacktriangledown$
22765 \end_inset
22766
22767
22768 \end_layout
22769
22770 \end_inset
22771 </cell>
22772 </row>
22773 <row>
22774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22775 \begin_inset Text
22776
22777 \begin_layout Plain Layout
22778
22779 \backslash
22780 bullet
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789 \begin_inset Formula $\bullet$
22790 \end_inset
22791
22792
22793 \end_layout
22794
22795 \end_inset
22796 </cell>
22797 </row>
22798 </lyxtabular>
22799
22800 \end_inset
22801
22802
22803 \begin_inset Tabular
22804 <lyxtabular version="3" rows="10" columns="2">
22805 <features tabularvalignment="middle">
22806 <column alignment="center" valignment="top" width="0pt">
22807 <column alignment="center" valignment="top" width="0pt">
22808 <row>
22809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813 Befehl
22814 \end_layout
22815
22816 \end_inset
22817 </cell>
22818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822 Ergebnis
22823 \end_layout
22824
22825 \end_inset
22826 </cell>
22827 </row>
22828 <row>
22829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22830 \begin_inset Text
22831
22832 \begin_layout Plain Layout
22833
22834 \backslash
22835 diamondsuit
22836 \end_layout
22837
22838 \end_inset
22839 </cell>
22840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844 \begin_inset Formula $\diamondsuit$
22845 \end_inset
22846
22847
22848 \end_layout
22849
22850 \end_inset
22851 </cell>
22852 </row>
22853 <row>
22854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Plain Layout
22858
22859 \backslash
22860 Diamond
22861 \end_layout
22862
22863 \end_inset
22864 </cell>
22865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869 \begin_inset Formula $\Diamond$
22870 \end_inset
22871
22872
22873 \end_layout
22874
22875 \end_inset
22876 </cell>
22877 </row>
22878 <row>
22879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22880 \begin_inset Text
22881
22882 \begin_layout Plain Layout
22883
22884 \backslash
22885 heartsuit
22886 \end_layout
22887
22888 \end_inset
22889 </cell>
22890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22891 \begin_inset Text
22892
22893 \begin_layout Plain Layout
22894 \begin_inset Formula $\heartsuit$
22895 \end_inset
22896
22897
22898 \end_layout
22899
22900 \end_inset
22901 </cell>
22902 </row>
22903 <row>
22904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908
22909 \backslash
22910 P
22911 \end_layout
22912
22913 \end_inset
22914 </cell>
22915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22916 \begin_inset Text
22917
22918 \begin_layout Plain Layout
22919 \begin_inset Formula $\P$
22920 \end_inset
22921
22922
22923 \end_layout
22924
22925 \end_inset
22926 </cell>
22927 </row>
22928 <row>
22929 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22930 \begin_inset Text
22931
22932 \begin_layout Plain Layout
22933
22934 \backslash
22935 copyright
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22941 \begin_inset Text
22942
22943 \begin_layout Plain Layout
22944 \begin_inset Formula $\copyright$
22945 \end_inset
22946
22947
22948 \end_layout
22949
22950 \end_inset
22951 </cell>
22952 </row>
22953 <row>
22954 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22955 \begin_inset Text
22956
22957 \begin_layout Plain Layout
22958
22959 \backslash
22960 circledR
22961 \end_layout
22962
22963 \end_inset
22964 </cell>
22965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22966 \begin_inset Text
22967
22968 \begin_layout Plain Layout
22969 \begin_inset Formula $\circledR$
22970 \end_inset
22971
22972
22973 \end_layout
22974
22975 \end_inset
22976 </cell>
22977 </row>
22978 <row>
22979 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22980 \begin_inset Text
22981
22982 \begin_layout Plain Layout
22983
22984 \backslash
22985 maltese
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994 \begin_inset Formula $\maltese$
22995 \end_inset
22996
22997
22998 \end_layout
22999
23000 \end_inset
23001 </cell>
23002 </row>
23003 <row>
23004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23005 \begin_inset Text
23006
23007 \begin_layout Plain Layout
23008
23009 \backslash
23010 diagup
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019 \begin_inset Formula $\diagup$
23020 \end_inset
23021
23022
23023 \end_layout
23024
23025 \end_inset
23026 </cell>
23027 </row>
23028 <row>
23029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23030 \begin_inset Text
23031
23032 \begin_layout Plain Layout
23033
23034 \backslash
23035 diagdown
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23041 \begin_inset Text
23042
23043 \begin_layout Plain Layout
23044 \begin_inset Formula $\diagdown$
23045 \end_inset
23046
23047
23048 \end_layout
23049
23050 \end_inset
23051 </cell>
23052 </row>
23053 </lyxtabular>
23054
23055 \end_inset
23056
23057
23058 \end_layout
23059
23060 \begin_layout Standard
23061 \begin_inset VSpace medskip
23062 \end_inset
23063
23064
23065 \end_layout
23066
23067 \begin_layout Standard
23068 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
23069  
23070 \begin_inset CommandInset ref
23071 LatexCommand ref
23072 reference "subsec:Schriftgrößen"
23073
23074 \end_inset
23075
23076 .
23077 \end_layout
23078
23079 \begin_layout Subsection
23080 Das Euro-Symbol €
23081 \begin_inset Index idx
23082 status collapsed
23083
23084 \begin_layout Plain Layout
23085 Symbole ! Euro-Symbol
23086 \end_layout
23087
23088 \end_inset
23089
23090
23091 \begin_inset Index idx
23092 status collapsed
23093
23094 \begin_layout Plain Layout
23095
23096 \backslash
23097 @
23098 \begin_inset ERT
23099 status collapsed
23100
23101 \begin_layout Plain Layout
23102
23103
23104 \backslash
23105 officialeuro
23106 \end_layout
23107
23108 \end_inset
23109
23110
23111 \end_layout
23112
23113 \end_inset
23114
23115
23116 \end_layout
23117
23118 \begin_layout Standard
23119 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das \SpecialChar LaTeX
23120 -Paket
23121  
23122 \series bold
23123 eurosym
23124 \series default
23125
23126 \begin_inset Index idx
23127 status collapsed
23128
23129 \begin_layout Plain Layout
23130 Pakete ! eurosym
23131 \end_layout
23132
23133 \end_inset
23134
23135  installieren und dieses mit der \SpecialChar LaTeX
23136 -Vorspannzeile
23137 \end_layout
23138
23139 \begin_layout Standard
23140
23141 \series bold
23142
23143 \backslash
23144 usepackage[gennarrow]{eurosym}
23145 \end_layout
23146
23147 \begin_layout Standard
23148 aktivieren.
23149  Das Euro-Symbol kann man nun mit dem Befehl 
23150 \series bold
23151
23152 \backslash
23153 euro
23154 \series default
23155
23156 \begin_inset Index idx
23157 status collapsed
23158
23159 \begin_layout Plain Layout
23160 Befehle ! E ! 
23161 \backslash
23162 euro
23163 \end_layout
23164
23165 \end_inset
23166
23167  aufrufen.
23168 \end_layout
23169
23170 \begin_layout Standard
23171 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
23172  eingeben, ohne 
23173 \series bold
23174 eurosym
23175 \series default
23176  installiert zu haben.
23177  Ist 
23178 \series bold
23179 eurosym
23180 \series default
23181  installiert, kann man 
23182 \series bold
23183
23184 \backslash
23185 euro
23186 \series default
23187  auch im \SpecialChar TeX
23188 -Modus eingeben.
23189  Das offizielle Währungssymbol erhält man dann über den Befehl 
23190 \series bold
23191
23192 \backslash
23193 officialeuro
23194 \series default
23195
23196 \begin_inset Index idx
23197 status collapsed
23198
23199 \begin_layout Plain Layout
23200 Befehle ! O ! 
23201 \backslash
23202 officialeuro
23203 \end_layout
23204
23205 \end_inset
23206
23207 , der nur im \SpecialChar TeX
23208 -Modus verfügbar ist.
23209 \end_layout
23210
23211 \begin_layout Standard
23212 \begin_inset ERT
23213 status collapsed
23214
23215 \begin_layout Plain Layout
23216
23217
23218 \backslash
23219 ifeurosym 
23220 \end_layout
23221
23222 \end_inset
23223
23224
23225 \begin_inset Note Note
23226 status open
23227
23228 \begin_layout Plain Layout
23229 Die folgende Tabelle erscheint nur im Ausdruck wenn das \SpecialChar LaTeX
23230 -Paket 
23231 \series bold
23232 eurosym
23233 \series default
23234  installiert ist:
23235 \end_layout
23236
23237 \end_inset
23238
23239
23240 \end_layout
23241
23242 \begin_layout Standard
23243 Eine Übersicht der verschiedenen Euro-Symbole:
23244 \begin_inset Separator parbreak
23245 \end_inset
23246
23247
23248 \end_layout
23249
23250 \begin_layout Standard
23251 \align center
23252 \begin_inset Tabular
23253 <lyxtabular version="3" rows="4" columns="3">
23254 <features tabularvalignment="middle">
23255 <column alignment="center" valignment="top" width="0pt">
23256 <column alignment="center" valignment="top" width="0pt">
23257 <column alignment="center" valignment="top" width="0pt">
23258 <row>
23259 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23260 \begin_inset Text
23261
23262 \begin_layout Plain Layout
23263
23264 \end_layout
23265
23266 \end_inset
23267 </cell>
23268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23269 \begin_inset Text
23270
23271 \begin_layout Plain Layout
23272 Befehl 
23273 \end_layout
23274
23275 \end_inset
23276 </cell>
23277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23278 \begin_inset Text
23279
23280 \begin_layout Plain Layout
23281 Ergebnis
23282 \end_layout
23283
23284 \end_inset
23285 </cell>
23286 </row>
23287 <row>
23288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23289 \begin_inset Text
23290
23291 \begin_layout Plain Layout
23292 Formel
23293 \end_layout
23294
23295 \end_inset
23296 </cell>
23297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23298 \begin_inset Text
23299
23300 \begin_layout Plain Layout
23301
23302 \backslash
23303 euro
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23309 \begin_inset Text
23310
23311 \begin_layout Plain Layout
23312 \begin_inset Formula $\euro$
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \end_inset
23319 </cell>
23320 </row>
23321 <row>
23322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23323 \begin_inset Text
23324
23325 \begin_layout Plain Layout
23326 mathematischer Text
23327 \end_layout
23328
23329 \end_inset
23330 </cell>
23331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335
23336 \end_layout
23337
23338 \end_inset
23339 </cell>
23340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344 \begin_inset Formula $\mbox{€}$
23345 \end_inset
23346
23347
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 </row>
23353 <row>
23354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358 \SpecialChar TeX
23359 -Modus
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23365 \begin_inset Text
23366
23367 \begin_layout Plain Layout
23368
23369 \backslash
23370 officialeuro
23371 \end_layout
23372
23373 \end_inset
23374 </cell>
23375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23376 \begin_inset Text
23377
23378 \begin_layout Plain Layout
23379 \begin_inset ERT
23380 status collapsed
23381
23382 \begin_layout Plain Layout
23383
23384
23385 \backslash
23386 officialeuro
23387 \end_layout
23388
23389 \end_inset
23390
23391
23392 \end_layout
23393
23394 \end_inset
23395 </cell>
23396 </row>
23397 </lyxtabular>
23398
23399 \end_inset
23400
23401
23402 \end_layout
23403
23404 \begin_layout Standard
23405 \begin_inset ERT
23406 status collapsed
23407
23408 \begin_layout Plain Layout
23409
23410
23411 \backslash
23412 else 
23413 \end_layout
23414
23415 \end_inset
23416
23417
23418 \begin_inset Note Note
23419 status open
23420
23421 \begin_layout Plain Layout
23422 Folgendes erscheint im Ausdruck wenn das \SpecialChar LaTeX
23423 -Paket 
23424 \series bold
23425 eurosym
23426 \series default
23427  nicht installiert ist:
23428 \end_layout
23429
23430 \end_inset
23431
23432
23433 \end_layout
23434
23435 \begin_layout Standard
23436 Das \SpecialChar LaTeX
23437 -Paket 
23438 \series bold
23439 eurosym 
23440 \series default
23441 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
23442 \end_layout
23443
23444 \begin_layout Standard
23445 \begin_inset ERT
23446 status collapsed
23447
23448 \begin_layout Plain Layout
23449
23450
23451 \backslash
23452 fi 
23453 \end_layout
23454
23455 \end_inset
23456
23457
23458 \end_layout
23459
23460 \begin_layout Section
23461 Relationen
23462 \begin_inset CommandInset label
23463 LatexCommand label
23464 name "sec:Relationen"
23465
23466 \end_inset
23467
23468
23469 \begin_inset Index idx
23470 status collapsed
23471
23472 \begin_layout Plain Layout
23473 Relationen
23474 \end_layout
23475
23476 \end_inset
23477
23478
23479 \begin_inset Index idx
23480 status collapsed
23481
23482 \begin_layout Plain Layout
23483 Vergleiche|see
23484 \begin_inset ERT
23485 status collapsed
23486
23487 \begin_layout Plain Layout
23488
23489 {
23490 \end_layout
23491
23492 \end_inset
23493
23494 Relationen
23495 \begin_inset ERT
23496 status collapsed
23497
23498 \begin_layout Plain Layout
23499
23500 }
23501 \end_layout
23502
23503 \end_inset
23504
23505
23506 \end_layout
23507
23508 \end_inset
23509
23510
23511 \end_layout
23512
23513 \begin_layout Standard
23514 Alle folgenden Relationen können auch über den Mathe-Werkzeugleistenknopf
23515  
23516 \begin_inset Info
23517 type  "icon"
23518 arg   "math-insert \\leq"
23519 \end_inset
23520
23521  eingefügt werden.
23522 \end_layout
23523
23524 \begin_layout Standard
23525 \begin_inset space \hfill{}
23526 \end_inset
23527
23528
23529 \begin_inset Tabular
23530 <lyxtabular version="3" rows="17" columns="2">
23531 <features tabularvalignment="middle">
23532 <column alignment="center" valignment="top" width="0pt">
23533 <column alignment="center" valignment="top" width="0pt">
23534 <row>
23535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539 Befehl
23540 \end_layout
23541
23542 \end_inset
23543 </cell>
23544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548 Ergebnis
23549 \end_layout
23550
23551 \end_inset
23552 </cell>
23553 </row>
23554 <row>
23555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 <
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 \begin_inset Formula $<$
23569 \end_inset
23570
23571
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 </row>
23577 <row>
23578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582
23583 \backslash
23584 le
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593 \begin_inset Formula $\le$
23594 \end_inset
23595
23596
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 </row>
23602 <row>
23603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23604 \begin_inset Text
23605
23606 \begin_layout Plain Layout
23607
23608 \backslash
23609 ll
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618 \begin_inset Formula $\ll$
23619 \end_inset
23620
23621
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 </row>
23627 <row>
23628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23629 \begin_inset Text
23630
23631 \begin_layout Plain Layout
23632
23633 \backslash
23634 prec
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23640 \begin_inset Text
23641
23642 \begin_layout Plain Layout
23643 \begin_inset Formula $\prec$
23644 \end_inset
23645
23646
23647 \end_layout
23648
23649 \end_inset
23650 </cell>
23651 </row>
23652 <row>
23653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23654 \begin_inset Text
23655
23656 \begin_layout Plain Layout
23657
23658 \backslash
23659 preceq
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668 \begin_inset Formula $\preceq$
23669 \end_inset
23670
23671
23672 \end_layout
23673
23674 \end_inset
23675 </cell>
23676 </row>
23677 <row>
23678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23679 \begin_inset Text
23680
23681 \begin_layout Plain Layout
23682
23683 \backslash
23684 subset
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693 \begin_inset Formula $\subset$
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 </row>
23702 <row>
23703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23704 \begin_inset Text
23705
23706 \begin_layout Plain Layout
23707
23708 \backslash
23709 subseteq
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718 \begin_inset Formula $\subseteq$
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 </row>
23727 <row>
23728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Plain Layout
23732
23733 \backslash
23734 sqsubseteq
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743 \begin_inset Formula $\sqsubseteq$
23744 \end_inset
23745
23746
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 </row>
23752 <row>
23753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23754 \begin_inset Text
23755
23756 \begin_layout Plain Layout
23757
23758 \backslash
23759 in
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23765 \begin_inset Text
23766
23767 \begin_layout Plain Layout
23768 \begin_inset Formula $\in$
23769 \end_inset
23770
23771
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 </row>
23777 <row>
23778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23779 \begin_inset Text
23780
23781 \begin_layout Plain Layout
23782
23783 \backslash
23784 vdash
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793 \begin_inset Formula $\vdash$
23794 \end_inset
23795
23796
23797 \end_layout
23798
23799 \end_inset
23800 </cell>
23801 </row>
23802 <row>
23803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23804 \begin_inset Text
23805
23806 \begin_layout Plain Layout
23807
23808 \backslash
23809 smile
23810 \end_layout
23811
23812 \end_inset
23813 </cell>
23814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818 \begin_inset Formula $\smile$
23819 \end_inset
23820
23821
23822 \end_layout
23823
23824 \end_inset
23825 </cell>
23826 </row>
23827 <row>
23828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23829 \begin_inset Text
23830
23831 \begin_layout Plain Layout
23832
23833 \backslash
23834 lhd
23835 \end_layout
23836
23837 \end_inset
23838 </cell>
23839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23840 \begin_inset Text
23841
23842 \begin_layout Plain Layout
23843 \begin_inset Formula $\lhd$
23844 \end_inset
23845
23846
23847 \end_layout
23848
23849 \end_inset
23850 </cell>
23851 </row>
23852 <row>
23853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23854 \begin_inset Text
23855
23856 \begin_layout Plain Layout
23857
23858 \backslash
23859 unlhd
23860 \end_layout
23861
23862 \end_inset
23863 </cell>
23864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23865 \begin_inset Text
23866
23867 \begin_layout Plain Layout
23868 \begin_inset Formula $\unlhd$
23869 \end_inset
23870
23871
23872 \end_layout
23873
23874 \end_inset
23875 </cell>
23876 </row>
23877 <row>
23878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23879 \begin_inset Text
23880
23881 \begin_layout Plain Layout
23882
23883 \backslash
23884 gtrless
23885 \end_layout
23886
23887 \end_inset
23888 </cell>
23889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893 \begin_inset Formula $\gtrless$
23894 \end_inset
23895
23896
23897 \end_layout
23898
23899 \end_inset
23900 </cell>
23901 </row>
23902 <row>
23903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23904 \begin_inset Text
23905
23906 \begin_layout Plain Layout
23907
23908 \backslash
23909 mid
23910 \end_layout
23911
23912 \end_inset
23913 </cell>
23914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23915 \begin_inset Text
23916
23917 \begin_layout Plain Layout
23918 \begin_inset Formula $\mid$
23919 \end_inset
23920
23921
23922 \end_layout
23923
23924 \end_inset
23925 </cell>
23926 </row>
23927 <row>
23928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23929 \begin_inset Text
23930
23931 \begin_layout Plain Layout
23932
23933 \backslash
23934 nmid
23935 \end_layout
23936
23937 \end_inset
23938 </cell>
23939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943 \begin_inset Formula $\nmid$
23944 \end_inset
23945
23946
23947 \end_layout
23948
23949 \end_inset
23950 </cell>
23951 </row>
23952 </lyxtabular>
23953
23954 \end_inset
23955
23956
23957 \begin_inset space \hfill{}
23958 \end_inset
23959
23960
23961 \begin_inset Tabular
23962 <lyxtabular version="3" rows="17" columns="2">
23963 <features tabularvalignment="middle">
23964 <column alignment="center" valignment="top" width="0pt">
23965 <column alignment="center" valignment="top" width="0pt">
23966 <row>
23967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23968 \begin_inset Text
23969
23970 \begin_layout Plain Layout
23971 Befehl
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980 Ergebnis
23981 \end_layout
23982
23983 \end_inset
23984 </cell>
23985 </row>
23986 <row>
23987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23988 \begin_inset Text
23989
23990 \begin_layout Plain Layout
23991 =
23992 \end_layout
23993
23994 \end_inset
23995 </cell>
23996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23997 \begin_inset Text
23998
23999 \begin_layout Plain Layout
24000 \begin_inset Formula $=$
24001 \end_inset
24002
24003
24004 \end_layout
24005
24006 \end_inset
24007 </cell>
24008 </row>
24009 <row>
24010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014
24015 \backslash
24016 not=
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24022 \begin_inset Text
24023
24024 \begin_layout Plain Layout
24025 \begin_inset Formula $\not=$
24026 \end_inset
24027
24028
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 </row>
24034 <row>
24035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24036 \begin_inset Text
24037
24038 \begin_layout Plain Layout
24039
24040 \backslash
24041 equiv
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24047 \begin_inset Text
24048
24049 \begin_layout Plain Layout
24050 \begin_inset Formula $\equiv$
24051 \end_inset
24052
24053
24054 \end_layout
24055
24056 \end_inset
24057 </cell>
24058 </row>
24059 <row>
24060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064
24065 \backslash
24066 sim
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075 \begin_inset Formula $\sim$
24076 \end_inset
24077
24078
24079 \end_layout
24080
24081 \end_inset
24082 </cell>
24083 </row>
24084 <row>
24085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24086 \begin_inset Text
24087
24088 \begin_layout Plain Layout
24089
24090 \backslash
24091 simeq
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24097 \begin_inset Text
24098
24099 \begin_layout Plain Layout
24100 \begin_inset Formula $\simeq$
24101 \end_inset
24102
24103
24104 \end_layout
24105
24106 \end_inset
24107 </cell>
24108 </row>
24109 <row>
24110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114
24115 \backslash
24116 approx
24117 \end_layout
24118
24119 \end_inset
24120 </cell>
24121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125 \begin_inset Formula $\approx$
24126 \end_inset
24127
24128
24129 \end_layout
24130
24131 \end_inset
24132 </cell>
24133 </row>
24134 <row>
24135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Plain Layout
24139
24140 \backslash
24141 cong
24142 \end_layout
24143
24144 \end_inset
24145 </cell>
24146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24147 \begin_inset Text
24148
24149 \begin_layout Plain Layout
24150 \begin_inset Formula $\cong$
24151 \end_inset
24152
24153
24154 \end_layout
24155
24156 \end_inset
24157 </cell>
24158 </row>
24159 <row>
24160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164
24165 \backslash
24166 bowtie
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175 \begin_inset Formula $\bowtie$
24176 \end_inset
24177
24178
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 </row>
24184 <row>
24185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189
24190 \backslash
24191 notin
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24197 \begin_inset Text
24198
24199 \begin_layout Plain Layout
24200 \begin_inset Formula $\notin$
24201 \end_inset
24202
24203
24204 \end_layout
24205
24206 \end_inset
24207 </cell>
24208 </row>
24209 <row>
24210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24211 \begin_inset Text
24212
24213 \begin_layout Plain Layout
24214
24215 \backslash
24216 perp
24217 \end_layout
24218
24219 \end_inset
24220 </cell>
24221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225 \begin_inset Formula $\perp$
24226 \end_inset
24227
24228
24229 \end_layout
24230
24231 \end_inset
24232 </cell>
24233 </row>
24234 <row>
24235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239
24240 \backslash
24241 propto
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Plain Layout
24250 \begin_inset Formula $\propto$
24251 \end_inset
24252
24253
24254 \end_layout
24255
24256 \end_inset
24257 </cell>
24258 </row>
24259 <row>
24260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Plain Layout
24264
24265 \backslash
24266 asymp
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Plain Layout
24275 \begin_inset Formula $\asymp$
24276 \end_inset
24277
24278
24279 \end_layout
24280
24281 \end_inset
24282 </cell>
24283 </row>
24284 <row>
24285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24286 \begin_inset Text
24287
24288 \begin_layout Plain Layout
24289
24290 \backslash
24291 doteq
24292 \end_layout
24293
24294 \end_inset
24295 </cell>
24296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24297 \begin_inset Text
24298
24299 \begin_layout Plain Layout
24300 \begin_inset Formula $\doteq$
24301 \end_inset
24302
24303
24304 \end_layout
24305
24306 \end_inset
24307 </cell>
24308 </row>
24309 <row>
24310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24311 \begin_inset Text
24312
24313 \begin_layout Plain Layout
24314
24315 \backslash
24316 circeq
24317 \end_layout
24318
24319 \end_inset
24320 </cell>
24321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24322 \begin_inset Text
24323
24324 \begin_layout Plain Layout
24325 \begin_inset Formula $\circeq$
24326 \end_inset
24327
24328
24329 \end_layout
24330
24331 \end_inset
24332 </cell>
24333 </row>
24334 <row>
24335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Plain Layout
24339
24340 \backslash
24341 models
24342 \end_layout
24343
24344 \end_inset
24345 </cell>
24346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24347 \begin_inset Text
24348
24349 \begin_layout Plain Layout
24350 \begin_inset Formula $\models$
24351 \end_inset
24352
24353
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 </row>
24359 <row>
24360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364
24365 \backslash
24366 widehat=
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Plain Layout
24375 \begin_inset Formula $\widehat{=}$
24376 \end_inset
24377
24378
24379 \end_layout
24380
24381 \end_inset
24382 </cell>
24383 </row>
24384 </lyxtabular>
24385
24386 \end_inset
24387
24388
24389 \begin_inset space \hfill{}
24390 \end_inset
24391
24392
24393 \begin_inset Tabular
24394 <lyxtabular version="3" rows="17" columns="2">
24395 <features tabularvalignment="middle">
24396 <column alignment="center" valignment="top" width="0pt">
24397 <column alignment="center" valignment="top" width="0pt">
24398 <row>
24399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403 Befehl
24404 \end_layout
24405
24406 \end_inset
24407 </cell>
24408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412 Ergebnis
24413 \end_layout
24414
24415 \end_inset
24416 </cell>
24417 </row>
24418 <row>
24419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24420 \begin_inset Text
24421
24422 \begin_layout Plain Layout
24423 >
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432 \begin_inset Formula $>$
24433 \end_inset
24434
24435
24436 \end_layout
24437
24438 \end_inset
24439 </cell>
24440 </row>
24441 <row>
24442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24443 \begin_inset Text
24444
24445 \begin_layout Plain Layout
24446
24447 \backslash
24448 ge
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24454 \begin_inset Text
24455
24456 \begin_layout Plain Layout
24457 \begin_inset Formula $\ge$
24458 \end_inset
24459
24460
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 </row>
24466 <row>
24467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471
24472 \backslash
24473 gg
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482 \begin_inset Formula $\gg$
24483 \end_inset
24484
24485
24486 \end_layout
24487
24488 \end_inset
24489 </cell>
24490 </row>
24491 <row>
24492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496
24497 \backslash
24498 succ
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24504 \begin_inset Text
24505
24506 \begin_layout Plain Layout
24507 \begin_inset Formula $\succ$
24508 \end_inset
24509
24510
24511 \end_layout
24512
24513 \end_inset
24514 </cell>
24515 </row>
24516 <row>
24517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521
24522 \backslash
24523 succeq
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532 \begin_inset Formula $\succeq$
24533 \end_inset
24534
24535
24536 \end_layout
24537
24538 \end_inset
24539 </cell>
24540 </row>
24541 <row>
24542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Plain Layout
24546
24547 \backslash
24548 supset
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557 \begin_inset Formula $\supset$
24558 \end_inset
24559
24560
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 </row>
24566 <row>
24567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571
24572 \backslash
24573 supseteq
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582 \begin_inset Formula $\supseteq$
24583 \end_inset
24584
24585
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 </row>
24591 <row>
24592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596
24597 \backslash
24598 sqsupseteq
24599 \end_layout
24600
24601 \end_inset
24602 </cell>
24603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24604 \begin_inset Text
24605
24606 \begin_layout Plain Layout
24607 \begin_inset Formula $\sqsupseteq$
24608 \end_inset
24609
24610
24611 \end_layout
24612
24613 \end_inset
24614 </cell>
24615 </row>
24616 <row>
24617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24618 \begin_inset Text
24619
24620 \begin_layout Plain Layout
24621
24622 \backslash
24623 ni
24624 \end_layout
24625
24626 \end_inset
24627 </cell>
24628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24629 \begin_inset Text
24630
24631 \begin_layout Plain Layout
24632 \begin_inset Formula $\ni$
24633 \end_inset
24634
24635
24636 \end_layout
24637
24638 \end_inset
24639 </cell>
24640 </row>
24641 <row>
24642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24643 \begin_inset Text
24644
24645 \begin_layout Plain Layout
24646
24647 \backslash
24648 dashv
24649 \end_layout
24650
24651 \end_inset
24652 </cell>
24653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24654 \begin_inset Text
24655
24656 \begin_layout Plain Layout
24657 \begin_inset Formula $\dashv$
24658 \end_inset
24659
24660
24661 \end_layout
24662
24663 \end_inset
24664 </cell>
24665 </row>
24666 <row>
24667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Plain Layout
24671
24672 \backslash
24673 frown
24674 \end_layout
24675
24676 \end_inset
24677 </cell>
24678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24679 \begin_inset Text
24680
24681 \begin_layout Plain Layout
24682 \begin_inset Formula $\frown$
24683 \end_inset
24684
24685
24686 \end_layout
24687
24688 \end_inset
24689 </cell>
24690 </row>
24691 <row>
24692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24693 \begin_inset Text
24694
24695 \begin_layout Plain Layout
24696
24697 \backslash
24698 rhd
24699 \end_layout
24700
24701 \end_inset
24702 </cell>
24703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24704 \begin_inset Text
24705
24706 \begin_layout Plain Layout
24707 \begin_inset Formula $\rhd$
24708 \end_inset
24709
24710
24711 \end_layout
24712
24713 \end_inset
24714 </cell>
24715 </row>
24716 <row>
24717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721
24722 \backslash
24723 unrhd
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24729 \begin_inset Text
24730
24731 \begin_layout Plain Layout
24732 \begin_inset Formula $\unrhd$
24733 \end_inset
24734
24735
24736 \end_layout
24737
24738 \end_inset
24739 </cell>
24740 </row>
24741 <row>
24742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24743 \begin_inset Text
24744
24745 \begin_layout Plain Layout
24746
24747 \backslash
24748 lessgtr
24749 \end_layout
24750
24751 \end_inset
24752 </cell>
24753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757 \begin_inset Formula $\lessgtr$
24758 \end_inset
24759
24760
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 </row>
24766 <row>
24767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24768 \begin_inset Text
24769
24770 \begin_layout Plain Layout
24771
24772 \backslash
24773 parallel
24774 \end_layout
24775
24776 \end_inset
24777 </cell>
24778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24779 \begin_inset Text
24780
24781 \begin_layout Plain Layout
24782 \begin_inset Formula $\parallel$
24783 \end_inset
24784
24785
24786 \end_layout
24787
24788 \end_inset
24789 </cell>
24790 </row>
24791 <row>
24792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24793 \begin_inset Text
24794
24795 \begin_layout Plain Layout
24796
24797 \backslash
24798 nparallel
24799 \end_layout
24800
24801 \end_inset
24802 </cell>
24803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Plain Layout
24807 \begin_inset Formula $\nparallel$
24808 \end_inset
24809
24810
24811 \end_layout
24812
24813 \end_inset
24814 </cell>
24815 </row>
24816 </lyxtabular>
24817
24818 \end_inset
24819
24820
24821 \begin_inset space \hfill{}
24822 \end_inset
24823
24824
24825 \end_layout
24826
24827 \begin_layout Standard
24828 \begin_inset VSpace medskip
24829 \end_inset
24830
24831 Die Zeichen 
24832 \series bold
24833
24834 \backslash
24835 lhd
24836 \series default
24837  bzw.
24838 \begin_inset space \space{}
24839 \end_inset
24840
24841
24842 \series bold
24843
24844 \backslash
24845 rhd
24846 \series default
24847  sind größer als die gleich aussehenden Operatoren
24848 \begin_inset Newline linebreak
24849 \end_inset
24850
24851
24852 \series bold
24853
24854 \backslash
24855 triangleleft
24856 \series default
24857  bzw.
24858 \begin_inset space \space{}
24859 \end_inset
24860
24861
24862 \series bold
24863
24864 \backslash
24865 triangleright
24866 \series default
24867 .
24868 \end_layout
24869
24870 \begin_layout Standard
24871 \SpecialChar LyX
24872  unterstützt auch viele spezielle Relationen.
24873  Drücken Sie den Mathe-Werkzeugleistenknopf 
24874 \begin_inset Info
24875 type  "icon"
24876 arg   "math-insert \\leqq"
24877 \end_inset
24878
24879  um eine Liste dieser Relationen zu sehen.
24880 \end_layout
24881
24882 \begin_layout Standard
24883 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24884 \end_layout
24885
24886 \begin_layout Standard
24887 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24888 \series bold
24889
24890 \backslash
24891 stackrel
24892 \series default
24893
24894 \begin_inset Index idx
24895 status collapsed
24896
24897 \begin_layout Plain Layout
24898 Befehle ! S ! 
24899 \backslash
24900 stackrel
24901 \end_layout
24902
24903 \end_inset
24904
24905  erstellt werden:
24906 \begin_inset Separator parbreak
24907 \end_inset
24908
24909
24910 \end_layout
24911
24912 \begin_layout Standard
24913 \align center
24914 \begin_inset Tabular
24915 <lyxtabular version="3" rows="2" columns="2">
24916 <features tabularvalignment="middle">
24917 <column alignment="center" valignment="top">
24918 <column alignment="center" valignment="top">
24919 <row>
24920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24921 \begin_inset Text
24922
24923 \begin_layout Plain Layout
24924 Befehl
24925 \end_layout
24926
24927 \end_inset
24928 </cell>
24929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24930 \begin_inset Text
24931
24932 \begin_layout Plain Layout
24933 Ergebnis
24934 \begin_inset Note Note
24935 status collapsed
24936
24937 \begin_layout Plain Layout
24938
24939 \series bold
24940
24941 \backslash
24942 raisebox
24943 \series default
24944  dient nur als Abstandhalter.
24945 \end_layout
24946
24947 \end_inset
24948
24949
24950 \end_layout
24951
24952 \end_inset
24953 </cell>
24954 </row>
24955 <row>
24956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Plain Layout
24960 A(r)
24961 \backslash
24962 stackrel
24963 \begin_inset space \textvisiblespace{}
24964 \end_inset
24965
24966 r
24967 \backslash
24968 to
24969 \backslash
24970 infty
24971 \begin_inset space \textvisiblespace{}
24972 \end_inset
24973
24974
24975 \begin_inset Formula $\downarrow$
24976 \end_inset
24977
24978
24979 \backslash
24980 approx
24981 \begin_inset space \textvisiblespace{}
24982 \end_inset
24983
24984
24985 \begin_inset space \textvisiblespace{}
24986 \end_inset
24987
24988 B
24989 \end_layout
24990
24991 \end_inset
24992 </cell>
24993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24998 \end_inset
24999
25000
25001 \end_layout
25002
25003 \end_inset
25004 </cell>
25005 </row>
25006 </lyxtabular>
25007
25008 \end_inset
25009
25010
25011 \end_layout
25012
25013 \begin_layout Section
25014 Funktionen
25015 \end_layout
25016
25017 \begin_layout Subsection
25018 Vordefinierte Funktionen
25019 \begin_inset CommandInset label
25020 LatexCommand label
25021 name "subsec:Vordefinierte-Funktionen"
25022
25023 \end_inset
25024
25025
25026 \begin_inset Index idx
25027 status collapsed
25028
25029 \begin_layout Plain Layout
25030 Funktionen ! vordefinierte
25031 \end_layout
25032
25033 \end_inset
25034
25035
25036 \end_layout
25037
25038 \begin_layout Standard
25039 Allgemein werden in mathematischen Ausdrücken Variablen 
25040 \shape italic
25041 kursiv
25042 \shape default
25043  gesetzt, Funktionsnamen hingegen nicht, denn 
25044 \begin_inset Formula $sin$
25045 \end_inset
25046
25047  könnte als 
25048 \begin_inset Formula $s\cdot i\cdot n$
25049 \end_inset
25050
25051  missverstanden werden.
25052  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
25053 en etwas abgesetzt sind.
25054  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
25055 \begin_inset Separator parbreak
25056 \end_inset
25057
25058
25059 \end_layout
25060
25061 \begin_layout Standard
25062 \align center
25063 \begin_inset Tabular
25064 <lyxtabular version="3" rows="2" columns="4">
25065 <features tabularvalignment="middle">
25066 <column alignment="center" valignment="top" width="0pt">
25067 <column alignment="center" valignment="top" width="0pt">
25068 <column alignment="center" valignment="top" width="0pt">
25069 <column alignment="center" valignment="top" width="0pt">
25070 <row>
25071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25072 \begin_inset Text
25073
25074 \begin_layout Plain Layout
25075 Befehl
25076 \end_layout
25077
25078 \end_inset
25079 </cell>
25080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25081 \begin_inset Text
25082
25083 \begin_layout Plain Layout
25084 Ergebnis
25085 \end_layout
25086
25087 \end_inset
25088 </cell>
25089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25090 \begin_inset Text
25091
25092 \begin_layout Plain Layout
25093 Befehl
25094 \end_layout
25095
25096 \end_inset
25097 </cell>
25098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25099 \begin_inset Text
25100
25101 \begin_layout Plain Layout
25102 Ergebnis
25103 \end_layout
25104
25105 \end_inset
25106 </cell>
25107 </row>
25108 <row>
25109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25110 \begin_inset Text
25111
25112 \begin_layout Plain Layout
25113 Asin(x)+B
25114 \end_layout
25115
25116 \end_inset
25117 </cell>
25118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25119 \begin_inset Text
25120
25121 \begin_layout Plain Layout
25122 \begin_inset Formula $Asin(x)+B$
25123 \end_inset
25124
25125
25126 \end_layout
25127
25128 \end_inset
25129 </cell>
25130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25131 \begin_inset Text
25132
25133 \begin_layout Plain Layout
25134 A
25135 \backslash
25136 sin(x)+B
25137 \end_layout
25138
25139 \end_inset
25140 </cell>
25141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25142 \begin_inset Text
25143
25144 \begin_layout Plain Layout
25145 \begin_inset Formula $A\sin(x)+B$
25146 \end_inset
25147
25148
25149 \end_layout
25150
25151 \end_inset
25152 </cell>
25153 </row>
25154 </lyxtabular>
25155
25156 \end_inset
25157
25158
25159 \end_layout
25160
25161 \begin_layout Standard
25162 Folgende Funktionen sind vordefiniert:
25163 \end_layout
25164
25165 \begin_layout Standard
25166 \begin_inset VSpace -2mm
25167 \end_inset
25168
25169
25170 \end_layout
25171
25172 \begin_layout Standard
25173 \align center
25174 \begin_inset Tabular
25175 <lyxtabular version="3" rows="9" columns="4">
25176 <features tabularvalignment="middle">
25177 <column alignment="center" valignment="top" width="0pt">
25178 <column alignment="center" valignment="top" width="0pt">
25179 <column alignment="center" valignment="top" width="0pt">
25180 <column alignment="center" valignment="top" width="0pt">
25181 <row>
25182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25183 \begin_inset Text
25184
25185 \begin_layout Plain Layout
25186 Befehl
25187 \end_layout
25188
25189 \end_inset
25190 </cell>
25191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25192 \begin_inset Text
25193
25194 \begin_layout Plain Layout
25195 Befehl
25196 \end_layout
25197
25198 \end_inset
25199 </cell>
25200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25201 \begin_inset Text
25202
25203 \begin_layout Plain Layout
25204 Befehl
25205 \end_layout
25206
25207 \end_inset
25208 </cell>
25209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25210 \begin_inset Text
25211
25212 \begin_layout Plain Layout
25213 Befehl
25214 \end_layout
25215
25216 \end_inset
25217 </cell>
25218 </row>
25219 <row>
25220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25221 \begin_inset Text
25222
25223 \begin_layout Plain Layout
25224
25225 \backslash
25226 sin
25227 \end_layout
25228
25229 \end_inset
25230 </cell>
25231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25232 \begin_inset Text
25233
25234 \begin_layout Plain Layout
25235
25236 \backslash
25237 sinh
25238 \end_layout
25239
25240 \end_inset
25241 </cell>
25242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25243 \begin_inset Text
25244
25245 \begin_layout Plain Layout
25246
25247 \backslash
25248 arcsin
25249 \end_layout
25250
25251 \end_inset
25252 </cell>
25253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25254 \begin_inset Text
25255
25256 \begin_layout Plain Layout
25257
25258 \backslash
25259 sup
25260 \end_layout
25261
25262 \end_inset
25263 </cell>
25264 </row>
25265 <row>
25266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270
25271 \backslash
25272 cos
25273 \end_layout
25274
25275 \end_inset
25276 </cell>
25277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25278 \begin_inset Text
25279
25280 \begin_layout Plain Layout
25281
25282 \backslash
25283 cosh
25284 \end_layout
25285
25286 \end_inset
25287 </cell>
25288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25289 \begin_inset Text
25290
25291 \begin_layout Plain Layout
25292
25293 \backslash
25294 arccos
25295 \end_layout
25296
25297 \end_inset
25298 </cell>
25299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25300 \begin_inset Text
25301
25302 \begin_layout Plain Layout
25303
25304 \backslash
25305 inf
25306 \end_layout
25307
25308 \end_inset
25309 </cell>
25310 </row>
25311 <row>
25312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Plain Layout
25316
25317 \backslash
25318 tan
25319 \end_layout
25320
25321 \end_inset
25322 </cell>
25323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25324 \begin_inset Text
25325
25326 \begin_layout Plain Layout
25327
25328 \backslash
25329 tanh
25330 \end_layout
25331
25332 \end_inset
25333 </cell>
25334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25335 \begin_inset Text
25336
25337 \begin_layout Plain Layout
25338
25339 \backslash
25340 arctan
25341 \end_layout
25342
25343 \end_inset
25344 </cell>
25345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25346 \begin_inset Text
25347
25348 \begin_layout Plain Layout
25349
25350 \backslash
25351 lim
25352 \end_layout
25353
25354 \end_inset
25355 </cell>
25356 </row>
25357 <row>
25358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25359 \begin_inset Text
25360
25361 \begin_layout Plain Layout
25362
25363 \backslash
25364 cot
25365 \end_layout
25366
25367 \end_inset
25368 </cell>
25369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25370 \begin_inset Text
25371
25372 \begin_layout Plain Layout
25373
25374 \backslash
25375 coth
25376 \end_layout
25377
25378 \end_inset
25379 </cell>
25380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25381 \begin_inset Text
25382
25383 \begin_layout Plain Layout
25384
25385 \backslash
25386 arg
25387 \end_layout
25388
25389 \end_inset
25390 </cell>
25391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25392 \begin_inset Text
25393
25394 \begin_layout Plain Layout
25395
25396 \backslash
25397 liminf
25398 \end_layout
25399
25400 \end_inset
25401 </cell>
25402 </row>
25403 <row>
25404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25405 \begin_inset Text
25406
25407 \begin_layout Plain Layout
25408
25409 \backslash
25410 sec
25411 \end_layout
25412
25413 \end_inset
25414 </cell>
25415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25416 \begin_inset Text
25417
25418 \begin_layout Plain Layout
25419
25420 \backslash
25421 min
25422 \end_layout
25423
25424 \end_inset
25425 </cell>
25426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25427 \begin_inset Text
25428
25429 \begin_layout Plain Layout
25430
25431 \backslash
25432 deg
25433 \end_layout
25434
25435 \end_inset
25436 </cell>
25437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25438 \begin_inset Text
25439
25440 \begin_layout Plain Layout
25441
25442 \backslash
25443 limsup
25444 \end_layout
25445
25446 \end_inset
25447 </cell>
25448 </row>
25449 <row>
25450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25451 \begin_inset Text
25452
25453 \begin_layout Plain Layout
25454
25455 \backslash
25456 csc
25457 \end_layout
25458
25459 \end_inset
25460 </cell>
25461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25462 \begin_inset Text
25463
25464 \begin_layout Plain Layout
25465
25466 \backslash
25467 max
25468 \end_layout
25469
25470 \end_inset
25471 </cell>
25472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25473 \begin_inset Text
25474
25475 \begin_layout Plain Layout
25476
25477 \backslash
25478 det
25479 \end_layout
25480
25481 \end_inset
25482 </cell>
25483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25484 \begin_inset Text
25485
25486 \begin_layout Plain Layout
25487
25488 \backslash
25489 Pr
25490 \end_layout
25491
25492 \end_inset
25493 </cell>
25494 </row>
25495 <row>
25496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25497 \begin_inset Text
25498
25499 \begin_layout Plain Layout
25500
25501 \backslash
25502 ln
25503 \end_layout
25504
25505 \end_inset
25506 </cell>
25507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25508 \begin_inset Text
25509
25510 \begin_layout Plain Layout
25511
25512 \backslash
25513 exp
25514 \end_layout
25515
25516 \end_inset
25517 </cell>
25518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25519 \begin_inset Text
25520
25521 \begin_layout Plain Layout
25522
25523 \backslash
25524 dim
25525 \end_layout
25526
25527 \end_inset
25528 </cell>
25529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25530 \begin_inset Text
25531
25532 \begin_layout Plain Layout
25533
25534 \backslash
25535 hom
25536 \end_layout
25537
25538 \end_inset
25539 </cell>
25540 </row>
25541 <row>
25542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25543 \begin_inset Text
25544
25545 \begin_layout Plain Layout
25546
25547 \backslash
25548 lg
25549 \end_layout
25550
25551 \end_inset
25552 </cell>
25553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25554 \begin_inset Text
25555
25556 \begin_layout Plain Layout
25557
25558 \backslash
25559 log
25560 \end_layout
25561
25562 \end_inset
25563 </cell>
25564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25565 \begin_inset Text
25566
25567 \begin_layout Plain Layout
25568
25569 \backslash
25570 ker
25571 \end_layout
25572
25573 \end_inset
25574 </cell>
25575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25576 \begin_inset Text
25577
25578 \begin_layout Plain Layout
25579
25580 \backslash
25581 gcd
25582 \end_layout
25583
25584 \end_inset
25585 </cell>
25586 </row>
25587 </lyxtabular>
25588
25589 \end_inset
25590
25591
25592 \end_layout
25593
25594 \begin_layout Standard
25595 Sie können auch über den Mathe-Werkzeugleistenknopf 
25596 \begin_inset Info
25597 type  "icon"
25598 arg   "math-insert \\functions"
25599 \end_inset
25600
25601  eingefügt werden.
25602 \end_layout
25603
25604 \begin_layout Subsection
25605 Selbst definierte Funktionen
25606 \begin_inset Index idx
25607 status collapsed
25608
25609 \begin_layout Plain Layout
25610 Funktionen ! selbstdefinierte
25611 \end_layout
25612
25613 \end_inset
25614
25615
25616 \end_layout
25617
25618 \begin_layout Standard
25619 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
25620 \begin_inset space \thinspace{}
25621 \end_inset
25622
25623 B.
25624  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
25625 \end_layout
25626
25627 \begin_layout Itemize
25628 Man definiert die Funktion selbst.
25629  Dazu gibt man im \SpecialChar LaTeX
25630 -Vorspann die Zeile
25631 \begin_inset Newline newline
25632 \end_inset
25633
25634
25635 \begin_inset VSpace -3mm
25636 \end_inset
25637
25638
25639 \begin_inset Newline newline
25640 \end_inset
25641
25642
25643 \series bold
25644
25645 \backslash
25646 DeclareMathOperator{
25647 \backslash
25648 sgn}{sgn}
25649 \series default
25650
25651 \begin_inset Index idx
25652 status collapsed
25653
25654 \begin_layout Plain Layout
25655 Befehle ! D ! 
25656 \backslash
25657 dbinom@
25658 \backslash
25659 DeclareMathOperator
25660 \end_layout
25661
25662 \end_inset
25663
25664
25665 \begin_inset Newline newline
25666 \end_inset
25667
25668
25669 \begin_inset VSpace -2mm
25670 \end_inset
25671
25672
25673 \begin_inset Newline newline
25674 \end_inset
25675
25676 ein
25677 \begin_inset Foot
25678 status collapsed
25679
25680 \begin_layout Plain Layout
25681 Näheres zu 
25682 \series bold
25683
25684 \backslash
25685 DeclareMathOperator
25686 \series default
25687  siehe 
25688 \begin_inset CommandInset ref
25689 LatexCommand ref
25690 reference "subsec:Selbstdefinierte-Operatoren"
25691
25692 \end_inset
25693
25694 .
25695 \end_layout
25696
25697 \end_inset
25698
25699 .
25700  Nun kann man mit dem Befehl 
25701 \series bold
25702
25703 \backslash
25704 sgn
25705 \series default
25706  die neu definierte Funktion aufrufen.
25707 \end_layout
25708
25709 \begin_layout Itemize
25710 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
25711  Beispiel die Buchstaben 
25712 \emph on
25713 sgn
25714 \emph default
25715 , und wandelt ihn in in mathematischen Text um.
25716  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
25717 \end_layout
25718
25719 \begin_layout Standard
25720 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
25721  Funktion
25722 \begin_inset Foot
25723 status collapsed
25724
25725 \begin_layout Plain Layout
25726 Selbst definierte Funktionen werden in \SpecialChar LyX
25727  rot, vordefinierte schwarz angezeigt.
25728 \end_layout
25729
25730 \end_inset
25731
25732 :
25733 \begin_inset Separator parbreak
25734 \end_inset
25735
25736
25737 \end_layout
25738
25739 \begin_layout Standard
25740 \align center
25741 \begin_inset Tabular
25742 <lyxtabular version="3" rows="3" columns="2">
25743 <features tabularvalignment="middle">
25744 <column alignment="center" valignment="top" width="0pt">
25745 <column alignment="center" valignment="top" width="0pt">
25746 <row>
25747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25748 \begin_inset Text
25749
25750 \begin_layout Plain Layout
25751 Befehl
25752 \end_layout
25753
25754 \end_inset
25755 </cell>
25756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25757 \begin_inset Text
25758
25759 \begin_layout Plain Layout
25760 Ergebnis
25761 \end_layout
25762
25763 \end_inset
25764 </cell>
25765 </row>
25766 <row>
25767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25768 \begin_inset Text
25769
25770 \begin_layout Plain Layout
25771 A
25772 \backslash
25773 sgn(x)+B
25774 \end_layout
25775
25776 \end_inset
25777 </cell>
25778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25779 \begin_inset Text
25780
25781 \begin_layout Plain Layout
25782 \begin_inset Formula $A\sgn(x)+B$
25783 \end_inset
25784
25785
25786 \end_layout
25787
25788 \end_inset
25789 </cell>
25790 </row>
25791 <row>
25792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25793 \begin_inset Text
25794
25795 \begin_layout Plain Layout
25796 A
25797 \backslash
25798 ,
25799 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25800 \end_inset
25801
25802 (x)+B
25803 \end_layout
25804
25805 \end_inset
25806 </cell>
25807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25808 \begin_inset Text
25809
25810 \begin_layout Plain Layout
25811 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25812 \end_inset
25813
25814
25815 \end_layout
25816
25817 \end_inset
25818 </cell>
25819 </row>
25820 </lyxtabular>
25821
25822 \end_inset
25823
25824
25825 \end_layout
25826
25827 \begin_layout Standard
25828 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25829  mehrfach verwendet werden soll.
25830 \end_layout
25831
25832 \begin_layout Subsection
25833 Grenzwerte
25834 \begin_inset Index idx
25835 status collapsed
25836
25837 \begin_layout Plain Layout
25838 Grenzwerte
25839 \end_layout
25840
25841 \end_inset
25842
25843
25844 \end_layout
25845
25846 \begin_layout Standard
25847 Für Grenzwerte sind außer 
25848 \series bold
25849
25850 \backslash
25851 lim
25852 \series default
25853
25854 \begin_inset Index idx
25855 status collapsed
25856
25857 \begin_layout Plain Layout
25858 Befehle ! L ! 
25859 \backslash
25860 lim
25861 \end_layout
25862
25863 \end_inset
25864
25865
25866 \series bold
25867
25868 \backslash
25869 liminf
25870 \series default
25871  und 
25872 \series bold
25873
25874 \backslash
25875 limsup
25876 \series default
25877  noch folgende Funktionen definiert:
25878 \begin_inset Separator parbreak
25879 \end_inset
25880
25881
25882 \end_layout
25883
25884 \begin_layout Standard
25885 \align center
25886 \begin_inset Tabular
25887 <lyxtabular version="3" rows="5" columns="2">
25888 <features tabularvalignment="middle">
25889 <column alignment="center" valignment="top">
25890 <column alignment="center" valignment="top">
25891 <row>
25892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25893 \begin_inset Text
25894
25895 \begin_layout Plain Layout
25896 Befehl
25897 \end_layout
25898
25899 \end_inset
25900 </cell>
25901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25902 \begin_inset Text
25903
25904 \begin_layout Plain Layout
25905 Ergebnis
25906 \begin_inset Note Note
25907 status collapsed
25908
25909 \begin_layout Plain Layout
25910
25911 \series bold
25912
25913 \backslash
25914 raisebox
25915 \series default
25916  dient nur als Abstandhalter.
25917 \end_layout
25918
25919 \end_inset
25920
25921
25922 \end_layout
25923
25924 \end_inset
25925 </cell>
25926 </row>
25927 <row>
25928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25929 \begin_inset Text
25930
25931 \begin_layout Plain Layout
25932
25933 \backslash
25934 varliminf
25935 \end_layout
25936
25937 \end_inset
25938 </cell>
25939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25940 \begin_inset Text
25941
25942 \begin_layout Plain Layout
25943 \begin_inset Formula $\varliminf$
25944 \end_inset
25945
25946
25947 \end_layout
25948
25949 \end_inset
25950 </cell>
25951 </row>
25952 <row>
25953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25954 \begin_inset Text
25955
25956 \begin_layout Plain Layout
25957
25958 \backslash
25959 varlimsup
25960 \end_layout
25961
25962 \end_inset
25963 </cell>
25964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25965 \begin_inset Text
25966
25967 \begin_layout Plain Layout
25968 \begin_inset Formula $\varlimsup$
25969 \end_inset
25970
25971
25972 \end_layout
25973
25974 \end_inset
25975 </cell>
25976 </row>
25977 <row>
25978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25979 \begin_inset Text
25980
25981 \begin_layout Plain Layout
25982
25983 \backslash
25984 varprojlim
25985 \end_layout
25986
25987 \end_inset
25988 </cell>
25989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25990 \begin_inset Text
25991
25992 \begin_layout Plain Layout
25993 \begin_inset Formula $\varprojlim$
25994 \end_inset
25995
25996
25997 \end_layout
25998
25999 \end_inset
26000 </cell>
26001 </row>
26002 <row>
26003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007
26008 \backslash
26009 varinjlim
26010 \end_layout
26011
26012 \end_inset
26013 </cell>
26014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26015 \begin_inset Text
26016
26017 \begin_layout Plain Layout
26018 \begin_inset Formula $\varinjlim$
26019 \end_inset
26020
26021
26022 \begin_inset Formula $\raisebox{-2.5mm}{}$
26023 \end_inset
26024
26025
26026 \end_layout
26027
26028 \end_inset
26029 </cell>
26030 </row>
26031 </lyxtabular>
26032
26033 \end_inset
26034
26035
26036 \end_layout
26037
26038 \begin_layout Standard
26039 \begin_inset VSpace medskip
26040 \end_inset
26041
26042 Der Grenzwert wird durch Tiefstellen erzeugt.
26043  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
26044 \end_layout
26045
26046 \begin_layout Standard
26047 \align center
26048 \begin_inset Tabular
26049 <lyxtabular version="3" rows="2" columns="2">
26050 <features tabularvalignment="middle">
26051 <column alignment="center" valignment="top" width="0pt">
26052 <column alignment="center" valignment="top" width="0pt">
26053 <row>
26054 <cell alignment="center" valignment="top" usebox="none">
26055 \begin_inset Text
26056
26057 \begin_layout Plain Layout
26058 Befehl
26059 \end_layout
26060
26061 \end_inset
26062 </cell>
26063 <cell alignment="center" valignment="top" usebox="none">
26064 \begin_inset Text
26065
26066 \begin_layout Plain Layout
26067 \begin_inset space \hspace{}
26068 \length 1cm
26069 \end_inset
26070
26071 Ergebnis
26072 \begin_inset Note Note
26073 status collapsed
26074
26075 \begin_layout Plain Layout
26076 Der Leerraum und 
26077 \series bold
26078
26079 \backslash
26080 raisebox
26081 \series default
26082  dienen nur als Abstandhalter.
26083 \end_layout
26084
26085 \end_inset
26086
26087
26088 \end_layout
26089
26090 \end_inset
26091 </cell>
26092 </row>
26093 <row>
26094 <cell alignment="center" valignment="top" usebox="none">
26095 \begin_inset Text
26096
26097 \begin_layout Plain Layout
26098
26099 \backslash
26100 lim_x
26101 \backslash
26102 to
26103 \begin_inset space \textvisiblespace{}
26104 \end_inset
26105
26106 A
26107 \begin_inset space \textvisiblespace{}
26108 \end_inset
26109
26110 x=B
26111 \end_layout
26112
26113 \end_inset
26114 </cell>
26115 <cell alignment="center" valignment="top" usebox="none">
26116 \begin_inset Text
26117
26118 \begin_layout Plain Layout
26119 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
26120 \end_inset
26121
26122
26123 \end_layout
26124
26125 \end_inset
26126 </cell>
26127 </row>
26128 </lyxtabular>
26129
26130 \end_inset
26131
26132
26133 \end_layout
26134
26135 \begin_layout Standard
26136 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
26137 \begin_inset Formula 
26138 \[
26139 \lim_{x\to A}x=B
26140 \]
26141
26142 \end_inset
26143
26144
26145 \end_layout
26146
26147 \begin_layout Standard
26148 \begin_inset VSpace medskip
26149 \end_inset
26150
26151
26152 \end_layout
26153
26154 \begin_layout Standard
26155 Wie man den Schriftsatz von Grenzen einstellt, ist in 
26156 \begin_inset CommandInset ref
26157 LatexCommand ref
26158 reference "subsec:Operatorgrenzen"
26159
26160 \end_inset
26161
26162  erklärt.
26163 \end_layout
26164
26165 \begin_layout Subsection
26166 Modulo-Funktionen
26167 \begin_inset Index idx
26168 status collapsed
26169
26170 \begin_layout Plain Layout
26171 Funktionen ! Modulo-
26172 \end_layout
26173
26174 \end_inset
26175
26176
26177 \end_layout
26178
26179 \begin_layout Standard
26180 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
26181  Varianten.
26182 \end_layout
26183
26184 \begin_layout Standard
26185 Die Varianten in einer abgesetzten Formel:
26186 \begin_inset Formula 
26187 \begin{align*}
26188 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
26189 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
26190 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
26191 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
26192 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
26193 \end{align*}
26194
26195 \end_inset
26196
26197
26198 \end_layout
26199
26200 \begin_layout Standard
26201 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
26202  weniger Leerraum gesetzt.
26203  Standardmäßig beachten die Modulo-Funktionen nur das erste, folgende Zeichen.
26204  Um mehrere Zeichen zu verwenden, muss man sie in \SpecialChar TeX
26205 -Klammern setzen:
26206 \begin_inset Formula 
26207 \begin{align*}
26208 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
26209 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
26210 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26211 \end{align*}
26212
26213 \end_inset
26214
26215
26216 \end_layout
26217
26218 \begin_layout Section
26219 Sonderzeichen
26220 \begin_inset Index idx
26221 status collapsed
26222
26223 \begin_layout Plain Layout
26224 Sonderzeichen
26225 \end_layout
26226
26227 \end_inset
26228
26229
26230 \end_layout
26231
26232 \begin_layout Standard
26233 Die Zeichen ^ und _ erzeugen normalerweise Exponenten bzw.
26234 \begin_inset space \space{}
26235 \end_inset
26236
26237 Indizes.
26238  Um diese Zeichen zu erhalten, müssen sie mit einem 
26239 \backslash
26240  eingegeben werden:
26241 \begin_inset Separator parbreak
26242 \end_inset
26243
26244
26245 \end_layout
26246
26247 \begin_layout Standard
26248 \noindent
26249 \align center
26250 \begin_inset Tabular
26251 <lyxtabular version="3" rows="3" columns="2">
26252 <features tabularvalignment="middle">
26253 <column alignment="block" valignment="top">
26254 <column alignment="block" valignment="top">
26255 <row>
26256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26257 \begin_inset Text
26258
26259 \begin_layout Plain Layout
26260 Befehl
26261 \end_layout
26262
26263 \end_inset
26264 </cell>
26265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26266 \begin_inset Text
26267
26268 \begin_layout Plain Layout
26269 Ergebnis
26270 \end_layout
26271
26272 \end_inset
26273 </cell>
26274 </row>
26275 <row>
26276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26277 \begin_inset Text
26278
26279 \begin_layout Plain Layout
26280
26281 \backslash
26282 ^
26283 \begin_inset space \textvisiblespace{}
26284 \end_inset
26285
26286
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295 \begin_inset Formula $\mathcircumflex$
26296 \end_inset
26297
26298
26299 \end_layout
26300
26301 \end_inset
26302 </cell>
26303 </row>
26304 <row>
26305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26306 \begin_inset Text
26307
26308 \begin_layout Plain Layout
26309
26310 \backslash
26311 _
26312 \end_layout
26313
26314 \end_inset
26315 </cell>
26316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26317 \begin_inset Text
26318
26319 \begin_layout Plain Layout
26320 \begin_inset Formula $\_$
26321 \end_inset
26322
26323
26324 \end_layout
26325
26326 \end_inset
26327 </cell>
26328 </row>
26329 </lyxtabular>
26330
26331 \end_inset
26332
26333
26334 \end_layout
26335
26336 \begin_layout Subsection
26337 Sonderzeichen im mathematischen Text
26338 \end_layout
26339
26340 \begin_layout Standard
26341 Die folgenden Befehle können nur im mathematischen Textmodus oder im \SpecialChar TeX
26342 -Modus
26343  verwendet werden:
26344 \end_layout
26345
26346 \begin_layout Standard
26347 \begin_inset space \hfill{}
26348 \end_inset
26349
26350
26351 \begin_inset Tabular
26352 <lyxtabular version="3" rows="8" columns="2">
26353 <features tabularvalignment="middle">
26354 <column alignment="block" valignment="top">
26355 <column alignment="block" valignment="top">
26356 <row>
26357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26358 \begin_inset Text
26359
26360 \begin_layout Plain Layout
26361 Befehl
26362 \end_layout
26363
26364 \end_inset
26365 </cell>
26366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26367 \begin_inset Text
26368
26369 \begin_layout Plain Layout
26370 Ergebnis
26371 \end_layout
26372
26373 \end_inset
26374 </cell>
26375 </row>
26376 <row>
26377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26378 \begin_inset Text
26379
26380 \begin_layout Plain Layout
26381
26382 \backslash
26383 oe
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26389 \begin_inset Text
26390
26391 \begin_layout Plain Layout
26392 \begin_inset Formula $\textrm{œ}$
26393 \end_inset
26394
26395
26396 \end_layout
26397
26398 \end_inset
26399 </cell>
26400 </row>
26401 <row>
26402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26403 \begin_inset Text
26404
26405 \begin_layout Plain Layout
26406
26407 \backslash
26408 OE
26409 \end_layout
26410
26411 \end_inset
26412 </cell>
26413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26414 \begin_inset Text
26415
26416 \begin_layout Plain Layout
26417 \begin_inset Formula $\textrm{Œ}$
26418 \end_inset
26419
26420
26421 \end_layout
26422
26423 \end_inset
26424 </cell>
26425 </row>
26426 <row>
26427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26428 \begin_inset Text
26429
26430 \begin_layout Plain Layout
26431
26432 \backslash
26433 ae
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26439 \begin_inset Text
26440
26441 \begin_layout Plain Layout
26442 \begin_inset Formula $\textrm{æ}$
26443 \end_inset
26444
26445
26446 \end_layout
26447
26448 \end_inset
26449 </cell>
26450 </row>
26451 <row>
26452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26453 \begin_inset Text
26454
26455 \begin_layout Plain Layout
26456
26457 \backslash
26458 AE
26459 \end_layout
26460
26461 \end_inset
26462 </cell>
26463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26464 \begin_inset Text
26465
26466 \begin_layout Plain Layout
26467 \begin_inset Formula $\textrm{Æ}$
26468 \end_inset
26469
26470
26471 \end_layout
26472
26473 \end_inset
26474 </cell>
26475 </row>
26476 <row>
26477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26478 \begin_inset Text
26479
26480 \begin_layout Plain Layout
26481
26482 \backslash
26483 aa
26484 \end_layout
26485
26486 \end_inset
26487 </cell>
26488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Plain Layout
26492 \begin_inset Formula $\textrm{\aa}$
26493 \end_inset
26494
26495
26496 \end_layout
26497
26498 \end_inset
26499 </cell>
26500 </row>
26501 <row>
26502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26503 \begin_inset Text
26504
26505 \begin_layout Plain Layout
26506
26507 \backslash
26508 AA
26509 \begin_inset Index idx
26510 status collapsed
26511
26512 \begin_layout Plain Layout
26513
26514 \backslash
26515 @
26516 \begin_inset ERT
26517 status collapsed
26518
26519 \begin_layout Plain Layout
26520
26521
26522 \backslash
26523 textrm{
26524 \backslash
26525 AA}
26526 \end_layout
26527
26528 \end_inset
26529
26530
26531 \end_layout
26532
26533 \end_inset
26534
26535
26536 \end_layout
26537
26538 \end_inset
26539 </cell>
26540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26541 \begin_inset Text
26542
26543 \begin_layout Plain Layout
26544 \begin_inset Formula $\textrm{Å}$
26545 \end_inset
26546
26547
26548 \end_layout
26549
26550 \end_inset
26551 </cell>
26552 </row>
26553 <row>
26554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26555 \begin_inset Text
26556
26557 \begin_layout Plain Layout
26558
26559 \backslash
26560 i
26561 \end_layout
26562
26563 \end_inset
26564 </cell>
26565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26566 \begin_inset Text
26567
26568 \begin_layout Plain Layout
26569 \begin_inset Formula $\textrm{ı}$
26570 \end_inset
26571
26572
26573 \end_layout
26574
26575 \end_inset
26576 </cell>
26577 </row>
26578 </lyxtabular>
26579
26580 \end_inset
26581
26582
26583 \begin_inset space \hfill{}
26584 \end_inset
26585
26586
26587 \begin_inset Tabular
26588 <lyxtabular version="3" rows="8" columns="2">
26589 <features tabularvalignment="middle">
26590 <column alignment="block" valignment="top">
26591 <column alignment="center" valignment="top">
26592 <row>
26593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26594 \begin_inset Text
26595
26596 \begin_layout Plain Layout
26597 Befehl
26598 \begin_inset Note Note
26599 status collapsed
26600
26601 \begin_layout Plain Layout
26602 Der Leerraum von 0
26603 \begin_inset space \thinspace{}
26604 \end_inset
26605
26606 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
26607 \begin_inset space \space{}
26608 \end_inset
26609
26610 ¿ erscheinen würde.
26611 \end_layout
26612
26613 \end_inset
26614
26615
26616 \end_layout
26617
26618 \end_inset
26619 </cell>
26620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26621 \begin_inset Text
26622
26623 \begin_layout Plain Layout
26624 Ergebnis
26625 \end_layout
26626
26627 \end_inset
26628 </cell>
26629 </row>
26630 <row>
26631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26632 \begin_inset Text
26633
26634 \begin_layout Plain Layout
26635
26636 \backslash
26637 o
26638 \end_layout
26639
26640 \end_inset
26641 </cell>
26642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26643 \begin_inset Text
26644
26645 \begin_layout Plain Layout
26646 \begin_inset Formula $\textrm{ø}$
26647 \end_inset
26648
26649
26650 \end_layout
26651
26652 \end_inset
26653 </cell>
26654 </row>
26655 <row>
26656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26657 \begin_inset Text
26658
26659 \begin_layout Plain Layout
26660
26661 \backslash
26662 O
26663 \end_layout
26664
26665 \end_inset
26666 </cell>
26667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26668 \begin_inset Text
26669
26670 \begin_layout Plain Layout
26671 \begin_inset Formula $\textrm{Ø}$
26672 \end_inset
26673
26674
26675 \end_layout
26676
26677 \end_inset
26678 </cell>
26679 </row>
26680 <row>
26681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Plain Layout
26685
26686 \backslash
26687 l
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26693 \begin_inset Text
26694
26695 \begin_layout Plain Layout
26696 \begin_inset Formula $\textrm{ł}$
26697 \end_inset
26698
26699
26700 \end_layout
26701
26702 \end_inset
26703 </cell>
26704 </row>
26705 <row>
26706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26707 \begin_inset Text
26708
26709 \begin_layout Plain Layout
26710
26711 \backslash
26712 L
26713 \end_layout
26714
26715 \end_inset
26716 </cell>
26717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26718 \begin_inset Text
26719
26720 \begin_layout Plain Layout
26721 \begin_inset Formula $\textrm{Ł}$
26722 \end_inset
26723
26724
26725 \end_layout
26726
26727 \end_inset
26728 </cell>
26729 </row>
26730 <row>
26731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26732 \begin_inset Text
26733
26734 \begin_layout Plain Layout
26735 !
26736 \begin_inset space \hspace{}
26737 \length 0mm
26738 \end_inset
26739
26740 `
26741 \begin_inset space \textvisiblespace{}
26742 \end_inset
26743
26744
26745 \end_layout
26746
26747 \end_inset
26748 </cell>
26749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26750 \begin_inset Text
26751
26752 \begin_layout Plain Layout
26753 \begin_inset Formula $\textrm{!`}$
26754 \end_inset
26755
26756
26757 \end_layout
26758
26759 \end_inset
26760 </cell>
26761 </row>
26762 <row>
26763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26764 \begin_inset Text
26765
26766 \begin_layout Plain Layout
26767 ?
26768 \begin_inset space \hspace{}
26769 \length 0mm
26770 \end_inset
26771
26772 `
26773 \begin_inset space \textvisiblespace{}
26774 \end_inset
26775
26776
26777 \end_layout
26778
26779 \end_inset
26780 </cell>
26781 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26782 \begin_inset Text
26783
26784 \begin_layout Plain Layout
26785 \begin_inset Formula $\textrm{?`}$
26786 \end_inset
26787
26788
26789 \end_layout
26790
26791 \end_inset
26792 </cell>
26793 </row>
26794 <row>
26795 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26796 \begin_inset Text
26797
26798 \begin_layout Plain Layout
26799
26800 \backslash
26801 j
26802 \end_layout
26803
26804 \end_inset
26805 </cell>
26806 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26807 \begin_inset Text
26808
26809 \begin_layout Plain Layout
26810 \begin_inset Formula $\textrm{ȷ}$
26811 \end_inset
26812
26813
26814 \end_layout
26815
26816 \end_inset
26817 </cell>
26818 </row>
26819 </lyxtabular>
26820
26821 \end_inset
26822
26823
26824 \begin_inset space \hfill{}
26825 \end_inset
26826
26827
26828 \end_layout
26829
26830 \begin_layout Standard
26831 Die Zeichen 
26832 \begin_inset Formula $\textrm{\textrm{Å}}$
26833 \end_inset
26834
26835  und 
26836 \begin_inset Formula $\textrm{\textrm{Ø}}$
26837 \end_inset
26838
26839  können auch über den Mathe-Werkzeugleistenknopf 
26840 \begin_inset Info
26841 type  "icon"
26842 arg   "math-insert \\digamma"
26843 \end_inset
26844
26845  eingefügt werden.
26846 \end_layout
26847
26848 \begin_layout Standard
26849 Eine Ausnahme bilden die Befehle 
26850 \series bold
26851 !
26852 \begin_inset space \hspace{}
26853 \length 0mm
26854 \end_inset
26855
26856 `
26857 \series default
26858  und 
26859 \series bold
26860 ?
26861 \begin_inset space \hspace{}
26862 \length 0mm
26863 \end_inset
26864
26865 `
26866 \series default
26867 , denn man kann sie in \SpecialChar LyX
26868  direkt in den Text eingeben.
26869 \end_layout
26870
26871 \begin_layout Subsection
26872 Akzente im Text
26873 \begin_inset CommandInset label
26874 LatexCommand label
26875 name "subsec:Sonderzeichen-Akzente"
26876
26877 \end_inset
26878
26879
26880 \begin_inset Index idx
26881 status collapsed
26882
26883 \begin_layout Plain Layout
26884 Akzente ! im Text
26885 \end_layout
26886
26887 \end_inset
26888
26889
26890 \end_layout
26891
26892 \begin_layout Standard
26893 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26894  Die Befehle müssen dazu im \SpecialChar TeX
26895 -Modus eingegeben werden.
26896 \end_layout
26897
26898 \begin_layout Standard
26899 \begin_inset space \hfill{}
26900 \end_inset
26901
26902
26903 \begin_inset Tabular
26904 <lyxtabular version="3" rows="8" columns="2">
26905 <features tabularvalignment="middle">
26906 <column alignment="block" valignment="top">
26907 <column alignment="block" valignment="top">
26908 <row>
26909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26910 \begin_inset Text
26911
26912 \begin_layout Plain Layout
26913 Befehl
26914 \end_layout
26915
26916 \end_inset
26917 </cell>
26918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26919 \begin_inset Text
26920
26921 \begin_layout Plain Layout
26922 Ergebnis
26923 \end_layout
26924
26925 \end_inset
26926 </cell>
26927 </row>
26928 <row>
26929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26930 \begin_inset Text
26931
26932 \begin_layout Plain Layout
26933
26934 \backslash
26935
26936 \begin_inset Quotes grd
26937 \end_inset
26938
26939 e
26940 \end_layout
26941
26942 \end_inset
26943 </cell>
26944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26945 \begin_inset Text
26946
26947 \begin_layout Plain Layout
26948 \begin_inset ERT
26949 status collapsed
26950
26951 \begin_layout Plain Layout
26952
26953
26954 \backslash
26955 "e
26956 \end_layout
26957
26958 \end_inset
26959
26960
26961 \end_layout
26962
26963 \end_inset
26964 </cell>
26965 </row>
26966 <row>
26967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26968 \begin_inset Text
26969
26970 \begin_layout Plain Layout
26971
26972 \backslash
26973 `e
26974 \end_layout
26975
26976 \end_inset
26977 </cell>
26978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26979 \begin_inset Text
26980
26981 \begin_layout Plain Layout
26982 \begin_inset ERT
26983 status collapsed
26984
26985 \begin_layout Plain Layout
26986
26987
26988 \backslash
26989 `e
26990 \end_layout
26991
26992 \end_inset
26993
26994
26995 \end_layout
26996
26997 \end_inset
26998 </cell>
26999 </row>
27000 <row>
27001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27002 \begin_inset Text
27003
27004 \begin_layout Plain Layout
27005
27006 \backslash
27007 ^
27008 \begin_inset space \textvisiblespace{}
27009 \end_inset
27010
27011 e
27012 \end_layout
27013
27014 \end_inset
27015 </cell>
27016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27017 \begin_inset Text
27018
27019 \begin_layout Plain Layout
27020 \begin_inset ERT
27021 status collapsed
27022
27023 \begin_layout Plain Layout
27024
27025
27026 \backslash
27027 ^e
27028 \end_layout
27029
27030 \end_inset
27031
27032
27033 \end_layout
27034
27035 \end_inset
27036 </cell>
27037 </row>
27038 <row>
27039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27040 \begin_inset Text
27041
27042 \begin_layout Plain Layout
27043
27044 \backslash
27045 =e
27046 \end_layout
27047
27048 \end_inset
27049 </cell>
27050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27051 \begin_inset Text
27052
27053 \begin_layout Plain Layout
27054 \begin_inset ERT
27055 status collapsed
27056
27057 \begin_layout Plain Layout
27058
27059
27060 \backslash
27061 =e
27062 \end_layout
27063
27064 \end_inset
27065
27066
27067 \end_layout
27068
27069 \end_inset
27070 </cell>
27071 </row>
27072 <row>
27073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27074 \begin_inset Text
27075
27076 \begin_layout Plain Layout
27077
27078 \backslash
27079 u
27080 \begin_inset space \textvisiblespace{}
27081 \end_inset
27082
27083 e
27084 \end_layout
27085
27086 \end_inset
27087 </cell>
27088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27089 \begin_inset Text
27090
27091 \begin_layout Plain Layout
27092 \begin_inset ERT
27093 status collapsed
27094
27095 \begin_layout Plain Layout
27096
27097
27098 \backslash
27099 u e
27100 \end_layout
27101
27102 \end_inset
27103
27104
27105 \end_layout
27106
27107 \end_inset
27108 </cell>
27109 </row>
27110 <row>
27111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27112 \begin_inset Text
27113
27114 \begin_layout Plain Layout
27115
27116 \backslash
27117 b
27118 \begin_inset space \textvisiblespace{}
27119 \end_inset
27120
27121 e
27122 \end_layout
27123
27124 \end_inset
27125 </cell>
27126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27127 \begin_inset Text
27128
27129 \begin_layout Plain Layout
27130 \begin_inset ERT
27131 status collapsed
27132
27133 \begin_layout Plain Layout
27134
27135
27136 \backslash
27137 b e
27138 \end_layout
27139
27140 \end_inset
27141
27142
27143 \end_layout
27144
27145 \end_inset
27146 </cell>
27147 </row>
27148 <row>
27149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27150 \begin_inset Text
27151
27152 \begin_layout Plain Layout
27153
27154 \backslash
27155 t
27156 \begin_inset space \textvisiblespace{}
27157 \end_inset
27158
27159 ee
27160 \end_layout
27161
27162 \end_inset
27163 </cell>
27164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27165 \begin_inset Text
27166
27167 \begin_layout Plain Layout
27168 \begin_inset ERT
27169 status collapsed
27170
27171 \begin_layout Plain Layout
27172
27173
27174 \backslash
27175 t ee
27176 \end_layout
27177
27178 \end_inset
27179
27180
27181 \end_layout
27182
27183 \end_inset
27184 </cell>
27185 </row>
27186 </lyxtabular>
27187
27188 \end_inset
27189
27190
27191 \begin_inset space \hfill{}
27192 \end_inset
27193
27194
27195 \begin_inset Tabular
27196 <lyxtabular version="3" rows="8" columns="2">
27197 <features tabularvalignment="middle">
27198 <column alignment="block" valignment="top">
27199 <column alignment="center" valignment="top">
27200 <row>
27201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27202 \begin_inset Text
27203
27204 \begin_layout Plain Layout
27205 Befehl
27206 \end_layout
27207
27208 \end_inset
27209 </cell>
27210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27211 \begin_inset Text
27212
27213 \begin_layout Plain Layout
27214 Ergebnis
27215 \end_layout
27216
27217 \end_inset
27218 </cell>
27219 </row>
27220 <row>
27221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27222 \begin_inset Text
27223
27224 \begin_layout Plain Layout
27225
27226 \backslash
27227 H
27228 \begin_inset space \textvisiblespace{}
27229 \end_inset
27230
27231 e
27232 \end_layout
27233
27234 \end_inset
27235 </cell>
27236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27237 \begin_inset Text
27238
27239 \begin_layout Plain Layout
27240 \begin_inset ERT
27241 status collapsed
27242
27243 \begin_layout Plain Layout
27244
27245
27246 \backslash
27247 H e
27248 \end_layout
27249
27250 \end_inset
27251
27252
27253 \end_layout
27254
27255 \end_inset
27256 </cell>
27257 </row>
27258 <row>
27259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27260 \begin_inset Text
27261
27262 \begin_layout Plain Layout
27263
27264 \backslash
27265 'e
27266 \end_layout
27267
27268 \end_inset
27269 </cell>
27270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27271 \begin_inset Text
27272
27273 \begin_layout Plain Layout
27274 \begin_inset ERT
27275 status collapsed
27276
27277 \begin_layout Plain Layout
27278
27279
27280 \backslash
27281 'e
27282 \end_layout
27283
27284 \end_inset
27285
27286
27287 \end_layout
27288
27289 \end_inset
27290 </cell>
27291 </row>
27292 <row>
27293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27294 \begin_inset Text
27295
27296 \begin_layout Plain Layout
27297
27298 \backslash
27299 ~e
27300 \begin_inset Index idx
27301 status collapsed
27302
27303 \begin_layout Plain Layout
27304 Tilde
27305 \end_layout
27306
27307 \end_inset
27308
27309
27310 \end_layout
27311
27312 \end_inset
27313 </cell>
27314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27315 \begin_inset Text
27316
27317 \begin_layout Plain Layout
27318 \begin_inset ERT
27319 status collapsed
27320
27321 \begin_layout Plain Layout
27322
27323
27324 \backslash
27325 ~e
27326 \end_layout
27327
27328 \end_inset
27329
27330
27331 \end_layout
27332
27333 \end_inset
27334 </cell>
27335 </row>
27336 <row>
27337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27338 \begin_inset Text
27339
27340 \begin_layout Plain Layout
27341
27342 \backslash
27343 .e
27344 \end_layout
27345
27346 \end_inset
27347 </cell>
27348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27349 \begin_inset Text
27350
27351 \begin_layout Plain Layout
27352 \begin_inset ERT
27353 status collapsed
27354
27355 \begin_layout Plain Layout
27356
27357
27358 \backslash
27359 .e
27360 \end_layout
27361
27362 \end_inset
27363
27364
27365 \end_layout
27366
27367 \end_inset
27368 </cell>
27369 </row>
27370 <row>
27371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27372 \begin_inset Text
27373
27374 \begin_layout Plain Layout
27375
27376 \backslash
27377 v
27378 \begin_inset space \textvisiblespace{}
27379 \end_inset
27380
27381 e
27382 \end_layout
27383
27384 \end_inset
27385 </cell>
27386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27387 \begin_inset Text
27388
27389 \begin_layout Plain Layout
27390 \begin_inset ERT
27391 status collapsed
27392
27393 \begin_layout Plain Layout
27394
27395
27396 \backslash
27397 v e
27398 \end_layout
27399
27400 \end_inset
27401
27402
27403 \end_layout
27404
27405 \end_inset
27406 </cell>
27407 </row>
27408 <row>
27409 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27410 \begin_inset Text
27411
27412 \begin_layout Plain Layout
27413
27414 \backslash
27415 d
27416 \begin_inset space \textvisiblespace{}
27417 \end_inset
27418
27419 e
27420 \end_layout
27421
27422 \end_inset
27423 </cell>
27424 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27425 \begin_inset Text
27426
27427 \begin_layout Plain Layout
27428 \begin_inset ERT
27429 status collapsed
27430
27431 \begin_layout Plain Layout
27432
27433
27434 \backslash
27435 d e
27436 \end_layout
27437
27438 \end_inset
27439
27440
27441 \end_layout
27442
27443 \end_inset
27444 </cell>
27445 </row>
27446 <row>
27447 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27448 \begin_inset Text
27449
27450 \begin_layout Plain Layout
27451
27452 \backslash
27453 c
27454 \begin_inset space \textvisiblespace{}
27455 \end_inset
27456
27457 e
27458 \end_layout
27459
27460 \end_inset
27461 </cell>
27462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27463 \begin_inset Text
27464
27465 \begin_layout Plain Layout
27466 \begin_inset ERT
27467 status collapsed
27468
27469 \begin_layout Plain Layout
27470
27471
27472 \backslash
27473 c e
27474 \end_layout
27475
27476 \end_inset
27477
27478
27479 \end_layout
27480
27481 \end_inset
27482 </cell>
27483 </row>
27484 </lyxtabular>
27485
27486 \end_inset
27487
27488
27489 \begin_inset space \hfill{}
27490 \end_inset
27491
27492
27493 \end_layout
27494
27495 \begin_layout Standard
27496 \begin_inset VSpace medskip
27497 \end_inset
27498
27499 Mit dem Befehl 
27500 \series bold
27501
27502 \backslash
27503 t
27504 \series default
27505  können auch zwei verschiedene Zeichen akzentuiert werden.
27506  Der Befehl 
27507 \series bold
27508
27509 \backslash
27510 t
27511 \begin_inset space \textvisiblespace{}
27512 \end_inset
27513
27514 sz
27515 \series default
27516  ergibt: 
27517 \begin_inset ERT
27518 status collapsed
27519
27520 \begin_layout Plain Layout
27521
27522
27523 \backslash
27524 t sz
27525 \end_layout
27526
27527 \end_inset
27528
27529
27530 \end_layout
27531
27532 \begin_layout Standard
27533 Die Akzente 
27534 \series bold
27535 `
27536 \series default
27537  , 
27538 \series bold
27539 '
27540 \series default
27541  und 
27542 \series bold
27543 ^
27544 \series default
27545  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
27546  werden ohne den \SpecialChar TeX
27547 -Modus zu benutzen.
27548  Dasselbe gilt für die Tilde
27549 \begin_inset Foot
27550 status collapsed
27551
27552 \begin_layout Plain Layout
27553 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
27554 \end_layout
27555
27556 \end_inset
27557
27558  
27559 \series bold
27560 ~
27561 \series default
27562  in Verbindung mit 
27563 \emph on
27564 a
27565 \emph default
27566  , 
27567 \emph on
27568 n
27569 \emph default
27570  oder 
27571 \emph on
27572 o
27573 \emph default
27574 .
27575 \end_layout
27576
27577 \begin_layout Standard
27578 Die Befehle 
27579 \series bold
27580
27581 \backslash
27582 b
27583 \series default
27584  , 
27585 \series bold
27586
27587 \backslash
27588 c
27589 \series default
27590  , 
27591 \series bold
27592
27593 \backslash
27594 d
27595 \series default
27596  , 
27597 \series bold
27598
27599 \backslash
27600 H
27601 \series default
27602  , 
27603 \series bold
27604
27605 \backslash
27606 t
27607 \series default
27608  , 
27609 \series bold
27610
27611 \backslash
27612 u
27613 \series default
27614  , 
27615 \series bold
27616
27617 \backslash
27618 v
27619 \series default
27620  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
27621  Textmodus verfügbar.
27622  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
27623  
27624 \begin_inset CommandInset ref
27625 LatexCommand ref
27626 reference "subsec:Akzente-für-ein"
27627
27628 \end_inset
27629
27630 .
27631 \end_layout
27632
27633 \begin_layout Standard
27634 \begin_inset VSpace bigskip
27635 \end_inset
27636
27637 Des Weiteren kann man mit dem Befehl 
27638 \series bold
27639
27640 \backslash
27641 textcircled
27642 \series default
27643
27644 \begin_inset Index idx
27645 status collapsed
27646
27647 \begin_layout Plain Layout
27648 Befehle ! T ! 
27649 \backslash
27650 textcircled
27651 \end_layout
27652
27653 \end_inset
27654
27655 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
27656  Kreis setzen, quasi mit einem Kreis akzentuieren.
27657 \end_layout
27658
27659 \begin_layout Standard
27660 \align center
27661 \begin_inset Tabular
27662 <lyxtabular version="3" rows="3" columns="2">
27663 <features tabularvalignment="middle">
27664 <column alignment="center" valignment="top">
27665 <column alignment="center" valignment="top">
27666 <row>
27667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27668 \begin_inset Text
27669
27670 \begin_layout Plain Layout
27671 Befehl
27672 \end_layout
27673
27674 \end_inset
27675 </cell>
27676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27677 \begin_inset Text
27678
27679 \begin_layout Plain Layout
27680 Ergebnis
27681 \begin_inset Note Note
27682 status collapsed
27683
27684 \begin_layout Plain Layout
27685
27686 \series bold
27687
27688 \backslash
27689 raisebox
27690 \series default
27691  in der Formel dient nur als Abstandhalter.
27692 \end_layout
27693
27694 \end_inset
27695
27696
27697 \end_layout
27698
27699 \end_inset
27700 </cell>
27701 </row>
27702 <row>
27703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27704 \begin_inset Text
27705
27706 \begin_layout Plain Layout
27707
27708 \backslash
27709 textcircled{w}
27710 \end_layout
27711
27712 \end_inset
27713 </cell>
27714 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27715 \begin_inset Text
27716
27717 \begin_layout Plain Layout
27718 \begin_inset ERT
27719 status collapsed
27720
27721 \begin_layout Plain Layout
27722
27723
27724 \backslash
27725 textcircled{w}
27726 \end_layout
27727
27728 \end_inset
27729
27730
27731 \end_layout
27732
27733 \end_inset
27734 </cell>
27735 </row>
27736 <row>
27737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27738 \begin_inset Text
27739
27740 \begin_layout Plain Layout
27741
27742 \backslash
27743 Large 
27744 \backslash
27745 textcircled{
27746 \backslash
27747 normalsize
27748 \backslash
27749 protect
27750 \backslash
27751 raisebox{-1.5pt}{W}}
27752 \end_layout
27753
27754 \end_inset
27755 </cell>
27756 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27757 \begin_inset Text
27758
27759 \begin_layout Plain Layout
27760 \begin_inset Formula $\raisebox{4.5mm}{}$
27761 \end_inset
27762
27763
27764 \begin_inset ERT
27765 status collapsed
27766
27767 \begin_layout Plain Layout
27768
27769
27770 \backslash
27771 Large 
27772 \backslash
27773 textcircled{
27774 \backslash
27775 normalsize
27776 \backslash
27777 protect
27778 \backslash
27779 raisebox{-1.5pt}W}
27780 \end_layout
27781
27782 \end_inset
27783
27784
27785 \begin_inset Formula $\raisebox{-2mm}{}$
27786 \end_inset
27787
27788
27789 \end_layout
27790
27791 \end_inset
27792 </cell>
27793 </row>
27794 </lyxtabular>
27795
27796 \end_inset
27797
27798
27799 \end_layout
27800
27801 \begin_layout Standard
27802 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27803  
27804 \series bold
27805
27806 \backslash
27807 Large
27808 \series default
27809
27810 \begin_inset Foot
27811 status collapsed
27812
27813 \begin_layout Plain Layout
27814 siehe 
27815 \begin_inset CommandInset ref
27816 LatexCommand ref
27817 reference "subsec:Schriftgrößen"
27818
27819 \end_inset
27820
27821
27822 \end_layout
27823
27824 \end_inset
27825
27826  bestimmt dabei die Größe des Kreises.
27827  Mit Hilfe von 
27828 \series bold
27829
27830 \backslash
27831 raisebox
27832 \series default
27833
27834 \begin_inset Foot
27835 status collapsed
27836
27837 \begin_layout Plain Layout
27838 siehe 
27839 \begin_inset CommandInset ref
27840 LatexCommand ref
27841 reference "subsec:Boxen-ohne-Rahmen"
27842
27843 \end_inset
27844
27845
27846 \end_layout
27847
27848 \end_inset
27849
27850  kann man das Zeichen zentrieren.
27851 \end_layout
27852
27853 \begin_layout Subsection
27854 Minuskelziffern
27855 \begin_inset Index idx
27856 status collapsed
27857
27858 \begin_layout Plain Layout
27859 Minuskelziffern
27860 \end_layout
27861
27862 \end_inset
27863
27864
27865 \end_layout
27866
27867 \begin_layout Standard
27868 Minuskelziffern werden mit dem Befehl 
27869 \series bold
27870
27871 \backslash
27872 oldstylenums
27873 \series default
27874
27875 \begin_inset Index idx
27876 status collapsed
27877
27878 \begin_layout Plain Layout
27879 Befehle ! O ! 
27880 \backslash
27881 oldstylenums
27882 \end_layout
27883
27884 \end_inset
27885
27886  erzeugt.
27887  Der Befehl ist sowohl in einer Formel als auch im \SpecialChar TeX
27888 -Modus verwendbar.
27889  Das Befehlsschema lautet:
27890 \end_layout
27891
27892 \begin_layout Standard
27893
27894 \series bold
27895
27896 \backslash
27897 oldstylenums{Ziffer}
27898 \end_layout
27899
27900 \begin_layout Standard
27901 Der Befehl 
27902 \series bold
27903
27904 \backslash
27905 oldstylenums{0123456789
27906 \series default
27907  ergibt: 
27908 \begin_inset Formula $\oldstylenums{0123456789}$
27909 \end_inset
27910
27911
27912 \end_layout
27913
27914 \begin_layout Section
27915 Formelstile
27916 \begin_inset CommandInset label
27917 LatexCommand label
27918 name "sec:Formelstile"
27919
27920 \end_inset
27921
27922
27923 \begin_inset Index idx
27924 status collapsed
27925
27926 \begin_layout Plain Layout
27927 Formel ! Stile
27928 \end_layout
27929
27930 \end_inset
27931
27932
27933 \end_layout
27934
27935 \begin_layout Itemize
27936 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27937 \begin_inset Separator parbreak
27938 \end_inset
27939
27940
27941 \end_layout
27942
27943 \begin_deeper
27944 \begin_layout Description
27945 Zentriert ist der voreingestellte Standard
27946 \end_layout
27947
27948 \begin_layout Description
27949 Eingerückt dazu muss im Menü 
27950 \family sans
27951 Dokument\SpecialChar menuseparator
27952 Einstellungen
27953 \family default
27954  unter 
27955 \family sans
27956 Dokumentklasse
27957 \family default
27958  die Option 
27959 \series bold
27960 fleqn
27961 \series default
27962  eingeben werden
27963 \end_layout
27964
27965 \begin_layout Standard
27966 Wird 
27967 \series bold
27968 Eingerückt
27969 \series default
27970  verwendet, kann mit der Länge 
27971 \series bold
27972
27973 \backslash
27974 mathindent
27975 \series default
27976
27977 \begin_inset Index idx
27978 status collapsed
27979
27980 \begin_layout Plain Layout
27981 Befehle ! M ! 
27982 \backslash
27983 mathindent
27984 \end_layout
27985
27986 \end_inset
27987
27988  die Einrückung eingestellt werden.
27989  Soll der Abstand 15
27990 \begin_inset space \thinspace{}
27991 \end_inset
27992
27993 mm betragen, gibt man im \SpecialChar LaTeX
27994 -Vorspann die Zeile
27995 \end_layout
27996
27997 \begin_layout Standard
27998
27999 \series bold
28000
28001 \backslash
28002 setlength{
28003 \backslash
28004 mathindent}{15mm}
28005 \end_layout
28006
28007 \begin_layout Standard
28008 ein.
28009  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
28010 \begin_inset space \thinspace{}
28011 \end_inset
28012
28013 pt verwendet.
28014 \end_layout
28015
28016 \end_deeper
28017 \begin_layout Itemize
28018 Und zwei verschiedene Nummerierungsstile:
28019 \begin_inset Separator parbreak
28020 \end_inset
28021
28022
28023 \end_layout
28024
28025 \begin_deeper
28026 \begin_layout Description
28027 Rechts ist der voreingestellte Standard
28028 \end_layout
28029
28030 \begin_layout Description
28031 Links dazu muss im Menü 
28032 \family sans
28033 Dokument\SpecialChar menuseparator
28034 Einstellungen
28035 \family default
28036  unter 
28037 \family sans
28038 Dokumentklasse
28039 \family default
28040  die Option 
28041 \series bold
28042 leqno
28043 \series default
28044  eingeben werden
28045 \end_layout
28046
28047 \end_deeper
28048 \begin_layout Standard
28049
28050 \series bold
28051 fleqn
28052 \series default
28053  und 
28054 \series bold
28055 leqno
28056 \series default
28057  können auch gemeinsam verwendet werden.
28058  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
28059 n.
28060 \end_layout
28061
28062 \begin_layout Standard
28063 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
28064  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
28065  ausgerichtete Formeln setzen, verwendet man den Stil 
28066 \series bold
28067 Zentriert
28068 \series default
28069 .
28070  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
28071  
28072 \begin_inset CommandInset ref
28073 LatexCommand ref
28074 reference "subsec:Flalign-Umgebung"
28075
28076 \end_inset
28077
28078 .
28079 \end_layout
28080
28081 \begin_layout Section
28082 Mehrzeilige Formeln
28083 \begin_inset CommandInset label
28084 LatexCommand label
28085 name "sec:Mehrzeilige-Formeln"
28086
28087 \end_inset
28088
28089
28090 \begin_inset Index idx
28091 status collapsed
28092
28093 \begin_layout Plain Layout
28094 Formel ! mehrzeilige
28095 \end_layout
28096
28097 \end_inset
28098
28099
28100 \end_layout
28101
28102 \begin_layout Subsection
28103 Allgemeines
28104 \end_layout
28105
28106 \begin_layout Standard
28107 In \SpecialChar LyX
28108  werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
28109 \family sans
28110 Strg+Enter
28111 \family default
28112  drückt.
28113  Dies erzeugt entweder eine 
28114 \series bold
28115 eqnarray-Umgebung
28116 \series default
28117 , die in 
28118 \begin_inset CommandInset ref
28119 LatexCommand ref
28120 reference "subsec:Eqnarray-Umgebung"
28121
28122 \end_inset
28123
28124  beschrieben ist oder, wenn die Option 
28125 \family sans
28126 AMS-Mathe-Paket verwenden
28127 \family default
28128  in den Dokumenteinstellungen gewählt ist, eine 
28129 \series bold
28130 align-Umgebung
28131 \series default
28132 , die in 
28133 \begin_inset CommandInset ref
28134 LatexCommand ref
28135 reference "subsec:Standard-align-Umgebung"
28136
28137 \end_inset
28138
28139  beschrieben ist.
28140  Es wird empfohlen die align-Umgebung zu verwenden, denn sie erscheint in
28141  jedem Fall typographisch korrekt in der Ausgabe.
28142 \end_layout
28143
28144 \begin_layout Standard
28145 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
28146 \family sans
28147 Einfügen\SpecialChar menuseparator
28148 Mathe
28149 \family default
28150  erstellt werden können.
28151  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
28152 \end_layout
28153
28154 \begin_layout Standard
28155 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
28156  man 
28157 \family sans
28158 Strg+Enter
28159 \family default
28160  drückt.
28161  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
28162 fe 
28163 \begin_inset Info
28164 type  "icon"
28165 arg   "inset-modify tabular append-row"
28166 \end_inset
28167
28168  bzw.
28169 \begin_inset space \space{}
28170 \end_inset
28171
28172
28173 \begin_inset Info
28174 type  "icon"
28175 arg   "inset-modify tabular delete-row"
28176 \end_inset
28177
28178  oder das Menü 
28179 \family sans
28180 Bearbeiten\SpecialChar menuseparator
28181 Zeilen & Spalten
28182 \family default
28183  verwendet werden.
28184 \end_layout
28185
28186 \begin_layout Subsubsection
28187 Zeilenabstand
28188 \begin_inset CommandInset label
28189 LatexCommand label
28190 name "subsec:Zeilenabstand"
28191
28192 \end_inset
28193
28194
28195 \begin_inset Index idx
28196 status collapsed
28197
28198 \begin_layout Plain Layout
28199 Formel ! mehrzeilige ! Zeilenabstand
28200 \end_layout
28201
28202 \end_inset
28203
28204
28205 \end_layout
28206
28207 \begin_layout Standard
28208 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
28209 \begin_inset Formula 
28210 \begin{eqnarray*}
28211 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}\\
28212 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
28213 \end{eqnarray*}
28214
28215 \end_inset
28216
28217
28218 \end_layout
28219
28220 \begin_layout Standard
28221 In \SpecialChar LaTeX
28222  wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbruchbef
28223 ehls angegeben.
28224  Dies ist in \SpecialChar LyX
28225  aber nicht möglich
28226 \begin_inset Foot
28227 status collapsed
28228
28229 \begin_layout Plain Layout
28230 siehe 
28231 \begin_inset CommandInset href
28232 LatexCommand href
28233 name "LyX-Fehler #1505"
28234 target "http://www.lyx.org/trac/ticket/1505"
28235
28236 \end_inset
28237
28238
28239 \end_layout
28240
28241 \end_inset
28242
28243 , weshalb man die ganze Formel im \SpecialChar TeX
28244 -Modus eingeben muss.
28245  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
28246  Zeile den Befehl 
28247 \series bold
28248
28249 \backslash
28250
28251 \backslash
28252 [3mm]
28253 \series default
28254  ein.
28255  Damit erhält man: 
28256 \begin_inset ERT
28257 status collapsed
28258
28259 \begin_layout Plain Layout
28260
28261
28262 \backslash
28263 begin{eqnarray*}
28264 \end_layout
28265
28266 \begin_layout Plain Layout
28267
28268 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28269  = & 
28270 \backslash
28271 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28272 \backslash
28273
28274 \backslash
28275 [3mm]
28276 \end_layout
28277
28278 \begin_layout Plain Layout
28279
28280 4x^{2}
28281 \backslash
28282 left(B^{2}+x_{0}^{2}
28283 \backslash
28284 right)+4x_{0}x
28285 \backslash
28286 left(D-B^{2}
28287 \backslash
28288 right)+B^{2}
28289 \backslash
28290 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28291 \backslash
28292 right) & = & 0
28293 \end_layout
28294
28295 \begin_layout Plain Layout
28296
28297
28298 \backslash
28299 end{eqnarray*}
28300 \end_layout
28301
28302 \end_inset
28303
28304
28305 \end_layout
28306
28307 \begin_layout Standard
28308 \begin_inset VSpace bigskip
28309 \end_inset
28310
28311 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28312  man die Länge 
28313 \series bold
28314
28315 \backslash
28316 jot
28317 \series default
28318
28319 \begin_inset Index idx
28320 status collapsed
28321
28322 \begin_layout Plain Layout
28323 Befehle ! J ! 
28324 \backslash
28325 jot
28326 \end_layout
28327
28328 \end_inset
28329
28330 .
28331  Es gilt 
28332 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\,pt+\backslash jot}$
28333 \end_inset
28334
28335 .
28336  Voreingestellt ist für 
28337 \series bold
28338
28339 \backslash
28340 jot
28341 \series default
28342  der Wert 3
28343 \begin_inset space \thinspace{}
28344 \end_inset
28345
28346 pt.
28347  Um wie im vorigen Beispiel 3
28348 \begin_inset space \thinspace{}
28349 \end_inset
28350
28351 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28352 \end_layout
28353
28354 \begin_layout Standard
28355
28356 \series bold
28357
28358 \backslash
28359 setlength{
28360 \backslash
28361 jot}{3mm+3pt}
28362 \end_layout
28363
28364 \begin_layout Standard
28365 im \SpecialChar TeX
28366 -Modus vor der Formel ein.
28367  Das setzt voraus, dass das \SpecialChar LaTeX
28368 -Paket 
28369 \series bold
28370 calc
28371 \series default
28372
28373 \begin_inset Foot
28374 status collapsed
28375
28376 \begin_layout Plain Layout
28377
28378 \series bold
28379 calc
28380 \series default
28381  ist Teil jeder \SpecialChar LaTeX
28382 -Standardinstallation.
28383 \end_layout
28384
28385 \end_inset
28386
28387
28388 \begin_inset Index idx
28389 status collapsed
28390
28391 \begin_layout Plain Layout
28392 Pakete ! calc
28393 \end_layout
28394
28395 \end_inset
28396
28397  im \SpecialChar LaTeX
28398 -Vorspann mit der Zeile
28399 \end_layout
28400
28401 \begin_layout Standard
28402
28403 \series bold
28404
28405 \backslash
28406 usepackage{calc}
28407 \end_layout
28408
28409 \begin_layout Standard
28410 geladen wurde.
28411 \end_layout
28412
28413 \begin_layout Standard
28414 Man erhält: 
28415 \begin_inset ERT
28416 status collapsed
28417
28418 \begin_layout Plain Layout
28419
28420
28421 \backslash
28422 setlength{
28423 \backslash
28424 jot}{3mm+3pt}
28425 \end_layout
28426
28427 \end_inset
28428
28429
28430 \begin_inset Formula 
28431 \begin{eqnarray*}
28432 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}\\
28433 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
28434 \end{eqnarray*}
28435
28436 \end_inset
28437
28438
28439 \end_layout
28440
28441 \begin_layout Standard
28442 \begin_inset ERT
28443 status collapsed
28444
28445 \begin_layout Plain Layout
28446
28447
28448 \backslash
28449 setlength{
28450 \backslash
28451 jot}{3pt}
28452 \end_layout
28453
28454 \end_inset
28455
28456  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28457 \series bold
28458
28459 \backslash
28460 jot
28461 \series default
28462  auf den Wert 3
28463 \begin_inset space \thinspace{}
28464 \end_inset
28465
28466 pt.
28467 \end_layout
28468
28469 \begin_layout Subsubsection
28470 Spaltenabstand
28471 \begin_inset CommandInset label
28472 LatexCommand label
28473 name "subsec:Spaltenabstand"
28474
28475 \end_inset
28476
28477
28478 \begin_inset Index idx
28479 status collapsed
28480
28481 \begin_layout Plain Layout
28482 Formel ! mehrzeilige ! Spaltenabstand
28483 \end_layout
28484
28485 \end_inset
28486
28487
28488 \end_layout
28489
28490 \begin_layout Standard
28491 Mehrzeilige Formeln bilden eine Matrix.
28492  Eine Formel in der Eqnarray-Umgebung ist z.
28493 \begin_inset space \thinspace{}
28494 \end_inset
28495
28496 B.
28497  eine dreispaltige Matrix.
28498  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28499  neben den Relationszeichen ändern.
28500 \end_layout
28501
28502 \begin_layout Standard
28503 Der Spaltenabstand wird mit der Länge 
28504 \series bold
28505
28506 \backslash
28507 arraycolsep
28508 \series default
28509
28510 \begin_inset Index idx
28511 status collapsed
28512
28513 \begin_layout Plain Layout
28514 Befehle ! A ! 
28515 \backslash
28516 arraycolsep
28517 \end_layout
28518
28519 \end_inset
28520
28521  festgelegt, wobei gilt:
28522 \begin_inset Newline newline
28523 \end_inset
28524
28525 Spaltenabstand = 2
28526 \begin_inset space \thinspace{}
28527 \end_inset
28528
28529
28530 \series bold
28531
28532 \backslash
28533 arraycolsep
28534 \series default
28535 .
28536 \begin_inset Newline newline
28537 \end_inset
28538
28539 Der im \SpecialChar TeX
28540 -Modus eingegebene Befehl
28541 \end_layout
28542
28543 \begin_layout Standard
28544
28545 \series bold
28546
28547 \backslash
28548 setlength{
28549 \backslash
28550 arraycolsep}{1cm}
28551 \end_layout
28552
28553 \begin_layout Standard
28554 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28555 \begin_inset space \thinspace{}
28556 \end_inset
28557
28558 cm.
28559  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28560 \series bold
28561
28562 \backslash
28563 arraycolsep
28564 \series default
28565  auf 5
28566 \begin_inset space \thinspace{}
28567 \end_inset
28568
28569 pt.
28570 \end_layout
28571
28572 \begin_layout Standard
28573 Eine Formel mit 2
28574 \begin_inset space \thinspace{}
28575 \end_inset
28576
28577 cm Spaltenabstand:
28578 \begin_inset ERT
28579 status collapsed
28580
28581 \begin_layout Plain Layout
28582
28583
28584 \backslash
28585 setlength{
28586 \backslash
28587 arraycolsep}{1cm}
28588 \end_layout
28589
28590 \end_inset
28591
28592
28593 \begin_inset Formula 
28594 \begin{eqnarray*}
28595 A & = & B\\
28596 C & \ne & A
28597 \end{eqnarray*}
28598
28599 \end_inset
28600
28601 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28602 \begin_inset space \thinspace{}
28603 \end_inset
28604
28605 pt:
28606 \begin_inset ERT
28607 status collapsed
28608
28609 \begin_layout Plain Layout
28610
28611
28612 \backslash
28613 setlength{
28614 \backslash
28615 arraycolsep}{5pt}
28616 \end_layout
28617
28618 \end_inset
28619
28620
28621 \begin_inset Formula 
28622 \begin{eqnarray*}
28623 A & = & B\\
28624 C & \ne & A
28625 \end{eqnarray*}
28626
28627 \end_inset
28628
28629
28630 \end_layout
28631
28632 \begin_layout Subsubsection
28633 Lange Formeln
28634 \begin_inset Index idx
28635 status collapsed
28636
28637 \begin_layout Plain Layout
28638 Formel ! lange
28639 \end_layout
28640
28641 \end_inset
28642
28643
28644 \end_layout
28645
28646 \begin_layout Standard
28647 Lange Formeln kann man wie folgt setzen:
28648 \end_layout
28649
28650 \begin_layout Itemize
28651 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28652  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28653 \begin_inset Formula 
28654 \begin{eqnarray}
28655 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 \\
28656  &  & -\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:kurzlang}
28657 \end{eqnarray}
28658
28659 \end_inset
28660
28661 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28662  als Operator, da es das erste Zeichen der Zeile ist.
28663  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28664  Bruchstrich unterscheiden.
28665  Um das zu verhindern, wurde mit dem Befehl 
28666 \series bold
28667
28668 \backslash
28669 hspace
28670 \series default
28671  3
28672 \begin_inset space \thinspace{}
28673 \end_inset
28674
28675 pt Leerraum hinter das Minuszeichen eingefügt.
28676 \begin_inset Foot
28677 status collapsed
28678
28679 \begin_layout Plain Layout
28680 mehr zu 
28681 \series bold
28682
28683 \backslash
28684 hspace
28685 \series default
28686  siehe 
28687 \begin_inset CommandInset ref
28688 LatexCommand ref
28689 reference "subsec:Variabler-Leerraum"
28690
28691 \end_inset
28692
28693
28694 \end_layout
28695
28696 \end_inset
28697
28698
28699 \begin_inset Index idx
28700 status collapsed
28701
28702 \begin_layout Plain Layout
28703 Befehle ! H ! 
28704 \backslash
28705 hspace
28706 \end_layout
28707
28708 \end_inset
28709
28710
28711 \end_layout
28712
28713 \begin_layout Itemize
28714 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28715 \series bold
28716
28717 \backslash
28718 lefteqn
28719 \series default
28720
28721 \begin_inset Index idx
28722 status collapsed
28723
28724 \begin_layout Plain Layout
28725 Befehle ! L ! 
28726 \backslash
28727 lefteqn
28728 \end_layout
28729
28730 \end_inset
28731
28732 .
28733  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28734  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28735 \begin_inset Formula 
28736 \begin{eqnarray}
28737 \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 \\
28738  &  & -\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 \\
28739  &  & =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}
28740 \end{eqnarray}
28741
28742 \end_inset
28743
28744 Nachdem man 
28745 \series bold
28746
28747 \backslash
28748 lefteqn
28749 \series default
28750  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28751  das gegenüber dem blauen leicht verschoben ist.
28752  In dieses wird die Formel eingegeben.
28753 \begin_inset Newline newline
28754 \end_inset
28755
28756 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28757  eingegeben.
28758  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28759  Einrückung.
28760 \begin_inset VSpace medskip
28761 \end_inset
28762
28763
28764 \begin_inset Newline newline
28765 \end_inset
28766
28767
28768 \begin_inset Note Greyedout
28769 status open
28770
28771 \begin_layout Plain Layout
28772 Bei der Verwendung von 
28773 \series bold
28774
28775 \backslash
28776 lefteqn
28777 \series default
28778  ist Folgendes zu beachten:
28779 \end_layout
28780
28781 \begin_layout Itemize
28782 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28783  Würde man in obigem Beispiel der ersten Zeile den Term 
28784 \begin_inset Formula $-B^{2}$
28785 \end_inset
28786
28787  anfügen, befände sich dieser außerhalb des Seitenrands.
28788  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28789  Leerraum einfügen.
28790 \end_layout
28791
28792 \begin_layout Itemize
28793 Aufgrund eines Fehlers in \SpecialChar LyX
28794  kann der Cursor nicht mit der Maus in die erste
28795  Zeile gesetzt werden.
28796 \begin_inset Foot
28797 status collapsed
28798
28799 \begin_layout Plain Layout
28800 \begin_inset CommandInset href
28801 LatexCommand href
28802 name "LyX-Fehler #1429"
28803 target "http://www.lyx.org/trac/ticket/1429"
28804
28805 \end_inset
28806
28807
28808 \end_layout
28809
28810 \end_inset
28811
28812  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28813  Pfeiltasten bewegen.
28814 \end_layout
28815
28816 \end_inset
28817
28818
28819 \end_layout
28820
28821 \begin_layout Itemize
28822 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28823 \begin_inset CommandInset ref
28824 LatexCommand ref
28825 reference "subsec:Multline-Umgebung"
28826
28827 \end_inset
28828
28829  und 
28830 \begin_inset CommandInset ref
28831 LatexCommand ref
28832 reference "subsec:Mehrzeilige-Formelteile"
28833
28834 \end_inset
28835
28836  beschriebenen Umgebungen.
28837 \end_layout
28838
28839 \begin_layout Subsubsection
28840 Mehrzeilige Brüche
28841 \begin_inset CommandInset label
28842 LatexCommand label
28843 name "subsec:Mehrzeilige-Brüche"
28844
28845 \end_inset
28846
28847
28848 \begin_inset Index idx
28849 status collapsed
28850
28851 \begin_layout Plain Layout
28852 Brüche ! mehrzeilige
28853 \end_layout
28854
28855 \end_inset
28856
28857
28858 \end_layout
28859
28860 \begin_layout Standard
28861 Es gibt Fälle, in denen der Zähler und/oder Nenner eines Bruches zu lang
28862  ist als dass der Bruch auf eine Zeile passt.
28863  Es ist dann notwendig einen Zeilenumbruch innerhalb des Bruches einzufügen.
28864  Dazu gibt es den Befehl 
28865 \series bold
28866
28867 \backslash
28868 splitfrac
28869 \series default
28870
28871 \begin_inset Index idx
28872 status collapsed
28873
28874 \begin_layout Plain Layout
28875 Befehle ! S ! 
28876 \backslash
28877 splitfrac
28878 \end_layout
28879
28880 \end_inset
28881
28882 .
28883  Um ihn zu aktivieren, stellt man in den Dokumenteinstellungen unter 
28884 \family sans
28885 Mathe-Optionen
28886 \family default
28887  für das Paket 
28888 \series bold
28889 mathtools
28890 \series default
28891
28892 \begin_inset Index idx
28893 status collapsed
28894
28895 \begin_layout Plain Layout
28896 Pakete ! mathtools
28897 \end_layout
28898
28899 \end_inset
28900
28901  die Option 
28902 \family sans
28903 Immer
28904 \begin_inset space ~
28905 \end_inset
28906
28907 laden
28908 \family default
28909  ein.
28910  
28911 \series bold
28912
28913 \backslash
28914 splitfrac
28915 \series default
28916  hat das Schema
28917 \end_layout
28918
28919 \begin_layout Standard
28920
28921 \series bold
28922
28923 \backslash
28924 splitfrac{erste Zeile}{zweite Zeile}
28925 \end_layout
28926
28927 \begin_layout Standard
28928 und wird als Zähler und/oder Nenner verwendet:
28929 \end_layout
28930
28931 \begin_layout Standard
28932 \begin_inset Formula 
28933 \[
28934 a=\frac{\splitfrac{xy+xy+xy+xy+xy}{+wy+wy+wy+wy}}{z}\ne\frac{\splitdfrac{xy+\frac{xy}{z}+xy+xy+xy}{+xy+xy+xy+xy}}{z}
28935 \]
28936
28937 \end_inset
28938
28939 Der Befehl für den ersten Zähler in obiger Formel lautet:
28940 \end_layout
28941
28942 \begin_layout Standard
28943
28944 \series bold
28945
28946 \backslash
28947 splitfrac{xy+xy+xy+xy+xy
28948 \begin_inset space \textvisiblespace{}
28949 \end_inset
28950
28951
28952 \backslash
28953 {+wy+wy+wy+wy
28954 \end_layout
28955
28956 \begin_layout Subsubsection
28957 Mehrzeilige Klammern
28958 \begin_inset CommandInset label
28959 LatexCommand label
28960 name "subsec:Mehrzeilige-Klammern"
28961
28962 \end_inset
28963
28964
28965 \begin_inset Index idx
28966 status collapsed
28967
28968 \begin_layout Plain Layout
28969 Klammern ! mehrzeilige
28970 \end_layout
28971
28972 \end_inset
28973
28974
28975 \end_layout
28976
28977 \begin_layout Standard
28978 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28979 \begin_inset Formula 
28980 \begin{eqnarray*}
28981 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28982  &  & \left.\cdots+B-D\right]
28983 \end{eqnarray*}
28984
28985 \end_inset
28986
28987
28988 \end_layout
28989
28990 \begin_layout Standard
28991 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28992  Größe dürfen nicht über mehrere Zeilen gehen.
28993 \end_layout
28994
28995 \begin_layout Standard
28996 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28997  erste Zeile mit 
28998 \series bold
28999
29000 \backslash
29001 right.
29002 \series default
29003
29004 \begin_inset Index idx
29005 status collapsed
29006
29007 \begin_layout Plain Layout
29008 Befehle ! R ! 
29009 \backslash
29010 right
29011 \end_layout
29012
29013 \end_inset
29014
29015  und beginnt die zweite Zeile mit 
29016 \series bold
29017
29018 \backslash
29019 left.
29020 \begin_inset Foot
29021 status collapsed
29022
29023 \begin_layout Plain Layout
29024 mehr zu 
29025 \series bold
29026
29027 \backslash
29028 left
29029 \series default
29030  und 
29031 \series bold
29032
29033 \backslash
29034 right
29035 \series default
29036  siehe 
29037 \begin_inset CommandInset ref
29038 LatexCommand ref
29039 reference "subsec:Automatische-Klammergrößen"
29040
29041 \end_inset
29042
29043
29044 \end_layout
29045
29046 \end_inset
29047
29048
29049 \series default
29050
29051 \begin_inset Index idx
29052 status collapsed
29053
29054 \begin_layout Plain Layout
29055 Befehle ! L ! 
29056 \backslash
29057 left
29058 \end_layout
29059
29060 \end_inset
29061
29062 .
29063  Nach 
29064 \series bold
29065
29066 \backslash
29067 left.
29068
29069 \series default
29070  gibt man den Befehl 
29071 \series bold
29072
29073 \backslash
29074 vphantom
29075 \series default
29076
29077 \begin_inset space \textvisiblespace{}
29078 \end_inset
29079
29080
29081 \series bold
29082
29083 \backslash
29084 prod
29085 \series default
29086 ^
29087 \begin_inset space \textvisiblespace{}
29088 \end_inset
29089
29090
29091 \series bold
29092
29093 \backslash
29094 infty
29095 \series default
29096
29097 \begin_inset space \textvisiblespace{}
29098 \end_inset
29099
29100
29101 \series bold
29102
29103 \begin_inset Formula $\downarrow$
29104 \end_inset
29105
29106 _R=1}
29107 \series default
29108
29109 \begin_inset Index idx
29110 status collapsed
29111
29112 \begin_layout Plain Layout
29113 Befehle ! V ! 
29114 \backslash
29115 vphantom
29116 \end_layout
29117
29118 \end_inset
29119
29120  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
29121  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
29122 \end_layout
29123
29124 \begin_layout Standard
29125 Das Ergebnis sieht so aus:
29126 \begin_inset Formula 
29127 \begin{eqnarray*}
29128 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29129  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29130 \end{eqnarray*}
29131
29132 \end_inset
29133
29134
29135 \end_layout
29136
29137 \begin_layout Subsection
29138 Align-Umgebungen
29139 \end_layout
29140
29141 \begin_layout Standard
29142 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
29143  werden.
29144  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
29145 \end_layout
29146
29147 \begin_layout Standard
29148 Align-Umgebungen bestehen aus Spalten.
29149  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
29150  ausgerichtet.
29151  Jede Zeile einer Align-Umgebung kann nummeriert werden.
29152 \end_layout
29153
29154 \begin_layout Standard
29155 Align-Umgebung werden über das Menü 
29156 \family sans
29157 Einfügen\SpecialChar menuseparator
29158 Mathe
29159 \family default
29160  erstellt.
29161  Über das Menü 
29162 \family sans
29163 Bearbeiten\SpecialChar menuseparator
29164 Mathe\SpecialChar menuseparator
29165 Formelart
29166 \begin_inset space ~
29167 \end_inset
29168
29169 ändern
29170 \family default
29171  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
29172 \end_layout
29173
29174 \begin_layout Standard
29175 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
29176
29177 \begin_inset Info
29178 type  "icon"
29179 arg   "inset-modify tabular append-column"
29180 \end_inset
29181
29182  bzw.
29183 \begin_inset space \space{}
29184 \end_inset
29185
29186
29187 \begin_inset Info
29188 type  "icon"
29189 arg   "inset-modify tabular delete-column"
29190 \end_inset
29191
29192  oder das Menü 
29193 \family sans
29194 Bearbeiten\SpecialChar menuseparator
29195 Zeilen & Spalten
29196 \family default
29197  verwendet werden.
29198 \end_layout
29199
29200 \begin_layout Subsubsection
29201 Standard align-Umgebung
29202 \begin_inset CommandInset label
29203 LatexCommand label
29204 name "subsec:Standard-align-Umgebung"
29205
29206 \end_inset
29207
29208
29209 \begin_inset Index idx
29210 status collapsed
29211
29212 \begin_layout Plain Layout
29213 Formel ! mehrzeilige ! align-Umgebung
29214 \end_layout
29215
29216 \end_inset
29217
29218
29219 \end_layout
29220
29221 \begin_layout Standard
29222 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
29223 \family sans
29224 Strg+Enter
29225 \family default
29226  drückt oder das Menü 
29227 \family sans
29228 Einfügen\SpecialChar menuseparator
29229 Mathe\SpecialChar menuseparator
29230 AMS align-Umge\SpecialChar softhyphen
29231 bung
29232 \family default
29233  aufruft.
29234 \end_layout
29235
29236 \begin_layout Standard
29237 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
29238 n align-Umgebung erzeugt wurden:
29239 \begin_inset Formula 
29240 \begin{align*}
29241 A & =\sin(B) & C & =D\\
29242 C & \ne A & B & \ne D
29243 \end{align*}
29244
29245 \end_inset
29246
29247 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
29248  würde sich vor der ersten und hinter jeder geraden Spalte ein 
29249 \series bold
29250
29251 \backslash
29252 hfill
29253 \begin_inset Foot
29254 status collapsed
29255
29256 \begin_layout Plain Layout
29257 mehr zu 
29258 \series bold
29259
29260 \backslash
29261 hfill
29262 \series default
29263  siehe 
29264 \begin_inset CommandInset ref
29265 LatexCommand ref
29266 reference "subsec:Variabler-Leerraum"
29267
29268 \end_inset
29269
29270
29271 \end_layout
29272
29273 \end_inset
29274
29275
29276 \series default
29277  befinden.
29278  Ist der Formelstil 
29279 \series bold
29280 Eingerückt
29281 \begin_inset Foot
29282 status collapsed
29283
29284 \begin_layout Plain Layout
29285 Formelstile siehe 
29286 \begin_inset CommandInset ref
29287 LatexCommand ref
29288 reference "sec:Formelstile"
29289
29290 \end_inset
29291
29292
29293 \end_layout
29294
29295 \end_inset
29296
29297
29298 \series default
29299  gewählt, wird die Formel ohne den 
29300 \series bold
29301
29302 \backslash
29303 hfill
29304 \series default
29305  vor der ersten Spalte gesetzt.
29306 \end_layout
29307
29308 \begin_layout Subsubsection
29309 Alignat-Umgebung
29310 \begin_inset Index idx
29311 status collapsed
29312
29313 \begin_layout Plain Layout
29314 Formel ! mehrzeilige ! alignat-Umgebung
29315 \end_layout
29316
29317 \end_inset
29318
29319
29320 \end_layout
29321
29322 \begin_layout Standard
29323 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
29324  Man kann ihn manuell durch die in 
29325 \begin_inset CommandInset ref
29326 LatexCommand ref
29327 reference "subsec:Leerraum"
29328
29329 \end_inset
29330
29331  beschriebenen Leerräume einfügen.
29332 \end_layout
29333
29334 \begin_layout Standard
29335 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
29336  Formel 1
29337 \begin_inset space \thinspace{}
29338 \end_inset
29339
29340 cm Leerraum eingefügt wurde:
29341 \begin_inset Formula 
29342 \begin{alignat*}{2}
29343 A & =\sin(B) & \hspace{1cm}C & =D\\
29344 C & \ne A & B & \ne D
29345 \end{alignat*}
29346
29347 \end_inset
29348
29349 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
29350  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
29351  Formeln.
29352 \end_layout
29353
29354 \begin_layout Subsubsection
29355 Flalign-Umgebung
29356 \begin_inset CommandInset label
29357 LatexCommand label
29358 name "subsec:Flalign-Umgebung"
29359
29360 \end_inset
29361
29362
29363 \begin_inset Index idx
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367 Formel ! mehrzeilige ! flalign-Umgebung
29368 \end_layout
29369
29370 \end_inset
29371
29372
29373 \end_layout
29374
29375 \begin_layout Standard
29376 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
29377  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
29378  Dazu ein Beispiel:
29379 \begin_inset Formula 
29380 \begin{flalign*}
29381 A & =1 & B & =2 & C & =3\\
29382 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29383 \end{flalign*}
29384
29385 \end_inset
29386
29387
29388 \end_layout
29389
29390 \begin_layout Standard
29391 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29392  die letzte Spalte eine leere \SpecialChar TeX
29393 -Klammer ein, kann man einzelne Formeln im
29394  Dokument links setzen obwohl der Formelstil 
29395 \series bold
29396 Zentriert
29397 \series default
29398  eingestellt ist.
29399  Als Beispiel die eingerückte ausgerichtete Formel 
29400 \begin_inset CommandInset ref
29401 LatexCommand eqref
29402 reference "eq:VolInt"
29403
29404 \end_inset
29405
29406 :
29407 \begin_inset Formula 
29408 \begin{flalign}
29409 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29410 \end{flalign}
29411
29412 \end_inset
29413
29414 In den ersten beiden Spalten befindet sich die Formel.
29415  Damit sie wie beim Formelstil 
29416 \series bold
29417 Eingerückt
29418 \series default
29419  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29420 \begin_inset space \thinspace{}
29421 \end_inset
29422
29423 pt Leerraum eingefügt.
29424 \end_layout
29425
29426 \begin_layout Subsection
29427 Eqnarray-Umgebung
29428 \begin_inset CommandInset label
29429 LatexCommand label
29430 name "subsec:Eqnarray-Umgebung"
29431
29432 \end_inset
29433
29434
29435 \begin_inset Index idx
29436 status collapsed
29437
29438 \begin_layout Plain Layout
29439 Formel ! mehrzeilige ! Eqnarray-Umgebung
29440 \end_layout
29441
29442 \end_inset
29443
29444
29445 \end_layout
29446
29447 \begin_layout Standard
29448 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29449  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29450  ausgerichtet.
29451  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29452  da dieses Kästchen nur für Relationzeichen gedacht ist.
29453 \begin_inset Formula 
29454 \begin{eqnarray*}
29455 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29456 AB & AB & AB\\
29457 A & = & A
29458 \end{eqnarray*}
29459
29460 \end_inset
29461
29462
29463 \end_layout
29464
29465 \begin_layout Subsection
29466 Gather-Umgebung
29467 \begin_inset Index idx
29468 status collapsed
29469
29470 \begin_layout Plain Layout
29471 Formel ! mehrzeilige ! Gather-Umgebung
29472 \end_layout
29473
29474 \end_inset
29475
29476
29477 \end_layout
29478
29479 \begin_layout Standard
29480 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29481  Jede Zeile kann nummeriert werden.
29482 \begin_inset Formula 
29483 \begin{gather}
29484 A=1\\
29485 X=\textrm{-}1
29486 \end{gather}
29487
29488 \end_inset
29489
29490
29491 \end_layout
29492
29493 \begin_layout Subsection
29494 Multline-Umgebung
29495 \begin_inset CommandInset label
29496 LatexCommand label
29497 name "subsec:Multline-Umgebung"
29498
29499 \end_inset
29500
29501
29502 \begin_inset Index idx
29503 status collapsed
29504
29505 \begin_layout Plain Layout
29506 Formel ! mehrzeilige ! Multline-Umgebung
29507 \end_layout
29508
29509 \end_inset
29510
29511
29512 \end_layout
29513
29514 \begin_layout Standard
29515 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29516  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29517  Alle anderen Zeilen sind zentriert.
29518  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29519  Als Beispiel Formel 
29520 \begin_inset CommandInset ref
29521 LatexCommand eqref
29522 reference "eq:lefteqn"
29523
29524 \end_inset
29525
29526  in der multline-Umgebung:
29527 \begin_inset Formula 
29528 \begin{multline}
29529 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}\\
29530 -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}\\
29531 =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}}
29532 \end{multline}
29533
29534 \end_inset
29535
29536
29537 \end_layout
29538
29539 \begin_layout Standard
29540 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29541  nummeriert, wenn rechts (links) nummeriert wird.
29542 \begin_inset Foot
29543 status collapsed
29544
29545 \begin_layout Plain Layout
29546 Nummerierungsstile siehe 
29547 \begin_inset CommandInset ref
29548 LatexCommand ref
29549 reference "sec:Formelstile"
29550
29551 \end_inset
29552
29553
29554 \end_layout
29555
29556 \end_inset
29557
29558
29559 \end_layout
29560
29561 \begin_layout Standard
29562 Mit den Befehlen 
29563 \series bold
29564
29565 \backslash
29566 shoveright
29567 \series default
29568
29569 \begin_inset Index idx
29570 status collapsed
29571
29572 \begin_layout Plain Layout
29573 Befehle ! S ! 
29574 \backslash
29575 shoveright
29576 \end_layout
29577
29578 \end_inset
29579
29580  und 
29581 \series bold
29582
29583 \backslash
29584 shoveleft
29585 \series default
29586
29587 \begin_inset Index idx
29588 status collapsed
29589
29590 \begin_layout Plain Layout
29591 Befehle ! S ! 
29592 \backslash
29593 shoveleft
29594 \end_layout
29595
29596 \end_inset
29597
29598  kann eine zentrierte Zeile rechts bzw.
29599 \begin_inset space \space{}
29600 \end_inset
29601
29602 links ausgerichtet werden.
29603  Die Befehle werden folgendermaßen verwendet:
29604 \end_layout
29605
29606 \begin_layout Standard
29607
29608 \series bold
29609
29610 \backslash
29611 shoveright{Zeileninhalt}
29612 \series default
29613  bzw.
29614 \begin_inset space \space{}
29615 \end_inset
29616
29617
29618 \series bold
29619
29620 \backslash
29621 shoveleft{Zeileninhalt}
29622 \end_layout
29623
29624 \begin_layout Standard
29625 \begin_inset VSpace medskip
29626 \end_inset
29627
29628 Die Länge 
29629 \series bold
29630
29631 \backslash
29632 multlinegap
29633 \series default
29634
29635 \begin_inset Index idx
29636 status collapsed
29637
29638 \begin_layout Plain Layout
29639 Befehle ! M ! 
29640 \backslash
29641 multlinegap
29642 \end_layout
29643
29644 \end_inset
29645
29646  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29647  Voreingestellt ist die Länge 0
29648 \begin_inset space \thinspace{}
29649 \end_inset
29650
29651 pt.
29652 \end_layout
29653
29654 \begin_layout Standard
29655 Als Beispiel obige Formel, vor der im \SpecialChar TeX
29656 -Modus der Befehl
29657 \end_layout
29658
29659 \begin_layout Standard
29660
29661 \series bold
29662
29663 \backslash
29664 setlength{
29665 \backslash
29666 multlinegap}{2cm}
29667 \end_layout
29668
29669 \begin_layout Standard
29670 eingegeben wurde:
29671 \begin_inset ERT
29672 status collapsed
29673
29674 \begin_layout Plain Layout
29675
29676
29677 \backslash
29678 setlength{
29679 \backslash
29680 multlinegap}{2cm}
29681 \end_layout
29682
29683 \end_inset
29684
29685
29686 \begin_inset Formula 
29687 \begin{multline}
29688 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}\\
29689 \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}}\\
29690 =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}}
29691 \end{multline}
29692
29693 \end_inset
29694
29695
29696 \begin_inset ERT
29697 status collapsed
29698
29699 \begin_layout Plain Layout
29700
29701
29702 \backslash
29703 setlength{
29704 \backslash
29705 multlinegap}{0pt}
29706 \end_layout
29707
29708 \end_inset
29709
29710
29711 \end_layout
29712
29713 \begin_layout Standard
29714 Die zweite Zeile wurde mit 
29715 \series bold
29716
29717 \backslash
29718 shoveleft
29719 \series default
29720  linksbündig ausgerichtet.
29721 \end_layout
29722
29723 \begin_layout Subsection
29724 Mehrzeilige Formelteile
29725 \begin_inset CommandInset label
29726 LatexCommand label
29727 name "subsec:Mehrzeilige-Formelteile"
29728
29729 \end_inset
29730
29731
29732 \begin_inset Index idx
29733 status collapsed
29734
29735 \begin_layout Plain Layout
29736 Formel ! mehrzeilige ! Formelteile
29737 \end_layout
29738
29739 \end_inset
29740
29741
29742 \end_layout
29743
29744 \begin_layout Standard
29745 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29746  der folgenden Umgebungen: 
29747 \series bold
29748 aligned
29749 \series default
29750
29751 \series bold
29752 alignedat
29753 \series default
29754
29755 \series bold
29756 gathered
29757 \series default
29758  oder 
29759 \series bold
29760 split
29761 \series default
29762 .
29763  Sie können über das Menü 
29764 \family sans
29765 Einfügen\SpecialChar menuseparator
29766 Mathe
29767 \family default
29768  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29769 \end_layout
29770
29771 \begin_layout Standard
29772 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29773 n Formel\SpecialChar softhyphen
29774 umgebungen.
29775  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29776  Dazu ein Beispiel:
29777 \begin_inset Formula 
29778 \[
29779 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29780 \Delta E\Delta t & \ge\frac{\hbar}{2}
29781 \end{aligned}
29782 \right\} \textrm{Unbestimmtheitsrelationen}
29783 \]
29784
29785 \end_inset
29786
29787
29788 \end_layout
29789
29790 \begin_layout Standard
29791 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29792  der Befehl 
29793 \series bold
29794
29795 \backslash
29796 aligned
29797 \series default
29798
29799 \begin_inset Index idx
29800 status collapsed
29801
29802 \begin_layout Plain Layout
29803 Befehle ! A ! 
29804 \backslash
29805 aligned
29806 \end_layout
29807
29808 \end_inset
29809
29810  eingegeben wird.
29811  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29812  und Zeilen hinzufügen kann.
29813  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29814  gesetzt werden.
29815 \end_layout
29816
29817 \begin_layout Standard
29818 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29819  ausgerichtet sind.
29820  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29821  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29822  Als Beispiel Formel 
29823 \begin_inset CommandInset ref
29824 LatexCommand eqref
29825 reference "eq:kurzlang"
29826
29827 \end_inset
29828
29829  in der aligned-Umgebung:
29830 \begin_inset Formula 
29831 \begin{equation}
29832 \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}|}\\
29833  & -\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}|}
29834 \end{aligned}
29835 \end{equation}
29836
29837 \end_inset
29838
29839
29840 \end_layout
29841
29842 \begin_layout Standard
29843 Möchte man die Umgebung 
29844 \series bold
29845 alignedat
29846 \series default
29847
29848 \series bold
29849 gathered
29850 \series default
29851  oder 
29852 \series bold
29853 split
29854 \series default
29855  verwenden, gibt man den Befehl 
29856 \series bold
29857
29858 \backslash
29859 alignedat
29860 \series default
29861 ,
29862 \begin_inset Index idx
29863 status collapsed
29864
29865 \begin_layout Plain Layout
29866 Befehle ! A ! 
29867 \backslash
29868 alignedat
29869 \end_layout
29870
29871 \end_inset
29872
29873  
29874 \series bold
29875
29876 \backslash
29877 gathered
29878 \series default
29879
29880 \begin_inset Index idx
29881 status collapsed
29882
29883 \begin_layout Plain Layout
29884 Befehle ! G ! 
29885 \backslash
29886 gathered
29887 \end_layout
29888
29889 \end_inset
29890
29891  bzw.
29892 \begin_inset space \space{}
29893 \end_inset
29894
29895
29896 \series bold
29897
29898 \backslash
29899 split
29900 \series default
29901
29902 \begin_inset Index idx
29903 status collapsed
29904
29905 \begin_layout Plain Layout
29906 Befehle ! S ! 
29907 \backslash
29908 split
29909 \end_layout
29910
29911 \end_inset
29912
29913  ein.
29914  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29915  jedoch darf sie nur zwei Spalten enthalten.
29916 \end_layout
29917
29918 \begin_layout Subsection
29919 Text in mehrzeiligen Formeln
29920 \begin_inset CommandInset label
29921 LatexCommand label
29922 name "subsec:Text-in-mehrzeiligen"
29923
29924 \end_inset
29925
29926
29927 \begin_inset Index idx
29928 status collapsed
29929
29930 \begin_layout Plain Layout
29931 Text ! in Formeln
29932 \end_layout
29933
29934 \end_inset
29935
29936
29937 \begin_inset Index idx
29938 status collapsed
29939
29940 \begin_layout Plain Layout
29941 Formel ! mehrzeilige ! Text
29942 \end_layout
29943
29944 \end_inset
29945
29946
29947 \end_layout
29948
29949 \begin_layout Standard
29950 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29951  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29952  die Ausrichtung der Spalten nicht beeinflusst.
29953  Dazu wird der Befehl 
29954 \series bold
29955
29956 \backslash
29957 intertext
29958 \series default
29959
29960 \begin_inset Index idx
29961 status collapsed
29962
29963 \begin_layout Plain Layout
29964 Befehle ! I ! 
29965 \backslash
29966 intertext
29967 \end_layout
29968
29969 \end_inset
29970
29971  nach folgendem Schema benutzt:
29972 \end_layout
29973
29974 \begin_layout Standard
29975
29976 \series bold
29977
29978 \backslash
29979 intertext{Text}
29980 \end_layout
29981
29982 \begin_layout Standard
29983 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29984  werden kann.
29985  Weil \SpecialChar LyX
29986  
29987 \series bold
29988
29989 \backslash
29990 intertext
29991 \series default
29992  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29993  Text.
29994  
29995 \series bold
29996
29997 \backslash
29998 intertext
29999 \series default
30000  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
30001  dieser Zeile.
30002  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
30003 \begin_inset Formula 
30004 \begin{align}
30005 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30006 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30007 \end{align}
30008
30009 \end_inset
30010
30011
30012 \end_layout
30013
30014 \begin_layout Standard
30015
30016 \series bold
30017
30018 \backslash
30019 intertext
30020 \series default
30021  erzeugt immer etwas vertikalen Leerraum zwischen dem Text und den Formelzeilen.
30022  Um dies zu vermeiden, stellt man in den Dokumenteinstellungen unter 
30023 \family sans
30024 Mathe-Optionen
30025 \family default
30026  für das Paket 
30027 \series bold
30028 mathtools
30029 \series default
30030
30031 \begin_inset Index idx
30032 status collapsed
30033
30034 \begin_layout Plain Layout
30035 Pakete ! mathtools
30036 \end_layout
30037
30038 \end_inset
30039
30040  die Option 
30041 \family sans
30042 Immer
30043 \begin_inset space ~
30044 \end_inset
30045
30046 laden
30047 \family default
30048  ein.
30049  Man kann nun den Befehl 
30050 \series bold
30051
30052 \backslash
30053 shortintertext
30054 \series default
30055
30056 \begin_inset Index idx
30057 status collapsed
30058
30059 \begin_layout Plain Layout
30060 Befehle ! S ! 
30061 \backslash
30062 shortintertext
30063 \end_layout
30064
30065 \end_inset
30066
30067  statt 
30068 \series bold
30069
30070 \backslash
30071 intertext
30072 \series default
30073  verwenden:
30074 \begin_inset Formula 
30075 \begin{align}
30076 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30077 \shortintertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30078 \end{align}
30079
30080 \end_inset
30081
30082
30083 \end_layout
30084
30085 \begin_layout Section
30086 Formelnummerierung
30087 \begin_inset Index idx
30088 status collapsed
30089
30090 \begin_layout Plain Layout
30091 Formelnummerierung
30092 \end_layout
30093
30094 \end_inset
30095
30096
30097 \begin_inset Index idx
30098 status collapsed
30099
30100 \begin_layout Plain Layout
30101 Formel ! Nummerierung|see
30102 \begin_inset ERT
30103 status collapsed
30104
30105 \begin_layout Plain Layout
30106
30107 {
30108 \end_layout
30109
30110 \end_inset
30111
30112 Formelnummerierung
30113 \begin_inset ERT
30114 status collapsed
30115
30116 \begin_layout Plain Layout
30117
30118 }
30119 \end_layout
30120
30121 \end_inset
30122
30123
30124 \end_layout
30125
30126 \end_inset
30127
30128
30129 \end_layout
30130
30131 \begin_layout Subsection
30132 Allgemeines
30133 \end_layout
30134
30135 \begin_layout Standard
30136 Nummerierte Formeln können mit dem Menü 
30137 \family sans
30138 Einfügen\SpecialChar menuseparator
30139 Mathe\SpecialChar menuseparator
30140 Nummerierte
30141 \begin_inset space ~
30142 \end_inset
30143
30144 Formel
30145 \family default
30146  (Tastenkürzel 
30147 \family sans
30148 Strg+Alt
30149 \begin_inset space ~
30150 \end_inset
30151
30152 N
30153 \family default
30154 ) erstellt, bestehende Formeln über das Menü 
30155 \family sans
30156 Bearbeiten\SpecialChar menuseparator
30157 Mathe\SpecialChar menuseparator
30158 Nummerierung
30159 \begin_inset space ~
30160 \end_inset
30161
30162 an/aus
30163 \family default
30164  (Tastenkürzel 
30165 \family sans
30166 Alt+M
30167 \begin_inset space ~
30168 \end_inset
30169
30170 N
30171 \family default
30172 ) nummeriert werden.
30173  Die Formelnummer erscheint in \SpecialChar LyX
30174  hinter der Formel als Raute in runden Klammern.
30175  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
30176 \end_layout
30177
30178 \begin_layout Standard
30179 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
30180  Zeilen nummeriert.
30181  Man kann jedoch über das Menü 
30182 \family sans
30183 Bearbeiten\SpecialChar menuseparator
30184 Mathe\SpecialChar menuseparator
30185 Zeilennummerierung an/aus
30186 \family default
30187  (Tastenkürzel 
30188 \family sans
30189 Alt+M
30190 \begin_inset space ~
30191 \end_inset
30192
30193 Shift+N
30194 \family default
30195 ) für jede Zeile die Nummerierung festlegen.
30196 \end_layout
30197
30198 \begin_layout Standard
30199 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
30200  werden, siehe 
30201 \begin_inset CommandInset ref
30202 LatexCommand ref
30203 reference "sec:Formelstile"
30204
30205 \end_inset
30206
30207 .
30208 \end_layout
30209
30210 \begin_layout Subsection
30211 Querverweise
30212 \begin_inset Index idx
30213 status collapsed
30214
30215 \begin_layout Plain Layout
30216 Querverweise ! auf Formeln
30217 \end_layout
30218
30219 \end_inset
30220
30221
30222 \end_layout
30223
30224 \begin_layout Standard
30225 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
30226  Eine Marke wird mit dem Menü 
30227 \family sans
30228 Einfügen\SpecialChar menuseparator
30229 Marke
30230 \family default
30231  oder dem Werkzeugleistenknopf 
30232 \begin_inset Info
30233 type  "icon"
30234 arg   "label-insert"
30235 \end_inset
30236
30237  gesetzt.
30238  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
30239  Alternativ klickt man mit rechts auf die Formel und wählt 
30240 \family sans
30241 Formelmarke
30242 \family default
30243 .
30244  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
30245 \series bold
30246 eq:
30247 \series default
30248 , nachdem der eigentliche Markenname eingegeben wird.
30249  Der voreingestellte Eintrag steht für 
30250 \begin_inset Quotes gld
30251 \end_inset
30252
30253 equation
30254 \begin_inset Quotes grd
30255 \end_inset
30256
30257  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
30258  einer Formel und nicht zu einem Kapitel gehört.
30259  Um eine Marke zu ändern, wählt man wieder das Menü 
30260 \family sans
30261 Einfügen\SpecialChar menuseparator
30262 Marke
30263 \family default
30264  oder man klickt mit rechts auf eine Formel und dann auf 
30265 \family sans
30266 Formelmarke
30267 \family default
30268 .
30269 \end_layout
30270
30271 \begin_layout Standard
30272 Der Name der Marke erscheint in \SpecialChar LyX
30273  in zwei runden Klammern hinter der Formel.
30274  Eine Formel mit Marke wird immer nummeriert.
30275 \end_layout
30276
30277 \begin_layout Standard
30278 Querverweise werden mit dem Menü 
30279 \family sans
30280 Einfügen\SpecialChar menuseparator
30281 Querverweis
30282 \family default
30283  oder dem Werkzeugleistenknopf 
30284 \begin_inset Info
30285 type  "icon"
30286 arg   "dialog-show-new-inset ref"
30287 \end_inset
30288
30289  eingefügt.
30290  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
30291  Wenn man im Querverweis Dialogfenster das Format 
30292 \series bold
30293 (<Querverweis>)
30294 \series default
30295  wählt, erscheint der Querverweis als Formelnummer in Klammern.
30296 \begin_inset Newline newline
30297 \end_inset
30298
30299 Drückt man in \SpecialChar LyX
30300  mit der rechten Maustaste auf einen Querverweis, gelangt
30301  man zur Formel auf die verwiesen wird.
30302 \end_layout
30303
30304 \begin_layout Standard
30305 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
30306 \begin_inset Note Note
30307 status open
30308
30309 \begin_layout Plain Layout
30310 Man beachte die unterschiedlichen Querverweistypen.
30311 \end_layout
30312
30313 \end_inset
30314
30315
30316 \end_layout
30317
30318 \begin_layout Standard
30319 Die Gleichungen 
30320 \begin_inset CommandInset ref
30321 LatexCommand eqref
30322 reference "eq:tag"
30323
30324 \end_inset
30325
30326  und 
30327 \begin_inset CommandInset ref
30328 LatexCommand eqref
30329 reference "eq:c"
30330
30331 \end_inset
30332
30333  sind äquivalent.
30334  In (
30335 \begin_inset CommandInset ref
30336 LatexCommand ref
30337 reference "eq:Lat"
30338
30339 \end_inset
30340
30341 ) werden im Gegensatz zu (
30342 \begin_inset CommandInset ref
30343 LatexCommand ref
30344 reference "eq:Roem"
30345
30346 \end_inset
30347
30348 ) große lateinische Buchstaben zur Nummerierung verwendet.
30349 \end_layout
30350
30351 \begin_layout Standard
30352 \begin_inset VSpace medskip
30353 \end_inset
30354
30355 Ist im Argument von 
30356 \series bold
30357
30358 \backslash
30359 tag
30360 \begin_inset Foot
30361 status collapsed
30362
30363 \begin_layout Plain Layout
30364
30365 \series bold
30366
30367 \backslash
30368 tag
30369 \series default
30370  ist in 
30371 \begin_inset CommandInset ref
30372 LatexCommand ref
30373 reference "subsec:Benutzerdefinierte-Nummerierung"
30374
30375 \end_inset
30376
30377  beschrieben.
30378 \end_layout
30379
30380 \end_inset
30381
30382
30383 \series default
30384  wie in 
30385 \begin_inset CommandInset ref
30386 LatexCommand ref
30387 reference "subsec:Absatzboxen"
30388
30389 \end_inset
30390
30391  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
30392 \end_layout
30393
30394 \begin_layout Subsection
30395 Unternummerierung
30396 \begin_inset Index idx
30397 status collapsed
30398
30399 \begin_layout Plain Layout
30400 Formelnummerierung ! Unternummerierung
30401 \end_layout
30402
30403 \end_inset
30404
30405
30406 \end_layout
30407
30408 \begin_layout Standard
30409 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
30410  
30411 \begin_inset Newline newline
30412 \end_inset
30413
30414
30415 \series bold
30416
30417 \backslash
30418 begin{subequations}
30419 \series default
30420  und 
30421 \series bold
30422
30423 \backslash
30424 end{subequations}
30425 \series default
30426  erreichen.
30427  Beide Befehle werden im \SpecialChar TeX
30428 -Modus eingegeben.
30429 \end_layout
30430
30431 \begin_layout Standard
30432 Dazu ein Beispiel:
30433 \begin_inset Formula 
30434 \begin{equation}
30435 A=C-B\label{eq:a}
30436 \end{equation}
30437
30438 \end_inset
30439
30440
30441 \begin_inset ERT
30442 status collapsed
30443
30444 \begin_layout Plain Layout
30445
30446
30447 \backslash
30448 addtocounter{equation}{-1}
30449 \end_layout
30450
30451 \end_inset
30452
30453
30454 \begin_inset ERT
30455 status collapsed
30456
30457 \begin_layout Plain Layout
30458
30459
30460 \backslash
30461 begin{subequations}
30462 \end_layout
30463
30464 \end_inset
30465
30466
30467 \begin_inset VSpace -5mm
30468 \end_inset
30469
30470
30471 \begin_inset Formula 
30472 \begin{equation}
30473 B=C-A\label{eq:b}
30474 \end{equation}
30475
30476 \end_inset
30477
30478
30479 \begin_inset Formula 
30480 \begin{equation}
30481 C=A+B\label{eq:c}
30482 \end{equation}
30483
30484 \end_inset
30485
30486
30487 \end_layout
30488
30489 \begin_layout Standard
30490 \begin_inset ERT
30491 status collapsed
30492
30493 \begin_layout Plain Layout
30494
30495
30496 \backslash
30497 end{subequations}
30498 \end_layout
30499
30500 \end_inset
30501
30502
30503 \end_layout
30504
30505 \begin_layout Standard
30506 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30507 \end_layout
30508
30509 \begin_layout Enumerate
30510 erste Formel eingeben
30511 \end_layout
30512
30513 \begin_layout Enumerate
30514
30515 \series bold
30516
30517 \backslash
30518 addtocounter{equation}{-1} 
30519 \backslash
30520 begin{subequations}
30521 \begin_inset Index idx
30522 status collapsed
30523
30524 \begin_layout Plain Layout
30525 Befehle ! A ! 
30526 \backslash
30527 addtocounter
30528 \end_layout
30529
30530 \end_inset
30531
30532
30533 \begin_inset Newline newline
30534 \end_inset
30535
30536
30537 \series default
30538 nach der ersten Formel einfügen
30539 \end_layout
30540
30541 \begin_layout Enumerate
30542 zweite Formel eingeben
30543 \end_layout
30544
30545 \begin_layout Enumerate
30546 dritte Formel eingeben
30547 \end_layout
30548
30549 \begin_layout Enumerate
30550
30551 \series bold
30552
30553 \backslash
30554 end{subequations}
30555 \series default
30556  nach der dritten Formel einfügen
30557 \end_layout
30558
30559 \begin_layout Standard
30560 Jede Formel, die zwischen den Befehlen 
30561 \series bold
30562
30563 \backslash
30564 begin
30565 \series default
30566  und 
30567 \series bold
30568
30569 \backslash
30570 end
30571 \series default
30572  steht, wird mit a, b, c, \SpecialChar ldots
30573  untergliedert.
30574  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30575  Alle untergliederten Formeln gelten als 
30576 \emph on
30577 eine
30578 \emph default
30579  nummerierte Formel.
30580  Da jede nummerierte Formel den Formelzähler 
30581 \series bold
30582 equation
30583 \series default
30584  um Eins erhöht, ist der Befehl 
30585 \series bold
30586
30587 \backslash
30588 addtocounter
30589 \series default
30590  notwendig um den Zähler wieder zu erniedrigen.
30591  Ansonsten würden die Formeln 
30592 \begin_inset CommandInset ref
30593 LatexCommand eqref
30594 reference "eq:a"
30595
30596 \end_inset
30597
30598
30599 \begin_inset CommandInset ref
30600 LatexCommand eqref
30601 reference "eq:b"
30602
30603 \end_inset
30604
30605
30606 \begin_inset CommandInset ref
30607 LatexCommand eqref
30608 reference "eq:c"
30609
30610 \end_inset
30611
30612  als 
30613 \begin_inset CommandInset ref
30614 LatexCommand eqref
30615 reference "eq:a"
30616
30617 \end_inset
30618
30619
30620 \begin_inset CommandInset ref
30621 LatexCommand eqref
30622 reference "eq:d"
30623
30624 \end_inset
30625
30626
30627 \begin_inset CommandInset ref
30628 LatexCommand eqref
30629 reference "eq:f"
30630
30631 \end_inset
30632
30633  nummeriert werden.
30634 \end_layout
30635
30636 \begin_layout Standard
30637 Durch die Eingabe der Befehle im \SpecialChar TeX
30638 -Modus wird zwischen den ersten beiden
30639  Formeln automatisch etwas Leerraum erstellt.
30640  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30641 \series bold
30642
30643 \backslash
30644 begin{subequations}
30645 \series default
30646  -5
30647 \begin_inset space \thinspace{}
30648 \end_inset
30649
30650 mm vertikalen Leerraum ein.
30651  Ist der Formelstil 
30652 \series bold
30653 Eingerückt
30654 \begin_inset Foot
30655 status collapsed
30656
30657 \begin_layout Plain Layout
30658 Formelstile siehe 
30659 \begin_inset CommandInset ref
30660 LatexCommand ref
30661 reference "sec:Formelstile"
30662
30663 \end_inset
30664
30665
30666 \end_layout
30667
30668 \end_inset
30669
30670
30671 \series default
30672  gewählt, fügt man -7
30673 \begin_inset space \thinspace{}
30674 \end_inset
30675
30676 mm Leerraum ein.
30677 \end_layout
30678
30679 \begin_layout Standard
30680 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30681  der zweiten Zeile abgeschaltet wurde:
30682 \begin_inset ERT
30683 status collapsed
30684
30685 \begin_layout Plain Layout
30686
30687
30688 \backslash
30689 begin{subequations}
30690 \end_layout
30691
30692 \end_inset
30693
30694
30695 \begin_inset Formula 
30696 \begin{eqnarray}
30697 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30698  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30699  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30700 \end{eqnarray}
30701
30702 \end_inset
30703
30704
30705 \begin_inset ERT
30706 status collapsed
30707
30708 \begin_layout Plain Layout
30709
30710
30711 \backslash
30712 end{subequations}
30713 \end_layout
30714
30715 \end_inset
30716
30717
30718 \end_layout
30719
30720 \begin_layout Subsection
30721 Benutzerdefinierte Nummerierung
30722 \begin_inset CommandInset label
30723 LatexCommand label
30724 name "subsec:Benutzerdefinierte-Nummerierung"
30725
30726 \end_inset
30727
30728
30729 \begin_inset Index idx
30730 status collapsed
30731
30732 \begin_layout Plain Layout
30733 Formelnummerierung ! benutzerdefinierte
30734 \end_layout
30735
30736 \end_inset
30737
30738
30739 \end_layout
30740
30741 \begin_layout Standard
30742 \begin_inset Index idx
30743 status collapsed
30744
30745 \begin_layout Plain Layout
30746 Formelnummerierung ! eigene Klammern
30747 \end_layout
30748
30749 \end_inset
30750
30751 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30752  gesetzt.
30753  Will man diese Klammern z.
30754 \begin_inset space \thinspace{}
30755 \end_inset
30756
30757 B.
30758  durch senkrechte Striche ersetzen, gibt man im \SpecialChar LaTeX
30759 -Vorspann Folgendes an:
30760 \end_layout
30761
30762 \begin_layout Standard
30763
30764 \series bold
30765
30766 \backslash
30767 def
30768 \backslash
30769 tagform@#1{
30770 \backslash
30771 maketag@@@{|#1|}}
30772 \series default
30773
30774 \begin_inset Note Note
30775 status collapsed
30776
30777 \begin_layout Plain Layout
30778 Dieses Makro ist zum Testen bereits im \SpecialChar LaTeX
30779 -Vorspann angegeben.
30780  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30781  werden.
30782 \end_layout
30783
30784 \end_inset
30785
30786
30787 \end_layout
30788
30789 \begin_layout Standard
30790 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30791 \series bold
30792 #1
30793 \series default
30794  durch ein oder mehrere gewünschte Zeichen.
30795  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30796 \end_layout
30797
30798 \begin_layout Standard
30799 \begin_inset VSpace bigskip
30800 \end_inset
30801
30802 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30803  hinter der Formel stehen, benutzt man den Befehl 
30804 \series bold
30805
30806 \backslash
30807 tag
30808 \series default
30809
30810 \begin_inset Index idx
30811 status collapsed
30812
30813 \begin_layout Plain Layout
30814 Befehle ! T ! 
30815 \backslash
30816 tag
30817 \end_layout
30818
30819 \end_inset
30820
30821 :
30822 \begin_inset Formula 
30823 \begin{equation}
30824 A+B=C\tag{etwas}\label{eq:tag}
30825 \end{equation}
30826
30827 \end_inset
30828
30829  In diesem Beispiel wurde in der Formel der Befehl 
30830 \series bold
30831
30832 \backslash
30833 tag
30834 \series default
30835
30836 \begin_inset space \textvisiblespace{}
30837 \end_inset
30838
30839
30840 \series bold
30841 etwas
30842 \series default
30843  eingegeben.
30844 \end_layout
30845
30846 \begin_layout Standard
30847 Gibt man stattdessen 
30848 \series bold
30849
30850 \backslash
30851 tag*
30852 \series default
30853
30854 \begin_inset space \textvisiblespace{}
30855 \end_inset
30856
30857
30858 \series bold
30859 etwas
30860 \series default
30861  ein, verhindert der Stern die Klammern um den Ausdruck:
30862 \begin_inset Formula 
30863 \[
30864 A+B=C\tag*{etwas}
30865 \]
30866
30867 \end_inset
30868
30869
30870 \end_layout
30871
30872 \begin_layout Standard
30873 \begin_inset VSpace bigskip
30874 \end_inset
30875
30876 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30877  oder 
30878 \begin_inset ERT
30879 status collapsed
30880
30881 \begin_layout Plain Layout
30882
30883
30884 \backslash
30885 mbox{
30886 \end_layout
30887
30888 \end_inset
30889
30890 -abschnitt
30891 \begin_inset ERT
30892 status collapsed
30893
30894 \begin_layout Plain Layout
30895
30896 }
30897 \end_layout
30898
30899 \end_inset
30900
30901
30902 \begin_inset Note Note
30903 status collapsed
30904
30905 \begin_layout Plain Layout
30906 Der Befehl 
30907 \series bold
30908
30909 \backslash
30910 mbox
30911 \series default
30912  verhindert, dass am Bindestrich umgebrochen wird.
30913 \end_layout
30914
30915 \end_inset
30916
30917  beginnt, verwendet man folgende \SpecialChar LaTeX
30918 -Vorspannzeile:
30919 \end_layout
30920
30921 \begin_layout Standard
30922
30923 \series bold
30924
30925 \backslash
30926 @addtoreset{equation}{part}
30927 \series default
30928
30929 \begin_inset Index idx
30930 status collapsed
30931
30932 \begin_layout Plain Layout
30933 Befehle ! 
30934 \begin_inset ERT
30935 status collapsed
30936
30937 \begin_layout Plain Layout
30938
30939 "
30940 \end_layout
30941
30942 \end_inset
30943
30944 @
30945 \begin_inset ERT
30946 status collapsed
30947
30948 \begin_layout Plain Layout
30949
30950 "
30951 \end_layout
30952
30953 \end_inset
30954
30955  ! 
30956 \backslash
30957
30958 \begin_inset ERT
30959 status collapsed
30960
30961 \begin_layout Plain Layout
30962
30963 "
30964 \end_layout
30965
30966 \end_inset
30967
30968 @
30969 \begin_inset ERT
30970 status collapsed
30971
30972 \begin_layout Plain Layout
30973
30974 "
30975 \end_layout
30976
30977 \end_inset
30978
30979 addtoreset
30980 \end_layout
30981
30982 \end_inset
30983
30984
30985 \begin_inset Newline newline
30986 \end_inset
30987
30988 bzw.
30989 \begin_inset Newline newline
30990 \end_inset
30991
30992
30993 \series bold
30994
30995 \backslash
30996 @addtoreset{equation}{section}
30997 \end_layout
30998
30999 \begin_layout Standard
31000 Um diese Befehle im \SpecialChar TeX
31001 -Modus benutzen zu können, muss das 
31002 \begin_inset Quotes gld
31003 \end_inset
31004
31005 @
31006 \begin_inset Quotes grd
31007 \end_inset
31008
31009  Zeichen für \SpecialChar LaTeX
31010  mit dem Befehl 
31011 \series bold
31012
31013 \backslash
31014 makeatletter
31015 \series default
31016  
31017 \begin_inset Quotes gld
31018 \end_inset
31019
31020 aktiv
31021 \begin_inset Quotes grd
31022 \end_inset
31023
31024  gemacht werden.
31025  Der Befehl 
31026 \series bold
31027
31028 \backslash
31029 makeatother
31030 \series default
31031  macht dies wieder rückgängig.
31032  Daher ist die Befehlssequenz im \SpecialChar TeX
31033 -Modus:
31034 \end_layout
31035
31036 \begin_layout Standard
31037
31038 \series bold
31039
31040 \backslash
31041 makeatletter
31042 \begin_inset Newline newline
31043 \end_inset
31044
31045
31046 \backslash
31047 @addtoreset{equation}{section}
31048 \begin_inset Newline newline
31049 \end_inset
31050
31051
31052 \backslash
31053 makeatother
31054 \end_layout
31055
31056 \begin_layout Standard
31057 Im \SpecialChar LaTeX
31058 -Vorspann können 
31059 \series bold
31060
31061 \backslash
31062 makeatletter
31063 \series default
31064  und 
31065 \series bold
31066
31067 \backslash
31068 makeatother
31069 \series default
31070  weggelassen werden, da \SpecialChar LyX
31071  sie automatisch intern einfügt.
31072 \end_layout
31073
31074 \begin_layout Standard
31075 Um 
31076 \series bold
31077
31078 \backslash
31079 @addtoreset
31080 \series default
31081  rückgängig zu machen, muss die Datei 
31082 \series bold
31083 remreset.sty
31084 \series default
31085
31086 \begin_inset Foot
31087 status collapsed
31088
31089 \begin_layout Plain Layout
31090
31091 \series bold
31092 remreset
31093 \series default
31094  ist Teil des \SpecialChar LaTeX
31095 -Paketes 
31096 \series bold
31097 carlisle
31098 \series default
31099
31100 \begin_inset Index idx
31101 status collapsed
31102
31103 \begin_layout Plain Layout
31104 Pakete ! carlisle
31105 \end_layout
31106
31107 \end_inset
31108
31109 , das Teil jeder \SpecialChar LaTeX
31110 -Standardinstallation ist.
31111 \end_layout
31112
31113 \end_inset
31114
31115
31116 \begin_inset Index idx
31117 status collapsed
31118
31119 \begin_layout Plain Layout
31120 Pakete ! remreset
31121 \end_layout
31122
31123 \end_inset
31124
31125  im \SpecialChar LaTeX
31126 -Vorspann mit der Zeile
31127 \end_layout
31128
31129 \begin_layout Standard
31130
31131 \series bold
31132
31133 \backslash
31134 usepackage{remreset}
31135 \end_layout
31136
31137 \begin_layout Standard
31138 geladen werden.
31139  Dann kann der Befehl 
31140 \series bold
31141
31142 \backslash
31143 @removefromreset
31144 \series default
31145
31146 \begin_inset Index idx
31147 status collapsed
31148
31149 \begin_layout Plain Layout
31150 Befehle ! 
31151 \begin_inset ERT
31152 status collapsed
31153
31154 \begin_layout Plain Layout
31155
31156 "
31157 \end_layout
31158
31159 \end_inset
31160
31161 @
31162 \begin_inset ERT
31163 status collapsed
31164
31165 \begin_layout Plain Layout
31166
31167 "
31168 \end_layout
31169
31170 \end_inset
31171
31172  ! 
31173 \backslash
31174
31175 \begin_inset ERT
31176 status collapsed
31177
31178 \begin_layout Plain Layout
31179
31180 "
31181 \end_layout
31182
31183 \end_inset
31184
31185 @
31186 \begin_inset ERT
31187 status collapsed
31188
31189 \begin_layout Plain Layout
31190
31191 "
31192 \end_layout
31193
31194 \end_inset
31195
31196 removefromreset
31197 \end_layout
31198
31199 \end_inset
31200
31201  mit dem selben Schema wie 
31202 \series bold
31203
31204 \backslash
31205 @addtoreset
31206 \series default
31207  benutzt werden.
31208 \end_layout
31209
31210 \begin_layout Standard
31211 \begin_inset VSpace bigskip
31212 \end_inset
31213
31214 Oftmals möchte man Formeln in folgender Art nummerieren:
31215 \end_layout
31216
31217 \begin_layout Standard
31218
31219 \family typewriter
31220 (Kapitelnummer.Formelnummer)
31221 \end_layout
31222
31223 \begin_layout Standard
31224 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
31225 \end_layout
31226
31227 \begin_layout Standard
31228 Für diesen Fall gibt es den Befehl 
31229 \series bold
31230
31231 \backslash
31232 numberwithin
31233 \series default
31234
31235 \begin_inset Index idx
31236 status collapsed
31237
31238 \begin_layout Plain Layout
31239 Befehle ! N ! 
31240 \backslash
31241 numberwithin
31242 \end_layout
31243
31244 \end_inset
31245
31246 , der nach folgendem Schema benutzt wird:
31247 \end_layout
31248
31249 \begin_layout Standard
31250
31251 \series bold
31252
31253 \backslash
31254 numberwithin{Zähler}{Gliederung}
31255 \end_layout
31256
31257 \begin_layout Standard
31258 Zähler gibt an, welche Nummerierung betroffen ist.
31259  Gliederung gibt an, welche Nummer vor dem Punkt steht.
31260 \end_layout
31261
31262 \begin_layout Standard
31263 In unserem Fall gibt man demnach folgende \SpecialChar LaTeX
31264 -Vorspann- oder \SpecialChar TeX
31265 -Code-Zeile ein:
31266 \end_layout
31267
31268 \begin_layout Standard
31269
31270 \series bold
31271
31272 \backslash
31273 numberwithin{equation}{section}
31274 \end_layout
31275
31276 \begin_layout Standard
31277 Das ist das Ergebnis:
31278 \begin_inset ERT
31279 status collapsed
31280
31281 \begin_layout Plain Layout
31282
31283
31284 \backslash
31285 numberwithin{equation}{section}
31286 \end_layout
31287
31288 \end_inset
31289
31290
31291 \begin_inset Formula 
31292 \begin{equation}
31293 A+B=C
31294 \end{equation}
31295
31296 \end_inset
31297
31298
31299 \end_layout
31300
31301 \begin_layout Standard
31302 Möchte man z.
31303 \begin_inset space \thinspace{}
31304 \end_inset
31305
31306 B.
31307  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
31308  gibt man 
31309 \series bold
31310
31311 \backslash
31312 numberwithin{table}{part}
31313 \series default
31314  ein.
31315 \end_layout
31316
31317 \begin_layout Standard
31318 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
31319 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
31320  folgenden Befehl als \SpecialChar TeX
31321 -Code oder als \SpecialChar LaTeX
31322 -Vorspannzeile ein:
31323 \end_layout
31324
31325 \begin_layout Standard
31326
31327 \series bold
31328
31329 \backslash
31330 renewcommand{
31331 \backslash
31332 theequation}{
31333 \backslash
31334 arabic{equation}}
31335 \begin_inset Index idx
31336 status collapsed
31337
31338 \begin_layout Plain Layout
31339 Befehle ! A ! 
31340 \backslash
31341 arabic
31342 \end_layout
31343
31344 \end_inset
31345
31346
31347 \series default
31348
31349 \begin_inset ERT
31350 status collapsed
31351
31352 \begin_layout Plain Layout
31353
31354
31355 \backslash
31356 renewcommand{
31357 \backslash
31358 theequation}{
31359 \backslash
31360 arabic{equation}}
31361 \end_layout
31362
31363 \end_inset
31364
31365
31366 \series bold
31367
31368 \begin_inset Newline newline
31369 \end_inset
31370
31371
31372 \series default
31373 bzw.
31374 \series bold
31375
31376 \begin_inset Newline newline
31377 \end_inset
31378
31379
31380 \backslash
31381 renewcommand{
31382 \backslash
31383 thetable}{
31384 \backslash
31385 arabic{table}}
31386 \end_layout
31387
31388 \begin_layout Standard
31389
31390 \series bold
31391
31392 \backslash
31393 numberwithin
31394 \series default
31395  benutzt intern den oben beschriebenen Befehl 
31396 \series bold
31397
31398 \backslash
31399 @addtoreset
31400 \series default
31401 , der ebenfalls rückgängig gemacht werden muss.
31402 \begin_inset ERT
31403 status collapsed
31404
31405 \begin_layout Plain Layout
31406
31407
31408 \backslash
31409 makeatletter
31410 \end_layout
31411
31412 \begin_layout Plain Layout
31413
31414
31415 \backslash
31416 @removefromreset{equation}{section}
31417 \end_layout
31418
31419 \begin_layout Plain Layout
31420
31421
31422 \backslash
31423 makeatother
31424 \end_layout
31425
31426 \end_inset
31427
31428
31429 \end_layout
31430
31431 \begin_layout Subsection
31432 Nummerierung mit römischen Zahlen und Buchstaben
31433 \begin_inset Index idx
31434 status collapsed
31435
31436 \begin_layout Plain Layout
31437 Formelnummerierung ! mit Buchstaben
31438 \end_layout
31439
31440 \end_inset
31441
31442
31443 \begin_inset Index idx
31444 status collapsed
31445
31446 \begin_layout Plain Layout
31447 Formelnummerierung ! mit römischen Zahlen
31448 \end_layout
31449
31450 \end_inset
31451
31452
31453 \end_layout
31454
31455 \begin_layout Standard
31456 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
31457  werden.
31458  Um z.
31459 \begin_inset space \thinspace{}
31460 \end_inset
31461
31462 B.
31463  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
31464  \SpecialChar TeX
31465 -Modus den Befehl
31466 \end_layout
31467
31468 \begin_layout Standard
31469
31470 \series bold
31471
31472 \backslash
31473 renewcommand{
31474 \backslash
31475 theequation}{
31476 \backslash
31477 roman{equation}}
31478 \end_layout
31479
31480 \begin_layout Standard
31481 ein.
31482  
31483 \series bold
31484
31485 \backslash
31486 renewcommand
31487 \series default
31488
31489 \begin_inset Index idx
31490 status collapsed
31491
31492 \begin_layout Plain Layout
31493 Befehle ! R ! 
31494 \backslash
31495 renewcommand
31496 \end_layout
31497
31498 \end_inset
31499
31500  weist dem vordefinierten Befehl 
31501 \series bold
31502
31503 \backslash
31504 theequation
31505 \series default
31506  den Befehl
31507 \begin_inset Newline linebreak
31508 \end_inset
31509
31510
31511 \series bold
31512
31513 \backslash
31514 roman{equation}
31515 \series default
31516  zu.
31517 \begin_inset Foot
31518 status collapsed
31519
31520 \begin_layout Plain Layout
31521 Der Befehl 
31522 \series bold
31523
31524 \backslash
31525 renewcommand
31526 \series default
31527  besitzt dasselbe Schema wie der in 
31528 \begin_inset CommandInset ref
31529 LatexCommand ref
31530 reference "subsec:Der-Befehl-newcommand"
31531
31532 \end_inset
31533
31534  beschriebene Befehl
31535 \begin_inset Newline newline
31536 \end_inset
31537
31538
31539 \series bold
31540
31541 \backslash
31542 newcommand
31543 \series default
31544 .
31545 \end_layout
31546
31547 \end_inset
31548
31549  
31550 \series bold
31551 equation
31552 \series default
31553  ist der Formelzähler.
31554  Stellt man einem Zähler den Befehl 
31555 \series bold
31556
31557 \backslash
31558 the
31559 \series default
31560  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31561  wird.
31562  Gibt man an, dass eine Formel nummeriert wird, setzt \SpecialChar LaTeX
31563  intern den Befehl
31564  
31565 \series bold
31566
31567 \backslash
31568 theequation
31569 \series default
31570  hinter die Formel.
31571  
31572 \series bold
31573
31574 \backslash
31575 roman{equation}
31576 \begin_inset Index idx
31577 status collapsed
31578
31579 \begin_layout Plain Layout
31580 Befehle ! R ! 
31581 \backslash
31582 roman
31583 \end_layout
31584
31585 \end_inset
31586
31587
31588 \series default
31589  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31590 \end_layout
31591
31592 \begin_layout Standard
31593 Alle Formeln nach dem 
31594 \series bold
31595
31596 \backslash
31597 renewcommand
31598 \series default
31599 -Befehl werden nun römisch nummeriert.
31600  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31601  den Befehl erneut ein, ersetzt aber 
31602 \series bold
31603
31604 \backslash
31605 roman
31606 \series default
31607  durch 
31608 \series bold
31609
31610 \backslash
31611 Roman
31612 \series default
31613
31614 \begin_inset Index idx
31615 status collapsed
31616
31617 \begin_layout Plain Layout
31618 Befehle ! R ! 
31619 \backslash
31620 roman@
31621 \backslash
31622 Roman
31623 \end_layout
31624
31625 \end_inset
31626
31627 .
31628  Für die 
31629 \begin_inset Quotes gld
31630 \end_inset
31631
31632 Nummerierung
31633 \begin_inset Quotes grd
31634 \end_inset
31635
31636  mit lateinischen Buchstaben gibt es den Befehl 
31637 \series bold
31638
31639 \backslash
31640 alph
31641 \series default
31642
31643 \begin_inset Index idx
31644 status collapsed
31645
31646 \begin_layout Plain Layout
31647 Befehle ! A ! 
31648 \backslash
31649 alph
31650 \end_layout
31651
31652 \end_inset
31653
31654  für kleine und 
31655 \series bold
31656
31657 \backslash
31658 Alph
31659 \series default
31660
31661 \begin_inset Index idx
31662 status collapsed
31663
31664 \begin_layout Plain Layout
31665 Befehle ! A ! 
31666 \backslash
31667 alph@
31668 \backslash
31669 Alph
31670 \end_layout
31671
31672 \end_inset
31673
31674  für große Buchstaben.
31675 \end_layout
31676
31677 \begin_layout Standard
31678 \begin_inset Note Greyedout
31679 status open
31680
31681 \begin_layout Plain Layout
31682
31683 \series bold
31684 \color none
31685 Achtung:
31686 \series default
31687  Es können nur maximal 26
31688 \begin_inset space ~
31689 \end_inset
31690
31691 Formeln in einem Dokument mit lateinischen Buchstaben nummeriert werden.
31692 \end_layout
31693
31694 \end_inset
31695
31696
31697 \end_layout
31698
31699 \begin_layout Standard
31700 \begin_inset ERT
31701 status collapsed
31702
31703 \begin_layout Plain Layout
31704
31705
31706 \backslash
31707 renewcommand{
31708 \backslash
31709 theequation}{
31710 \backslash
31711 roman{equation}}
31712 \end_layout
31713
31714 \end_inset
31715
31716
31717 \end_layout
31718
31719 \begin_layout Standard
31720 \begin_inset Formula 
31721 \begin{equation}
31722 A=\textrm{römisch}
31723 \end{equation}
31724
31725 \end_inset
31726
31727
31728 \begin_inset ERT
31729 status collapsed
31730
31731 \begin_layout Plain Layout
31732
31733
31734 \backslash
31735 renewcommand{
31736 \backslash
31737 theequation}{
31738 \backslash
31739 Roman{equation}}
31740 \end_layout
31741
31742 \end_inset
31743
31744
31745 \begin_inset Formula 
31746 \begin{equation}
31747 B=\textrm{Römisch}\label{eq:Roem}
31748 \end{equation}
31749
31750 \end_inset
31751
31752
31753 \begin_inset ERT
31754 status collapsed
31755
31756 \begin_layout Plain Layout
31757
31758
31759 \backslash
31760 renewcommand{
31761 \backslash
31762 theequation}{
31763 \backslash
31764 alph{equation}}
31765 \end_layout
31766
31767 \end_inset
31768
31769
31770 \begin_inset Formula 
31771 \begin{equation}
31772 C=\textrm{lateinisch}
31773 \end{equation}
31774
31775 \end_inset
31776
31777
31778 \begin_inset ERT
31779 status collapsed
31780
31781 \begin_layout Plain Layout
31782
31783
31784 \backslash
31785 renewcommand{
31786 \backslash
31787 theequation}{
31788 \backslash
31789 Alph{equation}}
31790 \end_layout
31791
31792 \end_inset
31793
31794
31795 \begin_inset Formula 
31796 \begin{equation}
31797 D=\textrm{Lateinisch}\label{eq:Lat}
31798 \end{equation}
31799
31800 \end_inset
31801
31802
31803 \end_layout
31804
31805 \begin_layout Standard
31806 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31807  ein:
31808 \end_layout
31809
31810 \begin_layout Standard
31811
31812 \series bold
31813
31814 \backslash
31815 renewcommand{
31816 \backslash
31817 theequation}{
31818 \backslash
31819 arabic{equation}}
31820 \begin_inset Index idx
31821 status collapsed
31822
31823 \begin_layout Plain Layout
31824 Befehle ! A ! 
31825 \backslash
31826 arabic
31827 \end_layout
31828
31829 \end_inset
31830
31831
31832 \end_layout
31833
31834 \begin_layout Standard
31835 \begin_inset ERT
31836 status collapsed
31837
31838 \begin_layout Plain Layout
31839
31840
31841 \backslash
31842 renewcommand{
31843 \backslash
31844 theequation}{
31845 \backslash
31846 arabic{equation}}
31847 \end_layout
31848
31849 \end_inset
31850
31851
31852 \begin_inset Formula 
31853 \begin{equation}
31854 E=\textrm{arabisch}
31855 \end{equation}
31856
31857 \end_inset
31858
31859
31860 \end_layout
31861
31862 \begin_layout Standard
31863 \begin_inset VSpace medskip
31864 \end_inset
31865
31866 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31867 riert.
31868  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31869  beginnen, müssen neue Formelzähler angelegt werden.
31870  Eine Beschreibung dazu findet man in der Datei 
31871 \begin_inset CommandInset href
31872 LatexCommand href
31873 name "Formelnummerierung.lyx"
31874 target "run:Formelnummerierung.lyx"
31875
31876 \end_inset
31877
31878 .
31879 \end_layout
31880
31881 \begin_layout Section
31882 Chemische Symbole und Reaktionsgleichungen
31883 \begin_inset CommandInset label
31884 LatexCommand label
31885 name "subsec:Chemische-Symbole-und"
31886
31887 \end_inset
31888
31889
31890 \begin_inset Index idx
31891 status collapsed
31892
31893 \begin_layout Plain Layout
31894 chemische Zeichen ! Symbole
31895 \end_layout
31896
31897 \end_inset
31898
31899
31900 \begin_inset Index idx
31901 status collapsed
31902
31903 \begin_layout Plain Layout
31904 Reaktionsgleichungen
31905 \end_layout
31906
31907 \end_inset
31908
31909
31910 \begin_inset Index idx
31911 status collapsed
31912
31913 \begin_layout Plain Layout
31914 Symbole ! chemische
31915 \end_layout
31916
31917 \end_inset
31918
31919
31920 \end_layout
31921
31922 \begin_layout Standard
31923 Ein Beispieltext aus der Chemie:
31924 \end_layout
31925
31926 \begin_layout Quote
31927 Das 
31928 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31929 \end_inset
31930
31931 -Ion verbindet sich mit zwei 
31932 \begin_inset Formula $\mathrm{Na^{+}}$
31933 \end_inset
31934
31935 -Ionen zu Natriumsulfat 
31936 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31937 \end_inset
31938
31939 .
31940  Die Reaktionsgleichung dazu lautet:
31941 \begin_inset Formula 
31942 \begin{equation}
31943 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}
31944 \end{equation}
31945
31946 \end_inset
31947
31948
31949 \end_layout
31950
31951 \begin_layout Standard
31952 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
31953  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
31954  in der Formel und wandelt diese mit der Tastenkombination 
31955 \family sans
31956 Alt+Z
31957 \begin_inset space ~
31958 \end_inset
31959
31960 R
31961 \family default
31962  in den aufrechten Schriftstil um.
31963 \begin_inset Foot
31964 status collapsed
31965
31966 \begin_layout Plain Layout
31967 Schriftstile siehe 
31968 \begin_inset CommandInset ref
31969 LatexCommand ref
31970 reference "subsec:Schriftstile"
31971
31972 \end_inset
31973
31974
31975 \end_layout
31976
31977 \end_inset
31978
31979
31980 \end_layout
31981
31982 \begin_layout Standard
31983 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
31984 \series bold
31985  
31986 \backslash
31987 ce
31988 \series default
31989
31990 \begin_inset Index idx
31991 status collapsed
31992
31993 \begin_layout Plain Layout
31994 Befehle ! C ! 
31995 \backslash
31996 ce
31997 \end_layout
31998
31999 \end_inset
32000
32001  zu benutzen.
32002  Dieser ist verfügbar, wenn das \SpecialChar LaTeX
32003 -Paket 
32004 \series bold
32005 mhchem
32006 \series default
32007
32008 \begin_inset Index idx
32009 status collapsed
32010
32011 \begin_layout Plain Layout
32012 Pakete ! mhchem
32013 \end_layout
32014
32015 \end_inset
32016
32017  installiert ist.
32018  Nachdem 
32019 \series bold
32020
32021 \backslash
32022 ce
32023 \series default
32024  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
32025  Formeln in intuitiver Weise eingegeben werden können.
32026 \begin_inset Separator parbreak
32027 \end_inset
32028
32029
32030 \end_layout
32031
32032 \begin_layout Standard
32033 \align center
32034 \begin_inset Tabular
32035 <lyxtabular version="3" rows="10" columns="2">
32036 <features tabularvalignment="middle">
32037 <column alignment="center" valignment="top">
32038 <column alignment="center" valignment="top">
32039 <row>
32040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32041 \begin_inset Text
32042
32043 \begin_layout Plain Layout
32044 Befehl
32045 \end_layout
32046
32047 \end_inset
32048 </cell>
32049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32050 \begin_inset Text
32051
32052 \begin_layout Plain Layout
32053 Ergebnis
32054 \begin_inset Note Note
32055 status collapsed
32056
32057 \begin_layout Plain Layout
32058
32059 \series bold
32060
32061 \backslash
32062 raisebox
32063 \series default
32064  dient nur als Abstandhalter.
32065 \end_layout
32066
32067 \end_inset
32068
32069
32070 \end_layout
32071
32072 \end_inset
32073 </cell>
32074 </row>
32075 <row>
32076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32077 \begin_inset Text
32078
32079 \begin_layout Plain Layout
32080
32081 \backslash
32082 ce
32083 \begin_inset space \textvisiblespace{}
32084 \end_inset
32085
32086 H2CO3
32087 \end_layout
32088
32089 \end_inset
32090 </cell>
32091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32092 \begin_inset Text
32093
32094 \begin_layout Plain Layout
32095 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32096 \end_inset
32097
32098
32099 \end_layout
32100
32101 \end_inset
32102 </cell>
32103 </row>
32104 <row>
32105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32106 \begin_inset Text
32107
32108 \begin_layout Plain Layout
32109
32110 \backslash
32111 ce
32112 \begin_inset space \textvisiblespace{}
32113 \end_inset
32114
32115 SO4^2-
32116 \end_layout
32117
32118 \end_inset
32119 </cell>
32120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32121 \begin_inset Text
32122
32123 \begin_layout Plain Layout
32124 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32125 \end_inset
32126
32127
32128 \end_layout
32129
32130 \end_inset
32131 </cell>
32132 </row>
32133 <row>
32134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32135 \begin_inset Text
32136
32137 \begin_layout Plain Layout
32138
32139 \backslash
32140 ce
32141 \begin_inset space \textvisiblespace{}
32142 \end_inset
32143
32144 (NH4)2S
32145 \end_layout
32146
32147 \end_inset
32148 </cell>
32149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32150 \begin_inset Text
32151
32152 \begin_layout Plain Layout
32153 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32154 \end_inset
32155
32156
32157 \end_layout
32158
32159 \end_inset
32160 </cell>
32161 </row>
32162 <row>
32163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32164 \begin_inset Text
32165
32166 \begin_layout Plain Layout
32167
32168 \backslash
32169 ce
32170 \begin_inset space \textvisiblespace{}
32171 \end_inset
32172
32173 KCr(SO4)2.12H2O
32174 \end_layout
32175
32176 \end_inset
32177 </cell>
32178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32179 \begin_inset Text
32180
32181 \begin_layout Plain Layout
32182 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32183 \end_inset
32184
32185
32186 \end_layout
32187
32188 \end_inset
32189 </cell>
32190 </row>
32191 <row>
32192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32193 \begin_inset Text
32194
32195 \begin_layout Plain Layout
32196
32197 \backslash
32198 ce
32199 \begin_inset space \textvisiblespace{}
32200 \end_inset
32201
32202 A-B
32203 \backslash
32204 dbond
32205 \begin_inset space \textvisiblespace{}
32206 \end_inset
32207
32208 C
32209 \backslash
32210 tbond
32211 \begin_inset space \textvisiblespace{}
32212 \end_inset
32213
32214 D
32215 \end_layout
32216
32217 \end_inset
32218 </cell>
32219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32220 \begin_inset Text
32221
32222 \begin_layout Plain Layout
32223 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32224 \end_inset
32225
32226
32227 \end_layout
32228
32229 \end_inset
32230 </cell>
32231 </row>
32232 <row>
32233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32234 \begin_inset Text
32235
32236 \begin_layout Plain Layout
32237
32238 \backslash
32239 ce
32240 \begin_inset space \textvisiblespace{}
32241 \end_inset
32242
32243 ^227
32244 \begin_inset Formula $\downarrow$
32245 \end_inset
32246
32247 _90
32248 \begin_inset Formula $\to$
32249 \end_inset
32250
32251 Th+
32252 \end_layout
32253
32254 \end_inset
32255 </cell>
32256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32257 \begin_inset Text
32258
32259 \begin_layout Plain Layout
32260 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32261 \end_inset
32262
32263
32264 \end_layout
32265
32266 \end_inset
32267 </cell>
32268 </row>
32269 <row>
32270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32271 \begin_inset Text
32272
32273 \begin_layout Plain Layout
32274
32275 \backslash
32276 ce
32277 \begin_inset space \textvisiblespace{}
32278 \end_inset
32279
32280
32281 \backslash
32282 mu
32283 \begin_inset space \textvisiblespace{}
32284 \end_inset
32285
32286
32287 \backslash
32288 hyphen
32289 \begin_inset space \textvisiblespace{}
32290 \end_inset
32291
32292 Cl
32293 \end_layout
32294
32295 \end_inset
32296 </cell>
32297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32298 \begin_inset Text
32299
32300 \begin_layout Plain Layout
32301 \begin_inset Formula $\raisebox{4.5mm}{}\ce{\ensuremath{\mu\hyphen}Cl}\raisebox{-2mm}{}$
32302 \end_inset
32303
32304
32305 \end_layout
32306
32307 \end_inset
32308 </cell>
32309 </row>
32310 <row>
32311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32312 \begin_inset Text
32313
32314 \begin_layout Plain Layout
32315
32316 \backslash
32317 ce
32318 \begin_inset space \textvisiblespace{}
32319 \end_inset
32320
32321 CO2
32322 \begin_inset space \textvisiblespace{}
32323 \end_inset
32324
32325 +
32326 \begin_inset space \textvisiblespace{}
32327 \end_inset
32328
32329 C
32330 \begin_inset space \textvisiblespace{}
32331 \end_inset
32332
32333 <=>
32334 \begin_inset space \textvisiblespace{}
32335 \end_inset
32336
32337 2CO
32338 \end_layout
32339
32340 \end_inset
32341 </cell>
32342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32343 \begin_inset Text
32344
32345 \begin_layout Plain Layout
32346 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32347 \end_inset
32348
32349
32350 \end_layout
32351
32352 \end_inset
32353 </cell>
32354 </row>
32355 <row>
32356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32357 \begin_inset Text
32358
32359 \begin_layout Plain Layout
32360
32361 \backslash
32362 ce
32363 \begin_inset space \textvisiblespace{}
32364 \end_inset
32365
32366 CO2
32367 \begin_inset space \textvisiblespace{}
32368 \end_inset
32369
32370 +
32371 \begin_inset space \textvisiblespace{}
32372 \end_inset
32373
32374 C
32375 \begin_inset space \textvisiblespace{}
32376 \end_inset
32377
32378 ->[
32379 \backslash
32380 alpha][
32381 \backslash
32382 beta]
32383 \begin_inset space \textvisiblespace{}
32384 \end_inset
32385
32386 2CO}
32387 \end_layout
32388
32389 \end_inset
32390 </cell>
32391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32392 \begin_inset Text
32393
32394 \begin_layout Plain Layout
32395 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32396 \end_inset
32397
32398
32399 \end_layout
32400
32401 \end_inset
32402 </cell>
32403 </row>
32404 </lyxtabular>
32405
32406 \end_inset
32407
32408
32409 \end_layout
32410
32411 \begin_layout Standard
32412 \begin_inset Note Greyedout
32413 status open
32414
32415 \begin_layout Plain Layout
32416
32417 \series bold
32418 \color none
32419 Achtung:
32420 \series default
32421  Es ist nicht möglich in \SpecialChar LyX
32422  das Zeichen ^ zu verwenden um einen Pfeil nach
32423  oben zu bekommen, wie es im 
32424 \series bold
32425 mhchem
32426 \series default
32427 -Handbuch steht.
32428  Man verwendet stattdessen einen kleinen negativen Leerraum gefolgt vom
32429  Befehl 
32430 \series bold
32431
32432 \backslash
32433 uparrow
32434 \series default
32435 :
32436 \begin_inset Newline newline
32437 \end_inset
32438
32439
32440 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32441 \end_inset
32442
32443
32444 \end_layout
32445
32446 \end_inset
32447
32448
32449 \end_layout
32450
32451 \begin_layout Standard
32452 Wird 
32453 \series bold
32454
32455 \backslash
32456 ce
32457 \series default
32458  benutzt, lautet der Befehl für Gleichung
32459 \begin_inset space ~
32460 \end_inset
32461
32462
32463 \begin_inset CommandInset ref
32464 LatexCommand eqref
32465 reference "eq:chemische-Reaktion"
32466
32467 \end_inset
32468
32469 :
32470 \begin_inset Newline newline
32471 \end_inset
32472
32473
32474 \series bold
32475  
32476 \backslash
32477 ce
32478 \series default
32479
32480 \begin_inset space \textvisiblespace{}
32481 \end_inset
32482
32483
32484 \series bold
32485 2Na+
32486 \series default
32487
32488 \begin_inset space \textvisiblespace{}
32489 \end_inset
32490
32491
32492 \series bold
32493 +
32494 \series default
32495
32496 \begin_inset space \textvisiblespace{}
32497 \end_inset
32498
32499
32500 \series bold
32501 SO4^2-
32502 \series default
32503
32504 \begin_inset space \textvisiblespace{}
32505 \end_inset
32506
32507
32508 \begin_inset space \textvisiblespace{}
32509 \end_inset
32510
32511
32512 \series bold
32513 ->
32514 \series default
32515
32516 \begin_inset space \textvisiblespace{}
32517 \end_inset
32518
32519
32520 \series bold
32521 Na2SO4
32522 \end_layout
32523
32524 \begin_layout Standard
32525 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
32526  Formel erstellt, wie in 
32527 \begin_inset CommandInset ref
32528 LatexCommand ref
32529 reference "sec:Mehrzeilige-Formeln"
32530
32531 \end_inset
32532
32533  beschrieben.
32534  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
32535 \series bold
32536
32537 \backslash
32538 ce
32539 \series default
32540  verwendet.
32541  
32542 \begin_inset CommandInset ref
32543 LatexCommand eqref
32544 reference "eq:TEOS-Reaktion-1"
32545
32546 \end_inset
32547
32548  und 
32549 \begin_inset CommandInset ref
32550 LatexCommand eqref
32551 reference "eq:TEOS-Reaktion-2"
32552
32553 \end_inset
32554
32555  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
32556  Gleichung eine eigene Nummer hat.
32557 \begin_inset Formula 
32558 \begin{eqnarray}
32559 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
32560 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
32561 \end{eqnarray}
32562
32563 \end_inset
32564
32565
32566 \end_layout
32567
32568 \begin_layout Standard
32569 Außer 
32570 \series bold
32571
32572 \backslash
32573 ce
32574 \series default
32575  bietet das Paket 
32576 \series bold
32577 mhchem
32578 \series default
32579  noch den Befehl 
32580 \series bold
32581
32582 \backslash
32583 cf
32584 \series default
32585
32586 \begin_inset Index idx
32587 status collapsed
32588
32589 \begin_layout Plain Layout
32590 Befehle ! C ! 
32591 \backslash
32592 cf
32593 \end_layout
32594
32595 \end_inset
32596
32597  für spezielle Fälle.
32598  Mehr über 
32599 \series bold
32600
32601 \backslash
32602 cf
32603 \series default
32604  und weitere Beispiele sind in der Dokumentation von 
32605 \series bold
32606 mhchem
32607 \series default
32608  zu finden, 
32609 \begin_inset CommandInset citation
32610 LatexCommand cite
32611 key "mhchem"
32612
32613 \end_inset
32614
32615 .
32616 \end_layout
32617
32618 \begin_layout Section
32619 Diagramme
32620 \end_layout
32621
32622 \begin_layout Standard
32623 \SpecialChar LyX
32624  unterstützt zwei Typen kommutativer Diagramme: 
32625 \series bold
32626 amscd
32627 \series default
32628  und 
32629 \series bold
32630 xymatrix
32631 \series default
32632 , die im Folgenden erläutert sind.
32633 \end_layout
32634
32635 \begin_layout Standard
32636 \begin_inset Newpage newpage
32637 \end_inset
32638
32639
32640 \end_layout
32641
32642 \begin_layout Subsection
32643 amscd Diagramme
32644 \begin_inset Index idx
32645 status collapsed
32646
32647 \begin_layout Plain Layout
32648 Diagramme ! amscd
32649 \end_layout
32650
32651 \end_inset
32652
32653
32654 \end_layout
32655
32656 \begin_layout Standard
32657 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32658  Linien oder Pfeilen dar:
32659 \begin_inset Formula 
32660 \[
32661 \begin{CD}A@>>>B@>>>C\\
32662 @AAA@.@VVV\\
32663 F@<<<E@<<<D
32664 \end{CD}
32665 \]
32666
32667 \end_inset
32668
32669
32670 \end_layout
32671
32672 \begin_layout Standard
32673 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32674 \series bold
32675
32676 \backslash
32677 CD
32678 \begin_inset Index idx
32679 status collapsed
32680
32681 \begin_layout Plain Layout
32682 Befehle ! C ! 
32683 \backslash
32684 CD
32685 \end_layout
32686
32687 \end_inset
32688
32689
32690 \series default
32691  ein.
32692  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32693  man die weiteren Befehle eingibt.
32694  Mit 
32695 \series bold
32696
32697 \begin_inset ERT
32698 status collapsed
32699
32700 \begin_layout Plain Layout
32701
32702
32703 \backslash
32704 mbox{
32705 \end_layout
32706
32707 \end_inset
32708
32709
32710 \family sans
32711 \series default
32712 Strg+Enter
32713 \family default
32714 \series bold
32715
32716 \begin_inset ERT
32717 status collapsed
32718
32719 \begin_layout Plain Layout
32720
32721 }
32722 \end_layout
32723
32724 \end_inset
32725
32726
32727 \series default
32728  wird eine neue Zeile erstellt.
32729  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32730  Zeilen der Formel eingegeben.
32731 \end_layout
32732
32733 \begin_layout Standard
32734 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32735 \end_layout
32736
32737 \begin_layout Itemize
32738
32739 \series bold
32740 @<<<
32741 \series default
32742  erstellt einen Linkspfeil, 
32743 \series bold
32744 @>>>
32745 \series default
32746  einen Rechtspfeil und 
32747 \series bold
32748 @=
32749 \series default
32750  ein langes Gleichheitszeichen
32751 \end_layout
32752
32753 \begin_layout Itemize
32754
32755 \series bold
32756 @AAA
32757 \series default
32758  erstellt einen Pfeil nach oben, 
32759 \series bold
32760 @VVV
32761 \series default
32762  einen Pfeil nach unten und 
32763 \series bold
32764 @|
32765 \series default
32766  ein senkrechtes Gleichheitszeichen
32767 \end_layout
32768
32769 \begin_layout Itemize
32770
32771 \series bold
32772 @.
32773
32774 \series default
32775  dient als Platzhalter für nicht vorhandene Beziehungen
32776 \end_layout
32777
32778 \begin_layout Standard
32779 Alle Pfeile sind wie folgt beschriftbar:
32780 \end_layout
32781
32782 \begin_layout Itemize
32783 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32784 \begin_inset space \space{}
32785 \end_inset
32786
32787 > Text eingegeben, erscheint er über dem Pfeil.
32788  Wird der Text zwischen dem zweiten und dritten < bzw.
32789 \begin_inset space \space{}
32790 \end_inset
32791
32792 > eingegeben, erscheint er unter dem Pfeil.
32793 \end_layout
32794
32795 \begin_layout Itemize
32796 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32797 \begin_inset space \space{}
32798 \end_inset
32799
32800 V eingegeben, erscheint er links neben dem Pfeil.
32801  Bei Eingabe zwischen zweitem und drittem A bzw.
32802 \begin_inset space \space{}
32803 \end_inset
32804
32805 V erscheint er rechts daneben.
32806  Enthält der Text ein A oder V, müssen diese Buchstaben in eine \SpecialChar TeX
32807 -Klammer
32808  gesetzt werden.
32809 \end_layout
32810
32811 \begin_layout Standard
32812 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32813 \end_layout
32814
32815 \begin_layout Standard
32816 \begin_inset Formula 
32817 \[
32818 \begin{CD}A@>j>>B@>>k>C@=F\\
32819 @AmAA@.@VV{V}V@|\\
32820 D@<<j<E@>k>>F@=C
32821 \end{CD}
32822 \]
32823
32824 \end_inset
32825
32826
32827 \end_layout
32828
32829 \begin_layout Standard
32830 Der Befehl dazu lautet:
32831 \begin_inset Newline newline
32832 \end_inset
32833
32834
32835 \series bold
32836
32837 \backslash
32838 CD
32839 \begin_inset space \textvisiblespace{}
32840 \end_inset
32841
32842 A@>j>>B@>>k>C@=F Strg+Enter
32843 \begin_inset Newline newline
32844 \end_inset
32845
32846
32847 \begin_inset Phantom HPhantom
32848 status open
32849
32850 \begin_layout Plain Layout
32851
32852 \series bold
32853
32854 \backslash
32855 CD
32856 \begin_inset space \textvisiblespace{}
32857 \end_inset
32858
32859
32860 \end_layout
32861
32862 \end_inset
32863
32864 @AmAA@.@VV
32865 \backslash
32866 {V
32867 \series default
32868
32869 \begin_inset Formula $\to$
32870 \end_inset
32871
32872
32873 \series bold
32874 V@| Strg+Enter
32875 \begin_inset Newline newline
32876 \end_inset
32877
32878
32879 \begin_inset Phantom HPhantom
32880 status open
32881
32882 \begin_layout Plain Layout
32883
32884 \series bold
32885
32886 \backslash
32887 CD
32888 \begin_inset space \textvisiblespace{}
32889 \end_inset
32890
32891
32892 \end_layout
32893
32894 \end_inset
32895
32896 D@<<j<E@>k>>F@=C
32897 \end_layout
32898
32899 \begin_layout Subsection
32900 xymatrix Diagramme
32901 \begin_inset Index idx
32902 status collapsed
32903
32904 \begin_layout Plain Layout
32905 Diagramme ! xymatrix
32906 \end_layout
32907
32908 \end_inset
32909
32910
32911 \end_layout
32912
32913 \begin_layout Standard
32914 Um Xymatrizen nutzen zu können, muss das \SpecialChar LaTeX
32915 -Paket 
32916 \series bold
32917 xypic
32918 \series default
32919  installiert sein.
32920  Eine Xymatrix wird erstellt, indem der Befehl 
32921 \series bold
32922
32923 \backslash
32924 xymatrix
32925 \series default
32926  in eine Formel eingegeben wird.
32927  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32928  hinzufügen, siehe 
32929 \begin_inset CommandInset ref
32930 LatexCommand ref
32931 reference "sec:Matrizen"
32932
32933 \end_inset
32934
32935 .
32936 \end_layout
32937
32938 \begin_layout Standard
32939 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
32940  gekrümmte Pfeile und vieles mehr.
32941  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
32942  sind im Detail im 
32943 \emph on
32944 XY-pic-Handbuch
32945 \emph default
32946  erklärt, dass im Menü 
32947 \family sans
32948 Hilfe\SpecialChar menuseparator
32949 Spezielle
32950 \begin_inset space ~
32951 \end_inset
32952
32953 Handbücher
32954 \family default
32955  zu finden ist.
32956 \end_layout
32957
32958 \begin_layout Subsection
32959
32960 \noun on
32961 Feynman
32962 \noun default
32963  Diagramme
32964 \begin_inset Index idx
32965 status collapsed
32966
32967 \begin_layout Plain Layout
32968 Diagramme ! Feynman
32969 \end_layout
32970
32971 \end_inset
32972
32973
32974 \end_layout
32975
32976 \begin_layout Standard
32977 Um 
32978 \noun on
32979 Feynman-
32980 \noun default
32981 Diagrammen nutzen zu können, muss das \SpecialChar LaTeX
32982 -Paket 
32983 \series bold
32984 feyn
32985 \series default
32986  installiert sein.
32987  Ein 
32988 \noun on
32989 Feynman-
32990 \noun default
32991 Diagramm wird erstellt, indem der Befehl 
32992 \series bold
32993
32994 \backslash
32995 Diagram
32996 \series default
32997  in eine Formel eingegeben wird.
32998  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32999  hinzufügen, siehe 
33000 \begin_inset CommandInset ref
33001 LatexCommand ref
33002 reference "sec:Matrizen"
33003
33004 \end_inset
33005
33006 .
33007 \end_layout
33008
33009 \begin_layout Standard
33010 Beispiele wie man in \SpecialChar LyX
33011  
33012 \noun on
33013 Feynman-
33014 \noun default
33015 Diagramme erstellt sind im 
33016 \emph on
33017 Feynman-Diagramm Handbuch
33018 \emph default
33019  gegeben, dass im Menü 
33020 \family sans
33021 Hilfe\SpecialChar menuseparator
33022 Spezielle
33023 \begin_inset space ~
33024 \end_inset
33025
33026 Handbücher
33027 \family default
33028  zu finden ist.
33029 \end_layout
33030
33031 \begin_layout Section
33032 Benutzerdefinierte Befehle
33033 \begin_inset CommandInset label
33034 LatexCommand label
33035 name "sec:Benutzerdefinierte-Befehle"
33036
33037 \end_inset
33038
33039
33040 \begin_inset Index idx
33041 status collapsed
33042
33043 \begin_layout Plain Layout
33044 benutzerdefinierte Befehle
33045 \end_layout
33046
33047 \end_inset
33048
33049
33050 \end_layout
33051
33052 \begin_layout Standard
33053 \begin_inset Note Greyedout
33054 status open
33055
33056 \begin_layout Plain Layout
33057
33058 \series bold
33059 Achtung: 
33060 \series default
33061 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
33062 n Buchstaben bestehen.
33063 \end_layout
33064
33065 \end_inset
33066
33067
33068 \end_layout
33069
33070 \begin_layout Subsection
33071 Der Befehl 
33072 \backslash
33073 newcommand
33074 \begin_inset CommandInset label
33075 LatexCommand label
33076 name "subsec:Der-Befehl-newcommand"
33077
33078 \end_inset
33079
33080
33081 \begin_inset Index idx
33082 status collapsed
33083
33084 \begin_layout Plain Layout
33085 benutzerdefinierte Befehle ! 
33086 \backslash
33087 newcommand
33088 \end_layout
33089
33090 \end_inset
33091
33092
33093 \begin_inset Index idx
33094 status collapsed
33095
33096 \begin_layout Plain Layout
33097 Befehle ! N ! 
33098 \backslash
33099 newcommand
33100 \end_layout
33101
33102 \end_inset
33103
33104
33105 \end_layout
33106
33107 \begin_layout Standard
33108 Viele der \SpecialChar LaTeX
33109 -Befehle sind für den ständigen Gebrauch viel zu lang.
33110  Man kann sich aber mit dem Befehl 
33111 \series bold
33112
33113 \backslash
33114 newcommand
33115 \series default
33116  neue kürzere Befehle definieren.
33117 \end_layout
33118
33119 \begin_layout Standard
33120 Das Befehlsschema von 
33121 \series bold
33122
33123 \backslash
33124 newcommand
33125 \series default
33126  lautet:
33127 \end_layout
33128
33129 \begin_layout Standard
33130
33131 \series bold
33132
33133 \backslash
33134 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
33135 \series default
33136  
33137 \series bold
33138 Wert]
33139 \begin_inset Newline newline
33140 \end_inset
33141
33142
33143 \begin_inset Phantom HPhantom
33144 status open
33145
33146 \begin_layout Plain Layout
33147
33148 \series bold
33149
33150 \backslash
33151 newcommand
33152 \end_layout
33153
33154 \end_inset
33155
33156 {Befehlsdefinition}
33157 \end_layout
33158
33159 \begin_layout Standard
33160 \begin_inset Note Greyedout
33161 status open
33162
33163 \begin_layout Plain Layout
33164
33165 \series bold
33166 Achtung:
33167 \series default
33168  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
33169  oder von benutzten \SpecialChar LaTeX
33170 -Paketen verwendet wird.
33171  Definiert man beispielsweise für 
33172 \series bold
33173
33174 \backslash
33175 Leftarrow
33176 \series default
33177  den Befehl 
33178 \series bold
33179
33180 \backslash
33181 le
33182 \series default
33183 , erhält man eine Fehlermeldung, denn 
33184 \series bold
33185
33186 \backslash
33187 le
33188 \series default
33189  ist schon für 
33190 \begin_inset Quotes gld
33191 \end_inset
33192
33193
33194 \begin_inset Formula $\le$
33195 \end_inset
33196
33197
33198 \begin_inset Quotes grd
33199 \end_inset
33200
33201  definiert.
33202 \end_layout
33203
33204 \end_inset
33205
33206
33207 \end_layout
33208
33209 \begin_layout Standard
33210 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
33211 \begin_inset space \thinspace{}
33212 \end_inset
33213
33214 -
33215 \begin_inset space \thinspace{}
33216 \end_inset
33217
33218 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
33219  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
33220  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
33221 \emph on
33222 erste
33223 \emph default
33224  Argument des neuen Befehls ein optionales ist.
33225 \end_layout
33226
33227 \begin_layout Standard
33228 Es folgen einige Beispiele:
33229 \end_layout
33230
33231 \begin_layout Itemize
33232 Will man für 
33233 \series bold
33234
33235 \backslash
33236 Longrightarrow
33237 \series default
33238  den Befehl 
33239 \series bold
33240
33241 \backslash
33242 gr
33243 \series default
33244  definieren, lautet die \SpecialChar LaTeX
33245 -Vor\SpecialChar softhyphen
33246 spannzeile:
33247 \begin_inset VSpace medskip
33248 \end_inset
33249
33250
33251 \begin_inset Newline newline
33252 \end_inset
33253
33254
33255 \series bold
33256
33257 \backslash
33258 newcommand{
33259 \backslash
33260 gr}{
33261 \backslash
33262 Longrightarrow}
33263 \end_layout
33264
33265 \begin_layout Itemize
33266 Um für den Befehl 
33267 \series bold
33268
33269 \backslash
33270 underline
33271 \series default
33272  den Befehl 
33273 \series bold
33274
33275 \backslash
33276 us
33277 \series default
33278  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
33279  werden.
33280  Dazu sieht die Vorspannzeile wie folgt aus:
33281 \begin_inset VSpace medskip
33282 \end_inset
33283
33284
33285 \begin_inset Newline newline
33286 \end_inset
33287
33288
33289 \series bold
33290
33291 \backslash
33292 newcommand{
33293 \backslash
33294 us}[1]{
33295 \backslash
33296 underline{#1}}
33297 \series default
33298
33299 \begin_inset VSpace medskip
33300 \end_inset
33301
33302
33303 \begin_inset Newline newline
33304 \end_inset
33305
33306 Das Zeichen 
33307 \series bold
33308 #
33309 \series default
33310  fungiert als Argumentplatzhalter, die 
33311 \series bold
33312 1
33313 \series default
33314  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
33315 \end_layout
33316
33317 \begin_layout Itemize
33318 Für 
33319 \series bold
33320
33321 \backslash
33322 framebox
33323 \series default
33324  kann man z.
33325 \begin_inset space \thinspace{}
33326 \end_inset
33327
33328 B.
33329  den Befehl 
33330 \series bold
33331
33332 \backslash
33333 fb
33334 \series default
33335  definieren:
33336 \begin_inset VSpace medskip
33337 \end_inset
33338
33339
33340 \begin_inset Newline newline
33341 \end_inset
33342
33343
33344 \series bold
33345
33346 \backslash
33347 newcommand{
33348 \backslash
33349 fb}[3]{
33350 \backslash
33351 framebox#1#2{$#3$}}
33352 \series default
33353
33354 \begin_inset VSpace medskip
33355 \end_inset
33356
33357
33358 \begin_inset Newline newline
33359 \end_inset
33360
33361 Die beiden Dollarzeichen erstellen hierbei die für 
33362 \series bold
33363
33364 \backslash
33365 framebox
33366 \series default
33367  geforderte weitere Formel, siehe 
33368 \begin_inset CommandInset ref
33369 LatexCommand ref
33370 reference "subsec:Boxen-mit-Rahmen"
33371
33372 \end_inset
33373
33374 .
33375 \end_layout
33376
33377 \begin_layout Itemize
33378 Um einen neuen Befehl für 
33379 \series bold
33380
33381 \backslash
33382 fcolorbox
33383 \series default
33384  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
33385  definiert man das Argument für die Farbe als optional:
33386 \begin_inset VSpace medskip
33387 \end_inset
33388
33389
33390 \begin_inset Newline newline
33391 \end_inset
33392
33393
33394 \series bold
33395
33396 \backslash
33397 newcommand{
33398 \backslash
33399 cb}[3][white]{
33400 \backslash
33401 fcolorbox{#2}{#1}{$#3$}}
33402 \series default
33403
33404 \begin_inset VSpace medskip
33405 \end_inset
33406
33407
33408 \begin_inset Newline newline
33409 \end_inset
33410
33411 Gibt man bei der Verwendung von 
33412 \series bold
33413
33414 \backslash
33415 cb
33416 \series default
33417  die Farbe nicht an, wird die voreingestellte Farbe 
33418 \series bold
33419 white
33420 \series default
33421  verwendet.
33422 \end_layout
33423
33424 \begin_layout Standard
33425 Ein Test der neu definierten Befehle:
33426 \begin_inset Separator parbreak
33427 \end_inset
33428
33429
33430 \end_layout
33431
33432 \begin_layout Standard
33433 \align center
33434 \begin_inset Tabular
33435 <lyxtabular version="3" rows="6" columns="2">
33436 <features tabularvalignment="middle">
33437 <column alignment="center" valignment="top">
33438 <column alignment="center" valignment="top">
33439 <row>
33440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33441 \begin_inset Text
33442
33443 \begin_layout Plain Layout
33444 Befehl
33445 \end_layout
33446
33447 \end_inset
33448 </cell>
33449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33450 \begin_inset Text
33451
33452 \begin_layout Plain Layout
33453 Ergebnis
33454 \begin_inset Note Note
33455 status collapsed
33456
33457 \begin_layout Plain Layout
33458
33459 \series bold
33460
33461 \backslash
33462 raisebox
33463 \series default
33464  dient nur als Abstandhalter.
33465 \end_layout
33466
33467 \end_inset
33468
33469
33470 \end_layout
33471
33472 \end_inset
33473 </cell>
33474 </row>
33475 <row>
33476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33477 \begin_inset Text
33478
33479 \begin_layout Plain Layout
33480 A
33481 \backslash
33482 gr
33483 \begin_inset space \textvisiblespace{}
33484 \end_inset
33485
33486 B
33487 \end_layout
33488
33489 \end_inset
33490 </cell>
33491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33492 \begin_inset Text
33493
33494 \begin_layout Plain Layout
33495 \begin_inset Formula $A\gr B$
33496 \end_inset
33497
33498
33499 \end_layout
33500
33501 \end_inset
33502 </cell>
33503 </row>
33504 <row>
33505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33506 \begin_inset Text
33507
33508 \begin_layout Plain Layout
33509
33510 \backslash
33511 us{ABcd
33512 \end_layout
33513
33514 \end_inset
33515 </cell>
33516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33517 \begin_inset Text
33518
33519 \begin_layout Plain Layout
33520 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33521 \end_inset
33522
33523
33524 \end_layout
33525
33526 \end_inset
33527 </cell>
33528 </row>
33529 <row>
33530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33531 \begin_inset Text
33532
33533 \begin_layout Plain Layout
33534
33535 \backslash
33536 fb{[2cm]
33537 \begin_inset Formula $\to$
33538 \end_inset
33539
33540
33541 \backslash
33542 {
33543 \begin_inset Formula $\to$
33544 \end_inset
33545
33546
33547 \backslash
33548 {
33549 \backslash
33550 int
33551 \begin_inset space \textvisiblespace{}
33552 \end_inset
33553
33554 A=B
33555 \end_layout
33556
33557 \end_inset
33558 </cell>
33559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33560 \begin_inset Text
33561
33562 \begin_layout Plain Layout
33563 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33564 \end_inset
33565
33566
33567 \end_layout
33568
33569 \end_inset
33570 </cell>
33571 </row>
33572 <row>
33573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33574 \begin_inset Text
33575
33576 \begin_layout Plain Layout
33577
33578 \backslash
33579 cb{red
33580 \begin_inset Formula $\to$
33581 \end_inset
33582
33583
33584 \backslash
33585 {
33586 \backslash
33587 int
33588 \begin_inset space \textvisiblespace{}
33589 \end_inset
33590
33591 A=B
33592 \end_layout
33593
33594 \end_inset
33595 </cell>
33596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33597 \begin_inset Text
33598
33599 \begin_layout Plain Layout
33600 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33601 \end_inset
33602
33603
33604 \end_layout
33605
33606 \end_inset
33607 </cell>
33608 </row>
33609 <row>
33610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33611 \begin_inset Text
33612
33613 \begin_layout Plain Layout
33614
33615 \backslash
33616 cb[green]
33617 \backslash
33618 {red
33619 \begin_inset Formula $\to$
33620 \end_inset
33621
33622
33623 \backslash
33624 {
33625 \backslash
33626 int
33627 \begin_inset space \textvisiblespace{}
33628 \end_inset
33629
33630 A=B
33631 \end_layout
33632
33633 \end_inset
33634 </cell>
33635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33636 \begin_inset Text
33637
33638 \begin_layout Plain Layout
33639 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33640 \end_inset
33641
33642
33643 \end_layout
33644
33645 \end_inset
33646 </cell>
33647 </row>
33648 </lyxtabular>
33649
33650 \end_inset
33651
33652
33653 \end_layout
33654
33655 \begin_layout Subsection
33656 Mathe-Makros
33657 \begin_inset Index idx
33658 status collapsed
33659
33660 \begin_layout Plain Layout
33661 benutzerdefinierte Befehle ! Mathe-Makros
33662 \end_layout
33663
33664 \end_inset
33665
33666
33667 \begin_inset Index idx
33668 status collapsed
33669
33670 \begin_layout Plain Layout
33671 Makros
33672 \end_layout
33673
33674 \end_inset
33675
33676
33677 \end_layout
33678
33679 \begin_layout Standard
33680 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33681  Hat man es in einem Dokument z.
33682 \begin_inset space \thinspace{}
33683 \end_inset
33684
33685 B.
33686  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33687  auf.
33688  Die allgemeine Form einer quadratischen Gleichung ist
33689 \begin_inset Formula 
33690 \[
33691 0=\lambda^{2}+p\lambda+q
33692 \]
33693
33694 \end_inset
33695
33696 Die allgemeine Form der Lösung lautet
33697 \begin_inset Formula 
33698 \[
33699 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33700 \]
33701
33702 \end_inset
33703
33704
33705 \end_layout
33706
33707 \begin_layout Standard
33708 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33709  drei Parameter 
33710 \begin_inset Formula $\lambda$
33711 \end_inset
33712
33713
33714 \begin_inset Formula $p$
33715 \end_inset
33716
33717  und 
33718 \begin_inset Formula $q$
33719 \end_inset
33720
33721  angegeben werden müssen und der Index von 
33722 \begin_inset Formula $\lambda$
33723 \end_inset
33724
33725  optional angeben werden kann, lautet die \SpecialChar LaTeX
33726 -Vorspannzeile
33727 \begin_inset Newline newline
33728 \end_inset
33729
33730
33731 \series bold
33732
33733 \backslash
33734 newcommand{
33735 \backslash
33736 qG}[4][1,
33737 \backslash
33738 ,2]{#2_{#1}=-
33739 \backslash
33740 frac{#3}{2}
33741 \backslash
33742 pm
33743 \begin_inset Newline newline
33744 \end_inset
33745
33746
33747 \begin_inset Phantom HPhantom
33748 status open
33749
33750 \begin_layout Plain Layout
33751
33752 \series bold
33753
33754 \backslash
33755 newcommand
33756 \end_layout
33757
33758 \end_inset
33759
33760
33761 \backslash
33762 sqrt{
33763 \backslash
33764 frac{#3^{2}}{4}-#4}}
33765 \end_layout
33766
33767 \begin_layout Standard
33768 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33769  
33770 \begin_inset Newline newline
33771 \end_inset
33772
33773
33774 \series bold
33775
33776 \backslash
33777 qG{
33778 \backslash
33779 lambda
33780 \begin_inset Formula $\to$
33781 \end_inset
33782
33783
33784 \backslash
33785 {p
33786 \begin_inset Formula $\to$
33787 \end_inset
33788
33789
33790 \backslash
33791 {q 
33792 \series default
33793 ein.
33794 \end_layout
33795
33796 \begin_layout Standard
33797 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
33798  aller verwendeten \SpecialChar LaTeX
33799 -Befehle kennen, z.
33800 \begin_inset space \thinspace{}
33801 \end_inset
33802
33803 B.
33804  dass ein Bruch in \SpecialChar LaTeX
33805  mit 
33806 \series bold
33807
33808 \backslash
33809 frac{Zähler}
33810 \begin_inset Newline linebreak
33811 \end_inset
33812
33813 {Nenner}
33814 \series default
33815  eingegeben wird.
33816  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
33817  in \SpecialChar LyX
33818  nicht sehen, was der neue Befehl macht.
33819  Um diesen Problemen aus dem Weg zu gehen, gibt es in \SpecialChar LyX
33820  die Möglichkeit Mathe-Mak
33821 ros statt den Befehl 
33822 \series bold
33823
33824 \backslash
33825 newcommand
33826 \series default
33827  zu verwenden.
33828 \end_layout
33829
33830 \begin_layout Standard
33831 Ein Mathe-Makro wird erstellt, indem man das Menü 
33832 \family sans
33833 Einfügen\SpecialChar menuseparator
33834 Mathe\SpecialChar menuseparator
33835 Makro
33836 \family default
33837  oder den Werkzeugleistenknopf 
33838 \begin_inset Info
33839 type  "icon"
33840 arg   "math-macro newmacroname_newcommand"
33841 \end_inset
33842
33843  verwendet.
33844  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
33845  Makro definiert wird:
33846 \begin_inset Newline newline
33847 \end_inset
33848
33849
33850 \begin_inset space \hspace*{\fill}
33851 \end_inset
33852
33853
33854 \begin_inset Graphics
33855         filename ../../../../../LyX 2.2/Resources/doc/clipart/macrobox.png
33856         scale 75
33857
33858 \end_inset
33859
33860
33861 \begin_inset space \hspace*{\fill}
33862 \end_inset
33863
33864
33865 \begin_inset Newline newline
33866 \end_inset
33867
33868
33869 \begin_inset FormulaMacro
33870 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33871 \end_inset
33872
33873
33874 \backslash
33875 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
33876  geändert werden sollte.
33877  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
33878  Einen Argumentplatzhalter fügt man mit dem Befehl 
33879 \series bold
33880
33881 \backslash
33882 #Argumentnummer
33883 \series default
33884  ein, z.
33885 \begin_inset space \thinspace{}
33886 \end_inset
33887
33888 B.
33889  
33890 \series bold
33891
33892 \backslash
33893 #1
33894 \series default
33895  oder man verwendet den Makro-Werkzeugleistenknopf 
33896 \begin_inset Info
33897 type  "icon"
33898 arg   "math-macro-add-param"
33899 \end_inset
33900
33901 .
33902  Argumentplatzhalter werden rot dargestellt.
33903  Es sind maximal 9
33904 \begin_inset space ~
33905 \end_inset
33906
33907 Argumente möglich.
33908  Optionale Argumente werden mit dem Werkzeugleistenknopf 
33909 \begin_inset Info
33910 type  "icon"
33911 arg   "math-macro-add-optional-param"
33912 \end_inset
33913
33914  erstellt.
33915  Mit dem Werkzeugleistenknopf 
33916 \begin_inset Info
33917 type  "icon"
33918 arg   "math-macro-make-optional"
33919 \end_inset
33920
33921  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
33922  Im zweiten Kästchen kann man definieren wie das Makro in \SpecialChar LyX
33923  angezeigt werden
33924  soll.
33925  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
33926  Kästchen leer lässt.
33927  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
33928  einnimmt, kann man in das Kästchen z.
33929 \begin_inset space \thinspace{}
33930 \end_inset
33931
33932 B.
33933 \begin_inset Newline newline
33934 \end_inset
33935
33936
33937 \series bold
33938 qG: 
33939 \backslash
33940 #1
33941 \series default
33942  
33943 \series bold
33944 ,
33945 \series default
33946  
33947 \series bold
33948
33949 \backslash
33950 #2
33951 \series default
33952  
33953 \series bold
33954 ,
33955 \series default
33956  
33957 \series bold
33958
33959 \backslash
33960 #3, 
33961 \backslash
33962 #4
33963 \begin_inset Newline newline
33964 \end_inset
33965
33966
33967 \series default
33968 eingeben.
33969  Für das Makro werden dann in \SpecialChar LyX
33970  nur die Argumente mit dem davor stehenden
33971  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
33972  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
33973  wurde.
33974 \begin_inset Newline newline
33975 \end_inset
33976
33977 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
33978  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
33979 \family sans
33980 Ansicht\SpecialChar menuseparator
33981 Mathe-Makro
33982 \begin_inset space ~
33983 \end_inset
33984
33985 auf/zuklappen
33986 \family default
33987  verwendet.
33988 \end_layout
33989
33990 \begin_layout Standard
33991 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
33992  ein, in unserem Fall 
33993 \series bold
33994
33995 \backslash
33996 qG
33997 \series default
33998 .
33999  Unser Makro sieht in \SpecialChar LyX
34000  folgendermaßen aus:
34001 \begin_inset Newline newline
34002 \end_inset
34003
34004
34005 \begin_inset space \hspace*{\fill}
34006 \end_inset
34007
34008
34009 \begin_inset Graphics
34010         filename ../../../../../LyX 2.2/Resources/doc/clipart/macrouse.png
34011         scale 75
34012
34013 \end_inset
34014
34015
34016 \begin_inset space \hspace*{\fill}
34017 \end_inset
34018
34019
34020 \begin_inset Newline newline
34021 \end_inset
34022
34023 Hier ist unser Makro-Beispiel mit den Argumenten 
34024 \begin_inset Formula $x$
34025 \end_inset
34026
34027
34028 \begin_inset Formula $\ln(x)$
34029 \end_inset
34030
34031  und 
34032 \begin_inset Formula $B$
34033 \end_inset
34034
34035 :
34036 \end_layout
34037
34038 \begin_layout Standard
34039 \begin_inset Formula 
34040 \[
34041 \qG x{\ln(x)}B
34042 \]
34043
34044 \end_inset
34045
34046
34047 \end_layout
34048
34049 \begin_layout Standard
34050 \SpecialChar LyX
34051  bietet im Menü 
34052 \family sans
34053 Werkzeuge\SpecialChar menuseparator
34054 Einstellungen\SpecialChar menuseparator
34055 Bearbeiten\SpecialChar menuseparator
34056 Kontrolle
34057 \family default
34058  verschiedene Bearbeitungsstile für Makros an.
34059  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
34060  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
34061  zu sehen.
34062 \end_layout
34063
34064 \begin_layout Standard
34065 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
34066 \series bold
34067
34068 \backslash
34069 new\SpecialChar softhyphen
34070 command
34071 \series default
34072 -Befehl umgewandelt.
34073  Der 
34074 \series bold
34075
34076 \backslash
34077 newcommand
34078 \series default
34079 -Befehl wird dabei nicht in den \SpecialChar LaTeX
34080 -Vorspann gesetzt, so dass man daher Makros
34081  nur in Formeln verwenden kann, die sich im Dokument unterhalb der Makrodefiniti
34082 onsbox befinden.
34083 \end_layout
34084
34085 \begin_layout Standard
34086 Mathe-Makros können auch direkt aus einem 
34087 \series bold
34088
34089 \backslash
34090 newcommand
34091 \series default
34092 -Befehl erstellt werden.
34093  Schreibt man z.
34094 \begin_inset space \thinspace{}
34095 \end_inset
34096
34097 B.
34098  den Befehl
34099 \series bold
34100
34101 \begin_inset Newline newline
34102 \end_inset
34103
34104
34105 \backslash
34106 newcommand{
34107 \backslash
34108 larrow}[2]{
34109 \backslash
34110 xleftarrow[#2]{#1}}
34111 \begin_inset Newline newline
34112 \end_inset
34113
34114
34115 \series default
34116 in \SpecialChar LyX
34117  als normalen Text, markiert ihn komplett und verwendet dann das Tastenkürzel
34118  
34119 \family sans
34120 Strg+M
34121 \family default
34122 , wird der Befehl in ein Mathe-Makro umgewandelt.
34123  Bei dieser Methode muss man jedoch aufpassen, dass der 
34124 \series bold
34125
34126 \backslash
34127 newcommand
34128 \series default
34129 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
34130  erstellt, dass später \SpecialChar LaTeX
34131 -Fehler hervorruft.
34132 \end_layout
34133
34134 \begin_layout Standard
34135 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
34136  Makrodefinition fehlerhaft behandelt werden.
34137  Dadurch kann das Beispiel 
34138 \series bold
34139
34140 \backslash
34141 fb
34142 \series default
34143  aus 
34144 \begin_inset CommandInset ref
34145 LatexCommand ref
34146 reference "subsec:Der-Befehl-newcommand"
34147
34148 \end_inset
34149
34150  nicht als Makro erzeugt werden.
34151 \end_layout
34152
34153 \begin_layout Standard
34154 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
34155  in \SpecialChar LyX
34156  angezeigt:
34157 \end_layout
34158
34159 \begin_layout Standard
34160 \begin_inset VSpace defskip
34161 \end_inset
34162
34163
34164 \end_layout
34165
34166 \begin_layout Standard
34167 \begin_inset Graphics
34168         filename ../../../../../LyX 2.2/Resources/doc/clipart/MacroToolbar.png
34169
34170 \end_inset
34171
34172
34173 \begin_inset Index idx
34174 status collapsed
34175
34176 \begin_layout Plain Layout
34177 Makros ! Werkzeugleiste
34178 \end_layout
34179
34180 \end_inset
34181
34182
34183 \end_layout
34184
34185 \begin_layout Standard
34186 \begin_inset VSpace defskip
34187 \end_inset
34188
34189
34190 \end_layout
34191
34192 \begin_layout Standard
34193 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
34194 \end_layout
34195
34196 \begin_layout Standard
34197 \begin_inset VSpace defskip
34198 \end_inset
34199
34200
34201 \end_layout
34202
34203 \begin_layout Standard
34204 \begin_inset Tabular
34205 <lyxtabular version="3" rows="9" columns="2">
34206 <features islongtable="true" longtabularalignment="center">
34207 <column alignment="left" valignment="top">
34208 <column alignment="left" valignment="top" width="85col%">
34209 <row interlinespace="2.5mm">
34210 <cell alignment="center" valignment="top" usebox="none">
34211 \begin_inset Text
34212
34213 \begin_layout Plain Layout
34214 \begin_inset Info
34215 type  "icon"
34216 arg   "math-macro-remove-param"
34217 \end_inset
34218
34219
34220 \end_layout
34221
34222 \end_inset
34223 </cell>
34224 <cell alignment="center" valignment="top" usebox="none">
34225 \begin_inset Text
34226
34227 \begin_layout Plain Layout
34228
34229 \family sans
34230 Bearbeiten\SpecialChar menuseparator
34231 Mathe\SpecialChar menuseparator
34232 Makro-Definition\SpecialChar menuseparator
34233 Letztes Argument entfernen
34234 \end_layout
34235
34236 \end_inset
34237 </cell>
34238 </row>
34239 <row interlinespace="2.5mm">
34240 <cell alignment="center" valignment="top" usebox="none">
34241 \begin_inset Text
34242
34243 \begin_layout Plain Layout
34244 \begin_inset Info
34245 type  "icon"
34246 arg   "math-macro-add-param"
34247 \end_inset
34248
34249
34250 \end_layout
34251
34252 \end_inset
34253 </cell>
34254 <cell alignment="center" valignment="top" usebox="none">
34255 \begin_inset Text
34256
34257 \begin_layout Plain Layout
34258
34259 \family sans
34260 Bearbeiten\SpecialChar menuseparator
34261 Mathe\SpecialChar menuseparator
34262 Makro-Definition\SpecialChar menuseparator
34263 Argument hinzufügen
34264 \end_layout
34265
34266 \end_inset
34267 </cell>
34268 </row>
34269 <row interlinespace="2.5mm">
34270 <cell alignment="center" valignment="top" usebox="none">
34271 \begin_inset Text
34272
34273 \begin_layout Plain Layout
34274 \begin_inset Info
34275 type  "icon"
34276 arg   "math-macro-make-optional"
34277 \end_inset
34278
34279
34280 \end_layout
34281
34282 \end_inset
34283 </cell>
34284 <cell alignment="center" valignment="top" usebox="none">
34285 \begin_inset Text
34286
34287 \begin_layout Plain Layout
34288
34289 \family sans
34290 Bearbeiten\SpecialChar menuseparator
34291 Mathe\SpecialChar menuseparator
34292 Makro-Definition\SpecialChar menuseparator
34293 Das erste nicht-optionale
34294 \begin_inset Newline newline
34295 \end_inset
34296
34297
34298 \begin_inset Phantom HPhantom
34299 status open
34300
34301 \begin_layout Plain Layout
34302
34303 \family sans
34304 Bearbeiten\SpecialChar menuseparator
34305 Mathe\SpecialChar menuseparator
34306 Makro-Definition\SpecialChar menuseparator
34307
34308 \end_layout
34309
34310 \end_inset
34311
34312 Argument in einen optionales
34313 \begin_inset Newline newline
34314 \end_inset
34315
34316
34317 \begin_inset Phantom HPhantom
34318 status open
34319
34320 \begin_layout Plain Layout
34321
34322 \family sans
34323 Bearbeiten\SpecialChar menuseparator
34324 Mathe\SpecialChar menuseparator
34325 Makro-Definition\SpecialChar menuseparator
34326
34327 \end_layout
34328
34329 \end_inset
34330
34331 ändern
34332 \end_layout
34333
34334 \end_inset
34335 </cell>
34336 </row>
34337 <row interlinespace="2.5mm">
34338 <cell alignment="center" valignment="top" usebox="none">
34339 \begin_inset Text
34340
34341 \begin_layout Plain Layout
34342 \begin_inset Info
34343 type  "icon"
34344 arg   "math-macro-make-nonoptional"
34345 \end_inset
34346
34347
34348 \end_layout
34349
34350 \end_inset
34351 </cell>
34352 <cell alignment="center" valignment="top" usebox="none">
34353 \begin_inset Text
34354
34355 \begin_layout Plain Layout
34356
34357 \family sans
34358 Bearbeiten\SpecialChar menuseparator
34359 Mathe\SpecialChar menuseparator
34360 Makro-Definition\SpecialChar menuseparator
34361 Das letzte optionale Argument in
34362 \begin_inset Newline newline
34363 \end_inset
34364
34365
34366 \begin_inset Phantom HPhantom
34367 status open
34368
34369 \begin_layout Plain Layout
34370
34371 \family sans
34372 Bearbeiten\SpecialChar menuseparator
34373 Mathe\SpecialChar menuseparator
34374 Makro-Definition\SpecialChar menuseparator
34375
34376 \end_layout
34377
34378 \end_inset
34379
34380 einen nicht-optionales ändern
34381 \end_layout
34382
34383 \end_inset
34384 </cell>
34385 </row>
34386 <row interlinespace="2.5mm">
34387 <cell alignment="center" valignment="top" usebox="none">
34388 \begin_inset Text
34389
34390 \begin_layout Plain Layout
34391 \begin_inset Info
34392 type  "icon"
34393 arg   "math-macro-remove-optional-param"
34394 \end_inset
34395
34396
34397 \end_layout
34398
34399 \end_inset
34400 </cell>
34401 <cell alignment="center" valignment="top" usebox="none">
34402 \begin_inset Text
34403
34404 \begin_layout Plain Layout
34405
34406 \family sans
34407 Bearbeiten\SpecialChar menuseparator
34408 Mathe\SpecialChar menuseparator
34409 Makro-Definition\SpecialChar menuseparator
34410 Optionales Argument entfernen
34411 \end_layout
34412
34413 \end_inset
34414 </cell>
34415 </row>
34416 <row interlinespace="2.5mm">
34417 <cell alignment="center" valignment="top" usebox="none">
34418 \begin_inset Text
34419
34420 \begin_layout Plain Layout
34421 \begin_inset Info
34422 type  "icon"
34423 arg   "math-macro-add-optional-param"
34424 \end_inset
34425
34426
34427 \end_layout
34428
34429 \end_inset
34430 </cell>
34431 <cell alignment="center" valignment="top" usebox="none">
34432 \begin_inset Text
34433
34434 \begin_layout Plain Layout
34435
34436 \family sans
34437 Bearbeiten\SpecialChar menuseparator
34438 Mathe\SpecialChar menuseparator
34439 Makro-Definition\SpecialChar menuseparator
34440 Optionales Argument einfügen
34441 \end_layout
34442
34443 \end_inset
34444 </cell>
34445 </row>
34446 <row interlinespace="2.5mm">
34447 <cell alignment="center" valignment="top" usebox="none">
34448 \begin_inset Text
34449
34450 \begin_layout Plain Layout
34451 \begin_inset Info
34452 type  "icon"
34453 arg   "math-macro-remove-greedy-param"
34454 \end_inset
34455
34456
34457 \end_layout
34458
34459 \end_inset
34460 </cell>
34461 <cell alignment="center" valignment="top" usebox="none">
34462 \begin_inset Text
34463
34464 \begin_layout Plain Layout
34465
34466 \family sans
34467 Bearbeiten\SpecialChar menuseparator
34468 Mathe\SpecialChar menuseparator
34469 Makro-Definition\SpecialChar menuseparator
34470 Letztes Argument rechts entfernen
34471 \end_layout
34472
34473 \end_inset
34474 </cell>
34475 </row>
34476 <row interlinespace="2.5mm">
34477 <cell alignment="center" valignment="top" usebox="none">
34478 \begin_inset Text
34479
34480 \begin_layout Plain Layout
34481 \begin_inset Info
34482 type  "icon"
34483 arg   "math-macro-append-greedy-param"
34484 \end_inset
34485
34486
34487 \end_layout
34488
34489 \end_inset
34490 </cell>
34491 <cell alignment="center" valignment="top" usebox="none">
34492 \begin_inset Text
34493
34494 \begin_layout Plain Layout
34495
34496 \family sans
34497 Bearbeiten\SpecialChar menuseparator
34498 Mathe\SpecialChar menuseparator
34499 Makro-Definition\SpecialChar menuseparator
34500 Argument von rechts hinzufügen
34501 \end_layout
34502
34503 \end_inset
34504 </cell>
34505 </row>
34506 <row interlinespace="2.5mm">
34507 <cell alignment="center" valignment="top" usebox="none">
34508 \begin_inset Text
34509
34510 \begin_layout Plain Layout
34511 \begin_inset Info
34512 type  "icon"
34513 arg   "math-macro-add-greedy-optional-param"
34514 \end_inset
34515
34516
34517 \end_layout
34518
34519 \end_inset
34520 </cell>
34521 <cell alignment="center" valignment="top" usebox="none">
34522 \begin_inset Text
34523
34524 \begin_layout Plain Layout
34525
34526 \family sans
34527 Bearbeiten\SpecialChar menuseparator
34528 Mathe\SpecialChar menuseparator
34529 Makro-Definition\SpecialChar menuseparator
34530 Optionales Argument von rechts
34531 \begin_inset Newline newline
34532 \end_inset
34533
34534
34535 \begin_inset Phantom HPhantom
34536 status open
34537
34538 \begin_layout Plain Layout
34539
34540 \family sans
34541 Bearbeiten\SpecialChar menuseparator
34542 Mathe\SpecialChar menuseparator
34543 Makro-Definition\SpecialChar menuseparator
34544
34545 \end_layout
34546
34547 \end_inset
34548
34549 hinzufügen
34550 \end_layout
34551
34552 \end_inset
34553 </cell>
34554 </row>
34555 </lyxtabular>
34556
34557 \end_inset
34558
34559
34560 \end_layout
34561
34562 \begin_layout Section
34563 Computeralgebrasysteme
34564 \end_layout
34565
34566 \begin_layout Standard
34567 Mit \SpecialChar LyX
34568  ist es möglich, mathematische Ausdrücke mit externen Anwendungen oder
34569  benutzerdefinierten Skripten auszutauschen.
34570  Momentan werden folgende Anwendungen unterstützt: 
34571 \family typewriter
34572 Maple
34573 \family default
34574
34575 \family typewriter
34576 Mathematica
34577 \family default
34578
34579 \family typewriter
34580 Maxima
34581 \family default
34582  und 
34583 \family typewriter
34584 Octave
34585 \family default
34586 .
34587  Beachten Sie aber, dass die unterstützten mathematischen Ausdrücke auf
34588  sehr einfache Fälle beschränkt sind.
34589 \end_layout
34590
34591 \begin_layout Subsection
34592 Verwendung
34593 \end_layout
34594
34595 \begin_layout Standard
34596 Schreiben Sie einen Ausdruck in eine Formel, öffnen Sie das Menü 
34597 \family sans
34598 Bearbeiten\SpecialChar menuseparator
34599 Mathe\SpecialChar menuseparator
34600 Computer-Algebra-System verwenden
34601 \family default
34602  und wählen Sie die Anwendung, die Sie auf ihrem Computer installiert haben.
34603  Danach sollte das Ergebnis der Berechnung auf der rechten Seite zusammen
34604  mit dem 
34605 \begin_inset Quotes gld
34606 \end_inset
34607
34608 =
34609 \begin_inset Quotes grd
34610 \end_inset
34611
34612  Operator erscheinen.
34613 \end_layout
34614
34615 \begin_layout Standard
34616 Hier sind ein paar einfache Beispiele (mit Resultaten von 
34617 \family typewriter
34618 Maxima
34619 \family default
34620 ) um zu zeigen, welche Berechnungen durchgeführt werden können:
34621 \end_layout
34622
34623 \begin_layout Itemize
34624 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34625 \end_inset
34626
34627
34628 \end_layout
34629
34630 \begin_layout Itemize
34631 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34632 \end_inset
34633
34634
34635 \end_layout
34636
34637 \begin_layout Itemize
34638 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34639 \end_inset
34640
34641
34642 \end_layout
34643
34644 \begin_layout Itemize
34645 \begin_inset Formula $\det\left[\begin{array}{ccc}
34646 1 & 6 & 7\\
34647 2 & 5 & 8\\
34648 3 & 4 & 17
34649 \end{array}\right]=-56$
34650 \end_inset
34651
34652
34653 \end_layout
34654
34655 \begin_layout Itemize
34656 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34657 \end_inset
34658
34659
34660 \end_layout
34661
34662 \begin_layout Subsection
34663 Tastenkürzel
34664 \end_layout
34665
34666 \begin_layout Standard
34667 Momentan gibt es kein Tastenkürzel um Computeralgebrasysteme aufzurufen.
34668  Sie können aber einfach ein Tastenkürzel mit der \SpecialChar LyX
34669 -Funktion 
34670 \family sans
34671 math-extern
34672 \family default
34673  verknüpfen (siehe das 
34674 \emph on
34675 \SpecialChar LyX
34676 -Funktionen
34677 \emph default
34678  Handbuch).
34679  Man kann z.
34680 \begin_inset space \thinspace{}
34681 \end_inset
34682
34683 B.
34684  die 
34685 \family sans
34686 Enter
34687 \family default
34688 -Taste in Formeln verknüpfen.
34689  Um sie mit 
34690 \family typewriter
34691 Maxima
34692 \family default
34693  zu verknüpfen, würde man diesen Tastenkürzel-Definitionsbefehl verwenden:
34694 \end_layout
34695
34696 \begin_layout Standard
34697
34698 \series bold
34699 command-alternatives paragraph-break;math-extern maxima
34700 \end_layout
34701
34702 \begin_layout Section
34703 Verschiedenes
34704 \begin_inset Index idx
34705 status collapsed
34706
34707 \begin_layout Plain Layout
34708 Verschiedenes
34709 \end_layout
34710
34711 \end_inset
34712
34713
34714 \end_layout
34715
34716 \begin_layout Subsection
34717 Negative Zahlen
34718 \begin_inset Index idx
34719 status collapsed
34720
34721 \begin_layout Plain Layout
34722 Zahlen ! negative
34723 \end_layout
34724
34725 \end_inset
34726
34727
34728 \end_layout
34729
34730 \begin_layout Standard
34731 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34732  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34733  dargestellt.
34734  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34735  Minuszeichen korrekt.
34736 \end_layout
34737
34738 \begin_layout Standard
34739 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34740  nicht mehr auf.
34741 \end_layout
34742
34743 \begin_layout Standard
34744 Ein Beispiel zur Veranschaulichung der Problematik:
34745 \begin_inset Separator parbreak
34746 \end_inset
34747
34748
34749 \end_layout
34750
34751 \begin_layout Standard
34752 \align center
34753 \begin_inset Tabular
34754 <lyxtabular version="3" rows="3" columns="2">
34755 <features tabularvalignment="middle">
34756 <column alignment="right" valignment="top">
34757 <column alignment="left" valignment="top">
34758 <row>
34759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34760 \begin_inset Text
34761
34762 \begin_layout Plain Layout
34763 normaler Text:
34764 \end_layout
34765
34766 \end_inset
34767 </cell>
34768 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34769 \begin_inset Text
34770
34771 \begin_layout Plain Layout
34772 x = -2
34773 \end_layout
34774
34775 \end_inset
34776 </cell>
34777 </row>
34778 <row>
34779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34780 \begin_inset Text
34781
34782 \begin_layout Plain Layout
34783 Formelmodus:
34784 \end_layout
34785
34786 \end_inset
34787 </cell>
34788 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34789 \begin_inset Text
34790
34791 \begin_layout Plain Layout
34792 \begin_inset Formula $x=-2$
34793 \end_inset
34794
34795
34796 \end_layout
34797
34798 \end_inset
34799 </cell>
34800 </row>
34801 <row>
34802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34803 \begin_inset Text
34804
34805 \begin_layout Plain Layout
34806 Lösung:
34807 \end_layout
34808
34809 \end_inset
34810 </cell>
34811 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34812 \begin_inset Text
34813
34814 \begin_layout Plain Layout
34815 \begin_inset Formula $x=\textrm{-}2$
34816 \end_inset
34817
34818
34819 \end_layout
34820
34821 \end_inset
34822 </cell>
34823 </row>
34824 </lyxtabular>
34825
34826 \end_inset
34827
34828
34829 \end_layout
34830
34831 \begin_layout Subsection
34832 Komma als Dezimaltrennzeichen
34833 \begin_inset Index idx
34834 status collapsed
34835
34836 \begin_layout Plain Layout
34837 Komma
34838 \end_layout
34839
34840 \end_inset
34841
34842
34843 \end_layout
34844
34845 \begin_layout Standard
34846 In \SpecialChar LaTeX
34847  fungiert das Komma in einer Formel, gemäß englischer Konvention, als
34848  Gruppentrennzeichen.
34849  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
34850  eingefügt.
34851 \end_layout
34852
34853 \begin_layout Standard
34854 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
34855  Text um (Tastenkürzel 
34856 \family sans
34857 Alt+M
34858 \begin_inset space ~
34859 \end_inset
34860
34861 M
34862 \family default
34863 ).
34864 \end_layout
34865
34866 \begin_layout Standard
34867 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
34868  lädt man die Datei 
34869 \series bold
34870 icomma.sty
34871 \series default
34872
34873 \begin_inset Foot
34874 status collapsed
34875
34876 \begin_layout Plain Layout
34877
34878 \series bold
34879 icomma
34880 \series default
34881  ist Teil des \SpecialChar LaTeX
34882 -Paketes 
34883 \series bold
34884 was
34885 \series default
34886
34887 \begin_inset Index idx
34888 status collapsed
34889
34890 \begin_layout Plain Layout
34891 Pakete ! was
34892 \begin_inset ERT
34893 status collapsed
34894
34895 \begin_layout Plain Layout
34896
34897
34898 \backslash
34899 vspace{4mm}
34900 \end_layout
34901
34902 \end_inset
34903
34904
34905 \end_layout
34906
34907 \end_inset
34908
34909 .
34910 \end_layout
34911
34912 \end_inset
34913
34914
34915 \begin_inset Index idx
34916 status collapsed
34917
34918 \begin_layout Plain Layout
34919 Pakete ! icomma
34920 \end_layout
34921
34922 \end_inset
34923
34924  mit der \SpecialChar LaTeX
34925 -Vorspannzeile
34926 \end_layout
34927
34928 \begin_layout Standard
34929
34930 \series bold
34931
34932 \backslash
34933 usepackage{icomma}
34934 \end_layout
34935
34936 \begin_layout Subsection
34937 Physikalische Vektoren
34938 \begin_inset CommandInset label
34939 LatexCommand label
34940 name "subsec:Physikalische-Vektoren"
34941
34942 \end_inset
34943
34944
34945 \begin_inset Index idx
34946 status collapsed
34947
34948 \begin_layout Plain Layout
34949 Vektoren ! physikalische
34950 \end_layout
34951
34952 \end_inset
34953
34954
34955 \end_layout
34956
34957 \begin_layout Standard
34958 Vordefinierte Vektoren bietet das \SpecialChar LaTeX
34959 -Paket 
34960 \series bold
34961 braket
34962 \series default
34963
34964 \begin_inset Index idx
34965 status collapsed
34966
34967 \begin_layout Plain Layout
34968 Pakete ! braket
34969 \end_layout
34970
34971 \end_inset
34972
34973 , das mit der \SpecialChar LaTeX
34974 -Vorspannzeile
34975 \end_layout
34976
34977 \begin_layout Standard
34978
34979 \series bold
34980
34981 \backslash
34982 usepackage{braket}
34983 \end_layout
34984
34985 \begin_layout Standard
34986 geladen wird.
34987 \begin_inset ERT
34988 status collapsed
34989
34990 \begin_layout Plain Layout
34991
34992
34993 \backslash
34994 ifbraket 
34995 \end_layout
34996
34997 \end_inset
34998
34999
35000 \begin_inset Note Note
35001 status open
35002
35003 \begin_layout Plain Layout
35004 Die folgende Tabelle erscheint nur im Ausdruck wenn das \SpecialChar LaTeX
35005 -Paket 
35006 \series bold
35007 braket
35008 \series default
35009  installiert ist:
35010 \end_layout
35011
35012 \end_inset
35013
35014
35015 \end_layout
35016
35017 \begin_layout Standard
35018 Folgende Befehle sind definiert:
35019 \begin_inset Separator parbreak
35020 \end_inset
35021
35022
35023 \end_layout
35024
35025 \begin_layout Standard
35026 \align center
35027 \begin_inset Tabular
35028 <lyxtabular version="3" rows="4" columns="2">
35029 <features tabularvalignment="middle">
35030 <column alignment="center" valignment="top">
35031 <column alignment="center" valignment="top">
35032 <row>
35033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35034 \begin_inset Text
35035
35036 \begin_layout Plain Layout
35037 Befehl
35038 \end_layout
35039
35040 \end_inset
35041 </cell>
35042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35043 \begin_inset Text
35044
35045 \begin_layout Plain Layout
35046 Ergebnis
35047 \end_layout
35048
35049 \end_inset
35050 </cell>
35051 </row>
35052 <row>
35053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35054 \begin_inset Text
35055
35056 \begin_layout Plain Layout
35057
35058 \backslash
35059 Bra{
35060 \backslash
35061 psi
35062 \end_layout
35063
35064 \end_inset
35065 </cell>
35066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35067 \begin_inset Text
35068
35069 \begin_layout Plain Layout
35070 \begin_inset Formula $\Bra{\psi}$
35071 \end_inset
35072
35073
35074 \end_layout
35075
35076 \end_inset
35077 </cell>
35078 </row>
35079 <row>
35080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35081 \begin_inset Text
35082
35083 \begin_layout Plain Layout
35084
35085 \backslash
35086 Ket{
35087 \backslash
35088 psi
35089 \end_layout
35090
35091 \end_inset
35092 </cell>
35093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35094 \begin_inset Text
35095
35096 \begin_layout Plain Layout
35097 \begin_inset Formula $\Ket{\psi}$
35098 \end_inset
35099
35100
35101 \end_layout
35102
35103 \end_inset
35104 </cell>
35105 </row>
35106 <row>
35107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35108 \begin_inset Text
35109
35110 \begin_layout Plain Layout
35111
35112 \backslash
35113 Braket{
35114 \backslash
35115 psi|
35116 \backslash
35117 phi
35118 \end_layout
35119
35120 \end_inset
35121 </cell>
35122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35123 \begin_inset Text
35124
35125 \begin_layout Plain Layout
35126 \begin_inset Formula $\Braket{\psi|\phi}$
35127 \end_inset
35128
35129
35130 \end_layout
35131
35132 \end_inset
35133 </cell>
35134 </row>
35135 </lyxtabular>
35136
35137 \end_inset
35138
35139
35140 \end_layout
35141
35142 \begin_layout Standard
35143 Der Befehl 
35144 \series bold
35145
35146 \backslash
35147 Braket
35148 \series default
35149  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
35150  Klammern gesetzt werden:
35151 \begin_inset Formula 
35152 \[
35153 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
35154 \]
35155
35156 \end_inset
35157
35158
35159 \begin_inset ERT
35160 status collapsed
35161
35162 \begin_layout Plain Layout
35163
35164
35165 \backslash
35166 else 
35167 \end_layout
35168
35169 \end_inset
35170
35171
35172 \begin_inset Note Note
35173 status open
35174
35175 \begin_layout Plain Layout
35176 Folgendes erscheint im Ausdruck wenn das \SpecialChar LaTeX
35177 -Paket 
35178 \series bold
35179 braket
35180 \series default
35181  nicht installiert ist:
35182 \end_layout
35183
35184 \end_inset
35185
35186
35187 \end_layout
35188
35189 \begin_layout Standard
35190 Das \SpecialChar LaTeX
35191 -Paket 
35192 \series bold
35193 braket 
35194 \series default
35195 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35196 \end_layout
35197
35198 \begin_layout Standard
35199 \begin_inset ERT
35200 status collapsed
35201
35202 \begin_layout Plain Layout
35203
35204
35205 \backslash
35206 fi 
35207 \end_layout
35208
35209 \end_inset
35210
35211
35212 \end_layout
35213
35214 \begin_layout Standard
35215 Der Effekt von 
35216 \series bold
35217
35218 \backslash
35219 Braket
35220 \series default
35221  kann auch mit dem Befehl 
35222 \series bold
35223
35224 \backslash
35225 middle
35226 \series default
35227  erzielt werden, der in 
35228 \begin_inset CommandInset ref
35229 LatexCommand ref
35230 reference "subsec:Automatische-Klammergrößen"
35231
35232 \end_inset
35233
35234  beschrieben ist.
35235 \end_layout
35236
35237 \begin_layout Subsection
35238 Selbst definierte Brüche
35239 \begin_inset CommandInset label
35240 LatexCommand label
35241 name "subsec:Selbstdefinierte-Brüche"
35242
35243 \end_inset
35244
35245
35246 \begin_inset Index idx
35247 status collapsed
35248
35249 \begin_layout Plain Layout
35250 Brüche ! selbstdefinierte
35251 \end_layout
35252
35253 \end_inset
35254
35255
35256 \end_layout
35257
35258 \begin_layout Standard
35259 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
35260 \series bold
35261
35262 \backslash
35263 genfrac
35264 \series default
35265
35266 \begin_inset Index idx
35267 status collapsed
35268
35269 \begin_layout Plain Layout
35270 Befehle ! G ! 
35271 \backslash
35272 genfrac
35273 \end_layout
35274
35275 \end_inset
35276
35277  in folgendem Schema:
35278 \end_layout
35279
35280 \begin_layout Standard
35281
35282 \series bold
35283
35284 \backslash
35285 genfrac{linke
35286 \series default
35287  
35288 \series bold
35289 Klammer}{rechte
35290 \series default
35291  
35292 \series bold
35293 Klammer}{Bruchstrichdicke}{Ansichtsstil}
35294 \begin_inset Newline newline
35295 \end_inset
35296
35297
35298 \begin_inset Phantom HPhantom
35299 status open
35300
35301 \begin_layout Plain Layout
35302
35303 \series bold
35304
35305 \backslash
35306 genfrac
35307 \end_layout
35308
35309 \end_inset
35310
35311 {Zähler}{Nenner}
35312 \end_layout
35313
35314 \begin_layout Standard
35315 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
35316 \begin_inset space \thinspace{}
35317 \end_inset
35318
35319 -
35320 \begin_inset space \thinspace{}
35321 \end_inset
35322
35323 3 angegeben.
35324 \begin_inset Separator parbreak
35325 \end_inset
35326
35327
35328 \end_layout
35329
35330 \begin_layout Standard
35331 \align center
35332 \begin_inset Tabular
35333 <lyxtabular version="3" rows="5" columns="2">
35334 <features tabularvalignment="middle">
35335 <column alignment="center" valignment="top">
35336 <column alignment="center" valignment="top">
35337 <row>
35338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35339 \begin_inset Text
35340
35341 \begin_layout Plain Layout
35342 Nummer
35343 \end_layout
35344
35345 \end_inset
35346 </cell>
35347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35348 \begin_inset Text
35349
35350 \begin_layout Plain Layout
35351 Ansichtsstil
35352 \end_layout
35353
35354 \end_inset
35355 </cell>
35356 </row>
35357 <row>
35358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35359 \begin_inset Text
35360
35361 \begin_layout Plain Layout
35362 0
35363 \end_layout
35364
35365 \end_inset
35366 </cell>
35367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35368 \begin_inset Text
35369
35370 \begin_layout Plain Layout
35371 abgesetzte Formel
35372 \end_layout
35373
35374 \end_inset
35375 </cell>
35376 </row>
35377 <row>
35378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35379 \begin_inset Text
35380
35381 \begin_layout Plain Layout
35382 1
35383 \end_layout
35384
35385 \end_inset
35386 </cell>
35387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35388 \begin_inset Text
35389
35390 \begin_layout Plain Layout
35391 eingebettete Formel
35392 \end_layout
35393
35394 \end_inset
35395 </cell>
35396 </row>
35397 <row>
35398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35399 \begin_inset Text
35400
35401 \begin_layout Plain Layout
35402 2
35403 \end_layout
35404
35405 \end_inset
35406 </cell>
35407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35408 \begin_inset Text
35409
35410 \begin_layout Plain Layout
35411 klein
35412 \end_layout
35413
35414 \end_inset
35415 </cell>
35416 </row>
35417 <row>
35418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35419 \begin_inset Text
35420
35421 \begin_layout Plain Layout
35422 3
35423 \end_layout
35424
35425 \end_inset
35426 </cell>
35427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35428 \begin_inset Text
35429
35430 \begin_layout Plain Layout
35431 winzig
35432 \end_layout
35433
35434 \end_inset
35435 </cell>
35436 </row>
35437 </lyxtabular>
35438
35439 \end_inset
35440
35441
35442 \end_layout
35443
35444 \begin_layout Standard
35445 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
35446  
35447 \series bold
35448
35449 \backslash
35450 frac
35451 \series default
35452  der Umgebung an.
35453 \end_layout
35454
35455 \begin_layout Standard
35456 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
35457  0.4
35458 \begin_inset space \thinspace{}
35459 \end_inset
35460
35461 pt verwendet.
35462 \end_layout
35463
35464 \begin_layout Standard
35465 \begin_inset VSpace medskip
35466 \end_inset
35467
35468 Zum Beispiel sind die Befehle 
35469 \series bold
35470
35471 \backslash
35472 dfrac
35473 \series default
35474  und 
35475 \series bold
35476
35477 \backslash
35478 tbinom
35479 \series default
35480  aus 
35481 \begin_inset CommandInset ref
35482 LatexCommand ref
35483 reference "subsec:Brüche"
35484
35485 \end_inset
35486
35487  folgendermaßen definiert:
35488 \end_layout
35489
35490 \begin_layout Standard
35491
35492 \series bold
35493
35494 \backslash
35495 newcommand{
35496 \backslash
35497 dfrac}[2]{
35498 \backslash
35499 genfrac{}{}{}{0}{#1}{#2}}
35500 \end_layout
35501
35502 \begin_layout Standard
35503 und
35504 \end_layout
35505
35506 \begin_layout Standard
35507
35508 \series bold
35509
35510 \backslash
35511 newcommand{
35512 \backslash
35513 tbinom}[2]{
35514 \backslash
35515 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35516 \end_layout
35517
35518 \begin_layout Standard
35519 \begin_inset VSpace medskip
35520 \end_inset
35521
35522 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
35523  Argument angeben kann, gibt man im \SpecialChar LaTeX
35524 -Vorspann folgenden Befehl ein:
35525 \end_layout
35526
35527 \begin_layout Standard
35528
35529 \series bold
35530
35531 \backslash
35532 newcommand{
35533 \backslash
35534 fracS}[3][]{
35535 \backslash
35536 genfrac{}{}{#1}{}{#2}{#3}}
35537 \end_layout
35538
35539 \begin_layout Standard
35540 Dazu ein Test:
35541 \begin_inset Formula 
35542 \begin{align*}
35543 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35544 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35545 \end{align*}
35546
35547 \end_inset
35548
35549 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
35550  in etwa der dreifachen Strichdicke.
35551 \end_layout
35552
35553 \begin_layout Subsection
35554 Durchgestrichene Formeln
35555 \begin_inset Index idx
35556 status collapsed
35557
35558 \begin_layout Plain Layout
35559 Formel ! durchgestrichene
35560 \end_layout
35561
35562 \end_inset
35563
35564
35565 \end_layout
35566
35567 \begin_layout Standard
35568 Es gibt vier verschiedene Arten Formeln oder Formelteile durchzustreichen:
35569 \end_layout
35570
35571 \begin_layout Standard
35572 \begin_inset ERT
35573 status collapsed
35574
35575 \begin_layout Plain Layout
35576
35577
35578 \backslash
35579 ifcancel 
35580 \end_layout
35581
35582 \end_inset
35583
35584
35585 \begin_inset Note Note
35586 status open
35587
35588 \begin_layout Plain Layout
35589 Die folgende Tabelle erscheint nur im Ausdruck wenn das \SpecialChar LaTeX
35590 -Paket 
35591 \series bold
35592 cancel
35593 \series default
35594  installiert ist:
35595 \end_layout
35596
35597 \end_inset
35598
35599
35600 \begin_inset Separator parbreak
35601 \end_inset
35602
35603
35604 \end_layout
35605
35606 \begin_layout Standard
35607 \align center
35608 \begin_inset Tabular
35609 <lyxtabular version="3" rows="5" columns="2">
35610 <features tabularvalignment="middle">
35611 <column alignment="center" valignment="top">
35612 <column alignment="center" valignment="top">
35613 <row>
35614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35615 \begin_inset Text
35616
35617 \begin_layout Plain Layout
35618 Befehl
35619 \end_layout
35620
35621 \end_inset
35622 </cell>
35623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35624 \begin_inset Text
35625
35626 \begin_layout Plain Layout
35627 Ergebnis
35628 \begin_inset Note Note
35629 status collapsed
35630
35631 \begin_layout Plain Layout
35632 Der Leerraum und 
35633 \series bold
35634
35635 \backslash
35636 raisebox
35637 \series default
35638  dienen nur als Abstandhalter.
35639 \end_layout
35640
35641 \end_inset
35642
35643
35644 \end_layout
35645
35646 \end_inset
35647 </cell>
35648 </row>
35649 <row>
35650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35651 \begin_inset Text
35652
35653 \begin_layout Plain Layout
35654
35655 \backslash
35656 cancel
35657 \begin_inset space \textvisiblespace{}
35658 \end_inset
35659
35660
35661 \backslash
35662 int
35663 \begin_inset space \textvisiblespace{}
35664 \end_inset
35665
35666 A=B
35667 \end_layout
35668
35669 \end_inset
35670 </cell>
35671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35672 \begin_inset Text
35673
35674 \begin_layout Plain Layout
35675 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35676 \end_inset
35677
35678
35679 \end_layout
35680
35681 \end_inset
35682 </cell>
35683 </row>
35684 <row>
35685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35686 \begin_inset Text
35687
35688 \begin_layout Plain Layout
35689
35690 \backslash
35691 bcancel
35692 \begin_inset space \textvisiblespace{}
35693 \end_inset
35694
35695
35696 \backslash
35697 int
35698 \begin_inset space \textvisiblespace{}
35699 \end_inset
35700
35701 A=B
35702 \end_layout
35703
35704 \end_inset
35705 </cell>
35706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35707 \begin_inset Text
35708
35709 \begin_layout Plain Layout
35710 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35711 \end_inset
35712
35713
35714 \end_layout
35715
35716 \end_inset
35717 </cell>
35718 </row>
35719 <row>
35720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35721 \begin_inset Text
35722
35723 \begin_layout Plain Layout
35724
35725 \backslash
35726 xcancel
35727 \begin_inset space \textvisiblespace{}
35728 \end_inset
35729
35730
35731 \backslash
35732 int
35733 \begin_inset space \textvisiblespace{}
35734 \end_inset
35735
35736 A=B
35737 \end_layout
35738
35739 \end_inset
35740 </cell>
35741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35742 \begin_inset Text
35743
35744 \begin_layout Plain Layout
35745 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35746 \end_inset
35747
35748
35749 \end_layout
35750
35751 \end_inset
35752 </cell>
35753 </row>
35754 <row>
35755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35756 \begin_inset Text
35757
35758 \begin_layout Plain Layout
35759
35760 \backslash
35761 cancelto
35762 \begin_inset space \textvisiblespace{}
35763 \end_inset
35764
35765
35766 \backslash
35767 int
35768 \begin_inset space \textvisiblespace{}
35769 \end_inset
35770
35771 A=B
35772 \begin_inset Formula $\to$
35773 \end_inset
35774
35775 1
35776 \end_layout
35777
35778 \end_inset
35779 </cell>
35780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35781 \begin_inset Text
35782
35783 \begin_layout Plain Layout
35784 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35785 \end_inset
35786
35787
35788 \end_layout
35789
35790 \end_inset
35791 </cell>
35792 </row>
35793 </lyxtabular>
35794
35795 \end_inset
35796
35797
35798 \end_layout
35799
35800 \begin_layout Standard
35801
35802 \series bold
35803
35804 \backslash
35805 cancelto
35806 \series default
35807  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
35808  will:
35809 \begin_inset Formula 
35810 \[
35811 \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}}}
35812 \]
35813
35814 \end_inset
35815
35816
35817 \end_layout
35818
35819 \begin_layout Standard
35820 Um die Größe des 
35821 \begin_inset Quotes gld
35822 \end_inset
35823
35824 hochgestellten
35825 \begin_inset Quotes grd
35826 \end_inset
35827
35828  Werts von 
35829 \series bold
35830
35831 \backslash
35832 cancelto
35833 \series default
35834  zu ändern, kann man die \SpecialChar LaTeX
35835 -Vorspannzeile
35836 \end_layout
35837
35838 \begin_layout Standard
35839
35840 \series bold
35841
35842 \backslash
35843 PassOptionsToPackage{Option}{cancel}
35844 \end_layout
35845
35846 \begin_layout Standard
35847 hinzufügen.
35848  
35849 \series bold
35850 Option
35851 \series default
35852  ist entweder 
35853 \series bold
35854 samesize
35855 \series default
35856 , das zur selben Größe wie die der durchgestrichenen Zeichen führt, oder
35857  
35858 \series bold
35859 Smaller
35860 \series default
35861 , das zu einer etwas kleineren Größe als die Voreinstellung führt.
35862 \end_layout
35863
35864 \begin_layout Standard
35865 Um den Durchstrich zu färben, verwendet man den Befehl
35866 \end_layout
35867
35868 \begin_layout Standard
35869
35870 \series bold
35871
35872 \backslash
35873 renewcommand{
35874 \backslash
35875 CancelColor}{
35876 \backslash
35877 color{red}}
35878 \end_layout
35879
35880 \begin_layout Standard
35881 als \SpecialChar TeX
35882 -Code.
35883  
35884 \series bold
35885 red
35886 \series default
35887  kann durch eine Farbe der Wahl ersetzt werden.
35888 \end_layout
35889
35890 \begin_layout Standard
35891 \begin_inset ERT
35892 status collapsed
35893
35894 \begin_layout Plain Layout
35895
35896
35897 \backslash
35898 renewcommand{
35899 \backslash
35900 CancelColor}{
35901 \backslash
35902 color{red}}
35903 \end_layout
35904
35905 \end_inset
35906
35907
35908 \end_layout
35909
35910 \begin_layout Standard
35911 \begin_inset Formula 
35912 \[
35913 \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}}}
35914 \]
35915
35916 \end_inset
35917
35918
35919 \end_layout
35920
35921 \begin_layout Standard
35922 \begin_inset ERT
35923 status collapsed
35924
35925 \begin_layout Plain Layout
35926
35927
35928 \backslash
35929 renewcommand{
35930 \backslash
35931 CancelColor}{
35932 \backslash
35933 color{black}}
35934 \end_layout
35935
35936 \end_inset
35937
35938
35939 \begin_inset Note Note
35940 status open
35941
35942 \begin_layout Plain Layout
35943 Farbe zurücksetzen
35944 \end_layout
35945
35946 \end_inset
35947
35948
35949 \end_layout
35950
35951 \begin_layout Standard
35952 Für weitere Anpassungen siehe die Dokumentation des Pakets 
35953 \series bold
35954 cancel
35955 \series default
35956
35957 \begin_inset CommandInset citation
35958 LatexCommand cite
35959 key "cancel"
35960
35961 \end_inset
35962
35963 .
35964 \begin_inset Index idx
35965 status collapsed
35966
35967 \begin_layout Plain Layout
35968 Pakete ! cancel
35969 \end_layout
35970
35971 \end_inset
35972
35973
35974 \end_layout
35975
35976 \begin_layout Standard
35977 \begin_inset ERT
35978 status collapsed
35979
35980 \begin_layout Plain Layout
35981
35982
35983 \backslash
35984 else 
35985 \end_layout
35986
35987 \end_inset
35988
35989
35990 \begin_inset Note Note
35991 status open
35992
35993 \begin_layout Plain Layout
35994 Folgendes erscheint im Ausdruck wenn das \SpecialChar LaTeX
35995 -Paket 
35996 \series bold
35997 cancel
35998 \series default
35999  nicht installiert ist:
36000 \end_layout
36001
36002 \end_inset
36003
36004
36005 \end_layout
36006
36007 \begin_layout Standard
36008 Das \SpecialChar LaTeX
36009 -Paket 
36010 \series bold
36011 cancel 
36012 \series default
36013 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36014 \end_layout
36015
36016 \begin_layout Standard
36017 \begin_inset ERT
36018 status collapsed
36019
36020 \begin_layout Plain Layout
36021
36022
36023 \backslash
36024 fi 
36025 \end_layout
36026
36027 \end_inset
36028
36029
36030 \end_layout
36031
36032 \begin_layout Subsection
36033 Formeln in Überschriften
36034 \begin_inset CommandInset label
36035 LatexCommand label
36036 name "subsec:Formeln-in-Überschriften"
36037
36038 \end_inset
36039
36040
36041 \begin_inset Index idx
36042 status collapsed
36043
36044 \begin_layout Plain Layout
36045 Formel ! in Überschriften
36046 \end_layout
36047
36048 \end_inset
36049
36050
36051 \end_layout
36052
36053 \begin_layout Standard
36054 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
36055 \end_layout
36056
36057 \begin_layout Standard
36058 \begin_inset Note Greyedout
36059 status open
36060
36061 \begin_layout Plain Layout
36062 Verwendet man 
36063 \series bold
36064 hyperref
36065 \series default
36066
36067 \begin_inset Index idx
36068 status collapsed
36069
36070 \begin_layout Plain Layout
36071 Pakete ! hyperref
36072 \end_layout
36073
36074 \end_inset
36075
36076  Unterstützung im den Dokumenteinstellungen unter 
36077 \family sans
36078 PDF-Eigenschaften
36079 \family default
36080 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
36081  erzeugt.
36082  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
36083  dargestellt.
36084  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
36085 \end_layout
36086
36087 \end_inset
36088
36089
36090 \end_layout
36091
36092 \begin_layout Standard
36093 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
36094  Kurztitel über das Menü 
36095 \family sans
36096 Einfügen\SpecialChar menuseparator
36097 Kurztitel
36098 \family default
36099  einfügt.
36100  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
36101  um das Inhaltsverzeichnis übersichtlich zu halten.
36102  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
36103 chen.
36104 \end_layout
36105
36106 \begin_layout Standard
36107 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
36108 \series bold
36109 hyperref
36110 \series default
36111 , verwendet man im \SpecialChar TeX
36112 -Modus den Befehl
36113 \end_layout
36114
36115 \begin_layout Standard
36116
36117 \series bold
36118
36119 \backslash
36120 texorpdfstring{Teil}{Alternative}
36121 \begin_inset Index idx
36122 status collapsed
36123
36124 \begin_layout Plain Layout
36125 Befehle ! T ! 
36126 \backslash
36127 texorpdfstring
36128 \end_layout
36129
36130 \end_inset
36131
36132
36133 \end_layout
36134
36135 \begin_layout Standard
36136 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
36137  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
36138  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
36139  soll.
36140 \end_layout
36141
36142 \begin_layout Standard
36143 Es folgen zwei Beispielüberschriften:
36144 \begin_inset VSpace -3mm
36145 \end_inset
36146
36147
36148 \begin_inset ERT
36149 status collapsed
36150
36151 \begin_layout Plain Layout
36152
36153
36154 \backslash
36155 boldmath 
36156 \end_layout
36157
36158 \end_inset
36159
36160
36161 \end_layout
36162
36163 \begin_layout Subsubsection
36164 Überschrift ohne Formel im Inhaltsverzeichnis 
36165 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36166 \end_inset
36167
36168
36169 \begin_inset Argument 1
36170 status collapsed
36171
36172 \begin_layout Plain Layout
36173 Überschrift ohne Formel im Inhaltsverzeichnis
36174 \end_layout
36175
36176 \end_inset
36177
36178
36179 \end_layout
36180
36181 \begin_layout Subsubsection
36182 Überschrift mit Formel im Inhaltsverzeichnis
36183 \begin_inset ERT
36184 status collapsed
36185
36186 \begin_layout Plain Layout
36187
36188
36189 \backslash
36190 texorpdfstring{
36191 \end_layout
36192
36193 \end_inset
36194
36195  
36196 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36197 \end_inset
36198
36199
36200 \begin_inset ERT
36201 status collapsed
36202
36203 \begin_layout Plain Layout
36204
36205 }{}
36206 \end_layout
36207
36208 \end_inset
36209
36210
36211 \end_layout
36212
36213 \begin_layout Standard
36214 \begin_inset ERT
36215 status collapsed
36216
36217 \begin_layout Plain Layout
36218
36219
36220 \backslash
36221 unboldmath 
36222 \end_layout
36223
36224 \end_inset
36225
36226 In der ersten Überschrift wurde ein Kurztitel verwendet.
36227  In der zweiten 
36228 \series bold
36229
36230 \backslash
36231 texorpdfstring
36232 \series default
36233 .
36234 \end_layout
36235
36236 \begin_layout Standard
36237 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
36238  die komplette Überschrift in eine 
36239 \series bold
36240 boldmath
36241 \series default
36242 -Umgebung
36243 \begin_inset Foot
36244 status collapsed
36245
36246 \begin_layout Plain Layout
36247 siehe 
36248 \begin_inset CommandInset ref
36249 LatexCommand ref
36250 reference "subsec:Fett-gedruckte-Formeln"
36251
36252 \end_inset
36253
36254
36255 \end_layout
36256
36257 \end_inset
36258
36259  gesetzt.
36260 \end_layout
36261
36262 \begin_layout Subsection
36263 Formeln im mehrspaltigen Text
36264 \begin_inset Index idx
36265 status collapsed
36266
36267 \begin_layout Plain Layout
36268 Formel ! im mehrspaltigen Text
36269 \end_layout
36270
36271 \end_inset
36272
36273
36274 \end_layout
36275
36276 \begin_layout Standard
36277 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
36278  müssen daher über die gesamte Seitenbreite gesetzt werden.
36279  Dazu verwendet man das \SpecialChar LaTeX
36280 -Paket 
36281 \series bold
36282 multicol
36283 \series default
36284
36285 \begin_inset Foot
36286 status collapsed
36287
36288 \begin_layout Plain Layout
36289
36290 \series bold
36291 multicol
36292 \series default
36293  ist Teil jeder \SpecialChar LaTeX
36294 -Standardinstallation.
36295 \end_layout
36296
36297 \end_inset
36298
36299
36300 \begin_inset Index idx
36301 status collapsed
36302
36303 \begin_layout Plain Layout
36304 Pakete ! multicol
36305 \end_layout
36306
36307 \end_inset
36308
36309 , das mit der \SpecialChar LaTeX
36310 -Vorspannzeile
36311 \end_layout
36312
36313 \begin_layout Standard
36314
36315 \series bold
36316
36317 \backslash
36318 usepackage{multicol}
36319 \end_layout
36320
36321 \begin_layout Standard
36322 geladen wird.
36323 \end_layout
36324
36325 \begin_layout Standard
36326 \begin_inset Note Greyedout
36327 status open
36328
36329 \begin_layout Plain Layout
36330 Dabei ist zu beachten, dass im Menü 
36331 \family sans
36332 Dokument\SpecialChar menuseparator
36333 Einstellungen
36334 \family default
36335  unter 
36336 \family sans
36337 Textformat
36338 \family default
36339  
36340 \emph on
36341 nicht
36342 \emph default
36343  
36344 \family sans
36345 Zweispaltiges
36346 \begin_inset space ~
36347 \end_inset
36348
36349 Dokument
36350 \family default
36351  ausgewählt sein darf.
36352 \end_layout
36353
36354 \end_inset
36355
36356
36357 \end_layout
36358
36359 \begin_layout Standard
36360 Vor den mehrspaltigen Text schreibt man im \SpecialChar TeX
36361 -Modus den Befehl
36362 \end_layout
36363
36364 \begin_layout Standard
36365
36366 \series bold
36367
36368 \backslash
36369 begin{multicols}{Spaltenanzahl}
36370 \end_layout
36371
36372 \begin_layout Standard
36373 wobei die Spaltenanzahl eine Zahl im Bereich 2
36374 \begin_inset space \thinspace{}
36375 \end_inset
36376
36377 -
36378 \begin_inset space \thinspace{}
36379 \end_inset
36380
36381 10 ist.
36382  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
36383 \end_layout
36384
36385 \begin_layout Standard
36386
36387 \series bold
36388
36389 \backslash
36390 end{multicols}
36391 \end_layout
36392
36393 \begin_layout Standard
36394 der im \SpecialChar TeX
36395 -Modus eingegeben wird.
36396 \end_layout
36397
36398 \begin_layout Standard
36399 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
36400  Um dies rückgängig zu machen, fügt man vor der Formel -6
36401 \begin_inset space \thinspace{}
36402 \end_inset
36403
36404 mm vertikalen Leerraum ein.
36405  Ist der Formelstil 
36406 \series bold
36407 Eingerückt
36408 \begin_inset Foot
36409 status collapsed
36410
36411 \begin_layout Plain Layout
36412 Formelstile siehe 
36413 \begin_inset CommandInset ref
36414 LatexCommand ref
36415 reference "sec:Formelstile"
36416
36417 \end_inset
36418
36419
36420 \end_layout
36421
36422 \end_inset
36423
36424
36425 \series default
36426  gewählt, fügt man stattdessen -9
36427 \begin_inset space \thinspace{}
36428 \end_inset
36429
36430 mm Leerraum ein.
36431 \end_layout
36432
36433 \begin_layout Standard
36434 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
36435 \end_layout
36436
36437 \begin_layout Standard
36438 \begin_inset ERT
36439 status collapsed
36440
36441 \begin_layout Plain Layout
36442
36443
36444 \backslash
36445 begin{multicols}{2}
36446 \end_layout
36447
36448 \end_inset
36449
36450 Das Spektrum wird fouriertransformiert.
36451  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36452 , Lösungsmittel) zu trennen.
36453  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36454  nun das Aussehen des Ausgangssignals.
36455  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36456  über alle Phasen integrieren muss.
36457  Sei nun 
36458 \begin_inset Formula $S$
36459 \end_inset
36460
36461  unser normiertes Ausgangssignal und 
36462 \begin_inset Formula $P$
36463 \end_inset
36464
36465  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36466 \begin_inset ERT
36467 status collapsed
36468
36469 \begin_layout Plain Layout
36470
36471
36472 \backslash
36473 end{multicols}
36474 \end_layout
36475
36476 \end_inset
36477
36478
36479 \begin_inset VSpace -6mm
36480 \end_inset
36481
36482
36483 \begin_inset Formula 
36484 \begin{equation}
36485 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36486 \end{equation}
36487
36488 \end_inset
36489
36490
36491 \begin_inset ERT
36492 status collapsed
36493
36494 \begin_layout Plain Layout
36495
36496
36497 \backslash
36498 begin{multicols}{2}
36499 \end_layout
36500
36501 \end_inset
36502
36503 wobei 
36504 \begin_inset Formula $S_{0}$
36505 \end_inset
36506
36507  das Signal ohne Gradient ist und die Normierungsbedingung 
36508 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36509 \end_inset
36510
36511  gilt.
36512  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36513  Direkt nach dem 
36514 \begin_inset Formula $\nicefrac{\pi}{2}$
36515 \end_inset
36516
36517
36518 \begin_inset space \thinspace{}
36519 \end_inset
36520
36521 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36522  das Signal zusätzlich abschwächt.
36523  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36524  
36525 \begin_inset Formula $T_{2}$
36526 \end_inset
36527
36528 -Zeit.
36529 \end_layout
36530
36531 \begin_layout Standard
36532 \begin_inset ERT
36533 status collapsed
36534
36535 \begin_layout Plain Layout
36536
36537
36538 \backslash
36539 end{multicols}
36540 \end_layout
36541
36542 \end_inset
36543
36544  
36545 \end_layout
36546
36547 \begin_layout Subsection
36548 Formeln mit Beschreibung der Variablen
36549 \begin_inset Index idx
36550 status collapsed
36551
36552 \begin_layout Plain Layout
36553 Formel ! mit Variablenbeschreibung
36554 \end_layout
36555
36556 \end_inset
36557
36558
36559 \end_layout
36560
36561 \begin_layout Standard
36562 Möchte man wie in Formel 
36563 \begin_inset CommandInset ref
36564 LatexCommand eqref
36565 reference "eq:innerhalb"
36566
36567 \end_inset
36568
36569 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
36570 \series bold
36571 ×
36572 \series default
36573
36574 \begin_inset Formula $n$
36575 \end_inset
36576
36577
36578 \begin_inset space ~
36579 \end_inset
36580
36581 Matrix mit links ausgerichteten Spalten für die verwendeten 
36582 \begin_inset Formula $n$
36583 \end_inset
36584
36585  Variablen.
36586 \begin_inset Foot
36587 status collapsed
36588
36589 \begin_layout Plain Layout
36590 Matrizen siehe 
36591 \begin_inset CommandInset ref
36592 LatexCommand ref
36593 reference "sec:Matrizen"
36594
36595 \end_inset
36596
36597
36598 \end_layout
36599
36600 \end_inset
36601
36602  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
36603 \begin_inset space \thinspace{}
36604 \end_inset
36605
36606 B.
36607  den Befehl 
36608 \series bold
36609
36610 \backslash
36611 footnotesize
36612 \series default
36613  ein.
36614 \begin_inset Foot
36615 status collapsed
36616
36617 \begin_layout Plain Layout
36618 Schriftgrößen siehe 
36619 \begin_inset CommandInset ref
36620 LatexCommand ref
36621 reference "subsec:Schriftgrößen"
36622
36623 \end_inset
36624
36625
36626 \end_layout
36627
36628 \end_inset
36629
36630
36631 \end_layout
36632
36633 \begin_layout Standard
36634 Wird der Formelstil 
36635 \series bold
36636 Eingerückt
36637 \begin_inset Foot
36638 status collapsed
36639
36640 \begin_layout Plain Layout
36641 Formelstile siehe 
36642 \begin_inset CommandInset ref
36643 LatexCommand ref
36644 reference "sec:Formelstile"
36645
36646 \end_inset
36647
36648
36649 \end_layout
36650
36651 \end_inset
36652
36653
36654 \series default
36655  verwendet, fügt man vor und nach der Matrix ein 
36656 \series bold
36657
36658 \backslash
36659 hfill
36660 \series default
36661
36662 \begin_inset Foot
36663 status collapsed
36664
36665 \begin_layout Plain Layout
36666
36667 \series bold
36668
36669 \backslash
36670 hfill
36671 \series default
36672  wirkt nur in Formeln mit dem Stil 
36673 \series bold
36674 Eingerückt
36675 \series default
36676 , siehe 
36677 \begin_inset CommandInset ref
36678 LatexCommand ref
36679 reference "subsec:Variabler-Leerraum"
36680
36681 \end_inset
36682
36683 .
36684 \end_layout
36685
36686 \end_inset
36687
36688  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
36689  gleich ist.
36690 \end_layout
36691
36692 \begin_layout Standard
36693 Ist der Formelstil 
36694 \series bold
36695 Zentriert
36696 \series default
36697  gewählt, nutzt man die in 
36698 \begin_inset CommandInset ref
36699 LatexCommand ref
36700 reference "subsec:Flalign-Umgebung"
36701
36702 \end_inset
36703
36704  beschriebene Möglichkeit, Formeln einzurücken.
36705  Formel 
36706 \begin_inset CommandInset ref
36707 LatexCommand eqref
36708 reference "eq:innerhalb"
36709
36710 \end_inset
36711
36712  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
36713  der dritten die Matrix und in der letzten die leere \SpecialChar TeX
36714 -Klammer steht.
36715 \begin_inset Formula 
36716 \begin{flalign}
36717 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36718 \rho & \textrm{Dichte}\\
36719 V & \textrm{Volumen}\\
36720 g & \textrm{Fallbeschleunigung}
36721 \end{array} &  & {}\label{eq:innerhalb}
36722 \end{flalign}
36723
36724 \end_inset
36725
36726
36727 \end_layout
36728
36729 \begin_layout Subsection
36730 Aufrechte kleine griechische Buchstaben
36731 \begin_inset CommandInset label
36732 LatexCommand label
36733 name "subsec:Aufrechte-kleine-griechische"
36734
36735 \end_inset
36736
36737
36738 \begin_inset Index idx
36739 status collapsed
36740
36741 \begin_layout Plain Layout
36742 griechische Buchstaben ! aufrechte
36743 \end_layout
36744
36745 \end_inset
36746
36747
36748 \end_layout
36749
36750 \begin_layout Standard
36751 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
36752  zur Verfügung.
36753  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
36754  aufrechte griechische Buchstaben benötigt.
36755  Die Datei 
36756 \series bold
36757 upgreek.sty
36758 \series default
36759
36760 \begin_inset Foot
36761 status collapsed
36762
36763 \begin_layout Plain Layout
36764
36765 \series bold
36766 upgreek
36767 \series default
36768  ist Teil des \SpecialChar LaTeX
36769 -Paketes 
36770 \series bold
36771 was
36772 \series default
36773
36774 \begin_inset Index idx
36775 status collapsed
36776
36777 \begin_layout Plain Layout
36778 Pakete ! was
36779 \begin_inset ERT
36780 status collapsed
36781
36782 \begin_layout Plain Layout
36783
36784
36785 \backslash
36786 vspace{4mm}
36787 \end_layout
36788
36789 \end_inset
36790
36791
36792 \end_layout
36793
36794 \end_inset
36795
36796 .
36797 \end_layout
36798
36799 \end_inset
36800
36801
36802 \begin_inset Index idx
36803 status collapsed
36804
36805 \begin_layout Plain Layout
36806 Pakete ! upgreek
36807 \end_layout
36808
36809 \end_inset
36810
36811 , die mit der \SpecialChar LaTeX
36812 -Vorspannzeile
36813 \end_layout
36814
36815 \begin_layout Standard
36816
36817 \series bold
36818
36819 \backslash
36820 usepackage{upgreek}
36821 \end_layout
36822
36823 \begin_layout Standard
36824 geladen wird, stellt diese Buchstaben zur Verfügung.
36825  
36826 \begin_inset ERT
36827 status collapsed
36828
36829 \begin_layout Plain Layout
36830
36831
36832 \backslash
36833 ifupgreek 
36834 \end_layout
36835
36836 \end_inset
36837
36838
36839 \begin_inset Note Note
36840 status open
36841
36842 \begin_layout Plain Layout
36843 Das Folgende erscheint nur im Ausdruck wenn das \SpecialChar LaTeX
36844 -Paket 
36845 \series bold
36846 upgreek
36847 \series default
36848  installiert ist:
36849 \end_layout
36850
36851 \end_inset
36852
36853  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
36854  
36855 \series bold
36856 up
36857 \series default
36858  begonnen wird.
36859  So erzeugt z.
36860 \begin_inset space \thinspace{}
36861 \end_inset
36862
36863 B.
36864  der Befehl 
36865 \series bold
36866
36867 \backslash
36868 uptau
36869 \series default
36870  dies: 
36871 \begin_inset Formula $\uptau$
36872 \end_inset
36873
36874
36875 \end_layout
36876
36877 \begin_layout Standard
36878 Damit kann man Elementarteilchenreaktionen erstellen:
36879 \begin_inset Formula 
36880 \[
36881 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36882 \]
36883
36884 \end_inset
36885
36886
36887 \end_layout
36888
36889 \begin_layout Standard
36890 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
36891  Sie sollten daher nicht für Einheiten wie 
36892 \begin_inset Quotes gld
36893 \end_inset
36894
36895 µm
36896 \begin_inset Quotes grd
36897 \end_inset
36898
36899  verwendet werden.
36900 \end_layout
36901
36902 \begin_layout Standard
36903 \begin_inset ERT
36904 status collapsed
36905
36906 \begin_layout Plain Layout
36907
36908
36909 \backslash
36910 else 
36911 \end_layout
36912
36913 \end_inset
36914
36915
36916 \begin_inset Note Note
36917 status open
36918
36919 \begin_layout Plain Layout
36920 Folgendes erscheint im Ausdruck wenn das \SpecialChar LaTeX
36921 -Paket 
36922 \series bold
36923 upgreek
36924 \series default
36925  nicht installiert ist:
36926 \end_layout
36927
36928 \end_inset
36929
36930
36931 \end_layout
36932
36933 \begin_layout Standard
36934 Das \SpecialChar LaTeX
36935 -Paket 
36936 \series bold
36937 upgreek 
36938 \series default
36939 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36940 \end_layout
36941
36942 \begin_layout Standard
36943 \begin_inset ERT
36944 status collapsed
36945
36946 \begin_layout Plain Layout
36947
36948
36949 \backslash
36950 fi 
36951 \end_layout
36952
36953 \end_inset
36954
36955
36956 \end_layout
36957
36958 \begin_layout Subsection
36959 Textzeichen in Formeln
36960 \begin_inset Index idx
36961 status collapsed
36962
36963 \begin_layout Plain Layout
36964 Text ! in Formeln
36965 \end_layout
36966
36967 \end_inset
36968
36969
36970 \end_layout
36971
36972 \begin_layout Standard
36973 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
36974  Benötigt man z.
36975 \begin_inset space \thinspace{}
36976 \end_inset
36977
36978 B.
36979  den mittigen Punkt · in Formeln wie 
36980 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36981 \end_inset
36982
36983 , müsste man dafür jedes Mal den Befehl 
36984 \series bold
36985
36986 \backslash
36987 cdot
36988 \series default
36989  eingeben
36990 \begin_inset Foot
36991 status collapsed
36992
36993 \begin_layout Plain Layout
36994 siehe 
36995 \begin_inset CommandInset ref
36996 LatexCommand ref
36997 reference "subsec:Binäre-Operatoren"
36998
36999 \end_inset
37000
37001
37002 \end_layout
37003
37004 \end_inset
37005
37006 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
37007  Man kann jedoch die Kodierung mit folgender \SpecialChar LaTeX
37008 -Vorspannzeile ändern:
37009 \end_layout
37010
37011 \begin_layout Standard
37012
37013 \series bold
37014
37015 \backslash
37016 DeclareInputText{183}{
37017 \backslash
37018 ifmmode
37019 \backslash
37020 cdot
37021 \backslash
37022 else
37023 \backslash
37024 textperiodcentered
37025 \backslash
37026 f\SpecialChar ligaturebreak
37027 i}
37028 \end_layout
37029
37030 \begin_layout Standard
37031 Die Zeichenkodierung (Menü 
37032 \family sans
37033 Dokument\SpecialChar menuseparator
37034 Einstellungen\SpecialChar menuseparator
37035 Sprache
37036 \family default
37037 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
37038  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
37039 \series bold
37040
37041 \backslash
37042 textperiodcentered
37043 \series default
37044  verwendet.
37045  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
37046  \SpecialChar LaTeX
37047 -Fehlern kommen würde.
37048  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
37049  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
37050  nicht.
37051 \end_layout
37052
37053 \begin_layout Standard
37054 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
37055  Z.
37056 \begin_inset space \thinspace{}
37057 \end_inset
37058
37059 B.
37060  ist die Kodierung 
37061 \series bold
37062 latin9
37063 \series default
37064  in der Datei 
37065 \series bold
37066 latin9.def
37067 \series default
37068  definiert, die sich im Installationsverzeichnis von \SpecialChar LaTeX
37069  befindet.
37070  Kodierungen sollten nur über den \SpecialChar LaTeX
37071 -Vorspann und nicht in den Definitionsdateien
37072  geändert werden.
37073  Ansonsten können eigene Dokumente von anderen \SpecialChar LyX
37074 -Nutzern auf anderen Computern
37075  nicht ohne Weiteres bearbeitet werden.
37076 \end_layout
37077
37078 \begin_layout Standard
37079 \begin_inset VSpace medskip
37080 \end_inset
37081
37082 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
37083  mit folgenden \SpecialChar LaTeX
37084 -Vorspannzeilen so definiert, dass sie direkt in eine Formel
37085  eingegeben werden können:
37086 \end_layout
37087
37088 \begin_layout Standard
37089
37090 \series bold
37091
37092 \backslash
37093 DeclareInputText{176}{
37094 \backslash
37095 ifmmode^
37096 \backslash
37097 circ
37098 \backslash
37099 else
37100 \backslash
37101 textdegree
37102 \backslash
37103 f\SpecialChar ligaturebreak
37104 i}
37105 \end_layout
37106
37107 \begin_layout Subsection
37108 \SpecialChar LaTeX
37109 -Kommentare in Formeln
37110 \begin_inset Index idx
37111 status collapsed
37112
37113 \begin_layout Plain Layout
37114 \SpecialChar LaTeX
37115 -Kommentare
37116 \end_layout
37117
37118 \end_inset
37119
37120
37121 \end_layout
37122
37123 \begin_layout Standard
37124 Im Text können Kommentare, die nur in der \SpecialChar LaTeX
37125 -Ausgabe sichtbar sind, mit dem
37126  Menü 
37127 \family sans
37128 Einfügen\SpecialChar menuseparator
37129 Notiz\SpecialChar menuseparator
37130 Kommentar
37131 \family default
37132  eingefügt werden.
37133  Dies ist in einer Formel nicht möglich, aber man kann mit dem Befehl
37134 \end_layout
37135
37136 \begin_layout Standard
37137
37138 \series bold
37139
37140 \backslash
37141 %
37142 \end_layout
37143
37144 \begin_layout Standard
37145 \SpecialChar LaTeX
37146 -Kommentare einfügen.
37147  Der Befehl erzeugt eine Box, in die man den Kommentar schreiben kann.
37148  Aufgrund eines Fehlers in \SpecialChar LyX
37149
37150 \begin_inset Foot
37151 status collapsed
37152
37153 \begin_layout Plain Layout
37154 \begin_inset CommandInset href
37155 LatexCommand href
37156 name "LyX-bug #9002"
37157 target "http://www.lyx.org/trac/ticket/9002"
37158
37159 \end_inset
37160
37161
37162 \end_layout
37163
37164 \end_inset
37165
37166  kann man keinen normalen Text verwenden.
37167  Selbst wenn man mathematischen Text verwendet, sieht man dessen \SpecialChar LaTeX
37168 -Befehle
37169  in der \SpecialChar LaTeX
37170 -Ausgabe.
37171 \begin_inset Newline newline
37172 \end_inset
37173
37174 Dies ist eine Formel mit einem \SpecialChar LaTeX
37175 -Kommentar:
37176 \begin_inset Formula 
37177 \[
37178 A=B%\text{Dies ist der Kommentar}
37179 \]
37180
37181 \end_inset
37182
37183
37184 \end_layout
37185
37186 \begin_layout Standard
37187 \begin_inset Newpage newpage
37188 \end_inset
37189
37190
37191 \end_layout
37192
37193 \begin_layout Section
37194 \start_of_appendix
37195 Typographische Hinweise
37196 \begin_inset Index idx
37197 status collapsed
37198
37199 \begin_layout Plain Layout
37200 Typographische Hinweise
37201 \end_layout
37202
37203 \end_inset
37204
37205
37206 \end_layout
37207
37208 \begin_layout Standard
37209 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
37210  Regeln, die teilweise auch im Duden 
37211 \begin_inset CommandInset citation
37212 LatexCommand cite
37213 key "Duden"
37214
37215 \end_inset
37216
37217  unter 
37218 \family typewriter
37219 Textverarbeitung
37220 \family default
37221  aufgelistet sind.
37222  Weitere Regeln sind in 
37223 \begin_inset CommandInset citation
37224 LatexCommand cite
37225 key "Checklist"
37226
37227 \end_inset
37228
37229  zu finden.
37230 \end_layout
37231
37232 \begin_layout Itemize
37233 Physikalische Einheiten werden 
37234 \emph on
37235 immer
37236 \emph default
37237  aufrecht gesetzt
37238 \begin_inset Foot
37239 status collapsed
37240
37241 \begin_layout Plain Layout
37242 wird durch Schriftstile erreicht, siehe 
37243 \begin_inset CommandInset ref
37244 LatexCommand ref
37245 reference "subsec:Schriftstile"
37246
37247 \end_inset
37248
37249
37250 \end_layout
37251
37252 \end_inset
37253
37254 , egal ob sie sich in einem kursiven Text befinden: 30
37255 \begin_inset space \thinspace{}
37256 \end_inset
37257
37258 km/h
37259 \begin_inset Newline newline
37260 \end_inset
37261
37262 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
37263 \begin_inset CommandInset ref
37264 LatexCommand ref
37265 reference "subsec:Vordefinierter-Leerraum"
37266
37267 \end_inset
37268
37269 .
37270 \begin_inset Newline newline
37271 \end_inset
37272
37273 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
37274 \series bold
37275
37276 \backslash
37277 unittwo
37278 \series default
37279  verwendet.
37280  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
37281  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
37282  erhält wie oben: 
37283 \begin_inset Formula $\unit[30]{km/h}$
37284 \end_inset
37285
37286
37287 \begin_inset space \thinspace{}
37288 \end_inset
37289
37290 .
37291  Zu beachten ist, dass 
37292 \series bold
37293
37294 \backslash
37295 unittwo
37296 \series default
37297  kein echter \SpecialChar LaTeX
37298 -Befehl, sondern der Befehl 
37299 \series bold
37300
37301 \backslash
37302 unit[Wert]{Einheit}
37303 \series default
37304  ist, daher kann man ihn nicht im \SpecialChar TeX
37305 -Code benutzen.
37306 \end_layout
37307
37308 \begin_layout Itemize
37309 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
37310 \begin_inset Newline newline
37311 \end_inset
37312
37313 1,2
37314 \begin_inset space \thinspace{}
37315 \end_inset
37316
37317 ‰ Alkohol im Blut
37318 \begin_inset Newline newline
37319 \end_inset
37320
37321 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
37322  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
37323 \end_layout
37324
37325 \begin_layout Itemize
37326 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
37327  wird in einer Einheit verwendet: 15
37328 \begin_inset space \thinspace{}
37329 \end_inset
37330
37331 °C
37332 \end_layout
37333
37334 \begin_layout Itemize
37335 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
37336  Ziffer der kleinste Leerraum eingefügt: 18
37337 \begin_inset space \thinspace{}
37338 \end_inset
37339
37340 473
37341 \begin_inset space \thinspace{}
37342 \end_inset
37343
37344 588
37345 \end_layout
37346
37347 \begin_layout Itemize
37348 Für Bemaßungen wie z.
37349 \begin_inset space \thinspace{}
37350 \end_inset
37351
37352 B.
37353  120×90×40
37354 \begin_inset space \thinspace{}
37355 \end_inset
37356
37357 cm, verwendet man das gelegte Kreuz 
37358 \begin_inset Quotes gld
37359 \end_inset
37360
37361 ×
37362 \begin_inset Quotes grd
37363 \end_inset
37364
37365 , dass entweder über den Befehl 
37366 \series bold
37367
37368 \backslash
37369 times
37370 \series default
37371  oder über das Menü 
37372 \family sans
37373 Einfügen\SpecialChar menuseparator
37374 Sonderzeichen\SpecialChar menuseparator
37375 Symbole
37376 \family default
37377  verfügbar ist.
37378 \end_layout
37379
37380 \begin_layout Itemize
37381 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
37382  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
37383 \begin_inset space \thinspace{}
37384 \end_inset
37385
37386 6.
37387 \begin_inset space ~
37388 \end_inset
37389
37390 1979
37391 \end_layout
37392
37393 \begin_layout Itemize
37394 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
37395  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
37396 \begin_inset CommandInset ref
37397 LatexCommand ref
37398 reference "subsec:Vordefinierte-Funktionen"
37399
37400 \end_inset
37401
37402 .
37403 \end_layout
37404
37405 \begin_layout Itemize
37406 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
37407  
37408 \begin_inset Formula $E_{\mathrm{kin}}$
37409 \end_inset
37410
37411
37412 \begin_inset Newline newline
37413 \end_inset
37414
37415 Komponenten von Matrizen werden kursiv gesetzt: 
37416 \begin_inset Formula $\hat{H}_{kl}$
37417 \end_inset
37418
37419
37420 \end_layout
37421
37422 \begin_layout Itemize
37423 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
37424  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
37425  Variablen zu verwechseln.
37426 \end_layout
37427
37428 \begin_layout Itemize
37429 Das Symbol für eine 
37430 \noun on
37431 Fourier
37432 \noun default
37433 -Transformation kann entweder mit dem Befehl 
37434 \series bold
37435
37436 \backslash
37437 mathscr
37438 \begin_inset space \textvisiblespace{}
37439 \end_inset
37440
37441 F
37442 \series default
37443  oder über das Menü 
37444 \family sans
37445 Einfügen\SpecialChar menuseparator
37446 Sonderzeichen\SpecialChar menuseparator
37447 Symbole\SpecialChar menuseparator
37448 Buchsta\SpecialChar softhyphen
37449 benähnliche Symbole
37450 \family default
37451  eingefügt werden: 
37452 \begin_inset Formula $\mathscr{F}$
37453 \end_inset
37454
37455
37456 \end_layout
37457
37458 \begin_layout Standard
37459 \begin_inset Newpage newpage
37460 \end_inset
37461
37462
37463 \end_layout
37464
37465 \begin_layout Section
37466 Synonyme
37467 \begin_inset Index idx
37468 status collapsed
37469
37470 \begin_layout Plain Layout
37471 Synonyme
37472 \end_layout
37473
37474 \end_inset
37475
37476
37477 \end_layout
37478
37479 \begin_layout Standard
37480 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
37481  Hier ist eine Übersicht der Synonymbefehle:
37482 \end_layout
37483
37484 \begin_layout Standard
37485 \begin_inset VSpace bigskip
37486 \end_inset
37487
37488
37489 \begin_inset space \hfill{}
37490 \end_inset
37491
37492
37493 \begin_inset Tabular
37494 <lyxtabular version="3" rows="12" columns="2">
37495 <features tabularvalignment="middle">
37496 <column alignment="center" valignment="top" width="0pt">
37497 <column alignment="center" valignment="top" width="0pt">
37498 <row>
37499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37500 \begin_inset Text
37501
37502 \begin_layout Plain Layout
37503 Befehl
37504 \end_layout
37505
37506 \end_inset
37507 </cell>
37508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37509 \begin_inset Text
37510
37511 \begin_layout Plain Layout
37512 äquivalent zu
37513 \begin_inset Note Note
37514 status collapsed
37515
37516 \begin_layout Plain Layout
37517
37518 \series bold
37519
37520 \backslash
37521 raisebox
37522 \series default
37523  dient nur als Abstandhalter.
37524 \end_layout
37525
37526 \end_inset
37527
37528
37529 \end_layout
37530
37531 \end_inset
37532 </cell>
37533 </row>
37534 <row>
37535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37536 \begin_inset Text
37537
37538 \begin_layout Plain Layout
37539
37540 \backslash
37541 ast
37542 \end_layout
37543
37544 \end_inset
37545 </cell>
37546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37547 \begin_inset Text
37548
37549 \begin_layout Plain Layout
37550 \begin_inset ERT
37551 status collapsed
37552
37553 \begin_layout Plain Layout
37554
37555
37556 \backslash
37557 raisebox{-1.2mm}{
37558 \end_layout
37559
37560 \end_inset
37561
37562 *
37563 \begin_inset ERT
37564 status collapsed
37565
37566 \begin_layout Plain Layout
37567
37568 }
37569 \end_layout
37570
37571 \end_inset
37572
37573
37574 \end_layout
37575
37576 \end_inset
37577 </cell>
37578 </row>
37579 <row>
37580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37581 \begin_inset Text
37582
37583 \begin_layout Plain Layout
37584
37585 \backslash
37586 choose
37587 \end_layout
37588
37589 \end_inset
37590 </cell>
37591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37592 \begin_inset Text
37593
37594 \begin_layout Plain Layout
37595
37596 \backslash
37597 binom
37598 \end_layout
37599
37600 \end_inset
37601 </cell>
37602 </row>
37603 <row>
37604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37605 \begin_inset Text
37606
37607 \begin_layout Plain Layout
37608
37609 \backslash
37610 geq
37611 \end_layout
37612
37613 \end_inset
37614 </cell>
37615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37616 \begin_inset Text
37617
37618 \begin_layout Plain Layout
37619
37620 \backslash
37621 ge
37622 \end_layout
37623
37624 \end_inset
37625 </cell>
37626 </row>
37627 <row>
37628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37629 \begin_inset Text
37630
37631 \begin_layout Plain Layout
37632
37633 \backslash
37634 lbrace
37635 \end_layout
37636
37637 \end_inset
37638 </cell>
37639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37640 \begin_inset Text
37641
37642 \begin_layout Plain Layout
37643 {
37644 \end_layout
37645
37646 \end_inset
37647 </cell>
37648 </row>
37649 <row>
37650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37651 \begin_inset Text
37652
37653 \begin_layout Plain Layout
37654
37655 \backslash
37656 lbracket
37657 \end_layout
37658
37659 \end_inset
37660 </cell>
37661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37662 \begin_inset Text
37663
37664 \begin_layout Plain Layout
37665 [
37666 \end_layout
37667
37668 \end_inset
37669 </cell>
37670 </row>
37671 <row>
37672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37673 \begin_inset Text
37674
37675 \begin_layout Plain Layout
37676
37677 \backslash
37678 leftarrow
37679 \end_layout
37680
37681 \end_inset
37682 </cell>
37683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37684 \begin_inset Text
37685
37686 \begin_layout Plain Layout
37687
37688 \backslash
37689 gets
37690 \end_layout
37691
37692 \end_inset
37693 </cell>
37694 </row>
37695 <row>
37696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37697 \begin_inset Text
37698
37699 \begin_layout Plain Layout
37700
37701 \backslash
37702 leq
37703 \end_layout
37704
37705 \end_inset
37706 </cell>
37707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37708 \begin_inset Text
37709
37710 \begin_layout Plain Layout
37711
37712 \backslash
37713 le
37714 \end_layout
37715
37716 \end_inset
37717 </cell>
37718 </row>
37719 <row>
37720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37721 \begin_inset Text
37722
37723 \begin_layout Plain Layout
37724
37725 \backslash
37726 lor
37727 \end_layout
37728
37729 \end_inset
37730 </cell>
37731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37732 \begin_inset Text
37733
37734 \begin_layout Plain Layout
37735
37736 \backslash
37737 vee
37738 \end_layout
37739
37740 \end_inset
37741 </cell>
37742 </row>
37743 <row>
37744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37745 \begin_inset Text
37746
37747 \begin_layout Plain Layout
37748
37749 \backslash
37750 neq
37751 \end_layout
37752
37753 \end_inset
37754 </cell>
37755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37756 \begin_inset Text
37757
37758 \begin_layout Plain Layout
37759
37760 \backslash
37761 not=
37762 \end_layout
37763
37764 \end_inset
37765 </cell>
37766 </row>
37767 <row>
37768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37769 \begin_inset Text
37770
37771 \begin_layout Plain Layout
37772
37773 \backslash
37774 slash
37775 \end_layout
37776
37777 \end_inset
37778 </cell>
37779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37780 \begin_inset Text
37781
37782 \begin_layout Plain Layout
37783 /
37784 \end_layout
37785
37786 \end_inset
37787 </cell>
37788 </row>
37789 <row>
37790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37791 \begin_inset Text
37792
37793 \begin_layout Plain Layout
37794
37795 \backslash
37796 vert
37797 \end_layout
37798
37799 \end_inset
37800 </cell>
37801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37802 \begin_inset Text
37803
37804 \begin_layout Plain Layout
37805 |
37806 \end_layout
37807
37808 \end_inset
37809 </cell>
37810 </row>
37811 </lyxtabular>
37812
37813 \end_inset
37814
37815
37816 \begin_inset space \hfill{}
37817 \end_inset
37818
37819
37820 \begin_inset Tabular
37821 <lyxtabular version="3" rows="12" columns="2">
37822 <features tabularvalignment="middle">
37823 <column alignment="center" valignment="top" width="0pt">
37824 <column alignment="center" valignment="top" width="0pt">
37825 <row>
37826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37827 \begin_inset Text
37828
37829 \begin_layout Plain Layout
37830 Befehl
37831 \end_layout
37832
37833 \end_inset
37834 </cell>
37835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37836 \begin_inset Text
37837
37838 \begin_layout Plain Layout
37839 äquivalent zu
37840 \end_layout
37841
37842 \end_inset
37843 </cell>
37844 </row>
37845 <row>
37846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37847 \begin_inset Text
37848
37849 \begin_layout Plain Layout
37850
37851 \backslash
37852 backslash
37853 \end_layout
37854
37855 \end_inset
37856 </cell>
37857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37858 \begin_inset Text
37859
37860 \begin_layout Plain Layout
37861
37862 \backslash
37863
37864 \backslash
37865
37866 \end_layout
37867
37868 \end_inset
37869 </cell>
37870 </row>
37871 <row>
37872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37873 \begin_inset Text
37874
37875 \begin_layout Plain Layout
37876
37877 \backslash
37878 dasharrow
37879 \end_layout
37880
37881 \end_inset
37882 </cell>
37883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37884 \begin_inset Text
37885
37886 \begin_layout Plain Layout
37887
37888 \backslash
37889 dashrightarrow
37890 \end_layout
37891
37892 \end_inset
37893 </cell>
37894 </row>
37895 <row>
37896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37897 \begin_inset Text
37898
37899 \begin_layout Plain Layout
37900
37901 \backslash
37902 land
37903 \end_layout
37904
37905 \end_inset
37906 </cell>
37907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37908 \begin_inset Text
37909
37910 \begin_layout Plain Layout
37911
37912 \backslash
37913 wedge
37914 \end_layout
37915
37916 \end_inset
37917 </cell>
37918 </row>
37919 <row>
37920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37921 \begin_inset Text
37922
37923 \begin_layout Plain Layout
37924
37925 \backslash
37926 rbrace
37927 \end_layout
37928
37929 \end_inset
37930 </cell>
37931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37932 \begin_inset Text
37933
37934 \begin_layout Plain Layout
37935 }
37936 \end_layout
37937
37938 \end_inset
37939 </cell>
37940 </row>
37941 <row>
37942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37943 \begin_inset Text
37944
37945 \begin_layout Plain Layout
37946
37947 \backslash
37948 rbracket
37949 \end_layout
37950
37951 \end_inset
37952 </cell>
37953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37954 \begin_inset Text
37955
37956 \begin_layout Plain Layout
37957 ]
37958 \end_layout
37959
37960 \end_inset
37961 </cell>
37962 </row>
37963 <row>
37964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37965 \begin_inset Text
37966
37967 \begin_layout Plain Layout
37968
37969 \backslash
37970 rightarrow
37971 \end_layout
37972
37973 \end_inset
37974 </cell>
37975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37976 \begin_inset Text
37977
37978 \begin_layout Plain Layout
37979
37980 \backslash
37981 to
37982 \end_layout
37983
37984 \end_inset
37985 </cell>
37986 </row>
37987 <row>
37988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37989 \begin_inset Text
37990
37991 \begin_layout Plain Layout
37992
37993 \backslash
37994 lnot
37995 \end_layout
37996
37997 \end_inset
37998 </cell>
37999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38000 \begin_inset Text
38001
38002 \begin_layout Plain Layout
38003
38004 \backslash
38005 neg
38006 \end_layout
38007
38008 \end_inset
38009 </cell>
38010 </row>
38011 <row>
38012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38013 \begin_inset Text
38014
38015 \begin_layout Plain Layout
38016
38017 \backslash
38018 ne
38019 \end_layout
38020
38021 \end_inset
38022 </cell>
38023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38024 \begin_inset Text
38025
38026 \begin_layout Plain Layout
38027
38028 \backslash
38029 not=
38030 \end_layout
38031
38032 \end_inset
38033 </cell>
38034 </row>
38035 <row>
38036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38037 \begin_inset Text
38038
38039 \begin_layout Plain Layout
38040
38041 \backslash
38042 owns
38043 \end_layout
38044
38045 \end_inset
38046 </cell>
38047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38048 \begin_inset Text
38049
38050 \begin_layout Plain Layout
38051
38052 \backslash
38053 ni
38054 \end_layout
38055
38056 \end_inset
38057 </cell>
38058 </row>
38059 <row>
38060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38061 \begin_inset Text
38062
38063 \begin_layout Plain Layout
38064
38065 \backslash
38066 square
38067 \end_layout
38068
38069 \end_inset
38070 </cell>
38071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38072 \begin_inset Text
38073
38074 \begin_layout Plain Layout
38075
38076 \backslash
38077 Box
38078 \end_layout
38079
38080 \end_inset
38081 </cell>
38082 </row>
38083 <row>
38084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38085 \begin_inset Text
38086
38087 \begin_layout Plain Layout
38088
38089 \backslash
38090 Vert
38091 \end_layout
38092
38093 \end_inset
38094 </cell>
38095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38096 \begin_inset Text
38097
38098 \begin_layout Plain Layout
38099
38100 \backslash
38101 |
38102 \end_layout
38103
38104 \end_inset
38105 </cell>
38106 </row>
38107 </lyxtabular>
38108
38109 \end_inset
38110
38111
38112 \begin_inset space \hfill{}
38113 \end_inset
38114
38115
38116 \end_layout
38117
38118 \begin_layout Standard
38119 \begin_inset Newpage newpage
38120 \end_inset
38121
38122
38123 \end_layout
38124
38125 \begin_layout Bibliography
38126 \begin_inset CommandInset bibitem
38127 LatexCommand bibitem
38128 key "TLC2"
38129
38130 \end_inset
38131
38132
38133 \shape smallcaps
38134 Mittelbach, F.
38135  ; Goossens, M.
38136 \shape default
38137
38138 \shape italic
38139 The \SpecialChar LaTeX
38140  Companion
38141 \shape default
38142 .
38143  Addison Wesley, 2004
38144 \end_layout
38145
38146 \begin_layout Bibliography
38147 \begin_inset CommandInset bibitem
38148 LatexCommand bibitem
38149 key "Mathmode"
38150
38151 \end_inset
38152
38153
38154 \begin_inset CommandInset href
38155 LatexCommand href
38156 name "Beschreibung"
38157 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38158
38159 \end_inset
38160
38161  der mathematischen Fähigkeiten von \SpecialChar LaTeX
38162
38163 \end_layout
38164
38165 \begin_layout Bibliography
38166 \begin_inset CommandInset bibitem
38167 LatexCommand bibitem
38168 key "AMS"
38169
38170 \end_inset
38171
38172
38173 \begin_inset CommandInset href
38174 LatexCommand href
38175 name "Beschreibung"
38176 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
38177
38178 \end_inset
38179
38180  von 
38181 \begin_inset ERT
38182 status collapsed
38183
38184 \begin_layout Plain Layout
38185
38186
38187 \backslash
38188 AmS
38189 \end_layout
38190
38191 \end_inset
38192
38193 -\SpecialChar LaTeX
38194
38195 \end_layout
38196
38197 \begin_layout Bibliography
38198 \begin_inset CommandInset bibitem
38199 LatexCommand bibitem
38200 key "Symbole"
38201
38202 \end_inset
38203
38204
38205 \begin_inset CommandInset href
38206 LatexCommand href
38207 name "Auflistung"
38208 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38209
38210 \end_inset
38211
38212  aller über \SpecialChar LaTeX
38213 -Pakete verfügbare Symbole
38214 \end_layout
38215
38216 \begin_layout Bibliography
38217 \begin_inset CommandInset bibitem
38218 LatexCommand bibitem
38219 key "cancel"
38220
38221 \end_inset
38222
38223
38224 \begin_inset CommandInset href
38225 LatexCommand href
38226 name "Dokumentation"
38227 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38228
38229 \end_inset
38230
38231  des \SpecialChar LaTeX
38232 -Pakets 
38233 \series bold
38234 cancel
38235 \series default
38236
38237 \begin_inset Index idx
38238 status collapsed
38239
38240 \begin_layout Plain Layout
38241 Pakete ! cancel
38242 \end_layout
38243
38244 \end_inset
38245
38246
38247 \end_layout
38248
38249 \begin_layout Bibliography
38250 \begin_inset CommandInset bibitem
38251 LatexCommand bibitem
38252 key "hyperref"
38253
38254 \end_inset
38255
38256
38257 \begin_inset CommandInset href
38258 LatexCommand href
38259 name "Dokumentation"
38260 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38261
38262 \end_inset
38263
38264  des \SpecialChar LaTeX
38265 -Pakets 
38266 \series bold
38267 hyperref
38268 \series default
38269
38270 \begin_inset Index idx
38271 status collapsed
38272
38273 \begin_layout Plain Layout
38274 Pakete ! hyperref
38275 \end_layout
38276
38277 \end_inset
38278
38279
38280 \end_layout
38281
38282 \begin_layout Bibliography
38283 \begin_inset CommandInset bibitem
38284 LatexCommand bibitem
38285 key "mhchem"
38286
38287 \end_inset
38288
38289
38290 \begin_inset CommandInset href
38291 LatexCommand href
38292 name "Dokumentation"
38293 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38294
38295 \end_inset
38296
38297  des \SpecialChar LaTeX
38298 -Pakets 
38299 \series bold
38300 mhchem
38301 \series default
38302
38303 \begin_inset Index idx
38304 status collapsed
38305
38306 \begin_layout Plain Layout
38307 Pakete ! mhchem
38308 \end_layout
38309
38310 \end_inset
38311
38312
38313 \end_layout
38314
38315 \begin_layout Bibliography
38316 \begin_inset CommandInset bibitem
38317 LatexCommand bibitem
38318 key "Duden"
38319
38320 \end_inset
38321
38322
38323 \emph on
38324 Duden Band 1
38325 \emph default
38326 .
38327  22.
38328  Auflage, Duden Verlag 2001
38329 \end_layout
38330
38331 \begin_layout Bibliography
38332 \begin_inset CommandInset bibitem
38333 LatexCommand bibitem
38334 key "Checklist"
38335
38336 \end_inset
38337
38338
38339 \begin_inset CommandInset href
38340 LatexCommand href
38341 name "Prüfliste"
38342 target "http://physics.nist.gov/Document/checklist.pdf"
38343
38344 \end_inset
38345
38346  für das Rezensieren von Manuskripten
38347 \end_layout
38348
38349 \begin_layout Standard
38350 \begin_inset Note Note
38351 status collapsed
38352
38353 \begin_layout Plain Layout
38354 Damit der Index den Namen 
38355 \begin_inset Quotes gld
38356 \end_inset
38357
38358 Stichwortverzeichnis
38359 \begin_inset Quotes grd
38360 \end_inset
38361
38362  erhält, wurde im \SpecialChar LaTeX
38363 -Vorspann
38364 \end_layout
38365
38366 \begin_layout Plain Layout
38367
38368 \series bold
38369
38370 \backslash
38371 addto
38372 \backslash
38373 captionsngerman{
38374 \backslash
38375 renewcommand{
38376 \backslash
38377 indexname}{Stichwortverzeichnis}}
38378 \end_layout
38379
38380 \begin_layout Plain Layout
38381 eingefügt.
38382 \end_layout
38383
38384 \begin_layout Plain Layout
38385 Das Paket 
38386 \series bold
38387 babel
38388 \series default
38389  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
38390  Ehe man Beschriftungen ändern kann, muss es geladen werden.
38391  Außerdem wird 
38392 \series bold
38393 babel
38394 \series default
38395  von \SpecialChar LyX
38396  automatisch nach dem \SpecialChar LaTeX
38397 -Vorspann geladen.
38398  Das ruft aber keine Probleme hervor, solange im \SpecialChar LaTeX
38399 -Vorspann die Dokumentsprache
38400  verwendet wurde.
38401 \end_layout
38402
38403 \begin_layout Plain Layout
38404 Möchte man andere Beschriftungen ändern, ersetzt man 
38405 \series bold
38406
38407 \backslash
38408 indexname
38409 \series default
38410  durch 
38411 \series bold
38412
38413 \backslash
38414 <Beschriftungs>name
38415 \series default
38416 .
38417  Eine Auflistung der möglichen Namen findet man unter
38418 \end_layout
38419
38420 \begin_layout Plain Layout
38421
38422 \family typewriter
38423 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
38424 \end_layout
38425
38426 \begin_layout Plain Layout
38427 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
38428 \series bold
38429 ngerman
38430 \series default
38431  durch die Dokumentsprache und
38432 \end_layout
38433
38434 \begin_layout Plain Layout
38435
38436 \series bold
38437
38438 \backslash
38439 captionsgerman
38440 \series default
38441  durch 
38442 \series bold
38443
38444 \backslash
38445 captions<Dokumentsprache>
38446 \series default
38447 .
38448 \end_layout
38449
38450 \end_inset
38451
38452
38453 \begin_inset CommandInset index_print
38454 LatexCommand printindex
38455 type "idx"
38456
38457 \end_inset
38458
38459
38460 \end_layout
38461
38462 \end_body
38463 \end_document