]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
2912e7213fb41c28b53f7ea7e6d7d787331abcc6
[lyx.git] / lib / doc / de / Math.lyx
1 #LyX 1.6.6svn 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 % für das Fourier-Transformationssymbol
86 \usepackage{mathrsfs}
87
88 %Mehrfachzeilen zentriert ausrichten (z.B. in Kap. 13.3)
89 \renewcommand{\multirowsetup}{\centering}
90
91 % Farbdefinition aus Kap. 9.3
92 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
93
94 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
95 \DeclareMathOperator*{\Raute}{\blacklozenge}
96 \DeclareMathOperator{\sgn}{sgn}
97
98 \newcommand{\leer}{\textvisiblespace}
99
100 % Beispielbefehle aus Kap. 20.1 
101 \newcommand{\gr}{\Longrightarrow}
102 \newcommand{\us}[1]{\underline{#1}}
103 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
104 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
105 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
106
107 % Beispielmakro aus Kap. 19.4
108 %\def\tagform@#1{\maketag@@@{|#1|}}
109
110 % Makro aus Kap. 10.2
111 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
112 \def\mathclap {\mathpalette \mathclapinternal}
113 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
114
115 % Grauschrift Notiz umdefinieren
116 \renewenvironment{lyxgreyedout}
117  {\textcolor{blue}\bgroup}{\egroup}
118
119 % Damit der Index einen anderen Namen erhält.
120 \addto\captionsngerman
121 {\renewcommand{\indexname}
122 {Stichwort- und Befehlsverzeichnis}}
123
124 % ------------------------------------
125 % used to check for needed LaTeX packages
126 \usepackage{ifthen}
127
128 % testen ob das Paket eurosym installiert ist
129 % wird benutzt für das Euro-Symbol
130 \newboolean{eurosym}
131 \IfFileExists{eurosym.sty}
132  {\usepackage[gennarrow]{eurosym}
133   \setboolean{eurosym}{true}}
134  {\setboolean{eurosym}{false}}
135
136 % testen ob Paket braket installiert ist
137 % benötigt für physikalische Vektoren
138 \newboolean{braket}
139 \IfFileExists{braket.sty}
140  {\usepackage{braket}
141   \setboolean{braket}{true}}
142  {\setboolean{braket}{false}}
143
144 % testen ob Paket upgreek installiert ist
145 \newboolean{upgreek}
146 \IfFileExists{upgreek.sty}
147  {\usepackage{upgreek}
148   \setboolean{upgreek}{true}}
149  {\setboolean{upgreek}{false}}
150
151 % benötigt für Kommas in Formeln, siehe Kap. 22.3
152 \IfFileExists{icomma.sty}
153  {\usepackage{icomma}}{}
154 \end_preamble
155 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
156 \use_default_options false
157 \language ngerman
158 \inputencoding auto
159 \font_roman default
160 \font_sans default
161 \font_typewriter default
162 \font_default_family default
163 \font_sc false
164 \font_osf false
165 \font_sf_scale 100
166 \font_tt_scale 100
167
168 \graphics default
169 \paperfontsize 12
170 \spacing single
171 \use_hyperref true
172 \pdf_title "LyXs Mathehandbuch"
173 \pdf_author "LyX Team, Uwe Stöhr"
174 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
175 \pdf_keywords "LyX, Mathed"
176 \pdf_bookmarks true
177 \pdf_bookmarksnumbered true
178 \pdf_bookmarksopen true
179 \pdf_bookmarksopenlevel 1
180 \pdf_breaklinks false
181 \pdf_pdfborder false
182 \pdf_colorlinks true
183 \pdf_backref false
184 \pdf_pdfusetitle false
185 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
186 \papersize a4paper
187 \use_geometry false
188 \use_amsmath 2
189 \use_esint 1
190 \cite_engine basic
191 \use_bibtopic false
192 \paperorientation portrait
193 \secnumdepth 4
194 \tocdepth 3
195 \paragraph_separation skip
196 \defskip medskip
197 \quotes_language german
198 \papercolumns 1
199 \papersides 2
200 \paperpagestyle plain
201 \bullet 1 0 6 -1
202 \bullet 2 2 35 -1
203 \bullet 3 2 7 -1
204 \tracking_changes false
205 \output_changes false
206 \author "" 
207 \author "" 
208 \end_header
209
210 \begin_body
211
212 \begin_layout Title
213 LyXs detailliertes Mathe Handbuch
214 \end_layout
215
216 \begin_layout Author
217 vom LyX Team
218 \begin_inset Foot
219 status collapsed
220
221 \begin_layout Plain Layout
222 \noindent
223 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
224 ons-Liste: 
225 \family typewriter
226
227 \begin_inset CommandInset href
228 LatexCommand href
229 name "lyx-docs@lists.lyx.org"
230 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
231
232 \end_inset
233
234
235 \end_layout
236
237 \end_inset
238
239
240 \begin_inset Note Note
241 status collapsed
242
243 \begin_layout Plain Layout
244 Verfasser: Uwe Stöhr
245 \end_layout
246
247 \end_inset
248
249
250 \begin_inset Newline newline
251 \end_inset
252
253
254 \begin_inset Newline newline
255 \end_inset
256
257
258 \family sans
259 Version 1.6.x
260 \end_layout
261
262 \begin_layout Standard
263 \begin_inset CommandInset toc
264 LatexCommand tableofcontents
265
266 \end_inset
267
268
269 \end_layout
270
271 \begin_layout Standard
272 \begin_inset Note Note
273 status open
274
275 \begin_layout Plain Layout
276 Um diese Datei als PDF, PS oder DVI zu exportieren, müssen die LaTeX-Pakete
277  
278 \series bold
279 eurosym,
280 \series default
281  
282 \series bold
283 mhchem, multirow
284 \series default
285  und 
286 \series bold
287 was
288 \series default
289  installiert sein.
290  Wenn 
291 \series bold
292 eurosym,
293 \series default
294  
295 \series bold
296 multirow
297 \series default
298  oder 
299 \series bold
300 was
301 \series default
302  nicht installiert sind, kann das Dokument trotzdem exportiert werden, die
303  Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber nicht
304  im Ausdruck.
305  Wenn 
306 \series bold
307 mhchem
308 \series default
309  nicht installiert ist, kann das Dokument nicht exportiert werden.
310 \end_layout
311
312 \begin_layout Plain Layout
313 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
314 \begin_inset Newline newline
315 \end_inset
316
317
318 \series bold
319 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
320 \end_layout
321
322 \end_inset
323
324
325 \end_layout
326
327 \begin_layout Standard
328 \begin_inset Newpage newpage
329 \end_inset
330
331
332 \end_layout
333
334 \begin_layout Section
335 Einleitung
336 \end_layout
337
338 \begin_layout Standard
339 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
340  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
341  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
342 tten.
343  Das setzt voraus, dass bereits das Kapitel 
344 \family typewriter
345 Mathematische
346 \family default
347  
348 \family typewriter
349 Formeln
350 \family default
351  des Benutzerhandbuchs gelesen worden ist.
352 \end_layout
353
354 \begin_layout Standard
355 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
356 \family sans
357 Einfügen
358 \series bold
359 \SpecialChar \menuseparator
360
361 \series default
362 Mathe
363 \family default
364  oder die 
365 \family sans
366 Mathe-Werkzeugleiste
367 \family default
368  aufrufbar.
369  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
370  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
371  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
372  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
373 \end_layout
374
375 \begin_layout Standard
376 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
377  LyX verfügbar.
378  Um alle Befehle nutzen zu können, muss die Option 
379 \family sans
380 AMS-Mathe-Paket verwenden
381 \family default
382  im Menü 
383 \family sans
384 Dokument\SpecialChar \menuseparator
385 Einstellungen\SpecialChar \menuseparator
386 Mathe Optionen
387 \family default
388  aktiviert sein.
389 \begin_inset Foot
390 status collapsed
391
392 \begin_layout Plain Layout
393 Die 
394 \family sans
395 Option
396 \family default
397  
398 \family sans
399 AMS-Mathe-Paket automatisch verwenden
400 \family default
401  verwendet 
402 \begin_inset ERT
403 status collapsed
404
405 \begin_layout Plain Layout
406
407
408 \backslash
409 AmS 
410 \end_layout
411
412 \end_inset
413
414 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
415  LyX unterstützt.
416 \end_layout
417
418 \end_inset
419
420
421 \end_layout
422
423 \begin_layout Standard
424 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
425 listung
426  aller 
427 \begin_inset ERT
428 status collapsed
429
430 \begin_layout Plain Layout
431
432
433 \backslash
434 AmS 
435 \end_layout
436
437 \end_inset
438
439 -Mathe Befehle
440 \begin_inset Foot
441 status collapsed
442
443 \begin_layout Plain Layout
444 Eine Liste mit allen 
445 \begin_inset ERT
446 status collapsed
447
448 \begin_layout Plain Layout
449
450
451 \backslash
452 AmS
453 \end_layout
454
455 \end_inset
456
457 -Mathe Befehlen findet sich in der Datei 
458 \family sans
459
460 \begin_inset CommandInset href
461 LatexCommand href
462 name "amsguide.ps"
463 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
464
465 \end_inset
466
467
468 \family default
469 , die Teil jeder LaTeX-Standardinstallation ist.
470 \end_layout
471
472 \end_inset
473
474  verzichtet.
475 \end_layout
476
477 \begin_layout Section
478 Allgemeine Hinweise
479 \end_layout
480
481 \begin_layout Standard
482 Um eine in einer Textzeile eingebettete Formel
483 \begin_inset Index
484 status collapsed
485
486 \begin_layout Plain Layout
487 Formel ! eingebettete
488 \end_layout
489
490 \end_inset
491
492  zu erstellen, drückt man 
493 \family sans
494 Strg+M
495 \family default
496  oder den Werkzeugleistenknopf 
497 \begin_inset Graphics
498         filename ../../images/math-mode.png
499         scale 85
500
501 \end_inset
502
503 .
504 \begin_inset Newline newline
505 \end_inset
506
507 Um eine abgesetzte Formel
508 \begin_inset Index
509 status collapsed
510
511 \begin_layout Plain Layout
512 Formel ! abgesetzte
513 \end_layout
514
515 \end_inset
516
517  zu erstellen, drückt man 
518 \family sans
519 Strg+Shift+M
520 \family default
521 .
522 \end_layout
523
524 \begin_layout Standard
525 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
526  Cursor in die Formel und drückt 
527 \family sans
528 Strg+Shift+M
529 \family default
530  oder benutzt das Menü 
531 \family sans
532 Bearbeiten\SpecialChar \menuseparator
533 Mathe\SpecialChar \menuseparator
534
535 \begin_inset Newline linebreak
536 \end_inset
537
538 Formelart ändern
539 \family default
540 .
541  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
542  umwandeln.
543 \end_layout
544
545 \begin_layout Standard
546 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
547  gibt man in die Formel den Befehl 
548 \series bold
549
550 \backslash
551 displaystyle
552 \begin_inset Index
553 status collapsed
554
555 \begin_layout Plain Layout
556 Befehle ! D ! 
557 \backslash
558 displaystyle
559 \end_layout
560
561 \end_inset
562
563
564 \series default
565  ein.
566  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
567  wird.
568 \end_layout
569
570 \begin_layout Standard
571 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
572 \end_layout
573
574 \begin_layout Standard
575 Die 
576 \family sans
577 Mathe-Werkzeugleiste
578 \family default
579  kann über das Menü 
580 \family sans
581 Ansicht\SpecialChar \menuseparator
582 Werkzeugleisten
583 \family default
584  eingeblendet werden.
585  Wenn dort auf 
586 \begin_inset Quotes eld
587 \end_inset
588
589 Mathe
590 \begin_inset Quotes erd
591 \end_inset
592
593  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
594  diese Einstellung wird durch ein Häkchen im Menü 
595 \family sans
596 Werkzeugleisten
597 \family default
598  angezeigt.
599  Wenn nun im Menü 
600 \family sans
601 Werkzeugleisten
602 \family default
603  nochmal auf 
604 \begin_inset Quotes eld
605 \end_inset
606
607 Mathe
608 \begin_inset Quotes erd
609 \end_inset
610
611  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
612  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
613  des Menüeintrags von 
614 \begin_inset Quotes eld
615 \end_inset
616
617 Mathe
618 \begin_inset Quotes erd
619 \end_inset
620
621  zu 
622 \begin_inset Quotes eld
623 \end_inset
624
625 Mathe
626 \begin_inset space ~
627 \end_inset
628
629 (automatisch)
630 \begin_inset Quotes erd
631 \end_inset
632
633  angezeigt.
634 \end_layout
635
636 \begin_layout Standard
637 In den TeX-Modus
638 \begin_inset Index
639 status collapsed
640
641 \begin_layout Plain Layout
642 T@TeX-Modus
643 \end_layout
644
645 \end_inset
646
647  gelangt man über den Werkzeugleistenknopf 
648 \begin_inset Graphics
649         filename ../../images/ert-insert.png
650         scale 85
651
652 \end_inset
653
654  oder das Menü 
655 \family sans
656 Einfügen\SpecialChar \menuseparator
657 Te
658 \begin_inset ERT
659 status collapsed
660
661 \begin_layout Plain Layout
662
663 {}
664 \end_layout
665
666 \end_inset
667
668 X
669 \begin_inset space ~
670 \end_inset
671
672 Code
673 \family default
674  (Tastenkürzel 
675 \family sans
676 Strg+L
677 \family default
678 ).
679 \begin_inset Note Note
680 status collapsed
681
682 \begin_layout Plain Layout
683 In LyX gibt es drei 
684 \begin_inset Quotes gld
685 \end_inset
686
687 Eigennamen
688 \begin_inset Quotes grd
689 \end_inset
690
691 , die im Ausdruck mit hoch bzw.
692  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
693 \end_layout
694
695 \begin_layout Plain Layout
696 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
697  man ein TeX-Klammerpaar ein.
698 \end_layout
699
700 \end_inset
701
702
703 \end_layout
704
705 \begin_layout Standard
706 In den LaTeX-Vorspann
707 \begin_inset Index
708 status collapsed
709
710 \begin_layout Plain Layout
711 L@LaTeX-Vorspann
712 \end_layout
713
714 \end_inset
715
716  gelangt man über das Menü 
717 \family sans
718 Dokument\SpecialChar \menuseparator
719 Einstellungen\SpecialChar \menuseparator
720 LaT
721 \begin_inset ERT
722 status collapsed
723
724 \begin_layout Plain Layout
725
726 {}
727 \end_layout
728
729 \end_inset
730
731 eX-Vorspann
732 \family default
733 .
734 \end_layout
735
736 \begin_layout Standard
737 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
738 en Formeln kann man die Menüs 
739 \family sans
740 Bearbeiten\SpecialChar \menuseparator
741 Mathe
742 \family default
743  und 
744 \family sans
745 Bearbeiten\SpecialChar \menuseparator
746 Zeilen
747 \begin_inset space \thinspace{}
748 \end_inset
749
750 &
751 \begin_inset space \thinspace{}
752 \end_inset
753
754 Spalten
755 \family default
756  oder die 
757 \family sans
758 Tabellen-Werkzeugleiste
759 \family default
760  verwenden.
761  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
762  die Spalte bzw.
763  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
764  bzw.
765  darunter liegenden Zeile vertauscht.
766  Befindet sich der Cursor in der letzten Spalte bzw.
767  Zeile, wird mit der links daneben stehenden Spalte bzw.
768  darüber liegenden Zeile vertauscht.
769 \end_layout
770
771 \begin_layout Standard
772 Zum Schreiben von Text in einer Formel
773 \begin_inset Foot
774 status collapsed
775
776 \begin_layout Plain Layout
777 Bei mehrzeiligen Formeln wird der Befehl 
778 \series bold
779
780 \backslash
781 intertext
782 \series default
783  verwendet, siehe 
784 \begin_inset CommandInset ref
785 LatexCommand ref
786 reference "sub:Text-in-mehrzeiligen"
787
788 \end_inset
789
790 .
791 \end_layout
792
793 \end_inset
794
795  verwendet man den 
796 \emph on
797 mathematischen Textmodus
798 \emph default
799
800 \begin_inset Index
801 status collapsed
802
803 \begin_layout Plain Layout
804 Text ! in Formeln
805 \end_layout
806
807 \end_inset
808
809
810 \begin_inset Index
811 status collapsed
812
813 \begin_layout Plain Layout
814 Mathematischer Textmodus
815 \end_layout
816
817 \end_inset
818
819 , in den man mit dem Tastenkürzel 
820 \family sans
821 Alt+M
822 \begin_inset space ~
823 \end_inset
824
825 M
826 \family default
827  oder durch Eingabe des Befehls 
828 \series bold
829
830 \backslash
831 text
832 \begin_inset Index
833 status collapsed
834
835 \begin_layout Plain Layout
836 Befehle ! T ! 
837 \backslash
838 text
839 \end_layout
840
841 \end_inset
842
843
844 \series default
845  gelangt.
846  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
847  Formel unterscheiden.
848  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
849  anderen Zeichen einer Formel nicht kursiv.
850 \end_layout
851
852 \begin_layout Subsection*
853 Befehlsschema
854 \end_layout
855
856 \begin_layout Standard
857 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
858  Schema:
859 \end_layout
860
861 \begin_layout Standard
862
863 \series bold
864
865 \backslash
866 Befehlsname[optionales
867 \series default
868  
869 \series bold
870 Argument]{anzugebendes
871 \series default
872  
873 \series bold
874 Argument}
875 \end_layout
876
877 \begin_layout Standard
878 Ein Befehl muss immer mit einem Backslash 
879 \begin_inset Quotes gld
880 \end_inset
881
882
883 \series bold
884
885 \backslash
886
887 \series default
888
889 \begin_inset Quotes grd
890 \end_inset
891
892  beginnen.
893  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
894  eckigen Klammern weggelassen werden.
895  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
896 \begin_inset Index
897 status collapsed
898
899 \begin_layout Plain Layout
900 T@TeX-Klammern
901 \end_layout
902
903 \end_inset
904
905  bezeichnet.
906  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
907  an, erzeugt LyX automatisch eine TeX-Klammer.
908  Ansonsten werden sie in Formeln mit dem Befehl 
909 \series bold
910
911 \backslash
912 {
913 \series default
914  erzeugt.
915  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
916  Klammern, die blau erscheinen.
917  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
918  TeX-Klammern erscheinen nicht im Ausdruck.
919 \end_layout
920
921 \begin_layout Standard
922 Werden Befehle ohne Argumente, wie z.
923 \begin_inset space \thinspace{}
924 \end_inset
925
926 B.
927  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
928 \emph on
929 immer
930 \emph default
931  ein Leerzeichen folgen um ihn zu beenden.
932  Dieses Leerzeichen erscheint nicht im Ausdruck.
933  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
934  normalen Text ein geschütztes Leerzeichen folgen.
935 \end_layout
936
937 \begin_layout Standard
938 Ein geschütztes Leerzeichen gibt man mit 
939 \family sans
940 Strg+Leertaste
941 \family default
942  ein.
943 \end_layout
944
945 \begin_layout Subsection*
946 Zeichenerklärung
947 \end_layout
948
949 \begin_layout Itemize
950 Das Symbol
951 \begin_inset Foot
952 status collapsed
953
954 \begin_layout Plain Layout
955 Dieses sichtbare Leerzeichen erhält man über den Befehl 
956 \series bold
957
958 \backslash
959 textvisiblespace
960 \series default
961
962 \begin_inset Index
963 status collapsed
964
965 \begin_layout Plain Layout
966 Befehle ! T ! 
967 \backslash
968 textvisiblespace
969 \end_layout
970
971 \end_inset
972
973 , der im TeX-Modus einzugeben ist.
974 \end_layout
975
976 \end_inset
977
978  
979 \begin_inset ERT
980 status collapsed
981
982 \begin_layout Plain Layout
983
984
985 \backslash
986 leer 
987 \end_layout
988
989 \end_inset
990
991
992 \begin_inset space ~
993 \end_inset
994
995 steht für ein einzugebendes Leerzeichen.
996 \end_layout
997
998 \begin_layout Itemize
999 Ein Pfeil wie z.
1000 \begin_inset space \thinspace{}
1001 \end_inset
1002
1003 B.
1004  
1005 \begin_inset Formula $\to$
1006 \end_inset
1007
1008  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1009 \end_layout
1010
1011 \begin_layout Subsection*
1012 Verfügbare Einheiten
1013 \end_layout
1014
1015 \begin_layout Standard
1016 \align center
1017 \begin_inset Float table
1018 placement H
1019 wide false
1020 sideways false
1021 status open
1022
1023 \begin_layout Plain Layout
1024 \align center
1025 \begin_inset Caption
1026
1027 \begin_layout Plain Layout
1028 \begin_inset CommandInset label
1029 LatexCommand label
1030 name "tab:Verfügbare-Einheiten"
1031
1032 \end_inset
1033
1034 Verfügbare Einheiten
1035 \end_layout
1036
1037 \end_inset
1038
1039
1040 \end_layout
1041
1042 \begin_layout Plain Layout
1043 \align center
1044 \begin_inset Tabular
1045 <lyxtabular version="3" rows="13" columns="2">
1046 <features>
1047 <column alignment="center" valignment="top" width="0">
1048 <column alignment="center" valignment="top" width="0">
1049 <row>
1050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 Einheit
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1060 \begin_inset Text
1061
1062 \begin_layout Plain Layout
1063 Name / Beschreibung
1064 \end_layout
1065
1066 \end_inset
1067 </cell>
1068 </row>
1069 <row>
1070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 mm
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1080 \begin_inset Text
1081
1082 \begin_layout Plain Layout
1083 Millimeter
1084 \end_layout
1085
1086 \end_inset
1087 </cell>
1088 </row>
1089 <row>
1090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1091 \begin_inset Text
1092
1093 \begin_layout Plain Layout
1094 cm
1095 \end_layout
1096
1097 \end_inset
1098 </cell>
1099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1100 \begin_inset Text
1101
1102 \begin_layout Plain Layout
1103 Zentimeter
1104 \end_layout
1105
1106 \end_inset
1107 </cell>
1108 </row>
1109 <row>
1110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1111 \begin_inset Text
1112
1113 \begin_layout Plain Layout
1114 in
1115 \end_layout
1116
1117 \end_inset
1118 </cell>
1119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1120 \begin_inset Text
1121
1122 \begin_layout Plain Layout
1123 Inch / Zoll (1
1124 \begin_inset space \thinspace{}
1125 \end_inset
1126
1127 in = 2,54
1128 \begin_inset space \thinspace{}
1129 \end_inset
1130
1131 cm)
1132 \end_layout
1133
1134 \end_inset
1135 </cell>
1136 </row>
1137 <row>
1138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1139 \begin_inset Text
1140
1141 \begin_layout Plain Layout
1142 pt
1143 \end_layout
1144
1145 \end_inset
1146 </cell>
1147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1148 \begin_inset Text
1149
1150 \begin_layout Plain Layout
1151 Punkt (72,27
1152 \begin_inset space \thinspace{}
1153 \end_inset
1154
1155 pt = 1
1156 \begin_inset space \thinspace{}
1157 \end_inset
1158
1159 in)
1160 \end_layout
1161
1162 \end_inset
1163 </cell>
1164 </row>
1165 <row>
1166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1167 \begin_inset Text
1168
1169 \begin_layout Plain Layout
1170 pc
1171 \end_layout
1172
1173 \end_inset
1174 </cell>
1175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1176 \begin_inset Text
1177
1178 \begin_layout Plain Layout
1179 Pica (1
1180 \begin_inset space \thinspace{}
1181 \end_inset
1182
1183 pc = 12
1184 \begin_inset space \thinspace{}
1185 \end_inset
1186
1187 pt)
1188 \end_layout
1189
1190 \end_inset
1191 </cell>
1192 </row>
1193 <row>
1194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1195 \begin_inset Text
1196
1197 \begin_layout Plain Layout
1198 sp
1199 \end_layout
1200
1201 \end_inset
1202 </cell>
1203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1204 \begin_inset Text
1205
1206 \begin_layout Plain Layout
1207 scaled point (65536
1208 \begin_inset space \thinspace{}
1209 \end_inset
1210
1211 sp = 1
1212 \begin_inset space \thinspace{}
1213 \end_inset
1214
1215 pt)
1216 \end_layout
1217
1218 \end_inset
1219 </cell>
1220 </row>
1221 <row>
1222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1223 \begin_inset Text
1224
1225 \begin_layout Plain Layout
1226 bp
1227 \end_layout
1228
1229 \end_inset
1230 </cell>
1231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1232 \begin_inset Text
1233
1234 \begin_layout Plain Layout
1235 big point (72
1236 \begin_inset space \thinspace{}
1237 \end_inset
1238
1239 bp = 1
1240 \begin_inset space \thinspace{}
1241 \end_inset
1242
1243 in)
1244 \end_layout
1245
1246 \end_inset
1247 </cell>
1248 </row>
1249 <row>
1250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1251 \begin_inset Text
1252
1253 \begin_layout Plain Layout
1254 dd
1255 \end_layout
1256
1257 \end_inset
1258 </cell>
1259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1260 \begin_inset Text
1261
1262 \begin_layout Plain Layout
1263 Didot (1
1264 \begin_inset space \thinspace{}
1265 \end_inset
1266
1267 dd 
1268 \begin_inset Formula $\approx$
1269 \end_inset
1270
1271  0,376
1272 \begin_inset space \thinspace{}
1273 \end_inset
1274
1275 mm)
1276 \end_layout
1277
1278 \end_inset
1279 </cell>
1280 </row>
1281 <row>
1282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1283 \begin_inset Text
1284
1285 \begin_layout Plain Layout
1286 cc
1287 \end_layout
1288
1289 \end_inset
1290 </cell>
1291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1292 \begin_inset Text
1293
1294 \begin_layout Plain Layout
1295 Cicero (1
1296 \begin_inset space \thinspace{}
1297 \end_inset
1298
1299 cc = 12
1300 \begin_inset space \thinspace{}
1301 \end_inset
1302
1303 dd)
1304 \end_layout
1305
1306 \end_inset
1307 </cell>
1308 </row>
1309 <row>
1310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1311 \begin_inset Text
1312
1313 \begin_layout Plain Layout
1314 ex
1315 \end_layout
1316
1317 \end_inset
1318 </cell>
1319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1320 \begin_inset Text
1321
1322 \begin_layout Plain Layout
1323 Höhe des Buchstabens 
1324 \emph on
1325 x
1326 \emph default
1327  in der aktuellen Schrift
1328 \end_layout
1329
1330 \end_inset
1331 </cell>
1332 </row>
1333 <row>
1334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1335 \begin_inset Text
1336
1337 \begin_layout Plain Layout
1338 em
1339 \end_layout
1340
1341 \end_inset
1342 </cell>
1343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1344 \begin_inset Text
1345
1346 \begin_layout Plain Layout
1347 Breite des Buchstabens 
1348 \emph on
1349 M
1350 \emph default
1351  in der aktuellen Schrift
1352 \end_layout
1353
1354 \end_inset
1355 </cell>
1356 </row>
1357 <row>
1358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1359 \begin_inset Text
1360
1361 \begin_layout Plain Layout
1362 mu
1363 \end_layout
1364
1365 \end_inset
1366 </cell>
1367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1368 \begin_inset Text
1369
1370 \begin_layout Plain Layout
1371 math unit (1
1372 \begin_inset space \thinspace{}
1373 \end_inset
1374
1375 mu = 
1376 \begin_inset Formula $\nicefrac{1}{18}$
1377 \end_inset
1378
1379
1380 \begin_inset space \thinspace{}
1381 \end_inset
1382
1383 em)
1384 \end_layout
1385
1386 \end_inset
1387 </cell>
1388 </row>
1389 </lyxtabular>
1390
1391 \end_inset
1392
1393
1394 \end_layout
1395
1396 \end_inset
1397
1398
1399 \end_layout
1400
1401 \begin_layout Standard
1402 \begin_inset Newpage newpage
1403 \end_inset
1404
1405
1406 \end_layout
1407
1408 \begin_layout Section
1409 Grundlegende Funktionen
1410 \end_layout
1411
1412 \begin_layout Subsection
1413 Exponenten
1414 \begin_inset Index
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418 Exponenten
1419 \end_layout
1420
1421 \end_inset
1422
1423  und Indizes
1424 \begin_inset Index
1425 status collapsed
1426
1427 \begin_layout Plain Layout
1428 Indizes
1429 \end_layout
1430
1431 \end_inset
1432
1433
1434 \begin_inset Index
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438 Hochstellen|see
1439 \begin_inset ERT
1440 status collapsed
1441
1442 \begin_layout Plain Layout
1443
1444 {
1445 \end_layout
1446
1447 \end_inset
1448
1449 Exponenten
1450 \begin_inset ERT
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454
1455 }
1456 \end_layout
1457
1458 \end_inset
1459
1460
1461 \end_layout
1462
1463 \end_inset
1464
1465
1466 \begin_inset Index
1467 status collapsed
1468
1469 \begin_layout Plain Layout
1470 Tiefstellen|see
1471 \begin_inset ERT
1472 status collapsed
1473
1474 \begin_layout Plain Layout
1475
1476 {
1477 \end_layout
1478
1479 \end_inset
1480
1481 Indizes
1482 \begin_inset ERT
1483 status collapsed
1484
1485 \begin_layout Plain Layout
1486
1487 }
1488 \end_layout
1489
1490 \end_inset
1491
1492
1493 \end_layout
1494
1495 \end_inset
1496
1497
1498 \end_layout
1499
1500 \begin_layout Standard
1501 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1502  
1503 \begin_inset Graphics
1504         filename ../../images/math-subscript.png
1505         scale 85
1506
1507 \end_inset
1508
1509 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1510  
1511 \begin_inset Graphics
1512         filename ../../images/math-superscript.png
1513         scale 85
1514
1515 \end_inset
1516
1517  erzeugt.
1518 \end_layout
1519
1520 \begin_layout Standard
1521 \align center
1522 \begin_inset Tabular
1523 <lyxtabular version="3" rows="4" columns="2">
1524 <features>
1525 <column alignment="center" valignment="top" width="0pt">
1526 <column alignment="center" valignment="top" width="0pt">
1527 <row>
1528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Plain Layout
1532 Befehl
1533 \end_layout
1534
1535 \end_inset
1536 </cell>
1537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1538 \begin_inset Text
1539
1540 \begin_layout Plain Layout
1541 Ergebnis
1542 \begin_inset Note Note
1543 status collapsed
1544
1545 \begin_layout Plain Layout
1546
1547 \series bold
1548
1549 \backslash
1550 raisebox
1551 \series default
1552  dient nur als Abstandhalter.
1553 \end_layout
1554
1555 \end_inset
1556
1557
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 </row>
1563 <row>
1564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1565 \begin_inset Text
1566
1567 \begin_layout Plain Layout
1568 B_V
1569 \end_layout
1570
1571 \end_inset
1572 </cell>
1573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1574 \begin_inset Text
1575
1576 \begin_layout Plain Layout
1577 \begin_inset Formula $B_{V}$
1578 \end_inset
1579
1580
1581 \end_layout
1582
1583 \end_inset
1584 </cell>
1585 </row>
1586 <row>
1587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1588 \begin_inset Text
1589
1590 \begin_layout Plain Layout
1591 B^V
1592 \end_layout
1593
1594 \end_inset
1595 </cell>
1596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1597 \begin_inset Text
1598
1599 \begin_layout Plain Layout
1600 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1601 \end_inset
1602
1603
1604 \end_layout
1605
1606 \end_inset
1607 </cell>
1608 </row>
1609 <row>
1610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1611 \begin_inset Text
1612
1613 \begin_layout Plain Layout
1614 B^
1615 \begin_inset ERT
1616 status collapsed
1617
1618 \begin_layout Plain Layout
1619
1620
1621 \backslash
1622 leer 
1623 \end_layout
1624
1625 \end_inset
1626
1627 A
1628 \end_layout
1629
1630 \end_inset
1631 </cell>
1632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1633 \begin_inset Text
1634
1635 \begin_layout Plain Layout
1636 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1637 \end_inset
1638
1639
1640 \end_layout
1641
1642 \end_inset
1643 </cell>
1644 </row>
1645 </lyxtabular>
1646
1647 \end_inset
1648
1649
1650 \end_layout
1651
1652 \begin_layout Standard
1653 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1654 llt
1655 \begin_inset Foot
1656 status collapsed
1657
1658 \begin_layout Plain Layout
1659 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1660 \end_layout
1661
1662 \end_inset
1663
1664 .
1665  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1666  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1667 \end_layout
1668
1669 \begin_layout Subsection
1670 Brüche
1671 \begin_inset CommandInset label
1672 LatexCommand label
1673 name "sub:Brüche"
1674
1675 \end_inset
1676
1677
1678 \begin_inset Index
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682 Brüche
1683 \end_layout
1684
1685 \end_inset
1686
1687
1688 \end_layout
1689
1690 \begin_layout Standard
1691 Brüche werden mit dem Befehl 
1692 \series bold
1693
1694 \backslash
1695 frac
1696 \series default
1697
1698 \begin_inset Index
1699 status collapsed
1700
1701 \begin_layout Plain Layout
1702 Befehle ! F ! 
1703 \backslash
1704 frac
1705 \end_layout
1706
1707 \end_inset
1708
1709  oder mit dem Mathe-Werkzeugleistenknopf 
1710 \begin_inset Graphics
1711         filename ../../images/math/frac.png
1712         scale 50
1713
1714 \end_inset
1715
1716  erstellt.
1717  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1718  in einer eingebetteten oder abgesetzten Formel befindet.
1719  Mit dem Mathe-Werkzeugleistenknopf 
1720 \begin_inset Graphics
1721         filename ../../images/math/frac-square.png
1722         scale 85
1723
1724 \end_inset
1725
1726  können verschieden Bruchtypen gewählt werden.
1727 \end_layout
1728
1729 \begin_layout Standard
1730 Mit dem Befehl 
1731 \series bold
1732
1733 \backslash
1734 dfrac
1735 \begin_inset Index
1736 status collapsed
1737
1738 \begin_layout Plain Layout
1739 Befehle ! D ! 
1740 \backslash
1741 dfrac
1742 \end_layout
1743
1744 \end_inset
1745
1746
1747 \series default
1748  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1749  Formel erscheint.
1750  Mit 
1751 \series bold
1752
1753 \backslash
1754 tfrac
1755 \begin_inset Index
1756 status collapsed
1757
1758 \begin_layout Plain Layout
1759 Befehle ! T ! 
1760 \backslash
1761 tfrac
1762 \end_layout
1763
1764 \end_inset
1765
1766
1767 \series default
1768  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1769  Ein Beispiel:
1770 \end_layout
1771
1772 \begin_layout Standard
1773 Eine Zeile mit dem Bruch 
1774 \begin_inset Formula $\frac{1}{2}$
1775 \end_inset
1776
1777 , der mit dem Befehl 
1778 \series bold
1779
1780 \backslash
1781 frac
1782 \series default
1783  erstellt wurde.
1784 \end_layout
1785
1786 \begin_layout Standard
1787 Eine Zeile mit dem Bruch 
1788 \begin_inset Formula $\dfrac{1}{2}$
1789 \end_inset
1790
1791 , der mit dem Befehl 
1792 \series bold
1793
1794 \backslash
1795 dfrac
1796 \series default
1797  erstellt wurde.
1798 \end_layout
1799
1800 \begin_layout Standard
1801 \align center
1802 \begin_inset Tabular
1803 <lyxtabular version="3" rows="4" columns="2">
1804 <features>
1805 <column alignment="center" valignment="top" width="0pt">
1806 <column alignment="center" valignment="top" width="0pt">
1807 <row>
1808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812 Befehl
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821 Ergebnis
1822 \begin_inset Note Note
1823 status collapsed
1824
1825 \begin_layout Plain Layout
1826
1827 \series bold
1828
1829 \backslash
1830 raisebox
1831 \series default
1832  dient nur als Abstandhalter.
1833 \end_layout
1834
1835 \end_inset
1836
1837
1838 \end_layout
1839
1840 \end_inset
1841 </cell>
1842 </row>
1843 <row>
1844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848
1849 \backslash
1850 frac
1851 \begin_inset ERT
1852 status collapsed
1853
1854 \begin_layout Plain Layout
1855
1856
1857 \backslash
1858 leer 
1859 \end_layout
1860
1861 \end_inset
1862
1863 A
1864 \begin_inset Formula $\downarrow$
1865 \end_inset
1866
1867 B
1868 \end_layout
1869
1870 \end_inset
1871 </cell>
1872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1877 \end_inset
1878
1879
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 </row>
1885 <row>
1886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890
1891 \backslash
1892 dfrac
1893 \begin_inset ERT
1894 status collapsed
1895
1896 \begin_layout Plain Layout
1897
1898
1899 \backslash
1900 leer 
1901 \end_layout
1902
1903 \end_inset
1904
1905 A
1906 \begin_inset Formula $\downarrow$
1907 \end_inset
1908
1909 B
1910 \end_layout
1911
1912 \end_inset
1913 </cell>
1914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1915 \begin_inset Text
1916
1917 \begin_layout Plain Layout
1918 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1919 \end_inset
1920
1921
1922 \end_layout
1923
1924 \end_inset
1925 </cell>
1926 </row>
1927 <row>
1928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1929 \begin_inset Text
1930
1931 \begin_layout Plain Layout
1932
1933 \backslash
1934 dfrac
1935 \begin_inset ERT
1936 status collapsed
1937
1938 \begin_layout Plain Layout
1939
1940
1941 \backslash
1942 leer 
1943 \end_layout
1944
1945 \end_inset
1946
1947 e^
1948 \begin_inset ERT
1949 status collapsed
1950
1951 \begin_layout Plain Layout
1952
1953
1954 \backslash
1955 leer 
1956 \end_layout
1957
1958 \end_inset
1959
1960
1961 \backslash
1962 frac
1963 \begin_inset ERT
1964 status collapsed
1965
1966 \begin_layout Plain Layout
1967
1968
1969 \backslash
1970 leer 
1971 \end_layout
1972
1973 \end_inset
1974
1975 1
1976 \begin_inset Formula $\downarrow$
1977 \end_inset
1978
1979 2
1980 \begin_inset Formula $\downarrow\downarrow$
1981 \end_inset
1982
1983 3
1984 \end_layout
1985
1986 \end_inset
1987 </cell>
1988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1989 \begin_inset Text
1990
1991 \begin_layout Plain Layout
1992 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1993 \end_inset
1994
1995
1996 \end_layout
1997
1998 \end_inset
1999 </cell>
2000 </row>
2001 </lyxtabular>
2002
2003 \end_inset
2004
2005
2006 \end_layout
2007
2008 \begin_layout Standard
2009 \begin_inset VSpace bigskip
2010 \end_inset
2011
2012
2013 \begin_inset Newpage newpage
2014 \end_inset
2015
2016 Für Mehrfachbrüche gibt es den Befehl 
2017 \series bold
2018
2019 \backslash
2020 cfrac
2021 \series default
2022
2023 \begin_inset Index
2024 status collapsed
2025
2026 \begin_layout Plain Layout
2027 Befehle ! C ! 
2028 \backslash
2029 cfrac
2030 \end_layout
2031
2032 \end_inset
2033
2034 .
2035  Dazu ein Beispiel:
2036 \begin_inset VSpace -3mm
2037 \end_inset
2038
2039
2040 \end_layout
2041
2042 \begin_layout Standard
2043 \begin_inset Formula \begin{align*}
2044 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2045 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2046
2047 \end_inset
2048
2049
2050 \end_layout
2051
2052 \begin_layout Standard
2053 Der Befehl für obiges Beispiel lautet:
2054 \end_layout
2055
2056 \begin_layout Standard
2057
2058 \series bold
2059
2060 \backslash
2061 cfrac
2062 \begin_inset ERT
2063 status collapsed
2064
2065 \begin_layout Plain Layout
2066
2067
2068 \backslash
2069 leer 
2070 \end_layout
2071
2072 \end_inset
2073
2074 A
2075 \begin_inset Formula $\downarrow$
2076 \end_inset
2077
2078 B+
2079 \backslash
2080 cfrac
2081 \begin_inset ERT
2082 status collapsed
2083
2084 \begin_layout Plain Layout
2085
2086
2087 \backslash
2088 leer 
2089 \end_layout
2090
2091 \end_inset
2092
2093 C+
2094 \backslash
2095 cfrac
2096 \begin_inset ERT
2097 status collapsed
2098
2099 \begin_layout Plain Layout
2100
2101
2102 \backslash
2103 leer 
2104 \end_layout
2105
2106 \end_inset
2107
2108 E
2109 \begin_inset Formula $\downarrow$
2110 \end_inset
2111
2112 F
2113 \begin_inset Formula $\downarrow$
2114 \end_inset
2115
2116 D
2117 \end_layout
2118
2119 \begin_layout Standard
2120 \begin_inset VSpace medskip
2121 \end_inset
2122
2123
2124 \end_layout
2125
2126 \begin_layout Standard
2127
2128 \series bold
2129
2130 \backslash
2131 cfrac
2132 \series default
2133  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2134  auch wenn er selbst Teil eines Bruches ist.
2135 \end_layout
2136
2137 \begin_layout Standard
2138 Es ist möglich die Ausrichtung des Zählers einzustellen.
2139  Der Befehl 
2140 \series bold
2141
2142 \backslash
2143 cfracleft
2144 \series default
2145  richtet ihn links, der Befehl 
2146 \series bold
2147
2148 \backslash
2149 cfracright
2150 \series default
2151  rechts aus.
2152  
2153 \series bold
2154
2155 \backslash
2156 cfrac
2157 \series default
2158  zentriert den Zähler.
2159  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2160 \end_layout
2161
2162 \begin_layout Standard
2163
2164 \series bold
2165 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2166 \end_inset
2167
2168
2169 \begin_inset Formula $\cfrac{A}{B+C}$
2170 \end_inset
2171
2172
2173 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2174 \end_inset
2175
2176
2177 \end_layout
2178
2179 \begin_layout Standard
2180 \begin_inset Note Greyedout
2181 status open
2182
2183 \begin_layout Plain Layout
2184
2185 \series bold
2186 Achtung:
2187 \series default
2188  
2189 \series bold
2190
2191 \backslash
2192 cfracleft
2193 \series default
2194  und
2195 \series bold
2196  
2197 \backslash
2198 cfracright
2199 \series default
2200  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2201 \series bold
2202
2203 \backslash
2204 cfrac[Ausrichtung]{Zähler}{Nenner}
2205 \series default
2206  dar.
2207  Daher kann man sie nicht im TeX-Code benutzen.
2208 \end_layout
2209
2210 \end_inset
2211
2212
2213 \end_layout
2214
2215 \begin_layout Standard
2216 \begin_inset VSpace medskip
2217 \end_inset
2218
2219 Oftmals ist es am günstigsten 
2220 \series bold
2221
2222 \backslash
2223 cfrac
2224 \series default
2225  und 
2226 \series bold
2227
2228 \backslash
2229 frac
2230 \series default
2231  zu kombinieren:
2232 \begin_inset Formula \[
2233 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2234
2235 \end_inset
2236
2237
2238 \end_layout
2239
2240 \begin_layout Standard
2241 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2242 \series bold
2243
2244 \backslash
2245 nicefrac
2246 \series default
2247
2248 \begin_inset Index
2249 status collapsed
2250
2251 \begin_layout Plain Layout
2252 Befehle ! N ! 
2253 \backslash
2254 nicefrac
2255 \end_layout
2256
2257 \end_inset
2258
2259
2260 \begin_inset Formula $\nicefrac{5}{31}$
2261 \end_inset
2262
2263  oder 
2264 \series bold
2265
2266 \backslash
2267 unitfrac
2268 \series default
2269
2270 \begin_inset Index
2271 status collapsed
2272
2273 \begin_layout Plain Layout
2274 Befehle! U ! 
2275 \backslash
2276 unitfrac
2277 \end_layout
2278
2279 \end_inset
2280
2281
2282 \begin_inset Formula $\unitfrac{5}{31}$
2283 \end_inset
2284
2285  benutzt werden.
2286  Des Weiteren gibt es den Befehl 
2287 \series bold
2288
2289 \backslash
2290 unitfracthree
2291 \series default
2292  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2293 \begin_inset Formula $\unitfrac[2]{1}{3}$
2294 \end_inset
2295
2296
2297 \end_layout
2298
2299 \begin_layout Standard
2300 \begin_inset Note Greyedout
2301 status open
2302
2303 \begin_layout Plain Layout
2304
2305 \series bold
2306 Achtung:
2307 \series default
2308  
2309 \series bold
2310
2311 \backslash
2312 unitfracthree
2313 \series default
2314  ist kein echter LaTeX-Befehl, sondern der Befehl
2315 \begin_inset Newline newline
2316 \end_inset
2317
2318
2319 \series bold
2320
2321 \backslash
2322 unitfrac[Zahl]{Zähler}{Nenner}
2323 \series default
2324  .
2325  Daher kann man ihn nicht im TeX-Code benutzen.
2326 \end_layout
2327
2328 \end_inset
2329
2330
2331 \end_layout
2332
2333 \begin_layout Standard
2334 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2335  in 
2336 \begin_inset CommandInset ref
2337 LatexCommand ref
2338 reference "sub:Selbstdefinierte-Brüche"
2339
2340 \end_inset
2341
2342  erklärt.
2343 \end_layout
2344
2345 \begin_layout Subsection
2346 Wurzeln
2347 \begin_inset Index
2348 status collapsed
2349
2350 \begin_layout Plain Layout
2351 Wurzeln
2352 \end_layout
2353
2354 \end_inset
2355
2356
2357 \end_layout
2358
2359 \begin_layout Standard
2360 Quadratwurzeln werden mit 
2361 \series bold
2362
2363 \backslash
2364 sqrt
2365 \series default
2366
2367 \begin_inset Index
2368 status collapsed
2369
2370 \begin_layout Plain Layout
2371 Befehle ! S ! 
2372 \backslash
2373 sqrt
2374 \end_layout
2375
2376 \end_inset
2377
2378  oder dem Mathe-Werkzeugleistenknopf 
2379 \begin_inset Graphics
2380         filename ../../images/math/sqrt.png
2381         scale 85
2382
2383 \end_inset
2384
2385  gesetzt, alle anderen Wurzeln mit dem Befehl 
2386 \series bold
2387
2388 \backslash
2389 root
2390 \series default
2391
2392 \begin_inset Index
2393 status collapsed
2394
2395 \begin_layout Plain Layout
2396 Befehle ! R ! 
2397 \backslash
2398 root
2399 \end_layout
2400
2401 \end_inset
2402
2403  oder dem Mathe-Werkzeugleistenknopf 
2404 \begin_inset Graphics
2405         filename ../../images/math/root.png
2406         scale 85
2407
2408 \end_inset
2409
2410 .
2411 \end_layout
2412
2413 \begin_layout Standard
2414 \align center
2415 \begin_inset Tabular
2416 <lyxtabular version="3" rows="3" columns="2">
2417 <features>
2418 <column alignment="center" valignment="top" width="0pt">
2419 <column alignment="center" valignment="top" width="0pt">
2420 <row>
2421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2422 \begin_inset Text
2423
2424 \begin_layout Plain Layout
2425 Befehl
2426 \end_layout
2427
2428 \end_inset
2429 </cell>
2430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2431 \begin_inset Text
2432
2433 \begin_layout Plain Layout
2434 Ergebnis
2435 \begin_inset Note Note
2436 status collapsed
2437
2438 \begin_layout Plain Layout
2439
2440 \series bold
2441
2442 \backslash
2443 raisebox
2444 \series default
2445  dient nur als Abstandhalter.
2446 \end_layout
2447
2448 \end_inset
2449
2450
2451 \end_layout
2452
2453 \end_inset
2454 </cell>
2455 </row>
2456 <row>
2457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2458 \begin_inset Text
2459
2460 \begin_layout Plain Layout
2461
2462 \backslash
2463 sqrt
2464 \begin_inset ERT
2465 status collapsed
2466
2467 \begin_layout Plain Layout
2468
2469
2470 \backslash
2471 leer 
2472 \end_layout
2473
2474 \end_inset
2475
2476 A-B
2477 \end_layout
2478
2479 \end_inset
2480 </cell>
2481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2482 \begin_inset Text
2483
2484 \begin_layout Plain Layout
2485 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2486 \end_inset
2487
2488
2489 \end_layout
2490
2491 \end_inset
2492 </cell>
2493 </row>
2494 <row>
2495 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2496 \begin_inset Text
2497
2498 \begin_layout Plain Layout
2499
2500 \backslash
2501 root
2502 \begin_inset ERT
2503 status collapsed
2504
2505 \begin_layout Plain Layout
2506
2507
2508 \backslash
2509 leer 
2510 \end_layout
2511
2512 \end_inset
2513
2514 3
2515 \begin_inset Formula $\downarrow$
2516 \end_inset
2517
2518 A-B
2519 \end_layout
2520
2521 \end_inset
2522 </cell>
2523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2524 \begin_inset Text
2525
2526 \begin_layout Plain Layout
2527 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2528 \end_inset
2529
2530
2531 \end_layout
2532
2533 \end_inset
2534 </cell>
2535 </row>
2536 </lyxtabular>
2537
2538 \end_inset
2539
2540
2541 \end_layout
2542
2543 \begin_layout Standard
2544 Eine Quadratwurzel kann man auch mit 
2545 \series bold
2546
2547 \backslash
2548 root
2549 \series default
2550  erstellen, indem man das Feld über der Wurzel frei lässt.
2551 \end_layout
2552
2553 \begin_layout Standard
2554 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2555  Formel: 
2556 \begin_inset Formula $\sqrt[\beta]{B}$
2557 \end_inset
2558
2559
2560 \begin_inset Newline newline
2561 \end_inset
2562
2563 Das 
2564 \begin_inset Formula $\beta$
2565 \end_inset
2566
2567  berührt die Wurzel.
2568  Um dies zu verhindern, verwendet man die Befehle 
2569 \series bold
2570
2571 \backslash
2572 leftroot
2573 \series default
2574
2575 \begin_inset Index
2576 status collapsed
2577
2578 \begin_layout Plain Layout
2579 Befehle ! L ! 
2580 \backslash
2581 leftroot
2582 \end_layout
2583
2584 \end_inset
2585
2586  und 
2587 \series bold
2588
2589 \backslash
2590 uproot
2591 \series default
2592
2593 \begin_inset Index
2594 status collapsed
2595
2596 \begin_layout Plain Layout
2597 Befehle ! U ! 
2598 \backslash
2599 uproot
2600 \end_layout
2601
2602 \end_inset
2603
2604 , die folgendes Schema besitzen:
2605 \end_layout
2606
2607 \begin_layout Standard
2608
2609 \series bold
2610
2611 \backslash
2612 leftroot{Abstand}
2613 \series default
2614  bzw.
2615  
2616 \series bold
2617
2618 \backslash
2619 uproot{Abstand}
2620 \end_layout
2621
2622 \begin_layout Standard
2623 Abstand ist die Anzahl der Big Points (Einheit bp; 
2624 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2625 \end_inset
2626
2627 ), um die der Index nach links bzw.
2628  nach oben verschoben werden soll.
2629  Die Befehle werden in den Index geschrieben.
2630  So ergibt der Befehl
2631 \begin_inset Newline newline
2632 \end_inset
2633
2634
2635 \series bold
2636
2637 \backslash
2638 root
2639 \backslash
2640 leftroot{-1
2641 \begin_inset Formula $\to$
2642 \end_inset
2643
2644
2645 \backslash
2646 uproot{2
2647 \begin_inset Formula $\to$
2648 \end_inset
2649
2650
2651 \backslash
2652 beta
2653 \begin_inset ERT
2654 status collapsed
2655
2656 \begin_layout Plain Layout
2657
2658
2659 \backslash
2660 leer 
2661 \end_layout
2662
2663 \end_inset
2664
2665
2666 \begin_inset Formula $\to$
2667 \end_inset
2668
2669 B
2670 \begin_inset Newline newline
2671 \end_inset
2672
2673
2674 \series default
2675 eine korrekt gesetzte Formel: 
2676 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2677 \end_inset
2678
2679
2680 \end_layout
2681
2682 \begin_layout Subsection
2683 Binomialkoeffizienten
2684 \begin_inset Index
2685 status collapsed
2686
2687 \begin_layout Plain Layout
2688 Binomialkoeffizienten
2689 \end_layout
2690
2691 \end_inset
2692
2693
2694 \end_layout
2695
2696 \begin_layout Standard
2697 Binomialkoeffizienten können mit dem Befehl 
2698 \series bold
2699
2700 \backslash
2701 binom
2702 \series default
2703
2704 \begin_inset Index
2705 status collapsed
2706
2707 \begin_layout Plain Layout
2708 Befehle ! B ! 
2709 \backslash
2710 binom
2711 \end_layout
2712
2713 \end_inset
2714
2715  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2716 \begin_inset Graphics
2717         filename ../../images/math/frac-square.png
2718         scale 85
2719
2720 \end_inset
2721
2722 eingefügt werden.
2723  Analog zu Brüchen (
2724 \series bold
2725
2726 \backslash
2727 frac
2728 \series default
2729 ) gibt es außer 
2730 \series bold
2731
2732 \backslash
2733 binom
2734 \series default
2735  noch die Befehle 
2736 \series bold
2737
2738 \backslash
2739 dbinom
2740 \begin_inset Index
2741 status collapsed
2742
2743 \begin_layout Plain Layout
2744 Befehle ! D ! 
2745 \backslash
2746 dbinom
2747 \end_layout
2748
2749 \end_inset
2750
2751
2752 \series default
2753  und 
2754 \series bold
2755
2756 \backslash
2757 tbinom
2758 \series default
2759
2760 \begin_inset Index
2761 status collapsed
2762
2763 \begin_layout Plain Layout
2764 Befehle ! T ! 
2765 \backslash
2766 tbinom
2767 \end_layout
2768
2769 \end_inset
2770
2771 .
2772  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2773 \series bold
2774
2775 \backslash
2776 brace
2777 \series default
2778
2779 \begin_inset Index
2780 status collapsed
2781
2782 \begin_layout Plain Layout
2783 Befehle ! B ! 
2784 \backslash
2785 brace
2786 \end_layout
2787
2788 \end_inset
2789
2790  und 
2791 \series bold
2792
2793 \backslash
2794 brack
2795 \series default
2796
2797 \begin_inset Index
2798 status collapsed
2799
2800 \begin_layout Plain Layout
2801 Befehle ! B ! 
2802 \backslash
2803 brack
2804 \end_layout
2805
2806 \end_inset
2807
2808 .
2809 \end_layout
2810
2811 \begin_layout Standard
2812 \align center
2813 \begin_inset Tabular
2814 <lyxtabular version="3" rows="6" columns="2">
2815 <features>
2816 <column alignment="center" valignment="top" width="0pt">
2817 <column alignment="center" valignment="top" width="0pt">
2818 <row>
2819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2820 \begin_inset Text
2821
2822 \begin_layout Plain Layout
2823 Befehl
2824 \end_layout
2825
2826 \end_inset
2827 </cell>
2828 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2829 \begin_inset Text
2830
2831 \begin_layout Plain Layout
2832 Ergebnis
2833 \begin_inset Note Note
2834 status collapsed
2835
2836 \begin_layout Plain Layout
2837
2838 \series bold
2839
2840 \backslash
2841 raisebox
2842 \series default
2843  dient nur als Abstandhalter.
2844 \end_layout
2845
2846 \end_inset
2847
2848
2849 \end_layout
2850
2851 \end_inset
2852 </cell>
2853 </row>
2854 <row>
2855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2856 \begin_inset Text
2857
2858 \begin_layout Plain Layout
2859
2860 \backslash
2861 binom
2862 \begin_inset ERT
2863 status collapsed
2864
2865 \begin_layout Plain Layout
2866
2867
2868 \backslash
2869 leer 
2870 \end_layout
2871
2872 \end_inset
2873
2874 A
2875 \begin_inset Formula $\downarrow$
2876 \end_inset
2877
2878 B
2879 \end_layout
2880
2881 \end_inset
2882 </cell>
2883 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2884 \begin_inset Text
2885
2886 \begin_layout Plain Layout
2887 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2888 \end_inset
2889
2890
2891 \end_layout
2892
2893 \end_inset
2894 </cell>
2895 </row>
2896 <row>
2897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2898 \begin_inset Text
2899
2900 \begin_layout Plain Layout
2901
2902 \backslash
2903 dbinom
2904 \begin_inset ERT
2905 status collapsed
2906
2907 \begin_layout Plain Layout
2908
2909
2910 \backslash
2911 leer 
2912 \end_layout
2913
2914 \end_inset
2915
2916 A
2917 \begin_inset Formula $\downarrow$
2918 \end_inset
2919
2920 B
2921 \end_layout
2922
2923 \end_inset
2924 </cell>
2925 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2926 \begin_inset Text
2927
2928 \begin_layout Plain Layout
2929 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2930 \end_inset
2931
2932
2933 \end_layout
2934
2935 \end_inset
2936 </cell>
2937 </row>
2938 <row>
2939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2940 \begin_inset Text
2941
2942 \begin_layout Plain Layout
2943
2944 \backslash
2945 tbinom
2946 \begin_inset ERT
2947 status collapsed
2948
2949 \begin_layout Plain Layout
2950
2951
2952 \backslash
2953 leer 
2954 \end_layout
2955
2956 \end_inset
2957
2958 A
2959 \begin_inset Formula $\downarrow$
2960 \end_inset
2961
2962 B
2963 \end_layout
2964
2965 \end_inset
2966 </cell>
2967 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2972 \end_inset
2973
2974
2975 \end_layout
2976
2977 \end_inset
2978 </cell>
2979 </row>
2980 <row>
2981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2982 \begin_inset Text
2983
2984 \begin_layout Plain Layout
2985
2986 \backslash
2987 brack
2988 \begin_inset ERT
2989 status collapsed
2990
2991 \begin_layout Plain Layout
2992
2993
2994 \backslash
2995 leer 
2996 \end_layout
2997
2998 \end_inset
2999
3000 A
3001 \begin_inset Formula $\downarrow$
3002 \end_inset
3003
3004 B
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
3010 \begin_inset Text
3011
3012 \begin_layout Plain Layout
3013 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3014 \end_inset
3015
3016
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 </row>
3022 <row>
3023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027
3028 \backslash
3029 brace
3030 \begin_inset ERT
3031 status collapsed
3032
3033 \begin_layout Plain Layout
3034
3035
3036 \backslash
3037 leer 
3038 \end_layout
3039
3040 \end_inset
3041
3042 A
3043 \begin_inset Formula $\downarrow$
3044 \end_inset
3045
3046 B
3047 \end_layout
3048
3049 \end_inset
3050 </cell>
3051 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
3052 \begin_inset Text
3053
3054 \begin_layout Plain Layout
3055 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3056 \end_inset
3057
3058
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 </row>
3064 </lyxtabular>
3065
3066 \end_inset
3067
3068
3069 \end_layout
3070
3071 \begin_layout Subsection
3072 Fallunterscheidungen
3073 \begin_inset Index
3074 status collapsed
3075
3076 \begin_layout Plain Layout
3077 Fallunterscheidungen
3078 \end_layout
3079
3080 \end_inset
3081
3082
3083 \end_layout
3084
3085 \begin_layout Standard
3086 \align center
3087 \begin_inset Tabular
3088 <lyxtabular version="3" rows="3" columns="2">
3089 <features>
3090 <column alignment="center" valignment="top" width="0pt">
3091 <column alignment="center" valignment="top" width="0pt">
3092 <row>
3093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3094 \begin_inset Text
3095
3096 \begin_layout Plain Layout
3097 Befehl
3098 \end_layout
3099
3100 \end_inset
3101 </cell>
3102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3103 \begin_inset Text
3104
3105 \begin_layout Plain Layout
3106 Ergebnis
3107 \end_layout
3108
3109 \end_inset
3110 </cell>
3111 </row>
3112 <row>
3113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3114 \begin_inset Text
3115
3116 \begin_layout Plain Layout
3117
3118 \backslash
3119 cases
3120 \begin_inset ERT
3121 status collapsed
3122
3123 \begin_layout Plain Layout
3124
3125
3126 \backslash
3127 leer 
3128 \end_layout
3129
3130 \end_inset
3131
3132 A
3133 \begin_inset Formula $\to$
3134 \end_inset
3135
3136 B>0
3137 \begin_inset Index
3138 status collapsed
3139
3140 \begin_layout Plain Layout
3141 Befehle ! C ! 
3142 \backslash
3143 cases
3144 \end_layout
3145
3146 \end_inset
3147
3148
3149 \end_layout
3150
3151 \end_inset
3152 </cell>
3153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157 \begin_inset Formula $\begin{cases}
3158 A & B>0\end{cases}$
3159 \end_inset
3160
3161
3162 \end_layout
3163
3164 \end_inset
3165 </cell>
3166 </row>
3167 <row>
3168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3169 \begin_inset Text
3170
3171 \begin_layout Plain Layout
3172
3173 \backslash
3174 cases
3175 \begin_inset ERT
3176 status collapsed
3177
3178 \begin_layout Plain Layout
3179
3180
3181 \backslash
3182 leer 
3183 \end_layout
3184
3185 \end_inset
3186
3187 Strg+Enter
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196 \begin_inset Formula $\begin{cases}
3197 A & \textrm{für }x>0\\
3198 B & \textrm{für }x=0\end{cases}$
3199 \end_inset
3200
3201
3202 \end_layout
3203
3204 \end_inset
3205 </cell>
3206 </row>
3207 </lyxtabular>
3208
3209 \end_inset
3210
3211
3212 \end_layout
3213
3214 \begin_layout Standard
3215 Nach der Eingabe von 
3216 \series bold
3217
3218 \backslash
3219 cases
3220 \series default
3221  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3222 \begin_inset Graphics
3223         filename ../../images/math/cases.png
3224         scale 85
3225
3226 \end_inset
3227
3228  können mit 
3229 \family sans
3230 Strg+Enter
3231 \family default
3232  oder dem Tabellen-Werkzeugleistenknopf 
3233 \begin_inset Graphics
3234         filename ../../images/tabular-feature_append-row.png
3235         scale 85
3236
3237 \end_inset
3238
3239  neue Zeilen erstellt werden.
3240 \begin_inset Foot
3241 status collapsed
3242
3243 \begin_layout Plain Layout
3244 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3245 \begin_inset CommandInset ref
3246 LatexCommand ref
3247 reference "sub:Akzente-für-ein"
3248
3249 \end_inset
3250
3251  beschrieben.
3252 \end_layout
3253
3254 \end_inset
3255
3256
3257 \end_layout
3258
3259 \begin_layout Standard
3260 Der Befehl 
3261 \series bold
3262
3263 \backslash
3264 cases
3265 \series default
3266  ist auch über das Menü 
3267 \family sans
3268 Einfügen\SpecialChar \menuseparator
3269 Mathe\SpecialChar \menuseparator
3270 Cases-Umgebung
3271 \family default
3272  verfügbar.
3273 \end_layout
3274
3275 \begin_layout Subsection
3276 Verneinungen
3277 \begin_inset Index
3278 status collapsed
3279
3280 \begin_layout Plain Layout
3281 Verneinungen
3282 \end_layout
3283
3284 \end_inset
3285
3286
3287 \end_layout
3288
3289 \begin_layout Standard
3290 Durch die Eingabe von 
3291 \series bold
3292
3293 \backslash
3294 not
3295 \series default
3296
3297 \begin_inset Index
3298 status collapsed
3299
3300 \begin_layout Plain Layout
3301 Befehle ! N ! 
3302 \backslash
3303 not
3304 \end_layout
3305
3306 \end_inset
3307
3308  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3309  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3310 \end_layout
3311
3312 \begin_layout Standard
3313 \align center
3314 \begin_inset Tabular
3315 <lyxtabular version="3" rows="4" columns="2">
3316 <features>
3317 <column alignment="center" valignment="top" width="0pt">
3318 <column alignment="center" valignment="top" width="0pt">
3319 <row>
3320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324 Befehl
3325 \end_layout
3326
3327 \end_inset
3328 </cell>
3329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333 Ergebnis
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 </row>
3339 <row>
3340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344
3345 \backslash
3346 not=
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3352 \begin_inset Text
3353
3354 \begin_layout Plain Layout
3355 \begin_inset Formula $\not=$
3356 \end_inset
3357
3358
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 </row>
3364 <row>
3365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369
3370 \backslash
3371 not 
3372 \backslash
3373 le
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382 \begin_inset Formula $\not\le$
3383 \end_inset
3384
3385
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 </row>
3391 <row>
3392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396
3397 \backslash
3398 not 
3399 \backslash
3400 parallel
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409 \begin_inset Formula $\not\parallel$
3410 \end_inset
3411
3412
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 </row>
3418 </lyxtabular>
3419
3420 \end_inset
3421
3422
3423 \end_layout
3424
3425 \begin_layout Standard
3426 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3427  Deswegen gibt es für Einige spezielle Befehle (siehe 
3428 \begin_inset CommandInset ref
3429 LatexCommand ref
3430 reference "sub:Mathematische-Symbole"
3431
3432 \end_inset
3433
3434  und 
3435 \begin_inset CommandInset ref
3436 LatexCommand ref
3437 reference "sec:Relationen"
3438
3439 \end_inset
3440
3441 ).
3442 \end_layout
3443
3444 \begin_layout Subsection
3445 Platzhalter
3446 \begin_inset CommandInset label
3447 LatexCommand label
3448 name "sub:Platzhalter"
3449
3450 \end_inset
3451
3452
3453 \begin_inset Index
3454 status collapsed
3455
3456 \begin_layout Plain Layout
3457 Platzhalter
3458 \end_layout
3459
3460 \end_inset
3461
3462
3463 \begin_inset Index
3464 status collapsed
3465
3466 \begin_layout Plain Layout
3467 chemische Zeichen ! Isotope
3468 \end_layout
3469
3470 \end_inset
3471
3472
3473 \begin_inset Index
3474 status collapsed
3475
3476 \begin_layout Plain Layout
3477 Isotope|see
3478 \begin_inset ERT
3479 status collapsed
3480
3481 \begin_layout Plain Layout
3482
3483 {
3484 \end_layout
3485
3486 \end_inset
3487
3488 chemische Zeichen
3489 \begin_inset ERT
3490 status collapsed
3491
3492 \begin_layout Plain Layout
3493
3494 }
3495 \end_layout
3496
3497 \end_inset
3498
3499
3500 \end_layout
3501
3502 \end_inset
3503
3504
3505 \end_layout
3506
3507 \begin_layout Standard
3508 Möchte man z.
3509 \begin_inset space \thinspace{}
3510 \end_inset
3511
3512 B.
3513  Isotope
3514 \begin_inset Foot
3515 status collapsed
3516
3517 \begin_layout Plain Layout
3518 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3519 \begin_inset CommandInset ref
3520 LatexCommand ref
3521 reference "sub:Chemische-Symbole-und"
3522
3523 \end_inset
3524
3525  beschrieben.
3526 \end_layout
3527
3528 \end_inset
3529
3530  darstellen, tritt folgendes Problem auf:
3531 \end_layout
3532
3533 \begin_layout Standard
3534 \align center
3535 \begin_inset Tabular
3536 <lyxtabular version="3" rows="2" columns="2">
3537 <features>
3538 <column alignment="center" valignment="top" width="0pt">
3539 <column alignment="center" valignment="top" width="0pt">
3540 <row>
3541 <cell alignment="center" valignment="top" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545 durch Hoch- und Tiefstellen erzeugte Indizes:
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3555 \end_inset
3556
3557
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 </row>
3563 <row>
3564 <cell alignment="center" valignment="top" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568 korrekte Indizes:
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3578 \end_inset
3579
3580
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 </row>
3586 </lyxtabular>
3587
3588 \end_inset
3589
3590
3591 \begin_inset Note Note
3592 status collapsed
3593
3594 \begin_layout Plain Layout
3595
3596 \series bold
3597
3598 \backslash
3599 raisebox
3600 \series default
3601  dient nur
3602 \end_layout
3603
3604 \begin_layout Plain Layout
3605 als Abstandhalter.
3606 \end_layout
3607
3608 \end_inset
3609
3610
3611 \end_layout
3612
3613 \begin_layout Standard
3614 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3615  längeren Index gesetzt.
3616  Um das zu verhindern gibt es den Befehl 
3617 \series bold
3618
3619 \backslash
3620 phantom
3621 \series default
3622
3623 \begin_inset Index
3624 status collapsed
3625
3626 \begin_layout Plain Layout
3627 Befehle ! P ! 
3628 \backslash
3629 phantom
3630 \end_layout
3631
3632 \end_inset
3633
3634  oder den Mathe-Werkzeugleistenknopf
3635 \begin_inset space \thinspace{}
3636 \end_inset
3637
3638
3639 \begin_inset Foot
3640 status collapsed
3641
3642 \begin_layout Plain Layout
3643 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3644 \begin_inset Graphics
3645         filename ../../images/math/space.png
3646         scale 85
3647
3648 \end_inset
3649
3650
3651 \end_layout
3652
3653 \end_inset
3654
3655  
3656 \begin_inset Graphics
3657         filename ../../images/math/phantom.png
3658         scale 85
3659
3660 \end_inset
3661
3662 , der ein oder mehrere Phantomzeichen erstellt.
3663  Wenn 
3664 \series bold
3665
3666 \backslash
3667 phantom
3668 \series default
3669  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3670  Pfeilen überlagert wird.
3671  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3672  als Leerraum erstellt wird.
3673  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3674  Zeichen.
3675 \end_layout
3676
3677 \begin_layout Standard
3678 \align center
3679 \begin_inset Tabular
3680 <lyxtabular version="3" rows="4" columns="2">
3681 <features>
3682 <column alignment="center" valignment="top" width="0">
3683 <column alignment="center" valignment="top" width="0">
3684 <row>
3685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 Befehl
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 Ergebnis
3699 \begin_inset Note Note
3700 status collapsed
3701
3702 \begin_layout Plain Layout
3703
3704 \series bold
3705
3706 \backslash
3707 raisebox
3708 \series default
3709  dient nur als Abstandhalter.
3710 \end_layout
3711
3712 \end_inset
3713
3714
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 </row>
3720 <row>
3721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 ^19
3726 \begin_inset ERT
3727 status collapsed
3728
3729 \begin_layout Plain Layout
3730
3731
3732 \backslash
3733 leer 
3734 \end_layout
3735
3736 \end_inset
3737
3738 _
3739 \backslash
3740 phantom
3741 \begin_inset ERT
3742 status collapsed
3743
3744 \begin_layout Plain Layout
3745
3746
3747 \backslash
3748 leer 
3749 \end_layout
3750
3751 \end_inset
3752
3753 1
3754 \begin_inset Formula $\to$
3755 \end_inset
3756
3757 9
3758 \begin_inset ERT
3759 status collapsed
3760
3761 \begin_layout Plain Layout
3762
3763
3764 \backslash
3765 leer 
3766 \end_layout
3767
3768 \end_inset
3769
3770 F
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3780 \end_inset
3781
3782
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 </row>
3788 <row>
3789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 ^235
3794 \begin_inset ERT
3795 status collapsed
3796
3797 \begin_layout Plain Layout
3798
3799
3800 \backslash
3801 leer 
3802 \end_layout
3803
3804 \end_inset
3805
3806 _
3807 \backslash
3808 phantom
3809 \begin_inset ERT
3810 status collapsed
3811
3812 \begin_layout Plain Layout
3813
3814
3815 \backslash
3816 leer 
3817 \end_layout
3818
3819 \end_inset
3820
3821 23
3822 \begin_inset Formula $\to$
3823 \end_inset
3824
3825 9
3826 \begin_inset ERT
3827 status collapsed
3828
3829 \begin_layout Plain Layout
3830
3831
3832 \backslash
3833 leer 
3834 \end_layout
3835
3836 \end_inset
3837
3838 F
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3848 \end_inset
3849
3850
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 </row>
3856 <row>
3857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Plain Layout
3861
3862 \backslash
3863 Lambda^
3864 \begin_inset ERT
3865 status collapsed
3866
3867 \begin_layout Plain Layout
3868
3869
3870 \backslash
3871 leer 
3872 \end_layout
3873
3874 \end_inset
3875
3876
3877 \backslash
3878 phantom
3879 \begin_inset ERT
3880 status collapsed
3881
3882 \begin_layout Plain Layout
3883
3884
3885 \backslash
3886 leer 
3887 \end_layout
3888
3889 \end_inset
3890
3891 ii
3892 \begin_inset Formula $\to$
3893 \end_inset
3894
3895 t
3896 \begin_inset ERT
3897 status collapsed
3898
3899 \begin_layout Plain Layout
3900
3901
3902 \backslash
3903 leer 
3904 \end_layout
3905
3906 \end_inset
3907
3908 _MMt
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3918 \end_inset
3919
3920
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 </row>
3926 </lyxtabular>
3927
3928 \end_inset
3929
3930
3931 \end_layout
3932
3933 \begin_layout Standard
3934 Des Weiteren gibt es noch die Befehle 
3935 \series bold
3936
3937 \backslash
3938 vphantom
3939 \series default
3940
3941 \begin_inset Index
3942 status collapsed
3943
3944 \begin_layout Plain Layout
3945 Befehle ! V ! 
3946 \backslash
3947 vphantom
3948 \end_layout
3949
3950 \end_inset
3951
3952  (Werkzeugleistenknopf 
3953 \begin_inset space ~
3954 \end_inset
3955
3956
3957 \begin_inset Graphics
3958         filename ../../images/math/vphantom.png
3959         scale 85
3960
3961 \end_inset
3962
3963 ) und 
3964 \series bold
3965
3966 \backslash
3967 hphantom
3968 \series default
3969
3970 \begin_inset Index
3971 status collapsed
3972
3973 \begin_layout Plain Layout
3974 Befehle ! H ! 
3975 \backslash
3976 hphantom
3977 \end_layout
3978
3979 \end_inset
3980
3981  (Werkzeugleistenknopf 
3982 \begin_inset space ~
3983 \end_inset
3984
3985
3986 \begin_inset Graphics
3987         filename ../../images/math/hphantom.png
3988         scale 85
3989
3990 \end_inset
3991
3992 ).
3993  
3994 \series bold
3995
3996 \backslash
3997 hphantom
3998 \series default
3999  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
4000  nicht jedoch für deren Breite.
4001  Bei 
4002 \series bold
4003
4004 \backslash
4005 vphantom
4006 \series default
4007  wird nur Platz mit der Breite des Kästchens erstellt.
4008  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
4009 \end_layout
4010
4011 \begin_layout Standard
4012 Zum Beispiel erzeugt 
4013 \series bold
4014
4015 \backslash
4016 vphantom
4017 \series default
4018
4019 \begin_inset ERT
4020 status collapsed
4021
4022 \begin_layout Plain Layout
4023
4024
4025 \backslash
4026 leer 
4027 \end_layout
4028
4029 \end_inset
4030
4031
4032 \series bold
4033 a
4034 \backslash
4035 int
4036 \series default
4037  Platz der Höhe des Integralzeichens,
4038 \begin_inset Foot
4039 status collapsed
4040
4041 \begin_layout Plain Layout
4042 Der Befehl 
4043 \series bold
4044
4045 \backslash
4046 int
4047 \series default
4048  erzeugt ein Integralzeichen, siehe 
4049 \begin_inset CommandInset ref
4050 LatexCommand ref
4051 reference "sub:Große-Operatoren"
4052
4053 \end_inset
4054
4055 .
4056 \end_layout
4057
4058 \end_inset
4059
4060  da dieses das größere Zeichen ist.
4061  Eine Beispielanwendung ist in 
4062 \begin_inset CommandInset ref
4063 LatexCommand ref
4064 reference "sub:Mehrzeilige-Klammern"
4065
4066 \end_inset
4067
4068  zu finden.
4069 \end_layout
4070
4071 \begin_layout Subsection
4072 Linien
4073 \begin_inset Index
4074 status collapsed
4075
4076 \begin_layout Plain Layout
4077 Linien
4078 \end_layout
4079
4080 \end_inset
4081
4082
4083 \begin_inset Index
4084 status collapsed
4085
4086 \begin_layout Plain Layout
4087 Formel ! unterstrichene
4088 \end_layout
4089
4090 \end_inset
4091
4092
4093 \end_layout
4094
4095 \begin_layout Standard
4096 \align center
4097 \begin_inset Tabular
4098 <lyxtabular version="3" rows="4" columns="2">
4099 <features>
4100 <column alignment="center" valignment="top" width="0pt">
4101 <column alignment="center" valignment="top" width="0pt">
4102 <row>
4103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107 Befehl
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116 Ergebnis
4117 \begin_inset Note Note
4118 status collapsed
4119
4120 \begin_layout Plain Layout
4121
4122 \series bold
4123
4124 \backslash
4125 raisebox
4126 \series default
4127  dient nur als Abstandhalter.
4128 \end_layout
4129
4130 \end_inset
4131
4132
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 </row>
4138 <row>
4139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143
4144 \backslash
4145 overline
4146 \begin_inset ERT
4147 status collapsed
4148
4149 \begin_layout Plain Layout
4150
4151
4152 \backslash
4153 leer 
4154 \end_layout
4155
4156 \end_inset
4157
4158 A+B
4159 \begin_inset Index
4160 status collapsed
4161
4162 \begin_layout Plain Layout
4163 Befehle ! O ! 
4164 \backslash
4165 overline
4166 \end_layout
4167
4168 \end_inset
4169
4170
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4180 \end_inset
4181
4182
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 </row>
4188 <row>
4189 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193
4194 \backslash
4195 underline
4196 \begin_inset ERT
4197 status collapsed
4198
4199 \begin_layout Plain Layout
4200
4201
4202 \backslash
4203 leer 
4204 \end_layout
4205
4206 \end_inset
4207
4208 A+B
4209 \begin_inset Index
4210 status collapsed
4211
4212 \begin_layout Plain Layout
4213 Befehle ! U ! 
4214 \backslash
4215 underline
4216 \end_layout
4217
4218 \end_inset
4219
4220
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4230 \end_inset
4231
4232
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 </row>
4238 <row>
4239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243
4244 \backslash
4245 overline
4246 \begin_inset ERT
4247 status collapsed
4248
4249 \begin_layout Plain Layout
4250
4251
4252 \backslash
4253 leer 
4254 \end_layout
4255
4256 \end_inset
4257
4258
4259 \backslash
4260 underline
4261 \begin_inset ERT
4262 status collapsed
4263
4264 \begin_layout Plain Layout
4265
4266
4267 \backslash
4268 leer 
4269 \end_layout
4270
4271 \end_inset
4272
4273 A+B
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4283 \end_inset
4284
4285
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 </row>
4291 </lyxtabular>
4292
4293 \end_inset
4294
4295
4296 \end_layout
4297
4298 \begin_layout Standard
4299 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4300 \series bold
4301
4302 \backslash
4303 overline
4304 \series default
4305  oder 
4306 \series bold
4307
4308 \backslash
4309 underline
4310 \series default
4311  eingibt.
4312 \end_layout
4313
4314 \begin_layout Standard
4315 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4316 \begin_inset Newline linebreak
4317 \end_inset
4318
4319
4320 \series bold
4321
4322 \backslash
4323 underline
4324 \series default
4325 .
4326 \end_layout
4327
4328 \begin_layout Standard
4329 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4330 \end_layout
4331
4332 \begin_layout Standard
4333 \begin_inset VSpace bigskip
4334 \end_inset
4335
4336 Benutzerdefinierte Linien können mit dem Befehl 
4337 \series bold
4338
4339 \backslash
4340 rule
4341 \series default
4342
4343 \begin_inset Index
4344 status collapsed
4345
4346 \begin_layout Plain Layout
4347 Befehle! R ! 
4348 \backslash
4349 rule
4350 \end_layout
4351
4352 \end_inset
4353
4354  erstellt werden, der folgendes Schema besitzt:
4355 \end_layout
4356
4357 \begin_layout Standard
4358
4359 \series bold
4360
4361 \backslash
4362 rule[vertikaler Versatz]{Länge}{Dicke}
4363 \end_layout
4364
4365 \begin_layout Standard
4366 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4367  unten, wenn der Wert negativ ist).
4368  Die Einheiten, die in 
4369 \begin_inset CommandInset ref
4370 LatexCommand ref
4371 reference "tab:Verfügbare-Einheiten"
4372
4373 \end_inset
4374
4375  aufgelistet sind, können für die Werte benutzt werden.
4376  Hier sind zwei Beispiele, die mit den Befehlen
4377 \begin_inset Newline newline
4378 \end_inset
4379
4380
4381 \series bold
4382
4383 \backslash
4384 rule[-2ex]{3cm}{2pt}
4385 \series default
4386  und 
4387 \series bold
4388
4389 \backslash
4390 rule{2cm}{1pt}
4391 \series default
4392  erzeugt wurden:
4393 \end_layout
4394
4395 \begin_layout Standard
4396 Dies ist ein Satz 
4397 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4398 \end_inset
4399
4400  mit zwei Linien.
4401 \end_layout
4402
4403 \begin_layout Standard
4404
4405 \series bold
4406
4407 \backslash
4408 rule
4409 \series default
4410  kann auch für Text verwendet werden, wenn er als TeX-Code eingegeben wird.
4411 \end_layout
4412
4413 \begin_layout Subsection
4414 Fortsetzungspunkte
4415 \begin_inset CommandInset label
4416 LatexCommand label
4417 name "sub:Fortsetzungspunkte"
4418
4419 \end_inset
4420
4421
4422 \begin_inset Index
4423 status collapsed
4424
4425 \begin_layout Plain Layout
4426 Fortsetzungspunkte
4427 \end_layout
4428
4429 \end_inset
4430
4431
4432 \end_layout
4433
4434 \begin_layout Standard
4435 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4436 \begin_inset Foot
4437 status collapsed
4438
4439 \begin_layout Plain Layout
4440 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4441 \begin_inset Graphics
4442         filename ../../images/math/ldots.png
4443         scale 85
4444
4445 \end_inset
4446
4447
4448 \end_layout
4449
4450 \end_inset
4451
4452  Für Aufzählungen verwendet man unten sitzende Punkte (
4453 \series bold
4454
4455 \backslash
4456 ldots
4457 \series default
4458
4459 \begin_inset Index
4460 status collapsed
4461
4462 \begin_layout Plain Layout
4463 Befehle ! L ! 
4464 \backslash
4465 ldots
4466 \end_layout
4467
4468 \end_inset
4469
4470 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4471  die Operatoren sind (
4472 \series bold
4473
4474 \backslash
4475 cdots
4476 \series default
4477
4478 \begin_inset Index
4479 status collapsed
4480
4481 \begin_layout Plain Layout
4482 Befehle ! C ! 
4483 \backslash
4484 cdots
4485 \end_layout
4486
4487 \end_inset
4488
4489 ).
4490  Verwendet man den Befehl 
4491 \series bold
4492
4493 \backslash
4494 dots
4495 \series default
4496
4497 \begin_inset Index
4498 status collapsed
4499
4500 \begin_layout Plain Layout
4501 Befehle ! D ! 
4502 \backslash
4503 dots
4504 \end_layout
4505
4506 \end_inset
4507
4508 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4509  wird.
4510 \end_layout
4511
4512 \begin_layout Standard
4513 \align center
4514 \begin_inset Tabular
4515 <lyxtabular version="3" rows="8" columns="2">
4516 <features>
4517 <column alignment="center" valignment="top" width="0pt">
4518 <column alignment="center" valignment="top" width="0pt">
4519 <row>
4520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 Befehl
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 Ergebnis
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 </row>
4539 <row>
4540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 A_1
4545 \begin_inset ERT
4546 status collapsed
4547
4548 \begin_layout Plain Layout
4549
4550
4551 \backslash
4552 leer 
4553 \end_layout
4554
4555 \end_inset
4556
4557 ,
4558 \backslash
4559 dots
4560 \begin_inset ERT
4561 status collapsed
4562
4563 \begin_layout Plain Layout
4564
4565
4566 \backslash
4567 leer 
4568 \end_layout
4569
4570 \end_inset
4571
4572 ,A_n
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581 \begin_inset Formula $A_{1},\dots,A_{n}$
4582 \end_inset
4583
4584
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 A_1
4596 \begin_inset ERT
4597 status collapsed
4598
4599 \begin_layout Plain Layout
4600
4601
4602 \backslash
4603 leer 
4604 \end_layout
4605
4606 \end_inset
4607
4608 +
4609 \backslash
4610 dots
4611 \begin_inset ERT
4612 status collapsed
4613
4614 \begin_layout Plain Layout
4615
4616
4617 \backslash
4618 leer 
4619 \end_layout
4620
4621 \end_inset
4622
4623 +A_n
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 \begin_inset Formula $A_{1}+\dots+A_{n}$
4633 \end_inset
4634
4635
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 </row>
4641 <row>
4642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 A_1
4647 \begin_inset ERT
4648 status collapsed
4649
4650 \begin_layout Plain Layout
4651
4652
4653 \backslash
4654 leer 
4655 \end_layout
4656
4657 \end_inset
4658
4659 ,
4660 \backslash
4661 ldots
4662 \begin_inset ERT
4663 status collapsed
4664
4665 \begin_layout Plain Layout
4666
4667
4668 \backslash
4669 leer 
4670 \end_layout
4671
4672 \end_inset
4673
4674 ,A_n
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 \begin_inset Formula $A_{1},\ldots,A_{n}$
4684 \end_inset
4685
4686
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 </row>
4692 <row>
4693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 A_1
4698 \begin_inset ERT
4699 status collapsed
4700
4701 \begin_layout Plain Layout
4702
4703
4704 \backslash
4705 leer 
4706 \end_layout
4707
4708 \end_inset
4709
4710 +
4711 \backslash
4712 cdots
4713 \begin_inset ERT
4714 status collapsed
4715
4716 \begin_layout Plain Layout
4717
4718
4719 \backslash
4720 leer 
4721 \end_layout
4722
4723 \end_inset
4724
4725 +A_n
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4735 \end_inset
4736
4737
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 </row>
4743 <row>
4744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748
4749 \backslash
4750 vdots
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 \begin_inset Formula $\vdots$
4760 \end_inset
4761
4762
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 </row>
4768 <row>
4769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773
4774 \backslash
4775 ddots
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784 \begin_inset Formula $\ddots$
4785 \end_inset
4786
4787
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 </row>
4793 <row>
4794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798 3
4799 \series bold
4800 ×
4801 \series default
4802 3
4803 \begin_inset space \thinspace{}
4804 \end_inset
4805
4806 Matrix mit obigen Befehlen
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 \begin_inset Formula $\begin{array}{ccc}
4816 A_{11} & \cdots & A_{1m}\\
4817 \vdots & \ddots & \vdots\\
4818 A_{n1} & \cdots & A_{nm}\end{array}$
4819 \end_inset
4820
4821
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 </row>
4827 </lyxtabular>
4828
4829 \end_inset
4830
4831
4832 \end_layout
4833
4834 \begin_layout Standard
4835 Die im Menü 
4836 \family sans
4837 Einfügen\SpecialChar \menuseparator
4838 Sonderzeichen
4839 \family default
4840  verfügbaren Fortsetzungspunkte sind 
4841 \series bold
4842
4843 \backslash
4844 ldots
4845 \series default
4846 .
4847 \end_layout
4848
4849 \begin_layout Standard
4850 \begin_inset VSpace medskip
4851 \end_inset
4852
4853 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4854  Spalten erstrecken.
4855  Man erhält sie mit dem Befehl 
4856 \series bold
4857
4858 \backslash
4859 hdotsfor
4860 \series default
4861
4862 \begin_inset Index
4863 status collapsed
4864
4865 \begin_layout Plain Layout
4866 Befehle ! H ! 
4867 \backslash
4868 hdotsfor
4869 \end_layout
4870
4871 \end_inset
4872
4873 , der folgendes Schema besitzt:
4874 \end_layout
4875
4876 \begin_layout Standard
4877
4878 \series bold
4879
4880 \backslash
4881 hdotsfor[Abstand]{Anzahl der Spalten}
4882 \end_layout
4883
4884 \begin_layout Standard
4885 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4886  sollen.
4887  Abstand ist ein Faktor, der den Punktabstand festlegt.
4888 \end_layout
4889
4890 \begin_layout Standard
4891 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4892  
4893 \series bold
4894
4895 \backslash
4896 hdotsfor[2]{4}
4897 \series default
4898  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4899  beim Befehl 
4900 \series bold
4901
4902 \backslash
4903 dots
4904 \series default
4905  zu erhalten:
4906 \begin_inset Formula \[
4907 \left(\begin{array}{cccc}
4908 A & B & C & D\\
4909 \hdotsfor[2]{4}\\
4910 q & w & e & r\end{array}\right)\]
4911
4912 \end_inset
4913
4914 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4915  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4916 \end_layout
4917
4918 \begin_layout Standard
4919 \begin_inset VSpace bigskip
4920 \end_inset
4921
4922 Des Weiteren kann man mit dem Befehl 
4923 \series bold
4924
4925 \backslash
4926 dotfill
4927 \series default
4928
4929 \begin_inset Index
4930 status collapsed
4931
4932 \begin_layout Plain Layout
4933 Befehle ! D ! 
4934 \backslash
4935 dotfill
4936 \end_layout
4937
4938 \end_inset
4939
4940  den Rest einer Zeile mit Punkten füllen.
4941  Die Wirkungsweise des Befehls entspricht der von 
4942 \series bold
4943
4944 \backslash
4945 hfill
4946 \series default
4947 , siehe 
4948 \begin_inset CommandInset ref
4949 LatexCommand ref
4950 reference "sub:Variabler-Leerraum"
4951
4952 \end_inset
4953
4954 .
4955 \end_layout
4956
4957 \begin_layout Standard
4958 Z.
4959 \begin_inset space \thinspace{}
4960 \end_inset
4961
4962 B.
4963  ergibt der Befehl 
4964 \series bold
4965 A
4966 \backslash
4967 dotfill
4968 \begin_inset ERT
4969 status collapsed
4970
4971 \begin_layout Plain Layout
4972
4973
4974 \backslash
4975 leer 
4976 \end_layout
4977
4978 \end_inset
4979
4980 B
4981 \end_layout
4982
4983 \begin_layout Standard
4984 \begin_inset Formula $A\dotfill B$
4985 \end_inset
4986
4987
4988 \end_layout
4989
4990 \begin_layout Standard
4991 Analog dazu gibt es für eine Linie den Befehl 
4992 \series bold
4993
4994 \backslash
4995 hrulefill
4996 \series default
4997
4998 \begin_inset Index
4999 status collapsed
5000
5001 \begin_layout Plain Layout
5002 Befehle ! H ! 
5003 \backslash
5004 hrulefill
5005 \end_layout
5006
5007 \end_inset
5008
5009 :
5010 \end_layout
5011
5012 \begin_layout Standard
5013 \begin_inset Formula $A\hrulefill B$
5014 \end_inset
5015
5016
5017 \end_layout
5018
5019 \begin_layout Standard
5020 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
5021  werden.
5022 \end_layout
5023
5024 \begin_layout Section
5025 Matrizen
5026 \begin_inset CommandInset label
5027 LatexCommand label
5028 name "sec:Matrizen"
5029
5030 \end_inset
5031
5032
5033 \begin_inset Index
5034 status collapsed
5035
5036 \begin_layout Plain Layout
5037 Matrizen
5038 \end_layout
5039
5040 \end_inset
5041
5042
5043 \end_layout
5044
5045 \begin_layout Standard
5046 Matrizen können über den Mathe-Werkzeugleistenknopf
5047 \family sans
5048  
5049 \family default
5050
5051 \begin_inset Graphics
5052         filename ../../images/dialog-show_mathmatrix.png
5053         scale 85
5054
5055 \end_inset
5056
5057  oder das Menü 
5058 \family sans
5059 Einfügen\SpecialChar \menuseparator
5060 Mathe\SpecialChar \menuseparator
5061 Matrix
5062 \family default
5063  eingefügt werden.
5064  Sie werden nach der Spalten- und Zeilenanzahl und der Ausrichtung gefragt.
5065  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
5066  von Bedeutung:
5067 \end_layout
5068
5069 \begin_layout Standard
5070 Die erste Matrix ist oben 
5071 \begin_inset Formula $\begin{array}[t]{cccc}
5072 A & D & G & J\\
5073 B & E & H & K\\
5074 C & F & I & L\end{array}$
5075 \end_inset
5076
5077 , die zweite mittig 
5078 \begin_inset Formula $\begin{array}{cccc}
5079 A & D & G & J\\
5080 B & E & H & K\\
5081 C & F & I & L\end{array}$
5082 \end_inset
5083
5084  und die dritte unten 
5085 \begin_inset Formula $\begin{array}[b]{cccc}
5086 A & D & G & J\\
5087 B & E & H & K\\
5088 C & F & I & L\end{array}$
5089 \end_inset
5090
5091  ausgerichtet.
5092 \end_layout
5093
5094 \begin_layout Standard
5095 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
5096  werden sollen.
5097  Dazu wird für jede Spalte ein Buchstabe eingegeben.
5098  
5099 \emph on
5100 l
5101 \emph default
5102  steht für linksbündig, 
5103 \emph on
5104 c
5105 \emph default
5106  für mittig und 
5107 \emph on
5108 r
5109 \emph default
5110  für rechtsbündig.
5111  Möchte man z.
5112 \begin_inset space \thinspace{}
5113 \end_inset
5114
5115 B.
5116  eine 4
5117 \series bold
5118 ×
5119 \series default
5120 4
5121 \begin_inset space ~
5122 \end_inset
5123
5124 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5125  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5126  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5127 \series bold
5128 lccr
5129 \series default
5130  an.
5131  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5132  die Voreinstellung für jede Spalte ein 
5133 \series bold
5134 c
5135 \series default
5136  ist.
5137 \end_layout
5138
5139 \begin_layout Standard
5140 Horizontale Ausrichtung:
5141 \end_layout
5142
5143 \begin_layout Standard
5144
5145 \series bold
5146 lll
5147 \series default
5148  : 
5149 \begin_inset Formula $\begin{array}{lll}
5150 10000 & D & G\\
5151 B & 10000 & H\\
5152 C & F & 10000\end{array}$
5153 \end_inset
5154
5155  , 
5156 \series bold
5157 ccc
5158 \series default
5159  : 
5160 \begin_inset Formula $\begin{array}{ccc}
5161 10000 & D & G\\
5162 B & 10000 & H\\
5163 C & F & 10000\end{array}$
5164 \end_inset
5165
5166  , 
5167 \series bold
5168 rrr
5169 \series default
5170  : 
5171 \begin_inset Formula $\begin{array}{rrr}
5172 10000 & D & G\\
5173 B & 10000 & H\\
5174 C & F & 10000\end{array}$
5175 \end_inset
5176
5177
5178 \end_layout
5179
5180 \begin_layout Standard
5181 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5182  man die Mathe-Werkzeugleistenknöpfe 
5183 \begin_inset Graphics
5184         filename ../../images/tabular-feature_append-row.png
5185         scale 85
5186
5187 \end_inset
5188
5189
5190 \begin_inset Graphics
5191         filename ../../images/tabular-feature_delete-row.png
5192         scale 85
5193
5194 \end_inset
5195
5196 , usw.
5197 \begin_inset space \space{}
5198 \end_inset
5199
5200 oder das Menü 
5201 \family sans
5202 Bearbeiten\SpecialChar \menuseparator
5203 Zeilen & Spalten
5204 \family default
5205  verwenden.
5206  Neue Zeilen können auch mit 
5207 \family sans
5208 Strg+Enter
5209 \family default
5210  erstellt werden.
5211 \end_layout
5212
5213 \begin_layout Standard
5214 \begin_inset VSpace bigskip
5215 \end_inset
5216
5217 Klammern um eine Matrix können entweder mit den Befehlen 
5218 \series bold
5219
5220 \backslash
5221 left
5222 \series default
5223
5224 \begin_inset Index
5225 status collapsed
5226
5227 \begin_layout Plain Layout
5228 Befehle ! L ! 
5229 \backslash
5230 left
5231 \end_layout
5232
5233 \end_inset
5234
5235  und 
5236 \series bold
5237
5238 \backslash
5239 right
5240 \series default
5241
5242 \begin_inset Index
5243 status collapsed
5244
5245 \begin_layout Plain Layout
5246 Befehle ! R ! 
5247 \backslash
5248 right
5249 \end_layout
5250
5251 \end_inset
5252
5253  erstellt werden (Tastenkürzel 
5254 \family sans
5255 Alt+M
5256 \begin_inset space ~
5257 \end_inset
5258
5259 Klammer
5260 \family default
5261 ), siehe 
5262 \begin_inset CommandInset ref
5263 LatexCommand ref
5264 reference "sub:Automatische-Klammergrößen"
5265
5266 \end_inset
5267
5268 , oder man verwendet folgende Befehle:
5269 \begin_inset VSpace bigskip
5270 \end_inset
5271
5272
5273 \end_layout
5274
5275 \begin_layout Standard
5276 \begin_inset space \hfill{}
5277 \end_inset
5278
5279
5280 \begin_inset Tabular
5281 <lyxtabular version="3" rows="4" columns="2">
5282 <features>
5283 <column alignment="center" valignment="top" width="0">
5284 <column alignment="center" valignment="top" width="0">
5285 <row>
5286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290 Befehl
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 Ergebnis
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 </row>
5305 <row>
5306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310
5311 \backslash
5312 bmatrix
5313 \begin_inset ERT
5314 status collapsed
5315
5316 \begin_layout Plain Layout
5317
5318
5319 \backslash
5320 leer 
5321 \end_layout
5322
5323 \end_inset
5324
5325 2
5326 \series bold
5327 ×
5328 \series default
5329 2
5330 \begin_inset space \thinspace{}
5331 \end_inset
5332
5333 Matrix
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5343 0 & \textrm{-}\mathrm{i}\\
5344 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5345 \end_inset
5346
5347
5348 \end_layout
5349
5350 \end_inset
5351 </cell>
5352 </row>
5353 <row>
5354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5355 \begin_inset Text
5356
5357 \begin_layout Plain Layout
5358
5359 \backslash
5360 Bmatrix
5361 \begin_inset ERT
5362 status collapsed
5363
5364 \begin_layout Plain Layout
5365
5366
5367 \backslash
5368 leer 
5369 \end_layout
5370
5371 \end_inset
5372
5373 2
5374 \series bold
5375 ×
5376 \series default
5377 2
5378 \begin_inset space \thinspace{}
5379 \end_inset
5380
5381 Matrix
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5387 \begin_inset Text
5388
5389 \begin_layout Plain Layout
5390 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5391 0 & \textrm{-}\mathrm{i}\\
5392 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5393 \end_inset
5394
5395
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 </row>
5401 <row>
5402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406
5407 \backslash
5408 pmatrix
5409 \begin_inset ERT
5410 status collapsed
5411
5412 \begin_layout Plain Layout
5413
5414
5415 \backslash
5416 leer 
5417 \end_layout
5418
5419 \end_inset
5420
5421 2
5422 \series bold
5423 ×
5424 \series default
5425 2
5426 \begin_inset space \thinspace{}
5427 \end_inset
5428
5429 Matrix
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5439 0 & \textrm{-}\mathrm{i}\\
5440 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5441 \end_inset
5442
5443
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 </row>
5449 </lyxtabular>
5450
5451 \end_inset
5452
5453
5454 \begin_inset space \hfill{}
5455 \end_inset
5456
5457
5458 \begin_inset Tabular
5459 <lyxtabular version="3" rows="4" columns="2">
5460 <features>
5461 <column alignment="center" valignment="top" width="0">
5462 <column alignment="center" valignment="top" width="0">
5463 <row>
5464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 Befehl
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 Ergebnis
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 </row>
5483 <row>
5484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488
5489 \backslash
5490 vmatrix
5491 \begin_inset ERT
5492 status collapsed
5493
5494 \begin_layout Plain Layout
5495
5496
5497 \backslash
5498 leer 
5499 \end_layout
5500
5501 \end_inset
5502
5503 2
5504 \series bold
5505 ×
5506 \series default
5507 2
5508 \begin_inset space \thinspace{}
5509 \end_inset
5510
5511 Matrix
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5521 0 & \textrm{-}\mathrm{i}\\
5522 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5523 \end_inset
5524
5525
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 </row>
5531 <row>
5532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536
5537 \backslash
5538 Vmatrix
5539 \begin_inset ERT
5540 status collapsed
5541
5542 \begin_layout Plain Layout
5543
5544
5545 \backslash
5546 leer 
5547 \end_layout
5548
5549 \end_inset
5550
5551 2
5552 \series bold
5553 ×
5554 \series default
5555 2
5556 \begin_inset space \thinspace{}
5557 \end_inset
5558
5559 Matrix
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5569 0 & \textrm{-}\mathrm{i}\\
5570 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5571 \end_inset
5572
5573
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 </row>
5579 <row>
5580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584
5585 \backslash
5586 matrix
5587 \begin_inset ERT
5588 status collapsed
5589
5590 \begin_layout Plain Layout
5591
5592
5593 \backslash
5594 leer 
5595 \end_layout
5596
5597 \end_inset
5598
5599 2
5600 \series bold
5601 ×
5602 \series default
5603 2
5604 \begin_inset space \thinspace{}
5605 \end_inset
5606
5607 Matrix
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5617 0 & \textrm{-}\mathrm{i}\\
5618 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5619 \end_inset
5620
5621
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 </row>
5627 </lyxtabular>
5628
5629 \end_inset
5630
5631
5632 \begin_inset space \hfill{}
5633 \end_inset
5634
5635
5636 \end_layout
5637
5638 \begin_layout Standard
5639 \begin_inset VSpace medskip
5640 \end_inset
5641
5642 Wurde z.
5643 \begin_inset space \thinspace{}
5644 \end_inset
5645
5646 B.
5647  
5648 \series bold
5649
5650 \backslash
5651 vmatrix
5652 \series default
5653  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5654  in das die Matrix eingefügt wird.
5655 \end_layout
5656
5657 \begin_layout Standard
5658 \begin_inset VSpace bigskip
5659 \end_inset
5660
5661 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5662 \begin_inset CommandInset ref
5663 LatexCommand ref
5664 reference "sub:Spaltenabstand"
5665
5666 \end_inset
5667
5668  beschriebene Länge 
5669 \series bold
5670
5671 \backslash
5672 arraycolsep
5673 \series default
5674
5675 \begin_inset Index
5676 status collapsed
5677
5678 \begin_layout Plain Layout
5679 Befehle ! A ! 
5680 \backslash
5681 arraycolsep
5682 \end_layout
5683
5684 \end_inset
5685
5686  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5687 \end_layout
5688
5689 \begin_layout Standard
5690 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5691 \series bold
5692
5693 \backslash
5694 arraystretch
5695 \series default
5696
5697 \begin_inset Index
5698 status collapsed
5699
5700 \begin_layout Plain Layout
5701 Befehle ! A ! 
5702 \backslash
5703 arraystretch
5704 \end_layout
5705
5706 \end_inset
5707
5708 .
5709  Dieser wird folgendermaßen benutzt:
5710 \end_layout
5711
5712 \begin_layout Standard
5713
5714 \series bold
5715
5716 \backslash
5717 renewcommand{
5718 \backslash
5719 arraystretch}{Dehnungsfaktor}
5720 \begin_inset Index
5721 status collapsed
5722
5723 \begin_layout Plain Layout
5724 Befehle ! R ! 
5725 \backslash
5726 renewcommand
5727 \end_layout
5728
5729 \end_inset
5730
5731
5732 \end_layout
5733
5734 \begin_layout Standard
5735 Der Befehl 
5736 \series bold
5737
5738 \backslash
5739 renewcommand
5740 \series default
5741  weist dabei dem vordefinierten Befehl 
5742 \series bold
5743
5744 \backslash
5745 arraystretch
5746 \series default
5747  den Dehnungsfaktor zu.
5748  Möchte man z.
5749 \begin_inset space \thinspace{}
5750 \end_inset
5751
5752 B.
5753  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5754  Dieser wird dann für alle folgenden Matrizen verwendet.
5755  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5756 \series bold
5757
5758 \backslash
5759 arraystretch
5760 \series default
5761  den Faktor 1 zu.
5762 \end_layout
5763
5764 \begin_layout Standard
5765 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5766 \series bold
5767
5768 \backslash
5769 smallmatrix
5770 \series default
5771
5772 \begin_inset Index
5773 status collapsed
5774
5775 \begin_layout Plain Layout
5776 Befehle ! S ! 
5777 \backslash
5778 smallmatrix
5779 \end_layout
5780
5781 \end_inset
5782
5783 .
5784  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5785  gestrichelten Linien.
5786  In dieses Kästchen wird die Matrix eingegeben.
5787  Man verwendet stattdessen das Menü 
5788 \family sans
5789 Bearbeiten\SpecialChar \menuseparator
5790 Zeilen
5791 \begin_inset space ~
5792 \end_inset
5793
5794 &
5795 \begin_inset space ~
5796 \end_inset
5797
5798 Spalten
5799 \family default
5800  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5801  Neue Zeilen können auch mit 
5802 \family sans
5803 Strg+Enter
5804 \family default
5805  erstellt werden.
5806 \end_layout
5807
5808 \begin_layout Standard
5809 Dies ist eine Matrix 
5810 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5811 C & D\end{smallmatrix}\right)$
5812 \end_inset
5813
5814  in einer Textzeile.
5815 \end_layout
5816
5817 \begin_layout Standard
5818 \begin_inset Newpage newpage
5819 \end_inset
5820
5821
5822 \end_layout
5823
5824 \begin_layout Section
5825 Klammern und Begrenzungszeichen
5826 \begin_inset Index
5827 status collapsed
5828
5829 \begin_layout Plain Layout
5830 Klammern
5831 \end_layout
5832
5833 \end_inset
5834
5835
5836 \begin_inset Index
5837 status collapsed
5838
5839 \begin_layout Plain Layout
5840 Begrenzungszeichen
5841 \end_layout
5842
5843 \end_inset
5844
5845
5846 \end_layout
5847
5848 \begin_layout Subsection
5849 Vertikale Klammern und Begrenzungszeichen
5850 \begin_inset Index
5851 status collapsed
5852
5853 \begin_layout Plain Layout
5854 Klammern ! vertikale
5855 \end_layout
5856
5857 \end_inset
5858
5859
5860 \end_layout
5861
5862 \begin_layout Standard
5863 \begin_inset space \hfill{}
5864 \end_inset
5865
5866
5867 \begin_inset Tabular
5868 <lyxtabular version="3" rows="9" columns="2">
5869 <features>
5870 <column alignment="center" valignment="top" width="0pt">
5871 <column alignment="center" valignment="top" width="0pt">
5872 <row>
5873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 Befehl
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 Ergebnis
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 </row>
5892 <row>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 (
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 \begin_inset Formula $($
5907 \end_inset
5908
5909
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 </row>
5915 <row>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 {
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 \begin_inset Formula $\{$
5930 \end_inset
5931
5932
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 </row>
5938 <row>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 [
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952 \begin_inset Formula $[$
5953 \end_inset
5954
5955
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 </row>
5961 <row>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966
5967 \backslash
5968 langle
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 \begin_inset Formula $\langle$
5978 \end_inset
5979
5980
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 </row>
5986 <row>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991
5992 \backslash
5993 lceil
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 \begin_inset Formula $\lceil$
6003 \end_inset
6004
6005
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 </row>
6011 <row>
6012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016
6017 \backslash
6018 lfloor
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 \begin_inset Formula $\lfloor$
6028 \end_inset
6029
6030
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 </row>
6036 <row>
6037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 /
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050 \begin_inset Formula $/$
6051 \end_inset
6052
6053
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 </row>
6059 <row>
6060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064 |
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 \begin_inset Formula $|$
6074 \end_inset
6075
6076
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 </row>
6082 </lyxtabular>
6083
6084 \end_inset
6085
6086
6087 \begin_inset space \hfill{}
6088 \end_inset
6089
6090
6091 \begin_inset Tabular
6092 <lyxtabular version="3" rows="9" columns="2">
6093 <features>
6094 <column alignment="center" valignment="top" width="0pt">
6095 <column alignment="center" valignment="top" width="0pt">
6096 <row>
6097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 Befehl
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110 Ergebnis
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 </row>
6116 <row>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 )
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 \begin_inset Formula $)$
6131 \end_inset
6132
6133
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 </row>
6139 <row>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 }
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 \begin_inset Formula $\}$
6154 \end_inset
6155
6156
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 </row>
6162 <row>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 ]
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 \begin_inset Formula $]$
6177 \end_inset
6178
6179
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 </row>
6185 <row>
6186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190
6191 \backslash
6192 rangle
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201 \begin_inset Formula $\rangle$
6202 \end_inset
6203
6204
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 </row>
6210 <row>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215
6216 \backslash
6217 rceil
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Plain Layout
6226 \begin_inset Formula $\rceil$
6227 \end_inset
6228
6229
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 </row>
6235 <row>
6236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240
6241 \backslash
6242 rfloor
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251 \begin_inset Formula $\rfloor$
6252 \end_inset
6253
6254
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 </row>
6260 <row>
6261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265
6266 \backslash
6267
6268 \backslash
6269
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6275 \begin_inset Text
6276
6277 \begin_layout Plain Layout
6278 \begin_inset Formula $\backslash$
6279 \end_inset
6280
6281
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 </row>
6287 <row>
6288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292
6293 \backslash
6294 |
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 \begin_inset Formula $\|$
6304 \end_inset
6305
6306
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 </row>
6312 </lyxtabular>
6313
6314 \end_inset
6315
6316
6317 \begin_inset space \hfill{}
6318 \end_inset
6319
6320
6321 \end_layout
6322
6323 \begin_layout Standard
6324
6325 \series medium
6326 \begin_inset Note Greyedout
6327 status open
6328
6329 \begin_layout Plain Layout
6330
6331 \series bold
6332 Achtung:
6333 \series default
6334  Im TeX-Modus muss für den Backslash der Befehl 
6335 \series bold
6336
6337 \backslash
6338 textbackslash
6339 \series default
6340
6341 \begin_inset Index
6342 status collapsed
6343
6344 \begin_layout Plain Layout
6345 Befehle ! T ! 
6346 \backslash
6347 textbackslash
6348 \end_layout
6349
6350 \end_inset
6351
6352  verwendet werden, denn der Befehl 
6353 \series bold
6354
6355 \backslash
6356
6357 \backslash
6358
6359 \series default
6360  steht dort für einen Zeilenumbruch.
6361 \end_layout
6362
6363 \end_inset
6364
6365
6366 \end_layout
6367
6368 \begin_layout Standard
6369 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6370  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6371  Dabei können dann statt den Befehlen 
6372 \series bold
6373
6374 \backslash
6375 langle
6376 \series default
6377  und 
6378 \series bold
6379
6380 \backslash
6381 rangle
6382 \series default
6383  direkt die Zeichen < und > verwendet werden.
6384 \end_layout
6385
6386 \begin_layout Subsubsection
6387 Manuelle Klammergrößen
6388 \begin_inset CommandInset label
6389 LatexCommand label
6390 name "sub:Manuelle-Klammergrößen"
6391
6392 \end_inset
6393
6394
6395 \begin_inset Index
6396 status collapsed
6397
6398 \begin_layout Plain Layout
6399 Klammergrößen ! manuelle
6400 \end_layout
6401
6402 \end_inset
6403
6404
6405 \end_layout
6406
6407 \begin_layout Standard
6408 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6409  LaTeX-Befehle 
6410 \series bold
6411
6412 \backslash
6413 big
6414 \series default
6415
6416 \begin_inset Index
6417 status collapsed
6418
6419 \begin_layout Plain Layout
6420 Befehle ! B ! 
6421 \backslash
6422 big
6423 \end_layout
6424
6425 \end_inset
6426
6427
6428 \series bold
6429
6430 \backslash
6431 Big
6432 \series default
6433
6434 \series bold
6435
6436 \backslash
6437 bigg
6438 \series default
6439  und 
6440 \series bold
6441
6442 \backslash
6443 Bigg
6444 \series default
6445  tun.
6446  
6447 \series bold
6448
6449 \backslash
6450 big
6451 \series default
6452  steht hierbei für die kleinste und 
6453 \series bold
6454
6455 \backslash
6456 Bigg
6457 \series default
6458  für die größte Klammergröße.
6459 \end_layout
6460
6461 \begin_layout Standard
6462 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6463 \end_layout
6464
6465 \begin_layout Standard
6466 \align center
6467 \begin_inset Tabular
6468 <lyxtabular version="3" rows="2" columns="2">
6469 <features>
6470 <column alignment="center" valignment="top" width="0pt">
6471 <column alignment="center" valignment="top" width="0pt">
6472 <row>
6473 <cell alignment="center" valignment="top" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 einheitliche Klammergröße:
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6487 \end_inset
6488
6489
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 </row>
6495 <row>
6496 <cell alignment="center" valignment="top" usebox="none">
6497 \begin_inset Text
6498
6499 \begin_layout Plain Layout
6500 besser sieht das so aus:
6501 \end_layout
6502
6503 \end_inset
6504 </cell>
6505 <cell alignment="center" valignment="top" usebox="none">
6506 \begin_inset Text
6507
6508 \begin_layout Plain Layout
6509 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6510 \end_inset
6511
6512
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 </row>
6518 </lyxtabular>
6519
6520 \end_inset
6521
6522
6523 \begin_inset Note Note
6524 status collapsed
6525
6526 \begin_layout Plain Layout
6527
6528 \series bold
6529
6530 \backslash
6531 raisebox
6532 \series default
6533  dient nur
6534 \end_layout
6535
6536 \begin_layout Plain Layout
6537 als Abstandhalter.
6538 \end_layout
6539
6540 \end_inset
6541
6542
6543 \end_layout
6544
6545 \begin_layout Standard
6546 Für die zweite Formel wurde der Befehl 
6547 \series bold
6548
6549 \backslash
6550 Big((A+B)(A-B)
6551 \backslash
6552 Big)^
6553 \begin_inset ERT
6554 status collapsed
6555
6556 \begin_layout Plain Layout
6557
6558
6559 \backslash
6560 leer 
6561 \end_layout
6562
6563 \end_inset
6564
6565 C
6566 \series default
6567  verwendet.
6568 \end_layout
6569
6570 \begin_layout Standard
6571 Hier alle Klammergrößen in der Übersicht:
6572 \end_layout
6573
6574 \begin_layout Standard
6575 \align center
6576
6577 \backslash
6578 Bigg(
6579 \backslash
6580 exp
6581 \backslash
6582 bigg<
6583 \backslash
6584 Big[
6585 \backslash
6586 big{
6587 \backslash
6588 ln(3x)
6589 \backslash
6590 big}^2
6591 \begin_inset ERT
6592 status collapsed
6593
6594 \begin_layout Plain Layout
6595
6596
6597 \backslash
6598 leer 
6599 \end_layout
6600
6601 \end_inset
6602
6603
6604 \backslash
6605 sin(x)
6606 \backslash
6607 Big]^
6608 \begin_inset ERT
6609 status collapsed
6610
6611 \begin_layout Plain Layout
6612
6613
6614 \backslash
6615 leer 
6616 \end_layout
6617
6618 \end_inset
6619
6620 A
6621 \begin_inset ERT
6622 status collapsed
6623
6624 \begin_layout Plain Layout
6625
6626
6627 \backslash
6628 leer 
6629 \end_layout
6630
6631 \end_inset
6632
6633
6634 \backslash
6635 bigg>
6636 \backslash
6637 Bigg)^0,5
6638 \end_layout
6639
6640 \begin_layout Standard
6641 \align center
6642 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6643 \end_inset
6644
6645
6646 \end_layout
6647
6648 \begin_layout Standard
6649 Es gibt außer den 
6650 \series bold
6651
6652 \backslash
6653 big
6654 \series default
6655 -Befehlen noch die Variante 
6656 \series bold
6657
6658 \backslash
6659 bigm
6660 \series default
6661
6662 \begin_inset Index
6663 status collapsed
6664
6665 \begin_layout Plain Layout
6666 Befehle ! B ! 
6667 \backslash
6668 bigm
6669 \end_layout
6670
6671 \end_inset
6672
6673 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6674  die Variante 
6675 \series bold
6676
6677 \backslash
6678 bigl
6679 \series default
6680 -
6681 \series bold
6682
6683 \backslash
6684 bigr
6685 \series default
6686
6687 \begin_inset Index
6688 status collapsed
6689
6690 \begin_layout Plain Layout
6691 Befehle ! B ! 
6692 \backslash
6693 bigl - 
6694 \backslash
6695 bigr
6696 \end_layout
6697
6698 \end_inset
6699
6700 , die keinen zusätzlichen Leerraum erzeugt.
6701  Das 
6702 \emph on
6703 l
6704 \emph default
6705  am Ende des Befehls 
6706 \series bold
6707
6708 \backslash
6709 bigl
6710 \series default
6711  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6712  ein 
6713 \emph on
6714 r
6715 \emph default
6716  ersetzt.
6717  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6718  sein.
6719 \end_layout
6720
6721 \begin_layout Standard
6722 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6723 \end_layout
6724
6725 \begin_layout Standard
6726 \align center
6727 \begin_inset Tabular
6728 <lyxtabular version="3" rows="5" columns="2">
6729 <features>
6730 <column alignment="center" valignment="middle" width="0">
6731 <column alignment="center" valignment="middle" width="0">
6732 <row>
6733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6734 \begin_inset Text
6735
6736 \begin_layout Plain Layout
6737 Befehl
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Plain Layout
6746 Ergebnis
6747 \begin_inset Note Note
6748 status collapsed
6749
6750 \begin_layout Plain Layout
6751
6752 \series bold
6753
6754 \backslash
6755 raisebox
6756 \series default
6757  dient nur als Abstandhalter.
6758 \end_layout
6759
6760 \end_inset
6761
6762
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 </row>
6768 <row>
6769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Plain Layout
6773
6774 \backslash
6775 Bigm(
6776 \backslash
6777 bigm(
6778 \backslash
6779 ln(3x)
6780 \backslash
6781 bigm)^2
6782 \begin_inset ERT
6783 status collapsed
6784
6785 \begin_layout Plain Layout
6786
6787
6788 \backslash
6789 leer 
6790 \end_layout
6791
6792 \end_inset
6793
6794
6795 \backslash
6796 Bigm)
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6806 \end_inset
6807
6808
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 </row>
6814 <row>
6815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819
6820 \backslash
6821 Big(
6822 \backslash
6823 big(
6824 \backslash
6825 ln(3x)
6826 \backslash
6827 big)^2
6828 \begin_inset ERT
6829 status collapsed
6830
6831 \begin_layout Plain Layout
6832
6833
6834 \backslash
6835 leer 
6836 \end_layout
6837
6838 \end_inset
6839
6840
6841 \backslash
6842 Big)
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6852 \end_inset
6853
6854
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 </row>
6860 <row>
6861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6862 \begin_inset Text
6863
6864 \begin_layout Plain Layout
6865
6866 \backslash
6867 Bigl(
6868 \backslash
6869 bigl(
6870 \backslash
6871 ln(3x)
6872 \backslash
6873 bigr)^2
6874 \begin_inset ERT
6875 status collapsed
6876
6877 \begin_layout Plain Layout
6878
6879
6880 \backslash
6881 leer 
6882 \end_layout
6883
6884 \end_inset
6885
6886
6887 \backslash
6888 Bigr)
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6898 \end_inset
6899
6900
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 </row>
6906 <row>
6907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911
6912 \backslash
6913 bigl)
6914 \backslash
6915 ln(3x)
6916 \backslash
6917 bigr(
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6927 \end_inset
6928
6929
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 </row>
6935 </lyxtabular>
6936
6937 \end_inset
6938
6939
6940 \end_layout
6941
6942 \begin_layout Subsubsection
6943 Automatische Klammergrößen
6944 \begin_inset CommandInset label
6945 LatexCommand label
6946 name "sub:Automatische-Klammergrößen"
6947
6948 \end_inset
6949
6950
6951 \begin_inset Index
6952 status collapsed
6953
6954 \begin_layout Plain Layout
6955 Klammergrößen ! automatische
6956 \end_layout
6957
6958 \end_inset
6959
6960
6961 \end_layout
6962
6963 \begin_layout Standard
6964 Klammern variabler Größe können mit den Befehlen 
6965 \series bold
6966
6967 \backslash
6968 left
6969 \series default
6970
6971 \begin_inset Index
6972 status collapsed
6973
6974 \begin_layout Plain Layout
6975 Befehle ! L ! 
6976 \backslash
6977 left
6978 \end_layout
6979
6980 \end_inset
6981
6982  und 
6983 \series bold
6984
6985 \backslash
6986 right
6987 \series default
6988
6989 \begin_inset Index
6990 status collapsed
6991
6992 \begin_layout Plain Layout
6993 Befehle ! R ! 
6994 \backslash
6995 right
6996 \end_layout
6997
6998 \end_inset
6999
7000  oder über den Mathe-Werkzeugleistenknopf
7001 \family sans
7002  
7003 \family default
7004
7005 \begin_inset Graphics
7006         filename ../../images/dialog-show_mathdelimiter.png
7007         scale 85
7008
7009 \end_inset
7010
7011  eingefügt werden.
7012  Auf 
7013 \series bold
7014
7015 \backslash
7016 left
7017 \series default
7018  und 
7019 \series bold
7020
7021 \backslash
7022 right
7023 \series default
7024  muss unmittelbar die gewünschte Klammer folgen.
7025  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
7026 \end_layout
7027
7028 \begin_layout Standard
7029 \align center
7030 normale Klammer: Der Befehl 
7031 \series bold
7032
7033 \backslash
7034 ln(
7035 \backslash
7036 frac
7037 \begin_inset ERT
7038 status collapsed
7039
7040 \begin_layout Plain Layout
7041
7042
7043 \backslash
7044 leer 
7045 \end_layout
7046
7047 \end_inset
7048
7049 A
7050 \begin_inset Formula $\downarrow$
7051 \end_inset
7052
7053 C
7054 \begin_inset ERT
7055 status collapsed
7056
7057 \begin_layout Plain Layout
7058
7059
7060 \backslash
7061 leer 
7062 \end_layout
7063
7064 \end_inset
7065
7066 )
7067 \series default
7068  ergibt
7069 \begin_inset Formula \[
7070 \ln(\frac{A}{C})\]
7071
7072 \end_inset
7073
7074
7075 \end_layout
7076
7077 \begin_layout Standard
7078 \align center
7079 mehrzeilige Klammer: Der Befehl 
7080 \series bold
7081
7082 \backslash
7083 ln
7084 \backslash
7085 left(
7086 \backslash
7087 frac
7088 \begin_inset ERT
7089 status collapsed
7090
7091 \begin_layout Plain Layout
7092
7093
7094 \backslash
7095 leer 
7096 \end_layout
7097
7098 \end_inset
7099
7100 A
7101 \begin_inset Formula $\downarrow$
7102 \end_inset
7103
7104 C
7105 \begin_inset ERT
7106 status collapsed
7107
7108 \begin_layout Plain Layout
7109
7110
7111 \backslash
7112 leer 
7113 \end_layout
7114
7115 \end_inset
7116
7117
7118 \backslash
7119 right)
7120 \series default
7121  ergibt
7122 \begin_inset Formula \[
7123 \ln\left(\frac{A}{C}\right)\]
7124
7125 \end_inset
7126
7127
7128 \end_layout
7129
7130 \begin_layout Standard
7131 An Stelle von 
7132 \series bold
7133
7134 \backslash
7135 left
7136 \series default
7137  und 
7138 \series bold
7139
7140 \backslash
7141 right
7142 \series default
7143  kann man die Tastenkürzel 
7144 \family sans
7145 Alt+M
7146 \begin_inset space ~
7147 \end_inset
7148
7149 Klammer
7150 \family default
7151  verwenden.
7152  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7153  und dass die rechte Klammer gleich mit erstellt wird.
7154 \begin_inset Newline newline
7155 \end_inset
7156
7157 Der Befehl für das letzte Beispiel würde dann lauten: 
7158 \series bold
7159
7160 \backslash
7161 ln Alt+M
7162 \series default
7163  
7164 \series bold
7165 (
7166 \backslash
7167 frac
7168 \begin_inset ERT
7169 status collapsed
7170
7171 \begin_layout Plain Layout
7172
7173
7174 \backslash
7175 leer 
7176 \end_layout
7177
7178 \end_inset
7179
7180 A
7181 \begin_inset Formula $\downarrow$
7182 \end_inset
7183
7184 C
7185 \end_layout
7186
7187 \begin_layout Standard
7188 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7189  Klammer einen Punkt.
7190  So ergibt z.
7191 \begin_inset space \thinspace{}
7192 \end_inset
7193
7194 B.
7195  der Befehl 
7196 \series bold
7197
7198 \backslash
7199 left.
7200 \backslash
7201 frac
7202 \begin_inset ERT
7203 status collapsed
7204
7205 \begin_layout Plain Layout
7206
7207
7208 \backslash
7209 leer 
7210 \end_layout
7211
7212 \end_inset
7213
7214 A
7215 \begin_inset Formula $\downarrow$
7216 \end_inset
7217
7218 B
7219 \begin_inset ERT
7220 status collapsed
7221
7222 \begin_layout Plain Layout
7223
7224
7225 \backslash
7226 leer 
7227 \end_layout
7228
7229 \end_inset
7230
7231
7232 \backslash
7233 right}
7234 \series default
7235
7236 \begin_inset space \thinspace{}
7237 \end_inset
7238
7239 :
7240 \series bold
7241
7242 \begin_inset Formula \[
7243 \left.\frac{A}{B}\right\} \]
7244
7245 \end_inset
7246
7247
7248 \series default
7249 Die Befehle 
7250 \series bold
7251
7252 \backslash
7253 left
7254 \series default
7255  und 
7256 \series bold
7257
7258 \backslash
7259 right
7260 \series default
7261  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7262  umgewandelt.
7263  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7264 \end_layout
7265
7266 \begin_layout Standard
7267 \begin_inset VSpace bigskip
7268 \end_inset
7269
7270 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7271  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7272  Befehl 
7273 \series bold
7274
7275 \backslash
7276 middle
7277 \series default
7278
7279 \begin_inset Index
7280 status collapsed
7281
7282 \begin_layout Plain Layout
7283 Befehle ! M ! 
7284 \backslash
7285 middle
7286 \end_layout
7287
7288 \end_inset
7289
7290  zur Verfügung.
7291  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7292  angepasst, was z.
7293 \begin_inset space \thinspace{}
7294 \end_inset
7295
7296 B.
7297  für physikalische Vektoren von Nutzen ist:
7298 \begin_inset Formula \[
7299 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7300
7301 \end_inset
7302
7303 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7304 \begin_inset CommandInset ref
7305 LatexCommand ref
7306 reference "sub:Physikalische-Vektoren"
7307
7308 \end_inset
7309
7310  beschrieben ist.
7311 \end_layout
7312
7313 \begin_layout Subsection
7314 Horizontale Klammern
7315 \begin_inset Index
7316 status collapsed
7317
7318 \begin_layout Plain Layout
7319 Klammern ! horizontale
7320 \end_layout
7321
7322 \end_inset
7323
7324
7325 \end_layout
7326
7327 \begin_layout Standard
7328 \align center
7329 \begin_inset Tabular
7330 <lyxtabular version="3" rows="4" columns="2">
7331 <features>
7332 <column alignment="center" valignment="top" width="0pt">
7333 <column alignment="center" valignment="top" width="0pt">
7334 <row>
7335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339 Befehl
7340 \begin_inset Note Note
7341 status collapsed
7342
7343 \begin_layout Plain Layout
7344
7345 \series bold
7346
7347 \backslash
7348 raisebox
7349 \series default
7350  dient nur als Abstandhalter.
7351 \end_layout
7352
7353 \end_inset
7354
7355
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 Ergebnis
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 </row>
7370 <row>
7371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7372 \begin_inset Text
7373
7374 \begin_layout Plain Layout
7375 \begin_inset ERT
7376 status collapsed
7377
7378 \begin_layout Plain Layout
7379
7380
7381 \backslash
7382 raisebox{2.3mm}{
7383 \end_layout
7384
7385 \end_inset
7386
7387
7388 \backslash
7389 overbrace
7390 \begin_inset ERT
7391 status collapsed
7392
7393 \begin_layout Plain Layout
7394
7395
7396 \backslash
7397 leer 
7398 \end_layout
7399
7400 \end_inset
7401
7402 A+B
7403 \begin_inset ERT
7404 status collapsed
7405
7406 \begin_layout Plain Layout
7407
7408
7409 \backslash
7410 leer 
7411 \end_layout
7412
7413 \end_inset
7414
7415 ^
7416 \begin_inset ERT
7417 status collapsed
7418
7419 \begin_layout Plain Layout
7420
7421
7422 \backslash
7423 leer 
7424 \end_layout
7425
7426 \end_inset
7427
7428 3
7429 \begin_inset ERT
7430 status collapsed
7431
7432 \begin_layout Plain Layout
7433
7434 }
7435 \end_layout
7436
7437 \end_inset
7438
7439
7440 \begin_inset Index
7441 status collapsed
7442
7443 \begin_layout Plain Layout
7444 Befehle ! O ! 
7445 \backslash
7446 overbrace
7447 \end_layout
7448
7449 \end_inset
7450
7451
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460 \begin_inset Formula $\overbrace{A+B}^{3}$
7461 \end_inset
7462
7463
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 </row>
7469 <row>
7470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474 \begin_inset ERT
7475 status collapsed
7476
7477 \begin_layout Plain Layout
7478
7479
7480 \backslash
7481 raisebox{-2.2mm}{
7482 \end_layout
7483
7484 \end_inset
7485
7486
7487 \backslash
7488 underbrace
7489 \begin_inset ERT
7490 status collapsed
7491
7492 \begin_layout Plain Layout
7493
7494
7495 \backslash
7496 leer 
7497 \end_layout
7498
7499 \end_inset
7500
7501 A+B
7502 \begin_inset ERT
7503 status collapsed
7504
7505 \begin_layout Plain Layout
7506
7507
7508 \backslash
7509 leer 
7510 \end_layout
7511
7512 \end_inset
7513
7514 _5
7515 \begin_inset ERT
7516 status collapsed
7517
7518 \begin_layout Plain Layout
7519
7520 }
7521 \end_layout
7522
7523 \end_inset
7524
7525
7526 \begin_inset Index
7527 status collapsed
7528
7529 \begin_layout Plain Layout
7530 Befehle ! U ! 
7531 \backslash
7532 underbrace
7533 \end_layout
7534
7535 \end_inset
7536
7537
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546 \begin_inset Formula $\underbrace{A+B}_{5}$
7547 \end_inset
7548
7549
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 </row>
7555 <row>
7556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560
7561 \backslash
7562 overbrace
7563 \begin_inset ERT
7564 status collapsed
7565
7566 \begin_layout Plain Layout
7567
7568
7569 \backslash
7570 leer 
7571 \end_layout
7572
7573 \end_inset
7574
7575
7576 \backslash
7577 underbrace
7578 \begin_inset ERT
7579 status collapsed
7580
7581 \begin_layout Plain Layout
7582
7583
7584 \backslash
7585 leer 
7586 \end_layout
7587
7588 \end_inset
7589
7590 A+B_w
7591 \begin_inset ERT
7592 status collapsed
7593
7594 \begin_layout Plain Layout
7595
7596
7597 \backslash
7598 leer 
7599 \end_layout
7600
7601 \end_inset
7602
7603
7604 \begin_inset ERT
7605 status collapsed
7606
7607 \begin_layout Plain Layout
7608
7609
7610 \backslash
7611 leer 
7612 \end_layout
7613
7614 \end_inset
7615
7616 _7
7617 \begin_inset ERT
7618 status collapsed
7619
7620 \begin_layout Plain Layout
7621
7622
7623 \backslash
7624 leer 
7625 \end_layout
7626
7627 \end_inset
7628
7629
7630 \begin_inset ERT
7631 status collapsed
7632
7633 \begin_layout Plain Layout
7634
7635
7636 \backslash
7637 leer 
7638 \end_layout
7639
7640 \end_inset
7641
7642 ^
7643 \begin_inset ERT
7644 status collapsed
7645
7646 \begin_layout Plain Layout
7647
7648
7649 \backslash
7650 leer 
7651 \end_layout
7652
7653 \end_inset
7654
7655 C
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7665 \end_inset
7666
7667
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 </row>
7673 </lyxtabular>
7674
7675 \end_inset
7676
7677
7678 \end_layout
7679
7680 \begin_layout Standard
7681 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7682 \series bold
7683
7684 \backslash
7685 overbrace
7686 \series default
7687  oder 
7688 \series bold
7689
7690 \backslash
7691 underbrace
7692 \series default
7693  eingibt.
7694 \end_layout
7695
7696 \begin_layout Standard
7697 \begin_inset VSpace bigskip
7698 \end_inset
7699
7700 Benötigt man Klammern, die sich überschneiden, muss man die in 
7701 \begin_inset CommandInset ref
7702 LatexCommand ref
7703 reference "sec:Mehrzeilige-Formeln"
7704
7705 \end_inset
7706
7707  beschriebenen mehrzeiligen Formeln verwenden:
7708 \begin_inset Formula \begin{eqnarray*}
7709 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7710  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7711
7712 \end_inset
7713
7714 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7715  Dabei ist es wichtig, dass vor dem ersten 
7716 \begin_inset Formula $d$
7717 \end_inset
7718
7719  der Abstandsbefehl
7720 \begin_inset Foot
7721 status collapsed
7722
7723 \begin_layout Plain Layout
7724 Abstandsbefehle sind in 
7725 \begin_inset CommandInset ref
7726 LatexCommand ref
7727 reference "sub:Vordefinierter-Leerraum"
7728
7729 \end_inset
7730
7731  erklärt.
7732 \end_layout
7733
7734 \end_inset
7735
7736  
7737 \series bold
7738
7739 \backslash
7740 :
7741 \series default
7742  eingegeben wird, denn die nach dem 
7743 \begin_inset Formula $q$
7744 \end_inset
7745
7746  endende Klammer verhindert, dass das nachfolgende 
7747 \begin_inset Quotes gld
7748 \end_inset
7749
7750 +
7751 \begin_inset Quotes grd
7752 \end_inset
7753
7754  von Leerraum umgeben ist.
7755 \begin_inset Foot
7756 status collapsed
7757
7758 \begin_layout Plain Layout
7759 weil eine Klammer nicht als Zeichen gilt, siehe 
7760 \begin_inset CommandInset ref
7761 LatexCommand ref
7762 reference "sub:Binäre-Operatoren"
7763
7764 \end_inset
7765
7766
7767 \end_layout
7768
7769 \end_inset
7770
7771  In die zweite Zeile wird die zweite Klammer eingegeben.
7772  Da sie vor dem 
7773 \begin_inset Formula $b$
7774 \end_inset
7775
7776  beginnen soll, gibt man zuerst 
7777 \series bold
7778
7779 \backslash
7780 hphantom{gggg+
7781 \backslash
7782 :}
7783 \series default
7784  ein.
7785 \begin_inset Foot
7786 status collapsed
7787
7788 \begin_layout Plain Layout
7789 mehr zu 
7790 \series bold
7791
7792 \backslash
7793 hphantom
7794 \series default
7795  siehe 
7796 \begin_inset CommandInset ref
7797 LatexCommand ref
7798 reference "sub:Platzhalter"
7799
7800 \end_inset
7801
7802 .
7803 \end_layout
7804
7805 \end_inset
7806
7807  Dieser Leerraum wird benötigt, weil das 
7808 \begin_inset Quotes gld
7809 \end_inset
7810
7811 +
7812 \begin_inset Quotes grd
7813 \end_inset
7814
7815  in der Formel auch von Leerraum umgeben ist.
7816  Die Klammer wird unter den Befehl 
7817 \series bold
7818
7819 \backslash
7820 hphantom{bbqq+dddd}
7821 \series default
7822  gesetzt.
7823 \end_layout
7824
7825 \begin_layout Standard
7826 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7827 n, wie in folgendem Beispiel:
7828 \begin_inset ERT
7829 status collapsed
7830
7831 \begin_layout Plain Layout
7832
7833
7834 \backslash
7835 setlength{
7836 \backslash
7837 jot}{-6pt}
7838 \end_layout
7839
7840 \end_inset
7841
7842
7843 \begin_inset Formula \begin{eqnarray*}
7844  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7845 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7846
7847 \end_inset
7848
7849
7850 \begin_inset ERT
7851 status collapsed
7852
7853 \begin_layout Plain Layout
7854
7855
7856 \backslash
7857 setlength{
7858 \backslash
7859 jot}{3pt}
7860 \end_layout
7861
7862 \end_inset
7863
7864 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7865  mit dem Unterschied, dass sich die Klammer oben befindet.
7866  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7867  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7868  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7869  werden.
7870  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7871 \begin_inset Foot
7872 status collapsed
7873
7874 \begin_layout Plain Layout
7875 \begin_inset CommandInset href
7876 LatexCommand href
7877 name "LyX-Fehler #1505"
7878 target "http://www.lyx.org/trac/ticket/1505"
7879
7880 \end_inset
7881
7882
7883 \end_layout
7884
7885 \end_inset
7886
7887 .
7888  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7889 \series bold
7890
7891 \backslash
7892 jot
7893 \series default
7894
7895 \begin_inset Index
7896 status collapsed
7897
7898 \begin_layout Plain Layout
7899 Befehle ! J ! 
7900 \backslash
7901 jot
7902 \end_layout
7903
7904 \end_inset
7905
7906  vor der Formel mit dem Befehl 
7907 \series bold
7908
7909 \backslash
7910 setlength{
7911 \backslash
7912 jot}{-6pt}
7913 \series default
7914  im TeX-Modus auf den Wert -6
7915 \begin_inset space \thinspace{}
7916 \end_inset
7917
7918 pt geändert.
7919  Nach der Formel wird 
7920 \series bold
7921
7922 \backslash
7923 jot
7924 \series default
7925  mit demselben Befehl wieder auf den Standardwert 3
7926 \begin_inset space \thinspace{}
7927 \end_inset
7928
7929 pt zurückgesetzt.
7930  Genaueres zum Zeilenabstand in Formeln ist in 
7931 \begin_inset CommandInset ref
7932 LatexCommand ref
7933 reference "sub:Zeilenabstand"
7934
7935 \end_inset
7936
7937  erklärt.
7938 \end_layout
7939
7940 \begin_layout Section
7941 Pfeile
7942 \begin_inset Index
7943 status collapsed
7944
7945 \begin_layout Plain Layout
7946 Pfeile
7947 \end_layout
7948
7949 \end_inset
7950
7951
7952 \end_layout
7953
7954 \begin_layout Standard
7955 Pfeile können über den Mathe-Werkzeugleistenknopf 
7956 \begin_inset Graphics
7957         filename ../../images/math/leftarrow.png
7958         scale 85
7959
7960 \end_inset
7961
7962  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7963  aufgelistet sind.
7964 \end_layout
7965
7966 \begin_layout Subsection
7967 Horizontale Pfeile
7968 \begin_inset Index
7969 status collapsed
7970
7971 \begin_layout Plain Layout
7972 Pfeile ! horizontale
7973 \end_layout
7974
7975 \end_inset
7976
7977
7978 \end_layout
7979
7980 \begin_layout Standard
7981 \begin_inset space \hfill{}
7982 \end_inset
7983
7984
7985 \begin_inset Tabular
7986 <lyxtabular version="3" rows="8" columns="2">
7987 <features>
7988 <column alignment="center" valignment="top" width="0pt">
7989 <column alignment="center" valignment="top" width="0pt">
7990 <row>
7991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 Befehl
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 Ergebnis
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 </row>
8010 <row>
8011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015
8016 \backslash
8017 gets
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 \begin_inset Formula $\gets$
8027 \end_inset
8028
8029
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 </row>
8035 <row>
8036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040
8041 \backslash
8042 Leftarrow
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 \begin_inset Formula $\Leftarrow$
8052 \end_inset
8053
8054
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 </row>
8060 <row>
8061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065
8066 \backslash
8067 longleftarrow
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076 \begin_inset Formula $\longleftarrow$
8077 \end_inset
8078
8079
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 </row>
8085 <row>
8086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090
8091 \backslash
8092 Longleftarrow
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 \begin_inset Formula $\Longleftarrow$
8102 \end_inset
8103
8104
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 </row>
8110 <row>
8111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115
8116 \backslash
8117 leftharpoonup
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 \begin_inset Formula $\leftharpoonup$
8127 \end_inset
8128
8129
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 </row>
8135 <row>
8136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140
8141 \backslash
8142 leftharpoondown
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 \begin_inset Formula $\leftharpoondown$
8152 \end_inset
8153
8154
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 </row>
8160 <row>
8161 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165
8166 \backslash
8167 hookleftarrow
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 \begin_inset Formula $\hookleftarrow$
8177 \end_inset
8178
8179
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 </row>
8185 </lyxtabular>
8186
8187 \end_inset
8188
8189
8190 \begin_inset space \hfill{}
8191 \end_inset
8192
8193
8194 \begin_inset Tabular
8195 <lyxtabular version="3" rows="8" columns="2">
8196 <features>
8197 <column alignment="center" valignment="top" width="0pt">
8198 <column alignment="center" valignment="top" width="0pt">
8199 <row>
8200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 Befehl
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 Ergebnis
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 </row>
8219 <row>
8220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224
8225 \backslash
8226 to
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 \begin_inset Formula $\to$
8236 \end_inset
8237
8238
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 </row>
8244 <row>
8245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249
8250 \backslash
8251 Rightarrow
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 \begin_inset Formula $\Rightarrow$
8261 \end_inset
8262
8263
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 </row>
8269 <row>
8270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274
8275 \backslash
8276 longrightarrow
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 \begin_inset Formula $\longrightarrow$
8286 \end_inset
8287
8288
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 </row>
8294 <row>
8295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299
8300 \backslash
8301 Longrightarrow
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 \begin_inset Formula $\Longrightarrow$
8311 \end_inset
8312
8313
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 </row>
8319 <row>
8320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324
8325 \backslash
8326 rightharpoonup
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335 \begin_inset Formula $\rightharpoonup$
8336 \end_inset
8337
8338
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 </row>
8344 <row>
8345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349
8350 \backslash
8351 rightharpoondown
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360 \begin_inset Formula $\rightharpoondown$
8361 \end_inset
8362
8363
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 </row>
8369 <row>
8370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374
8375 \backslash
8376 hookrightarrow
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 \begin_inset Formula $\hookrightarrow$
8386 \end_inset
8387
8388
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 </row>
8394 </lyxtabular>
8395
8396 \end_inset
8397
8398
8399 \begin_inset space \hfill{}
8400 \end_inset
8401
8402
8403 \end_layout
8404
8405 \begin_layout Standard
8406 \begin_inset space \hfill{}
8407 \end_inset
8408
8409
8410 \begin_inset Tabular
8411 <lyxtabular version="3" rows="6" columns="2">
8412 <features>
8413 <column alignment="center" valignment="top" width="0pt">
8414 <column alignment="center" valignment="top" width="0pt">
8415 <row>
8416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 Befehl
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 Ergebnis
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 </row>
8435 <row>
8436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440
8441 \backslash
8442 leftrightarrow
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 \begin_inset Formula $\leftrightarrow$
8452 \end_inset
8453
8454
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 </row>
8460 <row>
8461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465
8466 \backslash
8467 Leftrightarrow
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 \begin_inset Formula $\Leftrightarrow$
8477 \end_inset
8478
8479
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 </row>
8485 <row>
8486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490
8491 \backslash
8492 longleftrightarrow
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 \begin_inset Formula $\longleftrightarrow$
8502 \end_inset
8503
8504
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \backslash
8517 Longleftrightarrow
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 \begin_inset Formula $\Longleftrightarrow$
8527 \end_inset
8528
8529
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 </row>
8535 <row>
8536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540
8541 \backslash
8542 rightleftharpoons
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 \begin_inset Formula $\rightleftharpoons$
8552 \end_inset
8553
8554
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 </row>
8560 </lyxtabular>
8561
8562 \end_inset
8563
8564
8565 \begin_inset space \hspace{}
8566 \length 25pt
8567 \end_inset
8568
8569
8570 \begin_inset space \hfill{}
8571 \end_inset
8572
8573
8574 \begin_inset Tabular
8575 <lyxtabular version="3" rows="5" columns="2">
8576 <features>
8577 <column alignment="center" valignment="top" width="0pt">
8578 <column alignment="center" valignment="top" width="0pt">
8579 <row>
8580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584 Befehl
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 Ergebnis
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 </row>
8599 <row>
8600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604
8605 \backslash
8606 mapsto
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 \begin_inset Formula $\mapsto$
8616 \end_inset
8617
8618
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 </row>
8624 <row>
8625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629
8630 \backslash
8631 longmapsto
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 \begin_inset Formula $\longmapsto$
8641 \end_inset
8642
8643
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 </row>
8649 <row>
8650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654
8655 \backslash
8656 leadsto
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 \begin_inset Formula $\leadsto$
8666 \end_inset
8667
8668
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 </row>
8674 <row>
8675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679
8680 \backslash
8681 dasharrow
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 \begin_inset Formula $\dasharrow$
8691 \end_inset
8692
8693
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 </row>
8699 </lyxtabular>
8700
8701 \end_inset
8702
8703
8704 \begin_inset space \hfill{}
8705 \end_inset
8706
8707
8708 \end_layout
8709
8710 \begin_layout Standard
8711 \begin_inset VSpace medskip
8712 \end_inset
8713
8714 Als Akzent verwendete Pfeile, wie z.
8715 \begin_inset space \thinspace{}
8716 \end_inset
8717
8718 B.
8719  Vektorpfeile, sind in 
8720 \begin_inset CommandInset ref
8721 LatexCommand ref
8722 reference "sec:Akzente"
8723
8724 \end_inset
8725
8726  aufgelistet.
8727 \end_layout
8728
8729 \begin_layout Standard
8730 \begin_inset VSpace bigskip
8731 \end_inset
8732
8733 Des Weiteren gibt es die beschriftbaren Pfeile
8734 \begin_inset Index
8735 status collapsed
8736
8737 \begin_layout Plain Layout
8738 Pfeile ! beschriftbare
8739 \end_layout
8740
8741 \end_inset
8742
8743  
8744 \series bold
8745
8746 \backslash
8747 xleftarrow
8748 \series default
8749
8750 \begin_inset Index
8751 status collapsed
8752
8753 \begin_layout Plain Layout
8754 Befehle ! X ! 
8755 \backslash
8756 xleftarrow
8757 \end_layout
8758
8759 \end_inset
8760
8761  und 
8762 \series bold
8763
8764 \backslash
8765 xrightarrow
8766 \series default
8767
8768 \begin_inset Index
8769 status collapsed
8770
8771 \begin_layout Plain Layout
8772 Befehle ! X ! 
8773 \backslash
8774 xrightarrow
8775 \begin_inset ERT
8776 status collapsed
8777
8778 \begin_layout Plain Layout
8779
8780
8781 \backslash
8782 vspace{4mm}
8783 \end_layout
8784
8785 \end_inset
8786
8787
8788 \end_layout
8789
8790 \end_inset
8791
8792 .
8793  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8794  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8795  Die Pfeillänge passt sich der Breite der Beschriftung an.
8796 \end_layout
8797
8798 \begin_layout Standard
8799 \align center
8800 \begin_inset Tabular
8801 <lyxtabular version="3" rows="3" columns="2">
8802 <features>
8803 <column alignment="center" valignment="top" width="0pt">
8804 <column alignment="center" valignment="top" width="0pt">
8805 <row>
8806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810 Befehl
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819 Ergebnis
8820 \begin_inset Note Note
8821 status collapsed
8822
8823 \begin_layout Plain Layout
8824
8825 \series bold
8826
8827 \backslash
8828 raisebox
8829 \series default
8830  dient nur als Abstandhalter.
8831 \end_layout
8832
8833 \end_inset
8834
8835
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 </row>
8841 <row>
8842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846 F(a)
8847 \backslash
8848 xleftarrow
8849 \begin_inset ERT
8850 status collapsed
8851
8852 \begin_layout Plain Layout
8853
8854
8855 \backslash
8856 leer 
8857 \end_layout
8858
8859 \end_inset
8860
8861 x=a
8862 \begin_inset Formula $\downarrow$
8863 \end_inset
8864
8865 x>0
8866 \begin_inset Formula $\to$
8867 \end_inset
8868
8869 F(x)
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8879 \end_inset
8880
8881
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 </row>
8887 <row>
8888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892 F(x)
8893 \backslash
8894 xrightarrow
8895 \begin_inset ERT
8896 status collapsed
8897
8898 \begin_layout Plain Layout
8899
8900
8901 \backslash
8902 leer 
8903 \end_layout
8904
8905 \end_inset
8906
8907 x=a
8908 \begin_inset Formula $\downarrow$
8909 \end_inset
8910
8911 x>0
8912 \begin_inset Formula $\to$
8913 \end_inset
8914
8915 F(a)
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8925 \end_inset
8926
8927
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 </row>
8933 </lyxtabular>
8934
8935 \end_inset
8936
8937
8938 \end_layout
8939
8940 \begin_layout Subsection
8941 Vertikale und diagonale Pfeile
8942 \begin_inset Index
8943 status collapsed
8944
8945 \begin_layout Plain Layout
8946 Pfeile ! diagonale
8947 \end_layout
8948
8949 \end_inset
8950
8951
8952 \begin_inset Index
8953 status collapsed
8954
8955 \begin_layout Plain Layout
8956 Pfeile ! vertikale
8957 \end_layout
8958
8959 \end_inset
8960
8961
8962 \end_layout
8963
8964 \begin_layout Standard
8965 \begin_inset space \hfill{}
8966 \end_inset
8967
8968
8969 \begin_inset Tabular
8970 <lyxtabular version="3" rows="7" columns="2">
8971 <features>
8972 <column alignment="center" valignment="top" width="0pt">
8973 <column alignment="center" valignment="top" width="0pt">
8974 <row>
8975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 Befehl
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 Ergebnis
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 </row>
8994 <row>
8995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999
9000 \backslash
9001 uparrow
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 \begin_inset Formula $\uparrow$
9011 \end_inset
9012
9013
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 </row>
9019 <row>
9020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024
9025 \backslash
9026 Uparrow
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 \begin_inset Formula $\Uparrow$
9036 \end_inset
9037
9038
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 </row>
9044 <row>
9045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049
9050 \backslash
9051 updownarrow
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 \begin_inset Formula $\updownarrow$
9061 \end_inset
9062
9063
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 </row>
9069 <row>
9070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074
9075 \backslash
9076 Updownarrow
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 \begin_inset Formula $\Updownarrow$
9086 \end_inset
9087
9088
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 <row>
9095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099
9100 \backslash
9101 Downarrow
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110 \begin_inset Formula $\Downarrow$
9111 \end_inset
9112
9113
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 </row>
9119 <row>
9120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124
9125 \backslash
9126 downarrow
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135 \begin_inset Formula $\downarrow$
9136 \end_inset
9137
9138
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 </row>
9144 </lyxtabular>
9145
9146 \end_inset
9147
9148
9149 \begin_inset space \hfill{}
9150 \end_inset
9151
9152
9153 \begin_inset Tabular
9154 <lyxtabular version="3" rows="5" columns="2">
9155 <features>
9156 <column alignment="center" valignment="top" width="0pt">
9157 <column alignment="center" valignment="top" width="0pt">
9158 <row>
9159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163 Befehl
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172 Ergebnis
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 </row>
9178 <row>
9179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183
9184 \backslash
9185 nearrow
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194 \begin_inset Formula $\nearrow$
9195 \end_inset
9196
9197
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 </row>
9203 <row>
9204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208
9209 \backslash
9210 searrow
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 \begin_inset Formula $\searrow$
9220 \end_inset
9221
9222
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 </row>
9228 <row>
9229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233
9234 \backslash
9235 swarrow
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 \begin_inset Formula $\swarrow$
9245 \end_inset
9246
9247
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 </row>
9253 <row>
9254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258
9259 \backslash
9260 nwarrow
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269 \begin_inset Formula $\nwarrow$
9270 \end_inset
9271
9272
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 </row>
9278 </lyxtabular>
9279
9280 \end_inset
9281
9282
9283 \begin_inset space \hfill{}
9284 \end_inset
9285
9286
9287 \end_layout
9288
9289 \begin_layout Standard
9290 \begin_inset VSpace medskip
9291 \end_inset
9292
9293 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9294  
9295 \begin_inset CommandInset ref
9296 LatexCommand ref
9297 reference "sub:Manuelle-Klammergrößen"
9298
9299 \end_inset
9300
9301  und 
9302 \begin_inset CommandInset ref
9303 LatexCommand ref
9304 reference "sub:Automatische-Klammergrößen"
9305
9306 \end_inset
9307
9308  beschriebenen Befehlen verwendet werden.
9309 \end_layout
9310
9311 \begin_layout Section
9312 Akzente
9313 \begin_inset CommandInset label
9314 LatexCommand label
9315 name "sec:Akzente"
9316
9317 \end_inset
9318
9319
9320 \begin_inset Index
9321 status collapsed
9322
9323 \begin_layout Plain Layout
9324 Akzente
9325 \end_layout
9326
9327 \end_inset
9328
9329
9330 \end_layout
9331
9332 \begin_layout Standard
9333 Akzente können über den Mathe-Werkzeugleistenknopf 
9334 \begin_inset Graphics
9335         filename ../../images/math/hat.png
9336         scale 85
9337
9338 \end_inset
9339
9340  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9341  aufgelistet sind.
9342 \end_layout
9343
9344 \begin_layout Subsection
9345 Akzente für ein Zeichen
9346 \begin_inset ERT
9347 status collapsed
9348
9349 \begin_layout Plain Layout
9350
9351
9352 \backslash
9353 texorpdfstring{
9354 \end_layout
9355
9356 \end_inset
9357
9358
9359 \begin_inset Foot
9360 status collapsed
9361
9362 \begin_layout Plain Layout
9363 Akzente im Text siehe 
9364 \begin_inset CommandInset ref
9365 LatexCommand ref
9366 reference "sub:Sonderzeichen-Akzente"
9367
9368 \end_inset
9369
9370
9371 \end_layout
9372
9373 \end_inset
9374
9375
9376 \begin_inset ERT
9377 status collapsed
9378
9379 \begin_layout Plain Layout
9380
9381 }{}
9382 \end_layout
9383
9384 \end_inset
9385
9386
9387 \begin_inset Note Note
9388 status collapsed
9389
9390 \begin_layout Plain Layout
9391
9392 \series bold
9393
9394 \backslash
9395 texorpdfstring
9396 \series default
9397  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9398 \end_layout
9399
9400 \begin_layout Plain Layout
9401 Näheres zu 
9402 \series bold
9403
9404 \backslash
9405 texorpdfstring
9406 \series default
9407  steht in Kapitel 
9408 \begin_inset CommandInset ref
9409 LatexCommand ref
9410 reference "sub:Formeln-in-Überschriften"
9411
9412 \end_inset
9413
9414 .
9415 \end_layout
9416
9417 \end_inset
9418
9419
9420 \begin_inset CommandInset label
9421 LatexCommand label
9422 name "sub:Akzente-für-ein"
9423
9424 \end_inset
9425
9426
9427 \begin_inset Index
9428 status collapsed
9429
9430 \begin_layout Plain Layout
9431 Akzente ! für ein Zeichen
9432 \end_layout
9433
9434 \end_inset
9435
9436
9437 \end_layout
9438
9439 \begin_layout Standard
9440 \begin_inset space \hfill{}
9441 \end_inset
9442
9443
9444 \begin_inset Tabular
9445 <lyxtabular version="3" rows="8" columns="2">
9446 <features>
9447 <column alignment="center" valignment="top" width="0pt">
9448 <column alignment="center" valignment="top" width="0pt">
9449 <row>
9450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 Befehl
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463 Ergebnis
9464 \begin_inset Note Note
9465 status collapsed
9466
9467 \begin_layout Plain Layout
9468
9469 \series bold
9470
9471 \backslash
9472 raisebox
9473 \series default
9474  dient nur als Abstandhalter.
9475 \end_layout
9476
9477 \end_inset
9478
9479
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 </row>
9485 <row>
9486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490
9491 \backslash
9492 dot
9493 \begin_inset ERT
9494 status collapsed
9495
9496 \begin_layout Plain Layout
9497
9498
9499 \backslash
9500 leer 
9501 \end_layout
9502
9503 \end_inset
9504
9505 A
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9515 \end_inset
9516
9517
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 </row>
9523 <row>
9524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Plain Layout
9528
9529 \backslash
9530 ddot
9531 \begin_inset ERT
9532 status collapsed
9533
9534 \begin_layout Plain Layout
9535
9536
9537 \backslash
9538 leer 
9539 \end_layout
9540
9541 \end_inset
9542
9543 A
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9553 \end_inset
9554
9555
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 </row>
9561 <row>
9562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \backslash
9568 dddot
9569 \begin_inset ERT
9570 status collapsed
9571
9572 \begin_layout Plain Layout
9573
9574
9575 \backslash
9576 leer 
9577 \end_layout
9578
9579 \end_inset
9580
9581 A
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9591 \end_inset
9592
9593
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 </row>
9599 <row>
9600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604
9605 \backslash
9606 ddddot{A
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9616 \end_inset
9617
9618
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 </row>
9624 <row>
9625 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Plain Layout
9629
9630 \backslash
9631 vec
9632 \begin_inset ERT
9633 status collapsed
9634
9635 \begin_layout Plain Layout
9636
9637
9638 \backslash
9639 leer 
9640 \end_layout
9641
9642 \end_inset
9643
9644 A
9645 \begin_inset Index
9646 status collapsed
9647
9648 \begin_layout Plain Layout
9649 Vektoren
9650 \end_layout
9651
9652 \end_inset
9653
9654
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9664 \end_inset
9665
9666
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 </row>
9672 <row>
9673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677
9678 \backslash
9679 bar
9680 \begin_inset ERT
9681 status collapsed
9682
9683 \begin_layout Plain Layout
9684
9685
9686 \backslash
9687 leer 
9688 \end_layout
9689
9690 \end_inset
9691
9692 A
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9702 \end_inset
9703
9704
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 </row>
9710 <row>
9711 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715
9716 \backslash
9717 mathring
9718 \begin_inset ERT
9719 status collapsed
9720
9721 \begin_layout Plain Layout
9722
9723
9724 \backslash
9725 leer 
9726 \end_layout
9727
9728 \end_inset
9729
9730 A
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9740 \end_inset
9741
9742
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 </row>
9748 </lyxtabular>
9749
9750 \end_inset
9751
9752
9753 \begin_inset space \hfill{}
9754 \end_inset
9755
9756
9757 \begin_inset Tabular
9758 <lyxtabular version="3" rows="7" columns="2">
9759 <features>
9760 <column alignment="center" valignment="top" width="0pt">
9761 <column alignment="center" valignment="top" width="0pt">
9762 <row>
9763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767 Befehl
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776 Ergebnis
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 </row>
9782 <row>
9783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787
9788 \backslash
9789 tilde
9790 \begin_inset ERT
9791 status collapsed
9792
9793 \begin_layout Plain Layout
9794
9795
9796 \backslash
9797 leer 
9798 \end_layout
9799
9800 \end_inset
9801
9802 A
9803 \end_layout
9804
9805 \end_inset
9806 </cell>
9807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9812 \end_inset
9813
9814
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 </row>
9820 <row>
9821 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825
9826 \backslash
9827 hat
9828 \begin_inset ERT
9829 status collapsed
9830
9831 \begin_layout Plain Layout
9832
9833
9834 \backslash
9835 leer 
9836 \end_layout
9837
9838 \end_inset
9839
9840 A
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9850 \end_inset
9851
9852
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 </row>
9858 <row>
9859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863
9864 \backslash
9865 check
9866 \begin_inset ERT
9867 status collapsed
9868
9869 \begin_layout Plain Layout
9870
9871
9872 \backslash
9873 leer 
9874 \end_layout
9875
9876 \end_inset
9877
9878 A
9879 \end_layout
9880
9881 \end_inset
9882 </cell>
9883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Plain Layout
9887 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9888 \end_inset
9889
9890
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 </row>
9896 <row>
9897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901
9902 \backslash
9903 acute
9904 \begin_inset ERT
9905 status collapsed
9906
9907 \begin_layout Plain Layout
9908
9909
9910 \backslash
9911 leer 
9912 \end_layout
9913
9914 \end_inset
9915
9916 A
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9926 \end_inset
9927
9928
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 </row>
9934 <row>
9935 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939
9940 \backslash
9941 grave
9942 \begin_inset ERT
9943 status collapsed
9944
9945 \begin_layout Plain Layout
9946
9947
9948 \backslash
9949 leer 
9950 \end_layout
9951
9952 \end_inset
9953
9954 A
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9964 \end_inset
9965
9966
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 </row>
9972 <row>
9973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \backslash
9979 breve
9980 \begin_inset ERT
9981 status collapsed
9982
9983 \begin_layout Plain Layout
9984
9985
9986 \backslash
9987 leer 
9988 \end_layout
9989
9990 \end_inset
9991
9992 A
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10002 \end_inset
10003
10004
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 </row>
10010 </lyxtabular>
10011
10012 \end_inset
10013
10014
10015 \begin_inset space \hfill{}
10016 \end_inset
10017
10018
10019 \end_layout
10020
10021 \begin_layout Standard
10022 \begin_inset VSpace bigskip
10023 \end_inset
10024
10025 Akzente wie z.B.
10026  é können direkt in Formeln eingegeben werden.
10027  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
10028  Für Umlaute
10029 \begin_inset Index
10030 status collapsed
10031
10032 \begin_layout Plain Layout
10033 Umlaute
10034 \end_layout
10035
10036 \end_inset
10037
10038  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
10039  Diese beiden Zeichen bilden dann für LaTeX 
10040 \emph on
10041 ein
10042 \emph default
10043  Zeichen.
10044  Im Gegensatz zu 
10045 \series bold
10046
10047 \backslash
10048 ddot
10049 \series default
10050  entstehen damit 
10051 \begin_inset Quotes gld
10052 \end_inset
10053
10054 echte
10055 \begin_inset Quotes grd
10056 \end_inset
10057
10058  Umlaute, was folgendes Beispiel zeigt:
10059 \end_layout
10060
10061 \begin_layout Standard
10062 \begin_inset VSpace -2mm
10063 \end_inset
10064
10065
10066 \end_layout
10067
10068 \begin_layout Standard
10069 \align center
10070 \begin_inset Tabular
10071 <lyxtabular version="3" rows="3" columns="2">
10072 <features>
10073 <column alignment="center" valignment="top" width="0">
10074 <column alignment="center" valignment="top" width="0">
10075 <row>
10076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080 Befehl
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089 Ergebnis
10090 \begin_inset Note Note
10091 status collapsed
10092
10093 \begin_layout Plain Layout
10094
10095 \series bold
10096
10097 \backslash
10098 raisebox
10099 \series default
10100  dient nur als Abstandhalter.
10101 \end_layout
10102
10103 \end_inset
10104
10105
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 </row>
10111 <row>
10112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116 \begin_inset Quotes grd
10117 \end_inset
10118
10119 i
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128 \begin_inset Formula $"i$
10129 \end_inset
10130
10131
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 </row>
10137 <row>
10138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142
10143 \backslash
10144 ddot
10145 \begin_inset ERT
10146 status collapsed
10147
10148 \begin_layout Plain Layout
10149
10150
10151 \backslash
10152 leer 
10153 \end_layout
10154
10155 \end_inset
10156
10157 i
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10167 \end_inset
10168
10169
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 </row>
10175 </lyxtabular>
10176
10177 \end_inset
10178
10179
10180 \end_layout
10181
10182 \begin_layout Standard
10183 Ein weiterer Vorteil gegenüber 
10184 \series bold
10185
10186 \backslash
10187 ddot
10188 \series default
10189  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10190  denn die obigen Akzentbefehle sind 
10191 \emph on
10192 im mathematischen Text\SpecialChar \-
10193 modus nicht erlaubt
10194 \emph default
10195 .
10196  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10197  nur das Zeichen unter dem Akzent umgewandelt werden.
10198  Das gilt auch für alle anderen Umwandlungen wie z.
10199 \begin_inset space \thinspace{}
10200 \end_inset
10201
10202 B.
10203  in kursiv oder fett.
10204 \end_layout
10205
10206 \begin_layout Standard
10207 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10208  direkt eingegeben werden.
10209 \end_layout
10210
10211 \begin_layout Subsection
10212 Akzente für Operatoren
10213 \begin_inset Index
10214 status collapsed
10215
10216 \begin_layout Plain Layout
10217 Akzente ! für Operatoren
10218 \end_layout
10219
10220 \end_inset
10221
10222
10223 \end_layout
10224
10225 \begin_layout Standard
10226 Zum Akzentuieren von Operatoren gibt es die Befehle 
10227 \series bold
10228
10229 \backslash
10230 overset
10231 \series default
10232
10233 \begin_inset Index
10234 status collapsed
10235
10236 \begin_layout Plain Layout
10237 Befehle ! O ! 
10238 \backslash
10239 overset
10240 \end_layout
10241
10242 \end_inset
10243
10244  und 
10245 \series bold
10246
10247 \backslash
10248 underset
10249 \series default
10250
10251 \begin_inset Index
10252 status collapsed
10253
10254 \begin_layout Plain Layout
10255 Befehle ! U ! 
10256 \backslash
10257 underset
10258 \end_layout
10259
10260 \end_inset
10261
10262 , mit denen man Zeichen über bzw.
10263  unter einen Operator setzen kann.
10264  Mit dem Befehl 
10265 \series bold
10266
10267 \backslash
10268 sideset
10269 \series default
10270
10271 \begin_inset Index
10272 status collapsed
10273
10274 \begin_layout Plain Layout
10275 Befehle ! S ! 
10276 \backslash
10277 sideset
10278 \end_layout
10279
10280 \end_inset
10281
10282  können Zeichen vor und nach einen Operator gesetzt werden.
10283  Das Befehlsschema lautet:
10284 \end_layout
10285
10286 \begin_layout Standard
10287
10288 \series bold
10289
10290 \backslash
10291 sideset{Zeichen
10292 \series default
10293  
10294 \series bold
10295 davor}{Zeichen
10296 \series default
10297  
10298 \series bold
10299 dahinter}
10300 \end_layout
10301
10302 \begin_layout Standard
10303
10304 \series bold
10305
10306 \backslash
10307 sideset
10308 \series default
10309  muss immer vor dem zu akzentuierenden Operator stehen.
10310  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10311  Symbolen akzentuiert werden.
10312  Will man mit 
10313 \series bold
10314
10315 \backslash
10316 sideset
10317 \series default
10318  z.
10319 \begin_inset space \thinspace{}
10320 \end_inset
10321
10322 B.
10323  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10324  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10325 \end_layout
10326
10327 \begin_layout Standard
10328 Z.
10329 \begin_inset space \thinspace{}
10330 \end_inset
10331
10332 B.
10333  ergibt der Befehl 
10334 \series bold
10335
10336 \backslash
10337 sideset{
10338 \begin_inset Formula $\to$
10339 \end_inset
10340
10341
10342 \backslash
10343 {
10344 \series default
10345 '
10346 \series bold
10347
10348 \begin_inset Formula $\to$
10349 \end_inset
10350
10351
10352 \backslash
10353 sum_k=1
10354 \begin_inset ERT
10355 status collapsed
10356
10357 \begin_layout Plain Layout
10358
10359
10360 \backslash
10361 leer 
10362 \end_layout
10363
10364 \end_inset
10365
10366
10367 \series default
10368 ^
10369 \series bold
10370 n
10371 \series default
10372  :
10373 \begin_inset Formula \[
10374 \sideset{}{'}\sum_{k=1}^{n}\]
10375
10376 \end_inset
10377
10378
10379 \end_layout
10380
10381 \begin_layout Standard
10382 Der Befehl 
10383 \series bold
10384
10385 \backslash
10386 overset
10387 \begin_inset ERT
10388 status collapsed
10389
10390 \begin_layout Plain Layout
10391
10392
10393 \backslash
10394 leer 
10395 \end_layout
10396
10397 \end_inset
10398
10399
10400 \backslash
10401 maltese
10402 \begin_inset ERT
10403 status collapsed
10404
10405 \begin_layout Plain Layout
10406
10407
10408 \backslash
10409 leer 
10410 \end_layout
10411
10412 \end_inset
10413
10414
10415 \series default
10416
10417 \begin_inset Formula $\uparrow$
10418 \end_inset
10419
10420
10421 \series bold
10422 a
10423 \series default
10424  ergibt:
10425 \begin_inset Formula \[
10426 \overset{a}{\maltese}\]
10427
10428 \end_inset
10429
10430 Wie man am letzten Beispiel sieht, kann man mit 
10431 \series bold
10432
10433 \backslash
10434 overset
10435 \series default
10436  bzw.
10437  
10438 \series bold
10439
10440 \backslash
10441 underset
10442 \series default
10443  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10444 \series bold
10445
10446 \backslash
10447 sideset
10448 \series default
10449  ist dies nicht möglich.
10450 \end_layout
10451
10452 \begin_layout Subsection
10453 Akzente für mehrere Zeichen
10454 \begin_inset Index
10455 status collapsed
10456
10457 \begin_layout Plain Layout
10458 Akzente ! für mehrere Zeichen
10459 \end_layout
10460
10461 \end_inset
10462
10463
10464 \end_layout
10465
10466 \begin_layout Standard
10467 \begin_inset space \hfill{}
10468 \end_inset
10469
10470
10471 \begin_inset Tabular
10472 <lyxtabular version="3" rows="5" columns="2">
10473 <features>
10474 <column alignment="center" valignment="top" width="0pt">
10475 <column alignment="center" valignment="top" width="0pt">
10476 <row>
10477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 Befehl
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 Ergebnis
10491 \begin_inset Note Note
10492 status collapsed
10493
10494 \begin_layout Plain Layout
10495
10496 \series bold
10497
10498 \backslash
10499 raisebox
10500 \series default
10501  dient nur als Abstandhalter.
10502 \end_layout
10503
10504 \end_inset
10505
10506
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 </row>
10512 <row>
10513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517
10518 \backslash
10519 overleftarrow
10520 \begin_inset ERT
10521 status collapsed
10522
10523 \begin_layout Plain Layout
10524
10525
10526 \backslash
10527 leer 
10528 \end_layout
10529
10530 \end_inset
10531
10532 A=B
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10542 \end_inset
10543
10544
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 </row>
10550 <row>
10551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555
10556 \backslash
10557 underleftarrow
10558 \begin_inset ERT
10559 status collapsed
10560
10561 \begin_layout Plain Layout
10562
10563
10564 \backslash
10565 leer 
10566 \end_layout
10567
10568 \end_inset
10569
10570 A=B
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10580 \end_inset
10581
10582
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 </row>
10588 <row>
10589 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593
10594 \backslash
10595 overleftrightarrow
10596 \begin_inset ERT
10597 status collapsed
10598
10599 \begin_layout Plain Layout
10600
10601
10602 \backslash
10603 leer 
10604 \end_layout
10605
10606 \end_inset
10607
10608 A=B
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10618 \end_inset
10619
10620
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 </row>
10626 <row>
10627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631
10632 \backslash
10633 underleftrightarrow
10634 \begin_inset ERT
10635 status collapsed
10636
10637 \begin_layout Plain Layout
10638
10639
10640 \backslash
10641 leer 
10642 \end_layout
10643
10644 \end_inset
10645
10646 A=B
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10656 \end_inset
10657
10658
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 </row>
10664 </lyxtabular>
10665
10666 \end_inset
10667
10668
10669 \begin_inset space \hfill{}
10670 \end_inset
10671
10672
10673 \begin_inset Tabular
10674 <lyxtabular version="3" rows="5" columns="2">
10675 <features>
10676 <column alignment="center" valignment="top" width="0pt">
10677 <column alignment="center" valignment="top" width="0pt">
10678 <row>
10679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 Befehl
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692 Ergebnis
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 </row>
10698 <row>
10699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703
10704 \backslash
10705 overrightarrow
10706 \begin_inset ERT
10707 status collapsed
10708
10709 \begin_layout Plain Layout
10710
10711
10712 \backslash
10713 leer 
10714 \end_layout
10715
10716 \end_inset
10717
10718 A=B
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10728 \end_inset
10729
10730
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 </row>
10736 <row>
10737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741
10742 \backslash
10743 underrightarrow
10744 \begin_inset ERT
10745 status collapsed
10746
10747 \begin_layout Plain Layout
10748
10749
10750 \backslash
10751 leer 
10752 \end_layout
10753
10754 \end_inset
10755
10756 A=B
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10766 \end_inset
10767
10768
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 </row>
10774 <row>
10775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779
10780 \backslash
10781 widetilde
10782 \begin_inset ERT
10783 status collapsed
10784
10785 \begin_layout Plain Layout
10786
10787
10788 \backslash
10789 leer 
10790 \end_layout
10791
10792 \end_inset
10793
10794 A=B
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10800 \begin_inset Text
10801
10802 \begin_layout Plain Layout
10803 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10804 \end_inset
10805
10806
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 </row>
10812 <row>
10813 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817
10818 \backslash
10819 widehat
10820 \begin_inset ERT
10821 status collapsed
10822
10823 \begin_layout Plain Layout
10824
10825
10826 \backslash
10827 leer 
10828 \end_layout
10829
10830 \end_inset
10831
10832 A=B
10833 \end_layout
10834
10835 \end_inset
10836 </cell>
10837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10838 \begin_inset Text
10839
10840 \begin_layout Plain Layout
10841 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10842 \end_inset
10843
10844
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 </row>
10850 </lyxtabular>
10851
10852 \end_inset
10853
10854
10855 \begin_inset space \hfill{}
10856 \end_inset
10857
10858
10859 \end_layout
10860
10861 \begin_layout Standard
10862 \begin_inset VSpace medskip
10863 \end_inset
10864
10865 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10866  Die Akzente
10867 \begin_inset Newline linebreak
10868 \end_inset
10869
10870
10871 \series bold
10872
10873 \backslash
10874 widetilde
10875 \series default
10876  und 
10877 \series bold
10878
10879 \backslash
10880 widehat
10881 \series default
10882  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10883  was folgendes Beispiel verdeutlicht:
10884 \begin_inset Formula \[
10885 \widetilde{A+B=C-D}\]
10886
10887 \end_inset
10888
10889
10890 \end_layout
10891
10892 \begin_layout Standard
10893 Mit den im vorigen Kapitel beschriebenen Befehlen 
10894 \series bold
10895
10896 \backslash
10897 overset
10898 \series default
10899
10900 \begin_inset Index
10901 status collapsed
10902
10903 \begin_layout Plain Layout
10904 Befehle ! O ! 
10905 \backslash
10906 overset
10907 \end_layout
10908
10909 \end_inset
10910
10911  und 
10912 \series bold
10913
10914 \backslash
10915 underset
10916 \series default
10917
10918 \begin_inset Index
10919 status collapsed
10920
10921 \begin_layout Plain Layout
10922 Befehle ! U ! 
10923 \backslash
10924 underset
10925 \end_layout
10926
10927 \end_inset
10928
10929  ist es auch möglich mehrere Zeichen zu akzentuieren.
10930  Der Befehl 
10931 \series bold
10932
10933 \backslash
10934 underset
10935 \begin_inset ERT
10936 status collapsed
10937
10938 \begin_layout Plain Layout
10939
10940
10941 \backslash
10942 leer 
10943 \end_layout
10944
10945 \end_inset
10946
10947 A=B
10948 \begin_inset Formula $\downarrow$
10949 \end_inset
10950
10951 ***
10952 \series default
10953  ergibt:
10954 \begin_inset Formula \[
10955 \underset{***}{A=B}\]
10956
10957 \end_inset
10958
10959
10960 \end_layout
10961
10962 \begin_layout Section
10963 Leerraum
10964 \begin_inset CommandInset label
10965 LatexCommand label
10966 name "sub:Leerraum"
10967
10968 \end_inset
10969
10970
10971 \begin_inset Index
10972 status collapsed
10973
10974 \begin_layout Plain Layout
10975 Leerraum ! horizontaler
10976 \end_layout
10977
10978 \end_inset
10979
10980
10981 \end_layout
10982
10983 \begin_layout Subsection
10984 Vordefinierter Leerraum
10985 \begin_inset CommandInset label
10986 LatexCommand label
10987 name "sub:Vordefinierter-Leerraum"
10988
10989 \end_inset
10990
10991
10992 \begin_inset Index
10993 status collapsed
10994
10995 \begin_layout Plain Layout
10996 Leerraum ! horizontaler ! vordefiniert
10997 \end_layout
10998
10999 \end_inset
11000
11001
11002 \end_layout
11003
11004 \begin_layout Standard
11005 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
11006  Dazu gibt man ein geschütztes Leerzeichen ein.
11007  Es erscheint ein 
11008 \begin_inset Quotes gld
11009 \end_inset
11010
11011
11012 \color blue
11013
11014 \begin_inset ERT
11015 status collapsed
11016
11017 \begin_layout Plain Layout
11018
11019
11020 \backslash
11021 leer 
11022 \end_layout
11023
11024 \end_inset
11025
11026
11027 \color inherit
11028
11029 \begin_inset Quotes grd
11030 \end_inset
11031
11032  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
11033  Leerraum-Größen wählen.
11034  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
11035 \begin_inset Graphics
11036         filename ../../images/math/space.png
11037         scale 85
11038
11039 \end_inset
11040
11041  oder mit einzelnen Befehlen aufrufen.
11042  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
11043  danach wieder aus allen Größen wählen.
11044 \end_layout
11045
11046 \begin_layout Standard
11047 \align center
11048 \begin_inset VSpace -5mm
11049 \end_inset
11050
11051
11052 \begin_inset Tabular
11053 <lyxtabular version="3" rows="3" columns="7">
11054 <features>
11055 <column alignment="center" valignment="middle" width="6.8cm">
11056 <column alignment="center" valignment="top" width="0pt">
11057 <column alignment="center" valignment="top" width="0pt">
11058 <column alignment="center" valignment="top" width="0pt">
11059 <column alignment="center" valignment="top" width="0pt">
11060 <column alignment="center" valignment="top" width="0pt">
11061 <column alignment="center" valignment="top" width="0pt">
11062 <row>
11063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 Befehl
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076
11077 \backslash
11078 ,
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087
11088 \backslash
11089 :
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098
11099 \backslash
11100 ;
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109
11110 \backslash
11111 quad
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120
11121 \backslash
11122 qquad
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131
11132 \backslash
11133 !
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 </row>
11139 <row>
11140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153 0
11154 \end_layout
11155
11156 \end_inset
11157 </cell>
11158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162 1
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 2
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180 3
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189 4
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 5
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 </row>
11204 <row>
11205 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11206 \begin_inset Text
11207
11208 \begin_layout Plain Layout
11209 Ergebnis
11210 \end_layout
11211
11212 \end_inset
11213 </cell>
11214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 \begin_inset Formula $A\, B$
11219 \end_inset
11220
11221
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 \begin_inset Formula $A\: B$
11231 \end_inset
11232
11233
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 \begin_inset Formula $A\; B$
11243 \end_inset
11244
11245
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 \begin_inset Formula $A\quad B$
11255 \end_inset
11256
11257
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 \begin_inset Formula $A\qquad B$
11267 \end_inset
11268
11269
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 \begin_inset Formula $A\! B$
11279 \end_inset
11280
11281
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 </row>
11287 </lyxtabular>
11288
11289 \end_inset
11290
11291
11292 \end_layout
11293
11294 \begin_layout Standard
11295 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11296  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11297  denn sie erstellt negativen Leerraum.
11298  Es gibt noch zwei weitere negative Leerräume:
11299 \end_layout
11300
11301 \begin_layout Standard
11302 \align center
11303 \begin_inset Tabular
11304 <lyxtabular version="3" rows="3" columns="3">
11305 <features>
11306 <column alignment="center" valignment="middle" width="6.8cm">
11307 <column alignment="center" valignment="top" width="0pt">
11308 <column alignment="center" valignment="top" width="0pt">
11309 <row>
11310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314 Befehl
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323
11324 \backslash
11325 negmedspace
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334
11335 \backslash
11336 negthickspace
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 </row>
11342 <row>
11343 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 6
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 7
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 </row>
11371 <row>
11372 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 Ergebnis
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 \begin_inset Formula $A\negmedspace B$
11386 \end_inset
11387
11388
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 \begin_inset Formula $A\negthickspace B$
11398 \end_inset
11399
11400
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 </row>
11406 </lyxtabular>
11407
11408 \end_inset
11409
11410
11411 \end_layout
11412
11413 \begin_layout Standard
11414 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11415  Man kann auf diese Weise Ligaturen erzwingen, was z.
11416 \begin_inset space \thinspace{}
11417 \end_inset
11418
11419 B.
11420  für Summenzeichen von Nutzen ist: 
11421 \end_layout
11422
11423 \begin_layout Standard
11424 \align center
11425 \begin_inset Tabular
11426 <lyxtabular version="3" rows="3" columns="2">
11427 <features>
11428 <column alignment="center" valignment="top" width="0">
11429 <column alignment="center" valignment="top" width="0">
11430 <row>
11431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 Befehl
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 Ergebnis
11445 \begin_inset Note Note
11446 status collapsed
11447
11448 \begin_layout Plain Layout
11449
11450 \series bold
11451
11452 \backslash
11453 raisebox
11454 \series default
11455  dient nur als Abstandhalter.
11456 \end_layout
11457
11458 \end_inset
11459
11460
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 </row>
11466 <row>
11467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471
11472 \backslash
11473 sum
11474 \backslash
11475 sum
11476 \begin_inset ERT
11477 status collapsed
11478
11479 \begin_layout Plain Layout
11480
11481
11482 \backslash
11483 leer 
11484 \end_layout
11485
11486 \end_inset
11487
11488 f_kl
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11498 \end_inset
11499
11500
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 </row>
11506 <row>
11507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511
11512 \backslash
11513 sum
11514 \backslash
11515 negmedspace
11516 \backslash
11517 sum
11518 \begin_inset ERT
11519 status collapsed
11520
11521 \begin_layout Plain Layout
11522
11523
11524 \backslash
11525 leer 
11526 \end_layout
11527
11528 \end_inset
11529
11530 f_kl
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11540 \end_inset
11541
11542
11543 \end_layout
11544
11545 \end_inset
11546 </cell>
11547 </row>
11548 </lyxtabular>
11549
11550 \end_inset
11551
11552
11553 \end_layout
11554
11555 \begin_layout Standard
11556 Relationen, wie z.
11557 \begin_inset space \thinspace{}
11558 \end_inset
11559
11560 B.
11561  Gleichheitszeichen, sind immer von Leerraum umgeben.
11562  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11563  TeX-Klammer.
11564  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11565 \end_layout
11566
11567 \begin_layout Standard
11568 \align center
11569 \begin_inset Tabular
11570 <lyxtabular version="3" rows="2" columns="2">
11571 <features>
11572 <column alignment="center" valignment="top" width="0pt">
11573 <column alignment="center" valignment="top" width="0pt">
11574 <row>
11575 <cell alignment="center" valignment="top" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 normale Gleichung
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 \begin_inset Formula $A=B$
11589 \end_inset
11590
11591
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 </row>
11597 <row>
11598 <cell alignment="center" valignment="top" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 \begin_inset Note Note
11603 status collapsed
11604
11605 \begin_layout Plain Layout
11606
11607 \series bold
11608
11609 \backslash
11610 raisebox
11611 \series default
11612  dient nur als Abstandhalter.
11613 \end_layout
11614
11615 \end_inset
11616
11617
11618 \begin_inset Formula $\raisebox{5mm}{}$
11619 \end_inset
11620
11621 Gleichung ohne Leerraum
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630 \begin_inset Formula $A{=}B$
11631 \end_inset
11632
11633
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 </row>
11639 </lyxtabular>
11640
11641 \end_inset
11642
11643
11644 \end_layout
11645
11646 \begin_layout Standard
11647 Der Befehl für die letzte Formel lautet: 
11648 \series bold
11649 A
11650 \backslash
11651 {=
11652 \begin_inset Formula $\to$
11653 \end_inset
11654
11655 B
11656 \end_layout
11657
11658 \begin_layout Standard
11659 \begin_inset VSpace bigskip
11660 \end_inset
11661
11662 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11663  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11664  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11665 \family sans
11666 Einfügen\SpecialChar \menuseparator
11667 Formatierung\SpecialChar \menuseparator
11668 Kleiner
11669 \begin_inset space ~
11670 \end_inset
11671
11672 Abstand
11673 \family default
11674  (Tastenkürzel 
11675 \family sans
11676 Strg+Shift+Leertaste
11677 \family default
11678 ) ein.
11679 \end_layout
11680
11681 \begin_layout Standard
11682 Ein Beispiel zur Veranschaulichung:
11683 \end_layout
11684
11685 \begin_layout Standard
11686 \begin_inset Tabular
11687 <lyxtabular version="3" rows="2" columns="2">
11688 <features>
11689 <column alignment="left" valignment="top" width="0">
11690 <column alignment="left" valignment="top" width="0">
11691 <row>
11692 <cell alignment="center" valignment="top" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 24 kW
11697 \begin_inset Formula $\cdot$
11698 \end_inset
11699
11700 h
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell alignment="center" valignment="top" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 Leerzeichen zwischen Wert und Einheit
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 </row>
11715 <row>
11716 <cell alignment="center" valignment="top" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 24
11721 \begin_inset space \thinspace{}
11722 \end_inset
11723
11724 kW
11725 \begin_inset Formula $\cdot$
11726 \end_inset
11727
11728 h
11729 \end_layout
11730
11731 \end_inset
11732 </cell>
11733 <cell alignment="center" valignment="top" usebox="none">
11734 \begin_inset Text
11735
11736 \begin_layout Plain Layout
11737 kleinster Leerraum zwischen Wert und Einheit
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 </row>
11743 </lyxtabular>
11744
11745 \end_inset
11746
11747
11748 \end_layout
11749
11750 \begin_layout Subsection
11751 Variabler Leerraum
11752 \begin_inset ERT
11753 status collapsed
11754
11755 \begin_layout Plain Layout
11756
11757
11758 \backslash
11759 texorpdfstring{
11760 \end_layout
11761
11762 \end_inset
11763
11764
11765 \begin_inset Foot
11766 status collapsed
11767
11768 \begin_layout Plain Layout
11769 für vertikalen Leerraum in Formeln siehe 
11770 \begin_inset CommandInset ref
11771 LatexCommand ref
11772 reference "sub:Zeilenabstand"
11773
11774 \end_inset
11775
11776
11777 \end_layout
11778
11779 \end_inset
11780
11781
11782 \begin_inset ERT
11783 status collapsed
11784
11785 \begin_layout Plain Layout
11786
11787 }{}
11788 \end_layout
11789
11790 \end_inset
11791
11792
11793 \begin_inset Note Note
11794 status collapsed
11795
11796 \begin_layout Plain Layout
11797
11798 \series bold
11799
11800 \backslash
11801 texorpdfstring
11802 \series default
11803  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11804 \end_layout
11805
11806 \begin_layout Plain Layout
11807 Näheres zu 
11808 \series bold
11809
11810 \backslash
11811 texorpdfstring
11812 \series default
11813  steht in Kapitel 
11814 \begin_inset CommandInset ref
11815 LatexCommand ref
11816 reference "sub:Formeln-in-Überschriften"
11817
11818 \end_inset
11819
11820 .
11821 \end_layout
11822
11823 \end_inset
11824
11825
11826 \begin_inset CommandInset label
11827 LatexCommand label
11828 name "sub:Variabler-Leerraum"
11829
11830 \end_inset
11831
11832
11833 \begin_inset Index
11834 status collapsed
11835
11836 \begin_layout Plain Layout
11837 Leerraum ! horizontaler ! variabel
11838 \end_layout
11839
11840 \end_inset
11841
11842
11843 \end_layout
11844
11845 \begin_layout Standard
11846 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
11847 \series bold
11848
11849 \backslash
11850 hspace
11851 \series default
11852
11853 \begin_inset Index
11854 status collapsed
11855
11856 \begin_layout Plain Layout
11857 Befehle ! H ! 
11858 \backslash
11859 hspace
11860 \end_layout
11861
11862 \end_inset
11863
11864  einfügen.
11865  Es erscheint ein langes 
11866 \begin_inset Quotes gld
11867 \end_inset
11868
11869
11870 \color blue
11871
11872 \begin_inset ERT
11873 status collapsed
11874
11875 \begin_layout Plain Layout
11876
11877
11878 \backslash
11879 leer 
11880 \end_layout
11881
11882 \end_inset
11883
11884
11885 \color inherit
11886
11887 \begin_inset Quotes grd
11888 \end_inset
11889
11890 .
11891  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
11892  das 
11893 \begin_inset Quotes gld
11894 \end_inset
11895
11896
11897 \color blue
11898
11899 \begin_inset ERT
11900 status collapsed
11901
11902 \begin_layout Plain Layout
11903
11904
11905 \backslash
11906 leer 
11907 \end_layout
11908
11909 \end_inset
11910
11911
11912 \color inherit
11913
11914 \begin_inset Quotes grd
11915 \end_inset
11916
11917  klickt.
11918  Die Länge darf auch negativ sein.
11919  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
11920  einnimmt, benutzt man den Befehl 
11921 \series bold
11922
11923 \backslash
11924 hfill
11925 \series default
11926
11927 \begin_inset Index
11928 status collapsed
11929
11930 \begin_layout Plain Layout
11931 Befehle ! H ! 
11932 \backslash
11933 hfill
11934 \end_layout
11935
11936 \end_inset
11937
11938 .
11939 \end_layout
11940
11941 \begin_layout Standard
11942 \begin_inset VSpace -1mm
11943 \end_inset
11944
11945
11946 \end_layout
11947
11948 \begin_layout Standard
11949 \align center
11950 \begin_inset Tabular
11951 <lyxtabular version="3" rows="4" columns="2">
11952 <features>
11953 <column alignment="center" valignment="top" width="0">
11954 <column alignment="center" valignment="top" width="0">
11955 <row>
11956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11957 \begin_inset Text
11958
11959 \begin_layout Plain Layout
11960 Befehl (
11961 \backslash
11962 hspace Länge)
11963 \end_layout
11964
11965 \end_inset
11966 </cell>
11967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11968 \begin_inset Text
11969
11970 \begin_layout Plain Layout
11971 Ergebnis
11972 \end_layout
11973
11974 \end_inset
11975 </cell>
11976 </row>
11977 <row>
11978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11979 \begin_inset Text
11980
11981 \begin_layout Plain Layout
11982 A=B
11983 \backslash
11984 hspace{3cm
11985 \begin_inset Formula $\to$
11986 \end_inset
11987
11988 A
11989 \backslash
11990 not=C (3
11991 \begin_inset space \thinspace{}
11992 \end_inset
11993
11994 cm)
11995 \end_layout
11996
11997 \end_inset
11998 </cell>
11999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12000 \begin_inset Text
12001
12002 \begin_layout Plain Layout
12003 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12004 \end_inset
12005
12006
12007 \end_layout
12008
12009 \end_inset
12010 </cell>
12011 </row>
12012 <row>
12013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12014 \begin_inset Text
12015
12016 \begin_layout Plain Layout
12017 A
12018 \backslash
12019 hspace{-1mm
12020 \begin_inset Formula $\to$
12021 \end_inset
12022
12023 A
12024 \backslash
12025 not=A (-1
12026 \begin_inset space \thinspace{}
12027 \end_inset
12028
12029 mm)
12030 \end_layout
12031
12032 \end_inset
12033 </cell>
12034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12035 \begin_inset Text
12036
12037 \begin_layout Plain Layout
12038 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12039 \end_inset
12040
12041
12042 \end_layout
12043
12044 \end_inset
12045 </cell>
12046 </row>
12047 <row>
12048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12049 \begin_inset Text
12050
12051 \begin_layout Plain Layout
12052 A=A
12053 \backslash
12054 hfill
12055 \begin_inset ERT
12056 status collapsed
12057
12058 \begin_layout Plain Layout
12059
12060
12061 \backslash
12062 leer 
12063 \end_layout
12064
12065 \end_inset
12066
12067 B=B
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076 \begin_inset Formula $A=A\hfill B=B$
12077 \end_inset
12078
12079
12080 \end_layout
12081
12082 \end_inset
12083 </cell>
12084 </row>
12085 </lyxtabular>
12086
12087 \end_inset
12088
12089
12090 \end_layout
12091
12092 \begin_layout Standard
12093 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12094  Spalteneintrags der Tabelle vorgegeben.
12095  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12096  in die 
12097 \series bold
12098
12099 \backslash
12100 hfill
12101 \series default
12102  eingegeben wird.
12103  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12104  
12105 \series bold
12106
12107 \backslash
12108 hfill
12109 \series default
12110  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12111 \series bold
12112 Eingerückt
12113 \series default
12114  eingestellt ist.
12115  (Formelstile sind in 
12116 \begin_inset CommandInset ref
12117 LatexCommand ref
12118 reference "sec:Formelstile"
12119
12120 \end_inset
12121
12122  erklärt.)
12123 \end_layout
12124
12125 \begin_layout Standard
12126 Neben 
12127 \series bold
12128
12129 \backslash
12130 hfill
12131 \series default
12132  gibt es noch die Befehle 
12133 \series bold
12134
12135 \backslash
12136 dotfill
12137 \series default
12138  und 
12139 \series bold
12140
12141 \backslash
12142 hrulefill
12143 \series default
12144 , die den Leerraum mit einem Muster füllen, siehe 
12145 \begin_inset CommandInset ref
12146 LatexCommand ref
12147 reference "sub:Fortsetzungspunkte"
12148
12149 \end_inset
12150
12151  für ein Beispiel.
12152 \end_layout
12153
12154 \begin_layout Standard
12155 Variabler Leerraum kann für Text über das Menü 
12156 \family sans
12157 Einfügen\SpecialChar \menuseparator
12158 Formatierung\SpecialChar \menuseparator
12159 Horizontaler
12160 \begin_inset space ~
12161 \end_inset
12162
12163 Abstand
12164 \family default
12165  eingefügt werden:
12166 \end_layout
12167
12168 \begin_layout Standard
12169 Dies ist eine Zeile mit
12170 \begin_inset space \hspace{}
12171 \length 2cm
12172 \end_inset
12173
12174 2
12175 \begin_inset space \thinspace{}
12176 \end_inset
12177
12178 cm Leerraum.
12179 \end_layout
12180
12181 \begin_layout Standard
12182 Dies ist eine Zeile mit
12183 \begin_inset space \hfill{}
12184 \end_inset
12185
12186 maximalem Leerraum.
12187 \end_layout
12188
12189 \begin_layout Subsection
12190 Leerraum neben eingebetteten Formeln
12191 \begin_inset Index
12192 status collapsed
12193
12194 \begin_layout Plain Layout
12195 Leerraum ! neben eingebetteten Formeln
12196 \end_layout
12197
12198 \end_inset
12199
12200
12201 \end_layout
12202
12203 \begin_layout Standard
12204 Über die Länge 
12205 \series bold
12206
12207 \backslash
12208 mathsurround
12209 \begin_inset Index
12210 status collapsed
12211
12212 \begin_layout Plain Layout
12213 Befehle ! M ! 
12214 \backslash
12215 mathsurround
12216 \end_layout
12217
12218 \end_inset
12219
12220
12221 \series default
12222  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12223  wird.
12224  Der Wert einer Länge wird mit dem Befehl 
12225 \series bold
12226
12227 \backslash
12228 setlength
12229 \begin_inset Index
12230 status collapsed
12231
12232 \begin_layout Plain Layout
12233 Befehle ! S ! 
12234 \backslash
12235 setlength
12236 \end_layout
12237
12238 \end_inset
12239
12240
12241 \series default
12242  gesetzt.
12243  Dieser besitzt folgendes Befehlsschema:
12244 \end_layout
12245
12246 \begin_layout Standard
12247
12248 \series bold
12249
12250 \backslash
12251 setlength{Längenname}{Wert}
12252 \end_layout
12253
12254 \begin_layout Standard
12255 Um 
12256 \series bold
12257
12258 \backslash
12259 mathsurround
12260 \series default
12261  den Wert 5
12262 \begin_inset space \thinspace{}
12263 \end_inset
12264
12265 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12266 \end_layout
12267
12268 \begin_layout Standard
12269
12270 \series bold
12271
12272 \backslash
12273 setlength{
12274 \backslash
12275 mathsurround}{5mm}
12276 \end_layout
12277
12278 \begin_layout Standard
12279 ein.
12280  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12281 \begin_inset space \thinspace{}
12282 \end_inset
12283
12284 mm Leerraum gesetzt:
12285 \begin_inset ERT
12286 status collapsed
12287
12288 \begin_layout Plain Layout
12289
12290
12291 \backslash
12292 setlength{
12293 \backslash
12294 mathsurround}{5mm}
12295 \end_layout
12296
12297 \end_inset
12298
12299
12300 \end_layout
12301
12302 \begin_layout Standard
12303 Dies ist eine Zeile in der sich 
12304 \begin_inset Formula $A=B$
12305 \end_inset
12306
12307  eine Formel mit 5
12308 \begin_inset space \thinspace{}
12309 \end_inset
12310
12311 mm umgebendem Leerraum befindet.
12312 \begin_inset ERT
12313 status collapsed
12314
12315 \begin_layout Plain Layout
12316
12317
12318 \backslash
12319 setlength{
12320 \backslash
12321 mathsurround}{0pt}
12322 \end_layout
12323
12324 \end_inset
12325
12326
12327 \end_layout
12328
12329 \begin_layout Standard
12330 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12331 \series bold
12332
12333 \backslash
12334 mathsurround
12335 \series default
12336  auf den Wert 0
12337 \begin_inset space \thinspace{}
12338 \end_inset
12339
12340 pt.
12341 \end_layout
12342
12343 \begin_layout Section
12344 Boxen und Rahmen
12345 \begin_inset Index
12346 status collapsed
12347
12348 \begin_layout Plain Layout
12349 Boxen
12350 \end_layout
12351
12352 \end_inset
12353
12354
12355 \begin_inset Index
12356 status collapsed
12357
12358 \begin_layout Plain Layout
12359 Rahmen | see
12360 \begin_inset ERT
12361 status collapsed
12362
12363 \begin_layout Plain Layout
12364
12365 {
12366 \end_layout
12367
12368 \end_inset
12369
12370 Boxen
12371 \begin_inset ERT
12372 status collapsed
12373
12374 \begin_layout Plain Layout
12375
12376 }
12377 \end_layout
12378
12379 \end_inset
12380
12381
12382 \end_layout
12383
12384 \end_inset
12385
12386
12387 \end_layout
12388
12389 \begin_layout Standard
12390 Boxen für Text sind im Kapitel 
12391 \family typewriter
12392 Boxen
12393 \family default
12394  im Handbuch 
12395 \family typewriter
12396 Eingebettete
12397 \begin_inset space ~
12398 \end_inset
12399
12400 Objekte
12401 \family default
12402  beschrieben.
12403 \end_layout
12404
12405 \begin_layout Subsection
12406 Boxen mit Rahmen
12407 \begin_inset CommandInset label
12408 LatexCommand label
12409 name "sub:Boxen-mit-Rahmen"
12410
12411 \end_inset
12412
12413
12414 \begin_inset Index
12415 status collapsed
12416
12417 \begin_layout Plain Layout
12418 Boxen ! mit Rahmen
12419 \end_layout
12420
12421 \end_inset
12422
12423
12424 \end_layout
12425
12426 \begin_layout Standard
12427 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12428 \series bold
12429
12430 \backslash
12431 fbox
12432 \series default
12433
12434 \begin_inset Index
12435 status collapsed
12436
12437 \begin_layout Plain Layout
12438 Befehle ! F ! 
12439 \backslash
12440 fbox
12441 \end_layout
12442
12443 \end_inset
12444
12445  und 
12446 \series bold
12447
12448 \backslash
12449 boxed
12450 \series default
12451
12452 \begin_inset Index
12453 status collapsed
12454
12455 \begin_layout Plain Layout
12456 Befehle ! B ! 
12457 \backslash
12458 boxed
12459 \end_layout
12460
12461 \end_inset
12462
12463  zu umranden.
12464 \end_layout
12465
12466 \begin_layout Standard
12467 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12468  in einem Rahmen.
12469  Bei 
12470 \series bold
12471
12472 \backslash
12473 fbox
12474 \series default
12475  muss in diesem Eingabefeld mit 
12476 \family sans
12477 Strg+M
12478 \family default
12479  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
12480  als mathematischer Text behandelt.
12481  Verwendet man 
12482 \series bold
12483
12484 \backslash
12485 boxed
12486 \series default
12487 , wird automatisch im Rahmen eine neue Formel erzeugt.
12488 \end_layout
12489
12490 \begin_layout Standard
12491 Der Befehl 
12492 \series bold
12493
12494 \backslash
12495 fbox
12496 \series default
12497  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12498  wird dann immer in Textzeilengröße gesetzt.
12499  Im Gegensatz dazu ist 
12500 \series bold
12501
12502 \backslash
12503 boxed
12504 \series default
12505  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12506  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12507 \end_layout
12508
12509 \begin_layout Standard
12510 Als Erweiterung zu 
12511 \series bold
12512
12513 \backslash
12514 fbox
12515 \series default
12516  gibt es den Befehl 
12517 \series bold
12518
12519 \backslash
12520 framebox
12521 \series default
12522
12523 \begin_inset Index
12524 status collapsed
12525
12526 \begin_layout Plain Layout
12527 Befehle ! F ! 
12528 \backslash
12529 framebox
12530 \end_layout
12531
12532 \end_inset
12533
12534 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12535  kann.
12536  
12537 \series bold
12538
12539 \backslash
12540 framebox
12541 \series default
12542  wird nach folgendem Schema verwendet:
12543 \end_layout
12544
12545 \begin_layout Standard
12546
12547 \series bold
12548
12549 \backslash
12550 framebox[Rahmenbreite][Position]{Boxinhalt}
12551 \end_layout
12552
12553 \begin_layout Standard
12554 Die Position kann entweder 
12555 \emph on
12556 l
12557 \emph default
12558  oder 
12559 \emph on
12560 r
12561 \emph default
12562  sein.
12563  
12564 \emph on
12565 l
12566 \emph default
12567  bewirkt linksbündige, 
12568 \emph on
12569 r
12570 \emph default
12571  rechtsbündige Ausrichtung der Formel in der Box.
12572  Gibt man keine Position an, wird die Formel zentriert.
12573 \begin_inset Newline newline
12574 \end_inset
12575
12576 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12577  In diesem Falle wird die Rahmenbreite wie bei 
12578 \series bold
12579
12580 \backslash
12581 fbox
12582 \series default
12583  an den Boxinhalt angepasst.
12584 \end_layout
12585
12586 \begin_layout Standard
12587 Wenn man den Befehl 
12588 \series bold
12589
12590 \backslash
12591 framebox
12592 \series default
12593  eingibt, erscheint eine Box mit drei Eingabefeldern.
12594  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12595  beiden optionalen Argumente.
12596  In das dritte Feld wird wie bei 
12597 \series bold
12598
12599 \backslash
12600 fbox
12601 \series default
12602  die Formel eingegeben.
12603 \end_layout
12604
12605 \begin_layout Standard
12606 \align center
12607 \begin_inset Tabular
12608 <lyxtabular version="3" rows="5" columns="2">
12609 <features>
12610 <column alignment="center" valignment="top" width="0">
12611 <column alignment="center" valignment="top" width="0">
12612 <row>
12613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617 Befehl
12618 \end_layout
12619
12620 \end_inset
12621 </cell>
12622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Plain Layout
12626 Ergebnis
12627 \begin_inset Note Note
12628 status collapsed
12629
12630 \begin_layout Plain Layout
12631
12632 \series bold
12633
12634 \backslash
12635 raisebox
12636 \series default
12637  dient nur als Abstandhalter.
12638 \end_layout
12639
12640 \end_inset
12641
12642
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 </row>
12648 <row>
12649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653
12654 \backslash
12655 fbox
12656 \begin_inset ERT
12657 status collapsed
12658
12659 \begin_layout Plain Layout
12660
12661
12662 \backslash
12663 leer 
12664 \end_layout
12665
12666 \end_inset
12667
12668
12669 \family sans
12670 Strg+M
12671 \family default
12672  
12673 \backslash
12674 int
12675 \begin_inset ERT
12676 status collapsed
12677
12678 \begin_layout Plain Layout
12679
12680
12681 \backslash
12682 leer 
12683 \end_layout
12684
12685 \end_inset
12686
12687 A=B
12688 \end_layout
12689
12690 \end_inset
12691 </cell>
12692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12693 \begin_inset Text
12694
12695 \begin_layout Plain Layout
12696 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12697 \end_inset
12698
12699
12700 \end_layout
12701
12702 \end_inset
12703 </cell>
12704 </row>
12705 <row>
12706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12707 \begin_inset Text
12708
12709 \begin_layout Plain Layout
12710
12711 \backslash
12712 boxed
12713 \begin_inset ERT
12714 status collapsed
12715
12716 \begin_layout Plain Layout
12717
12718
12719 \backslash
12720 leer 
12721 \end_layout
12722
12723 \end_inset
12724
12725
12726 \backslash
12727 int
12728 \begin_inset ERT
12729 status collapsed
12730
12731 \begin_layout Plain Layout
12732
12733
12734 \backslash
12735 leer 
12736 \end_layout
12737
12738 \end_inset
12739
12740 A=B
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12750 \end_inset
12751
12752
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 </row>
12758 <row>
12759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12760 \begin_inset Text
12761
12762 \begin_layout Plain Layout
12763 A+
12764 \backslash
12765 fbox
12766 \begin_inset ERT
12767 status collapsed
12768
12769 \begin_layout Plain Layout
12770
12771
12772 \backslash
12773 leer 
12774 \end_layout
12775
12776 \end_inset
12777
12778 B
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12784 \begin_inset Text
12785
12786 \begin_layout Plain Layout
12787 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12788 \end_inset
12789
12790
12791 \end_layout
12792
12793 \end_inset
12794 </cell>
12795 </row>
12796 <row>
12797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Plain Layout
12801
12802 \backslash
12803 framebox
12804 \begin_inset ERT
12805 status collapsed
12806
12807 \begin_layout Plain Layout
12808
12809
12810 \backslash
12811 leer 
12812 \end_layout
12813
12814 \end_inset
12815
12816 20mm
12817 \begin_inset Formula $\to$
12818 \end_inset
12819
12820
12821 \begin_inset Formula $\to$
12822 \end_inset
12823
12824
12825 \family sans
12826 Strg+M
12827 \family default
12828  
12829 \backslash
12830 frac
12831 \begin_inset ERT
12832 status collapsed
12833
12834 \begin_layout Plain Layout
12835
12836
12837 \backslash
12838 leer 
12839 \end_layout
12840
12841 \end_inset
12842
12843 A
12844 \begin_inset Formula $\downarrow$
12845 \end_inset
12846
12847 B
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 \begin_inset Formula $\raisebox{6mm}{}$
12857 \end_inset
12858
12859
12860 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12861 \end_inset
12862
12863
12864 \begin_inset Formula $\raisebox{-4mm}{}$
12865 \end_inset
12866
12867
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 </row>
12873 </lyxtabular>
12874
12875 \end_inset
12876
12877
12878 \end_layout
12879
12880 \begin_layout Standard
12881 Die Rahmendicke kann ebenfalls eingestellt werden.
12882  Dazu müssen vor der Formel im TeX-Modus die Befehle
12883 \end_layout
12884
12885 \begin_layout Standard
12886
12887 \series bold
12888
12889 \backslash
12890 fboxrule
12891 \series default
12892  
12893 \series bold
12894
12895 \begin_inset Quotes gld
12896 \end_inset
12897
12898 Dicke
12899 \begin_inset Quotes grd
12900 \end_inset
12901
12902
12903 \series default
12904  
12905 \series bold
12906
12907 \backslash
12908 fboxsep
12909 \series default
12910  
12911 \series bold
12912
12913 \begin_inset Quotes gld
12914 \end_inset
12915
12916 Abstand
12917 \begin_inset Quotes grd
12918 \end_inset
12919
12920
12921 \end_layout
12922
12923 \begin_layout Standard
12924 eingegeben werden.
12925  
12926 \begin_inset Quotes gld
12927 \end_inset
12928
12929 Abstand
12930 \begin_inset Quotes grd
12931 \end_inset
12932
12933  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
12934  in der Box fest.
12935  Ein Beispiel dafür ist folgende umrandete Formel:
12936 \begin_inset ERT
12937 status collapsed
12938
12939 \begin_layout Plain Layout
12940
12941
12942 \backslash
12943 fboxrule 2mm 
12944 \backslash
12945 fboxsep 3mm
12946 \end_layout
12947
12948 \end_inset
12949
12950
12951 \begin_inset Formula \[
12952 \boxed{A+B=C}\]
12953
12954 \end_inset
12955
12956 Vor dieser Formel wurde im TeX-Modus
12957 \end_layout
12958
12959 \begin_layout Standard
12960
12961 \series bold
12962
12963 \backslash
12964 fboxrule
12965 \series default
12966  
12967 \series bold
12968 2mm
12969 \series default
12970  
12971 \series bold
12972
12973 \backslash
12974 fboxsep
12975 \series default
12976  
12977 \series bold
12978 3mm
12979 \end_layout
12980
12981 \begin_layout Standard
12982 eingegeben.
12983  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
12984 \end_layout
12985
12986 \begin_layout Standard
12987 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
12988  nächsten Formel im TeX-Modus folgende Befehle ein:
12989 \end_layout
12990
12991 \begin_layout Standard
12992
12993 \series bold
12994
12995 \backslash
12996 fboxrule
12997 \series default
12998  
12999 \series bold
13000 0.4pt
13001 \series default
13002  
13003 \series bold
13004
13005 \backslash
13006 fboxsep
13007 \series default
13008  
13009 \series bold
13010 3pt
13011 \series default
13012
13013 \begin_inset ERT
13014 status collapsed
13015
13016 \begin_layout Plain Layout
13017
13018
13019 \backslash
13020 fboxrule 0.4pt 
13021 \backslash
13022 fboxsep 3pt
13023 \end_layout
13024
13025 \end_inset
13026
13027
13028 \end_layout
13029
13030 \begin_layout Subsection
13031 Boxen ohne Rahmen
13032 \begin_inset CommandInset label
13033 LatexCommand label
13034 name "sub:Boxen-ohne-Rahmen"
13035
13036 \end_inset
13037
13038
13039 \begin_inset Index
13040 status collapsed
13041
13042 \begin_layout Plain Layout
13043 Boxen ! ohne Rahmen
13044 \end_layout
13045
13046 \end_inset
13047
13048
13049 \end_layout
13050
13051 \begin_layout Standard
13052 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13053 \series bold
13054
13055 \backslash
13056 mbox
13057 \series default
13058
13059 \begin_inset Index
13060 status collapsed
13061
13062 \begin_layout Plain Layout
13063 Befehle ! M ! 
13064 \backslash
13065 mbox
13066 \end_layout
13067
13068 \end_inset
13069
13070
13071 \series bold
13072
13073 \backslash
13074 makebox
13075 \series default
13076
13077 \begin_inset Index
13078 status collapsed
13079
13080 \begin_layout Plain Layout
13081 Befehle ! M ! 
13082 \backslash
13083 makebox
13084 \end_layout
13085
13086 \end_inset
13087
13088  und
13089 \begin_inset Newline linebreak
13090 \end_inset
13091
13092
13093 \series bold
13094
13095 \backslash
13096 raisebox
13097 \series default
13098
13099 \begin_inset Index
13100 status collapsed
13101
13102 \begin_layout Plain Layout
13103 Befehle ! R ! 
13104 \backslash
13105 raisebox
13106 \end_layout
13107
13108 \end_inset
13109
13110
13111 \end_layout
13112
13113 \begin_layout Standard
13114 Mit 
13115 \series bold
13116
13117 \backslash
13118 raisebox
13119 \series default
13120  kann man eine Box hoch- oder tiefstellen.
13121  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13122 n die Schriftgröße bei.
13123  
13124 \series bold
13125
13126 \backslash
13127 raisebox
13128 \series default
13129  wird dabei mit folgendem Schema benutzt:
13130 \end_layout
13131
13132 \begin_layout Standard
13133
13134 \series bold
13135
13136 \backslash
13137 raisebox{Höhe}{Boxinhalt}
13138 \end_layout
13139
13140 \begin_layout Standard
13141 Soll in der Box eine Formel stehen, muss man wie bei 
13142 \series bold
13143
13144 \backslash
13145 fbox
13146 \series default
13147  eine weitere Formel erstellen.
13148  
13149 \begin_inset Note Greyedout
13150 status open
13151
13152 \begin_layout Plain Layout
13153
13154 \series bold
13155 Achtung:
13156 \series default
13157  Für 
13158 \series bold
13159
13160 \backslash
13161 raisebox
13162 \series default
13163  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
13164  
13165 \family sans
13166 Strg+M
13167 \family default
13168  erstellt, denn LyX unterstützt 
13169 \series bold
13170
13171 \backslash
13172 raisebox
13173 \series default
13174  noch nicht direkt.
13175 \end_layout
13176
13177 \end_inset
13178
13179
13180 \end_layout
13181
13182 \begin_layout Standard
13183 \align center
13184 \begin_inset Tabular
13185 <lyxtabular version="3" rows="4" columns="2">
13186 <features>
13187 <column alignment="center" valignment="top" width="0">
13188 <column alignment="center" valignment="top" width="0">
13189 <row>
13190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13191 \begin_inset Text
13192
13193 \begin_layout Plain Layout
13194 Befehl
13195 \end_layout
13196
13197 \end_inset
13198 </cell>
13199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13200 \begin_inset Text
13201
13202 \begin_layout Plain Layout
13203 Ergebnis
13204 \end_layout
13205
13206 \end_inset
13207 </cell>
13208 </row>
13209 <row>
13210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13211 \begin_inset Text
13212
13213 \begin_layout Plain Layout
13214 H
13215 \backslash
13216 raisebox{2mm
13217 \begin_inset Formula $\to$
13218 \end_inset
13219
13220
13221 \backslash
13222 {al
13223 \begin_inset Formula $\to$
13224 \end_inset
13225
13226  lo
13227 \end_layout
13228
13229 \end_inset
13230 </cell>
13231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13232 \begin_inset Text
13233
13234 \begin_layout Plain Layout
13235 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13236 \end_inset
13237
13238
13239 \end_layout
13240
13241 \end_inset
13242 </cell>
13243 </row>
13244 <row>
13245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13246 \begin_inset Text
13247
13248 \begin_layout Plain Layout
13249 H
13250 \backslash
13251 raisebox{-2mm
13252 \begin_inset Formula $\to$
13253 \end_inset
13254
13255
13256 \backslash
13257 {al
13258 \begin_inset Formula $\to$
13259 \end_inset
13260
13261 lo
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13267 \begin_inset Text
13268
13269 \begin_layout Plain Layout
13270 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13271 \end_inset
13272
13273
13274 \end_layout
13275
13276 \end_inset
13277 </cell>
13278 </row>
13279 <row>
13280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13281 \begin_inset Text
13282
13283 \begin_layout Plain Layout
13284 A=
13285 \backslash
13286 raisebox{-2mm
13287 \begin_inset Formula $\to$
13288 \end_inset
13289
13290
13291 \backslash
13292 {
13293 \family sans
13294 Strg+M Strg+M
13295 \family default
13296  
13297 \backslash
13298 sqrt
13299 \begin_inset ERT
13300 status collapsed
13301
13302 \begin_layout Plain Layout
13303
13304
13305 \backslash
13306 leer 
13307 \end_layout
13308
13309 \end_inset
13310
13311
13312 \end_layout
13313
13314 \end_inset
13315 </cell>
13316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13321 \end_inset
13322
13323
13324 \end_layout
13325
13326 \end_inset
13327 </cell>
13328 </row>
13329 </lyxtabular>
13330
13331 \end_inset
13332
13333
13334 \end_layout
13335
13336 \begin_layout Standard
13337 Der Befehl 
13338 \series bold
13339
13340 \backslash
13341 mbox
13342 \series default
13343  ist äquivalent zu 
13344 \series bold
13345
13346 \backslash
13347 fbox
13348 \series default
13349  und 
13350 \series bold
13351
13352 \backslash
13353 makebox
13354 \series default
13355  ist äquivalent zu 
13356 \series bold
13357
13358 \backslash
13359 framebox
13360 \series default
13361 , nur dass es keinen Rahmen gibt.
13362 \end_layout
13363
13364 \begin_layout Subsection
13365 Farbige Boxen
13366 \begin_inset CommandInset label
13367 LatexCommand label
13368 name "sub:Farbige-Boxen"
13369
13370 \end_inset
13371
13372
13373 \begin_inset Index
13374 status collapsed
13375
13376 \begin_layout Plain Layout
13377 Boxen ! farbige
13378 \end_layout
13379
13380 \end_inset
13381
13382
13383 \end_layout
13384
13385 \begin_layout Standard
13386 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13387  im LaTeX-Vorspann das LaTeX-Paket 
13388 \series bold
13389 color
13390 \series default
13391
13392 \begin_inset Foot
13393 status collapsed
13394
13395 \begin_layout Plain Layout
13396 Das Paket 
13397 \series bold
13398 color
13399 \series default
13400  ist Teil jeder LaTeX-Standardinstallation.
13401 \end_layout
13402
13403 \end_inset
13404
13405
13406 \begin_inset Index
13407 status collapsed
13408
13409 \begin_layout Plain Layout
13410 Pakete ! color
13411 \end_layout
13412
13413 \end_inset
13414
13415  mit der Zeile
13416 \end_layout
13417
13418 \begin_layout Standard
13419
13420 \series bold
13421
13422 \backslash
13423 usepackage{color}
13424 \end_layout
13425
13426 \begin_layout Standard
13427 geladen werden
13428 \begin_inset Foot
13429 status collapsed
13430
13431 \begin_layout Plain Layout
13432 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13433  LyX das LaTeX-Paket 
13434 \series bold
13435 color
13436 \series default
13437  automatisch.
13438  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13439  keine Probleme hervorruft.
13440 \end_layout
13441
13442 \end_inset
13443
13444
13445 \begin_inset Note Note
13446 status collapsed
13447
13448 \begin_layout Plain Layout
13449 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13450  ein Makro eingefügt.
13451 \end_layout
13452
13453 \end_inset
13454
13455 .
13456 \end_layout
13457
13458 \begin_layout Standard
13459 \begin_inset VSpace medskip
13460 \end_inset
13461
13462 Um Boxen einzufärben, verwendet man den Befehl 
13463 \series bold
13464
13465 \backslash
13466 colorbox
13467 \series default
13468
13469 \begin_inset Index
13470 status collapsed
13471
13472 \begin_layout Plain Layout
13473 Befehle ! C ! 
13474 \backslash
13475 colorbox
13476 \end_layout
13477
13478 \end_inset
13479
13480  nach folgendem Schema:
13481 \end_layout
13482
13483 \begin_layout Standard
13484
13485 \series bold
13486
13487 \backslash
13488 colorbox{Farbe}{Boxinhalt}
13489 \end_layout
13490
13491 \begin_layout Standard
13492 Der Boxinhalt kann auch wieder eine Box sein und eine 
13493 \series bold
13494
13495 \backslash
13496 colorbox
13497 \series default
13498  kann auch ein Teil einer anderen Box sein (siehe 2.
13499  und 3.
13500  Beispiel).
13501  Soll in der Box eine Formel stehen, muss wie bei 
13502 \series bold
13503
13504 \backslash
13505 raisebox
13506 \series default
13507  eine weitere Formel erstellt werden.
13508 \begin_inset Foot
13509 status collapsed
13510
13511 \begin_layout Plain Layout
13512 Das gilt auch für den Befehl 
13513 \series bold
13514
13515 \backslash
13516 fcolorbox
13517 \series default
13518 .
13519 \end_layout
13520
13521 \end_inset
13522
13523
13524 \end_layout
13525
13526 \begin_layout Standard
13527 Aus folgenden vordefinierten Farben kann gewählt werden:
13528 \end_layout
13529
13530 \begin_layout Standard
13531
13532 \series bold
13533 black
13534 \series default
13535
13536 \series bold
13537 blue
13538 \series default
13539
13540 \series bold
13541 cyan
13542 \series default
13543
13544 \series bold
13545 green
13546 \series default
13547
13548 \series bold
13549 magenta
13550 \series default
13551
13552 \series bold
13553 red
13554 \series default
13555
13556 \series bold
13557 white
13558 \series default
13559  und 
13560 \series bold
13561 yellow
13562 \end_layout
13563
13564 \begin_layout Standard
13565 \align center
13566 \begin_inset Tabular
13567 <lyxtabular version="3" rows="4" columns="2">
13568 <features>
13569 <column alignment="center" valignment="top" width="0">
13570 <column alignment="center" valignment="top" width="0">
13571 <row>
13572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13573 \begin_inset Text
13574
13575 \begin_layout Plain Layout
13576 Befehl
13577 \end_layout
13578
13579 \end_inset
13580 </cell>
13581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13582 \begin_inset Text
13583
13584 \begin_layout Plain Layout
13585 Ergebnis
13586 \begin_inset Note Note
13587 status collapsed
13588
13589 \begin_layout Plain Layout
13590
13591 \series bold
13592
13593 \backslash
13594 raisebox
13595 \series default
13596  dient nur als Abstandhalter.
13597 \end_layout
13598
13599 \end_inset
13600
13601
13602 \end_layout
13603
13604 \end_inset
13605 </cell>
13606 </row>
13607 <row>
13608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13609 \begin_inset Text
13610
13611 \begin_layout Plain Layout
13612
13613 \backslash
13614 colorbox{yellow
13615 \begin_inset Formula $\to$
13616 \end_inset
13617
13618
13619 \backslash
13620 {A=B
13621 \end_layout
13622
13623 \end_inset
13624 </cell>
13625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13626 \begin_inset Text
13627
13628 \begin_layout Plain Layout
13629 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13630 \end_inset
13631
13632
13633 \end_layout
13634
13635 \end_inset
13636 </cell>
13637 </row>
13638 <row>
13639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Plain Layout
13643
13644 \backslash
13645 colorbox{green
13646 \begin_inset Formula $\to$
13647 \end_inset
13648
13649
13650 \backslash
13651 {
13652 \backslash
13653 fbox
13654 \begin_inset ERT
13655 status collapsed
13656
13657 \begin_layout Plain Layout
13658
13659
13660 \backslash
13661 leer 
13662 \end_layout
13663
13664 \end_inset
13665
13666 A=B
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13676 \end_inset
13677
13678
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 </row>
13684 <row>
13685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689
13690 \backslash
13691 fbox
13692 \begin_inset ERT
13693 status collapsed
13694
13695 \begin_layout Plain Layout
13696
13697
13698 \backslash
13699 leer 
13700 \end_layout
13701
13702 \end_inset
13703
13704
13705 \backslash
13706 colorbox{green
13707 \begin_inset Formula $\to$
13708 \end_inset
13709
13710
13711 \backslash
13712 {
13713 \family sans
13714 Strg+M Strg+M
13715 \family default
13716  
13717 \backslash
13718 int
13719 \begin_inset ERT
13720 status collapsed
13721
13722 \begin_layout Plain Layout
13723
13724
13725 \backslash
13726 leer 
13727 \end_layout
13728
13729 \end_inset
13730
13731 C=D
13732 \end_layout
13733
13734 \end_inset
13735 </cell>
13736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13741 \end_inset
13742
13743
13744 \end_layout
13745
13746 \end_inset
13747 </cell>
13748 </row>
13749 </lyxtabular>
13750
13751 \end_inset
13752
13753
13754 \end_layout
13755
13756 \begin_layout Standard
13757
13758 \series bold
13759
13760 \backslash
13761 colorbox
13762 \series default
13763  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13764  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13765  
13766 \family sans
13767 Textstil
13768 \family default
13769  die gewünschte Farbe aus.
13770  Der Dialog kann mit dem Werkzeugleistenknopf 
13771 \begin_inset Graphics
13772         filename ../../images/dialog-show_character.png
13773         scale 85
13774
13775 \end_inset
13776
13777  oder dem Menü 
13778 \family sans
13779 Bearbeiten\SpecialChar \menuseparator
13780 Textstil\SpecialChar \menuseparator
13781 Benutzerdefiniert
13782 \family default
13783  aufgerufen werden.
13784  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13785  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13786  innerhalb der Formel die Farbe geändert werden.
13787 \end_layout
13788
13789 \begin_layout Standard
13790 Ein Beispiel:
13791 \end_layout
13792
13793 \begin_layout Standard
13794
13795 \color red
13796 \begin_inset Formula \begin{equation}
13797 \int A=B\label{eq:rot}\end{equation}
13798
13799 \end_inset
13800
13801
13802 \color green
13803
13804 \begin_inset Formula \begin{equation}
13805 \textcolor{red}{\int A=B}\label{eq:rotgruen}\end{equation}
13806
13807 \end_inset
13808
13809
13810 \end_layout
13811
13812 \begin_layout Standard
13813 Formel 
13814 \begin_inset CommandInset ref
13815 LatexCommand eqref
13816 reference "eq:rot"
13817
13818 \end_inset
13819
13820  ist komplett rot gefärbt.
13821 \begin_inset Newline newline
13822 \end_inset
13823
13824 Formel 
13825 \begin_inset CommandInset ref
13826 LatexCommand eqref
13827 reference "eq:rotgruen"
13828
13829 \end_inset
13830
13831  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13832  Anschließend wurden die Formelzeichen rot gefärbt.
13833 \end_layout
13834
13835 \begin_layout Standard
13836 \begin_inset VSpace bigskip
13837 \end_inset
13838
13839 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13840  den Befehl 
13841 \series bold
13842
13843 \backslash
13844 fcolorbox
13845 \series default
13846
13847 \begin_inset Index
13848 status collapsed
13849
13850 \begin_layout Plain Layout
13851 Befehle ! F ! 
13852 \backslash
13853 fcolorbox
13854 \end_layout
13855
13856 \end_inset
13857
13858  nach folgendem Schema:
13859 \end_layout
13860
13861 \begin_layout Standard
13862
13863 \series bold
13864
13865 \backslash
13866 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13867 \end_layout
13868
13869 \begin_layout Standard
13870
13871 \series bold
13872
13873 \backslash
13874 fcolorbox
13875 \series default
13876  stellt also eine Erweiterung des Befehls 
13877 \series bold
13878
13879 \backslash
13880 colorbox
13881 \series default
13882  dar.
13883  Die Rahmenbreite wird, wie bei 
13884 \series bold
13885
13886 \backslash
13887 framebox
13888 \series default
13889 , mit 
13890 \series bold
13891
13892 \backslash
13893 fboxrule
13894 \series default
13895  und 
13896 \series bold
13897
13898 \backslash
13899 fboxsep
13900 \series default
13901  festgelegt.
13902  Ein Beispiel:
13903 \begin_inset ERT
13904 status collapsed
13905
13906 \begin_layout Plain Layout
13907
13908
13909 \backslash
13910 fboxrule 1mm 
13911 \backslash
13912 fboxsep 1mm
13913 \end_layout
13914
13915 \end_inset
13916
13917
13918 \begin_inset Formula \[
13919 \fcolorbox{cyan}{magenta}{A=B}\]
13920
13921 \end_inset
13922
13923
13924 \begin_inset ERT
13925 status collapsed
13926
13927 \begin_layout Plain Layout
13928
13929
13930 \backslash
13931 fboxrule 0.4pt 
13932 \backslash
13933 fboxsep 3pt
13934 \end_layout
13935
13936 \end_inset
13937
13938
13939 \end_layout
13940
13941 \begin_layout Standard
13942 Diese Formel wurde mit folgendem Befehl erstellt:
13943 \begin_inset Newline newline
13944 \end_inset
13945
13946
13947 \series bold
13948
13949 \backslash
13950 fcolorbox{cyan
13951 \begin_inset Formula $\to$
13952 \end_inset
13953
13954
13955 \backslash
13956 {magenta
13957 \begin_inset Formula $\to$
13958 \end_inset
13959
13960
13961 \backslash
13962 {A=B
13963 \end_layout
13964
13965 \begin_layout Standard
13966 \begin_inset VSpace bigskip
13967 \end_inset
13968
13969 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
13970  selbst definieren.
13971 \end_layout
13972
13973 \begin_layout Standard
13974 Man kann z.
13975 \begin_inset space \thinspace{}
13976 \end_inset
13977
13978 B.
13979  mit folgender LaTeX-Vorspannzeile die Farbe 
13980 \begin_inset Quotes gld
13981 \end_inset
13982
13983
13984 \series bold
13985 dunkelgruen
13986 \series default
13987
13988 \begin_inset Quotes grd
13989 \end_inset
13990
13991
13992 \begin_inset Foot
13993 status collapsed
13994
13995 \begin_layout Plain Layout
13996 In Befehlen darf kein Umlaut stehen, siehe 
13997 \begin_inset CommandInset ref
13998 LatexCommand ref
13999 reference "sec:Benutzerdefinierte-Befehle"
14000
14001 \end_inset
14002
14003 .
14004 \end_layout
14005
14006 \end_inset
14007
14008  definieren:
14009 \end_layout
14010
14011 \begin_layout Standard
14012
14013 \series bold
14014
14015 \backslash
14016 definecolor{dunkelgruen}{cmyk}{0.5,
14017 \series default
14018  
14019 \series bold
14020 0,
14021 \series default
14022  
14023 \series bold
14024 1,
14025 \series default
14026  
14027 \series bold
14028 0.5}
14029 \series default
14030
14031 \begin_inset Index
14032 status collapsed
14033
14034 \begin_layout Plain Layout
14035 Befehle ! D ! 
14036 \backslash
14037 definecolor
14038 \end_layout
14039
14040 \end_inset
14041
14042
14043 \end_layout
14044
14045 \begin_layout Standard
14046
14047 \series bold
14048 cmyk
14049 \series default
14050  ist der Farbraum und steht für die Farben 
14051 \series bold
14052 cyan
14053 \series default
14054
14055 \series bold
14056 magenta
14057 \series default
14058
14059 \series bold
14060 yellow
14061 \series default
14062  und 
14063 \series bold
14064 black
14065 \series default
14066 .
14067  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14068  Für den Anteil kann man Werte im Bereich 0
14069 \begin_inset space \thinspace{}
14070 \end_inset
14071
14072 -
14073 \begin_inset space \thinspace{}
14074 \end_inset
14075
14076 1 angeben.
14077  Anstelle von 
14078 \series bold
14079 cmyk
14080 \series default
14081  kann man zur Definition auch den Farbraum 
14082 \series bold
14083 rgb
14084 \series default
14085  verwenden.
14086  
14087 \series bold
14088 rgb
14089 \series default
14090  steht für 
14091 \series bold
14092 red
14093 \series default
14094
14095 \series bold
14096 green
14097 \series default
14098  und 
14099 \series bold
14100 blue
14101 \series default
14102 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14103  Des Weiteren gibt es noch den Farbraum 
14104 \series bold
14105 gray
14106 \series default
14107 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14108 \end_layout
14109
14110 \begin_layout Standard
14111 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14112 \series bold
14113 darkgreen
14114 \series default
14115 , bei der die Zeichenfarbe 
14116 \series bold
14117 yellow
14118 \series default
14119  gewählt wurde:
14120 \begin_inset Formula \begin{equation}
14121 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14122
14123 \end_inset
14124
14125
14126 \end_layout
14127
14128 \begin_layout Standard
14129 Selbst definierte Farben können mit dem Befehl 
14130 \series bold
14131
14132 \backslash
14133 textcolor
14134 \series default
14135  auch für Text
14136 \begin_inset Index
14137 status collapsed
14138
14139 \begin_layout Plain Layout
14140 Text ! farbiger
14141 \end_layout
14142
14143 \end_inset
14144
14145  verwendet werden:
14146 \end_layout
14147
14148 \begin_layout Standard
14149 \begin_inset ERT
14150 status collapsed
14151
14152 \begin_layout Plain Layout
14153
14154
14155 \backslash
14156 textcolor{dunkelgruen}{
14157 \end_layout
14158
14159 \end_inset
14160
14161 Dieser Satz ist 
14162 \begin_inset Quotes gld
14163 \end_inset
14164
14165 dunkelgruen
14166 \begin_inset Quotes grd
14167 \end_inset
14168
14169 .
14170 \begin_inset ERT
14171 status collapsed
14172
14173 \begin_layout Plain Layout
14174
14175 }
14176 \end_layout
14177
14178 \end_inset
14179
14180
14181 \end_layout
14182
14183 \begin_layout Standard
14184
14185 \series bold
14186
14187 \backslash
14188 textcolor
14189 \series default
14190
14191 \begin_inset Index
14192 status collapsed
14193
14194 \begin_layout Plain Layout
14195 Befehle ! T ! 
14196 \backslash
14197 textcolor
14198 \end_layout
14199
14200 \end_inset
14201
14202  wird nach dem Schema 
14203 \series bold
14204
14205 \backslash
14206 textcolor{Farbe}{zu
14207 \series default
14208  
14209 \series bold
14210 färbende
14211 \series default
14212  
14213 \series bold
14214 Zeichen}
14215 \series default
14216  verwendet.
14217 \end_layout
14218
14219 \begin_layout Subsection
14220 Absatzboxen
14221 \begin_inset CommandInset label
14222 LatexCommand label
14223 name "sub:Absatzboxen"
14224
14225 \end_inset
14226
14227
14228 \begin_inset Index
14229 status collapsed
14230
14231 \begin_layout Plain Layout
14232 Boxen ! Absatz-
14233 \end_layout
14234
14235 \end_inset
14236
14237
14238 \end_layout
14239
14240 \begin_layout Standard
14241 Mit dem Menü 
14242 \family sans
14243 Einfügen\SpecialChar \menuseparator
14244 Box
14245 \family default
14246  oder dem Werkzeugleistenknopf 
14247 \begin_inset Graphics
14248         filename ../../images/box-insert.png
14249         scale 85
14250
14251 \end_inset
14252
14253  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14254  eine so genannte 
14255 \emph on
14256 Parbox
14257 \emph default
14258  (Absatzbox).
14259 \end_layout
14260
14261 \begin_layout Standard
14262 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14263 \end_layout
14264
14265 \begin_layout Standard
14266 \begin_inset VSpace medskip
14267 \end_inset
14268
14269 Dies ist eine Zeile 
14270 \begin_inset Box Boxed
14271 position "c"
14272 hor_pos "c"
14273 has_inner_box 1
14274 inner_pos "t"
14275 use_parbox 1
14276 width "5cm"
14277 special "none"
14278 height "1in"
14279 height_special "totalheight"
14280 status open
14281
14282 \begin_layout Plain Layout
14283 Dies ist die Absatzbox.
14284  Sie ist genau 5
14285 \begin_inset space \thinspace{}
14286 \end_inset
14287
14288 cm lang und kann auch Formeln enthalten: 
14289 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14290 \end_inset
14291
14292
14293 \end_layout
14294
14295 \end_inset
14296
14297  mit einer Absatzbox.
14298 \begin_inset VSpace medskip
14299 \end_inset
14300
14301
14302 \end_layout
14303
14304 \begin_layout Standard
14305 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14306  graue Box mit dem Namen 
14307 \begin_inset Quotes gld
14308 \end_inset
14309
14310 Box(Gerahmt)
14311 \begin_inset Quotes grd
14312 \end_inset
14313
14314  klickt.
14315  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14316  In diesem Fall: 
14317 \emph on
14318 Verzierung
14319 \emph default
14320 : Rechteckige Box, 
14321 \emph on
14322 Innere Box
14323 \emph default
14324 : Parbox, 
14325 \emph on
14326 Breite
14327 \emph default
14328 : 5
14329 \begin_inset space \thinspace{}
14330 \end_inset
14331
14332 cm, 
14333 \emph on
14334 Vertikale Box Ausrichtung
14335 \emph default
14336 : Mitte
14337 \end_layout
14338
14339 \begin_layout Standard
14340 \begin_inset VSpace medskip
14341 \end_inset
14342
14343 In LaTeX wird eine Absatzbox mit dem Befehl 
14344 \series bold
14345
14346 \backslash
14347 parbox
14348 \series default
14349
14350 \begin_inset Index
14351 status collapsed
14352
14353 \begin_layout Plain Layout
14354 Befehle ! P ! 
14355 \backslash
14356 parbox
14357 \end_layout
14358
14359 \end_inset
14360
14361  erstellt, welcher folgendes Schema besitzt:
14362 \end_layout
14363
14364 \begin_layout Standard
14365
14366 \series bold
14367
14368 \backslash
14369 parbox[Position]{Breite}{Boxinhalt}
14370 \end_layout
14371
14372 \begin_layout Standard
14373 Die Positionen 
14374 \emph on
14375 b
14376 \emph default
14377  und 
14378 \emph on
14379 t
14380 \emph default
14381  sind möglich.
14382  
14383 \emph on
14384 b
14385 \emph default
14386  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14387  Text eingepasst wird.
14388  Bei 
14389 \emph on
14390 t
14391 \emph default
14392  wie top geschieht dies für die erste Zeile.
14393  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14394  siehe das Kapitel 
14395 \emph on
14396 Boxen
14397 \emph default
14398  des Handbuchs
14399 \emph on
14400  Eingebettete
14401 \begin_inset space ~
14402 \end_inset
14403
14404 Objekte
14405 \emph default
14406  für Beispiele.
14407 \end_layout
14408
14409 \begin_layout Standard
14410 \begin_inset VSpace bigskip
14411 \end_inset
14412
14413 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14414  in eine Absatzbox setzen.
14415  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14416 \series bold
14417
14418 \backslash
14419 fbox{
14420 \backslash
14421 parbox{
14422 \backslash
14423 linewidth-2
14424 \backslash
14425 fboxsep-2
14426 \backslash
14427 fboxrule}{
14428 \series default
14429 .
14430  Hierbei steht 
14431 \series bold
14432
14433 \backslash
14434 linewidth
14435 \begin_inset Index
14436 status collapsed
14437
14438 \begin_layout Plain Layout
14439 Befehle ! L ! 
14440 \backslash
14441 linewidth
14442 \end_layout
14443
14444 \end_inset
14445
14446
14447 \series default
14448  für die im Dokument eingestellte Zeilenbreite.
14449  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14450 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14451  Da dies LyX aufgrund eines Fehlers
14452 \begin_inset Foot
14453 status collapsed
14454
14455 \begin_layout Plain Layout
14456 \begin_inset CommandInset href
14457 LatexCommand href
14458 name "LyX-Fehler #4483"
14459 target "http://www.lyx.org/trac/ticket/4483"
14460
14461 \end_inset
14462
14463
14464 \end_layout
14465
14466 \end_inset
14467
14468  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14469  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14470 spann das LaTeX-Paket 
14471 \series bold
14472 calc
14473 \series default
14474
14475 \begin_inset Foot
14476 status collapsed
14477
14478 \begin_layout Plain Layout
14479
14480 \series bold
14481 calc
14482 \series default
14483  ist Teil jeder LaTeX-Standardinstallation.
14484 \end_layout
14485
14486 \end_inset
14487
14488
14489 \begin_inset Index
14490 status collapsed
14491
14492 \begin_layout Plain Layout
14493 Pakete ! calc
14494 \end_layout
14495
14496 \end_inset
14497
14498  mit der Zeile
14499 \end_layout
14500
14501 \begin_layout Standard
14502
14503 \series bold
14504
14505 \backslash
14506 usepackage{calc}
14507 \end_layout
14508
14509 \begin_layout Standard
14510 geladen werden.
14511  Nach der Formel werden beide Boxen geschlossen, indem man 
14512 \series bold
14513 }}
14514 \series default
14515  im TeX-Modus eingibt.
14516  Dazu ein Beispiel:
14517 \begin_inset ERT
14518 status collapsed
14519
14520 \begin_layout Plain Layout
14521
14522
14523 \backslash
14524 fboxsep 5mm 
14525 \backslash
14526 fboxrule 5mm
14527 \end_layout
14528
14529 \end_inset
14530
14531
14532 \end_layout
14533
14534 \begin_layout Standard
14535 \begin_inset ERT
14536 status collapsed
14537
14538 \begin_layout Plain Layout
14539
14540
14541 \backslash
14542 fbox{
14543 \backslash
14544 parbox{
14545 \backslash
14546 linewidth-2
14547 \backslash
14548 fboxsep-2
14549 \backslash
14550 fboxrule}{
14551 \end_layout
14552
14553 \end_inset
14554
14555
14556 \begin_inset Formula \begin{equation}
14557 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14558
14559 \end_inset
14560
14561
14562 \begin_inset ERT
14563 status collapsed
14564
14565 \begin_layout Plain Layout
14566
14567 }}
14568 \end_layout
14569
14570 \end_inset
14571
14572
14573 \begin_inset ERT
14574 status collapsed
14575
14576 \begin_layout Plain Layout
14577
14578
14579 \backslash
14580 fboxrule 0.4pt 
14581 \backslash
14582 fboxsep 3pt
14583 \end_layout
14584
14585 \end_inset
14586
14587
14588 \end_layout
14589
14590 \begin_layout Standard
14591 \begin_inset VSpace medskip
14592 \end_inset
14593
14594 Da im Argument von 
14595 \series bold
14596
14597 \backslash
14598 fbox
14599 \series default
14600  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14601  keinen Unterschied zwischen 
14602 \series bold
14603
14604 \backslash
14605 fbox
14606 \series default
14607  und 
14608 \series bold
14609
14610 \backslash
14611 boxed
14612 \series default
14613 .
14614 \end_layout
14615
14616 \begin_layout Standard
14617 \begin_inset VSpace bigskip
14618 \end_inset
14619
14620 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14621  Dazu verwendet man 
14622 \series bold
14623
14624 \backslash
14625 parbox
14626 \series default
14627  in Verbindung mit dem Befehl 
14628 \series bold
14629
14630 \backslash
14631 tag
14632 \series default
14633 .
14634  (mehr zu 
14635 \series bold
14636
14637 \backslash
14638 tag
14639 \series default
14640  siehe 
14641 \begin_inset CommandInset ref
14642 LatexCommand ref
14643 reference "sub:Benutzerdefinierte-Nummerierung"
14644
14645 \end_inset
14646
14647 )
14648 \end_layout
14649
14650 \begin_layout Standard
14651 Ein Beispiel einer mit Hilfe von 
14652 \series bold
14653
14654 \backslash
14655 parbox
14656 \series default
14657  kommentierten Formel:
14658 \end_layout
14659
14660 \begin_layout Standard
14661 \begin_inset ERT
14662 status collapsed
14663
14664 \begin_layout Plain Layout
14665
14666
14667 \backslash
14668 [5x-7b=3b
14669 \backslash
14670 tag*{
14671 \backslash
14672 parbox{5cm}{
14673 \end_layout
14674
14675 \end_inset
14676
14677 Dies ist eine Beschreibung.
14678  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14679 \begin_inset ERT
14680 status collapsed
14681
14682 \begin_layout Plain Layout
14683
14684 }}
14685 \backslash
14686 ]
14687 \end_layout
14688
14689 \end_inset
14690
14691
14692 \end_layout
14693
14694 \begin_layout Standard
14695 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14696  Befehl 
14697 \series bold
14698
14699 \backslash
14700 parbox
14701 \series default
14702  in Formeln noch nicht unterstützt.
14703  Die Formel wird mit folgender Befehlssequenz erstellt:
14704 \end_layout
14705
14706 \begin_layout Standard
14707 Der Befehl 
14708 \series bold
14709
14710 \backslash
14711 [5x-7b=3b
14712 \backslash
14713 tag*
14714 \backslash
14715 {
14716 \backslash
14717 parbox{5cm}{
14718 \series default
14719  wird im TeX-Modus eingegeben.
14720 \begin_inset Foot
14721 status collapsed
14722
14723 \begin_layout Plain Layout
14724 Ist der Formelstil 
14725 \series bold
14726 Eingerückt
14727 \series default
14728  aktiviert, kann 
14729 \series bold
14730
14731 \backslash
14732 tag*
14733 \backslash
14734 {
14735 \series default
14736  auch durch 
14737 \series bold
14738
14739 \backslash
14740 hfill
14741 \series default
14742  ersetzt werden.
14743  (Formelstile siehe 
14744 \begin_inset CommandInset ref
14745 LatexCommand ref
14746 reference "sec:Formelstile"
14747
14748 \end_inset
14749
14750 )
14751 \end_layout
14752
14753 \end_inset
14754
14755  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14756 \series bold
14757 }}
14758 \backslash
14759 ]
14760 \series default
14761  im TeX-Modus ein.
14762  Die Befehle 
14763 \series bold
14764
14765 \backslash
14766 [
14767 \series default
14768  und 
14769 \series bold
14770
14771 \backslash
14772 ]
14773 \series default
14774  erstellen hierbei eine abgesetzte Formel.
14775 \end_layout
14776
14777 \begin_layout Standard
14778 Die Vorteile von 
14779 \series bold
14780
14781 \backslash
14782 parbox
14783 \series default
14784  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14785  Textmodus 
14786 \begin_inset Quotes gld
14787 \end_inset
14788
14789 kommentiert
14790 \begin_inset Quotes grd
14791 \end_inset
14792
14793  wurde:
14794 \begin_inset Formula \[
14795 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}\]
14796
14797 \end_inset
14798
14799
14800 \end_layout
14801
14802 \begin_layout Section
14803 Operatoren
14804 \begin_inset Index
14805 status collapsed
14806
14807 \begin_layout Plain Layout
14808 Operatoren
14809 \end_layout
14810
14811 \end_inset
14812
14813
14814 \end_layout
14815
14816 \begin_layout Subsection
14817 Große Operatoren
14818 \begin_inset CommandInset label
14819 LatexCommand label
14820 name "sub:Große-Operatoren"
14821
14822 \end_inset
14823
14824
14825 \begin_inset Index
14826 status collapsed
14827
14828 \begin_layout Plain Layout
14829 Operatoren ! große
14830 \end_layout
14831
14832 \end_inset
14833
14834
14835 \begin_inset Index
14836 status collapsed
14837
14838 \begin_layout Plain Layout
14839 Summen
14840 \end_layout
14841
14842 \end_inset
14843
14844
14845 \begin_inset Index
14846 status collapsed
14847
14848 \begin_layout Plain Layout
14849 Integrale
14850 \end_layout
14851
14852 \end_inset
14853
14854
14855 \end_layout
14856
14857 \begin_layout Standard
14858 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14859  sind, muss die Option 
14860 \family sans
14861 esint-Paket automatisch verwenden
14862 \family default
14863  in den Dokumenteinstellungen unter 
14864 \family sans
14865 Mathe-Optionen
14866 \family default
14867  gewählt sein.
14868 \end_layout
14869
14870 \begin_layout Standard
14871 \begin_inset space \hfill{}
14872 \end_inset
14873
14874
14875 \begin_inset Tabular
14876 <lyxtabular version="3" rows="11" columns="2">
14877 <features>
14878 <column alignment="center" valignment="top" width="0pt">
14879 <column alignment="center" valignment="top" width="0pt">
14880 <row>
14881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14882 \begin_inset Text
14883
14884 \begin_layout Plain Layout
14885 Befehl
14886 \end_layout
14887
14888 \end_inset
14889 </cell>
14890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14891 \begin_inset Text
14892
14893 \begin_layout Plain Layout
14894 Ergebnis
14895 \end_layout
14896
14897 \end_inset
14898 </cell>
14899 </row>
14900 <row>
14901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14902 \begin_inset Text
14903
14904 \begin_layout Plain Layout
14905
14906 \backslash
14907 int
14908 \begin_inset Index
14909 status collapsed
14910
14911 \begin_layout Plain Layout
14912 Befehle ! I ! 
14913 \backslash
14914 int
14915 \end_layout
14916
14917 \end_inset
14918
14919
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14925 \begin_inset Text
14926
14927 \begin_layout Plain Layout
14928 \begin_inset Formula $\int$
14929 \end_inset
14930
14931
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 </row>
14937 <row>
14938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942
14943 \backslash
14944 oint
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14950 \begin_inset Text
14951
14952 \begin_layout Plain Layout
14953 \begin_inset Formula $\oint$
14954 \end_inset
14955
14956
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 </row>
14962 <row>
14963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14964 \begin_inset Text
14965
14966 \begin_layout Plain Layout
14967
14968 \backslash
14969 ointctrclockwise
14970 \end_layout
14971
14972 \end_inset
14973 </cell>
14974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Plain Layout
14978 \begin_inset Formula $\ointctrclockwise$
14979 \end_inset
14980
14981
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 </row>
14987 <row>
14988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992
14993 \backslash
14994 ointclockwise
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003 \begin_inset Formula $\ointclockwise$
15004 \end_inset
15005
15006
15007 \end_layout
15008
15009 \end_inset
15010 </cell>
15011 </row>
15012 <row>
15013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15014 \begin_inset Text
15015
15016 \begin_layout Plain Layout
15017
15018 \backslash
15019 sqint
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Plain Layout
15028 \begin_inset Formula $\sqint$
15029 \end_inset
15030
15031
15032 \end_layout
15033
15034 \end_inset
15035 </cell>
15036 </row>
15037 <row>
15038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042
15043 \backslash
15044 fint
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15050 \begin_inset Text
15051
15052 \begin_layout Plain Layout
15053  
15054 \begin_inset Formula $\fint$
15055 \end_inset
15056
15057
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 </row>
15063 <row>
15064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068
15069 \backslash
15070 landupint
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079  
15080 \begin_inset Formula $\landupint$
15081 \end_inset
15082
15083
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 </row>
15089 <row>
15090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094
15095 \backslash
15096 landdownint
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Plain Layout
15105  
15106 \begin_inset Formula $\landdownint$
15107 \end_inset
15108
15109
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 </row>
15115 <row>
15116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15117 \begin_inset Text
15118
15119 \begin_layout Plain Layout
15120
15121 \backslash
15122 bigcap
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131 \begin_inset Formula $\bigcap$
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 </row>
15140 <row>
15141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145
15146 \backslash
15147 bigcup
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156 \begin_inset Formula $\bigcup$
15157 \end_inset
15158
15159
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 </row>
15165 </lyxtabular>
15166
15167 \end_inset
15168
15169
15170 \begin_inset space \hfill{}
15171 \end_inset
15172
15173
15174 \begin_inset Tabular
15175 <lyxtabular version="3" rows="11" columns="2">
15176 <features>
15177 <column alignment="center" valignment="top" width="0pt">
15178 <column alignment="center" valignment="top" width="0pt">
15179 <row>
15180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184 Befehl
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15190 \begin_inset Text
15191
15192 \begin_layout Plain Layout
15193 Ergebnis
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 </row>
15199 <row>
15200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204
15205 \backslash
15206 sum
15207 \begin_inset Index
15208 status collapsed
15209
15210 \begin_layout Plain Layout
15211 Befehle ! S ! 
15212 \backslash
15213 sum
15214 \end_layout
15215
15216 \end_inset
15217
15218
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Plain Layout
15227 \begin_inset Formula $\sum$
15228 \end_inset
15229
15230
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 </row>
15236 <row>
15237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Plain Layout
15241
15242 \backslash
15243 prod
15244 \begin_inset Index
15245 status collapsed
15246
15247 \begin_layout Plain Layout
15248 Befehle ! P ! 
15249 \backslash
15250 prod
15251 \end_layout
15252
15253 \end_inset
15254
15255
15256 \end_layout
15257
15258 \end_inset
15259 </cell>
15260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15261 \begin_inset Text
15262
15263 \begin_layout Plain Layout
15264 \begin_inset Formula $\prod$
15265 \end_inset
15266
15267
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 </row>
15273 <row>
15274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15275 \begin_inset Text
15276
15277 \begin_layout Plain Layout
15278
15279 \backslash
15280 coprod
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289 \begin_inset Formula $\coprod$
15290 \end_inset
15291
15292
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 </row>
15298 <row>
15299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15300 \begin_inset Text
15301
15302 \begin_layout Plain Layout
15303
15304 \backslash
15305 bigodot
15306 \end_layout
15307
15308 \end_inset
15309 </cell>
15310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314 \begin_inset Formula $\bigodot$
15315 \end_inset
15316
15317
15318 \end_layout
15319
15320 \end_inset
15321 </cell>
15322 </row>
15323 <row>
15324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15325 \begin_inset Text
15326
15327 \begin_layout Plain Layout
15328
15329 \backslash
15330 bigotimes
15331 \end_layout
15332
15333 \end_inset
15334 </cell>
15335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15336 \begin_inset Text
15337
15338 \begin_layout Plain Layout
15339 \begin_inset Formula $\bigotimes$
15340 \end_inset
15341
15342
15343 \end_layout
15344
15345 \end_inset
15346 </cell>
15347 </row>
15348 <row>
15349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15350 \begin_inset Text
15351
15352 \begin_layout Plain Layout
15353
15354 \backslash
15355 bigoplus
15356 \end_layout
15357
15358 \end_inset
15359 </cell>
15360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15361 \begin_inset Text
15362
15363 \begin_layout Plain Layout
15364 \begin_inset Formula $\bigoplus$
15365 \end_inset
15366
15367
15368 \end_layout
15369
15370 \end_inset
15371 </cell>
15372 </row>
15373 <row>
15374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15375 \begin_inset Text
15376
15377 \begin_layout Plain Layout
15378
15379 \backslash
15380 bigwedge
15381 \end_layout
15382
15383 \end_inset
15384 </cell>
15385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15386 \begin_inset Text
15387
15388 \begin_layout Plain Layout
15389 \begin_inset Formula $\bigwedge$
15390 \end_inset
15391
15392
15393 \end_layout
15394
15395 \end_inset
15396 </cell>
15397 </row>
15398 <row>
15399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15400 \begin_inset Text
15401
15402 \begin_layout Plain Layout
15403
15404 \backslash
15405 bigvee
15406 \end_layout
15407
15408 \end_inset
15409 </cell>
15410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15411 \begin_inset Text
15412
15413 \begin_layout Plain Layout
15414 \begin_inset Formula $\bigvee$
15415 \end_inset
15416
15417
15418 \end_layout
15419
15420 \end_inset
15421 </cell>
15422 </row>
15423 <row>
15424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15425 \begin_inset Text
15426
15427 \begin_layout Plain Layout
15428
15429 \backslash
15430 bigsqcup
15431 \end_layout
15432
15433 \end_inset
15434 </cell>
15435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15436 \begin_inset Text
15437
15438 \begin_layout Plain Layout
15439 \begin_inset Formula $\bigsqcup$
15440 \end_inset
15441
15442
15443 \end_layout
15444
15445 \end_inset
15446 </cell>
15447 </row>
15448 <row>
15449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15450 \begin_inset Text
15451
15452 \begin_layout Plain Layout
15453
15454 \backslash
15455 biguplus
15456 \end_layout
15457
15458 \end_inset
15459 </cell>
15460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15461 \begin_inset Text
15462
15463 \begin_layout Plain Layout
15464 \begin_inset Formula $\biguplus$
15465 \end_inset
15466
15467
15468 \end_layout
15469
15470 \end_inset
15471 </cell>
15472 </row>
15473 </lyxtabular>
15474
15475 \end_inset
15476
15477
15478 \begin_inset space \hfill{}
15479 \end_inset
15480
15481
15482 \end_layout
15483
15484 \begin_layout Standard
15485 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15486 \begin_inset Graphics
15487         filename ../../images/math/intop.png
15488         scale 85
15489
15490 \end_inset
15491
15492  eingefügt werden.
15493 \end_layout
15494
15495 \begin_layout Standard
15496 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15497  Teil gleich aussehenden binären Operatoren.
15498  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15499  beschrieben.
15500 \end_layout
15501
15502 \begin_layout Standard
15503 Für alle Integrale gibt es Befehle, die auf 
15504 \series bold
15505 op
15506 \series default
15507  enden: 
15508 \series bold
15509
15510 \backslash
15511 intop
15512 \series default
15513
15514 \series bold
15515
15516 \backslash
15517 ointop
15518 \series default
15519  usw..
15520  Diese unterscheiden sich von 
15521 \series bold
15522
15523 \backslash
15524 int
15525 \series default
15526  usw.
15527 \begin_inset space \space{}
15528 \end_inset
15529
15530 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15531 \begin_inset CommandInset ref
15532 LatexCommand ref
15533 reference "sub:Operatorgrenzen"
15534
15535 \end_inset
15536
15537 .
15538  
15539 \end_layout
15540
15541 \begin_layout Subsubsection*
15542 Hinweise zu Integralen
15543 \end_layout
15544
15545 \begin_layout Standard
15546 Der Buchstabe 
15547 \emph on
15548 d
15549 \emph default
15550  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15551  muss.
15552  Dazu markiert man das 
15553 \emph on
15554 d
15555 \emph default
15556  und wandelt es mit der Tastenkombination 
15557 \family sans
15558 Alt+Z
15559 \begin_inset space ~
15560 \end_inset
15561
15562 R
15563 \family default
15564
15565 \begin_inset Foot
15566 status collapsed
15567
15568 \begin_layout Plain Layout
15569 Schriftstile siehe 
15570 \begin_inset CommandInset ref
15571 LatexCommand ref
15572 reference "sub:Schriftstile"
15573
15574 \end_inset
15575
15576
15577 \end_layout
15578
15579 \end_inset
15580
15581  um.
15582  Anschließend fügt man vor dem 
15583 \emph on
15584 d
15585 \emph default
15586 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15587  Dazu ein Beispiel:
15588 \end_layout
15589
15590 \begin_layout Standard
15591 inkorrekt: 
15592 \begin_inset Formula $\int A(x)dx$
15593 \end_inset
15594
15595
15596 \begin_inset Newline newline
15597 \end_inset
15598
15599
15600 \begin_inset ERT
15601 status collapsed
15602
15603 \begin_layout Plain Layout
15604
15605
15606 \backslash
15607 hphantom{in}
15608 \end_layout
15609
15610 \end_inset
15611
15612 korrekt: 
15613 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15614 \end_inset
15615
15616
15617 \end_layout
15618
15619 \begin_layout Standard
15620 \begin_inset VSpace medskip
15621 \end_inset
15622
15623 Für Mehrfachintegrale gibt es folgende Befehle:
15624 \begin_inset VSpace medskip
15625 \end_inset
15626
15627
15628 \end_layout
15629
15630 \begin_layout Standard
15631 \begin_inset space \hfill{}
15632 \end_inset
15633
15634
15635 \begin_inset Tabular
15636 <lyxtabular version="3" rows="4" columns="2">
15637 <features>
15638 <column alignment="center" valignment="top" width="0">
15639 <column alignment="center" valignment="top" width="0">
15640 <row>
15641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Plain Layout
15645 Befehl
15646 \end_layout
15647
15648 \end_inset
15649 </cell>
15650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15651 \begin_inset Text
15652
15653 \begin_layout Plain Layout
15654 Ergebnis
15655 \begin_inset Note Note
15656 status collapsed
15657
15658 \begin_layout Plain Layout
15659
15660 \series bold
15661
15662 \backslash
15663 raisebox
15664 \series default
15665  dient nur als Abstandhalter.
15666 \end_layout
15667
15668 \end_inset
15669
15670
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 </row>
15676 <row>
15677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681
15682 \backslash
15683 iint
15684 \end_layout
15685
15686 \end_inset
15687 </cell>
15688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15693 \end_inset
15694
15695
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 </row>
15701 <row>
15702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706
15707 \backslash
15708 oiint
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Plain Layout
15717 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15718 \end_inset
15719
15720
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 </row>
15726 <row>
15727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731
15732 \backslash
15733 sqiint
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15743 \end_inset
15744
15745
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 </row>
15751 </lyxtabular>
15752
15753 \end_inset
15754
15755
15756 \begin_inset space \hfill{}
15757 \end_inset
15758
15759
15760 \begin_inset Tabular
15761 <lyxtabular version="3" rows="4" columns="2">
15762 <features>
15763 <column alignment="center" valignment="top" width="0">
15764 <column alignment="center" valignment="top" width="0">
15765 <row>
15766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770 Befehl
15771 \end_layout
15772
15773 \end_inset
15774 </cell>
15775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15776 \begin_inset Text
15777
15778 \begin_layout Plain Layout
15779 Ergebnis
15780 \end_layout
15781
15782 \end_inset
15783 </cell>
15784 </row>
15785 <row>
15786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790
15791 \backslash
15792 iiint
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15802 \end_inset
15803
15804
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 </row>
15810 <row>
15811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15812 \begin_inset Text
15813
15814 \begin_layout Plain Layout
15815
15816 \backslash
15817 iiiint
15818 \end_layout
15819
15820 \end_inset
15821 </cell>
15822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15823 \begin_inset Text
15824
15825 \begin_layout Plain Layout
15826 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15827 \end_inset
15828
15829
15830 \end_layout
15831
15832 \end_inset
15833 </cell>
15834 </row>
15835 <row>
15836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840
15841 \backslash
15842 dotsint
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15852 \end_inset
15853
15854
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 </row>
15860 </lyxtabular>
15861
15862 \end_inset
15863
15864
15865 \begin_inset space \hfill{}
15866 \end_inset
15867
15868
15869 \end_layout
15870
15871 \begin_layout Subsection
15872 Operatorgrenzen
15873 \begin_inset CommandInset label
15874 LatexCommand label
15875 name "sub:Operatorgrenzen"
15876
15877 \end_inset
15878
15879
15880 \begin_inset Index
15881 status collapsed
15882
15883 \begin_layout Plain Layout
15884 Operatoren ! Grenzen
15885 \end_layout
15886
15887 \end_inset
15888
15889
15890 \end_layout
15891
15892 \begin_layout Standard
15893 Grenzen werden durch Hoch- bzw.
15894  Tiefstellen erzeugt:
15895 \end_layout
15896
15897 \begin_layout Standard
15898 \align center
15899 \begin_inset Tabular
15900 <lyxtabular version="3" rows="2" columns="2">
15901 <features>
15902 <column alignment="center" valignment="top" width="0pt">
15903 <column alignment="center" valignment="top" width="0pt">
15904 <row>
15905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 Befehl
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918 Ergebnis
15919 \begin_inset Note Note
15920 status collapsed
15921
15922 \begin_layout Plain Layout
15923
15924 \series bold
15925
15926 \backslash
15927 raisebox
15928 \series default
15929  dient nur als Abstandhalter.
15930 \end_layout
15931
15932 \end_inset
15933
15934
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 </row>
15940 <row>
15941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Plain Layout
15945
15946 \backslash
15947 prod^
15948 \backslash
15949 infty
15950 \begin_inset ERT
15951 status collapsed
15952
15953 \begin_layout Plain Layout
15954
15955
15956 \backslash
15957 leer 
15958 \end_layout
15959
15960 \end_inset
15961
15962
15963 \begin_inset Formula $\to$
15964 \end_inset
15965
15966 _0
15967 \begin_inset Formula $\to$
15968 \end_inset
15969
15970 A(x)
15971 \end_layout
15972
15973 \end_inset
15974 </cell>
15975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15976 \begin_inset Text
15977
15978 \begin_layout Plain Layout
15979 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15980 \end_inset
15981
15982
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 </row>
15988 </lyxtabular>
15989
15990 \end_inset
15991
15992
15993 \end_layout
15994
15995 \begin_layout Standard
15996 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
15997  Operator gesetzt.
15998  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
15999  bzw.
16000  unter den Operator gesetzt.
16001 \end_layout
16002
16003 \begin_layout Standard
16004 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16005  man den Cursor direkt hinter den Operator und setzt über das Menü 
16006 \family sans
16007 Bearbeiten\SpecialChar \menuseparator
16008 Mathe\SpecialChar \menuseparator
16009 Art der Operatorgrenzen ändern
16010 \family default
16011  die Grenzen auf 
16012 \series bold
16013 Eingebettet
16014 \series default
16015  (Tastenkombination 
16016 \family sans
16017 Alt+M
16018 \begin_inset space ~
16019 \end_inset
16020
16021 L
16022 \family default
16023 ).
16024  Dazu folgendes Beispiel:
16025 \end_layout
16026
16027 \begin_layout Standard
16028 Die normalen Grenzen sehen so aus:
16029 \begin_inset Formula \[
16030 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16031
16032 \end_inset
16033
16034 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16035 \begin_inset Formula \[
16036 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16037
16038 \end_inset
16039
16040 Bei Integralen werden mit Ausnahme von denen, die auf 
16041 \series bold
16042 op
16043 \series default
16044  enden (
16045 \series bold
16046
16047 \backslash
16048 intop
16049 \series default
16050
16051 \series bold
16052
16053 \backslash
16054 ointop
16055 \series default
16056  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16057  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16058  gesetzt.
16059  Im folgenden Beispiel wurde die Grenze deswegen auf 
16060 \series bold
16061 Anzeige
16062 \series default
16063  gesetzt und damit unter die Integrale geschrieben:
16064 \begin_inset Formula \begin{equation}
16065 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16066
16067 \end_inset
16068
16069
16070 \end_layout
16071
16072 \begin_layout Standard
16073 \begin_inset VSpace medskip
16074 \end_inset
16075
16076 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16077 \series bold
16078
16079 \backslash
16080 subarray
16081 \series default
16082
16083 \begin_inset Index
16084 status collapsed
16085
16086 \begin_layout Plain Layout
16087 Befehle ! S ! 
16088 \backslash
16089 subarray
16090 \end_layout
16091
16092 \end_inset
16093
16094  und 
16095 \series bold
16096
16097 \backslash
16098 substack
16099 \series default
16100
16101 \begin_inset Index
16102 status collapsed
16103
16104 \begin_layout Plain Layout
16105 Befehle ! S ! 
16106 \backslash
16107 substack
16108 \end_layout
16109
16110 \end_inset
16111
16112 .
16113  Um z.
16114 \begin_inset space \thinspace{}
16115 \end_inset
16116
16117 B.
16118  diesen Ausdruck 
16119 \begin_inset Formula \begin{equation}
16120 \sum_{\begin{subarray}{c}
16121 0<k<1000\\
16122 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16123
16124 \end_inset
16125
16126 zu erstellen, muss man Folgendes tun:
16127 \begin_inset Newline newline
16128 \end_inset
16129
16130 Zuerst gibt man den Befehl 
16131 \series bold
16132
16133 \backslash
16134 sum
16135 \series default
16136 ^
16137 \series bold
16138 n
16139 \begin_inset ERT
16140 status collapsed
16141
16142 \begin_layout Plain Layout
16143
16144
16145 \backslash
16146 leer 
16147 \end_layout
16148
16149 \end_inset
16150
16151 _
16152 \series default
16153  ein.
16154  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16155  In dieses gibt man den Befehl 
16156 \series bold
16157
16158 \backslash
16159 subarray
16160 \begin_inset ERT
16161 status collapsed
16162
16163 \begin_layout Plain Layout
16164
16165
16166 \backslash
16167 leer 
16168 \end_layout
16169
16170 \end_inset
16171
16172
16173 \series default
16174  ein.
16175  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
16176  Zeilen untereinander schreiben.
16177  Mit Eingabe des Zeilenumbruchs (
16178 \family sans
16179 Strg+Enter
16180 \family default
16181 ) wird eine neue Zeile erstellt.
16182  Gibt man
16183 \begin_inset Newline newline
16184 \end_inset
16185
16186
16187 \series bold
16188 0<k<1000 Strg+Enter
16189 \begin_inset Newline newline
16190 \end_inset
16191
16192
16193 \series default
16194 ein, erscheint darunter ein Kästchen für die neue Zeile.
16195 \end_layout
16196
16197 \begin_layout Standard
16198 Die Ausrichtung der Zeilen kann mit der 
16199 \family sans
16200 Tabellen-Werkzeugleiste
16201 \family default
16202  oder dem Menü 
16203 \family sans
16204 Bearbeiten\SpecialChar \menuseparator
16205 Zeilen & Spalten
16206 \family default
16207  auf links geändert werden.
16208  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16209 \series bold
16210
16211 \backslash
16212 hfill
16213 \begin_inset ERT
16214 status collapsed
16215
16216 \begin_layout Plain Layout
16217
16218
16219 \backslash
16220 leer 
16221 \end_layout
16222
16223 \end_inset
16224
16225
16226 \series default
16227  eingegeben.
16228 \end_layout
16229
16230 \begin_layout Standard
16231 Der Befehl 
16232 \series bold
16233
16234 \backslash
16235 substack
16236 \series default
16237  ist äquivalent zu 
16238 \series bold
16239
16240 \backslash
16241 subarray
16242 \series default
16243 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16244 \end_layout
16245
16246 \begin_layout Standard
16247 \begin_inset VSpace bigskip
16248 \end_inset
16249
16250 Wie bei Formel 
16251 \begin_inset CommandInset ref
16252 LatexCommand eqref
16253 reference "eq:substack"
16254
16255 \end_inset
16256
16257  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16258  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16259 \end_layout
16260
16261 \begin_layout Standard
16262 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16263 \end_layout
16264
16265 \begin_layout Standard
16266
16267 \series bold
16268
16269 \backslash
16270 def
16271 \backslash
16272 clap#1{
16273 \backslash
16274 hbox to 0pt{
16275 \backslash
16276 hss #1
16277 \backslash
16278 hss}}
16279 \begin_inset Newline newline
16280 \end_inset
16281
16282
16283 \backslash
16284 def
16285 \backslash
16286 mathclap {
16287 \backslash
16288 mathpalette 
16289 \backslash
16290 mathclapinternal}
16291 \begin_inset Newline newline
16292 \end_inset
16293
16294
16295 \backslash
16296 def
16297 \backslash
16298 mathclapinternal #1#2{
16299 \backslash
16300 clap{$
16301 \backslash
16302 mathsurround =0pt #1{#2}$}}
16303 \end_layout
16304
16305 \begin_layout Standard
16306 Dadurch wird der Befehl 
16307 \series bold
16308
16309 \backslash
16310 mathclap
16311 \series default
16312
16313 \begin_inset Index
16314 status collapsed
16315
16316 \begin_layout Plain Layout
16317 Befehle ! M ! 
16318 \backslash
16319 mathclap
16320 \end_layout
16321
16322 \end_inset
16323
16324  definiert, der die Breite der Grenze auf 0
16325 \begin_inset space \thinspace{}
16326 \end_inset
16327
16328 pt setzt.
16329  Das Befehlsschema lautet
16330 \end_layout
16331
16332 \begin_layout Standard
16333
16334 \series bold
16335
16336 \backslash
16337 mathclap{Grenze}
16338 \end_layout
16339
16340 \begin_layout Standard
16341 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16342 \end_layout
16343
16344 \begin_layout Standard
16345 Auf Formel 
16346 \begin_inset CommandInset ref
16347 LatexCommand eqref
16348 reference "eq:substack"
16349
16350 \end_inset
16351
16352  angewandt, gibt man also den Befehl
16353 \end_layout
16354
16355 \begin_layout Standard
16356
16357 \series bold
16358
16359 \backslash
16360 sum_
16361 \backslash
16362 mathclap{
16363 \backslash
16364 substack
16365 \begin_inset ERT
16366 status collapsed
16367
16368 \begin_layout Plain Layout
16369
16370
16371 \backslash
16372 leer 
16373 \end_layout
16374
16375 \end_inset
16376
16377 0<k<1000 Strg+Enter
16378 \end_layout
16379
16380 \begin_layout Standard
16381 ein, um die untere Grenze zu erstellen.
16382  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16383 \begin_inset Formula \[
16384 \sum_{\mathclap{\substack{0<k<1000\\
16385 \\k\,\in\,\mathbb{N}}
16386 }}^{n}k^{-2}\]
16387
16388 \end_inset
16389
16390
16391 \end_layout
16392
16393 \begin_layout Standard
16394 \begin_inset VSpace bigskip
16395 \end_inset
16396
16397 In 
16398 \begin_inset CommandInset ref
16399 LatexCommand ref
16400 reference "sub:Selbstdefinierte-Operatoren"
16401
16402 \end_inset
16403
16404  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16405 \end_layout
16406
16407 \begin_layout Subsection
16408 Binäre Operatoren
16409 \begin_inset CommandInset label
16410 LatexCommand label
16411 name "sub:Binäre-Operatoren"
16412
16413 \end_inset
16414
16415
16416 \begin_inset Index
16417 status collapsed
16418
16419 \begin_layout Plain Layout
16420 Operatoren ! binäre
16421 \end_layout
16422
16423 \end_inset
16424
16425
16426 \end_layout
16427
16428 \begin_layout Standard
16429 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16430  ein Zeichen befindet.
16431 \begin_inset VSpace medskip
16432 \end_inset
16433
16434
16435 \end_layout
16436
16437 \begin_layout Standard
16438 \begin_inset space \hfill{}
16439 \end_inset
16440
16441
16442 \begin_inset Tabular
16443 <lyxtabular version="3" rows="13" columns="2">
16444 <features>
16445 <column alignment="center" valignment="top" width="0pt">
16446 <column alignment="center" valignment="top" width="0pt">
16447 <row>
16448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Plain Layout
16452 Befehl
16453 \begin_inset Note Note
16454 status collapsed
16455
16456 \begin_layout Plain Layout
16457
16458 \series bold
16459
16460 \backslash
16461 raisebox
16462 \series default
16463  dient nur als Abstandhalter.
16464 \end_layout
16465
16466 \end_inset
16467
16468
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477 Ergebnis
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 </row>
16483 <row>
16484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488 +
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497 \begin_inset Formula $+$
16498 \end_inset
16499
16500
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 </row>
16506 <row>
16507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511 -
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520 \begin_inset Formula $-$
16521 \end_inset
16522
16523
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 </row>
16529 <row>
16530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534
16535 \backslash
16536 pm
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 \begin_inset Formula $\pm$
16546 \end_inset
16547
16548
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 </row>
16554 <row>
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559
16560 \backslash
16561 mp
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 \begin_inset Formula $\mp$
16571 \end_inset
16572
16573
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 </row>
16579 <row>
16580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Plain Layout
16584
16585 \backslash
16586 cdot
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 \begin_inset Formula $\cdot$
16596 \end_inset
16597
16598
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 </row>
16604 <row>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609
16610 \backslash
16611 times
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 \begin_inset Formula $\times$
16621 \end_inset
16622
16623
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 <row>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634
16635 \backslash
16636 div
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 \begin_inset Formula $\div$
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 </row>
16654 <row>
16655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659 \begin_inset ERT
16660 status collapsed
16661
16662 \begin_layout Plain Layout
16663
16664
16665 \backslash
16666 raisebox{-1.2mm}{
16667 \end_layout
16668
16669 \end_inset
16670
16671 *
16672 \begin_inset ERT
16673 status collapsed
16674
16675 \begin_layout Plain Layout
16676
16677 }
16678 \end_layout
16679
16680 \end_inset
16681
16682
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 \begin_inset Formula $*$
16692 \end_inset
16693
16694
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 </row>
16700 <row>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705
16706 \backslash
16707 star
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 \begin_inset Formula $\star$
16717 \end_inset
16718
16719
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 </row>
16725 <row>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730
16731 \backslash
16732 circ
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741 \begin_inset Formula $\circ$
16742 \end_inset
16743
16744
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 </row>
16750 <row>
16751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755
16756 \backslash
16757 diamond
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766 \begin_inset Formula $\diamond$
16767 \end_inset
16768
16769
16770 \end_layout
16771
16772 \end_inset
16773 </cell>
16774 </row>
16775 <row>
16776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780
16781 \backslash
16782 bullet
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 \begin_inset Formula $\bullet$
16792 \end_inset
16793
16794
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 </row>
16800 </lyxtabular>
16801
16802 \end_inset
16803
16804
16805 \begin_inset space \hfill{}
16806 \end_inset
16807
16808
16809 \begin_inset Tabular
16810 <lyxtabular version="3" rows="13" columns="2">
16811 <features>
16812 <column alignment="center" valignment="top" width="0pt">
16813 <column alignment="center" valignment="top" width="0pt">
16814 <row>
16815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16816 \begin_inset Text
16817
16818 \begin_layout Plain Layout
16819 Befehl
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828 Ergebnis
16829 \end_layout
16830
16831 \end_inset
16832 </cell>
16833 </row>
16834 <row>
16835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Plain Layout
16839
16840 \backslash
16841 nabla
16842 \end_layout
16843
16844 \end_inset
16845 </cell>
16846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850 \begin_inset Formula $\nabla$
16851 \end_inset
16852
16853
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 </row>
16859 <row>
16860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864
16865 \backslash
16866 bigtriangledown
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875 \begin_inset Formula $\bigtriangledown$
16876 \end_inset
16877
16878
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 </row>
16884 <row>
16885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889
16890 \backslash
16891 bigtriangleup
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900 \begin_inset Formula $\bigtriangleup$
16901 \end_inset
16902
16903
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 </row>
16909 <row>
16910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914
16915 \backslash
16916 Box
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925 \begin_inset Formula $\Box$
16926 \end_inset
16927
16928
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 </row>
16934 <row>
16935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939
16940 \backslash
16941 cap 
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 \begin_inset Formula $\cap$
16951 \end_inset
16952
16953
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 </row>
16959 <row>
16960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964
16965 \backslash
16966 cup
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975 \begin_inset Formula $\cup$
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 </row>
16984 <row>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989
16990 \backslash
16991 dagger
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000 \begin_inset Formula $\dagger$
17001 \end_inset
17002
17003
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 </row>
17009 <row>
17010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014
17015 \backslash
17016 ddagger
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025 \begin_inset Formula $\ddagger$
17026 \end_inset
17027
17028
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 </row>
17034 <row>
17035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039
17040 \backslash
17041 wr
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050 \begin_inset Formula $\wr$
17051 \end_inset
17052
17053
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 </row>
17059 <row>
17060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064
17065 \backslash
17066 bigcirc
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17072 \begin_inset Text
17073
17074 \begin_layout Plain Layout
17075 \begin_inset Formula $\bigcirc$
17076 \end_inset
17077
17078
17079 \end_layout
17080
17081 \end_inset
17082 </cell>
17083 </row>
17084 <row>
17085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089
17090 \backslash
17091 wedge
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 \begin_inset Formula $\wedge$
17101 \end_inset
17102
17103
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 </row>
17109 <row>
17110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114
17115 \backslash
17116 vee
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125 \begin_inset Formula $\vee$
17126 \end_inset
17127
17128
17129 \end_layout
17130
17131 \end_inset
17132 </cell>
17133 </row>
17134 </lyxtabular>
17135
17136 \end_inset
17137
17138
17139 \begin_inset space \hfill{}
17140 \end_inset
17141
17142
17143 \begin_inset Tabular
17144 <lyxtabular version="3" rows="13" columns="2">
17145 <features>
17146 <column alignment="center" valignment="top" width="0pt">
17147 <column alignment="center" valignment="top" width="0pt">
17148 <row>
17149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153 Befehl
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162 Ergebnis
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 </row>
17168 <row>
17169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173
17174 \backslash
17175 oplus
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184 \begin_inset Formula $\oplus$
17185 \end_inset
17186
17187
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 </row>
17193 <row>
17194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198
17199 \backslash
17200 ominus
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209 \begin_inset Formula $\ominus$
17210 \end_inset
17211
17212
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 </row>
17218 <row>
17219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223
17224 \backslash
17225 otimes
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234 \begin_inset Formula $\otimes$
17235 \end_inset
17236
17237
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 </row>
17243 <row>
17244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248
17249 \backslash
17250 oslash
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259 \begin_inset Formula $\oslash$
17260 \end_inset
17261
17262
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 </row>
17268 <row>
17269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17270 \begin_inset Text
17271
17272 \begin_layout Plain Layout
17273
17274 \backslash
17275 odot
17276 \end_layout
17277
17278 \end_inset
17279 </cell>
17280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Plain Layout
17284 \begin_inset Formula $\odot$
17285 \end_inset
17286
17287
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 </row>
17293 <row>
17294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298
17299 \backslash
17300 amalg
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309 \begin_inset Formula $\amalg$
17310 \end_inset
17311
17312
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 </row>
17318 <row>
17319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323
17324 \backslash
17325 uplus
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334 \begin_inset Formula $\uplus$
17335 \end_inset
17336
17337
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 </row>
17343 <row>
17344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17345 \begin_inset Text
17346
17347 \begin_layout Plain Layout
17348
17349 \backslash
17350 setminus
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359 \begin_inset Formula $\setminus$
17360 \end_inset
17361
17362
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 </row>
17368 <row>
17369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373
17374 \backslash
17375 sqcap
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 \begin_inset Formula $\sqcap$
17385 \end_inset
17386
17387
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 </row>
17393 <row>
17394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Plain Layout
17398
17399 \backslash
17400 sqcup
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17406 \begin_inset Text
17407
17408 \begin_layout Plain Layout
17409 \begin_inset Formula $\sqcup$
17410 \end_inset
17411
17412
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 </row>
17418 <row>
17419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423
17424 \backslash
17425 triangleleft
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434 \begin_inset Formula $\triangleleft$
17435 \end_inset
17436
17437
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 </row>
17443 <row>
17444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17445 \begin_inset Text
17446
17447 \begin_layout Plain Layout
17448
17449 \backslash
17450 triangleright
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Plain Layout
17459 \begin_inset Formula $\triangleright$
17460 \end_inset
17461
17462
17463 \end_layout
17464
17465 \end_inset
17466 </cell>
17467 </row>
17468 </lyxtabular>
17469
17470 \end_inset
17471
17472
17473 \begin_inset space \hfill{}
17474 \end_inset
17475
17476
17477 \end_layout
17478
17479 \begin_layout Standard
17480 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17481  
17482 \begin_inset Graphics
17483         filename ../../images/math/pm.png
17484         scale 85
17485
17486 \end_inset
17487
17488  eingefügt werden.
17489 \end_layout
17490
17491 \begin_layout Standard
17492 Um den Laplace-Operator darzustellen, kann man statt 
17493 \series bold
17494
17495 \backslash
17496 bigtriangleup
17497 \series default
17498  auch 
17499 \series bold
17500
17501 \backslash
17502 Delta
17503 \series default
17504  verwenden oder man benutzt 
17505 \series bold
17506
17507 \backslash
17508 nabla
17509 \series default
17510 ^
17511 \series bold
17512 2
17513 \series default
17514  (
17515 \begin_inset Formula $\nabla^{2}$
17516 \end_inset
17517
17518 ).
17519 \end_layout
17520
17521 \begin_layout Standard
17522 Das Zeichen 
17523 \family sans
17524 Menütrenner
17525 \family default
17526  im Menü 
17527 \family sans
17528 Einfügen\SpecialChar \menuseparator
17529 Sonderzeichen
17530 \family default
17531  ist der Operator 
17532 \series bold
17533
17534 \backslash
17535 triangleright
17536 \series default
17537 .
17538 \end_layout
17539
17540 \begin_layout Subsection
17541 Selbst definierte Operatoren
17542 \begin_inset CommandInset label
17543 LatexCommand label
17544 name "sub:Selbstdefinierte-Operatoren"
17545
17546 \end_inset
17547
17548
17549 \begin_inset Index
17550 status collapsed
17551
17552 \begin_layout Plain Layout
17553 Operatoren ! selbstdefinierte
17554 \end_layout
17555
17556 \end_inset
17557
17558
17559 \end_layout
17560
17561 \begin_layout Standard
17562 Mit Hilfe des Befehls 
17563 \series bold
17564
17565 \backslash
17566 DeclareMathOperator
17567 \series default
17568
17569 \begin_inset Index
17570 status collapsed
17571
17572 \begin_layout Plain Layout
17573 Befehle ! D ! 
17574 \backslash
17575 dbinom@
17576 \backslash
17577 DeclareMathOperator
17578 \end_layout
17579
17580 \end_inset
17581
17582  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17583  Das Befehlsschema dazu lautet:
17584 \end_layout
17585
17586 \begin_layout Standard
17587
17588 \series bold
17589
17590 \backslash
17591 DeclareMathOperator{neuer Befehl}{Anzeige}
17592 \end_layout
17593
17594 \begin_layout Standard
17595 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17596  im Ausdruck aussieht.
17597  Will man einen großen Operator definieren, setzt man hinter den Befehl
17598  ein 
17599 \series bold
17600 *
17601 \series default
17602 .
17603  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17604  wie in 
17605 \begin_inset CommandInset ref
17606 LatexCommand ref
17607 reference "sub:Operatorgrenzen"
17608
17609 \end_inset
17610
17611  beschrieben.
17612 \end_layout
17613
17614 \begin_layout Standard
17615 Beispielsweise definiert die LaTeX-Vorspannzeile
17616 \end_layout
17617
17618 \begin_layout Standard
17619
17620 \series bold
17621
17622 \backslash
17623 DeclareMathOperator*{
17624 \backslash
17625 Raute}{
17626 \backslash
17627 blacklozenge}
17628 \end_layout
17629
17630 \begin_layout Standard
17631 den Befehl 
17632 \series bold
17633
17634 \backslash
17635 Raute
17636 \series default
17637 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17638  aus 
17639 \begin_inset CommandInset ref
17640 LatexCommand ref
17641 reference "sub:Sonstige-Symbole"
17642
17643 \end_inset
17644
17645  besteht:
17646 \begin_inset Formula \[
17647 \Raute_{n=1}^{\infty}\]
17648
17649 \end_inset
17650
17651 Der Befehl für diese Formel lautet: 
17652 \series bold
17653
17654 \backslash
17655 Raute
17656 \series default
17657 ^
17658 \series bold
17659
17660 \backslash
17661 infty
17662 \begin_inset Formula $\to$
17663 \end_inset
17664
17665 _n=1
17666 \end_layout
17667
17668 \begin_layout Standard
17669 \begin_inset VSpace bigskip
17670 \end_inset
17671
17672 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17673  auch mit den Befehlen 
17674 \series bold
17675
17676 \backslash
17677 mathop
17678 \series default
17679
17680 \begin_inset Index
17681 status collapsed
17682
17683 \begin_layout Plain Layout
17684 Befehle ! M ! 
17685 \backslash
17686 mathop
17687 \end_layout
17688
17689 \end_inset
17690
17691  und 
17692 \series bold
17693
17694 \backslash
17695 mathbin
17696 \series default
17697
17698 \begin_inset Index
17699 status collapsed
17700
17701 \begin_layout Plain Layout
17702 Befehle ! M ! 
17703 \backslash
17704 mathbin
17705 \end_layout
17706
17707 \end_inset
17708
17709  definieren, die folgendes Schema besitzen:
17710 \end_layout
17711
17712 \begin_layout Standard
17713
17714 \series bold
17715
17716 \backslash
17717 mathop{Anzeige}
17718 \series default
17719  bzw.
17720  
17721 \series bold
17722
17723 \backslash
17724 mathbin{Anzeige}
17725 \end_layout
17726
17727 \begin_layout Standard
17728
17729 \series bold
17730
17731 \backslash
17732 mathop
17733 \series default
17734  definiert große, 
17735 \series bold
17736
17737 \backslash
17738 mathbin
17739 \series default
17740  binäre Operatoren.
17741 \end_layout
17742
17743 \begin_layout Standard
17744
17745 \series bold
17746
17747 \backslash
17748 mathop
17749 \series default
17750  lässt sich z.
17751 \begin_inset space \thinspace{}
17752 \end_inset
17753
17754 B.
17755  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17756 \begin_inset Formula \[
17757 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17758
17759 \end_inset
17760
17761
17762 \end_layout
17763
17764 \begin_layout Standard
17765 Der Befehl für obige Formel lautet:
17766 \begin_inset Newline newline
17767 \end_inset
17768
17769  
17770 \series bold
17771
17772 \backslash
17773 mathop{
17774 \backslash
17775 sum
17776 \backslash
17777 negmedspace
17778 \backslash
17779 sum
17780 \series default
17781
17782 \begin_inset ERT
17783 status collapsed
17784
17785 \begin_layout Plain Layout
17786
17787
17788 \backslash
17789 leer 
17790 \end_layout
17791
17792 \end_inset
17793
17794
17795 \series bold
17796
17797 \begin_inset Formula $\to$
17798 \end_inset
17799
17800 ^N
17801 \series default
17802
17803 \begin_inset ERT
17804 status collapsed
17805
17806 \begin_layout Plain Layout
17807
17808
17809 \backslash
17810 leer 
17811 \end_layout
17812
17813 \end_inset
17814
17815
17816 \series bold
17817 _i,j=1
17818 \end_layout
17819
17820 \begin_layout Section
17821 Schriften
17822 \begin_inset Index
17823 status collapsed
17824
17825 \begin_layout Plain Layout
17826 Schriften
17827 \end_layout
17828
17829 \end_inset
17830
17831
17832 \end_layout
17833
17834 \begin_layout Subsection
17835 Schriftstile
17836 \begin_inset CommandInset label
17837 LatexCommand label
17838 name "sub:Schriftstile"
17839
17840 \end_inset
17841
17842
17843 \begin_inset Index
17844 status collapsed
17845
17846 \begin_layout Plain Layout
17847 Schriften ! Schriftstile
17848 \end_layout
17849
17850 \end_inset
17851
17852
17853 \end_layout
17854
17855 \begin_layout Standard
17856 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17857  gesetzt werden:
17858 \begin_inset VSpace -2mm
17859 \end_inset
17860
17861
17862 \end_layout
17863
17864 \begin_layout Standard
17865 \align center
17866 \begin_inset Tabular
17867 <lyxtabular version="3" rows="6" columns="3">
17868 <features>
17869 <column alignment="center" valignment="top" width="0">
17870 <column alignment="center" valignment="top" width="0">
17871 <column alignment="center" valignment="top" width="0">
17872 <row>
17873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17874 \begin_inset Text
17875
17876 \begin_layout Plain Layout
17877 Befehl
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886 Ergebnis
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895 Tastenkürzel
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 </row>
17901 <row>
17902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17903 \begin_inset Text
17904
17905 \begin_layout Plain Layout
17906
17907 \backslash
17908 mathbb
17909 \series bold
17910
17911 \begin_inset ERT
17912 status collapsed
17913
17914 \begin_layout Plain Layout
17915
17916
17917 \backslash
17918 leer 
17919 \end_layout
17920
17921 \end_inset
17922
17923
17924 \series default
17925 ABC
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934 \begin_inset Formula $\mathbb{ABC}$
17935 \end_inset
17936
17937
17938 \end_layout
17939
17940 \end_inset
17941 </cell>
17942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17943 \begin_inset Text
17944
17945 \begin_layout Plain Layout
17946 Alt+Z K
17947 \end_layout
17948
17949 \end_inset
17950 </cell>
17951 </row>
17952 <row>
17953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17954 \begin_inset Text
17955
17956 \begin_layout Plain Layout
17957
17958 \backslash
17959 mathbf
17960 \series bold
17961
17962 \begin_inset ERT
17963 status collapsed
17964
17965 \begin_layout Plain Layout
17966
17967
17968 \backslash
17969 leer 
17970 \end_layout
17971
17972 \end_inset
17973
17974
17975 \series default
17976 AbC
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 \begin_inset Formula $\mathbf{AbC}$
17986 \end_inset
17987
17988
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 Strg+B
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 </row>
18003 <row>
18004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18005 \begin_inset Text
18006
18007 \begin_layout Plain Layout
18008
18009 \backslash
18010 boldsymbol
18011 \series bold
18012
18013 \begin_inset ERT
18014 status collapsed
18015
18016 \begin_layout Plain Layout
18017
18018
18019 \backslash
18020 leer 
18021 \end_layout
18022
18023 \end_inset
18024
18025
18026 \series default
18027 AbC
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036 \begin_inset Formula $\boldsymbol{AbC}$
18037 \end_inset
18038
18039
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18045 \begin_inset Text
18046
18047 \begin_layout Plain Layout
18048 Alt+Z F oder Strg+Alt+B
18049 \end_layout
18050
18051 \end_inset
18052 </cell>
18053 </row>
18054 <row>
18055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059
18060 \backslash
18061 mathcal
18062 \series bold
18063
18064 \begin_inset ERT
18065 status collapsed
18066
18067 \begin_layout Plain Layout
18068
18069
18070 \backslash
18071 leer 
18072 \end_layout
18073
18074 \end_inset
18075
18076
18077 \series default
18078 ABC
18079 \end_layout
18080
18081 \end_inset
18082 </cell>
18083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18084 \begin_inset Text
18085
18086 \begin_layout Plain Layout
18087 \begin_inset Formula $\mathcal{ABC}$
18088 \end_inset
18089
18090
18091 \end_layout
18092
18093 \end_inset
18094 </cell>
18095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18096 \begin_inset Text
18097
18098 \begin_layout Plain Layout
18099 Alt+Z H
18100 \end_layout
18101
18102 \end_inset
18103 </cell>
18104 </row>
18105 <row>
18106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18107 \begin_inset Text
18108
18109 \begin_layout Plain Layout
18110
18111 \backslash
18112 mathfrak
18113 \series bold
18114
18115 \begin_inset ERT
18116 status collapsed
18117
18118 \begin_layout Plain Layout
18119
18120
18121 \backslash
18122 leer 
18123 \end_layout
18124
18125 \end_inset
18126
18127
18128 \series default
18129 AbC
18130 \end_layout
18131
18132 \end_inset
18133 </cell>
18134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18135 \begin_inset Text
18136
18137 \begin_layout Plain Layout
18138 \begin_inset Formula $\mathfrak{AbC}$
18139 \end_inset
18140
18141
18142 \end_layout
18143
18144 \end_inset
18145 </cell>
18146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18147 \begin_inset Text
18148
18149 \begin_layout Plain Layout
18150 -
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 </row>
18156 </lyxtabular>
18157
18158 \end_inset
18159
18160
18161 \end_layout
18162
18163 \begin_layout Standard
18164 \align center
18165 \begin_inset Tabular
18166 <lyxtabular version="3" rows="5" columns="3">
18167 <features>
18168 <column alignment="center" valignment="top" width="0">
18169 <column alignment="center" valignment="top" width="0">
18170 <column alignment="center" valignment="top" width="0">
18171 <row>
18172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18173 \begin_inset Text
18174
18175 \begin_layout Plain Layout
18176 Befehl
18177 \end_layout
18178
18179 \end_inset
18180 </cell>
18181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18182 \begin_inset Text
18183
18184 \begin_layout Plain Layout
18185 Ergebnis
18186 \end_layout
18187
18188 \end_inset
18189 </cell>
18190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18191 \begin_inset Text
18192
18193 \begin_layout Plain Layout
18194 Tastenkürzel
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 </row>
18200 <row>
18201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205
18206 \backslash
18207 mathit
18208 \series bold
18209
18210 \begin_inset ERT
18211 status collapsed
18212
18213 \begin_layout Plain Layout
18214
18215
18216 \backslash
18217 leer 
18218 \end_layout
18219
18220 \end_inset
18221
18222
18223 \series default
18224 AbC
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 \begin_inset Formula $\mathit{AbC}$
18234 \end_inset
18235
18236
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245 -
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 </row>
18251 <row>
18252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18253 \begin_inset Text
18254
18255 \begin_layout Plain Layout
18256
18257 \backslash
18258 mathrm
18259 \series bold
18260
18261 \begin_inset ERT
18262 status collapsed
18263
18264 \begin_layout Plain Layout
18265
18266
18267 \backslash
18268 leer 
18269 \end_layout
18270
18271 \end_inset
18272
18273
18274 \series default
18275 AbC
18276 \end_layout
18277
18278 \end_inset
18279 </cell>
18280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Plain Layout
18284 \begin_inset Formula $\mathrm{AbC}$
18285 \end_inset
18286
18287
18288 \end_layout
18289
18290 \end_inset
18291 </cell>
18292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18293 \begin_inset Text
18294
18295 \begin_layout Plain Layout
18296 Alt+Z R
18297 \end_layout
18298
18299 \end_inset
18300 </cell>
18301 </row>
18302 <row>
18303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18304 \begin_inset Text
18305
18306 \begin_layout Plain Layout
18307
18308 \backslash
18309 mathsf
18310 \series bold
18311
18312 \begin_inset ERT
18313 status collapsed
18314
18315 \begin_layout Plain Layout
18316
18317
18318 \backslash
18319 leer 
18320 \end_layout
18321
18322 \end_inset
18323
18324
18325 \series default
18326 AbC
18327 \end_layout
18328
18329 \end_inset
18330 </cell>
18331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18332 \begin_inset Text
18333
18334 \begin_layout Plain Layout
18335 \begin_inset Formula $\mathsf{AbC}$
18336 \end_inset
18337
18338
18339 \end_layout
18340
18341 \end_inset
18342 </cell>
18343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18344 \begin_inset Text
18345
18346 \begin_layout Plain Layout
18347 Alt+Z S
18348 \end_layout
18349
18350 \end_inset
18351 </cell>
18352 </row>
18353 <row>
18354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18355 \begin_inset Text
18356
18357 \begin_layout Plain Layout
18358
18359 \backslash
18360 mathtt
18361 \series bold
18362
18363 \begin_inset ERT
18364 status collapsed
18365
18366 \begin_layout Plain Layout
18367
18368
18369 \backslash
18370 leer 
18371 \end_layout
18372
18373 \end_inset
18374
18375
18376 \series default
18377 AbC
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386 \begin_inset Formula $\mathtt{AbC}$
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398 Alt+Z C
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 </row>
18404 </lyxtabular>
18405
18406 \end_inset
18407
18408
18409 \end_layout
18410
18411 \begin_layout Standard
18412 \begin_inset Note Greyedout
18413 status open
18414
18415 \begin_layout Plain Layout
18416
18417 \series bold
18418 Achtung:
18419 \series default
18420  Die Stile 
18421 \series bold
18422
18423 \backslash
18424 mathbb
18425 \series default
18426  und 
18427 \series bold
18428
18429 \backslash
18430 mathcal
18431 \series default
18432  können nur für Großbuchstaben verwendet werden.
18433 \end_layout
18434
18435 \end_inset
18436
18437
18438 \end_layout
18439
18440 \begin_layout Standard
18441 Voreingestellt ist der Stil 
18442 \series bold
18443
18444 \backslash
18445 mathnormal
18446 \series default
18447 .
18448 \end_layout
18449
18450 \begin_layout Standard
18451 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18452 \begin_inset Formula \[
18453 \mathfrak{A=\frac{b}{C}}\]
18454
18455 \end_inset
18456
18457
18458 \end_layout
18459
18460 \begin_layout Standard
18461 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18462 ile, sondern in dem Textschriftstil 
18463 \series bold
18464
18465 \backslash
18466 textrm
18467 \series default
18468 .
18469  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18470  ein Fehler in LyX.
18471 \begin_inset Foot
18472 status collapsed
18473
18474 \begin_layout Plain Layout
18475 \begin_inset CommandInset href
18476 LatexCommand href
18477 name "LyX-Fehler #4629"
18478 target "http://www.lyx.org/trac/ticket/4629"
18479
18480 \end_inset
18481
18482
18483 \end_layout
18484
18485 \end_inset
18486
18487
18488 \end_layout
18489
18490 \begin_layout Standard
18491 Anstelle der Stilbefehle kann man auch den Dialog 
18492 \family sans
18493 Bearbeiten\SpecialChar \menuseparator
18494 Mathe\SpecialChar \menuseparator
18495 Text-Stil
18496 \family default
18497  oder den Mathe-Werkzeugleistenknopf 
18498 \begin_inset Graphics
18499         filename ../../images/math/font.png
18500         scale 85
18501
18502 \end_inset
18503
18504  verwenden.
18505 \end_layout
18506
18507 \begin_layout Subsection
18508 Fett gedruckte Formeln
18509 \begin_inset CommandInset label
18510 LatexCommand label
18511 name "sub:Fett-gedruckte-Formeln"
18512
18513 \end_inset
18514
18515
18516 \begin_inset Index
18517 status collapsed
18518
18519 \begin_layout Plain Layout
18520 Formel ! fett gedruckte
18521 \end_layout
18522
18523 \end_inset
18524
18525
18526 \end_layout
18527
18528 \begin_layout Standard
18529 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18530  Kapitel angegebenen Befehl 
18531 \series bold
18532
18533 \backslash
18534 mathbf
18535 \series default
18536  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18537  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18538  Formel gut erkennt:
18539 \end_layout
18540
18541 \begin_layout Standard
18542 \begin_inset Formula \[
18543 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}\]
18544
18545 \end_inset
18546
18547
18548 \end_layout
18549
18550 \begin_layout Standard
18551 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18552 \series bold
18553
18554 \backslash
18555 boldsymbol
18556 \series default
18557 :
18558 \begin_inset Formula \[
18559 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}\]
18560
18561 \end_inset
18562
18563 Es gibt auch die Möglichkeit die Formel in eine 
18564 \series bold
18565 boldmath-Umgebung
18566 \series default
18567  zu setzen.
18568  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18569 \series bold
18570
18571 \backslash
18572 boldmath
18573 \begin_inset Index
18574 status collapsed
18575
18576 \begin_layout Plain Layout
18577 Befehle ! B ! 
18578 \backslash
18579 boldmath
18580 \end_layout
18581
18582 \end_inset
18583
18584
18585 \series default
18586  eingibt.
18587  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18588 \series bold
18589
18590 \backslash
18591 unboldmath
18592 \begin_inset Index
18593 status collapsed
18594
18595 \begin_layout Plain Layout
18596 Befehle ! U ! 
18597 \backslash
18598 unboldmath
18599 \end_layout
18600
18601 \end_inset
18602
18603
18604 \series default
18605  ein.
18606 \begin_inset ERT
18607 status collapsed
18608
18609 \begin_layout Plain Layout
18610
18611
18612 \backslash
18613 boldmath 
18614 \end_layout
18615
18616 \end_inset
18617
18618
18619 \begin_inset Formula \[
18620 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}\]
18621
18622 \end_inset
18623
18624
18625 \begin_inset ERT
18626 status collapsed
18627
18628 \begin_layout Plain Layout
18629
18630
18631 \backslash
18632 unboldmath 
18633 \end_layout
18634
18635 \end_inset
18636
18637
18638 \end_layout
18639
18640 \begin_layout Subsection
18641 Farbige Formeln
18642 \begin_inset Index
18643 status collapsed
18644
18645 \begin_layout Plain Layout
18646 Formel ! farbige
18647 \end_layout
18648
18649 \end_inset
18650
18651
18652 \end_layout
18653
18654 \begin_layout Standard
18655 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18656  oder Formelteile und verwenden dann den 
18657 \family sans
18658 Textstil
18659 \family default
18660  Dialog.
18661  Hier ist eine Formel in Magenta:
18662 \begin_inset Formula \[
18663 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18664
18665 \end_inset
18666
18667
18668 \end_layout
18669
18670 \begin_layout Standard
18671 Man kann auch eigene Farben definieren, wie in 
18672 \begin_inset CommandInset ref
18673 LatexCommand ref
18674 reference "sub:Farbige-Boxen"
18675
18676 \end_inset
18677
18678  erklärt ist.
18679  Diese können dann mit dem TeX-Code Befehl 
18680 \series bold
18681
18682 \backslash
18683 textcolor
18684 \series default
18685
18686 \begin_inset Index
18687 status collapsed
18688
18689 \begin_layout Plain Layout
18690 Befehle! T ! 
18691 \backslash
18692 textcolor
18693 \end_layout
18694
18695 \end_inset
18696
18697  verwendet werden, dass folgendes Schema besitzt:
18698 \end_layout
18699
18700 \begin_layout Standard
18701
18702 \series bold
18703
18704 \backslash
18705 textcolor{Farbe}{Zeichen oder Formel}
18706 \end_layout
18707
18708 \begin_layout Standard
18709 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
18710 \end_layout
18711
18712 \begin_layout Standard
18713 \begin_inset ERT
18714 status collapsed
18715
18716 \begin_layout Plain Layout
18717
18718
18719 \backslash
18720 textcolor{dunkelgruen}{
18721 \end_layout
18722
18723 \end_inset
18724
18725
18726 \begin_inset Formula \[
18727 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18728
18729 \end_inset
18730
18731
18732 \begin_inset ERT
18733 status collapsed
18734
18735 \begin_layout Plain Layout
18736
18737 }
18738 \end_layout
18739
18740 \end_inset
18741
18742
18743 \end_layout
18744
18745 \begin_layout Standard
18746 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
18747 n Farben gefärbt werden.
18748 \begin_inset Foot
18749 status collapsed
18750
18751 \begin_layout Plain Layout
18752 \begin_inset CommandInset href
18753 LatexCommand href
18754 name "LyX-bug #5269"
18755 target "http://www.lyx.org/trac/ticket/5269"
18756
18757 \end_inset
18758
18759
18760 \end_layout
18761
18762 \end_inset
18763
18764
18765 \end_layout
18766
18767 \begin_layout Subsection
18768 Schriftgrößen
18769 \begin_inset CommandInset label
18770 LatexCommand label
18771 name "sub:Schriftgrößen"
18772
18773 \end_inset
18774
18775
18776 \begin_inset Index
18777 status collapsed
18778
18779 \begin_layout Plain Layout
18780 Schriften ! Schriftgrößen
18781 \end_layout
18782
18783 \end_inset
18784
18785
18786 \end_layout
18787
18788 \begin_layout Standard
18789 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18790 le:
18791 \end_layout
18792
18793 \begin_layout Standard
18794
18795 \series bold
18796
18797 \backslash
18798 Huge
18799 \series default
18800
18801 \series bold
18802
18803 \backslash
18804 huge
18805 \series default
18806
18807 \series bold
18808
18809 \backslash
18810 LARGE
18811 \series default
18812
18813 \series bold
18814
18815 \backslash
18816 Large
18817 \series default
18818
18819 \series bold
18820
18821 \backslash
18822 large
18823 \series default
18824
18825 \series bold
18826
18827 \backslash
18828 normalsize
18829 \series default
18830
18831 \series bold
18832
18833 \backslash
18834 small
18835 \series default
18836
18837 \series bold
18838
18839 \backslash
18840 footnotesize
18841 \series default
18842 ,
18843 \begin_inset Newline linebreak
18844 \end_inset
18845
18846
18847 \series bold
18848
18849 \backslash
18850 scriptsize
18851 \series default
18852  und 
18853 \series bold
18854
18855 \backslash
18856 tiny
18857 \end_layout
18858
18859 \begin_layout Standard
18860 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
18861  ab, die dem Befehl 
18862 \series bold
18863
18864 \backslash
18865 normalsize
18866 \series default
18867  entspricht.
18868  Die anderen Befehle produzieren kleinere oder größere Schriften als 
18869 \series bold
18870
18871 \backslash
18872 normalsize
18873 \series default
18874 .
18875  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
18876  Beträgt z.
18877 \begin_inset space \thinspace{}
18878 \end_inset
18879
18880 B.
18881  die Dokumentschriftgröße 12
18882 \begin_inset space \thinspace{}
18883 \end_inset
18884
18885 pt, produziert der Befehl 
18886 \series bold
18887
18888 \backslash
18889 Huge
18890 \series default
18891  dasselbe wie 
18892 \series bold
18893
18894 \backslash
18895 huge
18896 \series default
18897 .
18898  
18899 \end_layout
18900
18901 \begin_layout Standard
18902 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18903  Größe aller nachfolgenden Formel- und Textzeichen fest.
18904  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
18905  TeX-Modus den Befehl 
18906 \series bold
18907
18908 \backslash
18909 normalsize
18910 \series default
18911  ein.
18912 \end_layout
18913
18914 \begin_layout Standard
18915 Innerhalb einer Formel kann die Größe nur für Symbole oder Buchstaben im
18916  mathematischen Text geändert werden.
18917  Dazu wird der Größenbefehl im mathematischen Textmodus eingegeben.
18918  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
18919  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
18920  Dazu zwei Beispiele:
18921 \begin_inset VSpace -2mm
18922 \end_inset
18923
18924
18925 \end_layout
18926
18927 \begin_layout Standard
18928 \begin_inset ERT
18929 status collapsed
18930
18931 \begin_layout Plain Layout
18932
18933
18934 \backslash
18935 huge 
18936 \end_layout
18937
18938 \end_inset
18939
18940
18941 \begin_inset Formula \[
18942 A=\frac{B}{c}\cdot\maltese\]
18943
18944 \end_inset
18945
18946
18947 \begin_inset Formula \[
18948 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18949
18950 \end_inset
18951
18952
18953 \begin_inset ERT
18954 status collapsed
18955
18956 \begin_layout Plain Layout
18957
18958
18959 \backslash
18960 normalsize 
18961 \end_layout
18962
18963 \end_inset
18964
18965
18966 \end_layout
18967
18968 \begin_layout Standard
18969 \begin_inset VSpace medskip
18970 \end_inset
18971
18972 Vor beiden Formeln wurde der Befehl 
18973 \series bold
18974
18975 \backslash
18976 huge
18977 \series default
18978  eingegeben.
18979  Der Befehl für die zweite Formel lautet:
18980 \begin_inset Newline newline
18981 \end_inset
18982
18983
18984 \series bold
18985
18986 \backslash
18987 maltese
18988 \begin_inset ERT
18989 status collapsed
18990
18991 \begin_layout Plain Layout
18992
18993
18994 \backslash
18995 leer 
18996 \end_layout
18997
18998 \end_inset
18999
19000 A M-m m 
19001 \backslash
19002 Large
19003 \begin_inset ERT
19004 status collapsed
19005
19006 \begin_layout Plain Layout
19007
19008
19009 \backslash
19010 leer 
19011 \end_layout
19012
19013 \end_inset
19014
19015
19016 \backslash
19017 maltese
19018 \begin_inset ERT
19019 status collapsed
19020
19021 \begin_layout Plain Layout
19022
19023
19024 \backslash
19025 leer 
19026 \end_layout
19027
19028 \end_inset
19029
19030
19031 \backslash
19032 textit
19033 \begin_inset ERT
19034 status collapsed
19035
19036 \begin_layout Plain Layout
19037
19038
19039 \backslash
19040 leer 
19041 \end_layout
19042
19043 \end_inset
19044
19045 A
19046 \begin_inset Formula $\to$
19047 \end_inset
19048
19049
19050 \begin_inset Formula $\to$
19051 \end_inset
19052
19053
19054 \begin_inset Newline newline
19055 \end_inset
19056
19057
19058 \begin_inset space \hspace*{}
19059 \length 1cm
19060 \end_inset
19061
19062 M-m
19063 \series default
19064  
19065 \series bold
19066
19067 \backslash
19068 tiny
19069 \begin_inset ERT
19070 status collapsed
19071
19072 \begin_layout Plain Layout
19073
19074
19075 \backslash
19076 leer 
19077 \end_layout
19078
19079 \end_inset
19080
19081
19082 \backslash
19083 maltese
19084 \begin_inset ERT
19085 status collapsed
19086
19087 \begin_layout Plain Layout
19088
19089
19090 \backslash
19091 leer 
19092 \end_layout
19093
19094 \end_inset
19095
19096
19097 \backslash
19098 textit
19099 \begin_inset ERT
19100 status collapsed
19101
19102 \begin_layout Plain Layout
19103
19104
19105 \backslash
19106 leer 
19107 \end_layout
19108
19109 \end_inset
19110
19111 A
19112 \end_layout
19113
19114 \begin_layout Standard
19115 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19116  immer in der Standardgröße dargestellt.
19117 \end_layout
19118
19119 \begin_layout Section
19120 Griechische Buchstaben
19121 \begin_inset Index
19122 status collapsed
19123
19124 \begin_layout Plain Layout
19125 griechische Buchstaben
19126 \end_layout
19127
19128 \end_inset
19129
19130
19131 \end_layout
19132
19133 \begin_layout Standard
19134 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19135  
19136 \begin_inset Graphics
19137         filename ../../images/math/alpha.png
19138         scale 85
19139
19140 \end_inset
19141
19142  eingefügt werden.
19143 \end_layout
19144
19145 \begin_layout Subsection
19146 Kleine Buchstaben
19147 \begin_inset Index
19148 status collapsed
19149
19150 \begin_layout Plain Layout
19151 griechische Buchstaben ! kleine
19152 \end_layout
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \begin_layout Standard
19160 \begin_inset space \hfill{}
19161 \end_inset
19162
19163
19164 \begin_inset Tabular
19165 <lyxtabular version="3" rows="11" columns="2">
19166 <features>
19167 <column alignment="center" valignment="top" width="0pt">
19168 <column alignment="center" valignment="top" width="0pt">
19169 <row>
19170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174 Befehl
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183 Ergebnis
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 </row>
19189 <row>
19190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Plain Layout
19194
19195 \backslash
19196 alpha
19197 \end_layout
19198
19199 \end_inset
19200 </cell>
19201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19202 \begin_inset Text
19203
19204 \begin_layout Plain Layout
19205 \begin_inset Formula $\alpha$
19206 \end_inset
19207
19208
19209 \end_layout
19210
19211 \end_inset
19212 </cell>
19213 </row>
19214 <row>
19215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19216 \begin_inset Text
19217
19218 \begin_layout Plain Layout
19219
19220 \backslash
19221 beta
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230 \begin_inset Formula $\beta$
19231 \end_inset
19232
19233
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 </row>
19239 <row>
19240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244
19245 \backslash
19246 gamma
19247 \end_layout
19248
19249 \end_inset
19250 </cell>
19251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19252 \begin_inset Text
19253
19254 \begin_layout Plain Layout
19255 \begin_inset Formula $\gamma$
19256 \end_inset
19257
19258
19259 \end_layout
19260
19261 \end_inset
19262 </cell>
19263 </row>
19264 <row>
19265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269
19270 \backslash
19271 delta
19272 \end_layout
19273
19274 \end_inset
19275 </cell>
19276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280 \begin_inset Formula $\delta$
19281 \end_inset
19282
19283
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 </row>
19289 <row>
19290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19291 \begin_inset Text
19292
19293 \begin_layout Plain Layout
19294
19295 \backslash
19296 epsilon
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305 \begin_inset Formula $\epsilon$
19306 \end_inset
19307
19308
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 </row>
19314 <row>
19315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319
19320 \backslash
19321 varepsilon
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330 \begin_inset Formula $\varepsilon$
19331 \end_inset
19332
19333
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 </row>
19339 <row>
19340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344
19345 \backslash
19346 zeta
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355 \begin_inset Formula $\zeta$
19356 \end_inset
19357
19358
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 </row>
19364 <row>
19365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369
19370 \backslash
19371 eta
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380 \begin_inset Formula $\eta$
19381 \end_inset
19382
19383
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 </row>
19389 <row>
19390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394
19395 \backslash
19396 theta
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405 \begin_inset Formula $\theta$
19406 \end_inset
19407
19408
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 </row>
19414 <row>
19415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419
19420 \backslash
19421 vartheta
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430 \begin_inset Formula $\vartheta$
19431 \end_inset
19432
19433
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 </row>
19439 </lyxtabular>
19440
19441 \end_inset
19442
19443
19444 \begin_inset space \hfill{}
19445 \end_inset
19446
19447
19448 \begin_inset Tabular
19449 <lyxtabular version="3" rows="12" columns="2">
19450 <features>
19451 <column alignment="center" valignment="top" width="0pt">
19452 <column alignment="center" valignment="top" width="0pt">
19453 <row>
19454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19455 \begin_inset Text
19456
19457 \begin_layout Plain Layout
19458 Befehl
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467 Ergebnis
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 </row>
19473 <row>
19474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478
19479 \backslash
19480 iota
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19486 \begin_inset Text
19487
19488 \begin_layout Plain Layout
19489 \begin_inset Formula $\iota$
19490 \end_inset
19491
19492
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 </row>
19498 <row>
19499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19500 \begin_inset Text
19501
19502 \begin_layout Plain Layout
19503
19504 \backslash
19505 kappa
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19511 \begin_inset Text
19512
19513 \begin_layout Plain Layout
19514 \begin_inset Formula $\kappa$
19515 \end_inset
19516
19517
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 </row>
19523 <row>
19524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528
19529 \backslash
19530 varkappa
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539 \begin_inset Formula $\varkappa$
19540 \end_inset
19541
19542
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 </row>
19548 <row>
19549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553
19554 \backslash
19555 lambda
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564 \begin_inset Formula $\lambda$
19565 \end_inset
19566
19567
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 </row>
19573 <row>
19574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578
19579 \backslash
19580 mu
19581 \end_layout
19582
19583 \end_inset
19584 </cell>
19585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589 \begin_inset Formula $\mu$
19590 \end_inset
19591
19592
19593 \end_layout
19594
19595 \end_inset
19596 </cell>
19597 </row>
19598 <row>
19599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19600 \begin_inset Text
19601
19602 \begin_layout Plain Layout
19603
19604 \backslash
19605 nu
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614 \begin_inset Formula $\nu$
19615 \end_inset
19616
19617
19618 \end_layout
19619
19620 \end_inset
19621 </cell>
19622 </row>
19623 <row>
19624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628
19629 \backslash
19630 xi
19631 \end_layout
19632
19633 \end_inset
19634 </cell>
19635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639 \begin_inset Formula $\xi$
19640 \end_inset
19641
19642
19643 \end_layout
19644
19645 \end_inset
19646 </cell>
19647 </row>
19648 <row>
19649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653 o
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19659 \begin_inset Text
19660
19661 \begin_layout Plain Layout
19662 \begin_inset Formula $o$
19663 \end_inset
19664
19665
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 </row>
19671 <row>
19672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19673 \begin_inset Text
19674
19675 \begin_layout Plain Layout
19676
19677 \backslash
19678 pi
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687 \begin_inset Formula $\pi$
19688 \end_inset
19689
19690
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 </row>
19696 <row>
19697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19698 \begin_inset Text
19699
19700 \begin_layout Plain Layout
19701
19702 \backslash
19703 varpi
19704 \end_layout
19705
19706 \end_inset
19707 </cell>
19708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19709 \begin_inset Text
19710
19711 \begin_layout Plain Layout
19712 \begin_inset Formula $\varpi$
19713 \end_inset
19714
19715
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 </row>
19721 <row>
19722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19723 \begin_inset Text
19724
19725 \begin_layout Plain Layout
19726
19727 \backslash
19728 rho
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737 \begin_inset Formula $\rho$
19738 \end_inset
19739
19740
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 </row>
19746 </lyxtabular>
19747
19748 \end_inset
19749
19750
19751 \begin_inset space \hfill{}
19752 \end_inset
19753
19754
19755 \begin_inset Tabular
19756 <lyxtabular version="3" rows="11" columns="2">
19757 <features>
19758 <column alignment="center" valignment="top" width="0pt">
19759 <column alignment="center" valignment="top" width="0pt">
19760 <row>
19761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765 Befehl
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774 Ergebnis
19775 \end_layout
19776
19777 \end_inset
19778 </cell>
19779 </row>
19780 <row>
19781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19782 \begin_inset Text
19783
19784 \begin_layout Plain Layout
19785
19786 \backslash
19787 varrho
19788 \end_layout
19789
19790 \end_inset
19791 </cell>
19792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796 \begin_inset Formula $\varrho$
19797 \end_inset
19798
19799
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 </row>
19805 <row>
19806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810
19811 \backslash
19812 sigma
19813 \end_layout
19814
19815 \end_inset
19816 </cell>
19817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19818 \begin_inset Text
19819
19820 \begin_layout Plain Layout
19821 \begin_inset Formula $\sigma$
19822 \end_inset
19823
19824
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 </row>
19830 <row>
19831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19832 \begin_inset Text
19833
19834 \begin_layout Plain Layout
19835
19836 \backslash
19837 varsigma
19838 \end_layout
19839
19840 \end_inset
19841 </cell>
19842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19843 \begin_inset Text
19844
19845 \begin_layout Plain Layout
19846 \begin_inset Formula $\varsigma$
19847 \end_inset
19848
19849
19850 \end_layout
19851
19852 \end_inset
19853 </cell>
19854 </row>
19855 <row>
19856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19857 \begin_inset Text
19858
19859 \begin_layout Plain Layout
19860
19861 \backslash
19862 tau
19863 \end_layout
19864
19865 \end_inset
19866 </cell>
19867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19868 \begin_inset Text
19869
19870 \begin_layout Plain Layout
19871 \begin_inset Formula $\tau$
19872 \end_inset
19873
19874
19875 \end_layout
19876
19877 \end_inset
19878 </cell>
19879 </row>
19880 <row>
19881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19882 \begin_inset Text
19883
19884 \begin_layout Plain Layout
19885
19886 \backslash
19887 upsilon
19888 \end_layout
19889
19890 \end_inset
19891 </cell>
19892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19893 \begin_inset Text
19894
19895 \begin_layout Plain Layout
19896 \begin_inset Formula $\upsilon$
19897 \end_inset
19898
19899
19900 \end_layout
19901
19902 \end_inset
19903 </cell>
19904 </row>
19905 <row>
19906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910
19911 \backslash
19912 phi
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19918 \begin_inset Text
19919
19920 \begin_layout Plain Layout
19921 \begin_inset Formula $\phi$
19922 \end_inset
19923
19924
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 </row>
19930 <row>
19931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19932 \begin_inset Text
19933
19934 \begin_layout Plain Layout
19935
19936 \backslash
19937 varphi
19938 \end_layout
19939
19940 \end_inset
19941 </cell>
19942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19943 \begin_inset Text
19944
19945 \begin_layout Plain Layout
19946 \begin_inset Formula $\varphi$
19947 \end_inset
19948
19949
19950 \end_layout
19951
19952 \end_inset
19953 </cell>
19954 </row>
19955 <row>
19956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960
19961 \backslash
19962 chi
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19968 \begin_inset Text
19969
19970 \begin_layout Plain Layout
19971 \begin_inset Formula $\chi$
19972 \end_inset
19973
19974
19975 \end_layout
19976
19977 \end_inset
19978 </cell>
19979 </row>
19980 <row>
19981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19982 \begin_inset Text
19983
19984 \begin_layout Plain Layout
19985
19986 \backslash
19987 psi
19988 \end_layout
19989
19990 \end_inset
19991 </cell>
19992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19993 \begin_inset Text
19994
19995 \begin_layout Plain Layout
19996 \begin_inset Formula $\psi$
19997 \end_inset
19998
19999
20000 \end_layout
20001
20002 \end_inset
20003 </cell>
20004 </row>
20005 <row>
20006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20007 \begin_inset Text
20008
20009 \begin_layout Plain Layout
20010
20011 \backslash
20012 omega
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Plain Layout
20021 \begin_inset Formula $\omega$
20022 \end_inset
20023
20024
20025 \end_layout
20026
20027 \end_inset
20028 </cell>
20029 </row>
20030 </lyxtabular>
20031
20032 \end_inset
20033
20034
20035 \begin_inset space \hfill{}
20036 \end_inset
20037
20038
20039 \end_layout
20040
20041 \begin_layout Standard
20042 \begin_inset VSpace medskip
20043 \end_inset
20044
20045 Wie man aufrechte griechische Buchstaben erstellt, ist in 
20046 \begin_inset CommandInset ref
20047 LatexCommand ref
20048 reference "sub:Aufrechte-kleine-griechische"
20049
20050 \end_inset
20051
20052  beschrieben.
20053 \end_layout
20054
20055 \begin_layout Subsection
20056 Große Buchstaben
20057 \begin_inset Index
20058 status collapsed
20059
20060 \begin_layout Plain Layout
20061 griechische Buchstaben ! große
20062 \end_layout
20063
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \begin_layout Standard
20070 \begin_inset space \hfill{}
20071 \end_inset
20072
20073
20074 \begin_inset Tabular
20075 <lyxtabular version="3" rows="7" columns="2">
20076 <features>
20077 <column alignment="center" valignment="top" width="0pt">
20078 <column alignment="center" valignment="top" width="0pt">
20079 <row>
20080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Plain Layout
20084 Befehl
20085 \end_layout
20086
20087 \end_inset
20088 </cell>
20089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20090 \begin_inset Text
20091
20092 \begin_layout Plain Layout
20093 Ergebnis
20094 \end_layout
20095
20096 \end_inset
20097 </cell>
20098 </row>
20099 <row>
20100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20101 \begin_inset Text
20102
20103 \begin_layout Plain Layout
20104
20105 \backslash
20106 Gamma
20107 \end_layout
20108
20109 \end_inset
20110 </cell>
20111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20112 \begin_inset Text
20113
20114 \begin_layout Plain Layout
20115 \begin_inset Formula $\Gamma$
20116 \end_inset
20117
20118
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 </row>
20124 <row>
20125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20126 \begin_inset Text
20127
20128 \begin_layout Plain Layout
20129
20130 \backslash
20131 Delta
20132 \end_layout
20133
20134 \end_inset
20135 </cell>
20136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20137 \begin_inset Text
20138
20139 \begin_layout Plain Layout
20140 \begin_inset Formula $\Delta$
20141 \end_inset
20142
20143
20144 \end_layout
20145
20146 \end_inset
20147 </cell>
20148 </row>
20149 <row>
20150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20151 \begin_inset Text
20152
20153 \begin_layout Plain Layout
20154
20155 \backslash
20156 Theta
20157 \end_layout
20158
20159 \end_inset
20160 </cell>
20161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20162 \begin_inset Text
20163
20164 \begin_layout Plain Layout
20165 \begin_inset Formula $\Theta$
20166 \end_inset
20167
20168
20169 \end_layout
20170
20171 \end_inset
20172 </cell>
20173 </row>
20174 <row>
20175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20176 \begin_inset Text
20177
20178 \begin_layout Plain Layout
20179
20180 \backslash
20181 Lambda
20182 \end_layout
20183
20184 \end_inset
20185 </cell>
20186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20187 \begin_inset Text
20188
20189 \begin_layout Plain Layout
20190 \begin_inset Formula $\Lambda$
20191 \end_inset
20192
20193
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 </row>
20199 <row>
20200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20201 \begin_inset Text
20202
20203 \begin_layout Plain Layout
20204
20205 \backslash
20206 Xi
20207 \end_layout
20208
20209 \end_inset
20210 </cell>
20211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20212 \begin_inset Text
20213
20214 \begin_layout Plain Layout
20215 \begin_inset Formula $\Xi$
20216 \end_inset
20217
20218
20219 \end_layout
20220
20221 \end_inset
20222 </cell>
20223 </row>
20224 <row>
20225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20226 \begin_inset Text
20227
20228 \begin_layout Plain Layout
20229
20230 \backslash
20231 Pi
20232 \end_layout
20233
20234 \end_inset
20235 </cell>
20236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Plain Layout
20240 \begin_inset Formula $\Pi$
20241 \end_inset
20242
20243
20244 \end_layout
20245
20246 \end_inset
20247 </cell>
20248 </row>
20249 </lyxtabular>
20250
20251 \end_inset
20252
20253
20254 \begin_inset space \hfill{}
20255 \end_inset
20256
20257
20258 \begin_inset Tabular
20259 <lyxtabular version="3" rows="6" columns="2">
20260 <features>
20261 <column alignment="center" valignment="top" width="0pt">
20262 <column alignment="center" valignment="top" width="0pt">
20263 <row>
20264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20265 \begin_inset Text
20266
20267 \begin_layout Plain Layout
20268 Befehl
20269 \end_layout
20270
20271 \end_inset
20272 </cell>
20273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20274 \begin_inset Text
20275
20276 \begin_layout Plain Layout
20277 Ergebnis
20278 \end_layout
20279
20280 \end_inset
20281 </cell>
20282 </row>
20283 <row>
20284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20285 \begin_inset Text
20286
20287 \begin_layout Plain Layout
20288
20289 \backslash
20290 Sigma
20291 \end_layout
20292
20293 \end_inset
20294 </cell>
20295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20296 \begin_inset Text
20297
20298 \begin_layout Plain Layout
20299 \begin_inset Formula $\Sigma$
20300 \end_inset
20301
20302
20303 \end_layout
20304
20305 \end_inset
20306 </cell>
20307 </row>
20308 <row>
20309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20310 \begin_inset Text
20311
20312 \begin_layout Plain Layout
20313
20314 \backslash
20315 Upsilon
20316 \end_layout
20317
20318 \end_inset
20319 </cell>
20320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20321 \begin_inset Text
20322
20323 \begin_layout Plain Layout
20324 \begin_inset Formula $\Upsilon$
20325 \end_inset
20326
20327
20328 \end_layout
20329
20330 \end_inset
20331 </cell>
20332 </row>
20333 <row>
20334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20335 \begin_inset Text
20336
20337 \begin_layout Plain Layout
20338
20339 \backslash
20340 Phi
20341 \end_layout
20342
20343 \end_inset
20344 </cell>
20345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20346 \begin_inset Text
20347
20348 \begin_layout Plain Layout
20349 \begin_inset Formula $\Phi$
20350 \end_inset
20351
20352
20353 \end_layout
20354
20355 \end_inset
20356 </cell>
20357 </row>
20358 <row>
20359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20360 \begin_inset Text
20361
20362 \begin_layout Plain Layout
20363
20364 \backslash
20365 Psi
20366 \end_layout
20367
20368 \end_inset
20369 </cell>
20370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20371 \begin_inset Text
20372
20373 \begin_layout Plain Layout
20374 \begin_inset Formula $\Psi$
20375 \end_inset
20376
20377
20378 \end_layout
20379
20380 \end_inset
20381 </cell>
20382 </row>
20383 <row>
20384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20385 \begin_inset Text
20386
20387 \begin_layout Plain Layout
20388
20389 \backslash
20390 Omega
20391 \end_layout
20392
20393 \end_inset
20394 </cell>
20395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399 \begin_inset Formula $\Omega$
20400 \end_inset
20401
20402
20403 \end_layout
20404
20405 \end_inset
20406 </cell>
20407 </row>
20408 </lyxtabular>
20409
20410 \end_inset
20411
20412
20413 \begin_inset space \hfill{}
20414 \end_inset
20415
20416
20417 \end_layout
20418
20419 \begin_layout Standard
20420 \begin_inset VSpace medskip
20421 \end_inset
20422
20423 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20424  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20425  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20426  mit 
20427 \series bold
20428 var
20429 \series default
20430 .
20431  So ergibt z.
20432 \begin_inset space \thinspace{}
20433 \end_inset
20434
20435 B.
20436  der Befehl 
20437 \series bold
20438
20439 \backslash
20440 varGamma
20441 \series default
20442
20443 \begin_inset Formula $\varGamma$
20444 \end_inset
20445
20446
20447 \end_layout
20448
20449 \begin_layout Subsection
20450 Fett gedruckte Buchstaben
20451 \begin_inset Index
20452 status collapsed
20453
20454 \begin_layout Plain Layout
20455 griechische Buchstaben ! fett gedruckte
20456 \end_layout
20457
20458 \end_inset
20459
20460
20461 \end_layout
20462
20463 \begin_layout Standard
20464 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20465  Schriftstilen darstellen.
20466  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20467 \series bold
20468
20469 \backslash
20470 boldsymbol
20471 \series default
20472
20473 \begin_inset Index
20474 status collapsed
20475
20476 \begin_layout Plain Layout
20477 Befehle ! B ! 
20478 \backslash
20479 boldsymbol
20480 \end_layout
20481
20482 \end_inset
20483
20484  fett gedruckt auszugeben.
20485 \end_layout
20486
20487 \begin_layout Standard
20488 \align center
20489 \begin_inset Tabular
20490 <lyxtabular version="3" rows="3" columns="2">
20491 <features>
20492 <column alignment="center" valignment="top" width="0">
20493 <column alignment="center" valignment="top" width="0">
20494 <row>
20495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499 Befehl
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20505 \begin_inset Text
20506
20507 \begin_layout Plain Layout
20508 Ergebnis
20509 \end_layout
20510
20511 \end_inset
20512 </cell>
20513 </row>
20514 <row>
20515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20516 \begin_inset Text
20517
20518 \begin_layout Plain Layout
20519
20520 \backslash
20521 Upsilon
20522 \backslash
20523 boldsymbol
20524 \backslash
20525 Upsilon
20526 \end_layout
20527
20528 \end_inset
20529 </cell>
20530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20535 \end_inset
20536
20537
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 </row>
20543 <row>
20544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548
20549 \backslash
20550 theta
20551 \backslash
20552 boldsymbol
20553 \backslash
20554 theta
20555 \end_layout
20556
20557 \end_inset
20558 </cell>
20559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20560 \begin_inset Text
20561
20562 \begin_layout Plain Layout
20563 \begin_inset Formula $\theta\boldsymbol{\theta}$
20564 \end_inset
20565
20566
20567 \end_layout
20568
20569 \end_inset
20570 </cell>
20571 </row>
20572 </lyxtabular>
20573
20574 \end_inset
20575
20576
20577 \end_layout
20578
20579 \begin_layout Section
20580 Symbole
20581 \begin_inset ERT
20582 status collapsed
20583
20584 \begin_layout Plain Layout
20585
20586
20587 \backslash
20588 texorpdfstring{
20589 \end_layout
20590
20591 \end_inset
20592
20593
20594 \begin_inset Foot
20595 status collapsed
20596
20597 \begin_layout Plain Layout
20598 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20599  
20600 \begin_inset CommandInset citation
20601 LatexCommand cite
20602 key "Symbole"
20603
20604 \end_inset
20605
20606 .
20607 \end_layout
20608
20609 \end_inset
20610
20611
20612 \begin_inset ERT
20613 status collapsed
20614
20615 \begin_layout Plain Layout
20616
20617 }{}
20618 \end_layout
20619
20620 \end_inset
20621
20622
20623 \begin_inset Note Note
20624 status collapsed
20625
20626 \begin_layout Plain Layout
20627
20628 \series bold
20629
20630 \backslash
20631 texorpdfstring
20632 \series default
20633  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20634 \end_layout
20635
20636 \begin_layout Plain Layout
20637 Näheres zu 
20638 \series bold
20639
20640 \backslash
20641 texorpdfstring
20642 \series default
20643  steht in Kapitel 
20644 \begin_inset CommandInset ref
20645 LatexCommand ref
20646 reference "sub:Formeln-in-Überschriften"
20647
20648 \end_inset
20649
20650 .
20651 \end_layout
20652
20653 \end_inset
20654
20655
20656 \begin_inset Index
20657 status collapsed
20658
20659 \begin_layout Plain Layout
20660 Symbole
20661 \end_layout
20662
20663 \end_inset
20664
20665
20666 \end_layout
20667
20668 \begin_layout Standard
20669 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
20670
20671 leistenknöpfe 
20672 \begin_inset Graphics
20673         filename ../../images/math/nabla.png
20674         scale 85
20675
20676 \end_inset
20677
20678  und 
20679 \begin_inset Graphics
20680         filename ../../images/math/digamma.png
20681         scale 85
20682
20683 \end_inset
20684
20685  eingefügt werden.
20686 \end_layout
20687
20688 \begin_layout Subsection
20689 Mathematische Symbole
20690 \begin_inset CommandInset label
20691 LatexCommand label
20692 name "sub:Mathematische-Symbole"
20693
20694 \end_inset
20695
20696
20697 \begin_inset Index
20698 status collapsed
20699
20700 \begin_layout Plain Layout
20701 Symbole ! mathematische
20702 \end_layout
20703
20704 \end_inset
20705
20706
20707 \end_layout
20708
20709 \begin_layout Standard
20710 \begin_inset space \hfill{}
20711 \end_inset
20712
20713
20714 \begin_inset Tabular
20715 <lyxtabular version="3" rows="10" columns="2">
20716 <features>
20717 <column alignment="center" valignment="top" width="0pt">
20718 <column alignment="center" valignment="top" width="0pt">
20719 <row>
20720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20721 \begin_inset Text
20722
20723 \begin_layout Plain Layout
20724 Befehl
20725 \end_layout
20726
20727 \end_inset
20728 </cell>
20729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20730 \begin_inset Text
20731
20732 \begin_layout Plain Layout
20733 Ergebnis
20734 \end_layout
20735
20736 \end_inset
20737 </cell>
20738 </row>
20739 <row>
20740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Plain Layout
20744
20745 \backslash
20746 neg
20747 \end_layout
20748
20749 \end_inset
20750 </cell>
20751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20752 \begin_inset Text
20753
20754 \begin_layout Plain Layout
20755 \begin_inset Formula $\neg$
20756 \end_inset
20757
20758
20759 \end_layout
20760
20761 \end_inset
20762 </cell>
20763 </row>
20764 <row>
20765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20766 \begin_inset Text
20767
20768 \begin_layout Plain Layout
20769
20770 \backslash
20771 Im
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780 \begin_inset Formula $\Im$
20781 \end_inset
20782
20783
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 </row>
20789 <row>
20790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20791 \begin_inset Text
20792
20793 \begin_layout Plain Layout
20794
20795 \backslash
20796 Re
20797 \end_layout
20798
20799 \end_inset
20800 </cell>
20801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20802 \begin_inset Text
20803
20804 \begin_layout Plain Layout
20805 \begin_inset Formula $\Re$
20806 \end_inset
20807
20808
20809 \end_layout
20810
20811 \end_inset
20812 </cell>
20813 </row>
20814 <row>
20815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20816 \begin_inset Text
20817
20818 \begin_layout Plain Layout
20819
20820 \backslash
20821 aleph
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20827 \begin_inset Text
20828
20829 \begin_layout Plain Layout
20830 \begin_inset Formula $\aleph$
20831 \end_inset
20832
20833
20834 \end_layout
20835
20836 \end_inset
20837 </cell>
20838 </row>
20839 <row>
20840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20841 \begin_inset Text
20842
20843 \begin_layout Plain Layout
20844
20845 \backslash
20846 partial
20847 \end_layout
20848
20849 \end_inset
20850 </cell>
20851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20852 \begin_inset Text
20853
20854 \begin_layout Plain Layout
20855 \begin_inset Formula $\partial$
20856 \end_inset
20857
20858
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 </row>
20864 <row>
20865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20866 \begin_inset Text
20867
20868 \begin_layout Plain Layout
20869
20870 \backslash
20871 infty
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20877 \begin_inset Text
20878
20879 \begin_layout Plain Layout
20880 \begin_inset Formula $\infty$
20881 \end_inset
20882
20883
20884 \end_layout
20885
20886 \end_inset
20887 </cell>
20888 </row>
20889 <row>
20890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20891 \begin_inset Text
20892
20893 \begin_layout Plain Layout
20894
20895 \backslash
20896 wp
20897 \end_layout
20898
20899 \end_inset
20900 </cell>
20901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Plain Layout
20905 \begin_inset Formula $\wp$
20906 \end_inset
20907
20908
20909 \end_layout
20910
20911 \end_inset
20912 </cell>
20913 </row>
20914 <row>
20915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20916 \begin_inset Text
20917
20918 \begin_layout Plain Layout
20919
20920 \backslash
20921 imath
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20927 \begin_inset Text
20928
20929 \begin_layout Plain Layout
20930 \begin_inset Formula $\imath$
20931 \end_inset
20932
20933
20934 \end_layout
20935
20936 \end_inset
20937 </cell>
20938 </row>
20939 <row>
20940 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20941 \begin_inset Text
20942
20943 \begin_layout Plain Layout
20944
20945 \backslash
20946 jmath
20947 \end_layout
20948
20949 \end_inset
20950 </cell>
20951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20952 \begin_inset Text
20953
20954 \begin_layout Plain Layout
20955 \begin_inset Formula $\jmath$
20956 \end_inset
20957
20958
20959 \end_layout
20960
20961 \end_inset
20962 </cell>
20963 </row>
20964 </lyxtabular>
20965
20966 \end_inset
20967
20968
20969 \begin_inset space \hfill{}
20970 \end_inset
20971
20972
20973 \begin_inset Tabular
20974 <lyxtabular version="3" rows="10" columns="2">
20975 <features>
20976 <column alignment="center" valignment="top" width="0pt">
20977 <column alignment="center" valignment="top" width="0pt">
20978 <row>
20979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20980 \begin_inset Text
20981
20982 \begin_layout Plain Layout
20983 Befehl
20984 \end_layout
20985
20986 \end_inset
20987 </cell>
20988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20989 \begin_inset Text
20990
20991 \begin_layout Plain Layout
20992 Ergebnis
20993 \begin_inset Note Note
20994 status collapsed
20995
20996 \begin_layout Plain Layout
20997
20998 \series bold
20999
21000 \backslash
21001 raisebox
21002 \series default
21003  dient nur als Abstandhalter.
21004 \end_layout
21005
21006 \end_inset
21007
21008
21009 \end_layout
21010
21011 \end_inset
21012 </cell>
21013 </row>
21014 <row>
21015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21016 \begin_inset Text
21017
21018 \begin_layout Plain Layout
21019
21020 \backslash
21021 forall
21022 \end_layout
21023
21024 \end_inset
21025 </cell>
21026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21027 \begin_inset Text
21028
21029 \begin_layout Plain Layout
21030 \begin_inset Formula $\forall$
21031 \end_inset
21032
21033
21034 \end_layout
21035
21036 \end_inset
21037 </cell>
21038 </row>
21039 <row>
21040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21041 \begin_inset Text
21042
21043 \begin_layout Plain Layout
21044
21045 \backslash
21046 exists
21047 \end_layout
21048
21049 \end_inset
21050 </cell>
21051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21052 \begin_inset Text
21053
21054 \begin_layout Plain Layout
21055 \begin_inset Formula $\exists$
21056 \end_inset
21057
21058
21059 \end_layout
21060
21061 \end_inset
21062 </cell>
21063 </row>
21064 <row>
21065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21066 \begin_inset Text
21067
21068 \begin_layout Plain Layout
21069
21070 \backslash
21071 nexists
21072 \end_layout
21073
21074 \end_inset
21075 </cell>
21076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21077 \begin_inset Text
21078
21079 \begin_layout Plain Layout
21080 \begin_inset Formula $\nexists$
21081 \end_inset
21082
21083
21084 \end_layout
21085
21086 \end_inset
21087 </cell>
21088 </row>
21089 <row>
21090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21091 \begin_inset Text
21092
21093 \begin_layout Plain Layout
21094
21095 \backslash
21096 emptyset
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105 \begin_inset Formula $\emptyset$
21106 \end_inset
21107
21108
21109 \end_layout
21110
21111 \end_inset
21112 </cell>
21113 </row>
21114 <row>
21115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21116 \begin_inset Text
21117
21118 \begin_layout Plain Layout
21119
21120 \backslash
21121 varnothing
21122 \end_layout
21123
21124 \end_inset
21125 </cell>
21126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21127 \begin_inset Text
21128
21129 \begin_layout Plain Layout
21130 \begin_inset Formula $\varnothing$
21131 \end_inset
21132
21133
21134 \end_layout
21135
21136 \end_inset
21137 </cell>
21138 </row>
21139 <row>
21140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21141 \begin_inset Text
21142
21143 \begin_layout Plain Layout
21144
21145 \backslash
21146 dag
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21152 \begin_inset Text
21153
21154 \begin_layout Plain Layout
21155 \begin_inset Formula $\dag$
21156 \end_inset
21157
21158
21159 \end_layout
21160
21161 \end_inset
21162 </cell>
21163 </row>
21164 <row>
21165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21166 \begin_inset Text
21167
21168 \begin_layout Plain Layout
21169
21170 \backslash
21171 ddag
21172 \end_layout
21173
21174 \end_inset
21175 </cell>
21176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21177 \begin_inset Text
21178
21179 \begin_layout Plain Layout
21180 \begin_inset Formula $\ddag$
21181 \end_inset
21182
21183
21184 \end_layout
21185
21186 \end_inset
21187 </cell>
21188 </row>
21189 <row>
21190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21191 \begin_inset Text
21192
21193 \begin_layout Plain Layout
21194
21195 \backslash
21196 complement
21197 \end_layout
21198
21199 \end_inset
21200 </cell>
21201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21202 \begin_inset Text
21203
21204 \begin_layout Plain Layout
21205 \begin_inset ERT
21206 status collapsed
21207
21208 \begin_layout Plain Layout
21209
21210
21211 \backslash
21212 raisebox{-0.8mm}{
21213 \end_layout
21214
21215 \end_inset
21216
21217
21218 \begin_inset Formula $\complement$
21219 \end_inset
21220
21221
21222 \begin_inset ERT
21223 status collapsed
21224
21225 \begin_layout Plain Layout
21226
21227 }
21228 \end_layout
21229
21230 \end_inset
21231
21232
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 </row>
21238 <row>
21239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21240 \begin_inset Text
21241
21242 \begin_layout Plain Layout
21243
21244 \backslash
21245 Bbbk
21246 \end_layout
21247
21248 \end_inset
21249 </cell>
21250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254 \begin_inset Formula $\Bbbk$
21255 \end_inset
21256
21257
21258 \end_layout
21259
21260 \end_inset
21261 </cell>
21262 </row>
21263 </lyxtabular>
21264
21265 \end_inset
21266
21267
21268 \begin_inset space \hfill{}
21269 \end_inset
21270
21271
21272 \begin_inset Tabular
21273 <lyxtabular version="3" rows="10" columns="2">
21274 <features>
21275 <column alignment="center" valignment="top" width="0pt">
21276 <column alignment="center" valignment="top" width="0pt">
21277 <row>
21278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21279 \begin_inset Text
21280
21281 \begin_layout Plain Layout
21282 Befehl
21283 \end_layout
21284
21285 \end_inset
21286 </cell>
21287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21288 \begin_inset Text
21289
21290 \begin_layout Plain Layout
21291 Ergebnis
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 </row>
21297 <row>
21298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21299 \begin_inset Text
21300
21301 \begin_layout Plain Layout
21302
21303 \backslash
21304 prime
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313 \begin_inset Formula $\prime$
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 </row>
21322 <row>
21323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327
21328 \backslash
21329 backprime
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21335 \begin_inset Text
21336
21337 \begin_layout Plain Layout
21338 \begin_inset Formula $\backprime$
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 </row>
21347 <row>
21348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352
21353 \backslash
21354 mho
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363 \begin_inset Formula $\mho$
21364 \end_inset
21365
21366
21367 \end_layout
21368
21369 \end_inset
21370 </cell>
21371 </row>
21372 <row>
21373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21374 \begin_inset Text
21375
21376 \begin_layout Plain Layout
21377
21378 \backslash
21379 triangle
21380 \end_layout
21381
21382 \end_inset
21383 </cell>
21384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21385 \begin_inset Text
21386
21387 \begin_layout Plain Layout
21388 \begin_inset Formula $\triangle$
21389 \end_inset
21390
21391
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 </row>
21397 <row>
21398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21399 \begin_inset Text
21400
21401 \begin_layout Plain Layout
21402
21403 \backslash
21404 angle
21405 \end_layout
21406
21407 \end_inset
21408 </cell>
21409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21410 \begin_inset Text
21411
21412 \begin_layout Plain Layout
21413 \begin_inset Formula $\angle$
21414 \end_inset
21415
21416
21417 \end_layout
21418
21419 \end_inset
21420 </cell>
21421 </row>
21422 <row>
21423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21424 \begin_inset Text
21425
21426 \begin_layout Plain Layout
21427
21428 \backslash
21429 measuredangle
21430 \end_layout
21431
21432 \end_inset
21433 </cell>
21434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21435 \begin_inset Text
21436
21437 \begin_layout Plain Layout
21438 \begin_inset Formula $\measuredangle$
21439 \end_inset
21440
21441
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 </row>
21447 <row>
21448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21449 \begin_inset Text
21450
21451 \begin_layout Plain Layout
21452
21453 \backslash
21454 sphericalangle
21455 \end_layout
21456
21457 \end_inset
21458 </cell>
21459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21460 \begin_inset Text
21461
21462 \begin_layout Plain Layout
21463 \begin_inset Formula $\sphericalangle$
21464 \end_inset
21465
21466
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 </row>
21472 <row>
21473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21474 \begin_inset Text
21475
21476 \begin_layout Plain Layout
21477
21478 \backslash
21479 top
21480 \end_layout
21481
21482 \end_inset
21483 </cell>
21484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21485 \begin_inset Text
21486
21487 \begin_layout Plain Layout
21488 \begin_inset Formula $\top$
21489 \end_inset
21490
21491
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 </row>
21497 <row>
21498 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21499 \begin_inset Text
21500
21501 \begin_layout Plain Layout
21502
21503 \backslash
21504 bot
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21510 \begin_inset Text
21511
21512 \begin_layout Plain Layout
21513 \begin_inset Formula $\bot$
21514 \end_inset
21515
21516
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 </row>
21522 </lyxtabular>
21523
21524 \end_inset
21525
21526
21527 \begin_inset space \hfill{}
21528 \end_inset
21529
21530
21531 \end_layout
21532
21533 \begin_layout Subsection
21534 Sonstige Symbole
21535 \begin_inset CommandInset label
21536 LatexCommand label
21537 name "sub:Sonstige-Symbole"
21538
21539 \end_inset
21540
21541
21542 \begin_inset Index
21543 status collapsed
21544
21545 \begin_layout Plain Layout
21546 Symbole ! sonstige
21547 \end_layout
21548
21549 \end_inset
21550
21551
21552 \end_layout
21553
21554 \begin_layout Standard
21555 \noindent
21556 \align center
21557 \begin_inset Tabular
21558 <lyxtabular version="3" rows="10" columns="2">
21559 <features>
21560 <column alignment="center" valignment="top" width="0pt">
21561 <column alignment="center" valignment="top" width="0pt">
21562 <row>
21563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567 Befehl
21568 \end_layout
21569
21570 \end_inset
21571 </cell>
21572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21573 \begin_inset Text
21574
21575 \begin_layout Plain Layout
21576 Ergebnis
21577 \end_layout
21578
21579 \end_inset
21580 </cell>
21581 </row>
21582 <row>
21583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21584 \begin_inset Text
21585
21586 \begin_layout Plain Layout
21587
21588 \backslash
21589 flat
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598 \begin_inset Formula $\flat$
21599 \end_inset
21600
21601
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 </row>
21607 <row>
21608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612
21613 \backslash
21614 natural
21615 \end_layout
21616
21617 \end_inset
21618 </cell>
21619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623 \begin_inset Formula $\natural$
21624 \end_inset
21625
21626
21627 \end_layout
21628
21629 \end_inset
21630 </cell>
21631 </row>
21632 <row>
21633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637
21638 \backslash
21639 sharp
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648 \begin_inset Formula $\sharp$
21649 \end_inset
21650
21651
21652 \end_layout
21653
21654 \end_inset
21655 </cell>
21656 </row>
21657 <row>
21658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662
21663 \backslash
21664 surd
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673 \begin_inset Formula $\surd$
21674 \end_inset
21675
21676
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 </row>
21682 <row>
21683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687
21688 \backslash
21689 checkmark
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21695 \begin_inset Text
21696
21697 \begin_layout Plain Layout
21698 \begin_inset Formula $\checkmark$
21699 \end_inset
21700
21701
21702 \end_layout
21703
21704 \end_inset
21705 </cell>
21706 </row>
21707 <row>
21708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712
21713 \backslash
21714 yen
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723 \begin_inset Formula $\yen$
21724 \end_inset
21725
21726
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 </row>
21732 <row>
21733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737
21738 \backslash
21739 pounds
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748 \begin_inset Formula $\pounds$
21749 \end_inset
21750
21751
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 </row>
21757 <row>
21758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762 $
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21768 \begin_inset Text
21769
21770 \begin_layout Plain Layout
21771 \begin_inset Formula $\$$
21772 \end_inset
21773
21774
21775 \end_layout
21776
21777 \end_inset
21778 </cell>
21779 </row>
21780 <row>
21781 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21782 \begin_inset Text
21783
21784 \begin_layout Plain Layout
21785 §
21786 \end_layout
21787
21788 \end_inset
21789 </cell>
21790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794 \begin_inset Formula $§$
21795 \end_inset
21796
21797
21798 \end_layout
21799
21800 \end_inset
21801 </cell>
21802 </row>
21803 </lyxtabular>
21804
21805 \end_inset
21806
21807
21808 \begin_inset Tabular
21809 <lyxtabular version="3" rows="10" columns="2">
21810 <features>
21811 <column alignment="center" valignment="top" width="0">
21812 <column alignment="center" valignment="top" width="0">
21813 <row>
21814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21815 \begin_inset Text
21816
21817 \begin_layout Plain Layout
21818 Befehl
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21824 \begin_inset Text
21825
21826 \begin_layout Plain Layout
21827 Ergebnis
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 </row>
21833 <row>
21834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838
21839 \backslash
21840 hbar
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849 \begin_inset Formula $\hbar$
21850 \end_inset
21851
21852
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 </row>
21858 <row>
21859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863
21864 \backslash
21865 hslash
21866 \end_layout
21867
21868 \end_inset
21869 </cell>
21870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874 \begin_inset Formula $\hslash$
21875 \end_inset
21876
21877
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 </row>
21883 <row>
21884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888
21889 \backslash
21890 clubsuit
21891 \end_layout
21892
21893 \end_inset
21894 </cell>
21895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21896 \begin_inset Text
21897
21898 \begin_layout Plain Layout
21899 \begin_inset Formula $\clubsuit$
21900 \end_inset
21901
21902
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 </row>
21908 <row>
21909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout Plain Layout
21913
21914 \backslash
21915 spadesuit
21916 \end_layout
21917
21918 \end_inset
21919 </cell>
21920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21921 \begin_inset Text
21922
21923 \begin_layout Plain Layout
21924 \begin_inset Formula $\spadesuit$
21925 \end_inset
21926
21927
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 </row>
21933 <row>
21934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938
21939 \backslash
21940 bigstar
21941 \end_layout
21942
21943 \end_inset
21944 </cell>
21945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949 \begin_inset Formula $\bigstar$
21950 \end_inset
21951
21952
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 </row>
21958 <row>
21959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963
21964 \backslash
21965 blacklozenge
21966 \end_layout
21967
21968 \end_inset
21969 </cell>
21970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21971 \begin_inset Text
21972
21973 \begin_layout Plain Layout
21974 \begin_inset Formula $\blacklozenge$
21975 \end_inset
21976
21977
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 </row>
21983 <row>
21984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988
21989 \backslash
21990 blacktriangle
21991 \end_layout
21992
21993 \end_inset
21994 </cell>
21995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21996 \begin_inset Text
21997
21998 \begin_layout Plain Layout
21999 \begin_inset Formula $\blacktriangle$
22000 \end_inset
22001
22002
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 </row>
22008 <row>
22009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013
22014 \backslash
22015 blacktiangledown
22016 \end_layout
22017
22018 \end_inset
22019 </cell>
22020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22021 \begin_inset Text
22022
22023 \begin_layout Plain Layout
22024 \begin_inset Formula $\blacktriangledown$
22025 \end_inset
22026
22027
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 </row>
22033 <row>
22034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22035 \begin_inset Text
22036
22037 \begin_layout Plain Layout
22038
22039 \backslash
22040 bullet
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22046 \begin_inset Text
22047
22048 \begin_layout Plain Layout
22049 \begin_inset Formula $\bullet$
22050 \end_inset
22051
22052
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 </row>
22058 </lyxtabular>
22059
22060 \end_inset
22061
22062
22063 \begin_inset Tabular
22064 <lyxtabular version="3" rows="10" columns="2">
22065 <features>
22066 <column alignment="center" valignment="top" width="0pt">
22067 <column alignment="center" valignment="top" width="0pt">
22068 <row>
22069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22070 \begin_inset Text
22071
22072 \begin_layout Plain Layout
22073 Befehl
22074 \end_layout
22075
22076 \end_inset
22077 </cell>
22078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22079 \begin_inset Text
22080
22081 \begin_layout Plain Layout
22082 Ergebnis
22083 \end_layout
22084
22085 \end_inset
22086 </cell>
22087 </row>
22088 <row>
22089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22090 \begin_inset Text
22091
22092 \begin_layout Plain Layout
22093
22094 \backslash
22095 diamondsuit
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104 \begin_inset Formula $\diamondsuit$
22105 \end_inset
22106
22107
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 </row>
22113 <row>
22114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22115 \begin_inset Text
22116
22117 \begin_layout Plain Layout
22118
22119 \backslash
22120 Diamond
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129 \begin_inset Formula $\Diamond$
22130 \end_inset
22131
22132
22133 \end_layout
22134
22135 \end_inset
22136 </cell>
22137 </row>
22138 <row>
22139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22140 \begin_inset Text
22141
22142 \begin_layout Plain Layout
22143
22144 \backslash
22145 heartsuit
22146 \end_layout
22147
22148 \end_inset
22149 </cell>
22150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22151 \begin_inset Text
22152
22153 \begin_layout Plain Layout
22154 \begin_inset Formula $\heartsuit$
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \end_inset
22161 </cell>
22162 </row>
22163 <row>
22164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168
22169 \backslash
22170 P
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22176 \begin_inset Text
22177
22178 \begin_layout Plain Layout
22179 \begin_inset Formula $\P$
22180 \end_inset
22181
22182
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 </row>
22188 <row>
22189 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193
22194 \backslash
22195 copyright
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22201 \begin_inset Text
22202
22203 \begin_layout Plain Layout
22204 \begin_inset Formula $\copyright$
22205 \end_inset
22206
22207
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 </row>
22213 <row>
22214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218
22219 \backslash
22220 circledR
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22226 \begin_inset Text
22227
22228 \begin_layout Plain Layout
22229 \begin_inset Formula $\circledR$
22230 \end_inset
22231
22232
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 </row>
22238 <row>
22239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243
22244 \backslash
22245 maltese
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22251 \begin_inset Text
22252
22253 \begin_layout Plain Layout
22254 \begin_inset Formula $\maltese$
22255 \end_inset
22256
22257
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 </row>
22263 <row>
22264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268
22269 \backslash
22270 diagup
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22276 \begin_inset Text
22277
22278 \begin_layout Plain Layout
22279 \begin_inset Formula $\diagup$
22280 \end_inset
22281
22282
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 </row>
22288 <row>
22289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22290 \begin_inset Text
22291
22292 \begin_layout Plain Layout
22293
22294 \backslash
22295 diagdown
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304 \begin_inset Formula $\diagdown$
22305 \end_inset
22306
22307
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 </row>
22313 </lyxtabular>
22314
22315 \end_inset
22316
22317
22318 \end_layout
22319
22320 \begin_layout Standard
22321 \begin_inset VSpace medskip
22322 \end_inset
22323
22324 Weitere Symbole sind in 
22325 \begin_inset CommandInset ref
22326 LatexCommand ref
22327 reference "sub:Sonstige-Sonderzeichen"
22328
22329 \end_inset
22330
22331  aufgelistet.
22332 \end_layout
22333
22334 \begin_layout Standard
22335 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22336  
22337 \begin_inset CommandInset ref
22338 LatexCommand ref
22339 reference "sub:Schriftgrößen"
22340
22341 \end_inset
22342
22343 .
22344 \end_layout
22345
22346 \begin_layout Subsection
22347 Das Euro-Symbol €
22348 \begin_inset Index
22349 status collapsed
22350
22351 \begin_layout Plain Layout
22352 Symbole ! Euro-Symbol
22353 \end_layout
22354
22355 \end_inset
22356
22357
22358 \begin_inset Index
22359 status collapsed
22360
22361 \begin_layout Plain Layout
22362
22363 \backslash
22364 @
22365 \begin_inset ERT
22366 status collapsed
22367
22368 \begin_layout Plain Layout
22369
22370
22371 \backslash
22372 officialeuro
22373 \end_layout
22374
22375 \end_inset
22376
22377
22378 \end_layout
22379
22380 \end_inset
22381
22382
22383 \end_layout
22384
22385 \begin_layout Standard
22386 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22387
22388 \series bold
22389 eurosym
22390 \series default
22391
22392 \begin_inset Index
22393 status collapsed
22394
22395 \begin_layout Plain Layout
22396 Pakete ! eurosym
22397 \end_layout
22398
22399 \end_inset
22400
22401  installieren und dieses mit der LaTeX-Vorspannzeile
22402 \end_layout
22403
22404 \begin_layout Standard
22405
22406 \series bold
22407
22408 \backslash
22409 usepackage[gennarrow]{eurosym}
22410 \end_layout
22411
22412 \begin_layout Standard
22413 aktivieren.
22414  Das Euro-Symbol kann man nun mit dem Befehl 
22415 \series bold
22416
22417 \backslash
22418 euro
22419 \series default
22420
22421 \begin_inset Index
22422 status collapsed
22423
22424 \begin_layout Plain Layout
22425 Befehle ! E ! 
22426 \backslash
22427 euro
22428 \end_layout
22429
22430 \end_inset
22431
22432  aufrufen.
22433 \end_layout
22434
22435 \begin_layout Standard
22436 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
22437  eingeben, ohne 
22438 \series bold
22439 eurosym
22440 \series default
22441  installiert zu haben.
22442  Ist 
22443 \series bold
22444 eurosym
22445 \series default
22446  installiert, kann man 
22447 \series bold
22448
22449 \backslash
22450 euro
22451 \series default
22452  auch im TeX-Modus eingeben.
22453  Das offizielle Währungssymbol erhält man dann über den Befehl 
22454 \series bold
22455
22456 \backslash
22457 officialeuro
22458 \series default
22459
22460 \begin_inset Index
22461 status collapsed
22462
22463 \begin_layout Plain Layout
22464 Befehle ! O ! 
22465 \backslash
22466 officialeuro
22467 \end_layout
22468
22469 \end_inset
22470
22471 , der nur im TeX-Modus verfügbar ist.
22472 \end_layout
22473
22474 \begin_layout Standard
22475 \begin_inset ERT
22476 status collapsed
22477
22478 \begin_layout Plain Layout
22479
22480
22481 \backslash
22482 ifeurosym 
22483 \end_layout
22484
22485 \end_inset
22486
22487
22488 \begin_inset Note Note
22489 status open
22490
22491 \begin_layout Plain Layout
22492 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22493 \series bold
22494 eurosym
22495 \series default
22496  installiert ist:
22497 \end_layout
22498
22499 \end_inset
22500
22501
22502 \end_layout
22503
22504 \begin_layout Standard
22505 Eine Übersicht der verschiedenen Euro-Symbole:
22506 \end_layout
22507
22508 \begin_layout Standard
22509 \align center
22510 \begin_inset Tabular
22511 <lyxtabular version="3" rows="4" columns="3">
22512 <features>
22513 <column alignment="center" valignment="top" width="0pt">
22514 <column alignment="center" valignment="top" width="0pt">
22515 <column alignment="center" valignment="top" width="0pt">
22516 <row>
22517 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530 Befehl 
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539 Ergebnis
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 </row>
22545 <row>
22546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 Formel
22551 \end_layout
22552
22553 \end_inset
22554 </cell>
22555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559
22560 \backslash
22561 euro
22562 \end_layout
22563
22564 \end_inset
22565 </cell>
22566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Plain Layout
22570 \begin_inset Formula $\euro$
22571 \end_inset
22572
22573
22574 \end_layout
22575
22576 \end_inset
22577 </cell>
22578 </row>
22579 <row>
22580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584 mathematischer Text
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22599 \begin_inset Text
22600
22601 \begin_layout Plain Layout
22602 \begin_inset Formula $\mbox{€}$
22603 \end_inset
22604
22605
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 </row>
22611 <row>
22612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 TeX-Modus
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625
22626 \backslash
22627 officialeuro
22628 \end_layout
22629
22630 \end_inset
22631 </cell>
22632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22633 \begin_inset Text
22634
22635 \begin_layout Plain Layout
22636 \begin_inset ERT
22637 status collapsed
22638
22639 \begin_layout Plain Layout
22640
22641
22642 \backslash
22643 officialeuro
22644 \end_layout
22645
22646 \end_inset
22647
22648
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 </row>
22654 </lyxtabular>
22655
22656 \end_inset
22657
22658
22659 \end_layout
22660
22661 \begin_layout Standard
22662 \begin_inset ERT
22663 status collapsed
22664
22665 \begin_layout Plain Layout
22666
22667
22668 \backslash
22669 else 
22670 \end_layout
22671
22672 \end_inset
22673
22674
22675 \begin_inset Note Note
22676 status open
22677
22678 \begin_layout Plain Layout
22679 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22680 \series bold
22681 eurosym
22682 \series default
22683  nicht installiert ist:
22684 \end_layout
22685
22686 \end_inset
22687
22688
22689 \end_layout
22690
22691 \begin_layout Standard
22692 Das LaTeX-Paket 
22693 \series bold
22694 eurosym 
22695 \series default
22696 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22697 \end_layout
22698
22699 \begin_layout Standard
22700 \begin_inset ERT
22701 status collapsed
22702
22703 \begin_layout Plain Layout
22704
22705
22706 \backslash
22707 fi 
22708 \end_layout
22709
22710 \end_inset
22711
22712
22713 \end_layout
22714
22715 \begin_layout Section
22716 Relationen
22717 \begin_inset CommandInset label
22718 LatexCommand label
22719 name "sec:Relationen"
22720
22721 \end_inset
22722
22723
22724 \begin_inset Index
22725 status collapsed
22726
22727 \begin_layout Plain Layout
22728 Relationen
22729 \end_layout
22730
22731 \end_inset
22732
22733
22734 \begin_inset Index
22735 status collapsed
22736
22737 \begin_layout Plain Layout
22738 Vergleiche|see
22739 \begin_inset ERT
22740 status collapsed
22741
22742 \begin_layout Plain Layout
22743
22744 {
22745 \end_layout
22746
22747 \end_inset
22748
22749 Relationen
22750 \begin_inset ERT
22751 status collapsed
22752
22753 \begin_layout Plain Layout
22754
22755 }
22756 \end_layout
22757
22758 \end_inset
22759
22760
22761 \end_layout
22762
22763 \end_inset
22764
22765
22766 \end_layout
22767
22768 \begin_layout Standard
22769 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
22770  
22771 \begin_inset Graphics
22772         filename ../../images/math/leq.png
22773         scale 85
22774
22775 \end_inset
22776
22777  eingefügt werden.
22778 \end_layout
22779
22780 \begin_layout Standard
22781 \begin_inset space \hfill{}
22782 \end_inset
22783
22784
22785 \begin_inset Tabular
22786 <lyxtabular version="3" rows="17" columns="2">
22787 <features>
22788 <column alignment="center" valignment="top" width="0pt">
22789 <column alignment="center" valignment="top" width="0pt">
22790 <row>
22791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22792 \begin_inset Text
22793
22794 \begin_layout Plain Layout
22795 Befehl
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804 Ergebnis
22805 \end_layout
22806
22807 \end_inset
22808 </cell>
22809 </row>
22810 <row>
22811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815 <
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22821 \begin_inset Text
22822
22823 \begin_layout Plain Layout
22824 \begin_inset Formula $<$
22825 \end_inset
22826
22827
22828 \end_layout
22829
22830 \end_inset
22831 </cell>
22832 </row>
22833 <row>
22834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22835 \begin_inset Text
22836
22837 \begin_layout Plain Layout
22838
22839 \backslash
22840 le
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849 \begin_inset Formula $\le$
22850 \end_inset
22851
22852
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 </row>
22858 <row>
22859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22860 \begin_inset Text
22861
22862 \begin_layout Plain Layout
22863
22864 \backslash
22865 ll
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Plain Layout
22874 \begin_inset Formula $\ll$
22875 \end_inset
22876
22877
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 </row>
22883 <row>
22884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888
22889 \backslash
22890 prec
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899 \begin_inset Formula $\prec$
22900 \end_inset
22901
22902
22903 \end_layout
22904
22905 \end_inset
22906 </cell>
22907 </row>
22908 <row>
22909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22910 \begin_inset Text
22911
22912 \begin_layout Plain Layout
22913
22914 \backslash
22915 preceq
22916 \end_layout
22917
22918 \end_inset
22919 </cell>
22920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22921 \begin_inset Text
22922
22923 \begin_layout Plain Layout
22924 \begin_inset Formula $\preceq$
22925 \end_inset
22926
22927
22928 \end_layout
22929
22930 \end_inset
22931 </cell>
22932 </row>
22933 <row>
22934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22935 \begin_inset Text
22936
22937 \begin_layout Plain Layout
22938
22939 \backslash
22940 subset
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22946 \begin_inset Text
22947
22948 \begin_layout Plain Layout
22949 \begin_inset Formula $\subset$
22950 \end_inset
22951
22952
22953 \end_layout
22954
22955 \end_inset
22956 </cell>
22957 </row>
22958 <row>
22959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22960 \begin_inset Text
22961
22962 \begin_layout Plain Layout
22963
22964 \backslash
22965 subseteq
22966 \end_layout
22967
22968 \end_inset
22969 </cell>
22970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22971 \begin_inset Text
22972
22973 \begin_layout Plain Layout
22974 \begin_inset Formula $\subseteq$
22975 \end_inset
22976
22977
22978 \end_layout
22979
22980 \end_inset
22981 </cell>
22982 </row>
22983 <row>
22984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22985 \begin_inset Text
22986
22987 \begin_layout Plain Layout
22988
22989 \backslash
22990 sqsubseteq
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999 \begin_inset Formula $\sqsubseteq$
23000 \end_inset
23001
23002
23003 \end_layout
23004
23005 \end_inset
23006 </cell>
23007 </row>
23008 <row>
23009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23010 \begin_inset Text
23011
23012 \begin_layout Plain Layout
23013
23014 \backslash
23015 in
23016 \end_layout
23017
23018 \end_inset
23019 </cell>
23020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23021 \begin_inset Text
23022
23023 \begin_layout Plain Layout
23024 \begin_inset Formula $\in$
23025 \end_inset
23026
23027
23028 \end_layout
23029
23030 \end_inset
23031 </cell>
23032 </row>
23033 <row>
23034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23035 \begin_inset Text
23036
23037 \begin_layout Plain Layout
23038
23039 \backslash
23040 vdash
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23046 \begin_inset Text
23047
23048 \begin_layout Plain Layout
23049 \begin_inset Formula $\vdash$
23050 \end_inset
23051
23052
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 </row>
23058 <row>
23059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23060 \begin_inset Text
23061
23062 \begin_layout Plain Layout
23063
23064 \backslash
23065 smile
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23071 \begin_inset Text
23072
23073 \begin_layout Plain Layout
23074 \begin_inset Formula $\smile$
23075 \end_inset
23076
23077
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 </row>
23083 <row>
23084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23085 \begin_inset Text
23086
23087 \begin_layout Plain Layout
23088
23089 \backslash
23090 lhd
23091 \end_layout
23092
23093 \end_inset
23094 </cell>
23095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23096 \begin_inset Text
23097
23098 \begin_layout Plain Layout
23099 \begin_inset Formula $\lhd$
23100 \end_inset
23101
23102
23103 \end_layout
23104
23105 \end_inset
23106 </cell>
23107 </row>
23108 <row>
23109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23110 \begin_inset Text
23111
23112 \begin_layout Plain Layout
23113
23114 \backslash
23115 unlhd
23116 \end_layout
23117
23118 \end_inset
23119 </cell>
23120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23121 \begin_inset Text
23122
23123 \begin_layout Plain Layout
23124 \begin_inset Formula $\unlhd$
23125 \end_inset
23126
23127
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 </row>
23133 <row>
23134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23135 \begin_inset Text
23136
23137 \begin_layout Plain Layout
23138
23139 \backslash
23140 gtrless
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23146 \begin_inset Text
23147
23148 \begin_layout Plain Layout
23149 \begin_inset Formula $\gtrless$
23150 \end_inset
23151
23152
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 </row>
23158 <row>
23159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23160 \begin_inset Text
23161
23162 \begin_layout Plain Layout
23163
23164 \backslash
23165 mid
23166 \end_layout
23167
23168 \end_inset
23169 </cell>
23170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23171 \begin_inset Text
23172
23173 \begin_layout Plain Layout
23174 \begin_inset Formula $\mid$
23175 \end_inset
23176
23177
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 </row>
23183 <row>
23184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23185 \begin_inset Text
23186
23187 \begin_layout Plain Layout
23188
23189 \backslash
23190 nmid
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23196 \begin_inset Text
23197
23198 \begin_layout Plain Layout
23199 \begin_inset Formula $\nmid$
23200 \end_inset
23201
23202
23203 \end_layout
23204
23205 \end_inset
23206 </cell>
23207 </row>
23208 </lyxtabular>
23209
23210 \end_inset
23211
23212
23213 \begin_inset space \hfill{}
23214 \end_inset
23215
23216
23217 \begin_inset Tabular
23218 <lyxtabular version="3" rows="17" columns="2">
23219 <features>
23220 <column alignment="center" valignment="top" width="0pt">
23221 <column alignment="center" valignment="top" width="0pt">
23222 <row>
23223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23224 \begin_inset Text
23225
23226 \begin_layout Plain Layout
23227 Befehl
23228 \end_layout
23229
23230 \end_inset
23231 </cell>
23232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236 Ergebnis
23237 \end_layout
23238
23239 \end_inset
23240 </cell>
23241 </row>
23242 <row>
23243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247 =
23248 \end_layout
23249
23250 \end_inset
23251 </cell>
23252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23253 \begin_inset Text
23254
23255 \begin_layout Plain Layout
23256 \begin_inset Formula $=$
23257 \end_inset
23258
23259
23260 \end_layout
23261
23262 \end_inset
23263 </cell>
23264 </row>
23265 <row>
23266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23267 \begin_inset Text
23268
23269 \begin_layout Plain Layout
23270
23271 \backslash
23272 not=
23273 \end_layout
23274
23275 \end_inset
23276 </cell>
23277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23278 \begin_inset Text
23279
23280 \begin_layout Plain Layout
23281 \begin_inset Formula $\not=$
23282 \end_inset
23283
23284
23285 \end_layout
23286
23287 \end_inset
23288 </cell>
23289 </row>
23290 <row>
23291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23292 \begin_inset Text
23293
23294 \begin_layout Plain Layout
23295
23296 \backslash
23297 equiv
23298 \end_layout
23299
23300 \end_inset
23301 </cell>
23302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23303 \begin_inset Text
23304
23305 \begin_layout Plain Layout
23306 \begin_inset Formula $\equiv$
23307 \end_inset
23308
23309
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 </row>
23315 <row>
23316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23317 \begin_inset Text
23318
23319 \begin_layout Plain Layout
23320
23321 \backslash
23322 sim
23323 \end_layout
23324
23325 \end_inset
23326 </cell>
23327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23328 \begin_inset Text
23329
23330 \begin_layout Plain Layout
23331 \begin_inset Formula $\sim$
23332 \end_inset
23333
23334
23335 \end_layout
23336
23337 \end_inset
23338 </cell>
23339 </row>
23340 <row>
23341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23342 \begin_inset Text
23343
23344 \begin_layout Plain Layout
23345
23346 \backslash
23347 simeq
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356 \begin_inset Formula $\simeq$
23357 \end_inset
23358
23359
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 </row>
23365 <row>
23366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23367 \begin_inset Text
23368
23369 \begin_layout Plain Layout
23370
23371 \backslash
23372 approx
23373 \end_layout
23374
23375 \end_inset
23376 </cell>
23377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23378 \begin_inset Text
23379
23380 \begin_layout Plain Layout
23381 \begin_inset Formula $\approx$
23382 \end_inset
23383
23384
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 </row>
23390 <row>
23391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23392 \begin_inset Text
23393
23394 \begin_layout Plain Layout
23395
23396 \backslash
23397 cong
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406 \begin_inset Formula $\cong$
23407 \end_inset
23408
23409
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 </row>
23415 <row>
23416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23417 \begin_inset Text
23418
23419 \begin_layout Plain Layout
23420
23421 \backslash
23422 bowtie
23423 \end_layout
23424
23425 \end_inset
23426 </cell>
23427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23428 \begin_inset Text
23429
23430 \begin_layout Plain Layout
23431 \begin_inset Formula $\bowtie$
23432 \end_inset
23433
23434
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 </row>
23440 <row>
23441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout Plain Layout
23445
23446 \backslash
23447 notin
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23453 \begin_inset Text
23454
23455 \begin_layout Plain Layout
23456 \begin_inset Formula $\notin$
23457 \end_inset
23458
23459
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 </row>
23465 <row>
23466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23467 \begin_inset Text
23468
23469 \begin_layout Plain Layout
23470
23471 \backslash
23472 perp
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23478 \begin_inset Text
23479
23480 \begin_layout Plain Layout
23481 \begin_inset Formula $\perp$
23482 \end_inset
23483
23484
23485 \end_layout
23486
23487 \end_inset
23488 </cell>
23489 </row>
23490 <row>
23491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23492 \begin_inset Text
23493
23494 \begin_layout Plain Layout
23495
23496 \backslash
23497 propto
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506 \begin_inset Formula $\propto$
23507 \end_inset
23508
23509
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 </row>
23515 <row>
23516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23517 \begin_inset Text
23518
23519 \begin_layout Plain Layout
23520
23521 \backslash
23522 asymp
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531 \begin_inset Formula $\asymp$
23532 \end_inset
23533
23534
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 </row>
23540 <row>
23541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545
23546 \backslash
23547 doteq
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556 \begin_inset Formula $\doteq$
23557 \end_inset
23558
23559
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 </row>
23565 <row>
23566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570
23571 \backslash
23572 circeq
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23578 \begin_inset Text
23579
23580 \begin_layout Plain Layout
23581 \begin_inset Formula $\circeq$
23582 \end_inset
23583
23584
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 </row>
23590 <row>
23591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23592 \begin_inset Text
23593
23594 \begin_layout Plain Layout
23595
23596 \backslash
23597 models
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23603 \begin_inset Text
23604
23605 \begin_layout Plain Layout
23606 \begin_inset Formula $\models$
23607 \end_inset
23608
23609
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 </row>
23615 <row>
23616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23617 \begin_inset Text
23618
23619 \begin_layout Plain Layout
23620
23621 \backslash
23622 widehat=
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23628 \begin_inset Text
23629
23630 \begin_layout Plain Layout
23631 \begin_inset Formula $\widehat{=}$
23632 \end_inset
23633
23634
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 </row>
23640 </lyxtabular>
23641
23642 \end_inset
23643
23644
23645 \begin_inset space \hfill{}
23646 \end_inset
23647
23648
23649 \begin_inset Tabular
23650 <lyxtabular version="3" rows="17" columns="2">
23651 <features>
23652 <column alignment="center" valignment="top" width="0pt">
23653 <column alignment="center" valignment="top" width="0pt">
23654 <row>
23655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659 Befehl
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668 Ergebnis
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 </row>
23674 <row>
23675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23676 \begin_inset Text
23677
23678 \begin_layout Plain Layout
23679 >
23680 \end_layout
23681
23682 \end_inset
23683 </cell>
23684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23685 \begin_inset Text
23686
23687 \begin_layout Plain Layout
23688 \begin_inset Formula $>$
23689 \end_inset
23690
23691
23692 \end_layout
23693
23694 \end_inset
23695 </cell>
23696 </row>
23697 <row>
23698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23699 \begin_inset Text
23700
23701 \begin_layout Plain Layout
23702
23703 \backslash
23704 ge
23705 \end_layout
23706
23707 \end_inset
23708 </cell>
23709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23710 \begin_inset Text
23711
23712 \begin_layout Plain Layout
23713 \begin_inset Formula $\ge$
23714 \end_inset
23715
23716
23717 \end_layout
23718
23719 \end_inset
23720 </cell>
23721 </row>
23722 <row>
23723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23724 \begin_inset Text
23725
23726 \begin_layout Plain Layout
23727
23728 \backslash
23729 gg
23730 \end_layout
23731
23732 \end_inset
23733 </cell>
23734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23735 \begin_inset Text
23736
23737 \begin_layout Plain Layout
23738 \begin_inset Formula $\gg$
23739 \end_inset
23740
23741
23742 \end_layout
23743
23744 \end_inset
23745 </cell>
23746 </row>
23747 <row>
23748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23749 \begin_inset Text
23750
23751 \begin_layout Plain Layout
23752
23753 \backslash
23754 succ
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763 \begin_inset Formula $\succ$
23764 \end_inset
23765
23766
23767 \end_layout
23768
23769 \end_inset
23770 </cell>
23771 </row>
23772 <row>
23773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23774 \begin_inset Text
23775
23776 \begin_layout Plain Layout
23777
23778 \backslash
23779 succeq
23780 \end_layout
23781
23782 \end_inset
23783 </cell>
23784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788 \begin_inset Formula $\succeq$
23789 \end_inset
23790
23791
23792 \end_layout
23793
23794 \end_inset
23795 </cell>
23796 </row>
23797 <row>
23798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23799 \begin_inset Text
23800
23801 \begin_layout Plain Layout
23802
23803 \backslash
23804 supset
23805 \end_layout
23806
23807 \end_inset
23808 </cell>
23809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23810 \begin_inset Text
23811
23812 \begin_layout Plain Layout
23813 \begin_inset Formula $\supset$
23814 \end_inset
23815
23816
23817 \end_layout
23818
23819 \end_inset
23820 </cell>
23821 </row>
23822 <row>
23823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23824 \begin_inset Text
23825
23826 \begin_layout Plain Layout
23827
23828 \backslash
23829 supseteq
23830 \end_layout
23831
23832 \end_inset
23833 </cell>
23834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23835 \begin_inset Text
23836
23837 \begin_layout Plain Layout
23838 \begin_inset Formula $\supseteq$
23839 \end_inset
23840
23841
23842 \end_layout
23843
23844 \end_inset
23845 </cell>
23846 </row>
23847 <row>
23848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23849 \begin_inset Text
23850
23851 \begin_layout Plain Layout
23852
23853 \backslash
23854 sqsupseteq
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Plain Layout
23863 \begin_inset Formula $\sqsupseteq$
23864 \end_inset
23865
23866
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 </row>
23872 <row>
23873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23874 \begin_inset Text
23875
23876 \begin_layout Plain Layout
23877
23878 \backslash
23879 ni
23880 \end_layout
23881
23882 \end_inset
23883 </cell>
23884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23885 \begin_inset Text
23886
23887 \begin_layout Plain Layout
23888 \begin_inset Formula $\ni$
23889 \end_inset
23890
23891
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 </row>
23897 <row>
23898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902
23903 \backslash
23904 dashv
23905 \end_layout
23906
23907 \end_inset
23908 </cell>
23909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913 \begin_inset Formula $\dashv$
23914 \end_inset
23915
23916
23917 \end_layout
23918
23919 \end_inset
23920 </cell>
23921 </row>
23922 <row>
23923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23924 \begin_inset Text
23925
23926 \begin_layout Plain Layout
23927
23928 \backslash
23929 frown
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938 \begin_inset Formula $\frown$
23939 \end_inset
23940
23941
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 </row>
23947 <row>
23948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952
23953 \backslash
23954 rhd
23955 \end_layout
23956
23957 \end_inset
23958 </cell>
23959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963 \begin_inset Formula $\rhd$
23964 \end_inset
23965
23966
23967 \end_layout
23968
23969 \end_inset
23970 </cell>
23971 </row>
23972 <row>
23973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23974 \begin_inset Text
23975
23976 \begin_layout Plain Layout
23977
23978 \backslash
23979 unrhd
23980 \end_layout
23981
23982 \end_inset
23983 </cell>
23984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23985 \begin_inset Text
23986
23987 \begin_layout Plain Layout
23988 \begin_inset Formula $\unrhd$
23989 \end_inset
23990
23991
23992 \end_layout
23993
23994 \end_inset
23995 </cell>
23996 </row>
23997 <row>
23998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23999 \begin_inset Text
24000
24001 \begin_layout Plain Layout
24002
24003 \backslash
24004 lessgtr
24005 \end_layout
24006
24007 \end_inset
24008 </cell>
24009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24010 \begin_inset Text
24011
24012 \begin_layout Plain Layout
24013 \begin_inset Formula $\lessgtr$
24014 \end_inset
24015
24016
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 </row>
24022 <row>
24023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Plain Layout
24027
24028 \backslash
24029 parallel
24030 \end_layout
24031
24032 \end_inset
24033 </cell>
24034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24035 \begin_inset Text
24036
24037 \begin_layout Plain Layout
24038 \begin_inset Formula $\parallel$
24039 \end_inset
24040
24041
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 </row>
24047 <row>
24048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052
24053 \backslash
24054 nparallel
24055 \end_layout
24056
24057 \end_inset
24058 </cell>
24059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Plain Layout
24063 \begin_inset Formula $\nparallel$
24064 \end_inset
24065
24066
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 </row>
24072 </lyxtabular>
24073
24074 \end_inset
24075
24076
24077 \begin_inset space \hfill{}
24078 \end_inset
24079
24080
24081 \end_layout
24082
24083 \begin_layout Standard
24084 \begin_inset VSpace medskip
24085 \end_inset
24086
24087 Die Zeichen 
24088 \series bold
24089
24090 \backslash
24091 lhd
24092 \series default
24093  bzw.
24094  
24095 \series bold
24096
24097 \backslash
24098 rhd
24099 \series default
24100  sind größer als die gleich aussehenden Operatoren
24101 \begin_inset Newline linebreak
24102 \end_inset
24103
24104
24105 \series bold
24106
24107 \backslash
24108 triangleleft
24109 \series default
24110  bzw.
24111  
24112 \series bold
24113
24114 \backslash
24115 triangleright
24116 \series default
24117 .
24118 \end_layout
24119
24120 \begin_layout Standard
24121 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24122 \end_layout
24123
24124 \begin_layout Standard
24125 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24126 \series bold
24127
24128 \backslash
24129 stackrel
24130 \series default
24131
24132 \begin_inset Index
24133 status collapsed
24134
24135 \begin_layout Plain Layout
24136 Befehle ! S ! 
24137 \backslash
24138 stackrel
24139 \end_layout
24140
24141 \end_inset
24142
24143  erstellt werden:
24144 \end_layout
24145
24146 \begin_layout Standard
24147 \align center
24148 \begin_inset Tabular
24149 <lyxtabular version="3" rows="2" columns="2">
24150 <features>
24151 <column alignment="center" valignment="top" width="0">
24152 <column alignment="center" valignment="top" width="0">
24153 <row>
24154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158 Befehl
24159 \end_layout
24160
24161 \end_inset
24162 </cell>
24163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24164 \begin_inset Text
24165
24166 \begin_layout Plain Layout
24167 Ergebnis
24168 \begin_inset Note Note
24169 status collapsed
24170
24171 \begin_layout Plain Layout
24172
24173 \series bold
24174
24175 \backslash
24176 raisebox
24177 \series default
24178  dient nur als Abstandhalter.
24179 \end_layout
24180
24181 \end_inset
24182
24183
24184 \end_layout
24185
24186 \end_inset
24187 </cell>
24188 </row>
24189 <row>
24190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Plain Layout
24194 A(r)
24195 \backslash
24196 stackrel
24197 \begin_inset ERT
24198 status collapsed
24199
24200 \begin_layout Plain Layout
24201
24202
24203 \backslash
24204 leer 
24205 \end_layout
24206
24207 \end_inset
24208
24209 r
24210 \backslash
24211 to
24212 \backslash
24213 infty
24214 \begin_inset ERT
24215 status collapsed
24216
24217 \begin_layout Plain Layout
24218
24219
24220 \backslash
24221 leer 
24222 \end_layout
24223
24224 \end_inset
24225
24226
24227 \begin_inset Formula $\downarrow$
24228 \end_inset
24229
24230
24231 \backslash
24232 approx
24233 \begin_inset ERT
24234 status collapsed
24235
24236 \begin_layout Plain Layout
24237
24238
24239 \backslash
24240 leer 
24241 \end_layout
24242
24243 \end_inset
24244
24245
24246 \begin_inset ERT
24247 status collapsed
24248
24249 \begin_layout Plain Layout
24250
24251
24252 \backslash
24253 leer 
24254 \end_layout
24255
24256 \end_inset
24257
24258 B
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24264 \begin_inset Text
24265
24266 \begin_layout Plain Layout
24267 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24268 \end_inset
24269
24270
24271 \end_layout
24272
24273 \end_inset
24274 </cell>
24275 </row>
24276 </lyxtabular>
24277
24278 \end_inset
24279
24280
24281 \end_layout
24282
24283 \begin_layout Section
24284 Funktionen
24285 \end_layout
24286
24287 \begin_layout Subsection
24288 Vordefinierte Funktionen
24289 \begin_inset CommandInset label
24290 LatexCommand label
24291 name "sub:Vordefinierte-Funktionen"
24292
24293 \end_inset
24294
24295
24296 \begin_inset Index
24297 status collapsed
24298
24299 \begin_layout Plain Layout
24300 Funktionen ! vordefinierte
24301 \end_layout
24302
24303 \end_inset
24304
24305
24306 \end_layout
24307
24308 \begin_layout Standard
24309 Allgemein werden in mathematischen Ausdrücken Variablen 
24310 \shape italic
24311 kursiv
24312 \shape default
24313  gesetzt, Funktionsnamen hingegen nicht, denn 
24314 \begin_inset Formula $sin$
24315 \end_inset
24316
24317  könnte als 
24318 \begin_inset Formula $s\cdot i\cdot n$
24319 \end_inset
24320
24321  missverstanden werden.
24322  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24323 en etwas abgesetzt sind.
24324  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24325 \end_layout
24326
24327 \begin_layout Standard
24328 \align center
24329 \begin_inset Tabular
24330 <lyxtabular version="3" rows="2" columns="4">
24331 <features>
24332 <column alignment="center" valignment="top" width="0pt">
24333 <column alignment="center" valignment="top" width="0pt">
24334 <column alignment="center" valignment="top" width="0pt">
24335 <column alignment="center" valignment="top" width="0pt">
24336 <row>
24337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24338 \begin_inset Text
24339
24340 \begin_layout Plain Layout
24341 Befehl
24342 \end_layout
24343
24344 \end_inset
24345 </cell>
24346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24347 \begin_inset Text
24348
24349 \begin_layout Plain Layout
24350 Ergebnis
24351 \end_layout
24352
24353 \end_inset
24354 </cell>
24355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24356 \begin_inset Text
24357
24358 \begin_layout Plain Layout
24359 Befehl
24360 \end_layout
24361
24362 \end_inset
24363 </cell>
24364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24365 \begin_inset Text
24366
24367 \begin_layout Plain Layout
24368 Ergebnis
24369 \end_layout
24370
24371 \end_inset
24372 </cell>
24373 </row>
24374 <row>
24375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24376 \begin_inset Text
24377
24378 \begin_layout Plain Layout
24379 Asin(x)+B
24380 \end_layout
24381
24382 \end_inset
24383 </cell>
24384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24385 \begin_inset Text
24386
24387 \begin_layout Plain Layout
24388 \begin_inset Formula $Asin(x)+B$
24389 \end_inset
24390
24391
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400 A
24401 \backslash
24402 sin(x)+B
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24408 \begin_inset Text
24409
24410 \begin_layout Plain Layout
24411 \begin_inset Formula $A\sin(x)+B$
24412 \end_inset
24413
24414
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 </row>
24420 </lyxtabular>
24421
24422 \end_inset
24423
24424
24425 \end_layout
24426
24427 \begin_layout Standard
24428 Folgende Funktionen sind vordefiniert:
24429 \end_layout
24430
24431 \begin_layout Standard
24432 \begin_inset VSpace -2mm
24433 \end_inset
24434
24435
24436 \end_layout
24437
24438 \begin_layout Standard
24439 \align center
24440 \begin_inset Tabular
24441 <lyxtabular version="3" rows="9" columns="4">
24442 <features>
24443 <column alignment="center" valignment="top" width="0pt">
24444 <column alignment="center" valignment="top" width="0pt">
24445 <column alignment="center" valignment="top" width="0pt">
24446 <column alignment="center" valignment="top" width="0pt">
24447 <row>
24448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24449 \begin_inset Text
24450
24451 \begin_layout Plain Layout
24452 Befehl
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Plain Layout
24461 Befehl
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470 Befehl
24471 \end_layout
24472
24473 \end_inset
24474 </cell>
24475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24476 \begin_inset Text
24477
24478 \begin_layout Plain Layout
24479 Befehl
24480 \end_layout
24481
24482 \end_inset
24483 </cell>
24484 </row>
24485 <row>
24486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24487 \begin_inset Text
24488
24489 \begin_layout Plain Layout
24490
24491 \backslash
24492 sin
24493 \end_layout
24494
24495 \end_inset
24496 </cell>
24497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24498 \begin_inset Text
24499
24500 \begin_layout Plain Layout
24501
24502 \backslash
24503 sinh
24504 \end_layout
24505
24506 \end_inset
24507 </cell>
24508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24509 \begin_inset Text
24510
24511 \begin_layout Plain Layout
24512
24513 \backslash
24514 arcsin
24515 \end_layout
24516
24517 \end_inset
24518 </cell>
24519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24520 \begin_inset Text
24521
24522 \begin_layout Plain Layout
24523
24524 \backslash
24525 sup
24526 \end_layout
24527
24528 \end_inset
24529 </cell>
24530 </row>
24531 <row>
24532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24533 \begin_inset Text
24534
24535 \begin_layout Plain Layout
24536
24537 \backslash
24538 cos
24539 \end_layout
24540
24541 \end_inset
24542 </cell>
24543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24544 \begin_inset Text
24545
24546 \begin_layout Plain Layout
24547
24548 \backslash
24549 cosh
24550 \end_layout
24551
24552 \end_inset
24553 </cell>
24554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24555 \begin_inset Text
24556
24557 \begin_layout Plain Layout
24558
24559 \backslash
24560 arccos
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24566 \begin_inset Text
24567
24568 \begin_layout Plain Layout
24569
24570 \backslash
24571 inf
24572 \end_layout
24573
24574 \end_inset
24575 </cell>
24576 </row>
24577 <row>
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582
24583 \backslash
24584 tan
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24590 \begin_inset Text
24591
24592 \begin_layout Plain Layout
24593
24594 \backslash
24595 tanh
24596 \end_layout
24597
24598 \end_inset
24599 </cell>
24600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24601 \begin_inset Text
24602
24603 \begin_layout Plain Layout
24604
24605 \backslash
24606 arctan
24607 \end_layout
24608
24609 \end_inset
24610 </cell>
24611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24612 \begin_inset Text
24613
24614 \begin_layout Plain Layout
24615
24616 \backslash
24617 lim
24618 \end_layout
24619
24620 \end_inset
24621 </cell>
24622 </row>
24623 <row>
24624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24625 \begin_inset Text
24626
24627 \begin_layout Plain Layout
24628
24629 \backslash
24630 cot
24631 \end_layout
24632
24633 \end_inset
24634 </cell>
24635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24636 \begin_inset Text
24637
24638 \begin_layout Plain Layout
24639
24640 \backslash
24641 coth
24642 \end_layout
24643
24644 \end_inset
24645 </cell>
24646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24647 \begin_inset Text
24648
24649 \begin_layout Plain Layout
24650
24651 \backslash
24652 arg
24653 \end_layout
24654
24655 \end_inset
24656 </cell>
24657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24658 \begin_inset Text
24659
24660 \begin_layout Plain Layout
24661
24662 \backslash
24663 liminf
24664 \end_layout
24665
24666 \end_inset
24667 </cell>
24668 </row>
24669 <row>
24670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24671 \begin_inset Text
24672
24673 \begin_layout Plain Layout
24674
24675 \backslash
24676 sec
24677 \end_layout
24678
24679 \end_inset
24680 </cell>
24681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24682 \begin_inset Text
24683
24684 \begin_layout Plain Layout
24685
24686 \backslash
24687 min
24688 \end_layout
24689
24690 \end_inset
24691 </cell>
24692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24693 \begin_inset Text
24694
24695 \begin_layout Plain Layout
24696
24697 \backslash
24698 deg
24699 \end_layout
24700
24701 \end_inset
24702 </cell>
24703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24704 \begin_inset Text
24705
24706 \begin_layout Plain Layout
24707
24708 \backslash
24709 limsup
24710 \end_layout
24711
24712 \end_inset
24713 </cell>
24714 </row>
24715 <row>
24716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24717 \begin_inset Text
24718
24719 \begin_layout Plain Layout
24720
24721 \backslash
24722 csc
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24728 \begin_inset Text
24729
24730 \begin_layout Plain Layout
24731
24732 \backslash
24733 max
24734 \end_layout
24735
24736 \end_inset
24737 </cell>
24738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24739 \begin_inset Text
24740
24741 \begin_layout Plain Layout
24742
24743 \backslash
24744 det
24745 \end_layout
24746
24747 \end_inset
24748 </cell>
24749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24750 \begin_inset Text
24751
24752 \begin_layout Plain Layout
24753
24754 \backslash
24755 Pr
24756 \end_layout
24757
24758 \end_inset
24759 </cell>
24760 </row>
24761 <row>
24762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24763 \begin_inset Text
24764
24765 \begin_layout Plain Layout
24766
24767 \backslash
24768 ln
24769 \end_layout
24770
24771 \end_inset
24772 </cell>
24773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24774 \begin_inset Text
24775
24776 \begin_layout Plain Layout
24777
24778 \backslash
24779 exp
24780 \end_layout
24781
24782 \end_inset
24783 </cell>
24784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24785 \begin_inset Text
24786
24787 \begin_layout Plain Layout
24788
24789 \backslash
24790 dim
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24796 \begin_inset Text
24797
24798 \begin_layout Plain Layout
24799
24800 \backslash
24801 hom
24802 \end_layout
24803
24804 \end_inset
24805 </cell>
24806 </row>
24807 <row>
24808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24809 \begin_inset Text
24810
24811 \begin_layout Plain Layout
24812
24813 \backslash
24814 lg
24815 \end_layout
24816
24817 \end_inset
24818 </cell>
24819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24820 \begin_inset Text
24821
24822 \begin_layout Plain Layout
24823
24824 \backslash
24825 log
24826 \end_layout
24827
24828 \end_inset
24829 </cell>
24830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24831 \begin_inset Text
24832
24833 \begin_layout Plain Layout
24834
24835 \backslash
24836 ker
24837 \end_layout
24838
24839 \end_inset
24840 </cell>
24841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24842 \begin_inset Text
24843
24844 \begin_layout Plain Layout
24845
24846 \backslash
24847 gcd
24848 \end_layout
24849
24850 \end_inset
24851 </cell>
24852 </row>
24853 </lyxtabular>
24854
24855 \end_inset
24856
24857
24858 \end_layout
24859
24860 \begin_layout Standard
24861 Sie können auch über den Mathe-Werkzeugleistenknopf 
24862 \begin_inset Graphics
24863         filename ../../images/math/functions.png
24864         scale 85
24865
24866 \end_inset
24867
24868  eingefügt werden.
24869 \end_layout
24870
24871 \begin_layout Subsection
24872 Selbst definierte Funktionen
24873 \begin_inset Index
24874 status collapsed
24875
24876 \begin_layout Plain Layout
24877 Funktionen ! selbstdefinierte
24878 \end_layout
24879
24880 \end_inset
24881
24882
24883 \end_layout
24884
24885 \begin_layout Standard
24886 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
24887 \begin_inset space \thinspace{}
24888 \end_inset
24889
24890 B.
24891  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
24892 \end_layout
24893
24894 \begin_layout Itemize
24895 Man definiert die Funktion selbst.
24896  Dazu gibt man im LaTeX-Vorspann die Zeile
24897 \begin_inset Newline newline
24898 \end_inset
24899
24900
24901 \begin_inset VSpace -3mm
24902 \end_inset
24903
24904
24905 \begin_inset Newline newline
24906 \end_inset
24907
24908
24909 \series bold
24910
24911 \backslash
24912 DeclareMathOperator{
24913 \backslash
24914 sgn}{sgn}
24915 \series default
24916
24917 \begin_inset Index
24918 status collapsed
24919
24920 \begin_layout Plain Layout
24921 Befehle ! D ! 
24922 \backslash
24923 dbinom@
24924 \backslash
24925 DeclareMathOperator
24926 \end_layout
24927
24928 \end_inset
24929
24930
24931 \begin_inset Newline newline
24932 \end_inset
24933
24934
24935 \begin_inset VSpace -2mm
24936 \end_inset
24937
24938
24939 \begin_inset Newline newline
24940 \end_inset
24941
24942 ein
24943 \begin_inset Foot
24944 status collapsed
24945
24946 \begin_layout Plain Layout
24947 Näheres zu 
24948 \series bold
24949
24950 \backslash
24951 DeclareMathOperator
24952 \series default
24953  siehe 
24954 \begin_inset CommandInset ref
24955 LatexCommand ref
24956 reference "sub:Selbstdefinierte-Operatoren"
24957
24958 \end_inset
24959
24960 .
24961 \end_layout
24962
24963 \end_inset
24964
24965 .
24966  Nun kann man mit dem Befehl 
24967 \series bold
24968
24969 \backslash
24970 sgn
24971 \series default
24972  die neu definierte Funktion aufrufen.
24973 \end_layout
24974
24975 \begin_layout Itemize
24976 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
24977  Beispiel die Buchstaben 
24978 \emph on
24979 sgn
24980 \emph default
24981 , und wandelt ihn in in mathematischen Text um.
24982  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
24983 \end_layout
24984
24985 \begin_layout Standard
24986 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
24987  Funktion
24988 \begin_inset Foot
24989 status collapsed
24990
24991 \begin_layout Plain Layout
24992 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
24993 \end_layout
24994
24995 \end_inset
24996
24997 :
24998 \end_layout
24999
25000 \begin_layout Standard
25001 \align center
25002 \begin_inset Tabular
25003 <lyxtabular version="3" rows="3" columns="2">
25004 <features>
25005 <column alignment="center" valignment="top" width="0pt">
25006 <column alignment="center" valignment="top" width="0pt">
25007 <row>
25008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25009 \begin_inset Text
25010
25011 \begin_layout Plain Layout
25012 Befehl
25013 \end_layout
25014
25015 \end_inset
25016 </cell>
25017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25018 \begin_inset Text
25019
25020 \begin_layout Plain Layout
25021 Ergebnis
25022 \end_layout
25023
25024 \end_inset
25025 </cell>
25026 </row>
25027 <row>
25028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25029 \begin_inset Text
25030
25031 \begin_layout Plain Layout
25032 A
25033 \backslash
25034 sgn(x)+B
25035 \end_layout
25036
25037 \end_inset
25038 </cell>
25039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25040 \begin_inset Text
25041
25042 \begin_layout Plain Layout
25043 \begin_inset Formula $A\sgn(x)+B$
25044 \end_inset
25045
25046
25047 \end_layout
25048
25049 \end_inset
25050 </cell>
25051 </row>
25052 <row>
25053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25054 \begin_inset Text
25055
25056 \begin_layout Plain Layout
25057 A
25058 \backslash
25059 ,
25060 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25061 \end_inset
25062
25063 (x)+B
25064 \end_layout
25065
25066 \end_inset
25067 </cell>
25068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25069 \begin_inset Text
25070
25071 \begin_layout Plain Layout
25072 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25073 \end_inset
25074
25075
25076 \end_layout
25077
25078 \end_inset
25079 </cell>
25080 </row>
25081 </lyxtabular>
25082
25083 \end_inset
25084
25085
25086 \end_layout
25087
25088 \begin_layout Standard
25089 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25090  mehrfach verwendet werden soll.
25091 \end_layout
25092
25093 \begin_layout Subsection
25094 Grenzwerte
25095 \begin_inset Index
25096 status collapsed
25097
25098 \begin_layout Plain Layout
25099 Grenzwerte
25100 \end_layout
25101
25102 \end_inset
25103
25104
25105 \end_layout
25106
25107 \begin_layout Standard
25108 Für Grenzwerte sind außer 
25109 \series bold
25110
25111 \backslash
25112 lim
25113 \series default
25114
25115 \begin_inset Index
25116 status collapsed
25117
25118 \begin_layout Plain Layout
25119 Befehle ! L ! 
25120 \backslash
25121 lim
25122 \end_layout
25123
25124 \end_inset
25125
25126
25127 \series bold
25128
25129 \backslash
25130 liminf
25131 \series default
25132  und 
25133 \series bold
25134
25135 \backslash
25136 limsup
25137 \series default
25138  noch folgende Funktionen definiert:
25139 \end_layout
25140
25141 \begin_layout Standard
25142 \align center
25143 \begin_inset Tabular
25144 <lyxtabular version="3" rows="5" columns="2">
25145 <features>
25146 <column alignment="center" valignment="top" width="0">
25147 <column alignment="center" valignment="top" width="0">
25148 <row>
25149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25150 \begin_inset Text
25151
25152 \begin_layout Plain Layout
25153 Befehl
25154 \end_layout
25155
25156 \end_inset
25157 </cell>
25158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25159 \begin_inset Text
25160
25161 \begin_layout Plain Layout
25162 Ergebnis
25163 \begin_inset Note Note
25164 status collapsed
25165
25166 \begin_layout Plain Layout
25167
25168 \series bold
25169
25170 \backslash
25171 raisebox
25172 \series default
25173  dient nur als Abstandhalter.
25174 \end_layout
25175
25176 \end_inset
25177
25178
25179 \end_layout
25180
25181 \end_inset
25182 </cell>
25183 </row>
25184 <row>
25185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25186 \begin_inset Text
25187
25188 \begin_layout Plain Layout
25189
25190 \backslash
25191 varliminf
25192 \end_layout
25193
25194 \end_inset
25195 </cell>
25196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25197 \begin_inset Text
25198
25199 \begin_layout Plain Layout
25200 \begin_inset Formula $\varliminf$
25201 \end_inset
25202
25203
25204 \end_layout
25205
25206 \end_inset
25207 </cell>
25208 </row>
25209 <row>
25210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25211 \begin_inset Text
25212
25213 \begin_layout Plain Layout
25214
25215 \backslash
25216 varlimsup
25217 \end_layout
25218
25219 \end_inset
25220 </cell>
25221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25222 \begin_inset Text
25223
25224 \begin_layout Plain Layout
25225 \begin_inset Formula $\varlimsup$
25226 \end_inset
25227
25228
25229 \end_layout
25230
25231 \end_inset
25232 </cell>
25233 </row>
25234 <row>
25235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25236 \begin_inset Text
25237
25238 \begin_layout Plain Layout
25239
25240 \backslash
25241 varprojlim
25242 \end_layout
25243
25244 \end_inset
25245 </cell>
25246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25247 \begin_inset Text
25248
25249 \begin_layout Plain Layout
25250 \begin_inset Formula $\varprojlim$
25251 \end_inset
25252
25253
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 </row>
25259 <row>
25260 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25261 \begin_inset Text
25262
25263 \begin_layout Plain Layout
25264
25265 \backslash
25266 varinjlim
25267 \end_layout
25268
25269 \end_inset
25270 </cell>
25271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25272 \begin_inset Text
25273
25274 \begin_layout Plain Layout
25275 \begin_inset Formula $\varinjlim$
25276 \end_inset
25277
25278
25279 \begin_inset Formula $\raisebox{-2.5mm}{}$
25280 \end_inset
25281
25282
25283 \end_layout
25284
25285 \end_inset
25286 </cell>
25287 </row>
25288 </lyxtabular>
25289
25290 \end_inset
25291
25292
25293 \end_layout
25294
25295 \begin_layout Standard
25296 \begin_inset VSpace medskip
25297 \end_inset
25298
25299 Der Grenzwert wird durch Tiefstellen erzeugt.
25300  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25301 \end_layout
25302
25303 \begin_layout Standard
25304 \align center
25305 \begin_inset Tabular
25306 <lyxtabular version="3" rows="2" columns="2">
25307 <features>
25308 <column alignment="center" valignment="top" width="0pt">
25309 <column alignment="center" valignment="top" width="0pt">
25310 <row>
25311 <cell alignment="center" valignment="top" usebox="none">
25312 \begin_inset Text
25313
25314 \begin_layout Plain Layout
25315 Befehl
25316 \end_layout
25317
25318 \end_inset
25319 </cell>
25320 <cell alignment="center" valignment="top" usebox="none">
25321 \begin_inset Text
25322
25323 \begin_layout Plain Layout
25324 \begin_inset space \hspace{}
25325 \length 1cm
25326 \end_inset
25327
25328 Ergebnis
25329 \begin_inset Note Note
25330 status collapsed
25331
25332 \begin_layout Plain Layout
25333 Der Leerraum und 
25334 \series bold
25335
25336 \backslash
25337 raisebox
25338 \series default
25339  dienen nur als Abstandhalter.
25340 \end_layout
25341
25342 \end_inset
25343
25344
25345 \end_layout
25346
25347 \end_inset
25348 </cell>
25349 </row>
25350 <row>
25351 <cell alignment="center" valignment="top" usebox="none">
25352 \begin_inset Text
25353
25354 \begin_layout Plain Layout
25355
25356 \backslash
25357 lim_x
25358 \backslash
25359 to
25360 \begin_inset ERT
25361 status collapsed
25362
25363 \begin_layout Plain Layout
25364
25365
25366 \backslash
25367 leer 
25368 \end_layout
25369
25370 \end_inset
25371
25372 A
25373 \begin_inset ERT
25374 status collapsed
25375
25376 \begin_layout Plain Layout
25377
25378
25379 \backslash
25380 leer 
25381 \end_layout
25382
25383 \end_inset
25384
25385 x=B
25386 \end_layout
25387
25388 \end_inset
25389 </cell>
25390 <cell alignment="center" valignment="top" usebox="none">
25391 \begin_inset Text
25392
25393 \begin_layout Plain Layout
25394 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25395 \end_inset
25396
25397
25398 \end_layout
25399
25400 \end_inset
25401 </cell>
25402 </row>
25403 </lyxtabular>
25404
25405 \end_inset
25406
25407
25408 \end_layout
25409
25410 \begin_layout Standard
25411 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25412 \begin_inset Formula \[
25413 \lim_{x\to A}x=B\]
25414
25415 \end_inset
25416
25417
25418 \end_layout
25419
25420 \begin_layout Subsection
25421 Modulo-Funktionen
25422 \begin_inset Index
25423 status collapsed
25424
25425 \begin_layout Plain Layout
25426 Funktionen ! Modulo-
25427 \end_layout
25428
25429 \end_inset
25430
25431
25432 \end_layout
25433
25434 \begin_layout Standard
25435 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25436  Varianten.
25437 \end_layout
25438
25439 \begin_layout Standard
25440 Die Varianten in einer abgesetzten Formel:
25441 \begin_inset Formula \begin{align*}
25442 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25443 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
25444 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
25445 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
25446 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b\end{align*}
25447
25448 \end_inset
25449
25450
25451 \end_layout
25452
25453 \begin_layout Standard
25454 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25455  weniger Leerraum gesetzt.
25456 \end_layout
25457
25458 \begin_layout Section
25459 Sonderzeichen
25460 \begin_inset Index
25461 status collapsed
25462
25463 \begin_layout Plain Layout
25464 Sonderzeichen
25465 \end_layout
25466
25467 \end_inset
25468
25469
25470 \end_layout
25471
25472 \begin_layout Subsection
25473 Sonderzeichen im mathematischen Text
25474 \end_layout
25475
25476 \begin_layout Standard
25477 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25478  verwendet werden:
25479 \end_layout
25480
25481 \begin_layout Standard
25482 \begin_inset space \hfill{}
25483 \end_inset
25484
25485
25486 \begin_inset Tabular
25487 <lyxtabular version="3" rows="8" columns="2">
25488 <features>
25489 <column alignment="block" valignment="top" width="0">
25490 <column alignment="block" valignment="top" width="0">
25491 <row>
25492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25493 \begin_inset Text
25494
25495 \begin_layout Plain Layout
25496 Befehl
25497 \end_layout
25498
25499 \end_inset
25500 </cell>
25501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25502 \begin_inset Text
25503
25504 \begin_layout Plain Layout
25505 Ergebnis
25506 \end_layout
25507
25508 \end_inset
25509 </cell>
25510 </row>
25511 <row>
25512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Plain Layout
25516
25517 \backslash
25518 oe
25519 \end_layout
25520
25521 \end_inset
25522 </cell>
25523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25524 \begin_inset Text
25525
25526 \begin_layout Plain Layout
25527 \begin_inset Formula $\textrm{œ}$
25528 \end_inset
25529
25530
25531 \end_layout
25532
25533 \end_inset
25534 </cell>
25535 </row>
25536 <row>
25537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25538 \begin_inset Text
25539
25540 \begin_layout Plain Layout
25541
25542 \backslash
25543 OE
25544 \end_layout
25545
25546 \end_inset
25547 </cell>
25548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25549 \begin_inset Text
25550
25551 \begin_layout Plain Layout
25552 \begin_inset Formula $\textrm{Œ}$
25553 \end_inset
25554
25555
25556 \end_layout
25557
25558 \end_inset
25559 </cell>
25560 </row>
25561 <row>
25562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25563 \begin_inset Text
25564
25565 \begin_layout Plain Layout
25566
25567 \backslash
25568 ae
25569 \end_layout
25570
25571 \end_inset
25572 </cell>
25573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25574 \begin_inset Text
25575
25576 \begin_layout Plain Layout
25577 \begin_inset Formula $\textrm{æ}$
25578 \end_inset
25579
25580
25581 \end_layout
25582
25583 \end_inset
25584 </cell>
25585 </row>
25586 <row>
25587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25588 \begin_inset Text
25589
25590 \begin_layout Plain Layout
25591
25592 \backslash
25593 AE
25594 \end_layout
25595
25596 \end_inset
25597 </cell>
25598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25599 \begin_inset Text
25600
25601 \begin_layout Plain Layout
25602 \begin_inset Formula $\textrm{Æ}$
25603 \end_inset
25604
25605
25606 \end_layout
25607
25608 \end_inset
25609 </cell>
25610 </row>
25611 <row>
25612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25613 \begin_inset Text
25614
25615 \begin_layout Plain Layout
25616
25617 \backslash
25618 aa
25619 \end_layout
25620
25621 \end_inset
25622 </cell>
25623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25624 \begin_inset Text
25625
25626 \begin_layout Plain Layout
25627 \begin_inset Formula $\textrm{\aa}$
25628 \end_inset
25629
25630
25631 \end_layout
25632
25633 \end_inset
25634 </cell>
25635 </row>
25636 <row>
25637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25638 \begin_inset Text
25639
25640 \begin_layout Plain Layout
25641
25642 \backslash
25643 AA
25644 \begin_inset Index
25645 status collapsed
25646
25647 \begin_layout Plain Layout
25648
25649 \backslash
25650 @
25651 \begin_inset ERT
25652 status collapsed
25653
25654 \begin_layout Plain Layout
25655
25656
25657 \backslash
25658 textrm{
25659 \backslash
25660 AA}
25661 \end_layout
25662
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \end_inset
25669
25670
25671 \end_layout
25672
25673 \end_inset
25674 </cell>
25675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25676 \begin_inset Text
25677
25678 \begin_layout Plain Layout
25679 \begin_inset Formula $\textrm{Å}$
25680 \end_inset
25681
25682
25683 \end_layout
25684
25685 \end_inset
25686 </cell>
25687 </row>
25688 <row>
25689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25690 \begin_inset Text
25691
25692 \begin_layout Plain Layout
25693
25694 \backslash
25695 i
25696 \end_layout
25697
25698 \end_inset
25699 </cell>
25700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25701 \begin_inset Text
25702
25703 \begin_layout Plain Layout
25704 \begin_inset Formula $\textrm{ı}$
25705 \end_inset
25706
25707
25708 \end_layout
25709
25710 \end_inset
25711 </cell>
25712 </row>
25713 </lyxtabular>
25714
25715 \end_inset
25716
25717
25718 \begin_inset space \hfill{}
25719 \end_inset
25720
25721
25722 \begin_inset Tabular
25723 <lyxtabular version="3" rows="8" columns="2">
25724 <features>
25725 <column alignment="block" valignment="top" width="0">
25726 <column alignment="center" valignment="top" width="0">
25727 <row>
25728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25729 \begin_inset Text
25730
25731 \begin_layout Plain Layout
25732 Befehl
25733 \begin_inset Note Note
25734 status collapsed
25735
25736 \begin_layout Plain Layout
25737 Der Leerraum von 0
25738 \begin_inset space \thinspace{}
25739 \end_inset
25740
25741 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25742  ¿ erscheinen würde.
25743 \end_layout
25744
25745 \end_inset
25746
25747
25748 \end_layout
25749
25750 \end_inset
25751 </cell>
25752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25753 \begin_inset Text
25754
25755 \begin_layout Plain Layout
25756 Ergebnis
25757 \end_layout
25758
25759 \end_inset
25760 </cell>
25761 </row>
25762 <row>
25763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25764 \begin_inset Text
25765
25766 \begin_layout Plain Layout
25767
25768 \backslash
25769 o
25770 \end_layout
25771
25772 \end_inset
25773 </cell>
25774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25775 \begin_inset Text
25776
25777 \begin_layout Plain Layout
25778 \begin_inset Formula $\textrm{ø}$
25779 \end_inset
25780
25781
25782 \end_layout
25783
25784 \end_inset
25785 </cell>
25786 </row>
25787 <row>
25788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25789 \begin_inset Text
25790
25791 \begin_layout Plain Layout
25792
25793 \backslash
25794 O
25795 \end_layout
25796
25797 \end_inset
25798 </cell>
25799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25800 \begin_inset Text
25801
25802 \begin_layout Plain Layout
25803 \begin_inset Formula $\textrm{Ø}$
25804 \end_inset
25805
25806
25807 \end_layout
25808
25809 \end_inset
25810 </cell>
25811 </row>
25812 <row>
25813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25814 \begin_inset Text
25815
25816 \begin_layout Plain Layout
25817
25818 \backslash
25819 l
25820 \end_layout
25821
25822 \end_inset
25823 </cell>
25824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25825 \begin_inset Text
25826
25827 \begin_layout Plain Layout
25828 \begin_inset Formula $\textrm{ł}$
25829 \end_inset
25830
25831
25832 \end_layout
25833
25834 \end_inset
25835 </cell>
25836 </row>
25837 <row>
25838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25839 \begin_inset Text
25840
25841 \begin_layout Plain Layout
25842
25843 \backslash
25844 L
25845 \end_layout
25846
25847 \end_inset
25848 </cell>
25849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25850 \begin_inset Text
25851
25852 \begin_layout Plain Layout
25853 \begin_inset Formula $\textrm{Ł}$
25854 \end_inset
25855
25856
25857 \end_layout
25858
25859 \end_inset
25860 </cell>
25861 </row>
25862 <row>
25863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25864 \begin_inset Text
25865
25866 \begin_layout Plain Layout
25867 !
25868 \begin_inset space \hspace{}
25869 \length 0mm
25870 \end_inset
25871
25872 `
25873 \begin_inset ERT
25874 status collapsed
25875
25876 \begin_layout Plain Layout
25877
25878
25879 \backslash
25880 leer 
25881 \end_layout
25882
25883 \end_inset
25884
25885
25886 \end_layout
25887
25888 \end_inset
25889 </cell>
25890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25891 \begin_inset Text
25892
25893 \begin_layout Plain Layout
25894 \begin_inset Formula $\textrm{!`}$
25895 \end_inset
25896
25897
25898 \end_layout
25899
25900 \end_inset
25901 </cell>
25902 </row>
25903 <row>
25904 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25905 \begin_inset Text
25906
25907 \begin_layout Plain Layout
25908 ?
25909 \begin_inset space \hspace{}
25910 \length 0mm
25911 \end_inset
25912
25913 `
25914 \begin_inset ERT
25915 status collapsed
25916
25917 \begin_layout Plain Layout
25918
25919
25920 \backslash
25921 leer 
25922 \end_layout
25923
25924 \end_inset
25925
25926
25927 \end_layout
25928
25929 \end_inset
25930 </cell>
25931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25932 \begin_inset Text
25933
25934 \begin_layout Plain Layout
25935 \begin_inset Formula $\textrm{?`}$
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \end_inset
25942 </cell>
25943 </row>
25944 <row>
25945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25946 \begin_inset Text
25947
25948 \begin_layout Plain Layout
25949
25950 \backslash
25951 j
25952 \end_layout
25953
25954 \end_inset
25955 </cell>
25956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25957 \begin_inset Text
25958
25959 \begin_layout Plain Layout
25960 \begin_inset Formula $\textrm{ȷ}$
25961 \end_inset
25962
25963
25964 \end_layout
25965
25966 \end_inset
25967 </cell>
25968 </row>
25969 </lyxtabular>
25970
25971 \end_inset
25972
25973
25974 \begin_inset space \hfill{}
25975 \end_inset
25976
25977
25978 \end_layout
25979
25980 \begin_layout Standard
25981 Die Zeichen 
25982 \begin_inset Formula $\textrm{\textrm{Å}}$
25983 \end_inset
25984
25985  und 
25986 \begin_inset Formula $\textrm{\textrm{Ø}}$
25987 \end_inset
25988
25989  können auch über den Mathe-Werkzeugleistenknopf 
25990 \begin_inset Graphics
25991         filename ../../images/math/digamma.png
25992         scale 85
25993
25994 \end_inset
25995
25996  eingefügt werden.
25997 \end_layout
25998
25999 \begin_layout Standard
26000 Eine Ausnahme bilden die Befehle 
26001 \series bold
26002 !
26003 \begin_inset space \hspace{}
26004 \length 0mm
26005 \end_inset
26006
26007 `
26008 \series default
26009  und 
26010 \series bold
26011 ?
26012 \begin_inset space \hspace{}
26013 \length 0mm
26014 \end_inset
26015
26016 `
26017 \series default
26018 , denn man kann sie in LyX direkt in den Text eingeben.
26019 \end_layout
26020
26021 \begin_layout Subsection
26022 Akzente im Text
26023 \begin_inset CommandInset label
26024 LatexCommand label
26025 name "sub:Sonderzeichen-Akzente"
26026
26027 \end_inset
26028
26029
26030 \begin_inset Index
26031 status collapsed
26032
26033 \begin_layout Plain Layout
26034 Akzente ! im Text
26035 \end_layout
26036
26037 \end_inset
26038
26039
26040 \end_layout
26041
26042 \begin_layout Standard
26043 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26044  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26045 \end_layout
26046
26047 \begin_layout Standard
26048 \begin_inset space \hfill{}
26049 \end_inset
26050
26051
26052 \begin_inset Tabular
26053 <lyxtabular version="3" rows="8" columns="2">
26054 <features>
26055 <column alignment="block" valignment="top" width="0">
26056 <column alignment="block" valignment="top" width="0">
26057 <row>
26058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26059 \begin_inset Text
26060
26061 \begin_layout Plain Layout
26062 Befehl
26063 \end_layout
26064
26065 \end_inset
26066 </cell>
26067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26068 \begin_inset Text
26069
26070 \begin_layout Plain Layout
26071 Ergebnis
26072 \end_layout
26073
26074 \end_inset
26075 </cell>
26076 </row>
26077 <row>
26078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26079 \begin_inset Text
26080
26081 \begin_layout Plain Layout
26082
26083 \backslash
26084
26085 \begin_inset Quotes grd
26086 \end_inset
26087
26088 e
26089 \end_layout
26090
26091 \end_inset
26092 </cell>
26093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26094 \begin_inset Text
26095
26096 \begin_layout Plain Layout
26097 \begin_inset ERT
26098 status collapsed
26099
26100 \begin_layout Plain Layout
26101
26102
26103 \backslash
26104 "e
26105 \end_layout
26106
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \end_inset
26113 </cell>
26114 </row>
26115 <row>
26116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26117 \begin_inset Text
26118
26119 \begin_layout Plain Layout
26120
26121 \backslash
26122 `e
26123 \end_layout
26124
26125 \end_inset
26126 </cell>
26127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26128 \begin_inset Text
26129
26130 \begin_layout Plain Layout
26131 \begin_inset ERT
26132 status collapsed
26133
26134 \begin_layout Plain Layout
26135
26136
26137 \backslash
26138 `e
26139 \end_layout
26140
26141 \end_inset
26142
26143
26144 \end_layout
26145
26146 \end_inset
26147 </cell>
26148 </row>
26149 <row>
26150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26151 \begin_inset Text
26152
26153 \begin_layout Plain Layout
26154
26155 \backslash
26156 ^
26157 \begin_inset ERT
26158 status collapsed
26159
26160 \begin_layout Plain Layout
26161
26162
26163 \backslash
26164 leer 
26165 \end_layout
26166
26167 \end_inset
26168
26169 e
26170 \end_layout
26171
26172 \end_inset
26173 </cell>
26174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26175 \begin_inset Text
26176
26177 \begin_layout Plain Layout
26178 \begin_inset ERT
26179 status collapsed
26180
26181 \begin_layout Plain Layout
26182
26183
26184 \backslash
26185 ^e
26186 \end_layout
26187
26188 \end_inset
26189
26190
26191 \end_layout
26192
26193 \end_inset
26194 </cell>
26195 </row>
26196 <row>
26197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26198 \begin_inset Text
26199
26200 \begin_layout Plain Layout
26201
26202 \backslash
26203 =e
26204 \end_layout
26205
26206 \end_inset
26207 </cell>
26208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26209 \begin_inset Text
26210
26211 \begin_layout Plain Layout
26212 \begin_inset ERT
26213 status collapsed
26214
26215 \begin_layout Plain Layout
26216
26217
26218 \backslash
26219 =e
26220 \end_layout
26221
26222 \end_inset
26223
26224
26225 \end_layout
26226
26227 \end_inset
26228 </cell>
26229 </row>
26230 <row>
26231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26232 \begin_inset Text
26233
26234 \begin_layout Plain Layout
26235
26236 \backslash
26237 u
26238 \begin_inset ERT
26239 status collapsed
26240
26241 \begin_layout Plain Layout
26242
26243
26244 \backslash
26245 leer 
26246 \end_layout
26247
26248 \end_inset
26249
26250 e
26251 \end_layout
26252
26253 \end_inset
26254 </cell>
26255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26256 \begin_inset Text
26257
26258 \begin_layout Plain Layout
26259 \begin_inset ERT
26260 status collapsed
26261
26262 \begin_layout Plain Layout
26263
26264
26265 \backslash
26266 u e
26267 \end_layout
26268
26269 \end_inset
26270
26271
26272 \end_layout
26273
26274 \end_inset
26275 </cell>
26276 </row>
26277 <row>
26278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26279 \begin_inset Text
26280
26281 \begin_layout Plain Layout
26282
26283 \backslash
26284 b
26285 \begin_inset ERT
26286 status collapsed
26287
26288 \begin_layout Plain Layout
26289
26290
26291 \backslash
26292 leer 
26293 \end_layout
26294
26295 \end_inset
26296
26297 e
26298 \end_layout
26299
26300 \end_inset
26301 </cell>
26302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26303 \begin_inset Text
26304
26305 \begin_layout Plain Layout
26306 \begin_inset ERT
26307 status collapsed
26308
26309 \begin_layout Plain Layout
26310
26311
26312 \backslash
26313 b e
26314 \end_layout
26315
26316 \end_inset
26317
26318
26319 \end_layout
26320
26321 \end_inset
26322 </cell>
26323 </row>
26324 <row>
26325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26326 \begin_inset Text
26327
26328 \begin_layout Plain Layout
26329
26330 \backslash
26331 t
26332 \begin_inset ERT
26333 status collapsed
26334
26335 \begin_layout Plain Layout
26336
26337
26338 \backslash
26339 leer 
26340 \end_layout
26341
26342 \end_inset
26343
26344 ee
26345 \end_layout
26346
26347 \end_inset
26348 </cell>
26349 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353 \begin_inset ERT
26354 status collapsed
26355
26356 \begin_layout Plain Layout
26357
26358
26359 \backslash
26360 t ee
26361 \end_layout
26362
26363 \end_inset
26364
26365
26366 \end_layout
26367
26368 \end_inset
26369 </cell>
26370 </row>
26371 </lyxtabular>
26372
26373 \end_inset
26374
26375
26376 \begin_inset space \hfill{}
26377 \end_inset
26378
26379
26380 \begin_inset Tabular
26381 <lyxtabular version="3" rows="8" columns="2">
26382 <features>
26383 <column alignment="block" valignment="top" width="0">
26384 <column alignment="center" valignment="top" width="0">
26385 <row>
26386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26387 \begin_inset Text
26388
26389 \begin_layout Plain Layout
26390 Befehl
26391 \end_layout
26392
26393 \end_inset
26394 </cell>
26395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26396 \begin_inset Text
26397
26398 \begin_layout Plain Layout
26399 Ergebnis
26400 \end_layout
26401
26402 \end_inset
26403 </cell>
26404 </row>
26405 <row>
26406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26407 \begin_inset Text
26408
26409 \begin_layout Plain Layout
26410
26411 \backslash
26412 H
26413 \begin_inset ERT
26414 status collapsed
26415
26416 \begin_layout Plain Layout
26417
26418
26419 \backslash
26420 leer 
26421 \end_layout
26422
26423 \end_inset
26424
26425 e
26426 \end_layout
26427
26428 \end_inset
26429 </cell>
26430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26431 \begin_inset Text
26432
26433 \begin_layout Plain Layout
26434 \begin_inset ERT
26435 status collapsed
26436
26437 \begin_layout Plain Layout
26438
26439
26440 \backslash
26441 H e
26442 \end_layout
26443
26444 \end_inset
26445
26446
26447 \end_layout
26448
26449 \end_inset
26450 </cell>
26451 </row>
26452 <row>
26453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26454 \begin_inset Text
26455
26456 \begin_layout Plain Layout
26457
26458 \backslash
26459 'e
26460 \end_layout
26461
26462 \end_inset
26463 </cell>
26464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26465 \begin_inset Text
26466
26467 \begin_layout Plain Layout
26468 \begin_inset ERT
26469 status collapsed
26470
26471 \begin_layout Plain Layout
26472
26473
26474 \backslash
26475 'e
26476 \end_layout
26477
26478 \end_inset
26479
26480
26481 \end_layout
26482
26483 \end_inset
26484 </cell>
26485 </row>
26486 <row>
26487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26488 \begin_inset Text
26489
26490 \begin_layout Plain Layout
26491
26492 \backslash
26493 ~e
26494 \begin_inset Index
26495 status collapsed
26496
26497 \begin_layout Plain Layout
26498 Tilde
26499 \end_layout
26500
26501 \end_inset
26502
26503
26504 \end_layout
26505
26506 \end_inset
26507 </cell>
26508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26509 \begin_inset Text
26510
26511 \begin_layout Plain Layout
26512 \begin_inset ERT
26513 status collapsed
26514
26515 \begin_layout Plain Layout
26516
26517
26518 \backslash
26519 ~e
26520 \end_layout
26521
26522 \end_inset
26523
26524
26525 \end_layout
26526
26527 \end_inset
26528 </cell>
26529 </row>
26530 <row>
26531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26532 \begin_inset Text
26533
26534 \begin_layout Plain Layout
26535
26536 \backslash
26537 .e
26538 \end_layout
26539
26540 \end_inset
26541 </cell>
26542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26543 \begin_inset Text
26544
26545 \begin_layout Plain Layout
26546 \begin_inset ERT
26547 status collapsed
26548
26549 \begin_layout Plain Layout
26550
26551
26552 \backslash
26553 .e
26554 \end_layout
26555
26556 \end_inset
26557
26558
26559 \end_layout
26560
26561 \end_inset
26562 </cell>
26563 </row>
26564 <row>
26565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26566 \begin_inset Text
26567
26568 \begin_layout Plain Layout
26569
26570 \backslash
26571 v
26572 \begin_inset ERT
26573 status collapsed
26574
26575 \begin_layout Plain Layout
26576
26577
26578 \backslash
26579 leer 
26580 \end_layout
26581
26582 \end_inset
26583
26584 e
26585 \end_layout
26586
26587 \end_inset
26588 </cell>
26589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26590 \begin_inset Text
26591
26592 \begin_layout Plain Layout
26593 \begin_inset ERT
26594 status collapsed
26595
26596 \begin_layout Plain Layout
26597
26598
26599 \backslash
26600 v e
26601 \end_layout
26602
26603 \end_inset
26604
26605
26606 \end_layout
26607
26608 \end_inset
26609 </cell>
26610 </row>
26611 <row>
26612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26613 \begin_inset Text
26614
26615 \begin_layout Plain Layout
26616
26617 \backslash
26618 d
26619 \begin_inset ERT
26620 status collapsed
26621
26622 \begin_layout Plain Layout
26623
26624
26625 \backslash
26626 leer 
26627 \end_layout
26628
26629 \end_inset
26630
26631 e
26632 \end_layout
26633
26634 \end_inset
26635 </cell>
26636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26637 \begin_inset Text
26638
26639 \begin_layout Plain Layout
26640 \begin_inset ERT
26641 status collapsed
26642
26643 \begin_layout Plain Layout
26644
26645
26646 \backslash
26647 d e
26648 \end_layout
26649
26650 \end_inset
26651
26652
26653 \end_layout
26654
26655 \end_inset
26656 </cell>
26657 </row>
26658 <row>
26659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26660 \begin_inset Text
26661
26662 \begin_layout Plain Layout
26663
26664 \backslash
26665 c
26666 \begin_inset ERT
26667 status collapsed
26668
26669 \begin_layout Plain Layout
26670
26671
26672 \backslash
26673 leer 
26674 \end_layout
26675
26676 \end_inset
26677
26678 e
26679 \end_layout
26680
26681 \end_inset
26682 </cell>
26683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26684 \begin_inset Text
26685
26686 \begin_layout Plain Layout
26687 \begin_inset ERT
26688 status collapsed
26689
26690 \begin_layout Plain Layout
26691
26692
26693 \backslash
26694 c e
26695 \end_layout
26696
26697 \end_inset
26698
26699
26700 \end_layout
26701
26702 \end_inset
26703 </cell>
26704 </row>
26705 </lyxtabular>
26706
26707 \end_inset
26708
26709
26710 \begin_inset space \hfill{}
26711 \end_inset
26712
26713
26714 \end_layout
26715
26716 \begin_layout Standard
26717 \begin_inset VSpace medskip
26718 \end_inset
26719
26720 Mit dem Befehl 
26721 \series bold
26722
26723 \backslash
26724 t
26725 \series default
26726  können auch zwei verschiedene Zeichen akzentuiert werden.
26727  Der Befehl 
26728 \series bold
26729
26730 \backslash
26731 t
26732 \begin_inset ERT
26733 status collapsed
26734
26735 \begin_layout Plain Layout
26736
26737
26738 \backslash
26739 leer 
26740 \end_layout
26741
26742 \end_inset
26743
26744 sz
26745 \series default
26746  ergibt: 
26747 \begin_inset ERT
26748 status collapsed
26749
26750 \begin_layout Plain Layout
26751
26752
26753 \backslash
26754 t sz
26755 \end_layout
26756
26757 \end_inset
26758
26759
26760 \end_layout
26761
26762 \begin_layout Standard
26763 Die Akzente 
26764 \series bold
26765 `
26766 \series default
26767  , 
26768 \series bold
26769 '
26770 \series default
26771  und 
26772 \series bold
26773 ^
26774 \series default
26775  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
26776  werden ohne den TeX-Modus zu benutzen.
26777  Dasselbe gilt für die Tilde
26778 \begin_inset Foot
26779 status collapsed
26780
26781 \begin_layout Plain Layout
26782 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
26783 \end_layout
26784
26785 \end_inset
26786
26787  
26788 \series bold
26789 ~
26790 \series default
26791  in Verbindung mit 
26792 \emph on
26793 a
26794 \emph default
26795  , 
26796 \emph on
26797 n
26798 \emph default
26799  oder 
26800 \emph on
26801 o
26802 \emph default
26803 .
26804 \end_layout
26805
26806 \begin_layout Standard
26807 Die Befehle 
26808 \series bold
26809
26810 \backslash
26811 b
26812 \series default
26813  , 
26814 \series bold
26815
26816 \backslash
26817 c
26818 \series default
26819  , 
26820 \series bold
26821
26822 \backslash
26823 d
26824 \series default
26825  , 
26826 \series bold
26827
26828 \backslash
26829 H
26830 \series default
26831  , 
26832 \series bold
26833
26834 \backslash
26835 t
26836 \series default
26837  , 
26838 \series bold
26839
26840 \backslash
26841 u
26842 \series default
26843  , 
26844 \series bold
26845
26846 \backslash
26847 v
26848 \series default
26849  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
26850  Textmodus verfügbar.
26851  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
26852  
26853 \begin_inset CommandInset ref
26854 LatexCommand ref
26855 reference "sub:Akzente-für-ein"
26856
26857 \end_inset
26858
26859 .
26860 \end_layout
26861
26862 \begin_layout Standard
26863 \begin_inset VSpace bigskip
26864 \end_inset
26865
26866 Des Weiteren kann man mit dem Befehl 
26867 \series bold
26868
26869 \backslash
26870 textcircled
26871 \series default
26872
26873 \begin_inset Index
26874 status collapsed
26875
26876 \begin_layout Plain Layout
26877 Befehle ! T ! 
26878 \backslash
26879 textcircled
26880 \end_layout
26881
26882 \end_inset
26883
26884 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
26885  Kreis setzen, quasi mit einem Kreis akzentuieren.
26886 \end_layout
26887
26888 \begin_layout Standard
26889 \align center
26890 \begin_inset Tabular
26891 <lyxtabular version="3" rows="3" columns="2">
26892 <features>
26893 <column alignment="center" valignment="top" width="0">
26894 <column alignment="center" valignment="top" width="0">
26895 <row>
26896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26897 \begin_inset Text
26898
26899 \begin_layout Plain Layout
26900 Befehl
26901 \end_layout
26902
26903 \end_inset
26904 </cell>
26905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26906 \begin_inset Text
26907
26908 \begin_layout Plain Layout
26909 Ergebnis
26910 \begin_inset Note Note
26911 status collapsed
26912
26913 \begin_layout Plain Layout
26914
26915 \series bold
26916
26917 \backslash
26918 raisebox
26919 \series default
26920  in der Formel dient nur als Abstandhalter.
26921 \end_layout
26922
26923 \end_inset
26924
26925
26926 \end_layout
26927
26928 \end_inset
26929 </cell>
26930 </row>
26931 <row>
26932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26933 \begin_inset Text
26934
26935 \begin_layout Plain Layout
26936
26937 \backslash
26938 textcircled{w}
26939 \end_layout
26940
26941 \end_inset
26942 </cell>
26943 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26944 \begin_inset Text
26945
26946 \begin_layout Plain Layout
26947 \begin_inset ERT
26948 status collapsed
26949
26950 \begin_layout Plain Layout
26951
26952
26953 \backslash
26954 textcircled{w}
26955 \end_layout
26956
26957 \end_inset
26958
26959
26960 \end_layout
26961
26962 \end_inset
26963 </cell>
26964 </row>
26965 <row>
26966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26967 \begin_inset Text
26968
26969 \begin_layout Plain Layout
26970
26971 \backslash
26972 Large 
26973 \backslash
26974 textcircled{
26975 \backslash
26976 normalsize
26977 \backslash
26978 protect
26979 \backslash
26980 raisebox{-1.5pt}{W}}
26981 \end_layout
26982
26983 \end_inset
26984 </cell>
26985 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26986 \begin_inset Text
26987
26988 \begin_layout Plain Layout
26989 \begin_inset Formula $\raisebox{4.5mm}{}$
26990 \end_inset
26991
26992
26993 \begin_inset ERT
26994 status collapsed
26995
26996 \begin_layout Plain Layout
26997
26998
26999 \backslash
27000 Large 
27001 \backslash
27002 textcircled{
27003 \backslash
27004 normalsize
27005 \backslash
27006 protect
27007 \backslash
27008 raisebox{-1.5pt}W}
27009 \end_layout
27010
27011 \end_inset
27012
27013
27014 \begin_inset Formula $\raisebox{-2mm}{}$
27015 \end_inset
27016
27017
27018 \end_layout
27019
27020 \end_inset
27021 </cell>
27022 </row>
27023 </lyxtabular>
27024
27025 \end_inset
27026
27027
27028 \end_layout
27029
27030 \begin_layout Standard
27031 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27032  
27033 \series bold
27034
27035 \backslash
27036 Large
27037 \series default
27038
27039 \begin_inset Foot
27040 status collapsed
27041
27042 \begin_layout Plain Layout
27043 siehe 
27044 \begin_inset CommandInset ref
27045 LatexCommand ref
27046 reference "sub:Schriftgrößen"
27047
27048 \end_inset
27049
27050
27051 \end_layout
27052
27053 \end_inset
27054
27055  bestimmt dabei die Größe des Kreises.
27056  Mit Hilfe von 
27057 \series bold
27058
27059 \backslash
27060 raisebox
27061 \series default
27062
27063 \begin_inset Foot
27064 status collapsed
27065
27066 \begin_layout Plain Layout
27067 siehe 
27068 \begin_inset CommandInset ref
27069 LatexCommand ref
27070 reference "sub:Boxen-ohne-Rahmen"
27071
27072 \end_inset
27073
27074
27075 \end_layout
27076
27077 \end_inset
27078
27079  kann man das Zeichen zentrieren.
27080 \end_layout
27081
27082 \begin_layout Subsection
27083 Minuskelziffern
27084 \begin_inset Index
27085 status collapsed
27086
27087 \begin_layout Plain Layout
27088 Minuskelziffern
27089 \end_layout
27090
27091 \end_inset
27092
27093
27094 \end_layout
27095
27096 \begin_layout Standard
27097 Minuskelziffern werden mit dem Befehl 
27098 \series bold
27099
27100 \backslash
27101 oldstylenums
27102 \series default
27103
27104 \begin_inset Index
27105 status collapsed
27106
27107 \begin_layout Plain Layout
27108 Befehle ! O ! 
27109 \backslash
27110 oldstylenums
27111 \end_layout
27112
27113 \end_inset
27114
27115  erzeugt.
27116  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27117  Das Befehlsschema lautet:
27118 \end_layout
27119
27120 \begin_layout Standard
27121
27122 \series bold
27123
27124 \backslash
27125 oldstylenums{Ziffer}
27126 \end_layout
27127
27128 \begin_layout Standard
27129 Der Befehl 
27130 \series bold
27131
27132 \backslash
27133 oldstylenums{0123456789
27134 \series default
27135  ergibt: 
27136 \begin_inset Formula $\oldstylenums{0123456789}$
27137 \end_inset
27138
27139
27140 \end_layout
27141
27142 \begin_layout Subsection
27143 Sonstige Sonderzeichen
27144 \begin_inset CommandInset label
27145 LatexCommand label
27146 name "sub:Sonstige-Sonderzeichen"
27147
27148 \end_inset
27149
27150
27151 \begin_inset Index
27152 status collapsed
27153
27154 \begin_layout Plain Layout
27155 Sonderzeichen ! sonstige
27156 \end_layout
27157
27158 \end_inset
27159
27160
27161 \end_layout
27162
27163 \begin_layout Standard
27164 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27165 \end_layout
27166
27167 \begin_layout Standard
27168 \align center
27169 \begin_inset Tabular
27170 <lyxtabular version="3" rows="4" columns="2">
27171 <features>
27172 <column alignment="center" valignment="top" width="0">
27173 <column alignment="center" valignment="top" width="0">
27174 <row>
27175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27176 \begin_inset Text
27177
27178 \begin_layout Plain Layout
27179 Befehl
27180 \end_layout
27181
27182 \end_inset
27183 </cell>
27184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27185 \begin_inset Text
27186
27187 \begin_layout Plain Layout
27188 Ergebnis
27189 \end_layout
27190
27191 \end_inset
27192 </cell>
27193 </row>
27194 <row>
27195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27196 \begin_inset Text
27197
27198 \begin_layout Plain Layout
27199
27200 \backslash
27201 ^
27202 \begin_inset ERT
27203 status collapsed
27204
27205 \begin_layout Plain Layout
27206
27207
27208 \backslash
27209 leer 
27210 \end_layout
27211
27212 \end_inset
27213
27214
27215 \end_layout
27216
27217 \end_inset
27218 </cell>
27219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27220 \begin_inset Text
27221
27222 \begin_layout Plain Layout
27223 \begin_inset Formula $\mathcircumflex$
27224 \end_inset
27225
27226
27227 \end_layout
27228
27229 \end_inset
27230 </cell>
27231 </row>
27232 <row>
27233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27234 \begin_inset Text
27235
27236 \begin_layout Plain Layout
27237
27238 \backslash
27239 _
27240 \end_layout
27241
27242 \end_inset
27243 </cell>
27244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27245 \begin_inset Text
27246
27247 \begin_layout Plain Layout
27248 \begin_inset Formula $\_$
27249 \end_inset
27250
27251
27252 \end_layout
27253
27254 \end_inset
27255 </cell>
27256 </row>
27257 <row>
27258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27259 \begin_inset Text
27260
27261 \begin_layout Plain Layout
27262 ^
27263 \begin_inset ERT
27264 status collapsed
27265
27266 \begin_layout Plain Layout
27267
27268
27269 \backslash
27270 leer 
27271 \end_layout
27272
27273 \end_inset
27274
27275
27276 \backslash
27277 circ
27278 \begin_inset Index
27279 status collapsed
27280
27281 \begin_layout Plain Layout
27282
27283 \backslash
27284
27285 \end_layout
27286
27287 \end_inset
27288
27289
27290 \end_layout
27291
27292 \end_inset
27293 </cell>
27294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27295 \begin_inset Text
27296
27297 \begin_layout Plain Layout
27298 \begin_inset Formula $^{\circ}$
27299 \end_inset
27300
27301
27302 \end_layout
27303
27304 \end_inset
27305 </cell>
27306 </row>
27307 </lyxtabular>
27308
27309 \end_inset
27310
27311
27312 \end_layout
27313
27314 \begin_layout Standard
27315 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27316  folgende Zeile enthält
27317 \begin_inset Foot
27318 status collapsed
27319
27320 \begin_layout Plain Layout
27321 Mehr dazu ist in 
27322 \begin_inset CommandInset ref
27323 LatexCommand ref
27324 reference "sub:Textzeichen-in-Formeln"
27325
27326 \end_inset
27327
27328  beschrieben.
27329 \end_layout
27330
27331 \end_inset
27332
27333 :
27334 \end_layout
27335
27336 \begin_layout Standard
27337
27338 \series bold
27339
27340 \backslash
27341 DeclareInputText{176}{
27342 \backslash
27343 ifmmode^
27344 \backslash
27345 circ
27346 \backslash
27347 else
27348 \backslash
27349 textdegree
27350 \backslash
27351 fi}
27352 \end_layout
27353
27354 \begin_layout Section
27355 Formelstile
27356 \begin_inset CommandInset label
27357 LatexCommand label
27358 name "sec:Formelstile"
27359
27360 \end_inset
27361
27362
27363 \begin_inset Index
27364 status collapsed
27365
27366 \begin_layout Plain Layout
27367 Formel ! Stile
27368 \end_layout
27369
27370 \end_inset
27371
27372
27373 \end_layout
27374
27375 \begin_layout Itemize
27376 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27377 \end_layout
27378
27379 \begin_deeper
27380 \begin_layout Description
27381 Zentriert ist der voreingestellte Standard
27382 \end_layout
27383
27384 \begin_layout Description
27385 Eingerückt dazu muss im Menü 
27386 \family sans
27387 Dokument\SpecialChar \menuseparator
27388 Einstellungen
27389 \family default
27390  unter 
27391 \family sans
27392 Dokumentklasse
27393 \family default
27394  die Option 
27395 \series bold
27396 fleqn
27397 \series default
27398  eingeben werden
27399 \end_layout
27400
27401 \begin_layout Standard
27402 Wird 
27403 \series bold
27404 Eingerückt
27405 \series default
27406  verwendet, kann mit der Länge 
27407 \series bold
27408
27409 \backslash
27410 mathindent
27411 \series default
27412
27413 \begin_inset Index
27414 status collapsed
27415
27416 \begin_layout Plain Layout
27417 Befehle ! M ! 
27418 \backslash
27419 mathindent
27420 \end_layout
27421
27422 \end_inset
27423
27424  die Einrückung eingestellt werden.
27425  Soll der Abstand 15
27426 \begin_inset space \thinspace{}
27427 \end_inset
27428
27429 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27430 \end_layout
27431
27432 \begin_layout Standard
27433
27434 \series bold
27435
27436 \backslash
27437 setlength{
27438 \backslash
27439 mathindent}{15mm}
27440 \end_layout
27441
27442 \begin_layout Standard
27443 ein.
27444  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27445 \begin_inset space \thinspace{}
27446 \end_inset
27447
27448 pt verwendet.
27449 \end_layout
27450
27451 \end_deeper
27452 \begin_layout Itemize
27453 Und zwei verschiedene Nummerierungsstile:
27454 \end_layout
27455
27456 \begin_deeper
27457 \begin_layout Description
27458 Rechts ist der voreingestellte Standard
27459 \end_layout
27460
27461 \begin_layout Description
27462 Links dazu muss im Menü 
27463 \family sans
27464 Dokument\SpecialChar \menuseparator
27465 Einstellungen
27466 \family default
27467  unter 
27468 \family sans
27469 Dokumentklasse
27470 \family default
27471  die Option 
27472 \series bold
27473 leqno
27474 \series default
27475  eingeben werden
27476 \end_layout
27477
27478 \end_deeper
27479 \begin_layout Standard
27480
27481 \series bold
27482 fleqn
27483 \series default
27484  und 
27485 \series bold
27486 leqno
27487 \series default
27488  können auch gemeinsam verwendet werden.
27489  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27490 n.
27491 \end_layout
27492
27493 \begin_layout Standard
27494 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27495  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27496  ausgerichtete Formeln setzen, verwendet man den Stil 
27497 \series bold
27498 Zentriert
27499 \series default
27500 .
27501  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27502  
27503 \begin_inset CommandInset ref
27504 LatexCommand ref
27505 reference "sub:Flalign-Umgebung"
27506
27507 \end_inset
27508
27509 .
27510 \end_layout
27511
27512 \begin_layout Section
27513 Mehrzeilige Formeln
27514 \begin_inset CommandInset label
27515 LatexCommand label
27516 name "sec:Mehrzeilige-Formeln"
27517
27518 \end_inset
27519
27520
27521 \begin_inset Index
27522 status collapsed
27523
27524 \begin_layout Plain Layout
27525 Formel ! mehrzeilige
27526 \end_layout
27527
27528 \end_inset
27529
27530
27531 \end_layout
27532
27533 \begin_layout Subsection
27534 Allgemeines
27535 \end_layout
27536
27537 \begin_layout Standard
27538 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27539 \family sans
27540 \series bold
27541 Strg+Enter
27542 \family default
27543 \series default
27544  drückt.
27545  Dies erzeugt entweder eine 
27546 \series bold
27547 eqnarray-Umgebung
27548 \series default
27549 , die in 
27550 \begin_inset CommandInset ref
27551 LatexCommand ref
27552 reference "sub:Eqnarray-Umgebung"
27553
27554 \end_inset
27555
27556  beschrieben ist oder, wenn die Option 
27557 \family sans
27558 AMS-Mathe-Paket verwenden
27559 \family default
27560  in den Dokumenteinstellungen gewählt ist, eine 
27561 \series bold
27562 align-Umgebung
27563 \series default
27564 , die in 
27565 \begin_inset CommandInset ref
27566 LatexCommand ref
27567 reference "sub:Standard-align-Umgebung"
27568
27569 \end_inset
27570
27571  beschrieben ist.
27572 \end_layout
27573
27574 \begin_layout Standard
27575 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27576 \family sans
27577 Einfügen\SpecialChar \menuseparator
27578 Mathe
27579 \family default
27580  erstellt werden können.
27581  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27582 \end_layout
27583
27584 \begin_layout Standard
27585 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27586  man 
27587 \family sans
27588 Strg+Enter
27589 \family default
27590  drückt.
27591  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27592 fe 
27593 \begin_inset Graphics
27594         filename ../../images/tabular-feature_append-row.png
27595         scale 85
27596
27597 \end_inset
27598
27599  bzw.
27600 \begin_inset space ~
27601 \end_inset
27602
27603
27604 \begin_inset Graphics
27605         filename ../../images/tabular-feature_delete-row.png
27606         scale 85
27607
27608 \end_inset
27609
27610  oder das Menü 
27611 \family sans
27612 Bearbeiten\SpecialChar \menuseparator
27613 Zeilen & Spalten
27614 \family default
27615  verwendet werden.
27616 \end_layout
27617
27618 \begin_layout Subsubsection
27619 Zeilenabstand
27620 \begin_inset CommandInset label
27621 LatexCommand label
27622 name "sub:Zeilenabstand"
27623
27624 \end_inset
27625
27626
27627 \begin_inset Index
27628 status collapsed
27629
27630 \begin_layout Plain Layout
27631 Formel ! mehrzeilige ! Zeilenabstand
27632 \end_layout
27633
27634 \end_inset
27635
27636
27637 \end_layout
27638
27639 \begin_layout Standard
27640 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27641 \begin_inset Formula \begin{eqnarray*}
27642 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}\\
27643 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*}
27644
27645 \end_inset
27646
27647
27648 \end_layout
27649
27650 \begin_layout Standard
27651 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27652 chbefehls angegeben.
27653  Dies ist in LyX aber nicht möglich
27654 \begin_inset Foot
27655 status collapsed
27656
27657 \begin_layout Plain Layout
27658 siehe 
27659 \begin_inset CommandInset href
27660 LatexCommand href
27661 name "LyX-Fehler #1505"
27662 target "http://www.lyx.org/trac/ticket/1505"
27663
27664 \end_inset
27665
27666
27667 \end_layout
27668
27669 \end_inset
27670
27671 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
27672  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
27673  Zeile den Befehl 
27674 \series bold
27675
27676 \backslash
27677
27678 \backslash
27679 [3mm]
27680 \series default
27681  ein.
27682  Damit erhält man: 
27683 \begin_inset ERT
27684 status collapsed
27685
27686 \begin_layout Plain Layout
27687
27688
27689 \backslash
27690 begin{eqnarray*}
27691 \end_layout
27692
27693 \begin_layout Plain Layout
27694
27695 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27696  = & 
27697 \backslash
27698 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27699 \backslash
27700
27701 \backslash
27702 [3mm]
27703 \end_layout
27704
27705 \begin_layout Plain Layout
27706
27707 4x^{2}
27708 \backslash
27709 left(B^{2}+x_{0}^{2}
27710 \backslash
27711 right)+4x_{0}x
27712 \backslash
27713 left(D-B^{2}
27714 \backslash
27715 right)+B^{2}
27716 \backslash
27717 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27718 \backslash
27719 right) & = & 0
27720 \end_layout
27721
27722 \begin_layout Plain Layout
27723
27724
27725 \backslash
27726 end{eqnarray*}
27727 \end_layout
27728
27729 \end_inset
27730
27731
27732 \end_layout
27733
27734 \begin_layout Standard
27735 \begin_inset VSpace bigskip
27736 \end_inset
27737
27738 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
27739  man die Länge 
27740 \series bold
27741
27742 \backslash
27743 jot
27744 \series default
27745
27746 \begin_inset Index
27747 status collapsed
27748
27749 \begin_layout Plain Layout
27750 Befehle ! J ! 
27751 \backslash
27752 jot
27753 \end_layout
27754
27755 \end_inset
27756
27757 .
27758  Es gilt 
27759 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
27760 \end_inset
27761
27762 .
27763  Voreingestellt ist für 
27764 \series bold
27765
27766 \backslash
27767 jot
27768 \series default
27769  der Wert 3
27770 \begin_inset space \thinspace{}
27771 \end_inset
27772
27773 pt.
27774  Um wie im vorigen Beispiel 3
27775 \begin_inset space \thinspace{}
27776 \end_inset
27777
27778 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
27779 \end_layout
27780
27781 \begin_layout Standard
27782
27783 \series bold
27784
27785 \backslash
27786 setlength{
27787 \backslash
27788 jot}{3mm+3pt}
27789 \end_layout
27790
27791 \begin_layout Standard
27792 im TeX-Modus vor der Formel ein.
27793  Das setzt voraus, dass das LaTeX-Paket 
27794 \series bold
27795 calc
27796 \series default
27797
27798 \begin_inset Foot
27799 status collapsed
27800
27801 \begin_layout Plain Layout
27802
27803 \series bold
27804 calc
27805 \series default
27806  ist Teil jeder LaTeX-Standardinstallation.
27807 \end_layout
27808
27809 \end_inset
27810
27811
27812 \begin_inset Index
27813 status collapsed
27814
27815 \begin_layout Plain Layout
27816 Pakete ! calc
27817 \end_layout
27818
27819 \end_inset
27820
27821  im LaTeX-Vorspann mit der Zeile
27822 \end_layout
27823
27824 \begin_layout Standard
27825
27826 \series bold
27827
27828 \backslash
27829 usepackage{calc}
27830 \end_layout
27831
27832 \begin_layout Standard
27833 geladen wurde.
27834 \end_layout
27835
27836 \begin_layout Standard
27837 Man erhält: 
27838 \begin_inset ERT
27839 status collapsed
27840
27841 \begin_layout Plain Layout
27842
27843
27844 \backslash
27845 setlength{
27846 \backslash
27847 jot}{3mm+3pt}
27848 \end_layout
27849
27850 \end_inset
27851
27852
27853 \begin_inset Formula \begin{eqnarray*}
27854 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}\\
27855 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*}
27856
27857 \end_inset
27858
27859
27860 \end_layout
27861
27862 \begin_layout Standard
27863 \begin_inset ERT
27864 status collapsed
27865
27866 \begin_layout Plain Layout
27867
27868
27869 \backslash
27870 setlength{
27871 \backslash
27872 jot}{3pt}
27873 \end_layout
27874
27875 \end_inset
27876
27877  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
27878 \series bold
27879
27880 \backslash
27881 jot
27882 \series default
27883  auf den Wert 3
27884 \begin_inset space \thinspace{}
27885 \end_inset
27886
27887 pt.
27888 \end_layout
27889
27890 \begin_layout Subsubsection
27891 Spaltenabstand
27892 \begin_inset CommandInset label
27893 LatexCommand label
27894 name "sub:Spaltenabstand"
27895
27896 \end_inset
27897
27898
27899 \begin_inset Index
27900 status collapsed
27901
27902 \begin_layout Plain Layout
27903 Formel ! mehrzeilige ! Spaltenabstand
27904 \end_layout
27905
27906 \end_inset
27907
27908
27909 \end_layout
27910
27911 \begin_layout Standard
27912 Mehrzeilige Formeln bilden eine Matrix.
27913  Eine Formel in der Eqnarray-Umgebung ist z.
27914 \begin_inset space \thinspace{}
27915 \end_inset
27916
27917 B.
27918  eine dreispaltige Matrix.
27919  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
27920  neben den Relationszeichen ändern.
27921 \end_layout
27922
27923 \begin_layout Standard
27924 Der Spaltenabstand wird mit der Länge 
27925 \series bold
27926
27927 \backslash
27928 arraycolsep
27929 \series default
27930
27931 \begin_inset Index
27932 status collapsed
27933
27934 \begin_layout Plain Layout
27935 Befehle ! A ! 
27936 \backslash
27937 arraycolsep
27938 \end_layout
27939
27940 \end_inset
27941
27942  festgelegt, wobei gilt:
27943 \begin_inset Newline newline
27944 \end_inset
27945
27946 Spaltenabstand = 2
27947 \begin_inset space \thinspace{}
27948 \end_inset
27949
27950
27951 \series bold
27952
27953 \backslash
27954 arraycolsep
27955 \series default
27956 .
27957 \begin_inset Newline newline
27958 \end_inset
27959
27960 Der im TeX-Modus eingegebene Befehl
27961 \end_layout
27962
27963 \begin_layout Standard
27964
27965 \series bold
27966
27967 \backslash
27968 setlength{
27969 \backslash
27970 arraycolsep}{1cm}
27971 \end_layout
27972
27973 \begin_layout Standard
27974 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
27975 \begin_inset space \thinspace{}
27976 \end_inset
27977
27978 cm.
27979  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
27980 \series bold
27981
27982 \backslash
27983 arraycolsep
27984 \series default
27985  auf 5
27986 \begin_inset space \thinspace{}
27987 \end_inset
27988
27989 pt.
27990 \end_layout
27991
27992 \begin_layout Standard
27993 Eine Formel mit 2
27994 \begin_inset space \thinspace{}
27995 \end_inset
27996
27997 cm Spaltenabstand:
27998 \begin_inset ERT
27999 status collapsed
28000
28001 \begin_layout Plain Layout
28002
28003
28004 \backslash
28005 setlength{
28006 \backslash
28007 arraycolsep}{1cm}
28008 \end_layout
28009
28010 \end_inset
28011
28012
28013 \begin_inset Formula \begin{eqnarray*}
28014 A & = & B\\
28015 C & \ne & A\end{eqnarray*}
28016
28017 \end_inset
28018
28019 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28020 \begin_inset space \thinspace{}
28021 \end_inset
28022
28023 pt:
28024 \begin_inset ERT
28025 status collapsed
28026
28027 \begin_layout Plain Layout
28028
28029
28030 \backslash
28031 setlength{
28032 \backslash
28033 arraycolsep}{5pt}
28034 \end_layout
28035
28036 \end_inset
28037
28038
28039 \begin_inset Formula \begin{eqnarray*}
28040 A & = & B\\
28041 C & \ne & A\end{eqnarray*}
28042
28043 \end_inset
28044
28045
28046 \end_layout
28047
28048 \begin_layout Subsubsection
28049 Lange Formeln
28050 \begin_inset Index
28051 status collapsed
28052
28053 \begin_layout Plain Layout
28054 Formel ! lange
28055 \end_layout
28056
28057 \end_inset
28058
28059
28060 \end_layout
28061
28062 \begin_layout Standard
28063 Lange Formeln kann man wie folgt setzen:
28064 \end_layout
28065
28066 \begin_layout Itemize
28067 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28068  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28069 \begin_inset Formula \begin{eqnarray}
28070 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 \\
28071  &  & -\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}
28072
28073 \end_inset
28074
28075 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28076  als Operator, da es das erste Zeichen der Zeile ist.
28077  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28078  Bruchstrich unterscheiden.
28079  Um das zu verhindern, wurde mit dem Befehl 
28080 \series bold
28081
28082 \backslash
28083 hspace
28084 \series default
28085  3
28086 \begin_inset space \thinspace{}
28087 \end_inset
28088
28089 pt Leerraum hinter das Minuszeichen eingefügt.
28090 \begin_inset Foot
28091 status collapsed
28092
28093 \begin_layout Plain Layout
28094 mehr zu 
28095 \series bold
28096
28097 \backslash
28098 hspace
28099 \series default
28100  siehe 
28101 \begin_inset CommandInset ref
28102 LatexCommand ref
28103 reference "sub:Variabler-Leerraum"
28104
28105 \end_inset
28106
28107
28108 \end_layout
28109
28110 \end_inset
28111
28112
28113 \begin_inset Index
28114 status collapsed
28115
28116 \begin_layout Plain Layout
28117 Befehle ! H ! 
28118 \backslash
28119 hspace
28120 \end_layout
28121
28122 \end_inset
28123
28124
28125 \end_layout
28126
28127 \begin_layout Itemize
28128 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28129 \series bold
28130
28131 \backslash
28132 lefteqn
28133 \series default
28134
28135 \begin_inset Index
28136 status collapsed
28137
28138 \begin_layout Plain Layout
28139 Befehle ! L ! 
28140 \backslash
28141 lefteqn
28142 \end_layout
28143
28144 \end_inset
28145
28146 .
28147  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28148  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28149 \begin_inset Formula \begin{eqnarray}
28150 \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 \\
28151  &  & -\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 \\
28152  &  & =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}
28153
28154 \end_inset
28155
28156 Nachdem man 
28157 \series bold
28158
28159 \backslash
28160 lefteqn
28161 \series default
28162  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28163  das gegenüber dem blauen leicht verschoben ist.
28164  In dieses wird die Formel eingegeben.
28165 \begin_inset Newline newline
28166 \end_inset
28167
28168 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28169  eingegeben.
28170  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28171  Einrückung.
28172 \begin_inset VSpace medskip
28173 \end_inset
28174
28175
28176 \begin_inset Newline newline
28177 \end_inset
28178
28179
28180 \begin_inset Note Greyedout
28181 status open
28182
28183 \begin_layout Plain Layout
28184 Bei der Verwendung von 
28185 \series bold
28186
28187 \backslash
28188 lefteqn
28189 \series default
28190  ist Folgendes zu beachten:
28191 \end_layout
28192
28193 \begin_layout Itemize
28194 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28195  Würde man in obigem Beispiel der ersten Zeile den Term 
28196 \begin_inset Formula $-B^{2}$
28197 \end_inset
28198
28199  anfügen, befände sich dieser außerhalb des Seitenrands.
28200  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28201  Leerraum einfügen.
28202 \end_layout
28203
28204 \begin_layout Itemize
28205 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28206  erste Zeile gesetzt werden.
28207 \begin_inset Foot
28208 status collapsed
28209
28210 \begin_layout Plain Layout
28211 \begin_inset CommandInset href
28212 LatexCommand href
28213 name "LyX-Fehler #1429"
28214 target "http://www.lyx.org/trac/ticket/1429"
28215
28216 \end_inset
28217
28218
28219 \end_layout
28220
28221 \end_inset
28222
28223  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28224  Pfeiltasten bewegen.
28225 \end_layout
28226
28227 \end_inset
28228
28229
28230 \end_layout
28231
28232 \begin_layout Itemize
28233 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28234 \begin_inset CommandInset ref
28235 LatexCommand ref
28236 reference "sub:Multline-Umgebung"
28237
28238 \end_inset
28239
28240  und 
28241 \begin_inset CommandInset ref
28242 LatexCommand ref
28243 reference "sub:Mehrzeilige-Formelteile"
28244
28245 \end_inset
28246
28247  beschriebenen Umgebungen.
28248 \end_layout
28249
28250 \begin_layout Subsubsection
28251 Mehrzeilige Klammern
28252 \begin_inset CommandInset label
28253 LatexCommand label
28254 name "sub:Mehrzeilige-Klammern"
28255
28256 \end_inset
28257
28258
28259 \begin_inset Index
28260 status collapsed
28261
28262 \begin_layout Plain Layout
28263 Klammern ! mehrzeilige
28264 \end_layout
28265
28266 \end_inset
28267
28268
28269 \end_layout
28270
28271 \begin_layout Standard
28272 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28273 \begin_inset Formula \begin{eqnarray*}
28274 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28275  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28276
28277 \end_inset
28278
28279
28280 \end_layout
28281
28282 \begin_layout Standard
28283 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28284  Größe dürfen nicht über mehrere Zeilen gehen.
28285 \end_layout
28286
28287 \begin_layout Standard
28288 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28289  erste Zeile mit 
28290 \series bold
28291
28292 \backslash
28293 right.
28294 \series default
28295
28296 \begin_inset Index
28297 status collapsed
28298
28299 \begin_layout Plain Layout
28300 Befehle ! R ! 
28301 \backslash
28302 right
28303 \end_layout
28304
28305 \end_inset
28306
28307  und beginnt die zweite Zeile mit 
28308 \series bold
28309
28310 \backslash
28311 left.
28312 \begin_inset Foot
28313 status collapsed
28314
28315 \begin_layout Plain Layout
28316 mehr zu 
28317 \series bold
28318
28319 \backslash
28320 left
28321 \series default
28322  und 
28323 \series bold
28324
28325 \backslash
28326 right
28327 \series default
28328  siehe 
28329 \begin_inset CommandInset ref
28330 LatexCommand ref
28331 reference "sub:Automatische-Klammergrößen"
28332
28333 \end_inset
28334
28335
28336 \end_layout
28337
28338 \end_inset
28339
28340
28341 \series default
28342
28343 \begin_inset Index
28344 status collapsed
28345
28346 \begin_layout Plain Layout
28347 Befehle ! L ! 
28348 \backslash
28349 left
28350 \end_layout
28351
28352 \end_inset
28353
28354 .
28355  Nach 
28356 \series bold
28357
28358 \backslash
28359 left.
28360
28361 \series default
28362  gibt man den Befehl 
28363 \series bold
28364
28365 \backslash
28366 vphantom
28367 \series default
28368
28369 \begin_inset ERT
28370 status collapsed
28371
28372 \begin_layout Plain Layout
28373
28374
28375 \backslash
28376 leer 
28377 \end_layout
28378
28379 \end_inset
28380
28381
28382 \series bold
28383
28384 \backslash
28385 prod
28386 \series default
28387 ^
28388 \begin_inset ERT
28389 status collapsed
28390
28391 \begin_layout Plain Layout
28392
28393
28394 \backslash
28395 leer 
28396 \end_layout
28397
28398 \end_inset
28399
28400
28401 \series bold
28402
28403 \backslash
28404 infty
28405 \series default
28406
28407 \begin_inset ERT
28408 status collapsed
28409
28410 \begin_layout Plain Layout
28411
28412
28413 \backslash
28414 leer 
28415 \end_layout
28416
28417 \end_inset
28418
28419
28420 \series bold
28421
28422 \begin_inset Formula $\downarrow$
28423 \end_inset
28424
28425 _R=1}
28426 \series default
28427
28428 \begin_inset Index
28429 status collapsed
28430
28431 \begin_layout Plain Layout
28432 Befehle ! V ! 
28433 \backslash
28434 vphantom
28435 \end_layout
28436
28437 \end_inset
28438
28439  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28440  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28441 \end_layout
28442
28443 \begin_layout Standard
28444 Das Ergebnis sieht so aus:
28445 \begin_inset Formula \begin{eqnarray*}
28446 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28447  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28448
28449 \end_inset
28450
28451
28452 \end_layout
28453
28454 \begin_layout Subsection
28455 Align-Umgebungen
28456 \end_layout
28457
28458 \begin_layout Standard
28459 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28460  werden.
28461  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28462 \end_layout
28463
28464 \begin_layout Standard
28465 Align-Umgebungen bestehen aus Spalten.
28466  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28467  ausgerichtet.
28468  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28469 \end_layout
28470
28471 \begin_layout Standard
28472 Align-Umgebung werden über das Menü 
28473 \family sans
28474 Einfügen\SpecialChar \menuseparator
28475 Mathe
28476 \family default
28477  erstellt.
28478  Über das Menü 
28479 \family sans
28480 Bearbeiten\SpecialChar \menuseparator
28481 Mathe\SpecialChar \menuseparator
28482 Formelart
28483 \begin_inset space ~
28484 \end_inset
28485
28486 ändern
28487 \family default
28488  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28489 \end_layout
28490
28491 \begin_layout Standard
28492 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28493
28494 \begin_inset Graphics
28495         filename ../../images/tabular-feature_append-column.png
28496         scale 85
28497
28498 \end_inset
28499
28500  bzw.
28501 \begin_inset space ~
28502 \end_inset
28503
28504
28505 \begin_inset Graphics
28506         filename ../../images/tabular-feature_delete-column.png
28507         scale 85
28508
28509 \end_inset
28510
28511  oder das Menü 
28512 \family sans
28513 Bearbeiten\SpecialChar \menuseparator
28514 Zeilen & Spalten
28515 \family default
28516  verwendet werden.
28517 \end_layout
28518
28519 \begin_layout Subsubsection
28520 Standard align-Umgebung
28521 \begin_inset CommandInset label
28522 LatexCommand label
28523 name "sub:Standard-align-Umgebung"
28524
28525 \end_inset
28526
28527
28528 \begin_inset Index
28529 status collapsed
28530
28531 \begin_layout Plain Layout
28532 Formel ! mehrzeilige ! align-Umgebung
28533 \end_layout
28534
28535 \end_inset
28536
28537
28538 \end_layout
28539
28540 \begin_layout Standard
28541 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28542 \family sans
28543 Strg+Enter
28544 \family default
28545  drückt oder das Menü 
28546 \family sans
28547 Einfügen\SpecialChar \menuseparator
28548 Mathe\SpecialChar \menuseparator
28549 AMS align-Umge\SpecialChar \-
28550 bung
28551 \family default
28552  aufruft.
28553 \end_layout
28554
28555 \begin_layout Standard
28556 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
28557 n align-Umgebung erzeugt wurden:
28558 \begin_inset Formula \begin{align*}
28559 A & =\sin(B) & C & =D\\
28560 C & \ne A & B & \ne D\end{align*}
28561
28562 \end_inset
28563
28564 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28565  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28566 \series bold
28567
28568 \backslash
28569 hfill
28570 \begin_inset Foot
28571 status collapsed
28572
28573 \begin_layout Plain Layout
28574 mehr zu 
28575 \series bold
28576
28577 \backslash
28578 hfill
28579 \series default
28580  siehe 
28581 \begin_inset CommandInset ref
28582 LatexCommand ref
28583 reference "sub:Variabler-Leerraum"
28584
28585 \end_inset
28586
28587
28588 \end_layout
28589
28590 \end_inset
28591
28592
28593 \series default
28594  befinden.
28595  Ist der Formelstil 
28596 \series bold
28597 Eingerückt
28598 \begin_inset Foot
28599 status collapsed
28600
28601 \begin_layout Plain Layout
28602 Formelstile siehe 
28603 \begin_inset CommandInset ref
28604 LatexCommand ref
28605 reference "sec:Formelstile"
28606
28607 \end_inset
28608
28609
28610 \end_layout
28611
28612 \end_inset
28613
28614
28615 \series default
28616  gewählt, wird die Formel ohne den 
28617 \series bold
28618
28619 \backslash
28620 hfill
28621 \series default
28622  vor der ersten Spalte gesetzt.
28623 \end_layout
28624
28625 \begin_layout Subsubsection
28626 Alignat-Umgebung
28627 \begin_inset Index
28628 status collapsed
28629
28630 \begin_layout Plain Layout
28631 Formel ! mehrzeilige ! alignat-Umgebung
28632 \end_layout
28633
28634 \end_inset
28635
28636
28637 \end_layout
28638
28639 \begin_layout Standard
28640 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
28641  Man kann ihn manuell durch die in 
28642 \begin_inset CommandInset ref
28643 LatexCommand ref
28644 reference "sub:Leerraum"
28645
28646 \end_inset
28647
28648  beschriebenen Leerräume einfügen.
28649 \end_layout
28650
28651 \begin_layout Standard
28652 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
28653  Formel 1
28654 \begin_inset space \thinspace{}
28655 \end_inset
28656
28657 cm Leerraum eingefügt wurde:
28658 \begin_inset Formula \begin{alignat*}{2}
28659 A & =\sin(B) & \hspace{1cm}C & =D\\
28660 C & \ne A & B & \ne D\end{alignat*}
28661
28662 \end_inset
28663
28664 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
28665  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
28666  Formeln.
28667 \end_layout
28668
28669 \begin_layout Subsubsection
28670 Flalign-Umgebung
28671 \begin_inset CommandInset label
28672 LatexCommand label
28673 name "sub:Flalign-Umgebung"
28674
28675 \end_inset
28676
28677
28678 \begin_inset Index
28679 status collapsed
28680
28681 \begin_layout Plain Layout
28682 Formel ! mehrzeilige ! flalign-Umgebung
28683 \end_layout
28684
28685 \end_inset
28686
28687
28688 \end_layout
28689
28690 \begin_layout Standard
28691 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
28692  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
28693  Dazu ein Beispiel:
28694 \begin_inset Formula \begin{flalign*}
28695 A & =1 & B & =2 & C & =3\\
28696 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28697
28698 \end_inset
28699
28700
28701 \end_layout
28702
28703 \begin_layout Standard
28704 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
28705  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
28706  im Dokument links setzen obwohl der Formelstil 
28707 \series bold
28708 Zentriert
28709 \series default
28710  eingestellt ist.
28711  Als Beispiel die eingerückte ausgerichtete Formel 
28712 \begin_inset CommandInset ref
28713 LatexCommand eqref
28714 reference "eq:VolInt"
28715
28716 \end_inset
28717
28718 :
28719 \begin_inset Formula \begin{flalign}
28720 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28721
28722 \end_inset
28723
28724 In den ersten beiden Spalten befindet sich die Formel.
28725  Damit sie wie beim Formelstil 
28726 \series bold
28727 Eingerückt
28728 \series default
28729  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
28730 \begin_inset space \thinspace{}
28731 \end_inset
28732
28733 pt Leerraum eingefügt.
28734 \end_layout
28735
28736 \begin_layout Subsection
28737 Eqnarray-Umgebung
28738 \begin_inset CommandInset label
28739 LatexCommand label
28740 name "sub:Eqnarray-Umgebung"
28741
28742 \end_inset
28743
28744
28745 \begin_inset Index
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749 Formel ! mehrzeilige ! Eqnarray-Umgebung
28750 \end_layout
28751
28752 \end_inset
28753
28754
28755 \end_layout
28756
28757 \begin_layout Standard
28758 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
28759  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
28760  ausgerichtet.
28761  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
28762  da dieses Kästchen nur für Relationzeichen gedacht ist.
28763 \begin_inset Formula \begin{eqnarray*}
28764 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28765 AB & AB & AB\\
28766 A & = & A\end{eqnarray*}
28767
28768 \end_inset
28769
28770
28771 \end_layout
28772
28773 \begin_layout Subsection
28774 Gather-Umgebung
28775 \begin_inset Index
28776 status collapsed
28777
28778 \begin_layout Plain Layout
28779 Formel ! mehrzeilige ! Gather-Umgebung
28780 \end_layout
28781
28782 \end_inset
28783
28784
28785 \end_layout
28786
28787 \begin_layout Standard
28788 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
28789  Jede Zeile kann nummeriert werden.
28790 \begin_inset Formula \begin{gather}
28791 A=1\\
28792 X=\textrm{-}1\end{gather}
28793
28794 \end_inset
28795
28796
28797 \end_layout
28798
28799 \begin_layout Subsection
28800 Multline-Umgebung
28801 \begin_inset CommandInset label
28802 LatexCommand label
28803 name "sub:Multline-Umgebung"
28804
28805 \end_inset
28806
28807
28808 \begin_inset Index
28809 status collapsed
28810
28811 \begin_layout Plain Layout
28812 Formel ! mehrzeilige ! Multline-Umgebung
28813 \end_layout
28814
28815 \end_inset
28816
28817
28818 \end_layout
28819
28820 \begin_layout Standard
28821 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
28822  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
28823  Alle anderen Zeilen sind zentriert.
28824  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
28825  Als Beispiel Formel 
28826 \begin_inset CommandInset ref
28827 LatexCommand eqref
28828 reference "eq:lefteqn"
28829
28830 \end_inset
28831
28832  in der multline-Umgebung:
28833 \begin_inset Formula \begin{multline}
28834 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}\\
28835 -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}\\
28836 =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}
28837
28838 \end_inset
28839
28840
28841 \end_layout
28842
28843 \begin_layout Standard
28844 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
28845  nummeriert, wenn rechts (links) nummeriert wird.
28846 \begin_inset Foot
28847 status collapsed
28848
28849 \begin_layout Plain Layout
28850 Nummerierungsstile siehe 
28851 \begin_inset CommandInset ref
28852 LatexCommand ref
28853 reference "sec:Formelstile"
28854
28855 \end_inset
28856
28857
28858 \end_layout
28859
28860 \end_inset
28861
28862
28863 \end_layout
28864
28865 \begin_layout Standard
28866 Mit den Befehlen 
28867 \series bold
28868
28869 \backslash
28870 shoveright
28871 \begin_inset Index
28872 status collapsed
28873
28874 \begin_layout Plain Layout
28875 Befehle ! S ! 
28876 \backslash
28877 shoveright
28878 \end_layout
28879
28880 \end_inset
28881
28882
28883 \series default
28884  und 
28885 \series bold
28886
28887 \backslash
28888 shoveleft
28889 \begin_inset Index
28890 status collapsed
28891
28892 \begin_layout Plain Layout
28893 Befehle ! S ! 
28894 \backslash
28895 shoveleft
28896 \end_layout
28897
28898 \end_inset
28899
28900
28901 \series default
28902  kann eine zentrierte Zeile rechts bzw.
28903  links ausgerichtet werden.
28904  Die Befehle werden folgendermaßen verwendet:
28905 \end_layout
28906
28907 \begin_layout Standard
28908
28909 \series bold
28910
28911 \backslash
28912 shoveright{Zeileninhalt}
28913 \series default
28914  bzw.
28915  
28916 \series bold
28917
28918 \backslash
28919 shoveleft{Zeileninhalt}
28920 \end_layout
28921
28922 \begin_layout Standard
28923 \begin_inset VSpace medskip
28924 \end_inset
28925
28926 Die Länge 
28927 \series bold
28928
28929 \backslash
28930 multlinegap
28931 \begin_inset Index
28932 status collapsed
28933
28934 \begin_layout Plain Layout
28935 Befehle ! M ! 
28936 \backslash
28937 multlinegap
28938 \end_layout
28939
28940 \end_inset
28941
28942
28943 \series default
28944  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
28945  Voreingestellt ist die Länge 0
28946 \begin_inset space \thinspace{}
28947 \end_inset
28948
28949 pt.
28950 \end_layout
28951
28952 \begin_layout Standard
28953 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
28954 \end_layout
28955
28956 \begin_layout Standard
28957
28958 \series bold
28959
28960 \backslash
28961 setlength{
28962 \backslash
28963 multlinegap}{2cm}
28964 \end_layout
28965
28966 \begin_layout Standard
28967 eingegeben wurde:
28968 \begin_inset ERT
28969 status collapsed
28970
28971 \begin_layout Plain Layout
28972
28973
28974 \backslash
28975 setlength{
28976 \backslash
28977 multlinegap}{2cm}
28978 \end_layout
28979
28980 \end_inset
28981
28982
28983 \begin_inset Formula \begin{multline}
28984 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}\\
28985 \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}}\\
28986 =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}
28987
28988 \end_inset
28989
28990
28991 \begin_inset ERT
28992 status collapsed
28993
28994 \begin_layout Plain Layout
28995
28996
28997 \backslash
28998 setlength{
28999 \backslash
29000 multlinegap}{0pt}
29001 \end_layout
29002
29003 \end_inset
29004
29005
29006 \end_layout
29007
29008 \begin_layout Standard
29009 Die zweite Zeile wurde mit 
29010 \series bold
29011
29012 \backslash
29013 shoveleft
29014 \series default
29015  linksbündig ausgerichtet.
29016 \end_layout
29017
29018 \begin_layout Subsection
29019 Mehrzeilige Formelteile
29020 \begin_inset CommandInset label
29021 LatexCommand label
29022 name "sub:Mehrzeilige-Formelteile"
29023
29024 \end_inset
29025
29026
29027 \begin_inset Index
29028 status collapsed
29029
29030 \begin_layout Plain Layout
29031 Formel ! mehrzeilige ! Formelteile
29032 \end_layout
29033
29034 \end_inset
29035
29036
29037 \end_layout
29038
29039 \begin_layout Standard
29040 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29041  der folgenden Umgebungen: 
29042 \series bold
29043 aligned
29044 \series default
29045
29046 \series bold
29047 alignedat
29048 \series default
29049
29050 \series bold
29051 gathered
29052 \series default
29053  oder 
29054 \series bold
29055 split
29056 \series default
29057 .
29058  Sie können über das Menü 
29059 \family sans
29060 Einfügen\SpecialChar \menuseparator
29061 Mathe
29062 \family default
29063  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29064 \end_layout
29065
29066 \begin_layout Standard
29067 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29068 n Formel\SpecialChar \-
29069 umgebungen.
29070  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29071  Dazu ein Beispiel:
29072 \begin_inset Formula \[
29073 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29074 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29075 \right\} \textrm{Unbestimmtheitsrelationen}\]
29076
29077 \end_inset
29078
29079
29080 \end_layout
29081
29082 \begin_layout Standard
29083 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29084  der Befehl 
29085 \series bold
29086
29087 \backslash
29088 aligned
29089 \begin_inset Index
29090 status collapsed
29091
29092 \begin_layout Plain Layout
29093 Befehle ! A ! 
29094 \backslash
29095 aligned
29096 \end_layout
29097
29098 \end_inset
29099
29100
29101 \series default
29102  eingegeben wird.
29103  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29104  und Zeilen hinzufügen kann.
29105  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29106  gesetzt werden.
29107 \end_layout
29108
29109 \begin_layout Standard
29110 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29111  ausgerichtet sind.
29112  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29113  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29114  Als Beispiel Formel 
29115 \begin_inset CommandInset ref
29116 LatexCommand eqref
29117 reference "eq:kurzlang"
29118
29119 \end_inset
29120
29121  in der aligned-Umgebung:
29122 \begin_inset Formula \begin{equation}
29123 \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}|}\\
29124  & -\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}
29125 \end{equation}
29126
29127 \end_inset
29128
29129
29130 \end_layout
29131
29132 \begin_layout Standard
29133 Möchte man die Umgebung 
29134 \series bold
29135 alignedat
29136 \series default
29137
29138 \series bold
29139 gathered
29140 \series default
29141  oder 
29142 \series bold
29143 split
29144 \series default
29145  verwenden, gibt man den Befehl 
29146 \series bold
29147
29148 \backslash
29149 alignedat
29150 \series default
29151 ,
29152 \begin_inset Index
29153 status collapsed
29154
29155 \begin_layout Plain Layout
29156 Befehle ! A ! 
29157 \backslash
29158 alignedat
29159 \end_layout
29160
29161 \end_inset
29162
29163  
29164 \series bold
29165
29166 \backslash
29167 gathered
29168 \series default
29169
29170 \begin_inset Index
29171 status collapsed
29172
29173 \begin_layout Plain Layout
29174 Befehle ! G ! 
29175 \backslash
29176 gathered
29177 \end_layout
29178
29179 \end_inset
29180
29181  bzw.
29182  
29183 \series bold
29184
29185 \backslash
29186 split
29187 \series default
29188
29189 \begin_inset Index
29190 status collapsed
29191
29192 \begin_layout Plain Layout
29193 Befehle ! S ! 
29194 \backslash
29195 split
29196 \end_layout
29197
29198 \end_inset
29199
29200  ein.
29201  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29202  jedoch darf sie nur zwei Spalten enthalten.
29203 \end_layout
29204
29205 \begin_layout Subsection
29206 Text in mehrzeiligen Formeln
29207 \begin_inset CommandInset label
29208 LatexCommand label
29209 name "sub:Text-in-mehrzeiligen"
29210
29211 \end_inset
29212
29213
29214 \begin_inset Index
29215 status collapsed
29216
29217 \begin_layout Plain Layout
29218 Text ! in Formeln
29219 \end_layout
29220
29221 \end_inset
29222
29223
29224 \begin_inset Index
29225 status collapsed
29226
29227 \begin_layout Plain Layout
29228 Formel ! mehrzeilige ! Text
29229 \end_layout
29230
29231 \end_inset
29232
29233
29234 \end_layout
29235
29236 \begin_layout Standard
29237 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29238  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29239  die Ausrichtung der Spalten nicht beeinflusst.
29240  Dazu wird der Befehl 
29241 \series bold
29242
29243 \backslash
29244 intertext
29245 \begin_inset Index
29246 status collapsed
29247
29248 \begin_layout Plain Layout
29249 Befehle ! I ! 
29250 \backslash
29251 intertext
29252 \end_layout
29253
29254 \end_inset
29255
29256
29257 \series default
29258  nach folgendem Schema benutzt:
29259 \end_layout
29260
29261 \begin_layout Standard
29262
29263 \series bold
29264
29265 \backslash
29266 intertext{Text}
29267 \end_layout
29268
29269 \begin_layout Standard
29270 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29271  werden kann.
29272  Weil LyX 
29273 \series bold
29274
29275 \backslash
29276 intertext
29277 \series default
29278  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29279  Text.
29280  
29281 \series bold
29282
29283 \backslash
29284 intertext
29285 \series default
29286  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29287  dieser Zeile.
29288  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29289 \begin_inset Formula \begin{align}
29290 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29291 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29292
29293 \end_inset
29294
29295
29296 \end_layout
29297
29298 \begin_layout Section
29299 Formelnummerierung
29300 \begin_inset Index
29301 status collapsed
29302
29303 \begin_layout Plain Layout
29304 Formelnummerierung
29305 \end_layout
29306
29307 \end_inset
29308
29309
29310 \begin_inset Index
29311 status collapsed
29312
29313 \begin_layout Plain Layout
29314 Formel ! Nummerierung|see
29315 \begin_inset ERT
29316 status collapsed
29317
29318 \begin_layout Plain Layout
29319
29320 {
29321 \end_layout
29322
29323 \end_inset
29324
29325 Formelnummerierung
29326 \begin_inset ERT
29327 status collapsed
29328
29329 \begin_layout Plain Layout
29330
29331 }
29332 \end_layout
29333
29334 \end_inset
29335
29336
29337 \end_layout
29338
29339 \end_inset
29340
29341
29342 \end_layout
29343
29344 \begin_layout Subsection
29345 Allgemeines
29346 \end_layout
29347
29348 \begin_layout Standard
29349 Nummerierte Formeln können mit dem Menü 
29350 \family sans
29351 Einfügen\SpecialChar \menuseparator
29352 Mathe\SpecialChar \menuseparator
29353 Nummerierte
29354 \begin_inset space ~
29355 \end_inset
29356
29357 Formel
29358 \family default
29359  (Tastenkürzel 
29360 \family sans
29361 Strg+Alt
29362 \begin_inset space ~
29363 \end_inset
29364
29365 N
29366 \family default
29367 ) erstellt, bestehende Formeln über das Menü 
29368 \family sans
29369 Bearbeiten\SpecialChar \menuseparator
29370 Mathe\SpecialChar \menuseparator
29371 Nummerierung
29372 \begin_inset space ~
29373 \end_inset
29374
29375 an/aus
29376 \family default
29377  (Tastenkürzel 
29378 \family sans
29379 Alt+M
29380 \begin_inset space ~
29381 \end_inset
29382
29383 N
29384 \family default
29385 ) nummeriert werden.
29386  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29387  Klammern.
29388  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29389 \end_layout
29390
29391 \begin_layout Standard
29392 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29393  Zeilen nummeriert.
29394  Man kann jedoch über das Menü 
29395 \family sans
29396 Bearbeiten\SpecialChar \menuseparator
29397 Mathe\SpecialChar \menuseparator
29398 Zeilennummerierung an/aus
29399 \family default
29400  (Tastenkürzel 
29401 \family sans
29402 Alt+M
29403 \begin_inset space ~
29404 \end_inset
29405
29406 Shift+N
29407 \family default
29408 ) für jede Zeile die Nummerierung festlegen.
29409 \end_layout
29410
29411 \begin_layout Standard
29412 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29413  werden, siehe 
29414 \begin_inset CommandInset ref
29415 LatexCommand ref
29416 reference "sec:Formelstile"
29417
29418 \end_inset
29419
29420 .
29421 \end_layout
29422
29423 \begin_layout Subsection
29424 Querverweise
29425 \begin_inset Index
29426 status collapsed
29427
29428 \begin_layout Plain Layout
29429 Querverweise ! auf Formeln
29430 \end_layout
29431
29432 \end_inset
29433
29434
29435 \end_layout
29436
29437 \begin_layout Standard
29438 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29439  Eine Marke wird mit dem Menü 
29440 \family sans
29441 Einfügen\SpecialChar \menuseparator
29442 Marke
29443 \family default
29444  oder dem Werkzeugleistenknopf 
29445 \begin_inset Graphics
29446         filename ../../images/label-insert.png
29447         scale 85
29448
29449 \end_inset
29450
29451  gesetzt.
29452  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29453  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29454 \series bold
29455 eq:
29456 \series default
29457 , nachdem der eigentliche Markenname eingegeben wird.
29458  Der voreingestellte Eintrag steht für 
29459 \begin_inset Quotes gld
29460 \end_inset
29461
29462 equation
29463 \begin_inset Quotes grd
29464 \end_inset
29465
29466  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29467  einer Formel und nicht zu einem Kapitel gehört.
29468  Um eine Marke zu ändern, wählt man wieder das Menü 
29469 \family sans
29470 Einfügen\SpecialChar \menuseparator
29471 Marke
29472 \family default
29473 .
29474 \end_layout
29475
29476 \begin_layout Standard
29477 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29478  Eine Formel mit Marke wird immer nummeriert.
29479 \end_layout
29480
29481 \begin_layout Standard
29482 Querverweise werden mit dem Menü 
29483 \family sans
29484 Einfügen\SpecialChar \menuseparator
29485 Querverweis
29486 \family default
29487  oder dem Werkzeugleistenknopf 
29488 \begin_inset Graphics
29489         filename ../../images/dialog-show-new-inset_ref.png
29490         scale 85
29491
29492 \end_inset
29493
29494  eingefügt.
29495  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29496  Wenn man im Querverweis Dialogfenster das Format 
29497 \series bold
29498 (<Querverweis>)
29499 \series default
29500  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29501 \begin_inset Newline newline
29502 \end_inset
29503
29504 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29505  man zur Formel auf die verwiesen wird.
29506 \end_layout
29507
29508 \begin_layout Standard
29509 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29510 \begin_inset Note Note
29511 status open
29512
29513 \begin_layout Plain Layout
29514 Man beachte die unterschiedlichen Querverweistypen.
29515 \end_layout
29516
29517 \end_inset
29518
29519
29520 \end_layout
29521
29522 \begin_layout Standard
29523 Die Gleichungen 
29524 \begin_inset CommandInset ref
29525 LatexCommand eqref
29526 reference "eq:tag"
29527
29528 \end_inset
29529
29530  und 
29531 \begin_inset CommandInset ref
29532 LatexCommand eqref
29533 reference "eq:c"
29534
29535 \end_inset
29536
29537  sind äquivalent.
29538  In (
29539 \begin_inset CommandInset ref
29540 LatexCommand ref
29541 reference "eq:Lat"
29542
29543 \end_inset
29544
29545 ) werden im Gegensatz zu (
29546 \begin_inset CommandInset ref
29547 LatexCommand ref
29548 reference "eq:Roem"
29549
29550 \end_inset
29551
29552 ) große lateinische Buchstaben zur Nummerierung verwendet.
29553 \end_layout
29554
29555 \begin_layout Standard
29556 \begin_inset VSpace medskip
29557 \end_inset
29558
29559 Ist im Argument von 
29560 \series bold
29561
29562 \backslash
29563 tag
29564 \begin_inset Foot
29565 status collapsed
29566
29567 \begin_layout Plain Layout
29568
29569 \series bold
29570
29571 \backslash
29572 tag
29573 \series default
29574  ist in 
29575 \begin_inset CommandInset ref
29576 LatexCommand ref
29577 reference "sub:Benutzerdefinierte-Nummerierung"
29578
29579 \end_inset
29580
29581  beschrieben.
29582 \end_layout
29583
29584 \end_inset
29585
29586
29587 \series default
29588  wie in 
29589 \begin_inset CommandInset ref
29590 LatexCommand ref
29591 reference "sub:Absatzboxen"
29592
29593 \end_inset
29594
29595  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
29596 \end_layout
29597
29598 \begin_layout Subsection
29599 Unternummerierung
29600 \begin_inset Index
29601 status collapsed
29602
29603 \begin_layout Plain Layout
29604 Formelnummerierung ! Unternummerierung
29605 \end_layout
29606
29607 \end_inset
29608
29609
29610 \end_layout
29611
29612 \begin_layout Standard
29613 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
29614  
29615 \begin_inset Newline newline
29616 \end_inset
29617
29618
29619 \series bold
29620
29621 \backslash
29622 begin{subequations}
29623 \series default
29624  und 
29625 \series bold
29626
29627 \backslash
29628 end{subequations}
29629 \series default
29630  erreichen.
29631  Beide Befehle werden im TeX-Modus eingegeben.
29632 \end_layout
29633
29634 \begin_layout Standard
29635 Dazu ein Beispiel:
29636 \begin_inset Formula \begin{equation}
29637 A=C-B\label{eq:a}\end{equation}
29638
29639 \end_inset
29640
29641
29642 \begin_inset ERT
29643 status collapsed
29644
29645 \begin_layout Plain Layout
29646
29647
29648 \backslash
29649 addtocounter{equation}{-1}
29650 \end_layout
29651
29652 \end_inset
29653
29654
29655 \begin_inset ERT
29656 status collapsed
29657
29658 \begin_layout Plain Layout
29659
29660
29661 \backslash
29662 begin{subequations}
29663 \end_layout
29664
29665 \end_inset
29666
29667
29668 \begin_inset VSpace -5mm
29669 \end_inset
29670
29671
29672 \begin_inset Formula \begin{equation}
29673 B=C-A\label{eq:b}\end{equation}
29674
29675 \end_inset
29676
29677
29678 \begin_inset Formula \begin{equation}
29679 C=A+B\label{eq:c}\end{equation}
29680
29681 \end_inset
29682
29683
29684 \end_layout
29685
29686 \begin_layout Standard
29687 \begin_inset ERT
29688 status collapsed
29689
29690 \begin_layout Plain Layout
29691
29692
29693 \backslash
29694 end{subequations}
29695 \end_layout
29696
29697 \end_inset
29698
29699
29700 \end_layout
29701
29702 \begin_layout Standard
29703 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
29704 \end_layout
29705
29706 \begin_layout Enumerate
29707 erste Formel eingeben
29708 \end_layout
29709
29710 \begin_layout Enumerate
29711
29712 \series bold
29713
29714 \backslash
29715 addtocounter{equation}{-1} 
29716 \backslash
29717 begin{subequations}
29718 \begin_inset Index
29719 status collapsed
29720
29721 \begin_layout Plain Layout
29722 Befehle ! A ! 
29723 \backslash
29724 addtocounter
29725 \end_layout
29726
29727 \end_inset
29728
29729
29730 \begin_inset Newline newline
29731 \end_inset
29732
29733
29734 \series default
29735 nach der ersten Formel einfügen
29736 \end_layout
29737
29738 \begin_layout Enumerate
29739 zweite Formel eingeben
29740 \end_layout
29741
29742 \begin_layout Enumerate
29743 dritte Formel eingeben
29744 \end_layout
29745
29746 \begin_layout Enumerate
29747
29748 \series bold
29749
29750 \backslash
29751 end{subequations}
29752 \series default
29753  nach der dritten Formel einfügen
29754 \end_layout
29755
29756 \begin_layout Standard
29757 Jede Formel, die zwischen den Befehlen 
29758 \series bold
29759
29760 \backslash
29761 begin
29762 \series default
29763  und 
29764 \series bold
29765
29766 \backslash
29767 end
29768 \series default
29769  steht, wird mit a, b, c, \SpecialChar \ldots{}
29770  untergliedert.
29771  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
29772  Alle untergliederten Formeln gelten als 
29773 \emph on
29774 eine
29775 \emph default
29776  nummerierte Formel.
29777  Da jede nummerierte Formel den Formelzähler 
29778 \series bold
29779 equation
29780 \series default
29781  um Eins erhöht, ist der Befehl 
29782 \series bold
29783
29784 \backslash
29785 addtocounter
29786 \series default
29787  notwendig um den Zähler wieder zu erniedrigen.
29788  Ansonsten würden die Formeln 
29789 \begin_inset CommandInset ref
29790 LatexCommand eqref
29791 reference "eq:a"
29792
29793 \end_inset
29794
29795
29796 \begin_inset CommandInset ref
29797 LatexCommand eqref
29798 reference "eq:b"
29799
29800 \end_inset
29801
29802
29803 \begin_inset CommandInset ref
29804 LatexCommand eqref
29805 reference "eq:c"
29806
29807 \end_inset
29808
29809  als 
29810 \begin_inset CommandInset ref
29811 LatexCommand eqref
29812 reference "eq:a"
29813
29814 \end_inset
29815
29816
29817 \begin_inset CommandInset ref
29818 LatexCommand eqref
29819 reference "eq:d"
29820
29821 \end_inset
29822
29823
29824 \begin_inset CommandInset ref
29825 LatexCommand eqref
29826 reference "eq:f"
29827
29828 \end_inset
29829
29830  nummeriert werden.
29831 \end_layout
29832
29833 \begin_layout Standard
29834 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
29835  Formeln automatisch etwas Leerraum erstellt.
29836  Um dies rückgängig zu machen, fügt man nach dem Befehl 
29837 \series bold
29838
29839 \backslash
29840 begin{subequations}
29841 \series default
29842  -5
29843 \begin_inset space \thinspace{}
29844 \end_inset
29845
29846 mm vertikalen Leerraum ein.
29847  Ist der Formelstil 
29848 \series bold
29849 Eingerückt
29850 \begin_inset Foot
29851 status collapsed
29852
29853 \begin_layout Plain Layout
29854 Formelstile siehe 
29855 \begin_inset CommandInset ref
29856 LatexCommand ref
29857 reference "sec:Formelstile"
29858
29859 \end_inset
29860
29861
29862 \end_layout
29863
29864 \end_inset
29865
29866
29867 \series default
29868  gewählt, fügt man -7
29869 \begin_inset space \thinspace{}
29870 \end_inset
29871
29872 mm Leerraum ein.
29873 \end_layout
29874
29875 \begin_layout Standard
29876 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
29877  der zweiten Zeile abgeschaltet wurde:
29878 \begin_inset ERT
29879 status collapsed
29880
29881 \begin_layout Plain Layout
29882
29883
29884 \backslash
29885 begin{subequations}
29886 \end_layout
29887
29888 \end_inset
29889
29890
29891 \begin_inset Formula \begin{eqnarray}
29892 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29893  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29894  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29895
29896 \end_inset
29897
29898
29899 \begin_inset ERT
29900 status collapsed
29901
29902 \begin_layout Plain Layout
29903
29904
29905 \backslash
29906 end{subequations}
29907 \end_layout
29908
29909 \end_inset
29910
29911
29912 \end_layout
29913
29914 \begin_layout Subsection
29915 Benutzerdefinierte Nummerierung
29916 \begin_inset CommandInset label
29917 LatexCommand label
29918 name "sub:Benutzerdefinierte-Nummerierung"
29919
29920 \end_inset
29921
29922
29923 \begin_inset Index
29924 status collapsed
29925
29926 \begin_layout Plain Layout
29927 Formelnummerierung ! benutzerdefinierte
29928 \end_layout
29929
29930 \end_inset
29931
29932
29933 \end_layout
29934
29935 \begin_layout Standard
29936 \begin_inset Index
29937 status collapsed
29938
29939 \begin_layout Plain Layout
29940 Formelnummerierung ! eigene Klammern
29941 \end_layout
29942
29943 \end_inset
29944
29945 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
29946  gesetzt.
29947  Will man diese Klammern z.
29948 \begin_inset space \thinspace{}
29949 \end_inset
29950
29951 B.
29952  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
29953  an:
29954 \end_layout
29955
29956 \begin_layout Standard
29957
29958 \series bold
29959
29960 \backslash
29961 def
29962 \backslash
29963 tagform@#1{
29964 \backslash
29965 maketag@@@{|#1|}}
29966 \series default
29967
29968 \begin_inset Note Note
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
29973  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
29974  werden.
29975 \end_layout
29976
29977 \end_inset
29978
29979
29980 \end_layout
29981
29982 \begin_layout Standard
29983 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
29984 \series bold
29985 #1
29986 \series default
29987  durch ein oder mehrere gewünschte Zeichen.
29988  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
29989 \end_layout
29990
29991 \begin_layout Standard
29992 \begin_inset VSpace bigskip
29993 \end_inset
29994
29995 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
29996  hinter der Formel stehen, benutzt man den Befehl 
29997 \series bold
29998
29999 \backslash
30000 tag
30001 \series default
30002
30003 \begin_inset Index
30004 status collapsed
30005
30006 \begin_layout Plain Layout
30007 Befehle ! T ! 
30008 \backslash
30009 tag
30010 \end_layout
30011
30012 \end_inset
30013
30014 :
30015 \begin_inset Formula \begin{equation}
30016 A+B=C\tag{etwas}\label{eq:tag}\end{equation}
30017
30018 \end_inset
30019
30020  In diesem Beispiel wurde in der Formel der Befehl 
30021 \series bold
30022
30023 \backslash
30024 tag
30025 \series default
30026
30027 \begin_inset ERT
30028 status collapsed
30029
30030 \begin_layout Plain Layout
30031
30032
30033 \backslash
30034 leer 
30035 \end_layout
30036
30037 \end_inset
30038
30039
30040 \series bold
30041 etwas
30042 \series default
30043  eingegeben.
30044 \end_layout
30045
30046 \begin_layout Standard
30047 Gibt man stattdessen 
30048 \series bold
30049
30050 \backslash
30051 tag*
30052 \series default
30053
30054 \begin_inset ERT
30055 status collapsed
30056
30057 \begin_layout Plain Layout
30058
30059
30060 \backslash
30061 leer 
30062 \end_layout
30063
30064 \end_inset
30065
30066
30067 \series bold
30068 etwas
30069 \series default
30070  ein, verhindert der Stern die Klammern um den Ausdruck:
30071 \begin_inset Formula \[
30072 A+B=C\tag*{etwas}\]
30073
30074 \end_inset
30075
30076
30077 \end_layout
30078
30079 \begin_layout Standard
30080 \begin_inset VSpace bigskip
30081 \end_inset
30082
30083 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30084  oder 
30085 \begin_inset ERT
30086 status collapsed
30087
30088 \begin_layout Plain Layout
30089
30090
30091 \backslash
30092 mbox{
30093 \end_layout
30094
30095 \end_inset
30096
30097 -abschnitt
30098 \begin_inset ERT
30099 status collapsed
30100
30101 \begin_layout Plain Layout
30102
30103 }
30104 \end_layout
30105
30106 \end_inset
30107
30108
30109 \begin_inset Note Note
30110 status collapsed
30111
30112 \begin_layout Plain Layout
30113 Der Befehl 
30114 \series bold
30115
30116 \backslash
30117 mbox
30118 \series default
30119  verhindert, dass am Bindestrich umgebrochen wird.
30120 \end_layout
30121
30122 \end_inset
30123
30124  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30125 \end_layout
30126
30127 \begin_layout Standard
30128
30129 \series bold
30130
30131 \backslash
30132 @addtoreset{equation}{part}
30133 \series default
30134
30135 \begin_inset Index
30136 status collapsed
30137
30138 \begin_layout Plain Layout
30139 Befehle ! 
30140 \begin_inset ERT
30141 status collapsed
30142
30143 \begin_layout Plain Layout
30144
30145 "
30146 \end_layout
30147
30148 \end_inset
30149
30150 @
30151 \begin_inset ERT
30152 status collapsed
30153
30154 \begin_layout Plain Layout
30155
30156 "
30157 \end_layout
30158
30159 \end_inset
30160
30161  ! 
30162 \backslash
30163
30164 \begin_inset ERT
30165 status collapsed
30166
30167 \begin_layout Plain Layout
30168
30169 "
30170 \end_layout
30171
30172 \end_inset
30173
30174 @
30175 \begin_inset ERT
30176 status collapsed
30177
30178 \begin_layout Plain Layout
30179
30180 "
30181 \end_layout
30182
30183 \end_inset
30184
30185 addtoreset
30186 \end_layout
30187
30188 \end_inset
30189
30190
30191 \begin_inset Newline newline
30192 \end_inset
30193
30194 bzw.
30195 \begin_inset Newline newline
30196 \end_inset
30197
30198
30199 \series bold
30200
30201 \backslash
30202 @addtoreset{equation}{section}
30203 \end_layout
30204
30205 \begin_layout Standard
30206 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30207 \begin_inset Quotes gld
30208 \end_inset
30209
30210 @
30211 \begin_inset Quotes grd
30212 \end_inset
30213
30214  Zeichen für LaTeX mit dem Befehl 
30215 \series bold
30216
30217 \backslash
30218 makeatletter
30219 \series default
30220  
30221 \begin_inset Quotes gld
30222 \end_inset
30223
30224 aktiv
30225 \begin_inset Quotes grd
30226 \end_inset
30227
30228  gemacht werden.
30229  Der Befehl 
30230 \series bold
30231
30232 \backslash
30233 makeatother
30234 \series default
30235  macht dies wieder rückgängig.
30236  Daher ist die Befehlssequenz im TeX-Modus:
30237 \end_layout
30238
30239 \begin_layout Standard
30240
30241 \series bold
30242
30243 \backslash
30244 makeatletter
30245 \begin_inset Newline newline
30246 \end_inset
30247
30248
30249 \backslash
30250 @addtoreset{equation}{section}
30251 \begin_inset Newline newline
30252 \end_inset
30253
30254
30255 \backslash
30256 makeatother
30257 \end_layout
30258
30259 \begin_layout Standard
30260 Im LaTeX-Vorspann können 
30261 \series bold
30262
30263 \backslash
30264 makeatletter
30265 \series default
30266  und 
30267 \series bold
30268
30269 \backslash
30270 makeatother
30271 \series default
30272  weggelassen werden, da LyX sie automatisch intern einfügt.
30273 \end_layout
30274
30275 \begin_layout Standard
30276 Um 
30277 \series bold
30278
30279 \backslash
30280 @addtoreset
30281 \series default
30282  rückgängig zu machen, muss die Datei 
30283 \series bold
30284 remreset.sty
30285 \series default
30286
30287 \begin_inset Foot
30288 status collapsed
30289
30290 \begin_layout Plain Layout
30291
30292 \series bold
30293 remreset
30294 \series default
30295  ist Teil des LaTeX-Paketes 
30296 \series bold
30297 carlisle
30298 \series default
30299
30300 \begin_inset Index
30301 status collapsed
30302
30303 \begin_layout Plain Layout
30304 Pakete ! carlisle
30305 \end_layout
30306
30307 \end_inset
30308
30309 , das Teil jeder LaTeX-Standardinstallation ist.
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \begin_inset Index
30316 status collapsed
30317
30318 \begin_layout Plain Layout
30319 Pakete ! remreset
30320 \end_layout
30321
30322 \end_inset
30323
30324  im LaTeX-Vorspann mit der Zeile
30325 \end_layout
30326
30327 \begin_layout Standard
30328
30329 \series bold
30330
30331 \backslash
30332 usepackage{remreset}
30333 \end_layout
30334
30335 \begin_layout Standard
30336 geladen werden.
30337  Dann kann der Befehl 
30338 \series bold
30339
30340 \backslash
30341 @removefromreset
30342 \series default
30343
30344 \begin_inset Index
30345 status collapsed
30346
30347 \begin_layout Plain Layout
30348 Befehle ! 
30349 \begin_inset ERT
30350 status collapsed
30351
30352 \begin_layout Plain Layout
30353
30354 "
30355 \end_layout
30356
30357 \end_inset
30358
30359 @
30360 \begin_inset ERT
30361 status collapsed
30362
30363 \begin_layout Plain Layout
30364
30365 "
30366 \end_layout
30367
30368 \end_inset
30369
30370  ! 
30371 \backslash
30372
30373 \begin_inset ERT
30374 status collapsed
30375
30376 \begin_layout Plain Layout
30377
30378 "
30379 \end_layout
30380
30381 \end_inset
30382
30383 @
30384 \begin_inset ERT
30385 status collapsed
30386
30387 \begin_layout Plain Layout
30388
30389 "
30390 \end_layout
30391
30392 \end_inset
30393
30394 removefromreset
30395 \end_layout
30396
30397 \end_inset
30398
30399  mit dem selben Schema wie 
30400 \series bold
30401
30402 \backslash
30403 @addtoreset
30404 \series default
30405  benutzt werden.
30406 \end_layout
30407
30408 \begin_layout Standard
30409 \begin_inset VSpace bigskip
30410 \end_inset
30411
30412 Oftmals möchte man Formeln in folgender Art nummerieren:
30413 \end_layout
30414
30415 \begin_layout Standard
30416
30417 \family typewriter
30418 (Kapitelnummer.Formelnummer)
30419 \end_layout
30420
30421 \begin_layout Standard
30422 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30423 \end_layout
30424
30425 \begin_layout Standard
30426 Für diesen Fall gibt es den Befehl 
30427 \series bold
30428
30429 \backslash
30430 numberwithin
30431 \series default
30432
30433 \begin_inset Index
30434 status collapsed
30435
30436 \begin_layout Plain Layout
30437 Befehle ! N ! 
30438 \backslash
30439 numberwithin
30440 \end_layout
30441
30442 \end_inset
30443
30444 , der nach folgendem Schema benutzt wird:
30445 \end_layout
30446
30447 \begin_layout Standard
30448
30449 \series bold
30450
30451 \backslash
30452 numberwithin{Zähler}{Gliederung}
30453 \end_layout
30454
30455 \begin_layout Standard
30456 Zähler gibt an, welche Nummerierung betroffen ist.
30457  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30458 \end_layout
30459
30460 \begin_layout Standard
30461 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
30462  ein:
30463 \end_layout
30464
30465 \begin_layout Standard
30466
30467 \series bold
30468
30469 \backslash
30470 numberwithin{equation}{section}
30471 \end_layout
30472
30473 \begin_layout Standard
30474 Das ist das Ergebnis:
30475 \begin_inset ERT
30476 status collapsed
30477
30478 \begin_layout Plain Layout
30479
30480
30481 \backslash
30482 numberwithin{equation}{section}
30483 \end_layout
30484
30485 \end_inset
30486
30487
30488 \begin_inset Formula \begin{equation}
30489 A+B=C\end{equation}
30490
30491 \end_inset
30492
30493
30494 \end_layout
30495
30496 \begin_layout Standard
30497 Möchte man z.
30498 \begin_inset space \thinspace{}
30499 \end_inset
30500
30501 B.
30502  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
30503  gibt man 
30504 \series bold
30505
30506 \backslash
30507 numberwithin{table}{part}
30508 \series default
30509  ein.
30510 \end_layout
30511
30512 \begin_layout Standard
30513 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
30514 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
30515  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
30516 \end_layout
30517
30518 \begin_layout Standard
30519
30520 \series bold
30521
30522 \backslash
30523 renewcommand{
30524 \backslash
30525 theequation}{
30526 \backslash
30527 arabic{equation}}
30528 \begin_inset Index
30529 status collapsed
30530
30531 \begin_layout Plain Layout
30532 Befehle ! A ! 
30533 \backslash
30534 arabic
30535 \end_layout
30536
30537 \end_inset
30538
30539
30540 \series default
30541
30542 \begin_inset ERT
30543 status collapsed
30544
30545 \begin_layout Plain Layout
30546
30547
30548 \backslash
30549 renewcommand{
30550 \backslash
30551 theequation}{
30552 \backslash
30553 arabic{equation}}
30554 \end_layout
30555
30556 \end_inset
30557
30558
30559 \series bold
30560
30561 \begin_inset Newline newline
30562 \end_inset
30563
30564
30565 \series default
30566 bzw.
30567 \series bold
30568
30569 \begin_inset Newline newline
30570 \end_inset
30571
30572
30573 \backslash
30574 renewcommand{
30575 \backslash
30576 thetable}{
30577 \backslash
30578 arabic{table}}
30579 \end_layout
30580
30581 \begin_layout Standard
30582
30583 \series bold
30584
30585 \backslash
30586 numberwithin
30587 \series default
30588  benutzt intern den oben beschriebenen Befehl 
30589 \series bold
30590
30591 \backslash
30592 @addtoreset
30593 \series default
30594 , der ebenfalls rückgängig gemacht werden muss.
30595 \begin_inset ERT
30596 status collapsed
30597
30598 \begin_layout Plain Layout
30599
30600
30601 \backslash
30602 makeatletter
30603 \end_layout
30604
30605 \begin_layout Plain Layout
30606
30607
30608 \backslash
30609 @removefromreset{equation}{section}
30610 \end_layout
30611
30612 \begin_layout Plain Layout
30613
30614
30615 \backslash
30616 makeatother
30617 \end_layout
30618
30619 \end_inset
30620
30621
30622 \end_layout
30623
30624 \begin_layout Subsection
30625 Nummerierung mit römischen Zahlen und Buchstaben
30626 \begin_inset Index
30627 status collapsed
30628
30629 \begin_layout Plain Layout
30630 Formelnummerierung ! mit Buchstaben
30631 \end_layout
30632
30633 \end_inset
30634
30635
30636 \begin_inset Index
30637 status collapsed
30638
30639 \begin_layout Plain Layout
30640 Formelnummerierung ! mit römischen Zahlen
30641 \end_layout
30642
30643 \end_inset
30644
30645
30646 \end_layout
30647
30648 \begin_layout Standard
30649 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
30650  werden.
30651  Um z.
30652 \begin_inset space \thinspace{}
30653 \end_inset
30654
30655 B.
30656  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
30657  TeX-Modus den Befehl
30658 \end_layout
30659
30660 \begin_layout Standard
30661
30662 \series bold
30663
30664 \backslash
30665 renewcommand{
30666 \backslash
30667 theequation}{
30668 \backslash
30669 roman{equation}}
30670 \end_layout
30671
30672 \begin_layout Standard
30673 ein.
30674  
30675 \series bold
30676
30677 \backslash
30678 renewcommand
30679 \series default
30680
30681 \begin_inset Index
30682 status collapsed
30683
30684 \begin_layout Plain Layout
30685 Befehle ! R ! 
30686 \backslash
30687 renewcommand
30688 \end_layout
30689
30690 \end_inset
30691
30692  weist dem vordefinierten Befehl 
30693 \series bold
30694
30695 \backslash
30696 theequation
30697 \series default
30698  den Befehl
30699 \begin_inset Newline linebreak
30700 \end_inset
30701
30702
30703 \series bold
30704
30705 \backslash
30706 roman{equation}
30707 \series default
30708  zu.
30709 \begin_inset Foot
30710 status collapsed
30711
30712 \begin_layout Plain Layout
30713 Der Befehl 
30714 \series bold
30715
30716 \backslash
30717 renewcommand
30718 \series default
30719  besitzt dasselbe Schema wie der in 
30720 \begin_inset CommandInset ref
30721 LatexCommand ref
30722 reference "sub:Der-Befehl-newcommand"
30723
30724 \end_inset
30725
30726  beschriebene Befehl
30727 \begin_inset Newline newline
30728 \end_inset
30729
30730
30731 \series bold
30732
30733 \backslash
30734 newcommand
30735 \series default
30736 .
30737 \end_layout
30738
30739 \end_inset
30740
30741  
30742 \series bold
30743 equation
30744 \series default
30745  ist der Formelzähler.
30746  Stellt man einem Zähler den Befehl 
30747 \series bold
30748
30749 \backslash
30750 the
30751 \series default
30752  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
30753  wird.
30754  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
30755  
30756 \series bold
30757
30758 \backslash
30759 theequation
30760 \series default
30761  hinter die Formel.
30762  
30763 \series bold
30764
30765 \backslash
30766 roman{equation}
30767 \begin_inset Index
30768 status collapsed
30769
30770 \begin_layout Plain Layout
30771 Befehle ! R ! 
30772 \backslash
30773 roman
30774 \end_layout
30775
30776 \end_inset
30777
30778
30779 \series default
30780  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
30781 \end_layout
30782
30783 \begin_layout Standard
30784 Alle Formeln nach dem 
30785 \series bold
30786
30787 \backslash
30788 renewcommand
30789 \series default
30790 -Befehl werden nun römisch nummeriert.
30791  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
30792  den Befehl erneut ein, ersetzt aber 
30793 \series bold
30794
30795 \backslash
30796 roman
30797 \series default
30798  durch 
30799 \series bold
30800
30801 \backslash
30802 Roman
30803 \series default
30804
30805 \begin_inset Index
30806 status collapsed
30807
30808 \begin_layout Plain Layout
30809 Befehle ! R ! 
30810 \backslash
30811 roman@
30812 \backslash
30813 Roman
30814 \end_layout
30815
30816 \end_inset
30817
30818 .
30819  Für die 
30820 \begin_inset Quotes gld
30821 \end_inset
30822
30823 Nummerierung
30824 \begin_inset Quotes grd
30825 \end_inset
30826
30827  mit lateinischen Buchstaben gibt es den Befehl 
30828 \series bold
30829
30830 \backslash
30831 alph
30832 \series default
30833
30834 \begin_inset Index
30835 status collapsed
30836
30837 \begin_layout Plain Layout
30838 Befehle ! A ! 
30839 \backslash
30840 alph
30841 \end_layout
30842
30843 \end_inset
30844
30845  für kleine und 
30846 \series bold
30847
30848 \backslash
30849 Alph
30850 \series default
30851
30852 \begin_inset Index
30853 status collapsed
30854
30855 \begin_layout Plain Layout
30856 Befehle ! A ! 
30857 \backslash
30858 alph@
30859 \backslash
30860 Alph
30861 \end_layout
30862
30863 \end_inset
30864
30865  für große Buchstaben.
30866 \end_layout
30867
30868 \begin_layout Standard
30869 \begin_inset Note Greyedout
30870 status open
30871
30872 \begin_layout Plain Layout
30873
30874 \series bold
30875 Achtung:
30876 \series default
30877  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
30878  nummeriert werden.
30879 \end_layout
30880
30881 \end_inset
30882
30883
30884 \end_layout
30885
30886 \begin_layout Standard
30887 \begin_inset ERT
30888 status collapsed
30889
30890 \begin_layout Plain Layout
30891
30892
30893 \backslash
30894 renewcommand{
30895 \backslash
30896 theequation}{
30897 \backslash
30898 roman{equation}}
30899 \end_layout
30900
30901 \end_inset
30902
30903
30904 \end_layout
30905
30906 \begin_layout Standard
30907 \begin_inset Formula \begin{equation}
30908 A=\textrm{römisch}\end{equation}
30909
30910 \end_inset
30911
30912
30913 \begin_inset ERT
30914 status collapsed
30915
30916 \begin_layout Plain Layout
30917
30918
30919 \backslash
30920 renewcommand{
30921 \backslash
30922 theequation}{
30923 \backslash
30924 Roman{equation}}
30925 \end_layout
30926
30927 \end_inset
30928
30929
30930 \begin_inset Formula \begin{equation}
30931 B=\textrm{Römisch}\label{eq:Roem}\end{equation}
30932
30933 \end_inset
30934
30935
30936 \begin_inset ERT
30937 status collapsed
30938
30939 \begin_layout Plain Layout
30940
30941
30942 \backslash
30943 renewcommand{
30944 \backslash
30945 theequation}{
30946 \backslash
30947 alph{equation}}
30948 \end_layout
30949
30950 \end_inset
30951
30952
30953 \begin_inset Formula \begin{equation}
30954 C=\textrm{lateinisch}\end{equation}
30955
30956 \end_inset
30957
30958
30959 \begin_inset ERT
30960 status collapsed
30961
30962 \begin_layout Plain Layout
30963
30964
30965 \backslash
30966 renewcommand{
30967 \backslash
30968 theequation}{
30969 \backslash
30970 Alph{equation}}
30971 \end_layout
30972
30973 \end_inset
30974
30975
30976 \begin_inset Formula \begin{equation}
30977 D=\textrm{Lateinisch}\label{eq:Lat}\end{equation}
30978
30979 \end_inset
30980
30981
30982 \end_layout
30983
30984 \begin_layout Standard
30985 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
30986  ein:
30987 \end_layout
30988
30989 \begin_layout Standard
30990
30991 \series bold
30992
30993 \backslash
30994 renewcommand{
30995 \backslash
30996 theequation}{
30997 \backslash
30998 arabic{equation}}
30999 \begin_inset Index
31000 status collapsed
31001
31002 \begin_layout Plain Layout
31003 Befehle ! A ! 
31004 \backslash
31005 arabic
31006 \end_layout
31007
31008 \end_inset
31009
31010
31011 \end_layout
31012
31013 \begin_layout Standard
31014 \begin_inset ERT
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018
31019
31020 \backslash
31021 renewcommand{
31022 \backslash
31023 theequation}{
31024 \backslash
31025 arabic{equation}}
31026 \end_layout
31027
31028 \end_inset
31029
31030
31031 \begin_inset Formula \begin{equation}
31032 E=\textrm{arabisch}\end{equation}
31033
31034 \end_inset
31035
31036
31037 \end_layout
31038
31039 \begin_layout Standard
31040 \begin_inset VSpace medskip
31041 \end_inset
31042
31043 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31044 riert.
31045  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31046  beginnen, müssen neue Formelzähler angelegt werden.
31047  Eine Beschreibung dazu findet man in der Datei 
31048 \begin_inset CommandInset href
31049 LatexCommand href
31050 name "Formelnummerierung.lyx"
31051 target "run:Formelnummerierung.lyx"
31052
31053 \end_inset
31054
31055 .
31056 \end_layout
31057
31058 \begin_layout Section
31059 Chemische Symbole und Reaktionsgleichungen
31060 \begin_inset CommandInset label
31061 LatexCommand label
31062 name "sub:Chemische-Symbole-und"
31063
31064 \end_inset
31065
31066
31067 \begin_inset Index
31068 status collapsed
31069
31070 \begin_layout Plain Layout
31071 chemische Zeichen ! Symbole
31072 \end_layout
31073
31074 \end_inset
31075
31076
31077 \begin_inset Index
31078 status collapsed
31079
31080 \begin_layout Plain Layout
31081 Reaktionsgleichungen
31082 \end_layout
31083
31084 \end_inset
31085
31086
31087 \begin_inset Index
31088 status collapsed
31089
31090 \begin_layout Plain Layout
31091 Symbole ! chemische
31092 \end_layout
31093
31094 \end_inset
31095
31096
31097 \end_layout
31098
31099 \begin_layout Standard
31100 Ein Beispieltext aus der Chemie:
31101 \end_layout
31102
31103 \begin_layout Quote
31104 Das 
31105 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31106 \end_inset
31107
31108 -Ion verbindet sich mit zwei 
31109 \begin_inset Formula $\mathrm{Na^{+}}$
31110 \end_inset
31111
31112 -Ionen zu Natriumsulfat 
31113 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31114 \end_inset
31115
31116 .
31117  Die Reaktionsgleichung dazu lautet:
31118 \begin_inset Formula \begin{equation}
31119 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}\end{equation}
31120
31121 \end_inset
31122
31123
31124 \end_layout
31125
31126 \begin_layout Standard
31127 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
31128  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
31129  in der Formel und wandelt diese mit der Tastenkombination 
31130 \family sans
31131 Alt+Z
31132 \begin_inset space ~
31133 \end_inset
31134
31135 R
31136 \family default
31137  in den aufrechten Schriftstil um.
31138 \begin_inset Foot
31139 status collapsed
31140
31141 \begin_layout Plain Layout
31142 Schriftstile siehe 
31143 \begin_inset CommandInset ref
31144 LatexCommand ref
31145 reference "sub:Schriftstile"
31146
31147 \end_inset
31148
31149
31150 \end_layout
31151
31152 \end_inset
31153
31154
31155 \end_layout
31156
31157 \begin_layout Standard
31158 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
31159 \series bold
31160  
31161 \backslash
31162 ce
31163 \series default
31164
31165 \begin_inset Index
31166 status collapsed
31167
31168 \begin_layout Plain Layout
31169 Befehle ! C ! 
31170 \backslash
31171 ce
31172 \end_layout
31173
31174 \end_inset
31175
31176  zu benutzen.
31177  Dieser ist verfügbar, wenn das LaTeX-Paket 
31178 \series bold
31179 mhchem
31180 \series default
31181
31182 \begin_inset Index
31183 status collapsed
31184
31185 \begin_layout Plain Layout
31186 Pakete ! mhchem
31187 \end_layout
31188
31189 \end_inset
31190
31191  installiert ist.
31192  Nachdem 
31193 \series bold
31194
31195 \backslash
31196 ce
31197 \series default
31198  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
31199  Formeln in intuitiver Weise eingegeben werden können.
31200 \end_layout
31201
31202 \begin_layout Standard
31203 \align center
31204 \begin_inset Tabular
31205 <lyxtabular version="3" rows="9" columns="2">
31206 <features>
31207 <column alignment="center" valignment="top" width="0">
31208 <column alignment="center" valignment="top" width="0">
31209 <row>
31210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31211 \begin_inset Text
31212
31213 \begin_layout Plain Layout
31214 Befehl
31215 \end_layout
31216
31217 \end_inset
31218 </cell>
31219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31220 \begin_inset Text
31221
31222 \begin_layout Plain Layout
31223 Ergebnis
31224 \begin_inset Note Note
31225 status collapsed
31226
31227 \begin_layout Plain Layout
31228
31229 \series bold
31230
31231 \backslash
31232 raisebox
31233 \series default
31234  dient nur als Abstandhalter.
31235 \end_layout
31236
31237 \end_inset
31238
31239
31240 \end_layout
31241
31242 \end_inset
31243 </cell>
31244 </row>
31245 <row>
31246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31247 \begin_inset Text
31248
31249 \begin_layout Plain Layout
31250
31251 \backslash
31252 ce
31253 \begin_inset ERT
31254 status collapsed
31255
31256 \begin_layout Plain Layout
31257
31258
31259 \backslash
31260 leer 
31261 \end_layout
31262
31263 \end_inset
31264
31265 H2CO3
31266 \end_layout
31267
31268 \end_inset
31269 </cell>
31270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31271 \begin_inset Text
31272
31273 \begin_layout Plain Layout
31274 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31275 \end_inset
31276
31277
31278 \end_layout
31279
31280 \end_inset
31281 </cell>
31282 </row>
31283 <row>
31284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31285 \begin_inset Text
31286
31287 \begin_layout Plain Layout
31288
31289 \backslash
31290 ce
31291 \begin_inset ERT
31292 status collapsed
31293
31294 \begin_layout Plain Layout
31295
31296
31297 \backslash
31298 leer 
31299 \end_layout
31300
31301 \end_inset
31302
31303 SO4^2-
31304 \end_layout
31305
31306 \end_inset
31307 </cell>
31308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31309 \begin_inset Text
31310
31311 \begin_layout Plain Layout
31312 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31313 \end_inset
31314
31315
31316 \end_layout
31317
31318 \end_inset
31319 </cell>
31320 </row>
31321 <row>
31322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31323 \begin_inset Text
31324
31325 \begin_layout Plain Layout
31326
31327 \backslash
31328 ce
31329 \begin_inset ERT
31330 status collapsed
31331
31332 \begin_layout Plain Layout
31333
31334
31335 \backslash
31336 leer 
31337 \end_layout
31338
31339 \end_inset
31340
31341 (NH4)2S
31342 \end_layout
31343
31344 \end_inset
31345 </cell>
31346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31347 \begin_inset Text
31348
31349 \begin_layout Plain Layout
31350 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31351 \end_inset
31352
31353
31354 \end_layout
31355
31356 \end_inset
31357 </cell>
31358 </row>
31359 <row>
31360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31361 \begin_inset Text
31362
31363 \begin_layout Plain Layout
31364
31365 \backslash
31366 ce
31367 \begin_inset ERT
31368 status collapsed
31369
31370 \begin_layout Plain Layout
31371
31372
31373 \backslash
31374 leer 
31375 \end_layout
31376
31377 \end_inset
31378
31379 KCr(SO4)2.12H2O
31380 \end_layout
31381
31382 \end_inset
31383 </cell>
31384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31385 \begin_inset Text
31386
31387 \begin_layout Plain Layout
31388 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31389 \end_inset
31390
31391
31392 \end_layout
31393
31394 \end_inset
31395 </cell>
31396 </row>
31397 <row>
31398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31399 \begin_inset Text
31400
31401 \begin_layout Plain Layout
31402
31403 \backslash
31404 ce
31405 \begin_inset ERT
31406 status collapsed
31407
31408 \begin_layout Plain Layout
31409
31410
31411 \backslash
31412 leer 
31413 \end_layout
31414
31415 \end_inset
31416
31417 A-B
31418 \backslash
31419 dbond
31420 \begin_inset ERT
31421 status collapsed
31422
31423 \begin_layout Plain Layout
31424
31425
31426 \backslash
31427 leer 
31428 \end_layout
31429
31430 \end_inset
31431
31432 C
31433 \backslash
31434 tbond
31435 \begin_inset ERT
31436 status collapsed
31437
31438 \begin_layout Plain Layout
31439
31440
31441 \backslash
31442 leer 
31443 \end_layout
31444
31445 \end_inset
31446
31447 D
31448 \end_layout
31449
31450 \end_inset
31451 </cell>
31452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31453 \begin_inset Text
31454
31455 \begin_layout Plain Layout
31456 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31457 \end_inset
31458
31459
31460 \end_layout
31461
31462 \end_inset
31463 </cell>
31464 </row>
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
31471 \backslash
31472 ce
31473 \begin_inset ERT
31474 status collapsed
31475
31476 \begin_layout Plain Layout
31477
31478
31479 \backslash
31480 leer 
31481 \end_layout
31482
31483 \end_inset
31484
31485 ^227
31486 \begin_inset Formula $\downarrow$
31487 \end_inset
31488
31489 _90
31490 \begin_inset Formula $\to$
31491 \end_inset
31492
31493 Th+
31494 \end_layout
31495
31496 \end_inset
31497 </cell>
31498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31499 \begin_inset Text
31500
31501 \begin_layout Plain Layout
31502 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31503 \end_inset
31504
31505
31506 \end_layout
31507
31508 \end_inset
31509 </cell>
31510 </row>
31511 <row>
31512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31513 \begin_inset Text
31514
31515 \begin_layout Plain Layout
31516
31517 \backslash
31518 ce
31519 \begin_inset ERT
31520 status collapsed
31521
31522 \begin_layout Plain Layout
31523
31524
31525 \backslash
31526 leer 
31527 \end_layout
31528
31529 \end_inset
31530
31531 CO2
31532 \begin_inset ERT
31533 status collapsed
31534
31535 \begin_layout Plain Layout
31536
31537
31538 \backslash
31539 leer 
31540 \end_layout
31541
31542 \end_inset
31543
31544 +
31545 \begin_inset ERT
31546 status collapsed
31547
31548 \begin_layout Plain Layout
31549
31550
31551 \backslash
31552 leer 
31553 \end_layout
31554
31555 \end_inset
31556
31557 C
31558 \begin_inset ERT
31559 status collapsed
31560
31561 \begin_layout Plain Layout
31562
31563
31564 \backslash
31565 leer 
31566 \end_layout
31567
31568 \end_inset
31569
31570 <=>
31571 \begin_inset ERT
31572 status collapsed
31573
31574 \begin_layout Plain Layout
31575
31576
31577 \backslash
31578 leer 
31579 \end_layout
31580
31581 \end_inset
31582
31583 2CO
31584 \end_layout
31585
31586 \end_inset
31587 </cell>
31588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31589 \begin_inset Text
31590
31591 \begin_layout Plain Layout
31592 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31593 \end_inset
31594
31595
31596 \end_layout
31597
31598 \end_inset
31599 </cell>
31600 </row>
31601 <row>
31602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31603 \begin_inset Text
31604
31605 \begin_layout Plain Layout
31606
31607 \backslash
31608 ce
31609 \begin_inset ERT
31610 status collapsed
31611
31612 \begin_layout Plain Layout
31613
31614
31615 \backslash
31616 leer 
31617 \end_layout
31618
31619 \end_inset
31620
31621 CO2
31622 \begin_inset ERT
31623 status collapsed
31624
31625 \begin_layout Plain Layout
31626
31627
31628 \backslash
31629 leer 
31630 \end_layout
31631
31632 \end_inset
31633
31634 +
31635 \begin_inset ERT
31636 status collapsed
31637
31638 \begin_layout Plain Layout
31639
31640
31641 \backslash
31642 leer 
31643 \end_layout
31644
31645 \end_inset
31646
31647 C
31648 \begin_inset ERT
31649 status collapsed
31650
31651 \begin_layout Plain Layout
31652
31653
31654 \backslash
31655 leer 
31656 \end_layout
31657
31658 \end_inset
31659
31660 ->[
31661 \backslash
31662 alpha][
31663 \backslash
31664 beta]
31665 \begin_inset ERT
31666 status collapsed
31667
31668 \begin_layout Plain Layout
31669
31670
31671 \backslash
31672 leer 
31673 \end_layout
31674
31675 \end_inset
31676
31677 2CO}
31678 \end_layout
31679
31680 \end_inset
31681 </cell>
31682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31683 \begin_inset Text
31684
31685 \begin_layout Plain Layout
31686 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31687 \end_inset
31688
31689
31690 \end_layout
31691
31692 \end_inset
31693 </cell>
31694 </row>
31695 </lyxtabular>
31696
31697 \end_inset
31698
31699
31700 \end_layout
31701
31702 \begin_layout Standard
31703 \begin_inset Note Greyedout
31704 status open
31705
31706 \begin_layout Plain Layout
31707
31708 \series bold
31709 Achtung:
31710 \series default
31711  Wenn eine Formel in eine 
31712 \series bold
31713
31714 \backslash
31715 ce
31716 \series default
31717 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
31718  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
31719 \begin_inset space \thinspace{}
31720 \end_inset
31721
31722 B.
31723  für 
31724 \series bold
31725
31726 \backslash
31727 ce{$
31728 \backslash
31729 mu
31730 \backslash
31731 hyphen$Cl}
31732 \series default
31733
31734 \begin_inset ERT
31735 status collapsed
31736
31737 \begin_layout Plain Layout
31738
31739
31740 \backslash
31741 ce{$
31742 \backslash
31743 mu
31744 \backslash
31745 hyphen$Cl}
31746 \end_layout
31747
31748 \end_inset
31749
31750  
31751 \end_layout
31752
31753 \end_inset
31754
31755
31756 \end_layout
31757
31758 \begin_layout Standard
31759 Wird 
31760 \series bold
31761
31762 \backslash
31763 ce
31764 \series default
31765  benutzt, lautet der Befehl für Gleichung
31766 \begin_inset space ~
31767 \end_inset
31768
31769
31770 \begin_inset CommandInset ref
31771 LatexCommand eqref
31772 reference "eq:chemische-Reaktion"
31773
31774 \end_inset
31775
31776 :
31777 \begin_inset Newline newline
31778 \end_inset
31779
31780
31781 \series bold
31782  
31783 \backslash
31784 ce
31785 \series default
31786
31787 \begin_inset ERT
31788 status collapsed
31789
31790 \begin_layout Plain Layout
31791
31792
31793 \backslash
31794 leer 
31795 \end_layout
31796
31797 \end_inset
31798
31799
31800 \series bold
31801 2Na+
31802 \series default
31803
31804 \begin_inset ERT
31805 status collapsed
31806
31807 \begin_layout Plain Layout
31808
31809
31810 \backslash
31811 leer 
31812 \end_layout
31813
31814 \end_inset
31815
31816
31817 \series bold
31818 +
31819 \series default
31820
31821 \begin_inset ERT
31822 status collapsed
31823
31824 \begin_layout Plain Layout
31825
31826
31827 \backslash
31828 leer 
31829 \end_layout
31830
31831 \end_inset
31832
31833
31834 \series bold
31835 SO4^2-
31836 \series default
31837
31838 \begin_inset ERT
31839 status collapsed
31840
31841 \begin_layout Plain Layout
31842
31843
31844 \backslash
31845 leer 
31846 \end_layout
31847
31848 \end_inset
31849
31850
31851 \begin_inset ERT
31852 status collapsed
31853
31854 \begin_layout Plain Layout
31855
31856
31857 \backslash
31858 leer 
31859 \end_layout
31860
31861 \end_inset
31862
31863
31864 \series bold
31865 ->
31866 \series default
31867
31868 \begin_inset ERT
31869 status collapsed
31870
31871 \begin_layout Plain Layout
31872
31873
31874 \backslash
31875 leer 
31876 \end_layout
31877
31878 \end_inset
31879
31880
31881 \series bold
31882 Na2SO4
31883 \end_layout
31884
31885 \begin_layout Standard
31886 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
31887  Formel erstellt, wie in 
31888 \begin_inset CommandInset ref
31889 LatexCommand ref
31890 reference "sec:Mehrzeilige-Formeln"
31891
31892 \end_inset
31893
31894  beschrieben.
31895  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
31896 \series bold
31897
31898 \backslash
31899 ce
31900 \series default
31901  verwendet.
31902  
31903 \begin_inset CommandInset ref
31904 LatexCommand eqref
31905 reference "eq:TEOS-Reaktion-1"
31906
31907 \end_inset
31908
31909  und 
31910 \begin_inset CommandInset ref
31911 LatexCommand eqref
31912 reference "eq:TEOS-Reaktion-2"
31913
31914 \end_inset
31915
31916  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
31917  Gleichung eine eigene Nummer hat.
31918 \begin_inset Formula \begin{eqnarray}
31919 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
31920 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}\end{eqnarray}
31921
31922 \end_inset
31923
31924
31925 \end_layout
31926
31927 \begin_layout Standard
31928 Außer 
31929 \series bold
31930
31931 \backslash
31932 ce
31933 \series default
31934  bietet das Paket 
31935 \series bold
31936 mhchem
31937 \series default
31938  noch den Befehl 
31939 \series bold
31940
31941 \backslash
31942 cf
31943 \series default
31944
31945 \begin_inset Index
31946 status collapsed
31947
31948 \begin_layout Plain Layout
31949 Befehle ! C ! 
31950 \backslash
31951 cf
31952 \end_layout
31953
31954 \end_inset
31955
31956  für spezielle Fälle.
31957  Mehr über 
31958 \series bold
31959
31960 \backslash
31961 cf
31962 \series default
31963  und weitere Beispiele sind in der Dokumentation von 
31964 \series bold
31965 mhchem
31966 \series default
31967  zu finden, 
31968 \begin_inset CommandInset citation
31969 LatexCommand cite
31970 key "mhchem"
31971
31972 \end_inset
31973
31974 .
31975 \end_layout
31976
31977 \begin_layout Section
31978 Diagramme
31979 \end_layout
31980
31981 \begin_layout Standard
31982 LyX unterstützt zwei Typen kommutativer Diagramme: 
31983 \series bold
31984 amscd
31985 \series default
31986  und 
31987 \series bold
31988 xymatrix
31989 \series default
31990 , die im Folgenden erläutert sind.
31991 \end_layout
31992
31993 \begin_layout Subsection
31994 amscd Diagramme
31995 \begin_inset Index
31996 status collapsed
31997
31998 \begin_layout Plain Layout
31999 Diagramme ! amscd
32000 \end_layout
32001
32002 \end_inset
32003
32004
32005 \end_layout
32006
32007 \begin_layout Standard
32008 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32009  Linien oder Pfeilen dar:
32010 \begin_inset Formula \[
32011 \begin{CD}A@>>>B@>>>C\\
32012 @AAA@.@VVV\\
32013 F@<<<E@<<<D\end{CD}\]
32014
32015 \end_inset
32016
32017
32018 \end_layout
32019
32020 \begin_layout Standard
32021 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32022 \series bold
32023
32024 \backslash
32025 CD
32026 \begin_inset Index
32027 status collapsed
32028
32029 \begin_layout Plain Layout
32030 Befehle ! C ! 
32031 \backslash
32032 CD
32033 \end_layout
32034
32035 \end_inset
32036
32037
32038 \series default
32039  ein.
32040  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32041  man die weiteren Befehle eingibt.
32042  Mit 
32043 \series bold
32044
32045 \begin_inset ERT
32046 status collapsed
32047
32048 \begin_layout Plain Layout
32049
32050
32051 \backslash
32052 mbox{
32053 \end_layout
32054
32055 \end_inset
32056
32057
32058 \family sans
32059 \series default
32060 Strg+Enter
32061 \family default
32062 \series bold
32063
32064 \begin_inset ERT
32065 status collapsed
32066
32067 \begin_layout Plain Layout
32068
32069 }
32070 \end_layout
32071
32072 \end_inset
32073
32074
32075 \series default
32076  wird eine neue Zeile erstellt.
32077  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32078  Zeilen der Formel eingegeben.
32079 \end_layout
32080
32081 \begin_layout Standard
32082 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32083 \end_layout
32084
32085 \begin_layout Itemize
32086
32087 \series bold
32088 @<<<
32089 \series default
32090  erstellt einen Linkspfeil, 
32091 \series bold
32092 @>>>
32093 \series default
32094  einen Rechtspfeil und 
32095 \series bold
32096 @=
32097 \series default
32098  ein langes Gleichheitszeichen
32099 \end_layout
32100
32101 \begin_layout Itemize
32102
32103 \series bold
32104 @AAA
32105 \series default
32106  erstellt einen Pfeil nach oben, 
32107 \series bold
32108 @VVV
32109 \series default
32110  einen Pfeil nach unten und 
32111 \series bold
32112 @|
32113 \series default
32114  ein senkrechtes Gleichheitszeichen
32115 \end_layout
32116
32117 \begin_layout Itemize
32118
32119 \series bold
32120 @.
32121
32122 \series default
32123  dient als Platzhalter für nicht vorhandene Beziehungen
32124 \end_layout
32125
32126 \begin_layout Standard
32127 Alle Pfeile sind wie folgt beschriftbar:
32128 \end_layout
32129
32130 \begin_layout Itemize
32131 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32132  > Text eingegeben, erscheint er über dem Pfeil.
32133  Wird der Text zwischen dem zweiten und dritten < bzw.
32134  > eingegeben, erscheint er unter dem Pfeil.
32135 \end_layout
32136
32137 \begin_layout Itemize
32138 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32139  V eingegeben, erscheint er links neben dem Pfeil.
32140  Bei Eingabe zwischen zweitem und drittem A bzw.
32141  V erscheint er rechts daneben.
32142  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32143  gesetzt werden.
32144 \end_layout
32145
32146 \begin_layout Standard
32147 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32148 \end_layout
32149
32150 \begin_layout Standard
32151 \begin_inset Formula \[
32152 \begin{CD}A@>j>>B@>>k>C@=F\\
32153 @AmAA@.@VV{V}V@|\\
32154 D@<<j<E@>k>>F@=C\end{CD}\]
32155
32156 \end_inset
32157
32158
32159 \end_layout
32160
32161 \begin_layout Standard
32162 Der Befehl dazu lautet:
32163 \begin_inset Newline newline
32164 \end_inset
32165
32166
32167 \series bold
32168
32169 \backslash
32170 CD
32171 \begin_inset ERT
32172 status collapsed
32173
32174 \begin_layout Plain Layout
32175
32176
32177 \backslash
32178 leer 
32179 \end_layout
32180
32181 \end_inset
32182
32183 A@>j>>B@>>k>C@=F Strg+Enter
32184 \begin_inset Newline newline
32185 \end_inset
32186
32187
32188 \begin_inset ERT
32189 status collapsed
32190
32191 \begin_layout Plain Layout
32192
32193
32194 \backslash
32195 hphantom{
32196 \end_layout
32197
32198 \end_inset
32199
32200
32201 \backslash
32202 CD
32203 \begin_inset ERT
32204 status collapsed
32205
32206 \begin_layout Plain Layout
32207
32208
32209 \backslash
32210 leer 
32211 \end_layout
32212
32213 \end_inset
32214
32215
32216 \begin_inset ERT
32217 status collapsed
32218
32219 \begin_layout Plain Layout
32220
32221 }
32222 \end_layout
32223
32224 \end_inset
32225
32226 @AmAA@.@VV
32227 \backslash
32228 {V
32229 \series default
32230
32231 \begin_inset Formula $\to$
32232 \end_inset
32233
32234
32235 \series bold
32236 V@| Strg+Enter
32237 \begin_inset Newline newline
32238 \end_inset
32239
32240
32241 \begin_inset ERT
32242 status collapsed
32243
32244 \begin_layout Plain Layout
32245
32246
32247 \backslash
32248 hphantom{
32249 \end_layout
32250
32251 \end_inset
32252
32253
32254 \backslash
32255 CD
32256 \begin_inset ERT
32257 status collapsed
32258
32259 \begin_layout Plain Layout
32260
32261
32262 \backslash
32263 leer 
32264 \end_layout
32265
32266 \end_inset
32267
32268
32269 \begin_inset ERT
32270 status collapsed
32271
32272 \begin_layout Plain Layout
32273
32274 }
32275 \end_layout
32276
32277 \end_inset
32278
32279 D@<<j<E@>k>>F@=C
32280 \end_layout
32281
32282 \begin_layout Subsection
32283 xymatrix Diagramme
32284 \begin_inset Index
32285 status collapsed
32286
32287 \begin_layout Plain Layout
32288 Diagramme ! xymatrix
32289 \end_layout
32290
32291 \end_inset
32292
32293
32294 \end_layout
32295
32296 \begin_layout Standard
32297 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
32298 \series bold
32299 xypic
32300 \series default
32301  installiert sein.
32302  Eine Xymatrix wird erstellt, indem der Befehl 
32303 \series bold
32304
32305 \backslash
32306 xymatrix
32307 \series default
32308  in eine Formel eingegeben wird.
32309  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32310  hinzufügen, siehe 
32311 \begin_inset CommandInset ref
32312 LatexCommand ref
32313 reference "sec:Matrizen"
32314
32315 \end_inset
32316
32317 .
32318 \end_layout
32319
32320 \begin_layout Standard
32321 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
32322  gekrümmte Pfeile und vieles mehr.
32323  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
32324  sind im Detail im 
32325 \emph on
32326 XY-pic-Handbuch
32327 \emph default
32328  erklärt, dass im Menü 
32329 \family sans
32330 Hilfe\SpecialChar \menuseparator
32331 Spezielle
32332 \begin_inset space ~
32333 \end_inset
32334
32335 Handbücher\SpecialChar \menuseparator
32336 XY-pic-Handbuch
32337 \family default
32338  zu finden ist.
32339 \end_layout
32340
32341 \begin_layout Standard
32342 \begin_inset Newpage newpage
32343 \end_inset
32344
32345
32346 \end_layout
32347
32348 \begin_layout Section
32349 Benutzerdefinierte Befehle
32350 \begin_inset CommandInset label
32351 LatexCommand label
32352 name "sec:Benutzerdefinierte-Befehle"
32353
32354 \end_inset
32355
32356
32357 \begin_inset Index
32358 status collapsed
32359
32360 \begin_layout Plain Layout
32361 benutzerdefinierte Befehle
32362 \end_layout
32363
32364 \end_inset
32365
32366
32367 \end_layout
32368
32369 \begin_layout Standard
32370 \begin_inset Note Greyedout
32371 status open
32372
32373 \begin_layout Plain Layout
32374
32375 \series bold
32376 Achtung: 
32377 \series default
32378 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
32379 n Buchstaben bestehen.
32380 \end_layout
32381
32382 \end_inset
32383
32384
32385 \end_layout
32386
32387 \begin_layout Subsection
32388 Der Befehl 
32389 \backslash
32390 newcommand
32391 \begin_inset CommandInset label
32392 LatexCommand label
32393 name "sub:Der-Befehl-newcommand"
32394
32395 \end_inset
32396
32397
32398 \begin_inset Index
32399 status collapsed
32400
32401 \begin_layout Plain Layout
32402 benutzerdefinierte Befehle ! 
32403 \backslash
32404 newcommand
32405 \end_layout
32406
32407 \end_inset
32408
32409
32410 \begin_inset Index
32411 status collapsed
32412
32413 \begin_layout Plain Layout
32414 Befehle ! N ! 
32415 \backslash
32416 newcommand
32417 \end_layout
32418
32419 \end_inset
32420
32421
32422 \end_layout
32423
32424 \begin_layout Standard
32425 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
32426  Man kann sich aber mit dem Befehl 
32427 \series bold
32428
32429 \backslash
32430 newcommand
32431 \series default
32432  neue kürzere Befehle definieren.
32433 \end_layout
32434
32435 \begin_layout Standard
32436 Das Befehlsschema von 
32437 \series bold
32438
32439 \backslash
32440 newcommand
32441 \series default
32442  lautet:
32443 \end_layout
32444
32445 \begin_layout Standard
32446
32447 \series bold
32448
32449 \backslash
32450 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
32451 \series default
32452  
32453 \series bold
32454 Wert]
32455 \begin_inset Newline newline
32456 \end_inset
32457
32458
32459 \begin_inset ERT
32460 status collapsed
32461
32462 \begin_layout Plain Layout
32463
32464
32465 \backslash
32466 phantom{
32467 \end_layout
32468
32469 \end_inset
32470
32471
32472 \backslash
32473 newcommand
32474 \begin_inset ERT
32475 status collapsed
32476
32477 \begin_layout Plain Layout
32478
32479 }
32480 \end_layout
32481
32482 \end_inset
32483
32484 {Befehlsdefinition}
32485 \end_layout
32486
32487 \begin_layout Standard
32488 \begin_inset Note Greyedout
32489 status open
32490
32491 \begin_layout Plain Layout
32492
32493 \series bold
32494 Achtung:
32495 \series default
32496  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
32497  oder von benutzten LaTeX-Paketen verwendet wird.
32498  Definiert man beispielsweise für 
32499 \series bold
32500
32501 \backslash
32502 Leftarrow
32503 \series default
32504  den Befehl 
32505 \series bold
32506
32507 \backslash
32508 le
32509 \series default
32510 , erhält man eine Fehlermeldung, denn 
32511 \series bold
32512
32513 \backslash
32514 le
32515 \series default
32516  ist schon für 
32517 \begin_inset Quotes gld
32518 \end_inset
32519
32520
32521 \begin_inset Formula $\le$
32522 \end_inset
32523
32524
32525 \begin_inset Quotes grd
32526 \end_inset
32527
32528  definiert.
32529 \end_layout
32530
32531 \end_inset
32532
32533
32534 \end_layout
32535
32536 \begin_layout Standard
32537 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
32538 \begin_inset space \thinspace{}
32539 \end_inset
32540
32541 -
32542 \begin_inset space \thinspace{}
32543 \end_inset
32544
32545 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
32546  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
32547  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
32548 \emph on
32549 erste
32550 \emph default
32551  Argument des neuen Befehls ein optionales ist.
32552 \end_layout
32553
32554 \begin_layout Standard
32555 Es folgen einige Beispiele:
32556 \end_layout
32557
32558 \begin_layout Itemize
32559 Will man für 
32560 \series bold
32561
32562 \backslash
32563 Longrightarrow
32564 \series default
32565  den Befehl 
32566 \series bold
32567
32568 \backslash
32569 gr
32570 \series default
32571  definieren, lautet die LaTeX-Vor\SpecialChar \-
32572 spannzeile:
32573 \begin_inset VSpace medskip
32574 \end_inset
32575
32576
32577 \begin_inset Newline newline
32578 \end_inset
32579
32580
32581 \series bold
32582
32583 \backslash
32584 newcommand{
32585 \backslash
32586 gr}{
32587 \backslash
32588 Longrightarrow}
32589 \end_layout
32590
32591 \begin_layout Itemize
32592 Um für den Befehl 
32593 \series bold
32594
32595 \backslash
32596 underline
32597 \series default
32598  den Befehl 
32599 \series bold
32600
32601 \backslash
32602 us
32603 \series default
32604  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
32605  werden.
32606  Dazu sieht die Vorspannzeile wie folgt aus:
32607 \begin_inset VSpace medskip
32608 \end_inset
32609
32610
32611 \begin_inset Newline newline
32612 \end_inset
32613
32614
32615 \series bold
32616
32617 \backslash
32618 newcommand{
32619 \backslash
32620 us}[1]{
32621 \backslash
32622 underline{#1}}
32623 \series default
32624
32625 \begin_inset VSpace medskip
32626 \end_inset
32627
32628
32629 \begin_inset Newline newline
32630 \end_inset
32631
32632 Das Zeichen 
32633 \series bold
32634 #
32635 \series default
32636  fungiert als Argumentplatzhalter, die 
32637 \series bold
32638 1
32639 \series default
32640  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
32641 \end_layout
32642
32643 \begin_layout Itemize
32644 Für 
32645 \series bold
32646
32647 \backslash
32648 framebox
32649 \series default
32650  kann man z.
32651 \begin_inset space \thinspace{}
32652 \end_inset
32653
32654 B.
32655  den Befehl 
32656 \series bold
32657
32658 \backslash
32659 fb
32660 \series default
32661  definieren:
32662 \begin_inset VSpace medskip
32663 \end_inset
32664
32665
32666 \begin_inset Newline newline
32667 \end_inset
32668
32669
32670 \series bold
32671
32672 \backslash
32673 newcommand{
32674 \backslash
32675 fb}[3]{
32676 \backslash
32677 framebox#1#2{$#3$}}
32678 \series default
32679
32680 \begin_inset VSpace medskip
32681 \end_inset
32682
32683
32684 \begin_inset Newline newline
32685 \end_inset
32686
32687 Die beiden Dollarzeichen erstellen hierbei die für 
32688 \series bold
32689
32690 \backslash
32691 framebox
32692 \series default
32693  geforderte weitere Formel, siehe 
32694 \begin_inset CommandInset ref
32695 LatexCommand ref
32696 reference "sub:Boxen-mit-Rahmen"
32697
32698 \end_inset
32699
32700 .
32701 \end_layout
32702
32703 \begin_layout Itemize
32704 Um einen neuen Befehl für 
32705 \series bold
32706
32707 \backslash
32708 fcolorbox
32709 \series default
32710  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
32711  definiert man das Argument für die Farbe als optional:
32712 \begin_inset VSpace medskip
32713 \end_inset
32714
32715
32716 \begin_inset Newline newline
32717 \end_inset
32718
32719
32720 \series bold
32721
32722 \backslash
32723 newcommand{
32724 \backslash
32725 cb}[3][white]{
32726 \backslash
32727 fcolorbox{#2}{#1}{$#3$}}
32728 \series default
32729
32730 \begin_inset VSpace medskip
32731 \end_inset
32732
32733
32734 \begin_inset Newline newline
32735 \end_inset
32736
32737 Gibt man bei der Verwendung von 
32738 \series bold
32739
32740 \backslash
32741 cb
32742 \series default
32743  die Farbe nicht an, wird die voreingestellte Farbe 
32744 \series bold
32745 white
32746 \series default
32747  verwendet.
32748 \end_layout
32749
32750 \begin_layout Standard
32751 Ein Test der neu definierten Befehle:
32752 \end_layout
32753
32754 \begin_layout Standard
32755 \align center
32756 \begin_inset Tabular
32757 <lyxtabular version="3" rows="6" columns="2">
32758 <features>
32759 <column alignment="center" valignment="top" width="0">
32760 <column alignment="center" valignment="top" width="0">
32761 <row>
32762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32763 \begin_inset Text
32764
32765 \begin_layout Plain Layout
32766 Befehl
32767 \end_layout
32768
32769 \end_inset
32770 </cell>
32771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32772 \begin_inset Text
32773
32774 \begin_layout Plain Layout
32775 Ergebnis
32776 \begin_inset Note Note
32777 status collapsed
32778
32779 \begin_layout Plain Layout
32780
32781 \series bold
32782
32783 \backslash
32784 raisebox
32785 \series default
32786  dient nur als Abstandhalter.
32787 \end_layout
32788
32789 \end_inset
32790
32791
32792 \end_layout
32793
32794 \end_inset
32795 </cell>
32796 </row>
32797 <row>
32798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32799 \begin_inset Text
32800
32801 \begin_layout Plain Layout
32802 A
32803 \backslash
32804 gr
32805 \begin_inset ERT
32806 status collapsed
32807
32808 \begin_layout Plain Layout
32809
32810
32811 \backslash
32812 leer 
32813 \end_layout
32814
32815 \end_inset
32816
32817 B
32818 \end_layout
32819
32820 \end_inset
32821 </cell>
32822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32823 \begin_inset Text
32824
32825 \begin_layout Plain Layout
32826 \begin_inset Formula $A\gr B$
32827 \end_inset
32828
32829
32830 \end_layout
32831
32832 \end_inset
32833 </cell>
32834 </row>
32835 <row>
32836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32837 \begin_inset Text
32838
32839 \begin_layout Plain Layout
32840
32841 \backslash
32842 us{ABcd
32843 \end_layout
32844
32845 \end_inset
32846 </cell>
32847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32848 \begin_inset Text
32849
32850 \begin_layout Plain Layout
32851 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32852 \end_inset
32853
32854
32855 \end_layout
32856
32857 \end_inset
32858 </cell>
32859 </row>
32860 <row>
32861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32862 \begin_inset Text
32863
32864 \begin_layout Plain Layout
32865
32866 \backslash
32867 fb{[2cm]
32868 \begin_inset Formula $\to$
32869 \end_inset
32870
32871
32872 \backslash
32873 {
32874 \begin_inset Formula $\to$
32875 \end_inset
32876
32877
32878 \backslash
32879 {
32880 \backslash
32881 int
32882 \begin_inset ERT
32883 status collapsed
32884
32885 \begin_layout Plain Layout
32886
32887
32888 \backslash
32889 leer 
32890 \end_layout
32891
32892 \end_inset
32893
32894 A=B
32895 \end_layout
32896
32897 \end_inset
32898 </cell>
32899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32900 \begin_inset Text
32901
32902 \begin_layout Plain Layout
32903 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32904 \end_inset
32905
32906
32907 \end_layout
32908
32909 \end_inset
32910 </cell>
32911 </row>
32912 <row>
32913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32914 \begin_inset Text
32915
32916 \begin_layout Plain Layout
32917
32918 \backslash
32919 cb{red
32920 \begin_inset Formula $\to$
32921 \end_inset
32922
32923
32924 \backslash
32925 {
32926 \backslash
32927 int
32928 \begin_inset ERT
32929 status collapsed
32930
32931 \begin_layout Plain Layout
32932
32933
32934 \backslash
32935 leer 
32936 \end_layout
32937
32938 \end_inset
32939
32940 A=B
32941 \end_layout
32942
32943 \end_inset
32944 </cell>
32945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32946 \begin_inset Text
32947
32948 \begin_layout Plain Layout
32949 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32950 \end_inset
32951
32952
32953 \end_layout
32954
32955 \end_inset
32956 </cell>
32957 </row>
32958 <row>
32959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32960 \begin_inset Text
32961
32962 \begin_layout Plain Layout
32963
32964 \backslash
32965 cb[green]
32966 \backslash
32967 {red
32968 \begin_inset Formula $\to$
32969 \end_inset
32970
32971
32972 \backslash
32973 {
32974 \backslash
32975 int
32976 \begin_inset ERT
32977 status collapsed
32978
32979 \begin_layout Plain Layout
32980
32981
32982 \backslash
32983 leer 
32984 \end_layout
32985
32986 \end_inset
32987
32988 A=B
32989 \end_layout
32990
32991 \end_inset
32992 </cell>
32993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32994 \begin_inset Text
32995
32996 \begin_layout Plain Layout
32997 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32998 \end_inset
32999
33000
33001 \end_layout
33002
33003 \end_inset
33004 </cell>
33005 </row>
33006 </lyxtabular>
33007
33008 \end_inset
33009
33010
33011 \end_layout
33012
33013 \begin_layout Subsection
33014 Mathe-Makros
33015 \begin_inset Index
33016 status collapsed
33017
33018 \begin_layout Plain Layout
33019 benutzerdefinierte Befehle ! Mathe-Makros
33020 \end_layout
33021
33022 \end_inset
33023
33024
33025 \begin_inset Index
33026 status collapsed
33027
33028 \begin_layout Plain Layout
33029 Makros
33030 \end_layout
33031
33032 \end_inset
33033
33034
33035 \end_layout
33036
33037 \begin_layout Standard
33038 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33039  Hat man es in einem Dokument z.
33040 \begin_inset space \thinspace{}
33041 \end_inset
33042
33043 B.
33044  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33045  auf.
33046  Die allgemeine Form einer quadratischen Gleichung ist
33047 \begin_inset Formula \[
33048 0=\lambda^{2}+p\lambda+q\]
33049
33050 \end_inset
33051
33052 Die allgemeine Form der Lösung lautet
33053 \begin_inset Formula \[
33054 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
33055
33056 \end_inset
33057
33058
33059 \end_layout
33060
33061 \begin_layout Standard
33062 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33063  drei Parameter 
33064 \begin_inset Formula $\lambda$
33065 \end_inset
33066
33067
33068 \begin_inset Formula $p$
33069 \end_inset
33070
33071  und 
33072 \begin_inset Formula $q$
33073 \end_inset
33074
33075  angegeben werden müssen und der Index von 
33076 \begin_inset Formula $\lambda$
33077 \end_inset
33078
33079  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
33080 \begin_inset Newline newline
33081 \end_inset
33082
33083
33084 \series bold
33085
33086 \backslash
33087 newcommand{
33088 \backslash
33089 qG}[4][1,
33090 \backslash
33091 ,2]{#2_{#1}=-
33092 \backslash
33093 frac{#3}{2}
33094 \backslash
33095 pm
33096 \begin_inset Newline newline
33097 \end_inset
33098
33099
33100 \begin_inset ERT
33101 status collapsed
33102
33103 \begin_layout Plain Layout
33104
33105
33106 \backslash
33107 hphantom{
33108 \end_layout
33109
33110 \end_inset
33111
33112
33113 \backslash
33114 newcommand
33115 \begin_inset ERT
33116 status collapsed
33117
33118 \begin_layout Plain Layout
33119
33120 }
33121 \end_layout
33122
33123 \end_inset
33124
33125
33126 \backslash
33127 sqrt{
33128 \backslash
33129 frac{#3^{2}}{4}-#4}}
33130 \end_layout
33131
33132 \begin_layout Standard
33133 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33134  
33135 \begin_inset Newline newline
33136 \end_inset
33137
33138
33139 \series bold
33140
33141 \backslash
33142 qG{
33143 \backslash
33144 lambda
33145 \begin_inset Formula $\to$
33146 \end_inset
33147
33148
33149 \backslash
33150 {p
33151 \begin_inset Formula $\to$
33152 \end_inset
33153
33154
33155 \backslash
33156 {q 
33157 \series default
33158 ein.
33159 \end_layout
33160
33161 \begin_layout Standard
33162 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
33163  aller verwendeten LaTeX-Befehle kennen, z.
33164 \begin_inset space \thinspace{}
33165 \end_inset
33166
33167 B.
33168  dass ein Bruch in LaTeX mit 
33169 \series bold
33170
33171 \backslash
33172 frac{Zähler}
33173 \begin_inset Newline linebreak
33174 \end_inset
33175
33176 {Nenner}
33177 \series default
33178  eingegeben wird.
33179  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
33180  in LyX nicht sehen, was der neue Befehl macht.
33181  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
33182  Mathe-Makros statt den Befehl 
33183 \series bold
33184
33185 \backslash
33186 newcommand
33187 \series default
33188  zu verwenden.
33189 \end_layout
33190
33191 \begin_layout Standard
33192 Ein Mathe-Makro wird erstellt, indem man das Menü 
33193 \family sans
33194 Einfügen\SpecialChar \menuseparator
33195 Mathe\SpecialChar \menuseparator
33196 Makro
33197 \family default
33198  oder den Werkzeugleistenknopf 
33199 \begin_inset Graphics
33200         filename ../../images/math-macro_newmacroname_newcommand.png
33201         scale 85
33202
33203 \end_inset
33204
33205  verwendet.
33206  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
33207  Makro definiert wird:
33208 \begin_inset Newline newline
33209 \end_inset
33210
33211
33212 \lang english
33213
33214 \begin_inset space \hspace*{\fill}
33215 \end_inset
33216
33217
33218 \lang ngerman
33219
33220 \begin_inset Graphics
33221         filename ../clipart/macrobox.png
33222
33223 \end_inset
33224
33225
33226 \lang english
33227
33228 \begin_inset space \hspace*{\fill}
33229 \end_inset
33230
33231
33232 \lang ngerman
33233
33234 \begin_inset Newline newline
33235 \end_inset
33236
33237
33238 \begin_inset FormulaMacro
33239 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33240 \end_inset
33241
33242
33243 \backslash
33244 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
33245  geändert werden sollte.
33246  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
33247  Einen Argumentplatzhalter fügt man mit dem Befehl 
33248 \series bold
33249
33250 \backslash
33251 #Argumentnummer
33252 \series default
33253  ein, z.
33254 \begin_inset space \thinspace{}
33255 \end_inset
33256
33257 B.
33258  
33259 \series bold
33260
33261 \backslash
33262 #1
33263 \series default
33264  oder man verwendet den Makro-Werkzeugleistenknopf 
33265 \begin_inset Graphics
33266         filename ../../images/math-macro-add-param.png
33267         scale 85
33268
33269 \end_inset
33270
33271 .
33272  Argumentplatzhalter werden rot dargestellt.
33273  Es sind maximal 9 Argumente möglich.
33274  Optionale Argumente werden mit dem Werkzeugleistenknopf 
33275 \begin_inset Graphics
33276         filename ../../images/math-macro-add-optional-param.png
33277         scale 85
33278
33279 \end_inset
33280
33281  erstellt.
33282  Mit dem Werkzeugleistenknopf 
33283 \begin_inset Graphics
33284         filename ../../images/math-macro-make-optional.png
33285         scale 85
33286
33287 \end_inset
33288
33289  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
33290  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
33291  werden soll.
33292  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
33293  Kästchen leer lässt.
33294  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
33295  einnimmt, kann man in das Kästchen z.
33296 \begin_inset space \thinspace{}
33297 \end_inset
33298
33299 B.
33300 \begin_inset Newline newline
33301 \end_inset
33302
33303
33304 \series bold
33305 qG: 
33306 \backslash
33307 #1
33308 \series default
33309  
33310 \series bold
33311 ,
33312 \series default
33313  
33314 \series bold
33315
33316 \backslash
33317 #2
33318 \series default
33319  
33320 \series bold
33321 ,
33322 \series default
33323  
33324 \series bold
33325
33326 \backslash
33327 #3, 
33328 \backslash
33329 #4
33330 \begin_inset Newline newline
33331 \end_inset
33332
33333
33334 \series default
33335 eingeben.
33336  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
33337  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
33338  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
33339  wurde.
33340 \begin_inset Newline newline
33341 \end_inset
33342
33343 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
33344  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
33345 \family sans
33346 Ansicht\SpecialChar \menuseparator
33347 Mathe-Makro
33348 \begin_inset space ~
33349 \end_inset
33350
33351 auf/zuklappen
33352 \family default
33353  verwendet.
33354 \end_layout
33355
33356 \begin_layout Standard
33357 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
33358  ein, in unserem Fall 
33359 \series bold
33360
33361 \backslash
33362 qG
33363 \series default
33364 .
33365  Unser Makro sieht in LyX folgendermaßen aus:
33366 \begin_inset Newline newline
33367 \end_inset
33368
33369
33370 \lang english
33371
33372 \begin_inset space \hspace*{\fill}
33373 \end_inset
33374
33375
33376 \lang ngerman
33377
33378 \begin_inset Graphics
33379         filename ../clipart/macrouse.png
33380
33381 \end_inset
33382
33383
33384 \lang english
33385
33386 \begin_inset space \hspace*{\fill}
33387 \end_inset
33388
33389
33390 \lang ngerman
33391
33392 \begin_inset Newline newline
33393 \end_inset
33394
33395 Hier ist unser Makro-Beispiel mit den Argumenten 
33396 \begin_inset Formula $x$
33397 \end_inset
33398
33399
33400 \begin_inset Formula $\ln(x)$
33401 \end_inset
33402
33403  und 
33404 \begin_inset Formula $B$
33405 \end_inset
33406
33407 :
33408 \end_layout
33409
33410 \begin_layout Standard
33411 \begin_inset Formula \[
33412 \qG x{\ln(x)}B\]
33413
33414 \end_inset
33415
33416
33417 \end_layout
33418
33419 \begin_layout Standard
33420 LyX bietet im Menü 
33421 \family sans
33422 Werkzeuge\SpecialChar \menuseparator
33423 Einstellungen\SpecialChar \menuseparator
33424 Bearbeiten\SpecialChar \menuseparator
33425 Kontrolle
33426 \family default
33427  verschiedene Bearbeitungsstile für Makros an.
33428  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
33429  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
33430  zu sehen.
33431 \end_layout
33432
33433 \begin_layout Standard
33434 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
33435 \series bold
33436
33437 \backslash
33438 new\SpecialChar \-
33439 command
33440 \series default
33441 -Befehl umgewandelt.
33442  Der 
33443 \series bold
33444
33445 \backslash
33446 newcommand
33447 \series default
33448 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
33449  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
33450  Makrodefinitionsbox befinden.
33451 \end_layout
33452
33453 \begin_layout Standard
33454 Mathe-Makros können auch direkt aus einem 
33455 \series bold
33456
33457 \backslash
33458 newcommand
33459 \series default
33460 -Befehl erstellt werden.
33461  Schreibt man z.
33462 \begin_inset space \thinspace{}
33463 \end_inset
33464
33465 B.
33466  den Befehl
33467 \series bold
33468
33469 \begin_inset Newline newline
33470 \end_inset
33471
33472
33473 \backslash
33474 newcommand{
33475 \backslash
33476 larrow}[2]{
33477 \backslash
33478 xleftarrow[#2]{#1}}
33479 \begin_inset Newline newline
33480 \end_inset
33481
33482
33483 \series default
33484 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
33485 zel 
33486 \family sans
33487 Strg+M
33488 \family default
33489 , wird der Befehl in ein Mathe-Makro umgewandelt.
33490  Bei dieser Methode muss man jedoch aufpassen, dass der 
33491 \series bold
33492
33493 \backslash
33494 newcommand
33495 \series default
33496 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
33497  erstellt, dass später LaTeX-Fehler hervorruft.
33498 \end_layout
33499
33500 \begin_layout Standard
33501 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
33502  Makrodefinition fehlerhaft behandelt werden.
33503  Dadurch kann das Beispiel 
33504 \series bold
33505
33506 \backslash
33507 fb
33508 \series default
33509  aus 
33510 \begin_inset CommandInset ref
33511 LatexCommand ref
33512 reference "sub:Der-Befehl-newcommand"
33513
33514 \end_inset
33515
33516  nicht als Makro erzeugt werden.
33517 \end_layout
33518
33519 \begin_layout Standard
33520 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
33521  in LyX angezeigt:
33522 \end_layout
33523
33524 \begin_layout Standard
33525 \begin_inset VSpace defskip
33526 \end_inset
33527
33528
33529 \end_layout
33530
33531 \begin_layout Standard
33532 \begin_inset Graphics
33533         filename ../clipart/MacroToolbar.png
33534
33535 \end_inset
33536
33537
33538 \begin_inset Index
33539 status collapsed
33540
33541 \begin_layout Plain Layout
33542 Makros ! Werkzeugleiste
33543 \end_layout
33544
33545 \end_inset
33546
33547
33548 \end_layout
33549
33550 \begin_layout Standard
33551 \begin_inset VSpace defskip
33552 \end_inset
33553
33554
33555 \end_layout
33556
33557 \begin_layout Standard
33558 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
33559 \end_layout
33560
33561 \begin_layout Standard
33562 \begin_inset VSpace defskip
33563 \end_inset
33564
33565
33566 \end_layout
33567
33568 \begin_layout Standard
33569 \begin_inset Tabular
33570 <lyxtabular version="3" rows="9" columns="2">
33571 <features islongtable="true">
33572 <column alignment="left" valignment="top" width="0">
33573 <column alignment="left" valignment="top" width="85col%">
33574 <row interlinespace="2.5mm">
33575 <cell alignment="center" valignment="top" usebox="none">
33576 \begin_inset Text
33577
33578 \begin_layout Plain Layout
33579 \begin_inset Graphics
33580         filename ../../images/math-macro-remove-param.png
33581         BoundingBox 0bp 5bp 20bp 25bp
33582         rotateOrigin center
33583
33584 \end_inset
33585
33586
33587 \end_layout
33588
33589 \end_inset
33590 </cell>
33591 <cell alignment="center" valignment="top" usebox="none">
33592 \begin_inset Text
33593
33594 \begin_layout Plain Layout
33595
33596 \family sans
33597 Bearbeiten\SpecialChar \menuseparator
33598 Mathe\SpecialChar \menuseparator
33599 Makro-Definition\SpecialChar \menuseparator
33600 Letztes Argument entfernen
33601 \end_layout
33602
33603 \end_inset
33604 </cell>
33605 </row>
33606 <row interlinespace="2.5mm">
33607 <cell alignment="center" valignment="top" usebox="none">
33608 \begin_inset Text
33609
33610 \begin_layout Plain Layout
33611 \begin_inset Graphics
33612         filename ../../images/math-macro-add-param.png
33613         BoundingBox 0bp 5bp 20bp 25bp
33614         rotateOrigin center
33615
33616 \end_inset
33617
33618
33619 \end_layout
33620
33621 \end_inset
33622 </cell>
33623 <cell alignment="center" valignment="top" usebox="none">
33624 \begin_inset Text
33625
33626 \begin_layout Plain Layout
33627
33628 \family sans
33629 Bearbeiten\SpecialChar \menuseparator
33630 Mathe\SpecialChar \menuseparator
33631 Makro-Definition\SpecialChar \menuseparator
33632 Argument hinzufügen
33633 \end_layout
33634
33635 \end_inset
33636 </cell>
33637 </row>
33638 <row interlinespace="2.5mm">
33639 <cell alignment="center" valignment="top" usebox="none">
33640 \begin_inset Text
33641
33642 \begin_layout Plain Layout
33643 \begin_inset Graphics
33644         filename ../../images/math-macro-make-optional.png
33645         BoundingBox 0bp 5bp 20bp 25bp
33646         rotateOrigin center
33647
33648 \end_inset
33649
33650
33651 \end_layout
33652
33653 \end_inset
33654 </cell>
33655 <cell alignment="center" valignment="top" usebox="none">
33656 \begin_inset Text
33657
33658 \begin_layout Plain Layout
33659
33660 \family sans
33661 Bearbeiten\SpecialChar \menuseparator
33662 Mathe\SpecialChar \menuseparator
33663 Makro-Definition\SpecialChar \menuseparator
33664 Das erste nicht-optionale
33665 \begin_inset Newline newline
33666 \end_inset
33667
33668
33669 \begin_inset ERT
33670 status collapsed
33671
33672 \begin_layout Plain Layout
33673
33674
33675 \backslash
33676 hphantom{
33677 \end_layout
33678
33679 \end_inset
33680
33681 Bearbeiten\SpecialChar \menuseparator
33682 Mathe\SpecialChar \menuseparator
33683 Makro-Definition\SpecialChar \menuseparator
33684
33685 \begin_inset ERT
33686 status collapsed
33687
33688 \begin_layout Plain Layout
33689
33690 }
33691 \end_layout
33692
33693 \end_inset
33694
33695 Argument in einen optionales
33696 \begin_inset Newline newline
33697 \end_inset
33698
33699
33700 \begin_inset ERT
33701 status collapsed
33702
33703 \begin_layout Plain Layout
33704
33705
33706 \backslash
33707 hphantom{
33708 \end_layout
33709
33710 \end_inset
33711
33712 Bearbeiten\SpecialChar \menuseparator
33713 Mathe\SpecialChar \menuseparator
33714 Makro-Definition\SpecialChar \menuseparator
33715
33716 \begin_inset ERT
33717 status collapsed
33718
33719 \begin_layout Plain Layout
33720
33721 }
33722 \end_layout
33723
33724 \end_inset
33725
33726 ändern
33727 \end_layout
33728
33729 \end_inset
33730 </cell>
33731 </row>
33732 <row interlinespace="2.5mm">
33733 <cell alignment="center" valignment="top" usebox="none">
33734 \begin_inset Text
33735
33736 \begin_layout Plain Layout
33737 \begin_inset Graphics
33738         filename ../../images/math-macro-make-nonoptional.png
33739         BoundingBox 0bp 5bp 20bp 25bp
33740         rotateOrigin center
33741
33742 \end_inset
33743
33744
33745 \end_layout
33746
33747 \end_inset
33748 </cell>
33749 <cell alignment="center" valignment="top" usebox="none">
33750 \begin_inset Text
33751
33752 \begin_layout Plain Layout
33753
33754 \family sans
33755 Bearbeiten\SpecialChar \menuseparator
33756 Mathe\SpecialChar \menuseparator
33757 Makro-Definition\SpecialChar \menuseparator
33758 Das letzte optionale Argument in
33759 \begin_inset Newline newline
33760 \end_inset
33761
33762
33763 \begin_inset ERT
33764 status collapsed
33765
33766 \begin_layout Plain Layout
33767
33768
33769 \backslash
33770 hphantom{
33771 \end_layout
33772
33773 \end_inset
33774
33775 Bearbeiten\SpecialChar \menuseparator
33776 Mathe\SpecialChar \menuseparator
33777 Makro-Definition\SpecialChar \menuseparator
33778
33779 \begin_inset ERT
33780 status collapsed
33781
33782 \begin_layout Plain Layout
33783
33784 }
33785 \end_layout
33786
33787 \end_inset
33788
33789 einen nicht-optionales ändern
33790 \end_layout
33791
33792 \end_inset
33793 </cell>
33794 </row>
33795 <row interlinespace="2.5mm">
33796 <cell alignment="center" valignment="top" usebox="none">
33797 \begin_inset Text
33798
33799 \begin_layout Plain Layout
33800 \begin_inset Graphics
33801         filename ../../images/math-macro-remove-optional-param.png
33802         BoundingBox 0bp 5bp 20bp 25bp
33803         rotateOrigin center
33804
33805 \end_inset
33806
33807
33808 \end_layout
33809
33810 \end_inset
33811 </cell>
33812 <cell alignment="center" valignment="top" usebox="none">
33813 \begin_inset Text
33814
33815 \begin_layout Plain Layout
33816
33817 \family sans
33818 Bearbeiten\SpecialChar \menuseparator
33819 Mathe\SpecialChar \menuseparator
33820 Makro-Definition\SpecialChar \menuseparator
33821 Optionales Argument entfernen
33822 \end_layout
33823
33824 \end_inset
33825 </cell>
33826 </row>
33827 <row interlinespace="2.5mm">
33828 <cell alignment="center" valignment="top" usebox="none">
33829 \begin_inset Text
33830
33831 \begin_layout Plain Layout
33832 \begin_inset Graphics
33833         filename ../../images/math-macro-add-optional-param.png
33834         BoundingBox 0bp 5bp 20bp 25bp
33835         rotateOrigin center
33836
33837 \end_inset
33838
33839
33840 \end_layout
33841
33842 \end_inset
33843 </cell>
33844 <cell alignment="center" valignment="top" usebox="none">
33845 \begin_inset Text
33846
33847 \begin_layout Plain Layout
33848
33849 \family sans
33850 Bearbeiten\SpecialChar \menuseparator
33851 Mathe\SpecialChar \menuseparator
33852 Makro-Definition\SpecialChar \menuseparator
33853 Optionales Argument einfügen
33854 \end_layout
33855
33856 \end_inset
33857 </cell>
33858 </row>
33859 <row interlinespace="2.5mm">
33860 <cell alignment="center" valignment="top" usebox="none">
33861 \begin_inset Text
33862
33863 \begin_layout Plain Layout
33864 \begin_inset Graphics
33865         filename ../../images/math-macro-remove-greedy-param.png
33866         BoundingBox 0bp 5bp 20bp 25bp
33867         rotateOrigin center
33868
33869 \end_inset
33870
33871
33872 \end_layout
33873
33874 \end_inset
33875 </cell>
33876 <cell alignment="center" valignment="top" usebox="none">
33877 \begin_inset Text
33878
33879 \begin_layout Plain Layout
33880
33881 \family sans
33882 Bearbeiten\SpecialChar \menuseparator
33883 Mathe\SpecialChar \menuseparator
33884 Makro-Definition\SpecialChar \menuseparator
33885 Letztes Argument rechts entfernen
33886 \end_layout
33887
33888 \end_inset
33889 </cell>
33890 </row>
33891 <row interlinespace="2.5mm">
33892 <cell alignment="center" valignment="top" usebox="none">
33893 \begin_inset Text
33894
33895 \begin_layout Plain Layout
33896 \begin_inset Graphics
33897         filename ../../images/math-macro-append-greedy-param.png
33898         BoundingBox 0bp 5bp 20bp 25bp
33899         rotateOrigin center
33900
33901 \end_inset
33902
33903
33904 \end_layout
33905
33906 \end_inset
33907 </cell>
33908 <cell alignment="center" valignment="top" usebox="none">
33909 \begin_inset Text
33910
33911 \begin_layout Plain Layout
33912
33913 \family sans
33914 Bearbeiten\SpecialChar \menuseparator
33915 Mathe\SpecialChar \menuseparator
33916 Makro-Definition\SpecialChar \menuseparator
33917 Argument von rechts hinzufügen
33918 \end_layout
33919
33920 \end_inset
33921 </cell>
33922 </row>
33923 <row interlinespace="2.5mm">
33924 <cell alignment="center" valignment="top" usebox="none">
33925 \begin_inset Text
33926
33927 \begin_layout Plain Layout
33928 \begin_inset Graphics
33929         filename ../../images/math-macro-add-greedy-optional-param.png
33930         BoundingBox 0bp 5bp 20bp 25bp
33931         rotateOrigin center
33932
33933 \end_inset
33934
33935
33936 \end_layout
33937
33938 \end_inset
33939 </cell>
33940 <cell alignment="center" valignment="top" usebox="none">
33941 \begin_inset Text
33942
33943 \begin_layout Plain Layout
33944
33945 \family sans
33946 Bearbeiten\SpecialChar \menuseparator
33947 Mathe\SpecialChar \menuseparator
33948 Makro-Definition\SpecialChar \menuseparator
33949 Optionales Argument von rechts
33950 \begin_inset Newline newline
33951 \end_inset
33952
33953
33954 \begin_inset ERT
33955 status collapsed
33956
33957 \begin_layout Plain Layout
33958
33959
33960 \backslash
33961 hphantom{
33962 \end_layout
33963
33964 \end_inset
33965
33966 Bearbeiten\SpecialChar \menuseparator
33967 Mathe\SpecialChar \menuseparator
33968 Makro-Definition\SpecialChar \menuseparator
33969
33970 \begin_inset ERT
33971 status collapsed
33972
33973 \begin_layout Plain Layout
33974
33975 }
33976 \end_layout
33977
33978 \end_inset
33979
33980 hinzufügen
33981 \end_layout
33982
33983 \end_inset
33984 </cell>
33985 </row>
33986 </lyxtabular>
33987
33988 \end_inset
33989
33990
33991 \end_layout
33992
33993 \begin_layout Standard
33994 \begin_inset Newpage newpage
33995 \end_inset
33996
33997
33998 \end_layout
33999
34000 \begin_layout Section
34001 Tipps
34002 \begin_inset Index
34003 status collapsed
34004
34005 \begin_layout Plain Layout
34006 Tipps
34007 \end_layout
34008
34009 \end_inset
34010
34011
34012 \end_layout
34013
34014 \begin_layout Subsection
34015 Negative Zahlen
34016 \begin_inset Index
34017 status collapsed
34018
34019 \begin_layout Plain Layout
34020 Zahlen ! negative
34021 \end_layout
34022
34023 \end_inset
34024
34025
34026 \end_layout
34027
34028 \begin_layout Standard
34029 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34030  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34031  dargestellt.
34032  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34033  Minuszeichen korrekt.
34034 \end_layout
34035
34036 \begin_layout Standard
34037 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34038  nicht mehr auf.
34039 \end_layout
34040
34041 \begin_layout Standard
34042 Ein Beispiel zur Veranschaulichung der Problematik:
34043 \end_layout
34044
34045 \begin_layout Standard
34046 \align center
34047 \begin_inset Tabular
34048 <lyxtabular version="3" rows="3" columns="2">
34049 <features>
34050 <column alignment="right" valignment="top" width="0">
34051 <column alignment="left" valignment="top" width="0">
34052 <row>
34053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34054 \begin_inset Text
34055
34056 \begin_layout Plain Layout
34057 normaler Text:
34058 \end_layout
34059
34060 \end_inset
34061 </cell>
34062 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34063 \begin_inset Text
34064
34065 \begin_layout Plain Layout
34066 x = -2
34067 \end_layout
34068
34069 \end_inset
34070 </cell>
34071 </row>
34072 <row>
34073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34074 \begin_inset Text
34075
34076 \begin_layout Plain Layout
34077 Formelmodus:
34078 \end_layout
34079
34080 \end_inset
34081 </cell>
34082 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34083 \begin_inset Text
34084
34085 \begin_layout Plain Layout
34086 \begin_inset Formula $x=-2$
34087 \end_inset
34088
34089
34090 \end_layout
34091
34092 \end_inset
34093 </cell>
34094 </row>
34095 <row>
34096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34097 \begin_inset Text
34098
34099 \begin_layout Plain Layout
34100 Lösung:
34101 \end_layout
34102
34103 \end_inset
34104 </cell>
34105 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34106 \begin_inset Text
34107
34108 \begin_layout Plain Layout
34109 \begin_inset Formula $x=\textrm{-}2$
34110 \end_inset
34111
34112
34113 \end_layout
34114
34115 \end_inset
34116 </cell>
34117 </row>
34118 </lyxtabular>
34119
34120 \end_inset
34121
34122
34123 \end_layout
34124
34125 \begin_layout Subsection
34126 Komma als Dezimaltrennzeichen
34127 \begin_inset Index
34128 status collapsed
34129
34130 \begin_layout Plain Layout
34131 Komma
34132 \end_layout
34133
34134 \end_inset
34135
34136
34137 \end_layout
34138
34139 \begin_layout Standard
34140 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
34141  als Gruppentrennzeichen.
34142  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
34143  eingefügt.
34144 \end_layout
34145
34146 \begin_layout Standard
34147 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
34148  Text um (Tastenkürzel 
34149 \family sans
34150 Alt+M
34151 \begin_inset space ~
34152 \end_inset
34153
34154 M
34155 \family default
34156 ).
34157 \end_layout
34158
34159 \begin_layout Standard
34160 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
34161  lädt man die Datei 
34162 \series bold
34163 icomma.sty
34164 \series default
34165
34166 \begin_inset Foot
34167 status collapsed
34168
34169 \begin_layout Plain Layout
34170
34171 \series bold
34172 icomma
34173 \series default
34174  ist Teil des LaTeX-Paketes 
34175 \series bold
34176 was
34177 \series default
34178
34179 \begin_inset Index
34180 status collapsed
34181
34182 \begin_layout Plain Layout
34183 Pakete ! was
34184 \begin_inset ERT
34185 status collapsed
34186
34187 \begin_layout Plain Layout
34188
34189
34190 \backslash
34191 vspace{4mm}
34192 \end_layout
34193
34194 \end_inset
34195
34196
34197 \end_layout
34198
34199 \end_inset
34200
34201 .
34202 \end_layout
34203
34204 \end_inset
34205
34206
34207 \begin_inset Index
34208 status collapsed
34209
34210 \begin_layout Plain Layout
34211 Pakete ! icomma
34212 \end_layout
34213
34214 \end_inset
34215
34216  mit der LaTeX-Vorspannzeile
34217 \end_layout
34218
34219 \begin_layout Standard
34220
34221 \series bold
34222
34223 \backslash
34224 usepackage{icomma}
34225 \end_layout
34226
34227 \begin_layout Subsection
34228 Physikalische Vektoren
34229 \begin_inset CommandInset label
34230 LatexCommand label
34231 name "sub:Physikalische-Vektoren"
34232
34233 \end_inset
34234
34235
34236 \begin_inset Index
34237 status collapsed
34238
34239 \begin_layout Plain Layout
34240 Vektoren ! physikalische
34241 \end_layout
34242
34243 \end_inset
34244
34245
34246 \end_layout
34247
34248 \begin_layout Standard
34249 Vordefinierte Vektoren bietet das LaTeX-Paket 
34250 \series bold
34251 braket
34252 \series default
34253
34254 \begin_inset Foot
34255 status collapsed
34256
34257 \begin_layout Plain Layout
34258
34259 \series bold
34260 braket
34261 \series default
34262  sollte Teil jeder LaTeX-Standardinstallation sein.
34263 \end_layout
34264
34265 \end_inset
34266
34267
34268 \begin_inset Index
34269 status collapsed
34270
34271 \begin_layout Plain Layout
34272 Pakete ! braket
34273 \end_layout
34274
34275 \end_inset
34276
34277 , das mit der LaTeX-Vorspannzeile
34278 \end_layout
34279
34280 \begin_layout Standard
34281
34282 \series bold
34283
34284 \backslash
34285 usepackage{braket}
34286 \end_layout
34287
34288 \begin_layout Standard
34289 geladen wird.
34290 \begin_inset ERT
34291 status collapsed
34292
34293 \begin_layout Plain Layout
34294
34295
34296 \backslash
34297 ifbraket 
34298 \end_layout
34299
34300 \end_inset
34301
34302
34303 \begin_inset Note Note
34304 status open
34305
34306 \begin_layout Plain Layout
34307 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34308 \series bold
34309 braket
34310 \series default
34311  installiert ist:
34312 \end_layout
34313
34314 \end_inset
34315
34316
34317 \end_layout
34318
34319 \begin_layout Standard
34320 \begin_inset Newpage newpage
34321 \end_inset
34322
34323
34324 \end_layout
34325
34326 \begin_layout Standard
34327 Folgende Befehle sind definiert:
34328 \end_layout
34329
34330 \begin_layout Standard
34331 \align center
34332 \begin_inset Tabular
34333 <lyxtabular version="3" rows="4" columns="2">
34334 <features>
34335 <column alignment="center" valignment="top" width="0">
34336 <column alignment="center" valignment="top" width="0">
34337 <row>
34338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34339 \begin_inset Text
34340
34341 \begin_layout Plain Layout
34342 Befehl
34343 \end_layout
34344
34345 \end_inset
34346 </cell>
34347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34348 \begin_inset Text
34349
34350 \begin_layout Plain Layout
34351 Ergebnis
34352 \end_layout
34353
34354 \end_inset
34355 </cell>
34356 </row>
34357 <row>
34358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34359 \begin_inset Text
34360
34361 \begin_layout Plain Layout
34362
34363 \backslash
34364 Bra{
34365 \backslash
34366 psi
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 $\Bra{\psi}$
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" leftline="true" usebox="none">
34386 \begin_inset Text
34387
34388 \begin_layout Plain Layout
34389
34390 \backslash
34391 Ket{
34392 \backslash
34393 psi
34394 \end_layout
34395
34396 \end_inset
34397 </cell>
34398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34399 \begin_inset Text
34400
34401 \begin_layout Plain Layout
34402 \begin_inset Formula $\Ket{\psi}$
34403 \end_inset
34404
34405
34406 \end_layout
34407
34408 \end_inset
34409 </cell>
34410 </row>
34411 <row>
34412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34413 \begin_inset Text
34414
34415 \begin_layout Plain Layout
34416
34417 \backslash
34418 Braket{
34419 \backslash
34420 psi|
34421 \backslash
34422 phi
34423 \end_layout
34424
34425 \end_inset
34426 </cell>
34427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34428 \begin_inset Text
34429
34430 \begin_layout Plain Layout
34431 \begin_inset Formula $\Braket{\psi|\phi}$
34432 \end_inset
34433
34434
34435 \end_layout
34436
34437 \end_inset
34438 </cell>
34439 </row>
34440 </lyxtabular>
34441
34442 \end_inset
34443
34444
34445 \end_layout
34446
34447 \begin_layout Standard
34448 Der Befehl 
34449 \series bold
34450
34451 \backslash
34452 Braket
34453 \series default
34454  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
34455  Klammern gesetzt werden:
34456 \begin_inset Formula \[
34457 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34458
34459 \end_inset
34460
34461
34462 \begin_inset ERT
34463 status collapsed
34464
34465 \begin_layout Plain Layout
34466
34467
34468 \backslash
34469 else 
34470 \end_layout
34471
34472 \end_inset
34473
34474
34475 \begin_inset Note Note
34476 status open
34477
34478 \begin_layout Plain Layout
34479 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34480 \series bold
34481 braket
34482 \series default
34483  nicht installiert ist:
34484 \end_layout
34485
34486 \end_inset
34487
34488
34489 \end_layout
34490
34491 \begin_layout Standard
34492 Das LaTeX-Paket 
34493 \series bold
34494 braket 
34495 \series default
34496 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34497 \end_layout
34498
34499 \begin_layout Standard
34500 \begin_inset ERT
34501 status collapsed
34502
34503 \begin_layout Plain Layout
34504
34505
34506 \backslash
34507 fi 
34508 \end_layout
34509
34510 \end_inset
34511
34512
34513 \end_layout
34514
34515 \begin_layout Standard
34516 Der Effekt von 
34517 \series bold
34518
34519 \backslash
34520 Braket
34521 \series default
34522  kann auch mit dem Befehl 
34523 \series bold
34524
34525 \backslash
34526 middle
34527 \series default
34528  erzielt werden, der in 
34529 \begin_inset CommandInset ref
34530 LatexCommand ref
34531 reference "sub:Automatische-Klammergrößen"
34532
34533 \end_inset
34534
34535  beschrieben ist.
34536 \end_layout
34537
34538 \begin_layout Subsection
34539 Selbst definierte Brüche
34540 \begin_inset CommandInset label
34541 LatexCommand label
34542 name "sub:Selbstdefinierte-Brüche"
34543
34544 \end_inset
34545
34546
34547 \begin_inset Index
34548 status collapsed
34549
34550 \begin_layout Plain Layout
34551 Brüche ! selbstdefinierte
34552 \end_layout
34553
34554 \end_inset
34555
34556
34557 \end_layout
34558
34559 \begin_layout Standard
34560 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
34561 \series bold
34562
34563 \backslash
34564 genfrac
34565 \series default
34566
34567 \begin_inset Index
34568 status collapsed
34569
34570 \begin_layout Plain Layout
34571 Befehle ! G ! 
34572 \backslash
34573 genfrac
34574 \end_layout
34575
34576 \end_inset
34577
34578  in folgendem Schema:
34579 \end_layout
34580
34581 \begin_layout Standard
34582
34583 \series bold
34584
34585 \backslash
34586 genfrac{linke
34587 \series default
34588  
34589 \series bold
34590 Klammer}{rechte
34591 \series default
34592  
34593 \series bold
34594 Klammer}{Bruchstrichdicke}{Ansichtsstil}
34595 \begin_inset Newline newline
34596 \end_inset
34597
34598
34599 \begin_inset ERT
34600 status collapsed
34601
34602 \begin_layout Plain Layout
34603
34604
34605 \backslash
34606 phantom{
34607 \end_layout
34608
34609 \end_inset
34610
34611
34612 \backslash
34613 genfrac
34614 \begin_inset ERT
34615 status collapsed
34616
34617 \begin_layout Plain Layout
34618
34619 }
34620 \end_layout
34621
34622 \end_inset
34623
34624 {Zähler}{Nenner}
34625 \end_layout
34626
34627 \begin_layout Standard
34628 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
34629 \begin_inset space \thinspace{}
34630 \end_inset
34631
34632 -
34633 \begin_inset space \thinspace{}
34634 \end_inset
34635
34636 3 angegeben.
34637 \end_layout
34638
34639 \begin_layout Standard
34640 \align center
34641 \begin_inset Tabular
34642 <lyxtabular version="3" rows="5" columns="2">
34643 <features>
34644 <column alignment="center" valignment="top" width="0">
34645 <column alignment="center" valignment="top" width="0">
34646 <row>
34647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34648 \begin_inset Text
34649
34650 \begin_layout Plain Layout
34651 Nummer
34652 \end_layout
34653
34654 \end_inset
34655 </cell>
34656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34657 \begin_inset Text
34658
34659 \begin_layout Plain Layout
34660 Ansichtsstil
34661 \end_layout
34662
34663 \end_inset
34664 </cell>
34665 </row>
34666 <row>
34667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34668 \begin_inset Text
34669
34670 \begin_layout Plain Layout
34671 0
34672 \end_layout
34673
34674 \end_inset
34675 </cell>
34676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34677 \begin_inset Text
34678
34679 \begin_layout Plain Layout
34680 abgesetzte Formel
34681 \end_layout
34682
34683 \end_inset
34684 </cell>
34685 </row>
34686 <row>
34687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34688 \begin_inset Text
34689
34690 \begin_layout Plain Layout
34691 1
34692 \end_layout
34693
34694 \end_inset
34695 </cell>
34696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34697 \begin_inset Text
34698
34699 \begin_layout Plain Layout
34700 eingebettete Formel
34701 \end_layout
34702
34703 \end_inset
34704 </cell>
34705 </row>
34706 <row>
34707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34708 \begin_inset Text
34709
34710 \begin_layout Plain Layout
34711 2
34712 \end_layout
34713
34714 \end_inset
34715 </cell>
34716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34717 \begin_inset Text
34718
34719 \begin_layout Plain Layout
34720 klein
34721 \end_layout
34722
34723 \end_inset
34724 </cell>
34725 </row>
34726 <row>
34727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34728 \begin_inset Text
34729
34730 \begin_layout Plain Layout
34731 3
34732 \end_layout
34733
34734 \end_inset
34735 </cell>
34736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34737 \begin_inset Text
34738
34739 \begin_layout Plain Layout
34740 winzig
34741 \end_layout
34742
34743 \end_inset
34744 </cell>
34745 </row>
34746 </lyxtabular>
34747
34748 \end_inset
34749
34750
34751 \end_layout
34752
34753 \begin_layout Standard
34754 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
34755  
34756 \series bold
34757
34758 \backslash
34759 frac
34760 \series default
34761  der Umgebung an.
34762 \end_layout
34763
34764 \begin_layout Standard
34765 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
34766  0.4
34767 \begin_inset space \thinspace{}
34768 \end_inset
34769
34770 pt verwendet.
34771 \end_layout
34772
34773 \begin_layout Standard
34774 \begin_inset VSpace medskip
34775 \end_inset
34776
34777 Zum Beispiel sind die Befehle 
34778 \series bold
34779
34780 \backslash
34781 dfrac
34782 \series default
34783  und 
34784 \series bold
34785
34786 \backslash
34787 tbinom
34788 \series default
34789  aus 
34790 \begin_inset CommandInset ref
34791 LatexCommand ref
34792 reference "sub:Brüche"
34793
34794 \end_inset
34795
34796  folgendermaßen definiert:
34797 \end_layout
34798
34799 \begin_layout Standard
34800
34801 \series bold
34802
34803 \backslash
34804 newcommand{
34805 \backslash
34806 dfrac}[2]{
34807 \backslash
34808 genfrac{}{}{}{0}{#1}{#2}}
34809 \end_layout
34810
34811 \begin_layout Standard
34812 und
34813 \end_layout
34814
34815 \begin_layout Standard
34816
34817 \series bold
34818
34819 \backslash
34820 newcommand{
34821 \backslash
34822 tbinom}[2]{
34823 \backslash
34824 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34825 \end_layout
34826
34827 \begin_layout Standard
34828 \begin_inset VSpace medskip
34829 \end_inset
34830
34831 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
34832  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
34833 \end_layout
34834
34835 \begin_layout Standard
34836
34837 \series bold
34838
34839 \backslash
34840 newcommand{
34841 \backslash
34842 fracS}[3][]{
34843 \backslash
34844 genfrac{}{}{#1}{}{#2}{#3}}
34845 \end_layout
34846
34847 \begin_layout Standard
34848 Dazu ein Test:
34849 \begin_inset Formula \begin{align*}
34850 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34851 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
34852
34853 \end_inset
34854
34855 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
34856  in etwa der dreifachen Strichdicke.
34857 \end_layout
34858
34859 \begin_layout Subsection
34860 Durchgestrichene Formeln
34861 \begin_inset Index
34862 status collapsed
34863
34864 \begin_layout Plain Layout
34865 Formel ! durchgestrichene
34866 \end_layout
34867
34868 \end_inset
34869
34870
34871 \end_layout
34872
34873 \begin_layout Standard
34874 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
34875 \series bold
34876 cancel
34877 \series default
34878
34879 \begin_inset Foot
34880 status collapsed
34881
34882 \begin_layout Plain Layout
34883
34884 \series bold
34885 cancel
34886 \series default
34887  ist Teil jeder LaTeX-Standardinstallation.
34888 \end_layout
34889
34890 \end_inset
34891
34892
34893 \begin_inset Index
34894 status collapsed
34895
34896 \begin_layout Plain Layout
34897 Pakete ! cancel
34898 \end_layout
34899
34900 \end_inset
34901
34902  mit der LaTeX-Vorspannzeile
34903 \end_layout
34904
34905 \begin_layout Standard
34906
34907 \series bold
34908
34909 \backslash
34910 usepackage[samesize]{cancel}
34911 \end_layout
34912
34913 \begin_layout Standard
34914 geladen werden.
34915 \end_layout
34916
34917 \begin_layout Standard
34918 Es gibt vier verschiedene Arten durchzustreichen:
34919 \end_layout
34920
34921 \begin_layout Standard
34922 \align center
34923 \begin_inset Tabular
34924 <lyxtabular version="3" rows="5" columns="2">
34925 <features>
34926 <column alignment="center" valignment="top" width="0">
34927 <column alignment="center" valignment="top" width="0">
34928 <row>
34929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34930 \begin_inset Text
34931
34932 \begin_layout Plain Layout
34933 Befehl
34934 \end_layout
34935
34936 \end_inset
34937 </cell>
34938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34939 \begin_inset Text
34940
34941 \begin_layout Plain Layout
34942 Ergebnis
34943 \begin_inset Note Note
34944 status collapsed
34945
34946 \begin_layout Plain Layout
34947 Der Leerraum und 
34948 \series bold
34949
34950 \backslash
34951 raisebox
34952 \series default
34953  dienen nur als Abstandhalter.
34954 \end_layout
34955
34956 \end_inset
34957
34958
34959 \end_layout
34960
34961 \end_inset
34962 </cell>
34963 </row>
34964 <row>
34965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34966 \begin_inset Text
34967
34968 \begin_layout Plain Layout
34969
34970 \backslash
34971 cancel{
34972 \backslash
34973 int
34974 \begin_inset ERT
34975 status collapsed
34976
34977 \begin_layout Plain Layout
34978
34979
34980 \backslash
34981 leer 
34982 \end_layout
34983
34984 \end_inset
34985
34986 A=B
34987 \end_layout
34988
34989 \end_inset
34990 </cell>
34991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34992 \begin_inset Text
34993
34994 \begin_layout Plain Layout
34995 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34996 \end_inset
34997
34998
34999 \end_layout
35000
35001 \end_inset
35002 </cell>
35003 </row>
35004 <row>
35005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35006 \begin_inset Text
35007
35008 \begin_layout Plain Layout
35009
35010 \backslash
35011 bcancel{
35012 \backslash
35013 int
35014 \begin_inset ERT
35015 status collapsed
35016
35017 \begin_layout Plain Layout
35018
35019
35020 \backslash
35021 leer 
35022 \end_layout
35023
35024 \end_inset
35025
35026 A=B
35027 \end_layout
35028
35029 \end_inset
35030 </cell>
35031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35032 \begin_inset Text
35033
35034 \begin_layout Plain Layout
35035 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35036 \end_inset
35037
35038
35039 \end_layout
35040
35041 \end_inset
35042 </cell>
35043 </row>
35044 <row>
35045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35046 \begin_inset Text
35047
35048 \begin_layout Plain Layout
35049
35050 \backslash
35051 xcancel{
35052 \backslash
35053 int
35054 \begin_inset ERT
35055 status collapsed
35056
35057 \begin_layout Plain Layout
35058
35059
35060 \backslash
35061 leer 
35062 \end_layout
35063
35064 \end_inset
35065
35066 A=B
35067 \end_layout
35068
35069 \end_inset
35070 </cell>
35071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35072 \begin_inset Text
35073
35074 \begin_layout Plain Layout
35075 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35076 \end_inset
35077
35078
35079 \end_layout
35080
35081 \end_inset
35082 </cell>
35083 </row>
35084 <row>
35085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35086 \begin_inset Text
35087
35088 \begin_layout Plain Layout
35089
35090 \backslash
35091 cancelto{1
35092 \begin_inset Formula $\to$
35093 \end_inset
35094
35095
35096 \backslash
35097 {
35098 \backslash
35099 int
35100 \begin_inset ERT
35101 status collapsed
35102
35103 \begin_layout Plain Layout
35104
35105
35106 \backslash
35107 leer 
35108 \end_layout
35109
35110 \end_inset
35111
35112 A=B
35113 \end_layout
35114
35115 \end_inset
35116 </cell>
35117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35118 \begin_inset Text
35119
35120 \begin_layout Plain Layout
35121 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35122 \end_inset
35123
35124
35125 \end_layout
35126
35127 \end_inset
35128 </cell>
35129 </row>
35130 </lyxtabular>
35131
35132 \end_inset
35133
35134
35135 \end_layout
35136
35137 \begin_layout Standard
35138
35139 \series bold
35140
35141 \backslash
35142 cancelto
35143 \series default
35144  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
35145  will:
35146 \begin_inset Formula \[
35147 \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}}}\]
35148
35149 \end_inset
35150
35151
35152 \end_layout
35153
35154 \begin_layout Subsection
35155 Formeln in Überschriften
35156 \begin_inset CommandInset label
35157 LatexCommand label
35158 name "sub:Formeln-in-Überschriften"
35159
35160 \end_inset
35161
35162
35163 \begin_inset Index
35164 status collapsed
35165
35166 \begin_layout Plain Layout
35167 Formel ! in Überschriften
35168 \end_layout
35169
35170 \end_inset
35171
35172
35173 \end_layout
35174
35175 \begin_layout Standard
35176 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
35177 \end_layout
35178
35179 \begin_layout Standard
35180 \begin_inset Note Greyedout
35181 status open
35182
35183 \begin_layout Plain Layout
35184 Verwendet man 
35185 \series bold
35186 hyperref
35187 \series default
35188
35189 \begin_inset Index
35190 status collapsed
35191
35192 \begin_layout Plain Layout
35193 Pakete ! hyperref
35194 \end_layout
35195
35196 \end_inset
35197
35198  Unterstützung im den Dokumenteinstellungen unter 
35199 \family sans
35200 PDF-Eigenschaften
35201 \family default
35202 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
35203  erzeugt.
35204  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
35205  dargestellt.
35206  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
35207 \end_layout
35208
35209 \end_inset
35210
35211
35212 \end_layout
35213
35214 \begin_layout Standard
35215 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
35216  Kurztitel über das Menü 
35217 \family sans
35218 Einfügen\SpecialChar \menuseparator
35219 Kurztitel
35220 \family default
35221  einfügt.
35222  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
35223  um das Inhaltsverzeichnis übersichtlich zu halten.
35224  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
35225 chen.
35226 \end_layout
35227
35228 \begin_layout Standard
35229 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
35230 \series bold
35231 hyperref
35232 \series default
35233 , verwendet man im TeX-Modus den Befehl
35234 \end_layout
35235
35236 \begin_layout Standard
35237
35238 \series bold
35239
35240 \backslash
35241 texorpdfstring{Teil}{Alternative}
35242 \begin_inset Index
35243 status collapsed
35244
35245 \begin_layout Plain Layout
35246 Befehle ! T ! 
35247 \backslash
35248 texorpdfstring
35249 \end_layout
35250
35251 \end_inset
35252
35253
35254 \end_layout
35255
35256 \begin_layout Standard
35257 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
35258  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
35259  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
35260  soll.
35261 \end_layout
35262
35263 \begin_layout Standard
35264 Es folgen zwei Beispielüberschriften:
35265 \begin_inset VSpace -3mm
35266 \end_inset
35267
35268
35269 \begin_inset ERT
35270 status collapsed
35271
35272 \begin_layout Plain Layout
35273
35274
35275 \backslash
35276 boldmath 
35277 \end_layout
35278
35279 \end_inset
35280
35281
35282 \end_layout
35283
35284 \begin_layout Subsubsection
35285 Überschrift ohne Formel im Inhaltsverzeichnis 
35286 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35287 \end_inset
35288
35289
35290 \begin_inset OptArg
35291 status collapsed
35292
35293 \begin_layout Plain Layout
35294 Überschrift ohne Formel im Inhaltsverzeichnis
35295 \end_layout
35296
35297 \end_inset
35298
35299
35300 \end_layout
35301
35302 \begin_layout Subsubsection
35303 Überschrift mit Formel im Inhaltsverzeichnis
35304 \begin_inset ERT
35305 status collapsed
35306
35307 \begin_layout Plain Layout
35308
35309
35310 \backslash
35311 texorpdfstring{
35312 \end_layout
35313
35314 \end_inset
35315
35316  
35317 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35318 \end_inset
35319
35320
35321 \begin_inset ERT
35322 status collapsed
35323
35324 \begin_layout Plain Layout
35325
35326 }{}
35327 \end_layout
35328
35329 \end_inset
35330
35331
35332 \end_layout
35333
35334 \begin_layout Standard
35335 \begin_inset ERT
35336 status collapsed
35337
35338 \begin_layout Plain Layout
35339
35340
35341 \backslash
35342 unboldmath 
35343 \end_layout
35344
35345 \end_inset
35346
35347 In der ersten Überschrift wurde ein Kurztitel verwendet.
35348  In der zweiten 
35349 \series bold
35350
35351 \backslash
35352 texorpdfstring
35353 \series default
35354 .
35355 \end_layout
35356
35357 \begin_layout Standard
35358 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
35359  die komplette Überschrift in eine 
35360 \series bold
35361 boldmath
35362 \series default
35363 -Umgebung
35364 \begin_inset Foot
35365 status collapsed
35366
35367 \begin_layout Plain Layout
35368 siehe 
35369 \begin_inset CommandInset ref
35370 LatexCommand ref
35371 reference "sub:Fett-gedruckte-Formeln"
35372
35373 \end_inset
35374
35375
35376 \end_layout
35377
35378 \end_inset
35379
35380  gesetzt.
35381 \end_layout
35382
35383 \begin_layout Subsection
35384 Formeln im mehrspaltigen Text
35385 \begin_inset Index
35386 status collapsed
35387
35388 \begin_layout Plain Layout
35389 Formel ! im mehrspaltigen Text
35390 \end_layout
35391
35392 \end_inset
35393
35394
35395 \end_layout
35396
35397 \begin_layout Standard
35398 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
35399  müssen daher über die gesamte Seitenbreite gesetzt werden.
35400  Dazu verwendet man das LaTeX-Paket 
35401 \series bold
35402 multicol
35403 \series default
35404
35405 \begin_inset Foot
35406 status collapsed
35407
35408 \begin_layout Plain Layout
35409
35410 \series bold
35411 multicol
35412 \series default
35413  ist Teil jeder LaTeX-Standardinstallation.
35414 \end_layout
35415
35416 \end_inset
35417
35418
35419 \begin_inset Index
35420 status collapsed
35421
35422 \begin_layout Plain Layout
35423 Pakete ! multicol
35424 \end_layout
35425
35426 \end_inset
35427
35428 , das mit der LaTeX-Vorspannzeile
35429 \end_layout
35430
35431 \begin_layout Standard
35432
35433 \series bold
35434
35435 \backslash
35436 usepackage{multicol}
35437 \end_layout
35438
35439 \begin_layout Standard
35440 geladen wird.
35441 \end_layout
35442
35443 \begin_layout Standard
35444 \begin_inset Note Greyedout
35445 status open
35446
35447 \begin_layout Plain Layout
35448 Dabei ist zu beachten, dass im Menü 
35449 \family sans
35450 Dokument\SpecialChar \menuseparator
35451 Einstellungen
35452 \family default
35453  unter 
35454 \family sans
35455 Textformat
35456 \family default
35457  
35458 \emph on
35459 nicht
35460 \emph default
35461  
35462 \family sans
35463 Zweispaltiges
35464 \begin_inset space ~
35465 \end_inset
35466
35467 Dokument
35468 \family default
35469  ausgewählt sein darf.
35470 \end_layout
35471
35472 \end_inset
35473
35474
35475 \end_layout
35476
35477 \begin_layout Standard
35478 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
35479 \end_layout
35480
35481 \begin_layout Standard
35482
35483 \series bold
35484
35485 \backslash
35486 begin{multicols}{Spaltenanzahl}
35487 \end_layout
35488
35489 \begin_layout Standard
35490 wobei die Spaltenanzahl eine Zahl im Bereich 2
35491 \begin_inset space \thinspace{}
35492 \end_inset
35493
35494 -
35495 \begin_inset space \thinspace{}
35496 \end_inset
35497
35498 10 ist.
35499  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
35500 \end_layout
35501
35502 \begin_layout Standard
35503
35504 \series bold
35505
35506 \backslash
35507 end{multicols}
35508 \end_layout
35509
35510 \begin_layout Standard
35511 der im TeX-Modus eingegeben wird.
35512 \end_layout
35513
35514 \begin_layout Standard
35515 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
35516  Um dies rückgängig zu machen, fügt man vor der Formel -6
35517 \begin_inset space \thinspace{}
35518 \end_inset
35519
35520 mm vertikalen Leerraum ein.
35521  Ist der Formelstil 
35522 \series bold
35523 Eingerückt
35524 \begin_inset Foot
35525 status collapsed
35526
35527 \begin_layout Plain Layout
35528 Formelstile siehe 
35529 \begin_inset CommandInset ref
35530 LatexCommand ref
35531 reference "sec:Formelstile"
35532
35533 \end_inset
35534
35535
35536 \end_layout
35537
35538 \end_inset
35539
35540
35541 \series default
35542  gewählt, fügt man stattdessen -9
35543 \begin_inset space \thinspace{}
35544 \end_inset
35545
35546 mm Leerraum ein.
35547 \end_layout
35548
35549 \begin_layout Standard
35550 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
35551 \end_layout
35552
35553 \begin_layout Standard
35554 \begin_inset ERT
35555 status collapsed
35556
35557 \begin_layout Plain Layout
35558
35559
35560 \backslash
35561 begin{multicols}{2}
35562 \end_layout
35563
35564 \end_inset
35565
35566 Das Spektrum wird fouriertransformiert.
35567  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35568 , Lösungsmittel) zu trennen.
35569  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35570  nun das Aussehen des Ausgangssignals.
35571  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35572  über alle Phasen integrieren muss.
35573  Sei nun 
35574 \begin_inset Formula $S$
35575 \end_inset
35576
35577  unser normiertes Ausgangssignal und 
35578 \begin_inset Formula $P$
35579 \end_inset
35580
35581  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35582 \begin_inset ERT
35583 status collapsed
35584
35585 \begin_layout Plain Layout
35586
35587
35588 \backslash
35589 end{multicols}
35590 \end_layout
35591
35592 \end_inset
35593
35594
35595 \begin_inset VSpace -6mm
35596 \end_inset
35597
35598
35599 \begin_inset Formula \begin{equation}
35600 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35601
35602 \end_inset
35603
35604
35605 \begin_inset ERT
35606 status collapsed
35607
35608 \begin_layout Plain Layout
35609
35610
35611 \backslash
35612 begin{multicols}{2}
35613 \end_layout
35614
35615 \end_inset
35616
35617 wobei 
35618 \begin_inset Formula $S_{0}$
35619 \end_inset
35620
35621  das Signal ohne Gradient ist und die Normierungsbedingung 
35622 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35623 \end_inset
35624
35625  gilt.
35626  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35627  Direkt nach dem 
35628 \begin_inset Formula $\nicefrac{\pi}{2}$
35629 \end_inset
35630
35631
35632 \begin_inset space \thinspace{}
35633 \end_inset
35634
35635 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35636  das Signal zusätzlich abschwächt.
35637  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35638  
35639 \begin_inset Formula $T_{2}$
35640 \end_inset
35641
35642 -Zeit.
35643 \end_layout
35644
35645 \begin_layout Standard
35646 \begin_inset ERT
35647 status collapsed
35648
35649 \begin_layout Plain Layout
35650
35651
35652 \backslash
35653 end{multicols}
35654 \end_layout
35655
35656 \end_inset
35657
35658  
35659 \end_layout
35660
35661 \begin_layout Subsection
35662 Formeln mit Beschreibung der Variablen
35663 \begin_inset Index
35664 status collapsed
35665
35666 \begin_layout Plain Layout
35667 Formel ! mit Variablenbeschreibung
35668 \end_layout
35669
35670 \end_inset
35671
35672
35673 \end_layout
35674
35675 \begin_layout Standard
35676 Möchte man wie in Formel 
35677 \begin_inset CommandInset ref
35678 LatexCommand eqref
35679 reference "eq:innerhalb"
35680
35681 \end_inset
35682
35683 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
35684 \series bold
35685 ×
35686 \series default
35687
35688 \begin_inset Formula $n$
35689 \end_inset
35690
35691
35692 \begin_inset space ~
35693 \end_inset
35694
35695 Matrix mit links ausgerichteten Spalten für die verwendeten 
35696 \begin_inset Formula $n$
35697 \end_inset
35698
35699  Variablen.
35700 \begin_inset Foot
35701 status collapsed
35702
35703 \begin_layout Plain Layout
35704 Matrizen siehe 
35705 \begin_inset CommandInset ref
35706 LatexCommand ref
35707 reference "sec:Matrizen"
35708
35709 \end_inset
35710
35711
35712 \end_layout
35713
35714 \end_inset
35715
35716  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
35717 \begin_inset space \thinspace{}
35718 \end_inset
35719
35720 B.
35721  den Befehl 
35722 \series bold
35723
35724 \backslash
35725 footnotesize
35726 \series default
35727  ein.
35728 \begin_inset Foot
35729 status collapsed
35730
35731 \begin_layout Plain Layout
35732 Schriftgrößen siehe 
35733 \begin_inset CommandInset ref
35734 LatexCommand ref
35735 reference "sub:Schriftgrößen"
35736
35737 \end_inset
35738
35739
35740 \end_layout
35741
35742 \end_inset
35743
35744
35745 \end_layout
35746
35747 \begin_layout Standard
35748 Wird der Formelstil 
35749 \series bold
35750 Eingerückt
35751 \begin_inset Foot
35752 status collapsed
35753
35754 \begin_layout Plain Layout
35755 Formelstile siehe 
35756 \begin_inset CommandInset ref
35757 LatexCommand ref
35758 reference "sec:Formelstile"
35759
35760 \end_inset
35761
35762
35763 \end_layout
35764
35765 \end_inset
35766
35767
35768 \series default
35769  verwendet, fügt man vor und nach der Matrix ein 
35770 \series bold
35771
35772 \backslash
35773 hfill
35774 \series default
35775
35776 \begin_inset Foot
35777 status collapsed
35778
35779 \begin_layout Plain Layout
35780
35781 \series bold
35782
35783 \backslash
35784 hfill
35785 \series default
35786  wirkt nur in Formeln mit dem Stil 
35787 \series bold
35788 Eingerückt
35789 \series default
35790 , siehe 
35791 \begin_inset CommandInset ref
35792 LatexCommand ref
35793 reference "sub:Variabler-Leerraum"
35794
35795 \end_inset
35796
35797 .
35798 \end_layout
35799
35800 \end_inset
35801
35802  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
35803  gleich ist.
35804 \end_layout
35805
35806 \begin_layout Standard
35807 Ist der Formelstil 
35808 \series bold
35809 Zentriert
35810 \series default
35811  gewählt, nutzt man die in 
35812 \begin_inset CommandInset ref
35813 LatexCommand ref
35814 reference "sub:Flalign-Umgebung"
35815
35816 \end_inset
35817
35818  beschriebene Möglichkeit, Formeln einzurücken.
35819  Formel 
35820 \begin_inset CommandInset ref
35821 LatexCommand eqref
35822 reference "eq:innerhalb"
35823
35824 \end_inset
35825
35826  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
35827  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
35828 \begin_inset Formula \begin{flalign}
35829 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35830 \rho & \textrm{Dichte}\\
35831 V & \textrm{Volumen}\\
35832 g & \textrm{Fallbeschleunigung}\end{array} &  & {}\label{eq:innerhalb}\end{flalign}
35833
35834 \end_inset
35835
35836
35837 \end_layout
35838
35839 \begin_layout Subsection
35840 Aufrechte kleine griechische Buchstaben
35841 \begin_inset CommandInset label
35842 LatexCommand label
35843 name "sub:Aufrechte-kleine-griechische"
35844
35845 \end_inset
35846
35847
35848 \begin_inset Index
35849 status collapsed
35850
35851 \begin_layout Plain Layout
35852 griechische Buchstaben ! aufrechte
35853 \end_layout
35854
35855 \end_inset
35856
35857
35858 \end_layout
35859
35860 \begin_layout Standard
35861 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
35862  zur Verfügung.
35863  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
35864  aufrechte griechische Buchstaben benötigt.
35865  Die Datei 
35866 \series bold
35867 upgreek.sty
35868 \series default
35869
35870 \begin_inset Foot
35871 status collapsed
35872
35873 \begin_layout Plain Layout
35874
35875 \series bold
35876 upgreek
35877 \series default
35878  ist Teil des LaTeX-Paketes 
35879 \series bold
35880 was
35881 \series default
35882
35883 \begin_inset Index
35884 status collapsed
35885
35886 \begin_layout Plain Layout
35887 Pakete ! was
35888 \begin_inset ERT
35889 status collapsed
35890
35891 \begin_layout Plain Layout
35892
35893
35894 \backslash
35895 vspace{4mm}
35896 \end_layout
35897
35898 \end_inset
35899
35900
35901 \end_layout
35902
35903 \end_inset
35904
35905 .
35906 \end_layout
35907
35908 \end_inset
35909
35910
35911 \begin_inset Index
35912 status collapsed
35913
35914 \begin_layout Plain Layout
35915 Pakete ! upgreek
35916 \end_layout
35917
35918 \end_inset
35919
35920 , die mit der LaTeX-Vorspannzeile
35921 \end_layout
35922
35923 \begin_layout Standard
35924
35925 \series bold
35926
35927 \backslash
35928 usepackage{upgreek}
35929 \end_layout
35930
35931 \begin_layout Standard
35932 geladen wird, stellt diese Buchstaben zur Verfügung.
35933  
35934 \begin_inset ERT
35935 status collapsed
35936
35937 \begin_layout Plain Layout
35938
35939
35940 \backslash
35941 ifupgreek 
35942 \end_layout
35943
35944 \end_inset
35945
35946
35947 \begin_inset Note Note
35948 status open
35949
35950 \begin_layout Plain Layout
35951 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
35952 \series bold
35953 upgreek
35954 \series default
35955  installiert ist:
35956 \end_layout
35957
35958 \end_inset
35959
35960  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
35961  
35962 \series bold
35963 up
35964 \series default
35965  begonnen wird.
35966  So erzeugt z.
35967 \begin_inset space \thinspace{}
35968 \end_inset
35969
35970 B.
35971  der Befehl 
35972 \series bold
35973
35974 \backslash
35975 uptau
35976 \series default
35977  dies: 
35978 \begin_inset Formula $\uptau$
35979 \end_inset
35980
35981
35982 \end_layout
35983
35984 \begin_layout Standard
35985 Damit kann man Elementarteilchenreaktionen erstellen:
35986 \begin_inset Formula \[
35987 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
35988
35989 \end_inset
35990
35991
35992 \end_layout
35993
35994 \begin_layout Standard
35995 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
35996  Sie sollten daher nicht für Einheiten wie 
35997 \begin_inset Quotes gld
35998 \end_inset
35999
36000 µm
36001 \begin_inset Quotes grd
36002 \end_inset
36003
36004  verwendet werden.
36005 \end_layout
36006
36007 \begin_layout Standard
36008 \begin_inset ERT
36009 status collapsed
36010
36011 \begin_layout Plain Layout
36012
36013
36014 \backslash
36015 else 
36016 \end_layout
36017
36018 \end_inset
36019
36020
36021 \begin_inset Note Note
36022 status open
36023
36024 \begin_layout Plain Layout
36025 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
36026 \series bold
36027 upgreek
36028 \series default
36029  nicht installiert ist:
36030 \end_layout
36031
36032 \end_inset
36033
36034
36035 \end_layout
36036
36037 \begin_layout Standard
36038 Das LaTeX-Paket 
36039 \series bold
36040 upgreek 
36041 \series default
36042 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36043 \end_layout
36044
36045 \begin_layout Standard
36046 \begin_inset ERT
36047 status collapsed
36048
36049 \begin_layout Plain Layout
36050
36051
36052 \backslash
36053 fi 
36054 \end_layout
36055
36056 \end_inset
36057
36058
36059 \end_layout
36060
36061 \begin_layout Subsection
36062 Textzeichen in Formeln
36063 \begin_inset CommandInset label
36064 LatexCommand label
36065 name "sub:Textzeichen-in-Formeln"
36066
36067 \end_inset
36068
36069
36070 \begin_inset Index
36071 status collapsed
36072
36073 \begin_layout Plain Layout
36074 Text ! in Formeln
36075 \end_layout
36076
36077 \end_inset
36078
36079
36080 \end_layout
36081
36082 \begin_layout Standard
36083 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
36084  Benötigt man z.
36085 \begin_inset space \thinspace{}
36086 \end_inset
36087
36088 B.
36089  den mittigen Punkt · in Formeln wie 
36090 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36091 \end_inset
36092
36093 , müsste man dafür jedes Mal den Befehl 
36094 \series bold
36095
36096 \backslash
36097 cdot
36098 \series default
36099  eingeben
36100 \begin_inset Foot
36101 status collapsed
36102
36103 \begin_layout Plain Layout
36104 siehe 
36105 \begin_inset CommandInset ref
36106 LatexCommand ref
36107 reference "sub:Binäre-Operatoren"
36108
36109 \end_inset
36110
36111
36112 \end_layout
36113
36114 \end_inset
36115
36116 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
36117  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
36118 \end_layout
36119
36120 \begin_layout Standard
36121
36122 \series bold
36123
36124 \backslash
36125 DeclareInputText{183}{
36126 \backslash
36127 ifmmode
36128 \backslash
36129 cdot
36130 \backslash
36131 else
36132 \backslash
36133 textperiodcentered
36134 \backslash
36135 f\SpecialChar \textcompwordmark{}
36136 i}
36137 \end_layout
36138
36139 \begin_layout Standard
36140 Die Zeichenkodierung (Menü 
36141 \family sans
36142 Dokument\SpecialChar \menuseparator
36143 Einstellungen\SpecialChar \menuseparator
36144 Sprache
36145 \family default
36146 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
36147  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
36148 \series bold
36149
36150 \backslash
36151 textperiodcentered
36152 \series default
36153  verwendet.
36154  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
36155  LaTeX-Fehlern kommen würde.
36156  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
36157  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
36158  nicht.
36159 \end_layout
36160
36161 \begin_layout Standard
36162 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
36163  Z.
36164 \begin_inset space \thinspace{}
36165 \end_inset
36166
36167 B.
36168  ist die Kodierung 
36169 \series bold
36170 latin9
36171 \series default
36172  in der Datei 
36173 \series bold
36174 latin9.def
36175 \series default
36176  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
36177  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
36178 eien geändert werden.
36179  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
36180  nicht ohne Weiteres bearbeitet werden.
36181 \end_layout
36182
36183 \begin_layout Standard
36184 \begin_inset VSpace medskip
36185 \end_inset
36186
36187 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
36188  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
36189  Formel eingegeben werden können:
36190 \end_layout
36191
36192 \begin_layout Standard
36193
36194 \series bold
36195
36196 \backslash
36197 DeclareInputText{176}{
36198 \backslash
36199 ifmmode^
36200 \backslash
36201 circ
36202 \backslash
36203 else
36204 \backslash
36205 textdegree
36206 \backslash
36207 f\SpecialChar \textcompwordmark{}
36208 i}
36209 \end_layout
36210
36211 \begin_layout Standard
36212 \begin_inset Newpage newpage
36213 \end_inset
36214
36215
36216 \end_layout
36217
36218 \begin_layout Section
36219 \start_of_appendix
36220 Typographische Hinweise
36221 \begin_inset Index
36222 status collapsed
36223
36224 \begin_layout Plain Layout
36225 Typographische Hinweise
36226 \end_layout
36227
36228 \end_inset
36229
36230
36231 \end_layout
36232
36233 \begin_layout Standard
36234 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
36235  Regeln, die teilweise auch im Duden 
36236 \begin_inset CommandInset citation
36237 LatexCommand cite
36238 key "Duden"
36239
36240 \end_inset
36241
36242  unter 
36243 \family typewriter
36244 Textverarbeitung
36245 \family default
36246  aufgelistet sind.
36247  Weitere Regeln sind in 
36248 \begin_inset CommandInset citation
36249 LatexCommand cite
36250 key "Checklist"
36251
36252 \end_inset
36253
36254  zu finden.
36255 \end_layout
36256
36257 \begin_layout Itemize
36258 Physikalische Einheiten werden 
36259 \emph on
36260 immer
36261 \emph default
36262  aufrecht gesetzt
36263 \begin_inset Foot
36264 status collapsed
36265
36266 \begin_layout Plain Layout
36267 wird durch Schriftstile erreicht, siehe 
36268 \begin_inset CommandInset ref
36269 LatexCommand ref
36270 reference "sub:Schriftstile"
36271
36272 \end_inset
36273
36274
36275 \end_layout
36276
36277 \end_inset
36278
36279 , egal ob sie sich in einem kursiven Text befinden: 30
36280 \begin_inset space \thinspace{}
36281 \end_inset
36282
36283 km/h
36284 \begin_inset Newline newline
36285 \end_inset
36286
36287 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
36288 \begin_inset CommandInset ref
36289 LatexCommand ref
36290 reference "sub:Vordefinierter-Leerraum"
36291
36292 \end_inset
36293
36294 .
36295 \begin_inset Newline newline
36296 \end_inset
36297
36298 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
36299 \series bold
36300
36301 \backslash
36302 unittwo
36303 \series default
36304  verwendet.
36305  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
36306  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
36307  erhält wie oben: 
36308 \begin_inset Formula $\unit[30]{km/h}$
36309 \end_inset
36310
36311
36312 \begin_inset space \thinspace{}
36313 \end_inset
36314
36315 .
36316  Zu beachten ist, dass 
36317 \series bold
36318
36319 \backslash
36320 unittwo
36321 \series default
36322  kein echter LaTeX-Befehl, sondern der Befehl 
36323 \series bold
36324
36325 \backslash
36326 unit[Wert]{Einheit}
36327 \series default
36328  ist, daher kann man ihn nicht im TeX-Code benutzen.
36329 \end_layout
36330
36331 \begin_layout Itemize
36332 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
36333 \begin_inset Newline newline
36334 \end_inset
36335
36336 1,2
36337 \begin_inset space \thinspace{}
36338 \end_inset
36339
36340 ‰ Alkohol im Blut
36341 \begin_inset Newline newline
36342 \end_inset
36343
36344 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
36345  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
36346 \end_layout
36347
36348 \begin_layout Itemize
36349 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
36350  wird in einer Einheit verwendet: 15
36351 \begin_inset space \thinspace{}
36352 \end_inset
36353
36354 °C
36355 \end_layout
36356
36357 \begin_layout Itemize
36358 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
36359  Ziffer der kleinste Leerraum eingefügt: 18
36360 \begin_inset space \thinspace{}
36361 \end_inset
36362
36363 473
36364 \begin_inset space \thinspace{}
36365 \end_inset
36366
36367 588
36368 \end_layout
36369
36370 \begin_layout Itemize
36371 Für Bemaßungen wie z.
36372 \begin_inset space \thinspace{}
36373 \end_inset
36374
36375 B.
36376  120×90×40
36377 \begin_inset space \thinspace{}
36378 \end_inset
36379
36380 cm, verwendet man das gelegte Kreuz 
36381 \begin_inset Quotes gld
36382 \end_inset
36383
36384 ×
36385 \begin_inset Quotes grd
36386 \end_inset
36387
36388 , dass entweder über den Befehl 
36389 \series bold
36390
36391 \backslash
36392 times
36393 \series default
36394  oder über das Menü 
36395 \family sans
36396 Einfügen\SpecialChar \menuseparator
36397 Sonderzeichen\SpecialChar \menuseparator
36398 Symbole
36399 \family default
36400  verfügbar ist.
36401 \end_layout
36402
36403 \begin_layout Itemize
36404 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
36405  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
36406 \begin_inset space \thinspace{}
36407 \end_inset
36408
36409 6.
36410 \begin_inset space ~
36411 \end_inset
36412
36413 1979
36414 \end_layout
36415
36416 \begin_layout Itemize
36417 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
36418  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
36419 \begin_inset CommandInset ref
36420 LatexCommand ref
36421 reference "sub:Vordefinierte-Funktionen"
36422
36423 \end_inset
36424
36425 .
36426 \end_layout
36427
36428 \begin_layout Itemize
36429 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
36430  
36431 \begin_inset Formula $E_{\mathrm{kin}}$
36432 \end_inset
36433
36434
36435 \begin_inset Newline newline
36436 \end_inset
36437
36438 Komponenten von Matrizen werden kursiv gesetzt: 
36439 \begin_inset Formula $\hat{H}_{kl}$
36440 \end_inset
36441
36442
36443 \end_layout
36444
36445 \begin_layout Itemize
36446 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
36447  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
36448  Variablen zu verwechseln.
36449 \end_layout
36450
36451 \begin_layout Itemize
36452 Das Symbol für eine 
36453 \noun on
36454 Fourier
36455 \noun default
36456 -Transformation kann entweder mit dem Befehl 
36457 \series bold
36458
36459 \backslash
36460 mathscr
36461 \begin_inset ERT
36462 status collapsed
36463
36464 \begin_layout Plain Layout
36465
36466
36467 \backslash
36468 leer 
36469 \end_layout
36470
36471 \end_inset
36472
36473
36474 \backslash
36475 {F
36476 \series default
36477
36478 \begin_inset Index
36479 status collapsed
36480
36481 \begin_layout Plain Layout
36482 Befehle ! M ! 
36483 \backslash
36484 mathscr
36485 \end_layout
36486
36487 \end_inset
36488
36489  oder über das Menü 
36490 \family sans
36491 Einfügen\SpecialChar \menuseparator
36492 Sonderzeichen\SpecialChar \menuseparator
36493 Symbole\SpecialChar \menuseparator
36494 Buchstabenähnliche
36495 \begin_inset space ~
36496 \end_inset
36497
36498 Symbole
36499 \family default
36500  eingefügt werden: 
36501 \begin_inset Formula $\mathscr{F}$
36502 \end_inset
36503
36504
36505 \begin_inset Newline newline
36506 \end_inset
36507
36508 Um den Befehl 
36509 \series bold
36510
36511 \backslash
36512 mathscr
36513 \series default
36514  benutzen zu können, muss das LaTeX-Paket 
36515 \series bold
36516 mathrsfs
36517 \series default
36518
36519 \begin_inset Index
36520 status collapsed
36521
36522 \begin_layout Plain Layout
36523 Pakete ! mathrsfs
36524 \end_layout
36525
36526 \end_inset
36527
36528  mit der LaTeX-Vorspannzeile 
36529 \series bold
36530
36531 \backslash
36532 usepackage{mathrsfs}
36533 \series default
36534  geladen werden.
36535 \end_layout
36536
36537 \begin_layout Standard
36538 \begin_inset Newpage newpage
36539 \end_inset
36540
36541
36542 \end_layout
36543
36544 \begin_layout Section
36545 Synonyme
36546 \begin_inset Index
36547 status collapsed
36548
36549 \begin_layout Plain Layout
36550 Synonyme
36551 \end_layout
36552
36553 \end_inset
36554
36555
36556 \end_layout
36557
36558 \begin_layout Standard
36559 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
36560  Hier ist eine Übersicht der Synonymbefehle:
36561 \end_layout
36562
36563 \begin_layout Standard
36564 \begin_inset VSpace bigskip
36565 \end_inset
36566
36567
36568 \begin_inset space \hfill{}
36569 \end_inset
36570
36571
36572 \begin_inset Tabular
36573 <lyxtabular version="3" rows="12" columns="2">
36574 <features>
36575 <column alignment="center" valignment="top" width="0pt">
36576 <column alignment="center" valignment="top" width="0pt">
36577 <row>
36578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36579 \begin_inset Text
36580
36581 \begin_layout Plain Layout
36582 Befehl
36583 \end_layout
36584
36585 \end_inset
36586 </cell>
36587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36588 \begin_inset Text
36589
36590 \begin_layout Plain Layout
36591 äquivalent zu
36592 \begin_inset Note Note
36593 status collapsed
36594
36595 \begin_layout Plain Layout
36596
36597 \series bold
36598
36599 \backslash
36600 raisebox
36601 \series default
36602  dient nur als Abstandhalter.
36603 \end_layout
36604
36605 \end_inset
36606
36607
36608 \end_layout
36609
36610 \end_inset
36611 </cell>
36612 </row>
36613 <row>
36614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36615 \begin_inset Text
36616
36617 \begin_layout Plain Layout
36618
36619 \backslash
36620 ast
36621 \end_layout
36622
36623 \end_inset
36624 </cell>
36625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36626 \begin_inset Text
36627
36628 \begin_layout Plain Layout
36629 \begin_inset ERT
36630 status collapsed
36631
36632 \begin_layout Plain Layout
36633
36634
36635 \backslash
36636 raisebox{-1.2mm}{
36637 \end_layout
36638
36639 \end_inset
36640
36641 *
36642 \begin_inset ERT
36643 status collapsed
36644
36645 \begin_layout Plain Layout
36646
36647 }
36648 \end_layout
36649
36650 \end_inset
36651
36652
36653 \end_layout
36654
36655 \end_inset
36656 </cell>
36657 </row>
36658 <row>
36659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36660 \begin_inset Text
36661
36662 \begin_layout Plain Layout
36663
36664 \backslash
36665 choose
36666 \end_layout
36667
36668 \end_inset
36669 </cell>
36670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36671 \begin_inset Text
36672
36673 \begin_layout Plain Layout
36674
36675 \backslash
36676 binom
36677 \end_layout
36678
36679 \end_inset
36680 </cell>
36681 </row>
36682 <row>
36683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36684 \begin_inset Text
36685
36686 \begin_layout Plain Layout
36687
36688 \backslash
36689 geq
36690 \end_layout
36691
36692 \end_inset
36693 </cell>
36694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36695 \begin_inset Text
36696
36697 \begin_layout Plain Layout
36698
36699 \backslash
36700 ge
36701 \end_layout
36702
36703 \end_inset
36704 </cell>
36705 </row>
36706 <row>
36707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36708 \begin_inset Text
36709
36710 \begin_layout Plain Layout
36711
36712 \backslash
36713 lbrace
36714 \end_layout
36715
36716 \end_inset
36717 </cell>
36718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36719 \begin_inset Text
36720
36721 \begin_layout Plain Layout
36722 {
36723 \end_layout
36724
36725 \end_inset
36726 </cell>
36727 </row>
36728 <row>
36729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36730 \begin_inset Text
36731
36732 \begin_layout Plain Layout
36733
36734 \backslash
36735 lbracket
36736 \end_layout
36737
36738 \end_inset
36739 </cell>
36740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36741 \begin_inset Text
36742
36743 \begin_layout Plain Layout
36744 [
36745 \end_layout
36746
36747 \end_inset
36748 </cell>
36749 </row>
36750 <row>
36751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36752 \begin_inset Text
36753
36754 \begin_layout Plain Layout
36755
36756 \backslash
36757 leftarrow
36758 \end_layout
36759
36760 \end_inset
36761 </cell>
36762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36763 \begin_inset Text
36764
36765 \begin_layout Plain Layout
36766
36767 \backslash
36768 gets
36769 \end_layout
36770
36771 \end_inset
36772 </cell>
36773 </row>
36774 <row>
36775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36776 \begin_inset Text
36777
36778 \begin_layout Plain Layout
36779
36780 \backslash
36781 leq
36782 \end_layout
36783
36784 \end_inset
36785 </cell>
36786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36787 \begin_inset Text
36788
36789 \begin_layout Plain Layout
36790
36791 \backslash
36792 le
36793 \end_layout
36794
36795 \end_inset
36796 </cell>
36797 </row>
36798 <row>
36799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36800 \begin_inset Text
36801
36802 \begin_layout Plain Layout
36803
36804 \backslash
36805 lor
36806 \end_layout
36807
36808 \end_inset
36809 </cell>
36810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36811 \begin_inset Text
36812
36813 \begin_layout Plain Layout
36814
36815 \backslash
36816 vee
36817 \end_layout
36818
36819 \end_inset
36820 </cell>
36821 </row>
36822 <row>
36823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36824 \begin_inset Text
36825
36826 \begin_layout Plain Layout
36827
36828 \backslash
36829 neq
36830 \end_layout
36831
36832 \end_inset
36833 </cell>
36834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36835 \begin_inset Text
36836
36837 \begin_layout Plain Layout
36838
36839 \backslash
36840 not=
36841 \end_layout
36842
36843 \end_inset
36844 </cell>
36845 </row>
36846 <row>
36847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36848 \begin_inset Text
36849
36850 \begin_layout Plain Layout
36851
36852 \backslash
36853 slash
36854 \end_layout
36855
36856 \end_inset
36857 </cell>
36858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36859 \begin_inset Text
36860
36861 \begin_layout Plain Layout
36862 /
36863 \end_layout
36864
36865 \end_inset
36866 </cell>
36867 </row>
36868 <row>
36869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36870 \begin_inset Text
36871
36872 \begin_layout Plain Layout
36873
36874 \backslash
36875 vert
36876 \end_layout
36877
36878 \end_inset
36879 </cell>
36880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36881 \begin_inset Text
36882
36883 \begin_layout Plain Layout
36884 |
36885 \end_layout
36886
36887 \end_inset
36888 </cell>
36889 </row>
36890 </lyxtabular>
36891
36892 \end_inset
36893
36894
36895 \begin_inset space \hfill{}
36896 \end_inset
36897
36898
36899 \begin_inset Tabular
36900 <lyxtabular version="3" rows="12" columns="2">
36901 <features>
36902 <column alignment="center" valignment="top" width="0pt">
36903 <column alignment="center" valignment="top" width="0pt">
36904 <row>
36905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36906 \begin_inset Text
36907
36908 \begin_layout Plain Layout
36909 Befehl
36910 \end_layout
36911
36912 \end_inset
36913 </cell>
36914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36915 \begin_inset Text
36916
36917 \begin_layout Plain Layout
36918 äquivalent zu
36919 \end_layout
36920
36921 \end_inset
36922 </cell>
36923 </row>
36924 <row>
36925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36926 \begin_inset Text
36927
36928 \begin_layout Plain Layout
36929
36930 \backslash
36931 backslash
36932 \end_layout
36933
36934 \end_inset
36935 </cell>
36936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36937 \begin_inset Text
36938
36939 \begin_layout Plain Layout
36940
36941 \backslash
36942
36943 \backslash
36944
36945 \end_layout
36946
36947 \end_inset
36948 </cell>
36949 </row>
36950 <row>
36951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36952 \begin_inset Text
36953
36954 \begin_layout Plain Layout
36955
36956 \backslash
36957 dasharrow
36958 \end_layout
36959
36960 \end_inset
36961 </cell>
36962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36963 \begin_inset Text
36964
36965 \begin_layout Plain Layout
36966
36967 \backslash
36968 dashrightarrow
36969 \end_layout
36970
36971 \end_inset
36972 </cell>
36973 </row>
36974 <row>
36975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36976 \begin_inset Text
36977
36978 \begin_layout Plain Layout
36979
36980 \backslash
36981 land
36982 \end_layout
36983
36984 \end_inset
36985 </cell>
36986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36987 \begin_inset Text
36988
36989 \begin_layout Plain Layout
36990
36991 \backslash
36992 wedge
36993 \end_layout
36994
36995 \end_inset
36996 </cell>
36997 </row>
36998 <row>
36999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37000 \begin_inset Text
37001
37002 \begin_layout Plain Layout
37003
37004 \backslash
37005 rbrace
37006 \end_layout
37007
37008 \end_inset
37009 </cell>
37010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37011 \begin_inset Text
37012
37013 \begin_layout Plain Layout
37014 }
37015 \end_layout
37016
37017 \end_inset
37018 </cell>
37019 </row>
37020 <row>
37021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37022 \begin_inset Text
37023
37024 \begin_layout Plain Layout
37025
37026 \backslash
37027 rbracket
37028 \end_layout
37029
37030 \end_inset
37031 </cell>
37032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37033 \begin_inset Text
37034
37035 \begin_layout Plain Layout
37036 ]
37037 \end_layout
37038
37039 \end_inset
37040 </cell>
37041 </row>
37042 <row>
37043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37044 \begin_inset Text
37045
37046 \begin_layout Plain Layout
37047
37048 \backslash
37049 rightarrow
37050 \end_layout
37051
37052 \end_inset
37053 </cell>
37054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37055 \begin_inset Text
37056
37057 \begin_layout Plain Layout
37058
37059 \backslash
37060 to
37061 \end_layout
37062
37063 \end_inset
37064 </cell>
37065 </row>
37066 <row>
37067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37068 \begin_inset Text
37069
37070 \begin_layout Plain Layout
37071
37072 \backslash
37073 lnot
37074 \end_layout
37075
37076 \end_inset
37077 </cell>
37078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37079 \begin_inset Text
37080
37081 \begin_layout Plain Layout
37082
37083 \backslash
37084 neg
37085 \end_layout
37086
37087 \end_inset
37088 </cell>
37089 </row>
37090 <row>
37091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37092 \begin_inset Text
37093
37094 \begin_layout Plain Layout
37095
37096 \backslash
37097 ne
37098 \end_layout
37099
37100 \end_inset
37101 </cell>
37102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37103 \begin_inset Text
37104
37105 \begin_layout Plain Layout
37106
37107 \backslash
37108 not=
37109 \end_layout
37110
37111 \end_inset
37112 </cell>
37113 </row>
37114 <row>
37115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37116 \begin_inset Text
37117
37118 \begin_layout Plain Layout
37119
37120 \backslash
37121 owns
37122 \end_layout
37123
37124 \end_inset
37125 </cell>
37126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37127 \begin_inset Text
37128
37129 \begin_layout Plain Layout
37130
37131 \backslash
37132 ni
37133 \end_layout
37134
37135 \end_inset
37136 </cell>
37137 </row>
37138 <row>
37139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37140 \begin_inset Text
37141
37142 \begin_layout Plain Layout
37143
37144 \backslash
37145 square
37146 \end_layout
37147
37148 \end_inset
37149 </cell>
37150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37151 \begin_inset Text
37152
37153 \begin_layout Plain Layout
37154
37155 \backslash
37156 Box
37157 \end_layout
37158
37159 \end_inset
37160 </cell>
37161 </row>
37162 <row>
37163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37164 \begin_inset Text
37165
37166 \begin_layout Plain Layout
37167
37168 \backslash
37169 Vert
37170 \end_layout
37171
37172 \end_inset
37173 </cell>
37174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37175 \begin_inset Text
37176
37177 \begin_layout Plain Layout
37178
37179 \backslash
37180 |
37181 \end_layout
37182
37183 \end_inset
37184 </cell>
37185 </row>
37186 </lyxtabular>
37187
37188 \end_inset
37189
37190
37191 \begin_inset space \hfill{}
37192 \end_inset
37193
37194
37195 \end_layout
37196
37197 \begin_layout Standard
37198 \begin_inset Newpage newpage
37199 \end_inset
37200
37201
37202 \end_layout
37203
37204 \begin_layout Bibliography
37205 \begin_inset CommandInset bibitem
37206 LatexCommand bibitem
37207 key "TLC2"
37208
37209 \end_inset
37210
37211
37212 \shape smallcaps
37213 Mittelbach, F.
37214  ; Goossens, M.
37215 \shape default
37216
37217 \shape italic
37218 The LaTeX Companion
37219 \shape default
37220 .
37221  Addison Wesley, 2004
37222 \end_layout
37223
37224 \begin_layout Bibliography
37225 \begin_inset CommandInset bibitem
37226 LatexCommand bibitem
37227 key "Mathmode"
37228
37229 \end_inset
37230
37231
37232 \begin_inset CommandInset href
37233 LatexCommand href
37234 name "Beschreibung"
37235 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37236
37237 \end_inset
37238
37239  der mathematischen Fähigkeiten von LaTeX
37240 \end_layout
37241
37242 \begin_layout Bibliography
37243 \begin_inset CommandInset bibitem
37244 LatexCommand bibitem
37245 key "AMS"
37246
37247 \end_inset
37248
37249
37250 \begin_inset CommandInset href
37251 LatexCommand href
37252 name "Beschreibung"
37253 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37254
37255 \end_inset
37256
37257  von 
37258 \begin_inset ERT
37259 status collapsed
37260
37261 \begin_layout Plain Layout
37262
37263
37264 \backslash
37265 AmS
37266 \end_layout
37267
37268 \end_inset
37269
37270 -LaTeX
37271 \end_layout
37272
37273 \begin_layout Bibliography
37274 \begin_inset CommandInset bibitem
37275 LatexCommand bibitem
37276 key "Symbole"
37277
37278 \end_inset
37279
37280
37281 \begin_inset CommandInset href
37282 LatexCommand href
37283 name "Auflistung"
37284 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37285
37286 \end_inset
37287
37288  aller über LaTeX-Pakete verfügbare Symbole
37289 \end_layout
37290
37291 \begin_layout Bibliography
37292 \begin_inset CommandInset bibitem
37293 LatexCommand bibitem
37294 key "hyperref"
37295
37296 \end_inset
37297
37298
37299 \begin_inset CommandInset href
37300 LatexCommand href
37301 name "Dokumentation"
37302 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37303
37304 \end_inset
37305
37306  des LaTeX-Pakets 
37307 \series bold
37308 hyperref
37309 \series default
37310
37311 \begin_inset Index
37312 status collapsed
37313
37314 \begin_layout Plain Layout
37315 Pakete ! hyperref
37316 \end_layout
37317
37318 \end_inset
37319
37320
37321 \end_layout
37322
37323 \begin_layout Bibliography
37324 \begin_inset CommandInset bibitem
37325 LatexCommand bibitem
37326 key "mhchem"
37327
37328 \end_inset
37329
37330
37331 \begin_inset CommandInset href
37332 LatexCommand href
37333 name "Dokumentation"
37334 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37335
37336 \end_inset
37337
37338  des LaTeX-Pakets 
37339 \series bold
37340 mhchem
37341 \series default
37342
37343 \begin_inset Index
37344 status collapsed
37345
37346 \begin_layout Plain Layout
37347 Pakete ! mhchem
37348 \end_layout
37349
37350 \end_inset
37351
37352
37353 \end_layout
37354
37355 \begin_layout Bibliography
37356 \begin_inset CommandInset bibitem
37357 LatexCommand bibitem
37358 key "Mathclap"
37359
37360 \end_inset
37361
37362
37363 \begin_inset CommandInset href
37364 LatexCommand href
37365 name "Beschreibung"
37366 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37367
37368 \end_inset
37369
37370  des in 
37371 \begin_inset CommandInset ref
37372 LatexCommand ref
37373 reference "sub:Operatorgrenzen"
37374
37375 \end_inset
37376
37377  vorgestellten Befehls 
37378 \series bold
37379
37380 \backslash
37381 mathclap
37382 \series default
37383
37384 \begin_inset Index
37385 status collapsed
37386
37387 \begin_layout Plain Layout
37388 Befehle ! M ! 
37389 \backslash
37390 mathclap
37391 \end_layout
37392
37393 \end_inset
37394
37395
37396 \end_layout
37397
37398 \begin_layout Bibliography
37399 \begin_inset CommandInset bibitem
37400 LatexCommand bibitem
37401 key "Duden"
37402
37403 \end_inset
37404
37405
37406 \emph on
37407 Duden Band 1
37408 \emph default
37409 .
37410  22.
37411  Auflage, Duden Verlag 2001
37412 \end_layout
37413
37414 \begin_layout Bibliography
37415 \begin_inset CommandInset bibitem
37416 LatexCommand bibitem
37417 key "Checklist"
37418
37419 \end_inset
37420
37421
37422 \begin_inset CommandInset href
37423 LatexCommand href
37424 name "Prüfliste"
37425 target "http://physics.nist.gov/Document/checklist.pdf"
37426
37427 \end_inset
37428
37429  für das Rezensieren von Manuskripten
37430 \end_layout
37431
37432 \begin_layout Standard
37433 \begin_inset Note Note
37434 status collapsed
37435
37436 \begin_layout Plain Layout
37437 Damit der Index den Namen 
37438 \begin_inset Quotes gld
37439 \end_inset
37440
37441 Stichwortverzeichnis
37442 \begin_inset Quotes grd
37443 \end_inset
37444
37445  erhält, wurde im LaTeX-Vorspann
37446 \end_layout
37447
37448 \begin_layout Plain Layout
37449
37450 \series bold
37451
37452 \backslash
37453 addto
37454 \backslash
37455 captionsngerman{
37456 \backslash
37457 renewcommand{
37458 \backslash
37459 indexname}{Stichwortverzeichnis}}
37460 \end_layout
37461
37462 \begin_layout Plain Layout
37463 eingefügt.
37464 \end_layout
37465
37466 \begin_layout Plain Layout
37467 Das Paket 
37468 \series bold
37469 babel
37470 \series default
37471  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
37472  Ehe man Beschriftungen ändern kann, muss es geladen werden.
37473  Außerdem wird 
37474 \series bold
37475 babel
37476 \series default
37477  von LyX automatisch nach dem LaTeX-Vorspann geladen.
37478  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
37479 che verwendet wurde.
37480 \end_layout
37481
37482 \begin_layout Plain Layout
37483 Möchte man andere Beschriftungen ändern, ersetzt man 
37484 \series bold
37485
37486 \backslash
37487 indexname
37488 \series default
37489  durch 
37490 \series bold
37491
37492 \backslash
37493 <Beschriftungs>name
37494 \series default
37495 .
37496  Eine Auflistung der möglichen Namen findet man unter
37497 \end_layout
37498
37499 \begin_layout Plain Layout
37500
37501 \family typewriter
37502 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
37503 \end_layout
37504
37505 \begin_layout Plain Layout
37506 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
37507 \series bold
37508 ngerman
37509 \series default
37510  durch die Dokumentsprache und
37511 \end_layout
37512
37513 \begin_layout Plain Layout
37514
37515 \series bold
37516
37517 \backslash
37518 captionsgerman
37519 \series default
37520  durch 
37521 \series bold
37522
37523 \backslash
37524 captions<Dokumentsprache>
37525 \series default
37526 .
37527 \end_layout
37528
37529 \end_inset
37530
37531
37532 \begin_inset CommandInset index_print
37533 LatexCommand printindex
37534
37535 \end_inset
37536
37537
37538 \end_layout
37539
37540 \end_body
37541 \end_document