]> git.lyx.org Git - features.git/blob - lib/doc/de/Math.lyx
ddd0fff08e949dfa2801295c2249d9b4d6ed6a78
[features.git] / lib / doc / de / Math.lyx
1 #LyX 1.6.3svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
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 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % Damit die Zeichen ° und · in LyX direkt eingegeben werden können,
36 % siehe Kap. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % Linkfläche für Querverweise vergrößern und automatisch benennen,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasngerman{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{Kap.\negthinspace}
47  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}}
49
50 % Makros damit Pakete nicht doppelt geladen werden.
51 % siehe erste Fußnote in Kap. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
55 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % benutzt in Kap. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % für Mehrfachzeilen und -spalten
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % benutzt in Kap. 19.4
83 \usepackage{remreset}
84
85 %Mehrfachzeilen zentriert ausrichten (z.B. in Kap. 13.3)
86 \renewcommand{\multirowsetup}{\centering}
87
88 % Farbdefinition aus Kap. 9.3
89 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
90
91 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
92 \DeclareMathOperator*{\Raute}{\blacklozenge}
93 \DeclareMathOperator{\sgn}{sgn}
94
95 \newcommand{\leer}{\textvisiblespace}
96
97 % Beispielbefehle aus Kap. 20.1 
98 \newcommand{\gr}{\Longrightarrow}
99 \newcommand{\us}[1]{\underline{#1}}
100 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
101 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
102 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
103
104 % Beispielmakro aus Kap. 19.4
105 %\def\tagform@#1{\maketag@@@{|#1|}}
106
107 % Makro aus Kap. 10.2
108 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
109 \def\mathclap {\mathpalette \mathclapinternal}
110 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
111
112 % Grauschrift Notiz umdefinieren
113 \renewenvironment{lyxgreyedout}
114  {\textcolor{blue}\bgroup}{\egroup}
115
116 % Damit der Index einen anderen Namen erhält.
117 \addto\captionsngerman
118 {\renewcommand{\indexname}
119 {Stichwort- und Befehlsverzeichnis}}
120
121 % ------------------------------------
122 % used to check for needed LaTeX packages
123 \usepackage{ifthen}
124
125 % testen ob das Paket eurosym installiert ist
126 % wird benutzt für das Euro-Symbol
127 \newboolean{eurosym}
128 \IfFileExists{eurosym.sty}
129  {\usepackage[gennarrow]{eurosym}
130   \setboolean{eurosym}{true}}
131  {\setboolean{eurosym}{false}}
132
133 % wird für Mathe-Makros benötigt
134 % testen ob Paket xargs installiert ist
135 \newboolean{xargs}
136 \IfFileExists{xargs.sty}
137  {\usepackage{xargs}
138   \setboolean{xargs}{true}}
139  {\setboolean{xargs}{false}}
140
141 % benutzt in Kap. 22.4
142 % testen ob Paket braket installiert ist
143 \newboolean{braket}
144 \IfFileExists{braket.sty}
145  {\usepackage{braket}
146   \setboolean{braket}{true}}
147  {\setboolean{braket}{false}}
148
149 % benutzt in Kap. 22.10
150 % testen ob Paket upgreek installiert ist
151 \newboolean{upgreek}
152 \IfFileExists{upgreek.sty}
153  {\usepackage{upgreek}
154   \setboolean{upgreek}{true}}
155  {\setboolean{upgreek}{false}}
156
157 % benötigt für Kommas in Formeln, siehe Kap. 22.3
158 \IfFileExists{icomma.sty}
159  {\usepackage{icomma}}{}
160 \end_preamble
161 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
162 \use_default_options false
163 \language ngerman
164 \inputencoding auto
165 \font_roman default
166 \font_sans default
167 \font_typewriter default
168 \font_default_family default
169 \font_sc false
170 \font_osf false
171 \font_sf_scale 100
172 \font_tt_scale 100
173
174 \graphics default
175 \paperfontsize 12
176 \spacing single
177 \use_hyperref true
178 \pdf_title "LyXs Mathehandbuch"
179 \pdf_author "LyX Team, Uwe Stöhr"
180 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
181 \pdf_keywords "LyX, Mathed"
182 \pdf_bookmarks true
183 \pdf_bookmarksnumbered true
184 \pdf_bookmarksopen true
185 \pdf_bookmarksopenlevel 1
186 \pdf_breaklinks false
187 \pdf_pdfborder false
188 \pdf_colorlinks true
189 \pdf_backref false
190 \pdf_pdfusetitle false
191 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
192 \papersize a4paper
193 \use_geometry false
194 \use_amsmath 2
195 \use_esint 1
196 \cite_engine basic
197 \use_bibtopic false
198 \paperorientation portrait
199 \secnumdepth 4
200 \tocdepth 3
201 \paragraph_separation skip
202 \defskip medskip
203 \quotes_language german
204 \papercolumns 1
205 \papersides 2
206 \paperpagestyle plain
207 \bullet 1 0 6 -1
208 \bullet 2 2 35 -1
209 \bullet 3 2 7 -1
210 \tracking_changes false
211 \output_changes false
212 \author "" 
213 \author "" 
214 \end_header
215
216 \begin_body
217
218 \begin_layout Title
219 LyXs detailliertes Mathe Handbuch
220 \end_layout
221
222 \begin_layout Author
223 vom LyX Team
224 \begin_inset Foot
225 status collapsed
226
227 \begin_layout Plain Layout
228 \noindent
229 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
230 ons-Liste: 
231 \family typewriter
232
233 \begin_inset CommandInset href
234 LatexCommand href
235 name "lyx-docs@lists.lyx.org"
236 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
237
238 \end_inset
239
240
241 \end_layout
242
243 \end_inset
244
245
246 \begin_inset Note Note
247 status collapsed
248
249 \begin_layout Plain Layout
250 Verfasser: Uwe Stöhr
251 \end_layout
252
253 \end_inset
254
255
256 \begin_inset Newline newline
257 \end_inset
258
259
260 \begin_inset Newline newline
261 \end_inset
262
263
264 \family sans
265 Version 2.0.x
266 \end_layout
267
268 \begin_layout Standard
269 \begin_inset CommandInset toc
270 LatexCommand tableofcontents
271
272 \end_inset
273
274
275 \end_layout
276
277 \begin_layout Standard
278 \begin_inset Note Note
279 status open
280
281 \begin_layout Plain Layout
282 Um diese Datei als PDF, PS oder DVI zu exportieren, müssen die LaTeX-Pakete
283  
284 \series bold
285 eurosym,
286 \series default
287  
288 \series bold
289 multirow,
290 \series default
291  und 
292 \series bold
293 was
294 \series default
295  installiert sein.
296  Wenn sie nicht installiert sind, kann das Dokument trotzdem exportiert
297  werden, die Abschnitte in denen die Pakete benötigt werden, erscheinen
298  dann aber nicht im Ausdruck.
299 \end_layout
300
301 \end_inset
302
303
304 \end_layout
305
306 \begin_layout Standard
307 \begin_inset Newpage newpage
308 \end_inset
309
310
311 \end_layout
312
313 \begin_layout Section
314 Einleitung
315 \end_layout
316
317 \begin_layout Standard
318 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
319  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
320  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
321 tten.
322  Das setzt voraus, dass bereits das Kapitel 
323 \family typewriter
324 Mathematische
325 \family default
326  
327 \family typewriter
328 Formeln
329 \family default
330  des Benutzerhandbuchs gelesen worden ist.
331 \end_layout
332
333 \begin_layout Standard
334 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
335 \family sans
336 Einfügen
337 \series bold
338 \SpecialChar \menuseparator
339
340 \series default
341 Mathe
342 \family default
343  oder die 
344 \family sans
345 Mathe-Werkzeugleiste
346 \family default
347  aufrufbar.
348  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
349  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
350  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
351  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
352 \end_layout
353
354 \begin_layout Standard
355 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
356  LyX verfügbar.
357  Um alle Befehle nutzen zu können, muss die Option 
358 \family sans
359 AMS-Mathe-Paket verwenden
360 \family default
361  im Menü 
362 \family sans
363 Dokument\SpecialChar \menuseparator
364 Einstellungen\SpecialChar \menuseparator
365 Mathe Optionen
366 \family default
367  aktiviert sein.
368 \begin_inset Foot
369 status collapsed
370
371 \begin_layout Plain Layout
372 Die 
373 \family sans
374 Option
375 \family default
376  
377 \family sans
378 AMS-Mathe-Paket automatisch verwenden
379 \family default
380  verwendet 
381 \begin_inset ERT
382 status collapsed
383
384 \begin_layout Plain Layout
385
386
387 \backslash
388 AmS 
389 \end_layout
390
391 \end_inset
392
393 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
394  LyX unterstützt.
395 \end_layout
396
397 \end_inset
398
399
400 \end_layout
401
402 \begin_layout Standard
403 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
404 listung
405  aller 
406 \begin_inset ERT
407 status collapsed
408
409 \begin_layout Plain Layout
410
411
412 \backslash
413 AmS 
414 \end_layout
415
416 \end_inset
417
418 -Mathe Befehle
419 \begin_inset Foot
420 status collapsed
421
422 \begin_layout Plain Layout
423 Eine Liste mit allen 
424 \begin_inset ERT
425 status collapsed
426
427 \begin_layout Plain Layout
428
429
430 \backslash
431 AmS
432 \end_layout
433
434 \end_inset
435
436 -Mathe Befehlen findet sich in der Datei 
437 \family sans
438
439 \begin_inset CommandInset href
440 LatexCommand href
441 name "amsguide.ps"
442 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
443
444 \end_inset
445
446
447 \family default
448 , die Teil jeder LaTeX-Standardinstallation ist.
449 \end_layout
450
451 \end_inset
452
453  verzichtet.
454 \end_layout
455
456 \begin_layout Section
457 Allgemeine Hinweise
458 \end_layout
459
460 \begin_layout Standard
461 Um eine in einer Textzeile eingebettete Formel
462 \begin_inset Index
463 status collapsed
464
465 \begin_layout Plain Layout
466 Formel ! eingebettete
467 \end_layout
468
469 \end_inset
470
471  zu erstellen, drückt man 
472 \family sans
473 Strg-m
474 \family default
475  oder den Werkzeugleistenknopf 
476 \begin_inset Graphics
477         filename ../../images/math-mode.png
478         scale 85
479
480 \end_inset
481
482 .
483 \begin_inset Newline newline
484 \end_inset
485
486 Um eine abgesetzte Formel
487 \begin_inset Index
488 status collapsed
489
490 \begin_layout Plain Layout
491 Formel ! abgesetzte
492 \end_layout
493
494 \end_inset
495
496  zu erstellen, drückt man 
497 \family sans
498 Strg-M
499 \family default
500 .
501 \end_layout
502
503 \begin_layout Standard
504 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
505  Cursor in die Formel und drückt 
506 \family sans
507 Strg-M
508 \family default
509  oder benutzt das Menü 
510 \family sans
511 Bearbeiten\SpecialChar \menuseparator
512 Mathe\SpecialChar \menuseparator
513
514 \begin_inset Newline linebreak
515 \end_inset
516
517 Formelart ändern
518 \family default
519 .
520  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
521  umwandeln.
522 \end_layout
523
524 \begin_layout Standard
525 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
526  gibt man in die Formel den Befehl 
527 \series bold
528
529 \backslash
530 displaystyle
531 \begin_inset Index
532 status collapsed
533
534 \begin_layout Plain Layout
535 Befehle ! D ! 
536 \backslash
537 displaystyle
538 \end_layout
539
540 \end_inset
541
542
543 \series default
544  ein.
545  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
546  wird.
547 \end_layout
548
549 \begin_layout Standard
550 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
551 \end_layout
552
553 \begin_layout Standard
554 Die 
555 \family sans
556 Mathe-Werkzeugleiste
557 \family default
558  kann über das Menü 
559 \family sans
560 Ansicht\SpecialChar \menuseparator
561 Werkzeugleisten
562 \family default
563  eingeblendet werden.
564  Wenn dort auf 
565 \begin_inset Quotes eld
566 \end_inset
567
568 Mathe
569 \begin_inset Quotes erd
570 \end_inset
571
572  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
573  diese Einstellung wird durch ein Häkchen im Menü 
574 \family sans
575 Werkzeugleisten
576 \family default
577  angezeigt.
578  Wenn nun im Menü 
579 \family sans
580 Werkzeugleisten
581 \family default
582  nochmal auf 
583 \begin_inset Quotes eld
584 \end_inset
585
586 Mathe
587 \begin_inset Quotes erd
588 \end_inset
589
590  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
591  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
592  des Menüeintrags von 
593 \begin_inset Quotes eld
594 \end_inset
595
596 Mathe
597 \begin_inset Quotes erd
598 \end_inset
599
600  zu 
601 \begin_inset Quotes eld
602 \end_inset
603
604 Mathe
605 \begin_inset space ~
606 \end_inset
607
608 (automatisch)
609 \begin_inset Quotes erd
610 \end_inset
611
612  angezeigt.
613 \end_layout
614
615 \begin_layout Standard
616 In den TeX-Modus
617 \begin_inset Index
618 status collapsed
619
620 \begin_layout Plain Layout
621 T@TeX-Modus
622 \end_layout
623
624 \end_inset
625
626  gelangt man über den Werkzeugleistenknopf 
627 \begin_inset Graphics
628         filename ../../images/ert-insert.png
629         scale 85
630
631 \end_inset
632
633  oder das Menü 
634 \family sans
635 Einfügen\SpecialChar \menuseparator
636 Te
637 \begin_inset ERT
638 status collapsed
639
640 \begin_layout Plain Layout
641
642 {}
643 \end_layout
644
645 \end_inset
646
647 X
648 \begin_inset space ~
649 \end_inset
650
651 Code
652 \family default
653  (Tastenkürzel 
654 \family sans
655 Strg-l
656 \family default
657 ).
658 \begin_inset Note Note
659 status collapsed
660
661 \begin_layout Plain Layout
662 In LyX gibt es drei 
663 \begin_inset Quotes gld
664 \end_inset
665
666 Eigennamen
667 \begin_inset Quotes grd
668 \end_inset
669
670 , die im Ausdruck mit hoch bzw.
671  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
672 \end_layout
673
674 \begin_layout Plain Layout
675 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
676  man ein TeX-Klammerpaar ein.
677 \end_layout
678
679 \end_inset
680
681
682 \end_layout
683
684 \begin_layout Standard
685 In den LaTeX-Vorspann
686 \begin_inset Index
687 status collapsed
688
689 \begin_layout Plain Layout
690 L@LaTeX-Vorspann
691 \end_layout
692
693 \end_inset
694
695  gelangt man über das Menü 
696 \family sans
697 Dokument\SpecialChar \menuseparator
698 Einstellungen\SpecialChar \menuseparator
699 LaT
700 \begin_inset ERT
701 status collapsed
702
703 \begin_layout Plain Layout
704
705 {}
706 \end_layout
707
708 \end_inset
709
710 eX-Vorspann
711 \family default
712 .
713 \end_layout
714
715 \begin_layout Standard
716 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
717 en Formeln kann man die Menüs 
718 \family sans
719 Bearbeiten\SpecialChar \menuseparator
720 Mathe
721 \family default
722  und 
723 \family sans
724 Bearbeiten\SpecialChar \menuseparator
725 Zeilen
726 \begin_inset space \thinspace{}
727 \end_inset
728
729 &
730 \begin_inset space \thinspace{}
731 \end_inset
732
733 Spalten
734 \family default
735  oder die 
736 \family sans
737 Tabellen-Werkzeugleiste
738 \family default
739  verwenden.
740  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
741  die Spalte bzw.
742  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
743  bzw.
744  darunter liegenden Zeile vertauscht.
745  Befindet sich der Cursor in der letzten Spalte bzw.
746  Zeile, wird mit der links daneben stehenden Spalte bzw.
747  darüber liegenden Zeile vertauscht.
748 \end_layout
749
750 \begin_layout Standard
751 Zum Schreiben von Text in einer Formel
752 \begin_inset Foot
753 status collapsed
754
755 \begin_layout Plain Layout
756 Bei mehrzeiligen Formeln wird der Befehl 
757 \series bold
758
759 \backslash
760 intertext
761 \series default
762  verwendet, siehe 
763 \begin_inset CommandInset ref
764 LatexCommand ref
765 reference "sub:Text-in-mehrzeiligen"
766
767 \end_inset
768
769 .
770 \end_layout
771
772 \end_inset
773
774  verwendet man den 
775 \emph on
776 mathematischen Textmodus
777 \emph default
778
779 \begin_inset Index
780 status collapsed
781
782 \begin_layout Plain Layout
783 Text ! in Formeln
784 \end_layout
785
786 \end_inset
787
788
789 \begin_inset Index
790 status collapsed
791
792 \begin_layout Plain Layout
793 Mathematischer Textmodus
794 \end_layout
795
796 \end_inset
797
798 , in den man mit dem Tastenkürzel 
799 \family sans
800 Alt-m
801 \begin_inset space ~
802 \end_inset
803
804 m
805 \family default
806  oder durch Eingabe des Befehls 
807 \series bold
808
809 \backslash
810 text
811 \begin_inset Index
812 status collapsed
813
814 \begin_layout Plain Layout
815 Befehle ! T ! 
816 \backslash
817 text
818 \end_layout
819
820 \end_inset
821
822
823 \series default
824  gelangt.
825  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
826  Formel unterscheiden.
827  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
828  anderen Zeichen einer Formel nicht kursiv.
829 \end_layout
830
831 \begin_layout Subsection*
832 Befehlsschema
833 \end_layout
834
835 \begin_layout Standard
836 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
837  Schema:
838 \end_layout
839
840 \begin_layout Standard
841
842 \series bold
843
844 \backslash
845 Befehlsname[optionales
846 \series default
847  
848 \series bold
849 Argument]{anzugebendes
850 \series default
851  
852 \series bold
853 Argument}
854 \end_layout
855
856 \begin_layout Standard
857 Ein Befehl muss immer mit einem Backslash 
858 \begin_inset Quotes gld
859 \end_inset
860
861
862 \series bold
863
864 \backslash
865
866 \series default
867
868 \begin_inset Quotes grd
869 \end_inset
870
871  beginnen.
872  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
873  eckigen Klammern weggelassen werden.
874  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
875 \begin_inset Index
876 status collapsed
877
878 \begin_layout Plain Layout
879 T@TeX-Klammern
880 \end_layout
881
882 \end_inset
883
884  bezeichnet.
885  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
886  an, erzeugt LyX automatisch eine TeX-Klammer.
887  Ansonsten werden sie in Formeln mit dem Befehl 
888 \series bold
889
890 \backslash
891 {
892 \series default
893  erzeugt.
894  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
895  Klammern, die blau erscheinen.
896  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
897  TeX-Klammern erscheinen nicht im Ausdruck.
898 \end_layout
899
900 \begin_layout Standard
901 Werden Befehle ohne Argumente, wie z.
902 \begin_inset space \thinspace{}
903 \end_inset
904
905 B.
906  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
907 \emph on
908 immer
909 \emph default
910  ein Leerzeichen folgen um ihn zu beenden.
911  Dieses Leerzeichen erscheint nicht im Ausdruck.
912  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
913  normalen Text ein geschütztes Leerzeichen folgen.
914 \end_layout
915
916 \begin_layout Standard
917 Ein geschütztes Leerzeichen gibt man mit 
918 \family sans
919 Strg-Leertaste
920 \family default
921  ein.
922 \end_layout
923
924 \begin_layout Subsection*
925 Zeichenerklärung
926 \end_layout
927
928 \begin_layout Itemize
929 Das Symbol
930 \begin_inset Foot
931 status collapsed
932
933 \begin_layout Plain Layout
934 Dieses sichtbare Leerzeichen erhält man über den Befehl 
935 \series bold
936
937 \backslash
938 textvisiblespace
939 \series default
940
941 \begin_inset Index
942 status collapsed
943
944 \begin_layout Plain Layout
945 Befehle ! T ! 
946 \backslash
947 textvisiblespace
948 \end_layout
949
950 \end_inset
951
952 , der im TeX-Modus einzugeben ist.
953 \end_layout
954
955 \end_inset
956
957  
958 \begin_inset ERT
959 status collapsed
960
961 \begin_layout Plain Layout
962
963
964 \backslash
965 leer 
966 \end_layout
967
968 \end_inset
969
970
971 \begin_inset space ~
972 \end_inset
973
974 steht für ein einzugebendes Leerzeichen.
975 \end_layout
976
977 \begin_layout Itemize
978 Ein Pfeil wie z.
979 \begin_inset space \thinspace{}
980 \end_inset
981
982 B.
983  
984 \begin_inset Formula $\to$
985 \end_inset
986
987  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
988 \end_layout
989
990 \begin_layout Subsection*
991 Verfügbare Einheiten
992 \end_layout
993
994 \begin_layout Standard
995 \align center
996 \begin_inset Float table
997 placement H
998 wide false
999 sideways false
1000 status open
1001
1002 \begin_layout Plain Layout
1003 \align center
1004 \begin_inset Caption
1005
1006 \begin_layout Plain Layout
1007 \begin_inset CommandInset label
1008 LatexCommand label
1009 name "tab:Verfügbare-Einheiten"
1010
1011 \end_inset
1012
1013 Verfügbare Einheiten
1014 \end_layout
1015
1016 \end_inset
1017
1018
1019 \end_layout
1020
1021 \begin_layout Plain Layout
1022 \align center
1023 \begin_inset Tabular
1024 <lyxtabular version="3" rows="13" columns="2">
1025 <features>
1026 <column alignment="center" valignment="top" width="0">
1027 <column alignment="center" valignment="top" width="0">
1028 <row>
1029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1030 \begin_inset Text
1031
1032 \begin_layout Plain Layout
1033 Einheit
1034 \end_layout
1035
1036 \end_inset
1037 </cell>
1038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1039 \begin_inset Text
1040
1041 \begin_layout Plain Layout
1042 Name / Beschreibung
1043 \end_layout
1044
1045 \end_inset
1046 </cell>
1047 </row>
1048 <row>
1049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1050 \begin_inset Text
1051
1052 \begin_layout Plain Layout
1053 mm
1054 \end_layout
1055
1056 \end_inset
1057 </cell>
1058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1059 \begin_inset Text
1060
1061 \begin_layout Plain Layout
1062 Millimeter
1063 \end_layout
1064
1065 \end_inset
1066 </cell>
1067 </row>
1068 <row>
1069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1070 \begin_inset Text
1071
1072 \begin_layout Plain Layout
1073 cm
1074 \end_layout
1075
1076 \end_inset
1077 </cell>
1078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1079 \begin_inset Text
1080
1081 \begin_layout Plain Layout
1082 Zentimeter
1083 \end_layout
1084
1085 \end_inset
1086 </cell>
1087 </row>
1088 <row>
1089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1090 \begin_inset Text
1091
1092 \begin_layout Plain Layout
1093 in
1094 \end_layout
1095
1096 \end_inset
1097 </cell>
1098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1099 \begin_inset Text
1100
1101 \begin_layout Plain Layout
1102 Inch / Zoll (1
1103 \begin_inset space \thinspace{}
1104 \end_inset
1105
1106 in = 2,54
1107 \begin_inset space \thinspace{}
1108 \end_inset
1109
1110 cm)
1111 \end_layout
1112
1113 \end_inset
1114 </cell>
1115 </row>
1116 <row>
1117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1118 \begin_inset Text
1119
1120 \begin_layout Plain Layout
1121 pt
1122 \end_layout
1123
1124 \end_inset
1125 </cell>
1126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1127 \begin_inset Text
1128
1129 \begin_layout Plain Layout
1130 Punkt (72,27
1131 \begin_inset space \thinspace{}
1132 \end_inset
1133
1134 pt = 1
1135 \begin_inset space \thinspace{}
1136 \end_inset
1137
1138 in)
1139 \end_layout
1140
1141 \end_inset
1142 </cell>
1143 </row>
1144 <row>
1145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1146 \begin_inset Text
1147
1148 \begin_layout Plain Layout
1149 pc
1150 \end_layout
1151
1152 \end_inset
1153 </cell>
1154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1155 \begin_inset Text
1156
1157 \begin_layout Plain Layout
1158 Pica (1
1159 \begin_inset space \thinspace{}
1160 \end_inset
1161
1162 pc = 12
1163 \begin_inset space \thinspace{}
1164 \end_inset
1165
1166 pt)
1167 \end_layout
1168
1169 \end_inset
1170 </cell>
1171 </row>
1172 <row>
1173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1174 \begin_inset Text
1175
1176 \begin_layout Plain Layout
1177 sp
1178 \end_layout
1179
1180 \end_inset
1181 </cell>
1182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1183 \begin_inset Text
1184
1185 \begin_layout Plain Layout
1186 scaled point (65536
1187 \begin_inset space \thinspace{}
1188 \end_inset
1189
1190 sp = 1
1191 \begin_inset space \thinspace{}
1192 \end_inset
1193
1194 pt)
1195 \end_layout
1196
1197 \end_inset
1198 </cell>
1199 </row>
1200 <row>
1201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1202 \begin_inset Text
1203
1204 \begin_layout Plain Layout
1205 bp
1206 \end_layout
1207
1208 \end_inset
1209 </cell>
1210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1211 \begin_inset Text
1212
1213 \begin_layout Plain Layout
1214 big point (72
1215 \begin_inset space \thinspace{}
1216 \end_inset
1217
1218 bp = 1
1219 \begin_inset space \thinspace{}
1220 \end_inset
1221
1222 in)
1223 \end_layout
1224
1225 \end_inset
1226 </cell>
1227 </row>
1228 <row>
1229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1230 \begin_inset Text
1231
1232 \begin_layout Plain Layout
1233 dd
1234 \end_layout
1235
1236 \end_inset
1237 </cell>
1238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1239 \begin_inset Text
1240
1241 \begin_layout Plain Layout
1242 Didot (1
1243 \begin_inset space \thinspace{}
1244 \end_inset
1245
1246 dd 
1247 \begin_inset Formula $\approx$
1248 \end_inset
1249
1250  0,376
1251 \begin_inset space \thinspace{}
1252 \end_inset
1253
1254 mm)
1255 \end_layout
1256
1257 \end_inset
1258 </cell>
1259 </row>
1260 <row>
1261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1262 \begin_inset Text
1263
1264 \begin_layout Plain Layout
1265 cc
1266 \end_layout
1267
1268 \end_inset
1269 </cell>
1270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1271 \begin_inset Text
1272
1273 \begin_layout Plain Layout
1274 Cicero (1
1275 \begin_inset space \thinspace{}
1276 \end_inset
1277
1278 cc = 12
1279 \begin_inset space \thinspace{}
1280 \end_inset
1281
1282 dd)
1283 \end_layout
1284
1285 \end_inset
1286 </cell>
1287 </row>
1288 <row>
1289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1290 \begin_inset Text
1291
1292 \begin_layout Plain Layout
1293 ex
1294 \end_layout
1295
1296 \end_inset
1297 </cell>
1298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1299 \begin_inset Text
1300
1301 \begin_layout Plain Layout
1302 Höhe des Buchstabens 
1303 \emph on
1304 x
1305 \emph default
1306  in der aktuellen Schrift
1307 \end_layout
1308
1309 \end_inset
1310 </cell>
1311 </row>
1312 <row>
1313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1314 \begin_inset Text
1315
1316 \begin_layout Plain Layout
1317 em
1318 \end_layout
1319
1320 \end_inset
1321 </cell>
1322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1323 \begin_inset Text
1324
1325 \begin_layout Plain Layout
1326 Breite des Buchstabens 
1327 \emph on
1328 M
1329 \emph default
1330  in der aktuellen Schrift
1331 \end_layout
1332
1333 \end_inset
1334 </cell>
1335 </row>
1336 <row>
1337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1338 \begin_inset Text
1339
1340 \begin_layout Plain Layout
1341 mu
1342 \end_layout
1343
1344 \end_inset
1345 </cell>
1346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1347 \begin_inset Text
1348
1349 \begin_layout Plain Layout
1350 math unit (1
1351 \begin_inset space \thinspace{}
1352 \end_inset
1353
1354 mu = 
1355 \begin_inset Formula $\nicefrac{1}{18}$
1356 \end_inset
1357
1358
1359 \begin_inset space \thinspace{}
1360 \end_inset
1361
1362 em)
1363 \end_layout
1364
1365 \end_inset
1366 </cell>
1367 </row>
1368 </lyxtabular>
1369
1370 \end_inset
1371
1372
1373 \end_layout
1374
1375 \end_inset
1376
1377
1378 \end_layout
1379
1380 \begin_layout Standard
1381 \begin_inset Newpage newpage
1382 \end_inset
1383
1384
1385 \end_layout
1386
1387 \begin_layout Section
1388 Grundlegende Funktionen
1389 \end_layout
1390
1391 \begin_layout Subsection
1392 Exponenten
1393 \begin_inset Index
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397 Exponenten
1398 \end_layout
1399
1400 \end_inset
1401
1402  und Indizes
1403 \begin_inset Index
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407 Indizes
1408 \end_layout
1409
1410 \end_inset
1411
1412
1413 \begin_inset Index
1414 status collapsed
1415
1416 \begin_layout Plain Layout
1417 Hochstellen|see
1418 \begin_inset ERT
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422
1423 {
1424 \end_layout
1425
1426 \end_inset
1427
1428 Exponenten
1429 \begin_inset ERT
1430 status collapsed
1431
1432 \begin_layout Plain Layout
1433
1434 }
1435 \end_layout
1436
1437 \end_inset
1438
1439
1440 \end_layout
1441
1442 \end_inset
1443
1444
1445 \begin_inset Index
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449 Tiefstellen|see
1450 \begin_inset ERT
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454
1455 {
1456 \end_layout
1457
1458 \end_inset
1459
1460 Indizes
1461 \begin_inset ERT
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465
1466 }
1467 \end_layout
1468
1469 \end_inset
1470
1471
1472 \end_layout
1473
1474 \end_inset
1475
1476
1477 \end_layout
1478
1479 \begin_layout Standard
1480 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1481  
1482 \begin_inset Graphics
1483         filename ../../images/math-subscript.png
1484         scale 85
1485
1486 \end_inset
1487
1488 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1489  
1490 \begin_inset Graphics
1491         filename ../../images/math-superscript.png
1492         scale 85
1493
1494 \end_inset
1495
1496  erzeugt.
1497 \end_layout
1498
1499 \begin_layout Standard
1500 \align center
1501 \begin_inset Tabular
1502 <lyxtabular version="3" rows="4" columns="2">
1503 <features>
1504 <column alignment="center" valignment="top" width="0pt">
1505 <column alignment="center" valignment="top" width="0pt">
1506 <row>
1507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1508 \begin_inset Text
1509
1510 \begin_layout Plain Layout
1511 Befehl
1512 \end_layout
1513
1514 \end_inset
1515 </cell>
1516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1517 \begin_inset Text
1518
1519 \begin_layout Plain Layout
1520 Ergebnis
1521 \begin_inset Note Note
1522 status collapsed
1523
1524 \begin_layout Plain Layout
1525
1526 \series bold
1527
1528 \backslash
1529 raisebox
1530 \series default
1531  dient nur als Abstandhalter.
1532 \end_layout
1533
1534 \end_inset
1535
1536
1537 \end_layout
1538
1539 \end_inset
1540 </cell>
1541 </row>
1542 <row>
1543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1544 \begin_inset Text
1545
1546 \begin_layout Plain Layout
1547 B_V
1548 \end_layout
1549
1550 \end_inset
1551 </cell>
1552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1553 \begin_inset Text
1554
1555 \begin_layout Plain Layout
1556 \begin_inset Formula $B_{V}$
1557 \end_inset
1558
1559
1560 \end_layout
1561
1562 \end_inset
1563 </cell>
1564 </row>
1565 <row>
1566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1567 \begin_inset Text
1568
1569 \begin_layout Plain Layout
1570 B^V
1571 \end_layout
1572
1573 \end_inset
1574 </cell>
1575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Plain Layout
1579 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1580 \end_inset
1581
1582
1583 \end_layout
1584
1585 \end_inset
1586 </cell>
1587 </row>
1588 <row>
1589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1590 \begin_inset Text
1591
1592 \begin_layout Plain Layout
1593 B^
1594 \begin_inset ERT
1595 status collapsed
1596
1597 \begin_layout Plain Layout
1598
1599
1600 \backslash
1601 leer 
1602 \end_layout
1603
1604 \end_inset
1605
1606 A
1607 \end_layout
1608
1609 \end_inset
1610 </cell>
1611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1612 \begin_inset Text
1613
1614 \begin_layout Plain Layout
1615 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1616 \end_inset
1617
1618
1619 \end_layout
1620
1621 \end_inset
1622 </cell>
1623 </row>
1624 </lyxtabular>
1625
1626 \end_inset
1627
1628
1629 \end_layout
1630
1631 \begin_layout Standard
1632 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1633 llt
1634 \begin_inset Foot
1635 status collapsed
1636
1637 \begin_layout Plain Layout
1638 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1639 \end_layout
1640
1641 \end_inset
1642
1643 .
1644  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1645  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1646 \end_layout
1647
1648 \begin_layout Subsection
1649 Brüche
1650 \begin_inset CommandInset label
1651 LatexCommand label
1652 name "sub:Brüche"
1653
1654 \end_inset
1655
1656
1657 \begin_inset Index
1658 status collapsed
1659
1660 \begin_layout Plain Layout
1661 Brüche
1662 \end_layout
1663
1664 \end_inset
1665
1666
1667 \end_layout
1668
1669 \begin_layout Standard
1670 Brüche werden mit dem Befehl 
1671 \series bold
1672
1673 \backslash
1674 frac
1675 \series default
1676
1677 \begin_inset Index
1678 status collapsed
1679
1680 \begin_layout Plain Layout
1681 Befehle ! F ! 
1682 \backslash
1683 frac
1684 \end_layout
1685
1686 \end_inset
1687
1688  oder mit dem Mathe-Werkzeugleistenknopf 
1689 \begin_inset Graphics
1690         filename ../../images/math/frac.png
1691         scale 50
1692
1693 \end_inset
1694
1695  erstellt.
1696  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1697  in einer eingebetteten oder abgesetzten Formel befindet.
1698  Mit dem Mathe-Werkzeugleistenknopf 
1699 \begin_inset Graphics
1700         filename ../../images/math/frac-square.png
1701         scale 85
1702
1703 \end_inset
1704
1705  können verschieden Bruchtypen gewählt werden.
1706 \end_layout
1707
1708 \begin_layout Standard
1709 Mit dem Befehl 
1710 \series bold
1711
1712 \backslash
1713 dfrac
1714 \begin_inset Index
1715 status collapsed
1716
1717 \begin_layout Plain Layout
1718 Befehle ! D ! 
1719 \backslash
1720 dfrac
1721 \end_layout
1722
1723 \end_inset
1724
1725
1726 \series default
1727  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1728  Formel erscheint.
1729  Mit 
1730 \series bold
1731
1732 \backslash
1733 tfrac
1734 \begin_inset Index
1735 status collapsed
1736
1737 \begin_layout Plain Layout
1738 Befehle ! T ! 
1739 \backslash
1740 tfrac
1741 \end_layout
1742
1743 \end_inset
1744
1745
1746 \series default
1747  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1748  Ein Beispiel:
1749 \end_layout
1750
1751 \begin_layout Standard
1752 Eine Zeile mit dem Bruch 
1753 \begin_inset Formula $\frac{1}{2}$
1754 \end_inset
1755
1756 , der mit dem Befehl 
1757 \series bold
1758
1759 \backslash
1760 frac
1761 \series default
1762  erstellt wurde.
1763 \end_layout
1764
1765 \begin_layout Standard
1766 Eine Zeile mit dem Bruch 
1767 \begin_inset Formula $\dfrac{1}{2}$
1768 \end_inset
1769
1770 , der mit dem Befehl 
1771 \series bold
1772
1773 \backslash
1774 dfrac
1775 \series default
1776  erstellt wurde.
1777 \end_layout
1778
1779 \begin_layout Standard
1780 \align center
1781 \begin_inset Tabular
1782 <lyxtabular version="3" rows="4" columns="2">
1783 <features>
1784 <column alignment="center" valignment="top" width="0pt">
1785 <column alignment="center" valignment="top" width="0pt">
1786 <row>
1787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1788 \begin_inset Text
1789
1790 \begin_layout Plain Layout
1791 Befehl
1792 \end_layout
1793
1794 \end_inset
1795 </cell>
1796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1797 \begin_inset Text
1798
1799 \begin_layout Plain Layout
1800 Ergebnis
1801 \begin_inset Note Note
1802 status collapsed
1803
1804 \begin_layout Plain Layout
1805
1806 \series bold
1807
1808 \backslash
1809 raisebox
1810 \series default
1811  dient nur als Abstandhalter.
1812 \end_layout
1813
1814 \end_inset
1815
1816
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 </row>
1822 <row>
1823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827
1828 \backslash
1829 frac
1830 \begin_inset ERT
1831 status collapsed
1832
1833 \begin_layout Plain Layout
1834
1835
1836 \backslash
1837 leer 
1838 \end_layout
1839
1840 \end_inset
1841
1842 A
1843 \begin_inset Formula $\downarrow$
1844 \end_inset
1845
1846 B
1847 \end_layout
1848
1849 \end_inset
1850 </cell>
1851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Plain Layout
1855 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 </row>
1864 <row>
1865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1866 \begin_inset Text
1867
1868 \begin_layout Plain Layout
1869
1870 \backslash
1871 dfrac
1872 \begin_inset ERT
1873 status collapsed
1874
1875 \begin_layout Plain Layout
1876
1877
1878 \backslash
1879 leer 
1880 \end_layout
1881
1882 \end_inset
1883
1884 A
1885 \begin_inset Formula $\downarrow$
1886 \end_inset
1887
1888 B
1889 \end_layout
1890
1891 \end_inset
1892 </cell>
1893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1894 \begin_inset Text
1895
1896 \begin_layout Plain Layout
1897 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1898 \end_inset
1899
1900
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 </row>
1906 <row>
1907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1908 \begin_inset Text
1909
1910 \begin_layout Plain Layout
1911
1912 \backslash
1913 dfrac
1914 \begin_inset ERT
1915 status collapsed
1916
1917 \begin_layout Plain Layout
1918
1919
1920 \backslash
1921 leer 
1922 \end_layout
1923
1924 \end_inset
1925
1926 e^
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
1940 \backslash
1941 frac
1942 \begin_inset ERT
1943 status collapsed
1944
1945 \begin_layout Plain Layout
1946
1947
1948 \backslash
1949 leer 
1950 \end_layout
1951
1952 \end_inset
1953
1954 1
1955 \begin_inset Formula $\downarrow$
1956 \end_inset
1957
1958 2
1959 \begin_inset Formula $\downarrow\downarrow$
1960 \end_inset
1961
1962 3
1963 \end_layout
1964
1965 \end_inset
1966 </cell>
1967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1968 \begin_inset Text
1969
1970 \begin_layout Plain Layout
1971 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1972 \end_inset
1973
1974
1975 \end_layout
1976
1977 \end_inset
1978 </cell>
1979 </row>
1980 </lyxtabular>
1981
1982 \end_inset
1983
1984
1985 \end_layout
1986
1987 \begin_layout Standard
1988 \begin_inset VSpace bigskip
1989 \end_inset
1990
1991
1992 \begin_inset Newpage newpage
1993 \end_inset
1994
1995 Für Mehrfachbrüche gibt es den Befehl 
1996 \series bold
1997
1998 \backslash
1999 cfrac
2000 \series default
2001
2002 \begin_inset Index
2003 status collapsed
2004
2005 \begin_layout Plain Layout
2006 Befehle ! C ! 
2007 \backslash
2008 cfrac
2009 \end_layout
2010
2011 \end_inset
2012
2013 .
2014  Dazu ein Beispiel:
2015 \begin_inset VSpace -3mm
2016 \end_inset
2017
2018
2019 \end_layout
2020
2021 \begin_layout Standard
2022 \begin_inset Formula \begin{align*}
2023 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2024 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2025
2026 \end_inset
2027
2028
2029 \end_layout
2030
2031 \begin_layout Standard
2032 Der Befehl für obiges Beispiel lautet:
2033 \end_layout
2034
2035 \begin_layout Standard
2036
2037 \series bold
2038
2039 \backslash
2040 cfrac{A
2041 \begin_inset Formula $\to$
2042 \end_inset
2043
2044
2045 \backslash
2046 {B+
2047 \backslash
2048 cfrac{C+
2049 \backslash
2050 cfrac{E
2051 \begin_inset Formula $\to$
2052 \end_inset
2053
2054
2055 \backslash
2056 {F
2057 \begin_inset Formula $\to\to$
2058 \end_inset
2059
2060
2061 \backslash
2062 {D
2063 \end_layout
2064
2065 \begin_layout Standard
2066 \begin_inset VSpace medskip
2067 \end_inset
2068
2069
2070 \end_layout
2071
2072 \begin_layout Standard
2073
2074 \series bold
2075
2076 \backslash
2077 cfrac
2078 \series default
2079  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2080  auch wenn er selbst Teil eines Bruches ist.
2081  
2082 \series bold
2083
2084 \backslash
2085 cfrac
2086 \series default
2087  besitzt folgendes Befehlsschema:
2088 \end_layout
2089
2090 \begin_layout Standard
2091
2092 \series bold
2093
2094 \backslash
2095 cfrac[Zählerposition]{Zähler}{Nenner}
2096 \end_layout
2097
2098 \begin_layout Standard
2099 Zählerposition kann 
2100 \emph on
2101 l
2102 \emph default
2103  , 
2104 \emph on
2105 c
2106 \emph default
2107  oder 
2108 \emph on
2109 r
2110 \emph default
2111  sein.
2112  Bei 
2113 \emph on
2114 l
2115 \emph default
2116  oder 
2117 \emph on
2118 r
2119 \emph default
2120  wird der Zähler links- bzw.
2121 \begin_inset space ~
2122 \end_inset
2123
2124 rechtsbündig am Bruchstrich ausgerichtet.
2125  Wird 
2126 \emph on
2127 c
2128 \emph default
2129  oder keine Position angegeben, erscheint der Zähler wie gewohnt mittig.
2130  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2131 \begin_inset Newline newline
2132 \end_inset
2133
2134
2135 \series bold
2136
2137 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2138 \end_inset
2139
2140
2141 \begin_inset Formula $\cfrac{A}{B+C}$
2142 \end_inset
2143
2144
2145 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2146 \end_inset
2147
2148
2149 \end_layout
2150
2151 \begin_layout Standard
2152 \begin_inset VSpace medskip
2153 \end_inset
2154
2155 Oftmals ist es am günstigsten 
2156 \series bold
2157
2158 \backslash
2159 cfrac
2160 \series default
2161  und 
2162 \series bold
2163
2164 \backslash
2165 frac
2166 \series default
2167  zu kombinieren:
2168 \begin_inset Formula \[
2169 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2170
2171 \end_inset
2172
2173
2174 \end_layout
2175
2176 \begin_layout Standard
2177 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2178 \series bold
2179
2180 \backslash
2181 nicefrac
2182 \series default
2183
2184 \begin_inset Index
2185 status collapsed
2186
2187 \begin_layout Plain Layout
2188 Befehle ! N ! 
2189 \backslash
2190 nicefrac
2191 \end_layout
2192
2193 \end_inset
2194
2195
2196 \begin_inset Formula $\nicefrac{5}{31}$
2197 \end_inset
2198
2199  oder 
2200 \series bold
2201
2202 \backslash
2203 unitfrac
2204 \series default
2205
2206 \begin_inset Index
2207 status collapsed
2208
2209 \begin_layout Plain Layout
2210 Befehle! U ! 
2211 \backslash
2212 unitfrac
2213 \end_layout
2214
2215 \end_inset
2216
2217
2218 \begin_inset Formula $\unitfrac{5}{31}$
2219 \end_inset
2220
2221  benutzt werden.
2222  Des Weiteren gibt es den Befehl 
2223 \series bold
2224
2225 \backslash
2226 unitfracthree
2227 \series default
2228  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2229 \begin_inset Formula $\unitfrac[2]{1}{3}$
2230 \end_inset
2231
2232
2233 \begin_inset Newline newline
2234 \end_inset
2235
2236 Zu beachten ist, dass 
2237 \series bold
2238
2239 \backslash
2240 unitfracthree
2241 \series default
2242  kein echter LaTeX-Befehl, sondern der Befehl
2243 \begin_inset Newline newline
2244 \end_inset
2245
2246
2247 \series bold
2248
2249 \backslash
2250 unitfrac[Zahl]{Zähler}{Nenner}
2251 \series default
2252  ist, daher kann man ihn nicht im TeX-Code benutzen.
2253 \end_layout
2254
2255 \begin_layout Standard
2256 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2257  in 
2258 \begin_inset CommandInset ref
2259 LatexCommand ref
2260 reference "sub:Selbstdefinierte-Brüche"
2261
2262 \end_inset
2263
2264  erklärt.
2265 \end_layout
2266
2267 \begin_layout Subsection
2268 Wurzeln
2269 \begin_inset Index
2270 status collapsed
2271
2272 \begin_layout Plain Layout
2273 Wurzeln
2274 \end_layout
2275
2276 \end_inset
2277
2278
2279 \end_layout
2280
2281 \begin_layout Standard
2282 Quadratwurzeln werden mit 
2283 \series bold
2284
2285 \backslash
2286 sqrt
2287 \series default
2288
2289 \begin_inset Index
2290 status collapsed
2291
2292 \begin_layout Plain Layout
2293 Befehle ! S ! 
2294 \backslash
2295 sqrt
2296 \end_layout
2297
2298 \end_inset
2299
2300  oder dem Mathe-Werkzeugleistenknopf 
2301 \begin_inset Graphics
2302         filename ../../images/math/sqrt.png
2303         scale 85
2304
2305 \end_inset
2306
2307  gesetzt, alle anderen Wurzeln mit dem Befehl 
2308 \series bold
2309
2310 \backslash
2311 root
2312 \series default
2313
2314 \begin_inset Index
2315 status collapsed
2316
2317 \begin_layout Plain Layout
2318 Befehle ! R ! 
2319 \backslash
2320 root
2321 \end_layout
2322
2323 \end_inset
2324
2325  oder dem Mathe-Werkzeugleistenknopf 
2326 \begin_inset Graphics
2327         filename ../../images/math/root.png
2328         scale 85
2329
2330 \end_inset
2331
2332 .
2333 \end_layout
2334
2335 \begin_layout Standard
2336 \align center
2337 \begin_inset Tabular
2338 <lyxtabular version="3" rows="3" columns="2">
2339 <features>
2340 <column alignment="center" valignment="top" width="0pt">
2341 <column alignment="center" valignment="top" width="0pt">
2342 <row>
2343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2344 \begin_inset Text
2345
2346 \begin_layout Plain Layout
2347 Befehl
2348 \end_layout
2349
2350 \end_inset
2351 </cell>
2352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2353 \begin_inset Text
2354
2355 \begin_layout Plain Layout
2356 Ergebnis
2357 \begin_inset Note Note
2358 status collapsed
2359
2360 \begin_layout Plain Layout
2361
2362 \series bold
2363
2364 \backslash
2365 raisebox
2366 \series default
2367  dient nur als Abstandhalter.
2368 \end_layout
2369
2370 \end_inset
2371
2372
2373 \end_layout
2374
2375 \end_inset
2376 </cell>
2377 </row>
2378 <row>
2379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2380 \begin_inset Text
2381
2382 \begin_layout Plain Layout
2383
2384 \backslash
2385 sqrt
2386 \begin_inset ERT
2387 status collapsed
2388
2389 \begin_layout Plain Layout
2390
2391
2392 \backslash
2393 leer 
2394 \end_layout
2395
2396 \end_inset
2397
2398 A-B
2399 \end_layout
2400
2401 \end_inset
2402 </cell>
2403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2404 \begin_inset Text
2405
2406 \begin_layout Plain Layout
2407 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2408 \end_inset
2409
2410
2411 \end_layout
2412
2413 \end_inset
2414 </cell>
2415 </row>
2416 <row>
2417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2418 \begin_inset Text
2419
2420 \begin_layout Plain Layout
2421
2422 \backslash
2423 root
2424 \begin_inset ERT
2425 status collapsed
2426
2427 \begin_layout Plain Layout
2428
2429
2430 \backslash
2431 leer 
2432 \end_layout
2433
2434 \end_inset
2435
2436 3
2437 \begin_inset Formula $\downarrow$
2438 \end_inset
2439
2440 A-B
2441 \end_layout
2442
2443 \end_inset
2444 </cell>
2445 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2446 \begin_inset Text
2447
2448 \begin_layout Plain Layout
2449 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2450 \end_inset
2451
2452
2453 \end_layout
2454
2455 \end_inset
2456 </cell>
2457 </row>
2458 </lyxtabular>
2459
2460 \end_inset
2461
2462
2463 \end_layout
2464
2465 \begin_layout Standard
2466 Eine Quadratwurzel kann man auch mit 
2467 \series bold
2468
2469 \backslash
2470 root
2471 \series default
2472  erstellen, indem man das Feld über der Wurzel frei lässt.
2473 \end_layout
2474
2475 \begin_layout Standard
2476 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2477  Formel: 
2478 \begin_inset Formula $\sqrt[\beta]{B}$
2479 \end_inset
2480
2481
2482 \begin_inset Newline newline
2483 \end_inset
2484
2485 Das 
2486 \begin_inset Formula $\beta$
2487 \end_inset
2488
2489  berührt die Wurzel.
2490  Um dies zu verhindern, verwendet man die Befehle 
2491 \series bold
2492
2493 \backslash
2494 leftroot
2495 \series default
2496
2497 \begin_inset Index
2498 status collapsed
2499
2500 \begin_layout Plain Layout
2501 Befehle ! L ! 
2502 \backslash
2503 leftroot
2504 \end_layout
2505
2506 \end_inset
2507
2508  und 
2509 \series bold
2510
2511 \backslash
2512 uproot
2513 \series default
2514
2515 \begin_inset Index
2516 status collapsed
2517
2518 \begin_layout Plain Layout
2519 Befehle ! U ! 
2520 \backslash
2521 uproot
2522 \end_layout
2523
2524 \end_inset
2525
2526 , die folgendes Schema besitzen:
2527 \end_layout
2528
2529 \begin_layout Standard
2530
2531 \series bold
2532
2533 \backslash
2534 leftroot{Abstand}
2535 \series default
2536  bzw.
2537  
2538 \series bold
2539
2540 \backslash
2541 uproot{Abstand}
2542 \end_layout
2543
2544 \begin_layout Standard
2545 Abstand ist die Anzahl der Big Points (Einheit bp; 
2546 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2547 \end_inset
2548
2549 ), um die der Index nach links bzw.
2550  nach oben verschoben werden soll.
2551  Die Befehle werden in den Index geschrieben.
2552  So ergibt der Befehl
2553 \begin_inset Newline newline
2554 \end_inset
2555
2556
2557 \series bold
2558
2559 \backslash
2560 root
2561 \backslash
2562 leftroot{-1
2563 \begin_inset Formula $\to$
2564 \end_inset
2565
2566
2567 \backslash
2568 uproot{2
2569 \begin_inset Formula $\to$
2570 \end_inset
2571
2572
2573 \backslash
2574 beta
2575 \begin_inset ERT
2576 status collapsed
2577
2578 \begin_layout Plain Layout
2579
2580
2581 \backslash
2582 leer 
2583 \end_layout
2584
2585 \end_inset
2586
2587
2588 \begin_inset Formula $\to$
2589 \end_inset
2590
2591 B
2592 \begin_inset Newline newline
2593 \end_inset
2594
2595
2596 \series default
2597 eine korrekt gesetzte Formel: 
2598 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2599 \end_inset
2600
2601
2602 \end_layout
2603
2604 \begin_layout Subsection
2605 Binomialkoeffizienten
2606 \begin_inset Index
2607 status collapsed
2608
2609 \begin_layout Plain Layout
2610 Binomialkoeffizienten
2611 \end_layout
2612
2613 \end_inset
2614
2615
2616 \end_layout
2617
2618 \begin_layout Standard
2619 Binomialkoeffizienten können mit dem Befehl 
2620 \series bold
2621
2622 \backslash
2623 binom
2624 \series default
2625
2626 \begin_inset Index
2627 status collapsed
2628
2629 \begin_layout Plain Layout
2630 Befehle ! B ! 
2631 \backslash
2632 binom
2633 \end_layout
2634
2635 \end_inset
2636
2637  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2638 \begin_inset Graphics
2639         filename ../../images/math/frac-square.png
2640         scale 85
2641
2642 \end_inset
2643
2644 eingefügt werden.
2645  Analog zu Brüchen (
2646 \series bold
2647
2648 \backslash
2649 frac
2650 \series default
2651 ) gibt es außer 
2652 \series bold
2653
2654 \backslash
2655 binom
2656 \series default
2657  noch die Befehle 
2658 \series bold
2659
2660 \backslash
2661 dbinom
2662 \begin_inset Index
2663 status collapsed
2664
2665 \begin_layout Plain Layout
2666 Befehle ! D ! 
2667 \backslash
2668 dbinom
2669 \end_layout
2670
2671 \end_inset
2672
2673
2674 \series default
2675  und 
2676 \series bold
2677
2678 \backslash
2679 tbinom
2680 \series default
2681
2682 \begin_inset Index
2683 status collapsed
2684
2685 \begin_layout Plain Layout
2686 Befehle ! T ! 
2687 \backslash
2688 tbinom
2689 \end_layout
2690
2691 \end_inset
2692
2693 .
2694  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2695 \series bold
2696
2697 \backslash
2698 brace
2699 \series default
2700
2701 \begin_inset Index
2702 status collapsed
2703
2704 \begin_layout Plain Layout
2705 Befehle ! B ! 
2706 \backslash
2707 brace
2708 \end_layout
2709
2710 \end_inset
2711
2712  und 
2713 \series bold
2714
2715 \backslash
2716 brack
2717 \series default
2718
2719 \begin_inset Index
2720 status collapsed
2721
2722 \begin_layout Plain Layout
2723 Befehle ! B ! 
2724 \backslash
2725 brack
2726 \end_layout
2727
2728 \end_inset
2729
2730 .
2731 \end_layout
2732
2733 \begin_layout Standard
2734 \align center
2735 \begin_inset Tabular
2736 <lyxtabular version="3" rows="6" columns="2">
2737 <features>
2738 <column alignment="center" valignment="top" width="0pt">
2739 <column alignment="center" valignment="top" width="0pt">
2740 <row>
2741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2742 \begin_inset Text
2743
2744 \begin_layout Plain Layout
2745 Befehl
2746 \end_layout
2747
2748 \end_inset
2749 </cell>
2750 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2751 \begin_inset Text
2752
2753 \begin_layout Plain Layout
2754 Ergebnis
2755 \begin_inset Note Note
2756 status collapsed
2757
2758 \begin_layout Plain Layout
2759
2760 \series bold
2761
2762 \backslash
2763 raisebox
2764 \series default
2765  dient nur als Abstandhalter.
2766 \end_layout
2767
2768 \end_inset
2769
2770
2771 \end_layout
2772
2773 \end_inset
2774 </cell>
2775 </row>
2776 <row>
2777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2778 \begin_inset Text
2779
2780 \begin_layout Plain Layout
2781
2782 \backslash
2783 binom
2784 \begin_inset ERT
2785 status collapsed
2786
2787 \begin_layout Plain Layout
2788
2789
2790 \backslash
2791 leer 
2792 \end_layout
2793
2794 \end_inset
2795
2796 A
2797 \begin_inset Formula $\downarrow$
2798 \end_inset
2799
2800 B
2801 \end_layout
2802
2803 \end_inset
2804 </cell>
2805 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2806 \begin_inset Text
2807
2808 \begin_layout Plain Layout
2809 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2810 \end_inset
2811
2812
2813 \end_layout
2814
2815 \end_inset
2816 </cell>
2817 </row>
2818 <row>
2819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2820 \begin_inset Text
2821
2822 \begin_layout Plain Layout
2823
2824 \backslash
2825 dbinom
2826 \begin_inset ERT
2827 status collapsed
2828
2829 \begin_layout Plain Layout
2830
2831
2832 \backslash
2833 leer 
2834 \end_layout
2835
2836 \end_inset
2837
2838 A
2839 \begin_inset Formula $\downarrow$
2840 \end_inset
2841
2842 B
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2848 \begin_inset Text
2849
2850 \begin_layout Plain Layout
2851 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2852 \end_inset
2853
2854
2855 \end_layout
2856
2857 \end_inset
2858 </cell>
2859 </row>
2860 <row>
2861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2862 \begin_inset Text
2863
2864 \begin_layout Plain Layout
2865
2866 \backslash
2867 tbinom
2868 \begin_inset ERT
2869 status collapsed
2870
2871 \begin_layout Plain Layout
2872
2873
2874 \backslash
2875 leer 
2876 \end_layout
2877
2878 \end_inset
2879
2880 A
2881 \begin_inset Formula $\downarrow$
2882 \end_inset
2883
2884 B
2885 \end_layout
2886
2887 \end_inset
2888 </cell>
2889 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2890 \begin_inset Text
2891
2892 \begin_layout Plain Layout
2893 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2894 \end_inset
2895
2896
2897 \end_layout
2898
2899 \end_inset
2900 </cell>
2901 </row>
2902 <row>
2903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2904 \begin_inset Text
2905
2906 \begin_layout Plain Layout
2907
2908 \backslash
2909 brack
2910 \begin_inset ERT
2911 status collapsed
2912
2913 \begin_layout Plain Layout
2914
2915
2916 \backslash
2917 leer 
2918 \end_layout
2919
2920 \end_inset
2921
2922 A
2923 \begin_inset Formula $\downarrow$
2924 \end_inset
2925
2926 B
2927 \end_layout
2928
2929 \end_inset
2930 </cell>
2931 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2932 \begin_inset Text
2933
2934 \begin_layout Plain Layout
2935 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2936 \end_inset
2937
2938
2939 \end_layout
2940
2941 \end_inset
2942 </cell>
2943 </row>
2944 <row>
2945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2946 \begin_inset Text
2947
2948 \begin_layout Plain Layout
2949
2950 \backslash
2951 brace
2952 \begin_inset ERT
2953 status collapsed
2954
2955 \begin_layout Plain Layout
2956
2957
2958 \backslash
2959 leer 
2960 \end_layout
2961
2962 \end_inset
2963
2964 A
2965 \begin_inset Formula $\downarrow$
2966 \end_inset
2967
2968 B
2969 \end_layout
2970
2971 \end_inset
2972 </cell>
2973 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Plain Layout
2977 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2978 \end_inset
2979
2980
2981 \end_layout
2982
2983 \end_inset
2984 </cell>
2985 </row>
2986 </lyxtabular>
2987
2988 \end_inset
2989
2990
2991 \end_layout
2992
2993 \begin_layout Subsection
2994 Fallunterscheidungen
2995 \begin_inset Index
2996 status collapsed
2997
2998 \begin_layout Plain Layout
2999 Fallunterscheidungen
3000 \end_layout
3001
3002 \end_inset
3003
3004
3005 \end_layout
3006
3007 \begin_layout Standard
3008 \align center
3009 \begin_inset Tabular
3010 <lyxtabular version="3" rows="3" columns="2">
3011 <features>
3012 <column alignment="center" valignment="top" width="0pt">
3013 <column alignment="center" valignment="top" width="0pt">
3014 <row>
3015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3016 \begin_inset Text
3017
3018 \begin_layout Plain Layout
3019 Befehl
3020 \end_layout
3021
3022 \end_inset
3023 </cell>
3024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3025 \begin_inset Text
3026
3027 \begin_layout Plain Layout
3028 Ergebnis
3029 \end_layout
3030
3031 \end_inset
3032 </cell>
3033 </row>
3034 <row>
3035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3036 \begin_inset Text
3037
3038 \begin_layout Plain Layout
3039
3040 \backslash
3041 cases
3042 \begin_inset ERT
3043 status collapsed
3044
3045 \begin_layout Plain Layout
3046
3047
3048 \backslash
3049 leer 
3050 \end_layout
3051
3052 \end_inset
3053
3054 A
3055 \begin_inset Formula $\to$
3056 \end_inset
3057
3058 B>0
3059 \begin_inset Index
3060 status collapsed
3061
3062 \begin_layout Plain Layout
3063 Befehle ! C ! 
3064 \backslash
3065 cases
3066 \end_layout
3067
3068 \end_inset
3069
3070
3071 \end_layout
3072
3073 \end_inset
3074 </cell>
3075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3076 \begin_inset Text
3077
3078 \begin_layout Plain Layout
3079 \begin_inset Formula $\begin{cases}
3080 A & B>0\end{cases}$
3081 \end_inset
3082
3083
3084 \end_layout
3085
3086 \end_inset
3087 </cell>
3088 </row>
3089 <row>
3090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094
3095 \backslash
3096 cases
3097 \begin_inset ERT
3098 status collapsed
3099
3100 \begin_layout Plain Layout
3101
3102
3103 \backslash
3104 leer 
3105 \end_layout
3106
3107 \end_inset
3108
3109 Strg-Enter
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Plain Layout
3118 \begin_inset Formula $\begin{cases}
3119 A & \textrm{für }x>0\\
3120 B & \textrm{für }x=0\end{cases}$
3121 \end_inset
3122
3123
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 </row>
3129 </lyxtabular>
3130
3131 \end_inset
3132
3133
3134 \end_layout
3135
3136 \begin_layout Standard
3137 Nach der Eingabe von 
3138 \series bold
3139
3140 \backslash
3141 cases
3142 \series default
3143  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3144 \begin_inset Graphics
3145         filename ../../images/math/cases.png
3146         scale 85
3147
3148 \end_inset
3149
3150  können mit 
3151 \family sans
3152 Strg-Enter
3153 \family default
3154  oder dem Tabellen-Werkzeugleistenknopf 
3155 \begin_inset Graphics
3156         filename ../../images/tabular-feature_append-row.png
3157         scale 85
3158
3159 \end_inset
3160
3161  neue Zeilen erstellt werden.
3162 \begin_inset Foot
3163 status collapsed
3164
3165 \begin_layout Plain Layout
3166 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3167 \begin_inset CommandInset ref
3168 LatexCommand ref
3169 reference "sub:Akzente-für-ein"
3170
3171 \end_inset
3172
3173  beschrieben.
3174 \end_layout
3175
3176 \end_inset
3177
3178
3179 \end_layout
3180
3181 \begin_layout Standard
3182 Der Befehl 
3183 \series bold
3184
3185 \backslash
3186 cases
3187 \series default
3188  ist auch über das Menü 
3189 \family sans
3190 Einfügen\SpecialChar \menuseparator
3191 Mathe\SpecialChar \menuseparator
3192 Cases-Umgebung
3193 \family default
3194  verfügbar.
3195 \end_layout
3196
3197 \begin_layout Subsection
3198 Verneinungen
3199 \begin_inset Index
3200 status collapsed
3201
3202 \begin_layout Plain Layout
3203 Verneinungen
3204 \end_layout
3205
3206 \end_inset
3207
3208
3209 \end_layout
3210
3211 \begin_layout Standard
3212 Durch die Eingabe von 
3213 \series bold
3214
3215 \backslash
3216 not
3217 \series default
3218
3219 \begin_inset Index
3220 status collapsed
3221
3222 \begin_layout Plain Layout
3223 Befehle ! N ! 
3224 \backslash
3225 not
3226 \end_layout
3227
3228 \end_inset
3229
3230  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3231  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3232 \end_layout
3233
3234 \begin_layout Standard
3235 \align center
3236 \begin_inset Tabular
3237 <lyxtabular version="3" rows="4" columns="2">
3238 <features>
3239 <column alignment="center" valignment="top" width="0pt">
3240 <column alignment="center" valignment="top" width="0pt">
3241 <row>
3242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246 Befehl
3247 \end_layout
3248
3249 \end_inset
3250 </cell>
3251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3252 \begin_inset Text
3253
3254 \begin_layout Plain Layout
3255 Ergebnis
3256 \end_layout
3257
3258 \end_inset
3259 </cell>
3260 </row>
3261 <row>
3262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3263 \begin_inset Text
3264
3265 \begin_layout Plain Layout
3266
3267 \backslash
3268 not=
3269 \end_layout
3270
3271 \end_inset
3272 </cell>
3273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Plain Layout
3277 \begin_inset Formula $\not=$
3278 \end_inset
3279
3280
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 </row>
3286 <row>
3287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Plain Layout
3291
3292 \backslash
3293 not 
3294 \backslash
3295 le
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304 \begin_inset Formula $\not\le$
3305 \end_inset
3306
3307
3308 \end_layout
3309
3310 \end_inset
3311 </cell>
3312 </row>
3313 <row>
3314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3315 \begin_inset Text
3316
3317 \begin_layout Plain Layout
3318
3319 \backslash
3320 not 
3321 \backslash
3322 parallel
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331 \begin_inset Formula $\not\parallel$
3332 \end_inset
3333
3334
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 </row>
3340 </lyxtabular>
3341
3342 \end_inset
3343
3344
3345 \end_layout
3346
3347 \begin_layout Standard
3348 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3349  Deswegen gibt es für Einige spezielle Befehle (siehe 
3350 \begin_inset CommandInset ref
3351 LatexCommand ref
3352 reference "sub:Mathematische-Symbole"
3353
3354 \end_inset
3355
3356  und 
3357 \begin_inset CommandInset ref
3358 LatexCommand ref
3359 reference "sec:Relationen"
3360
3361 \end_inset
3362
3363 ).
3364 \end_layout
3365
3366 \begin_layout Subsection
3367 Platzhalter
3368 \begin_inset CommandInset label
3369 LatexCommand label
3370 name "sub:Platzhalter"
3371
3372 \end_inset
3373
3374
3375 \begin_inset Index
3376 status collapsed
3377
3378 \begin_layout Plain Layout
3379 Platzhalter
3380 \end_layout
3381
3382 \end_inset
3383
3384
3385 \begin_inset Index
3386 status collapsed
3387
3388 \begin_layout Plain Layout
3389 chemische Zeichen ! Isotope
3390 \end_layout
3391
3392 \end_inset
3393
3394
3395 \begin_inset Index
3396 status collapsed
3397
3398 \begin_layout Plain Layout
3399 Isotope|see
3400 \begin_inset ERT
3401 status collapsed
3402
3403 \begin_layout Plain Layout
3404
3405 {
3406 \end_layout
3407
3408 \end_inset
3409
3410 chemische Zeichen
3411 \begin_inset ERT
3412 status collapsed
3413
3414 \begin_layout Plain Layout
3415
3416 }
3417 \end_layout
3418
3419 \end_inset
3420
3421
3422 \end_layout
3423
3424 \end_inset
3425
3426
3427 \end_layout
3428
3429 \begin_layout Standard
3430 Möchte man z.
3431 \begin_inset space \thinspace{}
3432 \end_inset
3433
3434 B.
3435  Isotope
3436 \begin_inset Foot
3437 status collapsed
3438
3439 \begin_layout Plain Layout
3440 Weiteres zu chemischen Symbolen steht in 
3441 \begin_inset CommandInset ref
3442 LatexCommand ref
3443 reference "sub:Chemische-Symbole-und"
3444
3445 \end_inset
3446
3447 .
3448 \end_layout
3449
3450 \end_inset
3451
3452  darstellen, tritt folgendes Problem auf:
3453 \end_layout
3454
3455 \begin_layout Standard
3456 \align center
3457 \begin_inset Tabular
3458 <lyxtabular version="3" rows="2" columns="2">
3459 <features>
3460 <column alignment="center" valignment="top" width="0pt">
3461 <column alignment="center" valignment="top" width="0pt">
3462 <row>
3463 <cell alignment="center" valignment="top" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467 durch Hoch- und Tiefstellen erzeugte Indizes:
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 <cell alignment="center" valignment="top" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3477 \end_inset
3478
3479
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 </row>
3485 <row>
3486 <cell alignment="center" valignment="top" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490 korrekte Indizes:
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 <cell alignment="center" valignment="top" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Plain Layout
3499 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3500 \end_inset
3501
3502
3503 \end_layout
3504
3505 \end_inset
3506 </cell>
3507 </row>
3508 </lyxtabular>
3509
3510 \end_inset
3511
3512
3513 \begin_inset Note Note
3514 status collapsed
3515
3516 \begin_layout Plain Layout
3517
3518 \series bold
3519
3520 \backslash
3521 raisebox
3522 \series default
3523  dient nur
3524 \end_layout
3525
3526 \begin_layout Plain Layout
3527 als Abstandhalter.
3528 \end_layout
3529
3530 \end_inset
3531
3532
3533 \end_layout
3534
3535 \begin_layout Standard
3536 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3537  längeren Index gesetzt.
3538  Um das zu verhindern gibt es den Befehl 
3539 \series bold
3540
3541 \backslash
3542 phantom
3543 \series default
3544
3545 \begin_inset Index
3546 status collapsed
3547
3548 \begin_layout Plain Layout
3549 Befehle ! P ! 
3550 \backslash
3551 phantom
3552 \end_layout
3553
3554 \end_inset
3555
3556  oder den Mathe-Werkzeugleistenknopf
3557 \begin_inset space \thinspace{}
3558 \end_inset
3559
3560
3561 \begin_inset Foot
3562 status collapsed
3563
3564 \begin_layout Plain Layout
3565 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3566 \begin_inset Graphics
3567         filename ../../images/math/space.png
3568         scale 85
3569
3570 \end_inset
3571
3572
3573 \end_layout
3574
3575 \end_inset
3576
3577  
3578 \begin_inset Graphics
3579         filename ../../images/math/phantom.png
3580         scale 85
3581
3582 \end_inset
3583
3584 , der ein oder mehrere Phantomzeichen erstellt.
3585  Wenn 
3586 \series bold
3587
3588 \backslash
3589 phantom
3590 \series default
3591  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3592  Pfeilen überlagert wird.
3593  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3594  als Leerraum erstellt wird.
3595  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3596  Zeichen.
3597 \end_layout
3598
3599 \begin_layout Standard
3600 \align center
3601 \begin_inset Tabular
3602 <lyxtabular version="3" rows="4" columns="2">
3603 <features>
3604 <column alignment="center" valignment="top" width="0">
3605 <column alignment="center" valignment="top" width="0">
3606 <row>
3607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611 Befehl
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620 Ergebnis
3621 \begin_inset Note Note
3622 status collapsed
3623
3624 \begin_layout Plain Layout
3625
3626 \series bold
3627
3628 \backslash
3629 raisebox
3630 \series default
3631  dient nur als Abstandhalter.
3632 \end_layout
3633
3634 \end_inset
3635
3636
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 </row>
3642 <row>
3643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 ^19
3648 \begin_inset ERT
3649 status collapsed
3650
3651 \begin_layout Plain Layout
3652
3653
3654 \backslash
3655 leer 
3656 \end_layout
3657
3658 \end_inset
3659
3660 _
3661 \backslash
3662 phantom
3663 \begin_inset ERT
3664 status collapsed
3665
3666 \begin_layout Plain Layout
3667
3668
3669 \backslash
3670 leer 
3671 \end_layout
3672
3673 \end_inset
3674
3675 1
3676 \begin_inset Formula $\to$
3677 \end_inset
3678
3679 9
3680 \begin_inset ERT
3681 status collapsed
3682
3683 \begin_layout Plain Layout
3684
3685
3686 \backslash
3687 leer 
3688 \end_layout
3689
3690 \end_inset
3691
3692 F
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3702 \end_inset
3703
3704
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 </row>
3710 <row>
3711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715 ^235
3716 \begin_inset ERT
3717 status collapsed
3718
3719 \begin_layout Plain Layout
3720
3721
3722 \backslash
3723 leer 
3724 \end_layout
3725
3726 \end_inset
3727
3728 _
3729 \backslash
3730 phantom
3731 \begin_inset ERT
3732 status collapsed
3733
3734 \begin_layout Plain Layout
3735
3736
3737 \backslash
3738 leer 
3739 \end_layout
3740
3741 \end_inset
3742
3743 23
3744 \begin_inset Formula $\to$
3745 \end_inset
3746
3747 9
3748 \begin_inset ERT
3749 status collapsed
3750
3751 \begin_layout Plain Layout
3752
3753
3754 \backslash
3755 leer 
3756 \end_layout
3757
3758 \end_inset
3759
3760 F
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3770 \end_inset
3771
3772
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 </row>
3778 <row>
3779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783
3784 \backslash
3785 Lambda^
3786 \begin_inset ERT
3787 status collapsed
3788
3789 \begin_layout Plain Layout
3790
3791
3792 \backslash
3793 leer 
3794 \end_layout
3795
3796 \end_inset
3797
3798
3799 \backslash
3800 phantom
3801 \begin_inset ERT
3802 status collapsed
3803
3804 \begin_layout Plain Layout
3805
3806
3807 \backslash
3808 leer 
3809 \end_layout
3810
3811 \end_inset
3812
3813 ii
3814 \begin_inset Formula $\to$
3815 \end_inset
3816
3817 t
3818 \begin_inset ERT
3819 status collapsed
3820
3821 \begin_layout Plain Layout
3822
3823
3824 \backslash
3825 leer 
3826 \end_layout
3827
3828 \end_inset
3829
3830 _MMt
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3840 \end_inset
3841
3842
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 </lyxtabular>
3849
3850 \end_inset
3851
3852
3853 \end_layout
3854
3855 \begin_layout Standard
3856 Des Weiteren gibt es noch die Befehle 
3857 \series bold
3858
3859 \backslash
3860 vphantom
3861 \series default
3862
3863 \begin_inset Index
3864 status collapsed
3865
3866 \begin_layout Plain Layout
3867 Befehle ! V ! 
3868 \backslash
3869 vphantom
3870 \end_layout
3871
3872 \end_inset
3873
3874  (Werkzeugleistenknopf 
3875 \begin_inset space ~
3876 \end_inset
3877
3878
3879 \begin_inset Graphics
3880         filename ../../images/math/vphantom.png
3881         scale 85
3882
3883 \end_inset
3884
3885 ) und 
3886 \series bold
3887
3888 \backslash
3889 hphantom
3890 \series default
3891
3892 \begin_inset Index
3893 status collapsed
3894
3895 \begin_layout Plain Layout
3896 Befehle ! H ! 
3897 \backslash
3898 hphantom
3899 \end_layout
3900
3901 \end_inset
3902
3903  (Werkzeugleistenknopf 
3904 \begin_inset space ~
3905 \end_inset
3906
3907
3908 \begin_inset Graphics
3909         filename ../../images/math/hphantom.png
3910         scale 85
3911
3912 \end_inset
3913
3914 ).
3915  
3916 \series bold
3917
3918 \backslash
3919 hphantom
3920 \series default
3921  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
3922  nicht jedoch für deren Breite.
3923  Bei 
3924 \series bold
3925
3926 \backslash
3927 vphantom
3928 \series default
3929  wird nur Platz mit der Breite des Kästchens erstellt.
3930  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
3931 \end_layout
3932
3933 \begin_layout Standard
3934 Zum Beispiel erzeugt 
3935 \series bold
3936
3937 \backslash
3938 vphantom
3939 \series default
3940
3941 \begin_inset ERT
3942 status collapsed
3943
3944 \begin_layout Plain Layout
3945
3946
3947 \backslash
3948 leer 
3949 \end_layout
3950
3951 \end_inset
3952
3953
3954 \series bold
3955 a
3956 \backslash
3957 int
3958 \series default
3959  Platz der Höhe des Integralzeichens,
3960 \begin_inset Foot
3961 status collapsed
3962
3963 \begin_layout Plain Layout
3964 Der Befehl 
3965 \series bold
3966
3967 \backslash
3968 int
3969 \series default
3970  erzeugt ein Integralzeichen, siehe 
3971 \begin_inset CommandInset ref
3972 LatexCommand ref
3973 reference "sub:Große-Operatoren"
3974
3975 \end_inset
3976
3977 .
3978 \end_layout
3979
3980 \end_inset
3981
3982  da dieses das größere Zeichen ist.
3983  Eine Beispielanwendung ist in 
3984 \begin_inset CommandInset ref
3985 LatexCommand ref
3986 reference "sub:Mehrzeilige-Klammern"
3987
3988 \end_inset
3989
3990  zu finden.
3991 \end_layout
3992
3993 \begin_layout Subsection
3994 Linien
3995 \begin_inset Index
3996 status collapsed
3997
3998 \begin_layout Plain Layout
3999 Linien
4000 \end_layout
4001
4002 \end_inset
4003
4004
4005 \begin_inset Index
4006 status collapsed
4007
4008 \begin_layout Plain Layout
4009 Formel ! unterstrichene
4010 \end_layout
4011
4012 \end_inset
4013
4014
4015 \end_layout
4016
4017 \begin_layout Standard
4018 \align center
4019 \begin_inset Tabular
4020 <lyxtabular version="3" rows="4" columns="2">
4021 <features>
4022 <column alignment="center" valignment="top" width="0pt">
4023 <column alignment="center" valignment="top" width="0pt">
4024 <row>
4025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029 Befehl
4030 \end_layout
4031
4032 \end_inset
4033 </cell>
4034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038 Ergebnis
4039 \begin_inset Note Note
4040 status collapsed
4041
4042 \begin_layout Plain Layout
4043
4044 \series bold
4045
4046 \backslash
4047 raisebox
4048 \series default
4049  dient nur als Abstandhalter.
4050 \end_layout
4051
4052 \end_inset
4053
4054
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 </row>
4060 <row>
4061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065
4066 \backslash
4067 overline
4068 \begin_inset ERT
4069 status collapsed
4070
4071 \begin_layout Plain Layout
4072
4073
4074 \backslash
4075 leer 
4076 \end_layout
4077
4078 \end_inset
4079
4080 A+B
4081 \begin_inset Index
4082 status collapsed
4083
4084 \begin_layout Plain Layout
4085 Befehle ! O ! 
4086 \backslash
4087 overline
4088 \end_layout
4089
4090 \end_inset
4091
4092
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4102 \end_inset
4103
4104
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 </row>
4110 <row>
4111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115
4116 \backslash
4117 underline
4118 \begin_inset ERT
4119 status collapsed
4120
4121 \begin_layout Plain Layout
4122
4123
4124 \backslash
4125 leer 
4126 \end_layout
4127
4128 \end_inset
4129
4130 A+B
4131 \begin_inset Index
4132 status collapsed
4133
4134 \begin_layout Plain Layout
4135 Befehle ! U ! 
4136 \backslash
4137 underline
4138 \end_layout
4139
4140 \end_inset
4141
4142
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4152 \end_inset
4153
4154
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 </row>
4160 <row>
4161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165
4166 \backslash
4167 overline
4168 \begin_inset ERT
4169 status collapsed
4170
4171 \begin_layout Plain Layout
4172
4173
4174 \backslash
4175 leer 
4176 \end_layout
4177
4178 \end_inset
4179
4180
4181 \backslash
4182 underline
4183 \begin_inset ERT
4184 status collapsed
4185
4186 \begin_layout Plain Layout
4187
4188
4189 \backslash
4190 leer 
4191 \end_layout
4192
4193 \end_inset
4194
4195 A+B
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4205 \end_inset
4206
4207
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 </row>
4213 </lyxtabular>
4214
4215 \end_inset
4216
4217
4218 \end_layout
4219
4220 \begin_layout Standard
4221 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4222 \series bold
4223
4224 \backslash
4225 overline
4226 \series default
4227  oder 
4228 \series bold
4229
4230 \backslash
4231 underline
4232 \series default
4233  eingibt.
4234 \end_layout
4235
4236 \begin_layout Standard
4237 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4238 \begin_inset Newline linebreak
4239 \end_inset
4240
4241
4242 \series bold
4243
4244 \backslash
4245 underline
4246 \series default
4247 .
4248 \end_layout
4249
4250 \begin_layout Standard
4251 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4252 \end_layout
4253
4254 \begin_layout Standard
4255 \begin_inset VSpace bigskip
4256 \end_inset
4257
4258 Benutzerdefinierte Linien können mit dem Befehl 
4259 \series bold
4260
4261 \backslash
4262 rule
4263 \series default
4264
4265 \begin_inset Index
4266 status collapsed
4267
4268 \begin_layout Plain Layout
4269 Befehle! R ! 
4270 \backslash
4271 rule
4272 \end_layout
4273
4274 \end_inset
4275
4276  erstellt werden, der folgendes Schema besitzt:
4277 \end_layout
4278
4279 \begin_layout Standard
4280
4281 \series bold
4282
4283 \backslash
4284 rule[vertikaler Versatz]{Länge}{Dicke}
4285 \end_layout
4286
4287 \begin_layout Standard
4288 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4289  unten, wenn der Wert negativ ist).
4290  Die Einheiten, die in 
4291 \begin_inset CommandInset ref
4292 LatexCommand ref
4293 reference "tab:Verfügbare-Einheiten"
4294
4295 \end_inset
4296
4297  aufgelistet sind, können für die Werte benutzt werden.
4298  Hier sind zwei Beispiele, die mit den Befehlen
4299 \begin_inset Newline newline
4300 \end_inset
4301
4302
4303 \series bold
4304
4305 \backslash
4306 rule[-2ex]{3cm}{2pt}
4307 \series default
4308  und 
4309 \series bold
4310
4311 \backslash
4312 rule{2cm}{1pt}
4313 \series default
4314  erzeugt wurden:
4315 \end_layout
4316
4317 \begin_layout Standard
4318 Dies ist ein Satz 
4319 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4320 \end_inset
4321
4322  mit zwei Linien.
4323 \end_layout
4324
4325 \begin_layout Standard
4326
4327 \series bold
4328
4329 \backslash
4330 rule
4331 \series default
4332  kann auch für Text verwendet werden, wenn er als TeX-Code eingegeben wird.
4333 \end_layout
4334
4335 \begin_layout Subsection
4336 Fortsetzungspunkte
4337 \begin_inset CommandInset label
4338 LatexCommand label
4339 name "sub:Fortsetzungspunkte"
4340
4341 \end_inset
4342
4343
4344 \begin_inset Index
4345 status collapsed
4346
4347 \begin_layout Plain Layout
4348 Fortsetzungspunkte
4349 \end_layout
4350
4351 \end_inset
4352
4353
4354 \end_layout
4355
4356 \begin_layout Standard
4357 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4358 \begin_inset Foot
4359 status collapsed
4360
4361 \begin_layout Plain Layout
4362 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4363 \begin_inset Graphics
4364         filename ../../images/math/ldots.png
4365         scale 85
4366
4367 \end_inset
4368
4369
4370 \end_layout
4371
4372 \end_inset
4373
4374  Für Aufzählungen verwendet man unten sitzende Punkte (
4375 \series bold
4376
4377 \backslash
4378 ldots
4379 \series default
4380
4381 \begin_inset Index
4382 status collapsed
4383
4384 \begin_layout Plain Layout
4385 Befehle ! L ! 
4386 \backslash
4387 ldots
4388 \end_layout
4389
4390 \end_inset
4391
4392 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4393  die Operatoren sind (
4394 \series bold
4395
4396 \backslash
4397 cdots
4398 \series default
4399
4400 \begin_inset Index
4401 status collapsed
4402
4403 \begin_layout Plain Layout
4404 Befehle ! C ! 
4405 \backslash
4406 cdots
4407 \end_layout
4408
4409 \end_inset
4410
4411 ).
4412  Verwendet man den Befehl 
4413 \series bold
4414
4415 \backslash
4416 dots
4417 \series default
4418
4419 \begin_inset Index
4420 status collapsed
4421
4422 \begin_layout Plain Layout
4423 Befehle ! D ! 
4424 \backslash
4425 dots
4426 \end_layout
4427
4428 \end_inset
4429
4430 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4431  wird.
4432 \end_layout
4433
4434 \begin_layout Standard
4435 \align center
4436 \begin_inset Tabular
4437 <lyxtabular version="3" rows="8" columns="2">
4438 <features>
4439 <column alignment="center" valignment="top" width="0pt">
4440 <column alignment="center" valignment="top" width="0pt">
4441 <row>
4442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446 Befehl
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455 Ergebnis
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 </row>
4461 <row>
4462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 A_1
4467 \begin_inset ERT
4468 status collapsed
4469
4470 \begin_layout Plain Layout
4471
4472
4473 \backslash
4474 leer 
4475 \end_layout
4476
4477 \end_inset
4478
4479 ,
4480 \backslash
4481 dots
4482 \begin_inset ERT
4483 status collapsed
4484
4485 \begin_layout Plain Layout
4486
4487
4488 \backslash
4489 leer 
4490 \end_layout
4491
4492 \end_inset
4493
4494 ,A_n
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 \begin_inset Formula $A_{1},\dots,A_{n}$
4504 \end_inset
4505
4506
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 </row>
4512 <row>
4513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517 A_1
4518 \begin_inset ERT
4519 status collapsed
4520
4521 \begin_layout Plain Layout
4522
4523
4524 \backslash
4525 leer 
4526 \end_layout
4527
4528 \end_inset
4529
4530 +
4531 \backslash
4532 dots
4533 \begin_inset ERT
4534 status collapsed
4535
4536 \begin_layout Plain Layout
4537
4538
4539 \backslash
4540 leer 
4541 \end_layout
4542
4543 \end_inset
4544
4545 +A_n
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554 \begin_inset Formula $A_{1}+\dots+A_{n}$
4555 \end_inset
4556
4557
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 </row>
4563 <row>
4564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 A_1
4569 \begin_inset ERT
4570 status collapsed
4571
4572 \begin_layout Plain Layout
4573
4574
4575 \backslash
4576 leer 
4577 \end_layout
4578
4579 \end_inset
4580
4581 ,
4582 \backslash
4583 ldots
4584 \begin_inset ERT
4585 status collapsed
4586
4587 \begin_layout Plain Layout
4588
4589
4590 \backslash
4591 leer 
4592 \end_layout
4593
4594 \end_inset
4595
4596 ,A_n
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 \begin_inset Formula $A_{1},\ldots,A_{n}$
4606 \end_inset
4607
4608
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 </row>
4614 <row>
4615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 A_1
4620 \begin_inset ERT
4621 status collapsed
4622
4623 \begin_layout Plain Layout
4624
4625
4626 \backslash
4627 leer 
4628 \end_layout
4629
4630 \end_inset
4631
4632 +
4633 \backslash
4634 cdots
4635 \begin_inset ERT
4636 status collapsed
4637
4638 \begin_layout Plain Layout
4639
4640
4641 \backslash
4642 leer 
4643 \end_layout
4644
4645 \end_inset
4646
4647 +A_n
4648 \end_layout
4649
4650 \end_inset
4651 </cell>
4652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4657 \end_inset
4658
4659
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 </row>
4665 <row>
4666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670
4671 \backslash
4672 vdots
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681 \begin_inset Formula $\vdots$
4682 \end_inset
4683
4684
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 </row>
4690 <row>
4691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695
4696 \backslash
4697 ddots
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706 \begin_inset Formula $\ddots$
4707 \end_inset
4708
4709
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 </row>
4715 <row>
4716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720 3
4721 \series bold
4722 ×
4723 \series default
4724 3
4725 \begin_inset space \thinspace{}
4726 \end_inset
4727
4728 Matrix mit obigen Befehlen
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737 \begin_inset Formula $\begin{array}{ccc}
4738 A_{11} & \cdots & A_{1m}\\
4739 \vdots & \ddots & \vdots\\
4740 A_{n1} & \cdots & A_{nm}\end{array}$
4741 \end_inset
4742
4743
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 </row>
4749 </lyxtabular>
4750
4751 \end_inset
4752
4753
4754 \end_layout
4755
4756 \begin_layout Standard
4757 Die im Menü 
4758 \family sans
4759 Einfügen\SpecialChar \menuseparator
4760 Sonderzeichen
4761 \family default
4762  verfügbaren Fortsetzungspunkte sind 
4763 \series bold
4764
4765 \backslash
4766 ldots
4767 \series default
4768 .
4769 \end_layout
4770
4771 \begin_layout Standard
4772 \begin_inset VSpace medskip
4773 \end_inset
4774
4775 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4776  Spalten erstrecken.
4777  Man erhält sie mit dem Befehl 
4778 \series bold
4779
4780 \backslash
4781 hdotsfor
4782 \series default
4783
4784 \begin_inset Index
4785 status collapsed
4786
4787 \begin_layout Plain Layout
4788 Befehle ! H ! 
4789 \backslash
4790 hdotsfor
4791 \end_layout
4792
4793 \end_inset
4794
4795 , der folgendes Schema besitzt:
4796 \end_layout
4797
4798 \begin_layout Standard
4799
4800 \series bold
4801
4802 \backslash
4803 hdotsfor[Abstand]{Anzahl der Spalten}
4804 \end_layout
4805
4806 \begin_layout Standard
4807 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4808  sollen.
4809  Abstand ist ein Faktor, der den Punktabstand festlegt.
4810 \end_layout
4811
4812 \begin_layout Standard
4813 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4814  
4815 \series bold
4816
4817 \backslash
4818 hdotsfor[2]{4}
4819 \series default
4820  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4821  beim Befehl 
4822 \series bold
4823
4824 \backslash
4825 dots
4826 \series default
4827  zu erhalten:
4828 \begin_inset Formula \[
4829 \left(\begin{array}{cccc}
4830 A & B & C & D\\
4831 \hdotsfor[2]{4}\\
4832 q & w & e & r\end{array}\right)\]
4833
4834 \end_inset
4835
4836 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4837  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4838 \end_layout
4839
4840 \begin_layout Standard
4841 \begin_inset VSpace bigskip
4842 \end_inset
4843
4844 Des Weiteren kann man mit dem Befehl 
4845 \series bold
4846
4847 \backslash
4848 dotfill
4849 \series default
4850
4851 \begin_inset Index
4852 status collapsed
4853
4854 \begin_layout Plain Layout
4855 Befehle ! D ! 
4856 \backslash
4857 dotfill
4858 \end_layout
4859
4860 \end_inset
4861
4862  den Rest einer Zeile mit Punkten füllen.
4863  Die Wirkungsweise des Befehls entspricht der von 
4864 \series bold
4865
4866 \backslash
4867 hfill
4868 \series default
4869 , siehe 
4870 \begin_inset CommandInset ref
4871 LatexCommand ref
4872 reference "sub:Variabler-Leerraum"
4873
4874 \end_inset
4875
4876 .
4877 \end_layout
4878
4879 \begin_layout Standard
4880 Z.
4881 \begin_inset space \thinspace{}
4882 \end_inset
4883
4884 B.
4885  ergibt der Befehl 
4886 \series bold
4887 A
4888 \backslash
4889 dotfill
4890 \begin_inset ERT
4891 status collapsed
4892
4893 \begin_layout Plain Layout
4894
4895
4896 \backslash
4897 leer 
4898 \end_layout
4899
4900 \end_inset
4901
4902 B
4903 \end_layout
4904
4905 \begin_layout Standard
4906 \begin_inset Formula $A\dotfill B$
4907 \end_inset
4908
4909
4910 \end_layout
4911
4912 \begin_layout Standard
4913 Analog dazu gibt es für eine Linie den Befehl 
4914 \series bold
4915
4916 \backslash
4917 hrulefill
4918 \series default
4919
4920 \begin_inset Index
4921 status collapsed
4922
4923 \begin_layout Plain Layout
4924 Befehle ! H ! 
4925 \backslash
4926 hrulefill
4927 \end_layout
4928
4929 \end_inset
4930
4931 :
4932 \end_layout
4933
4934 \begin_layout Standard
4935 \begin_inset Formula $A\hrulefill B$
4936 \end_inset
4937
4938
4939 \end_layout
4940
4941 \begin_layout Standard
4942 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
4943  werden.
4944 \end_layout
4945
4946 \begin_layout Section
4947 Matrizen
4948 \begin_inset CommandInset label
4949 LatexCommand label
4950 name "sec:Matrizen"
4951
4952 \end_inset
4953
4954
4955 \begin_inset Index
4956 status collapsed
4957
4958 \begin_layout Plain Layout
4959 Matrizen
4960 \end_layout
4961
4962 \end_inset
4963
4964
4965 \end_layout
4966
4967 \begin_layout Standard
4968 Matrizen können über den Mathe-Werkzeugleistenknopf
4969 \family sans
4970  
4971 \family default
4972
4973 \begin_inset Graphics
4974         filename ../../images/dialog-show_mathmatrix.png
4975         scale 85
4976
4977 \end_inset
4978
4979  oder das Menü 
4980 \family sans
4981 Einfügen\SpecialChar \menuseparator
4982 Mathe\SpecialChar \menuseparator
4983 Matrix
4984 \family default
4985  eingefügt werden.
4986  Sie werden nach der Spalten- und Zeilenanzahl und der Ausrichtung gefragt.
4987  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4988  von Bedeutung:
4989 \end_layout
4990
4991 \begin_layout Standard
4992 Die erste Matrix ist oben 
4993 \begin_inset Formula $\begin{array}[t]{cccc}
4994 A & D & G & J\\
4995 B & E & H & K\\
4996 C & F & I & L\end{array}$
4997 \end_inset
4998
4999 , die zweite mittig 
5000 \begin_inset Formula $\begin{array}{cccc}
5001 A & D & G & J\\
5002 B & E & H & K\\
5003 C & F & I & L\end{array}$
5004 \end_inset
5005
5006  und die dritte unten 
5007 \begin_inset Formula $\begin{array}[b]{cccc}
5008 A & D & G & J\\
5009 B & E & H & K\\
5010 C & F & I & L\end{array}$
5011 \end_inset
5012
5013  ausgerichtet.
5014 \end_layout
5015
5016 \begin_layout Standard
5017 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
5018  werden sollen.
5019  Dazu wird für jede Spalte ein Buchstabe eingegeben.
5020  
5021 \emph on
5022 l
5023 \emph default
5024  steht für linksbündig, 
5025 \emph on
5026 c
5027 \emph default
5028  für mittig und 
5029 \emph on
5030 r
5031 \emph default
5032  für rechtsbündig.
5033  Möchte man z.
5034 \begin_inset space \thinspace{}
5035 \end_inset
5036
5037 B.
5038  eine 4
5039 \series bold
5040 ×
5041 \series default
5042 4
5043 \begin_inset space ~
5044 \end_inset
5045
5046 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5047  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5048  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5049 \series bold
5050 lccr
5051 \series default
5052  an.
5053  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5054  die Voreinstellung für jede Spalte ein 
5055 \series bold
5056 c
5057 \series default
5058  ist.
5059 \end_layout
5060
5061 \begin_layout Standard
5062 Horizontale Ausrichtung:
5063 \end_layout
5064
5065 \begin_layout Standard
5066
5067 \series bold
5068 lll
5069 \series default
5070  : 
5071 \begin_inset Formula $\begin{array}{lll}
5072 10000 & D & G\\
5073 B & 10000 & H\\
5074 C & F & 10000\end{array}$
5075 \end_inset
5076
5077  , 
5078 \series bold
5079 ccc
5080 \series default
5081  : 
5082 \begin_inset Formula $\begin{array}{ccc}
5083 10000 & D & G\\
5084 B & 10000 & H\\
5085 C & F & 10000\end{array}$
5086 \end_inset
5087
5088  , 
5089 \series bold
5090 rrr
5091 \series default
5092  : 
5093 \begin_inset Formula $\begin{array}{rrr}
5094 10000 & D & G\\
5095 B & 10000 & H\\
5096 C & F & 10000\end{array}$
5097 \end_inset
5098
5099
5100 \end_layout
5101
5102 \begin_layout Standard
5103 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5104  man die Mathe-Werkzeugleistenknöpfe 
5105 \begin_inset Graphics
5106         filename ../../images/tabular-feature_append-row.png
5107         scale 85
5108
5109 \end_inset
5110
5111
5112 \begin_inset Graphics
5113         filename ../../images/tabular-feature_delete-row.png
5114         scale 85
5115
5116 \end_inset
5117
5118 , usw.
5119 \begin_inset space \space{}
5120 \end_inset
5121
5122 oder das Menü 
5123 \family sans
5124 Bearbeiten\SpecialChar \menuseparator
5125 Zeilen & Spalten
5126 \family default
5127  verwenden.
5128  Neue Zeilen können auch mit 
5129 \family sans
5130 Strg-Enter
5131 \family default
5132  erstellt werden.
5133 \end_layout
5134
5135 \begin_layout Standard
5136 \begin_inset VSpace bigskip
5137 \end_inset
5138
5139 Klammern um eine Matrix können entweder mit den Befehlen 
5140 \series bold
5141
5142 \backslash
5143 left
5144 \series default
5145
5146 \begin_inset Index
5147 status collapsed
5148
5149 \begin_layout Plain Layout
5150 Befehle ! L ! 
5151 \backslash
5152 left
5153 \end_layout
5154
5155 \end_inset
5156
5157  und 
5158 \series bold
5159
5160 \backslash
5161 right
5162 \series default
5163
5164 \begin_inset Index
5165 status collapsed
5166
5167 \begin_layout Plain Layout
5168 Befehle ! R ! 
5169 \backslash
5170 right
5171 \end_layout
5172
5173 \end_inset
5174
5175  erstellt werden (Tastenkürzel 
5176 \family sans
5177 Alt-m
5178 \begin_inset space ~
5179 \end_inset
5180
5181 Klammer
5182 \family default
5183 ), siehe 
5184 \begin_inset CommandInset ref
5185 LatexCommand ref
5186 reference "sub:Automatische-Klammergrößen"
5187
5188 \end_inset
5189
5190 , oder man verwendet folgende Befehle:
5191 \begin_inset VSpace bigskip
5192 \end_inset
5193
5194
5195 \end_layout
5196
5197 \begin_layout Standard
5198 \begin_inset space \hfill{}
5199 \end_inset
5200
5201
5202 \begin_inset Tabular
5203 <lyxtabular version="3" rows="4" columns="2">
5204 <features>
5205 <column alignment="center" valignment="top" width="0">
5206 <column alignment="center" valignment="top" width="0">
5207 <row>
5208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Plain Layout
5212 Befehl
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221 Ergebnis
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 </row>
5227 <row>
5228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5229 \begin_inset Text
5230
5231 \begin_layout Plain Layout
5232
5233 \backslash
5234 bmatrix
5235 \begin_inset ERT
5236 status collapsed
5237
5238 \begin_layout Plain Layout
5239
5240
5241 \backslash
5242 leer 
5243 \end_layout
5244
5245 \end_inset
5246
5247 2
5248 \series bold
5249 ×
5250 \series default
5251 2
5252 \begin_inset space \thinspace{}
5253 \end_inset
5254
5255 Matrix
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5265 0 & \textrm{-}\mathrm{i}\\
5266 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5267 \end_inset
5268
5269
5270 \end_layout
5271
5272 \end_inset
5273 </cell>
5274 </row>
5275 <row>
5276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280
5281 \backslash
5282 Bmatrix
5283 \begin_inset ERT
5284 status collapsed
5285
5286 \begin_layout Plain Layout
5287
5288
5289 \backslash
5290 leer 
5291 \end_layout
5292
5293 \end_inset
5294
5295 2
5296 \series bold
5297 ×
5298 \series default
5299 2
5300 \begin_inset space \thinspace{}
5301 \end_inset
5302
5303 Matrix
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5313 0 & \textrm{-}\mathrm{i}\\
5314 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5315 \end_inset
5316
5317
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 </row>
5323 <row>
5324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5325 \begin_inset Text
5326
5327 \begin_layout Plain Layout
5328
5329 \backslash
5330 pmatrix
5331 \begin_inset ERT
5332 status collapsed
5333
5334 \begin_layout Plain Layout
5335
5336
5337 \backslash
5338 leer 
5339 \end_layout
5340
5341 \end_inset
5342
5343 2
5344 \series bold
5345 ×
5346 \series default
5347 2
5348 \begin_inset space \thinspace{}
5349 \end_inset
5350
5351 Matrix
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5357 \begin_inset Text
5358
5359 \begin_layout Plain Layout
5360 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5361 0 & \textrm{-}\mathrm{i}\\
5362 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5363 \end_inset
5364
5365
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 </row>
5371 </lyxtabular>
5372
5373 \end_inset
5374
5375
5376 \begin_inset space \hfill{}
5377 \end_inset
5378
5379
5380 \begin_inset Tabular
5381 <lyxtabular version="3" rows="4" columns="2">
5382 <features>
5383 <column alignment="center" valignment="top" width="0">
5384 <column alignment="center" valignment="top" width="0">
5385 <row>
5386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5387 \begin_inset Text
5388
5389 \begin_layout Plain Layout
5390 Befehl
5391 \end_layout
5392
5393 \end_inset
5394 </cell>
5395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5396 \begin_inset Text
5397
5398 \begin_layout Plain Layout
5399 Ergebnis
5400 \end_layout
5401
5402 \end_inset
5403 </cell>
5404 </row>
5405 <row>
5406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Plain Layout
5410
5411 \backslash
5412 vmatrix
5413 \begin_inset ERT
5414 status collapsed
5415
5416 \begin_layout Plain Layout
5417
5418
5419 \backslash
5420 leer 
5421 \end_layout
5422
5423 \end_inset
5424
5425 2
5426 \series bold
5427 ×
5428 \series default
5429 2
5430 \begin_inset space \thinspace{}
5431 \end_inset
5432
5433 Matrix
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5443 0 & \textrm{-}\mathrm{i}\\
5444 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5445 \end_inset
5446
5447
5448 \end_layout
5449
5450 \end_inset
5451 </cell>
5452 </row>
5453 <row>
5454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458
5459 \backslash
5460 Vmatrix
5461 \begin_inset ERT
5462 status collapsed
5463
5464 \begin_layout Plain Layout
5465
5466
5467 \backslash
5468 leer 
5469 \end_layout
5470
5471 \end_inset
5472
5473 2
5474 \series bold
5475 ×
5476 \series default
5477 2
5478 \begin_inset space \thinspace{}
5479 \end_inset
5480
5481 Matrix
5482 \end_layout
5483
5484 \end_inset
5485 </cell>
5486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Plain Layout
5490 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5491 0 & \textrm{-}\mathrm{i}\\
5492 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5493 \end_inset
5494
5495
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 </row>
5501 <row>
5502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5503 \begin_inset Text
5504
5505 \begin_layout Plain Layout
5506
5507 \backslash
5508 matrix
5509 \begin_inset ERT
5510 status collapsed
5511
5512 \begin_layout Plain Layout
5513
5514
5515 \backslash
5516 leer 
5517 \end_layout
5518
5519 \end_inset
5520
5521 2
5522 \series bold
5523 ×
5524 \series default
5525 2
5526 \begin_inset space \thinspace{}
5527 \end_inset
5528
5529 Matrix
5530 \end_layout
5531
5532 \end_inset
5533 </cell>
5534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5535 \begin_inset Text
5536
5537 \begin_layout Plain Layout
5538 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5539 0 & \textrm{-}\mathrm{i}\\
5540 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5541 \end_inset
5542
5543
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 </row>
5549 </lyxtabular>
5550
5551 \end_inset
5552
5553
5554 \begin_inset space \hfill{}
5555 \end_inset
5556
5557
5558 \end_layout
5559
5560 \begin_layout Standard
5561 \begin_inset VSpace medskip
5562 \end_inset
5563
5564 Wurde z.
5565 \begin_inset space \thinspace{}
5566 \end_inset
5567
5568 B.
5569  
5570 \series bold
5571
5572 \backslash
5573 vmatrix
5574 \series default
5575  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5576  in das die Matrix eingefügt wird.
5577 \end_layout
5578
5579 \begin_layout Standard
5580 \begin_inset VSpace bigskip
5581 \end_inset
5582
5583 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5584 \begin_inset CommandInset ref
5585 LatexCommand ref
5586 reference "sub:Spaltenabstand"
5587
5588 \end_inset
5589
5590  beschriebene Länge 
5591 \series bold
5592
5593 \backslash
5594 arraycolsep
5595 \series default
5596
5597 \begin_inset Index
5598 status collapsed
5599
5600 \begin_layout Plain Layout
5601 Befehle ! A ! 
5602 \backslash
5603 arraycolsep
5604 \end_layout
5605
5606 \end_inset
5607
5608  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5609 \end_layout
5610
5611 \begin_layout Standard
5612 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5613 \series bold
5614
5615 \backslash
5616 arraystretch
5617 \series default
5618
5619 \begin_inset Index
5620 status collapsed
5621
5622 \begin_layout Plain Layout
5623 Befehle ! A ! 
5624 \backslash
5625 arraystretch
5626 \end_layout
5627
5628 \end_inset
5629
5630 .
5631  Dieser wird folgendermaßen benutzt:
5632 \end_layout
5633
5634 \begin_layout Standard
5635
5636 \series bold
5637
5638 \backslash
5639 renewcommand{
5640 \backslash
5641 arraystretch}{Dehnungsfaktor}
5642 \begin_inset Index
5643 status collapsed
5644
5645 \begin_layout Plain Layout
5646 Befehle ! R ! 
5647 \backslash
5648 renewcommand
5649 \end_layout
5650
5651 \end_inset
5652
5653
5654 \end_layout
5655
5656 \begin_layout Standard
5657 Der Befehl 
5658 \series bold
5659
5660 \backslash
5661 renewcommand
5662 \series default
5663  weist dabei dem vordefinierten Befehl 
5664 \series bold
5665
5666 \backslash
5667 arraystretch
5668 \series default
5669  den Dehnungsfaktor zu.
5670  Möchte man z.
5671 \begin_inset space \thinspace{}
5672 \end_inset
5673
5674 B.
5675  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5676  Dieser wird dann für alle folgenden Matrizen verwendet.
5677  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5678 \series bold
5679
5680 \backslash
5681 arraystretch
5682 \series default
5683  den Faktor 1 zu.
5684 \end_layout
5685
5686 \begin_layout Standard
5687 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5688 \series bold
5689
5690 \backslash
5691 smallmatrix
5692 \series default
5693
5694 \begin_inset Index
5695 status collapsed
5696
5697 \begin_layout Plain Layout
5698 Befehle ! S ! 
5699 \backslash
5700 smallmatrix
5701 \end_layout
5702
5703 \end_inset
5704
5705 .
5706  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5707  gestrichelten Linien.
5708  In dieses Kästchen wird die Matrix eingegeben.
5709  Man verwendet stattdessen das Menü 
5710 \family sans
5711 Bearbeiten\SpecialChar \menuseparator
5712 Zeilen
5713 \begin_inset space ~
5714 \end_inset
5715
5716 &
5717 \begin_inset space ~
5718 \end_inset
5719
5720 Spalten
5721 \family default
5722  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5723  Neue Zeilen können auch mit 
5724 \family sans
5725 Strg-Enter
5726 \family default
5727  erstellt werden.
5728 \end_layout
5729
5730 \begin_layout Standard
5731 Dies ist eine Matrix 
5732 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5733 C & D\end{smallmatrix}\right)$
5734 \end_inset
5735
5736  in einer Textzeile.
5737 \end_layout
5738
5739 \begin_layout Standard
5740 \begin_inset Newpage newpage
5741 \end_inset
5742
5743
5744 \end_layout
5745
5746 \begin_layout Section
5747 Klammern und Begrenzungszeichen
5748 \begin_inset Index
5749 status collapsed
5750
5751 \begin_layout Plain Layout
5752 Klammern
5753 \end_layout
5754
5755 \end_inset
5756
5757
5758 \begin_inset Index
5759 status collapsed
5760
5761 \begin_layout Plain Layout
5762 Begrenzungszeichen
5763 \end_layout
5764
5765 \end_inset
5766
5767
5768 \end_layout
5769
5770 \begin_layout Subsection
5771 Vertikale Klammern und Begrenzungszeichen
5772 \begin_inset Index
5773 status collapsed
5774
5775 \begin_layout Plain Layout
5776 Klammern ! vertikale
5777 \end_layout
5778
5779 \end_inset
5780
5781
5782 \end_layout
5783
5784 \begin_layout Standard
5785 \begin_inset space \hfill{}
5786 \end_inset
5787
5788
5789 \begin_inset Tabular
5790 <lyxtabular version="3" rows="9" columns="2">
5791 <features>
5792 <column alignment="center" valignment="top" width="0pt">
5793 <column alignment="center" valignment="top" width="0pt">
5794 <row>
5795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799 Befehl
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 Ergebnis
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 </row>
5814 <row>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 (
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828 \begin_inset Formula $($
5829 \end_inset
5830
5831
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 </row>
5837 <row>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 {
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 \begin_inset Formula $\{$
5852 \end_inset
5853
5854
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 </row>
5860 <row>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 [
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 \begin_inset Formula $[$
5875 \end_inset
5876
5877
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 </row>
5883 <row>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888
5889 \backslash
5890 langle
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 \begin_inset Formula $\langle$
5900 \end_inset
5901
5902
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 </row>
5908 <row>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913
5914 \backslash
5915 lceil
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924 \begin_inset Formula $\lceil$
5925 \end_inset
5926
5927
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 </row>
5933 <row>
5934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938
5939 \backslash
5940 lfloor
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949 \begin_inset Formula $\lfloor$
5950 \end_inset
5951
5952
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 </row>
5958 <row>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 /
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 \begin_inset Formula $/$
5973 \end_inset
5974
5975
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 </row>
5981 <row>
5982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 |
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 \begin_inset Formula $|$
5996 \end_inset
5997
5998
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 </row>
6004 </lyxtabular>
6005
6006 \end_inset
6007
6008
6009 \begin_inset space \hfill{}
6010 \end_inset
6011
6012
6013 \begin_inset Tabular
6014 <lyxtabular version="3" rows="9" columns="2">
6015 <features>
6016 <column alignment="center" valignment="top" width="0pt">
6017 <column alignment="center" valignment="top" width="0pt">
6018 <row>
6019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 Befehl
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032 Ergebnis
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 </row>
6038 <row>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 )
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 \begin_inset Formula $)$
6053 \end_inset
6054
6055
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 </row>
6061 <row>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 }
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 \begin_inset Formula $\}$
6076 \end_inset
6077
6078
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 </row>
6084 <row>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 ]
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 \begin_inset Formula $]$
6099 \end_inset
6100
6101
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 </row>
6107 <row>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112
6113 \backslash
6114 rangle
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123 \begin_inset Formula $\rangle$
6124 \end_inset
6125
6126
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 </row>
6132 <row>
6133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6134 \begin_inset Text
6135
6136 \begin_layout Plain Layout
6137
6138 \backslash
6139 rceil
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 \begin_inset Formula $\rceil$
6149 \end_inset
6150
6151
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 </row>
6157 <row>
6158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162
6163 \backslash
6164 rfloor
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173 \begin_inset Formula $\rfloor$
6174 \end_inset
6175
6176
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 </row>
6182 <row>
6183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187
6188 \backslash
6189
6190 \backslash
6191
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 \begin_inset Formula $\backslash$
6201 \end_inset
6202
6203
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 </row>
6209 <row>
6210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214
6215 \backslash
6216 |
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 \begin_inset Formula $\|$
6226 \end_inset
6227
6228
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 </row>
6234 </lyxtabular>
6235
6236 \end_inset
6237
6238
6239 \begin_inset space \hfill{}
6240 \end_inset
6241
6242
6243 \end_layout
6244
6245 \begin_layout Standard
6246
6247 \series medium
6248 \begin_inset Note Greyedout
6249 status open
6250
6251 \begin_layout Plain Layout
6252
6253 \series bold
6254 Achtung:
6255 \series default
6256  Im TeX-Modus muss für den Backslash der Befehl 
6257 \series bold
6258
6259 \backslash
6260 textbackslash
6261 \series default
6262
6263 \begin_inset Index
6264 status collapsed
6265
6266 \begin_layout Plain Layout
6267 Befehle ! T ! 
6268 \backslash
6269 textbackslash
6270 \end_layout
6271
6272 \end_inset
6273
6274  verwendet werden, denn der Befehl 
6275 \series bold
6276
6277 \backslash
6278
6279 \backslash
6280
6281 \series default
6282  steht dort für einen Zeilenumbruch.
6283 \end_layout
6284
6285 \end_inset
6286
6287
6288 \end_layout
6289
6290 \begin_layout Standard
6291 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6292  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6293  Dabei können dann statt den Befehlen 
6294 \series bold
6295
6296 \backslash
6297 langle
6298 \series default
6299  und 
6300 \series bold
6301
6302 \backslash
6303 rangle
6304 \series default
6305  direkt die Zeichen < und > verwendet werden.
6306 \end_layout
6307
6308 \begin_layout Subsubsection
6309 Manuelle Klammergrößen
6310 \begin_inset CommandInset label
6311 LatexCommand label
6312 name "sub:Manuelle-Klammergrößen"
6313
6314 \end_inset
6315
6316
6317 \begin_inset Index
6318 status collapsed
6319
6320 \begin_layout Plain Layout
6321 Klammergrößen ! manuelle
6322 \end_layout
6323
6324 \end_inset
6325
6326
6327 \end_layout
6328
6329 \begin_layout Standard
6330 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6331  LaTeX-Befehle 
6332 \series bold
6333
6334 \backslash
6335 big
6336 \series default
6337
6338 \begin_inset Index
6339 status collapsed
6340
6341 \begin_layout Plain Layout
6342 Befehle ! B ! 
6343 \backslash
6344 big
6345 \end_layout
6346
6347 \end_inset
6348
6349
6350 \series bold
6351
6352 \backslash
6353 Big
6354 \series default
6355
6356 \series bold
6357
6358 \backslash
6359 bigg
6360 \series default
6361  und 
6362 \series bold
6363
6364 \backslash
6365 Bigg
6366 \series default
6367  tun.
6368  
6369 \series bold
6370
6371 \backslash
6372 big
6373 \series default
6374  steht hierbei für die kleinste und 
6375 \series bold
6376
6377 \backslash
6378 Bigg
6379 \series default
6380  für die größte Klammergröße.
6381 \end_layout
6382
6383 \begin_layout Standard
6384 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6385 \end_layout
6386
6387 \begin_layout Standard
6388 \align center
6389 \begin_inset Tabular
6390 <lyxtabular version="3" rows="2" columns="2">
6391 <features>
6392 <column alignment="center" valignment="top" width="0pt">
6393 <column alignment="center" valignment="top" width="0pt">
6394 <row>
6395 <cell alignment="center" valignment="top" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399 einheitliche Klammergröße:
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 <cell alignment="center" valignment="top" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Plain Layout
6408 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6409 \end_inset
6410
6411
6412 \end_layout
6413
6414 \end_inset
6415 </cell>
6416 </row>
6417 <row>
6418 <cell alignment="center" valignment="top" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Plain Layout
6422 besser sieht das so aus:
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 <cell alignment="center" valignment="top" usebox="none">
6428 \begin_inset Text
6429
6430 \begin_layout Plain Layout
6431 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6432 \end_inset
6433
6434
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 </row>
6440 </lyxtabular>
6441
6442 \end_inset
6443
6444
6445 \begin_inset Note Note
6446 status collapsed
6447
6448 \begin_layout Plain Layout
6449
6450 \series bold
6451
6452 \backslash
6453 raisebox
6454 \series default
6455  dient nur
6456 \end_layout
6457
6458 \begin_layout Plain Layout
6459 als Abstandhalter.
6460 \end_layout
6461
6462 \end_inset
6463
6464
6465 \end_layout
6466
6467 \begin_layout Standard
6468 Für die zweite Formel wurde der Befehl 
6469 \series bold
6470
6471 \backslash
6472 Big((A+B)(A-B)
6473 \backslash
6474 Big)^
6475 \begin_inset ERT
6476 status collapsed
6477
6478 \begin_layout Plain Layout
6479
6480
6481 \backslash
6482 leer 
6483 \end_layout
6484
6485 \end_inset
6486
6487 C
6488 \series default
6489  verwendet.
6490 \end_layout
6491
6492 \begin_layout Standard
6493 Hier alle Klammergrößen in der Übersicht:
6494 \end_layout
6495
6496 \begin_layout Standard
6497 \align center
6498
6499 \backslash
6500 Bigg(
6501 \backslash
6502 exp
6503 \backslash
6504 bigg<
6505 \backslash
6506 Big[
6507 \backslash
6508 big{
6509 \backslash
6510 ln(3x)
6511 \backslash
6512 big}^2
6513 \begin_inset ERT
6514 status collapsed
6515
6516 \begin_layout Plain Layout
6517
6518
6519 \backslash
6520 leer 
6521 \end_layout
6522
6523 \end_inset
6524
6525
6526 \backslash
6527 sin(x)
6528 \backslash
6529 Big]^
6530 \begin_inset ERT
6531 status collapsed
6532
6533 \begin_layout Plain Layout
6534
6535
6536 \backslash
6537 leer 
6538 \end_layout
6539
6540 \end_inset
6541
6542 A
6543 \begin_inset ERT
6544 status collapsed
6545
6546 \begin_layout Plain Layout
6547
6548
6549 \backslash
6550 leer 
6551 \end_layout
6552
6553 \end_inset
6554
6555
6556 \backslash
6557 bigg>
6558 \backslash
6559 Bigg)^0,5
6560 \end_layout
6561
6562 \begin_layout Standard
6563 \align center
6564 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6565 \end_inset
6566
6567
6568 \end_layout
6569
6570 \begin_layout Standard
6571 Es gibt außer den 
6572 \series bold
6573
6574 \backslash
6575 big
6576 \series default
6577 -Befehlen noch die Variante 
6578 \series bold
6579
6580 \backslash
6581 bigm
6582 \series default
6583
6584 \begin_inset Index
6585 status collapsed
6586
6587 \begin_layout Plain Layout
6588 Befehle ! B ! 
6589 \backslash
6590 bigm
6591 \end_layout
6592
6593 \end_inset
6594
6595 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6596  die Variante 
6597 \series bold
6598
6599 \backslash
6600 bigl
6601 \series default
6602 -
6603 \series bold
6604
6605 \backslash
6606 bigr
6607 \series default
6608
6609 \begin_inset Index
6610 status collapsed
6611
6612 \begin_layout Plain Layout
6613 Befehle ! B ! 
6614 \backslash
6615 bigl - 
6616 \backslash
6617 bigr
6618 \end_layout
6619
6620 \end_inset
6621
6622 , die keinen zusätzlichen Leerraum erzeugt.
6623  Das 
6624 \emph on
6625 l
6626 \emph default
6627  am Ende des Befehls 
6628 \series bold
6629
6630 \backslash
6631 bigl
6632 \series default
6633  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6634  ein 
6635 \emph on
6636 r
6637 \emph default
6638  ersetzt.
6639  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6640  sein.
6641 \end_layout
6642
6643 \begin_layout Standard
6644 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6645 \end_layout
6646
6647 \begin_layout Standard
6648 \align center
6649 \begin_inset Tabular
6650 <lyxtabular version="3" rows="5" columns="2">
6651 <features>
6652 <column alignment="center" valignment="middle" width="0">
6653 <column alignment="center" valignment="middle" width="0">
6654 <row>
6655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6656 \begin_inset Text
6657
6658 \begin_layout Plain Layout
6659 Befehl
6660 \end_layout
6661
6662 \end_inset
6663 </cell>
6664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6665 \begin_inset Text
6666
6667 \begin_layout Plain Layout
6668 Ergebnis
6669 \begin_inset Note Note
6670 status collapsed
6671
6672 \begin_layout Plain Layout
6673
6674 \series bold
6675
6676 \backslash
6677 raisebox
6678 \series default
6679  dient nur als Abstandhalter.
6680 \end_layout
6681
6682 \end_inset
6683
6684
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 </row>
6690 <row>
6691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Plain Layout
6695
6696 \backslash
6697 Bigm(
6698 \backslash
6699 bigm(
6700 \backslash
6701 ln(3x)
6702 \backslash
6703 bigm)^2
6704 \begin_inset ERT
6705 status collapsed
6706
6707 \begin_layout Plain Layout
6708
6709
6710 \backslash
6711 leer 
6712 \end_layout
6713
6714 \end_inset
6715
6716
6717 \backslash
6718 Bigm)
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6728 \end_inset
6729
6730
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 </row>
6736 <row>
6737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741
6742 \backslash
6743 Big(
6744 \backslash
6745 big(
6746 \backslash
6747 ln(3x)
6748 \backslash
6749 big)^2
6750 \begin_inset ERT
6751 status collapsed
6752
6753 \begin_layout Plain Layout
6754
6755
6756 \backslash
6757 leer 
6758 \end_layout
6759
6760 \end_inset
6761
6762
6763 \backslash
6764 Big)
6765 \end_layout
6766
6767 \end_inset
6768 </cell>
6769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Plain Layout
6773 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6774 \end_inset
6775
6776
6777 \end_layout
6778
6779 \end_inset
6780 </cell>
6781 </row>
6782 <row>
6783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787
6788 \backslash
6789 Bigl(
6790 \backslash
6791 bigl(
6792 \backslash
6793 ln(3x)
6794 \backslash
6795 bigr)^2
6796 \begin_inset ERT
6797 status collapsed
6798
6799 \begin_layout Plain Layout
6800
6801
6802 \backslash
6803 leer 
6804 \end_layout
6805
6806 \end_inset
6807
6808
6809 \backslash
6810 Bigr)
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6820 \end_inset
6821
6822
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 </row>
6828 <row>
6829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833
6834 \backslash
6835 bigl)
6836 \backslash
6837 ln(3x)
6838 \backslash
6839 bigr(
6840 \end_layout
6841
6842 \end_inset
6843 </cell>
6844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6845 \begin_inset Text
6846
6847 \begin_layout Plain Layout
6848 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6849 \end_inset
6850
6851
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 </row>
6857 </lyxtabular>
6858
6859 \end_inset
6860
6861
6862 \end_layout
6863
6864 \begin_layout Subsubsection
6865 Automatische Klammergrößen
6866 \begin_inset CommandInset label
6867 LatexCommand label
6868 name "sub:Automatische-Klammergrößen"
6869
6870 \end_inset
6871
6872
6873 \begin_inset Index
6874 status collapsed
6875
6876 \begin_layout Plain Layout
6877 Klammergrößen ! automatische
6878 \end_layout
6879
6880 \end_inset
6881
6882
6883 \end_layout
6884
6885 \begin_layout Standard
6886 Klammern variabler Größe können mit den Befehlen 
6887 \series bold
6888
6889 \backslash
6890 left
6891 \series default
6892
6893 \begin_inset Index
6894 status collapsed
6895
6896 \begin_layout Plain Layout
6897 Befehle ! L ! 
6898 \backslash
6899 left
6900 \end_layout
6901
6902 \end_inset
6903
6904  und 
6905 \series bold
6906
6907 \backslash
6908 right
6909 \series default
6910
6911 \begin_inset Index
6912 status collapsed
6913
6914 \begin_layout Plain Layout
6915 Befehle ! R ! 
6916 \backslash
6917 right
6918 \end_layout
6919
6920 \end_inset
6921
6922  oder über den Mathe-Werkzeugleistenknopf
6923 \family sans
6924  
6925 \family default
6926
6927 \begin_inset Graphics
6928         filename ../../images/dialog-show_mathdelimiter.png
6929         scale 85
6930
6931 \end_inset
6932
6933  eingefügt werden.
6934  Auf 
6935 \series bold
6936
6937 \backslash
6938 left
6939 \series default
6940  und 
6941 \series bold
6942
6943 \backslash
6944 right
6945 \series default
6946  muss unmittelbar die gewünschte Klammer folgen.
6947  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6948 \end_layout
6949
6950 \begin_layout Standard
6951 \align center
6952 normale Klammer: Der Befehl 
6953 \series bold
6954
6955 \backslash
6956 ln(
6957 \backslash
6958 frac
6959 \begin_inset ERT
6960 status collapsed
6961
6962 \begin_layout Plain Layout
6963
6964
6965 \backslash
6966 leer 
6967 \end_layout
6968
6969 \end_inset
6970
6971 A
6972 \begin_inset Formula $\downarrow$
6973 \end_inset
6974
6975 C
6976 \begin_inset ERT
6977 status collapsed
6978
6979 \begin_layout Plain Layout
6980
6981
6982 \backslash
6983 leer 
6984 \end_layout
6985
6986 \end_inset
6987
6988 )
6989 \series default
6990  ergibt
6991 \begin_inset Formula \[
6992 \ln(\frac{A}{C})\]
6993
6994 \end_inset
6995
6996
6997 \end_layout
6998
6999 \begin_layout Standard
7000 \align center
7001 mehrzeilige Klammer: Der Befehl 
7002 \series bold
7003
7004 \backslash
7005 ln
7006 \backslash
7007 left(
7008 \backslash
7009 frac
7010 \begin_inset ERT
7011 status collapsed
7012
7013 \begin_layout Plain Layout
7014
7015
7016 \backslash
7017 leer 
7018 \end_layout
7019
7020 \end_inset
7021
7022 A
7023 \begin_inset Formula $\downarrow$
7024 \end_inset
7025
7026 C
7027 \begin_inset ERT
7028 status collapsed
7029
7030 \begin_layout Plain Layout
7031
7032
7033 \backslash
7034 leer 
7035 \end_layout
7036
7037 \end_inset
7038
7039
7040 \backslash
7041 right)
7042 \series default
7043  ergibt
7044 \begin_inset Formula \[
7045 \ln\left(\frac{A}{C}\right)\]
7046
7047 \end_inset
7048
7049
7050 \end_layout
7051
7052 \begin_layout Standard
7053 An Stelle von 
7054 \series bold
7055
7056 \backslash
7057 left
7058 \series default
7059  und 
7060 \series bold
7061
7062 \backslash
7063 right
7064 \series default
7065  kann man die Tastenkürzel 
7066 \family sans
7067 Alt-m
7068 \begin_inset space ~
7069 \end_inset
7070
7071 Klammer
7072 \family default
7073  verwenden.
7074  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7075  und dass die rechte Klammer gleich mit erstellt wird.
7076 \begin_inset Newline newline
7077 \end_inset
7078
7079 Der Befehl für das letzte Beispiel würde dann lauten: 
7080 \series bold
7081
7082 \backslash
7083 ln Alt-m
7084 \series default
7085  
7086 \series bold
7087 (
7088 \backslash
7089 frac
7090 \begin_inset ERT
7091 status collapsed
7092
7093 \begin_layout Plain Layout
7094
7095
7096 \backslash
7097 leer 
7098 \end_layout
7099
7100 \end_inset
7101
7102 A
7103 \begin_inset Formula $\downarrow$
7104 \end_inset
7105
7106 C
7107 \end_layout
7108
7109 \begin_layout Standard
7110 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7111  Klammer einen Punkt.
7112  So ergibt z.
7113 \begin_inset space \thinspace{}
7114 \end_inset
7115
7116 B.
7117  der Befehl 
7118 \series bold
7119
7120 \backslash
7121 left.
7122 \backslash
7123 frac
7124 \begin_inset ERT
7125 status collapsed
7126
7127 \begin_layout Plain Layout
7128
7129
7130 \backslash
7131 leer 
7132 \end_layout
7133
7134 \end_inset
7135
7136 A
7137 \begin_inset Formula $\downarrow$
7138 \end_inset
7139
7140 B
7141 \begin_inset ERT
7142 status collapsed
7143
7144 \begin_layout Plain Layout
7145
7146
7147 \backslash
7148 leer 
7149 \end_layout
7150
7151 \end_inset
7152
7153
7154 \backslash
7155 right}
7156 \series default
7157
7158 \begin_inset space \thinspace{}
7159 \end_inset
7160
7161 :
7162 \series bold
7163
7164 \begin_inset Formula \[
7165 \left.\frac{A}{B}\right\} \]
7166
7167 \end_inset
7168
7169
7170 \series default
7171 Die Befehle 
7172 \series bold
7173
7174 \backslash
7175 left
7176 \series default
7177  und 
7178 \series bold
7179
7180 \backslash
7181 right
7182 \series default
7183  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7184  umgewandelt.
7185  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7186 \end_layout
7187
7188 \begin_layout Standard
7189 \begin_inset VSpace bigskip
7190 \end_inset
7191
7192 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7193  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7194  Befehl 
7195 \series bold
7196
7197 \backslash
7198 middle
7199 \series default
7200
7201 \begin_inset Index
7202 status collapsed
7203
7204 \begin_layout Plain Layout
7205 Befehle ! M ! 
7206 \backslash
7207 middle
7208 \end_layout
7209
7210 \end_inset
7211
7212  zur Verfügung.
7213  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7214  angepasst, was z.
7215 \begin_inset space \thinspace{}
7216 \end_inset
7217
7218 B.
7219  für physikalische Vektoren von Nutzen ist:
7220 \begin_inset Formula \[
7221 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7222
7223 \end_inset
7224
7225 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7226 \begin_inset CommandInset ref
7227 LatexCommand ref
7228 reference "sub:Physikalische-Vektoren"
7229
7230 \end_inset
7231
7232  beschrieben ist.
7233 \end_layout
7234
7235 \begin_layout Subsection
7236 Horizontale Klammern
7237 \begin_inset Index
7238 status collapsed
7239
7240 \begin_layout Plain Layout
7241 Klammern ! horizontale
7242 \end_layout
7243
7244 \end_inset
7245
7246
7247 \end_layout
7248
7249 \begin_layout Standard
7250 \align center
7251 \begin_inset Tabular
7252 <lyxtabular version="3" rows="4" columns="2">
7253 <features>
7254 <column alignment="center" valignment="top" width="0pt">
7255 <column alignment="center" valignment="top" width="0pt">
7256 <row>
7257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261 Befehl
7262 \begin_inset Note Note
7263 status collapsed
7264
7265 \begin_layout Plain Layout
7266
7267 \series bold
7268
7269 \backslash
7270 raisebox
7271 \series default
7272  dient nur als Abstandhalter.
7273 \end_layout
7274
7275 \end_inset
7276
7277
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286 Ergebnis
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 </row>
7292 <row>
7293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 \begin_inset ERT
7298 status collapsed
7299
7300 \begin_layout Plain Layout
7301
7302
7303 \backslash
7304 raisebox{2.3mm}{
7305 \end_layout
7306
7307 \end_inset
7308
7309
7310 \backslash
7311 overbrace
7312 \begin_inset ERT
7313 status collapsed
7314
7315 \begin_layout Plain Layout
7316
7317
7318 \backslash
7319 leer 
7320 \end_layout
7321
7322 \end_inset
7323
7324 A+B
7325 \begin_inset ERT
7326 status collapsed
7327
7328 \begin_layout Plain Layout
7329
7330
7331 \backslash
7332 leer 
7333 \end_layout
7334
7335 \end_inset
7336
7337 ^
7338 \begin_inset ERT
7339 status collapsed
7340
7341 \begin_layout Plain Layout
7342
7343
7344 \backslash
7345 leer 
7346 \end_layout
7347
7348 \end_inset
7349
7350 3
7351 \begin_inset ERT
7352 status collapsed
7353
7354 \begin_layout Plain Layout
7355
7356 }
7357 \end_layout
7358
7359 \end_inset
7360
7361
7362 \begin_inset Index
7363 status collapsed
7364
7365 \begin_layout Plain Layout
7366 Befehle ! O ! 
7367 \backslash
7368 overbrace
7369 \end_layout
7370
7371 \end_inset
7372
7373
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382 \begin_inset Formula $\overbrace{A+B}^{3}$
7383 \end_inset
7384
7385
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 </row>
7391 <row>
7392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Plain Layout
7396 \begin_inset ERT
7397 status collapsed
7398
7399 \begin_layout Plain Layout
7400
7401
7402 \backslash
7403 raisebox{-2.2mm}{
7404 \end_layout
7405
7406 \end_inset
7407
7408
7409 \backslash
7410 underbrace
7411 \begin_inset ERT
7412 status collapsed
7413
7414 \begin_layout Plain Layout
7415
7416
7417 \backslash
7418 leer 
7419 \end_layout
7420
7421 \end_inset
7422
7423 A+B
7424 \begin_inset ERT
7425 status collapsed
7426
7427 \begin_layout Plain Layout
7428
7429
7430 \backslash
7431 leer 
7432 \end_layout
7433
7434 \end_inset
7435
7436 _5
7437 \begin_inset ERT
7438 status collapsed
7439
7440 \begin_layout Plain Layout
7441
7442 }
7443 \end_layout
7444
7445 \end_inset
7446
7447
7448 \begin_inset Index
7449 status collapsed
7450
7451 \begin_layout Plain Layout
7452 Befehle ! U ! 
7453 \backslash
7454 underbrace
7455 \end_layout
7456
7457 \end_inset
7458
7459
7460 \end_layout
7461
7462 \end_inset
7463 </cell>
7464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7465 \begin_inset Text
7466
7467 \begin_layout Plain Layout
7468 \begin_inset Formula $\underbrace{A+B}_{5}$
7469 \end_inset
7470
7471
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 </row>
7477 <row>
7478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482
7483 \backslash
7484 overbrace
7485 \begin_inset ERT
7486 status collapsed
7487
7488 \begin_layout Plain Layout
7489
7490
7491 \backslash
7492 leer 
7493 \end_layout
7494
7495 \end_inset
7496
7497
7498 \backslash
7499 underbrace
7500 \begin_inset ERT
7501 status collapsed
7502
7503 \begin_layout Plain Layout
7504
7505
7506 \backslash
7507 leer 
7508 \end_layout
7509
7510 \end_inset
7511
7512 A+B_w
7513 \begin_inset ERT
7514 status collapsed
7515
7516 \begin_layout Plain Layout
7517
7518
7519 \backslash
7520 leer 
7521 \end_layout
7522
7523 \end_inset
7524
7525
7526 \begin_inset ERT
7527 status collapsed
7528
7529 \begin_layout Plain Layout
7530
7531
7532 \backslash
7533 leer 
7534 \end_layout
7535
7536 \end_inset
7537
7538 _7
7539 \begin_inset ERT
7540 status collapsed
7541
7542 \begin_layout Plain Layout
7543
7544
7545 \backslash
7546 leer 
7547 \end_layout
7548
7549 \end_inset
7550
7551
7552 \begin_inset ERT
7553 status collapsed
7554
7555 \begin_layout Plain Layout
7556
7557
7558 \backslash
7559 leer 
7560 \end_layout
7561
7562 \end_inset
7563
7564 ^
7565 \begin_inset ERT
7566 status collapsed
7567
7568 \begin_layout Plain Layout
7569
7570
7571 \backslash
7572 leer 
7573 \end_layout
7574
7575 \end_inset
7576
7577 C
7578 \end_layout
7579
7580 \end_inset
7581 </cell>
7582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7583 \begin_inset Text
7584
7585 \begin_layout Plain Layout
7586 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7587 \end_inset
7588
7589
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 </row>
7595 </lyxtabular>
7596
7597 \end_inset
7598
7599
7600 \end_layout
7601
7602 \begin_layout Standard
7603 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7604 \series bold
7605
7606 \backslash
7607 overbrace
7608 \series default
7609  oder 
7610 \series bold
7611
7612 \backslash
7613 underbrace
7614 \series default
7615  eingibt.
7616 \end_layout
7617
7618 \begin_layout Standard
7619 \begin_inset VSpace bigskip
7620 \end_inset
7621
7622 Benötigt man Klammern, die sich überschneiden, muss man die in 
7623 \begin_inset CommandInset ref
7624 LatexCommand ref
7625 reference "sec:Mehrzeilige-Formeln"
7626
7627 \end_inset
7628
7629  beschriebenen mehrzeiligen Formeln verwenden:
7630 \begin_inset Formula \begin{eqnarray*}
7631 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7632  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7633
7634 \end_inset
7635
7636 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7637  Dabei ist es wichtig, dass vor dem ersten 
7638 \begin_inset Formula $d$
7639 \end_inset
7640
7641  der Abstandsbefehl
7642 \begin_inset Foot
7643 status collapsed
7644
7645 \begin_layout Plain Layout
7646 Abstandsbefehle sind in 
7647 \begin_inset CommandInset ref
7648 LatexCommand ref
7649 reference "sub:Vordefinierter-Leerraum"
7650
7651 \end_inset
7652
7653  erklärt.
7654 \end_layout
7655
7656 \end_inset
7657
7658  
7659 \series bold
7660
7661 \backslash
7662 :
7663 \series default
7664  eingegeben wird, denn die nach dem 
7665 \begin_inset Formula $q$
7666 \end_inset
7667
7668  endende Klammer verhindert, dass das nachfolgende 
7669 \begin_inset Quotes gld
7670 \end_inset
7671
7672 +
7673 \begin_inset Quotes grd
7674 \end_inset
7675
7676  von Leerraum umgeben ist.
7677 \begin_inset Foot
7678 status collapsed
7679
7680 \begin_layout Plain Layout
7681 weil eine Klammer nicht als Zeichen gilt, siehe 
7682 \begin_inset CommandInset ref
7683 LatexCommand ref
7684 reference "sub:Binäre-Operatoren"
7685
7686 \end_inset
7687
7688
7689 \end_layout
7690
7691 \end_inset
7692
7693  In die zweite Zeile wird die zweite Klammer eingegeben.
7694  Da sie vor dem 
7695 \begin_inset Formula $b$
7696 \end_inset
7697
7698  beginnen soll, gibt man zuerst 
7699 \series bold
7700
7701 \backslash
7702 hphantom{gggg+
7703 \backslash
7704 :}
7705 \series default
7706  ein.
7707 \begin_inset Foot
7708 status collapsed
7709
7710 \begin_layout Plain Layout
7711 mehr zu 
7712 \series bold
7713
7714 \backslash
7715 hphantom
7716 \series default
7717  siehe 
7718 \begin_inset CommandInset ref
7719 LatexCommand ref
7720 reference "sub:Platzhalter"
7721
7722 \end_inset
7723
7724 .
7725 \end_layout
7726
7727 \end_inset
7728
7729  Dieser Leerraum wird benötigt, weil das 
7730 \begin_inset Quotes gld
7731 \end_inset
7732
7733 +
7734 \begin_inset Quotes grd
7735 \end_inset
7736
7737  in der Formel auch von Leerraum umgeben ist.
7738  Die Klammer wird unter den Befehl 
7739 \series bold
7740
7741 \backslash
7742 hphantom{bbqq+dddd}
7743 \series default
7744  gesetzt.
7745 \end_layout
7746
7747 \begin_layout Standard
7748 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7749 n, wie in folgendem Beispiel:
7750 \begin_inset ERT
7751 status collapsed
7752
7753 \begin_layout Plain Layout
7754
7755
7756 \backslash
7757 setlength{
7758 \backslash
7759 jot}{-6pt}
7760 \end_layout
7761
7762 \end_inset
7763
7764
7765 \begin_inset Formula \begin{eqnarray*}
7766  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7767 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7768
7769 \end_inset
7770
7771
7772 \begin_inset ERT
7773 status collapsed
7774
7775 \begin_layout Plain Layout
7776
7777
7778 \backslash
7779 setlength{
7780 \backslash
7781 jot}{3pt}
7782 \end_layout
7783
7784 \end_inset
7785
7786 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7787  mit dem Unterschied, dass sich die Klammer oben befindet.
7788  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7789  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7790  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7791  werden.
7792  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7793 \begin_inset Foot
7794 status collapsed
7795
7796 \begin_layout Plain Layout
7797 \begin_inset CommandInset href
7798 LatexCommand href
7799 name "LyX-Fehler #1505"
7800 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7801
7802 \end_inset
7803
7804
7805 \end_layout
7806
7807 \end_inset
7808
7809 .
7810  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7811 \series bold
7812
7813 \backslash
7814 jot
7815 \series default
7816
7817 \begin_inset Index
7818 status collapsed
7819
7820 \begin_layout Plain Layout
7821 Befehle ! J ! 
7822 \backslash
7823 jot
7824 \end_layout
7825
7826 \end_inset
7827
7828  vor der Formel mit dem Befehl 
7829 \series bold
7830
7831 \backslash
7832 setlength{
7833 \backslash
7834 jot}{-6pt}
7835 \series default
7836  im TeX-Modus auf den Wert -6
7837 \begin_inset space \thinspace{}
7838 \end_inset
7839
7840 pt geändert.
7841  Nach der Formel wird 
7842 \series bold
7843
7844 \backslash
7845 jot
7846 \series default
7847  mit demselben Befehl wieder auf den Standardwert 3
7848 \begin_inset space \thinspace{}
7849 \end_inset
7850
7851 pt zurückgesetzt.
7852  Genaueres zum Zeilenabstand in Formeln ist in 
7853 \begin_inset CommandInset ref
7854 LatexCommand ref
7855 reference "sub:Zeilenabstand"
7856
7857 \end_inset
7858
7859  erklärt.
7860 \end_layout
7861
7862 \begin_layout Section
7863 Pfeile
7864 \begin_inset Index
7865 status collapsed
7866
7867 \begin_layout Plain Layout
7868 Pfeile
7869 \end_layout
7870
7871 \end_inset
7872
7873
7874 \end_layout
7875
7876 \begin_layout Standard
7877 Pfeile können über den Mathe-Werkzeugleistenknopf 
7878 \begin_inset Graphics
7879         filename ../../images/math/leftarrow.png
7880         scale 85
7881
7882 \end_inset
7883
7884  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7885  aufgelistet sind.
7886 \end_layout
7887
7888 \begin_layout Subsection
7889 Horizontale Pfeile
7890 \begin_inset Index
7891 status collapsed
7892
7893 \begin_layout Plain Layout
7894 Pfeile ! horizontale
7895 \end_layout
7896
7897 \end_inset
7898
7899
7900 \end_layout
7901
7902 \begin_layout Standard
7903 \begin_inset space \hfill{}
7904 \end_inset
7905
7906
7907 \begin_inset Tabular
7908 <lyxtabular version="3" rows="8" columns="2">
7909 <features>
7910 <column alignment="center" valignment="top" width="0pt">
7911 <column alignment="center" valignment="top" width="0pt">
7912 <row>
7913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917 Befehl
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926 Ergebnis
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 </row>
7932 <row>
7933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937
7938 \backslash
7939 gets
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948 \begin_inset Formula $\gets$
7949 \end_inset
7950
7951
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 </row>
7957 <row>
7958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962
7963 \backslash
7964 Leftarrow
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 \begin_inset Formula $\Leftarrow$
7974 \end_inset
7975
7976
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 </row>
7982 <row>
7983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987
7988 \backslash
7989 longleftarrow
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 \begin_inset Formula $\longleftarrow$
7999 \end_inset
8000
8001
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 </row>
8007 <row>
8008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012
8013 \backslash
8014 Longleftarrow
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023 \begin_inset Formula $\Longleftarrow$
8024 \end_inset
8025
8026
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 </row>
8032 <row>
8033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \backslash
8039 leftharpoonup
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 \begin_inset Formula $\leftharpoonup$
8049 \end_inset
8050
8051
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 </row>
8057 <row>
8058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062
8063 \backslash
8064 leftharpoondown
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073 \begin_inset Formula $\leftharpoondown$
8074 \end_inset
8075
8076
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 </row>
8082 <row>
8083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087
8088 \backslash
8089 hookleftarrow
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098 \begin_inset Formula $\hookleftarrow$
8099 \end_inset
8100
8101
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 </row>
8107 </lyxtabular>
8108
8109 \end_inset
8110
8111
8112 \begin_inset space \hfill{}
8113 \end_inset
8114
8115
8116 \begin_inset Tabular
8117 <lyxtabular version="3" rows="8" columns="2">
8118 <features>
8119 <column alignment="center" valignment="top" width="0pt">
8120 <column alignment="center" valignment="top" width="0pt">
8121 <row>
8122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 Befehl
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135 Ergebnis
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 </row>
8141 <row>
8142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146
8147 \backslash
8148 to
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 \begin_inset Formula $\to$
8158 \end_inset
8159
8160
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 </row>
8166 <row>
8167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171
8172 \backslash
8173 Rightarrow
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182 \begin_inset Formula $\Rightarrow$
8183 \end_inset
8184
8185
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 </row>
8191 <row>
8192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196
8197 \backslash
8198 longrightarrow
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207 \begin_inset Formula $\longrightarrow$
8208 \end_inset
8209
8210
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 </row>
8216 <row>
8217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221
8222 \backslash
8223 Longrightarrow
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232 \begin_inset Formula $\Longrightarrow$
8233 \end_inset
8234
8235
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 </row>
8241 <row>
8242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246
8247 \backslash
8248 rightharpoonup
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 \begin_inset Formula $\rightharpoonup$
8258 \end_inset
8259
8260
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 </row>
8266 <row>
8267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271
8272 \backslash
8273 rightharpoondown
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282 \begin_inset Formula $\rightharpoondown$
8283 \end_inset
8284
8285
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 </row>
8291 <row>
8292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296
8297 \backslash
8298 hookrightarrow
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 \begin_inset Formula $\hookrightarrow$
8308 \end_inset
8309
8310
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 </row>
8316 </lyxtabular>
8317
8318 \end_inset
8319
8320
8321 \begin_inset space \hfill{}
8322 \end_inset
8323
8324
8325 \end_layout
8326
8327 \begin_layout Standard
8328 \begin_inset space \hfill{}
8329 \end_inset
8330
8331
8332 \begin_inset Tabular
8333 <lyxtabular version="3" rows="6" columns="2">
8334 <features>
8335 <column alignment="center" valignment="top" width="0pt">
8336 <column alignment="center" valignment="top" width="0pt">
8337 <row>
8338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342 Befehl
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351 Ergebnis
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 </row>
8357 <row>
8358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362
8363 \backslash
8364 leftrightarrow
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373 \begin_inset Formula $\leftrightarrow$
8374 \end_inset
8375
8376
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 </row>
8382 <row>
8383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387
8388 \backslash
8389 Leftrightarrow
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 \begin_inset Formula $\Leftrightarrow$
8399 \end_inset
8400
8401
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 </row>
8407 <row>
8408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412
8413 \backslash
8414 longleftrightarrow
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 \begin_inset Formula $\longleftrightarrow$
8424 \end_inset
8425
8426
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 </row>
8432 <row>
8433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437
8438 \backslash
8439 Longleftrightarrow
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 \begin_inset Formula $\Longleftrightarrow$
8449 \end_inset
8450
8451
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \backslash
8464 rightleftharpoons
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 \begin_inset Formula $\rightleftharpoons$
8474 \end_inset
8475
8476
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 </row>
8482 </lyxtabular>
8483
8484 \end_inset
8485
8486
8487 \begin_inset space \hspace{}
8488 \length 25pt
8489 \end_inset
8490
8491
8492 \begin_inset space \hfill{}
8493 \end_inset
8494
8495
8496 \begin_inset Tabular
8497 <lyxtabular version="3" rows="5" columns="2">
8498 <features>
8499 <column alignment="center" valignment="top" width="0pt">
8500 <column alignment="center" valignment="top" width="0pt">
8501 <row>
8502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506 Befehl
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 Ergebnis
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 </row>
8521 <row>
8522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526
8527 \backslash
8528 mapsto
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537 \begin_inset Formula $\mapsto$
8538 \end_inset
8539
8540
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 </row>
8546 <row>
8547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551
8552 \backslash
8553 longmapsto
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 \begin_inset Formula $\longmapsto$
8563 \end_inset
8564
8565
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 </row>
8571 <row>
8572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576
8577 \backslash
8578 leadsto
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 \begin_inset Formula $\leadsto$
8588 \end_inset
8589
8590
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 </row>
8596 <row>
8597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601
8602 \backslash
8603 dasharrow
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 \begin_inset Formula $\dasharrow$
8613 \end_inset
8614
8615
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 </row>
8621 </lyxtabular>
8622
8623 \end_inset
8624
8625
8626 \begin_inset space \hfill{}
8627 \end_inset
8628
8629
8630 \end_layout
8631
8632 \begin_layout Standard
8633 \begin_inset VSpace medskip
8634 \end_inset
8635
8636 Als Akzent verwendete Pfeile, wie z.
8637 \begin_inset space \thinspace{}
8638 \end_inset
8639
8640 B.
8641  Vektorpfeile, sind in 
8642 \begin_inset CommandInset ref
8643 LatexCommand ref
8644 reference "sec:Akzente"
8645
8646 \end_inset
8647
8648  aufgelistet.
8649 \end_layout
8650
8651 \begin_layout Standard
8652 \begin_inset VSpace bigskip
8653 \end_inset
8654
8655 Des Weiteren gibt es die beschriftbaren Pfeile
8656 \begin_inset Index
8657 status collapsed
8658
8659 \begin_layout Plain Layout
8660 Pfeile ! beschriftbare
8661 \end_layout
8662
8663 \end_inset
8664
8665  
8666 \series bold
8667
8668 \backslash
8669 xleftarrow
8670 \series default
8671
8672 \begin_inset Index
8673 status collapsed
8674
8675 \begin_layout Plain Layout
8676 Befehle ! X ! 
8677 \backslash
8678 xleftarrow
8679 \end_layout
8680
8681 \end_inset
8682
8683  und 
8684 \series bold
8685
8686 \backslash
8687 xrightarrow
8688 \series default
8689
8690 \begin_inset Index
8691 status collapsed
8692
8693 \begin_layout Plain Layout
8694 Befehle ! X ! 
8695 \backslash
8696 xrightarrow
8697 \begin_inset ERT
8698 status collapsed
8699
8700 \begin_layout Plain Layout
8701
8702
8703 \backslash
8704 vspace{4mm}
8705 \end_layout
8706
8707 \end_inset
8708
8709
8710 \end_layout
8711
8712 \end_inset
8713
8714 .
8715  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8716  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8717  Die Pfeillänge passt sich der Breite der Beschriftung an.
8718 \end_layout
8719
8720 \begin_layout Standard
8721 \align center
8722 \begin_inset Tabular
8723 <lyxtabular version="3" rows="3" columns="2">
8724 <features>
8725 <column alignment="center" valignment="top" width="0pt">
8726 <column alignment="center" valignment="top" width="0pt">
8727 <row>
8728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 Befehl
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 Ergebnis
8742 \begin_inset Note Note
8743 status collapsed
8744
8745 \begin_layout Plain Layout
8746
8747 \series bold
8748
8749 \backslash
8750 raisebox
8751 \series default
8752  dient nur als Abstandhalter.
8753 \end_layout
8754
8755 \end_inset
8756
8757
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 </row>
8763 <row>
8764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768 F(a)
8769 \backslash
8770 xleftarrow
8771 \begin_inset ERT
8772 status collapsed
8773
8774 \begin_layout Plain Layout
8775
8776
8777 \backslash
8778 leer 
8779 \end_layout
8780
8781 \end_inset
8782
8783 x=a
8784 \begin_inset Formula $\downarrow$
8785 \end_inset
8786
8787 x>0
8788 \begin_inset Formula $\to$
8789 \end_inset
8790
8791 F(x)
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8801 \end_inset
8802
8803
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 </row>
8809 <row>
8810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 F(x)
8815 \backslash
8816 xrightarrow
8817 \begin_inset ERT
8818 status collapsed
8819
8820 \begin_layout Plain Layout
8821
8822
8823 \backslash
8824 leer 
8825 \end_layout
8826
8827 \end_inset
8828
8829 x=a
8830 \begin_inset Formula $\downarrow$
8831 \end_inset
8832
8833 x>0
8834 \begin_inset Formula $\to$
8835 \end_inset
8836
8837 F(a)
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8847 \end_inset
8848
8849
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 </row>
8855 </lyxtabular>
8856
8857 \end_inset
8858
8859
8860 \end_layout
8861
8862 \begin_layout Subsection
8863 Vertikale und diagonale Pfeile
8864 \begin_inset Index
8865 status collapsed
8866
8867 \begin_layout Plain Layout
8868 Pfeile ! diagonale
8869 \end_layout
8870
8871 \end_inset
8872
8873
8874 \begin_inset Index
8875 status collapsed
8876
8877 \begin_layout Plain Layout
8878 Pfeile ! vertikale
8879 \end_layout
8880
8881 \end_inset
8882
8883
8884 \end_layout
8885
8886 \begin_layout Standard
8887 \begin_inset space \hfill{}
8888 \end_inset
8889
8890
8891 \begin_inset Tabular
8892 <lyxtabular version="3" rows="7" columns="2">
8893 <features>
8894 <column alignment="center" valignment="top" width="0pt">
8895 <column alignment="center" valignment="top" width="0pt">
8896 <row>
8897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901 Befehl
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 Ergebnis
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 </row>
8916 <row>
8917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921
8922 \backslash
8923 uparrow
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932 \begin_inset Formula $\uparrow$
8933 \end_inset
8934
8935
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 </row>
8941 <row>
8942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946
8947 \backslash
8948 Uparrow
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957 \begin_inset Formula $\Uparrow$
8958 \end_inset
8959
8960
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 </row>
8966 <row>
8967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971
8972 \backslash
8973 updownarrow
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 \begin_inset Formula $\updownarrow$
8983 \end_inset
8984
8985
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 </row>
8991 <row>
8992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996
8997 \backslash
8998 Updownarrow
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 \begin_inset Formula $\Updownarrow$
9008 \end_inset
9009
9010
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 </row>
9016 <row>
9017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021
9022 \backslash
9023 Downarrow
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 \begin_inset Formula $\Downarrow$
9033 \end_inset
9034
9035
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 </row>
9041 <row>
9042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046
9047 \backslash
9048 downarrow
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057 \begin_inset Formula $\downarrow$
9058 \end_inset
9059
9060
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 </lyxtabular>
9067
9068 \end_inset
9069
9070
9071 \begin_inset space \hfill{}
9072 \end_inset
9073
9074
9075 \begin_inset Tabular
9076 <lyxtabular version="3" rows="5" columns="2">
9077 <features>
9078 <column alignment="center" valignment="top" width="0pt">
9079 <column alignment="center" valignment="top" width="0pt">
9080 <row>
9081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 Befehl
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094 Ergebnis
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 </row>
9100 <row>
9101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105
9106 \backslash
9107 nearrow
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 \begin_inset Formula $\nearrow$
9117 \end_inset
9118
9119
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 </row>
9125 <row>
9126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130
9131 \backslash
9132 searrow
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141 \begin_inset Formula $\searrow$
9142 \end_inset
9143
9144
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 </row>
9150 <row>
9151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155
9156 \backslash
9157 swarrow
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 \begin_inset Formula $\swarrow$
9167 \end_inset
9168
9169
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 </row>
9175 <row>
9176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180
9181 \backslash
9182 nwarrow
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 \begin_inset Formula $\nwarrow$
9192 \end_inset
9193
9194
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 </row>
9200 </lyxtabular>
9201
9202 \end_inset
9203
9204
9205 \begin_inset space \hfill{}
9206 \end_inset
9207
9208
9209 \end_layout
9210
9211 \begin_layout Standard
9212 \begin_inset VSpace medskip
9213 \end_inset
9214
9215 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9216  
9217 \begin_inset CommandInset ref
9218 LatexCommand ref
9219 reference "sub:Manuelle-Klammergrößen"
9220
9221 \end_inset
9222
9223  und 
9224 \begin_inset CommandInset ref
9225 LatexCommand ref
9226 reference "sub:Automatische-Klammergrößen"
9227
9228 \end_inset
9229
9230  beschriebenen Befehlen verwendet werden.
9231 \end_layout
9232
9233 \begin_layout Section
9234 Akzente
9235 \begin_inset CommandInset label
9236 LatexCommand label
9237 name "sec:Akzente"
9238
9239 \end_inset
9240
9241
9242 \begin_inset Index
9243 status collapsed
9244
9245 \begin_layout Plain Layout
9246 Akzente
9247 \end_layout
9248
9249 \end_inset
9250
9251
9252 \end_layout
9253
9254 \begin_layout Standard
9255 Akzente können über den Mathe-Werkzeugleistenknopf 
9256 \begin_inset Graphics
9257         filename ../../images/math/hat.png
9258         scale 85
9259
9260 \end_inset
9261
9262  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9263  aufgelistet sind.
9264 \end_layout
9265
9266 \begin_layout Subsection
9267 Akzente für ein Zeichen
9268 \begin_inset ERT
9269 status collapsed
9270
9271 \begin_layout Plain Layout
9272
9273
9274 \backslash
9275 texorpdfstring{
9276 \end_layout
9277
9278 \end_inset
9279
9280
9281 \begin_inset Foot
9282 status collapsed
9283
9284 \begin_layout Plain Layout
9285 Akzente im Text siehe 
9286 \begin_inset CommandInset ref
9287 LatexCommand ref
9288 reference "sub:Sonderzeichen-Akzente"
9289
9290 \end_inset
9291
9292
9293 \end_layout
9294
9295 \end_inset
9296
9297
9298 \begin_inset ERT
9299 status collapsed
9300
9301 \begin_layout Plain Layout
9302
9303 }{}
9304 \end_layout
9305
9306 \end_inset
9307
9308
9309 \begin_inset Note Note
9310 status collapsed
9311
9312 \begin_layout Plain Layout
9313
9314 \series bold
9315
9316 \backslash
9317 texorpdfstring
9318 \series default
9319  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9320 \end_layout
9321
9322 \begin_layout Plain Layout
9323 Näheres zu 
9324 \series bold
9325
9326 \backslash
9327 texorpdfstring
9328 \series default
9329  steht in Kapitel 
9330 \begin_inset CommandInset ref
9331 LatexCommand ref
9332 reference "sub:Formeln-in-Überschriften"
9333
9334 \end_inset
9335
9336 .
9337 \end_layout
9338
9339 \end_inset
9340
9341
9342 \begin_inset CommandInset label
9343 LatexCommand label
9344 name "sub:Akzente-für-ein"
9345
9346 \end_inset
9347
9348
9349 \begin_inset Index
9350 status collapsed
9351
9352 \begin_layout Plain Layout
9353 Akzente ! für ein Zeichen
9354 \end_layout
9355
9356 \end_inset
9357
9358
9359 \end_layout
9360
9361 \begin_layout Standard
9362 \begin_inset space \hfill{}
9363 \end_inset
9364
9365
9366 \begin_inset Tabular
9367 <lyxtabular version="3" rows="8" columns="2">
9368 <features>
9369 <column alignment="center" valignment="top" width="0pt">
9370 <column alignment="center" valignment="top" width="0pt">
9371 <row>
9372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376 Befehl
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 Ergebnis
9386 \begin_inset Note Note
9387 status collapsed
9388
9389 \begin_layout Plain Layout
9390
9391 \series bold
9392
9393 \backslash
9394 raisebox
9395 \series default
9396  dient nur als Abstandhalter.
9397 \end_layout
9398
9399 \end_inset
9400
9401
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 </row>
9407 <row>
9408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412
9413 \backslash
9414 dot
9415 \begin_inset ERT
9416 status collapsed
9417
9418 \begin_layout Plain Layout
9419
9420
9421 \backslash
9422 leer 
9423 \end_layout
9424
9425 \end_inset
9426
9427 A
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9437 \end_inset
9438
9439
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 </row>
9445 <row>
9446 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450
9451 \backslash
9452 ddot
9453 \begin_inset ERT
9454 status collapsed
9455
9456 \begin_layout Plain Layout
9457
9458
9459 \backslash
9460 leer 
9461 \end_layout
9462
9463 \end_inset
9464
9465 A
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9475 \end_inset
9476
9477
9478 \end_layout
9479
9480 \end_inset
9481 </cell>
9482 </row>
9483 <row>
9484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488
9489 \backslash
9490 dddot
9491 \begin_inset ERT
9492 status collapsed
9493
9494 \begin_layout Plain Layout
9495
9496
9497 \backslash
9498 leer 
9499 \end_layout
9500
9501 \end_inset
9502
9503 A
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9513 \end_inset
9514
9515
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 </row>
9521 <row>
9522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526
9527 \backslash
9528 ddddot{A
9529 \end_layout
9530
9531 \end_inset
9532 </cell>
9533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9534 \begin_inset Text
9535
9536 \begin_layout Plain Layout
9537 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9538 \end_inset
9539
9540
9541 \end_layout
9542
9543 \end_inset
9544 </cell>
9545 </row>
9546 <row>
9547 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551
9552 \backslash
9553 vec
9554 \begin_inset ERT
9555 status collapsed
9556
9557 \begin_layout Plain Layout
9558
9559
9560 \backslash
9561 leer 
9562 \end_layout
9563
9564 \end_inset
9565
9566 A
9567 \begin_inset Index
9568 status collapsed
9569
9570 \begin_layout Plain Layout
9571 Vektoren
9572 \end_layout
9573
9574 \end_inset
9575
9576
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9586 \end_inset
9587
9588
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 </row>
9594 <row>
9595 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9596 \begin_inset Text
9597
9598 \begin_layout Plain Layout
9599
9600 \backslash
9601 bar
9602 \begin_inset ERT
9603 status collapsed
9604
9605 \begin_layout Plain Layout
9606
9607
9608 \backslash
9609 leer 
9610 \end_layout
9611
9612 \end_inset
9613
9614 A
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Plain Layout
9623 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9624 \end_inset
9625
9626
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 </row>
9632 <row>
9633 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Plain Layout
9637
9638 \backslash
9639 mathring
9640 \begin_inset ERT
9641 status collapsed
9642
9643 \begin_layout Plain Layout
9644
9645
9646 \backslash
9647 leer 
9648 \end_layout
9649
9650 \end_inset
9651
9652 A
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9662 \end_inset
9663
9664
9665 \end_layout
9666
9667 \end_inset
9668 </cell>
9669 </row>
9670 </lyxtabular>
9671
9672 \end_inset
9673
9674
9675 \begin_inset space \hfill{}
9676 \end_inset
9677
9678
9679 \begin_inset Tabular
9680 <lyxtabular version="3" rows="7" columns="2">
9681 <features>
9682 <column alignment="center" valignment="top" width="0pt">
9683 <column alignment="center" valignment="top" width="0pt">
9684 <row>
9685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689 Befehl
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698 Ergebnis
9699 \end_layout
9700
9701 \end_inset
9702 </cell>
9703 </row>
9704 <row>
9705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709
9710 \backslash
9711 tilde
9712 \begin_inset ERT
9713 status collapsed
9714
9715 \begin_layout Plain Layout
9716
9717
9718 \backslash
9719 leer 
9720 \end_layout
9721
9722 \end_inset
9723
9724 A
9725 \end_layout
9726
9727 \end_inset
9728 </cell>
9729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9730 \begin_inset Text
9731
9732 \begin_layout Plain Layout
9733 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9734 \end_inset
9735
9736
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 </row>
9742 <row>
9743 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9744 \begin_inset Text
9745
9746 \begin_layout Plain Layout
9747
9748 \backslash
9749 hat
9750 \begin_inset ERT
9751 status collapsed
9752
9753 \begin_layout Plain Layout
9754
9755
9756 \backslash
9757 leer 
9758 \end_layout
9759
9760 \end_inset
9761
9762 A
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9772 \end_inset
9773
9774
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 </row>
9780 <row>
9781 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Plain Layout
9785
9786 \backslash
9787 check
9788 \begin_inset ERT
9789 status collapsed
9790
9791 \begin_layout Plain Layout
9792
9793
9794 \backslash
9795 leer 
9796 \end_layout
9797
9798 \end_inset
9799
9800 A
9801 \end_layout
9802
9803 \end_inset
9804 </cell>
9805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Plain Layout
9809 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9810 \end_inset
9811
9812
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 </row>
9818 <row>
9819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823
9824 \backslash
9825 acute
9826 \begin_inset ERT
9827 status collapsed
9828
9829 \begin_layout Plain Layout
9830
9831
9832 \backslash
9833 leer 
9834 \end_layout
9835
9836 \end_inset
9837
9838 A
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9844 \begin_inset Text
9845
9846 \begin_layout Plain Layout
9847 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9848 \end_inset
9849
9850
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 </row>
9856 <row>
9857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861
9862 \backslash
9863 grave
9864 \begin_inset ERT
9865 status collapsed
9866
9867 \begin_layout Plain Layout
9868
9869
9870 \backslash
9871 leer 
9872 \end_layout
9873
9874 \end_inset
9875
9876 A
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9886 \end_inset
9887
9888
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 </row>
9894 <row>
9895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899
9900 \backslash
9901 breve
9902 \begin_inset ERT
9903 status collapsed
9904
9905 \begin_layout Plain Layout
9906
9907
9908 \backslash
9909 leer 
9910 \end_layout
9911
9912 \end_inset
9913
9914 A
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9924 \end_inset
9925
9926
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 </row>
9932 </lyxtabular>
9933
9934 \end_inset
9935
9936
9937 \begin_inset space \hfill{}
9938 \end_inset
9939
9940
9941 \end_layout
9942
9943 \begin_layout Standard
9944 \begin_inset VSpace bigskip
9945 \end_inset
9946
9947 Akzente wie z.B.
9948  é können direkt in Formeln eingegeben werden.
9949  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
9950  Für Umlaute
9951 \begin_inset Index
9952 status collapsed
9953
9954 \begin_layout Plain Layout
9955 Umlaute
9956 \end_layout
9957
9958 \end_inset
9959
9960  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
9961  Diese beiden Zeichen bilden dann für LaTeX 
9962 \emph on
9963 ein
9964 \emph default
9965  Zeichen.
9966  Im Gegensatz zu 
9967 \series bold
9968
9969 \backslash
9970 ddot
9971 \series default
9972  entstehen damit 
9973 \begin_inset Quotes gld
9974 \end_inset
9975
9976 echte
9977 \begin_inset Quotes grd
9978 \end_inset
9979
9980  Umlaute, was folgendes Beispiel zeigt:
9981 \end_layout
9982
9983 \begin_layout Standard
9984 \begin_inset VSpace -2mm
9985 \end_inset
9986
9987
9988 \end_layout
9989
9990 \begin_layout Standard
9991 \align center
9992 \begin_inset Tabular
9993 <lyxtabular version="3" rows="3" columns="2">
9994 <features>
9995 <column alignment="center" valignment="top" width="0">
9996 <column alignment="center" valignment="top" width="0">
9997 <row>
9998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002 Befehl
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011 Ergebnis
10012 \begin_inset Note Note
10013 status collapsed
10014
10015 \begin_layout Plain Layout
10016
10017 \series bold
10018
10019 \backslash
10020 raisebox
10021 \series default
10022  dient nur als Abstandhalter.
10023 \end_layout
10024
10025 \end_inset
10026
10027
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 </row>
10033 <row>
10034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038 \begin_inset Quotes grd
10039 \end_inset
10040
10041 i
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050 \begin_inset Formula $"i$
10051 \end_inset
10052
10053
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 </row>
10059 <row>
10060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \backslash
10066 ddot
10067 \begin_inset ERT
10068 status collapsed
10069
10070 \begin_layout Plain Layout
10071
10072
10073 \backslash
10074 leer 
10075 \end_layout
10076
10077 \end_inset
10078
10079 i
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10089 \end_inset
10090
10091
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 </row>
10097 </lyxtabular>
10098
10099 \end_inset
10100
10101
10102 \end_layout
10103
10104 \begin_layout Standard
10105 Ein weiterer Vorteil gegenüber 
10106 \series bold
10107
10108 \backslash
10109 ddot
10110 \series default
10111  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10112  denn die obigen Akzentbefehle sind 
10113 \emph on
10114 im mathematischen Text\SpecialChar \-
10115 modus nicht erlaubt
10116 \emph default
10117 .
10118  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10119  nur das Zeichen unter dem Akzent umgewandelt werden.
10120  Das gilt auch für alle anderen Umwandlungen wie z.
10121 \begin_inset space \thinspace{}
10122 \end_inset
10123
10124 B.
10125  in kursiv oder fett.
10126 \end_layout
10127
10128 \begin_layout Standard
10129 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10130  direkt eingegeben werden.
10131 \end_layout
10132
10133 \begin_layout Subsection
10134 Akzente für Operatoren
10135 \begin_inset Index
10136 status collapsed
10137
10138 \begin_layout Plain Layout
10139 Akzente ! für Operatoren
10140 \end_layout
10141
10142 \end_inset
10143
10144
10145 \end_layout
10146
10147 \begin_layout Standard
10148 Zum Akzentuieren von Operatoren gibt es die Befehle 
10149 \series bold
10150
10151 \backslash
10152 overset
10153 \series default
10154
10155 \begin_inset Index
10156 status collapsed
10157
10158 \begin_layout Plain Layout
10159 Befehle ! O ! 
10160 \backslash
10161 overset
10162 \end_layout
10163
10164 \end_inset
10165
10166  und 
10167 \series bold
10168
10169 \backslash
10170 underset
10171 \series default
10172
10173 \begin_inset Index
10174 status collapsed
10175
10176 \begin_layout Plain Layout
10177 Befehle ! U ! 
10178 \backslash
10179 underset
10180 \end_layout
10181
10182 \end_inset
10183
10184 , mit denen man Zeichen über bzw.
10185  unter einen Operator setzen kann.
10186  Mit dem Befehl 
10187 \series bold
10188
10189 \backslash
10190 sideset
10191 \series default
10192
10193 \begin_inset Index
10194 status collapsed
10195
10196 \begin_layout Plain Layout
10197 Befehle ! S ! 
10198 \backslash
10199 sideset
10200 \end_layout
10201
10202 \end_inset
10203
10204  können Zeichen vor und nach einen Operator gesetzt werden.
10205  Das Befehlsschema lautet:
10206 \end_layout
10207
10208 \begin_layout Standard
10209
10210 \series bold
10211
10212 \backslash
10213 sideset{Zeichen
10214 \series default
10215  
10216 \series bold
10217 davor}{Zeichen
10218 \series default
10219  
10220 \series bold
10221 dahinter}
10222 \end_layout
10223
10224 \begin_layout Standard
10225
10226 \series bold
10227
10228 \backslash
10229 sideset
10230 \series default
10231  mussen immer vor dem zu akzentuierenden Operator stehen.
10232  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10233  Symbolen akzentuiert werden.
10234  Will man mit 
10235 \series bold
10236
10237 \backslash
10238 sideset
10239 \series default
10240  z.
10241 \begin_inset space \thinspace{}
10242 \end_inset
10243
10244 B.
10245  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10246  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10247 \end_layout
10248
10249 \begin_layout Standard
10250 Z.
10251 \begin_inset space \thinspace{}
10252 \end_inset
10253
10254 B.
10255  ergibt der Befehl 
10256 \series bold
10257
10258 \backslash
10259 sideset{
10260 \begin_inset Formula $\to$
10261 \end_inset
10262
10263
10264 \backslash
10265 {
10266 \series default
10267 '
10268 \series bold
10269
10270 \begin_inset Formula $\to$
10271 \end_inset
10272
10273
10274 \backslash
10275 sum_k=1
10276 \begin_inset ERT
10277 status collapsed
10278
10279 \begin_layout Plain Layout
10280
10281
10282 \backslash
10283 leer 
10284 \end_layout
10285
10286 \end_inset
10287
10288
10289 \series default
10290 ^
10291 \series bold
10292 n
10293 \series default
10294  :
10295 \begin_inset Formula \[
10296 \sideset{}{'}\sum_{k=1}^{n}\]
10297
10298 \end_inset
10299
10300
10301 \end_layout
10302
10303 \begin_layout Standard
10304 Der Befehl 
10305 \series bold
10306
10307 \backslash
10308 overset
10309 \begin_inset ERT
10310 status collapsed
10311
10312 \begin_layout Plain Layout
10313
10314
10315 \backslash
10316 leer 
10317 \end_layout
10318
10319 \end_inset
10320
10321
10322 \backslash
10323 maltese
10324 \begin_inset ERT
10325 status collapsed
10326
10327 \begin_layout Plain Layout
10328
10329
10330 \backslash
10331 leer 
10332 \end_layout
10333
10334 \end_inset
10335
10336
10337 \series default
10338
10339 \begin_inset Formula $\uparrow$
10340 \end_inset
10341
10342
10343 \series bold
10344 a
10345 \series default
10346  ergibt:
10347 \begin_inset Formula \[
10348 \overset{a}{\maltese}\]
10349
10350 \end_inset
10351
10352 Wie man am letzten Beispiel sieht, kann man mit 
10353 \series bold
10354
10355 \backslash
10356 overset
10357 \series default
10358  bzw.
10359  
10360 \series bold
10361
10362 \backslash
10363 underset
10364 \series default
10365  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10366 \series bold
10367
10368 \backslash
10369 sideset
10370 \series default
10371  ist dies nicht möglich.
10372 \end_layout
10373
10374 \begin_layout Subsection
10375 Akzente für mehrere Zeichen
10376 \begin_inset Index
10377 status collapsed
10378
10379 \begin_layout Plain Layout
10380 Akzente ! für mehrere Zeichen
10381 \end_layout
10382
10383 \end_inset
10384
10385
10386 \end_layout
10387
10388 \begin_layout Standard
10389 \begin_inset space \hfill{}
10390 \end_inset
10391
10392
10393 \begin_inset Tabular
10394 <lyxtabular version="3" rows="5" columns="2">
10395 <features>
10396 <column alignment="center" valignment="top" width="0pt">
10397 <column alignment="center" valignment="top" width="0pt">
10398 <row>
10399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 Befehl
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 Ergebnis
10413 \begin_inset Note Note
10414 status collapsed
10415
10416 \begin_layout Plain Layout
10417
10418 \series bold
10419
10420 \backslash
10421 raisebox
10422 \series default
10423  dient nur als Abstandhalter.
10424 \end_layout
10425
10426 \end_inset
10427
10428
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 </row>
10434 <row>
10435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439
10440 \backslash
10441 overleftarrow
10442 \begin_inset ERT
10443 status collapsed
10444
10445 \begin_layout Plain Layout
10446
10447
10448 \backslash
10449 leer 
10450 \end_layout
10451
10452 \end_inset
10453
10454 A=B
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10464 \end_inset
10465
10466
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 </row>
10472 <row>
10473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477
10478 \backslash
10479 underleftarrow
10480 \begin_inset ERT
10481 status collapsed
10482
10483 \begin_layout Plain Layout
10484
10485
10486 \backslash
10487 leer 
10488 \end_layout
10489
10490 \end_inset
10491
10492 A=B
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10502 \end_inset
10503
10504
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 </row>
10510 <row>
10511 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515
10516 \backslash
10517 overleftrightarrow
10518 \begin_inset ERT
10519 status collapsed
10520
10521 \begin_layout Plain Layout
10522
10523
10524 \backslash
10525 leer 
10526 \end_layout
10527
10528 \end_inset
10529
10530 A=B
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10540 \end_inset
10541
10542
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 </row>
10548 <row>
10549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553
10554 \backslash
10555 underleftrightarrow
10556 \begin_inset ERT
10557 status collapsed
10558
10559 \begin_layout Plain Layout
10560
10561
10562 \backslash
10563 leer 
10564 \end_layout
10565
10566 \end_inset
10567
10568 A=B
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10578 \end_inset
10579
10580
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 </row>
10586 </lyxtabular>
10587
10588 \end_inset
10589
10590
10591 \begin_inset space \hfill{}
10592 \end_inset
10593
10594
10595 \begin_inset Tabular
10596 <lyxtabular version="3" rows="5" columns="2">
10597 <features>
10598 <column alignment="center" valignment="top" width="0pt">
10599 <column alignment="center" valignment="top" width="0pt">
10600 <row>
10601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 Befehl
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 Ergebnis
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 <row>
10621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \backslash
10627 overrightarrow
10628 \begin_inset ERT
10629 status collapsed
10630
10631 \begin_layout Plain Layout
10632
10633
10634 \backslash
10635 leer 
10636 \end_layout
10637
10638 \end_inset
10639
10640 A=B
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10650 \end_inset
10651
10652
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 </row>
10658 <row>
10659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663
10664 \backslash
10665 underrightarrow
10666 \begin_inset ERT
10667 status collapsed
10668
10669 \begin_layout Plain Layout
10670
10671
10672 \backslash
10673 leer 
10674 \end_layout
10675
10676 \end_inset
10677
10678 A=B
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10688 \end_inset
10689
10690
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 </row>
10696 <row>
10697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701
10702 \backslash
10703 widetilde
10704 \begin_inset ERT
10705 status collapsed
10706
10707 \begin_layout Plain Layout
10708
10709
10710 \backslash
10711 leer 
10712 \end_layout
10713
10714 \end_inset
10715
10716 A=B
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10726 \end_inset
10727
10728
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 </row>
10734 <row>
10735 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739
10740 \backslash
10741 widehat
10742 \begin_inset ERT
10743 status collapsed
10744
10745 \begin_layout Plain Layout
10746
10747
10748 \backslash
10749 leer 
10750 \end_layout
10751
10752 \end_inset
10753
10754 A=B
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10764 \end_inset
10765
10766
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 </row>
10772 </lyxtabular>
10773
10774 \end_inset
10775
10776
10777 \begin_inset space \hfill{}
10778 \end_inset
10779
10780
10781 \end_layout
10782
10783 \begin_layout Standard
10784 \begin_inset VSpace medskip
10785 \end_inset
10786
10787 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10788  Die Akzente
10789 \begin_inset Newline linebreak
10790 \end_inset
10791
10792
10793 \series bold
10794
10795 \backslash
10796 widetilde
10797 \series default
10798  und 
10799 \series bold
10800
10801 \backslash
10802 widehat
10803 \series default
10804  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10805  was folgendes Beispiel verdeutlicht:
10806 \begin_inset Formula \[
10807 \widetilde{A+B=C-D}\]
10808
10809 \end_inset
10810
10811
10812 \end_layout
10813
10814 \begin_layout Standard
10815 Mit den im vorigen Kapitel beschriebenen Befehlen 
10816 \series bold
10817
10818 \backslash
10819 overset
10820 \series default
10821
10822 \begin_inset Index
10823 status collapsed
10824
10825 \begin_layout Plain Layout
10826 Befehle ! O ! 
10827 \backslash
10828 overset
10829 \end_layout
10830
10831 \end_inset
10832
10833  und 
10834 \series bold
10835
10836 \backslash
10837 underset
10838 \series default
10839
10840 \begin_inset Index
10841 status collapsed
10842
10843 \begin_layout Plain Layout
10844 Befehle ! U ! 
10845 \backslash
10846 underset
10847 \end_layout
10848
10849 \end_inset
10850
10851  ist es auch möglich mehrere Zeichen zu akzentuieren.
10852  Der Befehl 
10853 \series bold
10854
10855 \backslash
10856 underset
10857 \begin_inset ERT
10858 status collapsed
10859
10860 \begin_layout Plain Layout
10861
10862
10863 \backslash
10864 leer 
10865 \end_layout
10866
10867 \end_inset
10868
10869 A=B
10870 \begin_inset Formula $\downarrow$
10871 \end_inset
10872
10873 ***
10874 \series default
10875  ergibt:
10876 \begin_inset Formula \[
10877 \underset{***}{A=B}\]
10878
10879 \end_inset
10880
10881
10882 \end_layout
10883
10884 \begin_layout Section
10885 Leerraum
10886 \begin_inset CommandInset label
10887 LatexCommand label
10888 name "sub:Leerraum"
10889
10890 \end_inset
10891
10892
10893 \begin_inset Index
10894 status collapsed
10895
10896 \begin_layout Plain Layout
10897 Leerraum ! horizontaler
10898 \end_layout
10899
10900 \end_inset
10901
10902
10903 \end_layout
10904
10905 \begin_layout Subsection
10906 Vordefinierter Leerraum
10907 \begin_inset CommandInset label
10908 LatexCommand label
10909 name "sub:Vordefinierter-Leerraum"
10910
10911 \end_inset
10912
10913
10914 \begin_inset Index
10915 status collapsed
10916
10917 \begin_layout Plain Layout
10918 Leerraum ! horizontaler ! vordefiniert
10919 \end_layout
10920
10921 \end_inset
10922
10923
10924 \end_layout
10925
10926 \begin_layout Standard
10927 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
10928  Dazu gibt man ein geschütztes Leerzeichen ein.
10929  Es erscheint ein 
10930 \begin_inset Quotes gld
10931 \end_inset
10932
10933
10934 \color blue
10935
10936 \begin_inset ERT
10937 status collapsed
10938
10939 \begin_layout Plain Layout
10940
10941
10942 \backslash
10943 leer 
10944 \end_layout
10945
10946 \end_inset
10947
10948
10949 \color inherit
10950
10951 \begin_inset Quotes grd
10952 \end_inset
10953
10954  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
10955  Leerraum-Größen wählen.
10956  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
10957 \begin_inset Graphics
10958         filename ../../images/math/space.png
10959         scale 85
10960
10961 \end_inset
10962
10963  oder mit einzelnen Befehlen aufrufen.
10964  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
10965  danach wieder aus allen Größen wählen.
10966 \end_layout
10967
10968 \begin_layout Standard
10969 \align center
10970 \begin_inset VSpace -5mm
10971 \end_inset
10972
10973
10974 \begin_inset Tabular
10975 <lyxtabular version="3" rows="3" columns="7">
10976 <features>
10977 <column alignment="center" valignment="middle" width="6.8cm">
10978 <column alignment="center" valignment="top" width="0pt">
10979 <column alignment="center" valignment="top" width="0pt">
10980 <column alignment="center" valignment="top" width="0pt">
10981 <column alignment="center" valignment="top" width="0pt">
10982 <column alignment="center" valignment="top" width="0pt">
10983 <column alignment="center" valignment="top" width="0pt">
10984 <row>
10985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 Befehl
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998
10999 \backslash
11000 ,
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009
11010 \backslash
11011 :
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020
11021 \backslash
11022 ;
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031
11032 \backslash
11033 quad
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042
11043 \backslash
11044 qquad
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053
11054 \backslash
11055 !
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 </row>
11061 <row>
11062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 0
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084 1
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093 2
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102 3
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 4
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 5
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 </row>
11126 <row>
11127 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131 Ergebnis
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140 \begin_inset Formula $A\, B$
11141 \end_inset
11142
11143
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152 \begin_inset Formula $A\: B$
11153 \end_inset
11154
11155
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 \begin_inset Formula $A\; B$
11165 \end_inset
11166
11167
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176 \begin_inset Formula $A\quad B$
11177 \end_inset
11178
11179
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188 \begin_inset Formula $A\qquad B$
11189 \end_inset
11190
11191
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200 \begin_inset Formula $A\! B$
11201 \end_inset
11202
11203
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 </row>
11209 </lyxtabular>
11210
11211 \end_inset
11212
11213
11214 \end_layout
11215
11216 \begin_layout Standard
11217 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11218  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11219  denn sie erstellt negativen Leerraum.
11220  Es gibt noch zwei weitere negative Leerräume:
11221 \end_layout
11222
11223 \begin_layout Standard
11224 \align center
11225 \begin_inset Tabular
11226 <lyxtabular version="3" rows="3" columns="3">
11227 <features>
11228 <column alignment="center" valignment="middle" width="6.8cm">
11229 <column alignment="center" valignment="top" width="0pt">
11230 <column alignment="center" valignment="top" width="0pt">
11231 <row>
11232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 Befehl
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245
11246 \backslash
11247 negmedspace
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256
11257 \backslash
11258 negthickspace
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 </row>
11264 <row>
11265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 6
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287 7
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 </row>
11293 <row>
11294 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298 Ergebnis
11299 \end_layout
11300
11301 \end_inset
11302 </cell>
11303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11304 \begin_inset Text
11305
11306 \begin_layout Plain Layout
11307 \begin_inset Formula $A\negmedspace B$
11308 \end_inset
11309
11310
11311 \end_layout
11312
11313 \end_inset
11314 </cell>
11315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11316 \begin_inset Text
11317
11318 \begin_layout Plain Layout
11319 \begin_inset Formula $A\negthickspace B$
11320 \end_inset
11321
11322
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 </row>
11328 </lyxtabular>
11329
11330 \end_inset
11331
11332
11333 \end_layout
11334
11335 \begin_layout Standard
11336 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11337  Man kann auf diese Weise Ligaturen erzwingen, was z.
11338 \begin_inset space \thinspace{}
11339 \end_inset
11340
11341 B.
11342  für Summenzeichen von Nutzen ist: 
11343 \end_layout
11344
11345 \begin_layout Standard
11346 \align center
11347 \begin_inset Tabular
11348 <lyxtabular version="3" rows="3" columns="2">
11349 <features>
11350 <column alignment="center" valignment="top" width="0">
11351 <column alignment="center" valignment="top" width="0">
11352 <row>
11353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357 Befehl
11358 \end_layout
11359
11360 \end_inset
11361 </cell>
11362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11363 \begin_inset Text
11364
11365 \begin_layout Plain Layout
11366 Ergebnis
11367 \begin_inset Note Note
11368 status collapsed
11369
11370 \begin_layout Plain Layout
11371
11372 \series bold
11373
11374 \backslash
11375 raisebox
11376 \series default
11377  dient nur als Abstandhalter.
11378 \end_layout
11379
11380 \end_inset
11381
11382
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 </row>
11388 <row>
11389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393
11394 \backslash
11395 sum
11396 \backslash
11397 sum
11398 \begin_inset ERT
11399 status collapsed
11400
11401 \begin_layout Plain Layout
11402
11403
11404 \backslash
11405 leer 
11406 \end_layout
11407
11408 \end_inset
11409
11410 f_kl
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11420 \end_inset
11421
11422
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 </row>
11428 <row>
11429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433
11434 \backslash
11435 sum
11436 \backslash
11437 negmedspace
11438 \backslash
11439 sum
11440 \begin_inset ERT
11441 status collapsed
11442
11443 \begin_layout Plain Layout
11444
11445
11446 \backslash
11447 leer 
11448 \end_layout
11449
11450 \end_inset
11451
11452 f_kl
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Plain Layout
11461 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11462 \end_inset
11463
11464
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 </row>
11470 </lyxtabular>
11471
11472 \end_inset
11473
11474
11475 \end_layout
11476
11477 \begin_layout Standard
11478 Relationen, wie z.
11479 \begin_inset space \thinspace{}
11480 \end_inset
11481
11482 B.
11483  Gleichheitszeichen, sind immer von Leerraum umgeben.
11484  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11485  TeX-Klammer.
11486  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11487 \end_layout
11488
11489 \begin_layout Standard
11490 \align center
11491 \begin_inset Tabular
11492 <lyxtabular version="3" rows="2" columns="2">
11493 <features>
11494 <column alignment="center" valignment="top" width="0pt">
11495 <column alignment="center" valignment="top" width="0pt">
11496 <row>
11497 <cell alignment="center" valignment="top" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 normale Gleichung
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 <cell alignment="center" valignment="top" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510 \begin_inset Formula $A=B$
11511 \end_inset
11512
11513
11514 \end_layout
11515
11516 \end_inset
11517 </cell>
11518 </row>
11519 <row>
11520 <cell alignment="center" valignment="top" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524 \begin_inset Note Note
11525 status collapsed
11526
11527 \begin_layout Plain Layout
11528
11529 \series bold
11530
11531 \backslash
11532 raisebox
11533 \series default
11534  dient nur als Abstandhalter.
11535 \end_layout
11536
11537 \end_inset
11538
11539
11540 \begin_inset Formula $\raisebox{5mm}{}$
11541 \end_inset
11542
11543 Gleichung ohne Leerraum
11544 \end_layout
11545
11546 \end_inset
11547 </cell>
11548 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11549 \begin_inset Text
11550
11551 \begin_layout Plain Layout
11552 \begin_inset Formula $A{=}B$
11553 \end_inset
11554
11555
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 </row>
11561 </lyxtabular>
11562
11563 \end_inset
11564
11565
11566 \end_layout
11567
11568 \begin_layout Standard
11569 Der Befehl für die letzte Formel lautet: 
11570 \series bold
11571 A
11572 \backslash
11573 {=
11574 \begin_inset Formula $\to$
11575 \end_inset
11576
11577 B
11578 \end_layout
11579
11580 \begin_layout Standard
11581 \begin_inset VSpace bigskip
11582 \end_inset
11583
11584 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11585  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11586  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11587 \family sans
11588 Einfügen\SpecialChar \menuseparator
11589 Formatierung\SpecialChar \menuseparator
11590 Kleiner
11591 \begin_inset space ~
11592 \end_inset
11593
11594 Abstand
11595 \family default
11596  (Tastenkürzel 
11597 \family sans
11598 Strg-Shift-Leertaste
11599 \family default
11600 ) ein.
11601 \end_layout
11602
11603 \begin_layout Standard
11604 Ein Beispiel zur Veranschaulichung:
11605 \end_layout
11606
11607 \begin_layout Standard
11608 \begin_inset Tabular
11609 <lyxtabular version="3" rows="2" columns="2">
11610 <features>
11611 <column alignment="left" valignment="top" width="0">
11612 <column alignment="left" valignment="top" width="0">
11613 <row>
11614 <cell alignment="center" valignment="top" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 24 kW
11619 \begin_inset Formula $\cdot$
11620 \end_inset
11621
11622 h
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 <cell alignment="center" valignment="top" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631 Leerzeichen zwischen Wert und Einheit
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 </row>
11637 <row>
11638 <cell alignment="center" valignment="top" usebox="none">
11639 \begin_inset Text
11640
11641 \begin_layout Plain Layout
11642 24
11643 \begin_inset space \thinspace{}
11644 \end_inset
11645
11646 kW
11647 \begin_inset Formula $\cdot$
11648 \end_inset
11649
11650 h
11651 \end_layout
11652
11653 \end_inset
11654 </cell>
11655 <cell alignment="center" valignment="top" usebox="none">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659 kleinster Leerraum zwischen Wert und Einheit
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 </row>
11665 </lyxtabular>
11666
11667 \end_inset
11668
11669
11670 \end_layout
11671
11672 \begin_layout Subsection
11673 Variabler Leerraum
11674 \begin_inset ERT
11675 status collapsed
11676
11677 \begin_layout Plain Layout
11678
11679
11680 \backslash
11681 texorpdfstring{
11682 \end_layout
11683
11684 \end_inset
11685
11686
11687 \begin_inset Foot
11688 status collapsed
11689
11690 \begin_layout Plain Layout
11691 für vertikalen Leerraum in Formeln siehe 
11692 \begin_inset CommandInset ref
11693 LatexCommand ref
11694 reference "sub:Zeilenabstand"
11695
11696 \end_inset
11697
11698
11699 \end_layout
11700
11701 \end_inset
11702
11703
11704 \begin_inset ERT
11705 status collapsed
11706
11707 \begin_layout Plain Layout
11708
11709 }{}
11710 \end_layout
11711
11712 \end_inset
11713
11714
11715 \begin_inset Note Note
11716 status collapsed
11717
11718 \begin_layout Plain Layout
11719
11720 \series bold
11721
11722 \backslash
11723 texorpdfstring
11724 \series default
11725  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11726 \end_layout
11727
11728 \begin_layout Plain Layout
11729 Näheres zu 
11730 \series bold
11731
11732 \backslash
11733 texorpdfstring
11734 \series default
11735  steht in Kapitel 
11736 \begin_inset CommandInset ref
11737 LatexCommand ref
11738 reference "sub:Formeln-in-Überschriften"
11739
11740 \end_inset
11741
11742 .
11743 \end_layout
11744
11745 \end_inset
11746
11747
11748 \begin_inset CommandInset label
11749 LatexCommand label
11750 name "sub:Variabler-Leerraum"
11751
11752 \end_inset
11753
11754
11755 \begin_inset Index
11756 status collapsed
11757
11758 \begin_layout Plain Layout
11759 Leerraum ! horizontaler ! variabel
11760 \end_layout
11761
11762 \end_inset
11763
11764
11765 \end_layout
11766
11767 \begin_layout Standard
11768 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
11769 \series bold
11770
11771 \backslash
11772 hspace
11773 \series default
11774
11775 \begin_inset Index
11776 status collapsed
11777
11778 \begin_layout Plain Layout
11779 Befehle ! H ! 
11780 \backslash
11781 hspace
11782 \end_layout
11783
11784 \end_inset
11785
11786  einfügen.
11787  Es erscheint ein langes 
11788 \begin_inset Quotes gld
11789 \end_inset
11790
11791
11792 \color blue
11793
11794 \begin_inset ERT
11795 status collapsed
11796
11797 \begin_layout Plain Layout
11798
11799
11800 \backslash
11801 leer 
11802 \end_layout
11803
11804 \end_inset
11805
11806
11807 \color inherit
11808
11809 \begin_inset Quotes grd
11810 \end_inset
11811
11812 .
11813  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
11814  das 
11815 \begin_inset Quotes gld
11816 \end_inset
11817
11818
11819 \color blue
11820
11821 \begin_inset ERT
11822 status collapsed
11823
11824 \begin_layout Plain Layout
11825
11826
11827 \backslash
11828 leer 
11829 \end_layout
11830
11831 \end_inset
11832
11833
11834 \color inherit
11835
11836 \begin_inset Quotes grd
11837 \end_inset
11838
11839  klickt.
11840  Die Länge darf auch negativ sein.
11841  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
11842  einnimmt, benutzt man den Befehl 
11843 \series bold
11844
11845 \backslash
11846 hfill
11847 \series default
11848
11849 \begin_inset Index
11850 status collapsed
11851
11852 \begin_layout Plain Layout
11853 Befehle ! H ! 
11854 \backslash
11855 hfill
11856 \end_layout
11857
11858 \end_inset
11859
11860 .
11861 \end_layout
11862
11863 \begin_layout Standard
11864 \begin_inset VSpace -1mm
11865 \end_inset
11866
11867
11868 \end_layout
11869
11870 \begin_layout Standard
11871 \align center
11872 \begin_inset Tabular
11873 <lyxtabular version="3" rows="4" columns="2">
11874 <features>
11875 <column alignment="center" valignment="top" width="0">
11876 <column alignment="center" valignment="top" width="0">
11877 <row>
11878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882 Befehl (
11883 \backslash
11884 hspace Länge)
11885 \end_layout
11886
11887 \end_inset
11888 </cell>
11889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11890 \begin_inset Text
11891
11892 \begin_layout Plain Layout
11893 Ergebnis
11894 \end_layout
11895
11896 \end_inset
11897 </cell>
11898 </row>
11899 <row>
11900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11901 \begin_inset Text
11902
11903 \begin_layout Plain Layout
11904 A=B
11905 \backslash
11906 hspace{3cm
11907 \begin_inset Formula $\to$
11908 \end_inset
11909
11910 A
11911 \backslash
11912 not=C (3
11913 \begin_inset space \thinspace{}
11914 \end_inset
11915
11916 cm)
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11926 \end_inset
11927
11928
11929 \end_layout
11930
11931 \end_inset
11932 </cell>
11933 </row>
11934 <row>
11935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939 A
11940 \backslash
11941 hspace{-1mm
11942 \begin_inset Formula $\to$
11943 \end_inset
11944
11945 A
11946 \backslash
11947 not=A (-1
11948 \begin_inset space \thinspace{}
11949 \end_inset
11950
11951 mm)
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11957 \begin_inset Text
11958
11959 \begin_layout Plain Layout
11960 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11961 \end_inset
11962
11963
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 </row>
11969 <row>
11970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11971 \begin_inset Text
11972
11973 \begin_layout Plain Layout
11974 A=A
11975 \backslash
11976 hfill
11977 \begin_inset ERT
11978 status collapsed
11979
11980 \begin_layout Plain Layout
11981
11982
11983 \backslash
11984 leer 
11985 \end_layout
11986
11987 \end_inset
11988
11989 B=B
11990 \end_layout
11991
11992 \end_inset
11993 </cell>
11994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11995 \begin_inset Text
11996
11997 \begin_layout Plain Layout
11998 \begin_inset Formula $A=A\hfill B=B$
11999 \end_inset
12000
12001
12002 \end_layout
12003
12004 \end_inset
12005 </cell>
12006 </row>
12007 </lyxtabular>
12008
12009 \end_inset
12010
12011
12012 \end_layout
12013
12014 \begin_layout Standard
12015 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12016  Spalteneintrags der Tabelle vorgegeben.
12017  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12018  in die 
12019 \series bold
12020
12021 \backslash
12022 hfill
12023 \series default
12024  eingegeben wird.
12025  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12026  
12027 \series bold
12028
12029 \backslash
12030 hfill
12031 \series default
12032  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12033 \series bold
12034 Eingerückt
12035 \series default
12036  eingestellt ist.
12037  (Formelstile sind in 
12038 \begin_inset CommandInset ref
12039 LatexCommand ref
12040 reference "sec:Formelstile"
12041
12042 \end_inset
12043
12044  erklärt.)
12045 \end_layout
12046
12047 \begin_layout Standard
12048 Neben 
12049 \series bold
12050
12051 \backslash
12052 hfill
12053 \series default
12054  gibt es noch die Befehle 
12055 \series bold
12056
12057 \backslash
12058 dotfill
12059 \series default
12060  und 
12061 \series bold
12062
12063 \backslash
12064 hrulefill
12065 \series default
12066 , die den Leerraum mit einem Muster füllen, siehe 
12067 \begin_inset CommandInset ref
12068 LatexCommand ref
12069 reference "sub:Fortsetzungspunkte"
12070
12071 \end_inset
12072
12073  für ein Beispiel.
12074 \end_layout
12075
12076 \begin_layout Standard
12077 Variabler Leerraum kann für Text über das Menü 
12078 \family sans
12079 Einfügen\SpecialChar \menuseparator
12080 Formatierung\SpecialChar \menuseparator
12081 Horizontaler
12082 \begin_inset space ~
12083 \end_inset
12084
12085 Abstand
12086 \family default
12087  eingefügt werden:
12088 \end_layout
12089
12090 \begin_layout Standard
12091 Dies ist eine Zeile mit
12092 \begin_inset space \hspace{}
12093 \length 2cm
12094 \end_inset
12095
12096 2
12097 \begin_inset space \thinspace{}
12098 \end_inset
12099
12100 cm Leerraum.
12101 \end_layout
12102
12103 \begin_layout Standard
12104 Dies ist eine Zeile mit
12105 \begin_inset space \hfill{}
12106 \end_inset
12107
12108 maximalem Leerraum.
12109 \end_layout
12110
12111 \begin_layout Subsection
12112 Leerraum neben eingebetteten Formeln
12113 \begin_inset Index
12114 status collapsed
12115
12116 \begin_layout Plain Layout
12117 Leerraum ! neben eingebetteten Formeln
12118 \end_layout
12119
12120 \end_inset
12121
12122
12123 \end_layout
12124
12125 \begin_layout Standard
12126 Über die Länge 
12127 \series bold
12128
12129 \backslash
12130 mathsurround
12131 \begin_inset Index
12132 status collapsed
12133
12134 \begin_layout Plain Layout
12135 Befehle ! M ! 
12136 \backslash
12137 mathsurround
12138 \end_layout
12139
12140 \end_inset
12141
12142
12143 \series default
12144  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12145  wird.
12146  Der Wert einer Länge wird mit dem Befehl 
12147 \series bold
12148
12149 \backslash
12150 setlength
12151 \begin_inset Index
12152 status collapsed
12153
12154 \begin_layout Plain Layout
12155 Befehle ! S ! 
12156 \backslash
12157 setlength
12158 \end_layout
12159
12160 \end_inset
12161
12162
12163 \series default
12164  gesetzt.
12165  Dieser besitzt folgendes Befehlsschema:
12166 \end_layout
12167
12168 \begin_layout Standard
12169
12170 \series bold
12171
12172 \backslash
12173 setlength{Längenname}{Wert}
12174 \end_layout
12175
12176 \begin_layout Standard
12177 Um 
12178 \series bold
12179
12180 \backslash
12181 mathsurround
12182 \series default
12183  den Wert 5
12184 \begin_inset space \thinspace{}
12185 \end_inset
12186
12187 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12188 \end_layout
12189
12190 \begin_layout Standard
12191
12192 \series bold
12193
12194 \backslash
12195 setlength{
12196 \backslash
12197 mathsurround}{5mm}
12198 \end_layout
12199
12200 \begin_layout Standard
12201 ein.
12202  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12203 \begin_inset space \thinspace{}
12204 \end_inset
12205
12206 mm Leerraum gesetzt:
12207 \begin_inset ERT
12208 status collapsed
12209
12210 \begin_layout Plain Layout
12211
12212
12213 \backslash
12214 setlength{
12215 \backslash
12216 mathsurround}{5mm}
12217 \end_layout
12218
12219 \end_inset
12220
12221
12222 \end_layout
12223
12224 \begin_layout Standard
12225 Dies ist eine Zeile in der sich 
12226 \begin_inset Formula $A=B$
12227 \end_inset
12228
12229  eine Formel mit 5
12230 \begin_inset space \thinspace{}
12231 \end_inset
12232
12233 mm umgebendem Leerraum befindet.
12234 \begin_inset ERT
12235 status collapsed
12236
12237 \begin_layout Plain Layout
12238
12239
12240 \backslash
12241 setlength{
12242 \backslash
12243 mathsurround}{0pt}
12244 \end_layout
12245
12246 \end_inset
12247
12248
12249 \end_layout
12250
12251 \begin_layout Standard
12252 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12253 \series bold
12254
12255 \backslash
12256 mathsurround
12257 \series default
12258  auf den Wert 0
12259 \begin_inset space \thinspace{}
12260 \end_inset
12261
12262 pt.
12263 \end_layout
12264
12265 \begin_layout Section
12266 Boxen und Rahmen
12267 \begin_inset Index
12268 status collapsed
12269
12270 \begin_layout Plain Layout
12271 Boxen
12272 \end_layout
12273
12274 \end_inset
12275
12276
12277 \begin_inset Index
12278 status collapsed
12279
12280 \begin_layout Plain Layout
12281 Rahmen | see
12282 \begin_inset ERT
12283 status collapsed
12284
12285 \begin_layout Plain Layout
12286
12287 {
12288 \end_layout
12289
12290 \end_inset
12291
12292 Boxen
12293 \begin_inset ERT
12294 status collapsed
12295
12296 \begin_layout Plain Layout
12297
12298 }
12299 \end_layout
12300
12301 \end_inset
12302
12303
12304 \end_layout
12305
12306 \end_inset
12307
12308
12309 \end_layout
12310
12311 \begin_layout Standard
12312 Boxen für Text sind im Kapitel 
12313 \family typewriter
12314 Boxen
12315 \family default
12316  im Handbuch 
12317 \family typewriter
12318 Eingebettete
12319 \begin_inset space ~
12320 \end_inset
12321
12322 Objekte
12323 \family default
12324  beschrieben.
12325 \end_layout
12326
12327 \begin_layout Subsection
12328 Boxen mit Rahmen
12329 \begin_inset CommandInset label
12330 LatexCommand label
12331 name "sub:Boxen-mit-Rahmen"
12332
12333 \end_inset
12334
12335
12336 \begin_inset Index
12337 status collapsed
12338
12339 \begin_layout Plain Layout
12340 Boxen ! mit Rahmen
12341 \end_layout
12342
12343 \end_inset
12344
12345
12346 \end_layout
12347
12348 \begin_layout Standard
12349 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12350 \series bold
12351
12352 \backslash
12353 fbox
12354 \series default
12355
12356 \begin_inset Index
12357 status collapsed
12358
12359 \begin_layout Plain Layout
12360 Befehle ! F ! 
12361 \backslash
12362 fbox
12363 \end_layout
12364
12365 \end_inset
12366
12367  und 
12368 \series bold
12369
12370 \backslash
12371 boxed
12372 \series default
12373
12374 \begin_inset Index
12375 status collapsed
12376
12377 \begin_layout Plain Layout
12378 Befehle ! B ! 
12379 \backslash
12380 boxed
12381 \end_layout
12382
12383 \end_inset
12384
12385  zu umranden.
12386 \end_layout
12387
12388 \begin_layout Standard
12389 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12390  in einem Rahmen.
12391  Bei 
12392 \series bold
12393
12394 \backslash
12395 fbox
12396 \series default
12397  muss in diesem Eingabefeld mit 
12398 \family sans
12399 Strg-m
12400 \family default
12401  noch eine Formel erstellt werden
12402 \begin_inset Foot
12403 status collapsed
12404
12405 \begin_layout Plain Layout
12406 Aufgrund eines Fehlers in LyX ist es nicht möglich mit 
12407 \family sans
12408 Strg-m
12409 \family default
12410  eine neue Formel zu erzeugen, siehe 
12411 \begin_inset CommandInset href
12412 LatexCommand href
12413 name "LyX-Fehler #1435"
12414 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12415
12416 \end_inset
12417
12418 .
12419 \end_layout
12420
12421 \end_inset
12422
12423 , denn der Inhalt dieser Box wird sonst als mathematischer Text behandelt.
12424  Verwendet man 
12425 \series bold
12426
12427 \backslash
12428 boxed
12429 \series default
12430 , wird automatisch im Rahmen eine neue Formel erzeugt.
12431 \end_layout
12432
12433 \begin_layout Standard
12434 Der Befehl 
12435 \series bold
12436
12437 \backslash
12438 fbox
12439 \series default
12440  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12441  wird dann immer in Textzeilengröße gesetzt.
12442  Im Gegensatz dazu ist 
12443 \series bold
12444
12445 \backslash
12446 boxed
12447 \series default
12448  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12449  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12450 \end_layout
12451
12452 \begin_layout Standard
12453 Als Erweiterung zu 
12454 \series bold
12455
12456 \backslash
12457 fbox
12458 \series default
12459  gibt es den Befehl 
12460 \series bold
12461
12462 \backslash
12463 framebox
12464 \series default
12465
12466 \begin_inset Index
12467 status collapsed
12468
12469 \begin_layout Plain Layout
12470 Befehle ! F ! 
12471 \backslash
12472 framebox
12473 \end_layout
12474
12475 \end_inset
12476
12477 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12478  kann.
12479  
12480 \series bold
12481
12482 \backslash
12483 framebox
12484 \series default
12485  wird nach folgendem Schema verwendet:
12486 \end_layout
12487
12488 \begin_layout Standard
12489
12490 \series bold
12491
12492 \backslash
12493 framebox[Rahmenbreite][Position]{Boxinhalt}
12494 \end_layout
12495
12496 \begin_layout Standard
12497 Die Position kann entweder 
12498 \emph on
12499 l
12500 \emph default
12501  oder 
12502 \emph on
12503 r
12504 \emph default
12505  sein.
12506  
12507 \emph on
12508 l
12509 \emph default
12510  bewirkt linksbündige, 
12511 \emph on
12512 r
12513 \emph default
12514  rechtsbündige Ausrichtung der Formel in der Box.
12515  Gibt man keine Position an, wird die Formel zentriert.
12516 \begin_inset Newline newline
12517 \end_inset
12518
12519 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12520  In diesem Falle wird die Rahmenbreite wie bei 
12521 \series bold
12522
12523 \backslash
12524 fbox
12525 \series default
12526  an den Boxinhalt angepasst.
12527 \end_layout
12528
12529 \begin_layout Standard
12530 Wenn man den Befehl 
12531 \series bold
12532
12533 \backslash
12534 framebox
12535 \series default
12536  eingibt, erscheint eine Box mit drei Eingabefeldern.
12537  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12538  beiden optionalen Argumente.
12539  In das dritte Feld wird wie bei 
12540 \series bold
12541
12542 \backslash
12543 fbox
12544 \series default
12545  die Formel eingegeben.
12546 \end_layout
12547
12548 \begin_layout Standard
12549 \align center
12550 \begin_inset Note Note
12551 status open
12552
12553 \begin_layout Plain Layout
12554 Die Tabelle wurde in eine Minibox gesetzt damit die Fußnote der Tabelle
12555  auch erscheint.
12556  Denn sonst würde der Fußnotentext im Ausdruck nicht angezeigt werden.
12557 \end_layout
12558
12559 \end_inset
12560
12561
12562 \begin_inset Box Frameless
12563 position "c"
12564 hor_pos "c"
12565 has_inner_box 1
12566 inner_pos "c"
12567 use_parbox 0
12568 width "100col%"
12569 special "none"
12570 height "1in"
12571 height_special "totalheight"
12572 status open
12573
12574 \begin_layout Plain Layout
12575 \align center
12576 \begin_inset Tabular
12577 <lyxtabular version="3" rows="5" columns="2">
12578 <features>
12579 <column alignment="center" valignment="top" width="0">
12580 <column alignment="center" valignment="top" width="0">
12581 <row>
12582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12583 \begin_inset Text
12584
12585 \begin_layout Plain Layout
12586 Befehl
12587 \begin_inset Foot
12588 status collapsed
12589
12590 \begin_layout Plain Layout
12591 Durch einen Fehler in LyX ist es momentan nicht möglich mit 
12592 \family sans
12593 Strg-m
12594 \family default
12595  eine neue Formel zu erzeugen, siehe 
12596 \begin_inset CommandInset href
12597 LatexCommand href
12598 name "LyX-Fehler #1435"
12599 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12600
12601 \end_inset
12602
12603 .
12604 \end_layout
12605
12606 \end_inset
12607
12608
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617 Ergebnis
12618 \begin_inset Note Note
12619 status collapsed
12620
12621 \begin_layout Plain Layout
12622
12623 \series bold
12624
12625 \backslash
12626 raisebox
12627 \series default
12628  dient nur als Abstandhalter.
12629 \end_layout
12630
12631 \end_inset
12632
12633
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 </row>
12639 <row>
12640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12641 \begin_inset Text
12642
12643 \begin_layout Plain Layout
12644
12645 \backslash
12646 fbox
12647 \begin_inset ERT
12648 status collapsed
12649
12650 \begin_layout Plain Layout
12651
12652
12653 \backslash
12654 leer 
12655 \end_layout
12656
12657 \end_inset
12658
12659
12660 \family sans
12661 Strg-m
12662 \family default
12663  
12664 \backslash
12665 int
12666 \begin_inset ERT
12667 status collapsed
12668
12669 \begin_layout Plain Layout
12670
12671
12672 \backslash
12673 leer 
12674 \end_layout
12675
12676 \end_inset
12677
12678 A=B
12679 \end_layout
12680
12681 \end_inset
12682 </cell>
12683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12684 \begin_inset Text
12685
12686 \begin_layout Plain Layout
12687 \begin_inset Formula $\raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}$
12688 \end_inset
12689
12690
12691 \end_layout
12692
12693 \end_inset
12694 </cell>
12695 </row>
12696 <row>
12697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12698 \begin_inset Text
12699
12700 \begin_layout Plain Layout
12701
12702 \backslash
12703 boxed
12704 \begin_inset ERT
12705 status collapsed
12706
12707 \begin_layout Plain Layout
12708
12709
12710 \backslash
12711 leer 
12712 \end_layout
12713
12714 \end_inset
12715
12716
12717 \backslash
12718 int
12719 \begin_inset ERT
12720 status collapsed
12721
12722 \begin_layout Plain Layout
12723
12724
12725 \backslash
12726 leer 
12727 \end_layout
12728
12729 \end_inset
12730
12731 A=B
12732 \end_layout
12733
12734 \end_inset
12735 </cell>
12736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12737 \begin_inset Text
12738
12739 \begin_layout Plain Layout
12740 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12741 \end_inset
12742
12743
12744 \end_layout
12745
12746 \end_inset
12747 </cell>
12748 </row>
12749 <row>
12750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Plain Layout
12754 A+
12755 \backslash
12756 fbox
12757 \begin_inset ERT
12758 status collapsed
12759
12760 \begin_layout Plain Layout
12761
12762
12763 \backslash
12764 leer 
12765 \end_layout
12766
12767 \end_inset
12768
12769 B
12770 \end_layout
12771
12772 \end_inset
12773 </cell>
12774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12779 \end_inset
12780
12781
12782 \end_layout
12783
12784 \end_inset
12785 </cell>
12786 </row>
12787 <row>
12788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12789 \begin_inset Text
12790
12791 \begin_layout Plain Layout
12792
12793 \backslash
12794 framebox
12795 \begin_inset ERT
12796 status collapsed
12797
12798 \begin_layout Plain Layout
12799
12800
12801 \backslash
12802 leer 
12803 \end_layout
12804
12805 \end_inset
12806
12807 20mm
12808 \begin_inset Formula $\to$
12809 \end_inset
12810
12811
12812 \begin_inset Formula $\to$
12813 \end_inset
12814
12815
12816 \family sans
12817 Strg-m
12818 \family default
12819  
12820 \backslash
12821 frac
12822 \begin_inset ERT
12823 status collapsed
12824
12825 \begin_layout Plain Layout
12826
12827
12828 \backslash
12829 leer 
12830 \end_layout
12831
12832 \end_inset
12833
12834 A
12835 \begin_inset Formula $\downarrow$
12836 \end_inset
12837
12838 B
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847 \begin_inset Formula $\raisebox{6mm}{}$
12848 \end_inset
12849
12850
12851 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12852 \end_inset
12853
12854
12855 \begin_inset Formula $\raisebox{-4mm}{}$
12856 \end_inset
12857
12858
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 </row>
12864 </lyxtabular>
12865
12866 \end_inset
12867
12868
12869 \end_layout
12870
12871 \end_inset
12872
12873
12874 \end_layout
12875
12876 \begin_layout Standard
12877 Die Rahmendicke kann ebenfalls eingestellt werden.
12878  Dazu müssen vor der Formel im TeX-Modus die Befehle
12879 \end_layout
12880
12881 \begin_layout Standard
12882
12883 \series bold
12884
12885 \backslash
12886 fboxrule
12887 \series default
12888  
12889 \series bold
12890
12891 \begin_inset Quotes gld
12892 \end_inset
12893
12894 Dicke
12895 \begin_inset Quotes grd
12896 \end_inset
12897
12898
12899 \series default
12900  
12901 \series bold
12902
12903 \backslash
12904 fboxsep
12905 \series default
12906  
12907 \series bold
12908
12909 \begin_inset Quotes gld
12910 \end_inset
12911
12912 Abstand
12913 \begin_inset Quotes grd
12914 \end_inset
12915
12916
12917 \end_layout
12918
12919 \begin_layout Standard
12920 eingegeben werden.
12921  
12922 \begin_inset Quotes gld
12923 \end_inset
12924
12925 Abstand
12926 \begin_inset Quotes grd
12927 \end_inset
12928
12929  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
12930  in der Box fest.
12931  Ein Beispiel dafür ist folgende umrandete Formel:
12932 \begin_inset ERT
12933 status collapsed
12934
12935 \begin_layout Plain Layout
12936
12937
12938 \backslash
12939 fboxrule 2mm 
12940 \backslash
12941 fboxsep 3mm
12942 \end_layout
12943
12944 \end_inset
12945
12946
12947 \begin_inset Formula \[
12948 \boxed{A+B=C}\]
12949
12950 \end_inset
12951
12952 Vor dieser Formel wurde im TeX-Modus
12953 \end_layout
12954
12955 \begin_layout Standard
12956
12957 \series bold
12958
12959 \backslash
12960 fboxrule
12961 \series default
12962  
12963 \series bold
12964 2mm
12965 \series default
12966  
12967 \series bold
12968
12969 \backslash
12970 fboxsep
12971 \series default
12972  
12973 \series bold
12974 3mm
12975 \end_layout
12976
12977 \begin_layout Standard
12978 eingegeben.
12979  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
12980 \end_layout
12981
12982 \begin_layout Standard
12983 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
12984  nächsten Formel im TeX-Modus folgende Befehle ein:
12985 \end_layout
12986
12987 \begin_layout Standard
12988
12989 \series bold
12990
12991 \backslash
12992 fboxrule
12993 \series default
12994  
12995 \series bold
12996 0.4pt
12997 \series default
12998  
12999 \series bold
13000
13001 \backslash
13002 fboxsep
13003 \series default
13004  
13005 \series bold
13006 3pt
13007 \series default
13008
13009 \begin_inset ERT
13010 status collapsed
13011
13012 \begin_layout Plain Layout
13013
13014
13015 \backslash
13016 fboxrule 0.4pt 
13017 \backslash
13018 fboxsep 3pt
13019 \end_layout
13020
13021 \end_inset
13022
13023
13024 \end_layout
13025
13026 \begin_layout Subsection
13027 Boxen ohne Rahmen
13028 \begin_inset CommandInset label
13029 LatexCommand label
13030 name "sub:Boxen-ohne-Rahmen"
13031
13032 \end_inset
13033
13034
13035 \begin_inset Index
13036 status collapsed
13037
13038 \begin_layout Plain Layout
13039 Boxen ! ohne Rahmen
13040 \end_layout
13041
13042 \end_inset
13043
13044
13045 \end_layout
13046
13047 \begin_layout Standard
13048 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13049 \series bold
13050
13051 \backslash
13052 mbox
13053 \series default
13054
13055 \begin_inset Index
13056 status collapsed
13057
13058 \begin_layout Plain Layout
13059 Befehle ! M ! 
13060 \backslash
13061 mbox
13062 \end_layout
13063
13064 \end_inset
13065
13066
13067 \series bold
13068
13069 \backslash
13070 makebox
13071 \series default
13072
13073 \begin_inset Index
13074 status collapsed
13075
13076 \begin_layout Plain Layout
13077 Befehle ! M ! 
13078 \backslash
13079 makebox
13080 \end_layout
13081
13082 \end_inset
13083
13084  und
13085 \begin_inset Newline linebreak
13086 \end_inset
13087
13088
13089 \series bold
13090
13091 \backslash
13092 raisebox
13093 \series default
13094
13095 \begin_inset Index
13096 status collapsed
13097
13098 \begin_layout Plain Layout
13099 Befehle ! R ! 
13100 \backslash
13101 raisebox
13102 \end_layout
13103
13104 \end_inset
13105
13106
13107 \end_layout
13108
13109 \begin_layout Standard
13110 Mit 
13111 \series bold
13112
13113 \backslash
13114 raisebox
13115 \series default
13116  kann man eine Box hoch- oder tiefstellen.
13117  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13118 n die Schriftgröße bei.
13119  
13120 \series bold
13121
13122 \backslash
13123 raisebox
13124 \series default
13125  wird dabei mit folgendem Schema benutzt:
13126 \end_layout
13127
13128 \begin_layout Standard
13129
13130 \series bold
13131
13132 \backslash
13133 raisebox{Höhe}{Boxinhalt}
13134 \end_layout
13135
13136 \begin_layout Standard
13137 Soll in der Box eine Formel stehen, muss man wie bei 
13138 \series bold
13139
13140 \backslash
13141 fbox
13142 \series default
13143  eine weitere Formel erstellen.
13144 \end_layout
13145
13146 \begin_layout Standard
13147 \align center
13148 \begin_inset Tabular
13149 <lyxtabular version="3" rows="4" columns="2">
13150 <features>
13151 <column alignment="center" valignment="top" width="0">
13152 <column alignment="center" valignment="top" width="0">
13153 <row>
13154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13155 \begin_inset Text
13156
13157 \begin_layout Plain Layout
13158 Befehl
13159 \end_layout
13160
13161 \end_inset
13162 </cell>
13163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13164 \begin_inset Text
13165
13166 \begin_layout Plain Layout
13167 Ergebnis
13168 \end_layout
13169
13170 \end_inset
13171 </cell>
13172 </row>
13173 <row>
13174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13175 \begin_inset Text
13176
13177 \begin_layout Plain Layout
13178 H
13179 \backslash
13180 raisebox{2mm
13181 \begin_inset Formula $\to$
13182 \end_inset
13183
13184
13185 \backslash
13186 {al
13187 \begin_inset Formula $\to$
13188 \end_inset
13189
13190  lo
13191 \end_layout
13192
13193 \end_inset
13194 </cell>
13195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13196 \begin_inset Text
13197
13198 \begin_layout Plain Layout
13199 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13200 \end_inset
13201
13202
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 </row>
13208 <row>
13209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13210 \begin_inset Text
13211
13212 \begin_layout Plain Layout
13213 H
13214 \backslash
13215 raisebox{-2mm
13216 \begin_inset Formula $\to$
13217 \end_inset
13218
13219
13220 \backslash
13221 {al
13222 \begin_inset Formula $\to$
13223 \end_inset
13224
13225 lo
13226 \end_layout
13227
13228 \end_inset
13229 </cell>
13230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13231 \begin_inset Text
13232
13233 \begin_layout Plain Layout
13234 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13235 \end_inset
13236
13237
13238 \end_layout
13239
13240 \end_inset
13241 </cell>
13242 </row>
13243 <row>
13244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13245 \begin_inset Text
13246
13247 \begin_layout Plain Layout
13248 A=
13249 \backslash
13250 raisebox{-2mm
13251 \begin_inset Formula $\to$
13252 \end_inset
13253
13254
13255 \backslash
13256 {
13257 \family sans
13258 Strg-m
13259 \family default
13260  
13261 \backslash
13262 sqrt
13263 \begin_inset ERT
13264 status collapsed
13265
13266 \begin_layout Plain Layout
13267
13268
13269 \backslash
13270 leer 
13271 \end_layout
13272
13273 \end_inset
13274
13275
13276 \end_layout
13277
13278 \end_inset
13279 </cell>
13280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13281 \begin_inset Text
13282
13283 \begin_layout Plain Layout
13284 \begin_inset ERT
13285 status collapsed
13286
13287 \begin_layout Plain Layout
13288
13289 $A=
13290 \backslash
13291 raisebox{-2mm}{$
13292 \backslash
13293 sqrt{B}$}$
13294 \end_layout
13295
13296 \end_inset
13297
13298
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 </row>
13304 </lyxtabular>
13305
13306 \end_inset
13307
13308
13309 \end_layout
13310
13311 \begin_layout Standard
13312 Die letzte Formel kann derzeit nur im TeX-Modus erstellt werden, da LyX
13313  statt der benötigten weiteren Formel eine Box einfügt.
13314 \begin_inset Foot
13315 status collapsed
13316
13317 \begin_layout Plain Layout
13318 siehe 
13319 \begin_inset CommandInset href
13320 LatexCommand href
13321 name "LyX-Fehler #1435"
13322 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13323
13324 \end_inset
13325
13326
13327 \end_layout
13328
13329 \end_inset
13330
13331
13332 \end_layout
13333
13334 \begin_layout Standard
13335 Der Befehl 
13336 \series bold
13337
13338 \backslash
13339 mbox
13340 \series default
13341  ist äquivalent zu 
13342 \series bold
13343
13344 \backslash
13345 fbox
13346 \series default
13347  und 
13348 \series bold
13349
13350 \backslash
13351 makebox
13352 \series default
13353  ist äquivalent zu 
13354 \series bold
13355
13356 \backslash
13357 framebox
13358 \series default
13359 , nur dass es keinen Rahmen gibt.
13360 \end_layout
13361
13362 \begin_layout Subsection
13363 Farbige Boxen
13364 \begin_inset CommandInset label
13365 LatexCommand label
13366 name "sub:Farbige-Boxen"
13367
13368 \end_inset
13369
13370
13371 \begin_inset Index
13372 status collapsed
13373
13374 \begin_layout Plain Layout
13375 Boxen ! farbige
13376 \end_layout
13377
13378 \end_inset
13379
13380
13381 \end_layout
13382
13383 \begin_layout Standard
13384 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13385  im LaTeX-Vorspann das LaTeX-Paket 
13386 \series bold
13387 color
13388 \series default
13389
13390 \begin_inset Foot
13391 status collapsed
13392
13393 \begin_layout Plain Layout
13394 Das Paket 
13395 \series bold
13396 color
13397 \series default
13398  ist Teil jeder LaTeX-Standardinstallation.
13399 \end_layout
13400
13401 \end_inset
13402
13403
13404 \begin_inset Index
13405 status collapsed
13406
13407 \begin_layout Plain Layout
13408 Pakete ! color
13409 \end_layout
13410
13411 \end_inset
13412
13413  mit der Zeile
13414 \end_layout
13415
13416 \begin_layout Standard
13417
13418 \series bold
13419
13420 \backslash
13421 usepackage{color}
13422 \end_layout
13423
13424 \begin_layout Standard
13425 geladen werden
13426 \begin_inset Foot
13427 status collapsed
13428
13429 \begin_layout Plain Layout
13430 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13431  LyX das LaTeX-Paket 
13432 \series bold
13433 color
13434 \series default
13435  automatisch.
13436  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13437  keine Probleme hervorruft.
13438 \end_layout
13439
13440 \end_inset
13441
13442
13443 \begin_inset Note Note
13444 status collapsed
13445
13446 \begin_layout Plain Layout
13447 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13448  ein Makro eingefügt.
13449 \end_layout
13450
13451 \end_inset
13452
13453 .
13454 \end_layout
13455
13456 \begin_layout Standard
13457 \begin_inset VSpace medskip
13458 \end_inset
13459
13460 Um Boxen einzufärben, verwendet man den Befehl 
13461 \series bold
13462
13463 \backslash
13464 colorbox
13465 \series default
13466
13467 \begin_inset Index
13468 status collapsed
13469
13470 \begin_layout Plain Layout
13471 Befehle ! C ! 
13472 \backslash
13473 colorbox
13474 \end_layout
13475
13476 \end_inset
13477
13478  nach folgendem Schema:
13479 \end_layout
13480
13481 \begin_layout Standard
13482
13483 \series bold
13484
13485 \backslash
13486 colorbox{Farbe}{Boxinhalt}
13487 \end_layout
13488
13489 \begin_layout Standard
13490 Der Boxinhalt kann auch wieder eine Box sein und eine 
13491 \series bold
13492
13493 \backslash
13494 colorbox
13495 \series default
13496  kann auch ein Teil einer anderen Box sein (siehe 2.
13497  und 3.
13498  Beispiel).
13499  Soll in der Box eine Formel stehen, muss wie bei 
13500 \series bold
13501
13502 \backslash
13503 fbox
13504 \series default
13505  eine weitere Formel erstellt werden.
13506 \begin_inset Foot
13507 status collapsed
13508
13509 \begin_layout Plain Layout
13510 Das gilt auch für den Befehl 
13511 \series bold
13512
13513 \backslash
13514 fcolorbox
13515 \series default
13516 .
13517  Dabei ist 
13518 \begin_inset CommandInset href
13519 LatexCommand href
13520 name "LyX-Fehler #1435"
13521 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13522
13523 \end_inset
13524
13525  zu beachten.
13526 \end_layout
13527
13528 \end_inset
13529
13530
13531 \end_layout
13532
13533 \begin_layout Standard
13534 Aus folgenden vordefinierten Farben kann gewählt werden:
13535 \end_layout
13536
13537 \begin_layout Standard
13538
13539 \series bold
13540 black
13541 \series default
13542
13543 \series bold
13544 blue
13545 \series default
13546
13547 \series bold
13548 cyan
13549 \series default
13550
13551 \series bold
13552 green
13553 \series default
13554
13555 \series bold
13556 magenta
13557 \series default
13558
13559 \series bold
13560 red
13561 \series default
13562
13563 \series bold
13564 white
13565 \series default
13566  und 
13567 \series bold
13568 yellow
13569 \end_layout
13570
13571 \begin_layout Standard
13572 \align center
13573 \begin_inset Tabular
13574 <lyxtabular version="3" rows="4" columns="2">
13575 <features>
13576 <column alignment="center" valignment="top" width="0">
13577 <column alignment="center" valignment="top" width="0">
13578 <row>
13579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583 Befehl
13584 \end_layout
13585
13586 \end_inset
13587 </cell>
13588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13589 \begin_inset Text
13590
13591 \begin_layout Plain Layout
13592 Ergebnis
13593 \begin_inset Note Note
13594 status collapsed
13595
13596 \begin_layout Plain Layout
13597
13598 \series bold
13599
13600 \backslash
13601 raisebox
13602 \series default
13603  dient nur als Abstandhalter.
13604 \end_layout
13605
13606 \end_inset
13607
13608
13609 \end_layout
13610
13611 \end_inset
13612 </cell>
13613 </row>
13614 <row>
13615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Plain Layout
13619
13620 \backslash
13621 colorbox{yellow
13622 \begin_inset Formula $\to$
13623 \end_inset
13624
13625
13626 \backslash
13627 {A=B
13628 \end_layout
13629
13630 \end_inset
13631 </cell>
13632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13633 \begin_inset Text
13634
13635 \begin_layout Plain Layout
13636 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13637 \end_inset
13638
13639
13640 \end_layout
13641
13642 \end_inset
13643 </cell>
13644 </row>
13645 <row>
13646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13647 \begin_inset Text
13648
13649 \begin_layout Plain Layout
13650
13651 \backslash
13652 colorbox{green
13653 \begin_inset Formula $\to$
13654 \end_inset
13655
13656
13657 \backslash
13658 {
13659 \backslash
13660 fbox
13661 \begin_inset ERT
13662 status collapsed
13663
13664 \begin_layout Plain Layout
13665
13666
13667 \backslash
13668 leer 
13669 \end_layout
13670
13671 \end_inset
13672
13673 A=B
13674 \end_layout
13675
13676 \end_inset
13677 </cell>
13678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13679 \begin_inset Text
13680
13681 \begin_layout Plain Layout
13682 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13683 \end_inset
13684
13685
13686 \end_layout
13687
13688 \end_inset
13689 </cell>
13690 </row>
13691 <row>
13692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696
13697 \backslash
13698 fbox
13699 \begin_inset ERT
13700 status collapsed
13701
13702 \begin_layout Plain Layout
13703
13704
13705 \backslash
13706 leer 
13707 \end_layout
13708
13709 \end_inset
13710
13711
13712 \backslash
13713 colorbox{green
13714 \begin_inset Formula $\to$
13715 \end_inset
13716
13717
13718 \backslash
13719 {A=B
13720 \end_layout
13721
13722 \end_inset
13723 </cell>
13724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13725 \begin_inset Text
13726
13727 \begin_layout Plain Layout
13728 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13729 \end_inset
13730
13731
13732 \end_layout
13733
13734 \end_inset
13735 </cell>
13736 </row>
13737 </lyxtabular>
13738
13739 \end_inset
13740
13741
13742 \end_layout
13743
13744 \begin_layout Standard
13745
13746 \series bold
13747
13748 \backslash
13749 colorbox
13750 \series default
13751  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13752  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13753  
13754 \family sans
13755 Textstil
13756 \family default
13757  die gewünschte Farbe aus.
13758  Der Dialog kann mit dem Werkzeugleistenknopf 
13759 \begin_inset Graphics
13760         filename ../../images/dialog-show_character.png
13761         scale 85
13762
13763 \end_inset
13764
13765  oder dem Menü 
13766 \family sans
13767 Bearbeiten\SpecialChar \menuseparator
13768 Textstil\SpecialChar \menuseparator
13769 Benutzerdefiniert
13770 \family default
13771  aufgerufen werden.
13772  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13773  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13774  innerhalb der Formel die Farbe geändert werden.
13775 \end_layout
13776
13777 \begin_layout Standard
13778 Ein Beispiel:
13779 \end_layout
13780
13781 \begin_layout Standard
13782
13783 \color red
13784 \begin_inset Formula \begin{equation}
13785 \int A=B\label{eq:rot}\end{equation}
13786
13787 \end_inset
13788
13789
13790 \color green
13791
13792 \begin_inset Formula \begin{equation}
13793 \textcolor{red}{\int A=B}\label{eq:rotgruen}\end{equation}
13794
13795 \end_inset
13796
13797
13798 \end_layout
13799
13800 \begin_layout Standard
13801 Formel 
13802 \begin_inset CommandInset ref
13803 LatexCommand eqref
13804 reference "eq:rot"
13805
13806 \end_inset
13807
13808  ist komplett rot gefärbt.
13809 \begin_inset Newline newline
13810 \end_inset
13811
13812 Formel 
13813 \begin_inset CommandInset ref
13814 LatexCommand eqref
13815 reference "eq:rotgruen"
13816
13817 \end_inset
13818
13819  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13820  Anschließend wurden die Formelzeichen rot gefärbt.
13821 \end_layout
13822
13823 \begin_layout Standard
13824 \begin_inset VSpace bigskip
13825 \end_inset
13826
13827 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13828  den Befehl 
13829 \series bold
13830
13831 \backslash
13832 fcolorbox
13833 \series default
13834
13835 \begin_inset Index
13836 status collapsed
13837
13838 \begin_layout Plain Layout
13839 Befehle ! F ! 
13840 \backslash
13841 fcolorbox
13842 \end_layout
13843
13844 \end_inset
13845
13846  nach folgendem Schema:
13847 \end_layout
13848
13849 \begin_layout Standard
13850
13851 \series bold
13852
13853 \backslash
13854 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13855 \end_layout
13856
13857 \begin_layout Standard
13858
13859 \series bold
13860
13861 \backslash
13862 fcolorbox
13863 \series default
13864  stellt also eine Erweiterung des Befehls 
13865 \series bold
13866
13867 \backslash
13868 colorbox
13869 \series default
13870  dar.
13871  Die Rahmenbreite wird, wie bei 
13872 \series bold
13873
13874 \backslash
13875 framebox
13876 \series default
13877 , mit 
13878 \series bold
13879
13880 \backslash
13881 fboxrule
13882 \series default
13883  und 
13884 \series bold
13885
13886 \backslash
13887 fboxsep
13888 \series default
13889  festgelegt.
13890  Ein Beispiel:
13891 \begin_inset ERT
13892 status collapsed
13893
13894 \begin_layout Plain Layout
13895
13896
13897 \backslash
13898 fboxrule 1mm 
13899 \backslash
13900 fboxsep 1mm
13901 \end_layout
13902
13903 \end_inset
13904
13905
13906 \begin_inset Formula \[
13907 \fcolorbox{cyan}{magenta}{A=B}\]
13908
13909 \end_inset
13910
13911
13912 \begin_inset ERT
13913 status collapsed
13914
13915 \begin_layout Plain Layout
13916
13917
13918 \backslash
13919 fboxrule 0.4pt 
13920 \backslash
13921 fboxsep 3pt
13922 \end_layout
13923
13924 \end_inset
13925
13926
13927 \end_layout
13928
13929 \begin_layout Standard
13930 Diese Formel wurde mit folgendem Befehl erstellt:
13931 \begin_inset Newline newline
13932 \end_inset
13933
13934
13935 \series bold
13936
13937 \backslash
13938 fcolorbox{cyan
13939 \begin_inset Formula $\to$
13940 \end_inset
13941
13942
13943 \backslash
13944 {magenta
13945 \begin_inset Formula $\to$
13946 \end_inset
13947
13948
13949 \backslash
13950 {A=B
13951 \end_layout
13952
13953 \begin_layout Standard
13954 \begin_inset VSpace bigskip
13955 \end_inset
13956
13957 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
13958  selbst definieren.
13959 \end_layout
13960
13961 \begin_layout Standard
13962 Man kann z.
13963 \begin_inset space \thinspace{}
13964 \end_inset
13965
13966 B.
13967  mit folgender LaTeX-Vorspannzeile die Farbe 
13968 \begin_inset Quotes gld
13969 \end_inset
13970
13971
13972 \series bold
13973 dunkelgruen
13974 \series default
13975
13976 \begin_inset Quotes grd
13977 \end_inset
13978
13979
13980 \begin_inset Foot
13981 status collapsed
13982
13983 \begin_layout Plain Layout
13984 In Befehlen darf kein Umlaut stehen, siehe 
13985 \begin_inset CommandInset ref
13986 LatexCommand ref
13987 reference "sec:Benutzerdefinierte-Befehle"
13988
13989 \end_inset
13990
13991 .
13992 \end_layout
13993
13994 \end_inset
13995
13996  definieren:
13997 \end_layout
13998
13999 \begin_layout Standard
14000
14001 \series bold
14002
14003 \backslash
14004 definecolor{dunkelgruen}{cmyk}{0.5,
14005 \series default
14006  
14007 \series bold
14008 0,
14009 \series default
14010  
14011 \series bold
14012 1,
14013 \series default
14014  
14015 \series bold
14016 0.5}
14017 \series default
14018
14019 \begin_inset Index
14020 status collapsed
14021
14022 \begin_layout Plain Layout
14023 Befehle ! D ! 
14024 \backslash
14025 definecolor
14026 \end_layout
14027
14028 \end_inset
14029
14030
14031 \end_layout
14032
14033 \begin_layout Standard
14034
14035 \series bold
14036 cmyk
14037 \series default
14038  ist der Farbraum und steht für die Farben 
14039 \series bold
14040 cyan
14041 \series default
14042
14043 \series bold
14044 magenta
14045 \series default
14046
14047 \series bold
14048 yellow
14049 \series default
14050  und 
14051 \series bold
14052 black
14053 \series default
14054 .
14055  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14056  Für den Anteil kann man Werte im Bereich 0
14057 \begin_inset space \thinspace{}
14058 \end_inset
14059
14060 -
14061 \begin_inset space \thinspace{}
14062 \end_inset
14063
14064 1 angeben.
14065  Anstelle von 
14066 \series bold
14067 cmyk
14068 \series default
14069  kann man zur Definition auch den Farbraum 
14070 \series bold
14071 rgb
14072 \series default
14073  verwenden.
14074  
14075 \series bold
14076 rgb
14077 \series default
14078  steht für 
14079 \series bold
14080 red
14081 \series default
14082
14083 \series bold
14084 green
14085 \series default
14086  und 
14087 \series bold
14088 blue
14089 \series default
14090 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14091  Des Weiteren gibt es noch den Farbraum 
14092 \series bold
14093 gray
14094 \series default
14095 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14096 \end_layout
14097
14098 \begin_layout Standard
14099 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14100 \series bold
14101 darkgreen
14102 \series default
14103 , bei der die Zeichenfarbe 
14104 \series bold
14105 yellow
14106 \series default
14107  gewählt wurde:
14108 \begin_inset Formula \begin{equation}
14109 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14110
14111 \end_inset
14112
14113
14114 \end_layout
14115
14116 \begin_layout Standard
14117 Selbst definierte Farben können mit dem Befehl 
14118 \series bold
14119
14120 \backslash
14121 textcolor
14122 \series default
14123  auch für Text
14124 \begin_inset Index
14125 status collapsed
14126
14127 \begin_layout Plain Layout
14128 Text ! farbiger
14129 \end_layout
14130
14131 \end_inset
14132
14133  verwendet werden:
14134 \end_layout
14135
14136 \begin_layout Standard
14137 \begin_inset ERT
14138 status collapsed
14139
14140 \begin_layout Plain Layout
14141
14142
14143 \backslash
14144 textcolor{dunkelgruen}{
14145 \end_layout
14146
14147 \end_inset
14148
14149 Dieser Satz ist 
14150 \begin_inset Quotes gld
14151 \end_inset
14152
14153 dunkelgruen
14154 \begin_inset Quotes grd
14155 \end_inset
14156
14157 .
14158 \begin_inset ERT
14159 status collapsed
14160
14161 \begin_layout Plain Layout
14162
14163 }
14164 \end_layout
14165
14166 \end_inset
14167
14168
14169 \end_layout
14170
14171 \begin_layout Standard
14172
14173 \series bold
14174
14175 \backslash
14176 textcolor
14177 \series default
14178
14179 \begin_inset Index
14180 status collapsed
14181
14182 \begin_layout Plain Layout
14183 Befehle ! T ! 
14184 \backslash
14185 textcolor
14186 \end_layout
14187
14188 \end_inset
14189
14190  wird nach dem Schema 
14191 \series bold
14192
14193 \backslash
14194 textcolor{Farbe}{zu
14195 \series default
14196  
14197 \series bold
14198 färbende
14199 \series default
14200  
14201 \series bold
14202 Zeichen}
14203 \series default
14204  verwendet.
14205 \end_layout
14206
14207 \begin_layout Subsection
14208 Absatzboxen
14209 \begin_inset CommandInset label
14210 LatexCommand label
14211 name "sub:Absatzboxen"
14212
14213 \end_inset
14214
14215
14216 \begin_inset Index
14217 status collapsed
14218
14219 \begin_layout Plain Layout
14220 Boxen ! Absatz-
14221 \end_layout
14222
14223 \end_inset
14224
14225
14226 \end_layout
14227
14228 \begin_layout Standard
14229 Mit dem Menü 
14230 \family sans
14231 Einfügen\SpecialChar \menuseparator
14232 Box
14233 \family default
14234  oder dem Werkzeugleistenknopf 
14235 \begin_inset Graphics
14236         filename ../../images/box-insert.png
14237         scale 85
14238
14239 \end_inset
14240
14241  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14242  eine so genannte 
14243 \emph on
14244 Parbox
14245 \emph default
14246  (Absatzbox).
14247 \end_layout
14248
14249 \begin_layout Standard
14250 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14251 \end_layout
14252
14253 \begin_layout Standard
14254 \begin_inset VSpace medskip
14255 \end_inset
14256
14257 Dies ist eine Zeile 
14258 \begin_inset Box Boxed
14259 position "c"
14260 hor_pos "c"
14261 has_inner_box 1
14262 inner_pos "t"
14263 use_parbox 1
14264 width "5cm"
14265 special "none"
14266 height "1in"
14267 height_special "totalheight"
14268 status open
14269
14270 \begin_layout Plain Layout
14271 Dies ist die Absatzbox.
14272  Sie ist genau 5
14273 \begin_inset space \thinspace{}
14274 \end_inset
14275
14276 cm lang und kann auch Formeln enthalten: 
14277 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14278 \end_inset
14279
14280
14281 \end_layout
14282
14283 \end_inset
14284
14285  mit einer Absatzbox.
14286 \begin_inset VSpace medskip
14287 \end_inset
14288
14289
14290 \end_layout
14291
14292 \begin_layout Standard
14293 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14294  graue Box mit dem Namen 
14295 \begin_inset Quotes gld
14296 \end_inset
14297
14298 Box(Gerahmt)
14299 \begin_inset Quotes grd
14300 \end_inset
14301
14302  klickt.
14303  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14304  In diesem Fall: 
14305 \emph on
14306 Verzierung
14307 \emph default
14308 : Rechteckige Box, 
14309 \emph on
14310 Innere Box
14311 \emph default
14312 : Parbox, 
14313 \emph on
14314 Breite
14315 \emph default
14316 : 5
14317 \begin_inset space \thinspace{}
14318 \end_inset
14319
14320 cm, 
14321 \emph on
14322 Vertikale Box Ausrichtung
14323 \emph default
14324 : Mitte
14325 \end_layout
14326
14327 \begin_layout Standard
14328 \begin_inset VSpace medskip
14329 \end_inset
14330
14331 In LaTeX wird eine Absatzbox mit dem Befehl 
14332 \series bold
14333
14334 \backslash
14335 parbox
14336 \series default
14337
14338 \begin_inset Index
14339 status collapsed
14340
14341 \begin_layout Plain Layout
14342 Befehle ! P ! 
14343 \backslash
14344 parbox
14345 \end_layout
14346
14347 \end_inset
14348
14349  erstellt, welcher folgendes Schema besitzt:
14350 \end_layout
14351
14352 \begin_layout Standard
14353
14354 \series bold
14355
14356 \backslash
14357 parbox[Position]{Breite}{Boxinhalt}
14358 \end_layout
14359
14360 \begin_layout Standard
14361 Die Positionen 
14362 \emph on
14363 b
14364 \emph default
14365  und 
14366 \emph on
14367 t
14368 \emph default
14369  sind möglich.
14370  
14371 \emph on
14372 b
14373 \emph default
14374  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14375  Text eingepasst wird.
14376  Bei 
14377 \emph on
14378 t
14379 \emph default
14380  wie top geschieht dies für die erste Zeile.
14381  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14382  siehe das Kapitel 
14383 \emph on
14384 Boxen
14385 \emph default
14386  des Handbuchs
14387 \emph on
14388  Eingebettete
14389 \begin_inset space ~
14390 \end_inset
14391
14392 Objekte
14393 \emph default
14394  für Beispiele.
14395 \end_layout
14396
14397 \begin_layout Standard
14398 \begin_inset VSpace bigskip
14399 \end_inset
14400
14401 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14402  in eine Absatzbox setzen.
14403  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14404 \series bold
14405
14406 \backslash
14407 fbox{
14408 \backslash
14409 parbox{
14410 \backslash
14411 linewidth-2
14412 \backslash
14413 fboxsep-2
14414 \backslash
14415 fboxrule}{
14416 \series default
14417 .
14418  Hierbei steht 
14419 \series bold
14420
14421 \backslash
14422 linewidth
14423 \begin_inset Index
14424 status collapsed
14425
14426 \begin_layout Plain Layout
14427 Befehle ! L ! 
14428 \backslash
14429 linewidth
14430 \end_layout
14431
14432 \end_inset
14433
14434
14435 \series default
14436  für die im Dokument eingestellte Zeilenbreite.
14437  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14438 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14439  Da dies LyX aufgrund eines Fehlers
14440 \begin_inset Foot
14441 status collapsed
14442
14443 \begin_layout Plain Layout
14444 \begin_inset CommandInset href
14445 LatexCommand href
14446 name "LyX-Fehler #4483"
14447 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14448
14449 \end_inset
14450
14451
14452 \end_layout
14453
14454 \end_inset
14455
14456  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14457  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14458 spann das LaTeX-Paket 
14459 \series bold
14460 calc
14461 \series default
14462
14463 \begin_inset Foot
14464 status collapsed
14465
14466 \begin_layout Plain Layout
14467
14468 \series bold
14469 calc
14470 \series default
14471  ist Teil jeder LaTeX-Standardinstallation.
14472 \end_layout
14473
14474 \end_inset
14475
14476
14477 \begin_inset Index
14478 status collapsed
14479
14480 \begin_layout Plain Layout
14481 Pakete ! calc
14482 \end_layout
14483
14484 \end_inset
14485
14486  mit der Zeile
14487 \end_layout
14488
14489 \begin_layout Standard
14490
14491 \series bold
14492
14493 \backslash
14494 usepackage{calc}
14495 \end_layout
14496
14497 \begin_layout Standard
14498 geladen werden.
14499  Nach der Formel werden beide Boxen geschlossen, indem man 
14500 \series bold
14501 }}
14502 \series default
14503  im TeX-Modus eingibt.
14504  Dazu ein Beispiel:
14505 \begin_inset ERT
14506 status collapsed
14507
14508 \begin_layout Plain Layout
14509
14510
14511 \backslash
14512 fboxsep 5mm 
14513 \backslash
14514 fboxrule 5mm
14515 \end_layout
14516
14517 \end_inset
14518
14519
14520 \end_layout
14521
14522 \begin_layout Standard
14523 \begin_inset ERT
14524 status collapsed
14525
14526 \begin_layout Plain Layout
14527
14528
14529 \backslash
14530 fbox{
14531 \backslash
14532 parbox{
14533 \backslash
14534 linewidth-2
14535 \backslash
14536 fboxsep-2
14537 \backslash
14538 fboxrule}{
14539 \end_layout
14540
14541 \end_inset
14542
14543
14544 \begin_inset Formula \begin{equation}
14545 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14546
14547 \end_inset
14548
14549
14550 \begin_inset ERT
14551 status collapsed
14552
14553 \begin_layout Plain Layout
14554
14555 }}
14556 \end_layout
14557
14558 \end_inset
14559
14560
14561 \begin_inset ERT
14562 status collapsed
14563
14564 \begin_layout Plain Layout
14565
14566
14567 \backslash
14568 fboxrule 0.4pt 
14569 \backslash
14570 fboxsep 3pt
14571 \end_layout
14572
14573 \end_inset
14574
14575
14576 \end_layout
14577
14578 \begin_layout Standard
14579 \begin_inset VSpace medskip
14580 \end_inset
14581
14582 Da im Argument von 
14583 \series bold
14584
14585 \backslash
14586 fbox
14587 \series default
14588  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14589  keinen Unterschied zwischen 
14590 \series bold
14591
14592 \backslash
14593 fbox
14594 \series default
14595  und 
14596 \series bold
14597
14598 \backslash
14599 boxed
14600 \series default
14601 .
14602 \end_layout
14603
14604 \begin_layout Standard
14605 \begin_inset VSpace bigskip
14606 \end_inset
14607
14608 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14609  Dazu verwendet man 
14610 \series bold
14611
14612 \backslash
14613 parbox
14614 \series default
14615  in Verbindung mit dem Befehl 
14616 \series bold
14617
14618 \backslash
14619 tag
14620 \series default
14621 .
14622  (mehr zu 
14623 \series bold
14624
14625 \backslash
14626 tag
14627 \series default
14628  siehe 
14629 \begin_inset CommandInset ref
14630 LatexCommand ref
14631 reference "sub:Benutzerdefinierte-Nummerierung"
14632
14633 \end_inset
14634
14635 )
14636 \end_layout
14637
14638 \begin_layout Standard
14639 Ein Beispiel einer mit Hilfe von 
14640 \series bold
14641
14642 \backslash
14643 parbox
14644 \series default
14645  kommentierten Formel:
14646 \end_layout
14647
14648 \begin_layout Standard
14649 \begin_inset ERT
14650 status collapsed
14651
14652 \begin_layout Plain Layout
14653
14654
14655 \backslash
14656 [5x-7b=3b
14657 \backslash
14658 tag*{
14659 \backslash
14660 parbox{5cm}{
14661 \end_layout
14662
14663 \end_inset
14664
14665 Dies ist eine Beschreibung.
14666  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14667 \begin_inset ERT
14668 status collapsed
14669
14670 \begin_layout Plain Layout
14671
14672 }}
14673 \backslash
14674 ]
14675 \end_layout
14676
14677 \end_inset
14678
14679
14680 \end_layout
14681
14682 \begin_layout Standard
14683 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14684  Befehl 
14685 \series bold
14686
14687 \backslash
14688 parbox
14689 \series default
14690  in Formeln noch nicht unterstützt.
14691  Die Formel wird mit folgender Befehlssequenz erstellt:
14692 \end_layout
14693
14694 \begin_layout Standard
14695 Der Befehl 
14696 \series bold
14697
14698 \backslash
14699 [5x-7b=3b
14700 \backslash
14701 tag*
14702 \backslash
14703 {
14704 \backslash
14705 parbox{5cm}{
14706 \series default
14707  wird im TeX-Modus eingegeben.
14708 \begin_inset Foot
14709 status collapsed
14710
14711 \begin_layout Plain Layout
14712 Ist der Formelstil 
14713 \series bold
14714 Eingerückt
14715 \series default
14716  aktiviert, kann 
14717 \series bold
14718
14719 \backslash
14720 tag*
14721 \backslash
14722 {
14723 \series default
14724  auch durch 
14725 \series bold
14726
14727 \backslash
14728 hfill
14729 \series default
14730  ersetzt werden.
14731  (Formelstile siehe 
14732 \begin_inset CommandInset ref
14733 LatexCommand ref
14734 reference "sec:Formelstile"
14735
14736 \end_inset
14737
14738 )
14739 \end_layout
14740
14741 \end_inset
14742
14743  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14744 \series bold
14745 }}
14746 \backslash
14747 ]
14748 \series default
14749  im TeX-Modus ein.
14750  Die Befehle 
14751 \series bold
14752
14753 \backslash
14754 [
14755 \series default
14756  und 
14757 \series bold
14758
14759 \backslash
14760 ]
14761 \series default
14762  erstellen hierbei eine abgesetzte Formel.
14763 \end_layout
14764
14765 \begin_layout Standard
14766 Die Vorteile von 
14767 \series bold
14768
14769 \backslash
14770 parbox
14771 \series default
14772  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14773  Textmodus 
14774 \begin_inset Quotes gld
14775 \end_inset
14776
14777 kommentiert
14778 \begin_inset Quotes grd
14779 \end_inset
14780
14781  wurde:
14782 \begin_inset Formula \[
14783 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}\]
14784
14785 \end_inset
14786
14787
14788 \end_layout
14789
14790 \begin_layout Section
14791 Operatoren
14792 \begin_inset Index
14793 status collapsed
14794
14795 \begin_layout Plain Layout
14796 Operatoren
14797 \end_layout
14798
14799 \end_inset
14800
14801
14802 \end_layout
14803
14804 \begin_layout Subsection
14805 Große Operatoren
14806 \begin_inset CommandInset label
14807 LatexCommand label
14808 name "sub:Große-Operatoren"
14809
14810 \end_inset
14811
14812
14813 \begin_inset Index
14814 status collapsed
14815
14816 \begin_layout Plain Layout
14817 Operatoren ! große
14818 \end_layout
14819
14820 \end_inset
14821
14822
14823 \begin_inset Index
14824 status collapsed
14825
14826 \begin_layout Plain Layout
14827 Summen
14828 \end_layout
14829
14830 \end_inset
14831
14832
14833 \begin_inset Index
14834 status collapsed
14835
14836 \begin_layout Plain Layout
14837 Integrale
14838 \end_layout
14839
14840 \end_inset
14841
14842
14843 \end_layout
14844
14845 \begin_layout Standard
14846 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14847  sind, muss die Option 
14848 \family sans
14849 esint-Paket automatisch verwenden
14850 \family default
14851  in den Dokumenteinstellungen unter 
14852 \family sans
14853 Mathe-Optionen
14854 \family default
14855  gewählt sein.
14856 \end_layout
14857
14858 \begin_layout Standard
14859 \begin_inset space \hfill{}
14860 \end_inset
14861
14862
14863 \begin_inset Tabular
14864 <lyxtabular version="3" rows="11" columns="2">
14865 <features>
14866 <column alignment="center" valignment="top" width="0pt">
14867 <column alignment="center" valignment="top" width="0pt">
14868 <row>
14869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14870 \begin_inset Text
14871
14872 \begin_layout Plain Layout
14873 Befehl
14874 \end_layout
14875
14876 \end_inset
14877 </cell>
14878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14879 \begin_inset Text
14880
14881 \begin_layout Plain Layout
14882 Ergebnis
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 </row>
14888 <row>
14889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14890 \begin_inset Text
14891
14892 \begin_layout Plain Layout
14893
14894 \backslash
14895 int
14896 \begin_inset Index
14897 status collapsed
14898
14899 \begin_layout Plain Layout
14900 Befehle ! I ! 
14901 \backslash
14902 int
14903 \end_layout
14904
14905 \end_inset
14906
14907
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14913 \begin_inset Text
14914
14915 \begin_layout Plain Layout
14916 \begin_inset Formula $\int$
14917 \end_inset
14918
14919
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 </row>
14925 <row>
14926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930
14931 \backslash
14932 oint
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941 \begin_inset Formula $\oint$
14942 \end_inset
14943
14944
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 </row>
14950 <row>
14951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955
14956 \backslash
14957 ointctrclockwise
14958 \end_layout
14959
14960 \end_inset
14961 </cell>
14962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Plain Layout
14966 \begin_inset Formula $\ointctrclockwise$
14967 \end_inset
14968
14969
14970 \end_layout
14971
14972 \end_inset
14973 </cell>
14974 </row>
14975 <row>
14976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980
14981 \backslash
14982 ointclockwise
14983 \end_layout
14984
14985 \end_inset
14986 </cell>
14987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14988 \begin_inset Text
14989
14990 \begin_layout Plain Layout
14991 \begin_inset Formula $\ointclockwise$
14992 \end_inset
14993
14994
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 </row>
15000 <row>
15001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005
15006 \backslash
15007 sqint
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 \begin_inset Formula $\sqint$
15017 \end_inset
15018
15019
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 </row>
15025 <row>
15026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030
15031 \backslash
15032 fint
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041  
15042 \begin_inset Formula $\fint$
15043 \end_inset
15044
15045
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 </row>
15051 <row>
15052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056
15057 \backslash
15058 landupint
15059 \end_layout
15060
15061 \end_inset
15062 </cell>
15063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Plain Layout
15067  
15068 \begin_inset Formula $\landupint$
15069 \end_inset
15070
15071
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 </row>
15077 <row>
15078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15079 \begin_inset Text
15080
15081 \begin_layout Plain Layout
15082
15083 \backslash
15084 landdownint
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15090 \begin_inset Text
15091
15092 \begin_layout Plain Layout
15093  
15094 \begin_inset Formula $\landdownint$
15095 \end_inset
15096
15097
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 </row>
15103 <row>
15104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108
15109 \backslash
15110 bigcap
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 \begin_inset Formula $\bigcap$
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row>
15129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133
15134 \backslash
15135 bigcup
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144 \begin_inset Formula $\bigcup$
15145 \end_inset
15146
15147
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 </row>
15153 </lyxtabular>
15154
15155 \end_inset
15156
15157
15158 \begin_inset space \hfill{}
15159 \end_inset
15160
15161
15162 \begin_inset Tabular
15163 <lyxtabular version="3" rows="11" columns="2">
15164 <features>
15165 <column alignment="center" valignment="top" width="0pt">
15166 <column alignment="center" valignment="top" width="0pt">
15167 <row>
15168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172 Befehl
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181 Ergebnis
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 </row>
15187 <row>
15188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192
15193 \backslash
15194 sum
15195 \begin_inset Index
15196 status collapsed
15197
15198 \begin_layout Plain Layout
15199 Befehle ! S ! 
15200 \backslash
15201 sum
15202 \end_layout
15203
15204 \end_inset
15205
15206
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215 \begin_inset Formula $\sum$
15216 \end_inset
15217
15218
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 </row>
15224 <row>
15225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15226 \begin_inset Text
15227
15228 \begin_layout Plain Layout
15229
15230 \backslash
15231 prod
15232 \begin_inset Index
15233 status collapsed
15234
15235 \begin_layout Plain Layout
15236 Befehle ! P ! 
15237 \backslash
15238 prod
15239 \end_layout
15240
15241 \end_inset
15242
15243
15244 \end_layout
15245
15246 \end_inset
15247 </cell>
15248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252 \begin_inset Formula $\prod$
15253 \end_inset
15254
15255
15256 \end_layout
15257
15258 \end_inset
15259 </cell>
15260 </row>
15261 <row>
15262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15263 \begin_inset Text
15264
15265 \begin_layout Plain Layout
15266
15267 \backslash
15268 coprod
15269 \end_layout
15270
15271 \end_inset
15272 </cell>
15273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15274 \begin_inset Text
15275
15276 \begin_layout Plain Layout
15277 \begin_inset Formula $\coprod$
15278 \end_inset
15279
15280
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 </row>
15286 <row>
15287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15288 \begin_inset Text
15289
15290 \begin_layout Plain Layout
15291
15292 \backslash
15293 bigodot
15294 \end_layout
15295
15296 \end_inset
15297 </cell>
15298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15299 \begin_inset Text
15300
15301 \begin_layout Plain Layout
15302 \begin_inset Formula $\bigodot$
15303 \end_inset
15304
15305
15306 \end_layout
15307
15308 \end_inset
15309 </cell>
15310 </row>
15311 <row>
15312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15313 \begin_inset Text
15314
15315 \begin_layout Plain Layout
15316
15317 \backslash
15318 bigotimes
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327 \begin_inset Formula $\bigotimes$
15328 \end_inset
15329
15330
15331 \end_layout
15332
15333 \end_inset
15334 </cell>
15335 </row>
15336 <row>
15337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15338 \begin_inset Text
15339
15340 \begin_layout Plain Layout
15341
15342 \backslash
15343 bigoplus
15344 \end_layout
15345
15346 \end_inset
15347 </cell>
15348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15349 \begin_inset Text
15350
15351 \begin_layout Plain Layout
15352 \begin_inset Formula $\bigoplus$
15353 \end_inset
15354
15355
15356 \end_layout
15357
15358 \end_inset
15359 </cell>
15360 </row>
15361 <row>
15362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15363 \begin_inset Text
15364
15365 \begin_layout Plain Layout
15366
15367 \backslash
15368 bigwedge
15369 \end_layout
15370
15371 \end_inset
15372 </cell>
15373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15374 \begin_inset Text
15375
15376 \begin_layout Plain Layout
15377 \begin_inset Formula $\bigwedge$
15378 \end_inset
15379
15380
15381 \end_layout
15382
15383 \end_inset
15384 </cell>
15385 </row>
15386 <row>
15387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15388 \begin_inset Text
15389
15390 \begin_layout Plain Layout
15391
15392 \backslash
15393 bigvee
15394 \end_layout
15395
15396 \end_inset
15397 </cell>
15398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15399 \begin_inset Text
15400
15401 \begin_layout Plain Layout
15402 \begin_inset Formula $\bigvee$
15403 \end_inset
15404
15405
15406 \end_layout
15407
15408 \end_inset
15409 </cell>
15410 </row>
15411 <row>
15412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15413 \begin_inset Text
15414
15415 \begin_layout Plain Layout
15416
15417 \backslash
15418 bigsqcup
15419 \end_layout
15420
15421 \end_inset
15422 </cell>
15423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15424 \begin_inset Text
15425
15426 \begin_layout Plain Layout
15427 \begin_inset Formula $\bigsqcup$
15428 \end_inset
15429
15430
15431 \end_layout
15432
15433 \end_inset
15434 </cell>
15435 </row>
15436 <row>
15437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15438 \begin_inset Text
15439
15440 \begin_layout Plain Layout
15441
15442 \backslash
15443 biguplus
15444 \end_layout
15445
15446 \end_inset
15447 </cell>
15448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15449 \begin_inset Text
15450
15451 \begin_layout Plain Layout
15452 \begin_inset Formula $\biguplus$
15453 \end_inset
15454
15455
15456 \end_layout
15457
15458 \end_inset
15459 </cell>
15460 </row>
15461 </lyxtabular>
15462
15463 \end_inset
15464
15465
15466 \begin_inset space \hfill{}
15467 \end_inset
15468
15469
15470 \end_layout
15471
15472 \begin_layout Standard
15473 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15474 \begin_inset Graphics
15475         filename ../../images/math/intop.png
15476         scale 85
15477
15478 \end_inset
15479
15480  eingefügt werden.
15481 \end_layout
15482
15483 \begin_layout Standard
15484 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15485  Teil gleich aussehenden binären Operatoren.
15486  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15487  beschrieben.
15488 \end_layout
15489
15490 \begin_layout Standard
15491 Für alle Integrale gibt es Befehle, die auf 
15492 \series bold
15493 op
15494 \series default
15495  enden: 
15496 \series bold
15497
15498 \backslash
15499 intop
15500 \series default
15501
15502 \series bold
15503
15504 \backslash
15505 ointop
15506 \series default
15507  usw..
15508  Diese unterscheiden sich von 
15509 \series bold
15510
15511 \backslash
15512 int
15513 \series default
15514  usw.
15515 \begin_inset space \space{}
15516 \end_inset
15517
15518 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15519 \begin_inset CommandInset ref
15520 LatexCommand ref
15521 reference "sub:Operatorgrenzen"
15522
15523 \end_inset
15524
15525 .
15526  
15527 \end_layout
15528
15529 \begin_layout Subsubsection*
15530 Hinweise zu Integralen
15531 \end_layout
15532
15533 \begin_layout Standard
15534 Der Buchstabe 
15535 \emph on
15536 d
15537 \emph default
15538  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15539  muss.
15540  Dazu markiert man das 
15541 \emph on
15542 d
15543 \emph default
15544  und wandelt es mit der Tastenkombination 
15545 \family sans
15546 Alt-z
15547 \begin_inset space ~
15548 \end_inset
15549
15550 r
15551 \family default
15552
15553 \begin_inset Foot
15554 status collapsed
15555
15556 \begin_layout Plain Layout
15557 Schriftstile siehe 
15558 \begin_inset CommandInset ref
15559 LatexCommand ref
15560 reference "sub:Schriftstile"
15561
15562 \end_inset
15563
15564
15565 \end_layout
15566
15567 \end_inset
15568
15569  um.
15570  Anschließend fügt man vor dem 
15571 \emph on
15572 d
15573 \emph default
15574 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15575  Dazu ein Beispiel:
15576 \end_layout
15577
15578 \begin_layout Standard
15579 inkorrekt: 
15580 \begin_inset Formula $\int A(x)dx$
15581 \end_inset
15582
15583
15584 \begin_inset Newline newline
15585 \end_inset
15586
15587
15588 \begin_inset ERT
15589 status collapsed
15590
15591 \begin_layout Plain Layout
15592
15593
15594 \backslash
15595 hphantom{in}
15596 \end_layout
15597
15598 \end_inset
15599
15600 korrekt: 
15601 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15602 \end_inset
15603
15604
15605 \end_layout
15606
15607 \begin_layout Standard
15608 \begin_inset VSpace medskip
15609 \end_inset
15610
15611 Für Mehrfachintegrale gibt es folgende Befehle:
15612 \begin_inset VSpace medskip
15613 \end_inset
15614
15615
15616 \end_layout
15617
15618 \begin_layout Standard
15619 \begin_inset space \hfill{}
15620 \end_inset
15621
15622
15623 \begin_inset Tabular
15624 <lyxtabular version="3" rows="4" columns="2">
15625 <features>
15626 <column alignment="center" valignment="top" width="0">
15627 <column alignment="center" valignment="top" width="0">
15628 <row>
15629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Plain Layout
15633 Befehl
15634 \end_layout
15635
15636 \end_inset
15637 </cell>
15638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15639 \begin_inset Text
15640
15641 \begin_layout Plain Layout
15642 Ergebnis
15643 \begin_inset Note Note
15644 status collapsed
15645
15646 \begin_layout Plain Layout
15647
15648 \series bold
15649
15650 \backslash
15651 raisebox
15652 \series default
15653  dient nur als Abstandhalter.
15654 \end_layout
15655
15656 \end_inset
15657
15658
15659 \end_layout
15660
15661 \end_inset
15662 </cell>
15663 </row>
15664 <row>
15665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669
15670 \backslash
15671 iint
15672 \end_layout
15673
15674 \end_inset
15675 </cell>
15676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15681 \end_inset
15682
15683
15684 \end_layout
15685
15686 \end_inset
15687 </cell>
15688 </row>
15689 <row>
15690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694
15695 \backslash
15696 oiint
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15706 \end_inset
15707
15708
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 </row>
15714 <row>
15715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719
15720 \backslash
15721 sqiint
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15731 \end_inset
15732
15733
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 </row>
15739 </lyxtabular>
15740
15741 \end_inset
15742
15743
15744 \begin_inset space \hfill{}
15745 \end_inset
15746
15747
15748 \begin_inset Tabular
15749 <lyxtabular version="3" rows="4" columns="2">
15750 <features>
15751 <column alignment="center" valignment="top" width="0">
15752 <column alignment="center" valignment="top" width="0">
15753 <row>
15754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758 Befehl
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767 Ergebnis
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 </row>
15773 <row>
15774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778
15779 \backslash
15780 iiint
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15790 \end_inset
15791
15792
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 </row>
15798 <row>
15799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803
15804 \backslash
15805 iiiint
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15815 \end_inset
15816
15817
15818 \end_layout
15819
15820 \end_inset
15821 </cell>
15822 </row>
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
15829 \backslash
15830 dotsint
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15836 \begin_inset Text
15837
15838 \begin_layout Plain Layout
15839 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15840 \end_inset
15841
15842
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 </row>
15848 </lyxtabular>
15849
15850 \end_inset
15851
15852
15853 \begin_inset space \hfill{}
15854 \end_inset
15855
15856
15857 \end_layout
15858
15859 \begin_layout Subsection
15860 Operatorgrenzen
15861 \begin_inset CommandInset label
15862 LatexCommand label
15863 name "sub:Operatorgrenzen"
15864
15865 \end_inset
15866
15867
15868 \begin_inset Index
15869 status collapsed
15870
15871 \begin_layout Plain Layout
15872 Operatoren ! Grenzen
15873 \end_layout
15874
15875 \end_inset
15876
15877
15878 \end_layout
15879
15880 \begin_layout Standard
15881 Grenzen werden durch Hoch- bzw.
15882  Tiefstellen erzeugt:
15883 \end_layout
15884
15885 \begin_layout Standard
15886 \align center
15887 \begin_inset Tabular
15888 <lyxtabular version="3" rows="2" columns="2">
15889 <features>
15890 <column alignment="center" valignment="top" width="0pt">
15891 <column alignment="center" valignment="top" width="0pt">
15892 <row>
15893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897 Befehl
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Plain Layout
15906 Ergebnis
15907 \begin_inset Note Note
15908 status collapsed
15909
15910 \begin_layout Plain Layout
15911
15912 \series bold
15913
15914 \backslash
15915 raisebox
15916 \series default
15917  dient nur als Abstandhalter.
15918 \end_layout
15919
15920 \end_inset
15921
15922
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 </row>
15928 <row>
15929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933
15934 \backslash
15935 prod^
15936 \backslash
15937 infty
15938 \begin_inset ERT
15939 status collapsed
15940
15941 \begin_layout Plain Layout
15942
15943
15944 \backslash
15945 leer 
15946 \end_layout
15947
15948 \end_inset
15949
15950
15951 \begin_inset Formula $\to$
15952 \end_inset
15953
15954 _0
15955 \begin_inset Formula $\to$
15956 \end_inset
15957
15958 A(x)
15959 \end_layout
15960
15961 \end_inset
15962 </cell>
15963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15964 \begin_inset Text
15965
15966 \begin_layout Plain Layout
15967 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15968 \end_inset
15969
15970
15971 \end_layout
15972
15973 \end_inset
15974 </cell>
15975 </row>
15976 </lyxtabular>
15977
15978 \end_inset
15979
15980
15981 \end_layout
15982
15983 \begin_layout Standard
15984 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
15985  Operator gesetzt.
15986  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
15987  bzw.
15988  unter den Operator gesetzt.
15989 \end_layout
15990
15991 \begin_layout Standard
15992 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
15993  man den Cursor direkt hinter den Operator und setzt über das Menü 
15994 \family sans
15995 Bearbeiten\SpecialChar \menuseparator
15996 Mathe\SpecialChar \menuseparator
15997 Art der Operatorgrenzen ändern
15998 \family default
15999  die Grenzen auf 
16000 \series bold
16001 Eingebettet
16002 \series default
16003  (Tastenkombination 
16004 \family sans
16005 Alt-m
16006 \begin_inset space ~
16007 \end_inset
16008
16009 l
16010 \family default
16011 ).
16012  Dazu folgendes Beispiel:
16013 \end_layout
16014
16015 \begin_layout Standard
16016 Die normalen Grenzen sehen so aus:
16017 \begin_inset Formula \[
16018 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16019
16020 \end_inset
16021
16022 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16023 \begin_inset Formula \[
16024 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16025
16026 \end_inset
16027
16028 Bei Integralen werden mit Ausnahme von denen, die auf 
16029 \series bold
16030 op
16031 \series default
16032  enden (
16033 \series bold
16034
16035 \backslash
16036 intop
16037 \series default
16038
16039 \series bold
16040
16041 \backslash
16042 ointop
16043 \series default
16044  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16045  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16046  gesetzt.
16047  Im folgenden Beispiel wurde die Grenze deswegen auf 
16048 \series bold
16049 Anzeige
16050 \series default
16051  gesetzt und damit unter die Integrale geschrieben:
16052 \begin_inset Formula \begin{equation}
16053 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16054
16055 \end_inset
16056
16057
16058 \end_layout
16059
16060 \begin_layout Standard
16061 \begin_inset VSpace medskip
16062 \end_inset
16063
16064 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16065 \series bold
16066
16067 \backslash
16068 subarray
16069 \series default
16070
16071 \begin_inset Index
16072 status collapsed
16073
16074 \begin_layout Plain Layout
16075 Befehle ! S ! 
16076 \backslash
16077 subarray
16078 \end_layout
16079
16080 \end_inset
16081
16082  und 
16083 \series bold
16084
16085 \backslash
16086 substack
16087 \series default
16088
16089 \begin_inset Index
16090 status collapsed
16091
16092 \begin_layout Plain Layout
16093 Befehle ! S ! 
16094 \backslash
16095 substack
16096 \end_layout
16097
16098 \end_inset
16099
16100 .
16101  Um z.
16102 \begin_inset space \thinspace{}
16103 \end_inset
16104
16105 B.
16106  diesen Ausdruck 
16107 \begin_inset Formula \begin{equation}
16108 \sum_{\begin{subarray}{c}
16109 0<k<1000\\
16110 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16111
16112 \end_inset
16113
16114 zu erstellen, muss man Folgendes tun:
16115 \begin_inset Newline newline
16116 \end_inset
16117
16118 Zuerst gibt man den Befehl 
16119 \series bold
16120
16121 \backslash
16122 sum
16123 \series default
16124 ^
16125 \series bold
16126 n
16127 \begin_inset ERT
16128 status collapsed
16129
16130 \begin_layout Plain Layout
16131
16132
16133 \backslash
16134 leer 
16135 \end_layout
16136
16137 \end_inset
16138
16139 _
16140 \series default
16141  ein.
16142  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16143  In dieses gibt man den Befehl 
16144 \series bold
16145
16146 \backslash
16147 subarray
16148 \begin_inset ERT
16149 status collapsed
16150
16151 \begin_layout Plain Layout
16152
16153
16154 \backslash
16155 leer 
16156 \end_layout
16157
16158 \end_inset
16159
16160
16161 \series default
16162  ein.
16163  Das blaue Kästchen hat nun eine lila Umrahmung und man kann jetzt mehrere
16164  Zeilen untereinander schreiben.
16165  Mit Eingabe des Zeilenumbruchs (
16166 \family sans
16167 Strg-Enter
16168 \family default
16169 ) wird eine neue Zeile erstellt.
16170  Gibt man
16171 \begin_inset Newline newline
16172 \end_inset
16173
16174
16175 \series bold
16176 0<k<1000 Strg+Enter
16177 \begin_inset Newline newline
16178 \end_inset
16179
16180
16181 \series default
16182 ein, erscheint darunter ein Kästchen für die neue Zeile.
16183 \end_layout
16184
16185 \begin_layout Standard
16186 Die Ausrichtung der Zeilen kann mit der 
16187 \family sans
16188 Tabellen-Werkzeugleiste
16189 \family default
16190  oder dem Menü 
16191 \family sans
16192 Bearbeiten\SpecialChar \menuseparator
16193 Zeilen & Spalten
16194 \family default
16195  auf links geändert werden.
16196  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16197 \series bold
16198
16199 \backslash
16200 hfill
16201 \begin_inset ERT
16202 status collapsed
16203
16204 \begin_layout Plain Layout
16205
16206
16207 \backslash
16208 leer 
16209 \end_layout
16210
16211 \end_inset
16212
16213
16214 \series default
16215  eingegeben.
16216 \end_layout
16217
16218 \begin_layout Standard
16219 Der Befehl 
16220 \series bold
16221
16222 \backslash
16223 substack
16224 \series default
16225  ist äquivalent zu 
16226 \series bold
16227
16228 \backslash
16229 subarray
16230 \series default
16231 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16232 \end_layout
16233
16234 \begin_layout Standard
16235 \begin_inset VSpace bigskip
16236 \end_inset
16237
16238 Wie bei Formel 
16239 \begin_inset CommandInset ref
16240 LatexCommand eqref
16241 reference "eq:substack"
16242
16243 \end_inset
16244
16245  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16246  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16247 \end_layout
16248
16249 \begin_layout Standard
16250 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16251 \end_layout
16252
16253 \begin_layout Standard
16254
16255 \series bold
16256
16257 \backslash
16258 def
16259 \backslash
16260 clap#1{
16261 \backslash
16262 hbox to 0pt{
16263 \backslash
16264 hss #1
16265 \backslash
16266 hss}}
16267 \begin_inset Newline newline
16268 \end_inset
16269
16270
16271 \backslash
16272 def
16273 \backslash
16274 mathclap {
16275 \backslash
16276 mathpalette 
16277 \backslash
16278 mathclapinternal}
16279 \begin_inset Newline newline
16280 \end_inset
16281
16282
16283 \backslash
16284 def
16285 \backslash
16286 mathclapinternal #1#2{
16287 \backslash
16288 clap{$
16289 \backslash
16290 mathsurround =0pt #1{#2}$}}
16291 \end_layout
16292
16293 \begin_layout Standard
16294 Dadurch wird der Befehl 
16295 \series bold
16296
16297 \backslash
16298 mathclap
16299 \series default
16300
16301 \begin_inset Index
16302 status collapsed
16303
16304 \begin_layout Plain Layout
16305 Befehle ! M ! 
16306 \backslash
16307 mathclap
16308 \end_layout
16309
16310 \end_inset
16311
16312  definiert, der die Breite der Grenze auf 0
16313 \begin_inset space \thinspace{}
16314 \end_inset
16315
16316 pt setzt.
16317  Das Befehlsschema lautet
16318 \end_layout
16319
16320 \begin_layout Standard
16321
16322 \series bold
16323
16324 \backslash
16325 mathclap{Grenze}
16326 \end_layout
16327
16328 \begin_layout Standard
16329 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16330 \end_layout
16331
16332 \begin_layout Standard
16333 Auf Formel 
16334 \begin_inset CommandInset ref
16335 LatexCommand eqref
16336 reference "eq:substack"
16337
16338 \end_inset
16339
16340  angewandt, gibt man also den Befehl
16341 \end_layout
16342
16343 \begin_layout Standard
16344
16345 \series bold
16346
16347 \backslash
16348 sum_
16349 \backslash
16350 mathclap{
16351 \backslash
16352 substack
16353 \begin_inset ERT
16354 status collapsed
16355
16356 \begin_layout Plain Layout
16357
16358
16359 \backslash
16360 leer 
16361 \end_layout
16362
16363 \end_inset
16364
16365 0<k<1000 Strg+Enter
16366 \end_layout
16367
16368 \begin_layout Standard
16369 ein, um die untere Grenze zu erstellen.
16370  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16371 \begin_inset Formula \[
16372 \sum_{\mathclap{\substack{0<k<1000\\
16373 \\k\,\in\,\mathbb{N}}
16374 }}^{n}k^{-2}\]
16375
16376 \end_inset
16377
16378
16379 \end_layout
16380
16381 \begin_layout Standard
16382 \begin_inset VSpace bigskip
16383 \end_inset
16384
16385 In 
16386 \begin_inset CommandInset ref
16387 LatexCommand ref
16388 reference "sub:Selbstdefinierte-Operatoren"
16389
16390 \end_inset
16391
16392  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16393 \end_layout
16394
16395 \begin_layout Subsection
16396 Binäre Operatoren
16397 \begin_inset CommandInset label
16398 LatexCommand label
16399 name "sub:Binäre-Operatoren"
16400
16401 \end_inset
16402
16403
16404 \begin_inset Index
16405 status collapsed
16406
16407 \begin_layout Plain Layout
16408 Operatoren ! binäre
16409 \end_layout
16410
16411 \end_inset
16412
16413
16414 \end_layout
16415
16416 \begin_layout Standard
16417 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16418  ein Zeichen befindet.
16419 \begin_inset VSpace medskip
16420 \end_inset
16421
16422
16423 \end_layout
16424
16425 \begin_layout Standard
16426 \begin_inset space \hfill{}
16427 \end_inset
16428
16429
16430 \begin_inset Tabular
16431 <lyxtabular version="3" rows="13" columns="2">
16432 <features>
16433 <column alignment="center" valignment="top" width="0pt">
16434 <column alignment="center" valignment="top" width="0pt">
16435 <row>
16436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440 Befehl
16441 \begin_inset Note Note
16442 status collapsed
16443
16444 \begin_layout Plain Layout
16445
16446 \series bold
16447
16448 \backslash
16449 raisebox
16450 \series default
16451  dient nur als Abstandhalter.
16452 \end_layout
16453
16454 \end_inset
16455
16456
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465 Ergebnis
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 </row>
16471 <row>
16472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476 +
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 $+$
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 \end_layout
16501
16502 \end_inset
16503 </cell>
16504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16505 \begin_inset Text
16506
16507 \begin_layout Plain Layout
16508 \begin_inset Formula $-$
16509 \end_inset
16510
16511
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 </row>
16517 <row>
16518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522
16523 \backslash
16524 pm
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533 \begin_inset Formula $\pm$
16534 \end_inset
16535
16536
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 </row>
16542 <row>
16543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547
16548 \backslash
16549 mp
16550 \end_layout
16551
16552 \end_inset
16553 </cell>
16554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16555 \begin_inset Text
16556
16557 \begin_layout Plain Layout
16558 \begin_inset Formula $\mp$
16559 \end_inset
16560
16561
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 </row>
16567 <row>
16568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572
16573 \backslash
16574 cdot
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 \begin_inset Formula $\cdot$
16584 \end_inset
16585
16586
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 </row>
16592 <row>
16593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597
16598 \backslash
16599 times
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608 \begin_inset Formula $\times$
16609 \end_inset
16610
16611
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 </row>
16617 <row>
16618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622
16623 \backslash
16624 div
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633 \begin_inset Formula $\div$
16634 \end_inset
16635
16636
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 </row>
16642 <row>
16643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647 \begin_inset ERT
16648 status collapsed
16649
16650 \begin_layout Plain Layout
16651
16652
16653 \backslash
16654 raisebox{-1.2mm}{
16655 \end_layout
16656
16657 \end_inset
16658
16659 *
16660 \begin_inset ERT
16661 status collapsed
16662
16663 \begin_layout Plain Layout
16664
16665 }
16666 \end_layout
16667
16668 \end_inset
16669
16670
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Plain Layout
16679 \begin_inset Formula $*$
16680 \end_inset
16681
16682
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 </row>
16688 <row>
16689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693
16694 \backslash
16695 star
16696 \end_layout
16697
16698 \end_inset
16699 </cell>
16700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16701 \begin_inset Text
16702
16703 \begin_layout Plain Layout
16704 \begin_inset Formula $\star$
16705 \end_inset
16706
16707
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 </row>
16713 <row>
16714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Plain Layout
16718
16719 \backslash
16720 circ
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16726 \begin_inset Text
16727
16728 \begin_layout Plain Layout
16729 \begin_inset Formula $\circ$
16730 \end_inset
16731
16732
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 </row>
16738 <row>
16739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743
16744 \backslash
16745 diamond
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754 \begin_inset Formula $\diamond$
16755 \end_inset
16756
16757
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 </row>
16763 <row>
16764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768
16769 \backslash
16770 bullet
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16776 \begin_inset Text
16777
16778 \begin_layout Plain Layout
16779 \begin_inset Formula $\bullet$
16780 \end_inset
16781
16782
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 </row>
16788 </lyxtabular>
16789
16790 \end_inset
16791
16792
16793 \begin_inset space \hfill{}
16794 \end_inset
16795
16796
16797 \begin_inset Tabular
16798 <lyxtabular version="3" rows="13" columns="2">
16799 <features>
16800 <column alignment="center" valignment="top" width="0pt">
16801 <column alignment="center" valignment="top" width="0pt">
16802 <row>
16803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807 Befehl
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 Ergebnis
16817 \end_layout
16818
16819 \end_inset
16820 </cell>
16821 </row>
16822 <row>
16823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827
16828 \backslash
16829 nabla
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838 \begin_inset Formula $\nabla$
16839 \end_inset
16840
16841
16842 \end_layout
16843
16844 \end_inset
16845 </cell>
16846 </row>
16847 <row>
16848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852
16853 \backslash
16854 bigtriangledown
16855 \end_layout
16856
16857 \end_inset
16858 </cell>
16859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16860 \begin_inset Text
16861
16862 \begin_layout Plain Layout
16863 \begin_inset Formula $\bigtriangledown$
16864 \end_inset
16865
16866
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 </row>
16872 <row>
16873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16874 \begin_inset Text
16875
16876 \begin_layout Plain Layout
16877
16878 \backslash
16879 bigtriangleup
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888 \begin_inset Formula $\bigtriangleup$
16889 \end_inset
16890
16891
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 </row>
16897 <row>
16898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16899 \begin_inset Text
16900
16901 \begin_layout Plain Layout
16902
16903 \backslash
16904 Box
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Plain Layout
16913 \begin_inset Formula $\Box$
16914 \end_inset
16915
16916
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 </row>
16922 <row>
16923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Plain Layout
16927
16928 \backslash
16929 cap 
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938 \begin_inset Formula $\cap$
16939 \end_inset
16940
16941
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 </row>
16947 <row>
16948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952
16953 \backslash
16954 cup
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Plain Layout
16963 \begin_inset Formula $\cup$
16964 \end_inset
16965
16966
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 </row>
16972 <row>
16973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977
16978 \backslash
16979 dagger
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988 \begin_inset Formula $\dagger$
16989 \end_inset
16990
16991
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 </row>
16997 <row>
16998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002
17003 \backslash
17004 ddagger
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013 \begin_inset Formula $\ddagger$
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 </row>
17022 <row>
17023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027
17028 \backslash
17029 wr
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038 \begin_inset Formula $\wr$
17039 \end_inset
17040
17041
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 </row>
17047 <row>
17048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052
17053 \backslash
17054 bigcirc
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063 \begin_inset Formula $\bigcirc$
17064 \end_inset
17065
17066
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 </row>
17072 <row>
17073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077
17078 \backslash
17079 wedge
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088 \begin_inset Formula $\wedge$
17089 \end_inset
17090
17091
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 </row>
17097 <row>
17098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17099 \begin_inset Text
17100
17101 \begin_layout Plain Layout
17102
17103 \backslash
17104 vee
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113 \begin_inset Formula $\vee$
17114 \end_inset
17115
17116
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 </row>
17122 </lyxtabular>
17123
17124 \end_inset
17125
17126
17127 \begin_inset space \hfill{}
17128 \end_inset
17129
17130
17131 \begin_inset Tabular
17132 <lyxtabular version="3" rows="13" columns="2">
17133 <features>
17134 <column alignment="center" valignment="top" width="0pt">
17135 <column alignment="center" valignment="top" width="0pt">
17136 <row>
17137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141 Befehl
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17147 \begin_inset Text
17148
17149 \begin_layout Plain Layout
17150 Ergebnis
17151 \end_layout
17152
17153 \end_inset
17154 </cell>
17155 </row>
17156 <row>
17157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17158 \begin_inset Text
17159
17160 \begin_layout Plain Layout
17161
17162 \backslash
17163 oplus
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172 \begin_inset Formula $\oplus$
17173 \end_inset
17174
17175
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 </row>
17181 <row>
17182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186
17187 \backslash
17188 ominus
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197 \begin_inset Formula $\ominus$
17198 \end_inset
17199
17200
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 </row>
17206 <row>
17207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211
17212 \backslash
17213 otimes
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Plain Layout
17222 \begin_inset Formula $\otimes$
17223 \end_inset
17224
17225
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 </row>
17231 <row>
17232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17233 \begin_inset Text
17234
17235 \begin_layout Plain Layout
17236
17237 \backslash
17238 oslash
17239 \end_layout
17240
17241 \end_inset
17242 </cell>
17243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247 \begin_inset Formula $\oslash$
17248 \end_inset
17249
17250
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 </row>
17256 <row>
17257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17258 \begin_inset Text
17259
17260 \begin_layout Plain Layout
17261
17262 \backslash
17263 odot
17264 \end_layout
17265
17266 \end_inset
17267 </cell>
17268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17269 \begin_inset Text
17270
17271 \begin_layout Plain Layout
17272 \begin_inset Formula $\odot$
17273 \end_inset
17274
17275
17276 \end_layout
17277
17278 \end_inset
17279 </cell>
17280 </row>
17281 <row>
17282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17283 \begin_inset Text
17284
17285 \begin_layout Plain Layout
17286
17287 \backslash
17288 amalg
17289 \end_layout
17290
17291 \end_inset
17292 </cell>
17293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17294 \begin_inset Text
17295
17296 \begin_layout Plain Layout
17297 \begin_inset Formula $\amalg$
17298 \end_inset
17299
17300
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 </row>
17306 <row>
17307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17308 \begin_inset Text
17309
17310 \begin_layout Plain Layout
17311
17312 \backslash
17313 uplus
17314 \end_layout
17315
17316 \end_inset
17317 </cell>
17318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17319 \begin_inset Text
17320
17321 \begin_layout Plain Layout
17322 \begin_inset Formula $\uplus$
17323 \end_inset
17324
17325
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 </row>
17331 <row>
17332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17333 \begin_inset Text
17334
17335 \begin_layout Plain Layout
17336
17337 \backslash
17338 setminus
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17344 \begin_inset Text
17345
17346 \begin_layout Plain Layout
17347 \begin_inset Formula $\setminus$
17348 \end_inset
17349
17350
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 </row>
17356 <row>
17357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361
17362 \backslash
17363 sqcap
17364 \end_layout
17365
17366 \end_inset
17367 </cell>
17368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372 \begin_inset Formula $\sqcap$
17373 \end_inset
17374
17375
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 </row>
17381 <row>
17382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17383 \begin_inset Text
17384
17385 \begin_layout Plain Layout
17386
17387 \backslash
17388 sqcup
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397 \begin_inset Formula $\sqcup$
17398 \end_inset
17399
17400
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 </row>
17406 <row>
17407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411
17412 \backslash
17413 triangleleft
17414 \end_layout
17415
17416 \end_inset
17417 </cell>
17418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422 \begin_inset Formula $\triangleleft$
17423 \end_inset
17424
17425
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 </row>
17431 <row>
17432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17433 \begin_inset Text
17434
17435 \begin_layout Plain Layout
17436
17437 \backslash
17438 triangleright
17439 \end_layout
17440
17441 \end_inset
17442 </cell>
17443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17444 \begin_inset Text
17445
17446 \begin_layout Plain Layout
17447 \begin_inset Formula $\triangleright$
17448 \end_inset
17449
17450
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 </row>
17456 </lyxtabular>
17457
17458 \end_inset
17459
17460
17461 \begin_inset space \hfill{}
17462 \end_inset
17463
17464
17465 \end_layout
17466
17467 \begin_layout Standard
17468 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17469  
17470 \begin_inset Graphics
17471         filename ../../images/math/pm.png
17472         scale 85
17473
17474 \end_inset
17475
17476  eingefügt werden.
17477 \end_layout
17478
17479 \begin_layout Standard
17480 Um den Laplace-Operator darzustellen, kann man statt 
17481 \series bold
17482
17483 \backslash
17484 bigtriangleup
17485 \series default
17486  auch 
17487 \series bold
17488
17489 \backslash
17490 Delta
17491 \series default
17492  verwenden oder man benutzt 
17493 \series bold
17494
17495 \backslash
17496 nabla
17497 \series default
17498 ^
17499 \series bold
17500 2
17501 \series default
17502  (
17503 \begin_inset Formula $\nabla^{2}$
17504 \end_inset
17505
17506 ).
17507 \end_layout
17508
17509 \begin_layout Standard
17510 Das Zeichen 
17511 \family sans
17512 Menütrenner
17513 \family default
17514  im Menü 
17515 \family sans
17516 Einfügen\SpecialChar \menuseparator
17517 Sonderzeichen
17518 \family default
17519  ist der Operator 
17520 \series bold
17521
17522 \backslash
17523 triangleright
17524 \series default
17525 .
17526 \end_layout
17527
17528 \begin_layout Subsection
17529 Selbst definierte Operatoren
17530 \begin_inset CommandInset label
17531 LatexCommand label
17532 name "sub:Selbstdefinierte-Operatoren"
17533
17534 \end_inset
17535
17536
17537 \begin_inset Index
17538 status collapsed
17539
17540 \begin_layout Plain Layout
17541 Operatoren ! selbstdefinierte
17542 \end_layout
17543
17544 \end_inset
17545
17546
17547 \end_layout
17548
17549 \begin_layout Standard
17550 Mit Hilfe des Befehls 
17551 \series bold
17552
17553 \backslash
17554 DeclareMathOperator
17555 \series default
17556
17557 \begin_inset Index
17558 status collapsed
17559
17560 \begin_layout Plain Layout
17561 Befehle ! D ! 
17562 \backslash
17563 dbinom@
17564 \backslash
17565 DeclareMathOperator
17566 \end_layout
17567
17568 \end_inset
17569
17570  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17571  Das Befehlsschema dazu lautet:
17572 \end_layout
17573
17574 \begin_layout Standard
17575
17576 \series bold
17577
17578 \backslash
17579 DeclareMathOperator{neuer Befehl}{Anzeige}
17580 \end_layout
17581
17582 \begin_layout Standard
17583 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17584  im Ausdruck aussieht.
17585  Will man einen großen Operator definieren, setzt man hinter den Befehl
17586  ein 
17587 \series bold
17588 *
17589 \series default
17590 .
17591  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17592  wie in 
17593 \begin_inset CommandInset ref
17594 LatexCommand ref
17595 reference "sub:Operatorgrenzen"
17596
17597 \end_inset
17598
17599  beschrieben.
17600 \end_layout
17601
17602 \begin_layout Standard
17603 Beispielsweise definiert die LaTeX-Vorspannzeile
17604 \end_layout
17605
17606 \begin_layout Standard
17607
17608 \series bold
17609
17610 \backslash
17611 DeclareMathOperator*{
17612 \backslash
17613 Raute}{
17614 \backslash
17615 blacklozenge}
17616 \end_layout
17617
17618 \begin_layout Standard
17619 den Befehl 
17620 \series bold
17621
17622 \backslash
17623 Raute
17624 \series default
17625 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17626  aus 
17627 \begin_inset CommandInset ref
17628 LatexCommand ref
17629 reference "sub:Sonstige-Symbole"
17630
17631 \end_inset
17632
17633  besteht:
17634 \begin_inset Formula \[
17635 \Raute_{n=1}^{\infty}\]
17636
17637 \end_inset
17638
17639 Der Befehl für diese Formel lautet: 
17640 \series bold
17641
17642 \backslash
17643 Raute
17644 \series default
17645 ^
17646 \series bold
17647
17648 \backslash
17649 infty
17650 \begin_inset Formula $\to$
17651 \end_inset
17652
17653 _n=1
17654 \end_layout
17655
17656 \begin_layout Standard
17657 \begin_inset VSpace bigskip
17658 \end_inset
17659
17660 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17661  auch mit den Befehlen 
17662 \series bold
17663
17664 \backslash
17665 mathop
17666 \series default
17667
17668 \begin_inset Index
17669 status collapsed
17670
17671 \begin_layout Plain Layout
17672 Befehle ! M ! 
17673 \backslash
17674 mathop
17675 \end_layout
17676
17677 \end_inset
17678
17679  und 
17680 \series bold
17681
17682 \backslash
17683 mathbin
17684 \series default
17685
17686 \begin_inset Index
17687 status collapsed
17688
17689 \begin_layout Plain Layout
17690 Befehle ! M ! 
17691 \backslash
17692 mathbin
17693 \end_layout
17694
17695 \end_inset
17696
17697  definieren, die folgendes Schema besitzen:
17698 \end_layout
17699
17700 \begin_layout Standard
17701
17702 \series bold
17703
17704 \backslash
17705 mathop{Anzeige}
17706 \series default
17707  bzw.
17708  
17709 \series bold
17710
17711 \backslash
17712 mathbin{Anzeige}
17713 \end_layout
17714
17715 \begin_layout Standard
17716
17717 \series bold
17718
17719 \backslash
17720 mathop
17721 \series default
17722  definiert große, 
17723 \series bold
17724
17725 \backslash
17726 mathbin
17727 \series default
17728  binäre Operatoren.
17729 \end_layout
17730
17731 \begin_layout Standard
17732
17733 \series bold
17734
17735 \backslash
17736 mathop
17737 \series default
17738  lässt sich z.
17739 \begin_inset space \thinspace{}
17740 \end_inset
17741
17742 B.
17743  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17744 \begin_inset Formula \[
17745 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17746
17747 \end_inset
17748
17749
17750 \end_layout
17751
17752 \begin_layout Standard
17753 Der Befehl für obige Formel lautet:
17754 \begin_inset Newline newline
17755 \end_inset
17756
17757  
17758 \series bold
17759
17760 \backslash
17761 mathop{
17762 \backslash
17763 sum
17764 \backslash
17765 negmedspace
17766 \backslash
17767 sum
17768 \series default
17769
17770 \begin_inset ERT
17771 status collapsed
17772
17773 \begin_layout Plain Layout
17774
17775
17776 \backslash
17777 leer 
17778 \end_layout
17779
17780 \end_inset
17781
17782
17783 \series bold
17784
17785 \begin_inset Formula $\to$
17786 \end_inset
17787
17788 ^N
17789 \series default
17790
17791 \begin_inset ERT
17792 status collapsed
17793
17794 \begin_layout Plain Layout
17795
17796
17797 \backslash
17798 leer 
17799 \end_layout
17800
17801 \end_inset
17802
17803
17804 \series bold
17805 _i,j=1
17806 \end_layout
17807
17808 \begin_layout Section
17809 Schriften
17810 \begin_inset Index
17811 status collapsed
17812
17813 \begin_layout Plain Layout
17814 Schriften
17815 \end_layout
17816
17817 \end_inset
17818
17819
17820 \end_layout
17821
17822 \begin_layout Subsection
17823 Schriftstile
17824 \begin_inset CommandInset label
17825 LatexCommand label
17826 name "sub:Schriftstile"
17827
17828 \end_inset
17829
17830
17831 \begin_inset Index
17832 status collapsed
17833
17834 \begin_layout Plain Layout
17835 Schriften ! Schriftstile
17836 \end_layout
17837
17838 \end_inset
17839
17840
17841 \end_layout
17842
17843 \begin_layout Standard
17844 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17845  gesetzt werden:
17846 \begin_inset VSpace -2mm
17847 \end_inset
17848
17849
17850 \end_layout
17851
17852 \begin_layout Standard
17853 \align center
17854 \begin_inset Tabular
17855 <lyxtabular version="3" rows="6" columns="3">
17856 <features>
17857 <column alignment="center" valignment="top" width="0">
17858 <column alignment="center" valignment="top" width="0">
17859 <column alignment="center" valignment="top" width="0">
17860 <row>
17861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17862 \begin_inset Text
17863
17864 \begin_layout Plain Layout
17865 Befehl
17866 \end_layout
17867
17868 \end_inset
17869 </cell>
17870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17871 \begin_inset Text
17872
17873 \begin_layout Plain Layout
17874 Ergebnis
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883 Tastenkürzel
17884 \end_layout
17885
17886 \end_inset
17887 </cell>
17888 </row>
17889 <row>
17890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout Plain Layout
17894
17895 \backslash
17896 mathbb
17897 \series bold
17898
17899 \begin_inset ERT
17900 status collapsed
17901
17902 \begin_layout Plain Layout
17903
17904
17905 \backslash
17906 leer 
17907 \end_layout
17908
17909 \end_inset
17910
17911
17912 \series default
17913 ABC
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17919 \begin_inset Text
17920
17921 \begin_layout Plain Layout
17922 \begin_inset Formula $\mathbb{ABC}$
17923 \end_inset
17924
17925
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934 Alt-z k
17935 \end_layout
17936
17937 \end_inset
17938 </cell>
17939 </row>
17940 <row>
17941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945
17946 \backslash
17947 mathbf
17948 \series bold
17949
17950 \begin_inset ERT
17951 status collapsed
17952
17953 \begin_layout Plain Layout
17954
17955
17956 \backslash
17957 leer 
17958 \end_layout
17959
17960 \end_inset
17961
17962
17963 \series default
17964 AbC
17965 \end_layout
17966
17967 \end_inset
17968 </cell>
17969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17970 \begin_inset Text
17971
17972 \begin_layout Plain Layout
17973 \begin_inset Formula $\mathbf{AbC}$
17974 \end_inset
17975
17976
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 Strg-b
17986 \end_layout
17987
17988 \end_inset
17989 </cell>
17990 </row>
17991 <row>
17992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17993 \begin_inset Text
17994
17995 \begin_layout Plain Layout
17996
17997 \backslash
17998 boldsymbol
17999 \series bold
18000
18001 \begin_inset ERT
18002 status collapsed
18003
18004 \begin_layout Plain Layout
18005
18006
18007 \backslash
18008 leer 
18009 \end_layout
18010
18011 \end_inset
18012
18013
18014 \series default
18015 AbC
18016 \end_layout
18017
18018 \end_inset
18019 </cell>
18020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18021 \begin_inset Text
18022
18023 \begin_layout Plain Layout
18024 \begin_inset Formula $\boldsymbol{AbC}$
18025 \end_inset
18026
18027
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036 Alt-z f oder Strg-Alt-b
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 </row>
18042 <row>
18043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047
18048 \backslash
18049 mathcal
18050 \series bold
18051
18052 \begin_inset ERT
18053 status collapsed
18054
18055 \begin_layout Plain Layout
18056
18057
18058 \backslash
18059 leer 
18060 \end_layout
18061
18062 \end_inset
18063
18064
18065 \series default
18066 ABC
18067 \end_layout
18068
18069 \end_inset
18070 </cell>
18071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18072 \begin_inset Text
18073
18074 \begin_layout Plain Layout
18075 \begin_inset Formula $\mathcal{ABC}$
18076 \end_inset
18077
18078
18079 \end_layout
18080
18081 \end_inset
18082 </cell>
18083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18084 \begin_inset Text
18085
18086 \begin_layout Plain Layout
18087 Alt-z h
18088 \end_layout
18089
18090 \end_inset
18091 </cell>
18092 </row>
18093 <row>
18094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098
18099 \backslash
18100 mathfrak
18101 \series bold
18102
18103 \begin_inset ERT
18104 status collapsed
18105
18106 \begin_layout Plain Layout
18107
18108
18109 \backslash
18110 leer 
18111 \end_layout
18112
18113 \end_inset
18114
18115
18116 \series default
18117 AbC
18118 \end_layout
18119
18120 \end_inset
18121 </cell>
18122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18123 \begin_inset Text
18124
18125 \begin_layout Plain Layout
18126 \begin_inset Formula $\mathfrak{AbC}$
18127 \end_inset
18128
18129
18130 \end_layout
18131
18132 \end_inset
18133 </cell>
18134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18135 \begin_inset Text
18136
18137 \begin_layout Plain Layout
18138 -
18139 \end_layout
18140
18141 \end_inset
18142 </cell>
18143 </row>
18144 </lyxtabular>
18145
18146 \end_inset
18147
18148
18149 \end_layout
18150
18151 \begin_layout Standard
18152 \align center
18153 \begin_inset Tabular
18154 <lyxtabular version="3" rows="5" columns="3">
18155 <features>
18156 <column alignment="center" valignment="top" width="0">
18157 <column alignment="center" valignment="top" width="0">
18158 <column alignment="center" valignment="top" width="0">
18159 <row>
18160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18161 \begin_inset Text
18162
18163 \begin_layout Plain Layout
18164 Befehl
18165 \end_layout
18166
18167 \end_inset
18168 </cell>
18169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173 Ergebnis
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182 Tastenkürzel
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 </row>
18188 <row>
18189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193
18194 \backslash
18195 mathit
18196 \series bold
18197
18198 \begin_inset ERT
18199 status collapsed
18200
18201 \begin_layout Plain Layout
18202
18203
18204 \backslash
18205 leer 
18206 \end_layout
18207
18208 \end_inset
18209
18210
18211 \series default
18212 AbC
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18218 \begin_inset Text
18219
18220 \begin_layout Plain Layout
18221 \begin_inset Formula $\mathit{AbC}$
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 -
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 </row>
18239 <row>
18240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Plain Layout
18244
18245 \backslash
18246 mathrm
18247 \series bold
18248
18249 \begin_inset ERT
18250 status collapsed
18251
18252 \begin_layout Plain Layout
18253
18254
18255 \backslash
18256 leer 
18257 \end_layout
18258
18259 \end_inset
18260
18261
18262 \series default
18263 AbC
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272 \begin_inset Formula $\mathrm{AbC}$
18273 \end_inset
18274
18275
18276 \end_layout
18277
18278 \end_inset
18279 </cell>
18280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Plain Layout
18284 Alt-z r
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 </row>
18290 <row>
18291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18292 \begin_inset Text
18293
18294 \begin_layout Plain Layout
18295
18296 \backslash
18297 mathsf
18298 \series bold
18299
18300 \begin_inset ERT
18301 status collapsed
18302
18303 \begin_layout Plain Layout
18304
18305
18306 \backslash
18307 leer 
18308 \end_layout
18309
18310 \end_inset
18311
18312
18313 \series default
18314 AbC
18315 \end_layout
18316
18317 \end_inset
18318 </cell>
18319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323 \begin_inset Formula $\mathsf{AbC}$
18324 \end_inset
18325
18326
18327 \end_layout
18328
18329 \end_inset
18330 </cell>
18331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18332 \begin_inset Text
18333
18334 \begin_layout Plain Layout
18335 Alt-z s
18336 \end_layout
18337
18338 \end_inset
18339 </cell>
18340 </row>
18341 <row>
18342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18343 \begin_inset Text
18344
18345 \begin_layout Plain Layout
18346
18347 \backslash
18348 mathtt
18349 \series bold
18350
18351 \begin_inset ERT
18352 status collapsed
18353
18354 \begin_layout Plain Layout
18355
18356
18357 \backslash
18358 leer 
18359 \end_layout
18360
18361 \end_inset
18362
18363
18364 \series default
18365 AbC
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18371 \begin_inset Text
18372
18373 \begin_layout Plain Layout
18374 \begin_inset Formula $\mathtt{AbC}$
18375 \end_inset
18376
18377
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386 Alt-z c
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 </row>
18392 </lyxtabular>
18393
18394 \end_inset
18395
18396
18397 \end_layout
18398
18399 \begin_layout Standard
18400 \begin_inset Note Greyedout
18401 status open
18402
18403 \begin_layout Plain Layout
18404
18405 \series bold
18406 Achtung:
18407 \series default
18408  Die Stile 
18409 \series bold
18410
18411 \backslash
18412 mathbb
18413 \series default
18414  und 
18415 \series bold
18416
18417 \backslash
18418 mathcal
18419 \series default
18420  können nur für Großbuchstaben verwendet werden.
18421 \end_layout
18422
18423 \end_inset
18424
18425
18426 \end_layout
18427
18428 \begin_layout Standard
18429 Voreingestellt ist der Stil 
18430 \series bold
18431
18432 \backslash
18433 mathnormal
18434 \series default
18435 .
18436 \end_layout
18437
18438 \begin_layout Standard
18439 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18440 \begin_inset Formula \[
18441 \mathfrak{A=\frac{b}{C}}\]
18442
18443 \end_inset
18444
18445
18446 \end_layout
18447
18448 \begin_layout Standard
18449 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18450 ile, sondern in dem Textschriftstil 
18451 \series bold
18452
18453 \backslash
18454 textrm
18455 \series default
18456 .
18457  Dass ihr Stil nicht über den Textstil Dialog geändert werden kann ist ein
18458  Fehler in LyX .
18459 \begin_inset Foot
18460 status collapsed
18461
18462 \begin_layout Plain Layout
18463 \begin_inset CommandInset href
18464 LatexCommand href
18465 name "LyX-Fehler #4091"
18466 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18467
18468 \end_inset
18469
18470
18471 \end_layout
18472
18473 \end_inset
18474
18475
18476 \end_layout
18477
18478 \begin_layout Standard
18479 Anstelle der Stilbefehle kann man auch den Dialog 
18480 \family sans
18481 Bearbeiten\SpecialChar \menuseparator
18482 Mathe\SpecialChar \menuseparator
18483 Text-Stil
18484 \family default
18485  oder den Mathe-Werkzeugleistenknopf 
18486 \begin_inset Graphics
18487         filename ../../images/math/font.png
18488         scale 85
18489
18490 \end_inset
18491
18492  verwenden.
18493 \end_layout
18494
18495 \begin_layout Subsection
18496 Fett gedruckte Formeln
18497 \begin_inset CommandInset label
18498 LatexCommand label
18499 name "sub:Fett-gedruckte-Formeln"
18500
18501 \end_inset
18502
18503
18504 \begin_inset Index
18505 status collapsed
18506
18507 \begin_layout Plain Layout
18508 Formel ! fett gedruckte
18509 \end_layout
18510
18511 \end_inset
18512
18513
18514 \end_layout
18515
18516 \begin_layout Standard
18517 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18518  Kapitel angegebenen Befehl 
18519 \series bold
18520
18521 \backslash
18522 mathbf
18523 \series default
18524  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18525  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18526  Formel gut erkennt:
18527 \end_layout
18528
18529 \begin_layout Standard
18530 \begin_inset Formula \[
18531 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}\]
18532
18533 \end_inset
18534
18535
18536 \end_layout
18537
18538 \begin_layout Standard
18539 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18540 \series bold
18541
18542 \backslash
18543 boldsymbol
18544 \series default
18545 :
18546 \begin_inset Formula \[
18547 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}\]
18548
18549 \end_inset
18550
18551 Es gibt auch die Möglichkeit die Formel in eine 
18552 \series bold
18553 boldmath-Umgebung
18554 \series default
18555  zu setzen.
18556  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18557 \series bold
18558
18559 \backslash
18560 boldmath
18561 \begin_inset Index
18562 status collapsed
18563
18564 \begin_layout Plain Layout
18565 Befehle ! B ! 
18566 \backslash
18567 boldmath
18568 \end_layout
18569
18570 \end_inset
18571
18572
18573 \series default
18574  eingibt.
18575  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18576 \series bold
18577
18578 \backslash
18579 unboldmath
18580 \begin_inset Index
18581 status collapsed
18582
18583 \begin_layout Plain Layout
18584 Befehle ! U ! 
18585 \backslash
18586 unboldmath
18587 \end_layout
18588
18589 \end_inset
18590
18591
18592 \series default
18593  ein.
18594 \begin_inset ERT
18595 status collapsed
18596
18597 \begin_layout Plain Layout
18598
18599
18600 \backslash
18601 boldmath 
18602 \end_layout
18603
18604 \end_inset
18605
18606
18607 \begin_inset Formula \[
18608 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}\]
18609
18610 \end_inset
18611
18612
18613 \begin_inset ERT
18614 status collapsed
18615
18616 \begin_layout Plain Layout
18617
18618
18619 \backslash
18620 unboldmath 
18621 \end_layout
18622
18623 \end_inset
18624
18625
18626 \end_layout
18627
18628 \begin_layout Subsection
18629 Farbige Formeln
18630 \begin_inset Index
18631 status collapsed
18632
18633 \begin_layout Plain Layout
18634 Formel ! farbige
18635 \end_layout
18636
18637 \end_inset
18638
18639
18640 \end_layout
18641
18642 \begin_layout Standard
18643 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18644  oder Formelteile und verwenden dann den 
18645 \family sans
18646 Textstil
18647 \family default
18648  Dialog.
18649  Hier ist eine Formel in Magenta:
18650 \begin_inset Formula \[
18651 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18652
18653 \end_inset
18654
18655
18656 \end_layout
18657
18658 \begin_layout Standard
18659 Man kann auch eigene Farben definieren, wie in 
18660 \begin_inset CommandInset ref
18661 LatexCommand ref
18662 reference "sub:Farbige-Boxen"
18663
18664 \end_inset
18665
18666  erklärt ist.
18667  Diese können dann mit dem TeX-Code Befehl 
18668 \series bold
18669
18670 \backslash
18671 textcolor
18672 \series default
18673
18674 \begin_inset Index
18675 status collapsed
18676
18677 \begin_layout Plain Layout
18678 Befehle! T ! 
18679 \backslash
18680 textcolor
18681 \end_layout
18682
18683 \end_inset
18684
18685  verwendet werden, dass folgendes Schema besitzt:
18686 \end_layout
18687
18688 \begin_layout Standard
18689
18690 \series bold
18691
18692 \backslash
18693 textcolor{Farbe}{Zeichen oder Formel}
18694 \end_layout
18695
18696 \begin_layout Standard
18697 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
18698 \end_layout
18699
18700 \begin_layout Standard
18701 \begin_inset ERT
18702 status collapsed
18703
18704 \begin_layout Plain Layout
18705
18706
18707 \backslash
18708 textcolor{dunkelgruen}{
18709 \end_layout
18710
18711 \end_inset
18712
18713
18714 \begin_inset Formula \[
18715 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18716
18717 \end_inset
18718
18719
18720 \begin_inset ERT
18721 status collapsed
18722
18723 \begin_layout Plain Layout
18724
18725 }
18726 \end_layout
18727
18728 \end_inset
18729
18730
18731 \end_layout
18732
18733 \begin_layout Standard
18734 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
18735 n Farben gefärbt werden.
18736 \begin_inset Foot
18737 status collapsed
18738
18739 \begin_layout Plain Layout
18740 \begin_inset CommandInset href
18741 LatexCommand href
18742 name "LyX-bug #5269"
18743 target "http://bugzilla.lyx.org/show_bug.cgi?id=5269"
18744
18745 \end_inset
18746
18747
18748 \end_layout
18749
18750 \end_inset
18751
18752
18753 \end_layout
18754
18755 \begin_layout Subsection
18756 Schriftgrößen
18757 \begin_inset CommandInset label
18758 LatexCommand label
18759 name "sub:Schriftgrößen"
18760
18761 \end_inset
18762
18763
18764 \begin_inset Index
18765 status collapsed
18766
18767 \begin_layout Plain Layout
18768 Schriften ! Schriftgrößen
18769 \end_layout
18770
18771 \end_inset
18772
18773
18774 \end_layout
18775
18776 \begin_layout Standard
18777 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18778 le:
18779 \end_layout
18780
18781 \begin_layout Standard
18782
18783 \series bold
18784
18785 \backslash
18786 Huge
18787 \series default
18788
18789 \series bold
18790
18791 \backslash
18792 huge
18793 \series default
18794
18795 \series bold
18796
18797 \backslash
18798 LARGE
18799 \series default
18800
18801 \series bold
18802
18803 \backslash
18804 Large
18805 \series default
18806
18807 \series bold
18808
18809 \backslash
18810 large
18811 \series default
18812
18813 \series bold
18814
18815 \backslash
18816 normalsize
18817 \series default
18818
18819 \series bold
18820
18821 \backslash
18822 small
18823 \series default
18824
18825 \series bold
18826
18827 \backslash
18828 footnotesize
18829 \series default
18830 ,
18831 \begin_inset Newline linebreak
18832 \end_inset
18833
18834
18835 \series bold
18836
18837 \backslash
18838 scriptsize
18839 \series default
18840  und 
18841 \series bold
18842
18843 \backslash
18844 tiny
18845 \end_layout
18846
18847 \begin_layout Standard
18848 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
18849  ab, die dem Befehl 
18850 \series bold
18851
18852 \backslash
18853 normalsize
18854 \series default
18855  entspricht.
18856  Die anderen Befehle produzieren kleinere oder größere Schriften als 
18857 \series bold
18858
18859 \backslash
18860 normalsize
18861 \series default
18862 .
18863  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
18864  Beträgt z.
18865 \begin_inset space \thinspace{}
18866 \end_inset
18867
18868 B.
18869  die Dokumentschriftgröße 12
18870 \begin_inset space \thinspace{}
18871 \end_inset
18872
18873 pt, produziert der Befehl 
18874 \series bold
18875
18876 \backslash
18877 Huge
18878 \series default
18879  dasselbe wie 
18880 \series bold
18881
18882 \backslash
18883 huge
18884 \series default
18885 .
18886  
18887 \end_layout
18888
18889 \begin_layout Standard
18890 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18891  Größe aller nachfolgenden Formel- und Textzeichen fest.
18892  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
18893  TeX-Modus den Befehl 
18894 \series bold
18895
18896 \backslash
18897 normalsize
18898 \series default
18899  ein.
18900 \end_layout
18901
18902 \begin_layout Standard
18903 Innerhalb einer Formel kann die Größe nur für Symbole oder Buchstaben im
18904  mathematischen Text geändert werden.
18905  Dazu wird der Größenbefehl im mathematischen Textmodus eingegeben.
18906  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
18907  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
18908  Dazu zwei Beispiele:
18909 \begin_inset VSpace -2mm
18910 \end_inset
18911
18912
18913 \end_layout
18914
18915 \begin_layout Standard
18916 \begin_inset ERT
18917 status collapsed
18918
18919 \begin_layout Plain Layout
18920
18921
18922 \backslash
18923 huge 
18924 \end_layout
18925
18926 \end_inset
18927
18928
18929 \begin_inset Formula \[
18930 A=\frac{B}{c}\cdot\maltese\]
18931
18932 \end_inset
18933
18934
18935 \begin_inset Formula \[
18936 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18937
18938 \end_inset
18939
18940
18941 \begin_inset ERT
18942 status collapsed
18943
18944 \begin_layout Plain Layout
18945
18946
18947 \backslash
18948 normalsize 
18949 \end_layout
18950
18951 \end_inset
18952
18953
18954 \end_layout
18955
18956 \begin_layout Standard
18957 \begin_inset VSpace medskip
18958 \end_inset
18959
18960 Vor beiden Formeln wurde der Befehl 
18961 \series bold
18962
18963 \backslash
18964 huge
18965 \series default
18966  eingegeben.
18967  Der Befehl für die zweite Formel lautet:
18968 \begin_inset Newline newline
18969 \end_inset
18970
18971
18972 \series bold
18973
18974 \backslash
18975 maltese
18976 \begin_inset ERT
18977 status collapsed
18978
18979 \begin_layout Plain Layout
18980
18981
18982 \backslash
18983 leer 
18984 \end_layout
18985
18986 \end_inset
18987
18988 A M-m m 
18989 \backslash
18990 Large
18991 \begin_inset ERT
18992 status collapsed
18993
18994 \begin_layout Plain Layout
18995
18996
18997 \backslash
18998 leer 
18999 \end_layout
19000
19001 \end_inset
19002
19003
19004 \backslash
19005 maltese
19006 \begin_inset ERT
19007 status collapsed
19008
19009 \begin_layout Plain Layout
19010
19011
19012 \backslash
19013 leer 
19014 \end_layout
19015
19016 \end_inset
19017
19018
19019 \backslash
19020 textit
19021 \begin_inset ERT
19022 status collapsed
19023
19024 \begin_layout Plain Layout
19025
19026
19027 \backslash
19028 leer 
19029 \end_layout
19030
19031 \end_inset
19032
19033 A
19034 \begin_inset Formula $\to$
19035 \end_inset
19036
19037
19038 \begin_inset Formula $\to$
19039 \end_inset
19040
19041
19042 \begin_inset Newline newline
19043 \end_inset
19044
19045
19046 \begin_inset space \hspace*{}
19047 \length 1cm
19048 \end_inset
19049
19050 M-m
19051 \series default
19052  
19053 \series bold
19054
19055 \backslash
19056 tiny
19057 \begin_inset ERT
19058 status collapsed
19059
19060 \begin_layout Plain Layout
19061
19062
19063 \backslash
19064 leer 
19065 \end_layout
19066
19067 \end_inset
19068
19069
19070 \backslash
19071 maltese
19072 \begin_inset ERT
19073 status collapsed
19074
19075 \begin_layout Plain Layout
19076
19077
19078 \backslash
19079 leer 
19080 \end_layout
19081
19082 \end_inset
19083
19084
19085 \backslash
19086 textit
19087 \begin_inset ERT
19088 status collapsed
19089
19090 \begin_layout Plain Layout
19091
19092
19093 \backslash
19094 leer 
19095 \end_layout
19096
19097 \end_inset
19098
19099 A
19100 \end_layout
19101
19102 \begin_layout Standard
19103 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19104  immer in der Standardgröße dargestellt.
19105 \end_layout
19106
19107 \begin_layout Section
19108 Griechische Buchstaben
19109 \begin_inset Index
19110 status collapsed
19111
19112 \begin_layout Plain Layout
19113 griechische Buchstaben
19114 \end_layout
19115
19116 \end_inset
19117
19118
19119 \end_layout
19120
19121 \begin_layout Standard
19122 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19123  
19124 \begin_inset Graphics
19125         filename ../../images/math/alpha.png
19126         scale 85
19127
19128 \end_inset
19129
19130  eingefügt werden.
19131 \end_layout
19132
19133 \begin_layout Subsection
19134 Kleine Buchstaben
19135 \begin_inset Index
19136 status collapsed
19137
19138 \begin_layout Plain Layout
19139 griechische Buchstaben ! kleine
19140 \end_layout
19141
19142 \end_inset
19143
19144
19145 \end_layout
19146
19147 \begin_layout Standard
19148 \begin_inset space \hfill{}
19149 \end_inset
19150
19151
19152 \begin_inset Tabular
19153 <lyxtabular version="3" rows="11" columns="2">
19154 <features>
19155 <column alignment="center" valignment="top" width="0pt">
19156 <column alignment="center" valignment="top" width="0pt">
19157 <row>
19158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19159 \begin_inset Text
19160
19161 \begin_layout Plain Layout
19162 Befehl
19163 \end_layout
19164
19165 \end_inset
19166 </cell>
19167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19168 \begin_inset Text
19169
19170 \begin_layout Plain Layout
19171 Ergebnis
19172 \end_layout
19173
19174 \end_inset
19175 </cell>
19176 </row>
19177 <row>
19178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19179 \begin_inset Text
19180
19181 \begin_layout Plain Layout
19182
19183 \backslash
19184 alpha
19185 \end_layout
19186
19187 \end_inset
19188 </cell>
19189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19190 \begin_inset Text
19191
19192 \begin_layout Plain Layout
19193 \begin_inset Formula $\alpha$
19194 \end_inset
19195
19196
19197 \end_layout
19198
19199 \end_inset
19200 </cell>
19201 </row>
19202 <row>
19203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19204 \begin_inset Text
19205
19206 \begin_layout Plain Layout
19207
19208 \backslash
19209 beta
19210 \end_layout
19211
19212 \end_inset
19213 </cell>
19214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19215 \begin_inset Text
19216
19217 \begin_layout Plain Layout
19218 \begin_inset Formula $\beta$
19219 \end_inset
19220
19221
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 </row>
19227 <row>
19228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19229 \begin_inset Text
19230
19231 \begin_layout Plain Layout
19232
19233 \backslash
19234 gamma
19235 \end_layout
19236
19237 \end_inset
19238 </cell>
19239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19240 \begin_inset Text
19241
19242 \begin_layout Plain Layout
19243 \begin_inset Formula $\gamma$
19244 \end_inset
19245
19246
19247 \end_layout
19248
19249 \end_inset
19250 </cell>
19251 </row>
19252 <row>
19253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19254 \begin_inset Text
19255
19256 \begin_layout Plain Layout
19257
19258 \backslash
19259 delta
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268 \begin_inset Formula $\delta$
19269 \end_inset
19270
19271
19272 \end_layout
19273
19274 \end_inset
19275 </cell>
19276 </row>
19277 <row>
19278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282
19283 \backslash
19284 epsilon
19285 \end_layout
19286
19287 \end_inset
19288 </cell>
19289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293 \begin_inset Formula $\epsilon$
19294 \end_inset
19295
19296
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 </row>
19302 <row>
19303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307
19308 \backslash
19309 varepsilon
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19315 \begin_inset Text
19316
19317 \begin_layout Plain Layout
19318 \begin_inset Formula $\varepsilon$
19319 \end_inset
19320
19321
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 </row>
19327 <row>
19328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332
19333 \backslash
19334 zeta
19335 \end_layout
19336
19337 \end_inset
19338 </cell>
19339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343 \begin_inset Formula $\zeta$
19344 \end_inset
19345
19346
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 </row>
19352 <row>
19353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357
19358 \backslash
19359 eta
19360 \end_layout
19361
19362 \end_inset
19363 </cell>
19364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Plain Layout
19368 \begin_inset Formula $\eta$
19369 \end_inset
19370
19371
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 </row>
19377 <row>
19378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382
19383 \backslash
19384 theta
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393 \begin_inset Formula $\theta$
19394 \end_inset
19395
19396
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 </row>
19402 <row>
19403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19404 \begin_inset Text
19405
19406 \begin_layout Plain Layout
19407
19408 \backslash
19409 vartheta
19410 \end_layout
19411
19412 \end_inset
19413 </cell>
19414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19415 \begin_inset Text
19416
19417 \begin_layout Plain Layout
19418 \begin_inset Formula $\vartheta$
19419 \end_inset
19420
19421
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 </row>
19427 </lyxtabular>
19428
19429 \end_inset
19430
19431
19432 \begin_inset space \hfill{}
19433 \end_inset
19434
19435
19436 \begin_inset Tabular
19437 <lyxtabular version="3" rows="12" columns="2">
19438 <features>
19439 <column alignment="center" valignment="top" width="0pt">
19440 <column alignment="center" valignment="top" width="0pt">
19441 <row>
19442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19443 \begin_inset Text
19444
19445 \begin_layout Plain Layout
19446 Befehl
19447 \end_layout
19448
19449 \end_inset
19450 </cell>
19451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19452 \begin_inset Text
19453
19454 \begin_layout Plain Layout
19455 Ergebnis
19456 \end_layout
19457
19458 \end_inset
19459 </cell>
19460 </row>
19461 <row>
19462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19463 \begin_inset Text
19464
19465 \begin_layout Plain Layout
19466
19467 \backslash
19468 iota
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19474 \begin_inset Text
19475
19476 \begin_layout Plain Layout
19477 \begin_inset Formula $\iota$
19478 \end_inset
19479
19480
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 </row>
19486 <row>
19487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19488 \begin_inset Text
19489
19490 \begin_layout Plain Layout
19491
19492 \backslash
19493 kappa
19494 \end_layout
19495
19496 \end_inset
19497 </cell>
19498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19499 \begin_inset Text
19500
19501 \begin_layout Plain Layout
19502 \begin_inset Formula $\kappa$
19503 \end_inset
19504
19505
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 </row>
19511 <row>
19512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19513 \begin_inset Text
19514
19515 \begin_layout Plain Layout
19516
19517 \backslash
19518 varkappa
19519 \end_layout
19520
19521 \end_inset
19522 </cell>
19523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19524 \begin_inset Text
19525
19526 \begin_layout Plain Layout
19527 \begin_inset Formula $\varkappa$
19528 \end_inset
19529
19530
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 </row>
19536 <row>
19537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19538 \begin_inset Text
19539
19540 \begin_layout Plain Layout
19541
19542 \backslash
19543 lambda
19544 \end_layout
19545
19546 \end_inset
19547 </cell>
19548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19549 \begin_inset Text
19550
19551 \begin_layout Plain Layout
19552 \begin_inset Formula $\lambda$
19553 \end_inset
19554
19555
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 </row>
19561 <row>
19562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19563 \begin_inset Text
19564
19565 \begin_layout Plain Layout
19566
19567 \backslash
19568 mu
19569 \end_layout
19570
19571 \end_inset
19572 </cell>
19573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19574 \begin_inset Text
19575
19576 \begin_layout Plain Layout
19577 \begin_inset Formula $\mu$
19578 \end_inset
19579
19580
19581 \end_layout
19582
19583 \end_inset
19584 </cell>
19585 </row>
19586 <row>
19587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19588 \begin_inset Text
19589
19590 \begin_layout Plain Layout
19591
19592 \backslash
19593 nu
19594 \end_layout
19595
19596 \end_inset
19597 </cell>
19598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19599 \begin_inset Text
19600
19601 \begin_layout Plain Layout
19602 \begin_inset Formula $\nu$
19603 \end_inset
19604
19605
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 </row>
19611 <row>
19612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19613 \begin_inset Text
19614
19615 \begin_layout Plain Layout
19616
19617 \backslash
19618 xi
19619 \end_layout
19620
19621 \end_inset
19622 </cell>
19623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19624 \begin_inset Text
19625
19626 \begin_layout Plain Layout
19627 \begin_inset Formula $\xi$
19628 \end_inset
19629
19630
19631 \end_layout
19632
19633 \end_inset
19634 </cell>
19635 </row>
19636 <row>
19637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19638 \begin_inset Text
19639
19640 \begin_layout Plain Layout
19641 o
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650 \begin_inset Formula $o$
19651 \end_inset
19652
19653
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 </row>
19659 <row>
19660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664
19665 \backslash
19666 pi
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675 \begin_inset Formula $\pi$
19676 \end_inset
19677
19678
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 </row>
19684 <row>
19685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689
19690 \backslash
19691 varpi
19692 \end_layout
19693
19694 \end_inset
19695 </cell>
19696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700 \begin_inset Formula $\varpi$
19701 \end_inset
19702
19703
19704 \end_layout
19705
19706 \end_inset
19707 </cell>
19708 </row>
19709 <row>
19710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714
19715 \backslash
19716 rho
19717 \end_layout
19718
19719 \end_inset
19720 </cell>
19721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725 \begin_inset Formula $\rho$
19726 \end_inset
19727
19728
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 </row>
19734 </lyxtabular>
19735
19736 \end_inset
19737
19738
19739 \begin_inset space \hfill{}
19740 \end_inset
19741
19742
19743 \begin_inset Tabular
19744 <lyxtabular version="3" rows="11" columns="2">
19745 <features>
19746 <column alignment="center" valignment="top" width="0pt">
19747 <column alignment="center" valignment="top" width="0pt">
19748 <row>
19749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19750 \begin_inset Text
19751
19752 \begin_layout Plain Layout
19753 Befehl
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19759 \begin_inset Text
19760
19761 \begin_layout Plain Layout
19762 Ergebnis
19763 \end_layout
19764
19765 \end_inset
19766 </cell>
19767 </row>
19768 <row>
19769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19770 \begin_inset Text
19771
19772 \begin_layout Plain Layout
19773
19774 \backslash
19775 varrho
19776 \end_layout
19777
19778 \end_inset
19779 </cell>
19780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784 \begin_inset Formula $\varrho$
19785 \end_inset
19786
19787
19788 \end_layout
19789
19790 \end_inset
19791 </cell>
19792 </row>
19793 <row>
19794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19795 \begin_inset Text
19796
19797 \begin_layout Plain Layout
19798
19799 \backslash
19800 sigma
19801 \end_layout
19802
19803 \end_inset
19804 </cell>
19805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19806 \begin_inset Text
19807
19808 \begin_layout Plain Layout
19809 \begin_inset Formula $\sigma$
19810 \end_inset
19811
19812
19813 \end_layout
19814
19815 \end_inset
19816 </cell>
19817 </row>
19818 <row>
19819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19820 \begin_inset Text
19821
19822 \begin_layout Plain Layout
19823
19824 \backslash
19825 varsigma
19826 \end_layout
19827
19828 \end_inset
19829 </cell>
19830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19831 \begin_inset Text
19832
19833 \begin_layout Plain Layout
19834 \begin_inset Formula $\varsigma$
19835 \end_inset
19836
19837
19838 \end_layout
19839
19840 \end_inset
19841 </cell>
19842 </row>
19843 <row>
19844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19845 \begin_inset Text
19846
19847 \begin_layout Plain Layout
19848
19849 \backslash
19850 tau
19851 \end_layout
19852
19853 \end_inset
19854 </cell>
19855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19856 \begin_inset Text
19857
19858 \begin_layout Plain Layout
19859 \begin_inset Formula $\tau$
19860 \end_inset
19861
19862
19863 \end_layout
19864
19865 \end_inset
19866 </cell>
19867 </row>
19868 <row>
19869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Plain Layout
19873
19874 \backslash
19875 upsilon
19876 \end_layout
19877
19878 \end_inset
19879 </cell>
19880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19881 \begin_inset Text
19882
19883 \begin_layout Plain Layout
19884 \begin_inset Formula $\upsilon$
19885 \end_inset
19886
19887
19888 \end_layout
19889
19890 \end_inset
19891 </cell>
19892 </row>
19893 <row>
19894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898
19899 \backslash
19900 phi
19901 \end_layout
19902
19903 \end_inset
19904 </cell>
19905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Plain Layout
19909 \begin_inset Formula $\phi$
19910 \end_inset
19911
19912
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 </row>
19918 <row>
19919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923
19924 \backslash
19925 varphi
19926 \end_layout
19927
19928 \end_inset
19929 </cell>
19930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934 \begin_inset Formula $\varphi$
19935 \end_inset
19936
19937
19938 \end_layout
19939
19940 \end_inset
19941 </cell>
19942 </row>
19943 <row>
19944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948
19949 \backslash
19950 chi
19951 \end_layout
19952
19953 \end_inset
19954 </cell>
19955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19956 \begin_inset Text
19957
19958 \begin_layout Plain Layout
19959 \begin_inset Formula $\chi$
19960 \end_inset
19961
19962
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 </row>
19968 <row>
19969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973
19974 \backslash
19975 psi
19976 \end_layout
19977
19978 \end_inset
19979 </cell>
19980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984 \begin_inset Formula $\psi$
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \end_inset
19991 </cell>
19992 </row>
19993 <row>
19994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998
19999 \backslash
20000 omega
20001 \end_layout
20002
20003 \end_inset
20004 </cell>
20005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009 \begin_inset Formula $\omega$
20010 \end_inset
20011
20012
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 </row>
20018 </lyxtabular>
20019
20020 \end_inset
20021
20022
20023 \begin_inset space \hfill{}
20024 \end_inset
20025
20026
20027 \end_layout
20028
20029 \begin_layout Standard
20030 \begin_inset VSpace medskip
20031 \end_inset
20032
20033 Wie man aufrechte griechische Buchstaben erstellt, ist in 
20034 \begin_inset CommandInset ref
20035 LatexCommand ref
20036 reference "sub:Aufrechte-kleine-griechische"
20037
20038 \end_inset
20039
20040  beschrieben.
20041 \end_layout
20042
20043 \begin_layout Subsection
20044 Große Buchstaben
20045 \begin_inset Index
20046 status collapsed
20047
20048 \begin_layout Plain Layout
20049 griechische Buchstaben ! große
20050 \end_layout
20051
20052 \end_inset
20053
20054
20055 \end_layout
20056
20057 \begin_layout Standard
20058 \begin_inset space \hfill{}
20059 \end_inset
20060
20061
20062 \begin_inset Tabular
20063 <lyxtabular version="3" rows="7" columns="2">
20064 <features>
20065 <column alignment="center" valignment="top" width="0pt">
20066 <column alignment="center" valignment="top" width="0pt">
20067 <row>
20068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072 Befehl
20073 \end_layout
20074
20075 \end_inset
20076 </cell>
20077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20078 \begin_inset Text
20079
20080 \begin_layout Plain Layout
20081 Ergebnis
20082 \end_layout
20083
20084 \end_inset
20085 </cell>
20086 </row>
20087 <row>
20088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092
20093 \backslash
20094 Gamma
20095 \end_layout
20096
20097 \end_inset
20098 </cell>
20099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103 \begin_inset Formula $\Gamma$
20104 \end_inset
20105
20106
20107 \end_layout
20108
20109 \end_inset
20110 </cell>
20111 </row>
20112 <row>
20113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20114 \begin_inset Text
20115
20116 \begin_layout Plain Layout
20117
20118 \backslash
20119 Delta
20120 \end_layout
20121
20122 \end_inset
20123 </cell>
20124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20125 \begin_inset Text
20126
20127 \begin_layout Plain Layout
20128 \begin_inset Formula $\Delta$
20129 \end_inset
20130
20131
20132 \end_layout
20133
20134 \end_inset
20135 </cell>
20136 </row>
20137 <row>
20138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20139 \begin_inset Text
20140
20141 \begin_layout Plain Layout
20142
20143 \backslash
20144 Theta
20145 \end_layout
20146
20147 \end_inset
20148 </cell>
20149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20150 \begin_inset Text
20151
20152 \begin_layout Plain Layout
20153 \begin_inset Formula $\Theta$
20154 \end_inset
20155
20156
20157 \end_layout
20158
20159 \end_inset
20160 </cell>
20161 </row>
20162 <row>
20163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20164 \begin_inset Text
20165
20166 \begin_layout Plain Layout
20167
20168 \backslash
20169 Lambda
20170 \end_layout
20171
20172 \end_inset
20173 </cell>
20174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20175 \begin_inset Text
20176
20177 \begin_layout Plain Layout
20178 \begin_inset Formula $\Lambda$
20179 \end_inset
20180
20181
20182 \end_layout
20183
20184 \end_inset
20185 </cell>
20186 </row>
20187 <row>
20188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20189 \begin_inset Text
20190
20191 \begin_layout Plain Layout
20192
20193 \backslash
20194 Xi
20195 \end_layout
20196
20197 \end_inset
20198 </cell>
20199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20200 \begin_inset Text
20201
20202 \begin_layout Plain Layout
20203 \begin_inset Formula $\Xi$
20204 \end_inset
20205
20206
20207 \end_layout
20208
20209 \end_inset
20210 </cell>
20211 </row>
20212 <row>
20213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20214 \begin_inset Text
20215
20216 \begin_layout Plain Layout
20217
20218 \backslash
20219 Pi
20220 \end_layout
20221
20222 \end_inset
20223 </cell>
20224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20225 \begin_inset Text
20226
20227 \begin_layout Plain Layout
20228 \begin_inset Formula $\Pi$
20229 \end_inset
20230
20231
20232 \end_layout
20233
20234 \end_inset
20235 </cell>
20236 </row>
20237 </lyxtabular>
20238
20239 \end_inset
20240
20241
20242 \begin_inset space \hfill{}
20243 \end_inset
20244
20245
20246 \begin_inset Tabular
20247 <lyxtabular version="3" rows="6" columns="2">
20248 <features>
20249 <column alignment="center" valignment="top" width="0pt">
20250 <column alignment="center" valignment="top" width="0pt">
20251 <row>
20252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20253 \begin_inset Text
20254
20255 \begin_layout Plain Layout
20256 Befehl
20257 \end_layout
20258
20259 \end_inset
20260 </cell>
20261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20262 \begin_inset Text
20263
20264 \begin_layout Plain Layout
20265 Ergebnis
20266 \end_layout
20267
20268 \end_inset
20269 </cell>
20270 </row>
20271 <row>
20272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20273 \begin_inset Text
20274
20275 \begin_layout Plain Layout
20276
20277 \backslash
20278 Sigma
20279 \end_layout
20280
20281 \end_inset
20282 </cell>
20283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20284 \begin_inset Text
20285
20286 \begin_layout Plain Layout
20287 \begin_inset Formula $\Sigma$
20288 \end_inset
20289
20290
20291 \end_layout
20292
20293 \end_inset
20294 </cell>
20295 </row>
20296 <row>
20297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20298 \begin_inset Text
20299
20300 \begin_layout Plain Layout
20301
20302 \backslash
20303 Upsilon
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312 \begin_inset Formula $\Upsilon$
20313 \end_inset
20314
20315
20316 \end_layout
20317
20318 \end_inset
20319 </cell>
20320 </row>
20321 <row>
20322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20323 \begin_inset Text
20324
20325 \begin_layout Plain Layout
20326
20327 \backslash
20328 Phi
20329 \end_layout
20330
20331 \end_inset
20332 </cell>
20333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337 \begin_inset Formula $\Phi$
20338 \end_inset
20339
20340
20341 \end_layout
20342
20343 \end_inset
20344 </cell>
20345 </row>
20346 <row>
20347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20348 \begin_inset Text
20349
20350 \begin_layout Plain Layout
20351
20352 \backslash
20353 Psi
20354 \end_layout
20355
20356 \end_inset
20357 </cell>
20358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362 \begin_inset Formula $\Psi$
20363 \end_inset
20364
20365
20366 \end_layout
20367
20368 \end_inset
20369 </cell>
20370 </row>
20371 <row>
20372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20373 \begin_inset Text
20374
20375 \begin_layout Plain Layout
20376
20377 \backslash
20378 Omega
20379 \end_layout
20380
20381 \end_inset
20382 </cell>
20383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20384 \begin_inset Text
20385
20386 \begin_layout Plain Layout
20387 \begin_inset Formula $\Omega$
20388 \end_inset
20389
20390
20391 \end_layout
20392
20393 \end_inset
20394 </cell>
20395 </row>
20396 </lyxtabular>
20397
20398 \end_inset
20399
20400
20401 \begin_inset space \hfill{}
20402 \end_inset
20403
20404
20405 \end_layout
20406
20407 \begin_layout Standard
20408 \begin_inset VSpace medskip
20409 \end_inset
20410
20411 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20412  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20413  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20414  mit 
20415 \series bold
20416 var
20417 \series default
20418 .
20419  So ergibt z.
20420 \begin_inset space \thinspace{}
20421 \end_inset
20422
20423 B.
20424  der Befehl 
20425 \series bold
20426
20427 \backslash
20428 varGamma
20429 \series default
20430
20431 \begin_inset Formula $\varGamma$
20432 \end_inset
20433
20434
20435 \end_layout
20436
20437 \begin_layout Subsection
20438 Fett gedruckte Buchstaben
20439 \begin_inset Index
20440 status collapsed
20441
20442 \begin_layout Plain Layout
20443 griechische Buchstaben ! fett gedruckte
20444 \end_layout
20445
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \begin_layout Standard
20452 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20453  Schriftstilen darstellen.
20454  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20455 \series bold
20456
20457 \backslash
20458 boldsymbol
20459 \series default
20460
20461 \begin_inset Index
20462 status collapsed
20463
20464 \begin_layout Plain Layout
20465 Befehle ! B ! 
20466 \backslash
20467 boldsymbol
20468 \end_layout
20469
20470 \end_inset
20471
20472  fett gedruckt auszugeben.
20473 \end_layout
20474
20475 \begin_layout Standard
20476 \align center
20477 \begin_inset Tabular
20478 <lyxtabular version="3" rows="3" columns="2">
20479 <features>
20480 <column alignment="center" valignment="top" width="0">
20481 <column alignment="center" valignment="top" width="0">
20482 <row>
20483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20484 \begin_inset Text
20485
20486 \begin_layout Plain Layout
20487 Befehl
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20493 \begin_inset Text
20494
20495 \begin_layout Plain Layout
20496 Ergebnis
20497 \end_layout
20498
20499 \end_inset
20500 </cell>
20501 </row>
20502 <row>
20503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20504 \begin_inset Text
20505
20506 \begin_layout Plain Layout
20507
20508 \backslash
20509 Upsilon
20510 \backslash
20511 boldsymbol
20512 \backslash
20513 Upsilon
20514 \end_layout
20515
20516 \end_inset
20517 </cell>
20518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20519 \begin_inset Text
20520
20521 \begin_layout Plain Layout
20522 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20523 \end_inset
20524
20525
20526 \end_layout
20527
20528 \end_inset
20529 </cell>
20530 </row>
20531 <row>
20532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20533 \begin_inset Text
20534
20535 \begin_layout Plain Layout
20536
20537 \backslash
20538 theta
20539 \backslash
20540 boldsymbol
20541 \backslash
20542 theta
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20548 \begin_inset Text
20549
20550 \begin_layout Plain Layout
20551 \begin_inset Formula $\theta\boldsymbol{\theta}$
20552 \end_inset
20553
20554
20555 \end_layout
20556
20557 \end_inset
20558 </cell>
20559 </row>
20560 </lyxtabular>
20561
20562 \end_inset
20563
20564
20565 \end_layout
20566
20567 \begin_layout Section
20568 Symbole
20569 \begin_inset ERT
20570 status collapsed
20571
20572 \begin_layout Plain Layout
20573
20574
20575 \backslash
20576 texorpdfstring{
20577 \end_layout
20578
20579 \end_inset
20580
20581
20582 \begin_inset Foot
20583 status collapsed
20584
20585 \begin_layout Plain Layout
20586 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20587  
20588 \begin_inset CommandInset citation
20589 LatexCommand cite
20590 key "Symbole"
20591
20592 \end_inset
20593
20594 .
20595 \end_layout
20596
20597 \end_inset
20598
20599
20600 \begin_inset ERT
20601 status collapsed
20602
20603 \begin_layout Plain Layout
20604
20605 }{}
20606 \end_layout
20607
20608 \end_inset
20609
20610
20611 \begin_inset Note Note
20612 status collapsed
20613
20614 \begin_layout Plain Layout
20615
20616 \series bold
20617
20618 \backslash
20619 texorpdfstring
20620 \series default
20621  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20622 \end_layout
20623
20624 \begin_layout Plain Layout
20625 Näheres zu 
20626 \series bold
20627
20628 \backslash
20629 texorpdfstring
20630 \series default
20631  steht in Kapitel 
20632 \begin_inset CommandInset ref
20633 LatexCommand ref
20634 reference "sub:Formeln-in-Überschriften"
20635
20636 \end_inset
20637
20638 .
20639 \end_layout
20640
20641 \end_inset
20642
20643
20644 \begin_inset Index
20645 status collapsed
20646
20647 \begin_layout Plain Layout
20648 Symbole
20649 \end_layout
20650
20651 \end_inset
20652
20653
20654 \end_layout
20655
20656 \begin_layout Standard
20657 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
20658
20659 leistenknöpfe 
20660 \begin_inset Graphics
20661         filename ../../images/math/nabla.png
20662         scale 85
20663
20664 \end_inset
20665
20666  und 
20667 \begin_inset Graphics
20668         filename ../../images/math/digamma.png
20669         scale 85
20670
20671 \end_inset
20672
20673  eingefügt werden.
20674 \end_layout
20675
20676 \begin_layout Subsection
20677 Mathematische Symbole
20678 \begin_inset CommandInset label
20679 LatexCommand label
20680 name "sub:Mathematische-Symbole"
20681
20682 \end_inset
20683
20684
20685 \begin_inset Index
20686 status collapsed
20687
20688 \begin_layout Plain Layout
20689 Symbole ! mathematische
20690 \end_layout
20691
20692 \end_inset
20693
20694
20695 \end_layout
20696
20697 \begin_layout Standard
20698 \begin_inset space \hfill{}
20699 \end_inset
20700
20701
20702 \begin_inset Tabular
20703 <lyxtabular version="3" rows="10" columns="2">
20704 <features>
20705 <column alignment="center" valignment="top" width="0pt">
20706 <column alignment="center" valignment="top" width="0pt">
20707 <row>
20708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712 Befehl
20713 \end_layout
20714
20715 \end_inset
20716 </cell>
20717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20718 \begin_inset Text
20719
20720 \begin_layout Plain Layout
20721 Ergebnis
20722 \end_layout
20723
20724 \end_inset
20725 </cell>
20726 </row>
20727 <row>
20728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732
20733 \backslash
20734 neg
20735 \end_layout
20736
20737 \end_inset
20738 </cell>
20739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743 \begin_inset Formula $\neg$
20744 \end_inset
20745
20746
20747 \end_layout
20748
20749 \end_inset
20750 </cell>
20751 </row>
20752 <row>
20753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757
20758 \backslash
20759 Im
20760 \end_layout
20761
20762 \end_inset
20763 </cell>
20764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20765 \begin_inset Text
20766
20767 \begin_layout Plain Layout
20768 \begin_inset Formula $\Im$
20769 \end_inset
20770
20771
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 </row>
20777 <row>
20778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20779 \begin_inset Text
20780
20781 \begin_layout Plain Layout
20782
20783 \backslash
20784 Re
20785 \end_layout
20786
20787 \end_inset
20788 </cell>
20789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20790 \begin_inset Text
20791
20792 \begin_layout Plain Layout
20793 \begin_inset Formula $\Re$
20794 \end_inset
20795
20796
20797 \end_layout
20798
20799 \end_inset
20800 </cell>
20801 </row>
20802 <row>
20803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20804 \begin_inset Text
20805
20806 \begin_layout Plain Layout
20807
20808 \backslash
20809 aleph
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818 \begin_inset Formula $\aleph$
20819 \end_inset
20820
20821
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 </row>
20827 <row>
20828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832
20833 \backslash
20834 partial
20835 \end_layout
20836
20837 \end_inset
20838 </cell>
20839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20840 \begin_inset Text
20841
20842 \begin_layout Plain Layout
20843 \begin_inset Formula $\partial$
20844 \end_inset
20845
20846
20847 \end_layout
20848
20849 \end_inset
20850 </cell>
20851 </row>
20852 <row>
20853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20854 \begin_inset Text
20855
20856 \begin_layout Plain Layout
20857
20858 \backslash
20859 infty
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868 \begin_inset Formula $\infty$
20869 \end_inset
20870
20871
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 </row>
20877 <row>
20878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20879 \begin_inset Text
20880
20881 \begin_layout Plain Layout
20882
20883 \backslash
20884 wp
20885 \end_layout
20886
20887 \end_inset
20888 </cell>
20889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20890 \begin_inset Text
20891
20892 \begin_layout Plain Layout
20893 \begin_inset Formula $\wp$
20894 \end_inset
20895
20896
20897 \end_layout
20898
20899 \end_inset
20900 </cell>
20901 </row>
20902 <row>
20903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20904 \begin_inset Text
20905
20906 \begin_layout Plain Layout
20907
20908 \backslash
20909 imath
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918 \begin_inset Formula $\imath$
20919 \end_inset
20920
20921
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 </row>
20927 <row>
20928 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932
20933 \backslash
20934 jmath
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20940 \begin_inset Text
20941
20942 \begin_layout Plain Layout
20943 \begin_inset Formula $\jmath$
20944 \end_inset
20945
20946
20947 \end_layout
20948
20949 \end_inset
20950 </cell>
20951 </row>
20952 </lyxtabular>
20953
20954 \end_inset
20955
20956
20957 \begin_inset space \hfill{}
20958 \end_inset
20959
20960
20961 \begin_inset Tabular
20962 <lyxtabular version="3" rows="10" columns="2">
20963 <features>
20964 <column alignment="center" valignment="top" width="0pt">
20965 <column alignment="center" valignment="top" width="0pt">
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 Befehl
20972 \end_layout
20973
20974 \end_inset
20975 </cell>
20976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20977 \begin_inset Text
20978
20979 \begin_layout Plain Layout
20980 Ergebnis
20981 \begin_inset Note Note
20982 status collapsed
20983
20984 \begin_layout Plain Layout
20985
20986 \series bold
20987
20988 \backslash
20989 raisebox
20990 \series default
20991  dient nur als Abstandhalter.
20992 \end_layout
20993
20994 \end_inset
20995
20996
20997 \end_layout
20998
20999 \end_inset
21000 </cell>
21001 </row>
21002 <row>
21003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007
21008 \backslash
21009 forall
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21015 \begin_inset Text
21016
21017 \begin_layout Plain Layout
21018 \begin_inset Formula $\forall$
21019 \end_inset
21020
21021
21022 \end_layout
21023
21024 \end_inset
21025 </cell>
21026 </row>
21027 <row>
21028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21029 \begin_inset Text
21030
21031 \begin_layout Plain Layout
21032
21033 \backslash
21034 exists
21035 \end_layout
21036
21037 \end_inset
21038 </cell>
21039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21040 \begin_inset Text
21041
21042 \begin_layout Plain Layout
21043 \begin_inset Formula $\exists$
21044 \end_inset
21045
21046
21047 \end_layout
21048
21049 \end_inset
21050 </cell>
21051 </row>
21052 <row>
21053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21054 \begin_inset Text
21055
21056 \begin_layout Plain Layout
21057
21058 \backslash
21059 nexists
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068 \begin_inset Formula $\nexists$
21069 \end_inset
21070
21071
21072 \end_layout
21073
21074 \end_inset
21075 </cell>
21076 </row>
21077 <row>
21078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21079 \begin_inset Text
21080
21081 \begin_layout Plain Layout
21082
21083 \backslash
21084 emptyset
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093 \begin_inset Formula $\emptyset$
21094 \end_inset
21095
21096
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 </row>
21102 <row>
21103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21104 \begin_inset Text
21105
21106 \begin_layout Plain Layout
21107
21108 \backslash
21109 varnothing
21110 \end_layout
21111
21112 \end_inset
21113 </cell>
21114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21115 \begin_inset Text
21116
21117 \begin_layout Plain Layout
21118 \begin_inset Formula $\varnothing$
21119 \end_inset
21120
21121
21122 \end_layout
21123
21124 \end_inset
21125 </cell>
21126 </row>
21127 <row>
21128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132
21133 \backslash
21134 dag
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143 \begin_inset Formula $\dag$
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 </row>
21152 <row>
21153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21154 \begin_inset Text
21155
21156 \begin_layout Plain Layout
21157
21158 \backslash
21159 ddag
21160 \end_layout
21161
21162 \end_inset
21163 </cell>
21164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21165 \begin_inset Text
21166
21167 \begin_layout Plain Layout
21168 \begin_inset Formula $\ddag$
21169 \end_inset
21170
21171
21172 \end_layout
21173
21174 \end_inset
21175 </cell>
21176 </row>
21177 <row>
21178 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21179 \begin_inset Text
21180
21181 \begin_layout Plain Layout
21182
21183 \backslash
21184 complement
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193 \begin_inset ERT
21194 status collapsed
21195
21196 \begin_layout Plain Layout
21197
21198
21199 \backslash
21200 raisebox{-0.8mm}{
21201 \end_layout
21202
21203 \end_inset
21204
21205
21206 \begin_inset Formula $\complement$
21207 \end_inset
21208
21209
21210 \begin_inset ERT
21211 status collapsed
21212
21213 \begin_layout Plain Layout
21214
21215 }
21216 \end_layout
21217
21218 \end_inset
21219
21220
21221 \end_layout
21222
21223 \end_inset
21224 </cell>
21225 </row>
21226 <row>
21227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231
21232 \backslash
21233 Bbbk
21234 \end_layout
21235
21236 \end_inset
21237 </cell>
21238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242 \begin_inset Formula $\Bbbk$
21243 \end_inset
21244
21245
21246 \end_layout
21247
21248 \end_inset
21249 </cell>
21250 </row>
21251 </lyxtabular>
21252
21253 \end_inset
21254
21255
21256 \begin_inset space \hfill{}
21257 \end_inset
21258
21259
21260 \begin_inset Tabular
21261 <lyxtabular version="3" rows="10" columns="2">
21262 <features>
21263 <column alignment="center" valignment="top" width="0pt">
21264 <column alignment="center" valignment="top" width="0pt">
21265 <row>
21266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21267 \begin_inset Text
21268
21269 \begin_layout Plain Layout
21270 Befehl
21271 \end_layout
21272
21273 \end_inset
21274 </cell>
21275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21276 \begin_inset Text
21277
21278 \begin_layout Plain Layout
21279 Ergebnis
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 </row>
21285 <row>
21286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21287 \begin_inset Text
21288
21289 \begin_layout Plain Layout
21290
21291 \backslash
21292 prime
21293 \end_layout
21294
21295 \end_inset
21296 </cell>
21297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21298 \begin_inset Text
21299
21300 \begin_layout Plain Layout
21301 \begin_inset Formula $\prime$
21302 \end_inset
21303
21304
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 </row>
21310 <row>
21311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21312 \begin_inset Text
21313
21314 \begin_layout Plain Layout
21315
21316 \backslash
21317 backprime
21318 \end_layout
21319
21320 \end_inset
21321 </cell>
21322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21323 \begin_inset Text
21324
21325 \begin_layout Plain Layout
21326 \begin_inset Formula $\backprime$
21327 \end_inset
21328
21329
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 </row>
21335 <row>
21336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21337 \begin_inset Text
21338
21339 \begin_layout Plain Layout
21340
21341 \backslash
21342 mho
21343 \end_layout
21344
21345 \end_inset
21346 </cell>
21347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21348 \begin_inset Text
21349
21350 \begin_layout Plain Layout
21351 \begin_inset Formula $\mho$
21352 \end_inset
21353
21354
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 </row>
21360 <row>
21361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21362 \begin_inset Text
21363
21364 \begin_layout Plain Layout
21365
21366 \backslash
21367 triangle
21368 \end_layout
21369
21370 \end_inset
21371 </cell>
21372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21373 \begin_inset Text
21374
21375 \begin_layout Plain Layout
21376 \begin_inset Formula $\triangle$
21377 \end_inset
21378
21379
21380 \end_layout
21381
21382 \end_inset
21383 </cell>
21384 </row>
21385 <row>
21386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21387 \begin_inset Text
21388
21389 \begin_layout Plain Layout
21390
21391 \backslash
21392 angle
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21398 \begin_inset Text
21399
21400 \begin_layout Plain Layout
21401 \begin_inset Formula $\angle$
21402 \end_inset
21403
21404
21405 \end_layout
21406
21407 \end_inset
21408 </cell>
21409 </row>
21410 <row>
21411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21412 \begin_inset Text
21413
21414 \begin_layout Plain Layout
21415
21416 \backslash
21417 measuredangle
21418 \end_layout
21419
21420 \end_inset
21421 </cell>
21422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21423 \begin_inset Text
21424
21425 \begin_layout Plain Layout
21426 \begin_inset Formula $\measuredangle$
21427 \end_inset
21428
21429
21430 \end_layout
21431
21432 \end_inset
21433 </cell>
21434 </row>
21435 <row>
21436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21437 \begin_inset Text
21438
21439 \begin_layout Plain Layout
21440
21441 \backslash
21442 sphericalangle
21443 \end_layout
21444
21445 \end_inset
21446 </cell>
21447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21448 \begin_inset Text
21449
21450 \begin_layout Plain Layout
21451 \begin_inset Formula $\sphericalangle$
21452 \end_inset
21453
21454
21455 \end_layout
21456
21457 \end_inset
21458 </cell>
21459 </row>
21460 <row>
21461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21462 \begin_inset Text
21463
21464 \begin_layout Plain Layout
21465
21466 \backslash
21467 top
21468 \end_layout
21469
21470 \end_inset
21471 </cell>
21472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21473 \begin_inset Text
21474
21475 \begin_layout Plain Layout
21476 \begin_inset Formula $\top$
21477 \end_inset
21478
21479
21480 \end_layout
21481
21482 \end_inset
21483 </cell>
21484 </row>
21485 <row>
21486 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21487 \begin_inset Text
21488
21489 \begin_layout Plain Layout
21490
21491 \backslash
21492 bot
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Plain Layout
21501 \begin_inset Formula $\bot$
21502 \end_inset
21503
21504
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 </row>
21510 </lyxtabular>
21511
21512 \end_inset
21513
21514
21515 \begin_inset space \hfill{}
21516 \end_inset
21517
21518
21519 \end_layout
21520
21521 \begin_layout Standard
21522 \begin_inset Newpage newpage
21523 \end_inset
21524
21525
21526 \end_layout
21527
21528 \begin_layout Subsection
21529 Sonstige Symbole
21530 \begin_inset CommandInset label
21531 LatexCommand label
21532 name "sub:Sonstige-Symbole"
21533
21534 \end_inset
21535
21536
21537 \begin_inset Index
21538 status collapsed
21539
21540 \begin_layout Plain Layout
21541 Symbole ! sonstige
21542 \end_layout
21543
21544 \end_inset
21545
21546
21547 \end_layout
21548
21549 \begin_layout Standard
21550 \noindent
21551 \align center
21552 \begin_inset Tabular
21553 <lyxtabular version="3" rows="10" columns="2">
21554 <features>
21555 <column alignment="center" valignment="top" width="0pt">
21556 <column alignment="center" valignment="top" width="0pt">
21557 <row>
21558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21559 \begin_inset Text
21560
21561 \begin_layout Plain Layout
21562 Befehl
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571 Ergebnis
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 </row>
21577 <row>
21578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582
21583 \backslash
21584 flat
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593 \begin_inset Formula $\flat$
21594 \end_inset
21595
21596
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 </row>
21602 <row>
21603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607
21608 \backslash
21609 natural
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618 \begin_inset Formula $\natural$
21619 \end_inset
21620
21621
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 </row>
21627 <row>
21628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21629 \begin_inset Text
21630
21631 \begin_layout Plain Layout
21632
21633 \backslash
21634 sharp
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643 \begin_inset Formula $\sharp$
21644 \end_inset
21645
21646
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 </row>
21652 <row>
21653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657
21658 \backslash
21659 surd
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 \begin_inset Formula $\surd$
21669 \end_inset
21670
21671
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 </row>
21677 <row>
21678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682
21683 \backslash
21684 checkmark
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693 \begin_inset Formula $\checkmark$
21694 \end_inset
21695
21696
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 </row>
21702 <row>
21703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21704 \begin_inset Text
21705
21706 \begin_layout Plain Layout
21707
21708 \backslash
21709 yen
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718 \begin_inset Formula $\yen$
21719 \end_inset
21720
21721
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 </row>
21727 <row>
21728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732
21733 \backslash
21734 pounds
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743 \begin_inset Formula $\pounds$
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 </row>
21752 <row>
21753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21754 \begin_inset Text
21755
21756 \begin_layout Plain Layout
21757 $
21758 \end_layout
21759
21760 \end_inset
21761 </cell>
21762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21763 \begin_inset Text
21764
21765 \begin_layout Plain Layout
21766 \begin_inset Formula $\$$
21767 \end_inset
21768
21769
21770 \end_layout
21771
21772 \end_inset
21773 </cell>
21774 </row>
21775 <row>
21776 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21777 \begin_inset Text
21778
21779 \begin_layout Plain Layout
21780 §
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789 \begin_inset Formula $§$
21790 \end_inset
21791
21792
21793 \end_layout
21794
21795 \end_inset
21796 </cell>
21797 </row>
21798 </lyxtabular>
21799
21800 \end_inset
21801
21802
21803 \begin_inset Tabular
21804 <lyxtabular version="3" rows="10" columns="2">
21805 <features>
21806 <column alignment="center" valignment="top" width="0">
21807 <column alignment="center" valignment="top" width="0">
21808 <row>
21809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21810 \begin_inset Text
21811
21812 \begin_layout Plain Layout
21813 Befehl
21814 \end_layout
21815
21816 \end_inset
21817 </cell>
21818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21819 \begin_inset Text
21820
21821 \begin_layout Plain Layout
21822 Ergebnis
21823 \end_layout
21824
21825 \end_inset
21826 </cell>
21827 </row>
21828 <row>
21829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21830 \begin_inset Text
21831
21832 \begin_layout Plain Layout
21833
21834 \backslash
21835 hbar
21836 \end_layout
21837
21838 \end_inset
21839 </cell>
21840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21841 \begin_inset Text
21842
21843 \begin_layout Plain Layout
21844 \begin_inset Formula $\hbar$
21845 \end_inset
21846
21847
21848 \end_layout
21849
21850 \end_inset
21851 </cell>
21852 </row>
21853 <row>
21854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21855 \begin_inset Text
21856
21857 \begin_layout Plain Layout
21858
21859 \backslash
21860 hslash
21861 \end_layout
21862
21863 \end_inset
21864 </cell>
21865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869 \begin_inset Formula $\hslash$
21870 \end_inset
21871
21872
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 </row>
21878 <row>
21879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21880 \begin_inset Text
21881
21882 \begin_layout Plain Layout
21883
21884 \backslash
21885 clubsuit
21886 \end_layout
21887
21888 \end_inset
21889 </cell>
21890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21891 \begin_inset Text
21892
21893 \begin_layout Plain Layout
21894 \begin_inset Formula $\clubsuit$
21895 \end_inset
21896
21897
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 </row>
21903 <row>
21904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21905 \begin_inset Text
21906
21907 \begin_layout Plain Layout
21908
21909 \backslash
21910 spadesuit
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21916 \begin_inset Text
21917
21918 \begin_layout Plain Layout
21919 \begin_inset Formula $\spadesuit$
21920 \end_inset
21921
21922
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 </row>
21928 <row>
21929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21930 \begin_inset Text
21931
21932 \begin_layout Plain Layout
21933
21934 \backslash
21935 bigstar
21936 \end_layout
21937
21938 \end_inset
21939 </cell>
21940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21941 \begin_inset Text
21942
21943 \begin_layout Plain Layout
21944 \begin_inset Formula $\bigstar$
21945 \end_inset
21946
21947
21948 \end_layout
21949
21950 \end_inset
21951 </cell>
21952 </row>
21953 <row>
21954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958
21959 \backslash
21960 blacklozenge
21961 \end_layout
21962
21963 \end_inset
21964 </cell>
21965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21966 \begin_inset Text
21967
21968 \begin_layout Plain Layout
21969 \begin_inset Formula $\blacklozenge$
21970 \end_inset
21971
21972
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 </row>
21978 <row>
21979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21980 \begin_inset Text
21981
21982 \begin_layout Plain Layout
21983
21984 \backslash
21985 blacktriangle
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21991 \begin_inset Text
21992
21993 \begin_layout Plain Layout
21994 \begin_inset Formula $\blacktriangle$
21995 \end_inset
21996
21997
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 </row>
22003 <row>
22004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008
22009 \backslash
22010 blacktiangledown
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22016 \begin_inset Text
22017
22018 \begin_layout Plain Layout
22019 \begin_inset Formula $\blacktriangledown$
22020 \end_inset
22021
22022
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 </row>
22028 <row>
22029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033
22034 \backslash
22035 bullet
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22041 \begin_inset Text
22042
22043 \begin_layout Plain Layout
22044 \begin_inset Formula $\bullet$
22045 \end_inset
22046
22047
22048 \end_layout
22049
22050 \end_inset
22051 </cell>
22052 </row>
22053 </lyxtabular>
22054
22055 \end_inset
22056
22057
22058 \begin_inset Tabular
22059 <lyxtabular version="3" rows="10" columns="2">
22060 <features>
22061 <column alignment="center" valignment="top" width="0pt">
22062 <column alignment="center" valignment="top" width="0pt">
22063 <row>
22064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22065 \begin_inset Text
22066
22067 \begin_layout Plain Layout
22068 Befehl
22069 \end_layout
22070
22071 \end_inset
22072 </cell>
22073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22074 \begin_inset Text
22075
22076 \begin_layout Plain Layout
22077 Ergebnis
22078 \end_layout
22079
22080 \end_inset
22081 </cell>
22082 </row>
22083 <row>
22084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22085 \begin_inset Text
22086
22087 \begin_layout Plain Layout
22088
22089 \backslash
22090 diamondsuit
22091 \end_layout
22092
22093 \end_inset
22094 </cell>
22095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22096 \begin_inset Text
22097
22098 \begin_layout Plain Layout
22099 \begin_inset Formula $\diamondsuit$
22100 \end_inset
22101
22102
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 </row>
22108 <row>
22109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113
22114 \backslash
22115 Diamond
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22121 \begin_inset Text
22122
22123 \begin_layout Plain Layout
22124 \begin_inset Formula $\Diamond$
22125 \end_inset
22126
22127
22128 \end_layout
22129
22130 \end_inset
22131 </cell>
22132 </row>
22133 <row>
22134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22135 \begin_inset Text
22136
22137 \begin_layout Plain Layout
22138
22139 \backslash
22140 heartsuit
22141 \end_layout
22142
22143 \end_inset
22144 </cell>
22145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22146 \begin_inset Text
22147
22148 \begin_layout Plain Layout
22149 \begin_inset Formula $\heartsuit$
22150 \end_inset
22151
22152
22153 \end_layout
22154
22155 \end_inset
22156 </cell>
22157 </row>
22158 <row>
22159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22160 \begin_inset Text
22161
22162 \begin_layout Plain Layout
22163
22164 \backslash
22165 P
22166 \end_layout
22167
22168 \end_inset
22169 </cell>
22170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22171 \begin_inset Text
22172
22173 \begin_layout Plain Layout
22174 \begin_inset Formula $\P$
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 </row>
22183 <row>
22184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22185 \begin_inset Text
22186
22187 \begin_layout Plain Layout
22188
22189 \backslash
22190 copyright
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22196 \begin_inset Text
22197
22198 \begin_layout Plain Layout
22199 \begin_inset Formula $\copyright$
22200 \end_inset
22201
22202
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 </row>
22208 <row>
22209 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213
22214 \backslash
22215 circledR
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22221 \begin_inset Text
22222
22223 \begin_layout Plain Layout
22224 \begin_inset Formula $\circledR$
22225 \end_inset
22226
22227
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 </row>
22233 <row>
22234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22235 \begin_inset Text
22236
22237 \begin_layout Plain Layout
22238
22239 \backslash
22240 maltese
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22246 \begin_inset Text
22247
22248 \begin_layout Plain Layout
22249 \begin_inset Formula $\maltese$
22250 \end_inset
22251
22252
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 </row>
22258 <row>
22259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22260 \begin_inset Text
22261
22262 \begin_layout Plain Layout
22263
22264 \backslash
22265 diagup
22266 \end_layout
22267
22268 \end_inset
22269 </cell>
22270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22271 \begin_inset Text
22272
22273 \begin_layout Plain Layout
22274 \begin_inset Formula $\diagup$
22275 \end_inset
22276
22277
22278 \end_layout
22279
22280 \end_inset
22281 </cell>
22282 </row>
22283 <row>
22284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22285 \begin_inset Text
22286
22287 \begin_layout Plain Layout
22288
22289 \backslash
22290 diagdown
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22296 \begin_inset Text
22297
22298 \begin_layout Plain Layout
22299 \begin_inset Formula $\diagdown$
22300 \end_inset
22301
22302
22303 \end_layout
22304
22305 \end_inset
22306 </cell>
22307 </row>
22308 </lyxtabular>
22309
22310 \end_inset
22311
22312
22313 \end_layout
22314
22315 \begin_layout Standard
22316 \begin_inset VSpace medskip
22317 \end_inset
22318
22319 Weitere Symbole sind in 
22320 \begin_inset CommandInset ref
22321 LatexCommand ref
22322 reference "sub:Sonstige-Sonderzeichen"
22323
22324 \end_inset
22325
22326  aufgelistet.
22327 \end_layout
22328
22329 \begin_layout Standard
22330 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22331  
22332 \begin_inset CommandInset ref
22333 LatexCommand ref
22334 reference "sub:Schriftgrößen"
22335
22336 \end_inset
22337
22338 .
22339 \end_layout
22340
22341 \begin_layout Subsection
22342 Das Euro-Symbol €
22343 \begin_inset Index
22344 status collapsed
22345
22346 \begin_layout Plain Layout
22347 Symbole ! Euro-Symbol
22348 \end_layout
22349
22350 \end_inset
22351
22352
22353 \begin_inset Index
22354 status collapsed
22355
22356 \begin_layout Plain Layout
22357
22358 \backslash
22359 @
22360 \begin_inset ERT
22361 status collapsed
22362
22363 \begin_layout Plain Layout
22364
22365
22366 \backslash
22367 officialeuro
22368 \end_layout
22369
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \end_inset
22376
22377
22378 \end_layout
22379
22380 \begin_layout Standard
22381 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22382
22383 \series bold
22384 eurosym
22385 \series default
22386
22387 \begin_inset Index
22388 status collapsed
22389
22390 \begin_layout Plain Layout
22391 Pakete ! eurosym
22392 \end_layout
22393
22394 \end_inset
22395
22396  installieren und dieses mit der LaTeX-Vorspannzeile
22397 \end_layout
22398
22399 \begin_layout Standard
22400
22401 \series bold
22402
22403 \backslash
22404 usepackage[gennarrow]{eurosym}
22405 \end_layout
22406
22407 \begin_layout Standard
22408 aktivieren.
22409  Das Euro-Symbol kann man nun mit dem Befehl 
22410 \series bold
22411
22412 \backslash
22413 euro
22414 \series default
22415
22416 \begin_inset Index
22417 status collapsed
22418
22419 \begin_layout Plain Layout
22420 Befehle ! E ! 
22421 \backslash
22422 euro
22423 \end_layout
22424
22425 \end_inset
22426
22427  aufrufen.
22428 \end_layout
22429
22430 \begin_layout Standard
22431 Das Euro-Symbol kann man direkt übder die Tastatur in mathematischen Text
22432  eingeben, ohne 
22433 \series bold
22434 eurosym
22435 \series default
22436  installiert zu haben.
22437  Ist 
22438 \series bold
22439 eurosym
22440 \series default
22441  installiert, kann man 
22442 \series bold
22443
22444 \backslash
22445 euro
22446 \series default
22447  auch im TeX-Modus eingeben.
22448  Das offizielle Währungssymbol erhält man dann über den Befehl 
22449 \series bold
22450
22451 \backslash
22452 officialeuro
22453 \series default
22454
22455 \begin_inset Index
22456 status collapsed
22457
22458 \begin_layout Plain Layout
22459 Befehle ! O ! 
22460 \backslash
22461 officialeuro
22462 \end_layout
22463
22464 \end_inset
22465
22466 , der nur im TeX-Modus verfügbar ist.
22467 \end_layout
22468
22469 \begin_layout Standard
22470 \begin_inset ERT
22471 status collapsed
22472
22473 \begin_layout Plain Layout
22474
22475
22476 \backslash
22477 ifeurosym 
22478 \end_layout
22479
22480 \end_inset
22481
22482
22483 \begin_inset Note Note
22484 status open
22485
22486 \begin_layout Plain Layout
22487 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22488 \series bold
22489 eurosym
22490 \series default
22491  installiert ist:
22492 \end_layout
22493
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \begin_layout Standard
22500 Eine Übersicht der verschiedenen Euro-Symbole:
22501 \end_layout
22502
22503 \begin_layout Standard
22504 \align center
22505 \begin_inset Tabular
22506 <lyxtabular version="3" rows="4" columns="3">
22507 <features>
22508 <column alignment="center" valignment="top" width="0pt">
22509 <column alignment="center" valignment="top" width="0pt">
22510 <column alignment="center" valignment="top" width="0pt">
22511 <row>
22512 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22513 \begin_inset Text
22514
22515 \begin_layout Plain Layout
22516
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525 Befehl 
22526 \end_layout
22527
22528 \end_inset
22529 </cell>
22530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22531 \begin_inset Text
22532
22533 \begin_layout Plain Layout
22534 Ergebnis
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 </row>
22540 <row>
22541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545 Formel
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554
22555 \backslash
22556 euro
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565 \begin_inset Formula $\euro$
22566 \end_inset
22567
22568
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 </row>
22574 <row>
22575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22576 \begin_inset Text
22577
22578 \begin_layout Plain Layout
22579 mathematischer Text
22580 \end_layout
22581
22582 \end_inset
22583 </cell>
22584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22585 \begin_inset Text
22586
22587 \begin_layout Plain Layout
22588
22589 \end_layout
22590
22591 \end_inset
22592 </cell>
22593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597 \begin_inset Formula $\mbox{€}$
22598 \end_inset
22599
22600
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 </row>
22606 <row>
22607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22608 \begin_inset Text
22609
22610 \begin_layout Plain Layout
22611 TeX-Modus
22612 \end_layout
22613
22614 \end_inset
22615 </cell>
22616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22617 \begin_inset Text
22618
22619 \begin_layout Plain Layout
22620
22621 \backslash
22622 officialeuro
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631 \begin_inset ERT
22632 status collapsed
22633
22634 \begin_layout Plain Layout
22635
22636
22637 \backslash
22638 officialeuro
22639 \end_layout
22640
22641 \end_inset
22642
22643
22644 \end_layout
22645
22646 \end_inset
22647 </cell>
22648 </row>
22649 </lyxtabular>
22650
22651 \end_inset
22652
22653
22654 \end_layout
22655
22656 \begin_layout Standard
22657 \begin_inset ERT
22658 status collapsed
22659
22660 \begin_layout Plain Layout
22661
22662
22663 \backslash
22664 else 
22665 \end_layout
22666
22667 \end_inset
22668
22669
22670 \begin_inset Note Note
22671 status open
22672
22673 \begin_layout Plain Layout
22674 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22675 \series bold
22676 eurosym
22677 \series default
22678  nicht installiert ist:
22679 \end_layout
22680
22681 \end_inset
22682
22683
22684 \end_layout
22685
22686 \begin_layout Standard
22687 Das LaTeX-Paket 
22688 \series bold
22689 eurosym 
22690 \series default
22691 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22692 \end_layout
22693
22694 \begin_layout Standard
22695 \begin_inset ERT
22696 status collapsed
22697
22698 \begin_layout Plain Layout
22699
22700
22701 \backslash
22702 fi 
22703 \end_layout
22704
22705 \end_inset
22706
22707
22708 \end_layout
22709
22710 \begin_layout Section
22711 Relationen
22712 \begin_inset CommandInset label
22713 LatexCommand label
22714 name "sec:Relationen"
22715
22716 \end_inset
22717
22718
22719 \begin_inset Index
22720 status collapsed
22721
22722 \begin_layout Plain Layout
22723 Relationen
22724 \end_layout
22725
22726 \end_inset
22727
22728
22729 \begin_inset Index
22730 status collapsed
22731
22732 \begin_layout Plain Layout
22733 Vergleiche|see
22734 \begin_inset ERT
22735 status collapsed
22736
22737 \begin_layout Plain Layout
22738
22739 {
22740 \end_layout
22741
22742 \end_inset
22743
22744 Relationen
22745 \begin_inset ERT
22746 status collapsed
22747
22748 \begin_layout Plain Layout
22749
22750 }
22751 \end_layout
22752
22753 \end_inset
22754
22755
22756 \end_layout
22757
22758 \end_inset
22759
22760
22761 \end_layout
22762
22763 \begin_layout Standard
22764 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
22765  
22766 \begin_inset Graphics
22767         filename ../../images/math/leq.png
22768         scale 85
22769
22770 \end_inset
22771
22772  eingefügt werden.
22773 \end_layout
22774
22775 \begin_layout Standard
22776 \begin_inset space \hfill{}
22777 \end_inset
22778
22779
22780 \begin_inset Tabular
22781 <lyxtabular version="3" rows="17" columns="2">
22782 <features>
22783 <column alignment="center" valignment="top" width="0pt">
22784 <column alignment="center" valignment="top" width="0pt">
22785 <row>
22786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22787 \begin_inset Text
22788
22789 \begin_layout Plain Layout
22790 Befehl
22791 \end_layout
22792
22793 \end_inset
22794 </cell>
22795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22796 \begin_inset Text
22797
22798 \begin_layout Plain Layout
22799 Ergebnis
22800 \end_layout
22801
22802 \end_inset
22803 </cell>
22804 </row>
22805 <row>
22806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22807 \begin_inset Text
22808
22809 \begin_layout Plain Layout
22810 <
22811 \end_layout
22812
22813 \end_inset
22814 </cell>
22815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22816 \begin_inset Text
22817
22818 \begin_layout Plain Layout
22819 \begin_inset Formula $<$
22820 \end_inset
22821
22822
22823 \end_layout
22824
22825 \end_inset
22826 </cell>
22827 </row>
22828 <row>
22829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22830 \begin_inset Text
22831
22832 \begin_layout Plain Layout
22833
22834 \backslash
22835 le
22836 \end_layout
22837
22838 \end_inset
22839 </cell>
22840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844 \begin_inset Formula $\le$
22845 \end_inset
22846
22847
22848 \end_layout
22849
22850 \end_inset
22851 </cell>
22852 </row>
22853 <row>
22854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Plain Layout
22858
22859 \backslash
22860 ll
22861 \end_layout
22862
22863 \end_inset
22864 </cell>
22865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869 \begin_inset Formula $\ll$
22870 \end_inset
22871
22872
22873 \end_layout
22874
22875 \end_inset
22876 </cell>
22877 </row>
22878 <row>
22879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22880 \begin_inset Text
22881
22882 \begin_layout Plain Layout
22883
22884 \backslash
22885 prec
22886 \end_layout
22887
22888 \end_inset
22889 </cell>
22890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22891 \begin_inset Text
22892
22893 \begin_layout Plain Layout
22894 \begin_inset Formula $\prec$
22895 \end_inset
22896
22897
22898 \end_layout
22899
22900 \end_inset
22901 </cell>
22902 </row>
22903 <row>
22904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908
22909 \backslash
22910 preceq
22911 \end_layout
22912
22913 \end_inset
22914 </cell>
22915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22916 \begin_inset Text
22917
22918 \begin_layout Plain Layout
22919 \begin_inset Formula $\preceq$
22920 \end_inset
22921
22922
22923 \end_layout
22924
22925 \end_inset
22926 </cell>
22927 </row>
22928 <row>
22929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22930 \begin_inset Text
22931
22932 \begin_layout Plain Layout
22933
22934 \backslash
22935 subset
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22941 \begin_inset Text
22942
22943 \begin_layout Plain Layout
22944 \begin_inset Formula $\subset$
22945 \end_inset
22946
22947
22948 \end_layout
22949
22950 \end_inset
22951 </cell>
22952 </row>
22953 <row>
22954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22955 \begin_inset Text
22956
22957 \begin_layout Plain Layout
22958
22959 \backslash
22960 subseteq
22961 \end_layout
22962
22963 \end_inset
22964 </cell>
22965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22966 \begin_inset Text
22967
22968 \begin_layout Plain Layout
22969 \begin_inset Formula $\subseteq$
22970 \end_inset
22971
22972
22973 \end_layout
22974
22975 \end_inset
22976 </cell>
22977 </row>
22978 <row>
22979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22980 \begin_inset Text
22981
22982 \begin_layout Plain Layout
22983
22984 \backslash
22985 sqsubseteq
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994 \begin_inset Formula $\sqsubseteq$
22995 \end_inset
22996
22997
22998 \end_layout
22999
23000 \end_inset
23001 </cell>
23002 </row>
23003 <row>
23004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23005 \begin_inset Text
23006
23007 \begin_layout Plain Layout
23008
23009 \backslash
23010 in
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019 \begin_inset Formula $\in$
23020 \end_inset
23021
23022
23023 \end_layout
23024
23025 \end_inset
23026 </cell>
23027 </row>
23028 <row>
23029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23030 \begin_inset Text
23031
23032 \begin_layout Plain Layout
23033
23034 \backslash
23035 vdash
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23041 \begin_inset Text
23042
23043 \begin_layout Plain Layout
23044 \begin_inset Formula $\vdash$
23045 \end_inset
23046
23047
23048 \end_layout
23049
23050 \end_inset
23051 </cell>
23052 </row>
23053 <row>
23054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23055 \begin_inset Text
23056
23057 \begin_layout Plain Layout
23058
23059 \backslash
23060 smile
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069 \begin_inset Formula $\smile$
23070 \end_inset
23071
23072
23073 \end_layout
23074
23075 \end_inset
23076 </cell>
23077 </row>
23078 <row>
23079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23080 \begin_inset Text
23081
23082 \begin_layout Plain Layout
23083
23084 \backslash
23085 lhd
23086 \end_layout
23087
23088 \end_inset
23089 </cell>
23090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23091 \begin_inset Text
23092
23093 \begin_layout Plain Layout
23094 \begin_inset Formula $\lhd$
23095 \end_inset
23096
23097
23098 \end_layout
23099
23100 \end_inset
23101 </cell>
23102 </row>
23103 <row>
23104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23105 \begin_inset Text
23106
23107 \begin_layout Plain Layout
23108
23109 \backslash
23110 unlhd
23111 \end_layout
23112
23113 \end_inset
23114 </cell>
23115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23116 \begin_inset Text
23117
23118 \begin_layout Plain Layout
23119 \begin_inset Formula $\unlhd$
23120 \end_inset
23121
23122
23123 \end_layout
23124
23125 \end_inset
23126 </cell>
23127 </row>
23128 <row>
23129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23130 \begin_inset Text
23131
23132 \begin_layout Plain Layout
23133
23134 \backslash
23135 gtrless
23136 \end_layout
23137
23138 \end_inset
23139 </cell>
23140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144 \begin_inset Formula $\gtrless$
23145 \end_inset
23146
23147
23148 \end_layout
23149
23150 \end_inset
23151 </cell>
23152 </row>
23153 <row>
23154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23155 \begin_inset Text
23156
23157 \begin_layout Plain Layout
23158
23159 \backslash
23160 mid
23161 \end_layout
23162
23163 \end_inset
23164 </cell>
23165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23166 \begin_inset Text
23167
23168 \begin_layout Plain Layout
23169 \begin_inset Formula $\mid$
23170 \end_inset
23171
23172
23173 \end_layout
23174
23175 \end_inset
23176 </cell>
23177 </row>
23178 <row>
23179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23180 \begin_inset Text
23181
23182 \begin_layout Plain Layout
23183
23184 \backslash
23185 nmid
23186 \end_layout
23187
23188 \end_inset
23189 </cell>
23190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23191 \begin_inset Text
23192
23193 \begin_layout Plain Layout
23194 \begin_inset Formula $\nmid$
23195 \end_inset
23196
23197
23198 \end_layout
23199
23200 \end_inset
23201 </cell>
23202 </row>
23203 </lyxtabular>
23204
23205 \end_inset
23206
23207
23208 \begin_inset space \hfill{}
23209 \end_inset
23210
23211
23212 \begin_inset Tabular
23213 <lyxtabular version="3" rows="17" columns="2">
23214 <features>
23215 <column alignment="center" valignment="top" width="0pt">
23216 <column alignment="center" valignment="top" width="0pt">
23217 <row>
23218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23219 \begin_inset Text
23220
23221 \begin_layout Plain Layout
23222 Befehl
23223 \end_layout
23224
23225 \end_inset
23226 </cell>
23227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23228 \begin_inset Text
23229
23230 \begin_layout Plain Layout
23231 Ergebnis
23232 \end_layout
23233
23234 \end_inset
23235 </cell>
23236 </row>
23237 <row>
23238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242 =
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251 \begin_inset Formula $=$
23252 \end_inset
23253
23254
23255 \end_layout
23256
23257 \end_inset
23258 </cell>
23259 </row>
23260 <row>
23261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265
23266 \backslash
23267 not=
23268 \end_layout
23269
23270 \end_inset
23271 </cell>
23272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23273 \begin_inset Text
23274
23275 \begin_layout Plain Layout
23276 \begin_inset Formula $\not=$
23277 \end_inset
23278
23279
23280 \end_layout
23281
23282 \end_inset
23283 </cell>
23284 </row>
23285 <row>
23286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23287 \begin_inset Text
23288
23289 \begin_layout Plain Layout
23290
23291 \backslash
23292 equiv
23293 \end_layout
23294
23295 \end_inset
23296 </cell>
23297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23298 \begin_inset Text
23299
23300 \begin_layout Plain Layout
23301 \begin_inset Formula $\equiv$
23302 \end_inset
23303
23304
23305 \end_layout
23306
23307 \end_inset
23308 </cell>
23309 </row>
23310 <row>
23311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23312 \begin_inset Text
23313
23314 \begin_layout Plain Layout
23315
23316 \backslash
23317 sim
23318 \end_layout
23319
23320 \end_inset
23321 </cell>
23322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23323 \begin_inset Text
23324
23325 \begin_layout Plain Layout
23326 \begin_inset Formula $\sim$
23327 \end_inset
23328
23329
23330 \end_layout
23331
23332 \end_inset
23333 </cell>
23334 </row>
23335 <row>
23336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23337 \begin_inset Text
23338
23339 \begin_layout Plain Layout
23340
23341 \backslash
23342 simeq
23343 \end_layout
23344
23345 \end_inset
23346 </cell>
23347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23348 \begin_inset Text
23349
23350 \begin_layout Plain Layout
23351 \begin_inset Formula $\simeq$
23352 \end_inset
23353
23354
23355 \end_layout
23356
23357 \end_inset
23358 </cell>
23359 </row>
23360 <row>
23361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23362 \begin_inset Text
23363
23364 \begin_layout Plain Layout
23365
23366 \backslash
23367 approx
23368 \end_layout
23369
23370 \end_inset
23371 </cell>
23372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Plain Layout
23376 \begin_inset Formula $\approx$
23377 \end_inset
23378
23379
23380 \end_layout
23381
23382 \end_inset
23383 </cell>
23384 </row>
23385 <row>
23386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23387 \begin_inset Text
23388
23389 \begin_layout Plain Layout
23390
23391 \backslash
23392 cong
23393 \end_layout
23394
23395 \end_inset
23396 </cell>
23397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23398 \begin_inset Text
23399
23400 \begin_layout Plain Layout
23401 \begin_inset Formula $\cong$
23402 \end_inset
23403
23404
23405 \end_layout
23406
23407 \end_inset
23408 </cell>
23409 </row>
23410 <row>
23411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415
23416 \backslash
23417 bowtie
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23423 \begin_inset Text
23424
23425 \begin_layout Plain Layout
23426 \begin_inset Formula $\bowtie$
23427 \end_inset
23428
23429
23430 \end_layout
23431
23432 \end_inset
23433 </cell>
23434 </row>
23435 <row>
23436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23437 \begin_inset Text
23438
23439 \begin_layout Plain Layout
23440
23441 \backslash
23442 notin
23443 \end_layout
23444
23445 \end_inset
23446 </cell>
23447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23448 \begin_inset Text
23449
23450 \begin_layout Plain Layout
23451 \begin_inset Formula $\notin$
23452 \end_inset
23453
23454
23455 \end_layout
23456
23457 \end_inset
23458 </cell>
23459 </row>
23460 <row>
23461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23462 \begin_inset Text
23463
23464 \begin_layout Plain Layout
23465
23466 \backslash
23467 perp
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23473 \begin_inset Text
23474
23475 \begin_layout Plain Layout
23476 \begin_inset Formula $\perp$
23477 \end_inset
23478
23479
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 </row>
23485 <row>
23486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23487 \begin_inset Text
23488
23489 \begin_layout Plain Layout
23490
23491 \backslash
23492 propto
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501 \begin_inset Formula $\propto$
23502 \end_inset
23503
23504
23505 \end_layout
23506
23507 \end_inset
23508 </cell>
23509 </row>
23510 <row>
23511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23512 \begin_inset Text
23513
23514 \begin_layout Plain Layout
23515
23516 \backslash
23517 asymp
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526 \begin_inset Formula $\asymp$
23527 \end_inset
23528
23529
23530 \end_layout
23531
23532 \end_inset
23533 </cell>
23534 </row>
23535 <row>
23536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23537 \begin_inset Text
23538
23539 \begin_layout Plain Layout
23540
23541 \backslash
23542 doteq
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551 \begin_inset Formula $\doteq$
23552 \end_inset
23553
23554
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 </row>
23560 <row>
23561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565
23566 \backslash
23567 circeq
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576 \begin_inset Formula $\circeq$
23577 \end_inset
23578
23579
23580 \end_layout
23581
23582 \end_inset
23583 </cell>
23584 </row>
23585 <row>
23586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23587 \begin_inset Text
23588
23589 \begin_layout Plain Layout
23590
23591 \backslash
23592 models
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601 \begin_inset Formula $\models$
23602 \end_inset
23603
23604
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 </row>
23610 <row>
23611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23612 \begin_inset Text
23613
23614 \begin_layout Plain Layout
23615
23616 \backslash
23617 widehat=
23618 \end_layout
23619
23620 \end_inset
23621 </cell>
23622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626 \begin_inset Formula $\widehat{=}$
23627 \end_inset
23628
23629
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 </row>
23635 </lyxtabular>
23636
23637 \end_inset
23638
23639
23640 \begin_inset space \hfill{}
23641 \end_inset
23642
23643
23644 \begin_inset Tabular
23645 <lyxtabular version="3" rows="17" columns="2">
23646 <features>
23647 <column alignment="center" valignment="top" width="0pt">
23648 <column alignment="center" valignment="top" width="0pt">
23649 <row>
23650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23651 \begin_inset Text
23652
23653 \begin_layout Plain Layout
23654 Befehl
23655 \end_layout
23656
23657 \end_inset
23658 </cell>
23659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23660 \begin_inset Text
23661
23662 \begin_layout Plain Layout
23663 Ergebnis
23664 \end_layout
23665
23666 \end_inset
23667 </cell>
23668 </row>
23669 <row>
23670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23671 \begin_inset Text
23672
23673 \begin_layout Plain Layout
23674 >
23675 \end_layout
23676
23677 \end_inset
23678 </cell>
23679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23680 \begin_inset Text
23681
23682 \begin_layout Plain Layout
23683 \begin_inset Formula $>$
23684 \end_inset
23685
23686
23687 \end_layout
23688
23689 \end_inset
23690 </cell>
23691 </row>
23692 <row>
23693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23694 \begin_inset Text
23695
23696 \begin_layout Plain Layout
23697
23698 \backslash
23699 ge
23700 \end_layout
23701
23702 \end_inset
23703 </cell>
23704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23705 \begin_inset Text
23706
23707 \begin_layout Plain Layout
23708 \begin_inset Formula $\ge$
23709 \end_inset
23710
23711
23712 \end_layout
23713
23714 \end_inset
23715 </cell>
23716 </row>
23717 <row>
23718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23719 \begin_inset Text
23720
23721 \begin_layout Plain Layout
23722
23723 \backslash
23724 gg
23725 \end_layout
23726
23727 \end_inset
23728 </cell>
23729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733 \begin_inset Formula $\gg$
23734 \end_inset
23735
23736
23737 \end_layout
23738
23739 \end_inset
23740 </cell>
23741 </row>
23742 <row>
23743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23744 \begin_inset Text
23745
23746 \begin_layout Plain Layout
23747
23748 \backslash
23749 succ
23750 \end_layout
23751
23752 \end_inset
23753 </cell>
23754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23755 \begin_inset Text
23756
23757 \begin_layout Plain Layout
23758 \begin_inset Formula $\succ$
23759 \end_inset
23760
23761
23762 \end_layout
23763
23764 \end_inset
23765 </cell>
23766 </row>
23767 <row>
23768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23769 \begin_inset Text
23770
23771 \begin_layout Plain Layout
23772
23773 \backslash
23774 succeq
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783 \begin_inset Formula $\succeq$
23784 \end_inset
23785
23786
23787 \end_layout
23788
23789 \end_inset
23790 </cell>
23791 </row>
23792 <row>
23793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23794 \begin_inset Text
23795
23796 \begin_layout Plain Layout
23797
23798 \backslash
23799 supset
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23805 \begin_inset Text
23806
23807 \begin_layout Plain Layout
23808 \begin_inset Formula $\supset$
23809 \end_inset
23810
23811
23812 \end_layout
23813
23814 \end_inset
23815 </cell>
23816 </row>
23817 <row>
23818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23819 \begin_inset Text
23820
23821 \begin_layout Plain Layout
23822
23823 \backslash
23824 supseteq
23825 \end_layout
23826
23827 \end_inset
23828 </cell>
23829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23830 \begin_inset Text
23831
23832 \begin_layout Plain Layout
23833 \begin_inset Formula $\supseteq$
23834 \end_inset
23835
23836
23837 \end_layout
23838
23839 \end_inset
23840 </cell>
23841 </row>
23842 <row>
23843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23844 \begin_inset Text
23845
23846 \begin_layout Plain Layout
23847
23848 \backslash
23849 sqsupseteq
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23855 \begin_inset Text
23856
23857 \begin_layout Plain Layout
23858 \begin_inset Formula $\sqsupseteq$
23859 \end_inset
23860
23861
23862 \end_layout
23863
23864 \end_inset
23865 </cell>
23866 </row>
23867 <row>
23868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23869 \begin_inset Text
23870
23871 \begin_layout Plain Layout
23872
23873 \backslash
23874 ni
23875 \end_layout
23876
23877 \end_inset
23878 </cell>
23879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23880 \begin_inset Text
23881
23882 \begin_layout Plain Layout
23883 \begin_inset Formula $\ni$
23884 \end_inset
23885
23886
23887 \end_layout
23888
23889 \end_inset
23890 </cell>
23891 </row>
23892 <row>
23893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23894 \begin_inset Text
23895
23896 \begin_layout Plain Layout
23897
23898 \backslash
23899 dashv
23900 \end_layout
23901
23902 \end_inset
23903 </cell>
23904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23905 \begin_inset Text
23906
23907 \begin_layout Plain Layout
23908 \begin_inset Formula $\dashv$
23909 \end_inset
23910
23911
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 </row>
23917 <row>
23918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23919 \begin_inset Text
23920
23921 \begin_layout Plain Layout
23922
23923 \backslash
23924 frown
23925 \end_layout
23926
23927 \end_inset
23928 </cell>
23929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23930 \begin_inset Text
23931
23932 \begin_layout Plain Layout
23933 \begin_inset Formula $\frown$
23934 \end_inset
23935
23936
23937 \end_layout
23938
23939 \end_inset
23940 </cell>
23941 </row>
23942 <row>
23943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23944 \begin_inset Text
23945
23946 \begin_layout Plain Layout
23947
23948 \backslash
23949 rhd
23950 \end_layout
23951
23952 \end_inset
23953 </cell>
23954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23955 \begin_inset Text
23956
23957 \begin_layout Plain Layout
23958 \begin_inset Formula $\rhd$
23959 \end_inset
23960
23961
23962 \end_layout
23963
23964 \end_inset
23965 </cell>
23966 </row>
23967 <row>
23968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23969 \begin_inset Text
23970
23971 \begin_layout Plain Layout
23972
23973 \backslash
23974 unrhd
23975 \end_layout
23976
23977 \end_inset
23978 </cell>
23979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23980 \begin_inset Text
23981
23982 \begin_layout Plain Layout
23983 \begin_inset Formula $\unrhd$
23984 \end_inset
23985
23986
23987 \end_layout
23988
23989 \end_inset
23990 </cell>
23991 </row>
23992 <row>
23993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23994 \begin_inset Text
23995
23996 \begin_layout Plain Layout
23997
23998 \backslash
23999 lessgtr
24000 \end_layout
24001
24002 \end_inset
24003 </cell>
24004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24005 \begin_inset Text
24006
24007 \begin_layout Plain Layout
24008 \begin_inset Formula $\lessgtr$
24009 \end_inset
24010
24011
24012 \end_layout
24013
24014 \end_inset
24015 </cell>
24016 </row>
24017 <row>
24018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24019 \begin_inset Text
24020
24021 \begin_layout Plain Layout
24022
24023 \backslash
24024 parallel
24025 \end_layout
24026
24027 \end_inset
24028 </cell>
24029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24030 \begin_inset Text
24031
24032 \begin_layout Plain Layout
24033 \begin_inset Formula $\parallel$
24034 \end_inset
24035
24036
24037 \end_layout
24038
24039 \end_inset
24040 </cell>
24041 </row>
24042 <row>
24043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24044 \begin_inset Text
24045
24046 \begin_layout Plain Layout
24047
24048 \backslash
24049 nparallel
24050 \end_layout
24051
24052 \end_inset
24053 </cell>
24054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24055 \begin_inset Text
24056
24057 \begin_layout Plain Layout
24058 \begin_inset Formula $\nparallel$
24059 \end_inset
24060
24061
24062 \end_layout
24063
24064 \end_inset
24065 </cell>
24066 </row>
24067 </lyxtabular>
24068
24069 \end_inset
24070
24071
24072 \begin_inset space \hfill{}
24073 \end_inset
24074
24075
24076 \end_layout
24077
24078 \begin_layout Standard
24079 \begin_inset VSpace medskip
24080 \end_inset
24081
24082 Die Zeichen 
24083 \series bold
24084
24085 \backslash
24086 lhd
24087 \series default
24088  bzw.
24089  
24090 \series bold
24091
24092 \backslash
24093 rhd
24094 \series default
24095  sind größer als die gleich aussehenden Operatoren
24096 \begin_inset Newline linebreak
24097 \end_inset
24098
24099
24100 \series bold
24101
24102 \backslash
24103 triangleleft
24104 \series default
24105  bzw.
24106  
24107 \series bold
24108
24109 \backslash
24110 triangleright
24111 \series default
24112 .
24113 \end_layout
24114
24115 \begin_layout Standard
24116 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24117 \end_layout
24118
24119 \begin_layout Standard
24120 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24121 \series bold
24122
24123 \backslash
24124 stackrel
24125 \series default
24126
24127 \begin_inset Index
24128 status collapsed
24129
24130 \begin_layout Plain Layout
24131 Befehle ! S ! 
24132 \backslash
24133 stackrel
24134 \end_layout
24135
24136 \end_inset
24137
24138  erstellt werden:
24139 \end_layout
24140
24141 \begin_layout Standard
24142 \align center
24143 \begin_inset Tabular
24144 <lyxtabular version="3" rows="2" columns="2">
24145 <features>
24146 <column alignment="center" valignment="top" width="0">
24147 <column alignment="center" valignment="top" width="0">
24148 <row>
24149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24150 \begin_inset Text
24151
24152 \begin_layout Plain Layout
24153 Befehl
24154 \end_layout
24155
24156 \end_inset
24157 </cell>
24158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24159 \begin_inset Text
24160
24161 \begin_layout Plain Layout
24162 Ergebnis
24163 \begin_inset Note Note
24164 status collapsed
24165
24166 \begin_layout Plain Layout
24167
24168 \series bold
24169
24170 \backslash
24171 raisebox
24172 \series default
24173  dient nur als Abstandhalter.
24174 \end_layout
24175
24176 \end_inset
24177
24178
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 </row>
24184 <row>
24185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189 A(r)
24190 \backslash
24191 stackrel
24192 \begin_inset ERT
24193 status collapsed
24194
24195 \begin_layout Plain Layout
24196
24197
24198 \backslash
24199 leer 
24200 \end_layout
24201
24202 \end_inset
24203
24204 r
24205 \backslash
24206 to
24207 \backslash
24208 infty
24209 \begin_inset ERT
24210 status collapsed
24211
24212 \begin_layout Plain Layout
24213
24214
24215 \backslash
24216 leer 
24217 \end_layout
24218
24219 \end_inset
24220
24221
24222 \begin_inset Formula $\downarrow$
24223 \end_inset
24224
24225
24226 \backslash
24227 approx
24228 \begin_inset ERT
24229 status collapsed
24230
24231 \begin_layout Plain Layout
24232
24233
24234 \backslash
24235 leer 
24236 \end_layout
24237
24238 \end_inset
24239
24240
24241 \begin_inset ERT
24242 status collapsed
24243
24244 \begin_layout Plain Layout
24245
24246
24247 \backslash
24248 leer 
24249 \end_layout
24250
24251 \end_inset
24252
24253 B
24254 \end_layout
24255
24256 \end_inset
24257 </cell>
24258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24263 \end_inset
24264
24265
24266 \end_layout
24267
24268 \end_inset
24269 </cell>
24270 </row>
24271 </lyxtabular>
24272
24273 \end_inset
24274
24275
24276 \end_layout
24277
24278 \begin_layout Section
24279 Funktionen
24280 \end_layout
24281
24282 \begin_layout Subsection
24283 Vordefinierte Funktionen
24284 \begin_inset CommandInset label
24285 LatexCommand label
24286 name "sub:Vordefinierte-Funktionen"
24287
24288 \end_inset
24289
24290
24291 \begin_inset Index
24292 status collapsed
24293
24294 \begin_layout Plain Layout
24295 Funktionen ! vordefinierte
24296 \end_layout
24297
24298 \end_inset
24299
24300
24301 \end_layout
24302
24303 \begin_layout Standard
24304 Allgemein werden in mathematischen Ausdrücken Variablen 
24305 \shape italic
24306 kursiv
24307 \shape default
24308  gesetzt, Funktionsnamen hingegen nicht, denn 
24309 \begin_inset Formula $sin$
24310 \end_inset
24311
24312  könnte als 
24313 \begin_inset Formula $s\cdot i\cdot n$
24314 \end_inset
24315
24316  missverstanden werden.
24317  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24318 en etwas abgesetzt sind.
24319  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24320 \end_layout
24321
24322 \begin_layout Standard
24323 \align center
24324 \begin_inset Tabular
24325 <lyxtabular version="3" rows="2" columns="4">
24326 <features>
24327 <column alignment="center" valignment="top" width="0pt">
24328 <column alignment="center" valignment="top" width="0pt">
24329 <column alignment="center" valignment="top" width="0pt">
24330 <column alignment="center" valignment="top" width="0pt">
24331 <row>
24332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24333 \begin_inset Text
24334
24335 \begin_layout Plain Layout
24336 Befehl
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345 Ergebnis
24346 \end_layout
24347
24348 \end_inset
24349 </cell>
24350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24351 \begin_inset Text
24352
24353 \begin_layout Plain Layout
24354 Befehl
24355 \end_layout
24356
24357 \end_inset
24358 </cell>
24359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24360 \begin_inset Text
24361
24362 \begin_layout Plain Layout
24363 Ergebnis
24364 \end_layout
24365
24366 \end_inset
24367 </cell>
24368 </row>
24369 <row>
24370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24371 \begin_inset Text
24372
24373 \begin_layout Plain Layout
24374 Asin(x)+B
24375 \end_layout
24376
24377 \end_inset
24378 </cell>
24379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24380 \begin_inset Text
24381
24382 \begin_layout Plain Layout
24383 \begin_inset Formula $Asin(x)+B$
24384 \end_inset
24385
24386
24387 \end_layout
24388
24389 \end_inset
24390 </cell>
24391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24392 \begin_inset Text
24393
24394 \begin_layout Plain Layout
24395 A
24396 \backslash
24397 sin(x)+B
24398 \end_layout
24399
24400 \end_inset
24401 </cell>
24402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24403 \begin_inset Text
24404
24405 \begin_layout Plain Layout
24406 \begin_inset Formula $A\sin(x)+B$
24407 \end_inset
24408
24409
24410 \end_layout
24411
24412 \end_inset
24413 </cell>
24414 </row>
24415 </lyxtabular>
24416
24417 \end_inset
24418
24419
24420 \end_layout
24421
24422 \begin_layout Standard
24423 Folgende Funktionen sind vordefiniert:
24424 \end_layout
24425
24426 \begin_layout Standard
24427 \begin_inset VSpace -2mm
24428 \end_inset
24429
24430
24431 \end_layout
24432
24433 \begin_layout Standard
24434 \align center
24435 \begin_inset Tabular
24436 <lyxtabular version="3" rows="9" columns="4">
24437 <features>
24438 <column alignment="center" valignment="top" width="0pt">
24439 <column alignment="center" valignment="top" width="0pt">
24440 <column alignment="center" valignment="top" width="0pt">
24441 <column alignment="center" valignment="top" width="0pt">
24442 <row>
24443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24444 \begin_inset Text
24445
24446 \begin_layout Plain Layout
24447 Befehl
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24453 \begin_inset Text
24454
24455 \begin_layout Plain Layout
24456 Befehl
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465 Befehl
24466 \end_layout
24467
24468 \end_inset
24469 </cell>
24470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24471 \begin_inset Text
24472
24473 \begin_layout Plain Layout
24474 Befehl
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 </row>
24480 <row>
24481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24482 \begin_inset Text
24483
24484 \begin_layout Plain Layout
24485
24486 \backslash
24487 sin
24488 \end_layout
24489
24490 \end_inset
24491 </cell>
24492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496
24497 \backslash
24498 sinh
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24504 \begin_inset Text
24505
24506 \begin_layout Plain Layout
24507
24508 \backslash
24509 arcsin
24510 \end_layout
24511
24512 \end_inset
24513 </cell>
24514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24515 \begin_inset Text
24516
24517 \begin_layout Plain Layout
24518
24519 \backslash
24520 sup
24521 \end_layout
24522
24523 \end_inset
24524 </cell>
24525 </row>
24526 <row>
24527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24528 \begin_inset Text
24529
24530 \begin_layout Plain Layout
24531
24532 \backslash
24533 cos
24534 \end_layout
24535
24536 \end_inset
24537 </cell>
24538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24539 \begin_inset Text
24540
24541 \begin_layout Plain Layout
24542
24543 \backslash
24544 cosh
24545 \end_layout
24546
24547 \end_inset
24548 </cell>
24549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24550 \begin_inset Text
24551
24552 \begin_layout Plain Layout
24553
24554 \backslash
24555 arccos
24556 \end_layout
24557
24558 \end_inset
24559 </cell>
24560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24561 \begin_inset Text
24562
24563 \begin_layout Plain Layout
24564
24565 \backslash
24566 inf
24567 \end_layout
24568
24569 \end_inset
24570 </cell>
24571 </row>
24572 <row>
24573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24574 \begin_inset Text
24575
24576 \begin_layout Plain Layout
24577
24578 \backslash
24579 tan
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24585 \begin_inset Text
24586
24587 \begin_layout Plain Layout
24588
24589 \backslash
24590 tanh
24591 \end_layout
24592
24593 \end_inset
24594 </cell>
24595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24596 \begin_inset Text
24597
24598 \begin_layout Plain Layout
24599
24600 \backslash
24601 arctan
24602 \end_layout
24603
24604 \end_inset
24605 </cell>
24606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24607 \begin_inset Text
24608
24609 \begin_layout Plain Layout
24610
24611 \backslash
24612 lim
24613 \end_layout
24614
24615 \end_inset
24616 </cell>
24617 </row>
24618 <row>
24619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24620 \begin_inset Text
24621
24622 \begin_layout Plain Layout
24623
24624 \backslash
24625 cot
24626 \end_layout
24627
24628 \end_inset
24629 </cell>
24630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24631 \begin_inset Text
24632
24633 \begin_layout Plain Layout
24634
24635 \backslash
24636 coth
24637 \end_layout
24638
24639 \end_inset
24640 </cell>
24641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24642 \begin_inset Text
24643
24644 \begin_layout Plain Layout
24645
24646 \backslash
24647 arg
24648 \end_layout
24649
24650 \end_inset
24651 </cell>
24652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24653 \begin_inset Text
24654
24655 \begin_layout Plain Layout
24656
24657 \backslash
24658 liminf
24659 \end_layout
24660
24661 \end_inset
24662 </cell>
24663 </row>
24664 <row>
24665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24666 \begin_inset Text
24667
24668 \begin_layout Plain Layout
24669
24670 \backslash
24671 sec
24672 \end_layout
24673
24674 \end_inset
24675 </cell>
24676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24677 \begin_inset Text
24678
24679 \begin_layout Plain Layout
24680
24681 \backslash
24682 min
24683 \end_layout
24684
24685 \end_inset
24686 </cell>
24687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24688 \begin_inset Text
24689
24690 \begin_layout Plain Layout
24691
24692 \backslash
24693 deg
24694 \end_layout
24695
24696 \end_inset
24697 </cell>
24698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24699 \begin_inset Text
24700
24701 \begin_layout Plain Layout
24702
24703 \backslash
24704 limsup
24705 \end_layout
24706
24707 \end_inset
24708 </cell>
24709 </row>
24710 <row>
24711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24712 \begin_inset Text
24713
24714 \begin_layout Plain Layout
24715
24716 \backslash
24717 csc
24718 \end_layout
24719
24720 \end_inset
24721 </cell>
24722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24723 \begin_inset Text
24724
24725 \begin_layout Plain Layout
24726
24727 \backslash
24728 max
24729 \end_layout
24730
24731 \end_inset
24732 </cell>
24733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24734 \begin_inset Text
24735
24736 \begin_layout Plain Layout
24737
24738 \backslash
24739 det
24740 \end_layout
24741
24742 \end_inset
24743 </cell>
24744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24745 \begin_inset Text
24746
24747 \begin_layout Plain Layout
24748
24749 \backslash
24750 Pr
24751 \end_layout
24752
24753 \end_inset
24754 </cell>
24755 </row>
24756 <row>
24757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24758 \begin_inset Text
24759
24760 \begin_layout Plain Layout
24761
24762 \backslash
24763 ln
24764 \end_layout
24765
24766 \end_inset
24767 </cell>
24768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24769 \begin_inset Text
24770
24771 \begin_layout Plain Layout
24772
24773 \backslash
24774 exp
24775 \end_layout
24776
24777 \end_inset
24778 </cell>
24779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24780 \begin_inset Text
24781
24782 \begin_layout Plain Layout
24783
24784 \backslash
24785 dim
24786 \end_layout
24787
24788 \end_inset
24789 </cell>
24790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24791 \begin_inset Text
24792
24793 \begin_layout Plain Layout
24794
24795 \backslash
24796 hom
24797 \end_layout
24798
24799 \end_inset
24800 </cell>
24801 </row>
24802 <row>
24803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Plain Layout
24807
24808 \backslash
24809 lg
24810 \end_layout
24811
24812 \end_inset
24813 </cell>
24814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24815 \begin_inset Text
24816
24817 \begin_layout Plain Layout
24818
24819 \backslash
24820 log
24821 \end_layout
24822
24823 \end_inset
24824 </cell>
24825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24826 \begin_inset Text
24827
24828 \begin_layout Plain Layout
24829
24830 \backslash
24831 ker
24832 \end_layout
24833
24834 \end_inset
24835 </cell>
24836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24837 \begin_inset Text
24838
24839 \begin_layout Plain Layout
24840
24841 \backslash
24842 gcd
24843 \end_layout
24844
24845 \end_inset
24846 </cell>
24847 </row>
24848 </lyxtabular>
24849
24850 \end_inset
24851
24852
24853 \end_layout
24854
24855 \begin_layout Standard
24856 Sie können auch über den Mathe-Werkzeugleistenknopf 
24857 \begin_inset Graphics
24858         filename ../../images/math/functions.png
24859         scale 85
24860
24861 \end_inset
24862
24863  eingefügt werden.
24864 \end_layout
24865
24866 \begin_layout Subsection
24867 Selbst definierte Funktionen
24868 \begin_inset Index
24869 status collapsed
24870
24871 \begin_layout Plain Layout
24872 Funktionen ! selbstdefinierte
24873 \end_layout
24874
24875 \end_inset
24876
24877
24878 \end_layout
24879
24880 \begin_layout Standard
24881 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
24882 \begin_inset space \thinspace{}
24883 \end_inset
24884
24885 B.
24886  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
24887 \end_layout
24888
24889 \begin_layout Itemize
24890 Man definiert die Funktion selbst.
24891  Dazu gibt man im LaTeX-Vorspann die Zeile
24892 \begin_inset Newline newline
24893 \end_inset
24894
24895
24896 \begin_inset VSpace -3mm
24897 \end_inset
24898
24899
24900 \begin_inset Newline newline
24901 \end_inset
24902
24903
24904 \series bold
24905
24906 \backslash
24907 DeclareMathOperator{
24908 \backslash
24909 sgn}{sgn}
24910 \series default
24911
24912 \begin_inset Index
24913 status collapsed
24914
24915 \begin_layout Plain Layout
24916 Befehle ! D ! 
24917 \backslash
24918 dbinom@
24919 \backslash
24920 DeclareMathOperator
24921 \end_layout
24922
24923 \end_inset
24924
24925
24926 \begin_inset Newline newline
24927 \end_inset
24928
24929
24930 \begin_inset VSpace -2mm
24931 \end_inset
24932
24933
24934 \begin_inset Newline newline
24935 \end_inset
24936
24937 ein
24938 \begin_inset Foot
24939 status collapsed
24940
24941 \begin_layout Plain Layout
24942 Näheres zu 
24943 \series bold
24944
24945 \backslash
24946 DeclareMathOperator
24947 \series default
24948  siehe 
24949 \begin_inset CommandInset ref
24950 LatexCommand ref
24951 reference "sub:Selbstdefinierte-Operatoren"
24952
24953 \end_inset
24954
24955 .
24956 \end_layout
24957
24958 \end_inset
24959
24960 .
24961  Nun kann man mit dem Befehl 
24962 \series bold
24963
24964 \backslash
24965 sgn
24966 \series default
24967  die neu definierte Funktion aufrufen.
24968 \end_layout
24969
24970 \begin_layout Itemize
24971 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
24972  Beispiel die Buchstaben 
24973 \emph on
24974 sgn
24975 \emph default
24976 , und wandelt ihn in in mathematischen Text um.
24977  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
24978 \end_layout
24979
24980 \begin_layout Standard
24981 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
24982  Funktion
24983 \begin_inset Foot
24984 status collapsed
24985
24986 \begin_layout Plain Layout
24987 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
24988 \end_layout
24989
24990 \end_inset
24991
24992 :
24993 \end_layout
24994
24995 \begin_layout Standard
24996 \align center
24997 \begin_inset Tabular
24998 <lyxtabular version="3" rows="3" columns="2">
24999 <features>
25000 <column alignment="center" valignment="top" width="0pt">
25001 <column alignment="center" valignment="top" width="0pt">
25002 <row>
25003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25004 \begin_inset Text
25005
25006 \begin_layout Plain Layout
25007 Befehl
25008 \end_layout
25009
25010 \end_inset
25011 </cell>
25012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25013 \begin_inset Text
25014
25015 \begin_layout Plain Layout
25016 Ergebnis
25017 \end_layout
25018
25019 \end_inset
25020 </cell>
25021 </row>
25022 <row>
25023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25024 \begin_inset Text
25025
25026 \begin_layout Plain Layout
25027 A
25028 \backslash
25029 sgn(x)+B
25030 \end_layout
25031
25032 \end_inset
25033 </cell>
25034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25035 \begin_inset Text
25036
25037 \begin_layout Plain Layout
25038 \begin_inset Formula $A\sgn(x)+B$
25039 \end_inset
25040
25041
25042 \end_layout
25043
25044 \end_inset
25045 </cell>
25046 </row>
25047 <row>
25048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25049 \begin_inset Text
25050
25051 \begin_layout Plain Layout
25052 A
25053 \backslash
25054 ,
25055 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25056 \end_inset
25057
25058 (x)+B
25059 \end_layout
25060
25061 \end_inset
25062 </cell>
25063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25068 \end_inset
25069
25070
25071 \end_layout
25072
25073 \end_inset
25074 </cell>
25075 </row>
25076 </lyxtabular>
25077
25078 \end_inset
25079
25080
25081 \end_layout
25082
25083 \begin_layout Standard
25084 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25085  mehrfach verwendet werden soll.
25086 \end_layout
25087
25088 \begin_layout Subsection
25089 Grenzwerte
25090 \begin_inset Index
25091 status collapsed
25092
25093 \begin_layout Plain Layout
25094 Grenzwerte
25095 \end_layout
25096
25097 \end_inset
25098
25099
25100 \end_layout
25101
25102 \begin_layout Standard
25103 Für Grenzwerte sind außer 
25104 \series bold
25105
25106 \backslash
25107 lim
25108 \series default
25109
25110 \begin_inset Index
25111 status collapsed
25112
25113 \begin_layout Plain Layout
25114 Befehle ! L ! 
25115 \backslash
25116 lim
25117 \end_layout
25118
25119 \end_inset
25120
25121
25122 \series bold
25123
25124 \backslash
25125 liminf
25126 \series default
25127  und 
25128 \series bold
25129
25130 \backslash
25131 limsup
25132 \series default
25133  noch folgende Funktionen definiert:
25134 \end_layout
25135
25136 \begin_layout Standard
25137 \align center
25138 \begin_inset Tabular
25139 <lyxtabular version="3" rows="5" columns="2">
25140 <features>
25141 <column alignment="center" valignment="top" width="0">
25142 <column alignment="center" valignment="top" width="0">
25143 <row>
25144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25145 \begin_inset Text
25146
25147 \begin_layout Plain Layout
25148 Befehl
25149 \end_layout
25150
25151 \end_inset
25152 </cell>
25153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25154 \begin_inset Text
25155
25156 \begin_layout Plain Layout
25157 Ergebnis
25158 \begin_inset Note Note
25159 status collapsed
25160
25161 \begin_layout Plain Layout
25162
25163 \series bold
25164
25165 \backslash
25166 raisebox
25167 \series default
25168  dient nur als Abstandhalter.
25169 \end_layout
25170
25171 \end_inset
25172
25173
25174 \end_layout
25175
25176 \end_inset
25177 </cell>
25178 </row>
25179 <row>
25180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25181 \begin_inset Text
25182
25183 \begin_layout Plain Layout
25184
25185 \backslash
25186 varliminf
25187 \end_layout
25188
25189 \end_inset
25190 </cell>
25191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25192 \begin_inset Text
25193
25194 \begin_layout Plain Layout
25195 \begin_inset Formula $\varliminf$
25196 \end_inset
25197
25198
25199 \end_layout
25200
25201 \end_inset
25202 </cell>
25203 </row>
25204 <row>
25205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25206 \begin_inset Text
25207
25208 \begin_layout Plain Layout
25209
25210 \backslash
25211 varlimsup
25212 \end_layout
25213
25214 \end_inset
25215 </cell>
25216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25217 \begin_inset Text
25218
25219 \begin_layout Plain Layout
25220 \begin_inset Formula $\varlimsup$
25221 \end_inset
25222
25223
25224 \end_layout
25225
25226 \end_inset
25227 </cell>
25228 </row>
25229 <row>
25230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25231 \begin_inset Text
25232
25233 \begin_layout Plain Layout
25234
25235 \backslash
25236 varprojlim
25237 \end_layout
25238
25239 \end_inset
25240 </cell>
25241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25242 \begin_inset Text
25243
25244 \begin_layout Plain Layout
25245 \begin_inset Formula $\varprojlim$
25246 \end_inset
25247
25248
25249 \end_layout
25250
25251 \end_inset
25252 </cell>
25253 </row>
25254 <row>
25255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25256 \begin_inset Text
25257
25258 \begin_layout Plain Layout
25259
25260 \backslash
25261 varinjlim
25262 \end_layout
25263
25264 \end_inset
25265 </cell>
25266 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270 \begin_inset Formula $\varinjlim$
25271 \end_inset
25272
25273
25274 \begin_inset Formula $\raisebox{-2.5mm}{}$
25275 \end_inset
25276
25277
25278 \end_layout
25279
25280 \end_inset
25281 </cell>
25282 </row>
25283 </lyxtabular>
25284
25285 \end_inset
25286
25287
25288 \end_layout
25289
25290 \begin_layout Standard
25291 \begin_inset VSpace medskip
25292 \end_inset
25293
25294 Der Grenzwert wird durch Tiefstellen erzeugt.
25295  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25296 \end_layout
25297
25298 \begin_layout Standard
25299 \align center
25300 \begin_inset Tabular
25301 <lyxtabular version="3" rows="2" columns="2">
25302 <features>
25303 <column alignment="center" valignment="top" width="0pt">
25304 <column alignment="center" valignment="top" width="0pt">
25305 <row>
25306 <cell alignment="center" valignment="top" usebox="none">
25307 \begin_inset Text
25308
25309 \begin_layout Plain Layout
25310 Befehl
25311 \end_layout
25312
25313 \end_inset
25314 </cell>
25315 <cell alignment="center" valignment="top" usebox="none">
25316 \begin_inset Text
25317
25318 \begin_layout Plain Layout
25319 \begin_inset space \hspace{}
25320 \length 1cm
25321 \end_inset
25322
25323 Ergebnis
25324 \begin_inset Note Note
25325 status collapsed
25326
25327 \begin_layout Plain Layout
25328 Der Leerraum und 
25329 \series bold
25330
25331 \backslash
25332 raisebox
25333 \series default
25334  dienen nur als Abstandhalter.
25335 \end_layout
25336
25337 \end_inset
25338
25339
25340 \end_layout
25341
25342 \end_inset
25343 </cell>
25344 </row>
25345 <row>
25346 <cell alignment="center" valignment="top" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350
25351 \backslash
25352 lim_x
25353 \backslash
25354 to
25355 \begin_inset ERT
25356 status collapsed
25357
25358 \begin_layout Plain Layout
25359
25360
25361 \backslash
25362 leer 
25363 \end_layout
25364
25365 \end_inset
25366
25367 A
25368 \begin_inset ERT
25369 status collapsed
25370
25371 \begin_layout Plain Layout
25372
25373
25374 \backslash
25375 leer 
25376 \end_layout
25377
25378 \end_inset
25379
25380 x=B
25381 \end_layout
25382
25383 \end_inset
25384 </cell>
25385 <cell alignment="center" valignment="top" usebox="none">
25386 \begin_inset Text
25387
25388 \begin_layout Plain Layout
25389 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25390 \end_inset
25391
25392
25393 \end_layout
25394
25395 \end_inset
25396 </cell>
25397 </row>
25398 </lyxtabular>
25399
25400 \end_inset
25401
25402
25403 \end_layout
25404
25405 \begin_layout Standard
25406 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25407 \begin_inset Formula \[
25408 \lim_{x\to A}x=B\]
25409
25410 \end_inset
25411
25412
25413 \end_layout
25414
25415 \begin_layout Subsection
25416 Modulo-Funktionen
25417 \begin_inset Index
25418 status collapsed
25419
25420 \begin_layout Plain Layout
25421 Funktionen ! Modulo-
25422 \end_layout
25423
25424 \end_inset
25425
25426
25427 \end_layout
25428
25429 \begin_layout Standard
25430 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25431  Varianten.
25432 \end_layout
25433
25434 \begin_layout Standard
25435 Die Varianten in einer abgesetzten Formel:
25436 \begin_inset Formula \begin{align*}
25437 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25438 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
25439 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
25440 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
25441 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b\end{align*}
25442
25443 \end_inset
25444
25445
25446 \end_layout
25447
25448 \begin_layout Standard
25449 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25450  weniger Leerraum gesetzt.
25451 \end_layout
25452
25453 \begin_layout Section
25454 Sonderzeichen
25455 \begin_inset Index
25456 status collapsed
25457
25458 \begin_layout Plain Layout
25459 Sonderzeichen
25460 \end_layout
25461
25462 \end_inset
25463
25464
25465 \end_layout
25466
25467 \begin_layout Subsection
25468 Sonderzeichen im mathematischen Text
25469 \end_layout
25470
25471 \begin_layout Standard
25472 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25473  verwendet werden:
25474 \end_layout
25475
25476 \begin_layout Standard
25477 \begin_inset space \hfill{}
25478 \end_inset
25479
25480
25481 \begin_inset Tabular
25482 <lyxtabular version="3" rows="8" columns="2">
25483 <features>
25484 <column alignment="block" valignment="top" width="0">
25485 <column alignment="block" valignment="top" width="0">
25486 <row>
25487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25488 \begin_inset Text
25489
25490 \begin_layout Plain Layout
25491 Befehl
25492 \end_layout
25493
25494 \end_inset
25495 </cell>
25496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25497 \begin_inset Text
25498
25499 \begin_layout Plain Layout
25500 Ergebnis
25501 \end_layout
25502
25503 \end_inset
25504 </cell>
25505 </row>
25506 <row>
25507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25508 \begin_inset Text
25509
25510 \begin_layout Plain Layout
25511
25512 \backslash
25513 oe
25514 \end_layout
25515
25516 \end_inset
25517 </cell>
25518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25519 \begin_inset Text
25520
25521 \begin_layout Plain Layout
25522 \begin_inset Formula $\textrm{œ}$
25523 \end_inset
25524
25525
25526 \end_layout
25527
25528 \end_inset
25529 </cell>
25530 </row>
25531 <row>
25532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25533 \begin_inset Text
25534
25535 \begin_layout Plain Layout
25536
25537 \backslash
25538 OE
25539 \end_layout
25540
25541 \end_inset
25542 </cell>
25543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25544 \begin_inset Text
25545
25546 \begin_layout Plain Layout
25547 \begin_inset Formula $\textrm{Œ}$
25548 \end_inset
25549
25550
25551 \end_layout
25552
25553 \end_inset
25554 </cell>
25555 </row>
25556 <row>
25557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25558 \begin_inset Text
25559
25560 \begin_layout Plain Layout
25561
25562 \backslash
25563 ae
25564 \end_layout
25565
25566 \end_inset
25567 </cell>
25568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25569 \begin_inset Text
25570
25571 \begin_layout Plain Layout
25572 \begin_inset Formula $\textrm{æ}$
25573 \end_inset
25574
25575
25576 \end_layout
25577
25578 \end_inset
25579 </cell>
25580 </row>
25581 <row>
25582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25583 \begin_inset Text
25584
25585 \begin_layout Plain Layout
25586
25587 \backslash
25588 AE
25589 \end_layout
25590
25591 \end_inset
25592 </cell>
25593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25594 \begin_inset Text
25595
25596 \begin_layout Plain Layout
25597 \begin_inset Formula $\textrm{Æ}$
25598 \end_inset
25599
25600
25601 \end_layout
25602
25603 \end_inset
25604 </cell>
25605 </row>
25606 <row>
25607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25608 \begin_inset Text
25609
25610 \begin_layout Plain Layout
25611
25612 \backslash
25613 aa
25614 \end_layout
25615
25616 \end_inset
25617 </cell>
25618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25619 \begin_inset Text
25620
25621 \begin_layout Plain Layout
25622 \begin_inset Formula $\textrm{\aa}$
25623 \end_inset
25624
25625
25626 \end_layout
25627
25628 \end_inset
25629 </cell>
25630 </row>
25631 <row>
25632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25633 \begin_inset Text
25634
25635 \begin_layout Plain Layout
25636
25637 \backslash
25638 AA
25639 \begin_inset Index
25640 status collapsed
25641
25642 \begin_layout Plain Layout
25643
25644 \backslash
25645 @
25646 \begin_inset ERT
25647 status collapsed
25648
25649 \begin_layout Plain Layout
25650
25651
25652 \backslash
25653 textrm{
25654 \backslash
25655 AA}
25656 \end_layout
25657
25658 \end_inset
25659
25660
25661 \end_layout
25662
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \end_inset
25669 </cell>
25670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25671 \begin_inset Text
25672
25673 \begin_layout Plain Layout
25674 \begin_inset Formula $\textrm{Å}$
25675 \end_inset
25676
25677
25678 \end_layout
25679
25680 \end_inset
25681 </cell>
25682 </row>
25683 <row>
25684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25685 \begin_inset Text
25686
25687 \begin_layout Plain Layout
25688
25689 \backslash
25690 i
25691 \end_layout
25692
25693 \end_inset
25694 </cell>
25695 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25696 \begin_inset Text
25697
25698 \begin_layout Plain Layout
25699 \begin_inset Formula $\textrm{ı}$
25700 \end_inset
25701
25702
25703 \end_layout
25704
25705 \end_inset
25706 </cell>
25707 </row>
25708 </lyxtabular>
25709
25710 \end_inset
25711
25712
25713 \begin_inset space \hfill{}
25714 \end_inset
25715
25716
25717 \begin_inset Tabular
25718 <lyxtabular version="3" rows="8" columns="2">
25719 <features>
25720 <column alignment="block" valignment="top" width="0">
25721 <column alignment="center" valignment="top" width="0">
25722 <row>
25723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25724 \begin_inset Text
25725
25726 \begin_layout Plain Layout
25727 Befehl
25728 \begin_inset Note Note
25729 status collapsed
25730
25731 \begin_layout Plain Layout
25732 Der Leerraum von 0
25733 \begin_inset space \thinspace{}
25734 \end_inset
25735
25736 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25737  ¿ erscheinen würde.
25738 \end_layout
25739
25740 \end_inset
25741
25742
25743 \end_layout
25744
25745 \end_inset
25746 </cell>
25747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25748 \begin_inset Text
25749
25750 \begin_layout Plain Layout
25751 Ergebnis
25752 \end_layout
25753
25754 \end_inset
25755 </cell>
25756 </row>
25757 <row>
25758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25759 \begin_inset Text
25760
25761 \begin_layout Plain Layout
25762
25763 \backslash
25764 o
25765 \end_layout
25766
25767 \end_inset
25768 </cell>
25769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25770 \begin_inset Text
25771
25772 \begin_layout Plain Layout
25773 \begin_inset Formula $\textrm{ø}$
25774 \end_inset
25775
25776
25777 \end_layout
25778
25779 \end_inset
25780 </cell>
25781 </row>
25782 <row>
25783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25784 \begin_inset Text
25785
25786 \begin_layout Plain Layout
25787
25788 \backslash
25789 O
25790 \end_layout
25791
25792 \end_inset
25793 </cell>
25794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25795 \begin_inset Text
25796
25797 \begin_layout Plain Layout
25798 \begin_inset Formula $\textrm{Ø}$
25799 \end_inset
25800
25801
25802 \end_layout
25803
25804 \end_inset
25805 </cell>
25806 </row>
25807 <row>
25808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25809 \begin_inset Text
25810
25811 \begin_layout Plain Layout
25812
25813 \backslash
25814 l
25815 \end_layout
25816
25817 \end_inset
25818 </cell>
25819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25820 \begin_inset Text
25821
25822 \begin_layout Plain Layout
25823 \begin_inset Formula $\textrm{ł}$
25824 \end_inset
25825
25826
25827 \end_layout
25828
25829 \end_inset
25830 </cell>
25831 </row>
25832 <row>
25833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25834 \begin_inset Text
25835
25836 \begin_layout Plain Layout
25837
25838 \backslash
25839 L
25840 \end_layout
25841
25842 \end_inset
25843 </cell>
25844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25845 \begin_inset Text
25846
25847 \begin_layout Plain Layout
25848 \begin_inset Formula $\textrm{Ł}$
25849 \end_inset
25850
25851
25852 \end_layout
25853
25854 \end_inset
25855 </cell>
25856 </row>
25857 <row>
25858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25859 \begin_inset Text
25860
25861 \begin_layout Plain Layout
25862 !
25863 \begin_inset space \hspace{}
25864 \length 0mm
25865 \end_inset
25866
25867 `
25868 \begin_inset ERT
25869 status collapsed
25870
25871 \begin_layout Plain Layout
25872
25873
25874 \backslash
25875 leer 
25876 \end_layout
25877
25878 \end_inset
25879
25880
25881 \end_layout
25882
25883 \end_inset
25884 </cell>
25885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25886 \begin_inset Text
25887
25888 \begin_layout Plain Layout
25889 \begin_inset Formula $\textrm{!`}$
25890 \end_inset
25891
25892
25893 \end_layout
25894
25895 \end_inset
25896 </cell>
25897 </row>
25898 <row>
25899 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25900 \begin_inset Text
25901
25902 \begin_layout Plain Layout
25903 ?
25904 \begin_inset space \hspace{}
25905 \length 0mm
25906 \end_inset
25907
25908 `
25909 \begin_inset ERT
25910 status collapsed
25911
25912 \begin_layout Plain Layout
25913
25914
25915 \backslash
25916 leer 
25917 \end_layout
25918
25919 \end_inset
25920
25921
25922 \end_layout
25923
25924 \end_inset
25925 </cell>
25926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25927 \begin_inset Text
25928
25929 \begin_layout Plain Layout
25930 \begin_inset Formula $\textrm{?`}$
25931 \end_inset
25932
25933
25934 \end_layout
25935
25936 \end_inset
25937 </cell>
25938 </row>
25939 <row>
25940 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25941 \begin_inset Text
25942
25943 \begin_layout Plain Layout
25944
25945 \backslash
25946 j
25947 \end_layout
25948
25949 \end_inset
25950 </cell>
25951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25952 \begin_inset Text
25953
25954 \begin_layout Plain Layout
25955 \begin_inset Formula $\textrm{ȷ}$
25956 \end_inset
25957
25958
25959 \end_layout
25960
25961 \end_inset
25962 </cell>
25963 </row>
25964 </lyxtabular>
25965
25966 \end_inset
25967
25968
25969 \begin_inset space \hfill{}
25970 \end_inset
25971
25972
25973 \end_layout
25974
25975 \begin_layout Standard
25976 Die Zeichen 
25977 \begin_inset Formula $\textrm{\textrm{Å}}$
25978 \end_inset
25979
25980  und 
25981 \begin_inset Formula $\textrm{\textrm{Ø}}$
25982 \end_inset
25983
25984  können auch über den Mathe-Werkzeugleistenknopf 
25985 \begin_inset Graphics
25986         filename ../../images/math/digamma.png
25987         scale 85
25988
25989 \end_inset
25990
25991  eingefügt werden.
25992 \end_layout
25993
25994 \begin_layout Standard
25995 Eine Ausnahme bilden die Befehle 
25996 \series bold
25997 !
25998 \begin_inset space \hspace{}
25999 \length 0mm
26000 \end_inset
26001
26002 `
26003 \series default
26004  und 
26005 \series bold
26006 ?
26007 \begin_inset space \hspace{}
26008 \length 0mm
26009 \end_inset
26010
26011 `
26012 \series default
26013 , denn man kann sie in LyX direkt in den Text eingeben.
26014 \end_layout
26015
26016 \begin_layout Subsection
26017 Akzente im Text
26018 \begin_inset CommandInset label
26019 LatexCommand label
26020 name "sub:Sonderzeichen-Akzente"
26021
26022 \end_inset
26023
26024
26025 \begin_inset Index
26026 status collapsed
26027
26028 \begin_layout Plain Layout
26029 Akzente ! im Text
26030 \end_layout
26031
26032 \end_inset
26033
26034
26035 \end_layout
26036
26037 \begin_layout Standard
26038 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26039  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26040 \end_layout
26041
26042 \begin_layout Standard
26043 \begin_inset space \hfill{}
26044 \end_inset
26045
26046
26047 \begin_inset Tabular
26048 <lyxtabular version="3" rows="8" columns="2">
26049 <features>
26050 <column alignment="block" valignment="top" width="0">
26051 <column alignment="block" valignment="top" width="0">
26052 <row>
26053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26054 \begin_inset Text
26055
26056 \begin_layout Plain Layout
26057 Befehl
26058 \end_layout
26059
26060 \end_inset
26061 </cell>
26062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26063 \begin_inset Text
26064
26065 \begin_layout Plain Layout
26066 Ergebnis
26067 \end_layout
26068
26069 \end_inset
26070 </cell>
26071 </row>
26072 <row>
26073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26074 \begin_inset Text
26075
26076 \begin_layout Plain Layout
26077
26078 \backslash
26079
26080 \begin_inset Quotes grd
26081 \end_inset
26082
26083 e
26084 \end_layout
26085
26086 \end_inset
26087 </cell>
26088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26089 \begin_inset Text
26090
26091 \begin_layout Plain Layout
26092 \begin_inset ERT
26093 status collapsed
26094
26095 \begin_layout Plain Layout
26096
26097
26098 \backslash
26099 "e
26100 \end_layout
26101
26102 \end_inset
26103
26104
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 </row>
26110 <row>
26111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26112 \begin_inset Text
26113
26114 \begin_layout Plain Layout
26115
26116 \backslash
26117 `e
26118 \end_layout
26119
26120 \end_inset
26121 </cell>
26122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26123 \begin_inset Text
26124
26125 \begin_layout Plain Layout
26126 \begin_inset ERT
26127 status collapsed
26128
26129 \begin_layout Plain Layout
26130
26131
26132 \backslash
26133 `e
26134 \end_layout
26135
26136 \end_inset
26137
26138
26139 \end_layout
26140
26141 \end_inset
26142 </cell>
26143 </row>
26144 <row>
26145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26146 \begin_inset Text
26147
26148 \begin_layout Plain Layout
26149
26150 \backslash
26151 ^
26152 \begin_inset ERT
26153 status collapsed
26154
26155 \begin_layout Plain Layout
26156
26157
26158 \backslash
26159 leer 
26160 \end_layout
26161
26162 \end_inset
26163
26164 e
26165 \end_layout
26166
26167 \end_inset
26168 </cell>
26169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26170 \begin_inset Text
26171
26172 \begin_layout Plain Layout
26173 \begin_inset ERT
26174 status collapsed
26175
26176 \begin_layout Plain Layout
26177
26178
26179 \backslash
26180 ^e
26181 \end_layout
26182
26183 \end_inset
26184
26185
26186 \end_layout
26187
26188 \end_inset
26189 </cell>
26190 </row>
26191 <row>
26192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26193 \begin_inset Text
26194
26195 \begin_layout Plain Layout
26196
26197 \backslash
26198 =e
26199 \end_layout
26200
26201 \end_inset
26202 </cell>
26203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26204 \begin_inset Text
26205
26206 \begin_layout Plain Layout
26207 \begin_inset ERT
26208 status collapsed
26209
26210 \begin_layout Plain Layout
26211
26212
26213 \backslash
26214 =e
26215 \end_layout
26216
26217 \end_inset
26218
26219
26220 \end_layout
26221
26222 \end_inset
26223 </cell>
26224 </row>
26225 <row>
26226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26227 \begin_inset Text
26228
26229 \begin_layout Plain Layout
26230
26231 \backslash
26232 u
26233 \begin_inset ERT
26234 status collapsed
26235
26236 \begin_layout Plain Layout
26237
26238
26239 \backslash
26240 leer 
26241 \end_layout
26242
26243 \end_inset
26244
26245 e
26246 \end_layout
26247
26248 \end_inset
26249 </cell>
26250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26251 \begin_inset Text
26252
26253 \begin_layout Plain Layout
26254 \begin_inset ERT
26255 status collapsed
26256
26257 \begin_layout Plain Layout
26258
26259
26260 \backslash
26261 u e
26262 \end_layout
26263
26264 \end_inset
26265
26266
26267 \end_layout
26268
26269 \end_inset
26270 </cell>
26271 </row>
26272 <row>
26273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26274 \begin_inset Text
26275
26276 \begin_layout Plain Layout
26277
26278 \backslash
26279 b
26280 \begin_inset ERT
26281 status collapsed
26282
26283 \begin_layout Plain Layout
26284
26285
26286 \backslash
26287 leer 
26288 \end_layout
26289
26290 \end_inset
26291
26292 e
26293 \end_layout
26294
26295 \end_inset
26296 </cell>
26297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26298 \begin_inset Text
26299
26300 \begin_layout Plain Layout
26301 \begin_inset ERT
26302 status collapsed
26303
26304 \begin_layout Plain Layout
26305
26306
26307 \backslash
26308 b e
26309 \end_layout
26310
26311 \end_inset
26312
26313
26314 \end_layout
26315
26316 \end_inset
26317 </cell>
26318 </row>
26319 <row>
26320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26321 \begin_inset Text
26322
26323 \begin_layout Plain Layout
26324
26325 \backslash
26326 t
26327 \begin_inset ERT
26328 status collapsed
26329
26330 \begin_layout Plain Layout
26331
26332
26333 \backslash
26334 leer 
26335 \end_layout
26336
26337 \end_inset
26338
26339 ee
26340 \end_layout
26341
26342 \end_inset
26343 </cell>
26344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26345 \begin_inset Text
26346
26347 \begin_layout Plain Layout
26348 \begin_inset ERT
26349 status collapsed
26350
26351 \begin_layout Plain Layout
26352
26353
26354 \backslash
26355 t ee
26356 \end_layout
26357
26358 \end_inset
26359
26360
26361 \end_layout
26362
26363 \end_inset
26364 </cell>
26365 </row>
26366 </lyxtabular>
26367
26368 \end_inset
26369
26370
26371 \begin_inset space \hfill{}
26372 \end_inset
26373
26374
26375 \begin_inset Tabular
26376 <lyxtabular version="3" rows="8" columns="2">
26377 <features>
26378 <column alignment="block" valignment="top" width="0">
26379 <column alignment="center" valignment="top" width="0">
26380 <row>
26381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26382 \begin_inset Text
26383
26384 \begin_layout Plain Layout
26385 Befehl
26386 \end_layout
26387
26388 \end_inset
26389 </cell>
26390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26391 \begin_inset Text
26392
26393 \begin_layout Plain Layout
26394 Ergebnis
26395 \end_layout
26396
26397 \end_inset
26398 </cell>
26399 </row>
26400 <row>
26401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26402 \begin_inset Text
26403
26404 \begin_layout Plain Layout
26405
26406 \backslash
26407 H
26408 \begin_inset ERT
26409 status collapsed
26410
26411 \begin_layout Plain Layout
26412
26413
26414 \backslash
26415 leer 
26416 \end_layout
26417
26418 \end_inset
26419
26420 e
26421 \end_layout
26422
26423 \end_inset
26424 </cell>
26425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26426 \begin_inset Text
26427
26428 \begin_layout Plain Layout
26429 \begin_inset ERT
26430 status collapsed
26431
26432 \begin_layout Plain Layout
26433
26434
26435 \backslash
26436 H e
26437 \end_layout
26438
26439 \end_inset
26440
26441
26442 \end_layout
26443
26444 \end_inset
26445 </cell>
26446 </row>
26447 <row>
26448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26449 \begin_inset Text
26450
26451 \begin_layout Plain Layout
26452
26453 \backslash
26454 'e
26455 \end_layout
26456
26457 \end_inset
26458 </cell>
26459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26460 \begin_inset Text
26461
26462 \begin_layout Plain Layout
26463 \begin_inset ERT
26464 status collapsed
26465
26466 \begin_layout Plain Layout
26467
26468
26469 \backslash
26470 'e
26471 \end_layout
26472
26473 \end_inset
26474
26475
26476 \end_layout
26477
26478 \end_inset
26479 </cell>
26480 </row>
26481 <row>
26482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Plain Layout
26486
26487 \backslash
26488 ~e
26489 \begin_inset Index
26490 status collapsed
26491
26492 \begin_layout Plain Layout
26493 Tilde
26494 \end_layout
26495
26496 \end_inset
26497
26498
26499 \end_layout
26500
26501 \end_inset
26502 </cell>
26503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26504 \begin_inset Text
26505
26506 \begin_layout Plain Layout
26507 \begin_inset ERT
26508 status collapsed
26509
26510 \begin_layout Plain Layout
26511
26512
26513 \backslash
26514 ~e
26515 \end_layout
26516
26517 \end_inset
26518
26519
26520 \end_layout
26521
26522 \end_inset
26523 </cell>
26524 </row>
26525 <row>
26526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26527 \begin_inset Text
26528
26529 \begin_layout Plain Layout
26530
26531 \backslash
26532 .e
26533 \end_layout
26534
26535 \end_inset
26536 </cell>
26537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26538 \begin_inset Text
26539
26540 \begin_layout Plain Layout
26541 \begin_inset ERT
26542 status collapsed
26543
26544 \begin_layout Plain Layout
26545
26546
26547 \backslash
26548 .e
26549 \end_layout
26550
26551 \end_inset
26552
26553
26554 \end_layout
26555
26556 \end_inset
26557 </cell>
26558 </row>
26559 <row>
26560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26561 \begin_inset Text
26562
26563 \begin_layout Plain Layout
26564
26565 \backslash
26566 v
26567 \begin_inset ERT
26568 status collapsed
26569
26570 \begin_layout Plain Layout
26571
26572
26573 \backslash
26574 leer 
26575 \end_layout
26576
26577 \end_inset
26578
26579 e
26580 \end_layout
26581
26582 \end_inset
26583 </cell>
26584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26585 \begin_inset Text
26586
26587 \begin_layout Plain Layout
26588 \begin_inset ERT
26589 status collapsed
26590
26591 \begin_layout Plain Layout
26592
26593
26594 \backslash
26595 v e
26596 \end_layout
26597
26598 \end_inset
26599
26600
26601 \end_layout
26602
26603 \end_inset
26604 </cell>
26605 </row>
26606 <row>
26607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26608 \begin_inset Text
26609
26610 \begin_layout Plain Layout
26611
26612 \backslash
26613 d
26614 \begin_inset ERT
26615 status collapsed
26616
26617 \begin_layout Plain Layout
26618
26619
26620 \backslash
26621 leer 
26622 \end_layout
26623
26624 \end_inset
26625
26626 e
26627 \end_layout
26628
26629 \end_inset
26630 </cell>
26631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26632 \begin_inset Text
26633
26634 \begin_layout Plain Layout
26635 \begin_inset ERT
26636 status collapsed
26637
26638 \begin_layout Plain Layout
26639
26640
26641 \backslash
26642 d e
26643 \end_layout
26644
26645 \end_inset
26646
26647
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 </row>
26653 <row>
26654 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658
26659 \backslash
26660 c
26661 \begin_inset ERT
26662 status collapsed
26663
26664 \begin_layout Plain Layout
26665
26666
26667 \backslash
26668 leer 
26669 \end_layout
26670
26671 \end_inset
26672
26673 e
26674 \end_layout
26675
26676 \end_inset
26677 </cell>
26678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26679 \begin_inset Text
26680
26681 \begin_layout Plain Layout
26682 \begin_inset ERT
26683 status collapsed
26684
26685 \begin_layout Plain Layout
26686
26687
26688 \backslash
26689 c e
26690 \end_layout
26691
26692 \end_inset
26693
26694
26695 \end_layout
26696
26697 \end_inset
26698 </cell>
26699 </row>
26700 </lyxtabular>
26701
26702 \end_inset
26703
26704
26705 \begin_inset space \hfill{}
26706 \end_inset
26707
26708
26709 \end_layout
26710
26711 \begin_layout Standard
26712 \begin_inset VSpace medskip
26713 \end_inset
26714
26715 Mit dem Befehl 
26716 \series bold
26717
26718 \backslash
26719 t
26720 \series default
26721  können auch zwei verschiedene Zeichen akzentuiert werden.
26722  Der Befehl 
26723 \series bold
26724
26725 \backslash
26726 t
26727 \begin_inset ERT
26728 status collapsed
26729
26730 \begin_layout Plain Layout
26731
26732
26733 \backslash
26734 leer 
26735 \end_layout
26736
26737 \end_inset
26738
26739 sz
26740 \series default
26741  ergibt: 
26742 \begin_inset ERT
26743 status collapsed
26744
26745 \begin_layout Plain Layout
26746
26747
26748 \backslash
26749 t sz
26750 \end_layout
26751
26752 \end_inset
26753
26754
26755 \end_layout
26756
26757 \begin_layout Standard
26758 Die Akzente 
26759 \series bold
26760 `
26761 \series default
26762  , 
26763 \series bold
26764 '
26765 \series default
26766  und 
26767 \series bold
26768 ^
26769 \series default
26770  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
26771  werden ohne den TeX-Modus zu benutzen.
26772  Dasselbe gilt für die Tilde
26773 \begin_inset Foot
26774 status collapsed
26775
26776 \begin_layout Plain Layout
26777 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
26778 \end_layout
26779
26780 \end_inset
26781
26782  
26783 \series bold
26784 ~
26785 \series default
26786  in Verbindung mit 
26787 \emph on
26788 a
26789 \emph default
26790  , 
26791 \emph on
26792 n
26793 \emph default
26794  oder 
26795 \emph on
26796 o
26797 \emph default
26798 .
26799 \end_layout
26800
26801 \begin_layout Standard
26802 Die Befehle 
26803 \series bold
26804
26805 \backslash
26806 b
26807 \series default
26808  , 
26809 \series bold
26810
26811 \backslash
26812 c
26813 \series default
26814  , 
26815 \series bold
26816
26817 \backslash
26818 d
26819 \series default
26820  , 
26821 \series bold
26822
26823 \backslash
26824 H
26825 \series default
26826  , 
26827 \series bold
26828
26829 \backslash
26830 t
26831 \series default
26832  , 
26833 \series bold
26834
26835 \backslash
26836 u
26837 \series default
26838  , 
26839 \series bold
26840
26841 \backslash
26842 v
26843 \series default
26844  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
26845  Textmodus verfügbar.
26846  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
26847  
26848 \begin_inset CommandInset ref
26849 LatexCommand ref
26850 reference "sub:Akzente-für-ein"
26851
26852 \end_inset
26853
26854 .
26855 \end_layout
26856
26857 \begin_layout Standard
26858 \begin_inset VSpace bigskip
26859 \end_inset
26860
26861 Des Weiteren kann man mit dem Befehl 
26862 \series bold
26863
26864 \backslash
26865 textcircled
26866 \series default
26867
26868 \begin_inset Index
26869 status collapsed
26870
26871 \begin_layout Plain Layout
26872 Befehle ! T ! 
26873 \backslash
26874 textcircled
26875 \end_layout
26876
26877 \end_inset
26878
26879 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
26880  Kreis setzen, quasi mit einem Kreis akzentuieren.
26881 \end_layout
26882
26883 \begin_layout Standard
26884 \align center
26885 \begin_inset Tabular
26886 <lyxtabular version="3" rows="3" columns="2">
26887 <features>
26888 <column alignment="center" valignment="top" width="0">
26889 <column alignment="center" valignment="top" width="0">
26890 <row>
26891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26892 \begin_inset Text
26893
26894 \begin_layout Plain Layout
26895 Befehl
26896 \end_layout
26897
26898 \end_inset
26899 </cell>
26900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26901 \begin_inset Text
26902
26903 \begin_layout Plain Layout
26904 Ergebnis
26905 \begin_inset Note Note
26906 status collapsed
26907
26908 \begin_layout Plain Layout
26909
26910 \series bold
26911
26912 \backslash
26913 raisebox
26914 \series default
26915  in der Formel dient nur als Abstandhalter.
26916 \end_layout
26917
26918 \end_inset
26919
26920
26921 \end_layout
26922
26923 \end_inset
26924 </cell>
26925 </row>
26926 <row>
26927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26928 \begin_inset Text
26929
26930 \begin_layout Plain Layout
26931
26932 \backslash
26933 textcircled{w}
26934 \end_layout
26935
26936 \end_inset
26937 </cell>
26938 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26939 \begin_inset Text
26940
26941 \begin_layout Plain Layout
26942 \begin_inset ERT
26943 status collapsed
26944
26945 \begin_layout Plain Layout
26946
26947
26948 \backslash
26949 textcircled{w}
26950 \end_layout
26951
26952 \end_inset
26953
26954
26955 \end_layout
26956
26957 \end_inset
26958 </cell>
26959 </row>
26960 <row>
26961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26962 \begin_inset Text
26963
26964 \begin_layout Plain Layout
26965
26966 \backslash
26967 Large 
26968 \backslash
26969 textcircled{
26970 \backslash
26971 normalsize
26972 \backslash
26973 protect
26974 \backslash
26975 raisebox{-1.5pt}{W}}
26976 \end_layout
26977
26978 \end_inset
26979 </cell>
26980 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26981 \begin_inset Text
26982
26983 \begin_layout Plain Layout
26984 \begin_inset Formula $\raisebox{4.5mm}{}$
26985 \end_inset
26986
26987
26988 \begin_inset ERT
26989 status collapsed
26990
26991 \begin_layout Plain Layout
26992
26993
26994 \backslash
26995 Large 
26996 \backslash
26997 textcircled{
26998 \backslash
26999 normalsize
27000 \backslash
27001 protect
27002 \backslash
27003 raisebox{-1.5pt}W}
27004 \end_layout
27005
27006 \end_inset
27007
27008
27009 \begin_inset Formula $\raisebox{-2mm}{}$
27010 \end_inset
27011
27012
27013 \end_layout
27014
27015 \end_inset
27016 </cell>
27017 </row>
27018 </lyxtabular>
27019
27020 \end_inset
27021
27022
27023 \end_layout
27024
27025 \begin_layout Standard
27026 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27027  
27028 \series bold
27029
27030 \backslash
27031 Large
27032 \series default
27033
27034 \begin_inset Foot
27035 status collapsed
27036
27037 \begin_layout Plain Layout
27038 siehe 
27039 \begin_inset CommandInset ref
27040 LatexCommand ref
27041 reference "sub:Schriftgrößen"
27042
27043 \end_inset
27044
27045
27046 \end_layout
27047
27048 \end_inset
27049
27050  bestimmt dabei die Größe des Kreises.
27051  Mit Hilfe von 
27052 \series bold
27053
27054 \backslash
27055 raisebox
27056 \series default
27057
27058 \begin_inset Foot
27059 status collapsed
27060
27061 \begin_layout Plain Layout
27062 siehe 
27063 \begin_inset CommandInset ref
27064 LatexCommand ref
27065 reference "sub:Boxen-ohne-Rahmen"
27066
27067 \end_inset
27068
27069
27070 \end_layout
27071
27072 \end_inset
27073
27074  kann man das Zeichen zentrieren.
27075 \end_layout
27076
27077 \begin_layout Subsection
27078 Minuskelziffern
27079 \begin_inset Index
27080 status collapsed
27081
27082 \begin_layout Plain Layout
27083 Minuskelziffern
27084 \end_layout
27085
27086 \end_inset
27087
27088
27089 \end_layout
27090
27091 \begin_layout Standard
27092 Minuskelziffern werden mit dem Befehl 
27093 \series bold
27094
27095 \backslash
27096 oldstylenums
27097 \series default
27098
27099 \begin_inset Index
27100 status collapsed
27101
27102 \begin_layout Plain Layout
27103 Befehle ! O ! 
27104 \backslash
27105 oldstylenums
27106 \end_layout
27107
27108 \end_inset
27109
27110  erzeugt.
27111  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27112  Das Befehlsschema lautet:
27113 \end_layout
27114
27115 \begin_layout Standard
27116
27117 \series bold
27118
27119 \backslash
27120 oldstylenums{Ziffer}
27121 \end_layout
27122
27123 \begin_layout Standard
27124 Der Befehl 
27125 \series bold
27126
27127 \backslash
27128 oldstylenums{0123456789
27129 \series default
27130  ergibt: 
27131 \begin_inset Formula $\oldstylenums{0123456789}$
27132 \end_inset
27133
27134
27135 \end_layout
27136
27137 \begin_layout Subsection
27138 Sonstige Sonderzeichen
27139 \begin_inset CommandInset label
27140 LatexCommand label
27141 name "sub:Sonstige-Sonderzeichen"
27142
27143 \end_inset
27144
27145
27146 \begin_inset Index
27147 status collapsed
27148
27149 \begin_layout Plain Layout
27150 Sonderzeichen ! sonstige
27151 \end_layout
27152
27153 \end_inset
27154
27155
27156 \end_layout
27157
27158 \begin_layout Standard
27159 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27160 \end_layout
27161
27162 \begin_layout Standard
27163 \align center
27164 \begin_inset Tabular
27165 <lyxtabular version="3" rows="4" columns="2">
27166 <features>
27167 <column alignment="center" valignment="top" width="0">
27168 <column alignment="center" valignment="top" width="0">
27169 <row>
27170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27171 \begin_inset Text
27172
27173 \begin_layout Plain Layout
27174 Befehl
27175 \end_layout
27176
27177 \end_inset
27178 </cell>
27179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27180 \begin_inset Text
27181
27182 \begin_layout Plain Layout
27183 Ergebnis
27184 \end_layout
27185
27186 \end_inset
27187 </cell>
27188 </row>
27189 <row>
27190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27191 \begin_inset Text
27192
27193 \begin_layout Plain Layout
27194
27195 \backslash
27196 ^
27197 \begin_inset ERT
27198 status collapsed
27199
27200 \begin_layout Plain Layout
27201
27202
27203 \backslash
27204 leer 
27205 \end_layout
27206
27207 \end_inset
27208
27209
27210 \end_layout
27211
27212 \end_inset
27213 </cell>
27214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27215 \begin_inset Text
27216
27217 \begin_layout Plain Layout
27218 \begin_inset Formula $\mathcircumflex$
27219 \end_inset
27220
27221
27222 \end_layout
27223
27224 \end_inset
27225 </cell>
27226 </row>
27227 <row>
27228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27229 \begin_inset Text
27230
27231 \begin_layout Plain Layout
27232
27233 \backslash
27234 _
27235 \end_layout
27236
27237 \end_inset
27238 </cell>
27239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27240 \begin_inset Text
27241
27242 \begin_layout Plain Layout
27243 \begin_inset Formula $\_$
27244 \end_inset
27245
27246
27247 \end_layout
27248
27249 \end_inset
27250 </cell>
27251 </row>
27252 <row>
27253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27254 \begin_inset Text
27255
27256 \begin_layout Plain Layout
27257 ^
27258 \begin_inset ERT
27259 status collapsed
27260
27261 \begin_layout Plain Layout
27262
27263
27264 \backslash
27265 leer 
27266 \end_layout
27267
27268 \end_inset
27269
27270
27271 \backslash
27272 circ
27273 \begin_inset Index
27274 status collapsed
27275
27276 \begin_layout Plain Layout
27277
27278 \backslash
27279
27280 \end_layout
27281
27282 \end_inset
27283
27284
27285 \end_layout
27286
27287 \end_inset
27288 </cell>
27289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27290 \begin_inset Text
27291
27292 \begin_layout Plain Layout
27293 \begin_inset Formula $^{\circ}$
27294 \end_inset
27295
27296
27297 \end_layout
27298
27299 \end_inset
27300 </cell>
27301 </row>
27302 </lyxtabular>
27303
27304 \end_inset
27305
27306
27307 \end_layout
27308
27309 \begin_layout Standard
27310 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27311  folgende Zeile enthält
27312 \begin_inset Foot
27313 status collapsed
27314
27315 \begin_layout Plain Layout
27316 Mehr dazu ist in 
27317 \begin_inset CommandInset ref
27318 LatexCommand ref
27319 reference "sub:Textzeichen-in-Formeln"
27320
27321 \end_inset
27322
27323  beschrieben.
27324 \end_layout
27325
27326 \end_inset
27327
27328 :
27329 \end_layout
27330
27331 \begin_layout Standard
27332
27333 \series bold
27334
27335 \backslash
27336 DeclareInputText{176}{
27337 \backslash
27338 ifmmode^
27339 \backslash
27340 circ
27341 \backslash
27342 else
27343 \backslash
27344 textdegree
27345 \backslash
27346 fi}
27347 \end_layout
27348
27349 \begin_layout Section
27350 Formelstile
27351 \begin_inset CommandInset label
27352 LatexCommand label
27353 name "sec:Formelstile"
27354
27355 \end_inset
27356
27357
27358 \begin_inset Index
27359 status collapsed
27360
27361 \begin_layout Plain Layout
27362 Formel ! Stile
27363 \end_layout
27364
27365 \end_inset
27366
27367
27368 \end_layout
27369
27370 \begin_layout Itemize
27371 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27372 \end_layout
27373
27374 \begin_deeper
27375 \begin_layout Description
27376 Zentriert ist der voreingestellte Standard
27377 \end_layout
27378
27379 \begin_layout Description
27380 Eingerückt dazu muss im Menü 
27381 \family sans
27382 Dokument\SpecialChar \menuseparator
27383 Einstellungen
27384 \family default
27385  unter 
27386 \family sans
27387 Dokumentklasse
27388 \family default
27389  die Option 
27390 \series bold
27391 fleqn
27392 \series default
27393  eingeben werden
27394 \end_layout
27395
27396 \begin_layout Standard
27397 Wird 
27398 \series bold
27399 Eingerückt
27400 \series default
27401  verwendet, kann mit der Länge 
27402 \series bold
27403
27404 \backslash
27405 mathindent
27406 \series default
27407
27408 \begin_inset Index
27409 status collapsed
27410
27411 \begin_layout Plain Layout
27412 Befehle ! M ! 
27413 \backslash
27414 mathindent
27415 \end_layout
27416
27417 \end_inset
27418
27419  die Einrückung eingestellt werden.
27420  Soll der Abstand 15
27421 \begin_inset space \thinspace{}
27422 \end_inset
27423
27424 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27425 \end_layout
27426
27427 \begin_layout Standard
27428
27429 \series bold
27430
27431 \backslash
27432 setlength{
27433 \backslash
27434 mathindent}{15mm}
27435 \end_layout
27436
27437 \begin_layout Standard
27438 ein.
27439  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27440 \begin_inset space \thinspace{}
27441 \end_inset
27442
27443 pt verwendet.
27444 \end_layout
27445
27446 \end_deeper
27447 \begin_layout Itemize
27448 Und zwei verschiedene Nummerierungsstile:
27449 \end_layout
27450
27451 \begin_deeper
27452 \begin_layout Description
27453 Rechts ist der voreingestellte Standard
27454 \end_layout
27455
27456 \begin_layout Description
27457 Links dazu muss im Menü 
27458 \family sans
27459 Dokument\SpecialChar \menuseparator
27460 Einstellungen
27461 \family default
27462  unter 
27463 \family sans
27464 Dokumentklasse
27465 \family default
27466  die Option 
27467 \series bold
27468 leqno
27469 \series default
27470  eingeben werden
27471 \end_layout
27472
27473 \end_deeper
27474 \begin_layout Standard
27475
27476 \series bold
27477 fleqn
27478 \series default
27479  und 
27480 \series bold
27481 leqno
27482 \series default
27483  können auch gemeinsam verwendet werden.
27484  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27485 n.
27486 \end_layout
27487
27488 \begin_layout Standard
27489 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27490  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27491  ausgerichtete Formeln setzen, verwendet man den Stil 
27492 \series bold
27493 Zentriert
27494 \series default
27495 .
27496  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27497  
27498 \begin_inset CommandInset ref
27499 LatexCommand ref
27500 reference "sub:Flalign-Umgebung"
27501
27502 \end_inset
27503
27504 .
27505 \end_layout
27506
27507 \begin_layout Section
27508 Mehrzeilige Formeln
27509 \begin_inset CommandInset label
27510 LatexCommand label
27511 name "sec:Mehrzeilige-Formeln"
27512
27513 \end_inset
27514
27515
27516 \begin_inset Index
27517 status collapsed
27518
27519 \begin_layout Plain Layout
27520 Formel ! mehrzeilige
27521 \end_layout
27522
27523 \end_inset
27524
27525
27526 \end_layout
27527
27528 \begin_layout Subsection
27529 Allgemeines
27530 \end_layout
27531
27532 \begin_layout Standard
27533 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27534 \family sans
27535 \series bold
27536 Strg-Enter
27537 \family default
27538 \series default
27539  drückt.
27540  Dies erzeugt entweder eine 
27541 \series bold
27542 eqnarray-Umgebung
27543 \series default
27544 , die in 
27545 \begin_inset CommandInset ref
27546 LatexCommand ref
27547 reference "sub:Eqnarray-Umgebung"
27548
27549 \end_inset
27550
27551  beschrieben ist oder, wenn die Option 
27552 \family sans
27553 AMS-Mathe-Paket verwenden
27554 \family default
27555  in den Dokumenteinstellungen gewählt ist, eine 
27556 \series bold
27557 align-Umgebung
27558 \series default
27559 , die in 
27560 \begin_inset CommandInset ref
27561 LatexCommand ref
27562 reference "sub:Standard-align-Umgebung"
27563
27564 \end_inset
27565
27566  beschrieben ist.
27567 \end_layout
27568
27569 \begin_layout Standard
27570 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27571 \family sans
27572 Einfügen\SpecialChar \menuseparator
27573 Mathe
27574 \family default
27575  erstellt werden können.
27576  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27577 \end_layout
27578
27579 \begin_layout Standard
27580 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27581  man 
27582 \family sans
27583 Strg-Enter
27584 \family default
27585  drückt.
27586  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27587 fe 
27588 \begin_inset Graphics
27589         filename ../../images/tabular-feature_append-row.png
27590         scale 85
27591
27592 \end_inset
27593
27594  bzw.
27595 \begin_inset space ~
27596 \end_inset
27597
27598
27599 \begin_inset Graphics
27600         filename ../../images/tabular-feature_delete-row.png
27601         scale 85
27602
27603 \end_inset
27604
27605  oder das Menü 
27606 \family sans
27607 Bearbeiten\SpecialChar \menuseparator
27608 Zeilen & Spalten
27609 \family default
27610  verwendet werden.
27611 \end_layout
27612
27613 \begin_layout Subsubsection
27614 Zeilenabstand
27615 \begin_inset CommandInset label
27616 LatexCommand label
27617 name "sub:Zeilenabstand"
27618
27619 \end_inset
27620
27621
27622 \begin_inset Index
27623 status collapsed
27624
27625 \begin_layout Plain Layout
27626 Formel ! mehrzeilige ! Zeilenabstand
27627 \end_layout
27628
27629 \end_inset
27630
27631
27632 \end_layout
27633
27634 \begin_layout Standard
27635 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27636 \begin_inset Formula \begin{eqnarray*}
27637 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}\\
27638 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*}
27639
27640 \end_inset
27641
27642
27643 \end_layout
27644
27645 \begin_layout Standard
27646 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27647 chbefehls angegeben.
27648  Dies ist in LyX aber nicht möglich
27649 \begin_inset Foot
27650 status collapsed
27651
27652 \begin_layout Plain Layout
27653 siehe 
27654 \begin_inset CommandInset href
27655 LatexCommand href
27656 name "LyX-Fehler #1505"
27657 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27658
27659 \end_inset
27660
27661
27662 \end_layout
27663
27664 \end_inset
27665
27666 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
27667  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
27668  Zeile den Befehl 
27669 \series bold
27670
27671 \backslash
27672
27673 \backslash
27674 [3mm]
27675 \series default
27676  ein.
27677  Damit erhält man: 
27678 \begin_inset ERT
27679 status collapsed
27680
27681 \begin_layout Plain Layout
27682
27683
27684 \backslash
27685 begin{eqnarray*}
27686 \end_layout
27687
27688 \begin_layout Plain Layout
27689
27690 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27691  = & 
27692 \backslash
27693 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27694 \backslash
27695
27696 \backslash
27697 [3mm]
27698 \end_layout
27699
27700 \begin_layout Plain Layout
27701
27702 4x^{2}
27703 \backslash
27704 left(B^{2}+x_{0}^{2}
27705 \backslash
27706 right)+4x_{0}x
27707 \backslash
27708 left(D-B^{2}
27709 \backslash
27710 right)+B^{2}
27711 \backslash
27712 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27713 \backslash
27714 right) & = & 0
27715 \end_layout
27716
27717 \begin_layout Plain Layout
27718
27719
27720 \backslash
27721 end{eqnarray*}
27722 \end_layout
27723
27724 \end_inset
27725
27726
27727 \end_layout
27728
27729 \begin_layout Standard
27730 \begin_inset VSpace bigskip
27731 \end_inset
27732
27733 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
27734  man die Länge 
27735 \series bold
27736
27737 \backslash
27738 jot
27739 \series default
27740
27741 \begin_inset Index
27742 status collapsed
27743
27744 \begin_layout Plain Layout
27745 Befehle ! J ! 
27746 \backslash
27747 jot
27748 \end_layout
27749
27750 \end_inset
27751
27752 .
27753  Es gilt 
27754 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
27755 \end_inset
27756
27757 .
27758  Voreingestellt ist für 
27759 \series bold
27760
27761 \backslash
27762 jot
27763 \series default
27764  der Wert 3
27765 \begin_inset space \thinspace{}
27766 \end_inset
27767
27768 pt.
27769  Um wie im vorigen Beispiel 3
27770 \begin_inset space \thinspace{}
27771 \end_inset
27772
27773 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
27774 \end_layout
27775
27776 \begin_layout Standard
27777
27778 \series bold
27779
27780 \backslash
27781 setlength{
27782 \backslash
27783 jot}{3mm+3pt}
27784 \end_layout
27785
27786 \begin_layout Standard
27787 im TeX-Modus vor der Formel ein.
27788  Das setzt voraus, dass das LaTeX-Paket 
27789 \series bold
27790 calc
27791 \series default
27792
27793 \begin_inset Foot
27794 status collapsed
27795
27796 \begin_layout Plain Layout
27797
27798 \series bold
27799 calc
27800 \series default
27801  ist Teil jeder LaTeX-Standardinstallation.
27802 \end_layout
27803
27804 \end_inset
27805
27806
27807 \begin_inset Index
27808 status collapsed
27809
27810 \begin_layout Plain Layout
27811 Pakete ! calc
27812 \end_layout
27813
27814 \end_inset
27815
27816  im LaTeX-Vorspann mit der Zeile
27817 \end_layout
27818
27819 \begin_layout Standard
27820
27821 \series bold
27822
27823 \backslash
27824 usepackage{calc}
27825 \end_layout
27826
27827 \begin_layout Standard
27828 geladen wurde.
27829 \end_layout
27830
27831 \begin_layout Standard
27832 Man erhält: 
27833 \begin_inset ERT
27834 status collapsed
27835
27836 \begin_layout Plain Layout
27837
27838
27839 \backslash
27840 setlength{
27841 \backslash
27842 jot}{3mm+3pt}
27843 \end_layout
27844
27845 \end_inset
27846
27847
27848 \begin_inset Formula \begin{eqnarray*}
27849 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}\\
27850 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*}
27851
27852 \end_inset
27853
27854
27855 \end_layout
27856
27857 \begin_layout Standard
27858 \begin_inset ERT
27859 status collapsed
27860
27861 \begin_layout Plain Layout
27862
27863
27864 \backslash
27865 setlength{
27866 \backslash
27867 jot}{3pt}
27868 \end_layout
27869
27870 \end_inset
27871
27872  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
27873 \series bold
27874
27875 \backslash
27876 jot
27877 \series default
27878  auf den Wert 3
27879 \begin_inset space \thinspace{}
27880 \end_inset
27881
27882 pt.
27883 \end_layout
27884
27885 \begin_layout Subsubsection
27886 Spaltenabstand
27887 \begin_inset CommandInset label
27888 LatexCommand label
27889 name "sub:Spaltenabstand"
27890
27891 \end_inset
27892
27893
27894 \begin_inset Index
27895 status collapsed
27896
27897 \begin_layout Plain Layout
27898 Formel ! mehrzeilige ! Spaltenabstand
27899 \end_layout
27900
27901 \end_inset
27902
27903
27904 \end_layout
27905
27906 \begin_layout Standard
27907 Mehrzeilige Formeln bilden eine Matrix.
27908  Eine Formel in der Eqnarray-Umgebung ist z.
27909 \begin_inset space \thinspace{}
27910 \end_inset
27911
27912 B.
27913  eine dreispaltige Matrix.
27914  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
27915  neben den Relationszeichen ändern.
27916 \end_layout
27917
27918 \begin_layout Standard
27919 Der Spaltenabstand wird mit der Länge 
27920 \series bold
27921
27922 \backslash
27923 arraycolsep
27924 \series default
27925
27926 \begin_inset Index
27927 status collapsed
27928
27929 \begin_layout Plain Layout
27930 Befehle ! A ! 
27931 \backslash
27932 arraycolsep
27933 \end_layout
27934
27935 \end_inset
27936
27937  festgelegt, wobei gilt:
27938 \begin_inset Newline newline
27939 \end_inset
27940
27941 Spaltenabstand = 2
27942 \begin_inset space \thinspace{}
27943 \end_inset
27944
27945
27946 \series bold
27947
27948 \backslash
27949 arraycolsep
27950 \series default
27951 .
27952 \begin_inset Newline newline
27953 \end_inset
27954
27955 Der im TeX-Modus eingegebene Befehl
27956 \end_layout
27957
27958 \begin_layout Standard
27959
27960 \series bold
27961
27962 \backslash
27963 setlength{
27964 \backslash
27965 arraycolsep}{1cm}
27966 \end_layout
27967
27968 \begin_layout Standard
27969 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
27970 \begin_inset space \thinspace{}
27971 \end_inset
27972
27973 cm.
27974  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
27975 \series bold
27976
27977 \backslash
27978 arraycolsep
27979 \series default
27980  auf 5
27981 \begin_inset space \thinspace{}
27982 \end_inset
27983
27984 pt.
27985 \end_layout
27986
27987 \begin_layout Standard
27988 Eine Formel mit 2
27989 \begin_inset space \thinspace{}
27990 \end_inset
27991
27992 cm Spaltenabstand:
27993 \begin_inset ERT
27994 status collapsed
27995
27996 \begin_layout Plain Layout
27997
27998
27999 \backslash
28000 setlength{
28001 \backslash
28002 arraycolsep}{1cm}
28003 \end_layout
28004
28005 \end_inset
28006
28007
28008 \begin_inset Formula \begin{eqnarray*}
28009 A & = & B\\
28010 C & \ne & A\end{eqnarray*}
28011
28012 \end_inset
28013
28014 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28015 \begin_inset space \thinspace{}
28016 \end_inset
28017
28018 pt:
28019 \begin_inset ERT
28020 status collapsed
28021
28022 \begin_layout Plain Layout
28023
28024
28025 \backslash
28026 setlength{
28027 \backslash
28028 arraycolsep}{5pt}
28029 \end_layout
28030
28031 \end_inset
28032
28033
28034 \begin_inset Formula \begin{eqnarray*}
28035 A & = & B\\
28036 C & \ne & A\end{eqnarray*}
28037
28038 \end_inset
28039
28040
28041 \end_layout
28042
28043 \begin_layout Subsubsection
28044 Lange Formeln
28045 \begin_inset Index
28046 status collapsed
28047
28048 \begin_layout Plain Layout
28049 Formel ! lange
28050 \end_layout
28051
28052 \end_inset
28053
28054
28055 \end_layout
28056
28057 \begin_layout Standard
28058 Lange Formeln kann man wie folgt setzen:
28059 \end_layout
28060
28061 \begin_layout Itemize
28062 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28063  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28064 \begin_inset Formula \begin{eqnarray}
28065 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 \\
28066  &  & -\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}
28067
28068 \end_inset
28069
28070 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28071  als Operator, da es das erste Zeichen der Zeile ist.
28072  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28073  Bruchstrich unterscheiden.
28074  Um das zu verhindern, wurde mit dem Befehl 
28075 \series bold
28076
28077 \backslash
28078 hspace
28079 \series default
28080  3
28081 \begin_inset space \thinspace{}
28082 \end_inset
28083
28084 pt Leerraum hinter das Minuszeichen eingefügt.
28085 \begin_inset Foot
28086 status collapsed
28087
28088 \begin_layout Plain Layout
28089 mehr zu 
28090 \series bold
28091
28092 \backslash
28093 hspace
28094 \series default
28095  siehe 
28096 \begin_inset CommandInset ref
28097 LatexCommand ref
28098 reference "sub:Variabler-Leerraum"
28099
28100 \end_inset
28101
28102
28103 \end_layout
28104
28105 \end_inset
28106
28107
28108 \begin_inset Index
28109 status collapsed
28110
28111 \begin_layout Plain Layout
28112 Befehle ! H ! 
28113 \backslash
28114 hspace
28115 \end_layout
28116
28117 \end_inset
28118
28119
28120 \end_layout
28121
28122 \begin_layout Itemize
28123 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28124 \series bold
28125
28126 \backslash
28127 lefteqn
28128 \series default
28129
28130 \begin_inset Index
28131 status collapsed
28132
28133 \begin_layout Plain Layout
28134 Befehle ! L ! 
28135 \backslash
28136 lefteqn
28137 \end_layout
28138
28139 \end_inset
28140
28141 .
28142  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28143  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28144 \begin_inset Formula \begin{eqnarray}
28145 \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 \\
28146  &  & -\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 \\
28147  &  & =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}
28148
28149 \end_inset
28150
28151 Nachdem man 
28152 \series bold
28153
28154 \backslash
28155 lefteqn
28156 \series default
28157  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28158  das gegenüber dem blauen leicht verschoben ist.
28159  In dieses wird die Formel eingegeben.
28160 \begin_inset Newline newline
28161 \end_inset
28162
28163 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28164  eingegeben.
28165  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28166  Einrückung.
28167 \begin_inset VSpace medskip
28168 \end_inset
28169
28170
28171 \begin_inset Newline newline
28172 \end_inset
28173
28174
28175 \begin_inset Note Greyedout
28176 status open
28177
28178 \begin_layout Plain Layout
28179 Bei der Verwendung von 
28180 \series bold
28181
28182 \backslash
28183 lefteqn
28184 \series default
28185  ist Folgendes zu beachten:
28186 \end_layout
28187
28188 \begin_layout Itemize
28189 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28190  Würde man in obigem Beispiel der ersten Zeile den Term 
28191 \begin_inset Formula $-B^{2}$
28192 \end_inset
28193
28194  anfügen, befände sich dieser außerhalb des Seitenrands.
28195  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28196  Leerraum einfügen.
28197 \end_layout
28198
28199 \begin_layout Itemize
28200 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28201  erste Zeile gesetzt werden.
28202 \begin_inset Foot
28203 status collapsed
28204
28205 \begin_layout Plain Layout
28206 \begin_inset CommandInset href
28207 LatexCommand href
28208 name "LyX-Fehler #1429"
28209 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28210
28211 \end_inset
28212
28213
28214 \end_layout
28215
28216 \end_inset
28217
28218  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28219  Pfeiltasten bewegen.
28220 \end_layout
28221
28222 \end_inset
28223
28224
28225 \end_layout
28226
28227 \begin_layout Itemize
28228 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28229 \begin_inset CommandInset ref
28230 LatexCommand ref
28231 reference "sub:Multline-Umgebung"
28232
28233 \end_inset
28234
28235  und 
28236 \begin_inset CommandInset ref
28237 LatexCommand ref
28238 reference "sub:Mehrzeilige-Formelteile"
28239
28240 \end_inset
28241
28242  beschriebenen Umgebungen.
28243 \end_layout
28244
28245 \begin_layout Subsubsection
28246 Mehrzeilige Klammern
28247 \begin_inset CommandInset label
28248 LatexCommand label
28249 name "sub:Mehrzeilige-Klammern"
28250
28251 \end_inset
28252
28253
28254 \begin_inset Index
28255 status collapsed
28256
28257 \begin_layout Plain Layout
28258 Klammern ! mehrzeilige
28259 \end_layout
28260
28261 \end_inset
28262
28263
28264 \end_layout
28265
28266 \begin_layout Standard
28267 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28268 \begin_inset Formula \begin{eqnarray*}
28269 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28270  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28271
28272 \end_inset
28273
28274
28275 \end_layout
28276
28277 \begin_layout Standard
28278 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28279  Größe dürfen nicht über mehrere Zeilen gehen.
28280 \end_layout
28281
28282 \begin_layout Standard
28283 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28284  erste Zeile mit 
28285 \series bold
28286
28287 \backslash
28288 right.
28289 \series default
28290
28291 \begin_inset Index
28292 status collapsed
28293
28294 \begin_layout Plain Layout
28295 Befehle ! R ! 
28296 \backslash
28297 right
28298 \end_layout
28299
28300 \end_inset
28301
28302  und beginnt die zweite Zeile mit 
28303 \series bold
28304
28305 \backslash
28306 left.
28307 \begin_inset Foot
28308 status collapsed
28309
28310 \begin_layout Plain Layout
28311 mehr zu 
28312 \series bold
28313
28314 \backslash
28315 left
28316 \series default
28317  und 
28318 \series bold
28319
28320 \backslash
28321 right
28322 \series default
28323  siehe 
28324 \begin_inset CommandInset ref
28325 LatexCommand ref
28326 reference "sub:Automatische-Klammergrößen"
28327
28328 \end_inset
28329
28330
28331 \end_layout
28332
28333 \end_inset
28334
28335
28336 \series default
28337
28338 \begin_inset Index
28339 status collapsed
28340
28341 \begin_layout Plain Layout
28342 Befehle ! L ! 
28343 \backslash
28344 left
28345 \end_layout
28346
28347 \end_inset
28348
28349 .
28350  Nach 
28351 \series bold
28352
28353 \backslash
28354 left.
28355
28356 \series default
28357  gibt man den Befehl 
28358 \series bold
28359
28360 \backslash
28361 vphantom
28362 \series default
28363
28364 \begin_inset ERT
28365 status collapsed
28366
28367 \begin_layout Plain Layout
28368
28369
28370 \backslash
28371 leer 
28372 \end_layout
28373
28374 \end_inset
28375
28376
28377 \series bold
28378
28379 \backslash
28380 prod
28381 \series default
28382 ^
28383 \begin_inset ERT
28384 status collapsed
28385
28386 \begin_layout Plain Layout
28387
28388
28389 \backslash
28390 leer 
28391 \end_layout
28392
28393 \end_inset
28394
28395
28396 \series bold
28397
28398 \backslash
28399 infty
28400 \series default
28401
28402 \begin_inset ERT
28403 status collapsed
28404
28405 \begin_layout Plain Layout
28406
28407
28408 \backslash
28409 leer 
28410 \end_layout
28411
28412 \end_inset
28413
28414
28415 \series bold
28416
28417 \begin_inset Formula $\downarrow$
28418 \end_inset
28419
28420 _R=1}
28421 \series default
28422
28423 \begin_inset Index
28424 status collapsed
28425
28426 \begin_layout Plain Layout
28427 Befehle ! V ! 
28428 \backslash
28429 vphantom
28430 \end_layout
28431
28432 \end_inset
28433
28434  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28435  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28436 \end_layout
28437
28438 \begin_layout Standard
28439 Das Ergebnis sieht so aus:
28440 \begin_inset Formula \begin{eqnarray*}
28441 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28442  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28443
28444 \end_inset
28445
28446
28447 \end_layout
28448
28449 \begin_layout Subsection
28450 Align-Umgebungen
28451 \end_layout
28452
28453 \begin_layout Standard
28454 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28455  werden.
28456  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28457 \end_layout
28458
28459 \begin_layout Standard
28460 Align-Umgebungen bestehen aus Spalten.
28461  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28462  ausgerichtet.
28463  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28464 \end_layout
28465
28466 \begin_layout Standard
28467 Align-Umgebung werden über das Menü 
28468 \family sans
28469 Einfügen\SpecialChar \menuseparator
28470 Mathe
28471 \family default
28472  erstellt.
28473  Über das Menü 
28474 \family sans
28475 Bearbeiten\SpecialChar \menuseparator
28476 Mathe\SpecialChar \menuseparator
28477 Formelart
28478 \begin_inset space ~
28479 \end_inset
28480
28481 ändern
28482 \family default
28483  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28484 \end_layout
28485
28486 \begin_layout Standard
28487 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28488
28489 \begin_inset Graphics
28490         filename ../../images/tabular-feature_append-column.png
28491         scale 85
28492
28493 \end_inset
28494
28495  bzw.
28496 \begin_inset space ~
28497 \end_inset
28498
28499
28500 \begin_inset Graphics
28501         filename ../../images/tabular-feature_delete-column.png
28502         scale 85
28503
28504 \end_inset
28505
28506  oder das Menü 
28507 \family sans
28508 Bearbeiten\SpecialChar \menuseparator
28509 Zeilen & Spalten
28510 \family default
28511  verwendet werden.
28512 \end_layout
28513
28514 \begin_layout Subsubsection
28515 Standard align-Umgebung
28516 \begin_inset CommandInset label
28517 LatexCommand label
28518 name "sub:Standard-align-Umgebung"
28519
28520 \end_inset
28521
28522
28523 \begin_inset Index
28524 status collapsed
28525
28526 \begin_layout Plain Layout
28527 Formel ! mehrzeilige ! align-Umgebung
28528 \end_layout
28529
28530 \end_inset
28531
28532
28533 \end_layout
28534
28535 \begin_layout Standard
28536 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28537 \family sans
28538 Strg-Enter
28539 \family default
28540  drückt oder das Menü 
28541 \family sans
28542 Einfügen\SpecialChar \menuseparator
28543 Mathe\SpecialChar \menuseparator
28544 AMS align-Umge\SpecialChar \-
28545 bung
28546 \family default
28547  aufruft.
28548 \end_layout
28549
28550 \begin_layout Standard
28551 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
28552 n align-Umgebung erzeugt wurden:
28553 \begin_inset Formula \begin{align*}
28554 A & =\sin(B) & C & =D\\
28555 C & \ne A & B & \ne D\end{align*}
28556
28557 \end_inset
28558
28559 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28560  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28561 \series bold
28562
28563 \backslash
28564 hfill
28565 \begin_inset Foot
28566 status collapsed
28567
28568 \begin_layout Plain Layout
28569 mehr zu 
28570 \series bold
28571
28572 \backslash
28573 hfill
28574 \series default
28575  siehe 
28576 \begin_inset CommandInset ref
28577 LatexCommand ref
28578 reference "sub:Variabler-Leerraum"
28579
28580 \end_inset
28581
28582
28583 \end_layout
28584
28585 \end_inset
28586
28587
28588 \series default
28589  befinden.
28590  Ist der Formelstil 
28591 \series bold
28592 Eingerückt
28593 \begin_inset Foot
28594 status collapsed
28595
28596 \begin_layout Plain Layout
28597 Formelstile siehe 
28598 \begin_inset CommandInset ref
28599 LatexCommand ref
28600 reference "sec:Formelstile"
28601
28602 \end_inset
28603
28604
28605 \end_layout
28606
28607 \end_inset
28608
28609
28610 \series default
28611  gewählt, wird die Formel ohne den 
28612 \series bold
28613
28614 \backslash
28615 hfill
28616 \series default
28617  vor der ersten Spalte gesetzt.
28618 \end_layout
28619
28620 \begin_layout Subsubsection
28621 Alignat-Umgebung
28622 \begin_inset Index
28623 status collapsed
28624
28625 \begin_layout Plain Layout
28626 Formel ! mehrzeilige ! alignat-Umgebung
28627 \end_layout
28628
28629 \end_inset
28630
28631
28632 \end_layout
28633
28634 \begin_layout Standard
28635 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
28636  Man kann ihn manuell durch die in 
28637 \begin_inset CommandInset ref
28638 LatexCommand ref
28639 reference "sub:Leerraum"
28640
28641 \end_inset
28642
28643  beschriebenen Leerräume einfügen.
28644 \end_layout
28645
28646 \begin_layout Standard
28647 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
28648  Formel 1
28649 \begin_inset space \thinspace{}
28650 \end_inset
28651
28652 cm Leerraum eingefügt wurde:
28653 \begin_inset Formula \begin{alignat*}{2}
28654 A & =\sin(B) & \hspace{1cm}C & =D\\
28655 C & \ne A & B & \ne D\end{alignat*}
28656
28657 \end_inset
28658
28659 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
28660  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
28661  Formeln.
28662 \end_layout
28663
28664 \begin_layout Subsubsection
28665 Flalign-Umgebung
28666 \begin_inset CommandInset label
28667 LatexCommand label
28668 name "sub:Flalign-Umgebung"
28669
28670 \end_inset
28671
28672
28673 \begin_inset Index
28674 status collapsed
28675
28676 \begin_layout Plain Layout
28677 Formel ! mehrzeilige ! flalign-Umgebung
28678 \end_layout
28679
28680 \end_inset
28681
28682
28683 \end_layout
28684
28685 \begin_layout Standard
28686 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
28687  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
28688  Dazu ein Beispiel:
28689 \begin_inset Formula \begin{flalign*}
28690 A & =1 & B & =2 & C & =3\\
28691 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28692
28693 \end_inset
28694
28695
28696 \end_layout
28697
28698 \begin_layout Standard
28699 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
28700  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
28701  im Dokument links setzen obwohl der Formelstil 
28702 \series bold
28703 Zentriert
28704 \series default
28705  eingestellt ist.
28706  Als Beispiel die eingerückte ausgerichtete Formel 
28707 \begin_inset CommandInset ref
28708 LatexCommand eqref
28709 reference "eq:VolInt"
28710
28711 \end_inset
28712
28713 :
28714 \begin_inset Formula \begin{flalign}
28715 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28716
28717 \end_inset
28718
28719 In den ersten beiden Spalten befindet sich die Formel.
28720  Damit sie wie beim Formelstil 
28721 \series bold
28722 Eingerückt
28723 \series default
28724  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
28725 \begin_inset space \thinspace{}
28726 \end_inset
28727
28728 pt Leerraum eingefügt.
28729 \end_layout
28730
28731 \begin_layout Subsection
28732 Eqnarray-Umgebung
28733 \begin_inset CommandInset label
28734 LatexCommand label
28735 name "sub:Eqnarray-Umgebung"
28736
28737 \end_inset
28738
28739
28740 \begin_inset Index
28741 status collapsed
28742
28743 \begin_layout Plain Layout
28744 Formel ! mehrzeilige ! Eqnarray-Umgebung
28745 \end_layout
28746
28747 \end_inset
28748
28749
28750 \end_layout
28751
28752 \begin_layout Standard
28753 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
28754  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
28755  ausgerichtet.
28756  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
28757  da dieses Kästchen nur für Relationzeichen gedacht ist.
28758 \begin_inset Formula \begin{eqnarray*}
28759 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28760 AB & AB & AB\\
28761 A & = & A\end{eqnarray*}
28762
28763 \end_inset
28764
28765
28766 \end_layout
28767
28768 \begin_layout Subsection
28769 Gather-Umgebung
28770 \begin_inset Index
28771 status collapsed
28772
28773 \begin_layout Plain Layout
28774 Formel ! mehrzeilige ! Gather-Umgebung
28775 \end_layout
28776
28777 \end_inset
28778
28779
28780 \end_layout
28781
28782 \begin_layout Standard
28783 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
28784  Jede Zeile kann nummeriert werden.
28785 \begin_inset Formula \begin{gather}
28786 A=1\\
28787 X=\textrm{-}1\end{gather}
28788
28789 \end_inset
28790
28791
28792 \end_layout
28793
28794 \begin_layout Subsection
28795 Multline-Umgebung
28796 \begin_inset CommandInset label
28797 LatexCommand label
28798 name "sub:Multline-Umgebung"
28799
28800 \end_inset
28801
28802
28803 \begin_inset Index
28804 status collapsed
28805
28806 \begin_layout Plain Layout
28807 Formel ! mehrzeilige ! Multline-Umgebung
28808 \end_layout
28809
28810 \end_inset
28811
28812
28813 \end_layout
28814
28815 \begin_layout Standard
28816 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
28817  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
28818  Alle anderen Zeilen sind zentriert.
28819  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
28820  Als Beispiel Formel 
28821 \begin_inset CommandInset ref
28822 LatexCommand eqref
28823 reference "eq:lefteqn"
28824
28825 \end_inset
28826
28827  in der multline-Umgebung:
28828 \begin_inset Formula \begin{multline}
28829 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}\\
28830 -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}\\
28831 =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}
28832
28833 \end_inset
28834
28835
28836 \end_layout
28837
28838 \begin_layout Standard
28839 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
28840  nummeriert, wenn rechts (links) nummeriert wird.
28841 \begin_inset Foot
28842 status collapsed
28843
28844 \begin_layout Plain Layout
28845 Nummerierungsstile siehe 
28846 \begin_inset CommandInset ref
28847 LatexCommand ref
28848 reference "sec:Formelstile"
28849
28850 \end_inset
28851
28852
28853 \end_layout
28854
28855 \end_inset
28856
28857
28858 \end_layout
28859
28860 \begin_layout Standard
28861 Mit den Befehlen 
28862 \series bold
28863
28864 \backslash
28865 shoveright
28866 \begin_inset Index
28867 status collapsed
28868
28869 \begin_layout Plain Layout
28870 Befehle ! S ! 
28871 \backslash
28872 shoveright
28873 \end_layout
28874
28875 \end_inset
28876
28877
28878 \series default
28879  und 
28880 \series bold
28881
28882 \backslash
28883 shoveleft
28884 \begin_inset Index
28885 status collapsed
28886
28887 \begin_layout Plain Layout
28888 Befehle ! S ! 
28889 \backslash
28890 shoveleft
28891 \end_layout
28892
28893 \end_inset
28894
28895
28896 \series default
28897  kann eine zentrierte Zeile rechts bzw.
28898  links ausgerichtet werden.
28899  Die Befehle werden folgendermaßen verwendet:
28900 \end_layout
28901
28902 \begin_layout Standard
28903
28904 \series bold
28905
28906 \backslash
28907 shoveright{Zeileninhalt}
28908 \series default
28909  bzw.
28910  
28911 \series bold
28912
28913 \backslash
28914 shoveleft{Zeileninhalt}
28915 \end_layout
28916
28917 \begin_layout Standard
28918 \begin_inset VSpace medskip
28919 \end_inset
28920
28921 Die Länge 
28922 \series bold
28923
28924 \backslash
28925 multlinegap
28926 \begin_inset Index
28927 status collapsed
28928
28929 \begin_layout Plain Layout
28930 Befehle ! M ! 
28931 \backslash
28932 multlinegap
28933 \end_layout
28934
28935 \end_inset
28936
28937
28938 \series default
28939  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
28940  Voreingestellt ist die Länge 0
28941 \begin_inset space \thinspace{}
28942 \end_inset
28943
28944 pt.
28945 \end_layout
28946
28947 \begin_layout Standard
28948 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
28949 \end_layout
28950
28951 \begin_layout Standard
28952
28953 \series bold
28954
28955 \backslash
28956 setlength{
28957 \backslash
28958 multlinegap}{2cm}
28959 \end_layout
28960
28961 \begin_layout Standard
28962 eingegeben wurde:
28963 \begin_inset ERT
28964 status collapsed
28965
28966 \begin_layout Plain Layout
28967
28968
28969 \backslash
28970 setlength{
28971 \backslash
28972 multlinegap}{2cm}
28973 \end_layout
28974
28975 \end_inset
28976
28977
28978 \begin_inset Formula \begin{multline}
28979 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}\\
28980 \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}}\\
28981 =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}
28982
28983 \end_inset
28984
28985
28986 \begin_inset ERT
28987 status collapsed
28988
28989 \begin_layout Plain Layout
28990
28991
28992 \backslash
28993 setlength{
28994 \backslash
28995 multlinegap}{0pt}
28996 \end_layout
28997
28998 \end_inset
28999
29000
29001 \end_layout
29002
29003 \begin_layout Standard
29004 Die zweite Zeile wurde mit 
29005 \series bold
29006
29007 \backslash
29008 shoveleft
29009 \series default
29010  linksbündig ausgerichtet.
29011 \end_layout
29012
29013 \begin_layout Subsection
29014 Mehrzeilige Formelteile
29015 \begin_inset CommandInset label
29016 LatexCommand label
29017 name "sub:Mehrzeilige-Formelteile"
29018
29019 \end_inset
29020
29021
29022 \begin_inset Index
29023 status collapsed
29024
29025 \begin_layout Plain Layout
29026 Formel ! mehrzeilige ! Formelteile
29027 \end_layout
29028
29029 \end_inset
29030
29031
29032 \end_layout
29033
29034 \begin_layout Standard
29035 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29036  der folgenden Umgebungen: 
29037 \series bold
29038 aligned
29039 \series default
29040
29041 \series bold
29042 alignedat
29043 \series default
29044
29045 \series bold
29046 gathered
29047 \series default
29048  oder 
29049 \series bold
29050 split
29051 \series default
29052 .
29053  Sie können über das Menü 
29054 \family sans
29055 Einfügen\SpecialChar \menuseparator
29056 Mathe
29057 \family default
29058  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29059 \end_layout
29060
29061 \begin_layout Standard
29062 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29063 n Formel\SpecialChar \-
29064 umgebungen.
29065  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29066  Dazu ein Beispiel:
29067 \begin_inset Formula \[
29068 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29069 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29070 \right\} \textrm{Unbestimmtheitsrelationen}\]
29071
29072 \end_inset
29073
29074
29075 \end_layout
29076
29077 \begin_layout Standard
29078 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29079  der Befehl 
29080 \series bold
29081
29082 \backslash
29083 aligned
29084 \begin_inset Index
29085 status collapsed
29086
29087 \begin_layout Plain Layout
29088 Befehle ! A ! 
29089 \backslash
29090 aligned
29091 \end_layout
29092
29093 \end_inset
29094
29095
29096 \series default
29097  eingegeben wird.
29098  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29099  und Zeilen hinzufügen kann.
29100  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29101  gesetzt werden.
29102 \end_layout
29103
29104 \begin_layout Standard
29105 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29106  ausgerichtet sind.
29107  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29108  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29109  Als Beispiel Formel 
29110 \begin_inset CommandInset ref
29111 LatexCommand eqref
29112 reference "eq:kurzlang"
29113
29114 \end_inset
29115
29116  in der aligned-Umgebung:
29117 \begin_inset Formula \begin{equation}
29118 \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}|}\\
29119  & -\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}
29120 \end{equation}
29121
29122 \end_inset
29123
29124
29125 \end_layout
29126
29127 \begin_layout Standard
29128 Möchte man die Umgebung 
29129 \series bold
29130 alignedat
29131 \series default
29132
29133 \series bold
29134 gathered
29135 \series default
29136  oder 
29137 \series bold
29138 split
29139 \series default
29140  verwenden, gibt man den Befehl 
29141 \series bold
29142
29143 \backslash
29144 alignedat
29145 \series default
29146 ,
29147 \begin_inset Index
29148 status collapsed
29149
29150 \begin_layout Plain Layout
29151 Befehle ! A ! 
29152 \backslash
29153 alignedat
29154 \end_layout
29155
29156 \end_inset
29157
29158  
29159 \series bold
29160
29161 \backslash
29162 gathered
29163 \series default
29164
29165 \begin_inset Index
29166 status collapsed
29167
29168 \begin_layout Plain Layout
29169 Befehle ! G ! 
29170 \backslash
29171 gathered
29172 \end_layout
29173
29174 \end_inset
29175
29176  bzw.
29177  
29178 \series bold
29179
29180 \backslash
29181 split
29182 \series default
29183
29184 \begin_inset Index
29185 status collapsed
29186
29187 \begin_layout Plain Layout
29188 Befehle ! S ! 
29189 \backslash
29190 split
29191 \end_layout
29192
29193 \end_inset
29194
29195  ein.
29196  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29197  jedoch darf sie nur zwei Spalten enthalten.
29198 \end_layout
29199
29200 \begin_layout Subsection
29201 Text in mehrzeiligen Formeln
29202 \begin_inset CommandInset label
29203 LatexCommand label
29204 name "sub:Text-in-mehrzeiligen"
29205
29206 \end_inset
29207
29208
29209 \begin_inset Index
29210 status collapsed
29211
29212 \begin_layout Plain Layout
29213 Text ! in Formeln
29214 \end_layout
29215
29216 \end_inset
29217
29218
29219 \begin_inset Index
29220 status collapsed
29221
29222 \begin_layout Plain Layout
29223 Formel ! mehrzeilige ! Text
29224 \end_layout
29225
29226 \end_inset
29227
29228
29229 \end_layout
29230
29231 \begin_layout Standard
29232 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29233  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29234  die Ausrichtung der Spalten nicht beeinflusst.
29235  Dazu wird der Befehl 
29236 \series bold
29237
29238 \backslash
29239 intertext
29240 \begin_inset Index
29241 status collapsed
29242
29243 \begin_layout Plain Layout
29244 Befehle ! I ! 
29245 \backslash
29246 intertext
29247 \end_layout
29248
29249 \end_inset
29250
29251
29252 \series default
29253  nach folgendem Schema benutzt:
29254 \end_layout
29255
29256 \begin_layout Standard
29257
29258 \series bold
29259
29260 \backslash
29261 intertext{Text}
29262 \end_layout
29263
29264 \begin_layout Standard
29265 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29266  werden kann.
29267  Weil LyX 
29268 \series bold
29269
29270 \backslash
29271 intertext
29272 \series default
29273  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29274  Text.
29275  
29276 \series bold
29277
29278 \backslash
29279 intertext
29280 \series default
29281  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29282  dieser Zeile.
29283  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29284 \begin_inset Formula \begin{align}
29285 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29286 \intertext{\text{Integrand ist symmetrisch zu $\phi=\pi$, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29287
29288 \end_inset
29289
29290
29291 \end_layout
29292
29293 \begin_layout Section
29294 Formelnummerierung
29295 \begin_inset Index
29296 status collapsed
29297
29298 \begin_layout Plain Layout
29299 Formelnummerierung
29300 \end_layout
29301
29302 \end_inset
29303
29304
29305 \begin_inset Index
29306 status collapsed
29307
29308 \begin_layout Plain Layout
29309 Formel ! Nummerierung|see
29310 \begin_inset ERT
29311 status collapsed
29312
29313 \begin_layout Plain Layout
29314
29315 {
29316 \end_layout
29317
29318 \end_inset
29319
29320 Formelnummerierung
29321 \begin_inset ERT
29322 status collapsed
29323
29324 \begin_layout Plain Layout
29325
29326 }
29327 \end_layout
29328
29329 \end_inset
29330
29331
29332 \end_layout
29333
29334 \end_inset
29335
29336
29337 \end_layout
29338
29339 \begin_layout Subsection
29340 Allgemeines
29341 \end_layout
29342
29343 \begin_layout Standard
29344 Nummerierte Formeln können mit dem Menü 
29345 \family sans
29346 Einfügen\SpecialChar \menuseparator
29347 Mathe\SpecialChar \menuseparator
29348 Nummerierte
29349 \begin_inset space ~
29350 \end_inset
29351
29352 Formel
29353 \family default
29354  (Tastenkürzel 
29355 \family sans
29356 Strg-Alt
29357 \begin_inset space ~
29358 \end_inset
29359
29360 n
29361 \family default
29362 ) erstellt, bestehende Formeln über das Menü 
29363 \family sans
29364 Bearbeiten\SpecialChar \menuseparator
29365 Mathe\SpecialChar \menuseparator
29366 Nummerierung
29367 \begin_inset space ~
29368 \end_inset
29369
29370 an/aus
29371 \family default
29372  (Tastenkürzel 
29373 \family sans
29374 Alt-m
29375 \begin_inset space ~
29376 \end_inset
29377
29378 n
29379 \family default
29380 ) nummeriert werden.
29381  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29382  Klammern.
29383  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29384 \end_layout
29385
29386 \begin_layout Standard
29387 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29388  Zeilen nummeriert.
29389  Man kann jedoch über das Menü 
29390 \family sans
29391 Bearbeiten\SpecialChar \menuseparator
29392 Mathe\SpecialChar \menuseparator
29393 Zeilennummerierung an/aus
29394 \family default
29395  (Tastenkürzel 
29396 \family sans
29397 Alt-m
29398 \begin_inset space ~
29399 \end_inset
29400
29401 N
29402 \family default
29403 ) für jede Zeile die Nummerierung festlegen.
29404 \end_layout
29405
29406 \begin_layout Standard
29407 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29408  werden, siehe 
29409 \begin_inset CommandInset ref
29410 LatexCommand ref
29411 reference "sec:Formelstile"
29412
29413 \end_inset
29414
29415 .
29416 \end_layout
29417
29418 \begin_layout Subsection
29419 Querverweise
29420 \begin_inset Index
29421 status collapsed
29422
29423 \begin_layout Plain Layout
29424 Querverweise ! auf Formeln
29425 \end_layout
29426
29427 \end_inset
29428
29429
29430 \end_layout
29431
29432 \begin_layout Standard
29433 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29434  Eine Marke wird mit dem Menü 
29435 \family sans
29436 Einfügen\SpecialChar \menuseparator
29437 Marke
29438 \family default
29439  oder dem Werkzeugleistenknopf 
29440 \begin_inset Graphics
29441         filename ../../images/label-insert.png
29442         scale 85
29443
29444 \end_inset
29445
29446  gesetzt.
29447  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29448  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29449 \series bold
29450 eq:
29451 \series default
29452 , nachdem der eigentliche Markenname eingegeben wird.
29453  Der voreingestellte Eintrag steht für 
29454 \begin_inset Quotes gld
29455 \end_inset
29456
29457 equation
29458 \begin_inset Quotes grd
29459 \end_inset
29460
29461  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29462  einer Formel und nicht zu einem Kapitel gehört.
29463  Um eine Marke zu ändern, wählt man wieder das Menü 
29464 \family sans
29465 Einfügen\SpecialChar \menuseparator
29466 Marke
29467 \family default
29468 .
29469 \end_layout
29470
29471 \begin_layout Standard
29472 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29473  Eine Formel mit Marke wird immer nummeriert.
29474 \end_layout
29475
29476 \begin_layout Standard
29477 Querverweise werden mit dem Menü 
29478 \family sans
29479 Einfügen\SpecialChar \menuseparator
29480 Querverweis
29481 \family default
29482  oder dem Werkzeugleistenknopf 
29483 \begin_inset Graphics
29484         filename ../../images/dialog-show-new-inset_ref.png
29485         scale 85
29486
29487 \end_inset
29488
29489  eingefügt.
29490  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29491  Wenn man im Querverweis Dialogfenster das Format 
29492 \series bold
29493 (<Querverweis>)
29494 \series default
29495  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29496 \begin_inset Newline newline
29497 \end_inset
29498
29499 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29500  man zur Formel auf die verwiesen wird.
29501 \end_layout
29502
29503 \begin_layout Standard
29504 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29505 \begin_inset Note Note
29506 status open
29507
29508 \begin_layout Plain Layout
29509 Man beachte die unterschiedlichen Querverweistypen.
29510 \end_layout
29511
29512 \end_inset
29513
29514
29515 \end_layout
29516
29517 \begin_layout Standard
29518 Die Gleichungen 
29519 \begin_inset CommandInset ref
29520 LatexCommand eqref
29521 reference "eq:tag"
29522
29523 \end_inset
29524
29525  und 
29526 \begin_inset CommandInset ref
29527 LatexCommand eqref
29528 reference "eq:c"
29529
29530 \end_inset
29531
29532  sind äquivalent.
29533  In (
29534 \begin_inset CommandInset ref
29535 LatexCommand ref
29536 reference "eq:Lat"
29537
29538 \end_inset
29539
29540 ) werden im Gegensatz zu (
29541 \begin_inset CommandInset ref
29542 LatexCommand ref
29543 reference "eq:Roem"
29544
29545 \end_inset
29546
29547 ) große lateinische Buchstaben zur Nummerierung verwendet.
29548 \end_layout
29549
29550 \begin_layout Standard
29551 \begin_inset VSpace medskip
29552 \end_inset
29553
29554 Ist im Argument von 
29555 \series bold
29556
29557 \backslash
29558 tag
29559 \begin_inset Foot
29560 status collapsed
29561
29562 \begin_layout Plain Layout
29563
29564 \series bold
29565
29566 \backslash
29567 tag
29568 \series default
29569  ist in 
29570 \begin_inset CommandInset ref
29571 LatexCommand ref
29572 reference "sub:Benutzerdefinierte-Nummerierung"
29573
29574 \end_inset
29575
29576  beschrieben.
29577 \end_layout
29578
29579 \end_inset
29580
29581
29582 \series default
29583  wie in 
29584 \begin_inset CommandInset ref
29585 LatexCommand ref
29586 reference "sub:Absatzboxen"
29587
29588 \end_inset
29589
29590  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
29591 \end_layout
29592
29593 \begin_layout Subsection
29594 Unternummerierung
29595 \begin_inset Index
29596 status collapsed
29597
29598 \begin_layout Plain Layout
29599 Formelnummerierung ! Unternummerierung
29600 \end_layout
29601
29602 \end_inset
29603
29604
29605 \end_layout
29606
29607 \begin_layout Standard
29608 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
29609  
29610 \begin_inset Newline newline
29611 \end_inset
29612
29613
29614 \series bold
29615
29616 \backslash
29617 begin{subequations}
29618 \series default
29619  und 
29620 \series bold
29621
29622 \backslash
29623 end{subequations}
29624 \series default
29625  erreichen.
29626  Beide Befehle werden im TeX-Modus eingegeben.
29627 \end_layout
29628
29629 \begin_layout Standard
29630 Dazu ein Beispiel:
29631 \begin_inset Formula \begin{equation}
29632 A=C-B\label{eq:a}\end{equation}
29633
29634 \end_inset
29635
29636
29637 \begin_inset ERT
29638 status collapsed
29639
29640 \begin_layout Plain Layout
29641
29642
29643 \backslash
29644 addtocounter{equation}{-1}
29645 \end_layout
29646
29647 \end_inset
29648
29649
29650 \begin_inset ERT
29651 status collapsed
29652
29653 \begin_layout Plain Layout
29654
29655
29656 \backslash
29657 begin{subequations}
29658 \end_layout
29659
29660 \end_inset
29661
29662
29663 \begin_inset VSpace -5mm
29664 \end_inset
29665
29666
29667 \begin_inset Formula \begin{equation}
29668 B=C-A\label{eq:b}\end{equation}
29669
29670 \end_inset
29671
29672
29673 \begin_inset Formula \begin{equation}
29674 C=A+B\label{eq:c}\end{equation}
29675
29676 \end_inset
29677
29678
29679 \end_layout
29680
29681 \begin_layout Standard
29682 \begin_inset ERT
29683 status collapsed
29684
29685 \begin_layout Plain Layout
29686
29687
29688 \backslash
29689 end{subequations}
29690 \end_layout
29691
29692 \end_inset
29693
29694
29695 \end_layout
29696
29697 \begin_layout Standard
29698 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
29699 \end_layout
29700
29701 \begin_layout Enumerate
29702 erste Formel eingeben
29703 \end_layout
29704
29705 \begin_layout Enumerate
29706
29707 \series bold
29708
29709 \backslash
29710 addtocounter{equation}{-1} 
29711 \backslash
29712 begin{subequations}
29713 \begin_inset Index
29714 status collapsed
29715
29716 \begin_layout Plain Layout
29717 Befehle ! A ! 
29718 \backslash
29719 addtocounter
29720 \end_layout
29721
29722 \end_inset
29723
29724
29725 \begin_inset Newline newline
29726 \end_inset
29727
29728
29729 \series default
29730 nach der ersten Formel einfügen
29731 \end_layout
29732
29733 \begin_layout Enumerate
29734 zweite Formel eingeben
29735 \end_layout
29736
29737 \begin_layout Enumerate
29738 dritte Formel eingeben
29739 \end_layout
29740
29741 \begin_layout Enumerate
29742
29743 \series bold
29744
29745 \backslash
29746 end{subequations}
29747 \series default
29748  nach der dritten Formel einfügen
29749 \end_layout
29750
29751 \begin_layout Standard
29752 Jede Formel, die zwischen den Befehlen 
29753 \series bold
29754
29755 \backslash
29756 begin
29757 \series default
29758  und 
29759 \series bold
29760
29761 \backslash
29762 end
29763 \series default
29764  steht, wird mit a, b, c, \SpecialChar \ldots{}
29765  untergliedert.
29766  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
29767  Alle untergliederten Formeln gelten als 
29768 \emph on
29769 eine
29770 \emph default
29771  nummerierte Formel.
29772  Da jede nummerierte Formel den Formelzähler 
29773 \series bold
29774 equation
29775 \series default
29776  um Eins erhöht, ist der Befehl 
29777 \series bold
29778
29779 \backslash
29780 addtocounter
29781 \series default
29782  notwendig um den Zähler wieder zu erniedrigen.
29783  Ansonsten würden die Formeln 
29784 \begin_inset CommandInset ref
29785 LatexCommand eqref
29786 reference "eq:a"
29787
29788 \end_inset
29789
29790
29791 \begin_inset CommandInset ref
29792 LatexCommand eqref
29793 reference "eq:b"
29794
29795 \end_inset
29796
29797
29798 \begin_inset CommandInset ref
29799 LatexCommand eqref
29800 reference "eq:c"
29801
29802 \end_inset
29803
29804  als 
29805 \begin_inset CommandInset ref
29806 LatexCommand eqref
29807 reference "eq:a"
29808
29809 \end_inset
29810
29811
29812 \begin_inset CommandInset ref
29813 LatexCommand eqref
29814 reference "eq:d"
29815
29816 \end_inset
29817
29818
29819 \begin_inset CommandInset ref
29820 LatexCommand eqref
29821 reference "eq:f"
29822
29823 \end_inset
29824
29825  nummeriert werden.
29826 \end_layout
29827
29828 \begin_layout Standard
29829 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
29830  Formeln automatisch etwas Leerraum erstellt.
29831  Um dies rückgängig zu machen, fügt man nach dem Befehl 
29832 \series bold
29833
29834 \backslash
29835 begin{subequations}
29836 \series default
29837  -5
29838 \begin_inset space \thinspace{}
29839 \end_inset
29840
29841 mm vertikalen Leerraum ein.
29842  Ist der Formelstil 
29843 \series bold
29844 Eingerückt
29845 \begin_inset Foot
29846 status collapsed
29847
29848 \begin_layout Plain Layout
29849 Formelstile siehe 
29850 \begin_inset CommandInset ref
29851 LatexCommand ref
29852 reference "sec:Formelstile"
29853
29854 \end_inset
29855
29856
29857 \end_layout
29858
29859 \end_inset
29860
29861
29862 \series default
29863  gewählt, fügt man -7
29864 \begin_inset space \thinspace{}
29865 \end_inset
29866
29867 mm Leerraum ein.
29868 \end_layout
29869
29870 \begin_layout Standard
29871 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
29872  der zweiten Zeile abgeschaltet wurde:
29873 \begin_inset ERT
29874 status collapsed
29875
29876 \begin_layout Plain Layout
29877
29878
29879 \backslash
29880 begin{subequations}
29881 \end_layout
29882
29883 \end_inset
29884
29885
29886 \begin_inset Formula \begin{eqnarray}
29887 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29888  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29889  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29890
29891 \end_inset
29892
29893
29894 \begin_inset ERT
29895 status collapsed
29896
29897 \begin_layout Plain Layout
29898
29899
29900 \backslash
29901 end{subequations}
29902 \end_layout
29903
29904 \end_inset
29905
29906
29907 \end_layout
29908
29909 \begin_layout Subsection
29910 Benutzerdefinierte Nummerierung
29911 \begin_inset CommandInset label
29912 LatexCommand label
29913 name "sub:Benutzerdefinierte-Nummerierung"
29914
29915 \end_inset
29916
29917
29918 \begin_inset Index
29919 status collapsed
29920
29921 \begin_layout Plain Layout
29922 Formelnummerierung ! benutzerdefinierte
29923 \end_layout
29924
29925 \end_inset
29926
29927
29928 \end_layout
29929
29930 \begin_layout Standard
29931 \begin_inset Index
29932 status collapsed
29933
29934 \begin_layout Plain Layout
29935 Formelnummerierung ! eigene Klammern
29936 \end_layout
29937
29938 \end_inset
29939
29940 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
29941  gesetzt.
29942  Will man diese Klammern z.
29943 \begin_inset space \thinspace{}
29944 \end_inset
29945
29946 B.
29947  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
29948  an:
29949 \end_layout
29950
29951 \begin_layout Standard
29952
29953 \series bold
29954
29955 \backslash
29956 def
29957 \backslash
29958 tagform@#1{
29959 \backslash
29960 maketag@@@{|#1|}}
29961 \series default
29962
29963 \begin_inset Note Note
29964 status collapsed
29965
29966 \begin_layout Plain Layout
29967 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
29968  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
29969  werden.
29970 \end_layout
29971
29972 \end_inset
29973
29974
29975 \end_layout
29976
29977 \begin_layout Standard
29978 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
29979 \series bold
29980 #1
29981 \series default
29982  durch ein oder mehrere gewünschte Zeichen.
29983  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
29984 \end_layout
29985
29986 \begin_layout Standard
29987 \begin_inset VSpace bigskip
29988 \end_inset
29989
29990 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
29991  hinter der Formel stehen, benutzt man den Befehl 
29992 \series bold
29993
29994 \backslash
29995 tag
29996 \series default
29997
29998 \begin_inset Index
29999 status collapsed
30000
30001 \begin_layout Plain Layout
30002 Befehle ! T ! 
30003 \backslash
30004 tag
30005 \end_layout
30006
30007 \end_inset
30008
30009 :
30010 \begin_inset Formula \begin{equation}
30011 A+B=C\tag{etwas}\label{eq:tag}\end{equation}
30012
30013 \end_inset
30014
30015  In diesem Beispiel wurde in der Formel der Befehl 
30016 \series bold
30017
30018 \backslash
30019 tag
30020 \series default
30021
30022 \begin_inset ERT
30023 status collapsed
30024
30025 \begin_layout Plain Layout
30026
30027
30028 \backslash
30029 leer 
30030 \end_layout
30031
30032 \end_inset
30033
30034
30035 \series bold
30036 etwas
30037 \series default
30038  eingegeben.
30039 \end_layout
30040
30041 \begin_layout Standard
30042 Gibt man stattdessen 
30043 \series bold
30044
30045 \backslash
30046 tag*
30047 \series default
30048
30049 \begin_inset ERT
30050 status collapsed
30051
30052 \begin_layout Plain Layout
30053
30054
30055 \backslash
30056 leer 
30057 \end_layout
30058
30059 \end_inset
30060
30061
30062 \series bold
30063 etwas
30064 \series default
30065  ein, verhindert der Stern die Klammern um den Ausdruck:
30066 \begin_inset Formula \[
30067 A+B=C\tag*{etwas}\]
30068
30069 \end_inset
30070
30071
30072 \end_layout
30073
30074 \begin_layout Standard
30075 \begin_inset VSpace bigskip
30076 \end_inset
30077
30078 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30079  oder 
30080 \begin_inset ERT
30081 status collapsed
30082
30083 \begin_layout Plain Layout
30084
30085
30086 \backslash
30087 mbox{
30088 \end_layout
30089
30090 \end_inset
30091
30092 -abschnitt
30093 \begin_inset ERT
30094 status collapsed
30095
30096 \begin_layout Plain Layout
30097
30098 }
30099 \end_layout
30100
30101 \end_inset
30102
30103
30104 \begin_inset Note Note
30105 status collapsed
30106
30107 \begin_layout Plain Layout
30108 Der Befehl 
30109 \series bold
30110
30111 \backslash
30112 mbox
30113 \series default
30114  verhindert, dass am Bindestrich umgebrochen wird.
30115 \end_layout
30116
30117 \end_inset
30118
30119  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30120 \end_layout
30121
30122 \begin_layout Standard
30123
30124 \series bold
30125
30126 \backslash
30127 @addtoreset{equation}{part}
30128 \series default
30129
30130 \begin_inset Index
30131 status collapsed
30132
30133 \begin_layout Plain Layout
30134 Befehle ! 
30135 \begin_inset ERT
30136 status collapsed
30137
30138 \begin_layout Plain Layout
30139
30140 "
30141 \end_layout
30142
30143 \end_inset
30144
30145 @
30146 \begin_inset ERT
30147 status collapsed
30148
30149 \begin_layout Plain Layout
30150
30151 "
30152 \end_layout
30153
30154 \end_inset
30155
30156  ! 
30157 \backslash
30158
30159 \begin_inset ERT
30160 status collapsed
30161
30162 \begin_layout Plain Layout
30163
30164 "
30165 \end_layout
30166
30167 \end_inset
30168
30169 @
30170 \begin_inset ERT
30171 status collapsed
30172
30173 \begin_layout Plain Layout
30174
30175 "
30176 \end_layout
30177
30178 \end_inset
30179
30180 addtoreset
30181 \end_layout
30182
30183 \end_inset
30184
30185
30186 \begin_inset Newline newline
30187 \end_inset
30188
30189 bzw.
30190 \begin_inset Newline newline
30191 \end_inset
30192
30193
30194 \series bold
30195
30196 \backslash
30197 @addtoreset{equation}{section}
30198 \end_layout
30199
30200 \begin_layout Standard
30201 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30202 \begin_inset Quotes gld
30203 \end_inset
30204
30205 @
30206 \begin_inset Quotes grd
30207 \end_inset
30208
30209  Zeichen für LaTeX mit dem Befehl 
30210 \series bold
30211
30212 \backslash
30213 makeatletter
30214 \series default
30215  
30216 \begin_inset Quotes gld
30217 \end_inset
30218
30219 aktiv
30220 \begin_inset Quotes grd
30221 \end_inset
30222
30223  gemacht werden.
30224  Der Befehl 
30225 \series bold
30226
30227 \backslash
30228 makeatother
30229 \series default
30230  macht dies wieder rückgängig.
30231  Daher ist die Befehlssequenz im TeX-Modus:
30232 \end_layout
30233
30234 \begin_layout Standard
30235
30236 \series bold
30237
30238 \backslash
30239 makeatletter
30240 \begin_inset Newline newline
30241 \end_inset
30242
30243
30244 \backslash
30245 @addtoreset{equation}{section}
30246 \begin_inset Newline newline
30247 \end_inset
30248
30249
30250 \backslash
30251 makeatother
30252 \end_layout
30253
30254 \begin_layout Standard
30255 Im LaTeX-Vorspann können 
30256 \series bold
30257
30258 \backslash
30259 makeatletter
30260 \series default
30261  und 
30262 \series bold
30263
30264 \backslash
30265 makeatother
30266 \series default
30267  weggelassen werden, da LyX sie automatisch intern einfügt.
30268 \end_layout
30269
30270 \begin_layout Standard
30271 Um 
30272 \series bold
30273
30274 \backslash
30275 @addtoreset
30276 \series default
30277  rückgängig zu machen, muss die Datei 
30278 \series bold
30279 remreset.sty
30280 \series default
30281
30282 \begin_inset Foot
30283 status collapsed
30284
30285 \begin_layout Plain Layout
30286
30287 \series bold
30288 remreset
30289 \series default
30290  ist Teil des LaTeX-Paketes 
30291 \series bold
30292 carlisle
30293 \series default
30294
30295 \begin_inset Index
30296 status collapsed
30297
30298 \begin_layout Plain Layout
30299 Pakete ! carlisle
30300 \end_layout
30301
30302 \end_inset
30303
30304 , das Teil jeder LaTeX-Standardinstallation ist.
30305 \end_layout
30306
30307 \end_inset
30308
30309
30310 \begin_inset Index
30311 status collapsed
30312
30313 \begin_layout Plain Layout
30314 Pakete ! remreset
30315 \end_layout
30316
30317 \end_inset
30318
30319  im LaTeX-Vorspann mit der Zeile
30320 \end_layout
30321
30322 \begin_layout Standard
30323
30324 \series bold
30325
30326 \backslash
30327 usepackage{remreset}
30328 \end_layout
30329
30330 \begin_layout Standard
30331 geladen werden.
30332  Dann kann der Befehl 
30333 \series bold
30334
30335 \backslash
30336 @removefromreset
30337 \series default
30338
30339 \begin_inset Index
30340 status collapsed
30341
30342 \begin_layout Plain Layout
30343 Befehle ! 
30344 \begin_inset ERT
30345 status collapsed
30346
30347 \begin_layout Plain Layout
30348
30349 "
30350 \end_layout
30351
30352 \end_inset
30353
30354 @
30355 \begin_inset ERT
30356 status collapsed
30357
30358 \begin_layout Plain Layout
30359
30360 "
30361 \end_layout
30362
30363 \end_inset
30364
30365  ! 
30366 \backslash
30367
30368 \begin_inset ERT
30369 status collapsed
30370
30371 \begin_layout Plain Layout
30372
30373 "
30374 \end_layout
30375
30376 \end_inset
30377
30378 @
30379 \begin_inset ERT
30380 status collapsed
30381
30382 \begin_layout Plain Layout
30383
30384 "
30385 \end_layout
30386
30387 \end_inset
30388
30389 removefromreset
30390 \end_layout
30391
30392 \end_inset
30393
30394  mit dem selben Schema wie 
30395 \series bold
30396
30397 \backslash
30398 @addtoreset
30399 \series default
30400  benutzt werden.
30401 \end_layout
30402
30403 \begin_layout Standard
30404 \begin_inset VSpace bigskip
30405 \end_inset
30406
30407 Oftmals möchte man Formeln in folgender Art nummerieren:
30408 \end_layout
30409
30410 \begin_layout Standard
30411
30412 \family typewriter
30413 (Kapitelnummer.Formelnummer)
30414 \end_layout
30415
30416 \begin_layout Standard
30417 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30418 \end_layout
30419
30420 \begin_layout Standard
30421 Für diesen Fall gibt es den Befehl 
30422 \series bold
30423
30424 \backslash
30425 numberwithin
30426 \series default
30427
30428 \begin_inset Index
30429 status collapsed
30430
30431 \begin_layout Plain Layout
30432 Befehle ! N ! 
30433 \backslash
30434 numberwithin
30435 \end_layout
30436
30437 \end_inset
30438
30439 , der nach folgendem Schema benutzt wird:
30440 \end_layout
30441
30442 \begin_layout Standard
30443
30444 \series bold
30445
30446 \backslash
30447 numberwithin{Zähler}{Gliederung}
30448 \end_layout
30449
30450 \begin_layout Standard
30451 Zähler gibt an, welche Nummerierung betroffen ist.
30452  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30453 \end_layout
30454
30455 \begin_layout Standard
30456 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder ERT-zeile
30457  ein:
30458 \end_layout
30459
30460 \begin_layout Standard
30461
30462 \series bold
30463
30464 \backslash
30465 numberwithin{equation}{section}
30466 \end_layout
30467
30468 \begin_layout Standard
30469 Das ist das Ergebnis:
30470 \begin_inset ERT
30471 status collapsed
30472
30473 \begin_layout Plain Layout
30474
30475
30476 \backslash
30477 numberwithin{equation}{section}
30478 \end_layout
30479
30480 \end_inset
30481
30482
30483 \begin_inset Formula \begin{equation}
30484 A+B=C\end{equation}
30485
30486 \end_inset
30487
30488
30489 \end_layout
30490
30491 \begin_layout Standard
30492 Möchte man z.
30493 \begin_inset space \thinspace{}
30494 \end_inset
30495
30496 B.
30497  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
30498  gibt man 
30499 \series bold
30500
30501 \backslash
30502 numberwithin{table}{part}
30503 \series default
30504  ein.
30505 \end_layout
30506
30507 \begin_layout Standard
30508 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
30509 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
30510  folgenden Befehl als ERT oder als LaTeX-Vorspannzeile ein:
30511 \end_layout
30512
30513 \begin_layout Standard
30514
30515 \series bold
30516
30517 \backslash
30518 renewcommand{
30519 \backslash
30520 theequation}{
30521 \backslash
30522 arabic{equation}}
30523 \begin_inset Index
30524 status collapsed
30525
30526 \begin_layout Plain Layout
30527 Befehle ! A ! 
30528 \backslash
30529 arabic
30530 \end_layout
30531
30532 \end_inset
30533
30534
30535 \series default
30536
30537 \begin_inset ERT
30538 status collapsed
30539
30540 \begin_layout Plain Layout
30541
30542
30543 \backslash
30544 renewcommand{
30545 \backslash
30546 theequation}{
30547 \backslash
30548 arabic{equation}}
30549 \end_layout
30550
30551 \end_inset
30552
30553
30554 \series bold
30555
30556 \begin_inset Newline newline
30557 \end_inset
30558
30559
30560 \series default
30561 bzw.
30562 \series bold
30563
30564 \begin_inset Newline newline
30565 \end_inset
30566
30567
30568 \backslash
30569 renewcommand{
30570 \backslash
30571 thetable}{
30572 \backslash
30573 arabic{table}}
30574 \end_layout
30575
30576 \begin_layout Standard
30577
30578 \series bold
30579
30580 \backslash
30581 numberwithin
30582 \series default
30583  benutzt intern den oben beschriebenen Befehl 
30584 \series bold
30585
30586 \backslash
30587 @addtoreset
30588 \series default
30589 , der ebenfalls rückgängig gemacht werden muss.
30590 \begin_inset ERT
30591 status collapsed
30592
30593 \begin_layout Plain Layout
30594
30595
30596 \backslash
30597 makeatletter
30598 \end_layout
30599
30600 \begin_layout Plain Layout
30601
30602
30603 \backslash
30604 @removefromreset{equation}{section}
30605 \end_layout
30606
30607 \begin_layout Plain Layout
30608
30609
30610 \backslash
30611 makeatother
30612 \end_layout
30613
30614 \end_inset
30615
30616
30617 \end_layout
30618
30619 \begin_layout Subsection
30620 Nummerierung mit römischen Zahlen und Buchstaben
30621 \begin_inset Index
30622 status collapsed
30623
30624 \begin_layout Plain Layout
30625 Formelnummerierung ! mit Buchstaben
30626 \end_layout
30627
30628 \end_inset
30629
30630
30631 \begin_inset Index
30632 status collapsed
30633
30634 \begin_layout Plain Layout
30635 Formelnummerierung ! mit römischen Zahlen
30636 \end_layout
30637
30638 \end_inset
30639
30640
30641 \end_layout
30642
30643 \begin_layout Standard
30644 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
30645  werden.
30646  Um z.
30647 \begin_inset space \thinspace{}
30648 \end_inset
30649
30650 B.
30651  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
30652  TeX-Modus den Befehl
30653 \end_layout
30654
30655 \begin_layout Standard
30656
30657 \series bold
30658
30659 \backslash
30660 renewcommand{
30661 \backslash
30662 theequation}{
30663 \backslash
30664 roman{equation}}
30665 \end_layout
30666
30667 \begin_layout Standard
30668 ein.
30669  
30670 \series bold
30671
30672 \backslash
30673 renewcommand
30674 \series default
30675
30676 \begin_inset Index
30677 status collapsed
30678
30679 \begin_layout Plain Layout
30680 Befehle ! R ! 
30681 \backslash
30682 renewcommand
30683 \end_layout
30684
30685 \end_inset
30686
30687  weist dem vordefinierten Befehl 
30688 \series bold
30689
30690 \backslash
30691 theequation
30692 \series default
30693  den Befehl
30694 \begin_inset Newline linebreak
30695 \end_inset
30696
30697
30698 \series bold
30699
30700 \backslash
30701 roman{equation}
30702 \series default
30703  zu.
30704 \begin_inset Foot
30705 status collapsed
30706
30707 \begin_layout Plain Layout
30708 Der Befehl 
30709 \series bold
30710
30711 \backslash
30712 renewcommand
30713 \series default
30714  besitzt dasselbe Schema wie der in 
30715 \begin_inset CommandInset ref
30716 LatexCommand ref
30717 reference "sub:Der-Befehl-newcommand"
30718
30719 \end_inset
30720
30721  beschriebene Befehl
30722 \begin_inset Newline newline
30723 \end_inset
30724
30725
30726 \series bold
30727
30728 \backslash
30729 newcommand
30730 \series default
30731 .
30732 \end_layout
30733
30734 \end_inset
30735
30736  
30737 \series bold
30738 equation
30739 \series default
30740  ist der Formelzähler.
30741  Stellt man einem Zähler den Befehl 
30742 \series bold
30743
30744 \backslash
30745 the
30746 \series default
30747  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
30748  wird.
30749  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
30750  
30751 \series bold
30752
30753 \backslash
30754 theequation
30755 \series default
30756  hinter die Formel.
30757  
30758 \series bold
30759
30760 \backslash
30761 roman{equation}
30762 \begin_inset Index
30763 status collapsed
30764
30765 \begin_layout Plain Layout
30766 Befehle ! R ! 
30767 \backslash
30768 roman
30769 \end_layout
30770
30771 \end_inset
30772
30773
30774 \series default
30775  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
30776 \end_layout
30777
30778 \begin_layout Standard
30779 Alle Formeln nach dem 
30780 \series bold
30781
30782 \backslash
30783 renewcommand
30784 \series default
30785 -Befehl werden nun römisch nummeriert.
30786  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
30787  den Befehl erneut ein, ersetzt aber 
30788 \series bold
30789
30790 \backslash
30791 roman
30792 \series default
30793  durch 
30794 \series bold
30795
30796 \backslash
30797 Roman
30798 \series default
30799
30800 \begin_inset Index
30801 status collapsed
30802
30803 \begin_layout Plain Layout
30804 Befehle ! R ! 
30805 \backslash
30806 roman@
30807 \backslash
30808 Roman
30809 \end_layout
30810
30811 \end_inset
30812
30813 .
30814  Für die 
30815 \begin_inset Quotes gld
30816 \end_inset
30817
30818 Nummerierung
30819 \begin_inset Quotes grd
30820 \end_inset
30821
30822  mit lateinischen Buchstaben gibt es den Befehl 
30823 \series bold
30824
30825 \backslash
30826 alph
30827 \series default
30828
30829 \begin_inset Index
30830 status collapsed
30831
30832 \begin_layout Plain Layout
30833 Befehle ! A ! 
30834 \backslash
30835 alph
30836 \end_layout
30837
30838 \end_inset
30839
30840  für kleine und 
30841 \series bold
30842
30843 \backslash
30844 Alph
30845 \series default
30846
30847 \begin_inset Index
30848 status collapsed
30849
30850 \begin_layout Plain Layout
30851 Befehle ! A ! 
30852 \backslash
30853 alph@
30854 \backslash
30855 Alph
30856 \end_layout
30857
30858 \end_inset
30859
30860  für große Buchstaben.
30861 \end_layout
30862
30863 \begin_layout Standard
30864 \begin_inset Note Greyedout
30865 status open
30866
30867 \begin_layout Plain Layout
30868
30869 \series bold
30870 Achtung:
30871 \series default
30872  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
30873  nummeriert werden.
30874 \end_layout
30875
30876 \end_inset
30877
30878
30879 \end_layout
30880
30881 \begin_layout Standard
30882 \begin_inset ERT
30883 status collapsed
30884
30885 \begin_layout Plain Layout
30886
30887
30888 \backslash
30889 renewcommand{
30890 \backslash
30891 theequation}{
30892 \backslash
30893 roman{equation}}
30894 \end_layout
30895
30896 \end_inset
30897
30898
30899 \end_layout
30900
30901 \begin_layout Standard
30902 \begin_inset Formula \begin{equation}
30903 A=\textrm{römisch}\label{eq:roem}\end{equation}
30904
30905 \end_inset
30906
30907
30908 \begin_inset ERT
30909 status collapsed
30910
30911 \begin_layout Plain Layout
30912
30913
30914 \backslash
30915 renewcommand{
30916 \backslash
30917 theequation}{
30918 \backslash
30919 Roman{equation}}
30920 \end_layout
30921
30922 \end_inset
30923
30924
30925 \begin_inset Formula \begin{equation}
30926 B=\textrm{Römisch}\label{eq:Roem}\end{equation}
30927
30928 \end_inset
30929
30930
30931 \begin_inset ERT
30932 status collapsed
30933
30934 \begin_layout Plain Layout
30935
30936
30937 \backslash
30938 renewcommand{
30939 \backslash
30940 theequation}{
30941 \backslash
30942 alph{equation}}
30943 \end_layout
30944
30945 \end_inset
30946
30947
30948 \begin_inset Formula \begin{equation}
30949 C=\textrm{lateinisch}\label{eq:lat}\end{equation}
30950
30951 \end_inset
30952
30953
30954 \begin_inset ERT
30955 status collapsed
30956
30957 \begin_layout Plain Layout
30958
30959
30960 \backslash
30961 renewcommand{
30962 \backslash
30963 theequation}{
30964 \backslash
30965 Alph{equation}}
30966 \end_layout
30967
30968 \end_inset
30969
30970
30971 \begin_inset Formula \begin{equation}
30972 D=\textrm{Lateinisch}\label{eq:Lat}\end{equation}
30973
30974 \end_inset
30975
30976
30977 \end_layout
30978
30979 \begin_layout Standard
30980 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
30981  ein:
30982 \end_layout
30983
30984 \begin_layout Standard
30985
30986 \series bold
30987
30988 \backslash
30989 renewcommand{
30990 \backslash
30991 theequation}{
30992 \backslash
30993 arabic{equation}}
30994 \begin_inset Index
30995 status collapsed
30996
30997 \begin_layout Plain Layout
30998 Befehle ! A ! 
30999 \backslash
31000 arabic
31001 \end_layout
31002
31003 \end_inset
31004
31005
31006 \end_layout
31007
31008 \begin_layout Standard
31009 \begin_inset ERT
31010 status collapsed
31011
31012 \begin_layout Plain Layout
31013
31014
31015 \backslash
31016 renewcommand{
31017 \backslash
31018 theequation}{
31019 \backslash
31020 arabic{equation}}
31021 \end_layout
31022
31023 \end_inset
31024
31025
31026 \begin_inset Formula \begin{equation}
31027 E=\textrm{arabisch}\label{eq:arab}\end{equation}
31028
31029 \end_inset
31030
31031
31032 \end_layout
31033
31034 \begin_layout Standard
31035 \begin_inset VSpace medskip
31036 \end_inset
31037
31038 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31039 riert.
31040  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31041  beginnen, müssen neue Formelzähler angelegt werden.
31042  Eine Beschreibung dazu findet man in der Datei 
31043 \begin_inset CommandInset href
31044 LatexCommand href
31045 target "Formelnummerierung.lyx"
31046
31047 \end_inset
31048
31049 .
31050 \end_layout
31051
31052 \begin_layout Section
31053 Benutzerdefinierte Befehle
31054 \begin_inset CommandInset label
31055 LatexCommand label
31056 name "sec:Benutzerdefinierte-Befehle"
31057
31058 \end_inset
31059
31060
31061 \begin_inset Index
31062 status collapsed
31063
31064 \begin_layout Plain Layout
31065 benutzerdefinierte Befehle
31066 \end_layout
31067
31068 \end_inset
31069
31070
31071 \end_layout
31072
31073 \begin_layout Standard
31074 \begin_inset Note Greyedout
31075 status open
31076
31077 \begin_layout Plain Layout
31078
31079 \series bold
31080 Achtung: 
31081 \series default
31082 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
31083 n Buchstaben bestehen.
31084 \end_layout
31085
31086 \end_inset
31087
31088
31089 \end_layout
31090
31091 \begin_layout Subsection
31092 Der Befehl 
31093 \backslash
31094 newcommand
31095 \begin_inset CommandInset label
31096 LatexCommand label
31097 name "sub:Der-Befehl-newcommand"
31098
31099 \end_inset
31100
31101
31102 \begin_inset Index
31103 status collapsed
31104
31105 \begin_layout Plain Layout
31106 benutzerdefinierte Befehle ! 
31107 \backslash
31108 newcommand
31109 \end_layout
31110
31111 \end_inset
31112
31113
31114 \begin_inset Index
31115 status collapsed
31116
31117 \begin_layout Plain Layout
31118 Befehle ! N ! 
31119 \backslash
31120 newcommand
31121 \end_layout
31122
31123 \end_inset
31124
31125
31126 \end_layout
31127
31128 \begin_layout Standard
31129 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
31130  Man kann sich aber mit dem Befehl 
31131 \series bold
31132
31133 \backslash
31134 newcommand
31135 \series default
31136  neue kürzere Befehle definieren.
31137 \end_layout
31138
31139 \begin_layout Standard
31140 Das Befehlsschema von 
31141 \series bold
31142
31143 \backslash
31144 newcommand
31145 \series default
31146  lautet:
31147 \end_layout
31148
31149 \begin_layout Standard
31150
31151 \series bold
31152
31153 \backslash
31154 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
31155 \series default
31156  
31157 \series bold
31158 Wert]
31159 \begin_inset Newline newline
31160 \end_inset
31161
31162
31163 \begin_inset ERT
31164 status collapsed
31165
31166 \begin_layout Plain Layout
31167
31168
31169 \backslash
31170 phantom{
31171 \end_layout
31172
31173 \end_inset
31174
31175
31176 \backslash
31177 newcommand
31178 \begin_inset ERT
31179 status collapsed
31180
31181 \begin_layout Plain Layout
31182
31183 }
31184 \end_layout
31185
31186 \end_inset
31187
31188 {Befehlsdefinition}
31189 \end_layout
31190
31191 \begin_layout Standard
31192 \begin_inset Note Greyedout
31193 status open
31194
31195 \begin_layout Plain Layout
31196
31197 \series bold
31198 Achtung:
31199 \series default
31200  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
31201  oder von benutzten LaTeX-Paketen verwendet wird.
31202  Definiert man beispielsweise für 
31203 \series bold
31204
31205 \backslash
31206 Leftarrow
31207 \series default
31208  den Befehl 
31209 \series bold
31210
31211 \backslash
31212 le
31213 \series default
31214 , erhält man eine Fehlermeldung, denn 
31215 \series bold
31216
31217 \backslash
31218 le
31219 \series default
31220  ist schon für 
31221 \begin_inset Quotes gld
31222 \end_inset
31223
31224
31225 \begin_inset Formula $\le$
31226 \end_inset
31227
31228
31229 \begin_inset Quotes grd
31230 \end_inset
31231
31232  definiert.
31233 \end_layout
31234
31235 \end_inset
31236
31237
31238 \end_layout
31239
31240 \begin_layout Standard
31241 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
31242 \begin_inset space \thinspace{}
31243 \end_inset
31244
31245 -
31246 \begin_inset space \thinspace{}
31247 \end_inset
31248
31249 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
31250  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
31251  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
31252 \emph on
31253 erste
31254 \emph default
31255  Argument des neuen Befehls ein optionales ist.
31256 \end_layout
31257
31258 \begin_layout Standard
31259 Es folgen einige Beispiele:
31260 \end_layout
31261
31262 \begin_layout Itemize
31263 Will man für 
31264 \series bold
31265
31266 \backslash
31267 Longrightarrow
31268 \series default
31269  den Befehl 
31270 \series bold
31271
31272 \backslash
31273 gr
31274 \series default
31275  definieren, lautet die LaTeX-Vor\SpecialChar \-
31276 spannzeile:
31277 \begin_inset VSpace medskip
31278 \end_inset
31279
31280
31281 \begin_inset Newline newline
31282 \end_inset
31283
31284
31285 \series bold
31286
31287 \backslash
31288 newcommand{
31289 \backslash
31290 gr}{
31291 \backslash
31292 Longrightarrow}
31293 \end_layout
31294
31295 \begin_layout Itemize
31296 Um für den Befehl 
31297 \series bold
31298
31299 \backslash
31300 underline
31301 \series default
31302  den Befehl 
31303 \series bold
31304
31305 \backslash
31306 us
31307 \series default
31308  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
31309  werden.
31310  Dazu sieht die Vorspannzeile wie folgt aus:
31311 \begin_inset VSpace medskip
31312 \end_inset
31313
31314
31315 \begin_inset Newline newline
31316 \end_inset
31317
31318
31319 \series bold
31320
31321 \backslash
31322 newcommand{
31323 \backslash
31324 us}[1]{
31325 \backslash
31326 underline{#1}}
31327 \series default
31328
31329 \begin_inset VSpace medskip
31330 \end_inset
31331
31332
31333 \begin_inset Newline newline
31334 \end_inset
31335
31336 Das Zeichen 
31337 \series bold
31338 #
31339 \series default
31340  fungiert als Argumentplatzhalter, die 
31341 \series bold
31342 1
31343 \series default
31344  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
31345 \end_layout
31346
31347 \begin_layout Itemize
31348 Für 
31349 \series bold
31350
31351 \backslash
31352 framebox
31353 \series default
31354  kann man z.
31355 \begin_inset space \thinspace{}
31356 \end_inset
31357
31358 B.
31359  den Befehl 
31360 \series bold
31361
31362 \backslash
31363 fb
31364 \series default
31365  definieren:
31366 \begin_inset VSpace medskip
31367 \end_inset
31368
31369
31370 \begin_inset Newline newline
31371 \end_inset
31372
31373
31374 \series bold
31375
31376 \backslash
31377 newcommand{
31378 \backslash
31379 fb}[3]{
31380 \backslash
31381 framebox#1#2{$#3$}}
31382 \series default
31383
31384 \begin_inset VSpace medskip
31385 \end_inset
31386
31387
31388 \begin_inset Newline newline
31389 \end_inset
31390
31391 Die beiden Dollarzeichen erstellen hierbei die für 
31392 \series bold
31393
31394 \backslash
31395 framebox
31396 \series default
31397  geforderte weitere Formel, siehe 
31398 \begin_inset CommandInset ref
31399 LatexCommand ref
31400 reference "sub:Boxen-mit-Rahmen"
31401
31402 \end_inset
31403
31404 .
31405 \end_layout
31406
31407 \begin_layout Itemize
31408 Um einen neuen Befehl für 
31409 \series bold
31410
31411 \backslash
31412 fcolorbox
31413 \series default
31414  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
31415  definiert man das Argument für die Farbe als optional:
31416 \begin_inset VSpace medskip
31417 \end_inset
31418
31419
31420 \begin_inset Newline newline
31421 \end_inset
31422
31423
31424 \series bold
31425
31426 \backslash
31427 newcommand{
31428 \backslash
31429 cb}[3][white]{
31430 \backslash
31431 fcolorbox{#2}{#1}{$#3$}}
31432 \series default
31433
31434 \begin_inset VSpace medskip
31435 \end_inset
31436
31437
31438 \begin_inset Newline newline
31439 \end_inset
31440
31441 Gibt man bei der Verwendung von 
31442 \series bold
31443
31444 \backslash
31445 cb
31446 \series default
31447  die Farbe nicht an, wird die voreingestellte Farbe 
31448 \series bold
31449 white
31450 \series default
31451  verwendet.
31452 \end_layout
31453
31454 \begin_layout Standard
31455 Ein Test der neu definierten Befehle:
31456 \end_layout
31457
31458 \begin_layout Standard
31459 \align center
31460 \begin_inset Tabular
31461 <lyxtabular version="3" rows="6" columns="2">
31462 <features>
31463 <column alignment="center" valignment="top" width="0">
31464 <column alignment="center" valignment="top" width="0">
31465 <row>
31466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31467 \begin_inset Text
31468
31469 \begin_layout Plain Layout
31470 Befehl
31471 \end_layout
31472
31473 \end_inset
31474 </cell>
31475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31476 \begin_inset Text
31477
31478 \begin_layout Plain Layout
31479 Ergebnis
31480 \begin_inset Note Note
31481 status collapsed
31482
31483 \begin_layout Plain Layout
31484
31485 \series bold
31486
31487 \backslash
31488 raisebox
31489 \series default
31490  dient nur als Abstandhalter.
31491 \end_layout
31492
31493 \end_inset
31494
31495
31496 \end_layout
31497
31498 \end_inset
31499 </cell>
31500 </row>
31501 <row>
31502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31503 \begin_inset Text
31504
31505 \begin_layout Plain Layout
31506 A
31507 \backslash
31508 gr
31509 \begin_inset ERT
31510 status collapsed
31511
31512 \begin_layout Plain Layout
31513
31514
31515 \backslash
31516 leer 
31517 \end_layout
31518
31519 \end_inset
31520
31521 B
31522 \end_layout
31523
31524 \end_inset
31525 </cell>
31526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31527 \begin_inset Text
31528
31529 \begin_layout Plain Layout
31530 \begin_inset Formula $A\gr B$
31531 \end_inset
31532
31533
31534 \end_layout
31535
31536 \end_inset
31537 </cell>
31538 </row>
31539 <row>
31540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31541 \begin_inset Text
31542
31543 \begin_layout Plain Layout
31544
31545 \backslash
31546 us{ABcd
31547 \end_layout
31548
31549 \end_inset
31550 </cell>
31551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31552 \begin_inset Text
31553
31554 \begin_layout Plain Layout
31555 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31556 \end_inset
31557
31558
31559 \end_layout
31560
31561 \end_inset
31562 </cell>
31563 </row>
31564 <row>
31565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31566 \begin_inset Text
31567
31568 \begin_layout Plain Layout
31569
31570 \backslash
31571 fb{[2cm]
31572 \begin_inset Formula $\to$
31573 \end_inset
31574
31575
31576 \backslash
31577 {
31578 \begin_inset Formula $\to$
31579 \end_inset
31580
31581
31582 \backslash
31583 {
31584 \backslash
31585 int
31586 \begin_inset ERT
31587 status collapsed
31588
31589 \begin_layout Plain Layout
31590
31591
31592 \backslash
31593 leer 
31594 \end_layout
31595
31596 \end_inset
31597
31598 A=B
31599 \end_layout
31600
31601 \end_inset
31602 </cell>
31603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31604 \begin_inset Text
31605
31606 \begin_layout Plain Layout
31607 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31608 \end_inset
31609
31610
31611 \end_layout
31612
31613 \end_inset
31614 </cell>
31615 </row>
31616 <row>
31617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31618 \begin_inset Text
31619
31620 \begin_layout Plain Layout
31621
31622 \backslash
31623 cb{red
31624 \begin_inset Formula $\to$
31625 \end_inset
31626
31627
31628 \backslash
31629 {
31630 \backslash
31631 int
31632 \begin_inset ERT
31633 status collapsed
31634
31635 \begin_layout Plain Layout
31636
31637
31638 \backslash
31639 leer 
31640 \end_layout
31641
31642 \end_inset
31643
31644 A=B
31645 \end_layout
31646
31647 \end_inset
31648 </cell>
31649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31650 \begin_inset Text
31651
31652 \begin_layout Plain Layout
31653 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31654 \end_inset
31655
31656
31657 \end_layout
31658
31659 \end_inset
31660 </cell>
31661 </row>
31662 <row>
31663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31664 \begin_inset Text
31665
31666 \begin_layout Plain Layout
31667
31668 \backslash
31669 cb[green]
31670 \backslash
31671 {red
31672 \begin_inset Formula $\to$
31673 \end_inset
31674
31675
31676 \backslash
31677 {
31678 \backslash
31679 int
31680 \begin_inset ERT
31681 status collapsed
31682
31683 \begin_layout Plain Layout
31684
31685
31686 \backslash
31687 leer 
31688 \end_layout
31689
31690 \end_inset
31691
31692 A=B
31693 \end_layout
31694
31695 \end_inset
31696 </cell>
31697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31698 \begin_inset Text
31699
31700 \begin_layout Plain Layout
31701 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31702 \end_inset
31703
31704
31705 \end_layout
31706
31707 \end_inset
31708 </cell>
31709 </row>
31710 </lyxtabular>
31711
31712 \end_inset
31713
31714
31715 \end_layout
31716
31717 \begin_layout Subsection
31718 Mathe-Makros
31719 \begin_inset Index
31720 status collapsed
31721
31722 \begin_layout Plain Layout
31723 benutzerdefinierte Befehle ! Mathe-Makros
31724 \end_layout
31725
31726 \end_inset
31727
31728
31729 \begin_inset Index
31730 status collapsed
31731
31732 \begin_layout Plain Layout
31733 Makros
31734 \end_layout
31735
31736 \end_inset
31737
31738
31739 \end_layout
31740
31741 \begin_layout Standard
31742 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
31743  Hat man es in einem Dokument z.
31744 \begin_inset space \thinspace{}
31745 \end_inset
31746
31747 B.
31748  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
31749  auf.
31750  Die allgemeine Form einer quadratischen Gleichung ist
31751 \begin_inset Formula \[
31752 0=\lambda^{2}+p\lambda+q\]
31753
31754 \end_inset
31755
31756 Die allgemeine Form der Lösung lautet
31757 \begin_inset Formula \[
31758 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
31759
31760 \end_inset
31761
31762
31763 \end_layout
31764
31765 \begin_layout Standard
31766 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
31767  drei Parameter 
31768 \begin_inset Formula $\lambda$
31769 \end_inset
31770
31771
31772 \begin_inset Formula $p$
31773 \end_inset
31774
31775  und 
31776 \begin_inset Formula $q$
31777 \end_inset
31778
31779  angegeben werden müssen und der Index von 
31780 \begin_inset Formula $\lambda$
31781 \end_inset
31782
31783  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
31784 \begin_inset Newline newline
31785 \end_inset
31786
31787
31788 \series bold
31789
31790 \backslash
31791 newcommand{
31792 \backslash
31793 qG}[4][1,
31794 \backslash
31795 ,2]{#2_{#1}=-
31796 \backslash
31797 frac{#3}{2}
31798 \backslash
31799 pm
31800 \begin_inset Newline newline
31801 \end_inset
31802
31803
31804 \begin_inset ERT
31805 status collapsed
31806
31807 \begin_layout Plain Layout
31808
31809
31810 \backslash
31811 hphantom{
31812 \end_layout
31813
31814 \end_inset
31815
31816
31817 \backslash
31818 newcommand
31819 \begin_inset ERT
31820 status collapsed
31821
31822 \begin_layout Plain Layout
31823
31824 }
31825 \end_layout
31826
31827 \end_inset
31828
31829
31830 \backslash
31831 sqrt{
31832 \backslash
31833 frac{#3^{2}}{4}-#4}}
31834 \end_layout
31835
31836 \begin_layout Standard
31837 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
31838  
31839 \begin_inset Newline newline
31840 \end_inset
31841
31842
31843 \series bold
31844
31845 \backslash
31846 qG{
31847 \backslash
31848 lambda
31849 \begin_inset Formula $\to$
31850 \end_inset
31851
31852
31853 \backslash
31854 {p
31855 \begin_inset Formula $\to$
31856 \end_inset
31857
31858
31859 \backslash
31860 {q 
31861 \series default
31862 ein.
31863 \end_layout
31864
31865 \begin_layout Standard
31866 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
31867  aller verwendeten LaTeX-Befehle kennen, z.
31868 \begin_inset space \thinspace{}
31869 \end_inset
31870
31871 B.
31872  dass ein Bruch in LaTeX mit 
31873 \series bold
31874
31875 \backslash
31876 frac{Zähler}
31877 \begin_inset Newline linebreak
31878 \end_inset
31879
31880 {Nenner}
31881 \series default
31882  eingegeben wird.
31883  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
31884  in LyX nicht sehen, was der neue Befehl macht.
31885  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
31886  Mathe-Makros statt den Befehl 
31887 \series bold
31888
31889 \backslash
31890 newcommand
31891 \series default
31892  zu verwenden.
31893 \end_layout
31894
31895 \begin_layout Standard
31896 \begin_inset ERT
31897 status collapsed
31898
31899 \begin_layout Plain Layout
31900
31901
31902 \backslash
31903 ifxargs 
31904 \end_layout
31905
31906 \end_inset
31907
31908
31909 \begin_inset Note Note
31910 status open
31911
31912 \begin_layout Plain Layout
31913 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
31914 \series bold
31915 xargs
31916 \series default
31917  installiert ist:
31918 \end_layout
31919
31920 \end_inset
31921
31922
31923 \end_layout
31924
31925 \begin_layout Standard
31926 Ein Mathe-Makro wird erstellt, indem man das Menü 
31927 \family sans
31928 Einfügen\SpecialChar \menuseparator
31929 Mathe\SpecialChar \menuseparator
31930 Makro
31931 \family default
31932  oder den Werkzeugleistenknopf 
31933 \begin_inset Graphics
31934         filename ../../images/math-macro_newmacroname_newcommand.png
31935         scale 85
31936
31937 \end_inset
31938
31939  verwendet.
31940  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
31941  Makro definiert wird:
31942 \begin_inset Newline newline
31943 \end_inset
31944
31945
31946 \lang english
31947
31948 \begin_inset space \hspace*{\fill}
31949 \end_inset
31950
31951
31952 \lang ngerman
31953
31954 \begin_inset Graphics
31955         filename ../clipart/macrobox.png
31956
31957 \end_inset
31958
31959
31960 \lang english
31961
31962 \begin_inset space \hspace*{\fill}
31963 \end_inset
31964
31965
31966 \lang ngerman
31967
31968 \begin_inset Newline newline
31969 \end_inset
31970
31971
31972 \begin_inset FormulaMacro
31973 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
31974 \end_inset
31975
31976
31977 \backslash
31978 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
31979  geändert werden sollte.
31980  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
31981  Einen Argumentplatzhalter fügt man mit dem Befehl 
31982 \series bold
31983
31984 \backslash
31985 #Argumentnummer
31986 \series default
31987  ein, z.
31988 \begin_inset space \thinspace{}
31989 \end_inset
31990
31991 B.
31992  
31993 \series bold
31994
31995 \backslash
31996 #1
31997 \series default
31998  oder man verwendet den Makro-Werkzeugleistenknopf 
31999 \begin_inset Graphics
32000         filename ../../images/math-macro-add-param.png
32001         scale 85
32002
32003 \end_inset
32004
32005 .
32006  Argumentplatzhalter werden rot dargestellt.
32007  Es sind maximal 9 Argumente möglich.
32008  Optionale Argumente werden mit dem Werkzeugleistenknopf 
32009 \begin_inset Graphics
32010         filename ../../images/math-macro-add-optional-param.png
32011         scale 85
32012
32013 \end_inset
32014
32015  erstellt.
32016  Mit dem Werkzeugleistenknopf 
32017 \begin_inset Graphics
32018         filename ../../images/math-macro-make-optional.png
32019         scale 85
32020
32021 \end_inset
32022
32023  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
32024  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
32025  werden soll.
32026  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
32027  Kästchen leer lässt.
32028  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
32029  einnimmt, kann man in das Kästchen z.
32030 \begin_inset space \thinspace{}
32031 \end_inset
32032
32033 B.
32034 \begin_inset Newline newline
32035 \end_inset
32036
32037
32038 \series bold
32039 qG: 
32040 \backslash
32041 #1
32042 \series default
32043  
32044 \series bold
32045 ,
32046 \series default
32047  
32048 \series bold
32049
32050 \backslash
32051 #2
32052 \series default
32053  
32054 \series bold
32055 ,
32056 \series default
32057  
32058 \series bold
32059
32060 \backslash
32061 #3, 
32062 \backslash
32063 #4
32064 \begin_inset Newline newline
32065 \end_inset
32066
32067
32068 \series default
32069 eingeben.
32070  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
32071  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
32072  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
32073  wurde.
32074 \begin_inset Newline newline
32075 \end_inset
32076
32077 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
32078  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
32079 \family sans
32080 Ansicht\SpecialChar \menuseparator
32081 Mathe-Makro
32082 \begin_inset space ~
32083 \end_inset
32084
32085 auf/zuklappen
32086 \family default
32087  verwendet.
32088 \end_layout
32089
32090 \begin_layout Standard
32091 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
32092  ein, in unserem Fall 
32093 \series bold
32094
32095 \backslash
32096 qG
32097 \series default
32098 .
32099  Unser Makro sieht in LyX folgendermaßen aus:
32100 \begin_inset Newline newline
32101 \end_inset
32102
32103
32104 \lang english
32105
32106 \begin_inset space \hspace*{\fill}
32107 \end_inset
32108
32109
32110 \lang ngerman
32111
32112 \begin_inset Graphics
32113         filename ../clipart/macrouse.png
32114
32115 \end_inset
32116
32117
32118 \lang english
32119
32120 \begin_inset space \hspace*{\fill}
32121 \end_inset
32122
32123
32124 \lang ngerman
32125
32126 \begin_inset Newline newline
32127 \end_inset
32128
32129 Hier ist unser Makro-Beispiel mit den Argumenten 
32130 \begin_inset Formula $x$
32131 \end_inset
32132
32133
32134 \begin_inset Formula $\ln(x)$
32135 \end_inset
32136
32137  und 
32138 \begin_inset Formula $B$
32139 \end_inset
32140
32141 :
32142 \end_layout
32143
32144 \begin_layout Standard
32145 \begin_inset Formula \[
32146 \qG x{\ln(x)}B\]
32147
32148 \end_inset
32149
32150
32151 \end_layout
32152
32153 \begin_layout Standard
32154 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
32155 \series bold
32156
32157 \backslash
32158 new\SpecialChar \-
32159 command
32160 \series default
32161 -Befehl umgewandelt.
32162  Der 
32163 \series bold
32164
32165 \backslash
32166 newcommand
32167 \series default
32168 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
32169  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
32170  Makrodefinitionsbox befinden.
32171 \end_layout
32172
32173 \begin_layout Standard
32174 Mathe-Makros können auch direkt aus einem 
32175 \series bold
32176
32177 \backslash
32178 newcommand
32179 \series default
32180 -Befehl erstellt werden.
32181  Schreibt man z.
32182 \begin_inset space \thinspace{}
32183 \end_inset
32184
32185 B.
32186  den Befehl
32187 \series bold
32188
32189 \begin_inset Newline newline
32190 \end_inset
32191
32192
32193 \backslash
32194 newcommand{
32195 \backslash
32196 larrow}[2]{
32197 \backslash
32198 xleftarrow[#2]{#1}}
32199 \begin_inset Newline newline
32200 \end_inset
32201
32202
32203 \series default
32204 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
32205 zel 
32206 \family sans
32207 Strg-m
32208 \family default
32209 , wird der Befehl in ein Mathe-Makro umgewandelt.
32210  Bei dieser Methode muss man jedoch aufpassen, dass der 
32211 \series bold
32212
32213 \backslash
32214 newcommand
32215 \series default
32216 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
32217  erstellt, dass später LaTeX-Fehler hervorruft.
32218 \end_layout
32219
32220 \begin_layout Standard
32221 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
32222  Makrodefinition fehlerhaft behandelt werden.
32223  Dadurch kann das Beispiel 
32224 \series bold
32225
32226 \backslash
32227 fb
32228 \series default
32229  aus 
32230 \begin_inset CommandInset ref
32231 LatexCommand ref
32232 reference "sub:Der-Befehl-newcommand"
32233
32234 \end_inset
32235
32236  nicht als Makro erzeugt werden.
32237 \end_layout
32238
32239 \begin_layout Standard
32240 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
32241  in LyX angezeigt:
32242 \end_layout
32243
32244 \begin_layout Standard
32245 \begin_inset VSpace defskip
32246 \end_inset
32247
32248
32249 \end_layout
32250
32251 \begin_layout Standard
32252 \begin_inset Graphics
32253         filename ../clipart/MacroToolbar.png
32254
32255 \end_inset
32256
32257
32258 \begin_inset Index
32259 status collapsed
32260
32261 \begin_layout Plain Layout
32262 Makros ! Werkzeugleiste
32263 \end_layout
32264
32265 \end_inset
32266
32267
32268 \end_layout
32269
32270 \begin_layout Standard
32271 \begin_inset VSpace defskip
32272 \end_inset
32273
32274
32275 \end_layout
32276
32277 \begin_layout Standard
32278 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
32279 \end_layout
32280
32281 \begin_layout Standard
32282 \begin_inset VSpace defskip
32283 \end_inset
32284
32285
32286 \end_layout
32287
32288 \begin_layout Standard
32289 \begin_inset Tabular
32290 <lyxtabular version="3" rows="9" columns="2">
32291 <features islongtable="true">
32292 <column alignment="left" valignment="top" width="0">
32293 <column alignment="left" valignment="top" width="85col%">
32294 <row interlinespace="2.5mm">
32295 <cell alignment="center" valignment="top" usebox="none">
32296 \begin_inset Text
32297
32298 \begin_layout Plain Layout
32299 \begin_inset Graphics
32300         filename ../../images/math-macro-remove-param.png
32301         BoundingBox 0bp 5bp 20bp 25bp
32302         rotateOrigin center
32303
32304 \end_inset
32305
32306
32307 \end_layout
32308
32309 \end_inset
32310 </cell>
32311 <cell alignment="center" valignment="top" usebox="none">
32312 \begin_inset Text
32313
32314 \begin_layout Plain Layout
32315
32316 \family sans
32317 Bearbeiten\SpecialChar \menuseparator
32318 Mathe\SpecialChar \menuseparator
32319 Makro-Definition\SpecialChar \menuseparator
32320 Letztes Argument entfernen
32321 \end_layout
32322
32323 \end_inset
32324 </cell>
32325 </row>
32326 <row interlinespace="2.5mm">
32327 <cell alignment="center" valignment="top" usebox="none">
32328 \begin_inset Text
32329
32330 \begin_layout Plain Layout
32331 \begin_inset Graphics
32332         filename ../../images/math-macro-add-param.png
32333         BoundingBox 0bp 5bp 20bp 25bp
32334         rotateOrigin center
32335
32336 \end_inset
32337
32338
32339 \end_layout
32340
32341 \end_inset
32342 </cell>
32343 <cell alignment="center" valignment="top" usebox="none">
32344 \begin_inset Text
32345
32346 \begin_layout Plain Layout
32347
32348 \family sans
32349 Bearbeiten\SpecialChar \menuseparator
32350 Mathe\SpecialChar \menuseparator
32351 Makro-Definition\SpecialChar \menuseparator
32352 Argument hinzufügen
32353 \end_layout
32354
32355 \end_inset
32356 </cell>
32357 </row>
32358 <row interlinespace="2.5mm">
32359 <cell alignment="center" valignment="top" usebox="none">
32360 \begin_inset Text
32361
32362 \begin_layout Plain Layout
32363 \begin_inset Graphics
32364         filename ../../images/math-macro-make-optional.png
32365         BoundingBox 0bp 5bp 20bp 25bp
32366         rotateOrigin center
32367
32368 \end_inset
32369
32370
32371 \end_layout
32372
32373 \end_inset
32374 </cell>
32375 <cell alignment="center" valignment="top" usebox="none">
32376 \begin_inset Text
32377
32378 \begin_layout Plain Layout
32379
32380 \family sans
32381 Bearbeiten\SpecialChar \menuseparator
32382 Mathe\SpecialChar \menuseparator
32383 Makro-Definition\SpecialChar \menuseparator
32384 Das erste nicht-optionale
32385 \begin_inset Newline newline
32386 \end_inset
32387
32388
32389 \begin_inset ERT
32390 status collapsed
32391
32392 \begin_layout Plain Layout
32393
32394
32395 \backslash
32396 hphantom{
32397 \end_layout
32398
32399 \end_inset
32400
32401 Bearbeiten\SpecialChar \menuseparator
32402 Mathe\SpecialChar \menuseparator
32403 Makro-Definition\SpecialChar \menuseparator
32404
32405 \begin_inset ERT
32406 status collapsed
32407
32408 \begin_layout Plain Layout
32409
32410 }
32411 \end_layout
32412
32413 \end_inset
32414
32415 Argument in einen optionales
32416 \begin_inset Newline newline
32417 \end_inset
32418
32419
32420 \begin_inset ERT
32421 status collapsed
32422
32423 \begin_layout Plain Layout
32424
32425
32426 \backslash
32427 hphantom{
32428 \end_layout
32429
32430 \end_inset
32431
32432 Bearbeiten\SpecialChar \menuseparator
32433 Mathe\SpecialChar \menuseparator
32434 Makro-Definition\SpecialChar \menuseparator
32435
32436 \begin_inset ERT
32437 status collapsed
32438
32439 \begin_layout Plain Layout
32440
32441 }
32442 \end_layout
32443
32444 \end_inset
32445
32446 ändern
32447 \end_layout
32448
32449 \end_inset
32450 </cell>
32451 </row>
32452 <row interlinespace="2.5mm">
32453 <cell alignment="center" valignment="top" usebox="none">
32454 \begin_inset Text
32455
32456 \begin_layout Plain Layout
32457 \begin_inset Graphics
32458         filename ../../images/math-macro-make-nonoptional.png
32459         BoundingBox 0bp 5bp 20bp 25bp
32460         rotateOrigin center
32461
32462 \end_inset
32463
32464
32465 \end_layout
32466
32467 \end_inset
32468 </cell>
32469 <cell alignment="center" valignment="top" usebox="none">
32470 \begin_inset Text
32471
32472 \begin_layout Plain Layout
32473
32474 \family sans
32475 Bearbeiten\SpecialChar \menuseparator
32476 Mathe\SpecialChar \menuseparator
32477 Makro-Definition\SpecialChar \menuseparator
32478 Das letzte optionale Argument in
32479 \begin_inset Newline newline
32480 \end_inset
32481
32482
32483 \begin_inset ERT
32484 status collapsed
32485
32486 \begin_layout Plain Layout
32487
32488
32489 \backslash
32490 hphantom{
32491 \end_layout
32492
32493 \end_inset
32494
32495 Bearbeiten\SpecialChar \menuseparator
32496 Mathe\SpecialChar \menuseparator
32497 Makro-Definition\SpecialChar \menuseparator
32498
32499 \begin_inset ERT
32500 status collapsed
32501
32502 \begin_layout Plain Layout
32503
32504 }
32505 \end_layout
32506
32507 \end_inset
32508
32509 einen nicht-optionales ändern
32510 \end_layout
32511
32512 \end_inset
32513 </cell>
32514 </row>
32515 <row interlinespace="2.5mm">
32516 <cell alignment="center" valignment="top" usebox="none">
32517 \begin_inset Text
32518
32519 \begin_layout Plain Layout
32520 \begin_inset Graphics
32521         filename ../../images/math-macro-remove-optional-param.png
32522         BoundingBox 0bp 5bp 20bp 25bp
32523         rotateOrigin center
32524
32525 \end_inset
32526
32527
32528 \end_layout
32529
32530 \end_inset
32531 </cell>
32532 <cell alignment="center" valignment="top" usebox="none">
32533 \begin_inset Text
32534
32535 \begin_layout Plain Layout
32536
32537 \family sans
32538 Bearbeiten\SpecialChar \menuseparator
32539 Mathe\SpecialChar \menuseparator
32540 Makro-Definition\SpecialChar \menuseparator
32541 Optionales Argument entfernen
32542 \end_layout
32543
32544 \end_inset
32545 </cell>
32546 </row>
32547 <row interlinespace="2.5mm">
32548 <cell alignment="center" valignment="top" usebox="none">
32549 \begin_inset Text
32550
32551 \begin_layout Plain Layout
32552 \begin_inset Graphics
32553         filename ../../images/math-macro-add-optional-param.png
32554         BoundingBox 0bp 5bp 20bp 25bp
32555         rotateOrigin center
32556
32557 \end_inset
32558
32559
32560 \end_layout
32561
32562 \end_inset
32563 </cell>
32564 <cell alignment="center" valignment="top" usebox="none">
32565 \begin_inset Text
32566
32567 \begin_layout Plain Layout
32568
32569 \family sans
32570 Bearbeiten\SpecialChar \menuseparator
32571 Mathe\SpecialChar \menuseparator
32572 Makro-Definition\SpecialChar \menuseparator
32573 Optionales Argument einfügen
32574 \end_layout
32575
32576 \end_inset
32577 </cell>
32578 </row>
32579 <row interlinespace="2.5mm">
32580 <cell alignment="center" valignment="top" usebox="none">
32581 \begin_inset Text
32582
32583 \begin_layout Plain Layout
32584 \begin_inset Graphics
32585         filename ../../images/math-macro-remove-greedy-param.png
32586         BoundingBox 0bp 5bp 20bp 25bp
32587         rotateOrigin center
32588
32589 \end_inset
32590
32591
32592 \end_layout
32593
32594 \end_inset
32595 </cell>
32596 <cell alignment="center" valignment="top" usebox="none">
32597 \begin_inset Text
32598
32599 \begin_layout Plain Layout
32600
32601 \family sans
32602 Bearbeiten\SpecialChar \menuseparator
32603 Mathe\SpecialChar \menuseparator
32604 Makro-Definition\SpecialChar \menuseparator
32605 Letztes Argument rechts entfernen
32606 \end_layout
32607
32608 \end_inset
32609 </cell>
32610 </row>
32611 <row interlinespace="2.5mm">
32612 <cell alignment="center" valignment="top" usebox="none">
32613 \begin_inset Text
32614
32615 \begin_layout Plain Layout
32616 \begin_inset Graphics
32617         filename ../../images/math-macro-append-greedy-param.png
32618         BoundingBox 0bp 5bp 20bp 25bp
32619         rotateOrigin center
32620
32621 \end_inset
32622
32623
32624 \end_layout
32625
32626 \end_inset
32627 </cell>
32628 <cell alignment="center" valignment="top" usebox="none">
32629 \begin_inset Text
32630
32631 \begin_layout Plain Layout
32632
32633 \family sans
32634 Bearbeiten\SpecialChar \menuseparator
32635 Mathe\SpecialChar \menuseparator
32636 Makro-Definition\SpecialChar \menuseparator
32637 Argument von rechts hinzufügen
32638 \end_layout
32639
32640 \end_inset
32641 </cell>
32642 </row>
32643 <row interlinespace="2.5mm">
32644 <cell alignment="center" valignment="top" usebox="none">
32645 \begin_inset Text
32646
32647 \begin_layout Plain Layout
32648 \begin_inset Graphics
32649         filename ../../images/math-macro-add-greedy-optional-param.png
32650         BoundingBox 0bp 5bp 20bp 25bp
32651         rotateOrigin center
32652
32653 \end_inset
32654
32655
32656 \end_layout
32657
32658 \end_inset
32659 </cell>
32660 <cell alignment="center" valignment="top" usebox="none">
32661 \begin_inset Text
32662
32663 \begin_layout Plain Layout
32664
32665 \family sans
32666 Bearbeiten\SpecialChar \menuseparator
32667 Mathe\SpecialChar \menuseparator
32668 Makro-Definition\SpecialChar \menuseparator
32669 Optionales Argument von rechts
32670 \begin_inset Newline newline
32671 \end_inset
32672
32673
32674 \begin_inset ERT
32675 status collapsed
32676
32677 \begin_layout Plain Layout
32678
32679
32680 \backslash
32681 hphantom{
32682 \end_layout
32683
32684 \end_inset
32685
32686 Bearbeiten\SpecialChar \menuseparator
32687 Mathe\SpecialChar \menuseparator
32688 Makro-Definition\SpecialChar \menuseparator
32689
32690 \begin_inset ERT
32691 status collapsed
32692
32693 \begin_layout Plain Layout
32694
32695 }
32696 \end_layout
32697
32698 \end_inset
32699
32700 hinzufügen
32701 \end_layout
32702
32703 \end_inset
32704 </cell>
32705 </row>
32706 </lyxtabular>
32707
32708 \end_inset
32709
32710
32711 \end_layout
32712
32713 \begin_layout Standard
32714 \begin_inset ERT
32715 status collapsed
32716
32717 \begin_layout Plain Layout
32718
32719
32720 \backslash
32721 else 
32722 \end_layout
32723
32724 \end_inset
32725
32726
32727 \begin_inset Note Note
32728 status open
32729
32730 \begin_layout Plain Layout
32731 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
32732 \series bold
32733 xargs
32734 \series default
32735  nicht installiert ist:
32736 \end_layout
32737
32738 \end_inset
32739
32740
32741 \end_layout
32742
32743 \begin_layout Standard
32744 Das LaTeX-Paket 
32745 \series bold
32746 xargs 
32747 \series default
32748 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
32749 \end_layout
32750
32751 \begin_layout Standard
32752 \begin_inset ERT
32753 status collapsed
32754
32755 \begin_layout Plain Layout
32756
32757
32758 \backslash
32759 fi 
32760 \end_layout
32761
32762 \end_inset
32763
32764
32765 \end_layout
32766
32767 \begin_layout Section
32768 Diagramme
32769 \end_layout
32770
32771 \begin_layout Standard
32772 LyX unterstützt zwei Typen kommutativer Diagramme: 
32773 \series bold
32774 amscd
32775 \series default
32776  und 
32777 \series bold
32778 xymatrix
32779 \series default
32780 , die im Folgenden erläutert sind.
32781 \end_layout
32782
32783 \begin_layout Subsection
32784 amscd Diagramme
32785 \begin_inset Index
32786 status collapsed
32787
32788 \begin_layout Plain Layout
32789 Diagramme ! amscd
32790 \end_layout
32791
32792 \end_inset
32793
32794
32795 \end_layout
32796
32797 \begin_layout Standard
32798 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32799  Linien oder Pfeilen dar:
32800 \begin_inset Formula \[
32801 \begin{CD}A@>>>B@>>>C\\
32802 @AAA@.@VVV\\
32803 F@<<<E@<<<D\end{CD}\]
32804
32805 \end_inset
32806
32807
32808 \end_layout
32809
32810 \begin_layout Standard
32811 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32812 \series bold
32813
32814 \backslash
32815 CD
32816 \begin_inset Index
32817 status collapsed
32818
32819 \begin_layout Plain Layout
32820 Befehle ! C ! 
32821 \backslash
32822 CD
32823 \end_layout
32824
32825 \end_inset
32826
32827
32828 \series default
32829  ein.
32830  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32831  man die weiteren Befehle eingibt.
32832  Mit 
32833 \series bold
32834
32835 \begin_inset ERT
32836 status collapsed
32837
32838 \begin_layout Plain Layout
32839
32840
32841 \backslash
32842 mbox{
32843 \end_layout
32844
32845 \end_inset
32846
32847
32848 \family sans
32849 \series default
32850 Strg+Enter
32851 \family default
32852 \series bold
32853
32854 \begin_inset ERT
32855 status collapsed
32856
32857 \begin_layout Plain Layout
32858
32859 }
32860 \end_layout
32861
32862 \end_inset
32863
32864
32865 \series default
32866  wird eine neue Zeile erstellt.
32867  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32868  Zeilen der Formel eingegeben.
32869 \end_layout
32870
32871 \begin_layout Standard
32872 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32873 \end_layout
32874
32875 \begin_layout Itemize
32876
32877 \series bold
32878 @<<<
32879 \series default
32880  erstellt einen Linkspfeil, 
32881 \series bold
32882 @>>>
32883 \series default
32884  einen Rechtspfeil und 
32885 \series bold
32886 @=
32887 \series default
32888  ein langes Gleichheitszeichen
32889 \end_layout
32890
32891 \begin_layout Itemize
32892
32893 \series bold
32894 @AAA
32895 \series default
32896  erstellt einen Pfeil nach oben, 
32897 \series bold
32898 @VVV
32899 \series default
32900  einen Pfeil nach unten und 
32901 \series bold
32902 @|
32903 \series default
32904  ein senkrechtes Gleichheitszeichen
32905 \end_layout
32906
32907 \begin_layout Itemize
32908
32909 \series bold
32910 @.
32911
32912 \series default
32913  dient als Platzhalter für nicht vorhandene Beziehungen
32914 \end_layout
32915
32916 \begin_layout Standard
32917 Alle Pfeile sind wie folgt beschriftbar:
32918 \end_layout
32919
32920 \begin_layout Itemize
32921 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32922  > Text eingegeben, erscheint er über dem Pfeil.
32923  Wird der Text zwischen dem zweiten und dritten < bzw.
32924  > eingegeben, erscheint er unter dem Pfeil.
32925 \end_layout
32926
32927 \begin_layout Itemize
32928 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32929  V eingegeben, erscheint er links neben dem Pfeil.
32930  Bei Eingabe zwischen zweitem und drittem A bzw.
32931  V erscheint er rechts daneben.
32932  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32933  gesetzt werden.
32934 \end_layout
32935
32936 \begin_layout Standard
32937 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32938 \end_layout
32939
32940 \begin_layout Standard
32941 \begin_inset Formula \[
32942 \begin{CD}A@>j>>B@>>k>C@=F\\
32943 @AmAA@.@VV{V}V@|\\
32944 D@<<j<E@>k>>F@=C\end{CD}\]
32945
32946 \end_inset
32947
32948
32949 \end_layout
32950
32951 \begin_layout Standard
32952 Der Befehl dazu lautet:
32953 \begin_inset Newline newline
32954 \end_inset
32955
32956
32957 \series bold
32958
32959 \backslash
32960 CD
32961 \begin_inset ERT
32962 status collapsed
32963
32964 \begin_layout Plain Layout
32965
32966
32967 \backslash
32968 leer 
32969 \end_layout
32970
32971 \end_inset
32972
32973 A@>j>>B@>>k>C@=F Strg+Enter
32974 \begin_inset Newline newline
32975 \end_inset
32976
32977
32978 \begin_inset ERT
32979 status collapsed
32980
32981 \begin_layout Plain Layout
32982
32983
32984 \backslash
32985 hphantom{
32986 \end_layout
32987
32988 \end_inset
32989
32990
32991 \backslash
32992 CD
32993 \begin_inset ERT
32994 status collapsed
32995
32996 \begin_layout Plain Layout
32997
32998
32999 \backslash
33000 leer 
33001 \end_layout
33002
33003 \end_inset
33004
33005
33006 \begin_inset ERT
33007 status collapsed
33008
33009 \begin_layout Plain Layout
33010
33011 }
33012 \end_layout
33013
33014 \end_inset
33015
33016 @AmAA@.@VV
33017 \backslash
33018 {V
33019 \series default
33020
33021 \begin_inset Formula $\to$
33022 \end_inset
33023
33024
33025 \series bold
33026 V@| Strg+Enter
33027 \begin_inset Newline newline
33028 \end_inset
33029
33030
33031 \begin_inset ERT
33032 status collapsed
33033
33034 \begin_layout Plain Layout
33035
33036
33037 \backslash
33038 hphantom{
33039 \end_layout
33040
33041 \end_inset
33042
33043
33044 \backslash
33045 CD
33046 \begin_inset ERT
33047 status collapsed
33048
33049 \begin_layout Plain Layout
33050
33051
33052 \backslash
33053 leer 
33054 \end_layout
33055
33056 \end_inset
33057
33058
33059 \begin_inset ERT
33060 status collapsed
33061
33062 \begin_layout Plain Layout
33063
33064 }
33065 \end_layout
33066
33067 \end_inset
33068
33069 D@<<j<E@>k>>F@=C
33070 \end_layout
33071
33072 \begin_layout Subsection
33073 xymatrix Diagramme
33074 \begin_inset Index
33075 status collapsed
33076
33077 \begin_layout Plain Layout
33078 Diagramme ! xymatrix
33079 \end_layout
33080
33081 \end_inset
33082
33083
33084 \end_layout
33085
33086 \begin_layout Standard
33087 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
33088 \series bold
33089 xypic
33090 \series default
33091  installiert sein.
33092  Eine Xymatrix wird erstellt, indem der Befehl 
33093 \series bold
33094
33095 \backslash
33096 xymatrix
33097 \series default
33098  in eine Formel eingegeben wird.
33099  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
33100  hinzufügen, siehe 
33101 \begin_inset CommandInset ref
33102 LatexCommand ref
33103 reference "sec:Matrizen"
33104
33105 \end_inset
33106
33107 .
33108 \end_layout
33109
33110 \begin_layout Standard
33111 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
33112  gekrümmte Pfeile und vieles mehr.
33113  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
33114  sind im Detail im 
33115 \emph on
33116 XY-pic-Handbuch
33117 \emph default
33118  erklärt, dass im Menü 
33119 \family sans
33120 Hilfe\SpecialChar \menuseparator
33121 Spezielle
33122 \begin_inset space ~
33123 \end_inset
33124
33125 Handbücher\SpecialChar \menuseparator
33126 XY-pic-Handbuch
33127 \family default
33128  zu finden ist.
33129 \end_layout
33130
33131 \begin_layout Standard
33132 \begin_inset Newpage newpage
33133 \end_inset
33134
33135
33136 \end_layout
33137
33138 \begin_layout Section
33139 Tipps
33140 \begin_inset ERT
33141 status collapsed
33142
33143 \begin_layout Plain Layout
33144
33145
33146 \backslash
33147 texorpdfstring{
33148 \end_layout
33149
33150 \end_inset
33151
33152
33153 \begin_inset Foot
33154 status collapsed
33155
33156 \begin_layout Plain Layout
33157 Weitere gute Tipps gibt es unter 
33158 \begin_inset CommandInset citation
33159 LatexCommand cite
33160 key "Voss"
33161
33162 \end_inset
33163
33164 .
33165 \end_layout
33166
33167 \end_inset
33168
33169
33170 \begin_inset ERT
33171 status collapsed
33172
33173 \begin_layout Plain Layout
33174
33175 }{}
33176 \end_layout
33177
33178 \end_inset
33179
33180
33181 \begin_inset Note Note
33182 status collapsed
33183
33184 \begin_layout Plain Layout
33185
33186 \series bold
33187
33188 \backslash
33189 texorpdfstring
33190 \series default
33191  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
33192 \end_layout
33193
33194 \begin_layout Plain Layout
33195 Näheres zu 
33196 \series bold
33197
33198 \backslash
33199 texorpdfstring
33200 \series default
33201  steht in Kapitel 
33202 \begin_inset CommandInset ref
33203 LatexCommand ref
33204 reference "sub:Formeln-in-Überschriften"
33205
33206 \end_inset
33207
33208 .
33209 \end_layout
33210
33211 \end_inset
33212
33213
33214 \begin_inset Index
33215 status collapsed
33216
33217 \begin_layout Plain Layout
33218 Tipps
33219 \end_layout
33220
33221 \end_inset
33222
33223
33224 \begin_inset Index
33225 status collapsed
33226
33227 \begin_layout Plain Layout
33228 Ionen|see
33229 \begin_inset ERT
33230 status collapsed
33231
33232 \begin_layout Plain Layout
33233
33234 {
33235 \end_layout
33236
33237 \end_inset
33238
33239 chemische Zeichen
33240 \begin_inset ERT
33241 status collapsed
33242
33243 \begin_layout Plain Layout
33244
33245 }
33246 \end_layout
33247
33248 \end_inset
33249
33250
33251 \end_layout
33252
33253 \end_inset
33254
33255
33256 \end_layout
33257
33258 \begin_layout Subsection
33259 Chemische Symbole und Reaktionsgleichungen
33260 \begin_inset CommandInset label
33261 LatexCommand label
33262 name "sub:Chemische-Symbole-und"
33263
33264 \end_inset
33265
33266
33267 \begin_inset Index
33268 status collapsed
33269
33270 \begin_layout Plain Layout
33271 chemische Zeichen ! Symbole
33272 \end_layout
33273
33274 \end_inset
33275
33276
33277 \begin_inset Index
33278 status collapsed
33279
33280 \begin_layout Plain Layout
33281 Reaktionsgleichungen
33282 \end_layout
33283
33284 \end_inset
33285
33286
33287 \begin_inset Index
33288 status collapsed
33289
33290 \begin_layout Plain Layout
33291 Symbole ! chemische
33292 \end_layout
33293
33294 \end_inset
33295
33296
33297 \end_layout
33298
33299 \begin_layout Standard
33300 Ein Beispieltext aus der Chemie:
33301 \end_layout
33302
33303 \begin_layout Quote
33304 Das 
33305 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
33306 \end_inset
33307
33308 -Ion verbindet sich mit zwei 
33309 \begin_inset Formula $\mathrm{Na^{+}}$
33310 \end_inset
33311
33312 -Ionen zu Natriumsulfat 
33313 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
33314 \end_inset
33315
33316 .
33317  Die Reaktionsgleichung dazu lautet:
33318 \begin_inset Formula \[
33319 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
33320
33321 \end_inset
33322
33323
33324 \end_layout
33325
33326 \begin_layout Standard
33327 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
33328  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
33329  in der Formel und wandelt diese mit der Tastenkombination 
33330 \family sans
33331 Alt-z
33332 \begin_inset space ~
33333 \end_inset
33334
33335 r
33336 \family default
33337  in den aufrechten Schriftstil um.
33338 \begin_inset Foot
33339 status collapsed
33340
33341 \begin_layout Plain Layout
33342 Schriftstile siehe 
33343 \begin_inset CommandInset ref
33344 LatexCommand ref
33345 reference "sub:Schriftstile"
33346
33347 \end_inset
33348
33349
33350 \end_layout
33351
33352 \end_inset
33353
33354
33355 \end_layout
33356
33357 \begin_layout Subsection
33358 Negative Zahlen
33359 \begin_inset Index
33360 status collapsed
33361
33362 \begin_layout Plain Layout
33363 Zahlen ! negative
33364 \end_layout
33365
33366 \end_inset
33367
33368
33369 \end_layout
33370
33371 \begin_layout Standard
33372 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
33373  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
33374  dargestellt.
33375  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
33376  Minuszeichen korrekt.
33377 \end_layout
33378
33379 \begin_layout Standard
33380 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
33381  nicht mehr auf.
33382 \end_layout
33383
33384 \begin_layout Standard
33385 Ein Beispiel zur Veranschaulichung der Problematik:
33386 \end_layout
33387
33388 \begin_layout Standard
33389 \align center
33390 \begin_inset Tabular
33391 <lyxtabular version="3" rows="3" columns="2">
33392 <features>
33393 <column alignment="right" valignment="top" width="0">
33394 <column alignment="left" valignment="top" width="0">
33395 <row>
33396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33397 \begin_inset Text
33398
33399 \begin_layout Plain Layout
33400 normaler Text:
33401 \end_layout
33402
33403 \end_inset
33404 </cell>
33405 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33406 \begin_inset Text
33407
33408 \begin_layout Plain Layout
33409 x = -2
33410 \end_layout
33411
33412 \end_inset
33413 </cell>
33414 </row>
33415 <row>
33416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33417 \begin_inset Text
33418
33419 \begin_layout Plain Layout
33420 Formelmodus:
33421 \end_layout
33422
33423 \end_inset
33424 </cell>
33425 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33426 \begin_inset Text
33427
33428 \begin_layout Plain Layout
33429 \begin_inset Formula $x=-2$
33430 \end_inset
33431
33432
33433 \end_layout
33434
33435 \end_inset
33436 </cell>
33437 </row>
33438 <row>
33439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33440 \begin_inset Text
33441
33442 \begin_layout Plain Layout
33443 Lösung:
33444 \end_layout
33445
33446 \end_inset
33447 </cell>
33448 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33449 \begin_inset Text
33450
33451 \begin_layout Plain Layout
33452 \begin_inset Formula $x=\textrm{-}2$
33453 \end_inset
33454
33455
33456 \end_layout
33457
33458 \end_inset
33459 </cell>
33460 </row>
33461 </lyxtabular>
33462
33463 \end_inset
33464
33465
33466 \end_layout
33467
33468 \begin_layout Subsection
33469 Komma als Dezimaltrennzeichen
33470 \begin_inset Index
33471 status collapsed
33472
33473 \begin_layout Plain Layout
33474 Komma
33475 \end_layout
33476
33477 \end_inset
33478
33479
33480 \end_layout
33481
33482 \begin_layout Standard
33483 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
33484  als Gruppentrennzeichen.
33485  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
33486  eingefügt.
33487 \end_layout
33488
33489 \begin_layout Standard
33490 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
33491  Text um (Tastenkürzel 
33492 \family sans
33493 Alt-m
33494 \begin_inset space ~
33495 \end_inset
33496
33497 m
33498 \family default
33499 ).
33500 \end_layout
33501
33502 \begin_layout Standard
33503 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
33504  lädt man die Datei 
33505 \series bold
33506 icomma.sty
33507 \series default
33508
33509 \begin_inset Foot
33510 status collapsed
33511
33512 \begin_layout Plain Layout
33513
33514 \series bold
33515 icomma
33516 \series default
33517  ist Teil des LaTeX-Paketes 
33518 \series bold
33519 was
33520 \series default
33521
33522 \begin_inset Index
33523 status collapsed
33524
33525 \begin_layout Plain Layout
33526 Pakete ! was
33527 \begin_inset ERT
33528 status collapsed
33529
33530 \begin_layout Plain Layout
33531
33532
33533 \backslash
33534 vspace{4mm}
33535 \end_layout
33536
33537 \end_inset
33538
33539
33540 \end_layout
33541
33542 \end_inset
33543
33544 .
33545 \end_layout
33546
33547 \end_inset
33548
33549
33550 \begin_inset Index
33551 status collapsed
33552
33553 \begin_layout Plain Layout
33554 Pakete ! icomma
33555 \end_layout
33556
33557 \end_inset
33558
33559  mit der LaTeX-Vorspannzeile
33560 \end_layout
33561
33562 \begin_layout Standard
33563
33564 \series bold
33565
33566 \backslash
33567 usepackage{icomma}
33568 \end_layout
33569
33570 \begin_layout Subsection
33571 Physikalische Vektoren
33572 \begin_inset CommandInset label
33573 LatexCommand label
33574 name "sub:Physikalische-Vektoren"
33575
33576 \end_inset
33577
33578
33579 \begin_inset Index
33580 status collapsed
33581
33582 \begin_layout Plain Layout
33583 Vektoren ! physikalische
33584 \end_layout
33585
33586 \end_inset
33587
33588
33589 \end_layout
33590
33591 \begin_layout Standard
33592 Vordefinierte Vektoren bietet das LaTeX-Paket 
33593 \series bold
33594 braket
33595 \series default
33596
33597 \begin_inset Foot
33598 status collapsed
33599
33600 \begin_layout Plain Layout
33601
33602 \series bold
33603 braket
33604 \series default
33605  sollte Teil jeder LaTeX-Standardinstallation sein.
33606 \end_layout
33607
33608 \end_inset
33609
33610
33611 \begin_inset Index
33612 status collapsed
33613
33614 \begin_layout Plain Layout
33615 Pakete ! braket
33616 \end_layout
33617
33618 \end_inset
33619
33620 , das mit der LaTeX-Vorspannzeile
33621 \end_layout
33622
33623 \begin_layout Standard
33624
33625 \series bold
33626
33627 \backslash
33628 usepackage{braket}
33629 \end_layout
33630
33631 \begin_layout Standard
33632 geladen wird.
33633 \begin_inset ERT
33634 status collapsed
33635
33636 \begin_layout Plain Layout
33637
33638
33639 \backslash
33640 ifbraket 
33641 \end_layout
33642
33643 \end_inset
33644
33645
33646 \begin_inset Note Note
33647 status open
33648
33649 \begin_layout Plain Layout
33650 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
33651 \series bold
33652 braket
33653 \series default
33654  installiert ist:
33655 \end_layout
33656
33657 \end_inset
33658
33659
33660 \end_layout
33661
33662 \begin_layout Standard
33663 Folgende Befehle sind definiert:
33664 \end_layout
33665
33666 \begin_layout Standard
33667 \align center
33668 \begin_inset Tabular
33669 <lyxtabular version="3" rows="4" columns="2">
33670 <features>
33671 <column alignment="center" valignment="top" width="0">
33672 <column alignment="center" valignment="top" width="0">
33673 <row>
33674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33675 \begin_inset Text
33676
33677 \begin_layout Plain Layout
33678 Befehl
33679 \end_layout
33680
33681 \end_inset
33682 </cell>
33683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33684 \begin_inset Text
33685
33686 \begin_layout Plain Layout
33687 Ergebnis
33688 \end_layout
33689
33690 \end_inset
33691 </cell>
33692 </row>
33693 <row>
33694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33695 \begin_inset Text
33696
33697 \begin_layout Plain Layout
33698
33699 \backslash
33700 Bra{
33701 \backslash
33702 psi
33703 \end_layout
33704
33705 \end_inset
33706 </cell>
33707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33708 \begin_inset Text
33709
33710 \begin_layout Plain Layout
33711 \begin_inset Formula $\Bra{\psi}$
33712 \end_inset
33713
33714
33715 \end_layout
33716
33717 \end_inset
33718 </cell>
33719 </row>
33720 <row>
33721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33722 \begin_inset Text
33723
33724 \begin_layout Plain Layout
33725
33726 \backslash
33727 Ket{
33728 \backslash
33729 psi
33730 \end_layout
33731
33732 \end_inset
33733 </cell>
33734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33735 \begin_inset Text
33736
33737 \begin_layout Plain Layout
33738 \begin_inset Formula $\Ket{\psi}$
33739 \end_inset
33740
33741
33742 \end_layout
33743
33744 \end_inset
33745 </cell>
33746 </row>
33747 <row>
33748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33749 \begin_inset Text
33750
33751 \begin_layout Plain Layout
33752
33753 \backslash
33754 Braket{
33755 \backslash
33756 psi|
33757 \backslash
33758 phi
33759 \end_layout
33760
33761 \end_inset
33762 </cell>
33763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33764 \begin_inset Text
33765
33766 \begin_layout Plain Layout
33767 \begin_inset Formula $\Braket{\psi|\phi}$
33768 \end_inset
33769
33770
33771 \end_layout
33772
33773 \end_inset
33774 </cell>
33775 </row>
33776 </lyxtabular>
33777
33778 \end_inset
33779
33780
33781 \end_layout
33782
33783 \begin_layout Standard
33784 Der Befehl 
33785 \series bold
33786
33787 \backslash
33788 Braket
33789 \series default
33790  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
33791  Klammern gesetzt werden:
33792 \begin_inset Formula \[
33793 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
33794
33795 \end_inset
33796
33797
33798 \begin_inset ERT
33799 status collapsed
33800
33801 \begin_layout Plain Layout
33802
33803
33804 \backslash
33805 else 
33806 \end_layout
33807
33808 \end_inset
33809
33810
33811 \begin_inset Note Note
33812 status open
33813
33814 \begin_layout Plain Layout
33815 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
33816 \series bold
33817 braket
33818 \series default
33819  nicht installiert ist:
33820 \end_layout
33821
33822 \end_inset
33823
33824
33825 \end_layout
33826
33827 \begin_layout Standard
33828 Das LaTeX-Paket 
33829 \series bold
33830 braket 
33831 \series default
33832 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
33833 \end_layout
33834
33835 \begin_layout Standard
33836 \begin_inset ERT
33837 status collapsed
33838
33839 \begin_layout Plain Layout
33840
33841
33842 \backslash
33843 fi 
33844 \end_layout
33845
33846 \end_inset
33847
33848
33849 \end_layout
33850
33851 \begin_layout Standard
33852 Der Effekt von 
33853 \series bold
33854
33855 \backslash
33856 Braket
33857 \series default
33858  kann auch mit dem Befehl 
33859 \series bold
33860
33861 \backslash
33862 middle
33863 \series default
33864  erzielt werden, der in 
33865 \begin_inset CommandInset ref
33866 LatexCommand ref
33867 reference "sub:Automatische-Klammergrößen"
33868
33869 \end_inset
33870
33871  beschrieben ist.
33872 \end_layout
33873
33874 \begin_layout Subsection
33875 Selbst definierte Brüche
33876 \begin_inset CommandInset label
33877 LatexCommand label
33878 name "sub:Selbstdefinierte-Brüche"
33879
33880 \end_inset
33881
33882
33883 \begin_inset Index
33884 status collapsed
33885
33886 \begin_layout Plain Layout
33887 Brüche ! selbstdefinierte
33888 \end_layout
33889
33890 \end_inset
33891
33892
33893 \end_layout
33894
33895 \begin_layout Standard
33896 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
33897 \series bold
33898
33899 \backslash
33900 genfrac
33901 \series default
33902
33903 \begin_inset Index
33904 status collapsed
33905
33906 \begin_layout Plain Layout
33907 Befehle ! G ! 
33908 \backslash
33909 genfrac
33910 \end_layout
33911
33912 \end_inset
33913
33914  in folgendem Schema:
33915 \end_layout
33916
33917 \begin_layout Standard
33918
33919 \series bold
33920
33921 \backslash
33922 genfrac{linke
33923 \series default
33924  
33925 \series bold
33926 Klammer}{rechte
33927 \series default
33928  
33929 \series bold
33930 Klammer}{Bruchstrichdicke}{Ansichtsstil}
33931 \begin_inset Newline newline
33932 \end_inset
33933
33934
33935 \begin_inset ERT
33936 status collapsed
33937
33938 \begin_layout Plain Layout
33939
33940
33941 \backslash
33942 phantom{
33943 \end_layout
33944
33945 \end_inset
33946
33947
33948 \backslash
33949 genfrac
33950 \begin_inset ERT
33951 status collapsed
33952
33953 \begin_layout Plain Layout
33954
33955 }
33956 \end_layout
33957
33958 \end_inset
33959
33960 {Zähler}{Nenner}
33961 \end_layout
33962
33963 \begin_layout Standard
33964 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
33965 \begin_inset space \thinspace{}
33966 \end_inset
33967
33968 -
33969 \begin_inset space \thinspace{}
33970 \end_inset
33971
33972 3 angegeben.
33973 \end_layout
33974
33975 \begin_layout Standard
33976 \align center
33977 \begin_inset Tabular
33978 <lyxtabular version="3" rows="5" columns="2">
33979 <features>
33980 <column alignment="center" valignment="top" width="0">
33981 <column alignment="center" valignment="top" width="0">
33982 <row>
33983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33984 \begin_inset Text
33985
33986 \begin_layout Plain Layout
33987 Nummer
33988 \end_layout
33989
33990 \end_inset
33991 </cell>
33992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33993 \begin_inset Text
33994
33995 \begin_layout Plain Layout
33996 Ansichtsstil
33997 \end_layout
33998
33999 \end_inset
34000 </cell>
34001 </row>
34002 <row>
34003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34004 \begin_inset Text
34005
34006 \begin_layout Plain Layout
34007 0
34008 \end_layout
34009
34010 \end_inset
34011 </cell>
34012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34013 \begin_inset Text
34014
34015 \begin_layout Plain Layout
34016 abgesetzte Formel
34017 \end_layout
34018
34019 \end_inset
34020 </cell>
34021 </row>
34022 <row>
34023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34024 \begin_inset Text
34025
34026 \begin_layout Plain Layout
34027 1
34028 \end_layout
34029
34030 \end_inset
34031 </cell>
34032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34033 \begin_inset Text
34034
34035 \begin_layout Plain Layout
34036 eingebettete Formel
34037 \end_layout
34038
34039 \end_inset
34040 </cell>
34041 </row>
34042 <row>
34043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34044 \begin_inset Text
34045
34046 \begin_layout Plain Layout
34047 2
34048 \end_layout
34049
34050 \end_inset
34051 </cell>
34052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34053 \begin_inset Text
34054
34055 \begin_layout Plain Layout
34056 klein
34057 \end_layout
34058
34059 \end_inset
34060 </cell>
34061 </row>
34062 <row>
34063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34064 \begin_inset Text
34065
34066 \begin_layout Plain Layout
34067 3
34068 \end_layout
34069
34070 \end_inset
34071 </cell>
34072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34073 \begin_inset Text
34074
34075 \begin_layout Plain Layout
34076 winzig
34077 \end_layout
34078
34079 \end_inset
34080 </cell>
34081 </row>
34082 </lyxtabular>
34083
34084 \end_inset
34085
34086
34087 \end_layout
34088
34089 \begin_layout Standard
34090 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
34091  
34092 \series bold
34093
34094 \backslash
34095 frac
34096 \series default
34097  der Umgebung an.
34098 \end_layout
34099
34100 \begin_layout Standard
34101 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
34102  0.4
34103 \begin_inset space \thinspace{}
34104 \end_inset
34105
34106 pt verwendet.
34107 \end_layout
34108
34109 \begin_layout Standard
34110 \begin_inset VSpace medskip
34111 \end_inset
34112
34113 Zum Beispiel sind die Befehle 
34114 \series bold
34115
34116 \backslash
34117 dfrac
34118 \series default
34119  und 
34120 \series bold
34121
34122 \backslash
34123 tbinom
34124 \series default
34125  aus 
34126 \begin_inset CommandInset ref
34127 LatexCommand ref
34128 reference "sub:Brüche"
34129
34130 \end_inset
34131
34132  folgendermaßen definiert:
34133 \end_layout
34134
34135 \begin_layout Standard
34136
34137 \series bold
34138
34139 \backslash
34140 newcommand{
34141 \backslash
34142 dfrac}[2]{
34143 \backslash
34144 genfrac{}{}{}{0}{#1}{#2}}
34145 \end_layout
34146
34147 \begin_layout Standard
34148 und
34149 \end_layout
34150
34151 \begin_layout Standard
34152
34153 \series bold
34154
34155 \backslash
34156 newcommand{
34157 \backslash
34158 tbinom}[2]{
34159 \backslash
34160 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34161 \end_layout
34162
34163 \begin_layout Standard
34164 \begin_inset VSpace medskip
34165 \end_inset
34166
34167 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
34168  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
34169 \end_layout
34170
34171 \begin_layout Standard
34172
34173 \series bold
34174
34175 \backslash
34176 newcommand{
34177 \backslash
34178 fracS}[3][]{
34179 \backslash
34180 genfrac{}{}{#1}{}{#2}{#3}}
34181 \end_layout
34182
34183 \begin_layout Standard
34184 Dazu ein Test:
34185 \begin_inset Formula \begin{align*}
34186 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34187 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
34188
34189 \end_inset
34190
34191 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
34192  in etwa der dreifachen Strichdicke.
34193 \end_layout
34194
34195 \begin_layout Subsection
34196 Durchgestrichene Formeln
34197 \begin_inset Index
34198 status collapsed
34199
34200 \begin_layout Plain Layout
34201 Formel ! durchgestrichene
34202 \end_layout
34203
34204 \end_inset
34205
34206
34207 \end_layout
34208
34209 \begin_layout Standard
34210 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
34211 \series bold
34212 cancel
34213 \series default
34214
34215 \begin_inset Foot
34216 status collapsed
34217
34218 \begin_layout Plain Layout
34219
34220 \series bold
34221 cancel
34222 \series default
34223  ist Teil jeder LaTeX-Standardinstallation.
34224 \end_layout
34225
34226 \end_inset
34227
34228
34229 \begin_inset Index
34230 status collapsed
34231
34232 \begin_layout Plain Layout
34233 Pakete ! cancel
34234 \end_layout
34235
34236 \end_inset
34237
34238  mit der LaTeX-Vorspannzeile
34239 \end_layout
34240
34241 \begin_layout Standard
34242
34243 \series bold
34244
34245 \backslash
34246 usepackage[samesize]{cancel}
34247 \end_layout
34248
34249 \begin_layout Standard
34250 geladen werden.
34251 \begin_inset Newpage pagebreak
34252 \end_inset
34253
34254
34255 \end_layout
34256
34257 \begin_layout Standard
34258 Es gibt vier verschiedene Arten durchzustreichen:
34259 \end_layout
34260
34261 \begin_layout Standard
34262 \align center
34263 \begin_inset Tabular
34264 <lyxtabular version="3" rows="5" columns="2">
34265 <features>
34266 <column alignment="center" valignment="top" width="0">
34267 <column alignment="center" valignment="top" width="0">
34268 <row>
34269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34270 \begin_inset Text
34271
34272 \begin_layout Plain Layout
34273 Befehl
34274 \end_layout
34275
34276 \end_inset
34277 </cell>
34278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34279 \begin_inset Text
34280
34281 \begin_layout Plain Layout
34282 Ergebnis
34283 \begin_inset Note Note
34284 status collapsed
34285
34286 \begin_layout Plain Layout
34287 Der Leerraum und 
34288 \series bold
34289
34290 \backslash
34291 raisebox
34292 \series default
34293  dienen nur als Abstandhalter.
34294 \end_layout
34295
34296 \end_inset
34297
34298
34299 \end_layout
34300
34301 \end_inset
34302 </cell>
34303 </row>
34304 <row>
34305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34306 \begin_inset Text
34307
34308 \begin_layout Plain Layout
34309
34310 \backslash
34311 cancel{
34312 \backslash
34313 int
34314 \begin_inset ERT
34315 status collapsed
34316
34317 \begin_layout Plain Layout
34318
34319
34320 \backslash
34321 leer 
34322 \end_layout
34323
34324 \end_inset
34325
34326 A=B
34327 \end_layout
34328
34329 \end_inset
34330 </cell>
34331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34332 \begin_inset Text
34333
34334 \begin_layout Plain Layout
34335 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34336 \end_inset
34337
34338
34339 \end_layout
34340
34341 \end_inset
34342 </cell>
34343 </row>
34344 <row>
34345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34346 \begin_inset Text
34347
34348 \begin_layout Plain Layout
34349
34350 \backslash
34351 bcancel{
34352 \backslash
34353 int
34354 \begin_inset ERT
34355 status collapsed
34356
34357 \begin_layout Plain Layout
34358
34359
34360 \backslash
34361 leer 
34362 \end_layout
34363
34364 \end_inset
34365
34366 A=B
34367 \end_layout
34368
34369 \end_inset
34370 </cell>
34371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34372 \begin_inset Text
34373
34374 \begin_layout Plain Layout
34375 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34376 \end_inset
34377
34378
34379 \end_layout
34380
34381 \end_inset
34382 </cell>
34383 </row>
34384 <row>
34385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34386 \begin_inset Text
34387
34388 \begin_layout Plain Layout
34389
34390 \backslash
34391 xcancel{
34392 \backslash
34393 int
34394 \begin_inset ERT
34395 status collapsed
34396
34397 \begin_layout Plain Layout
34398
34399
34400 \backslash
34401 leer 
34402 \end_layout
34403
34404 \end_inset
34405
34406 A=B
34407 \end_layout
34408
34409 \end_inset
34410 </cell>
34411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34412 \begin_inset Text
34413
34414 \begin_layout Plain Layout
34415 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34416 \end_inset
34417
34418
34419 \end_layout
34420
34421 \end_inset
34422 </cell>
34423 </row>
34424 <row>
34425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34426 \begin_inset Text
34427
34428 \begin_layout Plain Layout
34429
34430 \backslash
34431 cancelto{1
34432 \begin_inset Formula $\to$
34433 \end_inset
34434
34435
34436 \backslash
34437 {
34438 \backslash
34439 int
34440 \begin_inset ERT
34441 status collapsed
34442
34443 \begin_layout Plain Layout
34444
34445
34446 \backslash
34447 leer 
34448 \end_layout
34449
34450 \end_inset
34451
34452 A=B
34453 \end_layout
34454
34455 \end_inset
34456 </cell>
34457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34458 \begin_inset Text
34459
34460 \begin_layout Plain Layout
34461 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34462 \end_inset
34463
34464
34465 \end_layout
34466
34467 \end_inset
34468 </cell>
34469 </row>
34470 </lyxtabular>
34471
34472 \end_inset
34473
34474
34475 \end_layout
34476
34477 \begin_layout Standard
34478
34479 \series bold
34480
34481 \backslash
34482 cancelto
34483 \series default
34484  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
34485  will:
34486 \begin_inset Formula \[
34487 \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}}}\]
34488
34489 \end_inset
34490
34491
34492 \end_layout
34493
34494 \begin_layout Subsection
34495 Formeln in Überschriften
34496 \begin_inset CommandInset label
34497 LatexCommand label
34498 name "sub:Formeln-in-Überschriften"
34499
34500 \end_inset
34501
34502
34503 \begin_inset Index
34504 status collapsed
34505
34506 \begin_layout Plain Layout
34507 Formel ! in Überschriften
34508 \end_layout
34509
34510 \end_inset
34511
34512
34513 \end_layout
34514
34515 \begin_layout Standard
34516 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
34517 \end_layout
34518
34519 \begin_layout Standard
34520 \begin_inset Note Greyedout
34521 status open
34522
34523 \begin_layout Plain Layout
34524 Verwendet man 
34525 \series bold
34526 hyperref
34527 \series default
34528
34529 \begin_inset Index
34530 status collapsed
34531
34532 \begin_layout Plain Layout
34533 Pakete ! hyperref
34534 \end_layout
34535
34536 \end_inset
34537
34538  Unterstützung im den Dokumenteinstellungen unter 
34539 \family sans
34540 PDF-Eigenschaften
34541 \family default
34542 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
34543  erzeugt.
34544  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
34545  dargestellt.
34546  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
34547 \end_layout
34548
34549 \end_inset
34550
34551
34552 \end_layout
34553
34554 \begin_layout Standard
34555 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
34556  Kurztitel über das Menü 
34557 \family sans
34558 Einfügen\SpecialChar \menuseparator
34559 Kurztitel
34560 \family default
34561  einfügt.
34562  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
34563  um das Inhaltsverzeichnis übersichtlich zu halten.
34564  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
34565 chen.
34566 \end_layout
34567
34568 \begin_layout Standard
34569 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
34570 \series bold
34571 hyperref
34572 \series default
34573 , verwendet man im TeX-Modus den Befehl
34574 \end_layout
34575
34576 \begin_layout Standard
34577
34578 \series bold
34579
34580 \backslash
34581 texorpdfstring{Teil}{Alternative}
34582 \begin_inset Index
34583 status collapsed
34584
34585 \begin_layout Plain Layout
34586 Befehle ! T ! 
34587 \backslash
34588 texorpdfstring
34589 \end_layout
34590
34591 \end_inset
34592
34593
34594 \end_layout
34595
34596 \begin_layout Standard
34597 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
34598  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
34599  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
34600  soll.
34601 \end_layout
34602
34603 \begin_layout Standard
34604 Es folgen zwei Beispielüberschriften:
34605 \begin_inset VSpace -3mm
34606 \end_inset
34607
34608
34609 \begin_inset ERT
34610 status collapsed
34611
34612 \begin_layout Plain Layout
34613
34614
34615 \backslash
34616 boldmath 
34617 \end_layout
34618
34619 \end_inset
34620
34621
34622 \end_layout
34623
34624 \begin_layout Subsubsection
34625 Überschrift ohne Formel im Inhaltsverzeichnis 
34626 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34627 \end_inset
34628
34629
34630 \begin_inset OptArg
34631 status collapsed
34632
34633 \begin_layout Plain Layout
34634 Überschrift ohne Formel im Inhaltsverzeichnis
34635 \end_layout
34636
34637 \end_inset
34638
34639
34640 \end_layout
34641
34642 \begin_layout Subsubsection
34643 Überschrift mit Formel im Inhaltsverzeichnis
34644 \begin_inset ERT
34645 status collapsed
34646
34647 \begin_layout Plain Layout
34648
34649
34650 \backslash
34651 texorpdfstring{
34652 \end_layout
34653
34654 \end_inset
34655
34656  
34657 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34658 \end_inset
34659
34660
34661 \begin_inset ERT
34662 status collapsed
34663
34664 \begin_layout Plain Layout
34665
34666 }{}
34667 \end_layout
34668
34669 \end_inset
34670
34671
34672 \end_layout
34673
34674 \begin_layout Standard
34675 \begin_inset ERT
34676 status collapsed
34677
34678 \begin_layout Plain Layout
34679
34680
34681 \backslash
34682 unboldmath 
34683 \end_layout
34684
34685 \end_inset
34686
34687 In der ersten Überschrift wurde ein Kurztitel verwendet.
34688  In der zweiten 
34689 \series bold
34690
34691 \backslash
34692 texorpdfstring
34693 \series default
34694 .
34695 \end_layout
34696
34697 \begin_layout Standard
34698 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
34699  die komplette Überschrift in eine 
34700 \series bold
34701 boldmath
34702 \series default
34703 -Umgebung
34704 \begin_inset Foot
34705 status collapsed
34706
34707 \begin_layout Plain Layout
34708 siehe 
34709 \begin_inset CommandInset ref
34710 LatexCommand ref
34711 reference "sub:Fett-gedruckte-Formeln"
34712
34713 \end_inset
34714
34715
34716 \end_layout
34717
34718 \end_inset
34719
34720  gesetzt.
34721 \end_layout
34722
34723 \begin_layout Subsection
34724 Formeln im mehrspaltigen Text
34725 \begin_inset Index
34726 status collapsed
34727
34728 \begin_layout Plain Layout
34729 Formel ! im mehrspaltigen Text
34730 \end_layout
34731
34732 \end_inset
34733
34734
34735 \end_layout
34736
34737 \begin_layout Standard
34738 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
34739  müssen daher über die gesamte Seitenbreite gesetzt werden.
34740  Dazu verwendet man das LaTeX-Paket 
34741 \series bold
34742 multicol
34743 \series default
34744
34745 \begin_inset Foot
34746 status collapsed
34747
34748 \begin_layout Plain Layout
34749
34750 \series bold
34751 multicol
34752 \series default
34753  ist Teil jeder LaTeX-Standardinstallation.
34754 \end_layout
34755
34756 \end_inset
34757
34758
34759 \begin_inset Index
34760 status collapsed
34761
34762 \begin_layout Plain Layout
34763 Pakete ! multicol
34764 \end_layout
34765
34766 \end_inset
34767
34768 , das mit der LaTeX-Vorspannzeile
34769 \end_layout
34770
34771 \begin_layout Standard
34772
34773 \series bold
34774
34775 \backslash
34776 usepackage{multicol}
34777 \end_layout
34778
34779 \begin_layout Standard
34780 geladen wird.
34781 \end_layout
34782
34783 \begin_layout Standard
34784 \begin_inset Note Greyedout
34785 status open
34786
34787 \begin_layout Plain Layout
34788 Dabei ist zu beachten, dass im Menü 
34789 \family sans
34790 Dokument\SpecialChar \menuseparator
34791 Einstellungen
34792 \family default
34793  unter 
34794 \family sans
34795 Textformat
34796 \family default
34797  
34798 \emph on
34799 nicht
34800 \emph default
34801  
34802 \family sans
34803 Zweispaltiges
34804 \begin_inset space ~
34805 \end_inset
34806
34807 Dokument
34808 \family default
34809  ausgewählt sein darf.
34810 \end_layout
34811
34812 \end_inset
34813
34814
34815 \end_layout
34816
34817 \begin_layout Standard
34818 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
34819 \end_layout
34820
34821 \begin_layout Standard
34822
34823 \series bold
34824
34825 \backslash
34826 begin{multicols}{Spaltenanzahl}
34827 \end_layout
34828
34829 \begin_layout Standard
34830 wobei die Spaltenanzahl eine Zahl im Bereich 2
34831 \begin_inset space \thinspace{}
34832 \end_inset
34833
34834 -
34835 \begin_inset space \thinspace{}
34836 \end_inset
34837
34838 10 ist.
34839  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
34840 \end_layout
34841
34842 \begin_layout Standard
34843
34844 \series bold
34845
34846 \backslash
34847 end{multicols}
34848 \end_layout
34849
34850 \begin_layout Standard
34851 der im TeX-Modus eingegeben wird.
34852 \end_layout
34853
34854 \begin_layout Standard
34855 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
34856  Um dies rückgängig zu machen, fügt man vor der Formel -6
34857 \begin_inset space \thinspace{}
34858 \end_inset
34859
34860 mm vertikalen Leerraum ein.
34861  Ist der Formelstil 
34862 \series bold
34863 Eingerückt
34864 \begin_inset Foot
34865 status collapsed
34866
34867 \begin_layout Plain Layout
34868 Formelstile siehe 
34869 \begin_inset CommandInset ref
34870 LatexCommand ref
34871 reference "sec:Formelstile"
34872
34873 \end_inset
34874
34875
34876 \end_layout
34877
34878 \end_inset
34879
34880
34881 \series default
34882  gewählt, fügt man stattdessen -9
34883 \begin_inset space \thinspace{}
34884 \end_inset
34885
34886 mm Leerraum ein.
34887 \end_layout
34888
34889 \begin_layout Standard
34890 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
34891 \end_layout
34892
34893 \begin_layout Standard
34894 \begin_inset ERT
34895 status collapsed
34896
34897 \begin_layout Plain Layout
34898
34899
34900 \backslash
34901 begin{multicols}{2}
34902 \end_layout
34903
34904 \end_inset
34905
34906 Das Spektrum wird fouriertransformiert.
34907  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
34908 , Lösungsmittel) zu trennen.
34909  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
34910  nun das Aussehen des Ausgangssignals.
34911  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
34912  über alle Phasen integrieren muss.
34913  Sei nun 
34914 \begin_inset Formula $S$
34915 \end_inset
34916
34917  unser normiertes Ausgangssignal und 
34918 \begin_inset Formula $P$
34919 \end_inset
34920
34921  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
34922 \begin_inset ERT
34923 status collapsed
34924
34925 \begin_layout Plain Layout
34926
34927
34928 \backslash
34929 end{multicols}
34930 \end_layout
34931
34932 \end_inset
34933
34934
34935 \begin_inset VSpace -6mm
34936 \end_inset
34937
34938
34939 \begin_inset Formula \begin{equation}
34940 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
34941
34942 \end_inset
34943
34944
34945 \begin_inset ERT
34946 status collapsed
34947
34948 \begin_layout Plain Layout
34949
34950
34951 \backslash
34952 begin{multicols}{2}
34953 \end_layout
34954
34955 \end_inset
34956
34957 wobei 
34958 \begin_inset Formula $S_{0}$
34959 \end_inset
34960
34961  das Signal ohne Gradient ist und die Normierungsbedingung 
34962 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34963 \end_inset
34964
34965  gilt.
34966  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
34967  Direkt nach dem 
34968 \begin_inset Formula $\nicefrac{\pi}{2}$
34969 \end_inset
34970
34971
34972 \begin_inset space \thinspace{}
34973 \end_inset
34974
34975 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
34976  das Signal zusätzlich abschwächt.
34977  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
34978  
34979 \begin_inset Formula $T_{2}$
34980 \end_inset
34981
34982 -Zeit.
34983 \end_layout
34984
34985 \begin_layout Standard
34986 \begin_inset ERT
34987 status collapsed
34988
34989 \begin_layout Plain Layout
34990
34991
34992 \backslash
34993 end{multicols}
34994 \end_layout
34995
34996 \end_inset
34997
34998  
34999 \end_layout
35000
35001 \begin_layout Subsection
35002 Formeln mit Beschreibung der Variablen
35003 \begin_inset Index
35004 status collapsed
35005
35006 \begin_layout Plain Layout
35007 Formel ! mit Variablenbeschreibung
35008 \end_layout
35009
35010 \end_inset
35011
35012
35013 \end_layout
35014
35015 \begin_layout Standard
35016 Möchte man wie in Formel 
35017 \begin_inset CommandInset ref
35018 LatexCommand eqref
35019 reference "eq:innerhalb"
35020
35021 \end_inset
35022
35023 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
35024 \series bold
35025 ×
35026 \series default
35027
35028 \begin_inset Formula $n$
35029 \end_inset
35030
35031
35032 \begin_inset space ~
35033 \end_inset
35034
35035 Matrix mit links ausgerichteten Spalten für die verwendeten 
35036 \begin_inset Formula $n$
35037 \end_inset
35038
35039  Variablen.
35040 \begin_inset Foot
35041 status collapsed
35042
35043 \begin_layout Plain Layout
35044 Matrizen siehe 
35045 \begin_inset CommandInset ref
35046 LatexCommand ref
35047 reference "sec:Matrizen"
35048
35049 \end_inset
35050
35051
35052 \end_layout
35053
35054 \end_inset
35055
35056  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
35057 \begin_inset space \thinspace{}
35058 \end_inset
35059
35060 B.
35061  den Befehl 
35062 \series bold
35063
35064 \backslash
35065 footnotesize
35066 \series default
35067  ein.
35068 \begin_inset Foot
35069 status collapsed
35070
35071 \begin_layout Plain Layout
35072 Schriftgrößen siehe 
35073 \begin_inset CommandInset ref
35074 LatexCommand ref
35075 reference "sub:Schriftgrößen"
35076
35077 \end_inset
35078
35079
35080 \end_layout
35081
35082 \end_inset
35083
35084
35085 \end_layout
35086
35087 \begin_layout Standard
35088 Wird der Formelstil 
35089 \series bold
35090 Eingerückt
35091 \begin_inset Foot
35092 status collapsed
35093
35094 \begin_layout Plain Layout
35095 Formelstile siehe 
35096 \begin_inset CommandInset ref
35097 LatexCommand ref
35098 reference "sec:Formelstile"
35099
35100 \end_inset
35101
35102
35103 \end_layout
35104
35105 \end_inset
35106
35107
35108 \series default
35109  verwendet, fügt man vor und nach der Matrix ein 
35110 \series bold
35111
35112 \backslash
35113 hfill
35114 \series default
35115
35116 \begin_inset Foot
35117 status collapsed
35118
35119 \begin_layout Plain Layout
35120
35121 \series bold
35122
35123 \backslash
35124 hfill
35125 \series default
35126  wirkt nur in Formeln mit dem Stil 
35127 \series bold
35128 Eingerückt
35129 \series default
35130 , siehe 
35131 \begin_inset CommandInset ref
35132 LatexCommand ref
35133 reference "sub:Variabler-Leerraum"
35134
35135 \end_inset
35136
35137 .
35138 \end_layout
35139
35140 \end_inset
35141
35142  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
35143  gleich ist.
35144 \end_layout
35145
35146 \begin_layout Standard
35147 Ist der Formelstil 
35148 \series bold
35149 Zentriert
35150 \series default
35151  gewählt, nutzt man die in 
35152 \begin_inset CommandInset ref
35153 LatexCommand ref
35154 reference "sub:Flalign-Umgebung"
35155
35156 \end_inset
35157
35158  beschriebene Möglichkeit, Formeln einzurücken.
35159  Formel 
35160 \begin_inset CommandInset ref
35161 LatexCommand eqref
35162 reference "eq:innerhalb"
35163
35164 \end_inset
35165
35166  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
35167  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
35168 \begin_inset Formula \begin{flalign}
35169 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35170 \rho & \textrm{Dichte}\\
35171 V & \textrm{Volumen}\\
35172 g & \textrm{Fallbeschleunigung}\end{array} &  & {}\label{eq:innerhalb}\end{flalign}
35173
35174 \end_inset
35175
35176
35177 \end_layout
35178
35179 \begin_layout Subsection
35180 Aufrechte kleine griechische Buchstaben
35181 \begin_inset CommandInset label
35182 LatexCommand label
35183 name "sub:Aufrechte-kleine-griechische"
35184
35185 \end_inset
35186
35187
35188 \begin_inset Index
35189 status collapsed
35190
35191 \begin_layout Plain Layout
35192 griechische Buchstaben ! aufrechte
35193 \end_layout
35194
35195 \end_inset
35196
35197
35198 \end_layout
35199
35200 \begin_layout Standard
35201 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
35202  zur Verfügung.
35203  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
35204  aufrechte griechische Buchstaben benötigt.
35205  Die Datei 
35206 \series bold
35207 upgreek.sty
35208 \series default
35209
35210 \begin_inset Foot
35211 status collapsed
35212
35213 \begin_layout Plain Layout
35214
35215 \series bold
35216 upgreek
35217 \series default
35218  ist Teil des LaTeX-Paketes 
35219 \series bold
35220 was
35221 \series default
35222
35223 \begin_inset Index
35224 status collapsed
35225
35226 \begin_layout Plain Layout
35227 Pakete ! was
35228 \begin_inset ERT
35229 status collapsed
35230
35231 \begin_layout Plain Layout
35232
35233
35234 \backslash
35235 vspace{4mm}
35236 \end_layout
35237
35238 \end_inset
35239
35240
35241 \end_layout
35242
35243 \end_inset
35244
35245 .
35246 \end_layout
35247
35248 \end_inset
35249
35250
35251 \begin_inset Index
35252 status collapsed
35253
35254 \begin_layout Plain Layout
35255 Pakete ! upgreek
35256 \end_layout
35257
35258 \end_inset
35259
35260 , die mit der LaTeX-Vorspannzeile
35261 \end_layout
35262
35263 \begin_layout Standard
35264
35265 \series bold
35266
35267 \backslash
35268 usepackage{upgreek}
35269 \end_layout
35270
35271 \begin_layout Standard
35272 geladen wird, stellt diese Buchstaben zur Verfügung.
35273  
35274 \begin_inset ERT
35275 status collapsed
35276
35277 \begin_layout Plain Layout
35278
35279
35280 \backslash
35281 ifupgreek 
35282 \end_layout
35283
35284 \end_inset
35285
35286
35287 \begin_inset Note Note
35288 status open
35289
35290 \begin_layout Plain Layout
35291 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35292 \series bold
35293 upgreek
35294 \series default
35295  installiert ist:
35296 \end_layout
35297
35298 \end_inset
35299
35300  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
35301  
35302 \series bold
35303 up
35304 \series default
35305  begonnen wird.
35306  So erzeugt z.
35307 \begin_inset space \thinspace{}
35308 \end_inset
35309
35310 B.
35311  der Befehl 
35312 \series bold
35313
35314 \backslash
35315 uptau
35316 \series default
35317  dies: 
35318 \begin_inset Formula $\uptau$
35319 \end_inset
35320
35321
35322 \end_layout
35323
35324 \begin_layout Standard
35325 Damit kann man Elementarteilchenreaktionen erstellen:
35326 \begin_inset Formula \[
35327 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
35328
35329 \end_inset
35330
35331
35332 \end_layout
35333
35334 \begin_layout Standard
35335 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
35336  Sie sollten daher nicht für Einheiten wie 
35337 \begin_inset Quotes gld
35338 \end_inset
35339
35340 µm
35341 \begin_inset Quotes grd
35342 \end_inset
35343
35344  verwendet werden.
35345 \end_layout
35346
35347 \begin_layout Standard
35348 \begin_inset ERT
35349 status collapsed
35350
35351 \begin_layout Plain Layout
35352
35353
35354 \backslash
35355 else 
35356 \end_layout
35357
35358 \end_inset
35359
35360
35361 \begin_inset Note Note
35362 status open
35363
35364 \begin_layout Plain Layout
35365 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35366 \series bold
35367 upgreek
35368 \series default
35369  nicht installiert ist:
35370 \end_layout
35371
35372 \end_inset
35373
35374
35375 \end_layout
35376
35377 \begin_layout Standard
35378 Das LaTeX-Paket 
35379 \series bold
35380 upgreek 
35381 \series default
35382 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35383 \end_layout
35384
35385 \begin_layout Standard
35386 \begin_inset ERT
35387 status collapsed
35388
35389 \begin_layout Plain Layout
35390
35391
35392 \backslash
35393 fi 
35394 \end_layout
35395
35396 \end_inset
35397
35398
35399 \end_layout
35400
35401 \begin_layout Subsection
35402 Textzeichen in Formeln
35403 \begin_inset CommandInset label
35404 LatexCommand label
35405 name "sub:Textzeichen-in-Formeln"
35406
35407 \end_inset
35408
35409
35410 \begin_inset Index
35411 status collapsed
35412
35413 \begin_layout Plain Layout
35414 Text ! in Formeln
35415 \end_layout
35416
35417 \end_inset
35418
35419
35420 \end_layout
35421
35422 \begin_layout Standard
35423 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
35424  Benötigt man z.
35425 \begin_inset space \thinspace{}
35426 \end_inset
35427
35428 B.
35429  den mittigen Punkt · in Formeln wie 
35430 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35431 \end_inset
35432
35433 , müsste man dafür jedes Mal den Befehl 
35434 \series bold
35435
35436 \backslash
35437 cdot
35438 \series default
35439  eingeben
35440 \begin_inset Foot
35441 status collapsed
35442
35443 \begin_layout Plain Layout
35444 siehe 
35445 \begin_inset CommandInset ref
35446 LatexCommand ref
35447 reference "sub:Binäre-Operatoren"
35448
35449 \end_inset
35450
35451
35452 \end_layout
35453
35454 \end_inset
35455
35456 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
35457  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
35458 \end_layout
35459
35460 \begin_layout Standard
35461
35462 \series bold
35463
35464 \backslash
35465 DeclareInputText{183}{
35466 \backslash
35467 ifmmode
35468 \backslash
35469 cdot
35470 \backslash
35471 else
35472 \backslash
35473 textperiodcentered
35474 \backslash
35475 f\SpecialChar \textcompwordmark{}
35476 i}
35477 \end_layout
35478
35479 \begin_layout Standard
35480 Die Zeichenkodierung (Menü 
35481 \family sans
35482 Dokument\SpecialChar \menuseparator
35483 Einstellungen\SpecialChar \menuseparator
35484 Sprache
35485 \family default
35486 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
35487  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
35488 \series bold
35489
35490 \backslash
35491 textperiodcentered
35492 \series default
35493  verwendet.
35494  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
35495  LaTeX-Fehlern kommen würde.
35496  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
35497  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
35498  nicht.
35499 \end_layout
35500
35501 \begin_layout Standard
35502 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
35503  Z.
35504 \begin_inset space \thinspace{}
35505 \end_inset
35506
35507 B.
35508  ist die Kodierung 
35509 \series bold
35510 latin9
35511 \series default
35512  in der Datei 
35513 \series bold
35514 latin9.def
35515 \series default
35516  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
35517  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
35518 eien geändert werden.
35519  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
35520  nicht ohne Weiteres bearbeitet werden.
35521 \end_layout
35522
35523 \begin_layout Standard
35524 \begin_inset VSpace medskip
35525 \end_inset
35526
35527 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
35528  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
35529  Formel eingegeben werden können:
35530 \end_layout
35531
35532 \begin_layout Standard
35533
35534 \series bold
35535
35536 \backslash
35537 DeclareInputText{176}{
35538 \backslash
35539 ifmmode^
35540 \backslash
35541 circ
35542 \backslash
35543 else
35544 \backslash
35545 textdegree
35546 \backslash
35547 f\SpecialChar \textcompwordmark{}
35548 i}
35549 \end_layout
35550
35551 \begin_layout Standard
35552 \begin_inset Newpage newpage
35553 \end_inset
35554
35555
35556 \end_layout
35557
35558 \begin_layout Section
35559 \start_of_appendix
35560 Typographische Hinweise
35561 \begin_inset Index
35562 status collapsed
35563
35564 \begin_layout Plain Layout
35565 Typographische Hinweise
35566 \end_layout
35567
35568 \end_inset
35569
35570
35571 \end_layout
35572
35573 \begin_layout Standard
35574 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
35575  Regeln, die teilweise auch im Duden 
35576 \begin_inset CommandInset citation
35577 LatexCommand cite
35578 key "Duden"
35579
35580 \end_inset
35581
35582  unter 
35583 \family typewriter
35584 Textverarbeitung
35585 \family default
35586  aufgelistet sind.
35587 \end_layout
35588
35589 \begin_layout Itemize
35590 Physikalische Einheiten werden 
35591 \emph on
35592 immer
35593 \emph default
35594  aufrecht gesetzt
35595 \begin_inset Foot
35596 status collapsed
35597
35598 \begin_layout Plain Layout
35599 wird durch Schriftstile erreicht, siehe 
35600 \begin_inset CommandInset ref
35601 LatexCommand ref
35602 reference "sub:Schriftstile"
35603
35604 \end_inset
35605
35606
35607 \end_layout
35608
35609 \end_inset
35610
35611 : 30
35612 \begin_inset space \thinspace{}
35613 \end_inset
35614
35615 km/h
35616 \begin_inset Newline newline
35617 \end_inset
35618
35619 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
35620 \begin_inset CommandInset ref
35621 LatexCommand ref
35622 reference "sub:Vordefinierter-Leerraum"
35623
35624 \end_inset
35625
35626 .
35627 \begin_inset Newline newline
35628 \end_inset
35629
35630 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
35631 \series bold
35632
35633 \backslash
35634 unittwo
35635 \series default
35636  verwendet.
35637  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
35638  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
35639  erhält wie oben: 
35640 \begin_inset Formula $\unit[30]{km/h}$
35641 \end_inset
35642
35643
35644 \begin_inset space \thinspace{}
35645 \end_inset
35646
35647 .
35648  Zu beachten ist, dass 
35649 \series bold
35650
35651 \backslash
35652 unittwo
35653 \series default
35654  kein echter LaTeX-Befehl, sondern der Befehl 
35655 \series bold
35656
35657 \backslash
35658 unit[Wert]{Einheit}
35659 \series default
35660  ist, daher kann man ihn nicht im TeX-Code benutzen.
35661 \end_layout
35662
35663 \begin_layout Itemize
35664 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
35665 \begin_inset Newline newline
35666 \end_inset
35667
35668 1,2
35669 \begin_inset space \thinspace{}
35670 \end_inset
35671
35672 ‰ Alkohol im Blut
35673 \begin_inset Newline newline
35674 \end_inset
35675
35676 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
35677  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
35678 \end_layout
35679
35680 \begin_layout Itemize
35681 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
35682  wird in einer Einheit verwendet: 15
35683 \begin_inset space \thinspace{}
35684 \end_inset
35685
35686 °C
35687 \end_layout
35688
35689 \begin_layout Itemize
35690 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
35691  Ziffer der kleinste Leerraum eingefügt: 18
35692 \begin_inset space \thinspace{}
35693 \end_inset
35694
35695 473
35696 \begin_inset space \thinspace{}
35697 \end_inset
35698
35699 588
35700 \end_layout
35701
35702 \begin_layout Itemize
35703 Für Bemaßungen wie z.
35704 \begin_inset space \thinspace{}
35705 \end_inset
35706
35707 B.
35708  120×90×40
35709 \begin_inset space \thinspace{}
35710 \end_inset
35711
35712 cm, verwendet man das gelegte Kreuz 
35713 \begin_inset Quotes gld
35714 \end_inset
35715
35716 ×
35717 \begin_inset Quotes grd
35718 \end_inset
35719
35720 , dass über den LaTeX-Befehl 
35721 \series bold
35722
35723 \backslash
35724 texttimes
35725 \series default
35726  verfügbar ist, mit einigen Tastaturdefinitionen aber auch direkt eingegeben
35727  werden kann.
35728 \end_layout
35729
35730 \begin_layout Itemize
35731 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
35732  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
35733 \begin_inset space \thinspace{}
35734 \end_inset
35735
35736 6.
35737 \begin_inset space ~
35738 \end_inset
35739
35740 1979
35741 \end_layout
35742
35743 \begin_layout Itemize
35744 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
35745  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
35746 \begin_inset CommandInset ref
35747 LatexCommand ref
35748 reference "sub:Vordefinierte-Funktionen"
35749
35750 \end_inset
35751
35752 .
35753 \end_layout
35754
35755 \begin_layout Itemize
35756 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
35757  
35758 \begin_inset Formula $E_{\mathrm{kin}}$
35759 \end_inset
35760
35761
35762 \begin_inset Newline newline
35763 \end_inset
35764
35765 Komponenten von Matrizen werden kursiv gesetzt: 
35766 \begin_inset Formula $\hat{H}_{kl}$
35767 \end_inset
35768
35769
35770 \end_layout
35771
35772 \begin_layout Itemize
35773 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
35774  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
35775  Variablen zu verwechseln.
35776 \end_layout
35777
35778 \begin_layout Standard
35779 \begin_inset Newpage newpage
35780 \end_inset
35781
35782
35783 \end_layout
35784
35785 \begin_layout Section
35786 Synonyme
35787 \begin_inset Index
35788 status collapsed
35789
35790 \begin_layout Plain Layout
35791 Synonyme
35792 \end_layout
35793
35794 \end_inset
35795
35796
35797 \end_layout
35798
35799 \begin_layout Standard
35800 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
35801  Hier ist eine Übersicht der Synonymbefehle:
35802 \end_layout
35803
35804 \begin_layout Standard
35805 \begin_inset VSpace bigskip
35806 \end_inset
35807
35808
35809 \begin_inset space \hfill{}
35810 \end_inset
35811
35812
35813 \begin_inset Tabular
35814 <lyxtabular version="3" rows="12" columns="2">
35815 <features>
35816 <column alignment="center" valignment="top" width="0pt">
35817 <column alignment="center" valignment="top" width="0pt">
35818 <row>
35819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35820 \begin_inset Text
35821
35822 \begin_layout Plain Layout
35823 Befehl
35824 \end_layout
35825
35826 \end_inset
35827 </cell>
35828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35829 \begin_inset Text
35830
35831 \begin_layout Plain Layout
35832 äquivalent zu
35833 \begin_inset Note Note
35834 status collapsed
35835
35836 \begin_layout Plain Layout
35837
35838 \series bold
35839
35840 \backslash
35841 raisebox
35842 \series default
35843  dient nur als Abstandhalter.
35844 \end_layout
35845
35846 \end_inset
35847
35848
35849 \end_layout
35850
35851 \end_inset
35852 </cell>
35853 </row>
35854 <row>
35855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35856 \begin_inset Text
35857
35858 \begin_layout Plain Layout
35859
35860 \backslash
35861 ast
35862 \end_layout
35863
35864 \end_inset
35865 </cell>
35866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35867 \begin_inset Text
35868
35869 \begin_layout Plain Layout
35870 \begin_inset ERT
35871 status collapsed
35872
35873 \begin_layout Plain Layout
35874
35875
35876 \backslash
35877 raisebox{-1.2mm}{
35878 \end_layout
35879
35880 \end_inset
35881
35882 *
35883 \begin_inset ERT
35884 status collapsed
35885
35886 \begin_layout Plain Layout
35887
35888 }
35889 \end_layout
35890
35891 \end_inset
35892
35893
35894 \end_layout
35895
35896 \end_inset
35897 </cell>
35898 </row>
35899 <row>
35900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35901 \begin_inset Text
35902
35903 \begin_layout Plain Layout
35904
35905 \backslash
35906 choose
35907 \end_layout
35908
35909 \end_inset
35910 </cell>
35911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35912 \begin_inset Text
35913
35914 \begin_layout Plain Layout
35915
35916 \backslash
35917 binom
35918 \end_layout
35919
35920 \end_inset
35921 </cell>
35922 </row>
35923 <row>
35924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35925 \begin_inset Text
35926
35927 \begin_layout Plain Layout
35928
35929 \backslash
35930 geq
35931 \end_layout
35932
35933 \end_inset
35934 </cell>
35935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35936 \begin_inset Text
35937
35938 \begin_layout Plain Layout
35939
35940 \backslash
35941 ge
35942 \end_layout
35943
35944 \end_inset
35945 </cell>
35946 </row>
35947 <row>
35948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35949 \begin_inset Text
35950
35951 \begin_layout Plain Layout
35952
35953 \backslash
35954 lbrace
35955 \end_layout
35956
35957 \end_inset
35958 </cell>
35959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35960 \begin_inset Text
35961
35962 \begin_layout Plain Layout
35963 {
35964 \end_layout
35965
35966 \end_inset
35967 </cell>
35968 </row>
35969 <row>
35970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35971 \begin_inset Text
35972
35973 \begin_layout Plain Layout
35974
35975 \backslash
35976 lbracket
35977 \end_layout
35978
35979 \end_inset
35980 </cell>
35981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35982 \begin_inset Text
35983
35984 \begin_layout Plain Layout
35985 [
35986 \end_layout
35987
35988 \end_inset
35989 </cell>
35990 </row>
35991 <row>
35992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35993 \begin_inset Text
35994
35995 \begin_layout Plain Layout
35996
35997 \backslash
35998 leftarrow
35999 \end_layout
36000
36001 \end_inset
36002 </cell>
36003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36004 \begin_inset Text
36005
36006 \begin_layout Plain Layout
36007
36008 \backslash
36009 gets
36010 \end_layout
36011
36012 \end_inset
36013 </cell>
36014 </row>
36015 <row>
36016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36017 \begin_inset Text
36018
36019 \begin_layout Plain Layout
36020
36021 \backslash
36022 leq
36023 \end_layout
36024
36025 \end_inset
36026 </cell>
36027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36028 \begin_inset Text
36029
36030 \begin_layout Plain Layout
36031
36032 \backslash
36033 le
36034 \end_layout
36035
36036 \end_inset
36037 </cell>
36038 </row>
36039 <row>
36040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36041 \begin_inset Text
36042
36043 \begin_layout Plain Layout
36044
36045 \backslash
36046 lor
36047 \end_layout
36048
36049 \end_inset
36050 </cell>
36051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36052 \begin_inset Text
36053
36054 \begin_layout Plain Layout
36055
36056 \backslash
36057 vee
36058 \end_layout
36059
36060 \end_inset
36061 </cell>
36062 </row>
36063 <row>
36064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36065 \begin_inset Text
36066
36067 \begin_layout Plain Layout
36068
36069 \backslash
36070 neq
36071 \end_layout
36072
36073 \end_inset
36074 </cell>
36075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36076 \begin_inset Text
36077
36078 \begin_layout Plain Layout
36079
36080 \backslash
36081 not=
36082 \end_layout
36083
36084 \end_inset
36085 </cell>
36086 </row>
36087 <row>
36088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36089 \begin_inset Text
36090
36091 \begin_layout Plain Layout
36092
36093 \backslash
36094 slash
36095 \end_layout
36096
36097 \end_inset
36098 </cell>
36099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36100 \begin_inset Text
36101
36102 \begin_layout Plain Layout
36103 /
36104 \end_layout
36105
36106 \end_inset
36107 </cell>
36108 </row>
36109 <row>
36110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36111 \begin_inset Text
36112
36113 \begin_layout Plain Layout
36114
36115 \backslash
36116 vert
36117 \end_layout
36118
36119 \end_inset
36120 </cell>
36121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36122 \begin_inset Text
36123
36124 \begin_layout Plain Layout
36125 |
36126 \end_layout
36127
36128 \end_inset
36129 </cell>
36130 </row>
36131 </lyxtabular>
36132
36133 \end_inset
36134
36135
36136 \begin_inset space \hfill{}
36137 \end_inset
36138
36139
36140 \begin_inset Tabular
36141 <lyxtabular version="3" rows="12" columns="2">
36142 <features>
36143 <column alignment="center" valignment="top" width="0pt">
36144 <column alignment="center" valignment="top" width="0pt">
36145 <row>
36146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36147 \begin_inset Text
36148
36149 \begin_layout Plain Layout
36150 Befehl
36151 \end_layout
36152
36153 \end_inset
36154 </cell>
36155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36156 \begin_inset Text
36157
36158 \begin_layout Plain Layout
36159 äquivalent zu
36160 \end_layout
36161
36162 \end_inset
36163 </cell>
36164 </row>
36165 <row>
36166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36167 \begin_inset Text
36168
36169 \begin_layout Plain Layout
36170
36171 \backslash
36172 backslash
36173 \end_layout
36174
36175 \end_inset
36176 </cell>
36177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36178 \begin_inset Text
36179
36180 \begin_layout Plain Layout
36181
36182 \backslash
36183
36184 \backslash
36185
36186 \end_layout
36187
36188 \end_inset
36189 </cell>
36190 </row>
36191 <row>
36192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36193 \begin_inset Text
36194
36195 \begin_layout Plain Layout
36196
36197 \backslash
36198 dasharrow
36199 \end_layout
36200
36201 \end_inset
36202 </cell>
36203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36204 \begin_inset Text
36205
36206 \begin_layout Plain Layout
36207
36208 \backslash
36209 dashrightarrow
36210 \end_layout
36211
36212 \end_inset
36213 </cell>
36214 </row>
36215 <row>
36216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36217 \begin_inset Text
36218
36219 \begin_layout Plain Layout
36220
36221 \backslash
36222 land
36223 \end_layout
36224
36225 \end_inset
36226 </cell>
36227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36228 \begin_inset Text
36229
36230 \begin_layout Plain Layout
36231
36232 \backslash
36233 wedge
36234 \end_layout
36235
36236 \end_inset
36237 </cell>
36238 </row>
36239 <row>
36240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36241 \begin_inset Text
36242
36243 \begin_layout Plain Layout
36244
36245 \backslash
36246 rbrace
36247 \end_layout
36248
36249 \end_inset
36250 </cell>
36251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36252 \begin_inset Text
36253
36254 \begin_layout Plain Layout
36255 }
36256 \end_layout
36257
36258 \end_inset
36259 </cell>
36260 </row>
36261 <row>
36262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36263 \begin_inset Text
36264
36265 \begin_layout Plain Layout
36266
36267 \backslash
36268 rbracket
36269 \end_layout
36270
36271 \end_inset
36272 </cell>
36273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36274 \begin_inset Text
36275
36276 \begin_layout Plain Layout
36277 ]
36278 \end_layout
36279
36280 \end_inset
36281 </cell>
36282 </row>
36283 <row>
36284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36285 \begin_inset Text
36286
36287 \begin_layout Plain Layout
36288
36289 \backslash
36290 rightarrow
36291 \end_layout
36292
36293 \end_inset
36294 </cell>
36295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36296 \begin_inset Text
36297
36298 \begin_layout Plain Layout
36299
36300 \backslash
36301 to
36302 \end_layout
36303
36304 \end_inset
36305 </cell>
36306 </row>
36307 <row>
36308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36309 \begin_inset Text
36310
36311 \begin_layout Plain Layout
36312
36313 \backslash
36314 lnot
36315 \end_layout
36316
36317 \end_inset
36318 </cell>
36319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36320 \begin_inset Text
36321
36322 \begin_layout Plain Layout
36323
36324 \backslash
36325 neg
36326 \end_layout
36327
36328 \end_inset
36329 </cell>
36330 </row>
36331 <row>
36332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36333 \begin_inset Text
36334
36335 \begin_layout Plain Layout
36336
36337 \backslash
36338 ne
36339 \end_layout
36340
36341 \end_inset
36342 </cell>
36343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36344 \begin_inset Text
36345
36346 \begin_layout Plain Layout
36347
36348 \backslash
36349 not=
36350 \end_layout
36351
36352 \end_inset
36353 </cell>
36354 </row>
36355 <row>
36356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36357 \begin_inset Text
36358
36359 \begin_layout Plain Layout
36360
36361 \backslash
36362 owns
36363 \end_layout
36364
36365 \end_inset
36366 </cell>
36367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36368 \begin_inset Text
36369
36370 \begin_layout Plain Layout
36371
36372 \backslash
36373 ni
36374 \end_layout
36375
36376 \end_inset
36377 </cell>
36378 </row>
36379 <row>
36380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36381 \begin_inset Text
36382
36383 \begin_layout Plain Layout
36384
36385 \backslash
36386 square
36387 \end_layout
36388
36389 \end_inset
36390 </cell>
36391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36392 \begin_inset Text
36393
36394 \begin_layout Plain Layout
36395
36396 \backslash
36397 Box
36398 \end_layout
36399
36400 \end_inset
36401 </cell>
36402 </row>
36403 <row>
36404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36405 \begin_inset Text
36406
36407 \begin_layout Plain Layout
36408
36409 \backslash
36410 Vert
36411 \end_layout
36412
36413 \end_inset
36414 </cell>
36415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36416 \begin_inset Text
36417
36418 \begin_layout Plain Layout
36419
36420 \backslash
36421 |
36422 \end_layout
36423
36424 \end_inset
36425 </cell>
36426 </row>
36427 </lyxtabular>
36428
36429 \end_inset
36430
36431
36432 \begin_inset space \hfill{}
36433 \end_inset
36434
36435
36436 \end_layout
36437
36438 \begin_layout Standard
36439 \begin_inset Newpage newpage
36440 \end_inset
36441
36442
36443 \end_layout
36444
36445 \begin_layout Bibliography
36446 \begin_inset CommandInset bibitem
36447 LatexCommand bibitem
36448 key "TLC2"
36449
36450 \end_inset
36451
36452
36453 \shape smallcaps
36454 Mittelbach, F.
36455  ; Goossens, M.
36456 \shape default
36457
36458 \shape italic
36459 The LaTeX Companion
36460 \shape default
36461 .
36462  Addison Wesley, 2004
36463 \end_layout
36464
36465 \begin_layout Bibliography
36466 \begin_inset CommandInset bibitem
36467 LatexCommand bibitem
36468 key "Mathmode"
36469
36470 \end_inset
36471
36472
36473 \begin_inset CommandInset href
36474 LatexCommand href
36475 name "Beschreibung"
36476 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36477
36478 \end_inset
36479
36480  der mathematischen Fähigkeiten von LaTeX
36481 \end_layout
36482
36483 \begin_layout Bibliography
36484 \begin_inset CommandInset bibitem
36485 LatexCommand bibitem
36486 key "Voss"
36487
36488 \end_inset
36489
36490 LaTeX Tipps- und Tricks-
36491 \begin_inset CommandInset href
36492 LatexCommand href
36493 name "Seite"
36494 target "http://tug.org/TeXnik/"
36495
36496 \end_inset
36497
36498
36499 \end_layout
36500
36501 \begin_layout Bibliography
36502 \begin_inset CommandInset bibitem
36503 LatexCommand bibitem
36504 key "AMS"
36505
36506 \end_inset
36507
36508
36509 \begin_inset CommandInset href
36510 LatexCommand href
36511 name "Beschreibung"
36512 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
36513
36514 \end_inset
36515
36516  von 
36517 \begin_inset ERT
36518 status collapsed
36519
36520 \begin_layout Plain Layout
36521
36522
36523 \backslash
36524 AmS
36525 \end_layout
36526
36527 \end_inset
36528
36529 -LaTeX
36530 \end_layout
36531
36532 \begin_layout Bibliography
36533 \begin_inset CommandInset bibitem
36534 LatexCommand bibitem
36535 key "Symbole"
36536
36537 \end_inset
36538
36539
36540 \begin_inset CommandInset href
36541 LatexCommand href
36542 name "Auflistung"
36543 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36544
36545 \end_inset
36546
36547  aller über LaTeX-Pakete verfügbare Symbole
36548 \end_layout
36549
36550 \begin_layout Bibliography
36551 \begin_inset CommandInset bibitem
36552 LatexCommand bibitem
36553 key "hyperref"
36554
36555 \end_inset
36556
36557
36558 \begin_inset CommandInset href
36559 LatexCommand href
36560 name "Dokumentation"
36561 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36562
36563 \end_inset
36564
36565  des LaTeX-Pakets 
36566 \series bold
36567 hyperref
36568 \series default
36569
36570 \begin_inset Index
36571 status collapsed
36572
36573 \begin_layout Plain Layout
36574 Pakete ! hyperref
36575 \end_layout
36576
36577 \end_inset
36578
36579
36580 \end_layout
36581
36582 \begin_layout Bibliography
36583 \begin_inset CommandInset bibitem
36584 LatexCommand bibitem
36585 key "Mathclap"
36586
36587 \end_inset
36588
36589
36590 \begin_inset CommandInset href
36591 LatexCommand href
36592 name "Beschreibung"
36593 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36594
36595 \end_inset
36596
36597  des in 
36598 \begin_inset CommandInset ref
36599 LatexCommand ref
36600 reference "sub:Operatorgrenzen"
36601
36602 \end_inset
36603
36604  vorgestellten Befehls 
36605 \series bold
36606
36607 \backslash
36608 mathclap
36609 \series default
36610
36611 \begin_inset Index
36612 status collapsed
36613
36614 \begin_layout Plain Layout
36615 Befehle ! M ! 
36616 \backslash
36617 mathclap
36618 \end_layout
36619
36620 \end_inset
36621
36622
36623 \end_layout
36624
36625 \begin_layout Bibliography
36626 \begin_inset CommandInset bibitem
36627 LatexCommand bibitem
36628 key "Duden"
36629
36630 \end_inset
36631
36632
36633 \emph on
36634 Duden Band 1
36635 \emph default
36636 .
36637  22.
36638  Auflage, Duden Verlag 2001
36639 \end_layout
36640
36641 \begin_layout Subsubsection*
36642 \begin_inset Note Note
36643 status collapsed
36644
36645 \begin_layout Plain Layout
36646 Damit der Index den Namen 
36647 \begin_inset Quotes gld
36648 \end_inset
36649
36650 Stichwortverzeichnis
36651 \begin_inset Quotes grd
36652 \end_inset
36653
36654  erhält, wurde im LaTeX-Vorspann
36655 \end_layout
36656
36657 \begin_layout Plain Layout
36658
36659 \series bold
36660
36661 \backslash
36662 addto
36663 \backslash
36664 captionsngerman{
36665 \backslash
36666 renewcommand{
36667 \backslash
36668 indexname}{Stichwortverzeichnis}}
36669 \end_layout
36670
36671 \begin_layout Plain Layout
36672 eingefügt.
36673 \end_layout
36674
36675 \begin_layout Plain Layout
36676 Das Paket 
36677 \series bold
36678 babel
36679 \series default
36680  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
36681  Ehe man Beschriftungen ändern kann, muss es geladen werden.
36682  Außerdem wird 
36683 \series bold
36684 babel
36685 \series default
36686  von LyX automatisch nach dem LaTeX-Vorspann geladen.
36687  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
36688 che verwendet wurde.
36689 \end_layout
36690
36691 \begin_layout Plain Layout
36692 Möchte man andere Beschriftungen ändern, ersetzt man 
36693 \series bold
36694
36695 \backslash
36696 indexname
36697 \series default
36698  durch 
36699 \series bold
36700
36701 \backslash
36702 <Beschriftungs>name
36703 \series default
36704 .
36705  Eine Auflistung der möglichen Namen findet man unter
36706 \end_layout
36707
36708 \begin_layout Plain Layout
36709
36710 \family typewriter
36711 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
36712 \end_layout
36713
36714 \begin_layout Plain Layout
36715 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
36716 \series bold
36717 ngerman
36718 \series default
36719  durch die Dokumentsprache und
36720 \end_layout
36721
36722 \begin_layout Plain Layout
36723
36724 \series bold
36725
36726 \backslash
36727 captionsgerman
36728 \series default
36729  durch 
36730 \series bold
36731
36732 \backslash
36733 captions<Dokumentsprache>
36734 \series default
36735 .
36736 \end_layout
36737
36738 \end_inset
36739
36740
36741 \begin_inset CommandInset index_print
36742 LatexCommand printindex
36743
36744 \end_inset
36745
36746
36747 \end_layout
36748
36749 \end_body
36750 \end_document