]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
1698ece3895d8138da368edd07352e11385fb49d
[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 Verfügbare 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:Verfügbare-Einheiten"
1023
1024 \end_inset
1025
1026 Verfügbare 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 Standard
4268 \begin_inset VSpace bigskip
4269 \end_inset
4270
4271 Benutzerdefinierte Linien können mit dem Befehl 
4272 \series bold
4273
4274 \backslash
4275 rule
4276 \series default
4277  erstellt werden, der folgendes Schema besitzt:
4278 \end_layout
4279
4280 \begin_layout Standard
4281
4282 \series bold
4283
4284 \backslash
4285 rule[vertikaler Versatz]{Länge}{Dicke}
4286 \end_layout
4287
4288 \begin_layout Standard
4289 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4290  unten, wenn der Wert negativ ist).
4291  Die Einheiten, die in 
4292 \begin_inset CommandInset ref
4293 LatexCommand ref
4294 reference "tab:Verfügbare-Einheiten"
4295
4296 \end_inset
4297
4298  aufgelistet sind, können für die Werte benutzt werden.
4299  Hier sind zwei Beispiele, die mit den Befehlen
4300 \begin_inset Newline newline
4301 \end_inset
4302
4303
4304 \series bold
4305
4306 \backslash
4307 rule[-2ex]{3cm}{2pt}
4308 \series default
4309  und 
4310 \series bold
4311
4312 \backslash
4313 rule{2cm}{1pt}
4314 \series default
4315  erzeugt wurden:
4316 \end_layout
4317
4318 \begin_layout Standard
4319 Dies ist ein Satz 
4320 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4321 \end_inset
4322
4323  mit zwei Linien.
4324 \end_layout
4325
4326 \begin_layout Standard
4327
4328 \series bold
4329
4330 \backslash
4331 rule
4332 \series default
4333  kann auch für Text verwendet werden, wenn er als TeX-Code eingegeben wird.
4334 \end_layout
4335
4336 \begin_layout Subsection
4337 Fortsetzungspunkte
4338 \begin_inset CommandInset label
4339 LatexCommand label
4340 name "sub:Fortsetzungspunkte"
4341
4342 \end_inset
4343
4344
4345 \begin_inset Index
4346 status collapsed
4347
4348 \begin_layout Plain Layout
4349 Fortsetzungspunkte
4350 \end_layout
4351
4352 \end_inset
4353
4354
4355 \end_layout
4356
4357 \begin_layout Standard
4358 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4359 \begin_inset Foot
4360 status collapsed
4361
4362 \begin_layout Plain Layout
4363 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4364 \begin_inset Graphics
4365         filename ../../images/math/ldots.png
4366         scale 85
4367
4368 \end_inset
4369
4370
4371 \end_layout
4372
4373 \end_inset
4374
4375  Für Aufzählungen verwendet man unten sitzende Punkte (
4376 \series bold
4377
4378 \backslash
4379 ldots
4380 \series default
4381
4382 \begin_inset Index
4383 status collapsed
4384
4385 \begin_layout Plain Layout
4386 Befehle ! L ! 
4387 \backslash
4388 ldots
4389 \end_layout
4390
4391 \end_inset
4392
4393 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4394  die Operatoren sind (
4395 \series bold
4396
4397 \backslash
4398 cdots
4399 \series default
4400
4401 \begin_inset Index
4402 status collapsed
4403
4404 \begin_layout Plain Layout
4405 Befehle ! C ! 
4406 \backslash
4407 cdots
4408 \end_layout
4409
4410 \end_inset
4411
4412 ).
4413  Verwendet man den Befehl 
4414 \series bold
4415
4416 \backslash
4417 dots
4418 \series default
4419
4420 \begin_inset Index
4421 status collapsed
4422
4423 \begin_layout Plain Layout
4424 Befehle ! D ! 
4425 \backslash
4426 dots
4427 \end_layout
4428
4429 \end_inset
4430
4431 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4432  wird.
4433 \end_layout
4434
4435 \begin_layout Standard
4436 \align center
4437 \begin_inset Tabular
4438 <lyxtabular version="3" rows="8" columns="2">
4439 <features>
4440 <column alignment="center" valignment="top" width="0pt">
4441 <column alignment="center" valignment="top" width="0pt">
4442 <row>
4443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447 Befehl
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 Ergebnis
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 </row>
4462 <row>
4463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 A_1
4468 \begin_inset ERT
4469 status collapsed
4470
4471 \begin_layout Plain Layout
4472
4473
4474 \backslash
4475 leer 
4476 \end_layout
4477
4478 \end_inset
4479
4480 ,
4481 \backslash
4482 dots
4483 \begin_inset ERT
4484 status collapsed
4485
4486 \begin_layout Plain Layout
4487
4488
4489 \backslash
4490 leer 
4491 \end_layout
4492
4493 \end_inset
4494
4495 ,A_n
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 \begin_inset Formula $A_{1},\dots,A_{n}$
4505 \end_inset
4506
4507
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 </row>
4513 <row>
4514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 A_1
4519 \begin_inset ERT
4520 status collapsed
4521
4522 \begin_layout Plain Layout
4523
4524
4525 \backslash
4526 leer 
4527 \end_layout
4528
4529 \end_inset
4530
4531 +
4532 \backslash
4533 dots
4534 \begin_inset ERT
4535 status collapsed
4536
4537 \begin_layout Plain Layout
4538
4539
4540 \backslash
4541 leer 
4542 \end_layout
4543
4544 \end_inset
4545
4546 +A_n
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555 \begin_inset Formula $A_{1}+\dots+A_{n}$
4556 \end_inset
4557
4558
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 </row>
4564 <row>
4565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569 A_1
4570 \begin_inset ERT
4571 status collapsed
4572
4573 \begin_layout Plain Layout
4574
4575
4576 \backslash
4577 leer 
4578 \end_layout
4579
4580 \end_inset
4581
4582 ,
4583 \backslash
4584 ldots
4585 \begin_inset ERT
4586 status collapsed
4587
4588 \begin_layout Plain Layout
4589
4590
4591 \backslash
4592 leer 
4593 \end_layout
4594
4595 \end_inset
4596
4597 ,A_n
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 \begin_inset Formula $A_{1},\ldots,A_{n}$
4607 \end_inset
4608
4609
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 </row>
4615 <row>
4616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 A_1
4621 \begin_inset ERT
4622 status collapsed
4623
4624 \begin_layout Plain Layout
4625
4626
4627 \backslash
4628 leer 
4629 \end_layout
4630
4631 \end_inset
4632
4633 +
4634 \backslash
4635 cdots
4636 \begin_inset ERT
4637 status collapsed
4638
4639 \begin_layout Plain Layout
4640
4641
4642 \backslash
4643 leer 
4644 \end_layout
4645
4646 \end_inset
4647
4648 +A_n
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4658 \end_inset
4659
4660
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 </row>
4666 <row>
4667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671
4672 \backslash
4673 vdots
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 \begin_inset Formula $\vdots$
4683 \end_inset
4684
4685
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 </row>
4691 <row>
4692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4693 \begin_inset Text
4694
4695 \begin_layout Plain Layout
4696
4697 \backslash
4698 ddots
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 \begin_inset Formula $\ddots$
4708 \end_inset
4709
4710
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 </row>
4716 <row>
4717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 3
4722 \series bold
4723 ×
4724 \series default
4725 3
4726 \begin_inset space \thinspace{}
4727 \end_inset
4728
4729 Matrix mit obigen Befehlen
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 \begin_inset Formula $\begin{array}{ccc}
4739 A_{11} & \cdots & A_{1m}\\
4740 \vdots & \ddots & \vdots\\
4741 A_{n1} & \cdots & A_{nm}\end{array}$
4742 \end_inset
4743
4744
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 </row>
4750 </lyxtabular>
4751
4752 \end_inset
4753
4754
4755 \end_layout
4756
4757 \begin_layout Standard
4758 Die im Menü 
4759 \family sans
4760 Einfügen\SpecialChar \menuseparator
4761 Sonderzeichen
4762 \family default
4763  verfügbaren Fortsetzungspunkte sind 
4764 \series bold
4765
4766 \backslash
4767 ldots
4768 \series default
4769 .
4770 \end_layout
4771
4772 \begin_layout Standard
4773 \begin_inset VSpace medskip
4774 \end_inset
4775
4776 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4777  Spalten erstrecken.
4778  Man erhält sie mit dem Befehl 
4779 \series bold
4780
4781 \backslash
4782 hdotsfor
4783 \series default
4784
4785 \begin_inset Index
4786 status collapsed
4787
4788 \begin_layout Plain Layout
4789 Befehle ! H ! 
4790 \backslash
4791 hdotsfor
4792 \end_layout
4793
4794 \end_inset
4795
4796 , der folgendes Schema besitzt:
4797 \end_layout
4798
4799 \begin_layout Standard
4800
4801 \series bold
4802
4803 \backslash
4804 hdotsfor[Abstand]{Anzahl der Spalten}
4805 \end_layout
4806
4807 \begin_layout Standard
4808 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4809  sollen.
4810  Abstand ist ein Faktor, der den Punktabstand festlegt.
4811 \end_layout
4812
4813 \begin_layout Standard
4814 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4815  
4816 \series bold
4817
4818 \backslash
4819 hdotsfor[2]{4}
4820 \series default
4821  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4822  beim Befehl 
4823 \series bold
4824
4825 \backslash
4826 dots
4827 \series default
4828  zu erhalten:
4829 \begin_inset Formula \[
4830 \left(\begin{array}{cccc}
4831 A & B & C & D\\
4832 \hdotsfor[2]{4}\\
4833 q & w & e & r\end{array}\right)\]
4834
4835 \end_inset
4836
4837 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4838  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4839 \end_layout
4840
4841 \begin_layout Standard
4842 \begin_inset VSpace bigskip
4843 \end_inset
4844
4845 Des Weiteren kann man mit dem Befehl 
4846 \series bold
4847
4848 \backslash
4849 dotfill
4850 \series default
4851
4852 \begin_inset Index
4853 status collapsed
4854
4855 \begin_layout Plain Layout
4856 Befehle ! D ! 
4857 \backslash
4858 dotfill
4859 \end_layout
4860
4861 \end_inset
4862
4863  den Rest einer Zeile mit Punkten füllen.
4864  Die Wirkungsweise des Befehls entspricht der von 
4865 \series bold
4866
4867 \backslash
4868 hfill
4869 \series default
4870 , siehe 
4871 \begin_inset CommandInset ref
4872 LatexCommand ref
4873 reference "sub:Variabler-Leerraum"
4874
4875 \end_inset
4876
4877 .
4878 \end_layout
4879
4880 \begin_layout Standard
4881 Z.
4882 \begin_inset space \thinspace{}
4883 \end_inset
4884
4885 B.
4886  ergibt der Befehl 
4887 \series bold
4888 A
4889 \backslash
4890 dotfill
4891 \begin_inset ERT
4892 status collapsed
4893
4894 \begin_layout Plain Layout
4895
4896
4897 \backslash
4898 leer 
4899 \end_layout
4900
4901 \end_inset
4902
4903 B
4904 \end_layout
4905
4906 \begin_layout Standard
4907 \begin_inset Formula $A\dotfill B$
4908 \end_inset
4909
4910
4911 \end_layout
4912
4913 \begin_layout Standard
4914 Analog dazu gibt es für eine Linie den Befehl 
4915 \series bold
4916
4917 \backslash
4918 hrulefill
4919 \series default
4920
4921 \begin_inset Index
4922 status collapsed
4923
4924 \begin_layout Plain Layout
4925 Befehle ! H ! 
4926 \backslash
4927 hrulefill
4928 \end_layout
4929
4930 \end_inset
4931
4932 :
4933 \end_layout
4934
4935 \begin_layout Standard
4936 \begin_inset Formula $A\hrulefill B$
4937 \end_inset
4938
4939
4940 \end_layout
4941
4942 \begin_layout Standard
4943 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
4944  werden.
4945 \end_layout
4946
4947 \begin_layout Section
4948 Matrizen
4949 \begin_inset CommandInset label
4950 LatexCommand label
4951 name "sec:Matrizen"
4952
4953 \end_inset
4954
4955
4956 \begin_inset Index
4957 status collapsed
4958
4959 \begin_layout Plain Layout
4960 Matrizen
4961 \end_layout
4962
4963 \end_inset
4964
4965
4966 \end_layout
4967
4968 \begin_layout Standard
4969 Matrizen können über den Mathe-Werkzeugleistenknopf
4970 \family sans
4971  
4972 \family default
4973
4974 \begin_inset Graphics
4975         filename ../../images/dialog-show_mathmatrix.png
4976         scale 85
4977
4978 \end_inset
4979
4980  oder das Menü 
4981 \family sans
4982 Einfügen\SpecialChar \menuseparator
4983 Mathe\SpecialChar \menuseparator
4984 Matrix
4985 \family default
4986  eingefügt werden.
4987  Sie werden nach der Spalten- und Zeilenanzahl und der Ausrichtung gefragt.
4988  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4989  von Bedeutung:
4990 \end_layout
4991
4992 \begin_layout Standard
4993 Die erste Matrix ist oben 
4994 \begin_inset Formula $\begin{array}[t]{cccc}
4995 A & D & G & J\\
4996 B & E & H & K\\
4997 C & F & I & L\end{array}$
4998 \end_inset
4999
5000 , die zweite mittig 
5001 \begin_inset Formula $\begin{array}{cccc}
5002 A & D & G & J\\
5003 B & E & H & K\\
5004 C & F & I & L\end{array}$
5005 \end_inset
5006
5007  und die dritte unten 
5008 \begin_inset Formula $\begin{array}[b]{cccc}
5009 A & D & G & J\\
5010 B & E & H & K\\
5011 C & F & I & L\end{array}$
5012 \end_inset
5013
5014  ausgerichtet.
5015 \end_layout
5016
5017 \begin_layout Standard
5018 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
5019  werden sollen.
5020  Dazu wird für jede Spalte ein Buchstabe eingegeben.
5021  
5022 \emph on
5023 l
5024 \emph default
5025  steht für linksbündig, 
5026 \emph on
5027 c
5028 \emph default
5029  für mittig und 
5030 \emph on
5031 r
5032 \emph default
5033  für rechtsbündig.
5034  Möchte man z.
5035 \begin_inset space \thinspace{}
5036 \end_inset
5037
5038 B.
5039  eine 4
5040 \series bold
5041 ×
5042 \series default
5043 4
5044 \begin_inset space ~
5045 \end_inset
5046
5047 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5048  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5049  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5050 \series bold
5051 lccr
5052 \series default
5053  an.
5054  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5055  die Voreinstellung für jede Spalte ein 
5056 \series bold
5057 c
5058 \series default
5059  ist.
5060 \end_layout
5061
5062 \begin_layout Standard
5063 Horizontale Ausrichtung:
5064 \end_layout
5065
5066 \begin_layout Standard
5067
5068 \series bold
5069 lll
5070 \series default
5071  : 
5072 \begin_inset Formula $\begin{array}{lll}
5073 10000 & D & G\\
5074 B & 10000 & H\\
5075 C & F & 10000\end{array}$
5076 \end_inset
5077
5078  , 
5079 \series bold
5080 ccc
5081 \series default
5082  : 
5083 \begin_inset Formula $\begin{array}{ccc}
5084 10000 & D & G\\
5085 B & 10000 & H\\
5086 C & F & 10000\end{array}$
5087 \end_inset
5088
5089  , 
5090 \series bold
5091 rrr
5092 \series default
5093  : 
5094 \begin_inset Formula $\begin{array}{rrr}
5095 10000 & D & G\\
5096 B & 10000 & H\\
5097 C & F & 10000\end{array}$
5098 \end_inset
5099
5100
5101 \end_layout
5102
5103 \begin_layout Standard
5104 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5105  man die Mathe-Werkzeugleistenknöpfe 
5106 \begin_inset Graphics
5107         filename ../../images/tabular-feature_append-row.png
5108         scale 85
5109
5110 \end_inset
5111
5112
5113 \begin_inset Graphics
5114         filename ../../images/tabular-feature_delete-row.png
5115         scale 85
5116
5117 \end_inset
5118
5119 , usw.
5120 \begin_inset space ~
5121 \end_inset
5122
5123 oder das Menü 
5124 \family sans
5125 Bearbeiten\SpecialChar \menuseparator
5126 Zeilen & Spalten
5127 \family default
5128  verwenden.
5129  Neue Zeilen können auch mit 
5130 \family sans
5131 Strg-Enter
5132 \family default
5133  erstellt werden.
5134 \end_layout
5135
5136 \begin_layout Standard
5137 \begin_inset VSpace bigskip
5138 \end_inset
5139
5140 Klammern um eine Matrix können entweder mit den Befehlen 
5141 \series bold
5142
5143 \backslash
5144 left
5145 \series default
5146
5147 \begin_inset Index
5148 status collapsed
5149
5150 \begin_layout Plain Layout
5151 Befehle ! L ! 
5152 \backslash
5153 left
5154 \end_layout
5155
5156 \end_inset
5157
5158  und 
5159 \series bold
5160
5161 \backslash
5162 right
5163 \series default
5164
5165 \begin_inset Index
5166 status collapsed
5167
5168 \begin_layout Plain Layout
5169 Befehle ! R ! 
5170 \backslash
5171 right
5172 \end_layout
5173
5174 \end_inset
5175
5176  erstellt werden (Tastenkürzel 
5177 \family sans
5178 Alt-m
5179 \begin_inset space ~
5180 \end_inset
5181
5182 Klammer
5183 \family default
5184 ), siehe 
5185 \begin_inset CommandInset ref
5186 LatexCommand ref
5187 reference "sub:Automatische-Klammergrößen"
5188
5189 \end_inset
5190
5191 , oder man verwendet folgende Befehle:
5192 \begin_inset VSpace bigskip
5193 \end_inset
5194
5195
5196 \end_layout
5197
5198 \begin_layout Standard
5199 \begin_inset space \hfill{}
5200 \end_inset
5201
5202
5203 \begin_inset Tabular
5204 <lyxtabular version="3" rows="4" columns="2">
5205 <features>
5206 <column alignment="center" valignment="top" width="0">
5207 <column alignment="center" valignment="top" width="0">
5208 <row>
5209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5210 \begin_inset Text
5211
5212 \begin_layout Plain Layout
5213 Befehl
5214 \end_layout
5215
5216 \end_inset
5217 </cell>
5218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5219 \begin_inset Text
5220
5221 \begin_layout Plain Layout
5222 Ergebnis
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 </row>
5228 <row>
5229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233
5234 \backslash
5235 bmatrix
5236 \begin_inset ERT
5237 status collapsed
5238
5239 \begin_layout Plain Layout
5240
5241
5242 \backslash
5243 leer 
5244 \end_layout
5245
5246 \end_inset
5247
5248 2
5249 \series bold
5250 ×
5251 \series default
5252 2
5253 \begin_inset space \thinspace{}
5254 \end_inset
5255
5256 Matrix
5257 \end_layout
5258
5259 \end_inset
5260 </cell>
5261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5262 \begin_inset Text
5263
5264 \begin_layout Plain Layout
5265 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5266 0 & \textrm{-}\mathrm{i}\\
5267 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5268 \end_inset
5269
5270
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 </row>
5276 <row>
5277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Plain Layout
5281
5282 \backslash
5283 Bmatrix
5284 \begin_inset ERT
5285 status collapsed
5286
5287 \begin_layout Plain Layout
5288
5289
5290 \backslash
5291 leer 
5292 \end_layout
5293
5294 \end_inset
5295
5296 2
5297 \series bold
5298 ×
5299 \series default
5300 2
5301 \begin_inset space \thinspace{}
5302 \end_inset
5303
5304 Matrix
5305 \end_layout
5306
5307 \end_inset
5308 </cell>
5309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5314 0 & \textrm{-}\mathrm{i}\\
5315 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5316 \end_inset
5317
5318
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 </row>
5324 <row>
5325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5326 \begin_inset Text
5327
5328 \begin_layout Plain Layout
5329
5330 \backslash
5331 pmatrix
5332 \begin_inset ERT
5333 status collapsed
5334
5335 \begin_layout Plain Layout
5336
5337
5338 \backslash
5339 leer 
5340 \end_layout
5341
5342 \end_inset
5343
5344 2
5345 \series bold
5346 ×
5347 \series default
5348 2
5349 \begin_inset space \thinspace{}
5350 \end_inset
5351
5352 Matrix
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5362 0 & \textrm{-}\mathrm{i}\\
5363 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5364 \end_inset
5365
5366
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 </row>
5372 </lyxtabular>
5373
5374 \end_inset
5375
5376
5377 \begin_inset space \hfill{}
5378 \end_inset
5379
5380
5381 \begin_inset Tabular
5382 <lyxtabular version="3" rows="4" columns="2">
5383 <features>
5384 <column alignment="center" valignment="top" width="0">
5385 <column alignment="center" valignment="top" width="0">
5386 <row>
5387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391 Befehl
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400 Ergebnis
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 </row>
5406 <row>
5407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411
5412 \backslash
5413 vmatrix
5414 \begin_inset ERT
5415 status collapsed
5416
5417 \begin_layout Plain Layout
5418
5419
5420 \backslash
5421 leer 
5422 \end_layout
5423
5424 \end_inset
5425
5426 2
5427 \series bold
5428 ×
5429 \series default
5430 2
5431 \begin_inset space \thinspace{}
5432 \end_inset
5433
5434 Matrix
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5444 0 & \textrm{-}\mathrm{i}\\
5445 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5446 \end_inset
5447
5448
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 </row>
5454 <row>
5455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459
5460 \backslash
5461 Vmatrix
5462 \begin_inset ERT
5463 status collapsed
5464
5465 \begin_layout Plain Layout
5466
5467
5468 \backslash
5469 leer 
5470 \end_layout
5471
5472 \end_inset
5473
5474 2
5475 \series bold
5476 ×
5477 \series default
5478 2
5479 \begin_inset space \thinspace{}
5480 \end_inset
5481
5482 Matrix
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5492 0 & \textrm{-}\mathrm{i}\\
5493 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5494 \end_inset
5495
5496
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 </row>
5502 <row>
5503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507
5508 \backslash
5509 matrix
5510 \begin_inset ERT
5511 status collapsed
5512
5513 \begin_layout Plain Layout
5514
5515
5516 \backslash
5517 leer 
5518 \end_layout
5519
5520 \end_inset
5521
5522 2
5523 \series bold
5524 ×
5525 \series default
5526 2
5527 \begin_inset space \thinspace{}
5528 \end_inset
5529
5530 Matrix
5531 \end_layout
5532
5533 \end_inset
5534 </cell>
5535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5540 0 & \textrm{-}\mathrm{i}\\
5541 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5542 \end_inset
5543
5544
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 </row>
5550 </lyxtabular>
5551
5552 \end_inset
5553
5554
5555 \begin_inset space \hfill{}
5556 \end_inset
5557
5558
5559 \end_layout
5560
5561 \begin_layout Standard
5562 \begin_inset VSpace medskip
5563 \end_inset
5564
5565 Wurde z.
5566 \begin_inset space \thinspace{}
5567 \end_inset
5568
5569 B.
5570  
5571 \series bold
5572
5573 \backslash
5574 vmatrix
5575 \series default
5576  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5577  in das die Matrix eingefügt wird.
5578 \end_layout
5579
5580 \begin_layout Standard
5581 \begin_inset VSpace bigskip
5582 \end_inset
5583
5584 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5585 \begin_inset CommandInset ref
5586 LatexCommand ref
5587 reference "sub:Spaltenabstand"
5588
5589 \end_inset
5590
5591  beschriebene Länge 
5592 \series bold
5593
5594 \backslash
5595 arraycolsep
5596 \series default
5597
5598 \begin_inset Index
5599 status collapsed
5600
5601 \begin_layout Plain Layout
5602 Befehle ! A ! 
5603 \backslash
5604 arraycolsep
5605 \end_layout
5606
5607 \end_inset
5608
5609  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5610 \end_layout
5611
5612 \begin_layout Standard
5613 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5614 \series bold
5615
5616 \backslash
5617 arraystretch
5618 \series default
5619
5620 \begin_inset Index
5621 status collapsed
5622
5623 \begin_layout Plain Layout
5624 Befehle ! A ! 
5625 \backslash
5626 arraystretch
5627 \end_layout
5628
5629 \end_inset
5630
5631 .
5632  Dieser wird folgendermaßen benutzt:
5633 \end_layout
5634
5635 \begin_layout Standard
5636
5637 \series bold
5638
5639 \backslash
5640 renewcommand{
5641 \backslash
5642 arraystretch}{Dehnungsfaktor}
5643 \begin_inset Index
5644 status collapsed
5645
5646 \begin_layout Plain Layout
5647 Befehle ! R ! 
5648 \backslash
5649 renewcommand
5650 \end_layout
5651
5652 \end_inset
5653
5654
5655 \end_layout
5656
5657 \begin_layout Standard
5658 Der Befehl 
5659 \series bold
5660
5661 \backslash
5662 renewcommand
5663 \series default
5664  weist dabei dem vordefinierten Befehl 
5665 \series bold
5666
5667 \backslash
5668 arraystretch
5669 \series default
5670  den Dehnungsfaktor zu.
5671  Möchte man z.
5672 \begin_inset space \thinspace{}
5673 \end_inset
5674
5675 B.
5676  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5677  Dieser wird dann für alle folgenden Matrizen verwendet.
5678  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5679 \series bold
5680
5681 \backslash
5682 arraystretch
5683 \series default
5684  den Faktor 1 zu.
5685 \end_layout
5686
5687 \begin_layout Standard
5688 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5689 \series bold
5690
5691 \backslash
5692 smallmatrix
5693 \series default
5694
5695 \begin_inset Index
5696 status collapsed
5697
5698 \begin_layout Plain Layout
5699 Befehle ! S ! 
5700 \backslash
5701 smallmatrix
5702 \end_layout
5703
5704 \end_inset
5705
5706 .
5707  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5708  gestrichelten Linien.
5709  In dieses Kästchen wird die Matrix eingegeben.
5710  Man verwendet stattdessen das Menü 
5711 \family sans
5712 Bearbeiten\SpecialChar \menuseparator
5713 Zeilen
5714 \begin_inset space ~
5715 \end_inset
5716
5717 &
5718 \begin_inset space ~
5719 \end_inset
5720
5721 Spalten
5722 \family default
5723  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5724  Neue Zeilen können auch mit 
5725 \family sans
5726 Strg-Enter
5727 \family default
5728  erstellt werden.
5729 \end_layout
5730
5731 \begin_layout Standard
5732 Dies ist eine Matrix 
5733 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5734 C & D\end{smallmatrix}\right)$
5735 \end_inset
5736
5737  in einer Textzeile.
5738 \end_layout
5739
5740 \begin_layout Standard
5741 \begin_inset Newpage newpage
5742 \end_inset
5743
5744
5745 \end_layout
5746
5747 \begin_layout Section
5748 Klammern und Begrenzungszeichen
5749 \begin_inset Index
5750 status collapsed
5751
5752 \begin_layout Plain Layout
5753 Klammern
5754 \end_layout
5755
5756 \end_inset
5757
5758
5759 \begin_inset Index
5760 status collapsed
5761
5762 \begin_layout Plain Layout
5763 Begrenzungszeichen
5764 \end_layout
5765
5766 \end_inset
5767
5768
5769 \end_layout
5770
5771 \begin_layout Subsection
5772 Vertikale Klammern und Begrenzungszeichen
5773 \begin_inset Index
5774 status collapsed
5775
5776 \begin_layout Plain Layout
5777 Klammern ! vertikale
5778 \end_layout
5779
5780 \end_inset
5781
5782
5783 \end_layout
5784
5785 \begin_layout Standard
5786 \begin_inset space \hfill{}
5787 \end_inset
5788
5789
5790 \begin_inset Tabular
5791 <lyxtabular version="3" rows="9" columns="2">
5792 <features>
5793 <column alignment="center" valignment="top" width="0pt">
5794 <column alignment="center" valignment="top" width="0pt">
5795 <row>
5796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 Befehl
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 Ergebnis
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 </row>
5815 <row>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 (
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 \begin_inset Formula $($
5830 \end_inset
5831
5832
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 </row>
5838 <row>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 {
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 \begin_inset Formula $\{$
5853 \end_inset
5854
5855
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 </row>
5861 <row>
5862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 [
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875 \begin_inset Formula $[$
5876 \end_inset
5877
5878
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 </row>
5884 <row>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889
5890 \backslash
5891 langle
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900 \begin_inset Formula $\langle$
5901 \end_inset
5902
5903
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 </row>
5909 <row>
5910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914
5915 \backslash
5916 lceil
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 \begin_inset Formula $\lceil$
5926 \end_inset
5927
5928
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 </row>
5934 <row>
5935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939
5940 \backslash
5941 lfloor
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950 \begin_inset Formula $\lfloor$
5951 \end_inset
5952
5953
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 </row>
5959 <row>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 /
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 \begin_inset Formula $/$
5974 \end_inset
5975
5976
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 </row>
5982 <row>
5983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 |
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996 \begin_inset Formula $|$
5997 \end_inset
5998
5999
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 </row>
6005 </lyxtabular>
6006
6007 \end_inset
6008
6009
6010 \begin_inset space \hfill{}
6011 \end_inset
6012
6013
6014 \begin_inset Tabular
6015 <lyxtabular version="3" rows="9" columns="2">
6016 <features>
6017 <column alignment="center" valignment="top" width="0pt">
6018 <column alignment="center" valignment="top" width="0pt">
6019 <row>
6020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 Befehl
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 Ergebnis
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 </row>
6039 <row>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 )
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 \begin_inset Formula $)$
6054 \end_inset
6055
6056
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 </row>
6062 <row>
6063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 }
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 \begin_inset Formula $\}$
6077 \end_inset
6078
6079
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 </row>
6085 <row>
6086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090 ]
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 \begin_inset Formula $]$
6100 \end_inset
6101
6102
6103 \end_layout
6104
6105 \end_inset
6106 </cell>
6107 </row>
6108 <row>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113
6114 \backslash
6115 rangle
6116 \end_layout
6117
6118 \end_inset
6119 </cell>
6120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124 \begin_inset Formula $\rangle$
6125 \end_inset
6126
6127
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 </row>
6133 <row>
6134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138
6139 \backslash
6140 rceil
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149 \begin_inset Formula $\rceil$
6150 \end_inset
6151
6152
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 </row>
6158 <row>
6159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Plain Layout
6163
6164 \backslash
6165 rfloor
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 \begin_inset Formula $\rfloor$
6175 \end_inset
6176
6177
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 </row>
6183 <row>
6184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188
6189 \backslash
6190
6191 \backslash
6192
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201 \begin_inset Formula $\backslash$
6202 \end_inset
6203
6204
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 </row>
6210 <row>
6211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215
6216 \backslash
6217 |
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Plain Layout
6226 \begin_inset Formula $\|$
6227 \end_inset
6228
6229
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 </row>
6235 </lyxtabular>
6236
6237 \end_inset
6238
6239
6240 \begin_inset space \hfill{}
6241 \end_inset
6242
6243
6244 \end_layout
6245
6246 \begin_layout Standard
6247
6248 \series medium
6249 \begin_inset Note Greyedout
6250 status open
6251
6252 \begin_layout Plain Layout
6253
6254 \series bold
6255 Achtung:
6256 \series default
6257  Im TeX-Modus muss für den Backslash der Befehl 
6258 \series bold
6259
6260 \backslash
6261 textbackslash
6262 \series default
6263
6264 \begin_inset Index
6265 status collapsed
6266
6267 \begin_layout Plain Layout
6268 Befehle ! T ! 
6269 \backslash
6270 textbackslash
6271 \end_layout
6272
6273 \end_inset
6274
6275  verwendet werden, denn der Befehl 
6276 \series bold
6277
6278 \backslash
6279
6280 \backslash
6281
6282 \series default
6283  steht dort für einen Zeilenumbruch.
6284 \end_layout
6285
6286 \end_inset
6287
6288
6289 \end_layout
6290
6291 \begin_layout Standard
6292 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6293  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6294  Dabei können dann statt den Befehlen 
6295 \series bold
6296
6297 \backslash
6298 langle
6299 \series default
6300  und 
6301 \series bold
6302
6303 \backslash
6304 rangle
6305 \series default
6306  direkt die Zeichen < und > verwendet werden.
6307 \end_layout
6308
6309 \begin_layout Subsubsection
6310 Manuelle Klammergrößen
6311 \begin_inset CommandInset label
6312 LatexCommand label
6313 name "sub:Manuelle-Klammergrößen"
6314
6315 \end_inset
6316
6317
6318 \begin_inset Index
6319 status collapsed
6320
6321 \begin_layout Plain Layout
6322 Klammergrößen ! manuelle
6323 \end_layout
6324
6325 \end_inset
6326
6327
6328 \end_layout
6329
6330 \begin_layout Standard
6331 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6332  LaTeX-Befehle 
6333 \series bold
6334
6335 \backslash
6336 big
6337 \series default
6338
6339 \begin_inset Index
6340 status collapsed
6341
6342 \begin_layout Plain Layout
6343 Befehle ! B ! 
6344 \backslash
6345 big
6346 \end_layout
6347
6348 \end_inset
6349
6350
6351 \series bold
6352
6353 \backslash
6354 Big
6355 \series default
6356
6357 \series bold
6358
6359 \backslash
6360 bigg
6361 \series default
6362  und 
6363 \series bold
6364
6365 \backslash
6366 Bigg
6367 \series default
6368  tun.
6369  
6370 \series bold
6371
6372 \backslash
6373 big
6374 \series default
6375  steht hierbei für die kleinste und 
6376 \series bold
6377
6378 \backslash
6379 Bigg
6380 \series default
6381  für die größte Klammergröße.
6382 \end_layout
6383
6384 \begin_layout Standard
6385 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6386 \end_layout
6387
6388 \begin_layout Standard
6389 \align center
6390 \begin_inset Tabular
6391 <lyxtabular version="3" rows="2" columns="2">
6392 <features>
6393 <column alignment="center" valignment="top" width="0pt">
6394 <column alignment="center" valignment="top" width="0pt">
6395 <row>
6396 <cell alignment="center" valignment="top" usebox="none">
6397 \begin_inset Text
6398
6399 \begin_layout Plain Layout
6400 einheitliche Klammergröße:
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell alignment="center" valignment="top" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6410 \end_inset
6411
6412
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 </row>
6418 <row>
6419 <cell alignment="center" valignment="top" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423 besser sieht das so aus:
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 <cell alignment="center" valignment="top" usebox="none">
6429 \begin_inset Text
6430
6431 \begin_layout Plain Layout
6432 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6433 \end_inset
6434
6435
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 </row>
6441 </lyxtabular>
6442
6443 \end_inset
6444
6445
6446 \begin_inset Note Note
6447 status collapsed
6448
6449 \begin_layout Plain Layout
6450
6451 \series bold
6452
6453 \backslash
6454 raisebox
6455 \series default
6456  dient nur
6457 \end_layout
6458
6459 \begin_layout Plain Layout
6460 als Abstandhalter.
6461 \end_layout
6462
6463 \end_inset
6464
6465
6466 \end_layout
6467
6468 \begin_layout Standard
6469 Für die zweite Formel wurde der Befehl 
6470 \series bold
6471
6472 \backslash
6473 Big((A+B)(A-B)
6474 \backslash
6475 Big)^
6476 \begin_inset ERT
6477 status collapsed
6478
6479 \begin_layout Plain Layout
6480
6481
6482 \backslash
6483 leer 
6484 \end_layout
6485
6486 \end_inset
6487
6488 C
6489 \series default
6490  verwendet.
6491 \end_layout
6492
6493 \begin_layout Standard
6494 Hier alle Klammergrößen in der Übersicht:
6495 \end_layout
6496
6497 \begin_layout Standard
6498 \align center
6499
6500 \backslash
6501 Bigg(
6502 \backslash
6503 exp
6504 \backslash
6505 bigg<
6506 \backslash
6507 Big[
6508 \backslash
6509 big{
6510 \backslash
6511 ln(3x)
6512 \backslash
6513 big}^2
6514 \begin_inset ERT
6515 status collapsed
6516
6517 \begin_layout Plain Layout
6518
6519
6520 \backslash
6521 leer 
6522 \end_layout
6523
6524 \end_inset
6525
6526
6527 \backslash
6528 sin(x)
6529 \backslash
6530 Big]^
6531 \begin_inset ERT
6532 status collapsed
6533
6534 \begin_layout Plain Layout
6535
6536
6537 \backslash
6538 leer 
6539 \end_layout
6540
6541 \end_inset
6542
6543 A
6544 \begin_inset ERT
6545 status collapsed
6546
6547 \begin_layout Plain Layout
6548
6549
6550 \backslash
6551 leer 
6552 \end_layout
6553
6554 \end_inset
6555
6556
6557 \backslash
6558 bigg>
6559 \backslash
6560 Bigg)^0,5
6561 \end_layout
6562
6563 \begin_layout Standard
6564 \align center
6565 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6566 \end_inset
6567
6568
6569 \end_layout
6570
6571 \begin_layout Standard
6572 Es gibt außer den 
6573 \series bold
6574
6575 \backslash
6576 big
6577 \series default
6578 -Befehlen noch die Variante 
6579 \series bold
6580
6581 \backslash
6582 bigm
6583 \series default
6584
6585 \begin_inset Index
6586 status collapsed
6587
6588 \begin_layout Plain Layout
6589 Befehle ! B ! 
6590 \backslash
6591 bigm
6592 \end_layout
6593
6594 \end_inset
6595
6596 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6597  die Variante 
6598 \series bold
6599
6600 \backslash
6601 bigl
6602 \series default
6603 -
6604 \series bold
6605
6606 \backslash
6607 bigr
6608 \series default
6609
6610 \begin_inset Index
6611 status collapsed
6612
6613 \begin_layout Plain Layout
6614 Befehle ! B ! 
6615 \backslash
6616 bigl - 
6617 \backslash
6618 bigr
6619 \end_layout
6620
6621 \end_inset
6622
6623 , die keinen zusätzlichen Leerraum erzeugt.
6624  Das 
6625 \emph on
6626 l
6627 \emph default
6628  am Ende des Befehls 
6629 \series bold
6630
6631 \backslash
6632 bigl
6633 \series default
6634  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6635  ein 
6636 \emph on
6637 r
6638 \emph default
6639  ersetzt.
6640  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6641  sein.
6642 \end_layout
6643
6644 \begin_layout Standard
6645 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6646 \end_layout
6647
6648 \begin_layout Standard
6649 \align center
6650 \begin_inset Tabular
6651 <lyxtabular version="3" rows="5" columns="2">
6652 <features>
6653 <column alignment="center" valignment="middle" width="0">
6654 <column alignment="center" valignment="middle" width="0">
6655 <row>
6656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660 Befehl
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 Ergebnis
6670 \begin_inset Note Note
6671 status collapsed
6672
6673 \begin_layout Plain Layout
6674
6675 \series bold
6676
6677 \backslash
6678 raisebox
6679 \series default
6680  dient nur als Abstandhalter.
6681 \end_layout
6682
6683 \end_inset
6684
6685
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 </row>
6691 <row>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696
6697 \backslash
6698 Bigm(
6699 \backslash
6700 bigm(
6701 \backslash
6702 ln(3x)
6703 \backslash
6704 bigm)^2
6705 \begin_inset ERT
6706 status collapsed
6707
6708 \begin_layout Plain Layout
6709
6710
6711 \backslash
6712 leer 
6713 \end_layout
6714
6715 \end_inset
6716
6717
6718 \backslash
6719 Bigm)
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6729 \end_inset
6730
6731
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 </row>
6737 <row>
6738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742
6743 \backslash
6744 Big(
6745 \backslash
6746 big(
6747 \backslash
6748 ln(3x)
6749 \backslash
6750 big)^2
6751 \begin_inset ERT
6752 status collapsed
6753
6754 \begin_layout Plain Layout
6755
6756
6757 \backslash
6758 leer 
6759 \end_layout
6760
6761 \end_inset
6762
6763
6764 \backslash
6765 Big)
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6775 \end_inset
6776
6777
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 </row>
6783 <row>
6784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788
6789 \backslash
6790 Bigl(
6791 \backslash
6792 bigl(
6793 \backslash
6794 ln(3x)
6795 \backslash
6796 bigr)^2
6797 \begin_inset ERT
6798 status collapsed
6799
6800 \begin_layout Plain Layout
6801
6802
6803 \backslash
6804 leer 
6805 \end_layout
6806
6807 \end_inset
6808
6809
6810 \backslash
6811 Bigr)
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6821 \end_inset
6822
6823
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 </row>
6829 <row>
6830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834
6835 \backslash
6836 bigl)
6837 \backslash
6838 ln(3x)
6839 \backslash
6840 bigr(
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6850 \end_inset
6851
6852
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 </row>
6858 </lyxtabular>
6859
6860 \end_inset
6861
6862
6863 \end_layout
6864
6865 \begin_layout Subsubsection
6866 Automatische Klammergrößen
6867 \begin_inset CommandInset label
6868 LatexCommand label
6869 name "sub:Automatische-Klammergrößen"
6870
6871 \end_inset
6872
6873
6874 \begin_inset Index
6875 status collapsed
6876
6877 \begin_layout Plain Layout
6878 Klammergrößen ! automatische
6879 \end_layout
6880
6881 \end_inset
6882
6883
6884 \end_layout
6885
6886 \begin_layout Standard
6887 Klammern variabler Größe können mit den Befehlen 
6888 \series bold
6889
6890 \backslash
6891 left
6892 \series default
6893
6894 \begin_inset Index
6895 status collapsed
6896
6897 \begin_layout Plain Layout
6898 Befehle ! L ! 
6899 \backslash
6900 left
6901 \end_layout
6902
6903 \end_inset
6904
6905  und 
6906 \series bold
6907
6908 \backslash
6909 right
6910 \series default
6911
6912 \begin_inset Index
6913 status collapsed
6914
6915 \begin_layout Plain Layout
6916 Befehle ! R ! 
6917 \backslash
6918 right
6919 \end_layout
6920
6921 \end_inset
6922
6923  oder über den Mathe-Werkzeugleistenknopf
6924 \family sans
6925  
6926 \family default
6927
6928 \begin_inset Graphics
6929         filename ../../images/dialog-show_mathdelimiter.png
6930         scale 85
6931
6932 \end_inset
6933
6934  eingefügt werden.
6935  Auf 
6936 \series bold
6937
6938 \backslash
6939 left
6940 \series default
6941  und 
6942 \series bold
6943
6944 \backslash
6945 right
6946 \series default
6947  muss unmittelbar die gewünschte Klammer folgen.
6948  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6949 \end_layout
6950
6951 \begin_layout Standard
6952 \align center
6953 normale Klammer: Der Befehl 
6954 \series bold
6955
6956 \backslash
6957 ln(
6958 \backslash
6959 frac
6960 \begin_inset ERT
6961 status collapsed
6962
6963 \begin_layout Plain Layout
6964
6965
6966 \backslash
6967 leer 
6968 \end_layout
6969
6970 \end_inset
6971
6972 A
6973 \begin_inset Formula $\downarrow$
6974 \end_inset
6975
6976 C
6977 \begin_inset ERT
6978 status collapsed
6979
6980 \begin_layout Plain Layout
6981
6982
6983 \backslash
6984 leer 
6985 \end_layout
6986
6987 \end_inset
6988
6989 )
6990 \series default
6991  ergibt
6992 \begin_inset Formula \[
6993 \ln(\frac{A}{C})\]
6994
6995 \end_inset
6996
6997
6998 \end_layout
6999
7000 \begin_layout Standard
7001 \align center
7002 mehrzeilige Klammer: Der Befehl 
7003 \series bold
7004
7005 \backslash
7006 ln
7007 \backslash
7008 left(
7009 \backslash
7010 frac
7011 \begin_inset ERT
7012 status collapsed
7013
7014 \begin_layout Plain Layout
7015
7016
7017 \backslash
7018 leer 
7019 \end_layout
7020
7021 \end_inset
7022
7023 A
7024 \begin_inset Formula $\downarrow$
7025 \end_inset
7026
7027 C
7028 \begin_inset ERT
7029 status collapsed
7030
7031 \begin_layout Plain Layout
7032
7033
7034 \backslash
7035 leer 
7036 \end_layout
7037
7038 \end_inset
7039
7040
7041 \backslash
7042 right)
7043 \series default
7044  ergibt
7045 \begin_inset Formula \[
7046 \ln\left(\frac{A}{C}\right)\]
7047
7048 \end_inset
7049
7050
7051 \end_layout
7052
7053 \begin_layout Standard
7054 An Stelle von 
7055 \series bold
7056
7057 \backslash
7058 left
7059 \series default
7060  und 
7061 \series bold
7062
7063 \backslash
7064 right
7065 \series default
7066  kann man die Tastenkürzel 
7067 \family sans
7068 Alt-m
7069 \begin_inset space ~
7070 \end_inset
7071
7072 Klammer
7073 \family default
7074  verwenden.
7075  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7076  und dass die rechte Klammer gleich mit erstellt wird.
7077 \begin_inset Newline newline
7078 \end_inset
7079
7080 Der Befehl für das letzte Beispiel würde dann lauten: 
7081 \series bold
7082
7083 \backslash
7084 ln Alt-m
7085 \series default
7086  
7087 \series bold
7088 (
7089 \backslash
7090 frac
7091 \begin_inset ERT
7092 status collapsed
7093
7094 \begin_layout Plain Layout
7095
7096
7097 \backslash
7098 leer 
7099 \end_layout
7100
7101 \end_inset
7102
7103 A
7104 \begin_inset Formula $\downarrow$
7105 \end_inset
7106
7107 C
7108 \end_layout
7109
7110 \begin_layout Standard
7111 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7112  Klammer einen Punkt.
7113  So ergibt z.
7114 \begin_inset space \thinspace{}
7115 \end_inset
7116
7117 B.
7118  der Befehl 
7119 \series bold
7120
7121 \backslash
7122 left.
7123 \backslash
7124 frac
7125 \begin_inset ERT
7126 status collapsed
7127
7128 \begin_layout Plain Layout
7129
7130
7131 \backslash
7132 leer 
7133 \end_layout
7134
7135 \end_inset
7136
7137 A
7138 \begin_inset Formula $\downarrow$
7139 \end_inset
7140
7141 B
7142 \begin_inset ERT
7143 status collapsed
7144
7145 \begin_layout Plain Layout
7146
7147
7148 \backslash
7149 leer 
7150 \end_layout
7151
7152 \end_inset
7153
7154
7155 \backslash
7156 right}
7157 \series default
7158
7159 \begin_inset space \thinspace{}
7160 \end_inset
7161
7162 :
7163 \series bold
7164
7165 \begin_inset Formula \[
7166 \left.\frac{A}{B}\right\} \]
7167
7168 \end_inset
7169
7170
7171 \series default
7172 Die Befehle 
7173 \series bold
7174
7175 \backslash
7176 left
7177 \series default
7178  und 
7179 \series bold
7180
7181 \backslash
7182 right
7183 \series default
7184  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7185  umgewandelt.
7186  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7187 \end_layout
7188
7189 \begin_layout Standard
7190 \begin_inset VSpace bigskip
7191 \end_inset
7192
7193 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7194  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7195  Befehl 
7196 \series bold
7197
7198 \backslash
7199 middle
7200 \series default
7201
7202 \begin_inset Index
7203 status collapsed
7204
7205 \begin_layout Plain Layout
7206 Befehle ! M ! 
7207 \backslash
7208 middle
7209 \end_layout
7210
7211 \end_inset
7212
7213  zur Verfügung.
7214  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7215  angepasst, was z.
7216 \begin_inset space \thinspace{}
7217 \end_inset
7218
7219 B.
7220  für physikalische Vektoren von Nutzen ist:
7221 \begin_inset Formula \[
7222 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7223
7224 \end_inset
7225
7226 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7227 \begin_inset CommandInset ref
7228 LatexCommand ref
7229 reference "sub:Physikalische-Vektoren"
7230
7231 \end_inset
7232
7233  beschrieben ist.
7234 \end_layout
7235
7236 \begin_layout Subsection
7237 Horizontale Klammern
7238 \begin_inset Index
7239 status collapsed
7240
7241 \begin_layout Plain Layout
7242 Klammern ! horizontale
7243 \end_layout
7244
7245 \end_inset
7246
7247
7248 \end_layout
7249
7250 \begin_layout Standard
7251 \align center
7252 \begin_inset Tabular
7253 <lyxtabular version="3" rows="4" columns="2">
7254 <features>
7255 <column alignment="center" valignment="top" width="0pt">
7256 <column alignment="center" valignment="top" width="0pt">
7257 <row>
7258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 Befehl
7263 \begin_inset Note Note
7264 status collapsed
7265
7266 \begin_layout Plain Layout
7267
7268 \series bold
7269
7270 \backslash
7271 raisebox
7272 \series default
7273  dient nur als Abstandhalter.
7274 \end_layout
7275
7276 \end_inset
7277
7278
7279 \end_layout
7280
7281 \end_inset
7282 </cell>
7283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7284 \begin_inset Text
7285
7286 \begin_layout Plain Layout
7287 Ergebnis
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 </row>
7293 <row>
7294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298 \begin_inset ERT
7299 status collapsed
7300
7301 \begin_layout Plain Layout
7302
7303
7304 \backslash
7305 raisebox{2.3mm}{
7306 \end_layout
7307
7308 \end_inset
7309
7310
7311 \backslash
7312 overbrace
7313 \begin_inset ERT
7314 status collapsed
7315
7316 \begin_layout Plain Layout
7317
7318
7319 \backslash
7320 leer 
7321 \end_layout
7322
7323 \end_inset
7324
7325 A+B
7326 \begin_inset ERT
7327 status collapsed
7328
7329 \begin_layout Plain Layout
7330
7331
7332 \backslash
7333 leer 
7334 \end_layout
7335
7336 \end_inset
7337
7338 ^
7339 \begin_inset ERT
7340 status collapsed
7341
7342 \begin_layout Plain Layout
7343
7344
7345 \backslash
7346 leer 
7347 \end_layout
7348
7349 \end_inset
7350
7351 3
7352 \begin_inset ERT
7353 status collapsed
7354
7355 \begin_layout Plain Layout
7356
7357 }
7358 \end_layout
7359
7360 \end_inset
7361
7362
7363 \begin_inset Index
7364 status collapsed
7365
7366 \begin_layout Plain Layout
7367 Befehle ! O ! 
7368 \backslash
7369 overbrace
7370 \end_layout
7371
7372 \end_inset
7373
7374
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383 \begin_inset Formula $\overbrace{A+B}^{3}$
7384 \end_inset
7385
7386
7387 \end_layout
7388
7389 \end_inset
7390 </cell>
7391 </row>
7392 <row>
7393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7394 \begin_inset Text
7395
7396 \begin_layout Plain Layout
7397 \begin_inset ERT
7398 status collapsed
7399
7400 \begin_layout Plain Layout
7401
7402
7403 \backslash
7404 raisebox{-2.2mm}{
7405 \end_layout
7406
7407 \end_inset
7408
7409
7410 \backslash
7411 underbrace
7412 \begin_inset ERT
7413 status collapsed
7414
7415 \begin_layout Plain Layout
7416
7417
7418 \backslash
7419 leer 
7420 \end_layout
7421
7422 \end_inset
7423
7424 A+B
7425 \begin_inset ERT
7426 status collapsed
7427
7428 \begin_layout Plain Layout
7429
7430
7431 \backslash
7432 leer 
7433 \end_layout
7434
7435 \end_inset
7436
7437 _5
7438 \begin_inset ERT
7439 status collapsed
7440
7441 \begin_layout Plain Layout
7442
7443 }
7444 \end_layout
7445
7446 \end_inset
7447
7448
7449 \begin_inset Index
7450 status collapsed
7451
7452 \begin_layout Plain Layout
7453 Befehle ! U ! 
7454 \backslash
7455 underbrace
7456 \end_layout
7457
7458 \end_inset
7459
7460
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469 \begin_inset Formula $\underbrace{A+B}_{5}$
7470 \end_inset
7471
7472
7473 \end_layout
7474
7475 \end_inset
7476 </cell>
7477 </row>
7478 <row>
7479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Plain Layout
7483
7484 \backslash
7485 overbrace
7486 \begin_inset ERT
7487 status collapsed
7488
7489 \begin_layout Plain Layout
7490
7491
7492 \backslash
7493 leer 
7494 \end_layout
7495
7496 \end_inset
7497
7498
7499 \backslash
7500 underbrace
7501 \begin_inset ERT
7502 status collapsed
7503
7504 \begin_layout Plain Layout
7505
7506
7507 \backslash
7508 leer 
7509 \end_layout
7510
7511 \end_inset
7512
7513 A+B_w
7514 \begin_inset ERT
7515 status collapsed
7516
7517 \begin_layout Plain Layout
7518
7519
7520 \backslash
7521 leer 
7522 \end_layout
7523
7524 \end_inset
7525
7526
7527 \begin_inset ERT
7528 status collapsed
7529
7530 \begin_layout Plain Layout
7531
7532
7533 \backslash
7534 leer 
7535 \end_layout
7536
7537 \end_inset
7538
7539 _7
7540 \begin_inset ERT
7541 status collapsed
7542
7543 \begin_layout Plain Layout
7544
7545
7546 \backslash
7547 leer 
7548 \end_layout
7549
7550 \end_inset
7551
7552
7553 \begin_inset ERT
7554 status collapsed
7555
7556 \begin_layout Plain Layout
7557
7558
7559 \backslash
7560 leer 
7561 \end_layout
7562
7563 \end_inset
7564
7565 ^
7566 \begin_inset ERT
7567 status collapsed
7568
7569 \begin_layout Plain Layout
7570
7571
7572 \backslash
7573 leer 
7574 \end_layout
7575
7576 \end_inset
7577
7578 C
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7588 \end_inset
7589
7590
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 </row>
7596 </lyxtabular>
7597
7598 \end_inset
7599
7600
7601 \end_layout
7602
7603 \begin_layout Standard
7604 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7605 \series bold
7606
7607 \backslash
7608 overbrace
7609 \series default
7610  oder 
7611 \series bold
7612
7613 \backslash
7614 underbrace
7615 \series default
7616  eingibt.
7617 \end_layout
7618
7619 \begin_layout Standard
7620 \begin_inset VSpace bigskip
7621 \end_inset
7622
7623 Benötigt man Klammern, die sich überschneiden, muss man die in 
7624 \begin_inset CommandInset ref
7625 LatexCommand ref
7626 reference "sec:Mehrzeilige-Formeln"
7627
7628 \end_inset
7629
7630  beschriebenen mehrzeiligen Formeln verwenden:
7631 \begin_inset Formula \begin{eqnarray*}
7632 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7633  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7634
7635 \end_inset
7636
7637 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7638  Dabei ist es wichtig, dass vor dem ersten 
7639 \begin_inset Formula $d$
7640 \end_inset
7641
7642  der Abstandsbefehl
7643 \begin_inset Foot
7644 status collapsed
7645
7646 \begin_layout Plain Layout
7647 Abstandsbefehle sind in 
7648 \begin_inset CommandInset ref
7649 LatexCommand ref
7650 reference "sub:Vordefinierter-Leerraum"
7651
7652 \end_inset
7653
7654  erklärt.
7655 \end_layout
7656
7657 \end_inset
7658
7659  
7660 \series bold
7661
7662 \backslash
7663 :
7664 \series default
7665  eingegeben wird, denn die nach dem 
7666 \begin_inset Formula $q$
7667 \end_inset
7668
7669  endende Klammer verhindert, dass das nachfolgende 
7670 \begin_inset Quotes gld
7671 \end_inset
7672
7673 +
7674 \begin_inset Quotes grd
7675 \end_inset
7676
7677  von Leerraum umgeben ist.
7678 \begin_inset Foot
7679 status collapsed
7680
7681 \begin_layout Plain Layout
7682 weil eine Klammer nicht als Zeichen gilt, siehe 
7683 \begin_inset CommandInset ref
7684 LatexCommand ref
7685 reference "sub:Binäre-Operatoren"
7686
7687 \end_inset
7688
7689
7690 \end_layout
7691
7692 \end_inset
7693
7694  In die zweite Zeile wird die zweite Klammer eingegeben.
7695  Da sie vor dem 
7696 \begin_inset Formula $b$
7697 \end_inset
7698
7699  beginnen soll, gibt man zuerst 
7700 \series bold
7701
7702 \backslash
7703 hphantom{gggg+
7704 \backslash
7705 :}
7706 \series default
7707  ein.
7708 \begin_inset Foot
7709 status collapsed
7710
7711 \begin_layout Plain Layout
7712 mehr zu 
7713 \series bold
7714
7715 \backslash
7716 hphantom
7717 \series default
7718  siehe 
7719 \begin_inset CommandInset ref
7720 LatexCommand ref
7721 reference "sub:Platzhalter"
7722
7723 \end_inset
7724
7725 .
7726 \end_layout
7727
7728 \end_inset
7729
7730  Dieser Leerraum wird benötigt, weil das 
7731 \begin_inset Quotes gld
7732 \end_inset
7733
7734 +
7735 \begin_inset Quotes grd
7736 \end_inset
7737
7738  in der Formel auch von Leerraum umgeben ist.
7739  Die Klammer wird unter den Befehl 
7740 \series bold
7741
7742 \backslash
7743 hphantom{bbqq+dddd}
7744 \series default
7745  gesetzt.
7746 \end_layout
7747
7748 \begin_layout Standard
7749 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7750 n, wie in folgendem Beispiel:
7751 \begin_inset ERT
7752 status collapsed
7753
7754 \begin_layout Plain Layout
7755
7756
7757 \backslash
7758 setlength{
7759 \backslash
7760 jot}{-6pt}
7761 \end_layout
7762
7763 \end_inset
7764
7765
7766 \begin_inset Formula \begin{eqnarray*}
7767  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7768 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7769
7770 \end_inset
7771
7772
7773 \begin_inset ERT
7774 status collapsed
7775
7776 \begin_layout Plain Layout
7777
7778
7779 \backslash
7780 setlength{
7781 \backslash
7782 jot}{3pt}
7783 \end_layout
7784
7785 \end_inset
7786
7787 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7788  mit dem Unterschied, dass sich die Klammer oben befindet.
7789  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7790  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7791  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7792  werden.
7793  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7794 \begin_inset Foot
7795 status collapsed
7796
7797 \begin_layout Plain Layout
7798 \begin_inset CommandInset href
7799 LatexCommand href
7800 name "LyX-Fehler #1505"
7801 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7802
7803 \end_inset
7804
7805
7806 \end_layout
7807
7808 \end_inset
7809
7810 .
7811  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7812 \series bold
7813
7814 \backslash
7815 jot
7816 \series default
7817
7818 \begin_inset Index
7819 status collapsed
7820
7821 \begin_layout Plain Layout
7822 Befehle ! J ! 
7823 \backslash
7824 jot
7825 \end_layout
7826
7827 \end_inset
7828
7829  vor der Formel mit dem Befehl 
7830 \series bold
7831
7832 \backslash
7833 setlength{
7834 \backslash
7835 jot}{-6pt}
7836 \series default
7837  im TeX-Modus auf den Wert -6
7838 \begin_inset space \thinspace{}
7839 \end_inset
7840
7841 pt geändert.
7842  Nach der Formel wird 
7843 \series bold
7844
7845 \backslash
7846 jot
7847 \series default
7848  mit demselben Befehl wieder auf den Standardwert 3
7849 \begin_inset space \thinspace{}
7850 \end_inset
7851
7852 pt zurückgesetzt.
7853  Genaueres zum Zeilenabstand in Formeln ist in 
7854 \begin_inset CommandInset ref
7855 LatexCommand ref
7856 reference "sub:Zeilenabstand"
7857
7858 \end_inset
7859
7860  erklärt.
7861 \end_layout
7862
7863 \begin_layout Section
7864 Pfeile
7865 \begin_inset Index
7866 status collapsed
7867
7868 \begin_layout Plain Layout
7869 Pfeile
7870 \end_layout
7871
7872 \end_inset
7873
7874
7875 \end_layout
7876
7877 \begin_layout Standard
7878 Pfeile können über den Mathe-Werkzeugleistenknopf 
7879 \begin_inset Graphics
7880         filename ../../images/math/leftarrow.png
7881         scale 85
7882
7883 \end_inset
7884
7885  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7886  aufgelistet sind.
7887 \end_layout
7888
7889 \begin_layout Subsection
7890 Horizontale Pfeile
7891 \begin_inset Index
7892 status collapsed
7893
7894 \begin_layout Plain Layout
7895 Pfeile ! horizontale
7896 \end_layout
7897
7898 \end_inset
7899
7900
7901 \end_layout
7902
7903 \begin_layout Standard
7904 \begin_inset space \hfill{}
7905 \end_inset
7906
7907
7908 \begin_inset Tabular
7909 <lyxtabular version="3" rows="8" columns="2">
7910 <features>
7911 <column alignment="center" valignment="top" width="0pt">
7912 <column alignment="center" valignment="top" width="0pt">
7913 <row>
7914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918 Befehl
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 Ergebnis
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 </row>
7933 <row>
7934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938
7939 \backslash
7940 gets
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949 \begin_inset Formula $\gets$
7950 \end_inset
7951
7952
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 </row>
7958 <row>
7959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963
7964 \backslash
7965 Leftarrow
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974 \begin_inset Formula $\Leftarrow$
7975 \end_inset
7976
7977
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 </row>
7983 <row>
7984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988
7989 \backslash
7990 longleftarrow
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999 \begin_inset Formula $\longleftarrow$
8000 \end_inset
8001
8002
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 </row>
8008 <row>
8009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013
8014 \backslash
8015 Longleftarrow
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 \begin_inset Formula $\Longleftarrow$
8025 \end_inset
8026
8027
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 </row>
8033 <row>
8034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038
8039 \backslash
8040 leftharpoonup
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 \begin_inset Formula $\leftharpoonup$
8050 \end_inset
8051
8052
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 </row>
8058 <row>
8059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063
8064 \backslash
8065 leftharpoondown
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 \begin_inset Formula $\leftharpoondown$
8075 \end_inset
8076
8077
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 </row>
8083 <row>
8084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088
8089 \backslash
8090 hookleftarrow
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099 \begin_inset Formula $\hookleftarrow$
8100 \end_inset
8101
8102
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 </row>
8108 </lyxtabular>
8109
8110 \end_inset
8111
8112
8113 \begin_inset space \hfill{}
8114 \end_inset
8115
8116
8117 \begin_inset Tabular
8118 <lyxtabular version="3" rows="8" columns="2">
8119 <features>
8120 <column alignment="center" valignment="top" width="0pt">
8121 <column alignment="center" valignment="top" width="0pt">
8122 <row>
8123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 Befehl
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 Ergebnis
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 </row>
8142 <row>
8143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147
8148 \backslash
8149 to
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 \begin_inset Formula $\to$
8159 \end_inset
8160
8161
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 </row>
8167 <row>
8168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172
8173 \backslash
8174 Rightarrow
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 \begin_inset Formula $\Rightarrow$
8184 \end_inset
8185
8186
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 </row>
8192 <row>
8193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197
8198 \backslash
8199 longrightarrow
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 \begin_inset Formula $\longrightarrow$
8209 \end_inset
8210
8211
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 </row>
8217 <row>
8218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222
8223 \backslash
8224 Longrightarrow
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 \begin_inset Formula $\Longrightarrow$
8234 \end_inset
8235
8236
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 </row>
8242 <row>
8243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247
8248 \backslash
8249 rightharpoonup
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258 \begin_inset Formula $\rightharpoonup$
8259 \end_inset
8260
8261
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 </row>
8267 <row>
8268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272
8273 \backslash
8274 rightharpoondown
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 \begin_inset Formula $\rightharpoondown$
8284 \end_inset
8285
8286
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 </row>
8292 <row>
8293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297
8298 \backslash
8299 hookrightarrow
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 \begin_inset Formula $\hookrightarrow$
8309 \end_inset
8310
8311
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 </row>
8317 </lyxtabular>
8318
8319 \end_inset
8320
8321
8322 \begin_inset space \hfill{}
8323 \end_inset
8324
8325
8326 \end_layout
8327
8328 \begin_layout Standard
8329 \begin_inset space \hfill{}
8330 \end_inset
8331
8332
8333 \begin_inset Tabular
8334 <lyxtabular version="3" rows="6" columns="2">
8335 <features>
8336 <column alignment="center" valignment="top" width="0pt">
8337 <column alignment="center" valignment="top" width="0pt">
8338 <row>
8339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343 Befehl
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 Ergebnis
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 </row>
8358 <row>
8359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363
8364 \backslash
8365 leftrightarrow
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 \begin_inset Formula $\leftrightarrow$
8375 \end_inset
8376
8377
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 </row>
8383 <row>
8384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388
8389 \backslash
8390 Leftrightarrow
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 \begin_inset Formula $\Leftrightarrow$
8400 \end_inset
8401
8402
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 </row>
8408 <row>
8409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413
8414 \backslash
8415 longleftrightarrow
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 \begin_inset Formula $\longleftrightarrow$
8425 \end_inset
8426
8427
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 </row>
8433 <row>
8434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438
8439 \backslash
8440 Longleftrightarrow
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 \begin_inset Formula $\Longleftrightarrow$
8450 \end_inset
8451
8452
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 </row>
8458 <row>
8459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463
8464 \backslash
8465 rightleftharpoons
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 \begin_inset Formula $\rightleftharpoons$
8475 \end_inset
8476
8477
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 </lyxtabular>
8484
8485 \end_inset
8486
8487
8488 \begin_inset space \hspace{}
8489 \length 25pt
8490 \end_inset
8491
8492
8493 \begin_inset space \hfill{}
8494 \end_inset
8495
8496
8497 \begin_inset Tabular
8498 <lyxtabular version="3" rows="5" columns="2">
8499 <features>
8500 <column alignment="center" valignment="top" width="0pt">
8501 <column alignment="center" valignment="top" width="0pt">
8502 <row>
8503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507 Befehl
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516 Ergebnis
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 </row>
8522 <row>
8523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527
8528 \backslash
8529 mapsto
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538 \begin_inset Formula $\mapsto$
8539 \end_inset
8540
8541
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 </row>
8547 <row>
8548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552
8553 \backslash
8554 longmapsto
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563 \begin_inset Formula $\longmapsto$
8564 \end_inset
8565
8566
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 <row>
8573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577
8578 \backslash
8579 leadsto
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 \begin_inset Formula $\leadsto$
8589 \end_inset
8590
8591
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 </row>
8597 <row>
8598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602
8603 \backslash
8604 dasharrow
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 \begin_inset Formula $\dasharrow$
8614 \end_inset
8615
8616
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 </row>
8622 </lyxtabular>
8623
8624 \end_inset
8625
8626
8627 \begin_inset space \hfill{}
8628 \end_inset
8629
8630
8631 \end_layout
8632
8633 \begin_layout Standard
8634 \begin_inset VSpace medskip
8635 \end_inset
8636
8637 Als Akzent verwendete Pfeile, wie z.
8638 \begin_inset space \thinspace{}
8639 \end_inset
8640
8641 B.
8642  Vektorpfeile, sind in 
8643 \begin_inset CommandInset ref
8644 LatexCommand ref
8645 reference "sec:Akzente"
8646
8647 \end_inset
8648
8649  aufgelistet.
8650 \end_layout
8651
8652 \begin_layout Standard
8653 \begin_inset VSpace bigskip
8654 \end_inset
8655
8656 Des Weiteren gibt es die beschriftbaren Pfeile
8657 \begin_inset Index
8658 status collapsed
8659
8660 \begin_layout Plain Layout
8661 Pfeile ! beschriftbare
8662 \end_layout
8663
8664 \end_inset
8665
8666  
8667 \series bold
8668
8669 \backslash
8670 xleftarrow
8671 \series default
8672
8673 \begin_inset Index
8674 status collapsed
8675
8676 \begin_layout Plain Layout
8677 Befehle ! X ! 
8678 \backslash
8679 xleftarrow
8680 \end_layout
8681
8682 \end_inset
8683
8684  und 
8685 \series bold
8686
8687 \backslash
8688 xrightarrow
8689 \series default
8690
8691 \begin_inset Index
8692 status collapsed
8693
8694 \begin_layout Plain Layout
8695 Befehle ! X ! 
8696 \backslash
8697 xrightarrow
8698 \begin_inset ERT
8699 status collapsed
8700
8701 \begin_layout Plain Layout
8702
8703
8704 \backslash
8705 vspace{4mm}
8706 \end_layout
8707
8708 \end_inset
8709
8710
8711 \end_layout
8712
8713 \end_inset
8714
8715 .
8716  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8717  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8718  Die Pfeillänge passt sich der Breite der Beschriftung an.
8719 \end_layout
8720
8721 \begin_layout Standard
8722 \align center
8723 \begin_inset Tabular
8724 <lyxtabular version="3" rows="3" columns="2">
8725 <features>
8726 <column alignment="center" valignment="top" width="0pt">
8727 <column alignment="center" valignment="top" width="0pt">
8728 <row>
8729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 Befehl
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 Ergebnis
8743 \begin_inset Note Note
8744 status collapsed
8745
8746 \begin_layout Plain Layout
8747
8748 \series bold
8749
8750 \backslash
8751 raisebox
8752 \series default
8753  dient nur als Abstandhalter.
8754 \end_layout
8755
8756 \end_inset
8757
8758
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 </row>
8764 <row>
8765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 F(a)
8770 \backslash
8771 xleftarrow
8772 \begin_inset ERT
8773 status collapsed
8774
8775 \begin_layout Plain Layout
8776
8777
8778 \backslash
8779 leer 
8780 \end_layout
8781
8782 \end_inset
8783
8784 x=a
8785 \begin_inset Formula $\downarrow$
8786 \end_inset
8787
8788 x>0
8789 \begin_inset Formula $\to$
8790 \end_inset
8791
8792 F(x)
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8802 \end_inset
8803
8804
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 </row>
8810 <row>
8811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 F(x)
8816 \backslash
8817 xrightarrow
8818 \begin_inset ERT
8819 status collapsed
8820
8821 \begin_layout Plain Layout
8822
8823
8824 \backslash
8825 leer 
8826 \end_layout
8827
8828 \end_inset
8829
8830 x=a
8831 \begin_inset Formula $\downarrow$
8832 \end_inset
8833
8834 x>0
8835 \begin_inset Formula $\to$
8836 \end_inset
8837
8838 F(a)
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8848 \end_inset
8849
8850
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 </row>
8856 </lyxtabular>
8857
8858 \end_inset
8859
8860
8861 \end_layout
8862
8863 \begin_layout Subsection
8864 Vertikale und diagonale Pfeile
8865 \begin_inset Index
8866 status collapsed
8867
8868 \begin_layout Plain Layout
8869 Pfeile ! diagonale
8870 \end_layout
8871
8872 \end_inset
8873
8874
8875 \begin_inset Index
8876 status collapsed
8877
8878 \begin_layout Plain Layout
8879 Pfeile ! vertikale
8880 \end_layout
8881
8882 \end_inset
8883
8884
8885 \end_layout
8886
8887 \begin_layout Standard
8888 \begin_inset space \hfill{}
8889 \end_inset
8890
8891
8892 \begin_inset Tabular
8893 <lyxtabular version="3" rows="7" columns="2">
8894 <features>
8895 <column alignment="center" valignment="top" width="0pt">
8896 <column alignment="center" valignment="top" width="0pt">
8897 <row>
8898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902 Befehl
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 Ergebnis
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 </row>
8917 <row>
8918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922
8923 \backslash
8924 uparrow
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933 \begin_inset Formula $\uparrow$
8934 \end_inset
8935
8936
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947
8948 \backslash
8949 Uparrow
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 \begin_inset Formula $\Uparrow$
8959 \end_inset
8960
8961
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 </row>
8967 <row>
8968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972
8973 \backslash
8974 updownarrow
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 \begin_inset Formula $\updownarrow$
8984 \end_inset
8985
8986
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 </row>
8992 <row>
8993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997
8998 \backslash
8999 Updownarrow
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 \begin_inset Formula $\Updownarrow$
9009 \end_inset
9010
9011
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 </row>
9017 <row>
9018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022
9023 \backslash
9024 Downarrow
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 \begin_inset Formula $\Downarrow$
9034 \end_inset
9035
9036
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 </row>
9042 <row>
9043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047
9048 \backslash
9049 downarrow
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 \begin_inset Formula $\downarrow$
9059 \end_inset
9060
9061
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 </row>
9067 </lyxtabular>
9068
9069 \end_inset
9070
9071
9072 \begin_inset space \hfill{}
9073 \end_inset
9074
9075
9076 \begin_inset Tabular
9077 <lyxtabular version="3" rows="5" columns="2">
9078 <features>
9079 <column alignment="center" valignment="top" width="0pt">
9080 <column alignment="center" valignment="top" width="0pt">
9081 <row>
9082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086 Befehl
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 Ergebnis
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 </row>
9101 <row>
9102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106
9107 \backslash
9108 nearrow
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 \begin_inset Formula $\nearrow$
9118 \end_inset
9119
9120
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 </row>
9126 <row>
9127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131
9132 \backslash
9133 searrow
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 \begin_inset Formula $\searrow$
9143 \end_inset
9144
9145
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 </row>
9151 <row>
9152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156
9157 \backslash
9158 swarrow
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167 \begin_inset Formula $\swarrow$
9168 \end_inset
9169
9170
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 </row>
9176 <row>
9177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181
9182 \backslash
9183 nwarrow
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 \begin_inset Formula $\nwarrow$
9193 \end_inset
9194
9195
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 </row>
9201 </lyxtabular>
9202
9203 \end_inset
9204
9205
9206 \begin_inset space \hfill{}
9207 \end_inset
9208
9209
9210 \end_layout
9211
9212 \begin_layout Standard
9213 \begin_inset VSpace medskip
9214 \end_inset
9215
9216 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9217  
9218 \begin_inset CommandInset ref
9219 LatexCommand ref
9220 reference "sub:Manuelle-Klammergrößen"
9221
9222 \end_inset
9223
9224  und 
9225 \begin_inset CommandInset ref
9226 LatexCommand ref
9227 reference "sub:Automatische-Klammergrößen"
9228
9229 \end_inset
9230
9231  beschriebenen Befehlen verwendet werden.
9232 \end_layout
9233
9234 \begin_layout Section
9235 Akzente
9236 \begin_inset CommandInset label
9237 LatexCommand label
9238 name "sec:Akzente"
9239
9240 \end_inset
9241
9242
9243 \begin_inset Index
9244 status collapsed
9245
9246 \begin_layout Plain Layout
9247 Akzente
9248 \end_layout
9249
9250 \end_inset
9251
9252
9253 \end_layout
9254
9255 \begin_layout Standard
9256 Akzente können über den Mathe-Werkzeugleistenknopf 
9257 \begin_inset Graphics
9258         filename ../../images/math/hat.png
9259         scale 85
9260
9261 \end_inset
9262
9263  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9264  aufgelistet sind.
9265 \end_layout
9266
9267 \begin_layout Subsection
9268 Akzente für ein Zeichen
9269 \begin_inset ERT
9270 status collapsed
9271
9272 \begin_layout Plain Layout
9273
9274
9275 \backslash
9276 texorpdfstring{
9277 \end_layout
9278
9279 \end_inset
9280
9281
9282 \begin_inset Foot
9283 status collapsed
9284
9285 \begin_layout Plain Layout
9286 Akzente im Text siehe 
9287 \begin_inset CommandInset ref
9288 LatexCommand ref
9289 reference "sub:Sonderzeichen-Akzente"
9290
9291 \end_inset
9292
9293
9294 \end_layout
9295
9296 \end_inset
9297
9298
9299 \begin_inset ERT
9300 status collapsed
9301
9302 \begin_layout Plain Layout
9303
9304 }{}
9305 \end_layout
9306
9307 \end_inset
9308
9309
9310 \begin_inset Note Note
9311 status collapsed
9312
9313 \begin_layout Plain Layout
9314
9315 \series bold
9316
9317 \backslash
9318 texorpdfstring
9319 \series default
9320  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9321 \end_layout
9322
9323 \begin_layout Plain Layout
9324 Näheres zu 
9325 \series bold
9326
9327 \backslash
9328 texorpdfstring
9329 \series default
9330  steht in Kapitel 
9331 \begin_inset CommandInset ref
9332 LatexCommand ref
9333 reference "sub:Formeln-in-Überschriften"
9334
9335 \end_inset
9336
9337 .
9338 \end_layout
9339
9340 \end_inset
9341
9342
9343 \begin_inset CommandInset label
9344 LatexCommand label
9345 name "sub:Akzente-für-ein"
9346
9347 \end_inset
9348
9349
9350 \begin_inset Index
9351 status collapsed
9352
9353 \begin_layout Plain Layout
9354 Akzente ! für ein Zeichen
9355 \end_layout
9356
9357 \end_inset
9358
9359
9360 \end_layout
9361
9362 \begin_layout Standard
9363 \begin_inset space \hfill{}
9364 \end_inset
9365
9366
9367 \begin_inset Tabular
9368 <lyxtabular version="3" rows="8" columns="2">
9369 <features>
9370 <column alignment="center" valignment="top" width="0pt">
9371 <column alignment="center" valignment="top" width="0pt">
9372 <row>
9373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377 Befehl
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386 Ergebnis
9387 \begin_inset Note Note
9388 status collapsed
9389
9390 \begin_layout Plain Layout
9391
9392 \series bold
9393
9394 \backslash
9395 raisebox
9396 \series default
9397  dient nur als Abstandhalter.
9398 \end_layout
9399
9400 \end_inset
9401
9402
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 </row>
9408 <row>
9409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413
9414 \backslash
9415 dot
9416 \begin_inset ERT
9417 status collapsed
9418
9419 \begin_layout Plain Layout
9420
9421
9422 \backslash
9423 leer 
9424 \end_layout
9425
9426 \end_inset
9427
9428 A
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9438 \end_inset
9439
9440
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 </row>
9446 <row>
9447 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451
9452 \backslash
9453 ddot
9454 \begin_inset ERT
9455 status collapsed
9456
9457 \begin_layout Plain Layout
9458
9459
9460 \backslash
9461 leer 
9462 \end_layout
9463
9464 \end_inset
9465
9466 A
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9476 \end_inset
9477
9478
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 </row>
9484 <row>
9485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9486 \begin_inset Text
9487
9488 \begin_layout Plain Layout
9489
9490 \backslash
9491 dddot
9492 \begin_inset ERT
9493 status collapsed
9494
9495 \begin_layout Plain Layout
9496
9497
9498 \backslash
9499 leer 
9500 \end_layout
9501
9502 \end_inset
9503
9504 A
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9514 \end_inset
9515
9516
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 </row>
9522 <row>
9523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9524 \begin_inset Text
9525
9526 \begin_layout Plain Layout
9527
9528 \backslash
9529 ddddot{A
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9539 \end_inset
9540
9541
9542 \end_layout
9543
9544 \end_inset
9545 </cell>
9546 </row>
9547 <row>
9548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552
9553 \backslash
9554 vec
9555 \begin_inset ERT
9556 status collapsed
9557
9558 \begin_layout Plain Layout
9559
9560
9561 \backslash
9562 leer 
9563 \end_layout
9564
9565 \end_inset
9566
9567 A
9568 \begin_inset Index
9569 status collapsed
9570
9571 \begin_layout Plain Layout
9572 Vektoren
9573 \end_layout
9574
9575 \end_inset
9576
9577
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9587 \end_inset
9588
9589
9590 \end_layout
9591
9592 \end_inset
9593 </cell>
9594 </row>
9595 <row>
9596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Plain Layout
9600
9601 \backslash
9602 bar
9603 \begin_inset ERT
9604 status collapsed
9605
9606 \begin_layout Plain Layout
9607
9608
9609 \backslash
9610 leer 
9611 \end_layout
9612
9613 \end_inset
9614
9615 A
9616 \end_layout
9617
9618 \end_inset
9619 </cell>
9620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9625 \end_inset
9626
9627
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 </row>
9633 <row>
9634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9635 \begin_inset Text
9636
9637 \begin_layout Plain Layout
9638
9639 \backslash
9640 mathring
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" bottomline="true" leftline="true" rightline="true" usebox="none">
9659 \begin_inset Text
9660
9661 \begin_layout Plain Layout
9662 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9663 \end_inset
9664
9665
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 </row>
9671 </lyxtabular>
9672
9673 \end_inset
9674
9675
9676 \begin_inset space \hfill{}
9677 \end_inset
9678
9679
9680 \begin_inset Tabular
9681 <lyxtabular version="3" rows="7" columns="2">
9682 <features>
9683 <column alignment="center" valignment="top" width="0pt">
9684 <column alignment="center" valignment="top" width="0pt">
9685 <row>
9686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690 Befehl
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699 Ergebnis
9700 \end_layout
9701
9702 \end_inset
9703 </cell>
9704 </row>
9705 <row>
9706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710
9711 \backslash
9712 tilde
9713 \begin_inset ERT
9714 status collapsed
9715
9716 \begin_layout Plain Layout
9717
9718
9719 \backslash
9720 leer 
9721 \end_layout
9722
9723 \end_inset
9724
9725 A
9726 \end_layout
9727
9728 \end_inset
9729 </cell>
9730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9735 \end_inset
9736
9737
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 </row>
9743 <row>
9744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Plain Layout
9748
9749 \backslash
9750 hat
9751 \begin_inset ERT
9752 status collapsed
9753
9754 \begin_layout Plain Layout
9755
9756
9757 \backslash
9758 leer 
9759 \end_layout
9760
9761 \end_inset
9762
9763 A
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9773 \end_inset
9774
9775
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 </row>
9781 <row>
9782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786
9787 \backslash
9788 check
9789 \begin_inset ERT
9790 status collapsed
9791
9792 \begin_layout Plain Layout
9793
9794
9795 \backslash
9796 leer 
9797 \end_layout
9798
9799 \end_inset
9800
9801 A
9802 \end_layout
9803
9804 \end_inset
9805 </cell>
9806 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9807 \begin_inset Text
9808
9809 \begin_layout Plain Layout
9810 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9811 \end_inset
9812
9813
9814 \end_layout
9815
9816 \end_inset
9817 </cell>
9818 </row>
9819 <row>
9820 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824
9825 \backslash
9826 acute
9827 \begin_inset ERT
9828 status collapsed
9829
9830 \begin_layout Plain Layout
9831
9832
9833 \backslash
9834 leer 
9835 \end_layout
9836
9837 \end_inset
9838
9839 A
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9849 \end_inset
9850
9851
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 </row>
9857 <row>
9858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862
9863 \backslash
9864 grave
9865 \begin_inset ERT
9866 status collapsed
9867
9868 \begin_layout Plain Layout
9869
9870
9871 \backslash
9872 leer 
9873 \end_layout
9874
9875 \end_inset
9876
9877 A
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9887 \end_inset
9888
9889
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 </row>
9895 <row>
9896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900
9901 \backslash
9902 breve
9903 \begin_inset ERT
9904 status collapsed
9905
9906 \begin_layout Plain Layout
9907
9908
9909 \backslash
9910 leer 
9911 \end_layout
9912
9913 \end_inset
9914
9915 A
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9925 \end_inset
9926
9927
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 </row>
9933 </lyxtabular>
9934
9935 \end_inset
9936
9937
9938 \begin_inset space \hfill{}
9939 \end_inset
9940
9941
9942 \end_layout
9943
9944 \begin_layout Standard
9945 \begin_inset VSpace bigskip
9946 \end_inset
9947
9948 Wenn man in einer Formel Umlaute
9949 \begin_inset Index
9950 status collapsed
9951
9952 \begin_layout Plain Layout
9953 Umlaute
9954 \end_layout
9955
9956 \end_inset
9957
9958  erstellen will, schreibt man ein Anführungszeichen vor den Selbstlaut.
9959  Diese beiden Zeichen bilden dann für LaTeX 
9960 \emph on
9961 ein
9962 \emph default
9963  Zeichen.
9964  Im Gegensatz zu 
9965 \series bold
9966
9967 \backslash
9968 ddot
9969 \series default
9970  entstehen damit 
9971 \begin_inset Quotes gld
9972 \end_inset
9973
9974 echte
9975 \begin_inset Quotes grd
9976 \end_inset
9977
9978  Umlaute, was folgendes Beispiel zeigt:
9979 \end_layout
9980
9981 \begin_layout Standard
9982 \begin_inset VSpace -2mm
9983 \end_inset
9984
9985
9986 \end_layout
9987
9988 \begin_layout Standard
9989 \align center
9990 \begin_inset Tabular
9991 <lyxtabular version="3" rows="3" columns="2">
9992 <features>
9993 <column alignment="center" valignment="top" width="0">
9994 <column alignment="center" valignment="top" width="0">
9995 <row>
9996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000 Befehl
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009 Ergebnis
10010 \begin_inset Note Note
10011 status collapsed
10012
10013 \begin_layout Plain Layout
10014
10015 \series bold
10016
10017 \backslash
10018 raisebox
10019 \series default
10020  dient nur als Abstandhalter.
10021 \end_layout
10022
10023 \end_inset
10024
10025
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 </row>
10031 <row>
10032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036 \begin_inset Quotes grd
10037 \end_inset
10038
10039 i
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048 \begin_inset Formula $"i$
10049 \end_inset
10050
10051
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 </row>
10057 <row>
10058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062
10063 \backslash
10064 ddot
10065 \begin_inset ERT
10066 status collapsed
10067
10068 \begin_layout Plain Layout
10069
10070
10071 \backslash
10072 leer 
10073 \end_layout
10074
10075 \end_inset
10076
10077 i
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10087 \end_inset
10088
10089
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 </row>
10095 </lyxtabular>
10096
10097 \end_inset
10098
10099
10100 \end_layout
10101
10102 \begin_layout Standard
10103 Ein weiterer Vorteil gegenüber 
10104 \series bold
10105
10106 \backslash
10107 ddot
10108 \series default
10109  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10110  denn die obigen Akzentbefehle sind 
10111 \emph on
10112 im mathematischen Text\SpecialChar \-
10113 modus nicht erlaubt
10114 \emph default
10115 .
10116  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10117  nur das Zeichen unter dem Akzent umgewandelt werden.
10118  Das gilt auch für alle anderen Umwandlungen wie z.
10119 \begin_inset space \thinspace{}
10120 \end_inset
10121
10122 B.
10123  in kursiv oder fett.
10124 \end_layout
10125
10126 \begin_layout Standard
10127 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10128  direkt eingegeben werden.
10129 \end_layout
10130
10131 \begin_layout Subsection
10132 Akzente für Operatoren
10133 \begin_inset Index
10134 status collapsed
10135
10136 \begin_layout Plain Layout
10137 Akzente ! für Operatoren
10138 \end_layout
10139
10140 \end_inset
10141
10142
10143 \end_layout
10144
10145 \begin_layout Standard
10146 Zum Akzentuieren von Operatoren gibt es die Befehle 
10147 \series bold
10148
10149 \backslash
10150 overset
10151 \series default
10152
10153 \begin_inset Index
10154 status collapsed
10155
10156 \begin_layout Plain Layout
10157 Befehle ! O ! 
10158 \backslash
10159 overset
10160 \end_layout
10161
10162 \end_inset
10163
10164  und 
10165 \series bold
10166
10167 \backslash
10168 underset
10169 \series default
10170
10171 \begin_inset Index
10172 status collapsed
10173
10174 \begin_layout Plain Layout
10175 Befehle ! U ! 
10176 \backslash
10177 underset
10178 \end_layout
10179
10180 \end_inset
10181
10182 , mit denen man Zeichen über bzw.
10183  unter einen Operator setzen kann.
10184  Mit dem Befehl 
10185 \series bold
10186
10187 \backslash
10188 sideset
10189 \series default
10190
10191 \begin_inset Index
10192 status collapsed
10193
10194 \begin_layout Plain Layout
10195 Befehle ! S ! 
10196 \backslash
10197 sideset
10198 \end_layout
10199
10200 \end_inset
10201
10202  können Zeichen vor und nach einen Operator gesetzt werden.
10203  Das Befehlsschema lautet:
10204 \end_layout
10205
10206 \begin_layout Standard
10207
10208 \series bold
10209
10210 \backslash
10211 sideset{Zeichen
10212 \series default
10213  
10214 \series bold
10215 davor}{Zeichen
10216 \series default
10217  
10218 \series bold
10219 dahinter}
10220 \end_layout
10221
10222 \begin_layout Standard
10223
10224 \series bold
10225
10226 \backslash
10227 sideset
10228 \series default
10229  mussen immer vor dem zu akzentuierenden Operator stehen.
10230  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10231  Symbolen akzentuiert werden.
10232  Will man mit 
10233 \series bold
10234
10235 \backslash
10236 sideset
10237 \series default
10238  z.
10239 \begin_inset space \thinspace{}
10240 \end_inset
10241
10242 B.
10243  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10244  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10245 \end_layout
10246
10247 \begin_layout Standard
10248 Z.
10249 \begin_inset space \thinspace{}
10250 \end_inset
10251
10252 B.
10253  ergibt der Befehl 
10254 \series bold
10255
10256 \backslash
10257 sideset{
10258 \begin_inset Formula $\to$
10259 \end_inset
10260
10261
10262 \backslash
10263 {
10264 \series default
10265 '
10266 \series bold
10267
10268 \begin_inset Formula $\to$
10269 \end_inset
10270
10271
10272 \backslash
10273 sum_k=1
10274 \begin_inset ERT
10275 status collapsed
10276
10277 \begin_layout Plain Layout
10278
10279
10280 \backslash
10281 leer 
10282 \end_layout
10283
10284 \end_inset
10285
10286
10287 \series default
10288 ^
10289 \series bold
10290 n
10291 \series default
10292  :
10293 \begin_inset Formula \[
10294 \sideset{}{'}\sum_{k=1}^{n}\]
10295
10296 \end_inset
10297
10298
10299 \end_layout
10300
10301 \begin_layout Standard
10302 Der Befehl 
10303 \series bold
10304
10305 \backslash
10306 overset
10307 \begin_inset ERT
10308 status collapsed
10309
10310 \begin_layout Plain Layout
10311
10312
10313 \backslash
10314 leer 
10315 \end_layout
10316
10317 \end_inset
10318
10319
10320 \backslash
10321 maltese
10322 \begin_inset ERT
10323 status collapsed
10324
10325 \begin_layout Plain Layout
10326
10327
10328 \backslash
10329 leer 
10330 \end_layout
10331
10332 \end_inset
10333
10334
10335 \series default
10336
10337 \begin_inset Formula $\uparrow$
10338 \end_inset
10339
10340
10341 \series bold
10342 a
10343 \series default
10344  ergibt:
10345 \begin_inset Formula \[
10346 \overset{a}{\maltese}\]
10347
10348 \end_inset
10349
10350 Wie man am letzten Beispiel sieht, kann man mit 
10351 \series bold
10352
10353 \backslash
10354 overset
10355 \series default
10356  bzw.
10357  
10358 \series bold
10359
10360 \backslash
10361 underset
10362 \series default
10363  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10364 \series bold
10365
10366 \backslash
10367 sideset
10368 \series default
10369  ist dies nicht möglich.
10370 \end_layout
10371
10372 \begin_layout Subsection
10373 Akzente für mehrere Zeichen
10374 \begin_inset CommandInset label
10375 LatexCommand label
10376 name "sub:Akzente-für-mehrere"
10377
10378 \end_inset
10379
10380
10381 \begin_inset Index
10382 status collapsed
10383
10384 \begin_layout Plain Layout
10385 Akzente ! für mehrere Zeichen
10386 \end_layout
10387
10388 \end_inset
10389
10390
10391 \end_layout
10392
10393 \begin_layout Standard
10394 \begin_inset space \hfill{}
10395 \end_inset
10396
10397
10398 \begin_inset Tabular
10399 <lyxtabular version="3" rows="5" columns="2">
10400 <features>
10401 <column alignment="center" valignment="top" width="0pt">
10402 <column alignment="center" valignment="top" width="0pt">
10403 <row>
10404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408 Befehl
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417 Ergebnis
10418 \begin_inset Note Note
10419 status collapsed
10420
10421 \begin_layout Plain Layout
10422
10423 \series bold
10424
10425 \backslash
10426 raisebox
10427 \series default
10428  dient nur als Abstandhalter.
10429 \end_layout
10430
10431 \end_inset
10432
10433
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 </row>
10439 <row>
10440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444
10445 \backslash
10446 overleftarrow
10447 \begin_inset ERT
10448 status collapsed
10449
10450 \begin_layout Plain Layout
10451
10452
10453 \backslash
10454 leer 
10455 \end_layout
10456
10457 \end_inset
10458
10459 A=B
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10469 \end_inset
10470
10471
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 </row>
10477 <row>
10478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482
10483 \backslash
10484 underleftarrow
10485 \begin_inset ERT
10486 status collapsed
10487
10488 \begin_layout Plain Layout
10489
10490
10491 \backslash
10492 leer 
10493 \end_layout
10494
10495 \end_inset
10496
10497 A=B
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10507 \end_inset
10508
10509
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 </row>
10515 <row>
10516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520
10521 \backslash
10522 overleftrightarrow
10523 \begin_inset ERT
10524 status collapsed
10525
10526 \begin_layout Plain Layout
10527
10528
10529 \backslash
10530 leer 
10531 \end_layout
10532
10533 \end_inset
10534
10535 A=B
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10545 \end_inset
10546
10547
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 </row>
10553 <row>
10554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558
10559 \backslash
10560 underleftrightarrow
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" bottomline="true" leftline="true" rightline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10583 \end_inset
10584
10585
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 </row>
10591 </lyxtabular>
10592
10593 \end_inset
10594
10595
10596 \begin_inset space \hfill{}
10597 \end_inset
10598
10599
10600 \begin_inset Tabular
10601 <lyxtabular version="3" rows="5" columns="2">
10602 <features>
10603 <column alignment="center" valignment="top" width="0pt">
10604 <column alignment="center" valignment="top" width="0pt">
10605 <row>
10606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 Befehl
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619 Ergebnis
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 </row>
10625 <row>
10626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630
10631 \backslash
10632 overrightarrow
10633 \begin_inset ERT
10634 status collapsed
10635
10636 \begin_layout Plain Layout
10637
10638
10639 \backslash
10640 leer 
10641 \end_layout
10642
10643 \end_inset
10644
10645 A=B
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10655 \end_inset
10656
10657
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 </row>
10663 <row>
10664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668
10669 \backslash
10670 underrightarrow
10671 \begin_inset ERT
10672 status collapsed
10673
10674 \begin_layout Plain Layout
10675
10676
10677 \backslash
10678 leer 
10679 \end_layout
10680
10681 \end_inset
10682
10683 A=B
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10693 \end_inset
10694
10695
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 </row>
10701 <row>
10702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706
10707 \backslash
10708 widetilde
10709 \begin_inset ERT
10710 status collapsed
10711
10712 \begin_layout Plain Layout
10713
10714
10715 \backslash
10716 leer 
10717 \end_layout
10718
10719 \end_inset
10720
10721 A=B
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10731 \end_inset
10732
10733
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 </row>
10739 <row>
10740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744
10745 \backslash
10746 widehat
10747 \begin_inset ERT
10748 status collapsed
10749
10750 \begin_layout Plain Layout
10751
10752
10753 \backslash
10754 leer 
10755 \end_layout
10756
10757 \end_inset
10758
10759 A=B
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10769 \end_inset
10770
10771
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 </row>
10777 </lyxtabular>
10778
10779 \end_inset
10780
10781
10782 \begin_inset space \hfill{}
10783 \end_inset
10784
10785
10786 \end_layout
10787
10788 \begin_layout Standard
10789 \begin_inset VSpace medskip
10790 \end_inset
10791
10792 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10793  Die Akzente
10794 \begin_inset Newline linebreak
10795 \end_inset
10796
10797
10798 \series bold
10799
10800 \backslash
10801 widetilde
10802 \series default
10803  und 
10804 \series bold
10805
10806 \backslash
10807 widehat
10808 \series default
10809  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10810  was folgendes Beispiel verdeutlicht:
10811 \begin_inset Formula \[
10812 \widetilde{A+B=C-D}\]
10813
10814 \end_inset
10815
10816
10817 \end_layout
10818
10819 \begin_layout Standard
10820 Mit den im vorigen Kapitel beschriebenen Befehlen 
10821 \series bold
10822
10823 \backslash
10824 overset
10825 \series default
10826
10827 \begin_inset Index
10828 status collapsed
10829
10830 \begin_layout Plain Layout
10831 Befehle ! O ! 
10832 \backslash
10833 overset
10834 \end_layout
10835
10836 \end_inset
10837
10838  und 
10839 \series bold
10840
10841 \backslash
10842 underset
10843 \series default
10844
10845 \begin_inset Index
10846 status collapsed
10847
10848 \begin_layout Plain Layout
10849 Befehle ! U ! 
10850 \backslash
10851 underset
10852 \end_layout
10853
10854 \end_inset
10855
10856  ist es auch möglich mehrere Zeichen zu akzentuieren.
10857  Der Befehl 
10858 \series bold
10859
10860 \backslash
10861 underset
10862 \begin_inset ERT
10863 status collapsed
10864
10865 \begin_layout Plain Layout
10866
10867
10868 \backslash
10869 leer 
10870 \end_layout
10871
10872 \end_inset
10873
10874 A=B
10875 \begin_inset Formula $\downarrow$
10876 \end_inset
10877
10878 ***
10879 \series default
10880  ergibt:
10881 \begin_inset Formula \[
10882 \underset{***}{A=B}\]
10883
10884 \end_inset
10885
10886
10887 \end_layout
10888
10889 \begin_layout Section
10890 Leerraum
10891 \begin_inset CommandInset label
10892 LatexCommand label
10893 name "sub:Leerraum"
10894
10895 \end_inset
10896
10897
10898 \begin_inset Index
10899 status collapsed
10900
10901 \begin_layout Plain Layout
10902 Leerraum ! horizontaler
10903 \end_layout
10904
10905 \end_inset
10906
10907
10908 \end_layout
10909
10910 \begin_layout Subsection
10911 Vordefinierter Leerraum
10912 \begin_inset CommandInset label
10913 LatexCommand label
10914 name "sub:Vordefinierter-Leerraum"
10915
10916 \end_inset
10917
10918
10919 \begin_inset Index
10920 status collapsed
10921
10922 \begin_layout Plain Layout
10923 Leerraum ! horizontaler ! vordefiniert
10924 \end_layout
10925
10926 \end_inset
10927
10928
10929 \end_layout
10930
10931 \begin_layout Standard
10932 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
10933  Dazu gibt man ein geschütztes Leerzeichen ein.
10934  Es erscheint ein blaues 
10935 \begin_inset Quotes gld
10936 \end_inset
10937
10938
10939 \series bold
10940 \color blue
10941
10942 \begin_inset ERT
10943 status collapsed
10944
10945 \begin_layout Plain Layout
10946
10947
10948 \backslash
10949 leer 
10950 \end_layout
10951
10952 \end_inset
10953
10954
10955 \series default
10956 \color inherit
10957
10958 \begin_inset Quotes grd
10959 \end_inset
10960
10961  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
10962  Leerraum-Größen wählen.
10963  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
10964 \begin_inset Graphics
10965         filename ../../images/math/space.png
10966         scale 85
10967
10968 \end_inset
10969
10970  oder mit einzelnen Befehlen aufrufen.
10971  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
10972  danach wieder aus allen Größen wählen.
10973 \end_layout
10974
10975 \begin_layout Standard
10976 \align center
10977 \begin_inset VSpace -5mm
10978 \end_inset
10979
10980
10981 \begin_inset Tabular
10982 <lyxtabular version="3" rows="3" columns="7">
10983 <features>
10984 <column alignment="center" valignment="middle" width="6.8cm">
10985 <column alignment="center" valignment="top" width="0pt">
10986 <column alignment="center" valignment="top" width="0pt">
10987 <column alignment="center" valignment="top" width="0pt">
10988 <column alignment="center" valignment="top" width="0pt">
10989 <column alignment="center" valignment="top" width="0pt">
10990 <column alignment="center" valignment="top" width="0pt">
10991 <row>
10992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996 Befehl
10997 \end_layout
10998
10999 \end_inset
11000 </cell>
11001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005
11006 \backslash
11007 ,
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016
11017 \backslash
11018 :
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027
11028 \backslash
11029 ;
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038
11039 \backslash
11040 quad
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11046 \begin_inset Text
11047
11048 \begin_layout Plain Layout
11049
11050 \backslash
11051 qquad
11052 \end_layout
11053
11054 \end_inset
11055 </cell>
11056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11057 \begin_inset Text
11058
11059 \begin_layout Plain Layout
11060
11061 \backslash
11062 !
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 </row>
11068 <row>
11069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082 0
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11088 \begin_inset Text
11089
11090 \begin_layout Plain Layout
11091 1
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100 2
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109 3
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118 4
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Plain Layout
11127 5
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 </row>
11133 <row>
11134 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138 Ergebnis
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 \begin_inset Formula $A\, B$
11148 \end_inset
11149
11150
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 \begin_inset Formula $A\: B$
11160 \end_inset
11161
11162
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 \begin_inset Formula $A\; B$
11172 \end_inset
11173
11174
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11180 \begin_inset Text
11181
11182 \begin_layout Plain Layout
11183 \begin_inset Formula $A\quad B$
11184 \end_inset
11185
11186
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 \begin_inset Formula $A\qquad B$
11196 \end_inset
11197
11198
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 \begin_inset Formula $A\! B$
11208 \end_inset
11209
11210
11211 \end_layout
11212
11213 \end_inset
11214 </cell>
11215 </row>
11216 </lyxtabular>
11217
11218 \end_inset
11219
11220
11221 \end_layout
11222
11223 \begin_layout Standard
11224 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11225  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11226  denn sie erstellt negativen Leerraum.
11227  Es gibt noch zwei weitere negative Leerräume:
11228 \end_layout
11229
11230 \begin_layout Standard
11231 \align center
11232 \begin_inset Tabular
11233 <lyxtabular version="3" rows="3" columns="3">
11234 <features>
11235 <column alignment="center" valignment="middle" width="6.8cm">
11236 <column alignment="center" valignment="top" width="0pt">
11237 <column alignment="center" valignment="top" width="0pt">
11238 <row>
11239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 Befehl
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252
11253 \backslash
11254 negmedspace
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263
11264 \backslash
11265 negthickspace
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 </row>
11271 <row>
11272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11282 \begin_inset Text
11283
11284 \begin_layout Plain Layout
11285 6
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294 7
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 </row>
11300 <row>
11301 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305 Ergebnis
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314 \begin_inset Formula $A\negmedspace B$
11315 \end_inset
11316
11317
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 \begin_inset Formula $A\negthickspace B$
11327 \end_inset
11328
11329
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 </row>
11335 </lyxtabular>
11336
11337 \end_inset
11338
11339
11340 \end_layout
11341
11342 \begin_layout Standard
11343 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11344  Man kann auf diese Weise Ligaturen erzwingen, was z.
11345 \begin_inset space \thinspace{}
11346 \end_inset
11347
11348 B.
11349  für Summenzeichen von Nutzen ist: 
11350 \end_layout
11351
11352 \begin_layout Standard
11353 \align center
11354 \begin_inset Tabular
11355 <lyxtabular version="3" rows="3" columns="2">
11356 <features>
11357 <column alignment="center" valignment="top" width="0">
11358 <column alignment="center" valignment="top" width="0">
11359 <row>
11360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11361 \begin_inset Text
11362
11363 \begin_layout Plain Layout
11364 Befehl
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373 Ergebnis
11374 \begin_inset Note Note
11375 status collapsed
11376
11377 \begin_layout Plain Layout
11378
11379 \series bold
11380
11381 \backslash
11382 raisebox
11383 \series default
11384  dient nur als Abstandhalter.
11385 \end_layout
11386
11387 \end_inset
11388
11389
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 </row>
11395 <row>
11396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400
11401 \backslash
11402 sum
11403 \backslash
11404 sum
11405 \begin_inset ERT
11406 status collapsed
11407
11408 \begin_layout Plain Layout
11409
11410
11411 \backslash
11412 leer 
11413 \end_layout
11414
11415 \end_inset
11416
11417 f_kl
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11427 \end_inset
11428
11429
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 </row>
11435 <row>
11436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440
11441 \backslash
11442 sum
11443 \backslash
11444 negmedspace
11445 \backslash
11446 sum
11447 \begin_inset ERT
11448 status collapsed
11449
11450 \begin_layout Plain Layout
11451
11452
11453 \backslash
11454 leer 
11455 \end_layout
11456
11457 \end_inset
11458
11459 f_kl
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11469 \end_inset
11470
11471
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 </row>
11477 </lyxtabular>
11478
11479 \end_inset
11480
11481
11482 \end_layout
11483
11484 \begin_layout Standard
11485 Relationen, wie z.
11486 \begin_inset space \thinspace{}
11487 \end_inset
11488
11489 B.
11490  Gleichheitszeichen, sind immer von Leerraum umgeben.
11491  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11492  TeX-Klammer.
11493  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11494 \end_layout
11495
11496 \begin_layout Standard
11497 \align center
11498 \begin_inset Tabular
11499 <lyxtabular version="3" rows="2" columns="2">
11500 <features>
11501 <column alignment="center" valignment="top" width="0pt">
11502 <column alignment="center" valignment="top" width="0pt">
11503 <row>
11504 <cell alignment="center" valignment="top" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 normale Gleichung
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 <cell alignment="center" valignment="top" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517 \begin_inset Formula $A=B$
11518 \end_inset
11519
11520
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 </row>
11526 <row>
11527 <cell alignment="center" valignment="top" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 \begin_inset Note Note
11532 status collapsed
11533
11534 \begin_layout Plain Layout
11535
11536 \series bold
11537
11538 \backslash
11539 raisebox
11540 \series default
11541  dient nur als Abstandhalter.
11542 \end_layout
11543
11544 \end_inset
11545
11546
11547 \begin_inset Formula $\raisebox{5mm}{}$
11548 \end_inset
11549
11550 Gleichung ohne Leerraum
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 \begin_inset Formula $A{=}B$
11560 \end_inset
11561
11562
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 </row>
11568 </lyxtabular>
11569
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \begin_layout Standard
11576 Der Befehl für die letzte Formel lautet: 
11577 \series bold
11578 A
11579 \backslash
11580 {=
11581 \begin_inset Formula $\to$
11582 \end_inset
11583
11584 B
11585 \end_layout
11586
11587 \begin_layout Standard
11588 \begin_inset VSpace bigskip
11589 \end_inset
11590
11591 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11592  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11593  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11594 \family sans
11595 Einfügen\SpecialChar \menuseparator
11596 Formatierung\SpecialChar \menuseparator
11597 Kleiner
11598 \begin_inset space ~
11599 \end_inset
11600
11601 Abstand
11602 \family default
11603  (Tastenkürzel 
11604 \family sans
11605 Strg-Shift-Leertaste
11606 \family default
11607 ) ein.
11608 \end_layout
11609
11610 \begin_layout Standard
11611 Ein Beispiel zur Veranschaulichung:
11612 \end_layout
11613
11614 \begin_layout Standard
11615 \begin_inset Tabular
11616 <lyxtabular version="3" rows="2" columns="2">
11617 <features>
11618 <column alignment="left" valignment="top" width="0">
11619 <column alignment="left" valignment="top" width="0">
11620 <row>
11621 <cell alignment="center" valignment="top" usebox="none">
11622 \begin_inset Text
11623
11624 \begin_layout Plain Layout
11625 24 kW
11626 \begin_inset Formula $\cdot$
11627 \end_inset
11628
11629 h
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 <cell alignment="center" valignment="top" usebox="none">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638 Leerzeichen zwischen Wert und Einheit
11639 \end_layout
11640
11641 \end_inset
11642 </cell>
11643 </row>
11644 <row>
11645 <cell alignment="center" valignment="top" usebox="none">
11646 \begin_inset Text
11647
11648 \begin_layout Plain Layout
11649 24
11650 \begin_inset space \thinspace{}
11651 \end_inset
11652
11653 kW
11654 \begin_inset Formula $\cdot$
11655 \end_inset
11656
11657 h
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 <cell alignment="center" valignment="top" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Plain Layout
11666 kleinster Leerraum zwischen Wert und Einheit
11667 \end_layout
11668
11669 \end_inset
11670 </cell>
11671 </row>
11672 </lyxtabular>
11673
11674 \end_inset
11675
11676
11677 \end_layout
11678
11679 \begin_layout Subsection
11680 Variabler Leerraum
11681 \begin_inset ERT
11682 status collapsed
11683
11684 \begin_layout Plain Layout
11685
11686
11687 \backslash
11688 texorpdfstring{
11689 \end_layout
11690
11691 \end_inset
11692
11693
11694 \begin_inset Foot
11695 status collapsed
11696
11697 \begin_layout Plain Layout
11698 für vertikalen Leerraum in Formeln siehe 
11699 \begin_inset CommandInset ref
11700 LatexCommand ref
11701 reference "sub:Zeilenabstand"
11702
11703 \end_inset
11704
11705
11706 \end_layout
11707
11708 \end_inset
11709
11710
11711 \begin_inset ERT
11712 status collapsed
11713
11714 \begin_layout Plain Layout
11715
11716 }{}
11717 \end_layout
11718
11719 \end_inset
11720
11721
11722 \begin_inset Note Note
11723 status collapsed
11724
11725 \begin_layout Plain Layout
11726
11727 \series bold
11728
11729 \backslash
11730 texorpdfstring
11731 \series default
11732  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11733 \end_layout
11734
11735 \begin_layout Plain Layout
11736 Näheres zu 
11737 \series bold
11738
11739 \backslash
11740 texorpdfstring
11741 \series default
11742  steht in Kapitel 
11743 \begin_inset CommandInset ref
11744 LatexCommand ref
11745 reference "sub:Formeln-in-Überschriften"
11746
11747 \end_inset
11748
11749 .
11750 \end_layout
11751
11752 \end_inset
11753
11754
11755 \begin_inset CommandInset label
11756 LatexCommand label
11757 name "sub:Variabler-Leerraum"
11758
11759 \end_inset
11760
11761
11762 \begin_inset Index
11763 status collapsed
11764
11765 \begin_layout Plain Layout
11766 Leerraum ! horizontaler ! variabel
11767 \end_layout
11768
11769 \end_inset
11770
11771
11772 \end_layout
11773
11774 \begin_layout Standard
11775 Leerraum mit vorgegebener Länge lässt sich in LyX mit dem Befehl 
11776 \series bold
11777
11778 \backslash
11779 hspace{Länge}
11780 \series default
11781
11782 \begin_inset Index
11783 status collapsed
11784
11785 \begin_layout Plain Layout
11786 Befehle ! H ! 
11787 \backslash
11788 hspace
11789 \end_layout
11790
11791 \end_inset
11792
11793  einfügen.
11794  Dabei können alle Längeneinheiten verwendet werden, die in 
11795 \begin_inset CommandInset ref
11796 LatexCommand ref
11797 reference "tab:Verfügbare-Einheiten"
11798
11799 \end_inset
11800
11801  aufgelistet sind, mit Ausnahme der Einheit 
11802 \begin_inset Quotes gld
11803 \end_inset
11804
11805 mu
11806 \begin_inset Quotes grd
11807 \end_inset
11808
11809 .
11810  Die Länge darf auch negativ sein.
11811  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
11812  einnimmt, benutzt man den Befehl 
11813 \series bold
11814
11815 \backslash
11816 hfill
11817 \series default
11818
11819 \begin_inset Index
11820 status collapsed
11821
11822 \begin_layout Plain Layout
11823 Befehle ! H ! 
11824 \backslash
11825 hfill
11826 \end_layout
11827
11828 \end_inset
11829
11830 .
11831 \end_layout
11832
11833 \begin_layout Standard
11834 \begin_inset VSpace -1mm
11835 \end_inset
11836
11837
11838 \end_layout
11839
11840 \begin_layout Standard
11841 \align center
11842 \begin_inset Tabular
11843 <lyxtabular version="3" rows="4" columns="2">
11844 <features>
11845 <column alignment="center" valignment="top" width="0">
11846 <column alignment="center" valignment="top" width="0">
11847 <row>
11848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11849 \begin_inset Text
11850
11851 \begin_layout Plain Layout
11852 Befehl
11853 \end_layout
11854
11855 \end_inset
11856 </cell>
11857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11858 \begin_inset Text
11859
11860 \begin_layout Plain Layout
11861 Ergebnis
11862 \end_layout
11863
11864 \end_inset
11865 </cell>
11866 </row>
11867 <row>
11868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11869 \begin_inset Text
11870
11871 \begin_layout Plain Layout
11872 A=B
11873 \backslash
11874 hspace{3cm
11875 \begin_inset Formula $\to$
11876 \end_inset
11877
11878 A
11879 \backslash
11880 not=C
11881 \end_layout
11882
11883 \end_inset
11884 </cell>
11885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11890 \end_inset
11891
11892
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 </row>
11898 <row>
11899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11900 \begin_inset Text
11901
11902 \begin_layout Plain Layout
11903 A
11904 \backslash
11905 hspace{-1mm
11906 \begin_inset Formula $\to$
11907 \end_inset
11908
11909 A
11910 \backslash
11911 not=A
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11921 \end_inset
11922
11923
11924 \end_layout
11925
11926 \end_inset
11927 </cell>
11928 </row>
11929 <row>
11930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 A=A
11935 \backslash
11936 hfill
11937 \begin_inset ERT
11938 status collapsed
11939
11940 \begin_layout Plain Layout
11941
11942
11943 \backslash
11944 leer 
11945 \end_layout
11946
11947 \end_inset
11948
11949 B=B
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11955 \begin_inset Text
11956
11957 \begin_layout Plain Layout
11958 \begin_inset Formula $A=A\hfill B=B$
11959 \end_inset
11960
11961
11962 \end_layout
11963
11964 \end_inset
11965 </cell>
11966 </row>
11967 </lyxtabular>
11968
11969 \end_inset
11970
11971
11972 \end_layout
11973
11974 \begin_layout Standard
11975 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
11976  Spalteneintrags der Tabelle vorgegeben.
11977  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
11978  in die 
11979 \series bold
11980
11981 \backslash
11982 hfill
11983 \series default
11984  eingegeben wird.
11985  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
11986  
11987 \series bold
11988
11989 \backslash
11990 hfill
11991 \series default
11992  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
11993 \series bold
11994 Eingerückt
11995 \series default
11996  eingestellt ist.
11997  (Formelstile sind in 
11998 \begin_inset CommandInset ref
11999 LatexCommand ref
12000 reference "sec:Formelstile"
12001
12002 \end_inset
12003
12004  erklärt.)
12005 \end_layout
12006
12007 \begin_layout Standard
12008 Neben 
12009 \series bold
12010
12011 \backslash
12012 hfill
12013 \series default
12014  gibt es noch die Befehle 
12015 \series bold
12016
12017 \backslash
12018 dotfill
12019 \series default
12020  und 
12021 \series bold
12022
12023 \backslash
12024 hrulefill
12025 \series default
12026 , die den Leerraum mit einem Muster füllen, siehe 
12027 \begin_inset CommandInset ref
12028 LatexCommand ref
12029 reference "sub:Fortsetzungspunkte"
12030
12031 \end_inset
12032
12033  für ein Beispiel.
12034 \end_layout
12035
12036 \begin_layout Standard
12037 Variabler Leerraum kann für Text über das Menü 
12038 \family sans
12039 Einfügen\SpecialChar \menuseparator
12040 Formatierung\SpecialChar \menuseparator
12041 Horizontaler
12042 \begin_inset space ~
12043 \end_inset
12044
12045 Abstand
12046 \family default
12047  eingefügt werden, was in Formeln nicht möglich ist:
12048 \end_layout
12049
12050 \begin_layout Standard
12051 Dies ist eine Zeile mit
12052 \begin_inset space \hspace{}
12053 \length 2cm
12054 \end_inset
12055
12056 2
12057 \begin_inset space \thinspace{}
12058 \end_inset
12059
12060 cm Leerraum.
12061 \end_layout
12062
12063 \begin_layout Standard
12064 Dies ist eine Zeile mit
12065 \begin_inset space \hfill{}
12066 \end_inset
12067
12068 maximalem Leerraum.
12069 \end_layout
12070
12071 \begin_layout Subsection
12072 Leerraum neben eingebetteten Formeln
12073 \begin_inset Index
12074 status collapsed
12075
12076 \begin_layout Plain Layout
12077 Leerraum ! neben eingebetteten Formeln
12078 \end_layout
12079
12080 \end_inset
12081
12082
12083 \end_layout
12084
12085 \begin_layout Standard
12086 Über die Länge 
12087 \series bold
12088
12089 \backslash
12090 mathsurround
12091 \begin_inset Index
12092 status collapsed
12093
12094 \begin_layout Plain Layout
12095 Befehle ! M ! 
12096 \backslash
12097 mathsurround
12098 \end_layout
12099
12100 \end_inset
12101
12102
12103 \series default
12104  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12105  wird.
12106  Der Wert einer Länge wird mit dem Befehl 
12107 \series bold
12108
12109 \backslash
12110 setlength
12111 \begin_inset Index
12112 status collapsed
12113
12114 \begin_layout Plain Layout
12115 Befehle ! S ! 
12116 \backslash
12117 setlength
12118 \end_layout
12119
12120 \end_inset
12121
12122
12123 \series default
12124  gesetzt.
12125  Dieser besitzt folgendes Befehlsschema:
12126 \end_layout
12127
12128 \begin_layout Standard
12129
12130 \series bold
12131
12132 \backslash
12133 setlength{Längenname}{Wert}
12134 \end_layout
12135
12136 \begin_layout Standard
12137 Um 
12138 \series bold
12139
12140 \backslash
12141 mathsurround
12142 \series default
12143  den Wert 5
12144 \begin_inset space \thinspace{}
12145 \end_inset
12146
12147 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12148 \end_layout
12149
12150 \begin_layout Standard
12151
12152 \series bold
12153
12154 \backslash
12155 setlength{
12156 \backslash
12157 mathsurround}{5mm}
12158 \end_layout
12159
12160 \begin_layout Standard
12161 ein.
12162  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12163 \begin_inset space \thinspace{}
12164 \end_inset
12165
12166 mm Leerraum gesetzt:
12167 \begin_inset ERT
12168 status collapsed
12169
12170 \begin_layout Plain Layout
12171
12172
12173 \backslash
12174 setlength{
12175 \backslash
12176 mathsurround}{5mm}
12177 \end_layout
12178
12179 \end_inset
12180
12181
12182 \end_layout
12183
12184 \begin_layout Standard
12185 Dies ist eine Zeile in der sich 
12186 \begin_inset Formula $A=B$
12187 \end_inset
12188
12189  eine Formel mit 5
12190 \begin_inset space \thinspace{}
12191 \end_inset
12192
12193 mm umgebendem Leerraum befindet.
12194 \begin_inset ERT
12195 status collapsed
12196
12197 \begin_layout Plain Layout
12198
12199
12200 \backslash
12201 setlength{
12202 \backslash
12203 mathsurround}{0pt}
12204 \end_layout
12205
12206 \end_inset
12207
12208
12209 \end_layout
12210
12211 \begin_layout Standard
12212 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12213 \series bold
12214
12215 \backslash
12216 mathsurround
12217 \series default
12218  auf den Wert 0
12219 \begin_inset space \thinspace{}
12220 \end_inset
12221
12222 pt.
12223 \end_layout
12224
12225 \begin_layout Section
12226 Boxen und Rahmen
12227 \begin_inset Index
12228 status collapsed
12229
12230 \begin_layout Plain Layout
12231 Boxen
12232 \end_layout
12233
12234 \end_inset
12235
12236
12237 \begin_inset Index
12238 status collapsed
12239
12240 \begin_layout Plain Layout
12241 Rahmen | see
12242 \begin_inset ERT
12243 status collapsed
12244
12245 \begin_layout Plain Layout
12246
12247 {
12248 \end_layout
12249
12250 \end_inset
12251
12252 Boxen
12253 \begin_inset ERT
12254 status collapsed
12255
12256 \begin_layout Plain Layout
12257
12258 }
12259 \end_layout
12260
12261 \end_inset
12262
12263
12264 \end_layout
12265
12266 \end_inset
12267
12268
12269 \end_layout
12270
12271 \begin_layout Standard
12272 Boxen für Text sind im Kapitel 
12273 \family typewriter
12274 Boxen
12275 \family default
12276  im Handbuch 
12277 \family typewriter
12278 Eingebettete
12279 \begin_inset space ~
12280 \end_inset
12281
12282 Objekte
12283 \family default
12284  beschrieben.
12285 \end_layout
12286
12287 \begin_layout Subsection
12288 Boxen mit Rahmen
12289 \begin_inset CommandInset label
12290 LatexCommand label
12291 name "sub:Boxen-mit-Rahmen"
12292
12293 \end_inset
12294
12295
12296 \begin_inset Index
12297 status collapsed
12298
12299 \begin_layout Plain Layout
12300 Boxen ! mit Rahmen
12301 \end_layout
12302
12303 \end_inset
12304
12305
12306 \end_layout
12307
12308 \begin_layout Standard
12309 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12310 \series bold
12311
12312 \backslash
12313 fbox
12314 \series default
12315
12316 \begin_inset Index
12317 status collapsed
12318
12319 \begin_layout Plain Layout
12320 Befehle ! F ! 
12321 \backslash
12322 fbox
12323 \end_layout
12324
12325 \end_inset
12326
12327  und 
12328 \series bold
12329
12330 \backslash
12331 boxed
12332 \series default
12333
12334 \begin_inset Index
12335 status collapsed
12336
12337 \begin_layout Plain Layout
12338 Befehle ! B ! 
12339 \backslash
12340 boxed
12341 \end_layout
12342
12343 \end_inset
12344
12345  zu umranden.
12346 \end_layout
12347
12348 \begin_layout Standard
12349 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12350  in einem Rahmen.
12351  Bei 
12352 \series bold
12353
12354 \backslash
12355 fbox
12356 \series default
12357  muss in diesem Eingabefeld mit 
12358 \family sans
12359 Strg-m
12360 \family default
12361  noch eine Formel erstellt werden
12362 \begin_inset Foot
12363 status collapsed
12364
12365 \begin_layout Plain Layout
12366 Aufgrund eines Fehlers in LyX ist es nicht möglich mit 
12367 \family sans
12368 Strg-m
12369 \family default
12370  eine neue Formel zu erzeugen, siehe 
12371 \begin_inset CommandInset href
12372 LatexCommand href
12373 name "LyX-Fehler #1435"
12374 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12375
12376 \end_inset
12377
12378 .
12379 \end_layout
12380
12381 \end_inset
12382
12383 , denn der Inhalt dieser Box wird sonst als mathematischer Text behandelt.
12384  Verwendet man 
12385 \series bold
12386
12387 \backslash
12388 boxed
12389 \series default
12390 , wird automatisch im Rahmen eine neue Formel erzeugt.
12391 \end_layout
12392
12393 \begin_layout Standard
12394 Der Befehl 
12395 \series bold
12396
12397 \backslash
12398 fbox
12399 \series default
12400  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12401  wird dann immer in Textzeilengröße gesetzt.
12402  Im Gegensatz dazu ist 
12403 \series bold
12404
12405 \backslash
12406 boxed
12407 \series default
12408  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12409  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12410 \end_layout
12411
12412 \begin_layout Standard
12413 Als Erweiterung zu 
12414 \series bold
12415
12416 \backslash
12417 fbox
12418 \series default
12419  gibt es den Befehl 
12420 \series bold
12421
12422 \backslash
12423 framebox
12424 \series default
12425
12426 \begin_inset Index
12427 status collapsed
12428
12429 \begin_layout Plain Layout
12430 Befehle ! F ! 
12431 \backslash
12432 framebox
12433 \end_layout
12434
12435 \end_inset
12436
12437 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12438  kann.
12439  
12440 \series bold
12441
12442 \backslash
12443 framebox
12444 \series default
12445  wird nach folgendem Schema verwendet:
12446 \end_layout
12447
12448 \begin_layout Standard
12449
12450 \series bold
12451
12452 \backslash
12453 framebox[Rahmenbreite][Position]{Boxinhalt}
12454 \end_layout
12455
12456 \begin_layout Standard
12457 Die Position kann entweder 
12458 \emph on
12459 l
12460 \emph default
12461  oder 
12462 \emph on
12463 r
12464 \emph default
12465  sein.
12466  
12467 \emph on
12468 l
12469 \emph default
12470  bewirkt linksbündige, 
12471 \emph on
12472 r
12473 \emph default
12474  rechtsbündige Ausrichtung der Formel in der Box.
12475  Gibt man keine Position an, wird die Formel zentriert.
12476 \begin_inset Newline newline
12477 \end_inset
12478
12479 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12480  In diesem Falle wird die Rahmenbreite wie bei 
12481 \series bold
12482
12483 \backslash
12484 fbox
12485 \series default
12486  an den Boxinhalt angepasst.
12487 \end_layout
12488
12489 \begin_layout Standard
12490 Wenn man den Befehl 
12491 \series bold
12492
12493 \backslash
12494 framebox
12495 \series default
12496  eingibt, erscheint eine Box mit drei Eingabefeldern.
12497  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12498  beiden optionalen Argumente.
12499  In das dritte Feld wird wie bei 
12500 \series bold
12501
12502 \backslash
12503 fbox
12504 \series default
12505  die Formel eingegeben.
12506 \end_layout
12507
12508 \begin_layout Standard
12509 \align center
12510 \begin_inset Note Note
12511 status open
12512
12513 \begin_layout Plain Layout
12514 Die Tabelle wurde in eine Minibox gesetzt damit die Fußnote der Tabelle
12515  auch erscheint.
12516  Denn sonst würde der Fußnotentext im Ausdruck nicht angezeigt werden.
12517 \end_layout
12518
12519 \end_inset
12520
12521
12522 \begin_inset Box Frameless
12523 position "c"
12524 hor_pos "c"
12525 has_inner_box 1
12526 inner_pos "c"
12527 use_parbox 0
12528 width "100col%"
12529 special "none"
12530 height "1in"
12531 height_special "totalheight"
12532 status open
12533
12534 \begin_layout Plain Layout
12535 \align center
12536 \begin_inset Tabular
12537 <lyxtabular version="3" rows="5" columns="2">
12538 <features>
12539 <column alignment="center" valignment="top" width="0">
12540 <column alignment="center" valignment="top" width="0">
12541 <row>
12542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Plain Layout
12546 Befehl
12547 \begin_inset Foot
12548 status collapsed
12549
12550 \begin_layout Plain Layout
12551 Durch einen Fehler in LyX ist es momentan nicht möglich mit 
12552 \family sans
12553 Strg-m
12554 \family default
12555  eine neue Formel zu erzeugen, siehe 
12556 \begin_inset CommandInset href
12557 LatexCommand href
12558 name "LyX-Fehler #1435"
12559 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12560
12561 \end_inset
12562
12563 .
12564 \end_layout
12565
12566 \end_inset
12567
12568
12569 \end_layout
12570
12571 \end_inset
12572 </cell>
12573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12574 \begin_inset Text
12575
12576 \begin_layout Plain Layout
12577 Ergebnis
12578 \begin_inset Note Note
12579 status collapsed
12580
12581 \begin_layout Plain Layout
12582
12583 \series bold
12584
12585 \backslash
12586 raisebox
12587 \series default
12588  dient nur als Abstandhalter.
12589 \end_layout
12590
12591 \end_inset
12592
12593
12594 \end_layout
12595
12596 \end_inset
12597 </cell>
12598 </row>
12599 <row>
12600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604
12605 \backslash
12606 fbox
12607 \begin_inset ERT
12608 status collapsed
12609
12610 \begin_layout Plain Layout
12611
12612
12613 \backslash
12614 leer 
12615 \end_layout
12616
12617 \end_inset
12618
12619
12620 \family sans
12621 Strg-m
12622 \family default
12623  
12624 \backslash
12625 int
12626 \begin_inset ERT
12627 status collapsed
12628
12629 \begin_layout Plain Layout
12630
12631
12632 \backslash
12633 leer 
12634 \end_layout
12635
12636 \end_inset
12637
12638 A=B
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647 \begin_inset Formula \raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}
12648
12649 \end_inset
12650
12651
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 </row>
12657 <row>
12658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662
12663 \backslash
12664 boxed
12665 \begin_inset ERT
12666 status collapsed
12667
12668 \begin_layout Plain Layout
12669
12670
12671 \backslash
12672 leer 
12673 \end_layout
12674
12675 \end_inset
12676
12677
12678 \backslash
12679 int
12680 \begin_inset ERT
12681 status collapsed
12682
12683 \begin_layout Plain Layout
12684
12685
12686 \backslash
12687 leer 
12688 \end_layout
12689
12690 \end_inset
12691
12692 A=B
12693 \end_layout
12694
12695 \end_inset
12696 </cell>
12697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12698 \begin_inset Text
12699
12700 \begin_layout Plain Layout
12701 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12702 \end_inset
12703
12704
12705 \end_layout
12706
12707 \end_inset
12708 </cell>
12709 </row>
12710 <row>
12711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Plain Layout
12715 A+
12716 \backslash
12717 fbox
12718 \begin_inset ERT
12719 status collapsed
12720
12721 \begin_layout Plain Layout
12722
12723
12724 \backslash
12725 leer 
12726 \end_layout
12727
12728 \end_inset
12729
12730 B
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12736 \begin_inset Text
12737
12738 \begin_layout Plain Layout
12739 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12740 \end_inset
12741
12742
12743 \end_layout
12744
12745 \end_inset
12746 </cell>
12747 </row>
12748 <row>
12749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12750 \begin_inset Text
12751
12752 \begin_layout Plain Layout
12753
12754 \backslash
12755 framebox
12756 \begin_inset ERT
12757 status collapsed
12758
12759 \begin_layout Plain Layout
12760
12761
12762 \backslash
12763 leer 
12764 \end_layout
12765
12766 \end_inset
12767
12768 20mm
12769 \begin_inset Formula $\to$
12770 \end_inset
12771
12772
12773 \begin_inset Formula $\to$
12774 \end_inset
12775
12776
12777 \family sans
12778 Strg-m
12779 \family default
12780  
12781 \backslash
12782 frac
12783 \begin_inset ERT
12784 status collapsed
12785
12786 \begin_layout Plain Layout
12787
12788
12789 \backslash
12790 leer 
12791 \end_layout
12792
12793 \end_inset
12794
12795 A
12796 \begin_inset Formula $\downarrow$
12797 \end_inset
12798
12799 B
12800 \end_layout
12801
12802 \end_inset
12803 </cell>
12804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Plain Layout
12808 \begin_inset Formula $\raisebox{6mm}{}$
12809 \end_inset
12810
12811
12812 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12813 \end_inset
12814
12815
12816 \begin_inset Formula $\raisebox{-4mm}{}$
12817 \end_inset
12818
12819
12820 \end_layout
12821
12822 \end_inset
12823 </cell>
12824 </row>
12825 </lyxtabular>
12826
12827 \end_inset
12828
12829
12830 \end_layout
12831
12832 \end_inset
12833
12834
12835 \end_layout
12836
12837 \begin_layout Standard
12838 Die Rahmendicke kann ebenfalls eingestellt werden.
12839  Dazu müssen vor der Formel im TeX-Modus die Befehle
12840 \end_layout
12841
12842 \begin_layout Standard
12843
12844 \series bold
12845
12846 \backslash
12847 fboxrule
12848 \series default
12849  
12850 \series bold
12851
12852 \begin_inset Quotes gld
12853 \end_inset
12854
12855 Dicke
12856 \begin_inset Quotes grd
12857 \end_inset
12858
12859
12860 \series default
12861  
12862 \series bold
12863
12864 \backslash
12865 fboxsep
12866 \series default
12867  
12868 \series bold
12869
12870 \begin_inset Quotes gld
12871 \end_inset
12872
12873 Abstand
12874 \begin_inset Quotes grd
12875 \end_inset
12876
12877
12878 \end_layout
12879
12880 \begin_layout Standard
12881 eingegeben werden.
12882  
12883 \begin_inset Quotes gld
12884 \end_inset
12885
12886 Abstand
12887 \begin_inset Quotes grd
12888 \end_inset
12889
12890  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
12891  in der Box fest.
12892  Ein Beispiel dafür ist folgende umrandete Formel:
12893 \begin_inset ERT
12894 status collapsed
12895
12896 \begin_layout Plain Layout
12897
12898
12899 \backslash
12900 fboxrule 2mm 
12901 \backslash
12902 fboxsep 3mm
12903 \end_layout
12904
12905 \end_inset
12906
12907
12908 \begin_inset Formula \[
12909 \boxed{A+B=C}\]
12910
12911 \end_inset
12912
12913 Vor dieser Formel wurde im TeX-Modus
12914 \end_layout
12915
12916 \begin_layout Standard
12917
12918 \series bold
12919
12920 \backslash
12921 fboxrule
12922 \series default
12923  
12924 \series bold
12925 2mm
12926 \series default
12927  
12928 \series bold
12929
12930 \backslash
12931 fboxsep
12932 \series default
12933  
12934 \series bold
12935 3mm
12936 \end_layout
12937
12938 \begin_layout Standard
12939 eingegeben.
12940  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
12941 \end_layout
12942
12943 \begin_layout Standard
12944 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
12945  nächsten Formel im TeX-Modus folgende Befehle ein:
12946 \end_layout
12947
12948 \begin_layout Standard
12949
12950 \series bold
12951
12952 \backslash
12953 fboxrule
12954 \series default
12955  
12956 \series bold
12957 0.4pt
12958 \series default
12959  
12960 \series bold
12961
12962 \backslash
12963 fboxsep
12964 \series default
12965  
12966 \series bold
12967 3pt
12968 \series default
12969
12970 \begin_inset ERT
12971 status collapsed
12972
12973 \begin_layout Plain Layout
12974
12975
12976 \backslash
12977 fboxrule 0.4pt 
12978 \backslash
12979 fboxsep 3pt
12980 \end_layout
12981
12982 \end_inset
12983
12984
12985 \end_layout
12986
12987 \begin_layout Subsection
12988 Boxen ohne Rahmen
12989 \begin_inset CommandInset label
12990 LatexCommand label
12991 name "sub:Boxen-ohne-Rahmen"
12992
12993 \end_inset
12994
12995
12996 \begin_inset Index
12997 status collapsed
12998
12999 \begin_layout Plain Layout
13000 Boxen ! ohne Rahmen
13001 \end_layout
13002
13003 \end_inset
13004
13005
13006 \end_layout
13007
13008 \begin_layout Standard
13009 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13010 \series bold
13011
13012 \backslash
13013 mbox
13014 \series default
13015
13016 \begin_inset Index
13017 status collapsed
13018
13019 \begin_layout Plain Layout
13020 Befehle ! M ! 
13021 \backslash
13022 mbox
13023 \end_layout
13024
13025 \end_inset
13026
13027
13028 \series bold
13029
13030 \backslash
13031 makebox
13032 \series default
13033
13034 \begin_inset Index
13035 status collapsed
13036
13037 \begin_layout Plain Layout
13038 Befehle ! M ! 
13039 \backslash
13040 makebox
13041 \end_layout
13042
13043 \end_inset
13044
13045  und
13046 \begin_inset Newline linebreak
13047 \end_inset
13048
13049
13050 \series bold
13051
13052 \backslash
13053 raisebox
13054 \series default
13055
13056 \begin_inset Index
13057 status collapsed
13058
13059 \begin_layout Plain Layout
13060 Befehle ! R ! 
13061 \backslash
13062 raisebox
13063 \end_layout
13064
13065 \end_inset
13066
13067
13068 \end_layout
13069
13070 \begin_layout Standard
13071 Mit 
13072 \series bold
13073
13074 \backslash
13075 raisebox
13076 \series default
13077  kann man eine Box hoch- oder tiefstellen.
13078  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13079 n die Schriftgröße bei.
13080  
13081 \series bold
13082
13083 \backslash
13084 raisebox
13085 \series default
13086  wird dabei mit folgendem Schema benutzt:
13087 \end_layout
13088
13089 \begin_layout Standard
13090
13091 \series bold
13092
13093 \backslash
13094 raisebox{Höhe}{Boxinhalt}
13095 \end_layout
13096
13097 \begin_layout Standard
13098 Soll in der Box eine Formel stehen, muss man wie bei 
13099 \series bold
13100
13101 \backslash
13102 fbox
13103 \series default
13104  eine weitere Formel erstellen.
13105 \end_layout
13106
13107 \begin_layout Standard
13108 \align center
13109 \begin_inset Tabular
13110 <lyxtabular version="3" rows="4" columns="2">
13111 <features>
13112 <column alignment="center" valignment="top" width="0">
13113 <column alignment="center" valignment="top" width="0">
13114 <row>
13115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13116 \begin_inset Text
13117
13118 \begin_layout Plain Layout
13119 Befehl
13120 \end_layout
13121
13122 \end_inset
13123 </cell>
13124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13125 \begin_inset Text
13126
13127 \begin_layout Plain Layout
13128 Ergebnis
13129 \end_layout
13130
13131 \end_inset
13132 </cell>
13133 </row>
13134 <row>
13135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139 H
13140 \backslash
13141 raisebox{2mm
13142 \begin_inset Formula $\to$
13143 \end_inset
13144
13145
13146 \backslash
13147 {al
13148 \begin_inset Formula $\to$
13149 \end_inset
13150
13151  lo
13152 \end_layout
13153
13154 \end_inset
13155 </cell>
13156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13157 \begin_inset Text
13158
13159 \begin_layout Plain Layout
13160 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13161 \end_inset
13162
13163
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 </row>
13169 <row>
13170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13171 \begin_inset Text
13172
13173 \begin_layout Plain Layout
13174 H
13175 \backslash
13176 raisebox{-2mm
13177 \begin_inset Formula $\to$
13178 \end_inset
13179
13180
13181 \backslash
13182 {al
13183 \begin_inset Formula $\to$
13184 \end_inset
13185
13186 lo
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13192 \begin_inset Text
13193
13194 \begin_layout Plain Layout
13195 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13196 \end_inset
13197
13198
13199 \end_layout
13200
13201 \end_inset
13202 </cell>
13203 </row>
13204 <row>
13205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13206 \begin_inset Text
13207
13208 \begin_layout Plain Layout
13209 A=
13210 \backslash
13211 raisebox{-2mm
13212 \begin_inset Formula $\to$
13213 \end_inset
13214
13215
13216 \backslash
13217 {
13218 \family sans
13219 Strg-m
13220 \family default
13221  
13222 \backslash
13223 sqrt
13224 \begin_inset ERT
13225 status collapsed
13226
13227 \begin_layout Plain Layout
13228
13229
13230 \backslash
13231 leer 
13232 \end_layout
13233
13234 \end_inset
13235
13236
13237 \end_layout
13238
13239 \end_inset
13240 </cell>
13241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13242 \begin_inset Text
13243
13244 \begin_layout Plain Layout
13245 \begin_inset ERT
13246 status collapsed
13247
13248 \begin_layout Plain Layout
13249
13250 $A=
13251 \backslash
13252 raisebox{-2mm}{$
13253 \backslash
13254 sqrt{B}$}$
13255 \end_layout
13256
13257 \end_inset
13258
13259
13260 \end_layout
13261
13262 \end_inset
13263 </cell>
13264 </row>
13265 </lyxtabular>
13266
13267 \end_inset
13268
13269
13270 \end_layout
13271
13272 \begin_layout Standard
13273 Die letzte Formel kann derzeit nur im TeX-Modus erstellt werden, da LyX
13274  statt der benötigten weiteren Formel eine Box einfügt.
13275 \begin_inset Foot
13276 status collapsed
13277
13278 \begin_layout Plain Layout
13279 siehe 
13280 \begin_inset CommandInset href
13281 LatexCommand href
13282 name "LyX-Fehler #1435"
13283 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13284
13285 \end_inset
13286
13287
13288 \end_layout
13289
13290 \end_inset
13291
13292
13293 \end_layout
13294
13295 \begin_layout Standard
13296 Der Befehl 
13297 \series bold
13298
13299 \backslash
13300 mbox
13301 \series default
13302  ist äquivalent zu 
13303 \series bold
13304
13305 \backslash
13306 fbox
13307 \series default
13308  und 
13309 \series bold
13310
13311 \backslash
13312 makebox
13313 \series default
13314  ist äquivalent zu 
13315 \series bold
13316
13317 \backslash
13318 framebox
13319 \series default
13320 , nur dass es keinen Rahmen gibt.
13321 \end_layout
13322
13323 \begin_layout Subsection
13324 Farbige Boxen
13325 \begin_inset CommandInset label
13326 LatexCommand label
13327 name "sub:Farbige-Boxen"
13328
13329 \end_inset
13330
13331
13332 \begin_inset Index
13333 status collapsed
13334
13335 \begin_layout Plain Layout
13336 Boxen ! farbige
13337 \end_layout
13338
13339 \end_inset
13340
13341
13342 \end_layout
13343
13344 \begin_layout Standard
13345 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13346  im LaTeX-Vorspann das LaTeX-Paket 
13347 \series bold
13348 color
13349 \series default
13350
13351 \begin_inset Foot
13352 status collapsed
13353
13354 \begin_layout Plain Layout
13355 Das Paket 
13356 \series bold
13357 color
13358 \series default
13359  ist Teil jeder LaTeX-Standardinstallation.
13360 \end_layout
13361
13362 \end_inset
13363
13364
13365 \begin_inset Index
13366 status collapsed
13367
13368 \begin_layout Plain Layout
13369 Pakete ! color
13370 \end_layout
13371
13372 \end_inset
13373
13374  mit der Zeile
13375 \end_layout
13376
13377 \begin_layout Standard
13378
13379 \series bold
13380
13381 \backslash
13382 usepackage{color}
13383 \end_layout
13384
13385 \begin_layout Standard
13386 geladen werden
13387 \begin_inset Foot
13388 status collapsed
13389
13390 \begin_layout Plain Layout
13391 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13392  LyX das LaTeX-Paket 
13393 \series bold
13394 color
13395 \series default
13396  automatisch.
13397  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13398  keine Probleme hervorruft.
13399 \end_layout
13400
13401 \end_inset
13402
13403
13404 \begin_inset Note Note
13405 status collapsed
13406
13407 \begin_layout Plain Layout
13408 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13409  ein Makro eingefügt.
13410 \end_layout
13411
13412 \end_inset
13413
13414 .
13415 \end_layout
13416
13417 \begin_layout Standard
13418 \begin_inset VSpace medskip
13419 \end_inset
13420
13421 Um Boxen einzufärben, verwendet man den Befehl 
13422 \series bold
13423
13424 \backslash
13425 colorbox
13426 \series default
13427
13428 \begin_inset Index
13429 status collapsed
13430
13431 \begin_layout Plain Layout
13432 Befehle ! C ! 
13433 \backslash
13434 colorbox
13435 \end_layout
13436
13437 \end_inset
13438
13439  nach folgendem Schema:
13440 \end_layout
13441
13442 \begin_layout Standard
13443
13444 \series bold
13445
13446 \backslash
13447 colorbox{Farbe}{Boxinhalt}
13448 \end_layout
13449
13450 \begin_layout Standard
13451 Der Boxinhalt kann auch wieder eine Box sein und eine 
13452 \series bold
13453
13454 \backslash
13455 colorbox
13456 \series default
13457  kann auch ein Teil einer anderen Box sein (siehe 2.
13458  und 3.
13459  Beispiel).
13460  Soll in der Box eine Formel stehen, muss wie bei 
13461 \series bold
13462
13463 \backslash
13464 fbox
13465 \series default
13466  eine weitere Formel erstellt werden.
13467 \begin_inset Foot
13468 status collapsed
13469
13470 \begin_layout Plain Layout
13471 Das gilt auch für den Befehl 
13472 \series bold
13473
13474 \backslash
13475 fcolorbox
13476 \series default
13477 .
13478  Dabei ist 
13479 \begin_inset CommandInset href
13480 LatexCommand href
13481 name "LyX-Fehler #1435"
13482 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13483
13484 \end_inset
13485
13486  zu beachten.
13487 \end_layout
13488
13489 \end_inset
13490
13491
13492 \end_layout
13493
13494 \begin_layout Standard
13495 Aus folgenden vordefinierten Farben kann gewählt werden:
13496 \end_layout
13497
13498 \begin_layout Standard
13499
13500 \series bold
13501 black
13502 \series default
13503
13504 \series bold
13505 blue
13506 \series default
13507
13508 \series bold
13509 cyan
13510 \series default
13511
13512 \series bold
13513 green
13514 \series default
13515
13516 \series bold
13517 magenta
13518 \series default
13519
13520 \series bold
13521 red
13522 \series default
13523
13524 \series bold
13525 white
13526 \series default
13527  und 
13528 \series bold
13529 yellow
13530 \end_layout
13531
13532 \begin_layout Standard
13533 \align center
13534 \begin_inset Tabular
13535 <lyxtabular version="3" rows="4" columns="2">
13536 <features>
13537 <column alignment="center" valignment="top" width="0">
13538 <column alignment="center" valignment="top" width="0">
13539 <row>
13540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13541 \begin_inset Text
13542
13543 \begin_layout Plain Layout
13544 Befehl
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13550 \begin_inset Text
13551
13552 \begin_layout Plain Layout
13553 Ergebnis
13554 \begin_inset Note Note
13555 status collapsed
13556
13557 \begin_layout Plain Layout
13558
13559 \series bold
13560
13561 \backslash
13562 raisebox
13563 \series default
13564  dient nur als Abstandhalter.
13565 \end_layout
13566
13567 \end_inset
13568
13569
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 </row>
13575 <row>
13576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580
13581 \backslash
13582 colorbox{yellow
13583 \begin_inset Formula $\to$
13584 \end_inset
13585
13586
13587 \backslash
13588 {A=B
13589 \end_layout
13590
13591 \end_inset
13592 </cell>
13593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13594 \begin_inset Text
13595
13596 \begin_layout Plain Layout
13597 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13598 \end_inset
13599
13600
13601 \end_layout
13602
13603 \end_inset
13604 </cell>
13605 </row>
13606 <row>
13607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13608 \begin_inset Text
13609
13610 \begin_layout Plain Layout
13611
13612 \backslash
13613 colorbox{green
13614 \begin_inset Formula $\to$
13615 \end_inset
13616
13617
13618 \backslash
13619 {
13620 \backslash
13621 fbox
13622 \begin_inset ERT
13623 status collapsed
13624
13625 \begin_layout Plain Layout
13626
13627
13628 \backslash
13629 leer 
13630 \end_layout
13631
13632 \end_inset
13633
13634 A=B
13635 \end_layout
13636
13637 \end_inset
13638 </cell>
13639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Plain Layout
13643 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13644 \end_inset
13645
13646
13647 \end_layout
13648
13649 \end_inset
13650 </cell>
13651 </row>
13652 <row>
13653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13654 \begin_inset Text
13655
13656 \begin_layout Plain Layout
13657
13658 \backslash
13659 fbox
13660 \begin_inset ERT
13661 status collapsed
13662
13663 \begin_layout Plain Layout
13664
13665
13666 \backslash
13667 leer 
13668 \end_layout
13669
13670 \end_inset
13671
13672
13673 \backslash
13674 colorbox{green
13675 \begin_inset Formula $\to$
13676 \end_inset
13677
13678
13679 \backslash
13680 {A=B
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13690 \end_inset
13691
13692
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 </row>
13698 </lyxtabular>
13699
13700 \end_inset
13701
13702
13703 \end_layout
13704
13705 \begin_layout Standard
13706
13707 \series bold
13708
13709 \backslash
13710 colorbox
13711 \series default
13712  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13713  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13714  
13715 \family sans
13716 Textstil
13717 \family default
13718  die gewünschte Farbe aus.
13719  Der Dialog kann mit dem Werkzeugleistenknopf 
13720 \begin_inset Graphics
13721         filename ../../images/dialog-show_character.png
13722         scale 85
13723
13724 \end_inset
13725
13726  oder dem Menü 
13727 \family sans
13728 Bearbeiten\SpecialChar \menuseparator
13729 Textstil\SpecialChar \menuseparator
13730 Benutzerdefiniert
13731 \family default
13732  aufgerufen werden.
13733  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13734  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13735  innerhalb der Formel die Farbe geändert werden.
13736 \end_layout
13737
13738 \begin_layout Standard
13739 Ein Beispiel:
13740 \end_layout
13741
13742 \begin_layout Standard
13743
13744 \color red
13745 \begin_inset Formula \begin{equation}
13746 \int A=B\label{eq:rot}\end{equation}
13747
13748 \end_inset
13749
13750
13751 \color green
13752
13753 \begin_inset Formula \begin{equation}
13754 \textcolor{red}{\int A=B}\label{eq:rotgruen}\end{equation}
13755
13756 \end_inset
13757
13758
13759 \end_layout
13760
13761 \begin_layout Standard
13762 Formel 
13763 \begin_inset CommandInset ref
13764 LatexCommand eqref
13765 reference "eq:rot"
13766
13767 \end_inset
13768
13769  ist komplett rot gefärbt.
13770 \begin_inset Newline newline
13771 \end_inset
13772
13773 Formel 
13774 \begin_inset CommandInset ref
13775 LatexCommand eqref
13776 reference "eq:rotgruen"
13777
13778 \end_inset
13779
13780  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13781  Anschließend wurden die Formelzeichen rot gefärbt.
13782 \end_layout
13783
13784 \begin_layout Standard
13785 \begin_inset VSpace bigskip
13786 \end_inset
13787
13788 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13789  den Befehl 
13790 \series bold
13791
13792 \backslash
13793 fcolorbox
13794 \series default
13795
13796 \begin_inset Index
13797 status collapsed
13798
13799 \begin_layout Plain Layout
13800 Befehle ! F ! 
13801 \backslash
13802 fcolorbox
13803 \end_layout
13804
13805 \end_inset
13806
13807  nach folgendem Schema:
13808 \end_layout
13809
13810 \begin_layout Standard
13811
13812 \series bold
13813
13814 \backslash
13815 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13816 \end_layout
13817
13818 \begin_layout Standard
13819
13820 \series bold
13821
13822 \backslash
13823 fcolorbox
13824 \series default
13825  stellt also eine Erweiterung des Befehls 
13826 \series bold
13827
13828 \backslash
13829 colorbox
13830 \series default
13831  dar.
13832  Die Rahmenbreite wird, wie bei 
13833 \series bold
13834
13835 \backslash
13836 framebox
13837 \series default
13838 , mit 
13839 \series bold
13840
13841 \backslash
13842 fboxrule
13843 \series default
13844  und 
13845 \series bold
13846
13847 \backslash
13848 fboxsep
13849 \series default
13850  festgelegt.
13851  Ein Beispiel:
13852 \begin_inset ERT
13853 status collapsed
13854
13855 \begin_layout Plain Layout
13856
13857
13858 \backslash
13859 fboxrule 1mm 
13860 \backslash
13861 fboxsep 1mm
13862 \end_layout
13863
13864 \end_inset
13865
13866
13867 \begin_inset Formula \[
13868 \fcolorbox{cyan}{magenta}{A=B}\]
13869
13870 \end_inset
13871
13872
13873 \begin_inset ERT
13874 status collapsed
13875
13876 \begin_layout Plain Layout
13877
13878
13879 \backslash
13880 fboxrule 0.4pt 
13881 \backslash
13882 fboxsep 3pt
13883 \end_layout
13884
13885 \end_inset
13886
13887
13888 \end_layout
13889
13890 \begin_layout Standard
13891 Diese Formel wurde mit folgendem Befehl erstellt:
13892 \begin_inset Newline newline
13893 \end_inset
13894
13895
13896 \series bold
13897
13898 \backslash
13899 fcolorbox{cyan
13900 \begin_inset Formula $\to$
13901 \end_inset
13902
13903
13904 \backslash
13905 {magenta
13906 \begin_inset Formula $\to$
13907 \end_inset
13908
13909
13910 \backslash
13911 {A=B
13912 \end_layout
13913
13914 \begin_layout Standard
13915 \begin_inset VSpace bigskip
13916 \end_inset
13917
13918 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
13919  selbst definieren.
13920 \end_layout
13921
13922 \begin_layout Standard
13923 Man kann z.
13924 \begin_inset space \thinspace{}
13925 \end_inset
13926
13927 B.
13928  mit folgender LaTeX-Vorspannzeile die Farbe 
13929 \begin_inset Quotes gld
13930 \end_inset
13931
13932
13933 \series bold
13934 dunkelgruen
13935 \series default
13936
13937 \begin_inset Quotes grd
13938 \end_inset
13939
13940
13941 \begin_inset Foot
13942 status collapsed
13943
13944 \begin_layout Plain Layout
13945 In Befehlen darf kein Umlaut stehen, siehe 
13946 \begin_inset CommandInset ref
13947 LatexCommand ref
13948 reference "sec:Benutzerdefinierte-Befehle"
13949
13950 \end_inset
13951
13952 .
13953 \end_layout
13954
13955 \end_inset
13956
13957  definieren:
13958 \end_layout
13959
13960 \begin_layout Standard
13961
13962 \series bold
13963
13964 \backslash
13965 definecolor{dunkelgruen}{cmyk}{0.5,
13966 \series default
13967  
13968 \series bold
13969 0,
13970 \series default
13971  
13972 \series bold
13973 1,
13974 \series default
13975  
13976 \series bold
13977 0.5}
13978 \series default
13979
13980 \begin_inset Index
13981 status collapsed
13982
13983 \begin_layout Plain Layout
13984 Befehle ! D ! 
13985 \backslash
13986 definecolor
13987 \end_layout
13988
13989 \end_inset
13990
13991
13992 \end_layout
13993
13994 \begin_layout Standard
13995
13996 \series bold
13997 cmyk
13998 \series default
13999  ist der Farbraum und steht für die Farben 
14000 \series bold
14001 cyan
14002 \series default
14003
14004 \series bold
14005 magenta
14006 \series default
14007
14008 \series bold
14009 yellow
14010 \series default
14011  und 
14012 \series bold
14013 black
14014 \series default
14015 .
14016  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14017  Für den Anteil kann man Werte im Bereich 0
14018 \begin_inset space \thinspace{}
14019 \end_inset
14020
14021 -
14022 \begin_inset space \thinspace{}
14023 \end_inset
14024
14025 1 angeben.
14026  Anstelle von 
14027 \series bold
14028 cmyk
14029 \series default
14030  kann man zur Definition auch den Farbraum 
14031 \series bold
14032 rgb
14033 \series default
14034  verwenden.
14035  
14036 \series bold
14037 rgb
14038 \series default
14039  steht für 
14040 \series bold
14041 red
14042 \series default
14043
14044 \series bold
14045 green
14046 \series default
14047  und 
14048 \series bold
14049 blue
14050 \series default
14051 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14052  Des Weiteren gibt es noch den Farbraum 
14053 \series bold
14054 gray
14055 \series default
14056 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14057 \end_layout
14058
14059 \begin_layout Standard
14060 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14061 \series bold
14062 darkgreen
14063 \series default
14064 , bei der die Zeichenfarbe 
14065 \series bold
14066 yellow
14067 \series default
14068  gewählt wurde:
14069 \begin_inset Formula \begin{equation}
14070 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14071
14072 \end_inset
14073
14074
14075 \end_layout
14076
14077 \begin_layout Standard
14078 Selbst definierte Farben können mit dem Befehl 
14079 \series bold
14080
14081 \backslash
14082 textcolor
14083 \series default
14084  auch für Text
14085 \begin_inset Index
14086 status collapsed
14087
14088 \begin_layout Plain Layout
14089 Text ! farbiger
14090 \end_layout
14091
14092 \end_inset
14093
14094  verwendet werden:
14095 \end_layout
14096
14097 \begin_layout Standard
14098 \begin_inset ERT
14099 status collapsed
14100
14101 \begin_layout Plain Layout
14102
14103
14104 \backslash
14105 textcolor{dunkelgruen}{
14106 \end_layout
14107
14108 \end_inset
14109
14110 Dieser Satz ist 
14111 \begin_inset Quotes gld
14112 \end_inset
14113
14114 dunkelgruen
14115 \begin_inset Quotes grd
14116 \end_inset
14117
14118 .
14119 \begin_inset ERT
14120 status collapsed
14121
14122 \begin_layout Plain Layout
14123
14124 }
14125 \end_layout
14126
14127 \end_inset
14128
14129
14130 \end_layout
14131
14132 \begin_layout Standard
14133
14134 \series bold
14135
14136 \backslash
14137 textcolor
14138 \series default
14139
14140 \begin_inset Index
14141 status collapsed
14142
14143 \begin_layout Plain Layout
14144 Befehle ! T ! 
14145 \backslash
14146 textcolor
14147 \end_layout
14148
14149 \end_inset
14150
14151  wird nach dem Schema 
14152 \series bold
14153
14154 \backslash
14155 textcolor{Farbe}{zu
14156 \series default
14157  
14158 \series bold
14159 färbende
14160 \series default
14161  
14162 \series bold
14163 Zeichen}
14164 \series default
14165  verwendet.
14166 \end_layout
14167
14168 \begin_layout Subsection
14169 Absatzboxen
14170 \begin_inset CommandInset label
14171 LatexCommand label
14172 name "sub:Absatzboxen"
14173
14174 \end_inset
14175
14176
14177 \begin_inset Index
14178 status collapsed
14179
14180 \begin_layout Plain Layout
14181 Boxen ! Absatz-
14182 \end_layout
14183
14184 \end_inset
14185
14186
14187 \end_layout
14188
14189 \begin_layout Standard
14190 Mit dem Menü 
14191 \family sans
14192 Einfügen\SpecialChar \menuseparator
14193 Box
14194 \family default
14195  oder dem Werkzeugleistenknopf 
14196 \begin_inset Graphics
14197         filename ../../images/box-insert.png
14198         scale 85
14199
14200 \end_inset
14201
14202  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14203  eine so genannte 
14204 \emph on
14205 Parbox
14206 \emph default
14207  (Absatzbox).
14208 \end_layout
14209
14210 \begin_layout Standard
14211 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14212 \end_layout
14213
14214 \begin_layout Standard
14215 \begin_inset VSpace medskip
14216 \end_inset
14217
14218 Dies ist eine Zeile 
14219 \begin_inset Box Boxed
14220 position "c"
14221 hor_pos "c"
14222 has_inner_box 1
14223 inner_pos "t"
14224 use_parbox 1
14225 width "5cm"
14226 special "none"
14227 height "1in"
14228 height_special "totalheight"
14229 status open
14230
14231 \begin_layout Plain Layout
14232 Dies ist die Absatzbox.
14233  Sie ist genau 5
14234 \begin_inset space \thinspace{}
14235 \end_inset
14236
14237 cm lang und kann auch Formeln enthalten: 
14238 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14239 \end_inset
14240
14241
14242 \end_layout
14243
14244 \end_inset
14245
14246  mit einer Absatzbox.
14247 \begin_inset VSpace medskip
14248 \end_inset
14249
14250
14251 \end_layout
14252
14253 \begin_layout Standard
14254 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14255  graue Box mit dem Namen 
14256 \begin_inset Quotes gld
14257 \end_inset
14258
14259 Box(Gerahmt)
14260 \begin_inset Quotes grd
14261 \end_inset
14262
14263  klickt.
14264  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14265  In diesem Fall: 
14266 \emph on
14267 Verzierung
14268 \emph default
14269 : Rechteckige Box, 
14270 \emph on
14271 Innere Box
14272 \emph default
14273 : Parbox, 
14274 \emph on
14275 Breite
14276 \emph default
14277 : 5
14278 \begin_inset space \thinspace{}
14279 \end_inset
14280
14281 cm, 
14282 \emph on
14283 Vertikale Box Ausrichtung
14284 \emph default
14285 : Mitte
14286 \end_layout
14287
14288 \begin_layout Standard
14289 \begin_inset VSpace medskip
14290 \end_inset
14291
14292 In LaTeX wird eine Absatzbox mit dem Befehl 
14293 \series bold
14294
14295 \backslash
14296 parbox
14297 \series default
14298
14299 \begin_inset Index
14300 status collapsed
14301
14302 \begin_layout Plain Layout
14303 Befehle ! P ! 
14304 \backslash
14305 parbox
14306 \end_layout
14307
14308 \end_inset
14309
14310  erstellt, welcher folgendes Schema besitzt:
14311 \end_layout
14312
14313 \begin_layout Standard
14314
14315 \series bold
14316
14317 \backslash
14318 parbox[Position]{Breite}{Boxinhalt}
14319 \end_layout
14320
14321 \begin_layout Standard
14322 Die Positionen 
14323 \emph on
14324 b
14325 \emph default
14326  und 
14327 \emph on
14328 t
14329 \emph default
14330  sind möglich.
14331  
14332 \emph on
14333 b
14334 \emph default
14335  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14336  Text eingepasst wird.
14337  Bei 
14338 \emph on
14339 t
14340 \emph default
14341  wie top geschieht dies für die erste Zeile.
14342  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14343  siehe das Kapitel 
14344 \emph on
14345 Boxen
14346 \emph default
14347  des Handbuchs
14348 \emph on
14349  Eingebettete
14350 \begin_inset space ~
14351 \end_inset
14352
14353 Objekte
14354 \emph default
14355  für Beispiele.
14356 \end_layout
14357
14358 \begin_layout Standard
14359 \begin_inset VSpace bigskip
14360 \end_inset
14361
14362 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14363  in eine Absatzbox setzen.
14364  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14365 \series bold
14366
14367 \backslash
14368 fbox{
14369 \backslash
14370 parbox{
14371 \backslash
14372 linewidth-2
14373 \backslash
14374 fboxsep-2
14375 \backslash
14376 fboxrule}{
14377 \series default
14378 .
14379  Hierbei steht 
14380 \series bold
14381
14382 \backslash
14383 linewidth
14384 \begin_inset Index
14385 status collapsed
14386
14387 \begin_layout Plain Layout
14388 Befehle ! L ! 
14389 \backslash
14390 linewidth
14391 \end_layout
14392
14393 \end_inset
14394
14395
14396 \series default
14397  für die im Dokument eingestellte Zeilenbreite.
14398  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14399 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14400  Da dies LyX aufgrund eines Fehlers
14401 \begin_inset Foot
14402 status collapsed
14403
14404 \begin_layout Plain Layout
14405 \begin_inset CommandInset href
14406 LatexCommand href
14407 name "LyX-Fehler #4483"
14408 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14409
14410 \end_inset
14411
14412
14413 \end_layout
14414
14415 \end_inset
14416
14417  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14418  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14419 spann das LaTeX-Paket 
14420 \series bold
14421 calc
14422 \series default
14423
14424 \begin_inset Foot
14425 status collapsed
14426
14427 \begin_layout Plain Layout
14428
14429 \series bold
14430 calc
14431 \series default
14432  ist Teil jeder LaTeX-Standardinstallation.
14433 \end_layout
14434
14435 \end_inset
14436
14437
14438 \begin_inset Index
14439 status collapsed
14440
14441 \begin_layout Plain Layout
14442 Pakete ! calc
14443 \end_layout
14444
14445 \end_inset
14446
14447  mit der Zeile
14448 \end_layout
14449
14450 \begin_layout Standard
14451
14452 \series bold
14453
14454 \backslash
14455 usepackage{calc}
14456 \end_layout
14457
14458 \begin_layout Standard
14459 geladen werden.
14460  Nach der Formel werden beide Boxen geschlossen, indem man 
14461 \series bold
14462 }}
14463 \series default
14464  im TeX-Modus eingibt.
14465  Dazu ein Beispiel:
14466 \begin_inset ERT
14467 status collapsed
14468
14469 \begin_layout Plain Layout
14470
14471
14472 \backslash
14473 fboxsep 5mm 
14474 \backslash
14475 fboxrule 5mm
14476 \end_layout
14477
14478 \end_inset
14479
14480
14481 \end_layout
14482
14483 \begin_layout Standard
14484 \begin_inset ERT
14485 status collapsed
14486
14487 \begin_layout Plain Layout
14488
14489
14490 \backslash
14491 fbox{
14492 \backslash
14493 parbox{
14494 \backslash
14495 linewidth-2
14496 \backslash
14497 fboxsep-2
14498 \backslash
14499 fboxrule}{
14500 \end_layout
14501
14502 \end_inset
14503
14504
14505 \begin_inset Formula \begin{equation}
14506 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14507
14508 \end_inset
14509
14510
14511 \begin_inset ERT
14512 status collapsed
14513
14514 \begin_layout Plain Layout
14515
14516 }}
14517 \end_layout
14518
14519 \end_inset
14520
14521
14522 \begin_inset ERT
14523 status collapsed
14524
14525 \begin_layout Plain Layout
14526
14527
14528 \backslash
14529 fboxrule 0.4pt 
14530 \backslash
14531 fboxsep 3pt
14532 \end_layout
14533
14534 \end_inset
14535
14536
14537 \end_layout
14538
14539 \begin_layout Standard
14540 \begin_inset VSpace medskip
14541 \end_inset
14542
14543 Da im Argument von 
14544 \series bold
14545
14546 \backslash
14547 fbox
14548 \series default
14549  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14550  keinen Unterschied zwischen 
14551 \series bold
14552
14553 \backslash
14554 fbox
14555 \series default
14556  und 
14557 \series bold
14558
14559 \backslash
14560 boxed
14561 \series default
14562 .
14563 \end_layout
14564
14565 \begin_layout Standard
14566 \begin_inset VSpace bigskip
14567 \end_inset
14568
14569 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14570  Dazu verwendet man 
14571 \series bold
14572
14573 \backslash
14574 parbox
14575 \series default
14576  in Verbindung mit dem Befehl 
14577 \series bold
14578
14579 \backslash
14580 tag
14581 \series default
14582 .
14583  (mehr zu 
14584 \series bold
14585
14586 \backslash
14587 tag
14588 \series default
14589  siehe 
14590 \begin_inset CommandInset ref
14591 LatexCommand ref
14592 reference "sub:Benutzerdefinierte-Nummerierung"
14593
14594 \end_inset
14595
14596 )
14597 \end_layout
14598
14599 \begin_layout Standard
14600 Ein Beispiel einer mit Hilfe von 
14601 \series bold
14602
14603 \backslash
14604 parbox
14605 \series default
14606  kommentierten Formel:
14607 \end_layout
14608
14609 \begin_layout Standard
14610 \begin_inset ERT
14611 status collapsed
14612
14613 \begin_layout Plain Layout
14614
14615
14616 \backslash
14617 [5x-7b=3b
14618 \backslash
14619 tag*{
14620 \backslash
14621 parbox{5cm}{
14622 \end_layout
14623
14624 \end_inset
14625
14626 Dies ist eine Beschreibung.
14627  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14628 \begin_inset ERT
14629 status collapsed
14630
14631 \begin_layout Plain Layout
14632
14633 }}
14634 \backslash
14635 ]
14636 \end_layout
14637
14638 \end_inset
14639
14640
14641 \end_layout
14642
14643 \begin_layout Standard
14644 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14645  Befehl 
14646 \series bold
14647
14648 \backslash
14649 parbox
14650 \series default
14651  in Formeln noch nicht unterstützt.
14652  Die Formel wird mit folgender Befehlssequenz erstellt:
14653 \end_layout
14654
14655 \begin_layout Standard
14656 Der Befehl 
14657 \series bold
14658
14659 \backslash
14660 [5x-7b=3b
14661 \backslash
14662 tag*
14663 \backslash
14664 {
14665 \backslash
14666 parbox{5cm}{
14667 \series default
14668  wird im TeX-Modus eingegeben.
14669 \begin_inset Foot
14670 status collapsed
14671
14672 \begin_layout Plain Layout
14673 Ist der Formelstil 
14674 \series bold
14675 Eingerückt
14676 \series default
14677  aktiviert, kann 
14678 \series bold
14679
14680 \backslash
14681 tag*
14682 \backslash
14683 {
14684 \series default
14685  auch durch 
14686 \series bold
14687
14688 \backslash
14689 hfill
14690 \series default
14691  ersetzt werden.
14692  (Formelstile siehe 
14693 \begin_inset CommandInset ref
14694 LatexCommand ref
14695 reference "sec:Formelstile"
14696
14697 \end_inset
14698
14699 )
14700 \end_layout
14701
14702 \end_inset
14703
14704  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14705 \series bold
14706 }}
14707 \backslash
14708 ]
14709 \series default
14710  im TeX-Modus ein.
14711  Die Befehle 
14712 \series bold
14713
14714 \backslash
14715 [
14716 \series default
14717  und 
14718 \series bold
14719
14720 \backslash
14721 ]
14722 \series default
14723  erstellen hierbei eine abgesetzte Formel.
14724 \end_layout
14725
14726 \begin_layout Standard
14727 Die Vorteile von 
14728 \series bold
14729
14730 \backslash
14731 parbox
14732 \series default
14733  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14734  Textmodus 
14735 \begin_inset Quotes gld
14736 \end_inset
14737
14738 kommentiert
14739 \begin_inset Quotes grd
14740 \end_inset
14741
14742  wurde:
14743 \begin_inset Formula \[
14744 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}\]
14745
14746 \end_inset
14747
14748
14749 \end_layout
14750
14751 \begin_layout Section
14752 Operatoren
14753 \begin_inset Index
14754 status collapsed
14755
14756 \begin_layout Plain Layout
14757 Operatoren
14758 \end_layout
14759
14760 \end_inset
14761
14762
14763 \end_layout
14764
14765 \begin_layout Subsection
14766 Große Operatoren
14767 \begin_inset CommandInset label
14768 LatexCommand label
14769 name "sub:Große-Operatoren"
14770
14771 \end_inset
14772
14773
14774 \begin_inset Index
14775 status collapsed
14776
14777 \begin_layout Plain Layout
14778 Operatoren ! große
14779 \end_layout
14780
14781 \end_inset
14782
14783
14784 \begin_inset Index
14785 status collapsed
14786
14787 \begin_layout Plain Layout
14788 Summen
14789 \end_layout
14790
14791 \end_inset
14792
14793
14794 \begin_inset Index
14795 status collapsed
14796
14797 \begin_layout Plain Layout
14798 Integrale
14799 \end_layout
14800
14801 \end_inset
14802
14803
14804 \end_layout
14805
14806 \begin_layout Standard
14807 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14808  sind, muss die Option 
14809 \family sans
14810 esint-Paket automatisch verwenden
14811 \family default
14812  in den Dokumenteinstellungen unter 
14813 \family sans
14814 Mathe-Optionen
14815 \family default
14816  gewählt sein.
14817 \end_layout
14818
14819 \begin_layout Standard
14820 \begin_inset space \hfill{}
14821 \end_inset
14822
14823
14824 \begin_inset Tabular
14825 <lyxtabular version="3" rows="11" columns="2">
14826 <features>
14827 <column alignment="center" valignment="top" width="0pt">
14828 <column alignment="center" valignment="top" width="0pt">
14829 <row>
14830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14831 \begin_inset Text
14832
14833 \begin_layout Plain Layout
14834 Befehl
14835 \end_layout
14836
14837 \end_inset
14838 </cell>
14839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14840 \begin_inset Text
14841
14842 \begin_layout Plain Layout
14843 Ergebnis
14844 \end_layout
14845
14846 \end_inset
14847 </cell>
14848 </row>
14849 <row>
14850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14851 \begin_inset Text
14852
14853 \begin_layout Plain Layout
14854
14855 \backslash
14856 sum
14857 \begin_inset Index
14858 status collapsed
14859
14860 \begin_layout Plain Layout
14861 Befehle ! S ! 
14862 \backslash
14863 sum
14864 \end_layout
14865
14866 \end_inset
14867
14868
14869 \end_layout
14870
14871 \end_inset
14872 </cell>
14873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14874 \begin_inset Text
14875
14876 \begin_layout Plain Layout
14877 \begin_inset Formula $\sum$
14878 \end_inset
14879
14880
14881 \end_layout
14882
14883 \end_inset
14884 </cell>
14885 </row>
14886 <row>
14887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Plain Layout
14891
14892 \backslash
14893 int
14894 \begin_inset Index
14895 status collapsed
14896
14897 \begin_layout Plain Layout
14898 Befehle ! I ! 
14899 \backslash
14900 int
14901 \end_layout
14902
14903 \end_inset
14904
14905
14906 \end_layout
14907
14908 \end_inset
14909 </cell>
14910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14911 \begin_inset Text
14912
14913 \begin_layout Plain Layout
14914 \begin_inset Formula $\int$
14915 \end_inset
14916
14917
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 </row>
14923 <row>
14924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14925 \begin_inset Text
14926
14927 \begin_layout Plain Layout
14928
14929 \backslash
14930 intop
14931 \end_layout
14932
14933 \end_inset
14934 </cell>
14935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14936 \begin_inset Text
14937
14938 \begin_layout Plain Layout
14939 \begin_inset Formula $\intop$
14940 \end_inset
14941
14942
14943 \end_layout
14944
14945 \end_inset
14946 </cell>
14947 </row>
14948 <row>
14949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14950 \begin_inset Text
14951
14952 \begin_layout Plain Layout
14953
14954 \backslash
14955 oint
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Plain Layout
14964 \begin_inset Formula $\oint$
14965 \end_inset
14966
14967
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 </row>
14973 <row>
14974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Plain Layout
14978
14979 \backslash
14980 ointop
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989 \begin_inset Formula $\ointop$
14990 \end_inset
14991
14992
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 </row>
14998 <row>
14999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003
15004 \backslash
15005 ointctrclockwise
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014 \begin_inset Formula $\ointctrclockwise$
15015 \end_inset
15016
15017
15018 \end_layout
15019
15020 \end_inset
15021 </cell>
15022 </row>
15023 <row>
15024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Plain Layout
15028
15029 \backslash
15030 ointclockwise
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Plain Layout
15039 \begin_inset Formula $\ointclockwise$
15040 \end_inset
15041
15042
15043 \end_layout
15044
15045 \end_inset
15046 </cell>
15047 </row>
15048 <row>
15049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15050 \begin_inset Text
15051
15052 \begin_layout Plain Layout
15053
15054 \backslash
15055 sqint
15056 \end_layout
15057
15058 \end_inset
15059 </cell>
15060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15061 \begin_inset Text
15062
15063 \begin_layout Plain Layout
15064 \begin_inset Formula $\sqint$
15065 \end_inset
15066
15067
15068 \end_layout
15069
15070 \end_inset
15071 </cell>
15072 </row>
15073 <row>
15074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15075 \begin_inset Text
15076
15077 \begin_layout Plain Layout
15078
15079 \backslash
15080 bigcap
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089 \begin_inset Formula $\bigcap$
15090 \end_inset
15091
15092
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 </row>
15098 <row>
15099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103
15104 \backslash
15105 bigcup
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Plain Layout
15114 \begin_inset Formula $\bigcup$
15115 \end_inset
15116
15117
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 </row>
15123 </lyxtabular>
15124
15125 \end_inset
15126
15127
15128 \begin_inset space \hfill{}
15129 \end_inset
15130
15131
15132 \begin_inset Tabular
15133 <lyxtabular version="3" rows="10" columns="2">
15134 <features>
15135 <column alignment="center" valignment="top" width="0pt">
15136 <column alignment="center" valignment="top" width="0pt">
15137 <row>
15138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142 Befehl
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Plain Layout
15151 Ergebnis
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 </row>
15157 <row>
15158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15159 \begin_inset Text
15160
15161 \begin_layout Plain Layout
15162
15163 \backslash
15164 prod
15165 \begin_inset Index
15166 status collapsed
15167
15168 \begin_layout Plain Layout
15169 Befehle ! P ! 
15170 \backslash
15171 prod
15172 \end_layout
15173
15174 \end_inset
15175
15176
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Plain Layout
15185 \begin_inset Formula $\prod$
15186 \end_inset
15187
15188
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 </row>
15194 <row>
15195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199
15200 \backslash
15201 coprod
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210 \begin_inset Formula $\coprod$
15211 \end_inset
15212
15213
15214 \end_layout
15215
15216 \end_inset
15217 </cell>
15218 </row>
15219 <row>
15220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Plain Layout
15224
15225 \backslash
15226 bigodot
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15232 \begin_inset Text
15233
15234 \begin_layout Plain Layout
15235 \begin_inset Formula $\bigodot$
15236 \end_inset
15237
15238
15239 \end_layout
15240
15241 \end_inset
15242 </cell>
15243 </row>
15244 <row>
15245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Plain Layout
15249
15250 \backslash
15251 bigotimes
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260 \begin_inset Formula $\bigotimes$
15261 \end_inset
15262
15263
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 </row>
15269 <row>
15270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Plain Layout
15274
15275 \backslash
15276 bigoplus
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285 \begin_inset Formula $\bigoplus$
15286 \end_inset
15287
15288
15289 \end_layout
15290
15291 \end_inset
15292 </cell>
15293 </row>
15294 <row>
15295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15296 \begin_inset Text
15297
15298 \begin_layout Plain Layout
15299
15300 \backslash
15301 bigwedge
15302 \end_layout
15303
15304 \end_inset
15305 </cell>
15306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15307 \begin_inset Text
15308
15309 \begin_layout Plain Layout
15310 \begin_inset Formula $\bigwedge$
15311 \end_inset
15312
15313
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 </row>
15319 <row>
15320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15321 \begin_inset Text
15322
15323 \begin_layout Plain Layout
15324
15325 \backslash
15326 bigvee
15327 \end_layout
15328
15329 \end_inset
15330 </cell>
15331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15332 \begin_inset Text
15333
15334 \begin_layout Plain Layout
15335 \begin_inset Formula $\bigvee$
15336 \end_inset
15337
15338
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 </row>
15344 <row>
15345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349
15350 \backslash
15351 bigsqcup
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Plain Layout
15360 \begin_inset Formula $\bigsqcup$
15361 \end_inset
15362
15363
15364 \end_layout
15365
15366 \end_inset
15367 </cell>
15368 </row>
15369 <row>
15370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15371 \begin_inset Text
15372
15373 \begin_layout Plain Layout
15374
15375 \backslash
15376 biguplus
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15382 \begin_inset Text
15383
15384 \begin_layout Plain Layout
15385 \begin_inset Formula $\biguplus$
15386 \end_inset
15387
15388
15389 \end_layout
15390
15391 \end_inset
15392 </cell>
15393 </row>
15394 </lyxtabular>
15395
15396 \end_inset
15397
15398
15399 \begin_inset space \hfill{}
15400 \end_inset
15401
15402
15403 \end_layout
15404
15405 \begin_layout Standard
15406 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15407 \begin_inset Graphics
15408         filename ../../images/math/intop.png
15409         scale 85
15410
15411 \end_inset
15412
15413  eingefügt werden.
15414 \end_layout
15415
15416 \begin_layout Standard
15417 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15418  Teil gleich aussehenden binären Operatoren.
15419  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15420  beschrieben.
15421 \end_layout
15422
15423 \begin_layout Standard
15424 Die Operatoren 
15425 \series bold
15426
15427 \backslash
15428 intop
15429 \series default
15430  und 
15431 \series bold
15432
15433 \backslash
15434 ointop
15435 \series default
15436  unterscheiden sich von 
15437 \series bold
15438
15439 \backslash
15440 int
15441 \series default
15442  bzw.
15443  
15444 \series bold
15445
15446 \backslash
15447 oint
15448 \series default
15449  in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15450 \begin_inset CommandInset ref
15451 LatexCommand ref
15452 reference "sub:Operatorgrenzen"
15453
15454 \end_inset
15455
15456 .
15457  
15458 \end_layout
15459
15460 \begin_layout Subsubsection*
15461 Hinweise zu Integralen
15462 \end_layout
15463
15464 \begin_layout Standard
15465 Der Buchstabe 
15466 \emph on
15467 d
15468 \emph default
15469  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15470  muss.
15471  Dazu markiert man das 
15472 \emph on
15473 d
15474 \emph default
15475  und wandelt es mit der Tastenkombination 
15476 \family sans
15477 Alt-z
15478 \begin_inset space ~
15479 \end_inset
15480
15481 r
15482 \family default
15483
15484 \begin_inset Foot
15485 status collapsed
15486
15487 \begin_layout Plain Layout
15488 Schriftstile siehe 
15489 \begin_inset CommandInset ref
15490 LatexCommand ref
15491 reference "sub:Schriftstile"
15492
15493 \end_inset
15494
15495
15496 \end_layout
15497
15498 \end_inset
15499
15500  um.
15501  Anschließend fügt man vor dem 
15502 \emph on
15503 d
15504 \emph default
15505 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15506  Dazu ein Beispiel:
15507 \end_layout
15508
15509 \begin_layout Standard
15510 inkorrekt: 
15511 \begin_inset Formula $\int A(x)dx$
15512 \end_inset
15513
15514
15515 \begin_inset Newline newline
15516 \end_inset
15517
15518
15519 \begin_inset ERT
15520 status collapsed
15521
15522 \begin_layout Plain Layout
15523
15524
15525 \backslash
15526 hphantom{in}
15527 \end_layout
15528
15529 \end_inset
15530
15531 korrekt: 
15532 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15533 \end_inset
15534
15535
15536 \end_layout
15537
15538 \begin_layout Standard
15539 \begin_inset VSpace medskip
15540 \end_inset
15541
15542 Für Mehrfachintegrale gibt es folgende Befehle:
15543 \begin_inset VSpace medskip
15544 \end_inset
15545
15546
15547 \end_layout
15548
15549 \begin_layout Standard
15550 \begin_inset space \hfill{}
15551 \end_inset
15552
15553
15554 \begin_inset Tabular
15555 <lyxtabular version="3" rows="4" columns="2">
15556 <features>
15557 <column alignment="center" valignment="top" width="0">
15558 <column alignment="center" valignment="top" width="0">
15559 <row>
15560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15561 \begin_inset Text
15562
15563 \begin_layout Plain Layout
15564 Befehl
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15570 \begin_inset Text
15571
15572 \begin_layout Plain Layout
15573 Ergebnis
15574 \begin_inset Note Note
15575 status collapsed
15576
15577 \begin_layout Plain Layout
15578
15579 \series bold
15580
15581 \backslash
15582 raisebox
15583 \series default
15584  dient nur als Abstandhalter.
15585 \end_layout
15586
15587 \end_inset
15588
15589
15590 \end_layout
15591
15592 \end_inset
15593 </cell>
15594 </row>
15595 <row>
15596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15597 \begin_inset Text
15598
15599 \begin_layout Plain Layout
15600
15601 \backslash
15602 iint
15603 \end_layout
15604
15605 \end_inset
15606 </cell>
15607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15608 \begin_inset Text
15609
15610 \begin_layout Plain Layout
15611 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15612 \end_inset
15613
15614
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 </row>
15620 <row>
15621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15622 \begin_inset Text
15623
15624 \begin_layout Plain Layout
15625
15626 \backslash
15627 oiint
15628 \end_layout
15629
15630 \end_inset
15631 </cell>
15632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15633 \begin_inset Text
15634
15635 \begin_layout Plain Layout
15636 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15637 \end_inset
15638
15639
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 </row>
15645 <row>
15646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15647 \begin_inset Text
15648
15649 \begin_layout Plain Layout
15650
15651 \backslash
15652 sqiint
15653 \end_layout
15654
15655 \end_inset
15656 </cell>
15657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15658 \begin_inset Text
15659
15660 \begin_layout Plain Layout
15661 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15662 \end_inset
15663
15664
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 </row>
15670 </lyxtabular>
15671
15672 \end_inset
15673
15674
15675 \begin_inset space \hfill{}
15676 \end_inset
15677
15678
15679 \begin_inset Tabular
15680 <lyxtabular version="3" rows="4" columns="2">
15681 <features>
15682 <column alignment="center" valignment="top" width="0">
15683 <column alignment="center" valignment="top" width="0">
15684 <row>
15685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15686 \begin_inset Text
15687
15688 \begin_layout Plain Layout
15689 Befehl
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 Ergebnis
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 </row>
15704 <row>
15705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709
15710 \backslash
15711 iiint
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15721 \end_inset
15722
15723
15724 \end_layout
15725
15726 \end_inset
15727 </cell>
15728 </row>
15729 <row>
15730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15731 \begin_inset Text
15732
15733 \begin_layout Plain Layout
15734
15735 \backslash
15736 iiiint
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15742 \begin_inset Text
15743
15744 \begin_layout Plain Layout
15745 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15746 \end_inset
15747
15748
15749 \end_layout
15750
15751 \end_inset
15752 </cell>
15753 </row>
15754 <row>
15755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Plain Layout
15759
15760 \backslash
15761 dotsint
15762 \end_layout
15763
15764 \end_inset
15765 </cell>
15766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15771 \end_inset
15772
15773
15774 \end_layout
15775
15776 \end_inset
15777 </cell>
15778 </row>
15779 </lyxtabular>
15780
15781 \end_inset
15782
15783
15784 \begin_inset space \hfill{}
15785 \end_inset
15786
15787
15788 \end_layout
15789
15790 \begin_layout Subsection
15791 Operatorgrenzen
15792 \begin_inset CommandInset label
15793 LatexCommand label
15794 name "sub:Operatorgrenzen"
15795
15796 \end_inset
15797
15798
15799 \begin_inset Index
15800 status collapsed
15801
15802 \begin_layout Plain Layout
15803 Operatoren ! Grenzen
15804 \end_layout
15805
15806 \end_inset
15807
15808
15809 \end_layout
15810
15811 \begin_layout Standard
15812 Grenzen werden durch Hoch- bzw.
15813  Tiefstellen erzeugt:
15814 \end_layout
15815
15816 \begin_layout Standard
15817 \align center
15818 \begin_inset Tabular
15819 <lyxtabular version="3" rows="2" columns="2">
15820 <features>
15821 <column alignment="center" valignment="top" width="0pt">
15822 <column alignment="center" valignment="top" width="0pt">
15823 <row>
15824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828 Befehl
15829 \end_layout
15830
15831 \end_inset
15832 </cell>
15833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15834 \begin_inset Text
15835
15836 \begin_layout Plain Layout
15837 Ergebnis
15838 \begin_inset Note Note
15839 status collapsed
15840
15841 \begin_layout Plain Layout
15842
15843 \series bold
15844
15845 \backslash
15846 raisebox
15847 \series default
15848  dient nur als Abstandhalter.
15849 \end_layout
15850
15851 \end_inset
15852
15853
15854 \end_layout
15855
15856 \end_inset
15857 </cell>
15858 </row>
15859 <row>
15860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864
15865 \backslash
15866 prod^
15867 \backslash
15868 infty
15869 \begin_inset ERT
15870 status collapsed
15871
15872 \begin_layout Plain Layout
15873
15874
15875 \backslash
15876 leer 
15877 \end_layout
15878
15879 \end_inset
15880
15881
15882 \begin_inset Formula $\to$
15883 \end_inset
15884
15885 _0
15886 \begin_inset Formula $\to$
15887 \end_inset
15888
15889 A(x)
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15899 \end_inset
15900
15901
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 </row>
15907 </lyxtabular>
15908
15909 \end_inset
15910
15911
15912 \end_layout
15913
15914 \begin_layout Standard
15915 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
15916  Operator gesetzt.
15917  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
15918  bzw.
15919  unter den Operator gesetzt.
15920 \end_layout
15921
15922 \begin_layout Standard
15923 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
15924  man den Cursor direkt hinter den Operator und setzt über das Menü 
15925 \family sans
15926 Bearbeiten\SpecialChar \menuseparator
15927 Mathe\SpecialChar \menuseparator
15928 Art der Operatorgrenzen ändern
15929 \family default
15930  die Grenzen auf 
15931 \series bold
15932 Eingebettet
15933 \series default
15934  (Tastenkombination 
15935 \family sans
15936 Alt-m
15937 \begin_inset space ~
15938 \end_inset
15939
15940 l
15941 \family default
15942 ).
15943  Dazu folgendes Beispiel:
15944 \end_layout
15945
15946 \begin_layout Standard
15947 Die normalen Grenzen sehen so aus:
15948 \begin_inset Formula \[
15949 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15950
15951 \end_inset
15952
15953 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
15954 \begin_inset Formula \[
15955 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15956
15957 \end_inset
15958
15959 Bei Integralen werden mit Ausnahme von 
15960 \series bold
15961
15962 \backslash
15963 intop
15964 \series default
15965  und 
15966 \series bold
15967
15968 \backslash
15969 ointop
15970 \series default
15971  die Grenzen standardmäßig neben den Operator gesetzt.
15972  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
15973  gesetzt.
15974  Im folgenden Beispiel wurde die Grenze deswegen auf 
15975 \series bold
15976 Anzeige
15977 \series default
15978  gesetzt und damit unter die Integrale geschrieben:
15979 \begin_inset Formula \begin{equation}
15980 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15981
15982 \end_inset
15983
15984
15985 \end_layout
15986
15987 \begin_layout Standard
15988 \begin_inset VSpace medskip
15989 \end_inset
15990
15991 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
15992 \series bold
15993
15994 \backslash
15995 subarray
15996 \series default
15997
15998 \begin_inset Index
15999 status collapsed
16000
16001 \begin_layout Plain Layout
16002 Befehle ! S ! 
16003 \backslash
16004 subarray
16005 \end_layout
16006
16007 \end_inset
16008
16009  und 
16010 \series bold
16011
16012 \backslash
16013 substack
16014 \series default
16015
16016 \begin_inset Index
16017 status collapsed
16018
16019 \begin_layout Plain Layout
16020 Befehle ! S ! 
16021 \backslash
16022 substack
16023 \end_layout
16024
16025 \end_inset
16026
16027 .
16028  Um z.
16029 \begin_inset space \thinspace{}
16030 \end_inset
16031
16032 B.
16033  diesen Ausdruck 
16034 \begin_inset Formula \begin{equation}
16035 \sum_{\begin{subarray}{c}
16036 0<k<1000\\
16037 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16038
16039 \end_inset
16040
16041 zu erstellen, muss man Folgendes tun:
16042 \begin_inset Newline newline
16043 \end_inset
16044
16045 Zuerst gibt man den Befehl 
16046 \series bold
16047
16048 \backslash
16049 sum
16050 \series default
16051 ^
16052 \series bold
16053 n
16054 \begin_inset ERT
16055 status collapsed
16056
16057 \begin_layout Plain Layout
16058
16059
16060 \backslash
16061 leer 
16062 \end_layout
16063
16064 \end_inset
16065
16066 _
16067 \series default
16068  ein.
16069  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16070  In dieses gibt man den Befehl 
16071 \series bold
16072
16073 \backslash
16074 subarray
16075 \begin_inset ERT
16076 status collapsed
16077
16078 \begin_layout Plain Layout
16079
16080
16081 \backslash
16082 leer 
16083 \end_layout
16084
16085 \end_inset
16086
16087
16088 \series default
16089  ein.
16090  Das blaue Kästchen hat nun eine lila Umrahmung und man kann jetzt mehrere
16091  Zeilen untereinander schreiben.
16092  Mit Eingabe des Zeilenumbruchs (
16093 \family sans
16094 Strg-Enter
16095 \family default
16096 ) wird eine neue Zeile erstellt.
16097  Gibt man
16098 \begin_inset Newline newline
16099 \end_inset
16100
16101
16102 \series bold
16103 0<k<1000 Strg-Enter
16104 \begin_inset Newline newline
16105 \end_inset
16106
16107
16108 \series default
16109 ein, erscheint darunter ein Kästchen für die neue Zeile.
16110 \end_layout
16111
16112 \begin_layout Standard
16113 Die Ausrichtung der Zeilen kann mit der 
16114 \family sans
16115 Tabellen-Werkzeugleiste
16116 \family default
16117  oder dem Menü 
16118 \family sans
16119 Bearbeiten\SpecialChar \menuseparator
16120 Zeilen & Spalten
16121 \family default
16122  auf links geändert werden.
16123  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16124 \series bold
16125
16126 \backslash
16127 hfill
16128 \begin_inset ERT
16129 status collapsed
16130
16131 \begin_layout Plain Layout
16132
16133
16134 \backslash
16135 leer 
16136 \end_layout
16137
16138 \end_inset
16139
16140
16141 \series default
16142  eingegeben.
16143 \end_layout
16144
16145 \begin_layout Standard
16146 Der Befehl 
16147 \series bold
16148
16149 \backslash
16150 substack
16151 \series default
16152  ist äquivalent zu 
16153 \series bold
16154
16155 \backslash
16156 subarray
16157 \series default
16158 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16159 \end_layout
16160
16161 \begin_layout Standard
16162 \begin_inset VSpace bigskip
16163 \end_inset
16164
16165 Wie bei Formel 
16166 \begin_inset CommandInset ref
16167 LatexCommand eqref
16168 reference "eq:substack"
16169
16170 \end_inset
16171
16172  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16173  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16174 \end_layout
16175
16176 \begin_layout Standard
16177 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16178 \end_layout
16179
16180 \begin_layout Standard
16181
16182 \series bold
16183
16184 \backslash
16185 def
16186 \backslash
16187 clap#1{
16188 \backslash
16189 hbox to 0pt{
16190 \backslash
16191 hss #1
16192 \backslash
16193 hss}}
16194 \begin_inset Newline newline
16195 \end_inset
16196
16197
16198 \backslash
16199 def
16200 \backslash
16201 mathclap {
16202 \backslash
16203 mathpalette 
16204 \backslash
16205 mathclapinternal}
16206 \begin_inset Newline newline
16207 \end_inset
16208
16209
16210 \backslash
16211 def
16212 \backslash
16213 mathclapinternal #1#2{
16214 \backslash
16215 clap{$
16216 \backslash
16217 mathsurround =0pt #1{#2}$}}
16218 \end_layout
16219
16220 \begin_layout Standard
16221 Dadurch wird der Befehl 
16222 \series bold
16223
16224 \backslash
16225 mathclap
16226 \series default
16227
16228 \begin_inset Index
16229 status collapsed
16230
16231 \begin_layout Plain Layout
16232 Befehle ! M ! 
16233 \backslash
16234 mathclap
16235 \end_layout
16236
16237 \end_inset
16238
16239  definiert, der die Breite der Grenze auf 0
16240 \begin_inset space \thinspace{}
16241 \end_inset
16242
16243 pt setzt.
16244  Das Befehlsschema lautet
16245 \end_layout
16246
16247 \begin_layout Standard
16248
16249 \series bold
16250
16251 \backslash
16252 mathclap{Grenze}
16253 \end_layout
16254
16255 \begin_layout Standard
16256 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16257 \end_layout
16258
16259 \begin_layout Standard
16260 Auf Formel 
16261 \begin_inset CommandInset ref
16262 LatexCommand eqref
16263 reference "eq:substack"
16264
16265 \end_inset
16266
16267  angewandt, gibt man also den Befehl
16268 \end_layout
16269
16270 \begin_layout Standard
16271
16272 \series bold
16273
16274 \backslash
16275 sum_
16276 \backslash
16277 mathclap{
16278 \backslash
16279 substack
16280 \begin_inset ERT
16281 status collapsed
16282
16283 \begin_layout Plain Layout
16284
16285
16286 \backslash
16287 leer 
16288 \end_layout
16289
16290 \end_inset
16291
16292 0<k<1000 Strg-Enter
16293 \end_layout
16294
16295 \begin_layout Standard
16296 ein, um die untere Grenze zu erstellen.
16297  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16298 \begin_inset Formula \[
16299 \sum_{\mathclap{\substack{0<k<1000\\
16300 \\k\,\in\,\mathbb{N}}
16301 }}^{n}k^{-2}\]
16302
16303 \end_inset
16304
16305
16306 \end_layout
16307
16308 \begin_layout Standard
16309 \begin_inset VSpace bigskip
16310 \end_inset
16311
16312 In 
16313 \begin_inset CommandInset ref
16314 LatexCommand ref
16315 reference "sub:Selbstdefinierte-Operatoren"
16316
16317 \end_inset
16318
16319  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16320 \end_layout
16321
16322 \begin_layout Subsection
16323 Binäre Operatoren
16324 \begin_inset CommandInset label
16325 LatexCommand label
16326 name "sub:Binäre-Operatoren"
16327
16328 \end_inset
16329
16330
16331 \begin_inset Index
16332 status collapsed
16333
16334 \begin_layout Plain Layout
16335 Operatoren ! binäre
16336 \end_layout
16337
16338 \end_inset
16339
16340
16341 \end_layout
16342
16343 \begin_layout Standard
16344 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16345  ein Zeichen befindet.
16346 \begin_inset VSpace medskip
16347 \end_inset
16348
16349
16350 \end_layout
16351
16352 \begin_layout Standard
16353 \begin_inset space \hfill{}
16354 \end_inset
16355
16356
16357 \begin_inset Tabular
16358 <lyxtabular version="3" rows="13" columns="2">
16359 <features>
16360 <column alignment="center" valignment="top" width="0pt">
16361 <column alignment="center" valignment="top" width="0pt">
16362 <row>
16363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Plain Layout
16367 Befehl
16368 \begin_inset Note Note
16369 status collapsed
16370
16371 \begin_layout Plain Layout
16372
16373 \series bold
16374
16375 \backslash
16376 raisebox
16377 \series default
16378  dient nur als Abstandhalter.
16379 \end_layout
16380
16381 \end_inset
16382
16383
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 Ergebnis
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 </row>
16398 <row>
16399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Plain Layout
16403 +
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412 \begin_inset Formula $+$
16413 \end_inset
16414
16415
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 </row>
16421 <row>
16422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Plain Layout
16426 -
16427 \end_layout
16428
16429 \end_inset
16430 </cell>
16431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Plain Layout
16435 \begin_inset Formula $-$
16436 \end_inset
16437
16438
16439 \end_layout
16440
16441 \end_inset
16442 </cell>
16443 </row>
16444 <row>
16445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449
16450 \backslash
16451 pm
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Plain Layout
16460 \begin_inset Formula $\pm$
16461 \end_inset
16462
16463
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 </row>
16469 <row>
16470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474
16475 \backslash
16476 mp
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 \begin_inset Formula $\mp$
16486 \end_inset
16487
16488
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 </row>
16494 <row>
16495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16496 \begin_inset Text
16497
16498 \begin_layout Plain Layout
16499
16500 \backslash
16501 cdot
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16507 \begin_inset Text
16508
16509 \begin_layout Plain Layout
16510 \begin_inset Formula $\cdot$
16511 \end_inset
16512
16513
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 </row>
16519 <row>
16520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524
16525 \backslash
16526 times
16527 \end_layout
16528
16529 \end_inset
16530 </cell>
16531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16532 \begin_inset Text
16533
16534 \begin_layout Plain Layout
16535 \begin_inset Formula $\times$
16536 \end_inset
16537
16538
16539 \end_layout
16540
16541 \end_inset
16542 </cell>
16543 </row>
16544 <row>
16545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16546 \begin_inset Text
16547
16548 \begin_layout Plain Layout
16549
16550 \backslash
16551 div
16552 \end_layout
16553
16554 \end_inset
16555 </cell>
16556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560 \begin_inset Formula $\div$
16561 \end_inset
16562
16563
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 </row>
16569 <row>
16570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574 \begin_inset ERT
16575 status collapsed
16576
16577 \begin_layout Plain Layout
16578
16579
16580 \backslash
16581 raisebox{-1.2mm}{
16582 \end_layout
16583
16584 \end_inset
16585
16586 *
16587 \begin_inset ERT
16588 status collapsed
16589
16590 \begin_layout Plain Layout
16591
16592 }
16593 \end_layout
16594
16595 \end_inset
16596
16597
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606 \begin_inset Formula $*$
16607 \end_inset
16608
16609
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 </row>
16615 <row>
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620
16621 \backslash
16622 star
16623 \end_layout
16624
16625 \end_inset
16626 </cell>
16627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16628 \begin_inset Text
16629
16630 \begin_layout Plain Layout
16631 \begin_inset Formula $\star$
16632 \end_inset
16633
16634
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 </row>
16640 <row>
16641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645
16646 \backslash
16647 circ
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Plain Layout
16656 \begin_inset Formula $\circ$
16657 \end_inset
16658
16659
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 </row>
16665 <row>
16666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670
16671 \backslash
16672 diamond
16673 \end_layout
16674
16675 \end_inset
16676 </cell>
16677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16678 \begin_inset Text
16679
16680 \begin_layout Plain Layout
16681 \begin_inset Formula $\diamond$
16682 \end_inset
16683
16684
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 </row>
16690 <row>
16691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695
16696 \backslash
16697 bullet
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706 \begin_inset Formula $\bullet$
16707 \end_inset
16708
16709
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 </row>
16715 </lyxtabular>
16716
16717 \end_inset
16718
16719
16720 \begin_inset space \hfill{}
16721 \end_inset
16722
16723
16724 \begin_inset Tabular
16725 <lyxtabular version="3" rows="13" columns="2">
16726 <features>
16727 <column alignment="center" valignment="top" width="0pt">
16728 <column alignment="center" valignment="top" width="0pt">
16729 <row>
16730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734 Befehl
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743 Ergebnis
16744 \end_layout
16745
16746 \end_inset
16747 </cell>
16748 </row>
16749 <row>
16750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754
16755 \backslash
16756 nabla
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Plain Layout
16765 \begin_inset Formula $\nabla$
16766 \end_inset
16767
16768
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 </row>
16774 <row>
16775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16776 \begin_inset Text
16777
16778 \begin_layout Plain Layout
16779
16780 \backslash
16781 bigtriangledown
16782 \end_layout
16783
16784 \end_inset
16785 </cell>
16786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16787 \begin_inset Text
16788
16789 \begin_layout Plain Layout
16790 \begin_inset Formula $\bigtriangledown$
16791 \end_inset
16792
16793
16794 \end_layout
16795
16796 \end_inset
16797 </cell>
16798 </row>
16799 <row>
16800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804
16805 \backslash
16806 bigtriangleup
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815 \begin_inset Formula $\bigtriangleup$
16816 \end_inset
16817
16818
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 </row>
16824 <row>
16825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829
16830 \backslash
16831 Box
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840 \begin_inset Formula $\Box$
16841 \end_inset
16842
16843
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 </row>
16849 <row>
16850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16851 \begin_inset Text
16852
16853 \begin_layout Plain Layout
16854
16855 \backslash
16856 cap 
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865 \begin_inset Formula $\cap$
16866 \end_inset
16867
16868
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 </row>
16874 <row>
16875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879
16880 \backslash
16881 cup
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890 \begin_inset Formula $\cup$
16891 \end_inset
16892
16893
16894 \end_layout
16895
16896 \end_inset
16897 </cell>
16898 </row>
16899 <row>
16900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904
16905 \backslash
16906 dagger
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915 \begin_inset Formula $\dagger$
16916 \end_inset
16917
16918
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 </row>
16924 <row>
16925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929
16930 \backslash
16931 ddagger
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940 \begin_inset Formula $\ddagger$
16941 \end_inset
16942
16943
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 </row>
16949 <row>
16950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954
16955 \backslash
16956 wr
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965 \begin_inset Formula $\wr$
16966 \end_inset
16967
16968
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 </row>
16974 <row>
16975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979
16980 \backslash
16981 bigcirc
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990 \begin_inset Formula $\bigcirc$
16991 \end_inset
16992
16993
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 </row>
16999 <row>
17000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004
17005 \backslash
17006 wedge
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015 \begin_inset Formula $\wedge$
17016 \end_inset
17017
17018
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 </row>
17024 <row>
17025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029
17030 \backslash
17031 vee
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040 \begin_inset Formula $\vee$
17041 \end_inset
17042
17043
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 </row>
17049 </lyxtabular>
17050
17051 \end_inset
17052
17053
17054 \begin_inset space \hfill{}
17055 \end_inset
17056
17057
17058 \begin_inset Tabular
17059 <lyxtabular version="3" rows="13" columns="2">
17060 <features>
17061 <column alignment="center" valignment="top" width="0pt">
17062 <column alignment="center" valignment="top" width="0pt">
17063 <row>
17064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Plain Layout
17068 Befehl
17069 \end_layout
17070
17071 \end_inset
17072 </cell>
17073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077 Ergebnis
17078 \end_layout
17079
17080 \end_inset
17081 </cell>
17082 </row>
17083 <row>
17084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088
17089 \backslash
17090 oplus
17091 \end_layout
17092
17093 \end_inset
17094 </cell>
17095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17096 \begin_inset Text
17097
17098 \begin_layout Plain Layout
17099 \begin_inset Formula $\oplus$
17100 \end_inset
17101
17102
17103 \end_layout
17104
17105 \end_inset
17106 </cell>
17107 </row>
17108 <row>
17109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113
17114 \backslash
17115 ominus
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124 \begin_inset Formula $\ominus$
17125 \end_inset
17126
17127
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 </row>
17133 <row>
17134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138
17139 \backslash
17140 otimes
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149 \begin_inset Formula $\otimes$
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 </row>
17158 <row>
17159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163
17164 \backslash
17165 oslash
17166 \end_layout
17167
17168 \end_inset
17169 </cell>
17170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17171 \begin_inset Text
17172
17173 \begin_layout Plain Layout
17174 \begin_inset Formula $\oslash$
17175 \end_inset
17176
17177
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 </row>
17183 <row>
17184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188
17189 \backslash
17190 odot
17191 \end_layout
17192
17193 \end_inset
17194 </cell>
17195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17196 \begin_inset Text
17197
17198 \begin_layout Plain Layout
17199 \begin_inset Formula $\odot$
17200 \end_inset
17201
17202
17203 \end_layout
17204
17205 \end_inset
17206 </cell>
17207 </row>
17208 <row>
17209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17210 \begin_inset Text
17211
17212 \begin_layout Plain Layout
17213
17214 \backslash
17215 amalg
17216 \end_layout
17217
17218 \end_inset
17219 </cell>
17220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224 \begin_inset Formula $\amalg$
17225 \end_inset
17226
17227
17228 \end_layout
17229
17230 \end_inset
17231 </cell>
17232 </row>
17233 <row>
17234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238
17239 \backslash
17240 uplus
17241 \end_layout
17242
17243 \end_inset
17244 </cell>
17245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17246 \begin_inset Text
17247
17248 \begin_layout Plain Layout
17249 \begin_inset Formula $\uplus$
17250 \end_inset
17251
17252
17253 \end_layout
17254
17255 \end_inset
17256 </cell>
17257 </row>
17258 <row>
17259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263
17264 \backslash
17265 setminus
17266 \end_layout
17267
17268 \end_inset
17269 </cell>
17270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17271 \begin_inset Text
17272
17273 \begin_layout Plain Layout
17274 \begin_inset Formula $\setminus$
17275 \end_inset
17276
17277
17278 \end_layout
17279
17280 \end_inset
17281 </cell>
17282 </row>
17283 <row>
17284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288
17289 \backslash
17290 sqcap
17291 \end_layout
17292
17293 \end_inset
17294 </cell>
17295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17296 \begin_inset Text
17297
17298 \begin_layout Plain Layout
17299 \begin_inset Formula $\sqcap$
17300 \end_inset
17301
17302
17303 \end_layout
17304
17305 \end_inset
17306 </cell>
17307 </row>
17308 <row>
17309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17310 \begin_inset Text
17311
17312 \begin_layout Plain Layout
17313
17314 \backslash
17315 sqcup
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17321 \begin_inset Text
17322
17323 \begin_layout Plain Layout
17324 \begin_inset Formula $\sqcup$
17325 \end_inset
17326
17327
17328 \end_layout
17329
17330 \end_inset
17331 </cell>
17332 </row>
17333 <row>
17334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338
17339 \backslash
17340 triangleleft
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349 \begin_inset Formula $\triangleleft$
17350 \end_inset
17351
17352
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 </row>
17358 <row>
17359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363
17364 \backslash
17365 triangleright
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374 \begin_inset Formula $\triangleright$
17375 \end_inset
17376
17377
17378 \end_layout
17379
17380 \end_inset
17381 </cell>
17382 </row>
17383 </lyxtabular>
17384
17385 \end_inset
17386
17387
17388 \begin_inset space \hfill{}
17389 \end_inset
17390
17391
17392 \end_layout
17393
17394 \begin_layout Standard
17395 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17396  
17397 \begin_inset Graphics
17398         filename ../../images/math/pm.png
17399         scale 85
17400
17401 \end_inset
17402
17403  eingefügt werden.
17404 \end_layout
17405
17406 \begin_layout Standard
17407 Um den Laplace-Operator darzustellen, kann man statt 
17408 \series bold
17409
17410 \backslash
17411 bigtriangleup
17412 \series default
17413  auch 
17414 \series bold
17415
17416 \backslash
17417 Delta
17418 \series default
17419  verwenden oder man benutzt 
17420 \series bold
17421
17422 \backslash
17423 nabla
17424 \series default
17425 ^
17426 \series bold
17427 2
17428 \series default
17429  (
17430 \begin_inset Formula $\nabla^{2}$
17431 \end_inset
17432
17433 ).
17434 \end_layout
17435
17436 \begin_layout Standard
17437 Das Zeichen 
17438 \family sans
17439 Menütrenner
17440 \family default
17441  im Menü 
17442 \family sans
17443 Einfügen\SpecialChar \menuseparator
17444 Sonderzeichen
17445 \family default
17446  ist der Operator 
17447 \series bold
17448
17449 \backslash
17450 triangleright
17451 \series default
17452 .
17453 \end_layout
17454
17455 \begin_layout Subsection
17456 Selbst definierte Operatoren
17457 \begin_inset CommandInset label
17458 LatexCommand label
17459 name "sub:Selbstdefinierte-Operatoren"
17460
17461 \end_inset
17462
17463
17464 \begin_inset Index
17465 status collapsed
17466
17467 \begin_layout Plain Layout
17468 Operatoren ! selbstdefinierte
17469 \end_layout
17470
17471 \end_inset
17472
17473
17474 \end_layout
17475
17476 \begin_layout Standard
17477 Mit Hilfe des Befehls 
17478 \series bold
17479
17480 \backslash
17481 DeclareMathOperator
17482 \series default
17483
17484 \begin_inset Index
17485 status collapsed
17486
17487 \begin_layout Plain Layout
17488 Befehle ! D ! 
17489 \backslash
17490 dbinom@
17491 \backslash
17492 DeclareMathOperator
17493 \end_layout
17494
17495 \end_inset
17496
17497  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17498  Das Befehlsschema dazu lautet:
17499 \end_layout
17500
17501 \begin_layout Standard
17502
17503 \series bold
17504
17505 \backslash
17506 DeclareMathOperator{neuer Befehl}{Anzeige}
17507 \end_layout
17508
17509 \begin_layout Standard
17510 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17511  im Ausdruck aussieht.
17512  Will man einen großen Operator definieren, setzt man hinter den Befehl
17513  ein 
17514 \series bold
17515 *
17516 \series default
17517 .
17518  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17519  wie in 
17520 \begin_inset CommandInset ref
17521 LatexCommand ref
17522 reference "sub:Operatorgrenzen"
17523
17524 \end_inset
17525
17526  beschrieben.
17527 \end_layout
17528
17529 \begin_layout Standard
17530 Beispielsweise definiert die LaTeX-Vorspannzeile
17531 \end_layout
17532
17533 \begin_layout Standard
17534
17535 \series bold
17536
17537 \backslash
17538 DeclareMathOperator*{
17539 \backslash
17540 Raute}{
17541 \backslash
17542 blacklozenge}
17543 \end_layout
17544
17545 \begin_layout Standard
17546 den Befehl 
17547 \series bold
17548
17549 \backslash
17550 Raute
17551 \series default
17552 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17553  aus 
17554 \begin_inset CommandInset ref
17555 LatexCommand ref
17556 reference "sub:Sonstige-Symbole"
17557
17558 \end_inset
17559
17560  besteht:
17561 \begin_inset Formula \[
17562 \Raute_{n=1}^{\infty}\]
17563
17564 \end_inset
17565
17566 Der Befehl für diese Formel lautet: 
17567 \series bold
17568
17569 \backslash
17570 Raute
17571 \series default
17572 ^
17573 \series bold
17574
17575 \backslash
17576 infty
17577 \begin_inset Formula $\to$
17578 \end_inset
17579
17580 _n=1
17581 \end_layout
17582
17583 \begin_layout Standard
17584 \begin_inset VSpace bigskip
17585 \end_inset
17586
17587 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17588  auch mit den Befehlen 
17589 \series bold
17590
17591 \backslash
17592 mathop
17593 \series default
17594
17595 \begin_inset Index
17596 status collapsed
17597
17598 \begin_layout Plain Layout
17599 Befehle ! M ! 
17600 \backslash
17601 mathop
17602 \end_layout
17603
17604 \end_inset
17605
17606  und 
17607 \series bold
17608
17609 \backslash
17610 mathbin
17611 \series default
17612
17613 \begin_inset Index
17614 status collapsed
17615
17616 \begin_layout Plain Layout
17617 Befehle ! M ! 
17618 \backslash
17619 mathbin
17620 \end_layout
17621
17622 \end_inset
17623
17624  definieren, die folgendes Schema besitzen:
17625 \end_layout
17626
17627 \begin_layout Standard
17628
17629 \series bold
17630
17631 \backslash
17632 mathop{Anzeige}
17633 \series default
17634  bzw.
17635  
17636 \series bold
17637
17638 \backslash
17639 mathbin{Anzeige}
17640 \end_layout
17641
17642 \begin_layout Standard
17643
17644 \series bold
17645
17646 \backslash
17647 mathop
17648 \series default
17649  definiert große, 
17650 \series bold
17651
17652 \backslash
17653 mathbin
17654 \series default
17655  binäre Operatoren.
17656 \end_layout
17657
17658 \begin_layout Standard
17659
17660 \series bold
17661
17662 \backslash
17663 mathop
17664 \series default
17665  lässt sich z.
17666 \begin_inset space \thinspace{}
17667 \end_inset
17668
17669 B.
17670  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17671 \begin_inset Formula \[
17672 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17673
17674 \end_inset
17675
17676
17677 \end_layout
17678
17679 \begin_layout Standard
17680 Der Befehl für obige Formel lautet:
17681 \begin_inset Newline newline
17682 \end_inset
17683
17684  
17685 \series bold
17686
17687 \backslash
17688 mathop{
17689 \backslash
17690 sum
17691 \backslash
17692 negmedspace
17693 \backslash
17694 sum
17695 \series default
17696
17697 \begin_inset ERT
17698 status collapsed
17699
17700 \begin_layout Plain Layout
17701
17702
17703 \backslash
17704 leer 
17705 \end_layout
17706
17707 \end_inset
17708
17709
17710 \series bold
17711
17712 \begin_inset Formula $\to$
17713 \end_inset
17714
17715 ^N
17716 \series default
17717
17718 \begin_inset ERT
17719 status collapsed
17720
17721 \begin_layout Plain Layout
17722
17723
17724 \backslash
17725 leer 
17726 \end_layout
17727
17728 \end_inset
17729
17730
17731 \series bold
17732 _i,j=1
17733 \end_layout
17734
17735 \begin_layout Section
17736 Schriften
17737 \begin_inset Index
17738 status collapsed
17739
17740 \begin_layout Plain Layout
17741 Schriften
17742 \end_layout
17743
17744 \end_inset
17745
17746
17747 \end_layout
17748
17749 \begin_layout Subsection
17750 Schriftstile
17751 \begin_inset CommandInset label
17752 LatexCommand label
17753 name "sub:Schriftstile"
17754
17755 \end_inset
17756
17757
17758 \begin_inset Index
17759 status collapsed
17760
17761 \begin_layout Plain Layout
17762 Schriften ! Schriftstile
17763 \end_layout
17764
17765 \end_inset
17766
17767
17768 \end_layout
17769
17770 \begin_layout Standard
17771 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17772  gesetzt werden:
17773 \begin_inset VSpace -2mm
17774 \end_inset
17775
17776
17777 \end_layout
17778
17779 \begin_layout Standard
17780 \align center
17781 \begin_inset Tabular
17782 <lyxtabular version="3" rows="6" columns="3">
17783 <features>
17784 <column alignment="center" valignment="top" width="0">
17785 <column alignment="center" valignment="top" width="0">
17786 <column alignment="center" valignment="top" width="0">
17787 <row>
17788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17789 \begin_inset Text
17790
17791 \begin_layout Plain Layout
17792 Befehl
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801 Ergebnis
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17807 \begin_inset Text
17808
17809 \begin_layout Plain Layout
17810 Tastenkürzel
17811 \end_layout
17812
17813 \end_inset
17814 </cell>
17815 </row>
17816 <row>
17817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17818 \begin_inset Text
17819
17820 \begin_layout Plain Layout
17821
17822 \backslash
17823 mathbb
17824 \series bold
17825
17826 \begin_inset ERT
17827 status collapsed
17828
17829 \begin_layout Plain Layout
17830
17831
17832 \backslash
17833 leer 
17834 \end_layout
17835
17836 \end_inset
17837
17838
17839 \series default
17840 ABC
17841 \end_layout
17842
17843 \end_inset
17844 </cell>
17845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17846 \begin_inset Text
17847
17848 \begin_layout Plain Layout
17849 \begin_inset Formula $\mathbb{ABC}$
17850 \end_inset
17851
17852
17853 \end_layout
17854
17855 \end_inset
17856 </cell>
17857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17858 \begin_inset Text
17859
17860 \begin_layout Plain Layout
17861 Alt-z k
17862 \end_layout
17863
17864 \end_inset
17865 </cell>
17866 </row>
17867 <row>
17868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17869 \begin_inset Text
17870
17871 \begin_layout Plain Layout
17872
17873 \backslash
17874 mathbf
17875 \series bold
17876
17877 \begin_inset ERT
17878 status collapsed
17879
17880 \begin_layout Plain Layout
17881
17882
17883 \backslash
17884 leer 
17885 \end_layout
17886
17887 \end_inset
17888
17889
17890 \series default
17891 AbC
17892 \end_layout
17893
17894 \end_inset
17895 </cell>
17896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Plain Layout
17900 \begin_inset Formula $\mathbf{AbC}$
17901 \end_inset
17902
17903
17904 \end_layout
17905
17906 \end_inset
17907 </cell>
17908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17909 \begin_inset Text
17910
17911 \begin_layout Plain Layout
17912 -
17913 \end_layout
17914
17915 \end_inset
17916 </cell>
17917 </row>
17918 <row>
17919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17920 \begin_inset Text
17921
17922 \begin_layout Plain Layout
17923
17924 \backslash
17925 boldsymbol
17926 \series bold
17927
17928 \begin_inset ERT
17929 status collapsed
17930
17931 \begin_layout Plain Layout
17932
17933
17934 \backslash
17935 leer 
17936 \end_layout
17937
17938 \end_inset
17939
17940
17941 \series default
17942 AbC
17943 \end_layout
17944
17945 \end_inset
17946 </cell>
17947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951 \begin_inset Formula $\boldsymbol{AbC}$
17952 \end_inset
17953
17954
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17960 \begin_inset Text
17961
17962 \begin_layout Plain Layout
17963 Alt-z f
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 </row>
17969 <row>
17970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974
17975 \backslash
17976 mathcal
17977 \series bold
17978
17979 \begin_inset ERT
17980 status collapsed
17981
17982 \begin_layout Plain Layout
17983
17984
17985 \backslash
17986 leer 
17987 \end_layout
17988
17989 \end_inset
17990
17991
17992 \series default
17993 ABC
17994 \end_layout
17995
17996 \end_inset
17997 </cell>
17998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002 \begin_inset Formula $\mathcal{ABC}$
18003 \end_inset
18004
18005
18006 \end_layout
18007
18008 \end_inset
18009 </cell>
18010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014 Alt-z h
18015 \end_layout
18016
18017 \end_inset
18018 </cell>
18019 </row>
18020 <row>
18021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18022 \begin_inset Text
18023
18024 \begin_layout Plain Layout
18025
18026 \backslash
18027 mathfrak
18028 \series bold
18029
18030 \begin_inset ERT
18031 status collapsed
18032
18033 \begin_layout Plain Layout
18034
18035
18036 \backslash
18037 leer 
18038 \end_layout
18039
18040 \end_inset
18041
18042
18043 \series default
18044 AbC
18045 \end_layout
18046
18047 \end_inset
18048 </cell>
18049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18050 \begin_inset Text
18051
18052 \begin_layout Plain Layout
18053 \begin_inset Formula $\mathfrak{AbC}$
18054 \end_inset
18055
18056
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065 -
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 </row>
18071 </lyxtabular>
18072
18073 \end_inset
18074
18075
18076 \end_layout
18077
18078 \begin_layout Standard
18079 \align center
18080 \begin_inset Tabular
18081 <lyxtabular version="3" rows="5" columns="3">
18082 <features>
18083 <column alignment="center" valignment="top" width="0">
18084 <column alignment="center" valignment="top" width="0">
18085 <column alignment="center" valignment="top" width="0">
18086 <row>
18087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091 Befehl
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout Plain Layout
18100 Ergebnis
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109 Tastenkürzel
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 </row>
18115 <row>
18116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120
18121 \backslash
18122 mathit
18123 \series bold
18124
18125 \begin_inset ERT
18126 status collapsed
18127
18128 \begin_layout Plain Layout
18129
18130
18131 \backslash
18132 leer 
18133 \end_layout
18134
18135 \end_inset
18136
18137
18138 \series default
18139 AbC
18140 \end_layout
18141
18142 \end_inset
18143 </cell>
18144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148 \begin_inset Formula $\mathit{AbC}$
18149 \end_inset
18150
18151
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18157 \begin_inset Text
18158
18159 \begin_layout Plain Layout
18160 -
18161 \end_layout
18162
18163 \end_inset
18164 </cell>
18165 </row>
18166 <row>
18167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171
18172 \backslash
18173 mathrm
18174 \series bold
18175
18176 \begin_inset ERT
18177 status collapsed
18178
18179 \begin_layout Plain Layout
18180
18181
18182 \backslash
18183 leer 
18184 \end_layout
18185
18186 \end_inset
18187
18188
18189 \series default
18190 AbC
18191 \end_layout
18192
18193 \end_inset
18194 </cell>
18195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18196 \begin_inset Text
18197
18198 \begin_layout Plain Layout
18199 \begin_inset Formula $\mathrm{AbC}$
18200 \end_inset
18201
18202
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18208 \begin_inset Text
18209
18210 \begin_layout Plain Layout
18211 Alt-z r
18212 \end_layout
18213
18214 \end_inset
18215 </cell>
18216 </row>
18217 <row>
18218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Plain Layout
18222
18223 \backslash
18224 mathsf
18225 \series bold
18226
18227 \begin_inset ERT
18228 status collapsed
18229
18230 \begin_layout Plain Layout
18231
18232
18233 \backslash
18234 leer 
18235 \end_layout
18236
18237 \end_inset
18238
18239
18240 \series default
18241 AbC
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 \begin_inset Formula $\mathsf{AbC}$
18251 \end_inset
18252
18253
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18259 \begin_inset Text
18260
18261 \begin_layout Plain Layout
18262 Alt-z s
18263 \end_layout
18264
18265 \end_inset
18266 </cell>
18267 </row>
18268 <row>
18269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273
18274 \backslash
18275 mathtt
18276 \series bold
18277
18278 \begin_inset ERT
18279 status collapsed
18280
18281 \begin_layout Plain Layout
18282
18283
18284 \backslash
18285 leer 
18286 \end_layout
18287
18288 \end_inset
18289
18290
18291 \series default
18292 AbC
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 \begin_inset Formula $\mathtt{AbC}$
18302 \end_inset
18303
18304
18305 \end_layout
18306
18307 \end_inset
18308 </cell>
18309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18310 \begin_inset Text
18311
18312 \begin_layout Plain Layout
18313 Alt-z c
18314 \end_layout
18315
18316 \end_inset
18317 </cell>
18318 </row>
18319 </lyxtabular>
18320
18321 \end_inset
18322
18323
18324 \end_layout
18325
18326 \begin_layout Standard
18327 \begin_inset Note Greyedout
18328 status open
18329
18330 \begin_layout Plain Layout
18331
18332 \series bold
18333 Achtung:
18334 \series default
18335  Die Stile 
18336 \series bold
18337
18338 \backslash
18339 mathbb
18340 \series default
18341  und 
18342 \series bold
18343
18344 \backslash
18345 mathcal
18346 \series default
18347  können nur für Großbuchstaben verwendet werden.
18348 \end_layout
18349
18350 \end_inset
18351
18352
18353 \end_layout
18354
18355 \begin_layout Standard
18356 Voreingestellt ist der Stil 
18357 \series bold
18358
18359 \backslash
18360 mathnormal
18361 \series default
18362 .
18363 \end_layout
18364
18365 \begin_layout Standard
18366 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18367 \begin_inset Formula \[
18368 \mathfrak{A=\frac{b}{C}}\]
18369
18370 \end_inset
18371
18372
18373 \end_layout
18374
18375 \begin_layout Standard
18376 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18377 ile, sondern in dem Textschriftstil 
18378 \series bold
18379
18380 \backslash
18381 textrm
18382 \series default
18383 .
18384  Dass ihr Stil nicht über den Textstil Dialog geändert werden kann ist ein
18385  Fehler in LyX .
18386 \begin_inset Foot
18387 status collapsed
18388
18389 \begin_layout Plain Layout
18390 \begin_inset CommandInset href
18391 LatexCommand href
18392 name "LyX-Fehler #4091"
18393 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18394
18395 \end_inset
18396
18397
18398 \end_layout
18399
18400 \end_inset
18401
18402
18403 \end_layout
18404
18405 \begin_layout Standard
18406 Anstelle der Stilbefehle kann man auch den Dialog 
18407 \family sans
18408 Bearbeiten\SpecialChar \menuseparator
18409 Mathe\SpecialChar \menuseparator
18410 Text-Stil
18411 \family default
18412  oder den Mathe-Werkzeugleistenknopf 
18413 \begin_inset Graphics
18414         filename ../../images/math/font.png
18415         scale 85
18416
18417 \end_inset
18418
18419  verwenden.
18420 \end_layout
18421
18422 \begin_layout Subsection
18423 Fett gedruckte Formeln
18424 \begin_inset CommandInset label
18425 LatexCommand label
18426 name "sub:Fett-gedruckte-Formeln"
18427
18428 \end_inset
18429
18430
18431 \begin_inset Index
18432 status collapsed
18433
18434 \begin_layout Plain Layout
18435 Formel ! fett gedruckte
18436 \end_layout
18437
18438 \end_inset
18439
18440
18441 \end_layout
18442
18443 \begin_layout Standard
18444 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18445  Kapitel angegebenen Befehl 
18446 \series bold
18447
18448 \backslash
18449 mathbf
18450 \series default
18451  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18452  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18453  Formel gut erkennt:
18454 \end_layout
18455
18456 \begin_layout Standard
18457 \begin_inset Formula \[
18458 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}\]
18459
18460 \end_inset
18461
18462
18463 \end_layout
18464
18465 \begin_layout Standard
18466 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18467 \series bold
18468
18469 \backslash
18470 boldsymbol
18471 \series default
18472 :
18473 \begin_inset Formula \[
18474 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}\]
18475
18476 \end_inset
18477
18478 Es gibt auch die Möglichkeit die Formel in eine 
18479 \series bold
18480 boldmath-Umgebung
18481 \series default
18482  zu setzen.
18483  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18484 \series bold
18485
18486 \backslash
18487 boldmath
18488 \begin_inset Index
18489 status collapsed
18490
18491 \begin_layout Plain Layout
18492 Befehle ! B ! 
18493 \backslash
18494 boldmath
18495 \end_layout
18496
18497 \end_inset
18498
18499
18500 \series default
18501  eingibt.
18502  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18503 \series bold
18504
18505 \backslash
18506 unboldmath
18507 \begin_inset Index
18508 status collapsed
18509
18510 \begin_layout Plain Layout
18511 Befehle ! U ! 
18512 \backslash
18513 unboldmath
18514 \end_layout
18515
18516 \end_inset
18517
18518
18519 \series default
18520  ein.
18521 \begin_inset ERT
18522 status collapsed
18523
18524 \begin_layout Plain Layout
18525
18526
18527 \backslash
18528 boldmath 
18529 \end_layout
18530
18531 \end_inset
18532
18533
18534 \begin_inset Formula \[
18535 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}\]
18536
18537 \end_inset
18538
18539
18540 \begin_inset ERT
18541 status collapsed
18542
18543 \begin_layout Plain Layout
18544
18545
18546 \backslash
18547 unboldmath 
18548 \end_layout
18549
18550 \end_inset
18551
18552
18553 \end_layout
18554
18555 \begin_layout Subsection
18556 Schriftgrößen
18557 \begin_inset CommandInset label
18558 LatexCommand label
18559 name "sub:Schriftgrößen"
18560
18561 \end_inset
18562
18563
18564 \begin_inset Index
18565 status collapsed
18566
18567 \begin_layout Plain Layout
18568 Schriften ! Schriftgrößen
18569 \end_layout
18570
18571 \end_inset
18572
18573
18574 \end_layout
18575
18576 \begin_layout Standard
18577 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18578 le:
18579 \end_layout
18580
18581 \begin_layout Standard
18582
18583 \series bold
18584
18585 \backslash
18586 Huge
18587 \series default
18588
18589 \series bold
18590
18591 \backslash
18592 huge
18593 \series default
18594
18595 \series bold
18596
18597 \backslash
18598 LARGE
18599 \series default
18600
18601 \series bold
18602
18603 \backslash
18604 Large
18605 \series default
18606
18607 \series bold
18608
18609 \backslash
18610 large
18611 \series default
18612
18613 \series bold
18614
18615 \backslash
18616 normalsize
18617 \series default
18618
18619 \series bold
18620
18621 \backslash
18622 small
18623 \series default
18624
18625 \series bold
18626
18627 \backslash
18628 footnotesize
18629 \series default
18630 ,
18631 \begin_inset Newline linebreak
18632 \end_inset
18633
18634
18635 \series bold
18636
18637 \backslash
18638 scriptsize
18639 \series default
18640  und 
18641 \series bold
18642
18643 \backslash
18644 tiny
18645 \end_layout
18646
18647 \begin_layout Standard
18648 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
18649  ab, die dem Befehl 
18650 \series bold
18651
18652 \backslash
18653 normalsize
18654 \series default
18655  entspricht.
18656  Die anderen Befehle produzieren kleinere oder größere Schriften als 
18657 \series bold
18658
18659 \backslash
18660 normalsize
18661 \series default
18662 .
18663  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
18664  Beträgt z.
18665 \begin_inset space \thinspace{}
18666 \end_inset
18667
18668 B.
18669  die Dokumentschriftgröße 12
18670 \begin_inset space \thinspace{}
18671 \end_inset
18672
18673 pt, produziert der Befehl 
18674 \series bold
18675
18676 \backslash
18677 Huge
18678 \series default
18679  dasselbe wie 
18680 \series bold
18681
18682 \backslash
18683 huge
18684 \series default
18685 .
18686  
18687 \end_layout
18688
18689 \begin_layout Standard
18690 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18691  Größe aller nachfolgenden Formel- und Textzeichen fest.
18692  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
18693  TeX-Modus den Befehl 
18694 \series bold
18695
18696 \backslash
18697 normalsize
18698 \series default
18699  ein.
18700 \end_layout
18701
18702 \begin_layout Standard
18703 Innerhalb einer Formel kann die Größe nur für Symbole oder Buchstaben im
18704  mathematischen Text geändert werden.
18705  Dazu wird der Größenbefehl im mathematischen Textmodus eingegeben.
18706  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
18707  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
18708  Dazu zwei Beispiele:
18709 \begin_inset VSpace -2mm
18710 \end_inset
18711
18712
18713 \end_layout
18714
18715 \begin_layout Standard
18716 \begin_inset ERT
18717 status collapsed
18718
18719 \begin_layout Plain Layout
18720
18721
18722 \backslash
18723 huge 
18724 \end_layout
18725
18726 \end_inset
18727
18728
18729 \begin_inset Formula \[
18730 A=\frac{B}{c}\cdot\maltese\]
18731
18732 \end_inset
18733
18734
18735 \begin_inset Formula \[
18736 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18737
18738 \end_inset
18739
18740
18741 \begin_inset ERT
18742 status collapsed
18743
18744 \begin_layout Plain Layout
18745
18746
18747 \backslash
18748 normalsize 
18749 \end_layout
18750
18751 \end_inset
18752
18753
18754 \end_layout
18755
18756 \begin_layout Standard
18757 \begin_inset VSpace medskip
18758 \end_inset
18759
18760 Vor beiden Formeln wurde der Befehl 
18761 \series bold
18762
18763 \backslash
18764 huge
18765 \series default
18766  eingegeben.
18767  Der Befehl für die zweite Formel lautet:
18768 \begin_inset Newline newline
18769 \end_inset
18770
18771
18772 \series bold
18773
18774 \backslash
18775 maltese
18776 \begin_inset ERT
18777 status collapsed
18778
18779 \begin_layout Plain Layout
18780
18781
18782 \backslash
18783 leer 
18784 \end_layout
18785
18786 \end_inset
18787
18788 A M-m m 
18789 \backslash
18790 Large
18791 \begin_inset ERT
18792 status collapsed
18793
18794 \begin_layout Plain Layout
18795
18796
18797 \backslash
18798 leer 
18799 \end_layout
18800
18801 \end_inset
18802
18803
18804 \backslash
18805 maltese
18806 \begin_inset ERT
18807 status collapsed
18808
18809 \begin_layout Plain Layout
18810
18811
18812 \backslash
18813 leer 
18814 \end_layout
18815
18816 \end_inset
18817
18818
18819 \backslash
18820 textit
18821 \begin_inset ERT
18822 status collapsed
18823
18824 \begin_layout Plain Layout
18825
18826
18827 \backslash
18828 leer 
18829 \end_layout
18830
18831 \end_inset
18832
18833 A
18834 \begin_inset Formula $\to$
18835 \end_inset
18836
18837
18838 \begin_inset Formula $\to$
18839 \end_inset
18840
18841
18842 \begin_inset Newline newline
18843 \end_inset
18844
18845
18846 \begin_inset space \hspace*{}
18847 \length 1cm
18848 \end_inset
18849
18850 M-m
18851 \series default
18852  
18853 \series bold
18854
18855 \backslash
18856 tiny
18857 \begin_inset ERT
18858 status collapsed
18859
18860 \begin_layout Plain Layout
18861
18862
18863 \backslash
18864 leer 
18865 \end_layout
18866
18867 \end_inset
18868
18869
18870 \backslash
18871 maltese
18872 \begin_inset ERT
18873 status collapsed
18874
18875 \begin_layout Plain Layout
18876
18877
18878 \backslash
18879 leer 
18880 \end_layout
18881
18882 \end_inset
18883
18884
18885 \backslash
18886 textit
18887 \begin_inset ERT
18888 status collapsed
18889
18890 \begin_layout Plain Layout
18891
18892
18893 \backslash
18894 leer 
18895 \end_layout
18896
18897 \end_inset
18898
18899 A
18900 \end_layout
18901
18902 \begin_layout Standard
18903 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
18904  immer in der Standardgröße dargestellt.
18905 \end_layout
18906
18907 \begin_layout Standard
18908 \begin_inset Newpage newpage
18909 \end_inset
18910
18911
18912 \end_layout
18913
18914 \begin_layout Section
18915 Griechische Buchstaben
18916 \begin_inset Index
18917 status collapsed
18918
18919 \begin_layout Plain Layout
18920 griechische Buchstaben
18921 \end_layout
18922
18923 \end_inset
18924
18925
18926 \end_layout
18927
18928 \begin_layout Standard
18929 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
18930  
18931 \begin_inset Graphics
18932         filename ../../images/math/alpha.png
18933         scale 85
18934
18935 \end_inset
18936
18937  eingefügt werden.
18938 \end_layout
18939
18940 \begin_layout Subsection
18941 Kleine Buchstaben
18942 \begin_inset CommandInset label
18943 LatexCommand label
18944 name "sub:Kleine-Buchstaben"
18945
18946 \end_inset
18947
18948
18949 \begin_inset Index
18950 status collapsed
18951
18952 \begin_layout Plain Layout
18953 griechische Buchstaben ! kleine
18954 \end_layout
18955
18956 \end_inset
18957
18958
18959 \end_layout
18960
18961 \begin_layout Standard
18962 \begin_inset space \hfill{}
18963 \end_inset
18964
18965
18966 \begin_inset Tabular
18967 <lyxtabular version="3" rows="11" columns="2">
18968 <features>
18969 <column alignment="center" valignment="top" width="0pt">
18970 <column alignment="center" valignment="top" width="0pt">
18971 <row>
18972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18973 \begin_inset Text
18974
18975 \begin_layout Plain Layout
18976 Befehl
18977 \end_layout
18978
18979 \end_inset
18980 </cell>
18981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18982 \begin_inset Text
18983
18984 \begin_layout Plain Layout
18985 Ergebnis
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 alpha
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 $\alpha$
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 beta
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 $\beta$
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 gamma
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 $\gamma$
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 delta
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 $\delta$
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 epsilon
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 $\epsilon$
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 varepsilon
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 $\varepsilon$
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" leftline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146
19147 \backslash
19148 zeta
19149 \end_layout
19150
19151 \end_inset
19152 </cell>
19153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19154 \begin_inset Text
19155
19156 \begin_layout Plain Layout
19157 \begin_inset Formula $\zeta$
19158 \end_inset
19159
19160
19161 \end_layout
19162
19163 \end_inset
19164 </cell>
19165 </row>
19166 <row>
19167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19168 \begin_inset Text
19169
19170 \begin_layout Plain Layout
19171
19172 \backslash
19173 eta
19174 \end_layout
19175
19176 \end_inset
19177 </cell>
19178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19179 \begin_inset Text
19180
19181 \begin_layout Plain Layout
19182 \begin_inset Formula $\eta$
19183 \end_inset
19184
19185
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 </row>
19191 <row>
19192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19193 \begin_inset Text
19194
19195 \begin_layout Plain Layout
19196
19197 \backslash
19198 theta
19199 \end_layout
19200
19201 \end_inset
19202 </cell>
19203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19204 \begin_inset Text
19205
19206 \begin_layout Plain Layout
19207 \begin_inset Formula $\theta$
19208 \end_inset
19209
19210
19211 \end_layout
19212
19213 \end_inset
19214 </cell>
19215 </row>
19216 <row>
19217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221
19222 \backslash
19223 vartheta
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19229 \begin_inset Text
19230
19231 \begin_layout Plain Layout
19232 \begin_inset Formula $\vartheta$
19233 \end_inset
19234
19235
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 </row>
19241 </lyxtabular>
19242
19243 \end_inset
19244
19245
19246 \begin_inset space \hfill{}
19247 \end_inset
19248
19249
19250 \begin_inset Tabular
19251 <lyxtabular version="3" rows="12" columns="2">
19252 <features>
19253 <column alignment="center" valignment="top" width="0pt">
19254 <column alignment="center" valignment="top" width="0pt">
19255 <row>
19256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260 Befehl
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269 Ergebnis
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 iota
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 $\iota$
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 kappa
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 $\kappa$
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 varkappa
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 $\varkappa$
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 lambda
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 $\lambda$
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
19381 \backslash
19382 mu
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391 \begin_inset Formula $\mu$
19392 \end_inset
19393
19394
19395 \end_layout
19396
19397 \end_inset
19398 </cell>
19399 </row>
19400 <row>
19401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405
19406 \backslash
19407 nu
19408 \end_layout
19409
19410 \end_inset
19411 </cell>
19412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19413 \begin_inset Text
19414
19415 \begin_layout Plain Layout
19416 \begin_inset Formula $\nu$
19417 \end_inset
19418
19419
19420 \end_layout
19421
19422 \end_inset
19423 </cell>
19424 </row>
19425 <row>
19426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430
19431 \backslash
19432 xi
19433 \end_layout
19434
19435 \end_inset
19436 </cell>
19437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19438 \begin_inset Text
19439
19440 \begin_layout Plain Layout
19441 \begin_inset Formula $\xi$
19442 \end_inset
19443
19444
19445 \end_layout
19446
19447 \end_inset
19448 </cell>
19449 </row>
19450 <row>
19451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19452 \begin_inset Text
19453
19454 \begin_layout Plain Layout
19455 o
19456 \end_layout
19457
19458 \end_inset
19459 </cell>
19460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19461 \begin_inset Text
19462
19463 \begin_layout Plain Layout
19464 \begin_inset Formula $o$
19465 \end_inset
19466
19467
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 </row>
19473 <row>
19474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478
19479 \backslash
19480 pi
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19486 \begin_inset Text
19487
19488 \begin_layout Plain Layout
19489 \begin_inset Formula $\pi$
19490 \end_inset
19491
19492
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 </row>
19498 <row>
19499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19500 \begin_inset Text
19501
19502 \begin_layout Plain Layout
19503
19504 \backslash
19505 varpi
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19511 \begin_inset Text
19512
19513 \begin_layout Plain Layout
19514 \begin_inset Formula $\varpi$
19515 \end_inset
19516
19517
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 </row>
19523 <row>
19524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528
19529 \backslash
19530 rho
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539 \begin_inset Formula $\rho$
19540 \end_inset
19541
19542
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 </row>
19548 </lyxtabular>
19549
19550 \end_inset
19551
19552
19553 \begin_inset space \hfill{}
19554 \end_inset
19555
19556
19557 \begin_inset Tabular
19558 <lyxtabular version="3" rows="11" columns="2">
19559 <features>
19560 <column alignment="center" valignment="top" width="0pt">
19561 <column alignment="center" valignment="top" width="0pt">
19562 <row>
19563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Plain Layout
19567 Befehl
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576 Ergebnis
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 varrho
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 $\varrho$
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 sigma
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 $\sigma$
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 varsigma
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 $\varsigma$
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 tau
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 $\tau$
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 upsilon
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 $\upsilon$
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 phi
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 $\phi$
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" leftline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737
19738 \backslash
19739 varphi
19740 \end_layout
19741
19742 \end_inset
19743 </cell>
19744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19745 \begin_inset Text
19746
19747 \begin_layout Plain Layout
19748 \begin_inset Formula $\varphi$
19749 \end_inset
19750
19751
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 </row>
19757 <row>
19758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19759 \begin_inset Text
19760
19761 \begin_layout Plain Layout
19762
19763 \backslash
19764 chi
19765 \end_layout
19766
19767 \end_inset
19768 </cell>
19769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19770 \begin_inset Text
19771
19772 \begin_layout Plain Layout
19773 \begin_inset Formula $\chi$
19774 \end_inset
19775
19776
19777 \end_layout
19778
19779 \end_inset
19780 </cell>
19781 </row>
19782 <row>
19783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Plain Layout
19787
19788 \backslash
19789 psi
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19795 \begin_inset Text
19796
19797 \begin_layout Plain Layout
19798 \begin_inset Formula $\psi$
19799 \end_inset
19800
19801
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 </row>
19807 <row>
19808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812
19813 \backslash
19814 omega
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19820 \begin_inset Text
19821
19822 \begin_layout Plain Layout
19823 \begin_inset Formula $\omega$
19824 \end_inset
19825
19826
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 </row>
19832 </lyxtabular>
19833
19834 \end_inset
19835
19836
19837 \begin_inset space \hfill{}
19838 \end_inset
19839
19840
19841 \end_layout
19842
19843 \begin_layout Standard
19844 \begin_inset VSpace medskip
19845 \end_inset
19846
19847 Wie man aufrechte griechische Buchstaben erstellt, ist in 
19848 \begin_inset CommandInset ref
19849 LatexCommand ref
19850 reference "sub:Aufrechte-kleine-griechische"
19851
19852 \end_inset
19853
19854  beschrieben.
19855 \end_layout
19856
19857 \begin_layout Subsection
19858 Große Buchstaben
19859 \begin_inset Index
19860 status collapsed
19861
19862 \begin_layout Plain Layout
19863 griechische Buchstaben ! große
19864 \end_layout
19865
19866 \end_inset
19867
19868
19869 \end_layout
19870
19871 \begin_layout Standard
19872 \begin_inset space \hfill{}
19873 \end_inset
19874
19875
19876 \begin_inset Tabular
19877 <lyxtabular version="3" rows="7" columns="2">
19878 <features>
19879 <column alignment="center" valignment="top" width="0pt">
19880 <column alignment="center" valignment="top" width="0pt">
19881 <row>
19882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19883 \begin_inset Text
19884
19885 \begin_layout Plain Layout
19886 Befehl
19887 \end_layout
19888
19889 \end_inset
19890 </cell>
19891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895 Ergebnis
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 Gamma
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 $\Gamma$
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 Delta
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 $\Delta$
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" leftline="true" usebox="none">
19953 \begin_inset Text
19954
19955 \begin_layout Plain Layout
19956
19957 \backslash
19958 Theta
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967 \begin_inset Formula $\Theta$
19968 \end_inset
19969
19970
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 </row>
19976 <row>
19977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19978 \begin_inset Text
19979
19980 \begin_layout Plain Layout
19981
19982 \backslash
19983 Lambda
19984 \end_layout
19985
19986 \end_inset
19987 </cell>
19988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19989 \begin_inset Text
19990
19991 \begin_layout Plain Layout
19992 \begin_inset Formula $\Lambda$
19993 \end_inset
19994
19995
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 </row>
20001 <row>
20002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20003 \begin_inset Text
20004
20005 \begin_layout Plain Layout
20006
20007 \backslash
20008 Xi
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017 \begin_inset Formula $\Xi$
20018 \end_inset
20019
20020
20021 \end_layout
20022
20023 \end_inset
20024 </cell>
20025 </row>
20026 <row>
20027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031
20032 \backslash
20033 Pi
20034 \end_layout
20035
20036 \end_inset
20037 </cell>
20038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042 \begin_inset Formula $\Pi$
20043 \end_inset
20044
20045
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 </row>
20051 </lyxtabular>
20052
20053 \end_inset
20054
20055
20056 \begin_inset space \hfill{}
20057 \end_inset
20058
20059
20060 \begin_inset Tabular
20061 <lyxtabular version="3" rows="6" columns="2">
20062 <features>
20063 <column alignment="center" valignment="top" width="0pt">
20064 <column alignment="center" valignment="top" width="0pt">
20065 <row>
20066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20067 \begin_inset Text
20068
20069 \begin_layout Plain Layout
20070 Befehl
20071 \end_layout
20072
20073 \end_inset
20074 </cell>
20075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079 Ergebnis
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 Sigma
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 $\Sigma$
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" leftline="true" usebox="none">
20112 \begin_inset Text
20113
20114 \begin_layout Plain Layout
20115
20116 \backslash
20117 Upsilon
20118 \end_layout
20119
20120 \end_inset
20121 </cell>
20122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20123 \begin_inset Text
20124
20125 \begin_layout Plain Layout
20126 \begin_inset Formula $\Upsilon$
20127 \end_inset
20128
20129
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 </row>
20135 <row>
20136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20137 \begin_inset Text
20138
20139 \begin_layout Plain Layout
20140
20141 \backslash
20142 Phi
20143 \end_layout
20144
20145 \end_inset
20146 </cell>
20147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20148 \begin_inset Text
20149
20150 \begin_layout Plain Layout
20151 \begin_inset Formula $\Phi$
20152 \end_inset
20153
20154
20155 \end_layout
20156
20157 \end_inset
20158 </cell>
20159 </row>
20160 <row>
20161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20162 \begin_inset Text
20163
20164 \begin_layout Plain Layout
20165
20166 \backslash
20167 Psi
20168 \end_layout
20169
20170 \end_inset
20171 </cell>
20172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20173 \begin_inset Text
20174
20175 \begin_layout Plain Layout
20176 \begin_inset Formula $\Psi$
20177 \end_inset
20178
20179
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 </row>
20185 <row>
20186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20187 \begin_inset Text
20188
20189 \begin_layout Plain Layout
20190
20191 \backslash
20192 Omega
20193 \end_layout
20194
20195 \end_inset
20196 </cell>
20197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20198 \begin_inset Text
20199
20200 \begin_layout Plain Layout
20201 \begin_inset Formula $\Omega$
20202 \end_inset
20203
20204
20205 \end_layout
20206
20207 \end_inset
20208 </cell>
20209 </row>
20210 </lyxtabular>
20211
20212 \end_inset
20213
20214
20215 \begin_inset space \hfill{}
20216 \end_inset
20217
20218
20219 \end_layout
20220
20221 \begin_layout Standard
20222 \begin_inset VSpace medskip
20223 \end_inset
20224
20225 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20226  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20227  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20228  mit 
20229 \series bold
20230 var
20231 \series default
20232 .
20233  So ergibt z.
20234 \begin_inset space \thinspace{}
20235 \end_inset
20236
20237 B.
20238  der Befehl 
20239 \series bold
20240
20241 \backslash
20242 varGamma
20243 \series default
20244
20245 \begin_inset Formula $\varGamma$
20246 \end_inset
20247
20248
20249 \end_layout
20250
20251 \begin_layout Subsection
20252 Fett gedruckte Buchstaben
20253 \begin_inset Index
20254 status collapsed
20255
20256 \begin_layout Plain Layout
20257 griechische Buchstaben ! fett gedruckte
20258 \end_layout
20259
20260 \end_inset
20261
20262
20263 \end_layout
20264
20265 \begin_layout Standard
20266 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20267  Schriftstilen darstellen.
20268  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20269 \series bold
20270
20271 \backslash
20272 boldsymbol
20273 \series default
20274
20275 \begin_inset Index
20276 status collapsed
20277
20278 \begin_layout Plain Layout
20279 Befehle ! B ! 
20280 \backslash
20281 boldsymbol
20282 \end_layout
20283
20284 \end_inset
20285
20286  fett gedruckt auszugeben.
20287 \end_layout
20288
20289 \begin_layout Standard
20290 \align center
20291 \begin_inset Tabular
20292 <lyxtabular version="3" rows="3" columns="2">
20293 <features>
20294 <column alignment="center" valignment="top" width="0">
20295 <column alignment="center" valignment="top" width="0">
20296 <row>
20297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20298 \begin_inset Text
20299
20300 \begin_layout Plain Layout
20301 Befehl
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310 Ergebnis
20311 \end_layout
20312
20313 \end_inset
20314 </cell>
20315 </row>
20316 <row>
20317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321
20322 \backslash
20323 Upsilon
20324 \backslash
20325 boldsymbol
20326 \backslash
20327 Upsilon
20328 \end_layout
20329
20330 \end_inset
20331 </cell>
20332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20333 \begin_inset Text
20334
20335 \begin_layout Plain Layout
20336 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20337 \end_inset
20338
20339
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 </row>
20345 <row>
20346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20347 \begin_inset Text
20348
20349 \begin_layout Plain Layout
20350
20351 \backslash
20352 theta
20353 \backslash
20354 boldsymbol
20355 \backslash
20356 theta
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20362 \begin_inset Text
20363
20364 \begin_layout Plain Layout
20365 \begin_inset Formula $\theta\boldsymbol{\theta}$
20366 \end_inset
20367
20368
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 </row>
20374 </lyxtabular>
20375
20376 \end_inset
20377
20378
20379 \end_layout
20380
20381 \begin_layout Section
20382 Symbole
20383 \begin_inset ERT
20384 status collapsed
20385
20386 \begin_layout Plain Layout
20387
20388
20389 \backslash
20390 texorpdfstring{
20391 \end_layout
20392
20393 \end_inset
20394
20395
20396 \begin_inset Foot
20397 status collapsed
20398
20399 \begin_layout Plain Layout
20400 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20401  
20402 \begin_inset CommandInset citation
20403 LatexCommand cite
20404 key "Symbole"
20405
20406 \end_inset
20407
20408 .
20409 \end_layout
20410
20411 \end_inset
20412
20413
20414 \begin_inset ERT
20415 status collapsed
20416
20417 \begin_layout Plain Layout
20418
20419 }{}
20420 \end_layout
20421
20422 \end_inset
20423
20424
20425 \begin_inset Note Note
20426 status collapsed
20427
20428 \begin_layout Plain Layout
20429
20430 \series bold
20431
20432 \backslash
20433 texorpdfstring
20434 \series default
20435  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20436 \end_layout
20437
20438 \begin_layout Plain Layout
20439 Näheres zu 
20440 \series bold
20441
20442 \backslash
20443 texorpdfstring
20444 \series default
20445  steht in Kapitel 
20446 \begin_inset CommandInset ref
20447 LatexCommand ref
20448 reference "sub:Formeln-in-Überschriften"
20449
20450 \end_inset
20451
20452 .
20453 \end_layout
20454
20455 \end_inset
20456
20457
20458 \begin_inset Index
20459 status collapsed
20460
20461 \begin_layout Plain Layout
20462 Symbole
20463 \end_layout
20464
20465 \end_inset
20466
20467
20468 \end_layout
20469
20470 \begin_layout Standard
20471 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
20472
20473 leistenknöpfe 
20474 \begin_inset Graphics
20475         filename ../../images/math/nabla.png
20476         scale 85
20477
20478 \end_inset
20479
20480  und 
20481 \begin_inset Graphics
20482         filename ../../images/math/digamma.png
20483         scale 85
20484
20485 \end_inset
20486
20487  eingefügt werden.
20488 \end_layout
20489
20490 \begin_layout Subsection
20491 Mathematische Symbole
20492 \begin_inset CommandInset label
20493 LatexCommand label
20494 name "sub:Mathematische-Symbole"
20495
20496 \end_inset
20497
20498
20499 \begin_inset Index
20500 status collapsed
20501
20502 \begin_layout Plain Layout
20503 Symbole ! mathematische
20504 \end_layout
20505
20506 \end_inset
20507
20508
20509 \end_layout
20510
20511 \begin_layout Standard
20512 \begin_inset space \hfill{}
20513 \end_inset
20514
20515
20516 \begin_inset Tabular
20517 <lyxtabular version="3" rows="10" columns="2">
20518 <features>
20519 <column alignment="center" valignment="top" width="0pt">
20520 <column alignment="center" valignment="top" width="0pt">
20521 <row>
20522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20523 \begin_inset Text
20524
20525 \begin_layout Plain Layout
20526 Befehl
20527 \end_layout
20528
20529 \end_inset
20530 </cell>
20531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535 Ergebnis
20536 \end_layout
20537
20538 \end_inset
20539 </cell>
20540 </row>
20541 <row>
20542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546
20547 \backslash
20548 neg
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20554 \begin_inset Text
20555
20556 \begin_layout Plain Layout
20557 \begin_inset Formula $\neg$
20558 \end_inset
20559
20560
20561 \end_layout
20562
20563 \end_inset
20564 </cell>
20565 </row>
20566 <row>
20567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20568 \begin_inset Text
20569
20570 \begin_layout Plain Layout
20571
20572 \backslash
20573 Im
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582 \begin_inset Formula $\Im$
20583 \end_inset
20584
20585
20586 \end_layout
20587
20588 \end_inset
20589 </cell>
20590 </row>
20591 <row>
20592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20593 \begin_inset Text
20594
20595 \begin_layout Plain Layout
20596
20597 \backslash
20598 Re
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20604 \begin_inset Text
20605
20606 \begin_layout Plain Layout
20607 \begin_inset Formula $\Re$
20608 \end_inset
20609
20610
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 </row>
20616 <row>
20617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20618 \begin_inset Text
20619
20620 \begin_layout Plain Layout
20621
20622 \backslash
20623 aleph
20624 \end_layout
20625
20626 \end_inset
20627 </cell>
20628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20629 \begin_inset Text
20630
20631 \begin_layout Plain Layout
20632 \begin_inset Formula $\aleph$
20633 \end_inset
20634
20635
20636 \end_layout
20637
20638 \end_inset
20639 </cell>
20640 </row>
20641 <row>
20642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646
20647 \backslash
20648 partial
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657 \begin_inset Formula $\partial$
20658 \end_inset
20659
20660
20661 \end_layout
20662
20663 \end_inset
20664 </cell>
20665 </row>
20666 <row>
20667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20668 \begin_inset Text
20669
20670 \begin_layout Plain Layout
20671
20672 \backslash
20673 infty
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20679 \begin_inset Text
20680
20681 \begin_layout Plain Layout
20682 \begin_inset Formula $\infty$
20683 \end_inset
20684
20685
20686 \end_layout
20687
20688 \end_inset
20689 </cell>
20690 </row>
20691 <row>
20692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696
20697 \backslash
20698 wp
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20704 \begin_inset Text
20705
20706 \begin_layout Plain Layout
20707 \begin_inset Formula $\wp$
20708 \end_inset
20709
20710
20711 \end_layout
20712
20713 \end_inset
20714 </cell>
20715 </row>
20716 <row>
20717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20718 \begin_inset Text
20719
20720 \begin_layout Plain Layout
20721
20722 \backslash
20723 imath
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732 \begin_inset Formula $\imath$
20733 \end_inset
20734
20735
20736 \end_layout
20737
20738 \end_inset
20739 </cell>
20740 </row>
20741 <row>
20742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20743 \begin_inset Text
20744
20745 \begin_layout Plain Layout
20746
20747 \backslash
20748 jmath
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757 \begin_inset Formula $\jmath$
20758 \end_inset
20759
20760
20761 \end_layout
20762
20763 \end_inset
20764 </cell>
20765 </row>
20766 </lyxtabular>
20767
20768 \end_inset
20769
20770
20771 \begin_inset space \hfill{}
20772 \end_inset
20773
20774
20775 \begin_inset Tabular
20776 <lyxtabular version="3" rows="10" columns="2">
20777 <features>
20778 <column alignment="center" valignment="top" width="0pt">
20779 <column alignment="center" valignment="top" width="0pt">
20780 <row>
20781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20782 \begin_inset Text
20783
20784 \begin_layout Plain Layout
20785 Befehl
20786 \end_layout
20787
20788 \end_inset
20789 </cell>
20790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20791 \begin_inset Text
20792
20793 \begin_layout Plain Layout
20794 Ergebnis
20795 \begin_inset Note Note
20796 status collapsed
20797
20798 \begin_layout Plain Layout
20799
20800 \series bold
20801
20802 \backslash
20803 raisebox
20804 \series default
20805  dient nur als Abstandhalter.
20806 \end_layout
20807
20808 \end_inset
20809
20810
20811 \end_layout
20812
20813 \end_inset
20814 </cell>
20815 </row>
20816 <row>
20817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821
20822 \backslash
20823 forall
20824 \end_layout
20825
20826 \end_inset
20827 </cell>
20828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832 \begin_inset Formula $\forall$
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 </row>
20841 <row>
20842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846
20847 \backslash
20848 exists
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20854 \begin_inset Text
20855
20856 \begin_layout Plain Layout
20857 \begin_inset Formula $\exists$
20858 \end_inset
20859
20860
20861 \end_layout
20862
20863 \end_inset
20864 </cell>
20865 </row>
20866 <row>
20867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20868 \begin_inset Text
20869
20870 \begin_layout Plain Layout
20871
20872 \backslash
20873 nexists
20874 \end_layout
20875
20876 \end_inset
20877 </cell>
20878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20879 \begin_inset Text
20880
20881 \begin_layout Plain Layout
20882 \begin_inset Formula $\nexists$
20883 \end_inset
20884
20885
20886 \end_layout
20887
20888 \end_inset
20889 </cell>
20890 </row>
20891 <row>
20892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20893 \begin_inset Text
20894
20895 \begin_layout Plain Layout
20896
20897 \backslash
20898 emptyset
20899 \end_layout
20900
20901 \end_inset
20902 </cell>
20903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20904 \begin_inset Text
20905
20906 \begin_layout Plain Layout
20907 \begin_inset Formula $\emptyset$
20908 \end_inset
20909
20910
20911 \end_layout
20912
20913 \end_inset
20914 </cell>
20915 </row>
20916 <row>
20917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921
20922 \backslash
20923 varnothing
20924 \end_layout
20925
20926 \end_inset
20927 </cell>
20928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932 \begin_inset Formula $\varnothing$
20933 \end_inset
20934
20935
20936 \end_layout
20937
20938 \end_inset
20939 </cell>
20940 </row>
20941 <row>
20942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946
20947 \backslash
20948 dag
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957 \begin_inset Formula $\dag$
20958 \end_inset
20959
20960
20961 \end_layout
20962
20963 \end_inset
20964 </cell>
20965 </row>
20966 <row>
20967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971
20972 \backslash
20973 ddag
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982 \begin_inset Formula $\ddag$
20983 \end_inset
20984
20985
20986 \end_layout
20987
20988 \end_inset
20989 </cell>
20990 </row>
20991 <row>
20992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996
20997 \backslash
20998 complement
20999 \end_layout
21000
21001 \end_inset
21002 </cell>
21003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007 \begin_inset ERT
21008 status collapsed
21009
21010 \begin_layout Plain Layout
21011
21012
21013 \backslash
21014 raisebox{-0.8mm}{
21015 \end_layout
21016
21017 \end_inset
21018
21019
21020 \begin_inset Formula $\complement$
21021 \end_inset
21022
21023
21024 \begin_inset ERT
21025 status collapsed
21026
21027 \begin_layout Plain Layout
21028
21029 }
21030 \end_layout
21031
21032 \end_inset
21033
21034
21035 \end_layout
21036
21037 \end_inset
21038 </cell>
21039 </row>
21040 <row>
21041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045
21046 \backslash
21047 Bbbk
21048 \end_layout
21049
21050 \end_inset
21051 </cell>
21052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056 \begin_inset Formula $\Bbbk$
21057 \end_inset
21058
21059
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 </row>
21065 </lyxtabular>
21066
21067 \end_inset
21068
21069
21070 \begin_inset space \hfill{}
21071 \end_inset
21072
21073
21074 \begin_inset Tabular
21075 <lyxtabular version="3" rows="10" columns="2">
21076 <features>
21077 <column alignment="center" valignment="top" width="0pt">
21078 <column alignment="center" valignment="top" width="0pt">
21079 <row>
21080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084 Befehl
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093 Ergebnis
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 </row>
21099 <row>
21100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21101 \begin_inset Text
21102
21103 \begin_layout Plain Layout
21104
21105 \backslash
21106 prime
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21112 \begin_inset Text
21113
21114 \begin_layout Plain Layout
21115 \begin_inset Formula $\prime$
21116 \end_inset
21117
21118
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 </row>
21124 <row>
21125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Plain Layout
21129
21130 \backslash
21131 backprime
21132 \end_layout
21133
21134 \end_inset
21135 </cell>
21136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140 \begin_inset Formula $\backprime$
21141 \end_inset
21142
21143
21144 \end_layout
21145
21146 \end_inset
21147 </cell>
21148 </row>
21149 <row>
21150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21151 \begin_inset Text
21152
21153 \begin_layout Plain Layout
21154
21155 \backslash
21156 mho
21157 \end_layout
21158
21159 \end_inset
21160 </cell>
21161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21162 \begin_inset Text
21163
21164 \begin_layout Plain Layout
21165 \begin_inset Formula $\mho$
21166 \end_inset
21167
21168
21169 \end_layout
21170
21171 \end_inset
21172 </cell>
21173 </row>
21174 <row>
21175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21176 \begin_inset Text
21177
21178 \begin_layout Plain Layout
21179
21180 \backslash
21181 triangle
21182 \end_layout
21183
21184 \end_inset
21185 </cell>
21186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21187 \begin_inset Text
21188
21189 \begin_layout Plain Layout
21190 \begin_inset Formula $\triangle$
21191 \end_inset
21192
21193
21194 \end_layout
21195
21196 \end_inset
21197 </cell>
21198 </row>
21199 <row>
21200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204
21205 \backslash
21206 angle
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21212 \begin_inset Text
21213
21214 \begin_layout Plain Layout
21215 \begin_inset Formula $\angle$
21216 \end_inset
21217
21218
21219 \end_layout
21220
21221 \end_inset
21222 </cell>
21223 </row>
21224 <row>
21225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21226 \begin_inset Text
21227
21228 \begin_layout Plain Layout
21229
21230 \backslash
21231 measuredangle
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21237 \begin_inset Text
21238
21239 \begin_layout Plain Layout
21240 \begin_inset Formula $\measuredangle$
21241 \end_inset
21242
21243
21244 \end_layout
21245
21246 \end_inset
21247 </cell>
21248 </row>
21249 <row>
21250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254
21255 \backslash
21256 sphericalangle
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21262 \begin_inset Text
21263
21264 \begin_layout Plain Layout
21265 \begin_inset Formula $\sphericalangle$
21266 \end_inset
21267
21268
21269 \end_layout
21270
21271 \end_inset
21272 </cell>
21273 </row>
21274 <row>
21275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21276 \begin_inset Text
21277
21278 \begin_layout Plain Layout
21279
21280 \backslash
21281 top
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21287 \begin_inset Text
21288
21289 \begin_layout Plain Layout
21290 \begin_inset Formula $\top$
21291 \end_inset
21292
21293
21294 \end_layout
21295
21296 \end_inset
21297 </cell>
21298 </row>
21299 <row>
21300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21301 \begin_inset Text
21302
21303 \begin_layout Plain Layout
21304
21305 \backslash
21306 bot
21307 \end_layout
21308
21309 \end_inset
21310 </cell>
21311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21312 \begin_inset Text
21313
21314 \begin_layout Plain Layout
21315 \begin_inset Formula $\bot$
21316 \end_inset
21317
21318
21319 \end_layout
21320
21321 \end_inset
21322 </cell>
21323 </row>
21324 </lyxtabular>
21325
21326 \end_inset
21327
21328
21329 \begin_inset space \hfill{}
21330 \end_inset
21331
21332
21333 \end_layout
21334
21335 \begin_layout Subsection
21336 Sonstige Symbole
21337 \begin_inset CommandInset label
21338 LatexCommand label
21339 name "sub:Sonstige-Symbole"
21340
21341 \end_inset
21342
21343
21344 \begin_inset Index
21345 status collapsed
21346
21347 \begin_layout Plain Layout
21348 Symbole ! sonstige
21349 \end_layout
21350
21351 \end_inset
21352
21353
21354 \end_layout
21355
21356 \begin_layout Standard
21357 \noindent
21358 \align center
21359 \begin_inset Tabular
21360 <lyxtabular version="3" rows="10" columns="2">
21361 <features>
21362 <column alignment="center" valignment="top" width="0pt">
21363 <column alignment="center" valignment="top" width="0pt">
21364 <row>
21365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21366 \begin_inset Text
21367
21368 \begin_layout Plain Layout
21369 Befehl
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378 Ergebnis
21379 \end_layout
21380
21381 \end_inset
21382 </cell>
21383 </row>
21384 <row>
21385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21386 \begin_inset Text
21387
21388 \begin_layout Plain Layout
21389
21390 \backslash
21391 flat
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400 \begin_inset Formula $\flat$
21401 \end_inset
21402
21403
21404 \end_layout
21405
21406 \end_inset
21407 </cell>
21408 </row>
21409 <row>
21410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Plain Layout
21414
21415 \backslash
21416 natural
21417 \end_layout
21418
21419 \end_inset
21420 </cell>
21421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425 \begin_inset Formula $\natural$
21426 \end_inset
21427
21428
21429 \end_layout
21430
21431 \end_inset
21432 </cell>
21433 </row>
21434 <row>
21435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439
21440 \backslash
21441 sharp
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21447 \begin_inset Text
21448
21449 \begin_layout Plain Layout
21450 \begin_inset Formula $\sharp$
21451 \end_inset
21452
21453
21454 \end_layout
21455
21456 \end_inset
21457 </cell>
21458 </row>
21459 <row>
21460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21461 \begin_inset Text
21462
21463 \begin_layout Plain Layout
21464
21465 \backslash
21466 surd
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21472 \begin_inset Text
21473
21474 \begin_layout Plain Layout
21475 \begin_inset Formula $\surd$
21476 \end_inset
21477
21478
21479 \end_layout
21480
21481 \end_inset
21482 </cell>
21483 </row>
21484 <row>
21485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489
21490 \backslash
21491 checkmark
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Plain Layout
21500 \begin_inset Formula $\checkmark$
21501 \end_inset
21502
21503
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 </row>
21509 <row>
21510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21511 \begin_inset Text
21512
21513 \begin_layout Plain Layout
21514
21515 \backslash
21516 yen
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525 \begin_inset Formula $\yen$
21526 \end_inset
21527
21528
21529 \end_layout
21530
21531 \end_inset
21532 </cell>
21533 </row>
21534 <row>
21535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21536 \begin_inset Text
21537
21538 \begin_layout Plain Layout
21539
21540 \backslash
21541 pounds
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550 \begin_inset Formula $\pounds$
21551 \end_inset
21552
21553
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 </row>
21559 <row>
21560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21561 \begin_inset Text
21562
21563 \begin_layout Plain Layout
21564 $
21565 \end_layout
21566
21567 \end_inset
21568 </cell>
21569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21570 \begin_inset Text
21571
21572 \begin_layout Plain Layout
21573 \begin_inset Formula $\$$
21574 \end_inset
21575
21576
21577 \end_layout
21578
21579 \end_inset
21580 </cell>
21581 </row>
21582 <row>
21583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21584 \begin_inset Text
21585
21586 \begin_layout Plain Layout
21587 §
21588 \end_layout
21589
21590 \end_inset
21591 </cell>
21592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596 \begin_inset Formula $§$
21597 \end_inset
21598
21599
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 </row>
21605 </lyxtabular>
21606
21607 \end_inset
21608
21609
21610 \begin_inset Tabular
21611 <lyxtabular version="3" rows="10" columns="2">
21612 <features>
21613 <column alignment="center" valignment="top" width="0">
21614 <column alignment="center" valignment="top" width="0">
21615 <row>
21616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21617 \begin_inset Text
21618
21619 \begin_layout Plain Layout
21620 Befehl
21621 \end_layout
21622
21623 \end_inset
21624 </cell>
21625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21626 \begin_inset Text
21627
21628 \begin_layout Plain Layout
21629 Ergebnis
21630 \end_layout
21631
21632 \end_inset
21633 </cell>
21634 </row>
21635 <row>
21636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21637 \begin_inset Text
21638
21639 \begin_layout Plain Layout
21640
21641 \backslash
21642 hbar
21643 \end_layout
21644
21645 \end_inset
21646 </cell>
21647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21648 \begin_inset Text
21649
21650 \begin_layout Plain Layout
21651 \begin_inset Formula $\hbar$
21652 \end_inset
21653
21654
21655 \end_layout
21656
21657 \end_inset
21658 </cell>
21659 </row>
21660 <row>
21661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665
21666 \backslash
21667 hslash
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676 \begin_inset Formula $\hslash$
21677 \end_inset
21678
21679
21680 \end_layout
21681
21682 \end_inset
21683 </cell>
21684 </row>
21685 <row>
21686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690
21691 \backslash
21692 clubsuit
21693 \end_layout
21694
21695 \end_inset
21696 </cell>
21697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21698 \begin_inset Text
21699
21700 \begin_layout Plain Layout
21701 \begin_inset Formula $\clubsuit$
21702 \end_inset
21703
21704
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 </row>
21710 <row>
21711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715
21716 \backslash
21717 spadesuit
21718 \end_layout
21719
21720 \end_inset
21721 </cell>
21722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726 \begin_inset Formula $\spadesuit$
21727 \end_inset
21728
21729
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 </row>
21735 <row>
21736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740
21741 \backslash
21742 bigstar
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751 \begin_inset Formula $\bigstar$
21752 \end_inset
21753
21754
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 </row>
21760 <row>
21761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765
21766 \backslash
21767 blacklozenge
21768 \end_layout
21769
21770 \end_inset
21771 </cell>
21772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776 \begin_inset Formula $\blacklozenge$
21777 \end_inset
21778
21779
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 </row>
21785 <row>
21786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790
21791 \backslash
21792 blacktriangle
21793 \end_layout
21794
21795 \end_inset
21796 </cell>
21797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801 \begin_inset Formula $\blacktriangle$
21802 \end_inset
21803
21804
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 </row>
21810 <row>
21811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815
21816 \backslash
21817 blacktiangledown
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826 \begin_inset Formula $\blacktriangledown$
21827 \end_inset
21828
21829
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 </row>
21835 <row>
21836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840
21841 \backslash
21842 bullet
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851 \begin_inset Formula $\bullet$
21852 \end_inset
21853
21854
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 </row>
21860 </lyxtabular>
21861
21862 \end_inset
21863
21864
21865 \begin_inset Tabular
21866 <lyxtabular version="3" rows="10" columns="2">
21867 <features>
21868 <column alignment="center" valignment="top" width="0pt">
21869 <column alignment="center" valignment="top" width="0pt">
21870 <row>
21871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Plain Layout
21875 Befehl
21876 \end_layout
21877
21878 \end_inset
21879 </cell>
21880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884 Ergebnis
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 </row>
21890 <row>
21891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895
21896 \backslash
21897 diamondsuit
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21903 \begin_inset Text
21904
21905 \begin_layout Plain Layout
21906 \begin_inset Formula $\diamondsuit$
21907 \end_inset
21908
21909
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 </row>
21915 <row>
21916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920
21921 \backslash
21922 Diamond
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931 \begin_inset Formula $\Diamond$
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 </row>
21940 <row>
21941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945
21946 \backslash
21947 heartsuit
21948 \end_layout
21949
21950 \end_inset
21951 </cell>
21952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21953 \begin_inset Text
21954
21955 \begin_layout Plain Layout
21956 \begin_inset Formula $\heartsuit$
21957 \end_inset
21958
21959
21960 \end_layout
21961
21962 \end_inset
21963 </cell>
21964 </row>
21965 <row>
21966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970
21971 \backslash
21972 P
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981 \begin_inset Formula $\P$
21982 \end_inset
21983
21984
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 </row>
21990 <row>
21991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995
21996 \backslash
21997 copyright
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006 \begin_inset Formula $\copyright$
22007 \end_inset
22008
22009
22010 \end_layout
22011
22012 \end_inset
22013 </cell>
22014 </row>
22015 <row>
22016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020
22021 \backslash
22022 circledR
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031 \begin_inset Formula $\circledR$
22032 \end_inset
22033
22034
22035 \end_layout
22036
22037 \end_inset
22038 </cell>
22039 </row>
22040 <row>
22041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045
22046 \backslash
22047 maltese
22048 \end_layout
22049
22050 \end_inset
22051 </cell>
22052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22053 \begin_inset Text
22054
22055 \begin_layout Plain Layout
22056 \begin_inset Formula $\maltese$
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \end_inset
22063 </cell>
22064 </row>
22065 <row>
22066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22067 \begin_inset Text
22068
22069 \begin_layout Plain Layout
22070
22071 \backslash
22072 diagup
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081 \begin_inset Formula $\diagup$
22082 \end_inset
22083
22084
22085 \end_layout
22086
22087 \end_inset
22088 </cell>
22089 </row>
22090 <row>
22091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095
22096 \backslash
22097 diagdown
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106 \begin_inset Formula $\diagdown$
22107 \end_inset
22108
22109
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 </row>
22115 </lyxtabular>
22116
22117 \end_inset
22118
22119
22120 \end_layout
22121
22122 \begin_layout Standard
22123 \begin_inset VSpace medskip
22124 \end_inset
22125
22126 Weitere Symbole sind in 
22127 \begin_inset CommandInset ref
22128 LatexCommand ref
22129 reference "sub:Sonstige-Sonderzeichen"
22130
22131 \end_inset
22132
22133  aufgelistet.
22134 \end_layout
22135
22136 \begin_layout Standard
22137 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22138  
22139 \begin_inset CommandInset ref
22140 LatexCommand ref
22141 reference "sub:Schriftgrößen"
22142
22143 \end_inset
22144
22145 .
22146 \end_layout
22147
22148 \begin_layout Subsection
22149 Das Euro-Symbol €
22150 \begin_inset Index
22151 status collapsed
22152
22153 \begin_layout Plain Layout
22154 Symbole ! Euro-Symbol
22155 \end_layout
22156
22157 \end_inset
22158
22159
22160 \begin_inset Index
22161 status collapsed
22162
22163 \begin_layout Plain Layout
22164 \begin_inset ERT
22165 status collapsed
22166
22167 \begin_layout Plain Layout
22168
22169
22170 \backslash
22171 officialeuro
22172 \end_layout
22173
22174 \end_inset
22175
22176
22177 \end_layout
22178
22179 \end_inset
22180
22181
22182 \end_layout
22183
22184 \begin_layout Standard
22185 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22186
22187 \series bold
22188 eurosym
22189 \series default
22190
22191 \begin_inset Index
22192 status collapsed
22193
22194 \begin_layout Plain Layout
22195 Pakete ! eurosym
22196 \end_layout
22197
22198 \end_inset
22199
22200  installieren und dieses mit der LaTeX-Vorspannzeile
22201 \end_layout
22202
22203 \begin_layout Standard
22204
22205 \series bold
22206
22207 \backslash
22208 usepackage[gennarrow]{eurosym}
22209 \end_layout
22210
22211 \begin_layout Standard
22212 aktivieren.
22213  Das Euro-Symbol kann man nun mit dem Befehl 
22214 \series bold
22215
22216 \backslash
22217 euro
22218 \series default
22219
22220 \begin_inset Index
22221 status collapsed
22222
22223 \begin_layout Plain Layout
22224 Befehle ! E ! 
22225 \backslash
22226 euro
22227 \end_layout
22228
22229 \end_inset
22230
22231  aufrufen.
22232 \end_layout
22233
22234 \begin_layout Standard
22235 Das Euro-Symbol kann man direkt übder die Tastatur in mathematischen Text
22236  eingeben, ohne 
22237 \series bold
22238 eurosym
22239 \series default
22240  installiert zu haben.
22241  Ist 
22242 \series bold
22243 eurosym
22244 \series default
22245  installiert, kann man 
22246 \series bold
22247
22248 \backslash
22249 euro
22250 \series default
22251  auch im TeX-Modus eingeben.
22252  Das offizielle Währungssymbol erhält man dann über den Befehl 
22253 \series bold
22254
22255 \backslash
22256 officialeuro
22257 \series default
22258
22259 \begin_inset Index
22260 status collapsed
22261
22262 \begin_layout Plain Layout
22263 Befehle ! O ! 
22264 \backslash
22265 officialeuro
22266 \end_layout
22267
22268 \end_inset
22269
22270 , der nur im TeX-Modus verfügbar ist.
22271 \end_layout
22272
22273 \begin_layout Standard
22274 \begin_inset ERT
22275 status collapsed
22276
22277 \begin_layout Plain Layout
22278
22279
22280 \backslash
22281 ifeurosym 
22282 \end_layout
22283
22284 \end_inset
22285
22286
22287 \begin_inset Note Note
22288 status open
22289
22290 \begin_layout Plain Layout
22291 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22292 \series bold
22293 eurosym
22294 \series default
22295  installiert ist:
22296 \end_layout
22297
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \begin_layout Standard
22304 Eine Übersicht der verschiedenen Euro-Symbole:
22305 \end_layout
22306
22307 \begin_layout Standard
22308 \align center
22309 \begin_inset Tabular
22310 <lyxtabular version="3" rows="4" columns="3">
22311 <features>
22312 <column alignment="center" valignment="top" width="0pt">
22313 <column alignment="center" valignment="top" width="0pt">
22314 <column alignment="center" valignment="top" width="0pt">
22315 <row>
22316 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329 Befehl 
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338 Ergebnis
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 </row>
22344 <row>
22345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349 Formel
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358
22359 \backslash
22360 euro
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369 \begin_inset Formula $\euro$
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 </row>
22378 <row>
22379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383 mathematischer Text
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401 \begin_inset Formula $\mbox{€}$
22402 \end_inset
22403
22404
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 </row>
22410 <row>
22411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415 TeX-Modus
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424
22425 \backslash
22426 officialeuro
22427 \end_layout
22428
22429 \end_inset
22430 </cell>
22431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22432 \begin_inset Text
22433
22434 \begin_layout Plain Layout
22435 \begin_inset ERT
22436 status collapsed
22437
22438 \begin_layout Plain Layout
22439
22440
22441 \backslash
22442 officialeuro
22443 \end_layout
22444
22445 \end_inset
22446
22447
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 </row>
22453 </lyxtabular>
22454
22455 \end_inset
22456
22457
22458 \end_layout
22459
22460 \begin_layout Standard
22461 \begin_inset ERT
22462 status collapsed
22463
22464 \begin_layout Plain Layout
22465
22466
22467 \backslash
22468 else 
22469 \end_layout
22470
22471 \end_inset
22472
22473
22474 \begin_inset Note Note
22475 status open
22476
22477 \begin_layout Plain Layout
22478 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22479 \series bold
22480 eurosym
22481 \series default
22482  nicht installiert ist:
22483 \end_layout
22484
22485 \end_inset
22486
22487
22488 \end_layout
22489
22490 \begin_layout Standard
22491 Das LaTeX-Paket 
22492 \series bold
22493 eurosym 
22494 \series default
22495 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22496 \end_layout
22497
22498 \begin_layout Standard
22499 \begin_inset ERT
22500 status collapsed
22501
22502 \begin_layout Plain Layout
22503
22504
22505 \backslash
22506 fi 
22507 \end_layout
22508
22509 \end_inset
22510
22511
22512 \end_layout
22513
22514 \begin_layout Section
22515 Relationen
22516 \begin_inset CommandInset label
22517 LatexCommand label
22518 name "sec:Relationen"
22519
22520 \end_inset
22521
22522
22523 \begin_inset Index
22524 status collapsed
22525
22526 \begin_layout Plain Layout
22527 Relationen
22528 \end_layout
22529
22530 \end_inset
22531
22532
22533 \begin_inset Index
22534 status collapsed
22535
22536 \begin_layout Plain Layout
22537 Vergleiche|see
22538 \begin_inset ERT
22539 status collapsed
22540
22541 \begin_layout Plain Layout
22542
22543 {
22544 \end_layout
22545
22546 \end_inset
22547
22548 Relationen
22549 \begin_inset ERT
22550 status collapsed
22551
22552 \begin_layout Plain Layout
22553
22554 }
22555 \end_layout
22556
22557 \end_inset
22558
22559
22560 \end_layout
22561
22562 \end_inset
22563
22564
22565 \end_layout
22566
22567 \begin_layout Standard
22568 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
22569  
22570 \begin_inset Graphics
22571         filename ../../images/math/leq.png
22572         scale 85
22573
22574 \end_inset
22575
22576  eingefügt werden.
22577 \end_layout
22578
22579 \begin_layout Standard
22580 \begin_inset space \hfill{}
22581 \end_inset
22582
22583
22584 \begin_inset Tabular
22585 <lyxtabular version="3" rows="17" columns="2">
22586 <features>
22587 <column alignment="center" valignment="top" width="0pt">
22588 <column alignment="center" valignment="top" width="0pt">
22589 <row>
22590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594 Befehl
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603 Ergebnis
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 </row>
22609 <row>
22610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 <
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 \begin_inset Formula $<$
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 </row>
22632 <row>
22633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637
22638 \backslash
22639 le
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648 \begin_inset Formula $\le$
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 </row>
22657 <row>
22658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662
22663 \backslash
22664 ll
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673 \begin_inset Formula $\ll$
22674 \end_inset
22675
22676
22677 \end_layout
22678
22679 \end_inset
22680 </cell>
22681 </row>
22682 <row>
22683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687
22688 \backslash
22689 prec
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698 \begin_inset Formula $\prec$
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 </row>
22707 <row>
22708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712
22713 \backslash
22714 preceq
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723 \begin_inset Formula $\preceq$
22724 \end_inset
22725
22726
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 </row>
22732 <row>
22733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737
22738 \backslash
22739 subset
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748 \begin_inset Formula $\subset$
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 </row>
22757 <row>
22758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762
22763 \backslash
22764 subseteq
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773 \begin_inset Formula $\subseteq$
22774 \end_inset
22775
22776
22777 \end_layout
22778
22779 \end_inset
22780 </cell>
22781 </row>
22782 <row>
22783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22784 \begin_inset Text
22785
22786 \begin_layout Plain Layout
22787
22788 \backslash
22789 sqsubseteq
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798 \begin_inset Formula $\sqsubseteq$
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \end_inset
22805 </cell>
22806 </row>
22807 <row>
22808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Plain Layout
22812
22813 \backslash
22814 in
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823 \begin_inset Formula $\in$
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 </row>
22832 <row>
22833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837
22838 \backslash
22839 vdash
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848 \begin_inset Formula $\vdash$
22849 \end_inset
22850
22851
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 </row>
22857 <row>
22858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862
22863 \backslash
22864 smile
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873 \begin_inset Formula $\smile$
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 </row>
22882 <row>
22883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887
22888 \backslash
22889 lhd
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898 \begin_inset Formula $\lhd$
22899 \end_inset
22900
22901
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 </row>
22907 <row>
22908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912
22913 \backslash
22914 unlhd
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923 \begin_inset Formula $\unlhd$
22924 \end_inset
22925
22926
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 </row>
22932 <row>
22933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937
22938 \backslash
22939 gtrless
22940 \end_layout
22941
22942 \end_inset
22943 </cell>
22944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22945 \begin_inset Text
22946
22947 \begin_layout Plain Layout
22948 \begin_inset Formula $\gtrless$
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 </row>
22957 <row>
22958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22959 \begin_inset Text
22960
22961 \begin_layout Plain Layout
22962
22963 \backslash
22964 mid
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973 \begin_inset Formula $\mid$
22974 \end_inset
22975
22976
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 </row>
22982 <row>
22983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987
22988 \backslash
22989 nmid
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22995 \begin_inset Text
22996
22997 \begin_layout Plain Layout
22998 \begin_inset Formula $\nmid$
22999 \end_inset
23000
23001
23002 \end_layout
23003
23004 \end_inset
23005 </cell>
23006 </row>
23007 </lyxtabular>
23008
23009 \end_inset
23010
23011
23012 \begin_inset space \hfill{}
23013 \end_inset
23014
23015
23016 \begin_inset Tabular
23017 <lyxtabular version="3" rows="17" columns="2">
23018 <features>
23019 <column alignment="center" valignment="top" width="0pt">
23020 <column alignment="center" valignment="top" width="0pt">
23021 <row>
23022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026 Befehl
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035 Ergebnis
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 </row>
23041 <row>
23042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046 =
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055 \begin_inset Formula $=$
23056 \end_inset
23057
23058
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 </row>
23064 <row>
23065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069
23070 \backslash
23071 not=
23072 \end_layout
23073
23074 \end_inset
23075 </cell>
23076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080 \begin_inset Formula $\not=$
23081 \end_inset
23082
23083
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 </row>
23089 <row>
23090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23091 \begin_inset Text
23092
23093 \begin_layout Plain Layout
23094
23095 \backslash
23096 equiv
23097 \end_layout
23098
23099 \end_inset
23100 </cell>
23101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23102 \begin_inset Text
23103
23104 \begin_layout Plain Layout
23105 \begin_inset Formula $\equiv$
23106 \end_inset
23107
23108
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 </row>
23114 <row>
23115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23116 \begin_inset Text
23117
23118 \begin_layout Plain Layout
23119
23120 \backslash
23121 sim
23122 \end_layout
23123
23124 \end_inset
23125 </cell>
23126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23127 \begin_inset Text
23128
23129 \begin_layout Plain Layout
23130 \begin_inset Formula $\sim$
23131 \end_inset
23132
23133
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 </row>
23139 <row>
23140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144
23145 \backslash
23146 simeq
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155 \begin_inset Formula $\simeq$
23156 \end_inset
23157
23158
23159 \end_layout
23160
23161 \end_inset
23162 </cell>
23163 </row>
23164 <row>
23165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23166 \begin_inset Text
23167
23168 \begin_layout Plain Layout
23169
23170 \backslash
23171 approx
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180 \begin_inset Formula $\approx$
23181 \end_inset
23182
23183
23184 \end_layout
23185
23186 \end_inset
23187 </cell>
23188 </row>
23189 <row>
23190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23191 \begin_inset Text
23192
23193 \begin_layout Plain Layout
23194
23195 \backslash
23196 cong
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23202 \begin_inset Text
23203
23204 \begin_layout Plain Layout
23205 \begin_inset Formula $\cong$
23206 \end_inset
23207
23208
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 </row>
23214 <row>
23215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219
23220 \backslash
23221 bowtie
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230 \begin_inset Formula $\bowtie$
23231 \end_inset
23232
23233
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 </row>
23239 <row>
23240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23241 \begin_inset Text
23242
23243 \begin_layout Plain Layout
23244
23245 \backslash
23246 notin
23247 \end_layout
23248
23249 \end_inset
23250 </cell>
23251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255 \begin_inset Formula $\notin$
23256 \end_inset
23257
23258
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 </row>
23264 <row>
23265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23266 \begin_inset Text
23267
23268 \begin_layout Plain Layout
23269
23270 \backslash
23271 perp
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280 \begin_inset Formula $\perp$
23281 \end_inset
23282
23283
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 </row>
23289 <row>
23290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23291 \begin_inset Text
23292
23293 \begin_layout Plain Layout
23294
23295 \backslash
23296 propto
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305 \begin_inset Formula $\propto$
23306 \end_inset
23307
23308
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 </row>
23314 <row>
23315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319
23320 \backslash
23321 asymp
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330 \begin_inset Formula $\asymp$
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 </row>
23339 <row>
23340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344
23345 \backslash
23346 doteq
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 \begin_inset Formula $\doteq$
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 </row>
23364 <row>
23365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369
23370 \backslash
23371 circeq
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380 \begin_inset Formula $\circeq$
23381 \end_inset
23382
23383
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 </row>
23389 <row>
23390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394
23395 \backslash
23396 models
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405 \begin_inset Formula $\models$
23406 \end_inset
23407
23408
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 </row>
23414 <row>
23415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419
23420 \backslash
23421 widehat=
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430 \begin_inset Formula $\widehat{=}$
23431 \end_inset
23432
23433
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 </row>
23439 </lyxtabular>
23440
23441 \end_inset
23442
23443
23444 \begin_inset space \hfill{}
23445 \end_inset
23446
23447
23448 \begin_inset Tabular
23449 <lyxtabular version="3" rows="17" columns="2">
23450 <features>
23451 <column alignment="center" valignment="top" width="0pt">
23452 <column alignment="center" valignment="top" width="0pt">
23453 <row>
23454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23455 \begin_inset Text
23456
23457 \begin_layout Plain Layout
23458 Befehl
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467 Ergebnis
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 </row>
23473 <row>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478 >
23479 \end_layout
23480
23481 \end_inset
23482 </cell>
23483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23484 \begin_inset Text
23485
23486 \begin_layout Plain Layout
23487 \begin_inset Formula $>$
23488 \end_inset
23489
23490
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 </row>
23496 <row>
23497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501
23502 \backslash
23503 ge
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512 \begin_inset Formula $\ge$
23513 \end_inset
23514
23515
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 </row>
23521 <row>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526
23527 \backslash
23528 gg
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537 \begin_inset Formula $\gg$
23538 \end_inset
23539
23540
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 </row>
23546 <row>
23547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551
23552 \backslash
23553 succ
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23559 \begin_inset Text
23560
23561 \begin_layout Plain Layout
23562 \begin_inset Formula $\succ$
23563 \end_inset
23564
23565
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 </row>
23571 <row>
23572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576
23577 \backslash
23578 succeq
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587 \begin_inset Formula $\succeq$
23588 \end_inset
23589
23590
23591 \end_layout
23592
23593 \end_inset
23594 </cell>
23595 </row>
23596 <row>
23597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601
23602 \backslash
23603 supset
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612 \begin_inset Formula $\supset$
23613 \end_inset
23614
23615
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 </row>
23621 <row>
23622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626
23627 \backslash
23628 supseteq
23629 \end_layout
23630
23631 \end_inset
23632 </cell>
23633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637 \begin_inset Formula $\supseteq$
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 </row>
23646 <row>
23647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651
23652 \backslash
23653 sqsupseteq
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662 \begin_inset Formula $\sqsupseteq$
23663 \end_inset
23664
23665
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 </row>
23671 <row>
23672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676
23677 \backslash
23678 ni
23679 \end_layout
23680
23681 \end_inset
23682 </cell>
23683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687 \begin_inset Formula $\ni$
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 </row>
23696 <row>
23697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701
23702 \backslash
23703 dashv
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712 \begin_inset Formula $\dashv$
23713 \end_inset
23714
23715
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 </row>
23721 <row>
23722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726
23727 \backslash
23728 frown
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737 \begin_inset Formula $\frown$
23738 \end_inset
23739
23740
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 </row>
23746 <row>
23747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751
23752 \backslash
23753 rhd
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762 \begin_inset Formula $\rhd$
23763 \end_inset
23764
23765
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 </row>
23771 <row>
23772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776
23777 \backslash
23778 unrhd
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787 \begin_inset Formula $\unrhd$
23788 \end_inset
23789
23790
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 </row>
23796 <row>
23797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801
23802 \backslash
23803 lessgtr
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812 \begin_inset Formula $\lessgtr$
23813 \end_inset
23814
23815
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 </row>
23821 <row>
23822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826
23827 \backslash
23828 parallel
23829 \end_layout
23830
23831 \end_inset
23832 </cell>
23833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837 \begin_inset Formula $\parallel$
23838 \end_inset
23839
23840
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 </row>
23846 <row>
23847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23848 \begin_inset Text
23849
23850 \begin_layout Plain Layout
23851
23852 \backslash
23853 nparallel
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862 \begin_inset Formula $\nparallel$
23863 \end_inset
23864
23865
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 </row>
23871 </lyxtabular>
23872
23873 \end_inset
23874
23875
23876 \begin_inset space \hfill{}
23877 \end_inset
23878
23879
23880 \end_layout
23881
23882 \begin_layout Standard
23883 \begin_inset VSpace medskip
23884 \end_inset
23885
23886 Die Zeichen 
23887 \series bold
23888
23889 \backslash
23890 lhd
23891 \series default
23892  bzw.
23893  
23894 \series bold
23895
23896 \backslash
23897 rhd
23898 \series default
23899  sind größer als die gleich aussehenden Operatoren
23900 \begin_inset Newline linebreak
23901 \end_inset
23902
23903
23904 \series bold
23905
23906 \backslash
23907 triangleleft
23908 \series default
23909  bzw.
23910  
23911 \series bold
23912
23913 \backslash
23914 triangleright
23915 \series default
23916 .
23917 \end_layout
23918
23919 \begin_layout Standard
23920 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
23921 \end_layout
23922
23923 \begin_layout Standard
23924 Relationen mit Beschriftungen können mit Hilfe des Befehls 
23925 \series bold
23926
23927 \backslash
23928 stackrel
23929 \series default
23930
23931 \begin_inset Index
23932 status collapsed
23933
23934 \begin_layout Plain Layout
23935 Befehle ! S ! 
23936 \backslash
23937 stackrel
23938 \end_layout
23939
23940 \end_inset
23941
23942  erstellt werden:
23943 \end_layout
23944
23945 \begin_layout Standard
23946 \align center
23947 \begin_inset Tabular
23948 <lyxtabular version="3" rows="2" columns="2">
23949 <features>
23950 <column alignment="center" valignment="top" width="0">
23951 <column alignment="center" valignment="top" width="0">
23952 <row>
23953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23954 \begin_inset Text
23955
23956 \begin_layout Plain Layout
23957 Befehl
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23963 \begin_inset Text
23964
23965 \begin_layout Plain Layout
23966 Ergebnis
23967 \begin_inset Note Note
23968 status collapsed
23969
23970 \begin_layout Plain Layout
23971
23972 \series bold
23973
23974 \backslash
23975 raisebox
23976 \series default
23977  dient nur als Abstandhalter.
23978 \end_layout
23979
23980 \end_inset
23981
23982
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 </row>
23988 <row>
23989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23990 \begin_inset Text
23991
23992 \begin_layout Plain Layout
23993 A(r)
23994 \backslash
23995 stackrel
23996 \begin_inset ERT
23997 status collapsed
23998
23999 \begin_layout Plain Layout
24000
24001
24002 \backslash
24003 leer 
24004 \end_layout
24005
24006 \end_inset
24007
24008 r
24009 \backslash
24010 to
24011 \backslash
24012 infty
24013 \begin_inset ERT
24014 status collapsed
24015
24016 \begin_layout Plain Layout
24017
24018
24019 \backslash
24020 leer 
24021 \end_layout
24022
24023 \end_inset
24024
24025
24026 \begin_inset Formula $\downarrow$
24027 \end_inset
24028
24029
24030 \backslash
24031 approx
24032 \begin_inset ERT
24033 status collapsed
24034
24035 \begin_layout Plain Layout
24036
24037
24038 \backslash
24039 leer 
24040 \end_layout
24041
24042 \end_inset
24043
24044
24045 \begin_inset ERT
24046 status collapsed
24047
24048 \begin_layout Plain Layout
24049
24050
24051 \backslash
24052 leer 
24053 \end_layout
24054
24055 \end_inset
24056
24057 B
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24067 \end_inset
24068
24069
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 </row>
24075 </lyxtabular>
24076
24077 \end_inset
24078
24079
24080 \end_layout
24081
24082 \begin_layout Section
24083 Funktionen
24084 \end_layout
24085
24086 \begin_layout Subsection
24087 Vordefinierte Funktionen
24088 \begin_inset CommandInset label
24089 LatexCommand label
24090 name "sub:Vordefinierte-Funktionen"
24091
24092 \end_inset
24093
24094
24095 \begin_inset Index
24096 status collapsed
24097
24098 \begin_layout Plain Layout
24099 Funktionen ! vordefinierte
24100 \end_layout
24101
24102 \end_inset
24103
24104
24105 \end_layout
24106
24107 \begin_layout Standard
24108 Allgemein werden in mathematischen Ausdrücken Variablen 
24109 \shape italic
24110 kursiv
24111 \shape default
24112  gesetzt, Funktionsnamen hingegen nicht, denn 
24113 \begin_inset Formula $sin$
24114 \end_inset
24115
24116  könnte als 
24117 \begin_inset Formula $s\cdot i\cdot n$
24118 \end_inset
24119
24120  missverstanden werden.
24121  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24122 en etwas abgesetzt sind.
24123  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24124 \end_layout
24125
24126 \begin_layout Standard
24127 \align center
24128 \begin_inset Tabular
24129 <lyxtabular version="3" rows="2" columns="4">
24130 <features>
24131 <column alignment="center" valignment="top" width="0pt">
24132 <column alignment="center" valignment="top" width="0pt">
24133 <column alignment="center" valignment="top" width="0pt">
24134 <column alignment="center" valignment="top" width="0pt">
24135 <row>
24136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24137 \begin_inset Text
24138
24139 \begin_layout Plain Layout
24140 Befehl
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 Ergebnis
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158 Befehl
24159 \end_layout
24160
24161 \end_inset
24162 </cell>
24163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24164 \begin_inset Text
24165
24166 \begin_layout Plain Layout
24167 Ergebnis
24168 \end_layout
24169
24170 \end_inset
24171 </cell>
24172 </row>
24173 <row>
24174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24175 \begin_inset Text
24176
24177 \begin_layout Plain Layout
24178 Asin(x)+B
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Plain Layout
24187 \begin_inset Formula $Asin(x)+B$
24188 \end_inset
24189
24190
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 A
24200 \backslash
24201 sin(x)+B
24202 \end_layout
24203
24204 \end_inset
24205 </cell>
24206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24207 \begin_inset Text
24208
24209 \begin_layout Plain Layout
24210 \begin_inset Formula $A\sin(x)+B$
24211 \end_inset
24212
24213
24214 \end_layout
24215
24216 \end_inset
24217 </cell>
24218 </row>
24219 </lyxtabular>
24220
24221 \end_inset
24222
24223
24224 \end_layout
24225
24226 \begin_layout Standard
24227 Folgende Funktionen sind vordefiniert:
24228 \end_layout
24229
24230 \begin_layout Standard
24231 \begin_inset VSpace -2mm
24232 \end_inset
24233
24234
24235 \end_layout
24236
24237 \begin_layout Standard
24238 \align center
24239 \begin_inset Tabular
24240 <lyxtabular version="3" rows="9" columns="4">
24241 <features>
24242 <column alignment="center" valignment="top" width="0pt">
24243 <column alignment="center" valignment="top" width="0pt">
24244 <column alignment="center" valignment="top" width="0pt">
24245 <column alignment="center" valignment="top" width="0pt">
24246 <row>
24247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24248 \begin_inset Text
24249
24250 \begin_layout Plain Layout
24251 Befehl
24252 \end_layout
24253
24254 \end_inset
24255 </cell>
24256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24257 \begin_inset Text
24258
24259 \begin_layout Plain Layout
24260 Befehl
24261 \end_layout
24262
24263 \end_inset
24264 </cell>
24265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24266 \begin_inset Text
24267
24268 \begin_layout Plain Layout
24269 Befehl
24270 \end_layout
24271
24272 \end_inset
24273 </cell>
24274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24275 \begin_inset Text
24276
24277 \begin_layout Plain Layout
24278 Befehl
24279 \end_layout
24280
24281 \end_inset
24282 </cell>
24283 </row>
24284 <row>
24285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24286 \begin_inset Text
24287
24288 \begin_layout Plain Layout
24289
24290 \backslash
24291 sin
24292 \end_layout
24293
24294 \end_inset
24295 </cell>
24296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24297 \begin_inset Text
24298
24299 \begin_layout Plain Layout
24300
24301 \backslash
24302 sinh
24303 \end_layout
24304
24305 \end_inset
24306 </cell>
24307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24308 \begin_inset Text
24309
24310 \begin_layout Plain Layout
24311
24312 \backslash
24313 arcsin
24314 \end_layout
24315
24316 \end_inset
24317 </cell>
24318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24319 \begin_inset Text
24320
24321 \begin_layout Plain Layout
24322
24323 \backslash
24324 sup
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 </row>
24330 <row>
24331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24332 \begin_inset Text
24333
24334 \begin_layout Plain Layout
24335
24336 \backslash
24337 cos
24338 \end_layout
24339
24340 \end_inset
24341 </cell>
24342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24343 \begin_inset Text
24344
24345 \begin_layout Plain Layout
24346
24347 \backslash
24348 cosh
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357
24358 \backslash
24359 arccos
24360 \end_layout
24361
24362 \end_inset
24363 </cell>
24364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24365 \begin_inset Text
24366
24367 \begin_layout Plain Layout
24368
24369 \backslash
24370 inf
24371 \end_layout
24372
24373 \end_inset
24374 </cell>
24375 </row>
24376 <row>
24377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24378 \begin_inset Text
24379
24380 \begin_layout Plain Layout
24381
24382 \backslash
24383 tan
24384 \end_layout
24385
24386 \end_inset
24387 </cell>
24388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24389 \begin_inset Text
24390
24391 \begin_layout Plain Layout
24392
24393 \backslash
24394 tanh
24395 \end_layout
24396
24397 \end_inset
24398 </cell>
24399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403
24404 \backslash
24405 arctan
24406 \end_layout
24407
24408 \end_inset
24409 </cell>
24410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24411 \begin_inset Text
24412
24413 \begin_layout Plain Layout
24414
24415 \backslash
24416 lim
24417 \end_layout
24418
24419 \end_inset
24420 </cell>
24421 </row>
24422 <row>
24423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24424 \begin_inset Text
24425
24426 \begin_layout Plain Layout
24427
24428 \backslash
24429 cot
24430 \end_layout
24431
24432 \end_inset
24433 </cell>
24434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24435 \begin_inset Text
24436
24437 \begin_layout Plain Layout
24438
24439 \backslash
24440 coth
24441 \end_layout
24442
24443 \end_inset
24444 </cell>
24445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24446 \begin_inset Text
24447
24448 \begin_layout Plain Layout
24449
24450 \backslash
24451 arg
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460
24461 \backslash
24462 liminf
24463 \end_layout
24464
24465 \end_inset
24466 </cell>
24467 </row>
24468 <row>
24469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24470 \begin_inset Text
24471
24472 \begin_layout Plain Layout
24473
24474 \backslash
24475 sec
24476 \end_layout
24477
24478 \end_inset
24479 </cell>
24480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24481 \begin_inset Text
24482
24483 \begin_layout Plain Layout
24484
24485 \backslash
24486 min
24487 \end_layout
24488
24489 \end_inset
24490 </cell>
24491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495
24496 \backslash
24497 deg
24498 \end_layout
24499
24500 \end_inset
24501 </cell>
24502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24503 \begin_inset Text
24504
24505 \begin_layout Plain Layout
24506
24507 \backslash
24508 limsup
24509 \end_layout
24510
24511 \end_inset
24512 </cell>
24513 </row>
24514 <row>
24515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24516 \begin_inset Text
24517
24518 \begin_layout Plain Layout
24519
24520 \backslash
24521 csc
24522 \end_layout
24523
24524 \end_inset
24525 </cell>
24526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24527 \begin_inset Text
24528
24529 \begin_layout Plain Layout
24530
24531 \backslash
24532 max
24533 \end_layout
24534
24535 \end_inset
24536 </cell>
24537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24538 \begin_inset Text
24539
24540 \begin_layout Plain Layout
24541
24542 \backslash
24543 det
24544 \end_layout
24545
24546 \end_inset
24547 </cell>
24548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24549 \begin_inset Text
24550
24551 \begin_layout Plain Layout
24552
24553 \backslash
24554 Pr
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 </row>
24560 <row>
24561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24562 \begin_inset Text
24563
24564 \begin_layout Plain Layout
24565
24566 \backslash
24567 ln
24568 \end_layout
24569
24570 \end_inset
24571 </cell>
24572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24573 \begin_inset Text
24574
24575 \begin_layout Plain Layout
24576
24577 \backslash
24578 exp
24579 \end_layout
24580
24581 \end_inset
24582 </cell>
24583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24584 \begin_inset Text
24585
24586 \begin_layout Plain Layout
24587
24588 \backslash
24589 dim
24590 \end_layout
24591
24592 \end_inset
24593 </cell>
24594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24595 \begin_inset Text
24596
24597 \begin_layout Plain Layout
24598
24599 \backslash
24600 hom
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 </row>
24606 <row>
24607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24608 \begin_inset Text
24609
24610 \begin_layout Plain Layout
24611
24612 \backslash
24613 lg
24614 \end_layout
24615
24616 \end_inset
24617 </cell>
24618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24619 \begin_inset Text
24620
24621 \begin_layout Plain Layout
24622
24623 \backslash
24624 log
24625 \end_layout
24626
24627 \end_inset
24628 </cell>
24629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24630 \begin_inset Text
24631
24632 \begin_layout Plain Layout
24633
24634 \backslash
24635 ker
24636 \end_layout
24637
24638 \end_inset
24639 </cell>
24640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24641 \begin_inset Text
24642
24643 \begin_layout Plain Layout
24644
24645 \backslash
24646 gcd
24647 \end_layout
24648
24649 \end_inset
24650 </cell>
24651 </row>
24652 </lyxtabular>
24653
24654 \end_inset
24655
24656
24657 \end_layout
24658
24659 \begin_layout Standard
24660 Sie können auch über den Mathe-Werkzeugleistenknopf 
24661 \begin_inset Graphics
24662         filename ../../images/math/functions.png
24663         scale 85
24664
24665 \end_inset
24666
24667  eingefügt werden.
24668 \end_layout
24669
24670 \begin_layout Subsection
24671 Selbst definierte Funktionen
24672 \begin_inset Index
24673 status collapsed
24674
24675 \begin_layout Plain Layout
24676 Funktionen ! selbstdefinierte
24677 \end_layout
24678
24679 \end_inset
24680
24681
24682 \end_layout
24683
24684 \begin_layout Standard
24685 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
24686 \begin_inset space \thinspace{}
24687 \end_inset
24688
24689 B.
24690  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
24691 \end_layout
24692
24693 \begin_layout Itemize
24694 Man definiert die Funktion selbst.
24695  Dazu gibt man im LaTeX-Vorspann die Zeile
24696 \begin_inset Newline newline
24697 \end_inset
24698
24699
24700 \begin_inset VSpace -3mm
24701 \end_inset
24702
24703
24704 \begin_inset Newline newline
24705 \end_inset
24706
24707
24708 \series bold
24709
24710 \backslash
24711 DeclareMathOperator{
24712 \backslash
24713 sgn}{sgn}
24714 \series default
24715
24716 \begin_inset Index
24717 status collapsed
24718
24719 \begin_layout Plain Layout
24720 Befehle ! D ! 
24721 \backslash
24722 dbinom@
24723 \backslash
24724 DeclareMathOperator
24725 \end_layout
24726
24727 \end_inset
24728
24729
24730 \begin_inset Newline newline
24731 \end_inset
24732
24733
24734 \begin_inset VSpace -2mm
24735 \end_inset
24736
24737
24738 \begin_inset Newline newline
24739 \end_inset
24740
24741 ein
24742 \begin_inset Foot
24743 status collapsed
24744
24745 \begin_layout Plain Layout
24746 Näheres zu 
24747 \series bold
24748
24749 \backslash
24750 DeclareMathOperator
24751 \series default
24752  siehe 
24753 \begin_inset CommandInset ref
24754 LatexCommand ref
24755 reference "sub:Selbstdefinierte-Operatoren"
24756
24757 \end_inset
24758
24759 .
24760 \end_layout
24761
24762 \end_inset
24763
24764 .
24765  Nun kann man mit dem Befehl 
24766 \series bold
24767
24768 \backslash
24769 sgn
24770 \series default
24771  die neu definierte Funktion aufrufen.
24772 \end_layout
24773
24774 \begin_layout Itemize
24775 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
24776  Beispiel die Buchstaben 
24777 \emph on
24778 sgn
24779 \emph default
24780 , und wandelt ihn in in mathematischen Text um.
24781  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
24782 \end_layout
24783
24784 \begin_layout Standard
24785 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
24786  Funktion
24787 \begin_inset Foot
24788 status collapsed
24789
24790 \begin_layout Plain Layout
24791 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
24792 \end_layout
24793
24794 \end_inset
24795
24796 :
24797 \end_layout
24798
24799 \begin_layout Standard
24800 \align center
24801 \begin_inset Tabular
24802 <lyxtabular version="3" rows="3" columns="2">
24803 <features>
24804 <column alignment="center" valignment="top" width="0pt">
24805 <column alignment="center" valignment="top" width="0pt">
24806 <row>
24807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24808 \begin_inset Text
24809
24810 \begin_layout Plain Layout
24811 Befehl
24812 \end_layout
24813
24814 \end_inset
24815 </cell>
24816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24817 \begin_inset Text
24818
24819 \begin_layout Plain Layout
24820 Ergebnis
24821 \end_layout
24822
24823 \end_inset
24824 </cell>
24825 </row>
24826 <row>
24827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24828 \begin_inset Text
24829
24830 \begin_layout Plain Layout
24831 A
24832 \backslash
24833 sgn(x)+B
24834 \end_layout
24835
24836 \end_inset
24837 </cell>
24838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24839 \begin_inset Text
24840
24841 \begin_layout Plain Layout
24842 \begin_inset Formula $A\sgn(x)+B$
24843 \end_inset
24844
24845
24846 \end_layout
24847
24848 \end_inset
24849 </cell>
24850 </row>
24851 <row>
24852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24853 \begin_inset Text
24854
24855 \begin_layout Plain Layout
24856 A
24857 \backslash
24858 ,
24859 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24860 \end_inset
24861
24862 (x)+B
24863 \end_layout
24864
24865 \end_inset
24866 </cell>
24867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24868 \begin_inset Text
24869
24870 \begin_layout Plain Layout
24871 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24872 \end_inset
24873
24874
24875 \end_layout
24876
24877 \end_inset
24878 </cell>
24879 </row>
24880 </lyxtabular>
24881
24882 \end_inset
24883
24884
24885 \end_layout
24886
24887 \begin_layout Standard
24888 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
24889  mehrfach verwendet werden soll.
24890 \end_layout
24891
24892 \begin_layout Subsection
24893 Grenzwerte
24894 \begin_inset Index
24895 status collapsed
24896
24897 \begin_layout Plain Layout
24898 Grenzwerte
24899 \end_layout
24900
24901 \end_inset
24902
24903
24904 \end_layout
24905
24906 \begin_layout Standard
24907 Für Grenzwerte sind außer 
24908 \series bold
24909
24910 \backslash
24911 lim
24912 \series default
24913
24914 \begin_inset Index
24915 status collapsed
24916
24917 \begin_layout Plain Layout
24918 Befehle ! L ! 
24919 \backslash
24920 lim
24921 \end_layout
24922
24923 \end_inset
24924
24925
24926 \series bold
24927
24928 \backslash
24929 liminf
24930 \series default
24931  und 
24932 \series bold
24933
24934 \backslash
24935 limsup
24936 \series default
24937  noch folgende Funktionen definiert:
24938 \end_layout
24939
24940 \begin_layout Standard
24941 \align center
24942 \begin_inset Tabular
24943 <lyxtabular version="3" rows="5" columns="2">
24944 <features>
24945 <column alignment="center" valignment="top" width="0">
24946 <column alignment="center" valignment="top" width="0">
24947 <row>
24948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24949 \begin_inset Text
24950
24951 \begin_layout Plain Layout
24952 Befehl
24953 \end_layout
24954
24955 \end_inset
24956 </cell>
24957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24958 \begin_inset Text
24959
24960 \begin_layout Plain Layout
24961 Ergebnis
24962 \begin_inset Note Note
24963 status collapsed
24964
24965 \begin_layout Plain Layout
24966
24967 \series bold
24968
24969 \backslash
24970 raisebox
24971 \series default
24972  dient nur als Abstandhalter.
24973 \end_layout
24974
24975 \end_inset
24976
24977
24978 \end_layout
24979
24980 \end_inset
24981 </cell>
24982 </row>
24983 <row>
24984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24985 \begin_inset Text
24986
24987 \begin_layout Plain Layout
24988
24989 \backslash
24990 varliminf
24991 \end_layout
24992
24993 \end_inset
24994 </cell>
24995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24996 \begin_inset Text
24997
24998 \begin_layout Plain Layout
24999 \begin_inset Formula $\varliminf$
25000 \end_inset
25001
25002
25003 \end_layout
25004
25005 \end_inset
25006 </cell>
25007 </row>
25008 <row>
25009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25010 \begin_inset Text
25011
25012 \begin_layout Plain Layout
25013
25014 \backslash
25015 varlimsup
25016 \end_layout
25017
25018 \end_inset
25019 </cell>
25020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25021 \begin_inset Text
25022
25023 \begin_layout Plain Layout
25024 \begin_inset Formula $\varlimsup$
25025 \end_inset
25026
25027
25028 \end_layout
25029
25030 \end_inset
25031 </cell>
25032 </row>
25033 <row>
25034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25035 \begin_inset Text
25036
25037 \begin_layout Plain Layout
25038
25039 \backslash
25040 varprojlim
25041 \end_layout
25042
25043 \end_inset
25044 </cell>
25045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25046 \begin_inset Text
25047
25048 \begin_layout Plain Layout
25049 \begin_inset Formula $\varprojlim$
25050 \end_inset
25051
25052
25053 \end_layout
25054
25055 \end_inset
25056 </cell>
25057 </row>
25058 <row>
25059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25060 \begin_inset Text
25061
25062 \begin_layout Plain Layout
25063
25064 \backslash
25065 varinjlim
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25071 \begin_inset Text
25072
25073 \begin_layout Plain Layout
25074 \begin_inset Formula $\varinjlim$
25075 \end_inset
25076
25077
25078 \begin_inset Formula $\raisebox{-2.5mm}{}$
25079 \end_inset
25080
25081
25082 \end_layout
25083
25084 \end_inset
25085 </cell>
25086 </row>
25087 </lyxtabular>
25088
25089 \end_inset
25090
25091
25092 \end_layout
25093
25094 \begin_layout Standard
25095 \begin_inset VSpace medskip
25096 \end_inset
25097
25098 Der Grenzwert wird durch Tiefstellen erzeugt.
25099  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25100 \end_layout
25101
25102 \begin_layout Standard
25103 \align center
25104 \begin_inset Tabular
25105 <lyxtabular version="3" rows="2" columns="2">
25106 <features>
25107 <column alignment="center" valignment="top" width="0pt">
25108 <column alignment="center" valignment="top" width="0pt">
25109 <row>
25110 <cell alignment="center" valignment="top" usebox="none">
25111 \begin_inset Text
25112
25113 \begin_layout Plain Layout
25114 Befehl
25115 \end_layout
25116
25117 \end_inset
25118 </cell>
25119 <cell alignment="center" valignment="top" usebox="none">
25120 \begin_inset Text
25121
25122 \begin_layout Plain Layout
25123 \begin_inset space \hspace{}
25124 \length 1cm
25125 \end_inset
25126
25127 Ergebnis
25128 \begin_inset Note Note
25129 status collapsed
25130
25131 \begin_layout Plain Layout
25132
25133 \series bold
25134
25135 \backslash
25136 hspace
25137 \series default
25138  und 
25139 \series bold
25140
25141 \backslash
25142 raisebox
25143 \series default
25144  dienen nur als Abstandhalter.
25145 \end_layout
25146
25147 \end_inset
25148
25149
25150 \end_layout
25151
25152 \end_inset
25153 </cell>
25154 </row>
25155 <row>
25156 <cell alignment="center" valignment="top" usebox="none">
25157 \begin_inset Text
25158
25159 \begin_layout Plain Layout
25160
25161 \backslash
25162 lim_x
25163 \backslash
25164 to
25165 \begin_inset ERT
25166 status collapsed
25167
25168 \begin_layout Plain Layout
25169
25170
25171 \backslash
25172 leer 
25173 \end_layout
25174
25175 \end_inset
25176
25177 A
25178 \begin_inset ERT
25179 status collapsed
25180
25181 \begin_layout Plain Layout
25182
25183
25184 \backslash
25185 leer 
25186 \end_layout
25187
25188 \end_inset
25189
25190 x=B
25191 \end_layout
25192
25193 \end_inset
25194 </cell>
25195 <cell alignment="center" valignment="top" usebox="none">
25196 \begin_inset Text
25197
25198 \begin_layout Plain Layout
25199 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25200 \end_inset
25201
25202
25203 \end_layout
25204
25205 \end_inset
25206 </cell>
25207 </row>
25208 </lyxtabular>
25209
25210 \end_inset
25211
25212
25213 \end_layout
25214
25215 \begin_layout Standard
25216 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25217 \begin_inset Formula \[
25218 \lim_{x\to A}x=B\]
25219
25220 \end_inset
25221
25222
25223 \end_layout
25224
25225 \begin_layout Subsection
25226 Modulo-Funktionen
25227 \begin_inset Index
25228 status collapsed
25229
25230 \begin_layout Plain Layout
25231 Funktionen ! Modulo-
25232 \end_layout
25233
25234 \end_inset
25235
25236
25237 \end_layout
25238
25239 \begin_layout Standard
25240 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25241  Varianten.
25242 \end_layout
25243
25244 \begin_layout Standard
25245 Die Varianten in einer abgesetzten Formel:
25246 \begin_inset Formula \begin{align*}
25247 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25248 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
25249 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
25250 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
25251 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b\end{align*}
25252
25253 \end_inset
25254
25255
25256 \end_layout
25257
25258 \begin_layout Standard
25259 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25260  weniger Leerraum gesetzt.
25261 \end_layout
25262
25263 \begin_layout Section
25264 Sonderzeichen
25265 \begin_inset Index
25266 status collapsed
25267
25268 \begin_layout Plain Layout
25269 Sonderzeichen
25270 \end_layout
25271
25272 \end_inset
25273
25274
25275 \end_layout
25276
25277 \begin_layout Subsection
25278 Sonderzeichen im mathematischen Text
25279 \end_layout
25280
25281 \begin_layout Standard
25282 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25283  verwendet werden:
25284 \end_layout
25285
25286 \begin_layout Standard
25287 \begin_inset space \hfill{}
25288 \end_inset
25289
25290
25291 \begin_inset Tabular
25292 <lyxtabular version="3" rows="8" columns="2">
25293 <features>
25294 <column alignment="block" valignment="top" width="0">
25295 <column alignment="block" valignment="top" width="0">
25296 <row>
25297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Plain Layout
25301 Befehl
25302 \end_layout
25303
25304 \end_inset
25305 </cell>
25306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25307 \begin_inset Text
25308
25309 \begin_layout Plain Layout
25310 Ergebnis
25311 \end_layout
25312
25313 \end_inset
25314 </cell>
25315 </row>
25316 <row>
25317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25318 \begin_inset Text
25319
25320 \begin_layout Plain Layout
25321
25322 \backslash
25323 oe
25324 \end_layout
25325
25326 \end_inset
25327 </cell>
25328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25329 \begin_inset Text
25330
25331 \begin_layout Plain Layout
25332 \begin_inset Formula $\textrm{œ}$
25333 \end_inset
25334
25335
25336 \end_layout
25337
25338 \end_inset
25339 </cell>
25340 </row>
25341 <row>
25342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25343 \begin_inset Text
25344
25345 \begin_layout Plain Layout
25346
25347 \backslash
25348 OE
25349 \end_layout
25350
25351 \end_inset
25352 </cell>
25353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25354 \begin_inset Text
25355
25356 \begin_layout Plain Layout
25357 \begin_inset Formula $\textrm{Œ}$
25358 \end_inset
25359
25360
25361 \end_layout
25362
25363 \end_inset
25364 </cell>
25365 </row>
25366 <row>
25367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25368 \begin_inset Text
25369
25370 \begin_layout Plain Layout
25371
25372 \backslash
25373 ae
25374 \end_layout
25375
25376 \end_inset
25377 </cell>
25378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25379 \begin_inset Text
25380
25381 \begin_layout Plain Layout
25382 \begin_inset Formula $\textrm{æ}$
25383 \end_inset
25384
25385
25386 \end_layout
25387
25388 \end_inset
25389 </cell>
25390 </row>
25391 <row>
25392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25393 \begin_inset Text
25394
25395 \begin_layout Plain Layout
25396
25397 \backslash
25398 AE
25399 \end_layout
25400
25401 \end_inset
25402 </cell>
25403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25404 \begin_inset Text
25405
25406 \begin_layout Plain Layout
25407 \begin_inset Formula $\textrm{Æ}$
25408 \end_inset
25409
25410
25411 \end_layout
25412
25413 \end_inset
25414 </cell>
25415 </row>
25416 <row>
25417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25418 \begin_inset Text
25419
25420 \begin_layout Plain Layout
25421
25422 \backslash
25423 aa
25424 \end_layout
25425
25426 \end_inset
25427 </cell>
25428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25429 \begin_inset Text
25430
25431 \begin_layout Plain Layout
25432 \begin_inset Formula $\textrm{\aa}$
25433 \end_inset
25434
25435
25436 \end_layout
25437
25438 \end_inset
25439 </cell>
25440 </row>
25441 <row>
25442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25443 \begin_inset Text
25444
25445 \begin_layout Plain Layout
25446
25447 \backslash
25448 AA
25449 \begin_inset Index
25450 status collapsed
25451
25452 \begin_layout Plain Layout
25453 \begin_inset ERT
25454 status collapsed
25455
25456 \begin_layout Plain Layout
25457
25458
25459 \backslash
25460 @
25461 \backslash
25462 textrm{
25463 \backslash
25464 AA}
25465 \end_layout
25466
25467 \end_inset
25468
25469
25470 \end_layout
25471
25472 \end_inset
25473
25474
25475 \end_layout
25476
25477 \end_inset
25478 </cell>
25479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25480 \begin_inset Text
25481
25482 \begin_layout Plain Layout
25483 \begin_inset Formula $\textrm{Å}$
25484 \end_inset
25485
25486
25487 \end_layout
25488
25489 \end_inset
25490 </cell>
25491 </row>
25492 <row>
25493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25494 \begin_inset Text
25495
25496 \begin_layout Plain Layout
25497
25498 \backslash
25499 i
25500 \end_layout
25501
25502 \end_inset
25503 </cell>
25504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25505 \begin_inset Text
25506
25507 \begin_layout Plain Layout
25508 \begin_inset Formula $\textrm{ı}$
25509 \end_inset
25510
25511
25512 \end_layout
25513
25514 \end_inset
25515 </cell>
25516 </row>
25517 </lyxtabular>
25518
25519 \end_inset
25520
25521
25522 \begin_inset space \hfill{}
25523 \end_inset
25524
25525
25526 \begin_inset Tabular
25527 <lyxtabular version="3" rows="8" columns="2">
25528 <features>
25529 <column alignment="block" valignment="top" width="0">
25530 <column alignment="center" valignment="top" width="0">
25531 <row>
25532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25533 \begin_inset Text
25534
25535 \begin_layout Plain Layout
25536 Befehl
25537 \begin_inset Note Note
25538 status collapsed
25539
25540 \begin_layout Plain Layout
25541
25542 \series bold
25543
25544 \backslash
25545 hspace{0mm}
25546 \series default
25547  dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25548  ¿ erscheinen würde.
25549 \end_layout
25550
25551 \end_inset
25552
25553
25554 \end_layout
25555
25556 \end_inset
25557 </cell>
25558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25559 \begin_inset Text
25560
25561 \begin_layout Plain Layout
25562 Ergebnis
25563 \end_layout
25564
25565 \end_inset
25566 </cell>
25567 </row>
25568 <row>
25569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25570 \begin_inset Text
25571
25572 \begin_layout Plain Layout
25573
25574 \backslash
25575 o
25576 \end_layout
25577
25578 \end_inset
25579 </cell>
25580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25581 \begin_inset Text
25582
25583 \begin_layout Plain Layout
25584 \begin_inset Formula $\textrm{ø}$
25585 \end_inset
25586
25587
25588 \end_layout
25589
25590 \end_inset
25591 </cell>
25592 </row>
25593 <row>
25594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25595 \begin_inset Text
25596
25597 \begin_layout Plain Layout
25598
25599 \backslash
25600 O
25601 \end_layout
25602
25603 \end_inset
25604 </cell>
25605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25606 \begin_inset Text
25607
25608 \begin_layout Plain Layout
25609 \begin_inset Formula $\textrm{Ø}$
25610 \end_inset
25611
25612
25613 \end_layout
25614
25615 \end_inset
25616 </cell>
25617 </row>
25618 <row>
25619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25620 \begin_inset Text
25621
25622 \begin_layout Plain Layout
25623
25624 \backslash
25625 l
25626 \end_layout
25627
25628 \end_inset
25629 </cell>
25630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25631 \begin_inset Text
25632
25633 \begin_layout Plain Layout
25634 \begin_inset Formula $\textrm{ł}$
25635 \end_inset
25636
25637
25638 \end_layout
25639
25640 \end_inset
25641 </cell>
25642 </row>
25643 <row>
25644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25645 \begin_inset Text
25646
25647 \begin_layout Plain Layout
25648
25649 \backslash
25650 L
25651 \end_layout
25652
25653 \end_inset
25654 </cell>
25655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25656 \begin_inset Text
25657
25658 \begin_layout Plain Layout
25659 \begin_inset Formula $\textrm{Ł}$
25660 \end_inset
25661
25662
25663 \end_layout
25664
25665 \end_inset
25666 </cell>
25667 </row>
25668 <row>
25669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25670 \begin_inset Text
25671
25672 \begin_layout Plain Layout
25673 !
25674 \begin_inset space \hspace{}
25675 \length 0mm
25676 \end_inset
25677
25678 `
25679 \begin_inset ERT
25680 status collapsed
25681
25682 \begin_layout Plain Layout
25683
25684
25685 \backslash
25686 leer 
25687 \end_layout
25688
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \end_inset
25695 </cell>
25696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25697 \begin_inset Text
25698
25699 \begin_layout Plain Layout
25700 \begin_inset Formula $\textrm{!`}$
25701 \end_inset
25702
25703
25704 \end_layout
25705
25706 \end_inset
25707 </cell>
25708 </row>
25709 <row>
25710 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25711 \begin_inset Text
25712
25713 \begin_layout Plain Layout
25714 ?
25715 \begin_inset space \hspace{}
25716 \length 0mm
25717 \end_inset
25718
25719 `
25720 \begin_inset ERT
25721 status collapsed
25722
25723 \begin_layout Plain Layout
25724
25725
25726 \backslash
25727 leer 
25728 \end_layout
25729
25730 \end_inset
25731
25732
25733 \end_layout
25734
25735 \end_inset
25736 </cell>
25737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25738 \begin_inset Text
25739
25740 \begin_layout Plain Layout
25741 \begin_inset Formula $\textrm{?`}$
25742 \end_inset
25743
25744
25745 \end_layout
25746
25747 \end_inset
25748 </cell>
25749 </row>
25750 <row>
25751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25752 \begin_inset Text
25753
25754 \begin_layout Plain Layout
25755
25756 \backslash
25757 j
25758 \end_layout
25759
25760 \end_inset
25761 </cell>
25762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25763 \begin_inset Text
25764
25765 \begin_layout Plain Layout
25766 \begin_inset Formula $\textrm{ȷ}$
25767 \end_inset
25768
25769
25770 \end_layout
25771
25772 \end_inset
25773 </cell>
25774 </row>
25775 </lyxtabular>
25776
25777 \end_inset
25778
25779
25780 \begin_inset space \hfill{}
25781 \end_inset
25782
25783
25784 \end_layout
25785
25786 \begin_layout Standard
25787 Die Zeichen 
25788 \begin_inset Formula $\textrm{\textrm{Å}}$
25789 \end_inset
25790
25791  und 
25792 \begin_inset Formula $\textrm{\textrm{Ø}}$
25793 \end_inset
25794
25795  können auch über den Mathe-Werkzeugleistenknopf 
25796 \begin_inset Graphics
25797         filename ../../images/math/digamma.png
25798         scale 85
25799
25800 \end_inset
25801
25802  eingefügt werden.
25803 \end_layout
25804
25805 \begin_layout Standard
25806 Eine Ausnahme bilden die Befehle 
25807 \series bold
25808 !
25809 \begin_inset space \hspace{}
25810 \length 0mm
25811 \end_inset
25812
25813 `
25814 \series default
25815  und 
25816 \series bold
25817 ?
25818 \begin_inset space \hspace{}
25819 \length 0mm
25820 \end_inset
25821
25822 `
25823 \series default
25824 , denn man kann sie in LyX direkt in den Text eingeben.
25825 \end_layout
25826
25827 \begin_layout Subsection
25828 Akzente im Text
25829 \begin_inset CommandInset label
25830 LatexCommand label
25831 name "sub:Sonderzeichen-Akzente"
25832
25833 \end_inset
25834
25835
25836 \begin_inset Index
25837 status collapsed
25838
25839 \begin_layout Plain Layout
25840 Akzente ! im Text
25841 \end_layout
25842
25843 \end_inset
25844
25845
25846 \end_layout
25847
25848 \begin_layout Standard
25849 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
25850  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
25851 \end_layout
25852
25853 \begin_layout Standard
25854 \begin_inset space \hfill{}
25855 \end_inset
25856
25857
25858 \begin_inset Tabular
25859 <lyxtabular version="3" rows="8" columns="2">
25860 <features>
25861 <column alignment="block" valignment="top" width="0">
25862 <column alignment="block" valignment="top" width="0">
25863 <row>
25864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25865 \begin_inset Text
25866
25867 \begin_layout Plain Layout
25868 Befehl
25869 \end_layout
25870
25871 \end_inset
25872 </cell>
25873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25874 \begin_inset Text
25875
25876 \begin_layout Plain Layout
25877 Ergebnis
25878 \end_layout
25879
25880 \end_inset
25881 </cell>
25882 </row>
25883 <row>
25884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25885 \begin_inset Text
25886
25887 \begin_layout Plain Layout
25888
25889 \backslash
25890
25891 \begin_inset Quotes grd
25892 \end_inset
25893
25894 e
25895 \end_layout
25896
25897 \end_inset
25898 </cell>
25899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25900 \begin_inset Text
25901
25902 \begin_layout Plain Layout
25903 \begin_inset ERT
25904 status collapsed
25905
25906 \begin_layout Plain Layout
25907
25908
25909 \backslash
25910 "e
25911 \end_layout
25912
25913 \end_inset
25914
25915
25916 \end_layout
25917
25918 \end_inset
25919 </cell>
25920 </row>
25921 <row>
25922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25923 \begin_inset Text
25924
25925 \begin_layout Plain Layout
25926
25927 \backslash
25928 `e
25929 \end_layout
25930
25931 \end_inset
25932 </cell>
25933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25934 \begin_inset Text
25935
25936 \begin_layout Plain Layout
25937 \begin_inset ERT
25938 status collapsed
25939
25940 \begin_layout Plain Layout
25941
25942
25943 \backslash
25944 `e
25945 \end_layout
25946
25947 \end_inset
25948
25949
25950 \end_layout
25951
25952 \end_inset
25953 </cell>
25954 </row>
25955 <row>
25956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25957 \begin_inset Text
25958
25959 \begin_layout Plain Layout
25960
25961 \backslash
25962 ^
25963 \begin_inset ERT
25964 status collapsed
25965
25966 \begin_layout Plain Layout
25967
25968
25969 \backslash
25970 leer 
25971 \end_layout
25972
25973 \end_inset
25974
25975 e
25976 \end_layout
25977
25978 \end_inset
25979 </cell>
25980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Plain Layout
25984 \begin_inset ERT
25985 status collapsed
25986
25987 \begin_layout Plain Layout
25988
25989
25990 \backslash
25991 ^e
25992 \end_layout
25993
25994 \end_inset
25995
25996
25997 \end_layout
25998
25999 \end_inset
26000 </cell>
26001 </row>
26002 <row>
26003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007
26008 \backslash
26009 =e
26010 \end_layout
26011
26012 \end_inset
26013 </cell>
26014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26015 \begin_inset Text
26016
26017 \begin_layout Plain Layout
26018 \begin_inset ERT
26019 status collapsed
26020
26021 \begin_layout Plain Layout
26022
26023
26024 \backslash
26025 =e
26026 \end_layout
26027
26028 \end_inset
26029
26030
26031 \end_layout
26032
26033 \end_inset
26034 </cell>
26035 </row>
26036 <row>
26037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26038 \begin_inset Text
26039
26040 \begin_layout Plain Layout
26041
26042 \backslash
26043 u
26044 \begin_inset ERT
26045 status collapsed
26046
26047 \begin_layout Plain Layout
26048
26049
26050 \backslash
26051 leer 
26052 \end_layout
26053
26054 \end_inset
26055
26056 e
26057 \end_layout
26058
26059 \end_inset
26060 </cell>
26061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26062 \begin_inset Text
26063
26064 \begin_layout Plain Layout
26065 \begin_inset ERT
26066 status collapsed
26067
26068 \begin_layout Plain Layout
26069
26070
26071 \backslash
26072 u e
26073 \end_layout
26074
26075 \end_inset
26076
26077
26078 \end_layout
26079
26080 \end_inset
26081 </cell>
26082 </row>
26083 <row>
26084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088
26089 \backslash
26090 b
26091 \begin_inset ERT
26092 status collapsed
26093
26094 \begin_layout Plain Layout
26095
26096
26097 \backslash
26098 leer 
26099 \end_layout
26100
26101 \end_inset
26102
26103 e
26104 \end_layout
26105
26106 \end_inset
26107 </cell>
26108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26109 \begin_inset Text
26110
26111 \begin_layout Plain Layout
26112 \begin_inset ERT
26113 status collapsed
26114
26115 \begin_layout Plain Layout
26116
26117
26118 \backslash
26119 b e
26120 \end_layout
26121
26122 \end_inset
26123
26124
26125 \end_layout
26126
26127 \end_inset
26128 </cell>
26129 </row>
26130 <row>
26131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26132 \begin_inset Text
26133
26134 \begin_layout Plain Layout
26135
26136 \backslash
26137 t
26138 \begin_inset ERT
26139 status collapsed
26140
26141 \begin_layout Plain Layout
26142
26143
26144 \backslash
26145 leer 
26146 \end_layout
26147
26148 \end_inset
26149
26150 ee
26151 \end_layout
26152
26153 \end_inset
26154 </cell>
26155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26156 \begin_inset Text
26157
26158 \begin_layout Plain Layout
26159 \begin_inset ERT
26160 status collapsed
26161
26162 \begin_layout Plain Layout
26163
26164
26165 \backslash
26166 t ee
26167 \end_layout
26168
26169 \end_inset
26170
26171
26172 \end_layout
26173
26174 \end_inset
26175 </cell>
26176 </row>
26177 </lyxtabular>
26178
26179 \end_inset
26180
26181
26182 \begin_inset space \hfill{}
26183 \end_inset
26184
26185
26186 \begin_inset Tabular
26187 <lyxtabular version="3" rows="8" columns="2">
26188 <features>
26189 <column alignment="block" valignment="top" width="0">
26190 <column alignment="center" valignment="top" width="0">
26191 <row>
26192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26193 \begin_inset Text
26194
26195 \begin_layout Plain Layout
26196 Befehl
26197 \end_layout
26198
26199 \end_inset
26200 </cell>
26201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26202 \begin_inset Text
26203
26204 \begin_layout Plain Layout
26205 Ergebnis
26206 \end_layout
26207
26208 \end_inset
26209 </cell>
26210 </row>
26211 <row>
26212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26213 \begin_inset Text
26214
26215 \begin_layout Plain Layout
26216
26217 \backslash
26218 H
26219 \begin_inset ERT
26220 status collapsed
26221
26222 \begin_layout Plain Layout
26223
26224
26225 \backslash
26226 leer 
26227 \end_layout
26228
26229 \end_inset
26230
26231 e
26232 \end_layout
26233
26234 \end_inset
26235 </cell>
26236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240 \begin_inset ERT
26241 status collapsed
26242
26243 \begin_layout Plain Layout
26244
26245
26246 \backslash
26247 H e
26248 \end_layout
26249
26250 \end_inset
26251
26252
26253 \end_layout
26254
26255 \end_inset
26256 </cell>
26257 </row>
26258 <row>
26259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26260 \begin_inset Text
26261
26262 \begin_layout Plain Layout
26263
26264 \backslash
26265 'e
26266 \end_layout
26267
26268 \end_inset
26269 </cell>
26270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26271 \begin_inset Text
26272
26273 \begin_layout Plain Layout
26274 \begin_inset ERT
26275 status collapsed
26276
26277 \begin_layout Plain Layout
26278
26279
26280 \backslash
26281 'e
26282 \end_layout
26283
26284 \end_inset
26285
26286
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 </row>
26292 <row>
26293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26294 \begin_inset Text
26295
26296 \begin_layout Plain Layout
26297
26298 \backslash
26299 ~e
26300 \begin_inset Index
26301 status collapsed
26302
26303 \begin_layout Plain Layout
26304 Tilde
26305 \end_layout
26306
26307 \end_inset
26308
26309
26310 \end_layout
26311
26312 \end_inset
26313 </cell>
26314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26315 \begin_inset Text
26316
26317 \begin_layout Plain Layout
26318 \begin_inset ERT
26319 status collapsed
26320
26321 \begin_layout Plain Layout
26322
26323
26324 \backslash
26325 ~e
26326 \end_layout
26327
26328 \end_inset
26329
26330
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 </row>
26336 <row>
26337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26338 \begin_inset Text
26339
26340 \begin_layout Plain Layout
26341
26342 \backslash
26343 .e
26344 \end_layout
26345
26346 \end_inset
26347 </cell>
26348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26349 \begin_inset Text
26350
26351 \begin_layout Plain Layout
26352 \begin_inset ERT
26353 status collapsed
26354
26355 \begin_layout Plain Layout
26356
26357
26358 \backslash
26359 .e
26360 \end_layout
26361
26362 \end_inset
26363
26364
26365 \end_layout
26366
26367 \end_inset
26368 </cell>
26369 </row>
26370 <row>
26371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26372 \begin_inset Text
26373
26374 \begin_layout Plain Layout
26375
26376 \backslash
26377 v
26378 \begin_inset ERT
26379 status collapsed
26380
26381 \begin_layout Plain Layout
26382
26383
26384 \backslash
26385 leer 
26386 \end_layout
26387
26388 \end_inset
26389
26390 e
26391 \end_layout
26392
26393 \end_inset
26394 </cell>
26395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26396 \begin_inset Text
26397
26398 \begin_layout Plain Layout
26399 \begin_inset ERT
26400 status collapsed
26401
26402 \begin_layout Plain Layout
26403
26404
26405 \backslash
26406 v e
26407 \end_layout
26408
26409 \end_inset
26410
26411
26412 \end_layout
26413
26414 \end_inset
26415 </cell>
26416 </row>
26417 <row>
26418 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26419 \begin_inset Text
26420
26421 \begin_layout Plain Layout
26422
26423 \backslash
26424 d
26425 \begin_inset ERT
26426 status collapsed
26427
26428 \begin_layout Plain Layout
26429
26430
26431 \backslash
26432 leer 
26433 \end_layout
26434
26435 \end_inset
26436
26437 e
26438 \end_layout
26439
26440 \end_inset
26441 </cell>
26442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26443 \begin_inset Text
26444
26445 \begin_layout Plain Layout
26446 \begin_inset ERT
26447 status collapsed
26448
26449 \begin_layout Plain Layout
26450
26451
26452 \backslash
26453 d e
26454 \end_layout
26455
26456 \end_inset
26457
26458
26459 \end_layout
26460
26461 \end_inset
26462 </cell>
26463 </row>
26464 <row>
26465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26466 \begin_inset Text
26467
26468 \begin_layout Plain Layout
26469
26470 \backslash
26471 c
26472 \begin_inset ERT
26473 status collapsed
26474
26475 \begin_layout Plain Layout
26476
26477
26478 \backslash
26479 leer 
26480 \end_layout
26481
26482 \end_inset
26483
26484 e
26485 \end_layout
26486
26487 \end_inset
26488 </cell>
26489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26490 \begin_inset Text
26491
26492 \begin_layout Plain Layout
26493 \begin_inset ERT
26494 status collapsed
26495
26496 \begin_layout Plain Layout
26497
26498
26499 \backslash
26500 c e
26501 \end_layout
26502
26503 \end_inset
26504
26505
26506 \end_layout
26507
26508 \end_inset
26509 </cell>
26510 </row>
26511 </lyxtabular>
26512
26513 \end_inset
26514
26515
26516 \begin_inset space \hfill{}
26517 \end_inset
26518
26519
26520 \end_layout
26521
26522 \begin_layout Standard
26523 \begin_inset VSpace medskip
26524 \end_inset
26525
26526 Mit dem Befehl 
26527 \series bold
26528
26529 \backslash
26530 t
26531 \series default
26532  können auch zwei verschiedene Zeichen akzentuiert werden.
26533  Der Befehl 
26534 \series bold
26535
26536 \backslash
26537 t
26538 \begin_inset ERT
26539 status collapsed
26540
26541 \begin_layout Plain Layout
26542
26543
26544 \backslash
26545 leer 
26546 \end_layout
26547
26548 \end_inset
26549
26550 sz
26551 \series default
26552  ergibt: 
26553 \begin_inset ERT
26554 status collapsed
26555
26556 \begin_layout Plain Layout
26557
26558
26559 \backslash
26560 t sz
26561 \end_layout
26562
26563 \end_inset
26564
26565
26566 \end_layout
26567
26568 \begin_layout Standard
26569 Die Akzente 
26570 \series bold
26571 `
26572 \series default
26573  , 
26574 \series bold
26575 '
26576 \series default
26577  und 
26578 \series bold
26579 ^
26580 \series default
26581  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
26582  werden ohne den TeX-Modus zu benutzen.
26583  Dasselbe gilt für die Tilde
26584 \begin_inset Foot
26585 status collapsed
26586
26587 \begin_layout Plain Layout
26588 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
26589 \end_layout
26590
26591 \end_inset
26592
26593  
26594 \series bold
26595 ~
26596 \series default
26597  in Verbindung mit 
26598 \emph on
26599 a
26600 \emph default
26601  , 
26602 \emph on
26603 n
26604 \emph default
26605  oder 
26606 \emph on
26607 o
26608 \emph default
26609 .
26610 \end_layout
26611
26612 \begin_layout Standard
26613 Die Befehle 
26614 \series bold
26615
26616 \backslash
26617 b
26618 \series default
26619  , 
26620 \series bold
26621
26622 \backslash
26623 c
26624 \series default
26625  , 
26626 \series bold
26627
26628 \backslash
26629 d
26630 \series default
26631  , 
26632 \series bold
26633
26634 \backslash
26635 H
26636 \series default
26637  , 
26638 \series bold
26639
26640 \backslash
26641 t
26642 \series default
26643  , 
26644 \series bold
26645
26646 \backslash
26647 u
26648 \series default
26649  , 
26650 \series bold
26651
26652 \backslash
26653 v
26654 \series default
26655  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
26656  Textmodus verfügbar.
26657  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
26658  
26659 \begin_inset CommandInset ref
26660 LatexCommand ref
26661 reference "sub:Akzente-für-ein"
26662
26663 \end_inset
26664
26665 .
26666 \end_layout
26667
26668 \begin_layout Standard
26669 \begin_inset VSpace bigskip
26670 \end_inset
26671
26672 Des Weiteren kann man mit dem Befehl 
26673 \series bold
26674
26675 \backslash
26676 textcircled
26677 \series default
26678
26679 \begin_inset Index
26680 status collapsed
26681
26682 \begin_layout Plain Layout
26683 Befehle ! T ! 
26684 \backslash
26685 textcircled
26686 \end_layout
26687
26688 \end_inset
26689
26690 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
26691  Kreis setzen, quasi mit einem Kreis akzentuieren.
26692 \end_layout
26693
26694 \begin_layout Standard
26695 \align center
26696 \begin_inset Tabular
26697 <lyxtabular version="3" rows="3" columns="2">
26698 <features>
26699 <column alignment="center" valignment="top" width="0">
26700 <column alignment="center" valignment="top" width="0">
26701 <row>
26702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26703 \begin_inset Text
26704
26705 \begin_layout Plain Layout
26706 Befehl
26707 \end_layout
26708
26709 \end_inset
26710 </cell>
26711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26712 \begin_inset Text
26713
26714 \begin_layout Plain Layout
26715 Ergebnis
26716 \begin_inset Note Note
26717 status collapsed
26718
26719 \begin_layout Plain Layout
26720
26721 \series bold
26722
26723 \backslash
26724 raisebox
26725 \series default
26726  in der Formel dient nur als Abstandhalter.
26727 \end_layout
26728
26729 \end_inset
26730
26731
26732 \end_layout
26733
26734 \end_inset
26735 </cell>
26736 </row>
26737 <row>
26738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26739 \begin_inset Text
26740
26741 \begin_layout Plain Layout
26742
26743 \backslash
26744 textcircled{w}
26745 \end_layout
26746
26747 \end_inset
26748 </cell>
26749 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26750 \begin_inset Text
26751
26752 \begin_layout Plain Layout
26753 \begin_inset ERT
26754 status collapsed
26755
26756 \begin_layout Plain Layout
26757
26758
26759 \backslash
26760 textcircled{w}
26761 \end_layout
26762
26763 \end_inset
26764
26765
26766 \end_layout
26767
26768 \end_inset
26769 </cell>
26770 </row>
26771 <row>
26772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26773 \begin_inset Text
26774
26775 \begin_layout Plain Layout
26776
26777 \backslash
26778 Large 
26779 \backslash
26780 textcircled{
26781 \backslash
26782 normalsize
26783 \backslash
26784 protect
26785 \backslash
26786 raisebox{-1.5pt}{W}}
26787 \end_layout
26788
26789 \end_inset
26790 </cell>
26791 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26792 \begin_inset Text
26793
26794 \begin_layout Plain Layout
26795 \begin_inset Formula $\raisebox{4.5mm}{}$
26796 \end_inset
26797
26798
26799 \begin_inset ERT
26800 status collapsed
26801
26802 \begin_layout Plain Layout
26803
26804
26805 \backslash
26806 Large 
26807 \backslash
26808 textcircled{
26809 \backslash
26810 normalsize
26811 \backslash
26812 protect
26813 \backslash
26814 raisebox{-1.5pt}W}
26815 \end_layout
26816
26817 \end_inset
26818
26819
26820 \begin_inset Formula $\raisebox{-2mm}{}$
26821 \end_inset
26822
26823
26824 \end_layout
26825
26826 \end_inset
26827 </cell>
26828 </row>
26829 </lyxtabular>
26830
26831 \end_inset
26832
26833
26834 \end_layout
26835
26836 \begin_layout Standard
26837 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
26838  
26839 \series bold
26840
26841 \backslash
26842 Large
26843 \series default
26844
26845 \begin_inset Foot
26846 status collapsed
26847
26848 \begin_layout Plain Layout
26849 siehe 
26850 \begin_inset CommandInset ref
26851 LatexCommand ref
26852 reference "sub:Schriftgrößen"
26853
26854 \end_inset
26855
26856
26857 \end_layout
26858
26859 \end_inset
26860
26861  bestimmt dabei die Größe des Kreises.
26862  Mit Hilfe von 
26863 \series bold
26864
26865 \backslash
26866 raisebox
26867 \series default
26868
26869 \begin_inset Foot
26870 status collapsed
26871
26872 \begin_layout Plain Layout
26873 siehe 
26874 \begin_inset CommandInset ref
26875 LatexCommand ref
26876 reference "sub:Boxen-ohne-Rahmen"
26877
26878 \end_inset
26879
26880
26881 \end_layout
26882
26883 \end_inset
26884
26885  kann man das Zeichen zentrieren.
26886 \end_layout
26887
26888 \begin_layout Subsection
26889 Minuskelziffern
26890 \begin_inset Index
26891 status collapsed
26892
26893 \begin_layout Plain Layout
26894 Minuskelziffern
26895 \end_layout
26896
26897 \end_inset
26898
26899
26900 \end_layout
26901
26902 \begin_layout Standard
26903 Minuskelziffern werden mit dem Befehl 
26904 \series bold
26905
26906 \backslash
26907 oldstylenums
26908 \series default
26909
26910 \begin_inset Index
26911 status collapsed
26912
26913 \begin_layout Plain Layout
26914 Befehle ! O ! 
26915 \backslash
26916 oldstylenums
26917 \end_layout
26918
26919 \end_inset
26920
26921  erzeugt.
26922  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
26923  Das Befehlsschema lautet:
26924 \end_layout
26925
26926 \begin_layout Standard
26927
26928 \series bold
26929
26930 \backslash
26931 oldstylenums{Ziffer}
26932 \end_layout
26933
26934 \begin_layout Standard
26935 Der Befehl 
26936 \series bold
26937
26938 \backslash
26939 oldstylenums{0123456789
26940 \series default
26941  ergibt: 
26942 \begin_inset Formula $\oldstylenums{0123456789}$
26943 \end_inset
26944
26945
26946 \end_layout
26947
26948 \begin_layout Subsection
26949 Sonstige Sonderzeichen
26950 \begin_inset CommandInset label
26951 LatexCommand label
26952 name "sub:Sonstige-Sonderzeichen"
26953
26954 \end_inset
26955
26956
26957 \begin_inset Index
26958 status collapsed
26959
26960 \begin_layout Plain Layout
26961 Sonderzeichen ! sonstige
26962 \end_layout
26963
26964 \end_inset
26965
26966
26967 \end_layout
26968
26969 \begin_layout Standard
26970 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
26971 \end_layout
26972
26973 \begin_layout Standard
26974 \align center
26975 \begin_inset Tabular
26976 <lyxtabular version="3" rows="4" columns="2">
26977 <features>
26978 <column alignment="center" valignment="top" width="0">
26979 <column alignment="center" valignment="top" width="0">
26980 <row>
26981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26982 \begin_inset Text
26983
26984 \begin_layout Plain Layout
26985 Befehl
26986 \end_layout
26987
26988 \end_inset
26989 </cell>
26990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26991 \begin_inset Text
26992
26993 \begin_layout Plain Layout
26994 Ergebnis
26995 \end_layout
26996
26997 \end_inset
26998 </cell>
26999 </row>
27000 <row>
27001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27002 \begin_inset Text
27003
27004 \begin_layout Plain Layout
27005
27006 \backslash
27007 ^
27008 \begin_inset ERT
27009 status collapsed
27010
27011 \begin_layout Plain Layout
27012
27013
27014 \backslash
27015 leer 
27016 \end_layout
27017
27018 \end_inset
27019
27020
27021 \end_layout
27022
27023 \end_inset
27024 </cell>
27025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27026 \begin_inset Text
27027
27028 \begin_layout Plain Layout
27029 \begin_inset Formula $\mathcircumflex$
27030 \end_inset
27031
27032
27033 \end_layout
27034
27035 \end_inset
27036 </cell>
27037 </row>
27038 <row>
27039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27040 \begin_inset Text
27041
27042 \begin_layout Plain Layout
27043
27044 \backslash
27045 _
27046 \end_layout
27047
27048 \end_inset
27049 </cell>
27050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27051 \begin_inset Text
27052
27053 \begin_layout Plain Layout
27054 \begin_inset Formula $\_$
27055 \end_inset
27056
27057
27058 \end_layout
27059
27060 \end_inset
27061 </cell>
27062 </row>
27063 <row>
27064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27065 \begin_inset Text
27066
27067 \begin_layout Plain Layout
27068 ^
27069 \begin_inset ERT
27070 status collapsed
27071
27072 \begin_layout Plain Layout
27073
27074
27075 \backslash
27076 leer 
27077 \end_layout
27078
27079 \end_inset
27080
27081
27082 \backslash
27083 circ
27084 \begin_inset Index
27085 status collapsed
27086
27087 \begin_layout Plain Layout
27088 °
27089 \end_layout
27090
27091 \end_inset
27092
27093
27094 \end_layout
27095
27096 \end_inset
27097 </cell>
27098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27099 \begin_inset Text
27100
27101 \begin_layout Plain Layout
27102 \begin_inset Formula $^{\circ}$
27103 \end_inset
27104
27105
27106 \end_layout
27107
27108 \end_inset
27109 </cell>
27110 </row>
27111 </lyxtabular>
27112
27113 \end_inset
27114
27115
27116 \end_layout
27117
27118 \begin_layout Standard
27119 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27120  folgende Zeile enthält
27121 \begin_inset Foot
27122 status collapsed
27123
27124 \begin_layout Plain Layout
27125 Mehr dazu ist in 
27126 \begin_inset CommandInset ref
27127 LatexCommand ref
27128 reference "sub:Textzeichen-in-Formeln"
27129
27130 \end_inset
27131
27132  beschrieben.
27133 \end_layout
27134
27135 \end_inset
27136
27137 :
27138 \end_layout
27139
27140 \begin_layout Standard
27141
27142 \series bold
27143
27144 \backslash
27145 DeclareInputText{176}{
27146 \backslash
27147 ifmmode^
27148 \backslash
27149 circ
27150 \backslash
27151 else
27152 \backslash
27153 textdegree
27154 \backslash
27155 fi}
27156 \end_layout
27157
27158 \begin_layout Section
27159 Formelstile
27160 \begin_inset CommandInset label
27161 LatexCommand label
27162 name "sec:Formelstile"
27163
27164 \end_inset
27165
27166
27167 \begin_inset Index
27168 status collapsed
27169
27170 \begin_layout Plain Layout
27171 Formel ! Stile
27172 \end_layout
27173
27174 \end_inset
27175
27176
27177 \end_layout
27178
27179 \begin_layout Itemize
27180 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27181 \end_layout
27182
27183 \begin_deeper
27184 \begin_layout Description
27185 Zentriert ist der voreingestellte Standard
27186 \end_layout
27187
27188 \begin_layout Description
27189 Eingerückt dazu muss im Menü 
27190 \family sans
27191 Dokument\SpecialChar \menuseparator
27192 Einstellungen
27193 \family default
27194  unter 
27195 \family sans
27196 Dokumentklasse
27197 \family default
27198  die Option 
27199 \series bold
27200 fleqn
27201 \series default
27202  eingeben werden
27203 \end_layout
27204
27205 \begin_layout Standard
27206 Wird 
27207 \series bold
27208 Eingerückt
27209 \series default
27210  verwendet, kann mit der Länge 
27211 \series bold
27212
27213 \backslash
27214 mathindent
27215 \series default
27216
27217 \begin_inset Index
27218 status collapsed
27219
27220 \begin_layout Plain Layout
27221 Befehle ! M ! 
27222 \backslash
27223 mathindent
27224 \end_layout
27225
27226 \end_inset
27227
27228  die Einrückung eingestellt werden.
27229  Soll der Abstand 15
27230 \begin_inset space \thinspace{}
27231 \end_inset
27232
27233 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27234 \end_layout
27235
27236 \begin_layout Standard
27237
27238 \series bold
27239
27240 \backslash
27241 setlength{
27242 \backslash
27243 mathindent}{15mm}
27244 \end_layout
27245
27246 \begin_layout Standard
27247 ein.
27248  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27249 \begin_inset space \thinspace{}
27250 \end_inset
27251
27252 pt verwendet.
27253 \end_layout
27254
27255 \end_deeper
27256 \begin_layout Itemize
27257 Und zwei verschiedene Nummerierungsstile:
27258 \end_layout
27259
27260 \begin_deeper
27261 \begin_layout Description
27262 Rechts ist der voreingestellte Standard
27263 \end_layout
27264
27265 \begin_layout Description
27266 Links dazu muss im Menü 
27267 \family sans
27268 Dokument\SpecialChar \menuseparator
27269 Einstellungen
27270 \family default
27271  unter 
27272 \family sans
27273 Dokumentklasse
27274 \family default
27275  die Option 
27276 \series bold
27277 leqno
27278 \series default
27279  eingeben werden
27280 \end_layout
27281
27282 \end_deeper
27283 \begin_layout Standard
27284
27285 \series bold
27286 fleqn
27287 \series default
27288  und 
27289 \series bold
27290 leqno
27291 \series default
27292  können auch gemeinsam verwendet werden.
27293  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27294 n.
27295 \end_layout
27296
27297 \begin_layout Standard
27298 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27299  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27300  ausgerichtete Formeln setzen, verwendet man den Stil 
27301 \series bold
27302 Zentriert
27303 \series default
27304 .
27305  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27306  
27307 \begin_inset CommandInset ref
27308 LatexCommand ref
27309 reference "sub:Flalign-Umgebung"
27310
27311 \end_inset
27312
27313 .
27314 \end_layout
27315
27316 \begin_layout Section
27317 Mehrzeilige Formeln
27318 \begin_inset CommandInset label
27319 LatexCommand label
27320 name "sec:Mehrzeilige-Formeln"
27321
27322 \end_inset
27323
27324
27325 \begin_inset Index
27326 status collapsed
27327
27328 \begin_layout Plain Layout
27329 Formel ! mehrzeilige
27330 \end_layout
27331
27332 \end_inset
27333
27334
27335 \end_layout
27336
27337 \begin_layout Subsection
27338 Allgemeines
27339 \end_layout
27340
27341 \begin_layout Standard
27342 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27343 \family sans
27344 \series bold
27345 Strg-Enter
27346 \family default
27347 \series default
27348  drückt.
27349  Dies erzeugt entweder eine 
27350 \series bold
27351 eqnarray-Umgebung
27352 \series default
27353 , die in 
27354 \begin_inset CommandInset ref
27355 LatexCommand ref
27356 reference "sub:Eqnarray-Umgebung"
27357
27358 \end_inset
27359
27360  beschrieben ist oder, wenn die Option 
27361 \family sans
27362 AMS-Mathe-Paket verwenden
27363 \family default
27364  in den Dokumenteinstellungen gewählt ist, eine 
27365 \series bold
27366 align-Umgebung
27367 \series default
27368 , die in 
27369 \begin_inset CommandInset ref
27370 LatexCommand ref
27371 reference "sub:Standard-align-Umgebung"
27372
27373 \end_inset
27374
27375  beschrieben ist.
27376 \end_layout
27377
27378 \begin_layout Standard
27379 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27380 \family sans
27381 Einfügen\SpecialChar \menuseparator
27382 Mathe
27383 \family default
27384  erstellt werden können.
27385  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27386 \end_layout
27387
27388 \begin_layout Standard
27389 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27390  man 
27391 \family sans
27392 Strg-Enter
27393 \family default
27394  drückt.
27395  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27396 fe 
27397 \begin_inset Graphics
27398         filename ../../images/tabular-feature_append-row.png
27399         scale 85
27400
27401 \end_inset
27402
27403  bzw.
27404 \begin_inset space ~
27405 \end_inset
27406
27407
27408 \begin_inset Graphics
27409         filename ../../images/tabular-feature_delete-row.png
27410         scale 85
27411
27412 \end_inset
27413
27414  oder das Menü 
27415 \family sans
27416 Bearbeiten\SpecialChar \menuseparator
27417 Zeilen & Spalten
27418 \family default
27419  verwendet werden.
27420 \end_layout
27421
27422 \begin_layout Subsubsection
27423 Zeilenabstand
27424 \begin_inset CommandInset label
27425 LatexCommand label
27426 name "sub:Zeilenabstand"
27427
27428 \end_inset
27429
27430
27431 \begin_inset Index
27432 status collapsed
27433
27434 \begin_layout Plain Layout
27435 Formel ! mehrzeilige ! Zeilenabstand
27436 \end_layout
27437
27438 \end_inset
27439
27440
27441 \end_layout
27442
27443 \begin_layout Standard
27444 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27445 \begin_inset Formula \begin{eqnarray*}
27446 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}\\
27447 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*}
27448
27449 \end_inset
27450
27451
27452 \end_layout
27453
27454 \begin_layout Standard
27455 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27456 chbefehls angegeben.
27457  Dies ist in LyX aber nicht möglich
27458 \begin_inset Foot
27459 status collapsed
27460
27461 \begin_layout Plain Layout
27462 siehe 
27463 \begin_inset CommandInset href
27464 LatexCommand href
27465 name "LyX-Fehler #1505"
27466 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27467
27468 \end_inset
27469
27470
27471 \end_layout
27472
27473 \end_inset
27474
27475 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
27476  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
27477  Zeile den Befehl 
27478 \series bold
27479
27480 \backslash
27481
27482 \backslash
27483 [3mm]
27484 \series default
27485  ein.
27486  Damit erhält man: 
27487 \begin_inset ERT
27488 status collapsed
27489
27490 \begin_layout Plain Layout
27491
27492
27493 \backslash
27494 begin{eqnarray*}
27495 \end_layout
27496
27497 \begin_layout Plain Layout
27498
27499 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27500  = & 
27501 \backslash
27502 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27503 \backslash
27504
27505 \backslash
27506 [3mm]
27507 \end_layout
27508
27509 \begin_layout Plain Layout
27510
27511 4x^{2}
27512 \backslash
27513 left(B^{2}+x_{0}^{2}
27514 \backslash
27515 right)+4x_{0}x
27516 \backslash
27517 left(D-B^{2}
27518 \backslash
27519 right)+B^{2}
27520 \backslash
27521 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27522 \backslash
27523 right) & = & 0
27524 \end_layout
27525
27526 \begin_layout Plain Layout
27527
27528
27529 \backslash
27530 end{eqnarray*}
27531 \end_layout
27532
27533 \end_inset
27534
27535
27536 \end_layout
27537
27538 \begin_layout Standard
27539 \begin_inset VSpace bigskip
27540 \end_inset
27541
27542 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
27543  man die Länge 
27544 \series bold
27545
27546 \backslash
27547 jot
27548 \series default
27549
27550 \begin_inset Index
27551 status collapsed
27552
27553 \begin_layout Plain Layout
27554 Befehle ! J ! 
27555 \backslash
27556 jot
27557 \end_layout
27558
27559 \end_inset
27560
27561 .
27562  Es gilt 
27563 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
27564 \end_inset
27565
27566 .
27567  Voreingestellt ist für 
27568 \series bold
27569
27570 \backslash
27571 jot
27572 \series default
27573  der Wert 3
27574 \begin_inset space \thinspace{}
27575 \end_inset
27576
27577 pt.
27578  Um wie im vorigen Beispiel 3
27579 \begin_inset space \thinspace{}
27580 \end_inset
27581
27582 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
27583 \end_layout
27584
27585 \begin_layout Standard
27586
27587 \series bold
27588
27589 \backslash
27590 setlength{
27591 \backslash
27592 jot}{3mm+3pt}
27593 \end_layout
27594
27595 \begin_layout Standard
27596 im TeX-Modus vor der Formel ein.
27597  Das setzt voraus, dass das LaTeX-Paket 
27598 \series bold
27599 calc
27600 \series default
27601
27602 \begin_inset Foot
27603 status collapsed
27604
27605 \begin_layout Plain Layout
27606
27607 \series bold
27608 calc
27609 \series default
27610  ist Teil jeder LaTeX-Standardinstallation.
27611 \end_layout
27612
27613 \end_inset
27614
27615
27616 \begin_inset Index
27617 status collapsed
27618
27619 \begin_layout Plain Layout
27620 Pakete ! calc
27621 \end_layout
27622
27623 \end_inset
27624
27625  im LaTeX-Vorspann mit der Zeile
27626 \end_layout
27627
27628 \begin_layout Standard
27629
27630 \series bold
27631
27632 \backslash
27633 usepackage{calc}
27634 \end_layout
27635
27636 \begin_layout Standard
27637 geladen wurde.
27638 \end_layout
27639
27640 \begin_layout Standard
27641 Man erhält: 
27642 \begin_inset ERT
27643 status collapsed
27644
27645 \begin_layout Plain Layout
27646
27647
27648 \backslash
27649 setlength{
27650 \backslash
27651 jot}{3mm+3pt}
27652 \end_layout
27653
27654 \end_inset
27655
27656
27657 \begin_inset Formula \begin{eqnarray*}
27658 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}\\
27659 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*}
27660
27661 \end_inset
27662
27663
27664 \end_layout
27665
27666 \begin_layout Standard
27667 \begin_inset ERT
27668 status collapsed
27669
27670 \begin_layout Plain Layout
27671
27672
27673 \backslash
27674 setlength{
27675 \backslash
27676 jot}{3pt}
27677 \end_layout
27678
27679 \end_inset
27680
27681  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
27682 \series bold
27683
27684 \backslash
27685 jot
27686 \series default
27687  auf den Wert 3
27688 \begin_inset space \thinspace{}
27689 \end_inset
27690
27691 pt.
27692 \end_layout
27693
27694 \begin_layout Subsubsection
27695 Spaltenabstand
27696 \begin_inset CommandInset label
27697 LatexCommand label
27698 name "sub:Spaltenabstand"
27699
27700 \end_inset
27701
27702
27703 \begin_inset Index
27704 status collapsed
27705
27706 \begin_layout Plain Layout
27707 Formel ! mehrzeilige ! Spaltenabstand
27708 \end_layout
27709
27710 \end_inset
27711
27712
27713 \end_layout
27714
27715 \begin_layout Standard
27716 Mehrzeilige Formeln bilden eine Matrix.
27717  Eine Formel in der Eqnarray-Umgebung ist z.
27718 \begin_inset space \thinspace{}
27719 \end_inset
27720
27721 B.
27722  eine dreispaltige Matrix.
27723  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
27724  neben den Relationszeichen ändern.
27725 \end_layout
27726
27727 \begin_layout Standard
27728 Der Spaltenabstand wird mit der Länge 
27729 \series bold
27730
27731 \backslash
27732 arraycolsep
27733 \series default
27734
27735 \begin_inset Index
27736 status collapsed
27737
27738 \begin_layout Plain Layout
27739 Befehle ! A ! 
27740 \backslash
27741 arraycolsep
27742 \end_layout
27743
27744 \end_inset
27745
27746  festgelegt, wobei gilt:
27747 \begin_inset Newline newline
27748 \end_inset
27749
27750 Spaltenabstand = 2
27751 \begin_inset space \thinspace{}
27752 \end_inset
27753
27754
27755 \series bold
27756
27757 \backslash
27758 arraycolsep
27759 \series default
27760 .
27761 \begin_inset Newline newline
27762 \end_inset
27763
27764 Der im TeX-Modus eingegebene Befehl
27765 \end_layout
27766
27767 \begin_layout Standard
27768
27769 \series bold
27770
27771 \backslash
27772 setlength{
27773 \backslash
27774 arraycolsep}{1cm}
27775 \end_layout
27776
27777 \begin_layout Standard
27778 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
27779 \begin_inset space \thinspace{}
27780 \end_inset
27781
27782 cm.
27783  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
27784 \series bold
27785
27786 \backslash
27787 arraycolsep
27788 \series default
27789  auf 5
27790 \begin_inset space \thinspace{}
27791 \end_inset
27792
27793 pt.
27794 \end_layout
27795
27796 \begin_layout Standard
27797 Eine Formel mit 2
27798 \begin_inset space \thinspace{}
27799 \end_inset
27800
27801 cm Spaltenabstand:
27802 \begin_inset ERT
27803 status collapsed
27804
27805 \begin_layout Plain Layout
27806
27807
27808 \backslash
27809 setlength{
27810 \backslash
27811 arraycolsep}{1cm}
27812 \end_layout
27813
27814 \end_inset
27815
27816
27817 \begin_inset Formula \begin{eqnarray*}
27818 A & = & B\\
27819 C & \ne & A\end{eqnarray*}
27820
27821 \end_inset
27822
27823 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
27824 \begin_inset space \thinspace{}
27825 \end_inset
27826
27827 pt:
27828 \begin_inset ERT
27829 status collapsed
27830
27831 \begin_layout Plain Layout
27832
27833
27834 \backslash
27835 setlength{
27836 \backslash
27837 arraycolsep}{5pt}
27838 \end_layout
27839
27840 \end_inset
27841
27842
27843 \begin_inset Formula \begin{eqnarray*}
27844 A & = & B\\
27845 C & \ne & A\end{eqnarray*}
27846
27847 \end_inset
27848
27849
27850 \end_layout
27851
27852 \begin_layout Subsubsection
27853 Lange Formeln
27854 \begin_inset Index
27855 status collapsed
27856
27857 \begin_layout Plain Layout
27858 Formel ! lange
27859 \end_layout
27860
27861 \end_inset
27862
27863
27864 \end_layout
27865
27866 \begin_layout Standard
27867 Lange Formeln kann man wie folgt setzen:
27868 \end_layout
27869
27870 \begin_layout Itemize
27871 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
27872  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
27873 \begin_inset ERT
27874 status collapsed
27875
27876 \begin_layout Plain Layout
27877
27878
27879 \backslash
27880 medskip
27881 \end_layout
27882
27883 \end_inset
27884
27885  
27886 \begin_inset Formula \begin{eqnarray}
27887 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 \\
27888  &  & -\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}
27889
27890 \end_inset
27891
27892
27893 \begin_inset ERT
27894 status collapsed
27895
27896 \begin_layout Plain Layout
27897
27898
27899 \backslash
27900 smallskip
27901 \end_layout
27902
27903 \end_inset
27904
27905
27906 \begin_inset Newline newline
27907 \end_inset
27908
27909 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
27910  als Operator, da es das erste Zeichen der Zeile ist.
27911  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
27912  Bruchstrich unterscheiden.
27913  Um das zu verhindern, wurde mit dem Befehl 
27914 \series bold
27915
27916 \backslash
27917 hspace{3pt}
27918 \series default
27919
27920 \begin_inset Foot
27921 status collapsed
27922
27923 \begin_layout Plain Layout
27924 mehr zu 
27925 \series bold
27926
27927 \backslash
27928 hspace
27929 \series default
27930  siehe 
27931 \begin_inset CommandInset ref
27932 LatexCommand ref
27933 reference "sub:Variabler-Leerraum"
27934
27935 \end_inset
27936
27937
27938 \end_layout
27939
27940 \end_inset
27941
27942
27943 \begin_inset Index
27944 status collapsed
27945
27946 \begin_layout Plain Layout
27947 Befehle ! H ! 
27948 \backslash
27949 hspace
27950 \end_layout
27951
27952 \end_inset
27953
27954  Leerraum hinter das Minuszeichen eingefügt.
27955 \end_layout
27956
27957 \begin_layout Itemize
27958 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
27959 \series bold
27960
27961 \backslash
27962 lefteqn
27963 \series default
27964
27965 \begin_inset Index
27966 status collapsed
27967
27968 \begin_layout Plain Layout
27969 Befehle ! L ! 
27970 \backslash
27971 lefteqn
27972 \end_layout
27973
27974 \end_inset
27975
27976 .
27977  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
27978  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
27979 \begin_inset ERT
27980 status collapsed
27981
27982 \begin_layout Plain Layout
27983
27984
27985 \backslash
27986 medskip
27987 \end_layout
27988
27989 \end_inset
27990
27991
27992 \begin_inset Formula \begin{eqnarray}
27993 \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 \\
27994  &  & -\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 \\
27995  &  & =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}
27996
27997 \end_inset
27998
27999
28000 \begin_inset ERT
28001 status collapsed
28002
28003 \begin_layout Plain Layout
28004
28005
28006 \backslash
28007 smallskip
28008 \end_layout
28009
28010 \end_inset
28011
28012
28013 \begin_inset Newline newline
28014 \end_inset
28015
28016 Nachdem man 
28017 \series bold
28018
28019 \backslash
28020 lefteqn
28021 \series default
28022  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28023  das gegenüber dem blauen leicht verschoben ist.
28024  In dieses wird die Formel eingegeben.
28025 \begin_inset ERT
28026 status collapsed
28027
28028 \begin_layout Plain Layout
28029
28030
28031 \backslash
28032 medskip
28033 \end_layout
28034
28035 \end_inset
28036
28037
28038 \begin_inset Newline newline
28039 \end_inset
28040
28041 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28042  eingegeben.
28043  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28044  Einrückung.
28045 \begin_inset ERT
28046 status collapsed
28047
28048 \begin_layout Plain Layout
28049
28050
28051 \backslash
28052 medskip
28053 \end_layout
28054
28055 \end_inset
28056
28057
28058 \begin_inset Newline newline
28059 \end_inset
28060
28061
28062 \begin_inset Note Greyedout
28063 status open
28064
28065 \begin_layout Plain Layout
28066 Bei der Verwendung von 
28067 \series bold
28068
28069 \backslash
28070 lefteqn
28071 \series default
28072  ist Folgendes zu beachten:
28073 \end_layout
28074
28075 \begin_layout Itemize
28076 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28077  Würde man in obigem Beispiel der ersten Zeile den Term 
28078 \begin_inset Formula $-B^{2}$
28079 \end_inset
28080
28081  anfügen, befände sich dieser außerhalb des Seitenrands.
28082  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28083  Leerraum einfügen.
28084 \end_layout
28085
28086 \begin_layout Itemize
28087 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28088  erste Zeile gesetzt werden.
28089 \begin_inset Foot
28090 status collapsed
28091
28092 \begin_layout Plain Layout
28093 \begin_inset CommandInset href
28094 LatexCommand href
28095 name "LyX-Fehler #1429"
28096 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28097
28098 \end_inset
28099
28100
28101 \end_layout
28102
28103 \end_inset
28104
28105  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28106  Pfeiltasten bewegen.
28107 \end_layout
28108
28109 \end_inset
28110
28111
28112 \end_layout
28113
28114 \begin_layout Itemize
28115 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28116 \begin_inset CommandInset ref
28117 LatexCommand ref
28118 reference "sub:Multline-Umgebung"
28119
28120 \end_inset
28121
28122  und 
28123 \begin_inset CommandInset ref
28124 LatexCommand ref
28125 reference "sub:Mehrzeilige-Formelteile"
28126
28127 \end_inset
28128
28129  beschriebenen Umgebungen.
28130 \end_layout
28131
28132 \begin_layout Subsubsection
28133 Mehrzeilige Klammern
28134 \begin_inset CommandInset label
28135 LatexCommand label
28136 name "sub:Mehrzeilige-Klammern"
28137
28138 \end_inset
28139
28140
28141 \begin_inset Index
28142 status collapsed
28143
28144 \begin_layout Plain Layout
28145 Klammern ! mehrzeilige
28146 \end_layout
28147
28148 \end_inset
28149
28150
28151 \end_layout
28152
28153 \begin_layout Standard
28154 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28155 \begin_inset Formula \begin{eqnarray*}
28156 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28157  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28158
28159 \end_inset
28160
28161
28162 \end_layout
28163
28164 \begin_layout Standard
28165 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28166  Größe dürfen nicht über mehrere Zeilen gehen.
28167 \end_layout
28168
28169 \begin_layout Standard
28170 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28171  erste Zeile mit 
28172 \series bold
28173
28174 \backslash
28175 right.
28176 \series default
28177
28178 \begin_inset Index
28179 status collapsed
28180
28181 \begin_layout Plain Layout
28182 Befehle ! R ! 
28183 \backslash
28184 right
28185 \end_layout
28186
28187 \end_inset
28188
28189  und beginnt die zweite Zeile mit 
28190 \series bold
28191
28192 \backslash
28193 left.
28194 \begin_inset Foot
28195 status collapsed
28196
28197 \begin_layout Plain Layout
28198 mehr zu 
28199 \series bold
28200
28201 \backslash
28202 left
28203 \series default
28204  und 
28205 \series bold
28206
28207 \backslash
28208 right
28209 \series default
28210  siehe 
28211 \begin_inset CommandInset ref
28212 LatexCommand ref
28213 reference "sub:Automatische-Klammergrößen"
28214
28215 \end_inset
28216
28217
28218 \end_layout
28219
28220 \end_inset
28221
28222
28223 \series default
28224
28225 \begin_inset Index
28226 status collapsed
28227
28228 \begin_layout Plain Layout
28229 Befehle ! L ! 
28230 \backslash
28231 left
28232 \end_layout
28233
28234 \end_inset
28235
28236 .
28237  Nach 
28238 \series bold
28239
28240 \backslash
28241 left.
28242
28243 \series default
28244  gibt man den Befehl 
28245 \series bold
28246
28247 \backslash
28248 vphantom
28249 \series default
28250
28251 \begin_inset ERT
28252 status collapsed
28253
28254 \begin_layout Plain Layout
28255
28256
28257 \backslash
28258 leer 
28259 \end_layout
28260
28261 \end_inset
28262
28263
28264 \series bold
28265
28266 \backslash
28267 prod
28268 \series default
28269 ^
28270 \begin_inset ERT
28271 status collapsed
28272
28273 \begin_layout Plain Layout
28274
28275
28276 \backslash
28277 leer 
28278 \end_layout
28279
28280 \end_inset
28281
28282
28283 \series bold
28284
28285 \backslash
28286 infty
28287 \series default
28288
28289 \begin_inset ERT
28290 status collapsed
28291
28292 \begin_layout Plain Layout
28293
28294
28295 \backslash
28296 leer 
28297 \end_layout
28298
28299 \end_inset
28300
28301
28302 \series bold
28303
28304 \begin_inset Formula $\downarrow$
28305 \end_inset
28306
28307 _R=1}
28308 \series default
28309
28310 \begin_inset Index
28311 status collapsed
28312
28313 \begin_layout Plain Layout
28314 Befehle ! V ! 
28315 \backslash
28316 vphantom
28317 \end_layout
28318
28319 \end_inset
28320
28321  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28322  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28323 \end_layout
28324
28325 \begin_layout Standard
28326 Das Ergebnis sieht so aus:
28327 \begin_inset Formula \begin{eqnarray*}
28328 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28329  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28330
28331 \end_inset
28332
28333
28334 \end_layout
28335
28336 \begin_layout Subsection
28337 Align-Umgebungen
28338 \end_layout
28339
28340 \begin_layout Standard
28341 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28342  werden.
28343  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28344 \end_layout
28345
28346 \begin_layout Standard
28347 Align-Umgebungen bestehen aus Spalten.
28348  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28349  ausgerichtet.
28350  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28351 \end_layout
28352
28353 \begin_layout Standard
28354 Align-Umgebung werden über das Menü 
28355 \family sans
28356 Einfügen\SpecialChar \menuseparator
28357 Mathe
28358 \family default
28359  erstellt.
28360  Über das Menü 
28361 \family sans
28362 Bearbeiten\SpecialChar \menuseparator
28363 Mathe\SpecialChar \menuseparator
28364 Formelart
28365 \begin_inset space ~
28366 \end_inset
28367
28368 ändern
28369 \family default
28370  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28371 \end_layout
28372
28373 \begin_layout Standard
28374 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28375
28376 \begin_inset Graphics
28377         filename ../../images/tabular-feature_append-column.png
28378         scale 85
28379
28380 \end_inset
28381
28382  bzw.
28383 \begin_inset space ~
28384 \end_inset
28385
28386
28387 \begin_inset Graphics
28388         filename ../../images/tabular-feature_delete-column.png
28389         scale 85
28390
28391 \end_inset
28392
28393  oder das Menü 
28394 \family sans
28395 Bearbeiten\SpecialChar \menuseparator
28396 Zeilen & Spalten
28397 \family default
28398  verwendet werden.
28399 \end_layout
28400
28401 \begin_layout Subsubsection
28402 Standard align-Umgebung
28403 \begin_inset CommandInset label
28404 LatexCommand label
28405 name "sub:Standard-align-Umgebung"
28406
28407 \end_inset
28408
28409
28410 \begin_inset Index
28411 status collapsed
28412
28413 \begin_layout Plain Layout
28414 Formel ! mehrzeilige ! align-Umgebung
28415 \end_layout
28416
28417 \end_inset
28418
28419
28420 \end_layout
28421
28422 \begin_layout Standard
28423 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28424 \family sans
28425 Strg-Enter
28426 \family default
28427  drückt oder das Menü 
28428 \family sans
28429 Einfügen\SpecialChar \menuseparator
28430 Mathe\SpecialChar \menuseparator
28431 AMS align-Umge\SpecialChar \-
28432 bung
28433 \family default
28434  aufruft.
28435 \end_layout
28436
28437 \begin_layout Standard
28438 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
28439 n align-Umgebung erzeugt wurden:
28440 \begin_inset Formula \begin{align*}
28441 A & =\sin(B) & C & =D\\
28442 C & \ne A & B & \ne D\end{align*}
28443
28444 \end_inset
28445
28446 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28447  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28448 \series bold
28449
28450 \backslash
28451 hfill
28452 \begin_inset Foot
28453 status collapsed
28454
28455 \begin_layout Plain Layout
28456 mehr zu 
28457 \series bold
28458
28459 \backslash
28460 hfill
28461 \series default
28462  siehe 
28463 \begin_inset CommandInset ref
28464 LatexCommand ref
28465 reference "sub:Variabler-Leerraum"
28466
28467 \end_inset
28468
28469
28470 \end_layout
28471
28472 \end_inset
28473
28474
28475 \series default
28476  befinden.
28477  Ist der Formelstil 
28478 \series bold
28479 Eingerückt
28480 \begin_inset Foot
28481 status collapsed
28482
28483 \begin_layout Plain Layout
28484 Formelstile siehe 
28485 \begin_inset CommandInset ref
28486 LatexCommand ref
28487 reference "sec:Formelstile"
28488
28489 \end_inset
28490
28491
28492 \end_layout
28493
28494 \end_inset
28495
28496
28497 \series default
28498  gewählt, wird die Formel ohne den 
28499 \series bold
28500
28501 \backslash
28502 hfill
28503 \series default
28504  vor der ersten Spalte gesetzt.
28505 \end_layout
28506
28507 \begin_layout Subsubsection
28508 Alignat-Umgebung
28509 \begin_inset Index
28510 status collapsed
28511
28512 \begin_layout Plain Layout
28513 Formel ! mehrzeilige ! alignat-Umgebung
28514 \end_layout
28515
28516 \end_inset
28517
28518
28519 \end_layout
28520
28521 \begin_layout Standard
28522 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
28523  Man kann ihn manuell durch die in 
28524 \begin_inset CommandInset ref
28525 LatexCommand ref
28526 reference "sub:Leerraum"
28527
28528 \end_inset
28529
28530  beschriebenen Leerräume einfügen.
28531 \end_layout
28532
28533 \begin_layout Standard
28534 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
28535  Formel 1
28536 \begin_inset space \thinspace{}
28537 \end_inset
28538
28539 cm Leerraum eingefügt wurde:
28540 \begin_inset Formula \begin{alignat*}{2}
28541 A & =\sin(B) & \hspace{1cm}C & =D\\
28542 C & \ne A & B & \ne D\end{alignat*}
28543
28544 \end_inset
28545
28546 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
28547  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
28548  Formeln.
28549 \end_layout
28550
28551 \begin_layout Subsubsection
28552 Flalign-Umgebung
28553 \begin_inset CommandInset label
28554 LatexCommand label
28555 name "sub:Flalign-Umgebung"
28556
28557 \end_inset
28558
28559
28560 \begin_inset Index
28561 status collapsed
28562
28563 \begin_layout Plain Layout
28564 Formel ! mehrzeilige ! flalign-Umgebung
28565 \end_layout
28566
28567 \end_inset
28568
28569
28570 \end_layout
28571
28572 \begin_layout Standard
28573 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
28574  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
28575  Dazu ein Beispiel:
28576 \begin_inset Formula \begin{flalign*}
28577 A & =1 & B & =2 & C & =3\\
28578 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28579
28580 \end_inset
28581
28582
28583 \end_layout
28584
28585 \begin_layout Standard
28586 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
28587  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
28588  im Dokument links setzen obwohl der Formelstil 
28589 \series bold
28590 Zentriert
28591 \series default
28592  eingestellt ist.
28593  Als Beispiel die eingerückte ausgerichtete Formel 
28594 \begin_inset CommandInset ref
28595 LatexCommand eqref
28596 reference "eq:VolInt"
28597
28598 \end_inset
28599
28600 :
28601 \begin_inset Formula \begin{flalign}
28602 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28603
28604 \end_inset
28605
28606 In den ersten beiden Spalten befindet sich die Formel.
28607  Damit sie wie beim Formelstil 
28608 \series bold
28609 Eingerückt
28610 \series default
28611  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
28612 \begin_inset space \thinspace{}
28613 \end_inset
28614
28615 pt Leerraum eingefügt.
28616 \end_layout
28617
28618 \begin_layout Subsection
28619 Eqnarray-Umgebung
28620 \begin_inset CommandInset label
28621 LatexCommand label
28622 name "sub:Eqnarray-Umgebung"
28623
28624 \end_inset
28625
28626
28627 \begin_inset Index
28628 status collapsed
28629
28630 \begin_layout Plain Layout
28631 Formel ! mehrzeilige ! Eqnarray-Umgebung
28632 \end_layout
28633
28634 \end_inset
28635
28636
28637 \end_layout
28638
28639 \begin_layout Standard
28640 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
28641  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
28642  ausgerichtet.
28643  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
28644  da dieses Kästchen nur für Relationzeichen gedacht ist.
28645 \begin_inset Formula \begin{eqnarray*}
28646 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28647 AB & AB & AB\\
28648 A & = & A\end{eqnarray*}
28649
28650 \end_inset
28651
28652
28653 \end_layout
28654
28655 \begin_layout Subsection
28656 Gather-Umgebung
28657 \begin_inset Index
28658 status collapsed
28659
28660 \begin_layout Plain Layout
28661 Formel ! mehrzeilige ! Gather-Umgebung
28662 \end_layout
28663
28664 \end_inset
28665
28666
28667 \end_layout
28668
28669 \begin_layout Standard
28670 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
28671  Jede Zeile kann nummeriert werden.
28672 \begin_inset Formula \begin{gather}
28673 A=1\\
28674 X=\textrm{-}1\end{gather}
28675
28676 \end_inset
28677
28678
28679 \end_layout
28680
28681 \begin_layout Subsection
28682 Multline-Umgebung
28683 \begin_inset CommandInset label
28684 LatexCommand label
28685 name "sub:Multline-Umgebung"
28686
28687 \end_inset
28688
28689
28690 \begin_inset Index
28691 status collapsed
28692
28693 \begin_layout Plain Layout
28694 Formel ! mehrzeilige ! Multline-Umgebung
28695 \end_layout
28696
28697 \end_inset
28698
28699
28700 \end_layout
28701
28702 \begin_layout Standard
28703 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
28704  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
28705  Alle anderen Zeilen sind zentriert.
28706  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
28707  Als Beispiel Formel 
28708 \begin_inset CommandInset ref
28709 LatexCommand eqref
28710 reference "eq:lefteqn"
28711
28712 \end_inset
28713
28714  in der multline-Umgebung:
28715 \begin_inset Formula \begin{multline}
28716 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}\\
28717 -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}\\
28718 =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}
28719
28720 \end_inset
28721
28722
28723 \end_layout
28724
28725 \begin_layout Standard
28726 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
28727  nummeriert, wenn rechts (links) nummeriert wird.
28728 \begin_inset Foot
28729 status collapsed
28730
28731 \begin_layout Plain Layout
28732 Nummerierungsstile siehe 
28733 \begin_inset CommandInset ref
28734 LatexCommand ref
28735 reference "sec:Formelstile"
28736
28737 \end_inset
28738
28739
28740 \end_layout
28741
28742 \end_inset
28743
28744
28745 \end_layout
28746
28747 \begin_layout Standard
28748 Mit den Befehlen 
28749 \series bold
28750
28751 \backslash
28752 shoveright
28753 \begin_inset Index
28754 status collapsed
28755
28756 \begin_layout Plain Layout
28757 Befehle ! S ! 
28758 \backslash
28759 shoveright
28760 \end_layout
28761
28762 \end_inset
28763
28764
28765 \series default
28766  und 
28767 \series bold
28768
28769 \backslash
28770 shoveleft
28771 \begin_inset Index
28772 status collapsed
28773
28774 \begin_layout Plain Layout
28775 Befehle ! S ! 
28776 \backslash
28777 shoveleft
28778 \end_layout
28779
28780 \end_inset
28781
28782
28783 \series default
28784  kann eine zentrierte Zeile rechts bzw.
28785  links ausgerichtet werden.
28786  Die Befehle werden folgendermaßen verwendet:
28787 \end_layout
28788
28789 \begin_layout Standard
28790
28791 \series bold
28792
28793 \backslash
28794 shoveright{Zeileninhalt}
28795 \series default
28796  bzw.
28797  
28798 \series bold
28799
28800 \backslash
28801 shoveleft{Zeileninhalt}
28802 \end_layout
28803
28804 \begin_layout Standard
28805 \begin_inset VSpace medskip
28806 \end_inset
28807
28808 Die Länge 
28809 \series bold
28810
28811 \backslash
28812 multlinegap
28813 \begin_inset Index
28814 status collapsed
28815
28816 \begin_layout Plain Layout
28817 Befehle ! M ! 
28818 \backslash
28819 multlinegap
28820 \end_layout
28821
28822 \end_inset
28823
28824
28825 \series default
28826  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
28827  Voreingestellt ist die Länge 0
28828 \begin_inset space \thinspace{}
28829 \end_inset
28830
28831 pt.
28832 \end_layout
28833
28834 \begin_layout Standard
28835 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
28836 \end_layout
28837
28838 \begin_layout Standard
28839
28840 \series bold
28841
28842 \backslash
28843 setlength{
28844 \backslash
28845 multlinegap}{2cm}
28846 \end_layout
28847
28848 \begin_layout Standard
28849 eingegeben wurde:
28850 \begin_inset ERT
28851 status collapsed
28852
28853 \begin_layout Plain Layout
28854
28855
28856 \backslash
28857 setlength{
28858 \backslash
28859 multlinegap}{2cm}
28860 \end_layout
28861
28862 \end_inset
28863
28864
28865 \begin_inset Formula \begin{multline}
28866 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}\\
28867 \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}}\\
28868 =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}
28869
28870 \end_inset
28871
28872
28873 \begin_inset ERT
28874 status collapsed
28875
28876 \begin_layout Plain Layout
28877
28878
28879 \backslash
28880 setlength{
28881 \backslash
28882 multlinegap}{0pt}
28883 \end_layout
28884
28885 \end_inset
28886
28887
28888 \end_layout
28889
28890 \begin_layout Standard
28891 Die zweite Zeile wurde mit 
28892 \series bold
28893
28894 \backslash
28895 shoveleft
28896 \series default
28897  linksbündig ausgerichtet.
28898 \end_layout
28899
28900 \begin_layout Subsection
28901 Mehrzeilige Formelteile
28902 \begin_inset CommandInset label
28903 LatexCommand label
28904 name "sub:Mehrzeilige-Formelteile"
28905
28906 \end_inset
28907
28908
28909 \begin_inset Index
28910 status collapsed
28911
28912 \begin_layout Plain Layout
28913 Formel ! mehrzeilige ! Formelteile
28914 \end_layout
28915
28916 \end_inset
28917
28918
28919 \end_layout
28920
28921 \begin_layout Standard
28922 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
28923  der folgenden Umgebungen: 
28924 \series bold
28925 aligned
28926 \series default
28927
28928 \series bold
28929 alignedat
28930 \series default
28931
28932 \series bold
28933 gathered
28934 \series default
28935  oder 
28936 \series bold
28937 split
28938 \series default
28939 .
28940  Sie können über das Menü 
28941 \family sans
28942 Einfügen\SpecialChar \menuseparator
28943 Mathe
28944 \family default
28945  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
28946 \end_layout
28947
28948 \begin_layout Standard
28949 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
28950 n Formel\SpecialChar \-
28951 umgebungen.
28952  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
28953  Dazu ein Beispiel:
28954 \begin_inset Formula \[
28955 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28956 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28957 \right\} \textrm{Unbestimmtheitsrelationen}\]
28958
28959 \end_inset
28960
28961
28962 \end_layout
28963
28964 \begin_layout Standard
28965 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
28966  der Befehl 
28967 \series bold
28968
28969 \backslash
28970 aligned
28971 \begin_inset Index
28972 status collapsed
28973
28974 \begin_layout Plain Layout
28975 Befehle ! A ! 
28976 \backslash
28977 aligned
28978 \end_layout
28979
28980 \end_inset
28981
28982
28983 \series default
28984  eingegeben wird.
28985  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
28986  und Zeilen hinzufügen kann.
28987  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
28988  gesetzt werden.
28989 \end_layout
28990
28991 \begin_layout Standard
28992 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
28993  ausgerichtet sind.
28994  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
28995  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
28996  Als Beispiel Formel 
28997 \begin_inset CommandInset ref
28998 LatexCommand eqref
28999 reference "eq:kurzlang"
29000
29001 \end_inset
29002
29003  in der aligned-Umgebung:
29004 \begin_inset Formula \begin{equation}
29005 \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}|}\\
29006  & -\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}
29007 \end{equation}
29008
29009 \end_inset
29010
29011
29012 \end_layout
29013
29014 \begin_layout Standard
29015 Möchte man die Umgebung 
29016 \series bold
29017 alignedat
29018 \series default
29019
29020 \series bold
29021 gathered
29022 \series default
29023  oder 
29024 \series bold
29025 split
29026 \series default
29027  verwenden, gibt man den Befehl 
29028 \series bold
29029
29030 \backslash
29031 alignedat
29032 \series default
29033 ,
29034 \begin_inset Index
29035 status collapsed
29036
29037 \begin_layout Plain Layout
29038 Befehle ! A ! 
29039 \backslash
29040 alignedat
29041 \end_layout
29042
29043 \end_inset
29044
29045  
29046 \series bold
29047
29048 \backslash
29049 gathered
29050 \series default
29051
29052 \begin_inset Index
29053 status collapsed
29054
29055 \begin_layout Plain Layout
29056 Befehle ! G ! 
29057 \backslash
29058 gathered
29059 \end_layout
29060
29061 \end_inset
29062
29063  bzw.
29064  
29065 \series bold
29066
29067 \backslash
29068 split
29069 \series default
29070
29071 \begin_inset Index
29072 status collapsed
29073
29074 \begin_layout Plain Layout
29075 Befehle ! S ! 
29076 \backslash
29077 split
29078 \end_layout
29079
29080 \end_inset
29081
29082  ein.
29083  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29084  jedoch darf sie nur zwei Spalten enthalten.
29085 \end_layout
29086
29087 \begin_layout Subsection
29088 Text in mehrzeiligen Formeln
29089 \begin_inset CommandInset label
29090 LatexCommand label
29091 name "sub:Text-in-mehrzeiligen"
29092
29093 \end_inset
29094
29095
29096 \begin_inset Index
29097 status collapsed
29098
29099 \begin_layout Plain Layout
29100 Text ! in Formeln
29101 \end_layout
29102
29103 \end_inset
29104
29105
29106 \begin_inset Index
29107 status collapsed
29108
29109 \begin_layout Plain Layout
29110 Formel ! mehrzeilige ! Text
29111 \end_layout
29112
29113 \end_inset
29114
29115
29116 \end_layout
29117
29118 \begin_layout Standard
29119 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29120  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29121  die Ausrichtung der Spalten nicht beeinflusst.
29122  Dazu wird der Befehl 
29123 \series bold
29124
29125 \backslash
29126 intertext
29127 \begin_inset Index
29128 status collapsed
29129
29130 \begin_layout Plain Layout
29131 Befehle ! I ! 
29132 \backslash
29133 intertext
29134 \end_layout
29135
29136 \end_inset
29137
29138
29139 \series default
29140  nach folgendem Schema benutzt:
29141 \end_layout
29142
29143 \begin_layout Standard
29144
29145 \series bold
29146
29147 \backslash
29148 intertext{Text}
29149 \end_layout
29150
29151 \begin_layout Standard
29152 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29153  werden kann.
29154  Weil LyX 
29155 \series bold
29156
29157 \backslash
29158 intertext
29159 \series default
29160  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29161  Text.
29162  
29163 \series bold
29164
29165 \backslash
29166 intertext
29167 \series default
29168  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29169  dieser Zeile.
29170  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29171 \begin_inset Formula \begin{align}
29172 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29173 \intertext{\text{Integrand ist symmetrisch zu $\phi=\pi$, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29174
29175 \end_inset
29176
29177
29178 \end_layout
29179
29180 \begin_layout Section
29181 Formelnummerierung
29182 \begin_inset Index
29183 status collapsed
29184
29185 \begin_layout Plain Layout
29186 Formelnummerierung
29187 \end_layout
29188
29189 \end_inset
29190
29191
29192 \begin_inset Index
29193 status collapsed
29194
29195 \begin_layout Plain Layout
29196 Formel ! Nummerierung|see
29197 \begin_inset ERT
29198 status collapsed
29199
29200 \begin_layout Plain Layout
29201
29202 {
29203 \end_layout
29204
29205 \end_inset
29206
29207 Formelnummerierung
29208 \begin_inset ERT
29209 status collapsed
29210
29211 \begin_layout Plain Layout
29212
29213 }
29214 \end_layout
29215
29216 \end_inset
29217
29218
29219 \end_layout
29220
29221 \end_inset
29222
29223
29224 \end_layout
29225
29226 \begin_layout Subsection
29227 Allgemeines
29228 \end_layout
29229
29230 \begin_layout Standard
29231 Nummerierte Formeln können mit dem Menü 
29232 \family sans
29233 Einfügen\SpecialChar \menuseparator
29234 Mathe\SpecialChar \menuseparator
29235 Nummerierte
29236 \begin_inset space ~
29237 \end_inset
29238
29239 Formel
29240 \family default
29241  (Tastenkürzel 
29242 \family sans
29243 Strg-Alt
29244 \begin_inset space ~
29245 \end_inset
29246
29247 n
29248 \family default
29249 ) erstellt, bestehende Formeln über das Menü 
29250 \family sans
29251 Bearbeiten\SpecialChar \menuseparator
29252 Mathe\SpecialChar \menuseparator
29253 Nummerierung
29254 \begin_inset space ~
29255 \end_inset
29256
29257 an/aus
29258 \family default
29259  (Tastenkürzel 
29260 \family sans
29261 Alt-m
29262 \begin_inset space ~
29263 \end_inset
29264
29265 n
29266 \family default
29267 ) nummeriert werden.
29268  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29269  Klammern.
29270  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29271 \end_layout
29272
29273 \begin_layout Standard
29274 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29275  Zeilen nummeriert.
29276  Man kann jedoch über das Menü 
29277 \family sans
29278 Bearbeiten\SpecialChar \menuseparator
29279 Mathe\SpecialChar \menuseparator
29280 Zeilennummerierung an/aus
29281 \family default
29282  (Tastenkürzel 
29283 \family sans
29284 Alt-m
29285 \begin_inset space ~
29286 \end_inset
29287
29288 N
29289 \family default
29290 ) für jede Zeile die Nummerierung festlegen.
29291 \end_layout
29292
29293 \begin_layout Standard
29294 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29295  werden, siehe 
29296 \begin_inset CommandInset ref
29297 LatexCommand ref
29298 reference "sec:Formelstile"
29299
29300 \end_inset
29301
29302 .
29303 \end_layout
29304
29305 \begin_layout Subsection
29306 Querverweise
29307 \begin_inset CommandInset label
29308 LatexCommand label
29309 name "sub:Querverweise"
29310
29311 \end_inset
29312
29313
29314 \begin_inset Index
29315 status collapsed
29316
29317 \begin_layout Plain Layout
29318 Querverweise ! auf Formeln
29319 \end_layout
29320
29321 \end_inset
29322
29323
29324 \end_layout
29325
29326 \begin_layout Standard
29327 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29328  Eine Marke wird mit dem Menü 
29329 \family sans
29330 Einfügen\SpecialChar \menuseparator
29331 Marke
29332 \family default
29333  oder dem Werkzeugleistenknopf 
29334 \begin_inset Graphics
29335         filename ../../images/label-insert.png
29336         scale 85
29337
29338 \end_inset
29339
29340  gesetzt.
29341  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29342  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29343 \series bold
29344 eq:
29345 \series default
29346 , nachdem der eigentliche Markenname eingegeben wird.
29347  Der voreingestellte Eintrag steht für 
29348 \begin_inset Quotes gld
29349 \end_inset
29350
29351 equation
29352 \begin_inset Quotes grd
29353 \end_inset
29354
29355  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29356  einer Formel und nicht zu einem Kapitel gehört.
29357  Um eine Marke zu ändern, wählt man wieder das Menü 
29358 \family sans
29359 Einfügen\SpecialChar \menuseparator
29360 Marke
29361 \family default
29362 .
29363 \end_layout
29364
29365 \begin_layout Standard
29366 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29367  Eine Formel mit Marke wird immer nummeriert.
29368 \end_layout
29369
29370 \begin_layout Standard
29371 Querverweise werden mit dem Menü 
29372 \family sans
29373 Einfügen\SpecialChar \menuseparator
29374 Querverweis
29375 \family default
29376  oder dem Werkzeugleistenknopf 
29377 \begin_inset Graphics
29378         filename ../../images/dialog-show-new-inset_ref.png
29379         scale 85
29380
29381 \end_inset
29382
29383  eingefügt.
29384  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29385  Wenn man im Querverweis Dialogfenster das Format 
29386 \series bold
29387 (<Querverweis>)
29388 \series default
29389  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29390 \begin_inset Newline newline
29391 \end_inset
29392
29393 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29394  man zur Formel auf die verwiesen wird.
29395 \end_layout
29396
29397 \begin_layout Standard
29398 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29399 \begin_inset Note Note
29400 status open
29401
29402 \begin_layout Plain Layout
29403 Man beachte die unterschiedlichen Querverweistypen.
29404 \end_layout
29405
29406 \end_inset
29407
29408
29409 \end_layout
29410
29411 \begin_layout Standard
29412 Die Gleichungen 
29413 \begin_inset CommandInset ref
29414 LatexCommand eqref
29415 reference "eq:tag"
29416
29417 \end_inset
29418
29419  und 
29420 \begin_inset CommandInset ref
29421 LatexCommand eqref
29422 reference "eq:c"
29423
29424 \end_inset
29425
29426  sind äquivalent.
29427  In (
29428 \begin_inset CommandInset ref
29429 LatexCommand ref
29430 reference "eq:Lat"
29431
29432 \end_inset
29433
29434 ) werden im Gegensatz zu (
29435 \begin_inset CommandInset ref
29436 LatexCommand ref
29437 reference "eq:Roem"
29438
29439 \end_inset
29440
29441 ) große lateinische Buchstaben zur Nummerierung verwendet.
29442 \end_layout
29443
29444 \begin_layout Standard
29445 \begin_inset VSpace medskip
29446 \end_inset
29447
29448 Ist im Argument von 
29449 \series bold
29450
29451 \backslash
29452 tag
29453 \begin_inset Foot
29454 status collapsed
29455
29456 \begin_layout Plain Layout
29457
29458 \series bold
29459
29460 \backslash
29461 tag
29462 \series default
29463  ist in 
29464 \begin_inset CommandInset ref
29465 LatexCommand ref
29466 reference "sub:Benutzerdefinierte-Nummerierung"
29467
29468 \end_inset
29469
29470  beschrieben.
29471 \end_layout
29472
29473 \end_inset
29474
29475
29476 \series default
29477  wie in 
29478 \begin_inset CommandInset ref
29479 LatexCommand ref
29480 reference "sub:Absatzboxen"
29481
29482 \end_inset
29483
29484  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
29485 \end_layout
29486
29487 \begin_layout Subsection
29488 Unternummerierung
29489 \begin_inset Index
29490 status collapsed
29491
29492 \begin_layout Plain Layout
29493 Formelnummerierung ! Unternummerierung
29494 \end_layout
29495
29496 \end_inset
29497
29498
29499 \end_layout
29500
29501 \begin_layout Standard
29502 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
29503  
29504 \begin_inset Newline newline
29505 \end_inset
29506
29507
29508 \series bold
29509
29510 \backslash
29511 begin{subequations}
29512 \series default
29513  und 
29514 \series bold
29515
29516 \backslash
29517 end{subequations}
29518 \series default
29519  erreichen.
29520  Beide Befehle werden im TeX-Modus eingegeben.
29521 \end_layout
29522
29523 \begin_layout Standard
29524 Dazu ein Beispiel:
29525 \begin_inset Formula \begin{equation}
29526 A=C-B\label{eq:a}\end{equation}
29527
29528 \end_inset
29529
29530
29531 \begin_inset ERT
29532 status collapsed
29533
29534 \begin_layout Plain Layout
29535
29536
29537 \backslash
29538 addtocounter{equation}{-1}
29539 \end_layout
29540
29541 \end_inset
29542
29543
29544 \begin_inset ERT
29545 status collapsed
29546
29547 \begin_layout Plain Layout
29548
29549
29550 \backslash
29551 begin{subequations}
29552 \end_layout
29553
29554 \end_inset
29555
29556
29557 \begin_inset VSpace -5mm
29558 \end_inset
29559
29560
29561 \begin_inset Formula \begin{equation}
29562 B=C-A\label{eq:b}\end{equation}
29563
29564 \end_inset
29565
29566
29567 \begin_inset Formula \begin{equation}
29568 C=A+B\label{eq:c}\end{equation}
29569
29570 \end_inset
29571
29572
29573 \end_layout
29574
29575 \begin_layout Standard
29576 \begin_inset ERT
29577 status collapsed
29578
29579 \begin_layout Plain Layout
29580
29581
29582 \backslash
29583 end{subequations}
29584 \end_layout
29585
29586 \end_inset
29587
29588
29589 \end_layout
29590
29591 \begin_layout Standard
29592 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
29593 \end_layout
29594
29595 \begin_layout Enumerate
29596 erste Formel eingeben
29597 \end_layout
29598
29599 \begin_layout Enumerate
29600
29601 \series bold
29602
29603 \backslash
29604 addtocounter{equation}{-1} 
29605 \backslash
29606 begin{subequations}
29607 \begin_inset Index
29608 status collapsed
29609
29610 \begin_layout Plain Layout
29611 Befehle ! A ! 
29612 \backslash
29613 addtocounter
29614 \end_layout
29615
29616 \end_inset
29617
29618
29619 \begin_inset Newline newline
29620 \end_inset
29621
29622
29623 \series default
29624 nach der ersten Formel einfügen
29625 \end_layout
29626
29627 \begin_layout Enumerate
29628 zweite Formel eingeben
29629 \end_layout
29630
29631 \begin_layout Enumerate
29632 dritte Formel eingeben
29633 \end_layout
29634
29635 \begin_layout Enumerate
29636
29637 \series bold
29638
29639 \backslash
29640 end{subequations}
29641 \series default
29642  nach der dritten Formel einfügen
29643 \end_layout
29644
29645 \begin_layout Standard
29646 Jede Formel, die zwischen den Befehlen 
29647 \series bold
29648
29649 \backslash
29650 begin
29651 \series default
29652  und 
29653 \series bold
29654
29655 \backslash
29656 end
29657 \series default
29658  steht, wird mit a, b, c, \SpecialChar \ldots{}
29659  untergliedert.
29660  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
29661  Alle untergliederten Formeln gelten als 
29662 \emph on
29663 eine
29664 \emph default
29665  nummerierte Formel.
29666  Da jede nummerierte Formel den Formelzähler 
29667 \series bold
29668 equation
29669 \series default
29670  um Eins erhöht, ist der Befehl 
29671 \series bold
29672
29673 \backslash
29674 addtocounter
29675 \series default
29676  notwendig um den Zähler wieder zu erniedrigen.
29677  Ansonsten würden die Formeln 
29678 \begin_inset CommandInset ref
29679 LatexCommand eqref
29680 reference "eq:a"
29681
29682 \end_inset
29683
29684
29685 \begin_inset CommandInset ref
29686 LatexCommand eqref
29687 reference "eq:b"
29688
29689 \end_inset
29690
29691
29692 \begin_inset CommandInset ref
29693 LatexCommand eqref
29694 reference "eq:c"
29695
29696 \end_inset
29697
29698  als 
29699 \begin_inset CommandInset ref
29700 LatexCommand eqref
29701 reference "eq:a"
29702
29703 \end_inset
29704
29705
29706 \begin_inset CommandInset ref
29707 LatexCommand eqref
29708 reference "eq:d"
29709
29710 \end_inset
29711
29712
29713 \begin_inset CommandInset ref
29714 LatexCommand eqref
29715 reference "eq:f"
29716
29717 \end_inset
29718
29719  nummeriert werden.
29720 \end_layout
29721
29722 \begin_layout Standard
29723 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
29724  Formeln automatisch etwas Leerraum erstellt.
29725  Um dies rückgängig zu machen, fügt man nach dem Befehl 
29726 \series bold
29727
29728 \backslash
29729 begin{subequations}
29730 \series default
29731  -5
29732 \begin_inset space \thinspace{}
29733 \end_inset
29734
29735 mm vertikalen Leerraum ein.
29736  Ist der Formelstil 
29737 \series bold
29738 Eingerückt
29739 \begin_inset Foot
29740 status collapsed
29741
29742 \begin_layout Plain Layout
29743 Formelstile siehe 
29744 \begin_inset CommandInset ref
29745 LatexCommand ref
29746 reference "sec:Formelstile"
29747
29748 \end_inset
29749
29750
29751 \end_layout
29752
29753 \end_inset
29754
29755
29756 \series default
29757  gewählt, fügt man -7
29758 \begin_inset space \thinspace{}
29759 \end_inset
29760
29761 mm Leerraum ein.
29762 \end_layout
29763
29764 \begin_layout Standard
29765 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
29766  der zweiten Zeile abgeschaltet wurde:
29767 \begin_inset ERT
29768 status collapsed
29769
29770 \begin_layout Plain Layout
29771
29772
29773 \backslash
29774 begin{subequations}
29775 \end_layout
29776
29777 \end_inset
29778
29779
29780 \begin_inset Formula \begin{eqnarray}
29781 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29782  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29783  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29784
29785 \end_inset
29786
29787
29788 \begin_inset ERT
29789 status collapsed
29790
29791 \begin_layout Plain Layout
29792
29793
29794 \backslash
29795 end{subequations}
29796 \end_layout
29797
29798 \end_inset
29799
29800
29801 \end_layout
29802
29803 \begin_layout Subsection
29804 Benutzerdefinierte Nummerierung
29805 \begin_inset CommandInset label
29806 LatexCommand label
29807 name "sub:Benutzerdefinierte-Nummerierung"
29808
29809 \end_inset
29810
29811
29812 \begin_inset Index
29813 status collapsed
29814
29815 \begin_layout Plain Layout
29816 Formelnummerierung ! benutzerdefinierte
29817 \end_layout
29818
29819 \end_inset
29820
29821
29822 \end_layout
29823
29824 \begin_layout Standard
29825 \begin_inset Index
29826 status collapsed
29827
29828 \begin_layout Plain Layout
29829 Formelnummerierung ! eigene Klammern
29830 \end_layout
29831
29832 \end_inset
29833
29834 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
29835  gesetzt.
29836  Will man diese Klammern z.
29837 \begin_inset space \thinspace{}
29838 \end_inset
29839
29840 B.
29841  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
29842  an:
29843 \end_layout
29844
29845 \begin_layout Standard
29846
29847 \series bold
29848
29849 \backslash
29850 def
29851 \backslash
29852 tagform@#1{
29853 \backslash
29854 maketag@@@{|#1|}}
29855 \series default
29856
29857 \begin_inset Note Note
29858 status collapsed
29859
29860 \begin_layout Plain Layout
29861 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
29862  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
29863  werden.
29864 \end_layout
29865
29866 \end_inset
29867
29868
29869 \end_layout
29870
29871 \begin_layout Standard
29872 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
29873 \series bold
29874 #1
29875 \series default
29876  durch ein oder mehrere gewünschte Zeichen.
29877  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
29878 \end_layout
29879
29880 \begin_layout Standard
29881 \begin_inset VSpace bigskip
29882 \end_inset
29883
29884 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
29885  hinter der Formel stehen, benutzt man den Befehl 
29886 \series bold
29887
29888 \backslash
29889 tag
29890 \series default
29891
29892 \begin_inset Index
29893 status collapsed
29894
29895 \begin_layout Plain Layout
29896 Befehle ! T ! 
29897 \backslash
29898 tag
29899 \end_layout
29900
29901 \end_inset
29902
29903 :
29904 \begin_inset Formula \begin{equation}
29905 A+B=C\tag{etwas}\label{eq:tag}\end{equation}
29906
29907 \end_inset
29908
29909  In diesem Beispiel wurde in der Formel der Befehl 
29910 \series bold
29911
29912 \backslash
29913 tag
29914 \series default
29915
29916 \begin_inset ERT
29917 status collapsed
29918
29919 \begin_layout Plain Layout
29920
29921
29922 \backslash
29923 leer 
29924 \end_layout
29925
29926 \end_inset
29927
29928
29929 \series bold
29930 etwas
29931 \series default
29932  eingegeben.
29933 \end_layout
29934
29935 \begin_layout Standard
29936 Gibt man stattdessen 
29937 \series bold
29938
29939 \backslash
29940 tag*
29941 \series default
29942
29943 \begin_inset ERT
29944 status collapsed
29945
29946 \begin_layout Plain Layout
29947
29948
29949 \backslash
29950 leer 
29951 \end_layout
29952
29953 \end_inset
29954
29955
29956 \series bold
29957 etwas
29958 \series default
29959  ein, verhindert der Stern die Klammern um den Ausdruck:
29960 \begin_inset Formula \[
29961 A+B=C\tag*{etwas}\]
29962
29963 \end_inset
29964
29965
29966 \end_layout
29967
29968 \begin_layout Standard
29969 \begin_inset VSpace bigskip
29970 \end_inset
29971
29972 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
29973  oder 
29974 \begin_inset ERT
29975 status collapsed
29976
29977 \begin_layout Plain Layout
29978
29979
29980 \backslash
29981 mbox{
29982 \end_layout
29983
29984 \end_inset
29985
29986 -abschnitt
29987 \begin_inset ERT
29988 status collapsed
29989
29990 \begin_layout Plain Layout
29991
29992 }
29993 \end_layout
29994
29995 \end_inset
29996
29997
29998 \begin_inset Note Note
29999 status collapsed
30000
30001 \begin_layout Plain Layout
30002 Der Befehl 
30003 \series bold
30004
30005 \backslash
30006 mbox
30007 \series default
30008  verhindert, dass am Bindestrich umgebrochen wird.
30009  Mehr zu 
30010 \series bold
30011
30012 \backslash
30013 mbox
30014 \series default
30015  siehe Kap.
30016 \begin_inset space \thinspace{}
30017 \end_inset
30018
30019
30020 \begin_inset CommandInset ref
30021 LatexCommand ref
30022 reference "sub:Worttrennungen"
30023
30024 \end_inset
30025
30026 .
30027 \end_layout
30028
30029 \end_inset
30030
30031  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30032 \end_layout
30033
30034 \begin_layout Standard
30035
30036 \series bold
30037
30038 \backslash
30039 @addtoreset{equation}{part}
30040 \series default
30041
30042 \begin_inset Index
30043 status collapsed
30044
30045 \begin_layout Plain Layout
30046 Befehle ! 
30047 \begin_inset ERT
30048 status collapsed
30049
30050 \begin_layout Plain Layout
30051
30052 "
30053 \end_layout
30054
30055 \end_inset
30056
30057 @
30058 \begin_inset ERT
30059 status collapsed
30060
30061 \begin_layout Plain Layout
30062
30063 "
30064 \end_layout
30065
30066 \end_inset
30067
30068  ! 
30069 \backslash
30070
30071 \begin_inset ERT
30072 status collapsed
30073
30074 \begin_layout Plain Layout
30075
30076 "
30077 \end_layout
30078
30079 \end_inset
30080
30081 @
30082 \begin_inset ERT
30083 status collapsed
30084
30085 \begin_layout Plain Layout
30086
30087 "
30088 \end_layout
30089
30090 \end_inset
30091
30092 addtoreset
30093 \end_layout
30094
30095 \end_inset
30096
30097
30098 \begin_inset Newline newline
30099 \end_inset
30100
30101 bzw.
30102 \begin_inset Newline newline
30103 \end_inset
30104
30105
30106 \series bold
30107
30108 \backslash
30109 @addtoreset{equation}{section}
30110 \end_layout
30111
30112 \begin_layout Standard
30113 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30114 \begin_inset Quotes gld
30115 \end_inset
30116
30117 @
30118 \begin_inset Quotes grd
30119 \end_inset
30120
30121  Zeichen für LaTeX mit dem Befehl 
30122 \series bold
30123
30124 \backslash
30125 makeatletter
30126 \series default
30127  
30128 \begin_inset Quotes gld
30129 \end_inset
30130
30131 aktiv
30132 \begin_inset Quotes grd
30133 \end_inset
30134
30135  gemacht werden.
30136  Der Befehl 
30137 \series bold
30138
30139 \backslash
30140 makeatother
30141 \series default
30142  macht dies wieder rückgängig.
30143  Daher ist die Befehlssequenz im TeX-Modus:
30144 \end_layout
30145
30146 \begin_layout Standard
30147
30148 \series bold
30149
30150 \backslash
30151 makeatletter
30152 \begin_inset Newline newline
30153 \end_inset
30154
30155
30156 \backslash
30157 @addtoreset{equation}{section}
30158 \begin_inset Newline newline
30159 \end_inset
30160
30161
30162 \backslash
30163 makeatother
30164 \end_layout
30165
30166 \begin_layout Standard
30167 Im LaTeX-Vorspann können 
30168 \series bold
30169
30170 \backslash
30171 makeatletter
30172 \series default
30173  und 
30174 \series bold
30175
30176 \backslash
30177 makeatother
30178 \series default
30179  weggelassen werden, da LyX sie automatisch intern einfügt.
30180 \end_layout
30181
30182 \begin_layout Standard
30183 Um 
30184 \series bold
30185
30186 \backslash
30187 @addtoreset
30188 \series default
30189  rückgängig zu machen, muss die Datei 
30190 \series bold
30191 remreset.sty
30192 \series default
30193
30194 \begin_inset Foot
30195 status collapsed
30196
30197 \begin_layout Plain Layout
30198
30199 \series bold
30200 remreset
30201 \series default
30202  ist Teil des LaTeX-Paketes 
30203 \series bold
30204 carlisle
30205 \series default
30206
30207 \begin_inset Index
30208 status collapsed
30209
30210 \begin_layout Plain Layout
30211 Pakete ! carlisle
30212 \end_layout
30213
30214 \end_inset
30215
30216 , das Teil jeder LaTeX-Standardinstallation ist.
30217 \end_layout
30218
30219 \end_inset
30220
30221
30222 \begin_inset Index
30223 status collapsed
30224
30225 \begin_layout Plain Layout
30226 Pakete ! remreset
30227 \end_layout
30228
30229 \end_inset
30230
30231  im LaTeX-Vorspann mit der Zeile
30232 \end_layout
30233
30234 \begin_layout Standard
30235
30236 \series bold
30237
30238 \backslash
30239 usepackage{remreset}
30240 \end_layout
30241
30242 \begin_layout Standard
30243 geladen werden.
30244  Dann kann der Befehl 
30245 \series bold
30246
30247 \backslash
30248 @removefromreset
30249 \series default
30250
30251 \begin_inset Index
30252 status collapsed
30253
30254 \begin_layout Plain Layout
30255 Befehle ! 
30256 \begin_inset ERT
30257 status collapsed
30258
30259 \begin_layout Plain Layout
30260
30261 "
30262 \end_layout
30263
30264 \end_inset
30265
30266 @
30267 \begin_inset ERT
30268 status collapsed
30269
30270 \begin_layout Plain Layout
30271
30272 "
30273 \end_layout
30274
30275 \end_inset
30276
30277  ! 
30278 \backslash
30279
30280 \begin_inset ERT
30281 status collapsed
30282
30283 \begin_layout Plain Layout
30284
30285 "
30286 \end_layout
30287
30288 \end_inset
30289
30290 @
30291 \begin_inset ERT
30292 status collapsed
30293
30294 \begin_layout Plain Layout
30295
30296 "
30297 \end_layout
30298
30299 \end_inset
30300
30301 removefromreset
30302 \end_layout
30303
30304 \end_inset
30305
30306  mit dem selben Schema wie 
30307 \series bold
30308
30309 \backslash
30310 @addtoreset
30311 \series default
30312  benutzt werden.
30313 \end_layout
30314
30315 \begin_layout Standard
30316 \begin_inset VSpace bigskip
30317 \end_inset
30318
30319 Oftmals möchte man Formeln in folgender Art nummerieren:
30320 \end_layout
30321
30322 \begin_layout Standard
30323
30324 \family typewriter
30325 (Kapitelnummer.Formelnummer)
30326 \end_layout
30327
30328 \begin_layout Standard
30329 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30330 \end_layout
30331
30332 \begin_layout Standard
30333 Für diesen Fall gibt es den Befehl 
30334 \series bold
30335
30336 \backslash
30337 numberwithin
30338 \series default
30339
30340 \begin_inset Index
30341 status collapsed
30342
30343 \begin_layout Plain Layout
30344 Befehle ! N ! 
30345 \backslash
30346 numberwithin
30347 \end_layout
30348
30349 \end_inset
30350
30351 , der nach folgendem Schema benutzt wird:
30352 \end_layout
30353
30354 \begin_layout Standard
30355
30356 \series bold
30357
30358 \backslash
30359 numberwithin{Zähler}{Gliederung}
30360 \end_layout
30361
30362 \begin_layout Standard
30363 Zähler gibt an, welche Nummerierung betroffen ist.
30364  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30365 \end_layout
30366
30367 \begin_layout Standard
30368 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder ERT-zeile
30369  ein:
30370 \end_layout
30371
30372 \begin_layout Standard
30373
30374 \series bold
30375
30376 \backslash
30377 numberwithin{equation}{section}
30378 \end_layout
30379
30380 \begin_layout Standard
30381 Das ist das Ergebnis:
30382 \begin_inset ERT
30383 status collapsed
30384
30385 \begin_layout Plain Layout
30386
30387
30388 \backslash
30389 numberwithin{equation}{section}
30390 \end_layout
30391
30392 \end_inset
30393
30394
30395 \begin_inset Formula \begin{equation}
30396 A+B=C\end{equation}
30397
30398 \end_inset
30399
30400
30401 \end_layout
30402
30403 \begin_layout Standard
30404 Möchte man z.
30405 \begin_inset space \thinspace{}
30406 \end_inset
30407
30408 B.
30409  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
30410  gibt man 
30411 \series bold
30412
30413 \backslash
30414 numberwithin{table}{part}
30415 \series default
30416  ein.
30417 \end_layout
30418
30419 \begin_layout Standard
30420 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
30421 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
30422  folgenden Befehl als ERT oder als LaTeX-Vorspannzeile ein:
30423 \end_layout
30424
30425 \begin_layout Standard
30426
30427 \series bold
30428
30429 \backslash
30430 renewcommand{
30431 \backslash
30432 theequation}{
30433 \backslash
30434 arabic{equation}}
30435 \begin_inset Index
30436 status collapsed
30437
30438 \begin_layout Plain Layout
30439 Befehle ! A ! 
30440 \backslash
30441 arabic
30442 \end_layout
30443
30444 \end_inset
30445
30446
30447 \series default
30448
30449 \begin_inset ERT
30450 status collapsed
30451
30452 \begin_layout Plain Layout
30453
30454
30455 \backslash
30456 renewcommand{
30457 \backslash
30458 theequation}{
30459 \backslash
30460 arabic{equation}}
30461 \end_layout
30462
30463 \end_inset
30464
30465
30466 \series bold
30467
30468 \begin_inset Newline newline
30469 \end_inset
30470
30471
30472 \series default
30473 bzw.
30474 \series bold
30475
30476 \begin_inset Newline newline
30477 \end_inset
30478
30479
30480 \backslash
30481 renewcommand{
30482 \backslash
30483 thetable}{
30484 \backslash
30485 arabic{table}}
30486 \end_layout
30487
30488 \begin_layout Standard
30489
30490 \series bold
30491
30492 \backslash
30493 numberwithin
30494 \series default
30495  benutzt intern den oben beschriebenen Befehl 
30496 \series bold
30497
30498 \backslash
30499 @addtoreset
30500 \series default
30501 , der ebenfalls rückgängig gemacht werden muss.
30502 \begin_inset ERT
30503 status collapsed
30504
30505 \begin_layout Plain Layout
30506
30507
30508 \backslash
30509 makeatletter
30510 \end_layout
30511
30512 \begin_layout Plain Layout
30513
30514
30515 \backslash
30516 @removefromreset{equation}{section}
30517 \end_layout
30518
30519 \begin_layout Plain Layout
30520
30521
30522 \backslash
30523 makeatother
30524 \end_layout
30525
30526 \end_inset
30527
30528
30529 \end_layout
30530
30531 \begin_layout Subsection
30532 Nummerierung mit römischen Zahlen und Buchstaben
30533 \begin_inset CommandInset label
30534 LatexCommand label
30535 name "sub:Nummerierung-mit-römischen"
30536
30537 \end_inset
30538
30539
30540 \begin_inset Index
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544 Formelnummerierung ! mit Buchstaben
30545 \end_layout
30546
30547 \end_inset
30548
30549
30550 \begin_inset Index
30551 status collapsed
30552
30553 \begin_layout Plain Layout
30554 Formelnummerierung ! mit römischen Zahlen
30555 \end_layout
30556
30557 \end_inset
30558
30559
30560 \end_layout
30561
30562 \begin_layout Standard
30563 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
30564  werden.
30565  Um z.
30566 \begin_inset space \thinspace{}
30567 \end_inset
30568
30569 B.
30570  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
30571  TeX-Modus den Befehl
30572 \end_layout
30573
30574 \begin_layout Standard
30575
30576 \series bold
30577
30578 \backslash
30579 renewcommand{
30580 \backslash
30581 theequation}{
30582 \backslash
30583 roman{equation}}
30584 \end_layout
30585
30586 \begin_layout Standard
30587 ein.
30588  
30589 \series bold
30590
30591 \backslash
30592 renewcommand
30593 \series default
30594
30595 \begin_inset Index
30596 status collapsed
30597
30598 \begin_layout Plain Layout
30599 Befehle ! R ! 
30600 \backslash
30601 renewcommand
30602 \end_layout
30603
30604 \end_inset
30605
30606  weist dem vordefinierten Befehl 
30607 \series bold
30608
30609 \backslash
30610 theequation
30611 \series default
30612  den Befehl
30613 \begin_inset Newline linebreak
30614 \end_inset
30615
30616
30617 \series bold
30618
30619 \backslash
30620 roman{equation}
30621 \series default
30622  zu
30623 \begin_inset Foot
30624 status collapsed
30625
30626 \begin_layout Plain Layout
30627 Der Befehl 
30628 \series bold
30629
30630 \backslash
30631 renewcommand
30632 \series default
30633  besitzt dasselbe Schema wie der in 
30634 \begin_inset CommandInset ref
30635 LatexCommand ref
30636 reference "sec:Benutzerdefinierte-Befehle"
30637
30638 \end_inset
30639
30640  beschriebene Befehl
30641 \begin_inset Newline newline
30642 \end_inset
30643
30644
30645 \series bold
30646
30647 \backslash
30648 newcommand
30649 \series default
30650 .
30651 \end_layout
30652
30653 \end_inset
30654
30655 .
30656  
30657 \series bold
30658 equation
30659 \series default
30660  ist der Formelzähler.
30661  Stellt man einem Zähler den Befehl 
30662 \series bold
30663
30664 \backslash
30665 the
30666 \series default
30667  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
30668  wird.
30669  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
30670  
30671 \series bold
30672
30673 \backslash
30674 theequation
30675 \series default
30676  hinter die Formel.
30677  
30678 \series bold
30679
30680 \backslash
30681 roman{equation}
30682 \begin_inset Index
30683 status collapsed
30684
30685 \begin_layout Plain Layout
30686 Befehle ! R ! 
30687 \backslash
30688 roman
30689 \end_layout
30690
30691 \end_inset
30692
30693
30694 \series default
30695  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
30696 \end_layout
30697
30698 \begin_layout Standard
30699 Alle Formeln nach dem 
30700 \series bold
30701
30702 \backslash
30703 renewcommand
30704 \series default
30705 -Befehl werden nun römisch nummeriert.
30706  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
30707  den Befehl erneut ein, ersetzt aber 
30708 \series bold
30709
30710 \backslash
30711 roman
30712 \series default
30713  durch 
30714 \series bold
30715
30716 \backslash
30717 Roman
30718 \series default
30719
30720 \begin_inset Index
30721 status collapsed
30722
30723 \begin_layout Plain Layout
30724 Befehle ! R ! 
30725 \backslash
30726 roman@
30727 \backslash
30728 Roman
30729 \end_layout
30730
30731 \end_inset
30732
30733 .
30734  Für die 
30735 \begin_inset Quotes gld
30736 \end_inset
30737
30738 Nummerierung
30739 \begin_inset Quotes grd
30740 \end_inset
30741
30742  mit lateinischen Buchstaben gibt es den Befehl 
30743 \series bold
30744
30745 \backslash
30746 alph
30747 \series default
30748
30749 \begin_inset Index
30750 status collapsed
30751
30752 \begin_layout Plain Layout
30753 Befehle ! A ! 
30754 \backslash
30755 alph
30756 \end_layout
30757
30758 \end_inset
30759
30760  für kleine und 
30761 \series bold
30762
30763 \backslash
30764 Alph
30765 \series default
30766
30767 \begin_inset Index
30768 status collapsed
30769
30770 \begin_layout Plain Layout
30771 Befehle ! A ! 
30772 \backslash
30773 alph@
30774 \backslash
30775 Alph
30776 \end_layout
30777
30778 \end_inset
30779
30780  für große Buchstaben.
30781 \end_layout
30782
30783 \begin_layout Standard
30784 \begin_inset Note Greyedout
30785 status open
30786
30787 \begin_layout Plain Layout
30788
30789 \series bold
30790 Achtung:
30791 \series default
30792  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
30793  nummeriert werden.
30794 \end_layout
30795
30796 \end_inset
30797
30798
30799 \end_layout
30800
30801 \begin_layout Standard
30802 \begin_inset ERT
30803 status collapsed
30804
30805 \begin_layout Plain Layout
30806
30807
30808 \backslash
30809 renewcommand{
30810 \backslash
30811 theequation}{
30812 \backslash
30813 roman{equation}}
30814 \end_layout
30815
30816 \end_inset
30817
30818
30819 \end_layout
30820
30821 \begin_layout Standard
30822 \begin_inset Formula \begin{equation}
30823 A=\textrm{römisch}\label{eq:roem}\end{equation}
30824
30825 \end_inset
30826
30827
30828 \begin_inset ERT
30829 status collapsed
30830
30831 \begin_layout Plain Layout
30832
30833
30834 \backslash
30835 renewcommand{
30836 \backslash
30837 theequation}{
30838 \backslash
30839 Roman{equation}}
30840 \end_layout
30841
30842 \end_inset
30843
30844
30845 \begin_inset Formula \begin{equation}
30846 B=\textrm{Römisch}\label{eq:Roem}\end{equation}
30847
30848 \end_inset
30849
30850
30851 \begin_inset ERT
30852 status collapsed
30853
30854 \begin_layout Plain Layout
30855
30856
30857 \backslash
30858 renewcommand{
30859 \backslash
30860 theequation}{
30861 \backslash
30862 alph{equation}}
30863 \end_layout
30864
30865 \end_inset
30866
30867
30868 \begin_inset Formula \begin{equation}
30869 C=\textrm{lateinisch}\label{eq:lat}\end{equation}
30870
30871 \end_inset
30872
30873
30874 \begin_inset ERT
30875 status collapsed
30876
30877 \begin_layout Plain Layout
30878
30879
30880 \backslash
30881 renewcommand{
30882 \backslash
30883 theequation}{
30884 \backslash
30885 Alph{equation}}
30886 \end_layout
30887
30888 \end_inset
30889
30890
30891 \begin_inset Formula \begin{equation}
30892 D=\textrm{Lateinisch}\label{eq:Lat}\end{equation}
30893
30894 \end_inset
30895
30896
30897 \end_layout
30898
30899 \begin_layout Standard
30900 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
30901  ein:
30902 \end_layout
30903
30904 \begin_layout Standard
30905
30906 \series bold
30907
30908 \backslash
30909 renewcommand{
30910 \backslash
30911 theequation}{
30912 \backslash
30913 arabic{equation}}
30914 \begin_inset Index
30915 status collapsed
30916
30917 \begin_layout Plain Layout
30918 Befehle ! A ! 
30919 \backslash
30920 arabic
30921 \end_layout
30922
30923 \end_inset
30924
30925
30926 \end_layout
30927
30928 \begin_layout Standard
30929 \begin_inset ERT
30930 status collapsed
30931
30932 \begin_layout Plain Layout
30933
30934
30935 \backslash
30936 renewcommand{
30937 \backslash
30938 theequation}{
30939 \backslash
30940 arabic{equation}}
30941 \end_layout
30942
30943 \end_inset
30944
30945
30946 \begin_inset Formula \begin{equation}
30947 E=\textrm{arabisch}\label{eq:arab}\end{equation}
30948
30949 \end_inset
30950
30951
30952 \end_layout
30953
30954 \begin_layout Standard
30955 \begin_inset VSpace medskip
30956 \end_inset
30957
30958 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
30959 riert.
30960  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
30961  beginnen, müssen neue Formelzähler angelegt werden.
30962  Eine Beschreibung dazu findet man in der Datei 
30963 \begin_inset CommandInset href
30964 LatexCommand href
30965 target "Formelnummerierung.lyx"
30966
30967 \end_inset
30968
30969 .
30970 \end_layout
30971
30972 \begin_layout Section
30973 Benutzerdefinierte Befehle
30974 \begin_inset CommandInset label
30975 LatexCommand label
30976 name "sec:Benutzerdefinierte-Befehle"
30977
30978 \end_inset
30979
30980
30981 \begin_inset Index
30982 status collapsed
30983
30984 \begin_layout Plain Layout
30985 benutzerdefinierte Befehle
30986 \end_layout
30987
30988 \end_inset
30989
30990
30991 \end_layout
30992
30993 \begin_layout Standard
30994 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
30995  Man kann sich aber mit dem Befehl 
30996 \series bold
30997
30998 \backslash
30999 newcommand
31000 \series default
31001
31002 \begin_inset Index
31003 status collapsed
31004
31005 \begin_layout Plain Layout
31006 Befehle ! N ! 
31007 \backslash
31008 newcommand
31009 \end_layout
31010
31011 \end_inset
31012
31013  neue kürzere Befehle definieren.
31014 \end_layout
31015
31016 \begin_layout Standard
31017 Das Befehlsschema von 
31018 \series bold
31019
31020 \backslash
31021 newcommand
31022 \series default
31023  lautet:
31024 \end_layout
31025
31026 \begin_layout Standard
31027
31028 \series bold
31029
31030 \backslash
31031 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
31032 \series default
31033  
31034 \series bold
31035 Wert]
31036 \begin_inset Newline newline
31037 \end_inset
31038
31039
31040 \begin_inset ERT
31041 status collapsed
31042
31043 \begin_layout Plain Layout
31044
31045
31046 \backslash
31047 phantom{
31048 \end_layout
31049
31050 \end_inset
31051
31052
31053 \backslash
31054 newcommand
31055 \begin_inset ERT
31056 status collapsed
31057
31058 \begin_layout Plain Layout
31059
31060 }
31061 \end_layout
31062
31063 \end_inset
31064
31065 {Befehlsdefinition}
31066 \end_layout
31067
31068 \begin_layout Standard
31069 \begin_inset Note Greyedout
31070 status open
31071
31072 \begin_layout Plain Layout
31073
31074 \series bold
31075 Achtung:
31076 \series default
31077  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
31078  oder von benutzten LaTeX-Paketen verwendet wird.
31079  Definiert man beispielsweise für 
31080 \series bold
31081
31082 \backslash
31083 Leftarrow
31084 \series default
31085  den Befehl 
31086 \series bold
31087
31088 \backslash
31089 le
31090 \series default
31091 , erhält man eine Fehlermeldung, denn 
31092 \series bold
31093
31094 \backslash
31095 le
31096 \series default
31097  ist schon für 
31098 \begin_inset Quotes gld
31099 \end_inset
31100
31101
31102 \begin_inset Formula $\le$
31103 \end_inset
31104
31105
31106 \begin_inset Quotes grd
31107 \end_inset
31108
31109  definiert.
31110 \end_layout
31111
31112 \end_inset
31113
31114
31115 \end_layout
31116
31117 \begin_layout Standard
31118 \begin_inset Note Greyedout
31119 status open
31120
31121 \begin_layout Plain Layout
31122
31123 \series bold
31124 Achtung: 
31125 \series default
31126 Die Namen von selbst definierten Befehlen dürfen nur aus lateinischen Buchstaben
31127  bestehen.
31128 \end_layout
31129
31130 \end_inset
31131
31132
31133 \end_layout
31134
31135 \begin_layout Standard
31136 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
31137 \begin_inset space \thinspace{}
31138 \end_inset
31139
31140 -
31141 \begin_inset space \thinspace{}
31142 \end_inset
31143
31144 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
31145  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
31146  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
31147 \emph on
31148 erste
31149 \emph default
31150  Argument des neuen Befehls ein optionales ist.
31151 \end_layout
31152
31153 \begin_layout Standard
31154 Es folgen einige Beispiele:
31155 \end_layout
31156
31157 \begin_layout Itemize
31158 Will man für 
31159 \series bold
31160
31161 \backslash
31162 Longrightarrow
31163 \series default
31164  den Befehl 
31165 \series bold
31166
31167 \backslash
31168 gr
31169 \series default
31170  definieren, lautet die LaTeX-Vor\SpecialChar \-
31171 spannzeile:
31172 \begin_inset ERT
31173 status collapsed
31174
31175 \begin_layout Plain Layout
31176
31177
31178 \backslash
31179 medskip
31180 \end_layout
31181
31182 \end_inset
31183
31184
31185 \series bold
31186
31187 \begin_inset Newline newline
31188 \end_inset
31189
31190
31191 \backslash
31192 newcommand{
31193 \backslash
31194 gr}{
31195 \backslash
31196 Longrightarrow}
31197 \end_layout
31198
31199 \begin_layout Itemize
31200 Um für den Befehl 
31201 \series bold
31202
31203 \backslash
31204 underline
31205 \series default
31206  den Befehl 
31207 \series bold
31208
31209 \backslash
31210 us
31211 \series default
31212  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
31213  werden.
31214  Dazu sieht die Vorspannzeile wie folgt aus:
31215 \begin_inset ERT
31216 status collapsed
31217
31218 \begin_layout Plain Layout
31219
31220
31221 \backslash
31222 medskip
31223 \end_layout
31224
31225 \end_inset
31226
31227
31228 \series bold
31229
31230 \begin_inset Newline newline
31231 \end_inset
31232
31233
31234 \backslash
31235 newcommand{
31236 \backslash
31237 us}[1]{
31238 \backslash
31239 underline{#1}}
31240 \series default
31241
31242 \begin_inset ERT
31243 status collapsed
31244
31245 \begin_layout Plain Layout
31246
31247
31248 \backslash
31249 medskip
31250 \end_layout
31251
31252 \end_inset
31253
31254
31255 \series bold
31256
31257 \begin_inset Newline newline
31258 \end_inset
31259
31260
31261 \series default
31262 Das Zeichen 
31263 \series bold
31264 #
31265 \series default
31266  fungiert als Argumentplatzhalter, die 
31267 \series bold
31268 1
31269 \series default
31270  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
31271 \end_layout
31272
31273 \begin_layout Itemize
31274 Für 
31275 \series bold
31276
31277 \backslash
31278 framebox
31279 \series default
31280  kann man z.
31281 \begin_inset space \thinspace{}
31282 \end_inset
31283
31284 B.
31285  den Befehl 
31286 \series bold
31287
31288 \backslash
31289 fb
31290 \series default
31291  definieren:
31292 \begin_inset ERT
31293 status collapsed
31294
31295 \begin_layout Plain Layout
31296
31297
31298 \backslash
31299 medskip
31300 \end_layout
31301
31302 \end_inset
31303
31304
31305 \series bold
31306
31307 \begin_inset Newline newline
31308 \end_inset
31309
31310
31311 \backslash
31312 newcommand{
31313 \backslash
31314 fb}[3]{
31315 \backslash
31316 framebox#1#2{$#3$}}
31317 \series default
31318
31319 \begin_inset ERT
31320 status collapsed
31321
31322 \begin_layout Plain Layout
31323
31324
31325 \backslash
31326 medskip
31327 \end_layout
31328
31329 \end_inset
31330
31331
31332 \series bold
31333
31334 \begin_inset Newline newline
31335 \end_inset
31336
31337
31338 \series default
31339 Die beiden Dollarzeichen erstellen hierbei die für 
31340 \series bold
31341
31342 \backslash
31343 framebox
31344 \series default
31345  geforderte weitere Formel, siehe 
31346 \begin_inset CommandInset ref
31347 LatexCommand ref
31348 reference "sub:Boxen-mit-Rahmen"
31349
31350 \end_inset
31351
31352 .
31353 \end_layout
31354
31355 \begin_layout Itemize
31356 Um einen neuen Befehl für 
31357 \series bold
31358
31359 \backslash
31360 fcolorbox
31361 \series default
31362  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
31363  definiert man das Argument für die Farbe als optional:
31364 \begin_inset ERT
31365 status collapsed
31366
31367 \begin_layout Plain Layout
31368
31369
31370 \backslash
31371 medskip
31372 \end_layout
31373
31374 \end_inset
31375
31376
31377 \series bold
31378
31379 \begin_inset Newline newline
31380 \end_inset
31381
31382
31383 \backslash
31384 newcommand{
31385 \backslash
31386 cb}[3][white]{
31387 \backslash
31388 fcolorbox{#2}{#1}{$#3$}}
31389 \series default
31390
31391 \begin_inset ERT
31392 status collapsed
31393
31394 \begin_layout Plain Layout
31395
31396
31397 \backslash
31398 medskip
31399 \end_layout
31400
31401 \end_inset
31402
31403
31404 \begin_inset Newline newline
31405 \end_inset
31406
31407 Gibt man bei der Verwendung von 
31408 \series bold
31409
31410 \backslash
31411 cb
31412 \series default
31413  die Farbe nicht an, wird die voreingestellte Farbe 
31414 \series bold
31415 white
31416 \series default
31417  verwendet.
31418 \end_layout
31419
31420 \begin_layout Standard
31421 Ein Test der neu definierten Befehle:
31422 \end_layout
31423
31424 \begin_layout Standard
31425 \align center
31426 \begin_inset Tabular
31427 <lyxtabular version="3" rows="6" columns="2">
31428 <features>
31429 <column alignment="center" valignment="top" width="0">
31430 <column alignment="center" valignment="top" width="0">
31431 <row>
31432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31433 \begin_inset Text
31434
31435 \begin_layout Plain Layout
31436 Befehl
31437 \end_layout
31438
31439 \end_inset
31440 </cell>
31441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31442 \begin_inset Text
31443
31444 \begin_layout Plain Layout
31445 Ergebnis
31446 \begin_inset Note Note
31447 status collapsed
31448
31449 \begin_layout Plain Layout
31450
31451 \series bold
31452
31453 \backslash
31454 raisebox
31455 \series default
31456  dient nur als Abstandhalter.
31457 \end_layout
31458
31459 \end_inset
31460
31461
31462 \end_layout
31463
31464 \end_inset
31465 </cell>
31466 </row>
31467 <row>
31468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31469 \begin_inset Text
31470
31471 \begin_layout Plain Layout
31472 A
31473 \backslash
31474 gr
31475 \begin_inset ERT
31476 status collapsed
31477
31478 \begin_layout Plain Layout
31479
31480
31481 \backslash
31482 leer 
31483 \end_layout
31484
31485 \end_inset
31486
31487 B
31488 \end_layout
31489
31490 \end_inset
31491 </cell>
31492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31493 \begin_inset Text
31494
31495 \begin_layout Plain Layout
31496 \begin_inset Formula $A\gr B$
31497 \end_inset
31498
31499
31500 \end_layout
31501
31502 \end_inset
31503 </cell>
31504 </row>
31505 <row>
31506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31507 \begin_inset Text
31508
31509 \begin_layout Plain Layout
31510
31511 \backslash
31512 us{ABcd
31513 \end_layout
31514
31515 \end_inset
31516 </cell>
31517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31518 \begin_inset Text
31519
31520 \begin_layout Plain Layout
31521 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31522 \end_inset
31523
31524
31525 \end_layout
31526
31527 \end_inset
31528 </cell>
31529 </row>
31530 <row>
31531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31532 \begin_inset Text
31533
31534 \begin_layout Plain Layout
31535
31536 \backslash
31537 fb{[2cm]
31538 \begin_inset Formula $\to$
31539 \end_inset
31540
31541
31542 \backslash
31543 {
31544 \begin_inset Formula $\to$
31545 \end_inset
31546
31547
31548 \backslash
31549 {
31550 \backslash
31551 int
31552 \begin_inset ERT
31553 status collapsed
31554
31555 \begin_layout Plain Layout
31556
31557
31558 \backslash
31559 leer 
31560 \end_layout
31561
31562 \end_inset
31563
31564 A=B
31565 \end_layout
31566
31567 \end_inset
31568 </cell>
31569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31570 \begin_inset Text
31571
31572 \begin_layout Plain Layout
31573 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31574 \end_inset
31575
31576
31577 \end_layout
31578
31579 \end_inset
31580 </cell>
31581 </row>
31582 <row>
31583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31584 \begin_inset Text
31585
31586 \begin_layout Plain Layout
31587
31588 \backslash
31589 cb{red
31590 \begin_inset Formula $\to$
31591 \end_inset
31592
31593
31594 \backslash
31595 {
31596 \backslash
31597 int
31598 \begin_inset ERT
31599 status collapsed
31600
31601 \begin_layout Plain Layout
31602
31603
31604 \backslash
31605 leer 
31606 \end_layout
31607
31608 \end_inset
31609
31610 A=B
31611 \end_layout
31612
31613 \end_inset
31614 </cell>
31615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31616 \begin_inset Text
31617
31618 \begin_layout Plain Layout
31619 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31620 \end_inset
31621
31622
31623 \end_layout
31624
31625 \end_inset
31626 </cell>
31627 </row>
31628 <row>
31629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31630 \begin_inset Text
31631
31632 \begin_layout Plain Layout
31633
31634 \backslash
31635 cb[green]
31636 \backslash
31637 {red
31638 \begin_inset Formula $\to$
31639 \end_inset
31640
31641
31642 \backslash
31643 {
31644 \backslash
31645 int
31646 \begin_inset ERT
31647 status collapsed
31648
31649 \begin_layout Plain Layout
31650
31651
31652 \backslash
31653 leer 
31654 \end_layout
31655
31656 \end_inset
31657
31658 A=B
31659 \end_layout
31660
31661 \end_inset
31662 </cell>
31663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31664 \begin_inset Text
31665
31666 \begin_layout Plain Layout
31667 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31668 \end_inset
31669
31670
31671 \end_layout
31672
31673 \end_inset
31674 </cell>
31675 </row>
31676 </lyxtabular>
31677
31678 \end_inset
31679
31680
31681 \end_layout
31682
31683 \begin_layout Section
31684 Diagramme
31685 \end_layout
31686
31687 \begin_layout Standard
31688 LyX unterstützt zwei Typen kommutativer Diagramme: 
31689 \series bold
31690 amscd
31691 \series default
31692  und 
31693 \series bold
31694 xymatrix
31695 \series default
31696 , die im Folgenden erläutert sind.
31697 \end_layout
31698
31699 \begin_layout Subsection
31700 amscd Diagramme
31701 \begin_inset Index
31702 status collapsed
31703
31704 \begin_layout Plain Layout
31705 Diagramme ! amscd
31706 \end_layout
31707
31708 \end_inset
31709
31710
31711 \end_layout
31712
31713 \begin_layout Standard
31714 Um diesen Diagrammtyp zu erstellen, wird das LaTeX-Paket 
31715 \series bold
31716 amscd
31717 \begin_inset Foot
31718 status collapsed
31719
31720 \begin_layout Plain Layout
31721
31722 \series bold
31723 amscd
31724 \series default
31725  ist Teil jeder LaTeX-Standardinstallation.
31726 \end_layout
31727
31728 \end_inset
31729
31730
31731 \series default
31732
31733 \begin_inset Index
31734 status collapsed
31735
31736 \begin_layout Plain Layout
31737 Pakete ! amscd
31738 \end_layout
31739
31740 \end_inset
31741
31742  benötigt.
31743  Es wird im LaTeX-Vorspann mit der Zeile
31744 \end_layout
31745
31746 \begin_layout Standard
31747
31748 \series bold
31749
31750 \backslash
31751 usepackage{amscd}
31752 \end_layout
31753
31754 \begin_layout Standard
31755 geladen.
31756 \end_layout
31757
31758 \begin_layout Standard
31759 Diagramme stellen Beziehungen dar und sehen folgendermaßen aus:
31760 \begin_inset Formula \[
31761 \begin{CD}A@>>>B@>>>C\\
31762 @AAA@.@VVV\\
31763 F@<<<E@<<<D\end{CD}\]
31764
31765 \end_inset
31766
31767
31768 \end_layout
31769
31770 \begin_layout Standard
31771 Um sie zu erstellen, gibt man in einer Formel den Befehl 
31772 \series bold
31773
31774 \backslash
31775 CD
31776 \begin_inset Index
31777 status collapsed
31778
31779 \begin_layout Plain Layout
31780 Befehle ! C ! 
31781 \backslash
31782 CD
31783 \end_layout
31784
31785 \end_inset
31786
31787
31788 \series default
31789  ein.
31790  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
31791  man die weiteren Befehle eingibt.
31792  Mit 
31793 \series bold
31794
31795 \begin_inset ERT
31796 status collapsed
31797
31798 \begin_layout Plain Layout
31799
31800
31801 \backslash
31802 mbox{
31803 \end_layout
31804
31805 \end_inset
31806
31807
31808 \family sans
31809 \series default
31810 Strg-Enter
31811 \family default
31812 \series bold
31813
31814 \begin_inset ERT
31815 status collapsed
31816
31817 \begin_layout Plain Layout
31818
31819 }
31820 \end_layout
31821
31822 \end_inset
31823
31824
31825 \series default
31826  wird eine neue Zeile erstellt.
31827  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
31828  Zeilen der Formel eingegeben.
31829 \end_layout
31830
31831 \begin_layout Standard
31832 Zum Erstellen der Beziehungen gibt es folgende Befehle:
31833 \end_layout
31834
31835 \begin_layout Itemize
31836
31837 \series bold
31838 @<<<
31839 \series default
31840  erstellt einen Linkspfeil, 
31841 \series bold
31842 @>>>
31843 \series default
31844  einen Rechtspfeil und 
31845 \series bold
31846 @=
31847 \series default
31848  ein langes Gleichheitszeichen
31849 \end_layout
31850
31851 \begin_layout Itemize
31852
31853 \series bold
31854 @AAA
31855 \series default
31856  erstellt einen Pfeil nach oben, 
31857 \series bold
31858 @VVV
31859 \series default
31860  einen Pfeil nach unten und 
31861 \series bold
31862 @|
31863 \series default
31864  ein senkrechtes Gleichheitszeichen
31865 \end_layout
31866
31867 \begin_layout Itemize
31868
31869 \series bold
31870 @.
31871
31872 \series default
31873  dient als Platzhalter für nicht vorhandene Beziehungen
31874 \end_layout
31875
31876 \begin_layout Standard
31877 Alle Pfeile sind wie folgt beschriftbar:
31878 \end_layout
31879
31880 \begin_layout Itemize
31881 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
31882  > Text eingegeben, erscheint er über dem Pfeil.
31883  Wird der Text zwischen dem zweiten und dritten < bzw.
31884  > eingegeben, erscheint er unter dem Pfeil.
31885 \end_layout
31886
31887 \begin_layout Itemize
31888 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
31889  V eingegeben, erscheint er links neben dem Pfeil.
31890  Bei Eingabe zwischen zweitem und drittem A bzw.
31891  V erscheint er rechts daneben.
31892  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
31893  gesetzt werden.
31894 \end_layout
31895
31896 \begin_layout Standard
31897 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
31898 \end_layout
31899
31900 \begin_layout Standard
31901 \begin_inset Formula \[
31902 \begin{CD}A@>j>>B@>>k>C@=F\\
31903 @AmAA@.@VV{V}V@|\\
31904 D@<<j<E@>k>>F@=C\end{CD}\]
31905
31906 \end_inset
31907
31908
31909 \end_layout
31910
31911 \begin_layout Standard
31912 Der Befehl dazu lautet:
31913 \begin_inset Newline newline
31914 \end_inset
31915
31916
31917 \series bold
31918
31919 \backslash
31920 CD
31921 \begin_inset ERT
31922 status collapsed
31923
31924 \begin_layout Plain Layout
31925
31926
31927 \backslash
31928 leer 
31929 \end_layout
31930
31931 \end_inset
31932
31933 A@>j>>B@>>k>C@=F Strg-Enter
31934 \begin_inset Newline newline
31935 \end_inset
31936
31937
31938 \begin_inset ERT
31939 status collapsed
31940
31941 \begin_layout Plain Layout
31942
31943
31944 \backslash
31945 hphantom{
31946 \end_layout
31947
31948 \end_inset
31949
31950
31951 \backslash
31952 CD
31953 \begin_inset ERT
31954 status collapsed
31955
31956 \begin_layout Plain Layout
31957
31958
31959 \backslash
31960 leer 
31961 \end_layout
31962
31963 \end_inset
31964
31965
31966 \begin_inset ERT
31967 status collapsed
31968
31969 \begin_layout Plain Layout
31970
31971 }
31972 \end_layout
31973
31974 \end_inset
31975
31976 @AmAA@.@VV
31977 \backslash
31978 {V
31979 \series default
31980
31981 \begin_inset Formula $\to$
31982 \end_inset
31983
31984
31985 \series bold
31986 V@| Strg-Enter
31987 \begin_inset Newline newline
31988 \end_inset
31989
31990
31991 \begin_inset ERT
31992 status collapsed
31993
31994 \begin_layout Plain Layout
31995
31996
31997 \backslash
31998 hphantom{
31999 \end_layout
32000
32001 \end_inset
32002
32003
32004 \backslash
32005 CD
32006 \begin_inset ERT
32007 status collapsed
32008
32009 \begin_layout Plain Layout
32010
32011
32012 \backslash
32013 leer 
32014 \end_layout
32015
32016 \end_inset
32017
32018
32019 \begin_inset ERT
32020 status collapsed
32021
32022 \begin_layout Plain Layout
32023
32024 }
32025 \end_layout
32026
32027 \end_inset
32028
32029 D@<<j<E@>k>>F@=C
32030 \end_layout
32031
32032 \begin_layout Subsection
32033 xymatrix Diagramme
32034 \begin_inset Index
32035 status collapsed
32036
32037 \begin_layout Plain Layout
32038 Diagramme ! xymatrix
32039 \end_layout
32040
32041 \end_inset
32042
32043
32044 \end_layout
32045
32046 \begin_layout Standard
32047 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
32048 \series bold
32049 xypic
32050 \series default
32051  installiert sein.
32052  Eine Xymatrix wird erstellt, indem der Befehl 
32053 \series bold
32054
32055 \backslash
32056 xymatrix
32057 \series default
32058  in eine Formel eingegeben wird.
32059  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32060  hinzufügen, siehe 
32061 \begin_inset CommandInset ref
32062 LatexCommand ref
32063 reference "sec:Matrizen"
32064
32065 \end_inset
32066
32067 .
32068 \end_layout
32069
32070 \begin_layout Standard
32071 xymatrix bietet viele Möglichkeiten kommutative Diagramme und Dekorationen
32072  zu erzeugen, die im Detail in diesem Handbuch erklärt sind: 
32073 \begin_inset CommandInset href
32074 LatexCommand href
32075 target "http://wiki.lyx.org/LyX/XY-pic#xy-manual"
32076
32077 \end_inset
32078
32079 .
32080 \end_layout
32081
32082 \begin_layout Standard
32083 \begin_inset Newpage newpage
32084 \end_inset
32085
32086
32087 \end_layout
32088
32089 \begin_layout Section
32090 Tipps
32091 \begin_inset ERT
32092 status collapsed
32093
32094 \begin_layout Plain Layout
32095
32096
32097 \backslash
32098 texorpdfstring{
32099 \end_layout
32100
32101 \end_inset
32102
32103
32104 \begin_inset Foot
32105 status collapsed
32106
32107 \begin_layout Plain Layout
32108 Weitere gute Tipps gibt es unter 
32109 \begin_inset CommandInset citation
32110 LatexCommand cite
32111 key "Voss"
32112
32113 \end_inset
32114
32115 .
32116 \end_layout
32117
32118 \end_inset
32119
32120
32121 \begin_inset ERT
32122 status collapsed
32123
32124 \begin_layout Plain Layout
32125
32126 }{}
32127 \end_layout
32128
32129 \end_inset
32130
32131
32132 \begin_inset Note Note
32133 status collapsed
32134
32135 \begin_layout Plain Layout
32136
32137 \series bold
32138
32139 \backslash
32140 texorpdfstring
32141 \series default
32142  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
32143 \end_layout
32144
32145 \begin_layout Plain Layout
32146 Näheres zu 
32147 \series bold
32148
32149 \backslash
32150 texorpdfstring
32151 \series default
32152  steht in Kapitel 
32153 \begin_inset CommandInset ref
32154 LatexCommand ref
32155 reference "sub:Formeln-in-Überschriften"
32156
32157 \end_inset
32158
32159 .
32160 \end_layout
32161
32162 \end_inset
32163
32164
32165 \begin_inset Index
32166 status collapsed
32167
32168 \begin_layout Plain Layout
32169 Tipps
32170 \end_layout
32171
32172 \end_inset
32173
32174
32175 \begin_inset Index
32176 status collapsed
32177
32178 \begin_layout Plain Layout
32179 Ionen|see
32180 \begin_inset ERT
32181 status collapsed
32182
32183 \begin_layout Plain Layout
32184
32185 {
32186 \end_layout
32187
32188 \end_inset
32189
32190 chemische Zeichen
32191 \begin_inset ERT
32192 status collapsed
32193
32194 \begin_layout Plain Layout
32195
32196 }
32197 \end_layout
32198
32199 \end_inset
32200
32201
32202 \end_layout
32203
32204 \end_inset
32205
32206
32207 \end_layout
32208
32209 \begin_layout Subsection
32210 Chemische Symbole und Reaktionsgleichungen
32211 \begin_inset CommandInset label
32212 LatexCommand label
32213 name "sub:Chemische-Symbole-und"
32214
32215 \end_inset
32216
32217
32218 \begin_inset Index
32219 status collapsed
32220
32221 \begin_layout Plain Layout
32222 chemische Zeichen ! Symbole
32223 \end_layout
32224
32225 \end_inset
32226
32227
32228 \begin_inset Index
32229 status collapsed
32230
32231 \begin_layout Plain Layout
32232 Reaktionsgleichungen
32233 \end_layout
32234
32235 \end_inset
32236
32237
32238 \begin_inset Index
32239 status collapsed
32240
32241 \begin_layout Plain Layout
32242 Symbole ! chemische
32243 \end_layout
32244
32245 \end_inset
32246
32247
32248 \end_layout
32249
32250 \begin_layout Standard
32251 Ein Beispieltext aus der Chemie:
32252 \end_layout
32253
32254 \begin_layout Quote
32255 Das 
32256 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32257 \end_inset
32258
32259 -Ion verbindet sich mit zwei 
32260 \begin_inset Formula $\mathrm{Na^{+}}$
32261 \end_inset
32262
32263 -Ionen zu Natriumsulfat 
32264 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32265 \end_inset
32266
32267 .
32268  Die Reaktionsgleichung dazu lautet:
32269 \begin_inset Formula \[
32270 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32271
32272 \end_inset
32273
32274
32275 \end_layout
32276
32277 \begin_layout Standard
32278 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
32279  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
32280  in der Formel und wandelt diese mit der Tastenkombination 
32281 \family sans
32282 Alt-z
32283 \begin_inset space ~
32284 \end_inset
32285
32286 r
32287 \family default
32288  in den aufrechten Schriftstil um.
32289 \begin_inset Foot
32290 status collapsed
32291
32292 \begin_layout Plain Layout
32293 Schriftstile siehe 
32294 \begin_inset CommandInset ref
32295 LatexCommand ref
32296 reference "sub:Schriftstile"
32297
32298 \end_inset
32299
32300
32301 \end_layout
32302
32303 \end_inset
32304
32305
32306 \end_layout
32307
32308 \begin_layout Subsection
32309 Negative Zahlen
32310 \begin_inset Index
32311 status collapsed
32312
32313 \begin_layout Plain Layout
32314 Zahlen ! negative
32315 \end_layout
32316
32317 \end_inset
32318
32319
32320 \end_layout
32321
32322 \begin_layout Standard
32323 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
32324  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
32325  dargestellt.
32326  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
32327  Minuszeichen korrekt.
32328 \end_layout
32329
32330 \begin_layout Standard
32331 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
32332  nicht mehr auf.
32333 \end_layout
32334
32335 \begin_layout Standard
32336 Ein Beispiel zur Veranschaulichung der Problematik:
32337 \end_layout
32338
32339 \begin_layout Standard
32340 \align center
32341 \begin_inset Tabular
32342 <lyxtabular version="3" rows="3" columns="2">
32343 <features>
32344 <column alignment="right" valignment="top" width="0">
32345 <column alignment="left" valignment="top" width="0">
32346 <row>
32347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32348 \begin_inset Text
32349
32350 \begin_layout Plain Layout
32351 normaler Text:
32352 \end_layout
32353
32354 \end_inset
32355 </cell>
32356 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32357 \begin_inset Text
32358
32359 \begin_layout Plain Layout
32360 x = -2
32361 \end_layout
32362
32363 \end_inset
32364 </cell>
32365 </row>
32366 <row>
32367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32368 \begin_inset Text
32369
32370 \begin_layout Plain Layout
32371 Formelmodus:
32372 \end_layout
32373
32374 \end_inset
32375 </cell>
32376 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32377 \begin_inset Text
32378
32379 \begin_layout Plain Layout
32380 \begin_inset Formula $x=-2$
32381 \end_inset
32382
32383
32384 \end_layout
32385
32386 \end_inset
32387 </cell>
32388 </row>
32389 <row>
32390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32391 \begin_inset Text
32392
32393 \begin_layout Plain Layout
32394 Lösung:
32395 \end_layout
32396
32397 \end_inset
32398 </cell>
32399 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32400 \begin_inset Text
32401
32402 \begin_layout Plain Layout
32403 \begin_inset Formula $x=\textrm{-}2$
32404 \end_inset
32405
32406
32407 \end_layout
32408
32409 \end_inset
32410 </cell>
32411 </row>
32412 </lyxtabular>
32413
32414 \end_inset
32415
32416
32417 \end_layout
32418
32419 \begin_layout Subsection
32420 Komma als Dezimaltrennzeichen
32421 \begin_inset Index
32422 status collapsed
32423
32424 \begin_layout Plain Layout
32425 Komma
32426 \end_layout
32427
32428 \end_inset
32429
32430
32431 \end_layout
32432
32433 \begin_layout Standard
32434 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
32435  als Gruppentrennzeichen.
32436  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
32437  eingefügt.
32438 \end_layout
32439
32440 \begin_layout Standard
32441 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
32442  Text um (Tastenkürzel 
32443 \family sans
32444 Alt-m
32445 \begin_inset space ~
32446 \end_inset
32447
32448 m
32449 \family default
32450 ).
32451 \end_layout
32452
32453 \begin_layout Standard
32454 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
32455  lädt man die Datei 
32456 \series bold
32457 icomma.sty
32458 \series default
32459
32460 \begin_inset Foot
32461 status collapsed
32462
32463 \begin_layout Plain Layout
32464
32465 \series bold
32466 icomma
32467 \series default
32468  ist Teil des LaTeX-Paketes 
32469 \series bold
32470 was
32471 \series default
32472
32473 \begin_inset Index
32474 status collapsed
32475
32476 \begin_layout Plain Layout
32477 Pakete ! was
32478 \begin_inset ERT
32479 status collapsed
32480
32481 \begin_layout Plain Layout
32482
32483
32484 \backslash
32485 vspace{4mm}
32486 \end_layout
32487
32488 \end_inset
32489
32490
32491 \end_layout
32492
32493 \end_inset
32494
32495 .
32496 \end_layout
32497
32498 \end_inset
32499
32500
32501 \begin_inset Index
32502 status collapsed
32503
32504 \begin_layout Plain Layout
32505 Pakete ! icomma
32506 \end_layout
32507
32508 \end_inset
32509
32510  mit der LaTeX-Vorspannzeile
32511 \end_layout
32512
32513 \begin_layout Standard
32514
32515 \series bold
32516
32517 \backslash
32518 usepackage{icomma}
32519 \end_layout
32520
32521 \begin_layout Subsection
32522 Physikalische Vektoren
32523 \begin_inset CommandInset label
32524 LatexCommand label
32525 name "sub:Physikalische-Vektoren"
32526
32527 \end_inset
32528
32529
32530 \begin_inset Index
32531 status collapsed
32532
32533 \begin_layout Plain Layout
32534 Vektoren ! physikalische
32535 \end_layout
32536
32537 \end_inset
32538
32539
32540 \end_layout
32541
32542 \begin_layout Standard
32543 Vordefinierte Vektoren bietet das LaTeX-Paket 
32544 \series bold
32545 braket
32546 \series default
32547
32548 \begin_inset Foot
32549 status collapsed
32550
32551 \begin_layout Plain Layout
32552
32553 \series bold
32554 braket
32555 \series default
32556  sollte Teil jeder LaTeX-Standardinstallation sein.
32557 \end_layout
32558
32559 \end_inset
32560
32561
32562 \begin_inset Index
32563 status collapsed
32564
32565 \begin_layout Plain Layout
32566 Pakete ! braket
32567 \end_layout
32568
32569 \end_inset
32570
32571 , das mit der LaTeX-Vorspannzeile
32572 \end_layout
32573
32574 \begin_layout Standard
32575
32576 \series bold
32577
32578 \backslash
32579 usepackage{braket}
32580 \end_layout
32581
32582 \begin_layout Standard
32583 geladen wird.
32584 \begin_inset ERT
32585 status collapsed
32586
32587 \begin_layout Plain Layout
32588
32589
32590 \backslash
32591 ifbraket 
32592 \end_layout
32593
32594 \end_inset
32595
32596
32597 \begin_inset Note Note
32598 status open
32599
32600 \begin_layout Plain Layout
32601 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
32602 \series bold
32603 braket
32604 \series default
32605  installiert ist:
32606 \end_layout
32607
32608 \end_inset
32609
32610
32611 \end_layout
32612
32613 \begin_layout Standard
32614 Folgende Befehle sind definiert:
32615 \end_layout
32616
32617 \begin_layout Standard
32618 \align center
32619 \begin_inset Tabular
32620 <lyxtabular version="3" rows="4" columns="2">
32621 <features>
32622 <column alignment="center" valignment="top" width="0">
32623 <column alignment="center" valignment="top" width="0">
32624 <row>
32625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32626 \begin_inset Text
32627
32628 \begin_layout Plain Layout
32629 Befehl
32630 \end_layout
32631
32632 \end_inset
32633 </cell>
32634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32635 \begin_inset Text
32636
32637 \begin_layout Plain Layout
32638 Ergebnis
32639 \end_layout
32640
32641 \end_inset
32642 </cell>
32643 </row>
32644 <row>
32645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32646 \begin_inset Text
32647
32648 \begin_layout Plain Layout
32649
32650 \backslash
32651 Bra{
32652 \backslash
32653 psi
32654 \end_layout
32655
32656 \end_inset
32657 </cell>
32658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32659 \begin_inset Text
32660
32661 \begin_layout Plain Layout
32662 \begin_inset Formula $\Bra{\psi}$
32663 \end_inset
32664
32665
32666 \end_layout
32667
32668 \end_inset
32669 </cell>
32670 </row>
32671 <row>
32672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32673 \begin_inset Text
32674
32675 \begin_layout Plain Layout
32676
32677 \backslash
32678 Ket{
32679 \backslash
32680 psi
32681 \end_layout
32682
32683 \end_inset
32684 </cell>
32685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32686 \begin_inset Text
32687
32688 \begin_layout Plain Layout
32689 \begin_inset Formula $\Ket{\psi}$
32690 \end_inset
32691
32692
32693 \end_layout
32694
32695 \end_inset
32696 </cell>
32697 </row>
32698 <row>
32699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32700 \begin_inset Text
32701
32702 \begin_layout Plain Layout
32703
32704 \backslash
32705 Braket{
32706 \backslash
32707 psi|
32708 \backslash
32709 phi
32710 \end_layout
32711
32712 \end_inset
32713 </cell>
32714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32715 \begin_inset Text
32716
32717 \begin_layout Plain Layout
32718 \begin_inset Formula $\Braket{\psi|\phi}$
32719 \end_inset
32720
32721
32722 \end_layout
32723
32724 \end_inset
32725 </cell>
32726 </row>
32727 </lyxtabular>
32728
32729 \end_inset
32730
32731
32732 \end_layout
32733
32734 \begin_layout Standard
32735 Der Befehl 
32736 \series bold
32737
32738 \backslash
32739 Braket
32740 \series default
32741  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
32742  Klammern gesetzt werden:
32743 \begin_inset Formula \[
32744 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32745
32746 \end_inset
32747
32748
32749 \begin_inset ERT
32750 status collapsed
32751
32752 \begin_layout Plain Layout
32753
32754
32755 \backslash
32756 else 
32757 \end_layout
32758
32759 \end_inset
32760
32761
32762 \begin_inset Note Note
32763 status open
32764
32765 \begin_layout Plain Layout
32766 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
32767 \series bold
32768 braket
32769 \series default
32770  nicht installiert ist:
32771 \end_layout
32772
32773 \end_inset
32774
32775
32776 \end_layout
32777
32778 \begin_layout Standard
32779 Das LaTeX-Paket 
32780 \series bold
32781 braket 
32782 \series default
32783 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
32784 \end_layout
32785
32786 \begin_layout Standard
32787 \begin_inset ERT
32788 status collapsed
32789
32790 \begin_layout Plain Layout
32791
32792
32793 \backslash
32794 fi 
32795 \end_layout
32796
32797 \end_inset
32798
32799
32800 \end_layout
32801
32802 \begin_layout Standard
32803 Der Effekt von 
32804 \series bold
32805
32806 \backslash
32807 Braket
32808 \series default
32809  kann auch mit dem Befehl 
32810 \series bold
32811
32812 \backslash
32813 middle
32814 \series default
32815  erzielt werden, der in 
32816 \begin_inset CommandInset ref
32817 LatexCommand ref
32818 reference "sub:Automatische-Klammergrößen"
32819
32820 \end_inset
32821
32822  beschrieben ist.
32823 \end_layout
32824
32825 \begin_layout Subsection
32826 Selbst definierte Brüche
32827 \begin_inset CommandInset label
32828 LatexCommand label
32829 name "sub:Selbstdefinierte-Brüche"
32830
32831 \end_inset
32832
32833
32834 \begin_inset Index
32835 status collapsed
32836
32837 \begin_layout Plain Layout
32838 Brüche ! selbstdefinierte
32839 \end_layout
32840
32841 \end_inset
32842
32843
32844 \end_layout
32845
32846 \begin_layout Standard
32847 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
32848 \series bold
32849
32850 \backslash
32851 genfrac
32852 \series default
32853
32854 \begin_inset Index
32855 status collapsed
32856
32857 \begin_layout Plain Layout
32858 Befehle ! G ! 
32859 \backslash
32860 genfrac
32861 \end_layout
32862
32863 \end_inset
32864
32865  in folgendem Schema:
32866 \end_layout
32867
32868 \begin_layout Standard
32869
32870 \series bold
32871
32872 \backslash
32873 genfrac{linke
32874 \series default
32875  
32876 \series bold
32877 Klammer}{rechte
32878 \series default
32879  
32880 \series bold
32881 Klammer}{Bruchstrichdicke}{Ansichtsstil}
32882 \begin_inset Newline newline
32883 \end_inset
32884
32885
32886 \begin_inset ERT
32887 status collapsed
32888
32889 \begin_layout Plain Layout
32890
32891
32892 \backslash
32893 phantom{
32894 \end_layout
32895
32896 \end_inset
32897
32898
32899 \backslash
32900 genfrac
32901 \begin_inset ERT
32902 status collapsed
32903
32904 \begin_layout Plain Layout
32905
32906 }
32907 \end_layout
32908
32909 \end_inset
32910
32911 {Zähler}{Nenner}
32912 \end_layout
32913
32914 \begin_layout Standard
32915 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
32916 \begin_inset space \thinspace{}
32917 \end_inset
32918
32919 -
32920 \begin_inset space \thinspace{}
32921 \end_inset
32922
32923 3 angegeben.
32924 \end_layout
32925
32926 \begin_layout Standard
32927 \align center
32928 \begin_inset Tabular
32929 <lyxtabular version="3" rows="5" columns="2">
32930 <features>
32931 <column alignment="center" valignment="top" width="0">
32932 <column alignment="center" valignment="top" width="0">
32933 <row>
32934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32935 \begin_inset Text
32936
32937 \begin_layout Plain Layout
32938 Nummer
32939 \end_layout
32940
32941 \end_inset
32942 </cell>
32943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32944 \begin_inset Text
32945
32946 \begin_layout Plain Layout
32947 Ansichtsstil
32948 \end_layout
32949
32950 \end_inset
32951 </cell>
32952 </row>
32953 <row>
32954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32955 \begin_inset Text
32956
32957 \begin_layout Plain Layout
32958 0
32959 \end_layout
32960
32961 \end_inset
32962 </cell>
32963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32964 \begin_inset Text
32965
32966 \begin_layout Plain Layout
32967 abgesetzte Formel
32968 \end_layout
32969
32970 \end_inset
32971 </cell>
32972 </row>
32973 <row>
32974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32975 \begin_inset Text
32976
32977 \begin_layout Plain Layout
32978 1
32979 \end_layout
32980
32981 \end_inset
32982 </cell>
32983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32984 \begin_inset Text
32985
32986 \begin_layout Plain Layout
32987 eingebettete Formel
32988 \end_layout
32989
32990 \end_inset
32991 </cell>
32992 </row>
32993 <row>
32994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32995 \begin_inset Text
32996
32997 \begin_layout Plain Layout
32998 2
32999 \end_layout
33000
33001 \end_inset
33002 </cell>
33003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33004 \begin_inset Text
33005
33006 \begin_layout Plain Layout
33007 klein
33008 \end_layout
33009
33010 \end_inset
33011 </cell>
33012 </row>
33013 <row>
33014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33015 \begin_inset Text
33016
33017 \begin_layout Plain Layout
33018 3
33019 \end_layout
33020
33021 \end_inset
33022 </cell>
33023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33024 \begin_inset Text
33025
33026 \begin_layout Plain Layout
33027 winzig
33028 \end_layout
33029
33030 \end_inset
33031 </cell>
33032 </row>
33033 </lyxtabular>
33034
33035 \end_inset
33036
33037
33038 \end_layout
33039
33040 \begin_layout Standard
33041 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
33042  
33043 \series bold
33044
33045 \backslash
33046 frac
33047 \series default
33048  der Umgebung an.
33049 \end_layout
33050
33051 \begin_layout Standard
33052 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
33053  0.4
33054 \begin_inset space \thinspace{}
33055 \end_inset
33056
33057 pt verwendet.
33058 \end_layout
33059
33060 \begin_layout Standard
33061 \begin_inset VSpace medskip
33062 \end_inset
33063
33064 Zum Beispiel sind die Befehle 
33065 \series bold
33066
33067 \backslash
33068 dfrac
33069 \series default
33070  und 
33071 \series bold
33072
33073 \backslash
33074 tbinom
33075 \series default
33076  aus 
33077 \begin_inset CommandInset ref
33078 LatexCommand ref
33079 reference "sub:Brüche"
33080
33081 \end_inset
33082
33083  folgendermaßen definiert:
33084 \end_layout
33085
33086 \begin_layout Standard
33087
33088 \series bold
33089
33090 \backslash
33091 newcommand{
33092 \backslash
33093 dfrac}[2]{
33094 \backslash
33095 genfrac{}{}{}{0}{#1}{#2}}
33096 \end_layout
33097
33098 \begin_layout Standard
33099 und
33100 \end_layout
33101
33102 \begin_layout Standard
33103
33104 \series bold
33105
33106 \backslash
33107 newcommand{
33108 \backslash
33109 tbinom}[2]{
33110 \backslash
33111 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33112 \end_layout
33113
33114 \begin_layout Standard
33115 \begin_inset VSpace medskip
33116 \end_inset
33117
33118 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
33119  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
33120 \end_layout
33121
33122 \begin_layout Standard
33123
33124 \series bold
33125
33126 \backslash
33127 newcommand{
33128 \backslash
33129 fracS}[3][]{
33130 \backslash
33131 genfrac{}{}{#1}{}{#2}{#3}}
33132 \end_layout
33133
33134 \begin_layout Standard
33135 Dazu ein Test:
33136 \begin_inset Formula \begin{align*}
33137 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33138 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
33139
33140 \end_inset
33141
33142 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
33143  in etwa der dreifachen Strichdicke.
33144 \end_layout
33145
33146 \begin_layout Subsection
33147 Durchgestrichene Formeln
33148 \begin_inset CommandInset label
33149 LatexCommand label
33150 name "sub:Durchgestrichene-Formeln"
33151
33152 \end_inset
33153
33154
33155 \begin_inset Index
33156 status collapsed
33157
33158 \begin_layout Plain Layout
33159 Formel ! durchgestrichene
33160 \end_layout
33161
33162 \end_inset
33163
33164
33165 \end_layout
33166
33167 \begin_layout Standard
33168 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
33169 \series bold
33170 cancel
33171 \series default
33172
33173 \begin_inset Foot
33174 status collapsed
33175
33176 \begin_layout Plain Layout
33177
33178 \series bold
33179 cancel
33180 \series default
33181  ist Teil jeder LaTeX-Standardinstallation.
33182 \end_layout
33183
33184 \end_inset
33185
33186
33187 \begin_inset Index
33188 status collapsed
33189
33190 \begin_layout Plain Layout
33191 Pakete ! cancel
33192 \end_layout
33193
33194 \end_inset
33195
33196  mit der LaTeX-Vorspannzeile
33197 \end_layout
33198
33199 \begin_layout Standard
33200
33201 \series bold
33202
33203 \backslash
33204 usepackage[samesize]{cancel}
33205 \end_layout
33206
33207 \begin_layout Standard
33208 geladen werden.
33209 \begin_inset Newpage pagebreak
33210 \end_inset
33211
33212
33213 \end_layout
33214
33215 \begin_layout Standard
33216 Es gibt vier verschiedene Arten durchzustreichen:
33217 \end_layout
33218
33219 \begin_layout Standard
33220 \align center
33221 \begin_inset Tabular
33222 <lyxtabular version="3" rows="5" columns="2">
33223 <features>
33224 <column alignment="center" valignment="top" width="0">
33225 <column alignment="center" valignment="top" width="0">
33226 <row>
33227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33228 \begin_inset Text
33229
33230 \begin_layout Plain Layout
33231 Befehl
33232 \end_layout
33233
33234 \end_inset
33235 </cell>
33236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33237 \begin_inset Text
33238
33239 \begin_layout Plain Layout
33240 Ergebnis
33241 \begin_inset Note Note
33242 status collapsed
33243
33244 \begin_layout Plain Layout
33245
33246 \series bold
33247
33248 \backslash
33249 hspace
33250 \series default
33251  und 
33252 \series bold
33253
33254 \backslash
33255 raisebox
33256 \series default
33257  dienen nur als Abstandhalter.
33258 \end_layout
33259
33260 \end_inset
33261
33262
33263 \end_layout
33264
33265 \end_inset
33266 </cell>
33267 </row>
33268 <row>
33269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33270 \begin_inset Text
33271
33272 \begin_layout Plain Layout
33273
33274 \backslash
33275 cancel{
33276 \backslash
33277 int
33278 \begin_inset ERT
33279 status collapsed
33280
33281 \begin_layout Plain Layout
33282
33283
33284 \backslash
33285 leer 
33286 \end_layout
33287
33288 \end_inset
33289
33290 A=B
33291 \end_layout
33292
33293 \end_inset
33294 </cell>
33295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33296 \begin_inset Text
33297
33298 \begin_layout Plain Layout
33299 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33300 \end_inset
33301
33302
33303 \end_layout
33304
33305 \end_inset
33306 </cell>
33307 </row>
33308 <row>
33309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33310 \begin_inset Text
33311
33312 \begin_layout Plain Layout
33313
33314 \backslash
33315 bcancel{
33316 \backslash
33317 int
33318 \begin_inset ERT
33319 status collapsed
33320
33321 \begin_layout Plain Layout
33322
33323
33324 \backslash
33325 leer 
33326 \end_layout
33327
33328 \end_inset
33329
33330 A=B
33331 \end_layout
33332
33333 \end_inset
33334 </cell>
33335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33336 \begin_inset Text
33337
33338 \begin_layout Plain Layout
33339 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33340 \end_inset
33341
33342
33343 \end_layout
33344
33345 \end_inset
33346 </cell>
33347 </row>
33348 <row>
33349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33350 \begin_inset Text
33351
33352 \begin_layout Plain Layout
33353
33354 \backslash
33355 xcancel{
33356 \backslash
33357 int
33358 \begin_inset ERT
33359 status collapsed
33360
33361 \begin_layout Plain Layout
33362
33363
33364 \backslash
33365 leer 
33366 \end_layout
33367
33368 \end_inset
33369
33370 A=B
33371 \end_layout
33372
33373 \end_inset
33374 </cell>
33375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33376 \begin_inset Text
33377
33378 \begin_layout Plain Layout
33379 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33380 \end_inset
33381
33382
33383 \end_layout
33384
33385 \end_inset
33386 </cell>
33387 </row>
33388 <row>
33389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33390 \begin_inset Text
33391
33392 \begin_layout Plain Layout
33393
33394 \backslash
33395 cancelto{1
33396 \begin_inset Formula $\to$
33397 \end_inset
33398
33399
33400 \backslash
33401 {
33402 \backslash
33403 int
33404 \begin_inset ERT
33405 status collapsed
33406
33407 \begin_layout Plain Layout
33408
33409
33410 \backslash
33411 leer 
33412 \end_layout
33413
33414 \end_inset
33415
33416 A=B
33417 \end_layout
33418
33419 \end_inset
33420 </cell>
33421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33422 \begin_inset Text
33423
33424 \begin_layout Plain Layout
33425 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33426 \end_inset
33427
33428
33429 \end_layout
33430
33431 \end_inset
33432 </cell>
33433 </row>
33434 </lyxtabular>
33435
33436 \end_inset
33437
33438
33439 \end_layout
33440
33441 \begin_layout Standard
33442
33443 \series bold
33444
33445 \backslash
33446 cancelto
33447 \series default
33448  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
33449  will:
33450 \begin_inset Formula \[
33451 \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}}}\]
33452
33453 \end_inset
33454
33455
33456 \end_layout
33457
33458 \begin_layout Subsection
33459 Formeln in Überschriften
33460 \begin_inset CommandInset label
33461 LatexCommand label
33462 name "sub:Formeln-in-Überschriften"
33463
33464 \end_inset
33465
33466
33467 \begin_inset Index
33468 status collapsed
33469
33470 \begin_layout Plain Layout
33471 Formel ! in Überschriften
33472 \end_layout
33473
33474 \end_inset
33475
33476
33477 \end_layout
33478
33479 \begin_layout Standard
33480 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
33481 \end_layout
33482
33483 \begin_layout Standard
33484 \begin_inset Note Greyedout
33485 status open
33486
33487 \begin_layout Plain Layout
33488 Verwendet man 
33489 \series bold
33490 hyperref
33491 \series default
33492
33493 \begin_inset Index
33494 status collapsed
33495
33496 \begin_layout Plain Layout
33497 Pakete ! hyperref
33498 \end_layout
33499
33500 \end_inset
33501
33502  Unterstützung im den Dokumenteinstellungen unter 
33503 \family sans
33504 PDF-Eigenschaften
33505 \family default
33506 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
33507  erzeugt.
33508  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
33509  dargestellt.
33510  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
33511 \end_layout
33512
33513 \end_inset
33514
33515
33516 \end_layout
33517
33518 \begin_layout Standard
33519 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
33520  Kurztitel über das Menü 
33521 \family sans
33522 Einfügen\SpecialChar \menuseparator
33523 Kurztitel
33524 \family default
33525  einfügt.
33526  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
33527  um das Inhaltsverzeichnis übersichtlich zu halten.
33528  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
33529 chen.
33530 \end_layout
33531
33532 \begin_layout Standard
33533 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
33534 \series bold
33535 hyperref
33536 \series default
33537 , verwendet man im TeX-Modus den Befehl
33538 \end_layout
33539
33540 \begin_layout Standard
33541
33542 \series bold
33543
33544 \backslash
33545 texorpdfstring{Teil}{Alternative}
33546 \begin_inset Index
33547 status collapsed
33548
33549 \begin_layout Plain Layout
33550 Befehle ! T ! 
33551 \backslash
33552 texorpdfstring
33553 \end_layout
33554
33555 \end_inset
33556
33557
33558 \end_layout
33559
33560 \begin_layout Standard
33561 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
33562  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
33563  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
33564  soll.
33565 \end_layout
33566
33567 \begin_layout Standard
33568 Es folgen zwei Beispielüberschriften:
33569 \begin_inset VSpace -3mm
33570 \end_inset
33571
33572
33573 \begin_inset ERT
33574 status collapsed
33575
33576 \begin_layout Plain Layout
33577
33578
33579 \backslash
33580 boldmath 
33581 \end_layout
33582
33583 \end_inset
33584
33585
33586 \end_layout
33587
33588 \begin_layout Subsubsection
33589 Überschrift ohne Formel im Inhaltsverzeichnis 
33590 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33591 \end_inset
33592
33593
33594 \begin_inset OptArg
33595 status collapsed
33596
33597 \begin_layout Plain Layout
33598 Überschrift ohne Formel im Inhaltsverzeichnis
33599 \end_layout
33600
33601 \end_inset
33602
33603
33604 \end_layout
33605
33606 \begin_layout Subsubsection
33607 Überschrift mit Formel im Inhaltsverzeichnis
33608 \begin_inset ERT
33609 status collapsed
33610
33611 \begin_layout Plain Layout
33612
33613
33614 \backslash
33615 texorpdfstring{
33616 \end_layout
33617
33618 \end_inset
33619
33620  
33621 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33622 \end_inset
33623
33624
33625 \begin_inset ERT
33626 status collapsed
33627
33628 \begin_layout Plain Layout
33629
33630 }{}
33631 \end_layout
33632
33633 \end_inset
33634
33635
33636 \end_layout
33637
33638 \begin_layout Standard
33639 \begin_inset ERT
33640 status collapsed
33641
33642 \begin_layout Plain Layout
33643
33644
33645 \backslash
33646 unboldmath 
33647 \end_layout
33648
33649 \end_inset
33650
33651 In der ersten Überschrift wurde ein Kurztitel verwendet.
33652  In der zweiten 
33653 \series bold
33654
33655 \backslash
33656 texorpdfstring
33657 \series default
33658 .
33659 \end_layout
33660
33661 \begin_layout Standard
33662 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
33663  die komplette Überschrift in eine 
33664 \series bold
33665 boldmath
33666 \series default
33667 -Umgebung
33668 \begin_inset Foot
33669 status collapsed
33670
33671 \begin_layout Plain Layout
33672 siehe 
33673 \begin_inset CommandInset ref
33674 LatexCommand ref
33675 reference "sub:Fett-gedruckte-Formeln"
33676
33677 \end_inset
33678
33679
33680 \end_layout
33681
33682 \end_inset
33683
33684  gesetzt.
33685 \end_layout
33686
33687 \begin_layout Subsection
33688 Formeln im mehrspaltigen Text
33689 \begin_inset Index
33690 status collapsed
33691
33692 \begin_layout Plain Layout
33693 Formel ! im mehrspaltigen Text
33694 \end_layout
33695
33696 \end_inset
33697
33698
33699 \end_layout
33700
33701 \begin_layout Standard
33702 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
33703  müssen daher über die gesamte Seitenbreite gesetzt werden.
33704  Dazu verwendet man das LaTeX-Paket 
33705 \series bold
33706 multicol
33707 \series default
33708
33709 \begin_inset Foot
33710 status collapsed
33711
33712 \begin_layout Plain Layout
33713
33714 \series bold
33715 multicol
33716 \series default
33717  ist Teil jeder LaTeX-Standardinstallation.
33718 \end_layout
33719
33720 \end_inset
33721
33722
33723 \begin_inset Index
33724 status collapsed
33725
33726 \begin_layout Plain Layout
33727 Pakete ! multicol
33728 \end_layout
33729
33730 \end_inset
33731
33732 , das mit der LaTeX-Vorspannzeile
33733 \end_layout
33734
33735 \begin_layout Standard
33736
33737 \series bold
33738
33739 \backslash
33740 usepackage{multicol}
33741 \end_layout
33742
33743 \begin_layout Standard
33744 geladen wird.
33745 \end_layout
33746
33747 \begin_layout Standard
33748 \begin_inset Note Greyedout
33749 status open
33750
33751 \begin_layout Plain Layout
33752 Dabei ist zu beachten, dass im Menü 
33753 \family sans
33754 Dokument\SpecialChar \menuseparator
33755 Einstellungen
33756 \family default
33757  unter 
33758 \family sans
33759 Textformat
33760 \family default
33761  
33762 \emph on
33763 nicht
33764 \emph default
33765  
33766 \family sans
33767 Zweispaltiges
33768 \begin_inset space ~
33769 \end_inset
33770
33771 Dokument
33772 \family default
33773  ausgewählt sein darf.
33774 \end_layout
33775
33776 \end_inset
33777
33778
33779 \end_layout
33780
33781 \begin_layout Standard
33782 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
33783 \end_layout
33784
33785 \begin_layout Standard
33786
33787 \series bold
33788
33789 \backslash
33790 begin{multicols}{Spaltenanzahl}
33791 \end_layout
33792
33793 \begin_layout Standard
33794 wobei die Spaltenanzahl eine Zahl im Bereich 2
33795 \begin_inset space \thinspace{}
33796 \end_inset
33797
33798 -
33799 \begin_inset space \thinspace{}
33800 \end_inset
33801
33802 10 ist.
33803  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
33804 \end_layout
33805
33806 \begin_layout Standard
33807
33808 \series bold
33809
33810 \backslash
33811 end{multicols}
33812 \end_layout
33813
33814 \begin_layout Standard
33815 der im TeX-Modus eingegeben wird.
33816 \end_layout
33817
33818 \begin_layout Standard
33819 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
33820  Um dies rückgängig zu machen, fügt man vor der Formel -6
33821 \begin_inset space \thinspace{}
33822 \end_inset
33823
33824 mm vertikalen Leerraum ein.
33825  Ist der Formelstil 
33826 \series bold
33827 Eingerückt
33828 \begin_inset Foot
33829 status collapsed
33830
33831 \begin_layout Plain Layout
33832 Formelstile siehe 
33833 \begin_inset CommandInset ref
33834 LatexCommand ref
33835 reference "sec:Formelstile"
33836
33837 \end_inset
33838
33839
33840 \end_layout
33841
33842 \end_inset
33843
33844
33845 \series default
33846  gewählt, fügt man stattdessen -9
33847 \begin_inset space \thinspace{}
33848 \end_inset
33849
33850 mm Leerraum ein.
33851 \end_layout
33852
33853 \begin_layout Standard
33854 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
33855 \end_layout
33856
33857 \begin_layout Standard
33858 \begin_inset ERT
33859 status collapsed
33860
33861 \begin_layout Plain Layout
33862
33863
33864 \backslash
33865 begin{multicols}{2}
33866 \end_layout
33867
33868 \end_inset
33869
33870 Das Spektrum wird fouriertransformiert.
33871  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
33872 , Lösungsmittel) zu trennen.
33873  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
33874  nun das Aussehen des Ausgangssignals.
33875  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
33876  über alle Phasen integrieren muss.
33877  Sei nun 
33878 \begin_inset Formula $S$
33879 \end_inset
33880
33881  unser normiertes Ausgangssignal und 
33882 \begin_inset Formula $P$
33883 \end_inset
33884
33885  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
33886 \begin_inset ERT
33887 status collapsed
33888
33889 \begin_layout Plain Layout
33890
33891
33892 \backslash
33893 end{multicols}
33894 \end_layout
33895
33896 \end_inset
33897
33898
33899 \begin_inset VSpace -6mm
33900 \end_inset
33901
33902
33903 \begin_inset Formula \begin{equation}
33904 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33905
33906 \end_inset
33907
33908
33909 \begin_inset ERT
33910 status collapsed
33911
33912 \begin_layout Plain Layout
33913
33914
33915 \backslash
33916 begin{multicols}{2}
33917 \end_layout
33918
33919 \end_inset
33920
33921 wobei 
33922 \begin_inset Formula $S_{0}$
33923 \end_inset
33924
33925  das Signal ohne Gradient ist und die Normierungsbedingung 
33926 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33927 \end_inset
33928
33929  gilt.
33930  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
33931  Direkt nach dem 
33932 \begin_inset Formula $\nicefrac{\pi}{2}$
33933 \end_inset
33934
33935
33936 \begin_inset space \thinspace{}
33937 \end_inset
33938
33939 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
33940  das Signal zusätzlich abschwächt.
33941  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
33942  
33943 \begin_inset Formula $T_{2}$
33944 \end_inset
33945
33946 -Zeit.
33947 \end_layout
33948
33949 \begin_layout Standard
33950 \begin_inset ERT
33951 status collapsed
33952
33953 \begin_layout Plain Layout
33954
33955
33956 \backslash
33957 end{multicols}
33958 \end_layout
33959
33960 \end_inset
33961
33962  
33963 \end_layout
33964
33965 \begin_layout Subsection
33966 Formeln mit Beschreibung der Variablen
33967 \begin_inset Index
33968 status collapsed
33969
33970 \begin_layout Plain Layout
33971 Formel ! mit Variablenbeschreibung
33972 \end_layout
33973
33974 \end_inset
33975
33976
33977 \end_layout
33978
33979 \begin_layout Standard
33980 Möchte man wie in Formel 
33981 \begin_inset CommandInset ref
33982 LatexCommand eqref
33983 reference "eq:innerhalb"
33984
33985 \end_inset
33986
33987 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
33988 \series bold
33989 ×
33990 \series default
33991
33992 \begin_inset Formula $n$
33993 \end_inset
33994
33995
33996 \begin_inset space ~
33997 \end_inset
33998
33999 Matrix mit links ausgerichteten Spalten für die verwendeten 
34000 \begin_inset Formula $n$
34001 \end_inset
34002
34003  Variablen.
34004 \begin_inset Foot
34005 status collapsed
34006
34007 \begin_layout Plain Layout
34008 Matrizen siehe 
34009 \begin_inset CommandInset ref
34010 LatexCommand ref
34011 reference "sec:Matrizen"
34012
34013 \end_inset
34014
34015
34016 \end_layout
34017
34018 \end_inset
34019
34020  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
34021 \begin_inset space \thinspace{}
34022 \end_inset
34023
34024 B.
34025  den Befehl 
34026 \series bold
34027
34028 \backslash
34029 footnotesize
34030 \series default
34031  ein.
34032 \begin_inset Foot
34033 status collapsed
34034
34035 \begin_layout Plain Layout
34036 Schriftgrößen siehe 
34037 \begin_inset CommandInset ref
34038 LatexCommand ref
34039 reference "sub:Schriftgrößen"
34040
34041 \end_inset
34042
34043
34044 \end_layout
34045
34046 \end_inset
34047
34048
34049 \end_layout
34050
34051 \begin_layout Standard
34052 Wird der Formelstil 
34053 \series bold
34054 Eingerückt
34055 \begin_inset Foot
34056 status collapsed
34057
34058 \begin_layout Plain Layout
34059 Formelstile siehe 
34060 \begin_inset CommandInset ref
34061 LatexCommand ref
34062 reference "sec:Formelstile"
34063
34064 \end_inset
34065
34066
34067 \end_layout
34068
34069 \end_inset
34070
34071
34072 \series default
34073  verwendet, fügt man vor und nach der Matrix ein 
34074 \series bold
34075
34076 \backslash
34077 hfill
34078 \series default
34079
34080 \begin_inset Foot
34081 status collapsed
34082
34083 \begin_layout Plain Layout
34084
34085 \series bold
34086
34087 \backslash
34088 hfill
34089 \series default
34090  wirkt nur in Formeln mit dem Stil 
34091 \series bold
34092 Eingerückt
34093 \series default
34094 , siehe 
34095 \begin_inset CommandInset ref
34096 LatexCommand ref
34097 reference "sub:Variabler-Leerraum"
34098
34099 \end_inset
34100
34101 .
34102 \end_layout
34103
34104 \end_inset
34105
34106  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
34107  gleich ist.
34108 \end_layout
34109
34110 \begin_layout Standard
34111 Ist der Formelstil 
34112 \series bold
34113 Zentriert
34114 \series default
34115  gewählt, nutzt man die in 
34116 \begin_inset CommandInset ref
34117 LatexCommand ref
34118 reference "sub:Flalign-Umgebung"
34119
34120 \end_inset
34121
34122  beschriebene Möglichkeit, Formeln einzurücken.
34123  Formel 
34124 \begin_inset CommandInset ref
34125 LatexCommand eqref
34126 reference "eq:innerhalb"
34127
34128 \end_inset
34129
34130  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
34131  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
34132 \begin_inset Formula \begin{flalign}
34133 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34134 \rho & \textrm{Dichte}\\
34135 V & \textrm{Volumen}\\
34136 g & \textrm{Fallbeschleunigung}\end{array} &  & {}\label{eq:innerhalb}\end{flalign}
34137
34138 \end_inset
34139
34140
34141 \end_layout
34142
34143 \begin_layout Subsection
34144 Aufrechte kleine griechische Buchstaben
34145 \begin_inset CommandInset label
34146 LatexCommand label
34147 name "sub:Aufrechte-kleine-griechische"
34148
34149 \end_inset
34150
34151
34152 \begin_inset Index
34153 status collapsed
34154
34155 \begin_layout Plain Layout
34156 griechische Buchstaben ! aufrechte
34157 \end_layout
34158
34159 \end_inset
34160
34161
34162 \end_layout
34163
34164 \begin_layout Standard
34165 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
34166  zur Verfügung.
34167  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
34168  aufrechte griechische Buchstaben benötigt.
34169  Die Datei 
34170 \series bold
34171 upgreek.sty
34172 \series default
34173
34174 \begin_inset Foot
34175 status collapsed
34176
34177 \begin_layout Plain Layout
34178
34179 \series bold
34180 upgreek
34181 \series default
34182  ist Teil des LaTeX-Paketes 
34183 \series bold
34184 was
34185 \series default
34186
34187 \begin_inset Index
34188 status collapsed
34189
34190 \begin_layout Plain Layout
34191 Pakete ! was
34192 \begin_inset ERT
34193 status collapsed
34194
34195 \begin_layout Plain Layout
34196
34197
34198 \backslash
34199 vspace{4mm}
34200 \end_layout
34201
34202 \end_inset
34203
34204
34205 \end_layout
34206
34207 \end_inset
34208
34209 .
34210 \end_layout
34211
34212 \end_inset
34213
34214
34215 \begin_inset Index
34216 status collapsed
34217
34218 \begin_layout Plain Layout
34219 Pakete ! upgreek
34220 \end_layout
34221
34222 \end_inset
34223
34224 , die mit der LaTeX-Vorspannzeile
34225 \end_layout
34226
34227 \begin_layout Standard
34228
34229 \series bold
34230
34231 \backslash
34232 usepackage{upgreek}
34233 \end_layout
34234
34235 \begin_layout Standard
34236 geladen wird, stellt diese Buchstaben zur Verfügung.
34237  
34238 \begin_inset ERT
34239 status collapsed
34240
34241 \begin_layout Plain Layout
34242
34243
34244 \backslash
34245 ifupgreek 
34246 \end_layout
34247
34248 \end_inset
34249
34250
34251 \begin_inset Note Note
34252 status open
34253
34254 \begin_layout Plain Layout
34255 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34256 \series bold
34257 upgreek
34258 \series default
34259  installiert ist:
34260 \end_layout
34261
34262 \end_inset
34263
34264  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
34265  
34266 \series bold
34267 up
34268 \series default
34269  begonnen wird.
34270  So erzeugt z.
34271 \begin_inset space \thinspace{}
34272 \end_inset
34273
34274 B.
34275  der Befehl 
34276 \series bold
34277
34278 \backslash
34279 uptau
34280 \series default
34281  dies: 
34282 \begin_inset Formula $\uptau$
34283 \end_inset
34284
34285
34286 \end_layout
34287
34288 \begin_layout Standard
34289 Damit kann man Elementarteilchenreaktionen erstellen:
34290 \begin_inset Formula \[
34291 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
34292
34293 \end_inset
34294
34295
34296 \end_layout
34297
34298 \begin_layout Standard
34299 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
34300  Sie sollten daher nicht für Einheiten wie 
34301 \begin_inset Quotes gld
34302 \end_inset
34303
34304 µm
34305 \begin_inset Quotes grd
34306 \end_inset
34307
34308  verwendet werden.
34309 \end_layout
34310
34311 \begin_layout Standard
34312 \begin_inset ERT
34313 status collapsed
34314
34315 \begin_layout Plain Layout
34316
34317
34318 \backslash
34319 else 
34320 \end_layout
34321
34322 \end_inset
34323
34324
34325 \begin_inset Note Note
34326 status open
34327
34328 \begin_layout Plain Layout
34329 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34330 \series bold
34331 upgreek
34332 \series default
34333  nicht installiert ist:
34334 \end_layout
34335
34336 \end_inset
34337
34338
34339 \end_layout
34340
34341 \begin_layout Standard
34342 Das LaTeX-Paket 
34343 \series bold
34344 upgreek 
34345 \series default
34346 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34347 \end_layout
34348
34349 \begin_layout Standard
34350 \begin_inset ERT
34351 status collapsed
34352
34353 \begin_layout Plain Layout
34354
34355
34356 \backslash
34357 fi 
34358 \end_layout
34359
34360 \end_inset
34361
34362
34363 \end_layout
34364
34365 \begin_layout Subsection
34366 Textzeichen in Formeln
34367 \begin_inset CommandInset label
34368 LatexCommand label
34369 name "sub:Textzeichen-in-Formeln"
34370
34371 \end_inset
34372
34373
34374 \begin_inset Index
34375 status collapsed
34376
34377 \begin_layout Plain Layout
34378 Text ! in Formeln
34379 \end_layout
34380
34381 \end_inset
34382
34383
34384 \end_layout
34385
34386 \begin_layout Standard
34387 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
34388  Benötigt man z.
34389 \begin_inset space \thinspace{}
34390 \end_inset
34391
34392 B.
34393  den mittigen Punkt · in Formeln wie 
34394 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34395 \end_inset
34396
34397 , müsste man dafür jedes Mal den Befehl 
34398 \series bold
34399
34400 \backslash
34401 cdot
34402 \series default
34403  eingeben
34404 \begin_inset Foot
34405 status collapsed
34406
34407 \begin_layout Plain Layout
34408 siehe 
34409 \begin_inset CommandInset ref
34410 LatexCommand ref
34411 reference "sub:Binäre-Operatoren"
34412
34413 \end_inset
34414
34415
34416 \end_layout
34417
34418 \end_inset
34419
34420 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
34421  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
34422 \end_layout
34423
34424 \begin_layout Standard
34425
34426 \series bold
34427
34428 \backslash
34429 DeclareInputText{183}{
34430 \backslash
34431 ifmmode
34432 \backslash
34433 cdot
34434 \backslash
34435 else
34436 \backslash
34437 textperiodcentered
34438 \backslash
34439 f\SpecialChar \textcompwordmark{}
34440 i}
34441 \end_layout
34442
34443 \begin_layout Standard
34444 Die Zeichenkodierung (Menü 
34445 \family sans
34446 Dokument\SpecialChar \menuseparator
34447 Einstellungen\SpecialChar \menuseparator
34448 Sprache
34449 \family default
34450 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
34451  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
34452 \series bold
34453
34454 \backslash
34455 textperiodcentered
34456 \series default
34457  verwendet.
34458  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
34459  LaTeX-Fehlern kommen würde.
34460  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
34461  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
34462  nicht.
34463 \end_layout
34464
34465 \begin_layout Standard
34466 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
34467  Z.
34468 \begin_inset space \thinspace{}
34469 \end_inset
34470
34471 B.
34472  ist die Kodierung 
34473 \series bold
34474 latin9
34475 \series default
34476  in der Datei 
34477 \series bold
34478 latin9.def
34479 \series default
34480  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
34481  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
34482 eien geändert werden.
34483  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
34484  nicht ohne Weiteres bearbeitet werden.
34485 \end_layout
34486
34487 \begin_layout Standard
34488 \begin_inset VSpace medskip
34489 \end_inset
34490
34491 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
34492  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
34493  Formel eingegeben werden können:
34494 \end_layout
34495
34496 \begin_layout Standard
34497
34498 \series bold
34499
34500 \backslash
34501 DeclareInputText{176}{
34502 \backslash
34503 ifmmode^
34504 \backslash
34505 circ
34506 \backslash
34507 else
34508 \backslash
34509 textdegree
34510 \backslash
34511 f\SpecialChar \textcompwordmark{}
34512 i}
34513 \end_layout
34514
34515 \begin_layout Standard
34516 \begin_inset Newpage newpage
34517 \end_inset
34518
34519
34520 \end_layout
34521
34522 \begin_layout Section
34523 \start_of_appendix
34524 Typographische Hinweise
34525 \begin_inset Index
34526 status collapsed
34527
34528 \begin_layout Plain Layout
34529 Typographische Hinweise
34530 \end_layout
34531
34532 \end_inset
34533
34534
34535 \end_layout
34536
34537 \begin_layout Standard
34538 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
34539  Regeln, die teilweise auch im Duden 
34540 \begin_inset CommandInset citation
34541 LatexCommand cite
34542 key "Duden"
34543
34544 \end_inset
34545
34546  unter 
34547 \family typewriter
34548 Textverarbeitung
34549 \family default
34550  aufgelistet sind.
34551 \end_layout
34552
34553 \begin_layout Itemize
34554 Physikalische Einheiten werden 
34555 \emph on
34556 immer
34557 \emph default
34558  aufrecht gesetzt
34559 \begin_inset Foot
34560 status collapsed
34561
34562 \begin_layout Plain Layout
34563 wird durch Schriftstile erreicht, siehe 
34564 \begin_inset CommandInset ref
34565 LatexCommand ref
34566 reference "sub:Schriftstile"
34567
34568 \end_inset
34569
34570
34571 \end_layout
34572
34573 \end_inset
34574
34575 : 30
34576 \begin_inset space \thinspace{}
34577 \end_inset
34578
34579 km/h
34580 \begin_inset Newline newline
34581 \end_inset
34582
34583 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
34584 \begin_inset CommandInset ref
34585 LatexCommand ref
34586 reference "sub:Vordefinierter-Leerraum"
34587
34588 \end_inset
34589
34590 .
34591 \begin_inset Newline newline
34592 \end_inset
34593
34594 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
34595 \series bold
34596
34597 \backslash
34598 unittwo
34599 \series default
34600  verwendet.
34601  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
34602  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
34603  erhält wie oben: 
34604 \begin_inset Formula $\unit[30]{km/h}$
34605 \end_inset
34606
34607
34608 \begin_inset space \thinspace{}
34609 \end_inset
34610
34611 .
34612  Zu beachten ist, dass 
34613 \series bold
34614
34615 \backslash
34616 unittwo
34617 \series default
34618  kein echter LaTeX-Befehl, sondern der Befehl 
34619 \series bold
34620
34621 \backslash
34622 unit[Wert]{Einheit}
34623 \series default
34624  ist, daher kann man ihn nicht im TeX-Code benutzen.
34625 \end_layout
34626
34627 \begin_layout Itemize
34628 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
34629 \begin_inset Newline newline
34630 \end_inset
34631
34632 1,2
34633 \begin_inset space \thinspace{}
34634 \end_inset
34635
34636 ‰ Alkohol im Blut
34637 \begin_inset Newline newline
34638 \end_inset
34639
34640 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
34641  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
34642 \end_layout
34643
34644 \begin_layout Itemize
34645 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
34646  wird in einer Einheit verwendet: 15
34647 \begin_inset space \thinspace{}
34648 \end_inset
34649
34650 °C
34651 \end_layout
34652
34653 \begin_layout Itemize
34654 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
34655  Ziffer der kleinste Leerraum eingefügt: 18
34656 \begin_inset space \thinspace{}
34657 \end_inset
34658
34659 473
34660 \begin_inset space \thinspace{}
34661 \end_inset
34662
34663 588
34664 \end_layout
34665
34666 \begin_layout Itemize
34667 Für Bemaßungen wie z.
34668 \begin_inset space \thinspace{}
34669 \end_inset
34670
34671 B.
34672  120×90×40
34673 \begin_inset space \thinspace{}
34674 \end_inset
34675
34676 cm, verwendet man das gelegte Kreuz 
34677 \begin_inset Quotes gld
34678 \end_inset
34679
34680 ×
34681 \begin_inset Quotes grd
34682 \end_inset
34683
34684 , dass über den LaTeX-Befehl 
34685 \series bold
34686
34687 \backslash
34688 texttimes
34689 \series default
34690  verfügbar ist, mit einigen Tastaturdefinitionen aber auch direkt eingegeben
34691  werden kann.
34692 \end_layout
34693
34694 \begin_layout Itemize
34695 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
34696  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
34697 \begin_inset space \thinspace{}
34698 \end_inset
34699
34700 6.
34701 \begin_inset space ~
34702 \end_inset
34703
34704 1979
34705 \end_layout
34706
34707 \begin_layout Itemize
34708 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
34709  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
34710 \begin_inset CommandInset ref
34711 LatexCommand ref
34712 reference "sub:Vordefinierte-Funktionen"
34713
34714 \end_inset
34715
34716 .
34717 \end_layout
34718
34719 \begin_layout Itemize
34720 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
34721  
34722 \begin_inset Formula $E_{\mathrm{kin}}$
34723 \end_inset
34724
34725
34726 \begin_inset Newline newline
34727 \end_inset
34728
34729 Komponenten von Matrizen werden kursiv gesetzt: 
34730 \begin_inset Formula $\hat{H}_{kl}$
34731 \end_inset
34732
34733
34734 \end_layout
34735
34736 \begin_layout Itemize
34737 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
34738  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
34739  Variablen zu verwechseln.
34740 \end_layout
34741
34742 \begin_layout Standard
34743 \begin_inset Newpage newpage
34744 \end_inset
34745
34746
34747 \end_layout
34748
34749 \begin_layout Section
34750 Synonyme
34751 \begin_inset Index
34752 status collapsed
34753
34754 \begin_layout Plain Layout
34755 Synonyme
34756 \end_layout
34757
34758 \end_inset
34759
34760
34761 \end_layout
34762
34763 \begin_layout Standard
34764 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
34765  Hier ist eine Übersicht der Synonymbefehle:
34766 \end_layout
34767
34768 \begin_layout Standard
34769 \begin_inset VSpace bigskip
34770 \end_inset
34771
34772
34773 \begin_inset space \hfill{}
34774 \end_inset
34775
34776
34777 \begin_inset Tabular
34778 <lyxtabular version="3" rows="12" columns="2">
34779 <features>
34780 <column alignment="center" valignment="top" width="0pt">
34781 <column alignment="center" valignment="top" width="0pt">
34782 <row>
34783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34784 \begin_inset Text
34785
34786 \begin_layout Plain Layout
34787 Befehl
34788 \end_layout
34789
34790 \end_inset
34791 </cell>
34792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34793 \begin_inset Text
34794
34795 \begin_layout Plain Layout
34796 äquivalent zu
34797 \begin_inset Note Note
34798 status collapsed
34799
34800 \begin_layout Plain Layout
34801
34802 \series bold
34803
34804 \backslash
34805 raisebox
34806 \series default
34807  dient nur als Abstandhalter.
34808 \end_layout
34809
34810 \end_inset
34811
34812
34813 \end_layout
34814
34815 \end_inset
34816 </cell>
34817 </row>
34818 <row>
34819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34820 \begin_inset Text
34821
34822 \begin_layout Plain Layout
34823
34824 \backslash
34825 ast
34826 \end_layout
34827
34828 \end_inset
34829 </cell>
34830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34831 \begin_inset Text
34832
34833 \begin_layout Plain Layout
34834 \begin_inset ERT
34835 status collapsed
34836
34837 \begin_layout Plain Layout
34838
34839
34840 \backslash
34841 raisebox{-1.2mm}{
34842 \end_layout
34843
34844 \end_inset
34845
34846 *
34847 \begin_inset ERT
34848 status collapsed
34849
34850 \begin_layout Plain Layout
34851
34852 }
34853 \end_layout
34854
34855 \end_inset
34856
34857
34858 \end_layout
34859
34860 \end_inset
34861 </cell>
34862 </row>
34863 <row>
34864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34865 \begin_inset Text
34866
34867 \begin_layout Plain Layout
34868
34869 \backslash
34870 choose
34871 \end_layout
34872
34873 \end_inset
34874 </cell>
34875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34876 \begin_inset Text
34877
34878 \begin_layout Plain Layout
34879
34880 \backslash
34881 binom
34882 \end_layout
34883
34884 \end_inset
34885 </cell>
34886 </row>
34887 <row>
34888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34889 \begin_inset Text
34890
34891 \begin_layout Plain Layout
34892
34893 \backslash
34894 geq
34895 \end_layout
34896
34897 \end_inset
34898 </cell>
34899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34900 \begin_inset Text
34901
34902 \begin_layout Plain Layout
34903
34904 \backslash
34905 ge
34906 \end_layout
34907
34908 \end_inset
34909 </cell>
34910 </row>
34911 <row>
34912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34913 \begin_inset Text
34914
34915 \begin_layout Plain Layout
34916
34917 \backslash
34918 lbrace
34919 \end_layout
34920
34921 \end_inset
34922 </cell>
34923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34924 \begin_inset Text
34925
34926 \begin_layout Plain Layout
34927 {
34928 \end_layout
34929
34930 \end_inset
34931 </cell>
34932 </row>
34933 <row>
34934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34935 \begin_inset Text
34936
34937 \begin_layout Plain Layout
34938
34939 \backslash
34940 lbracket
34941 \end_layout
34942
34943 \end_inset
34944 </cell>
34945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34946 \begin_inset Text
34947
34948 \begin_layout Plain Layout
34949 [
34950 \end_layout
34951
34952 \end_inset
34953 </cell>
34954 </row>
34955 <row>
34956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34957 \begin_inset Text
34958
34959 \begin_layout Plain Layout
34960
34961 \backslash
34962 leftarrow
34963 \end_layout
34964
34965 \end_inset
34966 </cell>
34967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34968 \begin_inset Text
34969
34970 \begin_layout Plain Layout
34971
34972 \backslash
34973 gets
34974 \end_layout
34975
34976 \end_inset
34977 </cell>
34978 </row>
34979 <row>
34980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34981 \begin_inset Text
34982
34983 \begin_layout Plain Layout
34984
34985 \backslash
34986 leq
34987 \end_layout
34988
34989 \end_inset
34990 </cell>
34991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34992 \begin_inset Text
34993
34994 \begin_layout Plain Layout
34995
34996 \backslash
34997 le
34998 \end_layout
34999
35000 \end_inset
35001 </cell>
35002 </row>
35003 <row>
35004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35005 \begin_inset Text
35006
35007 \begin_layout Plain Layout
35008
35009 \backslash
35010 lor
35011 \end_layout
35012
35013 \end_inset
35014 </cell>
35015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35016 \begin_inset Text
35017
35018 \begin_layout Plain Layout
35019
35020 \backslash
35021 vee
35022 \end_layout
35023
35024 \end_inset
35025 </cell>
35026 </row>
35027 <row>
35028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35029 \begin_inset Text
35030
35031 \begin_layout Plain Layout
35032
35033 \backslash
35034 neq
35035 \end_layout
35036
35037 \end_inset
35038 </cell>
35039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35040 \begin_inset Text
35041
35042 \begin_layout Plain Layout
35043
35044 \backslash
35045 not=
35046 \end_layout
35047
35048 \end_inset
35049 </cell>
35050 </row>
35051 <row>
35052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35053 \begin_inset Text
35054
35055 \begin_layout Plain Layout
35056
35057 \backslash
35058 slash
35059 \end_layout
35060
35061 \end_inset
35062 </cell>
35063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35064 \begin_inset Text
35065
35066 \begin_layout Plain Layout
35067 /
35068 \end_layout
35069
35070 \end_inset
35071 </cell>
35072 </row>
35073 <row>
35074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35075 \begin_inset Text
35076
35077 \begin_layout Plain Layout
35078
35079 \backslash
35080 vert
35081 \end_layout
35082
35083 \end_inset
35084 </cell>
35085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35086 \begin_inset Text
35087
35088 \begin_layout Plain Layout
35089 |
35090 \end_layout
35091
35092 \end_inset
35093 </cell>
35094 </row>
35095 </lyxtabular>
35096
35097 \end_inset
35098
35099
35100 \begin_inset space \hfill{}
35101 \end_inset
35102
35103
35104 \begin_inset Tabular
35105 <lyxtabular version="3" rows="12" columns="2">
35106 <features>
35107 <column alignment="center" valignment="top" width="0pt">
35108 <column alignment="center" valignment="top" width="0pt">
35109 <row>
35110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35111 \begin_inset Text
35112
35113 \begin_layout Plain Layout
35114 Befehl
35115 \end_layout
35116
35117 \end_inset
35118 </cell>
35119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35120 \begin_inset Text
35121
35122 \begin_layout Plain Layout
35123 äquivalent zu
35124 \end_layout
35125
35126 \end_inset
35127 </cell>
35128 </row>
35129 <row>
35130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35131 \begin_inset Text
35132
35133 \begin_layout Plain Layout
35134
35135 \backslash
35136 backslash
35137 \end_layout
35138
35139 \end_inset
35140 </cell>
35141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35142 \begin_inset Text
35143
35144 \begin_layout Plain Layout
35145
35146 \backslash
35147
35148 \backslash
35149
35150 \end_layout
35151
35152 \end_inset
35153 </cell>
35154 </row>
35155 <row>
35156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35157 \begin_inset Text
35158
35159 \begin_layout Plain Layout
35160
35161 \backslash
35162 dasharrow
35163 \end_layout
35164
35165 \end_inset
35166 </cell>
35167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35168 \begin_inset Text
35169
35170 \begin_layout Plain Layout
35171
35172 \backslash
35173 dashrightarrow
35174 \end_layout
35175
35176 \end_inset
35177 </cell>
35178 </row>
35179 <row>
35180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35181 \begin_inset Text
35182
35183 \begin_layout Plain Layout
35184
35185 \backslash
35186 land
35187 \end_layout
35188
35189 \end_inset
35190 </cell>
35191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35192 \begin_inset Text
35193
35194 \begin_layout Plain Layout
35195
35196 \backslash
35197 wedge
35198 \end_layout
35199
35200 \end_inset
35201 </cell>
35202 </row>
35203 <row>
35204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35205 \begin_inset Text
35206
35207 \begin_layout Plain Layout
35208
35209 \backslash
35210 rbrace
35211 \end_layout
35212
35213 \end_inset
35214 </cell>
35215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35216 \begin_inset Text
35217
35218 \begin_layout Plain Layout
35219 }
35220 \end_layout
35221
35222 \end_inset
35223 </cell>
35224 </row>
35225 <row>
35226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35227 \begin_inset Text
35228
35229 \begin_layout Plain Layout
35230
35231 \backslash
35232 rbracket
35233 \end_layout
35234
35235 \end_inset
35236 </cell>
35237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35238 \begin_inset Text
35239
35240 \begin_layout Plain Layout
35241 ]
35242 \end_layout
35243
35244 \end_inset
35245 </cell>
35246 </row>
35247 <row>
35248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35249 \begin_inset Text
35250
35251 \begin_layout Plain Layout
35252
35253 \backslash
35254 rightarrow
35255 \end_layout
35256
35257 \end_inset
35258 </cell>
35259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35260 \begin_inset Text
35261
35262 \begin_layout Plain Layout
35263
35264 \backslash
35265 to
35266 \end_layout
35267
35268 \end_inset
35269 </cell>
35270 </row>
35271 <row>
35272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35273 \begin_inset Text
35274
35275 \begin_layout Plain Layout
35276
35277 \backslash
35278 lnot
35279 \end_layout
35280
35281 \end_inset
35282 </cell>
35283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35284 \begin_inset Text
35285
35286 \begin_layout Plain Layout
35287
35288 \backslash
35289 neg
35290 \end_layout
35291
35292 \end_inset
35293 </cell>
35294 </row>
35295 <row>
35296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35297 \begin_inset Text
35298
35299 \begin_layout Plain Layout
35300
35301 \backslash
35302 ne
35303 \end_layout
35304
35305 \end_inset
35306 </cell>
35307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35308 \begin_inset Text
35309
35310 \begin_layout Plain Layout
35311
35312 \backslash
35313 not=
35314 \end_layout
35315
35316 \end_inset
35317 </cell>
35318 </row>
35319 <row>
35320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35321 \begin_inset Text
35322
35323 \begin_layout Plain Layout
35324
35325 \backslash
35326 owns
35327 \end_layout
35328
35329 \end_inset
35330 </cell>
35331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35332 \begin_inset Text
35333
35334 \begin_layout Plain Layout
35335
35336 \backslash
35337 ni
35338 \end_layout
35339
35340 \end_inset
35341 </cell>
35342 </row>
35343 <row>
35344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35345 \begin_inset Text
35346
35347 \begin_layout Plain Layout
35348
35349 \backslash
35350 square
35351 \end_layout
35352
35353 \end_inset
35354 </cell>
35355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35356 \begin_inset Text
35357
35358 \begin_layout Plain Layout
35359
35360 \backslash
35361 Box
35362 \end_layout
35363
35364 \end_inset
35365 </cell>
35366 </row>
35367 <row>
35368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35369 \begin_inset Text
35370
35371 \begin_layout Plain Layout
35372
35373 \backslash
35374 Vert
35375 \end_layout
35376
35377 \end_inset
35378 </cell>
35379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35380 \begin_inset Text
35381
35382 \begin_layout Plain Layout
35383
35384 \backslash
35385 |
35386 \end_layout
35387
35388 \end_inset
35389 </cell>
35390 </row>
35391 </lyxtabular>
35392
35393 \end_inset
35394
35395
35396 \begin_inset space \hfill{}
35397 \end_inset
35398
35399
35400 \end_layout
35401
35402 \begin_layout Standard
35403 \begin_inset Newpage newpage
35404 \end_inset
35405
35406
35407 \end_layout
35408
35409 \begin_layout Bibliography
35410 \begin_inset CommandInset bibitem
35411 LatexCommand bibitem
35412 key "TLC2"
35413
35414 \end_inset
35415
35416
35417 \shape smallcaps
35418 Mittelbach, F.
35419  ; Goossens, M.
35420 \shape default
35421
35422 \shape italic
35423 The LaTeX Companion
35424 \shape default
35425 .
35426  Addison Wesley, 2004
35427 \end_layout
35428
35429 \begin_layout Bibliography
35430 \begin_inset CommandInset bibitem
35431 LatexCommand bibitem
35432 key "Mathmode"
35433
35434 \end_inset
35435
35436
35437 \begin_inset CommandInset href
35438 LatexCommand href
35439 name "Beschreibung"
35440 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35441
35442 \end_inset
35443
35444  der mathematischen Fähigkeiten von LaTeX
35445 \end_layout
35446
35447 \begin_layout Bibliography
35448 \begin_inset CommandInset bibitem
35449 LatexCommand bibitem
35450 key "Voss"
35451
35452 \end_inset
35453
35454 LaTeX Tipps- und Tricks-
35455 \begin_inset CommandInset href
35456 LatexCommand href
35457 name "Seite"
35458 target "http://tug.org/TeXnik/"
35459
35460 \end_inset
35461
35462
35463 \end_layout
35464
35465 \begin_layout Bibliography
35466 \begin_inset CommandInset bibitem
35467 LatexCommand bibitem
35468 key "AMS"
35469
35470 \end_inset
35471
35472
35473 \begin_inset CommandInset href
35474 LatexCommand href
35475 name "Beschreibung"
35476 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35477
35478 \end_inset
35479
35480  von 
35481 \begin_inset ERT
35482 status collapsed
35483
35484 \begin_layout Plain Layout
35485
35486
35487 \backslash
35488 AmS
35489 \end_layout
35490
35491 \end_inset
35492
35493 -LaTeX
35494 \end_layout
35495
35496 \begin_layout Bibliography
35497 \begin_inset CommandInset bibitem
35498 LatexCommand bibitem
35499 key "Symbole"
35500
35501 \end_inset
35502
35503
35504 \begin_inset CommandInset href
35505 LatexCommand href
35506 name "Auflistung"
35507 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35508
35509 \end_inset
35510
35511  aller über LaTeX-Pakete verfügbare Symbole
35512 \end_layout
35513
35514 \begin_layout Bibliography
35515 \begin_inset CommandInset bibitem
35516 LatexCommand bibitem
35517 key "hyperref"
35518
35519 \end_inset
35520
35521
35522 \begin_inset CommandInset href
35523 LatexCommand href
35524 name "Dokumentation"
35525 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35526
35527 \end_inset
35528
35529  des LaTeX-Pakets 
35530 \series bold
35531 hyperref
35532 \series default
35533
35534 \begin_inset Index
35535 status collapsed
35536
35537 \begin_layout Plain Layout
35538 Pakete ! hyperref
35539 \end_layout
35540
35541 \end_inset
35542
35543
35544 \end_layout
35545
35546 \begin_layout Bibliography
35547 \begin_inset CommandInset bibitem
35548 LatexCommand bibitem
35549 key "Mathclap"
35550
35551 \end_inset
35552
35553
35554 \begin_inset CommandInset href
35555 LatexCommand href
35556 name "Beschreibung"
35557 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35558
35559 \end_inset
35560
35561  des in 
35562 \begin_inset CommandInset ref
35563 LatexCommand ref
35564 reference "sub:Operatorgrenzen"
35565
35566 \end_inset
35567
35568  vorgestellten Befehls 
35569 \series bold
35570
35571 \backslash
35572 mathclap
35573 \series default
35574
35575 \begin_inset Index
35576 status collapsed
35577
35578 \begin_layout Plain Layout
35579 Befehle ! M ! 
35580 \backslash
35581 mathclap
35582 \end_layout
35583
35584 \end_inset
35585
35586
35587 \end_layout
35588
35589 \begin_layout Bibliography
35590 \begin_inset CommandInset bibitem
35591 LatexCommand bibitem
35592 key "Duden"
35593
35594 \end_inset
35595
35596
35597 \emph on
35598 Duden Band 1
35599 \emph default
35600 .
35601  22.
35602  Auflage, Duden Verlag 2001
35603 \end_layout
35604
35605 \begin_layout Subsubsection*
35606 \begin_inset Note Note
35607 status collapsed
35608
35609 \begin_layout Plain Layout
35610 Damit der Index den Namen 
35611 \begin_inset Quotes gld
35612 \end_inset
35613
35614 Stichwortverzeichnis
35615 \begin_inset Quotes grd
35616 \end_inset
35617
35618  erhält, wurde im LaTeX-Vorspann
35619 \end_layout
35620
35621 \begin_layout Plain Layout
35622
35623 \series bold
35624
35625 \backslash
35626 addto
35627 \backslash
35628 captionsngerman{
35629 \backslash
35630 renewcommand{
35631 \backslash
35632 indexname}{Stichwortverzeichnis}}
35633 \end_layout
35634
35635 \begin_layout Plain Layout
35636 eingefügt.
35637 \end_layout
35638
35639 \begin_layout Plain Layout
35640 Das Paket 
35641 \series bold
35642 babel
35643 \series default
35644  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
35645  Ehe man Beschriftungen ändern kann, muss es geladen werden.
35646  Außerdem wird 
35647 \series bold
35648 babel
35649 \series default
35650  von LyX automatisch nach dem LaTeX-Vorspann geladen.
35651  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
35652 che verwendet wurde.
35653 \end_layout
35654
35655 \begin_layout Plain Layout
35656 Möchte man andere Beschriftungen ändern, ersetzt man 
35657 \series bold
35658
35659 \backslash
35660 indexname
35661 \series default
35662  durch 
35663 \series bold
35664
35665 \backslash
35666 <Beschriftungs>name
35667 \series default
35668 .
35669  Eine Auflistung der möglichen Namen findet man unter
35670 \end_layout
35671
35672 \begin_layout Plain Layout
35673
35674 \family typewriter
35675 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
35676 \end_layout
35677
35678 \begin_layout Plain Layout
35679 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
35680 \series bold
35681 ngerman
35682 \series default
35683  durch die Dokumentsprache und
35684 \end_layout
35685
35686 \begin_layout Plain Layout
35687
35688 \series bold
35689
35690 \backslash
35691 captionsgerman
35692 \series default
35693  durch 
35694 \series bold
35695
35696 \backslash
35697 captions<Dokumentsprache>
35698 \series default
35699 .
35700 \end_layout
35701
35702 \end_inset
35703
35704
35705 \begin_inset CommandInset index_print
35706 LatexCommand printindex
35707
35708 \end_inset
35709
35710
35711 \end_layout
35712
35713 \end_body
35714 \end_document