]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
German Extended.lyx, UserGuide.lyx: updates by Hartmut
[lyx.git] / lib / doc / de / Math.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 328
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
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 % Damit die Zeichen ° und · in LyX direkt eingegeben werden können,
37 % siehe Kap. 22.11
38 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
39 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
40
41 % Linkfläche für Querverweise vergrößern und automatisch benennen,
42 % siehe Kap. 22.18.1
43 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
44 \renewcommand{\sectionautorefname}{Kap.\negthinspace}
45 \renewcommand{\subsectionautorefname}{Kap.\negthinspace}
46 \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}
47 \newlength{\abc}
48 \settowidth{\abc}{\space}
49 \renewcommand{\equationautorefname}{\hspace{-\abc}}
50
51 % Makros damit Pakete nicht doppelt geladen werden.
52 % siehe erste Fußnote in Kap. 9.3
53 \@ifundefined{textcolor}{\usepackage{color}}{}
54
55 % damit die Seiten des Inhaltsverzeichnisses römisch
56 % nummeriert werden und damit das Inhaltsverzeichnis
57 % ein eigenes pdf-Lesezeichen erhält
58 \pagenumbering{Roman}
59 \let\myTOC\tableofcontents
60 \renewcommand{\tableofcontents}{%
61  \vspace{1cm}
62  \pdfbookmark[1]{Inhaltsverzeichnis}{}
63  \myTOC
64  \cleardoublepage
65  \pagenumbering{arabic}}
66
67 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
68 % siehe Kap. 22.16
69 \let\myFoot\footnote
70 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
71
72 % provides caption formatting
73 \setkomafont{captionlabel}{\bfseries}
74
75 % benutzt in Kap. 22.4
76 \usepackage{braket}
77
78 % benutzt in Kap. 22.6
79 \usepackage[samesize]{cancel}
80
81 % enables calculation of values,
82 \usepackage{calc}
83
84 % für Mehrfachzeilen und -spalten
85 \usepackage{multirow}
86 \usepackage{multicol}
87
88 % für Diagramme
89 \usepackage{amscd}
90
91 % benutzt in Kap. 19.4
92 \usepackage{remreset}
93
94 %Mehrfachzeilen zentriert ausrichten (z.B. in Kap. 13.3)
95 \renewcommand{\multirowsetup}{\centering}
96
97 % Farbdefinition aus Kap. 9.3
98 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
99
100 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
101 \DeclareMathOperator*{\Raute}{\blacklozenge}
102 \DeclareMathOperator{\sgn}{sgn}
103
104 \newcommand{\leer}{\textvisiblespace}
105
106 % Beispielbefehle aus Kap. 20.1 
107 \newcommand{\gr}{\Longrightarrow}
108 \newcommand{\us}[1]{\underline{#1}}
109 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
110 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
111 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
112
113 % Beispielmakro aus Kap. 19.4
114 %\def\tagform@#1{\maketag@@@{|#1|}}
115
116 % Makro aus Kap. 10.2
117 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
118 \def\mathclap {\mathpalette \mathclapinternal}
119 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
120
121 % Grauschrift Notiz umdefinieren
122 \renewenvironment{lyxgreyedout}
123  {\textcolor{blue}\bgroup}{\egroup}
124
125 % Damit der Index einen anderen Namen erhält.
126 \addto\captionsngerman
127 {\renewcommand{\indexname}
128 {Stichwort- und Befehlsverzeichnis}}
129
130 % testen ob das Paket eurosym installiert ist
131 % wird benutzt für das Euro-Symbol
132 \newboolean{eurosym}
133 \IfFileExists{eurosym.sty}
134  {\usepackage[gennarrow]{eurosym}
135   \setboolean{eurosym}{true}}
136  {\setboolean{eurosym}{false}}
137
138 % benutzt in Kap. 22.4
139 % testen ob Paket braket installiert ist
140 \newboolean{braket}
141 \IfFileExists{braket.sty}
142  {\usepackage{braket}
143   \setboolean{braket}{true}}
144  {\setboolean{braket}{false}}
145
146 % benutzt in Kap. 22.10
147 % testen ob Paket upgreek installiert ist
148 \newboolean{upgreek}
149 \IfFileExists{upgreek.sty}
150  {\usepackage{upgreek}
151   \setboolean{upgreek}{true}}
152  {\setboolean{upgreek}{false}}
153
154 % benötigt für Kommas in Formeln, siehe Kap. 22.3
155 \IfFileExists{icomma.sty}
156  {\usepackage{icomma}}{}
157 \end_preamble
158 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
159 \language ngerman
160 \inputencoding auto
161 \font_roman default
162 \font_sans default
163 \font_typewriter default
164 \font_default_family default
165 \font_sc false
166 \font_osf false
167 \font_sf_scale 100
168 \font_tt_scale 100
169 \graphics default
170 \paperfontsize 12
171 \spacing single
172 \use_hyperref true
173 \pdf_title "LyXs Mathehandbuch"
174 \pdf_author "LyX Team, Uwe Stöhr"
175 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
176 \pdf_keywords "LyX, Mathed"
177 \pdf_bookmarks true
178 \pdf_bookmarksnumbered true
179 \pdf_bookmarksopen true
180 \pdf_bookmarksopenlevel 1
181 \pdf_breaklinks false
182 \pdf_pdfborder false
183 \pdf_colorlinks true
184 \pdf_backref false
185 \pdf_pagebackref false
186 \pdf_pdfusetitle false
187 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
188 \papersize a4paper
189 \use_geometry false
190 \use_amsmath 2
191 \use_esint 1
192 \cite_engine basic
193 \use_bibtopic false
194 \paperorientation portrait
195 \secnumdepth 4
196 \tocdepth 3
197 \paragraph_separation skip
198 \defskip medskip
199 \quotes_language german
200 \papercolumns 1
201 \papersides 2
202 \paperpagestyle plain
203 \bullet 1 0 6 -1
204 \bullet 2 2 35 -1
205 \bullet 3 2 7 -1
206 \tracking_changes false
207 \output_changes false
208 \author "" 
209 \author "" 
210 \end_header
211
212 \begin_body
213
214 \begin_layout Title
215 LyXs detailliertes Mathe Handbuch
216 \end_layout
217
218 \begin_layout Author
219 vom LyX Team
220 \begin_inset Foot
221 status collapsed
222
223 \begin_layout Plain Layout
224 \noindent
225 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
226 ons-Liste: 
227 \family typewriter
228
229 \begin_inset CommandInset href
230 LatexCommand href
231 name "lyx-docs@lists.lyx.org"
232 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
233
234 \end_inset
235
236
237 \end_layout
238
239 \end_inset
240
241
242 \begin_inset Note Note
243 status collapsed
244
245 \begin_layout Plain Layout
246 Verfasser: Uwe Stöhr
247 \end_layout
248
249 \end_inset
250
251
252 \begin_inset Newline newline
253 \end_inset
254
255
256 \begin_inset Newline newline
257 \end_inset
258
259
260 \family sans
261 Version 1.6svn
262 \end_layout
263
264 \begin_layout Standard
265 \begin_inset CommandInset toc
266 LatexCommand tableofcontents
267
268 \end_inset
269
270
271 \end_layout
272
273 \begin_layout Standard
274 \begin_inset Note Note
275 status open
276
277 \begin_layout Plain Layout
278 Um diese Datei als PDF, PS oder DVI zu exportieren, müssen die LaTeX-Pakete
279  
280 \series bold
281 eurosym,
282 \series default
283  
284 \series bold
285 multirow,
286 \series default
287  und 
288 \series bold
289 was
290 \series default
291  installiert sein.
292  Wenn sie nicht installiert sind, kann das Dokument trotzdem exportiert
293  werden, die Abschnitte in denen die Pakete benötigt werden, erscheinen
294  dann aber nicht im Ausdruck.
295 \end_layout
296
297 \end_inset
298
299
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset Newpage newpage
304 \end_inset
305
306
307 \end_layout
308
309 \begin_layout Section
310 Einleitung
311 \begin_inset CommandInset label
312 LatexCommand label
313 name "sec:Einleitung"
314
315 \end_inset
316
317
318 \end_layout
319
320 \begin_layout Standard
321 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
322  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
323  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
324 tten.
325  Das setzt voraus, dass bereits das Kapitel 
326 \family typewriter
327 Mathematische
328 \family default
329  
330 \family typewriter
331 Formeln
332 \family default
333  des Benutzerhandbuchs gelesen worden ist.
334 \end_layout
335
336 \begin_layout Standard
337 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
338 \family sans
339 Einfügen
340 \series bold
341 \SpecialChar \menuseparator
342
343 \series default
344 Mathe
345 \family default
346  oder die 
347 \family sans
348 Mathe-Werkzeugleiste
349 \family default
350  aufrufbar.
351  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
352  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
353  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
354  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
355 \end_layout
356
357 \begin_layout Standard
358 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
359  LyX verfügbar.
360  Um alle Befehle nutzen zu können, muss die Option 
361 \family sans
362 AMS-Mathe-Paket verwenden
363 \family default
364  im Menü 
365 \family sans
366 Dokument\SpecialChar \menuseparator
367 Einstellungen\SpecialChar \menuseparator
368 Mathe Optionen
369 \family default
370  aktiviert sein.
371 \begin_inset Foot
372 status collapsed
373
374 \begin_layout Plain Layout
375 Die 
376 \family sans
377 Option
378 \family default
379  
380 \family sans
381 AMS-Mathe-Paket automatisch verwenden
382 \family default
383  verwendet 
384 \begin_inset ERT
385 status collapsed
386
387 \begin_layout Plain Layout
388
389
390 \backslash
391 AmS 
392 \end_layout
393
394 \end_inset
395
396 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
397  LyX unterstützt.
398 \end_layout
399
400 \end_inset
401
402
403 \end_layout
404
405 \begin_layout Standard
406 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
407 listung
408  aller 
409 \begin_inset ERT
410 status collapsed
411
412 \begin_layout Plain Layout
413
414
415 \backslash
416 AmS 
417 \end_layout
418
419 \end_inset
420
421 -Mathe Befehle
422 \begin_inset Foot
423 status collapsed
424
425 \begin_layout Plain Layout
426 Eine Liste mit allen 
427 \begin_inset ERT
428 status collapsed
429
430 \begin_layout Plain Layout
431
432
433 \backslash
434 AmS
435 \end_layout
436
437 \end_inset
438
439 -Mathe Befehlen findet sich in der Datei 
440 \family sans
441
442 \begin_inset CommandInset href
443 LatexCommand href
444 name "amsguide.ps"
445 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
446
447 \end_inset
448
449
450 \family default
451 , die Teil jeder LaTeX-Standardinstallation ist.
452 \end_layout
453
454 \end_inset
455
456  verzichtet.
457 \end_layout
458
459 \begin_layout Section
460 Allgemeine Hinweise
461 \begin_inset CommandInset label
462 LatexCommand label
463 name "sec:Allgemeine-Hinweise"
464
465 \end_inset
466
467
468 \end_layout
469
470 \begin_layout Standard
471 Um eine in einer Textzeile eingebettete Formel
472 \begin_inset Index
473 status collapsed
474
475 \begin_layout Plain Layout
476 Formel ! eingebettete
477 \end_layout
478
479 \end_inset
480
481  zu erstellen, drückt man 
482 \family sans
483 Strg-m
484 \family default
485  oder den Werkzeugleistenknopf 
486 \begin_inset Graphics
487         filename ../../images/math-mode.png
488         scale 85
489
490 \end_inset
491
492 .
493 \begin_inset Newline newline
494 \end_inset
495
496 Um eine abgesetzte Formel
497 \begin_inset Index
498 status collapsed
499
500 \begin_layout Plain Layout
501 Formel ! abgesetzte
502 \end_layout
503
504 \end_inset
505
506  zu erstellen, drückt man 
507 \family sans
508 Strg-M
509 \family default
510 .
511 \end_layout
512
513 \begin_layout Standard
514 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
515  Cursor in die Formel und drückt 
516 \family sans
517 Strg-M
518 \family default
519  oder benutzt das Menü 
520 \family sans
521 Bearbeiten\SpecialChar \menuseparator
522 Mathe\SpecialChar \menuseparator
523
524 \begin_inset Newline linebreak
525 \end_inset
526
527 Formelart ändern
528 \family default
529 .
530  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
531  umwandeln.
532 \end_layout
533
534 \begin_layout Standard
535 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
536  gibt man in die Formel den Befehl 
537 \series bold
538
539 \backslash
540 displaystyle
541 \begin_inset Index
542 status collapsed
543
544 \begin_layout Plain Layout
545 Befehle ! D ! 
546 \backslash
547 displaystyle
548 \end_layout
549
550 \end_inset
551
552
553 \series default
554  ein.
555  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
556  wird.
557 \end_layout
558
559 \begin_layout Standard
560 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
561 \end_layout
562
563 \begin_layout Standard
564 Die 
565 \family sans
566 Mathe-Werkzeugleiste
567 \family default
568  kann über das Menü 
569 \family sans
570 Ansicht\SpecialChar \menuseparator
571 Werkzeugleisten
572 \family default
573  eingeblendet werden.
574  Wenn dort auf 
575 \begin_inset Quotes eld
576 \end_inset
577
578 Mathe
579 \begin_inset Quotes erd
580 \end_inset
581
582  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
583  diese Einstellung wird durch ein Häkchen im Menü 
584 \family sans
585 Werkzeugleisten
586 \family default
587  angezeigt.
588  Wenn nun im Menü 
589 \family sans
590 Werkzeugleisten
591 \family default
592  nochmal auf 
593 \begin_inset Quotes eld
594 \end_inset
595
596 Mathe
597 \begin_inset Quotes erd
598 \end_inset
599
600  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
601  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
602  des Menüeintrags von 
603 \begin_inset Quotes eld
604 \end_inset
605
606 Mathe
607 \begin_inset Quotes erd
608 \end_inset
609
610  zu 
611 \begin_inset Quotes eld
612 \end_inset
613
614 Mathe
615 \begin_inset Space ~
616 \end_inset
617
618 (automatisch)
619 \begin_inset Quotes erd
620 \end_inset
621
622  angezeigt.
623 \end_layout
624
625 \begin_layout Standard
626 In den TeX-Modus
627 \begin_inset Index
628 status collapsed
629
630 \begin_layout Plain Layout
631 T@
632 \begin_inset ERT
633 status collapsed
634
635 \begin_layout Plain Layout
636
637
638 \backslash
639
640 \begin_inset ERT
641 status collapsed
642
643 \begin_layout Plain Layout
644
645 {
646 \end_layout
647
648 \end_inset
649
650
651 \begin_inset ERT
652 status collapsed
653
654 \begin_layout Plain Layout
655
656 }
657 \end_layout
658
659 \end_inset
660
661
662 \end_layout
663
664 \end_inset
665
666 TeX-Modus
667 \end_layout
668
669 \end_inset
670
671  gelangt man über den Werkzeugleistenknopf 
672 \begin_inset Graphics
673         filename ../../images/ert-insert.png
674         scale 85
675
676 \end_inset
677
678  oder das Menü 
679 \family sans
680 Einfügen\SpecialChar \menuseparator
681 T
682 \begin_inset ERT
683 status collapsed
684
685 \begin_layout Plain Layout
686
687 {
688 \end_layout
689
690 \end_inset
691
692 e
693 \begin_inset ERT
694 status collapsed
695
696 \begin_layout Plain Layout
697
698 }
699 \end_layout
700
701 \end_inset
702
703 X
704 \begin_inset Space ~
705 \end_inset
706
707 Code
708 \family default
709  (Tastenkürzel 
710 \family sans
711 Strg-l
712 \family default
713 ).
714 \begin_inset Note Note
715 status collapsed
716
717 \begin_layout Plain Layout
718 In LyX gibt es drei 
719 \begin_inset Quotes gld
720 \end_inset
721
722 Eigennamen
723 \begin_inset Quotes grd
724 \end_inset
725
726 , die im Ausdruck mit hoch bzw.
727  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
728 \end_layout
729
730 \begin_layout Plain Layout
731 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, setzt
732  man einen der Buchstaben in TeX-Klammern.
733 \end_layout
734
735 \end_inset
736
737
738 \end_layout
739
740 \begin_layout Standard
741 In den LaTeX-Vorspann
742 \begin_inset Index
743 status collapsed
744
745 \begin_layout Plain Layout
746 L@LaTeX-Vorspann
747 \end_layout
748
749 \end_inset
750
751  gelangt man über das Menü 
752 \family sans
753 Dokument\SpecialChar \menuseparator
754 Einstellungen\SpecialChar \menuseparator
755 La
756 \begin_inset ERT
757 status collapsed
758
759 \begin_layout Plain Layout
760
761 {
762 \end_layout
763
764 \end_inset
765
766 T
767 \begin_inset ERT
768 status collapsed
769
770 \begin_layout Plain Layout
771
772 }
773 \end_layout
774
775 \end_inset
776
777 eX-Vorspann
778 \family default
779 .
780 \end_layout
781
782 \begin_layout Standard
783 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
784 en Formeln kann man die Menüs 
785 \family sans
786 Bearbeiten\SpecialChar \menuseparator
787 Mathe
788 \family default
789  und 
790 \family sans
791 Bearbeiten\SpecialChar \menuseparator
792 Zeilen
793 \begin_inset Space \thinspace{}
794 \end_inset
795
796 &
797 \begin_inset Space \thinspace{}
798 \end_inset
799
800 Spalten
801 \family default
802  oder die 
803 \family sans
804 Tabellen-Werkzeugleiste
805 \family default
806  verwenden.
807  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
808  die Spalte bzw.
809  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
810  bzw.
811  darunter liegenden Zeile vertauscht.
812  Befindet sich der Cursor in der letzten Spalte bzw.
813  Zeile, wird mit der links daneben stehenden Spalte bzw.
814  darüber liegenden Zeile vertauscht.
815 \end_layout
816
817 \begin_layout Standard
818 Zum Schreiben von Text in einer Formel
819 \begin_inset Foot
820 status collapsed
821
822 \begin_layout Plain Layout
823 Bei mehrzeiligen Formeln wird der Befehl 
824 \series bold
825
826 \backslash
827 intertext
828 \series default
829  verwendet, siehe 
830 \begin_inset CommandInset ref
831 LatexCommand ref
832 reference "sub:Text-in-mehrzeiligen"
833
834 \end_inset
835
836 .
837 \end_layout
838
839 \end_inset
840
841  verwendet man den 
842 \emph on
843 mathematischen Textmodus
844 \emph default
845
846 \begin_inset Index
847 status collapsed
848
849 \begin_layout Plain Layout
850 Text ! in Formeln
851 \end_layout
852
853 \end_inset
854
855
856 \begin_inset Index
857 status collapsed
858
859 \begin_layout Plain Layout
860 Mathematischer Textmodus
861 \end_layout
862
863 \end_inset
864
865 , in den man mit dem Tastenkürzel 
866 \family sans
867 Alt-m
868 \begin_inset Space ~
869 \end_inset
870
871 m
872 \family default
873  oder durch Eingabe des Befehls 
874 \series bold
875
876 \backslash
877 text
878 \begin_inset Index
879 status collapsed
880
881 \begin_layout Plain Layout
882 Befehle ! T ! 
883 \backslash
884 text
885 \end_layout
886
887 \end_inset
888
889
890 \series default
891  gelangt.
892  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
893  Formel unterscheiden.
894  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
895  anderen Zeichen einer Formel nicht kursiv.
896 \end_layout
897
898 \begin_layout Subsection*
899 Befehlsschema
900 \end_layout
901
902 \begin_layout Standard
903 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
904  Schema:
905 \end_layout
906
907 \begin_layout Standard
908
909 \series bold
910
911 \backslash
912 Befehlsname[optionales
913 \series default
914  
915 \series bold
916 Argument]{anzugebendes
917 \series default
918  
919 \series bold
920 Argument}
921 \end_layout
922
923 \begin_layout Standard
924 Ein Befehl muss immer mit einem Backslash 
925 \begin_inset Quotes gld
926 \end_inset
927
928
929 \series bold
930
931 \backslash
932
933 \series default
934
935 \begin_inset Quotes grd
936 \end_inset
937
938  beginnen.
939  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
940  eckigen Klammern weggelassen werden.
941  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
942 \begin_inset Index
943 status collapsed
944
945 \begin_layout Plain Layout
946 T@
947 \begin_inset ERT
948 status collapsed
949
950 \begin_layout Plain Layout
951
952
953 \backslash
954
955 \begin_inset ERT
956 status collapsed
957
958 \begin_layout Plain Layout
959
960 {
961 \end_layout
962
963 \end_inset
964
965
966 \begin_inset ERT
967 status collapsed
968
969 \begin_layout Plain Layout
970
971 }
972 \end_layout
973
974 \end_inset
975
976
977 \end_layout
978
979 \end_inset
980
981 TeX-Klammern
982 \end_layout
983
984 \end_inset
985
986  bezeichnet.
987  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
988  an, erzeugt LyX automatisch eine TeX-Klammer.
989  Ansonsten werden sie in Formeln mit dem Befehl 
990 \series bold
991
992 \backslash
993 {
994 \series default
995  erzeugt.
996  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
997  Klammern, die blau erscheinen.
998  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
999  TeX-Klammern erscheinen nicht im Ausdruck.
1000 \end_layout
1001
1002 \begin_layout Standard
1003 Werden Befehle ohne Argumente, wie z.
1004 \begin_inset Space \thinspace{}
1005 \end_inset
1006
1007 B.
1008  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
1009 \emph on
1010 immer
1011 \emph default
1012  ein Leerzeichen folgen um ihn zu beenden.
1013  Dieses Leerzeichen erscheint nicht im Ausdruck.
1014  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
1015  normalen Text ein geschütztes Leerzeichen folgen.
1016 \end_layout
1017
1018 \begin_layout Standard
1019 Ein geschütztes Leerzeichen gibt man mit 
1020 \family sans
1021 Strg-Leertaste
1022 \family default
1023  ein.
1024 \end_layout
1025
1026 \begin_layout Subsection*
1027 Zeichenerklärung
1028 \end_layout
1029
1030 \begin_layout Itemize
1031 Das Symbol
1032 \begin_inset Foot
1033 status collapsed
1034
1035 \begin_layout Plain Layout
1036 Dieses sichtbare Leerzeichen erhält man über den Befehl 
1037 \series bold
1038
1039 \backslash
1040 textvisiblespace
1041 \series default
1042
1043 \begin_inset Index
1044 status collapsed
1045
1046 \begin_layout Plain Layout
1047 Befehle ! T ! 
1048 \backslash
1049 textvisiblespace
1050 \end_layout
1051
1052 \end_inset
1053
1054 , der im TeX-Modus einzugeben ist.
1055 \end_layout
1056
1057 \end_inset
1058
1059  
1060 \begin_inset ERT
1061 status collapsed
1062
1063 \begin_layout Plain Layout
1064
1065
1066 \backslash
1067 leer 
1068 \end_layout
1069
1070 \end_inset
1071
1072
1073 \begin_inset Space ~
1074 \end_inset
1075
1076 steht für ein einzugebendes Leerzeichen.
1077 \end_layout
1078
1079 \begin_layout Itemize
1080 Ein Pfeil wie z.
1081 \begin_inset Space \thinspace{}
1082 \end_inset
1083
1084 B.
1085  
1086 \begin_inset Formula $\to$
1087 \end_inset
1088
1089  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1090 \end_layout
1091
1092 \begin_layout Subsection*
1093 Verwendete Einheiten
1094 \end_layout
1095
1096 \begin_layout Standard
1097 \align center
1098 \begin_inset Float table
1099 placement H
1100 wide false
1101 sideways false
1102 status open
1103
1104 \begin_layout Plain Layout
1105 \align center
1106 \begin_inset Caption
1107
1108 \begin_layout Plain Layout
1109 \begin_inset CommandInset label
1110 LatexCommand label
1111 name "tab:Verwendete-Einheiten"
1112
1113 \end_inset
1114
1115 Verwendete Einheiten
1116 \end_layout
1117
1118 \end_inset
1119
1120
1121 \end_layout
1122
1123 \begin_layout Plain Layout
1124 \align center
1125 \begin_inset Tabular
1126 <lyxtabular version="3" rows="13" columns="2">
1127 <features>
1128 <column alignment="center" valignment="top" width="0">
1129 <column alignment="center" valignment="top" width="0">
1130 <row>
1131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1132 \begin_inset Text
1133
1134 \begin_layout Plain Layout
1135 Einheit
1136 \end_layout
1137
1138 \end_inset
1139 </cell>
1140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1141 \begin_inset Text
1142
1143 \begin_layout Plain Layout
1144 Name / Beschreibung
1145 \end_layout
1146
1147 \end_inset
1148 </cell>
1149 </row>
1150 <row>
1151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1152 \begin_inset Text
1153
1154 \begin_layout Plain Layout
1155 mm
1156 \end_layout
1157
1158 \end_inset
1159 </cell>
1160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1161 \begin_inset Text
1162
1163 \begin_layout Plain Layout
1164 Millimeter
1165 \end_layout
1166
1167 \end_inset
1168 </cell>
1169 </row>
1170 <row>
1171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1172 \begin_inset Text
1173
1174 \begin_layout Plain Layout
1175 cm
1176 \end_layout
1177
1178 \end_inset
1179 </cell>
1180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1181 \begin_inset Text
1182
1183 \begin_layout Plain Layout
1184 Zentimeter
1185 \end_layout
1186
1187 \end_inset
1188 </cell>
1189 </row>
1190 <row>
1191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1192 \begin_inset Text
1193
1194 \begin_layout Plain Layout
1195 in
1196 \end_layout
1197
1198 \end_inset
1199 </cell>
1200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1201 \begin_inset Text
1202
1203 \begin_layout Plain Layout
1204 Inch / Zoll (1
1205 \begin_inset Space \thinspace{}
1206 \end_inset
1207
1208 in = 2,54
1209 \begin_inset Space \thinspace{}
1210 \end_inset
1211
1212 cm)
1213 \end_layout
1214
1215 \end_inset
1216 </cell>
1217 </row>
1218 <row>
1219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1220 \begin_inset Text
1221
1222 \begin_layout Plain Layout
1223 pt
1224 \end_layout
1225
1226 \end_inset
1227 </cell>
1228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1229 \begin_inset Text
1230
1231 \begin_layout Plain Layout
1232 Punkt (72,27
1233 \begin_inset Space \thinspace{}
1234 \end_inset
1235
1236 pt = 1
1237 \begin_inset Space \thinspace{}
1238 \end_inset
1239
1240 in)
1241 \end_layout
1242
1243 \end_inset
1244 </cell>
1245 </row>
1246 <row>
1247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1248 \begin_inset Text
1249
1250 \begin_layout Plain Layout
1251 pc
1252 \end_layout
1253
1254 \end_inset
1255 </cell>
1256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1257 \begin_inset Text
1258
1259 \begin_layout Plain Layout
1260 Pica (1
1261 \begin_inset Space \thinspace{}
1262 \end_inset
1263
1264 pc = 12
1265 \begin_inset Space \thinspace{}
1266 \end_inset
1267
1268 pt)
1269 \end_layout
1270
1271 \end_inset
1272 </cell>
1273 </row>
1274 <row>
1275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1276 \begin_inset Text
1277
1278 \begin_layout Plain Layout
1279 sp
1280 \end_layout
1281
1282 \end_inset
1283 </cell>
1284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1285 \begin_inset Text
1286
1287 \begin_layout Plain Layout
1288 scaled point (65536
1289 \begin_inset Space \thinspace{}
1290 \end_inset
1291
1292 sp = 1
1293 \begin_inset Space \thinspace{}
1294 \end_inset
1295
1296 pt)
1297 \end_layout
1298
1299 \end_inset
1300 </cell>
1301 </row>
1302 <row>
1303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1304 \begin_inset Text
1305
1306 \begin_layout Plain Layout
1307 bp
1308 \end_layout
1309
1310 \end_inset
1311 </cell>
1312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1313 \begin_inset Text
1314
1315 \begin_layout Plain Layout
1316 big point (72
1317 \begin_inset Space \thinspace{}
1318 \end_inset
1319
1320 bp = 1
1321 \begin_inset Space \thinspace{}
1322 \end_inset
1323
1324 in)
1325 \end_layout
1326
1327 \end_inset
1328 </cell>
1329 </row>
1330 <row>
1331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1332 \begin_inset Text
1333
1334 \begin_layout Plain Layout
1335 dd
1336 \end_layout
1337
1338 \end_inset
1339 </cell>
1340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1341 \begin_inset Text
1342
1343 \begin_layout Plain Layout
1344 Didot (1
1345 \begin_inset Space \thinspace{}
1346 \end_inset
1347
1348 dd 
1349 \begin_inset Formula $\approx$
1350 \end_inset
1351
1352  0,376
1353 \begin_inset Space \thinspace{}
1354 \end_inset
1355
1356 mm)
1357 \end_layout
1358
1359 \end_inset
1360 </cell>
1361 </row>
1362 <row>
1363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1364 \begin_inset Text
1365
1366 \begin_layout Plain Layout
1367 cc
1368 \end_layout
1369
1370 \end_inset
1371 </cell>
1372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1373 \begin_inset Text
1374
1375 \begin_layout Plain Layout
1376 Cicero (1
1377 \begin_inset Space \thinspace{}
1378 \end_inset
1379
1380 cc = 12
1381 \begin_inset Space \thinspace{}
1382 \end_inset
1383
1384 dd)
1385 \end_layout
1386
1387 \end_inset
1388 </cell>
1389 </row>
1390 <row>
1391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1392 \begin_inset Text
1393
1394 \begin_layout Plain Layout
1395 ex
1396 \end_layout
1397
1398 \end_inset
1399 </cell>
1400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1401 \begin_inset Text
1402
1403 \begin_layout Plain Layout
1404 Höhe des Buchstabens 
1405 \emph on
1406 x
1407 \emph default
1408  in der aktuellen Schrift
1409 \end_layout
1410
1411 \end_inset
1412 </cell>
1413 </row>
1414 <row>
1415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1416 \begin_inset Text
1417
1418 \begin_layout Plain Layout
1419 em
1420 \end_layout
1421
1422 \end_inset
1423 </cell>
1424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1425 \begin_inset Text
1426
1427 \begin_layout Plain Layout
1428 Breite des Buchstabens 
1429 \emph on
1430 M
1431 \emph default
1432  in der aktuellen Schrift
1433 \end_layout
1434
1435 \end_inset
1436 </cell>
1437 </row>
1438 <row>
1439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1440 \begin_inset Text
1441
1442 \begin_layout Plain Layout
1443 mu
1444 \end_layout
1445
1446 \end_inset
1447 </cell>
1448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1449 \begin_inset Text
1450
1451 \begin_layout Plain Layout
1452 math unit (1
1453 \begin_inset Space \thinspace{}
1454 \end_inset
1455
1456 mu = 
1457 \begin_inset Formula $\nicefrac{1}{18}$
1458 \end_inset
1459
1460
1461 \begin_inset Space \thinspace{}
1462 \end_inset
1463
1464 em)
1465 \end_layout
1466
1467 \end_inset
1468 </cell>
1469 </row>
1470 </lyxtabular>
1471
1472 \end_inset
1473
1474
1475 \end_layout
1476
1477 \end_inset
1478
1479
1480 \end_layout
1481
1482 \begin_layout Standard
1483 \begin_inset Newpage newpage
1484 \end_inset
1485
1486
1487 \end_layout
1488
1489 \begin_layout Section
1490 Grundlegende Funktionen
1491 \end_layout
1492
1493 \begin_layout Subsection
1494 Exponenten
1495 \begin_inset Index
1496 status collapsed
1497
1498 \begin_layout Plain Layout
1499 Exponenten
1500 \end_layout
1501
1502 \end_inset
1503
1504  und Indizes
1505 \begin_inset Index
1506 status collapsed
1507
1508 \begin_layout Plain Layout
1509 Indizes
1510 \end_layout
1511
1512 \end_inset
1513
1514
1515 \begin_inset Index
1516 status collapsed
1517
1518 \begin_layout Plain Layout
1519 Hochstellen|see
1520 \begin_inset ERT
1521 status collapsed
1522
1523 \begin_layout Plain Layout
1524
1525 {
1526 \end_layout
1527
1528 \end_inset
1529
1530 Exponenten
1531 \begin_inset ERT
1532 status collapsed
1533
1534 \begin_layout Plain Layout
1535
1536 }
1537 \end_layout
1538
1539 \end_inset
1540
1541
1542 \end_layout
1543
1544 \end_inset
1545
1546
1547 \begin_inset Index
1548 status collapsed
1549
1550 \begin_layout Plain Layout
1551 Tiefstellen|see
1552 \begin_inset ERT
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556
1557 {
1558 \end_layout
1559
1560 \end_inset
1561
1562 Indizes
1563 \begin_inset ERT
1564 status collapsed
1565
1566 \begin_layout Plain Layout
1567
1568 }
1569 \end_layout
1570
1571 \end_inset
1572
1573
1574 \end_layout
1575
1576 \end_inset
1577
1578
1579 \end_layout
1580
1581 \begin_layout Standard
1582 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1583  
1584 \begin_inset Graphics
1585         filename ../../images/math-subscript.png
1586         scale 85
1587
1588 \end_inset
1589
1590 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1591  
1592 \begin_inset Graphics
1593         filename ../../images/math-superscript.png
1594         scale 85
1595
1596 \end_inset
1597
1598  erzeugt.
1599 \end_layout
1600
1601 \begin_layout Standard
1602 \align center
1603 \begin_inset Tabular
1604 <lyxtabular version="3" rows="4" columns="2">
1605 <features>
1606 <column alignment="center" valignment="top" width="0pt">
1607 <column alignment="center" valignment="top" width="0pt">
1608 <row>
1609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613 Befehl
1614 \end_layout
1615
1616 \end_inset
1617 </cell>
1618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1619 \begin_inset Text
1620
1621 \begin_layout Plain Layout
1622 Ergebnis
1623 \begin_inset Note Note
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627
1628 \series bold
1629
1630 \backslash
1631 raisebox
1632 \series default
1633  dient nur als Abstandhalter.
1634 \end_layout
1635
1636 \end_inset
1637
1638
1639 \end_layout
1640
1641 \end_inset
1642 </cell>
1643 </row>
1644 <row>
1645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1646 \begin_inset Text
1647
1648 \begin_layout Plain Layout
1649 B_V
1650 \end_layout
1651
1652 \end_inset
1653 </cell>
1654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1655 \begin_inset Text
1656
1657 \begin_layout Plain Layout
1658 \begin_inset Formula $B_{V}$
1659 \end_inset
1660
1661
1662 \end_layout
1663
1664 \end_inset
1665 </cell>
1666 </row>
1667 <row>
1668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1669 \begin_inset Text
1670
1671 \begin_layout Plain Layout
1672 B^V
1673 \end_layout
1674
1675 \end_inset
1676 </cell>
1677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1678 \begin_inset Text
1679
1680 \begin_layout Plain Layout
1681 \begin_inset Formula $\raisebox {5mm}{}B^{V}$
1682 \end_inset
1683
1684
1685 \end_layout
1686
1687 \end_inset
1688 </cell>
1689 </row>
1690 <row>
1691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1692 \begin_inset Text
1693
1694 \begin_layout Plain Layout
1695 B^
1696 \begin_inset ERT
1697 status collapsed
1698
1699 \begin_layout Plain Layout
1700
1701
1702 \backslash
1703 leer 
1704 \end_layout
1705
1706 \end_inset
1707
1708 A
1709 \end_layout
1710
1711 \end_inset
1712 </cell>
1713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1714 \begin_inset Text
1715
1716 \begin_layout Plain Layout
1717 \begin_inset Formula $\raisebox {5mm}{}B^{A}$
1718 \end_inset
1719
1720
1721 \end_layout
1722
1723 \end_inset
1724 </cell>
1725 </row>
1726 </lyxtabular>
1727
1728 \end_inset
1729
1730
1731 \end_layout
1732
1733 \begin_layout Standard
1734 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1735 llt
1736 \begin_inset Foot
1737 status collapsed
1738
1739 \begin_layout Plain Layout
1740 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1741 \end_layout
1742
1743 \end_inset
1744
1745 .
1746  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1747  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1748 \end_layout
1749
1750 \begin_layout Subsection
1751 Brüche
1752 \begin_inset CommandInset label
1753 LatexCommand label
1754 name "sub:Brüche"
1755
1756 \end_inset
1757
1758
1759 \begin_inset Index
1760 status collapsed
1761
1762 \begin_layout Plain Layout
1763 Brüche
1764 \end_layout
1765
1766 \end_inset
1767
1768
1769 \end_layout
1770
1771 \begin_layout Standard
1772 Brüche werden mit dem Befehl 
1773 \series bold
1774
1775 \backslash
1776 frac
1777 \series default
1778
1779 \begin_inset Index
1780 status collapsed
1781
1782 \begin_layout Plain Layout
1783 Befehle ! F ! 
1784 \backslash
1785 frac
1786 \end_layout
1787
1788 \end_inset
1789
1790  oder mit dem Mathe-Werkzeugleistenknopf 
1791 \begin_inset Graphics
1792         filename ../../images/math/frac.png
1793         scale 50
1794
1795 \end_inset
1796
1797  erstellt.
1798  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1799  in einer eingebetteten oder abgesetzten Formel befindet.
1800  Mit dem Mathe-Werkzeugleistenknopf 
1801 \begin_inset Graphics
1802         filename ../../images/math/frac-square.png
1803         scale 85
1804
1805 \end_inset
1806
1807  können verschieden Bruchtypen gewählt werden.
1808 \end_layout
1809
1810 \begin_layout Standard
1811 Mit dem Befehl 
1812 \series bold
1813
1814 \backslash
1815 dfrac
1816 \begin_inset Index
1817 status collapsed
1818
1819 \begin_layout Plain Layout
1820 Befehle ! D ! 
1821 \backslash
1822 dfrac
1823 \end_layout
1824
1825 \end_inset
1826
1827
1828 \series default
1829  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1830  Formel erscheint.
1831  Mit 
1832 \series bold
1833
1834 \backslash
1835 tfrac
1836 \begin_inset Index
1837 status collapsed
1838
1839 \begin_layout Plain Layout
1840 Befehle ! T ! 
1841 \backslash
1842 tfrac
1843 \end_layout
1844
1845 \end_inset
1846
1847
1848 \series default
1849  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1850  Ein Beispiel:
1851 \end_layout
1852
1853 \begin_layout Standard
1854 Eine Zeile mit dem Bruch 
1855 \begin_inset Formula $\frac{1}{2}$
1856 \end_inset
1857
1858 , der mit dem Befehl 
1859 \series bold
1860
1861 \backslash
1862 frac
1863 \series default
1864  erstellt wurde.
1865 \end_layout
1866
1867 \begin_layout Standard
1868 Eine Zeile mit dem Bruch 
1869 \begin_inset Formula $\dfrac{1}{2}$
1870 \end_inset
1871
1872 , der mit dem Befehl 
1873 \series bold
1874
1875 \backslash
1876 dfrac
1877 \series default
1878  erstellt wurde.
1879 \end_layout
1880
1881 \begin_layout Standard
1882 \align center
1883 \begin_inset Tabular
1884 <lyxtabular version="3" rows="4" columns="2">
1885 <features>
1886 <column alignment="center" valignment="top" width="0pt">
1887 <column alignment="center" valignment="top" width="0pt">
1888 <row>
1889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893 Befehl
1894 \end_layout
1895
1896 \end_inset
1897 </cell>
1898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1899 \begin_inset Text
1900
1901 \begin_layout Plain Layout
1902 Ergebnis
1903 \begin_inset Note Note
1904 status collapsed
1905
1906 \begin_layout Plain Layout
1907
1908 \series bold
1909
1910 \backslash
1911 raisebox
1912 \series default
1913  dient nur als Abstandhalter.
1914 \end_layout
1915
1916 \end_inset
1917
1918
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 </row>
1924 <row>
1925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1926 \begin_inset Text
1927
1928 \begin_layout Plain Layout
1929
1930 \backslash
1931 frac
1932 \begin_inset ERT
1933 status collapsed
1934
1935 \begin_layout Plain Layout
1936
1937
1938 \backslash
1939 leer 
1940 \end_layout
1941
1942 \end_inset
1943
1944 A
1945 \begin_inset Formula $\downarrow$
1946 \end_inset
1947
1948 B
1949 \end_layout
1950
1951 \end_inset
1952 </cell>
1953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1954 \begin_inset Text
1955
1956 \begin_layout Plain Layout
1957 \begin_inset Formula $\raisebox {4.5mm}{}\frac{A}{B}\raisebox {-2.5mm}{}$
1958 \end_inset
1959
1960
1961 \end_layout
1962
1963 \end_inset
1964 </cell>
1965 </row>
1966 <row>
1967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1968 \begin_inset Text
1969
1970 \begin_layout Plain Layout
1971
1972 \backslash
1973 dfrac
1974 \begin_inset ERT
1975 status collapsed
1976
1977 \begin_layout Plain Layout
1978
1979
1980 \backslash
1981 leer 
1982 \end_layout
1983
1984 \end_inset
1985
1986 A
1987 \begin_inset Formula $\downarrow$
1988 \end_inset
1989
1990 B
1991 \end_layout
1992
1993 \end_inset
1994 </cell>
1995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1996 \begin_inset Text
1997
1998 \begin_layout Plain Layout
1999 \begin_inset Formula $\raisebox {7mm}{}\dfrac{A}{B}\raisebox {-4mm}{}$
2000 \end_inset
2001
2002
2003 \end_layout
2004
2005 \end_inset
2006 </cell>
2007 </row>
2008 <row>
2009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2010 \begin_inset Text
2011
2012 \begin_layout Plain Layout
2013
2014 \backslash
2015 dfrac
2016 \begin_inset ERT
2017 status collapsed
2018
2019 \begin_layout Plain Layout
2020
2021
2022 \backslash
2023 leer 
2024 \end_layout
2025
2026 \end_inset
2027
2028 e^
2029 \begin_inset ERT
2030 status collapsed
2031
2032 \begin_layout Plain Layout
2033
2034
2035 \backslash
2036 leer 
2037 \end_layout
2038
2039 \end_inset
2040
2041
2042 \backslash
2043 frac
2044 \begin_inset ERT
2045 status collapsed
2046
2047 \begin_layout Plain Layout
2048
2049
2050 \backslash
2051 leer 
2052 \end_layout
2053
2054 \end_inset
2055
2056 1
2057 \begin_inset Formula $\downarrow$
2058 \end_inset
2059
2060 2
2061 \begin_inset Formula $\downarrow\downarrow$
2062 \end_inset
2063
2064 3
2065 \end_layout
2066
2067 \end_inset
2068 </cell>
2069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2070 \begin_inset Text
2071
2072 \begin_layout Plain Layout
2073 \begin_inset Formula $\raisebox {8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox {-4mm}{}$
2074 \end_inset
2075
2076
2077 \end_layout
2078
2079 \end_inset
2080 </cell>
2081 </row>
2082 </lyxtabular>
2083
2084 \end_inset
2085
2086
2087 \end_layout
2088
2089 \begin_layout Standard
2090 \begin_inset VSpace bigskip
2091 \end_inset
2092
2093
2094 \begin_inset Newpage newpage
2095 \end_inset
2096
2097 Für Mehrfachbrüche gibt es den Befehl 
2098 \series bold
2099
2100 \backslash
2101 cfrac
2102 \series default
2103
2104 \begin_inset Index
2105 status collapsed
2106
2107 \begin_layout Plain Layout
2108 Befehle ! C ! 
2109 \backslash
2110 cfrac
2111 \end_layout
2112
2113 \end_inset
2114
2115 .
2116  Dazu ein Beispiel:
2117 \begin_inset VSpace -3mm
2118 \end_inset
2119
2120
2121 \end_layout
2122
2123 \begin_layout Standard
2124 \begin_inset Formula \begin{align*}
2125 \textrm{mit \textbf{\textbackslash  frac} erstellt} &  & \textrm{mit \textbf{\textbackslash  cfrac} erstellt}\\
2126 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac {A}{B+\cfrac {C+\cfrac {E}{F}}{D}}\end{align*}
2127
2128 \end_inset
2129
2130
2131 \end_layout
2132
2133 \begin_layout Standard
2134 Der Befehl für obiges Beispiel lautet:
2135 \end_layout
2136
2137 \begin_layout Standard
2138
2139 \series bold
2140
2141 \backslash
2142 cfrac{A
2143 \begin_inset Formula $\to$
2144 \end_inset
2145
2146
2147 \backslash
2148 {B+
2149 \backslash
2150 cfrac{C+
2151 \backslash
2152 cfrac{E
2153 \begin_inset Formula $\to$
2154 \end_inset
2155
2156
2157 \backslash
2158 {F
2159 \begin_inset Formula $\to\to$
2160 \end_inset
2161
2162
2163 \backslash
2164 {D
2165 \end_layout
2166
2167 \begin_layout Standard
2168 \begin_inset VSpace medskip
2169 \end_inset
2170
2171
2172 \end_layout
2173
2174 \begin_layout Standard
2175
2176 \series bold
2177
2178 \backslash
2179 cfrac
2180 \series default
2181  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2182  auch wenn er selbst Teil eines Bruches ist.
2183  
2184 \series bold
2185
2186 \backslash
2187 cfrac
2188 \series default
2189  besitzt folgendes Befehlsschema:
2190 \end_layout
2191
2192 \begin_layout Standard
2193
2194 \series bold
2195
2196 \backslash
2197 cfrac[Zählerposition]{Zähler}{Nenner}
2198 \end_layout
2199
2200 \begin_layout Standard
2201 Zählerposition kann 
2202 \emph on
2203 l
2204 \emph default
2205  , 
2206 \emph on
2207 c
2208 \emph default
2209  oder 
2210 \emph on
2211 r
2212 \emph default
2213  sein.
2214  Bei 
2215 \emph on
2216 l
2217 \emph default
2218  oder 
2219 \emph on
2220 r
2221 \emph default
2222  wird der Zähler links- bzw.
2223 \begin_inset Space ~
2224 \end_inset
2225
2226 rechtsbündig am Bruchstrich ausgerichtet.
2227  Wird 
2228 \emph on
2229 c
2230 \emph default
2231  oder keine Position angegeben, erscheint der Zähler wie gewohnt mittig.
2232  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2233 \begin_inset Newline newline
2234 \end_inset
2235
2236
2237 \series bold
2238
2239 \begin_inset Formula $\cfrac [l]{A}{B+C}$
2240 \end_inset
2241
2242
2243 \begin_inset Formula $\cfrac {A}{B+C}$
2244 \end_inset
2245
2246
2247 \begin_inset Formula $\cfrac [r]{A}{B+C}$
2248 \end_inset
2249
2250
2251 \end_layout
2252
2253 \begin_layout Standard
2254 \begin_inset VSpace medskip
2255 \end_inset
2256
2257 Oftmals ist es am günstigsten 
2258 \series bold
2259
2260 \backslash
2261 cfrac
2262 \series default
2263  und 
2264 \series bold
2265
2266 \backslash
2267 frac
2268 \series default
2269  zu kombinieren:
2270 \begin_inset Formula \[
2271 \cfrac {A}{B+\cfrac {C+\frac{E}{F}}{D}}\]
2272
2273 \end_inset
2274
2275
2276 \end_layout
2277
2278 \begin_layout Standard
2279 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2280 \series bold
2281
2282 \backslash
2283 nicefrac
2284 \begin_inset Index
2285 status collapsed
2286
2287 \begin_layout Plain Layout
2288 Befehle ! N ! 
2289 \backslash
2290 nicefrac
2291 \end_layout
2292
2293 \end_inset
2294
2295
2296 \series default
2297  benutzt werden: 
2298 \begin_inset Formula $\nicefrac{5}{31}$
2299 \end_inset
2300
2301
2302 \end_layout
2303
2304 \begin_layout Standard
2305 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2306  in 
2307 \begin_inset CommandInset ref
2308 LatexCommand ref
2309 reference "sub:Selbstdefinierte-Brüche"
2310
2311 \end_inset
2312
2313  erklärt.
2314 \end_layout
2315
2316 \begin_layout Subsection
2317 Wurzeln
2318 \begin_inset Index
2319 status collapsed
2320
2321 \begin_layout Plain Layout
2322 Wurzeln
2323 \end_layout
2324
2325 \end_inset
2326
2327
2328 \end_layout
2329
2330 \begin_layout Standard
2331 Quadratwurzeln werden mit 
2332 \series bold
2333
2334 \backslash
2335 sqrt
2336 \series default
2337
2338 \begin_inset Index
2339 status collapsed
2340
2341 \begin_layout Plain Layout
2342 Befehle ! S ! 
2343 \backslash
2344 sqrt
2345 \end_layout
2346
2347 \end_inset
2348
2349  oder dem Mathe-Werkzeugleistenknopf 
2350 \begin_inset Graphics
2351         filename ../../images/math/sqrt.png
2352         scale 85
2353
2354 \end_inset
2355
2356  gesetzt, alle anderen Wurzeln mit dem Befehl 
2357 \series bold
2358
2359 \backslash
2360 root
2361 \series default
2362
2363 \begin_inset Index
2364 status collapsed
2365
2366 \begin_layout Plain Layout
2367 Befehle ! R ! 
2368 \backslash
2369 root
2370 \end_layout
2371
2372 \end_inset
2373
2374  oder dem Mathe-Werkzeugleistenknopf 
2375 \begin_inset Graphics
2376         filename ../../images/math/root.png
2377         scale 85
2378
2379 \end_inset
2380
2381 .
2382 \end_layout
2383
2384 \begin_layout Standard
2385 \align center
2386 \begin_inset Tabular
2387 <lyxtabular version="3" rows="3" columns="2">
2388 <features>
2389 <column alignment="center" valignment="top" width="0pt">
2390 <column alignment="center" valignment="top" width="0pt">
2391 <row>
2392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2393 \begin_inset Text
2394
2395 \begin_layout Plain Layout
2396 Befehl
2397 \end_layout
2398
2399 \end_inset
2400 </cell>
2401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2402 \begin_inset Text
2403
2404 \begin_layout Plain Layout
2405 Ergebnis
2406 \begin_inset Note Note
2407 status collapsed
2408
2409 \begin_layout Plain Layout
2410
2411 \series bold
2412
2413 \backslash
2414 raisebox
2415 \series default
2416  dient nur als Abstandhalter.
2417 \end_layout
2418
2419 \end_inset
2420
2421
2422 \end_layout
2423
2424 \end_inset
2425 </cell>
2426 </row>
2427 <row>
2428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2429 \begin_inset Text
2430
2431 \begin_layout Plain Layout
2432
2433 \backslash
2434 sqrt
2435 \begin_inset ERT
2436 status collapsed
2437
2438 \begin_layout Plain Layout
2439
2440
2441 \backslash
2442 leer 
2443 \end_layout
2444
2445 \end_inset
2446
2447 A-B
2448 \end_layout
2449
2450 \end_inset
2451 </cell>
2452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2453 \begin_inset Text
2454
2455 \begin_layout Plain Layout
2456 \begin_inset Formula $\raisebox {4.5mm}{}\sqrt{A-B}$
2457 \end_inset
2458
2459
2460 \end_layout
2461
2462 \end_inset
2463 </cell>
2464 </row>
2465 <row>
2466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2467 \begin_inset Text
2468
2469 \begin_layout Plain Layout
2470
2471 \backslash
2472 root
2473 \begin_inset ERT
2474 status collapsed
2475
2476 \begin_layout Plain Layout
2477
2478
2479 \backslash
2480 leer 
2481 \end_layout
2482
2483 \end_inset
2484
2485 3
2486 \begin_inset Formula $\downarrow$
2487 \end_inset
2488
2489 A-B
2490 \end_layout
2491
2492 \end_inset
2493 </cell>
2494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2495 \begin_inset Text
2496
2497 \begin_layout Plain Layout
2498 \begin_inset Formula $\raisebox {4.5mm}{}\sqrt[3]{A-B}$
2499 \end_inset
2500
2501
2502 \end_layout
2503
2504 \end_inset
2505 </cell>
2506 </row>
2507 </lyxtabular>
2508
2509 \end_inset
2510
2511
2512 \end_layout
2513
2514 \begin_layout Standard
2515 Eine Quadratwurzel kann man auch mit 
2516 \series bold
2517
2518 \backslash
2519 root
2520 \series default
2521  erstellen, indem man das Feld über der Wurzel frei lässt.
2522 \end_layout
2523
2524 \begin_layout Standard
2525 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2526  Formel: 
2527 \begin_inset Formula $\sqrt[\beta]{B}$
2528 \end_inset
2529
2530
2531 \begin_inset Newline newline
2532 \end_inset
2533
2534 Das 
2535 \begin_inset Formula $\beta$
2536 \end_inset
2537
2538  berührt die Wurzel.
2539  Um dies zu verhindern, verwendet man die Befehle 
2540 \series bold
2541
2542 \backslash
2543 leftroot
2544 \series default
2545
2546 \begin_inset Index
2547 status collapsed
2548
2549 \begin_layout Plain Layout
2550 Befehle ! L ! 
2551 \backslash
2552 leftroot
2553 \end_layout
2554
2555 \end_inset
2556
2557  und 
2558 \series bold
2559
2560 \backslash
2561 uproot
2562 \series default
2563
2564 \begin_inset Index
2565 status collapsed
2566
2567 \begin_layout Plain Layout
2568 Befehle ! U ! 
2569 \backslash
2570 uproot
2571 \end_layout
2572
2573 \end_inset
2574
2575 , die folgendes Schema besitzen:
2576 \end_layout
2577
2578 \begin_layout Standard
2579
2580 \series bold
2581
2582 \backslash
2583 leftroot{Abstand}
2584 \series default
2585  bzw.
2586  
2587 \series bold
2588
2589 \backslash
2590 uproot{Abstand}
2591 \end_layout
2592
2593 \begin_layout Standard
2594 Abstand ist die Anzahl der Big Points (Einheit bp; 
2595 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2596 \end_inset
2597
2598 ), um die der Index nach links bzw.
2599  nach oben verschoben werden soll.
2600  Die Befehle werden in den Index geschrieben.
2601  So ergibt der Befehl
2602 \begin_inset Newline newline
2603 \end_inset
2604
2605
2606 \series bold
2607
2608 \backslash
2609 root
2610 \backslash
2611 leftroot{-1
2612 \begin_inset Formula $\to$
2613 \end_inset
2614
2615
2616 \backslash
2617 uproot{2
2618 \begin_inset Formula $\to$
2619 \end_inset
2620
2621
2622 \backslash
2623 beta
2624 \begin_inset ERT
2625 status collapsed
2626
2627 \begin_layout Plain Layout
2628
2629
2630 \backslash
2631 leer 
2632 \end_layout
2633
2634 \end_inset
2635
2636
2637 \begin_inset Formula $\to$
2638 \end_inset
2639
2640 B
2641 \begin_inset Newline newline
2642 \end_inset
2643
2644
2645 \series default
2646 eine korrekt gesetzte Formel: 
2647 \begin_inset Formula $\sqrt[\leftroot {-1}\uproot {2}\beta]{B}$
2648 \end_inset
2649
2650
2651 \end_layout
2652
2653 \begin_layout Subsection
2654 Binomialkoeffizienten
2655 \begin_inset Index
2656 status collapsed
2657
2658 \begin_layout Plain Layout
2659 Binomialkoeffizienten
2660 \end_layout
2661
2662 \end_inset
2663
2664
2665 \end_layout
2666
2667 \begin_layout Standard
2668 Binomialkoeffizienten können mit dem Befehl 
2669 \series bold
2670
2671 \backslash
2672 binom
2673 \series default
2674
2675 \begin_inset Index
2676 status collapsed
2677
2678 \begin_layout Plain Layout
2679 Befehle ! B ! 
2680 \backslash
2681 binom
2682 \end_layout
2683
2684 \end_inset
2685
2686  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2687 \begin_inset Graphics
2688         filename ../../images/math/frac-square.png
2689         scale 85
2690
2691 \end_inset
2692
2693 eingefügt werden.
2694  Analog zu Brüchen (
2695 \series bold
2696
2697 \backslash
2698 frac
2699 \series default
2700 ) gibt es außer 
2701 \series bold
2702
2703 \backslash
2704 binom
2705 \series default
2706  noch die Befehle 
2707 \series bold
2708
2709 \backslash
2710 dbinom
2711 \begin_inset Index
2712 status collapsed
2713
2714 \begin_layout Plain Layout
2715 Befehle ! D ! 
2716 \backslash
2717 dbinom
2718 \end_layout
2719
2720 \end_inset
2721
2722
2723 \series default
2724  und 
2725 \series bold
2726
2727 \backslash
2728 tbinom
2729 \series default
2730
2731 \begin_inset Index
2732 status collapsed
2733
2734 \begin_layout Plain Layout
2735 Befehle ! T ! 
2736 \backslash
2737 tbinom
2738 \end_layout
2739
2740 \end_inset
2741
2742 .
2743  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2744 \series bold
2745
2746 \backslash
2747 brace
2748 \series default
2749
2750 \begin_inset Index
2751 status collapsed
2752
2753 \begin_layout Plain Layout
2754 Befehle ! B ! 
2755 \backslash
2756 brace
2757 \end_layout
2758
2759 \end_inset
2760
2761  und 
2762 \series bold
2763
2764 \backslash
2765 brack
2766 \series default
2767
2768 \begin_inset Index
2769 status collapsed
2770
2771 \begin_layout Plain Layout
2772 Befehle ! B ! 
2773 \backslash
2774 brack
2775 \end_layout
2776
2777 \end_inset
2778
2779 .
2780 \end_layout
2781
2782 \begin_layout Standard
2783 \align center
2784 \begin_inset Tabular
2785 <lyxtabular version="3" rows="6" columns="2">
2786 <features>
2787 <column alignment="center" valignment="top" width="0pt">
2788 <column alignment="center" valignment="top" width="0pt">
2789 <row>
2790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2791 \begin_inset Text
2792
2793 \begin_layout Plain Layout
2794 Befehl
2795 \end_layout
2796
2797 \end_inset
2798 </cell>
2799 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2800 \begin_inset Text
2801
2802 \begin_layout Plain Layout
2803 Ergebnis
2804 \begin_inset Note Note
2805 status collapsed
2806
2807 \begin_layout Plain Layout
2808
2809 \series bold
2810
2811 \backslash
2812 raisebox
2813 \series default
2814  dient nur als Abstandhalter.
2815 \end_layout
2816
2817 \end_inset
2818
2819
2820 \end_layout
2821
2822 \end_inset
2823 </cell>
2824 </row>
2825 <row>
2826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2827 \begin_inset Text
2828
2829 \begin_layout Plain Layout
2830
2831 \backslash
2832 binom
2833 \begin_inset ERT
2834 status collapsed
2835
2836 \begin_layout Plain Layout
2837
2838
2839 \backslash
2840 leer 
2841 \end_layout
2842
2843 \end_inset
2844
2845 A
2846 \begin_inset Formula $\downarrow$
2847 \end_inset
2848
2849 B
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2855 \begin_inset Text
2856
2857 \begin_layout Plain Layout
2858 \begin_inset Formula $\raisebox {5mm}{}\binom{A}{B}\raisebox {-2.5mm}{}$
2859 \end_inset
2860
2861
2862 \end_layout
2863
2864 \end_inset
2865 </cell>
2866 </row>
2867 <row>
2868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2869 \begin_inset Text
2870
2871 \begin_layout Plain Layout
2872
2873 \backslash
2874 dbinom
2875 \begin_inset ERT
2876 status collapsed
2877
2878 \begin_layout Plain Layout
2879
2880
2881 \backslash
2882 leer 
2883 \end_layout
2884
2885 \end_inset
2886
2887 A
2888 \begin_inset Formula $\downarrow$
2889 \end_inset
2890
2891 B
2892 \end_layout
2893
2894 \end_inset
2895 </cell>
2896 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2897 \begin_inset Text
2898
2899 \begin_layout Plain Layout
2900 \begin_inset Formula $\raisebox {5mm}{}\dbinom{A}{B}\raisebox {-2.5mm}{}$
2901 \end_inset
2902
2903
2904 \end_layout
2905
2906 \end_inset
2907 </cell>
2908 </row>
2909 <row>
2910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2911 \begin_inset Text
2912
2913 \begin_layout Plain Layout
2914
2915 \backslash
2916 tbinom
2917 \begin_inset ERT
2918 status collapsed
2919
2920 \begin_layout Plain Layout
2921
2922
2923 \backslash
2924 leer 
2925 \end_layout
2926
2927 \end_inset
2928
2929 A
2930 \begin_inset Formula $\downarrow$
2931 \end_inset
2932
2933 B
2934 \end_layout
2935
2936 \end_inset
2937 </cell>
2938 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2939 \begin_inset Text
2940
2941 \begin_layout Plain Layout
2942 \begin_inset Formula $\raisebox {5mm}{}\tbinom{A}{B}\raisebox {-2.5mm}{}$
2943 \end_inset
2944
2945
2946 \end_layout
2947
2948 \end_inset
2949 </cell>
2950 </row>
2951 <row>
2952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956
2957 \backslash
2958 brack
2959 \begin_inset ERT
2960 status collapsed
2961
2962 \begin_layout Plain Layout
2963
2964
2965 \backslash
2966 leer 
2967 \end_layout
2968
2969 \end_inset
2970
2971 A
2972 \begin_inset Formula $\downarrow$
2973 \end_inset
2974
2975 B
2976 \end_layout
2977
2978 \end_inset
2979 </cell>
2980 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2981 \begin_inset Text
2982
2983 \begin_layout Plain Layout
2984 \begin_inset Formula $\raisebox {5mm}{}{A \brack B}\raisebox {-2.5mm}{}$
2985 \end_inset
2986
2987
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 </row>
2993 <row>
2994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998
2999 \backslash
3000 brace
3001 \begin_inset ERT
3002 status collapsed
3003
3004 \begin_layout Plain Layout
3005
3006
3007 \backslash
3008 leer 
3009 \end_layout
3010
3011 \end_inset
3012
3013 A
3014 \begin_inset Formula $\downarrow$
3015 \end_inset
3016
3017 B
3018 \end_layout
3019
3020 \end_inset
3021 </cell>
3022 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
3023 \begin_inset Text
3024
3025 \begin_layout Plain Layout
3026 \begin_inset Formula $\raisebox {5mm}{}{A \brace B}\raisebox {-2.5mm}{}$
3027 \end_inset
3028
3029
3030 \end_layout
3031
3032 \end_inset
3033 </cell>
3034 </row>
3035 </lyxtabular>
3036
3037 \end_inset
3038
3039
3040 \end_layout
3041
3042 \begin_layout Subsection
3043 Fallunterscheidungen
3044 \begin_inset Index
3045 status collapsed
3046
3047 \begin_layout Plain Layout
3048 Fallunterscheidungen
3049 \end_layout
3050
3051 \end_inset
3052
3053
3054 \end_layout
3055
3056 \begin_layout Standard
3057 \align center
3058 \begin_inset Tabular
3059 <lyxtabular version="3" rows="3" columns="2">
3060 <features>
3061 <column alignment="center" valignment="top" width="0pt">
3062 <column alignment="center" valignment="top" width="0pt">
3063 <row>
3064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3065 \begin_inset Text
3066
3067 \begin_layout Plain Layout
3068 Befehl
3069 \end_layout
3070
3071 \end_inset
3072 </cell>
3073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3074 \begin_inset Text
3075
3076 \begin_layout Plain Layout
3077 Ergebnis
3078 \end_layout
3079
3080 \end_inset
3081 </cell>
3082 </row>
3083 <row>
3084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3085 \begin_inset Text
3086
3087 \begin_layout Plain Layout
3088
3089 \backslash
3090 cases
3091 \begin_inset ERT
3092 status collapsed
3093
3094 \begin_layout Plain Layout
3095
3096
3097 \backslash
3098 leer 
3099 \end_layout
3100
3101 \end_inset
3102
3103 A
3104 \begin_inset Formula $\to$
3105 \end_inset
3106
3107 B>0
3108 \begin_inset Index
3109 status collapsed
3110
3111 \begin_layout Plain Layout
3112 Befehle ! C ! 
3113 \backslash
3114 cases
3115 \end_layout
3116
3117 \end_inset
3118
3119
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128 \begin_inset Formula $\begin{cases}
3129 A & B>0\end{cases}$
3130 \end_inset
3131
3132
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 </row>
3138 <row>
3139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143
3144 \backslash
3145 cases
3146 \begin_inset ERT
3147 status collapsed
3148
3149 \begin_layout Plain Layout
3150
3151
3152 \backslash
3153 leer 
3154 \end_layout
3155
3156 \end_inset
3157
3158 Strg-Enter
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167 \begin_inset Formula $\begin{cases}
3168 A & \textrm{für }x>0\\
3169 B & \textrm{für }x=0\end{cases}$
3170 \end_inset
3171
3172
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 </row>
3178 </lyxtabular>
3179
3180 \end_inset
3181
3182
3183 \end_layout
3184
3185 \begin_layout Standard
3186 Nach der Eingabe von 
3187 \series bold
3188
3189 \backslash
3190 cases
3191 \series default
3192  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3193 \begin_inset Graphics
3194         filename ../../images/math/cases.png
3195         scale 85
3196
3197 \end_inset
3198
3199  können mit 
3200 \family sans
3201 Strg-Enter
3202 \family default
3203  oder dem Tabellen-Werkzeugleistenknopf 
3204 \begin_inset Graphics
3205         filename ../../images/tabular-feature_append-row.png
3206         scale 85
3207
3208 \end_inset
3209
3210  neue Zeilen erstellt werden.
3211 \begin_inset Foot
3212 status collapsed
3213
3214 \begin_layout Plain Layout
3215 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3216 \begin_inset CommandInset ref
3217 LatexCommand ref
3218 reference "sub:Akzente-für-ein"
3219
3220 \end_inset
3221
3222  beschrieben.
3223 \end_layout
3224
3225 \end_inset
3226
3227
3228 \end_layout
3229
3230 \begin_layout Standard
3231 Der Befehl 
3232 \series bold
3233
3234 \backslash
3235 cases
3236 \series default
3237  ist auch über das Menü 
3238 \family sans
3239 Einfügen\SpecialChar \menuseparator
3240 Mathe\SpecialChar \menuseparator
3241 Cases-Umgebung
3242 \family default
3243  verfügbar.
3244 \end_layout
3245
3246 \begin_layout Subsection
3247 Verneinungen
3248 \begin_inset Index
3249 status collapsed
3250
3251 \begin_layout Plain Layout
3252 Verneinungen
3253 \end_layout
3254
3255 \end_inset
3256
3257
3258 \end_layout
3259
3260 \begin_layout Standard
3261 Durch die Eingabe von 
3262 \series bold
3263
3264 \backslash
3265 not
3266 \series default
3267
3268 \begin_inset Index
3269 status collapsed
3270
3271 \begin_layout Plain Layout
3272 Befehle ! N ! 
3273 \backslash
3274 not
3275 \end_layout
3276
3277 \end_inset
3278
3279  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3280  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3281 \end_layout
3282
3283 \begin_layout Standard
3284 \align center
3285 \begin_inset Tabular
3286 <lyxtabular version="3" rows="4" columns="2">
3287 <features>
3288 <column alignment="center" valignment="top" width="0pt">
3289 <column alignment="center" valignment="top" width="0pt">
3290 <row>
3291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295 Befehl
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304 Ergebnis
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 </row>
3310 <row>
3311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315
3316 \backslash
3317 not=
3318 \end_layout
3319
3320 \end_inset
3321 </cell>
3322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326 \begin_inset Formula $\not=$
3327 \end_inset
3328
3329
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 </row>
3335 <row>
3336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340
3341 \backslash
3342 not 
3343 \backslash
3344 le
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353 \begin_inset Formula $\not\le$
3354 \end_inset
3355
3356
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 </row>
3362 <row>
3363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367
3368 \backslash
3369 not 
3370 \backslash
3371 parallel
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380 \begin_inset Formula $\not\parallel$
3381 \end_inset
3382
3383
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 </row>
3389 </lyxtabular>
3390
3391 \end_inset
3392
3393
3394 \end_layout
3395
3396 \begin_layout Standard
3397 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3398  Deswegen gibt es für Einige spezielle Befehle (siehe 
3399 \begin_inset CommandInset ref
3400 LatexCommand ref
3401 reference "sub:Mathematische-Symbole"
3402
3403 \end_inset
3404
3405  und 
3406 \begin_inset CommandInset ref
3407 LatexCommand ref
3408 reference "sec:Relationen"
3409
3410 \end_inset
3411
3412 ).
3413 \end_layout
3414
3415 \begin_layout Subsection
3416 Platzhalter
3417 \begin_inset CommandInset label
3418 LatexCommand label
3419 name "sub:Platzhalter"
3420
3421 \end_inset
3422
3423
3424 \begin_inset Index
3425 status collapsed
3426
3427 \begin_layout Plain Layout
3428 Platzhalter
3429 \end_layout
3430
3431 \end_inset
3432
3433
3434 \begin_inset Index
3435 status collapsed
3436
3437 \begin_layout Plain Layout
3438 chemische Zeichen ! Isotope
3439 \end_layout
3440
3441 \end_inset
3442
3443
3444 \begin_inset Index
3445 status collapsed
3446
3447 \begin_layout Plain Layout
3448 Isotope|see
3449 \begin_inset ERT
3450 status collapsed
3451
3452 \begin_layout Plain Layout
3453
3454 {
3455 \end_layout
3456
3457 \end_inset
3458
3459 chemische Zeichen
3460 \begin_inset ERT
3461 status collapsed
3462
3463 \begin_layout Plain Layout
3464
3465 }
3466 \end_layout
3467
3468 \end_inset
3469
3470
3471 \end_layout
3472
3473 \end_inset
3474
3475
3476 \end_layout
3477
3478 \begin_layout Standard
3479 Möchte man z.
3480 \begin_inset Space \thinspace{}
3481 \end_inset
3482
3483 B.
3484  Isotope
3485 \begin_inset Foot
3486 status collapsed
3487
3488 \begin_layout Plain Layout
3489 Weiteres zu chemischen Symbolen steht in 
3490 \begin_inset CommandInset ref
3491 LatexCommand ref
3492 reference "sub:Chemische-Symbole-und"
3493
3494 \end_inset
3495
3496 .
3497 \end_layout
3498
3499 \end_inset
3500
3501  darstellen, tritt folgendes Problem auf:
3502 \end_layout
3503
3504 \begin_layout Standard
3505 \align center
3506 \begin_inset Tabular
3507 <lyxtabular version="3" rows="2" columns="2">
3508 <features>
3509 <column alignment="center" valignment="top" width="0pt">
3510 <column alignment="center" valignment="top" width="0pt">
3511 <row>
3512 <cell alignment="center" valignment="top" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 durch Hoch- und Tiefstellen erzeugte Indizes:
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox {-3mm}{}$
3526 \end_inset
3527
3528
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 </row>
3534 <row>
3535 <cell alignment="center" valignment="top" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539 korrekte Indizes:
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell alignment="center" valignment="top" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3549 \end_inset
3550
3551
3552 \end_layout
3553
3554 \end_inset
3555 </cell>
3556 </row>
3557 </lyxtabular>
3558
3559 \end_inset
3560
3561
3562 \begin_inset Note Note
3563 status collapsed
3564
3565 \begin_layout Plain Layout
3566
3567 \series bold
3568
3569 \backslash
3570 raisebox
3571 \series default
3572  dient nur
3573 \end_layout
3574
3575 \begin_layout Plain Layout
3576 als Abstandhalter.
3577 \end_layout
3578
3579 \end_inset
3580
3581
3582 \end_layout
3583
3584 \begin_layout Standard
3585 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3586  längeren Index gesetzt.
3587  Um das zu verhindern gibt es den Befehl 
3588 \series bold
3589
3590 \backslash
3591 phantom
3592 \series default
3593
3594 \begin_inset Index
3595 status collapsed
3596
3597 \begin_layout Plain Layout
3598 Befehle ! P ! 
3599 \backslash
3600 phantom
3601 \end_layout
3602
3603 \end_inset
3604
3605  oder den Mathe-Werkzeugleistenknopf
3606 \begin_inset Space \thinspace{}
3607 \end_inset
3608
3609
3610 \begin_inset Foot
3611 status collapsed
3612
3613 \begin_layout Plain Layout
3614 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3615 \begin_inset Graphics
3616         filename ../../images/math/space.png
3617         scale 85
3618
3619 \end_inset
3620
3621
3622 \end_layout
3623
3624 \end_inset
3625
3626  
3627 \begin_inset Graphics
3628         filename ../../images/math/phantom.png
3629         scale 85
3630
3631 \end_inset
3632
3633 , der ein oder mehrere Phantomzeichen erstellt.
3634  Wenn 
3635 \series bold
3636
3637 \backslash
3638 phantom
3639 \series default
3640  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3641  Pfeilen überlagert wird.
3642  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3643  als Leerraum erstellt wird.
3644  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3645  Zeichen.
3646 \end_layout
3647
3648 \begin_layout Standard
3649 \align center
3650 \begin_inset Tabular
3651 <lyxtabular version="3" rows="4" columns="2">
3652 <features>
3653 <column alignment="center" valignment="top" width="0">
3654 <column alignment="center" valignment="top" width="0">
3655 <row>
3656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660 Befehl
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 Ergebnis
3670 \begin_inset Note Note
3671 status collapsed
3672
3673 \begin_layout Plain Layout
3674
3675 \series bold
3676
3677 \backslash
3678 raisebox
3679 \series default
3680  dient nur als Abstandhalter.
3681 \end_layout
3682
3683 \end_inset
3684
3685
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 </row>
3691 <row>
3692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696 ^19
3697 \begin_inset ERT
3698 status collapsed
3699
3700 \begin_layout Plain Layout
3701
3702
3703 \backslash
3704 leer 
3705 \end_layout
3706
3707 \end_inset
3708
3709 _
3710 \backslash
3711 phantom
3712 \begin_inset ERT
3713 status collapsed
3714
3715 \begin_layout Plain Layout
3716
3717
3718 \backslash
3719 leer 
3720 \end_layout
3721
3722 \end_inset
3723
3724 1
3725 \begin_inset Formula $\to$
3726 \end_inset
3727
3728 9
3729 \begin_inset ERT
3730 status collapsed
3731
3732 \begin_layout Plain Layout
3733
3734
3735 \backslash
3736 leer 
3737 \end_layout
3738
3739 \end_inset
3740
3741 F
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750 \begin_inset Formula $\raisebox {4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox {-2.5mm}{}$
3751 \end_inset
3752
3753
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 </row>
3759 <row>
3760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 ^235
3765 \begin_inset ERT
3766 status collapsed
3767
3768 \begin_layout Plain Layout
3769
3770
3771 \backslash
3772 leer 
3773 \end_layout
3774
3775 \end_inset
3776
3777 _
3778 \backslash
3779 phantom
3780 \begin_inset ERT
3781 status collapsed
3782
3783 \begin_layout Plain Layout
3784
3785
3786 \backslash
3787 leer 
3788 \end_layout
3789
3790 \end_inset
3791
3792 23
3793 \begin_inset Formula $\to$
3794 \end_inset
3795
3796 9
3797 \begin_inset ERT
3798 status collapsed
3799
3800 \begin_layout Plain Layout
3801
3802
3803 \backslash
3804 leer 
3805 \end_layout
3806
3807 \end_inset
3808
3809 F
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818 \begin_inset Formula $\raisebox {4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox {-2.5mm}{}$
3819 \end_inset
3820
3821
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 </row>
3827 <row>
3828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832
3833 \backslash
3834 Lambda^
3835 \begin_inset ERT
3836 status collapsed
3837
3838 \begin_layout Plain Layout
3839
3840
3841 \backslash
3842 leer 
3843 \end_layout
3844
3845 \end_inset
3846
3847
3848 \backslash
3849 phantom
3850 \begin_inset ERT
3851 status collapsed
3852
3853 \begin_layout Plain Layout
3854
3855
3856 \backslash
3857 leer 
3858 \end_layout
3859
3860 \end_inset
3861
3862 ii
3863 \begin_inset Formula $\to$
3864 \end_inset
3865
3866 t
3867 \begin_inset ERT
3868 status collapsed
3869
3870 \begin_layout Plain Layout
3871
3872
3873 \backslash
3874 leer 
3875 \end_layout
3876
3877 \end_inset
3878
3879 _MMt
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 \begin_inset Formula $\raisebox {4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox {-2.5mm}{}$
3889 \end_inset
3890
3891
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 </row>
3897 </lyxtabular>
3898
3899 \end_inset
3900
3901
3902 \end_layout
3903
3904 \begin_layout Standard
3905 Des Weiteren gibt es noch die Befehle 
3906 \series bold
3907
3908 \backslash
3909 vphantom
3910 \series default
3911
3912 \begin_inset Index
3913 status collapsed
3914
3915 \begin_layout Plain Layout
3916 Befehle ! V ! 
3917 \backslash
3918 vphantom
3919 \end_layout
3920
3921 \end_inset
3922
3923  (Werkzeugleistenknopf 
3924 \begin_inset Space ~
3925 \end_inset
3926
3927
3928 \begin_inset Graphics
3929         filename ../../images/math/vphantom.png
3930         scale 85
3931
3932 \end_inset
3933
3934 ) und 
3935 \series bold
3936
3937 \backslash
3938 hphantom
3939 \series default
3940
3941 \begin_inset Index
3942 status collapsed
3943
3944 \begin_layout Plain Layout
3945 Befehle ! H ! 
3946 \backslash
3947 hphantom
3948 \end_layout
3949
3950 \end_inset
3951
3952  (Werkzeugleistenknopf 
3953 \begin_inset Space ~
3954 \end_inset
3955
3956
3957 \begin_inset Graphics
3958         filename ../../images/math/hphantom.png
3959         scale 85
3960
3961 \end_inset
3962
3963 ).
3964  
3965 \series bold
3966
3967 \backslash
3968 hphantom
3969 \series default
3970  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
3971  nicht jedoch für deren Breite.
3972  Bei 
3973 \series bold
3974
3975 \backslash
3976 vphantom
3977 \series default
3978  wird nur Platz mit der Breite des Kästchens erstellt.
3979  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
3980 \end_layout
3981
3982 \begin_layout Standard
3983 Zum Beispiel erzeugt 
3984 \series bold
3985
3986 \backslash
3987 vphantom
3988 \series default
3989
3990 \begin_inset ERT
3991 status collapsed
3992
3993 \begin_layout Plain Layout
3994
3995
3996 \backslash
3997 leer 
3998 \end_layout
3999
4000 \end_inset
4001
4002
4003 \series bold
4004 a
4005 \backslash
4006 int
4007 \series default
4008  Platz der Höhe des Integralzeichens,
4009 \begin_inset Foot
4010 status collapsed
4011
4012 \begin_layout Plain Layout
4013 Der Befehl 
4014 \series bold
4015
4016 \backslash
4017 int
4018 \series default
4019  erzeugt ein Integralzeichen, siehe 
4020 \begin_inset CommandInset ref
4021 LatexCommand ref
4022 reference "sub:Große-Operatoren"
4023
4024 \end_inset
4025
4026 .
4027 \end_layout
4028
4029 \end_inset
4030
4031  da dieses das größere Zeichen ist.
4032  Eine Beispielanwendung ist in 
4033 \begin_inset CommandInset ref
4034 LatexCommand ref
4035 reference "sub:Mehrzeilige-Klammern"
4036
4037 \end_inset
4038
4039  zu finden.
4040 \end_layout
4041
4042 \begin_layout Subsection
4043 Linien
4044 \begin_inset Index
4045 status collapsed
4046
4047 \begin_layout Plain Layout
4048 Linien
4049 \end_layout
4050
4051 \end_inset
4052
4053
4054 \begin_inset Index
4055 status collapsed
4056
4057 \begin_layout Plain Layout
4058 Formel ! unterstrichene
4059 \end_layout
4060
4061 \end_inset
4062
4063
4064 \end_layout
4065
4066 \begin_layout Standard
4067 \align center
4068 \begin_inset Tabular
4069 <lyxtabular version="3" rows="4" columns="2">
4070 <features>
4071 <column alignment="center" valignment="top" width="0pt">
4072 <column alignment="center" valignment="top" width="0pt">
4073 <row>
4074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Plain Layout
4078 Befehl
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087 Ergebnis
4088 \begin_inset Note Note
4089 status collapsed
4090
4091 \begin_layout Plain Layout
4092
4093 \series bold
4094
4095 \backslash
4096 raisebox
4097 \series default
4098  dient nur als Abstandhalter.
4099 \end_layout
4100
4101 \end_inset
4102
4103
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 </row>
4109 <row>
4110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114
4115 \backslash
4116 overline
4117 \begin_inset ERT
4118 status collapsed
4119
4120 \begin_layout Plain Layout
4121
4122
4123 \backslash
4124 leer 
4125 \end_layout
4126
4127 \end_inset
4128
4129 A+B
4130 \begin_inset Index
4131 status collapsed
4132
4133 \begin_layout Plain Layout
4134 Befehle ! O ! 
4135 \backslash
4136 overline
4137 \end_layout
4138
4139 \end_inset
4140
4141
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 \begin_inset Formula $\raisebox {5mm}{}\overline{A+B}$
4151 \end_inset
4152
4153
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 </row>
4159 <row>
4160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164
4165 \backslash
4166 underline
4167 \begin_inset ERT
4168 status collapsed
4169
4170 \begin_layout Plain Layout
4171
4172
4173 \backslash
4174 leer 
4175 \end_layout
4176
4177 \end_inset
4178
4179 A+B
4180 \begin_inset Index
4181 status collapsed
4182
4183 \begin_layout Plain Layout
4184 Befehle ! U ! 
4185 \backslash
4186 underline
4187 \end_layout
4188
4189 \end_inset
4190
4191
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200 \begin_inset Formula $\underline{A+B}\raisebox {-2.5mm}{}$
4201 \end_inset
4202
4203
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 </row>
4209 <row>
4210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214
4215 \backslash
4216 overline
4217 \begin_inset ERT
4218 status collapsed
4219
4220 \begin_layout Plain Layout
4221
4222
4223 \backslash
4224 leer 
4225 \end_layout
4226
4227 \end_inset
4228
4229
4230 \backslash
4231 underline
4232 \begin_inset ERT
4233 status collapsed
4234
4235 \begin_layout Plain Layout
4236
4237
4238 \backslash
4239 leer 
4240 \end_layout
4241
4242 \end_inset
4243
4244 A+B
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253 \begin_inset Formula $\raisebox {5mm}{}\overline{\underline{A+B}}\raisebox {-2.5mm}{}$
4254 \end_inset
4255
4256
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 </row>
4262 </lyxtabular>
4263
4264 \end_inset
4265
4266
4267 \end_layout
4268
4269 \begin_layout Standard
4270 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4271 \series bold
4272
4273 \backslash
4274 overline
4275 \series default
4276  oder 
4277 \series bold
4278
4279 \backslash
4280 underline
4281 \series default
4282  eingibt.
4283 \end_layout
4284
4285 \begin_layout Standard
4286 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4287 \begin_inset Newline linebreak
4288 \end_inset
4289
4290
4291 \series bold
4292
4293 \backslash
4294 underline
4295 \series default
4296 .
4297 \end_layout
4298
4299 \begin_layout Standard
4300 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4301 \end_layout
4302
4303 \begin_layout Subsection
4304 Fortsetzungspunkte
4305 \begin_inset Index
4306 status collapsed
4307
4308 \begin_layout Plain Layout
4309 Fortsetzungspunkte
4310 \end_layout
4311
4312 \end_inset
4313
4314
4315 \end_layout
4316
4317 \begin_layout Standard
4318 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4319 \begin_inset Foot
4320 status collapsed
4321
4322 \begin_layout Plain Layout
4323 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4324 \begin_inset Graphics
4325         filename ../../images/math/ldots.png
4326         scale 85
4327
4328 \end_inset
4329
4330
4331 \end_layout
4332
4333 \end_inset
4334
4335  Für Aufzählungen verwendet man unten sitzende Punkte (
4336 \series bold
4337
4338 \backslash
4339 ldots
4340 \series default
4341
4342 \begin_inset Index
4343 status collapsed
4344
4345 \begin_layout Plain Layout
4346 Befehle ! L ! 
4347 \backslash
4348 ldots
4349 \end_layout
4350
4351 \end_inset
4352
4353 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4354  die Operatoren sind (
4355 \series bold
4356
4357 \backslash
4358 cdots
4359 \series default
4360
4361 \begin_inset Index
4362 status collapsed
4363
4364 \begin_layout Plain Layout
4365 Befehle ! C ! 
4366 \backslash
4367 cdots
4368 \end_layout
4369
4370 \end_inset
4371
4372 ).
4373  Verwendet man den Befehl 
4374 \series bold
4375
4376 \backslash
4377 dots
4378 \series default
4379
4380 \begin_inset Index
4381 status collapsed
4382
4383 \begin_layout Plain Layout
4384 Befehle ! D ! 
4385 \backslash
4386 dots
4387 \end_layout
4388
4389 \end_inset
4390
4391 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4392  wird.
4393 \begin_inset Newpage newpage
4394 \end_inset
4395
4396
4397 \end_layout
4398
4399 \begin_layout Standard
4400 \align center
4401 \begin_inset Tabular
4402 <lyxtabular version="3" rows="8" columns="2">
4403 <features>
4404 <column alignment="center" valignment="top" width="0pt">
4405 <column alignment="center" valignment="top" width="0pt">
4406 <row>
4407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 Befehl
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 Ergebnis
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 </row>
4426 <row>
4427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431 A_1
4432 \begin_inset ERT
4433 status collapsed
4434
4435 \begin_layout Plain Layout
4436
4437
4438 \backslash
4439 leer 
4440 \end_layout
4441
4442 \end_inset
4443
4444 ,
4445 \backslash
4446 dots
4447 \begin_inset ERT
4448 status collapsed
4449
4450 \begin_layout Plain Layout
4451
4452
4453 \backslash
4454 leer 
4455 \end_layout
4456
4457 \end_inset
4458
4459 ,A_n
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 \begin_inset Formula $A_{1},\dots,A_{n}$
4469 \end_inset
4470
4471
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 </row>
4477 <row>
4478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 A_1
4483 \begin_inset ERT
4484 status collapsed
4485
4486 \begin_layout Plain Layout
4487
4488
4489 \backslash
4490 leer 
4491 \end_layout
4492
4493 \end_inset
4494
4495 +
4496 \backslash
4497 dots
4498 \begin_inset ERT
4499 status collapsed
4500
4501 \begin_layout Plain Layout
4502
4503
4504 \backslash
4505 leer 
4506 \end_layout
4507
4508 \end_inset
4509
4510 +A_n
4511 \end_layout
4512
4513 \end_inset
4514 </cell>
4515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519 \begin_inset Formula $A_{1}+\dots+A_{n}$
4520 \end_inset
4521
4522
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 A_1
4534 \begin_inset ERT
4535 status collapsed
4536
4537 \begin_layout Plain Layout
4538
4539
4540 \backslash
4541 leer 
4542 \end_layout
4543
4544 \end_inset
4545
4546 ,
4547 \backslash
4548 ldots
4549 \begin_inset ERT
4550 status collapsed
4551
4552 \begin_layout Plain Layout
4553
4554
4555 \backslash
4556 leer 
4557 \end_layout
4558
4559 \end_inset
4560
4561 ,A_n
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 \begin_inset Formula $A_{1},\ldots,A_{n}$
4571 \end_inset
4572
4573
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 </row>
4579 <row>
4580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 A_1
4585 \begin_inset ERT
4586 status collapsed
4587
4588 \begin_layout Plain Layout
4589
4590
4591 \backslash
4592 leer 
4593 \end_layout
4594
4595 \end_inset
4596
4597 +
4598 \backslash
4599 cdots
4600 \begin_inset ERT
4601 status collapsed
4602
4603 \begin_layout Plain Layout
4604
4605
4606 \backslash
4607 leer 
4608 \end_layout
4609
4610 \end_inset
4611
4612 +A_n
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4622 \end_inset
4623
4624
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 </row>
4630 <row>
4631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635
4636 \backslash
4637 vdots
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 \begin_inset Formula $\vdots$
4647 \end_inset
4648
4649
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 </row>
4655 <row>
4656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660
4661 \backslash
4662 ddots
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 \begin_inset Formula $\ddots$
4672 \end_inset
4673
4674
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 </row>
4680 <row>
4681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685 3
4686 \series bold
4687 ×
4688 \series default
4689 3
4690 \begin_inset Space \thinspace{}
4691 \end_inset
4692
4693 Matrix mit obigen Befehlen
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 \begin_inset Formula $\begin{array}{ccc}
4703 A_{11} & \cdots & A_{1m}\\
4704 \vdots & \ddots & \vdots\\
4705 A_{n1} & \cdots & A_{nm}\end{array}$
4706 \end_inset
4707
4708
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 </lyxtabular>
4715
4716 \end_inset
4717
4718
4719 \end_layout
4720
4721 \begin_layout Standard
4722 Die im Menü 
4723 \family sans
4724 Einfügen\SpecialChar \menuseparator
4725 Sonderzeichen
4726 \family default
4727  verfügbaren Fortsetzungspunkte sind 
4728 \series bold
4729
4730 \backslash
4731 ldots
4732 \series default
4733 .
4734 \end_layout
4735
4736 \begin_layout Standard
4737 \begin_inset VSpace medskip
4738 \end_inset
4739
4740 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4741  Spalten erstrecken.
4742  Man erhält sie mit dem Befehl 
4743 \series bold
4744
4745 \backslash
4746 hdotsfor
4747 \series default
4748
4749 \begin_inset Index
4750 status collapsed
4751
4752 \begin_layout Plain Layout
4753 Befehle ! H ! 
4754 \backslash
4755 hdotsfor
4756 \end_layout
4757
4758 \end_inset
4759
4760 , der folgendes Schema besitzt:
4761 \end_layout
4762
4763 \begin_layout Standard
4764
4765 \series bold
4766
4767 \backslash
4768 hdotsfor[Abstand]{Anzahl der Spalten}
4769 \end_layout
4770
4771 \begin_layout Standard
4772 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4773  sollen.
4774  Abstand ist ein Faktor, der den Punktabstand festlegt.
4775 \end_layout
4776
4777 \begin_layout Standard
4778 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4779  
4780 \series bold
4781
4782 \backslash
4783 hdotsfor[2]{4}
4784 \series default
4785  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4786  beim Befehl 
4787 \series bold
4788
4789 \backslash
4790 dots
4791 \series default
4792  zu erhalten:
4793 \begin_inset Formula \[
4794 \left(\begin{array}{cccc}
4795 A & B & C & D\\
4796 \hdotsfor [2]{4}\\
4797 q & w & e & r\end{array}\right)\]
4798
4799 \end_inset
4800
4801 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4802  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4803 \end_layout
4804
4805 \begin_layout Standard
4806 \begin_inset VSpace bigskip
4807 \end_inset
4808
4809 Des Weiteren kann man mit dem Befehl 
4810 \series bold
4811
4812 \backslash
4813 dotfill
4814 \series default
4815
4816 \begin_inset Index
4817 status collapsed
4818
4819 \begin_layout Plain Layout
4820 Befehle ! D ! 
4821 \backslash
4822 dotfill
4823 \end_layout
4824
4825 \end_inset
4826
4827  den Rest einer Zeile mit Punkten füllen.
4828  Die Wirkungsweise des Befehls entspricht der von 
4829 \series bold
4830
4831 \backslash
4832 hfill
4833 \series default
4834 , siehe 
4835 \begin_inset CommandInset ref
4836 LatexCommand ref
4837 reference "sub:Variabler-Leerraum"
4838
4839 \end_inset
4840
4841 .
4842 \end_layout
4843
4844 \begin_layout Standard
4845 Z.
4846 \begin_inset Space \thinspace{}
4847 \end_inset
4848
4849 B.
4850  ergibt der Befehl 
4851 \series bold
4852 A
4853 \backslash
4854 dotfill
4855 \begin_inset ERT
4856 status collapsed
4857
4858 \begin_layout Plain Layout
4859
4860
4861 \backslash
4862 leer 
4863 \end_layout
4864
4865 \end_inset
4866
4867 B
4868 \end_layout
4869
4870 \begin_layout Standard
4871 \begin_inset Formula $A\dotfill  B$
4872 \end_inset
4873
4874
4875 \end_layout
4876
4877 \begin_layout Standard
4878 Analog dazu gibt es für eine Linie den Befehl 
4879 \series bold
4880
4881 \backslash
4882 hrulefill
4883 \series default
4884
4885 \begin_inset Index
4886 status collapsed
4887
4888 \begin_layout Plain Layout
4889 Befehle ! H ! 
4890 \backslash
4891 hrulefill
4892 \end_layout
4893
4894 \end_inset
4895
4896 :
4897 \end_layout
4898
4899 \begin_layout Standard
4900 \begin_inset Formula $A\hrulefill  B$
4901 \end_inset
4902
4903
4904 \end_layout
4905
4906 \begin_layout Standard
4907 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
4908  werden.
4909 \end_layout
4910
4911 \begin_layout Section
4912 Matrizen
4913 \begin_inset CommandInset label
4914 LatexCommand label
4915 name "sec:Matrizen"
4916
4917 \end_inset
4918
4919
4920 \begin_inset Index
4921 status collapsed
4922
4923 \begin_layout Plain Layout
4924 Matrizen
4925 \end_layout
4926
4927 \end_inset
4928
4929
4930 \end_layout
4931
4932 \begin_layout Standard
4933 Matrizen können über den Mathe-Werkzeugleistenknopf
4934 \family sans
4935  
4936 \family default
4937
4938 \begin_inset Graphics
4939         filename ../../images/dialog-show_mathmatrix.png
4940         scale 85
4941
4942 \end_inset
4943
4944  oder das Menü 
4945 \family sans
4946 Einfügen\SpecialChar \menuseparator
4947 Mathe\SpecialChar \menuseparator
4948 Matrix
4949 \family default
4950  eingefügt werden.
4951  Sie werden nach der Spalten- und Zeilenanzahl und der Ausrichtung gefragt.
4952  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4953  von Bedeutung:
4954 \end_layout
4955
4956 \begin_layout Standard
4957 Die erste Matrix ist oben 
4958 \begin_inset Formula $\begin{array}[t]{cccc}
4959 A & D & G & J\\
4960 B & E & H & K\\
4961 C & F & I & L\end{array}$
4962 \end_inset
4963
4964 , die zweite mittig 
4965 \begin_inset Formula $\begin{array}{cccc}
4966 A & D & G & J\\
4967 B & E & H & K\\
4968 C & F & I & L\end{array}$
4969 \end_inset
4970
4971  und die dritte unten 
4972 \begin_inset Formula $\begin{array}[b]{cccc}
4973 A & D & G & J\\
4974 B & E & H & K\\
4975 C & F & I & L\end{array}$
4976 \end_inset
4977
4978  ausgerichtet.
4979 \end_layout
4980
4981 \begin_layout Standard
4982 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
4983  werden sollen.
4984  Dazu wird für jede Spalte ein Buchstabe eingegeben.
4985  
4986 \emph on
4987 l
4988 \emph default
4989  steht für linksbündig, 
4990 \emph on
4991 c
4992 \emph default
4993  für mittig und 
4994 \emph on
4995 r
4996 \emph default
4997  für rechtsbündig.
4998  Möchte man z.
4999 \begin_inset Space \thinspace{}
5000 \end_inset
5001
5002 B.
5003  eine 4
5004 \series bold
5005 ×
5006 \series default
5007 4
5008 \begin_inset Space ~
5009 \end_inset
5010
5011 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5012  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5013  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5014 \series bold
5015 lccr
5016 \series default
5017  an.
5018  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5019  die Voreinstellung für jede Spalte ein 
5020 \series bold
5021 c
5022 \series default
5023  ist.
5024 \end_layout
5025
5026 \begin_layout Standard
5027 Horizontale Ausrichtung:
5028 \end_layout
5029
5030 \begin_layout Standard
5031
5032 \series bold
5033 lll
5034 \series default
5035  : 
5036 \begin_inset Formula $\begin{array}{lll}
5037 10000 & D & G\\
5038 B & 10000 & H\\
5039 C & F & 10000\end{array}$
5040 \end_inset
5041
5042  , 
5043 \series bold
5044 ccc
5045 \series default
5046  : 
5047 \begin_inset Formula $\begin{array}{ccc}
5048 10000 & D & G\\
5049 B & 10000 & H\\
5050 C & F & 10000\end{array}$
5051 \end_inset
5052
5053  , 
5054 \series bold
5055 rrr
5056 \series default
5057  : 
5058 \begin_inset Formula $\begin{array}{rrr}
5059 10000 & D & G\\
5060 B & 10000 & H\\
5061 C & F & 10000\end{array}$
5062 \end_inset
5063
5064
5065 \end_layout
5066
5067 \begin_layout Standard
5068 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5069  man die Mathe-Werkzeugleistenknöpfe 
5070 \begin_inset Graphics
5071         filename ../../images/tabular-feature_append-row.png
5072         scale 85
5073
5074 \end_inset
5075
5076
5077 \begin_inset Graphics
5078         filename ../../images/tabular-feature_delete-row.png
5079         scale 85
5080
5081 \end_inset
5082
5083 , usw.
5084 \begin_inset Space ~
5085 \end_inset
5086
5087 oder das Menü 
5088 \family sans
5089 Bearbeiten\SpecialChar \menuseparator
5090 Zeilen & Spalten
5091 \family default
5092  verwenden.
5093  Neue Zeilen können auch mit 
5094 \family sans
5095 Strg-Enter
5096 \family default
5097  erstellt werden.
5098 \end_layout
5099
5100 \begin_layout Standard
5101 \begin_inset VSpace bigskip
5102 \end_inset
5103
5104 Klammern um eine Matrix können entweder mit den Befehlen 
5105 \series bold
5106
5107 \backslash
5108 left
5109 \series default
5110
5111 \begin_inset Index
5112 status collapsed
5113
5114 \begin_layout Plain Layout
5115 Befehle ! L ! 
5116 \backslash
5117 left
5118 \end_layout
5119
5120 \end_inset
5121
5122  und 
5123 \series bold
5124
5125 \backslash
5126 right
5127 \series default
5128
5129 \begin_inset Index
5130 status collapsed
5131
5132 \begin_layout Plain Layout
5133 Befehle ! R ! 
5134 \backslash
5135 right
5136 \end_layout
5137
5138 \end_inset
5139
5140  erstellt werden (Tastenkürzel 
5141 \family sans
5142 Alt-m
5143 \begin_inset Space ~
5144 \end_inset
5145
5146 Klammer
5147 \family default
5148 ), siehe 
5149 \begin_inset CommandInset ref
5150 LatexCommand ref
5151 reference "sub:Automatische-Klammergrößen"
5152
5153 \end_inset
5154
5155 , oder man verwendet folgende Befehle:
5156 \begin_inset VSpace bigskip
5157 \end_inset
5158
5159
5160 \end_layout
5161
5162 \begin_layout Standard
5163 \begin_inset Space \hfill{}
5164 \end_inset
5165
5166
5167 \begin_inset Tabular
5168 <lyxtabular version="3" rows="4" columns="2">
5169 <features>
5170 <column alignment="center" valignment="top" width="0">
5171 <column alignment="center" valignment="top" width="0">
5172 <row>
5173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177 Befehl
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186 Ergebnis
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 </row>
5192 <row>
5193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197
5198 \backslash
5199 bmatrix
5200 \begin_inset ERT
5201 status collapsed
5202
5203 \begin_layout Plain Layout
5204
5205
5206 \backslash
5207 leer 
5208 \end_layout
5209
5210 \end_inset
5211
5212 2
5213 \series bold
5214 ×
5215 \series default
5216 2
5217 \begin_inset Space \thinspace{}
5218 \end_inset
5219
5220 Matrix
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 \begin_inset Formula $\raisebox {7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5230 0 & \textrm{-}\mathrm{i}\\
5231 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox {-5.3mm}{}$
5232 \end_inset
5233
5234
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 </row>
5240 <row>
5241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245
5246 \backslash
5247 Bmatrix
5248 \begin_inset ERT
5249 status collapsed
5250
5251 \begin_layout Plain Layout
5252
5253
5254 \backslash
5255 leer 
5256 \end_layout
5257
5258 \end_inset
5259
5260 2
5261 \series bold
5262 ×
5263 \series default
5264 2
5265 \begin_inset Space \thinspace{}
5266 \end_inset
5267
5268 Matrix
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277 \begin_inset Formula $\raisebox {7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5278 0 & \textrm{-}\mathrm{i}\\
5279 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox {-5.3mm}{}$
5280 \end_inset
5281
5282
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 </row>
5288 <row>
5289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293
5294 \backslash
5295 pmatrix
5296 \begin_inset ERT
5297 status collapsed
5298
5299 \begin_layout Plain Layout
5300
5301
5302 \backslash
5303 leer 
5304 \end_layout
5305
5306 \end_inset
5307
5308 2
5309 \series bold
5310 ×
5311 \series default
5312 2
5313 \begin_inset Space \thinspace{}
5314 \end_inset
5315
5316 Matrix
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Plain Layout
5325 \begin_inset Formula $\raisebox {7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5326 0 & \textrm{-}\mathrm{i}\\
5327 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox {-5.3mm}{}$
5328 \end_inset
5329
5330
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 </row>
5336 </lyxtabular>
5337
5338 \end_inset
5339
5340
5341 \begin_inset Space \hfill{}
5342 \end_inset
5343
5344
5345 \begin_inset Tabular
5346 <lyxtabular version="3" rows="4" columns="2">
5347 <features>
5348 <column alignment="center" valignment="top" width="0">
5349 <column alignment="center" valignment="top" width="0">
5350 <row>
5351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 Befehl
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 Ergebnis
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 </row>
5370 <row>
5371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375
5376 \backslash
5377 vmatrix
5378 \begin_inset ERT
5379 status collapsed
5380
5381 \begin_layout Plain Layout
5382
5383
5384 \backslash
5385 leer 
5386 \end_layout
5387
5388 \end_inset
5389
5390 2
5391 \series bold
5392 ×
5393 \series default
5394 2
5395 \begin_inset Space \thinspace{}
5396 \end_inset
5397
5398 Matrix
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407 \begin_inset Formula $\raisebox {7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5408 0 & \textrm{-}\mathrm{i}\\
5409 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox {-5.3mm}{}$
5410 \end_inset
5411
5412
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 </row>
5418 <row>
5419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423
5424 \backslash
5425 Vmatrix
5426 \begin_inset ERT
5427 status collapsed
5428
5429 \begin_layout Plain Layout
5430
5431
5432 \backslash
5433 leer 
5434 \end_layout
5435
5436 \end_inset
5437
5438 2
5439 \series bold
5440 ×
5441 \series default
5442 2
5443 \begin_inset Space \thinspace{}
5444 \end_inset
5445
5446 Matrix
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5452 \begin_inset Text
5453
5454 \begin_layout Plain Layout
5455 \begin_inset Formula $\raisebox {7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5456 0 & \textrm{-}\mathrm{i}\\
5457 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox {-5.3mm}{}$
5458 \end_inset
5459
5460
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 </row>
5466 <row>
5467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5468 \begin_inset Text
5469
5470 \begin_layout Plain Layout
5471
5472 \backslash
5473 matrix
5474 \begin_inset ERT
5475 status collapsed
5476
5477 \begin_layout Plain Layout
5478
5479
5480 \backslash
5481 leer 
5482 \end_layout
5483
5484 \end_inset
5485
5486 2
5487 \series bold
5488 ×
5489 \series default
5490 2
5491 \begin_inset Space \thinspace{}
5492 \end_inset
5493
5494 Matrix
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 \begin_inset Formula $\raisebox {7.5mm}{}\begin{matrix}\begin{array}{cc}
5504 0 & \textrm{-}\mathrm{i}\\
5505 \mathrm{i} & 0\end{array}\end{matrix}\raisebox {-5.3mm}{}$
5506 \end_inset
5507
5508
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 </row>
5514 </lyxtabular>
5515
5516 \end_inset
5517
5518
5519 \begin_inset Space \hfill{}
5520 \end_inset
5521
5522
5523 \end_layout
5524
5525 \begin_layout Standard
5526 \begin_inset VSpace medskip
5527 \end_inset
5528
5529 Wurde z.
5530 \begin_inset Space \thinspace{}
5531 \end_inset
5532
5533 B.
5534  
5535 \series bold
5536
5537 \backslash
5538 vmatrix
5539 \series default
5540  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5541  in das die Matrix eingefügt wird.
5542 \end_layout
5543
5544 \begin_layout Standard
5545 \begin_inset VSpace bigskip
5546 \end_inset
5547
5548 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5549 \begin_inset CommandInset ref
5550 LatexCommand ref
5551 reference "sub:Spaltenabstand"
5552
5553 \end_inset
5554
5555  beschriebene Länge 
5556 \series bold
5557
5558 \backslash
5559 arraycolsep
5560 \series default
5561
5562 \begin_inset Index
5563 status collapsed
5564
5565 \begin_layout Plain Layout
5566 Befehle ! A ! 
5567 \backslash
5568 arraycolsep
5569 \end_layout
5570
5571 \end_inset
5572
5573  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5574 \end_layout
5575
5576 \begin_layout Standard
5577 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5578 \series bold
5579
5580 \backslash
5581 arraystretch
5582 \series default
5583
5584 \begin_inset Index
5585 status collapsed
5586
5587 \begin_layout Plain Layout
5588 Befehle ! A ! 
5589 \backslash
5590 arraystretch
5591 \end_layout
5592
5593 \end_inset
5594
5595 .
5596  Dieser wird folgendermaßen benutzt:
5597 \end_layout
5598
5599 \begin_layout Standard
5600
5601 \series bold
5602
5603 \backslash
5604 renewcommand{
5605 \backslash
5606 arraystretch}{Dehnungsfaktor}
5607 \begin_inset Index
5608 status collapsed
5609
5610 \begin_layout Plain Layout
5611 Befehle ! R ! 
5612 \backslash
5613 renewcommand
5614 \end_layout
5615
5616 \end_inset
5617
5618
5619 \end_layout
5620
5621 \begin_layout Standard
5622 Der Befehl 
5623 \series bold
5624
5625 \backslash
5626 renewcommand
5627 \series default
5628  weist dabei dem vordefinierten Befehl 
5629 \series bold
5630
5631 \backslash
5632 arraystretch
5633 \series default
5634  den Dehnungsfaktor zu.
5635  Möchte man z.
5636 \begin_inset Space \thinspace{}
5637 \end_inset
5638
5639 B.
5640  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5641  Dieser wird dann für alle folgenden Matrizen verwendet.
5642  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5643 \series bold
5644
5645 \backslash
5646 arraystretch
5647 \series default
5648  den Faktor 1 zu.
5649 \end_layout
5650
5651 \begin_layout Standard
5652 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5653 \series bold
5654
5655 \backslash
5656 smallmatrix
5657 \series default
5658
5659 \begin_inset Index
5660 status collapsed
5661
5662 \begin_layout Plain Layout
5663 Befehle ! S ! 
5664 \backslash
5665 smallmatrix
5666 \end_layout
5667
5668 \end_inset
5669
5670 .
5671  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5672  gestrichelten Linien.
5673  In dieses Kästchen wird die Matrix eingegeben.
5674  Man verwendet stattdessen das Menü 
5675 \family sans
5676 Bearbeiten\SpecialChar \menuseparator
5677 Zeilen
5678 \begin_inset Space ~
5679 \end_inset
5680
5681 &
5682 \begin_inset Space ~
5683 \end_inset
5684
5685 Spalten
5686 \family default
5687  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5688  Neue Zeilen können auch mit 
5689 \family sans
5690 Strg-Enter
5691 \family default
5692  erstellt werden.
5693 \end_layout
5694
5695 \begin_layout Standard
5696 Dies ist eine Matrix 
5697 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5698 C & D\end{smallmatrix}\right)$
5699 \end_inset
5700
5701  in einer Textzeile.
5702 \end_layout
5703
5704 \begin_layout Section
5705 Klammern und Begrenzungszeichen
5706 \begin_inset Index
5707 status collapsed
5708
5709 \begin_layout Plain Layout
5710 Klammern
5711 \end_layout
5712
5713 \end_inset
5714
5715
5716 \begin_inset Index
5717 status collapsed
5718
5719 \begin_layout Plain Layout
5720 Begrenzungszeichen
5721 \end_layout
5722
5723 \end_inset
5724
5725
5726 \end_layout
5727
5728 \begin_layout Subsection
5729 Vertikale Klammern und Begrenzungszeichen
5730 \begin_inset Index
5731 status collapsed
5732
5733 \begin_layout Plain Layout
5734 Klammern ! vertikale
5735 \end_layout
5736
5737 \end_inset
5738
5739
5740 \end_layout
5741
5742 \begin_layout Standard
5743 \begin_inset Space \hfill{}
5744 \end_inset
5745
5746
5747 \begin_inset Tabular
5748 <lyxtabular version="3" rows="9" columns="2">
5749 <features>
5750 <column alignment="center" valignment="top" width="0pt">
5751 <column alignment="center" valignment="top" width="0pt">
5752 <row>
5753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 Befehl
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 Ergebnis
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 </row>
5772 <row>
5773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 (
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786 \begin_inset Formula $($
5787 \end_inset
5788
5789
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 </row>
5795 <row>
5796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 {
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 \begin_inset Formula $\{$
5810 \end_inset
5811
5812
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 </row>
5818 <row>
5819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823 [
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 \begin_inset Formula $[$
5833 \end_inset
5834
5835
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 </row>
5841 <row>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846
5847 \backslash
5848 langle
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857 \begin_inset Formula $\langle$
5858 \end_inset
5859
5860
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 </row>
5866 <row>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871
5872 \backslash
5873 lceil
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 \begin_inset Formula $\lceil$
5883 \end_inset
5884
5885
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 </row>
5891 <row>
5892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896
5897 \backslash
5898 lfloor
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 \begin_inset Formula $\lfloor$
5908 \end_inset
5909
5910
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 </row>
5916 <row>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 /
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 \begin_inset Formula $/$
5931 \end_inset
5932
5933
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 </row>
5939 <row>
5940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 |
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 \begin_inset Formula $|$
5954 \end_inset
5955
5956
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 </row>
5962 </lyxtabular>
5963
5964 \end_inset
5965
5966
5967 \begin_inset Space \hfill{}
5968 \end_inset
5969
5970
5971 \begin_inset Tabular
5972 <lyxtabular version="3" rows="9" columns="2">
5973 <features>
5974 <column alignment="center" valignment="top" width="0pt">
5975 <column alignment="center" valignment="top" width="0pt">
5976 <row>
5977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 Befehl
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 Ergebnis
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 </row>
5996 <row>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 )
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 \begin_inset Formula $)$
6011 \end_inset
6012
6013
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 </row>
6019 <row>
6020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 }
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 \begin_inset Formula $\}$
6034 \end_inset
6035
6036
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 </row>
6042 <row>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 ]
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 \begin_inset Formula $]$
6057 \end_inset
6058
6059
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 </row>
6065 <row>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070
6071 \backslash
6072 rangle
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 \begin_inset Formula $\rangle$
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 </row>
6090 <row>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095
6096 \backslash
6097 rceil
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106 \begin_inset Formula $\rceil$
6107 \end_inset
6108
6109
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 </row>
6115 <row>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120
6121 \backslash
6122 rfloor
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 \begin_inset Formula $\rfloor$
6132 \end_inset
6133
6134
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 </row>
6140 <row>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145
6146 \backslash
6147
6148 \backslash
6149
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 \begin_inset Formula $\backslash$
6159 \end_inset
6160
6161
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 </row>
6167 <row>
6168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172
6173 \backslash
6174 |
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 \begin_inset Formula $\|$
6184 \end_inset
6185
6186
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 </row>
6192 </lyxtabular>
6193
6194 \end_inset
6195
6196
6197 \begin_inset Space \hfill{}
6198 \end_inset
6199
6200
6201 \end_layout
6202
6203 \begin_layout Standard
6204
6205 \series medium
6206 \begin_inset Note Greyedout
6207 status open
6208
6209 \begin_layout Plain Layout
6210
6211 \series bold
6212 Achtung:
6213 \series default
6214  Im TeX-Modus muss für den Backslash der Befehl 
6215 \series bold
6216
6217 \backslash
6218 textbackslash
6219 \series default
6220
6221 \begin_inset Index
6222 status collapsed
6223
6224 \begin_layout Plain Layout
6225 Befehle ! T ! 
6226 \backslash
6227 textbackslash
6228 \end_layout
6229
6230 \end_inset
6231
6232  verwendet werden, denn der Befehl 
6233 \series bold
6234
6235 \backslash
6236
6237 \backslash
6238
6239 \series default
6240  steht dort für einen Zeilenumbruch.
6241 \end_layout
6242
6243 \end_inset
6244
6245
6246 \end_layout
6247
6248 \begin_layout Standard
6249 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6250  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6251  Dabei können dann statt den Befehlen 
6252 \series bold
6253
6254 \backslash
6255 langle
6256 \series default
6257  und 
6258 \series bold
6259
6260 \backslash
6261 rangle
6262 \series default
6263  direkt die Zeichen < und > verwendet werden.
6264 \end_layout
6265
6266 \begin_layout Subsubsection
6267 Manuelle Klammergrößen
6268 \begin_inset CommandInset label
6269 LatexCommand label
6270 name "sub:Manuelle-Klammergrößen"
6271
6272 \end_inset
6273
6274
6275 \begin_inset Index
6276 status collapsed
6277
6278 \begin_layout Plain Layout
6279 Klammergrößen ! manuelle
6280 \end_layout
6281
6282 \end_inset
6283
6284
6285 \end_layout
6286
6287 \begin_layout Standard
6288 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6289  LaTeX-Befehle 
6290 \series bold
6291
6292 \backslash
6293 big
6294 \series default
6295
6296 \begin_inset Index
6297 status collapsed
6298
6299 \begin_layout Plain Layout
6300 Befehle ! B ! 
6301 \backslash
6302 big
6303 \end_layout
6304
6305 \end_inset
6306
6307
6308 \series bold
6309
6310 \backslash
6311 Big
6312 \series default
6313
6314 \series bold
6315
6316 \backslash
6317 bigg
6318 \series default
6319  und 
6320 \series bold
6321
6322 \backslash
6323 Bigg
6324 \series default
6325  tun.
6326  
6327 \series bold
6328
6329 \backslash
6330 big
6331 \series default
6332  steht hierbei für die kleinste und 
6333 \series bold
6334
6335 \backslash
6336 Bigg
6337 \series default
6338  für die größte Klammergröße.
6339 \end_layout
6340
6341 \begin_layout Standard
6342 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6343 \end_layout
6344
6345 \begin_layout Standard
6346 \align center
6347 \begin_inset Tabular
6348 <lyxtabular version="3" rows="2" columns="2">
6349 <features>
6350 <column alignment="center" valignment="top" width="0pt">
6351 <column alignment="center" valignment="top" width="0pt">
6352 <row>
6353 <cell alignment="center" valignment="top" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 einheitliche Klammergröße:
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox {-4mm}{}$
6367 \end_inset
6368
6369
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 </row>
6375 <row>
6376 <cell alignment="center" valignment="top" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 besser sieht das so aus:
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 \begin_inset Formula $\Big ((A+B)(A-B)\Big )^{C}$
6390 \end_inset
6391
6392
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 </row>
6398 </lyxtabular>
6399
6400 \end_inset
6401
6402
6403 \begin_inset Note Note
6404 status collapsed
6405
6406 \begin_layout Plain Layout
6407
6408 \series bold
6409
6410 \backslash
6411 raisebox
6412 \series default
6413  dient nur
6414 \end_layout
6415
6416 \begin_layout Plain Layout
6417 als Abstandhalter.
6418 \end_layout
6419
6420 \end_inset
6421
6422
6423 \end_layout
6424
6425 \begin_layout Standard
6426 Für die zweite Formel wurde der Befehl 
6427 \series bold
6428
6429 \backslash
6430 Big((A+B)(A-B)
6431 \backslash
6432 Big)^
6433 \begin_inset ERT
6434 status collapsed
6435
6436 \begin_layout Plain Layout
6437
6438
6439 \backslash
6440 leer 
6441 \end_layout
6442
6443 \end_inset
6444
6445 C
6446 \series default
6447  verwendet.
6448 \end_layout
6449
6450 \begin_layout Standard
6451 Hier alle Klammergrößen in der Übersicht:
6452 \end_layout
6453
6454 \begin_layout Standard
6455 \align center
6456
6457 \backslash
6458 Bigg(
6459 \backslash
6460 exp
6461 \backslash
6462 bigg<
6463 \backslash
6464 Big[
6465 \backslash
6466 big{
6467 \backslash
6468 ln(3x)
6469 \backslash
6470 big}^2
6471 \begin_inset ERT
6472 status collapsed
6473
6474 \begin_layout Plain Layout
6475
6476
6477 \backslash
6478 leer 
6479 \end_layout
6480
6481 \end_inset
6482
6483
6484 \backslash
6485 sin(x)
6486 \backslash
6487 Big]^
6488 \begin_inset ERT
6489 status collapsed
6490
6491 \begin_layout Plain Layout
6492
6493
6494 \backslash
6495 leer 
6496 \end_layout
6497
6498 \end_inset
6499
6500 A
6501 \begin_inset ERT
6502 status collapsed
6503
6504 \begin_layout Plain Layout
6505
6506
6507 \backslash
6508 leer 
6509 \end_layout
6510
6511 \end_inset
6512
6513
6514 \backslash
6515 bigg>
6516 \backslash
6517 Bigg)^0,5
6518 \end_layout
6519
6520 \begin_layout Standard
6521 \align center
6522 \begin_inset Formula $\Bigg (\exp\bigg <\Big [\big \{\ln(3x)\big \}^{2}\sin(x)\Big ]^{A}\bigg >\Bigg )^{0,5}$
6523 \end_inset
6524
6525
6526 \end_layout
6527
6528 \begin_layout Standard
6529 Es gibt außer den 
6530 \series bold
6531
6532 \backslash
6533 big
6534 \series default
6535 -Befehlen noch die Variante 
6536 \series bold
6537
6538 \backslash
6539 bigm
6540 \series default
6541
6542 \begin_inset Index
6543 status collapsed
6544
6545 \begin_layout Plain Layout
6546 Befehle ! B ! 
6547 \backslash
6548 bigm
6549 \end_layout
6550
6551 \end_inset
6552
6553 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6554  die Variante 
6555 \series bold
6556
6557 \backslash
6558 bigl
6559 \series default
6560 -
6561 \series bold
6562
6563 \backslash
6564 bigr
6565 \series default
6566
6567 \begin_inset Index
6568 status collapsed
6569
6570 \begin_layout Plain Layout
6571 Befehle ! B ! 
6572 \backslash
6573 bigl - 
6574 \backslash
6575 bigr
6576 \end_layout
6577
6578 \end_inset
6579
6580 , die keinen zusätzlichen Leerraum erzeugt.
6581  Das 
6582 \emph on
6583 l
6584 \emph default
6585  am Ende des Befehls 
6586 \series bold
6587
6588 \backslash
6589 bigl
6590 \series default
6591  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6592  ein 
6593 \emph on
6594 r
6595 \emph default
6596  ersetzt.
6597  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6598  sein.
6599 \end_layout
6600
6601 \begin_layout Standard
6602 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6603 \end_layout
6604
6605 \begin_layout Standard
6606 \align center
6607 \begin_inset Tabular
6608 <lyxtabular version="3" rows="5" columns="2">
6609 <features>
6610 <column alignment="center" valignment="middle" width="0">
6611 <column alignment="center" valignment="middle" width="0">
6612 <row>
6613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 Befehl
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Plain Layout
6626 Ergebnis
6627 \begin_inset Note Note
6628 status collapsed
6629
6630 \begin_layout Plain Layout
6631
6632 \series bold
6633
6634 \backslash
6635 raisebox
6636 \series default
6637  dient nur als Abstandhalter.
6638 \end_layout
6639
6640 \end_inset
6641
6642
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 </row>
6648 <row>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653
6654 \backslash
6655 Bigm(
6656 \backslash
6657 bigm(
6658 \backslash
6659 ln(3x)
6660 \backslash
6661 bigm)^2
6662 \begin_inset ERT
6663 status collapsed
6664
6665 \begin_layout Plain Layout
6666
6667
6668 \backslash
6669 leer 
6670 \end_layout
6671
6672 \end_inset
6673
6674
6675 \backslash
6676 Bigm)
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685 \begin_inset Formula $\raisebox {5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox {-3.25mm}{}$
6686 \end_inset
6687
6688
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 </row>
6694 <row>
6695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6696 \begin_inset Text
6697
6698 \begin_layout Plain Layout
6699
6700 \backslash
6701 Big(
6702 \backslash
6703 big(
6704 \backslash
6705 ln(3x)
6706 \backslash
6707 big)^2
6708 \begin_inset ERT
6709 status collapsed
6710
6711 \begin_layout Plain Layout
6712
6713
6714 \backslash
6715 leer 
6716 \end_layout
6717
6718 \end_inset
6719
6720
6721 \backslash
6722 Big)
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 \begin_inset Formula $\raisebox {5.5mm}{}\Big (\big (\ln(3x)\big )^{2}\Big )\raisebox {-3.25mm}{}$
6732 \end_inset
6733
6734
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 </row>
6740 <row>
6741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Plain Layout
6745
6746 \backslash
6747 Bigl(
6748 \backslash
6749 bigl(
6750 \backslash
6751 ln(3x)
6752 \backslash
6753 bigr)^2
6754 \begin_inset ERT
6755 status collapsed
6756
6757 \begin_layout Plain Layout
6758
6759
6760 \backslash
6761 leer 
6762 \end_layout
6763
6764 \end_inset
6765
6766
6767 \backslash
6768 Bigr)
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 \begin_inset Formula $\raisebox {5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox {-3.25mm}{}$
6778 \end_inset
6779
6780
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 </row>
6786 <row>
6787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791
6792 \backslash
6793 bigl)
6794 \backslash
6795 ln(3x)
6796 \backslash
6797 bigr(
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806 \begin_inset Formula $\raisebox {4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox {-2mm}{}$
6807 \end_inset
6808
6809
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 </row>
6815 </lyxtabular>
6816
6817 \end_inset
6818
6819
6820 \end_layout
6821
6822 \begin_layout Subsubsection
6823 Automatische Klammergrößen
6824 \begin_inset CommandInset label
6825 LatexCommand label
6826 name "sub:Automatische-Klammergrößen"
6827
6828 \end_inset
6829
6830
6831 \begin_inset Index
6832 status collapsed
6833
6834 \begin_layout Plain Layout
6835 Klammergrößen ! automatische
6836 \end_layout
6837
6838 \end_inset
6839
6840
6841 \end_layout
6842
6843 \begin_layout Standard
6844 Klammern variabler Größe können mit den Befehlen 
6845 \series bold
6846
6847 \backslash
6848 left
6849 \series default
6850
6851 \begin_inset Index
6852 status collapsed
6853
6854 \begin_layout Plain Layout
6855 Befehle ! L ! 
6856 \backslash
6857 left
6858 \end_layout
6859
6860 \end_inset
6861
6862  und 
6863 \series bold
6864
6865 \backslash
6866 right
6867 \series default
6868
6869 \begin_inset Index
6870 status collapsed
6871
6872 \begin_layout Plain Layout
6873 Befehle ! R ! 
6874 \backslash
6875 right
6876 \end_layout
6877
6878 \end_inset
6879
6880  oder über den Mathe-Werkzeugleistenknopf
6881 \family sans
6882  
6883 \family default
6884
6885 \begin_inset Graphics
6886         filename ../../images/dialog-show_mathdelimiter.png
6887         scale 85
6888
6889 \end_inset
6890
6891  eingefügt werden.
6892  Auf 
6893 \series bold
6894
6895 \backslash
6896 left
6897 \series default
6898  und 
6899 \series bold
6900
6901 \backslash
6902 right
6903 \series default
6904  muss unmittelbar die gewünschte Klammer folgen.
6905  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6906 \end_layout
6907
6908 \begin_layout Standard
6909 \align center
6910 normale Klammer: Der Befehl 
6911 \series bold
6912
6913 \backslash
6914 ln(
6915 \backslash
6916 frac
6917 \begin_inset ERT
6918 status collapsed
6919
6920 \begin_layout Plain Layout
6921
6922
6923 \backslash
6924 leer 
6925 \end_layout
6926
6927 \end_inset
6928
6929 A
6930 \begin_inset Formula $\downarrow$
6931 \end_inset
6932
6933 C
6934 \begin_inset ERT
6935 status collapsed
6936
6937 \begin_layout Plain Layout
6938
6939
6940 \backslash
6941 leer 
6942 \end_layout
6943
6944 \end_inset
6945
6946 )
6947 \series default
6948  ergibt
6949 \begin_inset Formula \[
6950 \ln(\frac{A}{C})\]
6951
6952 \end_inset
6953
6954
6955 \end_layout
6956
6957 \begin_layout Standard
6958 \align center
6959 mehrzeilige Klammer: Der Befehl 
6960 \series bold
6961
6962 \backslash
6963 ln
6964 \backslash
6965 left(
6966 \backslash
6967 frac
6968 \begin_inset ERT
6969 status collapsed
6970
6971 \begin_layout Plain Layout
6972
6973
6974 \backslash
6975 leer 
6976 \end_layout
6977
6978 \end_inset
6979
6980 A
6981 \begin_inset Formula $\downarrow$
6982 \end_inset
6983
6984 C
6985 \begin_inset ERT
6986 status collapsed
6987
6988 \begin_layout Plain Layout
6989
6990
6991 \backslash
6992 leer 
6993 \end_layout
6994
6995 \end_inset
6996
6997
6998 \backslash
6999 right)
7000 \series default
7001  ergibt
7002 \begin_inset Formula \[
7003 \ln\left(\frac{A}{C}\right)\]
7004
7005 \end_inset
7006
7007
7008 \end_layout
7009
7010 \begin_layout Standard
7011 An Stelle von 
7012 \series bold
7013
7014 \backslash
7015 left
7016 \series default
7017  und 
7018 \series bold
7019
7020 \backslash
7021 right
7022 \series default
7023  kann man die Tastenkürzel 
7024 \family sans
7025 Alt-m
7026 \begin_inset Space ~
7027 \end_inset
7028
7029 Klammer
7030 \family default
7031  verwenden.
7032  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7033  und dass die rechte Klammer gleich mit erstellt wird.
7034 \begin_inset Newline newline
7035 \end_inset
7036
7037 Der Befehl für das letzte Beispiel würde dann lauten: 
7038 \series bold
7039
7040 \backslash
7041 ln Alt-m
7042 \series default
7043  
7044 \series bold
7045 (
7046 \backslash
7047 frac
7048 \begin_inset ERT
7049 status collapsed
7050
7051 \begin_layout Plain Layout
7052
7053
7054 \backslash
7055 leer 
7056 \end_layout
7057
7058 \end_inset
7059
7060 A
7061 \begin_inset Formula $\downarrow$
7062 \end_inset
7063
7064 C
7065 \end_layout
7066
7067 \begin_layout Standard
7068 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7069  Klammer einen Punkt.
7070  So ergibt z.
7071 \begin_inset Space \thinspace{}
7072 \end_inset
7073
7074 B.
7075  der Befehl 
7076 \series bold
7077
7078 \backslash
7079 left.
7080 \backslash
7081 frac
7082 \begin_inset ERT
7083 status collapsed
7084
7085 \begin_layout Plain Layout
7086
7087
7088 \backslash
7089 leer 
7090 \end_layout
7091
7092 \end_inset
7093
7094 A
7095 \begin_inset Formula $\downarrow$
7096 \end_inset
7097
7098 B
7099 \begin_inset ERT
7100 status collapsed
7101
7102 \begin_layout Plain Layout
7103
7104
7105 \backslash
7106 leer 
7107 \end_layout
7108
7109 \end_inset
7110
7111
7112 \backslash
7113 right}
7114 \series default
7115
7116 \begin_inset Space \thinspace{}
7117 \end_inset
7118
7119 :
7120 \series bold
7121
7122 \begin_inset Formula \[
7123 \left.\frac{A}{B}\right\} \]
7124
7125 \end_inset
7126
7127
7128 \series default
7129 Die Befehle 
7130 \series bold
7131
7132 \backslash
7133 left
7134 \series default
7135  und 
7136 \series bold
7137
7138 \backslash
7139 right
7140 \series default
7141  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7142  umgewandelt.
7143  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7144 \end_layout
7145
7146 \begin_layout Standard
7147 \begin_inset VSpace bigskip
7148 \end_inset
7149
7150 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7151  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7152  Befehl 
7153 \series bold
7154
7155 \backslash
7156 middle
7157 \series default
7158
7159 \begin_inset Index
7160 status collapsed
7161
7162 \begin_layout Plain Layout
7163 Befehle ! M ! 
7164 \backslash
7165 middle
7166 \end_layout
7167
7168 \end_inset
7169
7170  zur Verfügung.
7171  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7172  angepasst, was z.
7173 \begin_inset Space \thinspace{}
7174 \end_inset
7175
7176 B.
7177  für physikalische Vektoren von Nutzen ist:
7178 \begin_inset Formula \[
7179 \left\langle \phi\:\middle |\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7180
7181 \end_inset
7182
7183 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7184 \begin_inset CommandInset ref
7185 LatexCommand ref
7186 reference "sub:Physikalische-Vektoren"
7187
7188 \end_inset
7189
7190  beschrieben ist.
7191 \end_layout
7192
7193 \begin_layout Subsection
7194 Horizontale Klammern
7195 \begin_inset Index
7196 status collapsed
7197
7198 \begin_layout Plain Layout
7199 Klammern ! horizontale
7200 \end_layout
7201
7202 \end_inset
7203
7204
7205 \end_layout
7206
7207 \begin_layout Standard
7208 \align center
7209 \begin_inset Tabular
7210 <lyxtabular version="3" rows="4" columns="2">
7211 <features>
7212 <column alignment="center" valignment="top" width="0pt">
7213 <column alignment="center" valignment="top" width="0pt">
7214 <row>
7215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 Befehl
7220 \begin_inset Note Note
7221 status collapsed
7222
7223 \begin_layout Plain Layout
7224
7225 \series bold
7226
7227 \backslash
7228 raisebox
7229 \series default
7230  dient nur als Abstandhalter.
7231 \end_layout
7232
7233 \end_inset
7234
7235
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 Ergebnis
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 </row>
7250 <row>
7251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255 \begin_inset ERT
7256 status collapsed
7257
7258 \begin_layout Plain Layout
7259
7260
7261 \backslash
7262 raisebox{2.3mm}{
7263 \end_layout
7264
7265 \end_inset
7266
7267
7268 \backslash
7269 overbrace
7270 \begin_inset ERT
7271 status collapsed
7272
7273 \begin_layout Plain Layout
7274
7275
7276 \backslash
7277 leer 
7278 \end_layout
7279
7280 \end_inset
7281
7282 A+B
7283 \begin_inset ERT
7284 status collapsed
7285
7286 \begin_layout Plain Layout
7287
7288
7289 \backslash
7290 leer 
7291 \end_layout
7292
7293 \end_inset
7294
7295 ^
7296 \begin_inset ERT
7297 status collapsed
7298
7299 \begin_layout Plain Layout
7300
7301
7302 \backslash
7303 leer 
7304 \end_layout
7305
7306 \end_inset
7307
7308 3
7309 \begin_inset ERT
7310 status collapsed
7311
7312 \begin_layout Plain Layout
7313
7314 }
7315 \end_layout
7316
7317 \end_inset
7318
7319
7320 \begin_inset Index
7321 status collapsed
7322
7323 \begin_layout Plain Layout
7324 Befehle ! O ! 
7325 \backslash
7326 overbrace
7327 \end_layout
7328
7329 \end_inset
7330
7331
7332 \end_layout
7333
7334 \end_inset
7335 </cell>
7336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Plain Layout
7340 \begin_inset Formula $\overbrace{A+B}^{3}$
7341 \end_inset
7342
7343
7344 \end_layout
7345
7346 \end_inset
7347 </cell>
7348 </row>
7349 <row>
7350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354 \begin_inset ERT
7355 status collapsed
7356
7357 \begin_layout Plain Layout
7358
7359
7360 \backslash
7361 raisebox{-2.2mm}{
7362 \end_layout
7363
7364 \end_inset
7365
7366
7367 \backslash
7368 underbrace
7369 \begin_inset ERT
7370 status collapsed
7371
7372 \begin_layout Plain Layout
7373
7374
7375 \backslash
7376 leer 
7377 \end_layout
7378
7379 \end_inset
7380
7381 A+B
7382 \begin_inset ERT
7383 status collapsed
7384
7385 \begin_layout Plain Layout
7386
7387
7388 \backslash
7389 leer 
7390 \end_layout
7391
7392 \end_inset
7393
7394 _5
7395 \begin_inset ERT
7396 status collapsed
7397
7398 \begin_layout Plain Layout
7399
7400 }
7401 \end_layout
7402
7403 \end_inset
7404
7405
7406 \begin_inset Index
7407 status collapsed
7408
7409 \begin_layout Plain Layout
7410 Befehle ! U ! 
7411 \backslash
7412 underbrace
7413 \end_layout
7414
7415 \end_inset
7416
7417
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426 \begin_inset Formula $\underbrace{A+B}_{5}$
7427 \end_inset
7428
7429
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 </row>
7435 <row>
7436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440
7441 \backslash
7442 overbrace
7443 \begin_inset ERT
7444 status collapsed
7445
7446 \begin_layout Plain Layout
7447
7448
7449 \backslash
7450 leer 
7451 \end_layout
7452
7453 \end_inset
7454
7455
7456 \backslash
7457 underbrace
7458 \begin_inset ERT
7459 status collapsed
7460
7461 \begin_layout Plain Layout
7462
7463
7464 \backslash
7465 leer 
7466 \end_layout
7467
7468 \end_inset
7469
7470 A+B_w
7471 \begin_inset ERT
7472 status collapsed
7473
7474 \begin_layout Plain Layout
7475
7476
7477 \backslash
7478 leer 
7479 \end_layout
7480
7481 \end_inset
7482
7483
7484 \begin_inset ERT
7485 status collapsed
7486
7487 \begin_layout Plain Layout
7488
7489
7490 \backslash
7491 leer 
7492 \end_layout
7493
7494 \end_inset
7495
7496 _7
7497 \begin_inset ERT
7498 status collapsed
7499
7500 \begin_layout Plain Layout
7501
7502
7503 \backslash
7504 leer 
7505 \end_layout
7506
7507 \end_inset
7508
7509
7510 \begin_inset ERT
7511 status collapsed
7512
7513 \begin_layout Plain Layout
7514
7515
7516 \backslash
7517 leer 
7518 \end_layout
7519
7520 \end_inset
7521
7522 ^
7523 \begin_inset ERT
7524 status collapsed
7525
7526 \begin_layout Plain Layout
7527
7528
7529 \backslash
7530 leer 
7531 \end_layout
7532
7533 \end_inset
7534
7535 C
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7545 \end_inset
7546
7547
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 </row>
7553 </lyxtabular>
7554
7555 \end_inset
7556
7557
7558 \end_layout
7559
7560 \begin_layout Standard
7561 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7562 \series bold
7563
7564 \backslash
7565 overbrace
7566 \series default
7567  oder 
7568 \series bold
7569
7570 \backslash
7571 underbrace
7572 \series default
7573  eingibt.
7574 \end_layout
7575
7576 \begin_layout Standard
7577 \begin_inset VSpace bigskip
7578 \end_inset
7579
7580 Benötigt man Klammern, die sich überschneiden, muss man die in 
7581 \begin_inset CommandInset ref
7582 LatexCommand ref
7583 reference "sec:Mehrzeilige-Formeln"
7584
7585 \end_inset
7586
7587  beschriebenen mehrzeiligen Formeln verwenden:
7588 \begin_inset Formula \begin{eqnarray*}
7589 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7590  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7591
7592 \end_inset
7593
7594 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7595  Dabei ist es wichtig, dass vor dem ersten 
7596 \begin_inset Formula $d$
7597 \end_inset
7598
7599  der Abstandsbefehl
7600 \begin_inset Foot
7601 status collapsed
7602
7603 \begin_layout Plain Layout
7604 Abstandsbefehle sind in 
7605 \begin_inset CommandInset ref
7606 LatexCommand ref
7607 reference "sub:Vordefinierter-Leerraum"
7608
7609 \end_inset
7610
7611  erklärt.
7612 \end_layout
7613
7614 \end_inset
7615
7616  
7617 \series bold
7618
7619 \backslash
7620 :
7621 \series default
7622  eingegeben wird, denn die nach dem 
7623 \begin_inset Formula $q$
7624 \end_inset
7625
7626  endende Klammer verhindert, dass das nachfolgende 
7627 \begin_inset Quotes gld
7628 \end_inset
7629
7630 +
7631 \begin_inset Quotes grd
7632 \end_inset
7633
7634  von Leerraum umgeben ist.
7635 \begin_inset Foot
7636 status collapsed
7637
7638 \begin_layout Plain Layout
7639 weil eine Klammer nicht als Zeichen gilt, siehe 
7640 \begin_inset CommandInset ref
7641 LatexCommand ref
7642 reference "sub:Binäre-Operatoren"
7643
7644 \end_inset
7645
7646
7647 \end_layout
7648
7649 \end_inset
7650
7651  In die zweite Zeile wird die zweite Klammer eingegeben.
7652  Da sie vor dem 
7653 \begin_inset Formula $b$
7654 \end_inset
7655
7656  beginnen soll, gibt man zuerst 
7657 \series bold
7658
7659 \backslash
7660 hphantom{gggg+
7661 \backslash
7662 :}
7663 \series default
7664  ein.
7665 \begin_inset Foot
7666 status collapsed
7667
7668 \begin_layout Plain Layout
7669 mehr zu 
7670 \series bold
7671
7672 \backslash
7673 hphantom
7674 \series default
7675  siehe 
7676 \begin_inset CommandInset ref
7677 LatexCommand ref
7678 reference "sub:Platzhalter"
7679
7680 \end_inset
7681
7682 .
7683 \end_layout
7684
7685 \end_inset
7686
7687  Dieser Leerraum wird benötigt, weil das 
7688 \begin_inset Quotes gld
7689 \end_inset
7690
7691 +
7692 \begin_inset Quotes grd
7693 \end_inset
7694
7695  in der Formel auch von Leerraum umgeben ist.
7696  Die Klammer wird unter den Befehl 
7697 \series bold
7698
7699 \backslash
7700 hphantom{bbqq+dddd}
7701 \series default
7702  gesetzt.
7703 \end_layout
7704
7705 \begin_layout Standard
7706 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7707 n, wie in folgendem Beispiel:
7708 \begin_inset ERT
7709 status collapsed
7710
7711 \begin_layout Plain Layout
7712
7713
7714 \backslash
7715 setlength{
7716 \backslash
7717 jot}{-6pt}
7718 \end_layout
7719
7720 \end_inset
7721
7722
7723 \begin_inset Formula \begin{eqnarray*}
7724  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7725 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7726
7727 \end_inset
7728
7729
7730 \begin_inset ERT
7731 status collapsed
7732
7733 \begin_layout Plain Layout
7734
7735
7736 \backslash
7737 setlength{
7738 \backslash
7739 jot}{3pt}
7740 \end_layout
7741
7742 \end_inset
7743
7744 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7745  mit dem Unterschied, dass sich die Klammer oben befindet.
7746  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7747  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7748  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7749  werden.
7750  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7751 \begin_inset Foot
7752 status collapsed
7753
7754 \begin_layout Plain Layout
7755 \begin_inset CommandInset href
7756 LatexCommand href
7757 name "LyX-Fehler #1505"
7758 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7759
7760 \end_inset
7761
7762
7763 \end_layout
7764
7765 \end_inset
7766
7767 .
7768  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7769 \series bold
7770
7771 \backslash
7772 jot
7773 \series default
7774
7775 \begin_inset Index
7776 status collapsed
7777
7778 \begin_layout Plain Layout
7779 Befehle ! J ! 
7780 \backslash
7781 jot
7782 \end_layout
7783
7784 \end_inset
7785
7786  vor der Formel mit dem Befehl 
7787 \series bold
7788
7789 \backslash
7790 setlength{
7791 \backslash
7792 jot}{-6pt}
7793 \series default
7794  im TeX-Modus auf den Wert -6
7795 \begin_inset Space \thinspace{}
7796 \end_inset
7797
7798 pt geändert.
7799  Nach der Formel wird 
7800 \series bold
7801
7802 \backslash
7803 jot
7804 \series default
7805  mit demselben Befehl wieder auf den Standardwert 3
7806 \begin_inset Space \thinspace{}
7807 \end_inset
7808
7809 pt zurückgesetzt.
7810  Genaueres zum Zeilenabstand in Formeln ist in 
7811 \begin_inset CommandInset ref
7812 LatexCommand ref
7813 reference "sub:Zeilenabstand"
7814
7815 \end_inset
7816
7817  erklärt.
7818 \end_layout
7819
7820 \begin_layout Section
7821 Pfeile
7822 \begin_inset Index
7823 status collapsed
7824
7825 \begin_layout Plain Layout
7826 Pfeile
7827 \end_layout
7828
7829 \end_inset
7830
7831
7832 \end_layout
7833
7834 \begin_layout Standard
7835 Pfeile können über den Mathe-Werkzeugleistenknopf 
7836 \begin_inset Graphics
7837         filename ../../images/math/leftarrow.png
7838         scale 85
7839
7840 \end_inset
7841
7842  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7843  aufgelistet sind.
7844 \end_layout
7845
7846 \begin_layout Subsection
7847 Horizontale Pfeile
7848 \begin_inset Index
7849 status collapsed
7850
7851 \begin_layout Plain Layout
7852 Pfeile ! horizontale
7853 \end_layout
7854
7855 \end_inset
7856
7857
7858 \end_layout
7859
7860 \begin_layout Standard
7861 \begin_inset Space \hfill{}
7862 \end_inset
7863
7864
7865 \begin_inset Tabular
7866 <lyxtabular version="3" rows="8" columns="2">
7867 <features>
7868 <column alignment="center" valignment="top" width="0pt">
7869 <column alignment="center" valignment="top" width="0pt">
7870 <row>
7871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875 Befehl
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884 Ergebnis
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 </row>
7890 <row>
7891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895
7896 \backslash
7897 gets
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 \begin_inset Formula $\gets$
7907 \end_inset
7908
7909
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 </row>
7915 <row>
7916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \backslash
7922 Leftarrow
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 \begin_inset Formula $\Leftarrow$
7932 \end_inset
7933
7934
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 </row>
7940 <row>
7941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \backslash
7947 longleftarrow
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 \begin_inset Formula $\longleftarrow$
7957 \end_inset
7958
7959
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 </row>
7965 <row>
7966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970
7971 \backslash
7972 Longleftarrow
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981 \begin_inset Formula $\Longleftarrow$
7982 \end_inset
7983
7984
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 </row>
7990 <row>
7991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995
7996 \backslash
7997 leftharpoonup
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006 \begin_inset Formula $\leftharpoonup$
8007 \end_inset
8008
8009
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 </row>
8015 <row>
8016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \backslash
8022 leftharpoondown
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 \begin_inset Formula $\leftharpoondown$
8032 \end_inset
8033
8034
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 </row>
8040 <row>
8041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045
8046 \backslash
8047 hookleftarrow
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 \begin_inset Formula $\hookleftarrow$
8057 \end_inset
8058
8059
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 </row>
8065 </lyxtabular>
8066
8067 \end_inset
8068
8069
8070 \begin_inset Space \hfill{}
8071 \end_inset
8072
8073
8074 \begin_inset Tabular
8075 <lyxtabular version="3" rows="8" columns="2">
8076 <features>
8077 <column alignment="center" valignment="top" width="0pt">
8078 <column alignment="center" valignment="top" width="0pt">
8079 <row>
8080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 Befehl
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 Ergebnis
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 </row>
8099 <row>
8100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104
8105 \backslash
8106 to
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 \begin_inset Formula $\to$
8116 \end_inset
8117
8118
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 </row>
8124 <row>
8125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \backslash
8131 Rightarrow
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 \begin_inset Formula $\Rightarrow$
8141 \end_inset
8142
8143
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 </row>
8149 <row>
8150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154
8155 \backslash
8156 longrightarrow
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 \begin_inset Formula $\longrightarrow$
8166 \end_inset
8167
8168
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 <row>
8175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179
8180 \backslash
8181 Longrightarrow
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 \begin_inset Formula $\Longrightarrow$
8191 \end_inset
8192
8193
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 </row>
8199 <row>
8200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204
8205 \backslash
8206 rightharpoonup
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 \begin_inset Formula $\rightharpoonup$
8216 \end_inset
8217
8218
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 </row>
8224 <row>
8225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229
8230 \backslash
8231 rightharpoondown
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 \begin_inset Formula $\rightharpoondown$
8241 \end_inset
8242
8243
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 </row>
8249 <row>
8250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254
8255 \backslash
8256 hookrightarrow
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 \begin_inset Formula $\hookrightarrow$
8266 \end_inset
8267
8268
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 </row>
8274 </lyxtabular>
8275
8276 \end_inset
8277
8278
8279 \begin_inset Space \hfill{}
8280 \end_inset
8281
8282
8283 \end_layout
8284
8285 \begin_layout Standard
8286 \begin_inset Space \hfill{}
8287 \end_inset
8288
8289
8290 \begin_inset Tabular
8291 <lyxtabular version="3" rows="6" columns="2">
8292 <features>
8293 <column alignment="center" valignment="top" width="0pt">
8294 <column alignment="center" valignment="top" width="0pt">
8295 <row>
8296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 Befehl
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 Ergebnis
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 </row>
8315 <row>
8316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320
8321 \backslash
8322 leftrightarrow
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 \begin_inset Formula $\leftrightarrow$
8332 \end_inset
8333
8334
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 </row>
8340 <row>
8341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345
8346 \backslash
8347 Leftrightarrow
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 \begin_inset Formula $\Leftrightarrow$
8357 \end_inset
8358
8359
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 </row>
8365 <row>
8366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370
8371 \backslash
8372 longleftrightarrow
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 \begin_inset Formula $\longleftrightarrow$
8382 \end_inset
8383
8384
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 </row>
8390 <row>
8391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395
8396 \backslash
8397 Longleftrightarrow
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 \begin_inset Formula $\Longleftrightarrow$
8407 \end_inset
8408
8409
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 </row>
8415 <row>
8416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420
8421 \backslash
8422 rightleftharpoons
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 \begin_inset Formula $\rightleftharpoons$
8432 \end_inset
8433
8434
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 </row>
8440 </lyxtabular>
8441
8442 \end_inset
8443
8444
8445 \begin_inset Space \hspace{}
8446 \length 25pt
8447 \end_inset
8448
8449
8450 \begin_inset Space \hfill{}
8451 \end_inset
8452
8453
8454 \begin_inset Tabular
8455 <lyxtabular version="3" rows="5" columns="2">
8456 <features>
8457 <column alignment="center" valignment="top" width="0pt">
8458 <column alignment="center" valignment="top" width="0pt">
8459 <row>
8460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 Befehl
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 Ergebnis
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \backslash
8486 mapsto
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 \begin_inset Formula $\mapsto$
8496 \end_inset
8497
8498
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 </row>
8504 <row>
8505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509
8510 \backslash
8511 longmapsto
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 \begin_inset Formula $\longmapsto$
8521 \end_inset
8522
8523
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 </row>
8529 <row>
8530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534
8535 \backslash
8536 leadsto
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545 \begin_inset Formula $\leadsto$
8546 \end_inset
8547
8548
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 </row>
8554 <row>
8555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559
8560 \backslash
8561 dasharrow
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 \begin_inset Formula $\dasharrow$
8571 \end_inset
8572
8573
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 </row>
8579 </lyxtabular>
8580
8581 \end_inset
8582
8583
8584 \begin_inset Space \hfill{}
8585 \end_inset
8586
8587
8588 \end_layout
8589
8590 \begin_layout Standard
8591 \begin_inset VSpace medskip
8592 \end_inset
8593
8594 Als Akzent verwendete Pfeile, wie z.
8595 \begin_inset Space \thinspace{}
8596 \end_inset
8597
8598 B.
8599  Vektorpfeile, sind in 
8600 \begin_inset CommandInset ref
8601 LatexCommand ref
8602 reference "sec:Akzente"
8603
8604 \end_inset
8605
8606  aufgelistet.
8607 \end_layout
8608
8609 \begin_layout Standard
8610 \begin_inset VSpace bigskip
8611 \end_inset
8612
8613 Des Weiteren gibt es die beschriftbaren Pfeile
8614 \begin_inset Index
8615 status collapsed
8616
8617 \begin_layout Plain Layout
8618 Pfeile ! beschriftbare
8619 \end_layout
8620
8621 \end_inset
8622
8623  
8624 \series bold
8625
8626 \backslash
8627 xleftarrow
8628 \series default
8629
8630 \begin_inset Index
8631 status collapsed
8632
8633 \begin_layout Plain Layout
8634 Befehle ! X ! 
8635 \backslash
8636 xleftarrow
8637 \end_layout
8638
8639 \end_inset
8640
8641  und 
8642 \series bold
8643
8644 \backslash
8645 xrightarrow
8646 \series default
8647
8648 \begin_inset Index
8649 status collapsed
8650
8651 \begin_layout Plain Layout
8652 Befehle ! X ! 
8653 \backslash
8654 xrightarrow
8655 \begin_inset VSpace 4mm
8656 \end_inset
8657
8658
8659 \end_layout
8660
8661 \end_inset
8662
8663 .
8664  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8665  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8666  Die Pfeillänge passt sich der Breite der Beschriftung an.
8667 \end_layout
8668
8669 \begin_layout Standard
8670 \align center
8671 \begin_inset Tabular
8672 <lyxtabular version="3" rows="3" columns="2">
8673 <features>
8674 <column alignment="center" valignment="top" width="0pt">
8675 <column alignment="center" valignment="top" width="0pt">
8676 <row>
8677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 Befehl
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 Ergebnis
8691 \begin_inset Note Note
8692 status collapsed
8693
8694 \begin_layout Plain Layout
8695
8696 \series bold
8697
8698 \backslash
8699 raisebox
8700 \series default
8701  dient nur als Abstandhalter.
8702 \end_layout
8703
8704 \end_inset
8705
8706
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 </row>
8712 <row>
8713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717 F(a)
8718 \backslash
8719 xleftarrow
8720 \begin_inset ERT
8721 status collapsed
8722
8723 \begin_layout Plain Layout
8724
8725
8726 \backslash
8727 leer 
8728 \end_layout
8729
8730 \end_inset
8731
8732 x=a
8733 \begin_inset Formula $\downarrow$
8734 \end_inset
8735
8736 x>0
8737 \begin_inset Formula $\to$
8738 \end_inset
8739
8740 F(x)
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 \begin_inset Formula $\raisebox {5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox {-4mm}{}$
8750 \end_inset
8751
8752
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 </row>
8758 <row>
8759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763 F(x)
8764 \backslash
8765 xrightarrow
8766 \begin_inset ERT
8767 status collapsed
8768
8769 \begin_layout Plain Layout
8770
8771
8772 \backslash
8773 leer 
8774 \end_layout
8775
8776 \end_inset
8777
8778 x=a
8779 \begin_inset Formula $\downarrow$
8780 \end_inset
8781
8782 x>0
8783 \begin_inset Formula $\to$
8784 \end_inset
8785
8786 F(a)
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795 \begin_inset Formula $\raisebox {5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox {-4mm}{}$
8796 \end_inset
8797
8798
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 </row>
8804 </lyxtabular>
8805
8806 \end_inset
8807
8808
8809 \end_layout
8810
8811 \begin_layout Subsection
8812 Vertikale und diagonale Pfeile
8813 \begin_inset Index
8814 status collapsed
8815
8816 \begin_layout Plain Layout
8817 Pfeile ! diagonale
8818 \end_layout
8819
8820 \end_inset
8821
8822
8823 \begin_inset Index
8824 status collapsed
8825
8826 \begin_layout Plain Layout
8827 Pfeile ! vertikale
8828 \end_layout
8829
8830 \end_inset
8831
8832
8833 \end_layout
8834
8835 \begin_layout Standard
8836 \begin_inset Space \hfill{}
8837 \end_inset
8838
8839
8840 \begin_inset Tabular
8841 <lyxtabular version="3" rows="7" columns="2">
8842 <features>
8843 <column alignment="center" valignment="top" width="0pt">
8844 <column alignment="center" valignment="top" width="0pt">
8845 <row>
8846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850 Befehl
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 Ergebnis
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 </row>
8865 <row>
8866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870
8871 \backslash
8872 uparrow
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 \begin_inset Formula $\uparrow$
8882 \end_inset
8883
8884
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 </row>
8890 <row>
8891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895
8896 \backslash
8897 Uparrow
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 \begin_inset Formula $\Uparrow$
8907 \end_inset
8908
8909
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 </row>
8915 <row>
8916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920
8921 \backslash
8922 updownarrow
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931 \begin_inset Formula $\updownarrow$
8932 \end_inset
8933
8934
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 </row>
8940 <row>
8941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945
8946 \backslash
8947 Updownarrow
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956 \begin_inset Formula $\Updownarrow$
8957 \end_inset
8958
8959
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 </row>
8965 <row>
8966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970
8971 \backslash
8972 Downarrow
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 \begin_inset Formula $\Downarrow$
8982 \end_inset
8983
8984
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 </row>
8990 <row>
8991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995
8996 \backslash
8997 downarrow
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 \begin_inset Formula $\downarrow$
9007 \end_inset
9008
9009
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 </row>
9015 </lyxtabular>
9016
9017 \end_inset
9018
9019
9020 \begin_inset Space \hfill{}
9021 \end_inset
9022
9023
9024 \begin_inset Tabular
9025 <lyxtabular version="3" rows="5" columns="2">
9026 <features>
9027 <column alignment="center" valignment="top" width="0pt">
9028 <column alignment="center" valignment="top" width="0pt">
9029 <row>
9030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034 Befehl
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 Ergebnis
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 </row>
9049 <row>
9050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054
9055 \backslash
9056 nearrow
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 \begin_inset Formula $\nearrow$
9066 \end_inset
9067
9068
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 </row>
9074 <row>
9075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079
9080 \backslash
9081 searrow
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 \begin_inset Formula $\searrow$
9091 \end_inset
9092
9093
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 </row>
9099 <row>
9100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104
9105 \backslash
9106 swarrow
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115 \begin_inset Formula $\swarrow$
9116 \end_inset
9117
9118
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 </row>
9124 <row>
9125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129
9130 \backslash
9131 nwarrow
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140 \begin_inset Formula $\nwarrow$
9141 \end_inset
9142
9143
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 </row>
9149 </lyxtabular>
9150
9151 \end_inset
9152
9153
9154 \begin_inset Space \hfill{}
9155 \end_inset
9156
9157
9158 \end_layout
9159
9160 \begin_layout Standard
9161 \begin_inset VSpace medskip
9162 \end_inset
9163
9164 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9165  
9166 \begin_inset CommandInset ref
9167 LatexCommand ref
9168 reference "sub:Manuelle-Klammergrößen"
9169
9170 \end_inset
9171
9172  und 
9173 \begin_inset CommandInset ref
9174 LatexCommand ref
9175 reference "sub:Automatische-Klammergrößen"
9176
9177 \end_inset
9178
9179  beschriebenen Befehlen verwendet werden.
9180 \end_layout
9181
9182 \begin_layout Section
9183 Akzente
9184 \begin_inset CommandInset label
9185 LatexCommand label
9186 name "sec:Akzente"
9187
9188 \end_inset
9189
9190
9191 \begin_inset Index
9192 status collapsed
9193
9194 \begin_layout Plain Layout
9195 Akzente
9196 \end_layout
9197
9198 \end_inset
9199
9200
9201 \end_layout
9202
9203 \begin_layout Standard
9204 Akzente können über den Mathe-Werkzeugleistenknopf 
9205 \begin_inset Graphics
9206         filename ../../images/math/hat.png
9207         scale 85
9208
9209 \end_inset
9210
9211  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9212  aufgelistet sind.
9213 \end_layout
9214
9215 \begin_layout Subsection
9216 Akzente für ein Zeichen
9217 \begin_inset ERT
9218 status collapsed
9219
9220 \begin_layout Plain Layout
9221
9222
9223 \backslash
9224 texorpdfstring{
9225 \end_layout
9226
9227 \end_inset
9228
9229
9230 \begin_inset Foot
9231 status collapsed
9232
9233 \begin_layout Plain Layout
9234 Akzente im Text siehe 
9235 \begin_inset CommandInset ref
9236 LatexCommand ref
9237 reference "sub:Sonderzeichen-Akzente"
9238
9239 \end_inset
9240
9241
9242 \end_layout
9243
9244 \end_inset
9245
9246
9247 \begin_inset ERT
9248 status collapsed
9249
9250 \begin_layout Plain Layout
9251
9252 }{}
9253 \end_layout
9254
9255 \end_inset
9256
9257
9258 \begin_inset Note Note
9259 status collapsed
9260
9261 \begin_layout Plain Layout
9262
9263 \series bold
9264
9265 \backslash
9266 texorpdfstring
9267 \series default
9268  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9269 \end_layout
9270
9271 \begin_layout Plain Layout
9272 Näheres zu 
9273 \series bold
9274
9275 \backslash
9276 texorpdfstring
9277 \series default
9278  steht in Kapitel 
9279 \begin_inset CommandInset ref
9280 LatexCommand ref
9281 reference "sub:Formeln-in-Überschriften"
9282
9283 \end_inset
9284
9285 .
9286 \end_layout
9287
9288 \end_inset
9289
9290
9291 \begin_inset CommandInset label
9292 LatexCommand label
9293 name "sub:Akzente-für-ein"
9294
9295 \end_inset
9296
9297
9298 \begin_inset Index
9299 status collapsed
9300
9301 \begin_layout Plain Layout
9302 Akzente ! für ein Zeichen
9303 \end_layout
9304
9305 \end_inset
9306
9307
9308 \end_layout
9309
9310 \begin_layout Standard
9311 \begin_inset Space \hfill{}
9312 \end_inset
9313
9314
9315 \begin_inset Tabular
9316 <lyxtabular version="3" rows="8" columns="2">
9317 <features>
9318 <column alignment="center" valignment="top" width="0pt">
9319 <column alignment="center" valignment="top" width="0pt">
9320 <row>
9321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325 Befehl
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334 Ergebnis
9335 \begin_inset Note Note
9336 status collapsed
9337
9338 \begin_layout Plain Layout
9339
9340 \series bold
9341
9342 \backslash
9343 raisebox
9344 \series default
9345  dient nur als Abstandhalter.
9346 \end_layout
9347
9348 \end_inset
9349
9350
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 </row>
9356 <row>
9357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361
9362 \backslash
9363 dot
9364 \begin_inset ERT
9365 status collapsed
9366
9367 \begin_layout Plain Layout
9368
9369
9370 \backslash
9371 leer 
9372 \end_layout
9373
9374 \end_inset
9375
9376 A
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 \begin_inset Formula $\raisebox {5mm}{}\dot{A}$
9386 \end_inset
9387
9388
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 </row>
9394 <row>
9395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399
9400 \backslash
9401 ddot
9402 \begin_inset ERT
9403 status collapsed
9404
9405 \begin_layout Plain Layout
9406
9407
9408 \backslash
9409 leer 
9410 \end_layout
9411
9412 \end_inset
9413
9414 A
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423 \begin_inset Formula $\raisebox {5mm}{}\ddot{A}$
9424 \end_inset
9425
9426
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 </row>
9432 <row>
9433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437
9438 \backslash
9439 dddot
9440 \begin_inset ERT
9441 status collapsed
9442
9443 \begin_layout Plain Layout
9444
9445
9446 \backslash
9447 leer 
9448 \end_layout
9449
9450 \end_inset
9451
9452 A
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 \begin_inset Formula $\raisebox {5mm}{}\dddot{A}$
9462 \end_inset
9463
9464
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 </row>
9470 <row>
9471 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475
9476 \backslash
9477 ddddot{A
9478 \end_layout
9479
9480 \end_inset
9481 </cell>
9482 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9483 \begin_inset Text
9484
9485 \begin_layout Plain Layout
9486 \begin_inset Formula $\raisebox {5mm}{}\ddddot {A}$
9487 \end_inset
9488
9489
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 </row>
9495 <row>
9496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Plain Layout
9500
9501 \backslash
9502 vec
9503 \begin_inset ERT
9504 status collapsed
9505
9506 \begin_layout Plain Layout
9507
9508
9509 \backslash
9510 leer 
9511 \end_layout
9512
9513 \end_inset
9514
9515 A
9516 \begin_inset Index
9517 status collapsed
9518
9519 \begin_layout Plain Layout
9520 Vektoren
9521 \end_layout
9522
9523 \end_inset
9524
9525
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534 \begin_inset Formula $\raisebox {5mm}{}\vec{A}$
9535 \end_inset
9536
9537
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 </row>
9543 <row>
9544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548
9549 \backslash
9550 bar
9551 \begin_inset ERT
9552 status collapsed
9553
9554 \begin_layout Plain Layout
9555
9556
9557 \backslash
9558 leer 
9559 \end_layout
9560
9561 \end_inset
9562
9563 A
9564 \end_layout
9565
9566 \end_inset
9567 </cell>
9568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572 \begin_inset Formula $\raisebox {5mm}{}\bar{A}$
9573 \end_inset
9574
9575
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 </row>
9581 <row>
9582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586
9587 \backslash
9588 mathring
9589 \begin_inset ERT
9590 status collapsed
9591
9592 \begin_layout Plain Layout
9593
9594
9595 \backslash
9596 leer 
9597 \end_layout
9598
9599 \end_inset
9600
9601 A
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610 \begin_inset Formula $\raisebox {5mm}{}\mathring{A}$
9611 \end_inset
9612
9613
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 </row>
9619 </lyxtabular>
9620
9621 \end_inset
9622
9623
9624 \begin_inset Space \hfill{}
9625 \end_inset
9626
9627
9628 \begin_inset Tabular
9629 <lyxtabular version="3" rows="7" columns="2">
9630 <features>
9631 <column alignment="center" valignment="top" width="0pt">
9632 <column alignment="center" valignment="top" width="0pt">
9633 <row>
9634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9635 \begin_inset Text
9636
9637 \begin_layout Plain Layout
9638 Befehl
9639 \end_layout
9640
9641 \end_inset
9642 </cell>
9643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647 Ergebnis
9648 \end_layout
9649
9650 \end_inset
9651 </cell>
9652 </row>
9653 <row>
9654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658
9659 \backslash
9660 tilde
9661 \begin_inset ERT
9662 status collapsed
9663
9664 \begin_layout Plain Layout
9665
9666
9667 \backslash
9668 leer 
9669 \end_layout
9670
9671 \end_inset
9672
9673 A
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9679 \begin_inset Text
9680
9681 \begin_layout Plain Layout
9682 \begin_inset Formula $\raisebox {5mm}{}\tilde{A}$
9683 \end_inset
9684
9685
9686 \end_layout
9687
9688 \end_inset
9689 </cell>
9690 </row>
9691 <row>
9692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696
9697 \backslash
9698 hat
9699 \begin_inset ERT
9700 status collapsed
9701
9702 \begin_layout Plain Layout
9703
9704
9705 \backslash
9706 leer 
9707 \end_layout
9708
9709 \end_inset
9710
9711 A
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Plain Layout
9720 \begin_inset Formula $\raisebox {5mm}{}\hat{A}$
9721 \end_inset
9722
9723
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 </row>
9729 <row>
9730 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734
9735 \backslash
9736 check
9737 \begin_inset ERT
9738 status collapsed
9739
9740 \begin_layout Plain Layout
9741
9742
9743 \backslash
9744 leer 
9745 \end_layout
9746
9747 \end_inset
9748
9749 A
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758 \begin_inset Formula $\raisebox {5mm}{}\check{A}$
9759 \end_inset
9760
9761
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 </row>
9767 <row>
9768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772
9773 \backslash
9774 acute
9775 \begin_inset ERT
9776 status collapsed
9777
9778 \begin_layout Plain Layout
9779
9780
9781 \backslash
9782 leer 
9783 \end_layout
9784
9785 \end_inset
9786
9787 A
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9793 \begin_inset Text
9794
9795 \begin_layout Plain Layout
9796 \begin_inset Formula $\raisebox {5mm}{}\acute{A}$
9797 \end_inset
9798
9799
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 </row>
9805 <row>
9806 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9807 \begin_inset Text
9808
9809 \begin_layout Plain Layout
9810
9811 \backslash
9812 grave
9813 \begin_inset ERT
9814 status collapsed
9815
9816 \begin_layout Plain Layout
9817
9818
9819 \backslash
9820 leer 
9821 \end_layout
9822
9823 \end_inset
9824
9825 A
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 \begin_inset Formula $\raisebox {5mm}{}\grave{A}$
9835 \end_inset
9836
9837
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 </row>
9843 <row>
9844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848
9849 \backslash
9850 breve
9851 \begin_inset ERT
9852 status collapsed
9853
9854 \begin_layout Plain Layout
9855
9856
9857 \backslash
9858 leer 
9859 \end_layout
9860
9861 \end_inset
9862
9863 A
9864 \end_layout
9865
9866 \end_inset
9867 </cell>
9868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872 \begin_inset Formula $\raisebox {5mm}{}\breve{A}$
9873 \end_inset
9874
9875
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 </row>
9881 </lyxtabular>
9882
9883 \end_inset
9884
9885
9886 \begin_inset Space \hfill{}
9887 \end_inset
9888
9889
9890 \end_layout
9891
9892 \begin_layout Standard
9893 \begin_inset VSpace bigskip
9894 \end_inset
9895
9896 Wenn man in einer Formel Umlaute
9897 \begin_inset Index
9898 status collapsed
9899
9900 \begin_layout Plain Layout
9901 Umlaute
9902 \end_layout
9903
9904 \end_inset
9905
9906  erstellen will, schreibt man ein Anführungszeichen vor den Selbstlaut.
9907  Diese beiden Zeichen bilden dann für LaTeX 
9908 \emph on
9909 ein
9910 \emph default
9911  Zeichen.
9912  Im Gegensatz zu 
9913 \series bold
9914
9915 \backslash
9916 ddot
9917 \series default
9918  entstehen damit 
9919 \begin_inset Quotes gld
9920 \end_inset
9921
9922 echte
9923 \begin_inset Quotes grd
9924 \end_inset
9925
9926  Umlaute, was folgendes Beispiel zeigt:
9927 \end_layout
9928
9929 \begin_layout Standard
9930 \begin_inset VSpace -2mm
9931 \end_inset
9932
9933
9934 \end_layout
9935
9936 \begin_layout Standard
9937 \align center
9938 \begin_inset Tabular
9939 <lyxtabular version="3" rows="3" columns="2">
9940 <features>
9941 <column alignment="center" valignment="top" width="0">
9942 <column alignment="center" valignment="top" width="0">
9943 <row>
9944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948 Befehl
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957 Ergebnis
9958 \begin_inset Note Note
9959 status collapsed
9960
9961 \begin_layout Plain Layout
9962
9963 \series bold
9964
9965 \backslash
9966 raisebox
9967 \series default
9968  dient nur als Abstandhalter.
9969 \end_layout
9970
9971 \end_inset
9972
9973
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 </row>
9979 <row>
9980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 \begin_inset Quotes grd
9985 \end_inset
9986
9987 i
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996 \begin_inset Formula $"i$
9997 \end_inset
9998
9999
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 </row>
10005 <row>
10006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010
10011 \backslash
10012 ddot
10013 \begin_inset ERT
10014 status collapsed
10015
10016 \begin_layout Plain Layout
10017
10018
10019 \backslash
10020 leer 
10021 \end_layout
10022
10023 \end_inset
10024
10025 i
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034 \begin_inset Formula $\raisebox {5mm}{}\ddot{i}$
10035 \end_inset
10036
10037
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 </row>
10043 </lyxtabular>
10044
10045 \end_inset
10046
10047
10048 \end_layout
10049
10050 \begin_layout Standard
10051 Ein weiterer Vorteil gegenüber 
10052 \series bold
10053
10054 \backslash
10055 ddot
10056 \series default
10057  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10058  denn die obigen Akzentbefehle sind 
10059 \emph on
10060 im mathematischen Text\SpecialChar \-
10061 modus nicht erlaubt
10062 \emph default
10063 .
10064  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10065  nur das Zeichen unter dem Akzent umgewandelt werden.
10066  Das gilt auch für alle anderen Umwandlungen wie z.
10067 \begin_inset Space \thinspace{}
10068 \end_inset
10069
10070 B.
10071  in kursiv oder fett.
10072 \end_layout
10073
10074 \begin_layout Standard
10075 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10076  direkt eingegeben werden.
10077 \end_layout
10078
10079 \begin_layout Subsection
10080 Akzente für Operatoren
10081 \begin_inset Index
10082 status collapsed
10083
10084 \begin_layout Plain Layout
10085 Akzente ! für Operatoren
10086 \end_layout
10087
10088 \end_inset
10089
10090
10091 \end_layout
10092
10093 \begin_layout Standard
10094 Zum Akzentuieren von Operatoren gibt es die Befehle 
10095 \series bold
10096
10097 \backslash
10098 overset
10099 \series default
10100
10101 \begin_inset Index
10102 status collapsed
10103
10104 \begin_layout Plain Layout
10105 Befehle ! O ! 
10106 \backslash
10107 overset
10108 \end_layout
10109
10110 \end_inset
10111
10112  und 
10113 \series bold
10114
10115 \backslash
10116 underset
10117 \series default
10118
10119 \begin_inset Index
10120 status collapsed
10121
10122 \begin_layout Plain Layout
10123 Befehle ! U ! 
10124 \backslash
10125 underset
10126 \end_layout
10127
10128 \end_inset
10129
10130 , mit denen man Zeichen über bzw.
10131  unter einen Operator setzen kann.
10132  Mit dem Befehl 
10133 \series bold
10134
10135 \backslash
10136 sideset
10137 \series default
10138
10139 \begin_inset Index
10140 status collapsed
10141
10142 \begin_layout Plain Layout
10143 Befehle ! S ! 
10144 \backslash
10145 sideset
10146 \end_layout
10147
10148 \end_inset
10149
10150  können Zeichen vor und nach einen Operator gesetzt werden.
10151  Das Befehlsschema lautet:
10152 \end_layout
10153
10154 \begin_layout Standard
10155
10156 \series bold
10157
10158 \backslash
10159 sideset{Zeichen
10160 \series default
10161  
10162 \series bold
10163 davor}{Zeichen
10164 \series default
10165  
10166 \series bold
10167 dahinter}
10168 \end_layout
10169
10170 \begin_layout Standard
10171
10172 \series bold
10173
10174 \backslash
10175 sideset
10176 \series default
10177  mussen immer vor dem zu akzentuierenden Operator stehen.
10178  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10179  Symbolen akzentuiert werden.
10180  Will man mit 
10181 \series bold
10182
10183 \backslash
10184 sideset
10185 \series default
10186  z.
10187 \begin_inset Space \thinspace{}
10188 \end_inset
10189
10190 B.
10191  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10192  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10193 \end_layout
10194
10195 \begin_layout Standard
10196 Z.
10197 \begin_inset Space \thinspace{}
10198 \end_inset
10199
10200 B.
10201  ergibt der Befehl 
10202 \series bold
10203
10204 \backslash
10205 sideset{
10206 \begin_inset Formula $\to$
10207 \end_inset
10208
10209
10210 \backslash
10211 {
10212 \series default
10213 '
10214 \series bold
10215
10216 \begin_inset Formula $\to$
10217 \end_inset
10218
10219
10220 \backslash
10221 sum_k=1
10222 \begin_inset ERT
10223 status collapsed
10224
10225 \begin_layout Plain Layout
10226
10227
10228 \backslash
10229 leer 
10230 \end_layout
10231
10232 \end_inset
10233
10234
10235 \series default
10236 ^
10237 \series bold
10238 n
10239 \series default
10240  :
10241 \begin_inset Formula \[
10242 \sideset {}{'}\sum_{k=1}^{n}\]
10243
10244 \end_inset
10245
10246
10247 \end_layout
10248
10249 \begin_layout Standard
10250 Der Befehl 
10251 \series bold
10252
10253 \backslash
10254 overset
10255 \begin_inset ERT
10256 status collapsed
10257
10258 \begin_layout Plain Layout
10259
10260
10261 \backslash
10262 leer 
10263 \end_layout
10264
10265 \end_inset
10266
10267
10268 \backslash
10269 maltese
10270 \begin_inset ERT
10271 status collapsed
10272
10273 \begin_layout Plain Layout
10274
10275
10276 \backslash
10277 leer 
10278 \end_layout
10279
10280 \end_inset
10281
10282
10283 \series default
10284
10285 \begin_inset Formula $\uparrow$
10286 \end_inset
10287
10288
10289 \series bold
10290 a
10291 \series default
10292  ergibt:
10293 \begin_inset Formula \[
10294 \overset{a}{\maltese}\]
10295
10296 \end_inset
10297
10298 Wie man am letzten Beispiel sieht, kann man mit 
10299 \series bold
10300
10301 \backslash
10302 overset
10303 \series default
10304  bzw.
10305  
10306 \series bold
10307
10308 \backslash
10309 underset
10310 \series default
10311  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10312 \series bold
10313
10314 \backslash
10315 sideset
10316 \series default
10317  ist dies nicht möglich.
10318 \end_layout
10319
10320 \begin_layout Subsection
10321 Akzente für mehrere Zeichen
10322 \begin_inset CommandInset label
10323 LatexCommand label
10324 name "sub:Akzente-für-mehrere"
10325
10326 \end_inset
10327
10328
10329 \begin_inset Index
10330 status collapsed
10331
10332 \begin_layout Plain Layout
10333 Akzente ! für mehrere Zeichen
10334 \end_layout
10335
10336 \end_inset
10337
10338
10339 \end_layout
10340
10341 \begin_layout Standard
10342 \begin_inset Space \hfill{}
10343 \end_inset
10344
10345
10346 \begin_inset Tabular
10347 <lyxtabular version="3" rows="5" columns="2">
10348 <features>
10349 <column alignment="center" valignment="top" width="0pt">
10350 <column alignment="center" valignment="top" width="0pt">
10351 <row>
10352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356 Befehl
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 Ergebnis
10366 \begin_inset Note Note
10367 status collapsed
10368
10369 \begin_layout Plain Layout
10370
10371 \series bold
10372
10373 \backslash
10374 raisebox
10375 \series default
10376  dient nur als Abstandhalter.
10377 \end_layout
10378
10379 \end_inset
10380
10381
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 </row>
10387 <row>
10388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392
10393 \backslash
10394 overleftarrow
10395 \begin_inset ERT
10396 status collapsed
10397
10398 \begin_layout Plain Layout
10399
10400
10401 \backslash
10402 leer 
10403 \end_layout
10404
10405 \end_inset
10406
10407 A=B
10408 \end_layout
10409
10410 \end_inset
10411 </cell>
10412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416 \begin_inset Formula $\raisebox {6mm}{}\overleftarrow{A=B}\raisebox {-2mm}{}$
10417 \end_inset
10418
10419
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 </row>
10425 <row>
10426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430
10431 \backslash
10432 underleftarrow
10433 \begin_inset ERT
10434 status collapsed
10435
10436 \begin_layout Plain Layout
10437
10438
10439 \backslash
10440 leer 
10441 \end_layout
10442
10443 \end_inset
10444
10445 A=B
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 \begin_inset Formula $\raisebox {5mm}{}\underleftarrow{A=B}\raisebox {-3mm}{}$
10455 \end_inset
10456
10457
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 </row>
10463 <row>
10464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468
10469 \backslash
10470 overleftrightarrow
10471 \begin_inset ERT
10472 status collapsed
10473
10474 \begin_layout Plain Layout
10475
10476
10477 \backslash
10478 leer 
10479 \end_layout
10480
10481 \end_inset
10482
10483 A=B
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 \begin_inset Formula $\raisebox {6mm}{}\overleftrightarrow{A=B}\raisebox {-2mm}{}$
10493 \end_inset
10494
10495
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 </row>
10501 <row>
10502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506
10507 \backslash
10508 underleftrightarrow
10509 \begin_inset ERT
10510 status collapsed
10511
10512 \begin_layout Plain Layout
10513
10514
10515 \backslash
10516 leer 
10517 \end_layout
10518
10519 \end_inset
10520
10521 A=B
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530 \begin_inset Formula $\raisebox {5mm}{}\underleftrightarrow{A=B}\raisebox {-3mm}{}$
10531 \end_inset
10532
10533
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 </row>
10539 </lyxtabular>
10540
10541 \end_inset
10542
10543
10544 \begin_inset Space \hfill{}
10545 \end_inset
10546
10547
10548 \begin_inset Tabular
10549 <lyxtabular version="3" rows="5" columns="2">
10550 <features>
10551 <column alignment="center" valignment="top" width="0pt">
10552 <column alignment="center" valignment="top" width="0pt">
10553 <row>
10554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 Befehl
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 Ergebnis
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 </row>
10573 <row>
10574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578
10579 \backslash
10580 overrightarrow
10581 \begin_inset ERT
10582 status collapsed
10583
10584 \begin_layout Plain Layout
10585
10586
10587 \backslash
10588 leer 
10589 \end_layout
10590
10591 \end_inset
10592
10593 A=B
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602 \begin_inset Formula $\raisebox {6mm}{}\overrightarrow{A=B}\raisebox {-2mm}{}$
10603 \end_inset
10604
10605
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row>
10612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \backslash
10618 underrightarrow
10619 \begin_inset ERT
10620 status collapsed
10621
10622 \begin_layout Plain Layout
10623
10624
10625 \backslash
10626 leer 
10627 \end_layout
10628
10629 \end_inset
10630
10631 A=B
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 \begin_inset Formula $\raisebox {5mm}{}\underrightarrow{A=B}\raisebox {-3mm}{}$
10641 \end_inset
10642
10643
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 </row>
10649 <row>
10650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654
10655 \backslash
10656 widetilde
10657 \begin_inset ERT
10658 status collapsed
10659
10660 \begin_layout Plain Layout
10661
10662
10663 \backslash
10664 leer 
10665 \end_layout
10666
10667 \end_inset
10668
10669 A=B
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 \begin_inset Formula $\raisebox {6mm}{}\widetilde{A=B}\raisebox {-2mm}{}$
10679 \end_inset
10680
10681
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 </row>
10687 <row>
10688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692
10693 \backslash
10694 widehat
10695 \begin_inset ERT
10696 status collapsed
10697
10698 \begin_layout Plain Layout
10699
10700
10701 \backslash
10702 leer 
10703 \end_layout
10704
10705 \end_inset
10706
10707 A=B
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716 \begin_inset Formula $\raisebox {6mm}{}\widehat{A=B}\raisebox {-2mm}{}$
10717 \end_inset
10718
10719
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 </row>
10725 </lyxtabular>
10726
10727 \end_inset
10728
10729
10730 \begin_inset Space \hfill{}
10731 \end_inset
10732
10733
10734 \end_layout
10735
10736 \begin_layout Standard
10737 \begin_inset VSpace medskip
10738 \end_inset
10739
10740 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10741  Die Akzente
10742 \begin_inset Newline linebreak
10743 \end_inset
10744
10745
10746 \series bold
10747
10748 \backslash
10749 widetilde
10750 \series default
10751  und 
10752 \series bold
10753
10754 \backslash
10755 widehat
10756 \series default
10757  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10758  was folgendes Beispiel verdeutlicht:
10759 \begin_inset Formula \[
10760 \widetilde{A+B=C-D}\]
10761
10762 \end_inset
10763
10764
10765 \end_layout
10766
10767 \begin_layout Standard
10768 Mit den im vorigen Kapitel beschriebenen Befehlen 
10769 \series bold
10770
10771 \backslash
10772 overset
10773 \series default
10774
10775 \begin_inset Index
10776 status collapsed
10777
10778 \begin_layout Plain Layout
10779 Befehle ! O ! 
10780 \backslash
10781 overset
10782 \end_layout
10783
10784 \end_inset
10785
10786  und 
10787 \series bold
10788
10789 \backslash
10790 underset
10791 \series default
10792
10793 \begin_inset Index
10794 status collapsed
10795
10796 \begin_layout Plain Layout
10797 Befehle ! U ! 
10798 \backslash
10799 underset
10800 \end_layout
10801
10802 \end_inset
10803
10804  ist es auch möglich mehrere Zeichen zu akzentuieren.
10805  Der Befehl 
10806 \series bold
10807
10808 \backslash
10809 underset
10810 \begin_inset ERT
10811 status collapsed
10812
10813 \begin_layout Plain Layout
10814
10815
10816 \backslash
10817 leer 
10818 \end_layout
10819
10820 \end_inset
10821
10822 A=B
10823 \begin_inset Formula $\downarrow$
10824 \end_inset
10825
10826 ***
10827 \series default
10828  ergibt:
10829 \begin_inset Formula \[
10830 \underset{***}{A=B}\]
10831
10832 \end_inset
10833
10834
10835 \end_layout
10836
10837 \begin_layout Section
10838 Leerraum
10839 \begin_inset CommandInset label
10840 LatexCommand label
10841 name "sub:Leerraum"
10842
10843 \end_inset
10844
10845
10846 \begin_inset Index
10847 status collapsed
10848
10849 \begin_layout Plain Layout
10850 Leerraum ! horizontaler
10851 \end_layout
10852
10853 \end_inset
10854
10855
10856 \end_layout
10857
10858 \begin_layout Subsection
10859 Vordefinierter Leerraum
10860 \begin_inset CommandInset label
10861 LatexCommand label
10862 name "sub:Vordefinierter-Leerraum"
10863
10864 \end_inset
10865
10866
10867 \begin_inset Index
10868 status collapsed
10869
10870 \begin_layout Plain Layout
10871 Leerraum ! horizontaler ! vordefiniert
10872 \end_layout
10873
10874 \end_inset
10875
10876
10877 \end_layout
10878
10879 \begin_layout Standard
10880 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
10881  Dazu gibt man ein geschütztes Leerzeichen ein.
10882  Es erscheint ein blaues 
10883 \begin_inset Quotes gld
10884 \end_inset
10885
10886
10887 \series bold
10888 \color blue
10889
10890 \begin_inset ERT
10891 status collapsed
10892
10893 \begin_layout Plain Layout
10894
10895
10896 \backslash
10897 leer 
10898 \end_layout
10899
10900 \end_inset
10901
10902
10903 \series default
10904 \color inherit
10905
10906 \begin_inset Quotes grd
10907 \end_inset
10908
10909  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
10910  Leerraum-Größen wählen.
10911  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
10912 \begin_inset Graphics
10913         filename ../../images/math/space.png
10914         scale 85
10915
10916 \end_inset
10917
10918  oder mit einzelnen Befehlen aufrufen.
10919  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
10920  danach wieder aus allen Größen wählen.
10921 \end_layout
10922
10923 \begin_layout Standard
10924 \align center
10925 \begin_inset VSpace -5mm
10926 \end_inset
10927
10928
10929 \begin_inset Tabular
10930 <lyxtabular version="3" rows="3" columns="7">
10931 <features>
10932 <column alignment="center" valignment="middle" width="6.8cm">
10933 <column alignment="center" valignment="top" width="0pt">
10934 <column alignment="center" valignment="top" width="0pt">
10935 <column alignment="center" valignment="top" width="0pt">
10936 <column alignment="center" valignment="top" width="0pt">
10937 <column alignment="center" valignment="top" width="0pt">
10938 <column alignment="center" valignment="top" width="0pt">
10939 <row>
10940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944 Befehl
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953
10954 \backslash
10955 ,
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964
10965 \backslash
10966 :
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975
10976 \backslash
10977 ;
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986
10987 \backslash
10988 quad
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997
10998 \backslash
10999 qquad
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008
11009 \backslash
11010 !
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 </row>
11016 <row>
11017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 0
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 1
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 2
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 3
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 4
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 5
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 </row>
11081 <row>
11082 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086 Ergebnis
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095 \begin_inset Formula $A\, B$
11096 \end_inset
11097
11098
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 \begin_inset Formula $A\: B$
11108 \end_inset
11109
11110
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119 \begin_inset Formula $A\; B$
11120 \end_inset
11121
11122
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131 \begin_inset Formula $A\quad B$
11132 \end_inset
11133
11134
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Plain Layout
11143 \begin_inset Formula $A\qquad B$
11144 \end_inset
11145
11146
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155 \begin_inset Formula $A\! B$
11156 \end_inset
11157
11158
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 </row>
11164 </lyxtabular>
11165
11166 \end_inset
11167
11168
11169 \end_layout
11170
11171 \begin_layout Standard
11172 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11173  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11174  denn sie erstellt negativen Leerraum.
11175  Es gibt noch zwei weitere negative Leerräume:
11176 \end_layout
11177
11178 \begin_layout Standard
11179 \align center
11180 \begin_inset Tabular
11181 <lyxtabular version="3" rows="3" columns="3">
11182 <features>
11183 <column alignment="center" valignment="middle" width="6.8cm">
11184 <column alignment="center" valignment="top" width="0pt">
11185 <column alignment="center" valignment="top" width="0pt">
11186 <row>
11187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 Befehl
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200
11201 \backslash
11202 negmedspace
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211
11212 \backslash
11213 negthickspace
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 </row>
11219 <row>
11220 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 6
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 7
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 </row>
11248 <row>
11249 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 Ergebnis
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262 \begin_inset Formula $A\negmedspace B$
11263 \end_inset
11264
11265
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 \begin_inset Formula $A\negthickspace B$
11275 \end_inset
11276
11277
11278 \end_layout
11279
11280 \end_inset
11281 </cell>
11282 </row>
11283 </lyxtabular>
11284
11285 \end_inset
11286
11287
11288 \end_layout
11289
11290 \begin_layout Standard
11291 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11292  Man kann auf diese Weise Ligaturen erzwingen, was z.
11293 \begin_inset Space \thinspace{}
11294 \end_inset
11295
11296 B.
11297  für Summenzeichen von Nutzen ist: 
11298 \end_layout
11299
11300 \begin_layout Standard
11301 \align center
11302 \begin_inset Tabular
11303 <lyxtabular version="3" rows="3" columns="2">
11304 <features>
11305 <column alignment="center" valignment="top" width="0">
11306 <column alignment="center" valignment="top" width="0">
11307 <row>
11308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11309 \begin_inset Text
11310
11311 \begin_layout Plain Layout
11312 Befehl
11313 \end_layout
11314
11315 \end_inset
11316 </cell>
11317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321 Ergebnis
11322 \begin_inset Note Note
11323 status collapsed
11324
11325 \begin_layout Plain Layout
11326
11327 \series bold
11328
11329 \backslash
11330 raisebox
11331 \series default
11332  dient nur als Abstandhalter.
11333 \end_layout
11334
11335 \end_inset
11336
11337
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 </row>
11343 <row>
11344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348
11349 \backslash
11350 sum
11351 \backslash
11352 sum
11353 \begin_inset ERT
11354 status collapsed
11355
11356 \begin_layout Plain Layout
11357
11358
11359 \backslash
11360 leer 
11361 \end_layout
11362
11363 \end_inset
11364
11365 f_kl
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 \begin_inset Formula $\raisebox {4.5mm}{}\sum\sum f_{kl}\raisebox {-2.5mm}{}$
11375 \end_inset
11376
11377
11378 \end_layout
11379
11380 \end_inset
11381 </cell>
11382 </row>
11383 <row>
11384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388
11389 \backslash
11390 sum
11391 \backslash
11392 negmedspace
11393 \backslash
11394 sum
11395 \begin_inset ERT
11396 status collapsed
11397
11398 \begin_layout Plain Layout
11399
11400
11401 \backslash
11402 leer 
11403 \end_layout
11404
11405 \end_inset
11406
11407 f_kl
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 \begin_inset Formula $\raisebox {4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox {-2.5mm}{}$
11417 \end_inset
11418
11419
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 </row>
11425 </lyxtabular>
11426
11427 \end_inset
11428
11429
11430 \end_layout
11431
11432 \begin_layout Standard
11433 Relationen, wie z.
11434 \begin_inset Space \thinspace{}
11435 \end_inset
11436
11437 B.
11438  Gleichheitszeichen, sind immer von Leerraum umgeben.
11439  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11440  TeX-Klammer.
11441  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11442 \end_layout
11443
11444 \begin_layout Standard
11445 \align center
11446 \begin_inset Tabular
11447 <lyxtabular version="3" rows="2" columns="2">
11448 <features>
11449 <column alignment="center" valignment="top" width="0pt">
11450 <column alignment="center" valignment="top" width="0pt">
11451 <row>
11452 <cell alignment="center" valignment="top" usebox="none">
11453 \begin_inset Text
11454
11455 \begin_layout Plain Layout
11456 normale Gleichung
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 <cell alignment="center" valignment="top" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465 \begin_inset Formula $A=B$
11466 \end_inset
11467
11468
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 </row>
11474 <row>
11475 <cell alignment="center" valignment="top" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 \begin_inset Note Note
11480 status collapsed
11481
11482 \begin_layout Plain Layout
11483
11484 \series bold
11485
11486 \backslash
11487 raisebox
11488 \series default
11489  dient nur als Abstandhalter.
11490 \end_layout
11491
11492 \end_inset
11493
11494
11495 \begin_inset Formula $\raisebox {5mm}{}$
11496 \end_inset
11497
11498 Gleichung ohne Leerraum
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 \begin_inset Formula $A{=}B$
11508 \end_inset
11509
11510
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 </row>
11516 </lyxtabular>
11517
11518 \end_inset
11519
11520
11521 \end_layout
11522
11523 \begin_layout Standard
11524 Der Befehl für die letzte Formel lautet: 
11525 \series bold
11526 A
11527 \backslash
11528 {=
11529 \begin_inset Formula $\to$
11530 \end_inset
11531
11532 B
11533 \end_layout
11534
11535 \begin_layout Standard
11536 \begin_inset VSpace bigskip
11537 \end_inset
11538
11539 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11540  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11541  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11542 \family sans
11543 Einfügen\SpecialChar \menuseparator
11544 Formatierung\SpecialChar \menuseparator
11545 Kleiner
11546 \begin_inset Space ~
11547 \end_inset
11548
11549 Abstand
11550 \family default
11551  (Tastenkürzel 
11552 \family sans
11553 Strg-Shift-Leertaste
11554 \family default
11555 ) ein.
11556 \end_layout
11557
11558 \begin_layout Standard
11559 Ein Beispiel zur Veranschaulichung:
11560 \end_layout
11561
11562 \begin_layout Standard
11563 \begin_inset Tabular
11564 <lyxtabular version="3" rows="2" columns="2">
11565 <features>
11566 <column alignment="left" valignment="top" width="0">
11567 <column alignment="left" valignment="top" width="0">
11568 <row>
11569 <cell alignment="center" valignment="top" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573 24 kW
11574 \begin_inset Formula $\cdot$
11575 \end_inset
11576
11577 h
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 <cell alignment="center" valignment="top" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 Leerzeichen zwischen Wert und Einheit
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 </row>
11592 <row>
11593 <cell alignment="center" valignment="top" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597 24
11598 \begin_inset Space \thinspace{}
11599 \end_inset
11600
11601 kW
11602 \begin_inset Formula $\cdot$
11603 \end_inset
11604
11605 h
11606 \end_layout
11607
11608 \end_inset
11609 </cell>
11610 <cell alignment="center" valignment="top" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 kleinster Leerraum zwischen Wert und Einheit
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 </row>
11620 </lyxtabular>
11621
11622 \end_inset
11623
11624
11625 \end_layout
11626
11627 \begin_layout Subsection
11628 Variabler Leerraum
11629 \begin_inset ERT
11630 status collapsed
11631
11632 \begin_layout Plain Layout
11633
11634
11635 \backslash
11636 texorpdfstring{
11637 \end_layout
11638
11639 \end_inset
11640
11641
11642 \begin_inset Foot
11643 status collapsed
11644
11645 \begin_layout Plain Layout
11646 für vertikalen Leerraum in Formeln siehe 
11647 \begin_inset CommandInset ref
11648 LatexCommand ref
11649 reference "sub:Zeilenabstand"
11650
11651 \end_inset
11652
11653
11654 \end_layout
11655
11656 \end_inset
11657
11658
11659 \begin_inset ERT
11660 status collapsed
11661
11662 \begin_layout Plain Layout
11663
11664 }{}
11665 \end_layout
11666
11667 \end_inset
11668
11669
11670 \begin_inset Note Note
11671 status collapsed
11672
11673 \begin_layout Plain Layout
11674
11675 \series bold
11676
11677 \backslash
11678 texorpdfstring
11679 \series default
11680  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11681 \end_layout
11682
11683 \begin_layout Plain Layout
11684 Näheres zu 
11685 \series bold
11686
11687 \backslash
11688 texorpdfstring
11689 \series default
11690  steht in Kapitel 
11691 \begin_inset CommandInset ref
11692 LatexCommand ref
11693 reference "sub:Formeln-in-Überschriften"
11694
11695 \end_inset
11696
11697 .
11698 \end_layout
11699
11700 \end_inset
11701
11702
11703 \begin_inset CommandInset label
11704 LatexCommand label
11705 name "sub:Variabler-Leerraum"
11706
11707 \end_inset
11708
11709
11710 \begin_inset Index
11711 status collapsed
11712
11713 \begin_layout Plain Layout
11714 Leerraum ! horizontaler ! variabel
11715 \end_layout
11716
11717 \end_inset
11718
11719
11720 \end_layout
11721
11722 \begin_layout Standard
11723 Leerraum mit vorgegebener Länge lässt sich in LyX mit dem Befehl 
11724 \series bold
11725
11726 \backslash
11727 hspace{Länge}
11728 \series default
11729
11730 \begin_inset Index
11731 status collapsed
11732
11733 \begin_layout Plain Layout
11734 Befehle ! H ! 
11735 \backslash
11736 hspace
11737 \end_layout
11738
11739 \end_inset
11740
11741  einfügen.
11742  Dabei können alle Längeneinheiten verwendet werden, die in 
11743 \begin_inset CommandInset ref
11744 LatexCommand ref
11745 reference "tab:Verwendete-Einheiten"
11746
11747 \end_inset
11748
11749  aufgelistet sind, mit Ausnahme der Einheit 
11750 \begin_inset Quotes gld
11751 \end_inset
11752
11753 mu
11754 \begin_inset Quotes grd
11755 \end_inset
11756
11757 .
11758  Die Länge darf auch negativ sein.
11759  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
11760  einnimmt, benutzt man den Befehl 
11761 \series bold
11762
11763 \backslash
11764 hfill
11765 \series default
11766
11767 \begin_inset Index
11768 status collapsed
11769
11770 \begin_layout Plain Layout
11771 Befehle ! H ! 
11772 \backslash
11773 hfill
11774 \end_layout
11775
11776 \end_inset
11777
11778 .
11779 \end_layout
11780
11781 \begin_layout Standard
11782 \begin_inset VSpace -1mm
11783 \end_inset
11784
11785
11786 \end_layout
11787
11788 \begin_layout Standard
11789 \align center
11790 \begin_inset Tabular
11791 <lyxtabular version="3" rows="4" columns="2">
11792 <features>
11793 <column alignment="center" valignment="top" width="0">
11794 <column alignment="center" valignment="top" width="0">
11795 <row>
11796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11797 \begin_inset Text
11798
11799 \begin_layout Plain Layout
11800 Befehl
11801 \end_layout
11802
11803 \end_inset
11804 </cell>
11805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11806 \begin_inset Text
11807
11808 \begin_layout Plain Layout
11809 Ergebnis
11810 \end_layout
11811
11812 \end_inset
11813 </cell>
11814 </row>
11815 <row>
11816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11817 \begin_inset Text
11818
11819 \begin_layout Plain Layout
11820 A=B
11821 \backslash
11822 hspace{3cm
11823 \begin_inset Formula $\to$
11824 \end_inset
11825
11826 A
11827 \backslash
11828 not=C
11829 \end_layout
11830
11831 \end_inset
11832 </cell>
11833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11834 \begin_inset Text
11835
11836 \begin_layout Plain Layout
11837 \begin_inset Formula $A=B\hspace {3cm}A\not=C$
11838 \end_inset
11839
11840
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 </row>
11846 <row>
11847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11848 \begin_inset Text
11849
11850 \begin_layout Plain Layout
11851 A
11852 \backslash
11853 hspace{-1mm
11854 \begin_inset Formula $\to$
11855 \end_inset
11856
11857 A
11858 \backslash
11859 not=A
11860 \end_layout
11861
11862 \end_inset
11863 </cell>
11864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11865 \begin_inset Text
11866
11867 \begin_layout Plain Layout
11868 \begin_inset Formula $A\hspace {-1mm}A\not=A$
11869 \end_inset
11870
11871
11872 \end_layout
11873
11874 \end_inset
11875 </cell>
11876 </row>
11877 <row>
11878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882 A=A
11883 \backslash
11884 hfill
11885 \begin_inset ERT
11886 status collapsed
11887
11888 \begin_layout Plain Layout
11889
11890
11891 \backslash
11892 leer 
11893 \end_layout
11894
11895 \end_inset
11896
11897 B=B
11898 \end_layout
11899
11900 \end_inset
11901 </cell>
11902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11903 \begin_inset Text
11904
11905 \begin_layout Plain Layout
11906 \begin_inset Formula $A=A\hfill  B=B$
11907 \end_inset
11908
11909
11910 \end_layout
11911
11912 \end_inset
11913 </cell>
11914 </row>
11915 </lyxtabular>
11916
11917 \end_inset
11918
11919
11920 \end_layout
11921
11922 \begin_layout Standard
11923 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
11924  Spalteneintrags der Tabelle vorgegeben.
11925  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
11926  in die 
11927 \series bold
11928
11929 \backslash
11930 hfill
11931 \series default
11932  eingegeben wird.
11933  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
11934  
11935 \series bold
11936
11937 \backslash
11938 hfill
11939 \series default
11940  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
11941 \series bold
11942 Eingerückt
11943 \series default
11944  eingestellt ist.
11945  (Formelstile sind in 
11946 \begin_inset CommandInset ref
11947 LatexCommand ref
11948 reference "sec:Formelstile"
11949
11950 \end_inset
11951
11952  erklärt.)
11953 \end_layout
11954
11955 \begin_layout Standard
11956 Variabler Leerraum kann für Text über das Menü 
11957 \family sans
11958 Einfügen\SpecialChar \menuseparator
11959 Formatierung\SpecialChar \menuseparator
11960 Horizontaler
11961 \begin_inset Space ~
11962 \end_inset
11963
11964 Abstand
11965 \family default
11966  eingefügt werden, was in Formeln nicht möglich ist:
11967 \end_layout
11968
11969 \begin_layout Standard
11970 Dies ist eine Zeile mit
11971 \begin_inset Space \hspace{}
11972 \length 2cm
11973 \end_inset
11974
11975 2
11976 \begin_inset Space \thinspace{}
11977 \end_inset
11978
11979 cm Leerraum.
11980 \end_layout
11981
11982 \begin_layout Standard
11983 Dies ist eine Zeile mit
11984 \begin_inset Space \hfill{}
11985 \end_inset
11986
11987 maximalem Leerraum.
11988 \end_layout
11989
11990 \begin_layout Subsection
11991 Leerraum neben eingebetteten Formeln
11992 \begin_inset Index
11993 status collapsed
11994
11995 \begin_layout Plain Layout
11996 Leerraum ! neben eingebetteten Formeln
11997 \end_layout
11998
11999 \end_inset
12000
12001
12002 \end_layout
12003
12004 \begin_layout Standard
12005 Über die Länge 
12006 \series bold
12007
12008 \backslash
12009 mathsurround
12010 \begin_inset Index
12011 status collapsed
12012
12013 \begin_layout Plain Layout
12014 Befehle ! M ! 
12015 \backslash
12016 mathsurround
12017 \end_layout
12018
12019 \end_inset
12020
12021
12022 \series default
12023  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12024  wird.
12025  Der Wert einer Länge wird mit dem Befehl 
12026 \series bold
12027
12028 \backslash
12029 setlength
12030 \begin_inset Index
12031 status collapsed
12032
12033 \begin_layout Plain Layout
12034 Befehle ! S ! 
12035 \backslash
12036 setlength
12037 \end_layout
12038
12039 \end_inset
12040
12041
12042 \series default
12043  gesetzt.
12044  Dieser besitzt folgendes Befehlsschema:
12045 \end_layout
12046
12047 \begin_layout Standard
12048
12049 \series bold
12050
12051 \backslash
12052 setlength{Längenname}{Wert}
12053 \end_layout
12054
12055 \begin_layout Standard
12056 Um 
12057 \series bold
12058
12059 \backslash
12060 mathsurround
12061 \series default
12062  den Wert 5
12063 \begin_inset Space \thinspace{}
12064 \end_inset
12065
12066 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12067 \end_layout
12068
12069 \begin_layout Standard
12070
12071 \series bold
12072
12073 \backslash
12074 setlength{
12075 \backslash
12076 mathsurround}{5mm}
12077 \end_layout
12078
12079 \begin_layout Standard
12080 ein.
12081  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12082 \begin_inset Space \thinspace{}
12083 \end_inset
12084
12085 mm Leerraum gesetzt:
12086 \begin_inset ERT
12087 status collapsed
12088
12089 \begin_layout Plain Layout
12090
12091
12092 \backslash
12093 setlength{
12094 \backslash
12095 mathsurround}{5mm}
12096 \end_layout
12097
12098 \end_inset
12099
12100
12101 \end_layout
12102
12103 \begin_layout Standard
12104 Dies ist eine Zeile in der sich 
12105 \begin_inset Formula $A=B$
12106 \end_inset
12107
12108  eine Formel mit 5
12109 \begin_inset Space \thinspace{}
12110 \end_inset
12111
12112 mm umgebendem Leerraum befindet.
12113 \begin_inset ERT
12114 status collapsed
12115
12116 \begin_layout Plain Layout
12117
12118
12119 \backslash
12120 setlength{
12121 \backslash
12122 mathsurround}{0pt}
12123 \end_layout
12124
12125 \end_inset
12126
12127
12128 \end_layout
12129
12130 \begin_layout Standard
12131 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12132 \series bold
12133
12134 \backslash
12135 mathsurround
12136 \series default
12137  auf den Wert 0
12138 \begin_inset Space \thinspace{}
12139 \end_inset
12140
12141 pt.
12142 \end_layout
12143
12144 \begin_layout Section
12145 Boxen und Rahmen
12146 \begin_inset Index
12147 status collapsed
12148
12149 \begin_layout Plain Layout
12150 Boxen
12151 \end_layout
12152
12153 \end_inset
12154
12155
12156 \begin_inset Index
12157 status collapsed
12158
12159 \begin_layout Plain Layout
12160 Rahmen | see 
12161 \begin_inset ERT
12162 status collapsed
12163
12164 \begin_layout Plain Layout
12165
12166 {
12167 \end_layout
12168
12169 \end_inset
12170
12171 Boxen
12172 \begin_inset ERT
12173 status collapsed
12174
12175 \begin_layout Plain Layout
12176
12177 }
12178 \end_layout
12179
12180 \end_inset
12181
12182
12183 \end_layout
12184
12185 \end_inset
12186
12187
12188 \end_layout
12189
12190 \begin_layout Standard
12191 Boxen für Text sind im Kapitel 
12192 \family typewriter
12193 Boxen
12194 \family default
12195  im Handbuch 
12196 \family typewriter
12197 Eingebettete
12198 \begin_inset Space ~
12199 \end_inset
12200
12201 Objekte
12202 \family default
12203  beschrieben.
12204 \end_layout
12205
12206 \begin_layout Subsection
12207 Boxen mit Rahmen
12208 \begin_inset CommandInset label
12209 LatexCommand label
12210 name "sub:Boxen-mit-Rahmen"
12211
12212 \end_inset
12213
12214
12215 \begin_inset Index
12216 status collapsed
12217
12218 \begin_layout Plain Layout
12219 Boxen ! mit Rahmen
12220 \end_layout
12221
12222 \end_inset
12223
12224
12225 \end_layout
12226
12227 \begin_layout Standard
12228 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12229 \series bold
12230
12231 \backslash
12232 fbox
12233 \series default
12234
12235 \begin_inset Index
12236 status collapsed
12237
12238 \begin_layout Plain Layout
12239 Befehle ! F ! 
12240 \backslash
12241 fbox
12242 \end_layout
12243
12244 \end_inset
12245
12246  und 
12247 \series bold
12248
12249 \backslash
12250 boxed
12251 \series default
12252
12253 \begin_inset Index
12254 status collapsed
12255
12256 \begin_layout Plain Layout
12257 Befehle ! B ! 
12258 \backslash
12259 boxed
12260 \end_layout
12261
12262 \end_inset
12263
12264  zu umranden.
12265 \end_layout
12266
12267 \begin_layout Standard
12268 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12269  in einem Rahmen.
12270  Bei 
12271 \series bold
12272
12273 \backslash
12274 fbox
12275 \series default
12276  muss in diesem Eingabefeld mit 
12277 \family sans
12278 Strg-m
12279 \family default
12280  noch eine Formel erstellt werden
12281 \begin_inset Foot
12282 status collapsed
12283
12284 \begin_layout Plain Layout
12285 Aufgrund eines Fehlers in LyX ist es nicht möglich mit 
12286 \family sans
12287 Strg-m
12288 \family default
12289  eine neue Formel zu erzeugen, siehe 
12290 \begin_inset CommandInset href
12291 LatexCommand href
12292 name "LyX-Fehler #1435"
12293 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12294
12295 \end_inset
12296
12297 .
12298 \end_layout
12299
12300 \end_inset
12301
12302 , denn der Inhalt dieser Box wird sonst als mathematischer Text behandelt.
12303  Verwendet man 
12304 \series bold
12305
12306 \backslash
12307 boxed
12308 \series default
12309 , wird automatisch im Rahmen eine neue Formel erzeugt.
12310 \end_layout
12311
12312 \begin_layout Standard
12313 Der Befehl 
12314 \series bold
12315
12316 \backslash
12317 fbox
12318 \series default
12319  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12320  wird dann immer in Textzeilengröße gesetzt.
12321  Im Gegensatz dazu ist 
12322 \series bold
12323
12324 \backslash
12325 boxed
12326 \series default
12327  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12328  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12329 \end_layout
12330
12331 \begin_layout Standard
12332 Als Erweiterung zu 
12333 \series bold
12334
12335 \backslash
12336 fbox
12337 \series default
12338  gibt es den Befehl 
12339 \series bold
12340
12341 \backslash
12342 framebox
12343 \series default
12344
12345 \begin_inset Index
12346 status collapsed
12347
12348 \begin_layout Plain Layout
12349 Befehle ! F ! 
12350 \backslash
12351 framebox
12352 \end_layout
12353
12354 \end_inset
12355
12356 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12357  kann.
12358  
12359 \series bold
12360
12361 \backslash
12362 framebox
12363 \series default
12364  wird nach folgendem Schema verwendet:
12365 \end_layout
12366
12367 \begin_layout Standard
12368
12369 \series bold
12370
12371 \backslash
12372 framebox[Rahmenbreite][Position]{Boxinhalt}
12373 \end_layout
12374
12375 \begin_layout Standard
12376 Die Position kann entweder 
12377 \emph on
12378 l
12379 \emph default
12380  oder 
12381 \emph on
12382 r
12383 \emph default
12384  sein.
12385  
12386 \emph on
12387 l
12388 \emph default
12389  bewirkt linksbündige, 
12390 \emph on
12391 r
12392 \emph default
12393  rechtsbündige Ausrichtung der Formel in der Box.
12394  Gibt man keine Position an, wird die Formel zentriert.
12395 \begin_inset Newline newline
12396 \end_inset
12397
12398 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12399  In diesem Falle wird die Rahmenbreite wie bei 
12400 \series bold
12401
12402 \backslash
12403 fbox
12404 \series default
12405  an den Boxinhalt angepasst.
12406 \end_layout
12407
12408 \begin_layout Standard
12409 Wenn man den Befehl 
12410 \series bold
12411
12412 \backslash
12413 framebox
12414 \series default
12415  eingibt, erscheint eine Box mit drei Eingabefeldern.
12416  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12417  beiden optionalen Argumente.
12418  In das dritte Feld wird wie bei 
12419 \series bold
12420
12421 \backslash
12422 fbox
12423 \series default
12424  die Formel eingegeben.
12425 \end_layout
12426
12427 \begin_layout Standard
12428 \align center
12429 \begin_inset Note Note
12430 status open
12431
12432 \begin_layout Plain Layout
12433 Die Tabelle wurde in eine Minibox gesetzt damit die Fußnote der Tabelle
12434  auch erscheint.
12435  Denn sonst würde der Fußnotentext im Ausdruck nicht angezeigt werden.
12436 \end_layout
12437
12438 \end_inset
12439
12440
12441 \begin_inset Box Frameless
12442 position "c"
12443 hor_pos "c"
12444 has_inner_box 1
12445 inner_pos "c"
12446 use_parbox 0
12447 width "100col%"
12448 special "none"
12449 height "1in"
12450 height_special "totalheight"
12451 status open
12452
12453 \begin_layout Plain Layout
12454 \align center
12455 \begin_inset Tabular
12456 <lyxtabular version="3" rows="5" columns="2">
12457 <features>
12458 <column alignment="center" valignment="top" width="0">
12459 <column alignment="center" valignment="top" width="0">
12460 <row>
12461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12462 \begin_inset Text
12463
12464 \begin_layout Plain Layout
12465 Befehl
12466 \begin_inset Foot
12467 status collapsed
12468
12469 \begin_layout Plain Layout
12470 Durch einen Fehler in LyX ist es momentan nicht möglich mit 
12471 \family sans
12472 Strg-m
12473 \family default
12474  eine neue Formel zu erzeugen, siehe 
12475 \begin_inset CommandInset href
12476 LatexCommand href
12477 name "LyX-Fehler #1435"
12478 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12479
12480 \end_inset
12481
12482 .
12483 \end_layout
12484
12485 \end_inset
12486
12487
12488 \end_layout
12489
12490 \end_inset
12491 </cell>
12492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Plain Layout
12496 Ergebnis
12497 \begin_inset Note Note
12498 status collapsed
12499
12500 \begin_layout Plain Layout
12501
12502 \series bold
12503
12504 \backslash
12505 raisebox
12506 \series default
12507  dient nur als Abstandhalter.
12508 \end_layout
12509
12510 \end_inset
12511
12512
12513 \end_layout
12514
12515 \end_inset
12516 </cell>
12517 </row>
12518 <row>
12519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12520 \begin_inset Text
12521
12522 \begin_layout Plain Layout
12523
12524 \backslash
12525 fbox
12526 \begin_inset ERT
12527 status collapsed
12528
12529 \begin_layout Plain Layout
12530
12531
12532 \backslash
12533 leer 
12534 \end_layout
12535
12536 \end_inset
12537
12538
12539 \family sans
12540 Strg-m
12541 \family default
12542  
12543 \backslash
12544 int
12545 \begin_inset ERT
12546 status collapsed
12547
12548 \begin_layout Plain Layout
12549
12550
12551 \backslash
12552 leer 
12553 \end_layout
12554
12555 \end_inset
12556
12557 A=B
12558 \end_layout
12559
12560 \end_inset
12561 </cell>
12562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12563 \begin_inset Text
12564
12565 \begin_layout Plain Layout
12566 \begin_inset Formula \raisebox {6mm}{}\fbox{$\int A=B$}\raisebox {-4mm}{}
12567
12568 \end_inset
12569
12570
12571 \end_layout
12572
12573 \end_inset
12574 </cell>
12575 </row>
12576 <row>
12577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12578 \begin_inset Text
12579
12580 \begin_layout Plain Layout
12581
12582 \backslash
12583 boxed
12584 \begin_inset ERT
12585 status collapsed
12586
12587 \begin_layout Plain Layout
12588
12589
12590 \backslash
12591 leer 
12592 \end_layout
12593
12594 \end_inset
12595
12596
12597 \backslash
12598 int
12599 \begin_inset ERT
12600 status collapsed
12601
12602 \begin_layout Plain Layout
12603
12604
12605 \backslash
12606 leer 
12607 \end_layout
12608
12609 \end_inset
12610
12611 A=B
12612 \end_layout
12613
12614 \end_inset
12615 </cell>
12616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12617 \begin_inset Text
12618
12619 \begin_layout Plain Layout
12620 \begin_inset Formula $\raisebox {8.5mm}{}\boxed{\int A=B}\raisebox {-6.5mm}{}$
12621 \end_inset
12622
12623
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 </row>
12629 <row>
12630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12631 \begin_inset Text
12632
12633 \begin_layout Plain Layout
12634 A+
12635 \backslash
12636 fbox
12637 \begin_inset ERT
12638 status collapsed
12639
12640 \begin_layout Plain Layout
12641
12642
12643 \backslash
12644 leer 
12645 \end_layout
12646
12647 \end_inset
12648
12649 B
12650 \end_layout
12651
12652 \end_inset
12653 </cell>
12654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12655 \begin_inset Text
12656
12657 \begin_layout Plain Layout
12658 \begin_inset Formula $\raisebox {6mm}{}A+\fbox{B}\raisebox {-3mm}{}$
12659 \end_inset
12660
12661
12662 \end_layout
12663
12664 \end_inset
12665 </cell>
12666 </row>
12667 <row>
12668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12669 \begin_inset Text
12670
12671 \begin_layout Plain Layout
12672
12673 \backslash
12674 framebox
12675 \begin_inset ERT
12676 status collapsed
12677
12678 \begin_layout Plain Layout
12679
12680
12681 \backslash
12682 leer 
12683 \end_layout
12684
12685 \end_inset
12686
12687 20mm
12688 \begin_inset Formula $\to$
12689 \end_inset
12690
12691
12692 \begin_inset Formula $\to$
12693 \end_inset
12694
12695
12696 \family sans
12697 Strg-m
12698 \family default
12699  
12700 \backslash
12701 frac
12702 \begin_inset ERT
12703 status collapsed
12704
12705 \begin_layout Plain Layout
12706
12707
12708 \backslash
12709 leer 
12710 \end_layout
12711
12712 \end_inset
12713
12714 A
12715 \begin_inset Formula $\downarrow$
12716 \end_inset
12717
12718 B
12719 \end_layout
12720
12721 \end_inset
12722 </cell>
12723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12724 \begin_inset Text
12725
12726 \begin_layout Plain Layout
12727 \begin_inset Formula $\raisebox {6mm}{}$
12728 \end_inset
12729
12730
12731 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12732 \end_inset
12733
12734
12735 \begin_inset Formula $\raisebox {-4mm}{}$
12736 \end_inset
12737
12738
12739 \end_layout
12740
12741 \end_inset
12742 </cell>
12743 </row>
12744 </lyxtabular>
12745
12746 \end_inset
12747
12748
12749 \end_layout
12750
12751 \end_inset
12752
12753
12754 \end_layout
12755
12756 \begin_layout Standard
12757 Die Rahmendicke kann ebenfalls eingestellt werden.
12758  Dazu müssen vor der Formel im TeX-Modus die Befehle
12759 \end_layout
12760
12761 \begin_layout Standard
12762
12763 \series bold
12764
12765 \backslash
12766 fboxrule
12767 \series default
12768  
12769 \series bold
12770
12771 \begin_inset Quotes gld
12772 \end_inset
12773
12774 Dicke
12775 \begin_inset Quotes grd
12776 \end_inset
12777
12778
12779 \series default
12780  
12781 \series bold
12782
12783 \backslash
12784 fboxsep
12785 \series default
12786  
12787 \series bold
12788
12789 \begin_inset Quotes gld
12790 \end_inset
12791
12792 Abstand
12793 \begin_inset Quotes grd
12794 \end_inset
12795
12796
12797 \end_layout
12798
12799 \begin_layout Standard
12800 eingegeben werden.
12801  
12802 \begin_inset Quotes gld
12803 \end_inset
12804
12805 Abstand
12806 \begin_inset Quotes grd
12807 \end_inset
12808
12809  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
12810  in der Box fest.
12811  Ein Beispiel dafür ist folgende umrandete Formel:
12812 \begin_inset ERT
12813 status collapsed
12814
12815 \begin_layout Plain Layout
12816
12817
12818 \backslash
12819 fboxrule 2mm 
12820 \backslash
12821 fboxsep 3mm
12822 \end_layout
12823
12824 \end_inset
12825
12826
12827 \begin_inset Formula \[
12828 \boxed{A+B=C}\]
12829
12830 \end_inset
12831
12832 Vor dieser Formel wurde im TeX-Modus
12833 \end_layout
12834
12835 \begin_layout Standard
12836
12837 \series bold
12838
12839 \backslash
12840 fboxrule
12841 \series default
12842  
12843 \series bold
12844 2mm
12845 \series default
12846  
12847 \series bold
12848
12849 \backslash
12850 fboxsep
12851 \series default
12852  
12853 \series bold
12854 3mm
12855 \end_layout
12856
12857 \begin_layout Standard
12858 eingegeben.
12859  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
12860 \end_layout
12861
12862 \begin_layout Standard
12863 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
12864  nächsten Formel im TeX-Modus folgende Befehle ein:
12865 \end_layout
12866
12867 \begin_layout Standard
12868
12869 \series bold
12870
12871 \backslash
12872 fboxrule
12873 \series default
12874  
12875 \series bold
12876 0.4pt
12877 \series default
12878  
12879 \series bold
12880
12881 \backslash
12882 fboxsep
12883 \series default
12884  
12885 \series bold
12886 3pt
12887 \series default
12888
12889 \begin_inset ERT
12890 status collapsed
12891
12892 \begin_layout Plain Layout
12893
12894
12895 \backslash
12896 fboxrule 0.4pt 
12897 \backslash
12898 fboxsep 3pt
12899 \end_layout
12900
12901 \end_inset
12902
12903
12904 \end_layout
12905
12906 \begin_layout Subsection
12907 Boxen ohne Rahmen
12908 \begin_inset CommandInset label
12909 LatexCommand label
12910 name "sub:Boxen-ohne-Rahmen"
12911
12912 \end_inset
12913
12914
12915 \begin_inset Index
12916 status collapsed
12917
12918 \begin_layout Plain Layout
12919 Boxen ! ohne Rahmen
12920 \end_layout
12921
12922 \end_inset
12923
12924
12925 \end_layout
12926
12927 \begin_layout Standard
12928 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
12929 \series bold
12930
12931 \backslash
12932 mbox
12933 \series default
12934
12935 \begin_inset Index
12936 status collapsed
12937
12938 \begin_layout Plain Layout
12939 Befehle ! M ! 
12940 \backslash
12941 mbox
12942 \end_layout
12943
12944 \end_inset
12945
12946
12947 \series bold
12948
12949 \backslash
12950 makebox
12951 \series default
12952
12953 \begin_inset Index
12954 status collapsed
12955
12956 \begin_layout Plain Layout
12957 Befehle ! M ! 
12958 \backslash
12959 makebox
12960 \end_layout
12961
12962 \end_inset
12963
12964  und
12965 \begin_inset Newline linebreak
12966 \end_inset
12967
12968
12969 \series bold
12970
12971 \backslash
12972 raisebox
12973 \series default
12974
12975 \begin_inset Index
12976 status collapsed
12977
12978 \begin_layout Plain Layout
12979 Befehle ! R ! 
12980 \backslash
12981 raisebox
12982 \end_layout
12983
12984 \end_inset
12985
12986
12987 \end_layout
12988
12989 \begin_layout Standard
12990 Mit 
12991 \series bold
12992
12993 \backslash
12994 raisebox
12995 \series default
12996  kann man eine Box hoch- oder tiefstellen.
12997  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
12998 n die Schriftgröße bei.
12999  
13000 \series bold
13001
13002 \backslash
13003 raisebox
13004 \series default
13005  wird dabei mit folgendem Schema benutzt:
13006 \end_layout
13007
13008 \begin_layout Standard
13009
13010 \series bold
13011
13012 \backslash
13013 raisebox{Höhe}{Boxinhalt}
13014 \end_layout
13015
13016 \begin_layout Standard
13017 Soll in der Box eine Formel stehen, muss man wie bei 
13018 \series bold
13019
13020 \backslash
13021 fbox
13022 \series default
13023  eine weitere Formel erstellen.
13024 \end_layout
13025
13026 \begin_layout Standard
13027 \align center
13028 \begin_inset Tabular
13029 <lyxtabular version="3" rows="4" columns="2">
13030 <features>
13031 <column alignment="center" valignment="top" width="0">
13032 <column alignment="center" valignment="top" width="0">
13033 <row>
13034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038 Befehl
13039 \end_layout
13040
13041 \end_inset
13042 </cell>
13043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13044 \begin_inset Text
13045
13046 \begin_layout Plain Layout
13047 Ergebnis
13048 \end_layout
13049
13050 \end_inset
13051 </cell>
13052 </row>
13053 <row>
13054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13055 \begin_inset Text
13056
13057 \begin_layout Plain Layout
13058 H
13059 \backslash
13060 raisebox{2mm
13061 \begin_inset Formula $\to$
13062 \end_inset
13063
13064
13065 \backslash
13066 {al
13067 \begin_inset Formula $\to$
13068 \end_inset
13069
13070  lo
13071 \end_layout
13072
13073 \end_inset
13074 </cell>
13075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13076 \begin_inset Text
13077
13078 \begin_layout Plain Layout
13079 \begin_inset Formula $H\raisebox {2mm}{al}lo$
13080 \end_inset
13081
13082
13083 \end_layout
13084
13085 \end_inset
13086 </cell>
13087 </row>
13088 <row>
13089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13090 \begin_inset Text
13091
13092 \begin_layout Plain Layout
13093 H
13094 \backslash
13095 raisebox{-2mm
13096 \begin_inset Formula $\to$
13097 \end_inset
13098
13099
13100 \backslash
13101 {al
13102 \begin_inset Formula $\to$
13103 \end_inset
13104
13105 lo
13106 \end_layout
13107
13108 \end_inset
13109 </cell>
13110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13111 \begin_inset Text
13112
13113 \begin_layout Plain Layout
13114 \begin_inset Formula $H\raisebox {-2mm}{al}lo$
13115 \end_inset
13116
13117
13118 \end_layout
13119
13120 \end_inset
13121 </cell>
13122 </row>
13123 <row>
13124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13125 \begin_inset Text
13126
13127 \begin_layout Plain Layout
13128 A=
13129 \backslash
13130 raisebox{-2mm
13131 \begin_inset Formula $\to$
13132 \end_inset
13133
13134
13135 \backslash
13136 {
13137 \family sans
13138 Strg-m
13139 \family default
13140  
13141 \backslash
13142 sqrt
13143 \begin_inset ERT
13144 status collapsed
13145
13146 \begin_layout Plain Layout
13147
13148
13149 \backslash
13150 leer 
13151 \end_layout
13152
13153 \end_inset
13154
13155
13156 \end_layout
13157
13158 \end_inset
13159 </cell>
13160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13161 \begin_inset Text
13162
13163 \begin_layout Plain Layout
13164 \begin_inset ERT
13165 status collapsed
13166
13167 \begin_layout Plain Layout
13168
13169 $A=
13170 \backslash
13171 raisebox{-2mm}{$
13172 \backslash
13173 sqrt{B}$}$
13174 \end_layout
13175
13176 \end_inset
13177
13178
13179 \end_layout
13180
13181 \end_inset
13182 </cell>
13183 </row>
13184 </lyxtabular>
13185
13186 \end_inset
13187
13188
13189 \end_layout
13190
13191 \begin_layout Standard
13192 Die letzte Formel kann derzeit nur im TeX-Modus erstellt werden, da LyX
13193  statt der benötigten weiteren Formel eine Box einfügt.
13194 \begin_inset Foot
13195 status collapsed
13196
13197 \begin_layout Plain Layout
13198 siehe 
13199 \begin_inset CommandInset href
13200 LatexCommand href
13201 name "LyX-Fehler #1435"
13202 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13203
13204 \end_inset
13205
13206
13207 \end_layout
13208
13209 \end_inset
13210
13211
13212 \end_layout
13213
13214 \begin_layout Standard
13215 Der Befehl 
13216 \series bold
13217
13218 \backslash
13219 mbox
13220 \series default
13221  ist äquivalent zu 
13222 \series bold
13223
13224 \backslash
13225 fbox
13226 \series default
13227  und 
13228 \series bold
13229
13230 \backslash
13231 makebox
13232 \series default
13233  ist äquivalent zu 
13234 \series bold
13235
13236 \backslash
13237 framebox
13238 \series default
13239 , nur dass es keinen Rahmen gibt.
13240 \end_layout
13241
13242 \begin_layout Subsection
13243 Farbige Boxen
13244 \begin_inset CommandInset label
13245 LatexCommand label
13246 name "sub:Farbige-Boxen"
13247
13248 \end_inset
13249
13250
13251 \begin_inset Index
13252 status collapsed
13253
13254 \begin_layout Plain Layout
13255 Boxen ! farbige
13256 \end_layout
13257
13258 \end_inset
13259
13260
13261 \end_layout
13262
13263 \begin_layout Standard
13264 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13265  im LaTeX-Vorspann das LaTeX-Paket 
13266 \series bold
13267 color
13268 \series default
13269
13270 \begin_inset Foot
13271 status collapsed
13272
13273 \begin_layout Plain Layout
13274 Das Paket 
13275 \series bold
13276 color
13277 \series default
13278  ist Teil jeder LaTeX-Standardinstallation.
13279 \end_layout
13280
13281 \end_inset
13282
13283
13284 \begin_inset Index
13285 status collapsed
13286
13287 \begin_layout Plain Layout
13288 Pakete ! color
13289 \end_layout
13290
13291 \end_inset
13292
13293  mit der Zeile
13294 \end_layout
13295
13296 \begin_layout Standard
13297
13298 \series bold
13299
13300 \backslash
13301 usepackage{color}
13302 \end_layout
13303
13304 \begin_layout Standard
13305 geladen werden
13306 \begin_inset Foot
13307 status collapsed
13308
13309 \begin_layout Plain Layout
13310 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13311  LyX das LaTeX-Paket 
13312 \series bold
13313 color
13314 \series default
13315  automatisch.
13316  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13317  keine Probleme hervorruft.
13318 \end_layout
13319
13320 \end_inset
13321
13322
13323 \begin_inset Note Note
13324 status collapsed
13325
13326 \begin_layout Plain Layout
13327 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13328  ein Makro eingefügt.
13329 \end_layout
13330
13331 \end_inset
13332
13333 .
13334 \end_layout
13335
13336 \begin_layout Standard
13337 \begin_inset VSpace medskip
13338 \end_inset
13339
13340 Um Boxen einzufärben, verwendet man den Befehl 
13341 \series bold
13342
13343 \backslash
13344 colorbox
13345 \series default
13346
13347 \begin_inset Index
13348 status collapsed
13349
13350 \begin_layout Plain Layout
13351 Befehle ! C ! 
13352 \backslash
13353 colorbox
13354 \end_layout
13355
13356 \end_inset
13357
13358  nach folgendem Schema:
13359 \end_layout
13360
13361 \begin_layout Standard
13362
13363 \series bold
13364
13365 \backslash
13366 colorbox{Farbe}{Boxinhalt}
13367 \end_layout
13368
13369 \begin_layout Standard
13370 Der Boxinhalt kann auch wieder eine Box sein und eine 
13371 \series bold
13372
13373 \backslash
13374 colorbox
13375 \series default
13376  kann auch ein Teil einer anderen Box sein (siehe 2.
13377  und 3.
13378  Beispiel).
13379  Soll in der Box eine Formel stehen, muss wie bei 
13380 \series bold
13381
13382 \backslash
13383 fbox
13384 \series default
13385  eine weitere Formel erstellt werden.
13386 \begin_inset Foot
13387 status collapsed
13388
13389 \begin_layout Plain Layout
13390 Das gilt auch für den Befehl 
13391 \series bold
13392
13393 \backslash
13394 fcolorbox
13395 \series default
13396 .
13397  Dabei ist 
13398 \begin_inset CommandInset href
13399 LatexCommand href
13400 name "LyX-Fehler #1435"
13401 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13402
13403 \end_inset
13404
13405  zu beachten.
13406 \end_layout
13407
13408 \end_inset
13409
13410
13411 \end_layout
13412
13413 \begin_layout Standard
13414 Aus folgenden vordefinierten Farben kann gewählt werden:
13415 \end_layout
13416
13417 \begin_layout Standard
13418
13419 \series bold
13420 black
13421 \series default
13422
13423 \series bold
13424 blue
13425 \series default
13426
13427 \series bold
13428 cyan
13429 \series default
13430
13431 \series bold
13432 green
13433 \series default
13434
13435 \series bold
13436 magenta
13437 \series default
13438
13439 \series bold
13440 red
13441 \series default
13442
13443 \series bold
13444 white
13445 \series default
13446  und 
13447 \series bold
13448 yellow
13449 \end_layout
13450
13451 \begin_layout Standard
13452 \align center
13453 \begin_inset Tabular
13454 <lyxtabular version="3" rows="4" columns="2">
13455 <features>
13456 <column alignment="center" valignment="top" width="0">
13457 <column alignment="center" valignment="top" width="0">
13458 <row>
13459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463 Befehl
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Plain Layout
13472 Ergebnis
13473 \begin_inset Note Note
13474 status collapsed
13475
13476 \begin_layout Plain Layout
13477
13478 \series bold
13479
13480 \backslash
13481 raisebox
13482 \series default
13483  dient nur als Abstandhalter.
13484 \end_layout
13485
13486 \end_inset
13487
13488
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 </row>
13494 <row>
13495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13496 \begin_inset Text
13497
13498 \begin_layout Plain Layout
13499
13500 \backslash
13501 colorbox{yellow
13502 \begin_inset Formula $\to$
13503 \end_inset
13504
13505
13506 \backslash
13507 {A=B
13508 \end_layout
13509
13510 \end_inset
13511 </cell>
13512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13513 \begin_inset Text
13514
13515 \begin_layout Plain Layout
13516 \begin_inset Formula $\raisebox {6mm}{}\colorbox {yellow}{A=B}\raisebox {-3mm}{}$
13517 \end_inset
13518
13519
13520 \end_layout
13521
13522 \end_inset
13523 </cell>
13524 </row>
13525 <row>
13526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13527 \begin_inset Text
13528
13529 \begin_layout Plain Layout
13530
13531 \backslash
13532 colorbox{green
13533 \begin_inset Formula $\to$
13534 \end_inset
13535
13536
13537 \backslash
13538 {
13539 \backslash
13540 fbox
13541 \begin_inset ERT
13542 status collapsed
13543
13544 \begin_layout Plain Layout
13545
13546
13547 \backslash
13548 leer 
13549 \end_layout
13550
13551 \end_inset
13552
13553 A=B
13554 \end_layout
13555
13556 \end_inset
13557 </cell>
13558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13559 \begin_inset Text
13560
13561 \begin_layout Plain Layout
13562 \begin_inset Formula $\raisebox {6mm}{}\colorbox {green}{\fbox{A=B}}\raisebox {-3mm}{}$
13563 \end_inset
13564
13565
13566 \end_layout
13567
13568 \end_inset
13569 </cell>
13570 </row>
13571 <row>
13572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13573 \begin_inset Text
13574
13575 \begin_layout Plain Layout
13576
13577 \backslash
13578 fbox
13579 \begin_inset ERT
13580 status collapsed
13581
13582 \begin_layout Plain Layout
13583
13584
13585 \backslash
13586 leer 
13587 \end_layout
13588
13589 \end_inset
13590
13591
13592 \backslash
13593 colorbox{green
13594 \begin_inset Formula $\to$
13595 \end_inset
13596
13597
13598 \backslash
13599 {A=B
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 $\raisebox {6mm}{}\fbox{\colorbox {green}{A=B}}\raisebox {-3mm}{}$
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
13626 \series bold
13627
13628 \backslash
13629 colorbox
13630 \series default
13631  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13632  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13633  
13634 \family sans
13635 Textstil
13636 \family default
13637  die gewünschte Farbe aus.
13638  Der Dialog kann mit dem Werkzeugleistenknopf 
13639 \begin_inset Graphics
13640         filename ../../images/dialog-show_character.png
13641         scale 85
13642
13643 \end_inset
13644
13645  oder dem Menü 
13646 \family sans
13647 Bearbeiten\SpecialChar \menuseparator
13648 Textstil\SpecialChar \menuseparator
13649 Benutzerdefiniert
13650 \family default
13651  aufgerufen werden.
13652  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13653  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13654  innerhalb der Formel die Farbe geändert werden.
13655 \end_layout
13656
13657 \begin_layout Standard
13658 Ein Beispiel:
13659 \end_layout
13660
13661 \begin_layout Standard
13662
13663 \color red
13664 \begin_inset Formula \begin{equation}
13665 \int A=B\label{eq:rot}\end{equation}
13666
13667 \end_inset
13668
13669
13670 \color green
13671
13672 \begin_inset Formula \begin{equation}
13673 \textcolor{red}{\int A=B}\label{eq:rotgruen}\end{equation}
13674
13675 \end_inset
13676
13677
13678 \end_layout
13679
13680 \begin_layout Standard
13681 Formel 
13682 \begin_inset CommandInset ref
13683 LatexCommand eqref
13684 reference "eq:rot"
13685
13686 \end_inset
13687
13688  ist komplett rot gefärbt.
13689 \begin_inset Newline newline
13690 \end_inset
13691
13692 Formel 
13693 \begin_inset CommandInset ref
13694 LatexCommand eqref
13695 reference "eq:rotgruen"
13696
13697 \end_inset
13698
13699  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13700  Anschließend wurden die Formelzeichen rot gefärbt.
13701 \end_layout
13702
13703 \begin_layout Standard
13704 \begin_inset VSpace bigskip
13705 \end_inset
13706
13707 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13708  den Befehl 
13709 \series bold
13710
13711 \backslash
13712 fcolorbox
13713 \series default
13714
13715 \begin_inset Index
13716 status collapsed
13717
13718 \begin_layout Plain Layout
13719 Befehle ! F ! 
13720 \backslash
13721 fcolorbox
13722 \end_layout
13723
13724 \end_inset
13725
13726  nach folgendem Schema:
13727 \end_layout
13728
13729 \begin_layout Standard
13730
13731 \series bold
13732
13733 \backslash
13734 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13735 \end_layout
13736
13737 \begin_layout Standard
13738
13739 \series bold
13740
13741 \backslash
13742 fcolorbox
13743 \series default
13744  stellt also eine Erweiterung des Befehls 
13745 \series bold
13746
13747 \backslash
13748 colorbox
13749 \series default
13750  dar.
13751  Die Rahmenbreite wird, wie bei 
13752 \series bold
13753
13754 \backslash
13755 framebox
13756 \series default
13757 , mit 
13758 \series bold
13759
13760 \backslash
13761 fboxrule
13762 \series default
13763  und 
13764 \series bold
13765
13766 \backslash
13767 fboxsep
13768 \series default
13769  festgelegt.
13770  Ein Beispiel:
13771 \begin_inset ERT
13772 status collapsed
13773
13774 \begin_layout Plain Layout
13775
13776
13777 \backslash
13778 fboxrule 1mm 
13779 \backslash
13780 fboxsep 1mm
13781 \end_layout
13782
13783 \end_inset
13784
13785
13786 \begin_inset Formula \[
13787 \fcolorbox {cyan}{magenta}{A=B}\]
13788
13789 \end_inset
13790
13791
13792 \begin_inset ERT
13793 status collapsed
13794
13795 \begin_layout Plain Layout
13796
13797
13798 \backslash
13799 fboxrule 0.4pt 
13800 \backslash
13801 fboxsep 3pt
13802 \end_layout
13803
13804 \end_inset
13805
13806
13807 \end_layout
13808
13809 \begin_layout Standard
13810 Diese Formel wurde mit folgendem Befehl erstellt:
13811 \begin_inset Newline newline
13812 \end_inset
13813
13814
13815 \series bold
13816
13817 \backslash
13818 fcolorbox{cyan
13819 \begin_inset Formula $\to$
13820 \end_inset
13821
13822
13823 \backslash
13824 {magenta
13825 \begin_inset Formula $\to$
13826 \end_inset
13827
13828
13829 \backslash
13830 {A=B
13831 \end_layout
13832
13833 \begin_layout Standard
13834 \begin_inset VSpace bigskip
13835 \end_inset
13836
13837 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
13838  selbst definieren.
13839 \end_layout
13840
13841 \begin_layout Standard
13842 Man kann z.
13843 \begin_inset Space \thinspace{}
13844 \end_inset
13845
13846 B.
13847  mit folgender LaTeX-Vorspannzeile die Farbe 
13848 \begin_inset Quotes gld
13849 \end_inset
13850
13851
13852 \series bold
13853 dunkelgruen
13854 \series default
13855
13856 \begin_inset Quotes grd
13857 \end_inset
13858
13859
13860 \begin_inset Foot
13861 status collapsed
13862
13863 \begin_layout Plain Layout
13864 In Befehlen darf kein Umlaut stehen, siehe 
13865 \begin_inset CommandInset ref
13866 LatexCommand ref
13867 reference "sec:Benutzerdefinierte-Befehle"
13868
13869 \end_inset
13870
13871 .
13872 \end_layout
13873
13874 \end_inset
13875
13876  definieren:
13877 \end_layout
13878
13879 \begin_layout Standard
13880
13881 \series bold
13882
13883 \backslash
13884 definecolor{dunkelgruen}{cmyk}{0.5,
13885 \series default
13886  
13887 \series bold
13888 0,
13889 \series default
13890  
13891 \series bold
13892 1,
13893 \series default
13894  
13895 \series bold
13896 0.5}
13897 \series default
13898
13899 \begin_inset Index
13900 status collapsed
13901
13902 \begin_layout Plain Layout
13903 Befehle ! D ! 
13904 \backslash
13905 definecolor
13906 \end_layout
13907
13908 \end_inset
13909
13910
13911 \end_layout
13912
13913 \begin_layout Standard
13914
13915 \series bold
13916 cmyk
13917 \series default
13918  ist der Farbraum und steht für die Farben 
13919 \series bold
13920 cyan
13921 \series default
13922
13923 \series bold
13924 magenta
13925 \series default
13926
13927 \series bold
13928 yellow
13929 \series default
13930  und 
13931 \series bold
13932 black
13933 \series default
13934 .
13935  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
13936  Für den Anteil kann man Werte im Bereich 0
13937 \begin_inset Space \thinspace{}
13938 \end_inset
13939
13940 -
13941 \begin_inset Space \thinspace{}
13942 \end_inset
13943
13944 1 angeben.
13945  Anstelle von 
13946 \series bold
13947 cmyk
13948 \series default
13949  kann man zur Definition auch den Farbraum 
13950 \series bold
13951 rgb
13952 \series default
13953  verwenden.
13954  
13955 \series bold
13956 rgb
13957 \series default
13958  steht für 
13959 \series bold
13960 red
13961 \series default
13962
13963 \series bold
13964 green
13965 \series default
13966  und 
13967 \series bold
13968 blue
13969 \series default
13970 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
13971  Des Weiteren gibt es noch den Farbraum 
13972 \series bold
13973 gray
13974 \series default
13975 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
13976 \end_layout
13977
13978 \begin_layout Standard
13979 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
13980 \series bold
13981 darkgreen
13982 \series default
13983 , bei der die Zeichenfarbe 
13984 \series bold
13985 yellow
13986 \series default
13987  gewählt wurde:
13988 \begin_inset Formula \begin{equation}
13989 \colorbox {dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13990
13991 \end_inset
13992
13993
13994 \end_layout
13995
13996 \begin_layout Standard
13997 Selbst definierte Farben können mit dem Befehl 
13998 \series bold
13999
14000 \backslash
14001 textcolor
14002 \series default
14003  auch für Text
14004 \begin_inset Index
14005 status collapsed
14006
14007 \begin_layout Plain Layout
14008 Text ! farbiger
14009 \end_layout
14010
14011 \end_inset
14012
14013  verwendet werden:
14014 \end_layout
14015
14016 \begin_layout Standard
14017 \begin_inset ERT
14018 status collapsed
14019
14020 \begin_layout Plain Layout
14021
14022
14023 \backslash
14024 textcolor{dunkelgruen}{
14025 \end_layout
14026
14027 \end_inset
14028
14029 Dieser Satz ist 
14030 \begin_inset Quotes gld
14031 \end_inset
14032
14033 dunkelgruen
14034 \begin_inset Quotes grd
14035 \end_inset
14036
14037 .
14038 \begin_inset ERT
14039 status collapsed
14040
14041 \begin_layout Plain Layout
14042
14043 }
14044 \end_layout
14045
14046 \end_inset
14047
14048
14049 \end_layout
14050
14051 \begin_layout Standard
14052
14053 \series bold
14054
14055 \backslash
14056 textcolor
14057 \series default
14058
14059 \begin_inset Index
14060 status collapsed
14061
14062 \begin_layout Plain Layout
14063 Befehle ! T ! 
14064 \backslash
14065 textcolor
14066 \end_layout
14067
14068 \end_inset
14069
14070  wird nach dem Schema 
14071 \series bold
14072
14073 \backslash
14074 textcolor{Farbe}{zu
14075 \series default
14076  
14077 \series bold
14078 färbende
14079 \series default
14080  
14081 \series bold
14082 Zeichen}
14083 \series default
14084  verwendet.
14085 \end_layout
14086
14087 \begin_layout Subsection
14088 Absatzboxen
14089 \begin_inset CommandInset label
14090 LatexCommand label
14091 name "sub:Absatzboxen"
14092
14093 \end_inset
14094
14095
14096 \begin_inset Index
14097 status collapsed
14098
14099 \begin_layout Plain Layout
14100 Boxen ! Absatz-
14101 \end_layout
14102
14103 \end_inset
14104
14105
14106 \end_layout
14107
14108 \begin_layout Standard
14109 Mit dem Menü 
14110 \family sans
14111 Einfügen\SpecialChar \menuseparator
14112 Box
14113 \family default
14114  oder dem Werkzeugleistenknopf 
14115 \begin_inset Graphics
14116         filename ../../images/box-insert.png
14117         scale 85
14118
14119 \end_inset
14120
14121  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14122  eine so genannte 
14123 \emph on
14124 Parbox
14125 \emph default
14126  (Absatzbox).
14127 \end_layout
14128
14129 \begin_layout Standard
14130 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14131 \end_layout
14132
14133 \begin_layout Standard
14134 \begin_inset VSpace medskip
14135 \end_inset
14136
14137 Dies ist eine Zeile 
14138 \begin_inset Box Boxed
14139 position "c"
14140 hor_pos "c"
14141 has_inner_box 1
14142 inner_pos "t"
14143 use_parbox 1
14144 width "5cm"
14145 special "none"
14146 height "1in"
14147 height_special "totalheight"
14148 status open
14149
14150 \begin_layout Plain Layout
14151 Dies ist die Absatzbox.
14152  Sie ist genau 5
14153 \begin_inset Space \thinspace{}
14154 \end_inset
14155
14156 cm lang und kann auch Formeln enthalten: 
14157 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14158 \end_inset
14159
14160
14161 \end_layout
14162
14163 \end_inset
14164
14165  mit einer Absatzbox.
14166 \begin_inset VSpace medskip
14167 \end_inset
14168
14169
14170 \end_layout
14171
14172 \begin_layout Standard
14173 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14174  graue Box mit dem Namen 
14175 \begin_inset Quotes gld
14176 \end_inset
14177
14178 Box(Gerahmt)
14179 \begin_inset Quotes grd
14180 \end_inset
14181
14182  klickt.
14183  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14184  In diesem Fall: 
14185 \emph on
14186 Verzierung
14187 \emph default
14188 : Rechteckige Box, 
14189 \emph on
14190 Innere Box
14191 \emph default
14192 : Parbox, 
14193 \emph on
14194 Breite
14195 \emph default
14196 : 5
14197 \begin_inset Space \thinspace{}
14198 \end_inset
14199
14200 cm, 
14201 \emph on
14202 Vertikale Box Ausrichtung
14203 \emph default
14204 : Mitte
14205 \end_layout
14206
14207 \begin_layout Standard
14208 \begin_inset VSpace medskip
14209 \end_inset
14210
14211 In LaTeX wird eine Absatzbox mit dem Befehl 
14212 \series bold
14213
14214 \backslash
14215 parbox
14216 \series default
14217
14218 \begin_inset Index
14219 status collapsed
14220
14221 \begin_layout Plain Layout
14222 Befehle ! P ! 
14223 \backslash
14224 parbox
14225 \end_layout
14226
14227 \end_inset
14228
14229  erstellt, welcher folgendes Schema besitzt:
14230 \end_layout
14231
14232 \begin_layout Standard
14233
14234 \series bold
14235
14236 \backslash
14237 parbox[Position]{Breite}{Boxinhalt}
14238 \end_layout
14239
14240 \begin_layout Standard
14241 Die Positionen 
14242 \emph on
14243 b
14244 \emph default
14245  und 
14246 \emph on
14247 t
14248 \emph default
14249  sind möglich.
14250  
14251 \emph on
14252 b
14253 \emph default
14254  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14255  Text eingepasst wird.
14256  Bei 
14257 \emph on
14258 t
14259 \emph default
14260  wie top geschieht dies für die erste Zeile.
14261  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14262  siehe das Kapitel 
14263 \emph on
14264 Boxen
14265 \emph default
14266  des Handbuchs
14267 \emph on
14268  Eingebettete
14269 \begin_inset Space ~
14270 \end_inset
14271
14272 Objekte
14273 \emph default
14274  für Beispiele.
14275 \end_layout
14276
14277 \begin_layout Standard
14278 \begin_inset VSpace bigskip
14279 \end_inset
14280
14281 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14282  in eine Absatzbox setzen.
14283  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14284 \series bold
14285
14286 \backslash
14287 fbox{
14288 \backslash
14289 parbox{
14290 \backslash
14291 linewidth-2
14292 \backslash
14293 fboxsep-2
14294 \backslash
14295 fboxrule}{
14296 \series default
14297 .
14298  Hierbei steht 
14299 \series bold
14300
14301 \backslash
14302 linewidth
14303 \begin_inset Index
14304 status collapsed
14305
14306 \begin_layout Plain Layout
14307 Befehle ! L ! 
14308 \backslash
14309 linewidth
14310 \end_layout
14311
14312 \end_inset
14313
14314
14315 \series default
14316  für die im Dokument eingestellte Zeilenbreite.
14317  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14318 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14319  Da dies LyX aufgrund eines Fehlers
14320 \begin_inset Foot
14321 status collapsed
14322
14323 \begin_layout Plain Layout
14324 \begin_inset CommandInset href
14325 LatexCommand href
14326 name "LyX-Fehler #4483"
14327 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14328
14329 \end_inset
14330
14331
14332 \end_layout
14333
14334 \end_inset
14335
14336  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14337  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14338 spann das LaTeX-Paket 
14339 \series bold
14340 calc
14341 \series default
14342
14343 \begin_inset Foot
14344 status collapsed
14345
14346 \begin_layout Plain Layout
14347
14348 \series bold
14349 calc
14350 \series default
14351  ist Teil jeder LaTeX-Standardinstallation.
14352 \end_layout
14353
14354 \end_inset
14355
14356
14357 \begin_inset Index
14358 status collapsed
14359
14360 \begin_layout Plain Layout
14361 Pakete ! calc
14362 \end_layout
14363
14364 \end_inset
14365
14366  mit der Zeile
14367 \end_layout
14368
14369 \begin_layout Standard
14370
14371 \series bold
14372
14373 \backslash
14374 usepackage{calc}
14375 \end_layout
14376
14377 \begin_layout Standard
14378 geladen werden.
14379  Nach der Formel werden beide Boxen geschlossen, indem man 
14380 \series bold
14381 }}
14382 \series default
14383  im TeX-Modus eingibt.
14384  Dazu ein Beispiel:
14385 \begin_inset ERT
14386 status collapsed
14387
14388 \begin_layout Plain Layout
14389
14390
14391 \backslash
14392 fboxsep 5mm 
14393 \backslash
14394 fboxrule 5mm
14395 \end_layout
14396
14397 \end_inset
14398
14399
14400 \end_layout
14401
14402 \begin_layout Standard
14403 \begin_inset ERT
14404 status collapsed
14405
14406 \begin_layout Plain Layout
14407
14408
14409 \backslash
14410 fbox{
14411 \backslash
14412 parbox{
14413 \backslash
14414 linewidth-2
14415 \backslash
14416 fboxsep-2
14417 \backslash
14418 fboxrule}{
14419 \end_layout
14420
14421 \end_inset
14422
14423
14424 \begin_inset Formula \begin{equation}
14425 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14426
14427 \end_inset
14428
14429
14430 \begin_inset ERT
14431 status collapsed
14432
14433 \begin_layout Plain Layout
14434
14435 }}
14436 \end_layout
14437
14438 \end_inset
14439
14440
14441 \begin_inset ERT
14442 status collapsed
14443
14444 \begin_layout Plain Layout
14445
14446
14447 \backslash
14448 fboxrule 0.4pt 
14449 \backslash
14450 fboxsep 3pt
14451 \end_layout
14452
14453 \end_inset
14454
14455
14456 \end_layout
14457
14458 \begin_layout Standard
14459 \begin_inset VSpace medskip
14460 \end_inset
14461
14462 Da im Argument von 
14463 \series bold
14464
14465 \backslash
14466 fbox
14467 \series default
14468  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14469  keinen Unterschied zwischen 
14470 \series bold
14471
14472 \backslash
14473 fbox
14474 \series default
14475  und 
14476 \series bold
14477
14478 \backslash
14479 boxed
14480 \series default
14481 .
14482 \end_layout
14483
14484 \begin_layout Standard
14485 \begin_inset VSpace bigskip
14486 \end_inset
14487
14488 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14489  Dazu verwendet man 
14490 \series bold
14491
14492 \backslash
14493 parbox
14494 \series default
14495  in Verbindung mit dem Befehl 
14496 \series bold
14497
14498 \backslash
14499 tag
14500 \series default
14501 .
14502  (mehr zu 
14503 \series bold
14504
14505 \backslash
14506 tag
14507 \series default
14508  siehe 
14509 \begin_inset CommandInset ref
14510 LatexCommand ref
14511 reference "sub:Benutzerdefinierte-Nummerierung"
14512
14513 \end_inset
14514
14515 )
14516 \end_layout
14517
14518 \begin_layout Standard
14519 Ein Beispiel einer mit Hilfe von 
14520 \series bold
14521
14522 \backslash
14523 parbox
14524 \series default
14525  kommentierten Formel:
14526 \end_layout
14527
14528 \begin_layout Standard
14529 \begin_inset ERT
14530 status collapsed
14531
14532 \begin_layout Plain Layout
14533
14534
14535 \backslash
14536 [5x-7b=3b
14537 \backslash
14538 tag*{
14539 \backslash
14540 parbox{5cm}{
14541 \end_layout
14542
14543 \end_inset
14544
14545 Dies ist eine Beschreibung.
14546  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14547 \begin_inset ERT
14548 status collapsed
14549
14550 \begin_layout Plain Layout
14551
14552 }}
14553 \backslash
14554 ]
14555 \end_layout
14556
14557 \end_inset
14558
14559
14560 \end_layout
14561
14562 \begin_layout Standard
14563 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14564  Befehl 
14565 \series bold
14566
14567 \backslash
14568 parbox
14569 \series default
14570  in Formeln noch nicht unterstützt.
14571  Die Formel wird mit folgender Befehlssequenz erstellt:
14572 \end_layout
14573
14574 \begin_layout Standard
14575 Der Befehl 
14576 \series bold
14577
14578 \backslash
14579 [5x-7b=3b
14580 \backslash
14581 tag*
14582 \backslash
14583 {
14584 \backslash
14585 parbox{5cm}{
14586 \series default
14587  wird im TeX-Modus eingegeben.
14588 \begin_inset Foot
14589 status collapsed
14590
14591 \begin_layout Plain Layout
14592 Ist der Formelstil 
14593 \series bold
14594 Eingerückt
14595 \series default
14596  aktiviert, kann 
14597 \series bold
14598
14599 \backslash
14600 tag*
14601 \backslash
14602 {
14603 \series default
14604  auch durch 
14605 \series bold
14606
14607 \backslash
14608 hfill
14609 \series default
14610  ersetzt werden.
14611  (Formelstile siehe 
14612 \begin_inset CommandInset ref
14613 LatexCommand ref
14614 reference "sec:Formelstile"
14615
14616 \end_inset
14617
14618 )
14619 \end_layout
14620
14621 \end_inset
14622
14623  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14624 \series bold
14625 }}
14626 \backslash
14627 ]
14628 \series default
14629  im TeX-Modus ein.
14630  Die Befehle 
14631 \series bold
14632
14633 \backslash
14634 [
14635 \series default
14636  und 
14637 \series bold
14638
14639 \backslash
14640 ]
14641 \series default
14642  erstellen hierbei eine abgesetzte Formel.
14643 \end_layout
14644
14645 \begin_layout Standard
14646 Die Vorteile von 
14647 \series bold
14648
14649 \backslash
14650 parbox
14651 \series default
14652  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14653  Textmodus 
14654 \begin_inset Quotes gld
14655 \end_inset
14656
14657 kommentiert
14658 \begin_inset Quotes grd
14659 \end_inset
14660
14661  wurde:
14662 \begin_inset Formula \[
14663 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}\]
14664
14665 \end_inset
14666
14667
14668 \end_layout
14669
14670 \begin_layout Section
14671 Operatoren
14672 \begin_inset Index
14673 status collapsed
14674
14675 \begin_layout Plain Layout
14676 Operatoren
14677 \end_layout
14678
14679 \end_inset
14680
14681
14682 \end_layout
14683
14684 \begin_layout Subsection
14685 Große Operatoren
14686 \begin_inset CommandInset label
14687 LatexCommand label
14688 name "sub:Große-Operatoren"
14689
14690 \end_inset
14691
14692
14693 \begin_inset Index
14694 status collapsed
14695
14696 \begin_layout Plain Layout
14697 Operatoren ! große
14698 \end_layout
14699
14700 \end_inset
14701
14702
14703 \begin_inset Index
14704 status collapsed
14705
14706 \begin_layout Plain Layout
14707 Summen
14708 \end_layout
14709
14710 \end_inset
14711
14712
14713 \begin_inset Index
14714 status collapsed
14715
14716 \begin_layout Plain Layout
14717 Integrale
14718 \end_layout
14719
14720 \end_inset
14721
14722
14723 \end_layout
14724
14725 \begin_layout Standard
14726 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14727  sind, muss die Option 
14728 \family sans
14729 esint-Paket automatisch verwenden
14730 \family default
14731  in den Dokumenteinstellungen unter 
14732 \family sans
14733 Mathe-Optionen
14734 \family default
14735  gewählt sein.
14736 \end_layout
14737
14738 \begin_layout Standard
14739 \begin_inset Space \hfill{}
14740 \end_inset
14741
14742
14743 \begin_inset Tabular
14744 <lyxtabular version="3" rows="11" columns="2">
14745 <features>
14746 <column alignment="center" valignment="top" width="0pt">
14747 <column alignment="center" valignment="top" width="0pt">
14748 <row>
14749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14750 \begin_inset Text
14751
14752 \begin_layout Plain Layout
14753 Befehl
14754 \end_layout
14755
14756 \end_inset
14757 </cell>
14758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14759 \begin_inset Text
14760
14761 \begin_layout Plain Layout
14762 Ergebnis
14763 \end_layout
14764
14765 \end_inset
14766 </cell>
14767 </row>
14768 <row>
14769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14770 \begin_inset Text
14771
14772 \begin_layout Plain Layout
14773
14774 \backslash
14775 sum
14776 \begin_inset Index
14777 status collapsed
14778
14779 \begin_layout Plain Layout
14780 Befehle ! S ! 
14781 \backslash
14782 sum
14783 \end_layout
14784
14785 \end_inset
14786
14787
14788 \end_layout
14789
14790 \end_inset
14791 </cell>
14792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14793 \begin_inset Text
14794
14795 \begin_layout Plain Layout
14796 \begin_inset Formula $\sum$
14797 \end_inset
14798
14799
14800 \end_layout
14801
14802 \end_inset
14803 </cell>
14804 </row>
14805 <row>
14806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14807 \begin_inset Text
14808
14809 \begin_layout Plain Layout
14810
14811 \backslash
14812 int
14813 \begin_inset Index
14814 status collapsed
14815
14816 \begin_layout Plain Layout
14817 Befehle ! I ! 
14818 \backslash
14819 int
14820 \end_layout
14821
14822 \end_inset
14823
14824
14825 \end_layout
14826
14827 \end_inset
14828 </cell>
14829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14830 \begin_inset Text
14831
14832 \begin_layout Plain Layout
14833 \begin_inset Formula $\int$
14834 \end_inset
14835
14836
14837 \end_layout
14838
14839 \end_inset
14840 </cell>
14841 </row>
14842 <row>
14843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14844 \begin_inset Text
14845
14846 \begin_layout Plain Layout
14847
14848 \backslash
14849 intop
14850 \end_layout
14851
14852 \end_inset
14853 </cell>
14854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14855 \begin_inset Text
14856
14857 \begin_layout Plain Layout
14858 \begin_inset Formula $\intop$
14859 \end_inset
14860
14861
14862 \end_layout
14863
14864 \end_inset
14865 </cell>
14866 </row>
14867 <row>
14868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872
14873 \backslash
14874 oint
14875 \end_layout
14876
14877 \end_inset
14878 </cell>
14879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14880 \begin_inset Text
14881
14882 \begin_layout Plain Layout
14883 \begin_inset Formula $\oint$
14884 \end_inset
14885
14886
14887 \end_layout
14888
14889 \end_inset
14890 </cell>
14891 </row>
14892 <row>
14893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14894 \begin_inset Text
14895
14896 \begin_layout Plain Layout
14897
14898 \backslash
14899 ointop
14900 \end_layout
14901
14902 \end_inset
14903 </cell>
14904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14905 \begin_inset Text
14906
14907 \begin_layout Plain Layout
14908 \begin_inset Formula $\ointop$
14909 \end_inset
14910
14911
14912 \end_layout
14913
14914 \end_inset
14915 </cell>
14916 </row>
14917 <row>
14918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14919 \begin_inset Text
14920
14921 \begin_layout Plain Layout
14922
14923 \backslash
14924 ointctrclockwise
14925 \end_layout
14926
14927 \end_inset
14928 </cell>
14929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14930 \begin_inset Text
14931
14932 \begin_layout Plain Layout
14933 \begin_inset Formula $\ointctrclockwise$
14934 \end_inset
14935
14936
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 </row>
14942 <row>
14943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14944 \begin_inset Text
14945
14946 \begin_layout Plain Layout
14947
14948 \backslash
14949 ointclockwise
14950 \end_layout
14951
14952 \end_inset
14953 </cell>
14954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14955 \begin_inset Text
14956
14957 \begin_layout Plain Layout
14958 \begin_inset Formula $\ointclockwise$
14959 \end_inset
14960
14961
14962 \end_layout
14963
14964 \end_inset
14965 </cell>
14966 </row>
14967 <row>
14968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14969 \begin_inset Text
14970
14971 \begin_layout Plain Layout
14972
14973 \backslash
14974 sqint
14975 \end_layout
14976
14977 \end_inset
14978 </cell>
14979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Plain Layout
14983 \begin_inset Formula $\sqint$
14984 \end_inset
14985
14986
14987 \end_layout
14988
14989 \end_inset
14990 </cell>
14991 </row>
14992 <row>
14993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997
14998 \backslash
14999 bigcap
15000 \end_layout
15001
15002 \end_inset
15003 </cell>
15004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15005 \begin_inset Text
15006
15007 \begin_layout Plain Layout
15008 \begin_inset Formula $\bigcap$
15009 \end_inset
15010
15011
15012 \end_layout
15013
15014 \end_inset
15015 </cell>
15016 </row>
15017 <row>
15018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15019 \begin_inset Text
15020
15021 \begin_layout Plain Layout
15022
15023 \backslash
15024 bigcup
15025 \end_layout
15026
15027 \end_inset
15028 </cell>
15029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033 \begin_inset Formula $\bigcup$
15034 \end_inset
15035
15036
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 </row>
15042 </lyxtabular>
15043
15044 \end_inset
15045
15046
15047 \begin_inset Space \hfill{}
15048 \end_inset
15049
15050
15051 \begin_inset Tabular
15052 <lyxtabular version="3" rows="10" columns="2">
15053 <features>
15054 <column alignment="center" valignment="top" width="0pt">
15055 <column alignment="center" valignment="top" width="0pt">
15056 <row>
15057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061 Befehl
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070 Ergebnis
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 </row>
15076 <row>
15077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081
15082 \backslash
15083 prod
15084 \begin_inset Index
15085 status collapsed
15086
15087 \begin_layout Plain Layout
15088 Befehle ! P ! 
15089 \backslash
15090 prod
15091 \end_layout
15092
15093 \end_inset
15094
15095
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104 \begin_inset Formula $\prod$
15105 \end_inset
15106
15107
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 </row>
15113 <row>
15114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Plain Layout
15118
15119 \backslash
15120 coprod
15121 \end_layout
15122
15123 \end_inset
15124 </cell>
15125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15126 \begin_inset Text
15127
15128 \begin_layout Plain Layout
15129 \begin_inset Formula $\coprod$
15130 \end_inset
15131
15132
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 </row>
15138 <row>
15139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143
15144 \backslash
15145 bigodot
15146 \end_layout
15147
15148 \end_inset
15149 </cell>
15150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15151 \begin_inset Text
15152
15153 \begin_layout Plain Layout
15154 \begin_inset Formula $\bigodot$
15155 \end_inset
15156
15157
15158 \end_layout
15159
15160 \end_inset
15161 </cell>
15162 </row>
15163 <row>
15164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15165 \begin_inset Text
15166
15167 \begin_layout Plain Layout
15168
15169 \backslash
15170 bigotimes
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179 \begin_inset Formula $\bigotimes$
15180 \end_inset
15181
15182
15183 \end_layout
15184
15185 \end_inset
15186 </cell>
15187 </row>
15188 <row>
15189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15190 \begin_inset Text
15191
15192 \begin_layout Plain Layout
15193
15194 \backslash
15195 bigoplus
15196 \end_layout
15197
15198 \end_inset
15199 </cell>
15200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204 \begin_inset Formula $\bigoplus$
15205 \end_inset
15206
15207
15208 \end_layout
15209
15210 \end_inset
15211 </cell>
15212 </row>
15213 <row>
15214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15215 \begin_inset Text
15216
15217 \begin_layout Plain Layout
15218
15219 \backslash
15220 bigwedge
15221 \end_layout
15222
15223 \end_inset
15224 </cell>
15225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15226 \begin_inset Text
15227
15228 \begin_layout Plain Layout
15229 \begin_inset Formula $\bigwedge$
15230 \end_inset
15231
15232
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 </row>
15238 <row>
15239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15240 \begin_inset Text
15241
15242 \begin_layout Plain Layout
15243
15244 \backslash
15245 bigvee
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Plain Layout
15254 \begin_inset Formula $\bigvee$
15255 \end_inset
15256
15257
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 </row>
15263 <row>
15264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15265 \begin_inset Text
15266
15267 \begin_layout Plain Layout
15268
15269 \backslash
15270 bigsqcup
15271 \end_layout
15272
15273 \end_inset
15274 </cell>
15275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15276 \begin_inset Text
15277
15278 \begin_layout Plain Layout
15279 \begin_inset Formula $\bigsqcup$
15280 \end_inset
15281
15282
15283 \end_layout
15284
15285 \end_inset
15286 </cell>
15287 </row>
15288 <row>
15289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15290 \begin_inset Text
15291
15292 \begin_layout Plain Layout
15293
15294 \backslash
15295 biguplus
15296 \end_layout
15297
15298 \end_inset
15299 </cell>
15300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15301 \begin_inset Text
15302
15303 \begin_layout Plain Layout
15304 \begin_inset Formula $\biguplus$
15305 \end_inset
15306
15307
15308 \end_layout
15309
15310 \end_inset
15311 </cell>
15312 </row>
15313 </lyxtabular>
15314
15315 \end_inset
15316
15317
15318 \begin_inset Space \hfill{}
15319 \end_inset
15320
15321
15322 \end_layout
15323
15324 \begin_layout Standard
15325 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15326 \begin_inset Graphics
15327         filename ../../images/math/intop.png
15328         scale 85
15329
15330 \end_inset
15331
15332  eingefügt werden.
15333 \end_layout
15334
15335 \begin_layout Standard
15336 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15337  Teil gleich aussehenden binären Operatoren.
15338  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15339  beschrieben.
15340 \end_layout
15341
15342 \begin_layout Standard
15343 Die Operatoren 
15344 \series bold
15345
15346 \backslash
15347 intop
15348 \series default
15349  und 
15350 \series bold
15351
15352 \backslash
15353 ointop
15354 \series default
15355  unterscheiden sich von 
15356 \series bold
15357
15358 \backslash
15359 int
15360 \series default
15361  bzw.
15362  
15363 \series bold
15364
15365 \backslash
15366 oint
15367 \series default
15368  in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15369 \begin_inset CommandInset ref
15370 LatexCommand ref
15371 reference "sub:Operatorgrenzen"
15372
15373 \end_inset
15374
15375 .
15376  
15377 \end_layout
15378
15379 \begin_layout Subsubsection*
15380 Hinweise zu Integralen
15381 \end_layout
15382
15383 \begin_layout Standard
15384 Der Buchstabe 
15385 \emph on
15386 d
15387 \emph default
15388  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15389  muss.
15390  Dazu markiert man das 
15391 \emph on
15392 d
15393 \emph default
15394  und wandelt es mit der Tastenkombination 
15395 \family sans
15396 Alt-z
15397 \begin_inset Space ~
15398 \end_inset
15399
15400 r
15401 \family default
15402
15403 \begin_inset Foot
15404 status collapsed
15405
15406 \begin_layout Plain Layout
15407 Schriftstile siehe 
15408 \begin_inset CommandInset ref
15409 LatexCommand ref
15410 reference "sub:Schriftstile"
15411
15412 \end_inset
15413
15414
15415 \end_layout
15416
15417 \end_inset
15418
15419  um.
15420  Anschließend fügt man vor dem 
15421 \emph on
15422 d
15423 \emph default
15424 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15425  Dazu ein Beispiel:
15426 \end_layout
15427
15428 \begin_layout Standard
15429 inkorrekt: 
15430 \begin_inset Formula $\int A(x)dx$
15431 \end_inset
15432
15433
15434 \begin_inset Newline newline
15435 \end_inset
15436
15437
15438 \begin_inset ERT
15439 status collapsed
15440
15441 \begin_layout Plain Layout
15442
15443
15444 \backslash
15445 hphantom{in}
15446 \end_layout
15447
15448 \end_inset
15449
15450 korrekt: 
15451 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15452 \end_inset
15453
15454
15455 \end_layout
15456
15457 \begin_layout Standard
15458 \begin_inset VSpace medskip
15459 \end_inset
15460
15461 Für Mehrfachintegrale gibt es folgende Befehle:
15462 \begin_inset VSpace medskip
15463 \end_inset
15464
15465
15466 \end_layout
15467
15468 \begin_layout Standard
15469 \begin_inset Space \hfill{}
15470 \end_inset
15471
15472
15473 \begin_inset Tabular
15474 <lyxtabular version="3" rows="4" columns="2">
15475 <features>
15476 <column alignment="center" valignment="top" width="0">
15477 <column alignment="center" valignment="top" width="0">
15478 <row>
15479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15480 \begin_inset Text
15481
15482 \begin_layout Plain Layout
15483 Befehl
15484 \end_layout
15485
15486 \end_inset
15487 </cell>
15488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15489 \begin_inset Text
15490
15491 \begin_layout Plain Layout
15492 Ergebnis
15493 \begin_inset Note Note
15494 status collapsed
15495
15496 \begin_layout Plain Layout
15497
15498 \series bold
15499
15500 \backslash
15501 raisebox
15502 \series default
15503  dient nur als Abstandhalter.
15504 \end_layout
15505
15506 \end_inset
15507
15508
15509 \end_layout
15510
15511 \end_inset
15512 </cell>
15513 </row>
15514 <row>
15515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15516 \begin_inset Text
15517
15518 \begin_layout Plain Layout
15519
15520 \backslash
15521 iint
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15527 \begin_inset Text
15528
15529 \begin_layout Plain Layout
15530 \begin_inset Formula $\raisebox {4.5mm}{}\iint\raisebox {-2.5mm}{}$
15531 \end_inset
15532
15533
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 </row>
15539 <row>
15540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544
15545 \backslash
15546 oiint
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555 \begin_inset Formula $\raisebox {4.5mm}{}\oiint\raisebox {-2.5mm}{}$
15556 \end_inset
15557
15558
15559 \end_layout
15560
15561 \end_inset
15562 </cell>
15563 </row>
15564 <row>
15565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Plain Layout
15569
15570 \backslash
15571 sqiint
15572 \end_layout
15573
15574 \end_inset
15575 </cell>
15576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15577 \begin_inset Text
15578
15579 \begin_layout Plain Layout
15580 \begin_inset Formula $\raisebox {4.5mm}{}\sqiint\raisebox {-2.5mm}{}$
15581 \end_inset
15582
15583
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 </row>
15589 </lyxtabular>
15590
15591 \end_inset
15592
15593
15594 \begin_inset Space \hfill{}
15595 \end_inset
15596
15597
15598 \begin_inset Tabular
15599 <lyxtabular version="3" rows="4" columns="2">
15600 <features>
15601 <column alignment="center" valignment="top" width="0">
15602 <column alignment="center" valignment="top" width="0">
15603 <row>
15604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608 Befehl
15609 \end_layout
15610
15611 \end_inset
15612 </cell>
15613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15614 \begin_inset Text
15615
15616 \begin_layout Plain Layout
15617 Ergebnis
15618 \end_layout
15619
15620 \end_inset
15621 </cell>
15622 </row>
15623 <row>
15624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15625 \begin_inset Text
15626
15627 \begin_layout Plain Layout
15628
15629 \backslash
15630 iiint
15631 \end_layout
15632
15633 \end_inset
15634 </cell>
15635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15636 \begin_inset Text
15637
15638 \begin_layout Plain Layout
15639 \begin_inset Formula $\raisebox {4.5mm}{}\iiint\raisebox {-2.5mm}{}$
15640 \end_inset
15641
15642
15643 \end_layout
15644
15645 \end_inset
15646 </cell>
15647 </row>
15648 <row>
15649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15650 \begin_inset Text
15651
15652 \begin_layout Plain Layout
15653
15654 \backslash
15655 iiiint
15656 \end_layout
15657
15658 \end_inset
15659 </cell>
15660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15661 \begin_inset Text
15662
15663 \begin_layout Plain Layout
15664 \begin_inset Formula $\raisebox {4.5mm}{}\iiiint\raisebox {-2.5mm}{}$
15665 \end_inset
15666
15667
15668 \end_layout
15669
15670 \end_inset
15671 </cell>
15672 </row>
15673 <row>
15674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15675 \begin_inset Text
15676
15677 \begin_layout Plain Layout
15678
15679 \backslash
15680 dotsint
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15686 \begin_inset Text
15687
15688 \begin_layout Plain Layout
15689 \begin_inset Formula $\raisebox {4.5mm}{}\dotsint\raisebox {-2.5mm}{}$
15690 \end_inset
15691
15692
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 </row>
15698 </lyxtabular>
15699
15700 \end_inset
15701
15702
15703 \begin_inset Space \hfill{}
15704 \end_inset
15705
15706
15707 \begin_inset Newpage newpage
15708 \end_inset
15709
15710
15711 \end_layout
15712
15713 \begin_layout Subsection
15714 Operatorgrenzen
15715 \begin_inset CommandInset label
15716 LatexCommand label
15717 name "sub:Operatorgrenzen"
15718
15719 \end_inset
15720
15721
15722 \begin_inset Index
15723 status collapsed
15724
15725 \begin_layout Plain Layout
15726 Operatoren ! Grenzen
15727 \end_layout
15728
15729 \end_inset
15730
15731
15732 \end_layout
15733
15734 \begin_layout Standard
15735 Grenzen werden durch Hoch- bzw.
15736  Tiefstellen erzeugt:
15737 \end_layout
15738
15739 \begin_layout Standard
15740 \align center
15741 \begin_inset Tabular
15742 <lyxtabular version="3" rows="2" columns="2">
15743 <features>
15744 <column alignment="center" valignment="top" width="0pt">
15745 <column alignment="center" valignment="top" width="0pt">
15746 <row>
15747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751 Befehl
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 Ergebnis
15761 \begin_inset Note Note
15762 status collapsed
15763
15764 \begin_layout Plain Layout
15765
15766 \series bold
15767
15768 \backslash
15769 raisebox
15770 \series default
15771  dient nur als Abstandhalter.
15772 \end_layout
15773
15774 \end_inset
15775
15776
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 </row>
15782 <row>
15783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787
15788 \backslash
15789 prod^
15790 \backslash
15791 infty
15792 \begin_inset ERT
15793 status collapsed
15794
15795 \begin_layout Plain Layout
15796
15797
15798 \backslash
15799 leer 
15800 \end_layout
15801
15802 \end_inset
15803
15804
15805 \begin_inset Formula $\to$
15806 \end_inset
15807
15808 _0
15809 \begin_inset Formula $\to$
15810 \end_inset
15811
15812 A(x)
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Plain Layout
15821 \begin_inset Formula $\raisebox {5mm}{}\prod_{0}^{\infty}A(x)\raisebox {-2.5mm}{}$
15822 \end_inset
15823
15824
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 </row>
15830 </lyxtabular>
15831
15832 \end_inset
15833
15834
15835 \end_layout
15836
15837 \begin_layout Standard
15838 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
15839  Operator gesetzt.
15840  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
15841  bzw.
15842  unter den Operator gesetzt.
15843 \end_layout
15844
15845 \begin_layout Standard
15846 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
15847  man den Cursor direkt hinter den Operator und setzt über das Menü 
15848 \family sans
15849 Bearbeiten\SpecialChar \menuseparator
15850 Mathe\SpecialChar \menuseparator
15851 Art der Operatorgrenzen ändern
15852 \family default
15853  die Grenzen auf 
15854 \series bold
15855 Eingebettet
15856 \series default
15857  (Tastenkombination 
15858 \family sans
15859 Alt-m
15860 \begin_inset Space ~
15861 \end_inset
15862
15863 l
15864 \family default
15865 ).
15866  Dazu folgendes Beispiel:
15867 \end_layout
15868
15869 \begin_layout Standard
15870 Die normalen Grenzen sehen so aus:
15871 \begin_inset Formula \[
15872 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15873
15874 \end_inset
15875
15876 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
15877 \begin_inset Formula \[
15878 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15879
15880 \end_inset
15881
15882 Bei Integralen werden mit Ausnahme von 
15883 \series bold
15884
15885 \backslash
15886 intop
15887 \series default
15888  und 
15889 \series bold
15890
15891 \backslash
15892 ointop
15893 \series default
15894  die Grenzen standardmäßig neben den Operator gesetzt.
15895  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
15896  gesetzt.
15897  Im folgenden Beispiel wurde die Grenze deswegen auf 
15898 \series bold
15899 Anzeige
15900 \series default
15901  gesetzt und damit unter die Integrale geschrieben:
15902 \begin_inset Formula \begin{equation}
15903 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15904
15905 \end_inset
15906
15907
15908 \end_layout
15909
15910 \begin_layout Standard
15911 \begin_inset VSpace medskip
15912 \end_inset
15913
15914 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
15915 \series bold
15916
15917 \backslash
15918 subarray
15919 \series default
15920
15921 \begin_inset Index
15922 status collapsed
15923
15924 \begin_layout Plain Layout
15925 Befehle ! S ! 
15926 \backslash
15927 subarray
15928 \end_layout
15929
15930 \end_inset
15931
15932  und 
15933 \series bold
15934
15935 \backslash
15936 substack
15937 \series default
15938
15939 \begin_inset Index
15940 status collapsed
15941
15942 \begin_layout Plain Layout
15943 Befehle ! S ! 
15944 \backslash
15945 substack
15946 \end_layout
15947
15948 \end_inset
15949
15950 .
15951  Um z.
15952 \begin_inset Space \thinspace{}
15953 \end_inset
15954
15955 B.
15956  diesen Ausdruck 
15957 \begin_inset Formula \begin{equation}
15958 \sum_{\begin{subarray}{c}
15959 0<k<1000\\
15960 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15961
15962 \end_inset
15963
15964 zu erstellen, muss man Folgendes tun:
15965 \begin_inset Newline newline
15966 \end_inset
15967
15968 Zuerst gibt man den Befehl 
15969 \series bold
15970
15971 \backslash
15972 sum
15973 \series default
15974 ^
15975 \series bold
15976 n
15977 \begin_inset ERT
15978 status collapsed
15979
15980 \begin_layout Plain Layout
15981
15982
15983 \backslash
15984 leer 
15985 \end_layout
15986
15987 \end_inset
15988
15989 _
15990 \series default
15991  ein.
15992  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
15993  In dieses gibt man den Befehl 
15994 \series bold
15995
15996 \backslash
15997 subarray
15998 \begin_inset ERT
15999 status collapsed
16000
16001 \begin_layout Plain Layout
16002
16003
16004 \backslash
16005 leer 
16006 \end_layout
16007
16008 \end_inset
16009
16010
16011 \series default
16012  ein.
16013  Das blaue Kästchen hat nun eine lila Umrahmung und man kann jetzt mehrere
16014  Zeilen untereinander schreiben.
16015  Mit Eingabe des Zeilenumbruchs (
16016 \family sans
16017 Strg-Enter
16018 \family default
16019 ) wird eine neue Zeile erstellt.
16020  Gibt man
16021 \begin_inset Newline newline
16022 \end_inset
16023
16024
16025 \series bold
16026 0<k<1000 Strg-Enter
16027 \begin_inset Newline newline
16028 \end_inset
16029
16030
16031 \series default
16032 ein, erscheint darunter ein Kästchen für die neue Zeile.
16033 \end_layout
16034
16035 \begin_layout Standard
16036 Die Ausrichtung der Zeilen kann mit der 
16037 \family sans
16038 Tabellen-Werkzeugleiste
16039 \family default
16040  oder dem Menü 
16041 \family sans
16042 Bearbeiten\SpecialChar \menuseparator
16043 Zeilen & Spalten
16044 \family default
16045  auf links geändert werden.
16046  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16047 \series bold
16048
16049 \backslash
16050 hfill
16051 \begin_inset ERT
16052 status collapsed
16053
16054 \begin_layout Plain Layout
16055
16056
16057 \backslash
16058 leer 
16059 \end_layout
16060
16061 \end_inset
16062
16063
16064 \series default
16065  eingegeben.
16066 \end_layout
16067
16068 \begin_layout Standard
16069 Der Befehl 
16070 \series bold
16071
16072 \backslash
16073 substack
16074 \series default
16075  ist äquivalent zu 
16076 \series bold
16077
16078 \backslash
16079 subarray
16080 \series default
16081 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16082 \end_layout
16083
16084 \begin_layout Standard
16085 \begin_inset VSpace bigskip
16086 \end_inset
16087
16088 Wie bei Formel 
16089 \begin_inset CommandInset ref
16090 LatexCommand eqref
16091 reference "eq:substack"
16092
16093 \end_inset
16094
16095  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16096  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16097 \end_layout
16098
16099 \begin_layout Standard
16100 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16101 \end_layout
16102
16103 \begin_layout Standard
16104
16105 \series bold
16106
16107 \backslash
16108 def
16109 \backslash
16110 clap#1{
16111 \backslash
16112 hbox to 0pt{
16113 \backslash
16114 hss #1
16115 \backslash
16116 hss}}
16117 \begin_inset Newline newline
16118 \end_inset
16119
16120
16121 \backslash
16122 def
16123 \backslash
16124 mathclap {
16125 \backslash
16126 mathpalette 
16127 \backslash
16128 mathclapinternal}
16129 \begin_inset Newline newline
16130 \end_inset
16131
16132
16133 \backslash
16134 def
16135 \backslash
16136 mathclapinternal #1#2{
16137 \backslash
16138 clap{$
16139 \backslash
16140 mathsurround =0pt #1{#2}$}}
16141 \end_layout
16142
16143 \begin_layout Standard
16144 Dadurch wird der Befehl 
16145 \series bold
16146
16147 \backslash
16148 mathclap
16149 \series default
16150
16151 \begin_inset Index
16152 status collapsed
16153
16154 \begin_layout Plain Layout
16155 Befehle ! M ! 
16156 \backslash
16157 mathclap
16158 \end_layout
16159
16160 \end_inset
16161
16162  definiert, der die Breite der Grenze auf 0
16163 \begin_inset Space \thinspace{}
16164 \end_inset
16165
16166 pt setzt.
16167  Das Befehlsschema lautet
16168 \end_layout
16169
16170 \begin_layout Standard
16171
16172 \series bold
16173
16174 \backslash
16175 mathclap{Grenze}
16176 \end_layout
16177
16178 \begin_layout Standard
16179 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16180 \end_layout
16181
16182 \begin_layout Standard
16183 Auf Formel 
16184 \begin_inset CommandInset ref
16185 LatexCommand eqref
16186 reference "eq:substack"
16187
16188 \end_inset
16189
16190  angewandt, gibt man also den Befehl
16191 \end_layout
16192
16193 \begin_layout Standard
16194
16195 \series bold
16196
16197 \backslash
16198 sum_
16199 \backslash
16200 mathclap{
16201 \backslash
16202 substack
16203 \begin_inset ERT
16204 status collapsed
16205
16206 \begin_layout Plain Layout
16207
16208
16209 \backslash
16210 leer 
16211 \end_layout
16212
16213 \end_inset
16214
16215 0<k<1000 Strg-Enter
16216 \end_layout
16217
16218 \begin_layout Standard
16219 ein, um die untere Grenze zu erstellen.
16220  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16221 \begin_inset Formula \[
16222 \sum_{\mathclap {\substack{0<k<1000\\
16223 \\k\,\in\,\mathbb{N}}
16224 }}^{n}k^{-2}\]
16225
16226 \end_inset
16227
16228
16229 \end_layout
16230
16231 \begin_layout Standard
16232 \begin_inset VSpace bigskip
16233 \end_inset
16234
16235 In 
16236 \begin_inset CommandInset ref
16237 LatexCommand ref
16238 reference "sub:Selbstdefinierte-Operatoren"
16239
16240 \end_inset
16241
16242  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16243 \end_layout
16244
16245 \begin_layout Subsection
16246 Binäre Operatoren
16247 \begin_inset CommandInset label
16248 LatexCommand label
16249 name "sub:Binäre-Operatoren"
16250
16251 \end_inset
16252
16253
16254 \begin_inset Index
16255 status collapsed
16256
16257 \begin_layout Plain Layout
16258 Operatoren ! binäre
16259 \end_layout
16260
16261 \end_inset
16262
16263
16264 \end_layout
16265
16266 \begin_layout Standard
16267 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16268  ein Zeichen befindet.
16269 \begin_inset VSpace medskip
16270 \end_inset
16271
16272
16273 \end_layout
16274
16275 \begin_layout Standard
16276 \begin_inset Space \hfill{}
16277 \end_inset
16278
16279
16280 \begin_inset Tabular
16281 <lyxtabular version="3" rows="13" columns="2">
16282 <features>
16283 <column alignment="center" valignment="top" width="0pt">
16284 <column alignment="center" valignment="top" width="0pt">
16285 <row>
16286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16287 \begin_inset Text
16288
16289 \begin_layout Plain Layout
16290 Befehl
16291 \begin_inset Note Note
16292 status collapsed
16293
16294 \begin_layout Plain Layout
16295
16296 \series bold
16297
16298 \backslash
16299 raisebox
16300 \series default
16301  dient nur als Abstandhalter.
16302 \end_layout
16303
16304 \end_inset
16305
16306
16307 \end_layout
16308
16309 \end_inset
16310 </cell>
16311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16312 \begin_inset Text
16313
16314 \begin_layout Plain Layout
16315 Ergebnis
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 </row>
16321 <row>
16322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16323 \begin_inset Text
16324
16325 \begin_layout Plain Layout
16326 +
16327 \end_layout
16328
16329 \end_inset
16330 </cell>
16331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16332 \begin_inset Text
16333
16334 \begin_layout Plain Layout
16335 \begin_inset Formula $+$
16336 \end_inset
16337
16338
16339 \end_layout
16340
16341 \end_inset
16342 </cell>
16343 </row>
16344 <row>
16345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16346 \begin_inset Text
16347
16348 \begin_layout Plain Layout
16349 -
16350 \end_layout
16351
16352 \end_inset
16353 </cell>
16354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358 \begin_inset Formula $-$
16359 \end_inset
16360
16361
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 </row>
16367 <row>
16368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372
16373 \backslash
16374 pm
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383 \begin_inset Formula $\pm$
16384 \end_inset
16385
16386
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 </row>
16392 <row>
16393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Plain Layout
16397
16398 \backslash
16399 mp
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Plain Layout
16408 \begin_inset Formula $\mp$
16409 \end_inset
16410
16411
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 </row>
16417 <row>
16418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Plain Layout
16422
16423 \backslash
16424 cdot
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 \begin_inset Formula $\cdot$
16434 \end_inset
16435
16436
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 </row>
16442 <row>
16443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447
16448 \backslash
16449 times
16450 \end_layout
16451
16452 \end_inset
16453 </cell>
16454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16455 \begin_inset Text
16456
16457 \begin_layout Plain Layout
16458 \begin_inset Formula $\times$
16459 \end_inset
16460
16461
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 </row>
16467 <row>
16468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472
16473 \backslash
16474 div
16475 \end_layout
16476
16477 \end_inset
16478 </cell>
16479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16480 \begin_inset Text
16481
16482 \begin_layout Plain Layout
16483 \begin_inset Formula $\div$
16484 \end_inset
16485
16486
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 </row>
16492 <row>
16493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497 \begin_inset ERT
16498 status collapsed
16499
16500 \begin_layout Plain Layout
16501
16502
16503 \backslash
16504 raisebox{-1.2mm}{
16505 \end_layout
16506
16507 \end_inset
16508
16509 *
16510 \begin_inset ERT
16511 status collapsed
16512
16513 \begin_layout Plain Layout
16514
16515 }
16516 \end_layout
16517
16518 \end_inset
16519
16520
16521 \end_layout
16522
16523 \end_inset
16524 </cell>
16525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529 \begin_inset Formula $*$
16530 \end_inset
16531
16532
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 </row>
16538 <row>
16539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16540 \begin_inset Text
16541
16542 \begin_layout Plain Layout
16543
16544 \backslash
16545 star
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554 \begin_inset Formula $\star$
16555 \end_inset
16556
16557
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 </row>
16563 <row>
16564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Plain Layout
16568
16569 \backslash
16570 circ
16571 \end_layout
16572
16573 \end_inset
16574 </cell>
16575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579 \begin_inset Formula $\circ$
16580 \end_inset
16581
16582
16583 \end_layout
16584
16585 \end_inset
16586 </cell>
16587 </row>
16588 <row>
16589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16590 \begin_inset Text
16591
16592 \begin_layout Plain Layout
16593
16594 \backslash
16595 diamond
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16601 \begin_inset Text
16602
16603 \begin_layout Plain Layout
16604 \begin_inset Formula $\diamond$
16605 \end_inset
16606
16607
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 </row>
16613 <row>
16614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618
16619 \backslash
16620 bullet
16621 \end_layout
16622
16623 \end_inset
16624 </cell>
16625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Plain Layout
16629 \begin_inset Formula $\bullet$
16630 \end_inset
16631
16632
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 </row>
16638 </lyxtabular>
16639
16640 \end_inset
16641
16642
16643 \begin_inset Space \hfill{}
16644 \end_inset
16645
16646
16647 \begin_inset Tabular
16648 <lyxtabular version="3" rows="13" columns="2">
16649 <features>
16650 <column alignment="center" valignment="top" width="0pt">
16651 <column alignment="center" valignment="top" width="0pt">
16652 <row>
16653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657 Befehl
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 Ergebnis
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 </row>
16672 <row>
16673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677
16678 \backslash
16679 nabla
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16685 \begin_inset Text
16686
16687 \begin_layout Plain Layout
16688 \begin_inset Formula $\nabla$
16689 \end_inset
16690
16691
16692 \end_layout
16693
16694 \end_inset
16695 </cell>
16696 </row>
16697 <row>
16698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702
16703 \backslash
16704 bigtriangledown
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713 \begin_inset Formula $\bigtriangledown$
16714 \end_inset
16715
16716
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 </row>
16722 <row>
16723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Plain Layout
16727
16728 \backslash
16729 bigtriangleup
16730 \end_layout
16731
16732 \end_inset
16733 </cell>
16734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Plain Layout
16738 \begin_inset Formula $\bigtriangleup$
16739 \end_inset
16740
16741
16742 \end_layout
16743
16744 \end_inset
16745 </cell>
16746 </row>
16747 <row>
16748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16749 \begin_inset Text
16750
16751 \begin_layout Plain Layout
16752
16753 \backslash
16754 Box
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763 \begin_inset Formula $\Box$
16764 \end_inset
16765
16766
16767 \end_layout
16768
16769 \end_inset
16770 </cell>
16771 </row>
16772 <row>
16773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Plain Layout
16777
16778 \backslash
16779 cap 
16780 \end_layout
16781
16782 \end_inset
16783 </cell>
16784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16785 \begin_inset Text
16786
16787 \begin_layout Plain Layout
16788 \begin_inset Formula $\cap$
16789 \end_inset
16790
16791
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 </row>
16797 <row>
16798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Plain Layout
16802
16803 \backslash
16804 cup
16805 \end_layout
16806
16807 \end_inset
16808 </cell>
16809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16810 \begin_inset Text
16811
16812 \begin_layout Plain Layout
16813 \begin_inset Formula $\cup$
16814 \end_inset
16815
16816
16817 \end_layout
16818
16819 \end_inset
16820 </cell>
16821 </row>
16822 <row>
16823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827
16828 \backslash
16829 dagger
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838 \begin_inset Formula $\dagger$
16839 \end_inset
16840
16841
16842 \end_layout
16843
16844 \end_inset
16845 </cell>
16846 </row>
16847 <row>
16848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852
16853 \backslash
16854 ddagger
16855 \end_layout
16856
16857 \end_inset
16858 </cell>
16859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16860 \begin_inset Text
16861
16862 \begin_layout Plain Layout
16863 \begin_inset Formula $\ddagger$
16864 \end_inset
16865
16866
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 </row>
16872 <row>
16873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16874 \begin_inset Text
16875
16876 \begin_layout Plain Layout
16877
16878 \backslash
16879 wr
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888 \begin_inset Formula $\wr$
16889 \end_inset
16890
16891
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 </row>
16897 <row>
16898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16899 \begin_inset Text
16900
16901 \begin_layout Plain Layout
16902
16903 \backslash
16904 bigcirc
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Plain Layout
16913 \begin_inset Formula $\bigcirc$
16914 \end_inset
16915
16916
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 </row>
16922 <row>
16923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Plain Layout
16927
16928 \backslash
16929 wedge
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938 \begin_inset Formula $\wedge$
16939 \end_inset
16940
16941
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 </row>
16947 <row>
16948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952
16953 \backslash
16954 vee
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Plain Layout
16963 \begin_inset Formula $\vee$
16964 \end_inset
16965
16966
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 </row>
16972 </lyxtabular>
16973
16974 \end_inset
16975
16976
16977 \begin_inset Space \hfill{}
16978 \end_inset
16979
16980
16981 \begin_inset Tabular
16982 <lyxtabular version="3" rows="13" columns="2">
16983 <features>
16984 <column alignment="center" valignment="top" width="0pt">
16985 <column alignment="center" valignment="top" width="0pt">
16986 <row>
16987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991 Befehl
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000 Ergebnis
17001 \end_layout
17002
17003 \end_inset
17004 </cell>
17005 </row>
17006 <row>
17007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011
17012 \backslash
17013 oplus
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022 \begin_inset Formula $\oplus$
17023 \end_inset
17024
17025
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 </row>
17031 <row>
17032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Plain Layout
17036
17037 \backslash
17038 ominus
17039 \end_layout
17040
17041 \end_inset
17042 </cell>
17043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047 \begin_inset Formula $\ominus$
17048 \end_inset
17049
17050
17051 \end_layout
17052
17053 \end_inset
17054 </cell>
17055 </row>
17056 <row>
17057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061
17062 \backslash
17063 otimes
17064 \end_layout
17065
17066 \end_inset
17067 </cell>
17068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072 \begin_inset Formula $\otimes$
17073 \end_inset
17074
17075
17076 \end_layout
17077
17078 \end_inset
17079 </cell>
17080 </row>
17081 <row>
17082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17083 \begin_inset Text
17084
17085 \begin_layout Plain Layout
17086
17087 \backslash
17088 oslash
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097 \begin_inset Formula $\oslash$
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 </row>
17106 <row>
17107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Plain Layout
17111
17112 \backslash
17113 odot
17114 \end_layout
17115
17116 \end_inset
17117 </cell>
17118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17119 \begin_inset Text
17120
17121 \begin_layout Plain Layout
17122 \begin_inset Formula $\odot$
17123 \end_inset
17124
17125
17126 \end_layout
17127
17128 \end_inset
17129 </cell>
17130 </row>
17131 <row>
17132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17133 \begin_inset Text
17134
17135 \begin_layout Plain Layout
17136
17137 \backslash
17138 amalg
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147 \begin_inset Formula $\amalg$
17148 \end_inset
17149
17150
17151 \end_layout
17152
17153 \end_inset
17154 </cell>
17155 </row>
17156 <row>
17157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17158 \begin_inset Text
17159
17160 \begin_layout Plain Layout
17161
17162 \backslash
17163 uplus
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172 \begin_inset Formula $\uplus$
17173 \end_inset
17174
17175
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 </row>
17181 <row>
17182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186
17187 \backslash
17188 setminus
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197 \begin_inset Formula $\setminus$
17198 \end_inset
17199
17200
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 </row>
17206 <row>
17207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211
17212 \backslash
17213 sqcap
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Plain Layout
17222 \begin_inset Formula $\sqcap$
17223 \end_inset
17224
17225
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 </row>
17231 <row>
17232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17233 \begin_inset Text
17234
17235 \begin_layout Plain Layout
17236
17237 \backslash
17238 sqcup
17239 \end_layout
17240
17241 \end_inset
17242 </cell>
17243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247 \begin_inset Formula $\sqcup$
17248 \end_inset
17249
17250
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 </row>
17256 <row>
17257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17258 \begin_inset Text
17259
17260 \begin_layout Plain Layout
17261
17262 \backslash
17263 triangleleft
17264 \end_layout
17265
17266 \end_inset
17267 </cell>
17268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17269 \begin_inset Text
17270
17271 \begin_layout Plain Layout
17272 \begin_inset Formula $\triangleleft$
17273 \end_inset
17274
17275
17276 \end_layout
17277
17278 \end_inset
17279 </cell>
17280 </row>
17281 <row>
17282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17283 \begin_inset Text
17284
17285 \begin_layout Plain Layout
17286
17287 \backslash
17288 triangleright
17289 \end_layout
17290
17291 \end_inset
17292 </cell>
17293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17294 \begin_inset Text
17295
17296 \begin_layout Plain Layout
17297 \begin_inset Formula $\triangleright$
17298 \end_inset
17299
17300
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 </row>
17306 </lyxtabular>
17307
17308 \end_inset
17309
17310
17311 \begin_inset Space \hfill{}
17312 \end_inset
17313
17314
17315 \end_layout
17316
17317 \begin_layout Standard
17318 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17319  
17320 \begin_inset Graphics
17321         filename ../../images/math/pm.png
17322         scale 85
17323
17324 \end_inset
17325
17326  eingefügt werden.
17327 \end_layout
17328
17329 \begin_layout Standard
17330 Um den Laplace-Operator darzustellen, kann man statt 
17331 \series bold
17332
17333 \backslash
17334 bigtriangleup
17335 \series default
17336  auch 
17337 \series bold
17338
17339 \backslash
17340 Delta
17341 \series default
17342  verwenden oder man benutzt 
17343 \series bold
17344
17345 \backslash
17346 nabla
17347 \series default
17348 ^
17349 \series bold
17350 2
17351 \series default
17352  (
17353 \begin_inset Formula $\nabla^{2}$
17354 \end_inset
17355
17356 ).
17357 \end_layout
17358
17359 \begin_layout Standard
17360 Das Zeichen 
17361 \family sans
17362 Menütrenner
17363 \family default
17364  im Menü 
17365 \family sans
17366 Einfügen\SpecialChar \menuseparator
17367 Sonderzeichen
17368 \family default
17369  ist der Operator 
17370 \series bold
17371
17372 \backslash
17373 triangleright
17374 \series default
17375 .
17376 \end_layout
17377
17378 \begin_layout Subsection
17379 Selbst definierte Operatoren
17380 \begin_inset CommandInset label
17381 LatexCommand label
17382 name "sub:Selbstdefinierte-Operatoren"
17383
17384 \end_inset
17385
17386
17387 \begin_inset Index
17388 status collapsed
17389
17390 \begin_layout Plain Layout
17391 Operatoren ! selbstdefinierte
17392 \end_layout
17393
17394 \end_inset
17395
17396
17397 \end_layout
17398
17399 \begin_layout Standard
17400 Mit Hilfe des Befehls 
17401 \series bold
17402
17403 \backslash
17404 DeclareMathOperator
17405 \series default
17406
17407 \begin_inset Index
17408 status collapsed
17409
17410 \begin_layout Plain Layout
17411 Befehle ! D ! 
17412 \backslash
17413 dbinom@
17414 \backslash
17415 DeclareMathOperator
17416 \end_layout
17417
17418 \end_inset
17419
17420  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17421  Das Befehlsschema dazu lautet:
17422 \end_layout
17423
17424 \begin_layout Standard
17425
17426 \series bold
17427
17428 \backslash
17429 DeclareMathOperator{neuer Befehl}{Anzeige}
17430 \end_layout
17431
17432 \begin_layout Standard
17433 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17434  im Ausdruck aussieht.
17435  Will man einen großen Operator definieren, setzt man hinter den Befehl
17436  ein 
17437 \series bold
17438 *
17439 \series default
17440 .
17441  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17442  wie in 
17443 \begin_inset CommandInset ref
17444 LatexCommand ref
17445 reference "sub:Operatorgrenzen"
17446
17447 \end_inset
17448
17449  beschrieben.
17450 \end_layout
17451
17452 \begin_layout Standard
17453 Beispielsweise definiert die LaTeX-Vorspannzeile
17454 \end_layout
17455
17456 \begin_layout Standard
17457
17458 \series bold
17459
17460 \backslash
17461 DeclareMathOperator*{
17462 \backslash
17463 Raute}{
17464 \backslash
17465 blacklozenge}
17466 \end_layout
17467
17468 \begin_layout Standard
17469 den Befehl 
17470 \series bold
17471
17472 \backslash
17473 Raute
17474 \series default
17475 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17476  aus 
17477 \begin_inset CommandInset ref
17478 LatexCommand ref
17479 reference "sub:Sonstige-Symbole"
17480
17481 \end_inset
17482
17483  besteht:
17484 \begin_inset Formula \[
17485 \Raute _{n=1}^{\infty}\]
17486
17487 \end_inset
17488
17489 Der Befehl für diese Formel lautet: 
17490 \series bold
17491
17492 \backslash
17493 Raute
17494 \series default
17495 ^
17496 \series bold
17497
17498 \backslash
17499 infty
17500 \begin_inset Formula $\to$
17501 \end_inset
17502
17503 _n=1
17504 \end_layout
17505
17506 \begin_layout Standard
17507 \begin_inset VSpace bigskip
17508 \end_inset
17509
17510 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17511  auch mit den Befehlen 
17512 \series bold
17513
17514 \backslash
17515 mathop
17516 \series default
17517
17518 \begin_inset Index
17519 status collapsed
17520
17521 \begin_layout Plain Layout
17522 Befehle ! M ! 
17523 \backslash
17524 mathop
17525 \end_layout
17526
17527 \end_inset
17528
17529  und 
17530 \series bold
17531
17532 \backslash
17533 mathbin
17534 \series default
17535
17536 \begin_inset Index
17537 status collapsed
17538
17539 \begin_layout Plain Layout
17540 Befehle ! M ! 
17541 \backslash
17542 mathbin
17543 \end_layout
17544
17545 \end_inset
17546
17547  definieren, die folgendes Schema besitzen:
17548 \end_layout
17549
17550 \begin_layout Standard
17551
17552 \series bold
17553
17554 \backslash
17555 mathop{Anzeige}
17556 \series default
17557  bzw.
17558  
17559 \series bold
17560
17561 \backslash
17562 mathbin{Anzeige}
17563 \end_layout
17564
17565 \begin_layout Standard
17566
17567 \series bold
17568
17569 \backslash
17570 mathop
17571 \series default
17572  definiert große, 
17573 \series bold
17574
17575 \backslash
17576 mathbin
17577 \series default
17578  binäre Operatoren.
17579 \end_layout
17580
17581 \begin_layout Standard
17582
17583 \series bold
17584
17585 \backslash
17586 mathop
17587 \series default
17588  lässt sich z.
17589 \begin_inset Space \thinspace{}
17590 \end_inset
17591
17592 B.
17593  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17594 \begin_inset Formula \[
17595 \mathop {\sum\negmedspace\sum}_{i,j=1}^{N}\]
17596
17597 \end_inset
17598
17599
17600 \end_layout
17601
17602 \begin_layout Standard
17603 Der Befehl für obige Formel lautet:
17604 \begin_inset Newline newline
17605 \end_inset
17606
17607  
17608 \series bold
17609
17610 \backslash
17611 mathop{
17612 \backslash
17613 sum
17614 \backslash
17615 negmedspace
17616 \backslash
17617 sum
17618 \series default
17619
17620 \begin_inset ERT
17621 status collapsed
17622
17623 \begin_layout Plain Layout
17624
17625
17626 \backslash
17627 leer 
17628 \end_layout
17629
17630 \end_inset
17631
17632
17633 \series bold
17634
17635 \begin_inset Formula $\to$
17636 \end_inset
17637
17638 ^N
17639 \series default
17640
17641 \begin_inset ERT
17642 status collapsed
17643
17644 \begin_layout Plain Layout
17645
17646
17647 \backslash
17648 leer 
17649 \end_layout
17650
17651 \end_inset
17652
17653
17654 \series bold
17655 _i,j=1
17656 \end_layout
17657
17658 \begin_layout Section
17659 Schriften
17660 \begin_inset Index
17661 status collapsed
17662
17663 \begin_layout Plain Layout
17664 Schriften
17665 \end_layout
17666
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \begin_layout Subsection
17673 Schriftstile
17674 \begin_inset CommandInset label
17675 LatexCommand label
17676 name "sub:Schriftstile"
17677
17678 \end_inset
17679
17680
17681 \begin_inset Index
17682 status collapsed
17683
17684 \begin_layout Plain Layout
17685 Schriften ! Schriftstile
17686 \end_layout
17687
17688 \end_inset
17689
17690
17691 \end_layout
17692
17693 \begin_layout Standard
17694 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17695  gesetzt werden:
17696 \begin_inset VSpace -2mm
17697 \end_inset
17698
17699
17700 \end_layout
17701
17702 \begin_layout Standard
17703 \align center
17704 \begin_inset Tabular
17705 <lyxtabular version="3" rows="6" columns="3">
17706 <features>
17707 <column alignment="center" valignment="top" width="0">
17708 <column alignment="center" valignment="top" width="0">
17709 <column alignment="center" valignment="top" width="0">
17710 <row>
17711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17712 \begin_inset Text
17713
17714 \begin_layout Plain Layout
17715 Befehl
17716 \end_layout
17717
17718 \end_inset
17719 </cell>
17720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724 Ergebnis
17725 \end_layout
17726
17727 \end_inset
17728 </cell>
17729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17730 \begin_inset Text
17731
17732 \begin_layout Plain Layout
17733 Tastenkürzel
17734 \end_layout
17735
17736 \end_inset
17737 </cell>
17738 </row>
17739 <row>
17740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Plain Layout
17744
17745 \backslash
17746 mathbb
17747 \series bold
17748
17749 \begin_inset ERT
17750 status collapsed
17751
17752 \begin_layout Plain Layout
17753
17754
17755 \backslash
17756 leer 
17757 \end_layout
17758
17759 \end_inset
17760
17761
17762 \series default
17763 ABC
17764 \end_layout
17765
17766 \end_inset
17767 </cell>
17768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17769 \begin_inset Text
17770
17771 \begin_layout Plain Layout
17772 \begin_inset Formula $\mathbb{ABC}$
17773 \end_inset
17774
17775
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17781 \begin_inset Text
17782
17783 \begin_layout Plain Layout
17784 Alt-z k
17785 \end_layout
17786
17787 \end_inset
17788 </cell>
17789 </row>
17790 <row>
17791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17792 \begin_inset Text
17793
17794 \begin_layout Plain Layout
17795
17796 \backslash
17797 mathbf
17798 \series bold
17799
17800 \begin_inset ERT
17801 status collapsed
17802
17803 \begin_layout Plain Layout
17804
17805
17806 \backslash
17807 leer 
17808 \end_layout
17809
17810 \end_inset
17811
17812
17813 \series default
17814 AbC
17815 \end_layout
17816
17817 \end_inset
17818 </cell>
17819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17820 \begin_inset Text
17821
17822 \begin_layout Plain Layout
17823 \begin_inset Formula $\mathbf{AbC}$
17824 \end_inset
17825
17826
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835 -
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 </row>
17841 <row>
17842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17843 \begin_inset Text
17844
17845 \begin_layout Plain Layout
17846
17847 \backslash
17848 boldsymbol
17849 \series bold
17850
17851 \begin_inset ERT
17852 status collapsed
17853
17854 \begin_layout Plain Layout
17855
17856
17857 \backslash
17858 leer 
17859 \end_layout
17860
17861 \end_inset
17862
17863
17864 \series default
17865 AbC
17866 \end_layout
17867
17868 \end_inset
17869 </cell>
17870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17871 \begin_inset Text
17872
17873 \begin_layout Plain Layout
17874 \begin_inset Formula $\boldsymbol{AbC}$
17875 \end_inset
17876
17877
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886 Alt-z f
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 </row>
17892 <row>
17893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17894 \begin_inset Text
17895
17896 \begin_layout Plain Layout
17897
17898 \backslash
17899 mathcal
17900 \series bold
17901
17902 \begin_inset ERT
17903 status collapsed
17904
17905 \begin_layout Plain Layout
17906
17907
17908 \backslash
17909 leer 
17910 \end_layout
17911
17912 \end_inset
17913
17914
17915 \series default
17916 ABC
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925 \begin_inset Formula $\mathcal{ABC}$
17926 \end_inset
17927
17928
17929 \end_layout
17930
17931 \end_inset
17932 </cell>
17933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17934 \begin_inset Text
17935
17936 \begin_layout Plain Layout
17937 Alt-z h
17938 \end_layout
17939
17940 \end_inset
17941 </cell>
17942 </row>
17943 <row>
17944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17945 \begin_inset Text
17946
17947 \begin_layout Plain Layout
17948
17949 \backslash
17950 mathfrak
17951 \series bold
17952
17953 \begin_inset ERT
17954 status collapsed
17955
17956 \begin_layout Plain Layout
17957
17958
17959 \backslash
17960 leer 
17961 \end_layout
17962
17963 \end_inset
17964
17965
17966 \series default
17967 AbC
17968 \end_layout
17969
17970 \end_inset
17971 </cell>
17972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17973 \begin_inset Text
17974
17975 \begin_layout Plain Layout
17976 \begin_inset Formula $\mathfrak{AbC}$
17977 \end_inset
17978
17979
17980 \end_layout
17981
17982 \end_inset
17983 </cell>
17984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17985 \begin_inset Text
17986
17987 \begin_layout Plain Layout
17988 -
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 </row>
17994 </lyxtabular>
17995
17996 \end_inset
17997
17998
17999 \end_layout
18000
18001 \begin_layout Standard
18002 \align center
18003 \begin_inset Tabular
18004 <lyxtabular version="3" rows="5" columns="3">
18005 <features>
18006 <column alignment="center" valignment="top" width="0">
18007 <column alignment="center" valignment="top" width="0">
18008 <column alignment="center" valignment="top" width="0">
18009 <row>
18010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014 Befehl
18015 \end_layout
18016
18017 \end_inset
18018 </cell>
18019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18020 \begin_inset Text
18021
18022 \begin_layout Plain Layout
18023 Ergebnis
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032 Tastenkürzel
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 mathit
18046 \series bold
18047
18048 \begin_inset ERT
18049 status collapsed
18050
18051 \begin_layout Plain Layout
18052
18053
18054 \backslash
18055 leer 
18056 \end_layout
18057
18058 \end_inset
18059
18060
18061 \series default
18062 AbC
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18068 \begin_inset Text
18069
18070 \begin_layout Plain Layout
18071 \begin_inset Formula $\mathit{AbC}$
18072 \end_inset
18073
18074
18075 \end_layout
18076
18077 \end_inset
18078 </cell>
18079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18080 \begin_inset Text
18081
18082 \begin_layout Plain Layout
18083 -
18084 \end_layout
18085
18086 \end_inset
18087 </cell>
18088 </row>
18089 <row>
18090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18091 \begin_inset Text
18092
18093 \begin_layout Plain Layout
18094
18095 \backslash
18096 mathrm
18097 \series bold
18098
18099 \begin_inset ERT
18100 status collapsed
18101
18102 \begin_layout Plain Layout
18103
18104
18105 \backslash
18106 leer 
18107 \end_layout
18108
18109 \end_inset
18110
18111
18112 \series default
18113 AbC
18114 \end_layout
18115
18116 \end_inset
18117 </cell>
18118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122 \begin_inset Formula $\mathrm{AbC}$
18123 \end_inset
18124
18125
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134 Alt-z r
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 </row>
18140 <row>
18141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145
18146 \backslash
18147 mathsf
18148 \series bold
18149
18150 \begin_inset ERT
18151 status collapsed
18152
18153 \begin_layout Plain Layout
18154
18155
18156 \backslash
18157 leer 
18158 \end_layout
18159
18160 \end_inset
18161
18162
18163 \series default
18164 AbC
18165 \end_layout
18166
18167 \end_inset
18168 </cell>
18169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173 \begin_inset Formula $\mathsf{AbC}$
18174 \end_inset
18175
18176
18177 \end_layout
18178
18179 \end_inset
18180 </cell>
18181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18182 \begin_inset Text
18183
18184 \begin_layout Plain Layout
18185 Alt-z s
18186 \end_layout
18187
18188 \end_inset
18189 </cell>
18190 </row>
18191 <row>
18192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196
18197 \backslash
18198 mathtt
18199 \series bold
18200
18201 \begin_inset ERT
18202 status collapsed
18203
18204 \begin_layout Plain Layout
18205
18206
18207 \backslash
18208 leer 
18209 \end_layout
18210
18211 \end_inset
18212
18213
18214 \series default
18215 AbC
18216 \end_layout
18217
18218 \end_inset
18219 </cell>
18220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Plain Layout
18224 \begin_inset Formula $\mathtt{AbC}$
18225 \end_inset
18226
18227
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18233 \begin_inset Text
18234
18235 \begin_layout Plain Layout
18236 Alt-z c
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 </row>
18242 </lyxtabular>
18243
18244 \end_inset
18245
18246
18247 \end_layout
18248
18249 \begin_layout Standard
18250 \begin_inset Note Greyedout
18251 status open
18252
18253 \begin_layout Plain Layout
18254
18255 \series bold
18256 Achtung:
18257 \series default
18258  Die Stile 
18259 \series bold
18260
18261 \backslash
18262 mathbb
18263 \series default
18264  und 
18265 \series bold
18266
18267 \backslash
18268 mathcal
18269 \series default
18270  können nur für Großbuchstaben verwendet werden.
18271 \end_layout
18272
18273 \end_inset
18274
18275
18276 \end_layout
18277
18278 \begin_layout Standard
18279 Voreingestellt ist der Stil 
18280 \series bold
18281
18282 \backslash
18283 mathnormal
18284 \series default
18285 .
18286 \end_layout
18287
18288 \begin_layout Standard
18289 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18290 \begin_inset Formula \[
18291 \mathfrak{A=\frac{b}{C}}\]
18292
18293 \end_inset
18294
18295
18296 \end_layout
18297
18298 \begin_layout Standard
18299 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18300 ile, sondern in dem Textschriftstil 
18301 \series bold
18302
18303 \backslash
18304 textrm
18305 \series default
18306 .
18307  Dass ihr Stil nicht über den Textstil Dialog geändert werden kann ist ein
18308  Fehler in LyX .
18309 \begin_inset Foot
18310 status collapsed
18311
18312 \begin_layout Plain Layout
18313 \begin_inset CommandInset href
18314 LatexCommand href
18315 name "LyX-Fehler #4091"
18316 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18317
18318 \end_inset
18319
18320
18321 \end_layout
18322
18323 \end_inset
18324
18325
18326 \end_layout
18327
18328 \begin_layout Standard
18329 Anstelle der Stilbefehle kann man auch den Dialog 
18330 \family sans
18331 Bearbeiten\SpecialChar \menuseparator
18332 Mathe\SpecialChar \menuseparator
18333 Text-Stil
18334 \family default
18335  oder den Mathe-Werkzeugleistenknopf 
18336 \begin_inset Graphics
18337         filename ../../images/math/font.png
18338         scale 85
18339
18340 \end_inset
18341
18342  verwenden.
18343 \end_layout
18344
18345 \begin_layout Subsection
18346 Fett gedruckte Formeln
18347 \begin_inset CommandInset label
18348 LatexCommand label
18349 name "sub:Fett-gedruckte-Formeln"
18350
18351 \end_inset
18352
18353
18354 \begin_inset Index
18355 status collapsed
18356
18357 \begin_layout Plain Layout
18358 Formel ! fett gedruckte
18359 \end_layout
18360
18361 \end_inset
18362
18363
18364 \end_layout
18365
18366 \begin_layout Standard
18367 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18368  Kapitel angegebenen Befehl 
18369 \series bold
18370
18371 \backslash
18372 mathbf
18373 \series default
18374  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18375  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18376  Formel gut erkennt:
18377 \end_layout
18378
18379 \begin_layout Standard
18380 \begin_inset Formula \[
18381 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash  mathbf}\]
18382
18383 \end_inset
18384
18385
18386 \end_layout
18387
18388 \begin_layout Standard
18389 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18390 \series bold
18391
18392 \backslash
18393 boldsymbol
18394 \series default
18395 :
18396 \begin_inset Formula \[
18397 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash  boldsymbol}}\]
18398
18399 \end_inset
18400
18401 Es gibt auch die Möglichkeit die Formel in eine 
18402 \series bold
18403 boldmath-Umgebung
18404 \series default
18405  zu setzen.
18406  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18407 \series bold
18408
18409 \backslash
18410 boldmath
18411 \begin_inset Index
18412 status collapsed
18413
18414 \begin_layout Plain Layout
18415 Befehle ! B ! 
18416 \backslash
18417 boldmath
18418 \end_layout
18419
18420 \end_inset
18421
18422
18423 \series default
18424  eingibt.
18425  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18426 \series bold
18427
18428 \backslash
18429 unboldmath
18430 \begin_inset Index
18431 status collapsed
18432
18433 \begin_layout Plain Layout
18434 Befehle ! U ! 
18435 \backslash
18436 unboldmath
18437 \end_layout
18438
18439 \end_inset
18440
18441
18442 \series default
18443  ein.
18444 \begin_inset ERT
18445 status collapsed
18446
18447 \begin_layout Plain Layout
18448
18449
18450 \backslash
18451 boldmath 
18452 \end_layout
18453
18454 \end_inset
18455
18456
18457 \begin_inset Formula \[
18458 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}\]
18459
18460 \end_inset
18461
18462
18463 \begin_inset ERT
18464 status collapsed
18465
18466 \begin_layout Plain Layout
18467
18468
18469 \backslash
18470 unboldmath 
18471 \end_layout
18472
18473 \end_inset
18474
18475
18476 \end_layout
18477
18478 \begin_layout Subsection
18479 Schriftgrößen
18480 \begin_inset CommandInset label
18481 LatexCommand label
18482 name "sub:Schriftgrößen"
18483
18484 \end_inset
18485
18486
18487 \begin_inset Index
18488 status collapsed
18489
18490 \begin_layout Plain Layout
18491 Schriften ! Schriftgrößen
18492 \end_layout
18493
18494 \end_inset
18495
18496
18497 \end_layout
18498
18499 \begin_layout Standard
18500 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18501 le:
18502 \end_layout
18503
18504 \begin_layout Standard
18505
18506 \series bold
18507
18508 \backslash
18509 Huge
18510 \series default
18511
18512 \series bold
18513
18514 \backslash
18515 huge
18516 \series default
18517
18518 \series bold
18519
18520 \backslash
18521 LARGE
18522 \series default
18523
18524 \series bold
18525
18526 \backslash
18527 Large
18528 \series default
18529
18530 \series bold
18531
18532 \backslash
18533 large
18534 \series default
18535
18536 \series bold
18537
18538 \backslash
18539 normalsize
18540 \series default
18541
18542 \series bold
18543
18544 \backslash
18545 small
18546 \series default
18547
18548 \series bold
18549
18550 \backslash
18551 footnotesize
18552 \series default
18553 ,
18554 \begin_inset Newline linebreak
18555 \end_inset
18556
18557
18558 \series bold
18559
18560 \backslash
18561 scriptsize
18562 \series default
18563  und 
18564 \series bold
18565
18566 \backslash
18567 tiny
18568 \end_layout
18569
18570 \begin_layout Standard
18571 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
18572  ab, die dem Befehl 
18573 \series bold
18574
18575 \backslash
18576 normalsize
18577 \series default
18578  entspricht.
18579  Die anderen Befehle produzieren kleinere oder größere Schriften als 
18580 \series bold
18581
18582 \backslash
18583 normalsize
18584 \series default
18585 .
18586  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
18587  Beträgt z.
18588 \begin_inset Space \thinspace{}
18589 \end_inset
18590
18591 B.
18592  die Dokumentschriftgröße 12
18593 \begin_inset Space \thinspace{}
18594 \end_inset
18595
18596 pt, produziert der Befehl 
18597 \series bold
18598
18599 \backslash
18600 Huge
18601 \series default
18602  dasselbe wie 
18603 \series bold
18604
18605 \backslash
18606 huge
18607 \series default
18608 .
18609  
18610 \end_layout
18611
18612 \begin_layout Standard
18613 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18614  Größe aller nachfolgenden Formel- und Textzeichen fest.
18615  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
18616  TeX-Modus den Befehl 
18617 \series bold
18618
18619 \backslash
18620 normalsize
18621 \series default
18622  ein.
18623 \end_layout
18624
18625 \begin_layout Standard
18626 Innerhalb einer Formel kann die Größe nur für Symbole oder Buchstaben im
18627  mathematischen Text geändert werden.
18628  Dazu wird der Größenbefehl im mathematischen Textmodus eingegeben.
18629  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
18630  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
18631  Dazu zwei Beispiele:
18632 \begin_inset VSpace -2mm
18633 \end_inset
18634
18635
18636 \end_layout
18637
18638 \begin_layout Standard
18639 \begin_inset ERT
18640 status collapsed
18641
18642 \begin_layout Plain Layout
18643
18644
18645 \backslash
18646 huge 
18647 \end_layout
18648
18649 \end_inset
18650
18651
18652 \begin_inset Formula \[
18653 A=\frac{B}{c}\cdot\maltese\]
18654
18655 \end_inset
18656
18657
18658 \begin_inset Formula \[
18659 \maltese A\textrm{\Large \maltese\textit{A}}\textrm{\tiny \maltese\textit{A}}\]
18660
18661 \end_inset
18662
18663
18664 \begin_inset ERT
18665 status collapsed
18666
18667 \begin_layout Plain Layout
18668
18669
18670 \backslash
18671 normalsize 
18672 \end_layout
18673
18674 \end_inset
18675
18676
18677 \end_layout
18678
18679 \begin_layout Standard
18680 \begin_inset VSpace medskip
18681 \end_inset
18682
18683 Vor beiden Formeln wurde der Befehl 
18684 \series bold
18685
18686 \backslash
18687 huge
18688 \series default
18689  eingegeben.
18690  Der Befehl für die zweite Formel lautet:
18691 \begin_inset Newline newline
18692 \end_inset
18693
18694
18695 \series bold
18696
18697 \backslash
18698 maltese
18699 \begin_inset ERT
18700 status collapsed
18701
18702 \begin_layout Plain Layout
18703
18704
18705 \backslash
18706 leer 
18707 \end_layout
18708
18709 \end_inset
18710
18711 A M-m m 
18712 \backslash
18713 Large
18714 \begin_inset ERT
18715 status collapsed
18716
18717 \begin_layout Plain Layout
18718
18719
18720 \backslash
18721 leer 
18722 \end_layout
18723
18724 \end_inset
18725
18726
18727 \backslash
18728 maltese
18729 \begin_inset ERT
18730 status collapsed
18731
18732 \begin_layout Plain Layout
18733
18734
18735 \backslash
18736 leer 
18737 \end_layout
18738
18739 \end_inset
18740
18741
18742 \backslash
18743 textit
18744 \begin_inset ERT
18745 status collapsed
18746
18747 \begin_layout Plain Layout
18748
18749
18750 \backslash
18751 leer 
18752 \end_layout
18753
18754 \end_inset
18755
18756 A
18757 \begin_inset Formula $\to$
18758 \end_inset
18759
18760
18761 \begin_inset Formula $\to$
18762 \end_inset
18763
18764
18765 \begin_inset Newline newline
18766 \end_inset
18767
18768
18769 \begin_inset Space \hspace*{}
18770 \length 1cm
18771 \end_inset
18772
18773 M-m
18774 \series default
18775  
18776 \series bold
18777
18778 \backslash
18779 tiny
18780 \begin_inset ERT
18781 status collapsed
18782
18783 \begin_layout Plain Layout
18784
18785
18786 \backslash
18787 leer 
18788 \end_layout
18789
18790 \end_inset
18791
18792
18793 \backslash
18794 maltese
18795 \begin_inset ERT
18796 status collapsed
18797
18798 \begin_layout Plain Layout
18799
18800
18801 \backslash
18802 leer 
18803 \end_layout
18804
18805 \end_inset
18806
18807
18808 \backslash
18809 textit
18810 \begin_inset ERT
18811 status collapsed
18812
18813 \begin_layout Plain Layout
18814
18815
18816 \backslash
18817 leer 
18818 \end_layout
18819
18820 \end_inset
18821
18822 A
18823 \end_layout
18824
18825 \begin_layout Standard
18826 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
18827  immer in der Standardgröße dargestellt.
18828 \end_layout
18829
18830 \begin_layout Section
18831 Griechische Buchstaben
18832 \begin_inset Index
18833 status collapsed
18834
18835 \begin_layout Plain Layout
18836 griechische Buchstaben
18837 \end_layout
18838
18839 \end_inset
18840
18841
18842 \end_layout
18843
18844 \begin_layout Standard
18845 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
18846  
18847 \begin_inset Graphics
18848         filename ../../images/math/alpha.png
18849         scale 85
18850
18851 \end_inset
18852
18853  eingefügt werden.
18854 \end_layout
18855
18856 \begin_layout Subsection
18857 Kleine Buchstaben
18858 \begin_inset CommandInset label
18859 LatexCommand label
18860 name "sub:Kleine-Buchstaben"
18861
18862 \end_inset
18863
18864
18865 \begin_inset Index
18866 status collapsed
18867
18868 \begin_layout Plain Layout
18869 griechische Buchstaben ! kleine
18870 \end_layout
18871
18872 \end_inset
18873
18874
18875 \end_layout
18876
18877 \begin_layout Standard
18878 \begin_inset Space \hfill{}
18879 \end_inset
18880
18881
18882 \begin_inset Tabular
18883 <lyxtabular version="3" rows="11" columns="2">
18884 <features>
18885 <column alignment="center" valignment="top" width="0pt">
18886 <column alignment="center" valignment="top" width="0pt">
18887 <row>
18888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18889 \begin_inset Text
18890
18891 \begin_layout Plain Layout
18892 Befehl
18893 \end_layout
18894
18895 \end_inset
18896 </cell>
18897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901 Ergebnis
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 </row>
18907 <row>
18908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912
18913 \backslash
18914 alpha
18915 \end_layout
18916
18917 \end_inset
18918 </cell>
18919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18920 \begin_inset Text
18921
18922 \begin_layout Plain Layout
18923 \begin_inset Formula $\alpha$
18924 \end_inset
18925
18926
18927 \end_layout
18928
18929 \end_inset
18930 </cell>
18931 </row>
18932 <row>
18933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937
18938 \backslash
18939 beta
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948 \begin_inset Formula $\beta$
18949 \end_inset
18950
18951
18952 \end_layout
18953
18954 \end_inset
18955 </cell>
18956 </row>
18957 <row>
18958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18959 \begin_inset Text
18960
18961 \begin_layout Plain Layout
18962
18963 \backslash
18964 gamma
18965 \end_layout
18966
18967 \end_inset
18968 </cell>
18969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18970 \begin_inset Text
18971
18972 \begin_layout Plain Layout
18973 \begin_inset Formula $\gamma$
18974 \end_inset
18975
18976
18977 \end_layout
18978
18979 \end_inset
18980 </cell>
18981 </row>
18982 <row>
18983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18984 \begin_inset Text
18985
18986 \begin_layout Plain Layout
18987
18988 \backslash
18989 delta
18990 \end_layout
18991
18992 \end_inset
18993 </cell>
18994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18995 \begin_inset Text
18996
18997 \begin_layout Plain Layout
18998 \begin_inset Formula $\delta$
18999 \end_inset
19000
19001
19002 \end_layout
19003
19004 \end_inset
19005 </cell>
19006 </row>
19007 <row>
19008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012
19013 \backslash
19014 epsilon
19015 \end_layout
19016
19017 \end_inset
19018 </cell>
19019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Plain Layout
19023 \begin_inset Formula $\epsilon$
19024 \end_inset
19025
19026
19027 \end_layout
19028
19029 \end_inset
19030 </cell>
19031 </row>
19032 <row>
19033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19034 \begin_inset Text
19035
19036 \begin_layout Plain Layout
19037
19038 \backslash
19039 varepsilon
19040 \end_layout
19041
19042 \end_inset
19043 </cell>
19044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19045 \begin_inset Text
19046
19047 \begin_layout Plain Layout
19048 \begin_inset Formula $\varepsilon$
19049 \end_inset
19050
19051
19052 \end_layout
19053
19054 \end_inset
19055 </cell>
19056 </row>
19057 <row>
19058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19059 \begin_inset Text
19060
19061 \begin_layout Plain Layout
19062
19063 \backslash
19064 zeta
19065 \end_layout
19066
19067 \end_inset
19068 </cell>
19069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19070 \begin_inset Text
19071
19072 \begin_layout Plain Layout
19073 \begin_inset Formula $\zeta$
19074 \end_inset
19075
19076
19077 \end_layout
19078
19079 \end_inset
19080 </cell>
19081 </row>
19082 <row>
19083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19084 \begin_inset Text
19085
19086 \begin_layout Plain Layout
19087
19088 \backslash
19089 eta
19090 \end_layout
19091
19092 \end_inset
19093 </cell>
19094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19095 \begin_inset Text
19096
19097 \begin_layout Plain Layout
19098 \begin_inset Formula $\eta$
19099 \end_inset
19100
19101
19102 \end_layout
19103
19104 \end_inset
19105 </cell>
19106 </row>
19107 <row>
19108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19109 \begin_inset Text
19110
19111 \begin_layout Plain Layout
19112
19113 \backslash
19114 theta
19115 \end_layout
19116
19117 \end_inset
19118 </cell>
19119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19120 \begin_inset Text
19121
19122 \begin_layout Plain Layout
19123 \begin_inset Formula $\theta$
19124 \end_inset
19125
19126
19127 \end_layout
19128
19129 \end_inset
19130 </cell>
19131 </row>
19132 <row>
19133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19134 \begin_inset Text
19135
19136 \begin_layout Plain Layout
19137
19138 \backslash
19139 vartheta
19140 \end_layout
19141
19142 \end_inset
19143 </cell>
19144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19145 \begin_inset Text
19146
19147 \begin_layout Plain Layout
19148 \begin_inset Formula $\vartheta$
19149 \end_inset
19150
19151
19152 \end_layout
19153
19154 \end_inset
19155 </cell>
19156 </row>
19157 </lyxtabular>
19158
19159 \end_inset
19160
19161
19162 \begin_inset Space \hfill{}
19163 \end_inset
19164
19165
19166 \begin_inset Tabular
19167 <lyxtabular version="3" rows="12" columns="2">
19168 <features>
19169 <column alignment="center" valignment="top" width="0pt">
19170 <column alignment="center" valignment="top" width="0pt">
19171 <row>
19172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19173 \begin_inset Text
19174
19175 \begin_layout Plain Layout
19176 Befehl
19177 \end_layout
19178
19179 \end_inset
19180 </cell>
19181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185 Ergebnis
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 </row>
19191 <row>
19192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19193 \begin_inset Text
19194
19195 \begin_layout Plain Layout
19196
19197 \backslash
19198 iota
19199 \end_layout
19200
19201 \end_inset
19202 </cell>
19203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19204 \begin_inset Text
19205
19206 \begin_layout Plain Layout
19207 \begin_inset Formula $\iota$
19208 \end_inset
19209
19210
19211 \end_layout
19212
19213 \end_inset
19214 </cell>
19215 </row>
19216 <row>
19217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221
19222 \backslash
19223 kappa
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19229 \begin_inset Text
19230
19231 \begin_layout Plain Layout
19232 \begin_inset Formula $\kappa$
19233 \end_inset
19234
19235
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 </row>
19241 <row>
19242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19243 \begin_inset Text
19244
19245 \begin_layout Plain Layout
19246
19247 \backslash
19248 varkappa
19249 \end_layout
19250
19251 \end_inset
19252 </cell>
19253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19254 \begin_inset Text
19255
19256 \begin_layout Plain Layout
19257 \begin_inset Formula $\varkappa$
19258 \end_inset
19259
19260
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 </row>
19266 <row>
19267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Plain Layout
19271
19272 \backslash
19273 lambda
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282 \begin_inset Formula $\lambda$
19283 \end_inset
19284
19285
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 </row>
19291 <row>
19292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296
19297 \backslash
19298 mu
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307 \begin_inset Formula $\mu$
19308 \end_inset
19309
19310
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 </row>
19316 <row>
19317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19318 \begin_inset Text
19319
19320 \begin_layout Plain Layout
19321
19322 \backslash
19323 nu
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332 \begin_inset Formula $\nu$
19333 \end_inset
19334
19335
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 </row>
19341 <row>
19342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Plain Layout
19346
19347 \backslash
19348 xi
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357 \begin_inset Formula $\xi$
19358 \end_inset
19359
19360
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 </row>
19366 <row>
19367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19368 \begin_inset Text
19369
19370 \begin_layout Plain Layout
19371 o
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380 \begin_inset Formula $o$
19381 \end_inset
19382
19383
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 </row>
19389 <row>
19390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394
19395 \backslash
19396 pi
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405 \begin_inset Formula $\pi$
19406 \end_inset
19407
19408
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 </row>
19414 <row>
19415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419
19420 \backslash
19421 varpi
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430 \begin_inset Formula $\varpi$
19431 \end_inset
19432
19433
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 </row>
19439 <row>
19440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19441 \begin_inset Text
19442
19443 \begin_layout Plain Layout
19444
19445 \backslash
19446 rho
19447 \end_layout
19448
19449 \end_inset
19450 </cell>
19451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19452 \begin_inset Text
19453
19454 \begin_layout Plain Layout
19455 \begin_inset Formula $\rho$
19456 \end_inset
19457
19458
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 </row>
19464 </lyxtabular>
19465
19466 \end_inset
19467
19468
19469 \begin_inset Space \hfill{}
19470 \end_inset
19471
19472
19473 \begin_inset Tabular
19474 <lyxtabular version="3" rows="11" columns="2">
19475 <features>
19476 <column alignment="center" valignment="top" width="0pt">
19477 <column alignment="center" valignment="top" width="0pt">
19478 <row>
19479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19480 \begin_inset Text
19481
19482 \begin_layout Plain Layout
19483 Befehl
19484 \end_layout
19485
19486 \end_inset
19487 </cell>
19488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492 Ergebnis
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 </row>
19498 <row>
19499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19500 \begin_inset Text
19501
19502 \begin_layout Plain Layout
19503
19504 \backslash
19505 varrho
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19511 \begin_inset Text
19512
19513 \begin_layout Plain Layout
19514 \begin_inset Formula $\varrho$
19515 \end_inset
19516
19517
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 </row>
19523 <row>
19524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528
19529 \backslash
19530 sigma
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539 \begin_inset Formula $\sigma$
19540 \end_inset
19541
19542
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 </row>
19548 <row>
19549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553
19554 \backslash
19555 varsigma
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564 \begin_inset Formula $\varsigma$
19565 \end_inset
19566
19567
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 </row>
19573 <row>
19574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578
19579 \backslash
19580 tau
19581 \end_layout
19582
19583 \end_inset
19584 </cell>
19585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589 \begin_inset Formula $\tau$
19590 \end_inset
19591
19592
19593 \end_layout
19594
19595 \end_inset
19596 </cell>
19597 </row>
19598 <row>
19599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19600 \begin_inset Text
19601
19602 \begin_layout Plain Layout
19603
19604 \backslash
19605 upsilon
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614 \begin_inset Formula $\upsilon$
19615 \end_inset
19616
19617
19618 \end_layout
19619
19620 \end_inset
19621 </cell>
19622 </row>
19623 <row>
19624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628
19629 \backslash
19630 phi
19631 \end_layout
19632
19633 \end_inset
19634 </cell>
19635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639 \begin_inset Formula $\phi$
19640 \end_inset
19641
19642
19643 \end_layout
19644
19645 \end_inset
19646 </cell>
19647 </row>
19648 <row>
19649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653
19654 \backslash
19655 varphi
19656 \end_layout
19657
19658 \end_inset
19659 </cell>
19660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664 \begin_inset Formula $\varphi$
19665 \end_inset
19666
19667
19668 \end_layout
19669
19670 \end_inset
19671 </cell>
19672 </row>
19673 <row>
19674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19675 \begin_inset Text
19676
19677 \begin_layout Plain Layout
19678
19679 \backslash
19680 chi
19681 \end_layout
19682
19683 \end_inset
19684 </cell>
19685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689 \begin_inset Formula $\chi$
19690 \end_inset
19691
19692
19693 \end_layout
19694
19695 \end_inset
19696 </cell>
19697 </row>
19698 <row>
19699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19700 \begin_inset Text
19701
19702 \begin_layout Plain Layout
19703
19704 \backslash
19705 psi
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714 \begin_inset Formula $\psi$
19715 \end_inset
19716
19717
19718 \end_layout
19719
19720 \end_inset
19721 </cell>
19722 </row>
19723 <row>
19724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19725 \begin_inset Text
19726
19727 \begin_layout Plain Layout
19728
19729 \backslash
19730 omega
19731 \end_layout
19732
19733 \end_inset
19734 </cell>
19735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739 \begin_inset Formula $\omega$
19740 \end_inset
19741
19742
19743 \end_layout
19744
19745 \end_inset
19746 </cell>
19747 </row>
19748 </lyxtabular>
19749
19750 \end_inset
19751
19752
19753 \begin_inset Space \hfill{}
19754 \end_inset
19755
19756
19757 \end_layout
19758
19759 \begin_layout Standard
19760 \begin_inset VSpace medskip
19761 \end_inset
19762
19763 Wie man aufrechte griechische Buchstaben erstellt, ist in 
19764 \begin_inset CommandInset ref
19765 LatexCommand ref
19766 reference "sub:Aufrechte-kleine-griechische"
19767
19768 \end_inset
19769
19770  beschrieben.
19771 \end_layout
19772
19773 \begin_layout Subsection
19774 Große Buchstaben
19775 \begin_inset Index
19776 status collapsed
19777
19778 \begin_layout Plain Layout
19779 griechische Buchstaben ! große
19780 \end_layout
19781
19782 \end_inset
19783
19784
19785 \end_layout
19786
19787 \begin_layout Standard
19788 \begin_inset Space \hfill{}
19789 \end_inset
19790
19791
19792 \begin_inset Tabular
19793 <lyxtabular version="3" rows="7" columns="2">
19794 <features>
19795 <column alignment="center" valignment="top" width="0pt">
19796 <column alignment="center" valignment="top" width="0pt">
19797 <row>
19798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802 Befehl
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811 Ergebnis
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 </row>
19817 <row>
19818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19819 \begin_inset Text
19820
19821 \begin_layout Plain Layout
19822
19823 \backslash
19824 Gamma
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19830 \begin_inset Text
19831
19832 \begin_layout Plain Layout
19833 \begin_inset Formula $\Gamma$
19834 \end_inset
19835
19836
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 </row>
19842 <row>
19843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19844 \begin_inset Text
19845
19846 \begin_layout Plain Layout
19847
19848 \backslash
19849 Delta
19850 \end_layout
19851
19852 \end_inset
19853 </cell>
19854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19855 \begin_inset Text
19856
19857 \begin_layout Plain Layout
19858 \begin_inset Formula $\Delta$
19859 \end_inset
19860
19861
19862 \end_layout
19863
19864 \end_inset
19865 </cell>
19866 </row>
19867 <row>
19868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19869 \begin_inset Text
19870
19871 \begin_layout Plain Layout
19872
19873 \backslash
19874 Theta
19875 \end_layout
19876
19877 \end_inset
19878 </cell>
19879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19880 \begin_inset Text
19881
19882 \begin_layout Plain Layout
19883 \begin_inset Formula $\Theta$
19884 \end_inset
19885
19886
19887 \end_layout
19888
19889 \end_inset
19890 </cell>
19891 </row>
19892 <row>
19893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19894 \begin_inset Text
19895
19896 \begin_layout Plain Layout
19897
19898 \backslash
19899 Lambda
19900 \end_layout
19901
19902 \end_inset
19903 </cell>
19904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19905 \begin_inset Text
19906
19907 \begin_layout Plain Layout
19908 \begin_inset Formula $\Lambda$
19909 \end_inset
19910
19911
19912 \end_layout
19913
19914 \end_inset
19915 </cell>
19916 </row>
19917 <row>
19918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19919 \begin_inset Text
19920
19921 \begin_layout Plain Layout
19922
19923 \backslash
19924 Xi
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19930 \begin_inset Text
19931
19932 \begin_layout Plain Layout
19933 \begin_inset Formula $\Xi$
19934 \end_inset
19935
19936
19937 \end_layout
19938
19939 \end_inset
19940 </cell>
19941 </row>
19942 <row>
19943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19944 \begin_inset Text
19945
19946 \begin_layout Plain Layout
19947
19948 \backslash
19949 Pi
19950 \end_layout
19951
19952 \end_inset
19953 </cell>
19954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19955 \begin_inset Text
19956
19957 \begin_layout Plain Layout
19958 \begin_inset Formula $\Pi$
19959 \end_inset
19960
19961
19962 \end_layout
19963
19964 \end_inset
19965 </cell>
19966 </row>
19967 </lyxtabular>
19968
19969 \end_inset
19970
19971
19972 \begin_inset Space \hfill{}
19973 \end_inset
19974
19975
19976 \begin_inset Tabular
19977 <lyxtabular version="3" rows="6" columns="2">
19978 <features>
19979 <column alignment="center" valignment="top" width="0pt">
19980 <column alignment="center" valignment="top" width="0pt">
19981 <row>
19982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19983 \begin_inset Text
19984
19985 \begin_layout Plain Layout
19986 Befehl
19987 \end_layout
19988
19989 \end_inset
19990 </cell>
19991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995 Ergebnis
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 </row>
20001 <row>
20002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20003 \begin_inset Text
20004
20005 \begin_layout Plain Layout
20006
20007 \backslash
20008 Sigma
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017 \begin_inset Formula $\Sigma$
20018 \end_inset
20019
20020
20021 \end_layout
20022
20023 \end_inset
20024 </cell>
20025 </row>
20026 <row>
20027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031
20032 \backslash
20033 Upsilon
20034 \end_layout
20035
20036 \end_inset
20037 </cell>
20038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042 \begin_inset Formula $\Upsilon$
20043 \end_inset
20044
20045
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 </row>
20051 <row>
20052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20053 \begin_inset Text
20054
20055 \begin_layout Plain Layout
20056
20057 \backslash
20058 Phi
20059 \end_layout
20060
20061 \end_inset
20062 </cell>
20063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20064 \begin_inset Text
20065
20066 \begin_layout Plain Layout
20067 \begin_inset Formula $\Phi$
20068 \end_inset
20069
20070
20071 \end_layout
20072
20073 \end_inset
20074 </cell>
20075 </row>
20076 <row>
20077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20078 \begin_inset Text
20079
20080 \begin_layout Plain Layout
20081
20082 \backslash
20083 Psi
20084 \end_layout
20085
20086 \end_inset
20087 </cell>
20088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092 \begin_inset Formula $\Psi$
20093 \end_inset
20094
20095
20096 \end_layout
20097
20098 \end_inset
20099 </cell>
20100 </row>
20101 <row>
20102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20103 \begin_inset Text
20104
20105 \begin_layout Plain Layout
20106
20107 \backslash
20108 Omega
20109 \end_layout
20110
20111 \end_inset
20112 </cell>
20113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20114 \begin_inset Text
20115
20116 \begin_layout Plain Layout
20117 \begin_inset Formula $\Omega$
20118 \end_inset
20119
20120
20121 \end_layout
20122
20123 \end_inset
20124 </cell>
20125 </row>
20126 </lyxtabular>
20127
20128 \end_inset
20129
20130
20131 \begin_inset Space \hfill{}
20132 \end_inset
20133
20134
20135 \end_layout
20136
20137 \begin_layout Standard
20138 \begin_inset VSpace medskip
20139 \end_inset
20140
20141 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20142  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20143  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20144  mit 
20145 \series bold
20146 var
20147 \series default
20148 .
20149  So ergibt z.
20150 \begin_inset Space \thinspace{}
20151 \end_inset
20152
20153 B.
20154  der Befehl 
20155 \series bold
20156
20157 \backslash
20158 varGamma
20159 \series default
20160
20161 \begin_inset Formula $\varGamma $
20162 \end_inset
20163
20164
20165 \end_layout
20166
20167 \begin_layout Subsection
20168 Fett gedruckte Buchstaben
20169 \begin_inset Index
20170 status collapsed
20171
20172 \begin_layout Plain Layout
20173 griechische Buchstaben ! fett gedruckte
20174 \end_layout
20175
20176 \end_inset
20177
20178
20179 \end_layout
20180
20181 \begin_layout Standard
20182 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20183  Schriftstilen darstellen.
20184  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20185 \series bold
20186
20187 \backslash
20188 boldsymbol
20189 \series default
20190
20191 \begin_inset Index
20192 status collapsed
20193
20194 \begin_layout Plain Layout
20195 Befehle ! B ! 
20196 \backslash
20197 boldsymbol
20198 \end_layout
20199
20200 \end_inset
20201
20202  fett gedruckt auszugeben.
20203 \end_layout
20204
20205 \begin_layout Standard
20206 \align center
20207 \begin_inset Tabular
20208 <lyxtabular version="3" rows="3" columns="2">
20209 <features>
20210 <column alignment="center" valignment="top" width="0">
20211 <column alignment="center" valignment="top" width="0">
20212 <row>
20213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20214 \begin_inset Text
20215
20216 \begin_layout Plain Layout
20217 Befehl
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Plain Layout
20226 Ergebnis
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 </row>
20232 <row>
20233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20234 \begin_inset Text
20235
20236 \begin_layout Plain Layout
20237
20238 \backslash
20239 Upsilon
20240 \backslash
20241 boldsymbol
20242 \backslash
20243 Upsilon
20244 \end_layout
20245
20246 \end_inset
20247 </cell>
20248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20249 \begin_inset Text
20250
20251 \begin_layout Plain Layout
20252 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20253 \end_inset
20254
20255
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 </row>
20261 <row>
20262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Plain Layout
20266
20267 \backslash
20268 theta
20269 \backslash
20270 boldsymbol
20271 \backslash
20272 theta
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281 \begin_inset Formula $\theta\boldsymbol{\theta}$
20282 \end_inset
20283
20284
20285 \end_layout
20286
20287 \end_inset
20288 </cell>
20289 </row>
20290 </lyxtabular>
20291
20292 \end_inset
20293
20294
20295 \end_layout
20296
20297 \begin_layout Section
20298 Symbole
20299 \begin_inset ERT
20300 status collapsed
20301
20302 \begin_layout Plain Layout
20303
20304
20305 \backslash
20306 texorpdfstring{
20307 \end_layout
20308
20309 \end_inset
20310
20311
20312 \begin_inset Foot
20313 status collapsed
20314
20315 \begin_layout Plain Layout
20316 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20317  
20318 \begin_inset CommandInset citation
20319 LatexCommand cite
20320 key "Symbole"
20321
20322 \end_inset
20323
20324 .
20325 \end_layout
20326
20327 \end_inset
20328
20329
20330 \begin_inset ERT
20331 status collapsed
20332
20333 \begin_layout Plain Layout
20334
20335 }{}
20336 \end_layout
20337
20338 \end_inset
20339
20340
20341 \begin_inset Note Note
20342 status collapsed
20343
20344 \begin_layout Plain Layout
20345
20346 \series bold
20347
20348 \backslash
20349 texorpdfstring
20350 \series default
20351  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20352 \end_layout
20353
20354 \begin_layout Plain Layout
20355 Näheres zu 
20356 \series bold
20357
20358 \backslash
20359 texorpdfstring
20360 \series default
20361  steht in Kapitel 
20362 \begin_inset CommandInset ref
20363 LatexCommand ref
20364 reference "sub:Formeln-in-Überschriften"
20365
20366 \end_inset
20367
20368 .
20369 \end_layout
20370
20371 \end_inset
20372
20373
20374 \begin_inset Index
20375 status collapsed
20376
20377 \begin_layout Plain Layout
20378 Symbole
20379 \end_layout
20380
20381 \end_inset
20382
20383
20384 \end_layout
20385
20386 \begin_layout Standard
20387 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
20388
20389 leistenknöpfe 
20390 \begin_inset Graphics
20391         filename ../../images/math/nabla.png
20392         scale 85
20393
20394 \end_inset
20395
20396  und 
20397 \begin_inset Graphics
20398         filename ../../images/math/digamma.png
20399         scale 85
20400
20401 \end_inset
20402
20403  eingefügt werden.
20404 \end_layout
20405
20406 \begin_layout Standard
20407 \begin_inset Newpage newpage
20408 \end_inset
20409
20410
20411 \end_layout
20412
20413 \begin_layout Subsection
20414 Mathematische Symbole
20415 \begin_inset CommandInset label
20416 LatexCommand label
20417 name "sub:Mathematische-Symbole"
20418
20419 \end_inset
20420
20421
20422 \begin_inset Index
20423 status collapsed
20424
20425 \begin_layout Plain Layout
20426 Symbole ! mathematische
20427 \end_layout
20428
20429 \end_inset
20430
20431
20432 \end_layout
20433
20434 \begin_layout Standard
20435 \begin_inset Space \hfill{}
20436 \end_inset
20437
20438
20439 \begin_inset Tabular
20440 <lyxtabular version="3" rows="10" columns="2">
20441 <features>
20442 <column alignment="center" valignment="top" width="0pt">
20443 <column alignment="center" valignment="top" width="0pt">
20444 <row>
20445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449 Befehl
20450 \end_layout
20451
20452 \end_inset
20453 </cell>
20454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20455 \begin_inset Text
20456
20457 \begin_layout Plain Layout
20458 Ergebnis
20459 \end_layout
20460
20461 \end_inset
20462 </cell>
20463 </row>
20464 <row>
20465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20466 \begin_inset Text
20467
20468 \begin_layout Plain Layout
20469
20470 \backslash
20471 neg
20472 \end_layout
20473
20474 \end_inset
20475 </cell>
20476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20477 \begin_inset Text
20478
20479 \begin_layout Plain Layout
20480 \begin_inset Formula $\neg$
20481 \end_inset
20482
20483
20484 \end_layout
20485
20486 \end_inset
20487 </cell>
20488 </row>
20489 <row>
20490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20491 \begin_inset Text
20492
20493 \begin_layout Plain Layout
20494
20495 \backslash
20496 Im
20497 \end_layout
20498
20499 \end_inset
20500 </cell>
20501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20502 \begin_inset Text
20503
20504 \begin_layout Plain Layout
20505 \begin_inset Formula $\Im$
20506 \end_inset
20507
20508
20509 \end_layout
20510
20511 \end_inset
20512 </cell>
20513 </row>
20514 <row>
20515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20516 \begin_inset Text
20517
20518 \begin_layout Plain Layout
20519
20520 \backslash
20521 Re
20522 \end_layout
20523
20524 \end_inset
20525 </cell>
20526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20527 \begin_inset Text
20528
20529 \begin_layout Plain Layout
20530 \begin_inset Formula $\Re$
20531 \end_inset
20532
20533
20534 \end_layout
20535
20536 \end_inset
20537 </cell>
20538 </row>
20539 <row>
20540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20541 \begin_inset Text
20542
20543 \begin_layout Plain Layout
20544
20545 \backslash
20546 aleph
20547 \end_layout
20548
20549 \end_inset
20550 </cell>
20551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20552 \begin_inset Text
20553
20554 \begin_layout Plain Layout
20555 \begin_inset Formula $\aleph$
20556 \end_inset
20557
20558
20559 \end_layout
20560
20561 \end_inset
20562 </cell>
20563 </row>
20564 <row>
20565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20566 \begin_inset Text
20567
20568 \begin_layout Plain Layout
20569
20570 \backslash
20571 partial
20572 \end_layout
20573
20574 \end_inset
20575 </cell>
20576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20577 \begin_inset Text
20578
20579 \begin_layout Plain Layout
20580 \begin_inset Formula $\partial$
20581 \end_inset
20582
20583
20584 \end_layout
20585
20586 \end_inset
20587 </cell>
20588 </row>
20589 <row>
20590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20591 \begin_inset Text
20592
20593 \begin_layout Plain Layout
20594
20595 \backslash
20596 infty
20597 \end_layout
20598
20599 \end_inset
20600 </cell>
20601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20602 \begin_inset Text
20603
20604 \begin_layout Plain Layout
20605 \begin_inset Formula $\infty$
20606 \end_inset
20607
20608
20609 \end_layout
20610
20611 \end_inset
20612 </cell>
20613 </row>
20614 <row>
20615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20616 \begin_inset Text
20617
20618 \begin_layout Plain Layout
20619
20620 \backslash
20621 wp
20622 \end_layout
20623
20624 \end_inset
20625 </cell>
20626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20627 \begin_inset Text
20628
20629 \begin_layout Plain Layout
20630 \begin_inset Formula $\wp$
20631 \end_inset
20632
20633
20634 \end_layout
20635
20636 \end_inset
20637 </cell>
20638 </row>
20639 <row>
20640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20641 \begin_inset Text
20642
20643 \begin_layout Plain Layout
20644
20645 \backslash
20646 imath
20647 \end_layout
20648
20649 \end_inset
20650 </cell>
20651 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20652 \begin_inset Text
20653
20654 \begin_layout Plain Layout
20655 \begin_inset Formula $\imath$
20656 \end_inset
20657
20658
20659 \end_layout
20660
20661 \end_inset
20662 </cell>
20663 </row>
20664 <row>
20665 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20666 \begin_inset Text
20667
20668 \begin_layout Plain Layout
20669
20670 \backslash
20671 jmath
20672 \end_layout
20673
20674 \end_inset
20675 </cell>
20676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20677 \begin_inset Text
20678
20679 \begin_layout Plain Layout
20680 \begin_inset Formula $\jmath$
20681 \end_inset
20682
20683
20684 \end_layout
20685
20686 \end_inset
20687 </cell>
20688 </row>
20689 </lyxtabular>
20690
20691 \end_inset
20692
20693
20694 \begin_inset Space \hfill{}
20695 \end_inset
20696
20697
20698 \begin_inset Tabular
20699 <lyxtabular version="3" rows="10" columns="2">
20700 <features>
20701 <column alignment="center" valignment="top" width="0pt">
20702 <column alignment="center" valignment="top" width="0pt">
20703 <row>
20704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20705 \begin_inset Text
20706
20707 \begin_layout Plain Layout
20708 Befehl
20709 \end_layout
20710
20711 \end_inset
20712 </cell>
20713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20714 \begin_inset Text
20715
20716 \begin_layout Plain Layout
20717 Ergebnis
20718 \begin_inset Note Note
20719 status collapsed
20720
20721 \begin_layout Plain Layout
20722
20723 \series bold
20724
20725 \backslash
20726 raisebox
20727 \series default
20728  dient nur als Abstandhalter.
20729 \end_layout
20730
20731 \end_inset
20732
20733
20734 \end_layout
20735
20736 \end_inset
20737 </cell>
20738 </row>
20739 <row>
20740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Plain Layout
20744
20745 \backslash
20746 forall
20747 \end_layout
20748
20749 \end_inset
20750 </cell>
20751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20752 \begin_inset Text
20753
20754 \begin_layout Plain Layout
20755 \begin_inset Formula $\forall$
20756 \end_inset
20757
20758
20759 \end_layout
20760
20761 \end_inset
20762 </cell>
20763 </row>
20764 <row>
20765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20766 \begin_inset Text
20767
20768 \begin_layout Plain Layout
20769
20770 \backslash
20771 exists
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780 \begin_inset Formula $\exists$
20781 \end_inset
20782
20783
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 </row>
20789 <row>
20790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20791 \begin_inset Text
20792
20793 \begin_layout Plain Layout
20794
20795 \backslash
20796 nexists
20797 \end_layout
20798
20799 \end_inset
20800 </cell>
20801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20802 \begin_inset Text
20803
20804 \begin_layout Plain Layout
20805 \begin_inset Formula $\nexists$
20806 \end_inset
20807
20808
20809 \end_layout
20810
20811 \end_inset
20812 </cell>
20813 </row>
20814 <row>
20815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20816 \begin_inset Text
20817
20818 \begin_layout Plain Layout
20819
20820 \backslash
20821 emptyset
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20827 \begin_inset Text
20828
20829 \begin_layout Plain Layout
20830 \begin_inset Formula $\emptyset$
20831 \end_inset
20832
20833
20834 \end_layout
20835
20836 \end_inset
20837 </cell>
20838 </row>
20839 <row>
20840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20841 \begin_inset Text
20842
20843 \begin_layout Plain Layout
20844
20845 \backslash
20846 varnothing
20847 \end_layout
20848
20849 \end_inset
20850 </cell>
20851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20852 \begin_inset Text
20853
20854 \begin_layout Plain Layout
20855 \begin_inset Formula $\varnothing$
20856 \end_inset
20857
20858
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 </row>
20864 <row>
20865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20866 \begin_inset Text
20867
20868 \begin_layout Plain Layout
20869
20870 \backslash
20871 dag
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20877 \begin_inset Text
20878
20879 \begin_layout Plain Layout
20880 \begin_inset Formula $\dag $
20881 \end_inset
20882
20883
20884 \end_layout
20885
20886 \end_inset
20887 </cell>
20888 </row>
20889 <row>
20890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20891 \begin_inset Text
20892
20893 \begin_layout Plain Layout
20894
20895 \backslash
20896 ddag
20897 \end_layout
20898
20899 \end_inset
20900 </cell>
20901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Plain Layout
20905 \begin_inset Formula $\ddag $
20906 \end_inset
20907
20908
20909 \end_layout
20910
20911 \end_inset
20912 </cell>
20913 </row>
20914 <row>
20915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20916 \begin_inset Text
20917
20918 \begin_layout Plain Layout
20919
20920 \backslash
20921 complement
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20927 \begin_inset Text
20928
20929 \begin_layout Plain Layout
20930 \begin_inset ERT
20931 status collapsed
20932
20933 \begin_layout Plain Layout
20934
20935
20936 \backslash
20937 raisebox{-0.8mm}{
20938 \end_layout
20939
20940 \end_inset
20941
20942
20943 \begin_inset Formula $\complement$
20944 \end_inset
20945
20946
20947 \begin_inset ERT
20948 status collapsed
20949
20950 \begin_layout Plain Layout
20951
20952 }
20953 \end_layout
20954
20955 \end_inset
20956
20957
20958 \end_layout
20959
20960 \end_inset
20961 </cell>
20962 </row>
20963 <row>
20964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20965 \begin_inset Text
20966
20967 \begin_layout Plain Layout
20968
20969 \backslash
20970 Bbbk
20971 \end_layout
20972
20973 \end_inset
20974 </cell>
20975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979 \begin_inset Formula $\Bbbk$
20980 \end_inset
20981
20982
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 </row>
20988 </lyxtabular>
20989
20990 \end_inset
20991
20992
20993 \begin_inset Space \hfill{}
20994 \end_inset
20995
20996
20997 \begin_inset Tabular
20998 <lyxtabular version="3" rows="10" columns="2">
20999 <features>
21000 <column alignment="center" valignment="top" width="0pt">
21001 <column alignment="center" valignment="top" width="0pt">
21002 <row>
21003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007 Befehl
21008 \end_layout
21009
21010 \end_inset
21011 </cell>
21012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016 Ergebnis
21017 \end_layout
21018
21019 \end_inset
21020 </cell>
21021 </row>
21022 <row>
21023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027
21028 \backslash
21029 prime
21030 \end_layout
21031
21032 \end_inset
21033 </cell>
21034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21035 \begin_inset Text
21036
21037 \begin_layout Plain Layout
21038 \begin_inset Formula $\prime$
21039 \end_inset
21040
21041
21042 \end_layout
21043
21044 \end_inset
21045 </cell>
21046 </row>
21047 <row>
21048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21049 \begin_inset Text
21050
21051 \begin_layout Plain Layout
21052
21053 \backslash
21054 backprime
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063 \begin_inset Formula $\backprime$
21064 \end_inset
21065
21066
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 </row>
21072 <row>
21073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077
21078 \backslash
21079 mho
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088 \begin_inset Formula $\mho$
21089 \end_inset
21090
21091
21092 \end_layout
21093
21094 \end_inset
21095 </cell>
21096 </row>
21097 <row>
21098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21099 \begin_inset Text
21100
21101 \begin_layout Plain Layout
21102
21103 \backslash
21104 triangle
21105 \end_layout
21106
21107 \end_inset
21108 </cell>
21109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21110 \begin_inset Text
21111
21112 \begin_layout Plain Layout
21113 \begin_inset Formula $\triangle$
21114 \end_inset
21115
21116
21117 \end_layout
21118
21119 \end_inset
21120 </cell>
21121 </row>
21122 <row>
21123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21124 \begin_inset Text
21125
21126 \begin_layout Plain Layout
21127
21128 \backslash
21129 angle
21130 \end_layout
21131
21132 \end_inset
21133 </cell>
21134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21135 \begin_inset Text
21136
21137 \begin_layout Plain Layout
21138 \begin_inset Formula $\angle$
21139 \end_inset
21140
21141
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 </row>
21147 <row>
21148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21149 \begin_inset Text
21150
21151 \begin_layout Plain Layout
21152
21153 \backslash
21154 measuredangle
21155 \end_layout
21156
21157 \end_inset
21158 </cell>
21159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163 \begin_inset Formula $\measuredangle$
21164 \end_inset
21165
21166
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 </row>
21172 <row>
21173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Plain Layout
21177
21178 \backslash
21179 sphericalangle
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188 \begin_inset Formula $\sphericalangle$
21189 \end_inset
21190
21191
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 </row>
21197 <row>
21198 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21199 \begin_inset Text
21200
21201 \begin_layout Plain Layout
21202
21203 \backslash
21204 top
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213 \begin_inset Formula $\top$
21214 \end_inset
21215
21216
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 </row>
21222 <row>
21223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227
21228 \backslash
21229 bot
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 \begin_inset Formula $\bot$
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 </row>
21247 </lyxtabular>
21248
21249 \end_inset
21250
21251
21252 \begin_inset Space \hfill{}
21253 \end_inset
21254
21255
21256 \end_layout
21257
21258 \begin_layout Subsection
21259 Sonstige Symbole
21260 \begin_inset CommandInset label
21261 LatexCommand label
21262 name "sub:Sonstige-Symbole"
21263
21264 \end_inset
21265
21266
21267 \begin_inset Index
21268 status collapsed
21269
21270 \begin_layout Plain Layout
21271 Symbole ! sonstige
21272 \end_layout
21273
21274 \end_inset
21275
21276
21277 \end_layout
21278
21279 \begin_layout Standard
21280 \noindent
21281 \align center
21282 \begin_inset Tabular
21283 <lyxtabular version="3" rows="10" columns="2">
21284 <features>
21285 <column alignment="center" valignment="top" width="0pt">
21286 <column alignment="center" valignment="top" width="0pt">
21287 <row>
21288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292 Befehl
21293 \end_layout
21294
21295 \end_inset
21296 </cell>
21297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21298 \begin_inset Text
21299
21300 \begin_layout Plain Layout
21301 Ergebnis
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 </row>
21307 <row>
21308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21309 \begin_inset Text
21310
21311 \begin_layout Plain Layout
21312
21313 \backslash
21314 flat
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323 \begin_inset Formula $\flat$
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 </row>
21332 <row>
21333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337
21338 \backslash
21339 natural
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348 \begin_inset Formula $\natural$
21349 \end_inset
21350
21351
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 </row>
21357 <row>
21358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21359 \begin_inset Text
21360
21361 \begin_layout Plain Layout
21362
21363 \backslash
21364 sharp
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373 \begin_inset Formula $\sharp$
21374 \end_inset
21375
21376
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 </row>
21382 <row>
21383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387
21388 \backslash
21389 surd
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21395 \begin_inset Text
21396
21397 \begin_layout Plain Layout
21398 \begin_inset Formula $\surd$
21399 \end_inset
21400
21401
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 </row>
21407 <row>
21408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21409 \begin_inset Text
21410
21411 \begin_layout Plain Layout
21412
21413 \backslash
21414 checkmark
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423 \begin_inset Formula $\checkmark$
21424 \end_inset
21425
21426
21427 \end_layout
21428
21429 \end_inset
21430 </cell>
21431 </row>
21432 <row>
21433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21434 \begin_inset Text
21435
21436 \begin_layout Plain Layout
21437
21438 \backslash
21439 yen
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448 \begin_inset Formula $\yen$
21449 \end_inset
21450
21451
21452 \end_layout
21453
21454 \end_inset
21455 </cell>
21456 </row>
21457 <row>
21458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21459 \begin_inset Text
21460
21461 \begin_layout Plain Layout
21462
21463 \backslash
21464 pounds
21465 \end_layout
21466
21467 \end_inset
21468 </cell>
21469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21470 \begin_inset Text
21471
21472 \begin_layout Plain Layout
21473 \begin_inset Formula $\pounds $
21474 \end_inset
21475
21476
21477 \end_layout
21478
21479 \end_inset
21480 </cell>
21481 </row>
21482 <row>
21483 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21484 \begin_inset Text
21485
21486 \begin_layout Plain Layout
21487 $
21488 \end_layout
21489
21490 \end_inset
21491 </cell>
21492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496 \begin_inset Formula $\$$
21497 \end_inset
21498
21499
21500 \end_layout
21501
21502 \end_inset
21503 </cell>
21504 </row>
21505 <row>
21506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21507 \begin_inset Text
21508
21509 \begin_layout Plain Layout
21510 §
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519 \begin_inset Formula $§$
21520 \end_inset
21521
21522
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 </row>
21528 </lyxtabular>
21529
21530 \end_inset
21531
21532
21533 \begin_inset Tabular
21534 <lyxtabular version="3" rows="10" columns="2">
21535 <features>
21536 <column alignment="center" valignment="top" width="0">
21537 <column alignment="center" valignment="top" width="0">
21538 <row>
21539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543 Befehl
21544 \end_layout
21545
21546 \end_inset
21547 </cell>
21548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21549 \begin_inset Text
21550
21551 \begin_layout Plain Layout
21552 Ergebnis
21553 \end_layout
21554
21555 \end_inset
21556 </cell>
21557 </row>
21558 <row>
21559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21560 \begin_inset Text
21561
21562 \begin_layout Plain Layout
21563
21564 \backslash
21565 hbar
21566 \end_layout
21567
21568 \end_inset
21569 </cell>
21570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21571 \begin_inset Text
21572
21573 \begin_layout Plain Layout
21574 \begin_inset Formula $\hbar$
21575 \end_inset
21576
21577
21578 \end_layout
21579
21580 \end_inset
21581 </cell>
21582 </row>
21583 <row>
21584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21585 \begin_inset Text
21586
21587 \begin_layout Plain Layout
21588
21589 \backslash
21590 hslash
21591 \end_layout
21592
21593 \end_inset
21594 </cell>
21595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21596 \begin_inset Text
21597
21598 \begin_layout Plain Layout
21599 \begin_inset Formula $\hslash$
21600 \end_inset
21601
21602
21603 \end_layout
21604
21605 \end_inset
21606 </cell>
21607 </row>
21608 <row>
21609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21610 \begin_inset Text
21611
21612 \begin_layout Plain Layout
21613
21614 \backslash
21615 clubsuit
21616 \end_layout
21617
21618 \end_inset
21619 </cell>
21620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21621 \begin_inset Text
21622
21623 \begin_layout Plain Layout
21624 \begin_inset Formula $\clubsuit$
21625 \end_inset
21626
21627
21628 \end_layout
21629
21630 \end_inset
21631 </cell>
21632 </row>
21633 <row>
21634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21635 \begin_inset Text
21636
21637 \begin_layout Plain Layout
21638
21639 \backslash
21640 spadesuit
21641 \end_layout
21642
21643 \end_inset
21644 </cell>
21645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21646 \begin_inset Text
21647
21648 \begin_layout Plain Layout
21649 \begin_inset Formula $\spadesuit$
21650 \end_inset
21651
21652
21653 \end_layout
21654
21655 \end_inset
21656 </cell>
21657 </row>
21658 <row>
21659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21660 \begin_inset Text
21661
21662 \begin_layout Plain Layout
21663
21664 \backslash
21665 bigstar
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21671 \begin_inset Text
21672
21673 \begin_layout Plain Layout
21674 \begin_inset Formula $\bigstar$
21675 \end_inset
21676
21677
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 </row>
21683 <row>
21684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688
21689 \backslash
21690 blacklozenge
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21696 \begin_inset Text
21697
21698 \begin_layout Plain Layout
21699 \begin_inset Formula $\blacklozenge$
21700 \end_inset
21701
21702
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 </row>
21708 <row>
21709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21710 \begin_inset Text
21711
21712 \begin_layout Plain Layout
21713
21714 \backslash
21715 blacktriangle
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724 \begin_inset Formula $\blacktriangle$
21725 \end_inset
21726
21727
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 </row>
21733 <row>
21734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738
21739 \backslash
21740 blacktiangledown
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749 \begin_inset Formula $\blacktriangledown$
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 </row>
21758 <row>
21759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763
21764 \backslash
21765 bullet
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21771 \begin_inset Text
21772
21773 \begin_layout Plain Layout
21774 \begin_inset Formula $\bullet$
21775 \end_inset
21776
21777
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 </row>
21783 </lyxtabular>
21784
21785 \end_inset
21786
21787
21788 \begin_inset Tabular
21789 <lyxtabular version="3" rows="10" columns="2">
21790 <features>
21791 <column alignment="center" valignment="top" width="0pt">
21792 <column alignment="center" valignment="top" width="0pt">
21793 <row>
21794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798 Befehl
21799 \end_layout
21800
21801 \end_inset
21802 </cell>
21803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21804 \begin_inset Text
21805
21806 \begin_layout Plain Layout
21807 Ergebnis
21808 \end_layout
21809
21810 \end_inset
21811 </cell>
21812 </row>
21813 <row>
21814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21815 \begin_inset Text
21816
21817 \begin_layout Plain Layout
21818
21819 \backslash
21820 diamondsuit
21821 \end_layout
21822
21823 \end_inset
21824 </cell>
21825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21826 \begin_inset Text
21827
21828 \begin_layout Plain Layout
21829 \begin_inset Formula $\diamondsuit$
21830 \end_inset
21831
21832
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 </row>
21838 <row>
21839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21840 \begin_inset Text
21841
21842 \begin_layout Plain Layout
21843
21844 \backslash
21845 Diamond
21846 \end_layout
21847
21848 \end_inset
21849 </cell>
21850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21851 \begin_inset Text
21852
21853 \begin_layout Plain Layout
21854 \begin_inset Formula $\Diamond$
21855 \end_inset
21856
21857
21858 \end_layout
21859
21860 \end_inset
21861 </cell>
21862 </row>
21863 <row>
21864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868
21869 \backslash
21870 heartsuit
21871 \end_layout
21872
21873 \end_inset
21874 </cell>
21875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21876 \begin_inset Text
21877
21878 \begin_layout Plain Layout
21879 \begin_inset Formula $\heartsuit$
21880 \end_inset
21881
21882
21883 \end_layout
21884
21885 \end_inset
21886 </cell>
21887 </row>
21888 <row>
21889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893
21894 \backslash
21895 P
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21901 \begin_inset Text
21902
21903 \begin_layout Plain Layout
21904 \begin_inset Formula $\P $
21905 \end_inset
21906
21907
21908 \end_layout
21909
21910 \end_inset
21911 </cell>
21912 </row>
21913 <row>
21914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21915 \begin_inset Text
21916
21917 \begin_layout Plain Layout
21918
21919 \backslash
21920 copyright
21921 \end_layout
21922
21923 \end_inset
21924 </cell>
21925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21926 \begin_inset Text
21927
21928 \begin_layout Plain Layout
21929 \begin_inset Formula $\copyright $
21930 \end_inset
21931
21932
21933 \end_layout
21934
21935 \end_inset
21936 </cell>
21937 </row>
21938 <row>
21939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21940 \begin_inset Text
21941
21942 \begin_layout Plain Layout
21943
21944 \backslash
21945 circledR
21946 \end_layout
21947
21948 \end_inset
21949 </cell>
21950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21951 \begin_inset Text
21952
21953 \begin_layout Plain Layout
21954 \begin_inset Formula $\circledR$
21955 \end_inset
21956
21957
21958 \end_layout
21959
21960 \end_inset
21961 </cell>
21962 </row>
21963 <row>
21964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21965 \begin_inset Text
21966
21967 \begin_layout Plain Layout
21968
21969 \backslash
21970 maltese
21971 \end_layout
21972
21973 \end_inset
21974 </cell>
21975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21976 \begin_inset Text
21977
21978 \begin_layout Plain Layout
21979 \begin_inset Formula $\maltese$
21980 \end_inset
21981
21982
21983 \end_layout
21984
21985 \end_inset
21986 </cell>
21987 </row>
21988 <row>
21989 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21990 \begin_inset Text
21991
21992 \begin_layout Plain Layout
21993
21994 \backslash
21995 diagup
21996 \end_layout
21997
21998 \end_inset
21999 </cell>
22000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004 \begin_inset Formula $\diagup$
22005 \end_inset
22006
22007
22008 \end_layout
22009
22010 \end_inset
22011 </cell>
22012 </row>
22013 <row>
22014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22015 \begin_inset Text
22016
22017 \begin_layout Plain Layout
22018
22019 \backslash
22020 diagdown
22021 \end_layout
22022
22023 \end_inset
22024 </cell>
22025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22026 \begin_inset Text
22027
22028 \begin_layout Plain Layout
22029 \begin_inset Formula $\diagdown$
22030 \end_inset
22031
22032
22033 \end_layout
22034
22035 \end_inset
22036 </cell>
22037 </row>
22038 </lyxtabular>
22039
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \begin_layout Standard
22046 \begin_inset VSpace medskip
22047 \end_inset
22048
22049 Weitere Symbole sind in 
22050 \begin_inset CommandInset ref
22051 LatexCommand ref
22052 reference "sub:Sonstige-Sonderzeichen"
22053
22054 \end_inset
22055
22056  aufgelistet.
22057 \end_layout
22058
22059 \begin_layout Standard
22060 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22061  
22062 \begin_inset CommandInset ref
22063 LatexCommand ref
22064 reference "sub:Schriftgrößen"
22065
22066 \end_inset
22067
22068 .
22069 \end_layout
22070
22071 \begin_layout Subsection
22072 Das Euro-Symbol €
22073 \begin_inset Index
22074 status collapsed
22075
22076 \begin_layout Plain Layout
22077 Symbole ! Euro-Symbol
22078 \end_layout
22079
22080 \end_inset
22081
22082
22083 \begin_inset Index
22084 status collapsed
22085
22086 \begin_layout Plain Layout
22087 \begin_inset ERT
22088 status collapsed
22089
22090 \begin_layout Plain Layout
22091
22092
22093 \backslash
22094 officialeuro
22095 \end_layout
22096
22097 \end_inset
22098
22099
22100 \end_layout
22101
22102 \end_inset
22103
22104
22105 \end_layout
22106
22107 \begin_layout Standard
22108 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22109
22110 \series bold
22111 eurosym
22112 \series default
22113
22114 \begin_inset Index
22115 status collapsed
22116
22117 \begin_layout Plain Layout
22118 Pakete ! eurosym
22119 \end_layout
22120
22121 \end_inset
22122
22123  installieren und dieses mit der LaTeX-Vorspannzeile
22124 \end_layout
22125
22126 \begin_layout Standard
22127
22128 \series bold
22129
22130 \backslash
22131 usepackage[gennarrow]{eurosym}
22132 \end_layout
22133
22134 \begin_layout Standard
22135 aktivieren.
22136  Das Euro-Symbol kann man nun mit dem Befehl 
22137 \series bold
22138
22139 \backslash
22140 euro
22141 \series default
22142
22143 \begin_inset Index
22144 status collapsed
22145
22146 \begin_layout Plain Layout
22147 Befehle ! E ! 
22148 \backslash
22149 euro
22150 \end_layout
22151
22152 \end_inset
22153
22154  aufrufen.
22155 \end_layout
22156
22157 \begin_layout Standard
22158 Das Euro-Symbol kann man direkt übder die Tastatur in mathematischen Text
22159  eingeben, ohne 
22160 \series bold
22161 eurosym
22162 \series default
22163  installiert zu haben.
22164  Ist 
22165 \series bold
22166 eurosym
22167 \series default
22168  installiert, kann man 
22169 \series bold
22170
22171 \backslash
22172 euro
22173 \series default
22174  auch im TeX-Modus eingeben.
22175  Das offizielle Währungssymbol erhält man dann über den Befehl 
22176 \series bold
22177
22178 \backslash
22179 officialeuro
22180 \series default
22181
22182 \begin_inset Index
22183 status collapsed
22184
22185 \begin_layout Plain Layout
22186 Befehle ! O ! 
22187 \backslash
22188 officialeuro
22189 \end_layout
22190
22191 \end_inset
22192
22193 , der nur im TeX-Modus verfügbar ist.
22194 \end_layout
22195
22196 \begin_layout Standard
22197 \begin_inset ERT
22198 status collapsed
22199
22200 \begin_layout Plain Layout
22201
22202
22203 \backslash
22204 ifeurosym 
22205 \end_layout
22206
22207 \end_inset
22208
22209
22210 \begin_inset Note Note
22211 status open
22212
22213 \begin_layout Plain Layout
22214 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22215 \series bold
22216 eurosym
22217 \series default
22218  installiert ist:
22219 \end_layout
22220
22221 \end_inset
22222
22223
22224 \end_layout
22225
22226 \begin_layout Standard
22227 Eine Übersicht der verschiedenen Euro-Symbole:
22228 \end_layout
22229
22230 \begin_layout Standard
22231 \align center
22232 \begin_inset Tabular
22233 <lyxtabular version="3" rows="4" columns="3">
22234 <features>
22235 <column alignment="center" valignment="top" width="0pt">
22236 <column alignment="center" valignment="top" width="0pt">
22237 <column alignment="center" valignment="top" width="0pt">
22238 <row>
22239 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243
22244 \end_layout
22245
22246 \end_inset
22247 </cell>
22248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22249 \begin_inset Text
22250
22251 \begin_layout Plain Layout
22252 Befehl 
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261 Ergebnis
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 </row>
22267 <row>
22268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22269 \begin_inset Text
22270
22271 \begin_layout Plain Layout
22272 Formel
22273 \end_layout
22274
22275 \end_inset
22276 </cell>
22277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281
22282 \backslash
22283 euro
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22289 \begin_inset Text
22290
22291 \begin_layout Plain Layout
22292 \begin_inset Formula $\euro $
22293 \end_inset
22294
22295
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 </row>
22301 <row>
22302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306 mathematischer Text
22307 \end_layout
22308
22309 \end_inset
22310 </cell>
22311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22321 \begin_inset Text
22322
22323 \begin_layout Plain Layout
22324 \begin_inset Formula $\mbox{€}$
22325 \end_inset
22326
22327
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 </row>
22333 <row>
22334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338 TeX-Modus
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347
22348 \backslash
22349 officialeuro
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358 \begin_inset ERT
22359 status collapsed
22360
22361 \begin_layout Plain Layout
22362
22363
22364 \backslash
22365 officialeuro
22366 \end_layout
22367
22368 \end_inset
22369
22370
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 </row>
22376 </lyxtabular>
22377
22378 \end_inset
22379
22380
22381 \end_layout
22382
22383 \begin_layout Standard
22384 \begin_inset ERT
22385 status collapsed
22386
22387 \begin_layout Plain Layout
22388
22389
22390 \backslash
22391 else 
22392 \end_layout
22393
22394 \end_inset
22395
22396
22397 \begin_inset Note Note
22398 status open
22399
22400 \begin_layout Plain Layout
22401 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22402 \series bold
22403 eurosym
22404 \series default
22405  nicht installiert ist:
22406 \end_layout
22407
22408 \end_inset
22409
22410
22411 \end_layout
22412
22413 \begin_layout Standard
22414 Das LaTeX-Paket 
22415 \series bold
22416 eurosym 
22417 \series default
22418 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22419 \end_layout
22420
22421 \begin_layout Standard
22422 \begin_inset ERT
22423 status collapsed
22424
22425 \begin_layout Plain Layout
22426
22427
22428 \backslash
22429 fi 
22430 \end_layout
22431
22432 \end_inset
22433
22434
22435 \end_layout
22436
22437 \begin_layout Section
22438 Relationen
22439 \begin_inset CommandInset label
22440 LatexCommand label
22441 name "sec:Relationen"
22442
22443 \end_inset
22444
22445
22446 \begin_inset Index
22447 status collapsed
22448
22449 \begin_layout Plain Layout
22450 Relationen
22451 \end_layout
22452
22453 \end_inset
22454
22455
22456 \begin_inset Index
22457 status collapsed
22458
22459 \begin_layout Plain Layout
22460 Vergleiche|see
22461 \begin_inset ERT
22462 status collapsed
22463
22464 \begin_layout Plain Layout
22465
22466 {
22467 \end_layout
22468
22469 \end_inset
22470
22471 Relationen
22472 \begin_inset ERT
22473 status collapsed
22474
22475 \begin_layout Plain Layout
22476
22477 }
22478 \end_layout
22479
22480 \end_inset
22481
22482
22483 \end_layout
22484
22485 \end_inset
22486
22487
22488 \end_layout
22489
22490 \begin_layout Standard
22491 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
22492  
22493 \begin_inset Graphics
22494         filename ../../images/math/leq.png
22495         scale 85
22496
22497 \end_inset
22498
22499  eingefügt werden.
22500 \end_layout
22501
22502 \begin_layout Standard
22503 \begin_inset Space \hfill{}
22504 \end_inset
22505
22506
22507 \begin_inset Tabular
22508 <lyxtabular version="3" rows="17" columns="2">
22509 <features>
22510 <column alignment="center" valignment="top" width="0pt">
22511 <column alignment="center" valignment="top" width="0pt">
22512 <row>
22513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517 Befehl
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22523 \begin_inset Text
22524
22525 \begin_layout Plain Layout
22526 Ergebnis
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 </row>
22532 <row>
22533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22534 \begin_inset Text
22535
22536 \begin_layout Plain Layout
22537 <
22538 \end_layout
22539
22540 \end_inset
22541 </cell>
22542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546 \begin_inset Formula $<$
22547 \end_inset
22548
22549
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 </row>
22555 <row>
22556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560
22561 \backslash
22562 le
22563 \end_layout
22564
22565 \end_inset
22566 </cell>
22567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571 \begin_inset Formula $\le$
22572 \end_inset
22573
22574
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 </row>
22580 <row>
22581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585
22586 \backslash
22587 ll
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596 \begin_inset Formula $\ll$
22597 \end_inset
22598
22599
22600 \end_layout
22601
22602 \end_inset
22603 </cell>
22604 </row>
22605 <row>
22606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22607 \begin_inset Text
22608
22609 \begin_layout Plain Layout
22610
22611 \backslash
22612 prec
22613 \end_layout
22614
22615 \end_inset
22616 </cell>
22617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22618 \begin_inset Text
22619
22620 \begin_layout Plain Layout
22621 \begin_inset Formula $\prec$
22622 \end_inset
22623
22624
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 </row>
22630 <row>
22631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22632 \begin_inset Text
22633
22634 \begin_layout Plain Layout
22635
22636 \backslash
22637 preceq
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22643 \begin_inset Text
22644
22645 \begin_layout Plain Layout
22646 \begin_inset Formula $\preceq$
22647 \end_inset
22648
22649
22650 \end_layout
22651
22652 \end_inset
22653 </cell>
22654 </row>
22655 <row>
22656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22657 \begin_inset Text
22658
22659 \begin_layout Plain Layout
22660
22661 \backslash
22662 subset
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22668 \begin_inset Text
22669
22670 \begin_layout Plain Layout
22671 \begin_inset Formula $\subset$
22672 \end_inset
22673
22674
22675 \end_layout
22676
22677 \end_inset
22678 </cell>
22679 </row>
22680 <row>
22681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22682 \begin_inset Text
22683
22684 \begin_layout Plain Layout
22685
22686 \backslash
22687 subseteq
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696 \begin_inset Formula $\subseteq$
22697 \end_inset
22698
22699
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 </row>
22705 <row>
22706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22707 \begin_inset Text
22708
22709 \begin_layout Plain Layout
22710
22711 \backslash
22712 sqsubseteq
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22718 \begin_inset Text
22719
22720 \begin_layout Plain Layout
22721 \begin_inset Formula $\sqsubseteq$
22722 \end_inset
22723
22724
22725 \end_layout
22726
22727 \end_inset
22728 </cell>
22729 </row>
22730 <row>
22731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22732 \begin_inset Text
22733
22734 \begin_layout Plain Layout
22735
22736 \backslash
22737 in
22738 \end_layout
22739
22740 \end_inset
22741 </cell>
22742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22743 \begin_inset Text
22744
22745 \begin_layout Plain Layout
22746 \begin_inset Formula $\in$
22747 \end_inset
22748
22749
22750 \end_layout
22751
22752 \end_inset
22753 </cell>
22754 </row>
22755 <row>
22756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22757 \begin_inset Text
22758
22759 \begin_layout Plain Layout
22760
22761 \backslash
22762 vdash
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22768 \begin_inset Text
22769
22770 \begin_layout Plain Layout
22771 \begin_inset Formula $\vdash$
22772 \end_inset
22773
22774
22775 \end_layout
22776
22777 \end_inset
22778 </cell>
22779 </row>
22780 <row>
22781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22782 \begin_inset Text
22783
22784 \begin_layout Plain Layout
22785
22786 \backslash
22787 smile
22788 \end_layout
22789
22790 \end_inset
22791 </cell>
22792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22793 \begin_inset Text
22794
22795 \begin_layout Plain Layout
22796 \begin_inset Formula $\smile$
22797 \end_inset
22798
22799
22800 \end_layout
22801
22802 \end_inset
22803 </cell>
22804 </row>
22805 <row>
22806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22807 \begin_inset Text
22808
22809 \begin_layout Plain Layout
22810
22811 \backslash
22812 lhd
22813 \end_layout
22814
22815 \end_inset
22816 </cell>
22817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22818 \begin_inset Text
22819
22820 \begin_layout Plain Layout
22821 \begin_inset Formula $\lhd$
22822 \end_inset
22823
22824
22825 \end_layout
22826
22827 \end_inset
22828 </cell>
22829 </row>
22830 <row>
22831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22832 \begin_inset Text
22833
22834 \begin_layout Plain Layout
22835
22836 \backslash
22837 unlhd
22838 \end_layout
22839
22840 \end_inset
22841 </cell>
22842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22843 \begin_inset Text
22844
22845 \begin_layout Plain Layout
22846 \begin_inset Formula $\unlhd$
22847 \end_inset
22848
22849
22850 \end_layout
22851
22852 \end_inset
22853 </cell>
22854 </row>
22855 <row>
22856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22857 \begin_inset Text
22858
22859 \begin_layout Plain Layout
22860
22861 \backslash
22862 gtrless
22863 \end_layout
22864
22865 \end_inset
22866 </cell>
22867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22868 \begin_inset Text
22869
22870 \begin_layout Plain Layout
22871 \begin_inset Formula $\gtrless$
22872 \end_inset
22873
22874
22875 \end_layout
22876
22877 \end_inset
22878 </cell>
22879 </row>
22880 <row>
22881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22882 \begin_inset Text
22883
22884 \begin_layout Plain Layout
22885
22886 \backslash
22887 mid
22888 \end_layout
22889
22890 \end_inset
22891 </cell>
22892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22893 \begin_inset Text
22894
22895 \begin_layout Plain Layout
22896 \begin_inset Formula $\mid$
22897 \end_inset
22898
22899
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 </row>
22905 <row>
22906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22907 \begin_inset Text
22908
22909 \begin_layout Plain Layout
22910
22911 \backslash
22912 nmid
22913 \end_layout
22914
22915 \end_inset
22916 </cell>
22917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22918 \begin_inset Text
22919
22920 \begin_layout Plain Layout
22921 \begin_inset Formula $\nmid$
22922 \end_inset
22923
22924
22925 \end_layout
22926
22927 \end_inset
22928 </cell>
22929 </row>
22930 </lyxtabular>
22931
22932 \end_inset
22933
22934
22935 \begin_inset Space \hfill{}
22936 \end_inset
22937
22938
22939 \begin_inset Tabular
22940 <lyxtabular version="3" rows="17" columns="2">
22941 <features>
22942 <column alignment="center" valignment="top" width="0pt">
22943 <column alignment="center" valignment="top" width="0pt">
22944 <row>
22945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22946 \begin_inset Text
22947
22948 \begin_layout Plain Layout
22949 Befehl
22950 \end_layout
22951
22952 \end_inset
22953 </cell>
22954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22955 \begin_inset Text
22956
22957 \begin_layout Plain Layout
22958 Ergebnis
22959 \end_layout
22960
22961 \end_inset
22962 </cell>
22963 </row>
22964 <row>
22965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22966 \begin_inset Text
22967
22968 \begin_layout Plain Layout
22969 =
22970 \end_layout
22971
22972 \end_inset
22973 </cell>
22974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978 \begin_inset Formula $=$
22979 \end_inset
22980
22981
22982 \end_layout
22983
22984 \end_inset
22985 </cell>
22986 </row>
22987 <row>
22988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22989 \begin_inset Text
22990
22991 \begin_layout Plain Layout
22992
22993 \backslash
22994 not=
22995 \end_layout
22996
22997 \end_inset
22998 </cell>
22999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23000 \begin_inset Text
23001
23002 \begin_layout Plain Layout
23003 \begin_inset Formula $\not=$
23004 \end_inset
23005
23006
23007 \end_layout
23008
23009 \end_inset
23010 </cell>
23011 </row>
23012 <row>
23013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23014 \begin_inset Text
23015
23016 \begin_layout Plain Layout
23017
23018 \backslash
23019 equiv
23020 \end_layout
23021
23022 \end_inset
23023 </cell>
23024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23025 \begin_inset Text
23026
23027 \begin_layout Plain Layout
23028 \begin_inset Formula $\equiv$
23029 \end_inset
23030
23031
23032 \end_layout
23033
23034 \end_inset
23035 </cell>
23036 </row>
23037 <row>
23038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23039 \begin_inset Text
23040
23041 \begin_layout Plain Layout
23042
23043 \backslash
23044 sim
23045 \end_layout
23046
23047 \end_inset
23048 </cell>
23049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053 \begin_inset Formula $\sim$
23054 \end_inset
23055
23056
23057 \end_layout
23058
23059 \end_inset
23060 </cell>
23061 </row>
23062 <row>
23063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23064 \begin_inset Text
23065
23066 \begin_layout Plain Layout
23067
23068 \backslash
23069 simeq
23070 \end_layout
23071
23072 \end_inset
23073 </cell>
23074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23075 \begin_inset Text
23076
23077 \begin_layout Plain Layout
23078 \begin_inset Formula $\simeq$
23079 \end_inset
23080
23081
23082 \end_layout
23083
23084 \end_inset
23085 </cell>
23086 </row>
23087 <row>
23088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23089 \begin_inset Text
23090
23091 \begin_layout Plain Layout
23092
23093 \backslash
23094 approx
23095 \end_layout
23096
23097 \end_inset
23098 </cell>
23099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23100 \begin_inset Text
23101
23102 \begin_layout Plain Layout
23103 \begin_inset Formula $\approx$
23104 \end_inset
23105
23106
23107 \end_layout
23108
23109 \end_inset
23110 </cell>
23111 </row>
23112 <row>
23113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23114 \begin_inset Text
23115
23116 \begin_layout Plain Layout
23117
23118 \backslash
23119 cong
23120 \end_layout
23121
23122 \end_inset
23123 </cell>
23124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23125 \begin_inset Text
23126
23127 \begin_layout Plain Layout
23128 \begin_inset Formula $\cong$
23129 \end_inset
23130
23131
23132 \end_layout
23133
23134 \end_inset
23135 </cell>
23136 </row>
23137 <row>
23138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23139 \begin_inset Text
23140
23141 \begin_layout Plain Layout
23142
23143 \backslash
23144 bowtie
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23150 \begin_inset Text
23151
23152 \begin_layout Plain Layout
23153 \begin_inset Formula $\bowtie$
23154 \end_inset
23155
23156
23157 \end_layout
23158
23159 \end_inset
23160 </cell>
23161 </row>
23162 <row>
23163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23164 \begin_inset Text
23165
23166 \begin_layout Plain Layout
23167
23168 \backslash
23169 notin
23170 \end_layout
23171
23172 \end_inset
23173 </cell>
23174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23175 \begin_inset Text
23176
23177 \begin_layout Plain Layout
23178 \begin_inset Formula $\notin$
23179 \end_inset
23180
23181
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 </row>
23187 <row>
23188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23189 \begin_inset Text
23190
23191 \begin_layout Plain Layout
23192
23193 \backslash
23194 perp
23195 \end_layout
23196
23197 \end_inset
23198 </cell>
23199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23200 \begin_inset Text
23201
23202 \begin_layout Plain Layout
23203 \begin_inset Formula $\perp$
23204 \end_inset
23205
23206
23207 \end_layout
23208
23209 \end_inset
23210 </cell>
23211 </row>
23212 <row>
23213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217
23218 \backslash
23219 propto
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23225 \begin_inset Text
23226
23227 \begin_layout Plain Layout
23228 \begin_inset Formula $\propto$
23229 \end_inset
23230
23231
23232 \end_layout
23233
23234 \end_inset
23235 </cell>
23236 </row>
23237 <row>
23238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242
23243 \backslash
23244 asymp
23245 \end_layout
23246
23247 \end_inset
23248 </cell>
23249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23250 \begin_inset Text
23251
23252 \begin_layout Plain Layout
23253 \begin_inset Formula $\asymp$
23254 \end_inset
23255
23256
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 </row>
23262 <row>
23263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23264 \begin_inset Text
23265
23266 \begin_layout Plain Layout
23267
23268 \backslash
23269 doteq
23270 \end_layout
23271
23272 \end_inset
23273 </cell>
23274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23275 \begin_inset Text
23276
23277 \begin_layout Plain Layout
23278 \begin_inset Formula $\doteq$
23279 \end_inset
23280
23281
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
23293 \backslash
23294 circeq
23295 \end_layout
23296
23297 \end_inset
23298 </cell>
23299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23300 \begin_inset Text
23301
23302 \begin_layout Plain Layout
23303 \begin_inset Formula $\circeq$
23304 \end_inset
23305
23306
23307 \end_layout
23308
23309 \end_inset
23310 </cell>
23311 </row>
23312 <row>
23313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23314 \begin_inset Text
23315
23316 \begin_layout Plain Layout
23317
23318 \backslash
23319 models
23320 \end_layout
23321
23322 \end_inset
23323 </cell>
23324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328 \begin_inset Formula $\models$
23329 \end_inset
23330
23331
23332 \end_layout
23333
23334 \end_inset
23335 </cell>
23336 </row>
23337 <row>
23338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23339 \begin_inset Text
23340
23341 \begin_layout Plain Layout
23342
23343 \backslash
23344 widehat=
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353 \begin_inset Formula $\widehat{=}$
23354 \end_inset
23355
23356
23357 \end_layout
23358
23359 \end_inset
23360 </cell>
23361 </row>
23362 </lyxtabular>
23363
23364 \end_inset
23365
23366
23367 \begin_inset Space \hfill{}
23368 \end_inset
23369
23370
23371 \begin_inset Tabular
23372 <lyxtabular version="3" rows="17" columns="2">
23373 <features>
23374 <column alignment="center" valignment="top" width="0pt">
23375 <column alignment="center" valignment="top" width="0pt">
23376 <row>
23377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23378 \begin_inset Text
23379
23380 \begin_layout Plain Layout
23381 Befehl
23382 \end_layout
23383
23384 \end_inset
23385 </cell>
23386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23387 \begin_inset Text
23388
23389 \begin_layout Plain Layout
23390 Ergebnis
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 </row>
23396 <row>
23397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23398 \begin_inset Text
23399
23400 \begin_layout Plain Layout
23401 >
23402 \end_layout
23403
23404 \end_inset
23405 </cell>
23406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410 \begin_inset Formula $>$
23411 \end_inset
23412
23413
23414 \end_layout
23415
23416 \end_inset
23417 </cell>
23418 </row>
23419 <row>
23420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424
23425 \backslash
23426 ge
23427 \end_layout
23428
23429 \end_inset
23430 </cell>
23431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435 \begin_inset Formula $\ge$
23436 \end_inset
23437
23438
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 </row>
23444 <row>
23445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23446 \begin_inset Text
23447
23448 \begin_layout Plain Layout
23449
23450 \backslash
23451 gg
23452 \end_layout
23453
23454 \end_inset
23455 </cell>
23456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23457 \begin_inset Text
23458
23459 \begin_layout Plain Layout
23460 \begin_inset Formula $\gg$
23461 \end_inset
23462
23463
23464 \end_layout
23465
23466 \end_inset
23467 </cell>
23468 </row>
23469 <row>
23470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23471 \begin_inset Text
23472
23473 \begin_layout Plain Layout
23474
23475 \backslash
23476 succ
23477 \end_layout
23478
23479 \end_inset
23480 </cell>
23481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485 \begin_inset Formula $\succ$
23486 \end_inset
23487
23488
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 </row>
23494 <row>
23495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23496 \begin_inset Text
23497
23498 \begin_layout Plain Layout
23499
23500 \backslash
23501 succeq
23502 \end_layout
23503
23504 \end_inset
23505 </cell>
23506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510 \begin_inset Formula $\succeq$
23511 \end_inset
23512
23513
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 </row>
23519 <row>
23520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23521 \begin_inset Text
23522
23523 \begin_layout Plain Layout
23524
23525 \backslash
23526 supset
23527 \end_layout
23528
23529 \end_inset
23530 </cell>
23531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535 \begin_inset Formula $\supset$
23536 \end_inset
23537
23538
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 </row>
23544 <row>
23545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549
23550 \backslash
23551 supseteq
23552 \end_layout
23553
23554 \end_inset
23555 </cell>
23556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560 \begin_inset Formula $\supseteq$
23561 \end_inset
23562
23563
23564 \end_layout
23565
23566 \end_inset
23567 </cell>
23568 </row>
23569 <row>
23570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574
23575 \backslash
23576 sqsupseteq
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585 \begin_inset Formula $\sqsupseteq$
23586 \end_inset
23587
23588
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 </row>
23594 <row>
23595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23596 \begin_inset Text
23597
23598 \begin_layout Plain Layout
23599
23600 \backslash
23601 ni
23602 \end_layout
23603
23604 \end_inset
23605 </cell>
23606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23607 \begin_inset Text
23608
23609 \begin_layout Plain Layout
23610 \begin_inset Formula $\ni$
23611 \end_inset
23612
23613
23614 \end_layout
23615
23616 \end_inset
23617 </cell>
23618 </row>
23619 <row>
23620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23621 \begin_inset Text
23622
23623 \begin_layout Plain Layout
23624
23625 \backslash
23626 dashv
23627 \end_layout
23628
23629 \end_inset
23630 </cell>
23631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23632 \begin_inset Text
23633
23634 \begin_layout Plain Layout
23635 \begin_inset Formula $\dashv$
23636 \end_inset
23637
23638
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 </row>
23644 <row>
23645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649
23650 \backslash
23651 frown
23652 \end_layout
23653
23654 \end_inset
23655 </cell>
23656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23657 \begin_inset Text
23658
23659 \begin_layout Plain Layout
23660 \begin_inset Formula $\frown$
23661 \end_inset
23662
23663
23664 \end_layout
23665
23666 \end_inset
23667 </cell>
23668 </row>
23669 <row>
23670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23671 \begin_inset Text
23672
23673 \begin_layout Plain Layout
23674
23675 \backslash
23676 rhd
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23682 \begin_inset Text
23683
23684 \begin_layout Plain Layout
23685 \begin_inset Formula $\rhd$
23686 \end_inset
23687
23688
23689 \end_layout
23690
23691 \end_inset
23692 </cell>
23693 </row>
23694 <row>
23695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23696 \begin_inset Text
23697
23698 \begin_layout Plain Layout
23699
23700 \backslash
23701 unrhd
23702 \end_layout
23703
23704 \end_inset
23705 </cell>
23706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23707 \begin_inset Text
23708
23709 \begin_layout Plain Layout
23710 \begin_inset Formula $\unrhd$
23711 \end_inset
23712
23713
23714 \end_layout
23715
23716 \end_inset
23717 </cell>
23718 </row>
23719 <row>
23720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23721 \begin_inset Text
23722
23723 \begin_layout Plain Layout
23724
23725 \backslash
23726 lessgtr
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23732 \begin_inset Text
23733
23734 \begin_layout Plain Layout
23735 \begin_inset Formula $\lessgtr$
23736 \end_inset
23737
23738
23739 \end_layout
23740
23741 \end_inset
23742 </cell>
23743 </row>
23744 <row>
23745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749
23750 \backslash
23751 parallel
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760 \begin_inset Formula $\parallel$
23761 \end_inset
23762
23763
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 </row>
23769 <row>
23770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774
23775 \backslash
23776 nparallel
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785 \begin_inset Formula $\nparallel$
23786 \end_inset
23787
23788
23789 \end_layout
23790
23791 \end_inset
23792 </cell>
23793 </row>
23794 </lyxtabular>
23795
23796 \end_inset
23797
23798
23799 \begin_inset Space \hfill{}
23800 \end_inset
23801
23802
23803 \end_layout
23804
23805 \begin_layout Standard
23806 \begin_inset VSpace medskip
23807 \end_inset
23808
23809 Die Zeichen 
23810 \series bold
23811
23812 \backslash
23813 lhd
23814 \series default
23815  bzw.
23816  
23817 \series bold
23818
23819 \backslash
23820 rhd
23821 \series default
23822  sind größer als die gleich aussehenden Operatoren
23823 \begin_inset Newline linebreak
23824 \end_inset
23825
23826
23827 \series bold
23828
23829 \backslash
23830 triangleleft
23831 \series default
23832  bzw.
23833  
23834 \series bold
23835
23836 \backslash
23837 triangleright
23838 \series default
23839 .
23840 \end_layout
23841
23842 \begin_layout Standard
23843 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
23844 \end_layout
23845
23846 \begin_layout Standard
23847 Relationen mit Beschriftungen können mit Hilfe des Befehls 
23848 \series bold
23849
23850 \backslash
23851 stackrel
23852 \series default
23853
23854 \begin_inset Index
23855 status collapsed
23856
23857 \begin_layout Plain Layout
23858 Befehle ! S ! 
23859 \backslash
23860 stackrel
23861 \end_layout
23862
23863 \end_inset
23864
23865  erstellt werden:
23866 \end_layout
23867
23868 \begin_layout Standard
23869 \align center
23870 \begin_inset Tabular
23871 <lyxtabular version="3" rows="2" columns="2">
23872 <features>
23873 <column alignment="center" valignment="top" width="0">
23874 <column alignment="center" valignment="top" width="0">
23875 <row>
23876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880 Befehl
23881 \end_layout
23882
23883 \end_inset
23884 </cell>
23885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23886 \begin_inset Text
23887
23888 \begin_layout Plain Layout
23889 Ergebnis
23890 \begin_inset Note Note
23891 status collapsed
23892
23893 \begin_layout Plain Layout
23894
23895 \series bold
23896
23897 \backslash
23898 raisebox
23899 \series default
23900  dient nur als Abstandhalter.
23901 \end_layout
23902
23903 \end_inset
23904
23905
23906 \end_layout
23907
23908 \end_inset
23909 </cell>
23910 </row>
23911 <row>
23912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916 A(r)
23917 \backslash
23918 stackrel
23919 \begin_inset ERT
23920 status collapsed
23921
23922 \begin_layout Plain Layout
23923
23924
23925 \backslash
23926 leer 
23927 \end_layout
23928
23929 \end_inset
23930
23931 r
23932 \backslash
23933 to
23934 \backslash
23935 infty
23936 \begin_inset ERT
23937 status collapsed
23938
23939 \begin_layout Plain Layout
23940
23941
23942 \backslash
23943 leer 
23944 \end_layout
23945
23946 \end_inset
23947
23948
23949 \begin_inset Formula $\downarrow$
23950 \end_inset
23951
23952
23953 \backslash
23954 approx
23955 \begin_inset ERT
23956 status collapsed
23957
23958 \begin_layout Plain Layout
23959
23960
23961 \backslash
23962 leer 
23963 \end_layout
23964
23965 \end_inset
23966
23967
23968 \begin_inset ERT
23969 status collapsed
23970
23971 \begin_layout Plain Layout
23972
23973
23974 \backslash
23975 leer 
23976 \end_layout
23977
23978 \end_inset
23979
23980 B
23981 \end_layout
23982
23983 \end_inset
23984 </cell>
23985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23986 \begin_inset Text
23987
23988 \begin_layout Plain Layout
23989 \begin_inset Formula $\raisebox {5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23990 \end_inset
23991
23992
23993 \end_layout
23994
23995 \end_inset
23996 </cell>
23997 </row>
23998 </lyxtabular>
23999
24000 \end_inset
24001
24002
24003 \end_layout
24004
24005 \begin_layout Standard
24006 \begin_inset Newpage newpage
24007 \end_inset
24008
24009
24010 \end_layout
24011
24012 \begin_layout Section
24013 Funktionen
24014 \end_layout
24015
24016 \begin_layout Subsection
24017 Vordefinierte Funktionen
24018 \begin_inset CommandInset label
24019 LatexCommand label
24020 name "sub:Vordefinierte-Funktionen"
24021
24022 \end_inset
24023
24024
24025 \begin_inset Index
24026 status collapsed
24027
24028 \begin_layout Plain Layout
24029 Funktionen ! vordefinierte
24030 \end_layout
24031
24032 \end_inset
24033
24034
24035 \end_layout
24036
24037 \begin_layout Standard
24038 Allgemein werden in mathematischen Ausdrücken Variablen 
24039 \shape italic
24040 kursiv
24041 \shape default
24042  gesetzt, Funktionsnamen hingegen nicht, denn 
24043 \begin_inset Formula $sin$
24044 \end_inset
24045
24046  könnte als 
24047 \begin_inset Formula $s\cdot i\cdot n$
24048 \end_inset
24049
24050  missverstanden werden.
24051  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24052 en etwas abgesetzt sind.
24053  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24054 \end_layout
24055
24056 \begin_layout Standard
24057 \align center
24058 \begin_inset Tabular
24059 <lyxtabular version="3" rows="2" columns="4">
24060 <features>
24061 <column alignment="center" valignment="top" width="0pt">
24062 <column alignment="center" valignment="top" width="0pt">
24063 <column alignment="center" valignment="top" width="0pt">
24064 <column alignment="center" valignment="top" width="0pt">
24065 <row>
24066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24067 \begin_inset Text
24068
24069 \begin_layout Plain Layout
24070 Befehl
24071 \end_layout
24072
24073 \end_inset
24074 </cell>
24075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079 Ergebnis
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088 Befehl
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097 Ergebnis
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 </row>
24103 <row>
24104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108 Asin(x)+B
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24114 \begin_inset Text
24115
24116 \begin_layout Plain Layout
24117 \begin_inset Formula $Asin(x)+B$
24118 \end_inset
24119
24120
24121 \end_layout
24122
24123 \end_inset
24124 </cell>
24125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24126 \begin_inset Text
24127
24128 \begin_layout Plain Layout
24129 A
24130 \backslash
24131 sin(x)+B
24132 \end_layout
24133
24134 \end_inset
24135 </cell>
24136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24137 \begin_inset Text
24138
24139 \begin_layout Plain Layout
24140 \begin_inset Formula $A\sin(x)+B$
24141 \end_inset
24142
24143
24144 \end_layout
24145
24146 \end_inset
24147 </cell>
24148 </row>
24149 </lyxtabular>
24150
24151 \end_inset
24152
24153
24154 \end_layout
24155
24156 \begin_layout Standard
24157 Folgende Funktionen sind vordefiniert:
24158 \end_layout
24159
24160 \begin_layout Standard
24161 \begin_inset VSpace -2mm
24162 \end_inset
24163
24164
24165 \end_layout
24166
24167 \begin_layout Standard
24168 \align center
24169 \begin_inset Tabular
24170 <lyxtabular version="3" rows="9" columns="4">
24171 <features>
24172 <column alignment="center" valignment="top" width="0pt">
24173 <column alignment="center" valignment="top" width="0pt">
24174 <column alignment="center" valignment="top" width="0pt">
24175 <column alignment="center" valignment="top" width="0pt">
24176 <row>
24177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24178 \begin_inset Text
24179
24180 \begin_layout Plain Layout
24181 Befehl
24182 \end_layout
24183
24184 \end_inset
24185 </cell>
24186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24187 \begin_inset Text
24188
24189 \begin_layout Plain Layout
24190 Befehl
24191 \end_layout
24192
24193 \end_inset
24194 </cell>
24195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24196 \begin_inset Text
24197
24198 \begin_layout Plain Layout
24199 Befehl
24200 \end_layout
24201
24202 \end_inset
24203 </cell>
24204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208 Befehl
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 </row>
24214 <row>
24215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219
24220 \backslash
24221 sin
24222 \end_layout
24223
24224 \end_inset
24225 </cell>
24226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230
24231 \backslash
24232 sinh
24233 \end_layout
24234
24235 \end_inset
24236 </cell>
24237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24238 \begin_inset Text
24239
24240 \begin_layout Plain Layout
24241
24242 \backslash
24243 arcsin
24244 \end_layout
24245
24246 \end_inset
24247 </cell>
24248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24249 \begin_inset Text
24250
24251 \begin_layout Plain Layout
24252
24253 \backslash
24254 sup
24255 \end_layout
24256
24257 \end_inset
24258 </cell>
24259 </row>
24260 <row>
24261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24262 \begin_inset Text
24263
24264 \begin_layout Plain Layout
24265
24266 \backslash
24267 cos
24268 \end_layout
24269
24270 \end_inset
24271 </cell>
24272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24273 \begin_inset Text
24274
24275 \begin_layout Plain Layout
24276
24277 \backslash
24278 cosh
24279 \end_layout
24280
24281 \end_inset
24282 </cell>
24283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24284 \begin_inset Text
24285
24286 \begin_layout Plain Layout
24287
24288 \backslash
24289 arccos
24290 \end_layout
24291
24292 \end_inset
24293 </cell>
24294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24295 \begin_inset Text
24296
24297 \begin_layout Plain Layout
24298
24299 \backslash
24300 inf
24301 \end_layout
24302
24303 \end_inset
24304 </cell>
24305 </row>
24306 <row>
24307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24308 \begin_inset Text
24309
24310 \begin_layout Plain Layout
24311
24312 \backslash
24313 tan
24314 \end_layout
24315
24316 \end_inset
24317 </cell>
24318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24319 \begin_inset Text
24320
24321 \begin_layout Plain Layout
24322
24323 \backslash
24324 tanh
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Plain Layout
24333
24334 \backslash
24335 arctan
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344
24345 \backslash
24346 lim
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 </row>
24352 <row>
24353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357
24358 \backslash
24359 cot
24360 \end_layout
24361
24362 \end_inset
24363 </cell>
24364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24365 \begin_inset Text
24366
24367 \begin_layout Plain Layout
24368
24369 \backslash
24370 coth
24371 \end_layout
24372
24373 \end_inset
24374 </cell>
24375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24376 \begin_inset Text
24377
24378 \begin_layout Plain Layout
24379
24380 \backslash
24381 arg
24382 \end_layout
24383
24384 \end_inset
24385 </cell>
24386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24387 \begin_inset Text
24388
24389 \begin_layout Plain Layout
24390
24391 \backslash
24392 liminf
24393 \end_layout
24394
24395 \end_inset
24396 </cell>
24397 </row>
24398 <row>
24399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403
24404 \backslash
24405 sec
24406 \end_layout
24407
24408 \end_inset
24409 </cell>
24410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24411 \begin_inset Text
24412
24413 \begin_layout Plain Layout
24414
24415 \backslash
24416 min
24417 \end_layout
24418
24419 \end_inset
24420 </cell>
24421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24422 \begin_inset Text
24423
24424 \begin_layout Plain Layout
24425
24426 \backslash
24427 deg
24428 \end_layout
24429
24430 \end_inset
24431 </cell>
24432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24433 \begin_inset Text
24434
24435 \begin_layout Plain Layout
24436
24437 \backslash
24438 limsup
24439 \end_layout
24440
24441 \end_inset
24442 </cell>
24443 </row>
24444 <row>
24445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24446 \begin_inset Text
24447
24448 \begin_layout Plain Layout
24449
24450 \backslash
24451 csc
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460
24461 \backslash
24462 max
24463 \end_layout
24464
24465 \end_inset
24466 </cell>
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 det
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
24483 \backslash
24484 Pr
24485 \end_layout
24486
24487 \end_inset
24488 </cell>
24489 </row>
24490 <row>
24491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495
24496 \backslash
24497 ln
24498 \end_layout
24499
24500 \end_inset
24501 </cell>
24502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24503 \begin_inset Text
24504
24505 \begin_layout Plain Layout
24506
24507 \backslash
24508 exp
24509 \end_layout
24510
24511 \end_inset
24512 </cell>
24513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24514 \begin_inset Text
24515
24516 \begin_layout Plain Layout
24517
24518 \backslash
24519 dim
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24525 \begin_inset Text
24526
24527 \begin_layout Plain Layout
24528
24529 \backslash
24530 hom
24531 \end_layout
24532
24533 \end_inset
24534 </cell>
24535 </row>
24536 <row>
24537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24538 \begin_inset Text
24539
24540 \begin_layout Plain Layout
24541
24542 \backslash
24543 lg
24544 \end_layout
24545
24546 \end_inset
24547 </cell>
24548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24549 \begin_inset Text
24550
24551 \begin_layout Plain Layout
24552
24553 \backslash
24554 log
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24560 \begin_inset Text
24561
24562 \begin_layout Plain Layout
24563
24564 \backslash
24565 ker
24566 \end_layout
24567
24568 \end_inset
24569 </cell>
24570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24571 \begin_inset Text
24572
24573 \begin_layout Plain Layout
24574
24575 \backslash
24576 gcd
24577 \end_layout
24578
24579 \end_inset
24580 </cell>
24581 </row>
24582 </lyxtabular>
24583
24584 \end_inset
24585
24586
24587 \end_layout
24588
24589 \begin_layout Standard
24590 Sie können auch über den Mathe-Werkzeugleistenknopf 
24591 \begin_inset Graphics
24592         filename ../../images/math/functions.png
24593         scale 85
24594
24595 \end_inset
24596
24597  eingefügt werden.
24598 \end_layout
24599
24600 \begin_layout Subsection
24601 Selbst definierte Funktionen
24602 \begin_inset Index
24603 status collapsed
24604
24605 \begin_layout Plain Layout
24606 Funktionen ! selbstdefinierte
24607 \end_layout
24608
24609 \end_inset
24610
24611
24612 \end_layout
24613
24614 \begin_layout Standard
24615 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
24616 \begin_inset Space \thinspace{}
24617 \end_inset
24618
24619 B.
24620  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
24621 \end_layout
24622
24623 \begin_layout Itemize
24624 Man definiert die Funktion selbst.
24625  Dazu gibt man im LaTeX-Vorspann die Zeile
24626 \begin_inset Newline newline
24627 \end_inset
24628
24629
24630 \begin_inset VSpace -3mm
24631 \end_inset
24632
24633
24634 \begin_inset Newline newline
24635 \end_inset
24636
24637
24638 \series bold
24639
24640 \backslash
24641 DeclareMathOperator{
24642 \backslash
24643 sgn}{sgn}
24644 \series default
24645
24646 \begin_inset Index
24647 status collapsed
24648
24649 \begin_layout Plain Layout
24650 Befehle ! D ! 
24651 \backslash
24652 dbinom@
24653 \backslash
24654 DeclareMathOperator
24655 \end_layout
24656
24657 \end_inset
24658
24659
24660 \begin_inset Newline newline
24661 \end_inset
24662
24663
24664 \begin_inset VSpace -2mm
24665 \end_inset
24666
24667
24668 \begin_inset Newline newline
24669 \end_inset
24670
24671 ein
24672 \begin_inset Foot
24673 status collapsed
24674
24675 \begin_layout Plain Layout
24676 Näheres zu 
24677 \series bold
24678
24679 \backslash
24680 DeclareMathOperator
24681 \series default
24682  siehe 
24683 \begin_inset CommandInset ref
24684 LatexCommand ref
24685 reference "sub:Selbstdefinierte-Operatoren"
24686
24687 \end_inset
24688
24689 .
24690 \end_layout
24691
24692 \end_inset
24693
24694 .
24695  Nun kann man mit dem Befehl 
24696 \series bold
24697
24698 \backslash
24699 sgn
24700 \series default
24701  die neu definierte Funktion aufrufen.
24702 \end_layout
24703
24704 \begin_layout Itemize
24705 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
24706  Beispiel die Buchstaben 
24707 \emph on
24708 sgn
24709 \emph default
24710 , und wandelt ihn in in mathematischen Text um.
24711  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
24712 \end_layout
24713
24714 \begin_layout Standard
24715 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
24716  Funktion
24717 \begin_inset Foot
24718 status collapsed
24719
24720 \begin_layout Plain Layout
24721 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
24722 \end_layout
24723
24724 \end_inset
24725
24726 :
24727 \end_layout
24728
24729 \begin_layout Standard
24730 \align center
24731 \begin_inset Tabular
24732 <lyxtabular version="3" rows="3" columns="2">
24733 <features>
24734 <column alignment="center" valignment="top" width="0pt">
24735 <column alignment="center" valignment="top" width="0pt">
24736 <row>
24737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24738 \begin_inset Text
24739
24740 \begin_layout Plain Layout
24741 Befehl
24742 \end_layout
24743
24744 \end_inset
24745 </cell>
24746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24747 \begin_inset Text
24748
24749 \begin_layout Plain Layout
24750 Ergebnis
24751 \end_layout
24752
24753 \end_inset
24754 </cell>
24755 </row>
24756 <row>
24757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24758 \begin_inset Text
24759
24760 \begin_layout Plain Layout
24761 A
24762 \backslash
24763 sgn(x)+B
24764 \end_layout
24765
24766 \end_inset
24767 </cell>
24768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24769 \begin_inset Text
24770
24771 \begin_layout Plain Layout
24772 \begin_inset Formula $A\sgn (x)+B$
24773 \end_inset
24774
24775
24776 \end_layout
24777
24778 \end_inset
24779 </cell>
24780 </row>
24781 <row>
24782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24783 \begin_inset Text
24784
24785 \begin_layout Plain Layout
24786 A
24787 \backslash
24788 ,
24789 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24790 \end_inset
24791
24792 (x)+B
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24798 \begin_inset Text
24799
24800 \begin_layout Plain Layout
24801 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24802 \end_inset
24803
24804
24805 \end_layout
24806
24807 \end_inset
24808 </cell>
24809 </row>
24810 </lyxtabular>
24811
24812 \end_inset
24813
24814
24815 \end_layout
24816
24817 \begin_layout Standard
24818 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
24819  mehrfach verwendet werden soll.
24820 \end_layout
24821
24822 \begin_layout Subsection
24823 Grenzwerte
24824 \begin_inset Index
24825 status collapsed
24826
24827 \begin_layout Plain Layout
24828 Grenzwerte
24829 \end_layout
24830
24831 \end_inset
24832
24833
24834 \end_layout
24835
24836 \begin_layout Standard
24837 Für Grenzwerte sind außer 
24838 \series bold
24839
24840 \backslash
24841 lim
24842 \series default
24843
24844 \begin_inset Index
24845 status collapsed
24846
24847 \begin_layout Plain Layout
24848 Befehle ! L ! 
24849 \backslash
24850 lim
24851 \end_layout
24852
24853 \end_inset
24854
24855
24856 \series bold
24857
24858 \backslash
24859 liminf
24860 \series default
24861  und 
24862 \series bold
24863
24864 \backslash
24865 limsup
24866 \series default
24867  noch folgende Funktionen definiert:
24868 \end_layout
24869
24870 \begin_layout Standard
24871 \align center
24872 \begin_inset Tabular
24873 <lyxtabular version="3" rows="5" columns="2">
24874 <features>
24875 <column alignment="center" valignment="top" width="0">
24876 <column alignment="center" valignment="top" width="0">
24877 <row>
24878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24879 \begin_inset Text
24880
24881 \begin_layout Plain Layout
24882 Befehl
24883 \end_layout
24884
24885 \end_inset
24886 </cell>
24887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24888 \begin_inset Text
24889
24890 \begin_layout Plain Layout
24891 Ergebnis
24892 \begin_inset Note Note
24893 status collapsed
24894
24895 \begin_layout Plain Layout
24896
24897 \series bold
24898
24899 \backslash
24900 raisebox
24901 \series default
24902  dient nur als Abstandhalter.
24903 \end_layout
24904
24905 \end_inset
24906
24907
24908 \end_layout
24909
24910 \end_inset
24911 </cell>
24912 </row>
24913 <row>
24914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24915 \begin_inset Text
24916
24917 \begin_layout Plain Layout
24918
24919 \backslash
24920 varliminf
24921 \end_layout
24922
24923 \end_inset
24924 </cell>
24925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929 \begin_inset Formula $\varliminf $
24930 \end_inset
24931
24932
24933 \end_layout
24934
24935 \end_inset
24936 </cell>
24937 </row>
24938 <row>
24939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24940 \begin_inset Text
24941
24942 \begin_layout Plain Layout
24943
24944 \backslash
24945 varlimsup
24946 \end_layout
24947
24948 \end_inset
24949 </cell>
24950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24951 \begin_inset Text
24952
24953 \begin_layout Plain Layout
24954 \begin_inset Formula $\varlimsup $
24955 \end_inset
24956
24957
24958 \end_layout
24959
24960 \end_inset
24961 </cell>
24962 </row>
24963 <row>
24964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24965 \begin_inset Text
24966
24967 \begin_layout Plain Layout
24968
24969 \backslash
24970 varprojlim
24971 \end_layout
24972
24973 \end_inset
24974 </cell>
24975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24976 \begin_inset Text
24977
24978 \begin_layout Plain Layout
24979 \begin_inset Formula $\varprojlim $
24980 \end_inset
24981
24982
24983 \end_layout
24984
24985 \end_inset
24986 </cell>
24987 </row>
24988 <row>
24989 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24990 \begin_inset Text
24991
24992 \begin_layout Plain Layout
24993
24994 \backslash
24995 varinjlim
24996 \end_layout
24997
24998 \end_inset
24999 </cell>
25000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25001 \begin_inset Text
25002
25003 \begin_layout Plain Layout
25004 \begin_inset Formula $\varinjlim $
25005 \end_inset
25006
25007
25008 \begin_inset Formula $\raisebox {-2.5mm}{}$
25009 \end_inset
25010
25011
25012 \end_layout
25013
25014 \end_inset
25015 </cell>
25016 </row>
25017 </lyxtabular>
25018
25019 \end_inset
25020
25021
25022 \end_layout
25023
25024 \begin_layout Standard
25025 \begin_inset VSpace medskip
25026 \end_inset
25027
25028 Der Grenzwert wird durch Tiefstellen erzeugt.
25029  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25030 \end_layout
25031
25032 \begin_layout Standard
25033 \align center
25034 \begin_inset Tabular
25035 <lyxtabular version="3" rows="2" columns="2">
25036 <features>
25037 <column alignment="center" valignment="top" width="0pt">
25038 <column alignment="center" valignment="top" width="0pt">
25039 <row>
25040 <cell alignment="center" valignment="top" usebox="none">
25041 \begin_inset Text
25042
25043 \begin_layout Plain Layout
25044 Befehl
25045 \end_layout
25046
25047 \end_inset
25048 </cell>
25049 <cell alignment="center" valignment="top" usebox="none">
25050 \begin_inset Text
25051
25052 \begin_layout Plain Layout
25053 \begin_inset Space \hspace{}
25054 \length 1cm
25055 \end_inset
25056
25057 Ergebnis
25058 \begin_inset Note Note
25059 status collapsed
25060
25061 \begin_layout Plain Layout
25062
25063 \series bold
25064
25065 \backslash
25066 hspace
25067 \series default
25068  und 
25069 \series bold
25070
25071 \backslash
25072 raisebox
25073 \series default
25074  dienen nur als Abstandhalter.
25075 \end_layout
25076
25077 \end_inset
25078
25079
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 </row>
25085 <row>
25086 <cell alignment="center" valignment="top" usebox="none">
25087 \begin_inset Text
25088
25089 \begin_layout Plain Layout
25090
25091 \backslash
25092 lim_x
25093 \backslash
25094 to
25095 \begin_inset ERT
25096 status collapsed
25097
25098 \begin_layout Plain Layout
25099
25100
25101 \backslash
25102 leer 
25103 \end_layout
25104
25105 \end_inset
25106
25107 A
25108 \begin_inset ERT
25109 status collapsed
25110
25111 \begin_layout Plain Layout
25112
25113
25114 \backslash
25115 leer 
25116 \end_layout
25117
25118 \end_inset
25119
25120 x=B
25121 \end_layout
25122
25123 \end_inset
25124 </cell>
25125 <cell alignment="center" valignment="top" usebox="none">
25126 \begin_inset Text
25127
25128 \begin_layout Plain Layout
25129 \begin_inset Formula $\hspace {1cm}\raisebox {5mm}{}\lim_{x\to A}x=B$
25130 \end_inset
25131
25132
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 </row>
25138 </lyxtabular>
25139
25140 \end_inset
25141
25142
25143 \end_layout
25144
25145 \begin_layout Standard
25146 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25147 \begin_inset Formula \[
25148 \lim_{x\to A}x=B\]
25149
25150 \end_inset
25151
25152
25153 \end_layout
25154
25155 \begin_layout Subsection
25156 Modulo-Funktionen
25157 \begin_inset Index
25158 status collapsed
25159
25160 \begin_layout Plain Layout
25161 Funktionen ! Modulo-
25162 \end_layout
25163
25164 \end_inset
25165
25166
25167 \end_layout
25168
25169 \begin_layout Standard
25170 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25171  Varianten.
25172 \begin_inset Newpage newpage
25173 \end_inset
25174
25175
25176 \end_layout
25177
25178 \begin_layout Standard
25179 Die Varianten in einer abgesetzten Formel:
25180 \begin_inset Formula \begin{align*}
25181 \underline{\textrm{Befehl}\raisebox {-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25182 \mathrm{a\backslash mod\textrm{\leer }b} &  & a\mod  b\\
25183 \mathrm{a\backslash pmod\textrm{\leer }b} &  & a\pmod  b\\
25184 \mathrm{a\backslash bmod\textrm{\leer }b} &  & a\bmod b\\
25185 \mathrm{a\backslash pod\textrm{\leer }b} &  & a\pod  b\end{align*}
25186
25187 \end_inset
25188
25189
25190 \end_layout
25191
25192 \begin_layout Standard
25193 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25194  weniger Leerraum gesetzt.
25195 \end_layout
25196
25197 \begin_layout Section
25198 Sonderzeichen
25199 \begin_inset Index
25200 status collapsed
25201
25202 \begin_layout Plain Layout
25203 Sonderzeichen
25204 \end_layout
25205
25206 \end_inset
25207
25208
25209 \end_layout
25210
25211 \begin_layout Subsection
25212 Sonderzeichen im mathematischen Text
25213 \end_layout
25214
25215 \begin_layout Standard
25216 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25217  verwendet werden:
25218 \end_layout
25219
25220 \begin_layout Standard
25221 \begin_inset Space \hfill{}
25222 \end_inset
25223
25224
25225 \begin_inset Tabular
25226 <lyxtabular version="3" rows="8" columns="2">
25227 <features>
25228 <column alignment="block" valignment="top" width="0">
25229 <column alignment="block" valignment="top" width="0">
25230 <row>
25231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25232 \begin_inset Text
25233
25234 \begin_layout Plain Layout
25235 Befehl
25236 \end_layout
25237
25238 \end_inset
25239 </cell>
25240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25241 \begin_inset Text
25242
25243 \begin_layout Plain Layout
25244 Ergebnis
25245 \end_layout
25246
25247 \end_inset
25248 </cell>
25249 </row>
25250 <row>
25251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25252 \begin_inset Text
25253
25254 \begin_layout Plain Layout
25255
25256 \backslash
25257 oe
25258 \end_layout
25259
25260 \end_inset
25261 </cell>
25262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25263 \begin_inset Text
25264
25265 \begin_layout Plain Layout
25266 \begin_inset Formula $\textrm{\oe }$
25267 \end_inset
25268
25269
25270 \end_layout
25271
25272 \end_inset
25273 </cell>
25274 </row>
25275 <row>
25276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25277 \begin_inset Text
25278
25279 \begin_layout Plain Layout
25280
25281 \backslash
25282 OE
25283 \end_layout
25284
25285 \end_inset
25286 </cell>
25287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25288 \begin_inset Text
25289
25290 \begin_layout Plain Layout
25291 \begin_inset Formula $\textrm{\OE }$
25292 \end_inset
25293
25294
25295 \end_layout
25296
25297 \end_inset
25298 </cell>
25299 </row>
25300 <row>
25301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25302 \begin_inset Text
25303
25304 \begin_layout Plain Layout
25305
25306 \backslash
25307 ae
25308 \end_layout
25309
25310 \end_inset
25311 </cell>
25312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Plain Layout
25316 \begin_inset Formula $\textrm{\ae }$
25317 \end_inset
25318
25319
25320 \end_layout
25321
25322 \end_inset
25323 </cell>
25324 </row>
25325 <row>
25326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25327 \begin_inset Text
25328
25329 \begin_layout Plain Layout
25330
25331 \backslash
25332 AE
25333 \end_layout
25334
25335 \end_inset
25336 </cell>
25337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25338 \begin_inset Text
25339
25340 \begin_layout Plain Layout
25341 \begin_inset Formula $\textrm{\AE }$
25342 \end_inset
25343
25344
25345 \end_layout
25346
25347 \end_inset
25348 </cell>
25349 </row>
25350 <row>
25351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25352 \begin_inset Text
25353
25354 \begin_layout Plain Layout
25355
25356 \backslash
25357 aa
25358 \end_layout
25359
25360 \end_inset
25361 </cell>
25362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25363 \begin_inset Text
25364
25365 \begin_layout Plain Layout
25366 \begin_inset Formula $\textrm{\aa }$
25367 \end_inset
25368
25369
25370 \end_layout
25371
25372 \end_inset
25373 </cell>
25374 </row>
25375 <row>
25376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25377 \begin_inset Text
25378
25379 \begin_layout Plain Layout
25380
25381 \backslash
25382 AA
25383 \begin_inset Index
25384 status collapsed
25385
25386 \begin_layout Plain Layout
25387 \begin_inset ERT
25388 status collapsed
25389
25390 \begin_layout Plain Layout
25391
25392
25393 \backslash
25394
25395 \begin_inset ERT
25396 status collapsed
25397
25398 \begin_layout Plain Layout
25399
25400 {
25401 \end_layout
25402
25403 \end_inset
25404
25405
25406 \begin_inset ERT
25407 status collapsed
25408
25409 \begin_layout Plain Layout
25410
25411 }
25412 \end_layout
25413
25414 \end_inset
25415
25416
25417 \end_layout
25418
25419 \end_inset
25420
25421 @
25422 \begin_inset ERT
25423 status collapsed
25424
25425 \begin_layout Plain Layout
25426
25427
25428 \backslash
25429
25430 \begin_inset ERT
25431 status collapsed
25432
25433 \begin_layout Plain Layout
25434
25435 {
25436 \end_layout
25437
25438 \end_inset
25439
25440
25441 \begin_inset ERT
25442 status collapsed
25443
25444 \begin_layout Plain Layout
25445
25446 }
25447 \end_layout
25448
25449 \end_inset
25450
25451
25452 \end_layout
25453
25454 \end_inset
25455
25456 textrm
25457 \begin_inset ERT
25458 status collapsed
25459
25460 \begin_layout Plain Layout
25461
25462 {
25463 \end_layout
25464
25465 \end_inset
25466
25467
25468 \begin_inset ERT
25469 status collapsed
25470
25471 \begin_layout Plain Layout
25472
25473
25474 \backslash
25475
25476 \begin_inset ERT
25477 status collapsed
25478
25479 \begin_layout Plain Layout
25480
25481 {
25482 \end_layout
25483
25484 \end_inset
25485
25486
25487 \begin_inset ERT
25488 status collapsed
25489
25490 \begin_layout Plain Layout
25491
25492 }
25493 \end_layout
25494
25495 \end_inset
25496
25497
25498 \end_layout
25499
25500 \end_inset
25501
25502 AA
25503 \begin_inset ERT
25504 status collapsed
25505
25506 \begin_layout Plain Layout
25507
25508 }
25509 \end_layout
25510
25511 \end_inset
25512
25513
25514 \end_layout
25515
25516 \end_inset
25517
25518
25519 \end_layout
25520
25521 \end_inset
25522 </cell>
25523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25524 \begin_inset Text
25525
25526 \begin_layout Plain Layout
25527 \begin_inset Formula $\textrm{\AA}$
25528 \end_inset
25529
25530
25531 \end_layout
25532
25533 \end_inset
25534 </cell>
25535 </row>
25536 <row>
25537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25538 \begin_inset Text
25539
25540 \begin_layout Plain Layout
25541
25542 \backslash
25543 i
25544 \end_layout
25545
25546 \end_inset
25547 </cell>
25548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25549 \begin_inset Text
25550
25551 \begin_layout Plain Layout
25552 \begin_inset Formula $\textrm{\i }$
25553 \end_inset
25554
25555
25556 \end_layout
25557
25558 \end_inset
25559 </cell>
25560 </row>
25561 </lyxtabular>
25562
25563 \end_inset
25564
25565
25566 \begin_inset Space \hfill{}
25567 \end_inset
25568
25569
25570 \begin_inset Tabular
25571 <lyxtabular version="3" rows="8" columns="2">
25572 <features>
25573 <column alignment="block" valignment="top" width="0">
25574 <column alignment="center" valignment="top" width="0">
25575 <row>
25576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25577 \begin_inset Text
25578
25579 \begin_layout Plain Layout
25580 Befehl
25581 \begin_inset Note Note
25582 status collapsed
25583
25584 \begin_layout Plain Layout
25585
25586 \series bold
25587
25588 \backslash
25589 hspace{0mm}
25590 \series default
25591  dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25592  ¿ erscheinen würde.
25593 \end_layout
25594
25595 \end_inset
25596
25597
25598 \end_layout
25599
25600 \end_inset
25601 </cell>
25602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25603 \begin_inset Text
25604
25605 \begin_layout Plain Layout
25606 Ergebnis
25607 \end_layout
25608
25609 \end_inset
25610 </cell>
25611 </row>
25612 <row>
25613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25614 \begin_inset Text
25615
25616 \begin_layout Plain Layout
25617
25618 \backslash
25619 o
25620 \end_layout
25621
25622 \end_inset
25623 </cell>
25624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25625 \begin_inset Text
25626
25627 \begin_layout Plain Layout
25628 \begin_inset Formula $\textrm{\o }$
25629 \end_inset
25630
25631
25632 \end_layout
25633
25634 \end_inset
25635 </cell>
25636 </row>
25637 <row>
25638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25639 \begin_inset Text
25640
25641 \begin_layout Plain Layout
25642
25643 \backslash
25644 O
25645 \end_layout
25646
25647 \end_inset
25648 </cell>
25649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25650 \begin_inset Text
25651
25652 \begin_layout Plain Layout
25653 \begin_inset Formula $\textrm{\O}$
25654 \end_inset
25655
25656
25657 \end_layout
25658
25659 \end_inset
25660 </cell>
25661 </row>
25662 <row>
25663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25664 \begin_inset Text
25665
25666 \begin_layout Plain Layout
25667
25668 \backslash
25669 l
25670 \end_layout
25671
25672 \end_inset
25673 </cell>
25674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25675 \begin_inset Text
25676
25677 \begin_layout Plain Layout
25678 \begin_inset Formula $\textrm{\l }$
25679 \end_inset
25680
25681
25682 \end_layout
25683
25684 \end_inset
25685 </cell>
25686 </row>
25687 <row>
25688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25689 \begin_inset Text
25690
25691 \begin_layout Plain Layout
25692
25693 \backslash
25694 L
25695 \end_layout
25696
25697 \end_inset
25698 </cell>
25699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25700 \begin_inset Text
25701
25702 \begin_layout Plain Layout
25703 \begin_inset Formula $\textrm{\L }$
25704 \end_inset
25705
25706
25707 \end_layout
25708
25709 \end_inset
25710 </cell>
25711 </row>
25712 <row>
25713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25714 \begin_inset Text
25715
25716 \begin_layout Plain Layout
25717 !
25718 \begin_inset Space \hspace{}
25719 \length 0mm
25720 \end_inset
25721
25722 `
25723 \begin_inset ERT
25724 status collapsed
25725
25726 \begin_layout Plain Layout
25727
25728
25729 \backslash
25730 leer 
25731 \end_layout
25732
25733 \end_inset
25734
25735
25736 \end_layout
25737
25738 \end_inset
25739 </cell>
25740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25741 \begin_inset Text
25742
25743 \begin_layout Plain Layout
25744 \begin_inset Formula $\textrm{!`}$
25745 \end_inset
25746
25747
25748 \end_layout
25749
25750 \end_inset
25751 </cell>
25752 </row>
25753 <row>
25754 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25755 \begin_inset Text
25756
25757 \begin_layout Plain Layout
25758 ?
25759 \begin_inset Space \hspace{}
25760 \length 0mm
25761 \end_inset
25762
25763 `
25764 \begin_inset ERT
25765 status collapsed
25766
25767 \begin_layout Plain Layout
25768
25769
25770 \backslash
25771 leer 
25772 \end_layout
25773
25774 \end_inset
25775
25776
25777 \end_layout
25778
25779 \end_inset
25780 </cell>
25781 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25782 \begin_inset Text
25783
25784 \begin_layout Plain Layout
25785 \begin_inset Formula $\textrm{?`}$
25786 \end_inset
25787
25788
25789 \end_layout
25790
25791 \end_inset
25792 </cell>
25793 </row>
25794 <row>
25795 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25796 \begin_inset Text
25797
25798 \begin_layout Plain Layout
25799
25800 \backslash
25801 j
25802 \end_layout
25803
25804 \end_inset
25805 </cell>
25806 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25807 \begin_inset Text
25808
25809 \begin_layout Plain Layout
25810 \begin_inset Formula $\textrm{\j }$
25811 \end_inset
25812
25813
25814 \end_layout
25815
25816 \end_inset
25817 </cell>
25818 </row>
25819 </lyxtabular>
25820
25821 \end_inset
25822
25823
25824 \begin_inset Space \hfill{}
25825 \end_inset
25826
25827
25828 \end_layout
25829
25830 \begin_layout Standard
25831 Die Zeichen 
25832 \begin_inset Formula $\textrm{\textrm{Å}}$
25833 \end_inset
25834
25835  und 
25836 \begin_inset Formula $\textrm{\textrm{Ø}}$
25837 \end_inset
25838
25839  können auch über den Mathe-Werkzeugleistenknopf 
25840 \begin_inset Graphics
25841         filename ../../images/math/digamma.png
25842         scale 85
25843
25844 \end_inset
25845
25846  eingefügt werden.
25847 \end_layout
25848
25849 \begin_layout Standard
25850 Eine Ausnahme bilden die Befehle 
25851 \series bold
25852 !
25853 \begin_inset Space \hspace{}
25854 \length 0mm
25855 \end_inset
25856
25857 `
25858 \series default
25859  und 
25860 \series bold
25861 ?
25862 \begin_inset Space \hspace{}
25863 \length 0mm
25864 \end_inset
25865
25866 `
25867 \series default
25868 , denn man kann sie in LyX direkt in den Text eingeben.
25869 \end_layout
25870
25871 \begin_layout Subsection
25872 Akzente im Text
25873 \begin_inset CommandInset label
25874 LatexCommand label
25875 name "sub:Sonderzeichen-Akzente"
25876
25877 \end_inset
25878
25879
25880 \begin_inset Index
25881 status collapsed
25882
25883 \begin_layout Plain Layout
25884 Akzente ! im Text
25885 \end_layout
25886
25887 \end_inset
25888
25889
25890 \end_layout
25891
25892 \begin_layout Standard
25893 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
25894  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
25895 \end_layout
25896
25897 \begin_layout Standard
25898 \begin_inset Space \hfill{}
25899 \end_inset
25900
25901
25902 \begin_inset Tabular
25903 <lyxtabular version="3" rows="8" columns="2">
25904 <features>
25905 <column alignment="block" valignment="top" width="0">
25906 <column alignment="block" valignment="top" width="0">
25907 <row>
25908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25909 \begin_inset Text
25910
25911 \begin_layout Plain Layout
25912 Befehl
25913 \end_layout
25914
25915 \end_inset
25916 </cell>
25917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25918 \begin_inset Text
25919
25920 \begin_layout Plain Layout
25921 Ergebnis
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
25935 \begin_inset Quotes grd
25936 \end_inset
25937
25938 e
25939 \end_layout
25940
25941 \end_inset
25942 </cell>
25943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25944 \begin_inset Text
25945
25946 \begin_layout Plain Layout
25947 \begin_inset ERT
25948 status collapsed
25949
25950 \begin_layout Plain Layout
25951
25952
25953 \backslash
25954 "e
25955 \end_layout
25956
25957 \end_inset
25958
25959
25960 \end_layout
25961
25962 \end_inset
25963 </cell>
25964 </row>
25965 <row>
25966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25967 \begin_inset Text
25968
25969 \begin_layout Plain Layout
25970
25971 \backslash
25972 `e
25973 \end_layout
25974
25975 \end_inset
25976 </cell>
25977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25978 \begin_inset Text
25979
25980 \begin_layout Plain Layout
25981 \begin_inset ERT
25982 status collapsed
25983
25984 \begin_layout Plain Layout
25985
25986
25987 \backslash
25988 `e
25989 \end_layout
25990
25991 \end_inset
25992
25993
25994 \end_layout
25995
25996 \end_inset
25997 </cell>
25998 </row>
25999 <row>
26000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26001 \begin_inset Text
26002
26003 \begin_layout Plain Layout
26004
26005 \backslash
26006 ^
26007 \begin_inset ERT
26008 status collapsed
26009
26010 \begin_layout Plain Layout
26011
26012
26013 \backslash
26014 leer 
26015 \end_layout
26016
26017 \end_inset
26018
26019 e
26020 \end_layout
26021
26022 \end_inset
26023 </cell>
26024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26025 \begin_inset Text
26026
26027 \begin_layout Plain Layout
26028 \begin_inset ERT
26029 status collapsed
26030
26031 \begin_layout Plain Layout
26032
26033
26034 \backslash
26035 ^e
26036 \end_layout
26037
26038 \end_inset
26039
26040
26041 \end_layout
26042
26043 \end_inset
26044 </cell>
26045 </row>
26046 <row>
26047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26048 \begin_inset Text
26049
26050 \begin_layout Plain Layout
26051
26052 \backslash
26053 =e
26054 \end_layout
26055
26056 \end_inset
26057 </cell>
26058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26059 \begin_inset Text
26060
26061 \begin_layout Plain Layout
26062 \begin_inset ERT
26063 status collapsed
26064
26065 \begin_layout Plain Layout
26066
26067
26068 \backslash
26069 =e
26070 \end_layout
26071
26072 \end_inset
26073
26074
26075 \end_layout
26076
26077 \end_inset
26078 </cell>
26079 </row>
26080 <row>
26081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26082 \begin_inset Text
26083
26084 \begin_layout Plain Layout
26085
26086 \backslash
26087 u
26088 \begin_inset ERT
26089 status collapsed
26090
26091 \begin_layout Plain Layout
26092
26093
26094 \backslash
26095 leer 
26096 \end_layout
26097
26098 \end_inset
26099
26100 e
26101 \end_layout
26102
26103 \end_inset
26104 </cell>
26105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26106 \begin_inset Text
26107
26108 \begin_layout Plain Layout
26109 \begin_inset ERT
26110 status collapsed
26111
26112 \begin_layout Plain Layout
26113
26114
26115 \backslash
26116 u e
26117 \end_layout
26118
26119 \end_inset
26120
26121
26122 \end_layout
26123
26124 \end_inset
26125 </cell>
26126 </row>
26127 <row>
26128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26129 \begin_inset Text
26130
26131 \begin_layout Plain Layout
26132
26133 \backslash
26134 b
26135 \begin_inset ERT
26136 status collapsed
26137
26138 \begin_layout Plain Layout
26139
26140
26141 \backslash
26142 leer 
26143 \end_layout
26144
26145 \end_inset
26146
26147 e
26148 \end_layout
26149
26150 \end_inset
26151 </cell>
26152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26153 \begin_inset Text
26154
26155 \begin_layout Plain Layout
26156 \begin_inset ERT
26157 status collapsed
26158
26159 \begin_layout Plain Layout
26160
26161
26162 \backslash
26163 b e
26164 \end_layout
26165
26166 \end_inset
26167
26168
26169 \end_layout
26170
26171 \end_inset
26172 </cell>
26173 </row>
26174 <row>
26175 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26176 \begin_inset Text
26177
26178 \begin_layout Plain Layout
26179
26180 \backslash
26181 t
26182 \begin_inset ERT
26183 status collapsed
26184
26185 \begin_layout Plain Layout
26186
26187
26188 \backslash
26189 leer 
26190 \end_layout
26191
26192 \end_inset
26193
26194 ee
26195 \end_layout
26196
26197 \end_inset
26198 </cell>
26199 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26200 \begin_inset Text
26201
26202 \begin_layout Plain Layout
26203 \begin_inset ERT
26204 status collapsed
26205
26206 \begin_layout Plain Layout
26207
26208
26209 \backslash
26210 t ee
26211 \end_layout
26212
26213 \end_inset
26214
26215
26216 \end_layout
26217
26218 \end_inset
26219 </cell>
26220 </row>
26221 </lyxtabular>
26222
26223 \end_inset
26224
26225
26226 \begin_inset Space \hfill{}
26227 \end_inset
26228
26229
26230 \begin_inset Tabular
26231 <lyxtabular version="3" rows="8" columns="2">
26232 <features>
26233 <column alignment="block" valignment="top" width="0">
26234 <column alignment="center" valignment="top" width="0">
26235 <row>
26236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240 Befehl
26241 \end_layout
26242
26243 \end_inset
26244 </cell>
26245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26246 \begin_inset Text
26247
26248 \begin_layout Plain Layout
26249 Ergebnis
26250 \end_layout
26251
26252 \end_inset
26253 </cell>
26254 </row>
26255 <row>
26256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26257 \begin_inset Text
26258
26259 \begin_layout Plain Layout
26260
26261 \backslash
26262 H
26263 \begin_inset ERT
26264 status collapsed
26265
26266 \begin_layout Plain Layout
26267
26268
26269 \backslash
26270 leer 
26271 \end_layout
26272
26273 \end_inset
26274
26275 e
26276 \end_layout
26277
26278 \end_inset
26279 </cell>
26280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26281 \begin_inset Text
26282
26283 \begin_layout Plain Layout
26284 \begin_inset ERT
26285 status collapsed
26286
26287 \begin_layout Plain Layout
26288
26289
26290 \backslash
26291 H e
26292 \end_layout
26293
26294 \end_inset
26295
26296
26297 \end_layout
26298
26299 \end_inset
26300 </cell>
26301 </row>
26302 <row>
26303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26304 \begin_inset Text
26305
26306 \begin_layout Plain Layout
26307
26308 \backslash
26309 'e
26310 \end_layout
26311
26312 \end_inset
26313 </cell>
26314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26315 \begin_inset Text
26316
26317 \begin_layout Plain Layout
26318 \begin_inset ERT
26319 status collapsed
26320
26321 \begin_layout Plain Layout
26322
26323
26324 \backslash
26325 'e
26326 \end_layout
26327
26328 \end_inset
26329
26330
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 </row>
26336 <row>
26337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26338 \begin_inset Text
26339
26340 \begin_layout Plain Layout
26341
26342 \backslash
26343 ~e
26344 \begin_inset Index
26345 status collapsed
26346
26347 \begin_layout Plain Layout
26348 Tilde
26349 \end_layout
26350
26351 \end_inset
26352
26353
26354 \end_layout
26355
26356 \end_inset
26357 </cell>
26358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Plain Layout
26362 \begin_inset ERT
26363 status collapsed
26364
26365 \begin_layout Plain Layout
26366
26367
26368 \backslash
26369 ~e
26370 \end_layout
26371
26372 \end_inset
26373
26374
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 </row>
26380 <row>
26381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26382 \begin_inset Text
26383
26384 \begin_layout Plain Layout
26385
26386 \backslash
26387 .e
26388 \end_layout
26389
26390 \end_inset
26391 </cell>
26392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26393 \begin_inset Text
26394
26395 \begin_layout Plain Layout
26396 \begin_inset ERT
26397 status collapsed
26398
26399 \begin_layout Plain Layout
26400
26401
26402 \backslash
26403 .e
26404 \end_layout
26405
26406 \end_inset
26407
26408
26409 \end_layout
26410
26411 \end_inset
26412 </cell>
26413 </row>
26414 <row>
26415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26416 \begin_inset Text
26417
26418 \begin_layout Plain Layout
26419
26420 \backslash
26421 v
26422 \begin_inset ERT
26423 status collapsed
26424
26425 \begin_layout Plain Layout
26426
26427
26428 \backslash
26429 leer 
26430 \end_layout
26431
26432 \end_inset
26433
26434 e
26435 \end_layout
26436
26437 \end_inset
26438 </cell>
26439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26440 \begin_inset Text
26441
26442 \begin_layout Plain Layout
26443 \begin_inset ERT
26444 status collapsed
26445
26446 \begin_layout Plain Layout
26447
26448
26449 \backslash
26450 v e
26451 \end_layout
26452
26453 \end_inset
26454
26455
26456 \end_layout
26457
26458 \end_inset
26459 </cell>
26460 </row>
26461 <row>
26462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26463 \begin_inset Text
26464
26465 \begin_layout Plain Layout
26466
26467 \backslash
26468 d
26469 \begin_inset ERT
26470 status collapsed
26471
26472 \begin_layout Plain Layout
26473
26474
26475 \backslash
26476 leer 
26477 \end_layout
26478
26479 \end_inset
26480
26481 e
26482 \end_layout
26483
26484 \end_inset
26485 </cell>
26486 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26487 \begin_inset Text
26488
26489 \begin_layout Plain Layout
26490 \begin_inset ERT
26491 status collapsed
26492
26493 \begin_layout Plain Layout
26494
26495
26496 \backslash
26497 d e
26498 \end_layout
26499
26500 \end_inset
26501
26502
26503 \end_layout
26504
26505 \end_inset
26506 </cell>
26507 </row>
26508 <row>
26509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26510 \begin_inset Text
26511
26512 \begin_layout Plain Layout
26513
26514 \backslash
26515 c
26516 \begin_inset ERT
26517 status collapsed
26518
26519 \begin_layout Plain Layout
26520
26521
26522 \backslash
26523 leer 
26524 \end_layout
26525
26526 \end_inset
26527
26528 e
26529 \end_layout
26530
26531 \end_inset
26532 </cell>
26533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26534 \begin_inset Text
26535
26536 \begin_layout Plain Layout
26537 \begin_inset ERT
26538 status collapsed
26539
26540 \begin_layout Plain Layout
26541
26542
26543 \backslash
26544 c e
26545 \end_layout
26546
26547 \end_inset
26548
26549
26550 \end_layout
26551
26552 \end_inset
26553 </cell>
26554 </row>
26555 </lyxtabular>
26556
26557 \end_inset
26558
26559
26560 \begin_inset Space \hfill{}
26561 \end_inset
26562
26563
26564 \end_layout
26565
26566 \begin_layout Standard
26567 \begin_inset VSpace medskip
26568 \end_inset
26569
26570 Mit dem Befehl 
26571 \series bold
26572
26573 \backslash
26574 t
26575 \series default
26576  können auch zwei verschiedene Zeichen akzentuiert werden.
26577  Der Befehl 
26578 \series bold
26579
26580 \backslash
26581 t
26582 \begin_inset ERT
26583 status collapsed
26584
26585 \begin_layout Plain Layout
26586
26587
26588 \backslash
26589 leer 
26590 \end_layout
26591
26592 \end_inset
26593
26594 sz
26595 \series default
26596  ergibt: 
26597 \begin_inset ERT
26598 status collapsed
26599
26600 \begin_layout Plain Layout
26601
26602
26603 \backslash
26604 t sz
26605 \end_layout
26606
26607 \end_inset
26608
26609
26610 \end_layout
26611
26612 \begin_layout Standard
26613 Die Akzente 
26614 \series bold
26615 `
26616 \series default
26617  , 
26618 \series bold
26619 '
26620 \series default
26621  und 
26622 \series bold
26623 ^
26624 \series default
26625  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
26626  werden ohne den TeX-Modus zu benutzen.
26627  Dasselbe gilt für die Tilde
26628 \begin_inset Foot
26629 status collapsed
26630
26631 \begin_layout Plain Layout
26632 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
26633 \end_layout
26634
26635 \end_inset
26636
26637  
26638 \series bold
26639 ~
26640 \series default
26641  in Verbindung mit 
26642 \emph on
26643 a
26644 \emph default
26645  , 
26646 \emph on
26647 n
26648 \emph default
26649  oder 
26650 \emph on
26651 o
26652 \emph default
26653 .
26654 \end_layout
26655
26656 \begin_layout Standard
26657 Die Befehle 
26658 \series bold
26659
26660 \backslash
26661 b
26662 \series default
26663  , 
26664 \series bold
26665
26666 \backslash
26667 c
26668 \series default
26669  , 
26670 \series bold
26671
26672 \backslash
26673 d
26674 \series default
26675  , 
26676 \series bold
26677
26678 \backslash
26679 H
26680 \series default
26681  , 
26682 \series bold
26683
26684 \backslash
26685 t
26686 \series default
26687  , 
26688 \series bold
26689
26690 \backslash
26691 u
26692 \series default
26693  , 
26694 \series bold
26695
26696 \backslash
26697 v
26698 \series default
26699  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
26700  Textmodus verfügbar.
26701  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
26702  
26703 \begin_inset CommandInset ref
26704 LatexCommand ref
26705 reference "sub:Akzente-für-ein"
26706
26707 \end_inset
26708
26709 .
26710 \end_layout
26711
26712 \begin_layout Standard
26713 \begin_inset VSpace bigskip
26714 \end_inset
26715
26716 Des Weiteren kann man mit dem Befehl 
26717 \series bold
26718
26719 \backslash
26720 textcircled
26721 \series default
26722
26723 \begin_inset Index
26724 status collapsed
26725
26726 \begin_layout Plain Layout
26727 Befehle ! T ! 
26728 \backslash
26729 textcircled
26730 \end_layout
26731
26732 \end_inset
26733
26734 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
26735  Kreis setzen, quasi mit einem Kreis akzentuieren.
26736 \end_layout
26737
26738 \begin_layout Standard
26739 \align center
26740 \begin_inset Tabular
26741 <lyxtabular version="3" rows="3" columns="2">
26742 <features>
26743 <column alignment="center" valignment="top" width="0">
26744 <column alignment="center" valignment="top" width="0">
26745 <row>
26746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26747 \begin_inset Text
26748
26749 \begin_layout Plain Layout
26750 Befehl
26751 \end_layout
26752
26753 \end_inset
26754 </cell>
26755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26756 \begin_inset Text
26757
26758 \begin_layout Plain Layout
26759 Ergebnis
26760 \begin_inset Note Note
26761 status collapsed
26762
26763 \begin_layout Plain Layout
26764
26765 \series bold
26766
26767 \backslash
26768 raisebox
26769 \series default
26770  in der Formel dient nur als Abstandhalter.
26771 \end_layout
26772
26773 \end_inset
26774
26775
26776 \end_layout
26777
26778 \end_inset
26779 </cell>
26780 </row>
26781 <row>
26782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26783 \begin_inset Text
26784
26785 \begin_layout Plain Layout
26786
26787 \backslash
26788 textcircled{w}
26789 \end_layout
26790
26791 \end_inset
26792 </cell>
26793 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26794 \begin_inset Text
26795
26796 \begin_layout Plain Layout
26797 \begin_inset ERT
26798 status collapsed
26799
26800 \begin_layout Plain Layout
26801
26802
26803 \backslash
26804 textcircled{w}
26805 \end_layout
26806
26807 \end_inset
26808
26809
26810 \end_layout
26811
26812 \end_inset
26813 </cell>
26814 </row>
26815 <row>
26816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26817 \begin_inset Text
26818
26819 \begin_layout Plain Layout
26820
26821 \backslash
26822 Large 
26823 \backslash
26824 textcircled{
26825 \backslash
26826 normalsize
26827 \backslash
26828 protect
26829 \backslash
26830 raisebox{-1.5pt}{W}}
26831 \end_layout
26832
26833 \end_inset
26834 </cell>
26835 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26836 \begin_inset Text
26837
26838 \begin_layout Plain Layout
26839 \begin_inset Formula $\raisebox {4.5mm}{}$
26840 \end_inset
26841
26842
26843 \begin_inset ERT
26844 status collapsed
26845
26846 \begin_layout Plain Layout
26847
26848
26849 \backslash
26850 Large 
26851 \backslash
26852 textcircled{
26853 \backslash
26854 normalsize
26855 \backslash
26856 protect
26857 \backslash
26858 raisebox{-1.5pt}W}
26859 \end_layout
26860
26861 \end_inset
26862
26863
26864 \begin_inset Formula $\raisebox {-2mm}{}$
26865 \end_inset
26866
26867
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 </row>
26873 </lyxtabular>
26874
26875 \end_inset
26876
26877
26878 \end_layout
26879
26880 \begin_layout Standard
26881 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
26882  
26883 \series bold
26884
26885 \backslash
26886 Large
26887 \series default
26888
26889 \begin_inset Foot
26890 status collapsed
26891
26892 \begin_layout Plain Layout
26893 siehe 
26894 \begin_inset CommandInset ref
26895 LatexCommand ref
26896 reference "sub:Schriftgrößen"
26897
26898 \end_inset
26899
26900
26901 \end_layout
26902
26903 \end_inset
26904
26905  bestimmt dabei die Größe des Kreises.
26906  Mit Hilfe von 
26907 \series bold
26908
26909 \backslash
26910 raisebox
26911 \series default
26912
26913 \begin_inset Foot
26914 status collapsed
26915
26916 \begin_layout Plain Layout
26917 siehe 
26918 \begin_inset CommandInset ref
26919 LatexCommand ref
26920 reference "sub:Boxen-ohne-Rahmen"
26921
26922 \end_inset
26923
26924
26925 \end_layout
26926
26927 \end_inset
26928
26929  kann man das Zeichen zentrieren.
26930 \end_layout
26931
26932 \begin_layout Subsection
26933 Minuskelziffern
26934 \begin_inset Index
26935 status collapsed
26936
26937 \begin_layout Plain Layout
26938 Minuskelziffern
26939 \end_layout
26940
26941 \end_inset
26942
26943
26944 \end_layout
26945
26946 \begin_layout Standard
26947 Minuskelziffern werden mit dem Befehl 
26948 \series bold
26949
26950 \backslash
26951 oldstylenums
26952 \series default
26953
26954 \begin_inset Index
26955 status collapsed
26956
26957 \begin_layout Plain Layout
26958 Befehle ! O ! 
26959 \backslash
26960 oldstylenums
26961 \end_layout
26962
26963 \end_inset
26964
26965  erzeugt.
26966  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
26967  Das Befehlsschema lautet:
26968 \end_layout
26969
26970 \begin_layout Standard
26971
26972 \series bold
26973
26974 \backslash
26975 oldstylenums{Ziffer}
26976 \end_layout
26977
26978 \begin_layout Standard
26979 Der Befehl 
26980 \series bold
26981
26982 \backslash
26983 oldstylenums{0123456789
26984 \series default
26985  ergibt: 
26986 \begin_inset Formula $\oldstylenums {0123456789}$
26987 \end_inset
26988
26989
26990 \end_layout
26991
26992 \begin_layout Subsection
26993 Sonstige Sonderzeichen
26994 \begin_inset CommandInset label
26995 LatexCommand label
26996 name "sub:Sonstige-Sonderzeichen"
26997
26998 \end_inset
26999
27000
27001 \begin_inset Index
27002 status collapsed
27003
27004 \begin_layout Plain Layout
27005 Sonderzeichen ! sonstige
27006 \end_layout
27007
27008 \end_inset
27009
27010
27011 \end_layout
27012
27013 \begin_layout Standard
27014 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27015 \end_layout
27016
27017 \begin_layout Standard
27018 \align center
27019 \begin_inset Tabular
27020 <lyxtabular version="3" rows="4" columns="2">
27021 <features>
27022 <column alignment="center" valignment="top" width="0">
27023 <column alignment="center" valignment="top" width="0">
27024 <row>
27025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27026 \begin_inset Text
27027
27028 \begin_layout Plain Layout
27029 Befehl
27030 \end_layout
27031
27032 \end_inset
27033 </cell>
27034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27035 \begin_inset Text
27036
27037 \begin_layout Plain Layout
27038 Ergebnis
27039 \end_layout
27040
27041 \end_inset
27042 </cell>
27043 </row>
27044 <row>
27045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27046 \begin_inset Text
27047
27048 \begin_layout Plain Layout
27049
27050 \backslash
27051 ^
27052 \begin_inset ERT
27053 status collapsed
27054
27055 \begin_layout Plain Layout
27056
27057
27058 \backslash
27059 leer 
27060 \end_layout
27061
27062 \end_inset
27063
27064
27065 \end_layout
27066
27067 \end_inset
27068 </cell>
27069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27070 \begin_inset Text
27071
27072 \begin_layout Plain Layout
27073 \begin_inset Formula $\mathcircumflex$
27074 \end_inset
27075
27076
27077 \end_layout
27078
27079 \end_inset
27080 </cell>
27081 </row>
27082 <row>
27083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27084 \begin_inset Text
27085
27086 \begin_layout Plain Layout
27087
27088 \backslash
27089 _
27090 \end_layout
27091
27092 \end_inset
27093 </cell>
27094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27095 \begin_inset Text
27096
27097 \begin_layout Plain Layout
27098 \begin_inset Formula $\_{} {}{}{}{}{}{}{}$
27099 \end_inset
27100
27101
27102 \end_layout
27103
27104 \end_inset
27105 </cell>
27106 </row>
27107 <row>
27108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27109 \begin_inset Text
27110
27111 \begin_layout Plain Layout
27112 ^
27113 \begin_inset ERT
27114 status collapsed
27115
27116 \begin_layout Plain Layout
27117
27118
27119 \backslash
27120 leer 
27121 \end_layout
27122
27123 \end_inset
27124
27125
27126 \backslash
27127 circ
27128 \begin_inset Index
27129 status collapsed
27130
27131 \begin_layout Plain Layout
27132 °
27133 \end_layout
27134
27135 \end_inset
27136
27137
27138 \end_layout
27139
27140 \end_inset
27141 </cell>
27142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27143 \begin_inset Text
27144
27145 \begin_layout Plain Layout
27146 \begin_inset Formula $^{\circ}$
27147 \end_inset
27148
27149
27150 \end_layout
27151
27152 \end_inset
27153 </cell>
27154 </row>
27155 </lyxtabular>
27156
27157 \end_inset
27158
27159
27160 \end_layout
27161
27162 \begin_layout Standard
27163 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27164  folgende Zeile enthält
27165 \begin_inset Foot
27166 status collapsed
27167
27168 \begin_layout Plain Layout
27169 Mehr dazu ist in 
27170 \begin_inset CommandInset ref
27171 LatexCommand ref
27172 reference "sub:Textzeichen-in-Formeln"
27173
27174 \end_inset
27175
27176  beschrieben.
27177 \end_layout
27178
27179 \end_inset
27180
27181 :
27182 \end_layout
27183
27184 \begin_layout Standard
27185
27186 \series bold
27187
27188 \backslash
27189 DeclareInputText{176}{
27190 \backslash
27191 ifmmode^
27192 \backslash
27193 circ
27194 \backslash
27195 else
27196 \backslash
27197 textdegree
27198 \backslash
27199 f\SpecialChar \textcompwordmark{}
27200 i}
27201 \end_layout
27202
27203 \begin_layout Section
27204 Formelstile
27205 \begin_inset CommandInset label
27206 LatexCommand label
27207 name "sec:Formelstile"
27208
27209 \end_inset
27210
27211
27212 \begin_inset Index
27213 status collapsed
27214
27215 \begin_layout Plain Layout
27216 Formel ! Stile
27217 \end_layout
27218
27219 \end_inset
27220
27221
27222 \end_layout
27223
27224 \begin_layout Itemize
27225 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27226 \end_layout
27227
27228 \begin_deeper
27229 \begin_layout Description
27230 Zentriert ist der voreingestellte Standard
27231 \end_layout
27232
27233 \begin_layout Description
27234 Eingerückt dazu muss im Menü 
27235 \family sans
27236 Dokument\SpecialChar \menuseparator
27237 Einstellungen
27238 \family default
27239  unter 
27240 \family sans
27241 Dokumentklasse
27242 \family default
27243  die Option 
27244 \series bold
27245 fleqn
27246 \series default
27247  eingeben werden
27248 \end_layout
27249
27250 \begin_layout Standard
27251 Wird 
27252 \series bold
27253 Eingerückt
27254 \series default
27255  verwendet, kann mit der Länge 
27256 \series bold
27257
27258 \backslash
27259 mathindent
27260 \series default
27261
27262 \begin_inset Index
27263 status collapsed
27264
27265 \begin_layout Plain Layout
27266 Befehle ! M ! 
27267 \backslash
27268 mathindent
27269 \end_layout
27270
27271 \end_inset
27272
27273  die Einrückung eingestellt werden.
27274  Soll der Abstand 15
27275 \begin_inset Space \thinspace{}
27276 \end_inset
27277
27278 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27279 \end_layout
27280
27281 \begin_layout Standard
27282
27283 \series bold
27284
27285 \backslash
27286 setlength{
27287 \backslash
27288 mathindent}{15mm}
27289 \end_layout
27290
27291 \begin_layout Standard
27292 ein.
27293  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27294 \begin_inset Space \thinspace{}
27295 \end_inset
27296
27297 pt verwendet.
27298 \end_layout
27299
27300 \end_deeper
27301 \begin_layout Itemize
27302 Und zwei verschiedene Nummerierungsstile:
27303 \end_layout
27304
27305 \begin_deeper
27306 \begin_layout Description
27307 Rechts ist der voreingestellte Standard
27308 \end_layout
27309
27310 \begin_layout Description
27311 Links dazu muss im Menü 
27312 \family sans
27313 Dokument\SpecialChar \menuseparator
27314 Einstellungen
27315 \family default
27316  unter 
27317 \family sans
27318 Dokumentklasse
27319 \family default
27320  die Option 
27321 \series bold
27322 leqno
27323 \series default
27324  eingeben werden
27325 \end_layout
27326
27327 \end_deeper
27328 \begin_layout Standard
27329
27330 \series bold
27331 fleqn
27332 \series default
27333  und 
27334 \series bold
27335 leqno
27336 \series default
27337  können auch gemeinsam verwendet werden.
27338  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27339 n.
27340 \end_layout
27341
27342 \begin_layout Standard
27343 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27344  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27345  ausgerichtete Formeln setzen, verwendet man den Stil 
27346 \series bold
27347 Zentriert
27348 \series default
27349 .
27350  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27351  
27352 \begin_inset CommandInset ref
27353 LatexCommand ref
27354 reference "sub:Flalign-Umgebung"
27355
27356 \end_inset
27357
27358 .
27359 \end_layout
27360
27361 \begin_layout Section
27362 Mehrzeilige Formeln
27363 \begin_inset CommandInset label
27364 LatexCommand label
27365 name "sec:Mehrzeilige-Formeln"
27366
27367 \end_inset
27368
27369
27370 \begin_inset Index
27371 status collapsed
27372
27373 \begin_layout Plain Layout
27374 Formel ! mehrzeilige
27375 \end_layout
27376
27377 \end_inset
27378
27379
27380 \end_layout
27381
27382 \begin_layout Subsection
27383 Allgemeines
27384 \end_layout
27385
27386 \begin_layout Standard
27387 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27388 \family sans
27389 \series bold
27390 Strg-Enter
27391 \family default
27392 \series default
27393  drückt.
27394  Dies erzeugt eine 
27395 \series bold
27396 align-Umgebung
27397 \series default
27398 , die in 
27399 \begin_inset CommandInset ref
27400 LatexCommand ref
27401 reference "sub:Standard-align-Umgebung"
27402
27403 \end_inset
27404
27405  beschrieben ist.
27406 \end_layout
27407
27408 \begin_layout Standard
27409 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27410 \family sans
27411 Einfügen\SpecialChar \menuseparator
27412 Mathe
27413 \family default
27414  erstellt werden können.
27415  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27416 \end_layout
27417
27418 \begin_layout Standard
27419 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27420  man 
27421 \family sans
27422 Strg-Enter
27423 \family default
27424  drückt.
27425  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27426 fe 
27427 \begin_inset Graphics
27428         filename ../../images/tabular-feature_append-row.png
27429         scale 85
27430
27431 \end_inset
27432
27433  bzw.
27434 \begin_inset Space ~
27435 \end_inset
27436
27437
27438 \begin_inset Graphics
27439         filename ../../images/tabular-feature_delete-row.png
27440         scale 85
27441
27442 \end_inset
27443
27444  oder das Menü 
27445 \family sans
27446 Bearbeiten\SpecialChar \menuseparator
27447 Zeilen & Spalten
27448 \family default
27449  verwendet werden.
27450 \end_layout
27451
27452 \begin_layout Subsubsection
27453 Zeilenabstand
27454 \begin_inset CommandInset label
27455 LatexCommand label
27456 name "sub:Zeilenabstand"
27457
27458 \end_inset
27459
27460
27461 \begin_inset Index
27462 status collapsed
27463
27464 \begin_layout Plain Layout
27465 Formel ! mehrzeilige ! Zeilenabstand
27466 \end_layout
27467
27468 \end_inset
27469
27470
27471 \end_layout
27472
27473 \begin_layout Standard
27474 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27475 \begin_inset Formula \begin{eqnarray*}
27476 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}\\
27477 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\end{eqnarray*}
27478
27479 \end_inset
27480
27481
27482 \end_layout
27483
27484 \begin_layout Standard
27485 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27486 chbefehls angegeben.
27487  Dies ist in LyX aber nicht möglich
27488 \begin_inset Foot
27489 status collapsed
27490
27491 \begin_layout Plain Layout
27492 siehe 
27493 \begin_inset CommandInset href
27494 LatexCommand href
27495 name "LyX-Fehler #1505"
27496 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27497
27498 \end_inset
27499
27500
27501 \end_layout
27502
27503 \end_inset
27504
27505 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
27506  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
27507  Zeile den Befehl 
27508 \series bold
27509
27510 \backslash
27511
27512 \backslash
27513 [3mm]
27514 \series default
27515  ein.
27516  Damit erhält man: 
27517 \begin_inset ERT
27518 status collapsed
27519
27520 \begin_layout Plain Layout
27521
27522
27523 \backslash
27524 begin{eqnarray*}
27525 \end_layout
27526
27527 \begin_layout Plain Layout
27528
27529 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27530  = & 
27531 \backslash
27532 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27533 \backslash
27534
27535 \backslash
27536 [3mm]
27537 \end_layout
27538
27539 \begin_layout Plain Layout
27540
27541 4x^{2}
27542 \backslash
27543 left(B^{2}+x_{0}^{2}
27544 \backslash
27545 right)+4x_{0}x
27546 \backslash
27547 left(D-B^{2}
27548 \backslash
27549 right)+B^{2}
27550 \backslash
27551 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27552 \backslash
27553 right) & = & 0
27554 \end_layout
27555
27556 \begin_layout Plain Layout
27557
27558
27559 \backslash
27560 end{eqnarray*}
27561 \end_layout
27562
27563 \end_inset
27564
27565
27566 \end_layout
27567
27568 \begin_layout Standard
27569 \begin_inset VSpace bigskip
27570 \end_inset
27571
27572 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
27573  man die Länge 
27574 \series bold
27575
27576 \backslash
27577 jot
27578 \series default
27579
27580 \begin_inset Index
27581 status collapsed
27582
27583 \begin_layout Plain Layout
27584 Befehle ! J ! 
27585 \backslash
27586 jot
27587 \end_layout
27588
27589 \end_inset
27590
27591 .
27592  Es gilt 
27593 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
27594 \end_inset
27595
27596 .
27597  Voreingestellt ist für 
27598 \series bold
27599
27600 \backslash
27601 jot
27602 \series default
27603  der Wert 3
27604 \begin_inset Space \thinspace{}
27605 \end_inset
27606
27607 pt.
27608  Um wie im vorigen Beispiel 3
27609 \begin_inset Space \thinspace{}
27610 \end_inset
27611
27612 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
27613 \end_layout
27614
27615 \begin_layout Standard
27616
27617 \series bold
27618
27619 \backslash
27620 setlength{
27621 \backslash
27622 jot}{3mm+3pt}
27623 \end_layout
27624
27625 \begin_layout Standard
27626 im TeX-Modus vor der Formel ein.
27627  Das setzt voraus, dass das LaTeX-Paket 
27628 \series bold
27629 calc
27630 \series default
27631
27632 \begin_inset Foot
27633 status collapsed
27634
27635 \begin_layout Plain Layout
27636
27637 \series bold
27638 calc
27639 \series default
27640  ist Teil jeder LaTeX-Standardinstallation.
27641 \end_layout
27642
27643 \end_inset
27644
27645
27646 \begin_inset Index
27647 status collapsed
27648
27649 \begin_layout Plain Layout
27650 Pakete ! calc
27651 \end_layout
27652
27653 \end_inset
27654
27655  im LaTeX-Vorspann mit der Zeile
27656 \end_layout
27657
27658 \begin_layout Standard
27659
27660 \series bold
27661
27662 \backslash
27663 usepackage{calc}
27664 \end_layout
27665
27666 \begin_layout Standard
27667 geladen wurde.
27668 \end_layout
27669
27670 \begin_layout Standard
27671 Man erhält: 
27672 \begin_inset ERT
27673 status collapsed
27674
27675 \begin_layout Plain Layout
27676
27677
27678 \backslash
27679 setlength{
27680 \backslash
27681 jot}{3mm+3pt}
27682 \end_layout
27683
27684 \end_inset
27685
27686
27687 \begin_inset Formula \begin{eqnarray*}
27688 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}\\
27689 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\end{eqnarray*}
27690
27691 \end_inset
27692
27693
27694 \end_layout
27695
27696 \begin_layout Standard
27697 \begin_inset ERT
27698 status collapsed
27699
27700 \begin_layout Plain Layout
27701
27702
27703 \backslash
27704 setlength{
27705 \backslash
27706 jot}{3pt}
27707 \end_layout
27708
27709 \end_inset
27710
27711  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
27712 \series bold
27713
27714 \backslash
27715 jot
27716 \series default
27717  auf den Wert 3
27718 \begin_inset Space \thinspace{}
27719 \end_inset
27720
27721 pt.
27722 \end_layout
27723
27724 \begin_layout Subsubsection
27725 Spaltenabstand
27726 \begin_inset CommandInset label
27727 LatexCommand label
27728 name "sub:Spaltenabstand"
27729
27730 \end_inset
27731
27732
27733 \begin_inset Index
27734 status collapsed
27735
27736 \begin_layout Plain Layout
27737 Formel ! mehrzeilige ! Spaltenabstand
27738 \end_layout
27739
27740 \end_inset
27741
27742
27743 \end_layout
27744
27745 \begin_layout Standard
27746 Mehrzeilige Formeln bilden eine Matrix.
27747  Eine Formel in der Eqnarray-Umgebung ist z.
27748 \begin_inset Space \thinspace{}
27749 \end_inset
27750
27751 B.
27752  eine dreispaltige Matrix.
27753  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
27754  neben den Relationszeichen ändern.
27755 \end_layout
27756
27757 \begin_layout Standard
27758 Der Spaltenabstand wird mit der Länge 
27759 \series bold
27760
27761 \backslash
27762 arraycolsep
27763 \series default
27764
27765 \begin_inset Index
27766 status collapsed
27767
27768 \begin_layout Plain Layout
27769 Befehle ! A ! 
27770 \backslash
27771 arraycolsep
27772 \end_layout
27773
27774 \end_inset
27775
27776  festgelegt, wobei gilt:
27777 \begin_inset Newline newline
27778 \end_inset
27779
27780 Spaltenabstand = 2
27781 \begin_inset Space \thinspace{}
27782 \end_inset
27783
27784
27785 \series bold
27786
27787 \backslash
27788 arraycolsep
27789 \series default
27790 .
27791 \begin_inset Newline newline
27792 \end_inset
27793
27794 Der im TeX-Modus eingegebene Befehl
27795 \end_layout
27796
27797 \begin_layout Standard
27798
27799 \series bold
27800
27801 \backslash
27802 setlength{
27803 \backslash
27804 arraycolsep}{1cm}
27805 \end_layout
27806
27807 \begin_layout Standard
27808 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
27809 \begin_inset Space \thinspace{}
27810 \end_inset
27811
27812 cm.
27813  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
27814 \series bold
27815
27816 \backslash
27817 arraycolsep
27818 \series default
27819  auf 5
27820 \begin_inset Space \thinspace{}
27821 \end_inset
27822
27823 pt.
27824 \end_layout
27825
27826 \begin_layout Standard
27827 Eine Formel mit 2
27828 \begin_inset Space \thinspace{}
27829 \end_inset
27830
27831 cm Spaltenabstand:
27832 \begin_inset ERT
27833 status collapsed
27834
27835 \begin_layout Plain Layout
27836
27837
27838 \backslash
27839 setlength{
27840 \backslash
27841 arraycolsep}{1cm}
27842 \end_layout
27843
27844 \end_inset
27845
27846
27847 \begin_inset Formula \begin{eqnarray*}
27848 A & = & B\\
27849 C & \ne & A\end{eqnarray*}
27850
27851 \end_inset
27852
27853 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
27854 \begin_inset Space \thinspace{}
27855 \end_inset
27856
27857 pt:
27858 \begin_inset ERT
27859 status collapsed
27860
27861 \begin_layout Plain Layout
27862
27863
27864 \backslash
27865 setlength{
27866 \backslash
27867 arraycolsep}{5pt}
27868 \end_layout
27869
27870 \end_inset
27871
27872
27873 \begin_inset Formula \begin{eqnarray*}
27874 A & = & B\\
27875 C & \ne & A\end{eqnarray*}
27876
27877 \end_inset
27878
27879
27880 \end_layout
27881
27882 \begin_layout Subsubsection
27883 Lange Formeln
27884 \begin_inset Index
27885 status collapsed
27886
27887 \begin_layout Plain Layout
27888 Formel ! lange
27889 \end_layout
27890
27891 \end_inset
27892
27893
27894 \end_layout
27895
27896 \begin_layout Standard
27897 Lange Formeln kann man wie folgt setzen:
27898 \end_layout
27899
27900 \begin_layout Itemize
27901 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
27902  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
27903 \begin_inset ERT
27904 status collapsed
27905
27906 \begin_layout Plain Layout
27907
27908
27909 \backslash
27910 medskip
27911 \end_layout
27912
27913 \end_inset
27914
27915  
27916 \begin_inset Formula \begin{eqnarray}
27917 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 \\
27918  &  & -\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}\end{eqnarray}
27919
27920 \end_inset
27921
27922
27923 \begin_inset ERT
27924 status collapsed
27925
27926 \begin_layout Plain Layout
27927
27928
27929 \backslash
27930 smallskip
27931 \end_layout
27932
27933 \end_inset
27934
27935
27936 \begin_inset Newline newline
27937 \end_inset
27938
27939 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
27940  als Operator, da es das erste Zeichen der Zeile ist.
27941  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
27942  Bruchstrich unterscheiden.
27943  Um das zu verhindern, wurde mit dem Befehl 
27944 \series bold
27945
27946 \backslash
27947 hspace{3pt}
27948 \series default
27949
27950 \begin_inset Foot
27951 status collapsed
27952
27953 \begin_layout Plain Layout
27954 mehr zu 
27955 \series bold
27956
27957 \backslash
27958 hspace
27959 \series default
27960  siehe 
27961 \begin_inset CommandInset ref
27962 LatexCommand ref
27963 reference "sub:Variabler-Leerraum"
27964
27965 \end_inset
27966
27967
27968 \end_layout
27969
27970 \end_inset
27971
27972
27973 \begin_inset Index
27974 status collapsed
27975
27976 \begin_layout Plain Layout
27977 Befehle ! H ! 
27978 \backslash
27979 hspace
27980 \end_layout
27981
27982 \end_inset
27983
27984  Leerraum hinter das Minuszeichen eingefügt.
27985 \end_layout
27986
27987 \begin_layout Itemize
27988 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
27989 \series bold
27990
27991 \backslash
27992 lefteqn
27993 \series default
27994
27995 \begin_inset Index
27996 status collapsed
27997
27998 \begin_layout Plain Layout
27999 Befehle ! L ! 
28000 \backslash
28001 lefteqn
28002 \end_layout
28003
28004 \end_inset
28005
28006 .
28007  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28008  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28009 \begin_inset ERT
28010 status collapsed
28011
28012 \begin_layout Plain Layout
28013
28014
28015 \backslash
28016 medskip
28017 \end_layout
28018
28019 \end_inset
28020
28021
28022 \begin_inset Formula \begin{eqnarray}
28023 \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 \\
28024  &  & -\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 \\
28025  &  & =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}\end{eqnarray}
28026
28027 \end_inset
28028
28029
28030 \begin_inset ERT
28031 status collapsed
28032
28033 \begin_layout Plain Layout
28034
28035
28036 \backslash
28037 smallskip
28038 \end_layout
28039
28040 \end_inset
28041
28042
28043 \begin_inset Newline newline
28044 \end_inset
28045
28046 Nachdem man 
28047 \series bold
28048
28049 \backslash
28050 lefteqn
28051 \series default
28052  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28053  das gegenüber dem blauen leicht verschoben ist.
28054  In dieses wird die Formel eingegeben.
28055 \begin_inset ERT
28056 status collapsed
28057
28058 \begin_layout Plain Layout
28059
28060
28061 \backslash
28062 medskip
28063 \end_layout
28064
28065 \end_inset
28066
28067
28068 \begin_inset Newline newline
28069 \end_inset
28070
28071 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28072  eingegeben.
28073  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28074  Einrückung.
28075 \begin_inset ERT
28076 status collapsed
28077
28078 \begin_layout Plain Layout
28079
28080
28081 \backslash
28082 medskip
28083 \end_layout
28084
28085 \end_inset
28086
28087
28088 \begin_inset Newline newline
28089 \end_inset
28090
28091
28092 \begin_inset Note Greyedout
28093 status open
28094
28095 \begin_layout Plain Layout
28096 Bei der Verwendung von 
28097 \series bold
28098
28099 \backslash
28100 lefteqn
28101 \series default
28102  ist Folgendes zu beachten:
28103 \end_layout
28104
28105 \begin_layout Itemize
28106 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28107  Würde man in obigem Beispiel der ersten Zeile den Term 
28108 \begin_inset Formula $-B^{2}$
28109 \end_inset
28110
28111  anfügen, befände sich dieser außerhalb des Seitenrands.
28112  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28113  Leerraum einfügen.
28114 \end_layout
28115
28116 \begin_layout Itemize
28117 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28118  erste Zeile gesetzt werden.
28119 \begin_inset Foot
28120 status collapsed
28121
28122 \begin_layout Plain Layout
28123 \begin_inset CommandInset href
28124 LatexCommand href
28125 name "LyX-Fehler #1429"
28126 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28127
28128 \end_inset
28129
28130
28131 \end_layout
28132
28133 \end_inset
28134
28135  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28136  Pfeiltasten bewegen.
28137 \end_layout
28138
28139 \end_inset
28140
28141
28142 \end_layout
28143
28144 \begin_layout Itemize
28145 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28146 \begin_inset CommandInset ref
28147 LatexCommand ref
28148 reference "sub:Multline-Umgebung"
28149
28150 \end_inset
28151
28152  und 
28153 \begin_inset CommandInset ref
28154 LatexCommand ref
28155 reference "sub:Mehrzeilige-Formelteile"
28156
28157 \end_inset
28158
28159  beschriebenen Umgebungen.
28160 \end_layout
28161
28162 \begin_layout Subsubsection
28163 Mehrzeilige Klammern
28164 \begin_inset CommandInset label
28165 LatexCommand label
28166 name "sub:Mehrzeilige-Klammern"
28167
28168 \end_inset
28169
28170
28171 \begin_inset Index
28172 status collapsed
28173
28174 \begin_layout Plain Layout
28175 Klammern ! mehrzeilige
28176 \end_layout
28177
28178 \end_inset
28179
28180
28181 \end_layout
28182
28183 \begin_layout Standard
28184 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28185 \begin_inset Formula \begin{eqnarray*}
28186 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28187  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28188
28189 \end_inset
28190
28191
28192 \end_layout
28193
28194 \begin_layout Standard
28195 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28196  Größe dürfen nicht über mehrere Zeilen gehen.
28197 \end_layout
28198
28199 \begin_layout Standard
28200 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28201  erste Zeile mit 
28202 \series bold
28203
28204 \backslash
28205 right.
28206 \series default
28207
28208 \begin_inset Index
28209 status collapsed
28210
28211 \begin_layout Plain Layout
28212 Befehle ! R ! 
28213 \backslash
28214 right
28215 \end_layout
28216
28217 \end_inset
28218
28219  und beginnt die zweite Zeile mit 
28220 \series bold
28221
28222 \backslash
28223 left.
28224 \begin_inset Foot
28225 status collapsed
28226
28227 \begin_layout Plain Layout
28228 mehr zu 
28229 \series bold
28230
28231 \backslash
28232 left
28233 \series default
28234  und 
28235 \series bold
28236
28237 \backslash
28238 right
28239 \series default
28240  siehe 
28241 \begin_inset CommandInset ref
28242 LatexCommand ref
28243 reference "sub:Automatische-Klammergrößen"
28244
28245 \end_inset
28246
28247
28248 \end_layout
28249
28250 \end_inset
28251
28252
28253 \series default
28254
28255 \begin_inset Index
28256 status collapsed
28257
28258 \begin_layout Plain Layout
28259 Befehle ! L ! 
28260 \backslash
28261 left
28262 \end_layout
28263
28264 \end_inset
28265
28266 .
28267  Nach 
28268 \series bold
28269
28270 \backslash
28271 left.
28272
28273 \series default
28274  gibt man den Befehl 
28275 \series bold
28276
28277 \backslash
28278 vphantom
28279 \series default
28280
28281 \begin_inset ERT
28282 status collapsed
28283
28284 \begin_layout Plain Layout
28285
28286
28287 \backslash
28288 leer 
28289 \end_layout
28290
28291 \end_inset
28292
28293
28294 \series bold
28295
28296 \backslash
28297 prod
28298 \series default
28299 ^
28300 \begin_inset ERT
28301 status collapsed
28302
28303 \begin_layout Plain Layout
28304
28305
28306 \backslash
28307 leer 
28308 \end_layout
28309
28310 \end_inset
28311
28312
28313 \series bold
28314
28315 \backslash
28316 infty
28317 \series default
28318
28319 \begin_inset ERT
28320 status collapsed
28321
28322 \begin_layout Plain Layout
28323
28324
28325 \backslash
28326 leer 
28327 \end_layout
28328
28329 \end_inset
28330
28331
28332 \series bold
28333
28334 \begin_inset Formula $\downarrow$
28335 \end_inset
28336
28337 _R=1}
28338 \series default
28339
28340 \begin_inset Index
28341 status collapsed
28342
28343 \begin_layout Plain Layout
28344 Befehle ! V ! 
28345 \backslash
28346 vphantom
28347 \end_layout
28348
28349 \end_inset
28350
28351  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28352  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28353 \end_layout
28354
28355 \begin_layout Standard
28356 Das Ergebnis sieht so aus:
28357 \begin_inset Formula \begin{eqnarray*}
28358 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28359  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28360
28361 \end_inset
28362
28363
28364 \end_layout
28365
28366 \begin_layout Subsection
28367 Align-Umgebungen
28368 \end_layout
28369
28370 \begin_layout Standard
28371 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28372  werden.
28373  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28374 \end_layout
28375
28376 \begin_layout Standard
28377 Align-Umgebungen bestehen aus Spalten.
28378  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28379  ausgerichtet.
28380  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28381 \end_layout
28382
28383 \begin_layout Standard
28384 Align-Umgebung werden über das Menü 
28385 \family sans
28386 Einfügen\SpecialChar \menuseparator
28387 Mathe
28388 \family default
28389  erstellt.
28390  Über das Menü 
28391 \family sans
28392 Bearbeiten\SpecialChar \menuseparator
28393 Mathe\SpecialChar \menuseparator
28394 Formelart
28395 \begin_inset Space ~
28396 \end_inset
28397
28398 ändern
28399 \family default
28400  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28401 \end_layout
28402
28403 \begin_layout Standard
28404 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28405
28406 \begin_inset Graphics
28407         filename ../../images/tabular-feature_append-column.png
28408         scale 85
28409
28410 \end_inset
28411
28412  bzw.
28413 \begin_inset Space ~
28414 \end_inset
28415
28416
28417 \begin_inset Graphics
28418         filename ../../images/tabular-feature_delete-column.png
28419         scale 85
28420
28421 \end_inset
28422
28423  oder das Menü 
28424 \family sans
28425 Bearbeiten\SpecialChar \menuseparator
28426 Zeilen & Spalten
28427 \family default
28428  verwendet werden.
28429 \end_layout
28430
28431 \begin_layout Subsubsection
28432 Standard align-Umgebung
28433 \begin_inset CommandInset label
28434 LatexCommand label
28435 name "sub:Standard-align-Umgebung"
28436
28437 \end_inset
28438
28439
28440 \begin_inset Index
28441 status collapsed
28442
28443 \begin_layout Plain Layout
28444 Formel ! mehrzeilige ! align-Umgebung
28445 \end_layout
28446
28447 \end_inset
28448
28449
28450 \end_layout
28451
28452 \begin_layout Standard
28453 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28454 \family sans
28455 Strg-Enter
28456 \family default
28457  drückt oder das Menü 
28458 \family sans
28459 Einfügen\SpecialChar \menuseparator
28460 Mathe\SpecialChar \menuseparator
28461 AMS align-Umge\SpecialChar \-
28462 bung
28463 \family default
28464  aufruft.
28465 \end_layout
28466
28467 \begin_layout Standard
28468 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
28469 n align-Umgebung erzeugt wurden:
28470 \begin_inset Formula \begin{align*}
28471 A & =\sin(B) & C & =D\\
28472 C & \ne A & B & \ne D\end{align*}
28473
28474 \end_inset
28475
28476 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28477  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28478 \series bold
28479
28480 \backslash
28481 hfill
28482 \begin_inset Foot
28483 status collapsed
28484
28485 \begin_layout Plain Layout
28486 mehr zu 
28487 \series bold
28488
28489 \backslash
28490 hfill
28491 \series default
28492  siehe 
28493 \begin_inset CommandInset ref
28494 LatexCommand ref
28495 reference "sub:Variabler-Leerraum"
28496
28497 \end_inset
28498
28499
28500 \end_layout
28501
28502 \end_inset
28503
28504
28505 \series default
28506  befinden.
28507  Ist der Formelstil 
28508 \series bold
28509 Eingerückt
28510 \begin_inset Foot
28511 status collapsed
28512
28513 \begin_layout Plain Layout
28514 Formelstile siehe 
28515 \begin_inset CommandInset ref
28516 LatexCommand ref
28517 reference "sec:Formelstile"
28518
28519 \end_inset
28520
28521
28522 \end_layout
28523
28524 \end_inset
28525
28526
28527 \series default
28528  gewählt, wird die Formel ohne den 
28529 \series bold
28530
28531 \backslash
28532 hfill
28533 \series default
28534  vor der ersten Spalte gesetzt.
28535 \end_layout
28536
28537 \begin_layout Subsubsection
28538 Alignat-Umgebung
28539 \begin_inset Index
28540 status collapsed
28541
28542 \begin_layout Plain Layout
28543 Formel ! mehrzeilige ! alignat-Umgebung
28544 \end_layout
28545
28546 \end_inset
28547
28548
28549 \end_layout
28550
28551 \begin_layout Standard
28552 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
28553  Man kann ihn manuell durch die in 
28554 \begin_inset CommandInset ref
28555 LatexCommand ref
28556 reference "sub:Leerraum"
28557
28558 \end_inset
28559
28560  beschriebenen Leerräume einfügen.
28561 \end_layout
28562
28563 \begin_layout Standard
28564 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
28565  Formel 1
28566 \begin_inset Space \thinspace{}
28567 \end_inset
28568
28569 cm Leerraum eingefügt wurde:
28570 \begin_inset Formula \begin{alignat*}{2}
28571 A & =\sin(B) & \hspace {1cm}C & =D\\
28572 C & \ne A & B & \ne D\end{alignat*}
28573
28574 \end_inset
28575
28576 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
28577  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
28578  Formeln.
28579 \end_layout
28580
28581 \begin_layout Subsubsection
28582 Flalign-Umgebung
28583 \begin_inset CommandInset label
28584 LatexCommand label
28585 name "sub:Flalign-Umgebung"
28586
28587 \end_inset
28588
28589
28590 \begin_inset Index
28591 status collapsed
28592
28593 \begin_layout Plain Layout
28594 Formel ! mehrzeilige ! flalign-Umgebung
28595 \end_layout
28596
28597 \end_inset
28598
28599
28600 \end_layout
28601
28602 \begin_layout Standard
28603 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
28604  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
28605  Dazu ein Beispiel:
28606 \begin_inset Formula \begin{flalign*}
28607 A & =1 & B & =2 & C & =3\\
28608 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28609
28610 \end_inset
28611
28612
28613 \end_layout
28614
28615 \begin_layout Standard
28616 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
28617  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
28618  im Dokument links setzen obwohl der Formelstil 
28619 \series bold
28620 Zentriert
28621 \series default
28622  eingestellt ist.
28623  Als Beispiel die eingerückte ausgerichtete Formel 
28624 \begin_inset CommandInset ref
28625 LatexCommand eqref
28626 reference "eq:VolInt"
28627
28628 \end_inset
28629
28630 :
28631 \begin_inset Formula \begin{flalign}
28632 \hspace {30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28633
28634 \end_inset
28635
28636 In den ersten beiden Spalten befindet sich die Formel.
28637  Damit sie wie beim Formelstil 
28638 \series bold
28639 Eingerückt
28640 \series default
28641  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
28642 \begin_inset Space \thinspace{}
28643 \end_inset
28644
28645 pt Leerraum eingefügt.
28646 \end_layout
28647
28648 \begin_layout Subsection
28649 Eqnarray-Umgebung
28650 \begin_inset Index
28651 status collapsed
28652
28653 \begin_layout Plain Layout
28654 Formel ! mehrzeilige ! Eqnarray-Umgebung
28655 \end_layout
28656
28657 \end_inset
28658
28659
28660 \end_layout
28661
28662 \begin_layout Standard
28663 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
28664  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
28665  ausgerichtet.
28666  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
28667  da dieses Kästchen nur für Relationzeichen gedacht ist.
28668 \begin_inset Formula \begin{eqnarray*}
28669 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28670 AB & AB & AB\\
28671 A & = & A\end{eqnarray*}
28672
28673 \end_inset
28674
28675
28676 \end_layout
28677
28678 \begin_layout Subsection
28679 Gather-Umgebung
28680 \begin_inset Index
28681 status collapsed
28682
28683 \begin_layout Plain Layout
28684 Formel ! mehrzeilige ! Gather-Umgebung
28685 \end_layout
28686
28687 \end_inset
28688
28689
28690 \end_layout
28691
28692 \begin_layout Standard
28693 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
28694  Jede Zeile kann nummeriert werden.
28695 \begin_inset Formula \begin{gather}
28696 A=1\\
28697 X=\textrm{-}1\end{gather}
28698
28699 \end_inset
28700
28701
28702 \end_layout
28703
28704 \begin_layout Subsection
28705 Multline-Umgebung
28706 \begin_inset CommandInset label
28707 LatexCommand label
28708 name "sub:Multline-Umgebung"
28709
28710 \end_inset
28711
28712
28713 \begin_inset Index
28714 status collapsed
28715
28716 \begin_layout Plain Layout
28717 Formel ! mehrzeilige ! Multline-Umgebung
28718 \end_layout
28719
28720 \end_inset
28721
28722
28723 \end_layout
28724
28725 \begin_layout Standard
28726 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
28727  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
28728  Alle anderen Zeilen sind zentriert.
28729  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
28730  Als Beispiel Formel 
28731 \begin_inset CommandInset ref
28732 LatexCommand eqref
28733 reference "eq:lefteqn"
28734
28735 \end_inset
28736
28737  in der multline-Umgebung:
28738 \begin_inset Formula \begin{multline}
28739 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}\\
28740 -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}\\
28741 =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}}\end{multline}
28742
28743 \end_inset
28744
28745
28746 \end_layout
28747
28748 \begin_layout Standard
28749 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
28750  nummeriert, wenn rechts (links) nummeriert wird.
28751 \begin_inset Foot
28752 status collapsed
28753
28754 \begin_layout Plain Layout
28755 Nummerierungsstile siehe 
28756 \begin_inset CommandInset ref
28757 LatexCommand ref
28758 reference "sec:Formelstile"
28759
28760 \end_inset
28761
28762
28763 \end_layout
28764
28765 \end_inset
28766
28767
28768 \end_layout
28769
28770 \begin_layout Standard
28771 Mit den Befehlen 
28772 \series bold
28773
28774 \backslash
28775 shoveright
28776 \begin_inset Index
28777 status collapsed
28778
28779 \begin_layout Plain Layout
28780 Befehle ! S ! 
28781 \backslash
28782 shoveright
28783 \end_layout
28784
28785 \end_inset
28786
28787
28788 \series default
28789  und 
28790 \series bold
28791
28792 \backslash
28793 shoveleft
28794 \begin_inset Index
28795 status collapsed
28796
28797 \begin_layout Plain Layout
28798 Befehle ! S ! 
28799 \backslash
28800 shoveleft
28801 \end_layout
28802
28803 \end_inset
28804
28805
28806 \series default
28807  kann eine zentrierte Zeile rechts bzw.
28808  links ausgerichtet werden.
28809  Die Befehle werden folgendermaßen verwendet:
28810 \end_layout
28811
28812 \begin_layout Standard
28813
28814 \series bold
28815
28816 \backslash
28817 shoveright{Zeileninhalt}
28818 \series default
28819  bzw.
28820  
28821 \series bold
28822
28823 \backslash
28824 shoveleft{Zeileninhalt}
28825 \end_layout
28826
28827 \begin_layout Standard
28828 \begin_inset VSpace medskip
28829 \end_inset
28830
28831 Die Länge 
28832 \series bold
28833
28834 \backslash
28835 multlinegap
28836 \begin_inset Index
28837 status collapsed
28838
28839 \begin_layout Plain Layout
28840 Befehle ! M ! 
28841 \backslash
28842 multlinegap
28843 \end_layout
28844
28845 \end_inset
28846
28847
28848 \series default
28849  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
28850  Voreingestellt ist die Länge 0
28851 \begin_inset Space \thinspace{}
28852 \end_inset
28853
28854 pt.
28855 \end_layout
28856
28857 \begin_layout Standard
28858 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
28859 \end_layout
28860
28861 \begin_layout Standard
28862
28863 \series bold
28864
28865 \backslash
28866 setlength{
28867 \backslash
28868 multlinegap}{2cm}
28869 \end_layout
28870
28871 \begin_layout Standard
28872 eingegeben wurde:
28873 \begin_inset ERT
28874 status collapsed
28875
28876 \begin_layout Plain Layout
28877
28878
28879 \backslash
28880 setlength{
28881 \backslash
28882 multlinegap}{2cm}
28883 \end_layout
28884
28885 \end_inset
28886
28887
28888 \begin_inset Formula \begin{multline}
28889 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}\\
28890 \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}}\\
28891 =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}}\end{multline}
28892
28893 \end_inset
28894
28895
28896 \begin_inset ERT
28897 status collapsed
28898
28899 \begin_layout Plain Layout
28900
28901
28902 \backslash
28903 setlength{
28904 \backslash
28905 multlinegap}{0pt}
28906 \end_layout
28907
28908 \end_inset
28909
28910
28911 \end_layout
28912
28913 \begin_layout Standard
28914 Die zweite Zeile wurde mit 
28915 \series bold
28916
28917 \backslash
28918 shoveleft
28919 \series default
28920  linksbündig ausgerichtet.
28921 \end_layout
28922
28923 \begin_layout Subsection
28924 Mehrzeilige Formelteile
28925 \begin_inset CommandInset label
28926 LatexCommand label
28927 name "sub:Mehrzeilige-Formelteile"
28928
28929 \end_inset
28930
28931
28932 \begin_inset Index
28933 status collapsed
28934
28935 \begin_layout Plain Layout
28936 Formel ! mehrzeilige ! Formelteile
28937 \end_layout
28938
28939 \end_inset
28940
28941
28942 \end_layout
28943
28944 \begin_layout Standard
28945 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
28946  der folgenden Umgebungen: 
28947 \series bold
28948 aligned
28949 \series default
28950
28951 \series bold
28952 alignedat
28953 \series default
28954
28955 \series bold
28956 gathered
28957 \series default
28958  oder 
28959 \series bold
28960 split
28961 \series default
28962 .
28963  Sie können über das Menü 
28964 \family sans
28965 Einfügen\SpecialChar \menuseparator
28966 Mathe
28967 \family default
28968  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
28969 \end_layout
28970
28971 \begin_layout Standard
28972 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
28973 n Formel\SpecialChar \-
28974 umgebungen.
28975  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
28976  Dazu ein Beispiel:
28977 \begin_inset Formula \[
28978 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28979 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28980 \right\} \textrm{Unbestimmtheitsrelationen}\]
28981
28982 \end_inset
28983
28984
28985 \end_layout
28986
28987 \begin_layout Standard
28988 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
28989  der Befehl 
28990 \series bold
28991
28992 \backslash
28993 aligned
28994 \begin_inset Index
28995 status collapsed
28996
28997 \begin_layout Plain Layout
28998 Befehle ! A ! 
28999 \backslash
29000 aligned
29001 \end_layout
29002
29003 \end_inset
29004
29005
29006 \series default
29007  eingegeben wird.
29008  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29009  und Zeilen hinzufügen kann.
29010  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29011  gesetzt werden.
29012 \end_layout
29013
29014 \begin_layout Standard
29015 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29016  ausgerichtet sind.
29017  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29018  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29019  Als Beispiel Formel 
29020 \begin_inset CommandInset ref
29021 LatexCommand eqref
29022 reference "eq:kurzlang"
29023
29024 \end_inset
29025
29026  in der aligned-Umgebung:
29027 \begin_inset Formula \begin{equation}
29028 \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}|}\\
29029  & -\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}|}\end{aligned}
29030 \end{equation}
29031
29032 \end_inset
29033
29034
29035 \end_layout
29036
29037 \begin_layout Standard
29038 Möchte man die Umgebung 
29039 \series bold
29040 alignedat
29041 \series default
29042
29043 \series bold
29044 gathered
29045 \series default
29046  oder 
29047 \series bold
29048 split
29049 \series default
29050  verwenden, gibt man den Befehl 
29051 \series bold
29052
29053 \backslash
29054 alignedat
29055 \series default
29056 ,
29057 \begin_inset Index
29058 status collapsed
29059
29060 \begin_layout Plain Layout
29061 Befehle ! A ! 
29062 \backslash
29063 alignedat
29064 \end_layout
29065
29066 \end_inset
29067
29068  
29069 \series bold
29070
29071 \backslash
29072 gathered
29073 \series default
29074
29075 \begin_inset Index
29076 status collapsed
29077
29078 \begin_layout Plain Layout
29079 Befehle ! G ! 
29080 \backslash
29081 gathered
29082 \end_layout
29083
29084 \end_inset
29085
29086  bzw.
29087  
29088 \series bold
29089
29090 \backslash
29091 split
29092 \series default
29093
29094 \begin_inset Index
29095 status collapsed
29096
29097 \begin_layout Plain Layout
29098 Befehle ! S ! 
29099 \backslash
29100 split
29101 \end_layout
29102
29103 \end_inset
29104
29105  ein.
29106  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29107  jedoch darf sie nur zwei Spalten enthalten.
29108 \end_layout
29109
29110 \begin_layout Subsection
29111 Text in mehrzeiligen Formeln
29112 \begin_inset CommandInset label
29113 LatexCommand label
29114 name "sub:Text-in-mehrzeiligen"
29115
29116 \end_inset
29117
29118
29119 \begin_inset Index
29120 status collapsed
29121
29122 \begin_layout Plain Layout
29123 Text ! in Formeln
29124 \end_layout
29125
29126 \end_inset
29127
29128
29129 \begin_inset Index
29130 status collapsed
29131
29132 \begin_layout Plain Layout
29133 Formel ! mehrzeilige ! Text
29134 \end_layout
29135
29136 \end_inset
29137
29138
29139 \end_layout
29140
29141 \begin_layout Standard
29142 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29143  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29144  die Ausrichtung der Spalten nicht beeinflusst.
29145  Dazu wird der Befehl 
29146 \series bold
29147
29148 \backslash
29149 intertext
29150 \begin_inset Index
29151 status collapsed
29152
29153 \begin_layout Plain Layout
29154 Befehle ! I ! 
29155 \backslash
29156 intertext
29157 \end_layout
29158
29159 \end_inset
29160
29161
29162 \series default
29163  nach folgendem Schema benutzt:
29164 \end_layout
29165
29166 \begin_layout Standard
29167
29168 \series bold
29169
29170 \backslash
29171 intertext{Text}
29172 \end_layout
29173
29174 \begin_layout Standard
29175 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29176  werden kann.
29177  Weil LyX 
29178 \series bold
29179
29180 \backslash
29181 intertext
29182 \series default
29183  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29184  Text.
29185  
29186 \series bold
29187
29188 \backslash
29189 intertext
29190 \series default
29191  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29192  dieser Zeile.
29193  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29194 \begin_inset Formula \begin{align}
29195 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29196 \intertext {\text{Integrand ist symmetrisch zu $\phi=\pi$, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29197
29198 \end_inset
29199
29200
29201 \end_layout
29202
29203 \begin_layout Section
29204 Formelnummerierung
29205 \begin_inset Index
29206 status collapsed
29207
29208 \begin_layout Plain Layout
29209 Formelnummerierung
29210 \end_layout
29211
29212 \end_inset
29213
29214
29215 \begin_inset Index
29216 status collapsed
29217
29218 \begin_layout Plain Layout
29219 Formel ! Nummerierung|see
29220 \begin_inset ERT
29221 status collapsed
29222
29223 \begin_layout Plain Layout
29224
29225 {
29226 \end_layout
29227
29228 \end_inset
29229
29230 Formelnummerierung
29231 \begin_inset ERT
29232 status collapsed
29233
29234 \begin_layout Plain Layout
29235
29236 }
29237 \end_layout
29238
29239 \end_inset
29240
29241
29242 \end_layout
29243
29244 \end_inset
29245
29246
29247 \end_layout
29248
29249 \begin_layout Subsection
29250 Allgemeines
29251 \end_layout
29252
29253 \begin_layout Standard
29254 Nummerierte Formeln können mit dem Menü 
29255 \family sans
29256 Einfügen\SpecialChar \menuseparator
29257 Mathe\SpecialChar \menuseparator
29258 Nummerierte
29259 \begin_inset Space ~
29260 \end_inset
29261
29262 Formel
29263 \family default
29264  (Tastenkürzel 
29265 \family sans
29266 Strg-Alt
29267 \begin_inset Space ~
29268 \end_inset
29269
29270 n
29271 \family default
29272 ) erstellt, bestehende Formeln über das Menü 
29273 \family sans
29274 Bearbeiten\SpecialChar \menuseparator
29275 Mathe\SpecialChar \menuseparator
29276 Nummerierung
29277 \begin_inset Space ~
29278 \end_inset
29279
29280 an/aus
29281 \family default
29282  (Tastenkürzel 
29283 \family sans
29284 Alt-m
29285 \begin_inset Space ~
29286 \end_inset
29287
29288 n
29289 \family default
29290 ) nummeriert werden.
29291  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29292  Klammern.
29293  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29294 \end_layout
29295
29296 \begin_layout Standard
29297 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29298  Zeilen nummeriert.
29299  Man kann jedoch über das Menü 
29300 \family sans
29301 Bearbeiten\SpecialChar \menuseparator
29302 Mathe\SpecialChar \menuseparator
29303 Zeilennummerierung an/aus
29304 \family default
29305  (Tastenkürzel 
29306 \family sans
29307 Alt-m
29308 \begin_inset Space ~
29309 \end_inset
29310
29311 N
29312 \family default
29313 ) für jede Zeile die Nummerierung festlegen.
29314 \end_layout
29315
29316 \begin_layout Standard
29317 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29318  werden, siehe 
29319 \begin_inset CommandInset ref
29320 LatexCommand ref
29321 reference "sec:Formelstile"
29322
29323 \end_inset
29324
29325 .
29326 \end_layout
29327
29328 \begin_layout Subsection
29329 Querverweise
29330 \begin_inset CommandInset label
29331 LatexCommand label
29332 name "sub:Querverweise"
29333
29334 \end_inset
29335
29336
29337 \begin_inset Index
29338 status collapsed
29339
29340 \begin_layout Plain Layout
29341 Querverweise ! auf Formeln
29342 \end_layout
29343
29344 \end_inset
29345
29346
29347 \end_layout
29348
29349 \begin_layout Standard
29350 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29351  Eine Marke wird mit dem Menü 
29352 \family sans
29353 Einfügen\SpecialChar \menuseparator
29354 Marke
29355 \family default
29356  oder dem Werkzeugleistenknopf 
29357 \begin_inset Graphics
29358         filename ../../images/label-insert.png
29359         scale 85
29360
29361 \end_inset
29362
29363  gesetzt.
29364  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29365  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29366 \series bold
29367 eq:
29368 \series default
29369 , nachdem der eigentliche Markenname eingegeben wird.
29370  Der voreingestellte Eintrag steht für 
29371 \begin_inset Quotes gld
29372 \end_inset
29373
29374 equation
29375 \begin_inset Quotes grd
29376 \end_inset
29377
29378  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29379  einer Formel und nicht zu einem Kapitel gehört.
29380  Um eine Marke zu ändern, wählt man wieder das Menü 
29381 \family sans
29382 Einfügen\SpecialChar \menuseparator
29383 Marke
29384 \family default
29385 .
29386 \end_layout
29387
29388 \begin_layout Standard
29389 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29390  Eine Formel mit Marke wird immer nummeriert.
29391 \end_layout
29392
29393 \begin_layout Standard
29394 Querverweise werden mit dem Menü 
29395 \family sans
29396 Einfügen\SpecialChar \menuseparator
29397 Querverweis
29398 \family default
29399  oder dem Werkzeugleistenknopf 
29400 \begin_inset Graphics
29401         filename ../../images/dialog-show-new-inset_ref.png
29402         scale 85
29403
29404 \end_inset
29405
29406  eingefügt.
29407  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29408  Wenn man im Querverweis Dialogfenster das Format 
29409 \series bold
29410 (<Querverweis>)
29411 \series default
29412  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29413 \begin_inset Newline newline
29414 \end_inset
29415
29416 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29417  man zur Formel auf die verwiesen wird.
29418 \end_layout
29419
29420 \begin_layout Standard
29421 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29422 \begin_inset Note Note
29423 status open
29424
29425 \begin_layout Plain Layout
29426 Man beachte die unterschiedlichen Querverweistypen.
29427 \end_layout
29428
29429 \end_inset
29430
29431
29432 \end_layout
29433
29434 \begin_layout Standard
29435 Die Gleichungen 
29436 \begin_inset CommandInset ref
29437 LatexCommand eqref
29438 reference "eq:tag"
29439
29440 \end_inset
29441
29442  und 
29443 \begin_inset CommandInset ref
29444 LatexCommand eqref
29445 reference "eq:c"
29446
29447 \end_inset
29448
29449  sind äquivalent.
29450  In (
29451 \begin_inset CommandInset ref
29452 LatexCommand ref
29453 reference "eq:Lat"
29454
29455 \end_inset
29456
29457 ) werden im Gegensatz zu (
29458 \begin_inset CommandInset ref
29459 LatexCommand ref
29460 reference "eq:Roem"
29461
29462 \end_inset
29463
29464 ) große lateinische Buchstaben zur Nummerierung verwendet.
29465 \end_layout
29466
29467 \begin_layout Standard
29468 \begin_inset VSpace medskip
29469 \end_inset
29470
29471 Ist im Argument von 
29472 \series bold
29473
29474 \backslash
29475 tag
29476 \begin_inset Foot
29477 status collapsed
29478
29479 \begin_layout Plain Layout
29480
29481 \series bold
29482
29483 \backslash
29484 tag
29485 \series default
29486  ist in 
29487 \begin_inset CommandInset ref
29488 LatexCommand ref
29489 reference "sub:Benutzerdefinierte-Nummerierung"
29490
29491 \end_inset
29492
29493  beschrieben.
29494 \end_layout
29495
29496 \end_inset
29497
29498
29499 \series default
29500  wie in 
29501 \begin_inset CommandInset ref
29502 LatexCommand ref
29503 reference "sub:Absatzboxen"
29504
29505 \end_inset
29506
29507  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
29508 \end_layout
29509
29510 \begin_layout Subsection
29511 Unternummerierung
29512 \begin_inset Index
29513 status collapsed
29514
29515 \begin_layout Plain Layout
29516 Formelnummerierung ! Unternummerierung
29517 \end_layout
29518
29519 \end_inset
29520
29521
29522 \end_layout
29523
29524 \begin_layout Standard
29525 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
29526  
29527 \begin_inset Newline newline
29528 \end_inset
29529
29530
29531 \series bold
29532
29533 \backslash
29534 begin{subequations}
29535 \series default
29536  und 
29537 \series bold
29538
29539 \backslash
29540 end{subequations}
29541 \series default
29542  erreichen.
29543  Beide Befehle werden im TeX-Modus eingegeben.
29544 \end_layout
29545
29546 \begin_layout Standard
29547 Dazu ein Beispiel:
29548 \begin_inset Formula \begin{equation}
29549 A=C-B\label{eq:a}\end{equation}
29550
29551 \end_inset
29552
29553
29554 \begin_inset ERT
29555 status collapsed
29556
29557 \begin_layout Plain Layout
29558
29559
29560 \backslash
29561 addtocounter{equation}{-1}
29562 \end_layout
29563
29564 \end_inset
29565
29566
29567 \begin_inset ERT
29568 status collapsed
29569
29570 \begin_layout Plain Layout
29571
29572
29573 \backslash
29574 begin{subequations}
29575 \end_layout
29576
29577 \end_inset
29578
29579
29580 \begin_inset VSpace -5mm
29581 \end_inset
29582
29583
29584 \begin_inset Formula \begin{equation}
29585 B=C-A\label{eq:b}\end{equation}
29586
29587 \end_inset
29588
29589
29590 \begin_inset Formula \begin{equation}
29591 C=A+B\label{eq:c}\end{equation}
29592
29593 \end_inset
29594
29595
29596 \end_layout
29597
29598 \begin_layout Standard
29599 \begin_inset ERT
29600 status collapsed
29601
29602 \begin_layout Plain Layout
29603
29604
29605 \backslash
29606 end{subequations}
29607 \end_layout
29608
29609 \end_inset
29610
29611
29612 \end_layout
29613
29614 \begin_layout Standard
29615 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
29616 \end_layout
29617
29618 \begin_layout Enumerate
29619 erste Formel eingeben
29620 \end_layout
29621
29622 \begin_layout Enumerate
29623
29624 \series bold
29625
29626 \backslash
29627 addtocounter{equation}{-1} 
29628 \backslash
29629 begin{subequations}
29630 \begin_inset Index
29631 status collapsed
29632
29633 \begin_layout Plain Layout
29634 Befehle ! A ! 
29635 \backslash
29636 addtocounter
29637 \end_layout
29638
29639 \end_inset
29640
29641
29642 \begin_inset Newline newline
29643 \end_inset
29644
29645
29646 \series default
29647 nach der ersten Formel einfügen
29648 \end_layout
29649
29650 \begin_layout Enumerate
29651 zweite Formel eingeben
29652 \end_layout
29653
29654 \begin_layout Enumerate
29655 dritte Formel eingeben
29656 \end_layout
29657
29658 \begin_layout Enumerate
29659
29660 \series bold
29661
29662 \backslash
29663 end{subequations}
29664 \series default
29665  nach der dritten Formel einfügen
29666 \end_layout
29667
29668 \begin_layout Standard
29669 Jede Formel, die zwischen den Befehlen 
29670 \series bold
29671
29672 \backslash
29673 begin
29674 \series default
29675  und 
29676 \series bold
29677
29678 \backslash
29679 end
29680 \series default
29681  steht, wird mit a, b, c, \SpecialChar \ldots{}
29682  untergliedert.
29683  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
29684  Alle untergliederten Formeln gelten als 
29685 \emph on
29686 eine
29687 \emph default
29688  nummerierte Formel.
29689  Da jede nummerierte Formel den Formelzähler 
29690 \series bold
29691 equation
29692 \series default
29693  um Eins erhöht, ist der Befehl 
29694 \series bold
29695
29696 \backslash
29697 addtocounter
29698 \series default
29699  notwendig um den Zähler wieder zu erniedrigen.
29700  Ansonsten würden die Formeln 
29701 \begin_inset CommandInset ref
29702 LatexCommand eqref
29703 reference "eq:a"
29704
29705 \end_inset
29706
29707
29708 \begin_inset CommandInset ref
29709 LatexCommand eqref
29710 reference "eq:b"
29711
29712 \end_inset
29713
29714
29715 \begin_inset CommandInset ref
29716 LatexCommand eqref
29717 reference "eq:c"
29718
29719 \end_inset
29720
29721  als 
29722 \begin_inset CommandInset ref
29723 LatexCommand eqref
29724 reference "eq:a"
29725
29726 \end_inset
29727
29728
29729 \begin_inset CommandInset ref
29730 LatexCommand eqref
29731 reference "eq:d"
29732
29733 \end_inset
29734
29735
29736 \begin_inset CommandInset ref
29737 LatexCommand eqref
29738 reference "eq:f"
29739
29740 \end_inset
29741
29742  nummeriert werden.
29743 \end_layout
29744
29745 \begin_layout Standard
29746 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
29747  Formeln automatisch etwas Leerraum erstellt.
29748  Um dies rückgängig zu machen, fügt man nach dem Befehl 
29749 \series bold
29750
29751 \backslash
29752 begin{subequations}
29753 \series default
29754  -5
29755 \begin_inset Space \thinspace{}
29756 \end_inset
29757
29758 mm vertikalen Leerraum ein.
29759  Ist der Formelstil 
29760 \series bold
29761 Eingerückt
29762 \begin_inset Foot
29763 status collapsed
29764
29765 \begin_layout Plain Layout
29766 Formelstile siehe 
29767 \begin_inset CommandInset ref
29768 LatexCommand ref
29769 reference "sec:Formelstile"
29770
29771 \end_inset
29772
29773
29774 \end_layout
29775
29776 \end_inset
29777
29778
29779 \series default
29780  gewählt, fügt man -7
29781 \begin_inset Space \thinspace{}
29782 \end_inset
29783
29784 mm Leerraum ein.
29785 \end_layout
29786
29787 \begin_layout Standard
29788 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
29789  der zweiten Zeile abgeschaltet wurde:
29790 \begin_inset ERT
29791 status collapsed
29792
29793 \begin_layout Plain Layout
29794
29795
29796 \backslash
29797 begin{subequations}
29798 \end_layout
29799
29800 \end_inset
29801
29802
29803 \begin_inset Formula \begin{eqnarray}
29804 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29805  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29806  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29807
29808 \end_inset
29809
29810
29811 \begin_inset ERT
29812 status collapsed
29813
29814 \begin_layout Plain Layout
29815
29816
29817 \backslash
29818 end{subequations}
29819 \end_layout
29820
29821 \end_inset
29822
29823
29824 \end_layout
29825
29826 \begin_layout Subsection
29827 Benutzerdefinierte Nummerierung
29828 \begin_inset CommandInset label
29829 LatexCommand label
29830 name "sub:Benutzerdefinierte-Nummerierung"
29831
29832 \end_inset
29833
29834
29835 \begin_inset Index
29836 status collapsed
29837
29838 \begin_layout Plain Layout
29839 Formelnummerierung ! benutzerdefinierte
29840 \end_layout
29841
29842 \end_inset
29843
29844
29845 \end_layout
29846
29847 \begin_layout Standard
29848 \begin_inset Index
29849 status collapsed
29850
29851 \begin_layout Plain Layout
29852 Formelnummerierung ! eigene Klammern
29853 \end_layout
29854
29855 \end_inset
29856
29857 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
29858  gesetzt.
29859  Will man diese Klammern z.
29860 \begin_inset Space \thinspace{}
29861 \end_inset
29862
29863 B.
29864  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
29865  an:
29866 \end_layout
29867
29868 \begin_layout Standard
29869
29870 \series bold
29871
29872 \backslash
29873 def
29874 \backslash
29875 tagform@#1{
29876 \backslash
29877 maketag@@@{|#1|}}
29878 \series default
29879
29880 \begin_inset Note Note
29881 status collapsed
29882
29883 \begin_layout Plain Layout
29884 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
29885  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
29886  werden.
29887 \end_layout
29888
29889 \end_inset
29890
29891
29892 \end_layout
29893
29894 \begin_layout Standard
29895 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
29896 \series bold
29897 #1
29898 \series default
29899  durch ein oder mehrere gewünschte Zeichen.
29900  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
29901 \end_layout
29902
29903 \begin_layout Standard
29904 \begin_inset VSpace bigskip
29905 \end_inset
29906
29907 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
29908  hinter der Formel stehen, benutzt man den Befehl 
29909 \series bold
29910
29911 \backslash
29912 tag
29913 \series default
29914
29915 \begin_inset Index
29916 status collapsed
29917
29918 \begin_layout Plain Layout
29919 Befehle ! T ! 
29920 \backslash
29921 tag
29922 \end_layout
29923
29924 \end_inset
29925
29926 :
29927 \begin_inset Formula \begin{equation}
29928 A+B=C\tag{etwas}\label{eq:tag}\end{equation}
29929
29930 \end_inset
29931
29932  In diesem Beispiel wurde in der Formel der Befehl 
29933 \series bold
29934
29935 \backslash
29936 tag
29937 \series default
29938
29939 \begin_inset ERT
29940 status collapsed
29941
29942 \begin_layout Plain Layout
29943
29944
29945 \backslash
29946 leer 
29947 \end_layout
29948
29949 \end_inset
29950
29951
29952 \series bold
29953 etwas
29954 \series default
29955  eingegeben.
29956 \end_layout
29957
29958 \begin_layout Standard
29959 Gibt man stattdessen 
29960 \series bold
29961
29962 \backslash
29963 tag*
29964 \series default
29965
29966 \begin_inset ERT
29967 status collapsed
29968
29969 \begin_layout Plain Layout
29970
29971
29972 \backslash
29973 leer 
29974 \end_layout
29975
29976 \end_inset
29977
29978
29979 \series bold
29980 etwas
29981 \series default
29982  ein, verhindert der Stern die Klammern um den Ausdruck:
29983 \begin_inset Formula \[
29984 A+B=C\tag*{etwas}\]
29985
29986 \end_inset
29987
29988
29989 \end_layout
29990
29991 \begin_layout Standard
29992 \begin_inset VSpace bigskip
29993 \end_inset
29994
29995 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
29996  oder 
29997 \begin_inset ERT
29998 status collapsed
29999
30000 \begin_layout Plain Layout
30001
30002
30003 \backslash
30004 mbox{
30005 \end_layout
30006
30007 \end_inset
30008
30009 -abschnitt
30010 \begin_inset ERT
30011 status collapsed
30012
30013 \begin_layout Plain Layout
30014
30015 }
30016 \end_layout
30017
30018 \end_inset
30019
30020
30021 \begin_inset Note Note
30022 status collapsed
30023
30024 \begin_layout Plain Layout
30025 Der Befehl 
30026 \series bold
30027
30028 \backslash
30029 mbox
30030 \series default
30031  verhindert, dass am Bindestrich umgebrochen wird.
30032  Mehr zu 
30033 \series bold
30034
30035 \backslash
30036 mbox
30037 \series default
30038  siehe Kap.
30039 \begin_inset Space \thinspace{}
30040 \end_inset
30041
30042
30043 \begin_inset CommandInset ref
30044 LatexCommand ref
30045 reference "sub:Worttrennungen"
30046
30047 \end_inset
30048
30049 .
30050 \end_layout
30051
30052 \end_inset
30053
30054  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30055 \end_layout
30056
30057 \begin_layout Standard
30058
30059 \series bold
30060
30061 \backslash
30062 @addtoreset{equation}{part}
30063 \series default
30064
30065 \begin_inset Index
30066 status collapsed
30067
30068 \begin_layout Plain Layout
30069 Befehle ! 
30070 \begin_inset ERT
30071 status collapsed
30072
30073 \begin_layout Plain Layout
30074
30075 "
30076 \end_layout
30077
30078 \end_inset
30079
30080 @
30081 \begin_inset ERT
30082 status collapsed
30083
30084 \begin_layout Plain Layout
30085
30086 "
30087 \end_layout
30088
30089 \end_inset
30090
30091  ! 
30092 \backslash
30093
30094 \begin_inset ERT
30095 status collapsed
30096
30097 \begin_layout Plain Layout
30098
30099 "
30100 \end_layout
30101
30102 \end_inset
30103
30104 @
30105 \begin_inset ERT
30106 status collapsed
30107
30108 \begin_layout Plain Layout
30109
30110 "
30111 \end_layout
30112
30113 \end_inset
30114
30115 addtoreset
30116 \end_layout
30117
30118 \end_inset
30119
30120
30121 \begin_inset Newline newline
30122 \end_inset
30123
30124 bzw.
30125 \begin_inset Newline newline
30126 \end_inset
30127
30128
30129 \series bold
30130
30131 \backslash
30132 @addtoreset{equation}{section}
30133 \end_layout
30134
30135 \begin_layout Standard
30136 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30137 \begin_inset Quotes gld
30138 \end_inset
30139
30140 @
30141 \begin_inset Quotes grd
30142 \end_inset
30143
30144  Zeichen für LaTeX mit dem Befehl 
30145 \series bold
30146
30147 \backslash
30148 makeatletter
30149 \series default
30150  
30151 \begin_inset Quotes gld
30152 \end_inset
30153
30154 aktiv
30155 \begin_inset Quotes grd
30156 \end_inset
30157
30158  gemacht werden.
30159  Der Befehl 
30160 \series bold
30161
30162 \backslash
30163 makeatother
30164 \series default
30165  macht dies wieder rückgängig.
30166  Daher ist die Befehlssequenz im TeX-Modus:
30167 \end_layout
30168
30169 \begin_layout Standard
30170
30171 \series bold
30172
30173 \backslash
30174 makeatletter
30175 \begin_inset Newline newline
30176 \end_inset
30177
30178
30179 \backslash
30180 @addtoreset{equation}{section}
30181 \begin_inset Newline newline
30182 \end_inset
30183
30184
30185 \backslash
30186 makeatother
30187 \end_layout
30188
30189 \begin_layout Standard
30190 Im LaTeX-Vorspann können 
30191 \series bold
30192
30193 \backslash
30194 makeatletter
30195 \series default
30196  und 
30197 \series bold
30198
30199 \backslash
30200 makeatother
30201 \series default
30202  weggelassen werden, da LyX sie automatisch intern einfügt.
30203 \end_layout
30204
30205 \begin_layout Standard
30206 Um 
30207 \series bold
30208
30209 \backslash
30210 @addtoreset
30211 \series default
30212  rückgängig zu machen, muss die Datei 
30213 \series bold
30214 remreset.sty
30215 \series default
30216
30217 \begin_inset Foot
30218 status collapsed
30219
30220 \begin_layout Plain Layout
30221
30222 \series bold
30223 remreset
30224 \series default
30225  ist Teil des LaTeX-Paketes 
30226 \series bold
30227 carlisle
30228 \series default
30229
30230 \begin_inset Index
30231 status collapsed
30232
30233 \begin_layout Plain Layout
30234 Pakete ! carlisle
30235 \end_layout
30236
30237 \end_inset
30238
30239 , das Teil jeder LaTeX-Standardinstallation ist.
30240 \end_layout
30241
30242 \end_inset
30243
30244
30245 \begin_inset Index
30246 status collapsed
30247
30248 \begin_layout Plain Layout
30249 Pakete ! remreset
30250 \end_layout
30251
30252 \end_inset
30253
30254  im LaTeX-Vorspann mit der Zeile
30255 \end_layout
30256
30257 \begin_layout Standard
30258
30259 \series bold
30260
30261 \backslash
30262 usepackage{remreset}
30263 \end_layout
30264
30265 \begin_layout Standard
30266 geladen werden.
30267  Dann kann der Befehl 
30268 \series bold
30269
30270 \backslash
30271 @removefromreset
30272 \series default
30273
30274 \begin_inset Index
30275 status collapsed
30276
30277 \begin_layout Plain Layout
30278 Befehle ! 
30279 \begin_inset ERT
30280 status collapsed
30281
30282 \begin_layout Plain Layout
30283
30284 "
30285 \end_layout
30286
30287 \end_inset
30288
30289 @
30290 \begin_inset ERT
30291 status collapsed
30292
30293 \begin_layout Plain Layout
30294
30295 "
30296 \end_layout
30297
30298 \end_inset
30299
30300  ! 
30301 \backslash
30302
30303 \begin_inset ERT
30304 status collapsed
30305
30306 \begin_layout Plain Layout
30307
30308 "
30309 \end_layout
30310
30311 \end_inset
30312
30313 @
30314 \begin_inset ERT
30315 status collapsed
30316
30317 \begin_layout Plain Layout
30318
30319 "
30320 \end_layout
30321
30322 \end_inset
30323
30324 removefromreset
30325 \end_layout
30326
30327 \end_inset
30328
30329  mit dem selben Schema wie 
30330 \series bold
30331
30332 \backslash
30333 @addtoreset
30334 \series default
30335  benutzt werden.
30336 \end_layout
30337
30338 \begin_layout Standard
30339 \begin_inset VSpace bigskip
30340 \end_inset
30341
30342 Oftmals möchte man Formeln in folgender Art nummerieren:
30343 \end_layout
30344
30345 \begin_layout Standard
30346
30347 \family typewriter
30348 (Kapitelnummer.Formelnummer)
30349 \end_layout
30350
30351 \begin_layout Standard
30352 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30353 \end_layout
30354
30355 \begin_layout Standard
30356 Für diesen Fall gibt es den Befehl 
30357 \series bold
30358
30359 \backslash
30360 numberwithin
30361 \series default
30362
30363 \begin_inset Index
30364 status collapsed
30365
30366 \begin_layout Plain Layout
30367 Befehle ! N ! 
30368 \backslash
30369 numberwithin
30370 \end_layout
30371
30372 \end_inset
30373
30374 , der nach folgendem Schema benutzt wird:
30375 \end_layout
30376
30377 \begin_layout Standard
30378
30379 \series bold
30380
30381 \backslash
30382 numberwithin{Zähler}{Gliederung}
30383 \end_layout
30384
30385 \begin_layout Standard
30386 Zähler gibt an, welche Nummerierung betroffen ist.
30387  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30388 \end_layout
30389
30390 \begin_layout Standard
30391 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder ERT-zeile
30392  ein:
30393 \end_layout
30394
30395 \begin_layout Standard
30396
30397 \series bold
30398
30399 \backslash
30400 numberwithin{equation}{section}
30401 \end_layout
30402
30403 \begin_layout Standard
30404 Das ist das Ergebnis:
30405 \begin_inset ERT
30406 status collapsed
30407
30408 \begin_layout Plain Layout
30409
30410
30411 \backslash
30412 numberwithin{equation}{section}
30413 \end_layout
30414
30415 \end_inset
30416
30417
30418 \begin_inset Formula \begin{equation}
30419 A+B=C\end{equation}
30420
30421 \end_inset
30422
30423
30424 \end_layout
30425
30426 \begin_layout Standard
30427 Möchte man z.
30428 \begin_inset Space \thinspace{}
30429 \end_inset
30430
30431 B.
30432  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
30433  gibt man 
30434 \series bold
30435
30436 \backslash
30437 numberwithin{table}{part}
30438 \series default
30439  ein.
30440 \end_layout
30441
30442 \begin_layout Standard
30443 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
30444 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
30445  folgenden Befehl als ERT oder als LaTeX-Vorspannzeile ein:
30446 \end_layout
30447
30448 \begin_layout Standard
30449
30450 \series bold
30451
30452 \backslash
30453 renewcommand{
30454 \backslash
30455 theequation}{
30456 \backslash
30457 arabic{equation}}
30458 \begin_inset Index
30459 status collapsed
30460
30461 \begin_layout Plain Layout
30462 Befehle ! A ! 
30463 \backslash
30464 arabic
30465 \end_layout
30466
30467 \end_inset
30468
30469
30470 \series default
30471
30472 \begin_inset ERT
30473 status collapsed
30474
30475 \begin_layout Plain Layout
30476
30477
30478 \backslash
30479 renewcommand{
30480 \backslash
30481 theequation}{
30482 \backslash
30483 arabic{equation}}
30484 \end_layout
30485
30486 \end_inset
30487
30488
30489 \series bold
30490
30491 \begin_inset Newline newline
30492 \end_inset
30493
30494
30495 \series default
30496 bzw.
30497 \series bold
30498
30499 \begin_inset Newline newline
30500 \end_inset
30501
30502
30503 \backslash
30504 renewcommand{
30505 \backslash
30506 thetable}{
30507 \backslash
30508 arabic{table}}
30509 \end_layout
30510
30511 \begin_layout Standard
30512
30513 \series bold
30514
30515 \backslash
30516 numberwithin
30517 \series default
30518  benutzt intern den oben beschriebenen Befehl 
30519 \series bold
30520
30521 \backslash
30522 @addtoreset
30523 \series default
30524 , der ebenfalls rückgängig gemacht werden muss.
30525 \begin_inset ERT
30526 status collapsed
30527
30528 \begin_layout Plain Layout
30529
30530
30531 \backslash
30532 makeatletter
30533 \end_layout
30534
30535 \begin_layout Plain Layout
30536
30537
30538 \backslash
30539 @removefromreset{equation}{section}
30540 \end_layout
30541
30542 \begin_layout Plain Layout
30543
30544
30545 \backslash
30546 makeatother
30547 \end_layout
30548
30549 \end_inset
30550
30551
30552 \end_layout
30553
30554 \begin_layout Subsection
30555 Nummerierung mit römischen Zahlen und Buchstaben
30556 \begin_inset CommandInset label
30557 LatexCommand label
30558 name "sub:Nummerierung-mit-römischen"
30559
30560 \end_inset
30561
30562
30563 \begin_inset Index
30564 status collapsed
30565
30566 \begin_layout Plain Layout
30567 Formelnummerierung ! mit Buchstaben
30568 \end_layout
30569
30570 \end_inset
30571
30572
30573 \begin_inset Index
30574 status collapsed
30575
30576 \begin_layout Plain Layout
30577 Formelnummerierung ! mit römischen Zahlen
30578 \end_layout
30579
30580 \end_inset
30581
30582
30583 \end_layout
30584
30585 \begin_layout Standard
30586 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
30587  werden.
30588  Um z.
30589 \begin_inset Space \thinspace{}
30590 \end_inset
30591
30592 B.
30593  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
30594  TeX-Modus den Befehl
30595 \end_layout
30596
30597 \begin_layout Standard
30598
30599 \series bold
30600
30601 \backslash
30602 renewcommand{
30603 \backslash
30604 theequation}{
30605 \backslash
30606 roman{equation}}
30607 \end_layout
30608
30609 \begin_layout Standard
30610 ein.
30611  
30612 \series bold
30613
30614 \backslash
30615 renewcommand
30616 \series default
30617
30618 \begin_inset Index
30619 status collapsed
30620
30621 \begin_layout Plain Layout
30622 Befehle ! R ! 
30623 \backslash
30624 renewcommand
30625 \end_layout
30626
30627 \end_inset
30628
30629  weist dem vordefinierten Befehl 
30630 \series bold
30631
30632 \backslash
30633 theequation
30634 \series default
30635  den Befehl
30636 \begin_inset Newline linebreak
30637 \end_inset
30638
30639
30640 \series bold
30641
30642 \backslash
30643 roman{equation}
30644 \series default
30645  zu
30646 \begin_inset Foot
30647 status collapsed
30648
30649 \begin_layout Plain Layout
30650 Der Befehl 
30651 \series bold
30652
30653 \backslash
30654 renewcommand
30655 \series default
30656  besitzt dasselbe Schema wie der in 
30657 \begin_inset CommandInset ref
30658 LatexCommand ref
30659 reference "sec:Benutzerdefinierte-Befehle"
30660
30661 \end_inset
30662
30663  beschriebene Befehl
30664 \begin_inset Newline newline
30665 \end_inset
30666
30667
30668 \series bold
30669
30670 \backslash
30671 newcommand
30672 \series default
30673 .
30674 \end_layout
30675
30676 \end_inset
30677
30678 .
30679  
30680 \series bold
30681 equation
30682 \series default
30683  ist der Formelzähler.
30684  Stellt man einem Zähler den Befehl 
30685 \series bold
30686
30687 \backslash
30688 the
30689 \series default
30690  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
30691  wird.
30692  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
30693  
30694 \series bold
30695
30696 \backslash
30697 theequation
30698 \series default
30699  hinter die Formel.
30700  
30701 \series bold
30702
30703 \backslash
30704 roman{equation}
30705 \begin_inset Index
30706 status collapsed
30707
30708 \begin_layout Plain Layout
30709 Befehle ! R ! 
30710 \backslash
30711 roman
30712 \end_layout
30713
30714 \end_inset
30715
30716
30717 \series default
30718  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
30719 \end_layout
30720
30721 \begin_layout Standard
30722 Alle Formeln nach dem 
30723 \series bold
30724
30725 \backslash
30726 renewcommand
30727 \series default
30728 -Befehl werden nun römisch nummeriert.
30729  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
30730  den Befehl erneut ein, ersetzt aber 
30731 \series bold
30732
30733 \backslash
30734 roman
30735 \series default
30736  durch 
30737 \series bold
30738
30739 \backslash
30740 Roman
30741 \series default
30742
30743 \begin_inset Index
30744 status collapsed
30745
30746 \begin_layout Plain Layout
30747 Befehle ! R ! 
30748 \backslash
30749 roman@
30750 \backslash
30751 Roman
30752 \end_layout
30753
30754 \end_inset
30755
30756 .
30757  Für die 
30758 \begin_inset Quotes gld
30759 \end_inset
30760
30761 Nummerierung
30762 \begin_inset Quotes grd
30763 \end_inset
30764
30765  mit lateinischen Buchstaben gibt es den Befehl 
30766 \series bold
30767
30768 \backslash
30769 alph
30770 \series default
30771
30772 \begin_inset Index
30773 status collapsed
30774
30775 \begin_layout Plain Layout
30776 Befehle ! A ! 
30777 \backslash
30778 alph
30779 \end_layout
30780
30781 \end_inset
30782
30783  für kleine und 
30784 \series bold
30785
30786 \backslash
30787 Alph
30788 \series default
30789
30790 \begin_inset Index
30791 status collapsed
30792
30793 \begin_layout Plain Layout
30794 Befehle ! A ! 
30795 \backslash
30796 alph@
30797 \backslash
30798 Alph
30799 \end_layout
30800
30801 \end_inset
30802
30803  für große Buchstaben.
30804 \end_layout
30805
30806 \begin_layout Standard
30807 \begin_inset Note Greyedout
30808 status open
30809
30810 \begin_layout Plain Layout
30811
30812 \series bold
30813 Achtung:
30814 \series default
30815  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
30816  nummeriert werden.
30817 \end_layout
30818
30819 \end_inset
30820
30821
30822 \end_layout
30823
30824 \begin_layout Standard
30825 \begin_inset ERT
30826 status collapsed
30827
30828 \begin_layout Plain Layout
30829
30830
30831 \backslash
30832 renewcommand{
30833 \backslash
30834 theequation}{
30835 \backslash
30836 roman{equation}}
30837 \end_layout
30838
30839 \end_inset
30840
30841
30842 \end_layout
30843
30844 \begin_layout Standard
30845 \begin_inset Formula \begin{equation}
30846 A=\textrm{römisch}\label{eq:roem}\end{equation}
30847
30848 \end_inset
30849
30850
30851 \begin_inset ERT
30852 status collapsed
30853
30854 \begin_layout Plain Layout
30855
30856
30857 \backslash
30858 renewcommand{
30859 \backslash
30860 theequation}{
30861 \backslash
30862 Roman{equation}}
30863 \end_layout
30864
30865 \end_inset
30866
30867
30868 \begin_inset Formula \begin{equation}
30869 B=\textrm{Römisch}\label{eq:Roem}\end{equation}
30870
30871 \end_inset
30872
30873
30874 \begin_inset ERT
30875 status collapsed
30876
30877 \begin_layout Plain Layout
30878
30879
30880 \backslash
30881 renewcommand{
30882 \backslash
30883 theequation}{
30884 \backslash
30885 alph{equation}}
30886 \end_layout
30887
30888 \end_inset
30889
30890
30891 \begin_inset Formula \begin{equation}
30892 C=\textrm{lateinisch}\label{eq:lat}\end{equation}
30893
30894 \end_inset
30895
30896
30897 \begin_inset ERT
30898 status collapsed
30899
30900 \begin_layout Plain Layout
30901
30902
30903 \backslash
30904 renewcommand{
30905 \backslash
30906 theequation}{
30907 \backslash
30908 Alph{equation}}
30909 \end_layout
30910
30911 \end_inset
30912
30913
30914 \begin_inset Formula \begin{equation}
30915 D=\textrm{Lateinisch}\label{eq:Lat}\end{equation}
30916
30917 \end_inset
30918
30919
30920 \end_layout
30921
30922 \begin_layout Standard
30923 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
30924  ein:
30925 \end_layout
30926
30927 \begin_layout Standard
30928
30929 \series bold
30930
30931 \backslash
30932 renewcommand{
30933 \backslash
30934 theequation}{
30935 \backslash
30936 arabic{equation}}
30937 \begin_inset Index
30938 status collapsed
30939
30940 \begin_layout Plain Layout
30941 Befehle ! A ! 
30942 \backslash
30943 arabic
30944 \end_layout
30945
30946 \end_inset
30947
30948
30949 \end_layout
30950
30951 \begin_layout Standard
30952 \begin_inset ERT
30953 status collapsed
30954
30955 \begin_layout Plain Layout
30956
30957
30958 \backslash
30959 renewcommand{
30960 \backslash
30961 theequation}{
30962 \backslash
30963 arabic{equation}}
30964 \end_layout
30965
30966 \end_inset
30967
30968
30969 \begin_inset Formula \begin{equation}
30970 E=\textrm{arabisch}\label{eq:arab}\end{equation}
30971
30972 \end_inset
30973
30974
30975 \end_layout
30976
30977 \begin_layout Standard
30978 \begin_inset VSpace medskip
30979 \end_inset
30980
30981 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
30982 riert.
30983  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
30984  beginnen, müssen neue Formelzähler angelegt werden.
30985  Eine Beschreibung dazu findet man in der Datei 
30986 \begin_inset CommandInset href
30987 LatexCommand href
30988 target "Formelnummerierung.lyx"
30989
30990 \end_inset
30991
30992 .
30993 \end_layout
30994
30995 \begin_layout Section
30996 Benutzerdefinierte Befehle
30997 \begin_inset CommandInset label
30998 LatexCommand label
30999 name "sec:Benutzerdefinierte-Befehle"
31000
31001 \end_inset
31002
31003
31004 \begin_inset Index
31005 status collapsed
31006
31007 \begin_layout Plain Layout
31008 benutzerdefinierte Befehle
31009 \end_layout
31010
31011 \end_inset
31012
31013
31014 \end_layout
31015
31016 \begin_layout Standard
31017 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
31018  Man kann sich aber mit dem Befehl 
31019 \series bold
31020
31021 \backslash
31022 newcommand
31023 \series default
31024
31025 \begin_inset Index
31026 status collapsed
31027
31028 \begin_layout Plain Layout
31029 Befehle ! N ! 
31030 \backslash
31031 newcommand
31032 \end_layout
31033
31034 \end_inset
31035
31036  neue kürzere Befehle definieren.
31037 \end_layout
31038
31039 \begin_layout Standard
31040 Das Befehlsschema von 
31041 \series bold
31042
31043 \backslash
31044 newcommand
31045 \series default
31046  lautet:
31047 \end_layout
31048
31049 \begin_layout Standard
31050
31051 \series bold
31052
31053 \backslash
31054 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
31055 \series default
31056  
31057 \series bold
31058 Wert]
31059 \begin_inset Newline newline
31060 \end_inset
31061
31062
31063 \begin_inset ERT
31064 status collapsed
31065
31066 \begin_layout Plain Layout
31067
31068
31069 \backslash
31070 phantom{
31071 \end_layout
31072
31073 \end_inset
31074
31075
31076 \backslash
31077 newcommand
31078 \begin_inset ERT
31079 status collapsed
31080
31081 \begin_layout Plain Layout
31082
31083 }
31084 \end_layout
31085
31086 \end_inset
31087
31088 {Befehlsdefinition}
31089 \end_layout
31090
31091 \begin_layout Standard
31092 \begin_inset Note Greyedout
31093 status open
31094
31095 \begin_layout Plain Layout
31096
31097 \series bold
31098 Achtung:
31099 \series default
31100  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
31101  oder von benutzten LaTeX-Paketen verwendet wird.
31102  Definiert man beispielsweise für 
31103 \series bold
31104
31105 \backslash
31106 Leftarrow
31107 \series default
31108  den Befehl 
31109 \series bold
31110
31111 \backslash
31112 le
31113 \series default
31114 , erhält man eine Fehlermeldung, denn 
31115 \series bold
31116
31117 \backslash
31118 le
31119 \series default
31120  ist schon für 
31121 \begin_inset Quotes gld
31122 \end_inset
31123
31124
31125 \begin_inset Formula $\le$
31126 \end_inset
31127
31128
31129 \begin_inset Quotes grd
31130 \end_inset
31131
31132  definiert.
31133 \end_layout
31134
31135 \end_inset
31136
31137
31138 \end_layout
31139
31140 \begin_layout Standard
31141 \begin_inset Note Greyedout
31142 status open
31143
31144 \begin_layout Plain Layout
31145
31146 \series bold
31147 Achtung: 
31148 \series default
31149 Die Namen von selbst definierten Befehlen dürfen nur aus lateinischen Buchstaben
31150  bestehen.
31151 \end_layout
31152
31153 \end_inset
31154
31155
31156 \end_layout
31157
31158 \begin_layout Standard
31159 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
31160 \begin_inset Space \thinspace{}
31161 \end_inset
31162
31163 -
31164 \begin_inset Space \thinspace{}
31165 \end_inset
31166
31167 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
31168  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
31169  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
31170 \emph on
31171 erste
31172 \emph default
31173  Argument des neuen Befehls ein optionales ist.
31174 \end_layout
31175
31176 \begin_layout Standard
31177 Es folgen einige Beispiele:
31178 \end_layout
31179
31180 \begin_layout Itemize
31181 Will man für 
31182 \series bold
31183
31184 \backslash
31185 Longrightarrow
31186 \series default
31187  den Befehl 
31188 \series bold
31189
31190 \backslash
31191 gr
31192 \series default
31193  definieren, lautet die LaTeX-Vor\SpecialChar \-
31194 spannzeile:
31195 \begin_inset ERT
31196 status collapsed
31197
31198 \begin_layout Plain Layout
31199
31200
31201 \backslash
31202 medskip
31203 \end_layout
31204
31205 \end_inset
31206
31207
31208 \series bold
31209
31210 \begin_inset Newline newline
31211 \end_inset
31212
31213
31214 \backslash
31215 newcommand{
31216 \backslash
31217 gr}{
31218 \backslash
31219 Longrightarrow}
31220 \end_layout
31221
31222 \begin_layout Itemize
31223 Um für den Befehl 
31224 \series bold
31225
31226 \backslash
31227 underline
31228 \series default
31229  den Befehl 
31230 \series bold
31231
31232 \backslash
31233 us
31234 \series default
31235  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
31236  werden.
31237  Dazu sieht die Vorspannzeile wie folgt aus:
31238 \begin_inset ERT
31239 status collapsed
31240
31241 \begin_layout Plain Layout
31242
31243
31244 \backslash
31245 medskip
31246 \end_layout
31247
31248 \end_inset
31249
31250
31251 \series bold
31252
31253 \begin_inset Newline newline
31254 \end_inset
31255
31256
31257 \backslash
31258 newcommand{
31259 \backslash
31260 us}[1]{
31261 \backslash
31262 underline{#1}}
31263 \series default
31264
31265 \begin_inset ERT
31266 status collapsed
31267
31268 \begin_layout Plain Layout
31269
31270
31271 \backslash
31272 medskip
31273 \end_layout
31274
31275 \end_inset
31276
31277
31278 \series bold
31279
31280 \begin_inset Newline newline
31281 \end_inset
31282
31283
31284 \series default
31285 Das Zeichen 
31286 \series bold
31287 #
31288 \series default
31289  fungiert als Argumentplatzhalter, die 
31290 \series bold
31291 1
31292 \series default
31293  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
31294 \end_layout
31295
31296 \begin_layout Itemize
31297 Für 
31298 \series bold
31299
31300 \backslash
31301 framebox
31302 \series default
31303  kann man z.
31304 \begin_inset Space \thinspace{}
31305 \end_inset
31306
31307 B.
31308  den Befehl 
31309 \series bold
31310
31311 \backslash
31312 fb
31313 \series default
31314  definieren:
31315 \begin_inset ERT
31316 status collapsed
31317
31318 \begin_layout Plain Layout
31319
31320
31321 \backslash
31322 medskip
31323 \end_layout
31324
31325 \end_inset
31326
31327
31328 \series bold
31329
31330 \begin_inset Newline newline
31331 \end_inset
31332
31333
31334 \backslash
31335 newcommand{
31336 \backslash
31337 fb}[3]{
31338 \backslash
31339 framebox#1#2{$#3$}}
31340 \series default
31341
31342 \begin_inset ERT
31343 status collapsed
31344
31345 \begin_layout Plain Layout
31346
31347
31348 \backslash
31349 medskip
31350 \end_layout
31351
31352 \end_inset
31353
31354
31355 \series bold
31356
31357 \begin_inset Newline newline
31358 \end_inset
31359
31360
31361 \series default
31362 Die beiden Dollarzeichen erstellen hierbei die für 
31363 \series bold
31364
31365 \backslash
31366 framebox
31367 \series default
31368  geforderte weitere Formel, siehe 
31369 \begin_inset CommandInset ref
31370 LatexCommand ref
31371 reference "sub:Boxen-mit-Rahmen"
31372
31373 \end_inset
31374
31375 .
31376 \end_layout
31377
31378 \begin_layout Itemize
31379 Um einen neuen Befehl für 
31380 \series bold
31381
31382 \backslash
31383 fcolorbox
31384 \series default
31385  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
31386  definiert man das Argument für die Farbe als optional:
31387 \begin_inset ERT
31388 status collapsed
31389
31390 \begin_layout Plain Layout
31391
31392
31393 \backslash
31394 medskip
31395 \end_layout
31396
31397 \end_inset
31398
31399
31400 \series bold
31401
31402 \begin_inset Newline newline
31403 \end_inset
31404
31405
31406 \backslash
31407 newcommand{
31408 \backslash
31409 cb}[3][white]{
31410 \backslash
31411 fcolorbox{#2}{#1}{$#3$}}
31412 \series default
31413
31414 \begin_inset ERT
31415 status collapsed
31416
31417 \begin_layout Plain Layout
31418
31419
31420 \backslash
31421 medskip
31422 \end_layout
31423
31424 \end_inset
31425
31426
31427 \begin_inset Newline newline
31428 \end_inset
31429
31430 Gibt man bei der Verwendung von 
31431 \series bold
31432
31433 \backslash
31434 cb
31435 \series default
31436  die Farbe nicht an, wird die voreingestellte Farbe 
31437 \series bold
31438 white
31439 \series default
31440  verwendet.
31441 \begin_inset Newpage pagebreak
31442 \end_inset
31443
31444
31445 \end_layout
31446
31447 \begin_layout Standard
31448 Ein Test der neu definierten Befehle:
31449 \end_layout
31450
31451 \begin_layout Standard
31452 \align center
31453 \begin_inset Tabular
31454 <lyxtabular version="3" rows="6" columns="2">
31455 <features>
31456 <column alignment="center" valignment="top" width="0">
31457 <column alignment="center" valignment="top" width="0">
31458 <row>
31459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31460 \begin_inset Text
31461
31462 \begin_layout Plain Layout
31463 Befehl
31464 \end_layout
31465
31466 \end_inset
31467 </cell>
31468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31469 \begin_inset Text
31470
31471 \begin_layout Plain Layout
31472 Ergebnis
31473 \begin_inset Note Note
31474 status collapsed
31475
31476 \begin_layout Plain Layout
31477
31478 \series bold
31479
31480 \backslash
31481 raisebox
31482 \series default
31483  dient nur als Abstandhalter.
31484 \end_layout
31485
31486 \end_inset
31487
31488
31489 \end_layout
31490
31491 \end_inset
31492 </cell>
31493 </row>
31494 <row>
31495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31496 \begin_inset Text
31497
31498 \begin_layout Plain Layout
31499 A
31500 \backslash
31501 gr
31502 \begin_inset ERT
31503 status collapsed
31504
31505 \begin_layout Plain Layout
31506
31507
31508 \backslash
31509 leer 
31510 \end_layout
31511
31512 \end_inset
31513
31514 B
31515 \end_layout
31516
31517 \end_inset
31518 </cell>
31519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31520 \begin_inset Text
31521
31522 \begin_layout Plain Layout
31523 \begin_inset Formula $A\gr  B$
31524 \end_inset
31525
31526
31527 \end_layout
31528
31529 \end_inset
31530 </cell>
31531 </row>
31532 <row>
31533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31534 \begin_inset Text
31535
31536 \begin_layout Plain Layout
31537
31538 \backslash
31539 us{ABcd
31540 \end_layout
31541
31542 \end_inset
31543 </cell>
31544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31545 \begin_inset Text
31546
31547 \begin_layout Plain Layout
31548 \begin_inset Formula $\raisebox {4.5mm}{}\us {ABcd}\raisebox {-2mm}{}$
31549 \end_inset
31550
31551
31552 \end_layout
31553
31554 \end_inset
31555 </cell>
31556 </row>
31557 <row>
31558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31559 \begin_inset Text
31560
31561 \begin_layout Plain Layout
31562
31563 \backslash
31564 fb{[2cm]
31565 \begin_inset Formula $\to$
31566 \end_inset
31567
31568
31569 \backslash
31570 {
31571 \begin_inset Formula $\to$
31572 \end_inset
31573
31574
31575 \backslash
31576 {
31577 \backslash
31578 int
31579 \begin_inset ERT
31580 status collapsed
31581
31582 \begin_layout Plain Layout
31583
31584
31585 \backslash
31586 leer 
31587 \end_layout
31588
31589 \end_inset
31590
31591 A=B
31592 \end_layout
31593
31594 \end_inset
31595 </cell>
31596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31597 \begin_inset Text
31598
31599 \begin_layout Plain Layout
31600 \begin_inset Formula $\raisebox {6mm}{}\fb {[2cm]}{}{\int A=B}\raisebox {-4mm}{}$
31601 \end_inset
31602
31603
31604 \end_layout
31605
31606 \end_inset
31607 </cell>
31608 </row>
31609 <row>
31610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31611 \begin_inset Text
31612
31613 \begin_layout Plain Layout
31614
31615 \backslash
31616 cb{red
31617 \begin_inset Formula $\to$
31618 \end_inset
31619
31620
31621 \backslash
31622 {
31623 \backslash
31624 int
31625 \begin_inset ERT
31626 status collapsed
31627
31628 \begin_layout Plain Layout
31629
31630
31631 \backslash
31632 leer 
31633 \end_layout
31634
31635 \end_inset
31636
31637 A=B
31638 \end_layout
31639
31640 \end_inset
31641 </cell>
31642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31643 \begin_inset Text
31644
31645 \begin_layout Plain Layout
31646 \begin_inset Formula $\raisebox {6mm}{}\cb {red}{\int A=B}\raisebox {-4mm}{}$
31647 \end_inset
31648
31649
31650 \end_layout
31651
31652 \end_inset
31653 </cell>
31654 </row>
31655 <row>
31656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31657 \begin_inset Text
31658
31659 \begin_layout Plain Layout
31660
31661 \backslash
31662 cb[green]
31663 \backslash
31664 {red
31665 \begin_inset Formula $\to$
31666 \end_inset
31667
31668
31669 \backslash
31670 {
31671 \backslash
31672 int
31673 \begin_inset ERT
31674 status collapsed
31675
31676 \begin_layout Plain Layout
31677
31678
31679 \backslash
31680 leer 
31681 \end_layout
31682
31683 \end_inset
31684
31685 A=B
31686 \end_layout
31687
31688 \end_inset
31689 </cell>
31690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31691 \begin_inset Text
31692
31693 \begin_layout Plain Layout
31694 \begin_inset Formula $\raisebox {6mm}{}\cb [green]{red}{\int A=B}\raisebox {-4mm}{}$
31695 \end_inset
31696
31697
31698 \end_layout
31699
31700 \end_inset
31701 </cell>
31702 </row>
31703 </lyxtabular>
31704
31705 \end_inset
31706
31707
31708 \end_layout
31709
31710 \begin_layout Section
31711 Diagramme
31712 \begin_inset Index
31713 status collapsed
31714
31715 \begin_layout Plain Layout
31716 Diagramme
31717 \end_layout
31718
31719 \end_inset
31720
31721
31722 \end_layout
31723
31724 \begin_layout Standard
31725 Um Diagramme zu erstellen, wird das LaTeX-Paket 
31726 \series bold
31727 amscd
31728 \begin_inset Foot
31729 status collapsed
31730
31731 \begin_layout Plain Layout
31732
31733 \series bold
31734 amscd
31735 \series default
31736  ist Teil jeder LaTeX-Standardinstallation.
31737 \end_layout
31738
31739 \end_inset
31740
31741
31742 \series default
31743
31744 \begin_inset Index
31745 status collapsed
31746
31747 \begin_layout Plain Layout
31748 Pakete ! amscd
31749 \end_layout
31750
31751 \end_inset
31752
31753  benötigt.
31754  Es wird im LaTeX-Vorspann mit der Zeile
31755 \end_layout
31756
31757 \begin_layout Standard
31758
31759 \series bold
31760
31761 \backslash
31762 usepackage{amscd}
31763 \end_layout
31764
31765 \begin_layout Standard
31766 geladen.
31767 \end_layout
31768
31769 \begin_layout Standard
31770 Diagramme stellen Beziehungen dar und sehen folgendermaßen aus:
31771 \begin_inset Formula \[
31772 \begin{CD}A@>>>B@>>>C\\
31773 @AAA@.@VVV\\
31774 F@<<<E@<<<D\end{CD}\]
31775
31776 \end_inset
31777
31778
31779 \end_layout
31780
31781 \begin_layout Standard
31782 Um sie zu erstellen, gibt man in einer Formel den Befehl 
31783 \series bold
31784
31785 \backslash
31786 CD
31787 \begin_inset Index
31788 status collapsed
31789
31790 \begin_layout Plain Layout
31791 Befehle ! C ! 
31792 \backslash
31793 CD
31794 \end_layout
31795
31796 \end_inset
31797
31798
31799 \series default
31800  ein.
31801  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
31802  man die weiteren Befehle eingibt.
31803  Mit 
31804 \series bold
31805
31806 \begin_inset ERT
31807 status collapsed
31808
31809 \begin_layout Plain Layout
31810
31811
31812 \backslash
31813 mbox{
31814 \end_layout
31815
31816 \end_inset
31817
31818
31819 \family sans
31820 \series default
31821 Strg-Enter
31822 \family default
31823 \series bold
31824
31825 \begin_inset ERT
31826 status collapsed
31827
31828 \begin_layout Plain Layout
31829
31830 }
31831 \end_layout
31832
31833 \end_inset
31834
31835
31836 \series default
31837  wird eine neue Zeile erstellt.
31838  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
31839  Zeilen der Formel eingegeben.
31840 \end_layout
31841
31842 \begin_layout Standard
31843 Zum Erstellen der Beziehungen gibt es folgende Befehle:
31844 \end_layout
31845
31846 \begin_layout Itemize
31847
31848 \series bold
31849 @<<<
31850 \series default
31851  erstellt einen Linkspfeil, 
31852 \series bold
31853 @>>>
31854 \series default
31855  einen Rechtspfeil und 
31856 \series bold
31857 @=
31858 \series default
31859  ein langes Gleichheitszeichen
31860 \end_layout
31861
31862 \begin_layout Itemize
31863
31864 \series bold
31865 @AAA
31866 \series default
31867  erstellt einen Pfeil nach oben, 
31868 \series bold
31869 @VVV
31870 \series default
31871  einen Pfeil nach unten und 
31872 \series bold
31873 @|
31874 \series default
31875  ein senkrechtes Gleichheitszeichen
31876 \end_layout
31877
31878 \begin_layout Itemize
31879
31880 \series bold
31881 @.
31882
31883 \series default
31884  dient als Platzhalter für nicht vorhandene Beziehungen
31885 \end_layout
31886
31887 \begin_layout Standard
31888 Alle Pfeile sind wie folgt beschriftbar:
31889 \end_layout
31890
31891 \begin_layout Itemize
31892 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
31893  > Text eingegeben, erscheint er über dem Pfeil.
31894  Wird der Text zwischen dem zweiten und dritten < bzw.
31895  > eingegeben, erscheint er unter dem Pfeil.
31896 \end_layout
31897
31898 \begin_layout Itemize
31899 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
31900  V eingegeben, erscheint er links neben dem Pfeil.
31901  Bei Eingabe zwischen zweitem und drittem A bzw.
31902  V erscheint er rechts daneben.
31903  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
31904  gesetzt werden.
31905 \end_layout
31906
31907 \begin_layout Standard
31908 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
31909 \end_layout
31910
31911 \begin_layout Standard
31912 \begin_inset Formula \[
31913 \begin{CD}A@>j>>B@>>k>C@=F\\
31914 @AmAA@.@VV{V}V@|\\
31915 D@<<j<E@>k>>F@=C\end{CD}\]
31916
31917 \end_inset
31918
31919
31920 \end_layout
31921
31922 \begin_layout Standard
31923 Der Befehl dazu lautet:
31924 \begin_inset Newline newline
31925 \end_inset
31926
31927
31928 \series bold
31929
31930 \backslash
31931 CD
31932 \begin_inset ERT
31933 status collapsed
31934
31935 \begin_layout Plain Layout
31936
31937
31938 \backslash
31939 leer 
31940 \end_layout
31941
31942 \end_inset
31943
31944 A@>j>>B@>>k>C@=F Strg-Enter
31945 \begin_inset Newline newline
31946 \end_inset
31947
31948
31949 \begin_inset ERT
31950 status collapsed
31951
31952 \begin_layout Plain Layout
31953
31954
31955 \backslash
31956 hphantom{
31957 \end_layout
31958
31959 \end_inset
31960
31961
31962 \backslash
31963 CD
31964 \begin_inset ERT
31965 status collapsed
31966
31967 \begin_layout Plain Layout
31968
31969
31970 \backslash
31971 leer 
31972 \end_layout
31973
31974 \end_inset
31975
31976
31977 \begin_inset ERT
31978 status collapsed
31979
31980 \begin_layout Plain Layout
31981
31982 }
31983 \end_layout
31984
31985 \end_inset
31986
31987 @AmAA@.@VV
31988 \backslash
31989 {V
31990 \series default
31991
31992 \begin_inset Formula $\to$
31993 \end_inset
31994
31995
31996 \series bold
31997 V@| Strg-Enter
31998 \begin_inset Newline newline
31999 \end_inset
32000
32001
32002 \begin_inset ERT
32003 status collapsed
32004
32005 \begin_layout Plain Layout
32006
32007
32008 \backslash
32009 hphantom{
32010 \end_layout
32011
32012 \end_inset
32013
32014
32015 \backslash
32016 CD
32017 \begin_inset ERT
32018 status collapsed
32019
32020 \begin_layout Plain Layout
32021
32022
32023 \backslash
32024 leer 
32025 \end_layout
32026
32027 \end_inset
32028
32029
32030 \begin_inset ERT
32031 status collapsed
32032
32033 \begin_layout Plain Layout
32034
32035 }
32036 \end_layout
32037
32038 \end_inset
32039
32040 D@<<j<E@>k>>F@=C
32041 \end_layout
32042
32043 \begin_layout Standard
32044 \begin_inset Newpage newpage
32045 \end_inset
32046
32047
32048 \end_layout
32049
32050 \begin_layout Section
32051 Tipps
32052 \begin_inset ERT
32053 status collapsed
32054
32055 \begin_layout Plain Layout
32056
32057
32058 \backslash
32059 texorpdfstring{
32060 \end_layout
32061
32062 \end_inset
32063
32064
32065 \begin_inset Foot
32066 status collapsed
32067
32068 \begin_layout Plain Layout
32069 Weitere gute Tipps gibt es unter 
32070 \begin_inset CommandInset citation
32071 LatexCommand cite
32072 key "Voss"
32073
32074 \end_inset
32075
32076 .
32077 \end_layout
32078
32079 \end_inset
32080
32081
32082 \begin_inset ERT
32083 status collapsed
32084
32085 \begin_layout Plain Layout
32086
32087 }{}
32088 \end_layout
32089
32090 \end_inset
32091
32092
32093 \begin_inset Note Note
32094 status collapsed
32095
32096 \begin_layout Plain Layout
32097
32098 \series bold
32099
32100 \backslash
32101 texorpdfstring
32102 \series default
32103  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
32104 \end_layout
32105
32106 \begin_layout Plain Layout
32107 Näheres zu 
32108 \series bold
32109
32110 \backslash
32111 texorpdfstring
32112 \series default
32113  steht in Kapitel 
32114 \begin_inset CommandInset ref
32115 LatexCommand ref
32116 reference "sub:Formeln-in-Überschriften"
32117
32118 \end_inset
32119
32120 .
32121 \end_layout
32122
32123 \end_inset
32124
32125
32126 \begin_inset Index
32127 status collapsed
32128
32129 \begin_layout Plain Layout
32130 Tipps
32131 \end_layout
32132
32133 \end_inset
32134
32135
32136 \begin_inset Index
32137 status collapsed
32138
32139 \begin_layout Plain Layout
32140 Ionen|see
32141 \begin_inset ERT
32142 status collapsed
32143
32144 \begin_layout Plain Layout
32145
32146 {
32147 \end_layout
32148
32149 \end_inset
32150
32151 chemische Zeichen
32152 \begin_inset ERT
32153 status collapsed
32154
32155 \begin_layout Plain Layout
32156
32157 }
32158 \end_layout
32159
32160 \end_inset
32161
32162
32163 \end_layout
32164
32165 \end_inset
32166
32167
32168 \end_layout
32169
32170 \begin_layout Subsection
32171 Chemische Symbole und Reaktionsgleichungen
32172 \begin_inset CommandInset label
32173 LatexCommand label
32174 name "sub:Chemische-Symbole-und"
32175
32176 \end_inset
32177
32178
32179 \begin_inset Index
32180 status collapsed
32181
32182 \begin_layout Plain Layout
32183 chemische Zeichen ! Symbole
32184 \end_layout
32185
32186 \end_inset
32187
32188
32189 \begin_inset Index
32190 status collapsed
32191
32192 \begin_layout Plain Layout
32193 Reaktionsgleichungen
32194 \end_layout
32195
32196 \end_inset
32197
32198
32199 \begin_inset Index
32200 status collapsed
32201
32202 \begin_layout Plain Layout
32203 Symbole ! chemische
32204 \end_layout
32205
32206 \end_inset
32207
32208
32209 \end_layout
32210
32211 \begin_layout Standard
32212 Ein Beispieltext aus der Chemie:
32213 \end_layout
32214
32215 \begin_layout Quote
32216 Das 
32217 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32218 \end_inset
32219
32220 -Ion verbindet sich mit zwei 
32221 \begin_inset Formula $\mathrm{Na^{+}}$
32222 \end_inset
32223
32224 -Ionen zu Natriumsulfat 
32225 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32226 \end_inset
32227
32228 .
32229  Die Reaktionsgleichung dazu lautet:
32230 \begin_inset Formula \[
32231 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32232
32233 \end_inset
32234
32235
32236 \end_layout
32237
32238 \begin_layout Standard
32239 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
32240  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
32241  in der Formel und wandelt diese mit der Tastenkombination 
32242 \family sans
32243 Alt-z
32244 \begin_inset Space ~
32245 \end_inset
32246
32247 r
32248 \family default
32249  in den aufrechten Schriftstil um.
32250 \begin_inset Foot
32251 status collapsed
32252
32253 \begin_layout Plain Layout
32254 Schriftstile siehe 
32255 \begin_inset CommandInset ref
32256 LatexCommand ref
32257 reference "sub:Schriftstile"
32258
32259 \end_inset
32260
32261
32262 \end_layout
32263
32264 \end_inset
32265
32266
32267 \end_layout
32268
32269 \begin_layout Subsection
32270 Negative Zahlen
32271 \begin_inset Index
32272 status collapsed
32273
32274 \begin_layout Plain Layout
32275 Zahlen ! negative
32276 \end_layout
32277
32278 \end_inset
32279
32280
32281 \end_layout
32282
32283 \begin_layout Standard
32284 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
32285  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
32286  dargestellt.
32287  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
32288  Minuszeichen korrekt.
32289 \end_layout
32290
32291 \begin_layout Standard
32292 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
32293  nicht mehr auf.
32294 \end_layout
32295
32296 \begin_layout Standard
32297 Ein Beispiel zur Veranschaulichung der Problematik:
32298 \end_layout
32299
32300 \begin_layout Standard
32301 \align center
32302 \begin_inset Tabular
32303 <lyxtabular version="3" rows="3" columns="2">
32304 <features>
32305 <column alignment="right" valignment="top" width="0">
32306 <column alignment="left" valignment="top" width="0">
32307 <row>
32308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32309 \begin_inset Text
32310
32311 \begin_layout Plain Layout
32312 normaler Text:
32313 \end_layout
32314
32315 \end_inset
32316 </cell>
32317 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32318 \begin_inset Text
32319
32320 \begin_layout Plain Layout
32321 x = -2
32322 \end_layout
32323
32324 \end_inset
32325 </cell>
32326 </row>
32327 <row>
32328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32329 \begin_inset Text
32330
32331 \begin_layout Plain Layout
32332 Formelmodus:
32333 \end_layout
32334
32335 \end_inset
32336 </cell>
32337 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32338 \begin_inset Text
32339
32340 \begin_layout Plain Layout
32341 \begin_inset Formula $x=-2$
32342 \end_inset
32343
32344
32345 \end_layout
32346
32347 \end_inset
32348 </cell>
32349 </row>
32350 <row>
32351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32352 \begin_inset Text
32353
32354 \begin_layout Plain Layout
32355 Lösung:
32356 \end_layout
32357
32358 \end_inset
32359 </cell>
32360 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32361 \begin_inset Text
32362
32363 \begin_layout Plain Layout
32364 \begin_inset Formula $x=\textrm{-}2$
32365 \end_inset
32366
32367
32368 \end_layout
32369
32370 \end_inset
32371 </cell>
32372 </row>
32373 </lyxtabular>
32374
32375 \end_inset
32376
32377
32378 \end_layout
32379
32380 \begin_layout Subsection
32381 Komma als Dezimaltrennzeichen
32382 \begin_inset Index
32383 status collapsed
32384
32385 \begin_layout Plain Layout
32386 Komma
32387 \end_layout
32388
32389 \end_inset
32390
32391
32392 \end_layout
32393
32394 \begin_layout Standard
32395 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
32396  als Gruppentrennzeichen.
32397  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
32398  eingefügt.
32399 \end_layout
32400
32401 \begin_layout Standard
32402 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
32403  Text um (Tastenkürzel 
32404 \family sans
32405 Alt-m
32406 \begin_inset Space ~
32407 \end_inset
32408
32409 m
32410 \family default
32411 ).
32412 \end_layout
32413
32414 \begin_layout Standard
32415 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
32416  lädt man die Datei 
32417 \series bold
32418 icomma.sty
32419 \series default
32420
32421 \begin_inset Foot
32422 status collapsed
32423
32424 \begin_layout Plain Layout
32425
32426 \series bold
32427 icomma
32428 \series default
32429  ist Teil des LaTeX-Paketes 
32430 \series bold
32431 was
32432 \series default
32433
32434 \begin_inset Index
32435 status collapsed
32436
32437 \begin_layout Plain Layout
32438 Pakete ! was
32439 \begin_inset VSpace 4mm
32440 \end_inset
32441
32442
32443 \end_layout
32444
32445 \end_inset
32446
32447 .
32448 \end_layout
32449
32450 \end_inset
32451
32452
32453 \begin_inset Index
32454 status collapsed
32455
32456 \begin_layout Plain Layout
32457 Pakete ! icomma
32458 \end_layout
32459
32460 \end_inset
32461
32462  mit der LaTeX-Vorspannzeile
32463 \end_layout
32464
32465 \begin_layout Standard
32466
32467 \series bold
32468
32469 \backslash
32470 usepackage{icomma}
32471 \end_layout
32472
32473 \begin_layout Subsection
32474 Physikalische Vektoren
32475 \begin_inset CommandInset label
32476 LatexCommand label
32477 name "sub:Physikalische-Vektoren"
32478
32479 \end_inset
32480
32481
32482 \begin_inset Index
32483 status collapsed
32484
32485 \begin_layout Plain Layout
32486 Vektoren ! physikalische
32487 \end_layout
32488
32489 \end_inset
32490
32491
32492 \end_layout
32493
32494 \begin_layout Standard
32495 Vordefinierte Vektoren bietet das LaTeX-Paket 
32496 \series bold
32497 braket
32498 \series default
32499
32500 \begin_inset Foot
32501 status collapsed
32502
32503 \begin_layout Plain Layout
32504
32505 \series bold
32506 braket
32507 \series default
32508  sollte Teil jeder LaTeX-Standardinstallation sein.
32509 \end_layout
32510
32511 \end_inset
32512
32513
32514 \begin_inset Index
32515 status collapsed
32516
32517 \begin_layout Plain Layout
32518 Pakete ! braket
32519 \end_layout
32520
32521 \end_inset
32522
32523 , das mit der LaTeX-Vorspannzeile
32524 \end_layout
32525
32526 \begin_layout Standard
32527
32528 \series bold
32529
32530 \backslash
32531 usepackage{braket}
32532 \end_layout
32533
32534 \begin_layout Standard
32535 geladen wird.
32536 \begin_inset ERT
32537 status collapsed
32538
32539 \begin_layout Plain Layout
32540
32541
32542 \backslash
32543 ifbraket 
32544 \end_layout
32545
32546 \end_inset
32547
32548
32549 \begin_inset Note Note
32550 status open
32551
32552 \begin_layout Plain Layout
32553 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
32554 \series bold
32555 braket
32556 \series default
32557  installiert ist:
32558 \end_layout
32559
32560 \end_inset
32561
32562
32563 \end_layout
32564
32565 \begin_layout Standard
32566 Folgende Befehle sind definiert:
32567 \end_layout
32568
32569 \begin_layout Standard
32570 \align center
32571 \begin_inset Tabular
32572 <lyxtabular version="3" rows="4" columns="2">
32573 <features>
32574 <column alignment="center" valignment="top" width="0">
32575 <column alignment="center" valignment="top" width="0">
32576 <row>
32577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32578 \begin_inset Text
32579
32580 \begin_layout Plain Layout
32581 Befehl
32582 \end_layout
32583
32584 \end_inset
32585 </cell>
32586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32587 \begin_inset Text
32588
32589 \begin_layout Plain Layout
32590 Ergebnis
32591 \end_layout
32592
32593 \end_inset
32594 </cell>
32595 </row>
32596 <row>
32597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32598 \begin_inset Text
32599
32600 \begin_layout Plain Layout
32601
32602 \backslash
32603 Bra{
32604 \backslash
32605 psi
32606 \end_layout
32607
32608 \end_inset
32609 </cell>
32610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32611 \begin_inset Text
32612
32613 \begin_layout Plain Layout
32614 \begin_inset Formula $\Bra {\psi}$
32615 \end_inset
32616
32617
32618 \end_layout
32619
32620 \end_inset
32621 </cell>
32622 </row>
32623 <row>
32624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32625 \begin_inset Text
32626
32627 \begin_layout Plain Layout
32628
32629 \backslash
32630 Ket{
32631 \backslash
32632 psi
32633 \end_layout
32634
32635 \end_inset
32636 </cell>
32637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32638 \begin_inset Text
32639
32640 \begin_layout Plain Layout
32641 \begin_inset Formula $\Ket {\psi}$
32642 \end_inset
32643
32644
32645 \end_layout
32646
32647 \end_inset
32648 </cell>
32649 </row>
32650 <row>
32651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32652 \begin_inset Text
32653
32654 \begin_layout Plain Layout
32655
32656 \backslash
32657 Braket{
32658 \backslash
32659 psi|
32660 \backslash
32661 phi
32662 \end_layout
32663
32664 \end_inset
32665 </cell>
32666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32667 \begin_inset Text
32668
32669 \begin_layout Plain Layout
32670 \begin_inset Formula $\Braket {\psi|\phi}$
32671 \end_inset
32672
32673
32674 \end_layout
32675
32676 \end_inset
32677 </cell>
32678 </row>
32679 </lyxtabular>
32680
32681 \end_inset
32682
32683
32684 \end_layout
32685
32686 \begin_layout Standard
32687 Der Befehl 
32688 \series bold
32689
32690 \backslash
32691 Braket
32692 \series default
32693  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
32694  Klammern gesetzt werden:
32695 \begin_inset Formula \[
32696 \Braket {\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32697
32698 \end_inset
32699
32700
32701 \begin_inset ERT
32702 status collapsed
32703
32704 \begin_layout Plain Layout
32705
32706
32707 \backslash
32708 else 
32709 \end_layout
32710
32711 \end_inset
32712
32713
32714 \begin_inset Note Note
32715 status open
32716
32717 \begin_layout Plain Layout
32718 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
32719 \series bold
32720 braket
32721 \series default
32722  nicht installiert ist:
32723 \end_layout
32724
32725 \end_inset
32726
32727
32728 \end_layout
32729
32730 \begin_layout Standard
32731 Das LaTeX-Paket 
32732 \series bold
32733 braket 
32734 \series default
32735 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
32736 \end_layout
32737
32738 \begin_layout Standard
32739 \begin_inset ERT
32740 status collapsed
32741
32742 \begin_layout Plain Layout
32743
32744
32745 \backslash
32746 fi 
32747 \end_layout
32748
32749 \end_inset
32750
32751
32752 \end_layout
32753
32754 \begin_layout Standard
32755 Der Effekt von 
32756 \series bold
32757
32758 \backslash
32759 Braket
32760 \series default
32761  kann auch mit dem Befehl 
32762 \series bold
32763
32764 \backslash
32765 middle
32766 \series default
32767  erzielt werden, der in 
32768 \begin_inset CommandInset ref
32769 LatexCommand ref
32770 reference "sub:Automatische-Klammergrößen"
32771
32772 \end_inset
32773
32774  beschrieben ist.
32775 \end_layout
32776
32777 \begin_layout Subsection
32778 Selbst definierte Brüche
32779 \begin_inset CommandInset label
32780 LatexCommand label
32781 name "sub:Selbstdefinierte-Brüche"
32782
32783 \end_inset
32784
32785
32786 \begin_inset Index
32787 status collapsed
32788
32789 \begin_layout Plain Layout
32790 Brüche ! selbstdefinierte
32791 \end_layout
32792
32793 \end_inset
32794
32795
32796 \end_layout
32797
32798 \begin_layout Standard
32799 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
32800 \series bold
32801
32802 \backslash
32803 genfrac
32804 \series default
32805
32806 \begin_inset Index
32807 status collapsed
32808
32809 \begin_layout Plain Layout
32810 Befehle ! G ! 
32811 \backslash
32812 genfrac
32813 \end_layout
32814
32815 \end_inset
32816
32817  in folgendem Schema:
32818 \end_layout
32819
32820 \begin_layout Standard
32821
32822 \series bold
32823
32824 \backslash
32825 genfrac{linke
32826 \series default
32827  
32828 \series bold
32829 Klammer}{rechte
32830 \series default
32831  
32832 \series bold
32833 Klammer}{Bruchstrichdicke}{Ansichtsstil}
32834 \begin_inset Newline newline
32835 \end_inset
32836
32837
32838 \begin_inset ERT
32839 status collapsed
32840
32841 \begin_layout Plain Layout
32842
32843
32844 \backslash
32845 phantom{
32846 \end_layout
32847
32848 \end_inset
32849
32850
32851 \backslash
32852 genfrac
32853 \begin_inset ERT
32854 status collapsed
32855
32856 \begin_layout Plain Layout
32857
32858 }
32859 \end_layout
32860
32861 \end_inset
32862
32863 {Zähler}{Nenner}
32864 \end_layout
32865
32866 \begin_layout Standard
32867 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
32868 \begin_inset Space \thinspace{}
32869 \end_inset
32870
32871 -
32872 \begin_inset Space \thinspace{}
32873 \end_inset
32874
32875 3 angegeben.
32876 \end_layout
32877
32878 \begin_layout Standard
32879 \align center
32880 \begin_inset Tabular
32881 <lyxtabular version="3" rows="5" columns="2">
32882 <features>
32883 <column alignment="center" valignment="top" width="0">
32884 <column alignment="center" valignment="top" width="0">
32885 <row>
32886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32887 \begin_inset Text
32888
32889 \begin_layout Plain Layout
32890 Nummer
32891 \end_layout
32892
32893 \end_inset
32894 </cell>
32895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32896 \begin_inset Text
32897
32898 \begin_layout Plain Layout
32899 Ansichtsstil
32900 \end_layout
32901
32902 \end_inset
32903 </cell>
32904 </row>
32905 <row>
32906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32907 \begin_inset Text
32908
32909 \begin_layout Plain Layout
32910 0
32911 \end_layout
32912
32913 \end_inset
32914 </cell>
32915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32916 \begin_inset Text
32917
32918 \begin_layout Plain Layout
32919 abgesetzte Formel
32920 \end_layout
32921
32922 \end_inset
32923 </cell>
32924 </row>
32925 <row>
32926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32927 \begin_inset Text
32928
32929 \begin_layout Plain Layout
32930 1
32931 \end_layout
32932
32933 \end_inset
32934 </cell>
32935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32936 \begin_inset Text
32937
32938 \begin_layout Plain Layout
32939 eingebettete Formel
32940 \end_layout
32941
32942 \end_inset
32943 </cell>
32944 </row>
32945 <row>
32946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32947 \begin_inset Text
32948
32949 \begin_layout Plain Layout
32950 2
32951 \end_layout
32952
32953 \end_inset
32954 </cell>
32955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32956 \begin_inset Text
32957
32958 \begin_layout Plain Layout
32959 klein
32960 \end_layout
32961
32962 \end_inset
32963 </cell>
32964 </row>
32965 <row>
32966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32967 \begin_inset Text
32968
32969 \begin_layout Plain Layout
32970 3
32971 \end_layout
32972
32973 \end_inset
32974 </cell>
32975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32976 \begin_inset Text
32977
32978 \begin_layout Plain Layout
32979 winzig
32980 \end_layout
32981
32982 \end_inset
32983 </cell>
32984 </row>
32985 </lyxtabular>
32986
32987 \end_inset
32988
32989
32990 \end_layout
32991
32992 \begin_layout Standard
32993 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
32994  
32995 \series bold
32996
32997 \backslash
32998 frac
32999 \series default
33000  der Umgebung an.
33001 \end_layout
33002
33003 \begin_layout Standard
33004 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
33005  0.4
33006 \begin_inset Space \thinspace{}
33007 \end_inset
33008
33009 pt verwendet.
33010 \end_layout
33011
33012 \begin_layout Standard
33013 \begin_inset VSpace medskip
33014 \end_inset
33015
33016 Zum Beispiel sind die Befehle 
33017 \series bold
33018
33019 \backslash
33020 dfrac
33021 \series default
33022  und 
33023 \series bold
33024
33025 \backslash
33026 tbinom
33027 \series default
33028  aus 
33029 \begin_inset CommandInset ref
33030 LatexCommand ref
33031 reference "sub:Brüche"
33032
33033 \end_inset
33034
33035  folgendermaßen definiert:
33036 \end_layout
33037
33038 \begin_layout Standard
33039
33040 \series bold
33041
33042 \backslash
33043 newcommand{
33044 \backslash
33045 dfrac}[2]{
33046 \backslash
33047 genfrac{}{}{}{0}{#1}{#2}}
33048 \end_layout
33049
33050 \begin_layout Standard
33051 und
33052 \end_layout
33053
33054 \begin_layout Standard
33055
33056 \series bold
33057
33058 \backslash
33059 newcommand{
33060 \backslash
33061 tbinom}[2]{
33062 \backslash
33063 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33064 \end_layout
33065
33066 \begin_layout Standard
33067 \begin_inset VSpace medskip
33068 \end_inset
33069
33070 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
33071  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
33072 \end_layout
33073
33074 \begin_layout Standard
33075
33076 \series bold
33077
33078 \backslash
33079 newcommand{
33080 \backslash
33081 fracS}[3][]{
33082 \backslash
33083 genfrac{}{}{#1}{}{#2}{#3}}
33084 \end_layout
33085
33086 \begin_layout Standard
33087 Dazu ein Test:
33088 \begin_inset Formula \begin{align*}
33089 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33090 \text{Ergebnis} &  & \fracS [1mm]{A}{B} &  & \fracS [5mm]{A}{B}\end{align*}
33091
33092 \end_inset
33093
33094 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
33095  in etwa der dreifachen Strichdicke.
33096 \end_layout
33097
33098 \begin_layout Subsection
33099 Durchgestrichene Formeln
33100 \begin_inset CommandInset label
33101 LatexCommand label
33102 name "sub:Durchgestrichene-Formeln"
33103
33104 \end_inset
33105
33106
33107 \begin_inset Index
33108 status collapsed
33109
33110 \begin_layout Plain Layout
33111 Formel ! durchgestrichene
33112 \end_layout
33113
33114 \end_inset
33115
33116
33117 \end_layout
33118
33119 \begin_layout Standard
33120 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
33121 \series bold
33122 cancel
33123 \series default
33124
33125 \begin_inset Foot
33126 status collapsed
33127
33128 \begin_layout Plain Layout
33129
33130 \series bold
33131 cancel
33132 \series default
33133  ist Teil jeder LaTeX-Standardinstallation.
33134 \end_layout
33135
33136 \end_inset
33137
33138
33139 \begin_inset Index
33140 status collapsed
33141
33142 \begin_layout Plain Layout
33143 Pakete ! cancel
33144 \end_layout
33145
33146 \end_inset
33147
33148  mit der LaTeX-Vorspannzeile
33149 \end_layout
33150
33151 \begin_layout Standard
33152
33153 \series bold
33154
33155 \backslash
33156 usepackage[samesize]{cancel}
33157 \end_layout
33158
33159 \begin_layout Standard
33160 geladen werden.
33161 \begin_inset Newpage pagebreak
33162 \end_inset
33163
33164
33165 \end_layout
33166
33167 \begin_layout Standard
33168 Es gibt vier verschiedene Arten durchzustreichen:
33169 \end_layout
33170
33171 \begin_layout Standard
33172 \align center
33173 \begin_inset Tabular
33174 <lyxtabular version="3" rows="5" columns="2">
33175 <features>
33176 <column alignment="center" valignment="top" width="0">
33177 <column alignment="center" valignment="top" width="0">
33178 <row>
33179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33180 \begin_inset Text
33181
33182 \begin_layout Plain Layout
33183 Befehl
33184 \end_layout
33185
33186 \end_inset
33187 </cell>
33188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33189 \begin_inset Text
33190
33191 \begin_layout Plain Layout
33192 Ergebnis
33193 \begin_inset Note Note
33194 status collapsed
33195
33196 \begin_layout Plain Layout
33197
33198 \series bold
33199
33200 \backslash
33201 hspace
33202 \series default
33203  und 
33204 \series bold
33205
33206 \backslash
33207 raisebox
33208 \series default
33209  dienen nur als Abstandhalter.
33210 \end_layout
33211
33212 \end_inset
33213
33214
33215 \end_layout
33216
33217 \end_inset
33218 </cell>
33219 </row>
33220 <row>
33221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33222 \begin_inset Text
33223
33224 \begin_layout Plain Layout
33225
33226 \backslash
33227 cancel{
33228 \backslash
33229 int
33230 \begin_inset ERT
33231 status collapsed
33232
33233 \begin_layout Plain Layout
33234
33235
33236 \backslash
33237 leer 
33238 \end_layout
33239
33240 \end_inset
33241
33242 A=B
33243 \end_layout
33244
33245 \end_inset
33246 </cell>
33247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33248 \begin_inset Text
33249
33250 \begin_layout Plain Layout
33251 \begin_inset Formula $\raisebox {4.5mm}{}\cancel {\int A=B}\raisebox {-2.5mm}{}$
33252 \end_inset
33253
33254
33255 \end_layout
33256
33257 \end_inset
33258 </cell>
33259 </row>
33260 <row>
33261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33262 \begin_inset Text
33263
33264 \begin_layout Plain Layout
33265
33266 \backslash
33267 bcancel{
33268 \backslash
33269 int
33270 \begin_inset ERT
33271 status collapsed
33272
33273 \begin_layout Plain Layout
33274
33275
33276 \backslash
33277 leer 
33278 \end_layout
33279
33280 \end_inset
33281
33282 A=B
33283 \end_layout
33284
33285 \end_inset
33286 </cell>
33287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33288 \begin_inset Text
33289
33290 \begin_layout Plain Layout
33291 \begin_inset Formula $\raisebox {4.5mm}{}\bcancel {\int A=B}\raisebox {-2.5mm}{}$
33292 \end_inset
33293
33294
33295 \end_layout
33296
33297 \end_inset
33298 </cell>
33299 </row>
33300 <row>
33301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33302 \begin_inset Text
33303
33304 \begin_layout Plain Layout
33305
33306 \backslash
33307 xcancel{
33308 \backslash
33309 int
33310 \begin_inset ERT
33311 status collapsed
33312
33313 \begin_layout Plain Layout
33314
33315
33316 \backslash
33317 leer 
33318 \end_layout
33319
33320 \end_inset
33321
33322 A=B
33323 \end_layout
33324
33325 \end_inset
33326 </cell>
33327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33328 \begin_inset Text
33329
33330 \begin_layout Plain Layout
33331 \begin_inset Formula $\raisebox {4.5mm}{}\xcancel {\int A=B}\raisebox {-2.5mm}{}$
33332 \end_inset
33333
33334
33335 \end_layout
33336
33337 \end_inset
33338 </cell>
33339 </row>
33340 <row>
33341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33342 \begin_inset Text
33343
33344 \begin_layout Plain Layout
33345
33346 \backslash
33347 cancelto{1
33348 \begin_inset Formula $\to$
33349 \end_inset
33350
33351
33352 \backslash
33353 {
33354 \backslash
33355 int
33356 \begin_inset ERT
33357 status collapsed
33358
33359 \begin_layout Plain Layout
33360
33361
33362 \backslash
33363 leer 
33364 \end_layout
33365
33366 \end_inset
33367
33368 A=B
33369 \end_layout
33370
33371 \end_inset
33372 </cell>
33373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33374 \begin_inset Text
33375
33376 \begin_layout Plain Layout
33377 \begin_inset Formula $\raisebox {7mm}{}\cancelto {1}{\int A=B}\raisebox {-2.5mm}{}\hspace {3mm}$
33378 \end_inset
33379
33380
33381 \end_layout
33382
33383 \end_inset
33384 </cell>
33385 </row>
33386 </lyxtabular>
33387
33388 \end_inset
33389
33390
33391 \end_layout
33392
33393 \begin_layout Standard
33394
33395 \series bold
33396
33397 \backslash
33398 cancelto
33399 \series default
33400  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
33401  will:
33402 \begin_inset Formula \[
33403 \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}}}\]
33404
33405 \end_inset
33406
33407
33408 \end_layout
33409
33410 \begin_layout Subsection
33411 Formeln in Überschriften
33412 \begin_inset CommandInset label
33413 LatexCommand label
33414 name "sub:Formeln-in-Überschriften"
33415
33416 \end_inset
33417
33418
33419 \begin_inset Index
33420 status collapsed
33421
33422 \begin_layout Plain Layout
33423 Formel ! in Überschriften
33424 \end_layout
33425
33426 \end_inset
33427
33428
33429 \end_layout
33430
33431 \begin_layout Standard
33432 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
33433 \end_layout
33434
33435 \begin_layout Standard
33436 \begin_inset Note Greyedout
33437 status open
33438
33439 \begin_layout Plain Layout
33440 Verwendet man 
33441 \series bold
33442 hyperref
33443 \series default
33444
33445 \begin_inset Index
33446 status collapsed
33447
33448 \begin_layout Plain Layout
33449 Pakete ! hyperref
33450 \end_layout
33451
33452 \end_inset
33453
33454  Unterstützung im den Dokumenteinstellungen unter 
33455 \family sans
33456 PDF-Eigenschaften
33457 \family default
33458 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
33459  erzeugt.
33460  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
33461  dargestellt.
33462  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
33463 \end_layout
33464
33465 \end_inset
33466
33467
33468 \end_layout
33469
33470 \begin_layout Standard
33471 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
33472  Kurztitel über das Menü 
33473 \family sans
33474 Einfügen\SpecialChar \menuseparator
33475 Kurztitel
33476 \family default
33477  einfügt.
33478  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
33479  um das Inhaltsverzeichnis übersichtlich zu halten.
33480  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
33481 chen.
33482 \end_layout
33483
33484 \begin_layout Standard
33485 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
33486 \series bold
33487 hyperref
33488 \series default
33489 , verwendet man im TeX-Modus den Befehl
33490 \end_layout
33491
33492 \begin_layout Standard
33493
33494 \series bold
33495
33496 \backslash
33497 texorpdfstring{Teil}{Alternative}
33498 \begin_inset Index
33499 status collapsed
33500
33501 \begin_layout Plain Layout
33502 Befehle ! T ! 
33503 \backslash
33504 texorpdfstring
33505 \end_layout
33506
33507 \end_inset
33508
33509
33510 \end_layout
33511
33512 \begin_layout Standard
33513 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
33514  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
33515  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
33516  soll.
33517 \end_layout
33518
33519 \begin_layout Standard
33520 Es folgen zwei Beispielüberschriften:
33521 \begin_inset VSpace -3mm
33522 \end_inset
33523
33524
33525 \begin_inset ERT
33526 status collapsed
33527
33528 \begin_layout Plain Layout
33529
33530
33531 \backslash
33532 boldmath 
33533 \end_layout
33534
33535 \end_inset
33536
33537
33538 \end_layout
33539
33540 \begin_layout Subsubsection
33541 Überschrift ohne Formel im Inhaltsverzeichnis 
33542 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33543 \end_inset
33544
33545
33546 \begin_inset OptArg
33547 status collapsed
33548
33549 \begin_layout Plain Layout
33550 Überschrift ohne Formel im Inhaltsverzeichnis
33551 \end_layout
33552
33553 \end_inset
33554
33555
33556 \end_layout
33557
33558 \begin_layout Subsubsection
33559 Überschrift mit Formel im Inhaltsverzeichnis
33560 \begin_inset ERT
33561 status collapsed
33562
33563 \begin_layout Plain Layout
33564
33565
33566 \backslash
33567 texorpdfstring{
33568 \end_layout
33569
33570 \end_inset
33571
33572  
33573 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33574 \end_inset
33575
33576
33577 \begin_inset ERT
33578 status collapsed
33579
33580 \begin_layout Plain Layout
33581
33582 }{}
33583 \end_layout
33584
33585 \end_inset
33586
33587
33588 \end_layout
33589
33590 \begin_layout Standard
33591 \begin_inset ERT
33592 status collapsed
33593
33594 \begin_layout Plain Layout
33595
33596
33597 \backslash
33598 unboldmath 
33599 \end_layout
33600
33601 \end_inset
33602
33603 In der ersten Überschrift wurde ein Kurztitel verwendet.
33604  In der zweiten 
33605 \series bold
33606
33607 \backslash
33608 texorpdfstring
33609 \series default
33610 .
33611 \end_layout
33612
33613 \begin_layout Standard
33614 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
33615  die komplette Überschrift in eine 
33616 \series bold
33617 boldmath-Umgebung
33618 \series default
33619
33620 \begin_inset Foot
33621 status collapsed
33622
33623 \begin_layout Plain Layout
33624 siehe 
33625 \begin_inset CommandInset ref
33626 LatexCommand ref
33627 reference "sub:Fett-gedruckte-Formeln"
33628
33629 \end_inset
33630
33631
33632 \end_layout
33633
33634 \end_inset
33635
33636  gesetzt.
33637 \end_layout
33638
33639 \begin_layout Subsection
33640 Formeln im mehrspaltigen Text
33641 \begin_inset Index
33642 status collapsed
33643
33644 \begin_layout Plain Layout
33645 Formel ! im mehrspaltigen Text
33646 \end_layout
33647
33648 \end_inset
33649
33650
33651 \end_layout
33652
33653 \begin_layout Standard
33654 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
33655  müssen daher über die gesamte Seitenbreite gesetzt werden.
33656  Dazu verwendet man das LaTeX-Paket 
33657 \series bold
33658 multicol
33659 \series default
33660
33661 \begin_inset Foot
33662 status collapsed
33663
33664 \begin_layout Plain Layout
33665
33666 \series bold
33667 multicol
33668 \series default
33669  ist Teil jeder LaTeX-Standardinstallation.
33670 \end_layout
33671
33672 \end_inset
33673
33674
33675 \begin_inset Index
33676 status collapsed
33677
33678 \begin_layout Plain Layout
33679 Pakete ! multicol
33680 \end_layout
33681
33682 \end_inset
33683
33684 , das mit der LaTeX-Vorspannzeile
33685 \end_layout
33686
33687 \begin_layout Standard
33688
33689 \series bold
33690
33691 \backslash
33692 usepackage{multicol}
33693 \end_layout
33694
33695 \begin_layout Standard
33696 geladen wird.
33697 \end_layout
33698
33699 \begin_layout Standard
33700 \begin_inset Note Greyedout
33701 status open
33702
33703 \begin_layout Plain Layout
33704 Dabei ist zu beachten, dass im Menü 
33705 \family sans
33706 Dokument\SpecialChar \menuseparator
33707 Einstellungen
33708 \family default
33709  unter 
33710 \family sans
33711 Textformat
33712 \family default
33713  
33714 \emph on
33715 nicht
33716 \emph default
33717  
33718 \family sans
33719 Zweispaltiges
33720 \begin_inset Space ~
33721 \end_inset
33722
33723 Dokument
33724 \family default
33725  ausgewählt sein darf.
33726 \end_layout
33727
33728 \end_inset
33729
33730
33731 \end_layout
33732
33733 \begin_layout Standard
33734 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
33735 \end_layout
33736
33737 \begin_layout Standard
33738
33739 \series bold
33740
33741 \backslash
33742 begin{multicols}{Spaltenanzahl}
33743 \end_layout
33744
33745 \begin_layout Standard
33746 wobei die Spaltenanzahl eine Zahl im Bereich 2
33747 \begin_inset Space \thinspace{}
33748 \end_inset
33749
33750 -
33751 \begin_inset Space \thinspace{}
33752 \end_inset
33753
33754 10 ist.
33755  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
33756 \end_layout
33757
33758 \begin_layout Standard
33759
33760 \series bold
33761
33762 \backslash
33763 end{multicols}
33764 \end_layout
33765
33766 \begin_layout Standard
33767 der im TeX-Modus eingegeben wird.
33768 \end_layout
33769
33770 \begin_layout Standard
33771 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
33772  Um dies rückgängig zu machen, fügt man vor der Formel -6
33773 \begin_inset Space \thinspace{}
33774 \end_inset
33775
33776 mm vertikalen Leerraum ein.
33777  Ist der Formelstil 
33778 \series bold
33779 Eingerückt
33780 \begin_inset Foot
33781 status collapsed
33782
33783 \begin_layout Plain Layout
33784 Formelstile siehe 
33785 \begin_inset CommandInset ref
33786 LatexCommand ref
33787 reference "sec:Formelstile"
33788
33789 \end_inset
33790
33791
33792 \end_layout
33793
33794 \end_inset
33795
33796
33797 \series default
33798  gewählt, fügt man stattdessen -9
33799 \begin_inset Space \thinspace{}
33800 \end_inset
33801
33802 mm Leerraum ein.
33803 \end_layout
33804
33805 \begin_layout Standard
33806 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
33807 \end_layout
33808
33809 \begin_layout Standard
33810 \begin_inset ERT
33811 status collapsed
33812
33813 \begin_layout Plain Layout
33814
33815
33816 \backslash
33817 begin{multicols}{2}
33818 \end_layout
33819
33820 \end_inset
33821
33822 Das Spektrum wird fouriertransformiert.
33823  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
33824 , Lösungsmittel) zu trennen.
33825  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
33826  nun das Aussehen des Ausgangssignals.
33827  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
33828  über alle Phasen integrieren muss.
33829  Sei nun 
33830 \begin_inset Formula $S$
33831 \end_inset
33832
33833  unser normiertes Ausgangssignal und 
33834 \begin_inset Formula $P$
33835 \end_inset
33836
33837  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
33838 \begin_inset ERT
33839 status collapsed
33840
33841 \begin_layout Plain Layout
33842
33843
33844 \backslash
33845 end{multicols}
33846 \end_layout
33847
33848 \end_inset
33849
33850
33851 \begin_inset VSpace -6mm
33852 \end_inset
33853
33854
33855 \begin_inset Formula \begin{equation}
33856 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33857
33858 \end_inset
33859
33860
33861 \begin_inset ERT
33862 status collapsed
33863
33864 \begin_layout Plain Layout
33865
33866
33867 \backslash
33868 begin{multicols}{2}
33869 \end_layout
33870
33871 \end_inset
33872
33873 wobei 
33874 \begin_inset Formula $S_{0}$
33875 \end_inset
33876
33877  das Signal ohne Gradient ist und die Normierungsbedingung 
33878 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33879 \end_inset
33880
33881  gilt.
33882  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
33883  Direkt nach dem 
33884 \begin_inset Formula $\nicefrac{\pi}{2}$
33885 \end_inset
33886
33887
33888 \begin_inset Space \thinspace{}
33889 \end_inset
33890
33891 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
33892  das Signal zusätzlich abschwächt.
33893  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
33894  
33895 \begin_inset Formula $T_{2}$
33896 \end_inset
33897
33898 -Zeit.
33899 \end_layout
33900
33901 \begin_layout Standard
33902 \begin_inset ERT
33903 status collapsed
33904
33905 \begin_layout Plain Layout
33906
33907
33908 \backslash
33909 end{multicols}
33910 \end_layout
33911
33912 \end_inset
33913
33914  
33915 \end_layout
33916
33917 \begin_layout Subsection
33918 Formeln mit Beschreibung der Variablen
33919 \begin_inset Index
33920 status collapsed
33921
33922 \begin_layout Plain Layout
33923 Formel ! mit Variablenbeschreibung
33924 \end_layout
33925
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \begin_layout Standard
33932 Möchte man wie in Formel 
33933 \begin_inset CommandInset ref
33934 LatexCommand eqref
33935 reference "eq:innerhalb"
33936
33937 \end_inset
33938
33939 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
33940 \series bold
33941 ×
33942 \series default
33943
33944 \begin_inset Formula $n$
33945 \end_inset
33946
33947
33948 \begin_inset Space ~
33949 \end_inset
33950
33951 Matrix mit links ausgerichteten Spalten für die verwendeten 
33952 \begin_inset Formula $n$
33953 \end_inset
33954
33955  Variablen.
33956 \begin_inset Foot
33957 status collapsed
33958
33959 \begin_layout Plain Layout
33960 Matrizen siehe 
33961 \begin_inset CommandInset ref
33962 LatexCommand ref
33963 reference "sec:Matrizen"
33964
33965 \end_inset
33966
33967
33968 \end_layout
33969
33970 \end_inset
33971
33972  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
33973 \begin_inset Space \thinspace{}
33974 \end_inset
33975
33976 B.
33977  den Befehl 
33978 \series bold
33979
33980 \backslash
33981 footnotesize
33982 \series default
33983  ein.
33984 \begin_inset Foot
33985 status collapsed
33986
33987 \begin_layout Plain Layout
33988 Schriftgrößen siehe 
33989 \begin_inset CommandInset ref
33990 LatexCommand ref
33991 reference "sub:Schriftgrößen"
33992
33993 \end_inset
33994
33995
33996 \end_layout
33997
33998 \end_inset
33999
34000
34001 \end_layout
34002
34003 \begin_layout Standard
34004 Wird der Formelstil 
34005 \series bold
34006 Eingerückt
34007 \begin_inset Foot
34008 status collapsed
34009
34010 \begin_layout Plain Layout
34011 Formelstile siehe 
34012 \begin_inset CommandInset ref
34013 LatexCommand ref
34014 reference "sec:Formelstile"
34015
34016 \end_inset
34017
34018
34019 \end_layout
34020
34021 \end_inset
34022
34023
34024 \series default
34025  verwendet, fügt man vor und nach der Matrix ein 
34026 \series bold
34027
34028 \backslash
34029 hfill
34030 \series default
34031
34032 \begin_inset Foot
34033 status collapsed
34034
34035 \begin_layout Plain Layout
34036
34037 \series bold
34038
34039 \backslash
34040 hfill
34041 \series default
34042  wirkt nur in Formeln mit dem Stil 
34043 \series bold
34044 Eingerückt
34045 \series default
34046 , siehe 
34047 \begin_inset CommandInset ref
34048 LatexCommand ref
34049 reference "sub:Variabler-Leerraum"
34050
34051 \end_inset
34052
34053 .
34054 \end_layout
34055
34056 \end_inset
34057
34058  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
34059  gleich ist.
34060 \end_layout
34061
34062 \begin_layout Standard
34063 Ist der Formelstil 
34064 \series bold
34065 Zentriert
34066 \series default
34067  gewählt, nutzt man die in 
34068 \begin_inset CommandInset ref
34069 LatexCommand ref
34070 reference "sub:Flalign-Umgebung"
34071
34072 \end_inset
34073
34074  beschriebene Möglichkeit, Formeln einzurücken.
34075  Formel 
34076 \begin_inset CommandInset ref
34077 LatexCommand eqref
34078 reference "eq:innerhalb"
34079
34080 \end_inset
34081
34082  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
34083  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
34084 \begin_inset Formula \begin{flalign}
34085 \hspace {30pt}F_{A} & =\rho·V·g & \footnotesize \begin{array}{ll}
34086 \rho & \textrm{Dichte}\\
34087 V & \textrm{Volumen}\\
34088 g & \textrm{Fallbeschleunigung}\end{array} &  & {}\label{eq:innerhalb}\end{flalign}
34089
34090 \end_inset
34091
34092
34093 \end_layout
34094
34095 \begin_layout Subsection
34096 Aufrechte kleine griechische Buchstaben
34097 \begin_inset CommandInset label
34098 LatexCommand label
34099 name "sub:Aufrechte-kleine-griechische"
34100
34101 \end_inset
34102
34103
34104 \begin_inset Index
34105 status collapsed
34106
34107 \begin_layout Plain Layout
34108 griechische Buchstaben ! aufrechte
34109 \end_layout
34110
34111 \end_inset
34112
34113
34114 \end_layout
34115
34116 \begin_layout Standard
34117 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
34118  zur Verfügung.
34119  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
34120  aufrechte griechische Buchstaben benötigt.
34121  Die Datei 
34122 \series bold
34123 upgreek.sty
34124 \series default
34125
34126 \begin_inset Foot
34127 status collapsed
34128
34129 \begin_layout Plain Layout
34130
34131 \series bold
34132 upgreek
34133 \series default
34134  ist Teil des LaTeX-Paketes 
34135 \series bold
34136 was
34137 \series default
34138
34139 \begin_inset Index
34140 status collapsed
34141
34142 \begin_layout Plain Layout
34143 Pakete ! was
34144 \begin_inset VSpace 4mm
34145 \end_inset
34146
34147
34148 \end_layout
34149
34150 \end_inset
34151
34152 .
34153 \end_layout
34154
34155 \end_inset
34156
34157
34158 \begin_inset Index
34159 status collapsed
34160
34161 \begin_layout Plain Layout
34162 Pakete ! upgreek
34163 \end_layout
34164
34165 \end_inset
34166
34167 , die mit der LaTeX-Vorspannzeile
34168 \end_layout
34169
34170 \begin_layout Standard
34171
34172 \series bold
34173
34174 \backslash
34175 usepackage{upgreek}
34176 \end_layout
34177
34178 \begin_layout Standard
34179 geladen wird, stellt diese Buchstaben zur Verfügung.
34180  
34181 \begin_inset ERT
34182 status collapsed
34183
34184 \begin_layout Plain Layout
34185
34186
34187 \backslash
34188 ifupgreek 
34189 \end_layout
34190
34191 \end_inset
34192
34193
34194 \begin_inset Note Note
34195 status open
34196
34197 \begin_layout Plain Layout
34198 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34199 \series bold
34200 upgreek
34201 \series default
34202  installiert ist:
34203 \end_layout
34204
34205 \end_inset
34206
34207  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
34208  
34209 \series bold
34210 up
34211 \series default
34212  begonnen wird.
34213  So erzeugt z.
34214 \begin_inset Space \thinspace{}
34215 \end_inset
34216
34217 B.
34218  der Befehl 
34219 \series bold
34220
34221 \backslash
34222 uptau
34223 \series default
34224  dies: 
34225 \begin_inset Formula $\uptau $
34226 \end_inset
34227
34228
34229 \end_layout
34230
34231 \begin_layout Standard
34232 Damit kann man Elementarteilchenreaktionen erstellen:
34233 \begin_inset Formula \[
34234 \uppi ^{+}\to\upmu ^{+}+\upnu _{\upmu }\]
34235
34236 \end_inset
34237
34238
34239 \end_layout
34240
34241 \begin_layout Standard
34242 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
34243  Sie sollten daher nicht für Einheiten wie 
34244 \begin_inset Quotes gld
34245 \end_inset
34246
34247 µm
34248 \begin_inset Quotes grd
34249 \end_inset
34250
34251  verwendet werden.
34252 \end_layout
34253
34254 \begin_layout Standard
34255 \begin_inset ERT
34256 status collapsed
34257
34258 \begin_layout Plain Layout
34259
34260
34261 \backslash
34262 else 
34263 \end_layout
34264
34265 \end_inset
34266
34267
34268 \begin_inset Note Note
34269 status open
34270
34271 \begin_layout Plain Layout
34272 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34273 \series bold
34274 upgreek
34275 \series default
34276  nicht installiert ist:
34277 \end_layout
34278
34279 \end_inset
34280
34281
34282 \end_layout
34283
34284 \begin_layout Standard
34285 Das LaTeX-Paket 
34286 \series bold
34287 upgreek 
34288 \series default
34289 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34290 \end_layout
34291
34292 \begin_layout Standard
34293 \begin_inset ERT
34294 status collapsed
34295
34296 \begin_layout Plain Layout
34297
34298
34299 \backslash
34300 fi 
34301 \end_layout
34302
34303 \end_inset
34304
34305
34306 \end_layout
34307
34308 \begin_layout Subsection
34309 Textzeichen in Formeln
34310 \begin_inset CommandInset label
34311 LatexCommand label
34312 name "sub:Textzeichen-in-Formeln"
34313
34314 \end_inset
34315
34316
34317 \begin_inset Index
34318 status collapsed
34319
34320 \begin_layout Plain Layout
34321 Text ! in Formeln
34322 \end_layout
34323
34324 \end_inset
34325
34326
34327 \end_layout
34328
34329 \begin_layout Standard
34330 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
34331  Benötigt man z.
34332 \begin_inset Space \thinspace{}
34333 \end_inset
34334
34335 B.
34336  den mittigen Punkt · in Formeln wie 
34337 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34338 \end_inset
34339
34340 , müsste man dafür jedes Mal den Befehl 
34341 \series bold
34342
34343 \backslash
34344 cdot
34345 \series default
34346  eingeben
34347 \begin_inset Foot
34348 status collapsed
34349
34350 \begin_layout Plain Layout
34351 siehe 
34352 \begin_inset CommandInset ref
34353 LatexCommand ref
34354 reference "sub:Binäre-Operatoren"
34355
34356 \end_inset
34357
34358
34359 \end_layout
34360
34361 \end_inset
34362
34363 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
34364  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
34365 \end_layout
34366
34367 \begin_layout Standard
34368
34369 \series bold
34370
34371 \backslash
34372 DeclareInputText{183}{
34373 \backslash
34374 ifmmode
34375 \backslash
34376 cdot
34377 \backslash
34378 else
34379 \backslash
34380 textperiodcentered
34381 \backslash
34382 f\SpecialChar \textcompwordmark{}
34383 i}
34384 \end_layout
34385
34386 \begin_layout Standard
34387 Die Zeichenkodierung (Menü 
34388 \family sans
34389 Dokument\SpecialChar \menuseparator
34390 Einstellungen\SpecialChar \menuseparator
34391 Sprache
34392 \family default
34393 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
34394  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
34395 \series bold
34396
34397 \backslash
34398 textperiodcentered
34399 \series default
34400  verwendet.
34401  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
34402  LaTeX-Fehlern kommen würde.
34403  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
34404  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
34405  nicht.
34406 \end_layout
34407
34408 \begin_layout Standard
34409 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
34410  Z.
34411 \begin_inset Space \thinspace{}
34412 \end_inset
34413
34414 B.
34415  ist die Kodierung 
34416 \series bold
34417 latin9
34418 \series default
34419  in der Datei 
34420 \series bold
34421 latin9.def
34422 \series default
34423  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
34424  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
34425 eien geändert werden.
34426  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
34427  nicht ohne Weiteres bearbeitet werden.
34428 \end_layout
34429
34430 \begin_layout Standard
34431 \begin_inset VSpace medskip
34432 \end_inset
34433
34434 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
34435  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
34436  Formel eingegeben werden können:
34437 \end_layout
34438
34439 \begin_layout Standard
34440
34441 \series bold
34442
34443 \backslash
34444 DeclareInputText{176}{
34445 \backslash
34446 ifmmode^
34447 \backslash
34448 circ
34449 \backslash
34450 else
34451 \backslash
34452 textdegree
34453 \backslash
34454 f\SpecialChar \textcompwordmark{}
34455 i}
34456 \end_layout
34457
34458 \begin_layout Standard
34459 \begin_inset Newpage newpage
34460 \end_inset
34461
34462
34463 \end_layout
34464
34465 \begin_layout Section
34466 \start_of_appendix
34467 Typographische Hinweise
34468 \begin_inset Index
34469 status collapsed
34470
34471 \begin_layout Plain Layout
34472 Typographische Hinweise
34473 \end_layout
34474
34475 \end_inset
34476
34477
34478 \end_layout
34479
34480 \begin_layout Standard
34481 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
34482  Regeln, die teilweise auch im Duden 
34483 \begin_inset CommandInset citation
34484 LatexCommand cite
34485 key "Duden"
34486
34487 \end_inset
34488
34489  unter 
34490 \family typewriter
34491 Textverarbeitung
34492 \family default
34493  aufgelistet sind.
34494 \end_layout
34495
34496 \begin_layout Itemize
34497 Physikalische Einheiten werden 
34498 \emph on
34499 immer
34500 \emph default
34501  aufrecht gesetzt
34502 \begin_inset Foot
34503 status collapsed
34504
34505 \begin_layout Plain Layout
34506 wird durch Schriftstile erreicht, siehe 
34507 \begin_inset CommandInset ref
34508 LatexCommand ref
34509 reference "sub:Schriftstile"
34510
34511 \end_inset
34512
34513
34514 \end_layout
34515
34516 \end_inset
34517
34518 : 30
34519 \begin_inset Space \thinspace{}
34520 \end_inset
34521
34522 km/h
34523 \begin_inset Newline newline
34524 \end_inset
34525
34526 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
34527 \begin_inset CommandInset ref
34528 LatexCommand ref
34529 reference "sub:Vordefinierter-Leerraum"
34530
34531 \end_inset
34532
34533 .
34534 \end_layout
34535
34536 \begin_layout Itemize
34537 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
34538 \begin_inset Newline newline
34539 \end_inset
34540
34541 1,2
34542 \begin_inset Space \thinspace{}
34543 \end_inset
34544
34545 ‰ Alkohol im Blut
34546 \begin_inset Newline newline
34547 \end_inset
34548
34549 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
34550  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
34551 \end_layout
34552
34553 \begin_layout Itemize
34554 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
34555  wird in einer Einheit verwendet: 15
34556 \begin_inset Space \thinspace{}
34557 \end_inset
34558
34559 °C
34560 \end_layout
34561
34562 \begin_layout Itemize
34563 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
34564  Ziffer der kleinste Leerraum eingefügt: 18
34565 \begin_inset Space \thinspace{}
34566 \end_inset
34567
34568 473
34569 \begin_inset Space \thinspace{}
34570 \end_inset
34571
34572 588
34573 \end_layout
34574
34575 \begin_layout Itemize
34576 Für Bemaßungen wie z.
34577 \begin_inset Space \thinspace{}
34578 \end_inset
34579
34580 B.
34581  120×90×40
34582 \begin_inset Space \thinspace{}
34583 \end_inset
34584
34585 cm, verwendet man das gelegte Kreuz 
34586 \begin_inset Quotes gld
34587 \end_inset
34588
34589 ×
34590 \begin_inset Quotes grd
34591 \end_inset
34592
34593 , dass über den LaTeX-Befehl 
34594 \series bold
34595
34596 \backslash
34597 texttimes
34598 \series default
34599  verfügbar ist, mit einigen Tastaturdefinitionen aber auch direkt eingegeben
34600  werden kann.
34601 \end_layout
34602
34603 \begin_layout Itemize
34604 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
34605  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
34606 \begin_inset Space \thinspace{}
34607 \end_inset
34608
34609 6.
34610 \begin_inset Space ~
34611 \end_inset
34612
34613 1979
34614 \end_layout
34615
34616 \begin_layout Itemize
34617 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
34618  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
34619 \begin_inset CommandInset ref
34620 LatexCommand ref
34621 reference "sub:Vordefinierte-Funktionen"
34622
34623 \end_inset
34624
34625 .
34626 \end_layout
34627
34628 \begin_layout Itemize
34629 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
34630  
34631 \begin_inset Formula $E_{\mathrm{kin}}$
34632 \end_inset
34633
34634
34635 \begin_inset Newline newline
34636 \end_inset
34637
34638 Komponenten von Matrizen werden kursiv gesetzt: 
34639 \begin_inset Formula $\hat{H}_{kl}$
34640 \end_inset
34641
34642
34643 \end_layout
34644
34645 \begin_layout Itemize
34646 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
34647  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
34648  Variablen zu verwechseln.
34649 \end_layout
34650
34651 \begin_layout Standard
34652 \begin_inset Newpage newpage
34653 \end_inset
34654
34655
34656 \end_layout
34657
34658 \begin_layout Section
34659 Synonyme
34660 \begin_inset Index
34661 status collapsed
34662
34663 \begin_layout Plain Layout
34664 Synonyme
34665 \end_layout
34666
34667 \end_inset
34668
34669
34670 \end_layout
34671
34672 \begin_layout Standard
34673 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
34674  Hier ist eine Übersicht der Synonymbefehle:
34675 \end_layout
34676
34677 \begin_layout Standard
34678 \begin_inset VSpace bigskip
34679 \end_inset
34680
34681
34682 \begin_inset Space \hfill{}
34683 \end_inset
34684
34685
34686 \begin_inset Tabular
34687 <lyxtabular version="3" rows="12" columns="2">
34688 <features>
34689 <column alignment="center" valignment="top" width="0pt">
34690 <column alignment="center" valignment="top" width="0pt">
34691 <row>
34692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34693 \begin_inset Text
34694
34695 \begin_layout Plain Layout
34696 Befehl
34697 \end_layout
34698
34699 \end_inset
34700 </cell>
34701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34702 \begin_inset Text
34703
34704 \begin_layout Plain Layout
34705 äquivalent zu
34706 \begin_inset Note Note
34707 status collapsed
34708
34709 \begin_layout Plain Layout
34710
34711 \series bold
34712
34713 \backslash
34714 raisebox
34715 \series default
34716  dient nur als Abstandhalter.
34717 \end_layout
34718
34719 \end_inset
34720
34721
34722 \end_layout
34723
34724 \end_inset
34725 </cell>
34726 </row>
34727 <row>
34728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34729 \begin_inset Text
34730
34731 \begin_layout Plain Layout
34732
34733 \backslash
34734 ast
34735 \end_layout
34736
34737 \end_inset
34738 </cell>
34739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34740 \begin_inset Text
34741
34742 \begin_layout Plain Layout
34743 \begin_inset ERT
34744 status collapsed
34745
34746 \begin_layout Plain Layout
34747
34748
34749 \backslash
34750 raisebox{-1.2mm}{
34751 \end_layout
34752
34753 \end_inset
34754
34755 *
34756 \begin_inset ERT
34757 status collapsed
34758
34759 \begin_layout Plain Layout
34760
34761 }
34762 \end_layout
34763
34764 \end_inset
34765
34766
34767 \end_layout
34768
34769 \end_inset
34770 </cell>
34771 </row>
34772 <row>
34773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34774 \begin_inset Text
34775
34776 \begin_layout Plain Layout
34777
34778 \backslash
34779 choose
34780 \end_layout
34781
34782 \end_inset
34783 </cell>
34784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34785 \begin_inset Text
34786
34787 \begin_layout Plain Layout
34788
34789 \backslash
34790 binom
34791 \end_layout
34792
34793 \end_inset
34794 </cell>
34795 </row>
34796 <row>
34797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34798 \begin_inset Text
34799
34800 \begin_layout Plain Layout
34801
34802 \backslash
34803 geq
34804 \end_layout
34805
34806 \end_inset
34807 </cell>
34808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34809 \begin_inset Text
34810
34811 \begin_layout Plain Layout
34812
34813 \backslash
34814 ge
34815 \end_layout
34816
34817 \end_inset
34818 </cell>
34819 </row>
34820 <row>
34821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34822 \begin_inset Text
34823
34824 \begin_layout Plain Layout
34825
34826 \backslash
34827 lbrace
34828 \end_layout
34829
34830 \end_inset
34831 </cell>
34832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34833 \begin_inset Text
34834
34835 \begin_layout Plain Layout
34836 {
34837 \end_layout
34838
34839 \end_inset
34840 </cell>
34841 </row>
34842 <row>
34843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34844 \begin_inset Text
34845
34846 \begin_layout Plain Layout
34847
34848 \backslash
34849 lbracket
34850 \end_layout
34851
34852 \end_inset
34853 </cell>
34854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34855 \begin_inset Text
34856
34857 \begin_layout Plain Layout
34858 [
34859 \end_layout
34860
34861 \end_inset
34862 </cell>
34863 </row>
34864 <row>
34865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34866 \begin_inset Text
34867
34868 \begin_layout Plain Layout
34869
34870 \backslash
34871 leftarrow
34872 \end_layout
34873
34874 \end_inset
34875 </cell>
34876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34877 \begin_inset Text
34878
34879 \begin_layout Plain Layout
34880
34881 \backslash
34882 gets
34883 \end_layout
34884
34885 \end_inset
34886 </cell>
34887 </row>
34888 <row>
34889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34890 \begin_inset Text
34891
34892 \begin_layout Plain Layout
34893
34894 \backslash
34895 leq
34896 \end_layout
34897
34898 \end_inset
34899 </cell>
34900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34901 \begin_inset Text
34902
34903 \begin_layout Plain Layout
34904
34905 \backslash
34906 le
34907 \end_layout
34908
34909 \end_inset
34910 </cell>
34911 </row>
34912 <row>
34913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34914 \begin_inset Text
34915
34916 \begin_layout Plain Layout
34917
34918 \backslash
34919 lor
34920 \end_layout
34921
34922 \end_inset
34923 </cell>
34924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34925 \begin_inset Text
34926
34927 \begin_layout Plain Layout
34928
34929 \backslash
34930 vee
34931 \end_layout
34932
34933 \end_inset
34934 </cell>
34935 </row>
34936 <row>
34937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34938 \begin_inset Text
34939
34940 \begin_layout Plain Layout
34941
34942 \backslash
34943 neq
34944 \end_layout
34945
34946 \end_inset
34947 </cell>
34948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34949 \begin_inset Text
34950
34951 \begin_layout Plain Layout
34952
34953 \backslash
34954 not=
34955 \end_layout
34956
34957 \end_inset
34958 </cell>
34959 </row>
34960 <row>
34961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34962 \begin_inset Text
34963
34964 \begin_layout Plain Layout
34965
34966 \backslash
34967 slash
34968 \end_layout
34969
34970 \end_inset
34971 </cell>
34972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34973 \begin_inset Text
34974
34975 \begin_layout Plain Layout
34976 /
34977 \end_layout
34978
34979 \end_inset
34980 </cell>
34981 </row>
34982 <row>
34983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34984 \begin_inset Text
34985
34986 \begin_layout Plain Layout
34987
34988 \backslash
34989 vert
34990 \end_layout
34991
34992 \end_inset
34993 </cell>
34994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34995 \begin_inset Text
34996
34997 \begin_layout Plain Layout
34998 |
34999 \end_layout
35000
35001 \end_inset
35002 </cell>
35003 </row>
35004 </lyxtabular>
35005
35006 \end_inset
35007
35008
35009 \begin_inset Space \hfill{}
35010 \end_inset
35011
35012
35013 \begin_inset Tabular
35014 <lyxtabular version="3" rows="12" columns="2">
35015 <features>
35016 <column alignment="center" valignment="top" width="0pt">
35017 <column alignment="center" valignment="top" width="0pt">
35018 <row>
35019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35020 \begin_inset Text
35021
35022 \begin_layout Plain Layout
35023 Befehl
35024 \end_layout
35025
35026 \end_inset
35027 </cell>
35028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35029 \begin_inset Text
35030
35031 \begin_layout Plain Layout
35032 äquivalent zu
35033 \end_layout
35034
35035 \end_inset
35036 </cell>
35037 </row>
35038 <row>
35039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35040 \begin_inset Text
35041
35042 \begin_layout Plain Layout
35043
35044 \backslash
35045 backslash
35046 \end_layout
35047
35048 \end_inset
35049 </cell>
35050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35051 \begin_inset Text
35052
35053 \begin_layout Plain Layout
35054
35055 \backslash
35056
35057 \backslash
35058
35059 \end_layout
35060
35061 \end_inset
35062 </cell>
35063 </row>
35064 <row>
35065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35066 \begin_inset Text
35067
35068 \begin_layout Plain Layout
35069
35070 \backslash
35071 dasharrow
35072 \end_layout
35073
35074 \end_inset
35075 </cell>
35076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35077 \begin_inset Text
35078
35079 \begin_layout Plain Layout
35080
35081 \backslash
35082 dashrightarrow
35083 \end_layout
35084
35085 \end_inset
35086 </cell>
35087 </row>
35088 <row>
35089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35090 \begin_inset Text
35091
35092 \begin_layout Plain Layout
35093
35094 \backslash
35095 land
35096 \end_layout
35097
35098 \end_inset
35099 </cell>
35100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35101 \begin_inset Text
35102
35103 \begin_layout Plain Layout
35104
35105 \backslash
35106 wedge
35107 \end_layout
35108
35109 \end_inset
35110 </cell>
35111 </row>
35112 <row>
35113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35114 \begin_inset Text
35115
35116 \begin_layout Plain Layout
35117
35118 \backslash
35119 rbrace
35120 \end_layout
35121
35122 \end_inset
35123 </cell>
35124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35125 \begin_inset Text
35126
35127 \begin_layout Plain Layout
35128 }
35129 \end_layout
35130
35131 \end_inset
35132 </cell>
35133 </row>
35134 <row>
35135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35136 \begin_inset Text
35137
35138 \begin_layout Plain Layout
35139
35140 \backslash
35141 rbracket
35142 \end_layout
35143
35144 \end_inset
35145 </cell>
35146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35147 \begin_inset Text
35148
35149 \begin_layout Plain Layout
35150 ]
35151 \end_layout
35152
35153 \end_inset
35154 </cell>
35155 </row>
35156 <row>
35157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35158 \begin_inset Text
35159
35160 \begin_layout Plain Layout
35161
35162 \backslash
35163 rightarrow
35164 \end_layout
35165
35166 \end_inset
35167 </cell>
35168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35169 \begin_inset Text
35170
35171 \begin_layout Plain Layout
35172
35173 \backslash
35174 to
35175 \end_layout
35176
35177 \end_inset
35178 </cell>
35179 </row>
35180 <row>
35181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35182 \begin_inset Text
35183
35184 \begin_layout Plain Layout
35185
35186 \backslash
35187 lnot
35188 \end_layout
35189
35190 \end_inset
35191 </cell>
35192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35193 \begin_inset Text
35194
35195 \begin_layout Plain Layout
35196
35197 \backslash
35198 neg
35199 \end_layout
35200
35201 \end_inset
35202 </cell>
35203 </row>
35204 <row>
35205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35206 \begin_inset Text
35207
35208 \begin_layout Plain Layout
35209
35210 \backslash
35211 ne
35212 \end_layout
35213
35214 \end_inset
35215 </cell>
35216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35217 \begin_inset Text
35218
35219 \begin_layout Plain Layout
35220
35221 \backslash
35222 not=
35223 \end_layout
35224
35225 \end_inset
35226 </cell>
35227 </row>
35228 <row>
35229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35230 \begin_inset Text
35231
35232 \begin_layout Plain Layout
35233
35234 \backslash
35235 owns
35236 \end_layout
35237
35238 \end_inset
35239 </cell>
35240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35241 \begin_inset Text
35242
35243 \begin_layout Plain Layout
35244
35245 \backslash
35246 ni
35247 \end_layout
35248
35249 \end_inset
35250 </cell>
35251 </row>
35252 <row>
35253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35254 \begin_inset Text
35255
35256 \begin_layout Plain Layout
35257
35258 \backslash
35259 square
35260 \end_layout
35261
35262 \end_inset
35263 </cell>
35264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35265 \begin_inset Text
35266
35267 \begin_layout Plain Layout
35268
35269 \backslash
35270 Box
35271 \end_layout
35272
35273 \end_inset
35274 </cell>
35275 </row>
35276 <row>
35277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35278 \begin_inset Text
35279
35280 \begin_layout Plain Layout
35281
35282 \backslash
35283 Vert
35284 \end_layout
35285
35286 \end_inset
35287 </cell>
35288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35289 \begin_inset Text
35290
35291 \begin_layout Plain Layout
35292
35293 \backslash
35294 |
35295 \end_layout
35296
35297 \end_inset
35298 </cell>
35299 </row>
35300 </lyxtabular>
35301
35302 \end_inset
35303
35304
35305 \begin_inset Space \hfill{}
35306 \end_inset
35307
35308
35309 \end_layout
35310
35311 \begin_layout Standard
35312 \begin_inset Newpage newpage
35313 \end_inset
35314
35315
35316 \end_layout
35317
35318 \begin_layout Bibliography
35319 \begin_inset CommandInset bibitem
35320 LatexCommand bibitem
35321 key "TLC2"
35322
35323 \end_inset
35324
35325
35326 \shape smallcaps
35327 Mittelbach, F.
35328  ; Goossens, M.
35329 \shape default
35330
35331 \shape italic
35332 The LaTeX Companion
35333 \shape default
35334 .
35335  Addison Wesley, 2004
35336 \end_layout
35337
35338 \begin_layout Bibliography
35339 \begin_inset CommandInset bibitem
35340 LatexCommand bibitem
35341 key "Mathmode"
35342
35343 \end_inset
35344
35345
35346 \begin_inset CommandInset href
35347 LatexCommand href
35348 name "Beschreibung"
35349 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35350
35351 \end_inset
35352
35353  der mathematischen Fähigkeiten von LaTeX
35354 \end_layout
35355
35356 \begin_layout Bibliography
35357 \begin_inset CommandInset bibitem
35358 LatexCommand bibitem
35359 key "Voss"
35360
35361 \end_inset
35362
35363 LaTeX Tipps- und Tricks-
35364 \begin_inset CommandInset href
35365 LatexCommand href
35366 name "Seite"
35367 target "http://tug.org/TeXnik/"
35368
35369 \end_inset
35370
35371
35372 \end_layout
35373
35374 \begin_layout Bibliography
35375 \begin_inset CommandInset bibitem
35376 LatexCommand bibitem
35377 key "AMS"
35378
35379 \end_inset
35380
35381
35382 \begin_inset CommandInset href
35383 LatexCommand href
35384 name "Beschreibung"
35385 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35386
35387 \end_inset
35388
35389  von 
35390 \begin_inset ERT
35391 status collapsed
35392
35393 \begin_layout Plain Layout
35394
35395
35396 \backslash
35397 AmS
35398 \end_layout
35399
35400 \end_inset
35401
35402 -LaTeX
35403 \end_layout
35404
35405 \begin_layout Bibliography
35406 \begin_inset CommandInset bibitem
35407 LatexCommand bibitem
35408 key "Symbole"
35409
35410 \end_inset
35411
35412
35413 \begin_inset CommandInset href
35414 LatexCommand href
35415 name "Auflistung"
35416 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35417
35418 \end_inset
35419
35420  aller über LaTeX-Pakete verfügbare Symbole
35421 \end_layout
35422
35423 \begin_layout Bibliography
35424 \begin_inset CommandInset bibitem
35425 LatexCommand bibitem
35426 key "hyperref"
35427
35428 \end_inset
35429
35430
35431 \begin_inset CommandInset href
35432 LatexCommand href
35433 name "Dokumentation"
35434 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35435
35436 \end_inset
35437
35438  des LaTeX-Pakets 
35439 \series bold
35440 hyperref
35441 \series default
35442
35443 \begin_inset Index
35444 status collapsed
35445
35446 \begin_layout Plain Layout
35447 Pakete ! hyperref
35448 \end_layout
35449
35450 \end_inset
35451
35452
35453 \end_layout
35454
35455 \begin_layout Bibliography
35456 \begin_inset CommandInset bibitem
35457 LatexCommand bibitem
35458 key "Mathclap"
35459
35460 \end_inset
35461
35462
35463 \begin_inset CommandInset href
35464 LatexCommand href
35465 name "Beschreibung"
35466 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35467
35468 \end_inset
35469
35470  des in 
35471 \begin_inset CommandInset ref
35472 LatexCommand ref
35473 reference "sub:Operatorgrenzen"
35474
35475 \end_inset
35476
35477  vorgestellten Befehls 
35478 \series bold
35479
35480 \backslash
35481 mathclap
35482 \series default
35483
35484 \begin_inset Index
35485 status collapsed
35486
35487 \begin_layout Plain Layout
35488 Befehle ! M ! 
35489 \backslash
35490 mathclap
35491 \end_layout
35492
35493 \end_inset
35494
35495
35496 \end_layout
35497
35498 \begin_layout Bibliography
35499 \begin_inset CommandInset bibitem
35500 LatexCommand bibitem
35501 key "Duden"
35502
35503 \end_inset
35504
35505
35506 \emph on
35507 Duden Band 1
35508 \emph default
35509 .
35510  22.
35511  Auflage, Duden Verlag 2001
35512 \end_layout
35513
35514 \begin_layout Subsubsection*
35515 \begin_inset Note Note
35516 status collapsed
35517
35518 \begin_layout Plain Layout
35519 Damit der Index den Namen 
35520 \begin_inset Quotes gld
35521 \end_inset
35522
35523 Stichwortverzeichnis
35524 \begin_inset Quotes grd
35525 \end_inset
35526
35527  erhält, wurde im LaTeX-Vorspann
35528 \end_layout
35529
35530 \begin_layout Plain Layout
35531
35532 \series bold
35533
35534 \backslash
35535 addto
35536 \backslash
35537 captionsngerman{
35538 \backslash
35539 renewcommand{
35540 \backslash
35541 indexname}{Stichwortverzeichnis}}
35542 \end_layout
35543
35544 \begin_layout Plain Layout
35545 eingefügt.
35546 \end_layout
35547
35548 \begin_layout Plain Layout
35549 Das Paket 
35550 \series bold
35551 babel
35552 \series default
35553  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
35554  Ehe man Beschriftungen ändern kann, muss es geladen werden.
35555  Außerdem wird 
35556 \series bold
35557 babel
35558 \series default
35559  von LyX automatisch nach dem LaTeX-Vorspann geladen.
35560  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
35561 che verwendet wurde.
35562 \end_layout
35563
35564 \begin_layout Plain Layout
35565 Möchte man andere Beschriftungen ändern, ersetzt man 
35566 \series bold
35567
35568 \backslash
35569 indexname
35570 \series default
35571  durch 
35572 \series bold
35573
35574 \backslash
35575 <Beschriftungs>name
35576 \series default
35577 .
35578  Eine Auflistung der möglichen Namen findet man unter
35579 \end_layout
35580
35581 \begin_layout Plain Layout
35582
35583 \family typewriter
35584 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
35585 \end_layout
35586
35587 \begin_layout Plain Layout
35588 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
35589 \series bold
35590 ngerman
35591 \series default
35592  durch die Dokumentsprache und
35593 \end_layout
35594
35595 \begin_layout Plain Layout
35596
35597 \series bold
35598
35599 \backslash
35600 captionsgerman
35601 \series default
35602  durch 
35603 \series bold
35604
35605 \backslash
35606 captions<Dokumentsprache>
35607 \series default
35608 .
35609 \end_layout
35610
35611 \end_inset
35612
35613
35614 \begin_inset CommandInset index_print
35615 LatexCommand printindex
35616
35617 \end_inset
35618
35619
35620 \end_layout
35621
35622 \end_body
35623 \end_document