]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
188b6bad3f7b8cfffcac260a61f68bcece2760a9
[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 338
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 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
43 \newlength{\abc}
44 \settowidth{\abc}{\space}
45 \addto\extrasngerman{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{Kap.\negthinspace}
48  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}}
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 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
56 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
57 \pagenumbering{roman}
58 \let\myTOC\tableofcontents
59 \renewcommand{\tableofcontents}{%
60  \vspace{1cm}
61  \pdfbookmark[1]{\contentsname}{}
62  \myTOC
63  \cleardoublepage
64  \pagenumbering{arabic}}
65
66 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
67 \let\myFoot\footnote
68 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
69
70 % provides caption formatting
71 \setkomafont{captionlabel}{\bfseries}
72
73 % benutzt in Kap. 22.4
74 \usepackage{braket}
75
76 % benutzt in Kap. 22.6
77 \usepackage[samesize]{cancel}
78
79 % enables calculation of values,
80 \usepackage{calc}
81
82 % für Mehrfachzeilen und -spalten
83 \usepackage{multirow}
84 \usepackage{multicol}
85
86 % benutzt in Kap. 19.4
87 \usepackage{remreset}
88
89 %Mehrfachzeilen zentriert ausrichten (z.B. in Kap. 13.3)
90 \renewcommand{\multirowsetup}{\centering}
91
92 % Farbdefinition aus Kap. 9.3
93 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
94
95 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
96 \DeclareMathOperator*{\Raute}{\blacklozenge}
97 \DeclareMathOperator{\sgn}{sgn}
98
99 \newcommand{\leer}{\textvisiblespace}
100
101 % Beispielbefehle aus Kap. 20.1 
102 \newcommand{\gr}{\Longrightarrow}
103 \newcommand{\us}[1]{\underline{#1}}
104 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
105 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
106 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
107
108 % Beispielmakro aus Kap. 19.4
109 %\def\tagform@#1{\maketag@@@{|#1|}}
110
111 % Makro aus Kap. 10.2
112 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
113 \def\mathclap {\mathpalette \mathclapinternal}
114 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
115
116 % Grauschrift Notiz umdefinieren
117 \renewenvironment{lyxgreyedout}
118  {\textcolor{blue}\bgroup}{\egroup}
119
120 % Damit der Index einen anderen Namen erhält.
121 \addto\captionsngerman
122 {\renewcommand{\indexname}
123 {Stichwort- und Befehlsverzeichnis}}
124
125 % ------------------------------------
126 % used to check for needed LaTeX packages
127 \usepackage{ifthen}
128
129 % testen ob das Paket eurosym installiert ist
130 % wird benutzt für das Euro-Symbol
131 \newboolean{eurosym}
132 \IfFileExists{eurosym.sty}
133  {\usepackage[gennarrow]{eurosym}
134   \setboolean{eurosym}{true}}
135  {\setboolean{eurosym}{false}}
136
137 % benutzt in Kap. 22.4
138 % testen ob Paket braket installiert ist
139 \newboolean{braket}
140 \IfFileExists{braket.sty}
141  {\usepackage{braket}
142   \setboolean{braket}{true}}
143  {\setboolean{braket}{false}}
144
145 % benutzt in Kap. 22.10
146 % testen ob Paket upgreek installiert ist
147 \newboolean{upgreek}
148 \IfFileExists{upgreek.sty}
149  {\usepackage{upgreek}
150   \setboolean{upgreek}{true}}
151  {\setboolean{upgreek}{false}}
152
153 % benötigt für Kommas in Formeln, siehe Kap. 22.3
154 \IfFileExists{icomma.sty}
155  {\usepackage{icomma}}{}
156 \end_preamble
157 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
158 \language ngerman
159 \inputencoding auto
160 \font_roman default
161 \font_sans default
162 \font_typewriter default
163 \font_default_family default
164 \font_sc false
165 \font_osf false
166 \font_sf_scale 100
167 \font_tt_scale 100
168
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@TeX-Modus
632 \end_layout
633
634 \end_inset
635
636  gelangt man über den Werkzeugleistenknopf 
637 \begin_inset Graphics
638         filename ../../images/ert-insert.png
639         scale 85
640
641 \end_inset
642
643  oder das Menü 
644 \family sans
645 Einfügen\SpecialChar \menuseparator
646 Te
647 \begin_inset ERT
648 status collapsed
649
650 \begin_layout Plain Layout
651
652 {}
653 \end_layout
654
655 \end_inset
656
657 X
658 \begin_inset space ~
659 \end_inset
660
661 Code
662 \family default
663  (Tastenkürzel 
664 \family sans
665 Strg-l
666 \family default
667 ).
668 \begin_inset Note Note
669 status collapsed
670
671 \begin_layout Plain Layout
672 In LyX gibt es drei 
673 \begin_inset Quotes gld
674 \end_inset
675
676 Eigennamen
677 \begin_inset Quotes grd
678 \end_inset
679
680 , die im Ausdruck mit hoch bzw.
681  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
682 \end_layout
683
684 \begin_layout Plain Layout
685 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
686  man ein TeX-Klammerpaar ein.
687 \end_layout
688
689 \end_inset
690
691
692 \end_layout
693
694 \begin_layout Standard
695 In den LaTeX-Vorspann
696 \begin_inset Index
697 status collapsed
698
699 \begin_layout Plain Layout
700 L@LaTeX-Vorspann
701 \end_layout
702
703 \end_inset
704
705  gelangt man über das Menü 
706 \family sans
707 Dokument\SpecialChar \menuseparator
708 Einstellungen\SpecialChar \menuseparator
709 LaT
710 \begin_inset ERT
711 status collapsed
712
713 \begin_layout Plain Layout
714
715 {}
716 \end_layout
717
718 \end_inset
719
720 eX-Vorspann
721 \family default
722 .
723 \end_layout
724
725 \begin_layout Standard
726 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
727 en Formeln kann man die Menüs 
728 \family sans
729 Bearbeiten\SpecialChar \menuseparator
730 Mathe
731 \family default
732  und 
733 \family sans
734 Bearbeiten\SpecialChar \menuseparator
735 Zeilen
736 \begin_inset space \thinspace{}
737 \end_inset
738
739 &
740 \begin_inset space \thinspace{}
741 \end_inset
742
743 Spalten
744 \family default
745  oder die 
746 \family sans
747 Tabellen-Werkzeugleiste
748 \family default
749  verwenden.
750  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
751  die Spalte bzw.
752  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
753  bzw.
754  darunter liegenden Zeile vertauscht.
755  Befindet sich der Cursor in der letzten Spalte bzw.
756  Zeile, wird mit der links daneben stehenden Spalte bzw.
757  darüber liegenden Zeile vertauscht.
758 \end_layout
759
760 \begin_layout Standard
761 Zum Schreiben von Text in einer Formel
762 \begin_inset Foot
763 status collapsed
764
765 \begin_layout Plain Layout
766 Bei mehrzeiligen Formeln wird der Befehl 
767 \series bold
768
769 \backslash
770 intertext
771 \series default
772  verwendet, siehe 
773 \begin_inset CommandInset ref
774 LatexCommand ref
775 reference "sub:Text-in-mehrzeiligen"
776
777 \end_inset
778
779 .
780 \end_layout
781
782 \end_inset
783
784  verwendet man den 
785 \emph on
786 mathematischen Textmodus
787 \emph default
788
789 \begin_inset Index
790 status collapsed
791
792 \begin_layout Plain Layout
793 Text ! in Formeln
794 \end_layout
795
796 \end_inset
797
798
799 \begin_inset Index
800 status collapsed
801
802 \begin_layout Plain Layout
803 Mathematischer Textmodus
804 \end_layout
805
806 \end_inset
807
808 , in den man mit dem Tastenkürzel 
809 \family sans
810 Alt-m
811 \begin_inset space ~
812 \end_inset
813
814 m
815 \family default
816  oder durch Eingabe des Befehls 
817 \series bold
818
819 \backslash
820 text
821 \begin_inset Index
822 status collapsed
823
824 \begin_layout Plain Layout
825 Befehle ! T ! 
826 \backslash
827 text
828 \end_layout
829
830 \end_inset
831
832
833 \series default
834  gelangt.
835  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
836  Formel unterscheiden.
837  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
838  anderen Zeichen einer Formel nicht kursiv.
839 \end_layout
840
841 \begin_layout Subsection*
842 Befehlsschema
843 \end_layout
844
845 \begin_layout Standard
846 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
847  Schema:
848 \end_layout
849
850 \begin_layout Standard
851
852 \series bold
853
854 \backslash
855 Befehlsname[optionales
856 \series default
857  
858 \series bold
859 Argument]{anzugebendes
860 \series default
861  
862 \series bold
863 Argument}
864 \end_layout
865
866 \begin_layout Standard
867 Ein Befehl muss immer mit einem Backslash 
868 \begin_inset Quotes gld
869 \end_inset
870
871
872 \series bold
873
874 \backslash
875
876 \series default
877
878 \begin_inset Quotes grd
879 \end_inset
880
881  beginnen.
882  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
883  eckigen Klammern weggelassen werden.
884  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
885 \begin_inset Index
886 status collapsed
887
888 \begin_layout Plain Layout
889 T@TeX-Klammern
890 \end_layout
891
892 \end_inset
893
894  bezeichnet.
895  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
896  an, erzeugt LyX automatisch eine TeX-Klammer.
897  Ansonsten werden sie in Formeln mit dem Befehl 
898 \series bold
899
900 \backslash
901 {
902 \series default
903  erzeugt.
904  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
905  Klammern, die blau erscheinen.
906  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
907  TeX-Klammern erscheinen nicht im Ausdruck.
908 \end_layout
909
910 \begin_layout Standard
911 Werden Befehle ohne Argumente, wie z.
912 \begin_inset space \thinspace{}
913 \end_inset
914
915 B.
916  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
917 \emph on
918 immer
919 \emph default
920  ein Leerzeichen folgen um ihn zu beenden.
921  Dieses Leerzeichen erscheint nicht im Ausdruck.
922  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
923  normalen Text ein geschütztes Leerzeichen folgen.
924 \end_layout
925
926 \begin_layout Standard
927 Ein geschütztes Leerzeichen gibt man mit 
928 \family sans
929 Strg-Leertaste
930 \family default
931  ein.
932 \end_layout
933
934 \begin_layout Subsection*
935 Zeichenerklärung
936 \end_layout
937
938 \begin_layout Itemize
939 Das Symbol
940 \begin_inset Foot
941 status collapsed
942
943 \begin_layout Plain Layout
944 Dieses sichtbare Leerzeichen erhält man über den Befehl 
945 \series bold
946
947 \backslash
948 textvisiblespace
949 \series default
950
951 \begin_inset Index
952 status collapsed
953
954 \begin_layout Plain Layout
955 Befehle ! T ! 
956 \backslash
957 textvisiblespace
958 \end_layout
959
960 \end_inset
961
962 , der im TeX-Modus einzugeben ist.
963 \end_layout
964
965 \end_inset
966
967  
968 \begin_inset ERT
969 status collapsed
970
971 \begin_layout Plain Layout
972
973
974 \backslash
975 leer 
976 \end_layout
977
978 \end_inset
979
980
981 \begin_inset space ~
982 \end_inset
983
984 steht für ein einzugebendes Leerzeichen.
985 \end_layout
986
987 \begin_layout Itemize
988 Ein Pfeil wie z.
989 \begin_inset space \thinspace{}
990 \end_inset
991
992 B.
993  
994 \begin_inset Formula $\to$
995 \end_inset
996
997  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
998 \end_layout
999
1000 \begin_layout Subsection*
1001 Verfügbare Einheiten
1002 \end_layout
1003
1004 \begin_layout Standard
1005 \align center
1006 \begin_inset Float table
1007 placement H
1008 wide false
1009 sideways false
1010 status open
1011
1012 \begin_layout Plain Layout
1013 \align center
1014 \begin_inset Caption
1015
1016 \begin_layout Plain Layout
1017 \begin_inset CommandInset label
1018 LatexCommand label
1019 name "tab:Verfügbare-Einheiten"
1020
1021 \end_inset
1022
1023 Verfügbare Einheiten
1024 \end_layout
1025
1026 \end_inset
1027
1028
1029 \end_layout
1030
1031 \begin_layout Plain Layout
1032 \align center
1033 \begin_inset Tabular
1034 <lyxtabular version="3" rows="13" columns="2">
1035 <features>
1036 <column alignment="center" valignment="top" width="0">
1037 <column alignment="center" valignment="top" width="0">
1038 <row>
1039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1040 \begin_inset Text
1041
1042 \begin_layout Plain Layout
1043 Einheit
1044 \end_layout
1045
1046 \end_inset
1047 </cell>
1048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1049 \begin_inset Text
1050
1051 \begin_layout Plain Layout
1052 Name / Beschreibung
1053 \end_layout
1054
1055 \end_inset
1056 </cell>
1057 </row>
1058 <row>
1059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1060 \begin_inset Text
1061
1062 \begin_layout Plain Layout
1063 mm
1064 \end_layout
1065
1066 \end_inset
1067 </cell>
1068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1069 \begin_inset Text
1070
1071 \begin_layout Plain Layout
1072 Millimeter
1073 \end_layout
1074
1075 \end_inset
1076 </cell>
1077 </row>
1078 <row>
1079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1080 \begin_inset Text
1081
1082 \begin_layout Plain Layout
1083 cm
1084 \end_layout
1085
1086 \end_inset
1087 </cell>
1088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1089 \begin_inset Text
1090
1091 \begin_layout Plain Layout
1092 Zentimeter
1093 \end_layout
1094
1095 \end_inset
1096 </cell>
1097 </row>
1098 <row>
1099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1100 \begin_inset Text
1101
1102 \begin_layout Plain Layout
1103 in
1104 \end_layout
1105
1106 \end_inset
1107 </cell>
1108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1109 \begin_inset Text
1110
1111 \begin_layout Plain Layout
1112 Inch / Zoll (1
1113 \begin_inset space \thinspace{}
1114 \end_inset
1115
1116 in = 2,54
1117 \begin_inset space \thinspace{}
1118 \end_inset
1119
1120 cm)
1121 \end_layout
1122
1123 \end_inset
1124 </cell>
1125 </row>
1126 <row>
1127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1128 \begin_inset Text
1129
1130 \begin_layout Plain Layout
1131 pt
1132 \end_layout
1133
1134 \end_inset
1135 </cell>
1136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1137 \begin_inset Text
1138
1139 \begin_layout Plain Layout
1140 Punkt (72,27
1141 \begin_inset space \thinspace{}
1142 \end_inset
1143
1144 pt = 1
1145 \begin_inset space \thinspace{}
1146 \end_inset
1147
1148 in)
1149 \end_layout
1150
1151 \end_inset
1152 </cell>
1153 </row>
1154 <row>
1155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1156 \begin_inset Text
1157
1158 \begin_layout Plain Layout
1159 pc
1160 \end_layout
1161
1162 \end_inset
1163 </cell>
1164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1165 \begin_inset Text
1166
1167 \begin_layout Plain Layout
1168 Pica (1
1169 \begin_inset space \thinspace{}
1170 \end_inset
1171
1172 pc = 12
1173 \begin_inset space \thinspace{}
1174 \end_inset
1175
1176 pt)
1177 \end_layout
1178
1179 \end_inset
1180 </cell>
1181 </row>
1182 <row>
1183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1184 \begin_inset Text
1185
1186 \begin_layout Plain Layout
1187 sp
1188 \end_layout
1189
1190 \end_inset
1191 </cell>
1192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1193 \begin_inset Text
1194
1195 \begin_layout Plain Layout
1196 scaled point (65536
1197 \begin_inset space \thinspace{}
1198 \end_inset
1199
1200 sp = 1
1201 \begin_inset space \thinspace{}
1202 \end_inset
1203
1204 pt)
1205 \end_layout
1206
1207 \end_inset
1208 </cell>
1209 </row>
1210 <row>
1211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1212 \begin_inset Text
1213
1214 \begin_layout Plain Layout
1215 bp
1216 \end_layout
1217
1218 \end_inset
1219 </cell>
1220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1221 \begin_inset Text
1222
1223 \begin_layout Plain Layout
1224 big point (72
1225 \begin_inset space \thinspace{}
1226 \end_inset
1227
1228 bp = 1
1229 \begin_inset space \thinspace{}
1230 \end_inset
1231
1232 in)
1233 \end_layout
1234
1235 \end_inset
1236 </cell>
1237 </row>
1238 <row>
1239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1240 \begin_inset Text
1241
1242 \begin_layout Plain Layout
1243 dd
1244 \end_layout
1245
1246 \end_inset
1247 </cell>
1248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1249 \begin_inset Text
1250
1251 \begin_layout Plain Layout
1252 Didot (1
1253 \begin_inset space \thinspace{}
1254 \end_inset
1255
1256 dd 
1257 \begin_inset Formula $\approx$
1258 \end_inset
1259
1260  0,376
1261 \begin_inset space \thinspace{}
1262 \end_inset
1263
1264 mm)
1265 \end_layout
1266
1267 \end_inset
1268 </cell>
1269 </row>
1270 <row>
1271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1272 \begin_inset Text
1273
1274 \begin_layout Plain Layout
1275 cc
1276 \end_layout
1277
1278 \end_inset
1279 </cell>
1280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1281 \begin_inset Text
1282
1283 \begin_layout Plain Layout
1284 Cicero (1
1285 \begin_inset space \thinspace{}
1286 \end_inset
1287
1288 cc = 12
1289 \begin_inset space \thinspace{}
1290 \end_inset
1291
1292 dd)
1293 \end_layout
1294
1295 \end_inset
1296 </cell>
1297 </row>
1298 <row>
1299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1300 \begin_inset Text
1301
1302 \begin_layout Plain Layout
1303 ex
1304 \end_layout
1305
1306 \end_inset
1307 </cell>
1308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1309 \begin_inset Text
1310
1311 \begin_layout Plain Layout
1312 Höhe des Buchstabens 
1313 \emph on
1314 x
1315 \emph default
1316  in der aktuellen Schrift
1317 \end_layout
1318
1319 \end_inset
1320 </cell>
1321 </row>
1322 <row>
1323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1324 \begin_inset Text
1325
1326 \begin_layout Plain Layout
1327 em
1328 \end_layout
1329
1330 \end_inset
1331 </cell>
1332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1333 \begin_inset Text
1334
1335 \begin_layout Plain Layout
1336 Breite des Buchstabens 
1337 \emph on
1338 M
1339 \emph default
1340  in der aktuellen Schrift
1341 \end_layout
1342
1343 \end_inset
1344 </cell>
1345 </row>
1346 <row>
1347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1348 \begin_inset Text
1349
1350 \begin_layout Plain Layout
1351 mu
1352 \end_layout
1353
1354 \end_inset
1355 </cell>
1356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1357 \begin_inset Text
1358
1359 \begin_layout Plain Layout
1360 math unit (1
1361 \begin_inset space \thinspace{}
1362 \end_inset
1363
1364 mu = 
1365 \begin_inset Formula $\nicefrac{1}{18}$
1366 \end_inset
1367
1368
1369 \begin_inset space \thinspace{}
1370 \end_inset
1371
1372 em)
1373 \end_layout
1374
1375 \end_inset
1376 </cell>
1377 </row>
1378 </lyxtabular>
1379
1380 \end_inset
1381
1382
1383 \end_layout
1384
1385 \end_inset
1386
1387
1388 \end_layout
1389
1390 \begin_layout Standard
1391 \begin_inset Newpage newpage
1392 \end_inset
1393
1394
1395 \end_layout
1396
1397 \begin_layout Section
1398 Grundlegende Funktionen
1399 \end_layout
1400
1401 \begin_layout Subsection
1402 Exponenten
1403 \begin_inset Index
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407 Exponenten
1408 \end_layout
1409
1410 \end_inset
1411
1412  und Indizes
1413 \begin_inset Index
1414 status collapsed
1415
1416 \begin_layout Plain Layout
1417 Indizes
1418 \end_layout
1419
1420 \end_inset
1421
1422
1423 \begin_inset Index
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427 Hochstellen|see
1428 \begin_inset ERT
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432
1433 {
1434 \end_layout
1435
1436 \end_inset
1437
1438 Exponenten
1439 \begin_inset ERT
1440 status collapsed
1441
1442 \begin_layout Plain Layout
1443
1444 }
1445 \end_layout
1446
1447 \end_inset
1448
1449
1450 \end_layout
1451
1452 \end_inset
1453
1454
1455 \begin_inset Index
1456 status collapsed
1457
1458 \begin_layout Plain Layout
1459 Tiefstellen|see
1460 \begin_inset ERT
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464
1465 {
1466 \end_layout
1467
1468 \end_inset
1469
1470 Indizes
1471 \begin_inset ERT
1472 status collapsed
1473
1474 \begin_layout Plain Layout
1475
1476 }
1477 \end_layout
1478
1479 \end_inset
1480
1481
1482 \end_layout
1483
1484 \end_inset
1485
1486
1487 \end_layout
1488
1489 \begin_layout Standard
1490 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1491  
1492 \begin_inset Graphics
1493         filename ../../images/math-subscript.png
1494         scale 85
1495
1496 \end_inset
1497
1498 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1499  
1500 \begin_inset Graphics
1501         filename ../../images/math-superscript.png
1502         scale 85
1503
1504 \end_inset
1505
1506  erzeugt.
1507 \end_layout
1508
1509 \begin_layout Standard
1510 \align center
1511 \begin_inset Tabular
1512 <lyxtabular version="3" rows="4" columns="2">
1513 <features>
1514 <column alignment="center" valignment="top" width="0pt">
1515 <column alignment="center" valignment="top" width="0pt">
1516 <row>
1517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1518 \begin_inset Text
1519
1520 \begin_layout Plain Layout
1521 Befehl
1522 \end_layout
1523
1524 \end_inset
1525 </cell>
1526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1527 \begin_inset Text
1528
1529 \begin_layout Plain Layout
1530 Ergebnis
1531 \begin_inset Note Note
1532 status collapsed
1533
1534 \begin_layout Plain Layout
1535
1536 \series bold
1537
1538 \backslash
1539 raisebox
1540 \series default
1541  dient nur als Abstandhalter.
1542 \end_layout
1543
1544 \end_inset
1545
1546
1547 \end_layout
1548
1549 \end_inset
1550 </cell>
1551 </row>
1552 <row>
1553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1554 \begin_inset Text
1555
1556 \begin_layout Plain Layout
1557 B_V
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1563 \begin_inset Text
1564
1565 \begin_layout Plain Layout
1566 \begin_inset Formula $B_{V}$
1567 \end_inset
1568
1569
1570 \end_layout
1571
1572 \end_inset
1573 </cell>
1574 </row>
1575 <row>
1576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1577 \begin_inset Text
1578
1579 \begin_layout Plain Layout
1580 B^V
1581 \end_layout
1582
1583 \end_inset
1584 </cell>
1585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1586 \begin_inset Text
1587
1588 \begin_layout Plain Layout
1589 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1590 \end_inset
1591
1592
1593 \end_layout
1594
1595 \end_inset
1596 </cell>
1597 </row>
1598 <row>
1599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1600 \begin_inset Text
1601
1602 \begin_layout Plain Layout
1603 B^
1604 \begin_inset ERT
1605 status collapsed
1606
1607 \begin_layout Plain Layout
1608
1609
1610 \backslash
1611 leer 
1612 \end_layout
1613
1614 \end_inset
1615
1616 A
1617 \end_layout
1618
1619 \end_inset
1620 </cell>
1621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1622 \begin_inset Text
1623
1624 \begin_layout Plain Layout
1625 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1626 \end_inset
1627
1628
1629 \end_layout
1630
1631 \end_inset
1632 </cell>
1633 </row>
1634 </lyxtabular>
1635
1636 \end_inset
1637
1638
1639 \end_layout
1640
1641 \begin_layout Standard
1642 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1643 llt
1644 \begin_inset Foot
1645 status collapsed
1646
1647 \begin_layout Plain Layout
1648 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1649 \end_layout
1650
1651 \end_inset
1652
1653 .
1654  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1655  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1656 \end_layout
1657
1658 \begin_layout Subsection
1659 Brüche
1660 \begin_inset CommandInset label
1661 LatexCommand label
1662 name "sub:Brüche"
1663
1664 \end_inset
1665
1666
1667 \begin_inset Index
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671 Brüche
1672 \end_layout
1673
1674 \end_inset
1675
1676
1677 \end_layout
1678
1679 \begin_layout Standard
1680 Brüche werden mit dem Befehl 
1681 \series bold
1682
1683 \backslash
1684 frac
1685 \series default
1686
1687 \begin_inset Index
1688 status collapsed
1689
1690 \begin_layout Plain Layout
1691 Befehle ! F ! 
1692 \backslash
1693 frac
1694 \end_layout
1695
1696 \end_inset
1697
1698  oder mit dem Mathe-Werkzeugleistenknopf 
1699 \begin_inset Graphics
1700         filename ../../images/math/frac.png
1701         scale 50
1702
1703 \end_inset
1704
1705  erstellt.
1706  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1707  in einer eingebetteten oder abgesetzten Formel befindet.
1708  Mit dem Mathe-Werkzeugleistenknopf 
1709 \begin_inset Graphics
1710         filename ../../images/math/frac-square.png
1711         scale 85
1712
1713 \end_inset
1714
1715  können verschieden Bruchtypen gewählt werden.
1716 \end_layout
1717
1718 \begin_layout Standard
1719 Mit dem Befehl 
1720 \series bold
1721
1722 \backslash
1723 dfrac
1724 \begin_inset Index
1725 status collapsed
1726
1727 \begin_layout Plain Layout
1728 Befehle ! D ! 
1729 \backslash
1730 dfrac
1731 \end_layout
1732
1733 \end_inset
1734
1735
1736 \series default
1737  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1738  Formel erscheint.
1739  Mit 
1740 \series bold
1741
1742 \backslash
1743 tfrac
1744 \begin_inset Index
1745 status collapsed
1746
1747 \begin_layout Plain Layout
1748 Befehle ! T ! 
1749 \backslash
1750 tfrac
1751 \end_layout
1752
1753 \end_inset
1754
1755
1756 \series default
1757  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1758  Ein Beispiel:
1759 \end_layout
1760
1761 \begin_layout Standard
1762 Eine Zeile mit dem Bruch 
1763 \begin_inset Formula $\frac{1}{2}$
1764 \end_inset
1765
1766 , der mit dem Befehl 
1767 \series bold
1768
1769 \backslash
1770 frac
1771 \series default
1772  erstellt wurde.
1773 \end_layout
1774
1775 \begin_layout Standard
1776 Eine Zeile mit dem Bruch 
1777 \begin_inset Formula $\dfrac{1}{2}$
1778 \end_inset
1779
1780 , der mit dem Befehl 
1781 \series bold
1782
1783 \backslash
1784 dfrac
1785 \series default
1786  erstellt wurde.
1787 \end_layout
1788
1789 \begin_layout Standard
1790 \align center
1791 \begin_inset Tabular
1792 <lyxtabular version="3" rows="4" columns="2">
1793 <features>
1794 <column alignment="center" valignment="top" width="0pt">
1795 <column alignment="center" valignment="top" width="0pt">
1796 <row>
1797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Plain Layout
1801 Befehl
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Plain Layout
1810 Ergebnis
1811 \begin_inset Note Note
1812 status collapsed
1813
1814 \begin_layout Plain Layout
1815
1816 \series bold
1817
1818 \backslash
1819 raisebox
1820 \series default
1821  dient nur als Abstandhalter.
1822 \end_layout
1823
1824 \end_inset
1825
1826
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 </row>
1832 <row>
1833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1834 \begin_inset Text
1835
1836 \begin_layout Plain Layout
1837
1838 \backslash
1839 frac
1840 \begin_inset ERT
1841 status collapsed
1842
1843 \begin_layout Plain Layout
1844
1845
1846 \backslash
1847 leer 
1848 \end_layout
1849
1850 \end_inset
1851
1852 A
1853 \begin_inset Formula $\downarrow$
1854 \end_inset
1855
1856 B
1857 \end_layout
1858
1859 \end_inset
1860 </cell>
1861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1866 \end_inset
1867
1868
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 </row>
1874 <row>
1875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879
1880 \backslash
1881 dfrac
1882 \begin_inset ERT
1883 status collapsed
1884
1885 \begin_layout Plain Layout
1886
1887
1888 \backslash
1889 leer 
1890 \end_layout
1891
1892 \end_inset
1893
1894 A
1895 \begin_inset Formula $\downarrow$
1896 \end_inset
1897
1898 B
1899 \end_layout
1900
1901 \end_inset
1902 </cell>
1903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1904 \begin_inset Text
1905
1906 \begin_layout Plain Layout
1907 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1908 \end_inset
1909
1910
1911 \end_layout
1912
1913 \end_inset
1914 </cell>
1915 </row>
1916 <row>
1917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1918 \begin_inset Text
1919
1920 \begin_layout Plain Layout
1921
1922 \backslash
1923 dfrac
1924 \begin_inset ERT
1925 status collapsed
1926
1927 \begin_layout Plain Layout
1928
1929
1930 \backslash
1931 leer 
1932 \end_layout
1933
1934 \end_inset
1935
1936 e^
1937 \begin_inset ERT
1938 status collapsed
1939
1940 \begin_layout Plain Layout
1941
1942
1943 \backslash
1944 leer 
1945 \end_layout
1946
1947 \end_inset
1948
1949
1950 \backslash
1951 frac
1952 \begin_inset ERT
1953 status collapsed
1954
1955 \begin_layout Plain Layout
1956
1957
1958 \backslash
1959 leer 
1960 \end_layout
1961
1962 \end_inset
1963
1964 1
1965 \begin_inset Formula $\downarrow$
1966 \end_inset
1967
1968 2
1969 \begin_inset Formula $\downarrow\downarrow$
1970 \end_inset
1971
1972 3
1973 \end_layout
1974
1975 \end_inset
1976 </cell>
1977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1978 \begin_inset Text
1979
1980 \begin_layout Plain Layout
1981 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1982 \end_inset
1983
1984
1985 \end_layout
1986
1987 \end_inset
1988 </cell>
1989 </row>
1990 </lyxtabular>
1991
1992 \end_inset
1993
1994
1995 \end_layout
1996
1997 \begin_layout Standard
1998 \begin_inset VSpace bigskip
1999 \end_inset
2000
2001
2002 \begin_inset Newpage newpage
2003 \end_inset
2004
2005 Für Mehrfachbrüche gibt es den Befehl 
2006 \series bold
2007
2008 \backslash
2009 cfrac
2010 \series default
2011
2012 \begin_inset Index
2013 status collapsed
2014
2015 \begin_layout Plain Layout
2016 Befehle ! C ! 
2017 \backslash
2018 cfrac
2019 \end_layout
2020
2021 \end_inset
2022
2023 .
2024  Dazu ein Beispiel:
2025 \begin_inset VSpace -3mm
2026 \end_inset
2027
2028
2029 \end_layout
2030
2031 \begin_layout Standard
2032 \begin_inset Formula \begin{align*}
2033 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2034 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2035
2036 \end_inset
2037
2038
2039 \end_layout
2040
2041 \begin_layout Standard
2042 Der Befehl für obiges Beispiel lautet:
2043 \end_layout
2044
2045 \begin_layout Standard
2046
2047 \series bold
2048
2049 \backslash
2050 cfrac{A
2051 \begin_inset Formula $\to$
2052 \end_inset
2053
2054
2055 \backslash
2056 {B+
2057 \backslash
2058 cfrac{C+
2059 \backslash
2060 cfrac{E
2061 \begin_inset Formula $\to$
2062 \end_inset
2063
2064
2065 \backslash
2066 {F
2067 \begin_inset Formula $\to\to$
2068 \end_inset
2069
2070
2071 \backslash
2072 {D
2073 \end_layout
2074
2075 \begin_layout Standard
2076 \begin_inset VSpace medskip
2077 \end_inset
2078
2079
2080 \end_layout
2081
2082 \begin_layout Standard
2083
2084 \series bold
2085
2086 \backslash
2087 cfrac
2088 \series default
2089  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2090  auch wenn er selbst Teil eines Bruches ist.
2091  
2092 \series bold
2093
2094 \backslash
2095 cfrac
2096 \series default
2097  besitzt folgendes Befehlsschema:
2098 \end_layout
2099
2100 \begin_layout Standard
2101
2102 \series bold
2103
2104 \backslash
2105 cfrac[Zählerposition]{Zähler}{Nenner}
2106 \end_layout
2107
2108 \begin_layout Standard
2109 Zählerposition kann 
2110 \emph on
2111 l
2112 \emph default
2113  , 
2114 \emph on
2115 c
2116 \emph default
2117  oder 
2118 \emph on
2119 r
2120 \emph default
2121  sein.
2122  Bei 
2123 \emph on
2124 l
2125 \emph default
2126  oder 
2127 \emph on
2128 r
2129 \emph default
2130  wird der Zähler links- bzw.
2131 \begin_inset space ~
2132 \end_inset
2133
2134 rechtsbündig am Bruchstrich ausgerichtet.
2135  Wird 
2136 \emph on
2137 c
2138 \emph default
2139  oder keine Position angegeben, erscheint der Zähler wie gewohnt mittig.
2140  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2141 \begin_inset Newline newline
2142 \end_inset
2143
2144
2145 \series bold
2146
2147 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2148 \end_inset
2149
2150
2151 \begin_inset Formula $\cfrac{A}{B+C}$
2152 \end_inset
2153
2154
2155 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2156 \end_inset
2157
2158
2159 \end_layout
2160
2161 \begin_layout Standard
2162 \begin_inset VSpace medskip
2163 \end_inset
2164
2165 Oftmals ist es am günstigsten 
2166 \series bold
2167
2168 \backslash
2169 cfrac
2170 \series default
2171  und 
2172 \series bold
2173
2174 \backslash
2175 frac
2176 \series default
2177  zu kombinieren:
2178 \begin_inset Formula \[
2179 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2180
2181 \end_inset
2182
2183
2184 \end_layout
2185
2186 \begin_layout Standard
2187 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2188 \series bold
2189
2190 \backslash
2191 nicefrac
2192 \series default
2193
2194 \begin_inset Index
2195 status collapsed
2196
2197 \begin_layout Plain Layout
2198 Befehle ! N ! 
2199 \backslash
2200 nicefrac
2201 \end_layout
2202
2203 \end_inset
2204
2205
2206 \begin_inset Formula $\nicefrac{5}{31}$
2207 \end_inset
2208
2209  oder 
2210 \series bold
2211
2212 \backslash
2213 unitfrac
2214 \series default
2215
2216 \begin_inset Index
2217 status collapsed
2218
2219 \begin_layout Plain Layout
2220 Befehle! U ! 
2221 \backslash
2222 unitfrac
2223 \end_layout
2224
2225 \end_inset
2226
2227
2228 \begin_inset Formula $\unitfrac{5}{31}$
2229 \end_inset
2230
2231  benutzt werden.
2232  Des Weiteren gibt es den Befehl 
2233 \series bold
2234
2235 \backslash
2236 unitfracthree
2237 \series default
2238  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2239 \begin_inset Formula $\unitfrac[2]{1}{3}$
2240 \end_inset
2241
2242
2243 \begin_inset Newline newline
2244 \end_inset
2245
2246 Zu beachten ist, dass 
2247 \series bold
2248
2249 \backslash
2250 unitfracthree
2251 \series default
2252  kein echter LaTeX-Befehl, sondern der Befehl
2253 \begin_inset Newline newline
2254 \end_inset
2255
2256
2257 \series bold
2258
2259 \backslash
2260 unitfrac[Zahl]{Zähler}{Nenner}
2261 \series default
2262  ist, daher kann man ihn nicht im TeX-Code benutzen.
2263 \end_layout
2264
2265 \begin_layout Standard
2266 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2267  in 
2268 \begin_inset CommandInset ref
2269 LatexCommand ref
2270 reference "sub:Selbstdefinierte-Brüche"
2271
2272 \end_inset
2273
2274  erklärt.
2275 \end_layout
2276
2277 \begin_layout Subsection
2278 Wurzeln
2279 \begin_inset Index
2280 status collapsed
2281
2282 \begin_layout Plain Layout
2283 Wurzeln
2284 \end_layout
2285
2286 \end_inset
2287
2288
2289 \end_layout
2290
2291 \begin_layout Standard
2292 Quadratwurzeln werden mit 
2293 \series bold
2294
2295 \backslash
2296 sqrt
2297 \series default
2298
2299 \begin_inset Index
2300 status collapsed
2301
2302 \begin_layout Plain Layout
2303 Befehle ! S ! 
2304 \backslash
2305 sqrt
2306 \end_layout
2307
2308 \end_inset
2309
2310  oder dem Mathe-Werkzeugleistenknopf 
2311 \begin_inset Graphics
2312         filename ../../images/math/sqrt.png
2313         scale 85
2314
2315 \end_inset
2316
2317  gesetzt, alle anderen Wurzeln mit dem Befehl 
2318 \series bold
2319
2320 \backslash
2321 root
2322 \series default
2323
2324 \begin_inset Index
2325 status collapsed
2326
2327 \begin_layout Plain Layout
2328 Befehle ! R ! 
2329 \backslash
2330 root
2331 \end_layout
2332
2333 \end_inset
2334
2335  oder dem Mathe-Werkzeugleistenknopf 
2336 \begin_inset Graphics
2337         filename ../../images/math/root.png
2338         scale 85
2339
2340 \end_inset
2341
2342 .
2343 \end_layout
2344
2345 \begin_layout Standard
2346 \align center
2347 \begin_inset Tabular
2348 <lyxtabular version="3" rows="3" columns="2">
2349 <features>
2350 <column alignment="center" valignment="top" width="0pt">
2351 <column alignment="center" valignment="top" width="0pt">
2352 <row>
2353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2354 \begin_inset Text
2355
2356 \begin_layout Plain Layout
2357 Befehl
2358 \end_layout
2359
2360 \end_inset
2361 </cell>
2362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2363 \begin_inset Text
2364
2365 \begin_layout Plain Layout
2366 Ergebnis
2367 \begin_inset Note Note
2368 status collapsed
2369
2370 \begin_layout Plain Layout
2371
2372 \series bold
2373
2374 \backslash
2375 raisebox
2376 \series default
2377  dient nur als Abstandhalter.
2378 \end_layout
2379
2380 \end_inset
2381
2382
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 </row>
2388 <row>
2389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2390 \begin_inset Text
2391
2392 \begin_layout Plain Layout
2393
2394 \backslash
2395 sqrt
2396 \begin_inset ERT
2397 status collapsed
2398
2399 \begin_layout Plain Layout
2400
2401
2402 \backslash
2403 leer 
2404 \end_layout
2405
2406 \end_inset
2407
2408 A-B
2409 \end_layout
2410
2411 \end_inset
2412 </cell>
2413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2414 \begin_inset Text
2415
2416 \begin_layout Plain Layout
2417 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2418 \end_inset
2419
2420
2421 \end_layout
2422
2423 \end_inset
2424 </cell>
2425 </row>
2426 <row>
2427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2428 \begin_inset Text
2429
2430 \begin_layout Plain Layout
2431
2432 \backslash
2433 root
2434 \begin_inset ERT
2435 status collapsed
2436
2437 \begin_layout Plain Layout
2438
2439
2440 \backslash
2441 leer 
2442 \end_layout
2443
2444 \end_inset
2445
2446 3
2447 \begin_inset Formula $\downarrow$
2448 \end_inset
2449
2450 A-B
2451 \end_layout
2452
2453 \end_inset
2454 </cell>
2455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2456 \begin_inset Text
2457
2458 \begin_layout Plain Layout
2459 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2460 \end_inset
2461
2462
2463 \end_layout
2464
2465 \end_inset
2466 </cell>
2467 </row>
2468 </lyxtabular>
2469
2470 \end_inset
2471
2472
2473 \end_layout
2474
2475 \begin_layout Standard
2476 Eine Quadratwurzel kann man auch mit 
2477 \series bold
2478
2479 \backslash
2480 root
2481 \series default
2482  erstellen, indem man das Feld über der Wurzel frei lässt.
2483 \end_layout
2484
2485 \begin_layout Standard
2486 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2487  Formel: 
2488 \begin_inset Formula $\sqrt[\beta]{B}$
2489 \end_inset
2490
2491
2492 \begin_inset Newline newline
2493 \end_inset
2494
2495 Das 
2496 \begin_inset Formula $\beta$
2497 \end_inset
2498
2499  berührt die Wurzel.
2500  Um dies zu verhindern, verwendet man die Befehle 
2501 \series bold
2502
2503 \backslash
2504 leftroot
2505 \series default
2506
2507 \begin_inset Index
2508 status collapsed
2509
2510 \begin_layout Plain Layout
2511 Befehle ! L ! 
2512 \backslash
2513 leftroot
2514 \end_layout
2515
2516 \end_inset
2517
2518  und 
2519 \series bold
2520
2521 \backslash
2522 uproot
2523 \series default
2524
2525 \begin_inset Index
2526 status collapsed
2527
2528 \begin_layout Plain Layout
2529 Befehle ! U ! 
2530 \backslash
2531 uproot
2532 \end_layout
2533
2534 \end_inset
2535
2536 , die folgendes Schema besitzen:
2537 \end_layout
2538
2539 \begin_layout Standard
2540
2541 \series bold
2542
2543 \backslash
2544 leftroot{Abstand}
2545 \series default
2546  bzw.
2547  
2548 \series bold
2549
2550 \backslash
2551 uproot{Abstand}
2552 \end_layout
2553
2554 \begin_layout Standard
2555 Abstand ist die Anzahl der Big Points (Einheit bp; 
2556 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2557 \end_inset
2558
2559 ), um die der Index nach links bzw.
2560  nach oben verschoben werden soll.
2561  Die Befehle werden in den Index geschrieben.
2562  So ergibt der Befehl
2563 \begin_inset Newline newline
2564 \end_inset
2565
2566
2567 \series bold
2568
2569 \backslash
2570 root
2571 \backslash
2572 leftroot{-1
2573 \begin_inset Formula $\to$
2574 \end_inset
2575
2576
2577 \backslash
2578 uproot{2
2579 \begin_inset Formula $\to$
2580 \end_inset
2581
2582
2583 \backslash
2584 beta
2585 \begin_inset ERT
2586 status collapsed
2587
2588 \begin_layout Plain Layout
2589
2590
2591 \backslash
2592 leer 
2593 \end_layout
2594
2595 \end_inset
2596
2597
2598 \begin_inset Formula $\to$
2599 \end_inset
2600
2601 B
2602 \begin_inset Newline newline
2603 \end_inset
2604
2605
2606 \series default
2607 eine korrekt gesetzte Formel: 
2608 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2609 \end_inset
2610
2611
2612 \end_layout
2613
2614 \begin_layout Subsection
2615 Binomialkoeffizienten
2616 \begin_inset Index
2617 status collapsed
2618
2619 \begin_layout Plain Layout
2620 Binomialkoeffizienten
2621 \end_layout
2622
2623 \end_inset
2624
2625
2626 \end_layout
2627
2628 \begin_layout Standard
2629 Binomialkoeffizienten können mit dem Befehl 
2630 \series bold
2631
2632 \backslash
2633 binom
2634 \series default
2635
2636 \begin_inset Index
2637 status collapsed
2638
2639 \begin_layout Plain Layout
2640 Befehle ! B ! 
2641 \backslash
2642 binom
2643 \end_layout
2644
2645 \end_inset
2646
2647  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2648 \begin_inset Graphics
2649         filename ../../images/math/frac-square.png
2650         scale 85
2651
2652 \end_inset
2653
2654 eingefügt werden.
2655  Analog zu Brüchen (
2656 \series bold
2657
2658 \backslash
2659 frac
2660 \series default
2661 ) gibt es außer 
2662 \series bold
2663
2664 \backslash
2665 binom
2666 \series default
2667  noch die Befehle 
2668 \series bold
2669
2670 \backslash
2671 dbinom
2672 \begin_inset Index
2673 status collapsed
2674
2675 \begin_layout Plain Layout
2676 Befehle ! D ! 
2677 \backslash
2678 dbinom
2679 \end_layout
2680
2681 \end_inset
2682
2683
2684 \series default
2685  und 
2686 \series bold
2687
2688 \backslash
2689 tbinom
2690 \series default
2691
2692 \begin_inset Index
2693 status collapsed
2694
2695 \begin_layout Plain Layout
2696 Befehle ! T ! 
2697 \backslash
2698 tbinom
2699 \end_layout
2700
2701 \end_inset
2702
2703 .
2704  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2705 \series bold
2706
2707 \backslash
2708 brace
2709 \series default
2710
2711 \begin_inset Index
2712 status collapsed
2713
2714 \begin_layout Plain Layout
2715 Befehle ! B ! 
2716 \backslash
2717 brace
2718 \end_layout
2719
2720 \end_inset
2721
2722  und 
2723 \series bold
2724
2725 \backslash
2726 brack
2727 \series default
2728
2729 \begin_inset Index
2730 status collapsed
2731
2732 \begin_layout Plain Layout
2733 Befehle ! B ! 
2734 \backslash
2735 brack
2736 \end_layout
2737
2738 \end_inset
2739
2740 .
2741 \end_layout
2742
2743 \begin_layout Standard
2744 \align center
2745 \begin_inset Tabular
2746 <lyxtabular version="3" rows="6" columns="2">
2747 <features>
2748 <column alignment="center" valignment="top" width="0pt">
2749 <column alignment="center" valignment="top" width="0pt">
2750 <row>
2751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2752 \begin_inset Text
2753
2754 \begin_layout Plain Layout
2755 Befehl
2756 \end_layout
2757
2758 \end_inset
2759 </cell>
2760 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2761 \begin_inset Text
2762
2763 \begin_layout Plain Layout
2764 Ergebnis
2765 \begin_inset Note Note
2766 status collapsed
2767
2768 \begin_layout Plain Layout
2769
2770 \series bold
2771
2772 \backslash
2773 raisebox
2774 \series default
2775  dient nur als Abstandhalter.
2776 \end_layout
2777
2778 \end_inset
2779
2780
2781 \end_layout
2782
2783 \end_inset
2784 </cell>
2785 </row>
2786 <row>
2787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2788 \begin_inset Text
2789
2790 \begin_layout Plain Layout
2791
2792 \backslash
2793 binom
2794 \begin_inset ERT
2795 status collapsed
2796
2797 \begin_layout Plain Layout
2798
2799
2800 \backslash
2801 leer 
2802 \end_layout
2803
2804 \end_inset
2805
2806 A
2807 \begin_inset Formula $\downarrow$
2808 \end_inset
2809
2810 B
2811 \end_layout
2812
2813 \end_inset
2814 </cell>
2815 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2816 \begin_inset Text
2817
2818 \begin_layout Plain Layout
2819 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2820 \end_inset
2821
2822
2823 \end_layout
2824
2825 \end_inset
2826 </cell>
2827 </row>
2828 <row>
2829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2830 \begin_inset Text
2831
2832 \begin_layout Plain Layout
2833
2834 \backslash
2835 dbinom
2836 \begin_inset ERT
2837 status collapsed
2838
2839 \begin_layout Plain Layout
2840
2841
2842 \backslash
2843 leer 
2844 \end_layout
2845
2846 \end_inset
2847
2848 A
2849 \begin_inset Formula $\downarrow$
2850 \end_inset
2851
2852 B
2853 \end_layout
2854
2855 \end_inset
2856 </cell>
2857 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2858 \begin_inset Text
2859
2860 \begin_layout Plain Layout
2861 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2862 \end_inset
2863
2864
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 </row>
2870 <row>
2871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2872 \begin_inset Text
2873
2874 \begin_layout Plain Layout
2875
2876 \backslash
2877 tbinom
2878 \begin_inset ERT
2879 status collapsed
2880
2881 \begin_layout Plain Layout
2882
2883
2884 \backslash
2885 leer 
2886 \end_layout
2887
2888 \end_inset
2889
2890 A
2891 \begin_inset Formula $\downarrow$
2892 \end_inset
2893
2894 B
2895 \end_layout
2896
2897 \end_inset
2898 </cell>
2899 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2900 \begin_inset Text
2901
2902 \begin_layout Plain Layout
2903 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2904 \end_inset
2905
2906
2907 \end_layout
2908
2909 \end_inset
2910 </cell>
2911 </row>
2912 <row>
2913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2914 \begin_inset Text
2915
2916 \begin_layout Plain Layout
2917
2918 \backslash
2919 brack
2920 \begin_inset ERT
2921 status collapsed
2922
2923 \begin_layout Plain Layout
2924
2925
2926 \backslash
2927 leer 
2928 \end_layout
2929
2930 \end_inset
2931
2932 A
2933 \begin_inset Formula $\downarrow$
2934 \end_inset
2935
2936 B
2937 \end_layout
2938
2939 \end_inset
2940 </cell>
2941 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2942 \begin_inset Text
2943
2944 \begin_layout Plain Layout
2945 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2946 \end_inset
2947
2948
2949 \end_layout
2950
2951 \end_inset
2952 </cell>
2953 </row>
2954 <row>
2955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2956 \begin_inset Text
2957
2958 \begin_layout Plain Layout
2959
2960 \backslash
2961 brace
2962 \begin_inset ERT
2963 status collapsed
2964
2965 \begin_layout Plain Layout
2966
2967
2968 \backslash
2969 leer 
2970 \end_layout
2971
2972 \end_inset
2973
2974 A
2975 \begin_inset Formula $\downarrow$
2976 \end_inset
2977
2978 B
2979 \end_layout
2980
2981 \end_inset
2982 </cell>
2983 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2988 \end_inset
2989
2990
2991 \end_layout
2992
2993 \end_inset
2994 </cell>
2995 </row>
2996 </lyxtabular>
2997
2998 \end_inset
2999
3000
3001 \end_layout
3002
3003 \begin_layout Subsection
3004 Fallunterscheidungen
3005 \begin_inset Index
3006 status collapsed
3007
3008 \begin_layout Plain Layout
3009 Fallunterscheidungen
3010 \end_layout
3011
3012 \end_inset
3013
3014
3015 \end_layout
3016
3017 \begin_layout Standard
3018 \align center
3019 \begin_inset Tabular
3020 <lyxtabular version="3" rows="3" columns="2">
3021 <features>
3022 <column alignment="center" valignment="top" width="0pt">
3023 <column alignment="center" valignment="top" width="0pt">
3024 <row>
3025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3026 \begin_inset Text
3027
3028 \begin_layout Plain Layout
3029 Befehl
3030 \end_layout
3031
3032 \end_inset
3033 </cell>
3034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038 Ergebnis
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 </row>
3044 <row>
3045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3046 \begin_inset Text
3047
3048 \begin_layout Plain Layout
3049
3050 \backslash
3051 cases
3052 \begin_inset ERT
3053 status collapsed
3054
3055 \begin_layout Plain Layout
3056
3057
3058 \backslash
3059 leer 
3060 \end_layout
3061
3062 \end_inset
3063
3064 A
3065 \begin_inset Formula $\to$
3066 \end_inset
3067
3068 B>0
3069 \begin_inset Index
3070 status collapsed
3071
3072 \begin_layout Plain Layout
3073 Befehle ! C ! 
3074 \backslash
3075 cases
3076 \end_layout
3077
3078 \end_inset
3079
3080
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089 \begin_inset Formula $\begin{cases}
3090 A & B>0\end{cases}$
3091 \end_inset
3092
3093
3094 \end_layout
3095
3096 \end_inset
3097 </cell>
3098 </row>
3099 <row>
3100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104
3105 \backslash
3106 cases
3107 \begin_inset ERT
3108 status collapsed
3109
3110 \begin_layout Plain Layout
3111
3112
3113 \backslash
3114 leer 
3115 \end_layout
3116
3117 \end_inset
3118
3119 Strg-Enter
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 <cell alignment="center" valignment="top" topline="true" bottomline="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 & \textrm{für }x>0\\
3130 B & \textrm{für }x=0\end{cases}$
3131 \end_inset
3132
3133
3134 \end_layout
3135
3136 \end_inset
3137 </cell>
3138 </row>
3139 </lyxtabular>
3140
3141 \end_inset
3142
3143
3144 \end_layout
3145
3146 \begin_layout Standard
3147 Nach der Eingabe von 
3148 \series bold
3149
3150 \backslash
3151 cases
3152 \series default
3153  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3154 \begin_inset Graphics
3155         filename ../../images/math/cases.png
3156         scale 85
3157
3158 \end_inset
3159
3160  können mit 
3161 \family sans
3162 Strg-Enter
3163 \family default
3164  oder dem Tabellen-Werkzeugleistenknopf 
3165 \begin_inset Graphics
3166         filename ../../images/tabular-feature_append-row.png
3167         scale 85
3168
3169 \end_inset
3170
3171  neue Zeilen erstellt werden.
3172 \begin_inset Foot
3173 status collapsed
3174
3175 \begin_layout Plain Layout
3176 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3177 \begin_inset CommandInset ref
3178 LatexCommand ref
3179 reference "sub:Akzente-für-ein"
3180
3181 \end_inset
3182
3183  beschrieben.
3184 \end_layout
3185
3186 \end_inset
3187
3188
3189 \end_layout
3190
3191 \begin_layout Standard
3192 Der Befehl 
3193 \series bold
3194
3195 \backslash
3196 cases
3197 \series default
3198  ist auch über das Menü 
3199 \family sans
3200 Einfügen\SpecialChar \menuseparator
3201 Mathe\SpecialChar \menuseparator
3202 Cases-Umgebung
3203 \family default
3204  verfügbar.
3205 \end_layout
3206
3207 \begin_layout Subsection
3208 Verneinungen
3209 \begin_inset Index
3210 status collapsed
3211
3212 \begin_layout Plain Layout
3213 Verneinungen
3214 \end_layout
3215
3216 \end_inset
3217
3218
3219 \end_layout
3220
3221 \begin_layout Standard
3222 Durch die Eingabe von 
3223 \series bold
3224
3225 \backslash
3226 not
3227 \series default
3228
3229 \begin_inset Index
3230 status collapsed
3231
3232 \begin_layout Plain Layout
3233 Befehle ! N ! 
3234 \backslash
3235 not
3236 \end_layout
3237
3238 \end_inset
3239
3240  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3241  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3242 \end_layout
3243
3244 \begin_layout Standard
3245 \align center
3246 \begin_inset Tabular
3247 <lyxtabular version="3" rows="4" columns="2">
3248 <features>
3249 <column alignment="center" valignment="top" width="0pt">
3250 <column alignment="center" valignment="top" width="0pt">
3251 <row>
3252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Plain Layout
3256 Befehl
3257 \end_layout
3258
3259 \end_inset
3260 </cell>
3261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Plain Layout
3265 Ergebnis
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 </row>
3271 <row>
3272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Plain Layout
3276
3277 \backslash
3278 not=
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3284 \begin_inset Text
3285
3286 \begin_layout Plain Layout
3287 \begin_inset Formula $\not=$
3288 \end_inset
3289
3290
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 </row>
3296 <row>
3297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301
3302 \backslash
3303 not 
3304 \backslash
3305 le
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314 \begin_inset Formula $\not\le$
3315 \end_inset
3316
3317
3318 \end_layout
3319
3320 \end_inset
3321 </cell>
3322 </row>
3323 <row>
3324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328
3329 \backslash
3330 not 
3331 \backslash
3332 parallel
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341 \begin_inset Formula $\not\parallel$
3342 \end_inset
3343
3344
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 </row>
3350 </lyxtabular>
3351
3352 \end_inset
3353
3354
3355 \end_layout
3356
3357 \begin_layout Standard
3358 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3359  Deswegen gibt es für Einige spezielle Befehle (siehe 
3360 \begin_inset CommandInset ref
3361 LatexCommand ref
3362 reference "sub:Mathematische-Symbole"
3363
3364 \end_inset
3365
3366  und 
3367 \begin_inset CommandInset ref
3368 LatexCommand ref
3369 reference "sec:Relationen"
3370
3371 \end_inset
3372
3373 ).
3374 \end_layout
3375
3376 \begin_layout Subsection
3377 Platzhalter
3378 \begin_inset CommandInset label
3379 LatexCommand label
3380 name "sub:Platzhalter"
3381
3382 \end_inset
3383
3384
3385 \begin_inset Index
3386 status collapsed
3387
3388 \begin_layout Plain Layout
3389 Platzhalter
3390 \end_layout
3391
3392 \end_inset
3393
3394
3395 \begin_inset Index
3396 status collapsed
3397
3398 \begin_layout Plain Layout
3399 chemische Zeichen ! Isotope
3400 \end_layout
3401
3402 \end_inset
3403
3404
3405 \begin_inset Index
3406 status collapsed
3407
3408 \begin_layout Plain Layout
3409 Isotope|see
3410 \begin_inset ERT
3411 status collapsed
3412
3413 \begin_layout Plain Layout
3414
3415 {
3416 \end_layout
3417
3418 \end_inset
3419
3420 chemische Zeichen
3421 \begin_inset ERT
3422 status collapsed
3423
3424 \begin_layout Plain Layout
3425
3426 }
3427 \end_layout
3428
3429 \end_inset
3430
3431
3432 \end_layout
3433
3434 \end_inset
3435
3436
3437 \end_layout
3438
3439 \begin_layout Standard
3440 Möchte man z.
3441 \begin_inset space \thinspace{}
3442 \end_inset
3443
3444 B.
3445  Isotope
3446 \begin_inset Foot
3447 status collapsed
3448
3449 \begin_layout Plain Layout
3450 Weiteres zu chemischen Symbolen steht in 
3451 \begin_inset CommandInset ref
3452 LatexCommand ref
3453 reference "sub:Chemische-Symbole-und"
3454
3455 \end_inset
3456
3457 .
3458 \end_layout
3459
3460 \end_inset
3461
3462  darstellen, tritt folgendes Problem auf:
3463 \end_layout
3464
3465 \begin_layout Standard
3466 \align center
3467 \begin_inset Tabular
3468 <lyxtabular version="3" rows="2" columns="2">
3469 <features>
3470 <column alignment="center" valignment="top" width="0pt">
3471 <column alignment="center" valignment="top" width="0pt">
3472 <row>
3473 <cell alignment="center" valignment="top" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477 durch Hoch- und Tiefstellen erzeugte Indizes:
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell alignment="center" valignment="top" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3487 \end_inset
3488
3489
3490 \end_layout
3491
3492 \end_inset
3493 </cell>
3494 </row>
3495 <row>
3496 <cell alignment="center" valignment="top" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500 korrekte Indizes:
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 <cell alignment="center" valignment="top" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Plain Layout
3509 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3510 \end_inset
3511
3512
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 </row>
3518 </lyxtabular>
3519
3520 \end_inset
3521
3522
3523 \begin_inset Note Note
3524 status collapsed
3525
3526 \begin_layout Plain Layout
3527
3528 \series bold
3529
3530 \backslash
3531 raisebox
3532 \series default
3533  dient nur
3534 \end_layout
3535
3536 \begin_layout Plain Layout
3537 als Abstandhalter.
3538 \end_layout
3539
3540 \end_inset
3541
3542
3543 \end_layout
3544
3545 \begin_layout Standard
3546 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3547  längeren Index gesetzt.
3548  Um das zu verhindern gibt es den Befehl 
3549 \series bold
3550
3551 \backslash
3552 phantom
3553 \series default
3554
3555 \begin_inset Index
3556 status collapsed
3557
3558 \begin_layout Plain Layout
3559 Befehle ! P ! 
3560 \backslash
3561 phantom
3562 \end_layout
3563
3564 \end_inset
3565
3566  oder den Mathe-Werkzeugleistenknopf
3567 \begin_inset space \thinspace{}
3568 \end_inset
3569
3570
3571 \begin_inset Foot
3572 status collapsed
3573
3574 \begin_layout Plain Layout
3575 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3576 \begin_inset Graphics
3577         filename ../../images/math/space.png
3578         scale 85
3579
3580 \end_inset
3581
3582
3583 \end_layout
3584
3585 \end_inset
3586
3587  
3588 \begin_inset Graphics
3589         filename ../../images/math/phantom.png
3590         scale 85
3591
3592 \end_inset
3593
3594 , der ein oder mehrere Phantomzeichen erstellt.
3595  Wenn 
3596 \series bold
3597
3598 \backslash
3599 phantom
3600 \series default
3601  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3602  Pfeilen überlagert wird.
3603  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3604  als Leerraum erstellt wird.
3605  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3606  Zeichen.
3607 \end_layout
3608
3609 \begin_layout Standard
3610 \align center
3611 \begin_inset Tabular
3612 <lyxtabular version="3" rows="4" columns="2">
3613 <features>
3614 <column alignment="center" valignment="top" width="0">
3615 <column alignment="center" valignment="top" width="0">
3616 <row>
3617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621 Befehl
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630 Ergebnis
3631 \begin_inset Note Note
3632 status collapsed
3633
3634 \begin_layout Plain Layout
3635
3636 \series bold
3637
3638 \backslash
3639 raisebox
3640 \series default
3641  dient nur als Abstandhalter.
3642 \end_layout
3643
3644 \end_inset
3645
3646
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 </row>
3652 <row>
3653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657 ^19
3658 \begin_inset ERT
3659 status collapsed
3660
3661 \begin_layout Plain Layout
3662
3663
3664 \backslash
3665 leer 
3666 \end_layout
3667
3668 \end_inset
3669
3670 _
3671 \backslash
3672 phantom
3673 \begin_inset ERT
3674 status collapsed
3675
3676 \begin_layout Plain Layout
3677
3678
3679 \backslash
3680 leer 
3681 \end_layout
3682
3683 \end_inset
3684
3685 1
3686 \begin_inset Formula $\to$
3687 \end_inset
3688
3689 9
3690 \begin_inset ERT
3691 status collapsed
3692
3693 \begin_layout Plain Layout
3694
3695
3696 \backslash
3697 leer 
3698 \end_layout
3699
3700 \end_inset
3701
3702 F
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3712 \end_inset
3713
3714
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 </row>
3720 <row>
3721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 ^235
3726 \begin_inset ERT
3727 status collapsed
3728
3729 \begin_layout Plain Layout
3730
3731
3732 \backslash
3733 leer 
3734 \end_layout
3735
3736 \end_inset
3737
3738 _
3739 \backslash
3740 phantom
3741 \begin_inset ERT
3742 status collapsed
3743
3744 \begin_layout Plain Layout
3745
3746
3747 \backslash
3748 leer 
3749 \end_layout
3750
3751 \end_inset
3752
3753 23
3754 \begin_inset Formula $\to$
3755 \end_inset
3756
3757 9
3758 \begin_inset ERT
3759 status collapsed
3760
3761 \begin_layout Plain Layout
3762
3763
3764 \backslash
3765 leer 
3766 \end_layout
3767
3768 \end_inset
3769
3770 F
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3780 \end_inset
3781
3782
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 </row>
3788 <row>
3789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793
3794 \backslash
3795 Lambda^
3796 \begin_inset ERT
3797 status collapsed
3798
3799 \begin_layout Plain Layout
3800
3801
3802 \backslash
3803 leer 
3804 \end_layout
3805
3806 \end_inset
3807
3808
3809 \backslash
3810 phantom
3811 \begin_inset ERT
3812 status collapsed
3813
3814 \begin_layout Plain Layout
3815
3816
3817 \backslash
3818 leer 
3819 \end_layout
3820
3821 \end_inset
3822
3823 ii
3824 \begin_inset Formula $\to$
3825 \end_inset
3826
3827 t
3828 \begin_inset ERT
3829 status collapsed
3830
3831 \begin_layout Plain Layout
3832
3833
3834 \backslash
3835 leer 
3836 \end_layout
3837
3838 \end_inset
3839
3840 _MMt
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3850 \end_inset
3851
3852
3853 \end_layout
3854
3855 \end_inset
3856 </cell>
3857 </row>
3858 </lyxtabular>
3859
3860 \end_inset
3861
3862
3863 \end_layout
3864
3865 \begin_layout Standard
3866 Des Weiteren gibt es noch die Befehle 
3867 \series bold
3868
3869 \backslash
3870 vphantom
3871 \series default
3872
3873 \begin_inset Index
3874 status collapsed
3875
3876 \begin_layout Plain Layout
3877 Befehle ! V ! 
3878 \backslash
3879 vphantom
3880 \end_layout
3881
3882 \end_inset
3883
3884  (Werkzeugleistenknopf 
3885 \begin_inset space ~
3886 \end_inset
3887
3888
3889 \begin_inset Graphics
3890         filename ../../images/math/vphantom.png
3891         scale 85
3892
3893 \end_inset
3894
3895 ) und 
3896 \series bold
3897
3898 \backslash
3899 hphantom
3900 \series default
3901
3902 \begin_inset Index
3903 status collapsed
3904
3905 \begin_layout Plain Layout
3906 Befehle ! H ! 
3907 \backslash
3908 hphantom
3909 \end_layout
3910
3911 \end_inset
3912
3913  (Werkzeugleistenknopf 
3914 \begin_inset space ~
3915 \end_inset
3916
3917
3918 \begin_inset Graphics
3919         filename ../../images/math/hphantom.png
3920         scale 85
3921
3922 \end_inset
3923
3924 ).
3925  
3926 \series bold
3927
3928 \backslash
3929 hphantom
3930 \series default
3931  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
3932  nicht jedoch für deren Breite.
3933  Bei 
3934 \series bold
3935
3936 \backslash
3937 vphantom
3938 \series default
3939  wird nur Platz mit der Breite des Kästchens erstellt.
3940  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
3941 \end_layout
3942
3943 \begin_layout Standard
3944 Zum Beispiel erzeugt 
3945 \series bold
3946
3947 \backslash
3948 vphantom
3949 \series default
3950
3951 \begin_inset ERT
3952 status collapsed
3953
3954 \begin_layout Plain Layout
3955
3956
3957 \backslash
3958 leer 
3959 \end_layout
3960
3961 \end_inset
3962
3963
3964 \series bold
3965 a
3966 \backslash
3967 int
3968 \series default
3969  Platz der Höhe des Integralzeichens,
3970 \begin_inset Foot
3971 status collapsed
3972
3973 \begin_layout Plain Layout
3974 Der Befehl 
3975 \series bold
3976
3977 \backslash
3978 int
3979 \series default
3980  erzeugt ein Integralzeichen, siehe 
3981 \begin_inset CommandInset ref
3982 LatexCommand ref
3983 reference "sub:Große-Operatoren"
3984
3985 \end_inset
3986
3987 .
3988 \end_layout
3989
3990 \end_inset
3991
3992  da dieses das größere Zeichen ist.
3993  Eine Beispielanwendung ist in 
3994 \begin_inset CommandInset ref
3995 LatexCommand ref
3996 reference "sub:Mehrzeilige-Klammern"
3997
3998 \end_inset
3999
4000  zu finden.
4001 \end_layout
4002
4003 \begin_layout Subsection
4004 Linien
4005 \begin_inset Index
4006 status collapsed
4007
4008 \begin_layout Plain Layout
4009 Linien
4010 \end_layout
4011
4012 \end_inset
4013
4014
4015 \begin_inset Index
4016 status collapsed
4017
4018 \begin_layout Plain Layout
4019 Formel ! unterstrichene
4020 \end_layout
4021
4022 \end_inset
4023
4024
4025 \end_layout
4026
4027 \begin_layout Standard
4028 \align center
4029 \begin_inset Tabular
4030 <lyxtabular version="3" rows="4" columns="2">
4031 <features>
4032 <column alignment="center" valignment="top" width="0pt">
4033 <column alignment="center" valignment="top" width="0pt">
4034 <row>
4035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039 Befehl
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 Ergebnis
4049 \begin_inset Note Note
4050 status collapsed
4051
4052 \begin_layout Plain Layout
4053
4054 \series bold
4055
4056 \backslash
4057 raisebox
4058 \series default
4059  dient nur als Abstandhalter.
4060 \end_layout
4061
4062 \end_inset
4063
4064
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 </row>
4070 <row>
4071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075
4076 \backslash
4077 overline
4078 \begin_inset ERT
4079 status collapsed
4080
4081 \begin_layout Plain Layout
4082
4083
4084 \backslash
4085 leer 
4086 \end_layout
4087
4088 \end_inset
4089
4090 A+B
4091 \begin_inset Index
4092 status collapsed
4093
4094 \begin_layout Plain Layout
4095 Befehle ! O ! 
4096 \backslash
4097 overline
4098 \end_layout
4099
4100 \end_inset
4101
4102
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4112 \end_inset
4113
4114
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 </row>
4120 <row>
4121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125
4126 \backslash
4127 underline
4128 \begin_inset ERT
4129 status collapsed
4130
4131 \begin_layout Plain Layout
4132
4133
4134 \backslash
4135 leer 
4136 \end_layout
4137
4138 \end_inset
4139
4140 A+B
4141 \begin_inset Index
4142 status collapsed
4143
4144 \begin_layout Plain Layout
4145 Befehle ! U ! 
4146 \backslash
4147 underline
4148 \end_layout
4149
4150 \end_inset
4151
4152
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4162 \end_inset
4163
4164
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 </row>
4170 <row>
4171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175
4176 \backslash
4177 overline
4178 \begin_inset ERT
4179 status collapsed
4180
4181 \begin_layout Plain Layout
4182
4183
4184 \backslash
4185 leer 
4186 \end_layout
4187
4188 \end_inset
4189
4190
4191 \backslash
4192 underline
4193 \begin_inset ERT
4194 status collapsed
4195
4196 \begin_layout Plain Layout
4197
4198
4199 \backslash
4200 leer 
4201 \end_layout
4202
4203 \end_inset
4204
4205 A+B
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4215 \end_inset
4216
4217
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 </row>
4223 </lyxtabular>
4224
4225 \end_inset
4226
4227
4228 \end_layout
4229
4230 \begin_layout Standard
4231 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4232 \series bold
4233
4234 \backslash
4235 overline
4236 \series default
4237  oder 
4238 \series bold
4239
4240 \backslash
4241 underline
4242 \series default
4243  eingibt.
4244 \end_layout
4245
4246 \begin_layout Standard
4247 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4248 \begin_inset Newline linebreak
4249 \end_inset
4250
4251
4252 \series bold
4253
4254 \backslash
4255 underline
4256 \series default
4257 .
4258 \end_layout
4259
4260 \begin_layout Standard
4261 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4262 \end_layout
4263
4264 \begin_layout Standard
4265 \begin_inset VSpace bigskip
4266 \end_inset
4267
4268 Benutzerdefinierte Linien können mit dem Befehl 
4269 \series bold
4270
4271 \backslash
4272 rule
4273 \series default
4274  erstellt werden, der folgendes Schema besitzt:
4275 \end_layout
4276
4277 \begin_layout Standard
4278
4279 \series bold
4280
4281 \backslash
4282 rule[vertikaler Versatz]{Länge}{Dicke}
4283 \end_layout
4284
4285 \begin_layout Standard
4286 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4287  unten, wenn der Wert negativ ist).
4288  Die Einheiten, die in 
4289 \begin_inset CommandInset ref
4290 LatexCommand ref
4291 reference "tab:Verfügbare-Einheiten"
4292
4293 \end_inset
4294
4295  aufgelistet sind, können für die Werte benutzt werden.
4296  Hier sind zwei Beispiele, die mit den Befehlen
4297 \begin_inset Newline newline
4298 \end_inset
4299
4300
4301 \series bold
4302
4303 \backslash
4304 rule[-2ex]{3cm}{2pt}
4305 \series default
4306  und 
4307 \series bold
4308
4309 \backslash
4310 rule{2cm}{1pt}
4311 \series default
4312  erzeugt wurden:
4313 \end_layout
4314
4315 \begin_layout Standard
4316 Dies ist ein Satz 
4317 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4318 \end_inset
4319
4320  mit zwei Linien.
4321 \end_layout
4322
4323 \begin_layout Standard
4324
4325 \series bold
4326
4327 \backslash
4328 rule
4329 \series default
4330  kann auch für Text verwendet werden, wenn er als TeX-Code eingegeben wird.
4331 \end_layout
4332
4333 \begin_layout Subsection
4334 Fortsetzungspunkte
4335 \begin_inset CommandInset label
4336 LatexCommand label
4337 name "sub:Fortsetzungspunkte"
4338
4339 \end_inset
4340
4341
4342 \begin_inset Index
4343 status collapsed
4344
4345 \begin_layout Plain Layout
4346 Fortsetzungspunkte
4347 \end_layout
4348
4349 \end_inset
4350
4351
4352 \end_layout
4353
4354 \begin_layout Standard
4355 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4356 \begin_inset Foot
4357 status collapsed
4358
4359 \begin_layout Plain Layout
4360 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4361 \begin_inset Graphics
4362         filename ../../images/math/ldots.png
4363         scale 85
4364
4365 \end_inset
4366
4367
4368 \end_layout
4369
4370 \end_inset
4371
4372  Für Aufzählungen verwendet man unten sitzende Punkte (
4373 \series bold
4374
4375 \backslash
4376 ldots
4377 \series default
4378
4379 \begin_inset Index
4380 status collapsed
4381
4382 \begin_layout Plain Layout
4383 Befehle ! L ! 
4384 \backslash
4385 ldots
4386 \end_layout
4387
4388 \end_inset
4389
4390 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4391  die Operatoren sind (
4392 \series bold
4393
4394 \backslash
4395 cdots
4396 \series default
4397
4398 \begin_inset Index
4399 status collapsed
4400
4401 \begin_layout Plain Layout
4402 Befehle ! C ! 
4403 \backslash
4404 cdots
4405 \end_layout
4406
4407 \end_inset
4408
4409 ).
4410  Verwendet man den Befehl 
4411 \series bold
4412
4413 \backslash
4414 dots
4415 \series default
4416
4417 \begin_inset Index
4418 status collapsed
4419
4420 \begin_layout Plain Layout
4421 Befehle ! D ! 
4422 \backslash
4423 dots
4424 \end_layout
4425
4426 \end_inset
4427
4428 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4429  wird.
4430 \end_layout
4431
4432 \begin_layout Standard
4433 \align center
4434 \begin_inset Tabular
4435 <lyxtabular version="3" rows="8" columns="2">
4436 <features>
4437 <column alignment="center" valignment="top" width="0pt">
4438 <column alignment="center" valignment="top" width="0pt">
4439 <row>
4440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 Befehl
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 Ergebnis
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 </row>
4459 <row>
4460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 A_1
4465 \begin_inset ERT
4466 status collapsed
4467
4468 \begin_layout Plain Layout
4469
4470
4471 \backslash
4472 leer 
4473 \end_layout
4474
4475 \end_inset
4476
4477 ,
4478 \backslash
4479 dots
4480 \begin_inset ERT
4481 status collapsed
4482
4483 \begin_layout Plain Layout
4484
4485
4486 \backslash
4487 leer 
4488 \end_layout
4489
4490 \end_inset
4491
4492 ,A_n
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501 \begin_inset Formula $A_{1},\dots,A_{n}$
4502 \end_inset
4503
4504
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 </row>
4510 <row>
4511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 A_1
4516 \begin_inset ERT
4517 status collapsed
4518
4519 \begin_layout Plain Layout
4520
4521
4522 \backslash
4523 leer 
4524 \end_layout
4525
4526 \end_inset
4527
4528 +
4529 \backslash
4530 dots
4531 \begin_inset ERT
4532 status collapsed
4533
4534 \begin_layout Plain Layout
4535
4536
4537 \backslash
4538 leer 
4539 \end_layout
4540
4541 \end_inset
4542
4543 +A_n
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 \begin_inset Formula $A_{1}+\dots+A_{n}$
4553 \end_inset
4554
4555
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 </row>
4561 <row>
4562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 A_1
4567 \begin_inset ERT
4568 status collapsed
4569
4570 \begin_layout Plain Layout
4571
4572
4573 \backslash
4574 leer 
4575 \end_layout
4576
4577 \end_inset
4578
4579 ,
4580 \backslash
4581 ldots
4582 \begin_inset ERT
4583 status collapsed
4584
4585 \begin_layout Plain Layout
4586
4587
4588 \backslash
4589 leer 
4590 \end_layout
4591
4592 \end_inset
4593
4594 ,A_n
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4600 \begin_inset Text
4601
4602 \begin_layout Plain Layout
4603 \begin_inset Formula $A_{1},\ldots,A_{n}$
4604 \end_inset
4605
4606
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 </row>
4612 <row>
4613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 A_1
4618 \begin_inset ERT
4619 status collapsed
4620
4621 \begin_layout Plain Layout
4622
4623
4624 \backslash
4625 leer 
4626 \end_layout
4627
4628 \end_inset
4629
4630 +
4631 \backslash
4632 cdots
4633 \begin_inset ERT
4634 status collapsed
4635
4636 \begin_layout Plain Layout
4637
4638
4639 \backslash
4640 leer 
4641 \end_layout
4642
4643 \end_inset
4644
4645 +A_n
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4655 \end_inset
4656
4657
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 </row>
4663 <row>
4664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668
4669 \backslash
4670 vdots
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 \begin_inset Formula $\vdots$
4680 \end_inset
4681
4682
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 </row>
4688 <row>
4689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693
4694 \backslash
4695 ddots
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 \begin_inset Formula $\ddots$
4705 \end_inset
4706
4707
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 </row>
4713 <row>
4714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718 3
4719 \series bold
4720 ×
4721 \series default
4722 3
4723 \begin_inset space \thinspace{}
4724 \end_inset
4725
4726 Matrix mit obigen Befehlen
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 \begin_inset Formula $\begin{array}{ccc}
4736 A_{11} & \cdots & A_{1m}\\
4737 \vdots & \ddots & \vdots\\
4738 A_{n1} & \cdots & A_{nm}\end{array}$
4739 \end_inset
4740
4741
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 </row>
4747 </lyxtabular>
4748
4749 \end_inset
4750
4751
4752 \end_layout
4753
4754 \begin_layout Standard
4755 Die im Menü 
4756 \family sans
4757 Einfügen\SpecialChar \menuseparator
4758 Sonderzeichen
4759 \family default
4760  verfügbaren Fortsetzungspunkte sind 
4761 \series bold
4762
4763 \backslash
4764 ldots
4765 \series default
4766 .
4767 \end_layout
4768
4769 \begin_layout Standard
4770 \begin_inset VSpace medskip
4771 \end_inset
4772
4773 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4774  Spalten erstrecken.
4775  Man erhält sie mit dem Befehl 
4776 \series bold
4777
4778 \backslash
4779 hdotsfor
4780 \series default
4781
4782 \begin_inset Index
4783 status collapsed
4784
4785 \begin_layout Plain Layout
4786 Befehle ! H ! 
4787 \backslash
4788 hdotsfor
4789 \end_layout
4790
4791 \end_inset
4792
4793 , der folgendes Schema besitzt:
4794 \end_layout
4795
4796 \begin_layout Standard
4797
4798 \series bold
4799
4800 \backslash
4801 hdotsfor[Abstand]{Anzahl der Spalten}
4802 \end_layout
4803
4804 \begin_layout Standard
4805 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4806  sollen.
4807  Abstand ist ein Faktor, der den Punktabstand festlegt.
4808 \end_layout
4809
4810 \begin_layout Standard
4811 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4812  
4813 \series bold
4814
4815 \backslash
4816 hdotsfor[2]{4}
4817 \series default
4818  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4819  beim Befehl 
4820 \series bold
4821
4822 \backslash
4823 dots
4824 \series default
4825  zu erhalten:
4826 \begin_inset Formula \[
4827 \left(\begin{array}{cccc}
4828 A & B & C & D\\
4829 \hdotsfor[2]{4}\\
4830 q & w & e & r\end{array}\right)\]
4831
4832 \end_inset
4833
4834 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4835  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4836 \end_layout
4837
4838 \begin_layout Standard
4839 \begin_inset VSpace bigskip
4840 \end_inset
4841
4842 Des Weiteren kann man mit dem Befehl 
4843 \series bold
4844
4845 \backslash
4846 dotfill
4847 \series default
4848
4849 \begin_inset Index
4850 status collapsed
4851
4852 \begin_layout Plain Layout
4853 Befehle ! D ! 
4854 \backslash
4855 dotfill
4856 \end_layout
4857
4858 \end_inset
4859
4860  den Rest einer Zeile mit Punkten füllen.
4861  Die Wirkungsweise des Befehls entspricht der von 
4862 \series bold
4863
4864 \backslash
4865 hfill
4866 \series default
4867 , siehe 
4868 \begin_inset CommandInset ref
4869 LatexCommand ref
4870 reference "sub:Variabler-Leerraum"
4871
4872 \end_inset
4873
4874 .
4875 \end_layout
4876
4877 \begin_layout Standard
4878 Z.
4879 \begin_inset space \thinspace{}
4880 \end_inset
4881
4882 B.
4883  ergibt der Befehl 
4884 \series bold
4885 A
4886 \backslash
4887 dotfill
4888 \begin_inset ERT
4889 status collapsed
4890
4891 \begin_layout Plain Layout
4892
4893
4894 \backslash
4895 leer 
4896 \end_layout
4897
4898 \end_inset
4899
4900 B
4901 \end_layout
4902
4903 \begin_layout Standard
4904 \begin_inset Formula $A\dotfill B$
4905 \end_inset
4906
4907
4908 \end_layout
4909
4910 \begin_layout Standard
4911 Analog dazu gibt es für eine Linie den Befehl 
4912 \series bold
4913
4914 \backslash
4915 hrulefill
4916 \series default
4917
4918 \begin_inset Index
4919 status collapsed
4920
4921 \begin_layout Plain Layout
4922 Befehle ! H ! 
4923 \backslash
4924 hrulefill
4925 \end_layout
4926
4927 \end_inset
4928
4929 :
4930 \end_layout
4931
4932 \begin_layout Standard
4933 \begin_inset Formula $A\hrulefill B$
4934 \end_inset
4935
4936
4937 \end_layout
4938
4939 \begin_layout Standard
4940 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
4941  werden.
4942 \end_layout
4943
4944 \begin_layout Section
4945 Matrizen
4946 \begin_inset CommandInset label
4947 LatexCommand label
4948 name "sec:Matrizen"
4949
4950 \end_inset
4951
4952
4953 \begin_inset Index
4954 status collapsed
4955
4956 \begin_layout Plain Layout
4957 Matrizen
4958 \end_layout
4959
4960 \end_inset
4961
4962
4963 \end_layout
4964
4965 \begin_layout Standard
4966 Matrizen können über den Mathe-Werkzeugleistenknopf
4967 \family sans
4968  
4969 \family default
4970
4971 \begin_inset Graphics
4972         filename ../../images/dialog-show_mathmatrix.png
4973         scale 85
4974
4975 \end_inset
4976
4977  oder das Menü 
4978 \family sans
4979 Einfügen\SpecialChar \menuseparator
4980 Mathe\SpecialChar \menuseparator
4981 Matrix
4982 \family default
4983  eingefügt werden.
4984  Sie werden nach der Spalten- und Zeilenanzahl und der Ausrichtung gefragt.
4985  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4986  von Bedeutung:
4987 \end_layout
4988
4989 \begin_layout Standard
4990 Die erste Matrix ist oben 
4991 \begin_inset Formula $\begin{array}[t]{cccc}
4992 A & D & G & J\\
4993 B & E & H & K\\
4994 C & F & I & L\end{array}$
4995 \end_inset
4996
4997 , die zweite mittig 
4998 \begin_inset Formula $\begin{array}{cccc}
4999 A & D & G & J\\
5000 B & E & H & K\\
5001 C & F & I & L\end{array}$
5002 \end_inset
5003
5004  und die dritte unten 
5005 \begin_inset Formula $\begin{array}[b]{cccc}
5006 A & D & G & J\\
5007 B & E & H & K\\
5008 C & F & I & L\end{array}$
5009 \end_inset
5010
5011  ausgerichtet.
5012 \end_layout
5013
5014 \begin_layout Standard
5015 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
5016  werden sollen.
5017  Dazu wird für jede Spalte ein Buchstabe eingegeben.
5018  
5019 \emph on
5020 l
5021 \emph default
5022  steht für linksbündig, 
5023 \emph on
5024 c
5025 \emph default
5026  für mittig und 
5027 \emph on
5028 r
5029 \emph default
5030  für rechtsbündig.
5031  Möchte man z.
5032 \begin_inset space \thinspace{}
5033 \end_inset
5034
5035 B.
5036  eine 4
5037 \series bold
5038 ×
5039 \series default
5040 4
5041 \begin_inset space ~
5042 \end_inset
5043
5044 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5045  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5046  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5047 \series bold
5048 lccr
5049 \series default
5050  an.
5051  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5052  die Voreinstellung für jede Spalte ein 
5053 \series bold
5054 c
5055 \series default
5056  ist.
5057 \end_layout
5058
5059 \begin_layout Standard
5060 Horizontale Ausrichtung:
5061 \end_layout
5062
5063 \begin_layout Standard
5064
5065 \series bold
5066 lll
5067 \series default
5068  : 
5069 \begin_inset Formula $\begin{array}{lll}
5070 10000 & D & G\\
5071 B & 10000 & H\\
5072 C & F & 10000\end{array}$
5073 \end_inset
5074
5075  , 
5076 \series bold
5077 ccc
5078 \series default
5079  : 
5080 \begin_inset Formula $\begin{array}{ccc}
5081 10000 & D & G\\
5082 B & 10000 & H\\
5083 C & F & 10000\end{array}$
5084 \end_inset
5085
5086  , 
5087 \series bold
5088 rrr
5089 \series default
5090  : 
5091 \begin_inset Formula $\begin{array}{rrr}
5092 10000 & D & G\\
5093 B & 10000 & H\\
5094 C & F & 10000\end{array}$
5095 \end_inset
5096
5097
5098 \end_layout
5099
5100 \begin_layout Standard
5101 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5102  man die Mathe-Werkzeugleistenknöpfe 
5103 \begin_inset Graphics
5104         filename ../../images/tabular-feature_append-row.png
5105         scale 85
5106
5107 \end_inset
5108
5109
5110 \begin_inset Graphics
5111         filename ../../images/tabular-feature_delete-row.png
5112         scale 85
5113
5114 \end_inset
5115
5116 , usw.
5117 \begin_inset space ~
5118 \end_inset
5119
5120 oder das Menü 
5121 \family sans
5122 Bearbeiten\SpecialChar \menuseparator
5123 Zeilen & Spalten
5124 \family default
5125  verwenden.
5126  Neue Zeilen können auch mit 
5127 \family sans
5128 Strg-Enter
5129 \family default
5130  erstellt werden.
5131 \end_layout
5132
5133 \begin_layout Standard
5134 \begin_inset VSpace bigskip
5135 \end_inset
5136
5137 Klammern um eine Matrix können entweder mit den Befehlen 
5138 \series bold
5139
5140 \backslash
5141 left
5142 \series default
5143
5144 \begin_inset Index
5145 status collapsed
5146
5147 \begin_layout Plain Layout
5148 Befehle ! L ! 
5149 \backslash
5150 left
5151 \end_layout
5152
5153 \end_inset
5154
5155  und 
5156 \series bold
5157
5158 \backslash
5159 right
5160 \series default
5161
5162 \begin_inset Index
5163 status collapsed
5164
5165 \begin_layout Plain Layout
5166 Befehle ! R ! 
5167 \backslash
5168 right
5169 \end_layout
5170
5171 \end_inset
5172
5173  erstellt werden (Tastenkürzel 
5174 \family sans
5175 Alt-m
5176 \begin_inset space ~
5177 \end_inset
5178
5179 Klammer
5180 \family default
5181 ), siehe 
5182 \begin_inset CommandInset ref
5183 LatexCommand ref
5184 reference "sub:Automatische-Klammergrößen"
5185
5186 \end_inset
5187
5188 , oder man verwendet folgende Befehle:
5189 \begin_inset VSpace bigskip
5190 \end_inset
5191
5192
5193 \end_layout
5194
5195 \begin_layout Standard
5196 \begin_inset space \hfill{}
5197 \end_inset
5198
5199
5200 \begin_inset Tabular
5201 <lyxtabular version="3" rows="4" columns="2">
5202 <features>
5203 <column alignment="center" valignment="top" width="0">
5204 <column alignment="center" valignment="top" width="0">
5205 <row>
5206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210 Befehl
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Plain Layout
5219 Ergebnis
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 </row>
5225 <row>
5226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Plain Layout
5230
5231 \backslash
5232 bmatrix
5233 \begin_inset ERT
5234 status collapsed
5235
5236 \begin_layout Plain Layout
5237
5238
5239 \backslash
5240 leer 
5241 \end_layout
5242
5243 \end_inset
5244
5245 2
5246 \series bold
5247 ×
5248 \series default
5249 2
5250 \begin_inset space \thinspace{}
5251 \end_inset
5252
5253 Matrix
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5263 0 & \textrm{-}\mathrm{i}\\
5264 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5265 \end_inset
5266
5267
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 </row>
5273 <row>
5274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5275 \begin_inset Text
5276
5277 \begin_layout Plain Layout
5278
5279 \backslash
5280 Bmatrix
5281 \begin_inset ERT
5282 status collapsed
5283
5284 \begin_layout Plain Layout
5285
5286
5287 \backslash
5288 leer 
5289 \end_layout
5290
5291 \end_inset
5292
5293 2
5294 \series bold
5295 ×
5296 \series default
5297 2
5298 \begin_inset space \thinspace{}
5299 \end_inset
5300
5301 Matrix
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5311 0 & \textrm{-}\mathrm{i}\\
5312 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5313 \end_inset
5314
5315
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 </row>
5321 <row>
5322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326
5327 \backslash
5328 pmatrix
5329 \begin_inset ERT
5330 status collapsed
5331
5332 \begin_layout Plain Layout
5333
5334
5335 \backslash
5336 leer 
5337 \end_layout
5338
5339 \end_inset
5340
5341 2
5342 \series bold
5343 ×
5344 \series default
5345 2
5346 \begin_inset space \thinspace{}
5347 \end_inset
5348
5349 Matrix
5350 \end_layout
5351
5352 \end_inset
5353 </cell>
5354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5355 \begin_inset Text
5356
5357 \begin_layout Plain Layout
5358 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5359 0 & \textrm{-}\mathrm{i}\\
5360 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5361 \end_inset
5362
5363
5364 \end_layout
5365
5366 \end_inset
5367 </cell>
5368 </row>
5369 </lyxtabular>
5370
5371 \end_inset
5372
5373
5374 \begin_inset space \hfill{}
5375 \end_inset
5376
5377
5378 \begin_inset Tabular
5379 <lyxtabular version="3" rows="4" columns="2">
5380 <features>
5381 <column alignment="center" valignment="top" width="0">
5382 <column alignment="center" valignment="top" width="0">
5383 <row>
5384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Plain Layout
5388 Befehl
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397 Ergebnis
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 </row>
5403 <row>
5404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5405 \begin_inset Text
5406
5407 \begin_layout Plain Layout
5408
5409 \backslash
5410 vmatrix
5411 \begin_inset ERT
5412 status collapsed
5413
5414 \begin_layout Plain Layout
5415
5416
5417 \backslash
5418 leer 
5419 \end_layout
5420
5421 \end_inset
5422
5423 2
5424 \series bold
5425 ×
5426 \series default
5427 2
5428 \begin_inset space \thinspace{}
5429 \end_inset
5430
5431 Matrix
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Plain Layout
5440 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5441 0 & \textrm{-}\mathrm{i}\\
5442 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5443 \end_inset
5444
5445
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 </row>
5451 <row>
5452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5453 \begin_inset Text
5454
5455 \begin_layout Plain Layout
5456
5457 \backslash
5458 Vmatrix
5459 \begin_inset ERT
5460 status collapsed
5461
5462 \begin_layout Plain Layout
5463
5464
5465 \backslash
5466 leer 
5467 \end_layout
5468
5469 \end_inset
5470
5471 2
5472 \series bold
5473 ×
5474 \series default
5475 2
5476 \begin_inset space \thinspace{}
5477 \end_inset
5478
5479 Matrix
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5489 0 & \textrm{-}\mathrm{i}\\
5490 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5491 \end_inset
5492
5493
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 </row>
5499 <row>
5500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504
5505 \backslash
5506 matrix
5507 \begin_inset ERT
5508 status collapsed
5509
5510 \begin_layout Plain Layout
5511
5512
5513 \backslash
5514 leer 
5515 \end_layout
5516
5517 \end_inset
5518
5519 2
5520 \series bold
5521 ×
5522 \series default
5523 2
5524 \begin_inset space \thinspace{}
5525 \end_inset
5526
5527 Matrix
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5537 0 & \textrm{-}\mathrm{i}\\
5538 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5539 \end_inset
5540
5541
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 </row>
5547 </lyxtabular>
5548
5549 \end_inset
5550
5551
5552 \begin_inset space \hfill{}
5553 \end_inset
5554
5555
5556 \end_layout
5557
5558 \begin_layout Standard
5559 \begin_inset VSpace medskip
5560 \end_inset
5561
5562 Wurde z.
5563 \begin_inset space \thinspace{}
5564 \end_inset
5565
5566 B.
5567  
5568 \series bold
5569
5570 \backslash
5571 vmatrix
5572 \series default
5573  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5574  in das die Matrix eingefügt wird.
5575 \end_layout
5576
5577 \begin_layout Standard
5578 \begin_inset VSpace bigskip
5579 \end_inset
5580
5581 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5582 \begin_inset CommandInset ref
5583 LatexCommand ref
5584 reference "sub:Spaltenabstand"
5585
5586 \end_inset
5587
5588  beschriebene Länge 
5589 \series bold
5590
5591 \backslash
5592 arraycolsep
5593 \series default
5594
5595 \begin_inset Index
5596 status collapsed
5597
5598 \begin_layout Plain Layout
5599 Befehle ! A ! 
5600 \backslash
5601 arraycolsep
5602 \end_layout
5603
5604 \end_inset
5605
5606  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5607 \end_layout
5608
5609 \begin_layout Standard
5610 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5611 \series bold
5612
5613 \backslash
5614 arraystretch
5615 \series default
5616
5617 \begin_inset Index
5618 status collapsed
5619
5620 \begin_layout Plain Layout
5621 Befehle ! A ! 
5622 \backslash
5623 arraystretch
5624 \end_layout
5625
5626 \end_inset
5627
5628 .
5629  Dieser wird folgendermaßen benutzt:
5630 \end_layout
5631
5632 \begin_layout Standard
5633
5634 \series bold
5635
5636 \backslash
5637 renewcommand{
5638 \backslash
5639 arraystretch}{Dehnungsfaktor}
5640 \begin_inset Index
5641 status collapsed
5642
5643 \begin_layout Plain Layout
5644 Befehle ! R ! 
5645 \backslash
5646 renewcommand
5647 \end_layout
5648
5649 \end_inset
5650
5651
5652 \end_layout
5653
5654 \begin_layout Standard
5655 Der Befehl 
5656 \series bold
5657
5658 \backslash
5659 renewcommand
5660 \series default
5661  weist dabei dem vordefinierten Befehl 
5662 \series bold
5663
5664 \backslash
5665 arraystretch
5666 \series default
5667  den Dehnungsfaktor zu.
5668  Möchte man z.
5669 \begin_inset space \thinspace{}
5670 \end_inset
5671
5672 B.
5673  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5674  Dieser wird dann für alle folgenden Matrizen verwendet.
5675  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5676 \series bold
5677
5678 \backslash
5679 arraystretch
5680 \series default
5681  den Faktor 1 zu.
5682 \end_layout
5683
5684 \begin_layout Standard
5685 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5686 \series bold
5687
5688 \backslash
5689 smallmatrix
5690 \series default
5691
5692 \begin_inset Index
5693 status collapsed
5694
5695 \begin_layout Plain Layout
5696 Befehle ! S ! 
5697 \backslash
5698 smallmatrix
5699 \end_layout
5700
5701 \end_inset
5702
5703 .
5704  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5705  gestrichelten Linien.
5706  In dieses Kästchen wird die Matrix eingegeben.
5707  Man verwendet stattdessen das Menü 
5708 \family sans
5709 Bearbeiten\SpecialChar \menuseparator
5710 Zeilen
5711 \begin_inset space ~
5712 \end_inset
5713
5714 &
5715 \begin_inset space ~
5716 \end_inset
5717
5718 Spalten
5719 \family default
5720  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5721  Neue Zeilen können auch mit 
5722 \family sans
5723 Strg-Enter
5724 \family default
5725  erstellt werden.
5726 \end_layout
5727
5728 \begin_layout Standard
5729 Dies ist eine Matrix 
5730 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5731 C & D\end{smallmatrix}\right)$
5732 \end_inset
5733
5734  in einer Textzeile.
5735 \end_layout
5736
5737 \begin_layout Standard
5738 \begin_inset Newpage newpage
5739 \end_inset
5740
5741
5742 \end_layout
5743
5744 \begin_layout Section
5745 Klammern und Begrenzungszeichen
5746 \begin_inset Index
5747 status collapsed
5748
5749 \begin_layout Plain Layout
5750 Klammern
5751 \end_layout
5752
5753 \end_inset
5754
5755
5756 \begin_inset Index
5757 status collapsed
5758
5759 \begin_layout Plain Layout
5760 Begrenzungszeichen
5761 \end_layout
5762
5763 \end_inset
5764
5765
5766 \end_layout
5767
5768 \begin_layout Subsection
5769 Vertikale Klammern und Begrenzungszeichen
5770 \begin_inset Index
5771 status collapsed
5772
5773 \begin_layout Plain Layout
5774 Klammern ! vertikale
5775 \end_layout
5776
5777 \end_inset
5778
5779
5780 \end_layout
5781
5782 \begin_layout Standard
5783 \begin_inset space \hfill{}
5784 \end_inset
5785
5786
5787 \begin_inset Tabular
5788 <lyxtabular version="3" rows="9" columns="2">
5789 <features>
5790 <column alignment="center" valignment="top" width="0pt">
5791 <column alignment="center" valignment="top" width="0pt">
5792 <row>
5793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 Befehl
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806 Ergebnis
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 </row>
5812 <row>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 (
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 \begin_inset Formula $($
5827 \end_inset
5828
5829
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 </row>
5835 <row>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 {
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849 \begin_inset Formula $\{$
5850 \end_inset
5851
5852
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 </row>
5858 <row>
5859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 [
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 \begin_inset Formula $[$
5873 \end_inset
5874
5875
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 </row>
5881 <row>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886
5887 \backslash
5888 langle
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 \begin_inset Formula $\langle$
5898 \end_inset
5899
5900
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 </row>
5906 <row>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911
5912 \backslash
5913 lceil
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922 \begin_inset Formula $\lceil$
5923 \end_inset
5924
5925
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 </row>
5931 <row>
5932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936
5937 \backslash
5938 lfloor
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947 \begin_inset Formula $\lfloor$
5948 \end_inset
5949
5950
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 </row>
5956 <row>
5957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961 /
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 \begin_inset Formula $/$
5971 \end_inset
5972
5973
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 </row>
5979 <row>
5980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 |
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 \begin_inset Formula $|$
5994 \end_inset
5995
5996
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 </row>
6002 </lyxtabular>
6003
6004 \end_inset
6005
6006
6007 \begin_inset space \hfill{}
6008 \end_inset
6009
6010
6011 \begin_inset Tabular
6012 <lyxtabular version="3" rows="9" columns="2">
6013 <features>
6014 <column alignment="center" valignment="top" width="0pt">
6015 <column alignment="center" valignment="top" width="0pt">
6016 <row>
6017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 Befehl
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 Ergebnis
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 </row>
6036 <row>
6037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 )
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050 \begin_inset Formula $)$
6051 \end_inset
6052
6053
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 </row>
6059 <row>
6060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064 }
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 \begin_inset Formula $\}$
6074 \end_inset
6075
6076
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 </row>
6082 <row>
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087 ]
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 \begin_inset Formula $]$
6097 \end_inset
6098
6099
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 </row>
6105 <row>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110
6111 \backslash
6112 rangle
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 \begin_inset Formula $\rangle$
6122 \end_inset
6123
6124
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 </row>
6130 <row>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135
6136 \backslash
6137 rceil
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146 \begin_inset Formula $\rceil$
6147 \end_inset
6148
6149
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 </row>
6155 <row>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160
6161 \backslash
6162 rfloor
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 \begin_inset Formula $\rfloor$
6172 \end_inset
6173
6174
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 </row>
6180 <row>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185
6186 \backslash
6187
6188 \backslash
6189
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 \begin_inset Formula $\backslash$
6199 \end_inset
6200
6201
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 </row>
6207 <row>
6208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212
6213 \backslash
6214 |
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 \begin_inset Formula $\|$
6224 \end_inset
6225
6226
6227 \end_layout
6228
6229 \end_inset
6230 </cell>
6231 </row>
6232 </lyxtabular>
6233
6234 \end_inset
6235
6236
6237 \begin_inset space \hfill{}
6238 \end_inset
6239
6240
6241 \end_layout
6242
6243 \begin_layout Standard
6244
6245 \series medium
6246 \begin_inset Note Greyedout
6247 status open
6248
6249 \begin_layout Plain Layout
6250
6251 \series bold
6252 Achtung:
6253 \series default
6254  Im TeX-Modus muss für den Backslash der Befehl 
6255 \series bold
6256
6257 \backslash
6258 textbackslash
6259 \series default
6260
6261 \begin_inset Index
6262 status collapsed
6263
6264 \begin_layout Plain Layout
6265 Befehle ! T ! 
6266 \backslash
6267 textbackslash
6268 \end_layout
6269
6270 \end_inset
6271
6272  verwendet werden, denn der Befehl 
6273 \series bold
6274
6275 \backslash
6276
6277 \backslash
6278
6279 \series default
6280  steht dort für einen Zeilenumbruch.
6281 \end_layout
6282
6283 \end_inset
6284
6285
6286 \end_layout
6287
6288 \begin_layout Standard
6289 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6290  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6291  Dabei können dann statt den Befehlen 
6292 \series bold
6293
6294 \backslash
6295 langle
6296 \series default
6297  und 
6298 \series bold
6299
6300 \backslash
6301 rangle
6302 \series default
6303  direkt die Zeichen < und > verwendet werden.
6304 \end_layout
6305
6306 \begin_layout Subsubsection
6307 Manuelle Klammergrößen
6308 \begin_inset CommandInset label
6309 LatexCommand label
6310 name "sub:Manuelle-Klammergrößen"
6311
6312 \end_inset
6313
6314
6315 \begin_inset Index
6316 status collapsed
6317
6318 \begin_layout Plain Layout
6319 Klammergrößen ! manuelle
6320 \end_layout
6321
6322 \end_inset
6323
6324
6325 \end_layout
6326
6327 \begin_layout Standard
6328 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6329  LaTeX-Befehle 
6330 \series bold
6331
6332 \backslash
6333 big
6334 \series default
6335
6336 \begin_inset Index
6337 status collapsed
6338
6339 \begin_layout Plain Layout
6340 Befehle ! B ! 
6341 \backslash
6342 big
6343 \end_layout
6344
6345 \end_inset
6346
6347
6348 \series bold
6349
6350 \backslash
6351 Big
6352 \series default
6353
6354 \series bold
6355
6356 \backslash
6357 bigg
6358 \series default
6359  und 
6360 \series bold
6361
6362 \backslash
6363 Bigg
6364 \series default
6365  tun.
6366  
6367 \series bold
6368
6369 \backslash
6370 big
6371 \series default
6372  steht hierbei für die kleinste und 
6373 \series bold
6374
6375 \backslash
6376 Bigg
6377 \series default
6378  für die größte Klammergröße.
6379 \end_layout
6380
6381 \begin_layout Standard
6382 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6383 \end_layout
6384
6385 \begin_layout Standard
6386 \align center
6387 \begin_inset Tabular
6388 <lyxtabular version="3" rows="2" columns="2">
6389 <features>
6390 <column alignment="center" valignment="top" width="0pt">
6391 <column alignment="center" valignment="top" width="0pt">
6392 <row>
6393 <cell alignment="center" valignment="top" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 einheitliche Klammergröße:
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell alignment="center" valignment="top" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6407 \end_inset
6408
6409
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 </row>
6415 <row>
6416 <cell alignment="center" valignment="top" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Plain Layout
6420 besser sieht das so aus:
6421 \end_layout
6422
6423 \end_inset
6424 </cell>
6425 <cell alignment="center" valignment="top" usebox="none">
6426 \begin_inset Text
6427
6428 \begin_layout Plain Layout
6429 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6430 \end_inset
6431
6432
6433 \end_layout
6434
6435 \end_inset
6436 </cell>
6437 </row>
6438 </lyxtabular>
6439
6440 \end_inset
6441
6442
6443 \begin_inset Note Note
6444 status collapsed
6445
6446 \begin_layout Plain Layout
6447
6448 \series bold
6449
6450 \backslash
6451 raisebox
6452 \series default
6453  dient nur
6454 \end_layout
6455
6456 \begin_layout Plain Layout
6457 als Abstandhalter.
6458 \end_layout
6459
6460 \end_inset
6461
6462
6463 \end_layout
6464
6465 \begin_layout Standard
6466 Für die zweite Formel wurde der Befehl 
6467 \series bold
6468
6469 \backslash
6470 Big((A+B)(A-B)
6471 \backslash
6472 Big)^
6473 \begin_inset ERT
6474 status collapsed
6475
6476 \begin_layout Plain Layout
6477
6478
6479 \backslash
6480 leer 
6481 \end_layout
6482
6483 \end_inset
6484
6485 C
6486 \series default
6487  verwendet.
6488 \end_layout
6489
6490 \begin_layout Standard
6491 Hier alle Klammergrößen in der Übersicht:
6492 \end_layout
6493
6494 \begin_layout Standard
6495 \align center
6496
6497 \backslash
6498 Bigg(
6499 \backslash
6500 exp
6501 \backslash
6502 bigg<
6503 \backslash
6504 Big[
6505 \backslash
6506 big{
6507 \backslash
6508 ln(3x)
6509 \backslash
6510 big}^2
6511 \begin_inset ERT
6512 status collapsed
6513
6514 \begin_layout Plain Layout
6515
6516
6517 \backslash
6518 leer 
6519 \end_layout
6520
6521 \end_inset
6522
6523
6524 \backslash
6525 sin(x)
6526 \backslash
6527 Big]^
6528 \begin_inset ERT
6529 status collapsed
6530
6531 \begin_layout Plain Layout
6532
6533
6534 \backslash
6535 leer 
6536 \end_layout
6537
6538 \end_inset
6539
6540 A
6541 \begin_inset ERT
6542 status collapsed
6543
6544 \begin_layout Plain Layout
6545
6546
6547 \backslash
6548 leer 
6549 \end_layout
6550
6551 \end_inset
6552
6553
6554 \backslash
6555 bigg>
6556 \backslash
6557 Bigg)^0,5
6558 \end_layout
6559
6560 \begin_layout Standard
6561 \align center
6562 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6563 \end_inset
6564
6565
6566 \end_layout
6567
6568 \begin_layout Standard
6569 Es gibt außer den 
6570 \series bold
6571
6572 \backslash
6573 big
6574 \series default
6575 -Befehlen noch die Variante 
6576 \series bold
6577
6578 \backslash
6579 bigm
6580 \series default
6581
6582 \begin_inset Index
6583 status collapsed
6584
6585 \begin_layout Plain Layout
6586 Befehle ! B ! 
6587 \backslash
6588 bigm
6589 \end_layout
6590
6591 \end_inset
6592
6593 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6594  die Variante 
6595 \series bold
6596
6597 \backslash
6598 bigl
6599 \series default
6600 -
6601 \series bold
6602
6603 \backslash
6604 bigr
6605 \series default
6606
6607 \begin_inset Index
6608 status collapsed
6609
6610 \begin_layout Plain Layout
6611 Befehle ! B ! 
6612 \backslash
6613 bigl - 
6614 \backslash
6615 bigr
6616 \end_layout
6617
6618 \end_inset
6619
6620 , die keinen zusätzlichen Leerraum erzeugt.
6621  Das 
6622 \emph on
6623 l
6624 \emph default
6625  am Ende des Befehls 
6626 \series bold
6627
6628 \backslash
6629 bigl
6630 \series default
6631  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6632  ein 
6633 \emph on
6634 r
6635 \emph default
6636  ersetzt.
6637  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6638  sein.
6639 \end_layout
6640
6641 \begin_layout Standard
6642 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6643 \end_layout
6644
6645 \begin_layout Standard
6646 \align center
6647 \begin_inset Tabular
6648 <lyxtabular version="3" rows="5" columns="2">
6649 <features>
6650 <column alignment="center" valignment="middle" width="0">
6651 <column alignment="center" valignment="middle" width="0">
6652 <row>
6653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657 Befehl
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6663 \begin_inset Text
6664
6665 \begin_layout Plain Layout
6666 Ergebnis
6667 \begin_inset Note Note
6668 status collapsed
6669
6670 \begin_layout Plain Layout
6671
6672 \series bold
6673
6674 \backslash
6675 raisebox
6676 \series default
6677  dient nur als Abstandhalter.
6678 \end_layout
6679
6680 \end_inset
6681
6682
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 </row>
6688 <row>
6689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6690 \begin_inset Text
6691
6692 \begin_layout Plain Layout
6693
6694 \backslash
6695 Bigm(
6696 \backslash
6697 bigm(
6698 \backslash
6699 ln(3x)
6700 \backslash
6701 bigm)^2
6702 \begin_inset ERT
6703 status collapsed
6704
6705 \begin_layout Plain Layout
6706
6707
6708 \backslash
6709 leer 
6710 \end_layout
6711
6712 \end_inset
6713
6714
6715 \backslash
6716 Bigm)
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6726 \end_inset
6727
6728
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 </row>
6734 <row>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739
6740 \backslash
6741 Big(
6742 \backslash
6743 big(
6744 \backslash
6745 ln(3x)
6746 \backslash
6747 big)^2
6748 \begin_inset ERT
6749 status collapsed
6750
6751 \begin_layout Plain Layout
6752
6753
6754 \backslash
6755 leer 
6756 \end_layout
6757
6758 \end_inset
6759
6760
6761 \backslash
6762 Big)
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6772 \end_inset
6773
6774
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 </row>
6780 <row>
6781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6782 \begin_inset Text
6783
6784 \begin_layout Plain Layout
6785
6786 \backslash
6787 Bigl(
6788 \backslash
6789 bigl(
6790 \backslash
6791 ln(3x)
6792 \backslash
6793 bigr)^2
6794 \begin_inset ERT
6795 status collapsed
6796
6797 \begin_layout Plain Layout
6798
6799
6800 \backslash
6801 leer 
6802 \end_layout
6803
6804 \end_inset
6805
6806
6807 \backslash
6808 Bigr)
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6818 \end_inset
6819
6820
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 </row>
6826 <row>
6827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6828 \begin_inset Text
6829
6830 \begin_layout Plain Layout
6831
6832 \backslash
6833 bigl)
6834 \backslash
6835 ln(3x)
6836 \backslash
6837 bigr(
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Plain Layout
6846 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6847 \end_inset
6848
6849
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 </row>
6855 </lyxtabular>
6856
6857 \end_inset
6858
6859
6860 \end_layout
6861
6862 \begin_layout Subsubsection
6863 Automatische Klammergrößen
6864 \begin_inset CommandInset label
6865 LatexCommand label
6866 name "sub:Automatische-Klammergrößen"
6867
6868 \end_inset
6869
6870
6871 \begin_inset Index
6872 status collapsed
6873
6874 \begin_layout Plain Layout
6875 Klammergrößen ! automatische
6876 \end_layout
6877
6878 \end_inset
6879
6880
6881 \end_layout
6882
6883 \begin_layout Standard
6884 Klammern variabler Größe können mit den Befehlen 
6885 \series bold
6886
6887 \backslash
6888 left
6889 \series default
6890
6891 \begin_inset Index
6892 status collapsed
6893
6894 \begin_layout Plain Layout
6895 Befehle ! L ! 
6896 \backslash
6897 left
6898 \end_layout
6899
6900 \end_inset
6901
6902  und 
6903 \series bold
6904
6905 \backslash
6906 right
6907 \series default
6908
6909 \begin_inset Index
6910 status collapsed
6911
6912 \begin_layout Plain Layout
6913 Befehle ! R ! 
6914 \backslash
6915 right
6916 \end_layout
6917
6918 \end_inset
6919
6920  oder über den Mathe-Werkzeugleistenknopf
6921 \family sans
6922  
6923 \family default
6924
6925 \begin_inset Graphics
6926         filename ../../images/dialog-show_mathdelimiter.png
6927         scale 85
6928
6929 \end_inset
6930
6931  eingefügt werden.
6932  Auf 
6933 \series bold
6934
6935 \backslash
6936 left
6937 \series default
6938  und 
6939 \series bold
6940
6941 \backslash
6942 right
6943 \series default
6944  muss unmittelbar die gewünschte Klammer folgen.
6945  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6946 \end_layout
6947
6948 \begin_layout Standard
6949 \align center
6950 normale Klammer: Der Befehl 
6951 \series bold
6952
6953 \backslash
6954 ln(
6955 \backslash
6956 frac
6957 \begin_inset ERT
6958 status collapsed
6959
6960 \begin_layout Plain Layout
6961
6962
6963 \backslash
6964 leer 
6965 \end_layout
6966
6967 \end_inset
6968
6969 A
6970 \begin_inset Formula $\downarrow$
6971 \end_inset
6972
6973 C
6974 \begin_inset ERT
6975 status collapsed
6976
6977 \begin_layout Plain Layout
6978
6979
6980 \backslash
6981 leer 
6982 \end_layout
6983
6984 \end_inset
6985
6986 )
6987 \series default
6988  ergibt
6989 \begin_inset Formula \[
6990 \ln(\frac{A}{C})\]
6991
6992 \end_inset
6993
6994
6995 \end_layout
6996
6997 \begin_layout Standard
6998 \align center
6999 mehrzeilige Klammer: Der Befehl 
7000 \series bold
7001
7002 \backslash
7003 ln
7004 \backslash
7005 left(
7006 \backslash
7007 frac
7008 \begin_inset ERT
7009 status collapsed
7010
7011 \begin_layout Plain Layout
7012
7013
7014 \backslash
7015 leer 
7016 \end_layout
7017
7018 \end_inset
7019
7020 A
7021 \begin_inset Formula $\downarrow$
7022 \end_inset
7023
7024 C
7025 \begin_inset ERT
7026 status collapsed
7027
7028 \begin_layout Plain Layout
7029
7030
7031 \backslash
7032 leer 
7033 \end_layout
7034
7035 \end_inset
7036
7037
7038 \backslash
7039 right)
7040 \series default
7041  ergibt
7042 \begin_inset Formula \[
7043 \ln\left(\frac{A}{C}\right)\]
7044
7045 \end_inset
7046
7047
7048 \end_layout
7049
7050 \begin_layout Standard
7051 An Stelle von 
7052 \series bold
7053
7054 \backslash
7055 left
7056 \series default
7057  und 
7058 \series bold
7059
7060 \backslash
7061 right
7062 \series default
7063  kann man die Tastenkürzel 
7064 \family sans
7065 Alt-m
7066 \begin_inset space ~
7067 \end_inset
7068
7069 Klammer
7070 \family default
7071  verwenden.
7072  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7073  und dass die rechte Klammer gleich mit erstellt wird.
7074 \begin_inset Newline newline
7075 \end_inset
7076
7077 Der Befehl für das letzte Beispiel würde dann lauten: 
7078 \series bold
7079
7080 \backslash
7081 ln Alt-m
7082 \series default
7083  
7084 \series bold
7085 (
7086 \backslash
7087 frac
7088 \begin_inset ERT
7089 status collapsed
7090
7091 \begin_layout Plain Layout
7092
7093
7094 \backslash
7095 leer 
7096 \end_layout
7097
7098 \end_inset
7099
7100 A
7101 \begin_inset Formula $\downarrow$
7102 \end_inset
7103
7104 C
7105 \end_layout
7106
7107 \begin_layout Standard
7108 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7109  Klammer einen Punkt.
7110  So ergibt z.
7111 \begin_inset space \thinspace{}
7112 \end_inset
7113
7114 B.
7115  der Befehl 
7116 \series bold
7117
7118 \backslash
7119 left.
7120 \backslash
7121 frac
7122 \begin_inset ERT
7123 status collapsed
7124
7125 \begin_layout Plain Layout
7126
7127
7128 \backslash
7129 leer 
7130 \end_layout
7131
7132 \end_inset
7133
7134 A
7135 \begin_inset Formula $\downarrow$
7136 \end_inset
7137
7138 B
7139 \begin_inset ERT
7140 status collapsed
7141
7142 \begin_layout Plain Layout
7143
7144
7145 \backslash
7146 leer 
7147 \end_layout
7148
7149 \end_inset
7150
7151
7152 \backslash
7153 right}
7154 \series default
7155
7156 \begin_inset space \thinspace{}
7157 \end_inset
7158
7159 :
7160 \series bold
7161
7162 \begin_inset Formula \[
7163 \left.\frac{A}{B}\right\} \]
7164
7165 \end_inset
7166
7167
7168 \series default
7169 Die Befehle 
7170 \series bold
7171
7172 \backslash
7173 left
7174 \series default
7175  und 
7176 \series bold
7177
7178 \backslash
7179 right
7180 \series default
7181  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7182  umgewandelt.
7183  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7184 \end_layout
7185
7186 \begin_layout Standard
7187 \begin_inset VSpace bigskip
7188 \end_inset
7189
7190 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7191  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7192  Befehl 
7193 \series bold
7194
7195 \backslash
7196 middle
7197 \series default
7198
7199 \begin_inset Index
7200 status collapsed
7201
7202 \begin_layout Plain Layout
7203 Befehle ! M ! 
7204 \backslash
7205 middle
7206 \end_layout
7207
7208 \end_inset
7209
7210  zur Verfügung.
7211  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7212  angepasst, was z.
7213 \begin_inset space \thinspace{}
7214 \end_inset
7215
7216 B.
7217  für physikalische Vektoren von Nutzen ist:
7218 \begin_inset Formula \[
7219 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7220
7221 \end_inset
7222
7223 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7224 \begin_inset CommandInset ref
7225 LatexCommand ref
7226 reference "sub:Physikalische-Vektoren"
7227
7228 \end_inset
7229
7230  beschrieben ist.
7231 \end_layout
7232
7233 \begin_layout Subsection
7234 Horizontale Klammern
7235 \begin_inset Index
7236 status collapsed
7237
7238 \begin_layout Plain Layout
7239 Klammern ! horizontale
7240 \end_layout
7241
7242 \end_inset
7243
7244
7245 \end_layout
7246
7247 \begin_layout Standard
7248 \align center
7249 \begin_inset Tabular
7250 <lyxtabular version="3" rows="4" columns="2">
7251 <features>
7252 <column alignment="center" valignment="top" width="0pt">
7253 <column alignment="center" valignment="top" width="0pt">
7254 <row>
7255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 Befehl
7260 \begin_inset Note Note
7261 status collapsed
7262
7263 \begin_layout Plain Layout
7264
7265 \series bold
7266
7267 \backslash
7268 raisebox
7269 \series default
7270  dient nur als Abstandhalter.
7271 \end_layout
7272
7273 \end_inset
7274
7275
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284 Ergebnis
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 </row>
7290 <row>
7291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 \begin_inset ERT
7296 status collapsed
7297
7298 \begin_layout Plain Layout
7299
7300
7301 \backslash
7302 raisebox{2.3mm}{
7303 \end_layout
7304
7305 \end_inset
7306
7307
7308 \backslash
7309 overbrace
7310 \begin_inset ERT
7311 status collapsed
7312
7313 \begin_layout Plain Layout
7314
7315
7316 \backslash
7317 leer 
7318 \end_layout
7319
7320 \end_inset
7321
7322 A+B
7323 \begin_inset ERT
7324 status collapsed
7325
7326 \begin_layout Plain Layout
7327
7328
7329 \backslash
7330 leer 
7331 \end_layout
7332
7333 \end_inset
7334
7335 ^
7336 \begin_inset ERT
7337 status collapsed
7338
7339 \begin_layout Plain Layout
7340
7341
7342 \backslash
7343 leer 
7344 \end_layout
7345
7346 \end_inset
7347
7348 3
7349 \begin_inset ERT
7350 status collapsed
7351
7352 \begin_layout Plain Layout
7353
7354 }
7355 \end_layout
7356
7357 \end_inset
7358
7359
7360 \begin_inset Index
7361 status collapsed
7362
7363 \begin_layout Plain Layout
7364 Befehle ! O ! 
7365 \backslash
7366 overbrace
7367 \end_layout
7368
7369 \end_inset
7370
7371
7372 \end_layout
7373
7374 \end_inset
7375 </cell>
7376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380 \begin_inset Formula $\overbrace{A+B}^{3}$
7381 \end_inset
7382
7383
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 </row>
7389 <row>
7390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394 \begin_inset ERT
7395 status collapsed
7396
7397 \begin_layout Plain Layout
7398
7399
7400 \backslash
7401 raisebox{-2.2mm}{
7402 \end_layout
7403
7404 \end_inset
7405
7406
7407 \backslash
7408 underbrace
7409 \begin_inset ERT
7410 status collapsed
7411
7412 \begin_layout Plain Layout
7413
7414
7415 \backslash
7416 leer 
7417 \end_layout
7418
7419 \end_inset
7420
7421 A+B
7422 \begin_inset ERT
7423 status collapsed
7424
7425 \begin_layout Plain Layout
7426
7427
7428 \backslash
7429 leer 
7430 \end_layout
7431
7432 \end_inset
7433
7434 _5
7435 \begin_inset ERT
7436 status collapsed
7437
7438 \begin_layout Plain Layout
7439
7440 }
7441 \end_layout
7442
7443 \end_inset
7444
7445
7446 \begin_inset Index
7447 status collapsed
7448
7449 \begin_layout Plain Layout
7450 Befehle ! U ! 
7451 \backslash
7452 underbrace
7453 \end_layout
7454
7455 \end_inset
7456
7457
7458 \end_layout
7459
7460 \end_inset
7461 </cell>
7462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466 \begin_inset Formula $\underbrace{A+B}_{5}$
7467 \end_inset
7468
7469
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 </row>
7475 <row>
7476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480
7481 \backslash
7482 overbrace
7483 \begin_inset ERT
7484 status collapsed
7485
7486 \begin_layout Plain Layout
7487
7488
7489 \backslash
7490 leer 
7491 \end_layout
7492
7493 \end_inset
7494
7495
7496 \backslash
7497 underbrace
7498 \begin_inset ERT
7499 status collapsed
7500
7501 \begin_layout Plain Layout
7502
7503
7504 \backslash
7505 leer 
7506 \end_layout
7507
7508 \end_inset
7509
7510 A+B_w
7511 \begin_inset ERT
7512 status collapsed
7513
7514 \begin_layout Plain Layout
7515
7516
7517 \backslash
7518 leer 
7519 \end_layout
7520
7521 \end_inset
7522
7523
7524 \begin_inset ERT
7525 status collapsed
7526
7527 \begin_layout Plain Layout
7528
7529
7530 \backslash
7531 leer 
7532 \end_layout
7533
7534 \end_inset
7535
7536 _7
7537 \begin_inset ERT
7538 status collapsed
7539
7540 \begin_layout Plain Layout
7541
7542
7543 \backslash
7544 leer 
7545 \end_layout
7546
7547 \end_inset
7548
7549
7550 \begin_inset ERT
7551 status collapsed
7552
7553 \begin_layout Plain Layout
7554
7555
7556 \backslash
7557 leer 
7558 \end_layout
7559
7560 \end_inset
7561
7562 ^
7563 \begin_inset ERT
7564 status collapsed
7565
7566 \begin_layout Plain Layout
7567
7568
7569 \backslash
7570 leer 
7571 \end_layout
7572
7573 \end_inset
7574
7575 C
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7585 \end_inset
7586
7587
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 </row>
7593 </lyxtabular>
7594
7595 \end_inset
7596
7597
7598 \end_layout
7599
7600 \begin_layout Standard
7601 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7602 \series bold
7603
7604 \backslash
7605 overbrace
7606 \series default
7607  oder 
7608 \series bold
7609
7610 \backslash
7611 underbrace
7612 \series default
7613  eingibt.
7614 \end_layout
7615
7616 \begin_layout Standard
7617 \begin_inset VSpace bigskip
7618 \end_inset
7619
7620 Benötigt man Klammern, die sich überschneiden, muss man die in 
7621 \begin_inset CommandInset ref
7622 LatexCommand ref
7623 reference "sec:Mehrzeilige-Formeln"
7624
7625 \end_inset
7626
7627  beschriebenen mehrzeiligen Formeln verwenden:
7628 \begin_inset Formula \begin{eqnarray*}
7629 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7630  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7631
7632 \end_inset
7633
7634 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7635  Dabei ist es wichtig, dass vor dem ersten 
7636 \begin_inset Formula $d$
7637 \end_inset
7638
7639  der Abstandsbefehl
7640 \begin_inset Foot
7641 status collapsed
7642
7643 \begin_layout Plain Layout
7644 Abstandsbefehle sind in 
7645 \begin_inset CommandInset ref
7646 LatexCommand ref
7647 reference "sub:Vordefinierter-Leerraum"
7648
7649 \end_inset
7650
7651  erklärt.
7652 \end_layout
7653
7654 \end_inset
7655
7656  
7657 \series bold
7658
7659 \backslash
7660 :
7661 \series default
7662  eingegeben wird, denn die nach dem 
7663 \begin_inset Formula $q$
7664 \end_inset
7665
7666  endende Klammer verhindert, dass das nachfolgende 
7667 \begin_inset Quotes gld
7668 \end_inset
7669
7670 +
7671 \begin_inset Quotes grd
7672 \end_inset
7673
7674  von Leerraum umgeben ist.
7675 \begin_inset Foot
7676 status collapsed
7677
7678 \begin_layout Plain Layout
7679 weil eine Klammer nicht als Zeichen gilt, siehe 
7680 \begin_inset CommandInset ref
7681 LatexCommand ref
7682 reference "sub:Binäre-Operatoren"
7683
7684 \end_inset
7685
7686
7687 \end_layout
7688
7689 \end_inset
7690
7691  In die zweite Zeile wird die zweite Klammer eingegeben.
7692  Da sie vor dem 
7693 \begin_inset Formula $b$
7694 \end_inset
7695
7696  beginnen soll, gibt man zuerst 
7697 \series bold
7698
7699 \backslash
7700 hphantom{gggg+
7701 \backslash
7702 :}
7703 \series default
7704  ein.
7705 \begin_inset Foot
7706 status collapsed
7707
7708 \begin_layout Plain Layout
7709 mehr zu 
7710 \series bold
7711
7712 \backslash
7713 hphantom
7714 \series default
7715  siehe 
7716 \begin_inset CommandInset ref
7717 LatexCommand ref
7718 reference "sub:Platzhalter"
7719
7720 \end_inset
7721
7722 .
7723 \end_layout
7724
7725 \end_inset
7726
7727  Dieser Leerraum wird benötigt, weil das 
7728 \begin_inset Quotes gld
7729 \end_inset
7730
7731 +
7732 \begin_inset Quotes grd
7733 \end_inset
7734
7735  in der Formel auch von Leerraum umgeben ist.
7736  Die Klammer wird unter den Befehl 
7737 \series bold
7738
7739 \backslash
7740 hphantom{bbqq+dddd}
7741 \series default
7742  gesetzt.
7743 \end_layout
7744
7745 \begin_layout Standard
7746 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7747 n, wie in folgendem Beispiel:
7748 \begin_inset ERT
7749 status collapsed
7750
7751 \begin_layout Plain Layout
7752
7753
7754 \backslash
7755 setlength{
7756 \backslash
7757 jot}{-6pt}
7758 \end_layout
7759
7760 \end_inset
7761
7762
7763 \begin_inset Formula \begin{eqnarray*}
7764  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7765 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7766
7767 \end_inset
7768
7769
7770 \begin_inset ERT
7771 status collapsed
7772
7773 \begin_layout Plain Layout
7774
7775
7776 \backslash
7777 setlength{
7778 \backslash
7779 jot}{3pt}
7780 \end_layout
7781
7782 \end_inset
7783
7784 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7785  mit dem Unterschied, dass sich die Klammer oben befindet.
7786  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7787  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7788  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7789  werden.
7790  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7791 \begin_inset Foot
7792 status collapsed
7793
7794 \begin_layout Plain Layout
7795 \begin_inset CommandInset href
7796 LatexCommand href
7797 name "LyX-Fehler #1505"
7798 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7799
7800 \end_inset
7801
7802
7803 \end_layout
7804
7805 \end_inset
7806
7807 .
7808  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7809 \series bold
7810
7811 \backslash
7812 jot
7813 \series default
7814
7815 \begin_inset Index
7816 status collapsed
7817
7818 \begin_layout Plain Layout
7819 Befehle ! J ! 
7820 \backslash
7821 jot
7822 \end_layout
7823
7824 \end_inset
7825
7826  vor der Formel mit dem Befehl 
7827 \series bold
7828
7829 \backslash
7830 setlength{
7831 \backslash
7832 jot}{-6pt}
7833 \series default
7834  im TeX-Modus auf den Wert -6
7835 \begin_inset space \thinspace{}
7836 \end_inset
7837
7838 pt geändert.
7839  Nach der Formel wird 
7840 \series bold
7841
7842 \backslash
7843 jot
7844 \series default
7845  mit demselben Befehl wieder auf den Standardwert 3
7846 \begin_inset space \thinspace{}
7847 \end_inset
7848
7849 pt zurückgesetzt.
7850  Genaueres zum Zeilenabstand in Formeln ist in 
7851 \begin_inset CommandInset ref
7852 LatexCommand ref
7853 reference "sub:Zeilenabstand"
7854
7855 \end_inset
7856
7857  erklärt.
7858 \end_layout
7859
7860 \begin_layout Section
7861 Pfeile
7862 \begin_inset Index
7863 status collapsed
7864
7865 \begin_layout Plain Layout
7866 Pfeile
7867 \end_layout
7868
7869 \end_inset
7870
7871
7872 \end_layout
7873
7874 \begin_layout Standard
7875 Pfeile können über den Mathe-Werkzeugleistenknopf 
7876 \begin_inset Graphics
7877         filename ../../images/math/leftarrow.png
7878         scale 85
7879
7880 \end_inset
7881
7882  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7883  aufgelistet sind.
7884 \end_layout
7885
7886 \begin_layout Subsection
7887 Horizontale Pfeile
7888 \begin_inset Index
7889 status collapsed
7890
7891 \begin_layout Plain Layout
7892 Pfeile ! horizontale
7893 \end_layout
7894
7895 \end_inset
7896
7897
7898 \end_layout
7899
7900 \begin_layout Standard
7901 \begin_inset space \hfill{}
7902 \end_inset
7903
7904
7905 \begin_inset Tabular
7906 <lyxtabular version="3" rows="8" columns="2">
7907 <features>
7908 <column alignment="center" valignment="top" width="0pt">
7909 <column alignment="center" valignment="top" width="0pt">
7910 <row>
7911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915 Befehl
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924 Ergebnis
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 </row>
7930 <row>
7931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935
7936 \backslash
7937 gets
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 \begin_inset Formula $\gets$
7947 \end_inset
7948
7949
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 </row>
7955 <row>
7956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960
7961 \backslash
7962 Leftarrow
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 \begin_inset Formula $\Leftarrow$
7972 \end_inset
7973
7974
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 </row>
7980 <row>
7981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985
7986 \backslash
7987 longleftarrow
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 \begin_inset Formula $\longleftarrow$
7997 \end_inset
7998
7999
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 </row>
8005 <row>
8006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010
8011 \backslash
8012 Longleftarrow
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021 \begin_inset Formula $\Longleftarrow$
8022 \end_inset
8023
8024
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 </row>
8030 <row>
8031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035
8036 \backslash
8037 leftharpoonup
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046 \begin_inset Formula $\leftharpoonup$
8047 \end_inset
8048
8049
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 </row>
8055 <row>
8056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060
8061 \backslash
8062 leftharpoondown
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 \begin_inset Formula $\leftharpoondown$
8072 \end_inset
8073
8074
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 </row>
8080 <row>
8081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085
8086 \backslash
8087 hookleftarrow
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 \begin_inset Formula $\hookleftarrow$
8097 \end_inset
8098
8099
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 </row>
8105 </lyxtabular>
8106
8107 \end_inset
8108
8109
8110 \begin_inset space \hfill{}
8111 \end_inset
8112
8113
8114 \begin_inset Tabular
8115 <lyxtabular version="3" rows="8" columns="2">
8116 <features>
8117 <column alignment="center" valignment="top" width="0pt">
8118 <column alignment="center" valignment="top" width="0pt">
8119 <row>
8120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 Befehl
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 Ergebnis
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row>
8140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144
8145 \backslash
8146 to
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 \begin_inset Formula $\to$
8156 \end_inset
8157
8158
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 </row>
8164 <row>
8165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169
8170 \backslash
8171 Rightarrow
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 \begin_inset Formula $\Rightarrow$
8181 \end_inset
8182
8183
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 </row>
8189 <row>
8190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194
8195 \backslash
8196 longrightarrow
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205 \begin_inset Formula $\longrightarrow$
8206 \end_inset
8207
8208
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 </row>
8214 <row>
8215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219
8220 \backslash
8221 Longrightarrow
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 \begin_inset Formula $\Longrightarrow$
8231 \end_inset
8232
8233
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 </row>
8239 <row>
8240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244
8245 \backslash
8246 rightharpoonup
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 \begin_inset Formula $\rightharpoonup$
8256 \end_inset
8257
8258
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 </row>
8264 <row>
8265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269
8270 \backslash
8271 rightharpoondown
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280 \begin_inset Formula $\rightharpoondown$
8281 \end_inset
8282
8283
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 </row>
8289 <row>
8290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294
8295 \backslash
8296 hookrightarrow
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 \begin_inset Formula $\hookrightarrow$
8306 \end_inset
8307
8308
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 </row>
8314 </lyxtabular>
8315
8316 \end_inset
8317
8318
8319 \begin_inset space \hfill{}
8320 \end_inset
8321
8322
8323 \end_layout
8324
8325 \begin_layout Standard
8326 \begin_inset space \hfill{}
8327 \end_inset
8328
8329
8330 \begin_inset Tabular
8331 <lyxtabular version="3" rows="6" columns="2">
8332 <features>
8333 <column alignment="center" valignment="top" width="0pt">
8334 <column alignment="center" valignment="top" width="0pt">
8335 <row>
8336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 Befehl
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 Ergebnis
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 </row>
8355 <row>
8356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360
8361 \backslash
8362 leftrightarrow
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 \begin_inset Formula $\leftrightarrow$
8372 \end_inset
8373
8374
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 </row>
8380 <row>
8381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385
8386 \backslash
8387 Leftrightarrow
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 \begin_inset Formula $\Leftrightarrow$
8397 \end_inset
8398
8399
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 </row>
8405 <row>
8406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410
8411 \backslash
8412 longleftrightarrow
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421 \begin_inset Formula $\longleftrightarrow$
8422 \end_inset
8423
8424
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 </row>
8430 <row>
8431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435
8436 \backslash
8437 Longleftrightarrow
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 \begin_inset Formula $\Longleftrightarrow$
8447 \end_inset
8448
8449
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 </row>
8455 <row>
8456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460
8461 \backslash
8462 rightleftharpoons
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 \begin_inset Formula $\rightleftharpoons$
8472 \end_inset
8473
8474
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 </row>
8480 </lyxtabular>
8481
8482 \end_inset
8483
8484
8485 \begin_inset space \hspace{}
8486 \length 25pt
8487 \end_inset
8488
8489
8490 \begin_inset space \hfill{}
8491 \end_inset
8492
8493
8494 \begin_inset Tabular
8495 <lyxtabular version="3" rows="5" columns="2">
8496 <features>
8497 <column alignment="center" valignment="top" width="0pt">
8498 <column alignment="center" valignment="top" width="0pt">
8499 <row>
8500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 Befehl
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 Ergebnis
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row>
8520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524
8525 \backslash
8526 mapsto
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 \begin_inset Formula $\mapsto$
8536 \end_inset
8537
8538
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 </row>
8544 <row>
8545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549
8550 \backslash
8551 longmapsto
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560 \begin_inset Formula $\longmapsto$
8561 \end_inset
8562
8563
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 </row>
8569 <row>
8570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574
8575 \backslash
8576 leadsto
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585 \begin_inset Formula $\leadsto$
8586 \end_inset
8587
8588
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 </row>
8594 <row>
8595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599
8600 \backslash
8601 dasharrow
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610 \begin_inset Formula $\dasharrow$
8611 \end_inset
8612
8613
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 </row>
8619 </lyxtabular>
8620
8621 \end_inset
8622
8623
8624 \begin_inset space \hfill{}
8625 \end_inset
8626
8627
8628 \end_layout
8629
8630 \begin_layout Standard
8631 \begin_inset VSpace medskip
8632 \end_inset
8633
8634 Als Akzent verwendete Pfeile, wie z.
8635 \begin_inset space \thinspace{}
8636 \end_inset
8637
8638 B.
8639  Vektorpfeile, sind in 
8640 \begin_inset CommandInset ref
8641 LatexCommand ref
8642 reference "sec:Akzente"
8643
8644 \end_inset
8645
8646  aufgelistet.
8647 \end_layout
8648
8649 \begin_layout Standard
8650 \begin_inset VSpace bigskip
8651 \end_inset
8652
8653 Des Weiteren gibt es die beschriftbaren Pfeile
8654 \begin_inset Index
8655 status collapsed
8656
8657 \begin_layout Plain Layout
8658 Pfeile ! beschriftbare
8659 \end_layout
8660
8661 \end_inset
8662
8663  
8664 \series bold
8665
8666 \backslash
8667 xleftarrow
8668 \series default
8669
8670 \begin_inset Index
8671 status collapsed
8672
8673 \begin_layout Plain Layout
8674 Befehle ! X ! 
8675 \backslash
8676 xleftarrow
8677 \end_layout
8678
8679 \end_inset
8680
8681  und 
8682 \series bold
8683
8684 \backslash
8685 xrightarrow
8686 \series default
8687
8688 \begin_inset Index
8689 status collapsed
8690
8691 \begin_layout Plain Layout
8692 Befehle ! X ! 
8693 \backslash
8694 xrightarrow
8695 \begin_inset ERT
8696 status collapsed
8697
8698 \begin_layout Plain Layout
8699
8700
8701 \backslash
8702 vspace{4mm}
8703 \end_layout
8704
8705 \end_inset
8706
8707
8708 \end_layout
8709
8710 \end_inset
8711
8712 .
8713  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8714  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8715  Die Pfeillänge passt sich der Breite der Beschriftung an.
8716 \end_layout
8717
8718 \begin_layout Standard
8719 \align center
8720 \begin_inset Tabular
8721 <lyxtabular version="3" rows="3" columns="2">
8722 <features>
8723 <column alignment="center" valignment="top" width="0pt">
8724 <column alignment="center" valignment="top" width="0pt">
8725 <row>
8726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 Befehl
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 Ergebnis
8740 \begin_inset Note Note
8741 status collapsed
8742
8743 \begin_layout Plain Layout
8744
8745 \series bold
8746
8747 \backslash
8748 raisebox
8749 \series default
8750  dient nur als Abstandhalter.
8751 \end_layout
8752
8753 \end_inset
8754
8755
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 </row>
8761 <row>
8762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 F(a)
8767 \backslash
8768 xleftarrow
8769 \begin_inset ERT
8770 status collapsed
8771
8772 \begin_layout Plain Layout
8773
8774
8775 \backslash
8776 leer 
8777 \end_layout
8778
8779 \end_inset
8780
8781 x=a
8782 \begin_inset Formula $\downarrow$
8783 \end_inset
8784
8785 x>0
8786 \begin_inset Formula $\to$
8787 \end_inset
8788
8789 F(x)
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8799 \end_inset
8800
8801
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 </row>
8807 <row>
8808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 F(x)
8813 \backslash
8814 xrightarrow
8815 \begin_inset ERT
8816 status collapsed
8817
8818 \begin_layout Plain Layout
8819
8820
8821 \backslash
8822 leer 
8823 \end_layout
8824
8825 \end_inset
8826
8827 x=a
8828 \begin_inset Formula $\downarrow$
8829 \end_inset
8830
8831 x>0
8832 \begin_inset Formula $\to$
8833 \end_inset
8834
8835 F(a)
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8845 \end_inset
8846
8847
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 </row>
8853 </lyxtabular>
8854
8855 \end_inset
8856
8857
8858 \end_layout
8859
8860 \begin_layout Subsection
8861 Vertikale und diagonale Pfeile
8862 \begin_inset Index
8863 status collapsed
8864
8865 \begin_layout Plain Layout
8866 Pfeile ! diagonale
8867 \end_layout
8868
8869 \end_inset
8870
8871
8872 \begin_inset Index
8873 status collapsed
8874
8875 \begin_layout Plain Layout
8876 Pfeile ! vertikale
8877 \end_layout
8878
8879 \end_inset
8880
8881
8882 \end_layout
8883
8884 \begin_layout Standard
8885 \begin_inset space \hfill{}
8886 \end_inset
8887
8888
8889 \begin_inset Tabular
8890 <lyxtabular version="3" rows="7" columns="2">
8891 <features>
8892 <column alignment="center" valignment="top" width="0pt">
8893 <column alignment="center" valignment="top" width="0pt">
8894 <row>
8895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899 Befehl
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 Ergebnis
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 </row>
8914 <row>
8915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919
8920 \backslash
8921 uparrow
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930 \begin_inset Formula $\uparrow$
8931 \end_inset
8932
8933
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 </row>
8939 <row>
8940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944
8945 \backslash
8946 Uparrow
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955 \begin_inset Formula $\Uparrow$
8956 \end_inset
8957
8958
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 </row>
8964 <row>
8965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969
8970 \backslash
8971 updownarrow
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 \begin_inset Formula $\updownarrow$
8981 \end_inset
8982
8983
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 </row>
8989 <row>
8990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994
8995 \backslash
8996 Updownarrow
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 \begin_inset Formula $\Updownarrow$
9006 \end_inset
9007
9008
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 </row>
9014 <row>
9015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019
9020 \backslash
9021 Downarrow
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 \begin_inset Formula $\Downarrow$
9031 \end_inset
9032
9033
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 </row>
9039 <row>
9040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044
9045 \backslash
9046 downarrow
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 \begin_inset Formula $\downarrow$
9056 \end_inset
9057
9058
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 </row>
9064 </lyxtabular>
9065
9066 \end_inset
9067
9068
9069 \begin_inset space \hfill{}
9070 \end_inset
9071
9072
9073 \begin_inset Tabular
9074 <lyxtabular version="3" rows="5" columns="2">
9075 <features>
9076 <column alignment="center" valignment="top" width="0pt">
9077 <column alignment="center" valignment="top" width="0pt">
9078 <row>
9079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 Befehl
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 Ergebnis
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 </row>
9098 <row>
9099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103
9104 \backslash
9105 nearrow
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114 \begin_inset Formula $\nearrow$
9115 \end_inset
9116
9117
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 </row>
9123 <row>
9124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128
9129 \backslash
9130 searrow
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139 \begin_inset Formula $\searrow$
9140 \end_inset
9141
9142
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 </row>
9148 <row>
9149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153
9154 \backslash
9155 swarrow
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164 \begin_inset Formula $\swarrow$
9165 \end_inset
9166
9167
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 </row>
9173 <row>
9174 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178
9179 \backslash
9180 nwarrow
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 \begin_inset Formula $\nwarrow$
9190 \end_inset
9191
9192
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 </row>
9198 </lyxtabular>
9199
9200 \end_inset
9201
9202
9203 \begin_inset space \hfill{}
9204 \end_inset
9205
9206
9207 \end_layout
9208
9209 \begin_layout Standard
9210 \begin_inset VSpace medskip
9211 \end_inset
9212
9213 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9214  
9215 \begin_inset CommandInset ref
9216 LatexCommand ref
9217 reference "sub:Manuelle-Klammergrößen"
9218
9219 \end_inset
9220
9221  und 
9222 \begin_inset CommandInset ref
9223 LatexCommand ref
9224 reference "sub:Automatische-Klammergrößen"
9225
9226 \end_inset
9227
9228  beschriebenen Befehlen verwendet werden.
9229 \end_layout
9230
9231 \begin_layout Section
9232 Akzente
9233 \begin_inset CommandInset label
9234 LatexCommand label
9235 name "sec:Akzente"
9236
9237 \end_inset
9238
9239
9240 \begin_inset Index
9241 status collapsed
9242
9243 \begin_layout Plain Layout
9244 Akzente
9245 \end_layout
9246
9247 \end_inset
9248
9249
9250 \end_layout
9251
9252 \begin_layout Standard
9253 Akzente können über den Mathe-Werkzeugleistenknopf 
9254 \begin_inset Graphics
9255         filename ../../images/math/hat.png
9256         scale 85
9257
9258 \end_inset
9259
9260  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9261  aufgelistet sind.
9262 \end_layout
9263
9264 \begin_layout Subsection
9265 Akzente für ein Zeichen
9266 \begin_inset ERT
9267 status collapsed
9268
9269 \begin_layout Plain Layout
9270
9271
9272 \backslash
9273 texorpdfstring{
9274 \end_layout
9275
9276 \end_inset
9277
9278
9279 \begin_inset Foot
9280 status collapsed
9281
9282 \begin_layout Plain Layout
9283 Akzente im Text siehe 
9284 \begin_inset CommandInset ref
9285 LatexCommand ref
9286 reference "sub:Sonderzeichen-Akzente"
9287
9288 \end_inset
9289
9290
9291 \end_layout
9292
9293 \end_inset
9294
9295
9296 \begin_inset ERT
9297 status collapsed
9298
9299 \begin_layout Plain Layout
9300
9301 }{}
9302 \end_layout
9303
9304 \end_inset
9305
9306
9307 \begin_inset Note Note
9308 status collapsed
9309
9310 \begin_layout Plain Layout
9311
9312 \series bold
9313
9314 \backslash
9315 texorpdfstring
9316 \series default
9317  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9318 \end_layout
9319
9320 \begin_layout Plain Layout
9321 Näheres zu 
9322 \series bold
9323
9324 \backslash
9325 texorpdfstring
9326 \series default
9327  steht in Kapitel 
9328 \begin_inset CommandInset ref
9329 LatexCommand ref
9330 reference "sub:Formeln-in-Überschriften"
9331
9332 \end_inset
9333
9334 .
9335 \end_layout
9336
9337 \end_inset
9338
9339
9340 \begin_inset CommandInset label
9341 LatexCommand label
9342 name "sub:Akzente-für-ein"
9343
9344 \end_inset
9345
9346
9347 \begin_inset Index
9348 status collapsed
9349
9350 \begin_layout Plain Layout
9351 Akzente ! für ein Zeichen
9352 \end_layout
9353
9354 \end_inset
9355
9356
9357 \end_layout
9358
9359 \begin_layout Standard
9360 \begin_inset space \hfill{}
9361 \end_inset
9362
9363
9364 \begin_inset Tabular
9365 <lyxtabular version="3" rows="8" columns="2">
9366 <features>
9367 <column alignment="center" valignment="top" width="0pt">
9368 <column alignment="center" valignment="top" width="0pt">
9369 <row>
9370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374 Befehl
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383 Ergebnis
9384 \begin_inset Note Note
9385 status collapsed
9386
9387 \begin_layout Plain Layout
9388
9389 \series bold
9390
9391 \backslash
9392 raisebox
9393 \series default
9394  dient nur als Abstandhalter.
9395 \end_layout
9396
9397 \end_inset
9398
9399
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 </row>
9405 <row>
9406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410
9411 \backslash
9412 dot
9413 \begin_inset ERT
9414 status collapsed
9415
9416 \begin_layout Plain Layout
9417
9418
9419 \backslash
9420 leer 
9421 \end_layout
9422
9423 \end_inset
9424
9425 A
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9435 \end_inset
9436
9437
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 </row>
9443 <row>
9444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448
9449 \backslash
9450 ddot
9451 \begin_inset ERT
9452 status collapsed
9453
9454 \begin_layout Plain Layout
9455
9456
9457 \backslash
9458 leer 
9459 \end_layout
9460
9461 \end_inset
9462
9463 A
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9473 \end_inset
9474
9475
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 </row>
9481 <row>
9482 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9483 \begin_inset Text
9484
9485 \begin_layout Plain Layout
9486
9487 \backslash
9488 dddot
9489 \begin_inset ERT
9490 status collapsed
9491
9492 \begin_layout Plain Layout
9493
9494
9495 \backslash
9496 leer 
9497 \end_layout
9498
9499 \end_inset
9500
9501 A
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9511 \end_inset
9512
9513
9514 \end_layout
9515
9516 \end_inset
9517 </cell>
9518 </row>
9519 <row>
9520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524
9525 \backslash
9526 ddddot{A
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9536 \end_inset
9537
9538
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 </row>
9544 <row>
9545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Plain Layout
9549
9550 \backslash
9551 vec
9552 \begin_inset ERT
9553 status collapsed
9554
9555 \begin_layout Plain Layout
9556
9557
9558 \backslash
9559 leer 
9560 \end_layout
9561
9562 \end_inset
9563
9564 A
9565 \begin_inset Index
9566 status collapsed
9567
9568 \begin_layout Plain Layout
9569 Vektoren
9570 \end_layout
9571
9572 \end_inset
9573
9574
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Plain Layout
9583 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9584 \end_inset
9585
9586
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 </row>
9592 <row>
9593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597
9598 \backslash
9599 bar
9600 \begin_inset ERT
9601 status collapsed
9602
9603 \begin_layout Plain Layout
9604
9605
9606 \backslash
9607 leer 
9608 \end_layout
9609
9610 \end_inset
9611
9612 A
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9622 \end_inset
9623
9624
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 </row>
9630 <row>
9631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635
9636 \backslash
9637 mathring
9638 \begin_inset ERT
9639 status collapsed
9640
9641 \begin_layout Plain Layout
9642
9643
9644 \backslash
9645 leer 
9646 \end_layout
9647
9648 \end_inset
9649
9650 A
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9660 \end_inset
9661
9662
9663 \end_layout
9664
9665 \end_inset
9666 </cell>
9667 </row>
9668 </lyxtabular>
9669
9670 \end_inset
9671
9672
9673 \begin_inset space \hfill{}
9674 \end_inset
9675
9676
9677 \begin_inset Tabular
9678 <lyxtabular version="3" rows="7" columns="2">
9679 <features>
9680 <column alignment="center" valignment="top" width="0pt">
9681 <column alignment="center" valignment="top" width="0pt">
9682 <row>
9683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9684 \begin_inset Text
9685
9686 \begin_layout Plain Layout
9687 Befehl
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696 Ergebnis
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 </row>
9702 <row>
9703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9704 \begin_inset Text
9705
9706 \begin_layout Plain Layout
9707
9708 \backslash
9709 tilde
9710 \begin_inset ERT
9711 status collapsed
9712
9713 \begin_layout Plain Layout
9714
9715
9716 \backslash
9717 leer 
9718 \end_layout
9719
9720 \end_inset
9721
9722 A
9723 \end_layout
9724
9725 \end_inset
9726 </cell>
9727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9728 \begin_inset Text
9729
9730 \begin_layout Plain Layout
9731 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9732 \end_inset
9733
9734
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 </row>
9740 <row>
9741 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745
9746 \backslash
9747 hat
9748 \begin_inset ERT
9749 status collapsed
9750
9751 \begin_layout Plain Layout
9752
9753
9754 \backslash
9755 leer 
9756 \end_layout
9757
9758 \end_inset
9759
9760 A
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Plain Layout
9769 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9770 \end_inset
9771
9772
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 </row>
9778 <row>
9779 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783
9784 \backslash
9785 check
9786 \begin_inset ERT
9787 status collapsed
9788
9789 \begin_layout Plain Layout
9790
9791
9792 \backslash
9793 leer 
9794 \end_layout
9795
9796 \end_inset
9797
9798 A
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9808 \end_inset
9809
9810
9811 \end_layout
9812
9813 \end_inset
9814 </cell>
9815 </row>
9816 <row>
9817 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9818 \begin_inset Text
9819
9820 \begin_layout Plain Layout
9821
9822 \backslash
9823 acute
9824 \begin_inset ERT
9825 status collapsed
9826
9827 \begin_layout Plain Layout
9828
9829
9830 \backslash
9831 leer 
9832 \end_layout
9833
9834 \end_inset
9835
9836 A
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9846 \end_inset
9847
9848
9849 \end_layout
9850
9851 \end_inset
9852 </cell>
9853 </row>
9854 <row>
9855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859
9860 \backslash
9861 grave
9862 \begin_inset ERT
9863 status collapsed
9864
9865 \begin_layout Plain Layout
9866
9867
9868 \backslash
9869 leer 
9870 \end_layout
9871
9872 \end_inset
9873
9874 A
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9884 \end_inset
9885
9886
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 </row>
9892 <row>
9893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9894 \begin_inset Text
9895
9896 \begin_layout Plain Layout
9897
9898 \backslash
9899 breve
9900 \begin_inset ERT
9901 status collapsed
9902
9903 \begin_layout Plain Layout
9904
9905
9906 \backslash
9907 leer 
9908 \end_layout
9909
9910 \end_inset
9911
9912 A
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Plain Layout
9921 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9922 \end_inset
9923
9924
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 </row>
9930 </lyxtabular>
9931
9932 \end_inset
9933
9934
9935 \begin_inset space \hfill{}
9936 \end_inset
9937
9938
9939 \end_layout
9940
9941 \begin_layout Standard
9942 \begin_inset VSpace bigskip
9943 \end_inset
9944
9945 Wenn man in einer Formel Umlaute
9946 \begin_inset Index
9947 status collapsed
9948
9949 \begin_layout Plain Layout
9950 Umlaute
9951 \end_layout
9952
9953 \end_inset
9954
9955  erstellen will, schreibt man ein Anführungszeichen vor den Selbstlaut.
9956  Diese beiden Zeichen bilden dann für LaTeX 
9957 \emph on
9958 ein
9959 \emph default
9960  Zeichen.
9961  Im Gegensatz zu 
9962 \series bold
9963
9964 \backslash
9965 ddot
9966 \series default
9967  entstehen damit 
9968 \begin_inset Quotes gld
9969 \end_inset
9970
9971 echte
9972 \begin_inset Quotes grd
9973 \end_inset
9974
9975  Umlaute, was folgendes Beispiel zeigt:
9976 \end_layout
9977
9978 \begin_layout Standard
9979 \begin_inset VSpace -2mm
9980 \end_inset
9981
9982
9983 \end_layout
9984
9985 \begin_layout Standard
9986 \align center
9987 \begin_inset Tabular
9988 <lyxtabular version="3" rows="3" columns="2">
9989 <features>
9990 <column alignment="center" valignment="top" width="0">
9991 <column alignment="center" valignment="top" width="0">
9992 <row>
9993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997 Befehl
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006 Ergebnis
10007 \begin_inset Note Note
10008 status collapsed
10009
10010 \begin_layout Plain Layout
10011
10012 \series bold
10013
10014 \backslash
10015 raisebox
10016 \series default
10017  dient nur als Abstandhalter.
10018 \end_layout
10019
10020 \end_inset
10021
10022
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 </row>
10028 <row>
10029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033 \begin_inset Quotes grd
10034 \end_inset
10035
10036 i
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045 \begin_inset Formula $"i$
10046 \end_inset
10047
10048
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 </row>
10054 <row>
10055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059
10060 \backslash
10061 ddot
10062 \begin_inset ERT
10063 status collapsed
10064
10065 \begin_layout Plain Layout
10066
10067
10068 \backslash
10069 leer 
10070 \end_layout
10071
10072 \end_inset
10073
10074 i
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10084 \end_inset
10085
10086
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 </row>
10092 </lyxtabular>
10093
10094 \end_inset
10095
10096
10097 \end_layout
10098
10099 \begin_layout Standard
10100 Ein weiterer Vorteil gegenüber 
10101 \series bold
10102
10103 \backslash
10104 ddot
10105 \series default
10106  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10107  denn die obigen Akzentbefehle sind 
10108 \emph on
10109 im mathematischen Text\SpecialChar \-
10110 modus nicht erlaubt
10111 \emph default
10112 .
10113  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10114  nur das Zeichen unter dem Akzent umgewandelt werden.
10115  Das gilt auch für alle anderen Umwandlungen wie z.
10116 \begin_inset space \thinspace{}
10117 \end_inset
10118
10119 B.
10120  in kursiv oder fett.
10121 \end_layout
10122
10123 \begin_layout Standard
10124 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10125  direkt eingegeben werden.
10126 \end_layout
10127
10128 \begin_layout Subsection
10129 Akzente für Operatoren
10130 \begin_inset Index
10131 status collapsed
10132
10133 \begin_layout Plain Layout
10134 Akzente ! für Operatoren
10135 \end_layout
10136
10137 \end_inset
10138
10139
10140 \end_layout
10141
10142 \begin_layout Standard
10143 Zum Akzentuieren von Operatoren gibt es die Befehle 
10144 \series bold
10145
10146 \backslash
10147 overset
10148 \series default
10149
10150 \begin_inset Index
10151 status collapsed
10152
10153 \begin_layout Plain Layout
10154 Befehle ! O ! 
10155 \backslash
10156 overset
10157 \end_layout
10158
10159 \end_inset
10160
10161  und 
10162 \series bold
10163
10164 \backslash
10165 underset
10166 \series default
10167
10168 \begin_inset Index
10169 status collapsed
10170
10171 \begin_layout Plain Layout
10172 Befehle ! U ! 
10173 \backslash
10174 underset
10175 \end_layout
10176
10177 \end_inset
10178
10179 , mit denen man Zeichen über bzw.
10180  unter einen Operator setzen kann.
10181  Mit dem Befehl 
10182 \series bold
10183
10184 \backslash
10185 sideset
10186 \series default
10187
10188 \begin_inset Index
10189 status collapsed
10190
10191 \begin_layout Plain Layout
10192 Befehle ! S ! 
10193 \backslash
10194 sideset
10195 \end_layout
10196
10197 \end_inset
10198
10199  können Zeichen vor und nach einen Operator gesetzt werden.
10200  Das Befehlsschema lautet:
10201 \end_layout
10202
10203 \begin_layout Standard
10204
10205 \series bold
10206
10207 \backslash
10208 sideset{Zeichen
10209 \series default
10210  
10211 \series bold
10212 davor}{Zeichen
10213 \series default
10214  
10215 \series bold
10216 dahinter}
10217 \end_layout
10218
10219 \begin_layout Standard
10220
10221 \series bold
10222
10223 \backslash
10224 sideset
10225 \series default
10226  mussen immer vor dem zu akzentuierenden Operator stehen.
10227  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10228  Symbolen akzentuiert werden.
10229  Will man mit 
10230 \series bold
10231
10232 \backslash
10233 sideset
10234 \series default
10235  z.
10236 \begin_inset space \thinspace{}
10237 \end_inset
10238
10239 B.
10240  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10241  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10242 \end_layout
10243
10244 \begin_layout Standard
10245 Z.
10246 \begin_inset space \thinspace{}
10247 \end_inset
10248
10249 B.
10250  ergibt der Befehl 
10251 \series bold
10252
10253 \backslash
10254 sideset{
10255 \begin_inset Formula $\to$
10256 \end_inset
10257
10258
10259 \backslash
10260 {
10261 \series default
10262 '
10263 \series bold
10264
10265 \begin_inset Formula $\to$
10266 \end_inset
10267
10268
10269 \backslash
10270 sum_k=1
10271 \begin_inset ERT
10272 status collapsed
10273
10274 \begin_layout Plain Layout
10275
10276
10277 \backslash
10278 leer 
10279 \end_layout
10280
10281 \end_inset
10282
10283
10284 \series default
10285 ^
10286 \series bold
10287 n
10288 \series default
10289  :
10290 \begin_inset Formula \[
10291 \sideset{}{'}\sum_{k=1}^{n}\]
10292
10293 \end_inset
10294
10295
10296 \end_layout
10297
10298 \begin_layout Standard
10299 Der Befehl 
10300 \series bold
10301
10302 \backslash
10303 overset
10304 \begin_inset ERT
10305 status collapsed
10306
10307 \begin_layout Plain Layout
10308
10309
10310 \backslash
10311 leer 
10312 \end_layout
10313
10314 \end_inset
10315
10316
10317 \backslash
10318 maltese
10319 \begin_inset ERT
10320 status collapsed
10321
10322 \begin_layout Plain Layout
10323
10324
10325 \backslash
10326 leer 
10327 \end_layout
10328
10329 \end_inset
10330
10331
10332 \series default
10333
10334 \begin_inset Formula $\uparrow$
10335 \end_inset
10336
10337
10338 \series bold
10339 a
10340 \series default
10341  ergibt:
10342 \begin_inset Formula \[
10343 \overset{a}{\maltese}\]
10344
10345 \end_inset
10346
10347 Wie man am letzten Beispiel sieht, kann man mit 
10348 \series bold
10349
10350 \backslash
10351 overset
10352 \series default
10353  bzw.
10354  
10355 \series bold
10356
10357 \backslash
10358 underset
10359 \series default
10360  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10361 \series bold
10362
10363 \backslash
10364 sideset
10365 \series default
10366  ist dies nicht möglich.
10367 \end_layout
10368
10369 \begin_layout Subsection
10370 Akzente für mehrere Zeichen
10371 \begin_inset CommandInset label
10372 LatexCommand label
10373 name "sub:Akzente-für-mehrere"
10374
10375 \end_inset
10376
10377
10378 \begin_inset Index
10379 status collapsed
10380
10381 \begin_layout Plain Layout
10382 Akzente ! für mehrere Zeichen
10383 \end_layout
10384
10385 \end_inset
10386
10387
10388 \end_layout
10389
10390 \begin_layout Standard
10391 \begin_inset space \hfill{}
10392 \end_inset
10393
10394
10395 \begin_inset Tabular
10396 <lyxtabular version="3" rows="5" columns="2">
10397 <features>
10398 <column alignment="center" valignment="top" width="0pt">
10399 <column alignment="center" valignment="top" width="0pt">
10400 <row>
10401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 Befehl
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 Ergebnis
10415 \begin_inset Note Note
10416 status collapsed
10417
10418 \begin_layout Plain Layout
10419
10420 \series bold
10421
10422 \backslash
10423 raisebox
10424 \series default
10425  dient nur als Abstandhalter.
10426 \end_layout
10427
10428 \end_inset
10429
10430
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 </row>
10436 <row>
10437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441
10442 \backslash
10443 overleftarrow
10444 \begin_inset ERT
10445 status collapsed
10446
10447 \begin_layout Plain Layout
10448
10449
10450 \backslash
10451 leer 
10452 \end_layout
10453
10454 \end_inset
10455
10456 A=B
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10466 \end_inset
10467
10468
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 </row>
10474 <row>
10475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479
10480 \backslash
10481 underleftarrow
10482 \begin_inset ERT
10483 status collapsed
10484
10485 \begin_layout Plain Layout
10486
10487
10488 \backslash
10489 leer 
10490 \end_layout
10491
10492 \end_inset
10493
10494 A=B
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10504 \end_inset
10505
10506
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 </row>
10512 <row>
10513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517
10518 \backslash
10519 overleftrightarrow
10520 \begin_inset ERT
10521 status collapsed
10522
10523 \begin_layout Plain Layout
10524
10525
10526 \backslash
10527 leer 
10528 \end_layout
10529
10530 \end_inset
10531
10532 A=B
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10542 \end_inset
10543
10544
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 </row>
10550 <row>
10551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555
10556 \backslash
10557 underleftrightarrow
10558 \begin_inset ERT
10559 status collapsed
10560
10561 \begin_layout Plain Layout
10562
10563
10564 \backslash
10565 leer 
10566 \end_layout
10567
10568 \end_inset
10569
10570 A=B
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10580 \end_inset
10581
10582
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 </row>
10588 </lyxtabular>
10589
10590 \end_inset
10591
10592
10593 \begin_inset space \hfill{}
10594 \end_inset
10595
10596
10597 \begin_inset Tabular
10598 <lyxtabular version="3" rows="5" columns="2">
10599 <features>
10600 <column alignment="center" valignment="top" width="0pt">
10601 <column alignment="center" valignment="top" width="0pt">
10602 <row>
10603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 Befehl
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 Ergebnis
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 </row>
10622 <row>
10623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627
10628 \backslash
10629 overrightarrow
10630 \begin_inset ERT
10631 status collapsed
10632
10633 \begin_layout Plain Layout
10634
10635
10636 \backslash
10637 leer 
10638 \end_layout
10639
10640 \end_inset
10641
10642 A=B
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10652 \end_inset
10653
10654
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 </row>
10660 <row>
10661 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665
10666 \backslash
10667 underrightarrow
10668 \begin_inset ERT
10669 status collapsed
10670
10671 \begin_layout Plain Layout
10672
10673
10674 \backslash
10675 leer 
10676 \end_layout
10677
10678 \end_inset
10679
10680 A=B
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10690 \end_inset
10691
10692
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 </row>
10698 <row>
10699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703
10704 \backslash
10705 widetilde
10706 \begin_inset ERT
10707 status collapsed
10708
10709 \begin_layout Plain Layout
10710
10711
10712 \backslash
10713 leer 
10714 \end_layout
10715
10716 \end_inset
10717
10718 A=B
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10728 \end_inset
10729
10730
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 </row>
10736 <row>
10737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741
10742 \backslash
10743 widehat
10744 \begin_inset ERT
10745 status collapsed
10746
10747 \begin_layout Plain Layout
10748
10749
10750 \backslash
10751 leer 
10752 \end_layout
10753
10754 \end_inset
10755
10756 A=B
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10766 \end_inset
10767
10768
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 </row>
10774 </lyxtabular>
10775
10776 \end_inset
10777
10778
10779 \begin_inset space \hfill{}
10780 \end_inset
10781
10782
10783 \end_layout
10784
10785 \begin_layout Standard
10786 \begin_inset VSpace medskip
10787 \end_inset
10788
10789 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10790  Die Akzente
10791 \begin_inset Newline linebreak
10792 \end_inset
10793
10794
10795 \series bold
10796
10797 \backslash
10798 widetilde
10799 \series default
10800  und 
10801 \series bold
10802
10803 \backslash
10804 widehat
10805 \series default
10806  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10807  was folgendes Beispiel verdeutlicht:
10808 \begin_inset Formula \[
10809 \widetilde{A+B=C-D}\]
10810
10811 \end_inset
10812
10813
10814 \end_layout
10815
10816 \begin_layout Standard
10817 Mit den im vorigen Kapitel beschriebenen Befehlen 
10818 \series bold
10819
10820 \backslash
10821 overset
10822 \series default
10823
10824 \begin_inset Index
10825 status collapsed
10826
10827 \begin_layout Plain Layout
10828 Befehle ! O ! 
10829 \backslash
10830 overset
10831 \end_layout
10832
10833 \end_inset
10834
10835  und 
10836 \series bold
10837
10838 \backslash
10839 underset
10840 \series default
10841
10842 \begin_inset Index
10843 status collapsed
10844
10845 \begin_layout Plain Layout
10846 Befehle ! U ! 
10847 \backslash
10848 underset
10849 \end_layout
10850
10851 \end_inset
10852
10853  ist es auch möglich mehrere Zeichen zu akzentuieren.
10854  Der Befehl 
10855 \series bold
10856
10857 \backslash
10858 underset
10859 \begin_inset ERT
10860 status collapsed
10861
10862 \begin_layout Plain Layout
10863
10864
10865 \backslash
10866 leer 
10867 \end_layout
10868
10869 \end_inset
10870
10871 A=B
10872 \begin_inset Formula $\downarrow$
10873 \end_inset
10874
10875 ***
10876 \series default
10877  ergibt:
10878 \begin_inset Formula \[
10879 \underset{***}{A=B}\]
10880
10881 \end_inset
10882
10883
10884 \end_layout
10885
10886 \begin_layout Section
10887 Leerraum
10888 \begin_inset CommandInset label
10889 LatexCommand label
10890 name "sub:Leerraum"
10891
10892 \end_inset
10893
10894
10895 \begin_inset Index
10896 status collapsed
10897
10898 \begin_layout Plain Layout
10899 Leerraum ! horizontaler
10900 \end_layout
10901
10902 \end_inset
10903
10904
10905 \end_layout
10906
10907 \begin_layout Subsection
10908 Vordefinierter Leerraum
10909 \begin_inset CommandInset label
10910 LatexCommand label
10911 name "sub:Vordefinierter-Leerraum"
10912
10913 \end_inset
10914
10915
10916 \begin_inset Index
10917 status collapsed
10918
10919 \begin_layout Plain Layout
10920 Leerraum ! horizontaler ! vordefiniert
10921 \end_layout
10922
10923 \end_inset
10924
10925
10926 \end_layout
10927
10928 \begin_layout Standard
10929 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
10930  Dazu gibt man ein geschütztes Leerzeichen ein.
10931  Es erscheint ein blaues 
10932 \begin_inset Quotes gld
10933 \end_inset
10934
10935
10936 \series bold
10937 \color blue
10938
10939 \begin_inset ERT
10940 status collapsed
10941
10942 \begin_layout Plain Layout
10943
10944
10945 \backslash
10946 leer 
10947 \end_layout
10948
10949 \end_inset
10950
10951
10952 \series default
10953 \color inherit
10954
10955 \begin_inset Quotes grd
10956 \end_inset
10957
10958  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
10959  Leerraum-Größen wählen.
10960  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
10961 \begin_inset Graphics
10962         filename ../../images/math/space.png
10963         scale 85
10964
10965 \end_inset
10966
10967  oder mit einzelnen Befehlen aufrufen.
10968  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
10969  danach wieder aus allen Größen wählen.
10970 \end_layout
10971
10972 \begin_layout Standard
10973 \align center
10974 \begin_inset VSpace -5mm
10975 \end_inset
10976
10977
10978 \begin_inset Tabular
10979 <lyxtabular version="3" rows="3" columns="7">
10980 <features>
10981 <column alignment="center" valignment="middle" width="6.8cm">
10982 <column alignment="center" valignment="top" width="0pt">
10983 <column alignment="center" valignment="top" width="0pt">
10984 <column alignment="center" valignment="top" width="0pt">
10985 <column alignment="center" valignment="top" width="0pt">
10986 <column alignment="center" valignment="top" width="0pt">
10987 <column alignment="center" valignment="top" width="0pt">
10988 <row>
10989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993 Befehl
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002
11003 \backslash
11004 ,
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Plain Layout
11013
11014 \backslash
11015 :
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024
11025 \backslash
11026 ;
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035
11036 \backslash
11037 quad
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046
11047 \backslash
11048 qquad
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057
11058 \backslash
11059 !
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 </row>
11065 <row>
11066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079 0
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088 1
11089 \end_layout
11090
11091 \end_inset
11092 </cell>
11093 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097 2
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106 3
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Plain Layout
11115 4
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124 5
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 </row>
11130 <row>
11131 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 Ergebnis
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 \begin_inset Formula $A\, B$
11145 \end_inset
11146
11147
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 \begin_inset Formula $A\: B$
11157 \end_inset
11158
11159
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11165 \begin_inset Text
11166
11167 \begin_layout Plain Layout
11168 \begin_inset Formula $A\; B$
11169 \end_inset
11170
11171
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180 \begin_inset Formula $A\quad B$
11181 \end_inset
11182
11183
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192 \begin_inset Formula $A\qquad B$
11193 \end_inset
11194
11195
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 \begin_inset Formula $A\! B$
11205 \end_inset
11206
11207
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 </row>
11213 </lyxtabular>
11214
11215 \end_inset
11216
11217
11218 \end_layout
11219
11220 \begin_layout Standard
11221 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11222  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11223  denn sie erstellt negativen Leerraum.
11224  Es gibt noch zwei weitere negative Leerräume:
11225 \end_layout
11226
11227 \begin_layout Standard
11228 \align center
11229 \begin_inset Tabular
11230 <lyxtabular version="3" rows="3" columns="3">
11231 <features>
11232 <column alignment="center" valignment="middle" width="6.8cm">
11233 <column alignment="center" valignment="top" width="0pt">
11234 <column alignment="center" valignment="top" width="0pt">
11235 <row>
11236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Plain Layout
11240 Befehl
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249
11250 \backslash
11251 negmedspace
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260
11261 \backslash
11262 negthickspace
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 </row>
11268 <row>
11269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 6
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291 7
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 </row>
11297 <row>
11298 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 Ergebnis
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 \begin_inset Formula $A\negmedspace B$
11312 \end_inset
11313
11314
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323 \begin_inset Formula $A\negthickspace B$
11324 \end_inset
11325
11326
11327 \end_layout
11328
11329 \end_inset
11330 </cell>
11331 </row>
11332 </lyxtabular>
11333
11334 \end_inset
11335
11336
11337 \end_layout
11338
11339 \begin_layout Standard
11340 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11341  Man kann auf diese Weise Ligaturen erzwingen, was z.
11342 \begin_inset space \thinspace{}
11343 \end_inset
11344
11345 B.
11346  für Summenzeichen von Nutzen ist: 
11347 \end_layout
11348
11349 \begin_layout Standard
11350 \align center
11351 \begin_inset Tabular
11352 <lyxtabular version="3" rows="3" columns="2">
11353 <features>
11354 <column alignment="center" valignment="top" width="0">
11355 <column alignment="center" valignment="top" width="0">
11356 <row>
11357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 Befehl
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370 Ergebnis
11371 \begin_inset Note Note
11372 status collapsed
11373
11374 \begin_layout Plain Layout
11375
11376 \series bold
11377
11378 \backslash
11379 raisebox
11380 \series default
11381  dient nur als Abstandhalter.
11382 \end_layout
11383
11384 \end_inset
11385
11386
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 </row>
11392 <row>
11393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397
11398 \backslash
11399 sum
11400 \backslash
11401 sum
11402 \begin_inset ERT
11403 status collapsed
11404
11405 \begin_layout Plain Layout
11406
11407
11408 \backslash
11409 leer 
11410 \end_layout
11411
11412 \end_inset
11413
11414 f_kl
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11424 \end_inset
11425
11426
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 </row>
11432 <row>
11433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437
11438 \backslash
11439 sum
11440 \backslash
11441 negmedspace
11442 \backslash
11443 sum
11444 \begin_inset ERT
11445 status collapsed
11446
11447 \begin_layout Plain Layout
11448
11449
11450 \backslash
11451 leer 
11452 \end_layout
11453
11454 \end_inset
11455
11456 f_kl
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11466 \end_inset
11467
11468
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 </row>
11474 </lyxtabular>
11475
11476 \end_inset
11477
11478
11479 \end_layout
11480
11481 \begin_layout Standard
11482 Relationen, wie z.
11483 \begin_inset space \thinspace{}
11484 \end_inset
11485
11486 B.
11487  Gleichheitszeichen, sind immer von Leerraum umgeben.
11488  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11489  TeX-Klammer.
11490  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11491 \end_layout
11492
11493 \begin_layout Standard
11494 \align center
11495 \begin_inset Tabular
11496 <lyxtabular version="3" rows="2" columns="2">
11497 <features>
11498 <column alignment="center" valignment="top" width="0pt">
11499 <column alignment="center" valignment="top" width="0pt">
11500 <row>
11501 <cell alignment="center" valignment="top" usebox="none">
11502 \begin_inset Text
11503
11504 \begin_layout Plain Layout
11505 normale Gleichung
11506 \end_layout
11507
11508 \end_inset
11509 </cell>
11510 <cell alignment="center" valignment="top" usebox="none">
11511 \begin_inset Text
11512
11513 \begin_layout Plain Layout
11514 \begin_inset Formula $A=B$
11515 \end_inset
11516
11517
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 </row>
11523 <row>
11524 <cell alignment="center" valignment="top" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 \begin_inset Note Note
11529 status collapsed
11530
11531 \begin_layout Plain Layout
11532
11533 \series bold
11534
11535 \backslash
11536 raisebox
11537 \series default
11538  dient nur als Abstandhalter.
11539 \end_layout
11540
11541 \end_inset
11542
11543
11544 \begin_inset Formula $\raisebox{5mm}{}$
11545 \end_inset
11546
11547 Gleichung ohne Leerraum
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 \begin_inset Formula $A{=}B$
11557 \end_inset
11558
11559
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 </row>
11565 </lyxtabular>
11566
11567 \end_inset
11568
11569
11570 \end_layout
11571
11572 \begin_layout Standard
11573 Der Befehl für die letzte Formel lautet: 
11574 \series bold
11575 A
11576 \backslash
11577 {=
11578 \begin_inset Formula $\to$
11579 \end_inset
11580
11581 B
11582 \end_layout
11583
11584 \begin_layout Standard
11585 \begin_inset VSpace bigskip
11586 \end_inset
11587
11588 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11589  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11590  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11591 \family sans
11592 Einfügen\SpecialChar \menuseparator
11593 Formatierung\SpecialChar \menuseparator
11594 Kleiner
11595 \begin_inset space ~
11596 \end_inset
11597
11598 Abstand
11599 \family default
11600  (Tastenkürzel 
11601 \family sans
11602 Strg-Shift-Leertaste
11603 \family default
11604 ) ein.
11605 \end_layout
11606
11607 \begin_layout Standard
11608 Ein Beispiel zur Veranschaulichung:
11609 \end_layout
11610
11611 \begin_layout Standard
11612 \begin_inset Tabular
11613 <lyxtabular version="3" rows="2" columns="2">
11614 <features>
11615 <column alignment="left" valignment="top" width="0">
11616 <column alignment="left" valignment="top" width="0">
11617 <row>
11618 <cell alignment="center" valignment="top" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 24 kW
11623 \begin_inset Formula $\cdot$
11624 \end_inset
11625
11626 h
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 <cell alignment="center" valignment="top" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Plain Layout
11635 Leerzeichen zwischen Wert und Einheit
11636 \end_layout
11637
11638 \end_inset
11639 </cell>
11640 </row>
11641 <row>
11642 <cell alignment="center" valignment="top" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646 24
11647 \begin_inset space \thinspace{}
11648 \end_inset
11649
11650 kW
11651 \begin_inset Formula $\cdot$
11652 \end_inset
11653
11654 h
11655 \end_layout
11656
11657 \end_inset
11658 </cell>
11659 <cell alignment="center" valignment="top" usebox="none">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663 kleinster Leerraum zwischen Wert und Einheit
11664 \end_layout
11665
11666 \end_inset
11667 </cell>
11668 </row>
11669 </lyxtabular>
11670
11671 \end_inset
11672
11673
11674 \end_layout
11675
11676 \begin_layout Subsection
11677 Variabler Leerraum
11678 \begin_inset ERT
11679 status collapsed
11680
11681 \begin_layout Plain Layout
11682
11683
11684 \backslash
11685 texorpdfstring{
11686 \end_layout
11687
11688 \end_inset
11689
11690
11691 \begin_inset Foot
11692 status collapsed
11693
11694 \begin_layout Plain Layout
11695 für vertikalen Leerraum in Formeln siehe 
11696 \begin_inset CommandInset ref
11697 LatexCommand ref
11698 reference "sub:Zeilenabstand"
11699
11700 \end_inset
11701
11702
11703 \end_layout
11704
11705 \end_inset
11706
11707
11708 \begin_inset ERT
11709 status collapsed
11710
11711 \begin_layout Plain Layout
11712
11713 }{}
11714 \end_layout
11715
11716 \end_inset
11717
11718
11719 \begin_inset Note Note
11720 status collapsed
11721
11722 \begin_layout Plain Layout
11723
11724 \series bold
11725
11726 \backslash
11727 texorpdfstring
11728 \series default
11729  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11730 \end_layout
11731
11732 \begin_layout Plain Layout
11733 Näheres zu 
11734 \series bold
11735
11736 \backslash
11737 texorpdfstring
11738 \series default
11739  steht in Kapitel 
11740 \begin_inset CommandInset ref
11741 LatexCommand ref
11742 reference "sub:Formeln-in-Überschriften"
11743
11744 \end_inset
11745
11746 .
11747 \end_layout
11748
11749 \end_inset
11750
11751
11752 \begin_inset CommandInset label
11753 LatexCommand label
11754 name "sub:Variabler-Leerraum"
11755
11756 \end_inset
11757
11758
11759 \begin_inset Index
11760 status collapsed
11761
11762 \begin_layout Plain Layout
11763 Leerraum ! horizontaler ! variabel
11764 \end_layout
11765
11766 \end_inset
11767
11768
11769 \end_layout
11770
11771 \begin_layout Standard
11772 Leerraum mit vorgegebener Länge lässt sich in LyX mit dem Befehl 
11773 \series bold
11774
11775 \backslash
11776 hspace{Länge}
11777 \series default
11778
11779 \begin_inset Index
11780 status collapsed
11781
11782 \begin_layout Plain Layout
11783 Befehle ! H ! 
11784 \backslash
11785 hspace
11786 \end_layout
11787
11788 \end_inset
11789
11790  einfügen.
11791  Dabei können alle Längeneinheiten verwendet werden, die in 
11792 \begin_inset CommandInset ref
11793 LatexCommand ref
11794 reference "tab:Verfügbare-Einheiten"
11795
11796 \end_inset
11797
11798  aufgelistet sind, mit Ausnahme der Einheit 
11799 \begin_inset Quotes gld
11800 \end_inset
11801
11802 mu
11803 \begin_inset Quotes grd
11804 \end_inset
11805
11806 .
11807  Die Länge darf auch negativ sein.
11808  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
11809  einnimmt, benutzt man den Befehl 
11810 \series bold
11811
11812 \backslash
11813 hfill
11814 \series default
11815
11816 \begin_inset Index
11817 status collapsed
11818
11819 \begin_layout Plain Layout
11820 Befehle ! H ! 
11821 \backslash
11822 hfill
11823 \end_layout
11824
11825 \end_inset
11826
11827 .
11828 \end_layout
11829
11830 \begin_layout Standard
11831 \begin_inset VSpace -1mm
11832 \end_inset
11833
11834
11835 \end_layout
11836
11837 \begin_layout Standard
11838 \align center
11839 \begin_inset Tabular
11840 <lyxtabular version="3" rows="4" columns="2">
11841 <features>
11842 <column alignment="center" valignment="top" width="0">
11843 <column alignment="center" valignment="top" width="0">
11844 <row>
11845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 Befehl
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11855 \begin_inset Text
11856
11857 \begin_layout Plain Layout
11858 Ergebnis
11859 \end_layout
11860
11861 \end_inset
11862 </cell>
11863 </row>
11864 <row>
11865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869 A=B
11870 \backslash
11871 hspace{3cm
11872 \begin_inset Formula $\to$
11873 \end_inset
11874
11875 A
11876 \backslash
11877 not=C
11878 \end_layout
11879
11880 \end_inset
11881 </cell>
11882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11883 \begin_inset Text
11884
11885 \begin_layout Plain Layout
11886 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11887 \end_inset
11888
11889
11890 \end_layout
11891
11892 \end_inset
11893 </cell>
11894 </row>
11895 <row>
11896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11897 \begin_inset Text
11898
11899 \begin_layout Plain Layout
11900 A
11901 \backslash
11902 hspace{-1mm
11903 \begin_inset Formula $\to$
11904 \end_inset
11905
11906 A
11907 \backslash
11908 not=A
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11914 \begin_inset Text
11915
11916 \begin_layout Plain Layout
11917 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11918 \end_inset
11919
11920
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 </row>
11926 <row>
11927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931 A=A
11932 \backslash
11933 hfill
11934 \begin_inset ERT
11935 status collapsed
11936
11937 \begin_layout Plain Layout
11938
11939
11940 \backslash
11941 leer 
11942 \end_layout
11943
11944 \end_inset
11945
11946 B=B
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955 \begin_inset Formula $A=A\hfill B=B$
11956 \end_inset
11957
11958
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 </row>
11964 </lyxtabular>
11965
11966 \end_inset
11967
11968
11969 \end_layout
11970
11971 \begin_layout Standard
11972 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
11973  Spalteneintrags der Tabelle vorgegeben.
11974  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
11975  in die 
11976 \series bold
11977
11978 \backslash
11979 hfill
11980 \series default
11981  eingegeben wird.
11982  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
11983  
11984 \series bold
11985
11986 \backslash
11987 hfill
11988 \series default
11989  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
11990 \series bold
11991 Eingerückt
11992 \series default
11993  eingestellt ist.
11994  (Formelstile sind in 
11995 \begin_inset CommandInset ref
11996 LatexCommand ref
11997 reference "sec:Formelstile"
11998
11999 \end_inset
12000
12001  erklärt.)
12002 \end_layout
12003
12004 \begin_layout Standard
12005 Neben 
12006 \series bold
12007
12008 \backslash
12009 hfill
12010 \series default
12011  gibt es noch die Befehle 
12012 \series bold
12013
12014 \backslash
12015 dotfill
12016 \series default
12017  und 
12018 \series bold
12019
12020 \backslash
12021 hrulefill
12022 \series default
12023 , die den Leerraum mit einem Muster füllen, siehe 
12024 \begin_inset CommandInset ref
12025 LatexCommand ref
12026 reference "sub:Fortsetzungspunkte"
12027
12028 \end_inset
12029
12030  für ein Beispiel.
12031 \end_layout
12032
12033 \begin_layout Standard
12034 Variabler Leerraum kann für Text über das Menü 
12035 \family sans
12036 Einfügen\SpecialChar \menuseparator
12037 Formatierung\SpecialChar \menuseparator
12038 Horizontaler
12039 \begin_inset space ~
12040 \end_inset
12041
12042 Abstand
12043 \family default
12044  eingefügt werden, was in Formeln nicht möglich ist:
12045 \end_layout
12046
12047 \begin_layout Standard
12048 Dies ist eine Zeile mit
12049 \begin_inset space \hspace{}
12050 \length 2cm
12051 \end_inset
12052
12053 2
12054 \begin_inset space \thinspace{}
12055 \end_inset
12056
12057 cm Leerraum.
12058 \end_layout
12059
12060 \begin_layout Standard
12061 Dies ist eine Zeile mit
12062 \begin_inset space \hfill{}
12063 \end_inset
12064
12065 maximalem Leerraum.
12066 \end_layout
12067
12068 \begin_layout Subsection
12069 Leerraum neben eingebetteten Formeln
12070 \begin_inset Index
12071 status collapsed
12072
12073 \begin_layout Plain Layout
12074 Leerraum ! neben eingebetteten Formeln
12075 \end_layout
12076
12077 \end_inset
12078
12079
12080 \end_layout
12081
12082 \begin_layout Standard
12083 Über die Länge 
12084 \series bold
12085
12086 \backslash
12087 mathsurround
12088 \begin_inset Index
12089 status collapsed
12090
12091 \begin_layout Plain Layout
12092 Befehle ! M ! 
12093 \backslash
12094 mathsurround
12095 \end_layout
12096
12097 \end_inset
12098
12099
12100 \series default
12101  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12102  wird.
12103  Der Wert einer Länge wird mit dem Befehl 
12104 \series bold
12105
12106 \backslash
12107 setlength
12108 \begin_inset Index
12109 status collapsed
12110
12111 \begin_layout Plain Layout
12112 Befehle ! S ! 
12113 \backslash
12114 setlength
12115 \end_layout
12116
12117 \end_inset
12118
12119
12120 \series default
12121  gesetzt.
12122  Dieser besitzt folgendes Befehlsschema:
12123 \end_layout
12124
12125 \begin_layout Standard
12126
12127 \series bold
12128
12129 \backslash
12130 setlength{Längenname}{Wert}
12131 \end_layout
12132
12133 \begin_layout Standard
12134 Um 
12135 \series bold
12136
12137 \backslash
12138 mathsurround
12139 \series default
12140  den Wert 5
12141 \begin_inset space \thinspace{}
12142 \end_inset
12143
12144 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12145 \end_layout
12146
12147 \begin_layout Standard
12148
12149 \series bold
12150
12151 \backslash
12152 setlength{
12153 \backslash
12154 mathsurround}{5mm}
12155 \end_layout
12156
12157 \begin_layout Standard
12158 ein.
12159  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12160 \begin_inset space \thinspace{}
12161 \end_inset
12162
12163 mm Leerraum gesetzt:
12164 \begin_inset ERT
12165 status collapsed
12166
12167 \begin_layout Plain Layout
12168
12169
12170 \backslash
12171 setlength{
12172 \backslash
12173 mathsurround}{5mm}
12174 \end_layout
12175
12176 \end_inset
12177
12178
12179 \end_layout
12180
12181 \begin_layout Standard
12182 Dies ist eine Zeile in der sich 
12183 \begin_inset Formula $A=B$
12184 \end_inset
12185
12186  eine Formel mit 5
12187 \begin_inset space \thinspace{}
12188 \end_inset
12189
12190 mm umgebendem Leerraum befindet.
12191 \begin_inset ERT
12192 status collapsed
12193
12194 \begin_layout Plain Layout
12195
12196
12197 \backslash
12198 setlength{
12199 \backslash
12200 mathsurround}{0pt}
12201 \end_layout
12202
12203 \end_inset
12204
12205
12206 \end_layout
12207
12208 \begin_layout Standard
12209 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12210 \series bold
12211
12212 \backslash
12213 mathsurround
12214 \series default
12215  auf den Wert 0
12216 \begin_inset space \thinspace{}
12217 \end_inset
12218
12219 pt.
12220 \end_layout
12221
12222 \begin_layout Section
12223 Boxen und Rahmen
12224 \begin_inset Index
12225 status collapsed
12226
12227 \begin_layout Plain Layout
12228 Boxen
12229 \end_layout
12230
12231 \end_inset
12232
12233
12234 \begin_inset Index
12235 status collapsed
12236
12237 \begin_layout Plain Layout
12238 Rahmen | see
12239 \begin_inset ERT
12240 status collapsed
12241
12242 \begin_layout Plain Layout
12243
12244 {
12245 \end_layout
12246
12247 \end_inset
12248
12249 Boxen
12250 \begin_inset ERT
12251 status collapsed
12252
12253 \begin_layout Plain Layout
12254
12255 }
12256 \end_layout
12257
12258 \end_inset
12259
12260
12261 \end_layout
12262
12263 \end_inset
12264
12265
12266 \end_layout
12267
12268 \begin_layout Standard
12269 Boxen für Text sind im Kapitel 
12270 \family typewriter
12271 Boxen
12272 \family default
12273  im Handbuch 
12274 \family typewriter
12275 Eingebettete
12276 \begin_inset space ~
12277 \end_inset
12278
12279 Objekte
12280 \family default
12281  beschrieben.
12282 \end_layout
12283
12284 \begin_layout Subsection
12285 Boxen mit Rahmen
12286 \begin_inset CommandInset label
12287 LatexCommand label
12288 name "sub:Boxen-mit-Rahmen"
12289
12290 \end_inset
12291
12292
12293 \begin_inset Index
12294 status collapsed
12295
12296 \begin_layout Plain Layout
12297 Boxen ! mit Rahmen
12298 \end_layout
12299
12300 \end_inset
12301
12302
12303 \end_layout
12304
12305 \begin_layout Standard
12306 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12307 \series bold
12308
12309 \backslash
12310 fbox
12311 \series default
12312
12313 \begin_inset Index
12314 status collapsed
12315
12316 \begin_layout Plain Layout
12317 Befehle ! F ! 
12318 \backslash
12319 fbox
12320 \end_layout
12321
12322 \end_inset
12323
12324  und 
12325 \series bold
12326
12327 \backslash
12328 boxed
12329 \series default
12330
12331 \begin_inset Index
12332 status collapsed
12333
12334 \begin_layout Plain Layout
12335 Befehle ! B ! 
12336 \backslash
12337 boxed
12338 \end_layout
12339
12340 \end_inset
12341
12342  zu umranden.
12343 \end_layout
12344
12345 \begin_layout Standard
12346 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12347  in einem Rahmen.
12348  Bei 
12349 \series bold
12350
12351 \backslash
12352 fbox
12353 \series default
12354  muss in diesem Eingabefeld mit 
12355 \family sans
12356 Strg-m
12357 \family default
12358  noch eine Formel erstellt werden
12359 \begin_inset Foot
12360 status collapsed
12361
12362 \begin_layout Plain Layout
12363 Aufgrund eines Fehlers in LyX ist es nicht möglich mit 
12364 \family sans
12365 Strg-m
12366 \family default
12367  eine neue Formel zu erzeugen, siehe 
12368 \begin_inset CommandInset href
12369 LatexCommand href
12370 name "LyX-Fehler #1435"
12371 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12372
12373 \end_inset
12374
12375 .
12376 \end_layout
12377
12378 \end_inset
12379
12380 , denn der Inhalt dieser Box wird sonst als mathematischer Text behandelt.
12381  Verwendet man 
12382 \series bold
12383
12384 \backslash
12385 boxed
12386 \series default
12387 , wird automatisch im Rahmen eine neue Formel erzeugt.
12388 \end_layout
12389
12390 \begin_layout Standard
12391 Der Befehl 
12392 \series bold
12393
12394 \backslash
12395 fbox
12396 \series default
12397  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12398  wird dann immer in Textzeilengröße gesetzt.
12399  Im Gegensatz dazu ist 
12400 \series bold
12401
12402 \backslash
12403 boxed
12404 \series default
12405  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12406  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12407 \end_layout
12408
12409 \begin_layout Standard
12410 Als Erweiterung zu 
12411 \series bold
12412
12413 \backslash
12414 fbox
12415 \series default
12416  gibt es den Befehl 
12417 \series bold
12418
12419 \backslash
12420 framebox
12421 \series default
12422
12423 \begin_inset Index
12424 status collapsed
12425
12426 \begin_layout Plain Layout
12427 Befehle ! F ! 
12428 \backslash
12429 framebox
12430 \end_layout
12431
12432 \end_inset
12433
12434 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12435  kann.
12436  
12437 \series bold
12438
12439 \backslash
12440 framebox
12441 \series default
12442  wird nach folgendem Schema verwendet:
12443 \end_layout
12444
12445 \begin_layout Standard
12446
12447 \series bold
12448
12449 \backslash
12450 framebox[Rahmenbreite][Position]{Boxinhalt}
12451 \end_layout
12452
12453 \begin_layout Standard
12454 Die Position kann entweder 
12455 \emph on
12456 l
12457 \emph default
12458  oder 
12459 \emph on
12460 r
12461 \emph default
12462  sein.
12463  
12464 \emph on
12465 l
12466 \emph default
12467  bewirkt linksbündige, 
12468 \emph on
12469 r
12470 \emph default
12471  rechtsbündige Ausrichtung der Formel in der Box.
12472  Gibt man keine Position an, wird die Formel zentriert.
12473 \begin_inset Newline newline
12474 \end_inset
12475
12476 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12477  In diesem Falle wird die Rahmenbreite wie bei 
12478 \series bold
12479
12480 \backslash
12481 fbox
12482 \series default
12483  an den Boxinhalt angepasst.
12484 \end_layout
12485
12486 \begin_layout Standard
12487 Wenn man den Befehl 
12488 \series bold
12489
12490 \backslash
12491 framebox
12492 \series default
12493  eingibt, erscheint eine Box mit drei Eingabefeldern.
12494  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12495  beiden optionalen Argumente.
12496  In das dritte Feld wird wie bei 
12497 \series bold
12498
12499 \backslash
12500 fbox
12501 \series default
12502  die Formel eingegeben.
12503 \end_layout
12504
12505 \begin_layout Standard
12506 \align center
12507 \begin_inset Note Note
12508 status open
12509
12510 \begin_layout Plain Layout
12511 Die Tabelle wurde in eine Minibox gesetzt damit die Fußnote der Tabelle
12512  auch erscheint.
12513  Denn sonst würde der Fußnotentext im Ausdruck nicht angezeigt werden.
12514 \end_layout
12515
12516 \end_inset
12517
12518
12519 \begin_inset Box Frameless
12520 position "c"
12521 hor_pos "c"
12522 has_inner_box 1
12523 inner_pos "c"
12524 use_parbox 0
12525 width "100col%"
12526 special "none"
12527 height "1in"
12528 height_special "totalheight"
12529 status open
12530
12531 \begin_layout Plain Layout
12532 \align center
12533 \begin_inset Tabular
12534 <lyxtabular version="3" rows="5" columns="2">
12535 <features>
12536 <column alignment="center" valignment="top" width="0">
12537 <column alignment="center" valignment="top" width="0">
12538 <row>
12539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12540 \begin_inset Text
12541
12542 \begin_layout Plain Layout
12543 Befehl
12544 \begin_inset Foot
12545 status collapsed
12546
12547 \begin_layout Plain Layout
12548 Durch einen Fehler in LyX ist es momentan nicht möglich mit 
12549 \family sans
12550 Strg-m
12551 \family default
12552  eine neue Formel zu erzeugen, siehe 
12553 \begin_inset CommandInset href
12554 LatexCommand href
12555 name "LyX-Fehler #1435"
12556 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12557
12558 \end_inset
12559
12560 .
12561 \end_layout
12562
12563 \end_inset
12564
12565
12566 \end_layout
12567
12568 \end_inset
12569 </cell>
12570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574 Ergebnis
12575 \begin_inset Note Note
12576 status collapsed
12577
12578 \begin_layout Plain Layout
12579
12580 \series bold
12581
12582 \backslash
12583 raisebox
12584 \series default
12585  dient nur als Abstandhalter.
12586 \end_layout
12587
12588 \end_inset
12589
12590
12591 \end_layout
12592
12593 \end_inset
12594 </cell>
12595 </row>
12596 <row>
12597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12598 \begin_inset Text
12599
12600 \begin_layout Plain Layout
12601
12602 \backslash
12603 fbox
12604 \begin_inset ERT
12605 status collapsed
12606
12607 \begin_layout Plain Layout
12608
12609
12610 \backslash
12611 leer 
12612 \end_layout
12613
12614 \end_inset
12615
12616
12617 \family sans
12618 Strg-m
12619 \family default
12620  
12621 \backslash
12622 int
12623 \begin_inset ERT
12624 status collapsed
12625
12626 \begin_layout Plain Layout
12627
12628
12629 \backslash
12630 leer 
12631 \end_layout
12632
12633 \end_inset
12634
12635 A=B
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12641 \begin_inset Text
12642
12643 \begin_layout Plain Layout
12644 \begin_inset Formula \raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}
12645
12646 \end_inset
12647
12648
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 </row>
12654 <row>
12655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659
12660 \backslash
12661 boxed
12662 \begin_inset ERT
12663 status collapsed
12664
12665 \begin_layout Plain Layout
12666
12667
12668 \backslash
12669 leer 
12670 \end_layout
12671
12672 \end_inset
12673
12674
12675 \backslash
12676 int
12677 \begin_inset ERT
12678 status collapsed
12679
12680 \begin_layout Plain Layout
12681
12682
12683 \backslash
12684 leer 
12685 \end_layout
12686
12687 \end_inset
12688
12689 A=B
12690 \end_layout
12691
12692 \end_inset
12693 </cell>
12694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12695 \begin_inset Text
12696
12697 \begin_layout Plain Layout
12698 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12699 \end_inset
12700
12701
12702 \end_layout
12703
12704 \end_inset
12705 </cell>
12706 </row>
12707 <row>
12708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Plain Layout
12712 A+
12713 \backslash
12714 fbox
12715 \begin_inset ERT
12716 status collapsed
12717
12718 \begin_layout Plain Layout
12719
12720
12721 \backslash
12722 leer 
12723 \end_layout
12724
12725 \end_inset
12726
12727 B
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12733 \begin_inset Text
12734
12735 \begin_layout Plain Layout
12736 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12737 \end_inset
12738
12739
12740 \end_layout
12741
12742 \end_inset
12743 </cell>
12744 </row>
12745 <row>
12746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12747 \begin_inset Text
12748
12749 \begin_layout Plain Layout
12750
12751 \backslash
12752 framebox
12753 \begin_inset ERT
12754 status collapsed
12755
12756 \begin_layout Plain Layout
12757
12758
12759 \backslash
12760 leer 
12761 \end_layout
12762
12763 \end_inset
12764
12765 20mm
12766 \begin_inset Formula $\to$
12767 \end_inset
12768
12769
12770 \begin_inset Formula $\to$
12771 \end_inset
12772
12773
12774 \family sans
12775 Strg-m
12776 \family default
12777  
12778 \backslash
12779 frac
12780 \begin_inset ERT
12781 status collapsed
12782
12783 \begin_layout Plain Layout
12784
12785
12786 \backslash
12787 leer 
12788 \end_layout
12789
12790 \end_inset
12791
12792 A
12793 \begin_inset Formula $\downarrow$
12794 \end_inset
12795
12796 B
12797 \end_layout
12798
12799 \end_inset
12800 </cell>
12801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12802 \begin_inset Text
12803
12804 \begin_layout Plain Layout
12805 \begin_inset Formula $\raisebox{6mm}{}$
12806 \end_inset
12807
12808
12809 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12810 \end_inset
12811
12812
12813 \begin_inset Formula $\raisebox{-4mm}{}$
12814 \end_inset
12815
12816
12817 \end_layout
12818
12819 \end_inset
12820 </cell>
12821 </row>
12822 </lyxtabular>
12823
12824 \end_inset
12825
12826
12827 \end_layout
12828
12829 \end_inset
12830
12831
12832 \end_layout
12833
12834 \begin_layout Standard
12835 Die Rahmendicke kann ebenfalls eingestellt werden.
12836  Dazu müssen vor der Formel im TeX-Modus die Befehle
12837 \end_layout
12838
12839 \begin_layout Standard
12840
12841 \series bold
12842
12843 \backslash
12844 fboxrule
12845 \series default
12846  
12847 \series bold
12848
12849 \begin_inset Quotes gld
12850 \end_inset
12851
12852 Dicke
12853 \begin_inset Quotes grd
12854 \end_inset
12855
12856
12857 \series default
12858  
12859 \series bold
12860
12861 \backslash
12862 fboxsep
12863 \series default
12864  
12865 \series bold
12866
12867 \begin_inset Quotes gld
12868 \end_inset
12869
12870 Abstand
12871 \begin_inset Quotes grd
12872 \end_inset
12873
12874
12875 \end_layout
12876
12877 \begin_layout Standard
12878 eingegeben werden.
12879  
12880 \begin_inset Quotes gld
12881 \end_inset
12882
12883 Abstand
12884 \begin_inset Quotes grd
12885 \end_inset
12886
12887  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
12888  in der Box fest.
12889  Ein Beispiel dafür ist folgende umrandete Formel:
12890 \begin_inset ERT
12891 status collapsed
12892
12893 \begin_layout Plain Layout
12894
12895
12896 \backslash
12897 fboxrule 2mm 
12898 \backslash
12899 fboxsep 3mm
12900 \end_layout
12901
12902 \end_inset
12903
12904
12905 \begin_inset Formula \[
12906 \boxed{A+B=C}\]
12907
12908 \end_inset
12909
12910 Vor dieser Formel wurde im TeX-Modus
12911 \end_layout
12912
12913 \begin_layout Standard
12914
12915 \series bold
12916
12917 \backslash
12918 fboxrule
12919 \series default
12920  
12921 \series bold
12922 2mm
12923 \series default
12924  
12925 \series bold
12926
12927 \backslash
12928 fboxsep
12929 \series default
12930  
12931 \series bold
12932 3mm
12933 \end_layout
12934
12935 \begin_layout Standard
12936 eingegeben.
12937  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
12938 \end_layout
12939
12940 \begin_layout Standard
12941 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
12942  nächsten Formel im TeX-Modus folgende Befehle ein:
12943 \end_layout
12944
12945 \begin_layout Standard
12946
12947 \series bold
12948
12949 \backslash
12950 fboxrule
12951 \series default
12952  
12953 \series bold
12954 0.4pt
12955 \series default
12956  
12957 \series bold
12958
12959 \backslash
12960 fboxsep
12961 \series default
12962  
12963 \series bold
12964 3pt
12965 \series default
12966
12967 \begin_inset ERT
12968 status collapsed
12969
12970 \begin_layout Plain Layout
12971
12972
12973 \backslash
12974 fboxrule 0.4pt 
12975 \backslash
12976 fboxsep 3pt
12977 \end_layout
12978
12979 \end_inset
12980
12981
12982 \end_layout
12983
12984 \begin_layout Subsection
12985 Boxen ohne Rahmen
12986 \begin_inset CommandInset label
12987 LatexCommand label
12988 name "sub:Boxen-ohne-Rahmen"
12989
12990 \end_inset
12991
12992
12993 \begin_inset Index
12994 status collapsed
12995
12996 \begin_layout Plain Layout
12997 Boxen ! ohne Rahmen
12998 \end_layout
12999
13000 \end_inset
13001
13002
13003 \end_layout
13004
13005 \begin_layout Standard
13006 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13007 \series bold
13008
13009 \backslash
13010 mbox
13011 \series default
13012
13013 \begin_inset Index
13014 status collapsed
13015
13016 \begin_layout Plain Layout
13017 Befehle ! M ! 
13018 \backslash
13019 mbox
13020 \end_layout
13021
13022 \end_inset
13023
13024
13025 \series bold
13026
13027 \backslash
13028 makebox
13029 \series default
13030
13031 \begin_inset Index
13032 status collapsed
13033
13034 \begin_layout Plain Layout
13035 Befehle ! M ! 
13036 \backslash
13037 makebox
13038 \end_layout
13039
13040 \end_inset
13041
13042  und
13043 \begin_inset Newline linebreak
13044 \end_inset
13045
13046
13047 \series bold
13048
13049 \backslash
13050 raisebox
13051 \series default
13052
13053 \begin_inset Index
13054 status collapsed
13055
13056 \begin_layout Plain Layout
13057 Befehle ! R ! 
13058 \backslash
13059 raisebox
13060 \end_layout
13061
13062 \end_inset
13063
13064
13065 \end_layout
13066
13067 \begin_layout Standard
13068 Mit 
13069 \series bold
13070
13071 \backslash
13072 raisebox
13073 \series default
13074  kann man eine Box hoch- oder tiefstellen.
13075  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13076 n die Schriftgröße bei.
13077  
13078 \series bold
13079
13080 \backslash
13081 raisebox
13082 \series default
13083  wird dabei mit folgendem Schema benutzt:
13084 \end_layout
13085
13086 \begin_layout Standard
13087
13088 \series bold
13089
13090 \backslash
13091 raisebox{Höhe}{Boxinhalt}
13092 \end_layout
13093
13094 \begin_layout Standard
13095 Soll in der Box eine Formel stehen, muss man wie bei 
13096 \series bold
13097
13098 \backslash
13099 fbox
13100 \series default
13101  eine weitere Formel erstellen.
13102 \end_layout
13103
13104 \begin_layout Standard
13105 \align center
13106 \begin_inset Tabular
13107 <lyxtabular version="3" rows="4" columns="2">
13108 <features>
13109 <column alignment="center" valignment="top" width="0">
13110 <column alignment="center" valignment="top" width="0">
13111 <row>
13112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13113 \begin_inset Text
13114
13115 \begin_layout Plain Layout
13116 Befehl
13117 \end_layout
13118
13119 \end_inset
13120 </cell>
13121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13122 \begin_inset Text
13123
13124 \begin_layout Plain Layout
13125 Ergebnis
13126 \end_layout
13127
13128 \end_inset
13129 </cell>
13130 </row>
13131 <row>
13132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 H
13137 \backslash
13138 raisebox{2mm
13139 \begin_inset Formula $\to$
13140 \end_inset
13141
13142
13143 \backslash
13144 {al
13145 \begin_inset Formula $\to$
13146 \end_inset
13147
13148  lo
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Plain Layout
13157 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13158 \end_inset
13159
13160
13161 \end_layout
13162
13163 \end_inset
13164 </cell>
13165 </row>
13166 <row>
13167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Plain Layout
13171 H
13172 \backslash
13173 raisebox{-2mm
13174 \begin_inset Formula $\to$
13175 \end_inset
13176
13177
13178 \backslash
13179 {al
13180 \begin_inset Formula $\to$
13181 \end_inset
13182
13183 lo
13184 \end_layout
13185
13186 \end_inset
13187 </cell>
13188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13189 \begin_inset Text
13190
13191 \begin_layout Plain Layout
13192 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13193 \end_inset
13194
13195
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 </row>
13201 <row>
13202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Plain Layout
13206 A=
13207 \backslash
13208 raisebox{-2mm
13209 \begin_inset Formula $\to$
13210 \end_inset
13211
13212
13213 \backslash
13214 {
13215 \family sans
13216 Strg-m
13217 \family default
13218  
13219 \backslash
13220 sqrt
13221 \begin_inset ERT
13222 status collapsed
13223
13224 \begin_layout Plain Layout
13225
13226
13227 \backslash
13228 leer 
13229 \end_layout
13230
13231 \end_inset
13232
13233
13234 \end_layout
13235
13236 \end_inset
13237 </cell>
13238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13239 \begin_inset Text
13240
13241 \begin_layout Plain Layout
13242 \begin_inset ERT
13243 status collapsed
13244
13245 \begin_layout Plain Layout
13246
13247 $A=
13248 \backslash
13249 raisebox{-2mm}{$
13250 \backslash
13251 sqrt{B}$}$
13252 \end_layout
13253
13254 \end_inset
13255
13256
13257 \end_layout
13258
13259 \end_inset
13260 </cell>
13261 </row>
13262 </lyxtabular>
13263
13264 \end_inset
13265
13266
13267 \end_layout
13268
13269 \begin_layout Standard
13270 Die letzte Formel kann derzeit nur im TeX-Modus erstellt werden, da LyX
13271  statt der benötigten weiteren Formel eine Box einfügt.
13272 \begin_inset Foot
13273 status collapsed
13274
13275 \begin_layout Plain Layout
13276 siehe 
13277 \begin_inset CommandInset href
13278 LatexCommand href
13279 name "LyX-Fehler #1435"
13280 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13281
13282 \end_inset
13283
13284
13285 \end_layout
13286
13287 \end_inset
13288
13289
13290 \end_layout
13291
13292 \begin_layout Standard
13293 Der Befehl 
13294 \series bold
13295
13296 \backslash
13297 mbox
13298 \series default
13299  ist äquivalent zu 
13300 \series bold
13301
13302 \backslash
13303 fbox
13304 \series default
13305  und 
13306 \series bold
13307
13308 \backslash
13309 makebox
13310 \series default
13311  ist äquivalent zu 
13312 \series bold
13313
13314 \backslash
13315 framebox
13316 \series default
13317 , nur dass es keinen Rahmen gibt.
13318 \end_layout
13319
13320 \begin_layout Subsection
13321 Farbige Boxen
13322 \begin_inset CommandInset label
13323 LatexCommand label
13324 name "sub:Farbige-Boxen"
13325
13326 \end_inset
13327
13328
13329 \begin_inset Index
13330 status collapsed
13331
13332 \begin_layout Plain Layout
13333 Boxen ! farbige
13334 \end_layout
13335
13336 \end_inset
13337
13338
13339 \end_layout
13340
13341 \begin_layout Standard
13342 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13343  im LaTeX-Vorspann das LaTeX-Paket 
13344 \series bold
13345 color
13346 \series default
13347
13348 \begin_inset Foot
13349 status collapsed
13350
13351 \begin_layout Plain Layout
13352 Das Paket 
13353 \series bold
13354 color
13355 \series default
13356  ist Teil jeder LaTeX-Standardinstallation.
13357 \end_layout
13358
13359 \end_inset
13360
13361
13362 \begin_inset Index
13363 status collapsed
13364
13365 \begin_layout Plain Layout
13366 Pakete ! color
13367 \end_layout
13368
13369 \end_inset
13370
13371  mit der Zeile
13372 \end_layout
13373
13374 \begin_layout Standard
13375
13376 \series bold
13377
13378 \backslash
13379 usepackage{color}
13380 \end_layout
13381
13382 \begin_layout Standard
13383 geladen werden
13384 \begin_inset Foot
13385 status collapsed
13386
13387 \begin_layout Plain Layout
13388 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13389  LyX das LaTeX-Paket 
13390 \series bold
13391 color
13392 \series default
13393  automatisch.
13394  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13395  keine Probleme hervorruft.
13396 \end_layout
13397
13398 \end_inset
13399
13400
13401 \begin_inset Note Note
13402 status collapsed
13403
13404 \begin_layout Plain Layout
13405 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13406  ein Makro eingefügt.
13407 \end_layout
13408
13409 \end_inset
13410
13411 .
13412 \end_layout
13413
13414 \begin_layout Standard
13415 \begin_inset VSpace medskip
13416 \end_inset
13417
13418 Um Boxen einzufärben, verwendet man den Befehl 
13419 \series bold
13420
13421 \backslash
13422 colorbox
13423 \series default
13424
13425 \begin_inset Index
13426 status collapsed
13427
13428 \begin_layout Plain Layout
13429 Befehle ! C ! 
13430 \backslash
13431 colorbox
13432 \end_layout
13433
13434 \end_inset
13435
13436  nach folgendem Schema:
13437 \end_layout
13438
13439 \begin_layout Standard
13440
13441 \series bold
13442
13443 \backslash
13444 colorbox{Farbe}{Boxinhalt}
13445 \end_layout
13446
13447 \begin_layout Standard
13448 Der Boxinhalt kann auch wieder eine Box sein und eine 
13449 \series bold
13450
13451 \backslash
13452 colorbox
13453 \series default
13454  kann auch ein Teil einer anderen Box sein (siehe 2.
13455  und 3.
13456  Beispiel).
13457  Soll in der Box eine Formel stehen, muss wie bei 
13458 \series bold
13459
13460 \backslash
13461 fbox
13462 \series default
13463  eine weitere Formel erstellt werden.
13464 \begin_inset Foot
13465 status collapsed
13466
13467 \begin_layout Plain Layout
13468 Das gilt auch für den Befehl 
13469 \series bold
13470
13471 \backslash
13472 fcolorbox
13473 \series default
13474 .
13475  Dabei ist 
13476 \begin_inset CommandInset href
13477 LatexCommand href
13478 name "LyX-Fehler #1435"
13479 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13480
13481 \end_inset
13482
13483  zu beachten.
13484 \end_layout
13485
13486 \end_inset
13487
13488
13489 \end_layout
13490
13491 \begin_layout Standard
13492 Aus folgenden vordefinierten Farben kann gewählt werden:
13493 \end_layout
13494
13495 \begin_layout Standard
13496
13497 \series bold
13498 black
13499 \series default
13500
13501 \series bold
13502 blue
13503 \series default
13504
13505 \series bold
13506 cyan
13507 \series default
13508
13509 \series bold
13510 green
13511 \series default
13512
13513 \series bold
13514 magenta
13515 \series default
13516
13517 \series bold
13518 red
13519 \series default
13520
13521 \series bold
13522 white
13523 \series default
13524  und 
13525 \series bold
13526 yellow
13527 \end_layout
13528
13529 \begin_layout Standard
13530 \align center
13531 \begin_inset Tabular
13532 <lyxtabular version="3" rows="4" columns="2">
13533 <features>
13534 <column alignment="center" valignment="top" width="0">
13535 <column alignment="center" valignment="top" width="0">
13536 <row>
13537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13538 \begin_inset Text
13539
13540 \begin_layout Plain Layout
13541 Befehl
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550 Ergebnis
13551 \begin_inset Note Note
13552 status collapsed
13553
13554 \begin_layout Plain Layout
13555
13556 \series bold
13557
13558 \backslash
13559 raisebox
13560 \series default
13561  dient nur als Abstandhalter.
13562 \end_layout
13563
13564 \end_inset
13565
13566
13567 \end_layout
13568
13569 \end_inset
13570 </cell>
13571 </row>
13572 <row>
13573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577
13578 \backslash
13579 colorbox{yellow
13580 \begin_inset Formula $\to$
13581 \end_inset
13582
13583
13584 \backslash
13585 {A=B
13586 \end_layout
13587
13588 \end_inset
13589 </cell>
13590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13591 \begin_inset Text
13592
13593 \begin_layout Plain Layout
13594 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13595 \end_inset
13596
13597
13598 \end_layout
13599
13600 \end_inset
13601 </cell>
13602 </row>
13603 <row>
13604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13605 \begin_inset Text
13606
13607 \begin_layout Plain Layout
13608
13609 \backslash
13610 colorbox{green
13611 \begin_inset Formula $\to$
13612 \end_inset
13613
13614
13615 \backslash
13616 {
13617 \backslash
13618 fbox
13619 \begin_inset ERT
13620 status collapsed
13621
13622 \begin_layout Plain Layout
13623
13624
13625 \backslash
13626 leer 
13627 \end_layout
13628
13629 \end_inset
13630
13631 A=B
13632 \end_layout
13633
13634 \end_inset
13635 </cell>
13636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13637 \begin_inset Text
13638
13639 \begin_layout Plain Layout
13640 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13641 \end_inset
13642
13643
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 </row>
13649 <row>
13650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13651 \begin_inset Text
13652
13653 \begin_layout Plain Layout
13654
13655 \backslash
13656 fbox
13657 \begin_inset ERT
13658 status collapsed
13659
13660 \begin_layout Plain Layout
13661
13662
13663 \backslash
13664 leer 
13665 \end_layout
13666
13667 \end_inset
13668
13669
13670 \backslash
13671 colorbox{green
13672 \begin_inset Formula $\to$
13673 \end_inset
13674
13675
13676 \backslash
13677 {A=B
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13687 \end_inset
13688
13689
13690 \end_layout
13691
13692 \end_inset
13693 </cell>
13694 </row>
13695 </lyxtabular>
13696
13697 \end_inset
13698
13699
13700 \end_layout
13701
13702 \begin_layout Standard
13703
13704 \series bold
13705
13706 \backslash
13707 colorbox
13708 \series default
13709  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13710  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13711  
13712 \family sans
13713 Textstil
13714 \family default
13715  die gewünschte Farbe aus.
13716  Der Dialog kann mit dem Werkzeugleistenknopf 
13717 \begin_inset Graphics
13718         filename ../../images/dialog-show_character.png
13719         scale 85
13720
13721 \end_inset
13722
13723  oder dem Menü 
13724 \family sans
13725 Bearbeiten\SpecialChar \menuseparator
13726 Textstil\SpecialChar \menuseparator
13727 Benutzerdefiniert
13728 \family default
13729  aufgerufen werden.
13730  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13731  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13732  innerhalb der Formel die Farbe geändert werden.
13733 \end_layout
13734
13735 \begin_layout Standard
13736 Ein Beispiel:
13737 \end_layout
13738
13739 \begin_layout Standard
13740
13741 \color red
13742 \begin_inset Formula \begin{equation}
13743 \int A=B\label{eq:rot}\end{equation}
13744
13745 \end_inset
13746
13747
13748 \color green
13749
13750 \begin_inset Formula \begin{equation}
13751 \textcolor{red}{\int A=B}\label{eq:rotgruen}\end{equation}
13752
13753 \end_inset
13754
13755
13756 \end_layout
13757
13758 \begin_layout Standard
13759 Formel 
13760 \begin_inset CommandInset ref
13761 LatexCommand eqref
13762 reference "eq:rot"
13763
13764 \end_inset
13765
13766  ist komplett rot gefärbt.
13767 \begin_inset Newline newline
13768 \end_inset
13769
13770 Formel 
13771 \begin_inset CommandInset ref
13772 LatexCommand eqref
13773 reference "eq:rotgruen"
13774
13775 \end_inset
13776
13777  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13778  Anschließend wurden die Formelzeichen rot gefärbt.
13779 \end_layout
13780
13781 \begin_layout Standard
13782 \begin_inset VSpace bigskip
13783 \end_inset
13784
13785 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13786  den Befehl 
13787 \series bold
13788
13789 \backslash
13790 fcolorbox
13791 \series default
13792
13793 \begin_inset Index
13794 status collapsed
13795
13796 \begin_layout Plain Layout
13797 Befehle ! F ! 
13798 \backslash
13799 fcolorbox
13800 \end_layout
13801
13802 \end_inset
13803
13804  nach folgendem Schema:
13805 \end_layout
13806
13807 \begin_layout Standard
13808
13809 \series bold
13810
13811 \backslash
13812 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13813 \end_layout
13814
13815 \begin_layout Standard
13816
13817 \series bold
13818
13819 \backslash
13820 fcolorbox
13821 \series default
13822  stellt also eine Erweiterung des Befehls 
13823 \series bold
13824
13825 \backslash
13826 colorbox
13827 \series default
13828  dar.
13829  Die Rahmenbreite wird, wie bei 
13830 \series bold
13831
13832 \backslash
13833 framebox
13834 \series default
13835 , mit 
13836 \series bold
13837
13838 \backslash
13839 fboxrule
13840 \series default
13841  und 
13842 \series bold
13843
13844 \backslash
13845 fboxsep
13846 \series default
13847  festgelegt.
13848  Ein Beispiel:
13849 \begin_inset ERT
13850 status collapsed
13851
13852 \begin_layout Plain Layout
13853
13854
13855 \backslash
13856 fboxrule 1mm 
13857 \backslash
13858 fboxsep 1mm
13859 \end_layout
13860
13861 \end_inset
13862
13863
13864 \begin_inset Formula \[
13865 \fcolorbox{cyan}{magenta}{A=B}\]
13866
13867 \end_inset
13868
13869
13870 \begin_inset ERT
13871 status collapsed
13872
13873 \begin_layout Plain Layout
13874
13875
13876 \backslash
13877 fboxrule 0.4pt 
13878 \backslash
13879 fboxsep 3pt
13880 \end_layout
13881
13882 \end_inset
13883
13884
13885 \end_layout
13886
13887 \begin_layout Standard
13888 Diese Formel wurde mit folgendem Befehl erstellt:
13889 \begin_inset Newline newline
13890 \end_inset
13891
13892
13893 \series bold
13894
13895 \backslash
13896 fcolorbox{cyan
13897 \begin_inset Formula $\to$
13898 \end_inset
13899
13900
13901 \backslash
13902 {magenta
13903 \begin_inset Formula $\to$
13904 \end_inset
13905
13906
13907 \backslash
13908 {A=B
13909 \end_layout
13910
13911 \begin_layout Standard
13912 \begin_inset VSpace bigskip
13913 \end_inset
13914
13915 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
13916  selbst definieren.
13917 \end_layout
13918
13919 \begin_layout Standard
13920 Man kann z.
13921 \begin_inset space \thinspace{}
13922 \end_inset
13923
13924 B.
13925  mit folgender LaTeX-Vorspannzeile die Farbe 
13926 \begin_inset Quotes gld
13927 \end_inset
13928
13929
13930 \series bold
13931 dunkelgruen
13932 \series default
13933
13934 \begin_inset Quotes grd
13935 \end_inset
13936
13937
13938 \begin_inset Foot
13939 status collapsed
13940
13941 \begin_layout Plain Layout
13942 In Befehlen darf kein Umlaut stehen, siehe 
13943 \begin_inset CommandInset ref
13944 LatexCommand ref
13945 reference "sec:Benutzerdefinierte-Befehle"
13946
13947 \end_inset
13948
13949 .
13950 \end_layout
13951
13952 \end_inset
13953
13954  definieren:
13955 \end_layout
13956
13957 \begin_layout Standard
13958
13959 \series bold
13960
13961 \backslash
13962 definecolor{dunkelgruen}{cmyk}{0.5,
13963 \series default
13964  
13965 \series bold
13966 0,
13967 \series default
13968  
13969 \series bold
13970 1,
13971 \series default
13972  
13973 \series bold
13974 0.5}
13975 \series default
13976
13977 \begin_inset Index
13978 status collapsed
13979
13980 \begin_layout Plain Layout
13981 Befehle ! D ! 
13982 \backslash
13983 definecolor
13984 \end_layout
13985
13986 \end_inset
13987
13988
13989 \end_layout
13990
13991 \begin_layout Standard
13992
13993 \series bold
13994 cmyk
13995 \series default
13996  ist der Farbraum und steht für die Farben 
13997 \series bold
13998 cyan
13999 \series default
14000
14001 \series bold
14002 magenta
14003 \series default
14004
14005 \series bold
14006 yellow
14007 \series default
14008  und 
14009 \series bold
14010 black
14011 \series default
14012 .
14013  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14014  Für den Anteil kann man Werte im Bereich 0
14015 \begin_inset space \thinspace{}
14016 \end_inset
14017
14018 -
14019 \begin_inset space \thinspace{}
14020 \end_inset
14021
14022 1 angeben.
14023  Anstelle von 
14024 \series bold
14025 cmyk
14026 \series default
14027  kann man zur Definition auch den Farbraum 
14028 \series bold
14029 rgb
14030 \series default
14031  verwenden.
14032  
14033 \series bold
14034 rgb
14035 \series default
14036  steht für 
14037 \series bold
14038 red
14039 \series default
14040
14041 \series bold
14042 green
14043 \series default
14044  und 
14045 \series bold
14046 blue
14047 \series default
14048 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14049  Des Weiteren gibt es noch den Farbraum 
14050 \series bold
14051 gray
14052 \series default
14053 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14054 \end_layout
14055
14056 \begin_layout Standard
14057 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14058 \series bold
14059 darkgreen
14060 \series default
14061 , bei der die Zeichenfarbe 
14062 \series bold
14063 yellow
14064 \series default
14065  gewählt wurde:
14066 \begin_inset Formula \begin{equation}
14067 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14068
14069 \end_inset
14070
14071
14072 \end_layout
14073
14074 \begin_layout Standard
14075 Selbst definierte Farben können mit dem Befehl 
14076 \series bold
14077
14078 \backslash
14079 textcolor
14080 \series default
14081  auch für Text
14082 \begin_inset Index
14083 status collapsed
14084
14085 \begin_layout Plain Layout
14086 Text ! farbiger
14087 \end_layout
14088
14089 \end_inset
14090
14091  verwendet werden:
14092 \end_layout
14093
14094 \begin_layout Standard
14095 \begin_inset ERT
14096 status collapsed
14097
14098 \begin_layout Plain Layout
14099
14100
14101 \backslash
14102 textcolor{dunkelgruen}{
14103 \end_layout
14104
14105 \end_inset
14106
14107 Dieser Satz ist 
14108 \begin_inset Quotes gld
14109 \end_inset
14110
14111 dunkelgruen
14112 \begin_inset Quotes grd
14113 \end_inset
14114
14115 .
14116 \begin_inset ERT
14117 status collapsed
14118
14119 \begin_layout Plain Layout
14120
14121 }
14122 \end_layout
14123
14124 \end_inset
14125
14126
14127 \end_layout
14128
14129 \begin_layout Standard
14130
14131 \series bold
14132
14133 \backslash
14134 textcolor
14135 \series default
14136
14137 \begin_inset Index
14138 status collapsed
14139
14140 \begin_layout Plain Layout
14141 Befehle ! T ! 
14142 \backslash
14143 textcolor
14144 \end_layout
14145
14146 \end_inset
14147
14148  wird nach dem Schema 
14149 \series bold
14150
14151 \backslash
14152 textcolor{Farbe}{zu
14153 \series default
14154  
14155 \series bold
14156 färbende
14157 \series default
14158  
14159 \series bold
14160 Zeichen}
14161 \series default
14162  verwendet.
14163 \end_layout
14164
14165 \begin_layout Subsection
14166 Absatzboxen
14167 \begin_inset CommandInset label
14168 LatexCommand label
14169 name "sub:Absatzboxen"
14170
14171 \end_inset
14172
14173
14174 \begin_inset Index
14175 status collapsed
14176
14177 \begin_layout Plain Layout
14178 Boxen ! Absatz-
14179 \end_layout
14180
14181 \end_inset
14182
14183
14184 \end_layout
14185
14186 \begin_layout Standard
14187 Mit dem Menü 
14188 \family sans
14189 Einfügen\SpecialChar \menuseparator
14190 Box
14191 \family default
14192  oder dem Werkzeugleistenknopf 
14193 \begin_inset Graphics
14194         filename ../../images/box-insert.png
14195         scale 85
14196
14197 \end_inset
14198
14199  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14200  eine so genannte 
14201 \emph on
14202 Parbox
14203 \emph default
14204  (Absatzbox).
14205 \end_layout
14206
14207 \begin_layout Standard
14208 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14209 \end_layout
14210
14211 \begin_layout Standard
14212 \begin_inset VSpace medskip
14213 \end_inset
14214
14215 Dies ist eine Zeile 
14216 \begin_inset Box Boxed
14217 position "c"
14218 hor_pos "c"
14219 has_inner_box 1
14220 inner_pos "t"
14221 use_parbox 1
14222 width "5cm"
14223 special "none"
14224 height "1in"
14225 height_special "totalheight"
14226 status open
14227
14228 \begin_layout Plain Layout
14229 Dies ist die Absatzbox.
14230  Sie ist genau 5
14231 \begin_inset space \thinspace{}
14232 \end_inset
14233
14234 cm lang und kann auch Formeln enthalten: 
14235 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14236 \end_inset
14237
14238
14239 \end_layout
14240
14241 \end_inset
14242
14243  mit einer Absatzbox.
14244 \begin_inset VSpace medskip
14245 \end_inset
14246
14247
14248 \end_layout
14249
14250 \begin_layout Standard
14251 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14252  graue Box mit dem Namen 
14253 \begin_inset Quotes gld
14254 \end_inset
14255
14256 Box(Gerahmt)
14257 \begin_inset Quotes grd
14258 \end_inset
14259
14260  klickt.
14261  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14262  In diesem Fall: 
14263 \emph on
14264 Verzierung
14265 \emph default
14266 : Rechteckige Box, 
14267 \emph on
14268 Innere Box
14269 \emph default
14270 : Parbox, 
14271 \emph on
14272 Breite
14273 \emph default
14274 : 5
14275 \begin_inset space \thinspace{}
14276 \end_inset
14277
14278 cm, 
14279 \emph on
14280 Vertikale Box Ausrichtung
14281 \emph default
14282 : Mitte
14283 \end_layout
14284
14285 \begin_layout Standard
14286 \begin_inset VSpace medskip
14287 \end_inset
14288
14289 In LaTeX wird eine Absatzbox mit dem Befehl 
14290 \series bold
14291
14292 \backslash
14293 parbox
14294 \series default
14295
14296 \begin_inset Index
14297 status collapsed
14298
14299 \begin_layout Plain Layout
14300 Befehle ! P ! 
14301 \backslash
14302 parbox
14303 \end_layout
14304
14305 \end_inset
14306
14307  erstellt, welcher folgendes Schema besitzt:
14308 \end_layout
14309
14310 \begin_layout Standard
14311
14312 \series bold
14313
14314 \backslash
14315 parbox[Position]{Breite}{Boxinhalt}
14316 \end_layout
14317
14318 \begin_layout Standard
14319 Die Positionen 
14320 \emph on
14321 b
14322 \emph default
14323  und 
14324 \emph on
14325 t
14326 \emph default
14327  sind möglich.
14328  
14329 \emph on
14330 b
14331 \emph default
14332  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14333  Text eingepasst wird.
14334  Bei 
14335 \emph on
14336 t
14337 \emph default
14338  wie top geschieht dies für die erste Zeile.
14339  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14340  siehe das Kapitel 
14341 \emph on
14342 Boxen
14343 \emph default
14344  des Handbuchs
14345 \emph on
14346  Eingebettete
14347 \begin_inset space ~
14348 \end_inset
14349
14350 Objekte
14351 \emph default
14352  für Beispiele.
14353 \end_layout
14354
14355 \begin_layout Standard
14356 \begin_inset VSpace bigskip
14357 \end_inset
14358
14359 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14360  in eine Absatzbox setzen.
14361  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14362 \series bold
14363
14364 \backslash
14365 fbox{
14366 \backslash
14367 parbox{
14368 \backslash
14369 linewidth-2
14370 \backslash
14371 fboxsep-2
14372 \backslash
14373 fboxrule}{
14374 \series default
14375 .
14376  Hierbei steht 
14377 \series bold
14378
14379 \backslash
14380 linewidth
14381 \begin_inset Index
14382 status collapsed
14383
14384 \begin_layout Plain Layout
14385 Befehle ! L ! 
14386 \backslash
14387 linewidth
14388 \end_layout
14389
14390 \end_inset
14391
14392
14393 \series default
14394  für die im Dokument eingestellte Zeilenbreite.
14395  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14396 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14397  Da dies LyX aufgrund eines Fehlers
14398 \begin_inset Foot
14399 status collapsed
14400
14401 \begin_layout Plain Layout
14402 \begin_inset CommandInset href
14403 LatexCommand href
14404 name "LyX-Fehler #4483"
14405 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14406
14407 \end_inset
14408
14409
14410 \end_layout
14411
14412 \end_inset
14413
14414  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14415  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14416 spann das LaTeX-Paket 
14417 \series bold
14418 calc
14419 \series default
14420
14421 \begin_inset Foot
14422 status collapsed
14423
14424 \begin_layout Plain Layout
14425
14426 \series bold
14427 calc
14428 \series default
14429  ist Teil jeder LaTeX-Standardinstallation.
14430 \end_layout
14431
14432 \end_inset
14433
14434
14435 \begin_inset Index
14436 status collapsed
14437
14438 \begin_layout Plain Layout
14439 Pakete ! calc
14440 \end_layout
14441
14442 \end_inset
14443
14444  mit der Zeile
14445 \end_layout
14446
14447 \begin_layout Standard
14448
14449 \series bold
14450
14451 \backslash
14452 usepackage{calc}
14453 \end_layout
14454
14455 \begin_layout Standard
14456 geladen werden.
14457  Nach der Formel werden beide Boxen geschlossen, indem man 
14458 \series bold
14459 }}
14460 \series default
14461  im TeX-Modus eingibt.
14462  Dazu ein Beispiel:
14463 \begin_inset ERT
14464 status collapsed
14465
14466 \begin_layout Plain Layout
14467
14468
14469 \backslash
14470 fboxsep 5mm 
14471 \backslash
14472 fboxrule 5mm
14473 \end_layout
14474
14475 \end_inset
14476
14477
14478 \end_layout
14479
14480 \begin_layout Standard
14481 \begin_inset ERT
14482 status collapsed
14483
14484 \begin_layout Plain Layout
14485
14486
14487 \backslash
14488 fbox{
14489 \backslash
14490 parbox{
14491 \backslash
14492 linewidth-2
14493 \backslash
14494 fboxsep-2
14495 \backslash
14496 fboxrule}{
14497 \end_layout
14498
14499 \end_inset
14500
14501
14502 \begin_inset Formula \begin{equation}
14503 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14504
14505 \end_inset
14506
14507
14508 \begin_inset ERT
14509 status collapsed
14510
14511 \begin_layout Plain Layout
14512
14513 }}
14514 \end_layout
14515
14516 \end_inset
14517
14518
14519 \begin_inset ERT
14520 status collapsed
14521
14522 \begin_layout Plain Layout
14523
14524
14525 \backslash
14526 fboxrule 0.4pt 
14527 \backslash
14528 fboxsep 3pt
14529 \end_layout
14530
14531 \end_inset
14532
14533
14534 \end_layout
14535
14536 \begin_layout Standard
14537 \begin_inset VSpace medskip
14538 \end_inset
14539
14540 Da im Argument von 
14541 \series bold
14542
14543 \backslash
14544 fbox
14545 \series default
14546  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14547  keinen Unterschied zwischen 
14548 \series bold
14549
14550 \backslash
14551 fbox
14552 \series default
14553  und 
14554 \series bold
14555
14556 \backslash
14557 boxed
14558 \series default
14559 .
14560 \end_layout
14561
14562 \begin_layout Standard
14563 \begin_inset VSpace bigskip
14564 \end_inset
14565
14566 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14567  Dazu verwendet man 
14568 \series bold
14569
14570 \backslash
14571 parbox
14572 \series default
14573  in Verbindung mit dem Befehl 
14574 \series bold
14575
14576 \backslash
14577 tag
14578 \series default
14579 .
14580  (mehr zu 
14581 \series bold
14582
14583 \backslash
14584 tag
14585 \series default
14586  siehe 
14587 \begin_inset CommandInset ref
14588 LatexCommand ref
14589 reference "sub:Benutzerdefinierte-Nummerierung"
14590
14591 \end_inset
14592
14593 )
14594 \end_layout
14595
14596 \begin_layout Standard
14597 Ein Beispiel einer mit Hilfe von 
14598 \series bold
14599
14600 \backslash
14601 parbox
14602 \series default
14603  kommentierten Formel:
14604 \end_layout
14605
14606 \begin_layout Standard
14607 \begin_inset ERT
14608 status collapsed
14609
14610 \begin_layout Plain Layout
14611
14612
14613 \backslash
14614 [5x-7b=3b
14615 \backslash
14616 tag*{
14617 \backslash
14618 parbox{5cm}{
14619 \end_layout
14620
14621 \end_inset
14622
14623 Dies ist eine Beschreibung.
14624  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14625 \begin_inset ERT
14626 status collapsed
14627
14628 \begin_layout Plain Layout
14629
14630 }}
14631 \backslash
14632 ]
14633 \end_layout
14634
14635 \end_inset
14636
14637
14638 \end_layout
14639
14640 \begin_layout Standard
14641 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14642  Befehl 
14643 \series bold
14644
14645 \backslash
14646 parbox
14647 \series default
14648  in Formeln noch nicht unterstützt.
14649  Die Formel wird mit folgender Befehlssequenz erstellt:
14650 \end_layout
14651
14652 \begin_layout Standard
14653 Der Befehl 
14654 \series bold
14655
14656 \backslash
14657 [5x-7b=3b
14658 \backslash
14659 tag*
14660 \backslash
14661 {
14662 \backslash
14663 parbox{5cm}{
14664 \series default
14665  wird im TeX-Modus eingegeben.
14666 \begin_inset Foot
14667 status collapsed
14668
14669 \begin_layout Plain Layout
14670 Ist der Formelstil 
14671 \series bold
14672 Eingerückt
14673 \series default
14674  aktiviert, kann 
14675 \series bold
14676
14677 \backslash
14678 tag*
14679 \backslash
14680 {
14681 \series default
14682  auch durch 
14683 \series bold
14684
14685 \backslash
14686 hfill
14687 \series default
14688  ersetzt werden.
14689  (Formelstile siehe 
14690 \begin_inset CommandInset ref
14691 LatexCommand ref
14692 reference "sec:Formelstile"
14693
14694 \end_inset
14695
14696 )
14697 \end_layout
14698
14699 \end_inset
14700
14701  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14702 \series bold
14703 }}
14704 \backslash
14705 ]
14706 \series default
14707  im TeX-Modus ein.
14708  Die Befehle 
14709 \series bold
14710
14711 \backslash
14712 [
14713 \series default
14714  und 
14715 \series bold
14716
14717 \backslash
14718 ]
14719 \series default
14720  erstellen hierbei eine abgesetzte Formel.
14721 \end_layout
14722
14723 \begin_layout Standard
14724 Die Vorteile von 
14725 \series bold
14726
14727 \backslash
14728 parbox
14729 \series default
14730  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14731  Textmodus 
14732 \begin_inset Quotes gld
14733 \end_inset
14734
14735 kommentiert
14736 \begin_inset Quotes grd
14737 \end_inset
14738
14739  wurde:
14740 \begin_inset Formula \[
14741 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}\]
14742
14743 \end_inset
14744
14745
14746 \end_layout
14747
14748 \begin_layout Section
14749 Operatoren
14750 \begin_inset Index
14751 status collapsed
14752
14753 \begin_layout Plain Layout
14754 Operatoren
14755 \end_layout
14756
14757 \end_inset
14758
14759
14760 \end_layout
14761
14762 \begin_layout Subsection
14763 Große Operatoren
14764 \begin_inset CommandInset label
14765 LatexCommand label
14766 name "sub:Große-Operatoren"
14767
14768 \end_inset
14769
14770
14771 \begin_inset Index
14772 status collapsed
14773
14774 \begin_layout Plain Layout
14775 Operatoren ! große
14776 \end_layout
14777
14778 \end_inset
14779
14780
14781 \begin_inset Index
14782 status collapsed
14783
14784 \begin_layout Plain Layout
14785 Summen
14786 \end_layout
14787
14788 \end_inset
14789
14790
14791 \begin_inset Index
14792 status collapsed
14793
14794 \begin_layout Plain Layout
14795 Integrale
14796 \end_layout
14797
14798 \end_inset
14799
14800
14801 \end_layout
14802
14803 \begin_layout Standard
14804 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14805  sind, muss die Option 
14806 \family sans
14807 esint-Paket automatisch verwenden
14808 \family default
14809  in den Dokumenteinstellungen unter 
14810 \family sans
14811 Mathe-Optionen
14812 \family default
14813  gewählt sein.
14814 \end_layout
14815
14816 \begin_layout Standard
14817 \begin_inset space \hfill{}
14818 \end_inset
14819
14820
14821 \begin_inset Tabular
14822 <lyxtabular version="3" rows="11" columns="2">
14823 <features>
14824 <column alignment="center" valignment="top" width="0pt">
14825 <column alignment="center" valignment="top" width="0pt">
14826 <row>
14827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14828 \begin_inset Text
14829
14830 \begin_layout Plain Layout
14831 Befehl
14832 \end_layout
14833
14834 \end_inset
14835 </cell>
14836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14837 \begin_inset Text
14838
14839 \begin_layout Plain Layout
14840 Ergebnis
14841 \end_layout
14842
14843 \end_inset
14844 </cell>
14845 </row>
14846 <row>
14847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14848 \begin_inset Text
14849
14850 \begin_layout Plain Layout
14851
14852 \backslash
14853 sum
14854 \begin_inset Index
14855 status collapsed
14856
14857 \begin_layout Plain Layout
14858 Befehle ! S ! 
14859 \backslash
14860 sum
14861 \end_layout
14862
14863 \end_inset
14864
14865
14866 \end_layout
14867
14868 \end_inset
14869 </cell>
14870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14871 \begin_inset Text
14872
14873 \begin_layout Plain Layout
14874 \begin_inset Formula $\sum$
14875 \end_inset
14876
14877
14878 \end_layout
14879
14880 \end_inset
14881 </cell>
14882 </row>
14883 <row>
14884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14885 \begin_inset Text
14886
14887 \begin_layout Plain Layout
14888
14889 \backslash
14890 int
14891 \begin_inset Index
14892 status collapsed
14893
14894 \begin_layout Plain Layout
14895 Befehle ! I ! 
14896 \backslash
14897 int
14898 \end_layout
14899
14900 \end_inset
14901
14902
14903 \end_layout
14904
14905 \end_inset
14906 </cell>
14907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14908 \begin_inset Text
14909
14910 \begin_layout Plain Layout
14911 \begin_inset Formula $\int$
14912 \end_inset
14913
14914
14915 \end_layout
14916
14917 \end_inset
14918 </cell>
14919 </row>
14920 <row>
14921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14922 \begin_inset Text
14923
14924 \begin_layout Plain Layout
14925
14926 \backslash
14927 intop
14928 \end_layout
14929
14930 \end_inset
14931 </cell>
14932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14933 \begin_inset Text
14934
14935 \begin_layout Plain Layout
14936 \begin_inset Formula $\intop$
14937 \end_inset
14938
14939
14940 \end_layout
14941
14942 \end_inset
14943 </cell>
14944 </row>
14945 <row>
14946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Plain Layout
14950
14951 \backslash
14952 oint
14953 \end_layout
14954
14955 \end_inset
14956 </cell>
14957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14958 \begin_inset Text
14959
14960 \begin_layout Plain Layout
14961 \begin_inset Formula $\oint$
14962 \end_inset
14963
14964
14965 \end_layout
14966
14967 \end_inset
14968 </cell>
14969 </row>
14970 <row>
14971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14972 \begin_inset Text
14973
14974 \begin_layout Plain Layout
14975
14976 \backslash
14977 ointop
14978 \end_layout
14979
14980 \end_inset
14981 </cell>
14982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14983 \begin_inset Text
14984
14985 \begin_layout Plain Layout
14986 \begin_inset Formula $\ointop$
14987 \end_inset
14988
14989
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 </row>
14995 <row>
14996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000
15001 \backslash
15002 ointctrclockwise
15003 \end_layout
15004
15005 \end_inset
15006 </cell>
15007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15008 \begin_inset Text
15009
15010 \begin_layout Plain Layout
15011 \begin_inset Formula $\ointctrclockwise$
15012 \end_inset
15013
15014
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 </row>
15020 <row>
15021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025
15026 \backslash
15027 ointclockwise
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036 \begin_inset Formula $\ointclockwise$
15037 \end_inset
15038
15039
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 </row>
15045 <row>
15046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050
15051 \backslash
15052 sqint
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061 \begin_inset Formula $\sqint$
15062 \end_inset
15063
15064
15065 \end_layout
15066
15067 \end_inset
15068 </cell>
15069 </row>
15070 <row>
15071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075
15076 \backslash
15077 bigcap
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086 \begin_inset Formula $\bigcap$
15087 \end_inset
15088
15089
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 </row>
15095 <row>
15096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100
15101 \backslash
15102 bigcup
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111 \begin_inset Formula $\bigcup$
15112 \end_inset
15113
15114
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 </row>
15120 </lyxtabular>
15121
15122 \end_inset
15123
15124
15125 \begin_inset space \hfill{}
15126 \end_inset
15127
15128
15129 \begin_inset Tabular
15130 <lyxtabular version="3" rows="10" columns="2">
15131 <features>
15132 <column alignment="center" valignment="top" width="0pt">
15133 <column alignment="center" valignment="top" width="0pt">
15134 <row>
15135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15136 \begin_inset Text
15137
15138 \begin_layout Plain Layout
15139 Befehl
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15145 \begin_inset Text
15146
15147 \begin_layout Plain Layout
15148 Ergebnis
15149 \end_layout
15150
15151 \end_inset
15152 </cell>
15153 </row>
15154 <row>
15155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Plain Layout
15159
15160 \backslash
15161 prod
15162 \begin_inset Index
15163 status collapsed
15164
15165 \begin_layout Plain Layout
15166 Befehle ! P ! 
15167 \backslash
15168 prod
15169 \end_layout
15170
15171 \end_inset
15172
15173
15174 \end_layout
15175
15176 \end_inset
15177 </cell>
15178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15179 \begin_inset Text
15180
15181 \begin_layout Plain Layout
15182 \begin_inset Formula $\prod$
15183 \end_inset
15184
15185
15186 \end_layout
15187
15188 \end_inset
15189 </cell>
15190 </row>
15191 <row>
15192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196
15197 \backslash
15198 coprod
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15204 \begin_inset Text
15205
15206 \begin_layout Plain Layout
15207 \begin_inset Formula $\coprod$
15208 \end_inset
15209
15210
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 </row>
15216 <row>
15217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221
15222 \backslash
15223 bigodot
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Plain Layout
15232 \begin_inset Formula $\bigodot$
15233 \end_inset
15234
15235
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 </row>
15241 <row>
15242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246
15247 \backslash
15248 bigotimes
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257 \begin_inset Formula $\bigotimes$
15258 \end_inset
15259
15260
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 </row>
15266 <row>
15267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271
15272 \backslash
15273 bigoplus
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282 \begin_inset Formula $\bigoplus$
15283 \end_inset
15284
15285
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 </row>
15291 <row>
15292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296
15297 \backslash
15298 bigwedge
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15304 \begin_inset Text
15305
15306 \begin_layout Plain Layout
15307 \begin_inset Formula $\bigwedge$
15308 \end_inset
15309
15310
15311 \end_layout
15312
15313 \end_inset
15314 </cell>
15315 </row>
15316 <row>
15317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321
15322 \backslash
15323 bigvee
15324 \end_layout
15325
15326 \end_inset
15327 </cell>
15328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Plain Layout
15332 \begin_inset Formula $\bigvee$
15333 \end_inset
15334
15335
15336 \end_layout
15337
15338 \end_inset
15339 </cell>
15340 </row>
15341 <row>
15342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Plain Layout
15346
15347 \backslash
15348 bigsqcup
15349 \end_layout
15350
15351 \end_inset
15352 </cell>
15353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15354 \begin_inset Text
15355
15356 \begin_layout Plain Layout
15357 \begin_inset Formula $\bigsqcup$
15358 \end_inset
15359
15360
15361 \end_layout
15362
15363 \end_inset
15364 </cell>
15365 </row>
15366 <row>
15367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15368 \begin_inset Text
15369
15370 \begin_layout Plain Layout
15371
15372 \backslash
15373 biguplus
15374 \end_layout
15375
15376 \end_inset
15377 </cell>
15378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15379 \begin_inset Text
15380
15381 \begin_layout Plain Layout
15382 \begin_inset Formula $\biguplus$
15383 \end_inset
15384
15385
15386 \end_layout
15387
15388 \end_inset
15389 </cell>
15390 </row>
15391 </lyxtabular>
15392
15393 \end_inset
15394
15395
15396 \begin_inset space \hfill{}
15397 \end_inset
15398
15399
15400 \end_layout
15401
15402 \begin_layout Standard
15403 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15404 \begin_inset Graphics
15405         filename ../../images/math/intop.png
15406         scale 85
15407
15408 \end_inset
15409
15410  eingefügt werden.
15411 \end_layout
15412
15413 \begin_layout Standard
15414 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15415  Teil gleich aussehenden binären Operatoren.
15416  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15417  beschrieben.
15418 \end_layout
15419
15420 \begin_layout Standard
15421 Die Operatoren 
15422 \series bold
15423
15424 \backslash
15425 intop
15426 \series default
15427  und 
15428 \series bold
15429
15430 \backslash
15431 ointop
15432 \series default
15433  unterscheiden sich von 
15434 \series bold
15435
15436 \backslash
15437 int
15438 \series default
15439  bzw.
15440  
15441 \series bold
15442
15443 \backslash
15444 oint
15445 \series default
15446  in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15447 \begin_inset CommandInset ref
15448 LatexCommand ref
15449 reference "sub:Operatorgrenzen"
15450
15451 \end_inset
15452
15453 .
15454  
15455 \end_layout
15456
15457 \begin_layout Subsubsection*
15458 Hinweise zu Integralen
15459 \end_layout
15460
15461 \begin_layout Standard
15462 Der Buchstabe 
15463 \emph on
15464 d
15465 \emph default
15466  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15467  muss.
15468  Dazu markiert man das 
15469 \emph on
15470 d
15471 \emph default
15472  und wandelt es mit der Tastenkombination 
15473 \family sans
15474 Alt-z
15475 \begin_inset space ~
15476 \end_inset
15477
15478 r
15479 \family default
15480
15481 \begin_inset Foot
15482 status collapsed
15483
15484 \begin_layout Plain Layout
15485 Schriftstile siehe 
15486 \begin_inset CommandInset ref
15487 LatexCommand ref
15488 reference "sub:Schriftstile"
15489
15490 \end_inset
15491
15492
15493 \end_layout
15494
15495 \end_inset
15496
15497  um.
15498  Anschließend fügt man vor dem 
15499 \emph on
15500 d
15501 \emph default
15502 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15503  Dazu ein Beispiel:
15504 \end_layout
15505
15506 \begin_layout Standard
15507 inkorrekt: 
15508 \begin_inset Formula $\int A(x)dx$
15509 \end_inset
15510
15511
15512 \begin_inset Newline newline
15513 \end_inset
15514
15515
15516 \begin_inset ERT
15517 status collapsed
15518
15519 \begin_layout Plain Layout
15520
15521
15522 \backslash
15523 hphantom{in}
15524 \end_layout
15525
15526 \end_inset
15527
15528 korrekt: 
15529 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15530 \end_inset
15531
15532
15533 \end_layout
15534
15535 \begin_layout Standard
15536 \begin_inset VSpace medskip
15537 \end_inset
15538
15539 Für Mehrfachintegrale gibt es folgende Befehle:
15540 \begin_inset VSpace medskip
15541 \end_inset
15542
15543
15544 \end_layout
15545
15546 \begin_layout Standard
15547 \begin_inset space \hfill{}
15548 \end_inset
15549
15550
15551 \begin_inset Tabular
15552 <lyxtabular version="3" rows="4" columns="2">
15553 <features>
15554 <column alignment="center" valignment="top" width="0">
15555 <column alignment="center" valignment="top" width="0">
15556 <row>
15557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15558 \begin_inset Text
15559
15560 \begin_layout Plain Layout
15561 Befehl
15562 \end_layout
15563
15564 \end_inset
15565 </cell>
15566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Plain Layout
15570 Ergebnis
15571 \begin_inset Note Note
15572 status collapsed
15573
15574 \begin_layout Plain Layout
15575
15576 \series bold
15577
15578 \backslash
15579 raisebox
15580 \series default
15581  dient nur als Abstandhalter.
15582 \end_layout
15583
15584 \end_inset
15585
15586
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 </row>
15592 <row>
15593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15594 \begin_inset Text
15595
15596 \begin_layout Plain Layout
15597
15598 \backslash
15599 iint
15600 \end_layout
15601
15602 \end_inset
15603 </cell>
15604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15609 \end_inset
15610
15611
15612 \end_layout
15613
15614 \end_inset
15615 </cell>
15616 </row>
15617 <row>
15618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15619 \begin_inset Text
15620
15621 \begin_layout Plain Layout
15622
15623 \backslash
15624 oiint
15625 \end_layout
15626
15627 \end_inset
15628 </cell>
15629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Plain Layout
15633 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15634 \end_inset
15635
15636
15637 \end_layout
15638
15639 \end_inset
15640 </cell>
15641 </row>
15642 <row>
15643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15644 \begin_inset Text
15645
15646 \begin_layout Plain Layout
15647
15648 \backslash
15649 sqiint
15650 \end_layout
15651
15652 \end_inset
15653 </cell>
15654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15655 \begin_inset Text
15656
15657 \begin_layout Plain Layout
15658 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15659 \end_inset
15660
15661
15662 \end_layout
15663
15664 \end_inset
15665 </cell>
15666 </row>
15667 </lyxtabular>
15668
15669 \end_inset
15670
15671
15672 \begin_inset space \hfill{}
15673 \end_inset
15674
15675
15676 \begin_inset Tabular
15677 <lyxtabular version="3" rows="4" columns="2">
15678 <features>
15679 <column alignment="center" valignment="top" width="0">
15680 <column alignment="center" valignment="top" width="0">
15681 <row>
15682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15683 \begin_inset Text
15684
15685 \begin_layout Plain Layout
15686 Befehl
15687 \end_layout
15688
15689 \end_inset
15690 </cell>
15691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15692 \begin_inset Text
15693
15694 \begin_layout Plain Layout
15695 Ergebnis
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 </row>
15701 <row>
15702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706
15707 \backslash
15708 iiint
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Plain Layout
15717 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15718 \end_inset
15719
15720
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 </row>
15726 <row>
15727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731
15732 \backslash
15733 iiiint
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15743 \end_inset
15744
15745
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 </row>
15751 <row>
15752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756
15757 \backslash
15758 dotsint
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15768 \end_inset
15769
15770
15771 \end_layout
15772
15773 \end_inset
15774 </cell>
15775 </row>
15776 </lyxtabular>
15777
15778 \end_inset
15779
15780
15781 \begin_inset space \hfill{}
15782 \end_inset
15783
15784
15785 \end_layout
15786
15787 \begin_layout Subsection
15788 Operatorgrenzen
15789 \begin_inset CommandInset label
15790 LatexCommand label
15791 name "sub:Operatorgrenzen"
15792
15793 \end_inset
15794
15795
15796 \begin_inset Index
15797 status collapsed
15798
15799 \begin_layout Plain Layout
15800 Operatoren ! Grenzen
15801 \end_layout
15802
15803 \end_inset
15804
15805
15806 \end_layout
15807
15808 \begin_layout Standard
15809 Grenzen werden durch Hoch- bzw.
15810  Tiefstellen erzeugt:
15811 \end_layout
15812
15813 \begin_layout Standard
15814 \align center
15815 \begin_inset Tabular
15816 <lyxtabular version="3" rows="2" columns="2">
15817 <features>
15818 <column alignment="center" valignment="top" width="0pt">
15819 <column alignment="center" valignment="top" width="0pt">
15820 <row>
15821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Plain Layout
15825 Befehl
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834 Ergebnis
15835 \begin_inset Note Note
15836 status collapsed
15837
15838 \begin_layout Plain Layout
15839
15840 \series bold
15841
15842 \backslash
15843 raisebox
15844 \series default
15845  dient nur als Abstandhalter.
15846 \end_layout
15847
15848 \end_inset
15849
15850
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 </row>
15856 <row>
15857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861
15862 \backslash
15863 prod^
15864 \backslash
15865 infty
15866 \begin_inset ERT
15867 status collapsed
15868
15869 \begin_layout Plain Layout
15870
15871
15872 \backslash
15873 leer 
15874 \end_layout
15875
15876 \end_inset
15877
15878
15879 \begin_inset Formula $\to$
15880 \end_inset
15881
15882 _0
15883 \begin_inset Formula $\to$
15884 \end_inset
15885
15886 A(x)
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15896 \end_inset
15897
15898
15899 \end_layout
15900
15901 \end_inset
15902 </cell>
15903 </row>
15904 </lyxtabular>
15905
15906 \end_inset
15907
15908
15909 \end_layout
15910
15911 \begin_layout Standard
15912 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
15913  Operator gesetzt.
15914  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
15915  bzw.
15916  unter den Operator gesetzt.
15917 \end_layout
15918
15919 \begin_layout Standard
15920 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
15921  man den Cursor direkt hinter den Operator und setzt über das Menü 
15922 \family sans
15923 Bearbeiten\SpecialChar \menuseparator
15924 Mathe\SpecialChar \menuseparator
15925 Art der Operatorgrenzen ändern
15926 \family default
15927  die Grenzen auf 
15928 \series bold
15929 Eingebettet
15930 \series default
15931  (Tastenkombination 
15932 \family sans
15933 Alt-m
15934 \begin_inset space ~
15935 \end_inset
15936
15937 l
15938 \family default
15939 ).
15940  Dazu folgendes Beispiel:
15941 \end_layout
15942
15943 \begin_layout Standard
15944 Die normalen Grenzen sehen so aus:
15945 \begin_inset Formula \[
15946 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15947
15948 \end_inset
15949
15950 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
15951 \begin_inset Formula \[
15952 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15953
15954 \end_inset
15955
15956 Bei Integralen werden mit Ausnahme von 
15957 \series bold
15958
15959 \backslash
15960 intop
15961 \series default
15962  und 
15963 \series bold
15964
15965 \backslash
15966 ointop
15967 \series default
15968  die Grenzen standardmäßig neben den Operator gesetzt.
15969  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
15970  gesetzt.
15971  Im folgenden Beispiel wurde die Grenze deswegen auf 
15972 \series bold
15973 Anzeige
15974 \series default
15975  gesetzt und damit unter die Integrale geschrieben:
15976 \begin_inset Formula \begin{equation}
15977 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15978
15979 \end_inset
15980
15981
15982 \end_layout
15983
15984 \begin_layout Standard
15985 \begin_inset VSpace medskip
15986 \end_inset
15987
15988 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
15989 \series bold
15990
15991 \backslash
15992 subarray
15993 \series default
15994
15995 \begin_inset Index
15996 status collapsed
15997
15998 \begin_layout Plain Layout
15999 Befehle ! S ! 
16000 \backslash
16001 subarray
16002 \end_layout
16003
16004 \end_inset
16005
16006  und 
16007 \series bold
16008
16009 \backslash
16010 substack
16011 \series default
16012
16013 \begin_inset Index
16014 status collapsed
16015
16016 \begin_layout Plain Layout
16017 Befehle ! S ! 
16018 \backslash
16019 substack
16020 \end_layout
16021
16022 \end_inset
16023
16024 .
16025  Um z.
16026 \begin_inset space \thinspace{}
16027 \end_inset
16028
16029 B.
16030  diesen Ausdruck 
16031 \begin_inset Formula \begin{equation}
16032 \sum_{\begin{subarray}{c}
16033 0<k<1000\\
16034 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16035
16036 \end_inset
16037
16038 zu erstellen, muss man Folgendes tun:
16039 \begin_inset Newline newline
16040 \end_inset
16041
16042 Zuerst gibt man den Befehl 
16043 \series bold
16044
16045 \backslash
16046 sum
16047 \series default
16048 ^
16049 \series bold
16050 n
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  ein.
16066  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16067  In dieses gibt man den Befehl 
16068 \series bold
16069
16070 \backslash
16071 subarray
16072 \begin_inset ERT
16073 status collapsed
16074
16075 \begin_layout Plain Layout
16076
16077
16078 \backslash
16079 leer 
16080 \end_layout
16081
16082 \end_inset
16083
16084
16085 \series default
16086  ein.
16087  Das blaue Kästchen hat nun eine lila Umrahmung und man kann jetzt mehrere
16088  Zeilen untereinander schreiben.
16089  Mit Eingabe des Zeilenumbruchs (
16090 \family sans
16091 Strg-Enter
16092 \family default
16093 ) wird eine neue Zeile erstellt.
16094  Gibt man
16095 \begin_inset Newline newline
16096 \end_inset
16097
16098
16099 \series bold
16100 0<k<1000 Strg-Enter
16101 \begin_inset Newline newline
16102 \end_inset
16103
16104
16105 \series default
16106 ein, erscheint darunter ein Kästchen für die neue Zeile.
16107 \end_layout
16108
16109 \begin_layout Standard
16110 Die Ausrichtung der Zeilen kann mit der 
16111 \family sans
16112 Tabellen-Werkzeugleiste
16113 \family default
16114  oder dem Menü 
16115 \family sans
16116 Bearbeiten\SpecialChar \menuseparator
16117 Zeilen & Spalten
16118 \family default
16119  auf links geändert werden.
16120  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16121 \series bold
16122
16123 \backslash
16124 hfill
16125 \begin_inset ERT
16126 status collapsed
16127
16128 \begin_layout Plain Layout
16129
16130
16131 \backslash
16132 leer 
16133 \end_layout
16134
16135 \end_inset
16136
16137
16138 \series default
16139  eingegeben.
16140 \end_layout
16141
16142 \begin_layout Standard
16143 Der Befehl 
16144 \series bold
16145
16146 \backslash
16147 substack
16148 \series default
16149  ist äquivalent zu 
16150 \series bold
16151
16152 \backslash
16153 subarray
16154 \series default
16155 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16156 \end_layout
16157
16158 \begin_layout Standard
16159 \begin_inset VSpace bigskip
16160 \end_inset
16161
16162 Wie bei Formel 
16163 \begin_inset CommandInset ref
16164 LatexCommand eqref
16165 reference "eq:substack"
16166
16167 \end_inset
16168
16169  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16170  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16171 \end_layout
16172
16173 \begin_layout Standard
16174 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16175 \end_layout
16176
16177 \begin_layout Standard
16178
16179 \series bold
16180
16181 \backslash
16182 def
16183 \backslash
16184 clap#1{
16185 \backslash
16186 hbox to 0pt{
16187 \backslash
16188 hss #1
16189 \backslash
16190 hss}}
16191 \begin_inset Newline newline
16192 \end_inset
16193
16194
16195 \backslash
16196 def
16197 \backslash
16198 mathclap {
16199 \backslash
16200 mathpalette 
16201 \backslash
16202 mathclapinternal}
16203 \begin_inset Newline newline
16204 \end_inset
16205
16206
16207 \backslash
16208 def
16209 \backslash
16210 mathclapinternal #1#2{
16211 \backslash
16212 clap{$
16213 \backslash
16214 mathsurround =0pt #1{#2}$}}
16215 \end_layout
16216
16217 \begin_layout Standard
16218 Dadurch wird der Befehl 
16219 \series bold
16220
16221 \backslash
16222 mathclap
16223 \series default
16224
16225 \begin_inset Index
16226 status collapsed
16227
16228 \begin_layout Plain Layout
16229 Befehle ! M ! 
16230 \backslash
16231 mathclap
16232 \end_layout
16233
16234 \end_inset
16235
16236  definiert, der die Breite der Grenze auf 0
16237 \begin_inset space \thinspace{}
16238 \end_inset
16239
16240 pt setzt.
16241  Das Befehlsschema lautet
16242 \end_layout
16243
16244 \begin_layout Standard
16245
16246 \series bold
16247
16248 \backslash
16249 mathclap{Grenze}
16250 \end_layout
16251
16252 \begin_layout Standard
16253 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16254 \end_layout
16255
16256 \begin_layout Standard
16257 Auf Formel 
16258 \begin_inset CommandInset ref
16259 LatexCommand eqref
16260 reference "eq:substack"
16261
16262 \end_inset
16263
16264  angewandt, gibt man also den Befehl
16265 \end_layout
16266
16267 \begin_layout Standard
16268
16269 \series bold
16270
16271 \backslash
16272 sum_
16273 \backslash
16274 mathclap{
16275 \backslash
16276 substack
16277 \begin_inset ERT
16278 status collapsed
16279
16280 \begin_layout Plain Layout
16281
16282
16283 \backslash
16284 leer 
16285 \end_layout
16286
16287 \end_inset
16288
16289 0<k<1000 Strg-Enter
16290 \end_layout
16291
16292 \begin_layout Standard
16293 ein, um die untere Grenze zu erstellen.
16294  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16295 \begin_inset Formula \[
16296 \sum_{\mathclap{\substack{0<k<1000\\
16297 \\k\,\in\,\mathbb{N}}
16298 }}^{n}k^{-2}\]
16299
16300 \end_inset
16301
16302
16303 \end_layout
16304
16305 \begin_layout Standard
16306 \begin_inset VSpace bigskip
16307 \end_inset
16308
16309 In 
16310 \begin_inset CommandInset ref
16311 LatexCommand ref
16312 reference "sub:Selbstdefinierte-Operatoren"
16313
16314 \end_inset
16315
16316  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16317 \end_layout
16318
16319 \begin_layout Subsection
16320 Binäre Operatoren
16321 \begin_inset CommandInset label
16322 LatexCommand label
16323 name "sub:Binäre-Operatoren"
16324
16325 \end_inset
16326
16327
16328 \begin_inset Index
16329 status collapsed
16330
16331 \begin_layout Plain Layout
16332 Operatoren ! binäre
16333 \end_layout
16334
16335 \end_inset
16336
16337
16338 \end_layout
16339
16340 \begin_layout Standard
16341 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16342  ein Zeichen befindet.
16343 \begin_inset VSpace medskip
16344 \end_inset
16345
16346
16347 \end_layout
16348
16349 \begin_layout Standard
16350 \begin_inset space \hfill{}
16351 \end_inset
16352
16353
16354 \begin_inset Tabular
16355 <lyxtabular version="3" rows="13" columns="2">
16356 <features>
16357 <column alignment="center" valignment="top" width="0pt">
16358 <column alignment="center" valignment="top" width="0pt">
16359 <row>
16360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16361 \begin_inset Text
16362
16363 \begin_layout Plain Layout
16364 Befehl
16365 \begin_inset Note Note
16366 status collapsed
16367
16368 \begin_layout Plain Layout
16369
16370 \series bold
16371
16372 \backslash
16373 raisebox
16374 \series default
16375  dient nur als Abstandhalter.
16376 \end_layout
16377
16378 \end_inset
16379
16380
16381 \end_layout
16382
16383 \end_inset
16384 </cell>
16385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16386 \begin_inset Text
16387
16388 \begin_layout Plain Layout
16389 Ergebnis
16390 \end_layout
16391
16392 \end_inset
16393 </cell>
16394 </row>
16395 <row>
16396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16397 \begin_inset Text
16398
16399 \begin_layout Plain Layout
16400 +
16401 \end_layout
16402
16403 \end_inset
16404 </cell>
16405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16406 \begin_inset Text
16407
16408 \begin_layout Plain Layout
16409 \begin_inset Formula $+$
16410 \end_inset
16411
16412
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 </row>
16418 <row>
16419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16420 \begin_inset Text
16421
16422 \begin_layout Plain Layout
16423 -
16424 \end_layout
16425
16426 \end_inset
16427 </cell>
16428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Plain Layout
16432 \begin_inset Formula $-$
16433 \end_inset
16434
16435
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 </row>
16441 <row>
16442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446
16447 \backslash
16448 pm
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457 \begin_inset Formula $\pm$
16458 \end_inset
16459
16460
16461 \end_layout
16462
16463 \end_inset
16464 </cell>
16465 </row>
16466 <row>
16467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471
16472 \backslash
16473 mp
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 \begin_inset Formula $\mp$
16483 \end_inset
16484
16485
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 </row>
16491 <row>
16492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16493 \begin_inset Text
16494
16495 \begin_layout Plain Layout
16496
16497 \backslash
16498 cdot
16499 \end_layout
16500
16501 \end_inset
16502 </cell>
16503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16504 \begin_inset Text
16505
16506 \begin_layout Plain Layout
16507 \begin_inset Formula $\cdot$
16508 \end_inset
16509
16510
16511 \end_layout
16512
16513 \end_inset
16514 </cell>
16515 </row>
16516 <row>
16517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16518 \begin_inset Text
16519
16520 \begin_layout Plain Layout
16521
16522 \backslash
16523 times
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532 \begin_inset Formula $\times$
16533 \end_inset
16534
16535
16536 \end_layout
16537
16538 \end_inset
16539 </cell>
16540 </row>
16541 <row>
16542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16543 \begin_inset Text
16544
16545 \begin_layout Plain Layout
16546
16547 \backslash
16548 div
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557 \begin_inset Formula $\div$
16558 \end_inset
16559
16560
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 </row>
16566 <row>
16567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16568 \begin_inset Text
16569
16570 \begin_layout Plain Layout
16571 \begin_inset ERT
16572 status collapsed
16573
16574 \begin_layout Plain Layout
16575
16576
16577 \backslash
16578 raisebox{-1.2mm}{
16579 \end_layout
16580
16581 \end_inset
16582
16583 *
16584 \begin_inset ERT
16585 status collapsed
16586
16587 \begin_layout Plain Layout
16588
16589 }
16590 \end_layout
16591
16592 \end_inset
16593
16594
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603 \begin_inset Formula $*$
16604 \end_inset
16605
16606
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 </row>
16612 <row>
16613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617
16618 \backslash
16619 star
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16625 \begin_inset Text
16626
16627 \begin_layout Plain Layout
16628 \begin_inset Formula $\star$
16629 \end_inset
16630
16631
16632 \end_layout
16633
16634 \end_inset
16635 </cell>
16636 </row>
16637 <row>
16638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16639 \begin_inset Text
16640
16641 \begin_layout Plain Layout
16642
16643 \backslash
16644 circ
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653 \begin_inset Formula $\circ$
16654 \end_inset
16655
16656
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 </row>
16662 <row>
16663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667
16668 \backslash
16669 diamond
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678 \begin_inset Formula $\diamond$
16679 \end_inset
16680
16681
16682 \end_layout
16683
16684 \end_inset
16685 </cell>
16686 </row>
16687 <row>
16688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16689 \begin_inset Text
16690
16691 \begin_layout Plain Layout
16692
16693 \backslash
16694 bullet
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703 \begin_inset Formula $\bullet$
16704 \end_inset
16705
16706
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 </row>
16712 </lyxtabular>
16713
16714 \end_inset
16715
16716
16717 \begin_inset space \hfill{}
16718 \end_inset
16719
16720
16721 \begin_inset Tabular
16722 <lyxtabular version="3" rows="13" columns="2">
16723 <features>
16724 <column alignment="center" valignment="top" width="0pt">
16725 <column alignment="center" valignment="top" width="0pt">
16726 <row>
16727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731 Befehl
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Plain Layout
16740 Ergebnis
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 </row>
16746 <row>
16747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Plain Layout
16751
16752 \backslash
16753 nabla
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762 \begin_inset Formula $\nabla$
16763 \end_inset
16764
16765
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 </row>
16771 <row>
16772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776
16777 \backslash
16778 bigtriangledown
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787 \begin_inset Formula $\bigtriangledown$
16788 \end_inset
16789
16790
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 </row>
16796 <row>
16797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Plain Layout
16801
16802 \backslash
16803 bigtriangleup
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812 \begin_inset Formula $\bigtriangleup$
16813 \end_inset
16814
16815
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 </row>
16821 <row>
16822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Plain Layout
16826
16827 \backslash
16828 Box
16829 \end_layout
16830
16831 \end_inset
16832 </cell>
16833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16834 \begin_inset Text
16835
16836 \begin_layout Plain Layout
16837 \begin_inset Formula $\Box$
16838 \end_inset
16839
16840
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 </row>
16846 <row>
16847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16848 \begin_inset Text
16849
16850 \begin_layout Plain Layout
16851
16852 \backslash
16853 cap 
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862 \begin_inset Formula $\cap$
16863 \end_inset
16864
16865
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 </row>
16871 <row>
16872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876
16877 \backslash
16878 cup
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887 \begin_inset Formula $\cup$
16888 \end_inset
16889
16890
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 </row>
16896 <row>
16897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901
16902 \backslash
16903 dagger
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16909 \begin_inset Text
16910
16911 \begin_layout Plain Layout
16912 \begin_inset Formula $\dagger$
16913 \end_inset
16914
16915
16916 \end_layout
16917
16918 \end_inset
16919 </cell>
16920 </row>
16921 <row>
16922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926
16927 \backslash
16928 ddagger
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937 \begin_inset Formula $\ddagger$
16938 \end_inset
16939
16940
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 </row>
16946 <row>
16947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951
16952 \backslash
16953 wr
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962 \begin_inset Formula $\wr$
16963 \end_inset
16964
16965
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 </row>
16971 <row>
16972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976
16977 \backslash
16978 bigcirc
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987 \begin_inset Formula $\bigcirc$
16988 \end_inset
16989
16990
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 </row>
16996 <row>
16997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001
17002 \backslash
17003 wedge
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012 \begin_inset Formula $\wedge$
17013 \end_inset
17014
17015
17016 \end_layout
17017
17018 \end_inset
17019 </cell>
17020 </row>
17021 <row>
17022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17023 \begin_inset Text
17024
17025 \begin_layout Plain Layout
17026
17027 \backslash
17028 vee
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037 \begin_inset Formula $\vee$
17038 \end_inset
17039
17040
17041 \end_layout
17042
17043 \end_inset
17044 </cell>
17045 </row>
17046 </lyxtabular>
17047
17048 \end_inset
17049
17050
17051 \begin_inset space \hfill{}
17052 \end_inset
17053
17054
17055 \begin_inset Tabular
17056 <lyxtabular version="3" rows="13" columns="2">
17057 <features>
17058 <column alignment="center" valignment="top" width="0pt">
17059 <column alignment="center" valignment="top" width="0pt">
17060 <row>
17061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17062 \begin_inset Text
17063
17064 \begin_layout Plain Layout
17065 Befehl
17066 \end_layout
17067
17068 \end_inset
17069 </cell>
17070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17071 \begin_inset Text
17072
17073 \begin_layout Plain Layout
17074 Ergebnis
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 </row>
17080 <row>
17081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085
17086 \backslash
17087 oplus
17088 \end_layout
17089
17090 \end_inset
17091 </cell>
17092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17093 \begin_inset Text
17094
17095 \begin_layout Plain Layout
17096 \begin_inset Formula $\oplus$
17097 \end_inset
17098
17099
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 </row>
17105 <row>
17106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Plain Layout
17110
17111 \backslash
17112 ominus
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17118 \begin_inset Text
17119
17120 \begin_layout Plain Layout
17121 \begin_inset Formula $\ominus$
17122 \end_inset
17123
17124
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 </row>
17130 <row>
17131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135
17136 \backslash
17137 otimes
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Plain Layout
17146 \begin_inset Formula $\otimes$
17147 \end_inset
17148
17149
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 </row>
17155 <row>
17156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160
17161 \backslash
17162 oslash
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171 \begin_inset Formula $\oslash$
17172 \end_inset
17173
17174
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 </row>
17180 <row>
17181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185
17186 \backslash
17187 odot
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17193 \begin_inset Text
17194
17195 \begin_layout Plain Layout
17196 \begin_inset Formula $\odot$
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 </row>
17205 <row>
17206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210
17211 \backslash
17212 amalg
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221 \begin_inset Formula $\amalg$
17222 \end_inset
17223
17224
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 </row>
17230 <row>
17231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Plain Layout
17235
17236 \backslash
17237 uplus
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17243 \begin_inset Text
17244
17245 \begin_layout Plain Layout
17246 \begin_inset Formula $\uplus$
17247 \end_inset
17248
17249
17250 \end_layout
17251
17252 \end_inset
17253 </cell>
17254 </row>
17255 <row>
17256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17257 \begin_inset Text
17258
17259 \begin_layout Plain Layout
17260
17261 \backslash
17262 setminus
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17268 \begin_inset Text
17269
17270 \begin_layout Plain Layout
17271 \begin_inset Formula $\setminus$
17272 \end_inset
17273
17274
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 </row>
17280 <row>
17281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285
17286 \backslash
17287 sqcap
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296 \begin_inset Formula $\sqcap$
17297 \end_inset
17298
17299
17300 \end_layout
17301
17302 \end_inset
17303 </cell>
17304 </row>
17305 <row>
17306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310
17311 \backslash
17312 sqcup
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321 \begin_inset Formula $\sqcup$
17322 \end_inset
17323
17324
17325 \end_layout
17326
17327 \end_inset
17328 </cell>
17329 </row>
17330 <row>
17331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17332 \begin_inset Text
17333
17334 \begin_layout Plain Layout
17335
17336 \backslash
17337 triangleleft
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346 \begin_inset Formula $\triangleleft$
17347 \end_inset
17348
17349
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 </row>
17355 <row>
17356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360
17361 \backslash
17362 triangleright
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371 \begin_inset Formula $\triangleright$
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 </row>
17380 </lyxtabular>
17381
17382 \end_inset
17383
17384
17385 \begin_inset space \hfill{}
17386 \end_inset
17387
17388
17389 \end_layout
17390
17391 \begin_layout Standard
17392 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17393  
17394 \begin_inset Graphics
17395         filename ../../images/math/pm.png
17396         scale 85
17397
17398 \end_inset
17399
17400  eingefügt werden.
17401 \end_layout
17402
17403 \begin_layout Standard
17404 Um den Laplace-Operator darzustellen, kann man statt 
17405 \series bold
17406
17407 \backslash
17408 bigtriangleup
17409 \series default
17410  auch 
17411 \series bold
17412
17413 \backslash
17414 Delta
17415 \series default
17416  verwenden oder man benutzt 
17417 \series bold
17418
17419 \backslash
17420 nabla
17421 \series default
17422 ^
17423 \series bold
17424 2
17425 \series default
17426  (
17427 \begin_inset Formula $\nabla^{2}$
17428 \end_inset
17429
17430 ).
17431 \end_layout
17432
17433 \begin_layout Standard
17434 Das Zeichen 
17435 \family sans
17436 Menütrenner
17437 \family default
17438  im Menü 
17439 \family sans
17440 Einfügen\SpecialChar \menuseparator
17441 Sonderzeichen
17442 \family default
17443  ist der Operator 
17444 \series bold
17445
17446 \backslash
17447 triangleright
17448 \series default
17449 .
17450 \end_layout
17451
17452 \begin_layout Subsection
17453 Selbst definierte Operatoren
17454 \begin_inset CommandInset label
17455 LatexCommand label
17456 name "sub:Selbstdefinierte-Operatoren"
17457
17458 \end_inset
17459
17460
17461 \begin_inset Index
17462 status collapsed
17463
17464 \begin_layout Plain Layout
17465 Operatoren ! selbstdefinierte
17466 \end_layout
17467
17468 \end_inset
17469
17470
17471 \end_layout
17472
17473 \begin_layout Standard
17474 Mit Hilfe des Befehls 
17475 \series bold
17476
17477 \backslash
17478 DeclareMathOperator
17479 \series default
17480
17481 \begin_inset Index
17482 status collapsed
17483
17484 \begin_layout Plain Layout
17485 Befehle ! D ! 
17486 \backslash
17487 dbinom@
17488 \backslash
17489 DeclareMathOperator
17490 \end_layout
17491
17492 \end_inset
17493
17494  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17495  Das Befehlsschema dazu lautet:
17496 \end_layout
17497
17498 \begin_layout Standard
17499
17500 \series bold
17501
17502 \backslash
17503 DeclareMathOperator{neuer Befehl}{Anzeige}
17504 \end_layout
17505
17506 \begin_layout Standard
17507 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17508  im Ausdruck aussieht.
17509  Will man einen großen Operator definieren, setzt man hinter den Befehl
17510  ein 
17511 \series bold
17512 *
17513 \series default
17514 .
17515  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17516  wie in 
17517 \begin_inset CommandInset ref
17518 LatexCommand ref
17519 reference "sub:Operatorgrenzen"
17520
17521 \end_inset
17522
17523  beschrieben.
17524 \end_layout
17525
17526 \begin_layout Standard
17527 Beispielsweise definiert die LaTeX-Vorspannzeile
17528 \end_layout
17529
17530 \begin_layout Standard
17531
17532 \series bold
17533
17534 \backslash
17535 DeclareMathOperator*{
17536 \backslash
17537 Raute}{
17538 \backslash
17539 blacklozenge}
17540 \end_layout
17541
17542 \begin_layout Standard
17543 den Befehl 
17544 \series bold
17545
17546 \backslash
17547 Raute
17548 \series default
17549 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17550  aus 
17551 \begin_inset CommandInset ref
17552 LatexCommand ref
17553 reference "sub:Sonstige-Symbole"
17554
17555 \end_inset
17556
17557  besteht:
17558 \begin_inset Formula \[
17559 \Raute_{n=1}^{\infty}\]
17560
17561 \end_inset
17562
17563 Der Befehl für diese Formel lautet: 
17564 \series bold
17565
17566 \backslash
17567 Raute
17568 \series default
17569 ^
17570 \series bold
17571
17572 \backslash
17573 infty
17574 \begin_inset Formula $\to$
17575 \end_inset
17576
17577 _n=1
17578 \end_layout
17579
17580 \begin_layout Standard
17581 \begin_inset VSpace bigskip
17582 \end_inset
17583
17584 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17585  auch mit den Befehlen 
17586 \series bold
17587
17588 \backslash
17589 mathop
17590 \series default
17591
17592 \begin_inset Index
17593 status collapsed
17594
17595 \begin_layout Plain Layout
17596 Befehle ! M ! 
17597 \backslash
17598 mathop
17599 \end_layout
17600
17601 \end_inset
17602
17603  und 
17604 \series bold
17605
17606 \backslash
17607 mathbin
17608 \series default
17609
17610 \begin_inset Index
17611 status collapsed
17612
17613 \begin_layout Plain Layout
17614 Befehle ! M ! 
17615 \backslash
17616 mathbin
17617 \end_layout
17618
17619 \end_inset
17620
17621  definieren, die folgendes Schema besitzen:
17622 \end_layout
17623
17624 \begin_layout Standard
17625
17626 \series bold
17627
17628 \backslash
17629 mathop{Anzeige}
17630 \series default
17631  bzw.
17632  
17633 \series bold
17634
17635 \backslash
17636 mathbin{Anzeige}
17637 \end_layout
17638
17639 \begin_layout Standard
17640
17641 \series bold
17642
17643 \backslash
17644 mathop
17645 \series default
17646  definiert große, 
17647 \series bold
17648
17649 \backslash
17650 mathbin
17651 \series default
17652  binäre Operatoren.
17653 \end_layout
17654
17655 \begin_layout Standard
17656
17657 \series bold
17658
17659 \backslash
17660 mathop
17661 \series default
17662  lässt sich z.
17663 \begin_inset space \thinspace{}
17664 \end_inset
17665
17666 B.
17667  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17668 \begin_inset Formula \[
17669 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17670
17671 \end_inset
17672
17673
17674 \end_layout
17675
17676 \begin_layout Standard
17677 Der Befehl für obige Formel lautet:
17678 \begin_inset Newline newline
17679 \end_inset
17680
17681  
17682 \series bold
17683
17684 \backslash
17685 mathop{
17686 \backslash
17687 sum
17688 \backslash
17689 negmedspace
17690 \backslash
17691 sum
17692 \series default
17693
17694 \begin_inset ERT
17695 status collapsed
17696
17697 \begin_layout Plain Layout
17698
17699
17700 \backslash
17701 leer 
17702 \end_layout
17703
17704 \end_inset
17705
17706
17707 \series bold
17708
17709 \begin_inset Formula $\to$
17710 \end_inset
17711
17712 ^N
17713 \series default
17714
17715 \begin_inset ERT
17716 status collapsed
17717
17718 \begin_layout Plain Layout
17719
17720
17721 \backslash
17722 leer 
17723 \end_layout
17724
17725 \end_inset
17726
17727
17728 \series bold
17729 _i,j=1
17730 \end_layout
17731
17732 \begin_layout Section
17733 Schriften
17734 \begin_inset Index
17735 status collapsed
17736
17737 \begin_layout Plain Layout
17738 Schriften
17739 \end_layout
17740
17741 \end_inset
17742
17743
17744 \end_layout
17745
17746 \begin_layout Subsection
17747 Schriftstile
17748 \begin_inset CommandInset label
17749 LatexCommand label
17750 name "sub:Schriftstile"
17751
17752 \end_inset
17753
17754
17755 \begin_inset Index
17756 status collapsed
17757
17758 \begin_layout Plain Layout
17759 Schriften ! Schriftstile
17760 \end_layout
17761
17762 \end_inset
17763
17764
17765 \end_layout
17766
17767 \begin_layout Standard
17768 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17769  gesetzt werden:
17770 \begin_inset VSpace -2mm
17771 \end_inset
17772
17773
17774 \end_layout
17775
17776 \begin_layout Standard
17777 \align center
17778 \begin_inset Tabular
17779 <lyxtabular version="3" rows="6" columns="3">
17780 <features>
17781 <column alignment="center" valignment="top" width="0">
17782 <column alignment="center" valignment="top" width="0">
17783 <column alignment="center" valignment="top" width="0">
17784 <row>
17785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789 Befehl
17790 \end_layout
17791
17792 \end_inset
17793 </cell>
17794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17795 \begin_inset Text
17796
17797 \begin_layout Plain Layout
17798 Ergebnis
17799 \end_layout
17800
17801 \end_inset
17802 </cell>
17803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17804 \begin_inset Text
17805
17806 \begin_layout Plain Layout
17807 Tastenkürzel
17808 \end_layout
17809
17810 \end_inset
17811 </cell>
17812 </row>
17813 <row>
17814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17815 \begin_inset Text
17816
17817 \begin_layout Plain Layout
17818
17819 \backslash
17820 mathbb
17821 \series bold
17822
17823 \begin_inset ERT
17824 status collapsed
17825
17826 \begin_layout Plain Layout
17827
17828
17829 \backslash
17830 leer 
17831 \end_layout
17832
17833 \end_inset
17834
17835
17836 \series default
17837 ABC
17838 \end_layout
17839
17840 \end_inset
17841 </cell>
17842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17843 \begin_inset Text
17844
17845 \begin_layout Plain Layout
17846 \begin_inset Formula $\mathbb{ABC}$
17847 \end_inset
17848
17849
17850 \end_layout
17851
17852 \end_inset
17853 </cell>
17854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17855 \begin_inset Text
17856
17857 \begin_layout Plain Layout
17858 Alt-z k
17859 \end_layout
17860
17861 \end_inset
17862 </cell>
17863 </row>
17864 <row>
17865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17866 \begin_inset Text
17867
17868 \begin_layout Plain Layout
17869
17870 \backslash
17871 mathbf
17872 \series bold
17873
17874 \begin_inset ERT
17875 status collapsed
17876
17877 \begin_layout Plain Layout
17878
17879
17880 \backslash
17881 leer 
17882 \end_layout
17883
17884 \end_inset
17885
17886
17887 \series default
17888 AbC
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17894 \begin_inset Text
17895
17896 \begin_layout Plain Layout
17897 \begin_inset Formula $\mathbf{AbC}$
17898 \end_inset
17899
17900
17901 \end_layout
17902
17903 \end_inset
17904 </cell>
17905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17906 \begin_inset Text
17907
17908 \begin_layout Plain Layout
17909 -
17910 \end_layout
17911
17912 \end_inset
17913 </cell>
17914 </row>
17915 <row>
17916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17917 \begin_inset Text
17918
17919 \begin_layout Plain Layout
17920
17921 \backslash
17922 boldsymbol
17923 \series bold
17924
17925 \begin_inset ERT
17926 status collapsed
17927
17928 \begin_layout Plain Layout
17929
17930
17931 \backslash
17932 leer 
17933 \end_layout
17934
17935 \end_inset
17936
17937
17938 \series default
17939 AbC
17940 \end_layout
17941
17942 \end_inset
17943 </cell>
17944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17945 \begin_inset Text
17946
17947 \begin_layout Plain Layout
17948 \begin_inset Formula $\boldsymbol{AbC}$
17949 \end_inset
17950
17951
17952 \end_layout
17953
17954 \end_inset
17955 </cell>
17956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17957 \begin_inset Text
17958
17959 \begin_layout Plain Layout
17960 Alt-z f
17961 \end_layout
17962
17963 \end_inset
17964 </cell>
17965 </row>
17966 <row>
17967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17968 \begin_inset Text
17969
17970 \begin_layout Plain Layout
17971
17972 \backslash
17973 mathcal
17974 \series bold
17975
17976 \begin_inset ERT
17977 status collapsed
17978
17979 \begin_layout Plain Layout
17980
17981
17982 \backslash
17983 leer 
17984 \end_layout
17985
17986 \end_inset
17987
17988
17989 \series default
17990 ABC
17991 \end_layout
17992
17993 \end_inset
17994 </cell>
17995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17996 \begin_inset Text
17997
17998 \begin_layout Plain Layout
17999 \begin_inset Formula $\mathcal{ABC}$
18000 \end_inset
18001
18002
18003 \end_layout
18004
18005 \end_inset
18006 </cell>
18007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18008 \begin_inset Text
18009
18010 \begin_layout Plain Layout
18011 Alt-z h
18012 \end_layout
18013
18014 \end_inset
18015 </cell>
18016 </row>
18017 <row>
18018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18019 \begin_inset Text
18020
18021 \begin_layout Plain Layout
18022
18023 \backslash
18024 mathfrak
18025 \series bold
18026
18027 \begin_inset ERT
18028 status collapsed
18029
18030 \begin_layout Plain Layout
18031
18032
18033 \backslash
18034 leer 
18035 \end_layout
18036
18037 \end_inset
18038
18039
18040 \series default
18041 AbC
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050 \begin_inset Formula $\mathfrak{AbC}$
18051 \end_inset
18052
18053
18054 \end_layout
18055
18056 \end_inset
18057 </cell>
18058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18059 \begin_inset Text
18060
18061 \begin_layout Plain Layout
18062 -
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 </row>
18068 </lyxtabular>
18069
18070 \end_inset
18071
18072
18073 \end_layout
18074
18075 \begin_layout Standard
18076 \align center
18077 \begin_inset Tabular
18078 <lyxtabular version="3" rows="5" columns="3">
18079 <features>
18080 <column alignment="center" valignment="top" width="0">
18081 <column alignment="center" valignment="top" width="0">
18082 <column alignment="center" valignment="top" width="0">
18083 <row>
18084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18085 \begin_inset Text
18086
18087 \begin_layout Plain Layout
18088 Befehl
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18094 \begin_inset Text
18095
18096 \begin_layout Plain Layout
18097 Ergebnis
18098 \end_layout
18099
18100 \end_inset
18101 </cell>
18102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18103 \begin_inset Text
18104
18105 \begin_layout Plain Layout
18106 Tastenkürzel
18107 \end_layout
18108
18109 \end_inset
18110 </cell>
18111 </row>
18112 <row>
18113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117
18118 \backslash
18119 mathit
18120 \series bold
18121
18122 \begin_inset ERT
18123 status collapsed
18124
18125 \begin_layout Plain Layout
18126
18127
18128 \backslash
18129 leer 
18130 \end_layout
18131
18132 \end_inset
18133
18134
18135 \series default
18136 AbC
18137 \end_layout
18138
18139 \end_inset
18140 </cell>
18141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145 \begin_inset Formula $\mathit{AbC}$
18146 \end_inset
18147
18148
18149 \end_layout
18150
18151 \end_inset
18152 </cell>
18153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18154 \begin_inset Text
18155
18156 \begin_layout Plain Layout
18157 -
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 </row>
18163 <row>
18164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168
18169 \backslash
18170 mathrm
18171 \series bold
18172
18173 \begin_inset ERT
18174 status collapsed
18175
18176 \begin_layout Plain Layout
18177
18178
18179 \backslash
18180 leer 
18181 \end_layout
18182
18183 \end_inset
18184
18185
18186 \series default
18187 AbC
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196 \begin_inset Formula $\mathrm{AbC}$
18197 \end_inset
18198
18199
18200 \end_layout
18201
18202 \end_inset
18203 </cell>
18204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18205 \begin_inset Text
18206
18207 \begin_layout Plain Layout
18208 Alt-z r
18209 \end_layout
18210
18211 \end_inset
18212 </cell>
18213 </row>
18214 <row>
18215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219
18220 \backslash
18221 mathsf
18222 \series bold
18223
18224 \begin_inset ERT
18225 status collapsed
18226
18227 \begin_layout Plain Layout
18228
18229
18230 \backslash
18231 leer 
18232 \end_layout
18233
18234 \end_inset
18235
18236
18237 \series default
18238 AbC
18239 \end_layout
18240
18241 \end_inset
18242 </cell>
18243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18244 \begin_inset Text
18245
18246 \begin_layout Plain Layout
18247 \begin_inset Formula $\mathsf{AbC}$
18248 \end_inset
18249
18250
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259 Alt-z s
18260 \end_layout
18261
18262 \end_inset
18263 </cell>
18264 </row>
18265 <row>
18266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18267 \begin_inset Text
18268
18269 \begin_layout Plain Layout
18270
18271 \backslash
18272 mathtt
18273 \series bold
18274
18275 \begin_inset ERT
18276 status collapsed
18277
18278 \begin_layout Plain Layout
18279
18280
18281 \backslash
18282 leer 
18283 \end_layout
18284
18285 \end_inset
18286
18287
18288 \series default
18289 AbC
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298 \begin_inset Formula $\mathtt{AbC}$
18299 \end_inset
18300
18301
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310 Alt-z c
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 </row>
18316 </lyxtabular>
18317
18318 \end_inset
18319
18320
18321 \end_layout
18322
18323 \begin_layout Standard
18324 \begin_inset Note Greyedout
18325 status open
18326
18327 \begin_layout Plain Layout
18328
18329 \series bold
18330 Achtung:
18331 \series default
18332  Die Stile 
18333 \series bold
18334
18335 \backslash
18336 mathbb
18337 \series default
18338  und 
18339 \series bold
18340
18341 \backslash
18342 mathcal
18343 \series default
18344  können nur für Großbuchstaben verwendet werden.
18345 \end_layout
18346
18347 \end_inset
18348
18349
18350 \end_layout
18351
18352 \begin_layout Standard
18353 Voreingestellt ist der Stil 
18354 \series bold
18355
18356 \backslash
18357 mathnormal
18358 \series default
18359 .
18360 \end_layout
18361
18362 \begin_layout Standard
18363 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18364 \begin_inset Formula \[
18365 \mathfrak{A=\frac{b}{C}}\]
18366
18367 \end_inset
18368
18369
18370 \end_layout
18371
18372 \begin_layout Standard
18373 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18374 ile, sondern in dem Textschriftstil 
18375 \series bold
18376
18377 \backslash
18378 textrm
18379 \series default
18380 .
18381  Dass ihr Stil nicht über den Textstil Dialog geändert werden kann ist ein
18382  Fehler in LyX .
18383 \begin_inset Foot
18384 status collapsed
18385
18386 \begin_layout Plain Layout
18387 \begin_inset CommandInset href
18388 LatexCommand href
18389 name "LyX-Fehler #4091"
18390 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18391
18392 \end_inset
18393
18394
18395 \end_layout
18396
18397 \end_inset
18398
18399
18400 \end_layout
18401
18402 \begin_layout Standard
18403 Anstelle der Stilbefehle kann man auch den Dialog 
18404 \family sans
18405 Bearbeiten\SpecialChar \menuseparator
18406 Mathe\SpecialChar \menuseparator
18407 Text-Stil
18408 \family default
18409  oder den Mathe-Werkzeugleistenknopf 
18410 \begin_inset Graphics
18411         filename ../../images/math/font.png
18412         scale 85
18413
18414 \end_inset
18415
18416  verwenden.
18417 \end_layout
18418
18419 \begin_layout Subsection
18420 Fett gedruckte Formeln
18421 \begin_inset CommandInset label
18422 LatexCommand label
18423 name "sub:Fett-gedruckte-Formeln"
18424
18425 \end_inset
18426
18427
18428 \begin_inset Index
18429 status collapsed
18430
18431 \begin_layout Plain Layout
18432 Formel ! fett gedruckte
18433 \end_layout
18434
18435 \end_inset
18436
18437
18438 \end_layout
18439
18440 \begin_layout Standard
18441 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18442  Kapitel angegebenen Befehl 
18443 \series bold
18444
18445 \backslash
18446 mathbf
18447 \series default
18448  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18449  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18450  Formel gut erkennt:
18451 \end_layout
18452
18453 \begin_layout Standard
18454 \begin_inset Formula \[
18455 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}\]
18456
18457 \end_inset
18458
18459
18460 \end_layout
18461
18462 \begin_layout Standard
18463 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18464 \series bold
18465
18466 \backslash
18467 boldsymbol
18468 \series default
18469 :
18470 \begin_inset Formula \[
18471 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}\]
18472
18473 \end_inset
18474
18475 Es gibt auch die Möglichkeit die Formel in eine 
18476 \series bold
18477 boldmath-Umgebung
18478 \series default
18479  zu setzen.
18480  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18481 \series bold
18482
18483 \backslash
18484 boldmath
18485 \begin_inset Index
18486 status collapsed
18487
18488 \begin_layout Plain Layout
18489 Befehle ! B ! 
18490 \backslash
18491 boldmath
18492 \end_layout
18493
18494 \end_inset
18495
18496
18497 \series default
18498  eingibt.
18499  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18500 \series bold
18501
18502 \backslash
18503 unboldmath
18504 \begin_inset Index
18505 status collapsed
18506
18507 \begin_layout Plain Layout
18508 Befehle ! U ! 
18509 \backslash
18510 unboldmath
18511 \end_layout
18512
18513 \end_inset
18514
18515
18516 \series default
18517  ein.
18518 \begin_inset ERT
18519 status collapsed
18520
18521 \begin_layout Plain Layout
18522
18523
18524 \backslash
18525 boldmath 
18526 \end_layout
18527
18528 \end_inset
18529
18530
18531 \begin_inset Formula \[
18532 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}\]
18533
18534 \end_inset
18535
18536
18537 \begin_inset ERT
18538 status collapsed
18539
18540 \begin_layout Plain Layout
18541
18542
18543 \backslash
18544 unboldmath 
18545 \end_layout
18546
18547 \end_inset
18548
18549
18550 \end_layout
18551
18552 \begin_layout Subsection
18553 Schriftgrößen
18554 \begin_inset CommandInset label
18555 LatexCommand label
18556 name "sub:Schriftgrößen"
18557
18558 \end_inset
18559
18560
18561 \begin_inset Index
18562 status collapsed
18563
18564 \begin_layout Plain Layout
18565 Schriften ! Schriftgrößen
18566 \end_layout
18567
18568 \end_inset
18569
18570
18571 \end_layout
18572
18573 \begin_layout Standard
18574 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18575 le:
18576 \end_layout
18577
18578 \begin_layout Standard
18579
18580 \series bold
18581
18582 \backslash
18583 Huge
18584 \series default
18585
18586 \series bold
18587
18588 \backslash
18589 huge
18590 \series default
18591
18592 \series bold
18593
18594 \backslash
18595 LARGE
18596 \series default
18597
18598 \series bold
18599
18600 \backslash
18601 Large
18602 \series default
18603
18604 \series bold
18605
18606 \backslash
18607 large
18608 \series default
18609
18610 \series bold
18611
18612 \backslash
18613 normalsize
18614 \series default
18615
18616 \series bold
18617
18618 \backslash
18619 small
18620 \series default
18621
18622 \series bold
18623
18624 \backslash
18625 footnotesize
18626 \series default
18627 ,
18628 \begin_inset Newline linebreak
18629 \end_inset
18630
18631
18632 \series bold
18633
18634 \backslash
18635 scriptsize
18636 \series default
18637  und 
18638 \series bold
18639
18640 \backslash
18641 tiny
18642 \end_layout
18643
18644 \begin_layout Standard
18645 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
18646  ab, die dem Befehl 
18647 \series bold
18648
18649 \backslash
18650 normalsize
18651 \series default
18652  entspricht.
18653  Die anderen Befehle produzieren kleinere oder größere Schriften als 
18654 \series bold
18655
18656 \backslash
18657 normalsize
18658 \series default
18659 .
18660  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
18661  Beträgt z.
18662 \begin_inset space \thinspace{}
18663 \end_inset
18664
18665 B.
18666  die Dokumentschriftgröße 12
18667 \begin_inset space \thinspace{}
18668 \end_inset
18669
18670 pt, produziert der Befehl 
18671 \series bold
18672
18673 \backslash
18674 Huge
18675 \series default
18676  dasselbe wie 
18677 \series bold
18678
18679 \backslash
18680 huge
18681 \series default
18682 .
18683  
18684 \end_layout
18685
18686 \begin_layout Standard
18687 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18688  Größe aller nachfolgenden Formel- und Textzeichen fest.
18689  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
18690  TeX-Modus den Befehl 
18691 \series bold
18692
18693 \backslash
18694 normalsize
18695 \series default
18696  ein.
18697 \end_layout
18698
18699 \begin_layout Standard
18700 Innerhalb einer Formel kann die Größe nur für Symbole oder Buchstaben im
18701  mathematischen Text geändert werden.
18702  Dazu wird der Größenbefehl im mathematischen Textmodus eingegeben.
18703  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
18704  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
18705  Dazu zwei Beispiele:
18706 \begin_inset VSpace -2mm
18707 \end_inset
18708
18709
18710 \end_layout
18711
18712 \begin_layout Standard
18713 \begin_inset ERT
18714 status collapsed
18715
18716 \begin_layout Plain Layout
18717
18718
18719 \backslash
18720 huge 
18721 \end_layout
18722
18723 \end_inset
18724
18725
18726 \begin_inset Formula \[
18727 A=\frac{B}{c}\cdot\maltese\]
18728
18729 \end_inset
18730
18731
18732 \begin_inset Formula \[
18733 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18734
18735 \end_inset
18736
18737
18738 \begin_inset ERT
18739 status collapsed
18740
18741 \begin_layout Plain Layout
18742
18743
18744 \backslash
18745 normalsize 
18746 \end_layout
18747
18748 \end_inset
18749
18750
18751 \end_layout
18752
18753 \begin_layout Standard
18754 \begin_inset VSpace medskip
18755 \end_inset
18756
18757 Vor beiden Formeln wurde der Befehl 
18758 \series bold
18759
18760 \backslash
18761 huge
18762 \series default
18763  eingegeben.
18764  Der Befehl für die zweite Formel lautet:
18765 \begin_inset Newline newline
18766 \end_inset
18767
18768
18769 \series bold
18770
18771 \backslash
18772 maltese
18773 \begin_inset ERT
18774 status collapsed
18775
18776 \begin_layout Plain Layout
18777
18778
18779 \backslash
18780 leer 
18781 \end_layout
18782
18783 \end_inset
18784
18785 A M-m m 
18786 \backslash
18787 Large
18788 \begin_inset ERT
18789 status collapsed
18790
18791 \begin_layout Plain Layout
18792
18793
18794 \backslash
18795 leer 
18796 \end_layout
18797
18798 \end_inset
18799
18800
18801 \backslash
18802 maltese
18803 \begin_inset ERT
18804 status collapsed
18805
18806 \begin_layout Plain Layout
18807
18808
18809 \backslash
18810 leer 
18811 \end_layout
18812
18813 \end_inset
18814
18815
18816 \backslash
18817 textit
18818 \begin_inset ERT
18819 status collapsed
18820
18821 \begin_layout Plain Layout
18822
18823
18824 \backslash
18825 leer 
18826 \end_layout
18827
18828 \end_inset
18829
18830 A
18831 \begin_inset Formula $\to$
18832 \end_inset
18833
18834
18835 \begin_inset Formula $\to$
18836 \end_inset
18837
18838
18839 \begin_inset Newline newline
18840 \end_inset
18841
18842
18843 \begin_inset space \hspace*{}
18844 \length 1cm
18845 \end_inset
18846
18847 M-m
18848 \series default
18849  
18850 \series bold
18851
18852 \backslash
18853 tiny
18854 \begin_inset ERT
18855 status collapsed
18856
18857 \begin_layout Plain Layout
18858
18859
18860 \backslash
18861 leer 
18862 \end_layout
18863
18864 \end_inset
18865
18866
18867 \backslash
18868 maltese
18869 \begin_inset ERT
18870 status collapsed
18871
18872 \begin_layout Plain Layout
18873
18874
18875 \backslash
18876 leer 
18877 \end_layout
18878
18879 \end_inset
18880
18881
18882 \backslash
18883 textit
18884 \begin_inset ERT
18885 status collapsed
18886
18887 \begin_layout Plain Layout
18888
18889
18890 \backslash
18891 leer 
18892 \end_layout
18893
18894 \end_inset
18895
18896 A
18897 \end_layout
18898
18899 \begin_layout Standard
18900 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
18901  immer in der Standardgröße dargestellt.
18902 \end_layout
18903
18904 \begin_layout Standard
18905 \begin_inset Newpage newpage
18906 \end_inset
18907
18908
18909 \end_layout
18910
18911 \begin_layout Section
18912 Griechische Buchstaben
18913 \begin_inset Index
18914 status collapsed
18915
18916 \begin_layout Plain Layout
18917 griechische Buchstaben
18918 \end_layout
18919
18920 \end_inset
18921
18922
18923 \end_layout
18924
18925 \begin_layout Standard
18926 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
18927  
18928 \begin_inset Graphics
18929         filename ../../images/math/alpha.png
18930         scale 85
18931
18932 \end_inset
18933
18934  eingefügt werden.
18935 \end_layout
18936
18937 \begin_layout Subsection
18938 Kleine Buchstaben
18939 \begin_inset CommandInset label
18940 LatexCommand label
18941 name "sub:Kleine-Buchstaben"
18942
18943 \end_inset
18944
18945
18946 \begin_inset Index
18947 status collapsed
18948
18949 \begin_layout Plain Layout
18950 griechische Buchstaben ! kleine
18951 \end_layout
18952
18953 \end_inset
18954
18955
18956 \end_layout
18957
18958 \begin_layout Standard
18959 \begin_inset space \hfill{}
18960 \end_inset
18961
18962
18963 \begin_inset Tabular
18964 <lyxtabular version="3" rows="11" columns="2">
18965 <features>
18966 <column alignment="center" valignment="top" width="0pt">
18967 <column alignment="center" valignment="top" width="0pt">
18968 <row>
18969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18970 \begin_inset Text
18971
18972 \begin_layout Plain Layout
18973 Befehl
18974 \end_layout
18975
18976 \end_inset
18977 </cell>
18978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18979 \begin_inset Text
18980
18981 \begin_layout Plain Layout
18982 Ergebnis
18983 \end_layout
18984
18985 \end_inset
18986 </cell>
18987 </row>
18988 <row>
18989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18990 \begin_inset Text
18991
18992 \begin_layout Plain Layout
18993
18994 \backslash
18995 alpha
18996 \end_layout
18997
18998 \end_inset
18999 </cell>
19000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19001 \begin_inset Text
19002
19003 \begin_layout Plain Layout
19004 \begin_inset Formula $\alpha$
19005 \end_inset
19006
19007
19008 \end_layout
19009
19010 \end_inset
19011 </cell>
19012 </row>
19013 <row>
19014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19015 \begin_inset Text
19016
19017 \begin_layout Plain Layout
19018
19019 \backslash
19020 beta
19021 \end_layout
19022
19023 \end_inset
19024 </cell>
19025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029 \begin_inset Formula $\beta$
19030 \end_inset
19031
19032
19033 \end_layout
19034
19035 \end_inset
19036 </cell>
19037 </row>
19038 <row>
19039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19040 \begin_inset Text
19041
19042 \begin_layout Plain Layout
19043
19044 \backslash
19045 gamma
19046 \end_layout
19047
19048 \end_inset
19049 </cell>
19050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19051 \begin_inset Text
19052
19053 \begin_layout Plain Layout
19054 \begin_inset Formula $\gamma$
19055 \end_inset
19056
19057
19058 \end_layout
19059
19060 \end_inset
19061 </cell>
19062 </row>
19063 <row>
19064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19065 \begin_inset Text
19066
19067 \begin_layout Plain Layout
19068
19069 \backslash
19070 delta
19071 \end_layout
19072
19073 \end_inset
19074 </cell>
19075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19076 \begin_inset Text
19077
19078 \begin_layout Plain Layout
19079 \begin_inset Formula $\delta$
19080 \end_inset
19081
19082
19083 \end_layout
19084
19085 \end_inset
19086 </cell>
19087 </row>
19088 <row>
19089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19090 \begin_inset Text
19091
19092 \begin_layout Plain Layout
19093
19094 \backslash
19095 epsilon
19096 \end_layout
19097
19098 \end_inset
19099 </cell>
19100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19101 \begin_inset Text
19102
19103 \begin_layout Plain Layout
19104 \begin_inset Formula $\epsilon$
19105 \end_inset
19106
19107
19108 \end_layout
19109
19110 \end_inset
19111 </cell>
19112 </row>
19113 <row>
19114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19115 \begin_inset Text
19116
19117 \begin_layout Plain Layout
19118
19119 \backslash
19120 varepsilon
19121 \end_layout
19122
19123 \end_inset
19124 </cell>
19125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19126 \begin_inset Text
19127
19128 \begin_layout Plain Layout
19129 \begin_inset Formula $\varepsilon$
19130 \end_inset
19131
19132
19133 \end_layout
19134
19135 \end_inset
19136 </cell>
19137 </row>
19138 <row>
19139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19140 \begin_inset Text
19141
19142 \begin_layout Plain Layout
19143
19144 \backslash
19145 zeta
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154 \begin_inset Formula $\zeta$
19155 \end_inset
19156
19157
19158 \end_layout
19159
19160 \end_inset
19161 </cell>
19162 </row>
19163 <row>
19164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19165 \begin_inset Text
19166
19167 \begin_layout Plain Layout
19168
19169 \backslash
19170 eta
19171 \end_layout
19172
19173 \end_inset
19174 </cell>
19175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179 \begin_inset Formula $\eta$
19180 \end_inset
19181
19182
19183 \end_layout
19184
19185 \end_inset
19186 </cell>
19187 </row>
19188 <row>
19189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19190 \begin_inset Text
19191
19192 \begin_layout Plain Layout
19193
19194 \backslash
19195 theta
19196 \end_layout
19197
19198 \end_inset
19199 </cell>
19200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19201 \begin_inset Text
19202
19203 \begin_layout Plain Layout
19204 \begin_inset Formula $\theta$
19205 \end_inset
19206
19207
19208 \end_layout
19209
19210 \end_inset
19211 </cell>
19212 </row>
19213 <row>
19214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19215 \begin_inset Text
19216
19217 \begin_layout Plain Layout
19218
19219 \backslash
19220 vartheta
19221 \end_layout
19222
19223 \end_inset
19224 </cell>
19225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19226 \begin_inset Text
19227
19228 \begin_layout Plain Layout
19229 \begin_inset Formula $\vartheta$
19230 \end_inset
19231
19232
19233 \end_layout
19234
19235 \end_inset
19236 </cell>
19237 </row>
19238 </lyxtabular>
19239
19240 \end_inset
19241
19242
19243 \begin_inset space \hfill{}
19244 \end_inset
19245
19246
19247 \begin_inset Tabular
19248 <lyxtabular version="3" rows="12" columns="2">
19249 <features>
19250 <column alignment="center" valignment="top" width="0pt">
19251 <column alignment="center" valignment="top" width="0pt">
19252 <row>
19253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19254 \begin_inset Text
19255
19256 \begin_layout Plain Layout
19257 Befehl
19258 \end_layout
19259
19260 \end_inset
19261 </cell>
19262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19263 \begin_inset Text
19264
19265 \begin_layout Plain Layout
19266 Ergebnis
19267 \end_layout
19268
19269 \end_inset
19270 </cell>
19271 </row>
19272 <row>
19273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Plain Layout
19277
19278 \backslash
19279 iota
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288 \begin_inset Formula $\iota$
19289 \end_inset
19290
19291
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 </row>
19297 <row>
19298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302
19303 \backslash
19304 kappa
19305 \end_layout
19306
19307 \end_inset
19308 </cell>
19309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19310 \begin_inset Text
19311
19312 \begin_layout Plain Layout
19313 \begin_inset Formula $\kappa$
19314 \end_inset
19315
19316
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 </row>
19322 <row>
19323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19324 \begin_inset Text
19325
19326 \begin_layout Plain Layout
19327
19328 \backslash
19329 varkappa
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19335 \begin_inset Text
19336
19337 \begin_layout Plain Layout
19338 \begin_inset Formula $\varkappa$
19339 \end_inset
19340
19341
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 </row>
19347 <row>
19348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19349 \begin_inset Text
19350
19351 \begin_layout Plain Layout
19352
19353 \backslash
19354 lambda
19355 \end_layout
19356
19357 \end_inset
19358 </cell>
19359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19360 \begin_inset Text
19361
19362 \begin_layout Plain Layout
19363 \begin_inset Formula $\lambda$
19364 \end_inset
19365
19366
19367 \end_layout
19368
19369 \end_inset
19370 </cell>
19371 </row>
19372 <row>
19373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19374 \begin_inset Text
19375
19376 \begin_layout Plain Layout
19377
19378 \backslash
19379 mu
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388 \begin_inset Formula $\mu$
19389 \end_inset
19390
19391
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 </row>
19397 <row>
19398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402
19403 \backslash
19404 nu
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19410 \begin_inset Text
19411
19412 \begin_layout Plain Layout
19413 \begin_inset Formula $\nu$
19414 \end_inset
19415
19416
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 </row>
19422 <row>
19423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Plain Layout
19427
19428 \backslash
19429 xi
19430 \end_layout
19431
19432 \end_inset
19433 </cell>
19434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19435 \begin_inset Text
19436
19437 \begin_layout Plain Layout
19438 \begin_inset Formula $\xi$
19439 \end_inset
19440
19441
19442 \end_layout
19443
19444 \end_inset
19445 </cell>
19446 </row>
19447 <row>
19448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19449 \begin_inset Text
19450
19451 \begin_layout Plain Layout
19452 o
19453 \end_layout
19454
19455 \end_inset
19456 </cell>
19457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Plain Layout
19461 \begin_inset Formula $o$
19462 \end_inset
19463
19464
19465 \end_layout
19466
19467 \end_inset
19468 </cell>
19469 </row>
19470 <row>
19471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19472 \begin_inset Text
19473
19474 \begin_layout Plain Layout
19475
19476 \backslash
19477 pi
19478 \end_layout
19479
19480 \end_inset
19481 </cell>
19482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19483 \begin_inset Text
19484
19485 \begin_layout Plain Layout
19486 \begin_inset Formula $\pi$
19487 \end_inset
19488
19489
19490 \end_layout
19491
19492 \end_inset
19493 </cell>
19494 </row>
19495 <row>
19496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19497 \begin_inset Text
19498
19499 \begin_layout Plain Layout
19500
19501 \backslash
19502 varpi
19503 \end_layout
19504
19505 \end_inset
19506 </cell>
19507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19508 \begin_inset Text
19509
19510 \begin_layout Plain Layout
19511 \begin_inset Formula $\varpi$
19512 \end_inset
19513
19514
19515 \end_layout
19516
19517 \end_inset
19518 </cell>
19519 </row>
19520 <row>
19521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19522 \begin_inset Text
19523
19524 \begin_layout Plain Layout
19525
19526 \backslash
19527 rho
19528 \end_layout
19529
19530 \end_inset
19531 </cell>
19532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19533 \begin_inset Text
19534
19535 \begin_layout Plain Layout
19536 \begin_inset Formula $\rho$
19537 \end_inset
19538
19539
19540 \end_layout
19541
19542 \end_inset
19543 </cell>
19544 </row>
19545 </lyxtabular>
19546
19547 \end_inset
19548
19549
19550 \begin_inset space \hfill{}
19551 \end_inset
19552
19553
19554 \begin_inset Tabular
19555 <lyxtabular version="3" rows="11" columns="2">
19556 <features>
19557 <column alignment="center" valignment="top" width="0pt">
19558 <column alignment="center" valignment="top" width="0pt">
19559 <row>
19560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564 Befehl
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573 Ergebnis
19574 \end_layout
19575
19576 \end_inset
19577 </cell>
19578 </row>
19579 <row>
19580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19581 \begin_inset Text
19582
19583 \begin_layout Plain Layout
19584
19585 \backslash
19586 varrho
19587 \end_layout
19588
19589 \end_inset
19590 </cell>
19591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19592 \begin_inset Text
19593
19594 \begin_layout Plain Layout
19595 \begin_inset Formula $\varrho$
19596 \end_inset
19597
19598
19599 \end_layout
19600
19601 \end_inset
19602 </cell>
19603 </row>
19604 <row>
19605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19606 \begin_inset Text
19607
19608 \begin_layout Plain Layout
19609
19610 \backslash
19611 sigma
19612 \end_layout
19613
19614 \end_inset
19615 </cell>
19616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19617 \begin_inset Text
19618
19619 \begin_layout Plain Layout
19620 \begin_inset Formula $\sigma$
19621 \end_inset
19622
19623
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 </row>
19629 <row>
19630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634
19635 \backslash
19636 varsigma
19637 \end_layout
19638
19639 \end_inset
19640 </cell>
19641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19642 \begin_inset Text
19643
19644 \begin_layout Plain Layout
19645 \begin_inset Formula $\varsigma$
19646 \end_inset
19647
19648
19649 \end_layout
19650
19651 \end_inset
19652 </cell>
19653 </row>
19654 <row>
19655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Plain Layout
19659
19660 \backslash
19661 tau
19662 \end_layout
19663
19664 \end_inset
19665 </cell>
19666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19667 \begin_inset Text
19668
19669 \begin_layout Plain Layout
19670 \begin_inset Formula $\tau$
19671 \end_inset
19672
19673
19674 \end_layout
19675
19676 \end_inset
19677 </cell>
19678 </row>
19679 <row>
19680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19681 \begin_inset Text
19682
19683 \begin_layout Plain Layout
19684
19685 \backslash
19686 upsilon
19687 \end_layout
19688
19689 \end_inset
19690 </cell>
19691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19692 \begin_inset Text
19693
19694 \begin_layout Plain Layout
19695 \begin_inset Formula $\upsilon$
19696 \end_inset
19697
19698
19699 \end_layout
19700
19701 \end_inset
19702 </cell>
19703 </row>
19704 <row>
19705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19706 \begin_inset Text
19707
19708 \begin_layout Plain Layout
19709
19710 \backslash
19711 phi
19712 \end_layout
19713
19714 \end_inset
19715 </cell>
19716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Plain Layout
19720 \begin_inset Formula $\phi$
19721 \end_inset
19722
19723
19724 \end_layout
19725
19726 \end_inset
19727 </cell>
19728 </row>
19729 <row>
19730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19731 \begin_inset Text
19732
19733 \begin_layout Plain Layout
19734
19735 \backslash
19736 varphi
19737 \end_layout
19738
19739 \end_inset
19740 </cell>
19741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19742 \begin_inset Text
19743
19744 \begin_layout Plain Layout
19745 \begin_inset Formula $\varphi$
19746 \end_inset
19747
19748
19749 \end_layout
19750
19751 \end_inset
19752 </cell>
19753 </row>
19754 <row>
19755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19756 \begin_inset Text
19757
19758 \begin_layout Plain Layout
19759
19760 \backslash
19761 chi
19762 \end_layout
19763
19764 \end_inset
19765 </cell>
19766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770 \begin_inset Formula $\chi$
19771 \end_inset
19772
19773
19774 \end_layout
19775
19776 \end_inset
19777 </cell>
19778 </row>
19779 <row>
19780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784
19785 \backslash
19786 psi
19787 \end_layout
19788
19789 \end_inset
19790 </cell>
19791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19792 \begin_inset Text
19793
19794 \begin_layout Plain Layout
19795 \begin_inset Formula $\psi$
19796 \end_inset
19797
19798
19799 \end_layout
19800
19801 \end_inset
19802 </cell>
19803 </row>
19804 <row>
19805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19806 \begin_inset Text
19807
19808 \begin_layout Plain Layout
19809
19810 \backslash
19811 omega
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19817 \begin_inset Text
19818
19819 \begin_layout Plain Layout
19820 \begin_inset Formula $\omega$
19821 \end_inset
19822
19823
19824 \end_layout
19825
19826 \end_inset
19827 </cell>
19828 </row>
19829 </lyxtabular>
19830
19831 \end_inset
19832
19833
19834 \begin_inset space \hfill{}
19835 \end_inset
19836
19837
19838 \end_layout
19839
19840 \begin_layout Standard
19841 \begin_inset VSpace medskip
19842 \end_inset
19843
19844 Wie man aufrechte griechische Buchstaben erstellt, ist in 
19845 \begin_inset CommandInset ref
19846 LatexCommand ref
19847 reference "sub:Aufrechte-kleine-griechische"
19848
19849 \end_inset
19850
19851  beschrieben.
19852 \end_layout
19853
19854 \begin_layout Subsection
19855 Große Buchstaben
19856 \begin_inset Index
19857 status collapsed
19858
19859 \begin_layout Plain Layout
19860 griechische Buchstaben ! große
19861 \end_layout
19862
19863 \end_inset
19864
19865
19866 \end_layout
19867
19868 \begin_layout Standard
19869 \begin_inset space \hfill{}
19870 \end_inset
19871
19872
19873 \begin_inset Tabular
19874 <lyxtabular version="3" rows="7" columns="2">
19875 <features>
19876 <column alignment="center" valignment="top" width="0pt">
19877 <column alignment="center" valignment="top" width="0pt">
19878 <row>
19879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19880 \begin_inset Text
19881
19882 \begin_layout Plain Layout
19883 Befehl
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892 Ergebnis
19893 \end_layout
19894
19895 \end_inset
19896 </cell>
19897 </row>
19898 <row>
19899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19900 \begin_inset Text
19901
19902 \begin_layout Plain Layout
19903
19904 \backslash
19905 Gamma
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914 \begin_inset Formula $\Gamma$
19915 \end_inset
19916
19917
19918 \end_layout
19919
19920 \end_inset
19921 </cell>
19922 </row>
19923 <row>
19924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928
19929 \backslash
19930 Delta
19931 \end_layout
19932
19933 \end_inset
19934 </cell>
19935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19936 \begin_inset Text
19937
19938 \begin_layout Plain Layout
19939 \begin_inset Formula $\Delta$
19940 \end_inset
19941
19942
19943 \end_layout
19944
19945 \end_inset
19946 </cell>
19947 </row>
19948 <row>
19949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19950 \begin_inset Text
19951
19952 \begin_layout Plain Layout
19953
19954 \backslash
19955 Theta
19956 \end_layout
19957
19958 \end_inset
19959 </cell>
19960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19961 \begin_inset Text
19962
19963 \begin_layout Plain Layout
19964 \begin_inset Formula $\Theta$
19965 \end_inset
19966
19967
19968 \end_layout
19969
19970 \end_inset
19971 </cell>
19972 </row>
19973 <row>
19974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978
19979 \backslash
19980 Lambda
19981 \end_layout
19982
19983 \end_inset
19984 </cell>
19985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989 \begin_inset Formula $\Lambda$
19990 \end_inset
19991
19992
19993 \end_layout
19994
19995 \end_inset
19996 </cell>
19997 </row>
19998 <row>
19999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003
20004 \backslash
20005 Xi
20006 \end_layout
20007
20008 \end_inset
20009 </cell>
20010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014 \begin_inset Formula $\Xi$
20015 \end_inset
20016
20017
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 </row>
20023 <row>
20024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Plain Layout
20028
20029 \backslash
20030 Pi
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039 \begin_inset Formula $\Pi$
20040 \end_inset
20041
20042
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 </row>
20048 </lyxtabular>
20049
20050 \end_inset
20051
20052
20053 \begin_inset space \hfill{}
20054 \end_inset
20055
20056
20057 \begin_inset Tabular
20058 <lyxtabular version="3" rows="6" columns="2">
20059 <features>
20060 <column alignment="center" valignment="top" width="0pt">
20061 <column alignment="center" valignment="top" width="0pt">
20062 <row>
20063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20064 \begin_inset Text
20065
20066 \begin_layout Plain Layout
20067 Befehl
20068 \end_layout
20069
20070 \end_inset
20071 </cell>
20072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20073 \begin_inset Text
20074
20075 \begin_layout Plain Layout
20076 Ergebnis
20077 \end_layout
20078
20079 \end_inset
20080 </cell>
20081 </row>
20082 <row>
20083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20084 \begin_inset Text
20085
20086 \begin_layout Plain Layout
20087
20088 \backslash
20089 Sigma
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098 \begin_inset Formula $\Sigma$
20099 \end_inset
20100
20101
20102 \end_layout
20103
20104 \end_inset
20105 </cell>
20106 </row>
20107 <row>
20108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20109 \begin_inset Text
20110
20111 \begin_layout Plain Layout
20112
20113 \backslash
20114 Upsilon
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Plain Layout
20123 \begin_inset Formula $\Upsilon$
20124 \end_inset
20125
20126
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 </row>
20132 <row>
20133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20134 \begin_inset Text
20135
20136 \begin_layout Plain Layout
20137
20138 \backslash
20139 Phi
20140 \end_layout
20141
20142 \end_inset
20143 </cell>
20144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20145 \begin_inset Text
20146
20147 \begin_layout Plain Layout
20148 \begin_inset Formula $\Phi$
20149 \end_inset
20150
20151
20152 \end_layout
20153
20154 \end_inset
20155 </cell>
20156 </row>
20157 <row>
20158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20159 \begin_inset Text
20160
20161 \begin_layout Plain Layout
20162
20163 \backslash
20164 Psi
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173 \begin_inset Formula $\Psi$
20174 \end_inset
20175
20176
20177 \end_layout
20178
20179 \end_inset
20180 </cell>
20181 </row>
20182 <row>
20183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20184 \begin_inset Text
20185
20186 \begin_layout Plain Layout
20187
20188 \backslash
20189 Omega
20190 \end_layout
20191
20192 \end_inset
20193 </cell>
20194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198 \begin_inset Formula $\Omega$
20199 \end_inset
20200
20201
20202 \end_layout
20203
20204 \end_inset
20205 </cell>
20206 </row>
20207 </lyxtabular>
20208
20209 \end_inset
20210
20211
20212 \begin_inset space \hfill{}
20213 \end_inset
20214
20215
20216 \end_layout
20217
20218 \begin_layout Standard
20219 \begin_inset VSpace medskip
20220 \end_inset
20221
20222 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20223  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20224  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20225  mit 
20226 \series bold
20227 var
20228 \series default
20229 .
20230  So ergibt z.
20231 \begin_inset space \thinspace{}
20232 \end_inset
20233
20234 B.
20235  der Befehl 
20236 \series bold
20237
20238 \backslash
20239 varGamma
20240 \series default
20241
20242 \begin_inset Formula $\varGamma$
20243 \end_inset
20244
20245
20246 \end_layout
20247
20248 \begin_layout Subsection
20249 Fett gedruckte Buchstaben
20250 \begin_inset Index
20251 status collapsed
20252
20253 \begin_layout Plain Layout
20254 griechische Buchstaben ! fett gedruckte
20255 \end_layout
20256
20257 \end_inset
20258
20259
20260 \end_layout
20261
20262 \begin_layout Standard
20263 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20264  Schriftstilen darstellen.
20265  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20266 \series bold
20267
20268 \backslash
20269 boldsymbol
20270 \series default
20271
20272 \begin_inset Index
20273 status collapsed
20274
20275 \begin_layout Plain Layout
20276 Befehle ! B ! 
20277 \backslash
20278 boldsymbol
20279 \end_layout
20280
20281 \end_inset
20282
20283  fett gedruckt auszugeben.
20284 \end_layout
20285
20286 \begin_layout Standard
20287 \align center
20288 \begin_inset Tabular
20289 <lyxtabular version="3" rows="3" columns="2">
20290 <features>
20291 <column alignment="center" valignment="top" width="0">
20292 <column alignment="center" valignment="top" width="0">
20293 <row>
20294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20295 \begin_inset Text
20296
20297 \begin_layout Plain Layout
20298 Befehl
20299 \end_layout
20300
20301 \end_inset
20302 </cell>
20303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20304 \begin_inset Text
20305
20306 \begin_layout Plain Layout
20307 Ergebnis
20308 \end_layout
20309
20310 \end_inset
20311 </cell>
20312 </row>
20313 <row>
20314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20315 \begin_inset Text
20316
20317 \begin_layout Plain Layout
20318
20319 \backslash
20320 Upsilon
20321 \backslash
20322 boldsymbol
20323 \backslash
20324 Upsilon
20325 \end_layout
20326
20327 \end_inset
20328 </cell>
20329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20330 \begin_inset Text
20331
20332 \begin_layout Plain Layout
20333 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20334 \end_inset
20335
20336
20337 \end_layout
20338
20339 \end_inset
20340 </cell>
20341 </row>
20342 <row>
20343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347
20348 \backslash
20349 theta
20350 \backslash
20351 boldsymbol
20352 \backslash
20353 theta
20354 \end_layout
20355
20356 \end_inset
20357 </cell>
20358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362 \begin_inset Formula $\theta\boldsymbol{\theta}$
20363 \end_inset
20364
20365
20366 \end_layout
20367
20368 \end_inset
20369 </cell>
20370 </row>
20371 </lyxtabular>
20372
20373 \end_inset
20374
20375
20376 \end_layout
20377
20378 \begin_layout Section
20379 Symbole
20380 \begin_inset ERT
20381 status collapsed
20382
20383 \begin_layout Plain Layout
20384
20385
20386 \backslash
20387 texorpdfstring{
20388 \end_layout
20389
20390 \end_inset
20391
20392
20393 \begin_inset Foot
20394 status collapsed
20395
20396 \begin_layout Plain Layout
20397 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20398  
20399 \begin_inset CommandInset citation
20400 LatexCommand cite
20401 key "Symbole"
20402
20403 \end_inset
20404
20405 .
20406 \end_layout
20407
20408 \end_inset
20409
20410
20411 \begin_inset ERT
20412 status collapsed
20413
20414 \begin_layout Plain Layout
20415
20416 }{}
20417 \end_layout
20418
20419 \end_inset
20420
20421
20422 \begin_inset Note Note
20423 status collapsed
20424
20425 \begin_layout Plain Layout
20426
20427 \series bold
20428
20429 \backslash
20430 texorpdfstring
20431 \series default
20432  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20433 \end_layout
20434
20435 \begin_layout Plain Layout
20436 Näheres zu 
20437 \series bold
20438
20439 \backslash
20440 texorpdfstring
20441 \series default
20442  steht in Kapitel 
20443 \begin_inset CommandInset ref
20444 LatexCommand ref
20445 reference "sub:Formeln-in-Überschriften"
20446
20447 \end_inset
20448
20449 .
20450 \end_layout
20451
20452 \end_inset
20453
20454
20455 \begin_inset Index
20456 status collapsed
20457
20458 \begin_layout Plain Layout
20459 Symbole
20460 \end_layout
20461
20462 \end_inset
20463
20464
20465 \end_layout
20466
20467 \begin_layout Standard
20468 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
20469
20470 leistenknöpfe 
20471 \begin_inset Graphics
20472         filename ../../images/math/nabla.png
20473         scale 85
20474
20475 \end_inset
20476
20477  und 
20478 \begin_inset Graphics
20479         filename ../../images/math/digamma.png
20480         scale 85
20481
20482 \end_inset
20483
20484  eingefügt werden.
20485 \end_layout
20486
20487 \begin_layout Subsection
20488 Mathematische Symbole
20489 \begin_inset CommandInset label
20490 LatexCommand label
20491 name "sub:Mathematische-Symbole"
20492
20493 \end_inset
20494
20495
20496 \begin_inset Index
20497 status collapsed
20498
20499 \begin_layout Plain Layout
20500 Symbole ! mathematische
20501 \end_layout
20502
20503 \end_inset
20504
20505
20506 \end_layout
20507
20508 \begin_layout Standard
20509 \begin_inset space \hfill{}
20510 \end_inset
20511
20512
20513 \begin_inset Tabular
20514 <lyxtabular version="3" rows="10" columns="2">
20515 <features>
20516 <column alignment="center" valignment="top" width="0pt">
20517 <column alignment="center" valignment="top" width="0pt">
20518 <row>
20519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20520 \begin_inset Text
20521
20522 \begin_layout Plain Layout
20523 Befehl
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20529 \begin_inset Text
20530
20531 \begin_layout Plain Layout
20532 Ergebnis
20533 \end_layout
20534
20535 \end_inset
20536 </cell>
20537 </row>
20538 <row>
20539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20540 \begin_inset Text
20541
20542 \begin_layout Plain Layout
20543
20544 \backslash
20545 neg
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554 \begin_inset Formula $\neg$
20555 \end_inset
20556
20557
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 </row>
20563 <row>
20564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Plain Layout
20568
20569 \backslash
20570 Im
20571 \end_layout
20572
20573 \end_inset
20574 </cell>
20575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20576 \begin_inset Text
20577
20578 \begin_layout Plain Layout
20579 \begin_inset Formula $\Im$
20580 \end_inset
20581
20582
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 </row>
20588 <row>
20589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593
20594 \backslash
20595 Re
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20601 \begin_inset Text
20602
20603 \begin_layout Plain Layout
20604 \begin_inset Formula $\Re$
20605 \end_inset
20606
20607
20608 \end_layout
20609
20610 \end_inset
20611 </cell>
20612 </row>
20613 <row>
20614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618
20619 \backslash
20620 aleph
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629 \begin_inset Formula $\aleph$
20630 \end_inset
20631
20632
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 </row>
20638 <row>
20639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20640 \begin_inset Text
20641
20642 \begin_layout Plain Layout
20643
20644 \backslash
20645 partial
20646 \end_layout
20647
20648 \end_inset
20649 </cell>
20650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654 \begin_inset Formula $\partial$
20655 \end_inset
20656
20657
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 </row>
20663 <row>
20664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668
20669 \backslash
20670 infty
20671 \end_layout
20672
20673 \end_inset
20674 </cell>
20675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679 \begin_inset Formula $\infty$
20680 \end_inset
20681
20682
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 </row>
20688 <row>
20689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20690 \begin_inset Text
20691
20692 \begin_layout Plain Layout
20693
20694 \backslash
20695 wp
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704 \begin_inset Formula $\wp$
20705 \end_inset
20706
20707
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 </row>
20713 <row>
20714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20715 \begin_inset Text
20716
20717 \begin_layout Plain Layout
20718
20719 \backslash
20720 imath
20721 \end_layout
20722
20723 \end_inset
20724 </cell>
20725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Plain Layout
20729 \begin_inset Formula $\imath$
20730 \end_inset
20731
20732
20733 \end_layout
20734
20735 \end_inset
20736 </cell>
20737 </row>
20738 <row>
20739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743
20744 \backslash
20745 jmath
20746 \end_layout
20747
20748 \end_inset
20749 </cell>
20750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20751 \begin_inset Text
20752
20753 \begin_layout Plain Layout
20754 \begin_inset Formula $\jmath$
20755 \end_inset
20756
20757
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 </row>
20763 </lyxtabular>
20764
20765 \end_inset
20766
20767
20768 \begin_inset space \hfill{}
20769 \end_inset
20770
20771
20772 \begin_inset Tabular
20773 <lyxtabular version="3" rows="10" columns="2">
20774 <features>
20775 <column alignment="center" valignment="top" width="0pt">
20776 <column alignment="center" valignment="top" width="0pt">
20777 <row>
20778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20779 \begin_inset Text
20780
20781 \begin_layout Plain Layout
20782 Befehl
20783 \end_layout
20784
20785 \end_inset
20786 </cell>
20787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20788 \begin_inset Text
20789
20790 \begin_layout Plain Layout
20791 Ergebnis
20792 \begin_inset Note Note
20793 status collapsed
20794
20795 \begin_layout Plain Layout
20796
20797 \series bold
20798
20799 \backslash
20800 raisebox
20801 \series default
20802  dient nur als Abstandhalter.
20803 \end_layout
20804
20805 \end_inset
20806
20807
20808 \end_layout
20809
20810 \end_inset
20811 </cell>
20812 </row>
20813 <row>
20814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818
20819 \backslash
20820 forall
20821 \end_layout
20822
20823 \end_inset
20824 </cell>
20825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20826 \begin_inset Text
20827
20828 \begin_layout Plain Layout
20829 \begin_inset Formula $\forall$
20830 \end_inset
20831
20832
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 </row>
20838 <row>
20839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20840 \begin_inset Text
20841
20842 \begin_layout Plain Layout
20843
20844 \backslash
20845 exists
20846 \end_layout
20847
20848 \end_inset
20849 </cell>
20850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20851 \begin_inset Text
20852
20853 \begin_layout Plain Layout
20854 \begin_inset Formula $\exists$
20855 \end_inset
20856
20857
20858 \end_layout
20859
20860 \end_inset
20861 </cell>
20862 </row>
20863 <row>
20864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868
20869 \backslash
20870 nexists
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20876 \begin_inset Text
20877
20878 \begin_layout Plain Layout
20879 \begin_inset Formula $\nexists$
20880 \end_inset
20881
20882
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 </row>
20888 <row>
20889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20890 \begin_inset Text
20891
20892 \begin_layout Plain Layout
20893
20894 \backslash
20895 emptyset
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904 \begin_inset Formula $\emptyset$
20905 \end_inset
20906
20907
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 </row>
20913 <row>
20914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918
20919 \backslash
20920 varnothing
20921 \end_layout
20922
20923 \end_inset
20924 </cell>
20925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929 \begin_inset Formula $\varnothing$
20930 \end_inset
20931
20932
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 </row>
20938 <row>
20939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20940 \begin_inset Text
20941
20942 \begin_layout Plain Layout
20943
20944 \backslash
20945 dag
20946 \end_layout
20947
20948 \end_inset
20949 </cell>
20950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20951 \begin_inset Text
20952
20953 \begin_layout Plain Layout
20954 \begin_inset Formula $\dag$
20955 \end_inset
20956
20957
20958 \end_layout
20959
20960 \end_inset
20961 </cell>
20962 </row>
20963 <row>
20964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20965 \begin_inset Text
20966
20967 \begin_layout Plain Layout
20968
20969 \backslash
20970 ddag
20971 \end_layout
20972
20973 \end_inset
20974 </cell>
20975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979 \begin_inset Formula $\ddag$
20980 \end_inset
20981
20982
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 </row>
20988 <row>
20989 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993
20994 \backslash
20995 complement
20996 \end_layout
20997
20998 \end_inset
20999 </cell>
21000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21001 \begin_inset Text
21002
21003 \begin_layout Plain Layout
21004 \begin_inset ERT
21005 status collapsed
21006
21007 \begin_layout Plain Layout
21008
21009
21010 \backslash
21011 raisebox{-0.8mm}{
21012 \end_layout
21013
21014 \end_inset
21015
21016
21017 \begin_inset Formula $\complement$
21018 \end_inset
21019
21020
21021 \begin_inset ERT
21022 status collapsed
21023
21024 \begin_layout Plain Layout
21025
21026 }
21027 \end_layout
21028
21029 \end_inset
21030
21031
21032 \end_layout
21033
21034 \end_inset
21035 </cell>
21036 </row>
21037 <row>
21038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21039 \begin_inset Text
21040
21041 \begin_layout Plain Layout
21042
21043 \backslash
21044 Bbbk
21045 \end_layout
21046
21047 \end_inset
21048 </cell>
21049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Plain Layout
21053 \begin_inset Formula $\Bbbk$
21054 \end_inset
21055
21056
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 </row>
21062 </lyxtabular>
21063
21064 \end_inset
21065
21066
21067 \begin_inset space \hfill{}
21068 \end_inset
21069
21070
21071 \begin_inset Tabular
21072 <lyxtabular version="3" rows="10" columns="2">
21073 <features>
21074 <column alignment="center" valignment="top" width="0pt">
21075 <column alignment="center" valignment="top" width="0pt">
21076 <row>
21077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21078 \begin_inset Text
21079
21080 \begin_layout Plain Layout
21081 Befehl
21082 \end_layout
21083
21084 \end_inset
21085 </cell>
21086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090 Ergebnis
21091 \end_layout
21092
21093 \end_inset
21094 </cell>
21095 </row>
21096 <row>
21097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21098 \begin_inset Text
21099
21100 \begin_layout Plain Layout
21101
21102 \backslash
21103 prime
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112 \begin_inset Formula $\prime$
21113 \end_inset
21114
21115
21116 \end_layout
21117
21118 \end_inset
21119 </cell>
21120 </row>
21121 <row>
21122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21123 \begin_inset Text
21124
21125 \begin_layout Plain Layout
21126
21127 \backslash
21128 backprime
21129 \end_layout
21130
21131 \end_inset
21132 </cell>
21133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21134 \begin_inset Text
21135
21136 \begin_layout Plain Layout
21137 \begin_inset Formula $\backprime$
21138 \end_inset
21139
21140
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 </row>
21146 <row>
21147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21148 \begin_inset Text
21149
21150 \begin_layout Plain Layout
21151
21152 \backslash
21153 mho
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 \begin_inset Formula $\mho$
21163 \end_inset
21164
21165
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 </row>
21171 <row>
21172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176
21177 \backslash
21178 triangle
21179 \end_layout
21180
21181 \end_inset
21182 </cell>
21183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21184 \begin_inset Text
21185
21186 \begin_layout Plain Layout
21187 \begin_inset Formula $\triangle$
21188 \end_inset
21189
21190
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 </row>
21196 <row>
21197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21198 \begin_inset Text
21199
21200 \begin_layout Plain Layout
21201
21202 \backslash
21203 angle
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212 \begin_inset Formula $\angle$
21213 \end_inset
21214
21215
21216 \end_layout
21217
21218 \end_inset
21219 </cell>
21220 </row>
21221 <row>
21222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226
21227 \backslash
21228 measuredangle
21229 \end_layout
21230
21231 \end_inset
21232 </cell>
21233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237 \begin_inset Formula $\measuredangle$
21238 \end_inset
21239
21240
21241 \end_layout
21242
21243 \end_inset
21244 </cell>
21245 </row>
21246 <row>
21247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21248 \begin_inset Text
21249
21250 \begin_layout Plain Layout
21251
21252 \backslash
21253 sphericalangle
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262 \begin_inset Formula $\sphericalangle$
21263 \end_inset
21264
21265
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 </row>
21271 <row>
21272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21273 \begin_inset Text
21274
21275 \begin_layout Plain Layout
21276
21277 \backslash
21278 top
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287 \begin_inset Formula $\top$
21288 \end_inset
21289
21290
21291 \end_layout
21292
21293 \end_inset
21294 </cell>
21295 </row>
21296 <row>
21297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21298 \begin_inset Text
21299
21300 \begin_layout Plain Layout
21301
21302 \backslash
21303 bot
21304 \end_layout
21305
21306 \end_inset
21307 </cell>
21308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21309 \begin_inset Text
21310
21311 \begin_layout Plain Layout
21312 \begin_inset Formula $\bot$
21313 \end_inset
21314
21315
21316 \end_layout
21317
21318 \end_inset
21319 </cell>
21320 </row>
21321 </lyxtabular>
21322
21323 \end_inset
21324
21325
21326 \begin_inset space \hfill{}
21327 \end_inset
21328
21329
21330 \end_layout
21331
21332 \begin_layout Subsection
21333 Sonstige Symbole
21334 \begin_inset CommandInset label
21335 LatexCommand label
21336 name "sub:Sonstige-Symbole"
21337
21338 \end_inset
21339
21340
21341 \begin_inset Index
21342 status collapsed
21343
21344 \begin_layout Plain Layout
21345 Symbole ! sonstige
21346 \end_layout
21347
21348 \end_inset
21349
21350
21351 \end_layout
21352
21353 \begin_layout Standard
21354 \noindent
21355 \align center
21356 \begin_inset Tabular
21357 <lyxtabular version="3" rows="10" columns="2">
21358 <features>
21359 <column alignment="center" valignment="top" width="0pt">
21360 <column alignment="center" valignment="top" width="0pt">
21361 <row>
21362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21363 \begin_inset Text
21364
21365 \begin_layout Plain Layout
21366 Befehl
21367 \end_layout
21368
21369 \end_inset
21370 </cell>
21371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21372 \begin_inset Text
21373
21374 \begin_layout Plain Layout
21375 Ergebnis
21376 \end_layout
21377
21378 \end_inset
21379 </cell>
21380 </row>
21381 <row>
21382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21383 \begin_inset Text
21384
21385 \begin_layout Plain Layout
21386
21387 \backslash
21388 flat
21389 \end_layout
21390
21391 \end_inset
21392 </cell>
21393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21394 \begin_inset Text
21395
21396 \begin_layout Plain Layout
21397 \begin_inset Formula $\flat$
21398 \end_inset
21399
21400
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 </row>
21406 <row>
21407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21408 \begin_inset Text
21409
21410 \begin_layout Plain Layout
21411
21412 \backslash
21413 natural
21414 \end_layout
21415
21416 \end_inset
21417 </cell>
21418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21419 \begin_inset Text
21420
21421 \begin_layout Plain Layout
21422 \begin_inset Formula $\natural$
21423 \end_inset
21424
21425
21426 \end_layout
21427
21428 \end_inset
21429 </cell>
21430 </row>
21431 <row>
21432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21433 \begin_inset Text
21434
21435 \begin_layout Plain Layout
21436
21437 \backslash
21438 sharp
21439 \end_layout
21440
21441 \end_inset
21442 </cell>
21443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447 \begin_inset Formula $\sharp$
21448 \end_inset
21449
21450
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 </row>
21456 <row>
21457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21458 \begin_inset Text
21459
21460 \begin_layout Plain Layout
21461
21462 \backslash
21463 surd
21464 \end_layout
21465
21466 \end_inset
21467 </cell>
21468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21469 \begin_inset Text
21470
21471 \begin_layout Plain Layout
21472 \begin_inset Formula $\surd$
21473 \end_inset
21474
21475
21476 \end_layout
21477
21478 \end_inset
21479 </cell>
21480 </row>
21481 <row>
21482 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21483 \begin_inset Text
21484
21485 \begin_layout Plain Layout
21486
21487 \backslash
21488 checkmark
21489 \end_layout
21490
21491 \end_inset
21492 </cell>
21493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21494 \begin_inset Text
21495
21496 \begin_layout Plain Layout
21497 \begin_inset Formula $\checkmark$
21498 \end_inset
21499
21500
21501 \end_layout
21502
21503 \end_inset
21504 </cell>
21505 </row>
21506 <row>
21507 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21508 \begin_inset Text
21509
21510 \begin_layout Plain Layout
21511
21512 \backslash
21513 yen
21514 \end_layout
21515
21516 \end_inset
21517 </cell>
21518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21519 \begin_inset Text
21520
21521 \begin_layout Plain Layout
21522 \begin_inset Formula $\yen$
21523 \end_inset
21524
21525
21526 \end_layout
21527
21528 \end_inset
21529 </cell>
21530 </row>
21531 <row>
21532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536
21537 \backslash
21538 pounds
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547 \begin_inset Formula $\pounds$
21548 \end_inset
21549
21550
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 </row>
21556 <row>
21557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561 $
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570 \begin_inset Formula $\$$
21571 \end_inset
21572
21573
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 </row>
21579 <row>
21580 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21581 \begin_inset Text
21582
21583 \begin_layout Plain Layout
21584 §
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593 \begin_inset Formula $§$
21594 \end_inset
21595
21596
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 </row>
21602 </lyxtabular>
21603
21604 \end_inset
21605
21606
21607 \begin_inset Tabular
21608 <lyxtabular version="3" rows="10" columns="2">
21609 <features>
21610 <column alignment="center" valignment="top" width="0">
21611 <column alignment="center" valignment="top" width="0">
21612 <row>
21613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617 Befehl
21618 \end_layout
21619
21620 \end_inset
21621 </cell>
21622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21623 \begin_inset Text
21624
21625 \begin_layout Plain Layout
21626 Ergebnis
21627 \end_layout
21628
21629 \end_inset
21630 </cell>
21631 </row>
21632 <row>
21633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637
21638 \backslash
21639 hbar
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648 \begin_inset Formula $\hbar$
21649 \end_inset
21650
21651
21652 \end_layout
21653
21654 \end_inset
21655 </cell>
21656 </row>
21657 <row>
21658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662
21663 \backslash
21664 hslash
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673 \begin_inset Formula $\hslash$
21674 \end_inset
21675
21676
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 </row>
21682 <row>
21683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687
21688 \backslash
21689 clubsuit
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21695 \begin_inset Text
21696
21697 \begin_layout Plain Layout
21698 \begin_inset Formula $\clubsuit$
21699 \end_inset
21700
21701
21702 \end_layout
21703
21704 \end_inset
21705 </cell>
21706 </row>
21707 <row>
21708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712
21713 \backslash
21714 spadesuit
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723 \begin_inset Formula $\spadesuit$
21724 \end_inset
21725
21726
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 </row>
21732 <row>
21733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737
21738 \backslash
21739 bigstar
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748 \begin_inset Formula $\bigstar$
21749 \end_inset
21750
21751
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 </row>
21757 <row>
21758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762
21763 \backslash
21764 blacklozenge
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773 \begin_inset Formula $\blacklozenge$
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \end_inset
21780 </cell>
21781 </row>
21782 <row>
21783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21784 \begin_inset Text
21785
21786 \begin_layout Plain Layout
21787
21788 \backslash
21789 blacktriangle
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798 \begin_inset Formula $\blacktriangle$
21799 \end_inset
21800
21801
21802 \end_layout
21803
21804 \end_inset
21805 </cell>
21806 </row>
21807 <row>
21808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812
21813 \backslash
21814 blacktiangledown
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823 \begin_inset Formula $\blacktriangledown$
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \end_inset
21830 </cell>
21831 </row>
21832 <row>
21833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837
21838 \backslash
21839 bullet
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21845 \begin_inset Text
21846
21847 \begin_layout Plain Layout
21848 \begin_inset Formula $\bullet$
21849 \end_inset
21850
21851
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 </row>
21857 </lyxtabular>
21858
21859 \end_inset
21860
21861
21862 \begin_inset Tabular
21863 <lyxtabular version="3" rows="10" columns="2">
21864 <features>
21865 <column alignment="center" valignment="top" width="0pt">
21866 <column alignment="center" valignment="top" width="0pt">
21867 <row>
21868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21869 \begin_inset Text
21870
21871 \begin_layout Plain Layout
21872 Befehl
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881 Ergebnis
21882 \end_layout
21883
21884 \end_inset
21885 </cell>
21886 </row>
21887 <row>
21888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21889 \begin_inset Text
21890
21891 \begin_layout Plain Layout
21892
21893 \backslash
21894 diamondsuit
21895 \end_layout
21896
21897 \end_inset
21898 </cell>
21899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21900 \begin_inset Text
21901
21902 \begin_layout Plain Layout
21903 \begin_inset Formula $\diamondsuit$
21904 \end_inset
21905
21906
21907 \end_layout
21908
21909 \end_inset
21910 </cell>
21911 </row>
21912 <row>
21913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21914 \begin_inset Text
21915
21916 \begin_layout Plain Layout
21917
21918 \backslash
21919 Diamond
21920 \end_layout
21921
21922 \end_inset
21923 </cell>
21924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21925 \begin_inset Text
21926
21927 \begin_layout Plain Layout
21928 \begin_inset Formula $\Diamond$
21929 \end_inset
21930
21931
21932 \end_layout
21933
21934 \end_inset
21935 </cell>
21936 </row>
21937 <row>
21938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21939 \begin_inset Text
21940
21941 \begin_layout Plain Layout
21942
21943 \backslash
21944 heartsuit
21945 \end_layout
21946
21947 \end_inset
21948 </cell>
21949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21950 \begin_inset Text
21951
21952 \begin_layout Plain Layout
21953 \begin_inset Formula $\heartsuit$
21954 \end_inset
21955
21956
21957 \end_layout
21958
21959 \end_inset
21960 </cell>
21961 </row>
21962 <row>
21963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21964 \begin_inset Text
21965
21966 \begin_layout Plain Layout
21967
21968 \backslash
21969 P
21970 \end_layout
21971
21972 \end_inset
21973 </cell>
21974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21975 \begin_inset Text
21976
21977 \begin_layout Plain Layout
21978 \begin_inset Formula $\P$
21979 \end_inset
21980
21981
21982 \end_layout
21983
21984 \end_inset
21985 </cell>
21986 </row>
21987 <row>
21988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21989 \begin_inset Text
21990
21991 \begin_layout Plain Layout
21992
21993 \backslash
21994 copyright
21995 \end_layout
21996
21997 \end_inset
21998 </cell>
21999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout Plain Layout
22003 \begin_inset Formula $\copyright$
22004 \end_inset
22005
22006
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 </row>
22012 <row>
22013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22014 \begin_inset Text
22015
22016 \begin_layout Plain Layout
22017
22018 \backslash
22019 circledR
22020 \end_layout
22021
22022 \end_inset
22023 </cell>
22024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028 \begin_inset Formula $\circledR$
22029 \end_inset
22030
22031
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 </row>
22037 <row>
22038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042
22043 \backslash
22044 maltese
22045 \end_layout
22046
22047 \end_inset
22048 </cell>
22049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053 \begin_inset Formula $\maltese$
22054 \end_inset
22055
22056
22057 \end_layout
22058
22059 \end_inset
22060 </cell>
22061 </row>
22062 <row>
22063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22064 \begin_inset Text
22065
22066 \begin_layout Plain Layout
22067
22068 \backslash
22069 diagup
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078 \begin_inset Formula $\diagup$
22079 \end_inset
22080
22081
22082 \end_layout
22083
22084 \end_inset
22085 </cell>
22086 </row>
22087 <row>
22088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092
22093 \backslash
22094 diagdown
22095 \end_layout
22096
22097 \end_inset
22098 </cell>
22099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22100 \begin_inset Text
22101
22102 \begin_layout Plain Layout
22103 \begin_inset Formula $\diagdown$
22104 \end_inset
22105
22106
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 </row>
22112 </lyxtabular>
22113
22114 \end_inset
22115
22116
22117 \end_layout
22118
22119 \begin_layout Standard
22120 \begin_inset VSpace medskip
22121 \end_inset
22122
22123 Weitere Symbole sind in 
22124 \begin_inset CommandInset ref
22125 LatexCommand ref
22126 reference "sub:Sonstige-Sonderzeichen"
22127
22128 \end_inset
22129
22130  aufgelistet.
22131 \end_layout
22132
22133 \begin_layout Standard
22134 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22135  
22136 \begin_inset CommandInset ref
22137 LatexCommand ref
22138 reference "sub:Schriftgrößen"
22139
22140 \end_inset
22141
22142 .
22143 \end_layout
22144
22145 \begin_layout Subsection
22146 Das Euro-Symbol €
22147 \begin_inset Index
22148 status collapsed
22149
22150 \begin_layout Plain Layout
22151 Symbole ! Euro-Symbol
22152 \end_layout
22153
22154 \end_inset
22155
22156
22157 \begin_inset Index
22158 status collapsed
22159
22160 \begin_layout Plain Layout
22161 \begin_inset ERT
22162 status collapsed
22163
22164 \begin_layout Plain Layout
22165
22166
22167 \backslash
22168 officialeuro
22169 \end_layout
22170
22171 \end_inset
22172
22173
22174 \end_layout
22175
22176 \end_inset
22177
22178
22179 \end_layout
22180
22181 \begin_layout Standard
22182 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22183
22184 \series bold
22185 eurosym
22186 \series default
22187
22188 \begin_inset Index
22189 status collapsed
22190
22191 \begin_layout Plain Layout
22192 Pakete ! eurosym
22193 \end_layout
22194
22195 \end_inset
22196
22197  installieren und dieses mit der LaTeX-Vorspannzeile
22198 \end_layout
22199
22200 \begin_layout Standard
22201
22202 \series bold
22203
22204 \backslash
22205 usepackage[gennarrow]{eurosym}
22206 \end_layout
22207
22208 \begin_layout Standard
22209 aktivieren.
22210  Das Euro-Symbol kann man nun mit dem Befehl 
22211 \series bold
22212
22213 \backslash
22214 euro
22215 \series default
22216
22217 \begin_inset Index
22218 status collapsed
22219
22220 \begin_layout Plain Layout
22221 Befehle ! E ! 
22222 \backslash
22223 euro
22224 \end_layout
22225
22226 \end_inset
22227
22228  aufrufen.
22229 \end_layout
22230
22231 \begin_layout Standard
22232 Das Euro-Symbol kann man direkt übder die Tastatur in mathematischen Text
22233  eingeben, ohne 
22234 \series bold
22235 eurosym
22236 \series default
22237  installiert zu haben.
22238  Ist 
22239 \series bold
22240 eurosym
22241 \series default
22242  installiert, kann man 
22243 \series bold
22244
22245 \backslash
22246 euro
22247 \series default
22248  auch im TeX-Modus eingeben.
22249  Das offizielle Währungssymbol erhält man dann über den Befehl 
22250 \series bold
22251
22252 \backslash
22253 officialeuro
22254 \series default
22255
22256 \begin_inset Index
22257 status collapsed
22258
22259 \begin_layout Plain Layout
22260 Befehle ! O ! 
22261 \backslash
22262 officialeuro
22263 \end_layout
22264
22265 \end_inset
22266
22267 , der nur im TeX-Modus verfügbar ist.
22268 \end_layout
22269
22270 \begin_layout Standard
22271 \begin_inset ERT
22272 status collapsed
22273
22274 \begin_layout Plain Layout
22275
22276
22277 \backslash
22278 ifeurosym 
22279 \end_layout
22280
22281 \end_inset
22282
22283
22284 \begin_inset Note Note
22285 status open
22286
22287 \begin_layout Plain Layout
22288 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22289 \series bold
22290 eurosym
22291 \series default
22292  installiert ist:
22293 \end_layout
22294
22295 \end_inset
22296
22297
22298 \end_layout
22299
22300 \begin_layout Standard
22301 Eine Übersicht der verschiedenen Euro-Symbole:
22302 \end_layout
22303
22304 \begin_layout Standard
22305 \align center
22306 \begin_inset Tabular
22307 <lyxtabular version="3" rows="4" columns="3">
22308 <features>
22309 <column alignment="center" valignment="top" width="0pt">
22310 <column alignment="center" valignment="top" width="0pt">
22311 <column alignment="center" valignment="top" width="0pt">
22312 <row>
22313 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22314 \begin_inset Text
22315
22316 \begin_layout Plain Layout
22317
22318 \end_layout
22319
22320 \end_inset
22321 </cell>
22322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326 Befehl 
22327 \end_layout
22328
22329 \end_inset
22330 </cell>
22331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335 Ergebnis
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 </row>
22341 <row>
22342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346 Formel
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355
22356 \backslash
22357 euro
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Plain Layout
22366 \begin_inset Formula $\euro$
22367 \end_inset
22368
22369
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 </row>
22375 <row>
22376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Plain Layout
22380 mathematischer Text
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389
22390 \end_layout
22391
22392 \end_inset
22393 </cell>
22394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Plain Layout
22398 \begin_inset Formula $\mbox{€}$
22399 \end_inset
22400
22401
22402 \end_layout
22403
22404 \end_inset
22405 </cell>
22406 </row>
22407 <row>
22408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22409 \begin_inset Text
22410
22411 \begin_layout Plain Layout
22412 TeX-Modus
22413 \end_layout
22414
22415 \end_inset
22416 </cell>
22417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421
22422 \backslash
22423 officialeuro
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432 \begin_inset ERT
22433 status collapsed
22434
22435 \begin_layout Plain Layout
22436
22437
22438 \backslash
22439 officialeuro
22440 \end_layout
22441
22442 \end_inset
22443
22444
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 </row>
22450 </lyxtabular>
22451
22452 \end_inset
22453
22454
22455 \end_layout
22456
22457 \begin_layout Standard
22458 \begin_inset ERT
22459 status collapsed
22460
22461 \begin_layout Plain Layout
22462
22463
22464 \backslash
22465 else 
22466 \end_layout
22467
22468 \end_inset
22469
22470
22471 \begin_inset Note Note
22472 status open
22473
22474 \begin_layout Plain Layout
22475 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22476 \series bold
22477 eurosym
22478 \series default
22479  nicht installiert ist:
22480 \end_layout
22481
22482 \end_inset
22483
22484
22485 \end_layout
22486
22487 \begin_layout Standard
22488 Das LaTeX-Paket 
22489 \series bold
22490 eurosym 
22491 \series default
22492 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22493 \end_layout
22494
22495 \begin_layout Standard
22496 \begin_inset ERT
22497 status collapsed
22498
22499 \begin_layout Plain Layout
22500
22501
22502 \backslash
22503 fi 
22504 \end_layout
22505
22506 \end_inset
22507
22508
22509 \end_layout
22510
22511 \begin_layout Section
22512 Relationen
22513 \begin_inset CommandInset label
22514 LatexCommand label
22515 name "sec:Relationen"
22516
22517 \end_inset
22518
22519
22520 \begin_inset Index
22521 status collapsed
22522
22523 \begin_layout Plain Layout
22524 Relationen
22525 \end_layout
22526
22527 \end_inset
22528
22529
22530 \begin_inset Index
22531 status collapsed
22532
22533 \begin_layout Plain Layout
22534 Vergleiche|see
22535 \begin_inset ERT
22536 status collapsed
22537
22538 \begin_layout Plain Layout
22539
22540 {
22541 \end_layout
22542
22543 \end_inset
22544
22545 Relationen
22546 \begin_inset ERT
22547 status collapsed
22548
22549 \begin_layout Plain Layout
22550
22551 }
22552 \end_layout
22553
22554 \end_inset
22555
22556
22557 \end_layout
22558
22559 \end_inset
22560
22561
22562 \end_layout
22563
22564 \begin_layout Standard
22565 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
22566  
22567 \begin_inset Graphics
22568         filename ../../images/math/leq.png
22569         scale 85
22570
22571 \end_inset
22572
22573  eingefügt werden.
22574 \end_layout
22575
22576 \begin_layout Standard
22577 \begin_inset space \hfill{}
22578 \end_inset
22579
22580
22581 \begin_inset Tabular
22582 <lyxtabular version="3" rows="17" columns="2">
22583 <features>
22584 <column alignment="center" valignment="top" width="0pt">
22585 <column alignment="center" valignment="top" width="0pt">
22586 <row>
22587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22588 \begin_inset Text
22589
22590 \begin_layout Plain Layout
22591 Befehl
22592 \end_layout
22593
22594 \end_inset
22595 </cell>
22596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600 Ergebnis
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 </row>
22606 <row>
22607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22608 \begin_inset Text
22609
22610 \begin_layout Plain Layout
22611 <
22612 \end_layout
22613
22614 \end_inset
22615 </cell>
22616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22617 \begin_inset Text
22618
22619 \begin_layout Plain Layout
22620 \begin_inset Formula $<$
22621 \end_inset
22622
22623
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 </row>
22629 <row>
22630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634
22635 \backslash
22636 le
22637 \end_layout
22638
22639 \end_inset
22640 </cell>
22641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22642 \begin_inset Text
22643
22644 \begin_layout Plain Layout
22645 \begin_inset Formula $\le$
22646 \end_inset
22647
22648
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 </row>
22654 <row>
22655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22656 \begin_inset Text
22657
22658 \begin_layout Plain Layout
22659
22660 \backslash
22661 ll
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670 \begin_inset Formula $\ll$
22671 \end_inset
22672
22673
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 </row>
22679 <row>
22680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22681 \begin_inset Text
22682
22683 \begin_layout Plain Layout
22684
22685 \backslash
22686 prec
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695 \begin_inset Formula $\prec$
22696 \end_inset
22697
22698
22699 \end_layout
22700
22701 \end_inset
22702 </cell>
22703 </row>
22704 <row>
22705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709
22710 \backslash
22711 preceq
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720 \begin_inset Formula $\preceq$
22721 \end_inset
22722
22723
22724 \end_layout
22725
22726 \end_inset
22727 </cell>
22728 </row>
22729 <row>
22730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734
22735 \backslash
22736 subset
22737 \end_layout
22738
22739 \end_inset
22740 </cell>
22741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22742 \begin_inset Text
22743
22744 \begin_layout Plain Layout
22745 \begin_inset Formula $\subset$
22746 \end_inset
22747
22748
22749 \end_layout
22750
22751 \end_inset
22752 </cell>
22753 </row>
22754 <row>
22755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759
22760 \backslash
22761 subseteq
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770 \begin_inset Formula $\subseteq$
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 </row>
22779 <row>
22780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784
22785 \backslash
22786 sqsubseteq
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22792 \begin_inset Text
22793
22794 \begin_layout Plain Layout
22795 \begin_inset Formula $\sqsubseteq$
22796 \end_inset
22797
22798
22799 \end_layout
22800
22801 \end_inset
22802 </cell>
22803 </row>
22804 <row>
22805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22806 \begin_inset Text
22807
22808 \begin_layout Plain Layout
22809
22810 \backslash
22811 in
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22817 \begin_inset Text
22818
22819 \begin_layout Plain Layout
22820 \begin_inset Formula $\in$
22821 \end_inset
22822
22823
22824 \end_layout
22825
22826 \end_inset
22827 </cell>
22828 </row>
22829 <row>
22830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22831 \begin_inset Text
22832
22833 \begin_layout Plain Layout
22834
22835 \backslash
22836 vdash
22837 \end_layout
22838
22839 \end_inset
22840 </cell>
22841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22842 \begin_inset Text
22843
22844 \begin_layout Plain Layout
22845 \begin_inset Formula $\vdash$
22846 \end_inset
22847
22848
22849 \end_layout
22850
22851 \end_inset
22852 </cell>
22853 </row>
22854 <row>
22855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859
22860 \backslash
22861 smile
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870 \begin_inset Formula $\smile$
22871 \end_inset
22872
22873
22874 \end_layout
22875
22876 \end_inset
22877 </cell>
22878 </row>
22879 <row>
22880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22881 \begin_inset Text
22882
22883 \begin_layout Plain Layout
22884
22885 \backslash
22886 lhd
22887 \end_layout
22888
22889 \end_inset
22890 </cell>
22891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22892 \begin_inset Text
22893
22894 \begin_layout Plain Layout
22895 \begin_inset Formula $\lhd$
22896 \end_inset
22897
22898
22899 \end_layout
22900
22901 \end_inset
22902 </cell>
22903 </row>
22904 <row>
22905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909
22910 \backslash
22911 unlhd
22912 \end_layout
22913
22914 \end_inset
22915 </cell>
22916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22917 \begin_inset Text
22918
22919 \begin_layout Plain Layout
22920 \begin_inset Formula $\unlhd$
22921 \end_inset
22922
22923
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 </row>
22929 <row>
22930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22931 \begin_inset Text
22932
22933 \begin_layout Plain Layout
22934
22935 \backslash
22936 gtrless
22937 \end_layout
22938
22939 \end_inset
22940 </cell>
22941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22942 \begin_inset Text
22943
22944 \begin_layout Plain Layout
22945 \begin_inset Formula $\gtrless$
22946 \end_inset
22947
22948
22949 \end_layout
22950
22951 \end_inset
22952 </cell>
22953 </row>
22954 <row>
22955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22956 \begin_inset Text
22957
22958 \begin_layout Plain Layout
22959
22960 \backslash
22961 mid
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970 \begin_inset Formula $\mid$
22971 \end_inset
22972
22973
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 </row>
22979 <row>
22980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22981 \begin_inset Text
22982
22983 \begin_layout Plain Layout
22984
22985 \backslash
22986 nmid
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22992 \begin_inset Text
22993
22994 \begin_layout Plain Layout
22995 \begin_inset Formula $\nmid$
22996 \end_inset
22997
22998
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 </row>
23004 </lyxtabular>
23005
23006 \end_inset
23007
23008
23009 \begin_inset space \hfill{}
23010 \end_inset
23011
23012
23013 \begin_inset Tabular
23014 <lyxtabular version="3" rows="17" columns="2">
23015 <features>
23016 <column alignment="center" valignment="top" width="0pt">
23017 <column alignment="center" valignment="top" width="0pt">
23018 <row>
23019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23020 \begin_inset Text
23021
23022 \begin_layout Plain Layout
23023 Befehl
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032 Ergebnis
23033 \end_layout
23034
23035 \end_inset
23036 </cell>
23037 </row>
23038 <row>
23039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Plain Layout
23043 =
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052 \begin_inset Formula $=$
23053 \end_inset
23054
23055
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 </row>
23061 <row>
23062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066
23067 \backslash
23068 not=
23069 \end_layout
23070
23071 \end_inset
23072 </cell>
23073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23074 \begin_inset Text
23075
23076 \begin_layout Plain Layout
23077 \begin_inset Formula $\not=$
23078 \end_inset
23079
23080
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 </row>
23086 <row>
23087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23088 \begin_inset Text
23089
23090 \begin_layout Plain Layout
23091
23092 \backslash
23093 equiv
23094 \end_layout
23095
23096 \end_inset
23097 </cell>
23098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23099 \begin_inset Text
23100
23101 \begin_layout Plain Layout
23102 \begin_inset Formula $\equiv$
23103 \end_inset
23104
23105
23106 \end_layout
23107
23108 \end_inset
23109 </cell>
23110 </row>
23111 <row>
23112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23113 \begin_inset Text
23114
23115 \begin_layout Plain Layout
23116
23117 \backslash
23118 sim
23119 \end_layout
23120
23121 \end_inset
23122 </cell>
23123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23124 \begin_inset Text
23125
23126 \begin_layout Plain Layout
23127 \begin_inset Formula $\sim$
23128 \end_inset
23129
23130
23131 \end_layout
23132
23133 \end_inset
23134 </cell>
23135 </row>
23136 <row>
23137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23138 \begin_inset Text
23139
23140 \begin_layout Plain Layout
23141
23142 \backslash
23143 simeq
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23149 \begin_inset Text
23150
23151 \begin_layout Plain Layout
23152 \begin_inset Formula $\simeq$
23153 \end_inset
23154
23155
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 </row>
23161 <row>
23162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23163 \begin_inset Text
23164
23165 \begin_layout Plain Layout
23166
23167 \backslash
23168 approx
23169 \end_layout
23170
23171 \end_inset
23172 </cell>
23173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23174 \begin_inset Text
23175
23176 \begin_layout Plain Layout
23177 \begin_inset Formula $\approx$
23178 \end_inset
23179
23180
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 </row>
23186 <row>
23187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23188 \begin_inset Text
23189
23190 \begin_layout Plain Layout
23191
23192 \backslash
23193 cong
23194 \end_layout
23195
23196 \end_inset
23197 </cell>
23198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23199 \begin_inset Text
23200
23201 \begin_layout Plain Layout
23202 \begin_inset Formula $\cong$
23203 \end_inset
23204
23205
23206 \end_layout
23207
23208 \end_inset
23209 </cell>
23210 </row>
23211 <row>
23212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216
23217 \backslash
23218 bowtie
23219 \end_layout
23220
23221 \end_inset
23222 </cell>
23223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23224 \begin_inset Text
23225
23226 \begin_layout Plain Layout
23227 \begin_inset Formula $\bowtie$
23228 \end_inset
23229
23230
23231 \end_layout
23232
23233 \end_inset
23234 </cell>
23235 </row>
23236 <row>
23237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23238 \begin_inset Text
23239
23240 \begin_layout Plain Layout
23241
23242 \backslash
23243 notin
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23249 \begin_inset Text
23250
23251 \begin_layout Plain Layout
23252 \begin_inset Formula $\notin$
23253 \end_inset
23254
23255
23256 \end_layout
23257
23258 \end_inset
23259 </cell>
23260 </row>
23261 <row>
23262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23263 \begin_inset Text
23264
23265 \begin_layout Plain Layout
23266
23267 \backslash
23268 perp
23269 \end_layout
23270
23271 \end_inset
23272 </cell>
23273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23274 \begin_inset Text
23275
23276 \begin_layout Plain Layout
23277 \begin_inset Formula $\perp$
23278 \end_inset
23279
23280
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 </row>
23286 <row>
23287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291
23292 \backslash
23293 propto
23294 \end_layout
23295
23296 \end_inset
23297 </cell>
23298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23299 \begin_inset Text
23300
23301 \begin_layout Plain Layout
23302 \begin_inset Formula $\propto$
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 </row>
23311 <row>
23312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316
23317 \backslash
23318 asymp
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327 \begin_inset Formula $\asymp$
23328 \end_inset
23329
23330
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 </row>
23336 <row>
23337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341
23342 \backslash
23343 doteq
23344 \end_layout
23345
23346 \end_inset
23347 </cell>
23348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23349 \begin_inset Text
23350
23351 \begin_layout Plain Layout
23352 \begin_inset Formula $\doteq$
23353 \end_inset
23354
23355
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 </row>
23361 <row>
23362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366
23367 \backslash
23368 circeq
23369 \end_layout
23370
23371 \end_inset
23372 </cell>
23373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23374 \begin_inset Text
23375
23376 \begin_layout Plain Layout
23377 \begin_inset Formula $\circeq$
23378 \end_inset
23379
23380
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 </row>
23386 <row>
23387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391
23392 \backslash
23393 models
23394 \end_layout
23395
23396 \end_inset
23397 </cell>
23398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402 \begin_inset Formula $\models$
23403 \end_inset
23404
23405
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 </row>
23411 <row>
23412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416
23417 \backslash
23418 widehat=
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427 \begin_inset Formula $\widehat{=}$
23428 \end_inset
23429
23430
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 </row>
23436 </lyxtabular>
23437
23438 \end_inset
23439
23440
23441 \begin_inset space \hfill{}
23442 \end_inset
23443
23444
23445 \begin_inset Tabular
23446 <lyxtabular version="3" rows="17" columns="2">
23447 <features>
23448 <column alignment="center" valignment="top" width="0pt">
23449 <column alignment="center" valignment="top" width="0pt">
23450 <row>
23451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455 Befehl
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464 Ergebnis
23465 \end_layout
23466
23467 \end_inset
23468 </cell>
23469 </row>
23470 <row>
23471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23472 \begin_inset Text
23473
23474 \begin_layout Plain Layout
23475 >
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484 \begin_inset Formula $>$
23485 \end_inset
23486
23487
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 </row>
23493 <row>
23494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498
23499 \backslash
23500 ge
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509 \begin_inset Formula $\ge$
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 </row>
23518 <row>
23519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Plain Layout
23523
23524 \backslash
23525 gg
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534 \begin_inset Formula $\gg$
23535 \end_inset
23536
23537
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 </row>
23543 <row>
23544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548
23549 \backslash
23550 succ
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 \begin_inset Formula $\succ$
23560 \end_inset
23561
23562
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 </row>
23568 <row>
23569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573
23574 \backslash
23575 succeq
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584 \begin_inset Formula $\succeq$
23585 \end_inset
23586
23587
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 </row>
23593 <row>
23594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598
23599 \backslash
23600 supset
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 \begin_inset Formula $\supset$
23610 \end_inset
23611
23612
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 </row>
23618 <row>
23619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623
23624 \backslash
23625 supseteq
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23631 \begin_inset Text
23632
23633 \begin_layout Plain Layout
23634 \begin_inset Formula $\supseteq$
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 </row>
23643 <row>
23644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23645 \begin_inset Text
23646
23647 \begin_layout Plain Layout
23648
23649 \backslash
23650 sqsupseteq
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659 \begin_inset Formula $\sqsupseteq$
23660 \end_inset
23661
23662
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 </row>
23668 <row>
23669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23670 \begin_inset Text
23671
23672 \begin_layout Plain Layout
23673
23674 \backslash
23675 ni
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684 \begin_inset Formula $\ni$
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 </row>
23693 <row>
23694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23695 \begin_inset Text
23696
23697 \begin_layout Plain Layout
23698
23699 \backslash
23700 dashv
23701 \end_layout
23702
23703 \end_inset
23704 </cell>
23705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23706 \begin_inset Text
23707
23708 \begin_layout Plain Layout
23709 \begin_inset Formula $\dashv$
23710 \end_inset
23711
23712
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 </row>
23718 <row>
23719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723
23724 \backslash
23725 frown
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734 \begin_inset Formula $\frown$
23735 \end_inset
23736
23737
23738 \end_layout
23739
23740 \end_inset
23741 </cell>
23742 </row>
23743 <row>
23744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23745 \begin_inset Text
23746
23747 \begin_layout Plain Layout
23748
23749 \backslash
23750 rhd
23751 \end_layout
23752
23753 \end_inset
23754 </cell>
23755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23756 \begin_inset Text
23757
23758 \begin_layout Plain Layout
23759 \begin_inset Formula $\rhd$
23760 \end_inset
23761
23762
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 </row>
23768 <row>
23769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773
23774 \backslash
23775 unrhd
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784 \begin_inset Formula $\unrhd$
23785 \end_inset
23786
23787
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 </row>
23793 <row>
23794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798
23799 \backslash
23800 lessgtr
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809 \begin_inset Formula $\lessgtr$
23810 \end_inset
23811
23812
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 </row>
23818 <row>
23819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823
23824 \backslash
23825 parallel
23826 \end_layout
23827
23828 \end_inset
23829 </cell>
23830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834 \begin_inset Formula $\parallel$
23835 \end_inset
23836
23837
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 </row>
23843 <row>
23844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848
23849 \backslash
23850 nparallel
23851 \end_layout
23852
23853 \end_inset
23854 </cell>
23855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23856 \begin_inset Text
23857
23858 \begin_layout Plain Layout
23859 \begin_inset Formula $\nparallel$
23860 \end_inset
23861
23862
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 </row>
23868 </lyxtabular>
23869
23870 \end_inset
23871
23872
23873 \begin_inset space \hfill{}
23874 \end_inset
23875
23876
23877 \end_layout
23878
23879 \begin_layout Standard
23880 \begin_inset VSpace medskip
23881 \end_inset
23882
23883 Die Zeichen 
23884 \series bold
23885
23886 \backslash
23887 lhd
23888 \series default
23889  bzw.
23890  
23891 \series bold
23892
23893 \backslash
23894 rhd
23895 \series default
23896  sind größer als die gleich aussehenden Operatoren
23897 \begin_inset Newline linebreak
23898 \end_inset
23899
23900
23901 \series bold
23902
23903 \backslash
23904 triangleleft
23905 \series default
23906  bzw.
23907  
23908 \series bold
23909
23910 \backslash
23911 triangleright
23912 \series default
23913 .
23914 \end_layout
23915
23916 \begin_layout Standard
23917 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
23918 \end_layout
23919
23920 \begin_layout Standard
23921 Relationen mit Beschriftungen können mit Hilfe des Befehls 
23922 \series bold
23923
23924 \backslash
23925 stackrel
23926 \series default
23927
23928 \begin_inset Index
23929 status collapsed
23930
23931 \begin_layout Plain Layout
23932 Befehle ! S ! 
23933 \backslash
23934 stackrel
23935 \end_layout
23936
23937 \end_inset
23938
23939  erstellt werden:
23940 \end_layout
23941
23942 \begin_layout Standard
23943 \align center
23944 \begin_inset Tabular
23945 <lyxtabular version="3" rows="2" columns="2">
23946 <features>
23947 <column alignment="center" valignment="top" width="0">
23948 <column alignment="center" valignment="top" width="0">
23949 <row>
23950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23951 \begin_inset Text
23952
23953 \begin_layout Plain Layout
23954 Befehl
23955 \end_layout
23956
23957 \end_inset
23958 </cell>
23959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963 Ergebnis
23964 \begin_inset Note Note
23965 status collapsed
23966
23967 \begin_layout Plain Layout
23968
23969 \series bold
23970
23971 \backslash
23972 raisebox
23973 \series default
23974  dient nur als Abstandhalter.
23975 \end_layout
23976
23977 \end_inset
23978
23979
23980 \end_layout
23981
23982 \end_inset
23983 </cell>
23984 </row>
23985 <row>
23986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23987 \begin_inset Text
23988
23989 \begin_layout Plain Layout
23990 A(r)
23991 \backslash
23992 stackrel
23993 \begin_inset ERT
23994 status collapsed
23995
23996 \begin_layout Plain Layout
23997
23998
23999 \backslash
24000 leer 
24001 \end_layout
24002
24003 \end_inset
24004
24005 r
24006 \backslash
24007 to
24008 \backslash
24009 infty
24010 \begin_inset ERT
24011 status collapsed
24012
24013 \begin_layout Plain Layout
24014
24015
24016 \backslash
24017 leer 
24018 \end_layout
24019
24020 \end_inset
24021
24022
24023 \begin_inset Formula $\downarrow$
24024 \end_inset
24025
24026
24027 \backslash
24028 approx
24029 \begin_inset ERT
24030 status collapsed
24031
24032 \begin_layout Plain Layout
24033
24034
24035 \backslash
24036 leer 
24037 \end_layout
24038
24039 \end_inset
24040
24041
24042 \begin_inset ERT
24043 status collapsed
24044
24045 \begin_layout Plain Layout
24046
24047
24048 \backslash
24049 leer 
24050 \end_layout
24051
24052 \end_inset
24053
24054 B
24055 \end_layout
24056
24057 \end_inset
24058 </cell>
24059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Plain Layout
24063 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24064 \end_inset
24065
24066
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 </row>
24072 </lyxtabular>
24073
24074 \end_inset
24075
24076
24077 \end_layout
24078
24079 \begin_layout Section
24080 Funktionen
24081 \end_layout
24082
24083 \begin_layout Subsection
24084 Vordefinierte Funktionen
24085 \begin_inset CommandInset label
24086 LatexCommand label
24087 name "sub:Vordefinierte-Funktionen"
24088
24089 \end_inset
24090
24091
24092 \begin_inset Index
24093 status collapsed
24094
24095 \begin_layout Plain Layout
24096 Funktionen ! vordefinierte
24097 \end_layout
24098
24099 \end_inset
24100
24101
24102 \end_layout
24103
24104 \begin_layout Standard
24105 Allgemein werden in mathematischen Ausdrücken Variablen 
24106 \shape italic
24107 kursiv
24108 \shape default
24109  gesetzt, Funktionsnamen hingegen nicht, denn 
24110 \begin_inset Formula $sin$
24111 \end_inset
24112
24113  könnte als 
24114 \begin_inset Formula $s\cdot i\cdot n$
24115 \end_inset
24116
24117  missverstanden werden.
24118  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24119 en etwas abgesetzt sind.
24120  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24121 \end_layout
24122
24123 \begin_layout Standard
24124 \align center
24125 \begin_inset Tabular
24126 <lyxtabular version="3" rows="2" columns="4">
24127 <features>
24128 <column alignment="center" valignment="top" width="0pt">
24129 <column alignment="center" valignment="top" width="0pt">
24130 <column alignment="center" valignment="top" width="0pt">
24131 <column alignment="center" valignment="top" width="0pt">
24132 <row>
24133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24134 \begin_inset Text
24135
24136 \begin_layout Plain Layout
24137 Befehl
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146 Ergebnis
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155 Befehl
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164 Ergebnis
24165 \end_layout
24166
24167 \end_inset
24168 </cell>
24169 </row>
24170 <row>
24171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175 Asin(x)+B
24176 \end_layout
24177
24178 \end_inset
24179 </cell>
24180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24181 \begin_inset Text
24182
24183 \begin_layout Plain Layout
24184 \begin_inset Formula $Asin(x)+B$
24185 \end_inset
24186
24187
24188 \end_layout
24189
24190 \end_inset
24191 </cell>
24192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196 A
24197 \backslash
24198 sin(x)+B
24199 \end_layout
24200
24201 \end_inset
24202 </cell>
24203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24204 \begin_inset Text
24205
24206 \begin_layout Plain Layout
24207 \begin_inset Formula $A\sin(x)+B$
24208 \end_inset
24209
24210
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 </row>
24216 </lyxtabular>
24217
24218 \end_inset
24219
24220
24221 \end_layout
24222
24223 \begin_layout Standard
24224 Folgende Funktionen sind vordefiniert:
24225 \end_layout
24226
24227 \begin_layout Standard
24228 \begin_inset VSpace -2mm
24229 \end_inset
24230
24231
24232 \end_layout
24233
24234 \begin_layout Standard
24235 \align center
24236 \begin_inset Tabular
24237 <lyxtabular version="3" rows="9" columns="4">
24238 <features>
24239 <column alignment="center" valignment="top" width="0pt">
24240 <column alignment="center" valignment="top" width="0pt">
24241 <column alignment="center" valignment="top" width="0pt">
24242 <column alignment="center" valignment="top" width="0pt">
24243 <row>
24244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24245 \begin_inset Text
24246
24247 \begin_layout Plain Layout
24248 Befehl
24249 \end_layout
24250
24251 \end_inset
24252 </cell>
24253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24254 \begin_inset Text
24255
24256 \begin_layout Plain Layout
24257 Befehl
24258 \end_layout
24259
24260 \end_inset
24261 </cell>
24262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24263 \begin_inset Text
24264
24265 \begin_layout Plain Layout
24266 Befehl
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Plain Layout
24275 Befehl
24276 \end_layout
24277
24278 \end_inset
24279 </cell>
24280 </row>
24281 <row>
24282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286
24287 \backslash
24288 sin
24289 \end_layout
24290
24291 \end_inset
24292 </cell>
24293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24294 \begin_inset Text
24295
24296 \begin_layout Plain Layout
24297
24298 \backslash
24299 sinh
24300 \end_layout
24301
24302 \end_inset
24303 </cell>
24304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Plain Layout
24308
24309 \backslash
24310 arcsin
24311 \end_layout
24312
24313 \end_inset
24314 </cell>
24315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24316 \begin_inset Text
24317
24318 \begin_layout Plain Layout
24319
24320 \backslash
24321 sup
24322 \end_layout
24323
24324 \end_inset
24325 </cell>
24326 </row>
24327 <row>
24328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332
24333 \backslash
24334 cos
24335 \end_layout
24336
24337 \end_inset
24338 </cell>
24339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24340 \begin_inset Text
24341
24342 \begin_layout Plain Layout
24343
24344 \backslash
24345 cosh
24346 \end_layout
24347
24348 \end_inset
24349 </cell>
24350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24351 \begin_inset Text
24352
24353 \begin_layout Plain Layout
24354
24355 \backslash
24356 arccos
24357 \end_layout
24358
24359 \end_inset
24360 </cell>
24361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24362 \begin_inset Text
24363
24364 \begin_layout Plain Layout
24365
24366 \backslash
24367 inf
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 </row>
24373 <row>
24374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378
24379 \backslash
24380 tan
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389
24390 \backslash
24391 tanh
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400
24401 \backslash
24402 arctan
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24408 \begin_inset Text
24409
24410 \begin_layout Plain Layout
24411
24412 \backslash
24413 lim
24414 \end_layout
24415
24416 \end_inset
24417 </cell>
24418 </row>
24419 <row>
24420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24421 \begin_inset Text
24422
24423 \begin_layout Plain Layout
24424
24425 \backslash
24426 cot
24427 \end_layout
24428
24429 \end_inset
24430 </cell>
24431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24432 \begin_inset Text
24433
24434 \begin_layout Plain Layout
24435
24436 \backslash
24437 coth
24438 \end_layout
24439
24440 \end_inset
24441 </cell>
24442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24443 \begin_inset Text
24444
24445 \begin_layout Plain Layout
24446
24447 \backslash
24448 arg
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24454 \begin_inset Text
24455
24456 \begin_layout Plain Layout
24457
24458 \backslash
24459 liminf
24460 \end_layout
24461
24462 \end_inset
24463 </cell>
24464 </row>
24465 <row>
24466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470
24471 \backslash
24472 sec
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Plain Layout
24481
24482 \backslash
24483 min
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24489 \begin_inset Text
24490
24491 \begin_layout Plain Layout
24492
24493 \backslash
24494 deg
24495 \end_layout
24496
24497 \end_inset
24498 </cell>
24499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24500 \begin_inset Text
24501
24502 \begin_layout Plain Layout
24503
24504 \backslash
24505 limsup
24506 \end_layout
24507
24508 \end_inset
24509 </cell>
24510 </row>
24511 <row>
24512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24513 \begin_inset Text
24514
24515 \begin_layout Plain Layout
24516
24517 \backslash
24518 csc
24519 \end_layout
24520
24521 \end_inset
24522 </cell>
24523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24524 \begin_inset Text
24525
24526 \begin_layout Plain Layout
24527
24528 \backslash
24529 max
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24535 \begin_inset Text
24536
24537 \begin_layout Plain Layout
24538
24539 \backslash
24540 det
24541 \end_layout
24542
24543 \end_inset
24544 </cell>
24545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24546 \begin_inset Text
24547
24548 \begin_layout Plain Layout
24549
24550 \backslash
24551 Pr
24552 \end_layout
24553
24554 \end_inset
24555 </cell>
24556 </row>
24557 <row>
24558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24559 \begin_inset Text
24560
24561 \begin_layout Plain Layout
24562
24563 \backslash
24564 ln
24565 \end_layout
24566
24567 \end_inset
24568 </cell>
24569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24570 \begin_inset Text
24571
24572 \begin_layout Plain Layout
24573
24574 \backslash
24575 exp
24576 \end_layout
24577
24578 \end_inset
24579 </cell>
24580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24581 \begin_inset Text
24582
24583 \begin_layout Plain Layout
24584
24585 \backslash
24586 dim
24587 \end_layout
24588
24589 \end_inset
24590 </cell>
24591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24592 \begin_inset Text
24593
24594 \begin_layout Plain Layout
24595
24596 \backslash
24597 hom
24598 \end_layout
24599
24600 \end_inset
24601 </cell>
24602 </row>
24603 <row>
24604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24605 \begin_inset Text
24606
24607 \begin_layout Plain Layout
24608
24609 \backslash
24610 lg
24611 \end_layout
24612
24613 \end_inset
24614 </cell>
24615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24616 \begin_inset Text
24617
24618 \begin_layout Plain Layout
24619
24620 \backslash
24621 log
24622 \end_layout
24623
24624 \end_inset
24625 </cell>
24626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24627 \begin_inset Text
24628
24629 \begin_layout Plain Layout
24630
24631 \backslash
24632 ker
24633 \end_layout
24634
24635 \end_inset
24636 </cell>
24637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24638 \begin_inset Text
24639
24640 \begin_layout Plain Layout
24641
24642 \backslash
24643 gcd
24644 \end_layout
24645
24646 \end_inset
24647 </cell>
24648 </row>
24649 </lyxtabular>
24650
24651 \end_inset
24652
24653
24654 \end_layout
24655
24656 \begin_layout Standard
24657 Sie können auch über den Mathe-Werkzeugleistenknopf 
24658 \begin_inset Graphics
24659         filename ../../images/math/functions.png
24660         scale 85
24661
24662 \end_inset
24663
24664  eingefügt werden.
24665 \end_layout
24666
24667 \begin_layout Subsection
24668 Selbst definierte Funktionen
24669 \begin_inset Index
24670 status collapsed
24671
24672 \begin_layout Plain Layout
24673 Funktionen ! selbstdefinierte
24674 \end_layout
24675
24676 \end_inset
24677
24678
24679 \end_layout
24680
24681 \begin_layout Standard
24682 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
24683 \begin_inset space \thinspace{}
24684 \end_inset
24685
24686 B.
24687  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
24688 \end_layout
24689
24690 \begin_layout Itemize
24691 Man definiert die Funktion selbst.
24692  Dazu gibt man im LaTeX-Vorspann die Zeile
24693 \begin_inset Newline newline
24694 \end_inset
24695
24696
24697 \begin_inset VSpace -3mm
24698 \end_inset
24699
24700
24701 \begin_inset Newline newline
24702 \end_inset
24703
24704
24705 \series bold
24706
24707 \backslash
24708 DeclareMathOperator{
24709 \backslash
24710 sgn}{sgn}
24711 \series default
24712
24713 \begin_inset Index
24714 status collapsed
24715
24716 \begin_layout Plain Layout
24717 Befehle ! D ! 
24718 \backslash
24719 dbinom@
24720 \backslash
24721 DeclareMathOperator
24722 \end_layout
24723
24724 \end_inset
24725
24726
24727 \begin_inset Newline newline
24728 \end_inset
24729
24730
24731 \begin_inset VSpace -2mm
24732 \end_inset
24733
24734
24735 \begin_inset Newline newline
24736 \end_inset
24737
24738 ein
24739 \begin_inset Foot
24740 status collapsed
24741
24742 \begin_layout Plain Layout
24743 Näheres zu 
24744 \series bold
24745
24746 \backslash
24747 DeclareMathOperator
24748 \series default
24749  siehe 
24750 \begin_inset CommandInset ref
24751 LatexCommand ref
24752 reference "sub:Selbstdefinierte-Operatoren"
24753
24754 \end_inset
24755
24756 .
24757 \end_layout
24758
24759 \end_inset
24760
24761 .
24762  Nun kann man mit dem Befehl 
24763 \series bold
24764
24765 \backslash
24766 sgn
24767 \series default
24768  die neu definierte Funktion aufrufen.
24769 \end_layout
24770
24771 \begin_layout Itemize
24772 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
24773  Beispiel die Buchstaben 
24774 \emph on
24775 sgn
24776 \emph default
24777 , und wandelt ihn in in mathematischen Text um.
24778  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
24779 \end_layout
24780
24781 \begin_layout Standard
24782 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
24783  Funktion
24784 \begin_inset Foot
24785 status collapsed
24786
24787 \begin_layout Plain Layout
24788 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
24789 \end_layout
24790
24791 \end_inset
24792
24793 :
24794 \end_layout
24795
24796 \begin_layout Standard
24797 \align center
24798 \begin_inset Tabular
24799 <lyxtabular version="3" rows="3" columns="2">
24800 <features>
24801 <column alignment="center" valignment="top" width="0pt">
24802 <column alignment="center" valignment="top" width="0pt">
24803 <row>
24804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24805 \begin_inset Text
24806
24807 \begin_layout Plain Layout
24808 Befehl
24809 \end_layout
24810
24811 \end_inset
24812 </cell>
24813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24814 \begin_inset Text
24815
24816 \begin_layout Plain Layout
24817 Ergebnis
24818 \end_layout
24819
24820 \end_inset
24821 </cell>
24822 </row>
24823 <row>
24824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24825 \begin_inset Text
24826
24827 \begin_layout Plain Layout
24828 A
24829 \backslash
24830 sgn(x)+B
24831 \end_layout
24832
24833 \end_inset
24834 </cell>
24835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24836 \begin_inset Text
24837
24838 \begin_layout Plain Layout
24839 \begin_inset Formula $A\sgn(x)+B$
24840 \end_inset
24841
24842
24843 \end_layout
24844
24845 \end_inset
24846 </cell>
24847 </row>
24848 <row>
24849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24850 \begin_inset Text
24851
24852 \begin_layout Plain Layout
24853 A
24854 \backslash
24855 ,
24856 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24857 \end_inset
24858
24859 (x)+B
24860 \end_layout
24861
24862 \end_inset
24863 </cell>
24864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Plain Layout
24868 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24869 \end_inset
24870
24871
24872 \end_layout
24873
24874 \end_inset
24875 </cell>
24876 </row>
24877 </lyxtabular>
24878
24879 \end_inset
24880
24881
24882 \end_layout
24883
24884 \begin_layout Standard
24885 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
24886  mehrfach verwendet werden soll.
24887 \end_layout
24888
24889 \begin_layout Subsection
24890 Grenzwerte
24891 \begin_inset Index
24892 status collapsed
24893
24894 \begin_layout Plain Layout
24895 Grenzwerte
24896 \end_layout
24897
24898 \end_inset
24899
24900
24901 \end_layout
24902
24903 \begin_layout Standard
24904 Für Grenzwerte sind außer 
24905 \series bold
24906
24907 \backslash
24908 lim
24909 \series default
24910
24911 \begin_inset Index
24912 status collapsed
24913
24914 \begin_layout Plain Layout
24915 Befehle ! L ! 
24916 \backslash
24917 lim
24918 \end_layout
24919
24920 \end_inset
24921
24922
24923 \series bold
24924
24925 \backslash
24926 liminf
24927 \series default
24928  und 
24929 \series bold
24930
24931 \backslash
24932 limsup
24933 \series default
24934  noch folgende Funktionen definiert:
24935 \end_layout
24936
24937 \begin_layout Standard
24938 \align center
24939 \begin_inset Tabular
24940 <lyxtabular version="3" rows="5" columns="2">
24941 <features>
24942 <column alignment="center" valignment="top" width="0">
24943 <column alignment="center" valignment="top" width="0">
24944 <row>
24945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949 Befehl
24950 \end_layout
24951
24952 \end_inset
24953 </cell>
24954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24955 \begin_inset Text
24956
24957 \begin_layout Plain Layout
24958 Ergebnis
24959 \begin_inset Note Note
24960 status collapsed
24961
24962 \begin_layout Plain Layout
24963
24964 \series bold
24965
24966 \backslash
24967 raisebox
24968 \series default
24969  dient nur als Abstandhalter.
24970 \end_layout
24971
24972 \end_inset
24973
24974
24975 \end_layout
24976
24977 \end_inset
24978 </cell>
24979 </row>
24980 <row>
24981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985
24986 \backslash
24987 varliminf
24988 \end_layout
24989
24990 \end_inset
24991 </cell>
24992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24993 \begin_inset Text
24994
24995 \begin_layout Plain Layout
24996 \begin_inset Formula $\varliminf$
24997 \end_inset
24998
24999
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 </row>
25005 <row>
25006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25007 \begin_inset Text
25008
25009 \begin_layout Plain Layout
25010
25011 \backslash
25012 varlimsup
25013 \end_layout
25014
25015 \end_inset
25016 </cell>
25017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25018 \begin_inset Text
25019
25020 \begin_layout Plain Layout
25021 \begin_inset Formula $\varlimsup$
25022 \end_inset
25023
25024
25025 \end_layout
25026
25027 \end_inset
25028 </cell>
25029 </row>
25030 <row>
25031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25032 \begin_inset Text
25033
25034 \begin_layout Plain Layout
25035
25036 \backslash
25037 varprojlim
25038 \end_layout
25039
25040 \end_inset
25041 </cell>
25042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Plain Layout
25046 \begin_inset Formula $\varprojlim$
25047 \end_inset
25048
25049
25050 \end_layout
25051
25052 \end_inset
25053 </cell>
25054 </row>
25055 <row>
25056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25057 \begin_inset Text
25058
25059 \begin_layout Plain Layout
25060
25061 \backslash
25062 varinjlim
25063 \end_layout
25064
25065 \end_inset
25066 </cell>
25067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25068 \begin_inset Text
25069
25070 \begin_layout Plain Layout
25071 \begin_inset Formula $\varinjlim$
25072 \end_inset
25073
25074
25075 \begin_inset Formula $\raisebox{-2.5mm}{}$
25076 \end_inset
25077
25078
25079 \end_layout
25080
25081 \end_inset
25082 </cell>
25083 </row>
25084 </lyxtabular>
25085
25086 \end_inset
25087
25088
25089 \end_layout
25090
25091 \begin_layout Standard
25092 \begin_inset VSpace medskip
25093 \end_inset
25094
25095 Der Grenzwert wird durch Tiefstellen erzeugt.
25096  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25097 \end_layout
25098
25099 \begin_layout Standard
25100 \align center
25101 \begin_inset Tabular
25102 <lyxtabular version="3" rows="2" columns="2">
25103 <features>
25104 <column alignment="center" valignment="top" width="0pt">
25105 <column alignment="center" valignment="top" width="0pt">
25106 <row>
25107 <cell alignment="center" valignment="top" usebox="none">
25108 \begin_inset Text
25109
25110 \begin_layout Plain Layout
25111 Befehl
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 <cell alignment="center" valignment="top" usebox="none">
25117 \begin_inset Text
25118
25119 \begin_layout Plain Layout
25120 \begin_inset space \hspace{}
25121 \length 1cm
25122 \end_inset
25123
25124 Ergebnis
25125 \begin_inset Note Note
25126 status collapsed
25127
25128 \begin_layout Plain Layout
25129
25130 \series bold
25131
25132 \backslash
25133 hspace
25134 \series default
25135  und 
25136 \series bold
25137
25138 \backslash
25139 raisebox
25140 \series default
25141  dienen nur als Abstandhalter.
25142 \end_layout
25143
25144 \end_inset
25145
25146
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 </row>
25152 <row>
25153 <cell alignment="center" valignment="top" usebox="none">
25154 \begin_inset Text
25155
25156 \begin_layout Plain Layout
25157
25158 \backslash
25159 lim_x
25160 \backslash
25161 to
25162 \begin_inset ERT
25163 status collapsed
25164
25165 \begin_layout Plain Layout
25166
25167
25168 \backslash
25169 leer 
25170 \end_layout
25171
25172 \end_inset
25173
25174 A
25175 \begin_inset ERT
25176 status collapsed
25177
25178 \begin_layout Plain Layout
25179
25180
25181 \backslash
25182 leer 
25183 \end_layout
25184
25185 \end_inset
25186
25187 x=B
25188 \end_layout
25189
25190 \end_inset
25191 </cell>
25192 <cell alignment="center" valignment="top" usebox="none">
25193 \begin_inset Text
25194
25195 \begin_layout Plain Layout
25196 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25197 \end_inset
25198
25199
25200 \end_layout
25201
25202 \end_inset
25203 </cell>
25204 </row>
25205 </lyxtabular>
25206
25207 \end_inset
25208
25209
25210 \end_layout
25211
25212 \begin_layout Standard
25213 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25214 \begin_inset Formula \[
25215 \lim_{x\to A}x=B\]
25216
25217 \end_inset
25218
25219
25220 \end_layout
25221
25222 \begin_layout Subsection
25223 Modulo-Funktionen
25224 \begin_inset Index
25225 status collapsed
25226
25227 \begin_layout Plain Layout
25228 Funktionen ! Modulo-
25229 \end_layout
25230
25231 \end_inset
25232
25233
25234 \end_layout
25235
25236 \begin_layout Standard
25237 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25238  Varianten.
25239 \end_layout
25240
25241 \begin_layout Standard
25242 Die Varianten in einer abgesetzten Formel:
25243 \begin_inset Formula \begin{align*}
25244 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25245 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
25246 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
25247 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
25248 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b\end{align*}
25249
25250 \end_inset
25251
25252
25253 \end_layout
25254
25255 \begin_layout Standard
25256 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25257  weniger Leerraum gesetzt.
25258 \end_layout
25259
25260 \begin_layout Section
25261 Sonderzeichen
25262 \begin_inset Index
25263 status collapsed
25264
25265 \begin_layout Plain Layout
25266 Sonderzeichen
25267 \end_layout
25268
25269 \end_inset
25270
25271
25272 \end_layout
25273
25274 \begin_layout Subsection
25275 Sonderzeichen im mathematischen Text
25276 \end_layout
25277
25278 \begin_layout Standard
25279 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25280  verwendet werden:
25281 \end_layout
25282
25283 \begin_layout Standard
25284 \begin_inset space \hfill{}
25285 \end_inset
25286
25287
25288 \begin_inset Tabular
25289 <lyxtabular version="3" rows="8" columns="2">
25290 <features>
25291 <column alignment="block" valignment="top" width="0">
25292 <column alignment="block" valignment="top" width="0">
25293 <row>
25294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25295 \begin_inset Text
25296
25297 \begin_layout Plain Layout
25298 Befehl
25299 \end_layout
25300
25301 \end_inset
25302 </cell>
25303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25304 \begin_inset Text
25305
25306 \begin_layout Plain Layout
25307 Ergebnis
25308 \end_layout
25309
25310 \end_inset
25311 </cell>
25312 </row>
25313 <row>
25314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25315 \begin_inset Text
25316
25317 \begin_layout Plain Layout
25318
25319 \backslash
25320 oe
25321 \end_layout
25322
25323 \end_inset
25324 </cell>
25325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25326 \begin_inset Text
25327
25328 \begin_layout Plain Layout
25329 \begin_inset Formula $\textrm{œ}$
25330 \end_inset
25331
25332
25333 \end_layout
25334
25335 \end_inset
25336 </cell>
25337 </row>
25338 <row>
25339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25340 \begin_inset Text
25341
25342 \begin_layout Plain Layout
25343
25344 \backslash
25345 OE
25346 \end_layout
25347
25348 \end_inset
25349 </cell>
25350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25351 \begin_inset Text
25352
25353 \begin_layout Plain Layout
25354 \begin_inset Formula $\textrm{Œ}$
25355 \end_inset
25356
25357
25358 \end_layout
25359
25360 \end_inset
25361 </cell>
25362 </row>
25363 <row>
25364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25365 \begin_inset Text
25366
25367 \begin_layout Plain Layout
25368
25369 \backslash
25370 ae
25371 \end_layout
25372
25373 \end_inset
25374 </cell>
25375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25376 \begin_inset Text
25377
25378 \begin_layout Plain Layout
25379 \begin_inset Formula $\textrm{æ}$
25380 \end_inset
25381
25382
25383 \end_layout
25384
25385 \end_inset
25386 </cell>
25387 </row>
25388 <row>
25389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25390 \begin_inset Text
25391
25392 \begin_layout Plain Layout
25393
25394 \backslash
25395 AE
25396 \end_layout
25397
25398 \end_inset
25399 </cell>
25400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25401 \begin_inset Text
25402
25403 \begin_layout Plain Layout
25404 \begin_inset Formula $\textrm{Æ}$
25405 \end_inset
25406
25407
25408 \end_layout
25409
25410 \end_inset
25411 </cell>
25412 </row>
25413 <row>
25414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25415 \begin_inset Text
25416
25417 \begin_layout Plain Layout
25418
25419 \backslash
25420 aa
25421 \end_layout
25422
25423 \end_inset
25424 </cell>
25425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25426 \begin_inset Text
25427
25428 \begin_layout Plain Layout
25429 \begin_inset Formula $\textrm{\aa}$
25430 \end_inset
25431
25432
25433 \end_layout
25434
25435 \end_inset
25436 </cell>
25437 </row>
25438 <row>
25439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25440 \begin_inset Text
25441
25442 \begin_layout Plain Layout
25443
25444 \backslash
25445 AA
25446 \begin_inset Index
25447 status collapsed
25448
25449 \begin_layout Plain Layout
25450 \begin_inset ERT
25451 status collapsed
25452
25453 \begin_layout Plain Layout
25454
25455
25456 \backslash
25457 @
25458 \backslash
25459 textrm{
25460 \backslash
25461 AA}
25462 \end_layout
25463
25464 \end_inset
25465
25466
25467 \end_layout
25468
25469 \end_inset
25470
25471
25472 \end_layout
25473
25474 \end_inset
25475 </cell>
25476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25477 \begin_inset Text
25478
25479 \begin_layout Plain Layout
25480 \begin_inset Formula $\textrm{Å}$
25481 \end_inset
25482
25483
25484 \end_layout
25485
25486 \end_inset
25487 </cell>
25488 </row>
25489 <row>
25490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25491 \begin_inset Text
25492
25493 \begin_layout Plain Layout
25494
25495 \backslash
25496 i
25497 \end_layout
25498
25499 \end_inset
25500 </cell>
25501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25502 \begin_inset Text
25503
25504 \begin_layout Plain Layout
25505 \begin_inset Formula $\textrm{ı}$
25506 \end_inset
25507
25508
25509 \end_layout
25510
25511 \end_inset
25512 </cell>
25513 </row>
25514 </lyxtabular>
25515
25516 \end_inset
25517
25518
25519 \begin_inset space \hfill{}
25520 \end_inset
25521
25522
25523 \begin_inset Tabular
25524 <lyxtabular version="3" rows="8" columns="2">
25525 <features>
25526 <column alignment="block" valignment="top" width="0">
25527 <column alignment="center" valignment="top" width="0">
25528 <row>
25529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25530 \begin_inset Text
25531
25532 \begin_layout Plain Layout
25533 Befehl
25534 \begin_inset Note Note
25535 status collapsed
25536
25537 \begin_layout Plain Layout
25538
25539 \series bold
25540
25541 \backslash
25542 hspace{0mm}
25543 \series default
25544  dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25545  ¿ erscheinen würde.
25546 \end_layout
25547
25548 \end_inset
25549
25550
25551 \end_layout
25552
25553 \end_inset
25554 </cell>
25555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25556 \begin_inset Text
25557
25558 \begin_layout Plain Layout
25559 Ergebnis
25560 \end_layout
25561
25562 \end_inset
25563 </cell>
25564 </row>
25565 <row>
25566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25567 \begin_inset Text
25568
25569 \begin_layout Plain Layout
25570
25571 \backslash
25572 o
25573 \end_layout
25574
25575 \end_inset
25576 </cell>
25577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25578 \begin_inset Text
25579
25580 \begin_layout Plain Layout
25581 \begin_inset Formula $\textrm{ø}$
25582 \end_inset
25583
25584
25585 \end_layout
25586
25587 \end_inset
25588 </cell>
25589 </row>
25590 <row>
25591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25592 \begin_inset Text
25593
25594 \begin_layout Plain Layout
25595
25596 \backslash
25597 O
25598 \end_layout
25599
25600 \end_inset
25601 </cell>
25602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25603 \begin_inset Text
25604
25605 \begin_layout Plain Layout
25606 \begin_inset Formula $\textrm{Ø}$
25607 \end_inset
25608
25609
25610 \end_layout
25611
25612 \end_inset
25613 </cell>
25614 </row>
25615 <row>
25616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25617 \begin_inset Text
25618
25619 \begin_layout Plain Layout
25620
25621 \backslash
25622 l
25623 \end_layout
25624
25625 \end_inset
25626 </cell>
25627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25628 \begin_inset Text
25629
25630 \begin_layout Plain Layout
25631 \begin_inset Formula $\textrm{ł}$
25632 \end_inset
25633
25634
25635 \end_layout
25636
25637 \end_inset
25638 </cell>
25639 </row>
25640 <row>
25641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25642 \begin_inset Text
25643
25644 \begin_layout Plain Layout
25645
25646 \backslash
25647 L
25648 \end_layout
25649
25650 \end_inset
25651 </cell>
25652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25653 \begin_inset Text
25654
25655 \begin_layout Plain Layout
25656 \begin_inset Formula $\textrm{Ł}$
25657 \end_inset
25658
25659
25660 \end_layout
25661
25662 \end_inset
25663 </cell>
25664 </row>
25665 <row>
25666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25667 \begin_inset Text
25668
25669 \begin_layout Plain Layout
25670 !
25671 \begin_inset space \hspace{}
25672 \length 0mm
25673 \end_inset
25674
25675 `
25676 \begin_inset ERT
25677 status collapsed
25678
25679 \begin_layout Plain Layout
25680
25681
25682 \backslash
25683 leer 
25684 \end_layout
25685
25686 \end_inset
25687
25688
25689 \end_layout
25690
25691 \end_inset
25692 </cell>
25693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25694 \begin_inset Text
25695
25696 \begin_layout Plain Layout
25697 \begin_inset Formula $\textrm{!`}$
25698 \end_inset
25699
25700
25701 \end_layout
25702
25703 \end_inset
25704 </cell>
25705 </row>
25706 <row>
25707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25708 \begin_inset Text
25709
25710 \begin_layout Plain Layout
25711 ?
25712 \begin_inset space \hspace{}
25713 \length 0mm
25714 \end_inset
25715
25716 `
25717 \begin_inset ERT
25718 status collapsed
25719
25720 \begin_layout Plain Layout
25721
25722
25723 \backslash
25724 leer 
25725 \end_layout
25726
25727 \end_inset
25728
25729
25730 \end_layout
25731
25732 \end_inset
25733 </cell>
25734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25735 \begin_inset Text
25736
25737 \begin_layout Plain Layout
25738 \begin_inset Formula $\textrm{?`}$
25739 \end_inset
25740
25741
25742 \end_layout
25743
25744 \end_inset
25745 </cell>
25746 </row>
25747 <row>
25748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25749 \begin_inset Text
25750
25751 \begin_layout Plain Layout
25752
25753 \backslash
25754 j
25755 \end_layout
25756
25757 \end_inset
25758 </cell>
25759 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25760 \begin_inset Text
25761
25762 \begin_layout Plain Layout
25763 \begin_inset Formula $\textrm{ȷ}$
25764 \end_inset
25765
25766
25767 \end_layout
25768
25769 \end_inset
25770 </cell>
25771 </row>
25772 </lyxtabular>
25773
25774 \end_inset
25775
25776
25777 \begin_inset space \hfill{}
25778 \end_inset
25779
25780
25781 \end_layout
25782
25783 \begin_layout Standard
25784 Die Zeichen 
25785 \begin_inset Formula $\textrm{\textrm{Å}}$
25786 \end_inset
25787
25788  und 
25789 \begin_inset Formula $\textrm{\textrm{Ø}}$
25790 \end_inset
25791
25792  können auch über den Mathe-Werkzeugleistenknopf 
25793 \begin_inset Graphics
25794         filename ../../images/math/digamma.png
25795         scale 85
25796
25797 \end_inset
25798
25799  eingefügt werden.
25800 \end_layout
25801
25802 \begin_layout Standard
25803 Eine Ausnahme bilden die Befehle 
25804 \series bold
25805 !
25806 \begin_inset space \hspace{}
25807 \length 0mm
25808 \end_inset
25809
25810 `
25811 \series default
25812  und 
25813 \series bold
25814 ?
25815 \begin_inset space \hspace{}
25816 \length 0mm
25817 \end_inset
25818
25819 `
25820 \series default
25821 , denn man kann sie in LyX direkt in den Text eingeben.
25822 \end_layout
25823
25824 \begin_layout Subsection
25825 Akzente im Text
25826 \begin_inset CommandInset label
25827 LatexCommand label
25828 name "sub:Sonderzeichen-Akzente"
25829
25830 \end_inset
25831
25832
25833 \begin_inset Index
25834 status collapsed
25835
25836 \begin_layout Plain Layout
25837 Akzente ! im Text
25838 \end_layout
25839
25840 \end_inset
25841
25842
25843 \end_layout
25844
25845 \begin_layout Standard
25846 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
25847  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
25848 \end_layout
25849
25850 \begin_layout Standard
25851 \begin_inset space \hfill{}
25852 \end_inset
25853
25854
25855 \begin_inset Tabular
25856 <lyxtabular version="3" rows="8" columns="2">
25857 <features>
25858 <column alignment="block" valignment="top" width="0">
25859 <column alignment="block" valignment="top" width="0">
25860 <row>
25861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25862 \begin_inset Text
25863
25864 \begin_layout Plain Layout
25865 Befehl
25866 \end_layout
25867
25868 \end_inset
25869 </cell>
25870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25871 \begin_inset Text
25872
25873 \begin_layout Plain Layout
25874 Ergebnis
25875 \end_layout
25876
25877 \end_inset
25878 </cell>
25879 </row>
25880 <row>
25881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25882 \begin_inset Text
25883
25884 \begin_layout Plain Layout
25885
25886 \backslash
25887
25888 \begin_inset Quotes grd
25889 \end_inset
25890
25891 e
25892 \end_layout
25893
25894 \end_inset
25895 </cell>
25896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25897 \begin_inset Text
25898
25899 \begin_layout Plain Layout
25900 \begin_inset ERT
25901 status collapsed
25902
25903 \begin_layout Plain Layout
25904
25905
25906 \backslash
25907 "e
25908 \end_layout
25909
25910 \end_inset
25911
25912
25913 \end_layout
25914
25915 \end_inset
25916 </cell>
25917 </row>
25918 <row>
25919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25920 \begin_inset Text
25921
25922 \begin_layout Plain Layout
25923
25924 \backslash
25925 `e
25926 \end_layout
25927
25928 \end_inset
25929 </cell>
25930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25931 \begin_inset Text
25932
25933 \begin_layout Plain Layout
25934 \begin_inset ERT
25935 status collapsed
25936
25937 \begin_layout Plain Layout
25938
25939
25940 \backslash
25941 `e
25942 \end_layout
25943
25944 \end_inset
25945
25946
25947 \end_layout
25948
25949 \end_inset
25950 </cell>
25951 </row>
25952 <row>
25953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25954 \begin_inset Text
25955
25956 \begin_layout Plain Layout
25957
25958 \backslash
25959 ^
25960 \begin_inset ERT
25961 status collapsed
25962
25963 \begin_layout Plain Layout
25964
25965
25966 \backslash
25967 leer 
25968 \end_layout
25969
25970 \end_inset
25971
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 =e
26007 \end_layout
26008
26009 \end_inset
26010 </cell>
26011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26012 \begin_inset Text
26013
26014 \begin_layout Plain Layout
26015 \begin_inset ERT
26016 status collapsed
26017
26018 \begin_layout Plain Layout
26019
26020
26021 \backslash
26022 =e
26023 \end_layout
26024
26025 \end_inset
26026
26027
26028 \end_layout
26029
26030 \end_inset
26031 </cell>
26032 </row>
26033 <row>
26034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26035 \begin_inset Text
26036
26037 \begin_layout Plain Layout
26038
26039 \backslash
26040 u
26041 \begin_inset ERT
26042 status collapsed
26043
26044 \begin_layout Plain Layout
26045
26046
26047 \backslash
26048 leer 
26049 \end_layout
26050
26051 \end_inset
26052
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 u 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" bottomline="true" leftline="true" usebox="none">
26082 \begin_inset Text
26083
26084 \begin_layout Plain Layout
26085
26086 \backslash
26087 b
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" bottomline="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 b 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" bottomline="true" leftline="true" usebox="none">
26129 \begin_inset Text
26130
26131 \begin_layout Plain Layout
26132
26133 \backslash
26134 t
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 ee
26148 \end_layout
26149
26150 \end_inset
26151 </cell>
26152 <cell alignment="center" valignment="top" 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 t ee
26164 \end_layout
26165
26166 \end_inset
26167
26168
26169 \end_layout
26170
26171 \end_inset
26172 </cell>
26173 </row>
26174 </lyxtabular>
26175
26176 \end_inset
26177
26178
26179 \begin_inset space \hfill{}
26180 \end_inset
26181
26182
26183 \begin_inset Tabular
26184 <lyxtabular version="3" rows="8" columns="2">
26185 <features>
26186 <column alignment="block" valignment="top" width="0">
26187 <column alignment="center" valignment="top" width="0">
26188 <row>
26189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26190 \begin_inset Text
26191
26192 \begin_layout Plain Layout
26193 Befehl
26194 \end_layout
26195
26196 \end_inset
26197 </cell>
26198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26199 \begin_inset Text
26200
26201 \begin_layout Plain Layout
26202 Ergebnis
26203 \end_layout
26204
26205 \end_inset
26206 </cell>
26207 </row>
26208 <row>
26209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26210 \begin_inset Text
26211
26212 \begin_layout Plain Layout
26213
26214 \backslash
26215 H
26216 \begin_inset ERT
26217 status collapsed
26218
26219 \begin_layout Plain Layout
26220
26221
26222 \backslash
26223 leer 
26224 \end_layout
26225
26226 \end_inset
26227
26228 e
26229 \end_layout
26230
26231 \end_inset
26232 </cell>
26233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26234 \begin_inset Text
26235
26236 \begin_layout Plain Layout
26237 \begin_inset ERT
26238 status collapsed
26239
26240 \begin_layout Plain Layout
26241
26242
26243 \backslash
26244 H e
26245 \end_layout
26246
26247 \end_inset
26248
26249
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 'e
26263 \end_layout
26264
26265 \end_inset
26266 </cell>
26267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26268 \begin_inset Text
26269
26270 \begin_layout Plain Layout
26271 \begin_inset ERT
26272 status collapsed
26273
26274 \begin_layout Plain Layout
26275
26276
26277 \backslash
26278 'e
26279 \end_layout
26280
26281 \end_inset
26282
26283
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 </row>
26289 <row>
26290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26291 \begin_inset Text
26292
26293 \begin_layout Plain Layout
26294
26295 \backslash
26296 ~e
26297 \begin_inset Index
26298 status collapsed
26299
26300 \begin_layout Plain Layout
26301 Tilde
26302 \end_layout
26303
26304 \end_inset
26305
26306
26307 \end_layout
26308
26309 \end_inset
26310 </cell>
26311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26312 \begin_inset Text
26313
26314 \begin_layout Plain Layout
26315 \begin_inset ERT
26316 status collapsed
26317
26318 \begin_layout Plain Layout
26319
26320
26321 \backslash
26322 ~e
26323 \end_layout
26324
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \end_inset
26331 </cell>
26332 </row>
26333 <row>
26334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26335 \begin_inset Text
26336
26337 \begin_layout Plain Layout
26338
26339 \backslash
26340 .e
26341 \end_layout
26342
26343 \end_inset
26344 </cell>
26345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26346 \begin_inset Text
26347
26348 \begin_layout Plain Layout
26349 \begin_inset ERT
26350 status collapsed
26351
26352 \begin_layout Plain Layout
26353
26354
26355 \backslash
26356 .e
26357 \end_layout
26358
26359 \end_inset
26360
26361
26362 \end_layout
26363
26364 \end_inset
26365 </cell>
26366 </row>
26367 <row>
26368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26369 \begin_inset Text
26370
26371 \begin_layout Plain Layout
26372
26373 \backslash
26374 v
26375 \begin_inset ERT
26376 status collapsed
26377
26378 \begin_layout Plain Layout
26379
26380
26381 \backslash
26382 leer 
26383 \end_layout
26384
26385 \end_inset
26386
26387 e
26388 \end_layout
26389
26390 \end_inset
26391 </cell>
26392 <cell alignment="center" valignment="top" topline="true" bottomline="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 v 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" bottomline="true" leftline="true" usebox="none">
26416 \begin_inset Text
26417
26418 \begin_layout Plain Layout
26419
26420 \backslash
26421 d
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" 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 d 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 c
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 c e
26498 \end_layout
26499
26500 \end_inset
26501
26502
26503 \end_layout
26504
26505 \end_inset
26506 </cell>
26507 </row>
26508 </lyxtabular>
26509
26510 \end_inset
26511
26512
26513 \begin_inset space \hfill{}
26514 \end_inset
26515
26516
26517 \end_layout
26518
26519 \begin_layout Standard
26520 \begin_inset VSpace medskip
26521 \end_inset
26522
26523 Mit dem Befehl 
26524 \series bold
26525
26526 \backslash
26527 t
26528 \series default
26529  können auch zwei verschiedene Zeichen akzentuiert werden.
26530  Der Befehl 
26531 \series bold
26532
26533 \backslash
26534 t
26535 \begin_inset ERT
26536 status collapsed
26537
26538 \begin_layout Plain Layout
26539
26540
26541 \backslash
26542 leer 
26543 \end_layout
26544
26545 \end_inset
26546
26547 sz
26548 \series default
26549  ergibt: 
26550 \begin_inset ERT
26551 status collapsed
26552
26553 \begin_layout Plain Layout
26554
26555
26556 \backslash
26557 t sz
26558 \end_layout
26559
26560 \end_inset
26561
26562
26563 \end_layout
26564
26565 \begin_layout Standard
26566 Die Akzente 
26567 \series bold
26568 `
26569 \series default
26570  , 
26571 \series bold
26572 '
26573 \series default
26574  und 
26575 \series bold
26576 ^
26577 \series default
26578  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
26579  werden ohne den TeX-Modus zu benutzen.
26580  Dasselbe gilt für die Tilde
26581 \begin_inset Foot
26582 status collapsed
26583
26584 \begin_layout Plain Layout
26585 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
26586 \end_layout
26587
26588 \end_inset
26589
26590  
26591 \series bold
26592 ~
26593 \series default
26594  in Verbindung mit 
26595 \emph on
26596 a
26597 \emph default
26598  , 
26599 \emph on
26600 n
26601 \emph default
26602  oder 
26603 \emph on
26604 o
26605 \emph default
26606 .
26607 \end_layout
26608
26609 \begin_layout Standard
26610 Die Befehle 
26611 \series bold
26612
26613 \backslash
26614 b
26615 \series default
26616  , 
26617 \series bold
26618
26619 \backslash
26620 c
26621 \series default
26622  , 
26623 \series bold
26624
26625 \backslash
26626 d
26627 \series default
26628  , 
26629 \series bold
26630
26631 \backslash
26632 H
26633 \series default
26634  , 
26635 \series bold
26636
26637 \backslash
26638 t
26639 \series default
26640  , 
26641 \series bold
26642
26643 \backslash
26644 u
26645 \series default
26646  , 
26647 \series bold
26648
26649 \backslash
26650 v
26651 \series default
26652  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
26653  Textmodus verfügbar.
26654  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
26655  
26656 \begin_inset CommandInset ref
26657 LatexCommand ref
26658 reference "sub:Akzente-für-ein"
26659
26660 \end_inset
26661
26662 .
26663 \end_layout
26664
26665 \begin_layout Standard
26666 \begin_inset VSpace bigskip
26667 \end_inset
26668
26669 Des Weiteren kann man mit dem Befehl 
26670 \series bold
26671
26672 \backslash
26673 textcircled
26674 \series default
26675
26676 \begin_inset Index
26677 status collapsed
26678
26679 \begin_layout Plain Layout
26680 Befehle ! T ! 
26681 \backslash
26682 textcircled
26683 \end_layout
26684
26685 \end_inset
26686
26687 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
26688  Kreis setzen, quasi mit einem Kreis akzentuieren.
26689 \end_layout
26690
26691 \begin_layout Standard
26692 \align center
26693 \begin_inset Tabular
26694 <lyxtabular version="3" rows="3" columns="2">
26695 <features>
26696 <column alignment="center" valignment="top" width="0">
26697 <column alignment="center" valignment="top" width="0">
26698 <row>
26699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26700 \begin_inset Text
26701
26702 \begin_layout Plain Layout
26703 Befehl
26704 \end_layout
26705
26706 \end_inset
26707 </cell>
26708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26709 \begin_inset Text
26710
26711 \begin_layout Plain Layout
26712 Ergebnis
26713 \begin_inset Note Note
26714 status collapsed
26715
26716 \begin_layout Plain Layout
26717
26718 \series bold
26719
26720 \backslash
26721 raisebox
26722 \series default
26723  in der Formel dient nur als Abstandhalter.
26724 \end_layout
26725
26726 \end_inset
26727
26728
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
26733 </row>
26734 <row>
26735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26736 \begin_inset Text
26737
26738 \begin_layout Plain Layout
26739
26740 \backslash
26741 textcircled{w}
26742 \end_layout
26743
26744 \end_inset
26745 </cell>
26746 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26747 \begin_inset Text
26748
26749 \begin_layout Plain Layout
26750 \begin_inset ERT
26751 status collapsed
26752
26753 \begin_layout Plain Layout
26754
26755
26756 \backslash
26757 textcircled{w}
26758 \end_layout
26759
26760 \end_inset
26761
26762
26763 \end_layout
26764
26765 \end_inset
26766 </cell>
26767 </row>
26768 <row>
26769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26770 \begin_inset Text
26771
26772 \begin_layout Plain Layout
26773
26774 \backslash
26775 Large 
26776 \backslash
26777 textcircled{
26778 \backslash
26779 normalsize
26780 \backslash
26781 protect
26782 \backslash
26783 raisebox{-1.5pt}{W}}
26784 \end_layout
26785
26786 \end_inset
26787 </cell>
26788 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26789 \begin_inset Text
26790
26791 \begin_layout Plain Layout
26792 \begin_inset Formula $\raisebox{4.5mm}{}$
26793 \end_inset
26794
26795
26796 \begin_inset ERT
26797 status collapsed
26798
26799 \begin_layout Plain Layout
26800
26801
26802 \backslash
26803 Large 
26804 \backslash
26805 textcircled{
26806 \backslash
26807 normalsize
26808 \backslash
26809 protect
26810 \backslash
26811 raisebox{-1.5pt}W}
26812 \end_layout
26813
26814 \end_inset
26815
26816
26817 \begin_inset Formula $\raisebox{-2mm}{}$
26818 \end_inset
26819
26820
26821 \end_layout
26822
26823 \end_inset
26824 </cell>
26825 </row>
26826 </lyxtabular>
26827
26828 \end_inset
26829
26830
26831 \end_layout
26832
26833 \begin_layout Standard
26834 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
26835  
26836 \series bold
26837
26838 \backslash
26839 Large
26840 \series default
26841
26842 \begin_inset Foot
26843 status collapsed
26844
26845 \begin_layout Plain Layout
26846 siehe 
26847 \begin_inset CommandInset ref
26848 LatexCommand ref
26849 reference "sub:Schriftgrößen"
26850
26851 \end_inset
26852
26853
26854 \end_layout
26855
26856 \end_inset
26857
26858  bestimmt dabei die Größe des Kreises.
26859  Mit Hilfe von 
26860 \series bold
26861
26862 \backslash
26863 raisebox
26864 \series default
26865
26866 \begin_inset Foot
26867 status collapsed
26868
26869 \begin_layout Plain Layout
26870 siehe 
26871 \begin_inset CommandInset ref
26872 LatexCommand ref
26873 reference "sub:Boxen-ohne-Rahmen"
26874
26875 \end_inset
26876
26877
26878 \end_layout
26879
26880 \end_inset
26881
26882  kann man das Zeichen zentrieren.
26883 \end_layout
26884
26885 \begin_layout Subsection
26886 Minuskelziffern
26887 \begin_inset Index
26888 status collapsed
26889
26890 \begin_layout Plain Layout
26891 Minuskelziffern
26892 \end_layout
26893
26894 \end_inset
26895
26896
26897 \end_layout
26898
26899 \begin_layout Standard
26900 Minuskelziffern werden mit dem Befehl 
26901 \series bold
26902
26903 \backslash
26904 oldstylenums
26905 \series default
26906
26907 \begin_inset Index
26908 status collapsed
26909
26910 \begin_layout Plain Layout
26911 Befehle ! O ! 
26912 \backslash
26913 oldstylenums
26914 \end_layout
26915
26916 \end_inset
26917
26918  erzeugt.
26919  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
26920  Das Befehlsschema lautet:
26921 \end_layout
26922
26923 \begin_layout Standard
26924
26925 \series bold
26926
26927 \backslash
26928 oldstylenums{Ziffer}
26929 \end_layout
26930
26931 \begin_layout Standard
26932 Der Befehl 
26933 \series bold
26934
26935 \backslash
26936 oldstylenums{0123456789
26937 \series default
26938  ergibt: 
26939 \begin_inset Formula $\oldstylenums{0123456789}$
26940 \end_inset
26941
26942
26943 \end_layout
26944
26945 \begin_layout Subsection
26946 Sonstige Sonderzeichen
26947 \begin_inset CommandInset label
26948 LatexCommand label
26949 name "sub:Sonstige-Sonderzeichen"
26950
26951 \end_inset
26952
26953
26954 \begin_inset Index
26955 status collapsed
26956
26957 \begin_layout Plain Layout
26958 Sonderzeichen ! sonstige
26959 \end_layout
26960
26961 \end_inset
26962
26963
26964 \end_layout
26965
26966 \begin_layout Standard
26967 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
26968 \end_layout
26969
26970 \begin_layout Standard
26971 \align center
26972 \begin_inset Tabular
26973 <lyxtabular version="3" rows="4" columns="2">
26974 <features>
26975 <column alignment="center" valignment="top" width="0">
26976 <column alignment="center" valignment="top" width="0">
26977 <row>
26978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26979 \begin_inset Text
26980
26981 \begin_layout Plain Layout
26982 Befehl
26983 \end_layout
26984
26985 \end_inset
26986 </cell>
26987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26988 \begin_inset Text
26989
26990 \begin_layout Plain Layout
26991 Ergebnis
26992 \end_layout
26993
26994 \end_inset
26995 </cell>
26996 </row>
26997 <row>
26998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26999 \begin_inset Text
27000
27001 \begin_layout Plain Layout
27002
27003 \backslash
27004 ^
27005 \begin_inset ERT
27006 status collapsed
27007
27008 \begin_layout Plain Layout
27009
27010
27011 \backslash
27012 leer 
27013 \end_layout
27014
27015 \end_inset
27016
27017
27018 \end_layout
27019
27020 \end_inset
27021 </cell>
27022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27023 \begin_inset Text
27024
27025 \begin_layout Plain Layout
27026 \begin_inset Formula $\mathcircumflex$
27027 \end_inset
27028
27029
27030 \end_layout
27031
27032 \end_inset
27033 </cell>
27034 </row>
27035 <row>
27036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27037 \begin_inset Text
27038
27039 \begin_layout Plain Layout
27040
27041 \backslash
27042 _
27043 \end_layout
27044
27045 \end_inset
27046 </cell>
27047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27048 \begin_inset Text
27049
27050 \begin_layout Plain Layout
27051 \begin_inset Formula $\_$
27052 \end_inset
27053
27054
27055 \end_layout
27056
27057 \end_inset
27058 </cell>
27059 </row>
27060 <row>
27061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27062 \begin_inset Text
27063
27064 \begin_layout Plain Layout
27065 ^
27066 \begin_inset ERT
27067 status collapsed
27068
27069 \begin_layout Plain Layout
27070
27071
27072 \backslash
27073 leer 
27074 \end_layout
27075
27076 \end_inset
27077
27078
27079 \backslash
27080 circ
27081 \begin_inset Index
27082 status collapsed
27083
27084 \begin_layout Plain Layout
27085 °
27086 \end_layout
27087
27088 \end_inset
27089
27090
27091 \end_layout
27092
27093 \end_inset
27094 </cell>
27095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27096 \begin_inset Text
27097
27098 \begin_layout Plain Layout
27099 \begin_inset Formula $^{\circ}$
27100 \end_inset
27101
27102
27103 \end_layout
27104
27105 \end_inset
27106 </cell>
27107 </row>
27108 </lyxtabular>
27109
27110 \end_inset
27111
27112
27113 \end_layout
27114
27115 \begin_layout Standard
27116 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27117  folgende Zeile enthält
27118 \begin_inset Foot
27119 status collapsed
27120
27121 \begin_layout Plain Layout
27122 Mehr dazu ist in 
27123 \begin_inset CommandInset ref
27124 LatexCommand ref
27125 reference "sub:Textzeichen-in-Formeln"
27126
27127 \end_inset
27128
27129  beschrieben.
27130 \end_layout
27131
27132 \end_inset
27133
27134 :
27135 \end_layout
27136
27137 \begin_layout Standard
27138
27139 \series bold
27140
27141 \backslash
27142 DeclareInputText{176}{
27143 \backslash
27144 ifmmode^
27145 \backslash
27146 circ
27147 \backslash
27148 else
27149 \backslash
27150 textdegree
27151 \backslash
27152 fi}
27153 \end_layout
27154
27155 \begin_layout Section
27156 Formelstile
27157 \begin_inset CommandInset label
27158 LatexCommand label
27159 name "sec:Formelstile"
27160
27161 \end_inset
27162
27163
27164 \begin_inset Index
27165 status collapsed
27166
27167 \begin_layout Plain Layout
27168 Formel ! Stile
27169 \end_layout
27170
27171 \end_inset
27172
27173
27174 \end_layout
27175
27176 \begin_layout Itemize
27177 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27178 \end_layout
27179
27180 \begin_deeper
27181 \begin_layout Description
27182 Zentriert ist der voreingestellte Standard
27183 \end_layout
27184
27185 \begin_layout Description
27186 Eingerückt dazu muss im Menü 
27187 \family sans
27188 Dokument\SpecialChar \menuseparator
27189 Einstellungen
27190 \family default
27191  unter 
27192 \family sans
27193 Dokumentklasse
27194 \family default
27195  die Option 
27196 \series bold
27197 fleqn
27198 \series default
27199  eingeben werden
27200 \end_layout
27201
27202 \begin_layout Standard
27203 Wird 
27204 \series bold
27205 Eingerückt
27206 \series default
27207  verwendet, kann mit der Länge 
27208 \series bold
27209
27210 \backslash
27211 mathindent
27212 \series default
27213
27214 \begin_inset Index
27215 status collapsed
27216
27217 \begin_layout Plain Layout
27218 Befehle ! M ! 
27219 \backslash
27220 mathindent
27221 \end_layout
27222
27223 \end_inset
27224
27225  die Einrückung eingestellt werden.
27226  Soll der Abstand 15
27227 \begin_inset space \thinspace{}
27228 \end_inset
27229
27230 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27231 \end_layout
27232
27233 \begin_layout Standard
27234
27235 \series bold
27236
27237 \backslash
27238 setlength{
27239 \backslash
27240 mathindent}{15mm}
27241 \end_layout
27242
27243 \begin_layout Standard
27244 ein.
27245  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27246 \begin_inset space \thinspace{}
27247 \end_inset
27248
27249 pt verwendet.
27250 \end_layout
27251
27252 \end_deeper
27253 \begin_layout Itemize
27254 Und zwei verschiedene Nummerierungsstile:
27255 \end_layout
27256
27257 \begin_deeper
27258 \begin_layout Description
27259 Rechts ist der voreingestellte Standard
27260 \end_layout
27261
27262 \begin_layout Description
27263 Links dazu muss im Menü 
27264 \family sans
27265 Dokument\SpecialChar \menuseparator
27266 Einstellungen
27267 \family default
27268  unter 
27269 \family sans
27270 Dokumentklasse
27271 \family default
27272  die Option 
27273 \series bold
27274 leqno
27275 \series default
27276  eingeben werden
27277 \end_layout
27278
27279 \end_deeper
27280 \begin_layout Standard
27281
27282 \series bold
27283 fleqn
27284 \series default
27285  und 
27286 \series bold
27287 leqno
27288 \series default
27289  können auch gemeinsam verwendet werden.
27290  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27291 n.
27292 \end_layout
27293
27294 \begin_layout Standard
27295 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27296  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27297  ausgerichtete Formeln setzen, verwendet man den Stil 
27298 \series bold
27299 Zentriert
27300 \series default
27301 .
27302  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27303  
27304 \begin_inset CommandInset ref
27305 LatexCommand ref
27306 reference "sub:Flalign-Umgebung"
27307
27308 \end_inset
27309
27310 .
27311 \end_layout
27312
27313 \begin_layout Section
27314 Mehrzeilige Formeln
27315 \begin_inset CommandInset label
27316 LatexCommand label
27317 name "sec:Mehrzeilige-Formeln"
27318
27319 \end_inset
27320
27321
27322 \begin_inset Index
27323 status collapsed
27324
27325 \begin_layout Plain Layout
27326 Formel ! mehrzeilige
27327 \end_layout
27328
27329 \end_inset
27330
27331
27332 \end_layout
27333
27334 \begin_layout Subsection
27335 Allgemeines
27336 \end_layout
27337
27338 \begin_layout Standard
27339 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27340 \family sans
27341 \series bold
27342 Strg-Enter
27343 \family default
27344 \series default
27345  drückt.
27346  Dies erzeugt entweder eine 
27347 \series bold
27348 eqnarray-Umgebung
27349 \series default
27350 , die in 
27351 \begin_inset CommandInset ref
27352 LatexCommand ref
27353 reference "sub:Eqnarray-Umgebung"
27354
27355 \end_inset
27356
27357  beschrieben ist oder, wenn die Option 
27358 \family sans
27359 AMS-Mathe-Paket verwenden
27360 \family default
27361  in den Dokumenteinstellungen gewählt ist, eine 
27362 \series bold
27363 align-Umgebung
27364 \series default
27365 , die in 
27366 \begin_inset CommandInset ref
27367 LatexCommand ref
27368 reference "sub:Standard-align-Umgebung"
27369
27370 \end_inset
27371
27372  beschrieben ist.
27373 \end_layout
27374
27375 \begin_layout Standard
27376 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27377 \family sans
27378 Einfügen\SpecialChar \menuseparator
27379 Mathe
27380 \family default
27381  erstellt werden können.
27382  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27383 \end_layout
27384
27385 \begin_layout Standard
27386 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27387  man 
27388 \family sans
27389 Strg-Enter
27390 \family default
27391  drückt.
27392  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27393 fe 
27394 \begin_inset Graphics
27395         filename ../../images/tabular-feature_append-row.png
27396         scale 85
27397
27398 \end_inset
27399
27400  bzw.
27401 \begin_inset space ~
27402 \end_inset
27403
27404
27405 \begin_inset Graphics
27406         filename ../../images/tabular-feature_delete-row.png
27407         scale 85
27408
27409 \end_inset
27410
27411  oder das Menü 
27412 \family sans
27413 Bearbeiten\SpecialChar \menuseparator
27414 Zeilen & Spalten
27415 \family default
27416  verwendet werden.
27417 \end_layout
27418
27419 \begin_layout Subsubsection
27420 Zeilenabstand
27421 \begin_inset CommandInset label
27422 LatexCommand label
27423 name "sub:Zeilenabstand"
27424
27425 \end_inset
27426
27427
27428 \begin_inset Index
27429 status collapsed
27430
27431 \begin_layout Plain Layout
27432 Formel ! mehrzeilige ! Zeilenabstand
27433 \end_layout
27434
27435 \end_inset
27436
27437
27438 \end_layout
27439
27440 \begin_layout Standard
27441 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27442 \begin_inset Formula \begin{eqnarray*}
27443 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}\\
27444 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*}
27445
27446 \end_inset
27447
27448
27449 \end_layout
27450
27451 \begin_layout Standard
27452 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27453 chbefehls angegeben.
27454  Dies ist in LyX aber nicht möglich
27455 \begin_inset Foot
27456 status collapsed
27457
27458 \begin_layout Plain Layout
27459 siehe 
27460 \begin_inset CommandInset href
27461 LatexCommand href
27462 name "LyX-Fehler #1505"
27463 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27464
27465 \end_inset
27466
27467
27468 \end_layout
27469
27470 \end_inset
27471
27472 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
27473  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
27474  Zeile den Befehl 
27475 \series bold
27476
27477 \backslash
27478
27479 \backslash
27480 [3mm]
27481 \series default
27482  ein.
27483  Damit erhält man: 
27484 \begin_inset ERT
27485 status collapsed
27486
27487 \begin_layout Plain Layout
27488
27489
27490 \backslash
27491 begin{eqnarray*}
27492 \end_layout
27493
27494 \begin_layout Plain Layout
27495
27496 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27497  = & 
27498 \backslash
27499 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27500 \backslash
27501
27502 \backslash
27503 [3mm]
27504 \end_layout
27505
27506 \begin_layout Plain Layout
27507
27508 4x^{2}
27509 \backslash
27510 left(B^{2}+x_{0}^{2}
27511 \backslash
27512 right)+4x_{0}x
27513 \backslash
27514 left(D-B^{2}
27515 \backslash
27516 right)+B^{2}
27517 \backslash
27518 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27519 \backslash
27520 right) & = & 0
27521 \end_layout
27522
27523 \begin_layout Plain Layout
27524
27525
27526 \backslash
27527 end{eqnarray*}
27528 \end_layout
27529
27530 \end_inset
27531
27532
27533 \end_layout
27534
27535 \begin_layout Standard
27536 \begin_inset VSpace bigskip
27537 \end_inset
27538
27539 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
27540  man die Länge 
27541 \series bold
27542
27543 \backslash
27544 jot
27545 \series default
27546
27547 \begin_inset Index
27548 status collapsed
27549
27550 \begin_layout Plain Layout
27551 Befehle ! J ! 
27552 \backslash
27553 jot
27554 \end_layout
27555
27556 \end_inset
27557
27558 .
27559  Es gilt 
27560 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
27561 \end_inset
27562
27563 .
27564  Voreingestellt ist für 
27565 \series bold
27566
27567 \backslash
27568 jot
27569 \series default
27570  der Wert 3
27571 \begin_inset space \thinspace{}
27572 \end_inset
27573
27574 pt.
27575  Um wie im vorigen Beispiel 3
27576 \begin_inset space \thinspace{}
27577 \end_inset
27578
27579 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
27580 \end_layout
27581
27582 \begin_layout Standard
27583
27584 \series bold
27585
27586 \backslash
27587 setlength{
27588 \backslash
27589 jot}{3mm+3pt}
27590 \end_layout
27591
27592 \begin_layout Standard
27593 im TeX-Modus vor der Formel ein.
27594  Das setzt voraus, dass das LaTeX-Paket 
27595 \series bold
27596 calc
27597 \series default
27598
27599 \begin_inset Foot
27600 status collapsed
27601
27602 \begin_layout Plain Layout
27603
27604 \series bold
27605 calc
27606 \series default
27607  ist Teil jeder LaTeX-Standardinstallation.
27608 \end_layout
27609
27610 \end_inset
27611
27612
27613 \begin_inset Index
27614 status collapsed
27615
27616 \begin_layout Plain Layout
27617 Pakete ! calc
27618 \end_layout
27619
27620 \end_inset
27621
27622  im LaTeX-Vorspann mit der Zeile
27623 \end_layout
27624
27625 \begin_layout Standard
27626
27627 \series bold
27628
27629 \backslash
27630 usepackage{calc}
27631 \end_layout
27632
27633 \begin_layout Standard
27634 geladen wurde.
27635 \end_layout
27636
27637 \begin_layout Standard
27638 Man erhält: 
27639 \begin_inset ERT
27640 status collapsed
27641
27642 \begin_layout Plain Layout
27643
27644
27645 \backslash
27646 setlength{
27647 \backslash
27648 jot}{3mm+3pt}
27649 \end_layout
27650
27651 \end_inset
27652
27653
27654 \begin_inset Formula \begin{eqnarray*}
27655 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}\\
27656 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*}
27657
27658 \end_inset
27659
27660
27661 \end_layout
27662
27663 \begin_layout Standard
27664 \begin_inset ERT
27665 status collapsed
27666
27667 \begin_layout Plain Layout
27668
27669
27670 \backslash
27671 setlength{
27672 \backslash
27673 jot}{3pt}
27674 \end_layout
27675
27676 \end_inset
27677
27678  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
27679 \series bold
27680
27681 \backslash
27682 jot
27683 \series default
27684  auf den Wert 3
27685 \begin_inset space \thinspace{}
27686 \end_inset
27687
27688 pt.
27689 \end_layout
27690
27691 \begin_layout Subsubsection
27692 Spaltenabstand
27693 \begin_inset CommandInset label
27694 LatexCommand label
27695 name "sub:Spaltenabstand"
27696
27697 \end_inset
27698
27699
27700 \begin_inset Index
27701 status collapsed
27702
27703 \begin_layout Plain Layout
27704 Formel ! mehrzeilige ! Spaltenabstand
27705 \end_layout
27706
27707 \end_inset
27708
27709
27710 \end_layout
27711
27712 \begin_layout Standard
27713 Mehrzeilige Formeln bilden eine Matrix.
27714  Eine Formel in der Eqnarray-Umgebung ist z.
27715 \begin_inset space \thinspace{}
27716 \end_inset
27717
27718 B.
27719  eine dreispaltige Matrix.
27720  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
27721  neben den Relationszeichen ändern.
27722 \end_layout
27723
27724 \begin_layout Standard
27725 Der Spaltenabstand wird mit der Länge 
27726 \series bold
27727
27728 \backslash
27729 arraycolsep
27730 \series default
27731
27732 \begin_inset Index
27733 status collapsed
27734
27735 \begin_layout Plain Layout
27736 Befehle ! A ! 
27737 \backslash
27738 arraycolsep
27739 \end_layout
27740
27741 \end_inset
27742
27743  festgelegt, wobei gilt:
27744 \begin_inset Newline newline
27745 \end_inset
27746
27747 Spaltenabstand = 2
27748 \begin_inset space \thinspace{}
27749 \end_inset
27750
27751
27752 \series bold
27753
27754 \backslash
27755 arraycolsep
27756 \series default
27757 .
27758 \begin_inset Newline newline
27759 \end_inset
27760
27761 Der im TeX-Modus eingegebene Befehl
27762 \end_layout
27763
27764 \begin_layout Standard
27765
27766 \series bold
27767
27768 \backslash
27769 setlength{
27770 \backslash
27771 arraycolsep}{1cm}
27772 \end_layout
27773
27774 \begin_layout Standard
27775 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
27776 \begin_inset space \thinspace{}
27777 \end_inset
27778
27779 cm.
27780  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
27781 \series bold
27782
27783 \backslash
27784 arraycolsep
27785 \series default
27786  auf 5
27787 \begin_inset space \thinspace{}
27788 \end_inset
27789
27790 pt.
27791 \end_layout
27792
27793 \begin_layout Standard
27794 Eine Formel mit 2
27795 \begin_inset space \thinspace{}
27796 \end_inset
27797
27798 cm Spaltenabstand:
27799 \begin_inset ERT
27800 status collapsed
27801
27802 \begin_layout Plain Layout
27803
27804
27805 \backslash
27806 setlength{
27807 \backslash
27808 arraycolsep}{1cm}
27809 \end_layout
27810
27811 \end_inset
27812
27813
27814 \begin_inset Formula \begin{eqnarray*}
27815 A & = & B\\
27816 C & \ne & A\end{eqnarray*}
27817
27818 \end_inset
27819
27820 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
27821 \begin_inset space \thinspace{}
27822 \end_inset
27823
27824 pt:
27825 \begin_inset ERT
27826 status collapsed
27827
27828 \begin_layout Plain Layout
27829
27830
27831 \backslash
27832 setlength{
27833 \backslash
27834 arraycolsep}{5pt}
27835 \end_layout
27836
27837 \end_inset
27838
27839
27840 \begin_inset Formula \begin{eqnarray*}
27841 A & = & B\\
27842 C & \ne & A\end{eqnarray*}
27843
27844 \end_inset
27845
27846
27847 \end_layout
27848
27849 \begin_layout Subsubsection
27850 Lange Formeln
27851 \begin_inset Index
27852 status collapsed
27853
27854 \begin_layout Plain Layout
27855 Formel ! lange
27856 \end_layout
27857
27858 \end_inset
27859
27860
27861 \end_layout
27862
27863 \begin_layout Standard
27864 Lange Formeln kann man wie folgt setzen:
27865 \end_layout
27866
27867 \begin_layout Itemize
27868 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
27869  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
27870 \begin_inset ERT
27871 status collapsed
27872
27873 \begin_layout Plain Layout
27874
27875
27876 \backslash
27877 medskip
27878 \end_layout
27879
27880 \end_inset
27881
27882  
27883 \begin_inset Formula \begin{eqnarray}
27884 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 \\
27885  &  & -\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}
27886
27887 \end_inset
27888
27889
27890 \begin_inset ERT
27891 status collapsed
27892
27893 \begin_layout Plain Layout
27894
27895
27896 \backslash
27897 smallskip
27898 \end_layout
27899
27900 \end_inset
27901
27902
27903 \begin_inset Newline newline
27904 \end_inset
27905
27906 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
27907  als Operator, da es das erste Zeichen der Zeile ist.
27908  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
27909  Bruchstrich unterscheiden.
27910  Um das zu verhindern, wurde mit dem Befehl 
27911 \series bold
27912
27913 \backslash
27914 hspace{3pt}
27915 \series default
27916
27917 \begin_inset Foot
27918 status collapsed
27919
27920 \begin_layout Plain Layout
27921 mehr zu 
27922 \series bold
27923
27924 \backslash
27925 hspace
27926 \series default
27927  siehe 
27928 \begin_inset CommandInset ref
27929 LatexCommand ref
27930 reference "sub:Variabler-Leerraum"
27931
27932 \end_inset
27933
27934
27935 \end_layout
27936
27937 \end_inset
27938
27939
27940 \begin_inset Index
27941 status collapsed
27942
27943 \begin_layout Plain Layout
27944 Befehle ! H ! 
27945 \backslash
27946 hspace
27947 \end_layout
27948
27949 \end_inset
27950
27951  Leerraum hinter das Minuszeichen eingefügt.
27952 \end_layout
27953
27954 \begin_layout Itemize
27955 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
27956 \series bold
27957
27958 \backslash
27959 lefteqn
27960 \series default
27961
27962 \begin_inset Index
27963 status collapsed
27964
27965 \begin_layout Plain Layout
27966 Befehle ! L ! 
27967 \backslash
27968 lefteqn
27969 \end_layout
27970
27971 \end_inset
27972
27973 .
27974  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
27975  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
27976 \begin_inset ERT
27977 status collapsed
27978
27979 \begin_layout Plain Layout
27980
27981
27982 \backslash
27983 medskip
27984 \end_layout
27985
27986 \end_inset
27987
27988
27989 \begin_inset Formula \begin{eqnarray}
27990 \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 \\
27991  &  & -\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 \\
27992  &  & =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}
27993
27994 \end_inset
27995
27996
27997 \begin_inset ERT
27998 status collapsed
27999
28000 \begin_layout Plain Layout
28001
28002
28003 \backslash
28004 smallskip
28005 \end_layout
28006
28007 \end_inset
28008
28009
28010 \begin_inset Newline newline
28011 \end_inset
28012
28013 Nachdem man 
28014 \series bold
28015
28016 \backslash
28017 lefteqn
28018 \series default
28019  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28020  das gegenüber dem blauen leicht verschoben ist.
28021  In dieses wird die Formel eingegeben.
28022 \begin_inset ERT
28023 status collapsed
28024
28025 \begin_layout Plain Layout
28026
28027
28028 \backslash
28029 medskip
28030 \end_layout
28031
28032 \end_inset
28033
28034
28035 \begin_inset Newline newline
28036 \end_inset
28037
28038 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28039  eingegeben.
28040  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28041  Einrückung.
28042 \begin_inset ERT
28043 status collapsed
28044
28045 \begin_layout Plain Layout
28046
28047
28048 \backslash
28049 medskip
28050 \end_layout
28051
28052 \end_inset
28053
28054
28055 \begin_inset Newline newline
28056 \end_inset
28057
28058
28059 \begin_inset Note Greyedout
28060 status open
28061
28062 \begin_layout Plain Layout
28063 Bei der Verwendung von 
28064 \series bold
28065
28066 \backslash
28067 lefteqn
28068 \series default
28069  ist Folgendes zu beachten:
28070 \end_layout
28071
28072 \begin_layout Itemize
28073 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28074  Würde man in obigem Beispiel der ersten Zeile den Term 
28075 \begin_inset Formula $-B^{2}$
28076 \end_inset
28077
28078  anfügen, befände sich dieser außerhalb des Seitenrands.
28079  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28080  Leerraum einfügen.
28081 \end_layout
28082
28083 \begin_layout Itemize
28084 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28085  erste Zeile gesetzt werden.
28086 \begin_inset Foot
28087 status collapsed
28088
28089 \begin_layout Plain Layout
28090 \begin_inset CommandInset href
28091 LatexCommand href
28092 name "LyX-Fehler #1429"
28093 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28094
28095 \end_inset
28096
28097
28098 \end_layout
28099
28100 \end_inset
28101
28102  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28103  Pfeiltasten bewegen.
28104 \end_layout
28105
28106 \end_inset
28107
28108
28109 \end_layout
28110
28111 \begin_layout Itemize
28112 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28113 \begin_inset CommandInset ref
28114 LatexCommand ref
28115 reference "sub:Multline-Umgebung"
28116
28117 \end_inset
28118
28119  und 
28120 \begin_inset CommandInset ref
28121 LatexCommand ref
28122 reference "sub:Mehrzeilige-Formelteile"
28123
28124 \end_inset
28125
28126  beschriebenen Umgebungen.
28127 \end_layout
28128
28129 \begin_layout Subsubsection
28130 Mehrzeilige Klammern
28131 \begin_inset CommandInset label
28132 LatexCommand label
28133 name "sub:Mehrzeilige-Klammern"
28134
28135 \end_inset
28136
28137
28138 \begin_inset Index
28139 status collapsed
28140
28141 \begin_layout Plain Layout
28142 Klammern ! mehrzeilige
28143 \end_layout
28144
28145 \end_inset
28146
28147
28148 \end_layout
28149
28150 \begin_layout Standard
28151 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28152 \begin_inset Formula \begin{eqnarray*}
28153 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28154  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28155
28156 \end_inset
28157
28158
28159 \end_layout
28160
28161 \begin_layout Standard
28162 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28163  Größe dürfen nicht über mehrere Zeilen gehen.
28164 \end_layout
28165
28166 \begin_layout Standard
28167 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28168  erste Zeile mit 
28169 \series bold
28170
28171 \backslash
28172 right.
28173 \series default
28174
28175 \begin_inset Index
28176 status collapsed
28177
28178 \begin_layout Plain Layout
28179 Befehle ! R ! 
28180 \backslash
28181 right
28182 \end_layout
28183
28184 \end_inset
28185
28186  und beginnt die zweite Zeile mit 
28187 \series bold
28188
28189 \backslash
28190 left.
28191 \begin_inset Foot
28192 status collapsed
28193
28194 \begin_layout Plain Layout
28195 mehr zu 
28196 \series bold
28197
28198 \backslash
28199 left
28200 \series default
28201  und 
28202 \series bold
28203
28204 \backslash
28205 right
28206 \series default
28207  siehe 
28208 \begin_inset CommandInset ref
28209 LatexCommand ref
28210 reference "sub:Automatische-Klammergrößen"
28211
28212 \end_inset
28213
28214
28215 \end_layout
28216
28217 \end_inset
28218
28219
28220 \series default
28221
28222 \begin_inset Index
28223 status collapsed
28224
28225 \begin_layout Plain Layout
28226 Befehle ! L ! 
28227 \backslash
28228 left
28229 \end_layout
28230
28231 \end_inset
28232
28233 .
28234  Nach 
28235 \series bold
28236
28237 \backslash
28238 left.
28239
28240 \series default
28241  gibt man den Befehl 
28242 \series bold
28243
28244 \backslash
28245 vphantom
28246 \series default
28247
28248 \begin_inset ERT
28249 status collapsed
28250
28251 \begin_layout Plain Layout
28252
28253
28254 \backslash
28255 leer 
28256 \end_layout
28257
28258 \end_inset
28259
28260
28261 \series bold
28262
28263 \backslash
28264 prod
28265 \series default
28266 ^
28267 \begin_inset ERT
28268 status collapsed
28269
28270 \begin_layout Plain Layout
28271
28272
28273 \backslash
28274 leer 
28275 \end_layout
28276
28277 \end_inset
28278
28279
28280 \series bold
28281
28282 \backslash
28283 infty
28284 \series default
28285
28286 \begin_inset ERT
28287 status collapsed
28288
28289 \begin_layout Plain Layout
28290
28291
28292 \backslash
28293 leer 
28294 \end_layout
28295
28296 \end_inset
28297
28298
28299 \series bold
28300
28301 \begin_inset Formula $\downarrow$
28302 \end_inset
28303
28304 _R=1}
28305 \series default
28306
28307 \begin_inset Index
28308 status collapsed
28309
28310 \begin_layout Plain Layout
28311 Befehle ! V ! 
28312 \backslash
28313 vphantom
28314 \end_layout
28315
28316 \end_inset
28317
28318  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28319  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28320 \end_layout
28321
28322 \begin_layout Standard
28323 Das Ergebnis sieht so aus:
28324 \begin_inset Formula \begin{eqnarray*}
28325 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28326  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28327
28328 \end_inset
28329
28330
28331 \end_layout
28332
28333 \begin_layout Subsection
28334 Align-Umgebungen
28335 \end_layout
28336
28337 \begin_layout Standard
28338 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28339  werden.
28340  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28341 \end_layout
28342
28343 \begin_layout Standard
28344 Align-Umgebungen bestehen aus Spalten.
28345  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28346  ausgerichtet.
28347  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28348 \end_layout
28349
28350 \begin_layout Standard
28351 Align-Umgebung werden über das Menü 
28352 \family sans
28353 Einfügen\SpecialChar \menuseparator
28354 Mathe
28355 \family default
28356  erstellt.
28357  Über das Menü 
28358 \family sans
28359 Bearbeiten\SpecialChar \menuseparator
28360 Mathe\SpecialChar \menuseparator
28361 Formelart
28362 \begin_inset space ~
28363 \end_inset
28364
28365 ändern
28366 \family default
28367  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28368 \end_layout
28369
28370 \begin_layout Standard
28371 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28372
28373 \begin_inset Graphics
28374         filename ../../images/tabular-feature_append-column.png
28375         scale 85
28376
28377 \end_inset
28378
28379  bzw.
28380 \begin_inset space ~
28381 \end_inset
28382
28383
28384 \begin_inset Graphics
28385         filename ../../images/tabular-feature_delete-column.png
28386         scale 85
28387
28388 \end_inset
28389
28390  oder das Menü 
28391 \family sans
28392 Bearbeiten\SpecialChar \menuseparator
28393 Zeilen & Spalten
28394 \family default
28395  verwendet werden.
28396 \end_layout
28397
28398 \begin_layout Subsubsection
28399 Standard align-Umgebung
28400 \begin_inset CommandInset label
28401 LatexCommand label
28402 name "sub:Standard-align-Umgebung"
28403
28404 \end_inset
28405
28406
28407 \begin_inset Index
28408 status collapsed
28409
28410 \begin_layout Plain Layout
28411 Formel ! mehrzeilige ! align-Umgebung
28412 \end_layout
28413
28414 \end_inset
28415
28416
28417 \end_layout
28418
28419 \begin_layout Standard
28420 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28421 \family sans
28422 Strg-Enter
28423 \family default
28424  drückt oder das Menü 
28425 \family sans
28426 Einfügen\SpecialChar \menuseparator
28427 Mathe\SpecialChar \menuseparator
28428 AMS align-Umge\SpecialChar \-
28429 bung
28430 \family default
28431  aufruft.
28432 \end_layout
28433
28434 \begin_layout Standard
28435 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
28436 n align-Umgebung erzeugt wurden:
28437 \begin_inset Formula \begin{align*}
28438 A & =\sin(B) & C & =D\\
28439 C & \ne A & B & \ne D\end{align*}
28440
28441 \end_inset
28442
28443 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28444  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28445 \series bold
28446
28447 \backslash
28448 hfill
28449 \begin_inset Foot
28450 status collapsed
28451
28452 \begin_layout Plain Layout
28453 mehr zu 
28454 \series bold
28455
28456 \backslash
28457 hfill
28458 \series default
28459  siehe 
28460 \begin_inset CommandInset ref
28461 LatexCommand ref
28462 reference "sub:Variabler-Leerraum"
28463
28464 \end_inset
28465
28466
28467 \end_layout
28468
28469 \end_inset
28470
28471
28472 \series default
28473  befinden.
28474  Ist der Formelstil 
28475 \series bold
28476 Eingerückt
28477 \begin_inset Foot
28478 status collapsed
28479
28480 \begin_layout Plain Layout
28481 Formelstile siehe 
28482 \begin_inset CommandInset ref
28483 LatexCommand ref
28484 reference "sec:Formelstile"
28485
28486 \end_inset
28487
28488
28489 \end_layout
28490
28491 \end_inset
28492
28493
28494 \series default
28495  gewählt, wird die Formel ohne den 
28496 \series bold
28497
28498 \backslash
28499 hfill
28500 \series default
28501  vor der ersten Spalte gesetzt.
28502 \end_layout
28503
28504 \begin_layout Subsubsection
28505 Alignat-Umgebung
28506 \begin_inset Index
28507 status collapsed
28508
28509 \begin_layout Plain Layout
28510 Formel ! mehrzeilige ! alignat-Umgebung
28511 \end_layout
28512
28513 \end_inset
28514
28515
28516 \end_layout
28517
28518 \begin_layout Standard
28519 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
28520  Man kann ihn manuell durch die in 
28521 \begin_inset CommandInset ref
28522 LatexCommand ref
28523 reference "sub:Leerraum"
28524
28525 \end_inset
28526
28527  beschriebenen Leerräume einfügen.
28528 \end_layout
28529
28530 \begin_layout Standard
28531 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
28532  Formel 1
28533 \begin_inset space \thinspace{}
28534 \end_inset
28535
28536 cm Leerraum eingefügt wurde:
28537 \begin_inset Formula \begin{alignat*}{2}
28538 A & =\sin(B) & \hspace{1cm}C & =D\\
28539 C & \ne A & B & \ne D\end{alignat*}
28540
28541 \end_inset
28542
28543 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
28544  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
28545  Formeln.
28546 \end_layout
28547
28548 \begin_layout Subsubsection
28549 Flalign-Umgebung
28550 \begin_inset CommandInset label
28551 LatexCommand label
28552 name "sub:Flalign-Umgebung"
28553
28554 \end_inset
28555
28556
28557 \begin_inset Index
28558 status collapsed
28559
28560 \begin_layout Plain Layout
28561 Formel ! mehrzeilige ! flalign-Umgebung
28562 \end_layout
28563
28564 \end_inset
28565
28566
28567 \end_layout
28568
28569 \begin_layout Standard
28570 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
28571  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
28572  Dazu ein Beispiel:
28573 \begin_inset Formula \begin{flalign*}
28574 A & =1 & B & =2 & C & =3\\
28575 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28576
28577 \end_inset
28578
28579
28580 \end_layout
28581
28582 \begin_layout Standard
28583 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
28584  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
28585  im Dokument links setzen obwohl der Formelstil 
28586 \series bold
28587 Zentriert
28588 \series default
28589  eingestellt ist.
28590  Als Beispiel die eingerückte ausgerichtete Formel 
28591 \begin_inset CommandInset ref
28592 LatexCommand eqref
28593 reference "eq:VolInt"
28594
28595 \end_inset
28596
28597 :
28598 \begin_inset Formula \begin{flalign}
28599 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28600
28601 \end_inset
28602
28603 In den ersten beiden Spalten befindet sich die Formel.
28604  Damit sie wie beim Formelstil 
28605 \series bold
28606 Eingerückt
28607 \series default
28608  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
28609 \begin_inset space \thinspace{}
28610 \end_inset
28611
28612 pt Leerraum eingefügt.
28613 \end_layout
28614
28615 \begin_layout Subsection
28616 Eqnarray-Umgebung
28617 \begin_inset CommandInset label
28618 LatexCommand label
28619 name "sub:Eqnarray-Umgebung"
28620
28621 \end_inset
28622
28623
28624 \begin_inset Index
28625 status collapsed
28626
28627 \begin_layout Plain Layout
28628 Formel ! mehrzeilige ! Eqnarray-Umgebung
28629 \end_layout
28630
28631 \end_inset
28632
28633
28634 \end_layout
28635
28636 \begin_layout Standard
28637 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
28638  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
28639  ausgerichtet.
28640  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
28641  da dieses Kästchen nur für Relationzeichen gedacht ist.
28642 \begin_inset Formula \begin{eqnarray*}
28643 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28644 AB & AB & AB\\
28645 A & = & A\end{eqnarray*}
28646
28647 \end_inset
28648
28649
28650 \end_layout
28651
28652 \begin_layout Subsection
28653 Gather-Umgebung
28654 \begin_inset Index
28655 status collapsed
28656
28657 \begin_layout Plain Layout
28658 Formel ! mehrzeilige ! Gather-Umgebung
28659 \end_layout
28660
28661 \end_inset
28662
28663
28664 \end_layout
28665
28666 \begin_layout Standard
28667 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
28668  Jede Zeile kann nummeriert werden.
28669 \begin_inset Formula \begin{gather}
28670 A=1\\
28671 X=\textrm{-}1\end{gather}
28672
28673 \end_inset
28674
28675
28676 \end_layout
28677
28678 \begin_layout Subsection
28679 Multline-Umgebung
28680 \begin_inset CommandInset label
28681 LatexCommand label
28682 name "sub:Multline-Umgebung"
28683
28684 \end_inset
28685
28686
28687 \begin_inset Index
28688 status collapsed
28689
28690 \begin_layout Plain Layout
28691 Formel ! mehrzeilige ! Multline-Umgebung
28692 \end_layout
28693
28694 \end_inset
28695
28696
28697 \end_layout
28698
28699 \begin_layout Standard
28700 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
28701  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
28702  Alle anderen Zeilen sind zentriert.
28703  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
28704  Als Beispiel Formel 
28705 \begin_inset CommandInset ref
28706 LatexCommand eqref
28707 reference "eq:lefteqn"
28708
28709 \end_inset
28710
28711  in der multline-Umgebung:
28712 \begin_inset Formula \begin{multline}
28713 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}\\
28714 -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}\\
28715 =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}
28716
28717 \end_inset
28718
28719
28720 \end_layout
28721
28722 \begin_layout Standard
28723 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
28724  nummeriert, wenn rechts (links) nummeriert wird.
28725 \begin_inset Foot
28726 status collapsed
28727
28728 \begin_layout Plain Layout
28729 Nummerierungsstile siehe 
28730 \begin_inset CommandInset ref
28731 LatexCommand ref
28732 reference "sec:Formelstile"
28733
28734 \end_inset
28735
28736
28737 \end_layout
28738
28739 \end_inset
28740
28741
28742 \end_layout
28743
28744 \begin_layout Standard
28745 Mit den Befehlen 
28746 \series bold
28747
28748 \backslash
28749 shoveright
28750 \begin_inset Index
28751 status collapsed
28752
28753 \begin_layout Plain Layout
28754 Befehle ! S ! 
28755 \backslash
28756 shoveright
28757 \end_layout
28758
28759 \end_inset
28760
28761
28762 \series default
28763  und 
28764 \series bold
28765
28766 \backslash
28767 shoveleft
28768 \begin_inset Index
28769 status collapsed
28770
28771 \begin_layout Plain Layout
28772 Befehle ! S ! 
28773 \backslash
28774 shoveleft
28775 \end_layout
28776
28777 \end_inset
28778
28779
28780 \series default
28781  kann eine zentrierte Zeile rechts bzw.
28782  links ausgerichtet werden.
28783  Die Befehle werden folgendermaßen verwendet:
28784 \end_layout
28785
28786 \begin_layout Standard
28787
28788 \series bold
28789
28790 \backslash
28791 shoveright{Zeileninhalt}
28792 \series default
28793  bzw.
28794  
28795 \series bold
28796
28797 \backslash
28798 shoveleft{Zeileninhalt}
28799 \end_layout
28800
28801 \begin_layout Standard
28802 \begin_inset VSpace medskip
28803 \end_inset
28804
28805 Die Länge 
28806 \series bold
28807
28808 \backslash
28809 multlinegap
28810 \begin_inset Index
28811 status collapsed
28812
28813 \begin_layout Plain Layout
28814 Befehle ! M ! 
28815 \backslash
28816 multlinegap
28817 \end_layout
28818
28819 \end_inset
28820
28821
28822 \series default
28823  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
28824  Voreingestellt ist die Länge 0
28825 \begin_inset space \thinspace{}
28826 \end_inset
28827
28828 pt.
28829 \end_layout
28830
28831 \begin_layout Standard
28832 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
28833 \end_layout
28834
28835 \begin_layout Standard
28836
28837 \series bold
28838
28839 \backslash
28840 setlength{
28841 \backslash
28842 multlinegap}{2cm}
28843 \end_layout
28844
28845 \begin_layout Standard
28846 eingegeben wurde:
28847 \begin_inset ERT
28848 status collapsed
28849
28850 \begin_layout Plain Layout
28851
28852
28853 \backslash
28854 setlength{
28855 \backslash
28856 multlinegap}{2cm}
28857 \end_layout
28858
28859 \end_inset
28860
28861
28862 \begin_inset Formula \begin{multline}
28863 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}\\
28864 \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}}\\
28865 =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}
28866
28867 \end_inset
28868
28869
28870 \begin_inset ERT
28871 status collapsed
28872
28873 \begin_layout Plain Layout
28874
28875
28876 \backslash
28877 setlength{
28878 \backslash
28879 multlinegap}{0pt}
28880 \end_layout
28881
28882 \end_inset
28883
28884
28885 \end_layout
28886
28887 \begin_layout Standard
28888 Die zweite Zeile wurde mit 
28889 \series bold
28890
28891 \backslash
28892 shoveleft
28893 \series default
28894  linksbündig ausgerichtet.
28895 \end_layout
28896
28897 \begin_layout Subsection
28898 Mehrzeilige Formelteile
28899 \begin_inset CommandInset label
28900 LatexCommand label
28901 name "sub:Mehrzeilige-Formelteile"
28902
28903 \end_inset
28904
28905
28906 \begin_inset Index
28907 status collapsed
28908
28909 \begin_layout Plain Layout
28910 Formel ! mehrzeilige ! Formelteile
28911 \end_layout
28912
28913 \end_inset
28914
28915
28916 \end_layout
28917
28918 \begin_layout Standard
28919 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
28920  der folgenden Umgebungen: 
28921 \series bold
28922 aligned
28923 \series default
28924
28925 \series bold
28926 alignedat
28927 \series default
28928
28929 \series bold
28930 gathered
28931 \series default
28932  oder 
28933 \series bold
28934 split
28935 \series default
28936 .
28937  Sie können über das Menü 
28938 \family sans
28939 Einfügen\SpecialChar \menuseparator
28940 Mathe
28941 \family default
28942  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
28943 \end_layout
28944
28945 \begin_layout Standard
28946 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
28947 n Formel\SpecialChar \-
28948 umgebungen.
28949  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
28950  Dazu ein Beispiel:
28951 \begin_inset Formula \[
28952 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28953 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28954 \right\} \textrm{Unbestimmtheitsrelationen}\]
28955
28956 \end_inset
28957
28958
28959 \end_layout
28960
28961 \begin_layout Standard
28962 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
28963  der Befehl 
28964 \series bold
28965
28966 \backslash
28967 aligned
28968 \begin_inset Index
28969 status collapsed
28970
28971 \begin_layout Plain Layout
28972 Befehle ! A ! 
28973 \backslash
28974 aligned
28975 \end_layout
28976
28977 \end_inset
28978
28979
28980 \series default
28981  eingegeben wird.
28982  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
28983  und Zeilen hinzufügen kann.
28984  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
28985  gesetzt werden.
28986 \end_layout
28987
28988 \begin_layout Standard
28989 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
28990  ausgerichtet sind.
28991  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
28992  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
28993  Als Beispiel Formel 
28994 \begin_inset CommandInset ref
28995 LatexCommand eqref
28996 reference "eq:kurzlang"
28997
28998 \end_inset
28999
29000  in der aligned-Umgebung:
29001 \begin_inset Formula \begin{equation}
29002 \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}|}\\
29003  & -\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}
29004 \end{equation}
29005
29006 \end_inset
29007
29008
29009 \end_layout
29010
29011 \begin_layout Standard
29012 Möchte man die Umgebung 
29013 \series bold
29014 alignedat
29015 \series default
29016
29017 \series bold
29018 gathered
29019 \series default
29020  oder 
29021 \series bold
29022 split
29023 \series default
29024  verwenden, gibt man den Befehl 
29025 \series bold
29026
29027 \backslash
29028 alignedat
29029 \series default
29030 ,
29031 \begin_inset Index
29032 status collapsed
29033
29034 \begin_layout Plain Layout
29035 Befehle ! A ! 
29036 \backslash
29037 alignedat
29038 \end_layout
29039
29040 \end_inset
29041
29042  
29043 \series bold
29044
29045 \backslash
29046 gathered
29047 \series default
29048
29049 \begin_inset Index
29050 status collapsed
29051
29052 \begin_layout Plain Layout
29053 Befehle ! G ! 
29054 \backslash
29055 gathered
29056 \end_layout
29057
29058 \end_inset
29059
29060  bzw.
29061  
29062 \series bold
29063
29064 \backslash
29065 split
29066 \series default
29067
29068 \begin_inset Index
29069 status collapsed
29070
29071 \begin_layout Plain Layout
29072 Befehle ! S ! 
29073 \backslash
29074 split
29075 \end_layout
29076
29077 \end_inset
29078
29079  ein.
29080  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29081  jedoch darf sie nur zwei Spalten enthalten.
29082 \end_layout
29083
29084 \begin_layout Subsection
29085 Text in mehrzeiligen Formeln
29086 \begin_inset CommandInset label
29087 LatexCommand label
29088 name "sub:Text-in-mehrzeiligen"
29089
29090 \end_inset
29091
29092
29093 \begin_inset Index
29094 status collapsed
29095
29096 \begin_layout Plain Layout
29097 Text ! in Formeln
29098 \end_layout
29099
29100 \end_inset
29101
29102
29103 \begin_inset Index
29104 status collapsed
29105
29106 \begin_layout Plain Layout
29107 Formel ! mehrzeilige ! Text
29108 \end_layout
29109
29110 \end_inset
29111
29112
29113 \end_layout
29114
29115 \begin_layout Standard
29116 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29117  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29118  die Ausrichtung der Spalten nicht beeinflusst.
29119  Dazu wird der Befehl 
29120 \series bold
29121
29122 \backslash
29123 intertext
29124 \begin_inset Index
29125 status collapsed
29126
29127 \begin_layout Plain Layout
29128 Befehle ! I ! 
29129 \backslash
29130 intertext
29131 \end_layout
29132
29133 \end_inset
29134
29135
29136 \series default
29137  nach folgendem Schema benutzt:
29138 \end_layout
29139
29140 \begin_layout Standard
29141
29142 \series bold
29143
29144 \backslash
29145 intertext{Text}
29146 \end_layout
29147
29148 \begin_layout Standard
29149 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29150  werden kann.
29151  Weil LyX 
29152 \series bold
29153
29154 \backslash
29155 intertext
29156 \series default
29157  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29158  Text.
29159  
29160 \series bold
29161
29162 \backslash
29163 intertext
29164 \series default
29165  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29166  dieser Zeile.
29167  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29168 \begin_inset Formula \begin{align}
29169 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29170 \intertext{\text{Integrand ist symmetrisch zu $\phi=\pi$, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29171
29172 \end_inset
29173
29174
29175 \end_layout
29176
29177 \begin_layout Section
29178 Formelnummerierung
29179 \begin_inset Index
29180 status collapsed
29181
29182 \begin_layout Plain Layout
29183 Formelnummerierung
29184 \end_layout
29185
29186 \end_inset
29187
29188
29189 \begin_inset Index
29190 status collapsed
29191
29192 \begin_layout Plain Layout
29193 Formel ! Nummerierung|see
29194 \begin_inset ERT
29195 status collapsed
29196
29197 \begin_layout Plain Layout
29198
29199 {
29200 \end_layout
29201
29202 \end_inset
29203
29204 Formelnummerierung
29205 \begin_inset ERT
29206 status collapsed
29207
29208 \begin_layout Plain Layout
29209
29210 }
29211 \end_layout
29212
29213 \end_inset
29214
29215
29216 \end_layout
29217
29218 \end_inset
29219
29220
29221 \end_layout
29222
29223 \begin_layout Subsection
29224 Allgemeines
29225 \end_layout
29226
29227 \begin_layout Standard
29228 Nummerierte Formeln können mit dem Menü 
29229 \family sans
29230 Einfügen\SpecialChar \menuseparator
29231 Mathe\SpecialChar \menuseparator
29232 Nummerierte
29233 \begin_inset space ~
29234 \end_inset
29235
29236 Formel
29237 \family default
29238  (Tastenkürzel 
29239 \family sans
29240 Strg-Alt
29241 \begin_inset space ~
29242 \end_inset
29243
29244 n
29245 \family default
29246 ) erstellt, bestehende Formeln über das Menü 
29247 \family sans
29248 Bearbeiten\SpecialChar \menuseparator
29249 Mathe\SpecialChar \menuseparator
29250 Nummerierung
29251 \begin_inset space ~
29252 \end_inset
29253
29254 an/aus
29255 \family default
29256  (Tastenkürzel 
29257 \family sans
29258 Alt-m
29259 \begin_inset space ~
29260 \end_inset
29261
29262 n
29263 \family default
29264 ) nummeriert werden.
29265  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29266  Klammern.
29267  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29268 \end_layout
29269
29270 \begin_layout Standard
29271 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29272  Zeilen nummeriert.
29273  Man kann jedoch über das Menü 
29274 \family sans
29275 Bearbeiten\SpecialChar \menuseparator
29276 Mathe\SpecialChar \menuseparator
29277 Zeilennummerierung an/aus
29278 \family default
29279  (Tastenkürzel 
29280 \family sans
29281 Alt-m
29282 \begin_inset space ~
29283 \end_inset
29284
29285 N
29286 \family default
29287 ) für jede Zeile die Nummerierung festlegen.
29288 \end_layout
29289
29290 \begin_layout Standard
29291 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29292  werden, siehe 
29293 \begin_inset CommandInset ref
29294 LatexCommand ref
29295 reference "sec:Formelstile"
29296
29297 \end_inset
29298
29299 .
29300 \end_layout
29301
29302 \begin_layout Subsection
29303 Querverweise
29304 \begin_inset CommandInset label
29305 LatexCommand label
29306 name "sub:Querverweise"
29307
29308 \end_inset
29309
29310
29311 \begin_inset Index
29312 status collapsed
29313
29314 \begin_layout Plain Layout
29315 Querverweise ! auf Formeln
29316 \end_layout
29317
29318 \end_inset
29319
29320
29321 \end_layout
29322
29323 \begin_layout Standard
29324 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29325  Eine Marke wird mit dem Menü 
29326 \family sans
29327 Einfügen\SpecialChar \menuseparator
29328 Marke
29329 \family default
29330  oder dem Werkzeugleistenknopf 
29331 \begin_inset Graphics
29332         filename ../../images/label-insert.png
29333         scale 85
29334
29335 \end_inset
29336
29337  gesetzt.
29338  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29339  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29340 \series bold
29341 eq:
29342 \series default
29343 , nachdem der eigentliche Markenname eingegeben wird.
29344  Der voreingestellte Eintrag steht für 
29345 \begin_inset Quotes gld
29346 \end_inset
29347
29348 equation
29349 \begin_inset Quotes grd
29350 \end_inset
29351
29352  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29353  einer Formel und nicht zu einem Kapitel gehört.
29354  Um eine Marke zu ändern, wählt man wieder das Menü 
29355 \family sans
29356 Einfügen\SpecialChar \menuseparator
29357 Marke
29358 \family default
29359 .
29360 \end_layout
29361
29362 \begin_layout Standard
29363 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29364  Eine Formel mit Marke wird immer nummeriert.
29365 \end_layout
29366
29367 \begin_layout Standard
29368 Querverweise werden mit dem Menü 
29369 \family sans
29370 Einfügen\SpecialChar \menuseparator
29371 Querverweis
29372 \family default
29373  oder dem Werkzeugleistenknopf 
29374 \begin_inset Graphics
29375         filename ../../images/dialog-show-new-inset_ref.png
29376         scale 85
29377
29378 \end_inset
29379
29380  eingefügt.
29381  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29382  Wenn man im Querverweis Dialogfenster das Format 
29383 \series bold
29384 (<Querverweis>)
29385 \series default
29386  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29387 \begin_inset Newline newline
29388 \end_inset
29389
29390 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29391  man zur Formel auf die verwiesen wird.
29392 \end_layout
29393
29394 \begin_layout Standard
29395 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29396 \begin_inset Note Note
29397 status open
29398
29399 \begin_layout Plain Layout
29400 Man beachte die unterschiedlichen Querverweistypen.
29401 \end_layout
29402
29403 \end_inset
29404
29405
29406 \end_layout
29407
29408 \begin_layout Standard
29409 Die Gleichungen 
29410 \begin_inset CommandInset ref
29411 LatexCommand eqref
29412 reference "eq:tag"
29413
29414 \end_inset
29415
29416  und 
29417 \begin_inset CommandInset ref
29418 LatexCommand eqref
29419 reference "eq:c"
29420
29421 \end_inset
29422
29423  sind äquivalent.
29424  In (
29425 \begin_inset CommandInset ref
29426 LatexCommand ref
29427 reference "eq:Lat"
29428
29429 \end_inset
29430
29431 ) werden im Gegensatz zu (
29432 \begin_inset CommandInset ref
29433 LatexCommand ref
29434 reference "eq:Roem"
29435
29436 \end_inset
29437
29438 ) große lateinische Buchstaben zur Nummerierung verwendet.
29439 \end_layout
29440
29441 \begin_layout Standard
29442 \begin_inset VSpace medskip
29443 \end_inset
29444
29445 Ist im Argument von 
29446 \series bold
29447
29448 \backslash
29449 tag
29450 \begin_inset Foot
29451 status collapsed
29452
29453 \begin_layout Plain Layout
29454
29455 \series bold
29456
29457 \backslash
29458 tag
29459 \series default
29460  ist in 
29461 \begin_inset CommandInset ref
29462 LatexCommand ref
29463 reference "sub:Benutzerdefinierte-Nummerierung"
29464
29465 \end_inset
29466
29467  beschrieben.
29468 \end_layout
29469
29470 \end_inset
29471
29472
29473 \series default
29474  wie in 
29475 \begin_inset CommandInset ref
29476 LatexCommand ref
29477 reference "sub:Absatzboxen"
29478
29479 \end_inset
29480
29481  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
29482 \end_layout
29483
29484 \begin_layout Subsection
29485 Unternummerierung
29486 \begin_inset Index
29487 status collapsed
29488
29489 \begin_layout Plain Layout
29490 Formelnummerierung ! Unternummerierung
29491 \end_layout
29492
29493 \end_inset
29494
29495
29496 \end_layout
29497
29498 \begin_layout Standard
29499 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
29500  
29501 \begin_inset Newline newline
29502 \end_inset
29503
29504
29505 \series bold
29506
29507 \backslash
29508 begin{subequations}
29509 \series default
29510  und 
29511 \series bold
29512
29513 \backslash
29514 end{subequations}
29515 \series default
29516  erreichen.
29517  Beide Befehle werden im TeX-Modus eingegeben.
29518 \end_layout
29519
29520 \begin_layout Standard
29521 Dazu ein Beispiel:
29522 \begin_inset Formula \begin{equation}
29523 A=C-B\label{eq:a}\end{equation}
29524
29525 \end_inset
29526
29527
29528 \begin_inset ERT
29529 status collapsed
29530
29531 \begin_layout Plain Layout
29532
29533
29534 \backslash
29535 addtocounter{equation}{-1}
29536 \end_layout
29537
29538 \end_inset
29539
29540
29541 \begin_inset ERT
29542 status collapsed
29543
29544 \begin_layout Plain Layout
29545
29546
29547 \backslash
29548 begin{subequations}
29549 \end_layout
29550
29551 \end_inset
29552
29553
29554 \begin_inset VSpace -5mm
29555 \end_inset
29556
29557
29558 \begin_inset Formula \begin{equation}
29559 B=C-A\label{eq:b}\end{equation}
29560
29561 \end_inset
29562
29563
29564 \begin_inset Formula \begin{equation}
29565 C=A+B\label{eq:c}\end{equation}
29566
29567 \end_inset
29568
29569
29570 \end_layout
29571
29572 \begin_layout Standard
29573 \begin_inset ERT
29574 status collapsed
29575
29576 \begin_layout Plain Layout
29577
29578
29579 \backslash
29580 end{subequations}
29581 \end_layout
29582
29583 \end_inset
29584
29585
29586 \end_layout
29587
29588 \begin_layout Standard
29589 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
29590 \end_layout
29591
29592 \begin_layout Enumerate
29593 erste Formel eingeben
29594 \end_layout
29595
29596 \begin_layout Enumerate
29597
29598 \series bold
29599
29600 \backslash
29601 addtocounter{equation}{-1} 
29602 \backslash
29603 begin{subequations}
29604 \begin_inset Index
29605 status collapsed
29606
29607 \begin_layout Plain Layout
29608 Befehle ! A ! 
29609 \backslash
29610 addtocounter
29611 \end_layout
29612
29613 \end_inset
29614
29615
29616 \begin_inset Newline newline
29617 \end_inset
29618
29619
29620 \series default
29621 nach der ersten Formel einfügen
29622 \end_layout
29623
29624 \begin_layout Enumerate
29625 zweite Formel eingeben
29626 \end_layout
29627
29628 \begin_layout Enumerate
29629 dritte Formel eingeben
29630 \end_layout
29631
29632 \begin_layout Enumerate
29633
29634 \series bold
29635
29636 \backslash
29637 end{subequations}
29638 \series default
29639  nach der dritten Formel einfügen
29640 \end_layout
29641
29642 \begin_layout Standard
29643 Jede Formel, die zwischen den Befehlen 
29644 \series bold
29645
29646 \backslash
29647 begin
29648 \series default
29649  und 
29650 \series bold
29651
29652 \backslash
29653 end
29654 \series default
29655  steht, wird mit a, b, c, \SpecialChar \ldots{}
29656  untergliedert.
29657  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
29658  Alle untergliederten Formeln gelten als 
29659 \emph on
29660 eine
29661 \emph default
29662  nummerierte Formel.
29663  Da jede nummerierte Formel den Formelzähler 
29664 \series bold
29665 equation
29666 \series default
29667  um Eins erhöht, ist der Befehl 
29668 \series bold
29669
29670 \backslash
29671 addtocounter
29672 \series default
29673  notwendig um den Zähler wieder zu erniedrigen.
29674  Ansonsten würden die Formeln 
29675 \begin_inset CommandInset ref
29676 LatexCommand eqref
29677 reference "eq:a"
29678
29679 \end_inset
29680
29681
29682 \begin_inset CommandInset ref
29683 LatexCommand eqref
29684 reference "eq:b"
29685
29686 \end_inset
29687
29688
29689 \begin_inset CommandInset ref
29690 LatexCommand eqref
29691 reference "eq:c"
29692
29693 \end_inset
29694
29695  als 
29696 \begin_inset CommandInset ref
29697 LatexCommand eqref
29698 reference "eq:a"
29699
29700 \end_inset
29701
29702
29703 \begin_inset CommandInset ref
29704 LatexCommand eqref
29705 reference "eq:d"
29706
29707 \end_inset
29708
29709
29710 \begin_inset CommandInset ref
29711 LatexCommand eqref
29712 reference "eq:f"
29713
29714 \end_inset
29715
29716  nummeriert werden.
29717 \end_layout
29718
29719 \begin_layout Standard
29720 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
29721  Formeln automatisch etwas Leerraum erstellt.
29722  Um dies rückgängig zu machen, fügt man nach dem Befehl 
29723 \series bold
29724
29725 \backslash
29726 begin{subequations}
29727 \series default
29728  -5
29729 \begin_inset space \thinspace{}
29730 \end_inset
29731
29732 mm vertikalen Leerraum ein.
29733  Ist der Formelstil 
29734 \series bold
29735 Eingerückt
29736 \begin_inset Foot
29737 status collapsed
29738
29739 \begin_layout Plain Layout
29740 Formelstile siehe 
29741 \begin_inset CommandInset ref
29742 LatexCommand ref
29743 reference "sec:Formelstile"
29744
29745 \end_inset
29746
29747
29748 \end_layout
29749
29750 \end_inset
29751
29752
29753 \series default
29754  gewählt, fügt man -7
29755 \begin_inset space \thinspace{}
29756 \end_inset
29757
29758 mm Leerraum ein.
29759 \end_layout
29760
29761 \begin_layout Standard
29762 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
29763  der zweiten Zeile abgeschaltet wurde:
29764 \begin_inset ERT
29765 status collapsed
29766
29767 \begin_layout Plain Layout
29768
29769
29770 \backslash
29771 begin{subequations}
29772 \end_layout
29773
29774 \end_inset
29775
29776
29777 \begin_inset Formula \begin{eqnarray}
29778 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29779  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29780  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29781
29782 \end_inset
29783
29784
29785 \begin_inset ERT
29786 status collapsed
29787
29788 \begin_layout Plain Layout
29789
29790
29791 \backslash
29792 end{subequations}
29793 \end_layout
29794
29795 \end_inset
29796
29797
29798 \end_layout
29799
29800 \begin_layout Subsection
29801 Benutzerdefinierte Nummerierung
29802 \begin_inset CommandInset label
29803 LatexCommand label
29804 name "sub:Benutzerdefinierte-Nummerierung"
29805
29806 \end_inset
29807
29808
29809 \begin_inset Index
29810 status collapsed
29811
29812 \begin_layout Plain Layout
29813 Formelnummerierung ! benutzerdefinierte
29814 \end_layout
29815
29816 \end_inset
29817
29818
29819 \end_layout
29820
29821 \begin_layout Standard
29822 \begin_inset Index
29823 status collapsed
29824
29825 \begin_layout Plain Layout
29826 Formelnummerierung ! eigene Klammern
29827 \end_layout
29828
29829 \end_inset
29830
29831 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
29832  gesetzt.
29833  Will man diese Klammern z.
29834 \begin_inset space \thinspace{}
29835 \end_inset
29836
29837 B.
29838  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
29839  an:
29840 \end_layout
29841
29842 \begin_layout Standard
29843
29844 \series bold
29845
29846 \backslash
29847 def
29848 \backslash
29849 tagform@#1{
29850 \backslash
29851 maketag@@@{|#1|}}
29852 \series default
29853
29854 \begin_inset Note Note
29855 status collapsed
29856
29857 \begin_layout Plain Layout
29858 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
29859  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
29860  werden.
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \end_layout
29867
29868 \begin_layout Standard
29869 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
29870 \series bold
29871 #1
29872 \series default
29873  durch ein oder mehrere gewünschte Zeichen.
29874  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
29875 \end_layout
29876
29877 \begin_layout Standard
29878 \begin_inset VSpace bigskip
29879 \end_inset
29880
29881 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
29882  hinter der Formel stehen, benutzt man den Befehl 
29883 \series bold
29884
29885 \backslash
29886 tag
29887 \series default
29888
29889 \begin_inset Index
29890 status collapsed
29891
29892 \begin_layout Plain Layout
29893 Befehle ! T ! 
29894 \backslash
29895 tag
29896 \end_layout
29897
29898 \end_inset
29899
29900 :
29901 \begin_inset Formula \begin{equation}
29902 A+B=C\tag{etwas}\label{eq:tag}\end{equation}
29903
29904 \end_inset
29905
29906  In diesem Beispiel wurde in der Formel der Befehl 
29907 \series bold
29908
29909 \backslash
29910 tag
29911 \series default
29912
29913 \begin_inset ERT
29914 status collapsed
29915
29916 \begin_layout Plain Layout
29917
29918
29919 \backslash
29920 leer 
29921 \end_layout
29922
29923 \end_inset
29924
29925
29926 \series bold
29927 etwas
29928 \series default
29929  eingegeben.
29930 \end_layout
29931
29932 \begin_layout Standard
29933 Gibt man stattdessen 
29934 \series bold
29935
29936 \backslash
29937 tag*
29938 \series default
29939
29940 \begin_inset ERT
29941 status collapsed
29942
29943 \begin_layout Plain Layout
29944
29945
29946 \backslash
29947 leer 
29948 \end_layout
29949
29950 \end_inset
29951
29952
29953 \series bold
29954 etwas
29955 \series default
29956  ein, verhindert der Stern die Klammern um den Ausdruck:
29957 \begin_inset Formula \[
29958 A+B=C\tag*{etwas}\]
29959
29960 \end_inset
29961
29962
29963 \end_layout
29964
29965 \begin_layout Standard
29966 \begin_inset VSpace bigskip
29967 \end_inset
29968
29969 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
29970  oder 
29971 \begin_inset ERT
29972 status collapsed
29973
29974 \begin_layout Plain Layout
29975
29976
29977 \backslash
29978 mbox{
29979 \end_layout
29980
29981 \end_inset
29982
29983 -abschnitt
29984 \begin_inset ERT
29985 status collapsed
29986
29987 \begin_layout Plain Layout
29988
29989 }
29990 \end_layout
29991
29992 \end_inset
29993
29994
29995 \begin_inset Note Note
29996 status collapsed
29997
29998 \begin_layout Plain Layout
29999 Der Befehl 
30000 \series bold
30001
30002 \backslash
30003 mbox
30004 \series default
30005  verhindert, dass am Bindestrich umgebrochen wird.
30006  Mehr zu 
30007 \series bold
30008
30009 \backslash
30010 mbox
30011 \series default
30012  siehe Kap.
30013 \begin_inset space \thinspace{}
30014 \end_inset
30015
30016
30017 \begin_inset CommandInset ref
30018 LatexCommand ref
30019 reference "sub:Worttrennungen"
30020
30021 \end_inset
30022
30023 .
30024 \end_layout
30025
30026 \end_inset
30027
30028  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30029 \end_layout
30030
30031 \begin_layout Standard
30032
30033 \series bold
30034
30035 \backslash
30036 @addtoreset{equation}{part}
30037 \series default
30038
30039 \begin_inset Index
30040 status collapsed
30041
30042 \begin_layout Plain Layout
30043 Befehle ! 
30044 \begin_inset ERT
30045 status collapsed
30046
30047 \begin_layout Plain Layout
30048
30049 "
30050 \end_layout
30051
30052 \end_inset
30053
30054 @
30055 \begin_inset ERT
30056 status collapsed
30057
30058 \begin_layout Plain Layout
30059
30060 "
30061 \end_layout
30062
30063 \end_inset
30064
30065  ! 
30066 \backslash
30067
30068 \begin_inset ERT
30069 status collapsed
30070
30071 \begin_layout Plain Layout
30072
30073 "
30074 \end_layout
30075
30076 \end_inset
30077
30078 @
30079 \begin_inset ERT
30080 status collapsed
30081
30082 \begin_layout Plain Layout
30083
30084 "
30085 \end_layout
30086
30087 \end_inset
30088
30089 addtoreset
30090 \end_layout
30091
30092 \end_inset
30093
30094
30095 \begin_inset Newline newline
30096 \end_inset
30097
30098 bzw.
30099 \begin_inset Newline newline
30100 \end_inset
30101
30102
30103 \series bold
30104
30105 \backslash
30106 @addtoreset{equation}{section}
30107 \end_layout
30108
30109 \begin_layout Standard
30110 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30111 \begin_inset Quotes gld
30112 \end_inset
30113
30114 @
30115 \begin_inset Quotes grd
30116 \end_inset
30117
30118  Zeichen für LaTeX mit dem Befehl 
30119 \series bold
30120
30121 \backslash
30122 makeatletter
30123 \series default
30124  
30125 \begin_inset Quotes gld
30126 \end_inset
30127
30128 aktiv
30129 \begin_inset Quotes grd
30130 \end_inset
30131
30132  gemacht werden.
30133  Der Befehl 
30134 \series bold
30135
30136 \backslash
30137 makeatother
30138 \series default
30139  macht dies wieder rückgängig.
30140  Daher ist die Befehlssequenz im TeX-Modus:
30141 \end_layout
30142
30143 \begin_layout Standard
30144
30145 \series bold
30146
30147 \backslash
30148 makeatletter
30149 \begin_inset Newline newline
30150 \end_inset
30151
30152
30153 \backslash
30154 @addtoreset{equation}{section}
30155 \begin_inset Newline newline
30156 \end_inset
30157
30158
30159 \backslash
30160 makeatother
30161 \end_layout
30162
30163 \begin_layout Standard
30164 Im LaTeX-Vorspann können 
30165 \series bold
30166
30167 \backslash
30168 makeatletter
30169 \series default
30170  und 
30171 \series bold
30172
30173 \backslash
30174 makeatother
30175 \series default
30176  weggelassen werden, da LyX sie automatisch intern einfügt.
30177 \end_layout
30178
30179 \begin_layout Standard
30180 Um 
30181 \series bold
30182
30183 \backslash
30184 @addtoreset
30185 \series default
30186  rückgängig zu machen, muss die Datei 
30187 \series bold
30188 remreset.sty
30189 \series default
30190
30191 \begin_inset Foot
30192 status collapsed
30193
30194 \begin_layout Plain Layout
30195
30196 \series bold
30197 remreset
30198 \series default
30199  ist Teil des LaTeX-Paketes 
30200 \series bold
30201 carlisle
30202 \series default
30203
30204 \begin_inset Index
30205 status collapsed
30206
30207 \begin_layout Plain Layout
30208 Pakete ! carlisle
30209 \end_layout
30210
30211 \end_inset
30212
30213 , das Teil jeder LaTeX-Standardinstallation ist.
30214 \end_layout
30215
30216 \end_inset
30217
30218
30219 \begin_inset Index
30220 status collapsed
30221
30222 \begin_layout Plain Layout
30223 Pakete ! remreset
30224 \end_layout
30225
30226 \end_inset
30227
30228  im LaTeX-Vorspann mit der Zeile
30229 \end_layout
30230
30231 \begin_layout Standard
30232
30233 \series bold
30234
30235 \backslash
30236 usepackage{remreset}
30237 \end_layout
30238
30239 \begin_layout Standard
30240 geladen werden.
30241  Dann kann der Befehl 
30242 \series bold
30243
30244 \backslash
30245 @removefromreset
30246 \series default
30247
30248 \begin_inset Index
30249 status collapsed
30250
30251 \begin_layout Plain Layout
30252 Befehle ! 
30253 \begin_inset ERT
30254 status collapsed
30255
30256 \begin_layout Plain Layout
30257
30258 "
30259 \end_layout
30260
30261 \end_inset
30262
30263 @
30264 \begin_inset ERT
30265 status collapsed
30266
30267 \begin_layout Plain Layout
30268
30269 "
30270 \end_layout
30271
30272 \end_inset
30273
30274  ! 
30275 \backslash
30276
30277 \begin_inset ERT
30278 status collapsed
30279
30280 \begin_layout Plain Layout
30281
30282 "
30283 \end_layout
30284
30285 \end_inset
30286
30287 @
30288 \begin_inset ERT
30289 status collapsed
30290
30291 \begin_layout Plain Layout
30292
30293 "
30294 \end_layout
30295
30296 \end_inset
30297
30298 removefromreset
30299 \end_layout
30300
30301 \end_inset
30302
30303  mit dem selben Schema wie 
30304 \series bold
30305
30306 \backslash
30307 @addtoreset
30308 \series default
30309  benutzt werden.
30310 \end_layout
30311
30312 \begin_layout Standard
30313 \begin_inset VSpace bigskip
30314 \end_inset
30315
30316 Oftmals möchte man Formeln in folgender Art nummerieren:
30317 \end_layout
30318
30319 \begin_layout Standard
30320
30321 \family typewriter
30322 (Kapitelnummer.Formelnummer)
30323 \end_layout
30324
30325 \begin_layout Standard
30326 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30327 \end_layout
30328
30329 \begin_layout Standard
30330 Für diesen Fall gibt es den Befehl 
30331 \series bold
30332
30333 \backslash
30334 numberwithin
30335 \series default
30336
30337 \begin_inset Index
30338 status collapsed
30339
30340 \begin_layout Plain Layout
30341 Befehle ! N ! 
30342 \backslash
30343 numberwithin
30344 \end_layout
30345
30346 \end_inset
30347
30348 , der nach folgendem Schema benutzt wird:
30349 \end_layout
30350
30351 \begin_layout Standard
30352
30353 \series bold
30354
30355 \backslash
30356 numberwithin{Zähler}{Gliederung}
30357 \end_layout
30358
30359 \begin_layout Standard
30360 Zähler gibt an, welche Nummerierung betroffen ist.
30361  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30362 \end_layout
30363
30364 \begin_layout Standard
30365 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder ERT-zeile
30366  ein:
30367 \end_layout
30368
30369 \begin_layout Standard
30370
30371 \series bold
30372
30373 \backslash
30374 numberwithin{equation}{section}
30375 \end_layout
30376
30377 \begin_layout Standard
30378 Das ist das Ergebnis:
30379 \begin_inset ERT
30380 status collapsed
30381
30382 \begin_layout Plain Layout
30383
30384
30385 \backslash
30386 numberwithin{equation}{section}
30387 \end_layout
30388
30389 \end_inset
30390
30391
30392 \begin_inset Formula \begin{equation}
30393 A+B=C\end{equation}
30394
30395 \end_inset
30396
30397
30398 \end_layout
30399
30400 \begin_layout Standard
30401 Möchte man z.
30402 \begin_inset space \thinspace{}
30403 \end_inset
30404
30405 B.
30406  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
30407  gibt man 
30408 \series bold
30409
30410 \backslash
30411 numberwithin{table}{part}
30412 \series default
30413  ein.
30414 \end_layout
30415
30416 \begin_layout Standard
30417 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
30418 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
30419  folgenden Befehl als ERT oder als LaTeX-Vorspannzeile ein:
30420 \end_layout
30421
30422 \begin_layout Standard
30423
30424 \series bold
30425
30426 \backslash
30427 renewcommand{
30428 \backslash
30429 theequation}{
30430 \backslash
30431 arabic{equation}}
30432 \begin_inset Index
30433 status collapsed
30434
30435 \begin_layout Plain Layout
30436 Befehle ! A ! 
30437 \backslash
30438 arabic
30439 \end_layout
30440
30441 \end_inset
30442
30443
30444 \series default
30445
30446 \begin_inset ERT
30447 status collapsed
30448
30449 \begin_layout Plain Layout
30450
30451
30452 \backslash
30453 renewcommand{
30454 \backslash
30455 theequation}{
30456 \backslash
30457 arabic{equation}}
30458 \end_layout
30459
30460 \end_inset
30461
30462
30463 \series bold
30464
30465 \begin_inset Newline newline
30466 \end_inset
30467
30468
30469 \series default
30470 bzw.
30471 \series bold
30472
30473 \begin_inset Newline newline
30474 \end_inset
30475
30476
30477 \backslash
30478 renewcommand{
30479 \backslash
30480 thetable}{
30481 \backslash
30482 arabic{table}}
30483 \end_layout
30484
30485 \begin_layout Standard
30486
30487 \series bold
30488
30489 \backslash
30490 numberwithin
30491 \series default
30492  benutzt intern den oben beschriebenen Befehl 
30493 \series bold
30494
30495 \backslash
30496 @addtoreset
30497 \series default
30498 , der ebenfalls rückgängig gemacht werden muss.
30499 \begin_inset ERT
30500 status collapsed
30501
30502 \begin_layout Plain Layout
30503
30504
30505 \backslash
30506 makeatletter
30507 \end_layout
30508
30509 \begin_layout Plain Layout
30510
30511
30512 \backslash
30513 @removefromreset{equation}{section}
30514 \end_layout
30515
30516 \begin_layout Plain Layout
30517
30518
30519 \backslash
30520 makeatother
30521 \end_layout
30522
30523 \end_inset
30524
30525
30526 \end_layout
30527
30528 \begin_layout Subsection
30529 Nummerierung mit römischen Zahlen und Buchstaben
30530 \begin_inset CommandInset label
30531 LatexCommand label
30532 name "sub:Nummerierung-mit-römischen"
30533
30534 \end_inset
30535
30536
30537 \begin_inset Index
30538 status collapsed
30539
30540 \begin_layout Plain Layout
30541 Formelnummerierung ! mit Buchstaben
30542 \end_layout
30543
30544 \end_inset
30545
30546
30547 \begin_inset Index
30548 status collapsed
30549
30550 \begin_layout Plain Layout
30551 Formelnummerierung ! mit römischen Zahlen
30552 \end_layout
30553
30554 \end_inset
30555
30556
30557 \end_layout
30558
30559 \begin_layout Standard
30560 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
30561  werden.
30562  Um z.
30563 \begin_inset space \thinspace{}
30564 \end_inset
30565
30566 B.
30567  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
30568  TeX-Modus den Befehl
30569 \end_layout
30570
30571 \begin_layout Standard
30572
30573 \series bold
30574
30575 \backslash
30576 renewcommand{
30577 \backslash
30578 theequation}{
30579 \backslash
30580 roman{equation}}
30581 \end_layout
30582
30583 \begin_layout Standard
30584 ein.
30585  
30586 \series bold
30587
30588 \backslash
30589 renewcommand
30590 \series default
30591
30592 \begin_inset Index
30593 status collapsed
30594
30595 \begin_layout Plain Layout
30596 Befehle ! R ! 
30597 \backslash
30598 renewcommand
30599 \end_layout
30600
30601 \end_inset
30602
30603  weist dem vordefinierten Befehl 
30604 \series bold
30605
30606 \backslash
30607 theequation
30608 \series default
30609  den Befehl
30610 \begin_inset Newline linebreak
30611 \end_inset
30612
30613
30614 \series bold
30615
30616 \backslash
30617 roman{equation}
30618 \series default
30619  zu
30620 \begin_inset Foot
30621 status collapsed
30622
30623 \begin_layout Plain Layout
30624 Der Befehl 
30625 \series bold
30626
30627 \backslash
30628 renewcommand
30629 \series default
30630  besitzt dasselbe Schema wie der in 
30631 \begin_inset CommandInset ref
30632 LatexCommand ref
30633 reference "sec:Benutzerdefinierte-Befehle"
30634
30635 \end_inset
30636
30637  beschriebene Befehl
30638 \begin_inset Newline newline
30639 \end_inset
30640
30641
30642 \series bold
30643
30644 \backslash
30645 newcommand
30646 \series default
30647 .
30648 \end_layout
30649
30650 \end_inset
30651
30652 .
30653  
30654 \series bold
30655 equation
30656 \series default
30657  ist der Formelzähler.
30658  Stellt man einem Zähler den Befehl 
30659 \series bold
30660
30661 \backslash
30662 the
30663 \series default
30664  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
30665  wird.
30666  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
30667  
30668 \series bold
30669
30670 \backslash
30671 theequation
30672 \series default
30673  hinter die Formel.
30674  
30675 \series bold
30676
30677 \backslash
30678 roman{equation}
30679 \begin_inset Index
30680 status collapsed
30681
30682 \begin_layout Plain Layout
30683 Befehle ! R ! 
30684 \backslash
30685 roman
30686 \end_layout
30687
30688 \end_inset
30689
30690
30691 \series default
30692  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
30693 \end_layout
30694
30695 \begin_layout Standard
30696 Alle Formeln nach dem 
30697 \series bold
30698
30699 \backslash
30700 renewcommand
30701 \series default
30702 -Befehl werden nun römisch nummeriert.
30703  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
30704  den Befehl erneut ein, ersetzt aber 
30705 \series bold
30706
30707 \backslash
30708 roman
30709 \series default
30710  durch 
30711 \series bold
30712
30713 \backslash
30714 Roman
30715 \series default
30716
30717 \begin_inset Index
30718 status collapsed
30719
30720 \begin_layout Plain Layout
30721 Befehle ! R ! 
30722 \backslash
30723 roman@
30724 \backslash
30725 Roman
30726 \end_layout
30727
30728 \end_inset
30729
30730 .
30731  Für die 
30732 \begin_inset Quotes gld
30733 \end_inset
30734
30735 Nummerierung
30736 \begin_inset Quotes grd
30737 \end_inset
30738
30739  mit lateinischen Buchstaben gibt es den Befehl 
30740 \series bold
30741
30742 \backslash
30743 alph
30744 \series default
30745
30746 \begin_inset Index
30747 status collapsed
30748
30749 \begin_layout Plain Layout
30750 Befehle ! A ! 
30751 \backslash
30752 alph
30753 \end_layout
30754
30755 \end_inset
30756
30757  für kleine und 
30758 \series bold
30759
30760 \backslash
30761 Alph
30762 \series default
30763
30764 \begin_inset Index
30765 status collapsed
30766
30767 \begin_layout Plain Layout
30768 Befehle ! A ! 
30769 \backslash
30770 alph@
30771 \backslash
30772 Alph
30773 \end_layout
30774
30775 \end_inset
30776
30777  für große Buchstaben.
30778 \end_layout
30779
30780 \begin_layout Standard
30781 \begin_inset Note Greyedout
30782 status open
30783
30784 \begin_layout Plain Layout
30785
30786 \series bold
30787 Achtung:
30788 \series default
30789  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
30790  nummeriert werden.
30791 \end_layout
30792
30793 \end_inset
30794
30795
30796 \end_layout
30797
30798 \begin_layout Standard
30799 \begin_inset ERT
30800 status collapsed
30801
30802 \begin_layout Plain Layout
30803
30804
30805 \backslash
30806 renewcommand{
30807 \backslash
30808 theequation}{
30809 \backslash
30810 roman{equation}}
30811 \end_layout
30812
30813 \end_inset
30814
30815
30816 \end_layout
30817
30818 \begin_layout Standard
30819 \begin_inset Formula \begin{equation}
30820 A=\textrm{römisch}\label{eq:roem}\end{equation}
30821
30822 \end_inset
30823
30824
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 \begin_inset Formula \begin{equation}
30843 B=\textrm{Römisch}\label{eq:Roem}\end{equation}
30844
30845 \end_inset
30846
30847
30848 \begin_inset ERT
30849 status collapsed
30850
30851 \begin_layout Plain Layout
30852
30853
30854 \backslash
30855 renewcommand{
30856 \backslash
30857 theequation}{
30858 \backslash
30859 alph{equation}}
30860 \end_layout
30861
30862 \end_inset
30863
30864
30865 \begin_inset Formula \begin{equation}
30866 C=\textrm{lateinisch}\label{eq:lat}\end{equation}
30867
30868 \end_inset
30869
30870
30871 \begin_inset ERT
30872 status collapsed
30873
30874 \begin_layout Plain Layout
30875
30876
30877 \backslash
30878 renewcommand{
30879 \backslash
30880 theequation}{
30881 \backslash
30882 Alph{equation}}
30883 \end_layout
30884
30885 \end_inset
30886
30887
30888 \begin_inset Formula \begin{equation}
30889 D=\textrm{Lateinisch}\label{eq:Lat}\end{equation}
30890
30891 \end_inset
30892
30893
30894 \end_layout
30895
30896 \begin_layout Standard
30897 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
30898  ein:
30899 \end_layout
30900
30901 \begin_layout Standard
30902
30903 \series bold
30904
30905 \backslash
30906 renewcommand{
30907 \backslash
30908 theequation}{
30909 \backslash
30910 arabic{equation}}
30911 \begin_inset Index
30912 status collapsed
30913
30914 \begin_layout Plain Layout
30915 Befehle ! A ! 
30916 \backslash
30917 arabic
30918 \end_layout
30919
30920 \end_inset
30921
30922
30923 \end_layout
30924
30925 \begin_layout Standard
30926 \begin_inset ERT
30927 status collapsed
30928
30929 \begin_layout Plain Layout
30930
30931
30932 \backslash
30933 renewcommand{
30934 \backslash
30935 theequation}{
30936 \backslash
30937 arabic{equation}}
30938 \end_layout
30939
30940 \end_inset
30941
30942
30943 \begin_inset Formula \begin{equation}
30944 E=\textrm{arabisch}\label{eq:arab}\end{equation}
30945
30946 \end_inset
30947
30948
30949 \end_layout
30950
30951 \begin_layout Standard
30952 \begin_inset VSpace medskip
30953 \end_inset
30954
30955 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
30956 riert.
30957  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
30958  beginnen, müssen neue Formelzähler angelegt werden.
30959  Eine Beschreibung dazu findet man in der Datei 
30960 \begin_inset CommandInset href
30961 LatexCommand href
30962 target "Formelnummerierung.lyx"
30963
30964 \end_inset
30965
30966 .
30967 \end_layout
30968
30969 \begin_layout Section
30970 Benutzerdefinierte Befehle
30971 \begin_inset CommandInset label
30972 LatexCommand label
30973 name "sec:Benutzerdefinierte-Befehle"
30974
30975 \end_inset
30976
30977
30978 \begin_inset Index
30979 status collapsed
30980
30981 \begin_layout Plain Layout
30982 benutzerdefinierte Befehle
30983 \end_layout
30984
30985 \end_inset
30986
30987
30988 \end_layout
30989
30990 \begin_layout Standard
30991 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
30992  Man kann sich aber mit dem Befehl 
30993 \series bold
30994
30995 \backslash
30996 newcommand
30997 \series default
30998
30999 \begin_inset Index
31000 status collapsed
31001
31002 \begin_layout Plain Layout
31003 Befehle ! N ! 
31004 \backslash
31005 newcommand
31006 \end_layout
31007
31008 \end_inset
31009
31010  neue kürzere Befehle definieren.
31011 \end_layout
31012
31013 \begin_layout Standard
31014 Das Befehlsschema von 
31015 \series bold
31016
31017 \backslash
31018 newcommand
31019 \series default
31020  lautet:
31021 \end_layout
31022
31023 \begin_layout Standard
31024
31025 \series bold
31026
31027 \backslash
31028 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
31029 \series default
31030  
31031 \series bold
31032 Wert]
31033 \begin_inset Newline newline
31034 \end_inset
31035
31036
31037 \begin_inset ERT
31038 status collapsed
31039
31040 \begin_layout Plain Layout
31041
31042
31043 \backslash
31044 phantom{
31045 \end_layout
31046
31047 \end_inset
31048
31049
31050 \backslash
31051 newcommand
31052 \begin_inset ERT
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056
31057 }
31058 \end_layout
31059
31060 \end_inset
31061
31062 {Befehlsdefinition}
31063 \end_layout
31064
31065 \begin_layout Standard
31066 \begin_inset Note Greyedout
31067 status open
31068
31069 \begin_layout Plain Layout
31070
31071 \series bold
31072 Achtung:
31073 \series default
31074  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
31075  oder von benutzten LaTeX-Paketen verwendet wird.
31076  Definiert man beispielsweise für 
31077 \series bold
31078
31079 \backslash
31080 Leftarrow
31081 \series default
31082  den Befehl 
31083 \series bold
31084
31085 \backslash
31086 le
31087 \series default
31088 , erhält man eine Fehlermeldung, denn 
31089 \series bold
31090
31091 \backslash
31092 le
31093 \series default
31094  ist schon für 
31095 \begin_inset Quotes gld
31096 \end_inset
31097
31098
31099 \begin_inset Formula $\le$
31100 \end_inset
31101
31102
31103 \begin_inset Quotes grd
31104 \end_inset
31105
31106  definiert.
31107 \end_layout
31108
31109 \end_inset
31110
31111
31112 \end_layout
31113
31114 \begin_layout Standard
31115 \begin_inset Note Greyedout
31116 status open
31117
31118 \begin_layout Plain Layout
31119
31120 \series bold
31121 Achtung: 
31122 \series default
31123 Die Namen von selbst definierten Befehlen dürfen nur aus lateinischen Buchstaben
31124  bestehen.
31125 \end_layout
31126
31127 \end_inset
31128
31129
31130 \end_layout
31131
31132 \begin_layout Standard
31133 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
31134 \begin_inset space \thinspace{}
31135 \end_inset
31136
31137 -
31138 \begin_inset space \thinspace{}
31139 \end_inset
31140
31141 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
31142  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
31143  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
31144 \emph on
31145 erste
31146 \emph default
31147  Argument des neuen Befehls ein optionales ist.
31148 \end_layout
31149
31150 \begin_layout Standard
31151 Es folgen einige Beispiele:
31152 \end_layout
31153
31154 \begin_layout Itemize
31155 Will man für 
31156 \series bold
31157
31158 \backslash
31159 Longrightarrow
31160 \series default
31161  den Befehl 
31162 \series bold
31163
31164 \backslash
31165 gr
31166 \series default
31167  definieren, lautet die LaTeX-Vor\SpecialChar \-
31168 spannzeile:
31169 \begin_inset ERT
31170 status collapsed
31171
31172 \begin_layout Plain Layout
31173
31174
31175 \backslash
31176 medskip
31177 \end_layout
31178
31179 \end_inset
31180
31181
31182 \series bold
31183
31184 \begin_inset Newline newline
31185 \end_inset
31186
31187
31188 \backslash
31189 newcommand{
31190 \backslash
31191 gr}{
31192 \backslash
31193 Longrightarrow}
31194 \end_layout
31195
31196 \begin_layout Itemize
31197 Um für den Befehl 
31198 \series bold
31199
31200 \backslash
31201 underline
31202 \series default
31203  den Befehl 
31204 \series bold
31205
31206 \backslash
31207 us
31208 \series default
31209  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
31210  werden.
31211  Dazu sieht die Vorspannzeile wie folgt aus:
31212 \begin_inset ERT
31213 status collapsed
31214
31215 \begin_layout Plain Layout
31216
31217
31218 \backslash
31219 medskip
31220 \end_layout
31221
31222 \end_inset
31223
31224
31225 \series bold
31226
31227 \begin_inset Newline newline
31228 \end_inset
31229
31230
31231 \backslash
31232 newcommand{
31233 \backslash
31234 us}[1]{
31235 \backslash
31236 underline{#1}}
31237 \series default
31238
31239 \begin_inset ERT
31240 status collapsed
31241
31242 \begin_layout Plain Layout
31243
31244
31245 \backslash
31246 medskip
31247 \end_layout
31248
31249 \end_inset
31250
31251
31252 \series bold
31253
31254 \begin_inset Newline newline
31255 \end_inset
31256
31257
31258 \series default
31259 Das Zeichen 
31260 \series bold
31261 #
31262 \series default
31263  fungiert als Argumentplatzhalter, die 
31264 \series bold
31265 1
31266 \series default
31267  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
31268 \end_layout
31269
31270 \begin_layout Itemize
31271 Für 
31272 \series bold
31273
31274 \backslash
31275 framebox
31276 \series default
31277  kann man z.
31278 \begin_inset space \thinspace{}
31279 \end_inset
31280
31281 B.
31282  den Befehl 
31283 \series bold
31284
31285 \backslash
31286 fb
31287 \series default
31288  definieren:
31289 \begin_inset ERT
31290 status collapsed
31291
31292 \begin_layout Plain Layout
31293
31294
31295 \backslash
31296 medskip
31297 \end_layout
31298
31299 \end_inset
31300
31301
31302 \series bold
31303
31304 \begin_inset Newline newline
31305 \end_inset
31306
31307
31308 \backslash
31309 newcommand{
31310 \backslash
31311 fb}[3]{
31312 \backslash
31313 framebox#1#2{$#3$}}
31314 \series default
31315
31316 \begin_inset ERT
31317 status collapsed
31318
31319 \begin_layout Plain Layout
31320
31321
31322 \backslash
31323 medskip
31324 \end_layout
31325
31326 \end_inset
31327
31328
31329 \series bold
31330
31331 \begin_inset Newline newline
31332 \end_inset
31333
31334
31335 \series default
31336 Die beiden Dollarzeichen erstellen hierbei die für 
31337 \series bold
31338
31339 \backslash
31340 framebox
31341 \series default
31342  geforderte weitere Formel, siehe 
31343 \begin_inset CommandInset ref
31344 LatexCommand ref
31345 reference "sub:Boxen-mit-Rahmen"
31346
31347 \end_inset
31348
31349 .
31350 \end_layout
31351
31352 \begin_layout Itemize
31353 Um einen neuen Befehl für 
31354 \series bold
31355
31356 \backslash
31357 fcolorbox
31358 \series default
31359  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
31360  definiert man das Argument für die Farbe als optional:
31361 \begin_inset ERT
31362 status collapsed
31363
31364 \begin_layout Plain Layout
31365
31366
31367 \backslash
31368 medskip
31369 \end_layout
31370
31371 \end_inset
31372
31373
31374 \series bold
31375
31376 \begin_inset Newline newline
31377 \end_inset
31378
31379
31380 \backslash
31381 newcommand{
31382 \backslash
31383 cb}[3][white]{
31384 \backslash
31385 fcolorbox{#2}{#1}{$#3$}}
31386 \series default
31387
31388 \begin_inset ERT
31389 status collapsed
31390
31391 \begin_layout Plain Layout
31392
31393
31394 \backslash
31395 medskip
31396 \end_layout
31397
31398 \end_inset
31399
31400
31401 \begin_inset Newline newline
31402 \end_inset
31403
31404 Gibt man bei der Verwendung von 
31405 \series bold
31406
31407 \backslash
31408 cb
31409 \series default
31410  die Farbe nicht an, wird die voreingestellte Farbe 
31411 \series bold
31412 white
31413 \series default
31414  verwendet.
31415 \end_layout
31416
31417 \begin_layout Standard
31418 Ein Test der neu definierten Befehle:
31419 \end_layout
31420
31421 \begin_layout Standard
31422 \align center
31423 \begin_inset Tabular
31424 <lyxtabular version="3" rows="6" columns="2">
31425 <features>
31426 <column alignment="center" valignment="top" width="0">
31427 <column alignment="center" valignment="top" width="0">
31428 <row>
31429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31430 \begin_inset Text
31431
31432 \begin_layout Plain Layout
31433 Befehl
31434 \end_layout
31435
31436 \end_inset
31437 </cell>
31438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31439 \begin_inset Text
31440
31441 \begin_layout Plain Layout
31442 Ergebnis
31443 \begin_inset Note Note
31444 status collapsed
31445
31446 \begin_layout Plain Layout
31447
31448 \series bold
31449
31450 \backslash
31451 raisebox
31452 \series default
31453  dient nur als Abstandhalter.
31454 \end_layout
31455
31456 \end_inset
31457
31458
31459 \end_layout
31460
31461 \end_inset
31462 </cell>
31463 </row>
31464 <row>
31465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31466 \begin_inset Text
31467
31468 \begin_layout Plain Layout
31469 A
31470 \backslash
31471 gr
31472 \begin_inset ERT
31473 status collapsed
31474
31475 \begin_layout Plain Layout
31476
31477
31478 \backslash
31479 leer 
31480 \end_layout
31481
31482 \end_inset
31483
31484 B
31485 \end_layout
31486
31487 \end_inset
31488 </cell>
31489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31490 \begin_inset Text
31491
31492 \begin_layout Plain Layout
31493 \begin_inset Formula $A\gr B$
31494 \end_inset
31495
31496
31497 \end_layout
31498
31499 \end_inset
31500 </cell>
31501 </row>
31502 <row>
31503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31504 \begin_inset Text
31505
31506 \begin_layout Plain Layout
31507
31508 \backslash
31509 us{ABcd
31510 \end_layout
31511
31512 \end_inset
31513 </cell>
31514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31515 \begin_inset Text
31516
31517 \begin_layout Plain Layout
31518 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31519 \end_inset
31520
31521
31522 \end_layout
31523
31524 \end_inset
31525 </cell>
31526 </row>
31527 <row>
31528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31529 \begin_inset Text
31530
31531 \begin_layout Plain Layout
31532
31533 \backslash
31534 fb{[2cm]
31535 \begin_inset Formula $\to$
31536 \end_inset
31537
31538
31539 \backslash
31540 {
31541 \begin_inset Formula $\to$
31542 \end_inset
31543
31544
31545 \backslash
31546 {
31547 \backslash
31548 int
31549 \begin_inset ERT
31550 status collapsed
31551
31552 \begin_layout Plain Layout
31553
31554
31555 \backslash
31556 leer 
31557 \end_layout
31558
31559 \end_inset
31560
31561 A=B
31562 \end_layout
31563
31564 \end_inset
31565 </cell>
31566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31567 \begin_inset Text
31568
31569 \begin_layout Plain Layout
31570 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31571 \end_inset
31572
31573
31574 \end_layout
31575
31576 \end_inset
31577 </cell>
31578 </row>
31579 <row>
31580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31581 \begin_inset Text
31582
31583 \begin_layout Plain Layout
31584
31585 \backslash
31586 cb{red
31587 \begin_inset Formula $\to$
31588 \end_inset
31589
31590
31591 \backslash
31592 {
31593 \backslash
31594 int
31595 \begin_inset ERT
31596 status collapsed
31597
31598 \begin_layout Plain Layout
31599
31600
31601 \backslash
31602 leer 
31603 \end_layout
31604
31605 \end_inset
31606
31607 A=B
31608 \end_layout
31609
31610 \end_inset
31611 </cell>
31612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31613 \begin_inset Text
31614
31615 \begin_layout Plain Layout
31616 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31617 \end_inset
31618
31619
31620 \end_layout
31621
31622 \end_inset
31623 </cell>
31624 </row>
31625 <row>
31626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31627 \begin_inset Text
31628
31629 \begin_layout Plain Layout
31630
31631 \backslash
31632 cb[green]
31633 \backslash
31634 {red
31635 \begin_inset Formula $\to$
31636 \end_inset
31637
31638
31639 \backslash
31640 {
31641 \backslash
31642 int
31643 \begin_inset ERT
31644 status collapsed
31645
31646 \begin_layout Plain Layout
31647
31648
31649 \backslash
31650 leer 
31651 \end_layout
31652
31653 \end_inset
31654
31655 A=B
31656 \end_layout
31657
31658 \end_inset
31659 </cell>
31660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31661 \begin_inset Text
31662
31663 \begin_layout Plain Layout
31664 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31665 \end_inset
31666
31667
31668 \end_layout
31669
31670 \end_inset
31671 </cell>
31672 </row>
31673 </lyxtabular>
31674
31675 \end_inset
31676
31677
31678 \end_layout
31679
31680 \begin_layout Section
31681 Diagramme
31682 \end_layout
31683
31684 \begin_layout Standard
31685 LyX unterstützt zwei Typen kommutativer Diagramme: 
31686 \series bold
31687 amscd
31688 \series default
31689  und 
31690 \series bold
31691 xymatrix
31692 \series default
31693 , die im Folgenden erläutert sind.
31694 \end_layout
31695
31696 \begin_layout Subsection
31697 amscd Diagramme
31698 \begin_inset Index
31699 status collapsed
31700
31701 \begin_layout Plain Layout
31702 Diagramme ! amscd
31703 \end_layout
31704
31705 \end_inset
31706
31707
31708 \end_layout
31709
31710 \begin_layout Standard
31711 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
31712  Linien oder Pfeilen dar:
31713 \begin_inset Formula \[
31714 \begin{CD}A@>>>B@>>>C\\
31715 @AAA@.@VVV\\
31716 F@<<<E@<<<D\end{CD}\]
31717
31718 \end_inset
31719
31720
31721 \end_layout
31722
31723 \begin_layout Standard
31724 Um sie zu erstellen, gibt man in einer Formel den Befehl 
31725 \series bold
31726
31727 \backslash
31728 CD
31729 \begin_inset Index
31730 status collapsed
31731
31732 \begin_layout Plain Layout
31733 Befehle ! C ! 
31734 \backslash
31735 CD
31736 \end_layout
31737
31738 \end_inset
31739
31740
31741 \series default
31742  ein.
31743  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
31744  man die weiteren Befehle eingibt.
31745  Mit 
31746 \series bold
31747
31748 \begin_inset ERT
31749 status collapsed
31750
31751 \begin_layout Plain Layout
31752
31753
31754 \backslash
31755 mbox{
31756 \end_layout
31757
31758 \end_inset
31759
31760
31761 \family sans
31762 \series default
31763 Strg-Enter
31764 \family default
31765 \series bold
31766
31767 \begin_inset ERT
31768 status collapsed
31769
31770 \begin_layout Plain Layout
31771
31772 }
31773 \end_layout
31774
31775 \end_inset
31776
31777
31778 \series default
31779  wird eine neue Zeile erstellt.
31780  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
31781  Zeilen der Formel eingegeben.
31782 \end_layout
31783
31784 \begin_layout Standard
31785 Zum Erstellen der Beziehungen gibt es folgende Befehle:
31786 \end_layout
31787
31788 \begin_layout Itemize
31789
31790 \series bold
31791 @<<<
31792 \series default
31793  erstellt einen Linkspfeil, 
31794 \series bold
31795 @>>>
31796 \series default
31797  einen Rechtspfeil und 
31798 \series bold
31799 @=
31800 \series default
31801  ein langes Gleichheitszeichen
31802 \end_layout
31803
31804 \begin_layout Itemize
31805
31806 \series bold
31807 @AAA
31808 \series default
31809  erstellt einen Pfeil nach oben, 
31810 \series bold
31811 @VVV
31812 \series default
31813  einen Pfeil nach unten und 
31814 \series bold
31815 @|
31816 \series default
31817  ein senkrechtes Gleichheitszeichen
31818 \end_layout
31819
31820 \begin_layout Itemize
31821
31822 \series bold
31823 @.
31824
31825 \series default
31826  dient als Platzhalter für nicht vorhandene Beziehungen
31827 \end_layout
31828
31829 \begin_layout Standard
31830 Alle Pfeile sind wie folgt beschriftbar:
31831 \end_layout
31832
31833 \begin_layout Itemize
31834 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
31835  > Text eingegeben, erscheint er über dem Pfeil.
31836  Wird der Text zwischen dem zweiten und dritten < bzw.
31837  > eingegeben, erscheint er unter dem Pfeil.
31838 \end_layout
31839
31840 \begin_layout Itemize
31841 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
31842  V eingegeben, erscheint er links neben dem Pfeil.
31843  Bei Eingabe zwischen zweitem und drittem A bzw.
31844  V erscheint er rechts daneben.
31845  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
31846  gesetzt werden.
31847 \end_layout
31848
31849 \begin_layout Standard
31850 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
31851 \end_layout
31852
31853 \begin_layout Standard
31854 \begin_inset Formula \[
31855 \begin{CD}A@>j>>B@>>k>C@=F\\
31856 @AmAA@.@VV{V}V@|\\
31857 D@<<j<E@>k>>F@=C\end{CD}\]
31858
31859 \end_inset
31860
31861
31862 \end_layout
31863
31864 \begin_layout Standard
31865 Der Befehl dazu lautet:
31866 \begin_inset Newline newline
31867 \end_inset
31868
31869
31870 \series bold
31871
31872 \backslash
31873 CD
31874 \begin_inset ERT
31875 status collapsed
31876
31877 \begin_layout Plain Layout
31878
31879
31880 \backslash
31881 leer 
31882 \end_layout
31883
31884 \end_inset
31885
31886 A@>j>>B@>>k>C@=F Strg-Enter
31887 \begin_inset Newline newline
31888 \end_inset
31889
31890
31891 \begin_inset ERT
31892 status collapsed
31893
31894 \begin_layout Plain Layout
31895
31896
31897 \backslash
31898 hphantom{
31899 \end_layout
31900
31901 \end_inset
31902
31903
31904 \backslash
31905 CD
31906 \begin_inset ERT
31907 status collapsed
31908
31909 \begin_layout Plain Layout
31910
31911
31912 \backslash
31913 leer 
31914 \end_layout
31915
31916 \end_inset
31917
31918
31919 \begin_inset ERT
31920 status collapsed
31921
31922 \begin_layout Plain Layout
31923
31924 }
31925 \end_layout
31926
31927 \end_inset
31928
31929 @AmAA@.@VV
31930 \backslash
31931 {V
31932 \series default
31933
31934 \begin_inset Formula $\to$
31935 \end_inset
31936
31937
31938 \series bold
31939 V@| Strg-Enter
31940 \begin_inset Newline newline
31941 \end_inset
31942
31943
31944 \begin_inset ERT
31945 status collapsed
31946
31947 \begin_layout Plain Layout
31948
31949
31950 \backslash
31951 hphantom{
31952 \end_layout
31953
31954 \end_inset
31955
31956
31957 \backslash
31958 CD
31959 \begin_inset ERT
31960 status collapsed
31961
31962 \begin_layout Plain Layout
31963
31964
31965 \backslash
31966 leer 
31967 \end_layout
31968
31969 \end_inset
31970
31971
31972 \begin_inset ERT
31973 status collapsed
31974
31975 \begin_layout Plain Layout
31976
31977 }
31978 \end_layout
31979
31980 \end_inset
31981
31982 D@<<j<E@>k>>F@=C
31983 \end_layout
31984
31985 \begin_layout Subsection
31986 xymatrix Diagramme
31987 \begin_inset Index
31988 status collapsed
31989
31990 \begin_layout Plain Layout
31991 Diagramme ! xymatrix
31992 \end_layout
31993
31994 \end_inset
31995
31996
31997 \end_layout
31998
31999 \begin_layout Standard
32000 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
32001 \series bold
32002 xypic
32003 \series default
32004  installiert sein.
32005  Eine Xymatrix wird erstellt, indem der Befehl 
32006 \series bold
32007
32008 \backslash
32009 xymatrix
32010 \series default
32011  in eine Formel eingegeben wird.
32012  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32013  hinzufügen, siehe 
32014 \begin_inset CommandInset ref
32015 LatexCommand ref
32016 reference "sec:Matrizen"
32017
32018 \end_inset
32019
32020 .
32021 \end_layout
32022
32023 \begin_layout Standard
32024 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
32025  gekrümmte Pfeile und vieles mehr.
32026  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
32027  sind im Detail in diesem Handbuch erklärt:
32028 \begin_inset Newline newline
32029 \end_inset
32030
32031
32032 \begin_inset CommandInset href
32033 LatexCommand href
32034 target "http://wiki.lyx.org/LyX/XY-pic#xy-manual"
32035
32036 \end_inset
32037
32038
32039 \end_layout
32040
32041 \begin_layout Standard
32042 \begin_inset Newpage newpage
32043 \end_inset
32044
32045
32046 \end_layout
32047
32048 \begin_layout Section
32049 Tipps
32050 \begin_inset ERT
32051 status collapsed
32052
32053 \begin_layout Plain Layout
32054
32055
32056 \backslash
32057 texorpdfstring{
32058 \end_layout
32059
32060 \end_inset
32061
32062
32063 \begin_inset Foot
32064 status collapsed
32065
32066 \begin_layout Plain Layout
32067 Weitere gute Tipps gibt es unter 
32068 \begin_inset CommandInset citation
32069 LatexCommand cite
32070 key "Voss"
32071
32072 \end_inset
32073
32074 .
32075 \end_layout
32076
32077 \end_inset
32078
32079
32080 \begin_inset ERT
32081 status collapsed
32082
32083 \begin_layout Plain Layout
32084
32085 }{}
32086 \end_layout
32087
32088 \end_inset
32089
32090
32091 \begin_inset Note Note
32092 status collapsed
32093
32094 \begin_layout Plain Layout
32095
32096 \series bold
32097
32098 \backslash
32099 texorpdfstring
32100 \series default
32101  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
32102 \end_layout
32103
32104 \begin_layout Plain Layout
32105 Näheres zu 
32106 \series bold
32107
32108 \backslash
32109 texorpdfstring
32110 \series default
32111  steht in Kapitel 
32112 \begin_inset CommandInset ref
32113 LatexCommand ref
32114 reference "sub:Formeln-in-Überschriften"
32115
32116 \end_inset
32117
32118 .
32119 \end_layout
32120
32121 \end_inset
32122
32123
32124 \begin_inset Index
32125 status collapsed
32126
32127 \begin_layout Plain Layout
32128 Tipps
32129 \end_layout
32130
32131 \end_inset
32132
32133
32134 \begin_inset Index
32135 status collapsed
32136
32137 \begin_layout Plain Layout
32138 Ionen|see
32139 \begin_inset ERT
32140 status collapsed
32141
32142 \begin_layout Plain Layout
32143
32144 {
32145 \end_layout
32146
32147 \end_inset
32148
32149 chemische Zeichen
32150 \begin_inset ERT
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154
32155 }
32156 \end_layout
32157
32158 \end_inset
32159
32160
32161 \end_layout
32162
32163 \end_inset
32164
32165
32166 \end_layout
32167
32168 \begin_layout Subsection
32169 Chemische Symbole und Reaktionsgleichungen
32170 \begin_inset CommandInset label
32171 LatexCommand label
32172 name "sub:Chemische-Symbole-und"
32173
32174 \end_inset
32175
32176
32177 \begin_inset Index
32178 status collapsed
32179
32180 \begin_layout Plain Layout
32181 chemische Zeichen ! Symbole
32182 \end_layout
32183
32184 \end_inset
32185
32186
32187 \begin_inset Index
32188 status collapsed
32189
32190 \begin_layout Plain Layout
32191 Reaktionsgleichungen
32192 \end_layout
32193
32194 \end_inset
32195
32196
32197 \begin_inset Index
32198 status collapsed
32199
32200 \begin_layout Plain Layout
32201 Symbole ! chemische
32202 \end_layout
32203
32204 \end_inset
32205
32206
32207 \end_layout
32208
32209 \begin_layout Standard
32210 Ein Beispieltext aus der Chemie:
32211 \end_layout
32212
32213 \begin_layout Quote
32214 Das 
32215 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32216 \end_inset
32217
32218 -Ion verbindet sich mit zwei 
32219 \begin_inset Formula $\mathrm{Na^{+}}$
32220 \end_inset
32221
32222 -Ionen zu Natriumsulfat 
32223 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32224 \end_inset
32225
32226 .
32227  Die Reaktionsgleichung dazu lautet:
32228 \begin_inset Formula \[
32229 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32230
32231 \end_inset
32232
32233
32234 \end_layout
32235
32236 \begin_layout Standard
32237 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
32238  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
32239  in der Formel und wandelt diese mit der Tastenkombination 
32240 \family sans
32241 Alt-z
32242 \begin_inset space ~
32243 \end_inset
32244
32245 r
32246 \family default
32247  in den aufrechten Schriftstil um.
32248 \begin_inset Foot
32249 status collapsed
32250
32251 \begin_layout Plain Layout
32252 Schriftstile siehe 
32253 \begin_inset CommandInset ref
32254 LatexCommand ref
32255 reference "sub:Schriftstile"
32256
32257 \end_inset
32258
32259
32260 \end_layout
32261
32262 \end_inset
32263
32264
32265 \end_layout
32266
32267 \begin_layout Subsection
32268 Negative Zahlen
32269 \begin_inset Index
32270 status collapsed
32271
32272 \begin_layout Plain Layout
32273 Zahlen ! negative
32274 \end_layout
32275
32276 \end_inset
32277
32278
32279 \end_layout
32280
32281 \begin_layout Standard
32282 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
32283  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
32284  dargestellt.
32285  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
32286  Minuszeichen korrekt.
32287 \end_layout
32288
32289 \begin_layout Standard
32290 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
32291  nicht mehr auf.
32292 \end_layout
32293
32294 \begin_layout Standard
32295 Ein Beispiel zur Veranschaulichung der Problematik:
32296 \end_layout
32297
32298 \begin_layout Standard
32299 \align center
32300 \begin_inset Tabular
32301 <lyxtabular version="3" rows="3" columns="2">
32302 <features>
32303 <column alignment="right" valignment="top" width="0">
32304 <column alignment="left" valignment="top" width="0">
32305 <row>
32306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32307 \begin_inset Text
32308
32309 \begin_layout Plain Layout
32310 normaler Text:
32311 \end_layout
32312
32313 \end_inset
32314 </cell>
32315 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32316 \begin_inset Text
32317
32318 \begin_layout Plain Layout
32319 x = -2
32320 \end_layout
32321
32322 \end_inset
32323 </cell>
32324 </row>
32325 <row>
32326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32327 \begin_inset Text
32328
32329 \begin_layout Plain Layout
32330 Formelmodus:
32331 \end_layout
32332
32333 \end_inset
32334 </cell>
32335 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32336 \begin_inset Text
32337
32338 \begin_layout Plain Layout
32339 \begin_inset Formula $x=-2$
32340 \end_inset
32341
32342
32343 \end_layout
32344
32345 \end_inset
32346 </cell>
32347 </row>
32348 <row>
32349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32350 \begin_inset Text
32351
32352 \begin_layout Plain Layout
32353 Lösung:
32354 \end_layout
32355
32356 \end_inset
32357 </cell>
32358 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32359 \begin_inset Text
32360
32361 \begin_layout Plain Layout
32362 \begin_inset Formula $x=\textrm{-}2$
32363 \end_inset
32364
32365
32366 \end_layout
32367
32368 \end_inset
32369 </cell>
32370 </row>
32371 </lyxtabular>
32372
32373 \end_inset
32374
32375
32376 \end_layout
32377
32378 \begin_layout Subsection
32379 Komma als Dezimaltrennzeichen
32380 \begin_inset Index
32381 status collapsed
32382
32383 \begin_layout Plain Layout
32384 Komma
32385 \end_layout
32386
32387 \end_inset
32388
32389
32390 \end_layout
32391
32392 \begin_layout Standard
32393 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
32394  als Gruppentrennzeichen.
32395  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
32396  eingefügt.
32397 \end_layout
32398
32399 \begin_layout Standard
32400 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
32401  Text um (Tastenkürzel 
32402 \family sans
32403 Alt-m
32404 \begin_inset space ~
32405 \end_inset
32406
32407 m
32408 \family default
32409 ).
32410 \end_layout
32411
32412 \begin_layout Standard
32413 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
32414  lädt man die Datei 
32415 \series bold
32416 icomma.sty
32417 \series default
32418
32419 \begin_inset Foot
32420 status collapsed
32421
32422 \begin_layout Plain Layout
32423
32424 \series bold
32425 icomma
32426 \series default
32427  ist Teil des LaTeX-Paketes 
32428 \series bold
32429 was
32430 \series default
32431
32432 \begin_inset Index
32433 status collapsed
32434
32435 \begin_layout Plain Layout
32436 Pakete ! was
32437 \begin_inset ERT
32438 status collapsed
32439
32440 \begin_layout Plain Layout
32441
32442
32443 \backslash
32444 vspace{4mm}
32445 \end_layout
32446
32447 \end_inset
32448
32449
32450 \end_layout
32451
32452 \end_inset
32453
32454 .
32455 \end_layout
32456
32457 \end_inset
32458
32459
32460 \begin_inset Index
32461 status collapsed
32462
32463 \begin_layout Plain Layout
32464 Pakete ! icomma
32465 \end_layout
32466
32467 \end_inset
32468
32469  mit der LaTeX-Vorspannzeile
32470 \end_layout
32471
32472 \begin_layout Standard
32473
32474 \series bold
32475
32476 \backslash
32477 usepackage{icomma}
32478 \end_layout
32479
32480 \begin_layout Subsection
32481 Physikalische Vektoren
32482 \begin_inset CommandInset label
32483 LatexCommand label
32484 name "sub:Physikalische-Vektoren"
32485
32486 \end_inset
32487
32488
32489 \begin_inset Index
32490 status collapsed
32491
32492 \begin_layout Plain Layout
32493 Vektoren ! physikalische
32494 \end_layout
32495
32496 \end_inset
32497
32498
32499 \end_layout
32500
32501 \begin_layout Standard
32502 Vordefinierte Vektoren bietet das LaTeX-Paket 
32503 \series bold
32504 braket
32505 \series default
32506
32507 \begin_inset Foot
32508 status collapsed
32509
32510 \begin_layout Plain Layout
32511
32512 \series bold
32513 braket
32514 \series default
32515  sollte Teil jeder LaTeX-Standardinstallation sein.
32516 \end_layout
32517
32518 \end_inset
32519
32520
32521 \begin_inset Index
32522 status collapsed
32523
32524 \begin_layout Plain Layout
32525 Pakete ! braket
32526 \end_layout
32527
32528 \end_inset
32529
32530 , das mit der LaTeX-Vorspannzeile
32531 \end_layout
32532
32533 \begin_layout Standard
32534
32535 \series bold
32536
32537 \backslash
32538 usepackage{braket}
32539 \end_layout
32540
32541 \begin_layout Standard
32542 geladen wird.
32543 \begin_inset ERT
32544 status collapsed
32545
32546 \begin_layout Plain Layout
32547
32548
32549 \backslash
32550 ifbraket 
32551 \end_layout
32552
32553 \end_inset
32554
32555
32556 \begin_inset Note Note
32557 status open
32558
32559 \begin_layout Plain Layout
32560 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
32561 \series bold
32562 braket
32563 \series default
32564  installiert ist:
32565 \end_layout
32566
32567 \end_inset
32568
32569
32570 \end_layout
32571
32572 \begin_layout Standard
32573 Folgende Befehle sind definiert:
32574 \end_layout
32575
32576 \begin_layout Standard
32577 \align center
32578 \begin_inset Tabular
32579 <lyxtabular version="3" rows="4" columns="2">
32580 <features>
32581 <column alignment="center" valignment="top" width="0">
32582 <column alignment="center" valignment="top" width="0">
32583 <row>
32584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32585 \begin_inset Text
32586
32587 \begin_layout Plain Layout
32588 Befehl
32589 \end_layout
32590
32591 \end_inset
32592 </cell>
32593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32594 \begin_inset Text
32595
32596 \begin_layout Plain Layout
32597 Ergebnis
32598 \end_layout
32599
32600 \end_inset
32601 </cell>
32602 </row>
32603 <row>
32604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32605 \begin_inset Text
32606
32607 \begin_layout Plain Layout
32608
32609 \backslash
32610 Bra{
32611 \backslash
32612 psi
32613 \end_layout
32614
32615 \end_inset
32616 </cell>
32617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32618 \begin_inset Text
32619
32620 \begin_layout Plain Layout
32621 \begin_inset Formula $\Bra{\psi}$
32622 \end_inset
32623
32624
32625 \end_layout
32626
32627 \end_inset
32628 </cell>
32629 </row>
32630 <row>
32631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32632 \begin_inset Text
32633
32634 \begin_layout Plain Layout
32635
32636 \backslash
32637 Ket{
32638 \backslash
32639 psi
32640 \end_layout
32641
32642 \end_inset
32643 </cell>
32644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32645 \begin_inset Text
32646
32647 \begin_layout Plain Layout
32648 \begin_inset Formula $\Ket{\psi}$
32649 \end_inset
32650
32651
32652 \end_layout
32653
32654 \end_inset
32655 </cell>
32656 </row>
32657 <row>
32658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32659 \begin_inset Text
32660
32661 \begin_layout Plain Layout
32662
32663 \backslash
32664 Braket{
32665 \backslash
32666 psi|
32667 \backslash
32668 phi
32669 \end_layout
32670
32671 \end_inset
32672 </cell>
32673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32674 \begin_inset Text
32675
32676 \begin_layout Plain Layout
32677 \begin_inset Formula $\Braket{\psi|\phi}$
32678 \end_inset
32679
32680
32681 \end_layout
32682
32683 \end_inset
32684 </cell>
32685 </row>
32686 </lyxtabular>
32687
32688 \end_inset
32689
32690
32691 \end_layout
32692
32693 \begin_layout Standard
32694 Der Befehl 
32695 \series bold
32696
32697 \backslash
32698 Braket
32699 \series default
32700  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
32701  Klammern gesetzt werden:
32702 \begin_inset Formula \[
32703 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32704
32705 \end_inset
32706
32707
32708 \begin_inset ERT
32709 status collapsed
32710
32711 \begin_layout Plain Layout
32712
32713
32714 \backslash
32715 else 
32716 \end_layout
32717
32718 \end_inset
32719
32720
32721 \begin_inset Note Note
32722 status open
32723
32724 \begin_layout Plain Layout
32725 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
32726 \series bold
32727 braket
32728 \series default
32729  nicht installiert ist:
32730 \end_layout
32731
32732 \end_inset
32733
32734
32735 \end_layout
32736
32737 \begin_layout Standard
32738 Das LaTeX-Paket 
32739 \series bold
32740 braket 
32741 \series default
32742 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
32743 \end_layout
32744
32745 \begin_layout Standard
32746 \begin_inset ERT
32747 status collapsed
32748
32749 \begin_layout Plain Layout
32750
32751
32752 \backslash
32753 fi 
32754 \end_layout
32755
32756 \end_inset
32757
32758
32759 \end_layout
32760
32761 \begin_layout Standard
32762 Der Effekt von 
32763 \series bold
32764
32765 \backslash
32766 Braket
32767 \series default
32768  kann auch mit dem Befehl 
32769 \series bold
32770
32771 \backslash
32772 middle
32773 \series default
32774  erzielt werden, der in 
32775 \begin_inset CommandInset ref
32776 LatexCommand ref
32777 reference "sub:Automatische-Klammergrößen"
32778
32779 \end_inset
32780
32781  beschrieben ist.
32782 \end_layout
32783
32784 \begin_layout Subsection
32785 Selbst definierte Brüche
32786 \begin_inset CommandInset label
32787 LatexCommand label
32788 name "sub:Selbstdefinierte-Brüche"
32789
32790 \end_inset
32791
32792
32793 \begin_inset Index
32794 status collapsed
32795
32796 \begin_layout Plain Layout
32797 Brüche ! selbstdefinierte
32798 \end_layout
32799
32800 \end_inset
32801
32802
32803 \end_layout
32804
32805 \begin_layout Standard
32806 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
32807 \series bold
32808
32809 \backslash
32810 genfrac
32811 \series default
32812
32813 \begin_inset Index
32814 status collapsed
32815
32816 \begin_layout Plain Layout
32817 Befehle ! G ! 
32818 \backslash
32819 genfrac
32820 \end_layout
32821
32822 \end_inset
32823
32824  in folgendem Schema:
32825 \end_layout
32826
32827 \begin_layout Standard
32828
32829 \series bold
32830
32831 \backslash
32832 genfrac{linke
32833 \series default
32834  
32835 \series bold
32836 Klammer}{rechte
32837 \series default
32838  
32839 \series bold
32840 Klammer}{Bruchstrichdicke}{Ansichtsstil}
32841 \begin_inset Newline newline
32842 \end_inset
32843
32844
32845 \begin_inset ERT
32846 status collapsed
32847
32848 \begin_layout Plain Layout
32849
32850
32851 \backslash
32852 phantom{
32853 \end_layout
32854
32855 \end_inset
32856
32857
32858 \backslash
32859 genfrac
32860 \begin_inset ERT
32861 status collapsed
32862
32863 \begin_layout Plain Layout
32864
32865 }
32866 \end_layout
32867
32868 \end_inset
32869
32870 {Zähler}{Nenner}
32871 \end_layout
32872
32873 \begin_layout Standard
32874 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
32875 \begin_inset space \thinspace{}
32876 \end_inset
32877
32878 -
32879 \begin_inset space \thinspace{}
32880 \end_inset
32881
32882 3 angegeben.
32883 \end_layout
32884
32885 \begin_layout Standard
32886 \align center
32887 \begin_inset Tabular
32888 <lyxtabular version="3" rows="5" columns="2">
32889 <features>
32890 <column alignment="center" valignment="top" width="0">
32891 <column alignment="center" valignment="top" width="0">
32892 <row>
32893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32894 \begin_inset Text
32895
32896 \begin_layout Plain Layout
32897 Nummer
32898 \end_layout
32899
32900 \end_inset
32901 </cell>
32902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32903 \begin_inset Text
32904
32905 \begin_layout Plain Layout
32906 Ansichtsstil
32907 \end_layout
32908
32909 \end_inset
32910 </cell>
32911 </row>
32912 <row>
32913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32914 \begin_inset Text
32915
32916 \begin_layout Plain Layout
32917 0
32918 \end_layout
32919
32920 \end_inset
32921 </cell>
32922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32923 \begin_inset Text
32924
32925 \begin_layout Plain Layout
32926 abgesetzte Formel
32927 \end_layout
32928
32929 \end_inset
32930 </cell>
32931 </row>
32932 <row>
32933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32934 \begin_inset Text
32935
32936 \begin_layout Plain Layout
32937 1
32938 \end_layout
32939
32940 \end_inset
32941 </cell>
32942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32943 \begin_inset Text
32944
32945 \begin_layout Plain Layout
32946 eingebettete Formel
32947 \end_layout
32948
32949 \end_inset
32950 </cell>
32951 </row>
32952 <row>
32953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32954 \begin_inset Text
32955
32956 \begin_layout Plain Layout
32957 2
32958 \end_layout
32959
32960 \end_inset
32961 </cell>
32962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32963 \begin_inset Text
32964
32965 \begin_layout Plain Layout
32966 klein
32967 \end_layout
32968
32969 \end_inset
32970 </cell>
32971 </row>
32972 <row>
32973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32974 \begin_inset Text
32975
32976 \begin_layout Plain Layout
32977 3
32978 \end_layout
32979
32980 \end_inset
32981 </cell>
32982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32983 \begin_inset Text
32984
32985 \begin_layout Plain Layout
32986 winzig
32987 \end_layout
32988
32989 \end_inset
32990 </cell>
32991 </row>
32992 </lyxtabular>
32993
32994 \end_inset
32995
32996
32997 \end_layout
32998
32999 \begin_layout Standard
33000 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
33001  
33002 \series bold
33003
33004 \backslash
33005 frac
33006 \series default
33007  der Umgebung an.
33008 \end_layout
33009
33010 \begin_layout Standard
33011 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
33012  0.4
33013 \begin_inset space \thinspace{}
33014 \end_inset
33015
33016 pt verwendet.
33017 \end_layout
33018
33019 \begin_layout Standard
33020 \begin_inset VSpace medskip
33021 \end_inset
33022
33023 Zum Beispiel sind die Befehle 
33024 \series bold
33025
33026 \backslash
33027 dfrac
33028 \series default
33029  und 
33030 \series bold
33031
33032 \backslash
33033 tbinom
33034 \series default
33035  aus 
33036 \begin_inset CommandInset ref
33037 LatexCommand ref
33038 reference "sub:Brüche"
33039
33040 \end_inset
33041
33042  folgendermaßen definiert:
33043 \end_layout
33044
33045 \begin_layout Standard
33046
33047 \series bold
33048
33049 \backslash
33050 newcommand{
33051 \backslash
33052 dfrac}[2]{
33053 \backslash
33054 genfrac{}{}{}{0}{#1}{#2}}
33055 \end_layout
33056
33057 \begin_layout Standard
33058 und
33059 \end_layout
33060
33061 \begin_layout Standard
33062
33063 \series bold
33064
33065 \backslash
33066 newcommand{
33067 \backslash
33068 tbinom}[2]{
33069 \backslash
33070 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33071 \end_layout
33072
33073 \begin_layout Standard
33074 \begin_inset VSpace medskip
33075 \end_inset
33076
33077 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
33078  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
33079 \end_layout
33080
33081 \begin_layout Standard
33082
33083 \series bold
33084
33085 \backslash
33086 newcommand{
33087 \backslash
33088 fracS}[3][]{
33089 \backslash
33090 genfrac{}{}{#1}{}{#2}{#3}}
33091 \end_layout
33092
33093 \begin_layout Standard
33094 Dazu ein Test:
33095 \begin_inset Formula \begin{align*}
33096 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33097 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
33098
33099 \end_inset
33100
33101 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
33102  in etwa der dreifachen Strichdicke.
33103 \end_layout
33104
33105 \begin_layout Subsection
33106 Durchgestrichene Formeln
33107 \begin_inset CommandInset label
33108 LatexCommand label
33109 name "sub:Durchgestrichene-Formeln"
33110
33111 \end_inset
33112
33113
33114 \begin_inset Index
33115 status collapsed
33116
33117 \begin_layout Plain Layout
33118 Formel ! durchgestrichene
33119 \end_layout
33120
33121 \end_inset
33122
33123
33124 \end_layout
33125
33126 \begin_layout Standard
33127 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
33128 \series bold
33129 cancel
33130 \series default
33131
33132 \begin_inset Foot
33133 status collapsed
33134
33135 \begin_layout Plain Layout
33136
33137 \series bold
33138 cancel
33139 \series default
33140  ist Teil jeder LaTeX-Standardinstallation.
33141 \end_layout
33142
33143 \end_inset
33144
33145
33146 \begin_inset Index
33147 status collapsed
33148
33149 \begin_layout Plain Layout
33150 Pakete ! cancel
33151 \end_layout
33152
33153 \end_inset
33154
33155  mit der LaTeX-Vorspannzeile
33156 \end_layout
33157
33158 \begin_layout Standard
33159
33160 \series bold
33161
33162 \backslash
33163 usepackage[samesize]{cancel}
33164 \end_layout
33165
33166 \begin_layout Standard
33167 geladen werden.
33168 \begin_inset Newpage pagebreak
33169 \end_inset
33170
33171
33172 \end_layout
33173
33174 \begin_layout Standard
33175 Es gibt vier verschiedene Arten durchzustreichen:
33176 \end_layout
33177
33178 \begin_layout Standard
33179 \align center
33180 \begin_inset Tabular
33181 <lyxtabular version="3" rows="5" columns="2">
33182 <features>
33183 <column alignment="center" valignment="top" width="0">
33184 <column alignment="center" valignment="top" width="0">
33185 <row>
33186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33187 \begin_inset Text
33188
33189 \begin_layout Plain Layout
33190 Befehl
33191 \end_layout
33192
33193 \end_inset
33194 </cell>
33195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33196 \begin_inset Text
33197
33198 \begin_layout Plain Layout
33199 Ergebnis
33200 \begin_inset Note Note
33201 status collapsed
33202
33203 \begin_layout Plain Layout
33204
33205 \series bold
33206
33207 \backslash
33208 hspace
33209 \series default
33210  und 
33211 \series bold
33212
33213 \backslash
33214 raisebox
33215 \series default
33216  dienen nur als Abstandhalter.
33217 \end_layout
33218
33219 \end_inset
33220
33221
33222 \end_layout
33223
33224 \end_inset
33225 </cell>
33226 </row>
33227 <row>
33228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33229 \begin_inset Text
33230
33231 \begin_layout Plain Layout
33232
33233 \backslash
33234 cancel{
33235 \backslash
33236 int
33237 \begin_inset ERT
33238 status collapsed
33239
33240 \begin_layout Plain Layout
33241
33242
33243 \backslash
33244 leer 
33245 \end_layout
33246
33247 \end_inset
33248
33249 A=B
33250 \end_layout
33251
33252 \end_inset
33253 </cell>
33254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33255 \begin_inset Text
33256
33257 \begin_layout Plain Layout
33258 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33259 \end_inset
33260
33261
33262 \end_layout
33263
33264 \end_inset
33265 </cell>
33266 </row>
33267 <row>
33268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33269 \begin_inset Text
33270
33271 \begin_layout Plain Layout
33272
33273 \backslash
33274 bcancel{
33275 \backslash
33276 int
33277 \begin_inset ERT
33278 status collapsed
33279
33280 \begin_layout Plain Layout
33281
33282
33283 \backslash
33284 leer 
33285 \end_layout
33286
33287 \end_inset
33288
33289 A=B
33290 \end_layout
33291
33292 \end_inset
33293 </cell>
33294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33295 \begin_inset Text
33296
33297 \begin_layout Plain Layout
33298 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33299 \end_inset
33300
33301
33302 \end_layout
33303
33304 \end_inset
33305 </cell>
33306 </row>
33307 <row>
33308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33309 \begin_inset Text
33310
33311 \begin_layout Plain Layout
33312
33313 \backslash
33314 xcancel{
33315 \backslash
33316 int
33317 \begin_inset ERT
33318 status collapsed
33319
33320 \begin_layout Plain Layout
33321
33322
33323 \backslash
33324 leer 
33325 \end_layout
33326
33327 \end_inset
33328
33329 A=B
33330 \end_layout
33331
33332 \end_inset
33333 </cell>
33334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33335 \begin_inset Text
33336
33337 \begin_layout Plain Layout
33338 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33339 \end_inset
33340
33341
33342 \end_layout
33343
33344 \end_inset
33345 </cell>
33346 </row>
33347 <row>
33348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33349 \begin_inset Text
33350
33351 \begin_layout Plain Layout
33352
33353 \backslash
33354 cancelto{1
33355 \begin_inset Formula $\to$
33356 \end_inset
33357
33358
33359 \backslash
33360 {
33361 \backslash
33362 int
33363 \begin_inset ERT
33364 status collapsed
33365
33366 \begin_layout Plain Layout
33367
33368
33369 \backslash
33370 leer 
33371 \end_layout
33372
33373 \end_inset
33374
33375 A=B
33376 \end_layout
33377
33378 \end_inset
33379 </cell>
33380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33381 \begin_inset Text
33382
33383 \begin_layout Plain Layout
33384 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33385 \end_inset
33386
33387
33388 \end_layout
33389
33390 \end_inset
33391 </cell>
33392 </row>
33393 </lyxtabular>
33394
33395 \end_inset
33396
33397
33398 \end_layout
33399
33400 \begin_layout Standard
33401
33402 \series bold
33403
33404 \backslash
33405 cancelto
33406 \series default
33407  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
33408  will:
33409 \begin_inset Formula \[
33410 \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}}}\]
33411
33412 \end_inset
33413
33414
33415 \end_layout
33416
33417 \begin_layout Subsection
33418 Formeln in Überschriften
33419 \begin_inset CommandInset label
33420 LatexCommand label
33421 name "sub:Formeln-in-Überschriften"
33422
33423 \end_inset
33424
33425
33426 \begin_inset Index
33427 status collapsed
33428
33429 \begin_layout Plain Layout
33430 Formel ! in Überschriften
33431 \end_layout
33432
33433 \end_inset
33434
33435
33436 \end_layout
33437
33438 \begin_layout Standard
33439 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
33440 \end_layout
33441
33442 \begin_layout Standard
33443 \begin_inset Note Greyedout
33444 status open
33445
33446 \begin_layout Plain Layout
33447 Verwendet man 
33448 \series bold
33449 hyperref
33450 \series default
33451
33452 \begin_inset Index
33453 status collapsed
33454
33455 \begin_layout Plain Layout
33456 Pakete ! hyperref
33457 \end_layout
33458
33459 \end_inset
33460
33461  Unterstützung im den Dokumenteinstellungen unter 
33462 \family sans
33463 PDF-Eigenschaften
33464 \family default
33465 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
33466  erzeugt.
33467  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
33468  dargestellt.
33469  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
33470 \end_layout
33471
33472 \end_inset
33473
33474
33475 \end_layout
33476
33477 \begin_layout Standard
33478 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
33479  Kurztitel über das Menü 
33480 \family sans
33481 Einfügen\SpecialChar \menuseparator
33482 Kurztitel
33483 \family default
33484  einfügt.
33485  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
33486  um das Inhaltsverzeichnis übersichtlich zu halten.
33487  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
33488 chen.
33489 \end_layout
33490
33491 \begin_layout Standard
33492 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
33493 \series bold
33494 hyperref
33495 \series default
33496 , verwendet man im TeX-Modus den Befehl
33497 \end_layout
33498
33499 \begin_layout Standard
33500
33501 \series bold
33502
33503 \backslash
33504 texorpdfstring{Teil}{Alternative}
33505 \begin_inset Index
33506 status collapsed
33507
33508 \begin_layout Plain Layout
33509 Befehle ! T ! 
33510 \backslash
33511 texorpdfstring
33512 \end_layout
33513
33514 \end_inset
33515
33516
33517 \end_layout
33518
33519 \begin_layout Standard
33520 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
33521  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
33522  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
33523  soll.
33524 \end_layout
33525
33526 \begin_layout Standard
33527 Es folgen zwei Beispielüberschriften:
33528 \begin_inset VSpace -3mm
33529 \end_inset
33530
33531
33532 \begin_inset ERT
33533 status collapsed
33534
33535 \begin_layout Plain Layout
33536
33537
33538 \backslash
33539 boldmath 
33540 \end_layout
33541
33542 \end_inset
33543
33544
33545 \end_layout
33546
33547 \begin_layout Subsubsection
33548 Überschrift ohne Formel im Inhaltsverzeichnis 
33549 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33550 \end_inset
33551
33552
33553 \begin_inset OptArg
33554 status collapsed
33555
33556 \begin_layout Plain Layout
33557 Überschrift ohne Formel im Inhaltsverzeichnis
33558 \end_layout
33559
33560 \end_inset
33561
33562
33563 \end_layout
33564
33565 \begin_layout Subsubsection
33566 Überschrift mit Formel im Inhaltsverzeichnis
33567 \begin_inset ERT
33568 status collapsed
33569
33570 \begin_layout Plain Layout
33571
33572
33573 \backslash
33574 texorpdfstring{
33575 \end_layout
33576
33577 \end_inset
33578
33579  
33580 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33581 \end_inset
33582
33583
33584 \begin_inset ERT
33585 status collapsed
33586
33587 \begin_layout Plain Layout
33588
33589 }{}
33590 \end_layout
33591
33592 \end_inset
33593
33594
33595 \end_layout
33596
33597 \begin_layout Standard
33598 \begin_inset ERT
33599 status collapsed
33600
33601 \begin_layout Plain Layout
33602
33603
33604 \backslash
33605 unboldmath 
33606 \end_layout
33607
33608 \end_inset
33609
33610 In der ersten Überschrift wurde ein Kurztitel verwendet.
33611  In der zweiten 
33612 \series bold
33613
33614 \backslash
33615 texorpdfstring
33616 \series default
33617 .
33618 \end_layout
33619
33620 \begin_layout Standard
33621 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
33622  die komplette Überschrift in eine 
33623 \series bold
33624 boldmath
33625 \series default
33626 -Umgebung
33627 \begin_inset Foot
33628 status collapsed
33629
33630 \begin_layout Plain Layout
33631 siehe 
33632 \begin_inset CommandInset ref
33633 LatexCommand ref
33634 reference "sub:Fett-gedruckte-Formeln"
33635
33636 \end_inset
33637
33638
33639 \end_layout
33640
33641 \end_inset
33642
33643  gesetzt.
33644 \end_layout
33645
33646 \begin_layout Subsection
33647 Formeln im mehrspaltigen Text
33648 \begin_inset Index
33649 status collapsed
33650
33651 \begin_layout Plain Layout
33652 Formel ! im mehrspaltigen Text
33653 \end_layout
33654
33655 \end_inset
33656
33657
33658 \end_layout
33659
33660 \begin_layout Standard
33661 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
33662  müssen daher über die gesamte Seitenbreite gesetzt werden.
33663  Dazu verwendet man das LaTeX-Paket 
33664 \series bold
33665 multicol
33666 \series default
33667
33668 \begin_inset Foot
33669 status collapsed
33670
33671 \begin_layout Plain Layout
33672
33673 \series bold
33674 multicol
33675 \series default
33676  ist Teil jeder LaTeX-Standardinstallation.
33677 \end_layout
33678
33679 \end_inset
33680
33681
33682 \begin_inset Index
33683 status collapsed
33684
33685 \begin_layout Plain Layout
33686 Pakete ! multicol
33687 \end_layout
33688
33689 \end_inset
33690
33691 , das mit der LaTeX-Vorspannzeile
33692 \end_layout
33693
33694 \begin_layout Standard
33695
33696 \series bold
33697
33698 \backslash
33699 usepackage{multicol}
33700 \end_layout
33701
33702 \begin_layout Standard
33703 geladen wird.
33704 \end_layout
33705
33706 \begin_layout Standard
33707 \begin_inset Note Greyedout
33708 status open
33709
33710 \begin_layout Plain Layout
33711 Dabei ist zu beachten, dass im Menü 
33712 \family sans
33713 Dokument\SpecialChar \menuseparator
33714 Einstellungen
33715 \family default
33716  unter 
33717 \family sans
33718 Textformat
33719 \family default
33720  
33721 \emph on
33722 nicht
33723 \emph default
33724  
33725 \family sans
33726 Zweispaltiges
33727 \begin_inset space ~
33728 \end_inset
33729
33730 Dokument
33731 \family default
33732  ausgewählt sein darf.
33733 \end_layout
33734
33735 \end_inset
33736
33737
33738 \end_layout
33739
33740 \begin_layout Standard
33741 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
33742 \end_layout
33743
33744 \begin_layout Standard
33745
33746 \series bold
33747
33748 \backslash
33749 begin{multicols}{Spaltenanzahl}
33750 \end_layout
33751
33752 \begin_layout Standard
33753 wobei die Spaltenanzahl eine Zahl im Bereich 2
33754 \begin_inset space \thinspace{}
33755 \end_inset
33756
33757 -
33758 \begin_inset space \thinspace{}
33759 \end_inset
33760
33761 10 ist.
33762  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
33763 \end_layout
33764
33765 \begin_layout Standard
33766
33767 \series bold
33768
33769 \backslash
33770 end{multicols}
33771 \end_layout
33772
33773 \begin_layout Standard
33774 der im TeX-Modus eingegeben wird.
33775 \end_layout
33776
33777 \begin_layout Standard
33778 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
33779  Um dies rückgängig zu machen, fügt man vor der Formel -6
33780 \begin_inset space \thinspace{}
33781 \end_inset
33782
33783 mm vertikalen Leerraum ein.
33784  Ist der Formelstil 
33785 \series bold
33786 Eingerückt
33787 \begin_inset Foot
33788 status collapsed
33789
33790 \begin_layout Plain Layout
33791 Formelstile siehe 
33792 \begin_inset CommandInset ref
33793 LatexCommand ref
33794 reference "sec:Formelstile"
33795
33796 \end_inset
33797
33798
33799 \end_layout
33800
33801 \end_inset
33802
33803
33804 \series default
33805  gewählt, fügt man stattdessen -9
33806 \begin_inset space \thinspace{}
33807 \end_inset
33808
33809 mm Leerraum ein.
33810 \end_layout
33811
33812 \begin_layout Standard
33813 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
33814 \end_layout
33815
33816 \begin_layout Standard
33817 \begin_inset ERT
33818 status collapsed
33819
33820 \begin_layout Plain Layout
33821
33822
33823 \backslash
33824 begin{multicols}{2}
33825 \end_layout
33826
33827 \end_inset
33828
33829 Das Spektrum wird fouriertransformiert.
33830  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
33831 , Lösungsmittel) zu trennen.
33832  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
33833  nun das Aussehen des Ausgangssignals.
33834  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
33835  über alle Phasen integrieren muss.
33836  Sei nun 
33837 \begin_inset Formula $S$
33838 \end_inset
33839
33840  unser normiertes Ausgangssignal und 
33841 \begin_inset Formula $P$
33842 \end_inset
33843
33844  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
33845 \begin_inset ERT
33846 status collapsed
33847
33848 \begin_layout Plain Layout
33849
33850
33851 \backslash
33852 end{multicols}
33853 \end_layout
33854
33855 \end_inset
33856
33857
33858 \begin_inset VSpace -6mm
33859 \end_inset
33860
33861
33862 \begin_inset Formula \begin{equation}
33863 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33864
33865 \end_inset
33866
33867
33868 \begin_inset ERT
33869 status collapsed
33870
33871 \begin_layout Plain Layout
33872
33873
33874 \backslash
33875 begin{multicols}{2}
33876 \end_layout
33877
33878 \end_inset
33879
33880 wobei 
33881 \begin_inset Formula $S_{0}$
33882 \end_inset
33883
33884  das Signal ohne Gradient ist und die Normierungsbedingung 
33885 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33886 \end_inset
33887
33888  gilt.
33889  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
33890  Direkt nach dem 
33891 \begin_inset Formula $\nicefrac{\pi}{2}$
33892 \end_inset
33893
33894
33895 \begin_inset space \thinspace{}
33896 \end_inset
33897
33898 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
33899  das Signal zusätzlich abschwächt.
33900  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
33901  
33902 \begin_inset Formula $T_{2}$
33903 \end_inset
33904
33905 -Zeit.
33906 \end_layout
33907
33908 \begin_layout Standard
33909 \begin_inset ERT
33910 status collapsed
33911
33912 \begin_layout Plain Layout
33913
33914
33915 \backslash
33916 end{multicols}
33917 \end_layout
33918
33919 \end_inset
33920
33921  
33922 \end_layout
33923
33924 \begin_layout Subsection
33925 Formeln mit Beschreibung der Variablen
33926 \begin_inset Index
33927 status collapsed
33928
33929 \begin_layout Plain Layout
33930 Formel ! mit Variablenbeschreibung
33931 \end_layout
33932
33933 \end_inset
33934
33935
33936 \end_layout
33937
33938 \begin_layout Standard
33939 Möchte man wie in Formel 
33940 \begin_inset CommandInset ref
33941 LatexCommand eqref
33942 reference "eq:innerhalb"
33943
33944 \end_inset
33945
33946 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
33947 \series bold
33948 ×
33949 \series default
33950
33951 \begin_inset Formula $n$
33952 \end_inset
33953
33954
33955 \begin_inset space ~
33956 \end_inset
33957
33958 Matrix mit links ausgerichteten Spalten für die verwendeten 
33959 \begin_inset Formula $n$
33960 \end_inset
33961
33962  Variablen.
33963 \begin_inset Foot
33964 status collapsed
33965
33966 \begin_layout Plain Layout
33967 Matrizen siehe 
33968 \begin_inset CommandInset ref
33969 LatexCommand ref
33970 reference "sec:Matrizen"
33971
33972 \end_inset
33973
33974
33975 \end_layout
33976
33977 \end_inset
33978
33979  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
33980 \begin_inset space \thinspace{}
33981 \end_inset
33982
33983 B.
33984  den Befehl 
33985 \series bold
33986
33987 \backslash
33988 footnotesize
33989 \series default
33990  ein.
33991 \begin_inset Foot
33992 status collapsed
33993
33994 \begin_layout Plain Layout
33995 Schriftgrößen siehe 
33996 \begin_inset CommandInset ref
33997 LatexCommand ref
33998 reference "sub:Schriftgrößen"
33999
34000 \end_inset
34001
34002
34003 \end_layout
34004
34005 \end_inset
34006
34007
34008 \end_layout
34009
34010 \begin_layout Standard
34011 Wird der Formelstil 
34012 \series bold
34013 Eingerückt
34014 \begin_inset Foot
34015 status collapsed
34016
34017 \begin_layout Plain Layout
34018 Formelstile siehe 
34019 \begin_inset CommandInset ref
34020 LatexCommand ref
34021 reference "sec:Formelstile"
34022
34023 \end_inset
34024
34025
34026 \end_layout
34027
34028 \end_inset
34029
34030
34031 \series default
34032  verwendet, fügt man vor und nach der Matrix ein 
34033 \series bold
34034
34035 \backslash
34036 hfill
34037 \series default
34038
34039 \begin_inset Foot
34040 status collapsed
34041
34042 \begin_layout Plain Layout
34043
34044 \series bold
34045
34046 \backslash
34047 hfill
34048 \series default
34049  wirkt nur in Formeln mit dem Stil 
34050 \series bold
34051 Eingerückt
34052 \series default
34053 , siehe 
34054 \begin_inset CommandInset ref
34055 LatexCommand ref
34056 reference "sub:Variabler-Leerraum"
34057
34058 \end_inset
34059
34060 .
34061 \end_layout
34062
34063 \end_inset
34064
34065  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
34066  gleich ist.
34067 \end_layout
34068
34069 \begin_layout Standard
34070 Ist der Formelstil 
34071 \series bold
34072 Zentriert
34073 \series default
34074  gewählt, nutzt man die in 
34075 \begin_inset CommandInset ref
34076 LatexCommand ref
34077 reference "sub:Flalign-Umgebung"
34078
34079 \end_inset
34080
34081  beschriebene Möglichkeit, Formeln einzurücken.
34082  Formel 
34083 \begin_inset CommandInset ref
34084 LatexCommand eqref
34085 reference "eq:innerhalb"
34086
34087 \end_inset
34088
34089  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
34090  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
34091 \begin_inset Formula \begin{flalign}
34092 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34093 \rho & \textrm{Dichte}\\
34094 V & \textrm{Volumen}\\
34095 g & \textrm{Fallbeschleunigung}\end{array} &  & {}\label{eq:innerhalb}\end{flalign}
34096
34097 \end_inset
34098
34099
34100 \end_layout
34101
34102 \begin_layout Subsection
34103 Aufrechte kleine griechische Buchstaben
34104 \begin_inset CommandInset label
34105 LatexCommand label
34106 name "sub:Aufrechte-kleine-griechische"
34107
34108 \end_inset
34109
34110
34111 \begin_inset Index
34112 status collapsed
34113
34114 \begin_layout Plain Layout
34115 griechische Buchstaben ! aufrechte
34116 \end_layout
34117
34118 \end_inset
34119
34120
34121 \end_layout
34122
34123 \begin_layout Standard
34124 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
34125  zur Verfügung.
34126  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
34127  aufrechte griechische Buchstaben benötigt.
34128  Die Datei 
34129 \series bold
34130 upgreek.sty
34131 \series default
34132
34133 \begin_inset Foot
34134 status collapsed
34135
34136 \begin_layout Plain Layout
34137
34138 \series bold
34139 upgreek
34140 \series default
34141  ist Teil des LaTeX-Paketes 
34142 \series bold
34143 was
34144 \series default
34145
34146 \begin_inset Index
34147 status collapsed
34148
34149 \begin_layout Plain Layout
34150 Pakete ! was
34151 \begin_inset ERT
34152 status collapsed
34153
34154 \begin_layout Plain Layout
34155
34156
34157 \backslash
34158 vspace{4mm}
34159 \end_layout
34160
34161 \end_inset
34162
34163
34164 \end_layout
34165
34166 \end_inset
34167
34168 .
34169 \end_layout
34170
34171 \end_inset
34172
34173
34174 \begin_inset Index
34175 status collapsed
34176
34177 \begin_layout Plain Layout
34178 Pakete ! upgreek
34179 \end_layout
34180
34181 \end_inset
34182
34183 , die mit der LaTeX-Vorspannzeile
34184 \end_layout
34185
34186 \begin_layout Standard
34187
34188 \series bold
34189
34190 \backslash
34191 usepackage{upgreek}
34192 \end_layout
34193
34194 \begin_layout Standard
34195 geladen wird, stellt diese Buchstaben zur Verfügung.
34196  
34197 \begin_inset ERT
34198 status collapsed
34199
34200 \begin_layout Plain Layout
34201
34202
34203 \backslash
34204 ifupgreek 
34205 \end_layout
34206
34207 \end_inset
34208
34209
34210 \begin_inset Note Note
34211 status open
34212
34213 \begin_layout Plain Layout
34214 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34215 \series bold
34216 upgreek
34217 \series default
34218  installiert ist:
34219 \end_layout
34220
34221 \end_inset
34222
34223  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
34224  
34225 \series bold
34226 up
34227 \series default
34228  begonnen wird.
34229  So erzeugt z.
34230 \begin_inset space \thinspace{}
34231 \end_inset
34232
34233 B.
34234  der Befehl 
34235 \series bold
34236
34237 \backslash
34238 uptau
34239 \series default
34240  dies: 
34241 \begin_inset Formula $\uptau$
34242 \end_inset
34243
34244
34245 \end_layout
34246
34247 \begin_layout Standard
34248 Damit kann man Elementarteilchenreaktionen erstellen:
34249 \begin_inset Formula \[
34250 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
34251
34252 \end_inset
34253
34254
34255 \end_layout
34256
34257 \begin_layout Standard
34258 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
34259  Sie sollten daher nicht für Einheiten wie 
34260 \begin_inset Quotes gld
34261 \end_inset
34262
34263 µm
34264 \begin_inset Quotes grd
34265 \end_inset
34266
34267  verwendet werden.
34268 \end_layout
34269
34270 \begin_layout Standard
34271 \begin_inset ERT
34272 status collapsed
34273
34274 \begin_layout Plain Layout
34275
34276
34277 \backslash
34278 else 
34279 \end_layout
34280
34281 \end_inset
34282
34283
34284 \begin_inset Note Note
34285 status open
34286
34287 \begin_layout Plain Layout
34288 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34289 \series bold
34290 upgreek
34291 \series default
34292  nicht installiert ist:
34293 \end_layout
34294
34295 \end_inset
34296
34297
34298 \end_layout
34299
34300 \begin_layout Standard
34301 Das LaTeX-Paket 
34302 \series bold
34303 upgreek 
34304 \series default
34305 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34306 \end_layout
34307
34308 \begin_layout Standard
34309 \begin_inset ERT
34310 status collapsed
34311
34312 \begin_layout Plain Layout
34313
34314
34315 \backslash
34316 fi 
34317 \end_layout
34318
34319 \end_inset
34320
34321
34322 \end_layout
34323
34324 \begin_layout Subsection
34325 Textzeichen in Formeln
34326 \begin_inset CommandInset label
34327 LatexCommand label
34328 name "sub:Textzeichen-in-Formeln"
34329
34330 \end_inset
34331
34332
34333 \begin_inset Index
34334 status collapsed
34335
34336 \begin_layout Plain Layout
34337 Text ! in Formeln
34338 \end_layout
34339
34340 \end_inset
34341
34342
34343 \end_layout
34344
34345 \begin_layout Standard
34346 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
34347  Benötigt man z.
34348 \begin_inset space \thinspace{}
34349 \end_inset
34350
34351 B.
34352  den mittigen Punkt · in Formeln wie 
34353 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34354 \end_inset
34355
34356 , müsste man dafür jedes Mal den Befehl 
34357 \series bold
34358
34359 \backslash
34360 cdot
34361 \series default
34362  eingeben
34363 \begin_inset Foot
34364 status collapsed
34365
34366 \begin_layout Plain Layout
34367 siehe 
34368 \begin_inset CommandInset ref
34369 LatexCommand ref
34370 reference "sub:Binäre-Operatoren"
34371
34372 \end_inset
34373
34374
34375 \end_layout
34376
34377 \end_inset
34378
34379 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
34380  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
34381 \end_layout
34382
34383 \begin_layout Standard
34384
34385 \series bold
34386
34387 \backslash
34388 DeclareInputText{183}{
34389 \backslash
34390 ifmmode
34391 \backslash
34392 cdot
34393 \backslash
34394 else
34395 \backslash
34396 textperiodcentered
34397 \backslash
34398 f\SpecialChar \textcompwordmark{}
34399 i}
34400 \end_layout
34401
34402 \begin_layout Standard
34403 Die Zeichenkodierung (Menü 
34404 \family sans
34405 Dokument\SpecialChar \menuseparator
34406 Einstellungen\SpecialChar \menuseparator
34407 Sprache
34408 \family default
34409 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
34410  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
34411 \series bold
34412
34413 \backslash
34414 textperiodcentered
34415 \series default
34416  verwendet.
34417  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
34418  LaTeX-Fehlern kommen würde.
34419  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
34420  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
34421  nicht.
34422 \end_layout
34423
34424 \begin_layout Standard
34425 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
34426  Z.
34427 \begin_inset space \thinspace{}
34428 \end_inset
34429
34430 B.
34431  ist die Kodierung 
34432 \series bold
34433 latin9
34434 \series default
34435  in der Datei 
34436 \series bold
34437 latin9.def
34438 \series default
34439  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
34440  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
34441 eien geändert werden.
34442  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
34443  nicht ohne Weiteres bearbeitet werden.
34444 \end_layout
34445
34446 \begin_layout Standard
34447 \begin_inset VSpace medskip
34448 \end_inset
34449
34450 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
34451  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
34452  Formel eingegeben werden können:
34453 \end_layout
34454
34455 \begin_layout Standard
34456
34457 \series bold
34458
34459 \backslash
34460 DeclareInputText{176}{
34461 \backslash
34462 ifmmode^
34463 \backslash
34464 circ
34465 \backslash
34466 else
34467 \backslash
34468 textdegree
34469 \backslash
34470 f\SpecialChar \textcompwordmark{}
34471 i}
34472 \end_layout
34473
34474 \begin_layout Standard
34475 \begin_inset Newpage newpage
34476 \end_inset
34477
34478
34479 \end_layout
34480
34481 \begin_layout Section
34482 \start_of_appendix
34483 Typographische Hinweise
34484 \begin_inset Index
34485 status collapsed
34486
34487 \begin_layout Plain Layout
34488 Typographische Hinweise
34489 \end_layout
34490
34491 \end_inset
34492
34493
34494 \end_layout
34495
34496 \begin_layout Standard
34497 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
34498  Regeln, die teilweise auch im Duden 
34499 \begin_inset CommandInset citation
34500 LatexCommand cite
34501 key "Duden"
34502
34503 \end_inset
34504
34505  unter 
34506 \family typewriter
34507 Textverarbeitung
34508 \family default
34509  aufgelistet sind.
34510 \end_layout
34511
34512 \begin_layout Itemize
34513 Physikalische Einheiten werden 
34514 \emph on
34515 immer
34516 \emph default
34517  aufrecht gesetzt
34518 \begin_inset Foot
34519 status collapsed
34520
34521 \begin_layout Plain Layout
34522 wird durch Schriftstile erreicht, siehe 
34523 \begin_inset CommandInset ref
34524 LatexCommand ref
34525 reference "sub:Schriftstile"
34526
34527 \end_inset
34528
34529
34530 \end_layout
34531
34532 \end_inset
34533
34534 : 30
34535 \begin_inset space \thinspace{}
34536 \end_inset
34537
34538 km/h
34539 \begin_inset Newline newline
34540 \end_inset
34541
34542 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
34543 \begin_inset CommandInset ref
34544 LatexCommand ref
34545 reference "sub:Vordefinierter-Leerraum"
34546
34547 \end_inset
34548
34549 .
34550 \begin_inset Newline newline
34551 \end_inset
34552
34553 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
34554 \series bold
34555
34556 \backslash
34557 unittwo
34558 \series default
34559  verwendet.
34560  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
34561  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
34562  erhält wie oben: 
34563 \begin_inset Formula $\unit[30]{km/h}$
34564 \end_inset
34565
34566
34567 \begin_inset space \thinspace{}
34568 \end_inset
34569
34570 .
34571  Zu beachten ist, dass 
34572 \series bold
34573
34574 \backslash
34575 unittwo
34576 \series default
34577  kein echter LaTeX-Befehl, sondern der Befehl 
34578 \series bold
34579
34580 \backslash
34581 unit[Wert]{Einheit}
34582 \series default
34583  ist, daher kann man ihn nicht im TeX-Code benutzen.
34584 \end_layout
34585
34586 \begin_layout Itemize
34587 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
34588 \begin_inset Newline newline
34589 \end_inset
34590
34591 1,2
34592 \begin_inset space \thinspace{}
34593 \end_inset
34594
34595 ‰ Alkohol im Blut
34596 \begin_inset Newline newline
34597 \end_inset
34598
34599 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
34600  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
34601 \end_layout
34602
34603 \begin_layout Itemize
34604 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
34605  wird in einer Einheit verwendet: 15
34606 \begin_inset space \thinspace{}
34607 \end_inset
34608
34609 °C
34610 \end_layout
34611
34612 \begin_layout Itemize
34613 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
34614  Ziffer der kleinste Leerraum eingefügt: 18
34615 \begin_inset space \thinspace{}
34616 \end_inset
34617
34618 473
34619 \begin_inset space \thinspace{}
34620 \end_inset
34621
34622 588
34623 \end_layout
34624
34625 \begin_layout Itemize
34626 Für Bemaßungen wie z.
34627 \begin_inset space \thinspace{}
34628 \end_inset
34629
34630 B.
34631  120×90×40
34632 \begin_inset space \thinspace{}
34633 \end_inset
34634
34635 cm, verwendet man das gelegte Kreuz 
34636 \begin_inset Quotes gld
34637 \end_inset
34638
34639 ×
34640 \begin_inset Quotes grd
34641 \end_inset
34642
34643 , dass über den LaTeX-Befehl 
34644 \series bold
34645
34646 \backslash
34647 texttimes
34648 \series default
34649  verfügbar ist, mit einigen Tastaturdefinitionen aber auch direkt eingegeben
34650  werden kann.
34651 \end_layout
34652
34653 \begin_layout Itemize
34654 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
34655  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
34656 \begin_inset space \thinspace{}
34657 \end_inset
34658
34659 6.
34660 \begin_inset space ~
34661 \end_inset
34662
34663 1979
34664 \end_layout
34665
34666 \begin_layout Itemize
34667 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
34668  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
34669 \begin_inset CommandInset ref
34670 LatexCommand ref
34671 reference "sub:Vordefinierte-Funktionen"
34672
34673 \end_inset
34674
34675 .
34676 \end_layout
34677
34678 \begin_layout Itemize
34679 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
34680  
34681 \begin_inset Formula $E_{\mathrm{kin}}$
34682 \end_inset
34683
34684
34685 \begin_inset Newline newline
34686 \end_inset
34687
34688 Komponenten von Matrizen werden kursiv gesetzt: 
34689 \begin_inset Formula $\hat{H}_{kl}$
34690 \end_inset
34691
34692
34693 \end_layout
34694
34695 \begin_layout Itemize
34696 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
34697  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
34698  Variablen zu verwechseln.
34699 \end_layout
34700
34701 \begin_layout Standard
34702 \begin_inset Newpage newpage
34703 \end_inset
34704
34705
34706 \end_layout
34707
34708 \begin_layout Section
34709 Synonyme
34710 \begin_inset Index
34711 status collapsed
34712
34713 \begin_layout Plain Layout
34714 Synonyme
34715 \end_layout
34716
34717 \end_inset
34718
34719
34720 \end_layout
34721
34722 \begin_layout Standard
34723 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
34724  Hier ist eine Übersicht der Synonymbefehle:
34725 \end_layout
34726
34727 \begin_layout Standard
34728 \begin_inset VSpace bigskip
34729 \end_inset
34730
34731
34732 \begin_inset space \hfill{}
34733 \end_inset
34734
34735
34736 \begin_inset Tabular
34737 <lyxtabular version="3" rows="12" columns="2">
34738 <features>
34739 <column alignment="center" valignment="top" width="0pt">
34740 <column alignment="center" valignment="top" width="0pt">
34741 <row>
34742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34743 \begin_inset Text
34744
34745 \begin_layout Plain Layout
34746 Befehl
34747 \end_layout
34748
34749 \end_inset
34750 </cell>
34751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34752 \begin_inset Text
34753
34754 \begin_layout Plain Layout
34755 äquivalent zu
34756 \begin_inset Note Note
34757 status collapsed
34758
34759 \begin_layout Plain Layout
34760
34761 \series bold
34762
34763 \backslash
34764 raisebox
34765 \series default
34766  dient nur als Abstandhalter.
34767 \end_layout
34768
34769 \end_inset
34770
34771
34772 \end_layout
34773
34774 \end_inset
34775 </cell>
34776 </row>
34777 <row>
34778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34779 \begin_inset Text
34780
34781 \begin_layout Plain Layout
34782
34783 \backslash
34784 ast
34785 \end_layout
34786
34787 \end_inset
34788 </cell>
34789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34790 \begin_inset Text
34791
34792 \begin_layout Plain Layout
34793 \begin_inset ERT
34794 status collapsed
34795
34796 \begin_layout Plain Layout
34797
34798
34799 \backslash
34800 raisebox{-1.2mm}{
34801 \end_layout
34802
34803 \end_inset
34804
34805 *
34806 \begin_inset ERT
34807 status collapsed
34808
34809 \begin_layout Plain Layout
34810
34811 }
34812 \end_layout
34813
34814 \end_inset
34815
34816
34817 \end_layout
34818
34819 \end_inset
34820 </cell>
34821 </row>
34822 <row>
34823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34824 \begin_inset Text
34825
34826 \begin_layout Plain Layout
34827
34828 \backslash
34829 choose
34830 \end_layout
34831
34832 \end_inset
34833 </cell>
34834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34835 \begin_inset Text
34836
34837 \begin_layout Plain Layout
34838
34839 \backslash
34840 binom
34841 \end_layout
34842
34843 \end_inset
34844 </cell>
34845 </row>
34846 <row>
34847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34848 \begin_inset Text
34849
34850 \begin_layout Plain Layout
34851
34852 \backslash
34853 geq
34854 \end_layout
34855
34856 \end_inset
34857 </cell>
34858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34859 \begin_inset Text
34860
34861 \begin_layout Plain Layout
34862
34863 \backslash
34864 ge
34865 \end_layout
34866
34867 \end_inset
34868 </cell>
34869 </row>
34870 <row>
34871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34872 \begin_inset Text
34873
34874 \begin_layout Plain Layout
34875
34876 \backslash
34877 lbrace
34878 \end_layout
34879
34880 \end_inset
34881 </cell>
34882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34883 \begin_inset Text
34884
34885 \begin_layout Plain Layout
34886 {
34887 \end_layout
34888
34889 \end_inset
34890 </cell>
34891 </row>
34892 <row>
34893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34894 \begin_inset Text
34895
34896 \begin_layout Plain Layout
34897
34898 \backslash
34899 lbracket
34900 \end_layout
34901
34902 \end_inset
34903 </cell>
34904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34905 \begin_inset Text
34906
34907 \begin_layout Plain Layout
34908 [
34909 \end_layout
34910
34911 \end_inset
34912 </cell>
34913 </row>
34914 <row>
34915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34916 \begin_inset Text
34917
34918 \begin_layout Plain Layout
34919
34920 \backslash
34921 leftarrow
34922 \end_layout
34923
34924 \end_inset
34925 </cell>
34926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34927 \begin_inset Text
34928
34929 \begin_layout Plain Layout
34930
34931 \backslash
34932 gets
34933 \end_layout
34934
34935 \end_inset
34936 </cell>
34937 </row>
34938 <row>
34939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34940 \begin_inset Text
34941
34942 \begin_layout Plain Layout
34943
34944 \backslash
34945 leq
34946 \end_layout
34947
34948 \end_inset
34949 </cell>
34950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34951 \begin_inset Text
34952
34953 \begin_layout Plain Layout
34954
34955 \backslash
34956 le
34957 \end_layout
34958
34959 \end_inset
34960 </cell>
34961 </row>
34962 <row>
34963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34964 \begin_inset Text
34965
34966 \begin_layout Plain Layout
34967
34968 \backslash
34969 lor
34970 \end_layout
34971
34972 \end_inset
34973 </cell>
34974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34975 \begin_inset Text
34976
34977 \begin_layout Plain Layout
34978
34979 \backslash
34980 vee
34981 \end_layout
34982
34983 \end_inset
34984 </cell>
34985 </row>
34986 <row>
34987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34988 \begin_inset Text
34989
34990 \begin_layout Plain Layout
34991
34992 \backslash
34993 neq
34994 \end_layout
34995
34996 \end_inset
34997 </cell>
34998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34999 \begin_inset Text
35000
35001 \begin_layout Plain Layout
35002
35003 \backslash
35004 not=
35005 \end_layout
35006
35007 \end_inset
35008 </cell>
35009 </row>
35010 <row>
35011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35012 \begin_inset Text
35013
35014 \begin_layout Plain Layout
35015
35016 \backslash
35017 slash
35018 \end_layout
35019
35020 \end_inset
35021 </cell>
35022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35023 \begin_inset Text
35024
35025 \begin_layout Plain Layout
35026 /
35027 \end_layout
35028
35029 \end_inset
35030 </cell>
35031 </row>
35032 <row>
35033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35034 \begin_inset Text
35035
35036 \begin_layout Plain Layout
35037
35038 \backslash
35039 vert
35040 \end_layout
35041
35042 \end_inset
35043 </cell>
35044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35045 \begin_inset Text
35046
35047 \begin_layout Plain Layout
35048 |
35049 \end_layout
35050
35051 \end_inset
35052 </cell>
35053 </row>
35054 </lyxtabular>
35055
35056 \end_inset
35057
35058
35059 \begin_inset space \hfill{}
35060 \end_inset
35061
35062
35063 \begin_inset Tabular
35064 <lyxtabular version="3" rows="12" columns="2">
35065 <features>
35066 <column alignment="center" valignment="top" width="0pt">
35067 <column alignment="center" valignment="top" width="0pt">
35068 <row>
35069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35070 \begin_inset Text
35071
35072 \begin_layout Plain Layout
35073 Befehl
35074 \end_layout
35075
35076 \end_inset
35077 </cell>
35078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35079 \begin_inset Text
35080
35081 \begin_layout Plain Layout
35082 äquivalent zu
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 backslash
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
35107 \backslash
35108
35109 \end_layout
35110
35111 \end_inset
35112 </cell>
35113 </row>
35114 <row>
35115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35116 \begin_inset Text
35117
35118 \begin_layout Plain Layout
35119
35120 \backslash
35121 dasharrow
35122 \end_layout
35123
35124 \end_inset
35125 </cell>
35126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35127 \begin_inset Text
35128
35129 \begin_layout Plain Layout
35130
35131 \backslash
35132 dashrightarrow
35133 \end_layout
35134
35135 \end_inset
35136 </cell>
35137 </row>
35138 <row>
35139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35140 \begin_inset Text
35141
35142 \begin_layout Plain Layout
35143
35144 \backslash
35145 land
35146 \end_layout
35147
35148 \end_inset
35149 </cell>
35150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35151 \begin_inset Text
35152
35153 \begin_layout Plain Layout
35154
35155 \backslash
35156 wedge
35157 \end_layout
35158
35159 \end_inset
35160 </cell>
35161 </row>
35162 <row>
35163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35164 \begin_inset Text
35165
35166 \begin_layout Plain Layout
35167
35168 \backslash
35169 rbrace
35170 \end_layout
35171
35172 \end_inset
35173 </cell>
35174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35175 \begin_inset Text
35176
35177 \begin_layout Plain Layout
35178 }
35179 \end_layout
35180
35181 \end_inset
35182 </cell>
35183 </row>
35184 <row>
35185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35186 \begin_inset Text
35187
35188 \begin_layout Plain Layout
35189
35190 \backslash
35191 rbracket
35192 \end_layout
35193
35194 \end_inset
35195 </cell>
35196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35197 \begin_inset Text
35198
35199 \begin_layout Plain Layout
35200 ]
35201 \end_layout
35202
35203 \end_inset
35204 </cell>
35205 </row>
35206 <row>
35207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35208 \begin_inset Text
35209
35210 \begin_layout Plain Layout
35211
35212 \backslash
35213 rightarrow
35214 \end_layout
35215
35216 \end_inset
35217 </cell>
35218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35219 \begin_inset Text
35220
35221 \begin_layout Plain Layout
35222
35223 \backslash
35224 to
35225 \end_layout
35226
35227 \end_inset
35228 </cell>
35229 </row>
35230 <row>
35231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35232 \begin_inset Text
35233
35234 \begin_layout Plain Layout
35235
35236 \backslash
35237 lnot
35238 \end_layout
35239
35240 \end_inset
35241 </cell>
35242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35243 \begin_inset Text
35244
35245 \begin_layout Plain Layout
35246
35247 \backslash
35248 neg
35249 \end_layout
35250
35251 \end_inset
35252 </cell>
35253 </row>
35254 <row>
35255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35256 \begin_inset Text
35257
35258 \begin_layout Plain Layout
35259
35260 \backslash
35261 ne
35262 \end_layout
35263
35264 \end_inset
35265 </cell>
35266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35267 \begin_inset Text
35268
35269 \begin_layout Plain Layout
35270
35271 \backslash
35272 not=
35273 \end_layout
35274
35275 \end_inset
35276 </cell>
35277 </row>
35278 <row>
35279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35280 \begin_inset Text
35281
35282 \begin_layout Plain Layout
35283
35284 \backslash
35285 owns
35286 \end_layout
35287
35288 \end_inset
35289 </cell>
35290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35291 \begin_inset Text
35292
35293 \begin_layout Plain Layout
35294
35295 \backslash
35296 ni
35297 \end_layout
35298
35299 \end_inset
35300 </cell>
35301 </row>
35302 <row>
35303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35304 \begin_inset Text
35305
35306 \begin_layout Plain Layout
35307
35308 \backslash
35309 square
35310 \end_layout
35311
35312 \end_inset
35313 </cell>
35314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35315 \begin_inset Text
35316
35317 \begin_layout Plain Layout
35318
35319 \backslash
35320 Box
35321 \end_layout
35322
35323 \end_inset
35324 </cell>
35325 </row>
35326 <row>
35327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35328 \begin_inset Text
35329
35330 \begin_layout Plain Layout
35331
35332 \backslash
35333 Vert
35334 \end_layout
35335
35336 \end_inset
35337 </cell>
35338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35339 \begin_inset Text
35340
35341 \begin_layout Plain Layout
35342
35343 \backslash
35344 |
35345 \end_layout
35346
35347 \end_inset
35348 </cell>
35349 </row>
35350 </lyxtabular>
35351
35352 \end_inset
35353
35354
35355 \begin_inset space \hfill{}
35356 \end_inset
35357
35358
35359 \end_layout
35360
35361 \begin_layout Standard
35362 \begin_inset Newpage newpage
35363 \end_inset
35364
35365
35366 \end_layout
35367
35368 \begin_layout Bibliography
35369 \begin_inset CommandInset bibitem
35370 LatexCommand bibitem
35371 key "TLC2"
35372
35373 \end_inset
35374
35375
35376 \shape smallcaps
35377 Mittelbach, F.
35378  ; Goossens, M.
35379 \shape default
35380
35381 \shape italic
35382 The LaTeX Companion
35383 \shape default
35384 .
35385  Addison Wesley, 2004
35386 \end_layout
35387
35388 \begin_layout Bibliography
35389 \begin_inset CommandInset bibitem
35390 LatexCommand bibitem
35391 key "Mathmode"
35392
35393 \end_inset
35394
35395
35396 \begin_inset CommandInset href
35397 LatexCommand href
35398 name "Beschreibung"
35399 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35400
35401 \end_inset
35402
35403  der mathematischen Fähigkeiten von LaTeX
35404 \end_layout
35405
35406 \begin_layout Bibliography
35407 \begin_inset CommandInset bibitem
35408 LatexCommand bibitem
35409 key "Voss"
35410
35411 \end_inset
35412
35413 LaTeX Tipps- und Tricks-
35414 \begin_inset CommandInset href
35415 LatexCommand href
35416 name "Seite"
35417 target "http://tug.org/TeXnik/"
35418
35419 \end_inset
35420
35421
35422 \end_layout
35423
35424 \begin_layout Bibliography
35425 \begin_inset CommandInset bibitem
35426 LatexCommand bibitem
35427 key "AMS"
35428
35429 \end_inset
35430
35431
35432 \begin_inset CommandInset href
35433 LatexCommand href
35434 name "Beschreibung"
35435 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35436
35437 \end_inset
35438
35439  von 
35440 \begin_inset ERT
35441 status collapsed
35442
35443 \begin_layout Plain Layout
35444
35445
35446 \backslash
35447 AmS
35448 \end_layout
35449
35450 \end_inset
35451
35452 -LaTeX
35453 \end_layout
35454
35455 \begin_layout Bibliography
35456 \begin_inset CommandInset bibitem
35457 LatexCommand bibitem
35458 key "Symbole"
35459
35460 \end_inset
35461
35462
35463 \begin_inset CommandInset href
35464 LatexCommand href
35465 name "Auflistung"
35466 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35467
35468 \end_inset
35469
35470  aller über LaTeX-Pakete verfügbare Symbole
35471 \end_layout
35472
35473 \begin_layout Bibliography
35474 \begin_inset CommandInset bibitem
35475 LatexCommand bibitem
35476 key "hyperref"
35477
35478 \end_inset
35479
35480
35481 \begin_inset CommandInset href
35482 LatexCommand href
35483 name "Dokumentation"
35484 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35485
35486 \end_inset
35487
35488  des LaTeX-Pakets 
35489 \series bold
35490 hyperref
35491 \series default
35492
35493 \begin_inset Index
35494 status collapsed
35495
35496 \begin_layout Plain Layout
35497 Pakete ! hyperref
35498 \end_layout
35499
35500 \end_inset
35501
35502
35503 \end_layout
35504
35505 \begin_layout Bibliography
35506 \begin_inset CommandInset bibitem
35507 LatexCommand bibitem
35508 key "Mathclap"
35509
35510 \end_inset
35511
35512
35513 \begin_inset CommandInset href
35514 LatexCommand href
35515 name "Beschreibung"
35516 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35517
35518 \end_inset
35519
35520  des in 
35521 \begin_inset CommandInset ref
35522 LatexCommand ref
35523 reference "sub:Operatorgrenzen"
35524
35525 \end_inset
35526
35527  vorgestellten Befehls 
35528 \series bold
35529
35530 \backslash
35531 mathclap
35532 \series default
35533
35534 \begin_inset Index
35535 status collapsed
35536
35537 \begin_layout Plain Layout
35538 Befehle ! M ! 
35539 \backslash
35540 mathclap
35541 \end_layout
35542
35543 \end_inset
35544
35545
35546 \end_layout
35547
35548 \begin_layout Bibliography
35549 \begin_inset CommandInset bibitem
35550 LatexCommand bibitem
35551 key "Duden"
35552
35553 \end_inset
35554
35555
35556 \emph on
35557 Duden Band 1
35558 \emph default
35559 .
35560  22.
35561  Auflage, Duden Verlag 2001
35562 \end_layout
35563
35564 \begin_layout Subsubsection*
35565 \begin_inset Note Note
35566 status collapsed
35567
35568 \begin_layout Plain Layout
35569 Damit der Index den Namen 
35570 \begin_inset Quotes gld
35571 \end_inset
35572
35573 Stichwortverzeichnis
35574 \begin_inset Quotes grd
35575 \end_inset
35576
35577  erhält, wurde im LaTeX-Vorspann
35578 \end_layout
35579
35580 \begin_layout Plain Layout
35581
35582 \series bold
35583
35584 \backslash
35585 addto
35586 \backslash
35587 captionsngerman{
35588 \backslash
35589 renewcommand{
35590 \backslash
35591 indexname}{Stichwortverzeichnis}}
35592 \end_layout
35593
35594 \begin_layout Plain Layout
35595 eingefügt.
35596 \end_layout
35597
35598 \begin_layout Plain Layout
35599 Das Paket 
35600 \series bold
35601 babel
35602 \series default
35603  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
35604  Ehe man Beschriftungen ändern kann, muss es geladen werden.
35605  Außerdem wird 
35606 \series bold
35607 babel
35608 \series default
35609  von LyX automatisch nach dem LaTeX-Vorspann geladen.
35610  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
35611 che verwendet wurde.
35612 \end_layout
35613
35614 \begin_layout Plain Layout
35615 Möchte man andere Beschriftungen ändern, ersetzt man 
35616 \series bold
35617
35618 \backslash
35619 indexname
35620 \series default
35621  durch 
35622 \series bold
35623
35624 \backslash
35625 <Beschriftungs>name
35626 \series default
35627 .
35628  Eine Auflistung der möglichen Namen findet man unter
35629 \end_layout
35630
35631 \begin_layout Plain Layout
35632
35633 \family typewriter
35634 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
35635 \end_layout
35636
35637 \begin_layout Plain Layout
35638 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
35639 \series bold
35640 ngerman
35641 \series default
35642  durch die Dokumentsprache und
35643 \end_layout
35644
35645 \begin_layout Plain Layout
35646
35647 \series bold
35648
35649 \backslash
35650 captionsgerman
35651 \series default
35652  durch 
35653 \series bold
35654
35655 \backslash
35656 captions<Dokumentsprache>
35657 \series default
35658 .
35659 \end_layout
35660
35661 \end_inset
35662
35663
35664 \begin_inset CommandInset index_print
35665 LatexCommand printindex
35666
35667 \end_inset
35668
35669
35670 \end_layout
35671
35672 \end_body
35673 \end_document