]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
documentation: description of graphics dialog revised
[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 % für Diagramme
87 \usepackage{amscd}
88
89 % benutzt in Kap. 19.4
90 \usepackage{remreset}
91
92 %Mehrfachzeilen zentriert ausrichten (z.B. in Kap. 13.3)
93 \renewcommand{\multirowsetup}{\centering}
94
95 % Farbdefinition aus Kap. 9.3
96 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
97
98 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
99 \DeclareMathOperator*{\Raute}{\blacklozenge}
100 \DeclareMathOperator{\sgn}{sgn}
101
102 \newcommand{\leer}{\textvisiblespace}
103
104 % Beispielbefehle aus Kap. 20.1 
105 \newcommand{\gr}{\Longrightarrow}
106 \newcommand{\us}[1]{\underline{#1}}
107 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
108 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
109 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
110
111 % Beispielmakro aus Kap. 19.4
112 %\def\tagform@#1{\maketag@@@{|#1|}}
113
114 % Makro aus Kap. 10.2
115 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
116 \def\mathclap {\mathpalette \mathclapinternal}
117 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
118
119 % Grauschrift Notiz umdefinieren
120 \renewenvironment{lyxgreyedout}
121  {\textcolor{blue}\bgroup}{\egroup}
122
123 % Damit der Index einen anderen Namen erhält.
124 \addto\captionsngerman
125 {\renewcommand{\indexname}
126 {Stichwort- und Befehlsverzeichnis}}
127
128 % ------------------------------------
129 % used to check for needed LaTeX packages
130 \usepackage{ifthen}
131
132 % testen ob das Paket eurosym installiert ist
133 % wird benutzt für das Euro-Symbol
134 \newboolean{eurosym}
135 \IfFileExists{eurosym.sty}
136  {\usepackage[gennarrow]{eurosym}
137   \setboolean{eurosym}{true}}
138  {\setboolean{eurosym}{false}}
139
140 % benutzt in Kap. 22.4
141 % testen ob Paket braket installiert ist
142 \newboolean{braket}
143 \IfFileExists{braket.sty}
144  {\usepackage{braket}
145   \setboolean{braket}{true}}
146  {\setboolean{braket}{false}}
147
148 % benutzt in Kap. 22.10
149 % testen ob Paket upgreek installiert ist
150 \newboolean{upgreek}
151 \IfFileExists{upgreek.sty}
152  {\usepackage{upgreek}
153   \setboolean{upgreek}{true}}
154  {\setboolean{upgreek}{false}}
155
156 % benötigt für Kommas in Formeln, siehe Kap. 22.3
157 \IfFileExists{icomma.sty}
158  {\usepackage{icomma}}{}
159 \end_preamble
160 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
161 \language ngerman
162 \inputencoding auto
163 \font_roman default
164 \font_sans default
165 \font_typewriter default
166 \font_default_family default
167 \font_sc false
168 \font_osf false
169 \font_sf_scale 100
170 \font_tt_scale 100
171
172 \graphics default
173 \paperfontsize 12
174 \spacing single
175 \use_hyperref true
176 \pdf_title "LyXs Mathehandbuch"
177 \pdf_author "LyX Team, Uwe Stöhr"
178 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
179 \pdf_keywords "LyX, Mathed"
180 \pdf_bookmarks true
181 \pdf_bookmarksnumbered true
182 \pdf_bookmarksopen true
183 \pdf_bookmarksopenlevel 1
184 \pdf_breaklinks false
185 \pdf_pdfborder false
186 \pdf_colorlinks true
187 \pdf_backref false
188 \pdf_pagebackref false
189 \pdf_pdfusetitle false
190 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
191 \papersize a4paper
192 \use_geometry false
193 \use_amsmath 2
194 \use_esint 1
195 \cite_engine basic
196 \use_bibtopic false
197 \paperorientation portrait
198 \secnumdepth 4
199 \tocdepth 3
200 \paragraph_separation skip
201 \defskip medskip
202 \quotes_language german
203 \papercolumns 1
204 \papersides 2
205 \paperpagestyle plain
206 \bullet 1 0 6 -1
207 \bullet 2 2 35 -1
208 \bullet 3 2 7 -1
209 \tracking_changes false
210 \output_changes false
211 \author "" 
212 \author "" 
213 \end_header
214
215 \begin_body
216
217 \begin_layout Title
218 LyXs detailliertes Mathe Handbuch
219 \end_layout
220
221 \begin_layout Author
222 vom LyX Team
223 \begin_inset Foot
224 status collapsed
225
226 \begin_layout Plain Layout
227 \noindent
228 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
229 ons-Liste: 
230 \family typewriter
231
232 \begin_inset CommandInset href
233 LatexCommand href
234 name "lyx-docs@lists.lyx.org"
235 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
236
237 \end_inset
238
239
240 \end_layout
241
242 \end_inset
243
244
245 \begin_inset Note Note
246 status collapsed
247
248 \begin_layout Plain Layout
249 Verfasser: Uwe Stöhr
250 \end_layout
251
252 \end_inset
253
254
255 \begin_inset Newline newline
256 \end_inset
257
258
259 \begin_inset Newline newline
260 \end_inset
261
262
263 \family sans
264 Version 1.6svn
265 \end_layout
266
267 \begin_layout Standard
268 \begin_inset CommandInset toc
269 LatexCommand tableofcontents
270
271 \end_inset
272
273
274 \end_layout
275
276 \begin_layout Standard
277 \begin_inset Note Note
278 status open
279
280 \begin_layout Plain Layout
281 Um diese Datei als PDF, PS oder DVI zu exportieren, müssen die LaTeX-Pakete
282  
283 \series bold
284 eurosym,
285 \series default
286  
287 \series bold
288 multirow,
289 \series default
290  und 
291 \series bold
292 was
293 \series default
294  installiert sein.
295  Wenn sie nicht installiert sind, kann das Dokument trotzdem exportiert
296  werden, die Abschnitte in denen die Pakete benötigt werden, erscheinen
297  dann aber nicht im Ausdruck.
298 \end_layout
299
300 \end_inset
301
302
303 \end_layout
304
305 \begin_layout Standard
306 \begin_inset Newpage newpage
307 \end_inset
308
309
310 \end_layout
311
312 \begin_layout Section
313 Einleitung
314 \begin_inset CommandInset label
315 LatexCommand label
316 name "sec:Einleitung"
317
318 \end_inset
319
320
321 \end_layout
322
323 \begin_layout Standard
324 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
325  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
326  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
327 tten.
328  Das setzt voraus, dass bereits das Kapitel 
329 \family typewriter
330 Mathematische
331 \family default
332  
333 \family typewriter
334 Formeln
335 \family default
336  des Benutzerhandbuchs gelesen worden ist.
337 \end_layout
338
339 \begin_layout Standard
340 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
341 \family sans
342 Einfügen
343 \series bold
344 \SpecialChar \menuseparator
345
346 \series default
347 Mathe
348 \family default
349  oder die 
350 \family sans
351 Mathe-Werkzeugleiste
352 \family default
353  aufrufbar.
354  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
355  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
356  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
357  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
358 \end_layout
359
360 \begin_layout Standard
361 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
362  LyX verfügbar.
363  Um alle Befehle nutzen zu können, muss die Option 
364 \family sans
365 AMS-Mathe-Paket verwenden
366 \family default
367  im Menü 
368 \family sans
369 Dokument\SpecialChar \menuseparator
370 Einstellungen\SpecialChar \menuseparator
371 Mathe Optionen
372 \family default
373  aktiviert sein.
374 \begin_inset Foot
375 status collapsed
376
377 \begin_layout Plain Layout
378 Die 
379 \family sans
380 Option
381 \family default
382  
383 \family sans
384 AMS-Mathe-Paket automatisch verwenden
385 \family default
386  verwendet 
387 \begin_inset ERT
388 status collapsed
389
390 \begin_layout Plain Layout
391
392
393 \backslash
394 AmS 
395 \end_layout
396
397 \end_inset
398
399 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
400  LyX unterstützt.
401 \end_layout
402
403 \end_inset
404
405
406 \end_layout
407
408 \begin_layout Standard
409 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
410 listung
411  aller 
412 \begin_inset ERT
413 status collapsed
414
415 \begin_layout Plain Layout
416
417
418 \backslash
419 AmS 
420 \end_layout
421
422 \end_inset
423
424 -Mathe Befehle
425 \begin_inset Foot
426 status collapsed
427
428 \begin_layout Plain Layout
429 Eine Liste mit allen 
430 \begin_inset ERT
431 status collapsed
432
433 \begin_layout Plain Layout
434
435
436 \backslash
437 AmS
438 \end_layout
439
440 \end_inset
441
442 -Mathe Befehlen findet sich in der Datei 
443 \family sans
444
445 \begin_inset CommandInset href
446 LatexCommand href
447 name "amsguide.ps"
448 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
449
450 \end_inset
451
452
453 \family default
454 , die Teil jeder LaTeX-Standardinstallation ist.
455 \end_layout
456
457 \end_inset
458
459  verzichtet.
460 \end_layout
461
462 \begin_layout Section
463 Allgemeine Hinweise
464 \begin_inset CommandInset label
465 LatexCommand label
466 name "sec:Allgemeine-Hinweise"
467
468 \end_inset
469
470
471 \end_layout
472
473 \begin_layout Standard
474 Um eine in einer Textzeile eingebettete Formel
475 \begin_inset Index
476 status collapsed
477
478 \begin_layout Plain Layout
479 Formel ! eingebettete
480 \end_layout
481
482 \end_inset
483
484  zu erstellen, drückt man 
485 \family sans
486 Strg-m
487 \family default
488  oder den Werkzeugleistenknopf 
489 \begin_inset Graphics
490         filename ../../images/math-mode.png
491         scale 85
492
493 \end_inset
494
495 .
496 \begin_inset Newline newline
497 \end_inset
498
499 Um eine abgesetzte Formel
500 \begin_inset Index
501 status collapsed
502
503 \begin_layout Plain Layout
504 Formel ! abgesetzte
505 \end_layout
506
507 \end_inset
508
509  zu erstellen, drückt man 
510 \family sans
511 Strg-M
512 \family default
513 .
514 \end_layout
515
516 \begin_layout Standard
517 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
518  Cursor in die Formel und drückt 
519 \family sans
520 Strg-M
521 \family default
522  oder benutzt das Menü 
523 \family sans
524 Bearbeiten\SpecialChar \menuseparator
525 Mathe\SpecialChar \menuseparator
526
527 \begin_inset Newline linebreak
528 \end_inset
529
530 Formelart ändern
531 \family default
532 .
533  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
534  umwandeln.
535 \end_layout
536
537 \begin_layout Standard
538 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
539  gibt man in die Formel den Befehl 
540 \series bold
541
542 \backslash
543 displaystyle
544 \begin_inset Index
545 status collapsed
546
547 \begin_layout Plain Layout
548 Befehle ! D ! 
549 \backslash
550 displaystyle
551 \end_layout
552
553 \end_inset
554
555
556 \series default
557  ein.
558  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
559  wird.
560 \end_layout
561
562 \begin_layout Standard
563 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
564 \end_layout
565
566 \begin_layout Standard
567 Die 
568 \family sans
569 Mathe-Werkzeugleiste
570 \family default
571  kann über das Menü 
572 \family sans
573 Ansicht\SpecialChar \menuseparator
574 Werkzeugleisten
575 \family default
576  eingeblendet werden.
577  Wenn dort auf 
578 \begin_inset Quotes eld
579 \end_inset
580
581 Mathe
582 \begin_inset Quotes erd
583 \end_inset
584
585  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
586  diese Einstellung wird durch ein Häkchen im Menü 
587 \family sans
588 Werkzeugleisten
589 \family default
590  angezeigt.
591  Wenn nun im Menü 
592 \family sans
593 Werkzeugleisten
594 \family default
595  nochmal auf 
596 \begin_inset Quotes eld
597 \end_inset
598
599 Mathe
600 \begin_inset Quotes erd
601 \end_inset
602
603  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
604  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
605  des Menüeintrags von 
606 \begin_inset Quotes eld
607 \end_inset
608
609 Mathe
610 \begin_inset Quotes erd
611 \end_inset
612
613  zu 
614 \begin_inset Quotes eld
615 \end_inset
616
617 Mathe
618 \begin_inset space ~
619 \end_inset
620
621 (automatisch)
622 \begin_inset Quotes erd
623 \end_inset
624
625  angezeigt.
626 \end_layout
627
628 \begin_layout Standard
629 In den TeX-Modus
630 \begin_inset Index
631 status collapsed
632
633 \begin_layout Plain Layout
634 T@TeX-Modus
635 \end_layout
636
637 \end_inset
638
639  gelangt man über den Werkzeugleistenknopf 
640 \begin_inset Graphics
641         filename ../../images/ert-insert.png
642         scale 85
643
644 \end_inset
645
646  oder das Menü 
647 \family sans
648 Einfügen\SpecialChar \menuseparator
649 Te
650 \begin_inset ERT
651 status collapsed
652
653 \begin_layout Plain Layout
654
655 {}
656 \end_layout
657
658 \end_inset
659
660 X
661 \begin_inset space ~
662 \end_inset
663
664 Code
665 \family default
666  (Tastenkürzel 
667 \family sans
668 Strg-l
669 \family default
670 ).
671 \begin_inset Note Note
672 status collapsed
673
674 \begin_layout Plain Layout
675 In LyX gibt es drei 
676 \begin_inset Quotes gld
677 \end_inset
678
679 Eigennamen
680 \begin_inset Quotes grd
681 \end_inset
682
683 , die im Ausdruck mit hoch bzw.
684  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
685 \end_layout
686
687 \begin_layout Plain Layout
688 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
689  man ein TeX-Klammerpaar ein.
690 \end_layout
691
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Standard
698 In den LaTeX-Vorspann
699 \begin_inset Index
700 status collapsed
701
702 \begin_layout Plain Layout
703 L@LaTeX-Vorspann
704 \end_layout
705
706 \end_inset
707
708  gelangt man über das Menü 
709 \family sans
710 Dokument\SpecialChar \menuseparator
711 Einstellungen\SpecialChar \menuseparator
712 LaT
713 \begin_inset ERT
714 status collapsed
715
716 \begin_layout Plain Layout
717
718 {}
719 \end_layout
720
721 \end_inset
722
723 eX-Vorspann
724 \family default
725 .
726 \end_layout
727
728 \begin_layout Standard
729 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
730 en Formeln kann man die Menüs 
731 \family sans
732 Bearbeiten\SpecialChar \menuseparator
733 Mathe
734 \family default
735  und 
736 \family sans
737 Bearbeiten\SpecialChar \menuseparator
738 Zeilen
739 \begin_inset space \thinspace{}
740 \end_inset
741
742 &
743 \begin_inset space \thinspace{}
744 \end_inset
745
746 Spalten
747 \family default
748  oder die 
749 \family sans
750 Tabellen-Werkzeugleiste
751 \family default
752  verwenden.
753  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
754  die Spalte bzw.
755  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
756  bzw.
757  darunter liegenden Zeile vertauscht.
758  Befindet sich der Cursor in der letzten Spalte bzw.
759  Zeile, wird mit der links daneben stehenden Spalte bzw.
760  darüber liegenden Zeile vertauscht.
761 \end_layout
762
763 \begin_layout Standard
764 Zum Schreiben von Text in einer Formel
765 \begin_inset Foot
766 status collapsed
767
768 \begin_layout Plain Layout
769 Bei mehrzeiligen Formeln wird der Befehl 
770 \series bold
771
772 \backslash
773 intertext
774 \series default
775  verwendet, siehe 
776 \begin_inset CommandInset ref
777 LatexCommand ref
778 reference "sub:Text-in-mehrzeiligen"
779
780 \end_inset
781
782 .
783 \end_layout
784
785 \end_inset
786
787  verwendet man den 
788 \emph on
789 mathematischen Textmodus
790 \emph default
791
792 \begin_inset Index
793 status collapsed
794
795 \begin_layout Plain Layout
796 Text ! in Formeln
797 \end_layout
798
799 \end_inset
800
801
802 \begin_inset Index
803 status collapsed
804
805 \begin_layout Plain Layout
806 Mathematischer Textmodus
807 \end_layout
808
809 \end_inset
810
811 , in den man mit dem Tastenkürzel 
812 \family sans
813 Alt-m
814 \begin_inset space ~
815 \end_inset
816
817 m
818 \family default
819  oder durch Eingabe des Befehls 
820 \series bold
821
822 \backslash
823 text
824 \begin_inset Index
825 status collapsed
826
827 \begin_layout Plain Layout
828 Befehle ! T ! 
829 \backslash
830 text
831 \end_layout
832
833 \end_inset
834
835
836 \series default
837  gelangt.
838  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
839  Formel unterscheiden.
840  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
841  anderen Zeichen einer Formel nicht kursiv.
842 \end_layout
843
844 \begin_layout Subsection*
845 Befehlsschema
846 \end_layout
847
848 \begin_layout Standard
849 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
850  Schema:
851 \end_layout
852
853 \begin_layout Standard
854
855 \series bold
856
857 \backslash
858 Befehlsname[optionales
859 \series default
860  
861 \series bold
862 Argument]{anzugebendes
863 \series default
864  
865 \series bold
866 Argument}
867 \end_layout
868
869 \begin_layout Standard
870 Ein Befehl muss immer mit einem Backslash 
871 \begin_inset Quotes gld
872 \end_inset
873
874
875 \series bold
876
877 \backslash
878
879 \series default
880
881 \begin_inset Quotes grd
882 \end_inset
883
884  beginnen.
885  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
886  eckigen Klammern weggelassen werden.
887  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
888 \begin_inset Index
889 status collapsed
890
891 \begin_layout Plain Layout
892 T@TeX-Klammern
893 \end_layout
894
895 \end_inset
896
897  bezeichnet.
898  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
899  an, erzeugt LyX automatisch eine TeX-Klammer.
900  Ansonsten werden sie in Formeln mit dem Befehl 
901 \series bold
902
903 \backslash
904 {
905 \series default
906  erzeugt.
907  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
908  Klammern, die blau erscheinen.
909  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
910  TeX-Klammern erscheinen nicht im Ausdruck.
911 \end_layout
912
913 \begin_layout Standard
914 Werden Befehle ohne Argumente, wie z.
915 \begin_inset space \thinspace{}
916 \end_inset
917
918 B.
919  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
920 \emph on
921 immer
922 \emph default
923  ein Leerzeichen folgen um ihn zu beenden.
924  Dieses Leerzeichen erscheint nicht im Ausdruck.
925  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
926  normalen Text ein geschütztes Leerzeichen folgen.
927 \end_layout
928
929 \begin_layout Standard
930 Ein geschütztes Leerzeichen gibt man mit 
931 \family sans
932 Strg-Leertaste
933 \family default
934  ein.
935 \end_layout
936
937 \begin_layout Subsection*
938 Zeichenerklärung
939 \end_layout
940
941 \begin_layout Itemize
942 Das Symbol
943 \begin_inset Foot
944 status collapsed
945
946 \begin_layout Plain Layout
947 Dieses sichtbare Leerzeichen erhält man über den Befehl 
948 \series bold
949
950 \backslash
951 textvisiblespace
952 \series default
953
954 \begin_inset Index
955 status collapsed
956
957 \begin_layout Plain Layout
958 Befehle ! T ! 
959 \backslash
960 textvisiblespace
961 \end_layout
962
963 \end_inset
964
965 , der im TeX-Modus einzugeben ist.
966 \end_layout
967
968 \end_inset
969
970  
971 \begin_inset ERT
972 status collapsed
973
974 \begin_layout Plain Layout
975
976
977 \backslash
978 leer 
979 \end_layout
980
981 \end_inset
982
983
984 \begin_inset space ~
985 \end_inset
986
987 steht für ein einzugebendes Leerzeichen.
988 \end_layout
989
990 \begin_layout Itemize
991 Ein Pfeil wie z.
992 \begin_inset space \thinspace{}
993 \end_inset
994
995 B.
996  
997 \begin_inset Formula $\to$
998 \end_inset
999
1000  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1001 \end_layout
1002
1003 \begin_layout Subsection*
1004 Verwendete Einheiten
1005 \end_layout
1006
1007 \begin_layout Standard
1008 \align center
1009 \begin_inset Float table
1010 placement H
1011 wide false
1012 sideways false
1013 status open
1014
1015 \begin_layout Plain Layout
1016 \align center
1017 \begin_inset Caption
1018
1019 \begin_layout Plain Layout
1020 \begin_inset CommandInset label
1021 LatexCommand label
1022 name "tab:Verwendete-Einheiten"
1023
1024 \end_inset
1025
1026 Verwendete Einheiten
1027 \end_layout
1028
1029 \end_inset
1030
1031
1032 \end_layout
1033
1034 \begin_layout Plain Layout
1035 \align center
1036 \begin_inset Tabular
1037 <lyxtabular version="3" rows="13" columns="2">
1038 <features>
1039 <column alignment="center" valignment="top" width="0">
1040 <column alignment="center" valignment="top" width="0">
1041 <row>
1042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1043 \begin_inset Text
1044
1045 \begin_layout Plain Layout
1046 Einheit
1047 \end_layout
1048
1049 \end_inset
1050 </cell>
1051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1052 \begin_inset Text
1053
1054 \begin_layout Plain Layout
1055 Name / Beschreibung
1056 \end_layout
1057
1058 \end_inset
1059 </cell>
1060 </row>
1061 <row>
1062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1063 \begin_inset Text
1064
1065 \begin_layout Plain Layout
1066 mm
1067 \end_layout
1068
1069 \end_inset
1070 </cell>
1071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1072 \begin_inset Text
1073
1074 \begin_layout Plain Layout
1075 Millimeter
1076 \end_layout
1077
1078 \end_inset
1079 </cell>
1080 </row>
1081 <row>
1082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1083 \begin_inset Text
1084
1085 \begin_layout Plain Layout
1086 cm
1087 \end_layout
1088
1089 \end_inset
1090 </cell>
1091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1092 \begin_inset Text
1093
1094 \begin_layout Plain Layout
1095 Zentimeter
1096 \end_layout
1097
1098 \end_inset
1099 </cell>
1100 </row>
1101 <row>
1102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1103 \begin_inset Text
1104
1105 \begin_layout Plain Layout
1106 in
1107 \end_layout
1108
1109 \end_inset
1110 </cell>
1111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1112 \begin_inset Text
1113
1114 \begin_layout Plain Layout
1115 Inch / Zoll (1
1116 \begin_inset space \thinspace{}
1117 \end_inset
1118
1119 in = 2,54
1120 \begin_inset space \thinspace{}
1121 \end_inset
1122
1123 cm)
1124 \end_layout
1125
1126 \end_inset
1127 </cell>
1128 </row>
1129 <row>
1130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1131 \begin_inset Text
1132
1133 \begin_layout Plain Layout
1134 pt
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1140 \begin_inset Text
1141
1142 \begin_layout Plain Layout
1143 Punkt (72,27
1144 \begin_inset space \thinspace{}
1145 \end_inset
1146
1147 pt = 1
1148 \begin_inset space \thinspace{}
1149 \end_inset
1150
1151 in)
1152 \end_layout
1153
1154 \end_inset
1155 </cell>
1156 </row>
1157 <row>
1158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1159 \begin_inset Text
1160
1161 \begin_layout Plain Layout
1162 pc
1163 \end_layout
1164
1165 \end_inset
1166 </cell>
1167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Plain Layout
1171 Pica (1
1172 \begin_inset space \thinspace{}
1173 \end_inset
1174
1175 pc = 12
1176 \begin_inset space \thinspace{}
1177 \end_inset
1178
1179 pt)
1180 \end_layout
1181
1182 \end_inset
1183 </cell>
1184 </row>
1185 <row>
1186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1187 \begin_inset Text
1188
1189 \begin_layout Plain Layout
1190 sp
1191 \end_layout
1192
1193 \end_inset
1194 </cell>
1195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Plain Layout
1199 scaled point (65536
1200 \begin_inset space \thinspace{}
1201 \end_inset
1202
1203 sp = 1
1204 \begin_inset space \thinspace{}
1205 \end_inset
1206
1207 pt)
1208 \end_layout
1209
1210 \end_inset
1211 </cell>
1212 </row>
1213 <row>
1214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1215 \begin_inset Text
1216
1217 \begin_layout Plain Layout
1218 bp
1219 \end_layout
1220
1221 \end_inset
1222 </cell>
1223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1224 \begin_inset Text
1225
1226 \begin_layout Plain Layout
1227 big point (72
1228 \begin_inset space \thinspace{}
1229 \end_inset
1230
1231 bp = 1
1232 \begin_inset space \thinspace{}
1233 \end_inset
1234
1235 in)
1236 \end_layout
1237
1238 \end_inset
1239 </cell>
1240 </row>
1241 <row>
1242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1243 \begin_inset Text
1244
1245 \begin_layout Plain Layout
1246 dd
1247 \end_layout
1248
1249 \end_inset
1250 </cell>
1251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1252 \begin_inset Text
1253
1254 \begin_layout Plain Layout
1255 Didot (1
1256 \begin_inset space \thinspace{}
1257 \end_inset
1258
1259 dd 
1260 \begin_inset Formula $\approx$
1261 \end_inset
1262
1263  0,376
1264 \begin_inset space \thinspace{}
1265 \end_inset
1266
1267 mm)
1268 \end_layout
1269
1270 \end_inset
1271 </cell>
1272 </row>
1273 <row>
1274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1275 \begin_inset Text
1276
1277 \begin_layout Plain Layout
1278 cc
1279 \end_layout
1280
1281 \end_inset
1282 </cell>
1283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1284 \begin_inset Text
1285
1286 \begin_layout Plain Layout
1287 Cicero (1
1288 \begin_inset space \thinspace{}
1289 \end_inset
1290
1291 cc = 12
1292 \begin_inset space \thinspace{}
1293 \end_inset
1294
1295 dd)
1296 \end_layout
1297
1298 \end_inset
1299 </cell>
1300 </row>
1301 <row>
1302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1303 \begin_inset Text
1304
1305 \begin_layout Plain Layout
1306 ex
1307 \end_layout
1308
1309 \end_inset
1310 </cell>
1311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1312 \begin_inset Text
1313
1314 \begin_layout Plain Layout
1315 Höhe des Buchstabens 
1316 \emph on
1317 x
1318 \emph default
1319  in der aktuellen Schrift
1320 \end_layout
1321
1322 \end_inset
1323 </cell>
1324 </row>
1325 <row>
1326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1327 \begin_inset Text
1328
1329 \begin_layout Plain Layout
1330 em
1331 \end_layout
1332
1333 \end_inset
1334 </cell>
1335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1336 \begin_inset Text
1337
1338 \begin_layout Plain Layout
1339 Breite des Buchstabens 
1340 \emph on
1341 M
1342 \emph default
1343  in der aktuellen Schrift
1344 \end_layout
1345
1346 \end_inset
1347 </cell>
1348 </row>
1349 <row>
1350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1351 \begin_inset Text
1352
1353 \begin_layout Plain Layout
1354 mu
1355 \end_layout
1356
1357 \end_inset
1358 </cell>
1359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1360 \begin_inset Text
1361
1362 \begin_layout Plain Layout
1363 math unit (1
1364 \begin_inset space \thinspace{}
1365 \end_inset
1366
1367 mu = 
1368 \begin_inset Formula $\nicefrac{1}{18}$
1369 \end_inset
1370
1371
1372 \begin_inset space \thinspace{}
1373 \end_inset
1374
1375 em)
1376 \end_layout
1377
1378 \end_inset
1379 </cell>
1380 </row>
1381 </lyxtabular>
1382
1383 \end_inset
1384
1385
1386 \end_layout
1387
1388 \end_inset
1389
1390
1391 \end_layout
1392
1393 \begin_layout Standard
1394 \begin_inset Newpage newpage
1395 \end_inset
1396
1397
1398 \end_layout
1399
1400 \begin_layout Section
1401 Grundlegende Funktionen
1402 \end_layout
1403
1404 \begin_layout Subsection
1405 Exponenten
1406 \begin_inset Index
1407 status collapsed
1408
1409 \begin_layout Plain Layout
1410 Exponenten
1411 \end_layout
1412
1413 \end_inset
1414
1415  und Indizes
1416 \begin_inset Index
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420 Indizes
1421 \end_layout
1422
1423 \end_inset
1424
1425
1426 \begin_inset Index
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430 Hochstellen|see
1431 \begin_inset ERT
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435
1436 {
1437 \end_layout
1438
1439 \end_inset
1440
1441 Exponenten
1442 \begin_inset ERT
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446
1447 }
1448 \end_layout
1449
1450 \end_inset
1451
1452
1453 \end_layout
1454
1455 \end_inset
1456
1457
1458 \begin_inset Index
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462 Tiefstellen|see
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468 {
1469 \end_layout
1470
1471 \end_inset
1472
1473 Indizes
1474 \begin_inset ERT
1475 status collapsed
1476
1477 \begin_layout Plain Layout
1478
1479 }
1480 \end_layout
1481
1482 \end_inset
1483
1484
1485 \end_layout
1486
1487 \end_inset
1488
1489
1490 \end_layout
1491
1492 \begin_layout Standard
1493 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1494  
1495 \begin_inset Graphics
1496         filename ../../images/math-subscript.png
1497         scale 85
1498
1499 \end_inset
1500
1501 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1502  
1503 \begin_inset Graphics
1504         filename ../../images/math-superscript.png
1505         scale 85
1506
1507 \end_inset
1508
1509  erzeugt.
1510 \end_layout
1511
1512 \begin_layout Standard
1513 \align center
1514 \begin_inset Tabular
1515 <lyxtabular version="3" rows="4" columns="2">
1516 <features>
1517 <column alignment="center" valignment="top" width="0pt">
1518 <column alignment="center" valignment="top" width="0pt">
1519 <row>
1520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1521 \begin_inset Text
1522
1523 \begin_layout Plain Layout
1524 Befehl
1525 \end_layout
1526
1527 \end_inset
1528 </cell>
1529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1530 \begin_inset Text
1531
1532 \begin_layout Plain Layout
1533 Ergebnis
1534 \begin_inset Note Note
1535 status collapsed
1536
1537 \begin_layout Plain Layout
1538
1539 \series bold
1540
1541 \backslash
1542 raisebox
1543 \series default
1544  dient nur als Abstandhalter.
1545 \end_layout
1546
1547 \end_inset
1548
1549
1550 \end_layout
1551
1552 \end_inset
1553 </cell>
1554 </row>
1555 <row>
1556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1557 \begin_inset Text
1558
1559 \begin_layout Plain Layout
1560 B_V
1561 \end_layout
1562
1563 \end_inset
1564 </cell>
1565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1566 \begin_inset Text
1567
1568 \begin_layout Plain Layout
1569 \begin_inset Formula $B_{V}$
1570 \end_inset
1571
1572
1573 \end_layout
1574
1575 \end_inset
1576 </cell>
1577 </row>
1578 <row>
1579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1580 \begin_inset Text
1581
1582 \begin_layout Plain Layout
1583 B^V
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1593 \end_inset
1594
1595
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 </row>
1601 <row>
1602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1603 \begin_inset Text
1604
1605 \begin_layout Plain Layout
1606 B^
1607 \begin_inset ERT
1608 status collapsed
1609
1610 \begin_layout Plain Layout
1611
1612
1613 \backslash
1614 leer 
1615 \end_layout
1616
1617 \end_inset
1618
1619 A
1620 \end_layout
1621
1622 \end_inset
1623 </cell>
1624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1625 \begin_inset Text
1626
1627 \begin_layout Plain Layout
1628 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1629 \end_inset
1630
1631
1632 \end_layout
1633
1634 \end_inset
1635 </cell>
1636 </row>
1637 </lyxtabular>
1638
1639 \end_inset
1640
1641
1642 \end_layout
1643
1644 \begin_layout Standard
1645 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1646 llt
1647 \begin_inset Foot
1648 status collapsed
1649
1650 \begin_layout Plain Layout
1651 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1652 \end_layout
1653
1654 \end_inset
1655
1656 .
1657  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1658  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1659 \end_layout
1660
1661 \begin_layout Subsection
1662 Brüche
1663 \begin_inset CommandInset label
1664 LatexCommand label
1665 name "sub:Brüche"
1666
1667 \end_inset
1668
1669
1670 \begin_inset Index
1671 status collapsed
1672
1673 \begin_layout Plain Layout
1674 Brüche
1675 \end_layout
1676
1677 \end_inset
1678
1679
1680 \end_layout
1681
1682 \begin_layout Standard
1683 Brüche werden mit dem Befehl 
1684 \series bold
1685
1686 \backslash
1687 frac
1688 \series default
1689
1690 \begin_inset Index
1691 status collapsed
1692
1693 \begin_layout Plain Layout
1694 Befehle ! F ! 
1695 \backslash
1696 frac
1697 \end_layout
1698
1699 \end_inset
1700
1701  oder mit dem Mathe-Werkzeugleistenknopf 
1702 \begin_inset Graphics
1703         filename ../../images/math/frac.png
1704         scale 50
1705
1706 \end_inset
1707
1708  erstellt.
1709  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1710  in einer eingebetteten oder abgesetzten Formel befindet.
1711  Mit dem Mathe-Werkzeugleistenknopf 
1712 \begin_inset Graphics
1713         filename ../../images/math/frac-square.png
1714         scale 85
1715
1716 \end_inset
1717
1718  können verschieden Bruchtypen gewählt werden.
1719 \end_layout
1720
1721 \begin_layout Standard
1722 Mit dem Befehl 
1723 \series bold
1724
1725 \backslash
1726 dfrac
1727 \begin_inset Index
1728 status collapsed
1729
1730 \begin_layout Plain Layout
1731 Befehle ! D ! 
1732 \backslash
1733 dfrac
1734 \end_layout
1735
1736 \end_inset
1737
1738
1739 \series default
1740  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1741  Formel erscheint.
1742  Mit 
1743 \series bold
1744
1745 \backslash
1746 tfrac
1747 \begin_inset Index
1748 status collapsed
1749
1750 \begin_layout Plain Layout
1751 Befehle ! T ! 
1752 \backslash
1753 tfrac
1754 \end_layout
1755
1756 \end_inset
1757
1758
1759 \series default
1760  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1761  Ein Beispiel:
1762 \end_layout
1763
1764 \begin_layout Standard
1765 Eine Zeile mit dem Bruch 
1766 \begin_inset Formula $\frac{1}{2}$
1767 \end_inset
1768
1769 , der mit dem Befehl 
1770 \series bold
1771
1772 \backslash
1773 frac
1774 \series default
1775  erstellt wurde.
1776 \end_layout
1777
1778 \begin_layout Standard
1779 Eine Zeile mit dem Bruch 
1780 \begin_inset Formula $\dfrac{1}{2}$
1781 \end_inset
1782
1783 , der mit dem Befehl 
1784 \series bold
1785
1786 \backslash
1787 dfrac
1788 \series default
1789  erstellt wurde.
1790 \end_layout
1791
1792 \begin_layout Standard
1793 \align center
1794 \begin_inset Tabular
1795 <lyxtabular version="3" rows="4" columns="2">
1796 <features>
1797 <column alignment="center" valignment="top" width="0pt">
1798 <column alignment="center" valignment="top" width="0pt">
1799 <row>
1800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1801 \begin_inset Text
1802
1803 \begin_layout Plain Layout
1804 Befehl
1805 \end_layout
1806
1807 \end_inset
1808 </cell>
1809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813 Ergebnis
1814 \begin_inset Note Note
1815 status collapsed
1816
1817 \begin_layout Plain Layout
1818
1819 \series bold
1820
1821 \backslash
1822 raisebox
1823 \series default
1824  dient nur als Abstandhalter.
1825 \end_layout
1826
1827 \end_inset
1828
1829
1830 \end_layout
1831
1832 \end_inset
1833 </cell>
1834 </row>
1835 <row>
1836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840
1841 \backslash
1842 frac
1843 \begin_inset ERT
1844 status collapsed
1845
1846 \begin_layout Plain Layout
1847
1848
1849 \backslash
1850 leer 
1851 \end_layout
1852
1853 \end_inset
1854
1855 A
1856 \begin_inset Formula $\downarrow$
1857 \end_inset
1858
1859 B
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1869 \end_inset
1870
1871
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 </row>
1877 <row>
1878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882
1883 \backslash
1884 dfrac
1885 \begin_inset ERT
1886 status collapsed
1887
1888 \begin_layout Plain Layout
1889
1890
1891 \backslash
1892 leer 
1893 \end_layout
1894
1895 \end_inset
1896
1897 A
1898 \begin_inset Formula $\downarrow$
1899 \end_inset
1900
1901 B
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1907 \begin_inset Text
1908
1909 \begin_layout Plain Layout
1910 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1911 \end_inset
1912
1913
1914 \end_layout
1915
1916 \end_inset
1917 </cell>
1918 </row>
1919 <row>
1920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1921 \begin_inset Text
1922
1923 \begin_layout Plain Layout
1924
1925 \backslash
1926 dfrac
1927 \begin_inset ERT
1928 status collapsed
1929
1930 \begin_layout Plain Layout
1931
1932
1933 \backslash
1934 leer 
1935 \end_layout
1936
1937 \end_inset
1938
1939 e^
1940 \begin_inset ERT
1941 status collapsed
1942
1943 \begin_layout Plain Layout
1944
1945
1946 \backslash
1947 leer 
1948 \end_layout
1949
1950 \end_inset
1951
1952
1953 \backslash
1954 frac
1955 \begin_inset ERT
1956 status collapsed
1957
1958 \begin_layout Plain Layout
1959
1960
1961 \backslash
1962 leer 
1963 \end_layout
1964
1965 \end_inset
1966
1967 1
1968 \begin_inset Formula $\downarrow$
1969 \end_inset
1970
1971 2
1972 \begin_inset Formula $\downarrow\downarrow$
1973 \end_inset
1974
1975 3
1976 \end_layout
1977
1978 \end_inset
1979 </cell>
1980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1981 \begin_inset Text
1982
1983 \begin_layout Plain Layout
1984 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1985 \end_inset
1986
1987
1988 \end_layout
1989
1990 \end_inset
1991 </cell>
1992 </row>
1993 </lyxtabular>
1994
1995 \end_inset
1996
1997
1998 \end_layout
1999
2000 \begin_layout Standard
2001 \begin_inset VSpace bigskip
2002 \end_inset
2003
2004
2005 \begin_inset Newpage newpage
2006 \end_inset
2007
2008 Für Mehrfachbrüche gibt es den Befehl 
2009 \series bold
2010
2011 \backslash
2012 cfrac
2013 \series default
2014
2015 \begin_inset Index
2016 status collapsed
2017
2018 \begin_layout Plain Layout
2019 Befehle ! C ! 
2020 \backslash
2021 cfrac
2022 \end_layout
2023
2024 \end_inset
2025
2026 .
2027  Dazu ein Beispiel:
2028 \begin_inset VSpace -3mm
2029 \end_inset
2030
2031
2032 \end_layout
2033
2034 \begin_layout Standard
2035 \begin_inset Formula \begin{align*}
2036 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2037 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2038
2039 \end_inset
2040
2041
2042 \end_layout
2043
2044 \begin_layout Standard
2045 Der Befehl für obiges Beispiel lautet:
2046 \end_layout
2047
2048 \begin_layout Standard
2049
2050 \series bold
2051
2052 \backslash
2053 cfrac{A
2054 \begin_inset Formula $\to$
2055 \end_inset
2056
2057
2058 \backslash
2059 {B+
2060 \backslash
2061 cfrac{C+
2062 \backslash
2063 cfrac{E
2064 \begin_inset Formula $\to$
2065 \end_inset
2066
2067
2068 \backslash
2069 {F
2070 \begin_inset Formula $\to\to$
2071 \end_inset
2072
2073
2074 \backslash
2075 {D
2076 \end_layout
2077
2078 \begin_layout Standard
2079 \begin_inset VSpace medskip
2080 \end_inset
2081
2082
2083 \end_layout
2084
2085 \begin_layout Standard
2086
2087 \series bold
2088
2089 \backslash
2090 cfrac
2091 \series default
2092  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2093  auch wenn er selbst Teil eines Bruches ist.
2094  
2095 \series bold
2096
2097 \backslash
2098 cfrac
2099 \series default
2100  besitzt folgendes Befehlsschema:
2101 \end_layout
2102
2103 \begin_layout Standard
2104
2105 \series bold
2106
2107 \backslash
2108 cfrac[Zählerposition]{Zähler}{Nenner}
2109 \end_layout
2110
2111 \begin_layout Standard
2112 Zählerposition kann 
2113 \emph on
2114 l
2115 \emph default
2116  , 
2117 \emph on
2118 c
2119 \emph default
2120  oder 
2121 \emph on
2122 r
2123 \emph default
2124  sein.
2125  Bei 
2126 \emph on
2127 l
2128 \emph default
2129  oder 
2130 \emph on
2131 r
2132 \emph default
2133  wird der Zähler links- bzw.
2134 \begin_inset space ~
2135 \end_inset
2136
2137 rechtsbündig am Bruchstrich ausgerichtet.
2138  Wird 
2139 \emph on
2140 c
2141 \emph default
2142  oder keine Position angegeben, erscheint der Zähler wie gewohnt mittig.
2143  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2144 \begin_inset Newline newline
2145 \end_inset
2146
2147
2148 \series bold
2149
2150 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2151 \end_inset
2152
2153
2154 \begin_inset Formula $\cfrac{A}{B+C}$
2155 \end_inset
2156
2157
2158 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2159 \end_inset
2160
2161
2162 \end_layout
2163
2164 \begin_layout Standard
2165 \begin_inset VSpace medskip
2166 \end_inset
2167
2168 Oftmals ist es am günstigsten 
2169 \series bold
2170
2171 \backslash
2172 cfrac
2173 \series default
2174  und 
2175 \series bold
2176
2177 \backslash
2178 frac
2179 \series default
2180  zu kombinieren:
2181 \begin_inset Formula \[
2182 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2183
2184 \end_inset
2185
2186
2187 \end_layout
2188
2189 \begin_layout Standard
2190 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2191 \series bold
2192
2193 \backslash
2194 nicefrac
2195 \series default
2196
2197 \begin_inset Index
2198 status collapsed
2199
2200 \begin_layout Plain Layout
2201 Befehle ! N ! 
2202 \backslash
2203 nicefrac
2204 \end_layout
2205
2206 \end_inset
2207
2208
2209 \begin_inset Formula $\nicefrac{5}{31}$
2210 \end_inset
2211
2212  oder 
2213 \series bold
2214
2215 \backslash
2216 unitfrac
2217 \series default
2218
2219 \begin_inset Index
2220 status collapsed
2221
2222 \begin_layout Plain Layout
2223 Befehle! U ! 
2224 \backslash
2225 unitfrac
2226 \end_layout
2227
2228 \end_inset
2229
2230
2231 \begin_inset Formula $\unitfrac{5}{31}$
2232 \end_inset
2233
2234  benutzt werden.
2235  Des Weiteren gibt es den Befehl 
2236 \series bold
2237
2238 \backslash
2239 unitfracthree
2240 \series default
2241  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2242 \begin_inset Formula $\unitfrac[2]{1}{3}$
2243 \end_inset
2244
2245
2246 \begin_inset Newline newline
2247 \end_inset
2248
2249 Zu beachten ist, dass 
2250 \series bold
2251
2252 \backslash
2253 unitfracthree
2254 \series default
2255  kein echter LaTeX-Befehl, sondern der Befehl
2256 \begin_inset Newline newline
2257 \end_inset
2258
2259
2260 \series bold
2261
2262 \backslash
2263 unitfrac[Zahl]{Zähler}{Nenner}
2264 \series default
2265  ist, daher kann man ihn nicht im TeX-Code benutzen.
2266 \end_layout
2267
2268 \begin_layout Standard
2269 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2270  in 
2271 \begin_inset CommandInset ref
2272 LatexCommand ref
2273 reference "sub:Selbstdefinierte-Brüche"
2274
2275 \end_inset
2276
2277  erklärt.
2278 \end_layout
2279
2280 \begin_layout Subsection
2281 Wurzeln
2282 \begin_inset Index
2283 status collapsed
2284
2285 \begin_layout Plain Layout
2286 Wurzeln
2287 \end_layout
2288
2289 \end_inset
2290
2291
2292 \end_layout
2293
2294 \begin_layout Standard
2295 Quadratwurzeln werden mit 
2296 \series bold
2297
2298 \backslash
2299 sqrt
2300 \series default
2301
2302 \begin_inset Index
2303 status collapsed
2304
2305 \begin_layout Plain Layout
2306 Befehle ! S ! 
2307 \backslash
2308 sqrt
2309 \end_layout
2310
2311 \end_inset
2312
2313  oder dem Mathe-Werkzeugleistenknopf 
2314 \begin_inset Graphics
2315         filename ../../images/math/sqrt.png
2316         scale 85
2317
2318 \end_inset
2319
2320  gesetzt, alle anderen Wurzeln mit dem Befehl 
2321 \series bold
2322
2323 \backslash
2324 root
2325 \series default
2326
2327 \begin_inset Index
2328 status collapsed
2329
2330 \begin_layout Plain Layout
2331 Befehle ! R ! 
2332 \backslash
2333 root
2334 \end_layout
2335
2336 \end_inset
2337
2338  oder dem Mathe-Werkzeugleistenknopf 
2339 \begin_inset Graphics
2340         filename ../../images/math/root.png
2341         scale 85
2342
2343 \end_inset
2344
2345 .
2346 \end_layout
2347
2348 \begin_layout Standard
2349 \align center
2350 \begin_inset Tabular
2351 <lyxtabular version="3" rows="3" columns="2">
2352 <features>
2353 <column alignment="center" valignment="top" width="0pt">
2354 <column alignment="center" valignment="top" width="0pt">
2355 <row>
2356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2357 \begin_inset Text
2358
2359 \begin_layout Plain Layout
2360 Befehl
2361 \end_layout
2362
2363 \end_inset
2364 </cell>
2365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2366 \begin_inset Text
2367
2368 \begin_layout Plain Layout
2369 Ergebnis
2370 \begin_inset Note Note
2371 status collapsed
2372
2373 \begin_layout Plain Layout
2374
2375 \series bold
2376
2377 \backslash
2378 raisebox
2379 \series default
2380  dient nur als Abstandhalter.
2381 \end_layout
2382
2383 \end_inset
2384
2385
2386 \end_layout
2387
2388 \end_inset
2389 </cell>
2390 </row>
2391 <row>
2392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2393 \begin_inset Text
2394
2395 \begin_layout Plain Layout
2396
2397 \backslash
2398 sqrt
2399 \begin_inset ERT
2400 status collapsed
2401
2402 \begin_layout Plain Layout
2403
2404
2405 \backslash
2406 leer 
2407 \end_layout
2408
2409 \end_inset
2410
2411 A-B
2412 \end_layout
2413
2414 \end_inset
2415 </cell>
2416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2417 \begin_inset Text
2418
2419 \begin_layout Plain Layout
2420 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2421 \end_inset
2422
2423
2424 \end_layout
2425
2426 \end_inset
2427 </cell>
2428 </row>
2429 <row>
2430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2431 \begin_inset Text
2432
2433 \begin_layout Plain Layout
2434
2435 \backslash
2436 root
2437 \begin_inset ERT
2438 status collapsed
2439
2440 \begin_layout Plain Layout
2441
2442
2443 \backslash
2444 leer 
2445 \end_layout
2446
2447 \end_inset
2448
2449 3
2450 \begin_inset Formula $\downarrow$
2451 \end_inset
2452
2453 A-B
2454 \end_layout
2455
2456 \end_inset
2457 </cell>
2458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2459 \begin_inset Text
2460
2461 \begin_layout Plain Layout
2462 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2463 \end_inset
2464
2465
2466 \end_layout
2467
2468 \end_inset
2469 </cell>
2470 </row>
2471 </lyxtabular>
2472
2473 \end_inset
2474
2475
2476 \end_layout
2477
2478 \begin_layout Standard
2479 Eine Quadratwurzel kann man auch mit 
2480 \series bold
2481
2482 \backslash
2483 root
2484 \series default
2485  erstellen, indem man das Feld über der Wurzel frei lässt.
2486 \end_layout
2487
2488 \begin_layout Standard
2489 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2490  Formel: 
2491 \begin_inset Formula $\sqrt[\beta]{B}$
2492 \end_inset
2493
2494
2495 \begin_inset Newline newline
2496 \end_inset
2497
2498 Das 
2499 \begin_inset Formula $\beta$
2500 \end_inset
2501
2502  berührt die Wurzel.
2503  Um dies zu verhindern, verwendet man die Befehle 
2504 \series bold
2505
2506 \backslash
2507 leftroot
2508 \series default
2509
2510 \begin_inset Index
2511 status collapsed
2512
2513 \begin_layout Plain Layout
2514 Befehle ! L ! 
2515 \backslash
2516 leftroot
2517 \end_layout
2518
2519 \end_inset
2520
2521  und 
2522 \series bold
2523
2524 \backslash
2525 uproot
2526 \series default
2527
2528 \begin_inset Index
2529 status collapsed
2530
2531 \begin_layout Plain Layout
2532 Befehle ! U ! 
2533 \backslash
2534 uproot
2535 \end_layout
2536
2537 \end_inset
2538
2539 , die folgendes Schema besitzen:
2540 \end_layout
2541
2542 \begin_layout Standard
2543
2544 \series bold
2545
2546 \backslash
2547 leftroot{Abstand}
2548 \series default
2549  bzw.
2550  
2551 \series bold
2552
2553 \backslash
2554 uproot{Abstand}
2555 \end_layout
2556
2557 \begin_layout Standard
2558 Abstand ist die Anzahl der Big Points (Einheit bp; 
2559 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2560 \end_inset
2561
2562 ), um die der Index nach links bzw.
2563  nach oben verschoben werden soll.
2564  Die Befehle werden in den Index geschrieben.
2565  So ergibt der Befehl
2566 \begin_inset Newline newline
2567 \end_inset
2568
2569
2570 \series bold
2571
2572 \backslash
2573 root
2574 \backslash
2575 leftroot{-1
2576 \begin_inset Formula $\to$
2577 \end_inset
2578
2579
2580 \backslash
2581 uproot{2
2582 \begin_inset Formula $\to$
2583 \end_inset
2584
2585
2586 \backslash
2587 beta
2588 \begin_inset ERT
2589 status collapsed
2590
2591 \begin_layout Plain Layout
2592
2593
2594 \backslash
2595 leer 
2596 \end_layout
2597
2598 \end_inset
2599
2600
2601 \begin_inset Formula $\to$
2602 \end_inset
2603
2604 B
2605 \begin_inset Newline newline
2606 \end_inset
2607
2608
2609 \series default
2610 eine korrekt gesetzte Formel: 
2611 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2612 \end_inset
2613
2614
2615 \end_layout
2616
2617 \begin_layout Subsection
2618 Binomialkoeffizienten
2619 \begin_inset Index
2620 status collapsed
2621
2622 \begin_layout Plain Layout
2623 Binomialkoeffizienten
2624 \end_layout
2625
2626 \end_inset
2627
2628
2629 \end_layout
2630
2631 \begin_layout Standard
2632 Binomialkoeffizienten können mit dem Befehl 
2633 \series bold
2634
2635 \backslash
2636 binom
2637 \series default
2638
2639 \begin_inset Index
2640 status collapsed
2641
2642 \begin_layout Plain Layout
2643 Befehle ! B ! 
2644 \backslash
2645 binom
2646 \end_layout
2647
2648 \end_inset
2649
2650  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2651 \begin_inset Graphics
2652         filename ../../images/math/frac-square.png
2653         scale 85
2654
2655 \end_inset
2656
2657 eingefügt werden.
2658  Analog zu Brüchen (
2659 \series bold
2660
2661 \backslash
2662 frac
2663 \series default
2664 ) gibt es außer 
2665 \series bold
2666
2667 \backslash
2668 binom
2669 \series default
2670  noch die Befehle 
2671 \series bold
2672
2673 \backslash
2674 dbinom
2675 \begin_inset Index
2676 status collapsed
2677
2678 \begin_layout Plain Layout
2679 Befehle ! D ! 
2680 \backslash
2681 dbinom
2682 \end_layout
2683
2684 \end_inset
2685
2686
2687 \series default
2688  und 
2689 \series bold
2690
2691 \backslash
2692 tbinom
2693 \series default
2694
2695 \begin_inset Index
2696 status collapsed
2697
2698 \begin_layout Plain Layout
2699 Befehle ! T ! 
2700 \backslash
2701 tbinom
2702 \end_layout
2703
2704 \end_inset
2705
2706 .
2707  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2708 \series bold
2709
2710 \backslash
2711 brace
2712 \series default
2713
2714 \begin_inset Index
2715 status collapsed
2716
2717 \begin_layout Plain Layout
2718 Befehle ! B ! 
2719 \backslash
2720 brace
2721 \end_layout
2722
2723 \end_inset
2724
2725  und 
2726 \series bold
2727
2728 \backslash
2729 brack
2730 \series default
2731
2732 \begin_inset Index
2733 status collapsed
2734
2735 \begin_layout Plain Layout
2736 Befehle ! B ! 
2737 \backslash
2738 brack
2739 \end_layout
2740
2741 \end_inset
2742
2743 .
2744 \end_layout
2745
2746 \begin_layout Standard
2747 \align center
2748 \begin_inset Tabular
2749 <lyxtabular version="3" rows="6" columns="2">
2750 <features>
2751 <column alignment="center" valignment="top" width="0pt">
2752 <column alignment="center" valignment="top" width="0pt">
2753 <row>
2754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2755 \begin_inset Text
2756
2757 \begin_layout Plain Layout
2758 Befehl
2759 \end_layout
2760
2761 \end_inset
2762 </cell>
2763 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2764 \begin_inset Text
2765
2766 \begin_layout Plain Layout
2767 Ergebnis
2768 \begin_inset Note Note
2769 status collapsed
2770
2771 \begin_layout Plain Layout
2772
2773 \series bold
2774
2775 \backslash
2776 raisebox
2777 \series default
2778  dient nur als Abstandhalter.
2779 \end_layout
2780
2781 \end_inset
2782
2783
2784 \end_layout
2785
2786 \end_inset
2787 </cell>
2788 </row>
2789 <row>
2790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2791 \begin_inset Text
2792
2793 \begin_layout Plain Layout
2794
2795 \backslash
2796 binom
2797 \begin_inset ERT
2798 status collapsed
2799
2800 \begin_layout Plain Layout
2801
2802
2803 \backslash
2804 leer 
2805 \end_layout
2806
2807 \end_inset
2808
2809 A
2810 \begin_inset Formula $\downarrow$
2811 \end_inset
2812
2813 B
2814 \end_layout
2815
2816 \end_inset
2817 </cell>
2818 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2819 \begin_inset Text
2820
2821 \begin_layout Plain Layout
2822 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2823 \end_inset
2824
2825
2826 \end_layout
2827
2828 \end_inset
2829 </cell>
2830 </row>
2831 <row>
2832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2833 \begin_inset Text
2834
2835 \begin_layout Plain Layout
2836
2837 \backslash
2838 dbinom
2839 \begin_inset ERT
2840 status collapsed
2841
2842 \begin_layout Plain Layout
2843
2844
2845 \backslash
2846 leer 
2847 \end_layout
2848
2849 \end_inset
2850
2851 A
2852 \begin_inset Formula $\downarrow$
2853 \end_inset
2854
2855 B
2856 \end_layout
2857
2858 \end_inset
2859 </cell>
2860 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2861 \begin_inset Text
2862
2863 \begin_layout Plain Layout
2864 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2865 \end_inset
2866
2867
2868 \end_layout
2869
2870 \end_inset
2871 </cell>
2872 </row>
2873 <row>
2874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2875 \begin_inset Text
2876
2877 \begin_layout Plain Layout
2878
2879 \backslash
2880 tbinom
2881 \begin_inset ERT
2882 status collapsed
2883
2884 \begin_layout Plain Layout
2885
2886
2887 \backslash
2888 leer 
2889 \end_layout
2890
2891 \end_inset
2892
2893 A
2894 \begin_inset Formula $\downarrow$
2895 \end_inset
2896
2897 B
2898 \end_layout
2899
2900 \end_inset
2901 </cell>
2902 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2903 \begin_inset Text
2904
2905 \begin_layout Plain Layout
2906 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2907 \end_inset
2908
2909
2910 \end_layout
2911
2912 \end_inset
2913 </cell>
2914 </row>
2915 <row>
2916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2917 \begin_inset Text
2918
2919 \begin_layout Plain Layout
2920
2921 \backslash
2922 brack
2923 \begin_inset ERT
2924 status collapsed
2925
2926 \begin_layout Plain Layout
2927
2928
2929 \backslash
2930 leer 
2931 \end_layout
2932
2933 \end_inset
2934
2935 A
2936 \begin_inset Formula $\downarrow$
2937 \end_inset
2938
2939 B
2940 \end_layout
2941
2942 \end_inset
2943 </cell>
2944 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2945 \begin_inset Text
2946
2947 \begin_layout Plain Layout
2948 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2949 \end_inset
2950
2951
2952 \end_layout
2953
2954 \end_inset
2955 </cell>
2956 </row>
2957 <row>
2958 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2959 \begin_inset Text
2960
2961 \begin_layout Plain Layout
2962
2963 \backslash
2964 brace
2965 \begin_inset ERT
2966 status collapsed
2967
2968 \begin_layout Plain Layout
2969
2970
2971 \backslash
2972 leer 
2973 \end_layout
2974
2975 \end_inset
2976
2977 A
2978 \begin_inset Formula $\downarrow$
2979 \end_inset
2980
2981 B
2982 \end_layout
2983
2984 \end_inset
2985 </cell>
2986 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2987 \begin_inset Text
2988
2989 \begin_layout Plain Layout
2990 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2991 \end_inset
2992
2993
2994 \end_layout
2995
2996 \end_inset
2997 </cell>
2998 </row>
2999 </lyxtabular>
3000
3001 \end_inset
3002
3003
3004 \end_layout
3005
3006 \begin_layout Subsection
3007 Fallunterscheidungen
3008 \begin_inset Index
3009 status collapsed
3010
3011 \begin_layout Plain Layout
3012 Fallunterscheidungen
3013 \end_layout
3014
3015 \end_inset
3016
3017
3018 \end_layout
3019
3020 \begin_layout Standard
3021 \align center
3022 \begin_inset Tabular
3023 <lyxtabular version="3" rows="3" columns="2">
3024 <features>
3025 <column alignment="center" valignment="top" width="0pt">
3026 <column alignment="center" valignment="top" width="0pt">
3027 <row>
3028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Plain Layout
3032 Befehl
3033 \end_layout
3034
3035 \end_inset
3036 </cell>
3037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3038 \begin_inset Text
3039
3040 \begin_layout Plain Layout
3041 Ergebnis
3042 \end_layout
3043
3044 \end_inset
3045 </cell>
3046 </row>
3047 <row>
3048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3049 \begin_inset Text
3050
3051 \begin_layout Plain Layout
3052
3053 \backslash
3054 cases
3055 \begin_inset ERT
3056 status collapsed
3057
3058 \begin_layout Plain Layout
3059
3060
3061 \backslash
3062 leer 
3063 \end_layout
3064
3065 \end_inset
3066
3067 A
3068 \begin_inset Formula $\to$
3069 \end_inset
3070
3071 B>0
3072 \begin_inset Index
3073 status collapsed
3074
3075 \begin_layout Plain Layout
3076 Befehle ! C ! 
3077 \backslash
3078 cases
3079 \end_layout
3080
3081 \end_inset
3082
3083
3084 \end_layout
3085
3086 \end_inset
3087 </cell>
3088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3089 \begin_inset Text
3090
3091 \begin_layout Plain Layout
3092 \begin_inset Formula $\begin{cases}
3093 A & B>0\end{cases}$
3094 \end_inset
3095
3096
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 </row>
3102 <row>
3103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3104 \begin_inset Text
3105
3106 \begin_layout Plain Layout
3107
3108 \backslash
3109 cases
3110 \begin_inset ERT
3111 status collapsed
3112
3113 \begin_layout Plain Layout
3114
3115
3116 \backslash
3117 leer 
3118 \end_layout
3119
3120 \end_inset
3121
3122 Strg-Enter
3123 \end_layout
3124
3125 \end_inset
3126 </cell>
3127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3128 \begin_inset Text
3129
3130 \begin_layout Plain Layout
3131 \begin_inset Formula $\begin{cases}
3132 A & \textrm{für }x>0\\
3133 B & \textrm{für }x=0\end{cases}$
3134 \end_inset
3135
3136
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 </row>
3142 </lyxtabular>
3143
3144 \end_inset
3145
3146
3147 \end_layout
3148
3149 \begin_layout Standard
3150 Nach der Eingabe von 
3151 \series bold
3152
3153 \backslash
3154 cases
3155 \series default
3156  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3157 \begin_inset Graphics
3158         filename ../../images/math/cases.png
3159         scale 85
3160
3161 \end_inset
3162
3163  können mit 
3164 \family sans
3165 Strg-Enter
3166 \family default
3167  oder dem Tabellen-Werkzeugleistenknopf 
3168 \begin_inset Graphics
3169         filename ../../images/tabular-feature_append-row.png
3170         scale 85
3171
3172 \end_inset
3173
3174  neue Zeilen erstellt werden.
3175 \begin_inset Foot
3176 status collapsed
3177
3178 \begin_layout Plain Layout
3179 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3180 \begin_inset CommandInset ref
3181 LatexCommand ref
3182 reference "sub:Akzente-für-ein"
3183
3184 \end_inset
3185
3186  beschrieben.
3187 \end_layout
3188
3189 \end_inset
3190
3191
3192 \end_layout
3193
3194 \begin_layout Standard
3195 Der Befehl 
3196 \series bold
3197
3198 \backslash
3199 cases
3200 \series default
3201  ist auch über das Menü 
3202 \family sans
3203 Einfügen\SpecialChar \menuseparator
3204 Mathe\SpecialChar \menuseparator
3205 Cases-Umgebung
3206 \family default
3207  verfügbar.
3208 \end_layout
3209
3210 \begin_layout Subsection
3211 Verneinungen
3212 \begin_inset Index
3213 status collapsed
3214
3215 \begin_layout Plain Layout
3216 Verneinungen
3217 \end_layout
3218
3219 \end_inset
3220
3221
3222 \end_layout
3223
3224 \begin_layout Standard
3225 Durch die Eingabe von 
3226 \series bold
3227
3228 \backslash
3229 not
3230 \series default
3231
3232 \begin_inset Index
3233 status collapsed
3234
3235 \begin_layout Plain Layout
3236 Befehle ! N ! 
3237 \backslash
3238 not
3239 \end_layout
3240
3241 \end_inset
3242
3243  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3244  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3245 \end_layout
3246
3247 \begin_layout Standard
3248 \align center
3249 \begin_inset Tabular
3250 <lyxtabular version="3" rows="4" columns="2">
3251 <features>
3252 <column alignment="center" valignment="top" width="0pt">
3253 <column alignment="center" valignment="top" width="0pt">
3254 <row>
3255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259 Befehl
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268 Ergebnis
3269 \end_layout
3270
3271 \end_inset
3272 </cell>
3273 </row>
3274 <row>
3275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279
3280 \backslash
3281 not=
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290 \begin_inset Formula $\not=$
3291 \end_inset
3292
3293
3294 \end_layout
3295
3296 \end_inset
3297 </cell>
3298 </row>
3299 <row>
3300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304
3305 \backslash
3306 not 
3307 \backslash
3308 le
3309 \end_layout
3310
3311 \end_inset
3312 </cell>
3313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3314 \begin_inset Text
3315
3316 \begin_layout Plain Layout
3317 \begin_inset Formula $\not\le$
3318 \end_inset
3319
3320
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 </row>
3326 <row>
3327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331
3332 \backslash
3333 not 
3334 \backslash
3335 parallel
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344 \begin_inset Formula $\not\parallel$
3345 \end_inset
3346
3347
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 </row>
3353 </lyxtabular>
3354
3355 \end_inset
3356
3357
3358 \end_layout
3359
3360 \begin_layout Standard
3361 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3362  Deswegen gibt es für Einige spezielle Befehle (siehe 
3363 \begin_inset CommandInset ref
3364 LatexCommand ref
3365 reference "sub:Mathematische-Symbole"
3366
3367 \end_inset
3368
3369  und 
3370 \begin_inset CommandInset ref
3371 LatexCommand ref
3372 reference "sec:Relationen"
3373
3374 \end_inset
3375
3376 ).
3377 \end_layout
3378
3379 \begin_layout Subsection
3380 Platzhalter
3381 \begin_inset CommandInset label
3382 LatexCommand label
3383 name "sub:Platzhalter"
3384
3385 \end_inset
3386
3387
3388 \begin_inset Index
3389 status collapsed
3390
3391 \begin_layout Plain Layout
3392 Platzhalter
3393 \end_layout
3394
3395 \end_inset
3396
3397
3398 \begin_inset Index
3399 status collapsed
3400
3401 \begin_layout Plain Layout
3402 chemische Zeichen ! Isotope
3403 \end_layout
3404
3405 \end_inset
3406
3407
3408 \begin_inset Index
3409 status collapsed
3410
3411 \begin_layout Plain Layout
3412 Isotope|see
3413 \begin_inset ERT
3414 status collapsed
3415
3416 \begin_layout Plain Layout
3417
3418 {
3419 \end_layout
3420
3421 \end_inset
3422
3423 chemische Zeichen
3424 \begin_inset ERT
3425 status collapsed
3426
3427 \begin_layout Plain Layout
3428
3429 }
3430 \end_layout
3431
3432 \end_inset
3433
3434
3435 \end_layout
3436
3437 \end_inset
3438
3439
3440 \end_layout
3441
3442 \begin_layout Standard
3443 Möchte man z.
3444 \begin_inset space \thinspace{}
3445 \end_inset
3446
3447 B.
3448  Isotope
3449 \begin_inset Foot
3450 status collapsed
3451
3452 \begin_layout Plain Layout
3453 Weiteres zu chemischen Symbolen steht in 
3454 \begin_inset CommandInset ref
3455 LatexCommand ref
3456 reference "sub:Chemische-Symbole-und"
3457
3458 \end_inset
3459
3460 .
3461 \end_layout
3462
3463 \end_inset
3464
3465  darstellen, tritt folgendes Problem auf:
3466 \end_layout
3467
3468 \begin_layout Standard
3469 \align center
3470 \begin_inset Tabular
3471 <lyxtabular version="3" rows="2" columns="2">
3472 <features>
3473 <column alignment="center" valignment="top" width="0pt">
3474 <column alignment="center" valignment="top" width="0pt">
3475 <row>
3476 <cell alignment="center" valignment="top" usebox="none">
3477 \begin_inset Text
3478
3479 \begin_layout Plain Layout
3480 durch Hoch- und Tiefstellen erzeugte Indizes:
3481 \end_layout
3482
3483 \end_inset
3484 </cell>
3485 <cell alignment="center" valignment="top" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Plain Layout
3489 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3490 \end_inset
3491
3492
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 </row>
3498 <row>
3499 <cell alignment="center" valignment="top" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503 korrekte Indizes:
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 <cell alignment="center" valignment="top" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3513 \end_inset
3514
3515
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 </row>
3521 </lyxtabular>
3522
3523 \end_inset
3524
3525
3526 \begin_inset Note Note
3527 status collapsed
3528
3529 \begin_layout Plain Layout
3530
3531 \series bold
3532
3533 \backslash
3534 raisebox
3535 \series default
3536  dient nur
3537 \end_layout
3538
3539 \begin_layout Plain Layout
3540 als Abstandhalter.
3541 \end_layout
3542
3543 \end_inset
3544
3545
3546 \end_layout
3547
3548 \begin_layout Standard
3549 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3550  längeren Index gesetzt.
3551  Um das zu verhindern gibt es den Befehl 
3552 \series bold
3553
3554 \backslash
3555 phantom
3556 \series default
3557
3558 \begin_inset Index
3559 status collapsed
3560
3561 \begin_layout Plain Layout
3562 Befehle ! P ! 
3563 \backslash
3564 phantom
3565 \end_layout
3566
3567 \end_inset
3568
3569  oder den Mathe-Werkzeugleistenknopf
3570 \begin_inset space \thinspace{}
3571 \end_inset
3572
3573
3574 \begin_inset Foot
3575 status collapsed
3576
3577 \begin_layout Plain Layout
3578 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3579 \begin_inset Graphics
3580         filename ../../images/math/space.png
3581         scale 85
3582
3583 \end_inset
3584
3585
3586 \end_layout
3587
3588 \end_inset
3589
3590  
3591 \begin_inset Graphics
3592         filename ../../images/math/phantom.png
3593         scale 85
3594
3595 \end_inset
3596
3597 , der ein oder mehrere Phantomzeichen erstellt.
3598  Wenn 
3599 \series bold
3600
3601 \backslash
3602 phantom
3603 \series default
3604  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3605  Pfeilen überlagert wird.
3606  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3607  als Leerraum erstellt wird.
3608  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3609  Zeichen.
3610 \end_layout
3611
3612 \begin_layout Standard
3613 \align center
3614 \begin_inset Tabular
3615 <lyxtabular version="3" rows="4" columns="2">
3616 <features>
3617 <column alignment="center" valignment="top" width="0">
3618 <column alignment="center" valignment="top" width="0">
3619 <row>
3620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 Befehl
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Plain Layout
3633 Ergebnis
3634 \begin_inset Note Note
3635 status collapsed
3636
3637 \begin_layout Plain Layout
3638
3639 \series bold
3640
3641 \backslash
3642 raisebox
3643 \series default
3644  dient nur als Abstandhalter.
3645 \end_layout
3646
3647 \end_inset
3648
3649
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 </row>
3655 <row>
3656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660 ^19
3661 \begin_inset ERT
3662 status collapsed
3663
3664 \begin_layout Plain Layout
3665
3666
3667 \backslash
3668 leer 
3669 \end_layout
3670
3671 \end_inset
3672
3673 _
3674 \backslash
3675 phantom
3676 \begin_inset ERT
3677 status collapsed
3678
3679 \begin_layout Plain Layout
3680
3681
3682 \backslash
3683 leer 
3684 \end_layout
3685
3686 \end_inset
3687
3688 1
3689 \begin_inset Formula $\to$
3690 \end_inset
3691
3692 9
3693 \begin_inset ERT
3694 status collapsed
3695
3696 \begin_layout Plain Layout
3697
3698
3699 \backslash
3700 leer 
3701 \end_layout
3702
3703 \end_inset
3704
3705 F
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3715 \end_inset
3716
3717
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 </row>
3723 <row>
3724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728 ^235
3729 \begin_inset ERT
3730 status collapsed
3731
3732 \begin_layout Plain Layout
3733
3734
3735 \backslash
3736 leer 
3737 \end_layout
3738
3739 \end_inset
3740
3741 _
3742 \backslash
3743 phantom
3744 \begin_inset ERT
3745 status collapsed
3746
3747 \begin_layout Plain Layout
3748
3749
3750 \backslash
3751 leer 
3752 \end_layout
3753
3754 \end_inset
3755
3756 23
3757 \begin_inset Formula $\to$
3758 \end_inset
3759
3760 9
3761 \begin_inset ERT
3762 status collapsed
3763
3764 \begin_layout Plain Layout
3765
3766
3767 \backslash
3768 leer 
3769 \end_layout
3770
3771 \end_inset
3772
3773 F
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3783 \end_inset
3784
3785
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 </row>
3791 <row>
3792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796
3797 \backslash
3798 Lambda^
3799 \begin_inset ERT
3800 status collapsed
3801
3802 \begin_layout Plain Layout
3803
3804
3805 \backslash
3806 leer 
3807 \end_layout
3808
3809 \end_inset
3810
3811
3812 \backslash
3813 phantom
3814 \begin_inset ERT
3815 status collapsed
3816
3817 \begin_layout Plain Layout
3818
3819
3820 \backslash
3821 leer 
3822 \end_layout
3823
3824 \end_inset
3825
3826 ii
3827 \begin_inset Formula $\to$
3828 \end_inset
3829
3830 t
3831 \begin_inset ERT
3832 status collapsed
3833
3834 \begin_layout Plain Layout
3835
3836
3837 \backslash
3838 leer 
3839 \end_layout
3840
3841 \end_inset
3842
3843 _MMt
3844 \end_layout
3845
3846 \end_inset
3847 </cell>
3848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3853 \end_inset
3854
3855
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 </row>
3861 </lyxtabular>
3862
3863 \end_inset
3864
3865
3866 \end_layout
3867
3868 \begin_layout Standard
3869 Des Weiteren gibt es noch die Befehle 
3870 \series bold
3871
3872 \backslash
3873 vphantom
3874 \series default
3875
3876 \begin_inset Index
3877 status collapsed
3878
3879 \begin_layout Plain Layout
3880 Befehle ! V ! 
3881 \backslash
3882 vphantom
3883 \end_layout
3884
3885 \end_inset
3886
3887  (Werkzeugleistenknopf 
3888 \begin_inset space ~
3889 \end_inset
3890
3891
3892 \begin_inset Graphics
3893         filename ../../images/math/vphantom.png
3894         scale 85
3895
3896 \end_inset
3897
3898 ) und 
3899 \series bold
3900
3901 \backslash
3902 hphantom
3903 \series default
3904
3905 \begin_inset Index
3906 status collapsed
3907
3908 \begin_layout Plain Layout
3909 Befehle ! H ! 
3910 \backslash
3911 hphantom
3912 \end_layout
3913
3914 \end_inset
3915
3916  (Werkzeugleistenknopf 
3917 \begin_inset space ~
3918 \end_inset
3919
3920
3921 \begin_inset Graphics
3922         filename ../../images/math/hphantom.png
3923         scale 85
3924
3925 \end_inset
3926
3927 ).
3928  
3929 \series bold
3930
3931 \backslash
3932 hphantom
3933 \series default
3934  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
3935  nicht jedoch für deren Breite.
3936  Bei 
3937 \series bold
3938
3939 \backslash
3940 vphantom
3941 \series default
3942  wird nur Platz mit der Breite des Kästchens erstellt.
3943  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
3944 \end_layout
3945
3946 \begin_layout Standard
3947 Zum Beispiel erzeugt 
3948 \series bold
3949
3950 \backslash
3951 vphantom
3952 \series default
3953
3954 \begin_inset ERT
3955 status collapsed
3956
3957 \begin_layout Plain Layout
3958
3959
3960 \backslash
3961 leer 
3962 \end_layout
3963
3964 \end_inset
3965
3966
3967 \series bold
3968 a
3969 \backslash
3970 int
3971 \series default
3972  Platz der Höhe des Integralzeichens,
3973 \begin_inset Foot
3974 status collapsed
3975
3976 \begin_layout Plain Layout
3977 Der Befehl 
3978 \series bold
3979
3980 \backslash
3981 int
3982 \series default
3983  erzeugt ein Integralzeichen, siehe 
3984 \begin_inset CommandInset ref
3985 LatexCommand ref
3986 reference "sub:Große-Operatoren"
3987
3988 \end_inset
3989
3990 .
3991 \end_layout
3992
3993 \end_inset
3994
3995  da dieses das größere Zeichen ist.
3996  Eine Beispielanwendung ist in 
3997 \begin_inset CommandInset ref
3998 LatexCommand ref
3999 reference "sub:Mehrzeilige-Klammern"
4000
4001 \end_inset
4002
4003  zu finden.
4004 \end_layout
4005
4006 \begin_layout Subsection
4007 Linien
4008 \begin_inset Index
4009 status collapsed
4010
4011 \begin_layout Plain Layout
4012 Linien
4013 \end_layout
4014
4015 \end_inset
4016
4017
4018 \begin_inset Index
4019 status collapsed
4020
4021 \begin_layout Plain Layout
4022 Formel ! unterstrichene
4023 \end_layout
4024
4025 \end_inset
4026
4027
4028 \end_layout
4029
4030 \begin_layout Standard
4031 \align center
4032 \begin_inset Tabular
4033 <lyxtabular version="3" rows="4" columns="2">
4034 <features>
4035 <column alignment="center" valignment="top" width="0pt">
4036 <column alignment="center" valignment="top" width="0pt">
4037 <row>
4038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042 Befehl
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051 Ergebnis
4052 \begin_inset Note Note
4053 status collapsed
4054
4055 \begin_layout Plain Layout
4056
4057 \series bold
4058
4059 \backslash
4060 raisebox
4061 \series default
4062  dient nur als Abstandhalter.
4063 \end_layout
4064
4065 \end_inset
4066
4067
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 </row>
4073 <row>
4074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Plain Layout
4078
4079 \backslash
4080 overline
4081 \begin_inset ERT
4082 status collapsed
4083
4084 \begin_layout Plain Layout
4085
4086
4087 \backslash
4088 leer 
4089 \end_layout
4090
4091 \end_inset
4092
4093 A+B
4094 \begin_inset Index
4095 status collapsed
4096
4097 \begin_layout Plain Layout
4098 Befehle ! O ! 
4099 \backslash
4100 overline
4101 \end_layout
4102
4103 \end_inset
4104
4105
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4115 \end_inset
4116
4117
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 </row>
4123 <row>
4124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128
4129 \backslash
4130 underline
4131 \begin_inset ERT
4132 status collapsed
4133
4134 \begin_layout Plain Layout
4135
4136
4137 \backslash
4138 leer 
4139 \end_layout
4140
4141 \end_inset
4142
4143 A+B
4144 \begin_inset Index
4145 status collapsed
4146
4147 \begin_layout Plain Layout
4148 Befehle ! U ! 
4149 \backslash
4150 underline
4151 \end_layout
4152
4153 \end_inset
4154
4155
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4165 \end_inset
4166
4167
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 </row>
4173 <row>
4174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178
4179 \backslash
4180 overline
4181 \begin_inset ERT
4182 status collapsed
4183
4184 \begin_layout Plain Layout
4185
4186
4187 \backslash
4188 leer 
4189 \end_layout
4190
4191 \end_inset
4192
4193
4194 \backslash
4195 underline
4196 \begin_inset ERT
4197 status collapsed
4198
4199 \begin_layout Plain Layout
4200
4201
4202 \backslash
4203 leer 
4204 \end_layout
4205
4206 \end_inset
4207
4208 A+B
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4218 \end_inset
4219
4220
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 </row>
4226 </lyxtabular>
4227
4228 \end_inset
4229
4230
4231 \end_layout
4232
4233 \begin_layout Standard
4234 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4235 \series bold
4236
4237 \backslash
4238 overline
4239 \series default
4240  oder 
4241 \series bold
4242
4243 \backslash
4244 underline
4245 \series default
4246  eingibt.
4247 \end_layout
4248
4249 \begin_layout Standard
4250 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4251 \begin_inset Newline linebreak
4252 \end_inset
4253
4254
4255 \series bold
4256
4257 \backslash
4258 underline
4259 \series default
4260 .
4261 \end_layout
4262
4263 \begin_layout Standard
4264 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4265 \end_layout
4266
4267 \begin_layout Subsection
4268 Fortsetzungspunkte
4269 \begin_inset CommandInset label
4270 LatexCommand label
4271 name "sub:Fortsetzungspunkte"
4272
4273 \end_inset
4274
4275
4276 \begin_inset Index
4277 status collapsed
4278
4279 \begin_layout Plain Layout
4280 Fortsetzungspunkte
4281 \end_layout
4282
4283 \end_inset
4284
4285
4286 \end_layout
4287
4288 \begin_layout Standard
4289 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4290 \begin_inset Foot
4291 status collapsed
4292
4293 \begin_layout Plain Layout
4294 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4295 \begin_inset Graphics
4296         filename ../../images/math/ldots.png
4297         scale 85
4298
4299 \end_inset
4300
4301
4302 \end_layout
4303
4304 \end_inset
4305
4306  Für Aufzählungen verwendet man unten sitzende Punkte (
4307 \series bold
4308
4309 \backslash
4310 ldots
4311 \series default
4312
4313 \begin_inset Index
4314 status collapsed
4315
4316 \begin_layout Plain Layout
4317 Befehle ! L ! 
4318 \backslash
4319 ldots
4320 \end_layout
4321
4322 \end_inset
4323
4324 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4325  die Operatoren sind (
4326 \series bold
4327
4328 \backslash
4329 cdots
4330 \series default
4331
4332 \begin_inset Index
4333 status collapsed
4334
4335 \begin_layout Plain Layout
4336 Befehle ! C ! 
4337 \backslash
4338 cdots
4339 \end_layout
4340
4341 \end_inset
4342
4343 ).
4344  Verwendet man den Befehl 
4345 \series bold
4346
4347 \backslash
4348 dots
4349 \series default
4350
4351 \begin_inset Index
4352 status collapsed
4353
4354 \begin_layout Plain Layout
4355 Befehle ! D ! 
4356 \backslash
4357 dots
4358 \end_layout
4359
4360 \end_inset
4361
4362 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4363  wird.
4364 \begin_inset Newpage newpage
4365 \end_inset
4366
4367
4368 \end_layout
4369
4370 \begin_layout Standard
4371 \align center
4372 \begin_inset Tabular
4373 <lyxtabular version="3" rows="8" columns="2">
4374 <features>
4375 <column alignment="center" valignment="top" width="0pt">
4376 <column alignment="center" valignment="top" width="0pt">
4377 <row>
4378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 Befehl
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 Ergebnis
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 </row>
4397 <row>
4398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 A_1
4403 \begin_inset ERT
4404 status collapsed
4405
4406 \begin_layout Plain Layout
4407
4408
4409 \backslash
4410 leer 
4411 \end_layout
4412
4413 \end_inset
4414
4415 ,
4416 \backslash
4417 dots
4418 \begin_inset ERT
4419 status collapsed
4420
4421 \begin_layout Plain Layout
4422
4423
4424 \backslash
4425 leer 
4426 \end_layout
4427
4428 \end_inset
4429
4430 ,A_n
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439 \begin_inset Formula $A_{1},\dots,A_{n}$
4440 \end_inset
4441
4442
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 </row>
4448 <row>
4449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 A_1
4454 \begin_inset ERT
4455 status collapsed
4456
4457 \begin_layout Plain Layout
4458
4459
4460 \backslash
4461 leer 
4462 \end_layout
4463
4464 \end_inset
4465
4466 +
4467 \backslash
4468 dots
4469 \begin_inset ERT
4470 status collapsed
4471
4472 \begin_layout Plain Layout
4473
4474
4475 \backslash
4476 leer 
4477 \end_layout
4478
4479 \end_inset
4480
4481 +A_n
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 \begin_inset Formula $A_{1}+\dots+A_{n}$
4491 \end_inset
4492
4493
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 </row>
4499 <row>
4500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 A_1
4505 \begin_inset ERT
4506 status collapsed
4507
4508 \begin_layout Plain Layout
4509
4510
4511 \backslash
4512 leer 
4513 \end_layout
4514
4515 \end_inset
4516
4517 ,
4518 \backslash
4519 ldots
4520 \begin_inset ERT
4521 status collapsed
4522
4523 \begin_layout Plain Layout
4524
4525
4526 \backslash
4527 leer 
4528 \end_layout
4529
4530 \end_inset
4531
4532 ,A_n
4533 \end_layout
4534
4535 \end_inset
4536 </cell>
4537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4538 \begin_inset Text
4539
4540 \begin_layout Plain Layout
4541 \begin_inset Formula $A_{1},\ldots,A_{n}$
4542 \end_inset
4543
4544
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 </row>
4550 <row>
4551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555 A_1
4556 \begin_inset ERT
4557 status collapsed
4558
4559 \begin_layout Plain Layout
4560
4561
4562 \backslash
4563 leer 
4564 \end_layout
4565
4566 \end_inset
4567
4568 +
4569 \backslash
4570 cdots
4571 \begin_inset ERT
4572 status collapsed
4573
4574 \begin_layout Plain Layout
4575
4576
4577 \backslash
4578 leer 
4579 \end_layout
4580
4581 \end_inset
4582
4583 +A_n
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4593 \end_inset
4594
4595
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 </row>
4601 <row>
4602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606
4607 \backslash
4608 vdots
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 \begin_inset Formula $\vdots$
4618 \end_inset
4619
4620
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 </row>
4626 <row>
4627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631
4632 \backslash
4633 ddots
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 \begin_inset Formula $\ddots$
4643 \end_inset
4644
4645
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 </row>
4651 <row>
4652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656 3
4657 \series bold
4658 ×
4659 \series default
4660 3
4661 \begin_inset space \thinspace{}
4662 \end_inset
4663
4664 Matrix mit obigen Befehlen
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673 \begin_inset Formula $\begin{array}{ccc}
4674 A_{11} & \cdots & A_{1m}\\
4675 \vdots & \ddots & \vdots\\
4676 A_{n1} & \cdots & A_{nm}\end{array}$
4677 \end_inset
4678
4679
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 </row>
4685 </lyxtabular>
4686
4687 \end_inset
4688
4689
4690 \end_layout
4691
4692 \begin_layout Standard
4693 Die im Menü 
4694 \family sans
4695 Einfügen\SpecialChar \menuseparator
4696 Sonderzeichen
4697 \family default
4698  verfügbaren Fortsetzungspunkte sind 
4699 \series bold
4700
4701 \backslash
4702 ldots
4703 \series default
4704 .
4705 \end_layout
4706
4707 \begin_layout Standard
4708 \begin_inset VSpace medskip
4709 \end_inset
4710
4711 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4712  Spalten erstrecken.
4713  Man erhält sie mit dem Befehl 
4714 \series bold
4715
4716 \backslash
4717 hdotsfor
4718 \series default
4719
4720 \begin_inset Index
4721 status collapsed
4722
4723 \begin_layout Plain Layout
4724 Befehle ! H ! 
4725 \backslash
4726 hdotsfor
4727 \end_layout
4728
4729 \end_inset
4730
4731 , der folgendes Schema besitzt:
4732 \end_layout
4733
4734 \begin_layout Standard
4735
4736 \series bold
4737
4738 \backslash
4739 hdotsfor[Abstand]{Anzahl der Spalten}
4740 \end_layout
4741
4742 \begin_layout Standard
4743 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4744  sollen.
4745  Abstand ist ein Faktor, der den Punktabstand festlegt.
4746 \end_layout
4747
4748 \begin_layout Standard
4749 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4750  
4751 \series bold
4752
4753 \backslash
4754 hdotsfor[2]{4}
4755 \series default
4756  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4757  beim Befehl 
4758 \series bold
4759
4760 \backslash
4761 dots
4762 \series default
4763  zu erhalten:
4764 \begin_inset Formula \[
4765 \left(\begin{array}{cccc}
4766 A & B & C & D\\
4767 \hdotsfor[2]{4}\\
4768 q & w & e & r\end{array}\right)\]
4769
4770 \end_inset
4771
4772 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4773  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4774 \end_layout
4775
4776 \begin_layout Standard
4777 \begin_inset VSpace bigskip
4778 \end_inset
4779
4780 Des Weiteren kann man mit dem Befehl 
4781 \series bold
4782
4783 \backslash
4784 dotfill
4785 \series default
4786
4787 \begin_inset Index
4788 status collapsed
4789
4790 \begin_layout Plain Layout
4791 Befehle ! D ! 
4792 \backslash
4793 dotfill
4794 \end_layout
4795
4796 \end_inset
4797
4798  den Rest einer Zeile mit Punkten füllen.
4799  Die Wirkungsweise des Befehls entspricht der von 
4800 \series bold
4801
4802 \backslash
4803 hfill
4804 \series default
4805 , siehe 
4806 \begin_inset CommandInset ref
4807 LatexCommand ref
4808 reference "sub:Variabler-Leerraum"
4809
4810 \end_inset
4811
4812 .
4813 \end_layout
4814
4815 \begin_layout Standard
4816 Z.
4817 \begin_inset space \thinspace{}
4818 \end_inset
4819
4820 B.
4821  ergibt der Befehl 
4822 \series bold
4823 A
4824 \backslash
4825 dotfill
4826 \begin_inset ERT
4827 status collapsed
4828
4829 \begin_layout Plain Layout
4830
4831
4832 \backslash
4833 leer 
4834 \end_layout
4835
4836 \end_inset
4837
4838 B
4839 \end_layout
4840
4841 \begin_layout Standard
4842 \begin_inset Formula $A\dotfill B$
4843 \end_inset
4844
4845
4846 \end_layout
4847
4848 \begin_layout Standard
4849 Analog dazu gibt es für eine Linie den Befehl 
4850 \series bold
4851
4852 \backslash
4853 hrulefill
4854 \series default
4855
4856 \begin_inset Index
4857 status collapsed
4858
4859 \begin_layout Plain Layout
4860 Befehle ! H ! 
4861 \backslash
4862 hrulefill
4863 \end_layout
4864
4865 \end_inset
4866
4867 :
4868 \end_layout
4869
4870 \begin_layout Standard
4871 \begin_inset Formula $A\hrulefill B$
4872 \end_inset
4873
4874
4875 \end_layout
4876
4877 \begin_layout Standard
4878 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
4879  werden.
4880 \end_layout
4881
4882 \begin_layout Section
4883 Matrizen
4884 \begin_inset CommandInset label
4885 LatexCommand label
4886 name "sec:Matrizen"
4887
4888 \end_inset
4889
4890
4891 \begin_inset Index
4892 status collapsed
4893
4894 \begin_layout Plain Layout
4895 Matrizen
4896 \end_layout
4897
4898 \end_inset
4899
4900
4901 \end_layout
4902
4903 \begin_layout Standard
4904 Matrizen können über den Mathe-Werkzeugleistenknopf
4905 \family sans
4906  
4907 \family default
4908
4909 \begin_inset Graphics
4910         filename ../../images/dialog-show_mathmatrix.png
4911         scale 85
4912
4913 \end_inset
4914
4915  oder das Menü 
4916 \family sans
4917 Einfügen\SpecialChar \menuseparator
4918 Mathe\SpecialChar \menuseparator
4919 Matrix
4920 \family default
4921  eingefügt werden.
4922  Sie werden nach der Spalten- und Zeilenanzahl und der Ausrichtung gefragt.
4923  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4924  von Bedeutung:
4925 \end_layout
4926
4927 \begin_layout Standard
4928 Die erste Matrix ist oben 
4929 \begin_inset Formula $\begin{array}[t]{cccc}
4930 A & D & G & J\\
4931 B & E & H & K\\
4932 C & F & I & L\end{array}$
4933 \end_inset
4934
4935 , die zweite mittig 
4936 \begin_inset Formula $\begin{array}{cccc}
4937 A & D & G & J\\
4938 B & E & H & K\\
4939 C & F & I & L\end{array}$
4940 \end_inset
4941
4942  und die dritte unten 
4943 \begin_inset Formula $\begin{array}[b]{cccc}
4944 A & D & G & J\\
4945 B & E & H & K\\
4946 C & F & I & L\end{array}$
4947 \end_inset
4948
4949  ausgerichtet.
4950 \end_layout
4951
4952 \begin_layout Standard
4953 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
4954  werden sollen.
4955  Dazu wird für jede Spalte ein Buchstabe eingegeben.
4956  
4957 \emph on
4958 l
4959 \emph default
4960  steht für linksbündig, 
4961 \emph on
4962 c
4963 \emph default
4964  für mittig und 
4965 \emph on
4966 r
4967 \emph default
4968  für rechtsbündig.
4969  Möchte man z.
4970 \begin_inset space \thinspace{}
4971 \end_inset
4972
4973 B.
4974  eine 4
4975 \series bold
4976 ×
4977 \series default
4978 4
4979 \begin_inset space ~
4980 \end_inset
4981
4982 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
4983  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
4984  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
4985 \series bold
4986 lccr
4987 \series default
4988  an.
4989  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
4990  die Voreinstellung für jede Spalte ein 
4991 \series bold
4992 c
4993 \series default
4994  ist.
4995 \end_layout
4996
4997 \begin_layout Standard
4998 Horizontale Ausrichtung:
4999 \end_layout
5000
5001 \begin_layout Standard
5002
5003 \series bold
5004 lll
5005 \series default
5006  : 
5007 \begin_inset Formula $\begin{array}{lll}
5008 10000 & D & G\\
5009 B & 10000 & H\\
5010 C & F & 10000\end{array}$
5011 \end_inset
5012
5013  , 
5014 \series bold
5015 ccc
5016 \series default
5017  : 
5018 \begin_inset Formula $\begin{array}{ccc}
5019 10000 & D & G\\
5020 B & 10000 & H\\
5021 C & F & 10000\end{array}$
5022 \end_inset
5023
5024  , 
5025 \series bold
5026 rrr
5027 \series default
5028  : 
5029 \begin_inset Formula $\begin{array}{rrr}
5030 10000 & D & G\\
5031 B & 10000 & H\\
5032 C & F & 10000\end{array}$
5033 \end_inset
5034
5035
5036 \end_layout
5037
5038 \begin_layout Standard
5039 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5040  man die Mathe-Werkzeugleistenknöpfe 
5041 \begin_inset Graphics
5042         filename ../../images/tabular-feature_append-row.png
5043         scale 85
5044
5045 \end_inset
5046
5047
5048 \begin_inset Graphics
5049         filename ../../images/tabular-feature_delete-row.png
5050         scale 85
5051
5052 \end_inset
5053
5054 , usw.
5055 \begin_inset space ~
5056 \end_inset
5057
5058 oder das Menü 
5059 \family sans
5060 Bearbeiten\SpecialChar \menuseparator
5061 Zeilen & Spalten
5062 \family default
5063  verwenden.
5064  Neue Zeilen können auch mit 
5065 \family sans
5066 Strg-Enter
5067 \family default
5068  erstellt werden.
5069 \end_layout
5070
5071 \begin_layout Standard
5072 \begin_inset VSpace bigskip
5073 \end_inset
5074
5075 Klammern um eine Matrix können entweder mit den Befehlen 
5076 \series bold
5077
5078 \backslash
5079 left
5080 \series default
5081
5082 \begin_inset Index
5083 status collapsed
5084
5085 \begin_layout Plain Layout
5086 Befehle ! L ! 
5087 \backslash
5088 left
5089 \end_layout
5090
5091 \end_inset
5092
5093  und 
5094 \series bold
5095
5096 \backslash
5097 right
5098 \series default
5099
5100 \begin_inset Index
5101 status collapsed
5102
5103 \begin_layout Plain Layout
5104 Befehle ! R ! 
5105 \backslash
5106 right
5107 \end_layout
5108
5109 \end_inset
5110
5111  erstellt werden (Tastenkürzel 
5112 \family sans
5113 Alt-m
5114 \begin_inset space ~
5115 \end_inset
5116
5117 Klammer
5118 \family default
5119 ), siehe 
5120 \begin_inset CommandInset ref
5121 LatexCommand ref
5122 reference "sub:Automatische-Klammergrößen"
5123
5124 \end_inset
5125
5126 , oder man verwendet folgende Befehle:
5127 \begin_inset VSpace bigskip
5128 \end_inset
5129
5130
5131 \end_layout
5132
5133 \begin_layout Standard
5134 \begin_inset space \hfill{}
5135 \end_inset
5136
5137
5138 \begin_inset Tabular
5139 <lyxtabular version="3" rows="4" columns="2">
5140 <features>
5141 <column alignment="center" valignment="top" width="0">
5142 <column alignment="center" valignment="top" width="0">
5143 <row>
5144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148 Befehl
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 Ergebnis
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 </row>
5163 <row>
5164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168
5169 \backslash
5170 bmatrix
5171 \begin_inset ERT
5172 status collapsed
5173
5174 \begin_layout Plain Layout
5175
5176
5177 \backslash
5178 leer 
5179 \end_layout
5180
5181 \end_inset
5182
5183 2
5184 \series bold
5185 ×
5186 \series default
5187 2
5188 \begin_inset space \thinspace{}
5189 \end_inset
5190
5191 Matrix
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5201 0 & \textrm{-}\mathrm{i}\\
5202 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5203 \end_inset
5204
5205
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 </row>
5211 <row>
5212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216
5217 \backslash
5218 Bmatrix
5219 \begin_inset ERT
5220 status collapsed
5221
5222 \begin_layout Plain Layout
5223
5224
5225 \backslash
5226 leer 
5227 \end_layout
5228
5229 \end_inset
5230
5231 2
5232 \series bold
5233 ×
5234 \series default
5235 2
5236 \begin_inset space \thinspace{}
5237 \end_inset
5238
5239 Matrix
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5249 0 & \textrm{-}\mathrm{i}\\
5250 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5251 \end_inset
5252
5253
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 </row>
5259 <row>
5260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264
5265 \backslash
5266 pmatrix
5267 \begin_inset ERT
5268 status collapsed
5269
5270 \begin_layout Plain Layout
5271
5272
5273 \backslash
5274 leer 
5275 \end_layout
5276
5277 \end_inset
5278
5279 2
5280 \series bold
5281 ×
5282 \series default
5283 2
5284 \begin_inset space \thinspace{}
5285 \end_inset
5286
5287 Matrix
5288 \end_layout
5289
5290 \end_inset
5291 </cell>
5292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5297 0 & \textrm{-}\mathrm{i}\\
5298 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5299 \end_inset
5300
5301
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 </row>
5307 </lyxtabular>
5308
5309 \end_inset
5310
5311
5312 \begin_inset space \hfill{}
5313 \end_inset
5314
5315
5316 \begin_inset Tabular
5317 <lyxtabular version="3" rows="4" columns="2">
5318 <features>
5319 <column alignment="center" valignment="top" width="0">
5320 <column alignment="center" valignment="top" width="0">
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 Befehl
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335 Ergebnis
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 </row>
5341 <row>
5342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346
5347 \backslash
5348 vmatrix
5349 \begin_inset ERT
5350 status collapsed
5351
5352 \begin_layout Plain Layout
5353
5354
5355 \backslash
5356 leer 
5357 \end_layout
5358
5359 \end_inset
5360
5361 2
5362 \series bold
5363 ×
5364 \series default
5365 2
5366 \begin_inset space \thinspace{}
5367 \end_inset
5368
5369 Matrix
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5375 \begin_inset Text
5376
5377 \begin_layout Plain Layout
5378 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5379 0 & \textrm{-}\mathrm{i}\\
5380 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5381 \end_inset
5382
5383
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 </row>
5389 <row>
5390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5391 \begin_inset Text
5392
5393 \begin_layout Plain Layout
5394
5395 \backslash
5396 Vmatrix
5397 \begin_inset ERT
5398 status collapsed
5399
5400 \begin_layout Plain Layout
5401
5402
5403 \backslash
5404 leer 
5405 \end_layout
5406
5407 \end_inset
5408
5409 2
5410 \series bold
5411 ×
5412 \series default
5413 2
5414 \begin_inset space \thinspace{}
5415 \end_inset
5416
5417 Matrix
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5427 0 & \textrm{-}\mathrm{i}\\
5428 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5429 \end_inset
5430
5431
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 </row>
5437 <row>
5438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442
5443 \backslash
5444 matrix
5445 \begin_inset ERT
5446 status collapsed
5447
5448 \begin_layout Plain Layout
5449
5450
5451 \backslash
5452 leer 
5453 \end_layout
5454
5455 \end_inset
5456
5457 2
5458 \series bold
5459 ×
5460 \series default
5461 2
5462 \begin_inset space \thinspace{}
5463 \end_inset
5464
5465 Matrix
5466 \end_layout
5467
5468 \end_inset
5469 </cell>
5470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5475 0 & \textrm{-}\mathrm{i}\\
5476 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5477 \end_inset
5478
5479
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 </row>
5485 </lyxtabular>
5486
5487 \end_inset
5488
5489
5490 \begin_inset space \hfill{}
5491 \end_inset
5492
5493
5494 \end_layout
5495
5496 \begin_layout Standard
5497 \begin_inset VSpace medskip
5498 \end_inset
5499
5500 Wurde z.
5501 \begin_inset space \thinspace{}
5502 \end_inset
5503
5504 B.
5505  
5506 \series bold
5507
5508 \backslash
5509 vmatrix
5510 \series default
5511  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5512  in das die Matrix eingefügt wird.
5513 \end_layout
5514
5515 \begin_layout Standard
5516 \begin_inset VSpace bigskip
5517 \end_inset
5518
5519 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5520 \begin_inset CommandInset ref
5521 LatexCommand ref
5522 reference "sub:Spaltenabstand"
5523
5524 \end_inset
5525
5526  beschriebene Länge 
5527 \series bold
5528
5529 \backslash
5530 arraycolsep
5531 \series default
5532
5533 \begin_inset Index
5534 status collapsed
5535
5536 \begin_layout Plain Layout
5537 Befehle ! A ! 
5538 \backslash
5539 arraycolsep
5540 \end_layout
5541
5542 \end_inset
5543
5544  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5545 \end_layout
5546
5547 \begin_layout Standard
5548 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5549 \series bold
5550
5551 \backslash
5552 arraystretch
5553 \series default
5554
5555 \begin_inset Index
5556 status collapsed
5557
5558 \begin_layout Plain Layout
5559 Befehle ! A ! 
5560 \backslash
5561 arraystretch
5562 \end_layout
5563
5564 \end_inset
5565
5566 .
5567  Dieser wird folgendermaßen benutzt:
5568 \end_layout
5569
5570 \begin_layout Standard
5571
5572 \series bold
5573
5574 \backslash
5575 renewcommand{
5576 \backslash
5577 arraystretch}{Dehnungsfaktor}
5578 \begin_inset Index
5579 status collapsed
5580
5581 \begin_layout Plain Layout
5582 Befehle ! R ! 
5583 \backslash
5584 renewcommand
5585 \end_layout
5586
5587 \end_inset
5588
5589
5590 \end_layout
5591
5592 \begin_layout Standard
5593 Der Befehl 
5594 \series bold
5595
5596 \backslash
5597 renewcommand
5598 \series default
5599  weist dabei dem vordefinierten Befehl 
5600 \series bold
5601
5602 \backslash
5603 arraystretch
5604 \series default
5605  den Dehnungsfaktor zu.
5606  Möchte man z.
5607 \begin_inset space \thinspace{}
5608 \end_inset
5609
5610 B.
5611  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5612  Dieser wird dann für alle folgenden Matrizen verwendet.
5613  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5614 \series bold
5615
5616 \backslash
5617 arraystretch
5618 \series default
5619  den Faktor 1 zu.
5620 \end_layout
5621
5622 \begin_layout Standard
5623 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5624 \series bold
5625
5626 \backslash
5627 smallmatrix
5628 \series default
5629
5630 \begin_inset Index
5631 status collapsed
5632
5633 \begin_layout Plain Layout
5634 Befehle ! S ! 
5635 \backslash
5636 smallmatrix
5637 \end_layout
5638
5639 \end_inset
5640
5641 .
5642  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5643  gestrichelten Linien.
5644  In dieses Kästchen wird die Matrix eingegeben.
5645  Man verwendet stattdessen das Menü 
5646 \family sans
5647 Bearbeiten\SpecialChar \menuseparator
5648 Zeilen
5649 \begin_inset space ~
5650 \end_inset
5651
5652 &
5653 \begin_inset space ~
5654 \end_inset
5655
5656 Spalten
5657 \family default
5658  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5659  Neue Zeilen können auch mit 
5660 \family sans
5661 Strg-Enter
5662 \family default
5663  erstellt werden.
5664 \end_layout
5665
5666 \begin_layout Standard
5667 Dies ist eine Matrix 
5668 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5669 C & D\end{smallmatrix}\right)$
5670 \end_inset
5671
5672  in einer Textzeile.
5673 \end_layout
5674
5675 \begin_layout Section
5676 Klammern und Begrenzungszeichen
5677 \begin_inset Index
5678 status collapsed
5679
5680 \begin_layout Plain Layout
5681 Klammern
5682 \end_layout
5683
5684 \end_inset
5685
5686
5687 \begin_inset Index
5688 status collapsed
5689
5690 \begin_layout Plain Layout
5691 Begrenzungszeichen
5692 \end_layout
5693
5694 \end_inset
5695
5696
5697 \end_layout
5698
5699 \begin_layout Subsection
5700 Vertikale Klammern und Begrenzungszeichen
5701 \begin_inset Index
5702 status collapsed
5703
5704 \begin_layout Plain Layout
5705 Klammern ! vertikale
5706 \end_layout
5707
5708 \end_inset
5709
5710
5711 \end_layout
5712
5713 \begin_layout Standard
5714 \begin_inset space \hfill{}
5715 \end_inset
5716
5717
5718 \begin_inset Tabular
5719 <lyxtabular version="3" rows="9" columns="2">
5720 <features>
5721 <column alignment="center" valignment="top" width="0pt">
5722 <column alignment="center" valignment="top" width="0pt">
5723 <row>
5724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 Befehl
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 Ergebnis
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 </row>
5743 <row>
5744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 (
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 \begin_inset Formula $($
5758 \end_inset
5759
5760
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 </row>
5766 <row>
5767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771 {
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 \begin_inset Formula $\{$
5781 \end_inset
5782
5783
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 </row>
5789 <row>
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 [
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 \begin_inset Formula $[$
5804 \end_inset
5805
5806
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 \backslash
5819 langle
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828 \begin_inset Formula $\langle$
5829 \end_inset
5830
5831
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 </row>
5837 <row>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842
5843 \backslash
5844 lceil
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853 \begin_inset Formula $\lceil$
5854 \end_inset
5855
5856
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 </row>
5862 <row>
5863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Plain Layout
5867
5868 \backslash
5869 lfloor
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 \begin_inset Formula $\lfloor$
5879 \end_inset
5880
5881
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 </row>
5887 <row>
5888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 /
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901 \begin_inset Formula $/$
5902 \end_inset
5903
5904
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 </row>
5910 <row>
5911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915 |
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924 \begin_inset Formula $|$
5925 \end_inset
5926
5927
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 </row>
5933 </lyxtabular>
5934
5935 \end_inset
5936
5937
5938 \begin_inset space \hfill{}
5939 \end_inset
5940
5941
5942 \begin_inset Tabular
5943 <lyxtabular version="3" rows="9" columns="2">
5944 <features>
5945 <column alignment="center" valignment="top" width="0pt">
5946 <column alignment="center" valignment="top" width="0pt">
5947 <row>
5948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952 Befehl
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961 Ergebnis
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 </row>
5967 <row>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 )
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 \begin_inset Formula $)$
5982 \end_inset
5983
5984
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 </row>
5990 <row>
5991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 }
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004 \begin_inset Formula $\}$
6005 \end_inset
6006
6007
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 </row>
6013 <row>
6014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 ]
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 \begin_inset Formula $]$
6028 \end_inset
6029
6030
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 \backslash
6043 rangle
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 \begin_inset Formula $\rangle$
6053 \end_inset
6054
6055
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 </row>
6061 <row>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066
6067 \backslash
6068 rceil
6069 \end_layout
6070
6071 \end_inset
6072 </cell>
6073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6074 \begin_inset Text
6075
6076 \begin_layout Plain Layout
6077 \begin_inset Formula $\rceil$
6078 \end_inset
6079
6080
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 </row>
6086 <row>
6087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091
6092 \backslash
6093 rfloor
6094 \end_layout
6095
6096 \end_inset
6097 </cell>
6098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Plain Layout
6102 \begin_inset Formula $\rfloor$
6103 \end_inset
6104
6105
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 </row>
6111 <row>
6112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6113 \begin_inset Text
6114
6115 \begin_layout Plain Layout
6116
6117 \backslash
6118
6119 \backslash
6120
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129 \begin_inset Formula $\backslash$
6130 \end_inset
6131
6132
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 </row>
6138 <row>
6139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Plain Layout
6143
6144 \backslash
6145 |
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Plain Layout
6154 \begin_inset Formula $\|$
6155 \end_inset
6156
6157
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 </row>
6163 </lyxtabular>
6164
6165 \end_inset
6166
6167
6168 \begin_inset space \hfill{}
6169 \end_inset
6170
6171
6172 \end_layout
6173
6174 \begin_layout Standard
6175
6176 \series medium
6177 \begin_inset Note Greyedout
6178 status open
6179
6180 \begin_layout Plain Layout
6181
6182 \series bold
6183 Achtung:
6184 \series default
6185  Im TeX-Modus muss für den Backslash der Befehl 
6186 \series bold
6187
6188 \backslash
6189 textbackslash
6190 \series default
6191
6192 \begin_inset Index
6193 status collapsed
6194
6195 \begin_layout Plain Layout
6196 Befehle ! T ! 
6197 \backslash
6198 textbackslash
6199 \end_layout
6200
6201 \end_inset
6202
6203  verwendet werden, denn der Befehl 
6204 \series bold
6205
6206 \backslash
6207
6208 \backslash
6209
6210 \series default
6211  steht dort für einen Zeilenumbruch.
6212 \end_layout
6213
6214 \end_inset
6215
6216
6217 \end_layout
6218
6219 \begin_layout Standard
6220 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6221  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6222  Dabei können dann statt den Befehlen 
6223 \series bold
6224
6225 \backslash
6226 langle
6227 \series default
6228  und 
6229 \series bold
6230
6231 \backslash
6232 rangle
6233 \series default
6234  direkt die Zeichen < und > verwendet werden.
6235 \end_layout
6236
6237 \begin_layout Subsubsection
6238 Manuelle Klammergrößen
6239 \begin_inset CommandInset label
6240 LatexCommand label
6241 name "sub:Manuelle-Klammergrößen"
6242
6243 \end_inset
6244
6245
6246 \begin_inset Index
6247 status collapsed
6248
6249 \begin_layout Plain Layout
6250 Klammergrößen ! manuelle
6251 \end_layout
6252
6253 \end_inset
6254
6255
6256 \end_layout
6257
6258 \begin_layout Standard
6259 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6260  LaTeX-Befehle 
6261 \series bold
6262
6263 \backslash
6264 big
6265 \series default
6266
6267 \begin_inset Index
6268 status collapsed
6269
6270 \begin_layout Plain Layout
6271 Befehle ! B ! 
6272 \backslash
6273 big
6274 \end_layout
6275
6276 \end_inset
6277
6278
6279 \series bold
6280
6281 \backslash
6282 Big
6283 \series default
6284
6285 \series bold
6286
6287 \backslash
6288 bigg
6289 \series default
6290  und 
6291 \series bold
6292
6293 \backslash
6294 Bigg
6295 \series default
6296  tun.
6297  
6298 \series bold
6299
6300 \backslash
6301 big
6302 \series default
6303  steht hierbei für die kleinste und 
6304 \series bold
6305
6306 \backslash
6307 Bigg
6308 \series default
6309  für die größte Klammergröße.
6310 \end_layout
6311
6312 \begin_layout Standard
6313 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6314 \end_layout
6315
6316 \begin_layout Standard
6317 \align center
6318 \begin_inset Tabular
6319 <lyxtabular version="3" rows="2" columns="2">
6320 <features>
6321 <column alignment="center" valignment="top" width="0pt">
6322 <column alignment="center" valignment="top" width="0pt">
6323 <row>
6324 <cell alignment="center" valignment="top" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 einheitliche Klammergröße:
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 <cell alignment="center" valignment="top" usebox="none">
6334 \begin_inset Text
6335
6336 \begin_layout Plain Layout
6337 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6338 \end_inset
6339
6340
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 </row>
6346 <row>
6347 <cell alignment="center" valignment="top" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 besser sieht das so aus:
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6361 \end_inset
6362
6363
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 </row>
6369 </lyxtabular>
6370
6371 \end_inset
6372
6373
6374 \begin_inset Note Note
6375 status collapsed
6376
6377 \begin_layout Plain Layout
6378
6379 \series bold
6380
6381 \backslash
6382 raisebox
6383 \series default
6384  dient nur
6385 \end_layout
6386
6387 \begin_layout Plain Layout
6388 als Abstandhalter.
6389 \end_layout
6390
6391 \end_inset
6392
6393
6394 \end_layout
6395
6396 \begin_layout Standard
6397 Für die zweite Formel wurde der Befehl 
6398 \series bold
6399
6400 \backslash
6401 Big((A+B)(A-B)
6402 \backslash
6403 Big)^
6404 \begin_inset ERT
6405 status collapsed
6406
6407 \begin_layout Plain Layout
6408
6409
6410 \backslash
6411 leer 
6412 \end_layout
6413
6414 \end_inset
6415
6416 C
6417 \series default
6418  verwendet.
6419 \end_layout
6420
6421 \begin_layout Standard
6422 Hier alle Klammergrößen in der Übersicht:
6423 \end_layout
6424
6425 \begin_layout Standard
6426 \align center
6427
6428 \backslash
6429 Bigg(
6430 \backslash
6431 exp
6432 \backslash
6433 bigg<
6434 \backslash
6435 Big[
6436 \backslash
6437 big{
6438 \backslash
6439 ln(3x)
6440 \backslash
6441 big}^2
6442 \begin_inset ERT
6443 status collapsed
6444
6445 \begin_layout Plain Layout
6446
6447
6448 \backslash
6449 leer 
6450 \end_layout
6451
6452 \end_inset
6453
6454
6455 \backslash
6456 sin(x)
6457 \backslash
6458 Big]^
6459 \begin_inset ERT
6460 status collapsed
6461
6462 \begin_layout Plain Layout
6463
6464
6465 \backslash
6466 leer 
6467 \end_layout
6468
6469 \end_inset
6470
6471 A
6472 \begin_inset ERT
6473 status collapsed
6474
6475 \begin_layout Plain Layout
6476
6477
6478 \backslash
6479 leer 
6480 \end_layout
6481
6482 \end_inset
6483
6484
6485 \backslash
6486 bigg>
6487 \backslash
6488 Bigg)^0,5
6489 \end_layout
6490
6491 \begin_layout Standard
6492 \align center
6493 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6494 \end_inset
6495
6496
6497 \end_layout
6498
6499 \begin_layout Standard
6500 Es gibt außer den 
6501 \series bold
6502
6503 \backslash
6504 big
6505 \series default
6506 -Befehlen noch die Variante 
6507 \series bold
6508
6509 \backslash
6510 bigm
6511 \series default
6512
6513 \begin_inset Index
6514 status collapsed
6515
6516 \begin_layout Plain Layout
6517 Befehle ! B ! 
6518 \backslash
6519 bigm
6520 \end_layout
6521
6522 \end_inset
6523
6524 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6525  die Variante 
6526 \series bold
6527
6528 \backslash
6529 bigl
6530 \series default
6531 -
6532 \series bold
6533
6534 \backslash
6535 bigr
6536 \series default
6537
6538 \begin_inset Index
6539 status collapsed
6540
6541 \begin_layout Plain Layout
6542 Befehle ! B ! 
6543 \backslash
6544 bigl - 
6545 \backslash
6546 bigr
6547 \end_layout
6548
6549 \end_inset
6550
6551 , die keinen zusätzlichen Leerraum erzeugt.
6552  Das 
6553 \emph on
6554 l
6555 \emph default
6556  am Ende des Befehls 
6557 \series bold
6558
6559 \backslash
6560 bigl
6561 \series default
6562  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6563  ein 
6564 \emph on
6565 r
6566 \emph default
6567  ersetzt.
6568  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6569  sein.
6570 \end_layout
6571
6572 \begin_layout Standard
6573 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6574 \end_layout
6575
6576 \begin_layout Standard
6577 \align center
6578 \begin_inset Tabular
6579 <lyxtabular version="3" rows="5" columns="2">
6580 <features>
6581 <column alignment="center" valignment="middle" width="0">
6582 <column alignment="center" valignment="middle" width="0">
6583 <row>
6584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 Befehl
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597 Ergebnis
6598 \begin_inset Note Note
6599 status collapsed
6600
6601 \begin_layout Plain Layout
6602
6603 \series bold
6604
6605 \backslash
6606 raisebox
6607 \series default
6608  dient nur als Abstandhalter.
6609 \end_layout
6610
6611 \end_inset
6612
6613
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 </row>
6619 <row>
6620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624
6625 \backslash
6626 Bigm(
6627 \backslash
6628 bigm(
6629 \backslash
6630 ln(3x)
6631 \backslash
6632 bigm)^2
6633 \begin_inset ERT
6634 status collapsed
6635
6636 \begin_layout Plain Layout
6637
6638
6639 \backslash
6640 leer 
6641 \end_layout
6642
6643 \end_inset
6644
6645
6646 \backslash
6647 Bigm)
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6657 \end_inset
6658
6659
6660 \end_layout
6661
6662 \end_inset
6663 </cell>
6664 </row>
6665 <row>
6666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6667 \begin_inset Text
6668
6669 \begin_layout Plain Layout
6670
6671 \backslash
6672 Big(
6673 \backslash
6674 big(
6675 \backslash
6676 ln(3x)
6677 \backslash
6678 big)^2
6679 \begin_inset ERT
6680 status collapsed
6681
6682 \begin_layout Plain Layout
6683
6684
6685 \backslash
6686 leer 
6687 \end_layout
6688
6689 \end_inset
6690
6691
6692 \backslash
6693 Big)
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6703 \end_inset
6704
6705
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 </row>
6711 <row>
6712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716
6717 \backslash
6718 Bigl(
6719 \backslash
6720 bigl(
6721 \backslash
6722 ln(3x)
6723 \backslash
6724 bigr)^2
6725 \begin_inset ERT
6726 status collapsed
6727
6728 \begin_layout Plain Layout
6729
6730
6731 \backslash
6732 leer 
6733 \end_layout
6734
6735 \end_inset
6736
6737
6738 \backslash
6739 Bigr)
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6749 \end_inset
6750
6751
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 </row>
6757 <row>
6758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762
6763 \backslash
6764 bigl)
6765 \backslash
6766 ln(3x)
6767 \backslash
6768 bigr(
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6778 \end_inset
6779
6780
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 </row>
6786 </lyxtabular>
6787
6788 \end_inset
6789
6790
6791 \end_layout
6792
6793 \begin_layout Subsubsection
6794 Automatische Klammergrößen
6795 \begin_inset CommandInset label
6796 LatexCommand label
6797 name "sub:Automatische-Klammergrößen"
6798
6799 \end_inset
6800
6801
6802 \begin_inset Index
6803 status collapsed
6804
6805 \begin_layout Plain Layout
6806 Klammergrößen ! automatische
6807 \end_layout
6808
6809 \end_inset
6810
6811
6812 \end_layout
6813
6814 \begin_layout Standard
6815 Klammern variabler Größe können mit den Befehlen 
6816 \series bold
6817
6818 \backslash
6819 left
6820 \series default
6821
6822 \begin_inset Index
6823 status collapsed
6824
6825 \begin_layout Plain Layout
6826 Befehle ! L ! 
6827 \backslash
6828 left
6829 \end_layout
6830
6831 \end_inset
6832
6833  und 
6834 \series bold
6835
6836 \backslash
6837 right
6838 \series default
6839
6840 \begin_inset Index
6841 status collapsed
6842
6843 \begin_layout Plain Layout
6844 Befehle ! R ! 
6845 \backslash
6846 right
6847 \end_layout
6848
6849 \end_inset
6850
6851  oder über den Mathe-Werkzeugleistenknopf
6852 \family sans
6853  
6854 \family default
6855
6856 \begin_inset Graphics
6857         filename ../../images/dialog-show_mathdelimiter.png
6858         scale 85
6859
6860 \end_inset
6861
6862  eingefügt werden.
6863  Auf 
6864 \series bold
6865
6866 \backslash
6867 left
6868 \series default
6869  und 
6870 \series bold
6871
6872 \backslash
6873 right
6874 \series default
6875  muss unmittelbar die gewünschte Klammer folgen.
6876  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6877 \end_layout
6878
6879 \begin_layout Standard
6880 \align center
6881 normale Klammer: Der Befehl 
6882 \series bold
6883
6884 \backslash
6885 ln(
6886 \backslash
6887 frac
6888 \begin_inset ERT
6889 status collapsed
6890
6891 \begin_layout Plain Layout
6892
6893
6894 \backslash
6895 leer 
6896 \end_layout
6897
6898 \end_inset
6899
6900 A
6901 \begin_inset Formula $\downarrow$
6902 \end_inset
6903
6904 C
6905 \begin_inset ERT
6906 status collapsed
6907
6908 \begin_layout Plain Layout
6909
6910
6911 \backslash
6912 leer 
6913 \end_layout
6914
6915 \end_inset
6916
6917 )
6918 \series default
6919  ergibt
6920 \begin_inset Formula \[
6921 \ln(\frac{A}{C})\]
6922
6923 \end_inset
6924
6925
6926 \end_layout
6927
6928 \begin_layout Standard
6929 \align center
6930 mehrzeilige Klammer: Der Befehl 
6931 \series bold
6932
6933 \backslash
6934 ln
6935 \backslash
6936 left(
6937 \backslash
6938 frac
6939 \begin_inset ERT
6940 status collapsed
6941
6942 \begin_layout Plain Layout
6943
6944
6945 \backslash
6946 leer 
6947 \end_layout
6948
6949 \end_inset
6950
6951 A
6952 \begin_inset Formula $\downarrow$
6953 \end_inset
6954
6955 C
6956 \begin_inset ERT
6957 status collapsed
6958
6959 \begin_layout Plain Layout
6960
6961
6962 \backslash
6963 leer 
6964 \end_layout
6965
6966 \end_inset
6967
6968
6969 \backslash
6970 right)
6971 \series default
6972  ergibt
6973 \begin_inset Formula \[
6974 \ln\left(\frac{A}{C}\right)\]
6975
6976 \end_inset
6977
6978
6979 \end_layout
6980
6981 \begin_layout Standard
6982 An Stelle von 
6983 \series bold
6984
6985 \backslash
6986 left
6987 \series default
6988  und 
6989 \series bold
6990
6991 \backslash
6992 right
6993 \series default
6994  kann man die Tastenkürzel 
6995 \family sans
6996 Alt-m
6997 \begin_inset space ~
6998 \end_inset
6999
7000 Klammer
7001 \family default
7002  verwenden.
7003  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7004  und dass die rechte Klammer gleich mit erstellt wird.
7005 \begin_inset Newline newline
7006 \end_inset
7007
7008 Der Befehl für das letzte Beispiel würde dann lauten: 
7009 \series bold
7010
7011 \backslash
7012 ln Alt-m
7013 \series default
7014  
7015 \series bold
7016 (
7017 \backslash
7018 frac
7019 \begin_inset ERT
7020 status collapsed
7021
7022 \begin_layout Plain Layout
7023
7024
7025 \backslash
7026 leer 
7027 \end_layout
7028
7029 \end_inset
7030
7031 A
7032 \begin_inset Formula $\downarrow$
7033 \end_inset
7034
7035 C
7036 \end_layout
7037
7038 \begin_layout Standard
7039 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7040  Klammer einen Punkt.
7041  So ergibt z.
7042 \begin_inset space \thinspace{}
7043 \end_inset
7044
7045 B.
7046  der Befehl 
7047 \series bold
7048
7049 \backslash
7050 left.
7051 \backslash
7052 frac
7053 \begin_inset ERT
7054 status collapsed
7055
7056 \begin_layout Plain Layout
7057
7058
7059 \backslash
7060 leer 
7061 \end_layout
7062
7063 \end_inset
7064
7065 A
7066 \begin_inset Formula $\downarrow$
7067 \end_inset
7068
7069 B
7070 \begin_inset ERT
7071 status collapsed
7072
7073 \begin_layout Plain Layout
7074
7075
7076 \backslash
7077 leer 
7078 \end_layout
7079
7080 \end_inset
7081
7082
7083 \backslash
7084 right}
7085 \series default
7086
7087 \begin_inset space \thinspace{}
7088 \end_inset
7089
7090 :
7091 \series bold
7092
7093 \begin_inset Formula \[
7094 \left.\frac{A}{B}\right\} \]
7095
7096 \end_inset
7097
7098
7099 \series default
7100 Die Befehle 
7101 \series bold
7102
7103 \backslash
7104 left
7105 \series default
7106  und 
7107 \series bold
7108
7109 \backslash
7110 right
7111 \series default
7112  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7113  umgewandelt.
7114  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7115 \end_layout
7116
7117 \begin_layout Standard
7118 \begin_inset VSpace bigskip
7119 \end_inset
7120
7121 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7122  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7123  Befehl 
7124 \series bold
7125
7126 \backslash
7127 middle
7128 \series default
7129
7130 \begin_inset Index
7131 status collapsed
7132
7133 \begin_layout Plain Layout
7134 Befehle ! M ! 
7135 \backslash
7136 middle
7137 \end_layout
7138
7139 \end_inset
7140
7141  zur Verfügung.
7142  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7143  angepasst, was z.
7144 \begin_inset space \thinspace{}
7145 \end_inset
7146
7147 B.
7148  für physikalische Vektoren von Nutzen ist:
7149 \begin_inset Formula \[
7150 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7151
7152 \end_inset
7153
7154 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7155 \begin_inset CommandInset ref
7156 LatexCommand ref
7157 reference "sub:Physikalische-Vektoren"
7158
7159 \end_inset
7160
7161  beschrieben ist.
7162 \end_layout
7163
7164 \begin_layout Subsection
7165 Horizontale Klammern
7166 \begin_inset Index
7167 status collapsed
7168
7169 \begin_layout Plain Layout
7170 Klammern ! horizontale
7171 \end_layout
7172
7173 \end_inset
7174
7175
7176 \end_layout
7177
7178 \begin_layout Standard
7179 \align center
7180 \begin_inset Tabular
7181 <lyxtabular version="3" rows="4" columns="2">
7182 <features>
7183 <column alignment="center" valignment="top" width="0pt">
7184 <column alignment="center" valignment="top" width="0pt">
7185 <row>
7186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190 Befehl
7191 \begin_inset Note Note
7192 status collapsed
7193
7194 \begin_layout Plain Layout
7195
7196 \series bold
7197
7198 \backslash
7199 raisebox
7200 \series default
7201  dient nur als Abstandhalter.
7202 \end_layout
7203
7204 \end_inset
7205
7206
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 Ergebnis
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 </row>
7221 <row>
7222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226 \begin_inset ERT
7227 status collapsed
7228
7229 \begin_layout Plain Layout
7230
7231
7232 \backslash
7233 raisebox{2.3mm}{
7234 \end_layout
7235
7236 \end_inset
7237
7238
7239 \backslash
7240 overbrace
7241 \begin_inset ERT
7242 status collapsed
7243
7244 \begin_layout Plain Layout
7245
7246
7247 \backslash
7248 leer 
7249 \end_layout
7250
7251 \end_inset
7252
7253 A+B
7254 \begin_inset ERT
7255 status collapsed
7256
7257 \begin_layout Plain Layout
7258
7259
7260 \backslash
7261 leer 
7262 \end_layout
7263
7264 \end_inset
7265
7266 ^
7267 \begin_inset ERT
7268 status collapsed
7269
7270 \begin_layout Plain Layout
7271
7272
7273 \backslash
7274 leer 
7275 \end_layout
7276
7277 \end_inset
7278
7279 3
7280 \begin_inset ERT
7281 status collapsed
7282
7283 \begin_layout Plain Layout
7284
7285 }
7286 \end_layout
7287
7288 \end_inset
7289
7290
7291 \begin_inset Index
7292 status collapsed
7293
7294 \begin_layout Plain Layout
7295 Befehle ! O ! 
7296 \backslash
7297 overbrace
7298 \end_layout
7299
7300 \end_inset
7301
7302
7303 \end_layout
7304
7305 \end_inset
7306 </cell>
7307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7308 \begin_inset Text
7309
7310 \begin_layout Plain Layout
7311 \begin_inset Formula $\overbrace{A+B}^{3}$
7312 \end_inset
7313
7314
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 </row>
7320 <row>
7321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325 \begin_inset ERT
7326 status collapsed
7327
7328 \begin_layout Plain Layout
7329
7330
7331 \backslash
7332 raisebox{-2.2mm}{
7333 \end_layout
7334
7335 \end_inset
7336
7337
7338 \backslash
7339 underbrace
7340 \begin_inset ERT
7341 status collapsed
7342
7343 \begin_layout Plain Layout
7344
7345
7346 \backslash
7347 leer 
7348 \end_layout
7349
7350 \end_inset
7351
7352 A+B
7353 \begin_inset ERT
7354 status collapsed
7355
7356 \begin_layout Plain Layout
7357
7358
7359 \backslash
7360 leer 
7361 \end_layout
7362
7363 \end_inset
7364
7365 _5
7366 \begin_inset ERT
7367 status collapsed
7368
7369 \begin_layout Plain Layout
7370
7371 }
7372 \end_layout
7373
7374 \end_inset
7375
7376
7377 \begin_inset Index
7378 status collapsed
7379
7380 \begin_layout Plain Layout
7381 Befehle ! U ! 
7382 \backslash
7383 underbrace
7384 \end_layout
7385
7386 \end_inset
7387
7388
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7394 \begin_inset Text
7395
7396 \begin_layout Plain Layout
7397 \begin_inset Formula $\underbrace{A+B}_{5}$
7398 \end_inset
7399
7400
7401 \end_layout
7402
7403 \end_inset
7404 </cell>
7405 </row>
7406 <row>
7407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411
7412 \backslash
7413 overbrace
7414 \begin_inset ERT
7415 status collapsed
7416
7417 \begin_layout Plain Layout
7418
7419
7420 \backslash
7421 leer 
7422 \end_layout
7423
7424 \end_inset
7425
7426
7427 \backslash
7428 underbrace
7429 \begin_inset ERT
7430 status collapsed
7431
7432 \begin_layout Plain Layout
7433
7434
7435 \backslash
7436 leer 
7437 \end_layout
7438
7439 \end_inset
7440
7441 A+B_w
7442 \begin_inset ERT
7443 status collapsed
7444
7445 \begin_layout Plain Layout
7446
7447
7448 \backslash
7449 leer 
7450 \end_layout
7451
7452 \end_inset
7453
7454
7455 \begin_inset ERT
7456 status collapsed
7457
7458 \begin_layout Plain Layout
7459
7460
7461 \backslash
7462 leer 
7463 \end_layout
7464
7465 \end_inset
7466
7467 _7
7468 \begin_inset ERT
7469 status collapsed
7470
7471 \begin_layout Plain Layout
7472
7473
7474 \backslash
7475 leer 
7476 \end_layout
7477
7478 \end_inset
7479
7480
7481 \begin_inset ERT
7482 status collapsed
7483
7484 \begin_layout Plain Layout
7485
7486
7487 \backslash
7488 leer 
7489 \end_layout
7490
7491 \end_inset
7492
7493 ^
7494 \begin_inset ERT
7495 status collapsed
7496
7497 \begin_layout Plain Layout
7498
7499
7500 \backslash
7501 leer 
7502 \end_layout
7503
7504 \end_inset
7505
7506 C
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7516 \end_inset
7517
7518
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 </row>
7524 </lyxtabular>
7525
7526 \end_inset
7527
7528
7529 \end_layout
7530
7531 \begin_layout Standard
7532 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7533 \series bold
7534
7535 \backslash
7536 overbrace
7537 \series default
7538  oder 
7539 \series bold
7540
7541 \backslash
7542 underbrace
7543 \series default
7544  eingibt.
7545 \end_layout
7546
7547 \begin_layout Standard
7548 \begin_inset VSpace bigskip
7549 \end_inset
7550
7551 Benötigt man Klammern, die sich überschneiden, muss man die in 
7552 \begin_inset CommandInset ref
7553 LatexCommand ref
7554 reference "sec:Mehrzeilige-Formeln"
7555
7556 \end_inset
7557
7558  beschriebenen mehrzeiligen Formeln verwenden:
7559 \begin_inset Formula \begin{eqnarray*}
7560 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7561  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7562
7563 \end_inset
7564
7565 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7566  Dabei ist es wichtig, dass vor dem ersten 
7567 \begin_inset Formula $d$
7568 \end_inset
7569
7570  der Abstandsbefehl
7571 \begin_inset Foot
7572 status collapsed
7573
7574 \begin_layout Plain Layout
7575 Abstandsbefehle sind in 
7576 \begin_inset CommandInset ref
7577 LatexCommand ref
7578 reference "sub:Vordefinierter-Leerraum"
7579
7580 \end_inset
7581
7582  erklärt.
7583 \end_layout
7584
7585 \end_inset
7586
7587  
7588 \series bold
7589
7590 \backslash
7591 :
7592 \series default
7593  eingegeben wird, denn die nach dem 
7594 \begin_inset Formula $q$
7595 \end_inset
7596
7597  endende Klammer verhindert, dass das nachfolgende 
7598 \begin_inset Quotes gld
7599 \end_inset
7600
7601 +
7602 \begin_inset Quotes grd
7603 \end_inset
7604
7605  von Leerraum umgeben ist.
7606 \begin_inset Foot
7607 status collapsed
7608
7609 \begin_layout Plain Layout
7610 weil eine Klammer nicht als Zeichen gilt, siehe 
7611 \begin_inset CommandInset ref
7612 LatexCommand ref
7613 reference "sub:Binäre-Operatoren"
7614
7615 \end_inset
7616
7617
7618 \end_layout
7619
7620 \end_inset
7621
7622  In die zweite Zeile wird die zweite Klammer eingegeben.
7623  Da sie vor dem 
7624 \begin_inset Formula $b$
7625 \end_inset
7626
7627  beginnen soll, gibt man zuerst 
7628 \series bold
7629
7630 \backslash
7631 hphantom{gggg+
7632 \backslash
7633 :}
7634 \series default
7635  ein.
7636 \begin_inset Foot
7637 status collapsed
7638
7639 \begin_layout Plain Layout
7640 mehr zu 
7641 \series bold
7642
7643 \backslash
7644 hphantom
7645 \series default
7646  siehe 
7647 \begin_inset CommandInset ref
7648 LatexCommand ref
7649 reference "sub:Platzhalter"
7650
7651 \end_inset
7652
7653 .
7654 \end_layout
7655
7656 \end_inset
7657
7658  Dieser Leerraum wird benötigt, weil das 
7659 \begin_inset Quotes gld
7660 \end_inset
7661
7662 +
7663 \begin_inset Quotes grd
7664 \end_inset
7665
7666  in der Formel auch von Leerraum umgeben ist.
7667  Die Klammer wird unter den Befehl 
7668 \series bold
7669
7670 \backslash
7671 hphantom{bbqq+dddd}
7672 \series default
7673  gesetzt.
7674 \end_layout
7675
7676 \begin_layout Standard
7677 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7678 n, wie in folgendem Beispiel:
7679 \begin_inset ERT
7680 status collapsed
7681
7682 \begin_layout Plain Layout
7683
7684
7685 \backslash
7686 setlength{
7687 \backslash
7688 jot}{-6pt}
7689 \end_layout
7690
7691 \end_inset
7692
7693
7694 \begin_inset Formula \begin{eqnarray*}
7695  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7696 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7697
7698 \end_inset
7699
7700
7701 \begin_inset ERT
7702 status collapsed
7703
7704 \begin_layout Plain Layout
7705
7706
7707 \backslash
7708 setlength{
7709 \backslash
7710 jot}{3pt}
7711 \end_layout
7712
7713 \end_inset
7714
7715 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7716  mit dem Unterschied, dass sich die Klammer oben befindet.
7717  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7718  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7719  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7720  werden.
7721  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7722 \begin_inset Foot
7723 status collapsed
7724
7725 \begin_layout Plain Layout
7726 \begin_inset CommandInset href
7727 LatexCommand href
7728 name "LyX-Fehler #1505"
7729 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7730
7731 \end_inset
7732
7733
7734 \end_layout
7735
7736 \end_inset
7737
7738 .
7739  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7740 \series bold
7741
7742 \backslash
7743 jot
7744 \series default
7745
7746 \begin_inset Index
7747 status collapsed
7748
7749 \begin_layout Plain Layout
7750 Befehle ! J ! 
7751 \backslash
7752 jot
7753 \end_layout
7754
7755 \end_inset
7756
7757  vor der Formel mit dem Befehl 
7758 \series bold
7759
7760 \backslash
7761 setlength{
7762 \backslash
7763 jot}{-6pt}
7764 \series default
7765  im TeX-Modus auf den Wert -6
7766 \begin_inset space \thinspace{}
7767 \end_inset
7768
7769 pt geändert.
7770  Nach der Formel wird 
7771 \series bold
7772
7773 \backslash
7774 jot
7775 \series default
7776  mit demselben Befehl wieder auf den Standardwert 3
7777 \begin_inset space \thinspace{}
7778 \end_inset
7779
7780 pt zurückgesetzt.
7781  Genaueres zum Zeilenabstand in Formeln ist in 
7782 \begin_inset CommandInset ref
7783 LatexCommand ref
7784 reference "sub:Zeilenabstand"
7785
7786 \end_inset
7787
7788  erklärt.
7789 \end_layout
7790
7791 \begin_layout Section
7792 Pfeile
7793 \begin_inset Index
7794 status collapsed
7795
7796 \begin_layout Plain Layout
7797 Pfeile
7798 \end_layout
7799
7800 \end_inset
7801
7802
7803 \end_layout
7804
7805 \begin_layout Standard
7806 Pfeile können über den Mathe-Werkzeugleistenknopf 
7807 \begin_inset Graphics
7808         filename ../../images/math/leftarrow.png
7809         scale 85
7810
7811 \end_inset
7812
7813  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7814  aufgelistet sind.
7815 \end_layout
7816
7817 \begin_layout Subsection
7818 Horizontale Pfeile
7819 \begin_inset Index
7820 status collapsed
7821
7822 \begin_layout Plain Layout
7823 Pfeile ! horizontale
7824 \end_layout
7825
7826 \end_inset
7827
7828
7829 \end_layout
7830
7831 \begin_layout Standard
7832 \begin_inset space \hfill{}
7833 \end_inset
7834
7835
7836 \begin_inset Tabular
7837 <lyxtabular version="3" rows="8" columns="2">
7838 <features>
7839 <column alignment="center" valignment="top" width="0pt">
7840 <column alignment="center" valignment="top" width="0pt">
7841 <row>
7842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 Befehl
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 Ergebnis
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 </row>
7861 <row>
7862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866
7867 \backslash
7868 gets
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877 \begin_inset Formula $\gets$
7878 \end_inset
7879
7880
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 </row>
7886 <row>
7887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891
7892 \backslash
7893 Leftarrow
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 \begin_inset Formula $\Leftarrow$
7903 \end_inset
7904
7905
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 </row>
7911 <row>
7912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916
7917 \backslash
7918 longleftarrow
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927 \begin_inset Formula $\longleftarrow$
7928 \end_inset
7929
7930
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 </row>
7936 <row>
7937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941
7942 \backslash
7943 Longleftarrow
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952 \begin_inset Formula $\Longleftarrow$
7953 \end_inset
7954
7955
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 </row>
7961 <row>
7962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966
7967 \backslash
7968 leftharpoonup
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 \begin_inset Formula $\leftharpoonup$
7978 \end_inset
7979
7980
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 </row>
7986 <row>
7987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991
7992 \backslash
7993 leftharpoondown
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002 \begin_inset Formula $\leftharpoondown$
8003 \end_inset
8004
8005
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 </row>
8011 <row>
8012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016
8017 \backslash
8018 hookleftarrow
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 \begin_inset Formula $\hookleftarrow$
8028 \end_inset
8029
8030
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 </row>
8036 </lyxtabular>
8037
8038 \end_inset
8039
8040
8041 \begin_inset space \hfill{}
8042 \end_inset
8043
8044
8045 \begin_inset Tabular
8046 <lyxtabular version="3" rows="8" columns="2">
8047 <features>
8048 <column alignment="center" valignment="top" width="0pt">
8049 <column alignment="center" valignment="top" width="0pt">
8050 <row>
8051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055 Befehl
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 Ergebnis
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row>
8071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \backslash
8077 to
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 \begin_inset Formula $\to$
8087 \end_inset
8088
8089
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 </row>
8095 <row>
8096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100
8101 \backslash
8102 Rightarrow
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 \begin_inset Formula $\Rightarrow$
8112 \end_inset
8113
8114
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 </row>
8120 <row>
8121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125
8126 \backslash
8127 longrightarrow
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 \begin_inset Formula $\longrightarrow$
8137 \end_inset
8138
8139
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 </row>
8145 <row>
8146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150
8151 \backslash
8152 Longrightarrow
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161 \begin_inset Formula $\Longrightarrow$
8162 \end_inset
8163
8164
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 </row>
8170 <row>
8171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175
8176 \backslash
8177 rightharpoonup
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 \begin_inset Formula $\rightharpoonup$
8187 \end_inset
8188
8189
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 </row>
8195 <row>
8196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200
8201 \backslash
8202 rightharpoondown
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 \begin_inset Formula $\rightharpoondown$
8212 \end_inset
8213
8214
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 </row>
8220 <row>
8221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225
8226 \backslash
8227 hookrightarrow
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236 \begin_inset Formula $\hookrightarrow$
8237 \end_inset
8238
8239
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 </row>
8245 </lyxtabular>
8246
8247 \end_inset
8248
8249
8250 \begin_inset space \hfill{}
8251 \end_inset
8252
8253
8254 \end_layout
8255
8256 \begin_layout Standard
8257 \begin_inset space \hfill{}
8258 \end_inset
8259
8260
8261 \begin_inset Tabular
8262 <lyxtabular version="3" rows="6" columns="2">
8263 <features>
8264 <column alignment="center" valignment="top" width="0pt">
8265 <column alignment="center" valignment="top" width="0pt">
8266 <row>
8267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271 Befehl
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 Ergebnis
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 </row>
8286 <row>
8287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291
8292 \backslash
8293 leftrightarrow
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 \begin_inset Formula $\leftrightarrow$
8303 \end_inset
8304
8305
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 </row>
8311 <row>
8312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316
8317 \backslash
8318 Leftrightarrow
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 \begin_inset Formula $\Leftrightarrow$
8328 \end_inset
8329
8330
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 </row>
8336 <row>
8337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341
8342 \backslash
8343 longleftrightarrow
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 \begin_inset Formula $\longleftrightarrow$
8353 \end_inset
8354
8355
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 </row>
8361 <row>
8362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366
8367 \backslash
8368 Longleftrightarrow
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 \begin_inset Formula $\Longleftrightarrow$
8378 \end_inset
8379
8380
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 </row>
8386 <row>
8387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391
8392 \backslash
8393 rightleftharpoons
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 \begin_inset Formula $\rightleftharpoons$
8403 \end_inset
8404
8405
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 </row>
8411 </lyxtabular>
8412
8413 \end_inset
8414
8415
8416 \begin_inset space \hspace{}
8417 \length 25pt
8418 \end_inset
8419
8420
8421 \begin_inset space \hfill{}
8422 \end_inset
8423
8424
8425 \begin_inset Tabular
8426 <lyxtabular version="3" rows="5" columns="2">
8427 <features>
8428 <column alignment="center" valignment="top" width="0pt">
8429 <column alignment="center" valignment="top" width="0pt">
8430 <row>
8431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435 Befehl
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444 Ergebnis
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 </row>
8450 <row>
8451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455
8456 \backslash
8457 mapsto
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 \begin_inset Formula $\mapsto$
8467 \end_inset
8468
8469
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 </row>
8475 <row>
8476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480
8481 \backslash
8482 longmapsto
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491 \begin_inset Formula $\longmapsto$
8492 \end_inset
8493
8494
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 </row>
8500 <row>
8501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505
8506 \backslash
8507 leadsto
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516 \begin_inset Formula $\leadsto$
8517 \end_inset
8518
8519
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 </row>
8525 <row>
8526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530
8531 \backslash
8532 dasharrow
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 \begin_inset Formula $\dasharrow$
8542 \end_inset
8543
8544
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 </row>
8550 </lyxtabular>
8551
8552 \end_inset
8553
8554
8555 \begin_inset space \hfill{}
8556 \end_inset
8557
8558
8559 \end_layout
8560
8561 \begin_layout Standard
8562 \begin_inset VSpace medskip
8563 \end_inset
8564
8565 Als Akzent verwendete Pfeile, wie z.
8566 \begin_inset space \thinspace{}
8567 \end_inset
8568
8569 B.
8570  Vektorpfeile, sind in 
8571 \begin_inset CommandInset ref
8572 LatexCommand ref
8573 reference "sec:Akzente"
8574
8575 \end_inset
8576
8577  aufgelistet.
8578 \end_layout
8579
8580 \begin_layout Standard
8581 \begin_inset VSpace bigskip
8582 \end_inset
8583
8584 Des Weiteren gibt es die beschriftbaren Pfeile
8585 \begin_inset Index
8586 status collapsed
8587
8588 \begin_layout Plain Layout
8589 Pfeile ! beschriftbare
8590 \end_layout
8591
8592 \end_inset
8593
8594  
8595 \series bold
8596
8597 \backslash
8598 xleftarrow
8599 \series default
8600
8601 \begin_inset Index
8602 status collapsed
8603
8604 \begin_layout Plain Layout
8605 Befehle ! X ! 
8606 \backslash
8607 xleftarrow
8608 \end_layout
8609
8610 \end_inset
8611
8612  und 
8613 \series bold
8614
8615 \backslash
8616 xrightarrow
8617 \series default
8618
8619 \begin_inset Index
8620 status collapsed
8621
8622 \begin_layout Plain Layout
8623 Befehle ! X ! 
8624 \backslash
8625 xrightarrow
8626 \begin_inset ERT
8627 status collapsed
8628
8629 \begin_layout Plain Layout
8630
8631
8632 \backslash
8633 vspace{4mm}
8634 \end_layout
8635
8636 \end_inset
8637
8638
8639 \end_layout
8640
8641 \end_inset
8642
8643 .
8644  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8645  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8646  Die Pfeillänge passt sich der Breite der Beschriftung an.
8647 \end_layout
8648
8649 \begin_layout Standard
8650 \align center
8651 \begin_inset Tabular
8652 <lyxtabular version="3" rows="3" columns="2">
8653 <features>
8654 <column alignment="center" valignment="top" width="0pt">
8655 <column alignment="center" valignment="top" width="0pt">
8656 <row>
8657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661 Befehl
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670 Ergebnis
8671 \begin_inset Note Note
8672 status collapsed
8673
8674 \begin_layout Plain Layout
8675
8676 \series bold
8677
8678 \backslash
8679 raisebox
8680 \series default
8681  dient nur als Abstandhalter.
8682 \end_layout
8683
8684 \end_inset
8685
8686
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 </row>
8692 <row>
8693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 F(a)
8698 \backslash
8699 xleftarrow
8700 \begin_inset ERT
8701 status collapsed
8702
8703 \begin_layout Plain Layout
8704
8705
8706 \backslash
8707 leer 
8708 \end_layout
8709
8710 \end_inset
8711
8712 x=a
8713 \begin_inset Formula $\downarrow$
8714 \end_inset
8715
8716 x>0
8717 \begin_inset Formula $\to$
8718 \end_inset
8719
8720 F(x)
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8730 \end_inset
8731
8732
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 </row>
8738 <row>
8739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 F(x)
8744 \backslash
8745 xrightarrow
8746 \begin_inset ERT
8747 status collapsed
8748
8749 \begin_layout Plain Layout
8750
8751
8752 \backslash
8753 leer 
8754 \end_layout
8755
8756 \end_inset
8757
8758 x=a
8759 \begin_inset Formula $\downarrow$
8760 \end_inset
8761
8762 x>0
8763 \begin_inset Formula $\to$
8764 \end_inset
8765
8766 F(a)
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8776 \end_inset
8777
8778
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 </row>
8784 </lyxtabular>
8785
8786 \end_inset
8787
8788
8789 \end_layout
8790
8791 \begin_layout Subsection
8792 Vertikale und diagonale Pfeile
8793 \begin_inset Index
8794 status collapsed
8795
8796 \begin_layout Plain Layout
8797 Pfeile ! diagonale
8798 \end_layout
8799
8800 \end_inset
8801
8802
8803 \begin_inset Index
8804 status collapsed
8805
8806 \begin_layout Plain Layout
8807 Pfeile ! vertikale
8808 \end_layout
8809
8810 \end_inset
8811
8812
8813 \end_layout
8814
8815 \begin_layout Standard
8816 \begin_inset space \hfill{}
8817 \end_inset
8818
8819
8820 \begin_inset Tabular
8821 <lyxtabular version="3" rows="7" columns="2">
8822 <features>
8823 <column alignment="center" valignment="top" width="0pt">
8824 <column alignment="center" valignment="top" width="0pt">
8825 <row>
8826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830 Befehl
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 Ergebnis
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 </row>
8845 <row>
8846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850
8851 \backslash
8852 uparrow
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861 \begin_inset Formula $\uparrow$
8862 \end_inset
8863
8864
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 </row>
8870 <row>
8871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875
8876 \backslash
8877 Uparrow
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 \begin_inset Formula $\Uparrow$
8887 \end_inset
8888
8889
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 </row>
8895 <row>
8896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900
8901 \backslash
8902 updownarrow
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 \begin_inset Formula $\updownarrow$
8912 \end_inset
8913
8914
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 </row>
8920 <row>
8921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925
8926 \backslash
8927 Updownarrow
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 \begin_inset Formula $\Updownarrow$
8937 \end_inset
8938
8939
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 </row>
8945 <row>
8946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950
8951 \backslash
8952 Downarrow
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 \begin_inset Formula $\Downarrow$
8962 \end_inset
8963
8964
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 </row>
8970 <row>
8971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975
8976 \backslash
8977 downarrow
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 \begin_inset Formula $\downarrow$
8987 \end_inset
8988
8989
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 </row>
8995 </lyxtabular>
8996
8997 \end_inset
8998
8999
9000 \begin_inset space \hfill{}
9001 \end_inset
9002
9003
9004 \begin_inset Tabular
9005 <lyxtabular version="3" rows="5" columns="2">
9006 <features>
9007 <column alignment="center" valignment="top" width="0pt">
9008 <column alignment="center" valignment="top" width="0pt">
9009 <row>
9010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 Befehl
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 Ergebnis
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 </row>
9029 <row>
9030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034
9035 \backslash
9036 nearrow
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 \begin_inset Formula $\nearrow$
9046 \end_inset
9047
9048
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 </row>
9054 <row>
9055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059
9060 \backslash
9061 searrow
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 \begin_inset Formula $\searrow$
9071 \end_inset
9072
9073
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 </row>
9079 <row>
9080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084
9085 \backslash
9086 swarrow
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 \begin_inset Formula $\swarrow$
9096 \end_inset
9097
9098
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 </row>
9104 <row>
9105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109
9110 \backslash
9111 nwarrow
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 \begin_inset Formula $\nwarrow$
9121 \end_inset
9122
9123
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 </row>
9129 </lyxtabular>
9130
9131 \end_inset
9132
9133
9134 \begin_inset space \hfill{}
9135 \end_inset
9136
9137
9138 \end_layout
9139
9140 \begin_layout Standard
9141 \begin_inset VSpace medskip
9142 \end_inset
9143
9144 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9145  
9146 \begin_inset CommandInset ref
9147 LatexCommand ref
9148 reference "sub:Manuelle-Klammergrößen"
9149
9150 \end_inset
9151
9152  und 
9153 \begin_inset CommandInset ref
9154 LatexCommand ref
9155 reference "sub:Automatische-Klammergrößen"
9156
9157 \end_inset
9158
9159  beschriebenen Befehlen verwendet werden.
9160 \end_layout
9161
9162 \begin_layout Section
9163 Akzente
9164 \begin_inset CommandInset label
9165 LatexCommand label
9166 name "sec:Akzente"
9167
9168 \end_inset
9169
9170
9171 \begin_inset Index
9172 status collapsed
9173
9174 \begin_layout Plain Layout
9175 Akzente
9176 \end_layout
9177
9178 \end_inset
9179
9180
9181 \end_layout
9182
9183 \begin_layout Standard
9184 Akzente können über den Mathe-Werkzeugleistenknopf 
9185 \begin_inset Graphics
9186         filename ../../images/math/hat.png
9187         scale 85
9188
9189 \end_inset
9190
9191  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9192  aufgelistet sind.
9193 \end_layout
9194
9195 \begin_layout Subsection
9196 Akzente für ein Zeichen
9197 \begin_inset ERT
9198 status collapsed
9199
9200 \begin_layout Plain Layout
9201
9202
9203 \backslash
9204 texorpdfstring{
9205 \end_layout
9206
9207 \end_inset
9208
9209
9210 \begin_inset Foot
9211 status collapsed
9212
9213 \begin_layout Plain Layout
9214 Akzente im Text siehe 
9215 \begin_inset CommandInset ref
9216 LatexCommand ref
9217 reference "sub:Sonderzeichen-Akzente"
9218
9219 \end_inset
9220
9221
9222 \end_layout
9223
9224 \end_inset
9225
9226
9227 \begin_inset ERT
9228 status collapsed
9229
9230 \begin_layout Plain Layout
9231
9232 }{}
9233 \end_layout
9234
9235 \end_inset
9236
9237
9238 \begin_inset Note Note
9239 status collapsed
9240
9241 \begin_layout Plain Layout
9242
9243 \series bold
9244
9245 \backslash
9246 texorpdfstring
9247 \series default
9248  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9249 \end_layout
9250
9251 \begin_layout Plain Layout
9252 Näheres zu 
9253 \series bold
9254
9255 \backslash
9256 texorpdfstring
9257 \series default
9258  steht in Kapitel 
9259 \begin_inset CommandInset ref
9260 LatexCommand ref
9261 reference "sub:Formeln-in-Überschriften"
9262
9263 \end_inset
9264
9265 .
9266 \end_layout
9267
9268 \end_inset
9269
9270
9271 \begin_inset CommandInset label
9272 LatexCommand label
9273 name "sub:Akzente-für-ein"
9274
9275 \end_inset
9276
9277
9278 \begin_inset Index
9279 status collapsed
9280
9281 \begin_layout Plain Layout
9282 Akzente ! für ein Zeichen
9283 \end_layout
9284
9285 \end_inset
9286
9287
9288 \end_layout
9289
9290 \begin_layout Standard
9291 \begin_inset space \hfill{}
9292 \end_inset
9293
9294
9295 \begin_inset Tabular
9296 <lyxtabular version="3" rows="8" columns="2">
9297 <features>
9298 <column alignment="center" valignment="top" width="0pt">
9299 <column alignment="center" valignment="top" width="0pt">
9300 <row>
9301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305 Befehl
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314 Ergebnis
9315 \begin_inset Note Note
9316 status collapsed
9317
9318 \begin_layout Plain Layout
9319
9320 \series bold
9321
9322 \backslash
9323 raisebox
9324 \series default
9325  dient nur als Abstandhalter.
9326 \end_layout
9327
9328 \end_inset
9329
9330
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 </row>
9336 <row>
9337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Plain Layout
9341
9342 \backslash
9343 dot
9344 \begin_inset ERT
9345 status collapsed
9346
9347 \begin_layout Plain Layout
9348
9349
9350 \backslash
9351 leer 
9352 \end_layout
9353
9354 \end_inset
9355
9356 A
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9366 \end_inset
9367
9368
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 </row>
9374 <row>
9375 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379
9380 \backslash
9381 ddot
9382 \begin_inset ERT
9383 status collapsed
9384
9385 \begin_layout Plain Layout
9386
9387
9388 \backslash
9389 leer 
9390 \end_layout
9391
9392 \end_inset
9393
9394 A
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9404 \end_inset
9405
9406
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 </row>
9412 <row>
9413 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417
9418 \backslash
9419 dddot
9420 \begin_inset ERT
9421 status collapsed
9422
9423 \begin_layout Plain Layout
9424
9425
9426 \backslash
9427 leer 
9428 \end_layout
9429
9430 \end_inset
9431
9432 A
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9442 \end_inset
9443
9444
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 </row>
9450 <row>
9451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Plain Layout
9455
9456 \backslash
9457 ddddot{A
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Plain Layout
9466 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9467 \end_inset
9468
9469
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 </row>
9475 <row>
9476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480
9481 \backslash
9482 vec
9483 \begin_inset ERT
9484 status collapsed
9485
9486 \begin_layout Plain Layout
9487
9488
9489 \backslash
9490 leer 
9491 \end_layout
9492
9493 \end_inset
9494
9495 A
9496 \begin_inset Index
9497 status collapsed
9498
9499 \begin_layout Plain Layout
9500 Vektoren
9501 \end_layout
9502
9503 \end_inset
9504
9505
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9515 \end_inset
9516
9517
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 </row>
9523 <row>
9524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Plain Layout
9528
9529 \backslash
9530 bar
9531 \begin_inset ERT
9532 status collapsed
9533
9534 \begin_layout Plain Layout
9535
9536
9537 \backslash
9538 leer 
9539 \end_layout
9540
9541 \end_inset
9542
9543 A
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9553 \end_inset
9554
9555
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 </row>
9561 <row>
9562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \backslash
9568 mathring
9569 \begin_inset ERT
9570 status collapsed
9571
9572 \begin_layout Plain Layout
9573
9574
9575 \backslash
9576 leer 
9577 \end_layout
9578
9579 \end_inset
9580
9581 A
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9591 \end_inset
9592
9593
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 </row>
9599 </lyxtabular>
9600
9601 \end_inset
9602
9603
9604 \begin_inset space \hfill{}
9605 \end_inset
9606
9607
9608 \begin_inset Tabular
9609 <lyxtabular version="3" rows="7" columns="2">
9610 <features>
9611 <column alignment="center" valignment="top" width="0pt">
9612 <column alignment="center" valignment="top" width="0pt">
9613 <row>
9614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Plain Layout
9618 Befehl
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Plain Layout
9627 Ergebnis
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 </row>
9633 <row>
9634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9635 \begin_inset Text
9636
9637 \begin_layout Plain Layout
9638
9639 \backslash
9640 tilde
9641 \begin_inset ERT
9642 status collapsed
9643
9644 \begin_layout Plain Layout
9645
9646
9647 \backslash
9648 leer 
9649 \end_layout
9650
9651 \end_inset
9652
9653 A
9654 \end_layout
9655
9656 \end_inset
9657 </cell>
9658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9659 \begin_inset Text
9660
9661 \begin_layout Plain Layout
9662 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9663 \end_inset
9664
9665
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 </row>
9671 <row>
9672 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Plain Layout
9676
9677 \backslash
9678 hat
9679 \begin_inset ERT
9680 status collapsed
9681
9682 \begin_layout Plain Layout
9683
9684
9685 \backslash
9686 leer 
9687 \end_layout
9688
9689 \end_inset
9690
9691 A
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9701 \end_inset
9702
9703
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 </row>
9709 <row>
9710 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714
9715 \backslash
9716 check
9717 \begin_inset ERT
9718 status collapsed
9719
9720 \begin_layout Plain Layout
9721
9722
9723 \backslash
9724 leer 
9725 \end_layout
9726
9727 \end_inset
9728
9729 A
9730 \end_layout
9731
9732 \end_inset
9733 </cell>
9734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9735 \begin_inset Text
9736
9737 \begin_layout Plain Layout
9738 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9739 \end_inset
9740
9741
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 </row>
9747 <row>
9748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Plain Layout
9752
9753 \backslash
9754 acute
9755 \begin_inset ERT
9756 status collapsed
9757
9758 \begin_layout Plain Layout
9759
9760
9761 \backslash
9762 leer 
9763 \end_layout
9764
9765 \end_inset
9766
9767 A
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9777 \end_inset
9778
9779
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 </row>
9785 <row>
9786 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Plain Layout
9790
9791 \backslash
9792 grave
9793 \begin_inset ERT
9794 status collapsed
9795
9796 \begin_layout Plain Layout
9797
9798
9799 \backslash
9800 leer 
9801 \end_layout
9802
9803 \end_inset
9804
9805 A
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9815 \end_inset
9816
9817
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 </row>
9823 <row>
9824 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Plain Layout
9828
9829 \backslash
9830 breve
9831 \begin_inset ERT
9832 status collapsed
9833
9834 \begin_layout Plain Layout
9835
9836
9837 \backslash
9838 leer 
9839 \end_layout
9840
9841 \end_inset
9842
9843 A
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9853 \end_inset
9854
9855
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 </row>
9861 </lyxtabular>
9862
9863 \end_inset
9864
9865
9866 \begin_inset space \hfill{}
9867 \end_inset
9868
9869
9870 \end_layout
9871
9872 \begin_layout Standard
9873 \begin_inset VSpace bigskip
9874 \end_inset
9875
9876 Wenn man in einer Formel Umlaute
9877 \begin_inset Index
9878 status collapsed
9879
9880 \begin_layout Plain Layout
9881 Umlaute
9882 \end_layout
9883
9884 \end_inset
9885
9886  erstellen will, schreibt man ein Anführungszeichen vor den Selbstlaut.
9887  Diese beiden Zeichen bilden dann für LaTeX 
9888 \emph on
9889 ein
9890 \emph default
9891  Zeichen.
9892  Im Gegensatz zu 
9893 \series bold
9894
9895 \backslash
9896 ddot
9897 \series default
9898  entstehen damit 
9899 \begin_inset Quotes gld
9900 \end_inset
9901
9902 echte
9903 \begin_inset Quotes grd
9904 \end_inset
9905
9906  Umlaute, was folgendes Beispiel zeigt:
9907 \end_layout
9908
9909 \begin_layout Standard
9910 \begin_inset VSpace -2mm
9911 \end_inset
9912
9913
9914 \end_layout
9915
9916 \begin_layout Standard
9917 \align center
9918 \begin_inset Tabular
9919 <lyxtabular version="3" rows="3" columns="2">
9920 <features>
9921 <column alignment="center" valignment="top" width="0">
9922 <column alignment="center" valignment="top" width="0">
9923 <row>
9924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928 Befehl
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937 Ergebnis
9938 \begin_inset Note Note
9939 status collapsed
9940
9941 \begin_layout Plain Layout
9942
9943 \series bold
9944
9945 \backslash
9946 raisebox
9947 \series default
9948  dient nur als Abstandhalter.
9949 \end_layout
9950
9951 \end_inset
9952
9953
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 </row>
9959 <row>
9960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964 \begin_inset Quotes grd
9965 \end_inset
9966
9967 i
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976 \begin_inset Formula $"i$
9977 \end_inset
9978
9979
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 </row>
9985 <row>
9986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990
9991 \backslash
9992 ddot
9993 \begin_inset ERT
9994 status collapsed
9995
9996 \begin_layout Plain Layout
9997
9998
9999 \backslash
10000 leer 
10001 \end_layout
10002
10003 \end_inset
10004
10005 i
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10015 \end_inset
10016
10017
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 </row>
10023 </lyxtabular>
10024
10025 \end_inset
10026
10027
10028 \end_layout
10029
10030 \begin_layout Standard
10031 Ein weiterer Vorteil gegenüber 
10032 \series bold
10033
10034 \backslash
10035 ddot
10036 \series default
10037  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10038  denn die obigen Akzentbefehle sind 
10039 \emph on
10040 im mathematischen Text\SpecialChar \-
10041 modus nicht erlaubt
10042 \emph default
10043 .
10044  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10045  nur das Zeichen unter dem Akzent umgewandelt werden.
10046  Das gilt auch für alle anderen Umwandlungen wie z.
10047 \begin_inset space \thinspace{}
10048 \end_inset
10049
10050 B.
10051  in kursiv oder fett.
10052 \end_layout
10053
10054 \begin_layout Standard
10055 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10056  direkt eingegeben werden.
10057 \end_layout
10058
10059 \begin_layout Subsection
10060 Akzente für Operatoren
10061 \begin_inset Index
10062 status collapsed
10063
10064 \begin_layout Plain Layout
10065 Akzente ! für Operatoren
10066 \end_layout
10067
10068 \end_inset
10069
10070
10071 \end_layout
10072
10073 \begin_layout Standard
10074 Zum Akzentuieren von Operatoren gibt es die Befehle 
10075 \series bold
10076
10077 \backslash
10078 overset
10079 \series default
10080
10081 \begin_inset Index
10082 status collapsed
10083
10084 \begin_layout Plain Layout
10085 Befehle ! O ! 
10086 \backslash
10087 overset
10088 \end_layout
10089
10090 \end_inset
10091
10092  und 
10093 \series bold
10094
10095 \backslash
10096 underset
10097 \series default
10098
10099 \begin_inset Index
10100 status collapsed
10101
10102 \begin_layout Plain Layout
10103 Befehle ! U ! 
10104 \backslash
10105 underset
10106 \end_layout
10107
10108 \end_inset
10109
10110 , mit denen man Zeichen über bzw.
10111  unter einen Operator setzen kann.
10112  Mit dem Befehl 
10113 \series bold
10114
10115 \backslash
10116 sideset
10117 \series default
10118
10119 \begin_inset Index
10120 status collapsed
10121
10122 \begin_layout Plain Layout
10123 Befehle ! S ! 
10124 \backslash
10125 sideset
10126 \end_layout
10127
10128 \end_inset
10129
10130  können Zeichen vor und nach einen Operator gesetzt werden.
10131  Das Befehlsschema lautet:
10132 \end_layout
10133
10134 \begin_layout Standard
10135
10136 \series bold
10137
10138 \backslash
10139 sideset{Zeichen
10140 \series default
10141  
10142 \series bold
10143 davor}{Zeichen
10144 \series default
10145  
10146 \series bold
10147 dahinter}
10148 \end_layout
10149
10150 \begin_layout Standard
10151
10152 \series bold
10153
10154 \backslash
10155 sideset
10156 \series default
10157  mussen immer vor dem zu akzentuierenden Operator stehen.
10158  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10159  Symbolen akzentuiert werden.
10160  Will man mit 
10161 \series bold
10162
10163 \backslash
10164 sideset
10165 \series default
10166  z.
10167 \begin_inset space \thinspace{}
10168 \end_inset
10169
10170 B.
10171  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10172  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10173 \end_layout
10174
10175 \begin_layout Standard
10176 Z.
10177 \begin_inset space \thinspace{}
10178 \end_inset
10179
10180 B.
10181  ergibt der Befehl 
10182 \series bold
10183
10184 \backslash
10185 sideset{
10186 \begin_inset Formula $\to$
10187 \end_inset
10188
10189
10190 \backslash
10191 {
10192 \series default
10193 '
10194 \series bold
10195
10196 \begin_inset Formula $\to$
10197 \end_inset
10198
10199
10200 \backslash
10201 sum_k=1
10202 \begin_inset ERT
10203 status collapsed
10204
10205 \begin_layout Plain Layout
10206
10207
10208 \backslash
10209 leer 
10210 \end_layout
10211
10212 \end_inset
10213
10214
10215 \series default
10216 ^
10217 \series bold
10218 n
10219 \series default
10220  :
10221 \begin_inset Formula \[
10222 \sideset{}{'}\sum_{k=1}^{n}\]
10223
10224 \end_inset
10225
10226
10227 \end_layout
10228
10229 \begin_layout Standard
10230 Der Befehl 
10231 \series bold
10232
10233 \backslash
10234 overset
10235 \begin_inset ERT
10236 status collapsed
10237
10238 \begin_layout Plain Layout
10239
10240
10241 \backslash
10242 leer 
10243 \end_layout
10244
10245 \end_inset
10246
10247
10248 \backslash
10249 maltese
10250 \begin_inset ERT
10251 status collapsed
10252
10253 \begin_layout Plain Layout
10254
10255
10256 \backslash
10257 leer 
10258 \end_layout
10259
10260 \end_inset
10261
10262
10263 \series default
10264
10265 \begin_inset Formula $\uparrow$
10266 \end_inset
10267
10268
10269 \series bold
10270 a
10271 \series default
10272  ergibt:
10273 \begin_inset Formula \[
10274 \overset{a}{\maltese}\]
10275
10276 \end_inset
10277
10278 Wie man am letzten Beispiel sieht, kann man mit 
10279 \series bold
10280
10281 \backslash
10282 overset
10283 \series default
10284  bzw.
10285  
10286 \series bold
10287
10288 \backslash
10289 underset
10290 \series default
10291  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10292 \series bold
10293
10294 \backslash
10295 sideset
10296 \series default
10297  ist dies nicht möglich.
10298 \end_layout
10299
10300 \begin_layout Subsection
10301 Akzente für mehrere Zeichen
10302 \begin_inset CommandInset label
10303 LatexCommand label
10304 name "sub:Akzente-für-mehrere"
10305
10306 \end_inset
10307
10308
10309 \begin_inset Index
10310 status collapsed
10311
10312 \begin_layout Plain Layout
10313 Akzente ! für mehrere Zeichen
10314 \end_layout
10315
10316 \end_inset
10317
10318
10319 \end_layout
10320
10321 \begin_layout Standard
10322 \begin_inset space \hfill{}
10323 \end_inset
10324
10325
10326 \begin_inset Tabular
10327 <lyxtabular version="3" rows="5" columns="2">
10328 <features>
10329 <column alignment="center" valignment="top" width="0pt">
10330 <column alignment="center" valignment="top" width="0pt">
10331 <row>
10332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 Befehl
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345 Ergebnis
10346 \begin_inset Note Note
10347 status collapsed
10348
10349 \begin_layout Plain Layout
10350
10351 \series bold
10352
10353 \backslash
10354 raisebox
10355 \series default
10356  dient nur als Abstandhalter.
10357 \end_layout
10358
10359 \end_inset
10360
10361
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 </row>
10367 <row>
10368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372
10373 \backslash
10374 overleftarrow
10375 \begin_inset ERT
10376 status collapsed
10377
10378 \begin_layout Plain Layout
10379
10380
10381 \backslash
10382 leer 
10383 \end_layout
10384
10385 \end_inset
10386
10387 A=B
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10397 \end_inset
10398
10399
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 </row>
10405 <row>
10406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410
10411 \backslash
10412 underleftarrow
10413 \begin_inset ERT
10414 status collapsed
10415
10416 \begin_layout Plain Layout
10417
10418
10419 \backslash
10420 leer 
10421 \end_layout
10422
10423 \end_inset
10424
10425 A=B
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10435 \end_inset
10436
10437
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 </row>
10443 <row>
10444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448
10449 \backslash
10450 overleftrightarrow
10451 \begin_inset ERT
10452 status collapsed
10453
10454 \begin_layout Plain Layout
10455
10456
10457 \backslash
10458 leer 
10459 \end_layout
10460
10461 \end_inset
10462
10463 A=B
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10473 \end_inset
10474
10475
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 </row>
10481 <row>
10482 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486
10487 \backslash
10488 underleftrightarrow
10489 \begin_inset ERT
10490 status collapsed
10491
10492 \begin_layout Plain Layout
10493
10494
10495 \backslash
10496 leer 
10497 \end_layout
10498
10499 \end_inset
10500
10501 A=B
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10511 \end_inset
10512
10513
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 </row>
10519 </lyxtabular>
10520
10521 \end_inset
10522
10523
10524 \begin_inset space \hfill{}
10525 \end_inset
10526
10527
10528 \begin_inset Tabular
10529 <lyxtabular version="3" rows="5" columns="2">
10530 <features>
10531 <column alignment="center" valignment="top" width="0pt">
10532 <column alignment="center" valignment="top" width="0pt">
10533 <row>
10534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 Befehl
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547 Ergebnis
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 </row>
10553 <row>
10554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558
10559 \backslash
10560 overrightarrow
10561 \begin_inset ERT
10562 status collapsed
10563
10564 \begin_layout Plain Layout
10565
10566
10567 \backslash
10568 leer 
10569 \end_layout
10570
10571 \end_inset
10572
10573 A=B
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10583 \end_inset
10584
10585
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 </row>
10591 <row>
10592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596
10597 \backslash
10598 underrightarrow
10599 \begin_inset ERT
10600 status collapsed
10601
10602 \begin_layout Plain Layout
10603
10604
10605 \backslash
10606 leer 
10607 \end_layout
10608
10609 \end_inset
10610
10611 A=B
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10621 \end_inset
10622
10623
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 </row>
10629 <row>
10630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10631 \begin_inset Text
10632
10633 \begin_layout Plain Layout
10634
10635 \backslash
10636 widetilde
10637 \begin_inset ERT
10638 status collapsed
10639
10640 \begin_layout Plain Layout
10641
10642
10643 \backslash
10644 leer 
10645 \end_layout
10646
10647 \end_inset
10648
10649 A=B
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10659 \end_inset
10660
10661
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 </row>
10667 <row>
10668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672
10673 \backslash
10674 widehat
10675 \begin_inset ERT
10676 status collapsed
10677
10678 \begin_layout Plain Layout
10679
10680
10681 \backslash
10682 leer 
10683 \end_layout
10684
10685 \end_inset
10686
10687 A=B
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10697 \end_inset
10698
10699
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 </row>
10705 </lyxtabular>
10706
10707 \end_inset
10708
10709
10710 \begin_inset space \hfill{}
10711 \end_inset
10712
10713
10714 \end_layout
10715
10716 \begin_layout Standard
10717 \begin_inset VSpace medskip
10718 \end_inset
10719
10720 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10721  Die Akzente
10722 \begin_inset Newline linebreak
10723 \end_inset
10724
10725
10726 \series bold
10727
10728 \backslash
10729 widetilde
10730 \series default
10731  und 
10732 \series bold
10733
10734 \backslash
10735 widehat
10736 \series default
10737  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10738  was folgendes Beispiel verdeutlicht:
10739 \begin_inset Formula \[
10740 \widetilde{A+B=C-D}\]
10741
10742 \end_inset
10743
10744
10745 \end_layout
10746
10747 \begin_layout Standard
10748 Mit den im vorigen Kapitel beschriebenen Befehlen 
10749 \series bold
10750
10751 \backslash
10752 overset
10753 \series default
10754
10755 \begin_inset Index
10756 status collapsed
10757
10758 \begin_layout Plain Layout
10759 Befehle ! O ! 
10760 \backslash
10761 overset
10762 \end_layout
10763
10764 \end_inset
10765
10766  und 
10767 \series bold
10768
10769 \backslash
10770 underset
10771 \series default
10772
10773 \begin_inset Index
10774 status collapsed
10775
10776 \begin_layout Plain Layout
10777 Befehle ! U ! 
10778 \backslash
10779 underset
10780 \end_layout
10781
10782 \end_inset
10783
10784  ist es auch möglich mehrere Zeichen zu akzentuieren.
10785  Der Befehl 
10786 \series bold
10787
10788 \backslash
10789 underset
10790 \begin_inset ERT
10791 status collapsed
10792
10793 \begin_layout Plain Layout
10794
10795
10796 \backslash
10797 leer 
10798 \end_layout
10799
10800 \end_inset
10801
10802 A=B
10803 \begin_inset Formula $\downarrow$
10804 \end_inset
10805
10806 ***
10807 \series default
10808  ergibt:
10809 \begin_inset Formula \[
10810 \underset{***}{A=B}\]
10811
10812 \end_inset
10813
10814
10815 \end_layout
10816
10817 \begin_layout Section
10818 Leerraum
10819 \begin_inset CommandInset label
10820 LatexCommand label
10821 name "sub:Leerraum"
10822
10823 \end_inset
10824
10825
10826 \begin_inset Index
10827 status collapsed
10828
10829 \begin_layout Plain Layout
10830 Leerraum ! horizontaler
10831 \end_layout
10832
10833 \end_inset
10834
10835
10836 \end_layout
10837
10838 \begin_layout Subsection
10839 Vordefinierter Leerraum
10840 \begin_inset CommandInset label
10841 LatexCommand label
10842 name "sub:Vordefinierter-Leerraum"
10843
10844 \end_inset
10845
10846
10847 \begin_inset Index
10848 status collapsed
10849
10850 \begin_layout Plain Layout
10851 Leerraum ! horizontaler ! vordefiniert
10852 \end_layout
10853
10854 \end_inset
10855
10856
10857 \end_layout
10858
10859 \begin_layout Standard
10860 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
10861  Dazu gibt man ein geschütztes Leerzeichen ein.
10862  Es erscheint ein blaues 
10863 \begin_inset Quotes gld
10864 \end_inset
10865
10866
10867 \series bold
10868 \color blue
10869
10870 \begin_inset ERT
10871 status collapsed
10872
10873 \begin_layout Plain Layout
10874
10875
10876 \backslash
10877 leer 
10878 \end_layout
10879
10880 \end_inset
10881
10882
10883 \series default
10884 \color inherit
10885
10886 \begin_inset Quotes grd
10887 \end_inset
10888
10889  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
10890  Leerraum-Größen wählen.
10891  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
10892 \begin_inset Graphics
10893         filename ../../images/math/space.png
10894         scale 85
10895
10896 \end_inset
10897
10898  oder mit einzelnen Befehlen aufrufen.
10899  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
10900  danach wieder aus allen Größen wählen.
10901 \end_layout
10902
10903 \begin_layout Standard
10904 \align center
10905 \begin_inset VSpace -5mm
10906 \end_inset
10907
10908
10909 \begin_inset Tabular
10910 <lyxtabular version="3" rows="3" columns="7">
10911 <features>
10912 <column alignment="center" valignment="middle" width="6.8cm">
10913 <column alignment="center" valignment="top" width="0pt">
10914 <column alignment="center" valignment="top" width="0pt">
10915 <column alignment="center" valignment="top" width="0pt">
10916 <column alignment="center" valignment="top" width="0pt">
10917 <column alignment="center" valignment="top" width="0pt">
10918 <column alignment="center" valignment="top" width="0pt">
10919 <row>
10920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924 Befehl
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933
10934 \backslash
10935 ,
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944
10945 \backslash
10946 :
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955
10956 \backslash
10957 ;
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10963 \begin_inset Text
10964
10965 \begin_layout Plain Layout
10966
10967 \backslash
10968 quad
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Plain Layout
10977
10978 \backslash
10979 qquad
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988
10989 \backslash
10990 !
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 </row>
10996 <row>
10997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010 0
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 1
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028 2
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037 3
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046 4
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055 5
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 </row>
11061 <row>
11062 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 Ergebnis
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 \begin_inset Formula $A\, B$
11076 \end_inset
11077
11078
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087 \begin_inset Formula $A\: B$
11088 \end_inset
11089
11090
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099 \begin_inset Formula $A\; B$
11100 \end_inset
11101
11102
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 \begin_inset Formula $A\quad B$
11112 \end_inset
11113
11114
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123 \begin_inset Formula $A\qquad B$
11124 \end_inset
11125
11126
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 \begin_inset Formula $A\! B$
11136 \end_inset
11137
11138
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 </row>
11144 </lyxtabular>
11145
11146 \end_inset
11147
11148
11149 \end_layout
11150
11151 \begin_layout Standard
11152 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11153  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11154  denn sie erstellt negativen Leerraum.
11155  Es gibt noch zwei weitere negative Leerräume:
11156 \end_layout
11157
11158 \begin_layout Standard
11159 \align center
11160 \begin_inset Tabular
11161 <lyxtabular version="3" rows="3" columns="3">
11162 <features>
11163 <column alignment="center" valignment="middle" width="6.8cm">
11164 <column alignment="center" valignment="top" width="0pt">
11165 <column alignment="center" valignment="top" width="0pt">
11166 <row>
11167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 Befehl
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180
11181 \backslash
11182 negmedspace
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191
11192 \backslash
11193 negthickspace
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 </row>
11199 <row>
11200 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213 6
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 7
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 </row>
11228 <row>
11229 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 Ergebnis
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 \begin_inset Formula $A\negmedspace B$
11243 \end_inset
11244
11245
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 \begin_inset Formula $A\negthickspace B$
11255 \end_inset
11256
11257
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 </row>
11263 </lyxtabular>
11264
11265 \end_inset
11266
11267
11268 \end_layout
11269
11270 \begin_layout Standard
11271 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11272  Man kann auf diese Weise Ligaturen erzwingen, was z.
11273 \begin_inset space \thinspace{}
11274 \end_inset
11275
11276 B.
11277  für Summenzeichen von Nutzen ist: 
11278 \end_layout
11279
11280 \begin_layout Standard
11281 \align center
11282 \begin_inset Tabular
11283 <lyxtabular version="3" rows="3" columns="2">
11284 <features>
11285 <column alignment="center" valignment="top" width="0">
11286 <column alignment="center" valignment="top" width="0">
11287 <row>
11288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292 Befehl
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 Ergebnis
11302 \begin_inset Note Note
11303 status collapsed
11304
11305 \begin_layout Plain Layout
11306
11307 \series bold
11308
11309 \backslash
11310 raisebox
11311 \series default
11312  dient nur als Abstandhalter.
11313 \end_layout
11314
11315 \end_inset
11316
11317
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 </row>
11323 <row>
11324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Plain Layout
11328
11329 \backslash
11330 sum
11331 \backslash
11332 sum
11333 \begin_inset ERT
11334 status collapsed
11335
11336 \begin_layout Plain Layout
11337
11338
11339 \backslash
11340 leer 
11341 \end_layout
11342
11343 \end_inset
11344
11345 f_kl
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11355 \end_inset
11356
11357
11358 \end_layout
11359
11360 \end_inset
11361 </cell>
11362 </row>
11363 <row>
11364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368
11369 \backslash
11370 sum
11371 \backslash
11372 negmedspace
11373 \backslash
11374 sum
11375 \begin_inset ERT
11376 status collapsed
11377
11378 \begin_layout Plain Layout
11379
11380
11381 \backslash
11382 leer 
11383 \end_layout
11384
11385 \end_inset
11386
11387 f_kl
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11397 \end_inset
11398
11399
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 </row>
11405 </lyxtabular>
11406
11407 \end_inset
11408
11409
11410 \end_layout
11411
11412 \begin_layout Standard
11413 Relationen, wie z.
11414 \begin_inset space \thinspace{}
11415 \end_inset
11416
11417 B.
11418  Gleichheitszeichen, sind immer von Leerraum umgeben.
11419  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11420  TeX-Klammer.
11421  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11422 \end_layout
11423
11424 \begin_layout Standard
11425 \align center
11426 \begin_inset Tabular
11427 <lyxtabular version="3" rows="2" columns="2">
11428 <features>
11429 <column alignment="center" valignment="top" width="0pt">
11430 <column alignment="center" valignment="top" width="0pt">
11431 <row>
11432 <cell alignment="center" valignment="top" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Plain Layout
11436 normale Gleichung
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell alignment="center" valignment="top" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 \begin_inset Formula $A=B$
11446 \end_inset
11447
11448
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 </row>
11454 <row>
11455 <cell alignment="center" valignment="top" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 \begin_inset Note Note
11460 status collapsed
11461
11462 \begin_layout Plain Layout
11463
11464 \series bold
11465
11466 \backslash
11467 raisebox
11468 \series default
11469  dient nur als Abstandhalter.
11470 \end_layout
11471
11472 \end_inset
11473
11474
11475 \begin_inset Formula $\raisebox{5mm}{}$
11476 \end_inset
11477
11478 Gleichung ohne Leerraum
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 \begin_inset Formula $A{=}B$
11488 \end_inset
11489
11490
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 </row>
11496 </lyxtabular>
11497
11498 \end_inset
11499
11500
11501 \end_layout
11502
11503 \begin_layout Standard
11504 Der Befehl für die letzte Formel lautet: 
11505 \series bold
11506 A
11507 \backslash
11508 {=
11509 \begin_inset Formula $\to$
11510 \end_inset
11511
11512 B
11513 \end_layout
11514
11515 \begin_layout Standard
11516 \begin_inset VSpace bigskip
11517 \end_inset
11518
11519 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11520  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11521  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11522 \family sans
11523 Einfügen\SpecialChar \menuseparator
11524 Formatierung\SpecialChar \menuseparator
11525 Kleiner
11526 \begin_inset space ~
11527 \end_inset
11528
11529 Abstand
11530 \family default
11531  (Tastenkürzel 
11532 \family sans
11533 Strg-Shift-Leertaste
11534 \family default
11535 ) ein.
11536 \end_layout
11537
11538 \begin_layout Standard
11539 Ein Beispiel zur Veranschaulichung:
11540 \end_layout
11541
11542 \begin_layout Standard
11543 \begin_inset Tabular
11544 <lyxtabular version="3" rows="2" columns="2">
11545 <features>
11546 <column alignment="left" valignment="top" width="0">
11547 <column alignment="left" valignment="top" width="0">
11548 <row>
11549 <cell alignment="center" valignment="top" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553 24 kW
11554 \begin_inset Formula $\cdot$
11555 \end_inset
11556
11557 h
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 <cell alignment="center" valignment="top" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 Leerzeichen zwischen Wert und Einheit
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 </row>
11572 <row>
11573 <cell alignment="center" valignment="top" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 24
11578 \begin_inset space \thinspace{}
11579 \end_inset
11580
11581 kW
11582 \begin_inset Formula $\cdot$
11583 \end_inset
11584
11585 h
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 <cell alignment="center" valignment="top" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Plain Layout
11594 kleinster Leerraum zwischen Wert und Einheit
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 </row>
11600 </lyxtabular>
11601
11602 \end_inset
11603
11604
11605 \end_layout
11606
11607 \begin_layout Subsection
11608 Variabler Leerraum
11609 \begin_inset ERT
11610 status collapsed
11611
11612 \begin_layout Plain Layout
11613
11614
11615 \backslash
11616 texorpdfstring{
11617 \end_layout
11618
11619 \end_inset
11620
11621
11622 \begin_inset Foot
11623 status collapsed
11624
11625 \begin_layout Plain Layout
11626 für vertikalen Leerraum in Formeln siehe 
11627 \begin_inset CommandInset ref
11628 LatexCommand ref
11629 reference "sub:Zeilenabstand"
11630
11631 \end_inset
11632
11633
11634 \end_layout
11635
11636 \end_inset
11637
11638
11639 \begin_inset ERT
11640 status collapsed
11641
11642 \begin_layout Plain Layout
11643
11644 }{}
11645 \end_layout
11646
11647 \end_inset
11648
11649
11650 \begin_inset Note Note
11651 status collapsed
11652
11653 \begin_layout Plain Layout
11654
11655 \series bold
11656
11657 \backslash
11658 texorpdfstring
11659 \series default
11660  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11661 \end_layout
11662
11663 \begin_layout Plain Layout
11664 Näheres zu 
11665 \series bold
11666
11667 \backslash
11668 texorpdfstring
11669 \series default
11670  steht in Kapitel 
11671 \begin_inset CommandInset ref
11672 LatexCommand ref
11673 reference "sub:Formeln-in-Überschriften"
11674
11675 \end_inset
11676
11677 .
11678 \end_layout
11679
11680 \end_inset
11681
11682
11683 \begin_inset CommandInset label
11684 LatexCommand label
11685 name "sub:Variabler-Leerraum"
11686
11687 \end_inset
11688
11689
11690 \begin_inset Index
11691 status collapsed
11692
11693 \begin_layout Plain Layout
11694 Leerraum ! horizontaler ! variabel
11695 \end_layout
11696
11697 \end_inset
11698
11699
11700 \end_layout
11701
11702 \begin_layout Standard
11703 Leerraum mit vorgegebener Länge lässt sich in LyX mit dem Befehl 
11704 \series bold
11705
11706 \backslash
11707 hspace{Länge}
11708 \series default
11709
11710 \begin_inset Index
11711 status collapsed
11712
11713 \begin_layout Plain Layout
11714 Befehle ! H ! 
11715 \backslash
11716 hspace
11717 \end_layout
11718
11719 \end_inset
11720
11721  einfügen.
11722  Dabei können alle Längeneinheiten verwendet werden, die in 
11723 \begin_inset CommandInset ref
11724 LatexCommand ref
11725 reference "tab:Verwendete-Einheiten"
11726
11727 \end_inset
11728
11729  aufgelistet sind, mit Ausnahme der Einheit 
11730 \begin_inset Quotes gld
11731 \end_inset
11732
11733 mu
11734 \begin_inset Quotes grd
11735 \end_inset
11736
11737 .
11738  Die Länge darf auch negativ sein.
11739  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
11740  einnimmt, benutzt man den Befehl 
11741 \series bold
11742
11743 \backslash
11744 hfill
11745 \series default
11746
11747 \begin_inset Index
11748 status collapsed
11749
11750 \begin_layout Plain Layout
11751 Befehle ! H ! 
11752 \backslash
11753 hfill
11754 \end_layout
11755
11756 \end_inset
11757
11758 .
11759 \end_layout
11760
11761 \begin_layout Standard
11762 \begin_inset VSpace -1mm
11763 \end_inset
11764
11765
11766 \end_layout
11767
11768 \begin_layout Standard
11769 \align center
11770 \begin_inset Tabular
11771 <lyxtabular version="3" rows="4" columns="2">
11772 <features>
11773 <column alignment="center" valignment="top" width="0">
11774 <column alignment="center" valignment="top" width="0">
11775 <row>
11776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11777 \begin_inset Text
11778
11779 \begin_layout Plain Layout
11780 Befehl
11781 \end_layout
11782
11783 \end_inset
11784 </cell>
11785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11786 \begin_inset Text
11787
11788 \begin_layout Plain Layout
11789 Ergebnis
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 </row>
11795 <row>
11796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11797 \begin_inset Text
11798
11799 \begin_layout Plain Layout
11800 A=B
11801 \backslash
11802 hspace{3cm
11803 \begin_inset Formula $\to$
11804 \end_inset
11805
11806 A
11807 \backslash
11808 not=C
11809 \end_layout
11810
11811 \end_inset
11812 </cell>
11813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11814 \begin_inset Text
11815
11816 \begin_layout Plain Layout
11817 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11818 \end_inset
11819
11820
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 </row>
11826 <row>
11827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831 A
11832 \backslash
11833 hspace{-1mm
11834 \begin_inset Formula $\to$
11835 \end_inset
11836
11837 A
11838 \backslash
11839 not=A
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11845 \begin_inset Text
11846
11847 \begin_layout Plain Layout
11848 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11849 \end_inset
11850
11851
11852 \end_layout
11853
11854 \end_inset
11855 </cell>
11856 </row>
11857 <row>
11858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11859 \begin_inset Text
11860
11861 \begin_layout Plain Layout
11862 A=A
11863 \backslash
11864 hfill
11865 \begin_inset ERT
11866 status collapsed
11867
11868 \begin_layout Plain Layout
11869
11870
11871 \backslash
11872 leer 
11873 \end_layout
11874
11875 \end_inset
11876
11877 B=B
11878 \end_layout
11879
11880 \end_inset
11881 </cell>
11882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11883 \begin_inset Text
11884
11885 \begin_layout Plain Layout
11886 \begin_inset Formula $A=A\hfill B=B$
11887 \end_inset
11888
11889
11890 \end_layout
11891
11892 \end_inset
11893 </cell>
11894 </row>
11895 </lyxtabular>
11896
11897 \end_inset
11898
11899
11900 \end_layout
11901
11902 \begin_layout Standard
11903 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
11904  Spalteneintrags der Tabelle vorgegeben.
11905  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
11906  in die 
11907 \series bold
11908
11909 \backslash
11910 hfill
11911 \series default
11912  eingegeben wird.
11913  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
11914  
11915 \series bold
11916
11917 \backslash
11918 hfill
11919 \series default
11920  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
11921 \series bold
11922 Eingerückt
11923 \series default
11924  eingestellt ist.
11925  (Formelstile sind in 
11926 \begin_inset CommandInset ref
11927 LatexCommand ref
11928 reference "sec:Formelstile"
11929
11930 \end_inset
11931
11932  erklärt.)
11933 \end_layout
11934
11935 \begin_layout Standard
11936 Neben 
11937 \series bold
11938
11939 \backslash
11940 hfill
11941 \series default
11942  gibt es noch die Befehle 
11943 \series bold
11944
11945 \backslash
11946 dotfill
11947 \series default
11948  und 
11949 \series bold
11950
11951 \backslash
11952 hrulefill
11953 \series default
11954 , die den Leerraum mit einem Muster füllen, siehe 
11955 \begin_inset CommandInset ref
11956 LatexCommand ref
11957 reference "sub:Fortsetzungspunkte"
11958
11959 \end_inset
11960
11961  für ein Beispiel.
11962 \end_layout
11963
11964 \begin_layout Standard
11965 Variabler Leerraum kann für Text über das Menü 
11966 \family sans
11967 Einfügen\SpecialChar \menuseparator
11968 Formatierung\SpecialChar \menuseparator
11969 Horizontaler
11970 \begin_inset space ~
11971 \end_inset
11972
11973 Abstand
11974 \family default
11975  eingefügt werden, was in Formeln nicht möglich ist:
11976 \end_layout
11977
11978 \begin_layout Standard
11979 Dies ist eine Zeile mit
11980 \begin_inset space \hspace{}
11981 \length 2cm
11982 \end_inset
11983
11984 2
11985 \begin_inset space \thinspace{}
11986 \end_inset
11987
11988 cm Leerraum.
11989 \end_layout
11990
11991 \begin_layout Standard
11992 Dies ist eine Zeile mit
11993 \begin_inset space \hfill{}
11994 \end_inset
11995
11996 maximalem Leerraum.
11997 \end_layout
11998
11999 \begin_layout Subsection
12000 Leerraum neben eingebetteten Formeln
12001 \begin_inset Index
12002 status collapsed
12003
12004 \begin_layout Plain Layout
12005 Leerraum ! neben eingebetteten Formeln
12006 \end_layout
12007
12008 \end_inset
12009
12010
12011 \end_layout
12012
12013 \begin_layout Standard
12014 Über die Länge 
12015 \series bold
12016
12017 \backslash
12018 mathsurround
12019 \begin_inset Index
12020 status collapsed
12021
12022 \begin_layout Plain Layout
12023 Befehle ! M ! 
12024 \backslash
12025 mathsurround
12026 \end_layout
12027
12028 \end_inset
12029
12030
12031 \series default
12032  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12033  wird.
12034  Der Wert einer Länge wird mit dem Befehl 
12035 \series bold
12036
12037 \backslash
12038 setlength
12039 \begin_inset Index
12040 status collapsed
12041
12042 \begin_layout Plain Layout
12043 Befehle ! S ! 
12044 \backslash
12045 setlength
12046 \end_layout
12047
12048 \end_inset
12049
12050
12051 \series default
12052  gesetzt.
12053  Dieser besitzt folgendes Befehlsschema:
12054 \end_layout
12055
12056 \begin_layout Standard
12057
12058 \series bold
12059
12060 \backslash
12061 setlength{Längenname}{Wert}
12062 \end_layout
12063
12064 \begin_layout Standard
12065 Um 
12066 \series bold
12067
12068 \backslash
12069 mathsurround
12070 \series default
12071  den Wert 5
12072 \begin_inset space \thinspace{}
12073 \end_inset
12074
12075 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12076 \end_layout
12077
12078 \begin_layout Standard
12079
12080 \series bold
12081
12082 \backslash
12083 setlength{
12084 \backslash
12085 mathsurround}{5mm}
12086 \end_layout
12087
12088 \begin_layout Standard
12089 ein.
12090  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12091 \begin_inset space \thinspace{}
12092 \end_inset
12093
12094 mm Leerraum gesetzt:
12095 \begin_inset ERT
12096 status collapsed
12097
12098 \begin_layout Plain Layout
12099
12100
12101 \backslash
12102 setlength{
12103 \backslash
12104 mathsurround}{5mm}
12105 \end_layout
12106
12107 \end_inset
12108
12109
12110 \end_layout
12111
12112 \begin_layout Standard
12113 Dies ist eine Zeile in der sich 
12114 \begin_inset Formula $A=B$
12115 \end_inset
12116
12117  eine Formel mit 5
12118 \begin_inset space \thinspace{}
12119 \end_inset
12120
12121 mm umgebendem Leerraum befindet.
12122 \begin_inset ERT
12123 status collapsed
12124
12125 \begin_layout Plain Layout
12126
12127
12128 \backslash
12129 setlength{
12130 \backslash
12131 mathsurround}{0pt}
12132 \end_layout
12133
12134 \end_inset
12135
12136
12137 \end_layout
12138
12139 \begin_layout Standard
12140 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12141 \series bold
12142
12143 \backslash
12144 mathsurround
12145 \series default
12146  auf den Wert 0
12147 \begin_inset space \thinspace{}
12148 \end_inset
12149
12150 pt.
12151 \end_layout
12152
12153 \begin_layout Section
12154 Boxen und Rahmen
12155 \begin_inset Index
12156 status collapsed
12157
12158 \begin_layout Plain Layout
12159 Boxen
12160 \end_layout
12161
12162 \end_inset
12163
12164
12165 \begin_inset Index
12166 status collapsed
12167
12168 \begin_layout Plain Layout
12169 Rahmen | see
12170 \begin_inset ERT
12171 status collapsed
12172
12173 \begin_layout Plain Layout
12174
12175 {
12176 \end_layout
12177
12178 \end_inset
12179
12180 Boxen
12181 \begin_inset ERT
12182 status collapsed
12183
12184 \begin_layout Plain Layout
12185
12186 }
12187 \end_layout
12188
12189 \end_inset
12190
12191
12192 \end_layout
12193
12194 \end_inset
12195
12196
12197 \end_layout
12198
12199 \begin_layout Standard
12200 Boxen für Text sind im Kapitel 
12201 \family typewriter
12202 Boxen
12203 \family default
12204  im Handbuch 
12205 \family typewriter
12206 Eingebettete
12207 \begin_inset space ~
12208 \end_inset
12209
12210 Objekte
12211 \family default
12212  beschrieben.
12213 \end_layout
12214
12215 \begin_layout Subsection
12216 Boxen mit Rahmen
12217 \begin_inset CommandInset label
12218 LatexCommand label
12219 name "sub:Boxen-mit-Rahmen"
12220
12221 \end_inset
12222
12223
12224 \begin_inset Index
12225 status collapsed
12226
12227 \begin_layout Plain Layout
12228 Boxen ! mit Rahmen
12229 \end_layout
12230
12231 \end_inset
12232
12233
12234 \end_layout
12235
12236 \begin_layout Standard
12237 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12238 \series bold
12239
12240 \backslash
12241 fbox
12242 \series default
12243
12244 \begin_inset Index
12245 status collapsed
12246
12247 \begin_layout Plain Layout
12248 Befehle ! F ! 
12249 \backslash
12250 fbox
12251 \end_layout
12252
12253 \end_inset
12254
12255  und 
12256 \series bold
12257
12258 \backslash
12259 boxed
12260 \series default
12261
12262 \begin_inset Index
12263 status collapsed
12264
12265 \begin_layout Plain Layout
12266 Befehle ! B ! 
12267 \backslash
12268 boxed
12269 \end_layout
12270
12271 \end_inset
12272
12273  zu umranden.
12274 \end_layout
12275
12276 \begin_layout Standard
12277 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12278  in einem Rahmen.
12279  Bei 
12280 \series bold
12281
12282 \backslash
12283 fbox
12284 \series default
12285  muss in diesem Eingabefeld mit 
12286 \family sans
12287 Strg-m
12288 \family default
12289  noch eine Formel erstellt werden
12290 \begin_inset Foot
12291 status collapsed
12292
12293 \begin_layout Plain Layout
12294 Aufgrund eines Fehlers in LyX ist es nicht möglich mit 
12295 \family sans
12296 Strg-m
12297 \family default
12298  eine neue Formel zu erzeugen, siehe 
12299 \begin_inset CommandInset href
12300 LatexCommand href
12301 name "LyX-Fehler #1435"
12302 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12303
12304 \end_inset
12305
12306 .
12307 \end_layout
12308
12309 \end_inset
12310
12311 , denn der Inhalt dieser Box wird sonst als mathematischer Text behandelt.
12312  Verwendet man 
12313 \series bold
12314
12315 \backslash
12316 boxed
12317 \series default
12318 , wird automatisch im Rahmen eine neue Formel erzeugt.
12319 \end_layout
12320
12321 \begin_layout Standard
12322 Der Befehl 
12323 \series bold
12324
12325 \backslash
12326 fbox
12327 \series default
12328  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12329  wird dann immer in Textzeilengröße gesetzt.
12330  Im Gegensatz dazu ist 
12331 \series bold
12332
12333 \backslash
12334 boxed
12335 \series default
12336  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12337  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12338 \end_layout
12339
12340 \begin_layout Standard
12341 Als Erweiterung zu 
12342 \series bold
12343
12344 \backslash
12345 fbox
12346 \series default
12347  gibt es den Befehl 
12348 \series bold
12349
12350 \backslash
12351 framebox
12352 \series default
12353
12354 \begin_inset Index
12355 status collapsed
12356
12357 \begin_layout Plain Layout
12358 Befehle ! F ! 
12359 \backslash
12360 framebox
12361 \end_layout
12362
12363 \end_inset
12364
12365 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12366  kann.
12367  
12368 \series bold
12369
12370 \backslash
12371 framebox
12372 \series default
12373  wird nach folgendem Schema verwendet:
12374 \end_layout
12375
12376 \begin_layout Standard
12377
12378 \series bold
12379
12380 \backslash
12381 framebox[Rahmenbreite][Position]{Boxinhalt}
12382 \end_layout
12383
12384 \begin_layout Standard
12385 Die Position kann entweder 
12386 \emph on
12387 l
12388 \emph default
12389  oder 
12390 \emph on
12391 r
12392 \emph default
12393  sein.
12394  
12395 \emph on
12396 l
12397 \emph default
12398  bewirkt linksbündige, 
12399 \emph on
12400 r
12401 \emph default
12402  rechtsbündige Ausrichtung der Formel in der Box.
12403  Gibt man keine Position an, wird die Formel zentriert.
12404 \begin_inset Newline newline
12405 \end_inset
12406
12407 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12408  In diesem Falle wird die Rahmenbreite wie bei 
12409 \series bold
12410
12411 \backslash
12412 fbox
12413 \series default
12414  an den Boxinhalt angepasst.
12415 \end_layout
12416
12417 \begin_layout Standard
12418 Wenn man den Befehl 
12419 \series bold
12420
12421 \backslash
12422 framebox
12423 \series default
12424  eingibt, erscheint eine Box mit drei Eingabefeldern.
12425  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12426  beiden optionalen Argumente.
12427  In das dritte Feld wird wie bei 
12428 \series bold
12429
12430 \backslash
12431 fbox
12432 \series default
12433  die Formel eingegeben.
12434 \end_layout
12435
12436 \begin_layout Standard
12437 \align center
12438 \begin_inset Note Note
12439 status open
12440
12441 \begin_layout Plain Layout
12442 Die Tabelle wurde in eine Minibox gesetzt damit die Fußnote der Tabelle
12443  auch erscheint.
12444  Denn sonst würde der Fußnotentext im Ausdruck nicht angezeigt werden.
12445 \end_layout
12446
12447 \end_inset
12448
12449
12450 \begin_inset Box Frameless
12451 position "c"
12452 hor_pos "c"
12453 has_inner_box 1
12454 inner_pos "c"
12455 use_parbox 0
12456 width "100col%"
12457 special "none"
12458 height "1in"
12459 height_special "totalheight"
12460 status open
12461
12462 \begin_layout Plain Layout
12463 \align center
12464 \begin_inset Tabular
12465 <lyxtabular version="3" rows="5" columns="2">
12466 <features>
12467 <column alignment="center" valignment="top" width="0">
12468 <column alignment="center" valignment="top" width="0">
12469 <row>
12470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12471 \begin_inset Text
12472
12473 \begin_layout Plain Layout
12474 Befehl
12475 \begin_inset Foot
12476 status collapsed
12477
12478 \begin_layout Plain Layout
12479 Durch einen Fehler in LyX ist es momentan nicht möglich mit 
12480 \family sans
12481 Strg-m
12482 \family default
12483  eine neue Formel zu erzeugen, siehe 
12484 \begin_inset CommandInset href
12485 LatexCommand href
12486 name "LyX-Fehler #1435"
12487 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12488
12489 \end_inset
12490
12491 .
12492 \end_layout
12493
12494 \end_inset
12495
12496
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12502 \begin_inset Text
12503
12504 \begin_layout Plain Layout
12505 Ergebnis
12506 \begin_inset Note Note
12507 status collapsed
12508
12509 \begin_layout Plain Layout
12510
12511 \series bold
12512
12513 \backslash
12514 raisebox
12515 \series default
12516  dient nur als Abstandhalter.
12517 \end_layout
12518
12519 \end_inset
12520
12521
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 </row>
12527 <row>
12528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12529 \begin_inset Text
12530
12531 \begin_layout Plain Layout
12532
12533 \backslash
12534 fbox
12535 \begin_inset ERT
12536 status collapsed
12537
12538 \begin_layout Plain Layout
12539
12540
12541 \backslash
12542 leer 
12543 \end_layout
12544
12545 \end_inset
12546
12547
12548 \family sans
12549 Strg-m
12550 \family default
12551  
12552 \backslash
12553 int
12554 \begin_inset ERT
12555 status collapsed
12556
12557 \begin_layout Plain Layout
12558
12559
12560 \backslash
12561 leer 
12562 \end_layout
12563
12564 \end_inset
12565
12566 A=B
12567 \end_layout
12568
12569 \end_inset
12570 </cell>
12571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Plain Layout
12575 \begin_inset Formula \raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}
12576
12577 \end_inset
12578
12579
12580 \end_layout
12581
12582 \end_inset
12583 </cell>
12584 </row>
12585 <row>
12586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12587 \begin_inset Text
12588
12589 \begin_layout Plain Layout
12590
12591 \backslash
12592 boxed
12593 \begin_inset ERT
12594 status collapsed
12595
12596 \begin_layout Plain Layout
12597
12598
12599 \backslash
12600 leer 
12601 \end_layout
12602
12603 \end_inset
12604
12605
12606 \backslash
12607 int
12608 \begin_inset ERT
12609 status collapsed
12610
12611 \begin_layout Plain Layout
12612
12613
12614 \backslash
12615 leer 
12616 \end_layout
12617
12618 \end_inset
12619
12620 A=B
12621 \end_layout
12622
12623 \end_inset
12624 </cell>
12625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12626 \begin_inset Text
12627
12628 \begin_layout Plain Layout
12629 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12630 \end_inset
12631
12632
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 </row>
12638 <row>
12639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643 A+
12644 \backslash
12645 fbox
12646 \begin_inset ERT
12647 status collapsed
12648
12649 \begin_layout Plain Layout
12650
12651
12652 \backslash
12653 leer 
12654 \end_layout
12655
12656 \end_inset
12657
12658 B
12659 \end_layout
12660
12661 \end_inset
12662 </cell>
12663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12668 \end_inset
12669
12670
12671 \end_layout
12672
12673 \end_inset
12674 </cell>
12675 </row>
12676 <row>
12677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12678 \begin_inset Text
12679
12680 \begin_layout Plain Layout
12681
12682 \backslash
12683 framebox
12684 \begin_inset ERT
12685 status collapsed
12686
12687 \begin_layout Plain Layout
12688
12689
12690 \backslash
12691 leer 
12692 \end_layout
12693
12694 \end_inset
12695
12696 20mm
12697 \begin_inset Formula $\to$
12698 \end_inset
12699
12700
12701 \begin_inset Formula $\to$
12702 \end_inset
12703
12704
12705 \family sans
12706 Strg-m
12707 \family default
12708  
12709 \backslash
12710 frac
12711 \begin_inset ERT
12712 status collapsed
12713
12714 \begin_layout Plain Layout
12715
12716
12717 \backslash
12718 leer 
12719 \end_layout
12720
12721 \end_inset
12722
12723 A
12724 \begin_inset Formula $\downarrow$
12725 \end_inset
12726
12727 B
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12733 \begin_inset Text
12734
12735 \begin_layout Plain Layout
12736 \begin_inset Formula $\raisebox{6mm}{}$
12737 \end_inset
12738
12739
12740 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12741 \end_inset
12742
12743
12744 \begin_inset Formula $\raisebox{-4mm}{}$
12745 \end_inset
12746
12747
12748 \end_layout
12749
12750 \end_inset
12751 </cell>
12752 </row>
12753 </lyxtabular>
12754
12755 \end_inset
12756
12757
12758 \end_layout
12759
12760 \end_inset
12761
12762
12763 \end_layout
12764
12765 \begin_layout Standard
12766 Die Rahmendicke kann ebenfalls eingestellt werden.
12767  Dazu müssen vor der Formel im TeX-Modus die Befehle
12768 \end_layout
12769
12770 \begin_layout Standard
12771
12772 \series bold
12773
12774 \backslash
12775 fboxrule
12776 \series default
12777  
12778 \series bold
12779
12780 \begin_inset Quotes gld
12781 \end_inset
12782
12783 Dicke
12784 \begin_inset Quotes grd
12785 \end_inset
12786
12787
12788 \series default
12789  
12790 \series bold
12791
12792 \backslash
12793 fboxsep
12794 \series default
12795  
12796 \series bold
12797
12798 \begin_inset Quotes gld
12799 \end_inset
12800
12801 Abstand
12802 \begin_inset Quotes grd
12803 \end_inset
12804
12805
12806 \end_layout
12807
12808 \begin_layout Standard
12809 eingegeben werden.
12810  
12811 \begin_inset Quotes gld
12812 \end_inset
12813
12814 Abstand
12815 \begin_inset Quotes grd
12816 \end_inset
12817
12818  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
12819  in der Box fest.
12820  Ein Beispiel dafür ist folgende umrandete Formel:
12821 \begin_inset ERT
12822 status collapsed
12823
12824 \begin_layout Plain Layout
12825
12826
12827 \backslash
12828 fboxrule 2mm 
12829 \backslash
12830 fboxsep 3mm
12831 \end_layout
12832
12833 \end_inset
12834
12835
12836 \begin_inset Formula \[
12837 \boxed{A+B=C}\]
12838
12839 \end_inset
12840
12841 Vor dieser Formel wurde im TeX-Modus
12842 \end_layout
12843
12844 \begin_layout Standard
12845
12846 \series bold
12847
12848 \backslash
12849 fboxrule
12850 \series default
12851  
12852 \series bold
12853 2mm
12854 \series default
12855  
12856 \series bold
12857
12858 \backslash
12859 fboxsep
12860 \series default
12861  
12862 \series bold
12863 3mm
12864 \end_layout
12865
12866 \begin_layout Standard
12867 eingegeben.
12868  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
12869 \end_layout
12870
12871 \begin_layout Standard
12872 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
12873  nächsten Formel im TeX-Modus folgende Befehle ein:
12874 \end_layout
12875
12876 \begin_layout Standard
12877
12878 \series bold
12879
12880 \backslash
12881 fboxrule
12882 \series default
12883  
12884 \series bold
12885 0.4pt
12886 \series default
12887  
12888 \series bold
12889
12890 \backslash
12891 fboxsep
12892 \series default
12893  
12894 \series bold
12895 3pt
12896 \series default
12897
12898 \begin_inset ERT
12899 status collapsed
12900
12901 \begin_layout Plain Layout
12902
12903
12904 \backslash
12905 fboxrule 0.4pt 
12906 \backslash
12907 fboxsep 3pt
12908 \end_layout
12909
12910 \end_inset
12911
12912
12913 \end_layout
12914
12915 \begin_layout Subsection
12916 Boxen ohne Rahmen
12917 \begin_inset CommandInset label
12918 LatexCommand label
12919 name "sub:Boxen-ohne-Rahmen"
12920
12921 \end_inset
12922
12923
12924 \begin_inset Index
12925 status collapsed
12926
12927 \begin_layout Plain Layout
12928 Boxen ! ohne Rahmen
12929 \end_layout
12930
12931 \end_inset
12932
12933
12934 \end_layout
12935
12936 \begin_layout Standard
12937 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
12938 \series bold
12939
12940 \backslash
12941 mbox
12942 \series default
12943
12944 \begin_inset Index
12945 status collapsed
12946
12947 \begin_layout Plain Layout
12948 Befehle ! M ! 
12949 \backslash
12950 mbox
12951 \end_layout
12952
12953 \end_inset
12954
12955
12956 \series bold
12957
12958 \backslash
12959 makebox
12960 \series default
12961
12962 \begin_inset Index
12963 status collapsed
12964
12965 \begin_layout Plain Layout
12966 Befehle ! M ! 
12967 \backslash
12968 makebox
12969 \end_layout
12970
12971 \end_inset
12972
12973  und
12974 \begin_inset Newline linebreak
12975 \end_inset
12976
12977
12978 \series bold
12979
12980 \backslash
12981 raisebox
12982 \series default
12983
12984 \begin_inset Index
12985 status collapsed
12986
12987 \begin_layout Plain Layout
12988 Befehle ! R ! 
12989 \backslash
12990 raisebox
12991 \end_layout
12992
12993 \end_inset
12994
12995
12996 \end_layout
12997
12998 \begin_layout Standard
12999 Mit 
13000 \series bold
13001
13002 \backslash
13003 raisebox
13004 \series default
13005  kann man eine Box hoch- oder tiefstellen.
13006  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13007 n die Schriftgröße bei.
13008  
13009 \series bold
13010
13011 \backslash
13012 raisebox
13013 \series default
13014  wird dabei mit folgendem Schema benutzt:
13015 \end_layout
13016
13017 \begin_layout Standard
13018
13019 \series bold
13020
13021 \backslash
13022 raisebox{Höhe}{Boxinhalt}
13023 \end_layout
13024
13025 \begin_layout Standard
13026 Soll in der Box eine Formel stehen, muss man wie bei 
13027 \series bold
13028
13029 \backslash
13030 fbox
13031 \series default
13032  eine weitere Formel erstellen.
13033 \end_layout
13034
13035 \begin_layout Standard
13036 \align center
13037 \begin_inset Tabular
13038 <lyxtabular version="3" rows="4" columns="2">
13039 <features>
13040 <column alignment="center" valignment="top" width="0">
13041 <column alignment="center" valignment="top" width="0">
13042 <row>
13043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13044 \begin_inset Text
13045
13046 \begin_layout Plain Layout
13047 Befehl
13048 \end_layout
13049
13050 \end_inset
13051 </cell>
13052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13053 \begin_inset Text
13054
13055 \begin_layout Plain Layout
13056 Ergebnis
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 </row>
13062 <row>
13063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13064 \begin_inset Text
13065
13066 \begin_layout Plain Layout
13067 H
13068 \backslash
13069 raisebox{2mm
13070 \begin_inset Formula $\to$
13071 \end_inset
13072
13073
13074 \backslash
13075 {al
13076 \begin_inset Formula $\to$
13077 \end_inset
13078
13079  lo
13080 \end_layout
13081
13082 \end_inset
13083 </cell>
13084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13085 \begin_inset Text
13086
13087 \begin_layout Plain Layout
13088 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13089 \end_inset
13090
13091
13092 \end_layout
13093
13094 \end_inset
13095 </cell>
13096 </row>
13097 <row>
13098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13099 \begin_inset Text
13100
13101 \begin_layout Plain Layout
13102 H
13103 \backslash
13104 raisebox{-2mm
13105 \begin_inset Formula $\to$
13106 \end_inset
13107
13108
13109 \backslash
13110 {al
13111 \begin_inset Formula $\to$
13112 \end_inset
13113
13114 lo
13115 \end_layout
13116
13117 \end_inset
13118 </cell>
13119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13120 \begin_inset Text
13121
13122 \begin_layout Plain Layout
13123 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13124 \end_inset
13125
13126
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 </row>
13132 <row>
13133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13134 \begin_inset Text
13135
13136 \begin_layout Plain Layout
13137 A=
13138 \backslash
13139 raisebox{-2mm
13140 \begin_inset Formula $\to$
13141 \end_inset
13142
13143
13144 \backslash
13145 {
13146 \family sans
13147 Strg-m
13148 \family default
13149  
13150 \backslash
13151 sqrt
13152 \begin_inset ERT
13153 status collapsed
13154
13155 \begin_layout Plain Layout
13156
13157
13158 \backslash
13159 leer 
13160 \end_layout
13161
13162 \end_inset
13163
13164
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13170 \begin_inset Text
13171
13172 \begin_layout Plain Layout
13173 \begin_inset ERT
13174 status collapsed
13175
13176 \begin_layout Plain Layout
13177
13178 $A=
13179 \backslash
13180 raisebox{-2mm}{$
13181 \backslash
13182 sqrt{B}$}$
13183 \end_layout
13184
13185 \end_inset
13186
13187
13188 \end_layout
13189
13190 \end_inset
13191 </cell>
13192 </row>
13193 </lyxtabular>
13194
13195 \end_inset
13196
13197
13198 \end_layout
13199
13200 \begin_layout Standard
13201 Die letzte Formel kann derzeit nur im TeX-Modus erstellt werden, da LyX
13202  statt der benötigten weiteren Formel eine Box einfügt.
13203 \begin_inset Foot
13204 status collapsed
13205
13206 \begin_layout Plain Layout
13207 siehe 
13208 \begin_inset CommandInset href
13209 LatexCommand href
13210 name "LyX-Fehler #1435"
13211 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13212
13213 \end_inset
13214
13215
13216 \end_layout
13217
13218 \end_inset
13219
13220
13221 \end_layout
13222
13223 \begin_layout Standard
13224 Der Befehl 
13225 \series bold
13226
13227 \backslash
13228 mbox
13229 \series default
13230  ist äquivalent zu 
13231 \series bold
13232
13233 \backslash
13234 fbox
13235 \series default
13236  und 
13237 \series bold
13238
13239 \backslash
13240 makebox
13241 \series default
13242  ist äquivalent zu 
13243 \series bold
13244
13245 \backslash
13246 framebox
13247 \series default
13248 , nur dass es keinen Rahmen gibt.
13249 \end_layout
13250
13251 \begin_layout Subsection
13252 Farbige Boxen
13253 \begin_inset CommandInset label
13254 LatexCommand label
13255 name "sub:Farbige-Boxen"
13256
13257 \end_inset
13258
13259
13260 \begin_inset Index
13261 status collapsed
13262
13263 \begin_layout Plain Layout
13264 Boxen ! farbige
13265 \end_layout
13266
13267 \end_inset
13268
13269
13270 \end_layout
13271
13272 \begin_layout Standard
13273 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13274  im LaTeX-Vorspann das LaTeX-Paket 
13275 \series bold
13276 color
13277 \series default
13278
13279 \begin_inset Foot
13280 status collapsed
13281
13282 \begin_layout Plain Layout
13283 Das Paket 
13284 \series bold
13285 color
13286 \series default
13287  ist Teil jeder LaTeX-Standardinstallation.
13288 \end_layout
13289
13290 \end_inset
13291
13292
13293 \begin_inset Index
13294 status collapsed
13295
13296 \begin_layout Plain Layout
13297 Pakete ! color
13298 \end_layout
13299
13300 \end_inset
13301
13302  mit der Zeile
13303 \end_layout
13304
13305 \begin_layout Standard
13306
13307 \series bold
13308
13309 \backslash
13310 usepackage{color}
13311 \end_layout
13312
13313 \begin_layout Standard
13314 geladen werden
13315 \begin_inset Foot
13316 status collapsed
13317
13318 \begin_layout Plain Layout
13319 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13320  LyX das LaTeX-Paket 
13321 \series bold
13322 color
13323 \series default
13324  automatisch.
13325  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13326  keine Probleme hervorruft.
13327 \end_layout
13328
13329 \end_inset
13330
13331
13332 \begin_inset Note Note
13333 status collapsed
13334
13335 \begin_layout Plain Layout
13336 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13337  ein Makro eingefügt.
13338 \end_layout
13339
13340 \end_inset
13341
13342 .
13343 \end_layout
13344
13345 \begin_layout Standard
13346 \begin_inset VSpace medskip
13347 \end_inset
13348
13349 Um Boxen einzufärben, verwendet man den Befehl 
13350 \series bold
13351
13352 \backslash
13353 colorbox
13354 \series default
13355
13356 \begin_inset Index
13357 status collapsed
13358
13359 \begin_layout Plain Layout
13360 Befehle ! C ! 
13361 \backslash
13362 colorbox
13363 \end_layout
13364
13365 \end_inset
13366
13367  nach folgendem Schema:
13368 \end_layout
13369
13370 \begin_layout Standard
13371
13372 \series bold
13373
13374 \backslash
13375 colorbox{Farbe}{Boxinhalt}
13376 \end_layout
13377
13378 \begin_layout Standard
13379 Der Boxinhalt kann auch wieder eine Box sein und eine 
13380 \series bold
13381
13382 \backslash
13383 colorbox
13384 \series default
13385  kann auch ein Teil einer anderen Box sein (siehe 2.
13386  und 3.
13387  Beispiel).
13388  Soll in der Box eine Formel stehen, muss wie bei 
13389 \series bold
13390
13391 \backslash
13392 fbox
13393 \series default
13394  eine weitere Formel erstellt werden.
13395 \begin_inset Foot
13396 status collapsed
13397
13398 \begin_layout Plain Layout
13399 Das gilt auch für den Befehl 
13400 \series bold
13401
13402 \backslash
13403 fcolorbox
13404 \series default
13405 .
13406  Dabei ist 
13407 \begin_inset CommandInset href
13408 LatexCommand href
13409 name "LyX-Fehler #1435"
13410 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13411
13412 \end_inset
13413
13414  zu beachten.
13415 \end_layout
13416
13417 \end_inset
13418
13419
13420 \end_layout
13421
13422 \begin_layout Standard
13423 Aus folgenden vordefinierten Farben kann gewählt werden:
13424 \end_layout
13425
13426 \begin_layout Standard
13427
13428 \series bold
13429 black
13430 \series default
13431
13432 \series bold
13433 blue
13434 \series default
13435
13436 \series bold
13437 cyan
13438 \series default
13439
13440 \series bold
13441 green
13442 \series default
13443
13444 \series bold
13445 magenta
13446 \series default
13447
13448 \series bold
13449 red
13450 \series default
13451
13452 \series bold
13453 white
13454 \series default
13455  und 
13456 \series bold
13457 yellow
13458 \end_layout
13459
13460 \begin_layout Standard
13461 \align center
13462 \begin_inset Tabular
13463 <lyxtabular version="3" rows="4" columns="2">
13464 <features>
13465 <column alignment="center" valignment="top" width="0">
13466 <column alignment="center" valignment="top" width="0">
13467 <row>
13468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Plain Layout
13472 Befehl
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13478 \begin_inset Text
13479
13480 \begin_layout Plain Layout
13481 Ergebnis
13482 \begin_inset Note Note
13483 status collapsed
13484
13485 \begin_layout Plain Layout
13486
13487 \series bold
13488
13489 \backslash
13490 raisebox
13491 \series default
13492  dient nur als Abstandhalter.
13493 \end_layout
13494
13495 \end_inset
13496
13497
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 </row>
13503 <row>
13504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13505 \begin_inset Text
13506
13507 \begin_layout Plain Layout
13508
13509 \backslash
13510 colorbox{yellow
13511 \begin_inset Formula $\to$
13512 \end_inset
13513
13514
13515 \backslash
13516 {A=B
13517 \end_layout
13518
13519 \end_inset
13520 </cell>
13521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13522 \begin_inset Text
13523
13524 \begin_layout Plain Layout
13525 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13526 \end_inset
13527
13528
13529 \end_layout
13530
13531 \end_inset
13532 </cell>
13533 </row>
13534 <row>
13535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539
13540 \backslash
13541 colorbox{green
13542 \begin_inset Formula $\to$
13543 \end_inset
13544
13545
13546 \backslash
13547 {
13548 \backslash
13549 fbox
13550 \begin_inset ERT
13551 status collapsed
13552
13553 \begin_layout Plain Layout
13554
13555
13556 \backslash
13557 leer 
13558 \end_layout
13559
13560 \end_inset
13561
13562 A=B
13563 \end_layout
13564
13565 \end_inset
13566 </cell>
13567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13572 \end_inset
13573
13574
13575 \end_layout
13576
13577 \end_inset
13578 </cell>
13579 </row>
13580 <row>
13581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13582 \begin_inset Text
13583
13584 \begin_layout Plain Layout
13585
13586 \backslash
13587 fbox
13588 \begin_inset ERT
13589 status collapsed
13590
13591 \begin_layout Plain Layout
13592
13593
13594 \backslash
13595 leer 
13596 \end_layout
13597
13598 \end_inset
13599
13600
13601 \backslash
13602 colorbox{green
13603 \begin_inset Formula $\to$
13604 \end_inset
13605
13606
13607 \backslash
13608 {A=B
13609 \end_layout
13610
13611 \end_inset
13612 </cell>
13613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13614 \begin_inset Text
13615
13616 \begin_layout Plain Layout
13617 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13618 \end_inset
13619
13620
13621 \end_layout
13622
13623 \end_inset
13624 </cell>
13625 </row>
13626 </lyxtabular>
13627
13628 \end_inset
13629
13630
13631 \end_layout
13632
13633 \begin_layout Standard
13634
13635 \series bold
13636
13637 \backslash
13638 colorbox
13639 \series default
13640  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13641  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13642  
13643 \family sans
13644 Textstil
13645 \family default
13646  die gewünschte Farbe aus.
13647  Der Dialog kann mit dem Werkzeugleistenknopf 
13648 \begin_inset Graphics
13649         filename ../../images/dialog-show_character.png
13650         scale 85
13651
13652 \end_inset
13653
13654  oder dem Menü 
13655 \family sans
13656 Bearbeiten\SpecialChar \menuseparator
13657 Textstil\SpecialChar \menuseparator
13658 Benutzerdefiniert
13659 \family default
13660  aufgerufen werden.
13661  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13662  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13663  innerhalb der Formel die Farbe geändert werden.
13664 \end_layout
13665
13666 \begin_layout Standard
13667 Ein Beispiel:
13668 \end_layout
13669
13670 \begin_layout Standard
13671
13672 \color red
13673 \begin_inset Formula \begin{equation}
13674 \int A=B\label{eq:rot}\end{equation}
13675
13676 \end_inset
13677
13678
13679 \color green
13680
13681 \begin_inset Formula \begin{equation}
13682 \textcolor{red}{\int A=B}\label{eq:rotgruen}\end{equation}
13683
13684 \end_inset
13685
13686
13687 \end_layout
13688
13689 \begin_layout Standard
13690 Formel 
13691 \begin_inset CommandInset ref
13692 LatexCommand eqref
13693 reference "eq:rot"
13694
13695 \end_inset
13696
13697  ist komplett rot gefärbt.
13698 \begin_inset Newline newline
13699 \end_inset
13700
13701 Formel 
13702 \begin_inset CommandInset ref
13703 LatexCommand eqref
13704 reference "eq:rotgruen"
13705
13706 \end_inset
13707
13708  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13709  Anschließend wurden die Formelzeichen rot gefärbt.
13710 \end_layout
13711
13712 \begin_layout Standard
13713 \begin_inset VSpace bigskip
13714 \end_inset
13715
13716 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13717  den Befehl 
13718 \series bold
13719
13720 \backslash
13721 fcolorbox
13722 \series default
13723
13724 \begin_inset Index
13725 status collapsed
13726
13727 \begin_layout Plain Layout
13728 Befehle ! F ! 
13729 \backslash
13730 fcolorbox
13731 \end_layout
13732
13733 \end_inset
13734
13735  nach folgendem Schema:
13736 \end_layout
13737
13738 \begin_layout Standard
13739
13740 \series bold
13741
13742 \backslash
13743 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13744 \end_layout
13745
13746 \begin_layout Standard
13747
13748 \series bold
13749
13750 \backslash
13751 fcolorbox
13752 \series default
13753  stellt also eine Erweiterung des Befehls 
13754 \series bold
13755
13756 \backslash
13757 colorbox
13758 \series default
13759  dar.
13760  Die Rahmenbreite wird, wie bei 
13761 \series bold
13762
13763 \backslash
13764 framebox
13765 \series default
13766 , mit 
13767 \series bold
13768
13769 \backslash
13770 fboxrule
13771 \series default
13772  und 
13773 \series bold
13774
13775 \backslash
13776 fboxsep
13777 \series default
13778  festgelegt.
13779  Ein Beispiel:
13780 \begin_inset ERT
13781 status collapsed
13782
13783 \begin_layout Plain Layout
13784
13785
13786 \backslash
13787 fboxrule 1mm 
13788 \backslash
13789 fboxsep 1mm
13790 \end_layout
13791
13792 \end_inset
13793
13794
13795 \begin_inset Formula \[
13796 \fcolorbox{cyan}{magenta}{A=B}\]
13797
13798 \end_inset
13799
13800
13801 \begin_inset ERT
13802 status collapsed
13803
13804 \begin_layout Plain Layout
13805
13806
13807 \backslash
13808 fboxrule 0.4pt 
13809 \backslash
13810 fboxsep 3pt
13811 \end_layout
13812
13813 \end_inset
13814
13815
13816 \end_layout
13817
13818 \begin_layout Standard
13819 Diese Formel wurde mit folgendem Befehl erstellt:
13820 \begin_inset Newline newline
13821 \end_inset
13822
13823
13824 \series bold
13825
13826 \backslash
13827 fcolorbox{cyan
13828 \begin_inset Formula $\to$
13829 \end_inset
13830
13831
13832 \backslash
13833 {magenta
13834 \begin_inset Formula $\to$
13835 \end_inset
13836
13837
13838 \backslash
13839 {A=B
13840 \end_layout
13841
13842 \begin_layout Standard
13843 \begin_inset VSpace bigskip
13844 \end_inset
13845
13846 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
13847  selbst definieren.
13848 \end_layout
13849
13850 \begin_layout Standard
13851 Man kann z.
13852 \begin_inset space \thinspace{}
13853 \end_inset
13854
13855 B.
13856  mit folgender LaTeX-Vorspannzeile die Farbe 
13857 \begin_inset Quotes gld
13858 \end_inset
13859
13860
13861 \series bold
13862 dunkelgruen
13863 \series default
13864
13865 \begin_inset Quotes grd
13866 \end_inset
13867
13868
13869 \begin_inset Foot
13870 status collapsed
13871
13872 \begin_layout Plain Layout
13873 In Befehlen darf kein Umlaut stehen, siehe 
13874 \begin_inset CommandInset ref
13875 LatexCommand ref
13876 reference "sec:Benutzerdefinierte-Befehle"
13877
13878 \end_inset
13879
13880 .
13881 \end_layout
13882
13883 \end_inset
13884
13885  definieren:
13886 \end_layout
13887
13888 \begin_layout Standard
13889
13890 \series bold
13891
13892 \backslash
13893 definecolor{dunkelgruen}{cmyk}{0.5,
13894 \series default
13895  
13896 \series bold
13897 0,
13898 \series default
13899  
13900 \series bold
13901 1,
13902 \series default
13903  
13904 \series bold
13905 0.5}
13906 \series default
13907
13908 \begin_inset Index
13909 status collapsed
13910
13911 \begin_layout Plain Layout
13912 Befehle ! D ! 
13913 \backslash
13914 definecolor
13915 \end_layout
13916
13917 \end_inset
13918
13919
13920 \end_layout
13921
13922 \begin_layout Standard
13923
13924 \series bold
13925 cmyk
13926 \series default
13927  ist der Farbraum und steht für die Farben 
13928 \series bold
13929 cyan
13930 \series default
13931
13932 \series bold
13933 magenta
13934 \series default
13935
13936 \series bold
13937 yellow
13938 \series default
13939  und 
13940 \series bold
13941 black
13942 \series default
13943 .
13944  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
13945  Für den Anteil kann man Werte im Bereich 0
13946 \begin_inset space \thinspace{}
13947 \end_inset
13948
13949 -
13950 \begin_inset space \thinspace{}
13951 \end_inset
13952
13953 1 angeben.
13954  Anstelle von 
13955 \series bold
13956 cmyk
13957 \series default
13958  kann man zur Definition auch den Farbraum 
13959 \series bold
13960 rgb
13961 \series default
13962  verwenden.
13963  
13964 \series bold
13965 rgb
13966 \series default
13967  steht für 
13968 \series bold
13969 red
13970 \series default
13971
13972 \series bold
13973 green
13974 \series default
13975  und 
13976 \series bold
13977 blue
13978 \series default
13979 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
13980  Des Weiteren gibt es noch den Farbraum 
13981 \series bold
13982 gray
13983 \series default
13984 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
13985 \end_layout
13986
13987 \begin_layout Standard
13988 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
13989 \series bold
13990 darkgreen
13991 \series default
13992 , bei der die Zeichenfarbe 
13993 \series bold
13994 yellow
13995 \series default
13996  gewählt wurde:
13997 \begin_inset Formula \begin{equation}
13998 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13999
14000 \end_inset
14001
14002
14003 \end_layout
14004
14005 \begin_layout Standard
14006 Selbst definierte Farben können mit dem Befehl 
14007 \series bold
14008
14009 \backslash
14010 textcolor
14011 \series default
14012  auch für Text
14013 \begin_inset Index
14014 status collapsed
14015
14016 \begin_layout Plain Layout
14017 Text ! farbiger
14018 \end_layout
14019
14020 \end_inset
14021
14022  verwendet werden:
14023 \end_layout
14024
14025 \begin_layout Standard
14026 \begin_inset ERT
14027 status collapsed
14028
14029 \begin_layout Plain Layout
14030
14031
14032 \backslash
14033 textcolor{dunkelgruen}{
14034 \end_layout
14035
14036 \end_inset
14037
14038 Dieser Satz ist 
14039 \begin_inset Quotes gld
14040 \end_inset
14041
14042 dunkelgruen
14043 \begin_inset Quotes grd
14044 \end_inset
14045
14046 .
14047 \begin_inset ERT
14048 status collapsed
14049
14050 \begin_layout Plain Layout
14051
14052 }
14053 \end_layout
14054
14055 \end_inset
14056
14057
14058 \end_layout
14059
14060 \begin_layout Standard
14061
14062 \series bold
14063
14064 \backslash
14065 textcolor
14066 \series default
14067
14068 \begin_inset Index
14069 status collapsed
14070
14071 \begin_layout Plain Layout
14072 Befehle ! T ! 
14073 \backslash
14074 textcolor
14075 \end_layout
14076
14077 \end_inset
14078
14079  wird nach dem Schema 
14080 \series bold
14081
14082 \backslash
14083 textcolor{Farbe}{zu
14084 \series default
14085  
14086 \series bold
14087 färbende
14088 \series default
14089  
14090 \series bold
14091 Zeichen}
14092 \series default
14093  verwendet.
14094 \end_layout
14095
14096 \begin_layout Subsection
14097 Absatzboxen
14098 \begin_inset CommandInset label
14099 LatexCommand label
14100 name "sub:Absatzboxen"
14101
14102 \end_inset
14103
14104
14105 \begin_inset Index
14106 status collapsed
14107
14108 \begin_layout Plain Layout
14109 Boxen ! Absatz-
14110 \end_layout
14111
14112 \end_inset
14113
14114
14115 \end_layout
14116
14117 \begin_layout Standard
14118 Mit dem Menü 
14119 \family sans
14120 Einfügen\SpecialChar \menuseparator
14121 Box
14122 \family default
14123  oder dem Werkzeugleistenknopf 
14124 \begin_inset Graphics
14125         filename ../../images/box-insert.png
14126         scale 85
14127
14128 \end_inset
14129
14130  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14131  eine so genannte 
14132 \emph on
14133 Parbox
14134 \emph default
14135  (Absatzbox).
14136 \end_layout
14137
14138 \begin_layout Standard
14139 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14140 \end_layout
14141
14142 \begin_layout Standard
14143 \begin_inset VSpace medskip
14144 \end_inset
14145
14146 Dies ist eine Zeile 
14147 \begin_inset Box Boxed
14148 position "c"
14149 hor_pos "c"
14150 has_inner_box 1
14151 inner_pos "t"
14152 use_parbox 1
14153 width "5cm"
14154 special "none"
14155 height "1in"
14156 height_special "totalheight"
14157 status open
14158
14159 \begin_layout Plain Layout
14160 Dies ist die Absatzbox.
14161  Sie ist genau 5
14162 \begin_inset space \thinspace{}
14163 \end_inset
14164
14165 cm lang und kann auch Formeln enthalten: 
14166 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14167 \end_inset
14168
14169
14170 \end_layout
14171
14172 \end_inset
14173
14174  mit einer Absatzbox.
14175 \begin_inset VSpace medskip
14176 \end_inset
14177
14178
14179 \end_layout
14180
14181 \begin_layout Standard
14182 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14183  graue Box mit dem Namen 
14184 \begin_inset Quotes gld
14185 \end_inset
14186
14187 Box(Gerahmt)
14188 \begin_inset Quotes grd
14189 \end_inset
14190
14191  klickt.
14192  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14193  In diesem Fall: 
14194 \emph on
14195 Verzierung
14196 \emph default
14197 : Rechteckige Box, 
14198 \emph on
14199 Innere Box
14200 \emph default
14201 : Parbox, 
14202 \emph on
14203 Breite
14204 \emph default
14205 : 5
14206 \begin_inset space \thinspace{}
14207 \end_inset
14208
14209 cm, 
14210 \emph on
14211 Vertikale Box Ausrichtung
14212 \emph default
14213 : Mitte
14214 \end_layout
14215
14216 \begin_layout Standard
14217 \begin_inset VSpace medskip
14218 \end_inset
14219
14220 In LaTeX wird eine Absatzbox mit dem Befehl 
14221 \series bold
14222
14223 \backslash
14224 parbox
14225 \series default
14226
14227 \begin_inset Index
14228 status collapsed
14229
14230 \begin_layout Plain Layout
14231 Befehle ! P ! 
14232 \backslash
14233 parbox
14234 \end_layout
14235
14236 \end_inset
14237
14238  erstellt, welcher folgendes Schema besitzt:
14239 \end_layout
14240
14241 \begin_layout Standard
14242
14243 \series bold
14244
14245 \backslash
14246 parbox[Position]{Breite}{Boxinhalt}
14247 \end_layout
14248
14249 \begin_layout Standard
14250 Die Positionen 
14251 \emph on
14252 b
14253 \emph default
14254  und 
14255 \emph on
14256 t
14257 \emph default
14258  sind möglich.
14259  
14260 \emph on
14261 b
14262 \emph default
14263  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14264  Text eingepasst wird.
14265  Bei 
14266 \emph on
14267 t
14268 \emph default
14269  wie top geschieht dies für die erste Zeile.
14270  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14271  siehe das Kapitel 
14272 \emph on
14273 Boxen
14274 \emph default
14275  des Handbuchs
14276 \emph on
14277  Eingebettete
14278 \begin_inset space ~
14279 \end_inset
14280
14281 Objekte
14282 \emph default
14283  für Beispiele.
14284 \end_layout
14285
14286 \begin_layout Standard
14287 \begin_inset VSpace bigskip
14288 \end_inset
14289
14290 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14291  in eine Absatzbox setzen.
14292  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14293 \series bold
14294
14295 \backslash
14296 fbox{
14297 \backslash
14298 parbox{
14299 \backslash
14300 linewidth-2
14301 \backslash
14302 fboxsep-2
14303 \backslash
14304 fboxrule}{
14305 \series default
14306 .
14307  Hierbei steht 
14308 \series bold
14309
14310 \backslash
14311 linewidth
14312 \begin_inset Index
14313 status collapsed
14314
14315 \begin_layout Plain Layout
14316 Befehle ! L ! 
14317 \backslash
14318 linewidth
14319 \end_layout
14320
14321 \end_inset
14322
14323
14324 \series default
14325  für die im Dokument eingestellte Zeilenbreite.
14326  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14327 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14328  Da dies LyX aufgrund eines Fehlers
14329 \begin_inset Foot
14330 status collapsed
14331
14332 \begin_layout Plain Layout
14333 \begin_inset CommandInset href
14334 LatexCommand href
14335 name "LyX-Fehler #4483"
14336 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14337
14338 \end_inset
14339
14340
14341 \end_layout
14342
14343 \end_inset
14344
14345  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14346  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14347 spann das LaTeX-Paket 
14348 \series bold
14349 calc
14350 \series default
14351
14352 \begin_inset Foot
14353 status collapsed
14354
14355 \begin_layout Plain Layout
14356
14357 \series bold
14358 calc
14359 \series default
14360  ist Teil jeder LaTeX-Standardinstallation.
14361 \end_layout
14362
14363 \end_inset
14364
14365
14366 \begin_inset Index
14367 status collapsed
14368
14369 \begin_layout Plain Layout
14370 Pakete ! calc
14371 \end_layout
14372
14373 \end_inset
14374
14375  mit der Zeile
14376 \end_layout
14377
14378 \begin_layout Standard
14379
14380 \series bold
14381
14382 \backslash
14383 usepackage{calc}
14384 \end_layout
14385
14386 \begin_layout Standard
14387 geladen werden.
14388  Nach der Formel werden beide Boxen geschlossen, indem man 
14389 \series bold
14390 }}
14391 \series default
14392  im TeX-Modus eingibt.
14393  Dazu ein Beispiel:
14394 \begin_inset ERT
14395 status collapsed
14396
14397 \begin_layout Plain Layout
14398
14399
14400 \backslash
14401 fboxsep 5mm 
14402 \backslash
14403 fboxrule 5mm
14404 \end_layout
14405
14406 \end_inset
14407
14408
14409 \end_layout
14410
14411 \begin_layout Standard
14412 \begin_inset ERT
14413 status collapsed
14414
14415 \begin_layout Plain Layout
14416
14417
14418 \backslash
14419 fbox{
14420 \backslash
14421 parbox{
14422 \backslash
14423 linewidth-2
14424 \backslash
14425 fboxsep-2
14426 \backslash
14427 fboxrule}{
14428 \end_layout
14429
14430 \end_inset
14431
14432
14433 \begin_inset Formula \begin{equation}
14434 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14435
14436 \end_inset
14437
14438
14439 \begin_inset ERT
14440 status collapsed
14441
14442 \begin_layout Plain Layout
14443
14444 }}
14445 \end_layout
14446
14447 \end_inset
14448
14449
14450 \begin_inset ERT
14451 status collapsed
14452
14453 \begin_layout Plain Layout
14454
14455
14456 \backslash
14457 fboxrule 0.4pt 
14458 \backslash
14459 fboxsep 3pt
14460 \end_layout
14461
14462 \end_inset
14463
14464
14465 \end_layout
14466
14467 \begin_layout Standard
14468 \begin_inset VSpace medskip
14469 \end_inset
14470
14471 Da im Argument von 
14472 \series bold
14473
14474 \backslash
14475 fbox
14476 \series default
14477  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14478  keinen Unterschied zwischen 
14479 \series bold
14480
14481 \backslash
14482 fbox
14483 \series default
14484  und 
14485 \series bold
14486
14487 \backslash
14488 boxed
14489 \series default
14490 .
14491 \end_layout
14492
14493 \begin_layout Standard
14494 \begin_inset VSpace bigskip
14495 \end_inset
14496
14497 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14498  Dazu verwendet man 
14499 \series bold
14500
14501 \backslash
14502 parbox
14503 \series default
14504  in Verbindung mit dem Befehl 
14505 \series bold
14506
14507 \backslash
14508 tag
14509 \series default
14510 .
14511  (mehr zu 
14512 \series bold
14513
14514 \backslash
14515 tag
14516 \series default
14517  siehe 
14518 \begin_inset CommandInset ref
14519 LatexCommand ref
14520 reference "sub:Benutzerdefinierte-Nummerierung"
14521
14522 \end_inset
14523
14524 )
14525 \end_layout
14526
14527 \begin_layout Standard
14528 Ein Beispiel einer mit Hilfe von 
14529 \series bold
14530
14531 \backslash
14532 parbox
14533 \series default
14534  kommentierten Formel:
14535 \end_layout
14536
14537 \begin_layout Standard
14538 \begin_inset ERT
14539 status collapsed
14540
14541 \begin_layout Plain Layout
14542
14543
14544 \backslash
14545 [5x-7b=3b
14546 \backslash
14547 tag*{
14548 \backslash
14549 parbox{5cm}{
14550 \end_layout
14551
14552 \end_inset
14553
14554 Dies ist eine Beschreibung.
14555  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14556 \begin_inset ERT
14557 status collapsed
14558
14559 \begin_layout Plain Layout
14560
14561 }}
14562 \backslash
14563 ]
14564 \end_layout
14565
14566 \end_inset
14567
14568
14569 \end_layout
14570
14571 \begin_layout Standard
14572 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14573  Befehl 
14574 \series bold
14575
14576 \backslash
14577 parbox
14578 \series default
14579  in Formeln noch nicht unterstützt.
14580  Die Formel wird mit folgender Befehlssequenz erstellt:
14581 \end_layout
14582
14583 \begin_layout Standard
14584 Der Befehl 
14585 \series bold
14586
14587 \backslash
14588 [5x-7b=3b
14589 \backslash
14590 tag*
14591 \backslash
14592 {
14593 \backslash
14594 parbox{5cm}{
14595 \series default
14596  wird im TeX-Modus eingegeben.
14597 \begin_inset Foot
14598 status collapsed
14599
14600 \begin_layout Plain Layout
14601 Ist der Formelstil 
14602 \series bold
14603 Eingerückt
14604 \series default
14605  aktiviert, kann 
14606 \series bold
14607
14608 \backslash
14609 tag*
14610 \backslash
14611 {
14612 \series default
14613  auch durch 
14614 \series bold
14615
14616 \backslash
14617 hfill
14618 \series default
14619  ersetzt werden.
14620  (Formelstile siehe 
14621 \begin_inset CommandInset ref
14622 LatexCommand ref
14623 reference "sec:Formelstile"
14624
14625 \end_inset
14626
14627 )
14628 \end_layout
14629
14630 \end_inset
14631
14632  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14633 \series bold
14634 }}
14635 \backslash
14636 ]
14637 \series default
14638  im TeX-Modus ein.
14639  Die Befehle 
14640 \series bold
14641
14642 \backslash
14643 [
14644 \series default
14645  und 
14646 \series bold
14647
14648 \backslash
14649 ]
14650 \series default
14651  erstellen hierbei eine abgesetzte Formel.
14652 \end_layout
14653
14654 \begin_layout Standard
14655 Die Vorteile von 
14656 \series bold
14657
14658 \backslash
14659 parbox
14660 \series default
14661  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14662  Textmodus 
14663 \begin_inset Quotes gld
14664 \end_inset
14665
14666 kommentiert
14667 \begin_inset Quotes grd
14668 \end_inset
14669
14670  wurde:
14671 \begin_inset Formula \[
14672 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}\]
14673
14674 \end_inset
14675
14676
14677 \end_layout
14678
14679 \begin_layout Section
14680 Operatoren
14681 \begin_inset Index
14682 status collapsed
14683
14684 \begin_layout Plain Layout
14685 Operatoren
14686 \end_layout
14687
14688 \end_inset
14689
14690
14691 \end_layout
14692
14693 \begin_layout Subsection
14694 Große Operatoren
14695 \begin_inset CommandInset label
14696 LatexCommand label
14697 name "sub:Große-Operatoren"
14698
14699 \end_inset
14700
14701
14702 \begin_inset Index
14703 status collapsed
14704
14705 \begin_layout Plain Layout
14706 Operatoren ! große
14707 \end_layout
14708
14709 \end_inset
14710
14711
14712 \begin_inset Index
14713 status collapsed
14714
14715 \begin_layout Plain Layout
14716 Summen
14717 \end_layout
14718
14719 \end_inset
14720
14721
14722 \begin_inset Index
14723 status collapsed
14724
14725 \begin_layout Plain Layout
14726 Integrale
14727 \end_layout
14728
14729 \end_inset
14730
14731
14732 \end_layout
14733
14734 \begin_layout Standard
14735 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14736  sind, muss die Option 
14737 \family sans
14738 esint-Paket automatisch verwenden
14739 \family default
14740  in den Dokumenteinstellungen unter 
14741 \family sans
14742 Mathe-Optionen
14743 \family default
14744  gewählt sein.
14745 \end_layout
14746
14747 \begin_layout Standard
14748 \begin_inset space \hfill{}
14749 \end_inset
14750
14751
14752 \begin_inset Tabular
14753 <lyxtabular version="3" rows="11" columns="2">
14754 <features>
14755 <column alignment="center" valignment="top" width="0pt">
14756 <column alignment="center" valignment="top" width="0pt">
14757 <row>
14758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14759 \begin_inset Text
14760
14761 \begin_layout Plain Layout
14762 Befehl
14763 \end_layout
14764
14765 \end_inset
14766 </cell>
14767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14768 \begin_inset Text
14769
14770 \begin_layout Plain Layout
14771 Ergebnis
14772 \end_layout
14773
14774 \end_inset
14775 </cell>
14776 </row>
14777 <row>
14778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14779 \begin_inset Text
14780
14781 \begin_layout Plain Layout
14782
14783 \backslash
14784 sum
14785 \begin_inset Index
14786 status collapsed
14787
14788 \begin_layout Plain Layout
14789 Befehle ! S ! 
14790 \backslash
14791 sum
14792 \end_layout
14793
14794 \end_inset
14795
14796
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14802 \begin_inset Text
14803
14804 \begin_layout Plain Layout
14805 \begin_inset Formula $\sum$
14806 \end_inset
14807
14808
14809 \end_layout
14810
14811 \end_inset
14812 </cell>
14813 </row>
14814 <row>
14815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14816 \begin_inset Text
14817
14818 \begin_layout Plain Layout
14819
14820 \backslash
14821 int
14822 \begin_inset Index
14823 status collapsed
14824
14825 \begin_layout Plain Layout
14826 Befehle ! I ! 
14827 \backslash
14828 int
14829 \end_layout
14830
14831 \end_inset
14832
14833
14834 \end_layout
14835
14836 \end_inset
14837 </cell>
14838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14839 \begin_inset Text
14840
14841 \begin_layout Plain Layout
14842 \begin_inset Formula $\int$
14843 \end_inset
14844
14845
14846 \end_layout
14847
14848 \end_inset
14849 </cell>
14850 </row>
14851 <row>
14852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856
14857 \backslash
14858 intop
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867 \begin_inset Formula $\intop$
14868 \end_inset
14869
14870
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 </row>
14876 <row>
14877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Plain Layout
14881
14882 \backslash
14883 oint
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892 \begin_inset Formula $\oint$
14893 \end_inset
14894
14895
14896 \end_layout
14897
14898 \end_inset
14899 </cell>
14900 </row>
14901 <row>
14902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14903 \begin_inset Text
14904
14905 \begin_layout Plain Layout
14906
14907 \backslash
14908 ointop
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Plain Layout
14917 \begin_inset Formula $\ointop$
14918 \end_inset
14919
14920
14921 \end_layout
14922
14923 \end_inset
14924 </cell>
14925 </row>
14926 <row>
14927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931
14932 \backslash
14933 ointctrclockwise
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942 \begin_inset Formula $\ointctrclockwise$
14943 \end_inset
14944
14945
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 </row>
14951 <row>
14952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956
14957 \backslash
14958 ointclockwise
14959 \end_layout
14960
14961 \end_inset
14962 </cell>
14963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14964 \begin_inset Text
14965
14966 \begin_layout Plain Layout
14967 \begin_inset Formula $\ointclockwise$
14968 \end_inset
14969
14970
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 </row>
14976 <row>
14977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981
14982 \backslash
14983 sqint
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992 \begin_inset Formula $\sqint$
14993 \end_inset
14994
14995
14996 \end_layout
14997
14998 \end_inset
14999 </cell>
15000 </row>
15001 <row>
15002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15003 \begin_inset Text
15004
15005 \begin_layout Plain Layout
15006
15007 \backslash
15008 bigcap
15009 \end_layout
15010
15011 \end_inset
15012 </cell>
15013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15014 \begin_inset Text
15015
15016 \begin_layout Plain Layout
15017 \begin_inset Formula $\bigcap$
15018 \end_inset
15019
15020
15021 \end_layout
15022
15023 \end_inset
15024 </cell>
15025 </row>
15026 <row>
15027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031
15032 \backslash
15033 bigcup
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042 \begin_inset Formula $\bigcup$
15043 \end_inset
15044
15045
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 </row>
15051 </lyxtabular>
15052
15053 \end_inset
15054
15055
15056 \begin_inset space \hfill{}
15057 \end_inset
15058
15059
15060 \begin_inset Tabular
15061 <lyxtabular version="3" rows="10" columns="2">
15062 <features>
15063 <column alignment="center" valignment="top" width="0pt">
15064 <column alignment="center" valignment="top" width="0pt">
15065 <row>
15066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070 Befehl
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079 Ergebnis
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 </row>
15085 <row>
15086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090
15091 \backslash
15092 prod
15093 \begin_inset Index
15094 status collapsed
15095
15096 \begin_layout Plain Layout
15097 Befehle ! P ! 
15098 \backslash
15099 prod
15100 \end_layout
15101
15102 \end_inset
15103
15104
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 \begin_inset Formula $\prod$
15114 \end_inset
15115
15116
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 </row>
15122 <row>
15123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127
15128 \backslash
15129 coprod
15130 \end_layout
15131
15132 \end_inset
15133 </cell>
15134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Plain Layout
15138 \begin_inset Formula $\coprod$
15139 \end_inset
15140
15141
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 </row>
15147 <row>
15148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152
15153 \backslash
15154 bigodot
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163 \begin_inset Formula $\bigodot$
15164 \end_inset
15165
15166
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 </row>
15172 <row>
15173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15174 \begin_inset Text
15175
15176 \begin_layout Plain Layout
15177
15178 \backslash
15179 bigotimes
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188 \begin_inset Formula $\bigotimes$
15189 \end_inset
15190
15191
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 </row>
15197 <row>
15198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202
15203 \backslash
15204 bigoplus
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213 \begin_inset Formula $\bigoplus$
15214 \end_inset
15215
15216
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 </row>
15222 <row>
15223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Plain Layout
15227
15228 \backslash
15229 bigwedge
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238 \begin_inset Formula $\bigwedge$
15239 \end_inset
15240
15241
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 </row>
15247 <row>
15248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252
15253 \backslash
15254 bigvee
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263 \begin_inset Formula $\bigvee$
15264 \end_inset
15265
15266
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 </row>
15272 <row>
15273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15274 \begin_inset Text
15275
15276 \begin_layout Plain Layout
15277
15278 \backslash
15279 bigsqcup
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15285 \begin_inset Text
15286
15287 \begin_layout Plain Layout
15288 \begin_inset Formula $\bigsqcup$
15289 \end_inset
15290
15291
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 </row>
15297 <row>
15298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15299 \begin_inset Text
15300
15301 \begin_layout Plain Layout
15302
15303 \backslash
15304 biguplus
15305 \end_layout
15306
15307 \end_inset
15308 </cell>
15309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15310 \begin_inset Text
15311
15312 \begin_layout Plain Layout
15313 \begin_inset Formula $\biguplus$
15314 \end_inset
15315
15316
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 </row>
15322 </lyxtabular>
15323
15324 \end_inset
15325
15326
15327 \begin_inset space \hfill{}
15328 \end_inset
15329
15330
15331 \end_layout
15332
15333 \begin_layout Standard
15334 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15335 \begin_inset Graphics
15336         filename ../../images/math/intop.png
15337         scale 85
15338
15339 \end_inset
15340
15341  eingefügt werden.
15342 \end_layout
15343
15344 \begin_layout Standard
15345 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15346  Teil gleich aussehenden binären Operatoren.
15347  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15348  beschrieben.
15349 \end_layout
15350
15351 \begin_layout Standard
15352 Die Operatoren 
15353 \series bold
15354
15355 \backslash
15356 intop
15357 \series default
15358  und 
15359 \series bold
15360
15361 \backslash
15362 ointop
15363 \series default
15364  unterscheiden sich von 
15365 \series bold
15366
15367 \backslash
15368 int
15369 \series default
15370  bzw.
15371  
15372 \series bold
15373
15374 \backslash
15375 oint
15376 \series default
15377  in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15378 \begin_inset CommandInset ref
15379 LatexCommand ref
15380 reference "sub:Operatorgrenzen"
15381
15382 \end_inset
15383
15384 .
15385  
15386 \end_layout
15387
15388 \begin_layout Subsubsection*
15389 Hinweise zu Integralen
15390 \end_layout
15391
15392 \begin_layout Standard
15393 Der Buchstabe 
15394 \emph on
15395 d
15396 \emph default
15397  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15398  muss.
15399  Dazu markiert man das 
15400 \emph on
15401 d
15402 \emph default
15403  und wandelt es mit der Tastenkombination 
15404 \family sans
15405 Alt-z
15406 \begin_inset space ~
15407 \end_inset
15408
15409 r
15410 \family default
15411
15412 \begin_inset Foot
15413 status collapsed
15414
15415 \begin_layout Plain Layout
15416 Schriftstile siehe 
15417 \begin_inset CommandInset ref
15418 LatexCommand ref
15419 reference "sub:Schriftstile"
15420
15421 \end_inset
15422
15423
15424 \end_layout
15425
15426 \end_inset
15427
15428  um.
15429  Anschließend fügt man vor dem 
15430 \emph on
15431 d
15432 \emph default
15433 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15434  Dazu ein Beispiel:
15435 \end_layout
15436
15437 \begin_layout Standard
15438 inkorrekt: 
15439 \begin_inset Formula $\int A(x)dx$
15440 \end_inset
15441
15442
15443 \begin_inset Newline newline
15444 \end_inset
15445
15446
15447 \begin_inset ERT
15448 status collapsed
15449
15450 \begin_layout Plain Layout
15451
15452
15453 \backslash
15454 hphantom{in}
15455 \end_layout
15456
15457 \end_inset
15458
15459 korrekt: 
15460 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15461 \end_inset
15462
15463
15464 \end_layout
15465
15466 \begin_layout Standard
15467 \begin_inset VSpace medskip
15468 \end_inset
15469
15470 Für Mehrfachintegrale gibt es folgende Befehle:
15471 \begin_inset VSpace medskip
15472 \end_inset
15473
15474
15475 \end_layout
15476
15477 \begin_layout Standard
15478 \begin_inset space \hfill{}
15479 \end_inset
15480
15481
15482 \begin_inset Tabular
15483 <lyxtabular version="3" rows="4" columns="2">
15484 <features>
15485 <column alignment="center" valignment="top" width="0">
15486 <column alignment="center" valignment="top" width="0">
15487 <row>
15488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15489 \begin_inset Text
15490
15491 \begin_layout Plain Layout
15492 Befehl
15493 \end_layout
15494
15495 \end_inset
15496 </cell>
15497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15498 \begin_inset Text
15499
15500 \begin_layout Plain Layout
15501 Ergebnis
15502 \begin_inset Note Note
15503 status collapsed
15504
15505 \begin_layout Plain Layout
15506
15507 \series bold
15508
15509 \backslash
15510 raisebox
15511 \series default
15512  dient nur als Abstandhalter.
15513 \end_layout
15514
15515 \end_inset
15516
15517
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 </row>
15523 <row>
15524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Plain Layout
15528
15529 \backslash
15530 iint
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15536 \begin_inset Text
15537
15538 \begin_layout Plain Layout
15539 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15540 \end_inset
15541
15542
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 </row>
15548 <row>
15549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15550 \begin_inset Text
15551
15552 \begin_layout Plain Layout
15553
15554 \backslash
15555 oiint
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15561 \begin_inset Text
15562
15563 \begin_layout Plain Layout
15564 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15565 \end_inset
15566
15567
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 </row>
15573 <row>
15574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Plain Layout
15578
15579 \backslash
15580 sqiint
15581 \end_layout
15582
15583 \end_inset
15584 </cell>
15585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15586 \begin_inset Text
15587
15588 \begin_layout Plain Layout
15589 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15590 \end_inset
15591
15592
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 </row>
15598 </lyxtabular>
15599
15600 \end_inset
15601
15602
15603 \begin_inset space \hfill{}
15604 \end_inset
15605
15606
15607 \begin_inset Tabular
15608 <lyxtabular version="3" rows="4" columns="2">
15609 <features>
15610 <column alignment="center" valignment="top" width="0">
15611 <column alignment="center" valignment="top" width="0">
15612 <row>
15613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15614 \begin_inset Text
15615
15616 \begin_layout Plain Layout
15617 Befehl
15618 \end_layout
15619
15620 \end_inset
15621 </cell>
15622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15623 \begin_inset Text
15624
15625 \begin_layout Plain Layout
15626 Ergebnis
15627 \end_layout
15628
15629 \end_inset
15630 </cell>
15631 </row>
15632 <row>
15633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15634 \begin_inset Text
15635
15636 \begin_layout Plain Layout
15637
15638 \backslash
15639 iiint
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15645 \begin_inset Text
15646
15647 \begin_layout Plain Layout
15648 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15649 \end_inset
15650
15651
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 </row>
15657 <row>
15658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Plain Layout
15662
15663 \backslash
15664 iiiint
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Plain Layout
15673 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15674 \end_inset
15675
15676
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 </row>
15682 <row>
15683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687
15688 \backslash
15689 dotsint
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15695 \begin_inset Text
15696
15697 \begin_layout Plain Layout
15698 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15699 \end_inset
15700
15701
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 </row>
15707 </lyxtabular>
15708
15709 \end_inset
15710
15711
15712 \begin_inset space \hfill{}
15713 \end_inset
15714
15715
15716 \begin_inset Newpage newpage
15717 \end_inset
15718
15719
15720 \end_layout
15721
15722 \begin_layout Subsection
15723 Operatorgrenzen
15724 \begin_inset CommandInset label
15725 LatexCommand label
15726 name "sub:Operatorgrenzen"
15727
15728 \end_inset
15729
15730
15731 \begin_inset Index
15732 status collapsed
15733
15734 \begin_layout Plain Layout
15735 Operatoren ! Grenzen
15736 \end_layout
15737
15738 \end_inset
15739
15740
15741 \end_layout
15742
15743 \begin_layout Standard
15744 Grenzen werden durch Hoch- bzw.
15745  Tiefstellen erzeugt:
15746 \end_layout
15747
15748 \begin_layout Standard
15749 \align center
15750 \begin_inset Tabular
15751 <lyxtabular version="3" rows="2" columns="2">
15752 <features>
15753 <column alignment="center" valignment="top" width="0pt">
15754 <column alignment="center" valignment="top" width="0pt">
15755 <row>
15756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 Befehl
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769 Ergebnis
15770 \begin_inset Note Note
15771 status collapsed
15772
15773 \begin_layout Plain Layout
15774
15775 \series bold
15776
15777 \backslash
15778 raisebox
15779 \series default
15780  dient nur als Abstandhalter.
15781 \end_layout
15782
15783 \end_inset
15784
15785
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 </row>
15791 <row>
15792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796
15797 \backslash
15798 prod^
15799 \backslash
15800 infty
15801 \begin_inset ERT
15802 status collapsed
15803
15804 \begin_layout Plain Layout
15805
15806
15807 \backslash
15808 leer 
15809 \end_layout
15810
15811 \end_inset
15812
15813
15814 \begin_inset Formula $\to$
15815 \end_inset
15816
15817 _0
15818 \begin_inset Formula $\to$
15819 \end_inset
15820
15821 A(x)
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15831 \end_inset
15832
15833
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 </row>
15839 </lyxtabular>
15840
15841 \end_inset
15842
15843
15844 \end_layout
15845
15846 \begin_layout Standard
15847 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
15848  Operator gesetzt.
15849  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
15850  bzw.
15851  unter den Operator gesetzt.
15852 \end_layout
15853
15854 \begin_layout Standard
15855 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
15856  man den Cursor direkt hinter den Operator und setzt über das Menü 
15857 \family sans
15858 Bearbeiten\SpecialChar \menuseparator
15859 Mathe\SpecialChar \menuseparator
15860 Art der Operatorgrenzen ändern
15861 \family default
15862  die Grenzen auf 
15863 \series bold
15864 Eingebettet
15865 \series default
15866  (Tastenkombination 
15867 \family sans
15868 Alt-m
15869 \begin_inset space ~
15870 \end_inset
15871
15872 l
15873 \family default
15874 ).
15875  Dazu folgendes Beispiel:
15876 \end_layout
15877
15878 \begin_layout Standard
15879 Die normalen Grenzen sehen so aus:
15880 \begin_inset Formula \[
15881 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15882
15883 \end_inset
15884
15885 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
15886 \begin_inset Formula \[
15887 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15888
15889 \end_inset
15890
15891 Bei Integralen werden mit Ausnahme von 
15892 \series bold
15893
15894 \backslash
15895 intop
15896 \series default
15897  und 
15898 \series bold
15899
15900 \backslash
15901 ointop
15902 \series default
15903  die Grenzen standardmäßig neben den Operator gesetzt.
15904  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
15905  gesetzt.
15906  Im folgenden Beispiel wurde die Grenze deswegen auf 
15907 \series bold
15908 Anzeige
15909 \series default
15910  gesetzt und damit unter die Integrale geschrieben:
15911 \begin_inset Formula \begin{equation}
15912 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15913
15914 \end_inset
15915
15916
15917 \end_layout
15918
15919 \begin_layout Standard
15920 \begin_inset VSpace medskip
15921 \end_inset
15922
15923 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
15924 \series bold
15925
15926 \backslash
15927 subarray
15928 \series default
15929
15930 \begin_inset Index
15931 status collapsed
15932
15933 \begin_layout Plain Layout
15934 Befehle ! S ! 
15935 \backslash
15936 subarray
15937 \end_layout
15938
15939 \end_inset
15940
15941  und 
15942 \series bold
15943
15944 \backslash
15945 substack
15946 \series default
15947
15948 \begin_inset Index
15949 status collapsed
15950
15951 \begin_layout Plain Layout
15952 Befehle ! S ! 
15953 \backslash
15954 substack
15955 \end_layout
15956
15957 \end_inset
15958
15959 .
15960  Um z.
15961 \begin_inset space \thinspace{}
15962 \end_inset
15963
15964 B.
15965  diesen Ausdruck 
15966 \begin_inset Formula \begin{equation}
15967 \sum_{\begin{subarray}{c}
15968 0<k<1000\\
15969 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15970
15971 \end_inset
15972
15973 zu erstellen, muss man Folgendes tun:
15974 \begin_inset Newline newline
15975 \end_inset
15976
15977 Zuerst gibt man den Befehl 
15978 \series bold
15979
15980 \backslash
15981 sum
15982 \series default
15983 ^
15984 \series bold
15985 n
15986 \begin_inset ERT
15987 status collapsed
15988
15989 \begin_layout Plain Layout
15990
15991
15992 \backslash
15993 leer 
15994 \end_layout
15995
15996 \end_inset
15997
15998 _
15999 \series default
16000  ein.
16001  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16002  In dieses gibt man den Befehl 
16003 \series bold
16004
16005 \backslash
16006 subarray
16007 \begin_inset ERT
16008 status collapsed
16009
16010 \begin_layout Plain Layout
16011
16012
16013 \backslash
16014 leer 
16015 \end_layout
16016
16017 \end_inset
16018
16019
16020 \series default
16021  ein.
16022  Das blaue Kästchen hat nun eine lila Umrahmung und man kann jetzt mehrere
16023  Zeilen untereinander schreiben.
16024  Mit Eingabe des Zeilenumbruchs (
16025 \family sans
16026 Strg-Enter
16027 \family default
16028 ) wird eine neue Zeile erstellt.
16029  Gibt man
16030 \begin_inset Newline newline
16031 \end_inset
16032
16033
16034 \series bold
16035 0<k<1000 Strg-Enter
16036 \begin_inset Newline newline
16037 \end_inset
16038
16039
16040 \series default
16041 ein, erscheint darunter ein Kästchen für die neue Zeile.
16042 \end_layout
16043
16044 \begin_layout Standard
16045 Die Ausrichtung der Zeilen kann mit der 
16046 \family sans
16047 Tabellen-Werkzeugleiste
16048 \family default
16049  oder dem Menü 
16050 \family sans
16051 Bearbeiten\SpecialChar \menuseparator
16052 Zeilen & Spalten
16053 \family default
16054  auf links geändert werden.
16055  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16056 \series bold
16057
16058 \backslash
16059 hfill
16060 \begin_inset ERT
16061 status collapsed
16062
16063 \begin_layout Plain Layout
16064
16065
16066 \backslash
16067 leer 
16068 \end_layout
16069
16070 \end_inset
16071
16072
16073 \series default
16074  eingegeben.
16075 \end_layout
16076
16077 \begin_layout Standard
16078 Der Befehl 
16079 \series bold
16080
16081 \backslash
16082 substack
16083 \series default
16084  ist äquivalent zu 
16085 \series bold
16086
16087 \backslash
16088 subarray
16089 \series default
16090 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16091 \end_layout
16092
16093 \begin_layout Standard
16094 \begin_inset VSpace bigskip
16095 \end_inset
16096
16097 Wie bei Formel 
16098 \begin_inset CommandInset ref
16099 LatexCommand eqref
16100 reference "eq:substack"
16101
16102 \end_inset
16103
16104  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16105  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16106 \end_layout
16107
16108 \begin_layout Standard
16109 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16110 \end_layout
16111
16112 \begin_layout Standard
16113
16114 \series bold
16115
16116 \backslash
16117 def
16118 \backslash
16119 clap#1{
16120 \backslash
16121 hbox to 0pt{
16122 \backslash
16123 hss #1
16124 \backslash
16125 hss}}
16126 \begin_inset Newline newline
16127 \end_inset
16128
16129
16130 \backslash
16131 def
16132 \backslash
16133 mathclap {
16134 \backslash
16135 mathpalette 
16136 \backslash
16137 mathclapinternal}
16138 \begin_inset Newline newline
16139 \end_inset
16140
16141
16142 \backslash
16143 def
16144 \backslash
16145 mathclapinternal #1#2{
16146 \backslash
16147 clap{$
16148 \backslash
16149 mathsurround =0pt #1{#2}$}}
16150 \end_layout
16151
16152 \begin_layout Standard
16153 Dadurch wird der Befehl 
16154 \series bold
16155
16156 \backslash
16157 mathclap
16158 \series default
16159
16160 \begin_inset Index
16161 status collapsed
16162
16163 \begin_layout Plain Layout
16164 Befehle ! M ! 
16165 \backslash
16166 mathclap
16167 \end_layout
16168
16169 \end_inset
16170
16171  definiert, der die Breite der Grenze auf 0
16172 \begin_inset space \thinspace{}
16173 \end_inset
16174
16175 pt setzt.
16176  Das Befehlsschema lautet
16177 \end_layout
16178
16179 \begin_layout Standard
16180
16181 \series bold
16182
16183 \backslash
16184 mathclap{Grenze}
16185 \end_layout
16186
16187 \begin_layout Standard
16188 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16189 \end_layout
16190
16191 \begin_layout Standard
16192 Auf Formel 
16193 \begin_inset CommandInset ref
16194 LatexCommand eqref
16195 reference "eq:substack"
16196
16197 \end_inset
16198
16199  angewandt, gibt man also den Befehl
16200 \end_layout
16201
16202 \begin_layout Standard
16203
16204 \series bold
16205
16206 \backslash
16207 sum_
16208 \backslash
16209 mathclap{
16210 \backslash
16211 substack
16212 \begin_inset ERT
16213 status collapsed
16214
16215 \begin_layout Plain Layout
16216
16217
16218 \backslash
16219 leer 
16220 \end_layout
16221
16222 \end_inset
16223
16224 0<k<1000 Strg-Enter
16225 \end_layout
16226
16227 \begin_layout Standard
16228 ein, um die untere Grenze zu erstellen.
16229  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16230 \begin_inset Formula \[
16231 \sum_{\mathclap{\substack{0<k<1000\\
16232 \\k\,\in\,\mathbb{N}}
16233 }}^{n}k^{-2}\]
16234
16235 \end_inset
16236
16237
16238 \end_layout
16239
16240 \begin_layout Standard
16241 \begin_inset VSpace bigskip
16242 \end_inset
16243
16244 In 
16245 \begin_inset CommandInset ref
16246 LatexCommand ref
16247 reference "sub:Selbstdefinierte-Operatoren"
16248
16249 \end_inset
16250
16251  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16252 \end_layout
16253
16254 \begin_layout Subsection
16255 Binäre Operatoren
16256 \begin_inset CommandInset label
16257 LatexCommand label
16258 name "sub:Binäre-Operatoren"
16259
16260 \end_inset
16261
16262
16263 \begin_inset Index
16264 status collapsed
16265
16266 \begin_layout Plain Layout
16267 Operatoren ! binäre
16268 \end_layout
16269
16270 \end_inset
16271
16272
16273 \end_layout
16274
16275 \begin_layout Standard
16276 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16277  ein Zeichen befindet.
16278 \begin_inset VSpace medskip
16279 \end_inset
16280
16281
16282 \end_layout
16283
16284 \begin_layout Standard
16285 \begin_inset space \hfill{}
16286 \end_inset
16287
16288
16289 \begin_inset Tabular
16290 <lyxtabular version="3" rows="13" columns="2">
16291 <features>
16292 <column alignment="center" valignment="top" width="0pt">
16293 <column alignment="center" valignment="top" width="0pt">
16294 <row>
16295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16296 \begin_inset Text
16297
16298 \begin_layout Plain Layout
16299 Befehl
16300 \begin_inset Note Note
16301 status collapsed
16302
16303 \begin_layout Plain Layout
16304
16305 \series bold
16306
16307 \backslash
16308 raisebox
16309 \series default
16310  dient nur als Abstandhalter.
16311 \end_layout
16312
16313 \end_inset
16314
16315
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Plain Layout
16324 Ergebnis
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 </row>
16330 <row>
16331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16332 \begin_inset Text
16333
16334 \begin_layout Plain Layout
16335 +
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16341 \begin_inset Text
16342
16343 \begin_layout Plain Layout
16344 \begin_inset Formula $+$
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 </row>
16353 <row>
16354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358 -
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Plain Layout
16367 \begin_inset Formula $-$
16368 \end_inset
16369
16370
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 </row>
16376 <row>
16377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381
16382 \backslash
16383 pm
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 \begin_inset Formula $\pm$
16393 \end_inset
16394
16395
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 </row>
16401 <row>
16402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406
16407 \backslash
16408 mp
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16414 \begin_inset Text
16415
16416 \begin_layout Plain Layout
16417 \begin_inset Formula $\mp$
16418 \end_inset
16419
16420
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 </row>
16426 <row>
16427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Plain Layout
16431
16432 \backslash
16433 cdot
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Plain Layout
16442 \begin_inset Formula $\cdot$
16443 \end_inset
16444
16445
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 </row>
16451 <row>
16452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456
16457 \backslash
16458 times
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16464 \begin_inset Text
16465
16466 \begin_layout Plain Layout
16467 \begin_inset Formula $\times$
16468 \end_inset
16469
16470
16471 \end_layout
16472
16473 \end_inset
16474 </cell>
16475 </row>
16476 <row>
16477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Plain Layout
16481
16482 \backslash
16483 div
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16489 \begin_inset Text
16490
16491 \begin_layout Plain Layout
16492 \begin_inset Formula $\div$
16493 \end_inset
16494
16495
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 </row>
16501 <row>
16502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 \begin_inset ERT
16507 status collapsed
16508
16509 \begin_layout Plain Layout
16510
16511
16512 \backslash
16513 raisebox{-1.2mm}{
16514 \end_layout
16515
16516 \end_inset
16517
16518 *
16519 \begin_inset ERT
16520 status collapsed
16521
16522 \begin_layout Plain Layout
16523
16524 }
16525 \end_layout
16526
16527 \end_inset
16528
16529
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538 \begin_inset Formula $*$
16539 \end_inset
16540
16541
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 </row>
16547 <row>
16548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552
16553 \backslash
16554 star
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Plain Layout
16563 \begin_inset Formula $\star$
16564 \end_inset
16565
16566
16567 \end_layout
16568
16569 \end_inset
16570 </cell>
16571 </row>
16572 <row>
16573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577
16578 \backslash
16579 circ
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588 \begin_inset Formula $\circ$
16589 \end_inset
16590
16591
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 </row>
16597 <row>
16598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Plain Layout
16602
16603 \backslash
16604 diamond
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16610 \begin_inset Text
16611
16612 \begin_layout Plain Layout
16613 \begin_inset Formula $\diamond$
16614 \end_inset
16615
16616
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 </row>
16622 <row>
16623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627
16628 \backslash
16629 bullet
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638 \begin_inset Formula $\bullet$
16639 \end_inset
16640
16641
16642 \end_layout
16643
16644 \end_inset
16645 </cell>
16646 </row>
16647 </lyxtabular>
16648
16649 \end_inset
16650
16651
16652 \begin_inset space \hfill{}
16653 \end_inset
16654
16655
16656 \begin_inset Tabular
16657 <lyxtabular version="3" rows="13" columns="2">
16658 <features>
16659 <column alignment="center" valignment="top" width="0pt">
16660 <column alignment="center" valignment="top" width="0pt">
16661 <row>
16662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 Befehl
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16672 \begin_inset Text
16673
16674 \begin_layout Plain Layout
16675 Ergebnis
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 </row>
16681 <row>
16682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Plain Layout
16686
16687 \backslash
16688 nabla
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697 \begin_inset Formula $\nabla$
16698 \end_inset
16699
16700
16701 \end_layout
16702
16703 \end_inset
16704 </cell>
16705 </row>
16706 <row>
16707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16708 \begin_inset Text
16709
16710 \begin_layout Plain Layout
16711
16712 \backslash
16713 bigtriangledown
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722 \begin_inset Formula $\bigtriangledown$
16723 \end_inset
16724
16725
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 </row>
16731 <row>
16732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16733 \begin_inset Text
16734
16735 \begin_layout Plain Layout
16736
16737 \backslash
16738 bigtriangleup
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747 \begin_inset Formula $\bigtriangleup$
16748 \end_inset
16749
16750
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 </row>
16756 <row>
16757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761
16762 \backslash
16763 Box
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772 \begin_inset Formula $\Box$
16773 \end_inset
16774
16775
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 </row>
16781 <row>
16782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786
16787 \backslash
16788 cap 
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797 \begin_inset Formula $\cap$
16798 \end_inset
16799
16800
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 </row>
16806 <row>
16807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811
16812 \backslash
16813 cup
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822 \begin_inset Formula $\cup$
16823 \end_inset
16824
16825
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 </row>
16831 <row>
16832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836
16837 \backslash
16838 dagger
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 \begin_inset Formula $\dagger$
16848 \end_inset
16849
16850
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 </row>
16856 <row>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861
16862 \backslash
16863 ddagger
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 \begin_inset Formula $\ddagger$
16873 \end_inset
16874
16875
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 </row>
16881 <row>
16882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886
16887 \backslash
16888 wr
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897 \begin_inset Formula $\wr$
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 </row>
16906 <row>
16907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911
16912 \backslash
16913 bigcirc
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922 \begin_inset Formula $\bigcirc$
16923 \end_inset
16924
16925
16926 \end_layout
16927
16928 \end_inset
16929 </cell>
16930 </row>
16931 <row>
16932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936
16937 \backslash
16938 wedge
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947 \begin_inset Formula $\wedge$
16948 \end_inset
16949
16950
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 </row>
16956 <row>
16957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961
16962 \backslash
16963 vee
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972 \begin_inset Formula $\vee$
16973 \end_inset
16974
16975
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 </row>
16981 </lyxtabular>
16982
16983 \end_inset
16984
16985
16986 \begin_inset space \hfill{}
16987 \end_inset
16988
16989
16990 \begin_inset Tabular
16991 <lyxtabular version="3" rows="13" columns="2">
16992 <features>
16993 <column alignment="center" valignment="top" width="0pt">
16994 <column alignment="center" valignment="top" width="0pt">
16995 <row>
16996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000 Befehl
17001 \end_layout
17002
17003 \end_inset
17004 </cell>
17005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17006 \begin_inset Text
17007
17008 \begin_layout Plain Layout
17009 Ergebnis
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 </row>
17015 <row>
17016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020
17021 \backslash
17022 oplus
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031 \begin_inset Formula $\oplus$
17032 \end_inset
17033
17034
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 </row>
17040 <row>
17041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045
17046 \backslash
17047 ominus
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056 \begin_inset Formula $\ominus$
17057 \end_inset
17058
17059
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 </row>
17065 <row>
17066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070
17071 \backslash
17072 otimes
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081 \begin_inset Formula $\otimes$
17082 \end_inset
17083
17084
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 </row>
17090 <row>
17091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095
17096 \backslash
17097 oslash
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106 \begin_inset Formula $\oslash$
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 </row>
17115 <row>
17116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120
17121 \backslash
17122 odot
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17128 \begin_inset Text
17129
17130 \begin_layout Plain Layout
17131 \begin_inset Formula $\odot$
17132 \end_inset
17133
17134
17135 \end_layout
17136
17137 \end_inset
17138 </cell>
17139 </row>
17140 <row>
17141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145
17146 \backslash
17147 amalg
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156 \begin_inset Formula $\amalg$
17157 \end_inset
17158
17159
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 </row>
17165 <row>
17166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170
17171 \backslash
17172 uplus
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181 \begin_inset Formula $\uplus$
17182 \end_inset
17183
17184
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 </row>
17190 <row>
17191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195
17196 \backslash
17197 setminus
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206 \begin_inset Formula $\setminus$
17207 \end_inset
17208
17209
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 </row>
17215 <row>
17216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220
17221 \backslash
17222 sqcap
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 \begin_inset Formula $\sqcap$
17232 \end_inset
17233
17234
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 </row>
17240 <row>
17241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245
17246 \backslash
17247 sqcup
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256 \begin_inset Formula $\sqcup$
17257 \end_inset
17258
17259
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 </row>
17265 <row>
17266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270
17271 \backslash
17272 triangleleft
17273 \end_layout
17274
17275 \end_inset
17276 </cell>
17277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17278 \begin_inset Text
17279
17280 \begin_layout Plain Layout
17281 \begin_inset Formula $\triangleleft$
17282 \end_inset
17283
17284
17285 \end_layout
17286
17287 \end_inset
17288 </cell>
17289 </row>
17290 <row>
17291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295
17296 \backslash
17297 triangleright
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306 \begin_inset Formula $\triangleright$
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 </row>
17315 </lyxtabular>
17316
17317 \end_inset
17318
17319
17320 \begin_inset space \hfill{}
17321 \end_inset
17322
17323
17324 \end_layout
17325
17326 \begin_layout Standard
17327 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17328  
17329 \begin_inset Graphics
17330         filename ../../images/math/pm.png
17331         scale 85
17332
17333 \end_inset
17334
17335  eingefügt werden.
17336 \end_layout
17337
17338 \begin_layout Standard
17339 Um den Laplace-Operator darzustellen, kann man statt 
17340 \series bold
17341
17342 \backslash
17343 bigtriangleup
17344 \series default
17345  auch 
17346 \series bold
17347
17348 \backslash
17349 Delta
17350 \series default
17351  verwenden oder man benutzt 
17352 \series bold
17353
17354 \backslash
17355 nabla
17356 \series default
17357 ^
17358 \series bold
17359 2
17360 \series default
17361  (
17362 \begin_inset Formula $\nabla^{2}$
17363 \end_inset
17364
17365 ).
17366 \end_layout
17367
17368 \begin_layout Standard
17369 Das Zeichen 
17370 \family sans
17371 Menütrenner
17372 \family default
17373  im Menü 
17374 \family sans
17375 Einfügen\SpecialChar \menuseparator
17376 Sonderzeichen
17377 \family default
17378  ist der Operator 
17379 \series bold
17380
17381 \backslash
17382 triangleright
17383 \series default
17384 .
17385 \end_layout
17386
17387 \begin_layout Subsection
17388 Selbst definierte Operatoren
17389 \begin_inset CommandInset label
17390 LatexCommand label
17391 name "sub:Selbstdefinierte-Operatoren"
17392
17393 \end_inset
17394
17395
17396 \begin_inset Index
17397 status collapsed
17398
17399 \begin_layout Plain Layout
17400 Operatoren ! selbstdefinierte
17401 \end_layout
17402
17403 \end_inset
17404
17405
17406 \end_layout
17407
17408 \begin_layout Standard
17409 Mit Hilfe des Befehls 
17410 \series bold
17411
17412 \backslash
17413 DeclareMathOperator
17414 \series default
17415
17416 \begin_inset Index
17417 status collapsed
17418
17419 \begin_layout Plain Layout
17420 Befehle ! D ! 
17421 \backslash
17422 dbinom@
17423 \backslash
17424 DeclareMathOperator
17425 \end_layout
17426
17427 \end_inset
17428
17429  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17430  Das Befehlsschema dazu lautet:
17431 \end_layout
17432
17433 \begin_layout Standard
17434
17435 \series bold
17436
17437 \backslash
17438 DeclareMathOperator{neuer Befehl}{Anzeige}
17439 \end_layout
17440
17441 \begin_layout Standard
17442 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17443  im Ausdruck aussieht.
17444  Will man einen großen Operator definieren, setzt man hinter den Befehl
17445  ein 
17446 \series bold
17447 *
17448 \series default
17449 .
17450  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17451  wie in 
17452 \begin_inset CommandInset ref
17453 LatexCommand ref
17454 reference "sub:Operatorgrenzen"
17455
17456 \end_inset
17457
17458  beschrieben.
17459 \end_layout
17460
17461 \begin_layout Standard
17462 Beispielsweise definiert die LaTeX-Vorspannzeile
17463 \end_layout
17464
17465 \begin_layout Standard
17466
17467 \series bold
17468
17469 \backslash
17470 DeclareMathOperator*{
17471 \backslash
17472 Raute}{
17473 \backslash
17474 blacklozenge}
17475 \end_layout
17476
17477 \begin_layout Standard
17478 den Befehl 
17479 \series bold
17480
17481 \backslash
17482 Raute
17483 \series default
17484 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17485  aus 
17486 \begin_inset CommandInset ref
17487 LatexCommand ref
17488 reference "sub:Sonstige-Symbole"
17489
17490 \end_inset
17491
17492  besteht:
17493 \begin_inset Formula \[
17494 \Raute_{n=1}^{\infty}\]
17495
17496 \end_inset
17497
17498 Der Befehl für diese Formel lautet: 
17499 \series bold
17500
17501 \backslash
17502 Raute
17503 \series default
17504 ^
17505 \series bold
17506
17507 \backslash
17508 infty
17509 \begin_inset Formula $\to$
17510 \end_inset
17511
17512 _n=1
17513 \end_layout
17514
17515 \begin_layout Standard
17516 \begin_inset VSpace bigskip
17517 \end_inset
17518
17519 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17520  auch mit den Befehlen 
17521 \series bold
17522
17523 \backslash
17524 mathop
17525 \series default
17526
17527 \begin_inset Index
17528 status collapsed
17529
17530 \begin_layout Plain Layout
17531 Befehle ! M ! 
17532 \backslash
17533 mathop
17534 \end_layout
17535
17536 \end_inset
17537
17538  und 
17539 \series bold
17540
17541 \backslash
17542 mathbin
17543 \series default
17544
17545 \begin_inset Index
17546 status collapsed
17547
17548 \begin_layout Plain Layout
17549 Befehle ! M ! 
17550 \backslash
17551 mathbin
17552 \end_layout
17553
17554 \end_inset
17555
17556  definieren, die folgendes Schema besitzen:
17557 \end_layout
17558
17559 \begin_layout Standard
17560
17561 \series bold
17562
17563 \backslash
17564 mathop{Anzeige}
17565 \series default
17566  bzw.
17567  
17568 \series bold
17569
17570 \backslash
17571 mathbin{Anzeige}
17572 \end_layout
17573
17574 \begin_layout Standard
17575
17576 \series bold
17577
17578 \backslash
17579 mathop
17580 \series default
17581  definiert große, 
17582 \series bold
17583
17584 \backslash
17585 mathbin
17586 \series default
17587  binäre Operatoren.
17588 \end_layout
17589
17590 \begin_layout Standard
17591
17592 \series bold
17593
17594 \backslash
17595 mathop
17596 \series default
17597  lässt sich z.
17598 \begin_inset space \thinspace{}
17599 \end_inset
17600
17601 B.
17602  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17603 \begin_inset Formula \[
17604 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17605
17606 \end_inset
17607
17608
17609 \end_layout
17610
17611 \begin_layout Standard
17612 Der Befehl für obige Formel lautet:
17613 \begin_inset Newline newline
17614 \end_inset
17615
17616  
17617 \series bold
17618
17619 \backslash
17620 mathop{
17621 \backslash
17622 sum
17623 \backslash
17624 negmedspace
17625 \backslash
17626 sum
17627 \series default
17628
17629 \begin_inset ERT
17630 status collapsed
17631
17632 \begin_layout Plain Layout
17633
17634
17635 \backslash
17636 leer 
17637 \end_layout
17638
17639 \end_inset
17640
17641
17642 \series bold
17643
17644 \begin_inset Formula $\to$
17645 \end_inset
17646
17647 ^N
17648 \series default
17649
17650 \begin_inset ERT
17651 status collapsed
17652
17653 \begin_layout Plain Layout
17654
17655
17656 \backslash
17657 leer 
17658 \end_layout
17659
17660 \end_inset
17661
17662
17663 \series bold
17664 _i,j=1
17665 \end_layout
17666
17667 \begin_layout Section
17668 Schriften
17669 \begin_inset Index
17670 status collapsed
17671
17672 \begin_layout Plain Layout
17673 Schriften
17674 \end_layout
17675
17676 \end_inset
17677
17678
17679 \end_layout
17680
17681 \begin_layout Subsection
17682 Schriftstile
17683 \begin_inset CommandInset label
17684 LatexCommand label
17685 name "sub:Schriftstile"
17686
17687 \end_inset
17688
17689
17690 \begin_inset Index
17691 status collapsed
17692
17693 \begin_layout Plain Layout
17694 Schriften ! Schriftstile
17695 \end_layout
17696
17697 \end_inset
17698
17699
17700 \end_layout
17701
17702 \begin_layout Standard
17703 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17704  gesetzt werden:
17705 \begin_inset VSpace -2mm
17706 \end_inset
17707
17708
17709 \end_layout
17710
17711 \begin_layout Standard
17712 \align center
17713 \begin_inset Tabular
17714 <lyxtabular version="3" rows="6" columns="3">
17715 <features>
17716 <column alignment="center" valignment="top" width="0">
17717 <column alignment="center" valignment="top" width="0">
17718 <column alignment="center" valignment="top" width="0">
17719 <row>
17720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724 Befehl
17725 \end_layout
17726
17727 \end_inset
17728 </cell>
17729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17730 \begin_inset Text
17731
17732 \begin_layout Plain Layout
17733 Ergebnis
17734 \end_layout
17735
17736 \end_inset
17737 </cell>
17738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17739 \begin_inset Text
17740
17741 \begin_layout Plain Layout
17742 Tastenkürzel
17743 \end_layout
17744
17745 \end_inset
17746 </cell>
17747 </row>
17748 <row>
17749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17750 \begin_inset Text
17751
17752 \begin_layout Plain Layout
17753
17754 \backslash
17755 mathbb
17756 \series bold
17757
17758 \begin_inset ERT
17759 status collapsed
17760
17761 \begin_layout Plain Layout
17762
17763
17764 \backslash
17765 leer 
17766 \end_layout
17767
17768 \end_inset
17769
17770
17771 \series default
17772 ABC
17773 \end_layout
17774
17775 \end_inset
17776 </cell>
17777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17778 \begin_inset Text
17779
17780 \begin_layout Plain Layout
17781 \begin_inset Formula $\mathbb{ABC}$
17782 \end_inset
17783
17784
17785 \end_layout
17786
17787 \end_inset
17788 </cell>
17789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17790 \begin_inset Text
17791
17792 \begin_layout Plain Layout
17793 Alt-z k
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 </row>
17799 <row>
17800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804
17805 \backslash
17806 mathbf
17807 \series bold
17808
17809 \begin_inset ERT
17810 status collapsed
17811
17812 \begin_layout Plain Layout
17813
17814
17815 \backslash
17816 leer 
17817 \end_layout
17818
17819 \end_inset
17820
17821
17822 \series default
17823 AbC
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17829 \begin_inset Text
17830
17831 \begin_layout Plain Layout
17832 \begin_inset Formula $\mathbf{AbC}$
17833 \end_inset
17834
17835
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844 -
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 </row>
17850 <row>
17851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855
17856 \backslash
17857 boldsymbol
17858 \series bold
17859
17860 \begin_inset ERT
17861 status collapsed
17862
17863 \begin_layout Plain Layout
17864
17865
17866 \backslash
17867 leer 
17868 \end_layout
17869
17870 \end_inset
17871
17872
17873 \series default
17874 AbC
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883 \begin_inset Formula $\boldsymbol{AbC}$
17884 \end_inset
17885
17886
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895 Alt-z f
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 </row>
17901 <row>
17902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17903 \begin_inset Text
17904
17905 \begin_layout Plain Layout
17906
17907 \backslash
17908 mathcal
17909 \series bold
17910
17911 \begin_inset ERT
17912 status collapsed
17913
17914 \begin_layout Plain Layout
17915
17916
17917 \backslash
17918 leer 
17919 \end_layout
17920
17921 \end_inset
17922
17923
17924 \series default
17925 ABC
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934 \begin_inset Formula $\mathcal{ABC}$
17935 \end_inset
17936
17937
17938 \end_layout
17939
17940 \end_inset
17941 </cell>
17942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17943 \begin_inset Text
17944
17945 \begin_layout Plain Layout
17946 Alt-z h
17947 \end_layout
17948
17949 \end_inset
17950 </cell>
17951 </row>
17952 <row>
17953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17954 \begin_inset Text
17955
17956 \begin_layout Plain Layout
17957
17958 \backslash
17959 mathfrak
17960 \series bold
17961
17962 \begin_inset ERT
17963 status collapsed
17964
17965 \begin_layout Plain Layout
17966
17967
17968 \backslash
17969 leer 
17970 \end_layout
17971
17972 \end_inset
17973
17974
17975 \series default
17976 AbC
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 \begin_inset Formula $\mathfrak{AbC}$
17986 \end_inset
17987
17988
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 -
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 </row>
18003 </lyxtabular>
18004
18005 \end_inset
18006
18007
18008 \end_layout
18009
18010 \begin_layout Standard
18011 \align center
18012 \begin_inset Tabular
18013 <lyxtabular version="3" rows="5" columns="3">
18014 <features>
18015 <column alignment="center" valignment="top" width="0">
18016 <column alignment="center" valignment="top" width="0">
18017 <column alignment="center" valignment="top" width="0">
18018 <row>
18019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18020 \begin_inset Text
18021
18022 \begin_layout Plain Layout
18023 Befehl
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032 Ergebnis
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041 Tastenkürzel
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 </row>
18047 <row>
18048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052
18053 \backslash
18054 mathit
18055 \series bold
18056
18057 \begin_inset ERT
18058 status collapsed
18059
18060 \begin_layout Plain Layout
18061
18062
18063 \backslash
18064 leer 
18065 \end_layout
18066
18067 \end_inset
18068
18069
18070 \series default
18071 AbC
18072 \end_layout
18073
18074 \end_inset
18075 </cell>
18076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080 \begin_inset Formula $\mathit{AbC}$
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \end_inset
18087 </cell>
18088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092 -
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 </row>
18098 <row>
18099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18100 \begin_inset Text
18101
18102 \begin_layout Plain Layout
18103
18104 \backslash
18105 mathrm
18106 \series bold
18107
18108 \begin_inset ERT
18109 status collapsed
18110
18111 \begin_layout Plain Layout
18112
18113
18114 \backslash
18115 leer 
18116 \end_layout
18117
18118 \end_inset
18119
18120
18121 \series default
18122 AbC
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131 \begin_inset Formula $\mathrm{AbC}$
18132 \end_inset
18133
18134
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18140 \begin_inset Text
18141
18142 \begin_layout Plain Layout
18143 Alt-z r
18144 \end_layout
18145
18146 \end_inset
18147 </cell>
18148 </row>
18149 <row>
18150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154
18155 \backslash
18156 mathsf
18157 \series bold
18158
18159 \begin_inset ERT
18160 status collapsed
18161
18162 \begin_layout Plain Layout
18163
18164
18165 \backslash
18166 leer 
18167 \end_layout
18168
18169 \end_inset
18170
18171
18172 \series default
18173 AbC
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182 \begin_inset Formula $\mathsf{AbC}$
18183 \end_inset
18184
18185
18186 \end_layout
18187
18188 \end_inset
18189 </cell>
18190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18191 \begin_inset Text
18192
18193 \begin_layout Plain Layout
18194 Alt-z s
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 </row>
18200 <row>
18201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205
18206 \backslash
18207 mathtt
18208 \series bold
18209
18210 \begin_inset ERT
18211 status collapsed
18212
18213 \begin_layout Plain Layout
18214
18215
18216 \backslash
18217 leer 
18218 \end_layout
18219
18220 \end_inset
18221
18222
18223 \series default
18224 AbC
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 \begin_inset Formula $\mathtt{AbC}$
18234 \end_inset
18235
18236
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245 Alt-z c
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 </row>
18251 </lyxtabular>
18252
18253 \end_inset
18254
18255
18256 \end_layout
18257
18258 \begin_layout Standard
18259 \begin_inset Note Greyedout
18260 status open
18261
18262 \begin_layout Plain Layout
18263
18264 \series bold
18265 Achtung:
18266 \series default
18267  Die Stile 
18268 \series bold
18269
18270 \backslash
18271 mathbb
18272 \series default
18273  und 
18274 \series bold
18275
18276 \backslash
18277 mathcal
18278 \series default
18279  können nur für Großbuchstaben verwendet werden.
18280 \end_layout
18281
18282 \end_inset
18283
18284
18285 \end_layout
18286
18287 \begin_layout Standard
18288 Voreingestellt ist der Stil 
18289 \series bold
18290
18291 \backslash
18292 mathnormal
18293 \series default
18294 .
18295 \end_layout
18296
18297 \begin_layout Standard
18298 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18299 \begin_inset Formula \[
18300 \mathfrak{A=\frac{b}{C}}\]
18301
18302 \end_inset
18303
18304
18305 \end_layout
18306
18307 \begin_layout Standard
18308 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18309 ile, sondern in dem Textschriftstil 
18310 \series bold
18311
18312 \backslash
18313 textrm
18314 \series default
18315 .
18316  Dass ihr Stil nicht über den Textstil Dialog geändert werden kann ist ein
18317  Fehler in LyX .
18318 \begin_inset Foot
18319 status collapsed
18320
18321 \begin_layout Plain Layout
18322 \begin_inset CommandInset href
18323 LatexCommand href
18324 name "LyX-Fehler #4091"
18325 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18326
18327 \end_inset
18328
18329
18330 \end_layout
18331
18332 \end_inset
18333
18334
18335 \end_layout
18336
18337 \begin_layout Standard
18338 Anstelle der Stilbefehle kann man auch den Dialog 
18339 \family sans
18340 Bearbeiten\SpecialChar \menuseparator
18341 Mathe\SpecialChar \menuseparator
18342 Text-Stil
18343 \family default
18344  oder den Mathe-Werkzeugleistenknopf 
18345 \begin_inset Graphics
18346         filename ../../images/math/font.png
18347         scale 85
18348
18349 \end_inset
18350
18351  verwenden.
18352 \end_layout
18353
18354 \begin_layout Subsection
18355 Fett gedruckte Formeln
18356 \begin_inset CommandInset label
18357 LatexCommand label
18358 name "sub:Fett-gedruckte-Formeln"
18359
18360 \end_inset
18361
18362
18363 \begin_inset Index
18364 status collapsed
18365
18366 \begin_layout Plain Layout
18367 Formel ! fett gedruckte
18368 \end_layout
18369
18370 \end_inset
18371
18372
18373 \end_layout
18374
18375 \begin_layout Standard
18376 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18377  Kapitel angegebenen Befehl 
18378 \series bold
18379
18380 \backslash
18381 mathbf
18382 \series default
18383  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18384  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18385  Formel gut erkennt:
18386 \end_layout
18387
18388 \begin_layout Standard
18389 \begin_inset Formula \[
18390 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}\]
18391
18392 \end_inset
18393
18394
18395 \end_layout
18396
18397 \begin_layout Standard
18398 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18399 \series bold
18400
18401 \backslash
18402 boldsymbol
18403 \series default
18404 :
18405 \begin_inset Formula \[
18406 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}\]
18407
18408 \end_inset
18409
18410 Es gibt auch die Möglichkeit die Formel in eine 
18411 \series bold
18412 boldmath-Umgebung
18413 \series default
18414  zu setzen.
18415  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18416 \series bold
18417
18418 \backslash
18419 boldmath
18420 \begin_inset Index
18421 status collapsed
18422
18423 \begin_layout Plain Layout
18424 Befehle ! B ! 
18425 \backslash
18426 boldmath
18427 \end_layout
18428
18429 \end_inset
18430
18431
18432 \series default
18433  eingibt.
18434  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18435 \series bold
18436
18437 \backslash
18438 unboldmath
18439 \begin_inset Index
18440 status collapsed
18441
18442 \begin_layout Plain Layout
18443 Befehle ! U ! 
18444 \backslash
18445 unboldmath
18446 \end_layout
18447
18448 \end_inset
18449
18450
18451 \series default
18452  ein.
18453 \begin_inset ERT
18454 status collapsed
18455
18456 \begin_layout Plain Layout
18457
18458
18459 \backslash
18460 boldmath 
18461 \end_layout
18462
18463 \end_inset
18464
18465
18466 \begin_inset Formula \[
18467 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}\]
18468
18469 \end_inset
18470
18471
18472 \begin_inset ERT
18473 status collapsed
18474
18475 \begin_layout Plain Layout
18476
18477
18478 \backslash
18479 unboldmath 
18480 \end_layout
18481
18482 \end_inset
18483
18484
18485 \end_layout
18486
18487 \begin_layout Subsection
18488 Schriftgrößen
18489 \begin_inset CommandInset label
18490 LatexCommand label
18491 name "sub:Schriftgrößen"
18492
18493 \end_inset
18494
18495
18496 \begin_inset Index
18497 status collapsed
18498
18499 \begin_layout Plain Layout
18500 Schriften ! Schriftgrößen
18501 \end_layout
18502
18503 \end_inset
18504
18505
18506 \end_layout
18507
18508 \begin_layout Standard
18509 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18510 le:
18511 \end_layout
18512
18513 \begin_layout Standard
18514
18515 \series bold
18516
18517 \backslash
18518 Huge
18519 \series default
18520
18521 \series bold
18522
18523 \backslash
18524 huge
18525 \series default
18526
18527 \series bold
18528
18529 \backslash
18530 LARGE
18531 \series default
18532
18533 \series bold
18534
18535 \backslash
18536 Large
18537 \series default
18538
18539 \series bold
18540
18541 \backslash
18542 large
18543 \series default
18544
18545 \series bold
18546
18547 \backslash
18548 normalsize
18549 \series default
18550
18551 \series bold
18552
18553 \backslash
18554 small
18555 \series default
18556
18557 \series bold
18558
18559 \backslash
18560 footnotesize
18561 \series default
18562 ,
18563 \begin_inset Newline linebreak
18564 \end_inset
18565
18566
18567 \series bold
18568
18569 \backslash
18570 scriptsize
18571 \series default
18572  und 
18573 \series bold
18574
18575 \backslash
18576 tiny
18577 \end_layout
18578
18579 \begin_layout Standard
18580 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
18581  ab, die dem Befehl 
18582 \series bold
18583
18584 \backslash
18585 normalsize
18586 \series default
18587  entspricht.
18588  Die anderen Befehle produzieren kleinere oder größere Schriften als 
18589 \series bold
18590
18591 \backslash
18592 normalsize
18593 \series default
18594 .
18595  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
18596  Beträgt z.
18597 \begin_inset space \thinspace{}
18598 \end_inset
18599
18600 B.
18601  die Dokumentschriftgröße 12
18602 \begin_inset space \thinspace{}
18603 \end_inset
18604
18605 pt, produziert der Befehl 
18606 \series bold
18607
18608 \backslash
18609 Huge
18610 \series default
18611  dasselbe wie 
18612 \series bold
18613
18614 \backslash
18615 huge
18616 \series default
18617 .
18618  
18619 \end_layout
18620
18621 \begin_layout Standard
18622 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18623  Größe aller nachfolgenden Formel- und Textzeichen fest.
18624  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
18625  TeX-Modus den Befehl 
18626 \series bold
18627
18628 \backslash
18629 normalsize
18630 \series default
18631  ein.
18632 \end_layout
18633
18634 \begin_layout Standard
18635 Innerhalb einer Formel kann die Größe nur für Symbole oder Buchstaben im
18636  mathematischen Text geändert werden.
18637  Dazu wird der Größenbefehl im mathematischen Textmodus eingegeben.
18638  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
18639  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
18640  Dazu zwei Beispiele:
18641 \begin_inset VSpace -2mm
18642 \end_inset
18643
18644
18645 \end_layout
18646
18647 \begin_layout Standard
18648 \begin_inset ERT
18649 status collapsed
18650
18651 \begin_layout Plain Layout
18652
18653
18654 \backslash
18655 huge 
18656 \end_layout
18657
18658 \end_inset
18659
18660
18661 \begin_inset Formula \[
18662 A=\frac{B}{c}\cdot\maltese\]
18663
18664 \end_inset
18665
18666
18667 \begin_inset Formula \[
18668 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18669
18670 \end_inset
18671
18672
18673 \begin_inset ERT
18674 status collapsed
18675
18676 \begin_layout Plain Layout
18677
18678
18679 \backslash
18680 normalsize 
18681 \end_layout
18682
18683 \end_inset
18684
18685
18686 \end_layout
18687
18688 \begin_layout Standard
18689 \begin_inset VSpace medskip
18690 \end_inset
18691
18692 Vor beiden Formeln wurde der Befehl 
18693 \series bold
18694
18695 \backslash
18696 huge
18697 \series default
18698  eingegeben.
18699  Der Befehl für die zweite Formel lautet:
18700 \begin_inset Newline newline
18701 \end_inset
18702
18703
18704 \series bold
18705
18706 \backslash
18707 maltese
18708 \begin_inset ERT
18709 status collapsed
18710
18711 \begin_layout Plain Layout
18712
18713
18714 \backslash
18715 leer 
18716 \end_layout
18717
18718 \end_inset
18719
18720 A M-m m 
18721 \backslash
18722 Large
18723 \begin_inset ERT
18724 status collapsed
18725
18726 \begin_layout Plain Layout
18727
18728
18729 \backslash
18730 leer 
18731 \end_layout
18732
18733 \end_inset
18734
18735
18736 \backslash
18737 maltese
18738 \begin_inset ERT
18739 status collapsed
18740
18741 \begin_layout Plain Layout
18742
18743
18744 \backslash
18745 leer 
18746 \end_layout
18747
18748 \end_inset
18749
18750
18751 \backslash
18752 textit
18753 \begin_inset ERT
18754 status collapsed
18755
18756 \begin_layout Plain Layout
18757
18758
18759 \backslash
18760 leer 
18761 \end_layout
18762
18763 \end_inset
18764
18765 A
18766 \begin_inset Formula $\to$
18767 \end_inset
18768
18769
18770 \begin_inset Formula $\to$
18771 \end_inset
18772
18773
18774 \begin_inset Newline newline
18775 \end_inset
18776
18777
18778 \begin_inset space \hspace*{}
18779 \length 1cm
18780 \end_inset
18781
18782 M-m
18783 \series default
18784  
18785 \series bold
18786
18787 \backslash
18788 tiny
18789 \begin_inset ERT
18790 status collapsed
18791
18792 \begin_layout Plain Layout
18793
18794
18795 \backslash
18796 leer 
18797 \end_layout
18798
18799 \end_inset
18800
18801
18802 \backslash
18803 maltese
18804 \begin_inset ERT
18805 status collapsed
18806
18807 \begin_layout Plain Layout
18808
18809
18810 \backslash
18811 leer 
18812 \end_layout
18813
18814 \end_inset
18815
18816
18817 \backslash
18818 textit
18819 \begin_inset ERT
18820 status collapsed
18821
18822 \begin_layout Plain Layout
18823
18824
18825 \backslash
18826 leer 
18827 \end_layout
18828
18829 \end_inset
18830
18831 A
18832 \end_layout
18833
18834 \begin_layout Standard
18835 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
18836  immer in der Standardgröße dargestellt.
18837 \end_layout
18838
18839 \begin_layout Section
18840 Griechische Buchstaben
18841 \begin_inset Index
18842 status collapsed
18843
18844 \begin_layout Plain Layout
18845 griechische Buchstaben
18846 \end_layout
18847
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \begin_layout Standard
18854 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
18855  
18856 \begin_inset Graphics
18857         filename ../../images/math/alpha.png
18858         scale 85
18859
18860 \end_inset
18861
18862  eingefügt werden.
18863 \end_layout
18864
18865 \begin_layout Subsection
18866 Kleine Buchstaben
18867 \begin_inset CommandInset label
18868 LatexCommand label
18869 name "sub:Kleine-Buchstaben"
18870
18871 \end_inset
18872
18873
18874 \begin_inset Index
18875 status collapsed
18876
18877 \begin_layout Plain Layout
18878 griechische Buchstaben ! kleine
18879 \end_layout
18880
18881 \end_inset
18882
18883
18884 \end_layout
18885
18886 \begin_layout Standard
18887 \begin_inset space \hfill{}
18888 \end_inset
18889
18890
18891 \begin_inset Tabular
18892 <lyxtabular version="3" rows="11" columns="2">
18893 <features>
18894 <column alignment="center" valignment="top" width="0pt">
18895 <column alignment="center" valignment="top" width="0pt">
18896 <row>
18897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901 Befehl
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18907 \begin_inset Text
18908
18909 \begin_layout Plain Layout
18910 Ergebnis
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 </row>
18916 <row>
18917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18918 \begin_inset Text
18919
18920 \begin_layout Plain Layout
18921
18922 \backslash
18923 alpha
18924 \end_layout
18925
18926 \end_inset
18927 </cell>
18928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932 \begin_inset Formula $\alpha$
18933 \end_inset
18934
18935
18936 \end_layout
18937
18938 \end_inset
18939 </cell>
18940 </row>
18941 <row>
18942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946
18947 \backslash
18948 beta
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957 \begin_inset Formula $\beta$
18958 \end_inset
18959
18960
18961 \end_layout
18962
18963 \end_inset
18964 </cell>
18965 </row>
18966 <row>
18967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971
18972 \backslash
18973 gamma
18974 \end_layout
18975
18976 \end_inset
18977 </cell>
18978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18979 \begin_inset Text
18980
18981 \begin_layout Plain Layout
18982 \begin_inset Formula $\gamma$
18983 \end_inset
18984
18985
18986 \end_layout
18987
18988 \end_inset
18989 </cell>
18990 </row>
18991 <row>
18992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996
18997 \backslash
18998 delta
18999 \end_layout
19000
19001 \end_inset
19002 </cell>
19003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19004 \begin_inset Text
19005
19006 \begin_layout Plain Layout
19007 \begin_inset Formula $\delta$
19008 \end_inset
19009
19010
19011 \end_layout
19012
19013 \end_inset
19014 </cell>
19015 </row>
19016 <row>
19017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19018 \begin_inset Text
19019
19020 \begin_layout Plain Layout
19021
19022 \backslash
19023 epsilon
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19029 \begin_inset Text
19030
19031 \begin_layout Plain Layout
19032 \begin_inset Formula $\epsilon$
19033 \end_inset
19034
19035
19036 \end_layout
19037
19038 \end_inset
19039 </cell>
19040 </row>
19041 <row>
19042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046
19047 \backslash
19048 varepsilon
19049 \end_layout
19050
19051 \end_inset
19052 </cell>
19053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19054 \begin_inset Text
19055
19056 \begin_layout Plain Layout
19057 \begin_inset Formula $\varepsilon$
19058 \end_inset
19059
19060
19061 \end_layout
19062
19063 \end_inset
19064 </cell>
19065 </row>
19066 <row>
19067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19068 \begin_inset Text
19069
19070 \begin_layout Plain Layout
19071
19072 \backslash
19073 zeta
19074 \end_layout
19075
19076 \end_inset
19077 </cell>
19078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19079 \begin_inset Text
19080
19081 \begin_layout Plain Layout
19082 \begin_inset Formula $\zeta$
19083 \end_inset
19084
19085
19086 \end_layout
19087
19088 \end_inset
19089 </cell>
19090 </row>
19091 <row>
19092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096
19097 \backslash
19098 eta
19099 \end_layout
19100
19101 \end_inset
19102 </cell>
19103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19104 \begin_inset Text
19105
19106 \begin_layout Plain Layout
19107 \begin_inset Formula $\eta$
19108 \end_inset
19109
19110
19111 \end_layout
19112
19113 \end_inset
19114 </cell>
19115 </row>
19116 <row>
19117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19118 \begin_inset Text
19119
19120 \begin_layout Plain Layout
19121
19122 \backslash
19123 theta
19124 \end_layout
19125
19126 \end_inset
19127 </cell>
19128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132 \begin_inset Formula $\theta$
19133 \end_inset
19134
19135
19136 \end_layout
19137
19138 \end_inset
19139 </cell>
19140 </row>
19141 <row>
19142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146
19147 \backslash
19148 vartheta
19149 \end_layout
19150
19151 \end_inset
19152 </cell>
19153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19154 \begin_inset Text
19155
19156 \begin_layout Plain Layout
19157 \begin_inset Formula $\vartheta$
19158 \end_inset
19159
19160
19161 \end_layout
19162
19163 \end_inset
19164 </cell>
19165 </row>
19166 </lyxtabular>
19167
19168 \end_inset
19169
19170
19171 \begin_inset space \hfill{}
19172 \end_inset
19173
19174
19175 \begin_inset Tabular
19176 <lyxtabular version="3" rows="12" columns="2">
19177 <features>
19178 <column alignment="center" valignment="top" width="0pt">
19179 <column alignment="center" valignment="top" width="0pt">
19180 <row>
19181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185 Befehl
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Plain Layout
19194 Ergebnis
19195 \end_layout
19196
19197 \end_inset
19198 </cell>
19199 </row>
19200 <row>
19201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19202 \begin_inset Text
19203
19204 \begin_layout Plain Layout
19205
19206 \backslash
19207 iota
19208 \end_layout
19209
19210 \end_inset
19211 </cell>
19212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216 \begin_inset Formula $\iota$
19217 \end_inset
19218
19219
19220 \end_layout
19221
19222 \end_inset
19223 </cell>
19224 </row>
19225 <row>
19226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230
19231 \backslash
19232 kappa
19233 \end_layout
19234
19235 \end_inset
19236 </cell>
19237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19238 \begin_inset Text
19239
19240 \begin_layout Plain Layout
19241 \begin_inset Formula $\kappa$
19242 \end_inset
19243
19244
19245 \end_layout
19246
19247 \end_inset
19248 </cell>
19249 </row>
19250 <row>
19251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19252 \begin_inset Text
19253
19254 \begin_layout Plain Layout
19255
19256 \backslash
19257 varkappa
19258 \end_layout
19259
19260 \end_inset
19261 </cell>
19262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19263 \begin_inset Text
19264
19265 \begin_layout Plain Layout
19266 \begin_inset Formula $\varkappa$
19267 \end_inset
19268
19269
19270 \end_layout
19271
19272 \end_inset
19273 </cell>
19274 </row>
19275 <row>
19276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280
19281 \backslash
19282 lambda
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19288 \begin_inset Text
19289
19290 \begin_layout Plain Layout
19291 \begin_inset Formula $\lambda$
19292 \end_inset
19293
19294
19295 \end_layout
19296
19297 \end_inset
19298 </cell>
19299 </row>
19300 <row>
19301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305
19306 \backslash
19307 mu
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19313 \begin_inset Text
19314
19315 \begin_layout Plain Layout
19316 \begin_inset Formula $\mu$
19317 \end_inset
19318
19319
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 </row>
19325 <row>
19326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330
19331 \backslash
19332 nu
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341 \begin_inset Formula $\nu$
19342 \end_inset
19343
19344
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 </row>
19350 <row>
19351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355
19356 \backslash
19357 xi
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19363 \begin_inset Text
19364
19365 \begin_layout Plain Layout
19366 \begin_inset Formula $\xi$
19367 \end_inset
19368
19369
19370 \end_layout
19371
19372 \end_inset
19373 </cell>
19374 </row>
19375 <row>
19376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380 o
19381 \end_layout
19382
19383 \end_inset
19384 </cell>
19385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389 \begin_inset Formula $o$
19390 \end_inset
19391
19392
19393 \end_layout
19394
19395 \end_inset
19396 </cell>
19397 </row>
19398 <row>
19399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19400 \begin_inset Text
19401
19402 \begin_layout Plain Layout
19403
19404 \backslash
19405 pi
19406 \end_layout
19407
19408 \end_inset
19409 </cell>
19410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19411 \begin_inset Text
19412
19413 \begin_layout Plain Layout
19414 \begin_inset Formula $\pi$
19415 \end_inset
19416
19417
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 </row>
19423 <row>
19424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19425 \begin_inset Text
19426
19427 \begin_layout Plain Layout
19428
19429 \backslash
19430 varpi
19431 \end_layout
19432
19433 \end_inset
19434 </cell>
19435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19436 \begin_inset Text
19437
19438 \begin_layout Plain Layout
19439 \begin_inset Formula $\varpi$
19440 \end_inset
19441
19442
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 </row>
19448 <row>
19449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19450 \begin_inset Text
19451
19452 \begin_layout Plain Layout
19453
19454 \backslash
19455 rho
19456 \end_layout
19457
19458 \end_inset
19459 </cell>
19460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19461 \begin_inset Text
19462
19463 \begin_layout Plain Layout
19464 \begin_inset Formula $\rho$
19465 \end_inset
19466
19467
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 </row>
19473 </lyxtabular>
19474
19475 \end_inset
19476
19477
19478 \begin_inset space \hfill{}
19479 \end_inset
19480
19481
19482 \begin_inset Tabular
19483 <lyxtabular version="3" rows="11" columns="2">
19484 <features>
19485 <column alignment="center" valignment="top" width="0pt">
19486 <column alignment="center" valignment="top" width="0pt">
19487 <row>
19488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492 Befehl
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Plain Layout
19501 Ergebnis
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 </row>
19507 <row>
19508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19509 \begin_inset Text
19510
19511 \begin_layout Plain Layout
19512
19513 \backslash
19514 varrho
19515 \end_layout
19516
19517 \end_inset
19518 </cell>
19519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19520 \begin_inset Text
19521
19522 \begin_layout Plain Layout
19523 \begin_inset Formula $\varrho$
19524 \end_inset
19525
19526
19527 \end_layout
19528
19529 \end_inset
19530 </cell>
19531 </row>
19532 <row>
19533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19534 \begin_inset Text
19535
19536 \begin_layout Plain Layout
19537
19538 \backslash
19539 sigma
19540 \end_layout
19541
19542 \end_inset
19543 </cell>
19544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19545 \begin_inset Text
19546
19547 \begin_layout Plain Layout
19548 \begin_inset Formula $\sigma$
19549 \end_inset
19550
19551
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 </row>
19557 <row>
19558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19559 \begin_inset Text
19560
19561 \begin_layout Plain Layout
19562
19563 \backslash
19564 varsigma
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573 \begin_inset Formula $\varsigma$
19574 \end_inset
19575
19576
19577 \end_layout
19578
19579 \end_inset
19580 </cell>
19581 </row>
19582 <row>
19583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587
19588 \backslash
19589 tau
19590 \end_layout
19591
19592 \end_inset
19593 </cell>
19594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19595 \begin_inset Text
19596
19597 \begin_layout Plain Layout
19598 \begin_inset Formula $\tau$
19599 \end_inset
19600
19601
19602 \end_layout
19603
19604 \end_inset
19605 </cell>
19606 </row>
19607 <row>
19608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19609 \begin_inset Text
19610
19611 \begin_layout Plain Layout
19612
19613 \backslash
19614 upsilon
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623 \begin_inset Formula $\upsilon$
19624 \end_inset
19625
19626
19627 \end_layout
19628
19629 \end_inset
19630 </cell>
19631 </row>
19632 <row>
19633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19634 \begin_inset Text
19635
19636 \begin_layout Plain Layout
19637
19638 \backslash
19639 phi
19640 \end_layout
19641
19642 \end_inset
19643 </cell>
19644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19645 \begin_inset Text
19646
19647 \begin_layout Plain Layout
19648 \begin_inset Formula $\phi$
19649 \end_inset
19650
19651
19652 \end_layout
19653
19654 \end_inset
19655 </cell>
19656 </row>
19657 <row>
19658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19659 \begin_inset Text
19660
19661 \begin_layout Plain Layout
19662
19663 \backslash
19664 varphi
19665 \end_layout
19666
19667 \end_inset
19668 </cell>
19669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19670 \begin_inset Text
19671
19672 \begin_layout Plain Layout
19673 \begin_inset Formula $\varphi$
19674 \end_inset
19675
19676
19677 \end_layout
19678
19679 \end_inset
19680 </cell>
19681 </row>
19682 <row>
19683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687
19688 \backslash
19689 chi
19690 \end_layout
19691
19692 \end_inset
19693 </cell>
19694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19695 \begin_inset Text
19696
19697 \begin_layout Plain Layout
19698 \begin_inset Formula $\chi$
19699 \end_inset
19700
19701
19702 \end_layout
19703
19704 \end_inset
19705 </cell>
19706 </row>
19707 <row>
19708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19709 \begin_inset Text
19710
19711 \begin_layout Plain Layout
19712
19713 \backslash
19714 psi
19715 \end_layout
19716
19717 \end_inset
19718 </cell>
19719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19720 \begin_inset Text
19721
19722 \begin_layout Plain Layout
19723 \begin_inset Formula $\psi$
19724 \end_inset
19725
19726
19727 \end_layout
19728
19729 \end_inset
19730 </cell>
19731 </row>
19732 <row>
19733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737
19738 \backslash
19739 omega
19740 \end_layout
19741
19742 \end_inset
19743 </cell>
19744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19745 \begin_inset Text
19746
19747 \begin_layout Plain Layout
19748 \begin_inset Formula $\omega$
19749 \end_inset
19750
19751
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 </row>
19757 </lyxtabular>
19758
19759 \end_inset
19760
19761
19762 \begin_inset space \hfill{}
19763 \end_inset
19764
19765
19766 \end_layout
19767
19768 \begin_layout Standard
19769 \begin_inset VSpace medskip
19770 \end_inset
19771
19772 Wie man aufrechte griechische Buchstaben erstellt, ist in 
19773 \begin_inset CommandInset ref
19774 LatexCommand ref
19775 reference "sub:Aufrechte-kleine-griechische"
19776
19777 \end_inset
19778
19779  beschrieben.
19780 \end_layout
19781
19782 \begin_layout Subsection
19783 Große Buchstaben
19784 \begin_inset Index
19785 status collapsed
19786
19787 \begin_layout Plain Layout
19788 griechische Buchstaben ! große
19789 \end_layout
19790
19791 \end_inset
19792
19793
19794 \end_layout
19795
19796 \begin_layout Standard
19797 \begin_inset space \hfill{}
19798 \end_inset
19799
19800
19801 \begin_inset Tabular
19802 <lyxtabular version="3" rows="7" columns="2">
19803 <features>
19804 <column alignment="center" valignment="top" width="0pt">
19805 <column alignment="center" valignment="top" width="0pt">
19806 <row>
19807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811 Befehl
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 Ergebnis
19821 \end_layout
19822
19823 \end_inset
19824 </cell>
19825 </row>
19826 <row>
19827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19828 \begin_inset Text
19829
19830 \begin_layout Plain Layout
19831
19832 \backslash
19833 Gamma
19834 \end_layout
19835
19836 \end_inset
19837 </cell>
19838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19839 \begin_inset Text
19840
19841 \begin_layout Plain Layout
19842 \begin_inset Formula $\Gamma$
19843 \end_inset
19844
19845
19846 \end_layout
19847
19848 \end_inset
19849 </cell>
19850 </row>
19851 <row>
19852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856
19857 \backslash
19858 Delta
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19864 \begin_inset Text
19865
19866 \begin_layout Plain Layout
19867 \begin_inset Formula $\Delta$
19868 \end_inset
19869
19870
19871 \end_layout
19872
19873 \end_inset
19874 </cell>
19875 </row>
19876 <row>
19877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19878 \begin_inset Text
19879
19880 \begin_layout Plain Layout
19881
19882 \backslash
19883 Theta
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892 \begin_inset Formula $\Theta$
19893 \end_inset
19894
19895
19896 \end_layout
19897
19898 \end_inset
19899 </cell>
19900 </row>
19901 <row>
19902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906
19907 \backslash
19908 Lambda
19909 \end_layout
19910
19911 \end_inset
19912 </cell>
19913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19914 \begin_inset Text
19915
19916 \begin_layout Plain Layout
19917 \begin_inset Formula $\Lambda$
19918 \end_inset
19919
19920
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 </row>
19926 <row>
19927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19928 \begin_inset Text
19929
19930 \begin_layout Plain Layout
19931
19932 \backslash
19933 Xi
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19939 \begin_inset Text
19940
19941 \begin_layout Plain Layout
19942 \begin_inset Formula $\Xi$
19943 \end_inset
19944
19945
19946 \end_layout
19947
19948 \end_inset
19949 </cell>
19950 </row>
19951 <row>
19952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19953 \begin_inset Text
19954
19955 \begin_layout Plain Layout
19956
19957 \backslash
19958 Pi
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967 \begin_inset Formula $\Pi$
19968 \end_inset
19969
19970
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 </row>
19976 </lyxtabular>
19977
19978 \end_inset
19979
19980
19981 \begin_inset space \hfill{}
19982 \end_inset
19983
19984
19985 \begin_inset Tabular
19986 <lyxtabular version="3" rows="6" columns="2">
19987 <features>
19988 <column alignment="center" valignment="top" width="0pt">
19989 <column alignment="center" valignment="top" width="0pt">
19990 <row>
19991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995 Befehl
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20001 \begin_inset Text
20002
20003 \begin_layout Plain Layout
20004 Ergebnis
20005 \end_layout
20006
20007 \end_inset
20008 </cell>
20009 </row>
20010 <row>
20011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20012 \begin_inset Text
20013
20014 \begin_layout Plain Layout
20015
20016 \backslash
20017 Sigma
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026 \begin_inset Formula $\Sigma$
20027 \end_inset
20028
20029
20030 \end_layout
20031
20032 \end_inset
20033 </cell>
20034 </row>
20035 <row>
20036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20037 \begin_inset Text
20038
20039 \begin_layout Plain Layout
20040
20041 \backslash
20042 Upsilon
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051 \begin_inset Formula $\Upsilon$
20052 \end_inset
20053
20054
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 </row>
20060 <row>
20061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20062 \begin_inset Text
20063
20064 \begin_layout Plain Layout
20065
20066 \backslash
20067 Phi
20068 \end_layout
20069
20070 \end_inset
20071 </cell>
20072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20073 \begin_inset Text
20074
20075 \begin_layout Plain Layout
20076 \begin_inset Formula $\Phi$
20077 \end_inset
20078
20079
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 </row>
20085 <row>
20086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20087 \begin_inset Text
20088
20089 \begin_layout Plain Layout
20090
20091 \backslash
20092 Psi
20093 \end_layout
20094
20095 \end_inset
20096 </cell>
20097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20098 \begin_inset Text
20099
20100 \begin_layout Plain Layout
20101 \begin_inset Formula $\Psi$
20102 \end_inset
20103
20104
20105 \end_layout
20106
20107 \end_inset
20108 </cell>
20109 </row>
20110 <row>
20111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20112 \begin_inset Text
20113
20114 \begin_layout Plain Layout
20115
20116 \backslash
20117 Omega
20118 \end_layout
20119
20120 \end_inset
20121 </cell>
20122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20123 \begin_inset Text
20124
20125 \begin_layout Plain Layout
20126 \begin_inset Formula $\Omega$
20127 \end_inset
20128
20129
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 </row>
20135 </lyxtabular>
20136
20137 \end_inset
20138
20139
20140 \begin_inset space \hfill{}
20141 \end_inset
20142
20143
20144 \end_layout
20145
20146 \begin_layout Standard
20147 \begin_inset VSpace medskip
20148 \end_inset
20149
20150 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20151  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20152  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20153  mit 
20154 \series bold
20155 var
20156 \series default
20157 .
20158  So ergibt z.
20159 \begin_inset space \thinspace{}
20160 \end_inset
20161
20162 B.
20163  der Befehl 
20164 \series bold
20165
20166 \backslash
20167 varGamma
20168 \series default
20169
20170 \begin_inset Formula $\varGamma$
20171 \end_inset
20172
20173
20174 \end_layout
20175
20176 \begin_layout Subsection
20177 Fett gedruckte Buchstaben
20178 \begin_inset Index
20179 status collapsed
20180
20181 \begin_layout Plain Layout
20182 griechische Buchstaben ! fett gedruckte
20183 \end_layout
20184
20185 \end_inset
20186
20187
20188 \end_layout
20189
20190 \begin_layout Standard
20191 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20192  Schriftstilen darstellen.
20193  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20194 \series bold
20195
20196 \backslash
20197 boldsymbol
20198 \series default
20199
20200 \begin_inset Index
20201 status collapsed
20202
20203 \begin_layout Plain Layout
20204 Befehle ! B ! 
20205 \backslash
20206 boldsymbol
20207 \end_layout
20208
20209 \end_inset
20210
20211  fett gedruckt auszugeben.
20212 \end_layout
20213
20214 \begin_layout Standard
20215 \align center
20216 \begin_inset Tabular
20217 <lyxtabular version="3" rows="3" columns="2">
20218 <features>
20219 <column alignment="center" valignment="top" width="0">
20220 <column alignment="center" valignment="top" width="0">
20221 <row>
20222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Plain Layout
20226 Befehl
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20232 \begin_inset Text
20233
20234 \begin_layout Plain Layout
20235 Ergebnis
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 </row>
20241 <row>
20242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20243 \begin_inset Text
20244
20245 \begin_layout Plain Layout
20246
20247 \backslash
20248 Upsilon
20249 \backslash
20250 boldsymbol
20251 \backslash
20252 Upsilon
20253 \end_layout
20254
20255 \end_inset
20256 </cell>
20257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20262 \end_inset
20263
20264
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 </row>
20270 <row>
20271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275
20276 \backslash
20277 theta
20278 \backslash
20279 boldsymbol
20280 \backslash
20281 theta
20282 \end_layout
20283
20284 \end_inset
20285 </cell>
20286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290 \begin_inset Formula $\theta\boldsymbol{\theta}$
20291 \end_inset
20292
20293
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 </row>
20299 </lyxtabular>
20300
20301 \end_inset
20302
20303
20304 \end_layout
20305
20306 \begin_layout Section
20307 Symbole
20308 \begin_inset ERT
20309 status collapsed
20310
20311 \begin_layout Plain Layout
20312
20313
20314 \backslash
20315 texorpdfstring{
20316 \end_layout
20317
20318 \end_inset
20319
20320
20321 \begin_inset Foot
20322 status collapsed
20323
20324 \begin_layout Plain Layout
20325 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20326  
20327 \begin_inset CommandInset citation
20328 LatexCommand cite
20329 key "Symbole"
20330
20331 \end_inset
20332
20333 .
20334 \end_layout
20335
20336 \end_inset
20337
20338
20339 \begin_inset ERT
20340 status collapsed
20341
20342 \begin_layout Plain Layout
20343
20344 }{}
20345 \end_layout
20346
20347 \end_inset
20348
20349
20350 \begin_inset Note Note
20351 status collapsed
20352
20353 \begin_layout Plain Layout
20354
20355 \series bold
20356
20357 \backslash
20358 texorpdfstring
20359 \series default
20360  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20361 \end_layout
20362
20363 \begin_layout Plain Layout
20364 Näheres zu 
20365 \series bold
20366
20367 \backslash
20368 texorpdfstring
20369 \series default
20370  steht in Kapitel 
20371 \begin_inset CommandInset ref
20372 LatexCommand ref
20373 reference "sub:Formeln-in-Überschriften"
20374
20375 \end_inset
20376
20377 .
20378 \end_layout
20379
20380 \end_inset
20381
20382
20383 \begin_inset Index
20384 status collapsed
20385
20386 \begin_layout Plain Layout
20387 Symbole
20388 \end_layout
20389
20390 \end_inset
20391
20392
20393 \end_layout
20394
20395 \begin_layout Standard
20396 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
20397
20398 leistenknöpfe 
20399 \begin_inset Graphics
20400         filename ../../images/math/nabla.png
20401         scale 85
20402
20403 \end_inset
20404
20405  und 
20406 \begin_inset Graphics
20407         filename ../../images/math/digamma.png
20408         scale 85
20409
20410 \end_inset
20411
20412  eingefügt werden.
20413 \end_layout
20414
20415 \begin_layout Standard
20416 \begin_inset Newpage newpage
20417 \end_inset
20418
20419
20420 \end_layout
20421
20422 \begin_layout Subsection
20423 Mathematische Symbole
20424 \begin_inset CommandInset label
20425 LatexCommand label
20426 name "sub:Mathematische-Symbole"
20427
20428 \end_inset
20429
20430
20431 \begin_inset Index
20432 status collapsed
20433
20434 \begin_layout Plain Layout
20435 Symbole ! mathematische
20436 \end_layout
20437
20438 \end_inset
20439
20440
20441 \end_layout
20442
20443 \begin_layout Standard
20444 \begin_inset space \hfill{}
20445 \end_inset
20446
20447
20448 \begin_inset Tabular
20449 <lyxtabular version="3" rows="10" columns="2">
20450 <features>
20451 <column alignment="center" valignment="top" width="0pt">
20452 <column alignment="center" valignment="top" width="0pt">
20453 <row>
20454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20455 \begin_inset Text
20456
20457 \begin_layout Plain Layout
20458 Befehl
20459 \end_layout
20460
20461 \end_inset
20462 </cell>
20463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20464 \begin_inset Text
20465
20466 \begin_layout Plain Layout
20467 Ergebnis
20468 \end_layout
20469
20470 \end_inset
20471 </cell>
20472 </row>
20473 <row>
20474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20475 \begin_inset Text
20476
20477 \begin_layout Plain Layout
20478
20479 \backslash
20480 neg
20481 \end_layout
20482
20483 \end_inset
20484 </cell>
20485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Plain Layout
20489 \begin_inset Formula $\neg$
20490 \end_inset
20491
20492
20493 \end_layout
20494
20495 \end_inset
20496 </cell>
20497 </row>
20498 <row>
20499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503
20504 \backslash
20505 Im
20506 \end_layout
20507
20508 \end_inset
20509 </cell>
20510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20511 \begin_inset Text
20512
20513 \begin_layout Plain Layout
20514 \begin_inset Formula $\Im$
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 </row>
20523 <row>
20524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528
20529 \backslash
20530 Re
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539 \begin_inset Formula $\Re$
20540 \end_inset
20541
20542
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 </row>
20548 <row>
20549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553
20554 \backslash
20555 aleph
20556 \end_layout
20557
20558 \end_inset
20559 </cell>
20560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20561 \begin_inset Text
20562
20563 \begin_layout Plain Layout
20564 \begin_inset Formula $\aleph$
20565 \end_inset
20566
20567
20568 \end_layout
20569
20570 \end_inset
20571 </cell>
20572 </row>
20573 <row>
20574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20575 \begin_inset Text
20576
20577 \begin_layout Plain Layout
20578
20579 \backslash
20580 partial
20581 \end_layout
20582
20583 \end_inset
20584 </cell>
20585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20586 \begin_inset Text
20587
20588 \begin_layout Plain Layout
20589 \begin_inset Formula $\partial$
20590 \end_inset
20591
20592
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 </row>
20598 <row>
20599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20600 \begin_inset Text
20601
20602 \begin_layout Plain Layout
20603
20604 \backslash
20605 infty
20606 \end_layout
20607
20608 \end_inset
20609 </cell>
20610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20611 \begin_inset Text
20612
20613 \begin_layout Plain Layout
20614 \begin_inset Formula $\infty$
20615 \end_inset
20616
20617
20618 \end_layout
20619
20620 \end_inset
20621 </cell>
20622 </row>
20623 <row>
20624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628
20629 \backslash
20630 wp
20631 \end_layout
20632
20633 \end_inset
20634 </cell>
20635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Plain Layout
20639 \begin_inset Formula $\wp$
20640 \end_inset
20641
20642
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 </row>
20648 <row>
20649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20650 \begin_inset Text
20651
20652 \begin_layout Plain Layout
20653
20654 \backslash
20655 imath
20656 \end_layout
20657
20658 \end_inset
20659 </cell>
20660 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20661 \begin_inset Text
20662
20663 \begin_layout Plain Layout
20664 \begin_inset Formula $\imath$
20665 \end_inset
20666
20667
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 </row>
20673 <row>
20674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20675 \begin_inset Text
20676
20677 \begin_layout Plain Layout
20678
20679 \backslash
20680 jmath
20681 \end_layout
20682
20683 \end_inset
20684 </cell>
20685 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20686 \begin_inset Text
20687
20688 \begin_layout Plain Layout
20689 \begin_inset Formula $\jmath$
20690 \end_inset
20691
20692
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 </row>
20698 </lyxtabular>
20699
20700 \end_inset
20701
20702
20703 \begin_inset space \hfill{}
20704 \end_inset
20705
20706
20707 \begin_inset Tabular
20708 <lyxtabular version="3" rows="10" columns="2">
20709 <features>
20710 <column alignment="center" valignment="top" width="0pt">
20711 <column alignment="center" valignment="top" width="0pt">
20712 <row>
20713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20714 \begin_inset Text
20715
20716 \begin_layout Plain Layout
20717 Befehl
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726 Ergebnis
20727 \begin_inset Note Note
20728 status collapsed
20729
20730 \begin_layout Plain Layout
20731
20732 \series bold
20733
20734 \backslash
20735 raisebox
20736 \series default
20737  dient nur als Abstandhalter.
20738 \end_layout
20739
20740 \end_inset
20741
20742
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 </row>
20748 <row>
20749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20750 \begin_inset Text
20751
20752 \begin_layout Plain Layout
20753
20754 \backslash
20755 forall
20756 \end_layout
20757
20758 \end_inset
20759 </cell>
20760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20761 \begin_inset Text
20762
20763 \begin_layout Plain Layout
20764 \begin_inset Formula $\forall$
20765 \end_inset
20766
20767
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 </row>
20773 <row>
20774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20775 \begin_inset Text
20776
20777 \begin_layout Plain Layout
20778
20779 \backslash
20780 exists
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Plain Layout
20789 \begin_inset Formula $\exists$
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 </row>
20798 <row>
20799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Plain Layout
20803
20804 \backslash
20805 nexists
20806 \end_layout
20807
20808 \end_inset
20809 </cell>
20810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20811 \begin_inset Text
20812
20813 \begin_layout Plain Layout
20814 \begin_inset Formula $\nexists$
20815 \end_inset
20816
20817
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 </row>
20823 <row>
20824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20825 \begin_inset Text
20826
20827 \begin_layout Plain Layout
20828
20829 \backslash
20830 emptyset
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20836 \begin_inset Text
20837
20838 \begin_layout Plain Layout
20839 \begin_inset Formula $\emptyset$
20840 \end_inset
20841
20842
20843 \end_layout
20844
20845 \end_inset
20846 </cell>
20847 </row>
20848 <row>
20849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20850 \begin_inset Text
20851
20852 \begin_layout Plain Layout
20853
20854 \backslash
20855 varnothing
20856 \end_layout
20857
20858 \end_inset
20859 </cell>
20860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20861 \begin_inset Text
20862
20863 \begin_layout Plain Layout
20864 \begin_inset Formula $\varnothing$
20865 \end_inset
20866
20867
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 </row>
20873 <row>
20874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Plain Layout
20878
20879 \backslash
20880 dag
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20886 \begin_inset Text
20887
20888 \begin_layout Plain Layout
20889 \begin_inset Formula $\dag$
20890 \end_inset
20891
20892
20893 \end_layout
20894
20895 \end_inset
20896 </cell>
20897 </row>
20898 <row>
20899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20900 \begin_inset Text
20901
20902 \begin_layout Plain Layout
20903
20904 \backslash
20905 ddag
20906 \end_layout
20907
20908 \end_inset
20909 </cell>
20910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20911 \begin_inset Text
20912
20913 \begin_layout Plain Layout
20914 \begin_inset Formula $\ddag$
20915 \end_inset
20916
20917
20918 \end_layout
20919
20920 \end_inset
20921 </cell>
20922 </row>
20923 <row>
20924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20925 \begin_inset Text
20926
20927 \begin_layout Plain Layout
20928
20929 \backslash
20930 complement
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20936 \begin_inset Text
20937
20938 \begin_layout Plain Layout
20939 \begin_inset ERT
20940 status collapsed
20941
20942 \begin_layout Plain Layout
20943
20944
20945 \backslash
20946 raisebox{-0.8mm}{
20947 \end_layout
20948
20949 \end_inset
20950
20951
20952 \begin_inset Formula $\complement$
20953 \end_inset
20954
20955
20956 \begin_inset ERT
20957 status collapsed
20958
20959 \begin_layout Plain Layout
20960
20961 }
20962 \end_layout
20963
20964 \end_inset
20965
20966
20967 \end_layout
20968
20969 \end_inset
20970 </cell>
20971 </row>
20972 <row>
20973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20974 \begin_inset Text
20975
20976 \begin_layout Plain Layout
20977
20978 \backslash
20979 Bbbk
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20985 \begin_inset Text
20986
20987 \begin_layout Plain Layout
20988 \begin_inset Formula $\Bbbk$
20989 \end_inset
20990
20991
20992 \end_layout
20993
20994 \end_inset
20995 </cell>
20996 </row>
20997 </lyxtabular>
20998
20999 \end_inset
21000
21001
21002 \begin_inset space \hfill{}
21003 \end_inset
21004
21005
21006 \begin_inset Tabular
21007 <lyxtabular version="3" rows="10" columns="2">
21008 <features>
21009 <column alignment="center" valignment="top" width="0pt">
21010 <column alignment="center" valignment="top" width="0pt">
21011 <row>
21012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016 Befehl
21017 \end_layout
21018
21019 \end_inset
21020 </cell>
21021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21022 \begin_inset Text
21023
21024 \begin_layout Plain Layout
21025 Ergebnis
21026 \end_layout
21027
21028 \end_inset
21029 </cell>
21030 </row>
21031 <row>
21032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21033 \begin_inset Text
21034
21035 \begin_layout Plain Layout
21036
21037 \backslash
21038 prime
21039 \end_layout
21040
21041 \end_inset
21042 </cell>
21043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Plain Layout
21047 \begin_inset Formula $\prime$
21048 \end_inset
21049
21050
21051 \end_layout
21052
21053 \end_inset
21054 </cell>
21055 </row>
21056 <row>
21057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21058 \begin_inset Text
21059
21060 \begin_layout Plain Layout
21061
21062 \backslash
21063 backprime
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072 \begin_inset Formula $\backprime$
21073 \end_inset
21074
21075
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 </row>
21081 <row>
21082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086
21087 \backslash
21088 mho
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21094 \begin_inset Text
21095
21096 \begin_layout Plain Layout
21097 \begin_inset Formula $\mho$
21098 \end_inset
21099
21100
21101 \end_layout
21102
21103 \end_inset
21104 </cell>
21105 </row>
21106 <row>
21107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21108 \begin_inset Text
21109
21110 \begin_layout Plain Layout
21111
21112 \backslash
21113 triangle
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122 \begin_inset Formula $\triangle$
21123 \end_inset
21124
21125
21126 \end_layout
21127
21128 \end_inset
21129 </cell>
21130 </row>
21131 <row>
21132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21133 \begin_inset Text
21134
21135 \begin_layout Plain Layout
21136
21137 \backslash
21138 angle
21139 \end_layout
21140
21141 \end_inset
21142 </cell>
21143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21144 \begin_inset Text
21145
21146 \begin_layout Plain Layout
21147 \begin_inset Formula $\angle$
21148 \end_inset
21149
21150
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 </row>
21156 <row>
21157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21158 \begin_inset Text
21159
21160 \begin_layout Plain Layout
21161
21162 \backslash
21163 measuredangle
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172 \begin_inset Formula $\measuredangle$
21173 \end_inset
21174
21175
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 </row>
21181 <row>
21182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21183 \begin_inset Text
21184
21185 \begin_layout Plain Layout
21186
21187 \backslash
21188 sphericalangle
21189 \end_layout
21190
21191 \end_inset
21192 </cell>
21193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21194 \begin_inset Text
21195
21196 \begin_layout Plain Layout
21197 \begin_inset Formula $\sphericalangle$
21198 \end_inset
21199
21200
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 </row>
21206 <row>
21207 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21208 \begin_inset Text
21209
21210 \begin_layout Plain Layout
21211
21212 \backslash
21213 top
21214 \end_layout
21215
21216 \end_inset
21217 </cell>
21218 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21219 \begin_inset Text
21220
21221 \begin_layout Plain Layout
21222 \begin_inset Formula $\top$
21223 \end_inset
21224
21225
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 </row>
21231 <row>
21232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21233 \begin_inset Text
21234
21235 \begin_layout Plain Layout
21236
21237 \backslash
21238 bot
21239 \end_layout
21240
21241 \end_inset
21242 </cell>
21243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21244 \begin_inset Text
21245
21246 \begin_layout Plain Layout
21247 \begin_inset Formula $\bot$
21248 \end_inset
21249
21250
21251 \end_layout
21252
21253 \end_inset
21254 </cell>
21255 </row>
21256 </lyxtabular>
21257
21258 \end_inset
21259
21260
21261 \begin_inset space \hfill{}
21262 \end_inset
21263
21264
21265 \end_layout
21266
21267 \begin_layout Subsection
21268 Sonstige Symbole
21269 \begin_inset CommandInset label
21270 LatexCommand label
21271 name "sub:Sonstige-Symbole"
21272
21273 \end_inset
21274
21275
21276 \begin_inset Index
21277 status collapsed
21278
21279 \begin_layout Plain Layout
21280 Symbole ! sonstige
21281 \end_layout
21282
21283 \end_inset
21284
21285
21286 \end_layout
21287
21288 \begin_layout Standard
21289 \noindent
21290 \align center
21291 \begin_inset Tabular
21292 <lyxtabular version="3" rows="10" columns="2">
21293 <features>
21294 <column alignment="center" valignment="top" width="0pt">
21295 <column alignment="center" valignment="top" width="0pt">
21296 <row>
21297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21298 \begin_inset Text
21299
21300 \begin_layout Plain Layout
21301 Befehl
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310 Ergebnis
21311 \end_layout
21312
21313 \end_inset
21314 </cell>
21315 </row>
21316 <row>
21317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21318 \begin_inset Text
21319
21320 \begin_layout Plain Layout
21321
21322 \backslash
21323 flat
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332 \begin_inset Formula $\flat$
21333 \end_inset
21334
21335
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 </row>
21341 <row>
21342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346
21347 \backslash
21348 natural
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357 \begin_inset Formula $\natural$
21358 \end_inset
21359
21360
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 </row>
21366 <row>
21367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21368 \begin_inset Text
21369
21370 \begin_layout Plain Layout
21371
21372 \backslash
21373 sharp
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382 \begin_inset Formula $\sharp$
21383 \end_inset
21384
21385
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 </row>
21391 <row>
21392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21393 \begin_inset Text
21394
21395 \begin_layout Plain Layout
21396
21397 \backslash
21398 surd
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407 \begin_inset Formula $\surd$
21408 \end_inset
21409
21410
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 </row>
21416 <row>
21417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421
21422 \backslash
21423 checkmark
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432 \begin_inset Formula $\checkmark$
21433 \end_inset
21434
21435
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 </row>
21441 <row>
21442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21443 \begin_inset Text
21444
21445 \begin_layout Plain Layout
21446
21447 \backslash
21448 yen
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457 \begin_inset Formula $\yen$
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 </row>
21466 <row>
21467 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471
21472 \backslash
21473 pounds
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482 \begin_inset Formula $\pounds$
21483 \end_inset
21484
21485
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 </row>
21491 <row>
21492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496 $
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21502 \begin_inset Text
21503
21504 \begin_layout Plain Layout
21505 \begin_inset Formula $\$$
21506 \end_inset
21507
21508
21509 \end_layout
21510
21511 \end_inset
21512 </cell>
21513 </row>
21514 <row>
21515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519 §
21520 \end_layout
21521
21522 \end_inset
21523 </cell>
21524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528 \begin_inset Formula $§$
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 </row>
21537 </lyxtabular>
21538
21539 \end_inset
21540
21541
21542 \begin_inset Tabular
21543 <lyxtabular version="3" rows="10" columns="2">
21544 <features>
21545 <column alignment="center" valignment="top" width="0">
21546 <column alignment="center" valignment="top" width="0">
21547 <row>
21548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21549 \begin_inset Text
21550
21551 \begin_layout Plain Layout
21552 Befehl
21553 \end_layout
21554
21555 \end_inset
21556 </cell>
21557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561 Ergebnis
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 </row>
21567 <row>
21568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572
21573 \backslash
21574 hbar
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583 \begin_inset Formula $\hbar$
21584 \end_inset
21585
21586
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 </row>
21592 <row>
21593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597
21598 \backslash
21599 hslash
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608 \begin_inset Formula $\hslash$
21609 \end_inset
21610
21611
21612 \end_layout
21613
21614 \end_inset
21615 </cell>
21616 </row>
21617 <row>
21618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622
21623 \backslash
21624 clubsuit
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633 \begin_inset Formula $\clubsuit$
21634 \end_inset
21635
21636
21637 \end_layout
21638
21639 \end_inset
21640 </cell>
21641 </row>
21642 <row>
21643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647
21648 \backslash
21649 spadesuit
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658 \begin_inset Formula $\spadesuit$
21659 \end_inset
21660
21661
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 </row>
21667 <row>
21668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21669 \begin_inset Text
21670
21671 \begin_layout Plain Layout
21672
21673 \backslash
21674 bigstar
21675 \end_layout
21676
21677 \end_inset
21678 </cell>
21679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21680 \begin_inset Text
21681
21682 \begin_layout Plain Layout
21683 \begin_inset Formula $\bigstar$
21684 \end_inset
21685
21686
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 </row>
21692 <row>
21693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697
21698 \backslash
21699 blacklozenge
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708 \begin_inset Formula $\blacklozenge$
21709 \end_inset
21710
21711
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 </row>
21717 <row>
21718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722
21723 \backslash
21724 blacktriangle
21725 \end_layout
21726
21727 \end_inset
21728 </cell>
21729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733 \begin_inset Formula $\blacktriangle$
21734 \end_inset
21735
21736
21737 \end_layout
21738
21739 \end_inset
21740 </cell>
21741 </row>
21742 <row>
21743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21744 \begin_inset Text
21745
21746 \begin_layout Plain Layout
21747
21748 \backslash
21749 blacktiangledown
21750 \end_layout
21751
21752 \end_inset
21753 </cell>
21754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21755 \begin_inset Text
21756
21757 \begin_layout Plain Layout
21758 \begin_inset Formula $\blacktriangledown$
21759 \end_inset
21760
21761
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 </row>
21767 <row>
21768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772
21773 \backslash
21774 bullet
21775 \end_layout
21776
21777 \end_inset
21778 </cell>
21779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21780 \begin_inset Text
21781
21782 \begin_layout Plain Layout
21783 \begin_inset Formula $\bullet$
21784 \end_inset
21785
21786
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 </row>
21792 </lyxtabular>
21793
21794 \end_inset
21795
21796
21797 \begin_inset Tabular
21798 <lyxtabular version="3" rows="10" columns="2">
21799 <features>
21800 <column alignment="center" valignment="top" width="0pt">
21801 <column alignment="center" valignment="top" width="0pt">
21802 <row>
21803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21804 \begin_inset Text
21805
21806 \begin_layout Plain Layout
21807 Befehl
21808 \end_layout
21809
21810 \end_inset
21811 </cell>
21812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21813 \begin_inset Text
21814
21815 \begin_layout Plain Layout
21816 Ergebnis
21817 \end_layout
21818
21819 \end_inset
21820 </cell>
21821 </row>
21822 <row>
21823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21824 \begin_inset Text
21825
21826 \begin_layout Plain Layout
21827
21828 \backslash
21829 diamondsuit
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838 \begin_inset Formula $\diamondsuit$
21839 \end_inset
21840
21841
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 </row>
21847 <row>
21848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852
21853 \backslash
21854 Diamond
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863 \begin_inset Formula $\Diamond$
21864 \end_inset
21865
21866
21867 \end_layout
21868
21869 \end_inset
21870 </cell>
21871 </row>
21872 <row>
21873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877
21878 \backslash
21879 heartsuit
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888 \begin_inset Formula $\heartsuit$
21889 \end_inset
21890
21891
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 </row>
21897 <row>
21898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902
21903 \backslash
21904 P
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout Plain Layout
21913 \begin_inset Formula $\P$
21914 \end_inset
21915
21916
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 </row>
21922 <row>
21923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927
21928 \backslash
21929 copyright
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938 \begin_inset Formula $\copyright$
21939 \end_inset
21940
21941
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 </row>
21947 <row>
21948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952
21953 \backslash
21954 circledR
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963 \begin_inset Formula $\circledR$
21964 \end_inset
21965
21966
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 </row>
21972 <row>
21973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977
21978 \backslash
21979 maltese
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988 \begin_inset Formula $\maltese$
21989 \end_inset
21990
21991
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 </row>
21997 <row>
21998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002
22003 \backslash
22004 diagup
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013 \begin_inset Formula $\diagup$
22014 \end_inset
22015
22016
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 </row>
22022 <row>
22023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027
22028 \backslash
22029 diagdown
22030 \end_layout
22031
22032 \end_inset
22033 </cell>
22034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22035 \begin_inset Text
22036
22037 \begin_layout Plain Layout
22038 \begin_inset Formula $\diagdown$
22039 \end_inset
22040
22041
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 </row>
22047 </lyxtabular>
22048
22049 \end_inset
22050
22051
22052 \end_layout
22053
22054 \begin_layout Standard
22055 \begin_inset VSpace medskip
22056 \end_inset
22057
22058 Weitere Symbole sind in 
22059 \begin_inset CommandInset ref
22060 LatexCommand ref
22061 reference "sub:Sonstige-Sonderzeichen"
22062
22063 \end_inset
22064
22065  aufgelistet.
22066 \end_layout
22067
22068 \begin_layout Standard
22069 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22070  
22071 \begin_inset CommandInset ref
22072 LatexCommand ref
22073 reference "sub:Schriftgrößen"
22074
22075 \end_inset
22076
22077 .
22078 \end_layout
22079
22080 \begin_layout Subsection
22081 Das Euro-Symbol €
22082 \begin_inset Index
22083 status collapsed
22084
22085 \begin_layout Plain Layout
22086 Symbole ! Euro-Symbol
22087 \end_layout
22088
22089 \end_inset
22090
22091
22092 \begin_inset Index
22093 status collapsed
22094
22095 \begin_layout Plain Layout
22096 \begin_inset ERT
22097 status collapsed
22098
22099 \begin_layout Plain Layout
22100
22101
22102 \backslash
22103 officialeuro
22104 \end_layout
22105
22106 \end_inset
22107
22108
22109 \end_layout
22110
22111 \end_inset
22112
22113
22114 \end_layout
22115
22116 \begin_layout Standard
22117 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22118
22119 \series bold
22120 eurosym
22121 \series default
22122
22123 \begin_inset Index
22124 status collapsed
22125
22126 \begin_layout Plain Layout
22127 Pakete ! eurosym
22128 \end_layout
22129
22130 \end_inset
22131
22132  installieren und dieses mit der LaTeX-Vorspannzeile
22133 \end_layout
22134
22135 \begin_layout Standard
22136
22137 \series bold
22138
22139 \backslash
22140 usepackage[gennarrow]{eurosym}
22141 \end_layout
22142
22143 \begin_layout Standard
22144 aktivieren.
22145  Das Euro-Symbol kann man nun mit dem Befehl 
22146 \series bold
22147
22148 \backslash
22149 euro
22150 \series default
22151
22152 \begin_inset Index
22153 status collapsed
22154
22155 \begin_layout Plain Layout
22156 Befehle ! E ! 
22157 \backslash
22158 euro
22159 \end_layout
22160
22161 \end_inset
22162
22163  aufrufen.
22164 \end_layout
22165
22166 \begin_layout Standard
22167 Das Euro-Symbol kann man direkt übder die Tastatur in mathematischen Text
22168  eingeben, ohne 
22169 \series bold
22170 eurosym
22171 \series default
22172  installiert zu haben.
22173  Ist 
22174 \series bold
22175 eurosym
22176 \series default
22177  installiert, kann man 
22178 \series bold
22179
22180 \backslash
22181 euro
22182 \series default
22183  auch im TeX-Modus eingeben.
22184  Das offizielle Währungssymbol erhält man dann über den Befehl 
22185 \series bold
22186
22187 \backslash
22188 officialeuro
22189 \series default
22190
22191 \begin_inset Index
22192 status collapsed
22193
22194 \begin_layout Plain Layout
22195 Befehle ! O ! 
22196 \backslash
22197 officialeuro
22198 \end_layout
22199
22200 \end_inset
22201
22202 , der nur im TeX-Modus verfügbar ist.
22203 \end_layout
22204
22205 \begin_layout Standard
22206 \begin_inset ERT
22207 status collapsed
22208
22209 \begin_layout Plain Layout
22210
22211
22212 \backslash
22213 ifeurosym 
22214 \end_layout
22215
22216 \end_inset
22217
22218
22219 \begin_inset Note Note
22220 status open
22221
22222 \begin_layout Plain Layout
22223 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22224 \series bold
22225 eurosym
22226 \series default
22227  installiert ist:
22228 \end_layout
22229
22230 \end_inset
22231
22232
22233 \end_layout
22234
22235 \begin_layout Standard
22236 Eine Übersicht der verschiedenen Euro-Symbole:
22237 \end_layout
22238
22239 \begin_layout Standard
22240 \align center
22241 \begin_inset Tabular
22242 <lyxtabular version="3" rows="4" columns="3">
22243 <features>
22244 <column alignment="center" valignment="top" width="0pt">
22245 <column alignment="center" valignment="top" width="0pt">
22246 <column alignment="center" valignment="top" width="0pt">
22247 <row>
22248 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22249 \begin_inset Text
22250
22251 \begin_layout Plain Layout
22252
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261 Befehl 
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22267 \begin_inset Text
22268
22269 \begin_layout Plain Layout
22270 Ergebnis
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 </row>
22276 <row>
22277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281 Formel
22282 \end_layout
22283
22284 \end_inset
22285 </cell>
22286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22287 \begin_inset Text
22288
22289 \begin_layout Plain Layout
22290
22291 \backslash
22292 euro
22293 \end_layout
22294
22295 \end_inset
22296 </cell>
22297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301 \begin_inset Formula $\euro$
22302 \end_inset
22303
22304
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 </row>
22310 <row>
22311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315 mathematischer Text
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22321 \begin_inset Text
22322
22323 \begin_layout Plain Layout
22324
22325 \end_layout
22326
22327 \end_inset
22328 </cell>
22329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333 \begin_inset Formula $\mbox{€}$
22334 \end_inset
22335
22336
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 </row>
22342 <row>
22343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347 TeX-Modus
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356
22357 \backslash
22358 officialeuro
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Plain Layout
22367 \begin_inset ERT
22368 status collapsed
22369
22370 \begin_layout Plain Layout
22371
22372
22373 \backslash
22374 officialeuro
22375 \end_layout
22376
22377 \end_inset
22378
22379
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 </row>
22385 </lyxtabular>
22386
22387 \end_inset
22388
22389
22390 \end_layout
22391
22392 \begin_layout Standard
22393 \begin_inset ERT
22394 status collapsed
22395
22396 \begin_layout Plain Layout
22397
22398
22399 \backslash
22400 else 
22401 \end_layout
22402
22403 \end_inset
22404
22405
22406 \begin_inset Note Note
22407 status open
22408
22409 \begin_layout Plain Layout
22410 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22411 \series bold
22412 eurosym
22413 \series default
22414  nicht installiert ist:
22415 \end_layout
22416
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \begin_layout Standard
22423 Das LaTeX-Paket 
22424 \series bold
22425 eurosym 
22426 \series default
22427 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22428 \end_layout
22429
22430 \begin_layout Standard
22431 \begin_inset ERT
22432 status collapsed
22433
22434 \begin_layout Plain Layout
22435
22436
22437 \backslash
22438 fi 
22439 \end_layout
22440
22441 \end_inset
22442
22443
22444 \end_layout
22445
22446 \begin_layout Section
22447 Relationen
22448 \begin_inset CommandInset label
22449 LatexCommand label
22450 name "sec:Relationen"
22451
22452 \end_inset
22453
22454
22455 \begin_inset Index
22456 status collapsed
22457
22458 \begin_layout Plain Layout
22459 Relationen
22460 \end_layout
22461
22462 \end_inset
22463
22464
22465 \begin_inset Index
22466 status collapsed
22467
22468 \begin_layout Plain Layout
22469 Vergleiche|see
22470 \begin_inset ERT
22471 status collapsed
22472
22473 \begin_layout Plain Layout
22474
22475 {
22476 \end_layout
22477
22478 \end_inset
22479
22480 Relationen
22481 \begin_inset ERT
22482 status collapsed
22483
22484 \begin_layout Plain Layout
22485
22486 }
22487 \end_layout
22488
22489 \end_inset
22490
22491
22492 \end_layout
22493
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \begin_layout Standard
22500 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
22501  
22502 \begin_inset Graphics
22503         filename ../../images/math/leq.png
22504         scale 85
22505
22506 \end_inset
22507
22508  eingefügt werden.
22509 \end_layout
22510
22511 \begin_layout Standard
22512 \begin_inset space \hfill{}
22513 \end_inset
22514
22515
22516 \begin_inset Tabular
22517 <lyxtabular version="3" rows="17" columns="2">
22518 <features>
22519 <column alignment="center" valignment="top" width="0pt">
22520 <column alignment="center" valignment="top" width="0pt">
22521 <row>
22522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22523 \begin_inset Text
22524
22525 \begin_layout Plain Layout
22526 Befehl
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535 Ergebnis
22536 \end_layout
22537
22538 \end_inset
22539 </cell>
22540 </row>
22541 <row>
22542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546 <
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555 \begin_inset Formula $<$
22556 \end_inset
22557
22558
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 </row>
22564 <row>
22565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569
22570 \backslash
22571 le
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580 \begin_inset Formula $\le$
22581 \end_inset
22582
22583
22584 \end_layout
22585
22586 \end_inset
22587 </cell>
22588 </row>
22589 <row>
22590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594
22595 \backslash
22596 ll
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605 \begin_inset Formula $\ll$
22606 \end_inset
22607
22608
22609 \end_layout
22610
22611 \end_inset
22612 </cell>
22613 </row>
22614 <row>
22615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22616 \begin_inset Text
22617
22618 \begin_layout Plain Layout
22619
22620 \backslash
22621 prec
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630 \begin_inset Formula $\prec$
22631 \end_inset
22632
22633
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 </row>
22639 <row>
22640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644
22645 \backslash
22646 preceq
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655 \begin_inset Formula $\preceq$
22656 \end_inset
22657
22658
22659 \end_layout
22660
22661 \end_inset
22662 </cell>
22663 </row>
22664 <row>
22665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669
22670 \backslash
22671 subset
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680 \begin_inset Formula $\subset$
22681 \end_inset
22682
22683
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 </row>
22689 <row>
22690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694
22695 \backslash
22696 subseteq
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705 \begin_inset Formula $\subseteq$
22706 \end_inset
22707
22708
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 </row>
22714 <row>
22715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719
22720 \backslash
22721 sqsubseteq
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730 \begin_inset Formula $\sqsubseteq$
22731 \end_inset
22732
22733
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 </row>
22739 <row>
22740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744
22745 \backslash
22746 in
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755 \begin_inset Formula $\in$
22756 \end_inset
22757
22758
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 </row>
22764 <row>
22765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22766 \begin_inset Text
22767
22768 \begin_layout Plain Layout
22769
22770 \backslash
22771 vdash
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780 \begin_inset Formula $\vdash$
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \end_inset
22787 </cell>
22788 </row>
22789 <row>
22790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794
22795 \backslash
22796 smile
22797 \end_layout
22798
22799 \end_inset
22800 </cell>
22801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Plain Layout
22805 \begin_inset Formula $\smile$
22806 \end_inset
22807
22808
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 </row>
22814 <row>
22815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22816 \begin_inset Text
22817
22818 \begin_layout Plain Layout
22819
22820 \backslash
22821 lhd
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830 \begin_inset Formula $\lhd$
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 </row>
22839 <row>
22840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844
22845 \backslash
22846 unlhd
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855 \begin_inset Formula $\unlhd$
22856 \end_inset
22857
22858
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 </row>
22864 <row>
22865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869
22870 \backslash
22871 gtrless
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Plain Layout
22880 \begin_inset Formula $\gtrless$
22881 \end_inset
22882
22883
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 </row>
22889 <row>
22890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22891 \begin_inset Text
22892
22893 \begin_layout Plain Layout
22894
22895 \backslash
22896 mid
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22902 \begin_inset Text
22903
22904 \begin_layout Plain Layout
22905 \begin_inset Formula $\mid$
22906 \end_inset
22907
22908
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 </row>
22914 <row>
22915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22916 \begin_inset Text
22917
22918 \begin_layout Plain Layout
22919
22920 \backslash
22921 nmid
22922 \end_layout
22923
22924 \end_inset
22925 </cell>
22926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22927 \begin_inset Text
22928
22929 \begin_layout Plain Layout
22930 \begin_inset Formula $\nmid$
22931 \end_inset
22932
22933
22934 \end_layout
22935
22936 \end_inset
22937 </cell>
22938 </row>
22939 </lyxtabular>
22940
22941 \end_inset
22942
22943
22944 \begin_inset space \hfill{}
22945 \end_inset
22946
22947
22948 \begin_inset Tabular
22949 <lyxtabular version="3" rows="17" columns="2">
22950 <features>
22951 <column alignment="center" valignment="top" width="0pt">
22952 <column alignment="center" valignment="top" width="0pt">
22953 <row>
22954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22955 \begin_inset Text
22956
22957 \begin_layout Plain Layout
22958 Befehl
22959 \end_layout
22960
22961 \end_inset
22962 </cell>
22963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22964 \begin_inset Text
22965
22966 \begin_layout Plain Layout
22967 Ergebnis
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 </row>
22973 <row>
22974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978 =
22979 \end_layout
22980
22981 \end_inset
22982 </cell>
22983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987 \begin_inset Formula $=$
22988 \end_inset
22989
22990
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 </row>
22996 <row>
22997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22998 \begin_inset Text
22999
23000 \begin_layout Plain Layout
23001
23002 \backslash
23003 not=
23004 \end_layout
23005
23006 \end_inset
23007 </cell>
23008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23009 \begin_inset Text
23010
23011 \begin_layout Plain Layout
23012 \begin_inset Formula $\not=$
23013 \end_inset
23014
23015
23016 \end_layout
23017
23018 \end_inset
23019 </cell>
23020 </row>
23021 <row>
23022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026
23027 \backslash
23028 equiv
23029 \end_layout
23030
23031 \end_inset
23032 </cell>
23033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037 \begin_inset Formula $\equiv$
23038 \end_inset
23039
23040
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 </row>
23046 <row>
23047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23048 \begin_inset Text
23049
23050 \begin_layout Plain Layout
23051
23052 \backslash
23053 sim
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062 \begin_inset Formula $\sim$
23063 \end_inset
23064
23065
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 </row>
23071 <row>
23072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23073 \begin_inset Text
23074
23075 \begin_layout Plain Layout
23076
23077 \backslash
23078 simeq
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087 \begin_inset Formula $\simeq$
23088 \end_inset
23089
23090
23091 \end_layout
23092
23093 \end_inset
23094 </cell>
23095 </row>
23096 <row>
23097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23098 \begin_inset Text
23099
23100 \begin_layout Plain Layout
23101
23102 \backslash
23103 approx
23104 \end_layout
23105
23106 \end_inset
23107 </cell>
23108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112 \begin_inset Formula $\approx$
23113 \end_inset
23114
23115
23116 \end_layout
23117
23118 \end_inset
23119 </cell>
23120 </row>
23121 <row>
23122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126
23127 \backslash
23128 cong
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137 \begin_inset Formula $\cong$
23138 \end_inset
23139
23140
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 </row>
23146 <row>
23147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151
23152 \backslash
23153 bowtie
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162 \begin_inset Formula $\bowtie$
23163 \end_inset
23164
23165
23166 \end_layout
23167
23168 \end_inset
23169 </cell>
23170 </row>
23171 <row>
23172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23173 \begin_inset Text
23174
23175 \begin_layout Plain Layout
23176
23177 \backslash
23178 notin
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187 \begin_inset Formula $\notin$
23188 \end_inset
23189
23190
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 </row>
23196 <row>
23197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23198 \begin_inset Text
23199
23200 \begin_layout Plain Layout
23201
23202 \backslash
23203 perp
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212 \begin_inset Formula $\perp$
23213 \end_inset
23214
23215
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 </row>
23221 <row>
23222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226
23227 \backslash
23228 propto
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237 \begin_inset Formula $\propto$
23238 \end_inset
23239
23240
23241 \end_layout
23242
23243 \end_inset
23244 </cell>
23245 </row>
23246 <row>
23247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251
23252 \backslash
23253 asymp
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262 \begin_inset Formula $\asymp$
23263 \end_inset
23264
23265
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 </row>
23271 <row>
23272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23273 \begin_inset Text
23274
23275 \begin_layout Plain Layout
23276
23277 \backslash
23278 doteq
23279 \end_layout
23280
23281 \end_inset
23282 </cell>
23283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23284 \begin_inset Text
23285
23286 \begin_layout Plain Layout
23287 \begin_inset Formula $\doteq$
23288 \end_inset
23289
23290
23291 \end_layout
23292
23293 \end_inset
23294 </cell>
23295 </row>
23296 <row>
23297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23298 \begin_inset Text
23299
23300 \begin_layout Plain Layout
23301
23302 \backslash
23303 circeq
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23309 \begin_inset Text
23310
23311 \begin_layout Plain Layout
23312 \begin_inset Formula $\circeq$
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \end_inset
23319 </cell>
23320 </row>
23321 <row>
23322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23323 \begin_inset Text
23324
23325 \begin_layout Plain Layout
23326
23327 \backslash
23328 models
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23334 \begin_inset Text
23335
23336 \begin_layout Plain Layout
23337 \begin_inset Formula $\models$
23338 \end_inset
23339
23340
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 </row>
23346 <row>
23347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23348 \begin_inset Text
23349
23350 \begin_layout Plain Layout
23351
23352 \backslash
23353 widehat=
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23359 \begin_inset Text
23360
23361 \begin_layout Plain Layout
23362 \begin_inset Formula $\widehat{=}$
23363 \end_inset
23364
23365
23366 \end_layout
23367
23368 \end_inset
23369 </cell>
23370 </row>
23371 </lyxtabular>
23372
23373 \end_inset
23374
23375
23376 \begin_inset space \hfill{}
23377 \end_inset
23378
23379
23380 \begin_inset Tabular
23381 <lyxtabular version="3" rows="17" columns="2">
23382 <features>
23383 <column alignment="center" valignment="top" width="0pt">
23384 <column alignment="center" valignment="top" width="0pt">
23385 <row>
23386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23387 \begin_inset Text
23388
23389 \begin_layout Plain Layout
23390 Befehl
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23396 \begin_inset Text
23397
23398 \begin_layout Plain Layout
23399 Ergebnis
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 </row>
23405 <row>
23406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410 >
23411 \end_layout
23412
23413 \end_inset
23414 </cell>
23415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419 \begin_inset Formula $>$
23420 \end_inset
23421
23422
23423 \end_layout
23424
23425 \end_inset
23426 </cell>
23427 </row>
23428 <row>
23429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23430 \begin_inset Text
23431
23432 \begin_layout Plain Layout
23433
23434 \backslash
23435 ge
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444 \begin_inset Formula $\ge$
23445 \end_inset
23446
23447
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 </row>
23453 <row>
23454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23455 \begin_inset Text
23456
23457 \begin_layout Plain Layout
23458
23459 \backslash
23460 gg
23461 \end_layout
23462
23463 \end_inset
23464 </cell>
23465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469 \begin_inset Formula $\gg$
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 </row>
23478 <row>
23479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23480 \begin_inset Text
23481
23482 \begin_layout Plain Layout
23483
23484 \backslash
23485 succ
23486 \end_layout
23487
23488 \end_inset
23489 </cell>
23490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494 \begin_inset Formula $\succ$
23495 \end_inset
23496
23497
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 </row>
23503 <row>
23504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508
23509 \backslash
23510 succeq
23511 \end_layout
23512
23513 \end_inset
23514 </cell>
23515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519 \begin_inset Formula $\succeq$
23520 \end_inset
23521
23522
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 </row>
23528 <row>
23529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23530 \begin_inset Text
23531
23532 \begin_layout Plain Layout
23533
23534 \backslash
23535 supset
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544 \begin_inset Formula $\supset$
23545 \end_inset
23546
23547
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 </row>
23553 <row>
23554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558
23559 \backslash
23560 supseteq
23561 \end_layout
23562
23563 \end_inset
23564 </cell>
23565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569 \begin_inset Formula $\supseteq$
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 </row>
23578 <row>
23579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583
23584 \backslash
23585 sqsupseteq
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594 \begin_inset Formula $\sqsupseteq$
23595 \end_inset
23596
23597
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 </row>
23603 <row>
23604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23605 \begin_inset Text
23606
23607 \begin_layout Plain Layout
23608
23609 \backslash
23610 ni
23611 \end_layout
23612
23613 \end_inset
23614 </cell>
23615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619 \begin_inset Formula $\ni$
23620 \end_inset
23621
23622
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 </row>
23628 <row>
23629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23630 \begin_inset Text
23631
23632 \begin_layout Plain Layout
23633
23634 \backslash
23635 dashv
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644 \begin_inset Formula $\dashv$
23645 \end_inset
23646
23647
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 </row>
23653 <row>
23654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658
23659 \backslash
23660 frown
23661 \end_layout
23662
23663 \end_inset
23664 </cell>
23665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669 \begin_inset Formula $\frown$
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \end_inset
23676 </cell>
23677 </row>
23678 <row>
23679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23680 \begin_inset Text
23681
23682 \begin_layout Plain Layout
23683
23684 \backslash
23685 rhd
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694 \begin_inset Formula $\rhd$
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 </row>
23703 <row>
23704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23705 \begin_inset Text
23706
23707 \begin_layout Plain Layout
23708
23709 \backslash
23710 unrhd
23711 \end_layout
23712
23713 \end_inset
23714 </cell>
23715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23716 \begin_inset Text
23717
23718 \begin_layout Plain Layout
23719 \begin_inset Formula $\unrhd$
23720 \end_inset
23721
23722
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 </row>
23728 <row>
23729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733
23734 \backslash
23735 lessgtr
23736 \end_layout
23737
23738 \end_inset
23739 </cell>
23740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744 \begin_inset Formula $\lessgtr$
23745 \end_inset
23746
23747
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 </row>
23753 <row>
23754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23755 \begin_inset Text
23756
23757 \begin_layout Plain Layout
23758
23759 \backslash
23760 parallel
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769 \begin_inset Formula $\parallel$
23770 \end_inset
23771
23772
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 </row>
23778 <row>
23779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783
23784 \backslash
23785 nparallel
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794 \begin_inset Formula $\nparallel$
23795 \end_inset
23796
23797
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 </row>
23803 </lyxtabular>
23804
23805 \end_inset
23806
23807
23808 \begin_inset space \hfill{}
23809 \end_inset
23810
23811
23812 \end_layout
23813
23814 \begin_layout Standard
23815 \begin_inset VSpace medskip
23816 \end_inset
23817
23818 Die Zeichen 
23819 \series bold
23820
23821 \backslash
23822 lhd
23823 \series default
23824  bzw.
23825  
23826 \series bold
23827
23828 \backslash
23829 rhd
23830 \series default
23831  sind größer als die gleich aussehenden Operatoren
23832 \begin_inset Newline linebreak
23833 \end_inset
23834
23835
23836 \series bold
23837
23838 \backslash
23839 triangleleft
23840 \series default
23841  bzw.
23842  
23843 \series bold
23844
23845 \backslash
23846 triangleright
23847 \series default
23848 .
23849 \end_layout
23850
23851 \begin_layout Standard
23852 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
23853 \end_layout
23854
23855 \begin_layout Standard
23856 Relationen mit Beschriftungen können mit Hilfe des Befehls 
23857 \series bold
23858
23859 \backslash
23860 stackrel
23861 \series default
23862
23863 \begin_inset Index
23864 status collapsed
23865
23866 \begin_layout Plain Layout
23867 Befehle ! S ! 
23868 \backslash
23869 stackrel
23870 \end_layout
23871
23872 \end_inset
23873
23874  erstellt werden:
23875 \end_layout
23876
23877 \begin_layout Standard
23878 \align center
23879 \begin_inset Tabular
23880 <lyxtabular version="3" rows="2" columns="2">
23881 <features>
23882 <column alignment="center" valignment="top" width="0">
23883 <column alignment="center" valignment="top" width="0">
23884 <row>
23885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23886 \begin_inset Text
23887
23888 \begin_layout Plain Layout
23889 Befehl
23890 \end_layout
23891
23892 \end_inset
23893 </cell>
23894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898 Ergebnis
23899 \begin_inset Note Note
23900 status collapsed
23901
23902 \begin_layout Plain Layout
23903
23904 \series bold
23905
23906 \backslash
23907 raisebox
23908 \series default
23909  dient nur als Abstandhalter.
23910 \end_layout
23911
23912 \end_inset
23913
23914
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 </row>
23920 <row>
23921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925 A(r)
23926 \backslash
23927 stackrel
23928 \begin_inset ERT
23929 status collapsed
23930
23931 \begin_layout Plain Layout
23932
23933
23934 \backslash
23935 leer 
23936 \end_layout
23937
23938 \end_inset
23939
23940 r
23941 \backslash
23942 to
23943 \backslash
23944 infty
23945 \begin_inset ERT
23946 status collapsed
23947
23948 \begin_layout Plain Layout
23949
23950
23951 \backslash
23952 leer 
23953 \end_layout
23954
23955 \end_inset
23956
23957
23958 \begin_inset Formula $\downarrow$
23959 \end_inset
23960
23961
23962 \backslash
23963 approx
23964 \begin_inset ERT
23965 status collapsed
23966
23967 \begin_layout Plain Layout
23968
23969
23970 \backslash
23971 leer 
23972 \end_layout
23973
23974 \end_inset
23975
23976
23977 \begin_inset ERT
23978 status collapsed
23979
23980 \begin_layout Plain Layout
23981
23982
23983 \backslash
23984 leer 
23985 \end_layout
23986
23987 \end_inset
23988
23989 B
23990 \end_layout
23991
23992 \end_inset
23993 </cell>
23994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23995 \begin_inset Text
23996
23997 \begin_layout Plain Layout
23998 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23999 \end_inset
24000
24001
24002 \end_layout
24003
24004 \end_inset
24005 </cell>
24006 </row>
24007 </lyxtabular>
24008
24009 \end_inset
24010
24011
24012 \end_layout
24013
24014 \begin_layout Standard
24015 \begin_inset Newpage newpage
24016 \end_inset
24017
24018
24019 \end_layout
24020
24021 \begin_layout Section
24022 Funktionen
24023 \end_layout
24024
24025 \begin_layout Subsection
24026 Vordefinierte Funktionen
24027 \begin_inset CommandInset label
24028 LatexCommand label
24029 name "sub:Vordefinierte-Funktionen"
24030
24031 \end_inset
24032
24033
24034 \begin_inset Index
24035 status collapsed
24036
24037 \begin_layout Plain Layout
24038 Funktionen ! vordefinierte
24039 \end_layout
24040
24041 \end_inset
24042
24043
24044 \end_layout
24045
24046 \begin_layout Standard
24047 Allgemein werden in mathematischen Ausdrücken Variablen 
24048 \shape italic
24049 kursiv
24050 \shape default
24051  gesetzt, Funktionsnamen hingegen nicht, denn 
24052 \begin_inset Formula $sin$
24053 \end_inset
24054
24055  könnte als 
24056 \begin_inset Formula $s\cdot i\cdot n$
24057 \end_inset
24058
24059  missverstanden werden.
24060  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24061 en etwas abgesetzt sind.
24062  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24063 \end_layout
24064
24065 \begin_layout Standard
24066 \align center
24067 \begin_inset Tabular
24068 <lyxtabular version="3" rows="2" columns="4">
24069 <features>
24070 <column alignment="center" valignment="top" width="0pt">
24071 <column alignment="center" valignment="top" width="0pt">
24072 <column alignment="center" valignment="top" width="0pt">
24073 <column alignment="center" valignment="top" width="0pt">
24074 <row>
24075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079 Befehl
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088 Ergebnis
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097 Befehl
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24103 \begin_inset Text
24104
24105 \begin_layout Plain Layout
24106 Ergebnis
24107 \end_layout
24108
24109 \end_inset
24110 </cell>
24111 </row>
24112 <row>
24113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24114 \begin_inset Text
24115
24116 \begin_layout Plain Layout
24117 Asin(x)+B
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24123 \begin_inset Text
24124
24125 \begin_layout Plain Layout
24126 \begin_inset Formula $Asin(x)+B$
24127 \end_inset
24128
24129
24130 \end_layout
24131
24132 \end_inset
24133 </cell>
24134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24135 \begin_inset Text
24136
24137 \begin_layout Plain Layout
24138 A
24139 \backslash
24140 sin(x)+B
24141 \end_layout
24142
24143 \end_inset
24144 </cell>
24145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24146 \begin_inset Text
24147
24148 \begin_layout Plain Layout
24149 \begin_inset Formula $A\sin(x)+B$
24150 \end_inset
24151
24152
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 </row>
24158 </lyxtabular>
24159
24160 \end_inset
24161
24162
24163 \end_layout
24164
24165 \begin_layout Standard
24166 Folgende Funktionen sind vordefiniert:
24167 \end_layout
24168
24169 \begin_layout Standard
24170 \begin_inset VSpace -2mm
24171 \end_inset
24172
24173
24174 \end_layout
24175
24176 \begin_layout Standard
24177 \align center
24178 \begin_inset Tabular
24179 <lyxtabular version="3" rows="9" columns="4">
24180 <features>
24181 <column alignment="center" valignment="top" width="0pt">
24182 <column alignment="center" valignment="top" width="0pt">
24183 <column alignment="center" valignment="top" width="0pt">
24184 <column alignment="center" valignment="top" width="0pt">
24185 <row>
24186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24187 \begin_inset Text
24188
24189 \begin_layout Plain Layout
24190 Befehl
24191 \end_layout
24192
24193 \end_inset
24194 </cell>
24195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24196 \begin_inset Text
24197
24198 \begin_layout Plain Layout
24199 Befehl
24200 \end_layout
24201
24202 \end_inset
24203 </cell>
24204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208 Befehl
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24214 \begin_inset Text
24215
24216 \begin_layout Plain Layout
24217 Befehl
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 </row>
24223 <row>
24224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Plain Layout
24228
24229 \backslash
24230 sin
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239
24240 \backslash
24241 sinh
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Plain Layout
24250
24251 \backslash
24252 arcsin
24253 \end_layout
24254
24255 \end_inset
24256 </cell>
24257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261
24262 \backslash
24263 sup
24264 \end_layout
24265
24266 \end_inset
24267 </cell>
24268 </row>
24269 <row>
24270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24271 \begin_inset Text
24272
24273 \begin_layout Plain Layout
24274
24275 \backslash
24276 cos
24277 \end_layout
24278
24279 \end_inset
24280 </cell>
24281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24282 \begin_inset Text
24283
24284 \begin_layout Plain Layout
24285
24286 \backslash
24287 cosh
24288 \end_layout
24289
24290 \end_inset
24291 </cell>
24292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24293 \begin_inset Text
24294
24295 \begin_layout Plain Layout
24296
24297 \backslash
24298 arccos
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24304 \begin_inset Text
24305
24306 \begin_layout Plain Layout
24307
24308 \backslash
24309 inf
24310 \end_layout
24311
24312 \end_inset
24313 </cell>
24314 </row>
24315 <row>
24316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24317 \begin_inset Text
24318
24319 \begin_layout Plain Layout
24320
24321 \backslash
24322 tan
24323 \end_layout
24324
24325 \end_inset
24326 </cell>
24327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24328 \begin_inset Text
24329
24330 \begin_layout Plain Layout
24331
24332 \backslash
24333 tanh
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24339 \begin_inset Text
24340
24341 \begin_layout Plain Layout
24342
24343 \backslash
24344 arctan
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353
24354 \backslash
24355 lim
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 </row>
24361 <row>
24362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Plain Layout
24366
24367 \backslash
24368 cot
24369 \end_layout
24370
24371 \end_inset
24372 </cell>
24373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24374 \begin_inset Text
24375
24376 \begin_layout Plain Layout
24377
24378 \backslash
24379 coth
24380 \end_layout
24381
24382 \end_inset
24383 </cell>
24384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24385 \begin_inset Text
24386
24387 \begin_layout Plain Layout
24388
24389 \backslash
24390 arg
24391 \end_layout
24392
24393 \end_inset
24394 </cell>
24395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24396 \begin_inset Text
24397
24398 \begin_layout Plain Layout
24399
24400 \backslash
24401 liminf
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 </row>
24407 <row>
24408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412
24413 \backslash
24414 sec
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24420 \begin_inset Text
24421
24422 \begin_layout Plain Layout
24423
24424 \backslash
24425 min
24426 \end_layout
24427
24428 \end_inset
24429 </cell>
24430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24431 \begin_inset Text
24432
24433 \begin_layout Plain Layout
24434
24435 \backslash
24436 deg
24437 \end_layout
24438
24439 \end_inset
24440 </cell>
24441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24442 \begin_inset Text
24443
24444 \begin_layout Plain Layout
24445
24446 \backslash
24447 limsup
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 </row>
24453 <row>
24454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24455 \begin_inset Text
24456
24457 \begin_layout Plain Layout
24458
24459 \backslash
24460 csc
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24466 \begin_inset Text
24467
24468 \begin_layout Plain Layout
24469
24470 \backslash
24471 max
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24477 \begin_inset Text
24478
24479 \begin_layout Plain Layout
24480
24481 \backslash
24482 det
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24488 \begin_inset Text
24489
24490 \begin_layout Plain Layout
24491
24492 \backslash
24493 Pr
24494 \end_layout
24495
24496 \end_inset
24497 </cell>
24498 </row>
24499 <row>
24500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24501 \begin_inset Text
24502
24503 \begin_layout Plain Layout
24504
24505 \backslash
24506 ln
24507 \end_layout
24508
24509 \end_inset
24510 </cell>
24511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24512 \begin_inset Text
24513
24514 \begin_layout Plain Layout
24515
24516 \backslash
24517 exp
24518 \end_layout
24519
24520 \end_inset
24521 </cell>
24522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24523 \begin_inset Text
24524
24525 \begin_layout Plain Layout
24526
24527 \backslash
24528 dim
24529 \end_layout
24530
24531 \end_inset
24532 </cell>
24533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24534 \begin_inset Text
24535
24536 \begin_layout Plain Layout
24537
24538 \backslash
24539 hom
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 </row>
24545 <row>
24546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24547 \begin_inset Text
24548
24549 \begin_layout Plain Layout
24550
24551 \backslash
24552 lg
24553 \end_layout
24554
24555 \end_inset
24556 </cell>
24557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24558 \begin_inset Text
24559
24560 \begin_layout Plain Layout
24561
24562 \backslash
24563 log
24564 \end_layout
24565
24566 \end_inset
24567 </cell>
24568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24569 \begin_inset Text
24570
24571 \begin_layout Plain Layout
24572
24573 \backslash
24574 ker
24575 \end_layout
24576
24577 \end_inset
24578 </cell>
24579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24580 \begin_inset Text
24581
24582 \begin_layout Plain Layout
24583
24584 \backslash
24585 gcd
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 </row>
24591 </lyxtabular>
24592
24593 \end_inset
24594
24595
24596 \end_layout
24597
24598 \begin_layout Standard
24599 Sie können auch über den Mathe-Werkzeugleistenknopf 
24600 \begin_inset Graphics
24601         filename ../../images/math/functions.png
24602         scale 85
24603
24604 \end_inset
24605
24606  eingefügt werden.
24607 \end_layout
24608
24609 \begin_layout Subsection
24610 Selbst definierte Funktionen
24611 \begin_inset Index
24612 status collapsed
24613
24614 \begin_layout Plain Layout
24615 Funktionen ! selbstdefinierte
24616 \end_layout
24617
24618 \end_inset
24619
24620
24621 \end_layout
24622
24623 \begin_layout Standard
24624 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
24625 \begin_inset space \thinspace{}
24626 \end_inset
24627
24628 B.
24629  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
24630 \end_layout
24631
24632 \begin_layout Itemize
24633 Man definiert die Funktion selbst.
24634  Dazu gibt man im LaTeX-Vorspann die Zeile
24635 \begin_inset Newline newline
24636 \end_inset
24637
24638
24639 \begin_inset VSpace -3mm
24640 \end_inset
24641
24642
24643 \begin_inset Newline newline
24644 \end_inset
24645
24646
24647 \series bold
24648
24649 \backslash
24650 DeclareMathOperator{
24651 \backslash
24652 sgn}{sgn}
24653 \series default
24654
24655 \begin_inset Index
24656 status collapsed
24657
24658 \begin_layout Plain Layout
24659 Befehle ! D ! 
24660 \backslash
24661 dbinom@
24662 \backslash
24663 DeclareMathOperator
24664 \end_layout
24665
24666 \end_inset
24667
24668
24669 \begin_inset Newline newline
24670 \end_inset
24671
24672
24673 \begin_inset VSpace -2mm
24674 \end_inset
24675
24676
24677 \begin_inset Newline newline
24678 \end_inset
24679
24680 ein
24681 \begin_inset Foot
24682 status collapsed
24683
24684 \begin_layout Plain Layout
24685 Näheres zu 
24686 \series bold
24687
24688 \backslash
24689 DeclareMathOperator
24690 \series default
24691  siehe 
24692 \begin_inset CommandInset ref
24693 LatexCommand ref
24694 reference "sub:Selbstdefinierte-Operatoren"
24695
24696 \end_inset
24697
24698 .
24699 \end_layout
24700
24701 \end_inset
24702
24703 .
24704  Nun kann man mit dem Befehl 
24705 \series bold
24706
24707 \backslash
24708 sgn
24709 \series default
24710  die neu definierte Funktion aufrufen.
24711 \end_layout
24712
24713 \begin_layout Itemize
24714 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
24715  Beispiel die Buchstaben 
24716 \emph on
24717 sgn
24718 \emph default
24719 , und wandelt ihn in in mathematischen Text um.
24720  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
24721 \end_layout
24722
24723 \begin_layout Standard
24724 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
24725  Funktion
24726 \begin_inset Foot
24727 status collapsed
24728
24729 \begin_layout Plain Layout
24730 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
24731 \end_layout
24732
24733 \end_inset
24734
24735 :
24736 \end_layout
24737
24738 \begin_layout Standard
24739 \align center
24740 \begin_inset Tabular
24741 <lyxtabular version="3" rows="3" columns="2">
24742 <features>
24743 <column alignment="center" valignment="top" width="0pt">
24744 <column alignment="center" valignment="top" width="0pt">
24745 <row>
24746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24747 \begin_inset Text
24748
24749 \begin_layout Plain Layout
24750 Befehl
24751 \end_layout
24752
24753 \end_inset
24754 </cell>
24755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24756 \begin_inset Text
24757
24758 \begin_layout Plain Layout
24759 Ergebnis
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 </row>
24765 <row>
24766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24767 \begin_inset Text
24768
24769 \begin_layout Plain Layout
24770 A
24771 \backslash
24772 sgn(x)+B
24773 \end_layout
24774
24775 \end_inset
24776 </cell>
24777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24778 \begin_inset Text
24779
24780 \begin_layout Plain Layout
24781 \begin_inset Formula $A\sgn(x)+B$
24782 \end_inset
24783
24784
24785 \end_layout
24786
24787 \end_inset
24788 </cell>
24789 </row>
24790 <row>
24791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24792 \begin_inset Text
24793
24794 \begin_layout Plain Layout
24795 A
24796 \backslash
24797 ,
24798 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24799 \end_inset
24800
24801 (x)+B
24802 \end_layout
24803
24804 \end_inset
24805 </cell>
24806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24807 \begin_inset Text
24808
24809 \begin_layout Plain Layout
24810 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24811 \end_inset
24812
24813
24814 \end_layout
24815
24816 \end_inset
24817 </cell>
24818 </row>
24819 </lyxtabular>
24820
24821 \end_inset
24822
24823
24824 \end_layout
24825
24826 \begin_layout Standard
24827 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
24828  mehrfach verwendet werden soll.
24829 \end_layout
24830
24831 \begin_layout Subsection
24832 Grenzwerte
24833 \begin_inset Index
24834 status collapsed
24835
24836 \begin_layout Plain Layout
24837 Grenzwerte
24838 \end_layout
24839
24840 \end_inset
24841
24842
24843 \end_layout
24844
24845 \begin_layout Standard
24846 Für Grenzwerte sind außer 
24847 \series bold
24848
24849 \backslash
24850 lim
24851 \series default
24852
24853 \begin_inset Index
24854 status collapsed
24855
24856 \begin_layout Plain Layout
24857 Befehle ! L ! 
24858 \backslash
24859 lim
24860 \end_layout
24861
24862 \end_inset
24863
24864
24865 \series bold
24866
24867 \backslash
24868 liminf
24869 \series default
24870  und 
24871 \series bold
24872
24873 \backslash
24874 limsup
24875 \series default
24876  noch folgende Funktionen definiert:
24877 \end_layout
24878
24879 \begin_layout Standard
24880 \align center
24881 \begin_inset Tabular
24882 <lyxtabular version="3" rows="5" columns="2">
24883 <features>
24884 <column alignment="center" valignment="top" width="0">
24885 <column alignment="center" valignment="top" width="0">
24886 <row>
24887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24888 \begin_inset Text
24889
24890 \begin_layout Plain Layout
24891 Befehl
24892 \end_layout
24893
24894 \end_inset
24895 </cell>
24896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24897 \begin_inset Text
24898
24899 \begin_layout Plain Layout
24900 Ergebnis
24901 \begin_inset Note Note
24902 status collapsed
24903
24904 \begin_layout Plain Layout
24905
24906 \series bold
24907
24908 \backslash
24909 raisebox
24910 \series default
24911  dient nur als Abstandhalter.
24912 \end_layout
24913
24914 \end_inset
24915
24916
24917 \end_layout
24918
24919 \end_inset
24920 </cell>
24921 </row>
24922 <row>
24923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24924 \begin_inset Text
24925
24926 \begin_layout Plain Layout
24927
24928 \backslash
24929 varliminf
24930 \end_layout
24931
24932 \end_inset
24933 </cell>
24934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938 \begin_inset Formula $\varliminf$
24939 \end_inset
24940
24941
24942 \end_layout
24943
24944 \end_inset
24945 </cell>
24946 </row>
24947 <row>
24948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24949 \begin_inset Text
24950
24951 \begin_layout Plain Layout
24952
24953 \backslash
24954 varlimsup
24955 \end_layout
24956
24957 \end_inset
24958 </cell>
24959 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24960 \begin_inset Text
24961
24962 \begin_layout Plain Layout
24963 \begin_inset Formula $\varlimsup$
24964 \end_inset
24965
24966
24967 \end_layout
24968
24969 \end_inset
24970 </cell>
24971 </row>
24972 <row>
24973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24974 \begin_inset Text
24975
24976 \begin_layout Plain Layout
24977
24978 \backslash
24979 varprojlim
24980 \end_layout
24981
24982 \end_inset
24983 </cell>
24984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24985 \begin_inset Text
24986
24987 \begin_layout Plain Layout
24988 \begin_inset Formula $\varprojlim$
24989 \end_inset
24990
24991
24992 \end_layout
24993
24994 \end_inset
24995 </cell>
24996 </row>
24997 <row>
24998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24999 \begin_inset Text
25000
25001 \begin_layout Plain Layout
25002
25003 \backslash
25004 varinjlim
25005 \end_layout
25006
25007 \end_inset
25008 </cell>
25009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25010 \begin_inset Text
25011
25012 \begin_layout Plain Layout
25013 \begin_inset Formula $\varinjlim$
25014 \end_inset
25015
25016
25017 \begin_inset Formula $\raisebox{-2.5mm}{}$
25018 \end_inset
25019
25020
25021 \end_layout
25022
25023 \end_inset
25024 </cell>
25025 </row>
25026 </lyxtabular>
25027
25028 \end_inset
25029
25030
25031 \end_layout
25032
25033 \begin_layout Standard
25034 \begin_inset VSpace medskip
25035 \end_inset
25036
25037 Der Grenzwert wird durch Tiefstellen erzeugt.
25038  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25039 \end_layout
25040
25041 \begin_layout Standard
25042 \align center
25043 \begin_inset Tabular
25044 <lyxtabular version="3" rows="2" columns="2">
25045 <features>
25046 <column alignment="center" valignment="top" width="0pt">
25047 <column alignment="center" valignment="top" width="0pt">
25048 <row>
25049 <cell alignment="center" valignment="top" usebox="none">
25050 \begin_inset Text
25051
25052 \begin_layout Plain Layout
25053 Befehl
25054 \end_layout
25055
25056 \end_inset
25057 </cell>
25058 <cell alignment="center" valignment="top" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062 \begin_inset space \hspace{}
25063 \length 1cm
25064 \end_inset
25065
25066 Ergebnis
25067 \begin_inset Note Note
25068 status collapsed
25069
25070 \begin_layout Plain Layout
25071
25072 \series bold
25073
25074 \backslash
25075 hspace
25076 \series default
25077  und 
25078 \series bold
25079
25080 \backslash
25081 raisebox
25082 \series default
25083  dienen nur als Abstandhalter.
25084 \end_layout
25085
25086 \end_inset
25087
25088
25089 \end_layout
25090
25091 \end_inset
25092 </cell>
25093 </row>
25094 <row>
25095 <cell alignment="center" valignment="top" usebox="none">
25096 \begin_inset Text
25097
25098 \begin_layout Plain Layout
25099
25100 \backslash
25101 lim_x
25102 \backslash
25103 to
25104 \begin_inset ERT
25105 status collapsed
25106
25107 \begin_layout Plain Layout
25108
25109
25110 \backslash
25111 leer 
25112 \end_layout
25113
25114 \end_inset
25115
25116 A
25117 \begin_inset ERT
25118 status collapsed
25119
25120 \begin_layout Plain Layout
25121
25122
25123 \backslash
25124 leer 
25125 \end_layout
25126
25127 \end_inset
25128
25129 x=B
25130 \end_layout
25131
25132 \end_inset
25133 </cell>
25134 <cell alignment="center" valignment="top" usebox="none">
25135 \begin_inset Text
25136
25137 \begin_layout Plain Layout
25138 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25139 \end_inset
25140
25141
25142 \end_layout
25143
25144 \end_inset
25145 </cell>
25146 </row>
25147 </lyxtabular>
25148
25149 \end_inset
25150
25151
25152 \end_layout
25153
25154 \begin_layout Standard
25155 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25156 \begin_inset Formula \[
25157 \lim_{x\to A}x=B\]
25158
25159 \end_inset
25160
25161
25162 \end_layout
25163
25164 \begin_layout Subsection
25165 Modulo-Funktionen
25166 \begin_inset Index
25167 status collapsed
25168
25169 \begin_layout Plain Layout
25170 Funktionen ! Modulo-
25171 \end_layout
25172
25173 \end_inset
25174
25175
25176 \end_layout
25177
25178 \begin_layout Standard
25179 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25180  Varianten.
25181 \begin_inset Newpage newpage
25182 \end_inset
25183
25184
25185 \end_layout
25186
25187 \begin_layout Standard
25188 Die Varianten in einer abgesetzten Formel:
25189 \begin_inset Formula \begin{align*}
25190 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25191 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
25192 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
25193 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
25194 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b\end{align*}
25195
25196 \end_inset
25197
25198
25199 \end_layout
25200
25201 \begin_layout Standard
25202 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25203  weniger Leerraum gesetzt.
25204 \end_layout
25205
25206 \begin_layout Section
25207 Sonderzeichen
25208 \begin_inset Index
25209 status collapsed
25210
25211 \begin_layout Plain Layout
25212 Sonderzeichen
25213 \end_layout
25214
25215 \end_inset
25216
25217
25218 \end_layout
25219
25220 \begin_layout Subsection
25221 Sonderzeichen im mathematischen Text
25222 \end_layout
25223
25224 \begin_layout Standard
25225 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25226  verwendet werden:
25227 \end_layout
25228
25229 \begin_layout Standard
25230 \begin_inset space \hfill{}
25231 \end_inset
25232
25233
25234 \begin_inset Tabular
25235 <lyxtabular version="3" rows="8" columns="2">
25236 <features>
25237 <column alignment="block" valignment="top" width="0">
25238 <column alignment="block" valignment="top" width="0">
25239 <row>
25240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25241 \begin_inset Text
25242
25243 \begin_layout Plain Layout
25244 Befehl
25245 \end_layout
25246
25247 \end_inset
25248 </cell>
25249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25250 \begin_inset Text
25251
25252 \begin_layout Plain Layout
25253 Ergebnis
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 </row>
25259 <row>
25260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25261 \begin_inset Text
25262
25263 \begin_layout Plain Layout
25264
25265 \backslash
25266 oe
25267 \end_layout
25268
25269 \end_inset
25270 </cell>
25271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25272 \begin_inset Text
25273
25274 \begin_layout Plain Layout
25275 \begin_inset Formula $\textrm{œ}$
25276 \end_inset
25277
25278
25279 \end_layout
25280
25281 \end_inset
25282 </cell>
25283 </row>
25284 <row>
25285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25286 \begin_inset Text
25287
25288 \begin_layout Plain Layout
25289
25290 \backslash
25291 OE
25292 \end_layout
25293
25294 \end_inset
25295 </cell>
25296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25297 \begin_inset Text
25298
25299 \begin_layout Plain Layout
25300 \begin_inset Formula $\textrm{Œ}$
25301 \end_inset
25302
25303
25304 \end_layout
25305
25306 \end_inset
25307 </cell>
25308 </row>
25309 <row>
25310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25311 \begin_inset Text
25312
25313 \begin_layout Plain Layout
25314
25315 \backslash
25316 ae
25317 \end_layout
25318
25319 \end_inset
25320 </cell>
25321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25322 \begin_inset Text
25323
25324 \begin_layout Plain Layout
25325 \begin_inset Formula $\textrm{æ}$
25326 \end_inset
25327
25328
25329 \end_layout
25330
25331 \end_inset
25332 </cell>
25333 </row>
25334 <row>
25335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Plain Layout
25339
25340 \backslash
25341 AE
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350 \begin_inset Formula $\textrm{Æ}$
25351 \end_inset
25352
25353
25354 \end_layout
25355
25356 \end_inset
25357 </cell>
25358 </row>
25359 <row>
25360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25361 \begin_inset Text
25362
25363 \begin_layout Plain Layout
25364
25365 \backslash
25366 aa
25367 \end_layout
25368
25369 \end_inset
25370 </cell>
25371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25372 \begin_inset Text
25373
25374 \begin_layout Plain Layout
25375 \begin_inset Formula $\textrm{\aa}$
25376 \end_inset
25377
25378
25379 \end_layout
25380
25381 \end_inset
25382 </cell>
25383 </row>
25384 <row>
25385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25386 \begin_inset Text
25387
25388 \begin_layout Plain Layout
25389
25390 \backslash
25391 AA
25392 \begin_inset Index
25393 status collapsed
25394
25395 \begin_layout Plain Layout
25396 \begin_inset ERT
25397 status collapsed
25398
25399 \begin_layout Plain Layout
25400
25401
25402 \backslash
25403 @
25404 \backslash
25405 textrm{
25406 \backslash
25407 AA}
25408 \end_layout
25409
25410 \end_inset
25411
25412
25413 \end_layout
25414
25415 \end_inset
25416
25417
25418 \end_layout
25419
25420 \end_inset
25421 </cell>
25422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25423 \begin_inset Text
25424
25425 \begin_layout Plain Layout
25426 \begin_inset Formula $\textrm{Å}$
25427 \end_inset
25428
25429
25430 \end_layout
25431
25432 \end_inset
25433 </cell>
25434 </row>
25435 <row>
25436 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25437 \begin_inset Text
25438
25439 \begin_layout Plain Layout
25440
25441 \backslash
25442 i
25443 \end_layout
25444
25445 \end_inset
25446 </cell>
25447 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25448 \begin_inset Text
25449
25450 \begin_layout Plain Layout
25451 \begin_inset Formula $\textrm{ı}$
25452 \end_inset
25453
25454
25455 \end_layout
25456
25457 \end_inset
25458 </cell>
25459 </row>
25460 </lyxtabular>
25461
25462 \end_inset
25463
25464
25465 \begin_inset space \hfill{}
25466 \end_inset
25467
25468
25469 \begin_inset Tabular
25470 <lyxtabular version="3" rows="8" columns="2">
25471 <features>
25472 <column alignment="block" valignment="top" width="0">
25473 <column alignment="center" valignment="top" width="0">
25474 <row>
25475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25476 \begin_inset Text
25477
25478 \begin_layout Plain Layout
25479 Befehl
25480 \begin_inset Note Note
25481 status collapsed
25482
25483 \begin_layout Plain Layout
25484
25485 \series bold
25486
25487 \backslash
25488 hspace{0mm}
25489 \series default
25490  dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25491  ¿ erscheinen würde.
25492 \end_layout
25493
25494 \end_inset
25495
25496
25497 \end_layout
25498
25499 \end_inset
25500 </cell>
25501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25502 \begin_inset Text
25503
25504 \begin_layout Plain Layout
25505 Ergebnis
25506 \end_layout
25507
25508 \end_inset
25509 </cell>
25510 </row>
25511 <row>
25512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Plain Layout
25516
25517 \backslash
25518 o
25519 \end_layout
25520
25521 \end_inset
25522 </cell>
25523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25524 \begin_inset Text
25525
25526 \begin_layout Plain Layout
25527 \begin_inset Formula $\textrm{ø}$
25528 \end_inset
25529
25530
25531 \end_layout
25532
25533 \end_inset
25534 </cell>
25535 </row>
25536 <row>
25537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25538 \begin_inset Text
25539
25540 \begin_layout Plain Layout
25541
25542 \backslash
25543 O
25544 \end_layout
25545
25546 \end_inset
25547 </cell>
25548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25549 \begin_inset Text
25550
25551 \begin_layout Plain Layout
25552 \begin_inset Formula $\textrm{Ø}$
25553 \end_inset
25554
25555
25556 \end_layout
25557
25558 \end_inset
25559 </cell>
25560 </row>
25561 <row>
25562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25563 \begin_inset Text
25564
25565 \begin_layout Plain Layout
25566
25567 \backslash
25568 l
25569 \end_layout
25570
25571 \end_inset
25572 </cell>
25573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25574 \begin_inset Text
25575
25576 \begin_layout Plain Layout
25577 \begin_inset Formula $\textrm{ł}$
25578 \end_inset
25579
25580
25581 \end_layout
25582
25583 \end_inset
25584 </cell>
25585 </row>
25586 <row>
25587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25588 \begin_inset Text
25589
25590 \begin_layout Plain Layout
25591
25592 \backslash
25593 L
25594 \end_layout
25595
25596 \end_inset
25597 </cell>
25598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25599 \begin_inset Text
25600
25601 \begin_layout Plain Layout
25602 \begin_inset Formula $\textrm{Ł}$
25603 \end_inset
25604
25605
25606 \end_layout
25607
25608 \end_inset
25609 </cell>
25610 </row>
25611 <row>
25612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25613 \begin_inset Text
25614
25615 \begin_layout Plain Layout
25616 !
25617 \begin_inset space \hspace{}
25618 \length 0mm
25619 \end_inset
25620
25621 `
25622 \begin_inset ERT
25623 status collapsed
25624
25625 \begin_layout Plain Layout
25626
25627
25628 \backslash
25629 leer 
25630 \end_layout
25631
25632 \end_inset
25633
25634
25635 \end_layout
25636
25637 \end_inset
25638 </cell>
25639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25640 \begin_inset Text
25641
25642 \begin_layout Plain Layout
25643 \begin_inset Formula $\textrm{!`}$
25644 \end_inset
25645
25646
25647 \end_layout
25648
25649 \end_inset
25650 </cell>
25651 </row>
25652 <row>
25653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25654 \begin_inset Text
25655
25656 \begin_layout Plain Layout
25657 ?
25658 \begin_inset space \hspace{}
25659 \length 0mm
25660 \end_inset
25661
25662 `
25663 \begin_inset ERT
25664 status collapsed
25665
25666 \begin_layout Plain Layout
25667
25668
25669 \backslash
25670 leer 
25671 \end_layout
25672
25673 \end_inset
25674
25675
25676 \end_layout
25677
25678 \end_inset
25679 </cell>
25680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25681 \begin_inset Text
25682
25683 \begin_layout Plain Layout
25684 \begin_inset Formula $\textrm{?`}$
25685 \end_inset
25686
25687
25688 \end_layout
25689
25690 \end_inset
25691 </cell>
25692 </row>
25693 <row>
25694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25695 \begin_inset Text
25696
25697 \begin_layout Plain Layout
25698
25699 \backslash
25700 j
25701 \end_layout
25702
25703 \end_inset
25704 </cell>
25705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25706 \begin_inset Text
25707
25708 \begin_layout Plain Layout
25709 \begin_inset Formula $\textrm{ȷ}$
25710 \end_inset
25711
25712
25713 \end_layout
25714
25715 \end_inset
25716 </cell>
25717 </row>
25718 </lyxtabular>
25719
25720 \end_inset
25721
25722
25723 \begin_inset space \hfill{}
25724 \end_inset
25725
25726
25727 \end_layout
25728
25729 \begin_layout Standard
25730 Die Zeichen 
25731 \begin_inset Formula $\textrm{\textrm{Å}}$
25732 \end_inset
25733
25734  und 
25735 \begin_inset Formula $\textrm{\textrm{Ø}}$
25736 \end_inset
25737
25738  können auch über den Mathe-Werkzeugleistenknopf 
25739 \begin_inset Graphics
25740         filename ../../images/math/digamma.png
25741         scale 85
25742
25743 \end_inset
25744
25745  eingefügt werden.
25746 \end_layout
25747
25748 \begin_layout Standard
25749 Eine Ausnahme bilden die Befehle 
25750 \series bold
25751 !
25752 \begin_inset space \hspace{}
25753 \length 0mm
25754 \end_inset
25755
25756 `
25757 \series default
25758  und 
25759 \series bold
25760 ?
25761 \begin_inset space \hspace{}
25762 \length 0mm
25763 \end_inset
25764
25765 `
25766 \series default
25767 , denn man kann sie in LyX direkt in den Text eingeben.
25768 \end_layout
25769
25770 \begin_layout Subsection
25771 Akzente im Text
25772 \begin_inset CommandInset label
25773 LatexCommand label
25774 name "sub:Sonderzeichen-Akzente"
25775
25776 \end_inset
25777
25778
25779 \begin_inset Index
25780 status collapsed
25781
25782 \begin_layout Plain Layout
25783 Akzente ! im Text
25784 \end_layout
25785
25786 \end_inset
25787
25788
25789 \end_layout
25790
25791 \begin_layout Standard
25792 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
25793  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
25794 \end_layout
25795
25796 \begin_layout Standard
25797 \begin_inset space \hfill{}
25798 \end_inset
25799
25800
25801 \begin_inset Tabular
25802 <lyxtabular version="3" rows="8" columns="2">
25803 <features>
25804 <column alignment="block" valignment="top" width="0">
25805 <column alignment="block" valignment="top" width="0">
25806 <row>
25807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25808 \begin_inset Text
25809
25810 \begin_layout Plain Layout
25811 Befehl
25812 \end_layout
25813
25814 \end_inset
25815 </cell>
25816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25817 \begin_inset Text
25818
25819 \begin_layout Plain Layout
25820 Ergebnis
25821 \end_layout
25822
25823 \end_inset
25824 </cell>
25825 </row>
25826 <row>
25827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25828 \begin_inset Text
25829
25830 \begin_layout Plain Layout
25831
25832 \backslash
25833
25834 \begin_inset Quotes grd
25835 \end_inset
25836
25837 e
25838 \end_layout
25839
25840 \end_inset
25841 </cell>
25842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25843 \begin_inset Text
25844
25845 \begin_layout Plain Layout
25846 \begin_inset ERT
25847 status collapsed
25848
25849 \begin_layout Plain Layout
25850
25851
25852 \backslash
25853 "e
25854 \end_layout
25855
25856 \end_inset
25857
25858
25859 \end_layout
25860
25861 \end_inset
25862 </cell>
25863 </row>
25864 <row>
25865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25866 \begin_inset Text
25867
25868 \begin_layout Plain Layout
25869
25870 \backslash
25871 `e
25872 \end_layout
25873
25874 \end_inset
25875 </cell>
25876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25877 \begin_inset Text
25878
25879 \begin_layout Plain Layout
25880 \begin_inset ERT
25881 status collapsed
25882
25883 \begin_layout Plain Layout
25884
25885
25886 \backslash
25887 `e
25888 \end_layout
25889
25890 \end_inset
25891
25892
25893 \end_layout
25894
25895 \end_inset
25896 </cell>
25897 </row>
25898 <row>
25899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25900 \begin_inset Text
25901
25902 \begin_layout Plain Layout
25903
25904 \backslash
25905 ^
25906 \begin_inset ERT
25907 status collapsed
25908
25909 \begin_layout Plain Layout
25910
25911
25912 \backslash
25913 leer 
25914 \end_layout
25915
25916 \end_inset
25917
25918 e
25919 \end_layout
25920
25921 \end_inset
25922 </cell>
25923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25924 \begin_inset Text
25925
25926 \begin_layout Plain Layout
25927 \begin_inset ERT
25928 status collapsed
25929
25930 \begin_layout Plain Layout
25931
25932
25933 \backslash
25934 ^e
25935 \end_layout
25936
25937 \end_inset
25938
25939
25940 \end_layout
25941
25942 \end_inset
25943 </cell>
25944 </row>
25945 <row>
25946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25947 \begin_inset Text
25948
25949 \begin_layout Plain Layout
25950
25951 \backslash
25952 =e
25953 \end_layout
25954
25955 \end_inset
25956 </cell>
25957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25958 \begin_inset Text
25959
25960 \begin_layout Plain Layout
25961 \begin_inset ERT
25962 status collapsed
25963
25964 \begin_layout Plain Layout
25965
25966
25967 \backslash
25968 =e
25969 \end_layout
25970
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \end_inset
25977 </cell>
25978 </row>
25979 <row>
25980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Plain Layout
25984
25985 \backslash
25986 u
25987 \begin_inset ERT
25988 status collapsed
25989
25990 \begin_layout Plain Layout
25991
25992
25993 \backslash
25994 leer 
25995 \end_layout
25996
25997 \end_inset
25998
25999 e
26000 \end_layout
26001
26002 \end_inset
26003 </cell>
26004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26005 \begin_inset Text
26006
26007 \begin_layout Plain Layout
26008 \begin_inset ERT
26009 status collapsed
26010
26011 \begin_layout Plain Layout
26012
26013
26014 \backslash
26015 u e
26016 \end_layout
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \end_inset
26024 </cell>
26025 </row>
26026 <row>
26027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26028 \begin_inset Text
26029
26030 \begin_layout Plain Layout
26031
26032 \backslash
26033 b
26034 \begin_inset ERT
26035 status collapsed
26036
26037 \begin_layout Plain Layout
26038
26039
26040 \backslash
26041 leer 
26042 \end_layout
26043
26044 \end_inset
26045
26046 e
26047 \end_layout
26048
26049 \end_inset
26050 </cell>
26051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26052 \begin_inset Text
26053
26054 \begin_layout Plain Layout
26055 \begin_inset ERT
26056 status collapsed
26057
26058 \begin_layout Plain Layout
26059
26060
26061 \backslash
26062 b e
26063 \end_layout
26064
26065 \end_inset
26066
26067
26068 \end_layout
26069
26070 \end_inset
26071 </cell>
26072 </row>
26073 <row>
26074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26075 \begin_inset Text
26076
26077 \begin_layout Plain Layout
26078
26079 \backslash
26080 t
26081 \begin_inset ERT
26082 status collapsed
26083
26084 \begin_layout Plain Layout
26085
26086
26087 \backslash
26088 leer 
26089 \end_layout
26090
26091 \end_inset
26092
26093 ee
26094 \end_layout
26095
26096 \end_inset
26097 </cell>
26098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26099 \begin_inset Text
26100
26101 \begin_layout Plain Layout
26102 \begin_inset ERT
26103 status collapsed
26104
26105 \begin_layout Plain Layout
26106
26107
26108 \backslash
26109 t ee
26110 \end_layout
26111
26112 \end_inset
26113
26114
26115 \end_layout
26116
26117 \end_inset
26118 </cell>
26119 </row>
26120 </lyxtabular>
26121
26122 \end_inset
26123
26124
26125 \begin_inset space \hfill{}
26126 \end_inset
26127
26128
26129 \begin_inset Tabular
26130 <lyxtabular version="3" rows="8" columns="2">
26131 <features>
26132 <column alignment="block" valignment="top" width="0">
26133 <column alignment="center" valignment="top" width="0">
26134 <row>
26135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26136 \begin_inset Text
26137
26138 \begin_layout Plain Layout
26139 Befehl
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Plain Layout
26148 Ergebnis
26149 \end_layout
26150
26151 \end_inset
26152 </cell>
26153 </row>
26154 <row>
26155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26156 \begin_inset Text
26157
26158 \begin_layout Plain Layout
26159
26160 \backslash
26161 H
26162 \begin_inset ERT
26163 status collapsed
26164
26165 \begin_layout Plain Layout
26166
26167
26168 \backslash
26169 leer 
26170 \end_layout
26171
26172 \end_inset
26173
26174 e
26175 \end_layout
26176
26177 \end_inset
26178 </cell>
26179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26180 \begin_inset Text
26181
26182 \begin_layout Plain Layout
26183 \begin_inset ERT
26184 status collapsed
26185
26186 \begin_layout Plain Layout
26187
26188
26189 \backslash
26190 H e
26191 \end_layout
26192
26193 \end_inset
26194
26195
26196 \end_layout
26197
26198 \end_inset
26199 </cell>
26200 </row>
26201 <row>
26202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26203 \begin_inset Text
26204
26205 \begin_layout Plain Layout
26206
26207 \backslash
26208 'e
26209 \end_layout
26210
26211 \end_inset
26212 </cell>
26213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26214 \begin_inset Text
26215
26216 \begin_layout Plain Layout
26217 \begin_inset ERT
26218 status collapsed
26219
26220 \begin_layout Plain Layout
26221
26222
26223 \backslash
26224 'e
26225 \end_layout
26226
26227 \end_inset
26228
26229
26230 \end_layout
26231
26232 \end_inset
26233 </cell>
26234 </row>
26235 <row>
26236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240
26241 \backslash
26242 ~e
26243 \begin_inset Index
26244 status collapsed
26245
26246 \begin_layout Plain Layout
26247 Tilde
26248 \end_layout
26249
26250 \end_inset
26251
26252
26253 \end_layout
26254
26255 \end_inset
26256 </cell>
26257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26258 \begin_inset Text
26259
26260 \begin_layout Plain Layout
26261 \begin_inset ERT
26262 status collapsed
26263
26264 \begin_layout Plain Layout
26265
26266
26267 \backslash
26268 ~e
26269 \end_layout
26270
26271 \end_inset
26272
26273
26274 \end_layout
26275
26276 \end_inset
26277 </cell>
26278 </row>
26279 <row>
26280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26281 \begin_inset Text
26282
26283 \begin_layout Plain Layout
26284
26285 \backslash
26286 .e
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295 \begin_inset ERT
26296 status collapsed
26297
26298 \begin_layout Plain Layout
26299
26300
26301 \backslash
26302 .e
26303 \end_layout
26304
26305 \end_inset
26306
26307
26308 \end_layout
26309
26310 \end_inset
26311 </cell>
26312 </row>
26313 <row>
26314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26315 \begin_inset Text
26316
26317 \begin_layout Plain Layout
26318
26319 \backslash
26320 v
26321 \begin_inset ERT
26322 status collapsed
26323
26324 \begin_layout Plain Layout
26325
26326
26327 \backslash
26328 leer 
26329 \end_layout
26330
26331 \end_inset
26332
26333 e
26334 \end_layout
26335
26336 \end_inset
26337 </cell>
26338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26339 \begin_inset Text
26340
26341 \begin_layout Plain Layout
26342 \begin_inset ERT
26343 status collapsed
26344
26345 \begin_layout Plain Layout
26346
26347
26348 \backslash
26349 v e
26350 \end_layout
26351
26352 \end_inset
26353
26354
26355 \end_layout
26356
26357 \end_inset
26358 </cell>
26359 </row>
26360 <row>
26361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26362 \begin_inset Text
26363
26364 \begin_layout Plain Layout
26365
26366 \backslash
26367 d
26368 \begin_inset ERT
26369 status collapsed
26370
26371 \begin_layout Plain Layout
26372
26373
26374 \backslash
26375 leer 
26376 \end_layout
26377
26378 \end_inset
26379
26380 e
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Plain Layout
26389 \begin_inset ERT
26390 status collapsed
26391
26392 \begin_layout Plain Layout
26393
26394
26395 \backslash
26396 d e
26397 \end_layout
26398
26399 \end_inset
26400
26401
26402 \end_layout
26403
26404 \end_inset
26405 </cell>
26406 </row>
26407 <row>
26408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26409 \begin_inset Text
26410
26411 \begin_layout Plain Layout
26412
26413 \backslash
26414 c
26415 \begin_inset ERT
26416 status collapsed
26417
26418 \begin_layout Plain Layout
26419
26420
26421 \backslash
26422 leer 
26423 \end_layout
26424
26425 \end_inset
26426
26427 e
26428 \end_layout
26429
26430 \end_inset
26431 </cell>
26432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26433 \begin_inset Text
26434
26435 \begin_layout Plain Layout
26436 \begin_inset ERT
26437 status collapsed
26438
26439 \begin_layout Plain Layout
26440
26441
26442 \backslash
26443 c e
26444 \end_layout
26445
26446 \end_inset
26447
26448
26449 \end_layout
26450
26451 \end_inset
26452 </cell>
26453 </row>
26454 </lyxtabular>
26455
26456 \end_inset
26457
26458
26459 \begin_inset space \hfill{}
26460 \end_inset
26461
26462
26463 \end_layout
26464
26465 \begin_layout Standard
26466 \begin_inset VSpace medskip
26467 \end_inset
26468
26469 Mit dem Befehl 
26470 \series bold
26471
26472 \backslash
26473 t
26474 \series default
26475  können auch zwei verschiedene Zeichen akzentuiert werden.
26476  Der Befehl 
26477 \series bold
26478
26479 \backslash
26480 t
26481 \begin_inset ERT
26482 status collapsed
26483
26484 \begin_layout Plain Layout
26485
26486
26487 \backslash
26488 leer 
26489 \end_layout
26490
26491 \end_inset
26492
26493 sz
26494 \series default
26495  ergibt: 
26496 \begin_inset ERT
26497 status collapsed
26498
26499 \begin_layout Plain Layout
26500
26501
26502 \backslash
26503 t sz
26504 \end_layout
26505
26506 \end_inset
26507
26508
26509 \end_layout
26510
26511 \begin_layout Standard
26512 Die Akzente 
26513 \series bold
26514 `
26515 \series default
26516  , 
26517 \series bold
26518 '
26519 \series default
26520  und 
26521 \series bold
26522 ^
26523 \series default
26524  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
26525  werden ohne den TeX-Modus zu benutzen.
26526  Dasselbe gilt für die Tilde
26527 \begin_inset Foot
26528 status collapsed
26529
26530 \begin_layout Plain Layout
26531 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
26532 \end_layout
26533
26534 \end_inset
26535
26536  
26537 \series bold
26538 ~
26539 \series default
26540  in Verbindung mit 
26541 \emph on
26542 a
26543 \emph default
26544  , 
26545 \emph on
26546 n
26547 \emph default
26548  oder 
26549 \emph on
26550 o
26551 \emph default
26552 .
26553 \end_layout
26554
26555 \begin_layout Standard
26556 Die Befehle 
26557 \series bold
26558
26559 \backslash
26560 b
26561 \series default
26562  , 
26563 \series bold
26564
26565 \backslash
26566 c
26567 \series default
26568  , 
26569 \series bold
26570
26571 \backslash
26572 d
26573 \series default
26574  , 
26575 \series bold
26576
26577 \backslash
26578 H
26579 \series default
26580  , 
26581 \series bold
26582
26583 \backslash
26584 t
26585 \series default
26586  , 
26587 \series bold
26588
26589 \backslash
26590 u
26591 \series default
26592  , 
26593 \series bold
26594
26595 \backslash
26596 v
26597 \series default
26598  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
26599  Textmodus verfügbar.
26600  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
26601  
26602 \begin_inset CommandInset ref
26603 LatexCommand ref
26604 reference "sub:Akzente-für-ein"
26605
26606 \end_inset
26607
26608 .
26609 \end_layout
26610
26611 \begin_layout Standard
26612 \begin_inset VSpace bigskip
26613 \end_inset
26614
26615 Des Weiteren kann man mit dem Befehl 
26616 \series bold
26617
26618 \backslash
26619 textcircled
26620 \series default
26621
26622 \begin_inset Index
26623 status collapsed
26624
26625 \begin_layout Plain Layout
26626 Befehle ! T ! 
26627 \backslash
26628 textcircled
26629 \end_layout
26630
26631 \end_inset
26632
26633 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
26634  Kreis setzen, quasi mit einem Kreis akzentuieren.
26635 \end_layout
26636
26637 \begin_layout Standard
26638 \align center
26639 \begin_inset Tabular
26640 <lyxtabular version="3" rows="3" columns="2">
26641 <features>
26642 <column alignment="center" valignment="top" width="0">
26643 <column alignment="center" valignment="top" width="0">
26644 <row>
26645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26646 \begin_inset Text
26647
26648 \begin_layout Plain Layout
26649 Befehl
26650 \end_layout
26651
26652 \end_inset
26653 </cell>
26654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658 Ergebnis
26659 \begin_inset Note Note
26660 status collapsed
26661
26662 \begin_layout Plain Layout
26663
26664 \series bold
26665
26666 \backslash
26667 raisebox
26668 \series default
26669  in der Formel dient nur als Abstandhalter.
26670 \end_layout
26671
26672 \end_inset
26673
26674
26675 \end_layout
26676
26677 \end_inset
26678 </cell>
26679 </row>
26680 <row>
26681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Plain Layout
26685
26686 \backslash
26687 textcircled{w}
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26693 \begin_inset Text
26694
26695 \begin_layout Plain Layout
26696 \begin_inset ERT
26697 status collapsed
26698
26699 \begin_layout Plain Layout
26700
26701
26702 \backslash
26703 textcircled{w}
26704 \end_layout
26705
26706 \end_inset
26707
26708
26709 \end_layout
26710
26711 \end_inset
26712 </cell>
26713 </row>
26714 <row>
26715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26716 \begin_inset Text
26717
26718 \begin_layout Plain Layout
26719
26720 \backslash
26721 Large 
26722 \backslash
26723 textcircled{
26724 \backslash
26725 normalsize
26726 \backslash
26727 protect
26728 \backslash
26729 raisebox{-1.5pt}{W}}
26730 \end_layout
26731
26732 \end_inset
26733 </cell>
26734 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26735 \begin_inset Text
26736
26737 \begin_layout Plain Layout
26738 \begin_inset Formula $\raisebox{4.5mm}{}$
26739 \end_inset
26740
26741
26742 \begin_inset ERT
26743 status collapsed
26744
26745 \begin_layout Plain Layout
26746
26747
26748 \backslash
26749 Large 
26750 \backslash
26751 textcircled{
26752 \backslash
26753 normalsize
26754 \backslash
26755 protect
26756 \backslash
26757 raisebox{-1.5pt}W}
26758 \end_layout
26759
26760 \end_inset
26761
26762
26763 \begin_inset Formula $\raisebox{-2mm}{}$
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \end_inset
26770 </cell>
26771 </row>
26772 </lyxtabular>
26773
26774 \end_inset
26775
26776
26777 \end_layout
26778
26779 \begin_layout Standard
26780 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
26781  
26782 \series bold
26783
26784 \backslash
26785 Large
26786 \series default
26787
26788 \begin_inset Foot
26789 status collapsed
26790
26791 \begin_layout Plain Layout
26792 siehe 
26793 \begin_inset CommandInset ref
26794 LatexCommand ref
26795 reference "sub:Schriftgrößen"
26796
26797 \end_inset
26798
26799
26800 \end_layout
26801
26802 \end_inset
26803
26804  bestimmt dabei die Größe des Kreises.
26805  Mit Hilfe von 
26806 \series bold
26807
26808 \backslash
26809 raisebox
26810 \series default
26811
26812 \begin_inset Foot
26813 status collapsed
26814
26815 \begin_layout Plain Layout
26816 siehe 
26817 \begin_inset CommandInset ref
26818 LatexCommand ref
26819 reference "sub:Boxen-ohne-Rahmen"
26820
26821 \end_inset
26822
26823
26824 \end_layout
26825
26826 \end_inset
26827
26828  kann man das Zeichen zentrieren.
26829 \end_layout
26830
26831 \begin_layout Subsection
26832 Minuskelziffern
26833 \begin_inset Index
26834 status collapsed
26835
26836 \begin_layout Plain Layout
26837 Minuskelziffern
26838 \end_layout
26839
26840 \end_inset
26841
26842
26843 \end_layout
26844
26845 \begin_layout Standard
26846 Minuskelziffern werden mit dem Befehl 
26847 \series bold
26848
26849 \backslash
26850 oldstylenums
26851 \series default
26852
26853 \begin_inset Index
26854 status collapsed
26855
26856 \begin_layout Plain Layout
26857 Befehle ! O ! 
26858 \backslash
26859 oldstylenums
26860 \end_layout
26861
26862 \end_inset
26863
26864  erzeugt.
26865  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
26866  Das Befehlsschema lautet:
26867 \end_layout
26868
26869 \begin_layout Standard
26870
26871 \series bold
26872
26873 \backslash
26874 oldstylenums{Ziffer}
26875 \end_layout
26876
26877 \begin_layout Standard
26878 Der Befehl 
26879 \series bold
26880
26881 \backslash
26882 oldstylenums{0123456789
26883 \series default
26884  ergibt: 
26885 \begin_inset Formula $\oldstylenums{0123456789}$
26886 \end_inset
26887
26888
26889 \end_layout
26890
26891 \begin_layout Subsection
26892 Sonstige Sonderzeichen
26893 \begin_inset CommandInset label
26894 LatexCommand label
26895 name "sub:Sonstige-Sonderzeichen"
26896
26897 \end_inset
26898
26899
26900 \begin_inset Index
26901 status collapsed
26902
26903 \begin_layout Plain Layout
26904 Sonderzeichen ! sonstige
26905 \end_layout
26906
26907 \end_inset
26908
26909
26910 \end_layout
26911
26912 \begin_layout Standard
26913 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
26914 \end_layout
26915
26916 \begin_layout Standard
26917 \align center
26918 \begin_inset Tabular
26919 <lyxtabular version="3" rows="4" columns="2">
26920 <features>
26921 <column alignment="center" valignment="top" width="0">
26922 <column alignment="center" valignment="top" width="0">
26923 <row>
26924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26925 \begin_inset Text
26926
26927 \begin_layout Plain Layout
26928 Befehl
26929 \end_layout
26930
26931 \end_inset
26932 </cell>
26933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26934 \begin_inset Text
26935
26936 \begin_layout Plain Layout
26937 Ergebnis
26938 \end_layout
26939
26940 \end_inset
26941 </cell>
26942 </row>
26943 <row>
26944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26945 \begin_inset Text
26946
26947 \begin_layout Plain Layout
26948
26949 \backslash
26950 ^
26951 \begin_inset ERT
26952 status collapsed
26953
26954 \begin_layout Plain Layout
26955
26956
26957 \backslash
26958 leer 
26959 \end_layout
26960
26961 \end_inset
26962
26963
26964 \end_layout
26965
26966 \end_inset
26967 </cell>
26968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26969 \begin_inset Text
26970
26971 \begin_layout Plain Layout
26972 \begin_inset Formula $\mathcircumflex$
26973 \end_inset
26974
26975
26976 \end_layout
26977
26978 \end_inset
26979 </cell>
26980 </row>
26981 <row>
26982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26983 \begin_inset Text
26984
26985 \begin_layout Plain Layout
26986
26987 \backslash
26988 _
26989 \end_layout
26990
26991 \end_inset
26992 </cell>
26993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26994 \begin_inset Text
26995
26996 \begin_layout Plain Layout
26997 \begin_inset Formula $\_$
26998 \end_inset
26999
27000
27001 \end_layout
27002
27003 \end_inset
27004 </cell>
27005 </row>
27006 <row>
27007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27008 \begin_inset Text
27009
27010 \begin_layout Plain Layout
27011 ^
27012 \begin_inset ERT
27013 status collapsed
27014
27015 \begin_layout Plain Layout
27016
27017
27018 \backslash
27019 leer 
27020 \end_layout
27021
27022 \end_inset
27023
27024
27025 \backslash
27026 circ
27027 \begin_inset Index
27028 status collapsed
27029
27030 \begin_layout Plain Layout
27031 °
27032 \end_layout
27033
27034 \end_inset
27035
27036
27037 \end_layout
27038
27039 \end_inset
27040 </cell>
27041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27042 \begin_inset Text
27043
27044 \begin_layout Plain Layout
27045 \begin_inset Formula $^{\circ}$
27046 \end_inset
27047
27048
27049 \end_layout
27050
27051 \end_inset
27052 </cell>
27053 </row>
27054 </lyxtabular>
27055
27056 \end_inset
27057
27058
27059 \end_layout
27060
27061 \begin_layout Standard
27062 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27063  folgende Zeile enthält
27064 \begin_inset Foot
27065 status collapsed
27066
27067 \begin_layout Plain Layout
27068 Mehr dazu ist in 
27069 \begin_inset CommandInset ref
27070 LatexCommand ref
27071 reference "sub:Textzeichen-in-Formeln"
27072
27073 \end_inset
27074
27075  beschrieben.
27076 \end_layout
27077
27078 \end_inset
27079
27080 :
27081 \end_layout
27082
27083 \begin_layout Standard
27084
27085 \series bold
27086
27087 \backslash
27088 DeclareInputText{176}{
27089 \backslash
27090 ifmmode^
27091 \backslash
27092 circ
27093 \backslash
27094 else
27095 \backslash
27096 textdegree
27097 \backslash
27098 fi}
27099 \end_layout
27100
27101 \begin_layout Section
27102 Formelstile
27103 \begin_inset CommandInset label
27104 LatexCommand label
27105 name "sec:Formelstile"
27106
27107 \end_inset
27108
27109
27110 \begin_inset Index
27111 status collapsed
27112
27113 \begin_layout Plain Layout
27114 Formel ! Stile
27115 \end_layout
27116
27117 \end_inset
27118
27119
27120 \end_layout
27121
27122 \begin_layout Itemize
27123 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27124 \end_layout
27125
27126 \begin_deeper
27127 \begin_layout Description
27128 Zentriert ist der voreingestellte Standard
27129 \end_layout
27130
27131 \begin_layout Description
27132 Eingerückt dazu muss im Menü 
27133 \family sans
27134 Dokument\SpecialChar \menuseparator
27135 Einstellungen
27136 \family default
27137  unter 
27138 \family sans
27139 Dokumentklasse
27140 \family default
27141  die Option 
27142 \series bold
27143 fleqn
27144 \series default
27145  eingeben werden
27146 \end_layout
27147
27148 \begin_layout Standard
27149 Wird 
27150 \series bold
27151 Eingerückt
27152 \series default
27153  verwendet, kann mit der Länge 
27154 \series bold
27155
27156 \backslash
27157 mathindent
27158 \series default
27159
27160 \begin_inset Index
27161 status collapsed
27162
27163 \begin_layout Plain Layout
27164 Befehle ! M ! 
27165 \backslash
27166 mathindent
27167 \end_layout
27168
27169 \end_inset
27170
27171  die Einrückung eingestellt werden.
27172  Soll der Abstand 15
27173 \begin_inset space \thinspace{}
27174 \end_inset
27175
27176 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27177 \end_layout
27178
27179 \begin_layout Standard
27180
27181 \series bold
27182
27183 \backslash
27184 setlength{
27185 \backslash
27186 mathindent}{15mm}
27187 \end_layout
27188
27189 \begin_layout Standard
27190 ein.
27191  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27192 \begin_inset space \thinspace{}
27193 \end_inset
27194
27195 pt verwendet.
27196 \end_layout
27197
27198 \end_deeper
27199 \begin_layout Itemize
27200 Und zwei verschiedene Nummerierungsstile:
27201 \end_layout
27202
27203 \begin_deeper
27204 \begin_layout Description
27205 Rechts ist der voreingestellte Standard
27206 \end_layout
27207
27208 \begin_layout Description
27209 Links dazu muss im Menü 
27210 \family sans
27211 Dokument\SpecialChar \menuseparator
27212 Einstellungen
27213 \family default
27214  unter 
27215 \family sans
27216 Dokumentklasse
27217 \family default
27218  die Option 
27219 \series bold
27220 leqno
27221 \series default
27222  eingeben werden
27223 \end_layout
27224
27225 \end_deeper
27226 \begin_layout Standard
27227
27228 \series bold
27229 fleqn
27230 \series default
27231  und 
27232 \series bold
27233 leqno
27234 \series default
27235  können auch gemeinsam verwendet werden.
27236  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27237 n.
27238 \end_layout
27239
27240 \begin_layout Standard
27241 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27242  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27243  ausgerichtete Formeln setzen, verwendet man den Stil 
27244 \series bold
27245 Zentriert
27246 \series default
27247 .
27248  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27249  
27250 \begin_inset CommandInset ref
27251 LatexCommand ref
27252 reference "sub:Flalign-Umgebung"
27253
27254 \end_inset
27255
27256 .
27257 \end_layout
27258
27259 \begin_layout Section
27260 Mehrzeilige Formeln
27261 \begin_inset CommandInset label
27262 LatexCommand label
27263 name "sec:Mehrzeilige-Formeln"
27264
27265 \end_inset
27266
27267
27268 \begin_inset Index
27269 status collapsed
27270
27271 \begin_layout Plain Layout
27272 Formel ! mehrzeilige
27273 \end_layout
27274
27275 \end_inset
27276
27277
27278 \end_layout
27279
27280 \begin_layout Subsection
27281 Allgemeines
27282 \end_layout
27283
27284 \begin_layout Standard
27285 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27286 \family sans
27287 \series bold
27288 Strg-Enter
27289 \family default
27290 \series default
27291  drückt.
27292  Dies erzeugt entweder eine 
27293 \series bold
27294 eqnarray-Umgebung
27295 \series default
27296 , die in 
27297 \begin_inset CommandInset ref
27298 LatexCommand ref
27299 reference "sub:Eqnarray-Umgebung"
27300
27301 \end_inset
27302
27303  beschrieben ist oder, wenn die Option 
27304 \family sans
27305 AMS-Mathe-Paket verwenden
27306 \family default
27307  in den Dokumenteinstellungen gewählt ist, eine 
27308 \series bold
27309 align-Umgebung
27310 \series default
27311 , die in 
27312 \begin_inset CommandInset ref
27313 LatexCommand ref
27314 reference "sub:Standard-align-Umgebung"
27315
27316 \end_inset
27317
27318  beschrieben ist.
27319 \end_layout
27320
27321 \begin_layout Standard
27322 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27323 \family sans
27324 Einfügen\SpecialChar \menuseparator
27325 Mathe
27326 \family default
27327  erstellt werden können.
27328  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27329 \end_layout
27330
27331 \begin_layout Standard
27332 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27333  man 
27334 \family sans
27335 Strg-Enter
27336 \family default
27337  drückt.
27338  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27339 fe 
27340 \begin_inset Graphics
27341         filename ../../images/tabular-feature_append-row.png
27342         scale 85
27343
27344 \end_inset
27345
27346  bzw.
27347 \begin_inset space ~
27348 \end_inset
27349
27350
27351 \begin_inset Graphics
27352         filename ../../images/tabular-feature_delete-row.png
27353         scale 85
27354
27355 \end_inset
27356
27357  oder das Menü 
27358 \family sans
27359 Bearbeiten\SpecialChar \menuseparator
27360 Zeilen & Spalten
27361 \family default
27362  verwendet werden.
27363 \end_layout
27364
27365 \begin_layout Subsubsection
27366 Zeilenabstand
27367 \begin_inset CommandInset label
27368 LatexCommand label
27369 name "sub:Zeilenabstand"
27370
27371 \end_inset
27372
27373
27374 \begin_inset Index
27375 status collapsed
27376
27377 \begin_layout Plain Layout
27378 Formel ! mehrzeilige ! Zeilenabstand
27379 \end_layout
27380
27381 \end_inset
27382
27383
27384 \end_layout
27385
27386 \begin_layout Standard
27387 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27388 \begin_inset Formula \begin{eqnarray*}
27389 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}\\
27390 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*}
27391
27392 \end_inset
27393
27394
27395 \end_layout
27396
27397 \begin_layout Standard
27398 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27399 chbefehls angegeben.
27400  Dies ist in LyX aber nicht möglich
27401 \begin_inset Foot
27402 status collapsed
27403
27404 \begin_layout Plain Layout
27405 siehe 
27406 \begin_inset CommandInset href
27407 LatexCommand href
27408 name "LyX-Fehler #1505"
27409 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27410
27411 \end_inset
27412
27413
27414 \end_layout
27415
27416 \end_inset
27417
27418 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
27419  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
27420  Zeile den Befehl 
27421 \series bold
27422
27423 \backslash
27424
27425 \backslash
27426 [3mm]
27427 \series default
27428  ein.
27429  Damit erhält man: 
27430 \begin_inset ERT
27431 status collapsed
27432
27433 \begin_layout Plain Layout
27434
27435
27436 \backslash
27437 begin{eqnarray*}
27438 \end_layout
27439
27440 \begin_layout Plain Layout
27441
27442 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27443  = & 
27444 \backslash
27445 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27446 \backslash
27447
27448 \backslash
27449 [3mm]
27450 \end_layout
27451
27452 \begin_layout Plain Layout
27453
27454 4x^{2}
27455 \backslash
27456 left(B^{2}+x_{0}^{2}
27457 \backslash
27458 right)+4x_{0}x
27459 \backslash
27460 left(D-B^{2}
27461 \backslash
27462 right)+B^{2}
27463 \backslash
27464 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27465 \backslash
27466 right) & = & 0
27467 \end_layout
27468
27469 \begin_layout Plain Layout
27470
27471
27472 \backslash
27473 end{eqnarray*}
27474 \end_layout
27475
27476 \end_inset
27477
27478
27479 \end_layout
27480
27481 \begin_layout Standard
27482 \begin_inset VSpace bigskip
27483 \end_inset
27484
27485 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
27486  man die Länge 
27487 \series bold
27488
27489 \backslash
27490 jot
27491 \series default
27492
27493 \begin_inset Index
27494 status collapsed
27495
27496 \begin_layout Plain Layout
27497 Befehle ! J ! 
27498 \backslash
27499 jot
27500 \end_layout
27501
27502 \end_inset
27503
27504 .
27505  Es gilt 
27506 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
27507 \end_inset
27508
27509 .
27510  Voreingestellt ist für 
27511 \series bold
27512
27513 \backslash
27514 jot
27515 \series default
27516  der Wert 3
27517 \begin_inset space \thinspace{}
27518 \end_inset
27519
27520 pt.
27521  Um wie im vorigen Beispiel 3
27522 \begin_inset space \thinspace{}
27523 \end_inset
27524
27525 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
27526 \end_layout
27527
27528 \begin_layout Standard
27529
27530 \series bold
27531
27532 \backslash
27533 setlength{
27534 \backslash
27535 jot}{3mm+3pt}
27536 \end_layout
27537
27538 \begin_layout Standard
27539 im TeX-Modus vor der Formel ein.
27540  Das setzt voraus, dass das LaTeX-Paket 
27541 \series bold
27542 calc
27543 \series default
27544
27545 \begin_inset Foot
27546 status collapsed
27547
27548 \begin_layout Plain Layout
27549
27550 \series bold
27551 calc
27552 \series default
27553  ist Teil jeder LaTeX-Standardinstallation.
27554 \end_layout
27555
27556 \end_inset
27557
27558
27559 \begin_inset Index
27560 status collapsed
27561
27562 \begin_layout Plain Layout
27563 Pakete ! calc
27564 \end_layout
27565
27566 \end_inset
27567
27568  im LaTeX-Vorspann mit der Zeile
27569 \end_layout
27570
27571 \begin_layout Standard
27572
27573 \series bold
27574
27575 \backslash
27576 usepackage{calc}
27577 \end_layout
27578
27579 \begin_layout Standard
27580 geladen wurde.
27581 \end_layout
27582
27583 \begin_layout Standard
27584 Man erhält: 
27585 \begin_inset ERT
27586 status collapsed
27587
27588 \begin_layout Plain Layout
27589
27590
27591 \backslash
27592 setlength{
27593 \backslash
27594 jot}{3mm+3pt}
27595 \end_layout
27596
27597 \end_inset
27598
27599
27600 \begin_inset Formula \begin{eqnarray*}
27601 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}\\
27602 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*}
27603
27604 \end_inset
27605
27606
27607 \end_layout
27608
27609 \begin_layout Standard
27610 \begin_inset ERT
27611 status collapsed
27612
27613 \begin_layout Plain Layout
27614
27615
27616 \backslash
27617 setlength{
27618 \backslash
27619 jot}{3pt}
27620 \end_layout
27621
27622 \end_inset
27623
27624  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
27625 \series bold
27626
27627 \backslash
27628 jot
27629 \series default
27630  auf den Wert 3
27631 \begin_inset space \thinspace{}
27632 \end_inset
27633
27634 pt.
27635 \end_layout
27636
27637 \begin_layout Subsubsection
27638 Spaltenabstand
27639 \begin_inset CommandInset label
27640 LatexCommand label
27641 name "sub:Spaltenabstand"
27642
27643 \end_inset
27644
27645
27646 \begin_inset Index
27647 status collapsed
27648
27649 \begin_layout Plain Layout
27650 Formel ! mehrzeilige ! Spaltenabstand
27651 \end_layout
27652
27653 \end_inset
27654
27655
27656 \end_layout
27657
27658 \begin_layout Standard
27659 Mehrzeilige Formeln bilden eine Matrix.
27660  Eine Formel in der Eqnarray-Umgebung ist z.
27661 \begin_inset space \thinspace{}
27662 \end_inset
27663
27664 B.
27665  eine dreispaltige Matrix.
27666  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
27667  neben den Relationszeichen ändern.
27668 \end_layout
27669
27670 \begin_layout Standard
27671 Der Spaltenabstand wird mit der Länge 
27672 \series bold
27673
27674 \backslash
27675 arraycolsep
27676 \series default
27677
27678 \begin_inset Index
27679 status collapsed
27680
27681 \begin_layout Plain Layout
27682 Befehle ! A ! 
27683 \backslash
27684 arraycolsep
27685 \end_layout
27686
27687 \end_inset
27688
27689  festgelegt, wobei gilt:
27690 \begin_inset Newline newline
27691 \end_inset
27692
27693 Spaltenabstand = 2
27694 \begin_inset space \thinspace{}
27695 \end_inset
27696
27697
27698 \series bold
27699
27700 \backslash
27701 arraycolsep
27702 \series default
27703 .
27704 \begin_inset Newline newline
27705 \end_inset
27706
27707 Der im TeX-Modus eingegebene Befehl
27708 \end_layout
27709
27710 \begin_layout Standard
27711
27712 \series bold
27713
27714 \backslash
27715 setlength{
27716 \backslash
27717 arraycolsep}{1cm}
27718 \end_layout
27719
27720 \begin_layout Standard
27721 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
27722 \begin_inset space \thinspace{}
27723 \end_inset
27724
27725 cm.
27726  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
27727 \series bold
27728
27729 \backslash
27730 arraycolsep
27731 \series default
27732  auf 5
27733 \begin_inset space \thinspace{}
27734 \end_inset
27735
27736 pt.
27737 \end_layout
27738
27739 \begin_layout Standard
27740 Eine Formel mit 2
27741 \begin_inset space \thinspace{}
27742 \end_inset
27743
27744 cm Spaltenabstand:
27745 \begin_inset ERT
27746 status collapsed
27747
27748 \begin_layout Plain Layout
27749
27750
27751 \backslash
27752 setlength{
27753 \backslash
27754 arraycolsep}{1cm}
27755 \end_layout
27756
27757 \end_inset
27758
27759
27760 \begin_inset Formula \begin{eqnarray*}
27761 A & = & B\\
27762 C & \ne & A\end{eqnarray*}
27763
27764 \end_inset
27765
27766 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
27767 \begin_inset space \thinspace{}
27768 \end_inset
27769
27770 pt:
27771 \begin_inset ERT
27772 status collapsed
27773
27774 \begin_layout Plain Layout
27775
27776
27777 \backslash
27778 setlength{
27779 \backslash
27780 arraycolsep}{5pt}
27781 \end_layout
27782
27783 \end_inset
27784
27785
27786 \begin_inset Formula \begin{eqnarray*}
27787 A & = & B\\
27788 C & \ne & A\end{eqnarray*}
27789
27790 \end_inset
27791
27792
27793 \end_layout
27794
27795 \begin_layout Subsubsection
27796 Lange Formeln
27797 \begin_inset Index
27798 status collapsed
27799
27800 \begin_layout Plain Layout
27801 Formel ! lange
27802 \end_layout
27803
27804 \end_inset
27805
27806
27807 \end_layout
27808
27809 \begin_layout Standard
27810 Lange Formeln kann man wie folgt setzen:
27811 \end_layout
27812
27813 \begin_layout Itemize
27814 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
27815  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
27816 \begin_inset ERT
27817 status collapsed
27818
27819 \begin_layout Plain Layout
27820
27821
27822 \backslash
27823 medskip
27824 \end_layout
27825
27826 \end_inset
27827
27828  
27829 \begin_inset Formula \begin{eqnarray}
27830 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 \\
27831  &  & -\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}
27832
27833 \end_inset
27834
27835
27836 \begin_inset ERT
27837 status collapsed
27838
27839 \begin_layout Plain Layout
27840
27841
27842 \backslash
27843 smallskip
27844 \end_layout
27845
27846 \end_inset
27847
27848
27849 \begin_inset Newline newline
27850 \end_inset
27851
27852 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
27853  als Operator, da es das erste Zeichen der Zeile ist.
27854  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
27855  Bruchstrich unterscheiden.
27856  Um das zu verhindern, wurde mit dem Befehl 
27857 \series bold
27858
27859 \backslash
27860 hspace{3pt}
27861 \series default
27862
27863 \begin_inset Foot
27864 status collapsed
27865
27866 \begin_layout Plain Layout
27867 mehr zu 
27868 \series bold
27869
27870 \backslash
27871 hspace
27872 \series default
27873  siehe 
27874 \begin_inset CommandInset ref
27875 LatexCommand ref
27876 reference "sub:Variabler-Leerraum"
27877
27878 \end_inset
27879
27880
27881 \end_layout
27882
27883 \end_inset
27884
27885
27886 \begin_inset Index
27887 status collapsed
27888
27889 \begin_layout Plain Layout
27890 Befehle ! H ! 
27891 \backslash
27892 hspace
27893 \end_layout
27894
27895 \end_inset
27896
27897  Leerraum hinter das Minuszeichen eingefügt.
27898 \end_layout
27899
27900 \begin_layout Itemize
27901 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
27902 \series bold
27903
27904 \backslash
27905 lefteqn
27906 \series default
27907
27908 \begin_inset Index
27909 status collapsed
27910
27911 \begin_layout Plain Layout
27912 Befehle ! L ! 
27913 \backslash
27914 lefteqn
27915 \end_layout
27916
27917 \end_inset
27918
27919 .
27920  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
27921  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
27922 \begin_inset ERT
27923 status collapsed
27924
27925 \begin_layout Plain Layout
27926
27927
27928 \backslash
27929 medskip
27930 \end_layout
27931
27932 \end_inset
27933
27934
27935 \begin_inset Formula \begin{eqnarray}
27936 \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 \\
27937  &  & -\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 \\
27938  &  & =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}
27939
27940 \end_inset
27941
27942
27943 \begin_inset ERT
27944 status collapsed
27945
27946 \begin_layout Plain Layout
27947
27948
27949 \backslash
27950 smallskip
27951 \end_layout
27952
27953 \end_inset
27954
27955
27956 \begin_inset Newline newline
27957 \end_inset
27958
27959 Nachdem man 
27960 \series bold
27961
27962 \backslash
27963 lefteqn
27964 \series default
27965  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
27966  das gegenüber dem blauen leicht verschoben ist.
27967  In dieses wird die Formel eingegeben.
27968 \begin_inset ERT
27969 status collapsed
27970
27971 \begin_layout Plain Layout
27972
27973
27974 \backslash
27975 medskip
27976 \end_layout
27977
27978 \end_inset
27979
27980
27981 \begin_inset Newline newline
27982 \end_inset
27983
27984 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
27985  eingegeben.
27986  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
27987  Einrückung.
27988 \begin_inset ERT
27989 status collapsed
27990
27991 \begin_layout Plain Layout
27992
27993
27994 \backslash
27995 medskip
27996 \end_layout
27997
27998 \end_inset
27999
28000
28001 \begin_inset Newline newline
28002 \end_inset
28003
28004
28005 \begin_inset Note Greyedout
28006 status open
28007
28008 \begin_layout Plain Layout
28009 Bei der Verwendung von 
28010 \series bold
28011
28012 \backslash
28013 lefteqn
28014 \series default
28015  ist Folgendes zu beachten:
28016 \end_layout
28017
28018 \begin_layout Itemize
28019 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28020  Würde man in obigem Beispiel der ersten Zeile den Term 
28021 \begin_inset Formula $-B^{2}$
28022 \end_inset
28023
28024  anfügen, befände sich dieser außerhalb des Seitenrands.
28025  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28026  Leerraum einfügen.
28027 \end_layout
28028
28029 \begin_layout Itemize
28030 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28031  erste Zeile gesetzt werden.
28032 \begin_inset Foot
28033 status collapsed
28034
28035 \begin_layout Plain Layout
28036 \begin_inset CommandInset href
28037 LatexCommand href
28038 name "LyX-Fehler #1429"
28039 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28040
28041 \end_inset
28042
28043
28044 \end_layout
28045
28046 \end_inset
28047
28048  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28049  Pfeiltasten bewegen.
28050 \end_layout
28051
28052 \end_inset
28053
28054
28055 \end_layout
28056
28057 \begin_layout Itemize
28058 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28059 \begin_inset CommandInset ref
28060 LatexCommand ref
28061 reference "sub:Multline-Umgebung"
28062
28063 \end_inset
28064
28065  und 
28066 \begin_inset CommandInset ref
28067 LatexCommand ref
28068 reference "sub:Mehrzeilige-Formelteile"
28069
28070 \end_inset
28071
28072  beschriebenen Umgebungen.
28073 \end_layout
28074
28075 \begin_layout Subsubsection
28076 Mehrzeilige Klammern
28077 \begin_inset CommandInset label
28078 LatexCommand label
28079 name "sub:Mehrzeilige-Klammern"
28080
28081 \end_inset
28082
28083
28084 \begin_inset Index
28085 status collapsed
28086
28087 \begin_layout Plain Layout
28088 Klammern ! mehrzeilige
28089 \end_layout
28090
28091 \end_inset
28092
28093
28094 \end_layout
28095
28096 \begin_layout Standard
28097 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28098 \begin_inset Formula \begin{eqnarray*}
28099 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28100  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28101
28102 \end_inset
28103
28104
28105 \end_layout
28106
28107 \begin_layout Standard
28108 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28109  Größe dürfen nicht über mehrere Zeilen gehen.
28110 \end_layout
28111
28112 \begin_layout Standard
28113 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28114  erste Zeile mit 
28115 \series bold
28116
28117 \backslash
28118 right.
28119 \series default
28120
28121 \begin_inset Index
28122 status collapsed
28123
28124 \begin_layout Plain Layout
28125 Befehle ! R ! 
28126 \backslash
28127 right
28128 \end_layout
28129
28130 \end_inset
28131
28132  und beginnt die zweite Zeile mit 
28133 \series bold
28134
28135 \backslash
28136 left.
28137 \begin_inset Foot
28138 status collapsed
28139
28140 \begin_layout Plain Layout
28141 mehr zu 
28142 \series bold
28143
28144 \backslash
28145 left
28146 \series default
28147  und 
28148 \series bold
28149
28150 \backslash
28151 right
28152 \series default
28153  siehe 
28154 \begin_inset CommandInset ref
28155 LatexCommand ref
28156 reference "sub:Automatische-Klammergrößen"
28157
28158 \end_inset
28159
28160
28161 \end_layout
28162
28163 \end_inset
28164
28165
28166 \series default
28167
28168 \begin_inset Index
28169 status collapsed
28170
28171 \begin_layout Plain Layout
28172 Befehle ! L ! 
28173 \backslash
28174 left
28175 \end_layout
28176
28177 \end_inset
28178
28179 .
28180  Nach 
28181 \series bold
28182
28183 \backslash
28184 left.
28185
28186 \series default
28187  gibt man den Befehl 
28188 \series bold
28189
28190 \backslash
28191 vphantom
28192 \series default
28193
28194 \begin_inset ERT
28195 status collapsed
28196
28197 \begin_layout Plain Layout
28198
28199
28200 \backslash
28201 leer 
28202 \end_layout
28203
28204 \end_inset
28205
28206
28207 \series bold
28208
28209 \backslash
28210 prod
28211 \series default
28212 ^
28213 \begin_inset ERT
28214 status collapsed
28215
28216 \begin_layout Plain Layout
28217
28218
28219 \backslash
28220 leer 
28221 \end_layout
28222
28223 \end_inset
28224
28225
28226 \series bold
28227
28228 \backslash
28229 infty
28230 \series default
28231
28232 \begin_inset ERT
28233 status collapsed
28234
28235 \begin_layout Plain Layout
28236
28237
28238 \backslash
28239 leer 
28240 \end_layout
28241
28242 \end_inset
28243
28244
28245 \series bold
28246
28247 \begin_inset Formula $\downarrow$
28248 \end_inset
28249
28250 _R=1}
28251 \series default
28252
28253 \begin_inset Index
28254 status collapsed
28255
28256 \begin_layout Plain Layout
28257 Befehle ! V ! 
28258 \backslash
28259 vphantom
28260 \end_layout
28261
28262 \end_inset
28263
28264  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28265  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28266 \end_layout
28267
28268 \begin_layout Standard
28269 Das Ergebnis sieht so aus:
28270 \begin_inset Formula \begin{eqnarray*}
28271 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28272  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28273
28274 \end_inset
28275
28276
28277 \end_layout
28278
28279 \begin_layout Subsection
28280 Align-Umgebungen
28281 \end_layout
28282
28283 \begin_layout Standard
28284 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28285  werden.
28286  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28287 \end_layout
28288
28289 \begin_layout Standard
28290 Align-Umgebungen bestehen aus Spalten.
28291  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28292  ausgerichtet.
28293  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28294 \end_layout
28295
28296 \begin_layout Standard
28297 Align-Umgebung werden über das Menü 
28298 \family sans
28299 Einfügen\SpecialChar \menuseparator
28300 Mathe
28301 \family default
28302  erstellt.
28303  Über das Menü 
28304 \family sans
28305 Bearbeiten\SpecialChar \menuseparator
28306 Mathe\SpecialChar \menuseparator
28307 Formelart
28308 \begin_inset space ~
28309 \end_inset
28310
28311 ändern
28312 \family default
28313  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28314 \end_layout
28315
28316 \begin_layout Standard
28317 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28318
28319 \begin_inset Graphics
28320         filename ../../images/tabular-feature_append-column.png
28321         scale 85
28322
28323 \end_inset
28324
28325  bzw.
28326 \begin_inset space ~
28327 \end_inset
28328
28329
28330 \begin_inset Graphics
28331         filename ../../images/tabular-feature_delete-column.png
28332         scale 85
28333
28334 \end_inset
28335
28336  oder das Menü 
28337 \family sans
28338 Bearbeiten\SpecialChar \menuseparator
28339 Zeilen & Spalten
28340 \family default
28341  verwendet werden.
28342 \end_layout
28343
28344 \begin_layout Subsubsection
28345 Standard align-Umgebung
28346 \begin_inset CommandInset label
28347 LatexCommand label
28348 name "sub:Standard-align-Umgebung"
28349
28350 \end_inset
28351
28352
28353 \begin_inset Index
28354 status collapsed
28355
28356 \begin_layout Plain Layout
28357 Formel ! mehrzeilige ! align-Umgebung
28358 \end_layout
28359
28360 \end_inset
28361
28362
28363 \end_layout
28364
28365 \begin_layout Standard
28366 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28367 \family sans
28368 Strg-Enter
28369 \family default
28370  drückt oder das Menü 
28371 \family sans
28372 Einfügen\SpecialChar \menuseparator
28373 Mathe\SpecialChar \menuseparator
28374 AMS align-Umge\SpecialChar \-
28375 bung
28376 \family default
28377  aufruft.
28378 \end_layout
28379
28380 \begin_layout Standard
28381 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
28382 n align-Umgebung erzeugt wurden:
28383 \begin_inset Formula \begin{align*}
28384 A & =\sin(B) & C & =D\\
28385 C & \ne A & B & \ne D\end{align*}
28386
28387 \end_inset
28388
28389 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28390  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28391 \series bold
28392
28393 \backslash
28394 hfill
28395 \begin_inset Foot
28396 status collapsed
28397
28398 \begin_layout Plain Layout
28399 mehr zu 
28400 \series bold
28401
28402 \backslash
28403 hfill
28404 \series default
28405  siehe 
28406 \begin_inset CommandInset ref
28407 LatexCommand ref
28408 reference "sub:Variabler-Leerraum"
28409
28410 \end_inset
28411
28412
28413 \end_layout
28414
28415 \end_inset
28416
28417
28418 \series default
28419  befinden.
28420  Ist der Formelstil 
28421 \series bold
28422 Eingerückt
28423 \begin_inset Foot
28424 status collapsed
28425
28426 \begin_layout Plain Layout
28427 Formelstile siehe 
28428 \begin_inset CommandInset ref
28429 LatexCommand ref
28430 reference "sec:Formelstile"
28431
28432 \end_inset
28433
28434
28435 \end_layout
28436
28437 \end_inset
28438
28439
28440 \series default
28441  gewählt, wird die Formel ohne den 
28442 \series bold
28443
28444 \backslash
28445 hfill
28446 \series default
28447  vor der ersten Spalte gesetzt.
28448 \end_layout
28449
28450 \begin_layout Subsubsection
28451 Alignat-Umgebung
28452 \begin_inset Index
28453 status collapsed
28454
28455 \begin_layout Plain Layout
28456 Formel ! mehrzeilige ! alignat-Umgebung
28457 \end_layout
28458
28459 \end_inset
28460
28461
28462 \end_layout
28463
28464 \begin_layout Standard
28465 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
28466  Man kann ihn manuell durch die in 
28467 \begin_inset CommandInset ref
28468 LatexCommand ref
28469 reference "sub:Leerraum"
28470
28471 \end_inset
28472
28473  beschriebenen Leerräume einfügen.
28474 \end_layout
28475
28476 \begin_layout Standard
28477 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
28478  Formel 1
28479 \begin_inset space \thinspace{}
28480 \end_inset
28481
28482 cm Leerraum eingefügt wurde:
28483 \begin_inset Formula \begin{alignat*}{2}
28484 A & =\sin(B) & \hspace{1cm}C & =D\\
28485 C & \ne A & B & \ne D\end{alignat*}
28486
28487 \end_inset
28488
28489 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
28490  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
28491  Formeln.
28492 \end_layout
28493
28494 \begin_layout Subsubsection
28495 Flalign-Umgebung
28496 \begin_inset CommandInset label
28497 LatexCommand label
28498 name "sub:Flalign-Umgebung"
28499
28500 \end_inset
28501
28502
28503 \begin_inset Index
28504 status collapsed
28505
28506 \begin_layout Plain Layout
28507 Formel ! mehrzeilige ! flalign-Umgebung
28508 \end_layout
28509
28510 \end_inset
28511
28512
28513 \end_layout
28514
28515 \begin_layout Standard
28516 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
28517  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
28518  Dazu ein Beispiel:
28519 \begin_inset Formula \begin{flalign*}
28520 A & =1 & B & =2 & C & =3\\
28521 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28522
28523 \end_inset
28524
28525
28526 \end_layout
28527
28528 \begin_layout Standard
28529 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
28530  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
28531  im Dokument links setzen obwohl der Formelstil 
28532 \series bold
28533 Zentriert
28534 \series default
28535  eingestellt ist.
28536  Als Beispiel die eingerückte ausgerichtete Formel 
28537 \begin_inset CommandInset ref
28538 LatexCommand eqref
28539 reference "eq:VolInt"
28540
28541 \end_inset
28542
28543 :
28544 \begin_inset Formula \begin{flalign}
28545 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28546
28547 \end_inset
28548
28549 In den ersten beiden Spalten befindet sich die Formel.
28550  Damit sie wie beim Formelstil 
28551 \series bold
28552 Eingerückt
28553 \series default
28554  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
28555 \begin_inset space \thinspace{}
28556 \end_inset
28557
28558 pt Leerraum eingefügt.
28559 \end_layout
28560
28561 \begin_layout Subsection
28562 Eqnarray-Umgebung
28563 \begin_inset CommandInset label
28564 LatexCommand label
28565 name "sub:Eqnarray-Umgebung"
28566
28567 \end_inset
28568
28569
28570 \begin_inset Index
28571 status collapsed
28572
28573 \begin_layout Plain Layout
28574 Formel ! mehrzeilige ! Eqnarray-Umgebung
28575 \end_layout
28576
28577 \end_inset
28578
28579
28580 \end_layout
28581
28582 \begin_layout Standard
28583 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
28584  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
28585  ausgerichtet.
28586  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
28587  da dieses Kästchen nur für Relationzeichen gedacht ist.
28588 \begin_inset Formula \begin{eqnarray*}
28589 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28590 AB & AB & AB\\
28591 A & = & A\end{eqnarray*}
28592
28593 \end_inset
28594
28595
28596 \end_layout
28597
28598 \begin_layout Subsection
28599 Gather-Umgebung
28600 \begin_inset Index
28601 status collapsed
28602
28603 \begin_layout Plain Layout
28604 Formel ! mehrzeilige ! Gather-Umgebung
28605 \end_layout
28606
28607 \end_inset
28608
28609
28610 \end_layout
28611
28612 \begin_layout Standard
28613 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
28614  Jede Zeile kann nummeriert werden.
28615 \begin_inset Formula \begin{gather}
28616 A=1\\
28617 X=\textrm{-}1\end{gather}
28618
28619 \end_inset
28620
28621
28622 \end_layout
28623
28624 \begin_layout Subsection
28625 Multline-Umgebung
28626 \begin_inset CommandInset label
28627 LatexCommand label
28628 name "sub:Multline-Umgebung"
28629
28630 \end_inset
28631
28632
28633 \begin_inset Index
28634 status collapsed
28635
28636 \begin_layout Plain Layout
28637 Formel ! mehrzeilige ! Multline-Umgebung
28638 \end_layout
28639
28640 \end_inset
28641
28642
28643 \end_layout
28644
28645 \begin_layout Standard
28646 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
28647  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
28648  Alle anderen Zeilen sind zentriert.
28649  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
28650  Als Beispiel Formel 
28651 \begin_inset CommandInset ref
28652 LatexCommand eqref
28653 reference "eq:lefteqn"
28654
28655 \end_inset
28656
28657  in der multline-Umgebung:
28658 \begin_inset Formula \begin{multline}
28659 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}\\
28660 -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}\\
28661 =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}
28662
28663 \end_inset
28664
28665
28666 \end_layout
28667
28668 \begin_layout Standard
28669 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
28670  nummeriert, wenn rechts (links) nummeriert wird.
28671 \begin_inset Foot
28672 status collapsed
28673
28674 \begin_layout Plain Layout
28675 Nummerierungsstile siehe 
28676 \begin_inset CommandInset ref
28677 LatexCommand ref
28678 reference "sec:Formelstile"
28679
28680 \end_inset
28681
28682
28683 \end_layout
28684
28685 \end_inset
28686
28687
28688 \end_layout
28689
28690 \begin_layout Standard
28691 Mit den Befehlen 
28692 \series bold
28693
28694 \backslash
28695 shoveright
28696 \begin_inset Index
28697 status collapsed
28698
28699 \begin_layout Plain Layout
28700 Befehle ! S ! 
28701 \backslash
28702 shoveright
28703 \end_layout
28704
28705 \end_inset
28706
28707
28708 \series default
28709  und 
28710 \series bold
28711
28712 \backslash
28713 shoveleft
28714 \begin_inset Index
28715 status collapsed
28716
28717 \begin_layout Plain Layout
28718 Befehle ! S ! 
28719 \backslash
28720 shoveleft
28721 \end_layout
28722
28723 \end_inset
28724
28725
28726 \series default
28727  kann eine zentrierte Zeile rechts bzw.
28728  links ausgerichtet werden.
28729  Die Befehle werden folgendermaßen verwendet:
28730 \end_layout
28731
28732 \begin_layout Standard
28733
28734 \series bold
28735
28736 \backslash
28737 shoveright{Zeileninhalt}
28738 \series default
28739  bzw.
28740  
28741 \series bold
28742
28743 \backslash
28744 shoveleft{Zeileninhalt}
28745 \end_layout
28746
28747 \begin_layout Standard
28748 \begin_inset VSpace medskip
28749 \end_inset
28750
28751 Die Länge 
28752 \series bold
28753
28754 \backslash
28755 multlinegap
28756 \begin_inset Index
28757 status collapsed
28758
28759 \begin_layout Plain Layout
28760 Befehle ! M ! 
28761 \backslash
28762 multlinegap
28763 \end_layout
28764
28765 \end_inset
28766
28767
28768 \series default
28769  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
28770  Voreingestellt ist die Länge 0
28771 \begin_inset space \thinspace{}
28772 \end_inset
28773
28774 pt.
28775 \end_layout
28776
28777 \begin_layout Standard
28778 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
28779 \end_layout
28780
28781 \begin_layout Standard
28782
28783 \series bold
28784
28785 \backslash
28786 setlength{
28787 \backslash
28788 multlinegap}{2cm}
28789 \end_layout
28790
28791 \begin_layout Standard
28792 eingegeben wurde:
28793 \begin_inset ERT
28794 status collapsed
28795
28796 \begin_layout Plain Layout
28797
28798
28799 \backslash
28800 setlength{
28801 \backslash
28802 multlinegap}{2cm}
28803 \end_layout
28804
28805 \end_inset
28806
28807
28808 \begin_inset Formula \begin{multline}
28809 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}\\
28810 \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}}\\
28811 =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}
28812
28813 \end_inset
28814
28815
28816 \begin_inset ERT
28817 status collapsed
28818
28819 \begin_layout Plain Layout
28820
28821
28822 \backslash
28823 setlength{
28824 \backslash
28825 multlinegap}{0pt}
28826 \end_layout
28827
28828 \end_inset
28829
28830
28831 \end_layout
28832
28833 \begin_layout Standard
28834 Die zweite Zeile wurde mit 
28835 \series bold
28836
28837 \backslash
28838 shoveleft
28839 \series default
28840  linksbündig ausgerichtet.
28841 \end_layout
28842
28843 \begin_layout Subsection
28844 Mehrzeilige Formelteile
28845 \begin_inset CommandInset label
28846 LatexCommand label
28847 name "sub:Mehrzeilige-Formelteile"
28848
28849 \end_inset
28850
28851
28852 \begin_inset Index
28853 status collapsed
28854
28855 \begin_layout Plain Layout
28856 Formel ! mehrzeilige ! Formelteile
28857 \end_layout
28858
28859 \end_inset
28860
28861
28862 \end_layout
28863
28864 \begin_layout Standard
28865 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
28866  der folgenden Umgebungen: 
28867 \series bold
28868 aligned
28869 \series default
28870
28871 \series bold
28872 alignedat
28873 \series default
28874
28875 \series bold
28876 gathered
28877 \series default
28878  oder 
28879 \series bold
28880 split
28881 \series default
28882 .
28883  Sie können über das Menü 
28884 \family sans
28885 Einfügen\SpecialChar \menuseparator
28886 Mathe
28887 \family default
28888  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
28889 \end_layout
28890
28891 \begin_layout Standard
28892 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
28893 n Formel\SpecialChar \-
28894 umgebungen.
28895  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
28896  Dazu ein Beispiel:
28897 \begin_inset Formula \[
28898 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28899 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28900 \right\} \textrm{Unbestimmtheitsrelationen}\]
28901
28902 \end_inset
28903
28904
28905 \end_layout
28906
28907 \begin_layout Standard
28908 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
28909  der Befehl 
28910 \series bold
28911
28912 \backslash
28913 aligned
28914 \begin_inset Index
28915 status collapsed
28916
28917 \begin_layout Plain Layout
28918 Befehle ! A ! 
28919 \backslash
28920 aligned
28921 \end_layout
28922
28923 \end_inset
28924
28925
28926 \series default
28927  eingegeben wird.
28928  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
28929  und Zeilen hinzufügen kann.
28930  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
28931  gesetzt werden.
28932 \end_layout
28933
28934 \begin_layout Standard
28935 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
28936  ausgerichtet sind.
28937  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
28938  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
28939  Als Beispiel Formel 
28940 \begin_inset CommandInset ref
28941 LatexCommand eqref
28942 reference "eq:kurzlang"
28943
28944 \end_inset
28945
28946  in der aligned-Umgebung:
28947 \begin_inset Formula \begin{equation}
28948 \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}|}\\
28949  & -\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}
28950 \end{equation}
28951
28952 \end_inset
28953
28954
28955 \end_layout
28956
28957 \begin_layout Standard
28958 Möchte man die Umgebung 
28959 \series bold
28960 alignedat
28961 \series default
28962
28963 \series bold
28964 gathered
28965 \series default
28966  oder 
28967 \series bold
28968 split
28969 \series default
28970  verwenden, gibt man den Befehl 
28971 \series bold
28972
28973 \backslash
28974 alignedat
28975 \series default
28976 ,
28977 \begin_inset Index
28978 status collapsed
28979
28980 \begin_layout Plain Layout
28981 Befehle ! A ! 
28982 \backslash
28983 alignedat
28984 \end_layout
28985
28986 \end_inset
28987
28988  
28989 \series bold
28990
28991 \backslash
28992 gathered
28993 \series default
28994
28995 \begin_inset Index
28996 status collapsed
28997
28998 \begin_layout Plain Layout
28999 Befehle ! G ! 
29000 \backslash
29001 gathered
29002 \end_layout
29003
29004 \end_inset
29005
29006  bzw.
29007  
29008 \series bold
29009
29010 \backslash
29011 split
29012 \series default
29013
29014 \begin_inset Index
29015 status collapsed
29016
29017 \begin_layout Plain Layout
29018 Befehle ! S ! 
29019 \backslash
29020 split
29021 \end_layout
29022
29023 \end_inset
29024
29025  ein.
29026  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29027  jedoch darf sie nur zwei Spalten enthalten.
29028 \end_layout
29029
29030 \begin_layout Subsection
29031 Text in mehrzeiligen Formeln
29032 \begin_inset CommandInset label
29033 LatexCommand label
29034 name "sub:Text-in-mehrzeiligen"
29035
29036 \end_inset
29037
29038
29039 \begin_inset Index
29040 status collapsed
29041
29042 \begin_layout Plain Layout
29043 Text ! in Formeln
29044 \end_layout
29045
29046 \end_inset
29047
29048
29049 \begin_inset Index
29050 status collapsed
29051
29052 \begin_layout Plain Layout
29053 Formel ! mehrzeilige ! Text
29054 \end_layout
29055
29056 \end_inset
29057
29058
29059 \end_layout
29060
29061 \begin_layout Standard
29062 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29063  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29064  die Ausrichtung der Spalten nicht beeinflusst.
29065  Dazu wird der Befehl 
29066 \series bold
29067
29068 \backslash
29069 intertext
29070 \begin_inset Index
29071 status collapsed
29072
29073 \begin_layout Plain Layout
29074 Befehle ! I ! 
29075 \backslash
29076 intertext
29077 \end_layout
29078
29079 \end_inset
29080
29081
29082 \series default
29083  nach folgendem Schema benutzt:
29084 \end_layout
29085
29086 \begin_layout Standard
29087
29088 \series bold
29089
29090 \backslash
29091 intertext{Text}
29092 \end_layout
29093
29094 \begin_layout Standard
29095 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29096  werden kann.
29097  Weil LyX 
29098 \series bold
29099
29100 \backslash
29101 intertext
29102 \series default
29103  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29104  Text.
29105  
29106 \series bold
29107
29108 \backslash
29109 intertext
29110 \series default
29111  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29112  dieser Zeile.
29113  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29114 \begin_inset Formula \begin{align}
29115 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29116 \intertext{\text{Integrand ist symmetrisch zu $\phi=\pi$, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29117
29118 \end_inset
29119
29120
29121 \end_layout
29122
29123 \begin_layout Section
29124 Formelnummerierung
29125 \begin_inset Index
29126 status collapsed
29127
29128 \begin_layout Plain Layout
29129 Formelnummerierung
29130 \end_layout
29131
29132 \end_inset
29133
29134
29135 \begin_inset Index
29136 status collapsed
29137
29138 \begin_layout Plain Layout
29139 Formel ! Nummerierung|see
29140 \begin_inset ERT
29141 status collapsed
29142
29143 \begin_layout Plain Layout
29144
29145 {
29146 \end_layout
29147
29148 \end_inset
29149
29150 Formelnummerierung
29151 \begin_inset ERT
29152 status collapsed
29153
29154 \begin_layout Plain Layout
29155
29156 }
29157 \end_layout
29158
29159 \end_inset
29160
29161
29162 \end_layout
29163
29164 \end_inset
29165
29166
29167 \end_layout
29168
29169 \begin_layout Subsection
29170 Allgemeines
29171 \end_layout
29172
29173 \begin_layout Standard
29174 Nummerierte Formeln können mit dem Menü 
29175 \family sans
29176 Einfügen\SpecialChar \menuseparator
29177 Mathe\SpecialChar \menuseparator
29178 Nummerierte
29179 \begin_inset space ~
29180 \end_inset
29181
29182 Formel
29183 \family default
29184  (Tastenkürzel 
29185 \family sans
29186 Strg-Alt
29187 \begin_inset space ~
29188 \end_inset
29189
29190 n
29191 \family default
29192 ) erstellt, bestehende Formeln über das Menü 
29193 \family sans
29194 Bearbeiten\SpecialChar \menuseparator
29195 Mathe\SpecialChar \menuseparator
29196 Nummerierung
29197 \begin_inset space ~
29198 \end_inset
29199
29200 an/aus
29201 \family default
29202  (Tastenkürzel 
29203 \family sans
29204 Alt-m
29205 \begin_inset space ~
29206 \end_inset
29207
29208 n
29209 \family default
29210 ) nummeriert werden.
29211  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29212  Klammern.
29213  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29214 \end_layout
29215
29216 \begin_layout Standard
29217 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29218  Zeilen nummeriert.
29219  Man kann jedoch über das Menü 
29220 \family sans
29221 Bearbeiten\SpecialChar \menuseparator
29222 Mathe\SpecialChar \menuseparator
29223 Zeilennummerierung an/aus
29224 \family default
29225  (Tastenkürzel 
29226 \family sans
29227 Alt-m
29228 \begin_inset space ~
29229 \end_inset
29230
29231 N
29232 \family default
29233 ) für jede Zeile die Nummerierung festlegen.
29234 \end_layout
29235
29236 \begin_layout Standard
29237 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29238  werden, siehe 
29239 \begin_inset CommandInset ref
29240 LatexCommand ref
29241 reference "sec:Formelstile"
29242
29243 \end_inset
29244
29245 .
29246 \end_layout
29247
29248 \begin_layout Subsection
29249 Querverweise
29250 \begin_inset CommandInset label
29251 LatexCommand label
29252 name "sub:Querverweise"
29253
29254 \end_inset
29255
29256
29257 \begin_inset Index
29258 status collapsed
29259
29260 \begin_layout Plain Layout
29261 Querverweise ! auf Formeln
29262 \end_layout
29263
29264 \end_inset
29265
29266
29267 \end_layout
29268
29269 \begin_layout Standard
29270 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29271  Eine Marke wird mit dem Menü 
29272 \family sans
29273 Einfügen\SpecialChar \menuseparator
29274 Marke
29275 \family default
29276  oder dem Werkzeugleistenknopf 
29277 \begin_inset Graphics
29278         filename ../../images/label-insert.png
29279         scale 85
29280
29281 \end_inset
29282
29283  gesetzt.
29284  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29285  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29286 \series bold
29287 eq:
29288 \series default
29289 , nachdem der eigentliche Markenname eingegeben wird.
29290  Der voreingestellte Eintrag steht für 
29291 \begin_inset Quotes gld
29292 \end_inset
29293
29294 equation
29295 \begin_inset Quotes grd
29296 \end_inset
29297
29298  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29299  einer Formel und nicht zu einem Kapitel gehört.
29300  Um eine Marke zu ändern, wählt man wieder das Menü 
29301 \family sans
29302 Einfügen\SpecialChar \menuseparator
29303 Marke
29304 \family default
29305 .
29306 \end_layout
29307
29308 \begin_layout Standard
29309 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29310  Eine Formel mit Marke wird immer nummeriert.
29311 \end_layout
29312
29313 \begin_layout Standard
29314 Querverweise werden mit dem Menü 
29315 \family sans
29316 Einfügen\SpecialChar \menuseparator
29317 Querverweis
29318 \family default
29319  oder dem Werkzeugleistenknopf 
29320 \begin_inset Graphics
29321         filename ../../images/dialog-show-new-inset_ref.png
29322         scale 85
29323
29324 \end_inset
29325
29326  eingefügt.
29327  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29328  Wenn man im Querverweis Dialogfenster das Format 
29329 \series bold
29330 (<Querverweis>)
29331 \series default
29332  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29333 \begin_inset Newline newline
29334 \end_inset
29335
29336 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29337  man zur Formel auf die verwiesen wird.
29338 \end_layout
29339
29340 \begin_layout Standard
29341 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29342 \begin_inset Note Note
29343 status open
29344
29345 \begin_layout Plain Layout
29346 Man beachte die unterschiedlichen Querverweistypen.
29347 \end_layout
29348
29349 \end_inset
29350
29351
29352 \end_layout
29353
29354 \begin_layout Standard
29355 Die Gleichungen 
29356 \begin_inset CommandInset ref
29357 LatexCommand eqref
29358 reference "eq:tag"
29359
29360 \end_inset
29361
29362  und 
29363 \begin_inset CommandInset ref
29364 LatexCommand eqref
29365 reference "eq:c"
29366
29367 \end_inset
29368
29369  sind äquivalent.
29370  In (
29371 \begin_inset CommandInset ref
29372 LatexCommand ref
29373 reference "eq:Lat"
29374
29375 \end_inset
29376
29377 ) werden im Gegensatz zu (
29378 \begin_inset CommandInset ref
29379 LatexCommand ref
29380 reference "eq:Roem"
29381
29382 \end_inset
29383
29384 ) große lateinische Buchstaben zur Nummerierung verwendet.
29385 \end_layout
29386
29387 \begin_layout Standard
29388 \begin_inset VSpace medskip
29389 \end_inset
29390
29391 Ist im Argument von 
29392 \series bold
29393
29394 \backslash
29395 tag
29396 \begin_inset Foot
29397 status collapsed
29398
29399 \begin_layout Plain Layout
29400
29401 \series bold
29402
29403 \backslash
29404 tag
29405 \series default
29406  ist in 
29407 \begin_inset CommandInset ref
29408 LatexCommand ref
29409 reference "sub:Benutzerdefinierte-Nummerierung"
29410
29411 \end_inset
29412
29413  beschrieben.
29414 \end_layout
29415
29416 \end_inset
29417
29418
29419 \series default
29420  wie in 
29421 \begin_inset CommandInset ref
29422 LatexCommand ref
29423 reference "sub:Absatzboxen"
29424
29425 \end_inset
29426
29427  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
29428 \end_layout
29429
29430 \begin_layout Subsection
29431 Unternummerierung
29432 \begin_inset Index
29433 status collapsed
29434
29435 \begin_layout Plain Layout
29436 Formelnummerierung ! Unternummerierung
29437 \end_layout
29438
29439 \end_inset
29440
29441
29442 \end_layout
29443
29444 \begin_layout Standard
29445 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
29446  
29447 \begin_inset Newline newline
29448 \end_inset
29449
29450
29451 \series bold
29452
29453 \backslash
29454 begin{subequations}
29455 \series default
29456  und 
29457 \series bold
29458
29459 \backslash
29460 end{subequations}
29461 \series default
29462  erreichen.
29463  Beide Befehle werden im TeX-Modus eingegeben.
29464 \end_layout
29465
29466 \begin_layout Standard
29467 Dazu ein Beispiel:
29468 \begin_inset Formula \begin{equation}
29469 A=C-B\label{eq:a}\end{equation}
29470
29471 \end_inset
29472
29473
29474 \begin_inset ERT
29475 status collapsed
29476
29477 \begin_layout Plain Layout
29478
29479
29480 \backslash
29481 addtocounter{equation}{-1}
29482 \end_layout
29483
29484 \end_inset
29485
29486
29487 \begin_inset ERT
29488 status collapsed
29489
29490 \begin_layout Plain Layout
29491
29492
29493 \backslash
29494 begin{subequations}
29495 \end_layout
29496
29497 \end_inset
29498
29499
29500 \begin_inset VSpace -5mm
29501 \end_inset
29502
29503
29504 \begin_inset Formula \begin{equation}
29505 B=C-A\label{eq:b}\end{equation}
29506
29507 \end_inset
29508
29509
29510 \begin_inset Formula \begin{equation}
29511 C=A+B\label{eq:c}\end{equation}
29512
29513 \end_inset
29514
29515
29516 \end_layout
29517
29518 \begin_layout Standard
29519 \begin_inset ERT
29520 status collapsed
29521
29522 \begin_layout Plain Layout
29523
29524
29525 \backslash
29526 end{subequations}
29527 \end_layout
29528
29529 \end_inset
29530
29531
29532 \end_layout
29533
29534 \begin_layout Standard
29535 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
29536 \end_layout
29537
29538 \begin_layout Enumerate
29539 erste Formel eingeben
29540 \end_layout
29541
29542 \begin_layout Enumerate
29543
29544 \series bold
29545
29546 \backslash
29547 addtocounter{equation}{-1} 
29548 \backslash
29549 begin{subequations}
29550 \begin_inset Index
29551 status collapsed
29552
29553 \begin_layout Plain Layout
29554 Befehle ! A ! 
29555 \backslash
29556 addtocounter
29557 \end_layout
29558
29559 \end_inset
29560
29561
29562 \begin_inset Newline newline
29563 \end_inset
29564
29565
29566 \series default
29567 nach der ersten Formel einfügen
29568 \end_layout
29569
29570 \begin_layout Enumerate
29571 zweite Formel eingeben
29572 \end_layout
29573
29574 \begin_layout Enumerate
29575 dritte Formel eingeben
29576 \end_layout
29577
29578 \begin_layout Enumerate
29579
29580 \series bold
29581
29582 \backslash
29583 end{subequations}
29584 \series default
29585  nach der dritten Formel einfügen
29586 \end_layout
29587
29588 \begin_layout Standard
29589 Jede Formel, die zwischen den Befehlen 
29590 \series bold
29591
29592 \backslash
29593 begin
29594 \series default
29595  und 
29596 \series bold
29597
29598 \backslash
29599 end
29600 \series default
29601  steht, wird mit a, b, c, \SpecialChar \ldots{}
29602  untergliedert.
29603  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
29604  Alle untergliederten Formeln gelten als 
29605 \emph on
29606 eine
29607 \emph default
29608  nummerierte Formel.
29609  Da jede nummerierte Formel den Formelzähler 
29610 \series bold
29611 equation
29612 \series default
29613  um Eins erhöht, ist der Befehl 
29614 \series bold
29615
29616 \backslash
29617 addtocounter
29618 \series default
29619  notwendig um den Zähler wieder zu erniedrigen.
29620  Ansonsten würden die Formeln 
29621 \begin_inset CommandInset ref
29622 LatexCommand eqref
29623 reference "eq:a"
29624
29625 \end_inset
29626
29627
29628 \begin_inset CommandInset ref
29629 LatexCommand eqref
29630 reference "eq:b"
29631
29632 \end_inset
29633
29634
29635 \begin_inset CommandInset ref
29636 LatexCommand eqref
29637 reference "eq:c"
29638
29639 \end_inset
29640
29641  als 
29642 \begin_inset CommandInset ref
29643 LatexCommand eqref
29644 reference "eq:a"
29645
29646 \end_inset
29647
29648
29649 \begin_inset CommandInset ref
29650 LatexCommand eqref
29651 reference "eq:d"
29652
29653 \end_inset
29654
29655
29656 \begin_inset CommandInset ref
29657 LatexCommand eqref
29658 reference "eq:f"
29659
29660 \end_inset
29661
29662  nummeriert werden.
29663 \end_layout
29664
29665 \begin_layout Standard
29666 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
29667  Formeln automatisch etwas Leerraum erstellt.
29668  Um dies rückgängig zu machen, fügt man nach dem Befehl 
29669 \series bold
29670
29671 \backslash
29672 begin{subequations}
29673 \series default
29674  -5
29675 \begin_inset space \thinspace{}
29676 \end_inset
29677
29678 mm vertikalen Leerraum ein.
29679  Ist der Formelstil 
29680 \series bold
29681 Eingerückt
29682 \begin_inset Foot
29683 status collapsed
29684
29685 \begin_layout Plain Layout
29686 Formelstile siehe 
29687 \begin_inset CommandInset ref
29688 LatexCommand ref
29689 reference "sec:Formelstile"
29690
29691 \end_inset
29692
29693
29694 \end_layout
29695
29696 \end_inset
29697
29698
29699 \series default
29700  gewählt, fügt man -7
29701 \begin_inset space \thinspace{}
29702 \end_inset
29703
29704 mm Leerraum ein.
29705 \end_layout
29706
29707 \begin_layout Standard
29708 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
29709  der zweiten Zeile abgeschaltet wurde:
29710 \begin_inset ERT
29711 status collapsed
29712
29713 \begin_layout Plain Layout
29714
29715
29716 \backslash
29717 begin{subequations}
29718 \end_layout
29719
29720 \end_inset
29721
29722
29723 \begin_inset Formula \begin{eqnarray}
29724 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29725  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29726  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29727
29728 \end_inset
29729
29730
29731 \begin_inset ERT
29732 status collapsed
29733
29734 \begin_layout Plain Layout
29735
29736
29737 \backslash
29738 end{subequations}
29739 \end_layout
29740
29741 \end_inset
29742
29743
29744 \end_layout
29745
29746 \begin_layout Subsection
29747 Benutzerdefinierte Nummerierung
29748 \begin_inset CommandInset label
29749 LatexCommand label
29750 name "sub:Benutzerdefinierte-Nummerierung"
29751
29752 \end_inset
29753
29754
29755 \begin_inset Index
29756 status collapsed
29757
29758 \begin_layout Plain Layout
29759 Formelnummerierung ! benutzerdefinierte
29760 \end_layout
29761
29762 \end_inset
29763
29764
29765 \end_layout
29766
29767 \begin_layout Standard
29768 \begin_inset Index
29769 status collapsed
29770
29771 \begin_layout Plain Layout
29772 Formelnummerierung ! eigene Klammern
29773 \end_layout
29774
29775 \end_inset
29776
29777 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
29778  gesetzt.
29779  Will man diese Klammern z.
29780 \begin_inset space \thinspace{}
29781 \end_inset
29782
29783 B.
29784  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
29785  an:
29786 \end_layout
29787
29788 \begin_layout Standard
29789
29790 \series bold
29791
29792 \backslash
29793 def
29794 \backslash
29795 tagform@#1{
29796 \backslash
29797 maketag@@@{|#1|}}
29798 \series default
29799
29800 \begin_inset Note Note
29801 status collapsed
29802
29803 \begin_layout Plain Layout
29804 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
29805  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
29806  werden.
29807 \end_layout
29808
29809 \end_inset
29810
29811
29812 \end_layout
29813
29814 \begin_layout Standard
29815 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
29816 \series bold
29817 #1
29818 \series default
29819  durch ein oder mehrere gewünschte Zeichen.
29820  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
29821 \end_layout
29822
29823 \begin_layout Standard
29824 \begin_inset VSpace bigskip
29825 \end_inset
29826
29827 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
29828  hinter der Formel stehen, benutzt man den Befehl 
29829 \series bold
29830
29831 \backslash
29832 tag
29833 \series default
29834
29835 \begin_inset Index
29836 status collapsed
29837
29838 \begin_layout Plain Layout
29839 Befehle ! T ! 
29840 \backslash
29841 tag
29842 \end_layout
29843
29844 \end_inset
29845
29846 :
29847 \begin_inset Formula \begin{equation}
29848 A+B=C\tag{etwas}\label{eq:tag}\end{equation}
29849
29850 \end_inset
29851
29852  In diesem Beispiel wurde in der Formel der Befehl 
29853 \series bold
29854
29855 \backslash
29856 tag
29857 \series default
29858
29859 \begin_inset ERT
29860 status collapsed
29861
29862 \begin_layout Plain Layout
29863
29864
29865 \backslash
29866 leer 
29867 \end_layout
29868
29869 \end_inset
29870
29871
29872 \series bold
29873 etwas
29874 \series default
29875  eingegeben.
29876 \end_layout
29877
29878 \begin_layout Standard
29879 Gibt man stattdessen 
29880 \series bold
29881
29882 \backslash
29883 tag*
29884 \series default
29885
29886 \begin_inset ERT
29887 status collapsed
29888
29889 \begin_layout Plain Layout
29890
29891
29892 \backslash
29893 leer 
29894 \end_layout
29895
29896 \end_inset
29897
29898
29899 \series bold
29900 etwas
29901 \series default
29902  ein, verhindert der Stern die Klammern um den Ausdruck:
29903 \begin_inset Formula \[
29904 A+B=C\tag*{etwas}\]
29905
29906 \end_inset
29907
29908
29909 \end_layout
29910
29911 \begin_layout Standard
29912 \begin_inset VSpace bigskip
29913 \end_inset
29914
29915 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
29916  oder 
29917 \begin_inset ERT
29918 status collapsed
29919
29920 \begin_layout Plain Layout
29921
29922
29923 \backslash
29924 mbox{
29925 \end_layout
29926
29927 \end_inset
29928
29929 -abschnitt
29930 \begin_inset ERT
29931 status collapsed
29932
29933 \begin_layout Plain Layout
29934
29935 }
29936 \end_layout
29937
29938 \end_inset
29939
29940
29941 \begin_inset Note Note
29942 status collapsed
29943
29944 \begin_layout Plain Layout
29945 Der Befehl 
29946 \series bold
29947
29948 \backslash
29949 mbox
29950 \series default
29951  verhindert, dass am Bindestrich umgebrochen wird.
29952  Mehr zu 
29953 \series bold
29954
29955 \backslash
29956 mbox
29957 \series default
29958  siehe Kap.
29959 \begin_inset space \thinspace{}
29960 \end_inset
29961
29962
29963 \begin_inset CommandInset ref
29964 LatexCommand ref
29965 reference "sub:Worttrennungen"
29966
29967 \end_inset
29968
29969 .
29970 \end_layout
29971
29972 \end_inset
29973
29974  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
29975 \end_layout
29976
29977 \begin_layout Standard
29978
29979 \series bold
29980
29981 \backslash
29982 @addtoreset{equation}{part}
29983 \series default
29984
29985 \begin_inset Index
29986 status collapsed
29987
29988 \begin_layout Plain Layout
29989 Befehle ! 
29990 \begin_inset ERT
29991 status collapsed
29992
29993 \begin_layout Plain Layout
29994
29995 "
29996 \end_layout
29997
29998 \end_inset
29999
30000 @
30001 \begin_inset ERT
30002 status collapsed
30003
30004 \begin_layout Plain Layout
30005
30006 "
30007 \end_layout
30008
30009 \end_inset
30010
30011  ! 
30012 \backslash
30013
30014 \begin_inset ERT
30015 status collapsed
30016
30017 \begin_layout Plain Layout
30018
30019 "
30020 \end_layout
30021
30022 \end_inset
30023
30024 @
30025 \begin_inset ERT
30026 status collapsed
30027
30028 \begin_layout Plain Layout
30029
30030 "
30031 \end_layout
30032
30033 \end_inset
30034
30035 addtoreset
30036 \end_layout
30037
30038 \end_inset
30039
30040
30041 \begin_inset Newline newline
30042 \end_inset
30043
30044 bzw.
30045 \begin_inset Newline newline
30046 \end_inset
30047
30048
30049 \series bold
30050
30051 \backslash
30052 @addtoreset{equation}{section}
30053 \end_layout
30054
30055 \begin_layout Standard
30056 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30057 \begin_inset Quotes gld
30058 \end_inset
30059
30060 @
30061 \begin_inset Quotes grd
30062 \end_inset
30063
30064  Zeichen für LaTeX mit dem Befehl 
30065 \series bold
30066
30067 \backslash
30068 makeatletter
30069 \series default
30070  
30071 \begin_inset Quotes gld
30072 \end_inset
30073
30074 aktiv
30075 \begin_inset Quotes grd
30076 \end_inset
30077
30078  gemacht werden.
30079  Der Befehl 
30080 \series bold
30081
30082 \backslash
30083 makeatother
30084 \series default
30085  macht dies wieder rückgängig.
30086  Daher ist die Befehlssequenz im TeX-Modus:
30087 \end_layout
30088
30089 \begin_layout Standard
30090
30091 \series bold
30092
30093 \backslash
30094 makeatletter
30095 \begin_inset Newline newline
30096 \end_inset
30097
30098
30099 \backslash
30100 @addtoreset{equation}{section}
30101 \begin_inset Newline newline
30102 \end_inset
30103
30104
30105 \backslash
30106 makeatother
30107 \end_layout
30108
30109 \begin_layout Standard
30110 Im LaTeX-Vorspann können 
30111 \series bold
30112
30113 \backslash
30114 makeatletter
30115 \series default
30116  und 
30117 \series bold
30118
30119 \backslash
30120 makeatother
30121 \series default
30122  weggelassen werden, da LyX sie automatisch intern einfügt.
30123 \end_layout
30124
30125 \begin_layout Standard
30126 Um 
30127 \series bold
30128
30129 \backslash
30130 @addtoreset
30131 \series default
30132  rückgängig zu machen, muss die Datei 
30133 \series bold
30134 remreset.sty
30135 \series default
30136
30137 \begin_inset Foot
30138 status collapsed
30139
30140 \begin_layout Plain Layout
30141
30142 \series bold
30143 remreset
30144 \series default
30145  ist Teil des LaTeX-Paketes 
30146 \series bold
30147 carlisle
30148 \series default
30149
30150 \begin_inset Index
30151 status collapsed
30152
30153 \begin_layout Plain Layout
30154 Pakete ! carlisle
30155 \end_layout
30156
30157 \end_inset
30158
30159 , das Teil jeder LaTeX-Standardinstallation ist.
30160 \end_layout
30161
30162 \end_inset
30163
30164
30165 \begin_inset Index
30166 status collapsed
30167
30168 \begin_layout Plain Layout
30169 Pakete ! remreset
30170 \end_layout
30171
30172 \end_inset
30173
30174  im LaTeX-Vorspann mit der Zeile
30175 \end_layout
30176
30177 \begin_layout Standard
30178
30179 \series bold
30180
30181 \backslash
30182 usepackage{remreset}
30183 \end_layout
30184
30185 \begin_layout Standard
30186 geladen werden.
30187  Dann kann der Befehl 
30188 \series bold
30189
30190 \backslash
30191 @removefromreset
30192 \series default
30193
30194 \begin_inset Index
30195 status collapsed
30196
30197 \begin_layout Plain Layout
30198 Befehle ! 
30199 \begin_inset ERT
30200 status collapsed
30201
30202 \begin_layout Plain Layout
30203
30204 "
30205 \end_layout
30206
30207 \end_inset
30208
30209 @
30210 \begin_inset ERT
30211 status collapsed
30212
30213 \begin_layout Plain Layout
30214
30215 "
30216 \end_layout
30217
30218 \end_inset
30219
30220  ! 
30221 \backslash
30222
30223 \begin_inset ERT
30224 status collapsed
30225
30226 \begin_layout Plain Layout
30227
30228 "
30229 \end_layout
30230
30231 \end_inset
30232
30233 @
30234 \begin_inset ERT
30235 status collapsed
30236
30237 \begin_layout Plain Layout
30238
30239 "
30240 \end_layout
30241
30242 \end_inset
30243
30244 removefromreset
30245 \end_layout
30246
30247 \end_inset
30248
30249  mit dem selben Schema wie 
30250 \series bold
30251
30252 \backslash
30253 @addtoreset
30254 \series default
30255  benutzt werden.
30256 \end_layout
30257
30258 \begin_layout Standard
30259 \begin_inset VSpace bigskip
30260 \end_inset
30261
30262 Oftmals möchte man Formeln in folgender Art nummerieren:
30263 \end_layout
30264
30265 \begin_layout Standard
30266
30267 \family typewriter
30268 (Kapitelnummer.Formelnummer)
30269 \end_layout
30270
30271 \begin_layout Standard
30272 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30273 \end_layout
30274
30275 \begin_layout Standard
30276 Für diesen Fall gibt es den Befehl 
30277 \series bold
30278
30279 \backslash
30280 numberwithin
30281 \series default
30282
30283 \begin_inset Index
30284 status collapsed
30285
30286 \begin_layout Plain Layout
30287 Befehle ! N ! 
30288 \backslash
30289 numberwithin
30290 \end_layout
30291
30292 \end_inset
30293
30294 , der nach folgendem Schema benutzt wird:
30295 \end_layout
30296
30297 \begin_layout Standard
30298
30299 \series bold
30300
30301 \backslash
30302 numberwithin{Zähler}{Gliederung}
30303 \end_layout
30304
30305 \begin_layout Standard
30306 Zähler gibt an, welche Nummerierung betroffen ist.
30307  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30308 \end_layout
30309
30310 \begin_layout Standard
30311 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder ERT-zeile
30312  ein:
30313 \end_layout
30314
30315 \begin_layout Standard
30316
30317 \series bold
30318
30319 \backslash
30320 numberwithin{equation}{section}
30321 \end_layout
30322
30323 \begin_layout Standard
30324 Das ist das Ergebnis:
30325 \begin_inset ERT
30326 status collapsed
30327
30328 \begin_layout Plain Layout
30329
30330
30331 \backslash
30332 numberwithin{equation}{section}
30333 \end_layout
30334
30335 \end_inset
30336
30337
30338 \begin_inset Formula \begin{equation}
30339 A+B=C\end{equation}
30340
30341 \end_inset
30342
30343
30344 \end_layout
30345
30346 \begin_layout Standard
30347 Möchte man z.
30348 \begin_inset space \thinspace{}
30349 \end_inset
30350
30351 B.
30352  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
30353  gibt man 
30354 \series bold
30355
30356 \backslash
30357 numberwithin{table}{part}
30358 \series default
30359  ein.
30360 \end_layout
30361
30362 \begin_layout Standard
30363 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
30364 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
30365  folgenden Befehl als ERT oder als LaTeX-Vorspannzeile ein:
30366 \end_layout
30367
30368 \begin_layout Standard
30369
30370 \series bold
30371
30372 \backslash
30373 renewcommand{
30374 \backslash
30375 theequation}{
30376 \backslash
30377 arabic{equation}}
30378 \begin_inset Index
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382 Befehle ! A ! 
30383 \backslash
30384 arabic
30385 \end_layout
30386
30387 \end_inset
30388
30389
30390 \series default
30391
30392 \begin_inset ERT
30393 status collapsed
30394
30395 \begin_layout Plain Layout
30396
30397
30398 \backslash
30399 renewcommand{
30400 \backslash
30401 theequation}{
30402 \backslash
30403 arabic{equation}}
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \series bold
30410
30411 \begin_inset Newline newline
30412 \end_inset
30413
30414
30415 \series default
30416 bzw.
30417 \series bold
30418
30419 \begin_inset Newline newline
30420 \end_inset
30421
30422
30423 \backslash
30424 renewcommand{
30425 \backslash
30426 thetable}{
30427 \backslash
30428 arabic{table}}
30429 \end_layout
30430
30431 \begin_layout Standard
30432
30433 \series bold
30434
30435 \backslash
30436 numberwithin
30437 \series default
30438  benutzt intern den oben beschriebenen Befehl 
30439 \series bold
30440
30441 \backslash
30442 @addtoreset
30443 \series default
30444 , der ebenfalls rückgängig gemacht werden muss.
30445 \begin_inset ERT
30446 status collapsed
30447
30448 \begin_layout Plain Layout
30449
30450
30451 \backslash
30452 makeatletter
30453 \end_layout
30454
30455 \begin_layout Plain Layout
30456
30457
30458 \backslash
30459 @removefromreset{equation}{section}
30460 \end_layout
30461
30462 \begin_layout Plain Layout
30463
30464
30465 \backslash
30466 makeatother
30467 \end_layout
30468
30469 \end_inset
30470
30471
30472 \end_layout
30473
30474 \begin_layout Subsection
30475 Nummerierung mit römischen Zahlen und Buchstaben
30476 \begin_inset CommandInset label
30477 LatexCommand label
30478 name "sub:Nummerierung-mit-römischen"
30479
30480 \end_inset
30481
30482
30483 \begin_inset Index
30484 status collapsed
30485
30486 \begin_layout Plain Layout
30487 Formelnummerierung ! mit Buchstaben
30488 \end_layout
30489
30490 \end_inset
30491
30492
30493 \begin_inset Index
30494 status collapsed
30495
30496 \begin_layout Plain Layout
30497 Formelnummerierung ! mit römischen Zahlen
30498 \end_layout
30499
30500 \end_inset
30501
30502
30503 \end_layout
30504
30505 \begin_layout Standard
30506 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
30507  werden.
30508  Um z.
30509 \begin_inset space \thinspace{}
30510 \end_inset
30511
30512 B.
30513  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
30514  TeX-Modus den Befehl
30515 \end_layout
30516
30517 \begin_layout Standard
30518
30519 \series bold
30520
30521 \backslash
30522 renewcommand{
30523 \backslash
30524 theequation}{
30525 \backslash
30526 roman{equation}}
30527 \end_layout
30528
30529 \begin_layout Standard
30530 ein.
30531  
30532 \series bold
30533
30534 \backslash
30535 renewcommand
30536 \series default
30537
30538 \begin_inset Index
30539 status collapsed
30540
30541 \begin_layout Plain Layout
30542 Befehle ! R ! 
30543 \backslash
30544 renewcommand
30545 \end_layout
30546
30547 \end_inset
30548
30549  weist dem vordefinierten Befehl 
30550 \series bold
30551
30552 \backslash
30553 theequation
30554 \series default
30555  den Befehl
30556 \begin_inset Newline linebreak
30557 \end_inset
30558
30559
30560 \series bold
30561
30562 \backslash
30563 roman{equation}
30564 \series default
30565  zu
30566 \begin_inset Foot
30567 status collapsed
30568
30569 \begin_layout Plain Layout
30570 Der Befehl 
30571 \series bold
30572
30573 \backslash
30574 renewcommand
30575 \series default
30576  besitzt dasselbe Schema wie der in 
30577 \begin_inset CommandInset ref
30578 LatexCommand ref
30579 reference "sec:Benutzerdefinierte-Befehle"
30580
30581 \end_inset
30582
30583  beschriebene Befehl
30584 \begin_inset Newline newline
30585 \end_inset
30586
30587
30588 \series bold
30589
30590 \backslash
30591 newcommand
30592 \series default
30593 .
30594 \end_layout
30595
30596 \end_inset
30597
30598 .
30599  
30600 \series bold
30601 equation
30602 \series default
30603  ist der Formelzähler.
30604  Stellt man einem Zähler den Befehl 
30605 \series bold
30606
30607 \backslash
30608 the
30609 \series default
30610  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
30611  wird.
30612  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
30613  
30614 \series bold
30615
30616 \backslash
30617 theequation
30618 \series default
30619  hinter die Formel.
30620  
30621 \series bold
30622
30623 \backslash
30624 roman{equation}
30625 \begin_inset Index
30626 status collapsed
30627
30628 \begin_layout Plain Layout
30629 Befehle ! R ! 
30630 \backslash
30631 roman
30632 \end_layout
30633
30634 \end_inset
30635
30636
30637 \series default
30638  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
30639 \end_layout
30640
30641 \begin_layout Standard
30642 Alle Formeln nach dem 
30643 \series bold
30644
30645 \backslash
30646 renewcommand
30647 \series default
30648 -Befehl werden nun römisch nummeriert.
30649  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
30650  den Befehl erneut ein, ersetzt aber 
30651 \series bold
30652
30653 \backslash
30654 roman
30655 \series default
30656  durch 
30657 \series bold
30658
30659 \backslash
30660 Roman
30661 \series default
30662
30663 \begin_inset Index
30664 status collapsed
30665
30666 \begin_layout Plain Layout
30667 Befehle ! R ! 
30668 \backslash
30669 roman@
30670 \backslash
30671 Roman
30672 \end_layout
30673
30674 \end_inset
30675
30676 .
30677  Für die 
30678 \begin_inset Quotes gld
30679 \end_inset
30680
30681 Nummerierung
30682 \begin_inset Quotes grd
30683 \end_inset
30684
30685  mit lateinischen Buchstaben gibt es den Befehl 
30686 \series bold
30687
30688 \backslash
30689 alph
30690 \series default
30691
30692 \begin_inset Index
30693 status collapsed
30694
30695 \begin_layout Plain Layout
30696 Befehle ! A ! 
30697 \backslash
30698 alph
30699 \end_layout
30700
30701 \end_inset
30702
30703  für kleine und 
30704 \series bold
30705
30706 \backslash
30707 Alph
30708 \series default
30709
30710 \begin_inset Index
30711 status collapsed
30712
30713 \begin_layout Plain Layout
30714 Befehle ! A ! 
30715 \backslash
30716 alph@
30717 \backslash
30718 Alph
30719 \end_layout
30720
30721 \end_inset
30722
30723  für große Buchstaben.
30724 \end_layout
30725
30726 \begin_layout Standard
30727 \begin_inset Note Greyedout
30728 status open
30729
30730 \begin_layout Plain Layout
30731
30732 \series bold
30733 Achtung:
30734 \series default
30735  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
30736  nummeriert werden.
30737 \end_layout
30738
30739 \end_inset
30740
30741
30742 \end_layout
30743
30744 \begin_layout Standard
30745 \begin_inset ERT
30746 status collapsed
30747
30748 \begin_layout Plain Layout
30749
30750
30751 \backslash
30752 renewcommand{
30753 \backslash
30754 theequation}{
30755 \backslash
30756 roman{equation}}
30757 \end_layout
30758
30759 \end_inset
30760
30761
30762 \end_layout
30763
30764 \begin_layout Standard
30765 \begin_inset Formula \begin{equation}
30766 A=\textrm{römisch}\label{eq:roem}\end{equation}
30767
30768 \end_inset
30769
30770
30771 \begin_inset ERT
30772 status collapsed
30773
30774 \begin_layout Plain Layout
30775
30776
30777 \backslash
30778 renewcommand{
30779 \backslash
30780 theequation}{
30781 \backslash
30782 Roman{equation}}
30783 \end_layout
30784
30785 \end_inset
30786
30787
30788 \begin_inset Formula \begin{equation}
30789 B=\textrm{Römisch}\label{eq:Roem}\end{equation}
30790
30791 \end_inset
30792
30793
30794 \begin_inset ERT
30795 status collapsed
30796
30797 \begin_layout Plain Layout
30798
30799
30800 \backslash
30801 renewcommand{
30802 \backslash
30803 theequation}{
30804 \backslash
30805 alph{equation}}
30806 \end_layout
30807
30808 \end_inset
30809
30810
30811 \begin_inset Formula \begin{equation}
30812 C=\textrm{lateinisch}\label{eq:lat}\end{equation}
30813
30814 \end_inset
30815
30816
30817 \begin_inset ERT
30818 status collapsed
30819
30820 \begin_layout Plain Layout
30821
30822
30823 \backslash
30824 renewcommand{
30825 \backslash
30826 theequation}{
30827 \backslash
30828 Alph{equation}}
30829 \end_layout
30830
30831 \end_inset
30832
30833
30834 \begin_inset Formula \begin{equation}
30835 D=\textrm{Lateinisch}\label{eq:Lat}\end{equation}
30836
30837 \end_inset
30838
30839
30840 \end_layout
30841
30842 \begin_layout Standard
30843 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
30844  ein:
30845 \end_layout
30846
30847 \begin_layout Standard
30848
30849 \series bold
30850
30851 \backslash
30852 renewcommand{
30853 \backslash
30854 theequation}{
30855 \backslash
30856 arabic{equation}}
30857 \begin_inset Index
30858 status collapsed
30859
30860 \begin_layout Plain Layout
30861 Befehle ! A ! 
30862 \backslash
30863 arabic
30864 \end_layout
30865
30866 \end_inset
30867
30868
30869 \end_layout
30870
30871 \begin_layout Standard
30872 \begin_inset ERT
30873 status collapsed
30874
30875 \begin_layout Plain Layout
30876
30877
30878 \backslash
30879 renewcommand{
30880 \backslash
30881 theequation}{
30882 \backslash
30883 arabic{equation}}
30884 \end_layout
30885
30886 \end_inset
30887
30888
30889 \begin_inset Formula \begin{equation}
30890 E=\textrm{arabisch}\label{eq:arab}\end{equation}
30891
30892 \end_inset
30893
30894
30895 \end_layout
30896
30897 \begin_layout Standard
30898 \begin_inset VSpace medskip
30899 \end_inset
30900
30901 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
30902 riert.
30903  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
30904  beginnen, müssen neue Formelzähler angelegt werden.
30905  Eine Beschreibung dazu findet man in der Datei 
30906 \begin_inset CommandInset href
30907 LatexCommand href
30908 target "Formelnummerierung.lyx"
30909
30910 \end_inset
30911
30912 .
30913 \end_layout
30914
30915 \begin_layout Section
30916 Benutzerdefinierte Befehle
30917 \begin_inset CommandInset label
30918 LatexCommand label
30919 name "sec:Benutzerdefinierte-Befehle"
30920
30921 \end_inset
30922
30923
30924 \begin_inset Index
30925 status collapsed
30926
30927 \begin_layout Plain Layout
30928 benutzerdefinierte Befehle
30929 \end_layout
30930
30931 \end_inset
30932
30933
30934 \end_layout
30935
30936 \begin_layout Standard
30937 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
30938  Man kann sich aber mit dem Befehl 
30939 \series bold
30940
30941 \backslash
30942 newcommand
30943 \series default
30944
30945 \begin_inset Index
30946 status collapsed
30947
30948 \begin_layout Plain Layout
30949 Befehle ! N ! 
30950 \backslash
30951 newcommand
30952 \end_layout
30953
30954 \end_inset
30955
30956  neue kürzere Befehle definieren.
30957 \end_layout
30958
30959 \begin_layout Standard
30960 Das Befehlsschema von 
30961 \series bold
30962
30963 \backslash
30964 newcommand
30965 \series default
30966  lautet:
30967 \end_layout
30968
30969 \begin_layout Standard
30970
30971 \series bold
30972
30973 \backslash
30974 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
30975 \series default
30976  
30977 \series bold
30978 Wert]
30979 \begin_inset Newline newline
30980 \end_inset
30981
30982
30983 \begin_inset ERT
30984 status collapsed
30985
30986 \begin_layout Plain Layout
30987
30988
30989 \backslash
30990 phantom{
30991 \end_layout
30992
30993 \end_inset
30994
30995
30996 \backslash
30997 newcommand
30998 \begin_inset ERT
30999 status collapsed
31000
31001 \begin_layout Plain Layout
31002
31003 }
31004 \end_layout
31005
31006 \end_inset
31007
31008 {Befehlsdefinition}
31009 \end_layout
31010
31011 \begin_layout Standard
31012 \begin_inset Note Greyedout
31013 status open
31014
31015 \begin_layout Plain Layout
31016
31017 \series bold
31018 Achtung:
31019 \series default
31020  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
31021  oder von benutzten LaTeX-Paketen verwendet wird.
31022  Definiert man beispielsweise für 
31023 \series bold
31024
31025 \backslash
31026 Leftarrow
31027 \series default
31028  den Befehl 
31029 \series bold
31030
31031 \backslash
31032 le
31033 \series default
31034 , erhält man eine Fehlermeldung, denn 
31035 \series bold
31036
31037 \backslash
31038 le
31039 \series default
31040  ist schon für 
31041 \begin_inset Quotes gld
31042 \end_inset
31043
31044
31045 \begin_inset Formula $\le$
31046 \end_inset
31047
31048
31049 \begin_inset Quotes grd
31050 \end_inset
31051
31052  definiert.
31053 \end_layout
31054
31055 \end_inset
31056
31057
31058 \end_layout
31059
31060 \begin_layout Standard
31061 \begin_inset Note Greyedout
31062 status open
31063
31064 \begin_layout Plain Layout
31065
31066 \series bold
31067 Achtung: 
31068 \series default
31069 Die Namen von selbst definierten Befehlen dürfen nur aus lateinischen Buchstaben
31070  bestehen.
31071 \end_layout
31072
31073 \end_inset
31074
31075
31076 \end_layout
31077
31078 \begin_layout Standard
31079 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
31080 \begin_inset space \thinspace{}
31081 \end_inset
31082
31083 -
31084 \begin_inset space \thinspace{}
31085 \end_inset
31086
31087 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
31088  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
31089  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
31090 \emph on
31091 erste
31092 \emph default
31093  Argument des neuen Befehls ein optionales ist.
31094 \end_layout
31095
31096 \begin_layout Standard
31097 Es folgen einige Beispiele:
31098 \end_layout
31099
31100 \begin_layout Itemize
31101 Will man für 
31102 \series bold
31103
31104 \backslash
31105 Longrightarrow
31106 \series default
31107  den Befehl 
31108 \series bold
31109
31110 \backslash
31111 gr
31112 \series default
31113  definieren, lautet die LaTeX-Vor\SpecialChar \-
31114 spannzeile:
31115 \begin_inset ERT
31116 status collapsed
31117
31118 \begin_layout Plain Layout
31119
31120
31121 \backslash
31122 medskip
31123 \end_layout
31124
31125 \end_inset
31126
31127
31128 \series bold
31129
31130 \begin_inset Newline newline
31131 \end_inset
31132
31133
31134 \backslash
31135 newcommand{
31136 \backslash
31137 gr}{
31138 \backslash
31139 Longrightarrow}
31140 \end_layout
31141
31142 \begin_layout Itemize
31143 Um für den Befehl 
31144 \series bold
31145
31146 \backslash
31147 underline
31148 \series default
31149  den Befehl 
31150 \series bold
31151
31152 \backslash
31153 us
31154 \series default
31155  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
31156  werden.
31157  Dazu sieht die Vorspannzeile wie folgt aus:
31158 \begin_inset ERT
31159 status collapsed
31160
31161 \begin_layout Plain Layout
31162
31163
31164 \backslash
31165 medskip
31166 \end_layout
31167
31168 \end_inset
31169
31170
31171 \series bold
31172
31173 \begin_inset Newline newline
31174 \end_inset
31175
31176
31177 \backslash
31178 newcommand{
31179 \backslash
31180 us}[1]{
31181 \backslash
31182 underline{#1}}
31183 \series default
31184
31185 \begin_inset ERT
31186 status collapsed
31187
31188 \begin_layout Plain Layout
31189
31190
31191 \backslash
31192 medskip
31193 \end_layout
31194
31195 \end_inset
31196
31197
31198 \series bold
31199
31200 \begin_inset Newline newline
31201 \end_inset
31202
31203
31204 \series default
31205 Das Zeichen 
31206 \series bold
31207 #
31208 \series default
31209  fungiert als Argumentplatzhalter, die 
31210 \series bold
31211 1
31212 \series default
31213  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
31214 \end_layout
31215
31216 \begin_layout Itemize
31217 Für 
31218 \series bold
31219
31220 \backslash
31221 framebox
31222 \series default
31223  kann man z.
31224 \begin_inset space \thinspace{}
31225 \end_inset
31226
31227 B.
31228  den Befehl 
31229 \series bold
31230
31231 \backslash
31232 fb
31233 \series default
31234  definieren:
31235 \begin_inset ERT
31236 status collapsed
31237
31238 \begin_layout Plain Layout
31239
31240
31241 \backslash
31242 medskip
31243 \end_layout
31244
31245 \end_inset
31246
31247
31248 \series bold
31249
31250 \begin_inset Newline newline
31251 \end_inset
31252
31253
31254 \backslash
31255 newcommand{
31256 \backslash
31257 fb}[3]{
31258 \backslash
31259 framebox#1#2{$#3$}}
31260 \series default
31261
31262 \begin_inset ERT
31263 status collapsed
31264
31265 \begin_layout Plain Layout
31266
31267
31268 \backslash
31269 medskip
31270 \end_layout
31271
31272 \end_inset
31273
31274
31275 \series bold
31276
31277 \begin_inset Newline newline
31278 \end_inset
31279
31280
31281 \series default
31282 Die beiden Dollarzeichen erstellen hierbei die für 
31283 \series bold
31284
31285 \backslash
31286 framebox
31287 \series default
31288  geforderte weitere Formel, siehe 
31289 \begin_inset CommandInset ref
31290 LatexCommand ref
31291 reference "sub:Boxen-mit-Rahmen"
31292
31293 \end_inset
31294
31295 .
31296 \end_layout
31297
31298 \begin_layout Itemize
31299 Um einen neuen Befehl für 
31300 \series bold
31301
31302 \backslash
31303 fcolorbox
31304 \series default
31305  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
31306  definiert man das Argument für die Farbe als optional:
31307 \begin_inset ERT
31308 status collapsed
31309
31310 \begin_layout Plain Layout
31311
31312
31313 \backslash
31314 medskip
31315 \end_layout
31316
31317 \end_inset
31318
31319
31320 \series bold
31321
31322 \begin_inset Newline newline
31323 \end_inset
31324
31325
31326 \backslash
31327 newcommand{
31328 \backslash
31329 cb}[3][white]{
31330 \backslash
31331 fcolorbox{#2}{#1}{$#3$}}
31332 \series default
31333
31334 \begin_inset ERT
31335 status collapsed
31336
31337 \begin_layout Plain Layout
31338
31339
31340 \backslash
31341 medskip
31342 \end_layout
31343
31344 \end_inset
31345
31346
31347 \begin_inset Newline newline
31348 \end_inset
31349
31350 Gibt man bei der Verwendung von 
31351 \series bold
31352
31353 \backslash
31354 cb
31355 \series default
31356  die Farbe nicht an, wird die voreingestellte Farbe 
31357 \series bold
31358 white
31359 \series default
31360  verwendet.
31361 \begin_inset Newpage pagebreak
31362 \end_inset
31363
31364
31365 \end_layout
31366
31367 \begin_layout Standard
31368 Ein Test der neu definierten Befehle:
31369 \end_layout
31370
31371 \begin_layout Standard
31372 \align center
31373 \begin_inset Tabular
31374 <lyxtabular version="3" rows="6" columns="2">
31375 <features>
31376 <column alignment="center" valignment="top" width="0">
31377 <column alignment="center" valignment="top" width="0">
31378 <row>
31379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31380 \begin_inset Text
31381
31382 \begin_layout Plain Layout
31383 Befehl
31384 \end_layout
31385
31386 \end_inset
31387 </cell>
31388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31389 \begin_inset Text
31390
31391 \begin_layout Plain Layout
31392 Ergebnis
31393 \begin_inset Note Note
31394 status collapsed
31395
31396 \begin_layout Plain Layout
31397
31398 \series bold
31399
31400 \backslash
31401 raisebox
31402 \series default
31403  dient nur als Abstandhalter.
31404 \end_layout
31405
31406 \end_inset
31407
31408
31409 \end_layout
31410
31411 \end_inset
31412 </cell>
31413 </row>
31414 <row>
31415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31416 \begin_inset Text
31417
31418 \begin_layout Plain Layout
31419 A
31420 \backslash
31421 gr
31422 \begin_inset ERT
31423 status collapsed
31424
31425 \begin_layout Plain Layout
31426
31427
31428 \backslash
31429 leer 
31430 \end_layout
31431
31432 \end_inset
31433
31434 B
31435 \end_layout
31436
31437 \end_inset
31438 </cell>
31439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31440 \begin_inset Text
31441
31442 \begin_layout Plain Layout
31443 \begin_inset Formula $A\gr B$
31444 \end_inset
31445
31446
31447 \end_layout
31448
31449 \end_inset
31450 </cell>
31451 </row>
31452 <row>
31453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31454 \begin_inset Text
31455
31456 \begin_layout Plain Layout
31457
31458 \backslash
31459 us{ABcd
31460 \end_layout
31461
31462 \end_inset
31463 </cell>
31464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31465 \begin_inset Text
31466
31467 \begin_layout Plain Layout
31468 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31469 \end_inset
31470
31471
31472 \end_layout
31473
31474 \end_inset
31475 </cell>
31476 </row>
31477 <row>
31478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31479 \begin_inset Text
31480
31481 \begin_layout Plain Layout
31482
31483 \backslash
31484 fb{[2cm]
31485 \begin_inset Formula $\to$
31486 \end_inset
31487
31488
31489 \backslash
31490 {
31491 \begin_inset Formula $\to$
31492 \end_inset
31493
31494
31495 \backslash
31496 {
31497 \backslash
31498 int
31499 \begin_inset ERT
31500 status collapsed
31501
31502 \begin_layout Plain Layout
31503
31504
31505 \backslash
31506 leer 
31507 \end_layout
31508
31509 \end_inset
31510
31511 A=B
31512 \end_layout
31513
31514 \end_inset
31515 </cell>
31516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31517 \begin_inset Text
31518
31519 \begin_layout Plain Layout
31520 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31521 \end_inset
31522
31523
31524 \end_layout
31525
31526 \end_inset
31527 </cell>
31528 </row>
31529 <row>
31530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31531 \begin_inset Text
31532
31533 \begin_layout Plain Layout
31534
31535 \backslash
31536 cb{red
31537 \begin_inset Formula $\to$
31538 \end_inset
31539
31540
31541 \backslash
31542 {
31543 \backslash
31544 int
31545 \begin_inset ERT
31546 status collapsed
31547
31548 \begin_layout Plain Layout
31549
31550
31551 \backslash
31552 leer 
31553 \end_layout
31554
31555 \end_inset
31556
31557 A=B
31558 \end_layout
31559
31560 \end_inset
31561 </cell>
31562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31563 \begin_inset Text
31564
31565 \begin_layout Plain Layout
31566 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31567 \end_inset
31568
31569
31570 \end_layout
31571
31572 \end_inset
31573 </cell>
31574 </row>
31575 <row>
31576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31577 \begin_inset Text
31578
31579 \begin_layout Plain Layout
31580
31581 \backslash
31582 cb[green]
31583 \backslash
31584 {red
31585 \begin_inset Formula $\to$
31586 \end_inset
31587
31588
31589 \backslash
31590 {
31591 \backslash
31592 int
31593 \begin_inset ERT
31594 status collapsed
31595
31596 \begin_layout Plain Layout
31597
31598
31599 \backslash
31600 leer 
31601 \end_layout
31602
31603 \end_inset
31604
31605 A=B
31606 \end_layout
31607
31608 \end_inset
31609 </cell>
31610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31611 \begin_inset Text
31612
31613 \begin_layout Plain Layout
31614 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31615 \end_inset
31616
31617
31618 \end_layout
31619
31620 \end_inset
31621 </cell>
31622 </row>
31623 </lyxtabular>
31624
31625 \end_inset
31626
31627
31628 \end_layout
31629
31630 \begin_layout Section
31631 Diagramme
31632 \begin_inset Index
31633 status collapsed
31634
31635 \begin_layout Plain Layout
31636 Diagramme
31637 \end_layout
31638
31639 \end_inset
31640
31641
31642 \end_layout
31643
31644 \begin_layout Standard
31645 Um Diagramme zu erstellen, wird das LaTeX-Paket 
31646 \series bold
31647 amscd
31648 \begin_inset Foot
31649 status collapsed
31650
31651 \begin_layout Plain Layout
31652
31653 \series bold
31654 amscd
31655 \series default
31656  ist Teil jeder LaTeX-Standardinstallation.
31657 \end_layout
31658
31659 \end_inset
31660
31661
31662 \series default
31663
31664 \begin_inset Index
31665 status collapsed
31666
31667 \begin_layout Plain Layout
31668 Pakete ! amscd
31669 \end_layout
31670
31671 \end_inset
31672
31673  benötigt.
31674  Es wird im LaTeX-Vorspann mit der Zeile
31675 \end_layout
31676
31677 \begin_layout Standard
31678
31679 \series bold
31680
31681 \backslash
31682 usepackage{amscd}
31683 \end_layout
31684
31685 \begin_layout Standard
31686 geladen.
31687 \end_layout
31688
31689 \begin_layout Standard
31690 Diagramme stellen Beziehungen dar und sehen folgendermaßen aus:
31691 \begin_inset Formula \[
31692 \begin{CD}A@>>>B@>>>C\\
31693 @AAA@.@VVV\\
31694 F@<<<E@<<<D\end{CD}\]
31695
31696 \end_inset
31697
31698
31699 \end_layout
31700
31701 \begin_layout Standard
31702 Um sie zu erstellen, gibt man in einer Formel den Befehl 
31703 \series bold
31704
31705 \backslash
31706 CD
31707 \begin_inset Index
31708 status collapsed
31709
31710 \begin_layout Plain Layout
31711 Befehle ! C ! 
31712 \backslash
31713 CD
31714 \end_layout
31715
31716 \end_inset
31717
31718
31719 \series default
31720  ein.
31721  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
31722  man die weiteren Befehle eingibt.
31723  Mit 
31724 \series bold
31725
31726 \begin_inset ERT
31727 status collapsed
31728
31729 \begin_layout Plain Layout
31730
31731
31732 \backslash
31733 mbox{
31734 \end_layout
31735
31736 \end_inset
31737
31738
31739 \family sans
31740 \series default
31741 Strg-Enter
31742 \family default
31743 \series bold
31744
31745 \begin_inset ERT
31746 status collapsed
31747
31748 \begin_layout Plain Layout
31749
31750 }
31751 \end_layout
31752
31753 \end_inset
31754
31755
31756 \series default
31757  wird eine neue Zeile erstellt.
31758  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
31759  Zeilen der Formel eingegeben.
31760 \end_layout
31761
31762 \begin_layout Standard
31763 Zum Erstellen der Beziehungen gibt es folgende Befehle:
31764 \end_layout
31765
31766 \begin_layout Itemize
31767
31768 \series bold
31769 @<<<
31770 \series default
31771  erstellt einen Linkspfeil, 
31772 \series bold
31773 @>>>
31774 \series default
31775  einen Rechtspfeil und 
31776 \series bold
31777 @=
31778 \series default
31779  ein langes Gleichheitszeichen
31780 \end_layout
31781
31782 \begin_layout Itemize
31783
31784 \series bold
31785 @AAA
31786 \series default
31787  erstellt einen Pfeil nach oben, 
31788 \series bold
31789 @VVV
31790 \series default
31791  einen Pfeil nach unten und 
31792 \series bold
31793 @|
31794 \series default
31795  ein senkrechtes Gleichheitszeichen
31796 \end_layout
31797
31798 \begin_layout Itemize
31799
31800 \series bold
31801 @.
31802
31803 \series default
31804  dient als Platzhalter für nicht vorhandene Beziehungen
31805 \end_layout
31806
31807 \begin_layout Standard
31808 Alle Pfeile sind wie folgt beschriftbar:
31809 \end_layout
31810
31811 \begin_layout Itemize
31812 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
31813  > Text eingegeben, erscheint er über dem Pfeil.
31814  Wird der Text zwischen dem zweiten und dritten < bzw.
31815  > eingegeben, erscheint er unter dem Pfeil.
31816 \end_layout
31817
31818 \begin_layout Itemize
31819 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
31820  V eingegeben, erscheint er links neben dem Pfeil.
31821  Bei Eingabe zwischen zweitem und drittem A bzw.
31822  V erscheint er rechts daneben.
31823  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
31824  gesetzt werden.
31825 \end_layout
31826
31827 \begin_layout Standard
31828 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
31829 \end_layout
31830
31831 \begin_layout Standard
31832 \begin_inset Formula \[
31833 \begin{CD}A@>j>>B@>>k>C@=F\\
31834 @AmAA@.@VV{V}V@|\\
31835 D@<<j<E@>k>>F@=C\end{CD}\]
31836
31837 \end_inset
31838
31839
31840 \end_layout
31841
31842 \begin_layout Standard
31843 Der Befehl dazu lautet:
31844 \begin_inset Newline newline
31845 \end_inset
31846
31847
31848 \series bold
31849
31850 \backslash
31851 CD
31852 \begin_inset ERT
31853 status collapsed
31854
31855 \begin_layout Plain Layout
31856
31857
31858 \backslash
31859 leer 
31860 \end_layout
31861
31862 \end_inset
31863
31864 A@>j>>B@>>k>C@=F Strg-Enter
31865 \begin_inset Newline newline
31866 \end_inset
31867
31868
31869 \begin_inset ERT
31870 status collapsed
31871
31872 \begin_layout Plain Layout
31873
31874
31875 \backslash
31876 hphantom{
31877 \end_layout
31878
31879 \end_inset
31880
31881
31882 \backslash
31883 CD
31884 \begin_inset ERT
31885 status collapsed
31886
31887 \begin_layout Plain Layout
31888
31889
31890 \backslash
31891 leer 
31892 \end_layout
31893
31894 \end_inset
31895
31896
31897 \begin_inset ERT
31898 status collapsed
31899
31900 \begin_layout Plain Layout
31901
31902 }
31903 \end_layout
31904
31905 \end_inset
31906
31907 @AmAA@.@VV
31908 \backslash
31909 {V
31910 \series default
31911
31912 \begin_inset Formula $\to$
31913 \end_inset
31914
31915
31916 \series bold
31917 V@| Strg-Enter
31918 \begin_inset Newline newline
31919 \end_inset
31920
31921
31922 \begin_inset ERT
31923 status collapsed
31924
31925 \begin_layout Plain Layout
31926
31927
31928 \backslash
31929 hphantom{
31930 \end_layout
31931
31932 \end_inset
31933
31934
31935 \backslash
31936 CD
31937 \begin_inset ERT
31938 status collapsed
31939
31940 \begin_layout Plain Layout
31941
31942
31943 \backslash
31944 leer 
31945 \end_layout
31946
31947 \end_inset
31948
31949
31950 \begin_inset ERT
31951 status collapsed
31952
31953 \begin_layout Plain Layout
31954
31955 }
31956 \end_layout
31957
31958 \end_inset
31959
31960 D@<<j<E@>k>>F@=C
31961 \end_layout
31962
31963 \begin_layout Standard
31964 \begin_inset Newpage newpage
31965 \end_inset
31966
31967
31968 \end_layout
31969
31970 \begin_layout Section
31971 Tipps
31972 \begin_inset ERT
31973 status collapsed
31974
31975 \begin_layout Plain Layout
31976
31977
31978 \backslash
31979 texorpdfstring{
31980 \end_layout
31981
31982 \end_inset
31983
31984
31985 \begin_inset Foot
31986 status collapsed
31987
31988 \begin_layout Plain Layout
31989 Weitere gute Tipps gibt es unter 
31990 \begin_inset CommandInset citation
31991 LatexCommand cite
31992 key "Voss"
31993
31994 \end_inset
31995
31996 .
31997 \end_layout
31998
31999 \end_inset
32000
32001
32002 \begin_inset ERT
32003 status collapsed
32004
32005 \begin_layout Plain Layout
32006
32007 }{}
32008 \end_layout
32009
32010 \end_inset
32011
32012
32013 \begin_inset Note Note
32014 status collapsed
32015
32016 \begin_layout Plain Layout
32017
32018 \series bold
32019
32020 \backslash
32021 texorpdfstring
32022 \series default
32023  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
32024 \end_layout
32025
32026 \begin_layout Plain Layout
32027 Näheres zu 
32028 \series bold
32029
32030 \backslash
32031 texorpdfstring
32032 \series default
32033  steht in Kapitel 
32034 \begin_inset CommandInset ref
32035 LatexCommand ref
32036 reference "sub:Formeln-in-Überschriften"
32037
32038 \end_inset
32039
32040 .
32041 \end_layout
32042
32043 \end_inset
32044
32045
32046 \begin_inset Index
32047 status collapsed
32048
32049 \begin_layout Plain Layout
32050 Tipps
32051 \end_layout
32052
32053 \end_inset
32054
32055
32056 \begin_inset Index
32057 status collapsed
32058
32059 \begin_layout Plain Layout
32060 Ionen|see
32061 \begin_inset ERT
32062 status collapsed
32063
32064 \begin_layout Plain Layout
32065
32066 {
32067 \end_layout
32068
32069 \end_inset
32070
32071 chemische Zeichen
32072 \begin_inset ERT
32073 status collapsed
32074
32075 \begin_layout Plain Layout
32076
32077 }
32078 \end_layout
32079
32080 \end_inset
32081
32082
32083 \end_layout
32084
32085 \end_inset
32086
32087
32088 \end_layout
32089
32090 \begin_layout Subsection
32091 Chemische Symbole und Reaktionsgleichungen
32092 \begin_inset CommandInset label
32093 LatexCommand label
32094 name "sub:Chemische-Symbole-und"
32095
32096 \end_inset
32097
32098
32099 \begin_inset Index
32100 status collapsed
32101
32102 \begin_layout Plain Layout
32103 chemische Zeichen ! Symbole
32104 \end_layout
32105
32106 \end_inset
32107
32108
32109 \begin_inset Index
32110 status collapsed
32111
32112 \begin_layout Plain Layout
32113 Reaktionsgleichungen
32114 \end_layout
32115
32116 \end_inset
32117
32118
32119 \begin_inset Index
32120 status collapsed
32121
32122 \begin_layout Plain Layout
32123 Symbole ! chemische
32124 \end_layout
32125
32126 \end_inset
32127
32128
32129 \end_layout
32130
32131 \begin_layout Standard
32132 Ein Beispieltext aus der Chemie:
32133 \end_layout
32134
32135 \begin_layout Quote
32136 Das 
32137 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32138 \end_inset
32139
32140 -Ion verbindet sich mit zwei 
32141 \begin_inset Formula $\mathrm{Na^{+}}$
32142 \end_inset
32143
32144 -Ionen zu Natriumsulfat 
32145 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32146 \end_inset
32147
32148 .
32149  Die Reaktionsgleichung dazu lautet:
32150 \begin_inset Formula \[
32151 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32152
32153 \end_inset
32154
32155
32156 \end_layout
32157
32158 \begin_layout Standard
32159 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
32160  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
32161  in der Formel und wandelt diese mit der Tastenkombination 
32162 \family sans
32163 Alt-z
32164 \begin_inset space ~
32165 \end_inset
32166
32167 r
32168 \family default
32169  in den aufrechten Schriftstil um.
32170 \begin_inset Foot
32171 status collapsed
32172
32173 \begin_layout Plain Layout
32174 Schriftstile siehe 
32175 \begin_inset CommandInset ref
32176 LatexCommand ref
32177 reference "sub:Schriftstile"
32178
32179 \end_inset
32180
32181
32182 \end_layout
32183
32184 \end_inset
32185
32186
32187 \end_layout
32188
32189 \begin_layout Subsection
32190 Negative Zahlen
32191 \begin_inset Index
32192 status collapsed
32193
32194 \begin_layout Plain Layout
32195 Zahlen ! negative
32196 \end_layout
32197
32198 \end_inset
32199
32200
32201 \end_layout
32202
32203 \begin_layout Standard
32204 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
32205  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
32206  dargestellt.
32207  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
32208  Minuszeichen korrekt.
32209 \end_layout
32210
32211 \begin_layout Standard
32212 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
32213  nicht mehr auf.
32214 \end_layout
32215
32216 \begin_layout Standard
32217 Ein Beispiel zur Veranschaulichung der Problematik:
32218 \end_layout
32219
32220 \begin_layout Standard
32221 \align center
32222 \begin_inset Tabular
32223 <lyxtabular version="3" rows="3" columns="2">
32224 <features>
32225 <column alignment="right" valignment="top" width="0">
32226 <column alignment="left" valignment="top" width="0">
32227 <row>
32228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32229 \begin_inset Text
32230
32231 \begin_layout Plain Layout
32232 normaler Text:
32233 \end_layout
32234
32235 \end_inset
32236 </cell>
32237 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32238 \begin_inset Text
32239
32240 \begin_layout Plain Layout
32241 x = -2
32242 \end_layout
32243
32244 \end_inset
32245 </cell>
32246 </row>
32247 <row>
32248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32249 \begin_inset Text
32250
32251 \begin_layout Plain Layout
32252 Formelmodus:
32253 \end_layout
32254
32255 \end_inset
32256 </cell>
32257 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32258 \begin_inset Text
32259
32260 \begin_layout Plain Layout
32261 \begin_inset Formula $x=-2$
32262 \end_inset
32263
32264
32265 \end_layout
32266
32267 \end_inset
32268 </cell>
32269 </row>
32270 <row>
32271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32272 \begin_inset Text
32273
32274 \begin_layout Plain Layout
32275 Lösung:
32276 \end_layout
32277
32278 \end_inset
32279 </cell>
32280 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32281 \begin_inset Text
32282
32283 \begin_layout Plain Layout
32284 \begin_inset Formula $x=\textrm{-}2$
32285 \end_inset
32286
32287
32288 \end_layout
32289
32290 \end_inset
32291 </cell>
32292 </row>
32293 </lyxtabular>
32294
32295 \end_inset
32296
32297
32298 \end_layout
32299
32300 \begin_layout Subsection
32301 Komma als Dezimaltrennzeichen
32302 \begin_inset Index
32303 status collapsed
32304
32305 \begin_layout Plain Layout
32306 Komma
32307 \end_layout
32308
32309 \end_inset
32310
32311
32312 \end_layout
32313
32314 \begin_layout Standard
32315 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
32316  als Gruppentrennzeichen.
32317  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
32318  eingefügt.
32319 \end_layout
32320
32321 \begin_layout Standard
32322 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
32323  Text um (Tastenkürzel 
32324 \family sans
32325 Alt-m
32326 \begin_inset space ~
32327 \end_inset
32328
32329 m
32330 \family default
32331 ).
32332 \end_layout
32333
32334 \begin_layout Standard
32335 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
32336  lädt man die Datei 
32337 \series bold
32338 icomma.sty
32339 \series default
32340
32341 \begin_inset Foot
32342 status collapsed
32343
32344 \begin_layout Plain Layout
32345
32346 \series bold
32347 icomma
32348 \series default
32349  ist Teil des LaTeX-Paketes 
32350 \series bold
32351 was
32352 \series default
32353
32354 \begin_inset Index
32355 status collapsed
32356
32357 \begin_layout Plain Layout
32358 Pakete ! was
32359 \begin_inset ERT
32360 status collapsed
32361
32362 \begin_layout Plain Layout
32363
32364
32365 \backslash
32366 vspace{4mm}
32367 \end_layout
32368
32369 \end_inset
32370
32371
32372 \end_layout
32373
32374 \end_inset
32375
32376 .
32377 \end_layout
32378
32379 \end_inset
32380
32381
32382 \begin_inset Index
32383 status collapsed
32384
32385 \begin_layout Plain Layout
32386 Pakete ! icomma
32387 \end_layout
32388
32389 \end_inset
32390
32391  mit der LaTeX-Vorspannzeile
32392 \end_layout
32393
32394 \begin_layout Standard
32395
32396 \series bold
32397
32398 \backslash
32399 usepackage{icomma}
32400 \end_layout
32401
32402 \begin_layout Subsection
32403 Physikalische Vektoren
32404 \begin_inset CommandInset label
32405 LatexCommand label
32406 name "sub:Physikalische-Vektoren"
32407
32408 \end_inset
32409
32410
32411 \begin_inset Index
32412 status collapsed
32413
32414 \begin_layout Plain Layout
32415 Vektoren ! physikalische
32416 \end_layout
32417
32418 \end_inset
32419
32420
32421 \end_layout
32422
32423 \begin_layout Standard
32424 Vordefinierte Vektoren bietet das LaTeX-Paket 
32425 \series bold
32426 braket
32427 \series default
32428
32429 \begin_inset Foot
32430 status collapsed
32431
32432 \begin_layout Plain Layout
32433
32434 \series bold
32435 braket
32436 \series default
32437  sollte Teil jeder LaTeX-Standardinstallation sein.
32438 \end_layout
32439
32440 \end_inset
32441
32442
32443 \begin_inset Index
32444 status collapsed
32445
32446 \begin_layout Plain Layout
32447 Pakete ! braket
32448 \end_layout
32449
32450 \end_inset
32451
32452 , das mit der LaTeX-Vorspannzeile
32453 \end_layout
32454
32455 \begin_layout Standard
32456
32457 \series bold
32458
32459 \backslash
32460 usepackage{braket}
32461 \end_layout
32462
32463 \begin_layout Standard
32464 geladen wird.
32465 \begin_inset ERT
32466 status collapsed
32467
32468 \begin_layout Plain Layout
32469
32470
32471 \backslash
32472 ifbraket 
32473 \end_layout
32474
32475 \end_inset
32476
32477
32478 \begin_inset Note Note
32479 status open
32480
32481 \begin_layout Plain Layout
32482 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
32483 \series bold
32484 braket
32485 \series default
32486  installiert ist:
32487 \end_layout
32488
32489 \end_inset
32490
32491
32492 \end_layout
32493
32494 \begin_layout Standard
32495 Folgende Befehle sind definiert:
32496 \end_layout
32497
32498 \begin_layout Standard
32499 \align center
32500 \begin_inset Tabular
32501 <lyxtabular version="3" rows="4" columns="2">
32502 <features>
32503 <column alignment="center" valignment="top" width="0">
32504 <column alignment="center" valignment="top" width="0">
32505 <row>
32506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32507 \begin_inset Text
32508
32509 \begin_layout Plain Layout
32510 Befehl
32511 \end_layout
32512
32513 \end_inset
32514 </cell>
32515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32516 \begin_inset Text
32517
32518 \begin_layout Plain Layout
32519 Ergebnis
32520 \end_layout
32521
32522 \end_inset
32523 </cell>
32524 </row>
32525 <row>
32526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32527 \begin_inset Text
32528
32529 \begin_layout Plain Layout
32530
32531 \backslash
32532 Bra{
32533 \backslash
32534 psi
32535 \end_layout
32536
32537 \end_inset
32538 </cell>
32539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32540 \begin_inset Text
32541
32542 \begin_layout Plain Layout
32543 \begin_inset Formula $\Bra{\psi}$
32544 \end_inset
32545
32546
32547 \end_layout
32548
32549 \end_inset
32550 </cell>
32551 </row>
32552 <row>
32553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32554 \begin_inset Text
32555
32556 \begin_layout Plain Layout
32557
32558 \backslash
32559 Ket{
32560 \backslash
32561 psi
32562 \end_layout
32563
32564 \end_inset
32565 </cell>
32566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32567 \begin_inset Text
32568
32569 \begin_layout Plain Layout
32570 \begin_inset Formula $\Ket{\psi}$
32571 \end_inset
32572
32573
32574 \end_layout
32575
32576 \end_inset
32577 </cell>
32578 </row>
32579 <row>
32580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32581 \begin_inset Text
32582
32583 \begin_layout Plain Layout
32584
32585 \backslash
32586 Braket{
32587 \backslash
32588 psi|
32589 \backslash
32590 phi
32591 \end_layout
32592
32593 \end_inset
32594 </cell>
32595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32596 \begin_inset Text
32597
32598 \begin_layout Plain Layout
32599 \begin_inset Formula $\Braket{\psi|\phi}$
32600 \end_inset
32601
32602
32603 \end_layout
32604
32605 \end_inset
32606 </cell>
32607 </row>
32608 </lyxtabular>
32609
32610 \end_inset
32611
32612
32613 \end_layout
32614
32615 \begin_layout Standard
32616 Der Befehl 
32617 \series bold
32618
32619 \backslash
32620 Braket
32621 \series default
32622  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
32623  Klammern gesetzt werden:
32624 \begin_inset Formula \[
32625 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32626
32627 \end_inset
32628
32629
32630 \begin_inset ERT
32631 status collapsed
32632
32633 \begin_layout Plain Layout
32634
32635
32636 \backslash
32637 else 
32638 \end_layout
32639
32640 \end_inset
32641
32642
32643 \begin_inset Note Note
32644 status open
32645
32646 \begin_layout Plain Layout
32647 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
32648 \series bold
32649 braket
32650 \series default
32651  nicht installiert ist:
32652 \end_layout
32653
32654 \end_inset
32655
32656
32657 \end_layout
32658
32659 \begin_layout Standard
32660 Das LaTeX-Paket 
32661 \series bold
32662 braket 
32663 \series default
32664 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
32665 \end_layout
32666
32667 \begin_layout Standard
32668 \begin_inset ERT
32669 status collapsed
32670
32671 \begin_layout Plain Layout
32672
32673
32674 \backslash
32675 fi 
32676 \end_layout
32677
32678 \end_inset
32679
32680
32681 \end_layout
32682
32683 \begin_layout Standard
32684 Der Effekt von 
32685 \series bold
32686
32687 \backslash
32688 Braket
32689 \series default
32690  kann auch mit dem Befehl 
32691 \series bold
32692
32693 \backslash
32694 middle
32695 \series default
32696  erzielt werden, der in 
32697 \begin_inset CommandInset ref
32698 LatexCommand ref
32699 reference "sub:Automatische-Klammergrößen"
32700
32701 \end_inset
32702
32703  beschrieben ist.
32704 \end_layout
32705
32706 \begin_layout Subsection
32707 Selbst definierte Brüche
32708 \begin_inset CommandInset label
32709 LatexCommand label
32710 name "sub:Selbstdefinierte-Brüche"
32711
32712 \end_inset
32713
32714
32715 \begin_inset Index
32716 status collapsed
32717
32718 \begin_layout Plain Layout
32719 Brüche ! selbstdefinierte
32720 \end_layout
32721
32722 \end_inset
32723
32724
32725 \end_layout
32726
32727 \begin_layout Standard
32728 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
32729 \series bold
32730
32731 \backslash
32732 genfrac
32733 \series default
32734
32735 \begin_inset Index
32736 status collapsed
32737
32738 \begin_layout Plain Layout
32739 Befehle ! G ! 
32740 \backslash
32741 genfrac
32742 \end_layout
32743
32744 \end_inset
32745
32746  in folgendem Schema:
32747 \end_layout
32748
32749 \begin_layout Standard
32750
32751 \series bold
32752
32753 \backslash
32754 genfrac{linke
32755 \series default
32756  
32757 \series bold
32758 Klammer}{rechte
32759 \series default
32760  
32761 \series bold
32762 Klammer}{Bruchstrichdicke}{Ansichtsstil}
32763 \begin_inset Newline newline
32764 \end_inset
32765
32766
32767 \begin_inset ERT
32768 status collapsed
32769
32770 \begin_layout Plain Layout
32771
32772
32773 \backslash
32774 phantom{
32775 \end_layout
32776
32777 \end_inset
32778
32779
32780 \backslash
32781 genfrac
32782 \begin_inset ERT
32783 status collapsed
32784
32785 \begin_layout Plain Layout
32786
32787 }
32788 \end_layout
32789
32790 \end_inset
32791
32792 {Zähler}{Nenner}
32793 \end_layout
32794
32795 \begin_layout Standard
32796 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
32797 \begin_inset space \thinspace{}
32798 \end_inset
32799
32800 -
32801 \begin_inset space \thinspace{}
32802 \end_inset
32803
32804 3 angegeben.
32805 \end_layout
32806
32807 \begin_layout Standard
32808 \align center
32809 \begin_inset Tabular
32810 <lyxtabular version="3" rows="5" columns="2">
32811 <features>
32812 <column alignment="center" valignment="top" width="0">
32813 <column alignment="center" valignment="top" width="0">
32814 <row>
32815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32816 \begin_inset Text
32817
32818 \begin_layout Plain Layout
32819 Nummer
32820 \end_layout
32821
32822 \end_inset
32823 </cell>
32824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32825 \begin_inset Text
32826
32827 \begin_layout Plain Layout
32828 Ansichtsstil
32829 \end_layout
32830
32831 \end_inset
32832 </cell>
32833 </row>
32834 <row>
32835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32836 \begin_inset Text
32837
32838 \begin_layout Plain Layout
32839 0
32840 \end_layout
32841
32842 \end_inset
32843 </cell>
32844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32845 \begin_inset Text
32846
32847 \begin_layout Plain Layout
32848 abgesetzte Formel
32849 \end_layout
32850
32851 \end_inset
32852 </cell>
32853 </row>
32854 <row>
32855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32856 \begin_inset Text
32857
32858 \begin_layout Plain Layout
32859 1
32860 \end_layout
32861
32862 \end_inset
32863 </cell>
32864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32865 \begin_inset Text
32866
32867 \begin_layout Plain Layout
32868 eingebettete Formel
32869 \end_layout
32870
32871 \end_inset
32872 </cell>
32873 </row>
32874 <row>
32875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32876 \begin_inset Text
32877
32878 \begin_layout Plain Layout
32879 2
32880 \end_layout
32881
32882 \end_inset
32883 </cell>
32884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32885 \begin_inset Text
32886
32887 \begin_layout Plain Layout
32888 klein
32889 \end_layout
32890
32891 \end_inset
32892 </cell>
32893 </row>
32894 <row>
32895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32896 \begin_inset Text
32897
32898 \begin_layout Plain Layout
32899 3
32900 \end_layout
32901
32902 \end_inset
32903 </cell>
32904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32905 \begin_inset Text
32906
32907 \begin_layout Plain Layout
32908 winzig
32909 \end_layout
32910
32911 \end_inset
32912 </cell>
32913 </row>
32914 </lyxtabular>
32915
32916 \end_inset
32917
32918
32919 \end_layout
32920
32921 \begin_layout Standard
32922 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
32923  
32924 \series bold
32925
32926 \backslash
32927 frac
32928 \series default
32929  der Umgebung an.
32930 \end_layout
32931
32932 \begin_layout Standard
32933 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
32934  0.4
32935 \begin_inset space \thinspace{}
32936 \end_inset
32937
32938 pt verwendet.
32939 \end_layout
32940
32941 \begin_layout Standard
32942 \begin_inset VSpace medskip
32943 \end_inset
32944
32945 Zum Beispiel sind die Befehle 
32946 \series bold
32947
32948 \backslash
32949 dfrac
32950 \series default
32951  und 
32952 \series bold
32953
32954 \backslash
32955 tbinom
32956 \series default
32957  aus 
32958 \begin_inset CommandInset ref
32959 LatexCommand ref
32960 reference "sub:Brüche"
32961
32962 \end_inset
32963
32964  folgendermaßen definiert:
32965 \end_layout
32966
32967 \begin_layout Standard
32968
32969 \series bold
32970
32971 \backslash
32972 newcommand{
32973 \backslash
32974 dfrac}[2]{
32975 \backslash
32976 genfrac{}{}{}{0}{#1}{#2}}
32977 \end_layout
32978
32979 \begin_layout Standard
32980 und
32981 \end_layout
32982
32983 \begin_layout Standard
32984
32985 \series bold
32986
32987 \backslash
32988 newcommand{
32989 \backslash
32990 tbinom}[2]{
32991 \backslash
32992 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32993 \end_layout
32994
32995 \begin_layout Standard
32996 \begin_inset VSpace medskip
32997 \end_inset
32998
32999 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
33000  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
33001 \end_layout
33002
33003 \begin_layout Standard
33004
33005 \series bold
33006
33007 \backslash
33008 newcommand{
33009 \backslash
33010 fracS}[3][]{
33011 \backslash
33012 genfrac{}{}{#1}{}{#2}{#3}}
33013 \end_layout
33014
33015 \begin_layout Standard
33016 Dazu ein Test:
33017 \begin_inset Formula \begin{align*}
33018 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33019 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
33020
33021 \end_inset
33022
33023 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
33024  in etwa der dreifachen Strichdicke.
33025 \end_layout
33026
33027 \begin_layout Subsection
33028 Durchgestrichene Formeln
33029 \begin_inset CommandInset label
33030 LatexCommand label
33031 name "sub:Durchgestrichene-Formeln"
33032
33033 \end_inset
33034
33035
33036 \begin_inset Index
33037 status collapsed
33038
33039 \begin_layout Plain Layout
33040 Formel ! durchgestrichene
33041 \end_layout
33042
33043 \end_inset
33044
33045
33046 \end_layout
33047
33048 \begin_layout Standard
33049 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
33050 \series bold
33051 cancel
33052 \series default
33053
33054 \begin_inset Foot
33055 status collapsed
33056
33057 \begin_layout Plain Layout
33058
33059 \series bold
33060 cancel
33061 \series default
33062  ist Teil jeder LaTeX-Standardinstallation.
33063 \end_layout
33064
33065 \end_inset
33066
33067
33068 \begin_inset Index
33069 status collapsed
33070
33071 \begin_layout Plain Layout
33072 Pakete ! cancel
33073 \end_layout
33074
33075 \end_inset
33076
33077  mit der LaTeX-Vorspannzeile
33078 \end_layout
33079
33080 \begin_layout Standard
33081
33082 \series bold
33083
33084 \backslash
33085 usepackage[samesize]{cancel}
33086 \end_layout
33087
33088 \begin_layout Standard
33089 geladen werden.
33090 \begin_inset Newpage pagebreak
33091 \end_inset
33092
33093
33094 \end_layout
33095
33096 \begin_layout Standard
33097 Es gibt vier verschiedene Arten durchzustreichen:
33098 \end_layout
33099
33100 \begin_layout Standard
33101 \align center
33102 \begin_inset Tabular
33103 <lyxtabular version="3" rows="5" columns="2">
33104 <features>
33105 <column alignment="center" valignment="top" width="0">
33106 <column alignment="center" valignment="top" width="0">
33107 <row>
33108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33109 \begin_inset Text
33110
33111 \begin_layout Plain Layout
33112 Befehl
33113 \end_layout
33114
33115 \end_inset
33116 </cell>
33117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33118 \begin_inset Text
33119
33120 \begin_layout Plain Layout
33121 Ergebnis
33122 \begin_inset Note Note
33123 status collapsed
33124
33125 \begin_layout Plain Layout
33126
33127 \series bold
33128
33129 \backslash
33130 hspace
33131 \series default
33132  und 
33133 \series bold
33134
33135 \backslash
33136 raisebox
33137 \series default
33138  dienen nur als Abstandhalter.
33139 \end_layout
33140
33141 \end_inset
33142
33143
33144 \end_layout
33145
33146 \end_inset
33147 </cell>
33148 </row>
33149 <row>
33150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33151 \begin_inset Text
33152
33153 \begin_layout Plain Layout
33154
33155 \backslash
33156 cancel{
33157 \backslash
33158 int
33159 \begin_inset ERT
33160 status collapsed
33161
33162 \begin_layout Plain Layout
33163
33164
33165 \backslash
33166 leer 
33167 \end_layout
33168
33169 \end_inset
33170
33171 A=B
33172 \end_layout
33173
33174 \end_inset
33175 </cell>
33176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33177 \begin_inset Text
33178
33179 \begin_layout Plain Layout
33180 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33181 \end_inset
33182
33183
33184 \end_layout
33185
33186 \end_inset
33187 </cell>
33188 </row>
33189 <row>
33190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33191 \begin_inset Text
33192
33193 \begin_layout Plain Layout
33194
33195 \backslash
33196 bcancel{
33197 \backslash
33198 int
33199 \begin_inset ERT
33200 status collapsed
33201
33202 \begin_layout Plain Layout
33203
33204
33205 \backslash
33206 leer 
33207 \end_layout
33208
33209 \end_inset
33210
33211 A=B
33212 \end_layout
33213
33214 \end_inset
33215 </cell>
33216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33217 \begin_inset Text
33218
33219 \begin_layout Plain Layout
33220 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33221 \end_inset
33222
33223
33224 \end_layout
33225
33226 \end_inset
33227 </cell>
33228 </row>
33229 <row>
33230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33231 \begin_inset Text
33232
33233 \begin_layout Plain Layout
33234
33235 \backslash
33236 xcancel{
33237 \backslash
33238 int
33239 \begin_inset ERT
33240 status collapsed
33241
33242 \begin_layout Plain Layout
33243
33244
33245 \backslash
33246 leer 
33247 \end_layout
33248
33249 \end_inset
33250
33251 A=B
33252 \end_layout
33253
33254 \end_inset
33255 </cell>
33256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33257 \begin_inset Text
33258
33259 \begin_layout Plain Layout
33260 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33261 \end_inset
33262
33263
33264 \end_layout
33265
33266 \end_inset
33267 </cell>
33268 </row>
33269 <row>
33270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33271 \begin_inset Text
33272
33273 \begin_layout Plain Layout
33274
33275 \backslash
33276 cancelto{1
33277 \begin_inset Formula $\to$
33278 \end_inset
33279
33280
33281 \backslash
33282 {
33283 \backslash
33284 int
33285 \begin_inset ERT
33286 status collapsed
33287
33288 \begin_layout Plain Layout
33289
33290
33291 \backslash
33292 leer 
33293 \end_layout
33294
33295 \end_inset
33296
33297 A=B
33298 \end_layout
33299
33300 \end_inset
33301 </cell>
33302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33303 \begin_inset Text
33304
33305 \begin_layout Plain Layout
33306 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33307 \end_inset
33308
33309
33310 \end_layout
33311
33312 \end_inset
33313 </cell>
33314 </row>
33315 </lyxtabular>
33316
33317 \end_inset
33318
33319
33320 \end_layout
33321
33322 \begin_layout Standard
33323
33324 \series bold
33325
33326 \backslash
33327 cancelto
33328 \series default
33329  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
33330  will:
33331 \begin_inset Formula \[
33332 \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}}}\]
33333
33334 \end_inset
33335
33336
33337 \end_layout
33338
33339 \begin_layout Subsection
33340 Formeln in Überschriften
33341 \begin_inset CommandInset label
33342 LatexCommand label
33343 name "sub:Formeln-in-Überschriften"
33344
33345 \end_inset
33346
33347
33348 \begin_inset Index
33349 status collapsed
33350
33351 \begin_layout Plain Layout
33352 Formel ! in Überschriften
33353 \end_layout
33354
33355 \end_inset
33356
33357
33358 \end_layout
33359
33360 \begin_layout Standard
33361 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
33362 \end_layout
33363
33364 \begin_layout Standard
33365 \begin_inset Note Greyedout
33366 status open
33367
33368 \begin_layout Plain Layout
33369 Verwendet man 
33370 \series bold
33371 hyperref
33372 \series default
33373
33374 \begin_inset Index
33375 status collapsed
33376
33377 \begin_layout Plain Layout
33378 Pakete ! hyperref
33379 \end_layout
33380
33381 \end_inset
33382
33383  Unterstützung im den Dokumenteinstellungen unter 
33384 \family sans
33385 PDF-Eigenschaften
33386 \family default
33387 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
33388  erzeugt.
33389  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
33390  dargestellt.
33391  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
33392 \end_layout
33393
33394 \end_inset
33395
33396
33397 \end_layout
33398
33399 \begin_layout Standard
33400 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
33401  Kurztitel über das Menü 
33402 \family sans
33403 Einfügen\SpecialChar \menuseparator
33404 Kurztitel
33405 \family default
33406  einfügt.
33407  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
33408  um das Inhaltsverzeichnis übersichtlich zu halten.
33409  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
33410 chen.
33411 \end_layout
33412
33413 \begin_layout Standard
33414 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
33415 \series bold
33416 hyperref
33417 \series default
33418 , verwendet man im TeX-Modus den Befehl
33419 \end_layout
33420
33421 \begin_layout Standard
33422
33423 \series bold
33424
33425 \backslash
33426 texorpdfstring{Teil}{Alternative}
33427 \begin_inset Index
33428 status collapsed
33429
33430 \begin_layout Plain Layout
33431 Befehle ! T ! 
33432 \backslash
33433 texorpdfstring
33434 \end_layout
33435
33436 \end_inset
33437
33438
33439 \end_layout
33440
33441 \begin_layout Standard
33442 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
33443  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
33444  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
33445  soll.
33446 \end_layout
33447
33448 \begin_layout Standard
33449 Es folgen zwei Beispielüberschriften:
33450 \begin_inset VSpace -3mm
33451 \end_inset
33452
33453
33454 \begin_inset ERT
33455 status collapsed
33456
33457 \begin_layout Plain Layout
33458
33459
33460 \backslash
33461 boldmath 
33462 \end_layout
33463
33464 \end_inset
33465
33466
33467 \end_layout
33468
33469 \begin_layout Subsubsection
33470 Überschrift ohne Formel im Inhaltsverzeichnis 
33471 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33472 \end_inset
33473
33474
33475 \begin_inset OptArg
33476 status collapsed
33477
33478 \begin_layout Plain Layout
33479 Überschrift ohne Formel im Inhaltsverzeichnis
33480 \end_layout
33481
33482 \end_inset
33483
33484
33485 \end_layout
33486
33487 \begin_layout Subsubsection
33488 Überschrift mit Formel im Inhaltsverzeichnis
33489 \begin_inset ERT
33490 status collapsed
33491
33492 \begin_layout Plain Layout
33493
33494
33495 \backslash
33496 texorpdfstring{
33497 \end_layout
33498
33499 \end_inset
33500
33501  
33502 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33503 \end_inset
33504
33505
33506 \begin_inset ERT
33507 status collapsed
33508
33509 \begin_layout Plain Layout
33510
33511 }{}
33512 \end_layout
33513
33514 \end_inset
33515
33516
33517 \end_layout
33518
33519 \begin_layout Standard
33520 \begin_inset ERT
33521 status collapsed
33522
33523 \begin_layout Plain Layout
33524
33525
33526 \backslash
33527 unboldmath 
33528 \end_layout
33529
33530 \end_inset
33531
33532 In der ersten Überschrift wurde ein Kurztitel verwendet.
33533  In der zweiten 
33534 \series bold
33535
33536 \backslash
33537 texorpdfstring
33538 \series default
33539 .
33540 \end_layout
33541
33542 \begin_layout Standard
33543 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
33544  die komplette Überschrift in eine 
33545 \series bold
33546 boldmath
33547 \series default
33548 -Umgebung
33549 \begin_inset Foot
33550 status collapsed
33551
33552 \begin_layout Plain Layout
33553 siehe 
33554 \begin_inset CommandInset ref
33555 LatexCommand ref
33556 reference "sub:Fett-gedruckte-Formeln"
33557
33558 \end_inset
33559
33560
33561 \end_layout
33562
33563 \end_inset
33564
33565  gesetzt.
33566 \end_layout
33567
33568 \begin_layout Subsection
33569 Formeln im mehrspaltigen Text
33570 \begin_inset Index
33571 status collapsed
33572
33573 \begin_layout Plain Layout
33574 Formel ! im mehrspaltigen Text
33575 \end_layout
33576
33577 \end_inset
33578
33579
33580 \end_layout
33581
33582 \begin_layout Standard
33583 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
33584  müssen daher über die gesamte Seitenbreite gesetzt werden.
33585  Dazu verwendet man das LaTeX-Paket 
33586 \series bold
33587 multicol
33588 \series default
33589
33590 \begin_inset Foot
33591 status collapsed
33592
33593 \begin_layout Plain Layout
33594
33595 \series bold
33596 multicol
33597 \series default
33598  ist Teil jeder LaTeX-Standardinstallation.
33599 \end_layout
33600
33601 \end_inset
33602
33603
33604 \begin_inset Index
33605 status collapsed
33606
33607 \begin_layout Plain Layout
33608 Pakete ! multicol
33609 \end_layout
33610
33611 \end_inset
33612
33613 , das mit der LaTeX-Vorspannzeile
33614 \end_layout
33615
33616 \begin_layout Standard
33617
33618 \series bold
33619
33620 \backslash
33621 usepackage{multicol}
33622 \end_layout
33623
33624 \begin_layout Standard
33625 geladen wird.
33626 \end_layout
33627
33628 \begin_layout Standard
33629 \begin_inset Note Greyedout
33630 status open
33631
33632 \begin_layout Plain Layout
33633 Dabei ist zu beachten, dass im Menü 
33634 \family sans
33635 Dokument\SpecialChar \menuseparator
33636 Einstellungen
33637 \family default
33638  unter 
33639 \family sans
33640 Textformat
33641 \family default
33642  
33643 \emph on
33644 nicht
33645 \emph default
33646  
33647 \family sans
33648 Zweispaltiges
33649 \begin_inset space ~
33650 \end_inset
33651
33652 Dokument
33653 \family default
33654  ausgewählt sein darf.
33655 \end_layout
33656
33657 \end_inset
33658
33659
33660 \end_layout
33661
33662 \begin_layout Standard
33663 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
33664 \end_layout
33665
33666 \begin_layout Standard
33667
33668 \series bold
33669
33670 \backslash
33671 begin{multicols}{Spaltenanzahl}
33672 \end_layout
33673
33674 \begin_layout Standard
33675 wobei die Spaltenanzahl eine Zahl im Bereich 2
33676 \begin_inset space \thinspace{}
33677 \end_inset
33678
33679 -
33680 \begin_inset space \thinspace{}
33681 \end_inset
33682
33683 10 ist.
33684  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
33685 \end_layout
33686
33687 \begin_layout Standard
33688
33689 \series bold
33690
33691 \backslash
33692 end{multicols}
33693 \end_layout
33694
33695 \begin_layout Standard
33696 der im TeX-Modus eingegeben wird.
33697 \end_layout
33698
33699 \begin_layout Standard
33700 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
33701  Um dies rückgängig zu machen, fügt man vor der Formel -6
33702 \begin_inset space \thinspace{}
33703 \end_inset
33704
33705 mm vertikalen Leerraum ein.
33706  Ist der Formelstil 
33707 \series bold
33708 Eingerückt
33709 \begin_inset Foot
33710 status collapsed
33711
33712 \begin_layout Plain Layout
33713 Formelstile siehe 
33714 \begin_inset CommandInset ref
33715 LatexCommand ref
33716 reference "sec:Formelstile"
33717
33718 \end_inset
33719
33720
33721 \end_layout
33722
33723 \end_inset
33724
33725
33726 \series default
33727  gewählt, fügt man stattdessen -9
33728 \begin_inset space \thinspace{}
33729 \end_inset
33730
33731 mm Leerraum ein.
33732 \end_layout
33733
33734 \begin_layout Standard
33735 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
33736 \end_layout
33737
33738 \begin_layout Standard
33739 \begin_inset ERT
33740 status collapsed
33741
33742 \begin_layout Plain Layout
33743
33744
33745 \backslash
33746 begin{multicols}{2}
33747 \end_layout
33748
33749 \end_inset
33750
33751 Das Spektrum wird fouriertransformiert.
33752  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
33753 , Lösungsmittel) zu trennen.
33754  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
33755  nun das Aussehen des Ausgangssignals.
33756  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
33757  über alle Phasen integrieren muss.
33758  Sei nun 
33759 \begin_inset Formula $S$
33760 \end_inset
33761
33762  unser normiertes Ausgangssignal und 
33763 \begin_inset Formula $P$
33764 \end_inset
33765
33766  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
33767 \begin_inset ERT
33768 status collapsed
33769
33770 \begin_layout Plain Layout
33771
33772
33773 \backslash
33774 end{multicols}
33775 \end_layout
33776
33777 \end_inset
33778
33779
33780 \begin_inset VSpace -6mm
33781 \end_inset
33782
33783
33784 \begin_inset Formula \begin{equation}
33785 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33786
33787 \end_inset
33788
33789
33790 \begin_inset ERT
33791 status collapsed
33792
33793 \begin_layout Plain Layout
33794
33795
33796 \backslash
33797 begin{multicols}{2}
33798 \end_layout
33799
33800 \end_inset
33801
33802 wobei 
33803 \begin_inset Formula $S_{0}$
33804 \end_inset
33805
33806  das Signal ohne Gradient ist und die Normierungsbedingung 
33807 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33808 \end_inset
33809
33810  gilt.
33811  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
33812  Direkt nach dem 
33813 \begin_inset Formula $\nicefrac{\pi}{2}$
33814 \end_inset
33815
33816
33817 \begin_inset space \thinspace{}
33818 \end_inset
33819
33820 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
33821  das Signal zusätzlich abschwächt.
33822  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
33823  
33824 \begin_inset Formula $T_{2}$
33825 \end_inset
33826
33827 -Zeit.
33828 \end_layout
33829
33830 \begin_layout Standard
33831 \begin_inset ERT
33832 status collapsed
33833
33834 \begin_layout Plain Layout
33835
33836
33837 \backslash
33838 end{multicols}
33839 \end_layout
33840
33841 \end_inset
33842
33843  
33844 \end_layout
33845
33846 \begin_layout Subsection
33847 Formeln mit Beschreibung der Variablen
33848 \begin_inset Index
33849 status collapsed
33850
33851 \begin_layout Plain Layout
33852 Formel ! mit Variablenbeschreibung
33853 \end_layout
33854
33855 \end_inset
33856
33857
33858 \end_layout
33859
33860 \begin_layout Standard
33861 Möchte man wie in Formel 
33862 \begin_inset CommandInset ref
33863 LatexCommand eqref
33864 reference "eq:innerhalb"
33865
33866 \end_inset
33867
33868 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
33869 \series bold
33870 ×
33871 \series default
33872
33873 \begin_inset Formula $n$
33874 \end_inset
33875
33876
33877 \begin_inset space ~
33878 \end_inset
33879
33880 Matrix mit links ausgerichteten Spalten für die verwendeten 
33881 \begin_inset Formula $n$
33882 \end_inset
33883
33884  Variablen.
33885 \begin_inset Foot
33886 status collapsed
33887
33888 \begin_layout Plain Layout
33889 Matrizen siehe 
33890 \begin_inset CommandInset ref
33891 LatexCommand ref
33892 reference "sec:Matrizen"
33893
33894 \end_inset
33895
33896
33897 \end_layout
33898
33899 \end_inset
33900
33901  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
33902 \begin_inset space \thinspace{}
33903 \end_inset
33904
33905 B.
33906  den Befehl 
33907 \series bold
33908
33909 \backslash
33910 footnotesize
33911 \series default
33912  ein.
33913 \begin_inset Foot
33914 status collapsed
33915
33916 \begin_layout Plain Layout
33917 Schriftgrößen siehe 
33918 \begin_inset CommandInset ref
33919 LatexCommand ref
33920 reference "sub:Schriftgrößen"
33921
33922 \end_inset
33923
33924
33925 \end_layout
33926
33927 \end_inset
33928
33929
33930 \end_layout
33931
33932 \begin_layout Standard
33933 Wird der Formelstil 
33934 \series bold
33935 Eingerückt
33936 \begin_inset Foot
33937 status collapsed
33938
33939 \begin_layout Plain Layout
33940 Formelstile siehe 
33941 \begin_inset CommandInset ref
33942 LatexCommand ref
33943 reference "sec:Formelstile"
33944
33945 \end_inset
33946
33947
33948 \end_layout
33949
33950 \end_inset
33951
33952
33953 \series default
33954  verwendet, fügt man vor und nach der Matrix ein 
33955 \series bold
33956
33957 \backslash
33958 hfill
33959 \series default
33960
33961 \begin_inset Foot
33962 status collapsed
33963
33964 \begin_layout Plain Layout
33965
33966 \series bold
33967
33968 \backslash
33969 hfill
33970 \series default
33971  wirkt nur in Formeln mit dem Stil 
33972 \series bold
33973 Eingerückt
33974 \series default
33975 , siehe 
33976 \begin_inset CommandInset ref
33977 LatexCommand ref
33978 reference "sub:Variabler-Leerraum"
33979
33980 \end_inset
33981
33982 .
33983 \end_layout
33984
33985 \end_inset
33986
33987  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
33988  gleich ist.
33989 \end_layout
33990
33991 \begin_layout Standard
33992 Ist der Formelstil 
33993 \series bold
33994 Zentriert
33995 \series default
33996  gewählt, nutzt man die in 
33997 \begin_inset CommandInset ref
33998 LatexCommand ref
33999 reference "sub:Flalign-Umgebung"
34000
34001 \end_inset
34002
34003  beschriebene Möglichkeit, Formeln einzurücken.
34004  Formel 
34005 \begin_inset CommandInset ref
34006 LatexCommand eqref
34007 reference "eq:innerhalb"
34008
34009 \end_inset
34010
34011  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
34012  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
34013 \begin_inset Formula \begin{flalign}
34014 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34015 \rho & \textrm{Dichte}\\
34016 V & \textrm{Volumen}\\
34017 g & \textrm{Fallbeschleunigung}\end{array} &  & {}\label{eq:innerhalb}\end{flalign}
34018
34019 \end_inset
34020
34021
34022 \end_layout
34023
34024 \begin_layout Subsection
34025 Aufrechte kleine griechische Buchstaben
34026 \begin_inset CommandInset label
34027 LatexCommand label
34028 name "sub:Aufrechte-kleine-griechische"
34029
34030 \end_inset
34031
34032
34033 \begin_inset Index
34034 status collapsed
34035
34036 \begin_layout Plain Layout
34037 griechische Buchstaben ! aufrechte
34038 \end_layout
34039
34040 \end_inset
34041
34042
34043 \end_layout
34044
34045 \begin_layout Standard
34046 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
34047  zur Verfügung.
34048  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
34049  aufrechte griechische Buchstaben benötigt.
34050  Die Datei 
34051 \series bold
34052 upgreek.sty
34053 \series default
34054
34055 \begin_inset Foot
34056 status collapsed
34057
34058 \begin_layout Plain Layout
34059
34060 \series bold
34061 upgreek
34062 \series default
34063  ist Teil des LaTeX-Paketes 
34064 \series bold
34065 was
34066 \series default
34067
34068 \begin_inset Index
34069 status collapsed
34070
34071 \begin_layout Plain Layout
34072 Pakete ! was
34073 \begin_inset ERT
34074 status collapsed
34075
34076 \begin_layout Plain Layout
34077
34078
34079 \backslash
34080 vspace{4mm}
34081 \end_layout
34082
34083 \end_inset
34084
34085
34086 \end_layout
34087
34088 \end_inset
34089
34090 .
34091 \end_layout
34092
34093 \end_inset
34094
34095
34096 \begin_inset Index
34097 status collapsed
34098
34099 \begin_layout Plain Layout
34100 Pakete ! upgreek
34101 \end_layout
34102
34103 \end_inset
34104
34105 , die mit der LaTeX-Vorspannzeile
34106 \end_layout
34107
34108 \begin_layout Standard
34109
34110 \series bold
34111
34112 \backslash
34113 usepackage{upgreek}
34114 \end_layout
34115
34116 \begin_layout Standard
34117 geladen wird, stellt diese Buchstaben zur Verfügung.
34118  
34119 \begin_inset ERT
34120 status collapsed
34121
34122 \begin_layout Plain Layout
34123
34124
34125 \backslash
34126 ifupgreek 
34127 \end_layout
34128
34129 \end_inset
34130
34131
34132 \begin_inset Note Note
34133 status open
34134
34135 \begin_layout Plain Layout
34136 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34137 \series bold
34138 upgreek
34139 \series default
34140  installiert ist:
34141 \end_layout
34142
34143 \end_inset
34144
34145  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
34146  
34147 \series bold
34148 up
34149 \series default
34150  begonnen wird.
34151  So erzeugt z.
34152 \begin_inset space \thinspace{}
34153 \end_inset
34154
34155 B.
34156  der Befehl 
34157 \series bold
34158
34159 \backslash
34160 uptau
34161 \series default
34162  dies: 
34163 \begin_inset Formula $\uptau$
34164 \end_inset
34165
34166
34167 \end_layout
34168
34169 \begin_layout Standard
34170 Damit kann man Elementarteilchenreaktionen erstellen:
34171 \begin_inset Formula \[
34172 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
34173
34174 \end_inset
34175
34176
34177 \end_layout
34178
34179 \begin_layout Standard
34180 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
34181  Sie sollten daher nicht für Einheiten wie 
34182 \begin_inset Quotes gld
34183 \end_inset
34184
34185 µm
34186 \begin_inset Quotes grd
34187 \end_inset
34188
34189  verwendet werden.
34190 \end_layout
34191
34192 \begin_layout Standard
34193 \begin_inset ERT
34194 status collapsed
34195
34196 \begin_layout Plain Layout
34197
34198
34199 \backslash
34200 else 
34201 \end_layout
34202
34203 \end_inset
34204
34205
34206 \begin_inset Note Note
34207 status open
34208
34209 \begin_layout Plain Layout
34210 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34211 \series bold
34212 upgreek
34213 \series default
34214  nicht installiert ist:
34215 \end_layout
34216
34217 \end_inset
34218
34219
34220 \end_layout
34221
34222 \begin_layout Standard
34223 Das LaTeX-Paket 
34224 \series bold
34225 upgreek 
34226 \series default
34227 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34228 \end_layout
34229
34230 \begin_layout Standard
34231 \begin_inset ERT
34232 status collapsed
34233
34234 \begin_layout Plain Layout
34235
34236
34237 \backslash
34238 fi 
34239 \end_layout
34240
34241 \end_inset
34242
34243
34244 \end_layout
34245
34246 \begin_layout Subsection
34247 Textzeichen in Formeln
34248 \begin_inset CommandInset label
34249 LatexCommand label
34250 name "sub:Textzeichen-in-Formeln"
34251
34252 \end_inset
34253
34254
34255 \begin_inset Index
34256 status collapsed
34257
34258 \begin_layout Plain Layout
34259 Text ! in Formeln
34260 \end_layout
34261
34262 \end_inset
34263
34264
34265 \end_layout
34266
34267 \begin_layout Standard
34268 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
34269  Benötigt man z.
34270 \begin_inset space \thinspace{}
34271 \end_inset
34272
34273 B.
34274  den mittigen Punkt · in Formeln wie 
34275 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34276 \end_inset
34277
34278 , müsste man dafür jedes Mal den Befehl 
34279 \series bold
34280
34281 \backslash
34282 cdot
34283 \series default
34284  eingeben
34285 \begin_inset Foot
34286 status collapsed
34287
34288 \begin_layout Plain Layout
34289 siehe 
34290 \begin_inset CommandInset ref
34291 LatexCommand ref
34292 reference "sub:Binäre-Operatoren"
34293
34294 \end_inset
34295
34296
34297 \end_layout
34298
34299 \end_inset
34300
34301 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
34302  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
34303 \end_layout
34304
34305 \begin_layout Standard
34306
34307 \series bold
34308
34309 \backslash
34310 DeclareInputText{183}{
34311 \backslash
34312 ifmmode
34313 \backslash
34314 cdot
34315 \backslash
34316 else
34317 \backslash
34318 textperiodcentered
34319 \backslash
34320 f\SpecialChar \textcompwordmark{}
34321 i}
34322 \end_layout
34323
34324 \begin_layout Standard
34325 Die Zeichenkodierung (Menü 
34326 \family sans
34327 Dokument\SpecialChar \menuseparator
34328 Einstellungen\SpecialChar \menuseparator
34329 Sprache
34330 \family default
34331 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
34332  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
34333 \series bold
34334
34335 \backslash
34336 textperiodcentered
34337 \series default
34338  verwendet.
34339  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
34340  LaTeX-Fehlern kommen würde.
34341  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
34342  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
34343  nicht.
34344 \end_layout
34345
34346 \begin_layout Standard
34347 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
34348  Z.
34349 \begin_inset space \thinspace{}
34350 \end_inset
34351
34352 B.
34353  ist die Kodierung 
34354 \series bold
34355 latin9
34356 \series default
34357  in der Datei 
34358 \series bold
34359 latin9.def
34360 \series default
34361  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
34362  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
34363 eien geändert werden.
34364  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
34365  nicht ohne Weiteres bearbeitet werden.
34366 \end_layout
34367
34368 \begin_layout Standard
34369 \begin_inset VSpace medskip
34370 \end_inset
34371
34372 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
34373  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
34374  Formel eingegeben werden können:
34375 \end_layout
34376
34377 \begin_layout Standard
34378
34379 \series bold
34380
34381 \backslash
34382 DeclareInputText{176}{
34383 \backslash
34384 ifmmode^
34385 \backslash
34386 circ
34387 \backslash
34388 else
34389 \backslash
34390 textdegree
34391 \backslash
34392 f\SpecialChar \textcompwordmark{}
34393 i}
34394 \end_layout
34395
34396 \begin_layout Standard
34397 \begin_inset Newpage newpage
34398 \end_inset
34399
34400
34401 \end_layout
34402
34403 \begin_layout Section
34404 \start_of_appendix
34405 Typographische Hinweise
34406 \begin_inset Index
34407 status collapsed
34408
34409 \begin_layout Plain Layout
34410 Typographische Hinweise
34411 \end_layout
34412
34413 \end_inset
34414
34415
34416 \end_layout
34417
34418 \begin_layout Standard
34419 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
34420  Regeln, die teilweise auch im Duden 
34421 \begin_inset CommandInset citation
34422 LatexCommand cite
34423 key "Duden"
34424
34425 \end_inset
34426
34427  unter 
34428 \family typewriter
34429 Textverarbeitung
34430 \family default
34431  aufgelistet sind.
34432 \end_layout
34433
34434 \begin_layout Itemize
34435 Physikalische Einheiten werden 
34436 \emph on
34437 immer
34438 \emph default
34439  aufrecht gesetzt
34440 \begin_inset Foot
34441 status collapsed
34442
34443 \begin_layout Plain Layout
34444 wird durch Schriftstile erreicht, siehe 
34445 \begin_inset CommandInset ref
34446 LatexCommand ref
34447 reference "sub:Schriftstile"
34448
34449 \end_inset
34450
34451
34452 \end_layout
34453
34454 \end_inset
34455
34456 : 30
34457 \begin_inset space \thinspace{}
34458 \end_inset
34459
34460 km/h
34461 \begin_inset Newline newline
34462 \end_inset
34463
34464 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
34465 \begin_inset CommandInset ref
34466 LatexCommand ref
34467 reference "sub:Vordefinierter-Leerraum"
34468
34469 \end_inset
34470
34471 .
34472 \begin_inset Newline newline
34473 \end_inset
34474
34475 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
34476 \series bold
34477
34478 \backslash
34479 unittwo
34480 \series default
34481  verwendet.
34482  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
34483  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
34484  erhält wie oben: 
34485 \begin_inset Formula $\unit[30]{km/h}$
34486 \end_inset
34487
34488
34489 \begin_inset space \thinspace{}
34490 \end_inset
34491
34492 .
34493  Zu beachten ist, dass 
34494 \series bold
34495
34496 \backslash
34497 unittwo
34498 \series default
34499  kein echter LaTeX-Befehl, sondern der Befehl 
34500 \series bold
34501
34502 \backslash
34503 unit[Wert]{Einheit}
34504 \series default
34505  ist, daher kann man ihn nicht im TeX-Code benutzen.
34506 \end_layout
34507
34508 \begin_layout Itemize
34509 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
34510 \begin_inset Newline newline
34511 \end_inset
34512
34513 1,2
34514 \begin_inset space \thinspace{}
34515 \end_inset
34516
34517 ‰ Alkohol im Blut
34518 \begin_inset Newline newline
34519 \end_inset
34520
34521 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
34522  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
34523 \end_layout
34524
34525 \begin_layout Itemize
34526 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
34527  wird in einer Einheit verwendet: 15
34528 \begin_inset space \thinspace{}
34529 \end_inset
34530
34531 °C
34532 \end_layout
34533
34534 \begin_layout Itemize
34535 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
34536  Ziffer der kleinste Leerraum eingefügt: 18
34537 \begin_inset space \thinspace{}
34538 \end_inset
34539
34540 473
34541 \begin_inset space \thinspace{}
34542 \end_inset
34543
34544 588
34545 \end_layout
34546
34547 \begin_layout Itemize
34548 Für Bemaßungen wie z.
34549 \begin_inset space \thinspace{}
34550 \end_inset
34551
34552 B.
34553  120×90×40
34554 \begin_inset space \thinspace{}
34555 \end_inset
34556
34557 cm, verwendet man das gelegte Kreuz 
34558 \begin_inset Quotes gld
34559 \end_inset
34560
34561 ×
34562 \begin_inset Quotes grd
34563 \end_inset
34564
34565 , dass über den LaTeX-Befehl 
34566 \series bold
34567
34568 \backslash
34569 texttimes
34570 \series default
34571  verfügbar ist, mit einigen Tastaturdefinitionen aber auch direkt eingegeben
34572  werden kann.
34573 \end_layout
34574
34575 \begin_layout Itemize
34576 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
34577  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
34578 \begin_inset space \thinspace{}
34579 \end_inset
34580
34581 6.
34582 \begin_inset space ~
34583 \end_inset
34584
34585 1979
34586 \end_layout
34587
34588 \begin_layout Itemize
34589 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
34590  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
34591 \begin_inset CommandInset ref
34592 LatexCommand ref
34593 reference "sub:Vordefinierte-Funktionen"
34594
34595 \end_inset
34596
34597 .
34598 \end_layout
34599
34600 \begin_layout Itemize
34601 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
34602  
34603 \begin_inset Formula $E_{\mathrm{kin}}$
34604 \end_inset
34605
34606
34607 \begin_inset Newline newline
34608 \end_inset
34609
34610 Komponenten von Matrizen werden kursiv gesetzt: 
34611 \begin_inset Formula $\hat{H}_{kl}$
34612 \end_inset
34613
34614
34615 \end_layout
34616
34617 \begin_layout Itemize
34618 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
34619  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
34620  Variablen zu verwechseln.
34621 \end_layout
34622
34623 \begin_layout Standard
34624 \begin_inset Newpage newpage
34625 \end_inset
34626
34627
34628 \end_layout
34629
34630 \begin_layout Section
34631 Synonyme
34632 \begin_inset Index
34633 status collapsed
34634
34635 \begin_layout Plain Layout
34636 Synonyme
34637 \end_layout
34638
34639 \end_inset
34640
34641
34642 \end_layout
34643
34644 \begin_layout Standard
34645 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
34646  Hier ist eine Übersicht der Synonymbefehle:
34647 \end_layout
34648
34649 \begin_layout Standard
34650 \begin_inset VSpace bigskip
34651 \end_inset
34652
34653
34654 \begin_inset space \hfill{}
34655 \end_inset
34656
34657
34658 \begin_inset Tabular
34659 <lyxtabular version="3" rows="12" columns="2">
34660 <features>
34661 <column alignment="center" valignment="top" width="0pt">
34662 <column alignment="center" valignment="top" width="0pt">
34663 <row>
34664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34665 \begin_inset Text
34666
34667 \begin_layout Plain Layout
34668 Befehl
34669 \end_layout
34670
34671 \end_inset
34672 </cell>
34673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34674 \begin_inset Text
34675
34676 \begin_layout Plain Layout
34677 äquivalent zu
34678 \begin_inset Note Note
34679 status collapsed
34680
34681 \begin_layout Plain Layout
34682
34683 \series bold
34684
34685 \backslash
34686 raisebox
34687 \series default
34688  dient nur als Abstandhalter.
34689 \end_layout
34690
34691 \end_inset
34692
34693
34694 \end_layout
34695
34696 \end_inset
34697 </cell>
34698 </row>
34699 <row>
34700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34701 \begin_inset Text
34702
34703 \begin_layout Plain Layout
34704
34705 \backslash
34706 ast
34707 \end_layout
34708
34709 \end_inset
34710 </cell>
34711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34712 \begin_inset Text
34713
34714 \begin_layout Plain Layout
34715 \begin_inset ERT
34716 status collapsed
34717
34718 \begin_layout Plain Layout
34719
34720
34721 \backslash
34722 raisebox{-1.2mm}{
34723 \end_layout
34724
34725 \end_inset
34726
34727 *
34728 \begin_inset ERT
34729 status collapsed
34730
34731 \begin_layout Plain Layout
34732
34733 }
34734 \end_layout
34735
34736 \end_inset
34737
34738
34739 \end_layout
34740
34741 \end_inset
34742 </cell>
34743 </row>
34744 <row>
34745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34746 \begin_inset Text
34747
34748 \begin_layout Plain Layout
34749
34750 \backslash
34751 choose
34752 \end_layout
34753
34754 \end_inset
34755 </cell>
34756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34757 \begin_inset Text
34758
34759 \begin_layout Plain Layout
34760
34761 \backslash
34762 binom
34763 \end_layout
34764
34765 \end_inset
34766 </cell>
34767 </row>
34768 <row>
34769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34770 \begin_inset Text
34771
34772 \begin_layout Plain Layout
34773
34774 \backslash
34775 geq
34776 \end_layout
34777
34778 \end_inset
34779 </cell>
34780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34781 \begin_inset Text
34782
34783 \begin_layout Plain Layout
34784
34785 \backslash
34786 ge
34787 \end_layout
34788
34789 \end_inset
34790 </cell>
34791 </row>
34792 <row>
34793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34794 \begin_inset Text
34795
34796 \begin_layout Plain Layout
34797
34798 \backslash
34799 lbrace
34800 \end_layout
34801
34802 \end_inset
34803 </cell>
34804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34805 \begin_inset Text
34806
34807 \begin_layout Plain Layout
34808 {
34809 \end_layout
34810
34811 \end_inset
34812 </cell>
34813 </row>
34814 <row>
34815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34816 \begin_inset Text
34817
34818 \begin_layout Plain Layout
34819
34820 \backslash
34821 lbracket
34822 \end_layout
34823
34824 \end_inset
34825 </cell>
34826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34827 \begin_inset Text
34828
34829 \begin_layout Plain Layout
34830 [
34831 \end_layout
34832
34833 \end_inset
34834 </cell>
34835 </row>
34836 <row>
34837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34838 \begin_inset Text
34839
34840 \begin_layout Plain Layout
34841
34842 \backslash
34843 leftarrow
34844 \end_layout
34845
34846 \end_inset
34847 </cell>
34848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34849 \begin_inset Text
34850
34851 \begin_layout Plain Layout
34852
34853 \backslash
34854 gets
34855 \end_layout
34856
34857 \end_inset
34858 </cell>
34859 </row>
34860 <row>
34861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34862 \begin_inset Text
34863
34864 \begin_layout Plain Layout
34865
34866 \backslash
34867 leq
34868 \end_layout
34869
34870 \end_inset
34871 </cell>
34872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34873 \begin_inset Text
34874
34875 \begin_layout Plain Layout
34876
34877 \backslash
34878 le
34879 \end_layout
34880
34881 \end_inset
34882 </cell>
34883 </row>
34884 <row>
34885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34886 \begin_inset Text
34887
34888 \begin_layout Plain Layout
34889
34890 \backslash
34891 lor
34892 \end_layout
34893
34894 \end_inset
34895 </cell>
34896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34897 \begin_inset Text
34898
34899 \begin_layout Plain Layout
34900
34901 \backslash
34902 vee
34903 \end_layout
34904
34905 \end_inset
34906 </cell>
34907 </row>
34908 <row>
34909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34910 \begin_inset Text
34911
34912 \begin_layout Plain Layout
34913
34914 \backslash
34915 neq
34916 \end_layout
34917
34918 \end_inset
34919 </cell>
34920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34921 \begin_inset Text
34922
34923 \begin_layout Plain Layout
34924
34925 \backslash
34926 not=
34927 \end_layout
34928
34929 \end_inset
34930 </cell>
34931 </row>
34932 <row>
34933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34934 \begin_inset Text
34935
34936 \begin_layout Plain Layout
34937
34938 \backslash
34939 slash
34940 \end_layout
34941
34942 \end_inset
34943 </cell>
34944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34945 \begin_inset Text
34946
34947 \begin_layout Plain Layout
34948 /
34949 \end_layout
34950
34951 \end_inset
34952 </cell>
34953 </row>
34954 <row>
34955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34956 \begin_inset Text
34957
34958 \begin_layout Plain Layout
34959
34960 \backslash
34961 vert
34962 \end_layout
34963
34964 \end_inset
34965 </cell>
34966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34967 \begin_inset Text
34968
34969 \begin_layout Plain Layout
34970 |
34971 \end_layout
34972
34973 \end_inset
34974 </cell>
34975 </row>
34976 </lyxtabular>
34977
34978 \end_inset
34979
34980
34981 \begin_inset space \hfill{}
34982 \end_inset
34983
34984
34985 \begin_inset Tabular
34986 <lyxtabular version="3" rows="12" columns="2">
34987 <features>
34988 <column alignment="center" valignment="top" width="0pt">
34989 <column alignment="center" valignment="top" width="0pt">
34990 <row>
34991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34992 \begin_inset Text
34993
34994 \begin_layout Plain Layout
34995 Befehl
34996 \end_layout
34997
34998 \end_inset
34999 </cell>
35000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35001 \begin_inset Text
35002
35003 \begin_layout Plain Layout
35004 äquivalent zu
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 backslash
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 \backslash
35028
35029 \backslash
35030
35031 \end_layout
35032
35033 \end_inset
35034 </cell>
35035 </row>
35036 <row>
35037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35038 \begin_inset Text
35039
35040 \begin_layout Plain Layout
35041
35042 \backslash
35043 dasharrow
35044 \end_layout
35045
35046 \end_inset
35047 </cell>
35048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35049 \begin_inset Text
35050
35051 \begin_layout Plain Layout
35052
35053 \backslash
35054 dashrightarrow
35055 \end_layout
35056
35057 \end_inset
35058 </cell>
35059 </row>
35060 <row>
35061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35062 \begin_inset Text
35063
35064 \begin_layout Plain Layout
35065
35066 \backslash
35067 land
35068 \end_layout
35069
35070 \end_inset
35071 </cell>
35072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35073 \begin_inset Text
35074
35075 \begin_layout Plain Layout
35076
35077 \backslash
35078 wedge
35079 \end_layout
35080
35081 \end_inset
35082 </cell>
35083 </row>
35084 <row>
35085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35086 \begin_inset Text
35087
35088 \begin_layout Plain Layout
35089
35090 \backslash
35091 rbrace
35092 \end_layout
35093
35094 \end_inset
35095 </cell>
35096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35097 \begin_inset Text
35098
35099 \begin_layout Plain Layout
35100 }
35101 \end_layout
35102
35103 \end_inset
35104 </cell>
35105 </row>
35106 <row>
35107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35108 \begin_inset Text
35109
35110 \begin_layout Plain Layout
35111
35112 \backslash
35113 rbracket
35114 \end_layout
35115
35116 \end_inset
35117 </cell>
35118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35119 \begin_inset Text
35120
35121 \begin_layout Plain Layout
35122 ]
35123 \end_layout
35124
35125 \end_inset
35126 </cell>
35127 </row>
35128 <row>
35129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35130 \begin_inset Text
35131
35132 \begin_layout Plain Layout
35133
35134 \backslash
35135 rightarrow
35136 \end_layout
35137
35138 \end_inset
35139 </cell>
35140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35141 \begin_inset Text
35142
35143 \begin_layout Plain Layout
35144
35145 \backslash
35146 to
35147 \end_layout
35148
35149 \end_inset
35150 </cell>
35151 </row>
35152 <row>
35153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35154 \begin_inset Text
35155
35156 \begin_layout Plain Layout
35157
35158 \backslash
35159 lnot
35160 \end_layout
35161
35162 \end_inset
35163 </cell>
35164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35165 \begin_inset Text
35166
35167 \begin_layout Plain Layout
35168
35169 \backslash
35170 neg
35171 \end_layout
35172
35173 \end_inset
35174 </cell>
35175 </row>
35176 <row>
35177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35178 \begin_inset Text
35179
35180 \begin_layout Plain Layout
35181
35182 \backslash
35183 ne
35184 \end_layout
35185
35186 \end_inset
35187 </cell>
35188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35189 \begin_inset Text
35190
35191 \begin_layout Plain Layout
35192
35193 \backslash
35194 not=
35195 \end_layout
35196
35197 \end_inset
35198 </cell>
35199 </row>
35200 <row>
35201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35202 \begin_inset Text
35203
35204 \begin_layout Plain Layout
35205
35206 \backslash
35207 owns
35208 \end_layout
35209
35210 \end_inset
35211 </cell>
35212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35213 \begin_inset Text
35214
35215 \begin_layout Plain Layout
35216
35217 \backslash
35218 ni
35219 \end_layout
35220
35221 \end_inset
35222 </cell>
35223 </row>
35224 <row>
35225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35226 \begin_inset Text
35227
35228 \begin_layout Plain Layout
35229
35230 \backslash
35231 square
35232 \end_layout
35233
35234 \end_inset
35235 </cell>
35236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35237 \begin_inset Text
35238
35239 \begin_layout Plain Layout
35240
35241 \backslash
35242 Box
35243 \end_layout
35244
35245 \end_inset
35246 </cell>
35247 </row>
35248 <row>
35249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35250 \begin_inset Text
35251
35252 \begin_layout Plain Layout
35253
35254 \backslash
35255 Vert
35256 \end_layout
35257
35258 \end_inset
35259 </cell>
35260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35261 \begin_inset Text
35262
35263 \begin_layout Plain Layout
35264
35265 \backslash
35266 |
35267 \end_layout
35268
35269 \end_inset
35270 </cell>
35271 </row>
35272 </lyxtabular>
35273
35274 \end_inset
35275
35276
35277 \begin_inset space \hfill{}
35278 \end_inset
35279
35280
35281 \end_layout
35282
35283 \begin_layout Standard
35284 \begin_inset Newpage newpage
35285 \end_inset
35286
35287
35288 \end_layout
35289
35290 \begin_layout Bibliography
35291 \begin_inset CommandInset bibitem
35292 LatexCommand bibitem
35293 key "TLC2"
35294
35295 \end_inset
35296
35297
35298 \shape smallcaps
35299 Mittelbach, F.
35300  ; Goossens, M.
35301 \shape default
35302
35303 \shape italic
35304 The LaTeX Companion
35305 \shape default
35306 .
35307  Addison Wesley, 2004
35308 \end_layout
35309
35310 \begin_layout Bibliography
35311 \begin_inset CommandInset bibitem
35312 LatexCommand bibitem
35313 key "Mathmode"
35314
35315 \end_inset
35316
35317
35318 \begin_inset CommandInset href
35319 LatexCommand href
35320 name "Beschreibung"
35321 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35322
35323 \end_inset
35324
35325  der mathematischen Fähigkeiten von LaTeX
35326 \end_layout
35327
35328 \begin_layout Bibliography
35329 \begin_inset CommandInset bibitem
35330 LatexCommand bibitem
35331 key "Voss"
35332
35333 \end_inset
35334
35335 LaTeX Tipps- und Tricks-
35336 \begin_inset CommandInset href
35337 LatexCommand href
35338 name "Seite"
35339 target "http://tug.org/TeXnik/"
35340
35341 \end_inset
35342
35343
35344 \end_layout
35345
35346 \begin_layout Bibliography
35347 \begin_inset CommandInset bibitem
35348 LatexCommand bibitem
35349 key "AMS"
35350
35351 \end_inset
35352
35353
35354 \begin_inset CommandInset href
35355 LatexCommand href
35356 name "Beschreibung"
35357 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35358
35359 \end_inset
35360
35361  von 
35362 \begin_inset ERT
35363 status collapsed
35364
35365 \begin_layout Plain Layout
35366
35367
35368 \backslash
35369 AmS
35370 \end_layout
35371
35372 \end_inset
35373
35374 -LaTeX
35375 \end_layout
35376
35377 \begin_layout Bibliography
35378 \begin_inset CommandInset bibitem
35379 LatexCommand bibitem
35380 key "Symbole"
35381
35382 \end_inset
35383
35384
35385 \begin_inset CommandInset href
35386 LatexCommand href
35387 name "Auflistung"
35388 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35389
35390 \end_inset
35391
35392  aller über LaTeX-Pakete verfügbare Symbole
35393 \end_layout
35394
35395 \begin_layout Bibliography
35396 \begin_inset CommandInset bibitem
35397 LatexCommand bibitem
35398 key "hyperref"
35399
35400 \end_inset
35401
35402
35403 \begin_inset CommandInset href
35404 LatexCommand href
35405 name "Dokumentation"
35406 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35407
35408 \end_inset
35409
35410  des LaTeX-Pakets 
35411 \series bold
35412 hyperref
35413 \series default
35414
35415 \begin_inset Index
35416 status collapsed
35417
35418 \begin_layout Plain Layout
35419 Pakete ! hyperref
35420 \end_layout
35421
35422 \end_inset
35423
35424
35425 \end_layout
35426
35427 \begin_layout Bibliography
35428 \begin_inset CommandInset bibitem
35429 LatexCommand bibitem
35430 key "Mathclap"
35431
35432 \end_inset
35433
35434
35435 \begin_inset CommandInset href
35436 LatexCommand href
35437 name "Beschreibung"
35438 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35439
35440 \end_inset
35441
35442  des in 
35443 \begin_inset CommandInset ref
35444 LatexCommand ref
35445 reference "sub:Operatorgrenzen"
35446
35447 \end_inset
35448
35449  vorgestellten Befehls 
35450 \series bold
35451
35452 \backslash
35453 mathclap
35454 \series default
35455
35456 \begin_inset Index
35457 status collapsed
35458
35459 \begin_layout Plain Layout
35460 Befehle ! M ! 
35461 \backslash
35462 mathclap
35463 \end_layout
35464
35465 \end_inset
35466
35467
35468 \end_layout
35469
35470 \begin_layout Bibliography
35471 \begin_inset CommandInset bibitem
35472 LatexCommand bibitem
35473 key "Duden"
35474
35475 \end_inset
35476
35477
35478 \emph on
35479 Duden Band 1
35480 \emph default
35481 .
35482  22.
35483  Auflage, Duden Verlag 2001
35484 \end_layout
35485
35486 \begin_layout Subsubsection*
35487 \begin_inset Note Note
35488 status collapsed
35489
35490 \begin_layout Plain Layout
35491 Damit der Index den Namen 
35492 \begin_inset Quotes gld
35493 \end_inset
35494
35495 Stichwortverzeichnis
35496 \begin_inset Quotes grd
35497 \end_inset
35498
35499  erhält, wurde im LaTeX-Vorspann
35500 \end_layout
35501
35502 \begin_layout Plain Layout
35503
35504 \series bold
35505
35506 \backslash
35507 addto
35508 \backslash
35509 captionsngerman{
35510 \backslash
35511 renewcommand{
35512 \backslash
35513 indexname}{Stichwortverzeichnis}}
35514 \end_layout
35515
35516 \begin_layout Plain Layout
35517 eingefügt.
35518 \end_layout
35519
35520 \begin_layout Plain Layout
35521 Das Paket 
35522 \series bold
35523 babel
35524 \series default
35525  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
35526  Ehe man Beschriftungen ändern kann, muss es geladen werden.
35527  Außerdem wird 
35528 \series bold
35529 babel
35530 \series default
35531  von LyX automatisch nach dem LaTeX-Vorspann geladen.
35532  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
35533 che verwendet wurde.
35534 \end_layout
35535
35536 \begin_layout Plain Layout
35537 Möchte man andere Beschriftungen ändern, ersetzt man 
35538 \series bold
35539
35540 \backslash
35541 indexname
35542 \series default
35543  durch 
35544 \series bold
35545
35546 \backslash
35547 <Beschriftungs>name
35548 \series default
35549 .
35550  Eine Auflistung der möglichen Namen findet man unter
35551 \end_layout
35552
35553 \begin_layout Plain Layout
35554
35555 \family typewriter
35556 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
35557 \end_layout
35558
35559 \begin_layout Plain Layout
35560 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
35561 \series bold
35562 ngerman
35563 \series default
35564  durch die Dokumentsprache und
35565 \end_layout
35566
35567 \begin_layout Plain Layout
35568
35569 \series bold
35570
35571 \backslash
35572 captionsgerman
35573 \series default
35574  durch 
35575 \series bold
35576
35577 \backslash
35578 captions<Dokumentsprache>
35579 \series default
35580 .
35581 \end_layout
35582
35583 \end_inset
35584
35585
35586 \begin_inset CommandInset index_print
35587 LatexCommand printindex
35588
35589 \end_inset
35590
35591
35592 \end_layout
35593
35594 \end_body
35595 \end_document